:root{--navy:#0a1b3d;--navy-deep:#050d24;--blue:#1e4d8c;--blue-light:#4a90d9;--blue-soft:#a8c8e8;--mauve:#9b7fa5;--mauve-light:#c4a8d0;--mauve-soft:#e0d0ea;--cream:#f7f4ee;--sand:#ede5d3;--ink:#1a1a2e;--muted:#6b7280;--accent:#d4a574;--accent-deep:#b8895a;--shadow:0 20px 60px #0a1b3d26;--shadow-lg:0 30px 80px #0a1b3d40;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:15px}body{font-family:var(--font-sans);color:var(--ink);background:var(--cream);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-serif);letter-spacing:-.01em;font-weight:500;line-height:1.15}a{color:inherit}img{max-width:100%;display:block}.eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--mauve);margin-bottom:1rem;font-size:.82rem;font-weight:600;display:inline-block}.btn{cursor:pointer;border:none;border-radius:999px;align-items:center;gap:.6rem;padding:1rem 1.8rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.btn-primary{background:var(--cream);color:var(--navy)}.btn-primary:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.btn-ghost{color:var(--cream);background:0 0;border:1.5px solid #f7f4ee4d}.btn-ghost:hover{border-color:var(--cream);background:#f7f4ee0d}.btn-dark{background:var(--navy);color:var(--cream)}.btn-dark:hover{background:var(--blue);box-shadow:var(--shadow);transform:translateY(-2px)}.btn-outline{color:var(--navy);border:1.5px solid var(--navy);background:0 0}.btn-outline:hover{background:var(--navy);color:var(--cream)}.btn-accent{background:var(--accent);color:var(--navy)}.btn-accent:hover{background:#e6b787;transform:translateY(-2px)}.btn-full{justify-content:center;width:100%;margin-top:.5rem}.btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:200;background:#050d24bf;justify-content:center;align-items:center;padding:2rem;display:none;position:fixed;inset:0}.modal-overlay.active{display:flex}.modal{background:#fff;border-radius:20px;width:100%;max-width:700px;max-height:90vh;padding:1.75rem 2rem;position:relative;overflow-y:auto}.modal-close{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;display:flex;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:#0a1b3d0d}.modal h3{color:var(--navy);margin-bottom:.5rem;font-size:1.75rem}.modal .sub{color:var(--muted);margin-bottom:1.5rem}.waiver-box{background:var(--cream);border:1px solid #0a1b3d1a;border-radius:10px;margin:.75rem 0 1rem;padding:1rem 1.1rem}.waiver-title{text-transform:uppercase;letter-spacing:.08em;color:var(--navy);margin-bottom:.6rem;font-size:.78rem;font-weight:700}.waiver-text{max-height:130px;color:var(--muted);margin-bottom:.75rem;padding-right:.5rem;font-size:.78rem;line-height:1.6;overflow-y:auto}.waiver-text p{margin-bottom:.5rem}.waiver-text p:last-child{margin-bottom:0}.waiver-check{cursor:pointer;color:var(--navy);align-items:flex-start;gap:.6rem;font-size:.85rem;font-weight:500;display:flex}.waiver-check input[type=checkbox]{width:15px;height:15px;accent-color:var(--mauve);cursor:pointer;flex-shrink:0;margin-top:2px}.calendly-intro{color:var(--muted);margin-bottom:.75rem;font-size:.88rem;font-style:italic}.form-group{margin-bottom:1rem}.form-group label{color:var(--navy);margin-bottom:.4rem;font-size:.88rem;font-weight:500;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;color:var(--ink);appearance:none;background:#fff;border:1.5px solid #0a1b3d1f;border-radius:12px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.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-position:right .9rem center;background-repeat:no-repeat;padding-right:2.25rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--mauve);outline:none;box-shadow:0 0 0 3px #9b7fa514}.form-group textarea{resize:vertical;min-height:100px}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.checkbox-grid{grid-template-columns:1fr 1fr;gap:.5rem 1rem;margin-top:.4rem;display:grid}.cb-item{color:var(--ink);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.cb-item input[type=checkbox]{width:14px;height:14px;accent-color:var(--mauve);cursor:pointer;flex-shrink:0}.field-note{color:var(--muted);margin-top:.4rem;font-size:.75rem;line-height:1.5}.page-footer-simple{background:var(--navy-deep);color:#f7f4ee73;text-align:center;padding:1.25rem 2rem;font-size:.8rem}.page-footer-simple a{color:var(--blue-soft);text-decoration:none}.page-footer-simple a:hover{color:#fff}@media (width<=900px){.form-row{grid-template-columns:1fr}}@media (width<=600px){.modal{padding:1.75rem}}._nav_17tzp_1{z-index:100;-webkit-backdrop-filter:blur(12px);background:#f7f4eed9;border-bottom:1px solid #0a1b3d14;padding:.65rem 2rem;transition:all .3s;position:fixed;top:0;left:0;right:0}._navInner_17tzp_12{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}._logo_17tzp_19{cursor:pointer;align-items:center;text-decoration:none;display:flex}._logo_17tzp_19 img{height:83px}._navLinks_17tzp_21{align-items:center;gap:2.25rem;display:flex}._navLinks_17tzp_21 a{color:var(--navy);font-size:.92rem;font-weight:500;text-decoration:none;transition:color .2s}._navLinks_17tzp_21 a:hover{color:var(--blue-light)}._navCta_17tzp_34{background:var(--navy);border-radius:999px;padding:.65rem 1.4rem;font-size:.88rem;transition:transform .2s,background .2s;color:var(--cream)!important}._navCta_17tzp_34:hover{transform:translateY(-1px);background:var(--blue)!important}._mobileToggle_17tzp_46{cursor:pointer;color:var(--navy);background:0 0;border:none;font-size:1.5rem;display:none}@media (width<=900px){._navLinks_17tzp_21{display:none}._navLinks_17tzp_21._open_17tzp_57{background:var(--cream);border-bottom:1px solid #0a1b3d14;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;position:absolute;top:100%;left:0;right:0}._mobileToggle_17tzp_46{display:block}}._hero_1e550_1{background:radial-gradient(ellipse at 20% 30%, #4a90d940 0%, transparent 50%), radial-gradient(ellipse at 80% 70%, #1e4d8c66 0%, transparent 50%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);min-height:100vh;color:var(--cream);justify-content:center;align-items:center;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}._hero_1e550_1:before{content:"";pointer-events:none;background-image:radial-gradient(circle,#ffffff08 0%,#0000 70%);position:absolute;inset:0}._heroContent_1e550_22{z-index:2;text-align:center;width:100%;max-width:1100px;margin:0 auto;padding:0 2rem;position:relative}._heroContent_1e550_22 .eyebrow{color:var(--mauve-soft);margin-bottom:1.5rem;font-weight:500}._watermark_1e550_32{object-fit:contain;opacity:.07;pointer-events:none;z-index:1;-webkit-user-select:none;user-select:none;width:340px;height:340px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._heroContent_1e550_22 h1{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.25rem)}._heroContent_1e550_22 h1 em{color:var(--mauve-soft);font-style:italic;font-weight:400}._heroContent_1e550_22 p{color:#f7f4eecc;max-width:760px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.15rem}._heroCtas_1e550_48{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}._pulseRing_1e550_50{z-index:1;border:1px solid #c4a8d024;border-radius:50%;animation:5s ease-out infinite _pulse_1e550_50;position:absolute;top:50%;left:50%;box-shadow:0 0 18px 6px #c4a8d017,inset 0 0 18px 6px #c4a8d00d}._pulseRing_1e550_50:first-child{width:420px;height:420px;margin-top:-210px;margin-left:-210px}._pulseRing_1e550_50:nth-child(2){width:620px;height:620px;margin-top:-310px;margin-left:-310px;animation-delay:1.3s}._pulseRing_1e550_50:nth-child(3){width:820px;height:820px;margin-top:-410px;margin-left:-410px;animation-delay:2.6s}@keyframes _pulse_1e550_50{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}@media (width<=900px){._hero_1e550_1{padding:7rem 1.5rem 4rem}._pulseRing_1e550_50:first-child{width:280px;height:280px;margin-top:-140px;margin-left:-140px}._pulseRing_1e550_50:nth-child(2){width:420px;height:420px;margin-top:-210px;margin-left:-210px}._pulseRing_1e550_50:nth-child(3){width:560px;height:560px;margin-top:-280px;margin-left:-280px}}._audienceSplit_tu8ve_1{background:var(--cream);padding:6rem 2rem}._audienceIntro_tu8ve_2{text-align:center;max-width:720px;margin:0 auto 4rem}._audienceIntro_tu8ve_2 h2{color:var(--navy);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem)}._audienceIntro_tu8ve_2 p{color:var(--muted);font-size:1.1rem}._audienceCards_tu8ve_5{grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin:0 auto;display:grid}._audienceCard_tu8ve_5{box-shadow:var(--shadow);background:#fff;border:1px solid #0a1b3d0f;border-radius:24px;padding:3rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}._audienceCard_tu8ve_5:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}._audienceCard_tu8ve_5:before{content:"";background:linear-gradient(90deg, var(--mauve-light), var(--mauve));width:100%;height:4px;position:absolute;top:0;left:0}._studio_tu8ve_30:before{background:linear-gradient(90deg, var(--accent), var(--accent-deep))}._cardEyebrow_tu8ve_31{color:var(--mauve);letter-spacing:.15em;text-transform:uppercase;margin-bottom:1rem;font-size:.78rem;font-weight:600}._studioEyebrow_tu8ve_39{color:var(--accent)}._audienceCard_tu8ve_5 h3{color:var(--navy);margin-bottom:1rem;font-size:2rem}._audienceCard_tu8ve_5 p{color:var(--muted);margin-bottom:1.75rem}._audienceCard_tu8ve_5 ul{margin-bottom:2rem;list-style:none}._audienceCard_tu8ve_5 ul li{color:var(--ink);padding:.5rem 0 .5rem 1.75rem;font-size:.95rem;position:relative}._audienceCard_tu8ve_5 ul li:before{content:"";background:var(--mauve-light);border-radius:50%;width:8px;height:8px;position:absolute;top:1rem;left:0}._studio_tu8ve_30 ul li:before{background:var(--accent)}@media (width<=900px){._audienceCards_tu8ve_5{grid-template-columns:1fr}._audienceCard_tu8ve_5{padding:2rem}}._whatIs_1ukbq_1{background:linear-gradient(180deg, var(--cream) 0%, var(--sand) 100%);padding:7rem 2rem}._whatIsGrid_1ukbq_5{grid-template-columns:1fr 1.2fr;align-items:start;gap:5rem;max-width:1200px;margin:0 auto;display:grid}._whatIsText_1ukbq_13 h2{color:var(--navy);margin-bottom:1.5rem;font-size:clamp(2rem,3.8vw,2.8rem)}._whatIsText_1ukbq_13 h2 em{color:var(--mauve);font-style:italic}._whatIsText_1ukbq_13 p{color:var(--muted);margin-bottom:1.25rem;font-size:1.05rem}._whatIsText_1ukbq_13 ._btn_1ukbq_16{margin-top:.5rem}@media (width<=900px){._whatIsGrid_1ukbq_5{grid-template-columns:1fr;gap:3rem}}._benefits_tcgvn_1{background:var(--cream);padding:4rem 2rem}._benefitsHeader_tcgvn_2{text-align:center;max-width:980px;margin:0 auto 2.5rem}._benefitsHeader_tcgvn_2 h2{color:var(--navy);margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem)}._benefitsHeader_tcgvn_2 p{color:var(--muted);font-size:1.05rem}._benefitsGrid_tcgvn_5{grid-template-columns:repeat(2,1fr);gap:.85rem;max-width:1100px;margin:0 auto;display:grid}._benefit_tcgvn_1{background:#fff;border:1px solid #0a1b3d0d;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 2px 12px #0a1b3d0d}._benefitIcon_tcgvn_22{background:linear-gradient(135deg, var(--mauve-light), var(--mauve));border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;margin-top:2px;font-size:1.1rem;display:flex}._benefitText_tcgvn_33{flex:1}._benefit_tcgvn_1 h4{font-family:var(--font-sans);color:var(--navy);margin-bottom:.2rem;font-size:.95rem;font-weight:600}._benefit_tcgvn_1 p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.5}._benefitsCta_tcgvn_37{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}._animatedBtn_tcgvn_44:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000026}@media (width<=640px){._benefitsGrid_tcgvn_5{grid-template-columns:1fr}}._testimonials_xgq6g_1{background:var(--cream);padding:3.5rem 2rem}._testimonialsHeader_xgq6g_2{text-align:center;max-width:720px;margin:0 auto 2rem}._testimonialsHeader_xgq6g_2 h2{color:var(--navy);margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem)}._testimonialsGrid_xgq6g_4{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1rem;max-width:1200px;margin:0 auto;display:grid}._testimonial_xgq6g_1{border-left:3px solid var(--mauve-soft);box-sizing:border-box;background:#fff;border-radius:12px;flex-direction:column;gap:.75rem;height:100%;padding:1.25rem 1.5rem;display:flex;box-shadow:0 2px 12px #0a1b3d0f}._quoteMark_xgq6g_24{font-family:var(--font-serif);color:var(--mauve-soft);margin-bottom:-.5rem;font-size:2.5rem;line-height:1}._testimonial_xgq6g_1 p{color:var(--ink);margin:0;font-size:.95rem;font-style:italic;line-height:1.6}._author_xgq6g_26{align-items:center;gap:.6rem;margin-top:auto;display:flex}._avatar_xgq6g_27{background:linear-gradient(135deg, var(--mauve-light), var(--mauve));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;font-weight:600;display:flex}._name_xgq6g_34{color:var(--navy);font-size:.92rem;font-weight:600}._role_xgq6g_35{color:var(--muted);font-size:.82rem}@media (width<=900px){._testimonialsGrid_xgq6g_4{grid-template-columns:1fr}}._section_13nmh_1{background:#fff;padding:6rem 2rem}._container_13nmh_2{max-width:1100px;margin:0 auto}._header_13nmh_3{text-align:center;margin-bottom:3rem}._header_13nmh_3 h2{color:var(--navy);margin-bottom:.5rem;font-size:clamp(2rem,3.5vw,2.8rem)}._header_13nmh_3 p{color:var(--muted);font-size:1rem}._stepsGrid_13nmh_6{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}._stepCard_13nmh_7{background:var(--cream);border:1px solid var(--border);border-radius:18px;padding:2rem 1.5rem;transition:box-shadow .2s,transform .2s;position:relative}._stepCard_13nmh_7:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000012}._stepNum_13nmh_9{background:var(--navy);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:1.1rem;font-size:.78rem;font-weight:800;display:inline-flex}._stepCard_13nmh_7 h4{color:var(--navy);margin-bottom:.6rem;font-size:1rem;font-weight:700;line-height:1.3}._stepCard_13nmh_7 p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.75}._footer_13nmh_12{flex-direction:column;align-items:center;gap:1.25rem;margin-top:2.5rem;display:flex}._thumbWrap_13nmh_13{cursor:pointer;border-radius:14px;width:100%;max-width:640px;margin-top:1.25rem;transition:transform .2s,box-shadow .2s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 8px 32px #0a1b3d26}._thumbWrap_13nmh_13:hover{transform:translateY(-3px);box-shadow:0 14px 40px #0a1b3d33}._thumb_13nmh_13{width:100%;height:auto;display:block}._playOverlay_13nmh_16{color:#fff;pointer-events:none;background:#000000a6;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;transition:background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._thumbWrap_13nmh_13:hover ._playOverlay_13nmh_16{background:#000000d9}._safetyLink_13nmh_18{color:var(--blue);cursor:pointer;background:0 0;border:none;border-bottom:1px solid #4a90d94d;padding:0 0 1px;font-size:1.25rem;text-decoration:none;transition:border-color .2s}._safetyLink_13nmh_18:hover{border-color:var(--blue)}@media (width<=900px){._stepsGrid_13nmh_6{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){._stepsGrid_13nmh_6{grid-template-columns:1fr}}._modal_97bfv_1{background:#000;border-radius:16px;width:min(900px,92vw);position:relative;overflow:hidden;box-shadow:0 24px 80px #0009}._videoWrap_97bfv_10{height:0;padding-bottom:56.25%;position:relative}._videoWrap_97bfv_10 iframe{border:none;width:100%;height:100%;position:absolute;top:0;left:0}._faq_1p41c_1{background:#fff;padding:3.5rem 2rem}._faqContainer_1p41c_2{max-width:800px;margin:0 auto}._faqHeader_1p41c_3{text-align:center;margin-bottom:1.75rem}._faqHeader_1p41c_3 h2{color:var(--navy);font-size:clamp(2rem,4vw,3rem)}._faqItem_1p41c_5{border-bottom:1px solid #0a1b3d14;padding:.85rem 0}._faqQuestion_1p41c_6{text-align:left;cursor:pointer;width:100%;color:var(--navy);background:0 0;border:none;justify-content:space-between;align-items:center;padding:.25rem 0;font-family:inherit;font-size:1rem;font-weight:600;display:flex}._plus_1p41c_21{color:var(--blue);font-size:1.5rem;font-weight:300;transition:transform .3s}._active_1p41c_22 ._plus_1p41c_21{transform:rotate(45deg)}._faqAnswer_1p41c_23{max-height:0;color:var(--muted);transition:max-height .3s;overflow:hidden}._active_1p41c_22 ._faqAnswer_1p41c_23{max-height:300px;padding:1rem 0 .5rem}._finalCta_1f5nh_1{background:linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);color:var(--cream);text-align:center;padding:3.5rem 2rem}._finalCta_1f5nh_1 h2{color:#fff;margin-bottom:1rem;font-size:clamp(2.2rem,5vw,3.5rem)}._finalCta_1f5nh_1 p{color:#f7f4eebf;max-width:600px;margin:0 auto 2.5rem;font-size:1.15rem}._finalCtaButtons_1f5nh_9{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}._footer_bfp2i_1{background:var(--navy-deep);color:#f7f4ee73;text-align:center;padding:1.25rem 2rem;font-size:.8rem}._footer_bfp2i_1 a{color:var(--blue-soft);text-decoration:none}._footer_bfp2i_1 a:hover{color:#fff}._contactLink_bfp2i_10{color:var(--blue-soft);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.8rem;text-decoration:none}._contactLink_bfp2i_10:hover{color:#fff}._page_1n66r_1{font-family:var(--font-sans);color:var(--ink);background:#4a90d92e;min-height:100vh}._header_1n66r_4{background:#fff;border-bottom:1px solid #0a1b3d14;justify-content:center;align-items:center;padding:1rem 2rem;display:flex}._headerLogo_1n66r_12 img{height:56px}._heroStrip_1n66r_15{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 60%, #1e4d8c 100%);color:#fff;text-align:center;padding:3.5rem 2rem 3rem;position:relative;overflow:hidden}._logoWrap_1n66r_23{justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex;position:relative}._pulseRing_1n66r_30{pointer-events:none;border:1px solid #a8c8e81f;border-radius:50%;animation:5s ease-out infinite _pulse_1n66r_30;position:absolute;top:50%;left:50%;box-shadow:0 0 18px 6px #a8c8e814,inset 0 0 18px 6px #a8c8e80a}._pulseRing_1n66r_30:first-child{width:160px;height:160px;margin-top:-80px;margin-left:-80px}._pulseRing_1n66r_30:nth-child(2){width:220px;height:220px;margin-top:-110px;margin-left:-110px;animation-delay:1.3s}._pulseRing_1n66r_30:nth-child(3){width:280px;height:280px;margin-top:-140px;margin-left:-140px;animation-delay:2.6s}@keyframes _pulse_1n66r_30{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}._heroLogo_1n66r_46{filter:drop-shadow(0 4px 16px #4a90d959);z-index:1;backface-visibility:hidden;height:120px;margin:0 auto;position:relative;transform:translateZ(0)}@keyframes _float_1n66r_1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}._eyebrow_1n66r_60{text-transform:uppercase;letter-spacing:.12em;color:var(--blue-soft);margin-bottom:.75rem;font-size:.78rem;font-weight:500;display:block}._heroStrip_1n66r_15 h1{font-family:var(--font-serif);margin-bottom:.75rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:400;line-height:1.2}._heroStrip_1n66r_15 h1 em{color:var(--blue-soft);font-style:italic}._heroStrip_1n66r_15 p{color:#f7f4eebf;margin:0 auto;font-size:1rem}._introCard_1n66r_80{border-left:4px solid var(--blue-soft);background:#fff;border-radius:12px;margin:0 0 1.5rem;padding:1.25rem 1.5rem;box-shadow:0 2px 12px #0a1b3d14}._introCard_1n66r_80 p{color:var(--ink);margin:0;font-size:.95rem;line-height:1.8}._pageBody_1n66r_95{grid-template-columns:1fr 400px;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;padding:3rem 2rem;display:grid}._sessionInfo_1n66r_106 h2{font-family:var(--font-serif);color:var(--navy);margin-bottom:.5rem;font-size:1.8rem}._sub_1n66r_107{color:var(--muted);margin-bottom:1.5rem;font-size:.95rem}._studioSearch_1n66r_110{margin-bottom:1.25rem;position:relative}._studioSearch_1n66r_110 input{width:100%;color:var(--ink);background:#fff;border:1.5px solid #0a1b3d1f;border-radius:12px;padding:.85rem 1rem .85rem 2.75rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}._studioSearch_1n66r_110 input:focus{border-color:var(--blue-light);outline:none}._searchIcon_1n66r_123{color:var(--muted);pointer-events:none;font-size:1rem;position:absolute;top:50%;left:.9rem;transform:translateY(-50%)}._studioGrid_1n66r_126{flex-direction:column;gap:.75rem;display:flex}._studioCard_1n66r_127{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:14px;align-items:center;gap:1rem;padding:1.1rem 1.4rem;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 10px #0a1b3d0d}._studioCard_1n66r_127:hover{border-color:var(--mauve-light);box-shadow:0 4px 16px #0a1b3d1a}._active_1n66r_140{border-color:var(--mauve)!important;box-shadow:0 4px 20px #9b7fa533!important}._studioAvatar_1n66r_141{background:linear-gradient(135deg, var(--mauve-light), var(--mauve));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}._sBody_1n66r_147{flex:1}._sName_1n66r_148{color:var(--navy);font-size:.95rem;font-weight:600}._sLocation_1n66r_149{color:var(--muted);margin-top:.15rem;font-size:.82rem}._sBadge_1n66r_150{text-transform:uppercase;letter-spacing:.06em;color:var(--blue);background:#4a90d91f;border-radius:999px;flex-shrink:0;padding:.2rem .55rem;font-size:.72rem;font-weight:600}._descHtml_1n66r_157{color:var(--muted);font-size:.88rem;line-height:1.7}._descHtml_1n66r_157 p{margin-bottom:.85rem}._descHtml_1n66r_157 p:last-child{margin-bottom:0}._descHtml_1n66r_157 strong,._descHtml_1n66r_157 b{color:var(--ink);font-weight:600}._descHtml_1n66r_157 em,._descHtml_1n66r_157 i{font-style:italic}._descHtml_1n66r_157 ul,._descHtml_1n66r_157 ol{flex-direction:column;gap:.4rem;margin-bottom:.85rem;padding-left:1.25rem;display:flex}._descHtml_1n66r_157 li{color:var(--muted)}._descHtml_1n66r_157 h1,._descHtml_1n66r_157 h2,._descHtml_1n66r_157 h3,._descHtml_1n66r_157 h4{color:var(--navy);font-family:var(--font-serif);margin-top:1rem;margin-bottom:.5rem}._descHtml_1n66r_157 a{color:var(--blue);text-decoration:underline}._infoBtn_1n66r_168{cursor:pointer;color:var(--muted);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;transition:color .15s,background .15s;display:flex}._infoBtn_1n66r_168:hover{color:var(--mauve);background:#9b7fa51a}._infoBtnActive_1n66r_175{color:var(--mauve)!important;background:#9b7fa51f!important}._sessionsPanel_1n66r_178{margin-top:1.75rem}._sessionsPanel_1n66r_178 h3{font-family:var(--font-serif);color:var(--navy);margin-bottom:.3rem;font-size:1.4rem}._sSub_1n66r_180{color:var(--muted);margin-bottom:1rem;font-size:.88rem}._sessionSlot_1n66r_181{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;align-items:center;gap:1rem;margin-bottom:.6rem;padding:1rem 1.25rem;transition:border-color .2s,box-shadow .2s;display:flex;box-shadow:0 2px 8px #0a1b3d0d}._sessionSlot_1n66r_181:hover{border-color:var(--blue-soft)}._activeSlot_1n66r_195{border-color:var(--blue-light)!important;background:#4a90d90a!important}._slotDate_1n66r_196{text-align:center;background:var(--navy);color:#fff;border-radius:8px;flex-shrink:0;min-width:52px;padding:.4rem .7rem}._day_1n66r_205{font-size:1.3rem;font-weight:700;line-height:1}._month_1n66r_206{text-transform:uppercase;letter-spacing:.06em;opacity:.7;font-size:.65rem}._slotBody_1n66r_207{flex:1}._slotTitle_1n66r_208{color:var(--navy);font-size:.92rem;font-weight:600}._slotMeta_1n66r_209{color:var(--muted);margin-top:.15rem;font-size:.82rem}._slotSpots_1n66r_210{border-radius:999px;margin-left:.5rem;padding:.2rem .5rem;font-size:.75rem;font-weight:500}._few_1n66r_211{color:#b8895a;background:#d4a57426}._open_1n66r_212{color:var(--blue);background:#4a90d91a}._slotPrice_1n66r_213{font-family:var(--font-serif);color:var(--navy);flex-shrink:0;font-size:1.4rem;font-weight:600}._rightColumn_1n66r_216{flex-direction:column;gap:1.5rem;display:flex}._rightColumn_1n66r_216>h2{font-family:var(--font-serif);color:var(--navy);margin-bottom:0;font-size:1.8rem}._expect_1n66r_220{background:#fff;border-radius:14px;padding:1.5rem 1.75rem;box-shadow:0 2px 12px #0a1b3d0f}._expect_1n66r_220 h3{font-family:var(--font-serif);color:var(--navy);margin-bottom:1rem;font-size:1.3rem}._expectList_1n66r_227{flex-direction:column;gap:.75rem;display:flex}._expectItem_1n66r_228{align-items:flex-start;gap:.75rem;display:flex}._check_1n66r_229{background:linear-gradient(135deg, var(--mauve-light), var(--mauve));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:.7rem;display:flex}._expectItem_1n66r_228 p{color:var(--muted);font-size:.9rem;line-height:1.5}._expectItem_1n66r_228 p strong{color:var(--ink)}._embedWrap_1n66r_240{border-radius:12px;position:sticky;top:2rem;overflow:hidden;box-shadow:0 8px 40px #0a1b3d1f}._bookingPanel_1n66r_248{background:#fff;border-radius:20px;padding:2rem;position:sticky;top:2rem;box-shadow:0 8px 40px #0a1b3d1f}._bookingPanel_1n66r_248 h3{font-family:var(--font-serif);color:var(--navy);margin-bottom:.25rem;font-size:1.6rem}._divider_1n66r_257{border:none;border-top:1px solid #0a1b3d14;margin:1.25rem 0}._priceSummary_1n66r_258{margin-bottom:1.25rem}._priceRow_1n66r_259{color:var(--muted);justify-content:space-between;margin-bottom:.4rem;font-size:.9rem;display:flex}._total_1n66r_260{color:var(--navy);margin-top:.5rem;font-size:1rem;font-weight:600}._btnBook_1n66r_261{background:linear-gradient(135deg, var(--blue-light), var(--blue));color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:opacity .2s,transform .2s}._btnBook_1n66r_261:hover{opacity:.9;transform:translateY(-1px)}._secureNote_1n66r_269{text-align:center;color:var(--muted);margin-top:.75rem;font-size:.78rem}._poweredBy_1n66r_270{text-align:center;color:var(--muted);border-top:1px solid #0a1b3d14;margin-top:1.5rem;padding-top:1.25rem;font-size:.78rem}._poweredBy_1n66r_270 img{vertical-align:middle;opacity:.6;height:22px;margin-left:6px}._sessionsSection_1n66r_274{max-width:1100px;margin:0 auto;padding:0 2rem 3rem}._sessionsSection_1n66r_274 h2{font-family:var(--font-serif);color:var(--navy);margin-bottom:.5rem;font-size:1.8rem}._testimonialBar_1n66r_282{background:var(--navy);text-align:center;padding:1.25rem 2rem}._testimonialInner_1n66r_283{max-width:700px;margin:0 auto}._quoteIcon_1n66r_284{display:none}._testimonialBar_1n66r_282 blockquote{font-family:var(--font-serif);color:#ffffffeb;margin-bottom:.4rem;font-size:1.4rem;font-style:italic;line-height:1.6}._testimonialBar_1n66r_282 cite{color:var(--mauve-soft);letter-spacing:.04em;font-size:.78rem;font-style:normal}._pageFooter_1n66r_296{background:var(--navy-deep);color:#f7f4ee73;text-align:center;padding:1.25rem 2rem;font-size:.8rem}._pageFooter_1n66r_296 a{color:var(--blue-soft);text-decoration:none}._pageFooter_1n66r_296 a:hover{color:#fff}@media (width<=768px){._pageBody_1n66r_95{grid-template-columns:1fr}._bookingPanel_1n66r_248{position:static}}._modal_1f3ng_1{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:420px;padding:2.5rem 2rem 2rem;position:relative;box-shadow:0 24px 80px #0a1b3d2e}._iconWrap_1f3ng_12{justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 1.25rem;display:inline-flex;position:relative}._ring_1f3ng_22{border:1px solid #4a90d933;border-radius:50%;animation:3s ease-out infinite _pulse_1f3ng_1;position:absolute}._ring_1f3ng_22:first-child{width:60px;height:60px}._ring_1f3ng_22:nth-child(2){width:80px;height:80px;animation-delay:1s}@keyframes _pulse_1f3ng_1{0%{opacity:.8;transform:scale(.85)}to{opacity:0;transform:scale(1.2)}}._icon_1f3ng_12{z-index:1;font-size:2rem;position:relative}._badge_1f3ng_43{background:linear-gradient(135deg, var(--blue-light), var(--blue));color:#fff;letter-spacing:.1em;text-transform:uppercase;border-radius:999px;margin-bottom:1.1rem;padding:.3rem .85rem;font-size:.7rem;font-weight:700;display:inline-block}._heading_1f3ng_56{font-family:var(--font-serif);color:var(--navy);margin-bottom:1rem;font-size:1.75rem;font-weight:400;line-height:1.3}._heading_1f3ng_56 em{color:var(--blue-light);font-style:italic}._body_1f3ng_70{color:var(--muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.7}._divider_1f3ng_77{border:none;border-top:1px solid #0a1b3d14;margin:0 0 1.1rem}._sub_1f3ng_83{color:#0a1b3d66;margin-bottom:1.5rem;font-size:.82rem;font-style:italic}._closeBtn_1f3ng_90{justify-content:center;width:100%}._hero_1696a_2{background:radial-gradient(ellipse at 20% 30%, #4a90d940 0%, transparent 50%), radial-gradient(ellipse at 80% 70%, #1e4d8c66 0%, transparent 50%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);min-height:88vh;color:var(--cream);justify-content:center;align-items:center;padding:10rem 2rem 5rem;display:flex;position:relative;overflow:hidden}._heroContent_1696a_16{z-index:2;text-align:center;width:100%;max-width:1000px;margin:0 auto;position:relative}._heroContent_1696a_16 h1{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,4rem);line-height:1.15}._heroContent_1696a_16 h1 em{color:var(--blue-soft);font-style:italic;font-weight:400}._heroContent_1696a_16 p{color:#f7f4eecc;max-width:720px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.75}._heroCtas_1696a_38{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}._watermark_1696a_39{object-fit:contain;opacity:.07;pointer-events:none;z-index:1;-webkit-user-select:none;user-select:none;width:340px;height:340px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._pulseRing_1696a_41{z-index:1;border:1px solid #a8c8e81f;border-radius:50%;animation:5s ease-out infinite _pulse_1696a_41;position:absolute;top:50%;left:50%;box-shadow:0 0 18px 6px #a8c8e814,inset 0 0 18px 6px #a8c8e80a}._hero_1696a_2 ._pulseRing_1696a_41:first-child{width:420px;height:420px;margin-top:-210px;margin-left:-210px}._hero_1696a_2 ._pulseRing_1696a_41:nth-child(2){width:620px;height:620px;margin-top:-310px;margin-left:-310px;animation-delay:1.3s}._hero_1696a_2 ._pulseRing_1696a_41:nth-child(3){width:820px;height:820px;margin-top:-410px;margin-left:-410px;animation-delay:2.6s}@keyframes _pulse_1696a_41{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}._container_1696a_60{max-width:1100px;margin:0 auto;padding:0 2rem}._sectionLabel_1696a_65{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:1rem;font-size:.8rem;font-weight:700}._problemSection_1696a_75{background:var(--cream);text-align:center;padding:6rem 2rem}._problemSection_1696a_75 h2{color:var(--navy);margin-bottom:1.25rem;font-size:clamp(2rem,4vw,3rem)}._lead_1696a_85{color:var(--ink);max-width:700px;margin:0 auto 3.5rem;font-size:1.1rem;line-height:1.8}._problemCards_1696a_92{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}._problemCard_1696a_92{border:1px solid var(--border);text-align:left;background:#fff;border-radius:16px;padding:2rem 1.75rem;transition:box-shadow .2s,transform .2s;box-shadow:0 2px 12px #0000000a}._problemCard_1696a_92:hover{transform:translateY(-3px);box-shadow:0 8px 28px #00000017}._problemIcon_1696a_108{margin-bottom:1rem;font-size:2rem}._problemCard_1696a_92 h4{color:var(--navy);margin-bottom:.5rem;font-size:1.05rem}._problemCard_1696a_92 p{color:var(--muted);font-size:.9rem;line-height:1.65}._whyChooseSection_1696a_113{background:var(--cream);text-align:center;padding:6rem 2rem}._whyChooseSection_1696a_113 h2{color:var(--navy);font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.2}._videoThumbWrap_1696a_123{cursor:pointer;border-radius:14px;max-width:680px;margin:0 auto 3rem;transition:transform .2s,box-shadow .2s;display:block;position:relative;overflow:hidden;box-shadow:0 8px 32px #0a1b3d26}._videoThumbWrap_1696a_123:hover{transform:translateY(-3px);box-shadow:0 14px 40px #0a1b3d33}._videoThumb_1696a_123{width:100%;height:auto;display:block}._videoPlayOverlay_1696a_126{color:#fff;pointer-events:none;background:#000000a6;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;transition:background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._videoThumbWrap_1696a_123:hover ._videoPlayOverlay_1696a_126{background:#000000d9}._whyChooseIntro_1696a_129{color:var(--ink);max-width:680px;margin:0 auto 3rem;font-size:1.05rem;line-height:1.8}._whyChooseGrid_1696a_136{grid-template-columns:repeat(5,1fr);gap:1.1rem;display:grid}._whyChooseCard_1696a_141{border:1px solid var(--border);text-align:left;background:#fff;border-radius:16px;padding:1.75rem 1.25rem;transition:box-shadow .2s,transform .2s}._whyChooseCard_1696a_141:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000012}._whyChooseIcon_1696a_150{margin-bottom:.85rem;font-size:1.75rem}._whyChooseCard_1696a_141 h4{color:var(--navy);margin-bottom:.5rem;font-size:.97rem;font-weight:700;line-height:1.3}._whyChooseCard_1696a_141 p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.7}._opportunitySection_1696a_155{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);color:var(--cream);padding:6rem 2rem}._oppGrid_1696a_160{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}._oppText_1696a_166 h2{color:#fff;margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.9rem);line-height:1.2}._oppText_1696a_166 p{color:#f7f4eecc;margin-bottom:1.25rem;line-height:1.8}._compareCard_1696a_177{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:20px;padding:2rem 2.25rem}._compareTitle_1696a_184{letter-spacing:.1em;text-transform:uppercase;color:var(--blue-soft);margin-bottom:1.25rem;font-size:.8rem;font-weight:700}._compareList_1696a_192{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}._compareRow_1696a_193{background:#ffffff0a;border-radius:10px;justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}._compareHighlight_1696a_201{background:var(--accent);color:var(--navy)}._compareLabel_1696a_205{color:#f7f4eee6;font-size:.95rem;font-weight:600}._compareHighlight_1696a_201 ._compareLabel_1696a_205{color:var(--navy)}._compareNote_1696a_207{color:var(--muted);font-size:.82rem}._compareHighlight_1696a_201 ._compareNote_1696a_207{color:var(--navy);font-weight:600}._compareFootnote_1696a_209{color:#f7f4ee80;font-size:.82rem;line-height:1.6}._handlesSection_1696a_212{background:linear-gradient(135deg, var(--sand) 0%, #e0d4ba 100%);text-align:center;padding:4rem 2rem}._handlesSection_1696a_212 h2{color:var(--navy);margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.2rem)}._handlesSubhead_1696a_222{color:var(--ink);max-width:560px;margin:0 auto 2rem;font-size:.97rem;line-height:1.7}._handlesGrid_1696a_229{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}._handleCard_1696a_234{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:left;background:#ffffffa6;border:1px solid #fffc;border-radius:12px;flex-direction:row;align-items:center;gap:.6rem;padding:.9rem .75rem;transition:box-shadow .2s,transform .2s;display:flex}._handleCard_1696a_234:hover{transform:translateY(-1px);box-shadow:0 4px 14px #00000014}._handleIcon_1696a_248{flex-shrink:0;font-size:1.25rem}._handleLabel_1696a_249{color:var(--navy);font-size:.83rem;font-weight:500;line-height:1.35}._howSection_1696a_252{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);padding:6rem 2rem}._howSection_1696a_252 h2{color:#fff!important}._howSection_1696a_252>div>p{color:#f7f4eea6!important}._howGrid_1696a_258{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}._howCard_1696a_263{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:18px;padding:1.75rem 1.5rem;transition:background .2s,transform .2s;position:relative}._howCard_1696a_263:hover{background:#ffffff1a;transform:translateY(-3px)}._howStep_1696a_272{background:var(--accent);width:38px;height:38px;color:var(--navy);letter-spacing:0;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.1rem;font-size:.8rem;font-weight:800;display:inline-flex}._howHeading_1696a_286{color:#fff;margin-bottom:.65rem;font-size:1.02rem;font-weight:700;line-height:1.35}._howBody_1696a_293{color:#f7f4eeb3;font-size:.88rem;line-height:1.75}._whySection_1696a_300{background:#fff;padding:6rem 2rem}._whyGrid_1696a_304{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;display:grid}._whyGrid_1696a_304 h2{color:var(--navy);margin-bottom:1.25rem;font-size:clamp(2rem,3.5vw,2.8rem);line-height:1.2}._whyGrid_1696a_304>div>p{color:var(--ink);font-size:1.05rem;line-height:1.8}._whyList_1696a_321{flex-direction:column;gap:1rem;display:flex}._whyItem_1696a_322{background:var(--cream);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}._whyCheck_1696a_331{color:#fff;background:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;font-size:.75rem;font-weight:700;display:flex}._whyItem_1696a_322 span:last-child{color:var(--ink);font-size:.95rem;line-height:1.6}._calcSection_1696a_348{background:var(--cream);text-align:center;padding:6rem 2rem}._calcSection_1696a_348 h2{color:var(--navy);margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,2.8rem)}._calcSubhead_1696a_358{color:var(--muted);max-width:500px;margin:0 auto 3rem;font-size:1rem}._calcGrid_1696a_364{text-align:left;grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}._calcControls_1696a_371{flex-direction:column;gap:2rem;display:flex}._sliderGroup_1696a_376{flex-direction:column;gap:.5rem;display:flex}._sliderHeader_1696a_377{justify-content:space-between;align-items:center;display:flex}._sliderHeader_1696a_377 label{color:var(--navy);font-size:.92rem;font-weight:600}._sliderVal_1696a_383{color:var(--blue);text-align:right;min-width:3rem;font-size:1.1rem;font-weight:700}._slider_1696a_376{width:100%;accent-color:var(--blue);cursor:pointer;height:6px}._sliderRange_1696a_396{color:var(--muted);justify-content:space-between;font-size:.75rem;display:flex}._calcNote_1696a_402{color:var(--muted);border-left:3px solid var(--blue-soft);background:#4a90d912;border-radius:0 8px 8px 0;margin-top:.5rem;padding:1rem 1.25rem;font-size:.88rem;font-style:italic;line-height:1.6}._calcResults_1696a_414{background:var(--navy);color:#fff;border-radius:20px;padding:2rem;position:sticky;top:5rem}._calcResultMain_1696a_422{text-align:center;border-bottom:1px solid #ffffff1a;margin-bottom:1.5rem;padding-bottom:1.5rem}._calcResultLabel_1696a_428{letter-spacing:.1em;text-transform:uppercase;color:var(--blue-soft);margin-bottom:.5rem;font-size:.75rem;font-weight:700}._calcResultAmount_1696a_436{font-family:var(--font-serif);color:var(--accent);margin-bottom:.4rem;font-size:3.5rem;font-weight:600;line-height:1}._calcResultSub_1696a_444{color:#f7f4ee80;font-size:.82rem}._calcResultRow_1696a_445{align-items:center;gap:1rem;display:flex}._calcResultItem_1696a_450{text-align:center;flex:1}._calcItemLabel_1696a_451{letter-spacing:.08em;text-transform:uppercase;color:#f7f4ee80;margin-bottom:.35rem;font-size:.72rem;font-weight:700}._calcItemAmount_1696a_459{font-family:var(--font-serif);color:#fff;margin-bottom:.25rem;font-size:1.9rem;font-weight:600;line-height:1}._calcItemSub_1696a_467{color:#f7f4ee66;font-size:.75rem}._calcDivider_1696a_468{background:#ffffff1a;flex-shrink:0;width:1px;height:60px}._quoteImage_1696a_476{object-fit:cover;object-position:center 30%;border-radius:16px;width:100%;max-width:860px;height:420px;margin:3rem auto 0;display:block}._quoteSection_1696a_486{background:var(--navy);text-align:center;padding:5rem 2rem}._quote_1696a_476{font-family:var(--font-serif);color:#f7f4eeeb;max-width:780px;margin:0 auto 1.25rem;font-size:clamp(1.3rem,2.5vw,1.9rem);font-style:italic;line-height:1.6}._quoteSource_1696a_500{color:var(--muted);letter-spacing:.05em;font-size:.85rem;font-style:normal}._ctaSection_1696a_508{background:radial-gradient(ellipse at 30% 50%, #4a90d933 0%, transparent 60%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;padding:7rem 2rem;position:relative;overflow:hidden}._ctaSection_1696a_508 ._pulseRing_1696a_41:first-child{width:500px;height:500px;margin-top:-250px;margin-left:-250px}._ctaSection_1696a_508 ._pulseRing_1696a_41:nth-child(2){width:750px;height:750px;margin-top:-375px;margin-left:-375px;animation-delay:1.5s}._ctaContent_1696a_519{z-index:2;max-width:680px;margin:0 auto;position:relative}._ctaContent_1696a_519 h2{color:#fff;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.2}._ctaContent_1696a_519 h2 em{color:var(--blue-soft);font-style:italic;font-weight:400}._ctaContent_1696a_519 p{color:#f7f4eecc;margin-bottom:2rem;font-size:1.05rem;line-height:1.8}._ctaNote_1696a_538{color:#f7f4ee73!important;margin-top:1rem!important;margin-bottom:0!important;font-size:.85rem!important}@media (width<=900px){._problemCards_1696a_92,._calcGrid_1696a_364{grid-template-columns:1fr}._howGrid_1696a_258,._whyChooseGrid_1696a_136{grid-template-columns:repeat(2,1fr)}._oppGrid_1696a_160{grid-template-columns:1fr;gap:3rem}._handlesGrid_1696a_229{grid-template-columns:repeat(2,1fr);gap:.6rem}._whyGrid_1696a_304{grid-template-columns:1fr;gap:3rem}._hero_1696a_2{padding:8rem 1.5rem 4rem}}@media (width<=600px){._handlesGrid_1696a_229{grid-template-columns:1fr 1fr}._howGrid_1696a_258,._whyChooseGrid_1696a_136{grid-template-columns:1fr}}._overlay_1dpml_1{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;opacity:0;pointer-events:none;background:#0a1b3d8c;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .25s;display:flex;position:fixed;inset:0}._overlay_1dpml_1._active_1dpml_15{opacity:1;pointer-events:all}._modal_1dpml_20{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:620px;max-height:90vh;display:flex;position:relative;overflow-y:auto;box-shadow:0 32px 100px #0a1b3d38}._modalHeader_1dpml_33{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;border-radius:24px 24px 0 0;flex-shrink:0;padding:2rem 2rem 1.75rem;position:relative;overflow:hidden}._modalHeader_1dpml_33:before{content:"";background:radial-gradient(circle,#4a90d940 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}._iconWrap_1dpml_51{justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 1rem;display:inline-flex;position:relative}._ring_1dpml_60{border:1px solid #a8c8e840;border-radius:50%;animation:3s ease-out infinite _pulse_1dpml_1;position:absolute}._ring_1dpml_60:first-child{width:52px;height:52px}._ring_1dpml_60:nth-child(2){width:68px;height:68px;animation-delay:1s}@keyframes _pulse_1dpml_1{0%{opacity:.8;transform:scale(.85)}to{opacity:0;transform:scale(1.2)}}._icon_1dpml_51{z-index:1;font-size:1.8rem;position:relative}._badge_1dpml_74{background:var(--accent);color:var(--navy);letter-spacing:.1em;text-transform:uppercase;border-radius:999px;margin-bottom:.75rem;padding:.28rem .85rem;font-size:.7rem;font-weight:700;display:inline-block}._modalHeader_1dpml_33 h2{font-family:var(--font-serif);color:#fff;margin:0;font-size:1.7rem;font-weight:400;line-height:1.3}._modalHeader_1dpml_33 h2 em{color:var(--blue-soft);font-style:italic}._headerSubtitle_1dpml_99{color:#ffffffb8;margin-top:.6rem;font-size:.88rem;line-height:1.55}._modalBody_1dpml_106{background:#faf9f7;border-radius:0 0 24px 24px;padding:1.75rem 2rem 2rem}._sectionLabel_1dpml_113{letter-spacing:.13em;text-transform:uppercase;color:var(--blue);border-bottom:1px solid #0a1b3d17;margin:1.5rem 0 1rem;padding-bottom:.5rem;font-size:.68rem;font-weight:700;display:block}._sectionLabel_1dpml_113:first-child{margin-top:0}._pillGrid_1dpml_129{flex-wrap:wrap;gap:.45rem;margin-top:.5rem;display:flex}._pill_1dpml_129{font-size:.84rem;font-family:var(--font-sans);cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--ink);background:#fff;border:1.5px solid #0a1b3d26;border-radius:999px;align-items:center;padding:.38rem .85rem;line-height:1.4;transition:background .15s,border-color .15s,color .15s;display:inline-flex}._pill_1dpml_129 input[type=checkbox]{display:none}._pill_1dpml_129:has(input:checked){background:var(--navy);border-color:var(--navy);color:#fff}._pill_1dpml_129:hover{border-color:var(--blue);color:var(--navy)}._pill_1dpml_129:has(input:checked):hover{background:var(--blue);border-color:var(--blue);color:#fff}._closeBtn_1dpml_168{color:#fff;cursor:pointer;z-index:2;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.3rem;line-height:1;transition:background .2s;display:flex;position:absolute;top:1rem;right:1rem}._closeBtn_1dpml_168:hover{background:#ffffff38}._successWrap_1dpml_189{text-align:center;padding:3rem 2rem}._successIcon_1dpml_193{margin-bottom:1rem;font-size:3rem}._successWrap_1dpml_189 h2{color:var(--navy);margin-bottom:.75rem}._successWrap_1dpml_189 p{color:var(--muted);margin-bottom:1rem;line-height:1.7}._hero_a9dex_2{background:radial-gradient(ellipse at 20% 30%, #4a90d933 0%, transparent 55%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;justify-content:center;align-items:center;min-height:60vh;padding:10rem 2rem 5rem;display:flex}._heroContent_a9dex_13{max-width:780px;margin:0 auto}._heroContent_a9dex_13 h1{color:#fff;margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.15}._heroContent_a9dex_13 h1 em{color:var(--blue-soft);font-style:italic;font-weight:400}._heroContent_a9dex_13 p{color:#f7f4eecc;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.8}._heroCtas_a9dex_17{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}._container_a9dex_20{max-width:1100px;margin:0 auto;padding:0 2rem}._sectionLabel_a9dex_21{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.78rem;font-weight:700}._sectionSubhead_a9dex_29{color:var(--muted);max-width:680px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.8}._introSection_a9dex_38{background:var(--cream);padding:5rem 2rem}._introGrid_a9dex_42{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}._introCard_a9dex_47{border:1px solid var(--border);background:#fff;border-radius:18px;padding:2rem 1.75rem;transition:box-shadow .2s}._introCard_a9dex_47:hover{box-shadow:0 8px 24px #00000012}._introCard_a9dex_47[style*=navy]{border:none}._introCard_a9dex_47[style*=navy] h3{color:#fff}._introCard_a9dex_47[style*=navy] p{color:#f7f4eecc}._introIcon_a9dex_58{margin-bottom:1rem;font-size:2rem}._introCard_a9dex_47 h3{color:var(--navy);margin-bottom:.6rem;font-size:1.15rem}._introCard_a9dex_47 p{color:var(--muted);margin:0;font-size:.9rem;line-height:1.75}._contraindicationsSection_a9dex_63{background:#fff;padding:6rem 2rem;scroll-margin-top:80px}._contraindicationsSection_a9dex_63 h2{color:var(--navy);margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,2.8rem)}._contraindicationsList_a9dex_69{grid-template-columns:repeat(2,1fr);gap:.6rem;margin-bottom:2.5rem;display:grid}._contraindicationItem_a9dex_75{background:var(--cream);border:1px solid var(--border);border-radius:10px;align-items:flex-start;gap:.85rem;padding:.9rem 1.1rem;display:flex}._contraindicationDot_a9dex_84{background:var(--blue);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}._contraindicationItem_a9dex_75 span:last-child{color:var(--ink);font-size:.9rem;line-height:1.5}._consultBox_a9dex_93{background:#fff8ec;border:1px solid #f0c87a;border-radius:14px;align-items:flex-start;gap:1.25rem;padding:1.5rem 1.75rem;display:flex}._consultIcon_a9dex_102{flex-shrink:0;margin-top:2px;font-size:1.5rem}._consultBox_a9dex_93 strong{color:var(--navy);margin-bottom:.4rem;font-size:1rem;display:block}._consultBox_a9dex_93 p{color:var(--ink);margin:0;font-size:.88rem;line-height:1.7}._waiverSection_a9dex_107{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);color:var(--cream);padding:6rem 2rem}._waiverSection_a9dex_107 h2{color:#fff;margin-bottom:.75rem;font-size:clamp(2rem,3.5vw,2.8rem)}._waiverSection_a9dex_107 ._sectionSubhead_a9dex_29{color:#f7f4eeb3}._stepsGrid_a9dex_114{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}._stepCard_a9dex_119{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:16px;padding:1.75rem;transition:background .2s}._stepCard_a9dex_119:hover{background:#ffffff1a}._stepNum_a9dex_127{background:var(--accent);width:36px;height:36px;color:var(--navy);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:.78rem;font-weight:800;display:inline-flex}._stepCard_a9dex_119 h4{color:#fff;margin-bottom:.5rem;font-size:1rem;font-weight:700}._stepCard_a9dex_119 p{color:#f7f4eeb8;font-size:.88rem;line-height:1.75}._responsibilitySection_a9dex_144{background:var(--cream);padding:6rem 2rem}._respGrid_a9dex_148{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}._respGrid_a9dex_148 h2{color:var(--navy);margin-bottom:1rem;font-size:clamp(1.9rem,3.5vw,2.6rem)}._respGrid_a9dex_148>div>p{color:var(--ink);font-size:1rem;line-height:1.8}._respList_a9dex_156{flex-direction:column;gap:.75rem;display:flex}._respItem_a9dex_157{border:1px solid var(--border);background:#fff;border-radius:12px;align-items:flex-start;gap:.9rem;padding:1rem 1.1rem;display:flex}._respCheck_a9dex_166{color:#fff;background:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;font-size:.7rem;font-weight:700;display:flex}._respItem_a9dex_157 span:last-child{color:var(--ink);font-size:.9rem;line-height:1.6}._listenSection_a9dex_183{text-align:center;background:#fff;padding:5rem 2rem}._listenInner_a9dex_188{max-width:720px;margin:0 auto}._listenInner_a9dex_188 h2{color:var(--navy);margin-bottom:1.25rem;font-size:clamp(1.8rem,3vw,2.4rem)}._listenInner_a9dex_188 p{color:var(--muted);margin-bottom:1rem;font-size:1rem;line-height:1.85}._ctaSection_a9dex_193{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;padding:6rem 2rem}._ctaContent_a9dex_198{max-width:620px;margin:0 auto}._ctaContent_a9dex_198 h2{color:#fff;margin-bottom:1.1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.2}._ctaContent_a9dex_198 h2 em{color:var(--blue-soft);font-style:italic;font-weight:400}._ctaContent_a9dex_198 p{color:#f7f4eebf;margin-bottom:2rem;font-size:1rem;line-height:1.8}._ctaBtns_a9dex_202{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=900px){._introGrid_a9dex_42,._contraindicationsList_a9dex_69,._stepsGrid_a9dex_114{grid-template-columns:1fr}._respGrid_a9dex_148{grid-template-columns:1fr;gap:2.5rem}}._hero_zmjlw_1{background:radial-gradient(ellipse at 20% 30%, #9b7fa538 0%, transparent 50%), radial-gradient(ellipse at 80% 70%, #64467859 0%, transparent 50%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;justify-content:center;align-items:center;min-height:80vh;padding:10rem 2rem 5rem;display:flex;position:relative;overflow:hidden}._heroContent_zmjlw_9{z-index:2;max-width:820px;margin:0 auto;position:relative}._heroContent_zmjlw_9 h1{color:#fff;margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,4rem);line-height:1.15}._heroContent_zmjlw_9 h1 em{color:var(--mauve-soft);font-style:italic;font-weight:400}._heroContent_zmjlw_9 p{color:#f7f4eed1;max-width:680px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.8}._heroCtas_zmjlw_13{flex-wrap:nowrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media (width<=768px){._heroCtas_zmjlw_13{flex-wrap:wrap}}._watermark_zmjlw_15{object-fit:contain;opacity:.07;pointer-events:none;z-index:1;-webkit-user-select:none;user-select:none;width:340px;height:340px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._pulseRing_zmjlw_16{z-index:1;border:1px solid #c4a8d024;border-radius:50%;animation:5s ease-out infinite _pulse_zmjlw_16;position:absolute;top:50%;left:50%;box-shadow:0 0 18px 6px #c4a8d017}._pulseRing_zmjlw_16:first-child{width:420px;height:420px;margin-top:-210px;margin-left:-210px}._pulseRing_zmjlw_16:nth-child(2){width:620px;height:620px;margin-top:-310px;margin-left:-310px;animation-delay:1.3s}._pulseRing_zmjlw_16:nth-child(3){width:820px;height:820px;margin-top:-410px;margin-left:-410px;animation-delay:2.6s}@keyframes _pulse_zmjlw_16{0%{opacity:.8;transform:scale(.8)}to{opacity:0;transform:scale(1.2)}}._container_zmjlw_22{max-width:1100px;margin:0 auto;padding:0 2rem}._sectionLabel_zmjlw_23{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.78rem;font-weight:700}._whoSection_zmjlw_26{background:var(--sand);padding:5rem 2rem}._whoHeader_zmjlw_27{text-align:center;max-width:760px;margin:0 auto 3.5rem}._whoHeader_zmjlw_27 h2{color:var(--navy);margin-bottom:1.25rem;font-size:clamp(2rem,3.8vw,2.8rem)}._whoHeader_zmjlw_27 p{color:var(--muted);margin-bottom:.75rem;font-size:1.05rem;line-height:1.8}._whoCard_zmjlw_30{background:#fff;border-radius:20px;max-width:1100px;margin:0 auto 2rem;overflow:hidden;box-shadow:0 4px 24px #0a1b3d12}._whoRow_zmjlw_38{border-bottom:1px solid #0a1b3d12}._whoRow_zmjlw_38:last-child{border-bottom:none}._whoRowOpen_zmjlw_40{background:#9b7fa50a}._whoRowBtn_zmjlw_41{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1.1rem 1.75rem;display:flex}._whoRowLeft_zmjlw_45{flex:1;align-items:flex-start;gap:1rem;display:flex}._whoRowDot_zmjlw_46{background:var(--mauve);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}._whoRowTitle_zmjlw_50{font-family:var(--font-serif);color:var(--navy);margin-bottom:.2rem;font-size:1.05rem;font-weight:500;display:block}._whoRowTagline_zmjlw_51{color:var(--muted);font-size:.85rem;font-style:italic;line-height:1.5;display:block}._whoRowToggle_zmjlw_52{color:var(--mauve);flex-shrink:0;font-size:1.2rem;font-weight:300}._whoRowBody_zmjlw_53{color:var(--muted);margin:0;padding:0 1.75rem 1.25rem 3.5rem;font-size:.9rem;line-height:1.8}._whoMenNote_zmjlw_54{border-left:3px solid var(--accent);max-width:1100px;color:var(--muted);background:#fff;border-radius:16px;margin:0 auto 2rem;padding:1.5rem 2rem;font-size:.92rem;line-height:1.8;box-shadow:0 2px 16px #0a1b3d0f}._whoMenNote_zmjlw_54 strong{color:var(--navy);margin-bottom:.4rem;font-size:.95rem;display:block}._whoWhy_zmjlw_67{color:#fff;background:linear-gradient(#4d2f5e 0%,#35194a 100%);border-radius:20px;max-width:1100px;margin:0 auto;padding:2.5rem 3rem}._whoWhy_zmjlw_67 h3{font-family:var(--font-serif);color:#fff;margin-bottom:1rem;font-size:1.6rem}._whoWhy_zmjlw_67 p{color:#f7f4eed1;margin:0;font-size:1rem;line-height:1.85}@media (width<=900px){._whoWhy_zmjlw_67{padding:2rem 1.75rem}._whoRowBody_zmjlw_53{padding-left:2.25rem}}._whatIsSection_zmjlw_83{background:var(--cream);padding:6rem 2rem}._whatIsGrid_zmjlw_84{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}._whatIsGrid_zmjlw_84 h2{color:var(--navy);margin-bottom:1.1rem;font-size:clamp(1.9rem,3.5vw,2.7rem);line-height:1.25}._whatIsGrid_zmjlw_84>div>p{color:var(--ink);margin-bottom:1rem;font-size:1rem;line-height:1.8}._whatIsCards_zmjlw_87{flex-direction:column;gap:.85rem;display:flex}._whatIsCard_zmjlw_87{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;display:flex}._videoThumbWrap_zmjlw_89{cursor:pointer;border-radius:14px;transition:transform .2s,box-shadow .2s;display:block;position:relative;overflow:hidden;box-shadow:0 8px 32px #0a1b3d26}._videoThumbWrap_zmjlw_89:hover{transform:translateY(-3px);box-shadow:0 14px 40px #0a1b3d33}._videoThumb_zmjlw_89{width:100%;height:auto;display:block}._videoPlayOverlay_zmjlw_92{color:#fff;pointer-events:none;background:#000000a6;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:1.5rem;transition:background .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._videoThumbWrap_zmjlw_89:hover ._videoPlayOverlay_zmjlw_92{background:#000000d9}._whatIsIcon_zmjlw_94{flex-shrink:0;font-size:1.5rem}._whatIsCard_zmjlw_87 h4{color:var(--navy);margin-bottom:.25rem;font-size:.95rem;font-weight:700}._whatIsCard_zmjlw_87 p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.6}._prepSection_zmjlw_99{background:linear-gradient(#4d2f5e 0%,#35194a 100%);padding:6rem 2rem}._prepSection_zmjlw_99 h2{color:#fff;font-size:clamp(2rem,3.5vw,2.8rem)}._prepGrid_zmjlw_101{grid-template-columns:1fr 1fr;gap:2rem;display:grid}._prepBlock_zmjlw_102{background:#4a90d92e;border:1px solid #4a90d94d;border-radius:18px;padding:1.75rem}._prepBlockTitle_zmjlw_103{letter-spacing:.1em;text-transform:uppercase;color:var(--mauve-soft);margin-bottom:1.1rem;font-size:.72rem;font-weight:700}._prepItem_zmjlw_104{color:#f7f4eed9;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.9rem;line-height:1.5;display:flex}._prepIcon_zmjlw_105{flex-shrink:0;font-size:1.1rem}._prepNum_zmjlw_106{font-family:var(--font-serif);color:var(--accent);flex-shrink:0;min-width:22px;margin-top:1px;font-size:.85rem;font-weight:700}._sessionsSection_zmjlw_109{background:#fff;padding:6rem 2rem}._sessionsSection_zmjlw_109 h2{color:var(--navy);font-size:clamp(2rem,3.5vw,2.7rem)}._sessionLayout_zmjlw_111{grid-template-columns:1fr 340px;align-items:start;gap:2.5rem;display:grid}._sessionList_zmjlw_112{scrollbar-width:thin;flex-direction:column;gap:.6rem;max-height:560px;padding-right:.25rem;display:flex;overflow-y:auto}._sessionRow_zmjlw_113{cursor:pointer;border:1.5px solid #0a1b3d14;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.1rem;transition:all .2s;display:flex}._sessionRow_zmjlw_113:hover{border-color:var(--mauve);background:#9b7fa50a}._sessionRowSelected_zmjlw_115{border-color:var(--mauve);background:#9b7fa512}._sessionRowTitle_zmjlw_116{color:var(--navy);font-size:.95rem;font-weight:600}._sessionRowDesc_zmjlw_117{color:var(--muted);margin-top:.15rem;font-size:.82rem}._sessionRowRight_zmjlw_118{flex-shrink:0;align-items:center;gap:.5rem;display:flex}._sessionRowPrice_zmjlw_119{font-family:var(--font-serif);color:var(--mauve);font-size:1.4rem;font-weight:600}._infoBtn_zmjlw_120{border:1.5px solid var(--mauve-light);width:16px;height:16px;color:var(--mauve-light);cursor:pointer;opacity:.75;background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-family:Georgia,serif;font-size:.65rem;font-style:italic;font-weight:700;transition:background .2s,opacity .2s;display:inline-flex}._infoBtn_zmjlw_120:hover{background:var(--mauve-light);color:#fff;opacity:1}._bookCard_zmjlw_122{background:#4a90d947;border:1px solid #4a90d966;border-radius:20px;padding:2rem;position:sticky;top:100px}._bookCardTitle_zmjlw_123{font-family:var(--font-serif);color:var(--navy);margin-bottom:.4rem;font-size:1.4rem;line-height:1.3}._bookCardDuration_zmjlw_124{color:var(--muted);margin-bottom:.75rem;font-size:.82rem}._bookCardPrice_zmjlw_125{font-family:var(--font-serif);color:var(--accent-deep);margin-bottom:.75rem;font-size:2.5rem;font-weight:600;line-height:1}._bookCardDesc_zmjlw_126{color:var(--ink);margin-bottom:.75rem;font-size:.88rem;line-height:1.7}._bookCardCommunity_zmjlw_127{color:var(--mauve);margin-bottom:1.25rem;font-size:.82rem;font-style:italic}._safetyLink_zmjlw_128{color:var(--muted);text-align:center;margin-top:.5rem;font-size:.78rem;text-decoration:none;transition:color .2s;display:block}._safetyLink_zmjlw_128:hover{color:var(--navy)}._testimonialsSection_zmjlw_132{background:linear-gradient(#4d2f5e 0%,#35194a 100%);padding:5rem 2rem}._testimonialsGrid_zmjlw_133{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem;display:grid}._testimonialsPhoto_zmjlw_134{object-fit:cover;object-position:center top;border-radius:16px;width:100%;max-width:300px;height:340px;margin:2rem auto 3rem;display:block}._testimonialCard_zmjlw_135{background:#4a90d92e;border:1px solid #4a90d94d;border-radius:18px;padding:2rem 1.75rem}._testimonialQuote_zmjlw_136{font-family:var(--font-serif);color:#f7f4eee6;margin-bottom:1.25rem;font-size:1rem;font-style:italic;line-height:1.75}._testimonialMeta_zmjlw_137 strong{color:#fff;font-size:.9rem;display:block}._testimonialMeta_zmjlw_137 span{color:#f7f4ee73;font-size:.78rem}._safetySection_zmjlw_141{background:#fff8ec;border-top:1px solid #f0c87a;border-bottom:1px solid #f0c87a;padding:4rem 2rem}._safetyInner_zmjlw_142{align-items:flex-start;gap:1.5rem;max-width:900px;margin:0 auto;display:flex}._safetyEmoji_zmjlw_143{flex-shrink:0;font-size:2rem}._safetyInner_zmjlw_142 h4{color:var(--navy);margin-bottom:.4rem;font-size:1.05rem}._safetyInner_zmjlw_142 p{color:var(--ink);margin:0;font-size:.9rem;line-height:1.75}._faqSection_zmjlw_148{background:var(--cream);padding:5rem 2rem}._faqSection_zmjlw_148 h2{color:var(--navy);font-size:clamp(1.8rem,3vw,2.4rem)}._faqItem_zmjlw_150{border-bottom:1px solid var(--border)}._faqQ_zmjlw_151{text-align:left;width:100%;color:var(--navy);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 0;font-size:1rem;font-weight:600;display:flex}._faqToggle_zmjlw_152{color:var(--mauve);flex-shrink:0;font-size:1.3rem}._faqA_zmjlw_153{padding-bottom:1.1rem}._faqA_zmjlw_153 p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.75}._ctaSection_zmjlw_157{background:radial-gradient(ellipse at 30% 50%, #9b7fa52e 0%, transparent 60%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;padding:6rem 2rem}._ctaContent_zmjlw_158{max-width:700px;margin:0 auto}._ctaContent_zmjlw_158 h2{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.2}._ctaContent_zmjlw_158 h2 em{color:var(--mauve-soft);font-style:italic;font-weight:400}._ctaContent_zmjlw_158 p{color:#f7f4eebf;margin-bottom:2rem;font-size:1rem;line-height:1.8}@media (width<=900px){._whatIsGrid_zmjlw_84{grid-template-columns:1fr;gap:2.5rem}._prepGrid_zmjlw_101,._sessionLayout_zmjlw_111{grid-template-columns:1fr}._bookCard_zmjlw_122{position:static}._testimonialsGrid_zmjlw_133{grid-template-columns:1fr}._safetyInner_zmjlw_142{flex-direction:column}}._hero_8pt94_1{background:radial-gradient(ellipse at 30% 40%, #4a90d933 0%, transparent 55%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;justify-content:center;align-items:center;min-height:55vh;padding:10rem 2rem 5rem;display:flex;position:relative;overflow:hidden}._watermark_8pt94_9{object-fit:contain;opacity:.14;pointer-events:none;z-index:0;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._heroContent_8pt94_19{z-index:1;max-width:760px;margin:0 auto;position:relative}._heroContent_8pt94_19 h1{color:#fff;margin-bottom:1.25rem;font-size:clamp(2.2rem,4.5vw,3.6rem);line-height:1.15}._heroContent_8pt94_19 h1 em{color:var(--blue-soft);font-style:italic;font-weight:400}._heroContent_8pt94_19 p{color:#f7f4eecc;max-width:640px;margin:0 auto;font-size:1.1rem;line-height:1.8}._container_8pt94_24{max-width:1100px;margin:0 auto;padding:0 2rem}._sectionLabel_8pt94_25{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-bottom:.75rem;font-size:.78rem;font-weight:700}._centeredSubhead_8pt94_26{text-align:center;max-width:720px;color:var(--ink);margin:0 auto 3rem;font-size:1.05rem;line-height:1.8}._storySection_8pt94_29{background:var(--cream);padding:6rem 2rem}._storyGrid_8pt94_30{grid-template-columns:200px 1fr;align-items:start;gap:4rem;display:grid}._storyAvatar_8pt94_31{text-align:center}._avatarPhoto_8pt94_32{object-fit:cover;object-position:top;border-radius:16px;width:200px;height:240px;margin-bottom:1rem;margin-left:auto;margin-right:auto;display:block;box-shadow:0 8px 32px #00000026}._avatarInfo_8pt94_33 strong{color:var(--navy);margin-bottom:.2rem;font-size:1rem;display:block}._avatarInfo_8pt94_33 span{color:var(--muted);font-size:.8rem;line-height:1.4;display:block}._storyText_8pt94_35 h2{color:var(--navy);margin-bottom:1.25rem;font-size:clamp(1.9rem,3vw,2.6rem)}._storyText_8pt94_35 p{color:var(--ink);margin-bottom:1.1rem;font-size:1rem;line-height:1.85}._why9dSection_8pt94_39{background:#fff;padding:6rem 2rem}._why9dSection_8pt94_39 h2{color:var(--navy);font-size:clamp(2rem,3.5vw,2.8rem)}._why9dGrid_8pt94_41{grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:1rem;display:grid}._why9dCard_8pt94_42{background:var(--cream);border:1px solid var(--border);border-radius:16px;padding:1.75rem 1.4rem;transition:box-shadow .2s,transform .2s}._why9dCard_8pt94_42:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000012}._why9dIcon_8pt94_44{margin-bottom:.85rem;font-size:1.75rem;display:block}._why9dCard_8pt94_42 h4{color:var(--navy);margin-bottom:.5rem;font-size:.97rem;font-weight:700}._why9dCard_8pt94_42 p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.7}._whoSection_8pt94_49{background:linear-gradient(135deg, var(--navy-deep) 0%, var(--navy) 100%);color:#fff;padding:6rem 2rem}._whoGrid_8pt94_50{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}._whoGrid_8pt94_50 h2{color:#fff;margin-bottom:1.1rem;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.2}._whoGrid_8pt94_50>div>p{color:#f7f4eec7;font-size:1rem;line-height:1.8}._whoList_8pt94_53{flex-direction:column;gap:.7rem;display:flex}._whoItem_8pt94_54{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;align-items:flex-start;gap:.9rem;padding:.85rem 1rem;display:flex}._whoCheck_8pt94_55{color:var(--accent);flex-shrink:0;font-size:.95rem;font-weight:700}._whoItem_8pt94_54 span:last-child{color:#f7f4eee0;font-size:.9rem;line-height:1.5}._credSection_8pt94_59{background:var(--cream);padding:2.5rem 2rem 6rem}._whySection_8pt94_60{background:#fff;padding:5rem 2rem}._whySection_8pt94_60 h2{color:var(--navy);font-size:clamp(1.8rem,3vw,2.4rem)}._whyBody_8pt94_62{flex-direction:column;gap:1.1rem;max-width:780px;margin:0 auto;display:flex}._whyBody_8pt94_62 p{color:var(--muted);font-size:.97rem;line-height:1.8}._credSection_8pt94_59 h2{color:var(--navy);font-size:clamp(2rem,3.5vw,2.8rem)}._credGrid_8pt94_65{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}._credCard_8pt94_66{border:1px solid var(--border);background:#fff;border-radius:18px;padding:2rem 1.75rem;transition:box-shadow .2s}._credCard_8pt94_66:hover{box-shadow:0 8px 24px #00000012}._credIcon_8pt94_68{margin-bottom:1rem;font-size:2rem}._credLogo_8pt94_69{object-fit:contain;filter:brightness(0);width:3.75rem;height:3.75rem;display:block}._credCard_8pt94_66 h4{color:var(--navy);margin-bottom:.6rem;font-size:1rem;font-weight:700}._credCard_8pt94_66 p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.75}._missionSection_8pt94_74{background:var(--navy);text-align:center;padding:6rem 2rem}._missionInner_8pt94_75{max-width:960px;margin:0 auto}._missionInner_8pt94_75 h2{color:#fff;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.2}._missionInner_8pt94_75 h2 em{color:var(--blue-soft);font-style:italic;font-weight:400}._missionInner_8pt94_75 p{color:#f7f4eec7;margin-bottom:1rem;font-size:1rem;line-height:1.85}._missionBtns_8pt94_79{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem;display:flex}._ctaSection_8pt94_82{background:var(--cream);text-align:center;padding:6rem 2rem}._ctaContent_8pt94_83{max-width:640px;margin:0 auto}._ctaContent_8pt94_83 h2{color:var(--navy);margin-bottom:2rem;font-size:clamp(2rem,4vw,3rem);line-height:1.2}._ctaContent_8pt94_83 h2 em{color:var(--blue);font-style:italic;font-weight:400}._ctaBtns_8pt94_86{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (width<=900px){._storyGrid_8pt94_30{grid-template-columns:1fr;gap:2rem}._storyAvatar_8pt94_31{text-align:left;align-items:center;gap:1.25rem;display:flex}._avatarCircle_8pt94_91{flex-shrink:0;width:80px;height:80px}._why9dGrid_8pt94_41{grid-template-columns:repeat(2,1fr)}._whoGrid_8pt94_50{grid-template-columns:1fr;gap:2.5rem}._credGrid_8pt94_65{grid-template-columns:1fr}}._hero_b6kb3_1{background:radial-gradient(ellipse at 30% 40%, #4a90d933 0%, transparent 55%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;padding:10rem 2rem 5rem;position:relative;overflow:hidden}._watermark_b6kb3_7{object-fit:contain;opacity:.14;pointer-events:none;z-index:0;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._heroContent_b6kb3_17{z-index:1;max-width:640px;margin:0 auto;position:relative}._heroContent_b6kb3_17 h1{color:#fff;margin-bottom:1rem;font-size:clamp(2.2rem,4.5vw,3.4rem);line-height:1.15}._heroContent_b6kb3_17 h1 em{color:var(--blue-soft);font-style:italic;font-weight:400}._heroContent_b6kb3_17>p{color:#f7f4eea6;margin-bottom:1.75rem}._jumpLinks_b6kb3_21{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}._jumpLink_b6kb3_21{color:#f7f4eed9;background:#ffffff14;border:1px solid #ffffff26;border-radius:999px;padding:.4rem 1rem;font-size:.82rem;text-decoration:none;transition:background .2s}._jumpLink_b6kb3_21:hover{color:#fff;background:#ffffff26}._pageBody_b6kb3_25{background:var(--cream);padding:4rem 2rem 6rem}._container_b6kb3_26{max-width:860px;margin:0 auto}._faqSection_b6kb3_28{margin-bottom:3.5rem;scroll-margin-top:90px}._faqSectionHeader_b6kb3_29{border-bottom:2px solid var(--navy);align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;display:flex}._faqSectionIcon_b6kb3_30{font-size:1.5rem}._faqSectionHeader_b6kb3_29 h2{color:var(--navy);margin:0;font-size:1.4rem}._faqItem_b6kb3_33{border-bottom:1px solid #0a1b3d1a}._faqQ_b6kb3_34{text-align:left;width:100%;color:var(--navy);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;font-size:.97rem;font-weight:600;line-height:1.4;display:flex}._faqToggle_b6kb3_35{color:var(--blue);flex-shrink:0;font-size:1.3rem}._faqA_b6kb3_36{padding-bottom:1rem}._faqA_b6kb3_36 p{color:var(--muted);margin:0;font-size:.92rem;line-height:1.78}._contactBox_b6kb3_39{background:var(--navy);text-align:center;border-radius:20px;margin-top:2rem;padding:2.5rem}._contactBox_b6kb3_39 h3{color:#fff;margin-bottom:.6rem;font-size:1.5rem}._contactBox_b6kb3_39 p{color:#f7f4eeb8;margin-bottom:1.75rem;font-size:.95rem;line-height:1.7}._contactBtns_b6kb3_42{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}._hero_jzs1r_1{background:linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;padding:9rem 2rem 4rem}._heroContent_jzs1r_6 h1{color:#fff;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem)}._effectiveDate_jzs1r_7{color:#f7f4ee99;margin:0;font-size:.9rem}._content_jzs1r_9{background:var(--cream);padding:4rem 2rem 6rem}._container_jzs1r_10{max-width:800px;margin:0 auto}._intro_jzs1r_12{border-bottom:1px solid var(--border);margin-bottom:3rem;padding-bottom:2rem}._intro_jzs1r_12 p{color:var(--ink);margin-bottom:1rem;font-size:1rem;line-height:1.85}._section_jzs1r_15{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:2.5rem}._section_jzs1r_15:last-child{border-bottom:none}._sectionTitle_jzs1r_17{color:var(--navy);font-size:1.2rem;font-weight:700;font-family:var(--font-sans);margin-bottom:1rem}._subsection_jzs1r_19{margin-bottom:1.5rem}._subsectionTitle_jzs1r_20{color:var(--navy);font-size:1rem;font-weight:600;font-family:var(--font-sans);margin-bottom:.75rem}._para_jzs1r_22{color:var(--ink);white-space:pre-line;margin-bottom:1rem;font-size:.95rem;line-height:1.85}._contactTable_jzs1r_24 p{color:var(--ink);margin-bottom:1.25rem;font-size:.95rem;line-height:1.85}._contactTable_jzs1r_24 table{border-collapse:collapse;width:100%}._contactTable_jzs1r_24 td{color:var(--ink);border:1px solid var(--border);padding:.65rem 1rem;font-size:.9rem}._contactTable_jzs1r_24 td:first-child{color:var(--navy);background:#0a1b3d0a;width:180px;font-weight:600}._contactTable_jzs1r_24 a{color:var(--blue);text-decoration:none}._contactTable_jzs1r_24 a:hover{text-decoration:underline}._hero_11iq2_1{background:linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;padding:9rem 2rem 4rem}._heroContent_11iq2_6 h1{color:#fff;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem)}._subtitle_11iq2_7{color:#f7f4ee99;margin:0;font-size:.9rem}._content_11iq2_9{background:var(--cream);padding:4rem 2rem 6rem}._container_11iq2_10{max-width:800px;margin:0 auto}._intro_11iq2_12{border-bottom:1px solid var(--border);margin-bottom:2.5rem;padding-bottom:2rem}._intro_11iq2_12 p{color:var(--ink);font-size:1rem;line-height:1.85}._section_11iq2_15{margin-bottom:2.5rem}._sectionTitle_11iq2_16{color:var(--navy);font-size:1.2rem;font-weight:700;font-family:var(--font-sans);margin-bottom:.75rem}._sectionLead_11iq2_17{color:var(--ink);margin-bottom:1rem;font-size:.95rem;line-height:1.8}._list_11iq2_19{grid-template-columns:1fr 1fr;gap:.5rem;margin:0;padding:0;list-style:none;display:grid}._listItem_11iq2_20{color:var(--ink);border:1px solid var(--border);background:#fff;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem .9rem;font-size:.92rem;line-height:1.6;display:flex}._listItem_11iq2_20:before{content:"•";color:var(--accent);flex-shrink:0;font-weight:700}._callout_11iq2_23{border-left:3px solid var(--accent);background:#0a1b3d0d;border-radius:0 12px 12px 0;margin-bottom:2.5rem;padding:1.25rem 1.5rem}._callout_11iq2_23 p{color:var(--ink);margin-bottom:.75rem;font-size:.92rem;line-height:1.8}._callout_11iq2_23 p:last-child{margin-bottom:0}._checkList_11iq2_27{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}._checkItem_11iq2_28{border:1px solid var(--border);background:#fff;border-radius:10px;align-items:flex-start;gap:.9rem;padding:.9rem 1rem;display:flex}._check_11iq2_27{color:var(--accent);flex-shrink:0;margin-top:1px;font-size:1rem;font-weight:700}._checkItem_11iq2_28 span:last-child{color:var(--ink);font-size:.92rem;line-height:1.65}._signatureBlock_11iq2_32{background:var(--navy);border-radius:16px;margin-top:2.5rem;padding:1.75rem}._signatureBlock_11iq2_32 p{color:#f7f4eed9;margin:0;font-size:.95rem;font-style:italic;line-height:1.8}@media (width<=600px){._list_11iq2_19{grid-template-columns:1fr}}._hero_1cptv_2{background:radial-gradient(ellipse at 30% 40%, #4a90d940 0%, transparent 55%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;justify-content:center;align-items:center;min-height:auto;padding:8rem 2rem 3.5rem;display:flex;position:relative;overflow:hidden}._pulseRing_1cptv_12{border:1px solid #f7f4ee0f;border-radius:50%;animation:5s ease-out infinite _pulse_1cptv_12;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._pulseRing_1cptv_12:first-child{width:420px;height:420px;margin-top:-210px;margin-left:-210px}._pulseRing_1cptv_12:nth-child(2){width:650px;height:650px;margin-top:-325px;margin-left:-325px;animation-delay:1.5s}._pulseRing_1cptv_12:nth-child(3){width:880px;height:880px;margin-top:-440px;margin-left:-440px;animation-delay:3s}@keyframes _pulse_1cptv_12{0%{opacity:.6;transform:translate(-50%,-50%)scale(.95)}to{opacity:0;transform:translate(-50%,-50%)scale(1.05)}}._watermark_1cptv_25{object-fit:contain;opacity:.14;pointer-events:none;z-index:0;width:320px;height:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._heroContent_1cptv_36{z-index:1;max-width:700px;margin:0 auto;position:relative}._heroContent_1cptv_36 h1{color:#fff;margin-bottom:1.25rem;font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.15}._heroContent_1cptv_36 h1 em{color:var(--blue-soft);font-style:italic;font-weight:400}._heroContent_1cptv_36 p{color:#f7f4eecc;max-width:600px;margin:0 auto;padding:0;font-size:1.1rem;line-height:1.8}._heroCtas_1cptv_40{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}._heroNote_1cptv_41{color:#f7f4ee73;margin:0;font-size:.82rem}._container_1cptv_44{max-width:1100px;margin:0 auto;padding:0 2rem}._sectionLabel_1cptv_45{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);text-align:center;margin-bottom:.75rem;font-size:.78rem;font-weight:700;display:block}._featuresSection_1cptv_48{background:var(--cream);padding:6rem 2rem}._featuresGrid_1cptv_49{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}._featureCard_1cptv_52{border:1px solid var(--border);background:#fff;border-radius:18px;padding:2rem 1.75rem;transition:box-shadow .2s,transform .2s}._featureCard_1cptv_52:hover{transform:translateY(-2px);box-shadow:0 8px 28px #00000012}._featureIcon_1cptv_57{margin-bottom:1rem;font-size:2rem;display:block}._featureCard_1cptv_52 h4{color:var(--navy);margin-bottom:.6rem;font-size:1rem;font-weight:700}._featureCard_1cptv_52 p{color:var(--muted);margin:0;font-size:.87rem;line-height:1.7}._howSection_1cptv_62{background:var(--cream);padding:4rem 2rem 6rem}._howSection_1cptv_62 h2{color:var(--navy);font-size:clamp(2rem,3.5vw,2.8rem)}._stepsGrid_1cptv_64{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}._stepCard_1cptv_65{border:1px solid var(--border);background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 2px 12px #0a1b3d0d}._stepNum_1cptv_66{letter-spacing:.1em;color:#fff;background:linear-gradient(135deg, var(--blue-light), var(--blue));border-radius:8px;margin-bottom:1rem;padding:.3rem .6rem;font-size:.72rem;font-weight:700;display:inline-block}._stepCard_1cptv_65 h4{color:var(--navy);margin-bottom:.5rem;font-size:.97rem;font-weight:700}._stepCard_1cptv_65 p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.7}._code_1cptv_69{color:var(--navy);letter-spacing:.02em;background:#ffe600;border-radius:6px;margin-right:0;padding:.15rem .25rem .15rem .5rem;font-family:monospace;font-size:.9rem;font-weight:700;display:inline-block}._benefitsSection_1cptv_72{background:#fff;padding:6rem 2rem}._benefitsInner_1cptv_73{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}._benefitsInner_1cptv_73 h2{color:var(--navy);margin-bottom:1rem;font-size:clamp(1.9rem,3vw,2.6rem);line-height:1.2}._benefitsInner_1cptv_73>div>p{color:var(--ink);margin-bottom:1.5rem;font-size:1rem;line-height:1.8}._benefitsList_1cptv_76{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}._benefitItem_1cptv_77{color:var(--ink);align-items:flex-start;gap:.75rem;font-size:.92rem;display:flex}._benefitCheck_1cptv_78{color:var(--accent);flex-shrink:0;font-weight:700}._appPreview_1cptv_80{justify-content:center;align-items:center;display:flex}._appCard_1cptv_81{background:linear-gradient(135deg, var(--navy-deep), var(--navy));text-align:center;border-radius:24px;width:100%;padding:2.5rem 2rem}._appCardBadge_1cptv_82{background:var(--accent);color:var(--navy);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-bottom:1.25rem;padding:.3rem .9rem;font-size:.75rem;font-weight:700;display:inline-block}._appCard_1cptv_81 h3{color:#fff;margin-bottom:.75rem;font-size:1.4rem}._appCard_1cptv_81 p{color:#f7f4eeb8;margin-bottom:1.75rem;font-size:.9rem;line-height:1.7}._appStores_1cptv_85{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}._storeBtn_1cptv_86{background:var(--navy);border:1px solid var(--navy);color:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.7rem 1.25rem;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}._storeBtn_1cptv_86:hover{background:var(--blue)}._embedWrapper_1cptv_90{border:1px solid var(--border);background:#fff;border-radius:20px;margin-top:calc(3rem - .75in);margin-left:-1in;margin-right:-1in;overflow:hidden;box-shadow:0 8px 40px #0a1b3d1f}._embedFrame_1cptv_100{border:none;width:100%;height:1400px;display:block}._ctaSection_1cptv_108{background:radial-gradient(ellipse at 60% 50%, #4a90d933 0%, transparent 60%), linear-gradient(180deg, var(--navy-deep) 0%, var(--navy) 100%);text-align:center;padding:4rem 2rem}._ctaContent_1cptv_109{max-width:620px;margin:0 auto}._ctaContent_1cptv_109 h2{color:#fff;margin-bottom:1.25rem;font-size:clamp(2.2rem,4vw,3.2rem);line-height:1.2}._ctaContent_1cptv_109 h2 em{color:var(--blue-soft);font-style:italic;font-weight:400}._ctaContent_1cptv_109 p{color:#f7f4eebf;margin:0;padding:0;font-size:1rem;line-height:1.8}._ctaNote_1cptv_113{color:#f7f4ee66;margin-top:1rem;font-size:.82rem}@media (width<=900px){._featuresGrid_1cptv_49,._stepsGrid_1cptv_64{grid-template-columns:repeat(2,1fr)}._benefitsInner_1cptv_73{grid-template-columns:1fr}}@media (width<=600px){._featuresGrid_1cptv_49,._stepsGrid_1cptv_64{grid-template-columns:1fr}}
