.phone-nav-item.active { color: var(--teal); }
.phone-nav-label { font-size: 0.55rem; font-weight: 600; }
.values { padding: var(--space-2xl) var(--space-md); background: var(--white); }
.values-inner { max-width: 1200px; margin: 0 auto; }
.section-label { display: inline-flex; align-items: center; gap: 0.6rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.75rem; }
.section-label::before { content: ''; width: 32px; height: 2px; background: var(--teal); }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; letter-spacing: -0.03em; margin-bottom: 0.75rem; color: var(--dark); }
.section-subtitle { font-size: 1rem; color: var(--gray-600); max-width: 480px; margin-bottom: var(--space-xl); line-height: 1.6; }
.values-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-md); }
.value-card { background: var(--gray-100); border-radius: 20px; padding: var(--space-lg); position: relative; overflow: hidden; transition: all 0.4s var(--ease-out-expo); border: 2px solid transparent; }
.value-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); border-color: var(--teal); }
.value-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--teal) 0%, var(--coral) 100%); transform: scaleX(0); transform-origin: left; transition: transform 0.4s var(--ease-out-expo); }
.value-card:hover::before { transform: scaleX(1); }
.value-icon { width: 60px; height: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.75rem; margin-bottom: var(--space-sm); }
.value-icon-1 { background: linear-gradient(135deg, var(--teal-light) 0%, rgba(78, 205, 196, 0.2) 100%); }
.value-icon-2 { background: linear-gradient(135deg, #E8F5E9 0%, #C8E6C9 100%); }
.value-icon-3 { background: linear-gradient(135deg, var(--coral-light) 0%, rgba(255, 107, 107, 0.2) 100%); }
.value-title { font-family: var(--font-display); font-size: 1.25rem; margin-bottom: 0.5rem; letter-spacing: -0.02em; color: var(--dark); }
.value-description { font-size: 0.95rem; line-height: 1.6; color: var(--gray-600); }

.how { padding: var(--space-2xl) var(--space-md); background: linear-gradient(180deg, var(--teal-light) 0%, var(--white) 100%); }
.how-inner { max-width: 1200px; margin: 0 auto; }
.how-header { text-align: center; margin-bottom: var(--space-xl); }
.how-header .section-label::before { display: none; }
.how-header .section-subtitle { margin-left: auto; margin-right: auto; }
.steps { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); }
.step { text-align: center; position: relative; }
.step-number { width: 100px; height: 100px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto var(--space-sm); }
.step-number-inner { width: 80px; height: 80px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 2.5rem; color: var(--white); }
.step-1 .step-number { background: linear-gradient(135deg, rgba(78, 205, 196, 0.2) 0%, rgba(78, 205, 196, 0.1) 100%); }
.step-1 .step-number-inner { background: linear-gradient(135deg, var(--teal) 0%, #7EDDD6 100%); }
.step-2 .step-number { background: linear-gradient(135deg, rgba(253, 203, 110, 0.2) 0%, rgba(253, 203, 110, 0.1) 100%); }
.step-2 .step-number-inner { background: linear-gradient(135deg, var(--gold) 0%, #FFEAA7 100%); color: var(--dark); }
.step-3 .step-number { background: linear-gradient(135deg, rgba(255, 107, 107, 0.2) 0%, rgba(255, 107, 107, 0.1) 100%); }
.step-3 .step-number-inner { background: linear-gradient(135deg, var(--coral) 0%, #FF8787 100%); }
.step-title { font-family: var(--font-display); font-size: 1.25rem; color: var(--dark); margin-bottom: 0.5rem; }
.step-description { font-size: 0.95rem; color: var(--gray-600); max-width: 280px; margin: 0 auto; line-height: 1.6; }

.features { padding: var(--space-2xl) var(--space-md); background: var(--white); }
.features-inner { max-width: 1200px; margin: 0 auto; }
.feature-row { display: grid; grid-template-columns: 1fr; gap: var(--space-lg); align-items: center; margin-bottom: var(--space-2xl); }
.feature-row:last-child { margin-bottom: 0; }
.feature-image-wrapper { width: 100%; aspect-ratio: 4/3; border-radius: 20px; overflow: hidden; position: relative; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1); }
.feature-image { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; transition: transform 0.5s var(--ease-out-expo); }
.feature-image-wrapper:hover .feature-image { transform: scale(1.03); }
.feature-image-wrapper::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--gray-100) 0%, var(--gray-200) 100%); z-index: 1; opacity: 1; transition: opacity 0.3s; }
.feature-image-wrapper.loaded::before { opacity: 0; }
.feature-badge { display: inline-block; padding: 0.35rem 0.875rem; border-radius: 100px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.75rem; }
.feature-badge-teal { background: var(--teal-light); color: var(--teal-dark); }
.feature-badge-green { background: #E8F5E9; color: #00B894; }
.feature-badge-coral { background: var(--coral-light); color: var(--coral); }
.feature-title { font-family: var(--font-display); font-size: clamp(1.5rem, 4vw, 2.25rem); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: var(--space-sm); color: var(--dark); }
.feature-description { font-size: 1rem; line-height: 1.7; color: var(--gray-600); margin-bottom: var(--space-md); }
.feature-list { list-style: none; }
.feature-list-item { display: flex; align-items: flex-start; gap: 0.6rem; margin-bottom: 0.6rem; font-size: 0.95rem; color: var(--dark); }
.feature-check { width: 20px; height: 20px; background: var(--teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 0.65rem; font-weight: 700; flex-shrink: 0; margin-top: 2px; }
.testimonials { padding: var(--space-2xl) var(--space-md); background: var(--coral-light); }
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testimonials-header { text-align: center; margin-bottom: var(--space-xl); }
.testimonials-header .section-label::before { display: none; }
.testimonials-header .section-subtitle { margin-left: auto; margin-right: auto; }
.testimonials-grid { display: grid; grid-template-columns: 1fr; gap: var(--space-md); }
.testimonial-card { background: var(--white); border-radius: 20px; padding: var(--space-lg); transition: all 0.4s var(--ease-out-expo); }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(255, 107, 107, 0.12); }
.testimonial-stars { color: var(--gold); font-size: 1rem; margin-bottom: 0.75rem; letter-spacing: 2px; }
.testimonial-quote { font-size: 0.95rem; line-height: 1.7; color: var(--dark); margin-bottom: var(--space-sm); font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 0.6rem; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--teal) 0%, var(--coral) 100%); display: flex; align-items: center; justify-content: center; font-size: 1.25rem; flex-shrink: 0; }
.testimonial-name { font-weight: 700; color: var(--dark); font-size: 0.9rem; }
.testimonial-location { font-size: 0.75rem; color: var(--gray-600); }
.cta { padding: var(--space-2xl) var(--space-md); background: linear-gradient(135deg, var(--teal) 0%, var(--coral) 100%); text-align: center; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"); opacity: 0.04; pointer-events: none; }
.cta-inner { max-width: 600px; margin: 0 auto; position: relative; z-index: 1; }
.cta-title { font-family: var(--font-display); font-size: clamp(2rem, 6vw, 3.5rem); line-height: 1.05; letter-spacing: -0.03em; color: var(--white); margin-bottom: var(--space-sm); }
.cta-subtitle { font-size: 1.1rem; color: rgba(255, 255, 255, 0.9); margin-bottom: var(--space-lg); line-height: 1.6; }
.cta-buttons { display: flex; flex-direction: column; gap: var(--space-sm); margin-bottom: var(--space-md); }
.cta-buttons .btn { width: 100%; }
.cta-helper { font-size: 0.85rem; color: rgba(255, 255, 255, 0.85); }