:root {
    --bg: #06111f;
    --bg-soft: #0b1c2e;
    --surface: rgba(255, 255, 255, .08);
    --surface-strong: rgba(255, 255, 255, .13);
    --stroke: rgba(255, 255, 255, .14);
    --text: #f7fbff;
    --muted: #9fb2c7;
    --primary: #4fd1c5;
    --primary-strong: #2db8ad;
    --accent: #7c9cff;
    --success: #6ee7b7;
    --shadow: 0 28px 80px rgba(0, 0, 0, .34);
    --radius: 28px;
    --radius-sm: 18px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 10% 10%, rgba(79, 209, 197, .11), transparent 26%),
        radial-gradient(circle at 90% 16%, rgba(124, 156, 255, .12), transparent 28%),
        linear-gradient(180deg, #06111f 0%, #081827 48%, #06111f 100%);
    overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.page-bg { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.orb { position: absolute; border-radius: 999px; filter: blur(28px); opacity: .35; }
.orb-one { width: 280px; height: 280px; background: #2dd4bf; top: 8%; left: -90px; animation: floatOrb 10s ease-in-out infinite; }
.orb-two { width: 360px; height: 360px; background: #6366f1; top: 30%; right: -180px; animation: floatOrb 12s ease-in-out infinite reverse; }
.orb-three { width: 260px; height: 260px; background: #0ea5e9; bottom: 4%; left: 20%; animation: floatOrb 14s ease-in-out infinite; }
@keyframes floatOrb { 50% { transform: translate3d(18px, -22px, 0) scale(1.06); } }

.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.section-pad { padding: 110px 0; }
.section-tight { padding: 16px 0 64px; }
.glass-panel {
    background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.045));
    border: 1px solid var(--stroke);
    box-shadow: var(--shadow);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
}

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    padding: 14px 0;
    transition: padding .25s ease;
}
.site-header.scrolled { padding: 8px 0; }
.header-inner {
    height: 84px;
    min-height: 84px;
    padding: 6px 10px 6px 22px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    gap: 22px;
    overflow: visible;
    background: linear-gradient(145deg, rgba(19, 38, 56, .90), rgba(12, 28, 44, .76));
    box-shadow: 0 18px 48px rgba(0, 0, 0, .25);
}
.brand-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 186px;
    height: 66px;
    flex: 0 0 186px;
    overflow: hidden;
}
.brand-logo-main {
    display: block;
    width: 186px !important;
    height: auto !important;
    max-height: 66px;
    filter: drop-shadow(0 0 10px rgba(79,209,197,.18)) drop-shadow(0 2px 10px rgba(0,0,0,.28));
    object-fit: contain;
    object-position: left center;
    flex: 0 0 auto;
}
.footer-logo-link { display: inline-flex; align-items: center; }
.footer-logo {
    display: block;
    width: 220px;
    filter: drop-shadow(0 0 12px rgba(79,209,197,.14)) drop-shadow(0 2px 10px rgba(0,0,0,.24));
    height: auto;
    max-width: 100%;
    object-fit: contain;
}
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.main-nav a { color: #d9e6f2; font-size: .91rem; font-weight: 600; transition: .2s ease; }
.main-nav a:hover { color: var(--primary); }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; margin-left: auto; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; border-radius: 5px; background: #fff; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 14px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.btn-primary { color: #04211f; background: linear-gradient(135deg, #7ce7dd, #43c9be); box-shadow: 0 14px 34px rgba(67, 201, 190, .24); }
.btn-primary:hover { box-shadow: 0 18px 42px rgba(67, 201, 190, .34); }
.btn-secondary { color: #eaf2fb; background: rgba(255,255,255,.055); border-color: var(--stroke); }
.btn-lg { min-height: 56px; padding: 0 26px; border-radius: 16px; }

.hero { padding-top: 148px; min-height: 820px; display: flex; align-items: center; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 62px; }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #78e4db;
}
.eyebrow::before { content: ''; width: 24px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .benefit-copy h2, .faq-intro h2, .cta-panel h2 {
    font-family: Manrope, sans-serif;
    letter-spacing: -.045em;
    line-height: 1.02;
    margin: 18px 0 22px;
}
.hero h1 { font-size: clamp(3.1rem, 6vw, 5.6rem); max-width: 720px; }
.hero h1 span { background: linear-gradient(90deg, #7ce7dd, #9eb5ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-copy > p { color: var(--muted); font-size: 1.08rem; line-height: 1.8; max-width: 620px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: #bed0e0; font-size: .83rem; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row i { display: inline-grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: #05251f; background: var(--success); font-style: normal; font-weight: 900; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.dashboard-card { width: 100%; border-radius: 28px; overflow: hidden; transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); }
.dashboard-topbar { height: 64px; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(5, 16, 28, .46); }
.mini-brand, .dashboard-user { display: flex; align-items: center; gap: 10px; font-size: .82rem; }
.mini-brand { font-weight: 800; }
.dashboard-user span { width: 9px; height: 9px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(110,231,183,.12); }
.dashboard-layout { display: grid; grid-template-columns: 150px 1fr; min-height: 450px; }
.dashboard-sidebar { padding: 24px 16px; border-right: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; gap: 10px; background: rgba(5,16,28,.28); }
.dashboard-sidebar span { padding: 11px 12px; border-radius: 10px; color: #9fb2c7; font-size: .76rem; }
.dashboard-sidebar .active { color: #071a1d; background: linear-gradient(135deg,#7ce7dd,#43c9be); font-weight: 800; }
.dashboard-content { padding: 28px; }
.dashboard-heading { display: flex; align-items: center; justify-content: space-between; }
.dashboard-heading div { display: flex; flex-direction: column; gap: 4px; }
.dashboard-heading small { color: var(--muted); }
.dashboard-heading strong { font: 800 1.2rem Manrope, sans-serif; }
.status-pill { padding: 7px 10px; font-size: .7rem; border-radius: 999px; color: #99f6e4; background: rgba(45,212,191,.12); border: 1px solid rgba(45,212,191,.18); }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin: 20px 0; }
.metric-grid article { padding: 15px; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; background: rgba(255,255,255,.045); }
.metric-grid small, .metric-grid span { display: block; color: var(--muted); font-size: .67rem; }
.metric-grid strong { display: block; margin: 8px 0 4px; font-size: 1.5rem; }
.schedule-card { border-radius: 18px; padding: 16px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.08); }
.schedule-header { display: flex; justify-content: space-between; margin-bottom: 10px; font-size: .76rem; }
.schedule-header span { color: var(--primary); }
.appointment { display: grid; grid-template-columns: 46px 34px 1fr auto; gap: 10px; align-items: center; padding: 11px 0; border-top: 1px solid rgba(255,255,255,.06); }
.appointment time, .appointment small { color: var(--muted); font-size: .67rem; }
.avatar { width: 32px; height: 32px; border-radius: 10px; display: grid; place-items: center; color: #dffefa; background: rgba(79,209,197,.14); font-size: .65rem; font-weight: 800; }
.appointment div { display: flex; flex-direction: column; gap: 3px; }
.appointment strong { font-size: .71rem; }
.appointment b { color: #8ef0c3; font-size: .61rem; }
.floating-card { position: absolute; display: flex; gap: 12px; align-items: center; padding: 14px 16px; border-radius: 16px; min-width: 210px; }
.floating-card div { display: flex; flex-direction: column; gap: 3px; }
.floating-card strong { font-size: .76rem; }
.floating-card small { color: var(--muted); font-size: .66rem; }
.floating-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; color: #05251f; background: linear-gradient(135deg,#86efac,#4ade80); font-weight: 900; }
.floating-one { left: -30px; bottom: 30px; }
.floating-two { right: -20px; top: 34px; }
.floating-two .floating-icon { background: linear-gradient(135deg,#bfdbfe,#818cf8); }

.stats-panel { display: grid; grid-template-columns: repeat(4,1fr); border-radius: 24px; overflow: hidden; }
.stats-panel article { padding: 28px; text-align: center; border-right: 1px solid rgba(255,255,255,.08); }
.stats-panel article:last-child { border-right: 0; }
.stats-panel strong { display: block; font: 800 1.8rem Manrope, sans-serif; color: #d9fffb; }
.stats-panel span { color: var(--muted); font-size: .8rem; }

.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading .eyebrow::before { display: none; }
.section-heading h2, .benefit-copy h2, .faq-intro h2, .cta-panel h2 { font-size: clamp(2.25rem, 4.2vw, 4rem); }
.section-heading p, .benefit-copy > p, .faq-intro > p, .cta-panel p { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { padding: 28px; border-radius: 22px; transition: transform .25s ease, border-color .25s ease, background .25s ease; }
.feature-card:hover { transform: translateY(-6px); border-color: rgba(124,231,221,.35); background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.06)); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: rgba(79,209,197,.12); border: 1px solid rgba(79,209,197,.18); font-size: 1.3rem; }
.feature-card h3 { margin: 20px 0 10px; font: 800 1.15rem Manrope, sans-serif; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; font-size: .9rem; }
.feature-card ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 8px; }
.feature-card li { color: #c9d8e5; font-size: .8rem; }
.feature-card li::before { content: '✓'; color: var(--primary); margin-right: 8px; font-weight: 900; }

.alt-section { position: relative; }
.alt-section::before { content: ''; position: absolute; inset: 12% 0; background: linear-gradient(90deg, rgba(79,209,197,.045), rgba(124,156,255,.035)); border-block: 1px solid rgba(255,255,255,.05); z-index: -1; }
.benefit-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: center; }
.benefit-visual { display: grid; place-items: center; }
.phone-shell { width: min(330px, 88vw); padding: 14px; border-radius: 42px; position: relative; }
.phone-notch { width: 120px; height: 24px; border-radius: 0 0 16px 16px; background: #050b13; position: absolute; top: 14px; left: 50%; transform: translateX(-50%); z-index: 3; }
.phone-screen { min-height: 600px; padding: 46px 20px 20px; border-radius: 32px; background: linear-gradient(180deg,#0c2034,#071522); overflow: hidden; }
.mobile-header { display: flex; align-items: center; gap: 9px; font-weight: 800; }
.mobile-header img { width: 32px; }
.mobile-header b { margin-left: auto; color: var(--muted); }
.mobile-kicker { margin: 34px 0 4px; color: var(--muted); font-size: .8rem; }
.phone-screen h3 { margin: 0 0 18px; font: 800 1.5rem Manrope,sans-serif; }
.mobile-card { border-radius: 18px; padding: 18px; margin-bottom: 15px; }
.primary-mobile { color: #05211f; background: linear-gradient(135deg,#83e8df,#52cfc4); }
.primary-mobile span, .primary-mobile strong { display: block; }
.primary-mobile span { font-size: .78rem; }
.primary-mobile strong { margin-top: 6px; font-size: 1.25rem; }
.mobile-item { display: grid; grid-template-columns: 48px 1fr 24px; gap: 10px; align-items: center; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.mobile-item time { color: #93c5fd; font-size: .74rem; }
.mobile-item div { display: flex; flex-direction: column; gap: 4px; }
.mobile-item strong { font-size: .78rem; }
.mobile-item small { color: var(--muted); font-size: .67rem; }
.mobile-item b { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: #04211f; background: var(--success); font-size: .68rem; }
.mobile-nav { display: flex; justify-content: space-around; padding: 18px 8px 4px; color: var(--muted); font-size: .68rem; }
.benefit-copy { max-width: 610px; }
.benefit-list { display: grid; gap: 14px; margin-top: 32px; }
.benefit-list article { display: grid; grid-template-columns: 52px 1fr; gap: 16px; padding: 18px; border-radius: 18px; border: 1px solid rgba(255,255,255,.08); background: rgba(255,255,255,.035); }
.benefit-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(79,209,197,.12); color: #91fff5; font-weight: 800; }
.benefit-list h3 { margin: 0 0 5px; font-size: .98rem; }
.benefit-list p { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.6; }

.steps-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.step-card { padding: 30px; border-radius: 22px; border: 1px solid rgba(255,255,255,.08); background: linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.025)); }
.step-card > span { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; color: #04211f; background: linear-gradient(135deg,#7ce7dd,#43c9be); font-weight: 900; }
.step-card h3 { margin: 20px 0 10px; font: 800 1.1rem Manrope,sans-serif; }
.step-card p { color: var(--muted); line-height: 1.7; margin: 0; font-size: .88rem; }

.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 130px; }
.faq-intro .btn { margin-top: 18px; }
.accordion { display: grid; gap: 14px; }
.accordion-item { border-radius: 18px; overflow: hidden; }
.accordion-item button { width: 100%; border: 0; background: transparent; color: var(--text); padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; text-align: left; cursor: pointer; font-weight: 700; }
.accordion-item button b { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: var(--primary); background: rgba(79,209,197,.1); font-size: 1.1rem; }
.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.accordion-content p { overflow: hidden; margin: 0; padding: 0 22px; color: var(--muted); line-height: 1.7; font-size: .9rem; transition: padding .25s ease; }
.accordion-item.active .accordion-content { grid-template-rows: 1fr; }
.accordion-item.active .accordion-content p { padding: 0 22px 22px; }

.cta-panel { padding: 54px; border-radius: 28px; display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; position: relative; }
.cta-panel::after { content: ''; position: absolute; width: 320px; height: 320px; right: -130px; top: -140px; border-radius: 50%; background: radial-gradient(circle, rgba(79,209,197,.28), transparent 68%); }
.cta-panel > * { position: relative; z-index: 1; }
.cta-panel h2 { max-width: 720px; margin-bottom: 12px; }
.cta-panel p { margin: 0; max-width: 720px; }
.cta-panel .btn { flex: 0 0 auto; }

.site-footer { margin-top: 40px; padding: 72px 0 24px; border-top: 1px solid rgba(255,255,255,.07); background: rgba(3, 10, 17, .34); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,.7fr); gap: 46px; }
.footer-grid h3 { font-size: .9rem; margin: 0 0 18px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid a { color: var(--muted); font-size: .82rem; }
.footer-grid a:hover { color: var(--primary); }
.footer-brand p { color: var(--muted); max-width: 380px; line-height: 1.7; font-size: .84rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.07); color: var(--muted); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .10s; }
.delay-2 { transition-delay: .20s; }

.legal-page { padding: 70px 18px; }
.legal-wrapper { width: min(860px,100%); margin: auto; padding: 48px; border-radius: 24px; }
.legal-wrapper > a { color: var(--primary); }
.legal-wrapper h1 { font: 800 clamp(2rem,5vw,3.5rem) Manrope,sans-serif; }
.legal-wrapper h2 { margin-top: 32px; }
.legal-wrapper p { color: var(--muted); line-height: 1.8; }

@media (max-width: 1040px) {
    .main-nav { display: none; }
    .nav-toggle { display: block; }
    .header-cta { margin-left: 0; }
    .main-nav.is-open { display: flex; position: fixed; inset: 96px 16px auto; padding: 24px; border-radius: 20px; flex-direction: column; background: rgba(7,18,31,.96); border: 1px solid var(--stroke); box-shadow: var(--shadow); backdrop-filter: blur(22px); }
    .hero-grid, .benefit-grid, .faq-grid { grid-template-columns: 1fr; }
    .hero { padding-top: 136px; }
    .hero-copy { text-align: center; }
    .hero-copy > p { margin-inline: auto; }
    .hero-actions, .trust-row { justify-content: center; }
    .hero-visual { width: min(760px,100%); margin-inline: auto; }
    .feature-grid { grid-template-columns: repeat(2,1fr); }
    .benefit-copy { max-width: none; }
    .faq-intro { position: static; }
    .footer-grid { grid-template-columns: 1.2fr repeat(3,1fr); }
}

@media (max-width: 760px) {
    .section-pad { padding: 78px 0; }
    .site-header { padding-top: max(12px, env(safe-area-inset-top)); }
    .header-inner { height: 70px; min-height: 70px; padding: 4px 9px 4px 16px; }
    .header-cta { display: none; }
    .hero { min-height: auto; padding-top: 112px; }
    .hero-grid { gap: 42px; }
    .hero h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
    .hero-copy > p { font-size: .98rem; }
    .hero-actions { flex-direction: column; }
    .hero-actions .btn { width: 100%; }
    .hero-visual { min-height: 400px; }
    .dashboard-card { transform: none; }
    .dashboard-sidebar { display: none; }
    .dashboard-layout { grid-template-columns: 1fr; min-height: 360px; }
    .dashboard-content { padding: 18px; }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .metric-grid article:last-child { display: none; }
    .appointment { grid-template-columns: 42px 30px 1fr; }
    .appointment b { display: none; }
    .floating-one { left: 4px; bottom: -22px; }
    .floating-two { display: none; }
    .stats-panel { grid-template-columns: repeat(2,1fr); }
    .stats-panel article:nth-child(2) { border-right: 0; }
    .stats-panel article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.08); }
    .feature-grid, .steps-grid { grid-template-columns: 1fr; }
    .section-heading { margin-bottom: 36px; }
    .cta-panel { padding: 34px 24px; flex-direction: column; align-items: flex-start; }
    .cta-panel .btn { width: 100%; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-bottom { flex-direction: column; }
}

@media (max-width: 500px) {
    .container { width: min(calc(100% - 22px), var(--container)); }
    .brand-logo-link { width: 160px; height: 56px; flex-basis: 160px; }
    .brand-logo-main { width: 160px !important; max-height: 56px; }
    .dashboard-topbar { padding-inline: 15px; }
    .dashboard-user { display: none; }
    .metric-grid { gap: 8px; }
    .metric-grid article { padding: 12px; }
    .schedule-card { padding: 12px; }
    .floating-card { min-width: 220px;
    filter: drop-shadow(0 0 12px rgba(79,209,197,.14)) drop-shadow(0 2px 10px rgba(0,0,0,.24)); }
    .stats-panel article { padding: 22px 12px; }
    .feature-card { padding: 24px; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .legal-wrapper { padding: 30px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
