
    :root {
      --teal: #4CBFC9;
      --teal-dark: #359AA3;
      --teal-light: #7DD4DC;
      --teal-pale: #E8F7F9;
      --teal-mid: #B2E5EA;
      --white: #FFFFFF;
      --off-white: #F7FCFD;
      --gray-100: #F0F4F5;
      --gray-200: #E0EAEC;
      --gray-400: #8FA8AD;
      --gray-600: #4A6870;
      --gray-800: #1E3A3F;
      --text: #1A3035;
      --text-muted: #5A7880;
      --shadow-sm: 0 2px 8px rgba(76,191,201,0.10);
      --shadow-md: 0 8px 32px rgba(76,191,201,0.15);
      --shadow-lg: 0 20px 60px rgba(76,191,201,0.18);
      --radius: 16px;
      --radius-sm: 8px;
      --radius-lg: 24px;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; font-size: 16px; }
    body { font-family: 'Inter', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }
    h1,h2,h3,h4,h5 { font-family: 'Sora', sans-serif; line-height: 1.2; }
    img { max-width: 100%; display: block; }
    a { text-decoration: none; color: inherit; }
    ::selection { background: var(--teal-light); color: var(--white); }

    /* ── UTILITIES ── */
    .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
    .section-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--teal-pale); color: var(--teal-dark); font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 50px; border: 1px solid var(--teal-mid); margin-bottom: 16px; }
    .section-title { font-size: clamp(28px, 4vw, 44px); font-weight: 800; color: var(--gray-800); line-height: 1.15; }
    .section-sub { font-size: 17px; color: var(--text-muted); line-height: 1.7; max-width: 620px; margin-top: 12px; }
    .btn { display: inline-flex; align-items: center; gap: 8px; padding: 14px 28px; border-radius: 50px; font-weight: 600; font-size: 15px; cursor: pointer; border: none; transition: all 0.25s ease; }
    .btn-primary { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: white; box-shadow: 0 4px 20px rgba(76,191,201,0.4); }
    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(76,191,201,0.5); }
    .btn-outline { background: transparent; color: var(--teal-dark); border: 2px solid var(--teal); }
    .btn-outline:hover { background: var(--teal-pale); transform: translateY(-2px); }
    .btn-white { background: white; color: var(--teal-dark); box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
    .btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(0,0,0,0.15); }

    /* ── NAV ── */
    nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 0; transition: all 0.3s ease; }
    nav.scrolled { background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); box-shadow: 0 2px 20px rgba(76,191,201,0.12); }
    .nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
    .nav-logo { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 800; color: var(--white); transition: color 0.3s; }
    nav.scrolled .nav-logo { color: var(--teal-dark); }
    .nav-logo span { color: var(--teal-light); }
    nav.scrolled .nav-logo span { color: var(--teal); }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-links a { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85); transition: color 0.2s; margin-left: 16px; }
    .nav-links a:first-child { margin-left: 0; }
    nav.scrolled .nav-links a { color: var(--gray-600); }
    .nav-links a:hover { color: white; }
    nav.scrolled .nav-links a:hover { color: var(--teal); }
    .nav-cta { background: rgba(255,255,255,0.15); color: white !important; border: 1.5px solid rgba(255,255,255,0.4); padding: 8px 20px; border-radius: 50px; backdrop-filter: blur(10px); transition: all 0.25s !important; }
    nav.scrolled .nav-cta { background: var(--teal) !important; color: white !important; border-color: var(--teal) !important; }
    .nav-cta:hover { background: white !important; color: var(--teal) !important; }
    .hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
    .hamburger span { width: 24px; height: 2px; background: white; border-radius: 2px; transition: all 0.3s; }
    nav.scrolled .hamburger span { background: var(--text); }

    /* ── HERO ── */
    #hero { min-height: 100vh; background: linear-gradient(145deg, #0D2F35 0%, #1A5560 45%, #2A8A94 100%); position: relative; display: flex; align-items: center; overflow: hidden; padding-top: 72px; }
    .hero-bg-circles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
    .hero-circle { position: absolute; border-radius: 50%; border: 1px solid rgba(76,191,201,0.15); animation: pulseRing 6s ease-in-out infinite; }
    .hero-circle:nth-child(1) { width: 600px; height: 600px; right: -150px; top: -150px; animation-delay: 0s; }
    .hero-circle:nth-child(2) { width: 900px; height: 900px; right: -300px; top: -300px; animation-delay: 1.5s; }
    .hero-circle:nth-child(3) { width: 1200px; height: 1200px; right: -450px; top: -450px; animation-delay: 3s; }
    .hero-orbit { position: absolute; right: 8%; top: 50%; transform: translateY(-50%); width: 420px; height: 420px; animation: float 6s ease-in-out infinite; }
    .orbit-ring { position: absolute; inset: 0; border-radius: 50%; border: 2px solid rgba(76,191,201,0.25); }
    .orbit-ring:nth-child(2) { inset: 30px; animation: spin 12s linear infinite; border-style: dashed; }
    .orbit-ring:nth-child(3) { inset: 70px; animation: spin 8s linear infinite reverse; }
    .orbit-center { position: absolute; inset: 120px; background: radial-gradient(circle, rgba(76,191,201,0.3) 0%, rgba(76,191,201,0.05) 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
    .orbit-center span { font-family: 'Sora', sans-serif; font-size: 52px; font-weight: 800; color: white; }
    .orbit-dot { position: absolute; width: 12px; height: 12px; background: var(--teal-light); border-radius: 50%; box-shadow: 0 0 20px var(--teal); }
    .orbit-dot:nth-child(4) { top: 30px; left: 50%; transform: translateX(-50%); }
    .orbit-dot:nth-child(5) { bottom: 30px; left: 50%; transform: translateX(-50%); }
    @keyframes pulseRing { 0%,100%{opacity:0.4;transform:scale(1)} 50%{opacity:0.8;transform:scale(1.03)} }
    @keyframes spin { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
    @keyframes float { 0%,100%{transform:translateY(-50%) translateX(0)} 50%{transform:translateY(calc(-50% - 15px)) translateX(5px)} }
    .hero-content { position: relative; z-index: 2; max-width: 640px; }
    .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(76,191,201,0.15); border: 1px solid rgba(76,191,201,0.35); color: var(--teal-light); padding: 8px 16px; border-radius: 50px; font-size: 13px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 24px; }
    .hero-badge::before { content:''; width:8px; height:8px; background:var(--teal-light); border-radius:50%; animation: pulse 2s ease infinite; }
    @keyframes pulse { 0%,100%{transform:scale(1);opacity:1} 50%{transform:scale(1.4);opacity:0.6} }
    .hero-h1 { font-size: clamp(36px, 5vw, 62px); font-weight: 800; color: white; line-height: 1.1; margin-bottom: 20px; }
    .hero-h1 em { font-style: normal; color: var(--teal-light); }
    .hero-desc { font-size: 18px; color: rgba(255,255,255,0.75); line-height: 1.7; margin-bottom: 36px; max-width: 520px; }
    .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 48px; }
    .hero-stats { display: flex; gap: 36px; flex-wrap: wrap; }
    .hero-stat { margin-right: 36px; }
    .hero-stat:last-child { margin-right: 0; }
    .hero-stat .num { font-family: 'Sora', sans-serif; font-size: 32px; font-weight: 800; color: white; }
    .hero-stat .num span { color: var(--teal-light); }
    .hero-stat .lbl { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 2px; }

    /* ── TRUST BAR ── */
    #trust { background: var(--white); border-bottom: 1px solid var(--gray-200); padding: 20px 0; }
    .trust-inner { display: flex; align-items: center; justify-content: center; gap: 48px; flex-wrap: wrap; }
    .trust-item { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: var(--gray-600); }
    .trust-item svg { color: var(--teal); flex-shrink: 0; }
    .trust-divider { width: 1px; height: 24px; background: var(--gray-200); }

    /* ── STATS ── */
    #stats { padding: 80px 0; background: linear-gradient(135deg, var(--teal-pale) 0%, white 100%); }
    .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .stat-card { background: white; border-radius: var(--radius); padding: 32px 28px; text-align: center; box-shadow: var(--shadow-sm); border: 1px solid var(--gray-200); transition: all 0.3s; position: relative; overflow: hidden; }
    .stat-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background: linear-gradient(90deg, var(--teal), var(--teal-light)); }
    .stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
    .stat-num { font-family: 'Sora', sans-serif; font-size: 44px; font-weight: 800; color: var(--teal-dark); line-height: 1; }
    .stat-num sup { font-size: 24px; }
    .stat-label { font-size: 14px; color: var(--text-muted); margin-top: 8px; font-weight: 500; }

    /* ── SERVICES ── */
    #services { padding: 100px 0; background: white; }
    .services-header { text-align: center; margin-bottom: 64px; }
    .services-header .section-sub { margin: 12px auto 0; }
    .services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .service-card { background: white; border: 1.5px solid var(--gray-200); border-radius: var(--radius); padding: 32px 28px; transition: all 0.3s ease; cursor: default; position: relative; overflow: hidden; }
    .service-card::after { content:''; position:absolute; inset:0; background: linear-gradient(135deg, var(--teal-pale), rgba(76,191,201,0.05)); opacity:0; transition: opacity 0.3s; border-radius: var(--radius); }
    .service-card:hover { border-color: var(--teal); transform: translateY(-6px); box-shadow: var(--shadow-md); }
    .service-card:hover::after { opacity:1; }
    .service-icon { width: 54px; height: 54px; background: var(--teal-pale); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 26px; margin-bottom: 18px; transition: all 0.3s; position: relative; z-index: 1; }
    .service-card:hover .service-icon { background: var(--teal); transform: scale(1.1); }
    .service-card h3 { font-size: 17px; font-weight: 700; margin-bottom: 10px; color: var(--gray-800); position: relative; z-index: 1; }
    .service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.65; position: relative; z-index: 1; }

    /* ── WHY US ── */
    #why { padding: 100px 0; background: var(--off-white); }
    .why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
    .why-visual { position: relative; }
    .why-card-stack { position: relative; height: 480px; }
    .why-main-card { position: absolute; top: 0; left: 0; right: 0; background: linear-gradient(135deg, #0D2F35, #1A5560); border-radius: var(--radius-lg); padding: 40px; color: white; }
    .why-main-card h3 { font-size: 24px; font-weight: 700; margin-bottom: 8px; }
    .why-main-card p { opacity: 0.7; font-size: 14px; }
    .why-metric { margin-top: 32px; }
    .why-metric .num { font-size: 56px; font-weight: 800; font-family: 'Sora', sans-serif; color: var(--teal-light); }
    .why-metric .desc { font-size: 14px; opacity: 0.65; margin-top: 4px; }
    .why-float-card { position: absolute; background: white; border-radius: var(--radius); padding: 20px 24px; box-shadow: var(--shadow-lg); border: 1px solid var(--gray-200); }
    .why-float-card.fc1 { bottom: 20px; left: -20px; min-width: 200px; }
    .why-float-card.fc2 { top: 180px; right: -20px; min-width: 180px; }
    .why-float-card .icon { font-size: 22px; margin-bottom: 6px; }
    .why-float-card .fc-num { font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 800; color: var(--teal-dark); }
    .why-float-card .fc-lbl { font-size: 12px; color: var(--text-muted); }
    .why-list { display: flex; flex-direction: column; gap: 20px; }
    .why-item { display: flex; gap: 16px; align-items: flex-start; padding: 22px 24px; background: white; border-radius: var(--radius); border: 1px solid var(--gray-200); transition: all 0.3s; }
    .why-item:hover { border-color: var(--teal); box-shadow: var(--shadow-sm); transform: translateX(4px); }
    .why-item-icon { width: 44px; height: 44px; background: var(--teal-pale); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
    .why-item h4 { font-size: 16px; font-weight: 700; color: var(--gray-800); margin-bottom: 4px; }
    .why-item p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

    /* ── BENEFITS ── */
    #benefits { padding: 100px 0; background: white; }
    .benefits-header { text-align: center; margin-bottom: 64px; }
    .benefits-header .section-sub { margin: 0 auto; }
    .benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
    .benefit-card { background: var(--off-white); border-radius: var(--radius); padding: 36px 30px; border: 1.5px solid var(--gray-200); transition: all 0.3s; }
    .benefit-card:hover { background: white; border-color: var(--teal); box-shadow: var(--shadow-md); transform: translateY(-4px); }
    .benefit-icon { font-size: 34px; margin-bottom: 16px; }
    .benefit-card h3 { font-size: 18px; font-weight: 700; color: var(--gray-800); margin-bottom: 10px; }
    .benefit-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }

    /* ── SPECIALTIES ── */
    #specialties { padding: 100px 0; background: var(--off-white); }
    .specialties-header { text-align: center; margin-bottom: 56px; }
    .spec-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin-bottom: 40px; }
    .spec-item { background: white; border-radius: var(--radius); padding: 22px 12px; text-align: center; border: 1.5px solid var(--gray-200); transition: all 0.3s; cursor: default; }
    .spec-item:hover { border-color: var(--teal); background: var(--teal-pale); transform: translateY(-4px); box-shadow: var(--shadow-sm); }
    .spec-item .emoji { font-size: 28px; margin-bottom: 8px; }
    .spec-item span { display: block; font-size: 12px; font-weight: 600; color: var(--gray-600); }

    /* ── WHO WE SERVE ── */
    #who { padding: 100px 0; background: white; }
    .who-header { text-align: center; margin-bottom: 64px; }
    .who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
    .who-card { border-radius: var(--radius); padding: 32px 24px; border: 1.5px solid var(--gray-200); transition: all 0.3s; }
    .who-card:hover { border-color: var(--teal); box-shadow: var(--shadow-md); transform: translateY(-4px); }
    .who-icon { font-size: 32px; margin-bottom: 14px; }
    .who-card h3 { font-size: 16px; font-weight: 700; color: var(--gray-800); margin-bottom: 8px; }
    .who-card p { font-size: 13px; color: var(--text-muted); line-height: 1.65; }

    /* ── COMPARISON ── */
    #compare { padding: 100px 0; background: linear-gradient(135deg, #0D2F35 0%, #1A5560 100%); }
    .compare-header { text-align: center; margin-bottom: 56px; }
    .compare-header .section-title { color: white; }
    .compare-header .section-sub { color: rgba(255,255,255,0.65); margin: 12px auto 0; }
    .compare-table { background: rgba(255,255,255,0.05); border-radius: var(--radius-lg); overflow: hidden; border: 1px solid rgba(76,191,201,0.2); }
    .table-head { display: grid; grid-template-columns: 2fr 1.5fr 1.5fr; background: rgba(76,191,201,0.15); }
    .table-head div { padding: 18px 24px; font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.8); }
    .table-head div:last-child { color: var(--teal-light); }
    .table-row { display: grid; grid-template-columns: 2fr 1.5fr 1.5fr; border-top: 1px solid rgba(76,191,201,0.1); transition: background 0.2s; }
    .table-row:hover { background: rgba(76,191,201,0.06); }
    .table-row div { padding: 16px 24px; font-size: 14px; color: rgba(255,255,255,0.75); display: flex; align-items: center; gap: 8px; }
    .table-row div:first-child { font-weight: 600; color: rgba(255,255,255,0.9); }
    .table-row .bad { color: rgba(255,120,120,0.85); }
    .table-row .good { color: var(--teal-light); font-weight: 600; }
    .check { color: var(--teal-light); }
    .cross { color: rgba(255,120,120,0.8); }

    /* ── STATES ── */
    #states { padding: 100px 0; background: var(--off-white); }
    .states-header { text-align: center; margin-bottom: 56px; }
    .states-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .state-card { background: white; border-radius: var(--radius); padding: 22px 20px; border: 1.5px solid var(--gray-200); display: flex; align-items: center; gap: 14px; transition: all 0.3s; }
    .state-card:hover { border-color: var(--teal); box-shadow: var(--shadow-sm); transform: translateX(4px); }
    .state-flag { font-size: 24px; flex-shrink: 0; }
    .state-info strong { font-size: 14px; font-weight: 700; color: var(--gray-800); display: block; }
    .state-info span { font-size: 12px; color: var(--text-muted); }

    /* ── PROCESS ── */
    #process { padding: 100px 0; background: white; }
    .process-header { text-align: center; margin-bottom: 64px; }
    .steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
    .steps::before { content:''; position:absolute; top: 40px; left: 10%; right: 10%; height: 2px; background: linear-gradient(90deg, var(--teal), var(--teal-light)); z-index: 0; }
    .step { text-align: center; position: relative; z-index: 1; padding: 0 12px; }
    .step-num { width: 80px; height: 80px; background: white; border: 3px solid var(--teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-family: 'Sora', sans-serif; font-size: 26px; font-weight: 800; color: var(--teal-dark); transition: all 0.3s; box-shadow: 0 4px 16px rgba(76,191,201,0.2); }
    .step:hover .step-num { background: var(--teal); color: white; transform: scale(1.1); }
    .step h3 { font-size: 15px; font-weight: 700; color: var(--gray-800); margin-bottom: 6px; }
    .step p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

    /* ── TESTIMONIALS ── */
    #testimonials { padding: 100px 0; background: var(--off-white); }
    .testimonials-header { text-align: center; margin-bottom: 56px; }
    .reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
    .review-card { background: white; border-radius: var(--radius); padding: 32px 28px; border: 1.5px solid var(--gray-200); transition: all 0.3s; }
    .review-card:hover { border-color: var(--teal); box-shadow: var(--shadow-md); }
    .stars { color: var(--teal); font-size: 18px; margin-bottom: 14px; }
    .review-card p { font-size: 15px; color: var(--text-muted); line-height: 1.7; font-style: italic; margin-bottom: 20px; }
    .reviewer { display: flex; align-items: center; gap: 12px; }
    .reviewer-av { width: 44px; height: 44px; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 16px; flex-shrink: 0; }
    .reviewer strong { font-size: 14px; color: var(--gray-800); display: block; }
    .reviewer span { font-size: 12px; color: var(--text-muted); }

    /* ── FAQ ── */
    #faq { padding: 100px 0; background: white; }
    .faq-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; align-items: start; }
    .faq-list { display: flex; flex-direction: column; gap: 12px; }
    .faq-item { border: 1.5px solid var(--gray-200); border-radius: var(--radius); overflow: hidden; transition: border-color 0.2s; }
    .faq-item.open { border-color: var(--teal); }
    .faq-q { padding: 20px 24px; font-size: 15px; font-weight: 600; color: var(--gray-800); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; user-select: none; }
    .faq-q:hover { color: var(--teal-dark); }
    .faq-icon { width: 24px; height: 24px; border-radius: 50%; background: var(--teal-pale); display: flex; align-items: center; justify-content: center; color: var(--teal-dark); font-size: 16px; flex-shrink: 0; transition: all 0.3s; }
    .faq-item.open .faq-icon { background: var(--teal); color: white; transform: rotate(45deg); }
    .faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; font-size: 14px; color: var(--text-muted); line-height: 1.7; padding: 0 24px; }
    .faq-item.open .faq-a { max-height: 200px; padding: 0 24px 20px; }

    /* ── CONTACT ── */
    #contact { padding: 100px 0; background: linear-gradient(135deg, #0D2F35 0%, #1A5560 100%); position: relative; overflow: hidden; }
    #contact::before { content:''; position:absolute; width:600px; height:600px; border-radius:50%; border:1px solid rgba(76,191,201,0.1); right:-200px; top:-200px; }
    #contact::after { content:''; position:absolute; width:400px; height:400px; border-radius:50%; border:1px solid rgba(76,191,201,0.08); left:-100px; bottom:-100px; }
    .contact-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; position: relative; z-index: 1; }
    .contact-left h2 { font-size: clamp(28px, 3.5vw, 42px); font-weight: 800; color: white; margin-bottom: 16px; }
    .contact-left p { color: rgba(255,255,255,0.65); font-size: 16px; line-height: 1.7; margin-bottom: 36px; }
    .contact-perks { display: flex; flex-direction: column; gap: 14px; }
    .perk { display: flex; gap: 12px; align-items: flex-start; }
    .perk-icon { width: 36px; height: 36px; background: rgba(76,191,201,0.15); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; border: 1px solid rgba(76,191,201,0.25); }
    .perk-text strong { font-size: 14px; color: white; display: block; }
    .perk-text span { font-size: 13px; color: rgba(255,255,255,0.55); }
    .contact-form { background: white; border-radius: var(--radius-lg); padding: 40px; }
    .form-title { font-size: 22px; font-weight: 700; color: var(--gray-800); margin-bottom: 6px; }
    .form-sub { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-group { margin-bottom: 16px; }
    .form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--gray-600); margin-bottom: 6px; }
    .form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid var(--gray-200); border-radius: var(--radius-sm); font-size: 14px; font-family: 'Inter', sans-serif; color: var(--text); background: var(--off-white); transition: all 0.2s; outline: none; }
    .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--teal); background: white; box-shadow: 0 0 0 4px rgba(76,191,201,0.1); }
    .form-group textarea { resize: vertical; min-height: 100px; }
    .form-submit { width: 100%; padding: 16px; background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: white; border: none; border-radius: var(--radius-sm); font-size: 16px; font-weight: 700; cursor: pointer; transition: all 0.3s; font-family: 'Sora', sans-serif; }
    .form-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(76,191,201,0.4); }
    .form-note { text-align: center; font-size: 12px; color: var(--text-muted); margin-top: 12px; }

    /* ── FOOTER ── */
    footer { background: #080F11; color: rgba(255,255,255,0.6); padding: 72px 0 32px; }
    .footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
    .footer-brand .logo { font-family: 'Sora', sans-serif; font-size: 28px; font-weight: 800; color: white; margin-bottom: 14px; }
    .footer-brand .logo span { color: var(--teal); }
    .footer-brand p { font-size: 14px; line-height: 1.7; max-width: 280px; }
    .footer-brand .certbadges { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
    .certbadge { background: rgba(76,191,201,0.1); border: 1px solid rgba(76,191,201,0.2); color: var(--teal-light); font-size: 11px; font-weight: 700; padding: 5px 10px; border-radius: 6px; letter-spacing: 0.05em; }
    .footer-col h4 { font-size: 14px; font-weight: 700; color: white; margin-bottom: 18px; text-transform: uppercase; letter-spacing: 0.07em; }
    .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .footer-col ul li a { font-size: 14px; color: rgba(255,255,255,0.5); transition: color 0.2s; }
    .footer-col ul li a:hover { color: var(--teal-light); }
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: gap; gap: 16px; }
    .footer-bottom p { font-size: 13px; }
    .footer-bottom .hipaa-note { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--teal-light); }
    .footer-bottom .hipaa-note::before { content:'🔒'; }

    /* ── SCROLL ANIMATIONS ── */
    .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal.visible { opacity: 1; transform: translateY(0); }
    .reveal-left { opacity: 0; transform: translateX(-30px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal-left.visible { opacity: 1; transform: translateX(0); }
    .reveal-right { opacity: 0; transform: translateX(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
    .reveal-right.visible { opacity: 1; transform: translateX(0); }
    .stagger > * { opacity: 0; transform: translateY(24px); transition: opacity 0.5s ease, transform 0.5s ease; }
    .stagger.visible > *:nth-child(1) { opacity:1; transform:translateY(0); transition-delay: 0.05s; }
    .stagger.visible > *:nth-child(2) { opacity:1; transform:translateY(0); transition-delay: 0.1s; }
    .stagger.visible > *:nth-child(3) { opacity:1; transform:translateY(0); transition-delay: 0.15s; }
    .stagger.visible > *:nth-child(4) { opacity:1; transform:translateY(0); transition-delay: 0.2s; }
    .stagger.visible > *:nth-child(5) { opacity:1; transform:translateY(0); transition-delay: 0.25s; }
    .stagger.visible > *:nth-child(6) { opacity:1; transform:translateY(0); transition-delay: 0.3s; }
    .stagger.visible > *:nth-child(7) { opacity:1; transform:translateY(0); transition-delay: 0.35s; }
    .stagger.visible > *:nth-child(8) { opacity:1; transform:translateY(0); transition-delay: 0.4s; }
    .stagger.visible > *:nth-child(9) { opacity:1; transform:translateY(0); transition-delay: 0.45s; }
    .stagger.visible > *:nth-child(10) { opacity:1; transform:translateY(0); transition-delay: 0.5s; }
    .stagger.visible > *:nth-child(11) { opacity:1; transform:translateY(0); transition-delay: 0.55s; }
    .stagger.visible > *:nth-child(12) { opacity:1; transform:translateY(0); transition-delay: 0.6s; }

    /* ── FLOATING CTA ── */
    .float-cta { position: fixed; bottom: 32px; right: 32px; z-index: 999; }
    .float-btn { background: linear-gradient(135deg, var(--teal), var(--teal-dark)); color: white; padding: 14px 22px; border-radius: 50px; font-weight: 700; font-size: 14px; box-shadow: 0 8px 32px rgba(76,191,201,0.5); display: flex; align-items: center; gap: 8px; cursor: pointer; border: none; transition: all 0.3s; animation: bounceCTA 3s ease-in-out infinite; }
    .float-btn:hover { transform: translateY(-4px) scale(1.04); box-shadow: 0 14px 40px rgba(76,191,201,0.6); }
    @keyframes bounceCTA { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-5px)} }

    /* ── SUCCESS MESSAGE ── */
    .success-msg { display: none; text-align: center; padding: 24px; background: var(--teal-pale); border-radius: var(--radius-sm); border: 1px solid var(--teal-mid); }
    .success-msg .check-icon { font-size: 40px; margin-bottom: 12px; }
    .success-msg h3 { color: var(--teal-dark); font-size: 20px; margin-bottom: 6px; }
    .success-msg p { color: var(--text-muted); font-size: 14px; }

    /* ── MOBILE ── */
    @media (max-width: 1024px) {
      .services-grid { grid-template-columns: repeat(2,1fr); }
      .stats-grid { grid-template-columns: repeat(2,1fr); }
      .who-grid { grid-template-columns: repeat(2,1fr); }
      .spec-grid { grid-template-columns: repeat(4,1fr); }
      .states-grid { grid-template-columns: repeat(3,1fr); }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .why-layout { grid-template-columns: 1fr; }
      .why-card-stack { height: 360px; }
      .hero-orbit { display: none; }
    }
    @media (max-width: 768px) {
      .nav-links { display: none; }
      .hamburger { display: flex; }
      .services-grid, .benefits-grid { grid-template-columns: 1fr; }
      .who-grid { grid-template-columns: 1fr 1fr; }
      .spec-grid { grid-template-columns: repeat(3,1fr); }
      .states-grid { grid-template-columns: repeat(2,1fr); }
      .steps { grid-template-columns: 1fr; }
      .steps::before { display: none; }
      .reviews-grid { grid-template-columns: 1fr; }
      .contact-inner { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .footer-grid { grid-template-columns: 1fr; }
      .faq-layout { grid-template-columns: 1fr; }
      .table-head, .table-row { grid-template-columns: 1.5fr 1fr 1fr; }
      .table-head div, .table-row div { padding: 12px 14px; font-size: 12px; }
      .hero-stats { gap: 24px; }
      .float-cta { bottom: 20px; right: 20px; }
      .trust-divider { display: none; }
    }
    @media (max-width: 480px) {
      .stats-grid { grid-template-columns: 1fr 1fr; }
      .who-grid { grid-template-columns: 1fr; }
      .spec-grid { grid-template-columns: repeat(2,1fr); }
    }
  
/* ══════════════ INNER PAGE STYLES ══════════════ */

/* Logo image in nav */
.nav-logo-img { height: 38px; width: auto; display: block; transition: filter 0.3s; }
nav:not(.scrolled) .nav-logo-img { filter: brightness(0) invert(1); }
.nav-logo-flex { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-logo-flex .nav-wordmark { font-family: 'Sora', sans-serif; font-size: 18px; font-weight: 800; color: white; transition: color 0.3s; white-space: nowrap; }
nav.scrolled .nav-logo-flex .nav-wordmark { color: var(--teal-dark); }

/* Page Hero (inner pages) */
.page-hero { background: linear-gradient(145deg, #0D2F35 0%, #1A5560 45%, #2A8A94 100%); padding: 160px 0 80px; position: relative; overflow: hidden; }
.page-hero .hero-bg-circles { position: absolute; inset: 0; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.55); margin-bottom: 24px; position: relative; z-index: 1; }
.breadcrumb a { color: rgba(255,255,255,0.7); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--teal-light); }
.breadcrumb .sep { opacity: 0.4; }
.breadcrumb .current { color: var(--teal-light); font-weight: 600; }
.page-hero-icon { width: 72px; height: 72px; background: rgba(76,191,201,0.15); border: 1px solid rgba(76,191,201,0.3); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 36px; margin-bottom: 24px; position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(32px, 4.5vw, 54px); font-weight: 800; color: white; line-height: 1.15; max-width: 760px; position: relative; z-index: 1; margin-bottom: 18px; }
.page-hero h1 em { font-style: normal; color: var(--teal-light); }
.page-hero p.lead { font-size: 18px; color: rgba(255,255,255,0.75); max-width: 620px; line-height: 1.7; position: relative; z-index: 1; margin-bottom: 32px; }
.page-hero .hero-btns { position: relative; z-index: 1; }

/* Service detail page */
.service-detail { padding: 90px 0; background: white; }
.service-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 64px; align-items: start; }
.service-main h2 { font-size: 28px; font-weight: 800; color: var(--gray-800); margin: 40px 0 16px; }
.service-main h2:first-child { margin-top: 0; }
.service-main p { font-size: 16px; color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }
.service-main ul.check-list { list-style: none; display: flex; flex-direction: column; gap: 14px; margin: 20px 0 28px; }
.service-main ul.check-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; color: var(--text); line-height: 1.6; }
.service-main ul.check-list li::before { content: '✓'; flex-shrink: 0; width: 24px; height: 24px; background: var(--teal-pale); color: var(--teal-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 700; }
.service-stats-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 32px 0; }
.service-stat-box { background: var(--off-white); border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 24px 20px; text-align: center; }
.service-stat-box .num { font-family: 'Sora', sans-serif; font-size: 32px; font-weight: 800; color: var(--teal-dark); }
.service-stat-box .lbl { font-size: 12px; color: var(--text-muted); margin-top: 4px; }

/* Sidebar */
.service-sidebar { display: flex; flex-direction: column; gap: 20px; position: sticky; top: 100px; }
.sidebar-card { background: var(--off-white); border: 1.5px solid var(--gray-200); border-radius: var(--radius); padding: 28px 24px; }
.sidebar-card h3 { font-size: 16px; font-weight: 700; color: var(--gray-800); margin-bottom: 16px; }
.sidebar-card.cta-card { background: linear-gradient(135deg, #0D2F35, #1A5560); border: none; }
.sidebar-card.cta-card h3 { color: white; }
.sidebar-card.cta-card p { color: rgba(255,255,255,0.65); font-size: 13px; margin-bottom: 18px; line-height: 1.6; }
.sidebar-card.cta-card .btn { width: 100%; justify-content: center; }
.related-links { display: flex; flex-direction: column; gap: 10px; }
.related-links a { font-size: 14px; color: var(--text-muted); padding: 10px 14px; border-radius: var(--radius-sm); transition: all 0.2s; display: flex; justify-content: space-between; align-items: center; }
.related-links a:hover { background: var(--teal-pale); color: var(--teal-dark); }
.sidebar-contact-item { display: flex; gap: 10px; align-items: center; font-size: 13px; color: var(--text-muted); margin-bottom: 10px; }
.sidebar-contact-item .icon { width: 32px; height: 32px; background: var(--teal-pale); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }

/* All Services / Specialties index page */
.allservices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding: 90px 0; }
.allservices-section { background: white; }

/* Full Specialties page list (more than homepage teaser) */
.full-spec-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.full-spec-grid .spec-item { display: flex; flex-direction: column; }
.full-spec-grid .spec-item span:first-of-type { font-weight: 700; color: var(--gray-800); margin-bottom: 4px; }

/* States detail page */
.state-detail-card { background: white; border: 1.5px solid var(--gray-200); border-radius: var(--radius); padding: 28px 24px; transition: all 0.3s; }
.state-detail-card:hover { border-color: var(--teal); box-shadow: var(--shadow-md); transform: translateY(-4px); }
.state-detail-card .top-row { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.state-detail-card .flag { font-size: 30px; }
.state-detail-card h3 { font-size: 18px; font-weight: 700; color: var(--gray-800); }
.state-detail-card .abbr { font-size: 12px; color: var(--teal-dark); font-weight: 700; background: var(--teal-pale); padding: 2px 8px; border-radius: 6px; }
.state-detail-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }
.state-detail-card .cities { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.state-detail-card .cities span { font-size: 11px; background: var(--gray-100); color: var(--gray-600); padding: 3px 9px; border-radius: 12px; }

/* About page */
.about-hero-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 48px; }
.timeline { display: flex; flex-direction: column; gap: 0; position: relative; padding-left: 40px; }
.timeline::before { content:''; position: absolute; left: 11px; top: 8px; bottom: 8px; width: 2px; background: var(--gray-200); }
.timeline-item { position: relative; padding-bottom: 36px; }
.timeline-item::before { content:''; position: absolute; left: -40px; top: 2px; width: 24px; height: 24px; background: var(--teal); border-radius: 50%; border: 4px solid var(--teal-pale); }
.timeline-item h4 { font-size: 16px; font-weight: 700; color: var(--gray-800); margin-bottom: 6px; }
.timeline-item p { font-size: 14px; color: var(--text-muted); line-height: 1.65; }
.values-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.value-card { text-align: center; padding: 28px 20px; }
.value-card .icon-circle { width: 64px; height: 64px; background: var(--teal-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 28px; margin: 0 auto 16px; }
.value-card h4 { font-size: 15px; font-weight: 700; color: var(--gray-800); margin-bottom: 8px; }
.value-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

@media (max-width: 1024px) {
  .service-layout { grid-template-columns: 1fr; }
  .service-sidebar { position: static; }
  .allservices-grid { grid-template-columns: repeat(2,1fr); }
  .full-spec-grid { grid-template-columns: repeat(4,1fr); }
  .about-hero-stats { grid-template-columns: repeat(2,1fr); }
  .values-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
  .allservices-grid { grid-template-columns: 1fr; }
  .full-spec-grid { grid-template-columns: repeat(3,1fr); }
  .service-stats-row { grid-template-columns: 1fr; }
  .page-hero { padding: 140px 0 60px; }
  .values-grid { grid-template-columns: 1fr; }
}

/* ══════════════ REVIEW SLIDER ══════════════ */
.slider-outer { position: relative; padding: 0 56px; }

.slider-track-wrap {
  overflow: hidden;
  border-radius: var(--radius);
}

.slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.slider-card {
  flex: 0 0 calc(33.333% - 16px);
  min-width: calc(33.333% - 16px);
  margin: 0;
}

/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 2px solid var(--teal);
  background: white;
  color: var(--teal-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.25s ease;
  box-shadow: var(--shadow-md);
}
.slider-arrow:hover {
  background: var(--teal);
  color: white;
  transform: translateY(-50%) scale(1.08);
}
.slider-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: translateY(-50%) scale(1);
}
.slider-prev { left: 0; }
.slider-next { right: 0; }

/* Dots */
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}
.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gray-200);
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
  padding: 0;
}
.slider-dot.active {
  background: var(--teal);
  width: 24px;
  border-radius: 4px;
}

/* Responsive */
@media (max-width: 900px) {
  .slider-card { flex: 0 0 calc(50% - 12px); min-width: calc(50% - 12px); }
}
@media (max-width: 600px) {
  .slider-card { flex: 0 0 100%; min-width: 100%; }
  .slider-outer { padding: 0 44px; }
  .slider-arrow { width: 38px; height: 38px; }
}
