:root{--navy:#07111f;--navy-mid:#0d1e30;--navy-light:#172940;--charcoal:#111827;--gold:#c6a46a;--gold-light:#ddc18e;--gold-dim:#9a7a4a;--teal:#5aaacb;--teal-light:#7ec4df;--ivory:#f8f5ef;--white:#ffffff;--gray-50:#f7f8fa;--gray-100:#f1f3f6;--gray-200:#e2e6ec;--gray-400:#9aa3af;--gray-600:#4a5568;--gray-800:#1a202c;--text-body:#2d3748;--text-light:#64748b;--font-head:'Sora','Inter',system-ui,sans-serif;--font-body:'Inter',system-ui,sans-serif;--ease-out:cubic-bezier(0.22, 1, 0.36, 1);--ease-in-out:cubic-bezier(0.65, 0, 0.35, 1);--radius-sm:6px;--radius-md:14px;--radius-lg:22px;--max-w:1200px;--px:clamp(1.25rem, 5vw, 3rem)}*,::after,::before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden;background:var(--navy)}body{font-family:var(--font-body);color:var(--text-body);background:var(--white);line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}.pin-spacer{overflow:visible!important;width:100%!important}::selection{background:rgba(198,164,106,.28);color:#fff}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--navy)}::-webkit-scrollbar-thumb{background:var(--gold-dim);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold)}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--max-w);margin:0 auto;padding:0 var(--px)}.section{padding:clamp(4rem,8vw,7rem) 0}.section--dark{background:var(--navy);color:var(--white);position:relative}.section--dark::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(198,164,106,.06) 0,transparent 70%);pointer-events:none;z-index:0}.section--dark>*{position:relative;z-index:1}.section--light-gray{background:var(--gray-50)}.section--navy{background:var(--navy-mid);color:var(--white)}.section__header{text-align:center;max-width:680px;margin:0 auto clamp(3rem,5vw,4.5rem)}.section__sub{font-size:1.05rem;color:var(--text-light);margin-top:.75rem;line-height:1.7}.section--dark .section__sub,.section--navy .section__sub{color:rgba(255,255,255,.65)}.section-label{display:inline-flex;align-items:center;gap:.6rem;font-size:.68rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--gold);margin-bottom:1rem}.section-label::before{content:'';display:block;width:24px;height:1px;background:var(--gold);opacity:.6}.section-label--light{color:var(--gold-light)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 2rem;border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.925rem;font-weight:600;letter-spacing:.02em;cursor:pointer;border:2px solid transparent;transition:all .25s var(--ease-out);white-space:nowrap;text-decoration:none}.btn--primary{background:var(--gold);color:var(--navy);border-color:var(--gold)}.btn--primary:focus-visible,.btn--primary:hover{background:var(--gold-light);border-color:var(--gold-light);transform:translateY(-1px);box-shadow:0 6px 20px rgba(184,150,110,.35)}.btn--ghost{background:0 0;color:var(--white);border-color:rgba(255,255,255,.4)}.btn--ghost:focus-visible,.btn--ghost:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.7)}.btn--ghost-light{background:0 0;color:var(--white);border-color:rgba(255,255,255,.5)}.btn--ghost-light:focus-visible,.btn--ghost-light:hover{background:rgba(255,255,255,.12)}.btn--outline{background:0 0;color:var(--navy);border-color:var(--navy-light)}.btn--outline:focus-visible,.btn--outline:hover{background:var(--navy);color:var(--white)}.btn--full{width:100%}.btn--lg{padding:1rem 2.5rem;font-size:1rem}.btn:focus-visible{outline:3px solid var(--gold);outline-offset:3px}.compliance-note{display:flex;align-items:flex-start;gap:.75rem;background:rgba(198,164,106,.08);border:1px solid rgba(198,164,106,.2);border-radius:var(--radius-sm);padding:1rem 1.25rem;margin:1.75rem 0;font-size:.85rem;color:var(--text-light);line-height:1.6}.compliance-note svg{flex-shrink:0;width:18px;height:18px;margin-top:1px;color:var(--gold)}.compliance-note p{margin:0}.compliance-note--center{max-width:700px;margin:2.5rem auto 0;text-align:left}.compliance-note--light{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.15);color:rgba(255,255,255,.7)}.compliance-note--light svg{color:var(--gold-light)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:0 var(--px);transition:background .35s var(--ease-out),box-shadow .35s var(--ease-out)}.nav.nav--scrolled{background:rgba(13,27,42,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 0 rgba(255,255,255,.06)}.nav__inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:68px;border-bottom:1px solid rgba(255,255,255,.05)}.nav__logo img{height:52px;width:auto;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4));transition:filter .2s}.nav__logo img:hover{filter:drop-shadow(0 2px 12px rgba(198,164,106,.4))}.nav__links{display:flex;align-items:center;gap:2rem}.nav__links a{font-size:.88rem;font-weight:500;color:rgba(255,255,255,.8);letter-spacing:.01em;transition:color .2s}.nav__links a:hover{color:var(--white)}.nav__cta{background:var(--gold)!important;color:var(--navy)!important;padding:.55rem 1.25rem;border-radius:var(--radius-sm);font-weight:600!important;transition:background .2s,transform .2s!important}.nav__cta:hover{background:var(--gold-light)!important;transform:translateY(-1px)}.nav__toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:.5rem}.nav__lang{background:0 0;border:1px solid rgba(255,255,255,.35);color:rgba(255,255,255,.85);font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.1em;padding:.3rem .65rem;border-radius:3px;cursor:pointer;transition:border-color .2s,color .2s;line-height:1}.nav__lang:hover{border-color:var(--gold);color:var(--gold)}.nav.nav--scrolled .nav__lang{border-color:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}.nav.nav--scrolled .nav__lang:hover{border-color:var(--gold);color:var(--gold)}.nav__toggle span{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform .3s,opacity .3s}.hero{position:relative;width:100%;height:100vh;min-height:600px;display:flex;align-items:stretch;justify-content:flex-start;overflow:hidden;background:var(--navy)}.hero__canvas{position:absolute;inset:0;width:100%!important;height:100%!important;z-index:0;display:block;background:var(--navy)}.hero__poster{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;opacity:0;transition:opacity .4s}.hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to right,rgba(7,17,31,.92) 0,rgba(7,17,31,.72) 35%,rgba(7,17,31,.28) 62%,rgba(7,17,31,.04) 100%),linear-gradient(to top,rgba(7,17,31,.88) 0,rgba(7,17,31,.05) 42%,transparent 60%)}.hero__content{position:relative;z-index:2;width:100%;max-width:var(--max-w);margin:0 auto;padding:2rem var(--px);text-align:left;color:var(--white);display:flex;align-items:center;justify-content:flex-start}.hero__content-inner{max-width:540px}.hero__eyebrow{display:inline-flex;align-items:center;justify-content:flex-start;gap:.75rem;font-size:.7rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:1.25rem;opacity:0;transform:translateY(12px);padding:.4rem 1.1rem;border:1px solid rgba(198,164,106,.25);border-radius:100px;backdrop-filter:blur(4px);background:rgba(198,164,106,.06)}.hero__eyebrow-sep{display:inline-block;width:18px;height:1px;background:rgba(198,164,106,.45);vertical-align:middle}.hero__flag-co,.hero__flag-us{font-size:1rem}.hero__headline{font-family:var(--font-head);font-size:clamp(1.75rem, 2.8vw, 2.9rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--white);margin-bottom:1.2rem;opacity:0;transform:translateY(18px)}.hero__headline em{font-style:normal;color:var(--gold-light)}.hero__microcopy{font-size:.72rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:1.5rem;opacity:0}.hero__br-mobile{display:none}.hero__subheadline{font-size:clamp(.95rem, 1.6vw, 1.12rem);color:rgba(255,255,255,.72);max-width:500px;margin:0 0 2rem;line-height:1.72;font-weight:300;opacity:0;transform:translateY(14px)}.hero__ctas{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;opacity:0;transform:translateY(14px)}.hero__disclaimer{font-size:.68rem;color:rgba(255,255,255,.38);max-width:460px;margin:0;line-height:1.6;opacity:0}.hero__scroll-hint{position:absolute;bottom:2.5rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.35);z-index:3;opacity:0}.hero__scroll-line{width:1px;height:40px;background:linear-gradient(to bottom,rgba(255,255,255,.5),transparent);animation:scrollPulse 2s ease-in-out 2s infinite}@keyframes scrollFade{to{opacity:1}}@keyframes scrollPulse{0%,100%{opacity:.4;transform:scaleY(1)}50%{opacity:.9;transform:scaleY(1.1)}}.hero__progress{position:absolute;bottom:0;left:0;height:2px;background:linear-gradient(to right,var(--gold-dim),var(--gold));z-index:4;width:0%;transition:width 50ms linear}.trust-bar{background:var(--charcoal);padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.trust-bar__list{display:flex;align-items:center;justify-content:center;flex-wrap:nowrap;gap:0 clamp(.75rem,1.4vw,1.8rem)}.trust-bar__item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.65);font-size:.73rem;font-weight:600;letter-spacing:.055em;text-transform:uppercase;white-space:nowrap;padding:.6rem 0;transition:color .25s;position:relative}.trust-bar__item+.trust-bar__item::before{content:'';position:absolute;left:calc(-1 * clamp(.375rem,.7vw,.9rem));top:50%;transform:translateY(-50%);width:1px;height:18px;background:rgba(255,255,255,.1)}.trust-bar__item:hover{color:var(--gold-light)}.trust-bar__icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:rgba(198,164,106,.1);border-radius:5px;color:var(--gold);flex-shrink:0;transition:background .25s}.trust-bar__item:hover .trust-bar__icon{background:rgba(198,164,106,.18)}.trust-bar__icon svg{width:14px;height:14px}.problem__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.problem__headline{font-family:var(--font-head);font-size:clamp(1.65rem, 2.8vw, 2.6rem);font-weight:700;line-height:1.1;letter-spacing:-.03em;color:var(--navy);margin-bottom:1.25rem}.problem__body{font-size:1.05rem;color:var(--text-light);line-height:1.75}.problem__list{display:flex;flex-direction:column;gap:0}.problem__item{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 0;border-bottom:1px solid var(--gray-200);font-size:1.05rem;color:var(--gray-800);font-weight:500}.problem__item:first-child{border-top:1px solid var(--gray-200)}.problem__q-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;background:var(--navy);color:var(--gold);border-radius:50%;font-size:.85rem;font-weight:700;margin-top:.05em}.solution__inner{max-width:860px;margin:0 auto;text-align:center}.solution__headline{font-family:var(--font-head);font-size:clamp(1.5rem, 2.4vw, 2.2rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--white);margin-bottom:1.25rem}.solution__body{font-size:1.1rem;color:rgba(255,255,255,.72);max-width:700px;margin:0 auto;line-height:1.75}.solution__pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin:3rem 0}.solution__pillar{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.09);border-radius:var(--radius-md);padding:2rem 1.5rem;text-align:center;transition:background .3s,border-color .3s,transform .3s var(--ease-out);position:relative;overflow:hidden}.solution__pillar::after{content:'';position:absolute;inset:0;border-radius:inherit;background:radial-gradient(ellipse at top,rgba(198,164,106,.05) 0,transparent 70%);opacity:0;transition:opacity .35s}.solution__pillar:hover{background:rgba(255,255,255,.07);border-color:rgba(198,164,106,.28);transform:translateY(-4px)}.solution__pillar:hover::after{opacity:1}.solution__pillar__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(198,164,106,.1);border-radius:12px;margin:0 auto 1rem;color:var(--gold);position:relative;z-index:1}.solution__pillar__icon svg{width:22px;height:22px}.solution__pillar>span{display:block;font-size:1.5rem;margin-bottom:.75rem;position:relative;z-index:1;line-height:1}.solution__pillar h3{font-size:.95rem;font-weight:600;color:var(--white);margin-bottom:.5rem;position:relative;z-index:1}.solution__pillar p{font-size:.85rem;color:rgba(255,255,255,.58);line-height:1.68;position:relative;z-index:1}.steps-wrapper{position:relative;margin-bottom:3rem}.steps__progress-track{position:absolute;top:2.25rem;left:0;right:0;height:1px;background:var(--gray-200);z-index:0;pointer-events:none}.steps__progress-fill{position:absolute;inset:0;background:linear-gradient(to right,var(--gold-dim),var(--gold));transform-origin:left center;transform:scaleX(0);border-radius:1px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;position:relative;z-index:1}.step{position:relative;background:var(--ivory);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:2.25rem 1.75rem 1.75rem;transition:box-shadow .3s var(--ease-out),border-color .3s,transform .3s var(--ease-out)}.step:hover{box-shadow:0 12px 40px rgba(7,17,31,.09);border-color:rgba(198,164,106,.35);transform:translateY(-3px)}.step__number{font-family:var(--font-head);font-size:.65rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);background:rgba(198,164,106,.1);border:1px solid rgba(198,164,106,.2);border-radius:100px;padding:.3rem .75rem;display:inline-flex;align-items:center;margin-bottom:1.25rem}.step__title{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.6rem}.step__body{font-size:.88rem;color:var(--text-light);line-height:1.7}.services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--navy);border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-md);padding:2.5rem 2rem;transition:box-shadow .35s var(--ease-out),border-color .35s,transform .35s var(--ease-out);position:relative;overflow:hidden}.service-card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,var(--gold),transparent);opacity:0;transition:opacity .4s var(--ease-out)}.service-card::after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at top left,rgba(198,164,106,.07) 0,transparent 65%);opacity:0;transition:opacity .4s}.service-card:hover{border-color:rgba(198,164,106,.22);box-shadow:0 24px 60px rgba(0,0,0,.4);transform:translateY(-5px)}.service-card:hover::before{opacity:1}.service-card:hover::after{opacity:1}.service-card__icon{width:44px;height:44px;background:rgba(198,164,106,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--gold);margin-bottom:1.35rem;transition:background .25s;position:relative;z-index:1}.service-card:hover .service-card__icon{background:rgba(198,164,106,.18)}.service-card__icon svg{width:22px;height:22px}.service-card h3{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.55rem;position:relative;z-index:1}.service-card p{font-size:.875rem;color:rgba(255,255,255,.58);line-height:1.72;position:relative;z-index:1}.dental__grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.dental__content h2{font-family:var(--font-head);font-size:clamp(1.5rem, 2.4vw, 2.1rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--navy);margin-bottom:1.25rem}.dental__content p{font-size:1rem;color:var(--text-light);line-height:1.75;margin-bottom:1rem}.dental__sub{font-size:1rem;font-weight:700;color:var(--navy);margin:1.75rem 0 .75rem}.dental__list{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.5rem}.dental__list li{display:flex;align-items:center;gap:.6rem;font-size:.95rem;color:var(--text-body);padding:.3rem 0}.dental__list li::before{content:'';display:block;width:6px;height:6px;background:var(--gold);border-radius:50%;flex-shrink:0}.dental__visual{position:sticky;top:100px}.dental__support-list{background:var(--navy);border-radius:var(--radius-lg);padding:2.5rem;color:var(--white)}.dental__support-list h3{font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;color:var(--gold-light)}.dental__support-item{display:flex;align-items:flex-start;gap:.85rem;padding:.85rem 0;border-bottom:1px solid rgba(255,255,255,.08);font-size:.92rem;color:rgba(255,255,255,.8);line-height:1.5}.dental__support-item:last-child{border-bottom:none}.dental__check{display:flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;background:var(--gold);color:var(--white);border-radius:50%;font-size:.7rem;font-weight:700;margin-top:.1em}.medical__inner{max-width:760px;margin:0 auto;text-align:center}.medical__inner h2{font-family:var(--font-head);font-size:clamp(1.5rem, 2.4vw, 2.1rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--white);margin-bottom:1.25rem}.medical__body{font-size:1.05rem;color:rgba(255,255,255,.72);line-height:1.75;margin-bottom:1rem}.medical__note{font-size:1rem;color:rgba(255,255,255,.55);line-height:1.75;font-style:italic;margin-bottom:0}.why__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.why__founders{display:flex;flex-direction:column;gap:1.5rem}.founder-card{display:flex;gap:1.25rem;align-items:flex-start;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:1.75rem;transition:box-shadow .25s}.founder-card:hover{box-shadow:0 6px 24px rgba(13,27,42,.08)}.founder-card__avatar{width:52px;height:52px;min-width:52px;background:var(--navy);color:var(--gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-head);font-size:1.3rem;font-weight:700}.founder-card h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.15rem}.founder-card__title{font-size:.78rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold);margin-bottom:.6rem}.founder-card p:last-child{font-size:.9rem;color:var(--text-light);line-height:1.65}.why__values{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;align-content:start}.value-item{padding:1.5rem;border-left:3px solid var(--gold);background:var(--gray-50);border-radius:0 var(--radius-sm) var(--radius-sm) 0}.value-item h3{font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.4rem}.value-item p{font-size:.87rem;color:var(--text-light);line-height:1.65}.safety__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:0}.safety-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:2rem;transition:box-shadow .25s,border-color .25s}.safety-card:hover{border-color:var(--gold);box-shadow:0 6px 20px rgba(198,164,106,.1)}.safety-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.6rem;display:flex;align-items:center;gap:.5rem}.safety-card h3::before{content:'';display:block;width:4px;height:18px;background:var(--gold);border-radius:2px;flex-shrink:0}.safety-card p{font-size:.92rem;color:var(--text-light);line-height:1.7}.packages__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:1.75rem}.package-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-md);padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1rem;transition:box-shadow .25s,transform .25s var(--ease-out),border-color .25s}.package-card:hover{box-shadow:0 10px 36px rgba(13,27,42,.1);transform:translateY(-3px)}.package-card--featured{border-color:var(--gold);background:var(--navy);color:var(--white)}.package-card--featured h3,.package-card--featured li{color:var(--white)}.package-card--featured .package-card__desc{color:rgba(255,255,255,.65)}.package-card__tier{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gold)}.package-card--featured .package-card__tier{color:var(--gold-light)}.package-card__name{font-size:1.15rem;font-weight:700;color:var(--navy);line-height:1.2}.package-card__desc{font-size:.87rem;color:var(--text-light);line-height:1.65;flex:1}.package-card__features{display:flex;flex-direction:column;gap:.4rem}.package-card__features li{font-size:.83rem;color:var(--gray-600);padding-left:1.1rem;position:relative;line-height:1.5}.package-card__features li::before{content:'✓';position:absolute;left:0;color:var(--gold);font-size:.8rem;font-weight:700}.packages__note{text-align:center;font-size:.85rem;color:var(--text-light);font-style:italic}.faq__list{max-width:760px;margin:0 auto}.faq__item{border-bottom:1px solid rgba(255,255,255,.1)}.faq__item:first-child{border-top:1px solid rgba(255,255,255,.1)}.faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 0;background:0 0;border:none;color:var(--white);font-size:1rem;font-weight:600;font-family:var(--font-body);cursor:pointer;text-align:left;gap:1rem;transition:color .2s}.faq__question:hover{color:var(--gold-light)}.faq__question:focus-visible{outline:2px solid var(--gold);outline-offset:2px;border-radius:2px}.faq__chevron{display:block;width:18px;height:18px;min-width:18px;position:relative;flex-shrink:0}.faq__chevron::after,.faq__chevron::before{content:'';position:absolute;width:9px;height:2px;background:currentColor;top:50%;border-radius:1px;transition:transform .3s var(--ease-out)}.faq__chevron::before{left:1px;transform:translateY(-50%) rotate(45deg)}.faq__chevron::after{right:1px;transform:translateY(-50%) rotate(-45deg)}.faq__question[aria-expanded=true] .faq__chevron::before{transform:translateY(-50%) rotate(-45deg)}.faq__question[aria-expanded=true] .faq__chevron::after{transform:translateY(-50%) rotate(45deg)}.faq__answer{padding-bottom:1.25rem}.faq__answer[hidden]{display:none}.faq__answer p{font-size:.95rem;color:rgba(255,255,255,.68);line-height:1.75}.faq__answer a{color:var(--gold-light);text-decoration:underline}.consultation{background:var(--ivory)}.consultation__grid{display:grid;grid-template-columns:1fr 1.5fr;gap:5rem;align-items:start}.consultation__left h2{font-family:var(--font-head);font-size:clamp(1.5rem, 4.5vw, 2.5rem);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:var(--navy);margin-bottom:1rem;overflow-wrap:break-word;word-break:break-word}.consultation__left p{font-size:1rem;color:var(--text-light);line-height:1.75;margin-bottom:.75rem}.consultation__contact{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}.consultation__contact-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;font-weight:500;color:var(--navy);transition:color .2s}.consultation__contact-item svg{width:20px;height:20px;color:var(--gold);flex-shrink:0}.consultation__contact-item:hover{color:var(--gold)}.consultation-form{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 4px 32px rgba(13,27,42,.07);display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.82rem;font-weight:600;color:var(--navy);letter-spacing:.01em}.form-group label span{color:var(--gold);margin-left:.1em}.form-group input,.form-group select,.form-group textarea{padding:.75rem 1rem;border:1.5px solid var(--gray-200);border-radius:var(--radius-sm);font-size:.92rem;font-family:var(--font-body);color:var(--navy);background:var(--white);transition:border-color .2s,box-shadow .2s;appearance:none;-webkit-appearance:none}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--gold);box-shadow:0 0 0 3px rgba(198,164,106,.15)}.form-group textarea{resize:vertical;min-height:100px}.form-error{font-size:.78rem;color:#dc2626;min-height:1rem}.form-legal{font-size:.75rem;color:var(--text-light);line-height:1.6;text-align:center}.final-cta__inner{text-align:center;max-width:640px;margin:0 auto}.final-cta__inner h2{font-family:var(--font-head);font-size:clamp(1.6rem, 2.8vw, 2.4rem);font-weight:700;color:var(--white);margin-bottom:1rem;letter-spacing:-.025em;line-height:1.12}.final-cta__inner p{font-size:1.1rem;color:rgba(255,255,255,.7);margin-bottom:2rem;line-height:1.65}.final-cta__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem}.footer{background:var(--navy);padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.06)}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer__brand img{height:56px;width:auto;margin-bottom:1.5rem;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35))}.footer__brand p{font-size:.88rem;color:rgba(255,255,255,.55);line-height:1.7;margin-bottom:1.25rem}.footer__contact{display:flex;flex-direction:column;gap:.4rem}.footer__contact a{font-size:.85rem;color:rgba(255,255,255,.5);transition:color .2s}.footer__contact a:hover{color:var(--gold-light)}.footer__legal-info h3,.footer__nav h3{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:1rem}.footer__legal-info ul,.footer__nav ul{display:flex;flex-direction:column;gap:.5rem}.footer__legal-info a,.footer__nav a{font-size:.87rem;color:rgba(255,255,255,.6);transition:color .2s}.footer__legal-info a:hover,.footer__nav a:hover{color:var(--white)}.footer__disclaimer{text-align:center}.footer__disclaimer p{font-size:.78rem;color:rgba(255,255,255,.35);line-height:1.7;max-width:800px;margin:0 auto .75rem}.footer__copyright{font-size:.75rem;color:rgba(255,255,255,.25)}h2{font-family:var(--font-head);font-size:clamp(1.5rem, 2.4vw, 2.15rem);font-weight:700;line-height:1.15;letter-spacing:-.025em;color:var(--navy)}.faq h2,.section--dark h2,.section--navy h2{color:var(--white)}@keyframes heroReveal{to{opacity:1;transform:none}}.hero__eyebrow{animation:heroReveal .7s var(--ease-out) 1s forwards}.hero__headline{animation:heroReveal .8s var(--ease-out) 1.2s forwards}.hero__subheadline{animation:heroReveal .7s var(--ease-out) 1.45s forwards}.hero__ctas{animation:heroReveal .65s var(--ease-out) 1.65s forwards}.hero__microcopy{animation:heroReveal .5s var(--ease-out) 1.85s forwards}.hero__disclaimer{animation:heroReveal .5s var(--ease-out) 2s forwards}.hero__scroll-hint{animation:heroReveal .7s var(--ease-out) 2.3s forwards}.fade-up{opacity:0;transform:translateY(24px)}.fade-up.is-visible{opacity:1;transform:translateY(0);transition:opacity .65s var(--ease-out),transform .65s var(--ease-out)}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}.hero__ctas,.hero__disclaimer,.hero__eyebrow,.hero__headline,.hero__microcopy,.hero__scroll-hint,.hero__subheadline{opacity:1!important;transform:none!important}.founder-card,.package-card,.problem__item,.safety-card,.service-card,.solution__pillar,.step,.trust-bar__item,.value-item{opacity:1!important;transform:none!important}}@media (max-width:1024px){.packages__grid{grid-template-columns:repeat(2,1fr)}.solution__pillars{grid-template-columns:repeat(2,1fr)}.dental__grid{grid-template-columns:1fr;gap:3rem}.dental__visual{position:static}.steps{grid-template-columns:repeat(2,1fr)}.steps__progress-track{display:none}}@media (max-width:768px){:root{--px:1.25rem}.nav__toggle{display:flex}.nav__links{display:none}.nav__links.nav__links--open{display:flex;position:fixed;inset:0;flex-direction:column;align-items:center;justify-content:center;gap:2rem;background:var(--navy);z-index:99}.nav__links a{font-size:1.1rem}.nav__cta{padding:.75rem 2rem!important;font-size:1rem!important}.hero{height:100svh;min-height:560px}.hero__content{justify-content:flex-start}.hero__content-inner{max-width:100%}.hero__canvas{display:none}.hero__poster{opacity:1!important;display:block}.hero__br-mobile{display:block}.hero__headline{font-size:clamp(1.7rem, 6vw, 2.2rem)}.hero__ctas{gap:.75rem}.hero__ctas .btn{width:100%;max-width:280px}.problem__grid{grid-template-columns:1fr;gap:2.5rem}.why__grid{grid-template-columns:1fr;gap:2.5rem}.why__values{grid-template-columns:1fr}.safety__grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr}.steps__progress-track{display:none}.services__grid{grid-template-columns:1fr}.packages__grid{grid-template-columns:1fr}.consultation__grid{grid-template-columns:1fr;gap:2.5rem}.footer__grid{grid-template-columns:1fr;gap:2rem}.form-row{grid-template-columns:1fr}.solution__pillars{grid-template-columns:1fr 1fr}.trust-bar__list{gap:1rem 2rem}}@media (max-width:480px){.hero__ctas{flex-direction:column;align-items:center}.solution__pillars{grid-template-columns:1fr}.consultation-form{padding:1.5rem}}.section-kicker{font-size:.68rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.5rem;display:flex;align-items:center;gap:.6rem}.section-kicker::before{content:'';display:block;width:24px;height:1px;background:var(--gold);opacity:.6}.confidence{padding:clamp(5rem,10vw,9rem) 0;text-align:center}.confidence__headline{font-family:var(--font-head);font-size:clamp(1.75rem, 3.2vw, 3rem);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:var(--white);max-width:780px;margin:0 auto 1.5rem}.confidence__body{font-size:clamp(.95rem, 1.4vw, 1.1rem);color:rgba(255,255,255,.62);max-width:620px;margin:0 auto clamp(3rem,6vw,5rem);line-height:1.75}.confidence__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:clamp(2.5rem,5vw,4rem);text-align:left}.confidence__card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);padding:2rem 1.75rem;transition:border-color .3s,background .3s;position:relative;overflow:hidden}.confidence__card::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(198,164,106,.5),transparent);opacity:0;transition:opacity .3s}.confidence__card:hover{background:rgba(255,255,255,.06);border-color:rgba(198,164,106,.25)}.confidence__card:hover::before{opacity:1}.confidence__num{display:block;font-family:var(--font-head);font-size:.65rem;font-weight:700;letter-spacing:.16em;color:var(--gold);margin-bottom:1rem}.confidence__card h3{font-size:1rem;font-weight:700;color:var(--white);margin-bottom:.6rem;line-height:1.3}.confidence__card p{font-size:.88rem;color:rgba(255,255,255,.55);line-height:1.7}.confidence__chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.premium-chip{display:inline-flex;align-items:center;padding:.35rem .9rem;border:1px solid rgba(198,164,106,.22);border-radius:100px;font-size:.72rem;font-weight:500;letter-spacing:.06em;color:rgba(255,255,255,.55);background:rgba(255,255,255,.03);white-space:nowrap;transition:border-color .2s,color .2s}.premium-chip:hover{border-color:rgba(198,164,106,.45);color:rgba(255,255,255,.8)}.problem__tensions{display:flex;flex-direction:column;gap:0}.problem__tension{display:flex;align-items:flex-start;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--gray-200)}.problem__tension:first-child{border-top:1px solid var(--gray-200)}.problem__t-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--gold);margin-top:.1rem;font-weight:700}.problem__tension div{display:flex;flex-direction:column;gap:.2rem}.problem__tension strong{font-size:.95rem;font-weight:700;color:var(--navy);line-height:1.3}.problem__tension span{font-size:.85rem;color:var(--text-light);line-height:1.55}.travel-seq{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;background:var(--navy)}.travel-seq__canvas{position:absolute;inset:0;width:100%!important;height:100%!important;display:block}.travel-seq__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(to top,rgba(7,17,31,.75) 0,transparent 40%),linear-gradient(to bottom,rgba(7,17,31,.45) 0,transparent 35%)}.travel-seq__caption{position:absolute;bottom:3rem;left:50%;transform:translateX(-50%);z-index:2;text-align:center;color:var(--white)}.travel-seq__caption p{font-size:clamp(.95rem, 1.8vw, 1.15rem);opacity:.85;margin:.5rem 0 0;font-weight:300;letter-spacing:.02em}.what-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid rgba(255,255,255,.07);border-radius:var(--radius-md);overflow:hidden;margin-bottom:2.5rem}.what-item{padding:2.5rem 2rem;border-right:1px solid rgba(255,255,255,.07);border-bottom:1px solid rgba(255,255,255,.07);transition:background .3s}.what-item:nth-child(2n){border-right:none}.what-item:nth-child(3),.what-item:nth-child(4){border-bottom:none}.what-item:hover{background:rgba(255,255,255,.03)}.what-num{display:block;font-family:var(--font-head);font-size:.62rem;font-weight:700;letter-spacing:.18em;color:var(--gold);margin-bottom:.85rem}.what-item h3{font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:.6rem;line-height:1.3}.what-item p{font-size:.88rem;color:rgba(255,255,255,.55);line-height:1.7}.steps--five{grid-template-columns:repeat(5,1fr)}.hero__headline{font-size:clamp(2.4rem, 5.5vw, 5.2rem);line-height:1;letter-spacing:-.04em}.hero__headline em{font-style:normal;color:var(--gold-light)}@media (max-width:900px){.confidence__grid{grid-template-columns:1fr;max-width:520px;margin-left:auto;margin-right:auto}.what-grid{grid-template-columns:1fr}.what-item{border-right:none}.what-item:nth-child(3){border-bottom:1px solid rgba(255,255,255,.07)}.steps--five{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.confidence{padding:clamp(3.5rem,8vw,6rem) 0}.confidence__grid{grid-template-columns:1fr}.confidence__chips{gap:.4rem}.problem__tensions{gap:0}.steps--five{grid-template-columns:1fr 1fr}}@media (max-width:480px){.steps--five{grid-template-columns:1fr}.confidence__headline{font-size:clamp(1.6rem, 7vw, 2.2rem)}}