@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Montserrat:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--glass-bg:#ffffff73;--glass-border:#ffffffb3;--glass-shadow:#002a2a0d;--teal:#d4a017;--teal-light:#f1f5f9;--teal-dark:#002a2a;--sage:#d4a017;--text-dark:#002a2a;--text-mid:#2c4e4e;--text-light:#5a7e7e;--white:#fff;--font-display:"Cormorant Garamond", Georgia, serif;--font-body:"Montserrat", system-ui, sans-serif;--bg-color:#f3ebd2;--fs-hero:clamp(38px, 5.5vw, 68px);--fs-h1:clamp(32px, 4.5vw, 56px);--fs-h2:clamp(24px, 3.2vw, 40px);--fs-h3:clamp(20px, 2.2vw, 28px);--fs-quote:clamp(18px, 2.2vw, 28px);--fs-body-lg:17px;--fs-body:15px;--fs-body-sm:13px;--fs-label:11px;--fs-btn:13px;--fs-nav:12px;--fs-micro:10px;--fs-stat:clamp(28px, 4vw, 48px)}html{scroll-behavior:smooth;width:100%;overflow-x:clip}body{font-family:var(--font-body);color:var(--text-dark);background:var(--bg-color);flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:clip}#root{flex-direction:column;flex:1;min-height:100vh;display:flex}.bg-water{z-index:0;background:radial-gradient(ellipse at 80% 20%, #d4a0170d 0%, transparent 60%), radial-gradient(ellipse at 20% 80%, #002a2a0f 0%, transparent 60%), var(--bg-color);position:fixed;inset:0}.bg-warm{z-index:0;background:radial-gradient(circle at 80% 20%,#d4a0171f 0%,#0000 50%),radial-gradient(circle at 20% 85%,#d4a0171a 0%,#0000 50%),radial-gradient(circle,#d4a0170f 0%,#0000 60%),#f7f1e4;transition:background .4s;position:fixed;inset:0}.bg-water:after{content:"";background:0 0;position:absolute;inset:0}.navbar{z-index:100;-webkit-backdrop-filter:blur(14px);background:#f7f1e4eb;border-bottom:1px solid #002a2a14;justify-content:space-between;align-items:center;padding:16px 48px;transition:padding .35s,background .45s,border-color .45s,box-shadow .45s,-webkit-backdrop-filter .45s,backdrop-filter .45s;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 16px #002a2a0a}.section-gap-remove{margin:0!important}.home-section{margin:0!important;padding:20px 0!important}.navbar.navbar-transparent{-webkit-backdrop-filter:none;box-shadow:none;background:0 0;border-bottom-color:#ffffff0f;transition:none}.nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo-img{object-fit:contain;transform-origin:100%;width:auto;height:42px;margin-right:4px;transform:scale(1.3)}.nav-logo-text{flex-direction:column;line-height:1;display:flex}.nav-logo-text span:first-child{font-family:var(--font-display);color:var(--teal-dark);letter-spacing:2px;font-size:20px;font-weight:600}.nav-logo-text span:last-child{color:var(--text-light);letter-spacing:1.5px;text-transform:uppercase;margin-top:2px;font-size:9px}.nav-links{gap:8px;list-style:none;display:flex}.nav-links a{font-size:var(--fs-nav);letter-spacing:1.2px;text-transform:uppercase;color:var(--text-mid);border-radius:20px;padding:8px 14px;font-weight:600;text-decoration:none;transition:all .25s;display:block}.nav-links a:hover,.nav-links a.active{color:var(--teal);background:#002a2a0d}.nav-cta{font-size:var(--fs-nav);letter-spacing:1px;text-transform:uppercase;border:1px solid #0000;border-radius:24px;justify-content:center;align-items:center;padding:10px 24px;font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 12px #002a2a26;background:var(--teal-dark)!important;color:var(--white)!important;transition:all .25s!important}.nav-cta:hover{transform:translateY(-1px);background:var(--teal)!important;color:var(--teal-dark)!important;box-shadow:0 6px 16px #d4a01766!important}.glass{-webkit-backdrop-filter:blur(24px)saturate(1.5);backdrop-filter:blur(24px)saturate(1.5);box-shadow:0 8px 40px var(--glass-shadow), inset 0 1px 0 #ffffffe6;background:#ffffffa6;border:1px solid #ffffffd9;border-radius:24px}.glass-strong{-webkit-backdrop-filter:blur(32px)saturate(1.6);backdrop-filter:blur(32px)saturate(1.6);background:#fffc;border:1px solid #fffffff2;border-radius:32px;box-shadow:0 12px 60px #002a2a14,inset 0 1px #fffffff2}.page{z-index:1;width:100%;min-height:100vh;padding-top:80px;position:relative;overflow-x:clip}.page-no-pad{padding-top:0}.container{max-width:1360px;margin:0 auto;padding:0 48px}.btn-primary{color:var(--teal-dark);font-family:var(--font-body);font-size:var(--fs-btn);letter-spacing:.6px;cursor:pointer;background:gold;border:1.5px solid #000;border-radius:32px;align-items:center;gap:8px;padding:13px 30px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 24px #ffd70033}.btn-primary:hover{background:var(--teal-dark);color:var(--white);border-color:var(--teal-dark);transform:translateY(-2px);box-shadow:0 10px 32px #002a2a40}.btn-ghost{color:var(--teal-dark);border:1.5px solid var(--teal-dark);font-family:var(--font-body);font-size:var(--fs-btn);cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff80;border-radius:32px;align-items:center;gap:8px;padding:12px 28px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-ghost:hover{background:var(--teal-dark);color:var(--white);transform:translateY(-1px)}.standard-hero-section{box-sizing:border-box;z-index:1;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;width:100%;height:calc(100vh - 80px);min-height:520px;padding:40px 0;display:grid;position:relative}.standard-hero-text{z-index:2;flex-direction:column;justify-content:center;display:flex;position:relative}.standard-hero-label{text-shadow:0 0 10px #d4a01766;margin-bottom:20px;color:#d4a017!important}.standard-hero-title{font-family:var(--font-display);font-size:var(--fs-hero);color:#002a2a;margin-bottom:24px;font-weight:700;line-height:1.15}.standard-hero-title .highlight-gold{color:#d4a017;display:inline}.standard-hero-desc{font-family:var(--font-body);font-size:var(--fs-body-lg);color:var(--text-mid);max-width:580px;margin-bottom:32px;line-height:1.7}.standard-hero-image-wrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.standard-hero-img-crop{z-index:2;justify-content:center;align-items:center;width:100%;max-width:440px;height:auto;max-height:440px;display:flex;position:relative}.standard-hero-img{object-fit:contain;border-radius:16px;width:100%;height:auto;max-height:440px;transition:transform .6s cubic-bezier(.25,1,.35,1);display:block}.standard-hero-img-crop:hover .standard-hero-img{transform:scale(1.03)}.tangle-gif-crop{border-radius:16px!important;overflow:hidden!important}.tangle-gif-img{object-fit:cover!important;border-radius:0!important;transform:scale(1.36)!important}.tangle-gif-crop:hover .tangle-gif-img{transform:scale(1.4)!important}@media (width>=992px) and (height<=820px){.standard-hero-section{gap:40px;min-height:460px;padding:20px 0}.standard-hero-label{margin-bottom:12px}.standard-hero-title{margin-bottom:16px}.standard-hero-desc{margin-bottom:20px;font-size:16px}.standard-hero-img-crop,.standard-hero-img{max-height:380px}.services-hero-trust-badges{gap:10px!important;margin-top:16px!important;padding-top:12px!important}.trust-badge{padding:5px 10px!important;font-size:12px!important}}@media (width<=991px){.standard-hero-section{text-align:center;box-sizing:border-box;flex-direction:column;grid-template-rows:auto auto;grid-template-columns:1fr;justify-content:center;align-items:center;gap:20px;height:auto;min-height:calc(100svh - 80px);padding:30px 20px;display:flex}.standard-hero-text{align-items:center;width:100%}.standard-hero-title{margin-bottom:16px!important;font-size:clamp(24px,5.5vw,36px)!important;line-height:1.2!important}.standard-hero-desc{max-width:540px!important;margin-bottom:24px!important;font-size:clamp(13px,2.5vw,15px)!important;line-height:1.6!important}.standard-hero-text .hero-actions{justify-content:center!important}.standard-hero-image-wrap{order:-1;height:auto;margin-bottom:8px}.standard-hero-img-crop{max-width:240px;height:auto;max-height:240px}.standard-hero-img{max-height:240px}}@media (width<=480px){.standard-hero-section{box-sizing:border-box;gap:12px;height:auto;min-height:calc(100svh - 70px);padding:24px 14px}.standard-hero-img-crop{max-width:160px;height:auto;max-height:160px}.standard-hero-img{max-height:160px}.standard-hero-title{margin-bottom:6px;font-size:clamp(20px,6.5vw,26px)!important}.standard-hero-desc{max-width:320px;margin-bottom:12px;line-height:1.5;font-size:12px!important}.standard-hero-label{margin-bottom:10px}.standard-hero-text .hero-actions{flex-direction:column!important;align-items:center!important;gap:10px!important;width:100%!important;display:flex!important}.standard-hero-text .hero-actions button,.standard-hero-text .hero-actions a{text-align:center!important;justify-content:center!important;width:85%!important;max-width:280px!important}}.section-label{font-family:var(--font-body);font-size:var(--fs-label);letter-spacing:3px;text-transform:uppercase;color:var(--teal);text-shadow:0 0 10px #d4a01799,0 0 20px #d4a01759;margin-bottom:12px;font-weight:700;display:inline-block;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.section-title{font-family:var(--font-display);font-size:var(--fs-h1);color:var(--text-dark);margin-bottom:16px;font-weight:400;line-height:1.15}.section-sub{font-family:var(--font-body);font-size:var(--fs-body);color:var(--text-mid);max-width:580px;line-height:1.75}.page-hero-label{font-family:var(--font-body);font-size:var(--fs-label);letter-spacing:3px;text-transform:uppercase;color:var(--teal);text-shadow:0 0 10px #d4a01780,0 0 18px #d4a0174d;margin-bottom:12px;font-weight:700;display:inline-block}.page-hero-title{font-family:var(--font-display);font-size:var(--fs-hero);color:var(--text-dark);margin-bottom:20px;font-weight:400;line-height:1.1}.page-hero-title em,.page-hero-title span.accent{color:var(--teal);font-style:italic}.page-hero-sub{font-family:var(--font-body);font-size:var(--fs-body-lg);color:var(--text-mid);max-width:620px;font-weight:400;line-height:1.7}.home-section{margin:0;padding:20px 0;position:relative}.hero{box-sizing:border-box;grid-template-columns:44% 56%;align-items:center;gap:40px;min-height:calc(100vh - 80px);padding:20px 0;display:grid}.hero-bowl{box-sizing:border-box;align-items:flex-start;width:100%;height:100vh;min-height:640px;margin-bottom:20px;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-bowl-bg-picture{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-bowl-bg{object-fit:cover;object-position:60% center;z-index:0;will-change:transform;width:100%;height:100%;animation:24s ease-in-out infinite alternate cinematicZoom;position:absolute;inset:0}.hero-ambient-light{z-index:1;pointer-events:none;mix-blend-mode:screen;will-change:transform;background:radial-gradient(circle,#d4a01729 0%,#d4a0170a 40%,#0000 75%);border-radius:50%;width:50vw;height:50vw;transition:transform .85s cubic-bezier(.25,1,.35,1);animation:12s ease-in-out infinite alternate lightBreathe;position:absolute;top:15%;right:10%}@keyframes lightBreathe{0%{opacity:.7;transform:scale(1)translate(0)}50%{opacity:.95;transform:scale(1.12)translate(-3%,3%)}to{opacity:.6;transform:scale(.95)translate(2%,-1%)}}@keyframes cinematicZoom{0%{transform:scale(1.1)translate(-.5%,-.5%)}to{transform:scale(1.02)translate(0)}}.hero-bowl-overlay{z-index:1;background:linear-gradient(90deg,#001212fa 0%,#001212e6 35%,#001212c7 55%,#00121285 70%,#00121238 80%,#0000 88%),linear-gradient(#0000 80%,#0012124d 100%);position:absolute;inset:0}.hero-bowl-content{z-index:2;will-change:transform;width:100%;max-width:820px;margin-top:auto;margin-bottom:auto;padding:24px 60px 40px 0;transition:transform .45s cubic-bezier(.25,1,.35,1);position:relative}@media (width<=1200px){.hero-bowl-content{max-width:760px;padding:24px 40px 24px 0}}@media (width<=992px){.navbar.scrolled{-webkit-backdrop-filter:blur(14px)!important;background:#f7f1e4f5!important;border-bottom:1px solid #002a2a14!important;box-shadow:0 4px 20px #002a2a0f!important}.navbar.navbar-transparent{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:0 0!important;border-bottom-color:#ffffff1a!important}.navbar.navbar-transparent .nav-logo-text span:first-child{color:#faf6ed!important}.navbar.navbar-transparent .nav-logo-text span:last-child{color:#fffc!important}.navbar.navbar-transparent .mobile-menu-btn span{background:#fff!important}.navbar.scrolled .nav-logo-text span:first-child,.navbar:not(.navbar-transparent) .nav-logo-text span:first-child{color:#002a2a!important}.navbar.scrolled .nav-logo-text span:last-child,.navbar:not(.navbar-transparent) .nav-logo-text span:last-child{color:#0009!important}.navbar.scrolled .mobile-menu-btn span,.navbar:not(.navbar-transparent) .mobile-menu-btn span{background:#002a2a!important}}@media (width<=480px){.container{padding:0 14px!important}.hero-bowl{align-items:center!important;height:auto!important;min-height:100vh!important;padding-top:70px!important}.hero-bowl-container{align-items:center!important;width:100%!important;height:auto!important;min-height:calc(100vh - 70px)!important;padding-bottom:20px!important}.hero-bowl-bg{object-position:center center!important}.hero-bowl-overlay{background:linear-gradient(#00121233 0%,#0012128c 35%,#001212e0 65%,#001212f7 100%)!important}.hero-bowl-content{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:100%!important;margin-top:0!important;margin-bottom:0!important;padding:16px 14px 36px!important;display:flex!important}.hero-pre-header{justify-content:center!important;width:100%!important;margin-bottom:16px!important;display:flex!important}.hero-pre-header span{letter-spacing:1.5px!important;text-align:center!important;padding:5px 10px!important;font-size:8.5px!important}.hero-title{text-align:center!important;align-items:center!important;gap:4px!important;margin-bottom:12px!important;font-size:clamp(20px,6.5vw,26px)!important}.hero-title-line-wrap{display:inline-block!important}.hero-line-2{letter-spacing:-.5px!important}.hero-desc{text-align:center!important;max-width:100%!important;margin-bottom:22px!important;font-size:12px!important;line-height:1.6!important}.hero-actions{flex-direction:column!important;align-items:center!important;gap:10px!important;width:100%!important}.hero-actions .btn-primary,.hero-actions .btn-ghost{text-align:center!important;border-radius:20px!important;justify-content:center!important;width:85%!important;max-width:280px!important;padding:10px 16px!important;font-size:12px!important}.hero-trust-badge-wrap{justify-content:center!important;width:100%!important;margin-top:20px!important}.hero-trust-badge{box-sizing:border-box!important;flex-wrap:wrap!important;justify-content:center!important;gap:4px 8px!important;width:100%!important;padding:6px 10px!important;font-size:8.5px!important;display:flex!important}.hero-trust-item{font-size:8.5px!important}.bullet-dot{display:none!important}}.hero-pre-header{font-family:var(--font-body);font-size:var(--fs-label);text-transform:uppercase;letter-spacing:3.5px;color:#d4a017;margin-bottom:22px;font-weight:700;line-height:1}.hero-title{font-family:var(--font-display);font-size:var(--fs-hero);color:#fff;flex-direction:column;gap:6px;margin-bottom:24px;font-weight:300;line-height:1.05;display:flex}.hero-title-line-wrap{display:block;overflow:hidden}.hero-word-line{animation:1.2s cubic-bezier(.19,1,.22,1) forwards lineReveal;display:block;transform:translateY(102%)}.hero-line-1{font-weight:300;animation-delay:.2s}.hero-line-2{background:linear-gradient(90deg,#fff 0%,#f3dca2 45%,#d4a017 100%);-webkit-text-fill-color:transparent;letter-spacing:-1.5px;-webkit-background-clip:text;background-clip:text;font-weight:700;animation-delay:.38s}@keyframes lineReveal{0%{transform:translateY(102%)}to{transform:translateY(0)}}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero-desc{font-family:var(--font-body);font-size:var(--fs-body-lg);color:#ffffffd9;max-width:700px;margin-top:10px;margin-bottom:38px;line-height:1.85}.hero-desc-anim{opacity:0;animation:1s cubic-bezier(.19,1,.22,1) .62s forwards heroFadeUp;transform:translateY(20px)}.hero-actions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.hero-actions-anim{opacity:0;animation:1s cubic-bezier(.19,1,.22,1) .78s forwards heroFadeUp;transform:translateY(20px)}.hero-bowl-content .btn-primary{transition:all .3s cubic-bezier(.16,1,.3,1);animation:3s ease-in-out infinite whiteGlowPulse;color:#000!important;background:#fff!important;border-color:#fff!important;font-weight:700!important}.hero-bowl-content .btn-primary:hover{animation:none;transform:translateY(-3px);box-shadow:0 10px 32px #ffffff59}.hero-btn-ghost{transition:all .3s cubic-bezier(.16,1,.3,1);animation:3s ease-in-out infinite goldGlowPulse;color:#000!important;background:gold!important;border:1.5px solid #000!important;font-weight:600!important}.hero-btn-ghost:hover{transform:translateY(-3px);box-shadow:0 10px 32px #d4a01766}@keyframes goldGlowPulse{0%{box-shadow:0 6px 20px #d4a01759,0 0 #d4a01733}50%{box-shadow:0 10px 30px #d4a0178c,0 0 0 10px #d4a01700}to{box-shadow:0 6px 20px #d4a01759,0 0 #d4a01700}}@keyframes whiteGlowPulse{0%{box-shadow:0 6px 20px #ffffff40,0 0 #fff3}50%{box-shadow:0 10px 30px #ffffff73,0 0 0 10px #fff0}to{box-shadow:0 6px 20px #ffffff40,0 0 #fff0}}.hero-trust-badge-wrap{margin-top:42px;display:flex}.hero-trust-anim{opacity:0;animation:1s cubic-bezier(.19,1,.22,1) .92s forwards heroFadeUp;transform:translateY(20px)}.hero-trust-badge{-webkit-backdrop-filter:blur(10px);color:#ffffffd9;font-family:var(--font-body);font-size:var(--fs-body-sm);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:40px;flex-wrap:wrap;align-items:center;gap:16px;padding:10px 24px;transition:all .4s;display:inline-flex;box-shadow:0 4px 20px #0000001f}.hero-trust-badge:hover{background:#ffffff14;border-color:#ffffff2e;transform:translateY(-2px);box-shadow:0 6px 25px #0003}.hero-trust-item{align-items:center;gap:5px;display:flex}.bullet-dot{color:#d4a01799;font-size:16px}.hero-gold-text{color:#d4a017;font-weight:700}.hero-scroll-indicator{cursor:pointer;z-index:5;opacity:0;flex-direction:column;align-items:center;gap:8px;transition:transform .3s,opacity .3s;animation:1s cubic-bezier(.19,1,.22,1) 1.15s forwards heroFadeUp;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.hero-scroll-indicator:hover{transform:translate(-50%,-4px)}.mouse-wheel-container{border:2px solid #fff6;border-radius:12px;justify-content:center;width:24px;height:38px;transition:border-color .3s;display:flex;position:relative}.hero-scroll-indicator:hover .mouse-wheel-container{border-color:#d4a017}.mouse-wheel-dot{background-color:#d4a017;border-radius:2px;width:4px;height:8px;animation:2s ease-in-out infinite scrollWheel;position:absolute;top:6px}.scroll-label{text-transform:uppercase;letter-spacing:2px;color:#ffffff8c;font-size:10px;font-weight:600;transition:color .3s}.hero-scroll-indicator:hover .scroll-label{color:#d4a017}@keyframes scrollWheel{0%{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero-stats{gap:32px;margin-top:52px;display:flex}.hero-stat-num{font-family:var(--font-display);color:var(--teal-dark);font-size:36px;font-weight:600;line-height:1}.hero-stat-label{color:var(--text-light);margin-top:4px;font-size:12px}.hero-visual{justify-content:flex-end;align-items:center;width:100%;display:flex;position:relative;overflow:visible}@media (width>=993px){.hero-visual{transform:translate(120px)}}.hero-orb{filter:blur(48px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.hero-orb-1{background:radial-gradient(circle,#d4a01738 0%,#0000 70%);width:340px;height:340px;animation:5s ease-in-out infinite alternate orbPulse;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-orb-2{background:radial-gradient(circle,#002a2a24 0%,#0000 70%);width:200px;height:200px;animation:7s ease-in-out infinite alternate orbFloat;top:10%;right:5%}.hero-orb-3{background:radial-gradient(circle,#d4a01726 0%,#0000 70%);width:150px;height:150px;animation:6s ease-in-out 1s infinite alternate orbFloat;bottom:8%;left:8%}@keyframes orbPulse{0%{opacity:.7;transform:translate(-50%,-50%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1.08)}}@keyframes orbFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}.hero-img{z-index:1;object-fit:contain;filter:drop-shadow(0 24px 48px #d4a0172e)drop-shadow(0 8px 20px #002a2a1a);width:100%;max-width:100%;height:auto;animation:6s ease-in-out infinite alternate heroImgFloat,1s cubic-bezier(.22,1,.36,1) .3s both heroFadeUp;display:block;position:relative}@media (width>=993px){.hero-img{width:115%;max-width:115%}}@keyframes heroImgFloat{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.stats-section-grid{grid-template-columns:1.2fr 2fr;align-items:center;gap:48px;display:grid}.stats-cards-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.services-overview-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.psychotherapy-benefits-grid{grid-template-columns:1.2fr 1fr;align-items:center;gap:48px;display:grid}.process-steps-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.why-choose-grid{grid-template-columns:1fr 1.2fr;align-items:center;gap:48px;display:grid}.choose-points-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.founder-section-grid{grid-template-columns:1fr 1.5fr;align-items:center;gap:48px;display:grid}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.orb-main{background:radial-gradient(circle at 35% 35%,#fffffff2,#f1f5f999 50%,#d4a01726);border:1.5px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;animation:6s ease-in-out infinite orbFloat;display:flex;box-shadow:0 20px 80px #002a2a14,inset 0 2px #ffffffe6,0 0 0 1px #ffffff4d}.orb-inner{text-align:center;padding:40px}.orb-icon{filter:drop-shadow(0 4px 12px #5aa0b44d);margin-bottom:16px;font-size:56px}.orb-text{font-family:var(--font-display);color:var(--teal-dark);font-size:20px;font-style:italic;line-height:1.4}.orb-bubble{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:var(--teal-dark);background:#ffffff8c;border:1px solid #ffffffbf;border-radius:16px;padding:12px 18px;font-size:13px;font-weight:500;position:absolute;box-shadow:0 4px 20px #5aa0b426}.orb-bubble-1{animation:4s ease-in-out infinite bubbleFloat1;top:30px;right:-20px}.orb-bubble-2{animation:5s ease-in-out infinite bubbleFloat2;bottom:60px;left:-30px}.orb-bubble-3{animation:3.5s ease-in-out infinite reverse bubbleFloat1;bottom:20px;right:10px}@keyframes bubbleFloat1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes bubbleFloat2{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.features-strip{grid-template-columns:repeat(3,1fr);gap:20px;padding:32px 0 60px;display:grid}.feature-card{text-align:center;padding:28px;transition:transform .3s}.feature-card:hover{transform:translateY(-4px)}.feature-icon{margin-bottom:12px;font-size:32px}.feature-card h3{font-family:var(--font-display);color:var(--text-dark);margin-bottom:8px;font-size:20px;font-weight:600}.feature-card p{color:var(--text-mid);font-size:14px;line-height:1.6}.about-hero{grid-template-columns:1fr 1fr;align-items:center;gap:72px;padding:80px 0 60px;display:grid}.about-image-wrap{position:relative}.about-img-card{text-align:center;padding:40px}.about-portrait{background:var(--white);border:2px solid var(--teal);object-fit:cover;border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;margin:0 auto 20px;font-size:80px;display:flex;box-shadow:0 8px 40px #002a2a1f}.about-name{font-family:var(--font-display);color:var(--text-dark);font-size:26px;font-weight:600}.about-title{color:var(--teal);letter-spacing:1px;margin:4px 0 16px;font-size:14px}.about-badge-row{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:12px;display:flex}.about-badge{color:var(--teal-dark);background:#ffffff80;border:1px solid #ffffffb3;border-radius:20px;padding:6px 14px;font-size:11px;font-weight:500}.about-values{grid-template-columns:1fr 1fr;gap:16px;margin-top:32px;display:grid}.value-item{border-radius:16px;padding:20px}.value-icon{margin-bottom:8px;font-size:24px}.value-title{color:var(--text-dark);margin-bottom:4px;font-size:14px;font-weight:600}.value-desc{color:var(--text-mid);font-size:13px;line-height:1.5}.services-header{text-align:center;padding:80px 0 48px}.services-grid{grid-template-columns:repeat(2,1fr);gap:24px;padding-bottom:80px;display:grid}.service-card{cursor:default;padding:36px;transition:transform .3s}.service-card:hover{transform:translateY(-6px)}.service-icon{margin-bottom:18px;font-size:40px}.service-card h3{font-family:var(--font-display);color:var(--text-dark);margin-bottom:12px;font-size:24px;font-weight:600}.service-card p{color:var(--text-mid);margin-bottom:20px;font-size:15px;line-height:1.7}.service-tags{flex-wrap:wrap;gap:8px;display:flex}.service-tag{color:var(--teal-dark);background:#d4a0171f;border:1px solid #d4a01740;border-radius:12px;padding:5px 12px;font-size:12px;font-weight:500}.approach-header{text-align:center;padding:80px 0 56px}.approach-steps{flex-direction:column;gap:24px;max-width:800px;margin:0 auto;padding-bottom:80px;display:flex}.step-card{grid-template-columns:80px 1fr;align-items:start;gap:28px;padding:32px;display:grid}.step-num{background:var(--teal-dark);border:1.5px solid var(--teal);width:64px;height:64px;font-family:var(--font-display);color:var(--teal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:24px;font-weight:600;display:flex;box-shadow:0 4px 16px #002a2a26}.step-content h3{font-family:var(--font-display);color:var(--text-dark);margin-bottom:10px;font-size:26px;font-weight:600}.step-content p{color:var(--text-mid);font-size:15px;line-height:1.7}.approach-quote{text-align:center;max-width:700px;margin-bottom:80px;margin-left:auto;margin-right:auto;padding:48px}.quote-mark{font-family:var(--font-display);color:var(--teal-light);margin-bottom:20px;font-size:80px;line-height:.5;display:block}.quote-text{font-family:var(--font-display);color:var(--text-dark);font-size:26px;font-style:italic;line-height:1.5}.contact-wrap{grid-template-columns:1fr 1fr;align-items:start;gap:48px;padding:80px 0;display:grid}.contact-info h2{font-family:var(--font-display);color:var(--text-dark);margin-bottom:16px;font-size:48px;font-weight:300}.contact-info>p{color:var(--text-mid);margin-bottom:40px;font-size:16px;line-height:1.7}.contact-detail{border-radius:16px;align-items:center;gap:16px;margin-bottom:12px;padding:20px 24px;display:flex}.contact-detail-icon{background:var(--teal-dark);border:1px solid var(--teal);width:48px;height:48px;color:var(--teal);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;display:flex}.contact-detail-text strong{color:var(--text-dark);margin-bottom:2px;font-size:14px;display:block}.contact-detail-text span{color:var(--text-mid);font-size:14px}.contact-form{padding:40px}.contact-form h3{font-family:var(--font-display);color:var(--text-dark);margin-bottom:24px;font-size:28px;font-weight:600}.form-group{margin-bottom:18px}.form-group label{color:var(--text-mid);letter-spacing:.5px;margin-bottom:7px;font-size:13px;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{width:100%;font-family:var(--font-body);color:var(--text-dark);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff80;border:1.5px solid #ffffffb3;border-radius:14px;outline:none;padding:13px 18px;font-size:14px;transition:all .25s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--teal);background:#ffffffd9;box-shadow:0 0 0 3px #d4a01726}.form-group textarea{resize:vertical;min-height:110px}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.footer{z-index:1;background:var(--teal-dark);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);color:#ffffffd9;margin-top:0;padding:48px 0 28px;position:relative}.footer-inner{border-bottom:1px solid #ffffff1f;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:28px;margin-bottom:24px;padding-bottom:36px;display:grid}.footer-logo-text{font-family:var(--font-display);letter-spacing:2px;color:var(--teal-light);margin-bottom:6px;font-size:18px;font-weight:600}.footer-brand p{color:#ffffff8c;max-width:240px;margin-top:8px;font-size:11px;line-height:1.6}.footer-brand .footer-contact-info{flex-direction:column;gap:8px;margin-top:16px;display:flex}.footer-brand .footer-contact-info a,.footer-brand .footer-contact-info span{color:#ffffffa6;align-items:center;gap:6px;font-size:11px;text-decoration:none;display:flex}.footer-brand .footer-contact-info a:hover{color:var(--teal-light)}.footer-col h4{letter-spacing:1.2px;text-transform:uppercase;color:var(--teal-light);margin-bottom:14px;font-size:11px;font-weight:600}.footer-col ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.footer-col ul li{margin-bottom:0}.footer-col ul li a{color:#fff9;cursor:pointer;font-size:11.5px;text-decoration:none;transition:color .2s;display:inline-block}.footer-col ul li a:hover{color:var(--teal-light)}.footer-bottom{color:#fff6;justify-content:space-between;align-items:center;font-size:11px;display:flex}@media (width<=1024px){.footer-inner{grid-template-columns:1.5fr 1fr 1fr;gap:32px}}@media (width<=600px){.footer-inner{grid-template-columns:1fr;gap:24px}}@media (width<=992px){.hero{text-align:center;grid-template-columns:1fr!important;gap:32px!important;padding:30px 0!important}.hero-visual{justify-content:center!important}.hero-desc{margin-left:auto;margin-right:auto}.hero-actions,.hero-stats{justify-content:center}.stats-section-grid,.psychotherapy-benefits-grid,.why-choose-grid,.founder-section-grid{gap:32px;grid-template-columns:1fr!important}.stats-cards-grid,.services-overview-grid,.testimonials-grid,.process-steps-grid{grid-template-columns:repeat(2,1fr)!important}.about-hero,.services-grid{grid-template-columns:1fr}}@media (width<=1024px){.navbar{padding:12px 20px}.nav-links{display:none!important}.nav-cta{margin-right:12px;white-space:nowrap!important;display:inline-flex!important}}@media (width<=768px){.navbar{padding:10px 16px!important}.nav-logo-img{height:34px!important;transform:scale(1.1)!important}.nav-logo-text span:first-child{font-size:16px!important}.nav-logo-text span:last-child{font-size:8px!important}.nav-cta{white-space:nowrap!important;border-radius:16px!important;min-height:30px!important;margin-right:10px!important;padding:6px 12px!important;font-size:10px!important}.mobile-menu-btn{width:20px!important;height:14px!important}.mobile-menu-btn span{width:20px!important;height:2px!important}.mobile-menu-btn.open span:first-child{transform:translateY(6px)rotate(45deg)!important}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)!important}.container{padding:0 18px!important}.stats-cards-grid,.services-overview-grid,.process-steps-grid,.choose-points-grid,.testimonials-grid{grid-template-columns:1fr!important}.features-strip,.contact-wrap,.footer-inner,.form-row,.about-values{grid-template-columns:1fr}}.navbar.scrolled{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #d4a01740;padding:12px 48px;box-shadow:0 8px 32px #00000040;background:#002a2af5!important}.navbar.scrolled .nav-logo-text span:first-child{color:#fff!important}.navbar.scrolled .nav-logo-text span:last-child{color:#f7c04a!important}.navbar.scrolled .nav-links a{color:#fffc!important}.navbar.scrolled .nav-links a:hover,.navbar.scrolled .nav-links a.active{color:var(--teal)!important;background:#ffffff14!important}.navbar.scrolled .nav-cta{color:var(--teal-dark)!important;background:gold!important;border:1.5px solid #000!important;box-shadow:0 4px 12px #ffd70033!important}.navbar.scrolled .nav-cta:hover{background:var(--white)!important;color:var(--teal-dark)!important;box-shadow:0 6px 16px #ffffff4d!important}.navbar.scrolled .mobile-menu-btn span{background:#fff!important}@media (width<=1024px){.navbar.scrolled{padding:10px 20px}}.mobile-menu-btn{cursor:pointer;z-index:110;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none!important}.mobile-menu-btn span{background:var(--teal-dark);border-radius:2px;width:24px;height:2px;transition:all .3s cubic-bezier(.16,1,.3,1)}.mobile-menu-btn.open span:first-child{transform:translateY(8px)rotate(45deg);background:#d4a017!important}.mobile-menu-btn.open span:nth-child(2){opacity:0}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg);background:#d4a017!important}.mobile-drawer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:105;background:#f7f1e4fa;border-left:none;border-right:1px solid #002a2a14;flex-direction:column;gap:28px;width:280px;height:100vh;padding:96px 32px 40px;transition:left .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:-280px;right:auto;box-shadow:10px 0 30px #002a2a14}.mobile-drawer.open{left:0;right:auto}.mobile-drawer-links{flex-direction:column;gap:16px;list-style:none;display:flex}.mobile-drawer-links a{letter-spacing:1.5px;text-transform:uppercase;color:var(--text-dark);cursor:pointer;border-bottom:1px solid #002a2a0d;padding:10px 0;font-size:14px;font-weight:600;text-decoration:none;transition:color .25s,padding-left .25s;display:block}.mobile-drawer-links a:hover,.mobile-drawer-links a.active{color:var(--teal);padding-left:6px}.mobile-drawer-cta{text-align:center;margin-top:10px}@media (width<=1024px){.mobile-menu-btn{display:flex!important}}.glass{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1)}.glass:hover{border-color:#d4a01759;transform:translateY(-5px);box-shadow:0 16px 40px #002a2a1a,inset 0 2px 12px #fff9}.glass-strong{transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1)}.glass-strong:hover{border-color:#d4a01766;transform:translateY(-6px);box-shadow:0 20px 48px #002a2a26,inset 0 2px 16px #ffffffb3}.feature-card{cursor:pointer}.feature-card div{transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.feature-card:hover div{transform:scale(1.18)rotate(3deg)}.service-card{cursor:pointer;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s cubic-bezier(.16,1,.3,1)}.service-card:hover{border-color:#d4a01759;transform:translateY(-6px);box-shadow:0 16px 40px #002a2a1a,inset 0 2px 12px #fff9}.service-card .service-icon{transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.service-card:hover .service-icon{transform:scale(1.18)rotate(3deg)}.responsive-stats-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}@media (width<=900px){.responsive-stats-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.responsive-stats-grid{grid-template-columns:repeat(2,1fr)}}.responsive-services-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media (width<=992px){.responsive-services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.responsive-services-grid{grid-template-columns:1fr}}.responsive-values-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:900px;margin:0 auto;display:grid}@media (width<=900px){.responsive-values-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.responsive-values-grid{grid-template-columns:1fr}}.responsive-expertise-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=900px){.responsive-expertise-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.responsive-expertise-grid{grid-template-columns:1fr}}.responsive-process-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (width<=992px){.responsive-process-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.responsive-process-grid{grid-template-columns:1fr}}.responsive-philosophy-grid{grid-template-columns:1fr 1.25fr;align-items:center;gap:60px;display:grid}@media (width<=900px){.responsive-philosophy-grid{text-align:center;grid-template-columns:1fr;gap:32px}.responsive-philosophy-grid .section-sub{margin-left:auto;margin-right:auto}}.philosophy-gif-card{cursor:pointer;filter:drop-shadow(0 20px 40px #d4a01740)drop-shadow(0 10px 20px #4a9ead26);border:2px solid #d4a01773;border-radius:32px;width:100%;max-width:680px;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s,filter .5s,border-color .5s;animation:6s ease-in-out infinite floatPhilosophyCard;position:relative;overflow:hidden;box-shadow:0 25px 60px #d4a01738,0 10px 30px #00000026}.philosophy-gif-card:hover{filter:drop-shadow(0 25px 55px #d4a01773)drop-shadow(0 12px 30px #4a9ead4d);border-color:#d4a017d9;transform:translateY(-10px)scale(1.03);box-shadow:0 35px 80px #d4a01759,0 15px 40px #0003}@keyframes floatPhilosophyCard{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.responsive-about-hero{grid-template-columns:1fr 1.2fr;align-items:center;gap:60px;padding:80px 0 60px;display:grid}@media (width<=900px){.responsive-about-hero{text-align:center;grid-template-columns:1fr;gap:40px}}.responsive-contact-wrap{grid-template-columns:1fr 1fr;align-items:start;gap:48px;padding:80px 0;display:grid}@media (width<=900px){.responsive-contact-wrap{grid-template-columns:1fr;gap:32px}}.responsive-services-page-grid{grid-template-columns:repeat(2,1fr);gap:24px;padding-bottom:80px;display:grid}@media (width<=900px){.responsive-services-page-grid{grid-template-columns:1fr}}.faq-item-body{opacity:0;max-height:0;padding:0 20px;transition:max-height .4s cubic-bezier(.16,1,.3,1),opacity .4s cubic-bezier(.16,1,.3,1),padding .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.faq-item-body.open{opacity:1;border-top:1px solid #002a2a0d;max-height:350px;padding:0 20px 16px}@media (width<=600px){.step-card{text-align:center;grid-template-columns:1fr;justify-items:center;gap:16px;padding:24px 20px}}@keyframes formSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dark-band-section{background:var(--teal-dark);color:var(--white);border-radius:24px;margin:60px 0;padding:64px 48px;box-shadow:0 16px 40px #002a2a1f}.dark-band-section h2,.dark-band-section h3{color:var(--white)!important}.dark-band-section p{color:#fffc!important}.growth-process-section{background:var(--teal-dark);color:var(--white);text-align:center;border-radius:24px;margin:32px 0;padding:16px 48px 20px;position:relative;box-shadow:0 16px 40px #002a2a1f}.growth-process-section .process-header{margin-bottom:12px}.growth-process-section .process-header .section-title{font-family:var(--font-display);color:var(--white);font-size:clamp(36px,4.5vw,54px);font-weight:300;line-height:1.15}.process-divider-top{align-items:center;width:100%;max-width:1200px;margin:0 auto 6px;padding:0 48px;display:flex}.process-divider-top .divider-line{background:linear-gradient(90deg,#0000,#d4a01773 20% 80%,#0000);flex:1;height:1px}.process-divider-top .bead-group{align-items:center;gap:6px;padding:0 16px;display:flex}.process-divider-top .bead{background:#d4a017;border-radius:50%;display:inline-block}.process-divider-top .bead.small{width:4px;height:4px}.process-divider-top .bead.large{border:1px solid #d4a01799;width:10px;height:10px;box-shadow:0 0 4px #d4a0174d}.process-illustrations-container{max-width:1200px;margin:0 auto;padding:0 48px;position:relative}.process-columns-grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:0;display:grid;position:relative}.process-column{text-align:center;flex-direction:column;align-items:center;padding:0 16px;display:flex}.process-img-wrapper{justify-content:center;align-items:center;width:100%;height:140px;margin-bottom:8px;display:flex;position:relative}.process-img{object-fit:contain;filter:drop-shadow(0 12px 28px #d4a01747)drop-shadow(0 4px 12px #4a9ead33);z-index:2;max-width:100%;max-height:125px;transition:transform .4s cubic-bezier(.16,1,.3,1),filter .4s}.process-columns-grid .process-column:first-child .process-img{max-height:130px;animation:5s ease-in-out infinite floatChild1}.process-columns-grid .process-column:first-child .process-img:hover{filter:drop-shadow(0 16px 36px #d4a01773)}.process-columns-grid .process-column:nth-child(2) .process-img{max-height:145px;animation:6s ease-in-out .4s infinite floatChild2}.process-columns-grid .process-column:nth-child(2) .process-img:hover{filter:drop-shadow(0 16px 36px #d4a01773)}.process-columns-grid .process-column:nth-child(3) .process-img{max-height:130px;animation:5.5s ease-in-out .2s infinite floatChild3}.process-columns-grid .process-column:nth-child(3) .process-img:hover{filter:drop-shadow(0 16px 36px #d4a01773)}@keyframes floatChild1{0%{transform:translateY(-4px)}50%{transform:translateY(-16px)}to{transform:translateY(-4px)}}@keyframes floatChild2{0%{transform:translateY(-4px)scale(1.2)}50%{transform:translateY(-18px)scale(1.2)}to{transform:translateY(-4px)scale(1.2)}}@keyframes floatChild3{0%{transform:translateY(-4px)}50%{transform:translateY(-16px)}to{transform:translateY(-4px)}}.process-col-title{font-family:var(--font-display);color:#c5b48c;letter-spacing:.8px;margin:0;font-size:30px;font-weight:700}.process-col-divider{justify-content:center;align-items:center;width:100%;height:1px;margin:4px 0 8px;display:flex;position:relative}.process-col-divider:before{content:"";z-index:1;background:#d4a01773;height:1px;position:absolute;top:50%;left:0;right:0}.col-divider-bead{border:2.5px solid var(--teal-dark);z-index:2;background:#d4a017;border-radius:50%;width:9px;height:9px;box-shadow:0 0 6px #d4a01766}.process-col-desc{font-family:var(--font-body);color:#ffffffd9;max-width:270px;margin:0 auto;font-size:13px;line-height:1.7}@media (width<=992px){.process-line-behind{display:none}.growth-process-section{padding:16px 24px 20px!important}.process-columns-grid{grid-template-columns:1fr;gap:40px!important}.process-column{padding:0}.process-img-wrapper{height:110px!important;margin-bottom:4px!important}.process-img{max-height:95px!important}.process-columns-grid .process-column:first-child .process-img{max-height:100px!important;animation:4s ease-in-out infinite floatChildMobile1!important}.process-columns-grid .process-column:nth-child(2) .process-img{max-height:110px!important;animation:4.5s ease-in-out .3s infinite floatChildMobile2!important}.process-columns-grid .process-column:nth-child(3) .process-img{max-height:100px!important;animation:4.2s ease-in-out .15s infinite floatChildMobile3!important}.process-col-title{font-size:24px!important}.process-col-divider:before{left:20%;right:20%}.process-divider-top{margin-bottom:24px!important;padding:0 16px!important}.process-col-desc{max-width:320px!important;font-size:12.5px!important}}@media (width<=576px){.growth-process-section{margin:20px 0!important;padding:16px 16px 20px!important}.process-columns-grid{gap:32px!important}.process-col-title{font-size:20px!important}.process-img-wrapper{height:95px!important}.process-img{max-height:80px!important}.process-columns-grid .process-column:first-child .process-img{max-height:85px!important}.process-columns-grid .process-column:nth-child(2) .process-img{max-height:95px!important}.process-columns-grid .process-column:nth-child(3) .process-img{max-height:85px!important}.process-col-divider:before{left:15%;right:15%}}@keyframes floatChildMobile1{0%{transform:translateY(-2px)}50%{transform:translateY(-8px)}to{transform:translateY(-2px)}}@keyframes floatChildMobile2{0%{transform:translateY(-2px)scale(1.15)}50%{transform:translateY(-9px)scale(1.15)}to{transform:translateY(-2px)scale(1.15)}}@keyframes floatChildMobile3{0%{transform:translateY(-2px)}50%{transform:translateY(-8px)}to{transform:translateY(-2px)}}.support-areas-editorial-grid{grid-template-columns:repeat(3,1fr);gap:16px 48px;margin-top:48px;display:grid}@media (width<=900px){.support-areas-editorial-grid{grid-template-columns:repeat(2,1fr);gap:12px 32px}}@media (width<=600px){.support-areas-editorial-grid{grid-template-columns:1fr;gap:8px}}@media (hover:hover){.support-areas-editorial-grid:hover .support-area-item{opacity:.22;filter:blur(1.5px);transform:scale(.96)}}.support-area-item{cursor:pointer;box-shadow:none;z-index:1;background:0 0;border:none;border-bottom:1px solid #d4a01726;border-radius:0;align-items:center;gap:16px;padding:18px 8px;transition:all .45s cubic-bezier(.25,1,.3,1);display:flex;position:relative;overflow:hidden}@media (hover:hover){.support-areas-editorial-grid .support-area-item:hover{border-bottom-color:var(--teal);padding-left:14px;transform:scale(1.06)translateY(-4px);opacity:1!important;filter:blur()!important}}.support-area-item:before{content:"";z-index:-1;pointer-events:none;background:linear-gradient(90deg,#0000,#d4a01708 25%,#d4a0171f 50%,#d4a01708 75%,#0000 100%) 0 0/200% 100%;transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.support-area-item:hover:before{animation:1.8s linear infinite magicShimmerSwipe;transform:translate(100%)}@keyframes magicShimmerSwipe{0%{background-position:-200% 0}to{background-position:200% 0}}.support-area-icon-wrap{width:auto;height:auto;box-shadow:none;background:0 0;border:none;justify-content:center;align-items:center;font-size:24px;transition:transform .4s cubic-bezier(.25,1,.3,1);display:flex}.support-area-item:hover .support-area-icon-wrap{transform:scale(1.28)rotate(10deg)}.support-area-content{align-items:center;gap:10px;display:flex}.support-area-num{font-family:var(--font-display);color:var(--teal);opacity:.65;font-size:18px;font-style:italic;font-weight:500;transition:opacity .3s}.support-area-item:hover .support-area-num{opacity:1}.support-area-title{font-family:var(--font-body);color:var(--text-dark);letter-spacing:.2px;font-size:15.5px;font-weight:600;transition:color .3s}.support-area-item:hover .support-area-title{color:var(--teal-dark);text-shadow:0 0 10px #d4a01726}.support-area-chevron{color:var(--teal);opacity:.3;margin-left:auto;font-size:16px;transition:all .3s cubic-bezier(.16,1,.3,1);transform:translate(-4px)}.support-area-item:hover .support-area-chevron{opacity:1;color:var(--teal-dark);transform:translate(6px)}.constellation-section{overflow:visible;padding:20px 0!important}.constellation-container-desktop{justify-content:center;align-items:center;width:100%;min-height:560px;padding:0;display:flex;overflow:visible}.constellation-container-mobile{display:none!important}.constellation-mobile-detail-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;background:#ffffffa6;border:1px solid #d4a01733;border-radius:20px;margin-top:24px;padding:24px;box-shadow:0 10px 30px #002a2a0a}.constellation-wheel{transform-origin:50%;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:relative;flex-shrink:0!important;width:560px!important;height:560px!important}.constellation-orbit{pointer-events:none;border:1.5px dashed #d4a0172e;border-radius:50%;position:absolute;top:50%;left:50%}.orbit-outer{filter:drop-shadow(0 0 4px #d4a01726);width:400px;height:400px;margin-top:-200px;margin-left:-200px;animation:120s linear infinite rotateOrbit}.orbit-inner{opacity:.6;filter:drop-shadow(0 0 3px #d4a0171a);border-style:dotted;width:260px;height:260px;margin-top:-130px;margin-left:-130px;animation:80s linear infinite reverse rotateOrbit}@keyframes rotateOrbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.constellation-particles{opacity:.45;pointer-events:none;background-image:radial-gradient(circle,#d4a01740 1.5px,#0000 1.5px);background-size:30px 30px;border-radius:50%;animation:6s ease-in-out infinite alternate twinkleParticles;position:absolute;inset:40px}@keyframes twinkleParticles{0%{opacity:.25;transform:scale(.98)}to{opacity:.55;transform:scale(1.02)}}.constellation-svg-lines{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:visible}.constellation-line{stroke:#d4a01726;stroke-width:1.5px;transition:all .4s}.constellation-line.active{stroke:#d4a017;stroke-width:3.5px;stroke-linecap:round;filter:drop-shadow(0 0 8px #d4a017b3);stroke-dasharray:8 16;animation:1.2s linear infinite lightPulse}@keyframes lightPulse{0%{stroke-dashoffset:24px}to{stroke-dashoffset:0}}.constellation-center-node{z-index:10;justify-content:center;align-items:center;width:220px;height:220px;margin-top:-110px;margin-left:-110px;display:flex;position:absolute;top:50%;left:50%}.constellation-center-glow{pointer-events:none;background:radial-gradient(circle,#d4a01740 0%,#fff0 70%);border-radius:50%;animation:4s ease-in-out infinite alternate breatheGlow;position:absolute;inset:-15px}@keyframes breatheGlow{0%{opacity:.6;transform:scale(.95)}to{opacity:1;transform:scale(1.05)}}@keyframes scaleCenterNode{0%{opacity:0;filter:blur(4px);transform:scale(.8)rotate(-4deg)}70%{opacity:.9;transform:scale(1.05)rotate(1deg)}to{opacity:1;filter:blur();transform:scale(1)rotate(0)}}.constellation-center-content{-webkit-backdrop-filter:blur(16px);text-align:center;box-sizing:border-box;z-index:2;background:#ffffffd1;border:2px solid #d4a01773;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:16px 20px;animation:.6s cubic-bezier(.175,.885,.32,1.275) both scaleCenterNode;display:flex;box-shadow:0 20px 50px #002a2a26,inset 0 4px 12px #ffffffe6,0 0 30px #d4a0171a}.center-node-icon{filter:drop-shadow(0 2px 4px #0000001a);margin-bottom:4px;font-size:28px;transition:transform .3s}.center-node-title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:4px;font-size:18px;font-weight:700;line-height:1.2}.center-node-desc{color:var(--text-mid);height:auto;max-height:52px;margin-bottom:6px;font-size:11px;line-height:1.45;overflow:hidden}.center-node-btn{margin-top:2px!important;padding:clamp(4px,.4vw,6px) clamp(10px,1vw,14px)!important;font-size:clamp(8px,.75vw,9.5px)!important}.constellation-node-item{cursor:pointer;z-index:5;flex-direction:column;justify-content:center;align-items:center;width:60px;height:60px;transition:all .4s cubic-bezier(.25,1,.35,1);display:flex;position:absolute}.node-icon{-webkit-backdrop-filter:blur(8px);background:#fffc;border:1.5px solid #d4a01733;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:24px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 15px #002a2a08}.node-label{white-space:nowrap;font-family:var(--font-body);color:#000;-webkit-backdrop-filter:blur(6px);opacity:.85;background:#ffffffe6;border:1.5px solid #d4a01726;border-radius:12px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .4s cubic-bezier(.16,1,.3,1);position:absolute;top:58px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #002a2a08}.constellation-node-item:hover .node-icon,.constellation-node-item.active .node-icon{background:linear-gradient(135deg,#faf2e2 0%,#d4a017 100%);border-color:#d4a017;transform:scale(1.3)translateY(-4px);box-shadow:0 12px 30px #d4a01773,0 0 15px #d4a0174d}.constellation-node-item:hover .node-label,.constellation-node-item.active .node-label{color:#000;opacity:1;background:#fff;border-color:#d4a017;font-weight:700;transform:translate(-50%)translateY(3px);box-shadow:0 6px 16px #d4a01733}.constellation-mobile-detail-wrapper{display:none}@media (width<=1023px){.constellation-container-desktop{height:476px!important;min-height:476px!important}.constellation-wheel{transform:scale(.85)}.constellation-mobile-detail-wrapper{box-sizing:border-box;width:100%;max-width:480px;margin:12px auto 0;padding:0 16px;display:block}.center-node-desc,.center-node-btn{display:none!important}.constellation-center-content{padding:10px!important}.explore-options-mobile-btn{justify-content:center;width:100%;padding:clamp(8px,2vw,12px) clamp(16px,4vw,24px)!important;font-size:clamp(11px,2.8vw,13px)!important}.center-node-title{margin-bottom:0!important;font-size:13px!important}.center-node-icon{margin-bottom:2px!important;font-size:24px!important}.constellation-node-item{width:44px!important;height:44px!important}.node-icon{width:38px!important;height:38px!important;font-size:18px!important}.node-label{border-radius:8px!important;padding:2px 6px!important;font-size:8.5px!important;top:42px!important}.constellation-node-item:hover .node-icon,.constellation-node-item.active .node-icon{transform:scale(1.2)translateY(-2px)!important}.constellation-node-item:hover .node-label,.constellation-node-item.active .node-label{transform:translate(-50%)translateY(1px)!important}}@media (width<=768px){.constellation-section{padding:10px 0 20px!important}.constellation-container-desktop{height:403px!important;min-height:403px!important;margin-top:-15px!important}.constellation-wheel{transform:scale(.72)}}@media (width<=480px){.constellation-container-desktop{height:325px!important;min-height:325px!important;margin-top:-20px!important}.constellation-wheel{transform:scale(.58)}}@media (width<=380px){.constellation-container-desktop{height:286px!important;min-height:286px!important;margin-top:-25px!important}.constellation-wheel{transform:scale(.51)}}.scope-quote-block{border:1px solid #d4a01733;border-top:3px solid var(--gold);text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-sizing:border-box;background:#ffffff9e;border-radius:16px;max-width:680px;margin:16px auto 0;padding:36px 48px;position:relative;box-shadow:0 12px 32px #002a2a08}.scope-quote-block:before{content:"“";font-family:var(--font-display);color:#d4a01729;pointer-events:none;font-size:80px;line-height:1;position:absolute;top:-12px;left:20px}.scope-quote-block:after{content:"”";font-family:var(--font-display);color:#d4a01729;pointer-events:none;font-size:80px;line-height:1;position:absolute;bottom:-46px;right:20px}.scope-quote-text{font-family:var(--font-display);color:var(--text-dark);z-index:1;margin:0;font-size:17.5px;font-style:italic;line-height:1.7;position:relative}.flat-badge{cursor:pointer;background:#ffffff80;border:1px solid #d4a01726;border-radius:20px;align-items:center;gap:16px;padding:18px 20px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #002a2a05}.flat-badge:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 10% 20%,#d4a0170f 0%,#0000 60%);transition:opacity .4s;position:absolute;inset:0}.flat-badge:hover{background:#ffffffe6;border-color:#d4a01780;transform:translateY(-4px)scale(1.01);box-shadow:0 12px 30px #d4a01717,inset 0 2px 8px #fffc}.flat-badge:hover:before{opacity:1}.flat-badge-icon-wrap{background:#d4a01712;border:1px solid #d4a0171f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex}.flat-badge:hover .flat-badge-icon-wrap{background:#d4a01726;border-color:#d4a0174d;transform:scale(1.15)rotate(5deg);box-shadow:0 4px 10px #d4a01726}.flat-badge-text{font-family:var(--font-body);color:var(--text-dark);letter-spacing:.3px;font-size:14px;font-weight:600;transition:color .3s}.flat-badge:hover .flat-badge-text{color:var(--teal-dark)}.flat-badge-arrow{color:#d4a01766;opacity:0;margin-left:auto;font-size:12px;transition:all .3s;transform:translate(4px)}.flat-badge:hover .flat-badge-arrow{opacity:1;color:var(--teal);transform:translate(0)}.editorial-divider{background:linear-gradient(90deg,#0000,#d4a01740 20% 80%,#0000);border:none;width:100%;height:1px;margin:16px 0}.editorial-divider-vertical{background:#d4a01733;width:1px;height:100%;display:block}.testimonial-flat{flex-direction:column;height:100%;padding:16px 20px;display:flex}.testimonial-grid-flat{grid-template-columns:1fr 1px 1fr 1px 1fr;gap:16px;display:grid}@media (width<=992px){.testimonial-grid-flat{grid-template-columns:1fr!important}.testimonial-grid-flat .editorial-divider-vertical{display:none}.testimonial-flat{border-bottom:1px solid #d4a01726;padding-bottom:24px}.testimonial-flat:last-child{border-bottom:none}}.flat-block{border-top:1px solid #d4a0172e;border-bottom:1px solid #d4a0172e;margin-bottom:80px;padding:48px 0}.scroll-parallax-orb{filter:blur(80px);pointer-events:none;z-index:0;opacity:.25;border-radius:50%;position:absolute}.orb-pos-1{background:radial-gradient(circle,#d4a01747 0%,#0000 70%);width:400px;height:400px;top:-80px;left:-150px}.orb-pos-2{background:radial-gradient(circle,#d4a0173d 0%,#0000 70%);width:500px;height:500px;top:120px;right:-200px}.orb-pos-3{background:radial-gradient(circle,#d4a01742 0%,#0000 70%);width:450px;height:450px;top:-60px;left:-200px}.parallax-scroll-gentle{position:relative}.parallax-scroll-section{position:relative;overflow:visible}.storytelling-section-wrapper{color:#002a2a;margin:60px 0;padding:70px 0 80px;position:relative;overflow:visible}.story-orb{pointer-events:none;z-index:0;filter:blur(70px);border-radius:50%;position:absolute}.story-orb-1{background:radial-gradient(circle,#d4a0172e 0%,#0000 70%);width:340px;height:340px;animation:8s ease-in-out infinite alternate storyOrbFloat;top:-80px;right:-60px}.story-orb-2{background:radial-gradient(circle,#002a2a1a 0%,#0000 70%);width:280px;height:280px;animation:10s ease-in-out infinite alternate-reverse storyOrbFloat;bottom:-60px;left:-80px}@keyframes storyOrbFloat{0%{transform:scale(1)translate(0)}to{transform:scale(1.15)translate(8px,-12px)}}.storytelling-header{z-index:2;text-align:center;max-width:760px;margin:0 auto 48px;padding:0 24px;position:relative}.storytelling-subtitle{font-family:var(--font-body);color:#002a2a99;letter-spacing:.4px;margin:0 0 24px;font-size:clamp(15px,1.8vw,18px)}.story-dot-nav{justify-content:center;align-items:center;gap:8px;margin-top:20px;display:flex}.story-dot{cursor:pointer;background:#002a2a33;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .4s cubic-bezier(.16,1,.3,1)}.story-dot.active{background:#d4a017;border-radius:4px;width:24px;height:8px;box-shadow:0 0 10px #d4a01773}.storytelling-container{z-index:2;grid-template-columns:400px 1fr;align-items:start;gap:60px;max-width:1100px;margin:0 auto;padding:0 48px;display:grid;position:relative}.storytelling-sticky-left{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:calc(100vh - 180px);display:flex;position:sticky;top:100px}.story-ring{display:none}@keyframes storyRingPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}.storytelling-image-frame{z-index:1;background:0 0;border-radius:20px;width:100%;height:480px;position:relative;overflow:hidden}.storytelling-image-frame:before{display:none}@keyframes shimmerBorder{0%{background-position:0%}to{background-position:200%}}.storytelling-image{object-fit:contain;opacity:0;z-index:1;will-change:opacity, transform;width:100%;height:100%;transition:opacity .75s cubic-bezier(.25,1,.5,1),transform 1.2s cubic-bezier(.25,1,.5,1);position:absolute;inset:0;transform:scale(1.06)translateY(6px)}.storytelling-image.active{opacity:1;z-index:2;transform:scale(1)translateY(0)}.story-img-label{z-index:5;pointer-events:none;background:linear-gradient(#0000 0%,#00121266 40%,#001212cc 100%);align-items:flex-end;gap:12px;padding:20px 20px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.story-img-num{font-family:var(--font-display);color:#d4a017;opacity:.85;font-size:36px;font-weight:300;line-height:1}.story-img-title{font-family:var(--font-body);color:#ffffffe6;letter-spacing:.8px;text-transform:uppercase;padding-bottom:4px;font-size:13px;font-weight:600}.story-side-dots{z-index:10;flex-direction:column;align-items:center;gap:6px;display:flex;position:absolute;top:50%;right:-24px;transform:translateY(-50%)}.story-side-dot{background:#002a2a33;border-radius:50%;width:6px;height:6px;transition:all .4s cubic-bezier(.16,1,.3,1);display:block}.story-side-dot.active{background:#d4a017;border-radius:3px;width:6px;height:18px;box-shadow:0 0 8px #d4a0178c}.storytelling-scroll-right{padding-left:40px;position:relative}.storytelling-progress-track{background:#002a2a14;border-radius:2px;width:2px;position:absolute;top:5%;bottom:5%;left:0}.storytelling-progress-bar{background:linear-gradient(#d4a017,#b8860b);border-radius:2px;width:100%;transition:height .55s cubic-bezier(.25,1,.5,1);position:absolute;top:0;left:0;box-shadow:0 0 8px #d4a01766}.storytelling-item{opacity:.18;cursor:pointer;will-change:opacity, transform;border-radius:20px;flex-direction:column;justify-content:center;min-height:36vh;margin-bottom:20vh;transition:all .55s cubic-bezier(.16,1,.3,1);display:flex;transform:translate(12px)scale(.98)}.storytelling-item:last-child{margin-bottom:10vh}.story-item-inner{background:0 0;border:1.5px solid #0000;border-radius:18px;padding:28px 32px;transition:all .55s cubic-bezier(.16,1,.3,1)}.storytelling-item.active{opacity:1;transform:translate(0)scale(1)}.storytelling-item.active .story-item-inner{-webkit-backdrop-filter:blur(16px);background:#002a2a;border-color:#d4a01773;box-shadow:0 24px 56px #002a2a1f,0 4px 16px #d4a0171a}.story-num{font-family:var(--font-display);color:#d4a017;opacity:.6;margin-bottom:10px;font-size:clamp(28px,3.5vw,42px);font-weight:300;line-height:1;transition:opacity .4s;display:block}.storytelling-item.active .story-num{opacity:1}.story-title{font-family:var(--font-display);color:#002a2a;letter-spacing:-.3px;margin:0 0 14px;font-size:clamp(22px,2.8vw,34px);font-weight:500;line-height:1.2;transition:color .4s}.storytelling-item.active .story-title{color:#fff}.story-desc{font-family:var(--font-body);color:#002a2aa6;max-width:440px;margin:0;font-size:clamp(14px,1.6vw,16px);line-height:1.8;transition:color .4s}.storytelling-item.active .story-desc{color:#faf7f2d9}.story-active-bar{background:linear-gradient(90deg,#d4a017,#f5cc55);border-radius:2px;width:48px;height:2px;margin-top:18px;animation:.5s cubic-bezier(.16,1,.3,1) forwards storyBarGrow;box-shadow:0 0 8px #d4a01780}@keyframes storyBarGrow{0%{opacity:0;width:0}to{opacity:1;width:48px}}@media (width<=900px){.storytelling-section-wrapper{border-radius:24px;margin:30px 0;padding:48px 16px 60px}.storytelling-container{grid-template-columns:1fr;gap:32px;padding:0 16px}.storytelling-sticky-left{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f1f5f9f2;border-radius:16px;height:auto;padding:12px 0;position:sticky;top:80px}.storytelling-image-frame{height:240px}.story-ring{height:264px}.story-side-dots,.storytelling-sticky-left:before{display:none}.storytelling-scroll-right{padding-left:28px}.storytelling-item{min-height:auto;margin-bottom:48px}.story-item-inner{padding:20px 16px}}.commitment-portrait-wrapper{border:2px solid var(--teal);background:#d4a0170d;border-radius:50%;justify-content:center;align-items:center;width:190px;height:190px;margin:0 auto 24px;transition:all .5s cubic-bezier(.16,1,.3,1);animation:5s ease-in-out infinite floatCommitment;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px #002a2a14,0 0 15px #d4a01733}.commitment-portrait-wrapper:after{content:"";pointer-events:none;opacity:.5;border-radius:50%;transition:opacity .5s;position:absolute;inset:0;box-shadow:inset 0 0 20px #d4a0174d}.commitment-portrait-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.commitment-portrait-wrapper:hover{border-color:#d4a017;transform:translateY(-6px)scale(1.04);box-shadow:0 20px 48px #002a2a26,0 0 25px #d4a01773}.commitment-portrait-wrapper:hover:after{opacity:.8}.commitment-portrait-wrapper:hover .commitment-portrait-img{transform:scale(1.1)}@keyframes floatCommitment{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.commitment-glow-wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.commitment-ambient-glow{filter:blur(24px);z-index:1;pointer-events:none;background:radial-gradient(circle,#d4a01738 0%,#002a2a0a 50%,#0000 70%);border-radius:50%;width:390px;height:390px;animation:5s ease-in-out infinite alternate pulseGlow;position:absolute}.commitment-glowing-ring{z-index:2;background:linear-gradient(135deg,#d4a01759 0%,#002a2a14 100%);border-radius:50%;padding:10px;transition:all .5s cubic-bezier(.16,1,.3,1);animation:6s ease-in-out infinite floatCommitment;position:relative;box-shadow:0 15px 45px #d4a01726,inset 0 0 15px #ffffff40}.commitment-glowing-ring:hover{background:linear-gradient(135deg,#d4a01780 0%,#002a2a26 100%);transform:scale(1.03)translateY(-4px);box-shadow:0 25px 60px #d4a01759,inset 0 0 25px #fff6}.commitment-circular-img{object-fit:cover;border:4px solid var(--white);border-radius:50%;width:360px;max-width:100%;height:360px;box-shadow:0 10px 30px #002a2a14}@keyframes pulseGlow{0%{opacity:.8;transform:scale(.95)}to{opacity:1.1;transform:scale(1.05)}}.commitment-content{padding-left:24px;position:relative}.commitment-lead-paragraph{font-family:var(--font-body);border-left:3px solid var(--teal);margin-bottom:20px;padding-left:20px;font-weight:500;color:var(--text-dark)!important;font-size:16px!important;line-height:1.85!important}@media (width<=900px){.commitment-content{margin-top:24px;padding-left:0}.commitment-lead-paragraph{padding-left:16px}}.story-journey-container{flex-direction:column;gap:16px;padding-left:0;display:flex;position:relative}.story-journey-line{z-index:0;background:#d4a01726;border-radius:4px;width:2px;position:absolute;top:20px;bottom:20px;left:39px}.story-journey-progress{background:linear-gradient(#d4a017,#e5b22d);border-radius:4px;width:100%;transition:height .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.story-journey-step{z-index:1;cursor:pointer;background:#ffffff59;border:1px solid #d4a01714;border-radius:20px;align-items:flex-start;gap:20px;padding:24px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #002a2a03}.story-journey-step:hover{background:#ffffff8c;border-color:#d4a01740;transform:translateY(-2px)}.story-journey-step.active{border-color:#d4a01773;box-shadow:0 24px 56px #002a2a1f,0 4px 16px #d4a0170f}.story-step-num-wrap{z-index:2;flex-shrink:0;position:relative}.story-step-num{width:32px;height:32px;color:var(--text-dark);font-family:var(--font-body);z-index:2;background:#fff9;border:1.5px solid #d4a01740;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.story-journey-step.active .story-step-num{color:#f7f1e4;background:#d4a017;border-color:#d4a017;box-shadow:0 0 12px #d4a01773}.story-step-num-glow{opacity:0;pointer-events:none;border:1.5px solid #d4a01726;border-radius:50%;transition:all .5s cubic-bezier(.16,1,.3,1);position:absolute;inset:-6px;transform:scale(.8)}.story-journey-step.active .story-step-num-glow{opacity:1;animation:2s infinite numPulse;transform:scale(1)}@keyframes numPulse{0%{opacity:.8;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}to{opacity:0;transform:scale(1)}}.story-step-content{z-index:2;flex-grow:1;position:relative}.story-step-tag{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-light);margin-bottom:4px;font-size:10px;font-weight:700;transition:color .4s}.story-step-title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:0;font-size:19px;font-weight:600;transition:all .4s}.story-journey-step.active .story-step-title{color:var(--text-dark);margin-bottom:8px}.story-step-text-wrap{opacity:0;max-height:0;transition:all .5s cubic-bezier(.16,1,.3,1);overflow:hidden}.story-journey-step.active .story-step-text-wrap{opacity:1;max-height:200px;margin-top:8px}.story-step-text{color:var(--text-mid);font-size:13.5px;line-height:1.75}@media (width<=900px){.story-journey-line{left:39px}}@media (width<=600px){.story-journey-container{padding-left:0}.story-journey-line{left:31px}.story-journey-step{gap:12px;padding:16px}.story-step-num{width:28px;height:28px;font-size:11px}.story-step-title{font-size:17px}}.story-step-bg{opacity:0;z-index:0;background-position:50%;background-size:cover;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scale(1.05)}.story-journey-step.active .story-step-bg{opacity:1;transform:scale(1)}.story-step-overlay{opacity:0;z-index:1;background:linear-gradient(135deg,#002323c2 0%,#001414e0 100%);transition:opacity .5s;position:absolute;inset:0}.story-journey-step.active .story-step-overlay{opacity:1}.story-journey-step.active .story-step-tag{color:#e5b22d}.story-journey-step.active .story-step-title{color:#fff}.story-journey-step.active .story-step-text{color:#f7f1e4f2}.philosophy-bento-grid{text-align:left;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px;display:grid}.philosophy-quote-card{text-align:center;background:#002a2af2;border:1px solid #d4a01759;border-radius:28px;grid-column:span 2;padding:56px 48px;position:relative;overflow:hidden;box-shadow:0 24px 56px #002a2a29,0 4px 16px #d4a01714}.philosophy-quote-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#d4a0172e 0%,#0000 60%);position:absolute;inset:0}.philosophy-quote-symbol{font-family:var(--font-display);color:#d4a01740;z-index:1;height:32px;font-size:84px;line-height:.5;position:relative}.philosophy-quote-text{font-family:var(--font-display);color:#f7f1e4;z-index:1;max-width:880px;margin:16px auto 24px;font-size:clamp(20px,2.5vw,26px);font-style:italic;line-height:1.6;position:relative}.philosophy-quote-author{font-family:var(--font-body);text-transform:uppercase;color:#d4a017;letter-spacing:2px;z-index:1;font-size:13px;font-weight:700;position:relative}.philosophy-accordion-container{align-items:stretch;gap:16px;width:100%;height:520px;margin-top:48px;display:flex}.philosophy-accordion-panel{cursor:pointer;background-position:50%;background-size:cover;border:1px solid #d4a01733;border-radius:28px;flex-direction:column;flex:1;justify-content:flex-end;padding:32px;transition:all .8s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #002a2a0d}.philosophy-accordion-panel:hover{border-color:#d4a01799;flex:3.5;box-shadow:0 30px 60px #002a2a26}.philosophy-panel-overlay{z-index:1;background:linear-gradient(#002a2a66 0%,#002a2abf 40%,#002a2af2 80%);transition:all .8s cubic-bezier(.16,1,.3,1);position:absolute;inset:0}.philosophy-accordion-panel:hover .philosophy-panel-overlay{background:linear-gradient(#002a2a33 0%,#002a2a99 50%,#002a2ae6 90%)}.philosophy-panel-glow{opacity:.3;z-index:2;pointer-events:none;background:radial-gradient(circle at 50% 30%,#d4a01740 0%,#0000 60%);transition:opacity .8s;position:absolute;inset:0}.philosophy-accordion-panel:hover .philosophy-panel-glow{opacity:1}.philosophy-panel-content{z-index:3;color:#f7f1e4;text-align:left;flex-direction:column;justify-content:flex-end;width:100%;display:flex;position:relative}.philosophy-panel-header{align-items:center;gap:16px;margin-bottom:8px;display:flex}.philosophy-panel-num{font-family:var(--font-display);color:#d4a017;font-size:clamp(28px,4vw,36px);font-weight:700;line-height:1}.philosophy-panel-title{font-family:var(--font-display);color:#f7f1e4;white-space:nowrap;font-size:clamp(18px,2.5vw,26px);font-weight:600;transition:transform .8s cubic-bezier(.16,1,.3,1)}.philosophy-panel-body{opacity:0;max-height:0;transition:all .8s cubic-bezier(.16,1,.3,1);overflow:hidden;transform:translateY(20px)}.philosophy-accordion-panel:hover .philosophy-panel-body{opacity:1;max-height:180px;margin-top:12px;transform:translateY(0)}.philosophy-panel-desc{color:#f7f1e4e0;max-width:480px;font-size:clamp(13.5px,1.6vw,15px);line-height:1.7}@media (width<=768px){.philosophy-accordion-container{flex-direction:column;gap:16px;height:auto}.philosophy-accordion-panel{flex:none;justify-content:center;height:160px;padding:24px}.philosophy-accordion-panel:hover{flex:none;height:240px}.philosophy-accordion-panel:hover .philosophy-panel-body{max-height:120px}.philosophy-panel-title{white-space:normal}}.philosophy-cta-card{background:#ffffff73;border:1px solid #d4a01726;border-radius:24px;width:100%;margin-top:32px;padding:32px 40px;transition:all .4s;box-shadow:0 4px 16px #002a2a03}.philosophy-cta-card:hover{background:#ffffffa6;border-color:#d4a01740;transform:translateY(-2px)}.philosophy-cta-icon{color:#d4a017;background:#d4a01714;border:1.5px solid #d4a01740;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.wave-bar{transform-origin:bottom;animation:2.2s ease-in-out infinite alternate waveIdle}.wave-bar:first-child{animation-delay:.1s}.wave-bar:nth-child(2){animation-delay:.4s}.wave-bar:nth-child(3){animation-delay:.7s}.wave-bar:nth-child(4){animation-delay:.3s}.wave-bar:nth-child(5){animation-delay:.5s}.belief-visual-card:hover .wave-bar{animation:.8s ease-in-out infinite alternate waveActive}@keyframes waveIdle{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}@keyframes waveActive{0%{transform:scaleY(.3)}to{transform:scaleY(1.4)}}.ring-left,.ring-right{transition:transform .6s cubic-bezier(.16,1,.3,1)}.belief-visual-card:hover .ring-left{transform:translate(3px)}.belief-visual-card:hover .ring-right{transform:translate(-3px)}.compassion-heart{transform-origin:50%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.belief-visual-card:hover .compassion-heart{animation:1.2s ease-in-out infinite heartPulse}@keyframes heartPulse{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.shield-ring{transform-origin:50%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.belief-visual-card:hover .shield-ring{transform:rotate(180deg)}.shield-center{transition:all .5s}.belief-visual-card:hover .shield-center{fill:#d4a017;filter:drop-shadow(0 0 4px #d4a01799)}@media (width<=1024px){.beliefs-visual-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=768px){.philosophy-bento-grid{grid-template-columns:1fr;gap:16px}.philosophy-quote-card{grid-column:span 1;padding:36px 24px}}@media (width<=600px){.beliefs-visual-grid{grid-template-columns:1fr;gap:16px}.philosophy-cta-card{padding:24px}}.approach-cta-section{color:#f7f1e4;text-align:center;background:linear-gradient(155deg,#002a2a 0%,#013535 55%,#012e30 100%);border-top:1px solid #d4a01726;padding:100px 0}.approach-cta-title{font-family:var(--font-display);margin-bottom:24px;font-size:clamp(32px,5vw,56px)}.approach-cta-text{opacity:.85;margin-bottom:40px;font-size:clamp(16px,1.8vw,20px)}.journey-section-wrapper{background:var(--bg-cream);margin:0;padding:100px 0 0;position:relative}.journey-header{text-align:center;z-index:10;max-width:800px;margin:0 auto 60px;padding:0 24px;position:relative}.journey-header .section-label{letter-spacing:3px;text-transform:uppercase;color:var(--teal);text-shadow:0 0 10px #d4a01799,0 0 20px #d4a01759;margin-bottom:12px;font-size:11.5px;font-weight:700;display:inline-block;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.journey-header .section-title{font-family:var(--font-display);color:#002a2a;margin:0 0 20px;font-size:clamp(34px,4.5vw,56px);font-weight:300;line-height:1.15}.journey-subheadline{font-family:var(--font-body);color:var(--text-mid);font-size:16px;line-height:1.8}.journey-scroll-container{height:400vh;position:relative}.journey-scroll-step{width:100%;height:100vh}.journey-sticky-content{grid-template-columns:1fr 1fr;align-items:center;gap:60px;max-width:1360px;height:calc(100vh - 80px);margin:0 auto;padding:0 48px;display:grid;position:sticky;top:80px;overflow:hidden}.journey-left-column{filter:drop-shadow(0 0 12px #d4a01799);width:100%;height:70vh;position:relative}.journey-image-layer{opacity:0;z-index:1;border-radius:24px;width:100%;height:100%;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform 1.2s cubic-bezier(.25,1,.5,1);position:absolute;inset:0;overflow:hidden;transform:scale(1.04)}.journey-image-layer.active{opacity:1;z-index:2;transform:scale(1)}.journey-image-layer img{object-fit:cover;margin-top:-20px;margin-left:-20px;display:block;width:calc(100% + 40px)!important;height:calc(100% + 40px)!important}.journey-image-caption{color:#faf6ed;z-index:3;background:linear-gradient(#0000 0%,#002a2a66 30%,#002a2ae6 100%);padding:30px 24px 20px;position:absolute;bottom:0;left:0;right:0}.journey-image-caption h4{font-family:var(--font-display);color:#d4a017;margin:0 0 8px;font-size:20px;font-weight:600}.journey-image-caption p{opacity:.9;margin:0;font-size:14px;line-height:1.6}.page-wrapper-anim{flex:1;width:100%;position:relative}.page-anim-home{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromBottom}.page-anim-about{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromLeft}.page-anim-services{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromRight}.page-anim-approach{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromZoom}.page-anim-contact{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromTop}.page-anim-assessments{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromBottom}.page-anim-servicedetail{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromZoom;overflow:hidden}.page-anim-workshop{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromBottom}.page-anim-mentorship{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromRight}.page-anim-corporate{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromTop}.page-anim-transformational,.page-anim-testimonials,.page-anim-enquiry{animation:.8s cubic-bezier(.16,1,.3,1) both slideFromBottom}@keyframes slideFromBottom{0%{opacity:0;filter:blur(12px);transform:translateY(80px)scale(.98)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes slideFromLeft{0%{opacity:0;filter:blur(12px);transform:translate(-100px)scale(.98)}to{opacity:1;filter:blur();transform:translate(0)scale(1)}}@keyframes slideFromRight{0%{opacity:0;filter:blur(12px);transform:translate(100px)scale(.98)}to{opacity:1;filter:blur();transform:translate(0)scale(1)}}@keyframes slideFromZoom{0%{opacity:0;filter:blur(14px);transform:translateY(60px)scale(.93)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}@keyframes curtainWipeX{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes curtainWipeY{0%{transform:scaleY(1)}to{transform:scaleY(0)}}@keyframes curtainFadeZoom{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.06)}}.assessments-teaser-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:28px;display:grid}.assessment-teaser-card{cursor:pointer;background-color:#faf6ed;border:1px solid #d4a01726;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:380px;padding:36px 30px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 4px 12px #002a2a05}.card-top{flex-direction:column;display:flex}.card-meta-tag{color:#d4a017;text-transform:uppercase;letter-spacing:.5px;margin-bottom:14px;font-size:12.5px;font-weight:600}.card-heading{font-family:var(--font-display,serif);color:#002a2a;margin-top:0;margin-bottom:14px;font-size:1.6rem;font-weight:500;line-height:1.25}.card-desc{color:#335454;margin-bottom:24px;font-size:14.5px;line-height:1.6}.card-cta{cursor:pointer;border-radius:30px;justify-content:center;width:100%;padding:14px;font-size:14px}.premium-back-btn{color:#fff;cursor:pointer;background:gold;border:none;border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.premium-back-btn:hover{color:#fff;background:gold}@media (width<=992px){.premium-back-btn{justify-content:center!important;width:auto!important;max-width:max-content!important;margin-left:auto!important;margin-right:auto!important;display:flex!important}}.page-transition-curtain{z-index:99999;pointer-events:none;will-change:transform;background:linear-gradient(135deg,#001c1c 0%,#226e77 50%,#d4a017 100%);width:100vw;height:100vh;position:fixed;top:0;left:0}.curtain-anim-home{transform-origin:bottom;animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainWipeY}.curtain-anim-about{transform-origin:top;animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainWipeY}.curtain-anim-services{transform-origin:100%;animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainWipeX}.curtain-anim-approach{transform-origin:0;animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainWipeX}.curtain-anim-contact,.curtain-anim-assessments,.curtain-anim-servicedetail{animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainFadeZoom}.curtain-anim-workshop{transform-origin:top;animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainWipeY}.curtain-anim-mentorship{transform-origin:0;animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainWipeX}.curtain-anim-corporate{transform-origin:bottom;animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainWipeY}.curtain-anim-transformational{transform-origin:100%;animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainWipeX}.curtain-anim-testimonials{transform-origin:top;animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainWipeY}.curtain-anim-enquiry{animation:.8s cubic-bezier(.76,0,.24,1) forwards curtainFadeZoom}@keyframes slideFromTop{0%{opacity:0;filter:blur(12px);transform:translateY(-80px)scale(.98)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.whatsapp-float-btn{z-index:9999;color:#fff;cursor:pointer;opacity:0;background:#25d366;border-radius:50px;align-items:center;gap:10px;max-width:56px;padding:14px;text-decoration:none;transition:opacity .5s,transform .5s cubic-bezier(.34,1.56,.64,1),padding .35s,border-radius .35s,box-shadow .3s,background .3s;display:flex;position:fixed;bottom:28px;right:120px;overflow:hidden;transform:translateY(20px)scale(.9);box-shadow:0 8px 32px #25d36659,0 2px 8px #0000001f}.whatsapp-float-btn.whatsapp-float-visible{opacity:1;transform:translateY(0)scale(1)}.whatsapp-float-btn.whatsapp-float-hovered{background:#1ebe5d;border-radius:50px;max-width:260px;padding:14px 22px 14px 16px;box-shadow:0 12px 40px #25d36673,0 4px 12px #00000026}.whatsapp-float-icon{color:#fff;flex-shrink:0;width:28px;height:28px;display:block}.whatsapp-float-label{font-family:var(--font-body);color:#fff;white-space:nowrap;letter-spacing:.2px;opacity:0;max-width:0;font-size:13.5px;font-weight:600;transition:opacity .25s .1s,max-width .35s;overflow:hidden}.whatsapp-float-btn.whatsapp-float-hovered .whatsapp-float-label{opacity:1;max-width:200px}.whatsapp-float-pulse{pointer-events:none;border:2.5px solid #25d36699;border-radius:50px;animation:2.4s ease-out infinite whatsapp-pulse-ring;position:absolute;inset:0}@keyframes whatsapp-pulse-ring{0%{opacity:.8;transform:scale(1)}70%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(1.5)}}@media (width<=480px){.whatsapp-float-btn{padding:13px;bottom:20px;right:100px}.whatsapp-float-icon{width:26px;height:26px}}@media (width<=600px){.footer{padding:28px 0 16px!important}.footer-inner{grid-template-columns:repeat(2,1fr)!important;gap:20px 16px!important;margin-bottom:16px!important;padding-bottom:20px!important;display:grid!important}.footer-brand{grid-column:span 2!important;margin-bottom:10px!important}.footer-logo-text{font-size:15px!important}.footer-brand p{color:#fff9!important;max-width:100%!important;margin-top:6px!important;font-size:10px!important;line-height:1.45!important}.footer-brand .footer-contact-info{gap:6px!important;margin-top:10px!important}.footer-brand .footer-contact-info a,.footer-brand .footer-contact-info span{color:#ffffffb3!important;font-size:9.5px!important;line-height:1.35!important}.footer-col{margin-bottom:0!important}.footer-col h4{letter-spacing:.8px!important;color:var(--teal-light)!important;margin-bottom:8px!important;font-size:9.5px!important}.footer-col ul{gap:4px!important}.footer-col ul li a{color:#ffffff8c!important;padding:1.5px 0!important;font-size:9.5px!important}.footer-bottom{text-align:center!important;flex-direction:column!important;gap:6px!important;padding-top:4px!important;font-size:9px!important}}.btn-primary,.btn-ghost,.btn-text-back,.start-quiz-btn,.quiz-prev-btn,.quiz-next-btn,.mini-lead-submit-btn,.premium-back-btn,.who-book-btn,.card-cta,.indiv-back-btn,.breadcrumb-back-btn,.enquiry-submit-btn,.contact-submit-btn,.assessment-btn,.nav-cta,button,input[type=button],input[type=submit]{text-align:center!important;text-transform:uppercase!important;letter-spacing:1px!important;box-sizing:border-box!important;justify-content:center!important;align-items:center!important;font-weight:700!important;display:inline-flex!important}.btn-primary,.start-quiz-btn,.mini-lead-submit-btn,.enquiry-submit-btn,.contact-submit-btn,.assessment-btn{height:auto!important;min-height:42px!important;padding:10px 24px!important;font-size:13px!important}.btn-ghost,.btn-text-back,.quiz-prev-btn,.quiz-next-btn,.premium-back-btn,.indiv-back-btn,.breadcrumb-back-btn,.nav-cta{height:auto!important;min-height:38px!important;padding:9px 20px!important;font-size:12.5px!important}@media (width<=992px){.btn-primary,.start-quiz-btn,.mini-lead-submit-btn,.enquiry-submit-btn,.contact-submit-btn,.assessment-btn{min-height:38px!important;padding:9px 20px!important;font-size:12.5px!important}.btn-ghost,.btn-text-back,.quiz-prev-btn,.quiz-next-btn,.premium-back-btn,.indiv-back-btn,.breadcrumb-back-btn{min-height:36px!important;padding:8px 18px!important;font-size:12px!important}}@media (width<=768px){.btn-primary,.start-quiz-btn,.mini-lead-submit-btn,.enquiry-submit-btn,.contact-submit-btn,.assessment-btn{min-height:36px!important;padding:8px 18px!important;font-size:12px!important}.btn-ghost,.btn-text-back,.quiz-prev-btn,.quiz-next-btn,.premium-back-btn,.indiv-back-btn,.breadcrumb-back-btn{min-height:34px!important;padding:7px 16px!important;font-size:11.5px!important}.hero-actions,.indiv-cta-actions,.cta-buttons-row,.assessments-bottom-actions,.indiv-hero-actions,.quiz-nav-row{flex-direction:column!important;align-items:center!important;gap:12px!important;width:100%!important;display:flex!important}.hero-actions button,.indiv-cta-actions button,.cta-buttons-row button,.assessments-bottom-actions button,.indiv-hero-actions button,.quiz-nav-row button{width:100%!important;max-width:320px!important;margin:0 auto!important}.navbar{flex-wrap:nowrap!important;padding:12px 16px!important}.nav-logo{flex-shrink:1!important;gap:6px!important;min-width:0!important}.nav-logo-img{flex-shrink:0!important;height:34px!important;margin-right:2px!important;transform:scale(1)!important}.nav-logo-text{min-width:0!important}.nav-logo-text span:first-child{letter-spacing:1px!important;font-size:15px!important}.nav-logo-text span:last-child{letter-spacing:.5px!important;white-space:nowrap!important;margin-top:1px!important;font-size:8px!important;display:block!important}.nav-cta{white-space:nowrap!important;border-radius:16px!important;flex-shrink:0!important;min-height:30px!important;margin-right:6px!important;padding:6px 12px!important;font-size:10px!important}.mobile-menu-btn{width:24px!important;height:16px!important;box-shadow:none!important;background:0 0!important;border:none!important;flex-direction:column!important;flex-shrink:0!important;justify-content:space-between!important;align-items:stretch!important;margin-left:4px!important;padding:0!important;display:flex!important}.mobile-menu-btn span{border-radius:1px!important;width:24px!important;height:2px!important;display:block!important}.mobile-menu-btn.open span:first-child{transform:translateY(7px)rotate(45deg)!important}.mobile-menu-btn.open span:nth-child(2){opacity:0!important}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)!important}}@media (width<=480px){.navbar{padding:10px 12px!important}.nav-logo-img{height:30px!important}.nav-logo-text span:first-child{letter-spacing:.6px!important;font-size:13px!important}.nav-logo-text span:last-child{letter-spacing:.2px!important;white-space:nowrap!important;margin-top:1px!important;font-size:6.5px!important;display:block!important}.nav-cta{border-radius:14px!important;min-height:26px!important;margin-right:4px!important;padding:5px 10px!important;font-size:9px!important}.mobile-menu-btn{width:22px!important;height:14px!important;box-shadow:none!important;background:0 0!important;border:none!important;flex-direction:column!important;flex-shrink:0!important;justify-content:space-between!important;align-items:stretch!important;margin-left:3px!important;padding:0!important;display:flex!important}.mobile-menu-btn span{border-radius:1px!important;width:22px!important;height:2px!important;display:block!important}.mobile-menu-btn.open span:first-child{transform:translateY(6px)rotate(45deg)!important}.mobile-menu-btn.open span:nth-child(2){opacity:0!important}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)!important}}@media (width<=350px){.navbar{padding:8px!important}.nav-logo-img{height:26px!important;margin-right:1px!important}.nav-logo-text span:first-child{letter-spacing:.4px!important;font-size:11px!important}.nav-logo-text span:last-child{letter-spacing:.1px!important;white-space:nowrap!important;font-size:5.5px!important}.nav-cta{border-radius:12px!important;min-height:22px!important;margin-right:3px!important;padding:4px 8px!important;font-size:8px!important}.mobile-menu-btn{width:18px!important;height:12px!important;margin-left:2px!important}.mobile-menu-btn span{width:18px!important}.mobile-menu-btn.open span:first-child{transform:translateY(5px)rotate(45deg)!important}.mobile-menu-btn.open span:nth-child(3){transform:translateY(-5px)rotate(-45deg)!important}}@media (width<=991px){.standard-hero-img-crop{max-width:320px!important;max-height:320px!important}.standard-hero-img{max-height:320px!important}}@media (width<=480px){.standard-hero-img-crop{max-width:280px!important;max-height:280px!important}.standard-hero-img{max-height:280px!important}}.center-node-btn{height:auto!important;min-height:26px!important;margin-top:4px!important;padding:5px 12px!important;font-size:9px!important;line-height:1.2!important}.explore-options-mobile-btn{justify-content:center!important;width:100%!important;height:auto!important;min-height:32px!important;padding:8px 16px!important;font-size:11px!important}@media (width<=768px){.commitment-circular-img{border-width:3px!important;width:240px!important;height:240px!important}.commitment-ambient-glow{width:260px!important;height:260px!important}}@media (width<=480px){.commitment-circular-img{width:200px!important;height:200px!important}.commitment-ambient-glow{width:220px!important;height:220px!important}.commitment-glow-wrapper{max-width:220px!important}}.btn-primary,.btn-ghost,.nav-cta,.about-awareness-item,.item-link,.journey-message-link,.assessment-teaser-card,.approach-rec-card,.grid-testimonial-card-item,.screenshot-grid-card,.cta-btn,.premium-assessment-btn,.card-cta{backface-visibility:hidden;transform-style:preserve-3d;position:relative}.btn-primary:hover:after,.btn-ghost:hover:after,.nav-cta:hover:after,.about-awareness-item:hover:after,.item-link:hover:after,.journey-message-link:hover:after,.assessment-teaser-card:hover:after,.approach-rec-card:hover:after,.grid-testimonial-card-item:hover:after,.screenshot-grid-card:hover:after,.cta-btn:hover:after,.premium-assessment-btn:hover:after,.card-cta:hover:after{content:"";pointer-events:auto;z-index:10;background:0 0;position:absolute;inset:-10px}.hero-bowl-container{z-index:2;box-sizing:border-box;justify-content:flex-start;align-items:center;width:100%;height:100%;display:flex;position:relative}.hero-bowl-content{z-index:2;will-change:transform;width:100%;max-width:820px;margin-top:auto;margin-bottom:auto;transition:transform .45s cubic-bezier(.25,1,.35,1);position:relative;padding:24px 0 40px!important}@media (width<=768px){.container{padding:0 18px!important}}@media (width<=480px){.container{padding:0 14px!important}}@media (width<=768px){.assessment-teaser-card:before{filter:none!important}}@media (width<=991px){.hero-bowl{justify-content:center!important;align-items:center!important;height:auto!important;min-height:100svh!important;padding-top:80px!important;display:flex!important}.hero-bowl-container{justify-content:center!important;align-items:center!important;height:auto!important;min-height:calc(100svh - 80px)!important;padding-bottom:40px!important;display:flex!important}.hero-bowl-content{text-align:center!important;flex-direction:column!important;align-items:center!important;max-width:680px!important;margin:0 auto!important;padding:30px 24px!important;display:flex!important}.hero-bowl-overlay{background:linear-gradient(#00121266 0%,#001212cc 50%,#001212f5 100%)!important}.hero-title{text-align:center!important;font-size:clamp(28px,6vw,48px)!important;line-height:1.2!important}.hero-desc{text-align:center!important;max-width:580px!important;margin:0 auto 24px!important;font-size:15px!important}.hero-actions{justify-content:center!important;gap:16px!important;width:100%!important}.hero-trust-badge-wrap{justify-content:center!important;margin-top:24px!important}}@media (width<=480px){.hero-bowl{align-items:center!important;height:auto!important;min-height:100vh!important;padding-top:70px!important}.hero-bowl-container{align-items:center!important;width:100%!important;height:auto!important;min-height:calc(100vh - 70px)!important;padding-bottom:20px!important}.hero-bowl-bg{object-position:center center!important}.hero-bowl-overlay{background:linear-gradient(#00121233 0%,#0012128c 35%,#001212e0 65%,#001212f7 100%)!important}.hero-bowl-content{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;max-width:100%!important;margin-top:0!important;margin-bottom:0!important;padding:16px 14px 36px!important;display:flex!important}.hero-pre-header{justify-content:center!important;width:100%!important;margin-bottom:16px!important;display:flex!important}.hero-pre-header span{letter-spacing:1.5px!important;text-align:center!important;padding:5px 10px!important;font-size:8.5px!important}.hero-title{text-align:center!important;align-items:center!important;gap:4px!important;margin-bottom:12px!important;font-size:clamp(20px,6.5vw,26px)!important}.hero-title-line-wrap{display:inline-block!important}.hero-line-2{letter-spacing:-.5px!important}.hero-desc{text-align:center!important;max-width:100%!important;margin-bottom:22px!important;font-size:12px!important;line-height:1.6!important}.hero-actions{flex-direction:column!important;align-items:center!important;gap:10px!important;width:100%!important}.hero-actions .btn-primary,.hero-actions .btn-ghost{text-align:center!important;border-radius:20px!important;justify-content:center!important;width:85%!important;max-width:280px!important;padding:10px 16px!important;font-size:12px!important}.hero-trust-badge-wrap{justify-content:center!important;width:100%!important;margin-top:20px!important}.hero-trust-badge{box-sizing:border-box!important;flex-wrap:wrap!important;justify-content:center!important;gap:4px 8px!important;width:100%!important;padding:6px 10px!important;font-size:8.5px!important;display:flex!important}.hero-trust-item{font-size:8.5px!important}.bullet-dot{display:none!important}}@media (width<=768px){.section-title{margin-bottom:12px!important;font-size:clamp(26px,7vw,38px)!important}.section-sub{max-width:100%!important;font-size:14.5px!important}.home-section{padding:16px 0!important}.responsive-philosophy-grid{text-align:center!important;grid-template-columns:1fr!important;gap:28px!important}.responsive-philosophy-grid>div:first-child{text-align:left!important}.responsive-philosophy-grid .btn-primary{justify-content:center!important;width:100%!important}.philosophy-gif-card{border-radius:20px!important;max-width:100%!important;animation:none!important}.process-columns-grid{grid-template-columns:1fr!important;gap:24px!important}.process-column{text-align:center!important}.process-img-wrapper{max-width:190px!important;margin:0 auto 10px!important}.process-col-title{font-size:18px!important}.process-col-desc{max-width:320px!important;margin:0 auto!important;font-size:13px!important;line-height:1.6!important}.process-illustrations-container{padding:0!important}.founder-section-grid{text-align:center!important;grid-template-columns:1fr!important;gap:28px!important}.commitment-glow-wrapper{max-width:260px!important;margin:0 auto!important}.commitment-content{text-align:center!important}.commitment-content .btn-primary{justify-content:center!important;width:100%!important}.commitment-lead-paragraph,.commitment-content .section-sub{max-width:100%!important}.testimonial-grid-flat{grid-template-columns:1fr!important;gap:0!important}.testimonial-grid-flat .editorial-divider-vertical{display:none!important}.testimonial-flat{border-bottom:1px solid #d4a01726!important;margin-bottom:24px!important;padding-bottom:24px!important}.testimonial-flat:last-child{border-bottom:none!important;margin-bottom:0!important;padding-bottom:0!important}.home-section [style*="display: flex"][style*="gap: 14px"]{flex-direction:column!important;align-items:stretch!important;gap:12px!important}.home-section .btn-primary,.home-section .btn-ghost{justify-content:center!important;width:100%!important}.support-area-item{padding:12px 14px!important}.constellation-mobile-detail-card{padding:20px!important}.scope-quote-block{margin:20px 0!important;padding:16px 20px!important}.scope-quote-text{font-size:15px!important}.mountain-journey-section{padding:0!important}}.hero-content{flex:1;max-width:540px;animation:.7s both fadeUp}.hero-title{font-family:var(--font-display);letter-spacing:-.01em;margin-bottom:20px;font-size:clamp(2.8rem,6vw,4.2rem);font-weight:300;line-height:1.12;color:#fff!important}.hero-title em{color:var(--teal);font-style:italic}.hero-sub{color:var(--text-light);margin-bottom:24px;font-size:1rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.hero-visual{border-radius:50% 50% 24px 24px/55% 55% 24px 24px;flex:0 0 400px;justify-content:center;align-items:center;height:420px;animation:.9s .15s both fadeUp;display:flex;position:relative;overflow:hidden}.therapy-scene{flex-direction:column;align-items:center;gap:10px;width:100%;padding:30px 20px 20px;display:flex}.lamp{filter:drop-shadow(0 6px 18px #c8b45059);font-size:2.2rem;animation:3s ease-in-out infinite alternate lampGlow}@keyframes lampGlow{0%{filter:drop-shadow(0 6px 18px #c8b45040)}to{filter:drop-shadow(0 8px 28px #c8b4508c)}}.bubble-wrap{gap:8px;margin-bottom:4px;display:flex}.bubble{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffa6;border:1.5px solid #ffffffd9;border-radius:50%;animation:4s ease-in-out infinite alternate floatBubble}.b1{width:48px;height:48px;animation-delay:0s}.b2{width:32px;height:32px;animation-delay:.6s}@keyframes floatBubble{0%{transform:translateY(0)}to{transform:translateY(-6px)}}.persons{align-items:flex-end;gap:20px;display:flex}.person{flex-direction:column;align-items:center;gap:4px;display:flex}.person-head{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#64c8dc59;border:2px solid #fffc;border-radius:50%;width:32px;height:32px}.person-body{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#64c8dc40;border:2px solid #ffffffb3;border-radius:22px 22px 8px 8px;width:44px;height:52px}.p-therapist .person-head,.p-therapist .person-body{background:#50b4c861}.p-client .person-head,.p-client .person-body{background:#78c8b452}.plant-pot{margin-bottom:0;font-size:2rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.stat-card{text-align:center;padding:28px 20px;transition:transform .3s}.stat-card:hover{transform:translateY(-4px)}.stat-num{font-family:var(--font-display);color:var(--teal-dark);margin-bottom:8px;font-size:2.2rem;font-weight:500;line-height:1;display:block}.stat-label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-light);font-size:.78rem;display:block}.pillars-section{padding-top:20px}.pillars-header{max-width:600px;margin-bottom:48px}.pillars-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.pillar-card{padding:36px 28px;transition:transform .3s,box-shadow .3s}.pillar-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #4a9ead2e}.pillar-icon{margin-bottom:18px;font-size:2.2rem;display:block}.pillar-card h3{font-family:var(--font-display);color:var(--text-dark);margin-bottom:12px;font-size:1.25rem;font-weight:500}.pillar-card p{color:var(--text-mid);font-size:.88rem;line-height:1.8}.cta-section{padding-top:20px}.cta-card{padding:64px 56px}@media (width<=900px){.hero-section{flex-direction:column;min-height:auto;padding-bottom:60px}.hero-visual{flex:none;width:300px;height:320px}.stats-grid{grid-template-columns:repeat(2,1fr)}.pillars-grid{grid-template-columns:1fr 1fr}}@media (width<=600px){.pillars-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr}.cta-card{padding:36px 24px}}.assessments-teaser-section{border-top:1px solid #002a2a0d;padding:80px 0}.teaser-header{text-align:center;margin-bottom:48px}.card-cta{cursor:pointer;letter-spacing:.3px;color:#002a2a;background:#d4a017eb;border:1.5px solid #000;border-radius:30px;justify-content:center;width:100%;padding:8px 14px;font-size:11px;font-weight:600;transition:all .3s;box-shadow:0 4px 16px #d4a01759}.card-cta:hover{background:#f1b827!important;transform:translateY(-2px)!important;box-shadow:0 6px 24px #d4a017a6!important}@media (width<=1024px){.assessments-teaser-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;max-width:720px!important;margin:0 auto!important}.assessment-teaser-card{border-radius:16px!important;height:310px!important;min-height:310px!important}.assessment-teaser-card .card-content{padding:14px 10px!important}.assessment-teaser-card .card-meta-tag{margin-bottom:5px!important;padding:2px 6px!important;font-size:8px!important}.assessment-teaser-card .card-heading{height:40px!important;margin-bottom:4px!important;font-size:1.1rem!important}.assessment-teaser-card .card-desc{-webkit-line-clamp:2!important;height:28px!important;margin-bottom:10px!important;font-size:10px!important;line-height:1.35!important}.assessment-teaser-card .card-cta{border-radius:20px!important;padding:8px 12px!important;font-size:10.5px!important}}@media (width<=768px){.assessments-teaser-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;max-width:540px!important;margin:0 auto!important}.assessment-teaser-card{border-radius:14px!important;height:260px!important;min-height:260px!important}.assessment-teaser-card .card-content{padding:12px 8px!important}.assessment-teaser-card .card-meta-tag{letter-spacing:.4px!important;border-radius:12px!important;margin-bottom:4px!important;padding:2px 5px!important;font-size:7.5px!important}.assessment-teaser-card .card-heading{height:36px!important;margin-bottom:4px!important;font-size:.95rem!important;line-height:1.15!important}.assessment-teaser-card .card-desc{-webkit-line-clamp:2!important;height:24px!important;margin-bottom:8px!important;font-size:9px!important;line-height:1.3!important}.assessment-teaser-card .card-cta{border-radius:16px!important;padding:6px 10px!important;font-size:9.5px!important}.teaser-header{margin-bottom:28px!important}.teaser-header .section-sub{padding:0 4px!important;font-size:14px!important}}@media (width<=480px){.assessments-teaser-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;max-width:100%!important}.assessment-teaser-card{border-radius:12px!important;height:230px!important;min-height:230px!important}.assessment-teaser-card .card-content{padding:10px 6px!important}.assessment-teaser-card .card-meta-tag{letter-spacing:.3px!important;border-radius:10px!important;margin-bottom:3px!important;padding:2px 4px!important;font-size:7px!important}.assessment-teaser-card .card-heading{height:32px!important;margin-bottom:3px!important;font-size:.8rem!important;line-height:1.15!important}.assessment-teaser-card .card-desc{-webkit-line-clamp:2!important;height:20px!important;margin-bottom:6px!important;font-size:8px!important;line-height:1.25!important}.assessment-teaser-card .card-cta{border-radius:12px!important;padding:5px 8px!important;font-size:8.5px!important}}.testimonials-marquee-container{width:100%;overflow:visible}.testimonials-marquee-track{grid-template-columns:1fr 1px 1fr 1px 1fr;gap:16px;display:grid}.testimonial-card-item{box-sizing:border-box;flex-direction:column;height:100%;padding:16px 20px;display:flex}.testimonial-card-item .testimonial-theme{text-transform:uppercase;color:var(--teal);letter-spacing:1.5px;margin-bottom:8px;font-size:10px;font-weight:700;display:block}.testimonial-card-item .quote-mark{color:#d4a01740;font-size:48px;line-height:.2;font-family:var(--font-display,serif);margin-bottom:8px}.testimonial-card-item .testimonial-quote{color:var(--text-mid);flex-grow:1;margin-bottom:24px;font-size:14.5px;font-style:italic;line-height:1.7}.testimonial-card-item .testimonial-author{border-top:1px solid #d4a01726;padding-top:12px}.testimonial-card-item .author-name{color:var(--text-dark);font-size:13.5px;font-weight:600}.testimonial-card-item .author-location{color:var(--text-light);margin-top:2px;font-size:11px}.testimonial-dup{display:none!important}@media (width<=768px){.testimonials-marquee-container{width:100%!important;padding:10px 0!important;overflow:hidden!important;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)!important;mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)!important}.testimonials-marquee-track{flex-direction:row!important;gap:16px!important;width:max-content!important;animation:22s linear infinite marquee-left-to-right!important;display:flex!important}.testimonials-marquee-track:hover{animation-play-state:paused!important}.testimonial-dup{display:flex!important}.testimonials-marquee-track .editorial-divider-vertical{display:none!important}.testimonial-card-item{background:#faf6ed05!important;border:1px solid #d4a0171a!important;border-radius:12px!important;flex-direction:column!important;flex-shrink:0!important;width:230px!important;height:200px!important;padding:12px 14px!important;display:flex!important;box-shadow:0 4px 16px #002a2a14!important}.testimonial-card-item .testimonial-theme{letter-spacing:1px!important;margin-bottom:4px!important;font-size:8px!important}.testimonial-card-item .quote-mark{margin-bottom:2px!important;font-size:28px!important;line-height:.1!important}.testimonial-card-item .testimonial-quote{-webkit-line-clamp:5!important;-webkit-box-orient:vertical!important;flex-grow:1!important;margin-bottom:12px!important;font-size:11px!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.testimonial-card-item .testimonial-author{border-top:1px solid #d4a0171a!important;padding-top:6px!important}.testimonial-card-item .author-name{font-size:10.5px!important}.testimonial-card-item .author-location{margin-top:1px!important;font-size:8.5px!important}}@keyframes marquee-left-to-right{0%{transform:translate(-50%)}to{transform:translate(0%)}}@keyframes mjBreathe{0%,to{transform:scale(1.01)}50%{transform:scale(1.035)}}@keyframes mjRay1{0%{opacity:.08;transform:skew(-5deg)scaleX(.88)}to{opacity:.22;transform:skew(7deg)scaleX(1.12)}}@keyframes mjRay2{0%{opacity:.18;transform:skew(7deg)scaleX(1.12)}to{opacity:.06;transform:skew(-5deg)scaleX(.88)}}@keyframes mjRay3{0%{opacity:.05;transform:skew(-3deg)}to{opacity:.14;transform:skew(5deg)}}@keyframes mjDotPulse{0%,to{opacity:.85;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}@keyframes mjHaloPulse{0%,to{opacity:.6}50%{opacity:1}}@keyframes mjBubbleFloat{0%{opacity:.35;transform:translateY(0)scale(1)}50%{opacity:.6;transform:translateY(-18px)scale(1.08)}to{opacity:.35;transform:translateY(0)scale(1)}}@keyframes mjGoldenUp{0%{opacity:0;transform:translateY(0)scale(.6)}15%{opacity:.9}80%{opacity:.9}to{opacity:0;transform:translateY(-220px)scale(1.2)}}@keyframes mjSparkle{0%,to{opacity:.18;transform:scale(.85)}50%{opacity:.9;transform:scale(1.1)}}@keyframes mjTextSlide{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes mjOverlayIn{to{opacity:1}}@keyframes mjLineIn{to{opacity:1;transform:translateY(0)}}@keyframes mjReveal{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.mj-ray-1{transform-origin:107px 300px;animation:14s ease-in-out infinite alternate mjRay1}.mj-ray-2{transform-origin:270px 300px;animation:11s ease-in-out infinite alternate mjRay2}.mj-ray-3{transform-origin:397px 300px;animation:16s ease-in-out infinite alternate mjRay3}.mj-dot-pulse{animation:2.2s ease-in-out infinite mjDotPulse}.mj-halo-pulse{animation:3s ease-in-out infinite mjHaloPulse}.mj-bubble{animation:5s ease-in-out infinite mjBubbleFloat}.mj-golden-p{animation:4.8s linear infinite mjGoldenUp}.mj-sparkle{animation:3.5s ease-in-out infinite mjSparkle}.mj-wrapper{background:0 0}.mj-pin-spacer{height:180vh;position:relative}.mj-sticky-frame{opacity:0;will-change:opacity;background:0 0;flex-direction:column;width:100%;height:calc(100svh - 80px);transition:opacity 1s;display:flex;position:sticky;top:80px;overflow:hidden}.mj-sticky-frame.revealed{opacity:1}.mj-nav-bar{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border-bottom:1px solid #0f3a4a14;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;padding:13px 48px;display:flex}.mj-pill{cursor:pointer;background:0 0;border:1px solid #083a3e1f;border-radius:30px;outline:none;align-items:center;gap:7px;padding:5px 14px;transition:all .35s;display:flex}.mj-pill:hover{background:#d4b06a12;border-color:#c8903a66}.mj-pill.done{border-color:#083a3e33}.mj-pill.active{background:#d4b06a1f;border-color:#c8903a99}.mj-pill-dot{background:#083a3e2e;border-radius:50%;width:7px;height:7px;transition:background .35s;display:block}.mj-pill-txt{letter-spacing:2px;text-transform:uppercase;color:#083a3e59;white-space:nowrap;font-size:.56rem;font-weight:700;transition:color .35s}.mj-grid{flex:1;grid-template-columns:42% 16% 42%;min-height:0;display:grid;position:relative}.mj-col-iceberg{background:linear-gradient(#0000 0% 41.9%,#3898b0 41.9%,#226070 100%);grid-area:1/3;display:flex;position:relative;overflow:hidden;justify-content:center!important;align-items:center!important;padding:28px 24px!important}.mj-iceberg-svg{object-fit:contain;transform-origin:bottom;will-change:transform;width:100%;animation:8s ease-in-out infinite mjBreathe;display:block;overflow:visible;max-width:280px!important;height:auto!important;max-height:480px!important}.mj-summit-overlay{-webkit-backdrop-filter:blur(10px);pointer-events:none;opacity:0;z-index:10;background:#0c2630cc;flex-direction:column;justify-content:center;align-items:center;padding:48px 40px;animation:1s forwards mjOverlayIn;display:flex;position:absolute;inset:0}.mj-sl{font-family:var(--font-display);color:#fff;text-align:center;letter-spacing:.5px;text-shadow:0 4px 16px #083a3ecc;opacity:0;margin:12px 0;font-size:clamp(1.25rem,2.2vw,1.85rem);font-weight:600;transform:translateY(14px)}.mj-sl.line-1{animation:1.1s cubic-bezier(.25,1,.5,1) .5s forwards mjLineIn}.mj-sl.line-2{animation:1.1s cubic-bezier(.25,1,.5,1) 2s forwards mjLineIn}.mj-sl.line-3{color:#ffd860;animation:1.1s cubic-bezier(.25,1,.5,1) 3.5s forwards mjLineIn}.mj-col-card{background:0 0;grid-area:1/1;align-items:center;display:flex;justify-content:center!important;padding:28px 24px!important}.mj-card{background:#fff;border:1px solid #0f3a4a0f;border-radius:18px;flex-direction:column;width:100%;max-width:440px;height:100%;max-height:560px;transition:box-shadow .4s,transform .4s;animation:.6s cubic-bezier(.16,1,.3,1) both mjReveal;display:flex;overflow:hidden;box-shadow:0 12px 40px #0f3a4a12,0 3px 10px #0f3a4a05}.mj-card:hover{transform:translateY(-2px);box-shadow:0 20px 52px #0f3a4a1a,0 6px 20px #0f3a4a08}@media (width>=1400px){.mj-card{max-width:460px!important;max-height:580px!important}.mj-heading{font-size:1.95rem!important}.mj-desc{font-size:16px!important;line-height:1.75!important}.mj-gold-line{font-size:.88rem!important}.mj-cta-row .btn-primary{padding:8px 16px!important;font-size:12px!important}}@media (width<=1399px) and (width>=1200px){.mj-card{max-width:390px!important;max-height:520px!important}.mj-heading{font-size:1.6rem!important}.mj-desc{font-size:14.5px!important;line-height:1.65!important}.mj-gold-line{font-size:.8rem!important}.mj-cta-row .btn-primary{padding:8px 16px!important;font-size:12px!important}}@media (width<=1199px) and (width>=1025px){.mj-card{max-width:330px!important;max-height:460px!important}.mj-heading{margin-bottom:6px!important;font-size:1.35rem!important}.mj-desc{-webkit-line-clamp:3!important;font-size:13px!important;line-height:1.55!important}.mj-gold-line{font-size:.76rem!important}.mj-cta-row{gap:8px!important;margin-top:10px!important}.mj-cta-row .btn-primary{padding:7px 14px!important;font-size:11.5px!important}.mj-img-area{flex:0 0 52%!important}}.mj-img-area{background:#f0ebe0;flex:0 0 58%;position:relative;overflow:hidden}.mj-stage-img{object-fit:contain;object-position:center;opacity:0;will-change:opacity, transform;width:100%;height:100%;transition:opacity .75s cubic-bezier(.16,1,.3,1),transform 1s cubic-bezier(.16,1,.3,1);position:absolute;inset:0;transform:scale(1.04)}.mj-stage-img.visible{opacity:1;z-index:2;transform:scale(1)}.mj-card-body{will-change:opacity, transform;opacity:1;flex-direction:column;flex:1;justify-content:flex-start;padding:18px 26px 20px;transition:opacity .22s cubic-bezier(.25,1,.5,1),transform .22s cubic-bezier(.25,1,.5,1);display:flex;overflow:hidden;transform:translateY(0)}.mj-card-body.fade-out{opacity:0;transform:translateY(10px)}.mj-card-body.fade-in{opacity:1;transform:translateY(0)}.mj-stage-label{align-items:center;gap:8px;margin-bottom:7px;display:flex}.mj-tag{letter-spacing:2px;font-size:.75rem;font-weight:800;transition:color .4s}.mj-rule{flex-shrink:0;width:28px;height:1px;transition:background .4s;display:block}.mj-sname{letter-spacing:2px;text-transform:uppercase;font-size:.7rem;font-weight:700;transition:color .4s}.mj-heading{font-family:var(--font-display);color:#1a2a2a;letter-spacing:-.01em;margin:0 0 8px;font-size:clamp(1.35rem,2.2vw,1.85rem);font-weight:600;line-height:1.25}.mj-desc{color:#556060;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:15px;line-height:1.7;display:-webkit-box;overflow:hidden}.mj-cta-row{flex-direction:column;gap:10px;margin-top:14px;display:flex}.mj-gold-line{color:#c8903a;letter-spacing:.5px;font-size:.8rem;font-weight:600}.mj-cta-row .btn-primary{text-align:center;border-radius:6px;width:fit-content;margin:0;padding:8px 16px;font-size:12px;font-weight:600;line-height:1.4;transition:all .3s}.mj-prog-track{background:#083a3e14;flex-shrink:0;height:3px}.mj-prog-fill{background:linear-gradient(90deg,#d4b06a66,#d4b06a);height:100%;transition:width .5s}@media (width<=1024px){.mj-pin-spacer{height:200vh}.mj-grid{grid-template-columns:1fr;grid-template-rows:32% 68%!important}.mj-iceberg-svg{width:auto!important;max-width:100%!important;height:100%!important;max-height:100%!important}.mj-col-iceberg{background:linear-gradient(#ede7d9 0% 43%,#3898b0 43%,#226070 100%);border-bottom:1px solid #083a3e1a;border-left:none;order:-1;padding:16px 20px;grid-area:auto!important}.mj-col-card{grid-area:auto!important;justify-content:center!important;align-items:center!important;padding:12px 16px!important}.mj-card{width:100%!important;max-width:450px!important;height:auto!important;max-height:100%!important;margin:0 auto!important;box-shadow:0 8px 32px #0f3a4a14!important}.mj-img-area{flex:none!important;height:175px!important}.mj-card-body{flex:none!important;height:auto!important}.mj-heading{margin-bottom:6px!important;font-size:1.35rem!important}.mj-desc{font-size:13.5px!important;line-height:1.6!important}.mj-gold-line{font-size:.78rem!important}.mj-cta-row{gap:8px!important;margin-top:12px!important}.mj-cta-row .btn-primary{width:fit-content!important;padding:8px 16px!important;font-size:12px!important;line-height:1.3!important;display:inline-block!important}.mj-nav-bar{border-bottom:1px solid #0f3a4a0d!important;flex-wrap:nowrap!important;justify-content:center!important;gap:12px!important;padding:8px 16px!important}.mj-pill{border-radius:50%!important;justify-content:center!important;align-items:center!important;gap:0!important;width:24px!important;height:24px!important;padding:0!important;display:inline-flex!important}.mj-pill-dot{width:6px!important;height:6px!important;margin:0!important}.mj-pill-txt{display:none}.mj-wrapper .section-title{margin:6px auto 10px!important;font-size:1.8rem!important}.mj-wrapper .section-sub{padding:0 16px!important;font-size:13px!important;line-height:1.5!important}}@media (width<=560px){.mj-grid{grid-template-rows:30% 70%!important}.mj-col-iceberg{padding:8px 12px!important}.mj-pin-spacer{height:220vh}.mj-tag{font-size:.68rem!important}.mj-sname{font-size:.62rem!important}.mj-heading{margin-bottom:4px!important;font-size:1.05rem!important}.mj-card-body{padding:10px 14px 12px!important}.mj-img-area{flex:none!important;height:150px!important}.mj-desc{-webkit-line-clamp:3!important;font-size:12px!important;line-height:1.45!important}.mj-cta-row{gap:6px!important;margin-top:8px!important}.mj-gold-line{font-size:.7rem!important}.mj-cta-row .btn-primary{text-align:center!important;width:fit-content!important;padding:7px 14px!important;font-size:11.5px!important;line-height:1.3!important;display:inline-block!important}.mj-wrapper .section-title{margin:4px auto 8px!important;font-size:1.5rem!important;line-height:1.25!important}.mj-wrapper .section-sub{padding:0 8px!important;font-size:12px!important;line-height:1.45!important}}.mj-scroll-connector{pointer-events:none;z-index:4;width:2px;position:absolute;top:60px;bottom:60px;left:58%;transform:translate(-50%)}.mj-scroll-line{background:linear-gradient(#0f3a4a03 0%,#0f3a4a1f 20% 80%,#0f3a4a03 100%);width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.mj-scroll-node{background:#fff;border:3.5px solid #d4a830;border-radius:50%;width:12px;height:12px;transition:top .7s cubic-bezier(.16,1,.3,1),border-color .8s,box-shadow .8s;position:absolute;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #d4a8304d,0 2px 4px #0000001a}@media (width<=1024px){.mj-scroll-connector{display:none}}.mj-particles-canvas{pointer-events:none;z-index:5;width:100%;height:100%;position:absolute;inset:0}.mj-keyword-system{z-index:6;pointer-events:none;flex-direction:column;grid-area:1/2;justify-content:center;align-items:center;height:100%;display:flex;gap:0!important}.mj-floating-word-container{pointer-events:none;opacity:0;will-change:max-height, opacity, margin-bottom;text-align:center;white-space:nowrap;width:100%;max-height:0;margin:0 auto;transition:max-height .4s cubic-bezier(.25,1,.5,1),opacity .4s,margin-bottom .4s;overflow:hidden;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.mj-floating-word-container.active-container{opacity:1;max-height:40px;margin-bottom:14px;overflow:visible!important}.mj-floating-word{font-family:var(--font-display,"Cormorant Garamond", serif);letter-spacing:.15em;text-transform:uppercase;transform-origin:50%;will-change:opacity, transform;font-weight:600;transition:opacity .8s,color .8s,transform .8s;display:inline-block;color:#002a2a!important;opacity:0!important;filter:none!important;font-size:clamp(11px,1.1vw,17px)!important}.mj-floating-word.active{opacity:1!important;filter:none!important;color:#002a2a!important;font-weight:700!important;transform:scale(1.08)!important}.mj-floating-word.faded{opacity:0!important;filter:none!important}.mj-floating-word.hidden{pointer-events:none;opacity:0!important;filter:none!important}.mj-floating-word.aligned{letter-spacing:.2em;transition:all .8s;opacity:1!important;color:#002a2a!important;filter:none!important;font-weight:700!important;transform:scale(1.1)!important}.mj-floating-word.gold-sweep{opacity:1!important;color:#002a2a!important;filter:none!important;font-weight:700!important;transform:scale(1.1)!important}@keyframes mjGoldGlow{0%{filter:drop-shadow(0 0 4px #ffd86066);color:#c8903a;transform:scale(1.05)}50%{filter:drop-shadow(0 0 22px #ffd860f2)drop-shadow(0 0 8px #ffd86099);color:#ffeaa7;transform:scale(1.16)}to{filter:drop-shadow(0 0 12px #ffd86099)drop-shadow(0 0 4px #c8903a4d);color:#c8903a;transform:scale(1.08)}}.mj-sticky-frame:before{content:"";pointer-events:none;z-index:1;opacity:0;background:radial-gradient(circle,#c8903a14 0%,#0000 70%);transition:opacity 2s;position:absolute;inset:0}.mj-sticky-frame.summit-glow-active:before{opacity:1}@media (width<=1024px){.mj-keyword-system,.mj-particles-canvas{display:none!important}}.about-page-wrap{color:#002a2a;font-family:var(--font-display,serif);background-color:#f3ebd2;overflow-x:clip}.about-hero-full-bleed{box-sizing:border-box;background:var(--teal-dark);align-items:center;width:100%;height:calc(100vh - 80px);min-height:520px;margin-bottom:60px;display:flex;position:relative;overflow:hidden}.page-no-pad .about-hero-full-bleed{height:100vh;padding-top:80px}.about-hero-bg-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.about-hero-overlay{z-index:1;background:linear-gradient(90deg,#002a2af2 0%,#002a2acc 45%,#002a2a4d 75%,#0000 100%);position:absolute;inset:0}.about-hero-content-wrap{z-index:2;box-sizing:border-box;width:100%;max-width:1360px;margin:0 auto;padding:0 48px;position:relative}.standard-hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;display:grid}.about-hero-full-bleed .standard-hero-title{color:#fff!important}.about-hero-full-bleed .standard-hero-desc{color:#ffffffd9!important}.about-hero-full-bleed .btn-ghost{color:#002a2a!important;background:#fff!important;border-color:#fff!important}.about-hero-full-bleed .btn-ghost:hover{color:#002a2a!important;background:#ffffffe6!important;border-color:#ffffffe6!important;box-shadow:0 4px 15px #ffffff4d!important}@media (width<=991px){.about-hero-full-bleed{justify-content:center!important;align-items:center!important;height:100svh!important;min-height:480px!important;margin-bottom:40px!important;padding-top:80px!important;padding-bottom:20px!important;display:flex!important}.about-hero-bg-video{object-position:right center!important}.about-hero-content-wrap{box-sizing:border-box!important;width:100%!important;max-width:100%!important;padding:0 24px!important}.standard-hero-grid{grid-template-columns:1fr!important;gap:0!important;width:100%!important}.standard-hero-text{text-align:center!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;width:100%!important;display:flex!important}.about-hero-full-bleed .standard-hero-title{color:#fff!important;text-align:center!important;margin-bottom:16px!important;font-size:clamp(24px,5.5vw,36px)!important;line-height:1.2!important}.about-hero-full-bleed .standard-hero-desc{color:#ffffffd9!important;text-align:center!important;max-width:540px!important;margin-bottom:24px!important;margin-left:auto!important;margin-right:auto!important;font-size:clamp(13px,2.5vw,15px)!important;line-height:1.6!important}.about-hero-overlay{background:#002a2abf!important}.about-hero-full-bleed .hero-actions{flex-flow:wrap!important;justify-content:center!important;gap:12px!important;width:100%!important;display:flex!important}}@media (width<=480px){.about-hero-full-bleed{padding-top:70px!important}.about-hero-full-bleed .standard-hero-title{margin-bottom:10px!important;font-size:clamp(20px,6vw,24px)!important}.about-hero-full-bleed .standard-hero-desc{max-width:320px!important;margin-bottom:20px!important;font-size:12px!important;line-height:1.5!important}.about-hero-full-bleed .hero-actions{flex-direction:column!important;align-items:center!important;gap:10px!important}.about-hero-full-bleed .hero-actions .btn-primary,.about-hero-full-bleed .hero-actions .btn-ghost{text-align:center!important;border-radius:20px!important;justify-content:center!important;width:85%!important;max-width:280px!important;padding:10px 16px!important;font-size:12px!important}}.story-narrative-wrap{border-top:1px solid #002a2a0d;border-bottom:1px solid #002a2a0d;margin:0;padding:60px 0}.story-timeline-grid{grid-template-columns:1.15fr .85fr;align-items:start;gap:60px;margin-top:40px;display:grid}.story-timeline-container{padding-bottom:60vh;padding-left:50px;position:relative}.story-timeline-line{background:#d4a01726;width:2px;position:absolute;top:0;bottom:0;left:15px;overflow:hidden}.story-timeline-line:after{content:"";background:linear-gradient(to bottom, transparent, var(--teal), transparent);background-size:100% 200px;animation:3.5s linear infinite waterFlow;position:absolute;inset:0}@keyframes waterFlow{0%{background-position:0 -200px}to{background-position:0 600px}}.story-timeline-item{opacity:.85;cursor:pointer;margin-bottom:50px;transition:transform .45s cubic-bezier(.25,1,.35,1),opacity .45s,filter .45s;position:relative}.story-timeline-item:last-child{margin-bottom:0}@media (hover:hover){.story-timeline-container:hover .story-timeline-item:not(:hover){opacity:.3;filter:blur(1.5px);transform:scale(.97)translate(-4px)}.story-timeline-item:hover{opacity:1;transform:translate(12px)scale(1.01)}}.story-timeline-item.active{opacity:1;transform:translate(12px)scale(1.01)}.story-timeline-dot{border:2.5px solid var(--teal);width:34px;height:34px;font-family:var(--font-display);color:var(--teal);z-index:2;background:#faf7f2;border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:6px;left:-50px;box-shadow:0 4px 10px #d4a01726}.story-timeline-item.active .story-timeline-dot{background:var(--text-dark);border-color:var(--teal);color:var(--teal);border-radius:10px;transform:rotate(360deg)scale(1.25);box-shadow:0 0 25px #d4a01780}@media (hover:hover){.story-timeline-item:hover .story-timeline-dot{background:var(--text-dark);border-color:var(--teal);color:var(--teal);border-radius:10px;transform:rotate(360deg)scale(1.25);box-shadow:0 0 25px #d4a01780}}.story-timeline-aura{filter:blur(24px);z-index:-1;opacity:0;pointer-events:none;background:radial-gradient(circle,#d4a01714 0%,#002a2a08 50%,#0000 70%);border-radius:50%;width:320px;height:320px;transition:transform .6s cubic-bezier(.25,1,.35,1),opacity .6s;position:absolute;top:-80px;left:-80px;transform:scale(.7)}.story-timeline-item.active .story-timeline-aura{opacity:1;transform:scale(1.1)}@media (hover:hover){.story-timeline-item:hover .story-timeline-aura{opacity:1;transform:scale(1.1)}}.story-timeline-title{font-family:var(--font-display);font-size:var(--fs-h2);color:var(--text-dark);align-items:center;gap:16px;margin-bottom:12px;transition:color .35s;display:flex}.story-timeline-title:after{content:"";background:linear-gradient(to right, var(--teal), transparent);width:0;height:1.5px;transition:width .45s cubic-bezier(.25,1,.35,1)}.story-timeline-item.active .story-timeline-title{color:var(--teal)}.story-timeline-item.active .story-timeline-title:after{width:80px}@media (hover:hover){.story-timeline-item:hover .story-timeline-title{color:var(--teal)}.story-timeline-item:hover .story-timeline-title:after{width:80px}}.story-timeline-content{max-width:760px}.story-timeline-desc{font-family:var(--font-body);font-size:var(--fs-body);color:var(--text-mid);line-height:1.8}.story-timeline-visual{justify-content:center;align-self:start;align-items:center;height:calc(100vh - 200px);display:flex;position:sticky;top:150px}.story-image-canvas{aspect-ratio:5/7;background:0 0;border-radius:16px;width:100%;max-width:280px;transition:all .8s ease-in-out;position:relative;overflow:hidden}.story-canvas-img{object-fit:contain;opacity:0;width:100%;height:100%;transition:opacity .8s,transform .8s cubic-bezier(.25,1,.35,1);position:absolute;inset:0;transform:scale(.95)}.story-canvas-img.active{opacity:1;transform:scale(1)}.story-canvas-border{display:none}.founder-section-grid{grid-template-columns:.95fr 1.05fr;align-items:center;gap:60px;margin:0;padding:60px 0;display:grid}.founder-img-container{width:100%;max-width:440px;margin:0 auto;position:relative}.founder-portrait{aspect-ratio:4/5;object-fit:contain;object-position:center top;width:100%;box-shadow:none;border:none;border-radius:20px}.founder-experience-badge{background:var(--text-dark);color:#f7f1e2;border:1px solid var(--teal);text-align:center;border-radius:16px;padding:24px 30px;position:absolute;bottom:30px;right:-20px;box-shadow:0 15px 35px #002a2a40}.founder-badge-years{font-family:var(--font-display);font-size:var(--fs-stat);color:var(--teal);font-weight:700;line-height:1}.founder-badge-label{font-family:var(--font-body);font-size:var(--fs-micro);letter-spacing:1.5px;text-transform:uppercase;color:#fff;margin-top:6px}.founder-story-content{padding-left:20px}.founder-story-text{font-family:var(--font-body);font-size:var(--fs-body);color:var(--text-mid);margin-bottom:24px;line-height:1.85}.founder-highlight-meta{border-top:1px solid #002a2a14;gap:40px;margin-top:36px;padding-top:24px;display:flex}.founder-meta-stat{flex-direction:column;display:flex}.founder-meta-stat:first-child{min-width:170px}.founder-meta-num{font-family:var(--font-display);font-size:var(--fs-stat);color:var(--teal);font-weight:600}.founder-meta-label{font-family:var(--font-body);font-size:var(--fs-micro);color:var(--text-light);margin-top:4px}.immersive-quote-section{background:var(--text-dark);color:#f7f1e2;text-align:center;border-radius:28px;max-width:1080px;margin:50px auto;padding:60px 30px;position:relative;overflow:hidden;box-shadow:0 20px 50px #002a2a26}.immersive-quote-bg-glow{z-index:0;pointer-events:none;background:radial-gradient(circle,#d4a0170f 0%,#0000 65%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.immersive-quote-container{z-index:1;max-width:860px;margin:0 auto;padding:0 20px;position:relative}.immersive-quote-symbol{font-family:var(--font-display);color:var(--teal);opacity:.7;height:40px;margin-bottom:-10px;font-size:90px;line-height:1}.immersive-quote-text{font-family:var(--font-display);font-size:var(--fs-quote);color:#f7f1e2;margin-bottom:24px;font-weight:300;line-height:1.5}.immersive-quote-author{font-family:var(--font-body);font-size:var(--fs-label);letter-spacing:3px;text-transform:uppercase;color:var(--teal);font-weight:600}.split-mv-layout{grid-template-columns:1fr 1fr;align-items:stretch;gap:32px;margin:0;padding:60px 0;display:grid}.split-mv-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:1;background:#ffffffa6;border:1.5px solid #d4a01726;border-radius:28px;flex-direction:column;padding:44px 36px;transition:transform .4s cubic-bezier(.25,1,.35,1),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #002a2a08}.split-mv-card:hover{border-color:var(--teal);transform:translateY(-5px);box-shadow:0 20px 45px #002a2a14}.mv-card-icon-wrap{width:46px;height:46px;color:var(--teal);background:#d4a01714;border:1px solid #d4a01726;border-radius:50%;justify-content:center;align-items:center;margin-bottom:20px;transition:all .4s;display:flex}.split-mv-card:hover .mv-card-icon-wrap{background:var(--text-dark);color:var(--teal);transform:scale(1.1)rotate(12deg);box-shadow:0 0 15px #d4a01740}.mv-card-number{font-family:var(--font-display);color:#d4a0170f;pointer-events:none;z-index:-1;font-size:84px;font-weight:700;line-height:1;transition:color .4s,transform .4s;position:absolute;top:15px;right:25px}.split-mv-card:hover .mv-card-number{color:#d4a0171f;transform:translateY(-2px)}.mv-card-bg-glow{z-index:-1;pointer-events:none;opacity:.6;background:radial-gradient(circle,#d4a0170a 0%,#0000 70%);border-radius:50%;width:200px;height:200px;transition:transform .6s cubic-bezier(.25,1,.35,1),opacity .6s;position:absolute;bottom:-40px;right:-40px}.split-mv-card:hover .mv-card-bg-glow{opacity:1;transform:scale(1.3)}.split-mv-title{font-family:var(--font-display);font-size:var(--fs-h2);color:var(--text-dark);letter-spacing:.5px;margin-top:8px;margin-bottom:16px}.split-mv-text{font-family:var(--font-body);font-size:var(--fs-body);color:var(--text-mid);flex-grow:1;line-height:1.8}.personal-letter-section{justify-content:center;margin:0;padding:60px 0;display:flex}.scroll-wrapper{width:100%;max-width:760px;margin:0 auto;transition:all .4s cubic-bezier(.165,.84,.44,1)}.scroll-wrapper.is-closed{cursor:pointer}.scroll-closed-container{background:#faf7f2;border:1.5px dashed #d4a01740;border-radius:16px;flex-direction:column;align-items:center;padding:40px;transition:all .35s;display:flex}.scroll-closed-container:hover{background:#fffdf9;border-color:#d4a01799;box-shadow:0 12px 30px #d4a01714}.scroll-instruction{text-align:center;flex-direction:column;align-items:center;margin-bottom:10px;display:flex}.instruction-text{font-family:var(--font-display);color:var(--text-dark);letter-spacing:.5px;font-size:20px;font-weight:600}.instruction-subtext{font-family:var(--font-display);color:#d4a017;text-transform:uppercase;letter-spacing:1.5px;margin-top:4px;font-size:14px;font-weight:500}.instruction-arrow-pulse{color:#d4a017;margin-top:12px;animation:1.6s ease-in-out infinite bounceDown}@keyframes bounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.scroll-closed-art{width:100%;max-width:320px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.scroll-closed-container:hover .scroll-closed-art{transform:translateY(-8px)scale(1.05)}.scroll-open-container{transform-origin:top;width:100%;animation:.9s cubic-bezier(.16,1,.3,1) forwards unrollScroll}@keyframes unrollScroll{0%{opacity:0;transform:scaleY(.4)}to{opacity:1;transform:scaleY(1)}}.scroll-paper{background:linear-gradient(90deg,#fff2d6 0%,#fffbf2 10% 90%,#fff2d6 100%);border-left:2px solid #d9bf8f;border-right:2px solid #d9bf8f;border-radius:6px;position:relative;overflow:hidden;box-shadow:0 30px 70px #0000001f,0 10px 25px #0000000d}.scroll-top-curl{background:linear-gradient(#a88b58,#faf0dd 30%,#fffdf9 50%,#faf0dd 75%,#8c6f47 100%);border-bottom:2px solid #8c6f47;height:20px;box-shadow:0 4px 8px #00000026}.scroll-bottom-curl{background:linear-gradient(#8c6f47 0%,#faf0dd 25%,#fffdf9 50%,#faf0dd 70%,#a88b58);border-top:2px solid #8c6f47;height:20px;box-shadow:0 -4px 8px #00000026}.scroll-content{padding:60px 80px;position:relative}.scroll-close-btn{color:#8c6f47;font-family:var(--font-display);cursor:pointer;background:0 0;border:1px solid #8c6f474d;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:500;transition:all .25s;position:absolute;top:25px;right:40px}.scroll-close-btn:hover{color:#fff;background:#8c6f47;border-color:#8c6f47}.personal-letter-salutation{font-family:var(--font-display);color:var(--text-dark);margin-bottom:24px;font-size:26px;font-style:italic;font-weight:600}.personal-letter-body{font-family:var(--font-display);color:#0b1a1a;margin-bottom:40px;font-size:20px;font-weight:500;line-height:1.85}.personal-letter-paragraph{text-indent:35px;margin-bottom:24px;font-style:italic}.personal-letter-signoff{font-family:var(--font-display);color:var(--text-dark);float:right;text-align:left;min-width:220px;margin-bottom:10px;font-size:19px;line-height:1.6}.personal-letter-signature{font-family:var(--font-display);color:#d4a017;letter-spacing:.5px;margin-top:6px;font-size:36px;font-style:italic;font-weight:500}.scroll-content:after{content:"";clear:both;display:table}.editorial-cta-section{text-align:center;border-top:1px solid #002a2a0d;padding:120px 0}.editorial-cta-headline{font-family:var(--font-display);font-size:var(--fs-h1);color:var(--text-dark);margin-bottom:20px}.editorial-cta-desc{font-family:var(--font-body);font-size:var(--fs-body);color:var(--text-light);max-width:600px;margin:0 auto 40px;line-height:1.8}.founder-journey-link-wrap{justify-content:flex-start;display:flex}.journey-message-link{cursor:pointer;flex-direction:column;align-items:center;gap:10px;text-decoration:none;display:inline-flex}.journey-message-highlight{font-family:var(--font-display);color:#0b2525;letter-spacing:.5px;background:gold;border:1px solid #002a2a;border-radius:30px;padding:10px 24px;font-size:15px;font-weight:700;transition:all .35s cubic-bezier(.25,1,.35,1);animation:2s infinite alternate glowPulse;display:inline-block;box-shadow:0 0 15px #ffd70099,0 0 30px #ffd70066}@keyframes glowPulse{0%{box-shadow:0 0 15px #ffd70099,0 0 30px #ffd70066}to{box-shadow:0 0 25px #ffd700cc,0 0 50px #ffd70099}}.journey-message-link:hover .journey-message-highlight{color:#0b2525;background:gold;border-color:#002a2a;transform:translateY(-2px)scale(1.02);box-shadow:0 0 30px #ffd700e6,0 0 60px #ffd700b3}.journey-message-link .arrow-icon{color:var(--teal);font-size:24px;font-weight:700;transition:transform .3s;animation:1.5s ease-in-out infinite bounceDownMini;display:inline-block}@keyframes bounceDownMini{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.click-me-hand-about{color:#002a2a;font-family:var(--font-display,serif);white-space:nowrap;pointer-events:none;z-index:5;align-items:center;font-size:14px;font-weight:700;animation:1.2s ease-in-out infinite pointLeftAbout;display:flex}.click-me-hand-about .emoji-hand{margin-left:4px;font-size:20px}@keyframes pointLeftAbout{0%,to{transform:translate(0)}50%{transform:translate(-8px)}}@media (width<=576px){.click-me-hand-about{font-size:12px}.click-me-hand-about .emoji-hand{margin-left:2px;font-size:16px}}.about-awareness-section{border-top:1px solid #002a2a0d;padding:80px 0}.about-awareness-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:60px;display:grid}.about-awareness-text{padding-right:20px}.about-awareness-lead{color:var(--text-dark);margin-top:20px;margin-bottom:20px;font-size:18px;font-weight:500;line-height:1.75}.about-awareness-sub{color:var(--text-mid);margin-bottom:0;font-size:15px;line-height:1.8}.about-awareness-list{flex-direction:column;gap:20px;display:flex}.about-awareness-item{cursor:pointer;background-color:#faf6ed;border:1px solid #d4a01726;border-radius:16px;gap:16px;padding:18px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex}@media (hover:hover){.about-awareness-item:hover{border-color:#d4a017;transform:translateY(-4px);box-shadow:0 12px 36px #4a9ead0f}}.about-awareness-item .item-num{font-family:var(--font-display,serif);color:#d4a017;font-size:24px;font-weight:700;line-height:1}.about-awareness-item .item-content h4{font-family:var(--font-display,serif);color:#002a2a;margin:0 0 8px;font-size:16px;font-weight:600}.about-awareness-item .item-content p{color:var(--text-mid);margin:0 0 14px;font-size:13px;line-height:1.6}.about-awareness-item .item-link{color:#002a2a;text-transform:uppercase;letter-spacing:.5px;background-color:gold;border:1.5px solid #000;border-radius:20px;padding:8px 16px;font-size:12px;font-weight:700;transition:all .3s;display:inline-block}@media (hover:hover){.about-awareness-item:hover .item-link{color:gold;background-color:#002a2a;border-color:#002a2a}}@media (width<=992px){.founder-section-grid{grid-template-columns:1fr;gap:48px}.founder-story-content{text-align:center;padding-left:0}.founder-highlight-meta,.founder-journey-link-wrap{justify-content:center}.founder-img-container{max-width:400px}.founder-experience-badge{bottom:20px;right:0}.split-mv-layout{grid-template-columns:1fr;gap:32px}.split-mv-column:not(:last-child):after{display:none}.scroll-content{padding:50px 30px}.scroll-close-btn{top:15px;right:20px}.personal-letter-salutation{font-size:22px}.personal-letter-body{font-size:16.5px;line-height:1.8}.personal-letter-signoff{float:none;margin-top:30px}.story-timeline-grid{flex-direction:column-reverse;gap:30px;display:flex}.story-timeline-visual{z-index:10;background-color:#f3ebd2;justify-content:center;align-items:center;width:100%;height:280px;margin:0;padding:15px 0;display:flex;position:sticky;top:100px;box-shadow:0 10px 15px -10px #002a2a0d}.story-image-canvas{aspect-ratio:5/7;border-radius:16px;width:auto;max-width:none;height:100%;box-shadow:0 8px 20px #002a2a14}.story-timeline-container{padding-bottom:250px;padding-left:50px}.about-awareness-grid{grid-template-columns:1fr;gap:40px}.about-awareness-text{text-align:center;margin-bottom:35px;padding-right:0}.about-awareness-list{grid-template-columns:1fr 1fr;gap:20px;display:grid}.split-mv-title{font-size:24px}.mv-card-number{font-size:72px}}@media (width<=768px){.value-pillar-row{grid-template-columns:1fr;gap:12px}.value-pillar-desc{padding-left:0}.story-timeline-grid{flex-direction:column-reverse;gap:20px;display:flex}.story-timeline-visual{z-index:10;background-color:#f3ebd2;justify-content:center;align-items:center;width:100%;height:260px;margin:0;padding:12px 0;display:flex;position:sticky;top:80px;box-shadow:0 10px 15px -10px #002a2a0d}.story-image-canvas{aspect-ratio:5/7;border-radius:16px;width:auto;max-width:none;height:100%;box-shadow:0 8px 20px #002a2a14}.story-timeline-container{padding-left:35px}.story-timeline-item.active{transform:translate(6px)scale(1.01)}.story-timeline-line{left:11px}.story-timeline-dot{width:24px;height:24px;font-size:11px;top:4px;left:-35px}.founder-img-container{width:340px;max-width:100%}.founder-experience-badge{border-radius:12px;padding:12px 18px;bottom:-15px;right:15px}.founder-badge-years{font-size:22px}.founder-badge-label{letter-spacing:1px;margin-top:2px;font-size:9px}.founder-highlight-meta{gap:24px;margin-top:24px;padding-top:16px}.founder-meta-num{font-size:24px}.split-mv-card{padding:30px 24px}.mv-card-number{font-size:64px}.scroll-closed-container{padding:24px 16px}}@media (width<=560px){.founder-section-grid{gap:24px;padding:30px 0}.founder-story-content h2{font-size:24px!important;line-height:1.25!important}.founder-story-text{font-size:15px;line-height:1.7}.founder-highlight-meta{flex-direction:column;gap:16px}.founder-meta-stat{gap:2px}.story-timeline-item{margin-bottom:30px}.story-timeline-grid{flex-direction:column-reverse;gap:16px;display:flex}.story-timeline-visual{z-index:10;background-color:#f3ebd2;justify-content:center;align-items:center;width:100%;height:220px;margin:0;padding:10px 0;display:flex;position:sticky;top:80px;box-shadow:0 10px 15px -10px #002a2a0d}.story-image-canvas{aspect-ratio:5/7;border-radius:12px;width:auto;max-width:none;height:100%;box-shadow:0 6px 15px #002a2a14}.story-timeline-container{padding-bottom:200px;padding-left:20px}.story-timeline-item.active{transform:translate(4px)scale(1.01)}.story-timeline-line{left:7px}.story-timeline-dot{width:16px;height:16px;font-size:8px;top:5px;left:-20px}.story-timeline-title{gap:8px;margin-bottom:6px;font-size:15px!important}.story-timeline-desc{font-size:12px;line-height:1.5}.about-awareness-section{padding:40px 0}.about-awareness-grid{gap:24px}.about-awareness-text{text-align:center;margin-bottom:24px;padding-right:0}.about-awareness-list{flex-direction:column;gap:16px;display:flex}.about-awareness-lead{margin-top:12px;margin-bottom:12px;font-size:16px;line-height:1.6}.about-awareness-sub{font-size:14px;line-height:1.65}.about-awareness-item{border-radius:12px;gap:10px;padding:12px}.about-awareness-item .item-num{font-size:16px}.about-awareness-item .item-content h4{margin-bottom:4px;font-size:14px}.about-awareness-item .item-content p{margin-bottom:10px;font-size:11.5px}.about-awareness-item .item-link{padding:6px 12px;font-size:10px}.immersive-quote-section{border-radius:20px;margin:30px auto;padding:40px 20px}.immersive-quote-symbol{height:30px;font-size:60px}.immersive-quote-text{margin-bottom:16px;line-height:1.5;font-size:18px!important}.split-mv-layout{padding:30px 0}.split-mv-card{border-radius:20px;padding:24px 20px}.split-mv-title{margin-top:4px;margin-bottom:8px;font-size:20px}.split-mv-text{font-size:14px;line-height:1.65}.mv-card-number{font-size:54px;top:10px;right:15px}.scroll-closed-container{padding:20px 16px}.instruction-text{font-size:18px}.instruction-subtext{margin-top:2px;font-size:12px}.scroll-closed-art{max-width:240px}.scroll-content{padding:40px 20px}.scroll-close-btn{padding:4px 10px;font-size:11px;top:15px;right:15px}.personal-letter-salutation{margin-top:10px;margin-bottom:16px;font-size:18px}.personal-letter-body{margin-bottom:24px;font-size:16px;line-height:1.7}.personal-letter-paragraph{text-indent:20px;margin-bottom:16px}.personal-letter-signature{font-size:26px}.personal-letter-signoff{min-width:180px}.editorial-cta-section{padding:60px 16px}.editorial-cta-headline{font-size:28px!important;line-height:1.25!important}.editorial-cta-desc{margin-bottom:24px;font-size:15px}}.about-video-section{width:100%;max-width:1100px;margin:40px auto;padding:0 24px}.about-video-grid{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff8c;border:1px solid #d4a0172e;border-radius:28px;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;padding:40px;display:grid;box-shadow:0 15px 35px #002a2a0a}.about-video-player-side{width:100%}.about-video-container{background-color:#000;border:1px solid #002a2a0d;border-radius:20px;width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 15px 30px #002a2a14}.about-video-container iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.video-cover-wrap{cursor:pointer;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0;overflow:hidden}.video-cover-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.video-cover-wrap:hover .video-cover-img{transform:scale(1.04)}.video-play-btn{color:#002a2a;background:#d4a017;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;box-shadow:0 10px 25px #d4a01766}.video-cover-wrap:hover .video-play-btn{color:#d4a017;background:#002a2a;transform:scale(1.1);box-shadow:0 12px 30px #002a2a4d}.video-play-btn svg{margin-left:3px}.about-video-text-side{text-align:left;flex-direction:column;justify-content:center;display:flex}.about-video-body-text p{color:var(--text-mid);margin-bottom:14px;font-size:14px;line-height:1.6}.about-video-body-text p strong{color:var(--text-dark)}@media (width<=991px){.about-video-grid{grid-template-columns:1fr;gap:32px;padding:30px}}@media (width<=480px){.about-video-grid{border-radius:20px;gap:20px;padding:24px 16px}}.story-narrative-wrap,.founder-section-grid,.about-awareness-section,.split-mv-layout,.personal-letter-section,.editorial-cta-section{margin:0!important;padding:20px 0!important}.about-video-section{margin:40px auto!important;padding:20px 0!important}.immersive-quote-section{margin:20px auto!important;padding:30px 24px!important}@media (width<=768px){.story-narrative-wrap,.founder-section-grid,.about-awareness-section,.split-mv-layout,.personal-letter-section,.editorial-cta-section{margin:0!important;padding:16px 0!important}.about-video-section{margin:24px auto!important;padding:16px 0!important}.immersive-quote-section{margin:16px auto!important;padding:24px 16px!important}}.services-page-wrap{color:var(--text-dark);font-family:var(--font-display);background-color:#f3ebd2;padding-top:80px}.services-page-wrap.page-no-pad{padding-top:0}.services-hero-trust-badges{border-top:1px solid #002a2a0f;flex-wrap:wrap;gap:12px;margin-top:20px;padding-top:16px;display:flex}.trust-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff73;border:1px solid #d4a01726;border-radius:12px;align-items:center;gap:10px;padding:6px 14px;transition:all .3s;display:flex;box-shadow:0 4px 15px #002a2a05}.trust-badge:hover{background:#fff;border-color:#d4a017;transform:translateY(-2px);box-shadow:0 6px 20px #d4a0171a}.badge-icon{font-size:16px}.badge-text{font-family:var(--font-body);font-size:var(--fs-body-sm);color:#002a2a;letter-spacing:.5px;font-weight:600}.about-hero-full-bleed .trust-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border-color:#ffd70033}.about-hero-full-bleed .trust-badge:hover{background:#fff3;border-color:gold}.about-hero-full-bleed .badge-text{color:#fff}@media (width<=992px){.services-hero-trust-badges{justify-content:center}}.services-navigator-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0;overflow:hidden}.navigator-section-header{text-align:center;margin-bottom:40px}.service-cards-scroller{scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%;padding:12px 0 40px;overflow-x:auto}.service-cards-scroller::-webkit-scrollbar{display:none}.svc-track{flex-direction:row;gap:16px;width:max-content;display:flex}.scroller-container-relative{width:100%;position:relative}.scroll-nav-btn{color:#002a2a;cursor:pointer;z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f7f1e2d9;border:1px solid #d4a01766;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 15px #002a2a26}.scroll-nav-btn:hover{color:#002a2a;background:#d4a017;border-color:#d4a017;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 20px #d4a0174d}.scroll-nav-btn:active{transform:translateY(-50%)scale(.95)}.prev-btn{left:20px}.next-btn{right:20px}@media (width<=768px){.scroll-nav-btn{width:40px;height:40px}.prev-btn{left:10px}.next-btn{right:10px}}.svc-card{cursor:pointer;transform-origin:bottom;background:#fff;border:1px solid #002a2a0f;border-radius:20px;flex-direction:row;flex-shrink:0;width:260px;height:420px;transition:transform .45s cubic-bezier(.22,1,.36,1),box-shadow .45s,width .5s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #002a2a0f}.svc-card:hover{z-index:10;width:520px;transform:translateY(-10px)scale(1.01);box-shadow:0 30px 70px #002a2a2e,0 0 0 2px #d4a01759,0 0 40px #d4a0171f}.svc-card-main-panel{z-index:1;background:#fff;flex-direction:column;flex-shrink:0;width:260px;height:100%;display:flex}.svc-card-img-wrap{background:#faf7f2;border-bottom:1px solid #002a2a0a;width:100%;height:230px;overflow:hidden}.svc-card-png-img{object-fit:contain;box-sizing:border-box;mix-blend-mode:multiply;width:100%;height:100%;padding:15px 10px 0;transition:transform .5s}.svc-card:hover .svc-card-png-img{transform:scale(1.06)translateY(-5px)}.svc-card-info{text-align:center;flex-direction:column;flex-grow:1;justify-content:space-between;align-items:center;padding:24px 20px;display:flex}.svc-card-num{font-family:var(--font-body);font-size:var(--fs-micro);text-transform:uppercase;letter-spacing:3px;color:#d4a017;margin-bottom:6px;font-weight:800}.svc-card-title{font-family:var(--font-display);font-size:var(--fs-h3);color:var(--text-dark);text-align:center;flex-grow:1;justify-content:center;align-items:center;margin:0;padding:0 10px;font-weight:600;line-height:1.35;display:flex}.svc-card-arrow{color:#002a2a4d;background:0 0;border:1.5px solid #002a2a1f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-top:12px;font-size:14px;transition:all .3s;display:flex}.svc-card:hover .svc-card-arrow{color:#fff;background:#d4a017;border-color:#d4a017;transform:rotate(45deg)}.svc-card-detail-panel{opacity:0;z-index:2;box-sizing:border-box;background:linear-gradient(155deg,#002a2a 0%,#013535 55%,#012e30 100%);flex-direction:column;flex-shrink:0;justify-content:flex-start;width:260px;height:100%;padding:32px 26px 26px;transition:opacity .35s .1s,transform .4s cubic-bezier(.22,1,.36,1) 50ms;display:flex;overflow:hidden;transform:translate(20px)}.svc-card-detail-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4a01738 0%,#0000 70%);border-radius:50%;width:180px;height:180px;position:absolute;top:-60px;right:-60px}.svc-card-detail-panel:after{content:"";pointer-events:none;background:radial-gradient(circle,#226e772e 0%,#0000 70%);border-radius:50%;width:140px;height:140px;position:absolute;bottom:-40px;left:-40px}.svc-card:hover .svc-card-detail-panel{opacity:1;transform:translate(0)}.svc-expanded-num{text-transform:uppercase;letter-spacing:3px;color:#d4a017;margin-bottom:10px;font-size:10px;font-weight:800}.svc-expanded-title{font-family:var(--font-display);font-size:var(--fs-h3);color:#f7f1e2;margin:0 0 12px;font-weight:600;line-height:1.25}.svc-expanded-desc{font-family:var(--font-body);font-size:var(--fs-body-sm);color:#f7f1e2b3;margin:0 0 18px;line-height:1.65}.svc-expanded-bullets{flex-direction:column;gap:7px;max-height:150px;margin-top:auto;padding-right:6px;display:flex;overflow-y:auto}.svc-expanded-bullets::-webkit-scrollbar{width:3px}.svc-expanded-bullets::-webkit-scrollbar-track{background:#ffffff0d;border-radius:2px}.svc-expanded-bullets::-webkit-scrollbar-thumb{background:#d4a017;border-radius:2px}.svc-expanded-bullet{font-family:var(--font-body);font-size:var(--fs-body-sm);color:#f7f1e2d9;background:#ffffff0e;border:1px solid #d4a01726;border-radius:7px;align-items:center;gap:9px;padding:7px 12px;font-weight:500;display:flex}.svc-expanded-dot{background:#d4a017;border-radius:50%;flex-shrink:0;width:5px;height:5px}.svc-card:nth-child(odd){border-top:3px solid #d4a017}.svc-card:nth-child(2n){border-top:3px solid #226e77}.service-cards-scroll-wrap{position:relative}.service-cards-scroll-wrap:before,.service-cards-scroll-wrap:after{content:"";pointer-events:none;z-index:5;width:80px;height:calc(100% - 40px);position:absolute;top:0}.service-cards-scroll-wrap:before{background:linear-gradient(270deg,#0000,#faf7f2 85%);left:0}.service-cards-scroll-wrap:after{background:linear-gradient(90deg,#0000,#faf7f2 85%);right:0}.scroll-hint{color:#002a2a59;text-transform:uppercase;letter-spacing:1.5px;justify-content:flex-end;align-items:center;gap:8px;margin-bottom:18px;font-size:12px;font-weight:600;display:flex}.scroll-hint-arrow{font-size:16px;animation:1.8s ease-in-out infinite scrollNudge}@keyframes scrollNudge{0%,to{transform:translate(0)}50%{transform:translate(6px)}}.who-is-this-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0}.who-story-list{flex-direction:column;gap:24px;margin-top:40px;display:flex}.who-story-card{background:#002a2a;border:1px solid #d4a0171a;border-radius:20px;grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;padding:40px;transition:transform .35s,box-shadow .35s;display:grid;box-shadow:0 10px 30px #0000001a}.who-story-card:hover{transform:translateY(-4px);box-shadow:0 15px 45px #d4a01733}.who-story-card.reverse{grid-template-columns:1fr 1.2fr}.who-story-card.reverse .who-story-text{order:2}.who-story-card.reverse .who-story-visual{order:1}.who-story-label{font-family:var(--font-body);font-size:var(--fs-label);text-transform:uppercase;color:#d4a017;letter-spacing:3px;text-shadow:0 0 10px #d4a01780,0 0 18px #d4a0174d;margin-bottom:12px;font-weight:700;display:inline-block}.who-story-title{font-family:var(--font-display);font-size:var(--fs-h2);color:#d4a017;margin-bottom:16px;font-weight:400}.who-story-desc{font-family:var(--font-body);font-size:var(--fs-body);color:#faf7f2;margin-bottom:24px;line-height:1.75}.who-story-quote{color:#faf7f2;opacity:.9;border-left:2.5px solid #d4a017;margin:0 0 24px;padding-left:14px;font-size:14px;font-style:italic;font-weight:500}.who-book-btn{color:#002a2a;font-family:var(--font-body);font-size:var(--fs-btn);cursor:pointer;background:gold;border:1.5px solid #000;border-radius:30px;padding:12px 28px;font-weight:700;transition:all .35s;box-shadow:0 4px 14px #ffd7004d}.who-book-btn:hover{color:#fff;background:#002a2a;border-color:#002a2a;transform:translateY(-3px)scale(1.02);box-shadow:0 10px 28px #ffd70073}.who-story-visual{background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;height:280px;padding:10px;display:flex}.who-image-wrapper{background:#faf7f2;border-radius:50%;justify-content:center;align-items:center;width:250px;height:250px;transition:transform .4s,box-shadow .4s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000004d}.who-story-card:hover .who-image-wrapper{transform:translateY(-8px);box-shadow:0 15px 40px #d4a01766}.who-story-img{object-fit:cover;width:100%;height:100%}.comparison-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0}.comparison-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:30px;display:grid}.comparison-card{background:#fff;border:1px solid #002a2a0d;border-radius:20px;padding:48px;transition:transform .35s,box-shadow .35s;box-shadow:0 10px 30px #00000005}.comparison-card:hover{transform:translateY(-4px);box-shadow:0 15px 45px #002a2a0a}.comparison-card.highlighted{border-top:4px solid #d4a017}.comparison-card.teal-highlighted{border-top:4px solid var(--teal)}.comp-header{align-items:center;gap:16px;margin-bottom:24px;display:flex}.comp-icon-box{background:#faf7f2;border:1px solid #002a2a0a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.comp-title{font-family:var(--font-display);font-size:var(--fs-h2);color:var(--text-dark);margin:0;font-weight:400}.comp-section-title{font-family:var(--font-body);font-size:var(--fs-label);text-transform:uppercase;color:#d4a017;letter-spacing:3px;text-shadow:0 0 10px #d4a01780;border-bottom:1px solid #002a2a0d;margin:28px 0 12px;padding-bottom:6px;font-weight:700}.comp-bullets{margin:0;padding:0;list-style:none}.comp-bullets li{font-family:var(--font-body);font-size:var(--fs-body-sm);color:var(--text-mid);align-items:flex-start;gap:10px;margin-bottom:12px;line-height:1.65;display:flex}.comp-bullet-check{color:var(--teal);flex-shrink:0;font-weight:700}.timeline-section{border-top:1px solid #002a2a0d;border-bottom:1px solid #002a2a0d;margin:0;padding:60px 0;position:relative;overflow:hidden}.timeline-section .section-label{color:var(--teal);z-index:2;text-shadow:0 0 10px #d4a01799,0 0 20px #d4a01759;position:relative;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.timeline-section .section-title{color:var(--text-dark);z-index:2;position:relative}.timeline-section .section-sub{color:var(--text-mid);z-index:2;position:relative}.timeline-track{z-index:2;grid-template-columns:repeat(5,1fr);gap:20px;max-width:1200px;margin-top:60px;margin-left:auto;margin-right:auto;padding:0 20px;display:grid;position:relative}.timeline-track:before{content:"";z-index:1;background:#d4a01726;height:2px;position:absolute;top:0;left:5%;right:5%}.timeline-track:after{content:"";z-index:2;background:linear-gradient(90deg,#0000 0%,#d4a017 50%,#0000 100%) 0 0/200% 100%;border-radius:4px;height:4px;animation:3.5s linear infinite energyBeam;position:absolute;top:-1px;left:5%;right:5%;box-shadow:0 0 15px #d4a01799}@keyframes energyBeam{0%{background-position:200% 0}to{background-position:-200% 0}}.timeline-node{text-align:center;z-index:3;background:linear-gradient(135deg,#fffdf9 0%,#faf6ea 60%,#f5ecd4 100%);border:2px solid #d4a01759;border-radius:20px;flex-direction:column;align-items:center;padding:44px 16px 24px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:6s ease-in-out infinite nodeFloat;display:flex;position:relative;box-shadow:0 15px 35px #d4a01714}.timeline-node:first-child{animation-delay:0s,0s}.timeline-node:nth-child(2){animation-delay:.6s,3s}.timeline-node:nth-child(3){animation-delay:1.2s,6s}.timeline-node:nth-child(4){animation-delay:1.8s,9s}.timeline-node:nth-child(5){animation-delay:2.4s,12s}.timeline-node:first-child .timeline-circle{animation-delay:0s}.timeline-node:nth-child(2) .timeline-circle{animation-delay:3s}.timeline-node:nth-child(3) .timeline-circle{animation-delay:6s}.timeline-node:nth-child(4) .timeline-circle{animation-delay:9s}.timeline-node:nth-child(5) .timeline-circle{animation-delay:12s}@keyframes nodeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes nodeAutoHover{0%,15%,to{background:linear-gradient(135deg,#fffdf9 0%,#faf6ea 60%,#f5ecd4 100%);border-color:#d4a01759;transform:translateY(0);box-shadow:0 15px 35px #d4a01714}5%,10%{background:linear-gradient(135deg,#fff 0%,#faf0d4 100%);border-color:#d4a017;transform:translateY(-8px)scale(1.03);box-shadow:0 25px 50px #d4a01740,inset 0 0 15px #d4a0171a}}.timeline-node:hover{background:linear-gradient(135deg,#fff 0%,#faf0d4 100%)!important;border-color:#d4a017!important;transform:translateY(-12px)scale(1.05)!important;box-shadow:0 25px 50px #d4a0174d!important}.timeline-circle{color:#002a2a;z-index:4;background:linear-gradient(135deg,#d4a017 0%,#f7c04a 100%);border:3px solid #faf6eb;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:20px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:-26px;box-shadow:0 6px 18px #d4a01740}.timeline-node:hover .timeline-circle{color:#faf7f2!important;background:#002a2a!important;border-color:#d4a017!important;transform:scale(1.15)rotate(15deg)!important;box-shadow:0 10px 25px #d4a01773!important}.timeline-step{text-transform:uppercase;color:#002a2a;letter-spacing:2px;background:linear-gradient(90deg,#d4a017 0%,#f7c04a 100%);border:none;border-radius:20px;margin-top:5px;margin-bottom:8px;padding:4px 10px;font-size:10px;font-weight:800;box-shadow:0 4px 10px #d4a01740}.timeline-node .timeline-title{font-family:var(--font-display);margin-bottom:8px;font-size:20px;font-weight:600;color:#002a2a!important}.timeline-node .timeline-desc{font-family:var(--font-body);padding:0 5px;font-size:12.5px;line-height:1.5;color:#335454!important}.faq-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0}.faq-list{flex-direction:column;gap:12px;max-width:760px;margin:30px auto 0;display:flex}.faq-card{background:#fff;border:1px solid #002a2a0d;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 15px #00000003}.faq-card:hover{border-color:#d4a0174d}.faq-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:24px 30px;display:flex}.faq-question{font-family:var(--font-display);color:var(--text-dark);margin:0;font-size:16.5px;font-weight:600}.faq-icon-wrap{width:28px;height:28px;color:var(--text-mid);background:#faf7f2;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.faq-card.open .faq-icon-wrap{color:#d4a017;background:#d4a0171a;transform:rotate(180deg)}.faq-content{opacity:0;max-height:0;padding:0 30px;transition:all .35s cubic-bezier(.2,.8,.2,1);overflow:hidden}.faq-card.open .faq-content{opacity:1;max-height:350px;padding:0 30px 24px}.faq-answer{color:var(--text-mid);border-top:1px solid #002a2a0a;margin:0;padding-top:16px;font-size:14.5px;line-height:1.65}.cta-banner-section{border-top:1px solid #002a2a0d;padding:100px 0}.cta-banner-card{background:linear-gradient(135deg, var(--text-dark) 0%, #001c1c 100%);text-align:center;border-radius:28px;padding:80px;position:relative;overflow:hidden;box-shadow:0 30px 70px #002a2a26}.cta-banner-card:before{content:"";background:radial-gradient(circle,#d4a01714 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;top:-100px;right:-100px}.cta-banner-card h2{font-family:var(--font-display);color:#fff;margin-bottom:20px;font-size:clamp(28px,4.5vw,48px);font-weight:700}.cta-banner-card p{color:#f7f1e2cc;max-width:580px;margin:0 auto 36px;font-size:16px;line-height:1.7}.supporting-services-section{border-top:1px solid #002a2a0d;padding:100px 0}.support-accordion-panels{gap:16px;width:100%;height:520px;margin-top:30px;display:flex}.support-panel{cursor:pointer;background:#fff;border:1px solid #002a2a0d;border-radius:28px;flex-direction:row;flex:1;height:100%;transition:flex .6s cubic-bezier(.25,1,.2,1),background .4s,border-color .4s,box-shadow .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #002a2a05}.support-panel:hover{border-color:#226e7726;box-shadow:0 15px 40px #002a2a0d}.support-panel.active{border-color:var(--teal);cursor:default;background:linear-gradient(155deg,#002a2a 0%,#013535 55%,#012e30 100%);flex:5.5;box-shadow:0 30px 60px #002a2a33}.support-panel-header{box-sizing:border-box;background:#fff;border-right:1px solid #002a2a08;flex-direction:column;flex-shrink:0;justify-content:flex-start;align-items:center;width:80px;height:100%;padding:30px 10px;transition:background .4s,border-color .4s;display:flex}.support-panel.active .support-panel-header{background:#ffffff08;border-right:1px solid #ffffff14}.support-panel-num{color:#d4a017;letter-spacing:1.5px;background:#d4a01714;border-radius:20px;margin-bottom:24px;padding:4px 10px;font-size:14px;font-weight:800;transition:all .3s}.support-panel.active .support-panel-num{color:#fff;background:#d4a017}.support-panel-icon{background:#faf7f2;border:1px solid #002a2a0a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:30px;padding:8px;transition:all .4s;display:flex}.support-panel.active .support-panel-icon{background:#ffffff0f;border-color:#ffffff26}.support-panel-icon svg{width:100%;height:100%;display:block}.support-panel-vertical-title{font-family:var(--font-display);color:var(--text-dark);writing-mode:vertical-rl;text-orientation:mixed;white-space:nowrap;margin:0;font-size:16px;font-weight:700;transition:color .3s,opacity .3s;transform:rotate(180deg)}.support-panel.active .support-panel-vertical-title{color:#fff;opacity:0;height:0;overflow:hidden}.support-panel-content{opacity:0;visibility:hidden;flex-grow:1;height:100%;transition:opacity .4s .15s,visibility .4s .15s;overflow:hidden}.support-panel.active .support-panel-content{opacity:1;visibility:visible}.support-panel-content-inner{box-sizing:border-box;flex-direction:column;justify-content:flex-start;height:100%;padding:44px 50px;display:flex}.support-panel-badge{text-transform:uppercase;letter-spacing:2.5px;color:#d4a017;margin-bottom:12px;font-size:11px;font-weight:800;display:block}.support-panel-title{font-family:var(--font-display);color:#f7f1e2;margin:0 0 16px;font-size:26px;font-weight:700;line-height:1.25}.support-panel-desc{color:#f7f1e2b3;max-width:650px;margin:0 0 28px;font-size:15px;line-height:1.7}.support-panel-list-title{text-transform:uppercase;letter-spacing:1.5px;color:#fff;border-bottom:1px solid #ffffff14;max-width:650px;margin:0 0 16px;padding-bottom:8px;font-size:13px;font-weight:750}.support-panel-list{grid-template-columns:repeat(2,1fr);gap:12px 24px;max-width:700px;margin-top:auto;display:grid}.support-panel-item{color:#f7f1e2cc;cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:10px;padding:6px 12px;font-size:13.5px;font-weight:500;line-height:1.4;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.support-panel-item:hover{color:#fff;background:#ffffff0d;border-color:#ffffff1a;transform:translate(6px)}.support-panel-check{color:#d4a017;flex-shrink:0;font-size:14px;font-weight:700}.support-accordion-rows{flex-direction:column;gap:16px;margin-top:30px;display:flex}.support-row-item{background:#fff;border:1px solid #002a2a0d;border-left:4px solid #0000;border-radius:20px;min-height:80px;transition:background .4s,border-color .4s,box-shadow .4s;overflow:clip;box-shadow:0 4px 15px #002a2a0a}.support-row-item:hover{border-left-color:#226e774d;box-shadow:0 8px 25px #002a2a14}.support-row-item.active{background:linear-gradient(155deg,#002a2a 0%,#013535 55%,#012e30 100%);border-color:#ffffff0d #ffffff0d #ffffff0d #d4a017;box-shadow:0 20px 50px #002a2a40}.support-row-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.support-row-header-left{align-items:center;gap:24px;display:flex}.support-row-num{color:#d4a017;letter-spacing:1.5px;background:#d4a01714;border-radius:12px;padding:4px 10px;font-size:13px;font-weight:800;transition:all .3s}.support-row-item.active .support-row-num{color:#002a2a;background:#d4a017}.support-row-icon{background:#faf7f2;border:1px solid #002a2a0a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;padding:10px;transition:all .3s;display:flex}.support-row-item.active .support-row-icon{background:#ffffff0f;border-color:#ffffff26;transform:scale(1.05)}.support-row-icon svg{width:100%;height:100%;display:block}.support-row-title{font-family:var(--font-display);color:var(--text-dark);margin:0;font-size:19px;font-weight:700;transition:color .3s}.support-row-item.active .support-row-title{color:#faf7f2}.support-row-toggle{color:var(--text-mid);font-size:22px;font-weight:400;transition:transform .3s,color .3s}.support-row-item.active .support-row-toggle{color:#d4a017;transform:rotate(180deg)}.support-row-content{opacity:0;max-height:0;transition:max-height .55s cubic-bezier(.16,1,.3,1),opacity .4s;overflow:hidden}.support-row-item.active .support-row-content{opacity:1;max-height:1400px}.support-row-content-inner{box-sizing:border-box;border-top:1px solid #002a2a0a;grid-template-columns:minmax(260px,1.15fr) auto minmax(260px,1.3fr);align-items:start;gap:36px;padding:30px 40px 44px;display:grid}.support-row-left-col{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;display:flex}.support-row-image-container{justify-content:center;align-items:center;width:100%;max-width:390px;display:flex;position:relative}.support-row-image-container:before{content:"";opacity:0;pointer-events:none;z-index:0;filter:blur(15px);background:radial-gradient(circle,#d4a01740 0%,#226e7726 50%,#0000 80%);width:90%;height:90%;transition:transform .6s cubic-bezier(.16,1,.3,1),opacity .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}.support-row-image-container:hover:before{opacity:1;transform:translate(-50%,-50%)scale(1.2)}.support-row-large-image{object-fit:cover;z-index:1;background:#fff;border:1.5px solid #002a2a0f;border-radius:20px;width:100%;height:auto;max-height:340px;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s cubic-bezier(.16,1,.3,1);display:block;box-shadow:0 10px 30px #002a2a0a}.support-row-image-container:hover .support-row-large-image{transform:translateY(-8px);box-shadow:0 25px 50px #002a2a24,0 0 35px #d4a0172e}.support-row-large-svg-wrap{background:#faf7f2;border:1px solid #002a2a0d;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:8px;padding:24px;display:flex;box-shadow:0 10px 30px #002a2a08}.support-row-item.active .support-row-large-svg-wrap{background:#ffffff08;border-color:#ffffff1f;transform:scale(1.05);box-shadow:0 15px 40px #002a2a26,0 0 30px #d4a01726}.support-row-large-svg-wrap svg{width:100%;height:100%;display:block}.support-row-item.active .support-row-large-svg-wrap svg path,.support-row-item.active .support-row-large-svg-wrap svg circle,.support-row-item.active .support-row-large-svg-wrap svg rect,.support-row-item.active .support-row-large-svg-wrap svg line{stroke:#faf7f2!important}.support-row-item.active .support-row-large-svg-wrap svg path[stroke=\#D4A017],.support-row-item.active .support-row-large-svg-wrap svg line[stroke=\#D4A017],.support-row-item.active .support-row-large-svg-wrap svg circle[fill=\#D4A017],.support-row-item.active .support-row-large-svg-wrap svg rect[fill=\#D4A017]{stroke:#d4a017!important;fill:#d4a017!important}.support-row-desc{color:var(--text-mid);margin:0;font-size:15px;line-height:1.7;transition:color .3s}.support-row-item.active .support-row-desc{color:#f7f1e2bf}.support-row-cta-wrap{align-items:center;gap:16px;margin-top:auto;display:flex}.support-row-cta{color:#002a2a;cursor:pointer;background:#d4a017;border:1.5px solid #d4a017;border-radius:30px;align-items:center;gap:8px;padding:12px 26px;font-size:13.5px;font-weight:700;transition:all .35s;display:inline-flex;box-shadow:0 4px 14px #d4a0174d}.support-row-cta:hover{color:#002a2a;background:#c49214;border-color:#c49214;transform:translateY(-3px)scale(1.02);box-shadow:0 10px 28px #d4a01780}.support-row-cta-leaf{font-size:20px;line-height:1;animation:3s ease-in-out infinite alternate leafSway;display:inline-block}@keyframes leafSway{0%{transform:rotate(-5deg)}to{transform:rotate(15deg)}}.support-row-divider-col{flex-direction:column;justify-content:center;align-items:center;width:40px;margin:0 8px;display:flex;position:relative}.support-row-divider-line{background:#002a2a14;flex-grow:1;width:1px;transition:background .3s}.support-row-item.active .support-row-divider-line{background:#ffffff26}.support-row-divider-diamond{color:#faf2df;-webkit-user-select:none;user-select:none;background:#fff;border:1.5px solid #002a2a14;justify-content:center;align-items:center;width:20px;height:20px;margin:10px 0;font-size:13px;transition:background .3s,border-color .3s,color .3s;display:flex;transform:rotate(45deg);box-shadow:0 2px 6px #002a2a05}.support-row-divider-diamond:after{content:"";background:#d4a017;border-radius:50%;width:6px;height:6px}.support-row-item.active .support-row-divider-diamond{color:#d4a017;background:#002a2a;border-color:#d4a017}.support-row-right-col{flex-direction:column;justify-content:flex-start;gap:24px;display:flex}.subservices-header-wrap{justify-content:center;align-items:center;gap:12px;margin-bottom:8px;display:flex}.subservices-line{background:#002a2a14;width:40px;height:1px;transition:background .3s}.support-row-item.active .subservices-line{background:#ffffff26}.subservices-dot{background:#d4a017;border-radius:50%;width:4px;height:4px}.subservices-header-title{text-transform:uppercase;color:var(--text-mid);letter-spacing:2.5px;margin:0;font-size:11px;font-weight:800;transition:color .3s}.support-row-item.active .subservices-header-title{color:#f7f1e2bf}.subservices-flex-grid{flex-wrap:wrap;justify-content:flex-start;gap:20px 14px;display:flex}.subservices-grid-item{text-align:center;flex-direction:column;align-items:center;width:calc(33.333% - 10px);min-width:90px;max-width:130px;display:flex}@keyframes continuousFloatGlow{0%,to{transform:translateY(0);box-shadow:0 5px 15px #002a2a0d,0 0 10px #d4a01726}50%{transform:translateY(-8px);box-shadow:0 15px 25px #002a2a26,0 0 25px #d4a01766}}@keyframes continuousFloatGlowActive{0%,to{transform:translateY(0);box-shadow:0 5px 15px #0003,0 0 12px #d4a01740}50%{transform:translateY(-8px);box-shadow:0 15px 25px #0006,0 0 25px #d4a01780}}.subservices-item-bubble{cursor:pointer;background:#faf7f2;border:1px solid #002a2a05;border-radius:50%;justify-content:center;align-items:center;width:86px;height:86px;padding:0;transition:background-color .4s,border-color .4s,animation-duration .4s;animation:3.5s ease-in-out infinite continuousFloatGlow;display:flex;overflow:hidden}.subservices-grid-item:nth-child(2n) .subservices-item-bubble{animation-delay:.5s}.subservices-grid-item:nth-child(3n) .subservices-item-bubble{animation-delay:1.2s}.subservices-grid-item:nth-child(4n) .subservices-item-bubble{animation-delay:1.8s}.support-row-item.active .subservices-item-bubble{border:1.5px solid #ffffff26;animation:3.5s ease-in-out infinite continuousFloatGlowActive;background-color:#faf7f2!important}.subservices-grid-item:hover .subservices-item-bubble{animation-duration:1.5s}.support-row-item.active .subservices-grid-item:hover .subservices-item-bubble{animation-duration:1.5s;background-color:#fff!important}.subservices-bubble-img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1);transform:scale(1.15)}.subservices-grid-item:hover .subservices-bubble-img{transform:scale(1.25)}.subservices-bubble-check{font-size:18px;font-weight:900}.subservices-item-title{color:var(--text-dark);margin-top:10px;font-size:13px;font-weight:700;line-height:1.35;transition:color .25s}.support-row-item.active .subservices-item-title{color:#f7f1e2e6}.subservices-grid-item:hover .subservices-item-title{color:var(--teal-dark)}.support-row-item.active .subservices-grid-item:hover .subservices-item-title{color:#d4a017}.subservices-item-underline{opacity:.65;border-radius:1px;width:24px;height:2px;margin-top:8px;transition:width .3s,opacity .3s}.subservices-grid-item:hover .subservices-item-underline{opacity:1;width:36px}.support-row-bullets-container{flex-direction:column;display:flex}.support-row-list-title{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-dark);border-bottom:1px solid #002a2a0f;margin:0 0 14px;padding-bottom:6px;font-size:12px;font-weight:800}.support-row-list{grid-template-columns:1fr;gap:8px;display:grid}.support-row-item-bullet{color:var(--text-mid);cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:10px;padding:6px 12px;font-size:13.5px;font-weight:500;line-height:1.4;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.support-row-item-bullet:hover{color:var(--text-dark);background:#226e770f;border-color:#226e771a;transform:translate(6px)}.support-row-check{color:var(--teal);flex-shrink:0;font-size:14px;font-weight:700;transition:color .3s}.support-row-item-bullet:hover .support-row-check{color:#d4a017}.support-row-item-text{transition:color .3s}.support-row-item-bullet:hover .support-row-item-text{color:var(--text-dark)}@media (width<=992px){.services-hero-section{text-align:center;grid-template-columns:1fr;gap:40px;padding-top:60px}.services-hero-text p{margin:0 auto 32px}.svc-card{width:180px;height:340px}.svc-card:hover{width:290px;transform:translateY(-8px)scale(1.02)}.who-story-card{grid-template-columns:1fr;gap:30px;padding:30px}.who-story-card.reverse{grid-template-columns:1fr}.who-story-card.reverse .who-story-text{order:1}.who-story-card.reverse .who-story-visual{order:2}.comparison-grid{grid-template-columns:1fr;gap:24px}.timeline-track{grid-template-columns:1fr;gap:32px}.timeline-track:before{display:none}.timeline-node{text-align:left;flex-direction:row;align-items:flex-start;gap:20px}.timeline-step{margin-top:0}.timeline-circle{flex-shrink:0;width:56px;height:56px;font-size:22px}.cta-banner-card{padding:50px 30px}.support-row-content-inner{grid-template-columns:1fr;gap:24px;padding:24px 24px 32px}.support-row-divider-col,.support-row-visual-col{display:none}}@media (width<=768px){.support-row-content-inner{padding:24px 20px 20px}.support-row-header{padding:20px}.support-row-header-left{gap:12px}.support-row-title{font-size:16px}}@media (width<=576px){.service-bullets-grid{grid-template-columns:1fr}.faq-header{padding:20px}.faq-content{padding:0 20px}.faq-card.open .faq-content{padding:0 20px 20px}}.svc-expanded-bullet{cursor:pointer;transition:all .3s}.svc-expanded-bullet:hover{background:#d4a01726;border-color:#d4a017;transform:translate(5px)}.support-simple-item{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:6px 12px;transition:all .3s cubic-bezier(.16,1,.3,1)}.support-simple-card:hover .support-simple-item:hover{background:#226e770f;border-color:#226e771a;transform:translate(6px)}.svc-modal-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#002a2aa6;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.35s fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.svc-modal-container{background:#fff;border:1px solid #002a2a14;border-radius:20px;flex-direction:row;width:100%;max-width:900px;min-height:auto;max-height:85vh;animation:.4s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #002a2a40}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.svc-modal-close{color:var(--text-dark);cursor:pointer;z-index:10;background:#faf7f2;border:1px solid #002a2a14;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:clamp(24px,2vw,28px);line-height:1;transition:all .3s;display:flex;position:absolute;top:16px;right:16px}.svc-modal-close:hover{color:#fff;background:#d4a017;border-color:#d4a017;transform:rotate(90deg)}.svc-modal-content{grid-template-columns:1fr 1.2fr;width:100%;height:100%;display:grid}.svc-modal-visual{background:#faf7f2;border-right:1px solid #002a2a0d;flex-shrink:0;justify-content:center;align-items:center;min-width:280px;padding:40px 30px;display:flex}.svc-modal-img{object-fit:contain;mix-blend-mode:multiply;width:100%;max-width:320px;height:auto}.svc-modal-svg-wrap{width:100%;max-width:240px;height:auto}.svc-modal-svg-wrap svg{width:100%;height:auto}.svc-modal-info{flex-direction:column;flex:1;min-width:0;padding:40px;display:flex;overflow-y:auto}.svc-modal-info::-webkit-scrollbar{width:6px}.svc-modal-info::-webkit-scrollbar-track{background:0 0}.svc-modal-info::-webkit-scrollbar-thumb{background:#002a2a33;border-radius:3px}.svc-modal-info::-webkit-scrollbar-thumb:hover{background:#002a2a66}.svc-modal-tag{text-transform:uppercase;letter-spacing:2.5px;color:#d4a017;margin-bottom:12px;font-size:11px;font-weight:800}.svc-modal-title{font-family:var(--font-display);color:var(--text-dark);word-wrap:break-word;margin:0 0 16px;font-size:clamp(22px,4.5vw,28px);font-weight:700;line-height:1.25}.svc-modal-desc{color:var(--text-mid);margin:0 0 28px;font-size:clamp(14px,1.8vw,15px);line-height:1.7}.svc-modal-bullets-title{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-dark);border-bottom:1px solid #002a2a14;margin:0 0 16px;padding-bottom:8px;font-size:14px;font-weight:700}.svc-modal-bullets{flex-direction:column;gap:10px;margin-bottom:32px;display:flex}.svc-modal-bullet{color:var(--text-mid);cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:12px;padding:8px 14px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.svc-modal-bullet:hover{background:#226e770f;border-color:#226e771a;transform:translate(8px)}.svc-modal-bullet:hover .svc-modal-bullet-text{color:var(--text-dark)}.svc-modal-bullet-check{color:var(--teal);flex-shrink:0;font-size:16px;font-weight:700;transition:color .3s}.svc-modal-bullet:hover .svc-modal-bullet-check{color:#d4a017}.svc-modal-bullet-text{line-height:1.4;transition:color .3s}.svc-modal-action{margin-top:auto}@media (width<=768px){.svc-modal-overlay{padding:12px}.svc-modal-container{border-radius:16px;flex-direction:column;max-height:90vh}.svc-modal-content{grid-template-columns:1fr;max-height:calc(90vh - 120px);overflow-y:auto}.svc-modal-visual{min-width:unset;border-bottom:1px solid #002a2a0d;border-right:none;min-height:200px;padding:24px}.svc-modal-img{max-width:140px}.svc-modal-svg-wrap{max-width:100px}.svc-modal-info{padding:24px}.svc-modal-title{font-size:clamp(20px,5vw,24px)}.svc-modal-desc{margin-bottom:20px;font-size:14px}.svc-modal-bullets{gap:8px;margin-bottom:24px}.svc-modal-bullet{padding:6px 10px;font-size:13px}}@media (width<=480px){.svc-modal-overlay{padding:8px}.svc-modal-container{border-radius:12px;max-height:95vh}.svc-modal-content{max-height:calc(95vh - 100px)}.svc-modal-close{width:36px;height:36px;font-size:24px;top:12px;right:12px}.svc-modal-visual{min-height:160px;padding:16px}.svc-modal-img{max-width:120px}.svc-modal-svg-wrap{max-width:80px}.svc-modal-info{padding:16px}.svc-modal-tag{margin-bottom:8px;font-size:10px}.svc-modal-title{margin-bottom:12px;font-size:clamp(18px,4vw,22px)}.svc-modal-desc{margin-bottom:16px;font-size:13px}.svc-modal-bullets-title{margin-bottom:12px;font-size:12px}.svc-modal-bullets{gap:6px;margin-bottom:16px}.svc-modal-bullet{gap:8px;padding:4px 8px;font-size:12px}.btn-primary{width:100%;padding:12px 20px;font-size:14px}}.journey-showcase-section{background-color:#0000;padding:100px 0}.journey-grid-container{grid-template-columns:repeat(3,1fr);grid-auto-flow:dense;gap:32px;display:grid}.journey-card-wrapper{height:100%;position:relative}.journey-card-premium{cursor:pointer;background:#001c1c;border:1px solid #d4a01740;border-radius:28px;height:100%;min-height:480px;transition:all .5s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden;box-shadow:0 10px 40px #002a2a14}.journey-card-bg-img{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .8s cubic-bezier(.25,.8,.25,1);position:absolute;inset:0}.journey-card-overlay{z-index:2;background:linear-gradient(#002a2a1a 0%,#001c1ca6 45%,#001414f5 100%);transition:background .5s;position:absolute;inset:0}.journey-card-content{z-index:3;box-sizing:border-box;flex-direction:column;justify-content:space-between;height:100%;padding:36px 30px;display:flex;position:relative}.journey-card-premium:before{content:"";opacity:.03;pointer-events:none;z-index:4;background-image:radial-gradient(circle,#fff 10%,#0000 11%),radial-gradient(circle,#fff 10%,#0000 11%);background-position:0 0,4px 4px;background-size:8px 8px;position:absolute;inset:0}.journey-card-wrapper.full{grid-column:span 3}.journey-card-premium:hover{border-color:#d4a017;transform:translateY(-12px);box-shadow:0 30px 60px #002a2a40,0 0 40px #d4a0174d}.journey-card-premium:hover .journey-card-bg-img{transform:scale(1.08)}.journey-card-premium:hover .journey-card-overlay{background:linear-gradient(#002a2a0d 0%,#001c1c8c 40%,#000f0ffa 100%)}.journey-card-gold-line{z-index:5;background:linear-gradient(90deg,#faf6ed,#d4a017,#faf6ed);width:0;height:4px;transition:width .5s cubic-bezier(.25,.8,.25,1);position:absolute;bottom:0;left:0}.journey-card-premium:hover .journey-card-gold-line{width:100%}.journey-card-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.journey-card-seq{font-family:var(--font-display);color:#d4a017;text-shadow:0 2px 4px #00000080;font-size:44px;font-style:italic;font-weight:300;line-height:1}.journey-card-symbol{opacity:.85;color:#faf6ed;filter:drop-shadow(0 2px 4px #0006);width:42px;height:42px;transition:transform .5s,opacity .5s,color .5s}.journey-card-premium:hover .journey-card-symbol{opacity:1;color:#d4a017;transform:scale(1.1)rotate(5deg)}.journey-card-body{flex-direction:column;flex-grow:1;justify-content:flex-end;margin-bottom:24px;display:flex}.journey-card-title{font-family:var(--font-display);color:#fff;text-shadow:0 0 12px #ffffff80,0 0 24px #ffffff40,0 2px 8px #000c;margin-bottom:12px;font-size:26px;font-weight:800;line-height:1.25}.journey-card-desc{color:#faf6edd9;font-size:14.5px;line-height:1.6;font-family:var(--font-body);text-shadow:0 2px 6px #0009;margin:0}.journey-card-footer{color:#002a2a;background:gold;border:1.5px solid #000;border-radius:50px;align-items:center;gap:8px;width:fit-content;margin-top:auto;padding:10px 22px;transition:all .3s cubic-bezier(.25,1,.35,1);display:inline-flex;box-shadow:0 4px 15px #ffd70040}.journey-card-cue{text-transform:uppercase;letter-spacing:.08em;color:#002a2a;font-size:15px;font-weight:700;transition:all .3s;font-family:var(--font-display)!important}.journey-card-arrow{color:#002a2a;justify-content:center;align-items:center;transition:transform .3s;display:flex}.journey-card-premium:hover .journey-card-footer{color:#fff;background:#002a2a;border-color:#002a2a;transform:translateY(-2px);box-shadow:0 6px 20px #ffd70073}.journey-card-premium:hover .journey-card-cue{color:#fff;opacity:1}.journey-card-premium:hover .journey-card-arrow{color:#fff;transform:translate(4px)}@media (width<=992px){.journey-grid-container{grid-template-columns:repeat(2,1fr)}.journey-card-wrapper.wide,.journey-card-wrapper.full{grid-column:span 2}}@media (width<=768px){.journey-grid-container{grid-template-columns:1fr;gap:24px}.journey-card-wrapper.wide,.journey-card-wrapper.full{grid-column:auto}.journey-card-premium{padding:36px 28px}}.sub-services-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:32px;margin-bottom:60px;display:grid}.sub-svc-card{cursor:pointer;background:linear-gradient(135deg,#fcfaf6 0%,#faf2e2 100%);border:1px solid #d4a0172e;border-radius:24px;flex-direction:column;min-height:440px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #002a2a08,inset 0 1px #fff9}.sub-svc-card:hover{background:linear-gradient(135deg,#fff 0%,#f5ead6 100%);border-color:#d4a017;transform:translateY(-10px);box-shadow:0 30px 60px #002a2a1f,0 0 25px #d4a0172e}.sub-svc-card-img-wrap{box-sizing:border-box;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff73;border-bottom:1px solid #002a2a0d;justify-content:center;align-items:center;width:100%;height:220px;padding:24px;transition:background-color .5s;display:flex;overflow:hidden}.sub-svc-card:hover .sub-svc-card-img-wrap{background:#fffc}.sub-svc-card-img{object-fit:contain;mix-blend-mode:multiply;width:auto;max-width:100%;height:auto;max-height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.sub-svc-card-placeholder{font-family:var(--font-display);color:#d4a017;background:#faf7f2;justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;display:flex}.sub-svc-card-main-content{margin-bottom:16px}.sub-svc-card-num{text-transform:uppercase;letter-spacing:2.5px;color:#d4a017;margin-bottom:10px;font-size:12px;font-weight:800}.sub-svc-card-title{font-family:var(--font-display);color:#002a2a;margin-bottom:12px;font-size:23px;font-weight:600;line-height:1.35;transition:color .3s}.sub-svc-card:hover .sub-svc-card-title{color:#226e77}.sub-svc-card-desc{color:var(--text-mid);font-size:14.5px;line-height:1.65;font-family:var(--font-body);margin:0}.sub-svc-card-footer{border-top:1px solid #002a2a0f;justify-content:space-between;align-items:center;margin-top:auto;padding-top:18px;display:flex}.sub-svc-card-arrow{color:#226e77;justify-content:center;align-items:center;transition:transform .3s,color .3s;display:flex}.sub-svc-card-gold-line{z-index:5;background:linear-gradient(90deg,#f3ebd2,#d4a017,#f3ebd2);width:0;height:4px;transition:width .5s cubic-bezier(.25,.8,.25,1);position:absolute;bottom:0;left:0}.services-teaser-card{cursor:pointer;background-color:#fff;border:1px solid #002a2a0d;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:280px;padding:32px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 4px 15px #00000003}.services-teaser-card:hover{border-color:#d4a017;transform:translateY(-4px);box-shadow:0 15px 40px #002a2a0d}.services-teaser-card-body{flex-direction:column;display:flex}.services-teaser-meta{text-transform:uppercase;color:#d4a017;letter-spacing:1.5px;margin-bottom:12px;font-size:11px;font-weight:700}.services-teaser-title{font-family:var(--font-display,serif);color:#002a2a;margin-top:0;margin-bottom:12px;font-size:1.4rem;font-weight:600;line-height:1.3}.services-teaser-desc{color:var(--text-mid);margin-bottom:16px;font-size:14px;line-height:1.6}.services-teaser-action{color:#002a2a;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:4px;margin-top:auto;font-size:13.5px;font-weight:700;transition:color .2s;display:flex}.services-teaser-card:hover .services-teaser-action{color:#d4a017}.indiv-counseling-view{padding:100px 0}.indiv-breadcrumbs{color:var(--text-light);align-items:center;gap:8px;margin-top:24px;margin-bottom:24px;font-size:13.5px;display:flex}.services-breadcrumbs{flex-direction:column;align-items:flex-start;gap:12px;margin-top:24px;margin-bottom:24px;display:flex}.breadcrumb-path{color:#002a2a40;align-items:center;gap:8px;font-size:13.5px;display:flex}.breadcrumb-path span{color:var(--text-mid);cursor:pointer;transition:color .3s}.breadcrumb-path span:hover{color:#d4a017}.breadcrumb-path span.current{color:var(--text-dark);cursor:default;font-weight:500}.indiv-breadcrumb-link{color:var(--text-mid);cursor:pointer;transition:color .3s}.indiv-breadcrumb-link:hover{color:#d4a017}.indiv-breadcrumb-separator{color:#002a2a26}.indiv-breadcrumb-active{color:var(--text-dark);font-weight:500}.indiv-back-btn,.breadcrumb-back-btn{color:var(--text-dark);cursor:pointer;background:0 0;border:1px solid #002a2a1f;border-radius:30px;align-items:center;gap:8px;margin-bottom:48px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.165,.84,.44,1);display:inline-flex}.indiv-back-btn:hover,.breadcrumb-back-btn:hover{color:#d4a017;background:#226e770d;border-color:#d4a017;transform:translate(-4px)}.indiv-hero{grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;margin-bottom:80px;display:grid}.indiv-hero-content{flex-direction:column;display:flex}.indiv-hero-badge{text-transform:uppercase;letter-spacing:2px;color:#d4a017;text-shadow:0 0 10px #d4a01799,0 0 20px #d4a01759;background:0 0;border:none;align-self:flex-start;margin-bottom:16px;padding:0;font-size:11px;font-weight:800}.indiv-hero-title{font-family:var(--font-display,serif);color:var(--text-dark);margin:0 0 16px;font-size:clamp(2rem,4.5vw,3rem);font-weight:400;line-height:1.2}.indiv-hero-tagline{font-family:var(--font-display,serif);color:#226e77;margin:0 0 20px;font-size:1.4rem;font-style:italic;line-height:1.4}.indiv-hero-desc{color:var(--text-mid);margin:0 0 36px;font-size:16px;line-height:1.7}.indiv-hero-ctas{flex-wrap:wrap;gap:16px;margin-bottom:40px;display:flex}.indiv-trust-signals{border-top:1px solid #002a2a0f;grid-template-columns:repeat(2,1fr);gap:16px;padding-top:32px;display:grid}.indiv-trust-badge{align-items:center;gap:12px;display:flex}.indiv-trust-icon{color:#226e77;background:#226e770f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.indiv-trust-text{color:var(--text-dark);font-size:13.5px;font-weight:600}.indiv-hero-visual{justify-content:center;display:flex}.indiv-visual-frame-container{z-index:2;width:100%;max-width:440px;position:relative}.indiv-visual-frame-bg{z-index:1;border:1px solid #d4a01740;border-radius:28px;position:absolute;inset:16px -16px -16px 16px}.indiv-visual-frame-main{z-index:2;background-color:#001c1c;border:1px solid #d4a0174d;border-radius:28px;position:relative;overflow:hidden;box-shadow:0 20px 40px #001c1c26}.indiv-hero-image{object-fit:cover;width:100%;height:480px;display:block}.indiv-frame-plaque{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#faf6edf2;border:1px solid #d4a0174d;border-radius:20px;padding:8px 24px;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #00000014}.indiv-frame-plaque span{letter-spacing:1.5px;color:#002a2a;font-size:11px;font-weight:700}.indiv-intro{margin-bottom:80px}.indiv-intro-card{background:linear-gradient(135deg,#fcfaf6 0%,#faf2e2 100%);border:1px solid #d4a01740;border-radius:28px;padding:48px;box-shadow:0 15px 40px #002a2a0a}.indiv-intro-heading{font-family:var(--font-display,serif);color:#002a2a;margin-top:0;margin-bottom:20px;font-size:1.8rem;font-weight:500}.indiv-intro-text{color:var(--text-mid);margin:0 0 20px;font-size:16px;line-height:1.8}.indiv-intro-text.secondary{color:#002a2a;margin-bottom:0;font-weight:500}.indiv-conditions{margin-bottom:80px}.indiv-conditions-grid{grid-template-columns:repeat(3,340px);justify-content:center;gap:40px;display:grid}@media (width<=991px){.indiv-conditions-grid{grid-template-columns:repeat(2,1fr);gap:30px}}.indiv-condition-card{outline-offset:-8px;cursor:pointer;z-index:1;box-sizing:border-box;background:linear-gradient(#fff 0%,#faf7f2 100%);border:2px solid #0000;border-radius:50cqw 50cqw 20px 20px;outline:1px solid #d4a0174d;flex-direction:column;height:100%;padding:12px 12px 24px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 10px 30px #002a2a08;container-type:inline-size}.indiv-condition-card:hover{background:#002a2a;border-color:#d4a017;outline-color:#0000;transform:translateY(-8px);box-shadow:0 20px 45px #002a2a40}.indiv-condition-card:hover .indiv-condition-title{color:#faf7f2}.indiv-condition-card:hover .indiv-condition-desc{color:#faf7f2e6}.indiv-condition-card:before{content:"";background:radial-gradient(600px circle at var(--mouse-x,50%) var(--mouse-y,50%), #d4a0170f, #226e7705 40%, transparent 60%);z-index:1;pointer-events:none;opacity:0;border-radius:50cqw 50cqw 20px 20px;transition:opacity .4s;position:absolute;inset:0}.indiv-condition-card:hover:before{opacity:1}.indiv-condition-card:after{content:"";z-index:-1;opacity:.08;filter:blur(14px);background:linear-gradient(135deg,#226e77,#d4a017,#002a2a);border-radius:calc(50cqw + 3px) calc(50cqw + 3px) 23px 23px;transition:opacity .4s;position:absolute;inset:-3px}.indiv-condition-card:hover:after{opacity:.22}.indiv-condition-card-img-wrap:after{content:"";z-index:3;pointer-events:none;background:linear-gradient(90deg,#fff0 0%,#fff9 50%,#fff0 100%);width:50%;height:100%;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.indiv-condition-card:hover .indiv-condition-card-img-wrap:after{animation:1.2s cubic-bezier(.16,1,.3,1) forwards sweepShine}@keyframes sweepShine{0%{left:-150%}to{left:200%}}.indiv-condition-card-img-wrap{aspect-ratio:316/240;background-color:#faf7f2;border-radius:calc(50cqw - 12px) calc(50cqw - 12px) 12px 12px;width:100%;height:auto;position:relative;overflow:hidden}.indiv-condition-card-img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.indiv-condition-card:hover .indiv-condition-card-img{transform:scale(1.05)}.indiv-condition-card-overlay{mix-blend-mode:color;pointer-events:none;opacity:.5;background:linear-gradient(#226e771a,#d4a01733);transition:opacity .5s;position:absolute;inset:0}.indiv-condition-card-content{z-index:3;text-align:center;box-sizing:border-box;flex-direction:column;flex-grow:1;align-items:center;padding:20px 12px 0;display:flex;position:relative}.indiv-condition-title{font-family:var(--font-display);color:#002a2a;margin:0 0 10px;font-size:16px;font-weight:600;line-height:1.35;transition:color .3s}.indiv-condition-desc{color:var(--text-mid);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;margin:0 0 16px;font-size:12.5px;line-height:1.5;transition:color .3s;display:-webkit-box;overflow:hidden}.indiv-condition-card-footer{border-top:1px solid #002a2a0d;justify-content:center;width:100%;margin-top:auto;padding-top:16px;display:flex}.indiv-condition-read-more{text-transform:uppercase;letter-spacing:1px;color:var(--text-dark);box-sizing:border-box;border:1px solid #002a2a1f;border-radius:30px;justify-content:center;align-items:center;width:100%;padding:10px 20px;font-size:13px;font-weight:700;transition:all .3s;display:inline-flex}.read-more-arrow{transition:transform .3s,color .3s}.indiv-condition-card:hover .indiv-condition-read-more{color:#002a2a;background:#d4a017;border-color:#d4a017;box-shadow:0 6px 18px #d4a01740}.indiv-condition-card:hover .read-more-arrow{color:#002a2a;transform:translate(4px)}.indiv-condition-card-gold-line{z-index:5;background:linear-gradient(90deg,#faf6ed,#d4a017,#faf6ed);width:0;height:4px;transition:width .5s cubic-bezier(.25,.8,.25,1);position:absolute;bottom:0;left:0}.indiv-condition-card:hover .indiv-condition-card-gold-line{width:100%}.indiv-drawer-overlay{-webkit-backdrop-filter:blur(8px);z-index:10000;opacity:0;pointer-events:none;background:#002a2a73;width:100vw;height:100vh;transition:opacity .4s;position:fixed;top:0;left:0}.indiv-drawer-overlay.open{opacity:1;pointer-events:auto}.indiv-drawer-container{z-index:10001;background:#fcfaf6;border-left:1px solid #d4a0174d;flex-direction:column;width:100%;max-width:520px;height:100vh;transition:transform .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 45px #002a2a2e}.indiv-drawer-container.open{transform:translate(0)}.indiv-drawer-close{color:var(--text-dark);cursor:pointer;z-index:10;background:#faf7f2;border:1px solid #002a2a14;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;transition:all .3s;display:flex;position:absolute;top:20px;right:20px}.indiv-drawer-close:hover{color:#fff;background:#d4a017;border-color:#d4a017;transform:rotate(90deg)}.indiv-drawer-content{flex-direction:column;height:100%;display:flex;overflow-y:auto}.indiv-drawer-image-wrap{box-sizing:border-box;background:#faf7f2;border-bottom:1px solid #d4a0171f;justify-content:center;align-items:center;width:100%;height:260px;padding:24px;display:flex}.indiv-drawer-image{object-fit:contain;mix-blend-mode:multiply;max-width:100%;max-height:100%}.indiv-drawer-info{flex-direction:column;gap:20px;padding:40px 30px;display:flex}.indiv-drawer-tag{text-transform:uppercase;letter-spacing:2px;color:#d4a017;font-size:11px;font-weight:800;display:inline-block}.indiv-drawer-title{font-family:var(--font-display);color:#002a2a;margin:0;font-size:26px;font-weight:600;line-height:1.3}.indiv-drawer-desc{color:var(--text-mid);margin:0;font-size:15px;line-height:1.7}.indiv-drawer-bullets-title{text-transform:uppercase;letter-spacing:1.5px;color:#002a2a;border-bottom:1px solid #002a2a14;margin:10px 0 0;padding-bottom:8px;font-size:13px;font-weight:700}.indiv-drawer-bullets{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.indiv-drawer-bullet{color:var(--text-mid);cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:flex-start;gap:12px;padding:8px 12px;font-size:14px;font-weight:500;transition:all .3s;display:flex}.indiv-drawer-bullet:hover{background:#226e770f;border-color:#226e771a;transform:translate(6px)}.indiv-drawer-bullet:hover .indiv-drawer-bullet-text{color:var(--text-dark)}.indiv-drawer-bullet-check{color:var(--teal);flex-shrink:0;font-size:16px;font-weight:700;transition:color .3s}.indiv-drawer-bullet:hover .indiv-drawer-bullet-check{color:#d4a017}.indiv-drawer-bullet-text{line-height:1.4;transition:color .3s}.indiv-drawer-actions{gap:16px;margin-top:24px;display:flex}@media (width<=576px){.indiv-drawer-container{max-width:100%}.indiv-drawer-info{padding:30px 20px}}.indiv-unnamed-pain{margin-bottom:80px}.indiv-unnamed-card{text-align:center;background-color:#001c1c;border:1px solid #d4a0174d;border-radius:28px;padding:56px;position:relative;overflow:hidden;box-shadow:0 25px 60px #001c1c40}.indiv-unnamed-card:before{content:"";opacity:.02;pointer-events:none;background-image:radial-gradient(circle,#fff 10%,#0000 11%),radial-gradient(circle,#fff 10%,#0000 11%);background-position:0 0,4px 4px;background-size:8px 8px;position:absolute;inset:0}.indiv-unnamed-title{font-family:var(--font-display,serif);color:#faf6ed;margin-top:0;margin-bottom:12px;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:400;line-height:1.3}.indiv-unnamed-subtitle{font-family:var(--font-display,serif);color:#d4a017;margin-bottom:32px;font-size:1.4rem;font-style:italic}.indiv-unnamed-desc{color:#faf6edcc;max-width:800px;margin:0 auto 24px;font-size:15.5px;line-height:1.75}.indiv-unnamed-desc.quote{color:#faf6ed;text-align:left;border-left:2px solid #d4a017;max-width:720px;margin:40px auto;padding-left:24px;font-size:17px;font-style:italic}.indiv-unnamed-footer{color:#faf6ed;margin-bottom:24px;font-size:16px;font-weight:600}.indiv-aeo-blocks{margin-bottom:80px}.indiv-aeo-grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.indiv-aeo-card{background:#fff;border:1px solid #002a2a0f;border-radius:24px;padding:40px;box-shadow:0 10px 30px #002a2a05}.indiv-aeo-q{font-family:var(--font-display,serif);color:#002a2a;margin-top:0;margin-bottom:20px;font-size:1.5rem;font-weight:500}.indiv-aeo-a p{color:var(--text-mid);margin:0 0 16px;font-size:15px;line-height:1.7}.indiv-aeo-list{flex-direction:column;gap:12px;margin:0 0 20px;padding:0;list-style:none;display:flex}.indiv-aeo-list li{color:var(--text-mid);padding-left:24px;font-size:14.5px;line-height:1.6;position:relative}.indiv-aeo-list li:before{content:"•";color:#d4a017;font-size:18px;position:absolute;top:-2px;left:6px}.indiv-benefits{margin-bottom:80px}.indiv-benefits-card{background:linear-gradient(135deg,#fcfaf6 0%,#faf2e2 100%);border:1px solid #d4a01740;border-radius:28px;padding:48px;box-shadow:0 15px 40px #002a2a0a}.indiv-benefits-heading{font-family:var(--font-display,serif);color:#002a2a;text-align:center;margin-top:0;margin-bottom:12px;font-size:1.8rem;font-weight:500}.indiv-benefits-subheading{color:#226e77;text-align:center;margin-bottom:36px;font-size:16px;font-style:italic;font-weight:500}.indiv-benefits-grid{flex-direction:column;gap:16px;max-width:800px;margin:0 auto 36px;display:flex}.indiv-benefit-item{background:#fff;border:1px solid #d4a0171f;border-radius:16px;align-items:flex-start;gap:16px;padding:16px 24px;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000003}.indiv-benefit-item:hover{border-color:#d4a017;transform:translate(6px);box-shadow:0 8px 20px #d4a01714}.indiv-benefit-check{color:var(--teal);flex-shrink:0;font-size:18px;font-weight:700}.indiv-benefit-text{color:var(--text-dark);font-size:15px;font-weight:500;line-height:1.5}.indiv-benefits-footer{text-align:center;color:#002a2a;margin-bottom:0;font-size:15.5px;font-weight:600}.indiv-approach{margin-bottom:80px}.indiv-approach-card{background:#fff;border:1px solid #002a2a0f;border-radius:28px;padding:48px;box-shadow:0 15px 40px #002a2a05}.indiv-approach-heading{font-family:var(--font-display,serif);color:#002a2a;text-align:center;margin-top:0;margin-bottom:16px;font-size:1.8rem;font-weight:500}.indiv-approach-desc{text-align:center;color:var(--text-mid);max-width:650px;margin:0 auto 40px;font-size:16px}.indiv-approach-bullets{grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto 40px;display:grid}.indiv-approach-bullet{align-items:flex-start;gap:20px;display:flex}.indiv-approach-bullet-num{color:#d4a017;width:44px;height:44px;font-family:var(--font-display,serif);background:#001c1c;border:1px solid #d4a0174d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex}.indiv-approach-bullet-content{color:var(--text-mid);font-size:15px;line-height:1.7}.indiv-approach-bullet-content strong{color:#002a2a;font-weight:600}.indiv-approach-footer{text-align:center;color:var(--text-mid);margin-bottom:0;font-size:15px;font-style:italic}.indiv-expect{margin-bottom:80px}.indiv-expect-card{background:linear-gradient(135deg,#faf6eb 0%,#f5ecd4 100%);border:2px solid #d4a017;border-radius:28px;padding:56px 48px;box-shadow:0 20px 50px #002a2a0f}.indiv-expect-heading{font-family:var(--font-display,serif);color:#002a2a;text-align:center;margin-top:0;margin-bottom:18px;font-size:clamp(1.8rem,4vw,2.3rem);font-weight:700}.indiv-expect-intro{text-align:center;color:#335454;max-width:750px;margin:0 auto 48px;font-size:18px;line-height:1.65}.indiv-expect-steps{grid-template-columns:repeat(5,1fr);gap:24px;margin-bottom:48px;display:grid}.indiv-expect-step{text-align:center;background:#fff;border:1.5px solid #d4a01733;border-radius:20px;padding:28px 20px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;box-shadow:0 4px 20px #002a2a05}.indiv-expect-step:hover{background:linear-gradient(145deg,#fff 0%,#faf8f2 100%);border-color:#d4a017;transform:translateY(-8px)scale(1.03);box-shadow:0 15px 35px #d4a01726}.indiv-expect-step-icon{margin-bottom:20px;font-size:32px;transition:transform .4s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.indiv-expect-step:hover .indiv-expect-step-icon{transform:scale(1.25)rotate(8deg)}.indiv-expect-step-text{color:#002a2a;margin:0;font-size:16px;font-weight:500;line-height:1.6}.indiv-expect-footer{text-align:center;color:#002a2a;margin-bottom:0;font-size:17px;font-weight:600}.indiv-faq{margin-bottom:80px}.indiv-cta{margin-bottom:40px}.indiv-cta-card{text-align:center;background-color:#001c1c;border:1px solid #d4a0174d;border-radius:28px;padding:56px;position:relative;overflow:hidden;box-shadow:0 25px 60px #001c1c40}.indiv-cta-card:before{content:"";opacity:.02;pointer-events:none;background-image:radial-gradient(circle,#fff 10%,#0000 11%),radial-gradient(circle,#fff 10%,#0000 11%);background-position:0 0,4px 4px;background-size:8px 8px;position:absolute;inset:0}.indiv-cta-heading{font-family:var(--font-display,serif);color:#faf6ed;margin-top:0;margin-bottom:20px;font-size:clamp(1.8rem,3.5vw,2.4rem);font-weight:400}.indiv-cta-text{color:#faf6edcc;max-width:750px;margin:0 auto 16px;font-size:16px;line-height:1.75}.indiv-cta-text.secondary{color:#d4a017;margin-bottom:40px;font-weight:500}.indiv-cta-phone-box{background:#faf6ed0d;border:1px solid #d4a01733;border-radius:20px;align-items:center;gap:16px;margin-bottom:40px;padding:16px 32px;display:inline-flex}.phone-icon{font-size:24px}.phone-details{text-align:left;flex-direction:column;display:flex}.phone-label{text-transform:uppercase;letter-spacing:1.5px;color:#faf6ed99;font-size:11px;font-weight:700}.phone-number{color:#d4a017;font-size:20px;font-weight:700;text-decoration:none;transition:color .3s}.phone-number:hover{color:#faf6ed}.indiv-cta-footer{color:#faf6edd9;margin-bottom:32px;font-size:15px;font-style:italic}.indiv-cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}@media (width<=992px){.indiv-hero{text-align:center;grid-template-columns:1fr;gap:48px}.indiv-hero-badge{align-self:center}.indiv-hero-ctas,.indiv-trust-signals{justify-content:center}.indiv-intro-card,.indiv-unnamed-card,.indiv-benefits-card,.indiv-approach-card,.indiv-expect-card,.indiv-cta-card{padding:36px 24px}.indiv-aeo-grid{grid-template-columns:1fr}.indiv-approach-bullets{grid-template-columns:1fr;gap:24px}.indiv-expect-steps{grid-template-columns:repeat(3,1fr)}.indiv-conditions-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}}@media (width<=768px){.indiv-hero-image{height:380px}.indiv-conditions-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}.indiv-condition-card{outline-offset:-6px!important;padding:8px 8px 16px!important}.indiv-condition-card-img-wrap{border-top-left-radius:calc(50cqw - 8px)!important;border-top-right-radius:calc(50cqw - 8px)!important}.indiv-condition-card-content{padding:8px 4px 0}.indiv-condition-title{margin-bottom:4px;font-size:13px;line-height:1.25}.indiv-condition-desc{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin-bottom:8px;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}.indiv-condition-card-footer{padding-top:8px}.indiv-condition-read-more{padding:6px 8px;font-size:9.5px}.indiv-expect-steps{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.indiv-trust-signals,.indiv-expect-steps{grid-template-columns:1fr}.indiv-back-btn,.breadcrumb-back-btn{justify-content:center!important;width:auto!important;max-width:max-content!important;margin:24px auto!important;display:flex!important}}.emotional-healing-view .indiv-hero{margin-bottom:60px}.workshop-hero-callout{color:var(--text-dark);background:#226e770d;border-left:4px solid #d4a017;border-radius:4px 16px 16px 4px;margin-bottom:24px;padding:16px 20px;font-size:15px;line-height:1.6}.workshop-hero-bullets-card{background:#fff;border:1px solid #d4a01726;border-radius:20px;margin-bottom:24px;padding:24px;box-shadow:0 10px 25px #002a2a05}.aeo-full-card{grid-column:span 2}@media (width<=992px){.aeo-full-card{grid-column:span 1}}.focus-areas-capsules-grid{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:20px;display:flex}.focus-area-capsule{color:#002a2a;background:#226e770d;border:1px solid #226e771f;border-radius:30px;align-items:center;gap:8px;padding:10px 20px;font-size:13.5px;font-weight:600;transition:all .3s;display:flex}.focus-area-capsule:hover{color:#faf6ed;background:#002a2a;border-color:#002a2a;transform:translateY(-2px)}.capsule-dot{color:#d4a017;font-size:16px}.workshop-philosophical-block{border-top:1px solid #002a2a14;margin-top:32px;padding-top:32px}.workshop-reassurance-strip{text-align:center;font-family:var(--font-display,serif);color:#faf6ed;background:#001c1c;border:1px solid #d4a01740;border-radius:20px;margin-top:40px;padding:24px;font-size:1.2rem;font-style:italic;box-shadow:0 10px 30px #001c1c26}.workshop-syllabus-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;display:grid}@media (width<=768px){.workshop-syllabus-grid{grid-template-columns:1fr}}.syllabus-item{background:#fcfaf6;border:1px solid #d4a01726;border-radius:20px;gap:20px;padding:24px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 4px 15px #00000003}.syllabus-item:hover{border-color:#d4a017;transform:translateY(-4px);box-shadow:0 12px 25px #d4a01714}.syllabus-icon{background:#fff;border:1px solid #d4a01726;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex;box-shadow:0 4px 10px #00000005}.syllabus-content h4{font-family:var(--font-display,serif);color:#002a2a;margin:0 0 8px;font-size:1.1rem;font-weight:600}.syllabus-content p{color:var(--text-mid);margin:0;font-size:13.5px;line-height:1.6}.workshop-mentorship-box{color:#002a2a;background:#d4a0170d;border:1px dashed #d4a01766;border-radius:16px;align-items:center;gap:16px;margin-top:40px;padding:20px 24px;font-size:14.5px;line-height:1.6;display:flex}.mentorship-star{color:#d4a017;font-size:24px;animation:2s ease-in-out infinite pulse-grow}@keyframes pulse-grow{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}to{opacity:.8;transform:scale(1)}}.workshop-cta-checklist{flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:32px;display:flex}.workshop-cta-checklist div{color:#faf6ed;align-items:center;gap:8px;font-size:14.5px;font-weight:600;display:flex}.checklist-bullet{color:#d4a017;font-weight:700}.target-audience-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;max-width:900px;margin:0 auto;display:grid}.psychology-mentorship-view .indiv-hero{margin-bottom:60px}.corporate-problems-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=768px){.corporate-problems-grid{grid-template-columns:1fr}.corporate-about-layout{grid-template-columns:1fr!important;gap:30px!important}}.journey-group-section{margin-top:60px}.journey-group-header{text-align:center;margin-bottom:30px}.journey-group-tag{text-transform:uppercase;letter-spacing:2px;color:#d4a017;background:#d4a01714;border:1px solid #d4a01726;border-radius:20px;margin-bottom:12px;padding:4px 12px;font-size:11px;font-weight:800;display:inline-block}.journey-group-title{font-family:var(--font-display,serif);color:#002a2a;margin:0 0 10px;font-size:2.2rem;font-weight:500}.journey-group-desc{color:var(--text-mid);max-width:600px;margin:0 auto;font-size:15px;line-height:1.6}.journey-grid-container{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px;display:grid}.journey-card-wrapper{cursor:pointer;grid-column:span 1}.journey-card-wrapper.wide{grid-column:span 1}@media (width>=992px){.journey-grid-container{grid-template-rows:auto auto;grid-template-columns:repeat(6,1fr)}.journey-card-wrapper:first-child,.journey-card-wrapper:nth-child(2),.journey-card-wrapper:nth-child(3){grid-column:span 2}.journey-card-wrapper:nth-child(4),.journey-card-wrapper:nth-child(5),.journey-card-wrapper.wide{grid-column:span 3}}@media (width<=991px){.journey-grid-container{grid-template-columns:repeat(2,1fr)}.journey-card-wrapper:nth-child(5){grid-column:span 2}}@media (width<=640px){.journey-grid-container{grid-template-columns:1fr}.journey-card-wrapper,.journey-card-wrapper:nth-child(5){grid-column:span 1}}.journey-showcase-section{border-top:1px solid #002a2a0d;padding:80px 0}.cta-banner-section .btn-primary{color:#002a2a;background:gold;border:1.5px solid #000}.cta-banner-section .btn-primary:hover{color:#fff;background:#002a2a}.services-assessments-teaser-section{border-top:1px solid #002a2a0d;padding:80px 0}.services-assessments-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:10px;display:grid}@media (width<=768px){.services-assessments-grid{grid-template-columns:1fr;gap:20px}}.services-teaser-card{cursor:pointer;background:#fff;border:1px solid #002a2a0f;border-left:4px solid #0000;border-radius:16px;flex-direction:column;justify-content:space-between;gap:16px;min-height:auto;padding:28px 24px;transition:all .35s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 20px #002a2a0a}@media (width<=768px){.services-teaser-card{gap:12px;padding:20px 16px}}@media (width>=769px){.services-teaser-card:nth-child(5){grid-column:span 2}}.services-teaser-card:hover{border-left-color:#d4a017;transform:translateY(-4px);box-shadow:0 12px 30px #002a2a14,0 0 0 1px #d4a01726}.services-teaser-card-body{flex-direction:column;gap:6px;display:flex}.services-teaser-meta{text-transform:uppercase;letter-spacing:1.5px;color:#d4a017;background:#d4a0170f;border:1px solid #d4a0171f;border-radius:20px;align-self:flex-start;margin-bottom:2px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-block}.services-teaser-subtitle{font-family:var(--font-body);color:var(--teal,#226e77);margin:0;font-size:13px;font-weight:700;line-height:1.3}.services-teaser-title{font-family:var(--font-display);color:#002a2a;margin:2px 0 4px;font-size:19px;font-weight:700;line-height:1.25}@media (width<=768px){.services-teaser-title{font-size:17px}.services-teaser-subtitle{font-size:12px}}.services-teaser-desc{color:var(--text-mid,#5a6a6a);margin:0;font-size:13.5px;line-height:1.6}@media (width<=768px){.services-teaser-desc{font-size:13px;line-height:1.5}}.services-teaser-action{text-transform:uppercase;letter-spacing:1px;color:#0b2525;background:gold;border:1.5px solid #000;border-radius:6px;justify-content:center;align-items:center;gap:6px;width:fit-content;margin-top:8px;padding:9px 20px;font-size:12.5px;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #ffd70033}@media (width<=768px){.services-teaser-action{width:100%;padding:8px 16px;font-size:12px}}.services-teaser-card:hover .services-teaser-action{color:#fff;background:#002a2a;gap:10px;transform:translateY(-2px);box-shadow:0 6px 20px #ffd70059}.sub-services-grid{grid-template-columns:repeat(3,260px);justify-content:center;gap:30px;margin-bottom:60px;display:grid}.sub-svc-card{cursor:pointer;background:#fff;border:1px solid #002a2a0f;border-radius:20px;flex-direction:column;transition:all .35s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #002a2a0a}.sub-svc-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px #002a2a1f,0 0 0 2px #d4a01740}.sub-svc-card-img-wrap{background:#faf7f2;flex-shrink:0;width:100%;height:150px;overflow:hidden}.sub-svc-card-img{object-fit:contain;box-sizing:border-box;mix-blend-mode:multiply;width:100%;height:100%;padding:15px;transition:transform .4s}.sub-svc-card:hover .sub-svc-card-img{transform:scale(1.06)}.sub-svc-card-placeholder{color:#002a2a1f;justify-content:center;align-items:center;width:100%;height:100%;font-size:48px;font-weight:800;display:flex}.sub-svc-card-info{flex-direction:column;flex-grow:1;justify-content:space-between;padding:24px;display:flex}.sub-svc-card-main-content{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.sub-svc-card-num{text-transform:uppercase;letter-spacing:3px;color:#d4a017;font-size:10px;font-weight:800}.sub-svc-card-title{font-family:var(--font-display);color:#002a2a;margin:0;font-size:17px;font-weight:700;line-height:1.3}.sub-svc-card-desc{color:var(--text-mid,#5a6a6a);margin:0;font-size:13.5px;line-height:1.6}.sub-svc-card-footer{border-top:1px solid #002a2a0d;justify-content:space-between;align-items:center;padding-top:16px;display:flex}.sub-svc-card-cue{text-transform:uppercase;letter-spacing:1.5px;color:#002a2a;font-size:12px;font-weight:700;transition:color .3s}.sub-svc-card:hover .sub-svc-card-cue{color:#d4a017}.sub-svc-card-arrow{color:#002a2a;transition:transform .3s,color .3s}.sub-svc-card:hover .sub-svc-card-arrow{color:#d4a017;transform:translate(6px)}.sub-svc-card-gold-line{background:linear-gradient(90deg,#d4a017,#226e77);width:0;height:3px;transition:width .45s cubic-bezier(.25,.8,.25,1);position:absolute;bottom:0;left:0}.sub-svc-card:hover .sub-svc-card-gold-line{width:100%}.sub-services-grid{box-sizing:border-box!important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;width:100%!important;max-width:900px!important;margin:0 auto 40px!important;padding:0 15px!important}.indiv-conditions-grid{box-sizing:border-box!important;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;gap:24px!important;width:100%!important;max-width:1100px!important;margin:0 auto!important;padding:0 15px!important}@media (width<=992px){.services-hero-section,.indiv-hero{text-align:center!important;box-sizing:border-box!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:20px!important;height:auto!important;min-height:auto!important;margin:0!important;padding:30px 20px!important;display:flex!important}.services-hero-text,.indiv-hero-content{flex-direction:column!important;align-items:center!important;width:100%!important;display:flex!important}.indiv-back-btn,.breadcrumb-back-btn{justify-content:center!important;align-self:center!important;width:auto!important;max-width:max-content!important;margin:24px auto!important;padding:8px 20px!important;font-size:13px!important;display:flex!important}.services-breadcrumbs{align-items:center!important;margin-top:24px!important;margin-bottom:12px!important}.breadcrumb-path{text-align:center!important;justify-content:center!important}.indiv-breadcrumbs{justify-content:center!important;margin-bottom:12px!important}.services-hero-badge,.indiv-hero-badge{background:0 0!important;border:none!important;align-self:center!important;margin-bottom:12px!important;padding:0!important;font-size:11px!important}.services-hero-title,.indiv-hero-title{margin-bottom:12px!important;font-size:clamp(28px,4.5vw,42px)!important;line-height:1.25!important}.indiv-hero-tagline{margin-bottom:12px!important;font-size:16px!important}.services-hero-desc,.indiv-hero-desc{max-width:600px!important;margin:0 auto 20px!important;font-size:14.5px!important;line-height:1.6!important}.services-hero-text>div,.indiv-hero-ctas{justify-content:center!important;gap:12px!important;width:100%!important;margin-bottom:20px!important;display:flex!important}.services-hero-text>div button,.indiv-hero-ctas button{flex:0 180px!important;padding:11px 20px!important;font-size:13.5px!important}.services-hero-trust-badges{flex-flow:wrap!important;justify-content:center!important;gap:10px!important;width:100%!important;margin-top:20px!important;padding-top:20px!important;display:flex!important}.trust-badge{gap:6px!important;padding:6px 12px!important;font-size:12px!important}.indiv-trust-signals{grid-template-columns:repeat(3,1fr)!important;gap:10px!important;width:100%!important;margin-top:20px!important;padding-top:20px!important;display:grid!important}.indiv-trust-badge{justify-content:center!important;padding:6px 10px!important}.services-hero-illustration,.indiv-hero-visual{order:-1!important;justify-content:center!important;width:100%!important;margin-top:0!important;margin-bottom:24px!important;display:flex!important}.services-hero-frame-container,.indiv-visual-frame-container{aspect-ratio:auto!important;width:100%!important;max-width:600px!important;height:300px!important}.services-hero-frame-bg,.indiv-visual-frame-bg{display:none!important}.services-hero-frame-main,.indiv-visual-frame-main{box-sizing:border-box!important;background:#faf7f2!important;border:1px solid #002a2a14!important;border-radius:16px!important;width:100%!important;height:100%!important;padding:15px!important;position:relative!important;inset:0!important;box-shadow:0 15px 35px #002a2a0f!important}.services-hero-image-new,.indiv-hero-image{object-fit:cover!important;mix-blend-mode:multiply!important;width:100%!important;height:100%!important}.frame-plaque,.indiv-frame-plaque{display:none!important}.journey-card-premium{min-height:340px!important}.journey-card-content{flex-direction:column!important;justify-content:space-between!important;padding:24px 20px!important;display:flex!important}.journey-card-body{margin-bottom:12px!important}.journey-card-title{margin-bottom:8px!important;font-size:20px!important;line-height:1.3!important}.journey-card-desc{font-size:13.5px!important;line-height:1.5!important}.journey-card-footer{gap:6px!important;padding:8px 18px!important}.journey-card-cue{font-size:13.5px!important}.journey-card-arrow svg{width:15px!important;height:15px!important}.who-story-card{text-align:center!important;flex-direction:column!important;align-items:center!important;gap:24px!important;padding:30px!important;display:flex!important}.who-story-card.reverse{flex-direction:column!important;display:flex!important}.who-story-text{text-align:center!important;flex-direction:column!important;align-items:center!important;width:100%!important;display:flex!important}.who-story-quote{text-align:center!important;opacity:.9!important;border-top:1.5px solid #d4a017!important;border-bottom:1.5px solid #d4a017!important;border-left:none!important;max-width:540px!important;margin:0 auto 20px!important;padding:12px 0!important}.who-story-visual{justify-content:center!important;align-items:center!important;width:100%!important;height:auto!important;padding:0!important;display:flex!important}.who-image-wrapper{width:200px!important;height:200px!important;margin:0 auto!important}.comparison-grid{grid-template-columns:1fr!important;gap:24px!important;padding:0 15px!important}.comparison-card{padding:30px!important}.timeline-track{grid-template-columns:1fr!important;gap:48px!important}.timeline-track:before,.timeline-track:after{display:none!important}.timeline-node{text-align:center!important;border-radius:20px!important;flex-direction:column!important;align-items:center!important;margin-top:24px!important;padding:36px 20px 20px!important;animation:none!important}.timeline-step{margin-top:6px!important;padding:3px 8px!important;font-size:9.5px!important}.timeline-circle{border-width:3px!important;width:48px!important;height:48px!important;font-size:18px!important;animation:none!important;position:absolute!important;top:-24px!important;left:50%!important;transform:translate(-50%)!important}.timeline-node:hover .timeline-circle{transform:translate(-50%)scale(1.15)rotate(15deg)!important}.timeline-node .timeline-title{margin-bottom:8px!important;font-size:17px!important}.timeline-node .timeline-desc{font-size:12px!important;line-height:1.45!important}.faq-header{gap:16px!important;padding:24px 30px!important}.faq-content{padding:0 30px!important}.faq-card.open .faq-content{padding:0 30px 24px!important}.faq-question{font-size:16px!important}.faq-answer{font-size:14.5px!important}.services-teaser-card{gap:16px!important;min-height:auto!important;padding:28px 24px!important}.services-teaser-title{font-size:19px!important}.services-teaser-desc{font-size:13.5px!important}.indiv-conditions-grid{grid-template-columns:repeat(2,1fr)!important;gap:20px!important}}@media (width<=576px){.services-hero-section,.indiv-hero{gap:20px!important;height:auto!important;min-height:auto!important;padding:15px 12px!important}.services-hero-illustration,.indiv-hero-visual{order:-1!important;justify-content:center!important;width:100%!important;margin-top:0!important;margin-bottom:16px!important;display:flex!important}.services-hero-frame-container,.indiv-visual-frame-container{aspect-ratio:auto!important;width:100%!important;max-width:100%!important;height:260px!important}.services-hero-frame-bg,.indiv-visual-frame-bg{display:none!important}.services-hero-frame-main,.indiv-visual-frame-main{box-sizing:border-box!important;background:#faf7f2!important;border:1px solid #002a2a14!important;border-radius:12px!important;width:100%!important;height:100%!important;padding:10px!important;position:relative!important;inset:0!important;box-shadow:0 10px 25px #002a2a0a!important}.services-hero-image-new,.indiv-hero-image{object-fit:cover!important;mix-blend-mode:multiply!important;width:100%!important;height:100%!important}.indiv-back-btn,.breadcrumb-back-btn{justify-content:center!important;width:auto!important;max-width:max-content!important;margin:24px auto!important;padding:6px 14px!important;font-size:11.5px!important;display:flex!important}.indiv-breadcrumbs{margin-bottom:6px!important;font-size:11.5px!important}.services-hero-badge,.indiv-hero-badge{background:0 0!important;border:none!important;margin-bottom:6px!important;padding:0!important;font-size:9.5px!important}.services-hero-title,.indiv-hero-title{margin-bottom:6px!important;font-size:clamp(21px,5vw,25px)!important;line-height:1.25!important}.indiv-hero-tagline{margin-bottom:6px!important;font-size:13px!important;line-height:1.3!important}.services-hero-desc,.indiv-hero-desc{margin-bottom:10px!important;font-size:12.5px!important;line-height:1.45!important}.services-hero-text>div,.indiv-hero-ctas{gap:8px!important;margin-bottom:10px!important}.services-hero-text>div button,.indiv-hero-ctas button{letter-spacing:.5px!important;flex:45%!important;padding:9px 12px!important;font-size:12px!important}.services-hero-trust-badges{flex-flow:wrap!important;justify-content:center!important;gap:8px!important;width:100%!important;margin-top:12px!important;padding-top:12px!important;display:flex!important}.trust-badge{box-sizing:border-box!important;white-space:normal!important;text-align:left!important;border-radius:20px!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:100%!important;padding:6px 12px!important;display:inline-flex!important}.trust-badge .badge-icon{flex-shrink:0!important;font-size:14px!important}.trust-badge .badge-text{word-break:break-word!important;font-size:11px!important;line-height:1.2!important}.indiv-trust-signals{grid-template-columns:repeat(2,1fr)!important;gap:6px!important;margin-top:10px!important;padding-top:10px!important}.indiv-trust-badge{border-radius:6px!important;padding:4px 6px!important}.indiv-trust-icon{width:18px!important;height:18px!important;font-size:9px!important}.indiv-trust-text{font-size:9.5px!important}.journey-card-premium{min-height:260px!important}.journey-card-content{padding:20px 16px!important}.journey-card-title{margin-bottom:6px!important;font-size:18px!important}.journey-card-desc{font-size:12.5px!important;line-height:1.4!important}.journey-card-footer{gap:4px!important;padding:6px 14px!important}.journey-card-cue{font-size:11.5px!important}.journey-card-arrow svg{width:13px!important;height:13px!important}.who-story-card{gap:18px!important;padding:24px 16px!important}.who-image-wrapper{width:150px!important;height:150px!important}.who-story-title{font-size:18px!important}.who-story-desc{font-size:13px!important;line-height:1.55!important}.who-story-quote{margin-bottom:16px!important;padding:10px 0!important;font-size:12px!important;line-height:1.5!important}.comparison-card{border-radius:16px!important;padding:20px 16px!important}.comp-header{gap:12px!important;margin-bottom:16px!important}.comp-icon-box{border-radius:8px!important;width:40px!important;height:40px!important;font-size:20px!important}.comp-title{font-size:19px!important}.comp-section-title{margin:20px 0 8px!important;font-size:11px!important}.comp-bullets li{gap:8px!important;margin-bottom:8px!important;font-size:13px!important}.indiv-intro-card,.indiv-unnamed-card,.indiv-benefits-card,.indiv-approach-card,.indiv-expect-card,.indiv-cta-card{border-radius:16px!important;padding:24px 16px!important}.indiv-intro-heading,.indiv-benefits-heading,.indiv-approach-heading,.indiv-expect-heading,.indiv-cta-heading{font-size:1.5rem!important}.indiv-intro-text,.indiv-unnamed-desc,.indiv-benefit-text,.indiv-approach-bullet-content,.indiv-expect-step-text,.indiv-cta-text{font-size:13.5px!important;line-height:1.6!important}.indiv-expect-step{padding:16px 12px!important}.indiv-expect-step-icon{margin-bottom:10px!important;font-size:24px!important}.faq-header{gap:10px!important;padding:16px 20px!important}.faq-content{padding:0 20px!important}.faq-card.open .faq-content{padding:0 20px 16px!important}.faq-question{font-size:14.5px!important}.faq-answer{font-size:13.5px!important;line-height:1.55!important}.faq-icon-wrap{width:32px!important;height:32px!important;font-size:16px!important}.timeline-track{grid-template-columns:1fr!important;gap:40px!important;padding:0 10px!important}.timeline-node{text-align:center!important;border-radius:16px!important;flex-direction:column!important;align-items:center!important;margin-top:20px!important;padding:30px 16px 16px!important;animation:none!important}.timeline-step{margin-top:6px!important;padding:2px 8px!important;font-size:9px!important}.timeline-circle{border-width:2.5px!important;width:42px!important;height:42px!important;font-size:16px!important;animation:none!important;position:absolute!important;top:-21px!important;left:50%!important;transform:translate(-50%)!important}.timeline-node:hover .timeline-circle{transform:translate(-50%)scale(1.15)rotate(15deg)!important}.timeline-node .timeline-title{margin-bottom:6px!important;font-size:15.5px!important}.timeline-node .timeline-desc{font-size:11.5px!important;line-height:1.4!important}.services-teaser-card{gap:12px!important;min-height:auto!important;padding:24px 20px!important}.services-teaser-title{font-size:18px!important}.services-teaser-desc{font-size:13px!important;line-height:1.5!important}.services-teaser-meta{margin-bottom:0!important;padding:3px 10px!important;font-size:10.5px!important}.services-teaser-action{font-size:12px!important}.indiv-conditions-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}}.services-navigator-section,.journey-showcase-section,.who-is-this-section,.comparison-section,.timeline-section,.faq-section,.cta-banner-section,.supporting-services-section,.services-assessments-teaser-section,.indiv-intro,.indiv-conditions,.indiv-unnamed-pain,.indiv-aeo-blocks,.indiv-benefits,.indiv-approach,.indiv-expect,.indiv-expectations,.indiv-why-mindomind,.indiv-delivery-formats,.indiv-faqs,.indiv-faq,.indiv-cta{margin:0!important;padding:20px 0!important}@media (width<=768px){.services-navigator-section,.journey-showcase-section,.who-is-this-section,.comparison-section,.timeline-section,.faq-section,.cta-banner-section,.supporting-services-section,.services-assessments-teaser-section,.indiv-intro,.indiv-conditions,.indiv-unnamed-pain,.indiv-aeo-blocks,.indiv-benefits,.indiv-approach,.indiv-expect,.indiv-expectations,.indiv-why-mindomind,.indiv-delivery-formats,.indiv-faqs,.indiv-faq,.indiv-cta{margin:0!important;padding:16px 0!important}}.approach-page-wrap{color:#002a2a;font-family:var(--font-display,serif);background-color:#f3ebd2;overflow-x:hidden}@keyframes floatSlow{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(1deg)}}.story-slider-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0;position:relative}.story-slider-wrapper{box-shadow:none;background:0 0;border:none;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;padding:0;display:grid}.story-slider-visual-col{justify-content:center;align-items:center;width:100%;display:flex}.story-slider-visual-card{background:#faf7f2;border-radius:30px;justify-content:center;align-items:center;width:100%;max-width:500px;height:380px;display:flex;overflow:hidden;box-shadow:0 12px 30px #002a2a14}.story-slider-visual-card img{object-fit:cover;width:100%;height:100%;transition:opacity .4s ease-in-out;display:block}.story-slider-content-col{flex-direction:column;gap:24px;display:flex}.story-slider-steps-nav{flex-wrap:wrap;gap:10px;display:flex}.story-slider-nav-dot{color:#002a2a;cursor:pointer;background:0 0;border:1.5px solid #002a2a1a;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.story-slider-nav-dot:hover{color:#d4a017;border-color:#d4a017}.story-slider-nav-dot.active{color:#faf7f2;background:#002a2a;border-color:#002a2a;box-shadow:0 4px 12px #002a2a26}.story-slider-info-card{min-height:130px;animation:.5s cubic-bezier(.25,1,.5,1) forwards slideFadeIn}@keyframes slideFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.story-slider-num{text-transform:uppercase;letter-spacing:2px;color:#d4a017;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.story-slider-title{font-family:var(--font-display,serif);font-size:var(--fs-h1);color:#002a2a;margin-bottom:16px;font-weight:400;line-height:1.2}.story-slider-text{font-family:var(--font-body);font-size:var(--fs-body);color:#335454;margin:0;line-height:1.75}.story-slider-arrows{gap:16px;margin-top:10px;display:flex}.btn-arrow{color:#002a2a;cursor:pointer;background:#faf7f2;border:1px solid #002a2a14;border-radius:12px;padding:12px 22px;font-size:14px;font-weight:600;transition:all .3s}.btn-arrow:hover:not(:disabled){color:#faf7f2;background:#002a2a;border-color:#002a2a}.btn-arrow:disabled{opacity:.4;cursor:not-allowed}@media (width<=991px){.story-slider-wrapper{grid-template-columns:1fr;gap:40px;padding:40px}.story-slider-visual-card{max-width:450px;height:340px}}.pathway-section{background:#faf7f2;border-top:1px solid #002a2a0d;margin:0;padding:60px 0;position:relative}.pathway-grid{justify-content:space-between;margin-top:40px;padding:20px 0;display:flex;position:relative}.pathway-node{text-align:center;z-index:2;flex-direction:column;align-items:center;width:13%;display:flex;position:relative}.pathway-dot-wrap{background:#faf7f2;border:2px solid #002a2a1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;transition:all .4s;display:flex}.pathway-node:hover .pathway-dot-wrap,.pathway-node.active .pathway-dot-wrap{background:#002a2a;border-color:#d4a017;box-shadow:0 0 15px #d4a01766}.pathway-dot-inner{background:#002a2a26;border-radius:50%;width:12px;height:12px;transition:all .4s}.pathway-node:hover .pathway-dot-inner,.pathway-node.active .pathway-dot-inner{background:#d4a017;transform:scale(1.3)}.pathway-node-title{color:#002a2a;margin-bottom:6px;font-size:15px;font-weight:600}.pathway-node-subtitle{color:#889d9d;text-transform:uppercase;letter-spacing:1px;font-size:11px}.pathway-svg-line{z-index:1;width:90%;height:6px;position:absolute;top:42px;left:5%}.growth-pathway-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0}.growth-pathway-container{box-shadow:none;background:0 0;border:none;margin-top:30px;padding:0}.pathway-svg-wrapper{width:100%;max-width:800px;margin:0 auto;position:relative}.pathway-svg-canvas{width:100%;height:auto;display:block}.pathway-line-bg{stroke:#002a2a0f;stroke-dasharray:6 4}.pathway-line-active{stroke:#d4a017}.pathway-node-group{cursor:pointer}.pathway-node-outer{transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.pathway-node-group:hover .pathway-node-outer,.pathway-node-group.active .pathway-node-outer{fill:#d4a017;r:22px;filter:drop-shadow(0 4px 12px #d4a01759)}.pathway-node-inner{transition:all .3s}.pathway-node-group:hover .pathway-node-inner,.pathway-node-group.active .pathway-node-inner{fill:#fff;r:7px}.pathway-node-text{font-family:var(--font-display);text-transform:uppercase;letter-spacing:1px;fill:var(--text-dark);font-size:11.5px;font-weight:700;transition:fill .3s}.pathway-node-group:hover .pathway-node-text,.pathway-node-group.active .pathway-node-text{fill:#d4a017}.pathway-detail-panel{text-align:center;border-top:1.5px dashed #d4a01733;flex-direction:column;justify-content:center;max-width:480px;min-height:90px;margin:20px auto 0;padding:15px;display:flex}.pathway-svg-desktop{display:block}.pathway-detail-desktop{display:flex}.pathway-mobile-list{flex-direction:column;gap:0;margin-top:10px;display:none}@media (width<=768px){.pathway-svg-desktop,.pathway-detail-desktop{display:none!important}.pathway-mobile-list{display:flex!important}}.pathway-mobile-card{cursor:pointer;align-items:flex-start;gap:20px;padding:4px 0;display:flex}.pathway-mobile-card-left{flex-direction:column;flex-shrink:0;align-items:center;width:44px;display:flex}.pathway-mobile-number{width:44px;height:44px;font-family:var(--font-display,serif);color:#002a2a;background:#faf7f2;border:2px solid #002a2a26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:all .3s;display:flex}.pathway-mobile-card.active .pathway-mobile-number{color:#d4a017;background:#002a2a;border-color:#d4a017;box-shadow:0 0 14px #d4a01759}.pathway-mobile-connector{background:#002a2a1f;border-radius:2px;flex-grow:1;width:2px;min-height:30px;margin:6px 0}.pathway-mobile-card.active~.pathway-mobile-card .pathway-mobile-connector{background:#d4a01740}.pathway-mobile-card-content{flex:1;padding:8px 0 24px}.pathway-mobile-card-title{font-family:var(--font-display,serif);color:#002a2a;margin:0 0 6px;font-size:17px;font-weight:700;line-height:1.3;transition:color .3s}.pathway-mobile-card.active .pathway-mobile-card-title{color:#d4a017}.pathway-mobile-card-desc{color:#335454;opacity:0;max-height:0;margin:0;font-size:14px;line-height:1.65;transition:max-height .4s cubic-bezier(.25,1,.5,1),opacity .3s;overflow:hidden}.pathway-mobile-card.active .pathway-mobile-card-desc{opacity:1;max-height:200px}.pathway-detail-title{font-family:var(--font-display);color:var(--text-dark);margin-bottom:10px;font-size:22px;font-weight:600}.pathway-detail-desc{color:var(--text-mid);margin:0;font-size:15px;line-height:1.65}.adapts-section{border-top:1px solid #002a2a0d;padding:120px 0}.adapts-tabs-container{grid-template-columns:.8fr 1.2fr;align-items:center;gap:60px;margin-top:60px;display:grid}.adapts-tabs-list{flex-direction:column;gap:16px;display:flex}.adapts-tab-item{cursor:pointer;font-family:var(--font-display,serif);color:#002a2a99;text-align:left;background:0 0;border:1px solid #0000;border-radius:12px;padding:18px 24px;font-size:clamp(18px,2.2vw,24px);transition:all .3s}.adapts-tab-item:hover{color:#002a2a;padding-left:32px}.adapts-tab-item.active{color:#002a2a;background:#fff;border-color:#d4a0174d #d4a0174d #d4a0174d #d4a017;border-left-style:solid;border-left-width:4px;padding-left:32px;box-shadow:0 10px 25px #002a2a08}.adapts-detail-panel{color:#faf7f2;background:#002a2a;border:1px solid #d4a0171f;border-radius:24px;flex-direction:column;justify-content:center;min-height:320px;padding:48px;transition:all .4s;display:flex;box-shadow:0 20px 45px #002a2a26}.adapts-detail-label{font-family:var(--font-body);font-size:var(--fs-label);text-transform:uppercase;letter-spacing:3px;color:#d4a017;text-shadow:0 0 10px #d4a01780;margin-bottom:12px;font-weight:700}.adapts-detail-title{font-family:var(--font-display);font-size:var(--fs-h1);color:#faf7f2;margin-bottom:18px;line-height:1.2}.adapts-detail-text{font-family:var(--font-body);font-size:var(--fs-body);color:#faf7f2d1;margin-bottom:24px;line-height:1.75}.adapts-detail-bullets{grid-template-columns:1fr 1fr;gap:12px;display:grid}.adapts-bullet{font-family:var(--font-body);font-size:var(--fs-body-sm);color:#faf7f2e6;align-items:center;gap:8px;display:flex}.adapts-bullet:before{content:"";background:#d4a017;border-radius:50%;width:6px;height:6px;display:inline-block}.faq-section{border-top:1px solid #002a2a0d;padding:120px 0}.faq-minimal-list{max-width:800px;margin:60px auto 0}.faq-minimal-item{border-bottom:1px solid #002a2a14;padding:24px 0}.faq-minimal-trigger{text-align:left;width:100%;font-family:var(--font-display,serif);color:#002a2a;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;font-size:clamp(16px,2.2vw,20px);display:flex}.faq-minimal-trigger span{font-weight:600}.faq-minimal-arrow{color:#d4a017;font-size:18px;transition:transform .3s}.faq-minimal-item.open .faq-minimal-arrow{transform:rotate(45deg)}.faq-minimal-content{max-height:0;transition:max-height .4s cubic-bezier(.25,1,.5,1);overflow:hidden}.faq-minimal-item.open .faq-minimal-content{max-height:180px}.faq-minimal-inner{font-family:var(--font-body);font-size:var(--fs-body);color:#335454;padding-top:16px;line-height:1.75}.approach-cta-section{color:var(--text-dark);text-align:center;background:0 0;margin:0;padding:60px 0;position:relative;overflow:hidden}.approach-cta-section:after{content:"";z-index:1;opacity:.5;background:radial-gradient(circle,#d4a0170a 0%,#d4a01700 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-200px}.approach-cta-wrap{z-index:2;max-width:740px;margin:0 auto;position:relative}.approach-cta-title{font-family:var(--font-display,serif);font-size:var(--fs-h1);color:var(--text-dark);margin-bottom:20px;font-weight:400;line-height:1.15}.approach-cta-text{font-family:var(--font-body);font-size:var(--fs-body-lg);color:var(--text-mid);opacity:.9;margin-bottom:32px}@media (width<=991px){.adapts-tabs-container{grid-template-columns:1fr;gap:30px}.adapts-tabs-list{flex-flow:wrap;justify-content:center;gap:10px}.adapts-tab-item{border-bottom:2px solid #0000;border-left:none;padding:10px 16px;font-size:15px}.adapts-tab-item.active{border-bottom:3px solid #d4a017;border-left:none;padding-left:16px}.mountain-wrapper{grid-template-columns:1fr;gap:40px}.pathway-grid{flex-wrap:wrap;justify-content:center;gap:20px}.pathway-node{width:30%;margin-bottom:20px}.pathway-svg-line{display:none}.story-slider-wrapper{gap:30px!important;padding:30px 20px!important}.story-slider-visual-card{height:300px!important}.adapts-detail-panel{min-height:auto!important;padding:36px!important}.faq-minimal-list{margin-top:40px!important}}@media (width<=900px){.growth-pathway-section{padding:48px 0!important}.growth-pathway-container{margin-top:16px!important;padding:0!important}}@media (width<=576px){.growth-pathway-container{margin-top:10px!important;padding:0!important}.pathway-detail-title{font-size:18px!important}.pathway-detail-desc{font-size:13.5px!important;line-height:1.5!important}.story-slider-wrapper{gap:24px!important;padding:0!important}.story-slider-visual-card{border-radius:20px!important;height:240px!important}.story-slider-info-card{min-height:110px!important}.story-slider-title{font-size:22px!important}.story-slider-text{font-size:13.5px!important;line-height:1.6!important}.story-slider-arrows{justify-content:center!important;gap:10px!important}.btn-arrow{padding:8px 14px!important;font-size:11.5px!important}.adapts-detail-panel{border-radius:18px!important;min-height:auto!important;padding:24px 18px!important}.adapts-detail-title{margin-bottom:12px!important;font-size:20px!important}.adapts-detail-text{margin-bottom:16px!important;font-size:13.5px!important;line-height:1.6!important}.adapts-detail-bullets{grid-template-columns:1fr!important;gap:8px!important}.adapts-bullet{font-size:12.5px!important}.adapts-tabs-list{gap:6px!important}.adapts-tab-item{padding:8px 12px!important;font-size:13px!important}.approach-rec-card{border-radius:16px!important;gap:16px!important;min-height:auto!important;padding:24px 20px!important}.approach-rec-card h3{margin-top:6px!important;margin-bottom:8px!important;font-size:18px!important}.approach-rec-card p{margin-bottom:16px!important;font-size:13px!important;line-height:1.55!important}.approach-rec-card .btn-primary{padding:10px!important;font-size:12.5px!important}.faq-minimal-item{padding:16px 0!important}.faq-minimal-trigger{gap:12px!important;font-size:15px!important}.faq-minimal-inner{padding-top:10px!important;font-size:13px!important;line-height:1.55!important}.faq-minimal-arrow{font-size:16px!important}}.spin-slow{transform-origin:200px 200px;animation:20s linear infinite svgSpin}.spin-reverse-slow{transform-origin:200px 200px;animation:25s linear infinite svgSpinReverse}.rotate-slow{transform-origin:100px 100px;animation:15s linear infinite svgSpin}.pulse-slow{transform-origin:200px 200px;animation:4s ease-in-out infinite svgPulse}.pulse-fast{transform-origin:200px 200px;animation:2s ease-in-out infinite svgPulse}.dash-move{animation:3s linear infinite dashOffset}.ripple-1{transform-origin:200px 200px;animation:3s ease-out infinite rippleAnimation}.ripple-2{transform-origin:200px 200px;animation:3s ease-out 1s infinite rippleAnimation}.ripple-3{transform-origin:200px 200px;animation:3s ease-out 2s infinite rippleAnimation}@keyframes svgSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes svgSpinReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes svgPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes dashOffset{to{stroke-dashoffset:-40px}}@keyframes rippleAnimation{0%{r:40px;opacity:.8}to{r:150px;opacity:0}}@keyframes gesture-pulse{0%{r:9px;opacity:.9}to{r:28px;opacity:0}}.gesture-pulse-ring{animation:1.8s ease-out infinite gesture-pulse}.centered-tree-container{justify-content:center;align-items:center;gap:16px;max-width:1200px;margin:24px auto 0;padding:10px 0;display:flex;position:relative}.cartoon-tree-svg-wrap{aspect-ratio:500/280;flex:auto;min-width:0;position:relative}.pillar-side-popup{z-index:10;opacity:0;pointer-events:none;visibility:hidden;background:#fff;border:1px solid #002a2a0f;border-radius:20px;flex-shrink:0;align-self:center;width:220px;padding:20px;transition:opacity .3s,transform .3s cubic-bezier(.25,1,.5,1);transform:translateY(6px);box-shadow:0 15px 45px #002a2a1a}.pillar-side-popup.visible{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.popup-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.popup-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex;box-shadow:0 3px 8px #0000000a}.popup-header h4{font-family:var(--font-display,serif);color:#002a2a;margin:0;font-size:18px;font-weight:600}.popup-desc{color:#335454;margin:0;font-size:13px;line-height:1.65}@media (width>=1101px){.centered-tree-container{justify-content:center;align-items:center;max-width:1440px;height:540px;margin-top:40px;padding:0;display:flex;position:relative}.cartoon-tree-svg-wrap{aspect-ratio:500/280;z-index:2;width:100%;max-width:920px;position:relative}.pillar-side-popup{z-index:10;width:250px;position:absolute;top:50%;transform:translateY(-50%)translateY(6px)}.pillar-side-popup.visible{transform:translateY(-50%)translateY(0)}.pillar-side-popup.popup-left-side{left:10px}.pillar-side-popup.popup-right-side{right:10px}}@media (width<=1100px){.centered-tree-container{flex-direction:column;align-items:center;gap:16px;max-width:640px;padding:0}.cartoon-tree-svg-wrap{order:1;width:100%;max-width:540px}.pillar-side-popup{border-radius:16px;order:2;width:100%;max-width:540px;display:none;transform:translateY(4px)}.pillar-side-popup.visible{display:block;transform:translateY(0)}}@media (width<=768px){.centered-tree-container{max-width:100%;padding:0;overflow:visible}.cartoon-tree-svg-wrap{width:115%;max-width:460px;margin:0 auto}.pillar-side-popup{width:calc(100% - 16px);max-width:420px}}@media (width<=480px){.centered-tree-container{align-items:center;width:100%;padding:0}.cartoon-tree-svg-wrap{width:160%;max-width:540px;margin:0 auto;position:relative;left:50%;transform:translate(-50%)}.pillar-side-popup{border-radius:14px;width:calc(100% - 16px);padding:16px}}.approach-awareness-section{border-top:1px solid #002a2a0d;padding:80px 0}.approach-recs-grid{grid-template-columns:repeat(5,1fr);gap:14px;margin-top:40px;display:grid}.approach-rec-card{cursor:pointer;background-color:#faf6ed;border:1.5px solid #d4a01726;border-radius:20px;flex-direction:column;justify-content:space-between;min-height:310px;padding:20px 14px;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 4px 15px #00000003}.approach-rec-card:hover{border-color:#d4a017;transform:translateY(-5px);box-shadow:0 15px 45px #4a9ead14}.approach-rec-card h3{font-family:var(--font-display,serif);color:#002a2a;margin-top:8px;margin-bottom:10px;font-size:14.5px;font-weight:700;line-height:1.35}.approach-rec-card p{color:var(--text-mid);flex-grow:1;margin-bottom:16px;font-size:12px;line-height:1.5}.approach-rec-card .rec-badge{text-transform:uppercase;color:#d4a017;letter-spacing:.5px;font-size:9.5px;font-weight:700}.approach-rec-card .btn-primary{text-align:center;width:100%;padding:8px 10px!important;font-size:11.5px!important}@media (width<=1100px){.approach-recs-grid{grid-template-columns:repeat(3,1fr);gap:20px}.approach-rec-card{min-height:290px;padding:24px 20px}.approach-rec-card h3{font-size:16px}.approach-rec-card p{font-size:13px}}@media (width<=768px){.approach-recs-grid{grid-template-columns:repeat(2,1fr);gap:16px}.approach-rec-card{min-height:270px;padding:24px 18px}}@media (width<=480px){.approach-recs-grid{grid-template-columns:1fr;gap:16px}.approach-rec-card{min-height:auto;padding:20px}}.approach-rec-card .btn-primary{cursor:pointer;border-radius:30px;justify-content:center;width:100%}@keyframes magicFloat{0%{opacity:.2;transform:translateY(0)scale(.8)}50%{opacity:.9;transform:translateY(-20px)scale(1.3)}to{opacity:0;transform:translateY(-40px)scale(.8)}}.magic-particle{transform-origin:50%;pointer-events:none;filter:drop-shadow(0 0 4px #d4a017);animation:5s ease-in-out infinite magicFloat}.root-glow-path{stroke-dasharray:25 100;stroke-dashoffset:125px;opacity:.65;filter:drop-shadow(0 0 3px #d4a017cc);transition:all .3s;animation:5s linear infinite rootFlow}@keyframes rootFlow{to{stroke-dashoffset:0}}.cartoon-tree-svg-wrap:hover .root-glow-path{opacity:.95;filter:drop-shadow(0 0 6px #d4a017);animation-duration:2.2s}.pillars-tree-section,.story-slider-section,.pathway-section,.growth-pathway-section,.adapts-section,.approach-awareness-section,.faq-section,.approach-cta-section{margin:0!important;padding:20px 0!important}@media (width<=768px){.pillars-tree-section,.story-slider-section,.pathway-section,.growth-pathway-section,.adapts-section,.approach-awareness-section,.faq-section,.approach-cta-section{margin:0!important;padding:16px 0!important}}@keyframes storyFadeIn{0%{opacity:0;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.story-visual-image-fade{animation:.5s cubic-bezier(.25,1,.5,1) both storyFadeIn}.assessments-teaser-grid{grid-template-columns:repeat(5,1fr)!important;gap:12px!important;max-width:100%!important;margin:40px auto 0!important;display:grid!important}.assessment-teaser-card{cursor:pointer!important;background:#001a1a!important;border:2px solid #0000!important;border-radius:18px!important;height:380px!important;min-height:380px!important;padding:0!important;transition:transform .45s cubic-bezier(.165,.84,.44,1),box-shadow .45s,border-color .3s!important;display:block!important;position:relative!important;overflow:hidden!important;box-shadow:0 8px 32px #002a2a1f!important}.assessment-teaser-card:before{content:"";transition:transform .6s cubic-bezier(.165,.84,.44,1),filter .6s;position:absolute;inset:0;background-image:var(--card-bg)!important;background-size:cover!important;background-position:var(--card-bg-pos,center center)!important;filter:blur(2px)!important;z-index:1!important;background-repeat:no-repeat!important;transform:scale(1.03)!important}.assessment-teaser-card:hover:before{filter:blur()!important;transform:scale(1.08)!important}.assessment-teaser-card:hover{border-color:#d4a017!important;transform:translateY(-10px)scale(1.01)!important;box-shadow:0 28px 60px #002a2a38,0 0 0 2px #d4a017!important}.assessment-teaser-card .card-overlay{z-index:2;background:linear-gradient(#0014140d 0%,#0014141a 30%,#001414b8 60%,#001414f5 100%);width:100%;height:100%;transition:background .4s;position:absolute;top:0;left:0}.assessment-teaser-card:hover .card-overlay{background:linear-gradient(#00141400 0%,#00141414 25%,#001414c7 58%,#001414f7 100%)}.assessment-teaser-card .card-content{z-index:3;text-align:center;color:#faf6ed;flex-direction:column;align-items:center;gap:0;padding:16px 12px;display:flex;position:absolute;bottom:0;left:0;right:0}.card-top{flex-direction:column;align-items:center;display:flex}.assessment-teaser-card .card-meta-tag{color:#f7c04a;text-transform:uppercase;letter-spacing:.6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#d4a0172e;border:1px solid #d4a01759;border-radius:20px;justify-content:center;align-items:center;gap:4px;width:fit-content;margin-bottom:6px;margin-left:auto;margin-right:auto;padding:3px 8px;font-size:8.5px;font-weight:700;display:inline-flex}.assessment-teaser-card .card-heading{font-family:var(--font-display,serif);color:#d4a017;text-shadow:0 2px 8px #00000080;justify-content:center;align-items:center;margin:0 0 6px;font-size:clamp(1.1rem,1.3vw,1.4rem);font-weight:700;line-height:1.2;height:48px!important;display:flex!important}.assessment-teaser-card .card-desc{color:#faf6edd1;text-shadow:0 1px 4px #00000080;max-lines:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:30px;margin-bottom:12px;font-size:10px;line-height:1.4;display:-webkit-box;overflow:hidden}@media (width<=1024px){.assessments-teaser-grid{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;max-width:720px!important;margin:40px auto 0!important}.assessment-teaser-card{border-radius:16px!important;height:310px!important;min-height:310px!important}.assessment-teaser-card .card-content{padding:14px 10px!important}.assessment-teaser-card .card-meta-tag{margin-bottom:5px!important;padding:2px 6px!important;font-size:8px!important}.assessment-teaser-card .card-heading{height:40px!important;margin-bottom:4px!important;font-size:1.1rem!important}.assessment-teaser-card .card-desc{-webkit-line-clamp:2!important;height:28px!important;margin-bottom:10px!important;font-size:10px!important;line-height:1.35!important}.assessment-teaser-card .card-cta{border-radius:20px!important;padding:8px 12px!important;font-size:10.5px!important}}@media (width<=768px){.assessments-teaser-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important;max-width:540px!important;margin:24px auto 0!important}.assessment-teaser-card{border-radius:14px!important;height:260px!important;min-height:260px!important}.assessment-teaser-card .card-content{padding:12px 8px!important}.assessment-teaser-card .card-meta-tag{letter-spacing:.4px!important;border-radius:12px!important;margin-bottom:4px!important;padding:2px 5px!important;font-size:7.5px!important}.assessment-teaser-card .card-heading{height:36px!important;margin-bottom:4px!important;font-size:.95rem!important;line-height:1.15!important}.assessment-teaser-card .card-desc{-webkit-line-clamp:2!important;height:24px!important;margin-bottom:8px!important;font-size:9px!important;line-height:1.3!important}.assessment-teaser-card .card-cta{border-radius:16px!important;padding:6px 10px!important;font-size:9.5px!important}}@media (width<=480px){.assessments-teaser-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important;max-width:100%!important}.assessment-teaser-card{border-radius:12px!important;height:230px!important;min-height:230px!important}.assessment-teaser-card .card-content{padding:10px 6px!important}.assessment-teaser-card .card-meta-tag{letter-spacing:.3px!important;border-radius:10px!important;margin-bottom:3px!important;padding:2px 4px!important;font-size:7px!important}.assessment-teaser-card .card-heading{height:32px!important;margin-bottom:3px!important;font-size:.8rem!important;line-height:1.15!important}.assessment-teaser-card .card-desc{-webkit-line-clamp:2!important;height:20px!important;margin-bottom:6px!important;font-size:8px!important;line-height:1.25!important}.assessment-teaser-card .card-cta{border-radius:12px!important;padding:5px 8px!important;font-size:8.5px!important}}.map-hotspot{pointer-events:auto}.map-symbol-group{pointer-events:none}@media (width<=1100px){.map-hotspot{pointer-events:none!important}.map-symbol-group{pointer-events:auto!important}}.testimonials-page-wrap{color:#002a2a;font-family:var(--font-body,"Montserrat", sans-serif);background-color:#f3ebd2;min-height:100vh;padding-bottom:120px;overflow-x:hidden}.testimonials-page-wrap .container{max-width:1360px;margin:0 auto;padding:0 48px}@keyframes floatParticle{0%,to{opacity:.15;transform:translateY(0)translate(0)scale(1)}50%{opacity:.35;transform:translateY(-24px)translate(12px)scale(1.15)}}@keyframes goldPulseNode{0%,to{r:12;opacity:.15}50%{r:16;opacity:.3}}@keyframes mapLineDash{to{stroke-dashoffset:-24px}}@keyframes floatWall{0%,to{transform:translateY(0) rotate(var(--rot,0deg))}50%{transform:translateY(-12px) rotate(calc(var(--rot,0deg) + 1deg))}}@keyframes textReveal{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.testimonials-metrics-section{background:#01332f08;border-top:1px solid #01332f0d;border-bottom:1px solid #01332f0d;margin-bottom:30px;padding:25px 0}.metrics-layout-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.metric-box{text-align:center;background:#faf7f280;border:1px solid #01332f0d;border-radius:12px;padding:12px 10px;transition:all .4s}.metric-box:hover{background:#fffc;border-color:#d4a0174d;transform:translateY(-2px);box-shadow:0 6px 15px #01332f05}.metric-number{font-family:var(--font-display,"Cormorant Garamond", serif);color:#d4a017;margin-bottom:4px;font-size:28px;font-weight:700;display:block}.metric-title{text-transform:uppercase;letter-spacing:1px;color:#01332f;margin-bottom:6px;font-size:11.5px;font-weight:700;display:block}.metric-subtext{color:#4a6e6a;margin:0;font-size:12px;line-height:1.4}.featured-stories-section{padding:35px 0}.section-header-centered{text-align:center;max-width:600px;margin:0 auto 30px}.editorial-section-title{font-family:var(--font-display);color:var(--text-dark);margin:10px 0 16px;font-size:clamp(28px,4vw,42px);font-weight:400}.editorial-section-sub{color:#4a6e6a;font-size:15.5px;line-height:1.6}.featured-story-timeline{max-width:1120px;margin:0 auto;position:relative}.featured-story-timeline:before{content:"";background:linear-gradient(#d4a0171a 0%,#d4a017 15% 85%,#d4a0171a 100%);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.featured-timeline-row{grid-template-columns:1fr 70px 1fr;align-items:center;margin-bottom:40px;display:grid}.featured-timeline-row:last-child{margin-bottom:0}.featured-col-content{z-index:2}.featured-editorial-card{background:#faf7f2;border:1px solid #01332f0f;border-radius:16px;padding:24px;transition:all .4s;box-shadow:0 5px 20px #01332f04}.featured-editorial-card:hover{border-color:#d4a01740;transform:translateY(-2px);box-shadow:0 12px 30px #01332f0a}.card-top-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.featured-category{text-transform:uppercase;letter-spacing:2px;color:#d4a017;font-size:10px;font-weight:700}.featured-rating{color:#d4a017;letter-spacing:2px;font-size:12px}.featured-actual-quote{font-family:var(--font-display,"Cormorant Garamond", serif);color:#01332f;margin-bottom:18px;font-size:16px;font-style:italic;line-height:1.45}.before-after-narrative{border-top:1px solid #01332f0f;flex-direction:column;gap:14px;padding-top:20px;display:flex}.narrative-segment{grid-template-columns:120px 1fr;gap:16px;display:grid}.segment-label{text-transform:uppercase;letter-spacing:1px;font-size:11px;font-weight:700}.segment-label.before{color:#8c6a5a}.segment-label.breakthrough{color:#d4a017}.segment-label.after{color:#01332f}.segment-text{color:#4a6e6a;margin:0;font-size:13.5px;line-height:1.5}.timeline-center-divider{z-index:2;justify-content:center;align-items:center;display:flex}.timeline-node-gold{color:#d4a017;background:#faf7f2;border:2px solid #d4a017;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:700;display:flex;box-shadow:0 3px 8px #d4a0171a}.featured-col-portrait{z-index:2;justify-content:center;display:flex}.client-luxury-portrait{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.portrait-circle-initials{width:75px;height:75px;font-family:var(--font-display,"Cormorant Garamond", serif);color:#f8f3e7;background:#01332f;border:2px solid #d4a017;border-radius:50%;justify-content:center;align-items:center;font-size:24px;font-weight:600;transition:all .4s;display:flex;box-shadow:0 6px 15px #01332f14}.row-right .portrait-circle-initials{color:#01332f;background:#d4a017;border-color:#01332f}.client-luxury-portrait:hover .portrait-circle-initials{transform:scale(1.05)rotate(5deg);box-shadow:0 10px 25px #d4a01726}.portrait-client-info{flex-direction:column;gap:4px;display:flex}.client-name{color:#01332f;margin:0;font-size:14.5px;font-weight:700}.client-meta{color:#7a9b97;font-size:12px}.featured-timeline-row.row-left .featured-col-content{order:1}.featured-timeline-row.row-left .timeline-center-divider{order:2}.featured-timeline-row.row-left .featured-col-portrait,.featured-timeline-row.row-right .featured-col-content{order:3}.featured-timeline-row.row-right .timeline-center-divider{order:2}.featured-timeline-row.row-right .featured-col-portrait{order:1}.featured-timeline-row.card-phase-0 .featured-editorial-card{background:#faf7f2;border-left:5px solid #8c6a5a;box-shadow:0 10px 35px #8c6a5a0f}.featured-timeline-row.card-phase-1 .featured-editorial-card{background:#fcf9f2;border-left:5px solid #d4a017;box-shadow:0 15px 40px #d4a01714}.featured-timeline-row.card-phase-2 .featured-editorial-card{background:#f4f8f6;border-left:5px solid #2f5955;box-shadow:0 15px 40px #2f595514}.guided-stepper-container{margin:25px 0 30px;padding:0 10px;position:relative}.stepper-progress-line{z-index:1;background:#01332f14;height:2px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.stepper-progress-fill{background:#d4a017;width:0%;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1),background .4s}.stepper-progress-fill.phase-0{background:#8c6a5a;width:0%}.stepper-progress-fill.phase-1{background:#d4a017;width:50%}.stepper-progress-fill.phase-2{background:#2f5955;width:100%}.stepper-nodes{z-index:2;justify-content:space-between;align-items:center;display:flex;position:relative}.stepper-node-btn{cursor:pointer;color:#4a6e6a;background:#faf7f2;border:1px solid #01332f26;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 6px #00000005}.stepper-node-btn:hover{color:#01332f;border-color:#d4a017;transform:translateY(-1px)}.stepper-node-btn.active{color:#f8f3e7;background:#01332f;border-color:#01332f;box-shadow:0 4px 10px #01332f33}.card-phase-0 .stepper-node-btn.active{background:#8c6a5a;border-color:#8c6a5a}.card-phase-1 .stepper-node-btn.active{background:#d4a017;border-color:#d4a017}.card-phase-2 .stepper-node-btn.active{background:#2f5955;border-color:#2f5955}.node-emoji{font-size:14px}.node-text{display:inline-block}.active-stage-narrative-container{min-height:120px;animation:.5s ease-out fadeInNarrative}@keyframes fadeInNarrative{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.stage-meta-row{align-items:center;gap:12px;margin-bottom:12px;display:flex}.stage-badge-pill{text-transform:uppercase;letter-spacing:.5px;color:#01332f;background:#01332f0d;border-radius:4px;padding:3px 8px;font-size:10px;font-weight:700;transition:all .3s}.card-phase-0 .stage-badge-pill{color:#8c6a5a;background:#8c6a5a1a}.card-phase-1 .stage-badge-pill{color:#d4a017;background:#d4a0171a}.card-phase-2 .stage-badge-pill{color:#2f5955;background:#2f59551a}.stage-subtitle{color:#4a6e6a;font-size:13px;font-weight:600;transition:color .3s}.card-phase-0 .stage-subtitle{color:#8c6a5a}.card-phase-1 .stage-subtitle{color:#a07810}.card-phase-2 .stage-subtitle{color:#2f5955}.stage-narrative-text{color:#2f4d4a;margin:0 0 25px;font-size:14.5px;line-height:1.6}.stage-metrics-container{border-top:1px solid #01332f0f;padding-top:20px}.metrics-header-row{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}.metrics-label{text-transform:uppercase;letter-spacing:1.5px;color:#7a9b97;font-size:11px;font-weight:700}.autoplay-toggle-btn{color:#4a6e6a;cursor:pointer;background:0 0;border:1px dashed #01332f40;border-radius:12px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .3s;display:flex}.autoplay-toggle-btn:hover{color:#01332f;background:#01332f08;border-color:#01332f}.autoplay-toggle-btn.playing{color:#d4a017;background:#d4a01708;border-color:#d4a017}.metrics-bars-grid{flex-direction:column;gap:12px;display:flex}.metric-gauge-item{flex-direction:column;gap:6px;display:flex}.gauge-label-row{color:#01332f;justify-content:space-between;font-size:12px;font-weight:600;display:flex}.gauge-rail{background:#01332f0d;border-radius:3px;width:100%;height:6px;overflow:hidden}.gauge-fill{border-radius:3px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1),background .4s}.portrait-circle-initials{position:relative}.portrait-phase-emoji{background:#faf7f2;border:2px solid #faf7f2;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .3s;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 4px 10px #0000001a}.card-phase-0 .portrait-circle-initials{border-color:#8c6a5a;box-shadow:0 10px 30px #8c6a5a26}.card-phase-1 .portrait-circle-initials{border-color:#d4a017;box-shadow:0 10px 30px #d4a01726}.card-phase-2 .portrait-circle-initials{border-color:#2f5955;box-shadow:0 10px 30px #2f595526}.client-state-caption{margin-top:4px;font-size:11.5px;font-style:italic;transition:color .3s}.card-phase-0 .client-state-caption{color:#8c6a5a}.card-phase-1 .client-state-caption{color:#a07810}.card-phase-2 .client-state-caption{color:#2f5955}@media (width<=575px){.stepper-node-btn .node-text{display:none}.stepper-node-btn{border-radius:50%;justify-content:center;width:38px;height:38px;padding:8px}.guided-stepper-container{padding:0}}.healing-journey-path-section{background:#f3ebd2;border-top:1px solid #01332f0d;border-bottom:1px solid #01332f0d;padding:35px 0}.healing-timeline-wrapper{max-width:1120px;margin:20px auto 10px;padding:20px 0;position:relative}.healing-timeline-gold-path{z-index:1;background:#d4a01726;height:3px;position:absolute;top:48px;left:5%;right:5%}.gold-path-progress-bar{background:#d4a017;height:100%;transition:width .6s cubic-bezier(.4,0,.2,1);box-shadow:0 0 12px #d4a01780}.healing-timeline-nodes-grid{z-index:2;grid-template-columns:repeat(5,1fr);gap:16px;display:grid;position:relative}.timeline-point-item{text-align:center;cursor:pointer;outline:none;flex-direction:column;align-items:center;padding:0 6px;transition:transform .3s;display:flex}.timeline-point-item:hover{transform:translateY(-2px)}.timeline-point-indicator{flex-direction:column;align-items:center;gap:8px;margin-bottom:12px;display:flex}.point-dot-outer{background:#faf7f2;border:1.5px solid #d4a0174d;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.point-dot-inner{background:#d4a0174d;border-radius:50%;width:8px;height:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.timeline-point-item:hover .point-dot-outer{border-color:#d4a017;box-shadow:0 0 10px #d4a01766}.timeline-point-item:hover .point-dot-inner{background:#d4a017;transform:scale(1.2)}.timeline-point-item.completed .point-dot-outer{border-color:#d4a017;box-shadow:0 0 8px #d4a01726}.timeline-point-item.completed .point-dot-inner{background:#d4a017}.timeline-point-item.active .point-dot-outer{background:#faf7f2;border-color:#01332f;animation:2s ease-in-out infinite goldNodePulse;transform:scale(1.15);box-shadow:0 0 10px #d4a01799,inset 0 0 3px #d4a0174d}.timeline-point-item.active .point-dot-inner{background:#01332f;transform:scale(1.1)}@keyframes goldNodePulse{0%{box-shadow:0 0 #d4a01799}70%{box-shadow:0 0 0 8px #d4a01700}to{box-shadow:0 0 #d4a01700}}.point-step-label{text-transform:uppercase;letter-spacing:1px;color:#7a9b97;font-size:9px;font-weight:700}.timeline-point-title{color:#01332f;margin:0 0 4px;font-size:14px;font-weight:700}.timeline-point-desc{color:#4a6e6a;margin:0;font-size:12px;line-height:1.45}.stage-detail-panel-container{perspective:1000px;margin-top:25px}.stage-detail-insights-card{text-align:left;background:#faf7f2;border:1px solid #d4a01740;border-radius:16px;flex-direction:column;gap:20px;padding:22px;animation:.6s cubic-bezier(.34,1.56,.64,1) slideInCard;display:flex;box-shadow:0 10px 30px #01332f05,0 2px 6px #d4a01708}@keyframes slideInCard{0%{opacity:0;transform:translateY(20px)rotateX(-4deg)}to{opacity:1;transform:translateY(0)rotateX(0)}}.stage-insights-header{border-bottom:1px solid #01332f0f;align-items:center;gap:12px;padding-bottom:12px;display:flex}.stage-insights-icon-circle{background:#d4a0171a;border:1.5px solid #d4a017;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex;box-shadow:0 3px 6px #d4a01714}.stage-insights-title-block{flex-direction:column;gap:2px;display:flex}.stage-insights-num{text-transform:uppercase;letter-spacing:1.5px;color:#d4a017;font-size:9px;font-weight:700}.stage-insights-title{font-family:var(--font-display,"Cormorant Garamond", serif);color:#01332f;margin:0;font-size:20px;font-weight:700}.stage-insights-body-grid{grid-template-columns:1.2fr .8fr;gap:20px;display:grid}.stage-insights-desc-col{flex-direction:column;gap:8px;display:flex}.insights-subheading{text-transform:uppercase;letter-spacing:1px;color:#7a9b97;margin:0;font-size:11px;font-weight:700}.insights-paragraph{color:#2f4d4a;margin:0;font-size:14px;line-height:1.6}.stage-insights-meta-col{background:#01332f05;border:1px solid #01332f0a;border-radius:12px;flex-direction:column;gap:12px;padding:16px;display:flex}.meta-info-box{flex-direction:column;gap:4px;display:flex}.meta-info-label{text-transform:uppercase;letter-spacing:1px;color:#7a9b97;font-size:9.5px;font-weight:700}.meta-info-value{color:#01332f;margin:0;font-size:12.5px;font-weight:600;line-height:1.5}@media (width<=767px){.stage-insights-body-grid{grid-template-columns:1fr;gap:30px}.stage-detail-insights-card{gap:20px;padding:24px}.stage-insights-title{font-size:22px}}.video-testimonials-section{padding:35px 0}.video-section-grid{grid-template-columns:46% 54%;align-items:center;gap:30px;display:grid}.video-text-content{flex-direction:column;gap:12px;display:flex}.video-section-sub{color:#4a6e6a;margin-bottom:16px;font-size:13.5px;line-height:1.6}.video-thumbnails-list{flex-direction:column;gap:12px;display:flex}.video-thumb-card{cursor:pointer;background:#faf7f2;border:1.5px solid #01332f0d;border-radius:12px;grid-template-columns:50px 1fr;align-items:center;gap:12px;padding:8px 12px;transition:all .3s;display:grid}.video-thumb-card:hover{border-color:#d4a0174d;transform:translateY(-2px);box-shadow:0 8px 20px #01332f05}.video-thumb-card.active{background:#d4a0170f;border-color:#d4a017}.thumb-play-overlay{color:#f8f3e7;background:#01332f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:11px;font-weight:700;display:flex;box-shadow:0 3px 8px #01332f26}.video-thumb-card.active .thumb-play-overlay{color:#01332f;background:#d4a017}.video-thumb-card.placeholder{cursor:not-allowed;opacity:.65}.video-thumb-card.placeholder .thumb-play-overlay{color:#fff;box-shadow:none;background:#ccc}.thumb-info h5{color:#01332f;margin:0 0 2px;font-size:13px;font-weight:700}.thumb-info span{text-transform:uppercase;letter-spacing:1px;color:#d4a017;font-size:10px;font-weight:600}.video-player-container{justify-content:center;display:flex}.luxury-video-card{background:#01332f;border:1px solid #d4a01733;border-radius:12px;width:100%;max-width:100%;overflow:hidden;box-shadow:0 15px 35px #01332f1f}.video-title-banner{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.video-title-banner h4{color:#f8f3e7;margin:0;font-size:13px;font-weight:600}.live-badge{text-transform:uppercase;letter-spacing:1px;color:#d4a017;background:#d4a01733;border-radius:12px;padding:4px 10px;font-size:9px;font-weight:700}.editorial-video-player{aspect-ratio:16/9;background:#000;width:100%;display:block}.video-footer-details{background:#ffffff08;padding:10px 16px}.video-footer-details p{color:#7a9b97;margin:0;font-size:11px;font-style:italic;line-height:1.4}.public-reviews-section{background:#01332f05;border-top:1px solid #01332f0d;padding:35px 0}.google-carousel-wrapper{justify-content:center;align-items:center;gap:12px;max-width:900px;margin:20px auto 30px;display:flex}.carousel-control-btn{color:#01332f;cursor:pointer;background:#faf7f2;border:1px solid #01332f1f;border-radius:50%;width:36px;height:36px;font-size:18px;transition:all .3s}.carousel-control-btn:hover{color:#f8f3e7;background:#01332f;border-color:#01332f}.google-carousel-viewport{flex:1;align-items:stretch;min-height:160px;display:flex}.google-review-card{background:#faf7f2;border:1px solid #01332f14;border-top:4px solid #d4a017;border-radius:12px;flex-direction:column;width:100%;padding:24px;animation:.5s textReveal;display:flex;box-shadow:0 5px 15px #01332f04}.google-card-header{grid-template-columns:36px 1fr auto;align-items:center;gap:12px;margin-bottom:12px;display:grid}.google-g-logo{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.reviewer-name{color:#01332f;margin:0;font-size:14px;font-weight:700}.review-service{color:#7a9b97;margin-top:2px;font-size:11.5px;display:block}.google-badge-verified{color:#4a6e6a;background:#01332f0d;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:600}.verified-shield{color:#d4a017;font-weight:700}.google-card-stars{color:#d4a017;letter-spacing:3px;text-align:center;text-shadow:0 0 6px #d4a01759;margin-bottom:12px;font-size:18px}.google-review-text{color:#2f5955;flex-grow:1;margin-bottom:12px;font-size:13.5px;font-style:italic;line-height:1.6}.google-trustindex-tag{color:#7a9b97;border-top:1px solid #01332f0f;padding-top:12px;font-size:11.5px}.google-trustindex-tag strong{color:#d4a017}.trust-built-section{background:#01332f04;border-top:1px solid #01332f0d;border-bottom:1px solid #01332f0d;padding:35px 0}.screenshots-grid-container{grid-template-columns:repeat(4,1fr);gap:16px;max-width:1200px;margin:20px auto 0;display:grid}.screenshot-grid-card{cursor:pointer;background:#fff;border:1px solid #01332f0f;border-radius:12px;flex-direction:column;gap:8px;padding:10px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;box-shadow:0 5px 15px #01332f04}.screenshot-grid-card:hover{border-color:#d4a0174d;transform:translateY(-4px);box-shadow:0 10px 25px #d4a01714,0 4px 10px #01332f05}.screenshot-img-wrapper{aspect-ratio:9/16;background:#faf7f2;border:1px solid #01332f0a;border-radius:8px;width:100%;position:relative;overflow:hidden}.screenshot-img-wrapper img{object-fit:cover;object-position:top center;width:100%;height:100%;transition:transform .6s}.screenshot-grid-card:hover .screenshot-img-wrapper img{transform:scale(1.05)}.screenshot-zoom-overlay{color:#faf7f2;opacity:0;z-index:3;background:#01332fd9;flex-direction:column;justify-content:center;align-items:center;gap:6px;transition:opacity .3s;display:flex;position:absolute;inset:0}.screenshot-grid-card:hover .screenshot-zoom-overlay{opacity:1}.screenshot-zoom-overlay .zoom-icon{font-size:18px}.screenshot-zoom-overlay span:last-child{text-transform:uppercase;letter-spacing:1px;color:#d4a017;font-size:10px;font-weight:600}.screenshot-card-caption{text-align:left;flex-direction:column;gap:2px;display:flex}.screenshot-case-num{text-transform:uppercase;letter-spacing:1px;color:#d4a017;font-size:9px;font-weight:700}.screenshot-case-title{font-family:var(--font-body), sans-serif;color:#01332f;margin:0;font-size:13.5px;font-weight:700;line-height:1.35}.client-testimonials-grid-section{padding:35px 0}.grid-header-row{border-bottom:1.5px solid #01332f14;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:20px;padding-bottom:12px;display:flex}.grid-filters-row{flex-wrap:wrap;gap:8px;display:flex}.location-filter-btn{color:#01332f;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #01332f1f;border-radius:20px;padding:6px 14px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .3s}.location-filter-btn:hover{color:#d4a017;background:#d4a0170a;border-color:#d4a017}.location-filter-btn.active{color:#f8f3e7;background:#01332f;border-color:#01332f;box-shadow:0 3px 10px #01332f1f}.testimonials-luxury-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.dup-card{display:none!important}.grid-testimonial-card-item{background:#faf7f2;border:1px solid #01332f0f;border-radius:12px;flex-direction:column;justify-content:space-between;padding:20px;transition:all .4s cubic-bezier(.165,.84,.44,1);animation:.5s both textReveal;display:flex;box-shadow:0 5px 15px #01332f03}.grid-testimonial-card-item:hover{border-color:#d4a01740;transform:translateY(-4px);box-shadow:0 10px 25px #01332f0a}.grid-stars-row{color:#d4a017;letter-spacing:3px;text-align:center;text-shadow:0 0 8px #d4a01773,0 2px 4px #d4a01733;width:100%;margin-bottom:12px;font-size:20px;display:block}.grid-card-quote{color:#2f5955;flex-grow:1;margin:0 0 16px;font-size:13px;font-style:italic;line-height:1.55}.read-more-text-btn{color:#d4a017;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:0 4px;font-size:11px;font-weight:700;text-decoration:underline}.grid-card-footer{border-top:1px solid #01332f0f;flex-direction:column;gap:8px;padding-top:12px;display:flex}.grid-card-author h5{color:#01332f;margin:0 0 2px;font-size:13px;font-weight:700}.grid-card-author span{color:#7a9b97;font-size:11.5px}.grid-card-badge-row{justify-content:space-between;align-items:center;display:flex}.grid-service-badge{text-transform:uppercase;letter-spacing:1px;color:#01332f;background:#01332f0d;border-radius:12px;padding:4px 10px;font-size:9.5px;font-weight:700}.grid-date-badge{color:#7a9b97;font-size:11px}.transformation-wall-section{color:#f8f3e7;background:#01332f;padding:40px 0;overflow:hidden}.wall-header{text-align:center;margin-bottom:24px;padding:0 16px}.wall-header .section-label{color:#d4a017}.wall-section-title{font-family:var(--font-display,"Cormorant Garamond", serif);color:#faf7f2;margin:8px 0 0;font-size:clamp(20px,3.5vw,30px)}.floating-words-container-wall{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 24px;max-width:1000px;min-height:120px;margin:0 auto;padding:0 20px;display:flex}.float-word{font-family:var(--font-display,"Cormorant Garamond", serif);letter-spacing:1px;color:#faf7f2;opacity:.35;cursor:default;font-size:clamp(18px,2.8vw,32px);font-weight:300;transition:all .4s;animation:6s ease-in-out infinite alternate floatWall}.float-word:hover{opacity:1;color:#d4a017;text-shadow:0 0 15px #d4a017cc,0 0 30px #d4a0174d;transform:scale(1.15)}.fw-1{--rot:-2deg;animation-delay:.2s}.fw-2{--rot:1deg;animation-delay:1.5s}.fw-3{--rot:-1deg;animation-delay:.8s}.fw-4{--rot:3deg;animation-delay:2.1s}.fw-5{--rot:-3deg;animation-delay:.5s}.fw-6{--rot:2deg;animation-delay:1.2s}.fw-7{--rot:-2deg;animation-delay:1.8s}.fw-8{--rot:1deg;animation-delay:.4s}.fw-9{--rot:3deg;animation-delay:2.5s}.fw-10{--rot:-1deg;animation-delay:1.1s}.global-trust-connections-section{background:#faf7f2;padding:24px 0 32px}.global-map-diagram-container{background:#01332f05;border:1px solid #01332f0d;border-radius:16px;max-width:800px;margin:10px auto 0;padding:15px;box-shadow:0 10px 30px #01332f03}.map-visual-canvas{width:100%;margin-bottom:12px;overflow:hidden}.map-svg-connections{width:100%;height:auto;display:block}.connection-path-animate,.connection-path-animate-2,.connection-path-animate-3{stroke-dasharray:8 8;animation:3s linear infinite mapLineDash}.node-glow-ring{fill:#d4a01726;animation:2s ease-in-out infinite goldPulseNode}.node-core-gold{fill:#d4a017;stroke:#faf7f2;stroke-width:1.5px}.map-node-label{fill:#01332f;text-transform:uppercase;letter-spacing:1px;font-family:inherit;font-size:11px;font-weight:700}.borders-connections-ticker{text-align:center;color:#01332f;-webkit-overflow-scrolling:touch;border-top:1px dashed #01332f1a;padding-top:10px;font-size:12px;font-weight:600;overflow-x:auto}.connection-strip-item{white-space:nowrap;background:#faf7f2;border:1px solid #d4a01740;border-radius:30px;align-items:center;gap:12px;padding:8px 20px;display:inline-flex;box-shadow:0 4px 12px #d4a01714}.connection-strip-item .loc{color:#01332f;text-transform:uppercase;letter-spacing:1px;font-size:13px;font-weight:700}.connection-strip-item .arrow{color:#d4a017;font-weight:700}.connection-strip-item .badge{text-transform:uppercase;letter-spacing:1px;color:#faf7f2;background:#01332f;border-radius:12px;margin-left:8px;padding:4px 10px;font-size:10px;font-weight:700}.emotional-message-section{background:#faf7f2;border-top:1px solid #01332f0d;padding:35px 0}.emotional-box-layout{text-align:center;max-width:820px;margin:0 auto;padding:20px;position:relative}.emotional-quote-large{font-family:var(--font-display,serif);color:#d4a01714;z-index:0;font-size:120px;line-height:1;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.emotional-box-layout .emotional-section-title{font-family:var(--font-display,"Cormorant Garamond", serif);color:#01332f;z-index:1;margin-bottom:12px;font-size:26px;position:relative}.emotional-main-text{font-family:var(--font-display,"Cormorant Garamond", serif);color:#01332f;z-index:1;margin-bottom:12px;font-size:18px;line-height:1.6;position:relative}.emotional-sub-text{color:#4a6e6a;z-index:1;margin-bottom:20px;font-size:13.5px;line-height:1.6;position:relative}.emotional-signature{z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}.sig-label{text-transform:uppercase;letter-spacing:1.5px;color:#d4a017;margin-bottom:8px;font-size:11px;font-weight:700}.sig-name{font-family:var(--font-display,"Cormorant Garamond", serif);color:#01332f;margin:0;font-size:18px;font-weight:700}.sig-title{color:#7a9b97;margin-top:2px;font-size:12.5px}.testimonials-final-cta-section{padding:35px 0}.cta-forest-green-panel{text-align:center;background:#01332f;border:1.5px solid #d4a01759;border-radius:16px;padding:36px 24px;position:relative;overflow:hidden;box-shadow:0 10px 25px #01332f14}.cta-decor-icon{color:#d4a017;margin-bottom:12px;font-size:20px;display:inline-block}.cta-headline{font-family:var(--font-display,"Cormorant Garamond", serif);color:#faf7f2;margin:0 0 12px;font-size:clamp(24px,4vw,32px);font-weight:400}.cta-subheadline{color:#a3c2bf;max-width:600px;margin:0 auto 20px;font-size:13.5px;line-height:1.6}.cta-button-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}.cta-btn{cursor:pointer;border-radius:30px;padding:14px 32px;font-family:inherit;font-size:14.5px;font-weight:600;text-decoration:none;transition:all .3s}.cta-btn.primary{color:#01332f;background:#d4a017;border:1.5px solid #d4a017}.cta-btn.primary:hover{background:#faf7f2;border-color:#faf7f2;transform:translateY(-2px);box-shadow:0 8px 24px #ffffff26}.cta-btn.secondary{color:#faf7f2;background:0 0;border:1.5px solid #faf7f2}.cta-btn.secondary:hover{background:#ffffff14;transform:translateY(-2px)}.cta-btn.phone{color:#d4a017;background:0 0;border:1.5px solid #d4a01766}.cta-btn.phone:hover{background:#d4a0170d;border-color:#d4a017;transform:translateY(-2px)}.screenshot-lightbox-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:999999;background:#012220;justify-content:center;align-items:center;padding:80px 24px 40px;animation:.35s fadeInModal;display:flex;position:fixed;inset:0}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}.lightbox-content-wrapper{flex-direction:column;align-items:center;width:100%;max-width:450px;max-height:85vh;animation:.4s cubic-bezier(.175,.885,.32,1.15) both scaleUpModal;display:flex;position:relative}@keyframes scaleUpModal{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.lightbox-close-btn{color:#d4a017;cursor:pointer;z-index:1000000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#01332f;border:1.5px solid #d4a017;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:700;transition:all .3s;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 4px 15px #0000004d}.lightbox-close-btn:hover{color:#01332f;background:#d4a017;transform:scale(1.05);box-shadow:0 4px 12px #d4a01780}.lightbox-zoom-image{object-fit:contain;background:#0b141a;border:2.5px solid #d4a01766;border-radius:16px;max-width:100%;max-height:70vh;box-shadow:0 20px 50px #00000080}.lightbox-caption{text-align:center;color:#f8f3e7;margin-top:16px}.lightbox-caption h4{color:#faf7f2;margin:0 0 4px;font-size:15px;font-weight:600}.lightbox-caption p{color:#7a9b97;margin:0;font-size:12px}@media (width<=1199px){.testimonials-luxury-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=991px){.hero-split-layout{text-align:center!important;grid-template-columns:1fr!important;gap:40px!important;min-height:calc(100svh - 70px)!important;padding:60px 0 40px!important}.hero-image-content{order:-1!important;justify-content:center!important;width:100%!important;display:flex!important}.hero-text-content{flex-direction:column!important;align-items:center!important;width:100%!important;margin:0 auto!important;display:flex!important}.hero-editorial-sub{max-width:560px!important;margin-left:auto!important;margin-right:auto!important}.hero-img-crop{max-width:100%!important;height:320px!important}.hero-split-layout .testimonials-hero-quote-bg{left:50%;transform:translate(-50%)}.testimonials-page-wrap .container{padding:0 24px}.metrics-layout-grid{grid-template-columns:repeat(2,1fr);gap:16px}.featured-timeline-row{grid-template-columns:1fr;gap:24px;margin-bottom:60px}.featured-timeline-row.row-left .featured-col-content,.featured-timeline-row.row-right .featured-col-content{order:2}.featured-timeline-row.row-left .featured-col-portrait,.featured-timeline-row.row-right .featured-col-portrait{order:1}.timeline-center-divider,.featured-story-timeline:before{display:none}.featured-editorial-card{padding:24px}.healing-timeline-nodes-grid{grid-template-columns:1fr;gap:28px}.healing-timeline-gold-path{display:none}.timeline-point-item{text-align:left;align-items:flex-start}.timeline-point-indicator{flex-direction:row;align-items:center}.video-grid-three,.screenshots-grid-container{grid-template-columns:repeat(2,1fr);gap:20px}.testimonials-luxury-grid{grid-template-columns:repeat(2,1fr)}.stage-insights-body-grid{grid-template-columns:1fr;gap:20px}}@media (width<=767px){.hero-split-layout{align-content:center!important;gap:24px!important;min-height:calc(100svh - 60px)!important;padding:40px 0 30px!important}.hero-img-crop{height:240px!important}.hero-editorial-title{font-size:28px!important;line-height:1.25!important}.hero-editorial-sub{font-size:14px!important;line-height:1.6!important}.testimonials-hero-quote-bg{font-size:100px;top:-20px}.testimonials-page-wrap .container{padding:0 16px}.metrics-layout-grid{grid-template-columns:1fr;gap:12px}.metric-box{padding:16px 14px}.metric-number{font-size:24px}.featured-timeline-row{margin-bottom:40px}.featured-editorial-card{border-radius:14px;padding:18px}.featured-actual-quote{margin-bottom:16px;font-size:15px!important}.stage-narrative-text{font-size:13.5px!important}.stepper-node-btn{padding:5px 10px;font-size:11px}.healing-timeline-nodes-grid{grid-template-columns:1fr;gap:20px}.timeline-point-title{font-size:13px}.timeline-point-desc{font-size:11px}.video-grid-three{grid-template-columns:1fr;gap:16px;max-width:480px;margin:0 auto}.google-carousel-wrapper{grid-template-columns:1fr 1fr;grid-template-areas:"viewport viewport""prev next";gap:16px;max-width:100%;margin:20px auto 40px;display:grid}.google-carousel-viewport{grid-area:viewport;min-height:auto}.carousel-control-btn.prev{grid-area:prev;justify-self:end;margin-right:8px}.carousel-control-btn.next{grid-area:next;justify-self:start;margin-left:8px}.google-review-card{border-radius:14px;padding:16px}.google-review-text{font-size:13px;line-height:1.6}.google-card-header{grid-template-columns:36px 1fr;gap:10px}.google-badge-verified{grid-column:span 2;width:fit-content;margin-top:4px}.screenshots-grid-container{grid-template-columns:repeat(2,1fr);gap:12px;max-width:100%;margin:16px auto 0}.testimonials-luxury-grid{grid-template-columns:1fr;gap:16px}.grid-header-row{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:20px}.grid-filters-row{flex-wrap:wrap;gap:6px}.location-filter-btn{padding:5px 12px;font-size:11.5px}.grid-testimonial-card-item{padding:16px}.map-visual-canvas{display:none}.borders-connections-ticker{padding-top:12px}.connection-strip-item{flex-wrap:wrap;justify-content:center;gap:6px;padding:6px 10px;font-size:11px}.cta-forest-green-panel{border-radius:16px;padding:32px 16px}.cta-btn{padding:12px 24px;font-size:13.5px}.cta-button-row{flex-direction:column;align-items:stretch;gap:12px}.cta-btn.phone{text-align:center}.floating-words-container-wall{gap:8px 16px}.float-word{font-size:clamp(16px,4.5vw,24px)}.emotional-box-layout{padding:16px}.emotional-section-title{font-size:20px!important}.emotional-main-text{font-size:15px!important}}@media (width<=480px){.hero-img-crop{height:200px!important}.screenshots-grid-container{grid-template-columns:1fr;max-width:280px;margin:12px auto 0}.metrics-layout-grid{grid-template-columns:repeat(2,1fr);gap:10px}.metric-number{font-size:20px}.metric-title{font-size:10px}.metric-subtext{font-size:11px}}.video-section-header{text-align:center;max-width:800px;margin:0 auto 32px;padding:0 16px}.video-section-header .editorial-section-title{margin-bottom:12px;font-size:clamp(22px,4vw,38px)}.video-section-header .video-section-sub{color:#4a6e6a;max-width:600px;margin-bottom:0;margin-left:auto;margin-right:auto;font-size:14px}.video-grid-three{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;display:grid}.video-grid-three .luxury-video-card{max-width:100%;box-shadow:0 10px 25px #01332f14}.video-footer-details h5{color:#f8f3e7;margin:0 0 4px;font-size:13px;font-weight:700}@media (width<=1100px){.video-grid-three{gap:16px}}@media (width<=991px){.video-testimonials-section{padding:28px 0}.video-section-header{margin-bottom:24px}.video-grid-three{grid-template-columns:repeat(2,1fr);gap:16px;max-width:700px;margin-left:auto;margin-right:auto}.video-grid-three .luxury-video-card:nth-child(3){display:none}.screenshots-grid-container{grid-template-columns:repeat(2,1fr);gap:14px;max-width:600px;margin-left:auto;margin-right:auto}.screenshot-img-wrapper{aspect-ratio:3/4}}@media (width<=767px){.video-testimonials-section{padding:24px 0}.video-section-header{margin-bottom:20px;padding:0}.video-section-header .video-section-sub{font-size:13px}.video-grid-three{grid-template-columns:1fr;gap:14px;max-width:420px;margin:0 auto}.video-grid-three .luxury-video-card:nth-child(3){display:block}.luxury-video-card{border-radius:10px}.video-title-banner{padding:8px 12px}.video-title-banner h4{font-size:12px}.video-footer-details{padding:8px 12px}.trust-built-section{padding:24px 0}.screenshots-grid-container{grid-template-columns:repeat(2,1fr);gap:10px;max-width:100%;margin:14px 0 0}.screenshot-img-wrapper{aspect-ratio:3/4}.screenshot-grid-card{padding:6px}.screenshot-case-title{font-size:11.5px}}@media (width<=991px){.client-testimonials-grid-section{padding:28px 0}.grid-header-row{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:20px}.grid-filters-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.grid-filters-row::-webkit-scrollbar{display:none}.location-filter-btn{white-space:nowrap;flex-shrink:0}.testimonials-luxury-grid{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;flex-direction:row;gap:16px;margin-left:-24px;margin-right:-24px;padding-bottom:14px;padding-left:24px;padding-right:24px;display:flex;overflow-x:auto}.testimonials-luxury-grid::-webkit-scrollbar{display:none}.grid-testimonial-card-item{scroll-snap-align:start;border-radius:14px;flex:0 0 340px;padding:16px}.grid-card-quote{font-size:12.5px;line-height:1.5}.transformation-wall-section{padding:32px 0}.floating-words-container-wall{gap:10px 20px;min-height:100px}.global-trust-connections-section{padding:20px 0 28px}.global-map-diagram-container{max-width:520px;padding:10px}.map-svg-connections{max-height:120px}.map-node-label{letter-spacing:.5px;font-size:8.5px}.global-trust-connections-section .editorial-section-title{font-size:clamp(20px,3.5vw,32px)}.borders-connections-ticker{padding-top:10px}.connection-strip-item{gap:8px;padding:6px 14px}.connection-strip-item .loc{letter-spacing:.5px;font-size:11px}.testimonials-final-cta-section{padding:28px 0}.cta-forest-green-panel{padding:36px 28px}.cta-button-row{gap:12px}}@media (width<=767px){.client-testimonials-grid-section{padding:24px 0}.grid-header-row{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:16px}.grid-filters-row{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.grid-filters-row::-webkit-scrollbar{display:none}.location-filter-btn{flex-shrink:0;padding:5px 12px;font-size:11.5px}.testimonials-luxury-grid{-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scrollbar-width:none;flex-direction:row;gap:12px;margin-left:-16px;margin-right:-16px;padding-bottom:10px;padding-left:16px;padding-right:16px;display:flex;overflow-x:auto}.testimonials-luxury-grid::-webkit-scrollbar{display:none}.grid-testimonial-card-item{max-width:260px;min-height:unset;scroll-snap-align:start;border-radius:12px;flex:0 0 72vw;padding:14px}.grid-card-quote{-webkit-line-clamp:6;-webkit-box-orient:vertical;font-size:12px;line-height:1.5;display:-webkit-box;overflow:hidden}.grid-stars-row{margin-bottom:8px;font-size:16px}.transformation-wall-section{padding:28px 0}.wall-section-title{font-size:20px}.floating-words-container-wall{gap:8px 14px;min-height:90px;padding:0 12px}.float-word{opacity:.45;font-size:clamp(15px,4.5vw,22px)}.global-trust-connections-section{padding:16px 0 20px}.global-map-diagram-container{border-radius:12px;max-width:100%;padding:8px}.map-visual-canvas{-webkit-overflow-scrolling:touch;margin-bottom:8px;overflow-x:auto;display:block!important}.map-svg-connections{min-width:620px;height:auto}.map-node-label{letter-spacing:.5px;font-size:9px}.global-trust-connections-section .editorial-section-title{font-size:clamp(18px,5vw,24px)}.global-trust-connections-section .editorial-section-sub{font-size:12.5px}.borders-connections-ticker{-webkit-overflow-scrolling:touch;border-top:none;justify-content:center;padding-top:6px;display:flex;overflow-x:auto}.connection-strip-item{gap:8px;padding:7px 14px;font-size:11.5px}.connection-strip-item .loc{letter-spacing:.4px;font-size:11px}.connection-strip-item .badge{margin-left:4px;padding:3px 8px;font-size:9px}.emotional-message-section{padding:24px 0}.emotional-box-layout{padding:12px}.emotional-section-title{margin-bottom:10px;font-size:20px!important}.emotional-main-text{margin-bottom:10px;font-size:15px!important}.emotional-sub-text{margin-bottom:16px;font-size:13px}.testimonials-final-cta-section{padding:20px 0}.cta-forest-green-panel{border-radius:14px;padding:28px 16px}.cta-headline{margin-bottom:10px;font-size:clamp(20px,5vw,26px)}.cta-subheadline{margin-bottom:16px;font-size:13px}.cta-button-row{flex-direction:column;align-items:stretch;gap:10px}.cta-btn{text-align:center;border-radius:28px;padding:13px 20px;font-size:13.5px}}@media (width<=480px){.grid-testimonial-card-item{flex:0 0 90vw;max-width:280px;padding:14px}.grid-card-quote{font-size:12.5px}.float-word{opacity:.5;font-size:clamp(14px,5vw,20px)}.floating-words-container-wall{gap:6px 10px}.connection-strip-item{gap:6px;padding:5px 10px;font-size:10px}.connection-strip-item .loc{font-size:10px}.cta-forest-green-panel{padding:22px 12px}.cta-btn{padding:12px 16px;font-size:13px}}.testimonials-metrics-section,.featured-stories-section,.healing-journey-path-section,.video-testimonials-section,.public-reviews-section,.google-reviews-section,.trust-built-section,.client-testimonials-grid-section,.transformation-wall-section,.global-trust-connections-section,.emotional-message-section,.testimonials-final-cta-section{margin:0!important;padding:20px 0!important}@media (width<=768px){.testimonials-metrics-section,.featured-stories-section,.healing-journey-path-section,.video-testimonials-section,.public-reviews-section,.google-reviews-section,.trust-built-section,.client-testimonials-grid-section,.transformation-wall-section,.global-trust-connections-section,.emotional-message-section,.testimonials-final-cta-section{margin:0!important;padding:16px 0!important}}@media (width<=767px){.testimonials-luxury-grid-wrapper{white-space:nowrap!important;width:auto!important;margin-left:-16px!important;margin-right:-16px!important;padding:0!important;position:relative!important;overflow:hidden!important}.testimonials-luxury-grid{scroll-snap-type:none!important;-webkit-overflow-scrolling:auto!important;flex-flow:row!important;gap:16px!important;width:max-content!important;margin-left:0!important;margin-right:0!important;padding-bottom:10px!important;padding-left:0!important;padding-right:0!important;animation:40s linear infinite scroll-marquee!important;display:inline-flex!important;overflow-x:visible!important}.testimonials-luxury-grid.paused-animation{animation-play-state:paused!important}.dup-card{display:flex!important}.grid-testimonial-card-item{scroll-snap-align:none!important;white-space:normal!important;flex:0 0 220px!important;max-width:220px!important;padding:12px!important}.grid-card-quote{font-size:11px!important;line-height:1.4!important}.grid-card-quote.expanded{-webkit-line-clamp:unset!important;display:block!important;overflow:visible!important}.read-more-text-btn{font-size:10px!important}.grid-filters-row{-webkit-overflow-scrolling:touch!important;scrollbar-width:auto!important;flex-wrap:nowrap!important;gap:6px!important;width:100%!important;margin-bottom:8px!important;padding-bottom:12px!important;display:flex!important;overflow-x:auto!important}.grid-filters-row::-webkit-scrollbar{height:4px!important;display:block!important}.grid-filters-row::-webkit-scrollbar-track{background:#0000000d!important;border-radius:10px!important}.grid-filters-row::-webkit-scrollbar-thumb{background:#004d40!important;border-radius:10px!important}.location-filter-btn{white-space:nowrap!important;flex-shrink:0!important;padding:6px 12px!important;font-size:11px!important}.grid-card-author h5{font-size:11.5px!important}.grid-card-author span{font-size:10px!important}.grid-service-badge,.grid-date-badge{padding:3px 6px!important;font-size:9px!important}}@-webkit-keyframes scroll-marquee{0%{-webkit-transform:translate(0)}to{-webkit-transform:translate(calc(-50% - 8px))}}@keyframes scroll-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}.contact-page-wrap{color:#002a2a;font-family:var(--font-display,serif);background-color:#f3ebd2}.reach-timeline-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0}.timeline-flow{flex-direction:column;align-items:center;max-width:800px;margin:60px auto 0;display:flex;position:relative}.timeline-line{opacity:.3;z-index:1;background:#d4a017;width:2px;position:absolute;top:0;bottom:0}.timeline-step-item{z-index:2;align-items:center;width:100%;margin-bottom:40px;display:flex;position:relative}.timeline-step-item:last-child{margin-bottom:0}.timeline-left-space{text-align:right;width:45%;padding-right:40px}.timeline-center-dot{color:#002a2a;background:#f7f1e4;border:2px solid #d4a017;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;transition:all .3s;display:flex;box-shadow:0 4px 15px #d4a01733}.timeline-step-item:hover .timeline-center-dot{color:#faf7f2;background:#002a2a;transform:scale(1.1);box-shadow:0 6px 20px #002a2a40}.timeline-right-space{width:45%;padding-left:40px}.timeline-label{font-family:var(--font-body);font-size:var(--fs-label);text-transform:uppercase;letter-spacing:3px;color:#d4a017;text-shadow:0 0 10px #d4a01780;margin-bottom:6px;font-weight:700}.timeline-title{font-family:var(--font-display);font-size:var(--fs-h2);color:#002a2a;margin-bottom:8px;font-weight:400}.timeline-desc{font-family:var(--font-body);font-size:var(--fs-body);color:#335454;line-height:1.6}.split-experience-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0}.split-experience-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.experience-map-container{border:1px solid #002a2a0d;border-radius:28px;height:480px;overflow:hidden;box-shadow:0 20px 50px #002a2a0f}.experience-list-container{flex-direction:column;gap:20px;display:flex}.experience-list-item{opacity:.9;align-items:flex-start;gap:20px;transition:all .3s;display:flex}.experience-list-item:hover{opacity:1;transform:translate(6px)}.experience-icon-circle{background:#002a2a08;border:1px solid #002a2a0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.experience-item-label{font-family:var(--font-body);font-size:var(--fs-label);text-transform:uppercase;letter-spacing:2px;color:#d4a017;text-shadow:0 0 10px #d4a01780;margin-bottom:4px;font-weight:700}.experience-item-value{font-family:var(--font-display);font-size:var(--fs-h3);color:#002a2a;font-weight:400;line-height:1.4;text-decoration:none}.experience-item-value a{color:inherit;text-decoration:none;transition:color .2s}.experience-item-value a:hover{color:#d4a017}.next-journey-section{border-top:1px solid #002a2a0d;margin:0;padding:30px 0}.journey-stages-grid{flex-wrap:wrap;justify-content:center;display:flex;gap:20px!important;margin-top:30px!important}.journey-stage-node{text-align:center;cursor:pointer;flex-direction:column;align-items:center;width:100%;max-width:200px;transition:all .4s;display:flex;border-radius:12px!important;padding:16px 12px!important}.journey-stage-node:hover{background-color:#faf6ed;transform:translateY(-6px);box-shadow:0 12px 30px #002a2a0f}.journey-stage-icon-svg{transition:transform .4s cubic-bezier(.175,.885,.32,1.275);width:52px!important;height:52px!important;margin-bottom:12px!important}.journey-stage-icon-svg circle,.journey-stage-icon-svg path,.journey-stage-icon-svg rect,.journey-stage-icon-svg line{transition:all .4s}.journey-stage-node:hover .journey-stage-icon-svg{transform:scale(1.08)}.journey-stage-node:hover .journey-stage-icon-svg circle[r="45"]{fill:#002a2a}.journey-stage-node:hover .journey-stage-icon-svg [stroke=\#002A2A]{stroke:#d4a017}.journey-stage-node:hover .journey-stage-icon-svg [stroke=\#D4A017]{stroke:#faf6ed}.journey-stage-node:hover .journey-stage-icon-svg [fill=\#002A2A]{fill:#d4a017}.journey-stage-number{text-transform:uppercase;letter-spacing:1.5px;color:#d4a017;margin-bottom:8px;font-size:13px;font-weight:700}.journey-stage-title{font-family:var(--font-display);font-size:var(--fs-h3);color:#002a2a;margin-bottom:10px;font-weight:400}.journey-stage-desc{font-family:var(--font-body);font-size:var(--fs-body);color:#335454;max-width:250px;line-height:1.6}.pricing-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0}.pricing-cards-grid{grid-template-columns:1fr 1fr;gap:20px;max-width:800px;margin:32px auto 0;display:grid}.pricing-cards-grid .pricing-luxury-card{max-width:100%;margin:0}.pricing-luxury-card{text-align:center;background:#fff;border:1px solid #d4a01740;border-radius:16px;max-width:100%;margin:0;padding:clamp(20px,3.2vw,32px);transition:all .4s;position:relative;overflow:hidden;box-shadow:0 20px 50px #002a2a0a}.pricing-luxury-card:hover{border-color:#d4a017;transform:translateY(-6px);box-shadow:0 35px 80px #d4a0171f}.pricing-luxury-card:before{content:"";background:radial-gradient(circle,#d4a01714 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-80px;left:-80px}.pricing-card-type{font-family:var(--font-body);font-size:var(--fs-label);text-transform:uppercase;letter-spacing:3px;color:#d4a017;text-shadow:0 0 10px #d4a01780;margin-bottom:12px;font-weight:700}.pricing-card-cost{font-family:var(--font-display,serif);font-size:var(--fs-stat);color:#002a2a;margin-bottom:6px;font-weight:700}.pricing-card-duration{color:#335454;margin-bottom:24px;font-size:13px;font-weight:500}.pricing-card-features{text-align:left;flex-direction:column;gap:12px;max-width:340px;margin:0 auto 28px;display:flex}.pricing-feature-item{font-family:var(--font-body);font-size:var(--fs-body-sm);color:#335454;align-items:center;gap:10px;display:flex}.pricing-check-icon{color:#d4a017;font-weight:700}.inquiry-dual-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0;scroll-margin-top:100px}.contact-dual-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:20px;max-width:1100px;margin:0 auto;display:grid}.contact-dual-left{flex-direction:column;display:flex}.contact-dual-right{flex-direction:column;justify-content:center;display:flex}.confidential-reflection-box{background:linear-gradient(135deg,#fffdf9 0%,#faf6ea 60%,#f5ecd4 100%);border:2px solid #d4a017;border-radius:20px;flex-direction:column;height:100%;padding:24px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px #002a2a14,0 15px 30px #002a2a0a}.confidential-reflection-box:hover{border-color:#d4a017;transform:translateY(-4px);box-shadow:0 35px 70px #d4a0172e,0 20px 40px #d4a0171a}.confidential-reflection-box:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#d4a01726 0%,#0000 60%);width:200%;height:200%;animation:15s linear infinite rotateGlow;position:absolute;top:-50%;left:-50%}.confidential-reflection-box>*{z-index:1;position:relative}.reflection-benefits-list{text-align:left;flex-direction:column;gap:10px;width:100%;margin:10px 0 20px;display:flex}.benefit-item{align-items:flex-start;gap:12px;display:flex}.benefit-icon{color:#002a2a;background:#002a2a14;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;display:flex;box-shadow:0 2px 6px #002a2a0a}.benefit-item strong{font-family:var(--font-body);color:#002a2a;font-size:13px;font-weight:600;display:block}.benefit-item p{line-height:1.4;color:#335454!important;margin:2px 0 0!important;font-size:11.5px!important}.quick-links-column{flex-direction:column;align-items:stretch;gap:12px;width:100%;margin-top:20px;display:flex}.quick-links-column .btn-link{width:100%;font-family:var(--font-body);color:#002a2a;cursor:pointer;background:#ffffffbf;border:1.5px solid #002a2a1f;border-radius:10px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;box-shadow:0 4px 12px #002a2a05}.quick-links-column .btn-link:hover{color:#faf7f2;background:#002a2a;border-color:#002a2a;transform:translate(4px);box-shadow:0 8px 20px #002a2a1f}@media (width<=991px){.contact-dual-grid{grid-template-columns:1fr;gap:32px}}.selectors-grid{flex-wrap:wrap;justify-content:center;gap:8px;margin:12px auto 20px;padding:0;display:flex}.selector-pill{color:#002a2a;font-family:var(--font-display,serif);cursor:pointer;background:0 0;border:1.5px solid #002a2a1a;border-radius:20px;padding:6px 14px;font-size:13px;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1)}.selector-pill:hover{color:#d4a017;background:#d4a01705;border-color:#d4a017}.selector-pill.active{color:#faf7f2;background:#002a2a;border-color:#002a2a;box-shadow:0 4px 12px #002a2a26}.confidential-form-wrap{background:linear-gradient(135deg,#fffdf9 0%,#faf6ea 60%,#f5ecd4 100%);border:2px solid #d4a017;border-radius:20px;max-width:540px;margin:0 auto;padding:24px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;box-shadow:0 25px 60px #d4a0171f,0 15px 30px #d4a0170f}.confidential-form-wrap:hover{border-color:#d4a017;transform:translateY(-4px);box-shadow:0 35px 70px #d4a0172e,0 20px 40px #d4a0171a}.confidential-form-wrap:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#d4a01726 0%,#0000 60%);width:200%;height:200%;animation:15s linear infinite rotateGlow;position:absolute;top:-50%;left:-50%}@keyframes rotateGlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.confidential-form-wrap>*{z-index:1;position:relative}.form-card-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:16px;display:flex}.secure-badge{text-transform:uppercase;letter-spacing:1px;border-radius:50px;align-items:center;gap:6px;margin-bottom:12px;padding:6px 12px;font-size:10px;font-weight:700;display:inline-flex}.secure-badge.badge-teal{color:#fff;background:linear-gradient(90deg,#002a2a 0%,#335454 100%);box-shadow:0 4px 12px #002a2a40}.secure-badge.badge-gold{color:#002a2a;background:linear-gradient(90deg,#d4a017 0%,#f7c04a 100%);box-shadow:0 4px 12px #d4a01759}.secure-badge .lock-icon{font-size:11px}.form-grid-layout{grid-template-columns:1fr 1fr;gap:12px 14px;margin-bottom:20px;display:grid}.form-field-group{flex-direction:column;gap:6px;display:flex}.form-field-group.full-width{grid-column:span 2}.form-field-group label{text-transform:uppercase;letter-spacing:1px;color:#002a2a;opacity:.9;font-size:12px;font-weight:700}.form-field-group input,.form-field-group select,.form-field-group textarea{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#002a2a;font-family:var(--font-body);background:#ffffffa6;border:1.5px solid #002a2a1a;border-radius:8px;padding:8px 12px;font-size:14px;transition:all .3s}.form-field-group select{appearance:none;cursor:pointer;background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2712%27%20height%3D%2712%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23002A2A%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpolyline%20points%3D%276%209%2012%2015%2018%209%27%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-position:right 14px center;background-repeat:no-repeat;background-size:12px;padding-right:36px!important}.form-field-group input::placeholder,.form-field-group textarea::placeholder{color:#8c9f9f}.form-field-group input:focus,.form-field-group select:focus,.form-field-group textarea:focus{background:#fffffff2;border-color:#d4a017;outline:none;box-shadow:0 0 0 4px #d4a01726}.form-field-group textarea{resize:vertical;min-height:70px}.form-field-group .phi-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffa6;border:1.5px solid #002a2a1a;border-radius:8px;min-height:38px;padding:0}.form-field-group .phi-wrapper:focus-within{background:#fffffff2;border-color:#d4a017;box-shadow:0 0 0 4px #d4a01726}.form-field-group .phi-number-input{font-family:var(--font-body);color:#002a2a;padding:8px 12px;font-size:13px}.form-field-group .phi-trigger{border-right-color:#002a2a1f;min-height:36px}.faq-accordion-section{border-top:1px solid #002a2a0d;margin:0;padding:60px 0}.contact-cta-section{color:#002a2a;text-align:center;background:0 0;margin:0 0 -1px;padding:60px 0;position:relative;overflow:hidden}.contact-cta-section:after{content:"";z-index:1;background:0 0;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.contact-cta-wrap{z-index:2;max-width:740px;margin:0 auto;position:relative}.contact-cta-card{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:none;border-radius:28px}.contact-cta-card-inner{padding:40px 32px}.contact-cta-title{font-family:var(--font-display,serif);color:#002a2a;margin-bottom:16px;font-size:clamp(24px,4.5vw,52px);font-weight:700;line-height:1.15}.contact-cta-text{color:#335454;opacity:1;margin-bottom:28px;font-size:clamp(14px,1.8vw,18px)}@media (width<=991px){.timeline-step-item{text-align:center;flex-direction:column;align-items:center;margin-bottom:32px}.timeline-left-space,.timeline-right-space{text-align:center;width:100%;padding:0}.timeline-left-space{order:2;margin-top:10px}.timeline-right-space{order:3;margin-top:6px}.timeline-center-dot{order:1;width:44px;height:44px;font-size:18px}.timeline-line{display:none}.timeline-flow{margin-top:40px}.split-experience-grid{grid-template-columns:1fr;gap:32px}.experience-map-container{height:260px}.experience-list-container{gap:14px}.journey-stages-grid{gap:16px!important;margin-top:20px!important}.journey-stage-node{max-width:200px;padding:16px 12px!important}.journey-stage-icon-svg{width:48px!important;height:48px!important;margin-bottom:12px!important}.pricing-cards-grid{grid-template-columns:1fr;gap:16px;max-width:440px;margin:24px auto 0}.pricing-luxury-card{border-radius:14px;padding:20px 24px}.pricing-card-cost{font-size:clamp(28px,4.5vw,40px)}.pricing-card-features{gap:10px;margin:0 auto 20px}.selectors-grid{gap:10px;margin:24px auto 32px}.selector-pill{padding:10px 20px;font-size:14px}.form-grid-layout{grid-template-columns:1fr;gap:16px;margin-bottom:16px}.form-field-group.full-width{grid-column:span 1}.form-field-group input,.form-field-group select,.form-field-group textarea{padding:12px 14px;font-size:14px}.form-field-group textarea{min-height:110px}.confidential-reflection-box,.confidential-form-wrap{border-radius:16px;padding:20px}.contact-cta-card-inner{padding:32px 20px}}@media (width<=767px){.reach-timeline-section{padding:40px 0}.timeline-flow{margin-top:24px;padding:0 12px}.timeline-step-item{margin-bottom:24px}.timeline-center-dot{width:38px;height:38px;font-size:15px}.timeline-label{margin-bottom:3px;font-size:10px}.timeline-title{font-size:clamp(15px,2vw,18px)}.timeline-desc{font-size:13px}.split-experience-section{padding:40px 0}.experience-map-container{border-radius:14px;height:210px}.experience-list-container{gap:12px}.experience-icon-circle{width:36px;height:36px;font-size:15px}.experience-item-value{font-size:clamp(14px,2vw,16px)}.next-journey-section{padding:32px 0}.journey-stages-grid{grid-template-columns:1fr 1fr!important;gap:12px!important;margin-top:16px!important;display:grid!important}.journey-stage-node{border-radius:12px!important;max-width:100%!important;padding:14px 10px!important}.journey-stage-icon-svg{width:40px!important;height:40px!important;margin-bottom:8px!important}.journey-stage-number{font-size:10px}.journey-stage-title{margin-bottom:6px;font-size:14px}.journey-stage-desc{max-width:100%;font-size:11.5px}.pricing-section{padding:32px 0}.pricing-cards-grid{grid-template-columns:1fr;gap:14px;max-width:100%;margin:20px 0 0}.pricing-luxury-card{border-radius:12px;max-width:100%;padding:18px 16px}.pricing-card-type{margin-bottom:6px;font-size:10px}.pricing-card-cost{margin-bottom:4px;font-size:clamp(24px,5.5vw,32px)}.pricing-card-duration{margin-bottom:16px;font-size:12px}.pricing-card-features{gap:8px;max-width:100%;margin:0 auto 16px}.pricing-feature-item{gap:8px;font-size:12.5px}.inquiry-dual-section{padding:32px 0}.selectors-grid{gap:8px;max-width:100%;margin:16px 0 24px}.selector-pill{border-radius:20px;padding:8px 14px;font-size:12.5px}.confidential-reflection-box,.confidential-form-wrap{border-radius:12px;margin:0;padding:16px 14px}.form-grid-layout{gap:12px;margin-bottom:14px}.form-field-group label{font-size:10px}.form-field-group input,.form-field-group select,.form-field-group textarea{border-radius:10px;padding:10px 12px;font-size:13px}.form-field-group textarea{min-height:90px}.faq-accordion-section,.contact-cta-section{padding:40px 0}.contact-cta-card-inner{padding:22px 14px}.contact-cta-title{margin-bottom:10px;font-size:clamp(19px,4.5vw,28px)}.contact-cta-text{margin-bottom:18px;font-size:13px}.btn-primary{width:100%;padding:13px 20px;font-size:13.5px}}@media (width<=479px){.reach-timeline-section{padding:32px 0}.timeline-flow{margin-top:16px;padding:0 10px}.timeline-step-item{margin-bottom:20px}.split-experience-section{padding:32px 0}.experience-map-container{height:170px}.confidential-reflection-box,.confidential-form-wrap{border-radius:10px;padding:12px}.next-journey-section{padding:28px 0}.journey-stage-icon-svg{width:36px!important;height:36px!important;margin-bottom:6px!important}.journey-stage-number{font-size:9px}.journey-stage-title{font-size:13px}.journey-stage-desc{font-size:11px}.pricing-section{padding:28px 0}.pricing-luxury-card{border-radius:10px;padding:14px 12px}.pricing-card-cost{font-size:clamp(20px,5vw,26px)}.contact-cta-section{padding:32px 0}.contact-cta-card-inner{padding:18px 10px}.contact-cta-title{margin-bottom:8px;font-size:clamp(17px,4vw,23px)}.contact-cta-text{margin-bottom:14px;font-size:12.5px}}@media (width<=575px){.journey-stages-grid{grid-template-columns:1fr 1fr!important}}.enquiry-container{padding:40px 24px}.enquiry-back-btn{border:1px solid var(--text-dark);cursor:pointer;color:var(--text-dark);font-family:var(--font-body);background:0 0;border-radius:30px;align-items:center;gap:8px;margin-bottom:40px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex}.enquiry-back-btn:hover{background-color:var(--text-dark);color:var(--white)}.enquiry-form-wrap{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #d4a01733;border-radius:24px;max-width:800px;margin:0 auto;padding:40px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden;box-shadow:0 25px 60px #d4a0171f,0 15px 30px #d4a0170f}.enquiry-form-wrap:hover{border-color:#d4a017;transform:translateY(-4px);box-shadow:0 35px 70px #d4a0172e,0 20px 40px #d4a0171a}.enquiry-form-wrap>*{z-index:1;position:relative}.enquiry-form-wrap:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#d4a01726 0%,#0000 60%);width:200%;height:200%;animation:15s linear infinite rotateGlow;position:absolute;top:-50%;left:-50%}.enquiry-error-banner{color:#880e4f;background-color:#c2185b14;border-left:3px solid #c2185b;border-radius:0 8px 8px 0;margin-bottom:20px;padding:12px 16px;font-size:14px;font-weight:500}.enquiry-submit-btn{justify-content:center;gap:8px;width:100%;margin-top:20px;padding:14px}.enquiry-success-card{text-align:center;background:#ffffffbf;border:1px solid #d4a01733;border-radius:24px;max-width:600px;margin:0 auto;padding:60px 20px;box-shadow:0 15px 40px #002a2a0d}.enquiry-success-icon{margin-bottom:24px;font-size:72px}.enquiry-success-title{font-family:var(--font-display,serif);color:#002a2a;margin-bottom:16px;font-size:32px}.enquiry-success-desc{color:#335454;margin-bottom:30px;font-size:15.5px;line-height:1.75}.enquiry-success-buttons{flex-direction:column;gap:12px;display:flex}.enquiry-whatsapp-btn{justify-content:center;text-decoration:none}.enquiry-return-btn{justify-content:center;width:100%}@media (width<=991px){.enquiry-container{padding:30px 20px}.enquiry-back-btn{margin-bottom:30px}.enquiry-form-wrap{border-radius:20px;padding:30px 24px}.enquiry-form-title{font-size:2.1rem}}@media (width<=767px){.enquiry-container{padding:24px 16px}.enquiry-back-btn{margin-bottom:24px;padding:8px 16px;font-size:13px}.enquiry-form-wrap{border-radius:16px;padding:20px 16px}.enquiry-form-title{font-size:1.8rem}.enquiry-success-card{border-radius:16px;padding:40px 16px}.enquiry-success-icon{margin-bottom:16px;font-size:56px}.enquiry-success-title{margin-bottom:12px;font-size:24px}.enquiry-success-desc{margin-bottom:24px;font-size:14px;line-height:1.6}}@media (width<=479px){.enquiry-container{padding:16px 12px}.enquiry-form-wrap{border-radius:12px;padding:16px 12px}.enquiry-form-title{font-size:1.5rem}.enquiry-success-card{border-radius:12px;padding:30px 12px}.enquiry-success-icon{font-size:48px}.enquiry-success-title{font-size:20px}}.reach-timeline-section,.split-experience-section,.next-journey-section,.pricing-section,.inquiry-dual-section,.faq-accordion-section,.contact-cta-section{margin:0!important;padding:20px 0!important}@media (width<=768px){.reach-timeline-section,.split-experience-section,.next-journey-section,.pricing-section,.inquiry-dual-section,.faq-accordion-section,.contact-cta-section{margin:0!important;padding:16px 0!important}}.inquiry-dual-section{padding:30px 0!important}.contact-dual-grid{gap:24px!important;max-width:1000px!important}.confidential-reflection-box,.confidential-form-wrap{border-radius:16px!important;padding:24px!important}@media (width<=991px){.contact-dual-grid{grid-template-columns:1fr!important;gap:20px!important;max-width:600px!important;margin:0 auto!important}.confidential-reflection-box,.confidential-form-wrap{padding:20px!important}}@media (width<=767px){.inquiry-dual-section{padding:16px 0!important}.contact-dual-grid{gap:16px!important}.confidential-reflection-box,.confidential-form-wrap{border-radius:12px!important;padding:16px 14px!important}.confidential-reflection-box .section-title,.confidential-form-wrap .section-title{margin-top:4px!important;margin-bottom:6px!important;font-size:18px!important;line-height:1.3!important}.confidential-reflection-box .section-sub,.confidential-form-wrap .section-sub{margin-bottom:8px!important;font-size:11px!important;line-height:1.4!important}.reflection-benefits-list{gap:8px!important;margin:10px 0 12px!important}.benefit-item{gap:8px!important}.benefit-icon{width:20px!important;height:20px!important;font-size:10px!important}.benefit-item strong{font-size:11.5px!important}.benefit-item p{margin-top:1px!important;font-size:10px!important}.quick-links-column{gap:8px!important;margin-top:10px!important}.quick-links-column .btn-link{border-radius:8px!important;padding:8px 12px!important;font-size:11.5px!important}.form-grid-layout{grid-template-columns:1fr!important;gap:10px!important}.form-field-group.full-width{grid-column:span 1!important}.form-field-group label{margin-bottom:2px!important;font-size:9.5px!important}.form-field-group input,.form-field-group select,.form-field-group textarea{border-radius:6px!important;padding:7px 10px!important;font-size:12.5px!important}.form-field-group textarea{min-height:80px!important}.form-field-group .phi-wrapper{border-radius:6px!important;min-height:32px!important}.form-field-group .phi-number-input{padding:7px 10px!important;font-size:12.5px!important}.form-field-group .phi-trigger{min-height:30px!important}.confidential-form-wrap .btn-primary,.enquiry-submit-btn{border-radius:8px!important;padding:10px!important;font-size:12.5px!important}.secure-badge{margin-bottom:8px!important;padding:4px 10px!important;font-size:9px!important}.enquiry-form-wrap{border-radius:12px!important;max-width:100%!important;padding:16px 14px!important}.enquiry-form-title{margin-bottom:6px!important;font-size:20px!important}}@media (width<=399px){.confidential-reflection-box,.confidential-form-wrap,.enquiry-form-wrap{padding:12px 10px!important}}.enquiry-form-wrap{border-radius:16px!important;max-width:660px!important;padding:32px!important}.enquiry-form-title{margin-bottom:8px!important;font-size:clamp(22px,2.5vw,30px)!important}.enquiry-submit-btn{padding:12px!important;font-size:14px!important}.phi-wrapper{background:#fff;border:1.5px solid #d0cdc7;border-radius:10px;align-items:center;width:100%;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:visible}.phi-wrapper:focus-within{border-color:#d4a017;box-shadow:0 0 0 3px #d4a0171f}.phi-trigger{cursor:pointer;white-space:nowrap;background:0 0;border:none;border-right:1.5px solid #e8e4dc;border-radius:10px 0 0 10px;outline:none;flex-shrink:0;align-items:center;gap:4px;height:100%;min-height:46px;padding:0 10px 0 12px;transition:background .15s;display:flex}.phi-trigger:hover{background:#d4a0170f}.phi-trigger--open{background:#d4a01714}.phi-flag{font-size:18px;line-height:1;display:inline-block}.phi-code{color:#01332f;white-space:nowrap;font-family:Inter,Montserrat,sans-serif;font-size:13px;font-weight:600}.phi-caret{color:#999;margin-left:2px;font-size:10px;transition:transform .2s}.phi-trigger--open .phi-caret{transform:rotate(180deg)}.phi-number-input{color:#01332f;background:0 0;border-radius:0 10px 10px 0;flex:1;width:100%;min-width:0;padding:12px 14px;font-family:Inter,Montserrat,sans-serif;font-size:14px;box-shadow:none!important;border:none!important;outline:none!important}.phi-number-input::placeholder{color:#b0aca4;font-style:normal}.phi-dropdown{background:#fff;border:1.5px solid #e0dbd2;border-radius:12px;animation:.18s phiSlideIn;overflow:hidden;box-shadow:0 16px 48px #01332f2e,0 4px 16px #00000014}@keyframes phiSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.phi-search-wrap{background:#faf7f2;border-bottom:1px solid #ece8df;padding:10px 10px 8px}.phi-search{color:#01332f;box-sizing:border-box;background:#fff;border:1.5px solid #ddd8ce;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-family:Inter,Montserrat,sans-serif;font-size:13px;transition:border-color .2s}.phi-search:focus{border-color:#d4a017}.phi-search::placeholder{color:#b5b0a6}.phi-list{scrollbar-width:thin;scrollbar-color:#d4a017 transparent;max-height:220px;margin:0;padding:6px 0;list-style:none;overflow-y:auto}.phi-list::-webkit-scrollbar{width:4px}.phi-list::-webkit-scrollbar-thumb{background:#d4a017;border-radius:4px}.phi-option{cursor:pointer;align-items:center;gap:10px;padding:9px 14px;font-family:Inter,Montserrat,sans-serif;transition:background .12s;display:flex}.phi-option:hover{background:#d4a01714}.phi-option--selected{background:#d4a01724}.phi-country-name{color:#01332f;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:500;overflow:hidden}.phi-country-code{color:#7a9b97;white-space:nowrap;font-size:12px;font-weight:600}.phi-no-result{text-align:center;color:#aaa;padding:14px;font-size:13px}.phi-wrapper.phi-dark{background:#ffffff0f;border-color:#ffffff2e}.phi-wrapper.phi-dark:focus-within{border-color:#d4a017;box-shadow:0 0 0 3px #d4a01726}.phi-wrapper.phi-dark .phi-trigger{border-right-color:#ffffff26}.phi-wrapper.phi-dark .phi-code,.phi-wrapper.phi-dark .phi-number-input{color:#faf7f2}.phi-wrapper.phi-dark .phi-number-input::placeholder{color:#faf7f273}.phi-dropdown-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:99998;background-color:#0003;width:100vw;height:100vh;animation:.2s phiFadeIn;position:fixed;top:0;left:0}@keyframes phiFadeIn{0%{opacity:0}to{opacity:1}}@keyframes phiSlideInCentered{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}@media (width<=580px){.phi-dropdown{border-radius:16px!important;width:calc(100% - 32px)!important;max-width:320px!important;height:auto!important;max-height:70vh!important;animation:.25s cubic-bezier(.16,1,.3,1) phiSlideInCentered!important;position:fixed!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;box-shadow:0 24px 70px #002a2a4d!important}}.preloader-overlay{z-index:99999;background-color:#071516;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .8s cubic-bezier(.25,1,.2,1);display:flex;position:fixed;top:0;left:0;overflow:hidden}.preloader-overlay:after{content:"";opacity:0;pointer-events:none;z-index:1;background:radial-gradient(circle at 75% 25%,#f5b93224 0%,#0000 60%);transition:opacity 1.5s cubic-bezier(.25,1,.2,1);position:absolute;inset:0}.preloader-overlay.bulb-active:after{opacity:1}.preloader-overlay.fade-out{opacity:0;pointer-events:none}.preloader-svg{z-index:2;width:90%;max-width:760px;height:auto;max-height:80vh;position:relative}.draw-path{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:1.6s cubic-bezier(.22,1,.36,1) forwards drawLine}@keyframes drawLine{to{stroke-dashoffset:0}}.draw-head{stroke-dasharray:2000;stroke-dashoffset:2000px;animation:1.1s cubic-bezier(.25,1,.5,1) .1s forwards drawLine}.draw-brain-cortex{stroke-dasharray:1500;stroke-dashoffset:1500px;animation:.8s ease-in-out .8s forwards drawLine}.draw-brain-cerebellum{stroke-dasharray:400;stroke-dashoffset:400px;animation:.4s ease-in-out 1.3s forwards drawLine}.draw-brain-stem{stroke-dasharray:200;stroke-dashoffset:200px;animation:.3s ease-in-out 1.5s forwards drawLine}.draw-brain-fold{stroke-dasharray:800;stroke-dashoffset:800px;animation:.6s ease-out forwards drawLine}.brain-head-drawing{transform-box:fill-box;transform-origin:175px 275px;transition:transform 1.8s cubic-bezier(.77,0,.175,1);transform:translate(225px)scale(1.25)}.preloader-overlay.bulb-active .brain-head-drawing{transform:translate(0)scale(1)}.preloader-overlay.bulb-active .brain-head-drawing .draw-head{fill:#051011;stroke:#e2ddd9;transition:fill 1.2s cubic-bezier(.25,1,.2,1),stroke 1.2s cubic-bezier(.25,1,.2,1)}.preloader-overlay.bulb-active .brain-head-drawing .draw-brain-cortex,.preloader-overlay.bulb-active .brain-head-drawing .draw-brain-cerebellum,.preloader-overlay.bulb-active .brain-head-drawing .draw-brain-stem,.preloader-overlay.bulb-active .brain-head-drawing .draw-brain-fold{fill:#ffb300;stroke:#d32f2f;stroke-width:1.8px;transition:fill 1.2s cubic-bezier(.25,1,.2,1),stroke 1.2s cubic-bezier(.25,1,.2,1),stroke-width 1.2s cubic-bezier(.25,1,.2,1)}.fold-1{animation-delay:1.65s}.fold-2{animation-delay:1.7s}.fold-3{animation-delay:1.75s}.fold-4{animation-delay:1.8s}.fold-5{animation-delay:1.85s}.fold-6{animation-delay:1.9s}.fold-7{animation-delay:1.95s}.fold-8{animation-delay:2s}.fold-9{animation-delay:2.05s}.fold-10{animation-delay:2.1s}.fold-11{animation-delay:2.15s}.fold-12{animation-delay:2.2s}.fold-13{animation-delay:2.25s}.fold-14{animation-delay:2.3s}.fold-15{animation-delay:2.35s}.fold-16{animation-delay:2.4s}.fold-17{animation-delay:2.45s}.fold-18{animation-delay:2.5s}.bulb-glow{opacity:0;transform-origin:630px 115px;pointer-events:none;transition:opacity 1.2s cubic-bezier(.25,1,.2,1),transform 1.2s cubic-bezier(.25,1,.2,1);transform:scale(.85)}.preloader-overlay.bulb-active .bulb-glow{opacity:1;transform:scale(1)}.filament-glow{transition:filter .5s,stroke .5s}.preloader-overlay.bulb-active .filament-glow{filter:drop-shadow(0 0 10px #f5b932f2)drop-shadow(0 0 4px #f5b932);stroke:#f5b932!important}.sparkle{fill:#f5b932;opacity:0;transform-origin:50%;transition:opacity .8s cubic-bezier(.34,1.56,.64,1),transform .8s cubic-bezier(.34,1.56,.64,1);transform:scale(0)}.preloader-overlay.bulb-active .sparkle{opacity:.95;transform:scale(1)}.sparkle-1{transform-origin:680px 70px;transition-delay:.2s;animation:2.5s ease-in-out 1s infinite twinkle}.sparkle-2{transform-origin:560px 90px;transition-delay:.4s;animation:3s ease-in-out 1.3s infinite twinkle}.sparkle-3{transform-origin:650px 175px;transition-delay:.6s;animation:2.8s ease-in-out 1.6s infinite twinkle}@keyframes twinkle{0%,to{opacity:.95;transform:scale(1)}50%{opacity:.35;transform:scale(.65)}}@keyframes charWow{0%{opacity:0;filter:blur(10px);transform:translate(-220px)scale(3.5)rotate(-20deg)}60%{opacity:1;filter:blur();transform:translate(10px)scale(.9)rotate(5deg)}85%{transform:translate(-4px)scale(1.05)rotate(-2deg)}to{opacity:1;transform:translate(0)scale(1)rotate(0)}}@keyframes subtitleSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:.95;transform:translateY(0)}}@keyframes emblemZoom{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}.logo-fade-in{opacity:1}.char{opacity:0;transform-box:fill-box;transform-origin:50%}.preloader-overlay.bulb-active .char{animation:.9s cubic-bezier(.25,.8,.25,1.25) forwards charWow}.preloader-overlay.bulb-active .char-1{animation-delay:.4s}.preloader-overlay.bulb-active .char-2{animation-delay:.5s}.preloader-overlay.bulb-active .char-3{animation-delay:.6s}.preloader-overlay.bulb-active .char-4{animation-delay:.7s}.preloader-overlay.bulb-active .char-5{animation-delay:.8s}.preloader-overlay.bulb-active .char-6{animation-delay:.9s}.preloader-overlay.bulb-active .char-7{animation-delay:1s}.preloader-overlay.bulb-active .char-8{animation-delay:1.1s}.char-subtitle,.char-line-left,.char-line-right{opacity:0;transform-box:fill-box;transform-origin:50%}.preloader-overlay.bulb-active .char-subtitle.line-1{animation:.8s cubic-bezier(.25,1,.2,1) 1.3s forwards subtitleSlideUp}.preloader-overlay.bulb-active .char-subtitle.line-2{animation:.8s cubic-bezier(.25,1,.2,1) 1.4s forwards subtitleSlideUp}.preloader-overlay.bulb-active .char-line-left,.preloader-overlay.bulb-active .char-line-right{animation:.8s cubic-bezier(.25,1,.2,1) 1.5s forwards subtitleSlideUp}.logo-fade-in>circle,.logo-fade-in>g{opacity:0;transform-box:fill-box;transform-origin:50%}.preloader-overlay.bulb-active .logo-fade-in>circle,.preloader-overlay.bulb-active .logo-fade-in>g{animation:.9s cubic-bezier(.34,1.56,.64,1) .3s forwards emblemZoom}.preloader-overlay.bulb-active .logo-mini-brain path{fill:#ffb300;stroke:none;transition:fill 1.2s cubic-bezier(.25,1,.2,1)}body.preloader-active{height:100vh!important;overflow:hidden!important}@media (width<=768px){.preloader-svg{width:95%!important;max-height:85vh!important;transform:none!important}.brain-head-drawing{transform:translate(225px)scale(1.2)!important}.preloader-overlay.bulb-active .brain-head-drawing{transform:translate(225px,-80px)scale(.95)!important}.logo-fade-in{transform:translate(-155px,160px)!important}.char-line-left,.char-line-right{display:none!important}}.assessments-page-wrap{background-color:#f3ebd2;min-height:100vh;padding:100px 24px 30px}.assessments-nav-header{z-index:90;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:0;padding:10px 0 20px;display:flex;position:sticky;top:70px}.assessments-nav-header:before{content:"";z-index:-1;pointer-events:none;background-color:#f3ebd2;position:absolute;inset:-30px -50vw 0}.btn-text-back{color:#faf6ed;font-family:var(--font-body);font-size:var(--fs-btn);cursor:pointer;background-color:#002a2a;border:1px solid #002a2a;border-radius:30px;padding:8px 16px;font-weight:500;transition:all .3s}.btn-text-back:hover{color:#002a2a;background-color:#d4a017;border-color:#d4a017;transform:translateY(-1px);box-shadow:0 4px 12px #d4a01733}.assessment-selector-dropdown{align-items:center;gap:12px;display:flex}.dropdown-label{color:#335454;font-size:14px;font-weight:500}.premium-select{color:#002a2a;cursor:pointer;appearance:none;background-color:#faf6ed;background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2712%27%20height%3D%2712%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23002A2A%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpolyline%20points%3D%276%209%2012%2015%2018%209%27%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-position:right 16px center;background-repeat:no-repeat;background-size:10px;border:1.5px solid #002a2a26;border-radius:30px;outline:none;padding:8px 36px 8px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .3s}.premium-select:focus{border-color:#d4a017;box-shadow:0 0 0 3px #d4a01726}.assessment-card-panel{background:#faf6ed;border:1px solid #d4a01726;border-radius:20px;max-width:680px;margin:0 auto;padding:24px 36px;position:relative;overflow:hidden;box-shadow:0 16px 48px #002a2a0d}.assessment-card-panel:before{content:"";background:linear-gradient(90deg,#002a2a,#d4a017,#002a2a);height:4px;position:absolute;top:0;left:0;right:0}.assessment-panel-title{font-family:var(--font-display,serif);font-size:var(--fs-h1);color:#002a2a;margin-top:0;margin-bottom:12px;font-weight:400;line-height:1.2}.assessment-panel-desc{font-family:var(--font-body);font-size:var(--fs-body);color:#335454;margin-bottom:20px;line-height:1.6}.assessment-meta-row{flex-wrap:wrap;gap:12px;margin-bottom:20px;display:flex}.meta-pill{color:#002a2a;background-color:#002a2a0a;border:1px solid #002a2a0d;border-radius:30px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:flex}.meta-pill.text-teal{color:#004d4d;background-color:#002a2a14;border-color:#002a2a1a}.instructions-box{background-color:#d4a0170d;border-left:3px solid #d4a017;border-radius:0 16px 16px 0;margin-bottom:24px;padding:16px}.instructions-box h4{font-family:var(--font-display,serif);color:#002a2a;margin:0 0 8px;font-size:16px;font-weight:600}.instructions-box p{color:#335454;margin:0;font-size:14.5px;line-height:1.6}.start-quiz-btn{letter-spacing:.5px;cursor:pointer;border-radius:30px;justify-content:center;width:100%;margin-bottom:16px;padding:14px;font-size:16px}.disclaimer-text{color:#8c8c8c;border-top:1px solid #002a2a0f;padding-top:20px;font-size:12.5px;line-height:1.5}.quiz-progress-container{margin-bottom:24px}.quiz-progress-text{color:#8c8c8c;text-transform:uppercase;letter-spacing:1px;justify-content:space-between;margin-bottom:12px;font-size:13.5px;font-weight:600;display:flex}.section-tag{color:#d4a017}.quiz-progress-bar-bg{background-color:#002a2a0f;border-radius:10px;height:6px;overflow:hidden}.quiz-progress-bar-fill{background:linear-gradient(90deg,#002a2a,#d4a017);border-radius:10px;height:100%;transition:width .4s}.quiz-question-container{min-height:60px;margin-bottom:24px}.question-statement-text{font-family:var(--font-display,serif);color:#002a2a;line-height:1.4;font-size:19px!important;font-weight:500!important}.quiz-responses-grid{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.quiz-response-option{cursor:pointer;text-align:left;background-color:#faf6ed;border:1.2px solid #002a2a1f;border-radius:10px;align-items:center;gap:12px;padding:8px 16px;transition:all .25s cubic-bezier(.175,.885,.32,1.275);display:flex;justify-content:flex-start!important}.quiz-response-option:hover{background-color:#002a2a05;border-color:#002a2a;transform:translateY(-2px);box-shadow:0 8px 24px #002a2a08}.quiz-response-option.selected{background-color:#002a2a0a;border-color:#002a2a;box-shadow:0 0 0 1px #002a2a}.option-indicator{border:1.5px solid #002a2a33;border-radius:50%;flex-shrink:0;width:14px;height:14px;transition:all .2s;position:relative}.quiz-response-option.selected .option-indicator{background-color:#d4a017;border-color:#d4a017}.quiz-response-option.selected .option-indicator:after{content:"";background-color:#faf6ed;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.option-label-text{font-family:var(--font-body);color:#002a2a;font-weight:500;font-size:13.5px!important}.quiz-nav-row{border-top:1px solid #002a2a0f;justify-content:space-between;padding-top:20px;display:flex}.lead-panel{text-align:center}.lead-header-icon{color:#d4a017;margin-bottom:16px;font-size:40px;animation:2s ease-in-out infinite pulse-gold}.lead-panel-title{font-family:var(--font-display,serif);color:#002a2a;margin-bottom:12px;font-size:2.3rem;font-weight:400}.lead-panel-desc{color:#335454;max-width:580px;margin:0 auto 36px;font-size:15px;line-height:1.6}.form-error-banner{color:#880e4f;text-align:left;background-color:#c2185b14;border-left:3px solid #c2185b;border-radius:0 8px 8px 0;margin-bottom:28px;padding:14px 20px;font-size:14px;font-weight:500}.lead-capture-form{text-align:left;max-width:480px;margin:0 auto}.form-field{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.form-field label{color:#002a2a;text-transform:uppercase;letter-spacing:.5px;font-size:13.5px;font-weight:600}.form-field input{color:#002a2a;background-color:#faf6ed;border:1.5px solid #002a2a26;border-radius:12px;outline:none;padding:14px 20px;font-size:15px;transition:all .3s}.form-field input:focus{border-color:#002a2a;box-shadow:0 0 0 3px #002a2a14}.privacy-badge-row{color:#8c8c8c;align-items:flex-start;gap:10px;margin-top:28px;margin-bottom:32px;font-size:12.5px;line-height:1.5;display:flex}.lock-small-icon{flex-shrink:0;font-size:16px}.lead-submit-btn{cursor:pointer;border-radius:30px;justify-content:center;width:100%;padding:18px;font-size:16px}.loading-panel{text-align:center;padding:80px 48px}.spinner-glow{border:3px solid #d4a0171a;border-top-color:#002a2a;border-radius:50%;width:80px;height:80px;margin:0 auto 36px;animation:1.2s linear infinite spin-custom;position:relative}.spinner-core{background-color:#d4a017;border-radius:50%;width:20px;height:20px;animation:1.5s ease-in-out infinite pulse-gold-small;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-progress-title{font-family:var(--font-display,serif);color:#002a2a;margin-bottom:12px;font-size:1.8rem}.loading-progress-desc{color:#335454;font-size:15px;font-style:italic}.results-panel{text-align:center}.results-panel-title{font-family:var(--font-display,serif);color:#002a2a;margin-bottom:24px;font-size:2rem}.score-visual-gauge{flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.gauge-circle-outer{background:linear-gradient(#faf6ed,#faf6ed) padding-box padding-box,linear-gradient(135deg,#002a2a,#d4a017,#004d4d) border-box;border:6px solid #0000;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:16px;display:flex;position:relative;box-shadow:0 12px 32px #d4a01726}.gauge-circle-outer:after{content:"";border:2px dashed #d4a01780;border-radius:50%;animation:20s linear infinite spin-custom;position:absolute;inset:-8px}.gauge-score-value{color:#002a2a;font-size:52px;font-weight:700;font-family:var(--font-display,serif);text-shadow:1px 1px #d4a0174d;line-height:1}.gauge-max-value{color:#8c8c8c;margin-top:4px;font-size:14px;font-weight:600}.results-category-tag{color:#d4a017;letter-spacing:.5px;background:linear-gradient(90deg,#002a2a,#004d4d);border:1px solid #d4a0174d;border-radius:30px;padding:8px 20px;font-size:14px;font-weight:700;box-shadow:0 8px 20px #002a2a33}.category-explanation-box{text-align:left;background:linear-gradient(145deg,#d4a0170d,#002a2a05);border:1px solid #d4a01733;border-left:4px solid #d4a017;border-radius:16px;margin-bottom:24px;padding:20px 24px;box-shadow:0 4px 16px #00000008}.category-explanation-box h3{font-family:var(--font-display,serif);color:#002a2a;margin-top:0;margin-bottom:10px;font-size:1.3rem;font-weight:600}.category-explanation-box p{color:#335454;margin:0;font-size:14.5px;line-height:1.6}.results-remember-box{text-align:left;background-color:#002a2a;border:1px solid #d4a0174d;border-radius:16px;margin-bottom:32px;padding:24px;box-shadow:0 8px 24px #002a2a26}.results-remember-box h4{font-family:var(--font-display,serif);color:#d4a017;text-transform:uppercase;letter-spacing:.5px;margin-top:0;margin-bottom:10px;font-size:14.5px;font-weight:600}.results-remember-box p{color:#faf6ed;margin:0;font-size:14px;line-height:1.6}.results-cta-card{color:#faf6ed;text-align:center;background:linear-gradient(135deg,#002a2a,#004d4d);border:1px solid #d4a01733;border-radius:20px;margin-bottom:32px;padding:32px 24px;position:relative;overflow:hidden;box-shadow:0 12px 32px #002a2a33}.results-cta-glow-overlay{pointer-events:none;background:radial-gradient(circle,#d4a01726 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.results-cta-card h3{font-family:var(--font-display,serif);color:#faf6ed;margin-top:0;margin-bottom:16px;font-size:1.8rem;font-weight:400}.results-cta-card p{color:#faf6edd9;max-width:600px;margin:0 auto 36px;font-size:15px;line-height:1.7}.cta-buttons-row{z-index:2;flex-wrap:wrap;justify-content:center;gap:16px;display:flex;position:relative}.text-cream{color:#faf6ed!important;background:0 0!important;border-color:#faf6ed4d!important}.text-cream:hover{color:#faf6ed!important;background-color:#faf6ed1a!important;border-color:#faf6ed!important}.pre-line{white-space:pre-line}.results-recommendations-section{text-align:left;border-top:2px dashed #002a2a1a;padding-top:24px}.results-recommendations-section h3{font-family:var(--font-display,serif);color:#002a2a;margin-top:0;margin-bottom:8px;font-size:1.6rem}.results-recommendations-section p{color:#335454;margin-bottom:32px;font-size:15px}.recs-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;display:grid}.rec-mini-card{cursor:pointer;background-color:#faf6ed;border:1px solid #002a2a1a;border-radius:16px;flex-direction:column;height:100%;padding:24px;transition:all .3s;display:flex}.rec-mini-card:hover{border-color:#d4a017;transform:translateY(-4px);box-shadow:0 12px 30px #002a2a0a}.rec-title{font-family:var(--font-display,serif);color:#002a2a;margin-top:0;margin-bottom:10px;font-size:16px;font-weight:600}.rec-desc{color:#335454;flex-grow:1;margin-bottom:20px;font-size:13.5px;line-height:1.5}.rec-action-label{color:#d4a017;text-transform:uppercase;letter-spacing:.5px;margin-top:auto;font-size:12.5px;font-weight:700}.fade-in-anim{animation:.4s ease-out forwards fadeIn}@keyframes spin-custom{to{transform:rotate(360deg)}}@keyframes pulse-gold-small{0%,to{opacity:.8;transform:translate(-50%,-50%)scale(.9)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}@keyframes pulse-gold{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (width<=1024px){.assessments-page-wrap{padding:100px 16px 30px}.assessments-nav-header{flex-direction:column;align-items:stretch;gap:12px;padding-top:10px;padding-bottom:10px;position:relative!important;top:auto!important}.assessment-selector-dropdown{flex-direction:column;align-items:flex-start;width:100%}.premium-select{width:100%}.assessment-card-panel{border-radius:14px;padding:20px 24px}.assessment-panel-title{font-size:1.8rem}.question-statement-text{font-size:16px!important;font-weight:500!important}.quiz-response-option{border-radius:10px!important;padding:8px 16px!important}.results-cta-card{padding:32px 20px}.gauge-circle-outer{width:150px;height:150px}.gauge-score-value{font-size:52px}}.mini-lead-card{text-align:left;background-color:#faf6ed;border:1.5px solid #d4a01740;border-radius:16px;max-width:550px;margin:24px auto;padding:20px;box-shadow:0 8px 24px #002a2a0a}.mini-lead-card-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.mini-lead-card-header h4{font-family:var(--font-display,serif);color:#002a2a;margin:0;font-size:16px;font-weight:600}.mini-lead-card-desc{color:#335454;margin:0 0 16px;font-size:13px;line-height:1.4}.mini-lead-form{flex-direction:column;gap:12px;display:flex}.mini-form-row{gap:12px;display:flex}.mini-form-field{flex:1}.mini-form-field input,.mini-select-input{color:#002a2a;box-sizing:border-box;background-color:#faf6ed;border:1px solid #002a2a26;border-radius:8px;outline:none;width:100%;height:40px;padding:10px 14px;font-size:13.5px;transition:all .3s}.mini-form-field input:focus,.mini-select-input:focus{border-color:#d4a017;box-shadow:0 0 0 2px #d4a01726}.mini-select-input{cursor:pointer;appearance:none;background-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2712%27%20height%3D%2712%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23002A2A%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpolyline%20points%3D%276%209%2012%2015%2018%209%27%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E);background-position:right 14px center;background-repeat:no-repeat;background-size:10px;padding-right:36px!important}.mini-form-field .phi-wrapper{box-sizing:border-box;background-color:#faf6ed;border:1px solid #002a2a26;border-radius:8px;width:100%;height:40px;min-height:40px}.mini-form-field .phi-wrapper:focus-within{border-color:#d4a017;box-shadow:0 0 0 2px #d4a01726}.mini-form-field .phi-trigger{border-right-color:#002a2a1f;border-radius:8px 0 0 8px;min-height:38px}.mini-form-field .phi-number-input{color:#002a2a;height:100%;padding:8px 12px;font-size:13.5px}.mini-lead-submit-btn{cursor:pointer;border-radius:30px;justify-content:center;align-items:center;width:100%;height:40px;padding:12px;font-size:14px;font-weight:600;display:flex}.form-error-banner-mini{color:#880e4f;background-color:#c2185b14;border-left:3px solid #c2185b;border-radius:0 6px 6px 0;margin-bottom:12px;padding:8px 12px;font-size:12.5px;font-weight:500}.mini-lead-card-success{text-align:center;background-color:#002a2a08;border:1.5px solid #002a2a1a;border-radius:16px;max-width:550px;margin:24px auto;padding:24px;box-shadow:0 8px 24px #002a2a0a}.success-check-icon{color:#004d4d;margin-bottom:8px;font-size:24px;display:inline-block}.mini-lead-card-success h4{font-family:var(--font-display,serif);color:#002a2a;margin:0 0 8px;font-size:18px}.mini-lead-card-success p{color:#335454;margin:0;font-size:13.5px;line-height:1.5}@media (width<=580px){.mini-form-row{flex-direction:column;gap:12px}.cta-buttons-row{flex-direction:column;align-items:stretch;gap:12px}.cta-buttons-row button{justify-content:center;width:100%}}@media (width<=480px){.assessments-page-wrap{padding:90px 12px 24px}.assessment-card-panel{border-radius:10px!important;padding:16px 12px!important}.assessment-panel-title{font-size:1.5rem}.question-statement-text{font-size:14.5px!important;font-weight:500!important}.quiz-nav-row{flex-direction:column;gap:16px}.quiz-nav-row button{width:100%}.mini-lead-card{border-radius:12px;margin:16px auto;padding:16px 12px}}.assessments-bottom-actions{justify-content:center;margin-top:40px;margin-bottom:20px;display:flex}.bottom-back-btn{color:#faf6ed;font-family:var(--font-display,serif);cursor:pointer;background-color:#002a2a;border:1px solid #002a2a;border-radius:30px;padding:12px 28px;font-size:15px;font-weight:500;transition:all .3s;box-shadow:0 4px 12px #002a2a1a}.bottom-back-btn:hover{color:#002a2a;background-color:#d4a017;border-color:#d4a017;transform:translateY(-2px);box-shadow:0 6px 16px #d4a01740}@media (width<=1024px){.assessments-bottom-actions{margin-top:30px}.loading-panel{padding:60px 24px!important}.results-panel-title{font-size:1.8rem}}@media (width<=480px){.assessments-bottom-actions{margin-top:24px;padding:0 12px}.bottom-back-btn{text-align:center;width:100%;padding:12px 20px;font-size:14px}.loading-panel{padding:40px 16px!important}.results-panel-title{font-size:1.5rem}}.results-breakdown-section{text-align:left;border-top:1px dashed #002a2a26;margin-top:36px;margin-bottom:36px;padding-top:28px}.breakdown-title{font-family:var(--font-display,serif);color:#002a2a;margin-top:0;margin-bottom:6px;font-size:1.6rem}.breakdown-subtitle{color:#335454;margin-bottom:24px;font-size:14.5px;line-height:1.5}.breakdown-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (width<=600px){.breakdown-grid{grid-template-columns:1fr}}.breakdown-card{background:#fff6;border:1px solid #002a2a14;border-radius:12px;padding:16px;box-shadow:0 4px 12px #00000005}.breakdown-card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.breakdown-name{color:#002a2a;font-size:13.5px;font-weight:600}.breakdown-score{color:#335454;font-size:13px;font-weight:700}.breakdown-bar-bg{background-color:#002a2a0f;border-radius:4px;height:6px;margin-bottom:6px;overflow:hidden}.breakdown-bar-fill{border-radius:4px;height:100%;transition:width .8s ease-out}.breakdown-percentage-text{color:#8c8c8c;text-align:right;font-size:11.5px;font-weight:600}.premium-scoreboard-card{-webkit-backdrop-filter:blur(10px);text-align:left;background-color:#faf6edb3;border:1px solid #002a2a14;border-radius:24px;grid-template-columns:200px 1fr;align-items:center;gap:36px;margin:28px 0;padding:32px;transition:all .3s;display:grid;box-shadow:0 16px 40px #002a2a0a}.scoreboard-visual-side{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.gauge-dashed-ring{transform-origin:90px 90px;animation:35s linear infinite spin-custom}.scoreboard-info-side{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.archetype-badge{transition:all .3s}.archetype-badge:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0000000d}.archetype-title{font-family:var(--font-display,serif);color:#002a2a;letter-spacing:-.2px;margin:0 0 12px;font-size:26px;font-weight:400}.archetype-description{color:#335454;margin-bottom:20px;font-size:15px;line-height:1.6}.archetype-tip-box{box-sizing:border-box;width:100%;transition:all .3s}@media (width<=768px){.premium-scoreboard-card{text-align:center;grid-template-columns:1fr;gap:28px;padding:24px}.scoreboard-info-side{text-align:center;align-items:center}.archetype-description{text-align:center}.archetype-tip-box{text-align:center;border-top:3px solid;border-left:none!important;border-radius:0 0 12px 12px!important;padding-top:14px!important}}.service-detail-page{width:100%;min-height:100vh;font-family:var(--font-body,"Inter", sans-serif);background-color:#f3ebd2;padding-top:80px}.service-detail-hero{text-align:center;border-bottom:1px solid #002a2a0d;padding:80px 20px 100px;position:relative;overflow:hidden;background:#f3ebd2!important}.service-detail-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4a0170a 0%,#0000 60%);width:200%;height:200%;position:absolute;top:-50%;left:-50%}.service-detail-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.service-detail-badge{color:#d4a017;text-transform:uppercase;letter-spacing:2px;background:#d4a01726;border:1px solid #d4a0174d;border-radius:30px;margin-bottom:20px;padding:6px 16px;font-size:13px;font-weight:700;display:inline-block}.service-detail-title{font-family:var(--font-display,serif);color:#002a2a;margin:0 0 24px;font-size:3.5rem;line-height:1.2}.service-detail-subtitle{color:var(--text-mid,#4a5d5d);margin:0;font-size:1.1rem;line-height:1.6}.service-detail-container{z-index:10;max-width:1100px;margin:-60px auto 80px;padding:0 20px;position:relative}.service-detail-main{background:#fff;border:1px solid #d4a01726;border-radius:30px;grid-template-columns:1fr 1fr;display:grid;overflow:hidden;box-shadow:0 20px 50px #002a2a14}.service-detail-image-wrapper{width:100%;height:100%;min-height:400px;position:relative}.service-detail-main-img{object-fit:cover;width:100%;height:100%}.service-detail-img-overlay{mix-blend-mode:color;background:linear-gradient(90deg,#226e7726,#d4a0171a);position:absolute;inset:0}.service-detail-content-box{flex-direction:column;justify-content:center;padding:60px 50px;display:flex}.service-detail-heading{font-family:var(--font-display,serif);color:#002a2a;margin:0 0 20px;font-size:2rem}.service-detail-text{color:var(--text-mid,#4a5d5d);margin:0 0 30px;font-size:1rem;line-height:1.7}.service-detail-bullets-list{flex-direction:column;gap:16px;margin:0 0 40px;padding:0;list-style:none;display:flex}.service-detail-bullet-item{background:#faf7f2;border:1px solid #d4a0171a;border-radius:12px;align-items:flex-start;gap:12px;padding:16px 20px;transition:transform .3s,box-shadow .3s;display:flex}.service-detail-bullet-item:hover{border-color:#d4a0174d;transform:translate(5px);box-shadow:0 8px 20px #002a2a0d}.bullet-check{color:#d4a017;font-size:1.1rem;font-weight:700}.bullet-text{color:#002a2a;font-size:1rem;font-weight:500}.service-detail-action-area{flex-direction:column;gap:16px;margin-top:auto;display:flex}.service-detail-book-btn{color:#faf6ed;cursor:pointer;text-align:center;background:#002a2a;border:none;border-radius:30px;padding:16px 24px;font-size:1rem;font-weight:600;transition:all .3s}.service-detail-book-btn:hover{background:#226e77;transform:translateY(-2px);box-shadow:0 10px 20px #226e7733}.service-detail-back-btn{color:#002a2a;cursor:pointer;background:0 0;border:1px solid #002a2a;border-radius:30px;justify-content:center;align-items:center;padding:14px 24px;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.service-detail-back-btn:hover{color:#d4a017;background:#faf7f2;border-color:#d4a017}.service-detail-not-found{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:60vh;display:flex}@media (width<=991px){.service-detail-main{grid-template-columns:1fr}.service-detail-image-wrapper{height:300px;min-height:auto}.service-detail-title{font-size:2.5rem}}@media (width<=767px){.service-detail-content-box{padding:40px 24px}.service-detail-hero{padding:60px 20px 80px}}.premium-therapy-page{--primary-dark-teal:#002a2a;--deep-emerald:#002a2a;--warm-cream:#f3ebd2;--luxury-gold:#d4b06a;--white:#fff;color:var(--primary-dark-teal);z-index:1;min-height:100vh;padding-top:100px;padding-bottom:0;font-family:Montserrat,system-ui,sans-serif;position:relative;overflow:hidden;background-color:var(--warm-cream)!important}.premium-therapy-page:before{content:"";z-index:-2;pointer-events:none;filter:blur(40px);background:radial-gradient(circle,#002a2a14 0%,#002a2a08 50%,#0000 70%);width:60vw;height:60vw;animation:25s ease-in-out infinite alternate gravityDrift1;position:absolute;top:0;left:-15%}.premium-therapy-page:after{content:"";z-index:-2;pointer-events:none;filter:blur(50px);background:radial-gradient(circle,#d4b06a0f 0%,#002a2a05 55%,#0000 70%);width:70vw;height:70vw;animation:30s ease-in-out infinite alternate-reverse gravityDrift2;position:absolute;bottom:0;right:-15%}@keyframes gravityDrift1{0%{transform:translate(0)scale(1)rotate(0)}50%{transform:translate(8%,12%)scale(1.15)rotate(15deg)}to{transform:translate(-5%,-8%)scale(.9)rotate(-10deg)}}@keyframes gravityDrift2{0%{transform:translate(0)scale(1)rotate(0)}50%{transform:translate(-10%,-6%)scale(1.08)rotate(-12deg)}to{transform:translate(6%,10%)scale(.92)rotate(18deg)}}.premium-container{z-index:2;max-width:1200px;margin:0 auto;padding:0 5%;position:relative}.text-center{text-align:center}.text-white{color:var(--white)!important}.text-light{color:#fffc!important}.premium-therapy-page .bg-light,.bg-light{background-color:#0000!important}.bg-dark{color:var(--white);border:1px solid #d4b06a26;border-radius:20px;margin:16px 0;box-shadow:0 12px 30px #002a2a1f;background:linear-gradient(135deg, var(--deep-emerald) 0%, var(--primary-dark-teal) 100%)!important}.premium-section{padding:24px 0;position:relative}.premium-section-title,.premium-hero-title,.premium-assessment-title,.premium-final-title{font-family:var(--font-display);color:var(--primary-dark-teal);margin-bottom:20px;font-weight:800;line-height:1.25;transition:all .5s cubic-bezier(.16,1,.3,1);animation:1.6s cubic-bezier(.16,1,.3,1) both textMaterialize;display:inline-block;position:relative}.bg-dark .premium-section-title,.bg-dark .premium-hero-title{color:var(--luxury-gold)}.premium-section-title{font-size:var(--fs-h1);margin-bottom:12px}@keyframes textMaterialize{0%{opacity:0;filter:blur(15px);background-position:-200% 0;transform:translateY(20px)}to{opacity:1;filter:blur();background-position:200% 0;transform:translateY(0)}}.premium-section-title:after,.premium-assessment-title:after,.premium-final-title:after{content:"";background:var(--luxury-gold);width:0;height:2px;transition:all .5s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-6px;left:50%}.premium-section-title:hover:after,.premium-assessment-title:hover:after,.premium-final-title:hover:after{width:80px;left:calc(50% - 40px)}.premium-section-title:hover,.premium-hero-title:hover,.premium-assessment-title:hover,.premium-final-title:hover{letter-spacing:.8px;transform:translateY(-3px)}.premium-section-subtitle{color:#5a6e70;text-align:center;max-width:700px;margin-bottom:14px;margin-left:auto;margin-right:auto;font-size:1rem}.premium-btn-primary,.premium-btn-outline,.premium-btn-secondary{font-family:var(--font-body);font-size:var(--fs-btn);cursor:pointer;z-index:1;transform-origin:50%;border-radius:50px;padding:13px 30px;font-weight:700;text-decoration:none;transition:all .5s cubic-bezier(.25,1,.5,1);display:inline-block;position:relative;overflow:hidden}.premium-btn-primary{background:linear-gradient(135deg, var(--deep-emerald) 0%, var(--primary-dark-teal) 100%);color:var(--white);border:1px solid #d4b06a40;box-shadow:0 6px 20px #002a2a40}.premium-btn-primary:after,.premium-btn-outline:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:100%;height:100%;transition:all .75s;position:absolute;top:0;left:-100%}.premium-btn-primary:hover,.premium-btn-outline:hover{transform:translateY(-4px)scale(1.03);box-shadow:0 15px 30px #002a2a59,0 0 25px #d4b06a59}.premium-btn-primary:hover:after,.premium-btn-outline:hover:after{left:100%}.premium-btn-primary:active,.premium-btn-outline:active,.premium-btn-secondary:active{transition:all .1s;transform:translateY(-1px)scale(.96)}.premium-btn-outline{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#ffffff14;box-shadow:0 4px 15px #d4b06a1a;color:var(--white)!important;border:2px solid var(--luxury-gold)!important}.premium-btn-outline:hover{background-color:var(--luxury-gold)!important;color:var(--primary-dark-teal)!important;border-color:var(--luxury-gold)!important}.premium-btn-secondary{color:#fff;background-color:#d4a017;border:none;box-shadow:0 4px 15px #d4b06a33}.premium-btn-secondary:hover{color:#fff;background-color:#be8e12;transform:translateY(-3px)scale(1.03);box-shadow:0 8px 25px #d4b06a66}.premium-hero{color:var(--primary-dark-teal,#002a2a);text-align:center;box-sizing:border-box;border-bottom:1px solid #002a2a0d;padding:80px 5% 60px;position:relative;overflow:hidden;background-color:var(--warm-cream,#f3ebd2)!important;background-image:none!important}@media (width>=993px){.premium-hero{align-items:center;min-height:calc(100vh - 80px);padding:20px 5%;display:flex}}.premium-hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4a0170a 0%,#0000 60%);width:200%;height:200%;animation:35s linear infinite rotateGlow;position:absolute;top:-50%;left:-50%}.premium-hero-content{z-index:2;text-align:left;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;max-width:1200px;margin:0 auto;display:flex;position:relative}@media (width>=993px){.premium-hero-content{flex-wrap:nowrap;gap:40px;width:100%;height:auto;max-height:100%}.premium-hero-content>div:first-child{max-height:none;overflow:visible}.premium-hero-content img{object-fit:contain!important;width:auto!important;max-height:calc(100vh - 180px)!important}}.premium-hero-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:2px;text-transform:uppercase;color:var(--primary-dark-teal,#002a2a);background:#002a2a0f;border:1px solid #d4b06a4d;border-radius:30px;margin-bottom:16px;padding:6px 16px;font-size:.8rem;font-weight:700;animation:1s cubic-bezier(.16,1,.3,1) both fadeInDown;display:inline-block;box-shadow:0 4px 12px #002a2a08}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.premium-hero-title{font-family:var(--font-display);font-size:var(--fs-hero);text-shadow:none;margin-bottom:16px;font-weight:400;line-height:1.1;animation:1.5s cubic-bezier(.16,1,.3,1) both textMaterialize;color:var(--primary-dark-teal,#002a2a)!important}.premium-hero-tagline{font-family:var(--font-body);font-size:var(--fs-body-lg);color:#226e77;margin-bottom:16px;font-weight:500;animation:1.2s cubic-bezier(.16,1,.3,1) .3s both fadeInUp}.premium-hero-desc{font-family:var(--font-body);font-size:var(--fs-body);color:#4a5d5d;margin-bottom:20px;line-height:1.75;animation:1.2s cubic-bezier(.16,1,.3,1) .5s both fadeInUp}.premium-hero-desc p{margin-bottom:12px}.premium-hero-location{opacity:.9;font-size:1rem;font-style:italic;animation:1.2s cubic-bezier(.16,1,.3,1) .7s both fadeInUp;color:var(--primary-dark-teal,#002a2a)!important}.premium-hero-ctas{flex-wrap:wrap;gap:16px;margin-top:30px;animation:1.2s cubic-bezier(.16,1,.3,1) .8s both fadeInUp;display:flex}@keyframes fadeInUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.premium-hero-content img{border:1.5px solid #d4b06a40;border-radius:20px;transition:all .5s;animation:8s ease-in-out infinite floatHeroImage;box-shadow:0 15px 35px #002a2a14,0 0 25px #d4b06a26}@media (width>=993px){.premium-hero-content img{object-fit:contain;width:auto;max-height:calc(100vh - 160px)}}.premium-hero-content img:hover{transform:scale(1.02)rotate(.5deg);box-shadow:0 25px 50px #002a2a26,0 0 35px #d4b06a33}@keyframes floatHeroImage{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.premium-text-content{color:#3c4e50;max-width:820px;margin:0 auto;font-size:1rem;line-height:1.75}.premium-text-content p{margin-bottom:12px}.premium-grid-2{grid-template-columns:1fr 1fr;gap:16px;display:grid}.premium-card-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1;border-radius:16px;padding:20px;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 6px 18px #00000008;background:#fff6!important;border:1px solid #fff9!important}.premium-card-box:before{content:"";background:linear-gradient(90deg, var(--luxury-gold) 0%, var(--primary-dark-teal) 100%);opacity:0;width:100%;height:4px;transition:opacity .4s;position:absolute;top:0;left:0}.premium-grid-2:has(.premium-card-box:hover) .premium-card-box:not(:hover){filter:blur(1.5px);opacity:.75;transform:scale(.97)translateY(5px)}.premium-card-box:hover{border-color:var(--luxury-gold)!important;background-color:#fffc!important;transform:translateY(-15px)scale(1.03)rotate(.5deg)!important;box-shadow:0 30px 60px #002a2a26,0 0 30px #d4b06a40!important}.bg-dark .premium-card-box:not(.highlight-box):hover{background-color:#ffffff26!important}.premium-card-box:hover:before{opacity:1}.premium-card-box:after,.premium-step-card:after{content:"";pointer-events:none;z-index:5;background:linear-gradient(90deg,#0000,#d4b06a33,#0000);width:50%;height:100%;transition:all .75s;position:absolute;top:0;left:-150%;transform:skew(-25deg)}.premium-card-box:hover:after,.premium-step-card:hover:after{left:150%}.premium-card-box.highlight-box{color:var(--warm-cream);background:linear-gradient(145deg, var(--deep-emerald), var(--primary-dark-teal))!important;border:1px solid #d4b06a4d!important}.premium-card-box.highlight-box .premium-card-title{color:var(--white)}.premium-card-box.highlight-box:hover{background:linear-gradient(145deg, var(--primary-dark-teal), var(--deep-emerald))!important}.premium-card-title{font-family:var(--font-display);color:var(--primary-dark-teal);margin-bottom:10px;font-size:1.5rem;font-weight:800}.premium-card-subtitle{color:#5a6e70;margin-bottom:16px;font-size:1rem;line-height:1.5}.highlight-box .premium-card-subtitle{color:#fffc}.premium-bullet-list{grid-template-columns:1fr 1fr;gap:12px;display:grid;margin:0!important;padding:0!important;list-style:none!important}.premium-bullet-list li{color:#3c4e50;font-size:1rem;line-height:1.5;transition:all .3s;align-items:flex-start!important;display:flex!important}.premium-bullet-list li:hover{color:var(--primary-dark-teal);transform:translate(6px)}.premium-bullet-list.light-list li{color:#ffffffd9}.dot{background:var(--luxury-gold);border-radius:50%;flex-shrink:0;min-width:8px;max-width:8px;height:8px;margin-top:7px;margin-right:12px;transition:all .3s;display:inline-block;box-shadow:0 2px 6px #d4b06a66}.premium-bullet-list li:hover .dot{box-shadow:0 0 10px var(--luxury-gold);transform:scale(1.3)}.dot.light{background:var(--white);box-shadow:0 2px 6px #fff6}.premium-quote-box{border-left:4px solid var(--luxury-gold);text-align:left;background:linear-gradient(90deg,#d4b06a14 0%,#d4b06a00 100%);border-radius:0 16px 16px 0;max-width:750px;margin:16px auto;padding:18px 24px}.premium-quote-box p{font-family:var(--font-display);color:var(--primary-dark-teal);margin-bottom:6px;font-size:1.15rem;font-style:italic;line-height:1.5}.premium-steps-container{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));align-items:stretch;gap:16px;padding:8px 0;display:grid}.premium-step-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1;text-align:center;border-radius:16px;padding:28px 22px;transition:all .6s cubic-bezier(.16,1,.3,1);position:relative;box-shadow:0 8px 20px #002a2a08;background:#ffffffa6!important;border:1px solid #d4b06a26!important}.premium-step-card:before{content:"";background:linear-gradient(90deg, var(--deep-emerald) 0%, var(--luxury-gold) 100%);border-radius:20px 20px 0 0;height:5px;transition:all .4s;position:absolute;top:0;left:0;right:0}@media (width>=900px){.premium-step-card:first-child{animation:7s ease-in-out infinite floatSlow1}.premium-step-card:nth-child(2){z-index:3;animation:8s ease-in-out .5s infinite floatSlow2;transform:scale(1.05)}.premium-step-card:nth-child(3){animation:9s ease-in-out 1s infinite floatSlow3}}@keyframes floatSlow1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes floatSlow2{0%,to{transform:scale(1.05)translateY(0)}50%{transform:scale(1.05)translateY(-14px)}}@keyframes floatSlow3{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.premium-steps-container:has(.premium-step-card:hover) .premium-step-card:not(:hover){filter:blur(2px);opacity:.7;transform:scale(.96)translateY(6px)}.premium-step-card:hover{border-color:var(--luxury-gold)!important;background-color:var(--white)!important;transform:translateY(-18px)scale(1.04)!important;box-shadow:0 30px 60px #002a2a2e,0 0 35px #d4b06a4d!important}.bg-dark .premium-pill{background-color:var(--white)!important;color:var(--primary-dark-teal)!important;border:none!important;font-weight:700!important;box-shadow:0 4px 15px #0000001a!important}.premium-step-card:hover:before{height:8px}.premium-step-number{width:40px;height:40px;color:var(--primary-dark-teal);background:#002a2a14;border:1px solid #d4b06a33;border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;font-size:.9rem;font-weight:800;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:inline-flex}.premium-step-card:hover .premium-step-number{background:var(--luxury-gold);color:var(--primary-dark-teal);transform:scale(1.15)rotate(10deg);box-shadow:0 4px 15px #d4b06a66}.premium-step-title{font-family:var(--font-display);color:var(--primary-dark-teal);margin-bottom:10px;font-size:1.2rem;font-weight:800;transition:color .3s}.premium-step-card:hover .premium-step-title{color:var(--luxury-gold)}.premium-step-desc{color:#5a6e70;font-size:.9rem;line-height:1.6}.bg-dark .premium-step-card{background:#ffffff0d!important;border:1px solid #d4b06a40!important;box-shadow:0 8px 25px #00000040!important}.bg-dark .premium-step-card .premium-step-number{color:var(--luxury-gold)!important;background:#ffffff14!important;border-color:#d4b06a4d!important}.bg-dark .premium-step-card .premium-step-title{color:var(--white)!important}.bg-dark .premium-step-card .premium-step-desc{color:#fffc!important}.bg-dark .premium-step-card:hover{border-color:var(--luxury-gold)!important;background:#ffffff1f!important;box-shadow:0 20px 45px #0006,0 0 25px #d4b06a40!important}.bg-dark .premium-step-card:hover .premium-step-number{background:var(--luxury-gold)!important;color:var(--primary-dark-teal)!important;box-shadow:0 4px 15px #d4b06a80!important}.bg-dark .premium-step-card:hover .premium-step-title{color:var(--luxury-gold)!important}.premium-pill-grid{flex-wrap:wrap;justify-content:center;gap:10px;max-width:1000px;margin:0 auto;display:flex}.premium-pill{color:var(--primary-dark-teal);border-radius:50px;padding:10px 20px;font-size:.88rem;font-weight:700;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #00000005;background:#fff9!important;border:1px solid #d4b06a2e!important}.premium-check-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;max-width:900px;margin:16px auto;display:grid}.premium-check-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--primary-dark-teal);border-left:4px solid var(--primary-dark-teal);border-top:1px solid #d4b06a1a;border-bottom:1px solid #d4b06a1a;border-right:1px solid #d4b06a1a;border-radius:12px;align-items:center;gap:10px;padding:12px 18px;font-size:.92rem;font-weight:700;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 15px #00000005;background:#ffffff80!important}.premium-check-item:hover{border-left-color:var(--luxury-gold);color:var(--luxury-gold);transform:translate(12px)scale(1.02);box-shadow:0 10px 25px #002a2a14,0 0 15px #d4b06a26;background:var(--white)!important}.premium-choose-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px;max-width:1000px;margin:16px auto 0;display:grid}.premium-choose-grid:has(.premium-choose-item:hover) .premium-choose-item:not(:hover){opacity:.7;transform:scale(.96)}.premium-choose-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--primary-dark-teal);border-radius:14px;align-items:center;gap:16px;padding:16px 20px;font-size:1.08rem;font-weight:700;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #00000005;background:#ffffff80!important;border:1px solid #d4b06a26!important}.premium-choose-item:hover{color:var(--primary-dark-teal);transform:translateY(-8px)scale(1.03);box-shadow:0 20px 40px #002a2a1a,0 0 25px #d4b06a33;background:var(--white)!important;border-color:var(--luxury-gold)!important}.premium-choose-item:hover .icon{color:var(--luxury-gold);transform:scale(1.25)rotate(15deg)}.premium-choose-item .icon{color:var(--primary-dark-teal);font-size:1.5rem;font-weight:700;transition:all .4s}.premium-approach-content{text-align:center;max-width:850px;margin:0 auto}.premium-approach-intro{color:var(--warm-cream);margin-bottom:30px;font-size:1.3rem;line-height:1.8}.premium-approach-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:850px;margin:30px auto;padding:0;list-style:none;display:grid}.premium-approach-list li{color:var(--white);background:#ffffff14;border:1px solid #d4b06a40;border-radius:12px;padding:16px 24px;font-size:1.05rem;font-weight:700;transition:all .4s cubic-bezier(.25,1,.5,1)}.premium-approach-list li:hover{background:var(--white);color:var(--primary-dark-teal);border-color:var(--luxury-gold);transform:translateY(-5px);box-shadow:0 10px 25px #0003}.premium-approach-outro{color:var(--warm-cream);margin-top:30px;font-size:1.3rem;font-style:italic}.premium-assessment-box{color:var(--white);text-align:center;z-index:1;border:1px solid #d4b06a40;border-radius:20px;padding:40px 32px;position:relative;overflow:hidden;box-shadow:0 16px 40px #002a2a33;background:linear-gradient(135deg, var(--deep-emerald) 0%, var(--primary-dark-teal) 100%)!important}.premium-assessment-box:before{content:"";pointer-events:none;background:radial-gradient(circle,#d4b06a0a 0%,#0000 60%);width:200%;height:200%;animation:40s linear infinite reverse rotateGlow;position:absolute;top:-50%;left:-50%}.premium-assessment-title{color:var(--white);font-size:2rem}.premium-assessment-desc{color:#ffffffd9;max-width:700px;margin:0 auto 24px;font-size:1.05rem;line-height:1.7}.premium-assessment-btn{font-family:var(--font-body);font-size:var(--fs-btn);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border-radius:50px;align-items:center;gap:8px;padding:12px 28px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #d4b06a33;color:#002a2a!important;background:gold!important;border:1.5px solid #000!important}.premium-assessment-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #002a2a59;color:#fff!important;background:#002a2a!important;border-color:#002a2a!important}.premium-faq-wrapper{max-width:800px;margin:0 auto}.premium-faq-item{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;margin-bottom:10px;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 2px 10px #002a2a05;background:#ffffff80!important;border:1px solid #d4b06a33!important}.premium-faq-item:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--luxury-gold) 50%, transparent 100%);z-index:3;width:100%;height:2px;transition:transform .5s;position:absolute;top:0;left:0;transform:scaleX(0)}.premium-faq-item.active:before{animation:3s linear infinite borderLightSweep;transform:scaleX(1)}@keyframes borderLightSweep{0%{background-position:-200% 0}to{background-position:200% 0}}.premium-faq-item:hover{transform:translateY(-4px);box-shadow:0 10px 25px #002a2a0f;border-color:#d4b06a73!important}.premium-faq-item.active{background:var(--white)!important;border-color:var(--luxury-gold)!important;box-shadow:0 20px 40px #002a2a1f,0 0 25px #d4b06a33!important}.premium-therapy-page details{border-radius:16px;margin-bottom:16px;transition:all .4s;overflow:hidden;background:#ffffff80!important;border:1px solid #d4b06a33!important}.premium-therapy-page details[open]{box-shadow:0 15px 30px #002a2a14;background:var(--white)!important;border-color:var(--luxury-gold)!important}.premium-faq-question{text-align:left;width:100%;color:var(--primary-dark-teal);cursor:pointer;border:none;justify-content:space-between;align-items:center;padding:16px 22px;font-size:1rem;font-weight:700;transition:all .3s;display:flex;background:0 0!important}.premium-faq-question span{padding-right:15px}.premium-faq-icon{color:var(--luxury-gold);font-size:1.5rem;font-weight:600;transition:transform .4s cubic-bezier(.175,.885,.32,1.275)}.premium-faq-item.active .premium-faq-icon{transform:rotate(45deg)}.premium-faq-answer{max-height:0;transition:max-height .6s cubic-bezier(.16,1,.3,1);overflow:hidden}.premium-faq-item.active .premium-faq-answer{max-height:800px}.premium-faq-answer-inner{color:#4a5c5e;opacity:0;padding:0 20px 16px;font-size:1rem;line-height:1.8;transition:all .5s cubic-bezier(.16,1,.3,1) .1s;transform:translateY(15px);background:0 0!important}.premium-faq-item.active .premium-faq-answer-inner{opacity:1;transform:translateY(0)}.premium-final-cta{background:0 0;padding:32px 0;position:relative}.premium-final-title{font-family:var(--font-display);color:var(--primary-dark-teal);margin-bottom:10px;font-size:2.2rem;font-weight:800}.premium-final-subtitle{color:#5a6e70;margin-bottom:20px;font-size:1rem;line-height:1.6}.premium-final-buttons{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}@keyframes goldPulse{0%{box-shadow:0 0 #d4b06a80}70%{box-shadow:0 0 0 12px #d4b06a00}to{box-shadow:0 0 #d4b06a00}}.premium-final-buttons .premium-btn-primary{animation:2.5s infinite goldPulse}.premium-final-cta .premium-btn-outline{border-color:var(--luxury-gold);background-color:#0000;color:var(--primary-dark-teal)!important}.premium-final-cta .premium-btn-outline:hover{background-color:var(--luxury-gold);color:var(--primary-dark-teal)!important}.premium-seo-footer{color:#7a8e90;background-color:#0000;border-top:1px solid #d4b06a26;padding:24px 0 16px;font-size:.88rem;line-height:1.7}.premium-seo-footer h3{color:var(--primary-dark-teal);font-size:1.15rem;font-weight:800;font-family:var(--font-display);margin-bottom:20px}.premium-seo-keywords{opacity:.85;margin-top:24px;font-style:italic}.premium-seo-entities{color:#5a6e70;margin-top:16px;font-weight:700}.premium-internal-links{margin-top:30px;font-size:.95rem}.premium-internal-links span{cursor:pointer;color:var(--primary-dark-teal);border-bottom:1px dotted var(--primary-dark-teal);margin:8px 12px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.premium-internal-links span:hover{color:var(--luxury-gold);border-bottom-color:var(--luxury-gold);transform:translateY(-2px)}.premium-funnel-links{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:40px;display:flex}.premium-funnel-btn{color:var(--white);letter-spacing:.5px;cursor:pointer;background:#ffffff14;border:1.5px solid #d4b06a4d;border-radius:30px;padding:16px 28px;font-weight:700;text-decoration:none;transition:all .4s}.premium-funnel-btn:hover{background:var(--luxury-gold);color:var(--primary-dark-teal);border-color:var(--luxury-gold);transform:translateY(-4px);box-shadow:0 10px 25px #d4b06a40}.premium-emergency-alert{color:#c53030;background:#fff5f5;border-left:4px solid #e53e3e;border-radius:0 12px 12px 0;max-width:1200px;margin:30px auto;padding:20px 28px;font-weight:600;box-shadow:0 10px 30px #0000000d}.premium-anxiety-card{transition:all .6s cubic-bezier(.16,1,.3,1);border:1px solid #d4b06a2e!important}.premium-anxiety-card:not(.highlight-box):hover{background-color:var(--white)!important;border-color:var(--luxury-gold)!important;box-shadow:0 25px 50px #002a2a1f,0 0 25px #d4b06a40!important}.premium-anxiety-card.highlight-box:hover{background:linear-gradient(135deg, var(--deep-emerald) 0%, var(--primary-dark-teal) 100%)!important;border-color:var(--luxury-gold)!important;box-shadow:0 25px 50px #002a2a40,0 0 30px #d4b06a4d!important}.premium-anxiety-card .dot{transition:background-color .4s,transform .4s}.premium-anxiety-card:hover .dot{background:var(--luxury-gold);transform:scale(1.3)}.premium-anxiety-card:hover .dot.light{background:var(--white)}@media (width<=1200px){.premium-hero-title{font-size:2.6rem}.premium-card-box{padding:30px}}@media (width<=992px){.premium-hero-title{font-size:2.3rem}.premium-grid-2{grid-template-columns:1fr;gap:24px}.premium-bullet-list{grid-template-columns:1fr}.premium-hero-content{text-align:center;flex-direction:column}.premium-hero-content>div{width:100%;text-align:center!important}.premium-hero-content>div:last-child{order:-1!important;margin-bottom:24px!important}.premium-hero-title{text-align:center!important}.premium-hero-ctas{justify-content:center}.premium-step-card:nth-child(2){animation:none;transform:scale(1)}.premium-back-btn{justify-content:center!important;width:auto!important;max-width:max-content!important;margin-left:auto!important;margin-right:auto!important;display:flex!important}}@media (width<=768px){.premium-hero{padding:40px 5% 30px}.premium-hero-title{font-size:1.9rem}.premium-hero-tagline{font-size:1.1rem}.premium-section{padding:30px 0}.premium-card-box{padding:24px}.premium-final-title{font-size:2rem}.premium-final-buttons{flex-direction:column;align-items:stretch}.premium-btn-primary,.premium-btn-secondary,.premium-btn-outline{text-align:center;width:100%!important}.premium-assessment-box{padding:40px 20px}.premium-faq-question{padding:20px;font-size:1.05rem}.premium-faq-answer-inner{padding:0 20px 20px}.premium-step-card{padding:35px 20px}}.premium-back-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;letter-spacing:.4px;border-radius:50px;align-items:center;gap:8px;padding:12px 24px;font-size:.88rem;font-weight:600;transition:all .4s cubic-bezier(.25,1,.5,1);display:inline-flex;color:var(--primary-dark-teal,#002a2a)!important;background:#002a2a0d!important;border:1.5px solid #002a2a33!important}.premium-back-btn:hover{transform:translate(-4px);border-color:var(--primary-dark-teal,#002a2a)!important;color:var(--primary-dark-teal,#002a2a)!important;background:#002a2a1f!important}.premium-back-btn svg{transition:transform .3s}.premium-back-btn:hover svg{transform:translate(-4px)}.premium-seo-details{border-radius:12px;overflow:hidden;background:#fff6!important;border:1px solid #d4b06a2e!important}.premium-seo-details summary{color:var(--primary-dark-teal);cursor:pointer;letter-spacing:.3px;padding:12px 18px;font-size:.88rem;font-weight:700;list-style:none}.premium-seo-details summary::-webkit-details-marker{display:none}.premium-seo-details summary::marker{display:none}.premium-seo-details[open] summary{border-bottom:1px solid #d4b06a2e}@media (width<=768px){.premium-therapy-page section>.premium-container>div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important}}.premium-section,.premium-final-cta{margin:0!important;padding:20px 0!important}@media (width<=768px){.premium-section,.premium-final-cta{margin:0!important;padding:16px 0!important}}
