.scr-hero{background:linear-gradient(160deg,#eef6f3,#f3eef7 40%,#fbf1ea 70%,#eef6f3);padding:150px 40px 64px;text-align:center;position:relative;overflow:hidden}.scr-hero:before{content:"";position:absolute;top:-120px;right:-80px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(142,204,195,.15),transparent 70%);animation:scr-float 8s ease-in-out infinite}.scr-hero:after{content:"";position:absolute;bottom:-100px;left:-60px;width:350px;height:350px;border-radius:50%;background:radial-gradient(circle,rgba(212,200,232,.18),transparent 70%);animation:scr-float 10s ease-in-out infinite reverse}@keyframes scr-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}}.scr-hero .wrap{max-width:680px;position:relative;z-index:2}.scr-hero h1{margin-bottom:14px;background:linear-gradient(135deg,var(--navy),#2d7a8a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.scr-hero .lead{margin:0 auto 28px;max-width:580px}.scr-info-chips{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.scr-chip{display:inline-flex;align-items:center;gap:7px;background:#fffc;border:1px solid rgba(142,204,195,.3);border-radius:var(--radius-pill);padding:9px 18px;font-size:.8rem;font-weight:500;color:var(--text-body);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .25s,box-shadow .25s}.scr-select-section{padding:48px 40px 36px;background:var(--off-white)}.scr-select-label{display:block;font-size:.8rem;font-weight:600;color:var(--navy);margin-bottom:8px;letter-spacing:.02em}.scr-select-trigger{width:100%;padding:14px 44px 14px 42px;border:1.5px solid rgba(142,204,195,.35);border-radius:14px;font-family:inherit;font-size:.92rem;background:#fff;text-align:left;display:flex;align-items:center;cursor:pointer;outline:none;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 10px #1a29400a;color:var(--text-body);font-weight:500}.scr-select-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--mint-deep);pointer-events:none}.scr-select-chevron{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--text-muted);transition:transform .3s cubic-bezier(.4,0,.2,1);pointer-events:none}.scr-select-trigger.open~.scr-select-chevron{transform:translateY(-50%) rotate(180deg)}.scr-select-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:49}.scr-select-dropdown{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid rgba(142,204,195,.25);border-radius:14px;box-shadow:0 16px 48px #1a294024;z-index:50;overflow:hidden;padding:5px;animation:scr-drop .25s cubic-bezier(.16,1,.3,1)}@keyframes scr-drop{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:none}}.scr-select-option{display:flex;align-items:center;gap:10px;width:100%;padding:13px 14px;border:none;background:none;font-family:inherit;font-size:.9rem;font-weight:500;color:var(--text-body);cursor:pointer;border-radius:10px;transition:all .15s;text-align:left}.scr-select-option.active{background:linear-gradient(135deg,#8eccc326,#b4d8f01a);color:var(--navy);font-weight:600}.scr-select-option-meta{font-size:.76rem;color:var(--text-muted);font-weight:400;margin-left:auto}.scr-select-helper{margin-top:10px;font-size:.82rem;color:var(--text-muted);text-align:center}.scr-empty{padding:80px 40px;text-align:center;animation:scr-fade-in .5s ease}.scr-empty-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#c8e8e273,#d4c8e84d,#f5c4a833);display:flex;align-items:center;justify-content:center;margin:0 auto 22px;animation:scr-pulse 3s ease-in-out infinite}.scr-empty h3{font-size:1.2rem;margin-bottom:8px}.scr-empty p{font-size:.9rem;color:var(--text-muted);max-width:340px;margin:0 auto}.scr-questionnaire{padding:0 40px 80px;background:var(--off-white);animation:scr-fade-in .45s cubic-bezier(.16,1,.3,1)}.scr-breadcrumb{display:flex;align-items:center;gap:7px;font-size:.78rem;color:var(--text-muted);margin-bottom:18px;flex-wrap:wrap}.scr-breadcrumb svg{color:var(--text-muted);flex-shrink:0;opacity:.6}.scr-q-header h2{font-size:clamp(1.4rem,3vw,1.85rem);margin-bottom:6px;background:linear-gradient(135deg,var(--navy),#2d6e65);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.scr-q-desc{font-size:.9rem;color:var(--text-light);margin-bottom:20px;line-height:1.55}.scr-progress-wrap{margin-bottom:20px;background:#fff;border:1px solid rgba(142,204,195,.18);border-radius:12px;padding:16px 20px;box-shadow:0 2px 10px #1a294008}.scr-progress-bar{height:8px;background:linear-gradient(90deg,#c8e8e266,#d4c8e84d,#f5c4a833);border-radius:100px;overflow:hidden}.scr-progress-fill{height:100%;background:linear-gradient(90deg,var(--mint-deep),#2d7a8a,#4aaabb);background-size:200% 100%;border-radius:100px;transition:width .6s cubic-bezier(.16,1,.3,1);animation:scr-progress-shimmer 3s ease infinite}@keyframes scr-progress-shimmer{0%{background-position:0% 0}to{background-position:200% 0}}.scr-progress-meta{display:flex;justify-content:space-between;margin-top:10px;font-size:.78rem;font-weight:600;color:var(--text-light)}.scr-instructions{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#8eccc314,#b4d8f00f);border:1px solid rgba(142,204,195,.2);border-radius:12px;padding:14px 18px;font-size:.86rem;color:var(--text-body);line-height:1.5}.scr-questions-list{display:flex;flex-direction:column;gap:14px}.scr-question-card{background:#fff;border:1.5px solid rgba(142,204,195,.15);border-radius:18px;padding:26px 28px 22px;box-shadow:0 2px 12px #1a294008;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.scr-question-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#8eccc333;border-radius:0 4px 4px 0;transition:all .3s}.scr-question-card:hover{border-color:#8eccc34d;box-shadow:0 8px 28px #1a294012;transform:translateY(-2px)}.scr-q-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.scr-q-number{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,var(--mint-deep),#2d7a8a);padding:4px 11px;border-radius:var(--radius-pill)}.scr-q-check{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--mint-deep),#4aaabb);color:#fff;animation:scr-pop .35s cubic-bezier(.34,1.56,.64,1);box-shadow:0 3px 10px #8eccc359}@keyframes scr-pop{0%{transform:scale(0) rotate(-45deg)}to{transform:scale(1) rotate(0)}}.scr-q-text{font-family:var(--font-display);font-size:1.05rem;font-weight:500;color:var(--navy);line-height:1.45;margin-bottom:18px}.scr-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px}.scr-option{display:flex;align-items:center;gap:10px;padding:12px 14px;border:1.5px solid rgba(142,204,195,.2);border-radius:10px;cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1);background:linear-gradient(160deg,#fcfefe,#fafcfb);font-size:.85rem;color:var(--text-body);font-weight:500;font-family:inherit;position:relative;overflow:hidden}.scr-option:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#8eccc314,#b4d8f00f);opacity:0;transition:opacity .2s}.scr-option.selected{border-color:var(--mint-deep);background:linear-gradient(135deg,#8eccc31f,#b4d8f014);color:var(--navy);box-shadow:0 2px 10px #8eccc333}.scr-option-radio{width:18px;height:18px;border-radius:50%;border:2px solid rgba(142,204,195,.4);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .22s;position:relative;z-index:1}.scr-option.selected .scr-option-radio{border-color:transparent;background:linear-gradient(135deg,var(--mint-deep),#2d7a8a);box-shadow:0 2px 8px #8eccc34d}.scr-option-radio-inner{width:7px;height:7px;border-radius:50%;background:#fff;opacity:0;transform:scale(0);transition:all .22s cubic-bezier(.34,1.56,.64,1)}.scr-submit-wrap{margin-top:44px;text-align:center;padding:36px 28px;background:linear-gradient(160deg,#eef6f3b3,#f3eef780,#fbf1ea4d);border:1.5px solid rgba(142,204,195,.2);border-radius:20px;opacity:.45;transform:scale(.98);transition:all .5s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #1a294008}.scr-submit-wrap.visible{opacity:1;transform:scale(1);border-color:#8eccc366;box-shadow:0 12px 40px #8eccc31f}.scr-submit-btn{padding:16px 40px!important;font-size:.96rem!important;gap:10px!important}.scr-submit-note{margin-top:14px;font-size:.82rem;color:var(--text-muted)}.scr-questions-list .scr-question-card{animation:scr-card-enter .4s cubic-bezier(.16,1,.3,1) both}.scr-questions-list .scr-question-card:nth-child(1){animation-delay:.02s}.scr-questions-list .scr-question-card:nth-child(2){animation-delay:.04s}.scr-questions-list .scr-question-card:nth-child(3){animation-delay:.06s}.scr-questions-list .scr-question-card:nth-child(4){animation-delay:.08s}@keyframes scr-card-enter{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:480px){.scr-hero h1{font-size:1.75rem}.scr-info-chips{flex-direction:column;align-items:center}.scr-options{grid-template-columns:1fr 1fr}.scr-question-card{padding:18px 16px;border-radius:14px}.scr-q-text{font-size:.95rem}.scr-option{padding:10px 12px;font-size:.8rem;border-radius:8px}.scr-submit-btn{width:100%;justify-content:center}.scr-submit-wrap{padding:28px 20px;border-radius:16px}}@media(prefers-reduced-motion:reduce){.scr-hero:before,.scr-hero:after{animation:none}.scr-empty-icon,.scr-progress-fill{animation:none}.scr-questions-list .scr-question-card{animation:none;opacity:1}.scr-question-card:hover,.scr-option:hover,.scr-chip:hover{transform:none}}/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-space-y-reverse:0;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-font-weight:initial;--tw-leading:initial}}}@layer theme{:root,:host{--font-sans:"Satoshi", "Nunito", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2 / 1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--font-weight-semibold:600;--leading-relaxed:1.625;--radius-2xl:1rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--font-display:"Josefin Sans", "Century Gothic", "Avant Garde", Arial, sans-serif}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components{.policy-surface{--color-soft-border:#25263017;--color-muted:#64687b;--color-ink:#252630;--shadow-soft:0 20px 55px #1017221a;--radius-2xl:2rem}:where(.policy-surface>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)))}.policy-surface{padding:calc(var(--spacing) * 7)}@media(min-width:48rem){.policy-surface{padding:calc(var(--spacing) * 12)}}.policy-surface{border:1px solid var(--color-soft-border);border-radius:var(--radius-2xl);box-shadow:var(--shadow-soft);background:linear-gradient(165deg,#fffffff5,#e8ebf0b8)}.policy-content h2{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}@media(min-width:48rem){.policy-content h2{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}}.policy-content h2{margin-bottom:.75rem}.policy-content h3{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height));--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}@media(min-width:48rem){.policy-content h3{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}}.policy-content h3{color:var(--color-ink);margin-top:1.5rem;margin-bottom:.5rem}.policy-content p,.policy-content li{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height));--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}@media(min-width:48rem){.policy-content p,.policy-content li{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}}.policy-content p,.policy-content li{color:var(--color-muted)}:where(.policy-content ul>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}.policy-content ul{padding-left:calc(var(--spacing) * 6);list-style:outside}.cc-window-wrap{z-index:9999;width:calc(100% - 64px);max-width:480px;animation:.6s cubic-bezier(.16,1,.3,1) both cc-slide-up;position:fixed;bottom:32px;left:32px}@keyframes cc-slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.cc-window{-webkit-backdrop-filter:blur(20px)saturate(1.5);overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#8eccc366 transparent;background:#fffffffa;border:1px solid #8eccc34d;border-radius:24px;flex-direction:column;gap:28px;max-height:calc(100vh - 64px);display:flex;overflow-y:auto;box-shadow:0 20px 60px #1a294026;padding:24px!important}.cc-window::-webkit-scrollbar{width:5px}.cc-window::-webkit-scrollbar-track{background:0 0}.cc-window::-webkit-scrollbar-thumb{background:#8eccc366;border-radius:999px}.cc-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:4px;display:flex}.cc-header-left{align-items:center;gap:16px;display:flex}.cc-icon{width:44px;height:44px;color:var(--mint-deep);background:#8eccc333;border-radius:50%;justify-content:center;align-items:center;display:flex}.cc-icon svg{width:22px;height:22px}.cc-header h3{font-family:var(--font-display);color:var(--navy);margin:0;font-size:1.4rem;font-weight:600}.cc-close{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:#1a29400d;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex}.cc-close:hover{color:var(--navy);background:#1a29401a;transform:scale(1.05)}.cc-desc{color:var(--text-light);margin:0;font-size:1rem;line-height:1.6}.cc-actions-compact{grid-template-columns:1fr 1fr;gap:16px;margin-top:8px;display:grid}.cc-actions-compact .btn{justify-content:center;padding:14px 20px;font-size:.95rem}.cc-text-btn{color:var(--text-muted);cursor:pointer;text-align:center;background:0 0;border:none;grid-column:span 2;margin-top:8px;padding:12px;font-family:inherit;font-size:.95rem;font-weight:500;transition:color .2s}.cc-text-btn:hover{color:var(--navy)}.cc-options{flex-direction:column;gap:20px;margin-top:12px;animation:.4s forwards cc-fade-in;display:flex}@keyframes cc-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cc-option{background:#fff;border:1px solid #8eccc34d;border-radius:20px;justify-content:space-between;align-items:center;gap:24px;padding:24px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #1a29400a;padding:24px!important}.cc-option:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1a294014}.cc-option-info h4{color:var(--navy);font-size:1.15rem;font-weight:600;font-family:var(--font-display);margin-bottom:8px}.cc-option-info p{color:var(--text-light);margin:0;font-size:.95rem;line-height:1.5}.cc-always-on{letter-spacing:.12em;text-transform:uppercase;color:#2d6e65;white-space:nowrap;background:#2d6e651a;border-radius:999px;flex-shrink:0;padding:8px 16px;font-size:.75rem;font-weight:700}.cc-toggle{cursor:pointer;border:2px solid #0000;border-radius:999px;outline:none;flex-shrink:0;width:52px;height:28px;transition:all .3s;position:relative;background:#0cc0a566!important}.cc-toggle:hover{background:#8eccc399}.cc-toggle:focus-visible{border-color:var(--navy);box-shadow:0 0 0 2px #1a294033}.cc-toggle[aria-pressed=true]{background:linear-gradient(135deg,#1a3d50,#1e5a72 38%,#2d7a8a 68%,#4aaabb 90%,#1a3d50) 0 0/220% 220%;border-color:#0000;animation:6s infinite btn-shimmer}.cc-toggle[aria-pressed=true]:hover{box-shadow:0 4px 12px #2d6e654d}.cc-toggle:after{content:"";background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 2px 6px #0003}.cc-toggle[aria-pressed=true]:after{transform:translate(24px)}.cc-footer-actions{justify-content:space-between;align-items:center;gap:20px;margin-top:16px;padding-top:32px;display:flex}.cc-link{color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.cc-link:hover{color:var(--navy)}@media(max-width:768px){.cc-window-wrap{width:calc(100% - 24px);bottom:12px;left:12px}.cc-window{gap:16px;max-height:calc(100vh - 24px);padding:20px}.cc-header h3{font-size:1.15rem}.cc-desc{font-size:.9rem}.cc-options{gap:12px;margin-top:8px}.cc-option{gap:16px;padding:16px}.cc-option-info h4{margin-bottom:4px;font-size:1rem}.cc-option-info p{font-size:.85rem}.cc-footer-actions{flex-direction:column-reverse;gap:14px;margin-top:8px;padding-top:20px}.cc-footer-actions .btn{justify-content:center;width:100%}}@media(max-width:480px){.cc-window{gap:14px;max-height:calc(100vh - 24px);padding:16px}.cc-actions-compact{grid-template-columns:1fr;gap:10px}.cc-text-btn{grid-column:span 1}.cc-option{flex-direction:column;align-items:flex-start;gap:12px;padding:14px}.cc-always-on,.cc-toggle{align-self:flex-start}}}@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.flex{display:flex}.hidden{display:none}.inline{display:inline}.table{display:table}.grow{flex-grow:1}:where(.space-y-0>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)))}.text-center{text-align:center}.lowercase{text-transform:lowercase}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--mint:#c8e8e2;--mint-deep:#8eccc3;--sage:#a8c5be;--peach:#f5c4a8;--blush:#f9ddd2;--lavender:#d4c8e8;--sky:#b8d8f0;--navy:#1a2940;--charcoal:#2c3e35;--warm-dark:#1e2b26;--text-body:#344e47;--text-light:#5a7068;--text-muted:#8aa49d;--white:#fff;--off-white:#f8faf9;--glass-bg:#ffffff8c;--glass-border:#ffffff8c;--radius-pill:999px;--radius-card:20px;--font-display:"Josefin Sans","Century Gothic",Arial,sans-serif;--font-body:"Satoshi","DM Sans",system-ui,sans-serif;--iridescent:linear-gradient(135deg,#b8d8f0,#c8e8e2 25%,#d4c8e8 50%,#f5c4a8 75%,#f9ddd2);--t:.35s cubic-bezier(.4,0,.2,1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--text-body);background:var(--off-white);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.nav-wrap{z-index:900;width:calc(100% - 40px);max-width:1240px;position:fixed;top:16px;left:50%;transform:translate(-50%)}nav{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px)saturate(1.6);border:1px solid var(--glass-border);border-radius:var(--radius-pill);justify-content:space-between;align-items:center;gap:20px;padding:10px 16px 10px 20px;display:flex;box-shadow:0 4px 32px #1a29401a}.logo{font-family:var(--font-display);color:var(--navy);align-items:center;gap:12px;font-size:1.3rem;font-weight:600;display:flex}.logo-icon{object-fit:cover;border-radius:50%;width:56px;height:56px}.nav-links{align-items:center;gap:6px;display:flex}.nav-links a{color:var(--text-body);border-radius:var(--radius-pill);transition:var(--t);padding:10px 16px;font-size:1rem;font-weight:500}.nav-links a:hover{color:var(--navy);background:#fff9}.nav-links a.active{color:var(--navy);background:#8eccc340}.btn{border-radius:var(--radius-pill);transition:var(--t);align-items:center;gap:8px;font-size:.92rem;font-weight:500;display:inline-flex}button.mobile-nav-cta{display:none}.btn-primary{color:#fff;background:linear-gradient(135deg,#1a3d50,#1e5a72 38%,#2d7a8a 68%,#4aaabb 90%,#1a3d50) 0 0/220% 220%;border:none;padding:13px 26px;animation:6s infinite btn-shimmer;box-shadow:0 3px 14px #1a39503d}@keyframes btn-shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #1a395052}.btn-nav{padding:12px 24px;font-size:.95rem}.btn-secondary{color:var(--navy);background:#fffc;border:1px solid #1a294024;padding:13px 26px}.btn-secondary:hover{background:#fff;transform:translateY(-2px)}.btn .arrow{transition:transform .25s}.btn:hover .arrow{transform:translate(4px)}.burger{flex-direction:column;gap:4px;padding:10px;display:none}.burger span{background:var(--navy);border-radius:2px;width:20px;height:2px}.region-picker{position:relative}.mobile-region-picker{display:none}.desktop-region-picker{display:block}.region-trigger{border-radius:var(--radius-pill);color:var(--navy);cursor:pointer;transition:var(--t);white-space:nowrap;background:#ffffff80;border:1px solid #8eccc340;align-items:center;gap:6px;padding:7px 12px 7px 10px;font-family:inherit;font-size:.82rem;font-weight:500;display:inline-flex}.region-trigger:hover{border-color:var(--mint-deep);background:#ffffffd9}.region-trigger.open{border-color:var(--mint-deep);background:#ffffffe6;box-shadow:0 0 0 2px #8eccc333}.region-flag{font-size:.95rem;line-height:1}.region-label{font-size:.82rem}.region-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .25s}.region-trigger.open .region-chevron{transform:rotate(180deg)}.region-backdrop{z-index:49;position:fixed;top:0;right:0;bottom:0;left:0}.region-dropdown{z-index:50;background:#fff;border:1px solid #8eccc340;border-radius:14px;min-width:150px;padding:5px;animation:.2s cubic-bezier(.16,1,.3,1) region-drop;position:absolute;top:calc(100% + 6px);right:0;overflow:hidden;box-shadow:0 12px 40px #1a294024}@keyframes region-drop{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:none}}.region-option{width:100%;color:var(--text-body);cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:8px;padding:9px 14px;font-family:inherit;font-size:.86rem;font-weight:500;transition:background .15s;display:flex}.region-option:hover{background:#8eccc31a}.region-option.active{color:var(--navy);background:#8eccc31f;font-weight:600}.region-option svg{color:var(--mint-deep);margin-left:auto}.page{animation:.5s fade;display:block}@keyframes fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}section{padding:90px 40px}.wrap{max-width:1200px;margin:0 auto}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--mint-deep);align-items:center;gap:8px;margin-bottom:16px;font-size:.72rem;font-weight:700;display:inline-flex}.eyebrow:before{content:"";background:var(--mint-deep);width:24px;height:2px}.eyebrow.center{justify-content:center}h1,h2,h3{font-family:var(--font-display);color:var(--navy);letter-spacing:-.01em;font-weight:500;line-height:1.18}h1{font-size:clamp(2.1rem,4vw,3rem)}h2{font-size:clamp(1.7rem,3vw,2.4rem)}h3{font-size:1.15rem}.serif-em{color:var(--mint-deep);font-style:italic}.lead{color:var(--text-light);max-width:560px;font-size:1.05rem;line-height:1.7}.section-head{text-align:center;max-width:680px;margin:0 auto 56px}.section-head .lead{margin:14px auto 0}.desktop-br{display:inline}.hero{background-position:100%;background-size:cover;align-items:center;min-height:88vh;padding:140px 40px 80px;display:flex;position:relative}.hero:after{content:"";background:linear-gradient(100deg,#f8faf9f7,#f4f8f6e6 40%,#f4f8f640 64%,#0000);position:absolute;top:0;right:0;bottom:0;left:0}.hero-inner{z-index:2;width:100%;max-width:1200px;margin:0 auto;position:relative}.hero-card{max-width:560px}.hero h1{margin-bottom:18px}.hero .lead{margin-bottom:28px}.hero-availability{color:#1a3d50;margin-bottom:24px;font-weight:600}.hero-trust{color:var(--text-light);align-items:center;gap:10px;margin-top:34px;font-size:.86rem;display:flex}.hero-trust .dot{background:var(--mint-deep);border-radius:50%;width:6px;height:6px}.subhero{background:linear-gradient(160deg,#eef6f3,#f3eef7 60%,#fbf1ea);min-height:auto;padding-top:150px;padding-bottom:70px}.subhero:after{display:none}.subhero .hero-inner{position:static}.band{background-position:50%;background-size:cover;padding:120px 40px;position:relative}.band-overlay-left:after{content:"";background:linear-gradient(100deg,#f8faf9f5,#f4f8f6b3 45%,#0000 75%);position:absolute;top:0;right:0;bottom:0;left:0}.band-overlay-dark:after{content:"";background:linear-gradient(#1a294040,#1a29408c);position:absolute;top:0;right:0;bottom:0;left:0}.band-inner{z-index:2;max-width:1200px;margin:0 auto;position:relative}.cards-3{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.card{border-radius:var(--radius-card);transition:var(--t);background:#fff;border:1px solid #8eccc338;padding:30px 28px;box-shadow:0 4px 24px #1a29400f}.card:hover{transform:translateY(-6px);box-shadow:0 18px 50px #1a29401a}.card .ico{background:linear-gradient(135deg,#c8e8e280,#b4d7eb59);border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:16px;font-size:1.3rem;display:flex}.card h3{margin-bottom:8px}.card p{color:var(--text-light);font-size:.92rem}.chan-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:50px;margin-top:54px;display:grid}.phone{background:#0e1c2e;border-radius:34px;width:300px;max-width:100%;margin:0 auto;padding:10px;box-shadow:0 30px 70px #1a294047}.phone-screen{background:#e9f2ee;border-radius:26px;overflow:hidden}.phone-bar{color:#fff;background:#1a2940;align-items:center;gap:10px;padding:14px 16px 12px;display:flex}.phone-av{background:var(--iridescent);border-radius:50%;width:34px;height:34px;box-shadow:inset 0 0 0 2px #fff}.phone-bar .nm{font-size:.85rem;font-weight:600}.phone-bar .st{color:#ffffffb3;align-items:center;gap:4px;font-size:.66rem;display:flex}.phone-bar .st i{background:#4caf7d;border-radius:50%;width:6px;height:6px;display:inline-block}.chat{flex-direction:column;gap:9px;min-height:330px;padding:16px 12px;display:flex}.bub{border-radius:15px;max-width:80%;padding:9px 13px;font-size:.78rem;line-height:1.45}.bub.ai{color:#33473f;background:#fff;border-bottom-left-radius:5px;align-self:flex-start;box-shadow:0 1px 4px #1a294012}.bub.me{color:#fff;background:#2d6e65;border-bottom-right-radius:5px;align-self:flex-end}.phone-input{color:#9fb0a9;background:#fff;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.78rem;display:flex}.phone-send{background:var(--mint-deep);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.uses-grid{grid-template-columns:1.05fr .95fr;align-items:start;gap:50px;display:grid}.acc-item{transition:var(--t);background:#fff;border:1px solid #8eccc34d;border-radius:14px;margin-bottom:12px;overflow:hidden}.acc-head{cursor:pointer;color:var(--navy);justify-content:space-between;align-items:center;gap:14px;padding:18px 22px;font-size:.98rem;font-weight:500;display:flex}.acc-plus{width:26px;height:26px;color:var(--mint-deep);transition:var(--t);border:1.5px solid #8eccc399;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.acc-item.open .acc-plus{background:var(--mint-deep);color:#fff;transform:rotate(45deg)}.acc-body{max-height:0;transition:max-height .35s;overflow:hidden}.acc-body p{color:var(--text-light);padding:0 22px 20px;font-size:.9rem;line-height:1.65}.acc-item.open .acc-body{max-height:500px}.uses-img{border-radius:var(--radius-card);aspect-ratio:4/5;position:sticky;top:110px;overflow:hidden;box-shadow:0 16px 50px #1a29401f}.uses-img img{object-fit:cover;width:100%;height:100%}.memory{background:linear-gradient(160deg,#eef6f3,#f3f0f8)}.memory-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.steplist{flex-direction:column;gap:22px;list-style:none;display:flex}.steplist li{gap:16px;display:flex}.steplist .n{width:34px;height:34px;color:var(--mint-deep);border:1.5px solid #8eccc38c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.steplist h3{margin-bottom:3px;font-size:1rem}.steplist p{color:var(--text-light);font-size:.88rem}.auth-quote{max-width:620px}.auth-quote .q{font-family:var(--font-display);color:var(--navy);margin-bottom:20px;font-size:1.5rem;font-style:italic;line-height:1.45}.auth-quote .by{color:var(--mint-deep);font-size:.9rem;font-weight:600}.auth-row{grid-template-columns:auto 1fr;align-items:center;gap:26px;margin-top:30px;display:grid}.ph-portrait{text-align:center;color:#8aa49d;background:repeating-linear-gradient(45deg,#e6ece9,#e6ece9 10px,#dde6e2 10px,#dde6e2 20px);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;padding:10px;font-size:.62rem;line-height:1.4;display:flex}.trust-trio{flex-wrap:wrap;gap:30px;margin-top:14px;display:flex}.trust-trio div{color:var(--text-light);font-size:.85rem}.trust-trio strong{color:var(--navy);margin-bottom:2px;font-size:.92rem;font-weight:600;display:block}.alongside{background:var(--navy);color:#fff;border-radius:var(--radius-card);margin-top:46px;padding:34px 38px}.alongside .lab{letter-spacing:.12em;text-transform:uppercase;color:var(--mint);margin-bottom:10px;font-size:.72rem;font-weight:700}.alongside p{color:#ffffffe6;font-size:1rem;line-height:1.7}.alongside .em{font-family:var(--font-display);color:#fff;font-size:1.2rem;font-style:italic}.stats{background:#fff}.stats-row{grid-template-columns:1fr 1fr;gap:24px;max-width:880px;margin:0 auto;display:grid}.stat{border-radius:var(--radius-card);text-align:center;background:linear-gradient(160deg,#f3f8f6,#f6f1f8);padding:34px 32px}.stat .big{font-family:var(--font-display);color:var(--navy);margin-bottom:8px;font-size:2.4rem}.stat p{color:var(--text-light);font-size:.92rem}.stat-note{text-align:center;color:var(--text-muted);margin-top:22px;font-size:.74rem;font-style:italic}.cta{text-align:center;background-position:50%;background-size:cover;padding:120px 40px;position:relative}.cta:after{content:"";background:linear-gradient(#f8faf9c7,#f8faf9eb);position:absolute;top:0;right:0;bottom:0;left:0}.cta-inner{z-index:2;max-width:620px;margin:0 auto;position:relative}.cta h2{margin-bottom:14px}.cta .lead{margin:0 auto 30px}.cta-dark{background:var(--navy)}.cta-dark:after{background:radial-gradient(circle at 70%,#2d6e6566,#0000 60%)}.cta-dark h2,.cta-dark .lead{color:#fff}.cta-dark .lead{color:#fffc}.procare{background:linear-gradient(160deg,#eef6f3,#f6f1f8)}.procare-card{border-radius:var(--radius-card);background:#fff;max-width:820px;margin:0 auto;padding:42px 44px;box-shadow:0 10px 40px #1a294012}.procare-card h3{margin-bottom:14px;font-size:1.4rem}.procare-card p{color:var(--text-light);margin-bottom:14px}.boundary{color:var(--text-muted);border-top:1px solid #8eccc34d;margin-top:8px;padding-top:16px;font-size:.85rem}.steps4{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.step4{background:#fff;border:1px solid #8eccc338;border-radius:16px;padding:26px 22px}.step4 .n{font-family:var(--font-display);color:var(--mint);margin-bottom:8px;font-size:2rem}.step4 h3{margin-bottom:6px;font-size:1rem}.step4 p{color:var(--text-light);font-size:.86rem}.gap-grid{grid-template-columns:1fr 1fr;align-items:center;gap:56px;display:grid}.gap-img{border-radius:var(--radius-card);aspect-ratio:4/3;overflow:hidden;box-shadow:0 16px 50px #1a29401f}.gap-img img{object-fit:cover;width:100%;height:100%}.team-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.team-card{text-align:center}.ph-team{aspect-ratio:1;color:#8aa49d;text-align:center;background:repeating-linear-gradient(45deg,#e6ece9,#e6ece9 10px,#dde6e2 10px,#dde6e2 20px);border-radius:18px;justify-content:center;align-items:center;margin-bottom:12px;padding:10px;font-size:.66rem;display:flex}.team-card .nm{color:var(--navy);font-size:.92rem;font-weight:600}.team-card .ro{color:var(--text-muted);font-size:.8rem}.team-cards-row{grid-template-columns:repeat(3,1fr);gap:28px;max-width:940px;margin:0 auto 64px;display:grid}.team-card-v2{border-radius:var(--radius-card);text-align:center;transition:var(--t);background:#fff;border:1px solid #8eccc338;padding:36px 28px 32px;box-shadow:0 4px 24px #1a29400f}.team-card-v2:hover{transform:translateY(-6px);box-shadow:0 18px 50px #1a29401a}.team-card-portrait{background:linear-gradient(135deg,#c8e8e259,#b4d7eb33);border:2px solid #8eccc359;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 20px;display:flex;overflow:hidden}.team-card-portrait img{object-fit:cover;width:100%;height:100%;display:block}.team-card-v2 h3{color:var(--navy);margin-bottom:4px;font-size:1.05rem}.team-card-role{color:var(--text-muted);font-size:.86rem;font-weight:600}.team-bios{flex-direction:column;gap:48px;max-width:900px;margin:0 auto;display:flex}.team-bio{grid-template-columns:220px 1fr;align-items:start;gap:36px;display:grid}.team-bio-photo .ph-team{aspect-ratio:1;border-radius:18px;width:100%}.team-bio-photo .team-card-portrait{width:180px;height:180px;margin:0 auto}.team-bio-info h3{margin-bottom:4px;font-size:1.25rem}.team-bio-role{color:var(--mint-deep);margin-bottom:14px;font-size:.86rem;font-weight:600}.team-bio-info p{color:var(--text-light);font-size:.92rem;line-height:1.7}.principles{grid-template-columns:1fr 1fr;gap:24px;display:grid}.principle{border-radius:var(--radius-card);background:#fff;border:1px solid #8eccc333;padding:30px 32px;box-shadow:0 4px 24px #1a29400d}.principle .n{font-family:var(--font-display);color:var(--mint);font-size:1.8rem}.principle h3{margin:6px 0 8px}.principle p{color:var(--text-light);font-size:.9rem}.faq-group{max-width:780px;margin:0 auto 52px}.faq-group h3{align-items:center;gap:10px;margin-bottom:16px;font-size:1.05rem;display:flex}.role{background:#fff;border:1px solid #8eccc340;border-radius:16px;justify-content:space-between;align-items:center;max-width:880px;margin-bottom:14px;margin-left:auto;margin-right:auto;padding:26px 30px;display:flex}.role h3{margin-bottom:4px}.role .meta{color:var(--mint-deep);font-size:.82rem}.list-clean{flex-direction:column;gap:14px;list-style:none;display:flex}.list-clean li{color:var(--text-light);align-items:flex-start;gap:12px;font-size:.92rem;display:flex}.list-clean .tick{color:var(--mint-deep);font-weight:700}.contact-grid{grid-template-columns:1fr 1fr;gap:22px;max-width:920px;margin:0 auto;display:grid}.contact-card{border-radius:var(--radius-card);background:#fff;border:1px solid #8eccc338;padding:30px 32px;box-shadow:0 4px 24px #1a29400d}.contact-card .ico{margin-bottom:12px;font-size:1.6rem}.contact-card h3{margin-bottom:6px}.contact-card p{color:var(--text-light);margin-bottom:12px;font-size:.9rem}.contact-card a{color:var(--mint-deep);font-size:.9rem;font-weight:600}.social-links{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.social-link{border-radius:var(--radius-pill);color:var(--navy);transition:var(--t);cursor:pointer;background:#fff;border:1px solid #8eccc338;align-items:center;gap:8px;padding:12px 24px;font-size:.92rem;font-weight:600;display:inline-flex;box-shadow:0 4px 24px #1a29400d}.social-link:hover{transform:translateY(-3px);box-shadow:0 12px 36px #1a29401a}.social-icons{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.social-icon{width:52px;height:52px;color:var(--navy);transition:var(--t);cursor:pointer;background:#fff;border:1px solid #8eccc338;border-radius:50%;justify-content:center;align-items:center;display:inline-flex;box-shadow:0 4px 24px #1a29400d}.social-icon:hover{background:var(--mint);color:var(--navy);border-color:var(--mint);transform:translateY(-3px);box-shadow:0 12px 36px #1a29401a}footer{background:var(--warm-dark);color:#ffffffb3;padding:70px 40px 36px}.foot-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;display:grid}.foot-brand .logo{color:#fff;margin-bottom:14px}.foot-brand p{max-width:260px;margin-bottom:12px;font-size:.86rem}.foot-brand a{color:var(--mint);font-size:.88rem}.foot-col h4{letter-spacing:.12em;text-transform:uppercase;color:#ffffff80;margin-bottom:16px;font-size:.72rem}.foot-col a,.foot-col button{color:#ffffffbf;transition:var(--t);cursor:pointer;text-align:left;background:0 0;border:none;margin-bottom:10px;padding:0;font-family:inherit;font-size:.9rem;display:block}.foot-col a:hover,.foot-col button:hover{color:#fff}.foot-social{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.foot-social a{color:#ffffff8c;width:36px;height:36px;transition:var(--t);border:1px solid #ffffff2e;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.foot-social a:hover{color:#fff;border-color:var(--mint);background:#8eccc326}.foot-bottom{color:#ffffff73;border-top:1px solid #ffffff1f;justify-content:center;max-width:1200px;margin:40px auto 0;padding-top:24px;font-size:.8rem;display:flex}.modal-ov{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#1a294080;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;top:0;right:0;bottom:0;left:0}.modal-ov.open{display:flex}.modal{background:#fff;border-radius:24px;width:100%;max-width:440px;padding:40px;position:relative;box-shadow:0 30px 90px #1a294059}.modal h2,.modal h3{margin-bottom:8px;font-size:1.5rem}.modal p.sub{color:var(--text-light);margin-bottom:22px;font-size:.92rem}.modal-x,.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;font-family:inherit;font-size:1.3rem;transition:color .2s,transform .2s;position:absolute;top:16px;right:20px}.modal-x:hover,.modal-close:hover{color:var(--navy);transform:scale(1.15)}.field,.form-group{margin-bottom:14px}.field label,.form-group label{color:var(--text-light);margin-bottom:6px;font-size:.82rem;font-weight:500;display:block}.field input,.field select,.form-group input,.form-group select{background:var(--off-white);border:1px solid #8eccc366;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:.92rem;transition:border-color .2s}.field input:focus,.field select:focus,.form-group input:focus,.form-group select:focus{border-color:var(--mint-deep)}.modal .btn-primary,.modal-submit{border-radius:var(--radius-pill);color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a3d50,#1e5a72 38%,#2d7a8a 68%,#4aaabb 90%,#1a3d50) 0 0/220% 220%;border:none;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:13px 26px;font-size:.92rem;font-weight:500;animation:6s infinite btn-shimmer;display:inline-flex;box-shadow:0 3px 14px #1a39503d}.modal .btn-primary:hover,.modal-submit:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1a29404d}.modal-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.modal-privacy{color:var(--text-muted);text-align:center;margin-top:14px;font-size:.76rem}.modal-logo-img{object-fit:cover;border-radius:50%;width:60px;height:60px;margin:0 auto 16px;display:block}.modal-overlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:1000;background:#1a294000;justify-content:center;align-items:center;padding:24px;transition:background .3s cubic-bezier(.4,0,.2,1),-webkit-backdrop-filter .3s cubic-bezier(.4,0,.2,1),backdrop-filter .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.modal-overlay.modal-visible{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1a294080}.modal-overlay>.modal{opacity:0;transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);transform:translateY(20px)scale(.97)}.modal-overlay>.modal.modal-visible{opacity:1;transform:translateY(0)scale(1)}.modal-state-enter{animation:.4s cubic-bezier(.16,1,.3,1) both modal-state-in}@keyframes modal-state-in{0%{opacity:0;transform:scale(.95)translateY(8px)}to{opacity:1;transform:none}}.modal-success-icon{width:56px;height:56px;color:var(--mint-deep);background:linear-gradient(135deg,#c8e8e280,#8eccc34d);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;font-size:1.5rem;display:flex}.testi{background:#fff}.testi-grid{grid-template-columns:repeat(3,1fr);gap:22px;max-width:1060px;margin:0 auto;display:grid}.testi-card{border-radius:var(--radius-card);background:linear-gradient(160deg,#f3f8f6,#f6f1f8);padding:30px 30px 26px}.testi-card .q{font-family:var(--font-display);color:var(--navy);margin-bottom:20px;font-size:1.05rem;font-style:italic;line-height:1.55}.testi-card .testi-who .av{width:38px;height:38px;font-size:.82rem}.testi-who{align-items:center;gap:12px;display:inline-flex}.testi-who .av{background:linear-gradient(135deg,var(--mint),var(--lavender));width:46px;height:46px;color:var(--navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.testi-who .nm{text-align:left;font-size:.84rem;line-height:1.4}.testi-who .nm b{color:var(--navy);display:block}.testi-who .nm span{color:var(--text-muted)}.testi-note{text-align:center;color:var(--text-muted);margin-top:32px;font-size:.76rem;font-style:italic}.testi-pro{text-align:center;border-top:1px solid #8eccc34d;margin-top:58px;padding-top:48px}.testi-pro .ph{color:#8aa49d;background:var(--off-white);border:1px dashed #8eccc399;border-radius:14px;max-width:680px;margin:14px auto 0;padding:26px 28px;font-size:.88rem;font-style:italic;line-height:1.6}.cred-ph{color:#8aa49d;background:#ffffff8c;border:1px dashed #8eccc399;border-radius:10px;max-width:640px;margin-top:24px;padding:12px 16px;font-size:.8rem;font-style:italic}.trust-marquee-section{background:#f5f8f7;justify-content:center;padding:0;display:flex;overflow:hidden}.trust-marquee{width:70%;padding:18px 0;position:relative;overflow:hidden}.trust-marquee:before,.trust-marquee:after{content:"";z-index:2;pointer-events:none;width:60px;position:absolute;top:0;bottom:0}.trust-marquee:before{background:linear-gradient(90deg,#f5f8f7,#0000);left:0}.trust-marquee:after{background:linear-gradient(270deg,#f5f8f7,#0000);right:0}.trust-marquee-track{width:max-content;animation:35s linear infinite marquee-scroll;display:flex}.trust-marquee-track:hover{animation-play-state:paused}.trust-marquee-content{flex-shrink:0;align-items:center;gap:0;display:flex}.trust-marquee-item{white-space:nowrap;color:#4a6b63;padding:0 16px;font-size:.85rem;font-weight:500}.trust-marquee-dot{color:var(--mint-deep);flex-shrink:0;font-size:1.1rem;line-height:1}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.story-block{text-align:center;max-width:760px;margin:0 auto}.country-select{position:relative}.country-select-trigger{background:var(--off-white);text-align:left;cursor:pointer;border:1px solid #8eccc366;border-radius:12px;outline:none;justify-content:space-between;align-items:center;width:100%;padding:12px 14px;font-family:inherit;font-size:.92rem;transition:border-color .2s;display:flex}.country-select-trigger:focus,.country-select-trigger.open{border-color:var(--mint-deep)}.country-select-trigger.placeholder .country-select-value{color:#344e4773}.country-select-chevron{color:var(--text-muted);transition:transform .2s}.country-select-trigger.open .country-select-chevron{transform:rotate(180deg)}.country-select-dropdown{z-index:50;background:#fff;border:1px solid #8eccc366;border-radius:12px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 12px 36px #1a29401f}.country-select-search-wrap{padding:8px}.country-select-search{border:1px solid #8eccc34d;border-radius:8px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:.88rem}.country-select-search:focus{border-color:var(--mint-deep)}.country-select-list{max-height:200px;margin:0;padding:4px 0;list-style:none;overflow-y:auto}.country-select-option{cursor:pointer;padding:10px 14px;font-size:.88rem;transition:background .15s}.country-select-option:hover,.country-select-option.highlighted{background:#8eccc31f}.country-select-option.selected{color:var(--navy);background:#8eccc333;font-weight:600}.country-select-empty{text-align:center;color:var(--text-muted);padding:14px;font-size:.86rem}html.reveal-ready [data-reveal]{opacity:0;transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}html.reveal-ready [data-reveal=fade]{transform:none}html.reveal-ready [data-reveal=scale]{transform:scale(.97)}html.reveal-ready [data-reveal=slide-left]{transform:translate(-36px)}html.reveal-ready [data-reveal=slide-right]{transform:translate(36px)}[data-reveal].revealed{opacity:1!important;transform:none!important}html.reveal-ready [data-reveal-stagger].revealed>*{opacity:0;animation:.5s cubic-bezier(.16,1,.3,1) forwards stagger-in;transform:translateY(18px)}html.reveal-ready [data-reveal-stagger].revealed>:first-child{animation-delay:60ms}html.reveal-ready [data-reveal-stagger].revealed>:nth-child(2){animation-delay:.13s}html.reveal-ready [data-reveal-stagger].revealed>:nth-child(3){animation-delay:.2s}html.reveal-ready [data-reveal-stagger].revealed>:nth-child(4){animation-delay:.27s}html.reveal-ready [data-reveal-stagger].revealed>:nth-child(5){animation-delay:.34s}html.reveal-ready [data-reveal-stagger].revealed>:nth-child(6){animation-delay:.41s}@keyframes stagger-in{to{opacity:1;transform:none}}.card:hover,.contact-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #1a29401a,0 0 0 1px #8eccc31f}.stat{transition:var(--t)}.stat:hover{transform:translateY(-4px);box-shadow:0 14px 40px #1a294014}.principle{transition:var(--t)}.principle:hover{transform:translateY(-4px);box-shadow:0 14px 40px #1a294014}.step4{transition:var(--t)}.step4:hover{transform:translateY(-4px);box-shadow:0 12px 36px #1a294014}.role{transition:var(--t)}.role:hover{transform:translateY(-3px);box-shadow:0 12px 36px #1a294014}.testi-card{transition:var(--t)}.testi-card:hover{transform:translateY(-4px);box-shadow:0 14px 40px #1a294014}.acc-item:hover{box-shadow:0 8px 28px #1a29400f}.btn:focus-visible{outline:2px solid var(--mint-deep);outline-offset:3px}.nav-wrap{animation:.6s cubic-bezier(.16,1,.3,1) both nav-enter}@keyframes nav-enter{0%{opacity:0;transform:translate(-50%)translateY(-12px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media(prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}[data-reveal]{opacity:1!important;transform:none!important}html.reveal-ready [data-reveal-stagger].revealed>*{opacity:1;animation:none;transform:none}.trust-marquee-track,.nav-wrap{animation:none}}#page-launch-offer .hero-card{flex-direction:column;align-items:flex-start;display:flex}#page-launch-offer .hero{min-height:auto;padding:140px 40px 64px}#page-launch-offer section{padding:56px 40px}#page-launch-offer .cta{padding:72px 40px}.launch-pricing{background:#ffffffbf;border:1px solid #8eccc34d;border-radius:14px;flex-direction:column;align-self:flex-start;align-items:flex-start;margin:20px 0 24px;padding:16px 20px;display:flex}.launch-pricing-amount{align-items:baseline;gap:12px;margin-bottom:4px;display:flex}.launch-price-new{font-family:var(--font-display);color:var(--navy);font-size:2rem;font-weight:600}.launch-price-old{color:var(--text-muted);font-size:.95rem;text-decoration:line-through}.launch-pricing-reassurance{color:var(--text-light);margin:0;font-size:.84rem}.launch-product{background:#fff}.launch-product-grid{text-align:center;max-width:720px;margin:0 auto}.launch-product-content h2{margin-bottom:14px}.launch-product-content .lead{margin-bottom:20px;margin-left:auto;margin-right:auto}.launch-privacy-line{color:var(--text-light);text-align:left;background:#8eccc314;border:1px solid #8eccc333;border-radius:12px;align-items:center;gap:10px;max-width:600px;margin:0 auto;padding:14px 18px;font-size:.9rem;display:flex}.launch-privacy-line svg{color:var(--mint-deep);flex-shrink:0}.launch-credentials{background:linear-gradient(160deg,#eef6f3,#f3eef7 60%,#fbf1ea)}.launch-credentials-grid{grid-template-columns:160px 1fr;align-items:center;gap:36px;max-width:860px;margin:0 auto;display:grid}.launch-credentials-portrait{border:3px solid #8eccc359;border-radius:50%;width:160px;height:160px;overflow:hidden;box-shadow:0 10px 40px #1a29401a}.launch-credentials-portrait img{object-fit:cover;width:100%;height:100%}.launch-credentials-content .eyebrow{margin-bottom:10px}.launch-credentials-content p{color:var(--text-body);font-size:.95rem;line-height:1.7}.launch-testimonial{background:linear-gradient(160deg,#f3f8f6,#f6f1f8)}.launch-testimonial-card{border-radius:var(--radius-card);text-align:center;background:#fff;max-width:680px;margin:0 auto;padding:40px 38px;position:relative;box-shadow:0 8px 40px #1a294012}.launch-quote-mark{color:#8eccc359;margin-bottom:12px}.launch-testimonial-quote{font-family:var(--font-display);color:var(--navy);border:none;margin:0 0 20px;padding:0;font-size:1.25rem;font-style:italic;line-height:1.5}.launch-testimonial-attribution{color:var(--mint-deep);font-size:.9rem;font-style:normal;font-weight:600;display:block}.launch-cta-reassurance{color:var(--text-light);opacity:.85;margin-top:14px;font-size:.86rem}.launch-pricing-v2{background:linear-gradient(135deg,#1a3d5014,#2d7a8a1a);border:2px solid #2d7a8a4d;border-radius:14px;align-self:flex-start;margin:20px 0 24px;padding:18px 24px}.launch-pricing-text{color:var(--navy);margin:0;font-size:1.05rem;font-weight:600;line-height:1.55}.launch-cap-line{color:var(--text-light);margin-top:16px;font-size:.88rem;font-style:italic}.launch-how-it-works{background:#fff;padding:64px 40px 56px}.launch-how-it-works .section-head{margin-bottom:32px}.launch-steps-row{grid-template-columns:repeat(3,1fr);gap:28px;max-width:960px;margin:0 auto;display:grid}.launch-step-card{background:var(--off-white);text-align:center;border:1px solid #8eccc333;border-radius:16px;padding:28px 24px}.launch-step-num{color:#fff;width:40px;height:40px;font-family:var(--font-display);background:linear-gradient(135deg,#1a3d50,#2d7a8a);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;font-size:1.1rem;font-weight:600;display:flex}.launch-step-card p{color:var(--text-body);margin:0;font-size:.95rem;line-height:1.6}.v2-hero-pricing{color:var(--text-light);margin-bottom:24px;font-size:.9rem;line-height:1.6}.v2-private{background:#fff}.v2-private-split{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}.v2-private-text h2{margin-bottom:18px}.v2-private-text p{color:var(--text-body);margin-bottom:14px;font-size:1rem;line-height:1.75}.v2-private-text p:last-child{margin-bottom:0}.v2-private-features{flex-direction:column;gap:20px;display:flex}.v2-pf-item{background:var(--off-white);transition:var(--t);border:1px solid #8eccc333;border-radius:16px;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.v2-pf-item:hover{transform:translateY(-3px);box-shadow:0 12px 36px #1a294012}.v2-pf-icon{background:linear-gradient(135deg,#c8e8e280,#b4d7eb59);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.v2-pf-item h3{margin-bottom:4px;font-size:1rem}.v2-pf-item p{color:var(--text-light);margin:0;font-size:.88rem;line-height:1.55}.v2-truth{background:linear-gradient(160deg,#f3f8f6,#f6f1f8)}.v2-truth-center{text-align:center;max-width:720px;margin:0 auto}.v2-truth-center h2{margin-bottom:20px}.v2-truth-center p{color:var(--text-body);text-align:left;max-width:660px;margin-bottom:14px;margin-left:auto;margin-right:auto;font-size:1.02rem;line-height:1.75}.v2-truth-center p:last-child{margin-bottom:0}.v2-truth-quote-card{border-radius:var(--radius-card);text-align:center;background:#fff;border:1px solid #8eccc340;max-width:820px;margin:56px auto 0;padding:48px 56px;position:relative;box-shadow:0 12px 40px #1a29400f}.v2-quote-icon{color:#8eccc366;margin-bottom:20px}.v2-truth-quote-card blockquote{font-family:var(--font-display);color:var(--navy);margin:0;font-size:1.45rem;font-style:italic;line-height:1.5}.v2-strategies{background:#fff}.v2-strategies-split{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}.v2-strategies-header{max-width:100%;margin-bottom:0}.v2-steps{border-left:2px solid #8eccc359;flex-direction:column;gap:0;max-width:100%;margin:0;padding-left:0;display:flex}.v2-step{align-items:flex-start;gap:24px;padding:28px 0 28px 32px;display:flex;position:relative}.v2-step:before{content:"";background:var(--mint-deep);border:3px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:36px;left:-7px;box-shadow:0 0 0 2px #8eccc366}.v2-step+.v2-step{border-top:1px solid #8eccc31f}.v2-step-num{font-family:var(--font-display);color:var(--mint);flex-shrink:0;min-width:48px;font-size:2.2rem;font-weight:500;line-height:1}.v2-step-body h3{margin-bottom:6px;font-size:1.05rem}.v2-step-body p{color:var(--text-light);margin:0;font-size:.92rem;line-height:1.65}.v2-science{background:linear-gradient(160deg,#f3f8f6,#eef3f7)}.v2-evidence-strips{flex-direction:column;gap:18px;max-width:860px;margin:0 auto;display:flex}.v2-ev-strip{border-radius:var(--radius-card);transition:var(--t);background:#fff;gap:0;display:flex;overflow:hidden;box-shadow:0 4px 24px #1a29400f}.v2-ev-strip:hover{transform:translateY(-4px);box-shadow:0 14px 40px #1a294017}.v2-ev-accent{background:linear-gradient(#1a3d50,#2d7a8a);flex-shrink:0;justify-content:center;align-items:center;width:72px;min-height:100%;display:flex}.v2-ev-content{flex:1;padding:26px 30px}.v2-ev-content h3{margin-bottom:6px;font-size:1.05rem}.v2-ev-content p{color:var(--text-light);margin:0;font-size:.92rem;line-height:1.65}.v2-stats-row-3{grid-template-columns:repeat(3,1fr)}.v2-stats-row-3 .stat .big{font-size:1.5rem}.about-team-body{max-width:780px;margin:0 auto}.about-team-body p{color:var(--text-body);margin-bottom:18px;font-size:1rem;line-height:1.75}.about-team-body p:last-child{margin-bottom:0}.about-team-tagline{color:var(--navy);border-top:1px solid #8eccc34d;margin-top:24px;padding-top:20px;font-size:.95rem;font-weight:600}.jd-overlay{-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:1000;background:#1a294000;justify-content:center;align-items:center;padding:24px;transition:background .3s cubic-bezier(.4,0,.2,1),-webkit-backdrop-filter .3s cubic-bezier(.4,0,.2,1),backdrop-filter .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.jd-overlay.jd-visible{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#1a294080}.jd-modal{opacity:0;background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:680px;max-height:calc(100vh - 48px);transition:opacity .3s cubic-bezier(.16,1,.3,1),transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;transform:translateY(20px)scale(.97);box-shadow:0 30px 90px #1a294059}.jd-modal.jd-visible{opacity:1;transform:translateY(0)scale(1)}.jd-close{width:36px;height:36px;color:var(--text-muted);cursor:pointer;transition:var(--t);z-index:10;background:#8eccc31a;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:16px;right:16px}.jd-close:hover{color:var(--navy);background:#8eccc333;transform:scale(1.1)}.jd-close:focus-visible{outline:2px solid var(--mint-deep);outline-offset:2px}.jd-header{border-bottom:1px solid #8eccc333;flex-shrink:0;padding:36px 36px 24px}.jd-header h2{margin-bottom:14px;font-size:clamp(1.5rem,3vw,2rem)}.jd-meta-row{flex-wrap:wrap;gap:8px;display:flex}.jd-tag{color:var(--text-light);border-radius:var(--radius-pill);white-space:nowrap;background:#8eccc31a;border:1px solid #8eccc333;align-items:center;gap:6px;padding:5px 12px;font-size:.78rem;font-weight:500;display:inline-flex}.jd-tag svg{color:var(--mint-deep);flex-shrink:0}.jd-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;padding:28px 36px;overflow-y:auto}.jd-body::-webkit-scrollbar{width:5px}.jd-body::-webkit-scrollbar-track{background:0 0}.jd-body::-webkit-scrollbar-thumb{background:#8eccc34d;border-radius:10px}.jd-body::-webkit-scrollbar-thumb:hover{background:#8eccc380}.jd-section{margin-bottom:32px}.jd-section:last-child{margin-bottom:0}.jd-section-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.jd-section-icon{width:36px;height:36px;color:var(--mint-deep);background:linear-gradient(135deg,#c8e8e280,#b4d7eb59);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.jd-section h3{margin:0;font-size:1.1rem}.jd-section>p{color:var(--text-body);margin-bottom:12px;font-size:.92rem;line-height:1.7}.jd-section>p:last-child{margin-bottom:0}.jd-list{flex-direction:column;gap:10px;margin:12px 0 0;padding:0;list-style:none;display:flex}.jd-list li{color:var(--text-body);padding-left:24px;font-size:.9rem;line-height:1.65;position:relative}.jd-list li:before{content:"";border:2px solid var(--mint-deep);background:#8eccc366;border-radius:50%;width:8px;height:8px;position:absolute;top:8px;left:0}.jd-list-check li:before{content:"✓";width:auto;height:auto;color:var(--mint-deep);background:0 0;border:none;border-radius:0;font-size:.88rem;font-weight:700;position:absolute;top:0;left:0}.jd-pay-card{background:linear-gradient(135deg,#1a3d500f,#2d7a8a14);border:1px solid #2d7a8a33;border-radius:14px;flex-direction:column;gap:6px;padding:20px 24px;display:flex}.jd-pay-amount{font-family:var(--font-display);color:var(--navy);font-size:1.6rem;font-weight:600}.jd-pay-detail{color:var(--text-light);font-size:.88rem;line-height:1.55}.jd-section-apply{border-radius:var(--radius-card);background:linear-gradient(160deg,#f3f8f6b3,#f6f1f8b3);margin-left:-8px;margin-right:-8px;padding:28px}.jd-apply-cta{text-align:center;margin-top:20px}.jd-apply-cta .btn{padding:14px 36px;font-size:1rem}.jd-apply-alt{color:var(--text-muted);margin-top:12px;font-size:.84rem}.jd-apply-alt a{color:var(--mint-deep);font-weight:600;transition:color .2s}.jd-apply-alt a:hover{color:var(--navy)}.jd-footer{border-top:1px solid #8eccc333;flex-shrink:0;justify-content:center;padding:16px 36px;display:flex}.jd-footer .btn{padding:13px 36px;font-size:.95rem}@media(max-width:900px){.desktop-br{display:none}.testi-grid{grid-template-columns:1fr}section{padding:64px 24px}.trust-marquee{width:100%}.hero{padding:120px 24px 60px}.hero:after{background:linear-gradient(#f8faf9e6,#f8faf9bf)}.cards-3,.steps4,.team-grid{grid-template-columns:1fr}.team-cards-row{grid-template-columns:1fr;max-width:320px;margin:0 auto 48px}.chan-grid,.uses-grid,.memory-grid,.gap-grid,.principles,.stats-row,.contact-grid,.foot-grid{grid-template-columns:1fr;gap:32px}.team-bio{text-align:center;grid-template-columns:1fr;gap:20px}.team-bio-photo .ph-team{max-width:180px;margin:0 auto}.team-bio-photo .team-card-portrait{margin:0 auto}.nav-links{display:none}.burger{display:flex}.desktop-region-picker{display:none}.mobile-region-picker{border-top:1px solid #8eccc333;margin-top:12px;padding-top:16px;display:block}.mobile-region-picker .region-trigger{background:#8eccc31a;border:none;justify-content:space-between;width:100%;padding:12px 16px}.mobile-region-picker .region-label{display:inline}.mobile-region-picker .region-dropdown{box-shadow:none;background:0 0;border:none;min-width:100%;padding:8px 0 0;animation:none;position:static}.mobile-region-picker .region-backdrop{display:none}.nav-links.open{background:#fff;border-radius:18px;flex-direction:column;min-width:200px;padding:14px;display:flex;position:absolute;top:64px;right:0;box-shadow:0 16px 50px #1a294033}.uses-img{position:static}.foot-bottom{flex-direction:column;gap:10px}.subhero{padding-top:120px;padding-bottom:50px}#page-launch-offer .hero{padding:110px 24px 48px}#page-launch-offer section{padding:40px 24px}#page-launch-offer .cta{padding:56px 24px}.launch-pricing{margin:16px 0 20px;padding:14px 16px}.launch-price-new{font-size:1.7rem}.launch-pricing-v2{padding:14px 18px}.launch-pricing-text{font-size:.95rem}.launch-how-it-works{padding:48px 24px 40px}.launch-steps-row{grid-template-columns:1fr;gap:16px;max-width:480px}.launch-credentials-grid{text-align:center;grid-template-columns:1fr;gap:20px}.launch-credentials-portrait{width:120px;height:120px;margin:0 auto}.launch-testimonial-card{padding:28px 20px}.launch-testimonial-quote{font-size:1.05rem}.launch-privacy-line{text-align:center;flex-direction:column;gap:8px}.v2-private-split{grid-template-columns:1fr;gap:32px}.v2-private-text h2{font-size:clamp(1.5rem,5vw,2rem)}.v2-pf-item{gap:14px;padding:18px}.v2-pf-icon{width:40px;height:40px}.v2-truth-center h2{font-size:clamp(1.4rem,4.5vw,1.9rem)}.v2-truth-center p{font-size:.95rem}.v2-truth-quote-card{margin-top:40px;padding:36px 28px}.v2-truth-quote-card blockquote{font-size:1.2rem}.v2-quote-icon{width:32px;height:32px;margin-bottom:16px}.v2-strategies-split{grid-template-columns:1fr;gap:32px}.v2-strategies-header{margin-bottom:28px}.v2-steps{max-width:100%;margin:0}.v2-step{gap:14px;padding:20px 0 20px 22px}.v2-step:before{width:10px;height:10px;top:28px;left:-7px}.v2-step-num{min-width:32px;font-size:1.6rem}.v2-step-body h3{font-size:.98rem}.v2-step-body p{font-size:.88rem}.v2-ev-strip{flex-direction:row}.v2-ev-accent{width:52px}.v2-ev-content{padding:18px}.v2-ev-content h3{font-size:.98rem}.v2-ev-content p{font-size:.86rem}.v2-stats-row-3{grid-template-columns:1fr;gap:16px}.v2-stats-row-3 .stat .big{font-size:1.3rem}.v2-hero-pricing{font-size:.84rem}.about-team-body{padding:0}.about-team-body p{font-size:.94rem}.about-team-tagline{font-size:.88rem}.jd-overlay{padding:0}.jd-modal{border-radius:0;max-width:100%;max-height:100vh}.jd-header{padding:24px 20px 18px}.jd-meta-row{gap:6px}.jd-tag{padding:4px 10px;font-size:.72rem}.jd-body{padding:20px}.jd-section-apply{margin-left:-4px;margin-right:-4px;padding:20px}.jd-footer{padding:14px 20px}.jd-close{width:32px;height:32px;top:12px;right:12px}}@media(min-width:601px)and (max-width:900px){.v2-stats-row-3{grid-template-columns:1fr 1fr}.v2-stats-row-3 .stat:nth-child(3){grid-column:1/-1;width:100%;max-width:calc(50% - 8px);margin:0 auto}.v2-evidence-strips{max-width:100%}.v2-private-split,.v2-strategies-split{gap:28px}.v2-private-text{max-width:100%}.about-team-body{max-width:100%;padding:0 8px}}@media(max-width:480px){.v2-pf-item{flex-direction:column;gap:10px;padding:16px}.v2-truth-quote-card{margin-top:32px;padding:28px 20px}.v2-truth-quote-card blockquote{font-size:1.1rem}.v2-step{gap:12px;padding:16px 0 16px 18px}.v2-step-num{min-width:28px;font-size:1.4rem}.v2-ev-strip{flex-direction:column}.v2-ev-accent{width:100%;height:48px;min-height:48px}.v2-ev-content{padding:16px}.v2-stats-row-3 .stat{padding:24px 20px}.v2-stats-row-3 .stat .big{font-size:1.15rem}.v2-private-text p{font-size:.92rem}.about-team-body p{font-size:.9rem;line-height:1.65}.jd-header h2{font-size:1.4rem}.jd-meta-row{flex-direction:column;gap:4px}.jd-section h3{font-size:1rem}.jd-section>p{font-size:.86rem}.jd-list li{padding-left:20px;font-size:.86rem}.jd-pay-amount{font-size:1.35rem}.jd-apply-cta .btn{justify-content:center;width:100%;padding:13px 28px;font-size:.92rem}.jd-footer .btn{justify-content:center;width:100%}}@media(max-width:390px){.hide-on-mobile-small{display:none!important}button.mobile-nav-cta{justify-content:center;width:100%;margin-top:10px;display:inline-flex}}.pl-hero,.pl-section{--font-display:"Josefin Sans", "Century Gothic", Arial, sans-serif;--font-body:"Satoshi", "DM Sans", system-ui, sans-serif;font-family:var(--font-body);color:var(--text-body)}.pl-section section{padding:24px!important}.pl-hero h1,.pl-section-title{font-family:Josefin Sans,Century Gothic,Arial,sans-serif}.pl-hero{padding:48px 0 64px;position:relative;overflow:hidden}@media(min-width:768px){.pl-hero{padding:125px 0 72px}}.pl-hero-bg{z-index:0;background:linear-gradient(160deg,#c8e8e2,#b8d4ec,#e8d4f0 60%,#f5c8b0 85%,#f0e8d4) 0 0/400% 400%;animation:14s infinite plGradShift;position:absolute;top:0;right:0;bottom:0;left:0}.pl-hero-bg:after{content:"";background:linear-gradient(105deg,#f8faf9f0,#f0f6f4bf,#f8faf9d9);position:absolute;top:0;right:0;bottom:0;left:0}.pl-hero-inner{z-index:1;max-width:800px;margin:0 auto;padding:0 48px;position:relative}.pl-hero h1{font-family:var(--font-display);color:var(--navy);letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.8rem);font-weight:600;line-height:1.15}.pl-hero-meta{letter-spacing:.08em;text-transform:uppercase;color:var(--mint-deep);align-items:center;gap:8px;margin-bottom:20px;font-size:.72rem;font-weight:600;display:inline-flex}.pl-hero-meta:before{content:"";background:var(--mint-deep);opacity:.6;border-radius:50%;width:8px;height:8px}.pl-hero-intro{color:var(--text-body);max-width:650px;font-size:.98rem;line-height:1.72}.pl-orb{filter:blur(72px);pointer-events:none;border-radius:50%;animation:22s ease-in-out infinite plOrbFloat;position:absolute}.pl-section{padding:24px 0}.pl-section-inner{max-width:800px;margin:0 auto;padding:0 48px}.pl-toc{display:none}@media(min-width:1024px){.pl-layout{grid-template-columns:200px 1fr;gap:48px;max-width:1060px;margin:0 auto;padding:0 48px;display:grid}.pl-toc{align-self:start;display:block;position:sticky;top:100px}.pl-toc-label{letter-spacing:.1em;text-transform:uppercase;color:var(--mint-deep);margin-bottom:12px;font-size:.68rem;font-weight:700}.pl-toc-list{margin:0;padding:0;list-style:none}.pl-toc-item{margin-bottom:6px}.pl-toc-link{color:var(--text-muted);border-left:2px solid #0000;padding:4px 0 4px 12px;font-size:.78rem;line-height:1.5;text-decoration:none;transition:color .2s;display:block}.pl-toc-link:hover{color:var(--navy);border-left-color:#8eccc380}.pl-section-inner{max-width:none;padding:0}}.pl-content-card{background:#fff;border:1px solid #c8e8e266;border-radius:20px;padding:28px;box-shadow:0 4px 24px #1a29400f}.pl-content section{border-bottom:1px solid #c8e8e24d;margin-bottom:20px;padding-bottom:20px}.pl-content section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.pl-content h2{font-family:var(--font-display);color:var(--navy);letter-spacing:-.01em;margin-bottom:8px;font-size:1.1rem;font-weight:600;line-height:1.3}.pl-content h3{font-family:var(--font-display);color:var(--navy);margin-top:14px;margin-bottom:6px;font-size:.92rem;font-weight:600}.pl-content p{color:var(--text-light);margin-bottom:8px;font-size:.88rem;line-height:1.72}.pl-content p:last-child{margin-bottom:0}.pl-content strong{color:var(--navy);font-weight:600}.pl-content ul{margin:6px 0 0;padding:0;list-style:none}.pl-content ul li{color:var(--text-light);align-items:flex-start;gap:10px;padding:5px 0;font-size:.88rem;line-height:1.65;display:flex}.pl-content ul li:before{content:"";background:var(--mint-deep);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:9px}.pl-footer-note{text-align:center;background:#c8e8e21a;border:1px solid #8eccc333;border-radius:12px;margin-top:24px;padding:16px 20px}.pl-footer-note p{color:var(--text-muted);font-size:.82rem;line-height:1.6}.pl-footer-note a{color:var(--mint-deep);font-weight:500;text-decoration:none;transition:color .2s}.pl-footer-note a:hover{color:var(--navy)}@keyframes plGradShift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes plOrbFloat{0%,to{transform:translateY(0)translate(0)}25%{transform:translateY(-16px)translate(10px)}50%{transform:translateY(8px)translate(-8px)}75%{transform:translateY(-8px)translate(-12px)}}@media(max-width:1024px){.pl-hero-inner,.pl-section-inner{padding:0 32px}}@media(max-width:768px){.pl-hero{padding:125px 0 48px}.pl-hero-inner,.pl-section-inner{padding:0 20px}.pl-section{padding:24px 0}.pl-content-card{border-radius:16px;padding:22px 18px}.pl-content section{margin-bottom:16px;padding-bottom:16px}.pl-content h2{font-size:1.02rem}.pl-content p,.pl-content ul li{font-size:.85rem}.pl-footer-note{margin-top:24px;padding:14px 16px}}@media(max-width:480px){.pl-hero-inner,.pl-section-inner{padding:0 16px}.pl-content-card{border-radius:14px;padding:18px 14px}.pl-content section{margin-bottom:14px;padding-bottom:14px}.pl-content h2{font-size:.98rem}}.scr-hero{text-align:center;background:linear-gradient(160deg,#eef6f3,#f3eef7 40%,#fbf1ea 70%,#eef6f3);padding:150px 40px 64px;position:relative;overflow:hidden}.scr-hero:before{content:"";background:radial-gradient(circle,#8eccc326,#0000 70%);border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite scr-float;position:absolute;top:-120px;right:-80px}.scr-hero:after{content:"";background:radial-gradient(circle,#d4c8e82e,#0000 70%);border-radius:50%;width:350px;height:350px;animation:10s ease-in-out infinite reverse scr-float;position:absolute;bottom:-100px;left:-60px}@keyframes scr-float{0%,to{transform:translate(0)scale(1)}50%{transform:translate(20px,-20px)scale(1.05)}}.scr-hero .wrap{z-index:2;max-width:680px;position:relative}.scr-hero h1{background:linear-gradient(135deg,var(--navy),#2d7a8a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:14px}.scr-hero .lead{max-width:580px;margin:0 auto 28px}.scr-info-chips{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.scr-chip{border-radius:var(--radius-pill);color:var(--text-body);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;border:1px solid #8eccc34d;align-items:center;gap:7px;padding:9px 18px;font-size:.8rem;font-weight:500;transition:transform .25s,box-shadow .25s;display:inline-flex}.scr-chip:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1a294014}.scr-chip svg{color:var(--mint-deep);flex-shrink:0}.scr-select-section{background:var(--off-white);padding:48px 40px 36px}.scr-select-wrap{max-width:520px;margin:0 auto}.scr-select-label{color:var(--navy);letter-spacing:.02em;margin-bottom:8px;font-size:.8rem;font-weight:600;display:block}.scr-select-container{position:relative}.scr-select-trigger{text-align:left;cursor:pointer;width:100%;color:var(--text-body);background:#fff;border:1.5px solid #8eccc359;border-radius:14px;outline:none;align-items:center;padding:14px 44px 14px 42px;font-family:inherit;font-size:.92rem;font-weight:500;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 10px #1a29400a}.scr-select-trigger:hover{border-color:var(--mint-deep);box-shadow:0 4px 20px #8eccc326}.scr-select-trigger:focus,.scr-select-trigger.open{border-color:var(--mint-deep);box-shadow:0 0 0 3px #8eccc31f,0 4px 20px #8eccc31a}.scr-select-trigger.placeholder{color:var(--text-muted);font-weight:400}.scr-select-icon{color:var(--mint-deep);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.scr-select-chevron{color:var(--text-muted);pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;right:14px;transform:translateY(-50%)}.scr-select-trigger.open~.scr-select-chevron{transform:translateY(-50%)rotate(180deg)}.scr-select-backdrop{z-index:49;position:fixed;top:0;right:0;bottom:0;left:0}.scr-select-dropdown{z-index:50;background:#fff;border:1px solid #8eccc340;border-radius:14px;padding:5px;animation:.25s cubic-bezier(.16,1,.3,1) scr-drop;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow:hidden;box-shadow:0 16px 48px #1a294024}@keyframes scr-drop{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:none}}.scr-select-option{width:100%;color:var(--text-body);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;padding:13px 14px;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .15s;display:flex}.scr-select-option:hover{background:linear-gradient(135deg,#8eccc31a,#d4c8e814)}.scr-select-option.active{color:var(--navy);background:linear-gradient(135deg,#8eccc326,#b4d8f01a);font-weight:600}.scr-select-option-meta{color:var(--text-muted);margin-left:auto;font-size:.76rem;font-weight:400}.scr-select-helper{color:var(--text-muted);text-align:center;margin-top:10px;font-size:.82rem}.scr-empty{text-align:center;padding:80px 40px;animation:.5s scr-fade-in}.scr-empty-icon{background:linear-gradient(135deg,#c8e8e273,#d4c8e84d,#f5c4a833);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 22px;animation:3s ease-in-out infinite scr-pulse;display:flex}@keyframes scr-pulse{0%,to{box-shadow:0 0 #8eccc333}50%{box-shadow:0 0 0 16px #8eccc300}}.scr-empty-icon svg{color:var(--mint-deep)}.scr-empty h3{margin-bottom:8px;font-size:1.2rem}.scr-empty p{color:var(--text-muted);max-width:340px;margin:0 auto;font-size:.9rem}.scr-questionnaire{background:var(--off-white);padding:0 40px 80px;animation:.45s cubic-bezier(.16,1,.3,1) scr-fade-in}@keyframes scr-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.scr-q-container{max-width:740px;margin:0 auto}.scr-q-header{margin-bottom:36px}.scr-breadcrumb{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:7px;margin-bottom:18px;font-size:.78rem;display:flex}.scr-breadcrumb a{color:var(--mint-deep);font-weight:500;transition:color .2s}.scr-breadcrumb a:hover{color:var(--navy)}.scr-breadcrumb svg{color:var(--text-muted);opacity:.6;flex-shrink:0}.scr-q-header h2{background:linear-gradient(135deg,var(--navy),#2d6e65);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:6px;font-size:clamp(1.4rem,3vw,1.85rem)}.scr-q-desc{color:var(--text-light);margin-bottom:20px;font-size:.9rem;line-height:1.55}.scr-progress-wrap{background:#fff;border:1px solid #8eccc32e;border-radius:12px;margin-bottom:20px;padding:16px 20px;box-shadow:0 2px 10px #1a294008}.scr-progress-bar{background:linear-gradient(90deg,#c8e8e266,#d4c8e84d,#f5c4a833);border-radius:100px;height:8px;overflow:hidden}.scr-progress-fill{background:linear-gradient(90deg,var(--mint-deep),#2d7a8a,#4aaabb);background-size:200% 100%;border-radius:100px;height:100%;transition:width .6s cubic-bezier(.16,1,.3,1);animation:3s infinite scr-progress-shimmer}@keyframes scr-progress-shimmer{0%{background-position:0 0}to{background-position:200% 0}}.scr-progress-meta{color:var(--text-light);justify-content:space-between;margin-top:10px;font-size:.78rem;font-weight:600;display:flex}.scr-instructions{color:var(--text-body);background:linear-gradient(135deg,#8eccc314,#b4d8f00f);border:1px solid #8eccc333;border-radius:12px;align-items:center;gap:12px;padding:14px 18px;font-size:.86rem;line-height:1.5;display:flex}.scr-instructions svg{color:var(--mint-deep);flex-shrink:0}.scr-questions-list{flex-direction:column;gap:14px;display:flex}.scr-question-card{background:#fff;border:1.5px solid #8eccc326;border-radius:18px;padding:26px 28px 22px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 12px #1a294008}.scr-question-card:before{content:"";background:#8eccc333;border-radius:0 4px 4px 0;width:4px;height:100%;transition:all .3s;position:absolute;top:0;left:0}.scr-question-card:hover{border-color:#8eccc34d;transform:translateY(-2px);box-shadow:0 8px 28px #1a294012}.scr-question-card:hover:before{background:var(--mint-deep)}.scr-question-card.answered{border-color:#8eccc359}.scr-question-card.answered:before{background:linear-gradient(180deg,var(--mint-deep),#2d7a8a)}.scr-q-top{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.scr-q-number{letter-spacing:.08em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,var(--mint-deep),#2d7a8a);border-radius:var(--radius-pill);padding:4px 11px;font-size:.7rem;font-weight:700}.scr-q-check{background:linear-gradient(135deg,var(--mint-deep),#4aaabb);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;animation:.35s cubic-bezier(.34,1.56,.64,1) scr-pop;display:flex;box-shadow:0 3px 10px #8eccc359}@keyframes scr-pop{0%{transform:scale(0)rotate(-45deg)}to{transform:scale(1)rotate(0)}}.scr-q-text{font-family:var(--font-display);color:var(--navy);margin-bottom:18px;font-size:1.05rem;font-weight:500;line-height:1.45}.scr-options{grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px;display:grid}.scr-option{cursor:pointer;color:var(--text-body);background:linear-gradient(160deg,#fcfefe,#fafcfb);border:1.5px solid #8eccc333;border-radius:10px;align-items:center;gap:10px;padding:12px 14px;font-family:inherit;font-size:.85rem;font-weight:500;transition:all .22s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.scr-option:before{content:"";opacity:0;background:linear-gradient(135deg,#8eccc314,#b4d8f00f);transition:opacity .2s;position:absolute;top:0;right:0;bottom:0;left:0}.scr-option:hover{border-color:#8eccc380;transform:translateY(-1px);box-shadow:0 4px 12px #8eccc31f}.scr-option:hover:before{opacity:1}.scr-option.selected{border-color:var(--mint-deep);color:var(--navy);background:linear-gradient(135deg,#8eccc31f,#b4d8f014);box-shadow:0 2px 10px #8eccc333}.scr-option.selected:before{opacity:0}.scr-option-radio{z-index:1;border:2px solid #8eccc366;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:all .22s;display:flex;position:relative}.scr-option.selected .scr-option-radio{background:linear-gradient(135deg,var(--mint-deep),#2d7a8a);border-color:#0000;box-shadow:0 2px 8px #8eccc34d}.scr-option-radio-inner{opacity:0;background:#fff;border-radius:50%;width:7px;height:7px;transition:all .22s cubic-bezier(.34,1.56,.64,1);transform:scale(0)}.scr-option.selected .scr-option-radio-inner{opacity:1;transform:scale(1)}.scr-submit-wrap{text-align:center;opacity:.45;background:linear-gradient(160deg,#eef6f3b3,#f3eef780,#fbf1ea4d);border:1.5px solid #8eccc333;border-radius:20px;margin-top:44px;padding:36px 28px;transition:all .5s cubic-bezier(.16,1,.3,1);transform:scale(.98);box-shadow:0 4px 20px #1a294008}.scr-submit-wrap.visible{opacity:1;border-color:#8eccc366;transform:scale(1);box-shadow:0 12px 40px #8eccc31f}.scr-submit-btn{gap:10px!important;padding:16px 40px!important;font-size:.96rem!important}.scr-submit-note{color:var(--text-muted);margin-top:14px;font-size:.82rem}.scr-questions-list .scr-question-card{animation:.4s cubic-bezier(.16,1,.3,1) both scr-card-enter}.scr-questions-list .scr-question-card:first-child{animation-delay:20ms}.scr-questions-list .scr-question-card:nth-child(2){animation-delay:40ms}.scr-questions-list .scr-question-card:nth-child(3){animation-delay:60ms}.scr-questions-list .scr-question-card:nth-child(4){animation-delay:80ms}.scr-questions-list .scr-question-card:nth-child(5){animation-delay:.1s}.scr-questions-list .scr-question-card:nth-child(6){animation-delay:.12s}.scr-questions-list .scr-question-card:nth-child(7){animation-delay:.14s}.scr-questions-list .scr-question-card:nth-child(8){animation-delay:.16s}.scr-questions-list .scr-question-card:nth-child(9){animation-delay:.18s}.scr-questions-list .scr-question-card:nth-child(10){animation-delay:.2s}.scr-questions-list .scr-question-card:nth-child(11){animation-delay:.22s}.scr-questions-list .scr-question-card:nth-child(12){animation-delay:.24s}.scr-questions-list .scr-question-card:nth-child(13){animation-delay:.26s}.scr-questions-list .scr-question-card:nth-child(14){animation-delay:.28s}.scr-questions-list .scr-question-card:nth-child(15){animation-delay:.3s}.scr-questions-list .scr-question-card:nth-child(16){animation-delay:.32s}.scr-questions-list .scr-question-card:nth-child(17){animation-delay:.34s}.scr-questions-list .scr-question-card:nth-child(18){animation-delay:.36s}.scr-questions-list .scr-question-card:nth-child(19){animation-delay:.38s}.scr-questions-list .scr-question-card:nth-child(20){animation-delay:.4s}.scr-questions-list .scr-question-card:nth-child(21){animation-delay:.42s}.scr-questions-list .scr-question-card:nth-child(22){animation-delay:.44s}.scr-questions-list .scr-question-card:nth-child(23){animation-delay:.46s}.scr-questions-list .scr-question-card:nth-child(24){animation-delay:.48s}.scr-questions-list .scr-question-card:nth-child(25){animation-delay:.5s}.scr-questions-list .scr-question-card:nth-child(26){animation-delay:.52s}@keyframes scr-card-enter{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:none}}@media(max-width:900px){.scr-hero{padding:120px 24px 48px}.scr-hero:before,.scr-hero:after{width:250px;height:250px}.scr-select-section{padding:36px 24px 28px}.scr-questionnaire{padding:0 24px 64px}.scr-question-card{padding:22px 20px 20px}.scr-empty{padding:56px 24px}.scr-progress-wrap{padding:14px 16px}}@media(max-width:480px){.scr-hero h1{font-size:1.75rem}.scr-info-chips{flex-direction:column;align-items:center}.scr-options{grid-template-columns:1fr 1fr}.scr-question-card{border-radius:14px;padding:18px 16px}.scr-q-text{font-size:.95rem}.scr-option{border-radius:8px;padding:10px 12px;font-size:.8rem}.scr-submit-btn{justify-content:center;width:100%}.scr-submit-wrap{border-radius:16px;padding:28px 20px}}@media(prefers-reduced-motion:reduce){.scr-hero:before,.scr-hero:after,.scr-empty-icon,.scr-progress-fill{animation:none}.scr-questions-list .scr-question-card{opacity:1;animation:none}.scr-question-card:hover,.scr-option:hover,.scr-chip:hover{transform:none}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-leading{syntax:"*";inherits:false}
