.landing{--bg:#0e0c0a;--bg-alt:#252018;--orange:#e8621a;--orange-hover:#ff7a2f;--muted:#d8cbb4;--white:#ffffff;--line:rgba(255,255,255,0.1);--line-soft:rgba(255,255,255,0.06);--headlinefont:var(--font-dmserif),Georgia,serif;--accentfont:var(--font-fraunces),Georgia,serif;--contentfont:var(--font-figtree),system-ui,sans-serif;font-family:var(--contentfont);color:var(--white);font-weight:400;line-height:1.6;font-size:17px;background-color:var(--bg);-webkit-font-smoothing:antialiased}.landing *{box-sizing:border-box}.landing h1,.landing h2,.landing h3,.landing h4{font-family:var(--headlinefont);font-weight:500;line-height:1.1;letter-spacing:-.02em;color:var(--color-cream,#f5efe6);margin:0}.landing p{margin:0}.landing em{font-style:italic;color:var(--orange)}.landing section{padding:100px 0}@media (max-width:768px){.landing section{padding:64px 0}}.landing .container{max-width:980px;margin:0 auto;padding:0 28px}.landing .container-narrow{max-width:720px;margin:0 auto;padding:0 28px}.landing .eyebrow{font-family:var(--contentfont);font-size:13px;letter-spacing:.25em;color:var(--muted);margin-bottom:28px;display:block}.landing .eyebrow,.landing .pill{font-weight:500;text-transform:uppercase}.landing .pill{background:none;color:var(--orange);font-size:12px;letter-spacing:.3em;padding:0;margin-bottom:24px}.landing .btn,.landing .pill{display:inline-block;border:none}.landing .btn{background-image:linear-gradient(180deg,color-mix(in srgb,var(--orange) 85%,#fff),#c8530f);color:var(--white);padding:17px 38px;font-family:var(--contentfont);font-weight:600;font-size:15px;letter-spacing:.03em;text-decoration:none;border-radius:50px;cursor:pointer;box-shadow:inset 0 1px 0 rgba(255,255,255,.26),0 1px 2px rgba(0,0,0,.16),0 5px 14px rgba(232,98,26,.28);text-shadow:0 1px 1px rgba(0,0,0,.1);transition:all .2s ease}.landing .btn:hover{background-image:linear-gradient(180deg,var(--orange),color-mix(in srgb,#c8530f 86%,#000));transform:translateY(-1px);box-shadow:inset 0 1px 0 rgba(255,255,255,.3),0 2px 5px rgba(0,0,0,.2),0 9px 22px rgba(232,98,26,.34)}.landing .btn-row{display:flex;gap:18px;align-items:center;flex-wrap:wrap}.landing .btn-meta{font-size:14px;color:var(--muted)}.landing .fade-up,.landing .fade-up-2,.landing .fade-up-3,.landing .fade-up-4{opacity:0;transform:translateY(18px);animation:landingFadeUp .7s ease-out forwards}.landing .fade-up{animation-delay:.1s}.landing .fade-up-2{animation-delay:.2s}.landing .fade-up-3{animation-delay:.3s}.landing .fade-up-4{animation-delay:.45s}@keyframes landingFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing .fade-up,.landing .fade-up-2,.landing .fade-up-3,.landing .fade-up-4{animation:none;opacity:1;transform:none}}.landing .hero{position:relative;min-height:88vh;display:flex;align-items:center;overflow:hidden;padding:100px 0;background-color:var(--bg)}.landing .hero:after,.landing .hero:before{content:"";position:absolute;pointer-events:none;border-radius:999px;filter:blur(120px);opacity:.16;background:radial-gradient(circle at center,rgba(232,98,26,.5),transparent 65%)}.landing .hero:before{width:520px;height:520px;top:-160px;right:-120px}.landing .hero:after{width:420px;height:420px;bottom:-180px;left:-140px;opacity:.1}.landing .hero .container{position:relative;z-index:2}.landing .hero h1{font-size:clamp(36px,5.6vw,72px);font-weight:400;line-height:1.08;letter-spacing:-.025em;margin-bottom:28px;max-width:900px}.landing .hero-sub{font-size:20px;line-height:1.55;color:rgba(245,239,230,.78);max-width:640px;margin-bottom:44px;font-weight:400}@media (max-width:768px){.landing .hero-sub{font-size:17px}}.landing .agitation{background:var(--bg)}.landing .agitation h2{font-size:clamp(32px,4.8vw,56px);margin-bottom:36px;max-width:820px}.landing .agitation p{color:rgba(245,239,230,.75);font-size:19px;font-weight:400;margin-bottom:22px;max-width:680px}.landing .checklist{list-style:none;margin:38px 0;max-width:660px;padding:0}.landing .checklist li{padding:16px 0 16px 32px;position:relative;border-bottom:1px solid var(--line-soft);color:rgba(245,239,230,.85);font-size:17px;font-weight:400}.landing .checklist li:before{content:"";position:absolute;left:0;top:26px;width:16px;height:1px;background:var(--orange)}.landing .pullquote{font-family:var(--headlinefont);font-style:italic;font-weight:400;font-size:clamp(24px,3vw,34px);line-height:1.3;color:var(--white);border-left:2px solid var(--orange);padding-left:28px;margin-top:52px;max-width:740px}.landing .mechanism{background:var(--bg)}.landing .section-header{margin-bottom:56px;max-width:740px}.landing .section-header h2{font-size:clamp(32px,4.8vw,56px);margin-bottom:20px}.landing .section-header p{font-size:19px;color:rgba(245,239,230,.7);font-weight:400;line-height:1.55}.landing .three-types{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:56px}.landing .pillar-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:56px}@media (max-width:768px){.landing .pillar-grid,.landing .three-types{grid-template-columns:1fr;gap:20px}}.landing .type-card{background:var(--bg-alt);padding:38px 30px;border-top:2px solid var(--line);border-radius:16px}.landing .type-card.highlight{background:linear-gradient(160deg,rgba(232,98,26,.18),rgba(232,98,26,.04));border:1px solid rgba(232,98,26,.3);border-top:2px solid var(--orange)}.landing .type-num{font-family:var(--headlinefont);font-style:italic;font-size:15px;color:var(--orange);margin-bottom:14px;display:block}.landing .type-card h3{font-size:27px;font-weight:600;margin-bottom:14px}.landing .type-card p{font-size:15px;color:rgba(245,239,230,.65);font-weight:400;line-height:1.6}.landing .type-card .label{display:inline-block;background:var(--orange);color:var(--white);font-family:var(--contentfont);font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:5px 12px;border-radius:100px;margin-top:20px}.landing .authority{background:var(--bg)}.landing .authority .container{max-width:940px}.landing .authority h2{font-size:clamp(32px,4.5vw,50px);margin-bottom:36px;max-width:660px}.landing .authority p{font-size:18px;line-height:1.75;color:rgba(245,239,230,.78);font-weight:400;margin-bottom:22px;max-width:660px}.landing .authority p:first-of-type:first-letter{font-family:var(--headlinefont);font-weight:600;font-size:4em;float:left;line-height:.82;margin:6px 14px 0 0;color:var(--orange)}.landing .signature{margin-top:48px;padding-top:32px;border-top:1px solid var(--line)}.landing .signature-name{font-family:var(--headlinefont);font-style:italic;font-size:24px;color:var(--white)}.landing .signature-title{font-size:13px;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-top:4px}.landing .inside{background:var(--bg)}.landing .session-list{margin-top:56px}.landing .session{display:grid;grid-template-columns:80px 1fr auto;gap:32px;align-items:start;padding:32px 0;border-bottom:1px solid var(--line-soft)}@media (max-width:768px){.landing .session{grid-template-columns:56px 1fr;gap:18px}.landing .session-tag{display:none}}.landing .session-num{font-family:var(--headlinefont);font-size:58px;line-height:1;color:var(--orange);font-weight:500}.landing .session-body h3{font-size:27px;font-weight:600;margin-bottom:12px}.landing .session-body p{color:rgba(245,239,230,.65);font-size:16px;font-weight:400;line-height:1.6;max-width:560px}.landing .session-tag{font-family:var(--contentfont);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(245,239,230,.7);background:var(--bg-alt);padding:6px 14px;border-radius:100px;white-space:nowrap;align-self:start}.landing .session-tag.one-to-one{background:var(--orange);color:var(--white)}.landing .for-not-for{background:var(--bg)}.landing .for-not-for h2{font-size:clamp(32px,4.5vw,50px);margin-bottom:56px;max-width:680px}.landing .two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px}@media (max-width:768px){.landing .two-col{grid-template-columns:1fr;gap:44px}}.landing .col h3{font-size:22px;font-weight:600;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--line)}.landing .col h3.not{color:rgba(245,239,230,.45)}.landing .col ul{list-style:none;padding:0}.landing .col li{padding:14px 0 14px 28px;position:relative;color:rgba(245,239,230,.85);font-size:16px;font-weight:400;line-height:1.5}.landing .col.yes li:before{content:"";position:absolute;left:0;top:22px;width:14px;height:1px;background:var(--orange)}.landing .col.no li{color:rgba(245,239,230,.5)}.landing .col.no li:before{content:"\00d7";position:absolute;left:0;top:12px;color:rgba(245,239,230,.4);font-size:18px}.landing .proof{background:var(--bg)}.landing .testimonial-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px;margin-top:56px}@media (max-width:768px){.landing .testimonial-grid{grid-template-columns:1fr;gap:22px}}.landing .testimonial{background:var(--bg-alt);padding:36px 32px;border-radius:16px;position:relative;border:1px solid var(--line-soft)}.landing .testimonial:before{content:"\201C";position:absolute;top:6px;left:22px;font-family:var(--headlinefont);font-size:80px;color:var(--orange);opacity:.22;line-height:1}.landing .testimonial p{font-family:var(--headlinefont);font-style:italic;font-size:19px;line-height:1.5;color:rgba(245,239,230,.92);margin-bottom:22px;position:relative;z-index:1}.landing .testimonial cite{font-family:var(--contentfont);font-style:normal;font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--orange)}.landing .testimonial cite span{color:var(--muted);font-weight:400}.landing .stars{color:var(--orange);letter-spacing:2px;font-size:14px;margin-bottom:12px}.landing .investment{background:var(--bg);text-align:center}.landing .investment h2{font-size:clamp(34px,5vw,58px);margin-bottom:28px;max-width:740px;margin-left:auto;margin-right:auto}.landing .investment-frame{max-width:580px;margin:0 auto 44px;font-size:18px;font-weight:400;line-height:1.6;color:rgba(245,239,230,.78)}.landing .price-block{background:var(--bg);border:1px solid rgba(232,98,26,.3);padding:48px;max-width:480px;margin:0 auto;border-radius:16px}.landing .price-label{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:16px}.landing .price{font-family:var(--headlinefont);font-weight:600;font-size:76px;line-height:1;margin-bottom:8px;color:var(--white)}.landing .price-detail{font-size:14px;color:rgba(245,239,230,.6);font-weight:400;margin-bottom:32px;line-height:1.5}.landing .soft-fallback{margin-top:28px;font-size:14px;font-weight:400;color:rgba(245,239,230,.5)}.landing .soft-fallback a{color:var(--muted);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.landing .soft-fallback a:hover{color:var(--orange)}.landing .faq{background:var(--bg)}.landing .faq-list{margin-top:56px}.landing .faq-item{border-bottom:1px solid var(--line-soft);padding:26px 0}.landing .faq-item summary{font-family:var(--headlinefont);font-weight:500;font-size:24px;color:var(--white);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:24px}.landing .faq-item summary::-webkit-details-marker{display:none}.landing .faq-item summary:after{content:"+";font-family:var(--headlinefont);font-size:30px;color:var(--orange);transition:transform .3s ease;flex-shrink:0}.landing .faq-item[open] summary:after{transform:rotate(45deg)}.landing .faq-item p{color:rgba(245,239,230,.72);font-weight:400;line-height:1.65;padding-top:16px;max-width:720px}.landing .final-cta{background:var(--bg);text-align:center;padding:130px 0;position:relative;overflow:hidden}.landing .final-cta:before{content:"";position:absolute;width:500px;height:500px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:999px;filter:blur(100px);opacity:.18;background:radial-gradient(circle at center,rgba(232,98,26,.7),transparent 60%);pointer-events:none}.landing .final-cta .container{position:relative;z-index:2}.landing .final-cta h2{font-size:clamp(36px,5.5vw,66px);font-weight:600;margin-bottom:24px;max-width:820px;margin-left:auto;margin-right:auto}.landing .final-cta p{color:rgba(245,239,230,.78);font-size:19px;font-weight:400;max-width:560px;margin:0 auto 44px;line-height:1.6}.landing .final-cta .btn-row{justify-content:center}.landing .hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:56px;align-items:center}.landing .authority-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.landing .authority-portrait .img-slot{aspect-ratio:3/2}.landing .img-slot{position:relative;overflow:hidden;border-radius:16px;background:rgba(245,239,230,.04);aspect-ratio:4/5}.landing .img-slot img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:soma-drift 16s ease-in-out infinite alternate}.landing .final-cta .btn,.landing .hero .btn{animation:soma-breathe 8s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.landing .final-cta .btn,.landing .hero .btn,.landing .img-slot img{animation:none}}@media (max-width:880px){.landing .authority-grid,.landing .hero-grid{grid-template-columns:1fr;gap:32px}.landing .hero-portrait .img-slot{max-width:360px;margin:8px auto 0}.landing .authority-portrait .img-slot{aspect-ratio:16/10;max-width:480px;margin:0 auto}}.landing .embed-wrap{max-width:720px;margin:0 auto}.landing .stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:44px;max-width:640px}@media (max-width:768px){.landing .stat-grid{grid-template-columns:repeat(2,1fr);gap:20px}}.landing .stat-num{font-family:var(--headlinefont);font-weight:600;font-size:36px;line-height:1;color:var(--orange);white-space:nowrap}.landing .stat-label{font-size:13px;color:var(--muted);margin-top:6px}.landing .big-stat{text-align:center}.landing .big-stat .num{font-family:var(--headlinefont);font-weight:600;font-size:clamp(48px,8vw,120px);line-height:1;color:var(--orange)}.landing .big-stat .label{font-size:19px;font-weight:400;color:rgba(245,239,230,.78);margin-top:12px}.landing .cream{background-color:#f2eadc}.landing .cream h1,.landing .cream h2,.landing .cream h3,.landing .cream h4{color:#16291f}.landing .cream p{color:#6e6456}.landing .cream .eyebrow{color:#a8451a}.landing .cream .section-header p{color:#6e6456}.landing .cream .session{border-bottom-color:rgba(22,41,31,.12)}.landing .cream .session-body h3{color:#16291f}.landing .cream .session-body p{color:#6e6456}.landing .cream .session-tag{background:#e6dbc7;color:#16291f}.landing .cream .session-tag.one-to-one{background:#e8621a;color:#fff}.landing .cream .testimonial{background:#fbf6ec;border-color:rgba(22,41,31,.08)}.landing .cream .testimonial p{color:#16291f}.landing .cream .testimonial cite span{color:#6e6456}.landing .cream .checklist li{color:#3f362a;border-bottom-color:rgba(22,41,31,.12)}.landing .cream .pullquote{color:#16291f}.landing .cream .signature{border-top-color:rgba(22,41,31,.15)}.landing .cream .signature-name{color:#16291f}.landing .cream .signature-title{color:#6e6456}.landing .cream .faq-item{border-bottom-color:rgba(22,41,31,.12)}.landing .cream .faq-item summary{color:#16291f}.landing .cream .faq-item p{color:#6e6456}.landing .cream .img-slot{background:rgba(22,41,31,.05)}.landing .booking-header{background-color:var(--bg);text-align:center;padding:90px 0 60px;position:relative;overflow:hidden}.landing .booking-header:before{content:"";position:absolute;width:460px;height:460px;top:-160px;left:50%;transform:translateX(-50%);border-radius:999px;filter:blur(90px);opacity:.3;background:radial-gradient(circle at center,rgba(232,98,26,.6),transparent 60%);pointer-events:none}.landing .booking-header .container{position:relative;z-index:2}.landing .booking-header h1{font-size:clamp(36px,5.5vw,60px);font-weight:600;margin-bottom:22px;max-width:700px;margin-left:auto;margin-right:auto}.landing .booking-header p{font-size:19px;font-weight:400;color:rgba(245,239,230,.78);max-width:540px;margin:0 auto;line-height:1.55}.landing .header-portrait{width:104px;height:104px;margin:0 auto 24px}.landing .header-portrait .img-slot{aspect-ratio:1;border-radius:50%}.landing .recap{background-color:var(--bg);padding-top:20px}.landing .recap-card{background:var(--bg-alt);border:1px solid var(--line-soft);border-radius:16px;padding:40px;max-width:620px;margin:0 auto}@media (max-width:768px){.landing .recap-card{padding:28px 24px}}.landing .recap-label{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:18px}.landing .recap-list{list-style:none;padding:0}.landing .recap-list li{padding:13px 0 13px 28px;position:relative;border-bottom:1px solid var(--line-soft);color:rgba(245,239,230,.85);font-size:16px;font-weight:400}.landing .recap-list li:last-child{border-bottom:none}.landing .recap-list li:before{content:"";position:absolute;left:0;top:22px;width:14px;height:1px;background:var(--orange)}.landing .recap-price{display:flex;justify-content:space-between;align-items:baseline;margin-top:26px;padding-top:22px;border-top:1px solid var(--line)}.landing .recap-price .label{font-size:15px;color:var(--muted)}.landing .recap-price .amount{font-family:var(--headlinefont);font-weight:600;font-size:40px;color:var(--white)}.landing .booking-slot-section{background-color:var(--bg)}.landing .section-head{text-align:center;margin-bottom:48px}.landing .section-head h2{font-size:clamp(30px,4.2vw,46px);margin-bottom:16px}.landing .section-head p{font-size:18px;font-weight:400;color:rgba(245,239,230,.72);max-width:520px;margin:0 auto}.landing .cream .section-head p{color:#6e6456}.landing .embed-wrap iframe{width:100%;border:none;background:transparent}.landing .reassurance{background-color:var(--bg)}.landing .reassure-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media (max-width:768px){.landing .reassure-grid{grid-template-columns:1fr;gap:18px}}.landing .reassure-item{text-align:center;padding:8px}.landing .reassure-item h3{font-size:20px;font-weight:600;margin-bottom:10px}.landing .reassure-item p{font-size:15px;font-weight:400;color:rgba(245,239,230,.7);line-height:1.6}.landing .signup-header{background:var(--bg);text-align:center;padding:90px 0 56px;position:relative;overflow:hidden}.landing .signup-header:before{content:"";position:absolute;width:460px;height:460px;top:-160px;left:50%;transform:translateX(-50%);border-radius:999px;filter:blur(90px);opacity:.3;background:radial-gradient(circle at center,rgba(232,98,26,.6),transparent 60%);pointer-events:none}.landing .signup-header .container{position:relative;z-index:2}.landing .signup-header h1{font-size:clamp(34px,5vw,58px);font-weight:600;margin-bottom:20px;max-width:760px;margin-left:auto;margin-right:auto}.landing .signup-header p{font-size:19px;font-weight:400;color:rgba(245,239,230,.8);max-width:580px;margin:0 auto 22px;line-height:1.55}.landing .soft-note{margin-top:22px;font-size:14px;font-weight:400;color:rgba(245,239,230,.55)}.landing .countdown{margin:20px 0 24px}.landing .countdown-label{font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:rgba(245,239,230,.6);margin-bottom:8px}.landing .countdown-clock{font-family:var(--headlinefont);font-weight:600;font-size:44px;color:var(--orange);letter-spacing:.04em}.landing .app-rail{display:flex;gap:20px;overflow-x:auto;padding-bottom:12px;scrollbar-width:none}.landing .app-rail::-webkit-scrollbar{display:none}.landing .app-rail__item{flex:0 0 auto;width:240px;border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:0 16px 40px rgba(0,0,0,.3)}.landing .app-rail__item img{display:block;width:100%;height:auto}.landing .reset-video-frame{width:420px;max-width:100%;aspect-ratio:9/16;margin:0 auto;border-radius:20px;overflow:hidden;border:1px solid rgba(245,239,230,.12);box-shadow:0 24px 60px rgba(0,0,0,.35);background:#000}.landing .reset-video-frame video{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:767px){.landing .reset-video-frame{width:320px}}@media (max-width:480px){.landing .reset-video-frame{width:280px}.landing .container,.landing .container-narrow{padding:0 24px}.landing .hero h1{font-size:34px;line-height:1.12;text-wrap:balance}.landing .eyebrow,.landing .pill{letter-spacing:.15em}.landing .btn-row{flex-direction:column;align-items:stretch;gap:12px}.landing .btn-row>.btn{display:block;width:100%;text-align:center}.landing .btn-row>.btn-meta{text-align:center}.landing .session-num{font-size:42px}.landing .session-body h3{font-size:24px}.landing section{padding:56px 0}.landing .final-cta{padding:80px 0}.landing .booking-header{padding:56px 0 36px}.landing .stat-num{font-size:28px}.landing .big-stat .num{font-size:48px}.landing .price{font-size:54px}.landing .type-card h3{font-size:22px}}@media (max-width:600px){.landing .container,.landing .container-narrow{padding:0 22px}.landing section{padding:56px 0}.landing .hero{min-height:auto;padding:84px 0 48px}.landing .hero-grid{gap:26px}.landing .hero-copy{text-align:center}.landing .hero h1{font-size:clamp(32px,8.6vw,40px);margin-bottom:18px}.landing .hero-sub{margin:0 auto 26px}.landing .hero-copy .btn-meta{display:block;text-align:center}.landing .stat-grid{margin:30px auto 0;gap:18px 12px;max-width:340px}.landing .stat-grid>div{text-align:center}.landing .hero-portrait .img-slot{max-width:290px;margin:4px auto 0}.landing .type-card{padding:28px 22px}.landing .section-header{margin-bottom:34px}.landing .final-cta{padding:76px 0}}.landing .reset-sticky-cta{display:none}@media (max-width:600px){.landing .reset-sticky-cta{display:inline-flex;align-items:center;justify-content:center;gap:10px;position:fixed;left:16px;right:16px;bottom:16px;z-index:55;padding:17px 26px;border-radius:50px;background:#c2521f;color:#fff;font-family:var(--contentfont);font-weight:600;font-size:16px;letter-spacing:.01em;text-decoration:none;box-shadow:0 10px 34px rgba(0,0,0,.5);opacity:0;transform:translateY(24px);pointer-events:none;transition:opacity .3s ease,transform .3s ease}.landing .reset-sticky-cta.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}}@media (prefers-reduced-motion:reduce){.landing .reset-sticky-cta{transition:opacity .2s ease;transform:none}.landing .reset-sticky-cta.is-visible{transform:none}}.landing .authority p:first-of-type:first-letter,.landing .big-stat .num,.landing .booking-header h1,.landing .col h3,.landing .countdown-clock,.landing .faq-item summary,.landing .price,.landing .reassure-item h3,.landing .recap-price .amount,.landing .session-body h3,.landing .session-num,.landing .signup-header h1,.landing .stat-num,.landing .type-card h3,.landing h1,.landing h2,.landing h3,.landing h4{font-weight:400}.landing .pullquote,.landing .signature-name,.landing .testimonial p,.landing .type-num{font-family:var(--accentfont)}.landing .hero-avatar{display:none}@media (max-width:600px){.landing .hero-avatar{display:block;width:96px;height:96px;margin:0 auto 14px;border-radius:50%;overflow:hidden;box-shadow:0 0 0 3px rgba(232,98,26,.55),0 12px 34px rgba(0,0,0,.45)}.landing .hero-avatar img{display:block;width:100%;height:100%;object-fit:cover}.landing .hero-portrait{display:none}.landing .price-block{padding:32px 24px}.landing .price-block .btn{display:block;width:100%;text-align:center}.landing .authority p:first-of-type:first-letter{font-size:3em;margin:4px 10px 0 0}}.landing .reset-faq{max-width:760px;margin:8px auto 0;border-top:1px solid rgba(255,255,255,.1)}.landing .reset-faq details{border-bottom:1px solid rgba(255,255,255,.1)}.landing .reset-faq summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 0;font-family:var(--headlinefont);font-weight:500;font-size:1.2rem;line-height:1.3;color:var(--color-cream,#f5efe6)}.landing .reset-faq summary::-webkit-details-marker{display:none}.landing .reset-faq summary .faq-toggle{flex-shrink:0;font-family:var(--contentfont);font-size:1.5rem;line-height:1;color:var(--orange);transition:transform .25s ease}.landing .reset-faq details[open] summary .faq-toggle{transform:rotate(45deg)}.landing .reset-faq .faq-answer{margin:-4px 0 22px;padding-right:36px;color:var(--muted);line-height:1.65}@media (max-width:600px){.landing .reset-faq summary{font-size:1.05rem;padding:18px 0}.landing .reset-faq .faq-answer{padding-right:0}}.landing .btn-spinner{display:inline-block;width:16px;height:16px;margin-right:9px;vertical-align:-3px;border:2px solid;border-top:2px solid transparent;border-radius:50%;animation:somaBtnSpin .7s linear infinite}@keyframes somaBtnSpin{to{transform:rotate(1turn)}}.landing .classic-hero{max-width:760px;margin:0 auto;text-align:center}.landing .classic-brand,.landing .classic-hero{display:flex;flex-direction:column;align-items:center}.landing .classic-brand{gap:12px;margin-bottom:44px}.landing .classic-brand img{width:56px;height:56px;border-radius:14px}.landing .classic-wordmark{font-family:var(--contentfont);font-size:13px;font-weight:500;letter-spacing:.3em;text-transform:uppercase;color:var(--muted)}.landing .classic-hero h1{margin-bottom:24px}.landing .classic-free{display:block;font-style:italic;font-size:.82em;color:var(--muted);line-height:1.05}.landing .classic-sub{margin:0 auto 40px}.landing .classic-photo{width:min(360px,78vw);aspect-ratio:1;border-radius:50%;overflow:hidden;flex:none}.landing .classic-photo img{width:100%;height:100%;object-fit:cover}.landing .classic-hero-row{display:flex;flex-direction:column;align-items:center;gap:36px;margin:12px 0 8px}.landing .classic-hero-cta{display:flex;flex-direction:column;align-items:center;gap:22px}.landing .classic-proof{max-width:420px}.landing .classic-cta,.landing .classic-stats{display:flex;flex-direction:column;align-items:center}.landing .classic-stats{gap:34px;margin-top:52px}@media (min-width:769px){.landing .classic-hero-row{flex-direction:row;justify-content:center;gap:64px;margin:24px 0 8px}.landing .classic-hero-cta{align-items:flex-start;text-align:left}.landing .classic-stats{flex-direction:row;justify-content:center;gap:64px}}.landing .classic-story{max-width:760px;margin:0 auto;border:1px solid var(--line);border-radius:20px;padding:48px 44px;text-align:center}.landing .classic-story h2{margin-bottom:28px}.landing .classic-story p{text-align:left;color:rgba(245,239,230,.7);line-height:1.7;margin-bottom:16px;font-size:17px}.landing .classic-story .signature{margin-top:28px;text-align:left}@media (max-width:768px){.landing .classic-story{padding:32px 22px}}