:root{--teal:#2bbaaa;--teal-dark:#1e9d8f;--teal-light:#eaf7f6;--teal-mid:#9de3dc;--slate:#3d4f5c;--slate-mid:#60788a;--slate-light:#94aab8;--bg:#f2f6f8;--surface:#fff;--border:#d8e3ea;--red:#ef4444;--red-light:#fef2f2;--amber:#f59e0b;--amber-light:#fffbeb;--green:#22c55e;--disabled:#cbd5e1;--r:7px;--r-sm:5px;--shadow-sm:0 1px 3px #00000012;--shadow:0 2px 8px #0000001a}hanko-auth,hanko-profile,hanko-login,hanko-registration{--color:var(--slate);--color-shade-1:var(--slate-mid);--color-shade-2:var(--slate-light);--brand-color:var(--teal);--brand-color-shade-1:var(--teal-dark);--brand-contrast-color:#fff;--background-color:var(--surface);--error-color:var(--red);--link-color:var(--teal-dark);--font-family:system-ui, -apple-system, "Segoe UI", sans-serif;--font-size:14px;--border-radius:var(--r);--border-style:solid;--border-width:1px;--item-height:42px;--item-margin:.35rem 0;--headline1-font-size:18px;--headline2-font-size:14px;--headline1-margin:.25rem 0 .5rem;--headline2-margin:.75rem 0 .25rem;--container-padding:20px;--container-max-width:100%}*,:before,:after{box-sizing:border-box}body{background:var(--bg);color:var(--slate);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.5}button{border-radius:var(--r-sm);border:1px solid var(--border);background:var(--surface);color:var(--slate);cursor:pointer;white-space:nowrap;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s,border-color .15s,box-shadow .15s}button:hover{background:var(--bg);border-color:var(--slate-light)}button:focus-visible{outline:none;box-shadow:0 0 0 3px #2bbaaa4d}button.btn-primary{background:var(--teal);color:#fff;border-color:#0000;transition:background .15s,box-shadow .15s,transform 50ms;box-shadow:0 1px 2px #0000001a,0 2px 6px #1e9d8f40}button.btn-primary:hover{background:var(--teal-dark);border-color:#0000;box-shadow:0 2px 4px #0000001f,0 4px 10px #1e9d8f4d}button.btn-primary:active{transform:translateY(1px);box-shadow:0 1px 1px #00000014,0 1px 3px #1e9d8f2e}button.btn-danger{background:var(--red-light);color:var(--red);border-color:#0000;transition:background .15s,box-shadow .15s,transform 50ms;box-shadow:0 1px 2px #0000001a,0 2px 6px #ef44442e}button.btn-danger:hover{background:#fee2e2;border-color:#0000;box-shadow:0 2px 4px #0000001f,0 4px 10px #ef444438}button.btn-danger:active{transform:translateY(1px);box-shadow:0 1px 1px #00000014,0 1px 3px #ef444424}button.btn-danger-flat{background:var(--surface);border-radius:var(--r);color:var(--red);box-shadow:none;border:1px solid #ef444473;padding:9px 18px;transition:none}button.btn-danger-flat:hover{background:var(--surface);box-shadow:none;border-color:#ef444473}button.btn-danger-flat:active{box-shadow:none;transform:none}.btn-stop-session__short{display:none}@media (width<=768px){.btn-stop-session__long{display:none}.btn-stop-session__short{display:inline}}@media (width<=400px){.app-header__brand-text--session{display:none}}button.btn-ghost{color:var(--slate-mid);box-shadow:none;background:0 0;border-color:#0000;padding:4px 8px}button.btn-ghost:hover{background:var(--teal-light);color:var(--teal-dark);box-shadow:none;border-color:#0000}button.btn-ghost:active{transform:none}button.btn-chip{background:var(--teal-light);color:var(--teal-dark);border:1px solid #0000;border-radius:999px;transition:background .15s,box-shadow .15s,transform 50ms;box-shadow:0 1px 2px #0000001a,0 2px 6px #1e9d8f2e}button.btn-chip:hover{background:var(--teal-mid);color:var(--teal-dark);border-color:#0000;box-shadow:0 2px 4px #0000001f,0 4px 10px #1e9d8f38}button.btn-chip:active{transform:translateY(1px);box-shadow:0 1px 1px #00000014,0 1px 3px #1e9d8f24}button.btn-chip:disabled{background:var(--bg);color:var(--slate-light);cursor:not-allowed;box-shadow:none}button.btn-chip:disabled:hover{background:var(--bg);color:var(--slate-light);box-shadow:none}input[type=text],input[type=search],input:not([type]),select{border-radius:var(--r-sm);border:1px solid var(--border);background:var(--surface);color:var(--slate);outline:none;padding:6px 10px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}input[type=text]:focus,input[type=search]:focus,input:not([type]):focus,select:focus{border-color:var(--teal);box-shadow:0 0 0 3px #2bbaaa2e}select{cursor:pointer;padding-right:24px}input[type=range]{accent-color:var(--teal);cursor:pointer}input[type=checkbox]{accent-color:var(--teal);cursor:pointer;flex-shrink:0;width:15px;height:15px}details{border:1px solid var(--border);border-radius:var(--r);background:var(--surface)}details>summary{color:var(--slate-mid);cursor:pointer;border-radius:var(--r);-webkit-user-select:none;user-select:none;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:500;list-style:none;display:flex}details>summary::-webkit-details-marker{display:none}details>summary:before{content:"›";color:var(--teal);font-size:17px;line-height:1;transition:transform .2s;display:inline-block}details[open]>summary:before{transform:rotate(90deg)}details>summary:hover{background:var(--teal-light);color:var(--slate)}details[open]>summary{border-radius:var(--r) var(--r) 0 0;border-bottom:1px solid var(--border)}details>.details-body{padding:14px}.guide-cell__trigger{font-size:inherit;color:inherit;white-space:nowrap;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;align-items:center;gap:4px;padding:0;font-weight:600;display:inline-flex}.guide-cell__trigger:has(.guide-cell__note){flex-wrap:wrap}.guide-cell__note{color:var(--slate-mid);white-space:normal;flex-basis:100%;padding-left:19px;font-size:12px;font-weight:400;line-height:1.3}.guide-cell__trigger:before{content:"›";color:var(--teal);font-size:15px;line-height:1;transition:transform .2s;display:inline-block}.guide-cell__trigger:has(+[popover]:popover-open):before{transform:rotate(90deg)}.guide-cell__trigger:hover{color:var(--teal-dark);background:0 0;border-color:#0000}.guide-cell__detail[popover]{display:none}.guide-cell__detail[popover]:popover-open{border:1px solid var(--border);border-radius:var(--r);background:var(--surface);max-width:min(32rem,90vw);box-shadow:var(--shadow);color:var(--slate-mid);white-space:normal;padding:14px 16px;font-size:13px;font-weight:400;line-height:1.55;display:block}@supports (anchor-name:--a){.guide-cell__detail[popover]:popover-open{position-area:block-end span-inline-end;position-try-fallbacks:flip-block, flip-inline;margin:6px 0 0}}.settings-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);width:340px;box-shadow:var(--shadow);z-index:100;max-height:calc(100vh - 80px);padding:16px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto}@media (width<=768px){.settings-panel{border:none;border-top:1px solid var(--border);border-radius:0;width:100%;max-height:none;position:fixed;inset:54px 0 0}}.modal-backdrop{z-index:200;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);box-shadow:var(--shadow);width:100%;max-width:420px;max-height:calc(100vh - 32px);padding:20px;overflow-y:auto}@keyframes progress-slide{0%{transform:translate(-100%)}to{transform:translate(250%)}}.progress-indeterminate{background:var(--border);border-radius:2px;height:4px;position:relative;overflow:hidden}.progress-indeterminate:before{content:"";background:var(--teal);border-radius:2px;width:40%;animation:1.2s ease-in-out infinite progress-slide;position:absolute;inset:0}@keyframes progress-pulse{0%,to{opacity:.5}50%{opacity:1}}.progress-pulse{background:var(--teal);border-radius:2px;height:4px;animation:1s ease-in-out infinite progress-pulse}.info-box-warning{border-radius:var(--r-sm);color:var(--slate);background:#fff8e6;border:1px solid #f5d774;padding:10px 12px}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg, var(--border) 25%, var(--bg) 50%, var(--border) 75%);border-radius:var(--r-sm);background-size:800px 100%;animation:1.4s linear infinite shimmer}.skeleton-panel{border:1px solid var(--border);border-radius:var(--r);background:var(--surface);align-items:center;gap:10px;padding:10px 14px;display:flex}.silence-card{border-radius:var(--r);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-sm);cursor:help;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;padding:8px 12px;display:flex}.silence-card__label{color:var(--slate);letter-spacing:.01em;font-size:13px;font-weight:600}.silence-card__icon{font-size:16px;line-height:1}.silence-card__countdown{font-variant-numeric:tabular-nums;color:var(--slate);min-width:48px;font-weight:600}.silence-card__actions{cursor:default;flex-wrap:wrap;flex:100%;justify-content:flex-start;gap:6px;display:flex}.silence-card button{padding:4px 10px;font-size:12px}@keyframes silence-flash{0%,to{background-color:var(--surface);box-shadow:var(--shadow-sm)}50%{background-color:#fde68a;box-shadow:0 0 0 4px #f59e0b59}}.silence-card--flash{border-color:var(--amber);animation:1.5s ease-in-out 2 silence-flash}@keyframes spin{to{transform:rotate(360deg)}}@keyframes graph-panel-pulse{0%{outline-color:#14b8a600;box-shadow:0 0 #14b8a600}20%{outline-color:#14b8a6e6;box-shadow:0 0 0 4px #14b8a640}to{outline-color:#14b8a600;box-shadow:0 0 #14b8a600}}.graph-panel--pulse{outline-offset:2px;border-radius:var(--r);outline:2px solid #0000;animation:.7s ease-out graph-panel-pulse}.spinner{border:3px solid var(--border);border-top-color:var(--teal);border-radius:50%;flex-shrink:0;width:28px;height:28px;animation:.8s linear infinite spin}.replay-layout{align-items:flex-start;gap:16px;display:flex}.replay-layout__list{flex:0 0 400px}.replay-layout__detail{flex:1;min-width:0}@media (width<=899px){.replay-layout{flex-direction:column;gap:0}.replay-layout__list{flex:auto;width:100%}.replay-layout__detail{width:100%;display:none}.replay-layout[data-selected=true] .replay-layout__list{display:none}.replay-layout[data-selected=true] .replay-layout__detail{display:block}}.replay-detail-header{display:flex}@media (width>=900px){.replay-detail-header{display:none}}@media (width<=899px){.replay-page-header[data-selected=true]{display:none}}.threshold-row{align-items:center;gap:8px;margin-top:8px;display:flex}.threshold-row__label{min-width:130px;font-size:13px}.threshold-row__slider{flex:1;min-width:0}.threshold-row__value{min-width:50px;font-size:13px}.threshold-row__reset{background:0 0;border:none;flex-shrink:0;padding:0 4px;font-size:16px;line-height:1}.threshold-row__reset:disabled{color:var(--border);cursor:default}.threshold-row__reset:not(:disabled){color:var(--slate-mid);cursor:pointer}@media (width<=768px){.threshold-row{flex-wrap:wrap}.threshold-row__label{flex:auto;min-width:0}.threshold-row__slider{flex:1 0 100%;order:99}}.posture-checks-section{flex-direction:column;gap:6px;display:flex}.posture-checks-section__header{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);width:100%;box-shadow:var(--shadow-sm);cursor:pointer;font:inherit;text-align:left;color:inherit;flex-direction:column;gap:8px;padding:12px 14px;display:flex}.posture-checks-section__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.posture-checks-section__header-controls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.posture-checks-section__header[aria-expanded=true]{border-radius:var(--r) var(--r) 0 0}.posture-checks-section__header-text{flex:1;align-items:center;gap:8px;min-width:0;display:inline-flex}.posture-checks-section__title{color:var(--slate);font-weight:600}.posture-checks-section__sep{color:var(--slate-light)}.posture-checks-section__digest{color:var(--slate-mid);font-size:13px}.posture-checks-section__chevron{color:var(--slate-light);flex-shrink:0;font-size:12px}@media (width<=768px){.posture-checks-section__row{align-items:flex-start}.posture-checks-section__header-text{flex-direction:column;flex:auto;align-items:flex-start;gap:2px;min-width:0}.posture-checks-section__sep{display:none}.posture-checks-section__digest{white-space:normal}.posture-checks-section__header-controls{justify-content:flex-start}}.faq-section__header{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);width:100%;box-shadow:var(--shadow-sm);flex-direction:column;gap:10px;padding:12px 14px;display:flex}.faq-section__toggle{border-radius:var(--r);cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;background:0 0;border:none;padding:0}.faq-section__toggle:focus-visible{outline:none;box-shadow:0 0 0 3px #2bbaaa4d}.faq-section__toggle:hover{background:0 0;border-color:#0000}.faq-section__row{justify-content:space-between;align-items:center;gap:12px;display:flex}.faq-section__title{color:var(--slate);text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:600;transition:color .15s}.faq-section__chevron{color:var(--slate-light);flex-shrink:0;font-size:12px;transition:color .15s}.faq-section__toggle:hover .faq-section__title,.faq-section__toggle:hover .faq-section__chevron{color:var(--teal-dark)}.faq-section__filters{cursor:default;flex-wrap:wrap;gap:6px;display:flex}.faq-section__filter{font:inherit;border:1px solid var(--border);background:var(--surface);color:var(--slate-mid);cursor:pointer;border-radius:999px;padding:4px 10px;font-size:12px}.faq-section__filter--selected,.faq-section__filter--selected:hover{background:var(--teal);border-color:var(--teal);color:#fff}.notif-avatar{pointer-events:none;-webkit-user-select:none;user-select:none;flex-shrink:0;height:100px;display:inline-block;position:relative}.notif-avatar__img--entering{width:auto;height:100%;animation:.2s ease-out both notif-avatar-fade-in;display:block;position:relative}.notif-avatar__img--leaving{width:auto;height:100%;animation:.2s ease-out both notif-avatar-fade-out;display:block;position:absolute;top:0;right:0}@keyframes notif-avatar-fade-in{0%{opacity:0}to{opacity:1}}@keyframes notif-avatar-fade-out{0%{opacity:1}to{opacity:0}}.pause-pill{background:var(--surface-2,#e5e7eb);color:var(--slate-mid);border-radius:12px;align-items:center;gap:4px;padding:0 4px 0 8px;font-size:12px;display:inline-flex}.pause-pill__close{cursor:pointer;color:var(--slate-mid);background:0 0;border:none;padding:0 4px;font-size:12px;line-height:1}@media (width<=768px){.pause-pill__label{display:none}.pause-pill{padding-left:6px}}.trust-page{max-width:720px;margin:0 auto}.trust-page__heading{margin-top:8px}.trust-page__intro{max-width:62ch;color:var(--slate-mid);margin:0 0 24px;line-height:1.6}.trust-group{margin-top:28px}.trust-group__heading{color:var(--slate);margin:0 0 10px;font-size:15px;font-weight:600}.trust-matrix{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden}.trust-partners__intro{max-width:68ch;color:var(--slate-mid);margin:0 0 12px;font-size:14px;line-height:1.6}.trust-partner{border-bottom:1px solid var(--border);grid-template-columns:auto minmax(0,1fr);gap:12px;padding:12px 14px;display:grid}.trust-partner:last-child{border-bottom:none}.trust-partner .trust-row__badge{grid-area:auto;align-self:start}.trust-partner__name{color:var(--teal-dark);align-items:center;gap:4px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}.trust-partner__name:hover{text-decoration:underline}.trust-partner__name:focus-visible{border-radius:3px;outline:none;box-shadow:0 0 0 3px #2bbaaa4d}.trust-partner__reason{max-width:68ch;color:var(--slate-mid);margin:3px 0 0;font-size:14px;line-height:1.55}.trust-partner__source{margin-top:6px}.trust-matrix .trust-row{border:none;border-bottom:1px solid var(--border);background:0 0;border-radius:0}.trust-matrix .trust-row:last-child{border-bottom:none}.trust-matrix .trust-row__summary:before{content:none}.trust-row__summary{cursor:pointer;padding:12px 14px;list-style:none;display:block}.trust-row__summary::-webkit-details-marker{display:none}.trust-row__summary::marker{content:""}.trust-row__grid{grid-template-columns:auto minmax(0,1fr) auto auto auto;grid-template-areas:"badge claim result verify chevron";align-items:center;gap:12px;display:grid}.trust-row__summary:hover,.trust-row[open] .trust-row__summary{background:var(--bg)}.trust-matrix .trust-row[open]>.trust-row__summary{border-bottom:none;border-radius:0}.trust-row__summary:focus-visible{box-shadow:inset 0 0 0 2px var(--teal);outline:none}.trust-row__badge{color:var(--slate-mid);grid-area:badge;display:inline-flex}.trust-row__claim{color:var(--slate);grid-area:claim;font-weight:500}.trust-chip{border:1px solid var(--teal-mid);border-radius:var(--r-sm);background:var(--teal-light);color:var(--teal-dark);font-variant-numeric:tabular-nums;white-space:nowrap;padding:2px 8px;font-size:12.5px;font-weight:600}.trust-row__result{grid-area:result;justify-self:end}.trust-row__verify{color:var(--teal-dark);white-space:nowrap;grid-area:verify;justify-self:end;align-items:center;gap:4px;font-size:13px;font-weight:500;text-decoration:none;display:inline-flex}a.trust-row__verify:hover{text-decoration:underline}.trust-row__verify:focus-visible{border-radius:3px;outline:none;box-shadow:0 0 0 3px #2bbaaa4d}.trust-row__ext{opacity:.85;flex:none}.trust-row__chevron{color:var(--slate-light);grid-area:chevron;justify-self:end;transition:transform .15s}.trust-row[open] .trust-row__chevron{transform:rotate(180deg)}.trust-row__detail{max-width:68ch;color:var(--slate-mid);padding:2px 14px 14px 46px;line-height:1.6}.trust-row__detail p{margin:0 0 10px}.trust-row__detail p:last-child{margin-bottom:0}.trust-row__detail a{color:var(--teal-dark);font-weight:500}.trust-row__source{margin:2px 0 0}@media (width<=768px){.trust-row__grid{grid-template-columns:auto minmax(0,1fr) auto auto;grid-template-areas:"badge claim result chevron""badge verify verify verify";row-gap:8px}.trust-row__badge{align-self:start}.trust-row__verify{justify-self:start}.trust-row__detail{padding-left:14px}}@font-face{font-family:Outfit;font-style:normal;font-weight:500 800;font-display:swap;src:url(/fonts/outfit-latin-500-800.woff2)format("woff2")}:root{--font-display:"Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;--ink:#24333e;--teal-deep:#14746a}.landing-hero{grid-template-columns:minmax(0,6.5fr) minmax(0,5.5fr);align-items:center;gap:48px;padding:20px 0 8px;display:grid}.landing-hero__greeting{color:var(--slate-mid);margin:0;font-size:17px}.landing-hero__greeting strong{color:var(--teal-deep);font-weight:600}.landing-hero__title{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);text-wrap:balance;margin:10px 0 14px;font-size:clamp(30px,4.6vw,42px);font-weight:700;line-height:1.1}.landing-hero__lead{max-width:54ch;color:var(--slate-mid);margin:0;font-size:16px;line-height:1.65}.landing-hero__cta{flex-wrap:wrap;align-items:center;gap:14px;margin:6px 0 24px;display:flex}button.landing-start{border-radius:var(--r);padding:13px 34px;font-size:16px;font-weight:600}.landing-hero__hint{color:var(--slate-mid);font-size:12.5px}.landing-consent{background:var(--teal-light);border:1px solid var(--teal-mid);border-radius:var(--r);flex-wrap:wrap;align-items:center;gap:14px;max-width:560px;margin-top:20px;padding:14px 16px;display:flex}.landing-consent__mascot{border:1px solid var(--teal-mid);object-fit:cover;background:#fff;border-radius:50%;flex-shrink:0;width:46px;height:46px}.landing-consent__text{color:var(--slate);flex:200px;margin:0;font-size:13px;line-height:1.55}.landing-consent button{margin-left:auto}@media (width<=480px){.landing-consent{display:block}.landing-consent__mascot{float:left;margin:0 12px 4px 0}.landing-consent button{clear:both;width:100%;margin:12px 0 0}}.landing-hero__media{max-width:560px;position:relative}.landing-hero__media:before{content:"";background:var(--teal-light);border-radius:var(--r);position:absolute;inset:20px -14px -14px 20px}.landing-hero__media-frame{border-radius:var(--r);box-shadow:var(--shadow);background:var(--surface);position:relative;overflow:hidden}.landing-hero__media video,.landing-hero__media img{width:100%;height:auto;display:block}.landing-section{margin-top:72px}.landing-h2{font-family:var(--font-display);letter-spacing:-.015em;color:var(--ink);margin:0 0 22px;font-size:26px;font-weight:600;line-height:1.2}.landing-why__lead{max-width:30ch;font-family:var(--font-display);color:var(--ink);margin:0 0 36px;font-size:clamp(20px,3vw,26px);font-weight:600;line-height:1.35}.landing-why__grid{grid-template-columns:1fr 1fr;gap:28px 44px;margin:0 0 36px;display:grid}.landing-why__cell{border-top:2px solid var(--teal);color:var(--slate);margin:0;padding-top:14px;font-size:15px;line-height:1.6}.landing-why__cell:nth-child(odd):last-child{grid-column:1/-1;max-width:66%;margin-left:auto;font-size:17px}.landing-why__payoff{background:var(--teal-light);border:1px solid var(--teal-mid);border-radius:var(--r);color:var(--slate);margin:0;padding:20px 24px;font-size:16px;line-height:1.65}.landing-why a{color:var(--teal-deep)}.landing-trust__answer{font-family:var(--font-display);letter-spacing:-.02em;color:var(--ink);margin:0 0 22px;font-size:clamp(28px,4vw,40px);font-weight:700;line-height:1.12}.landing-trust__payoff{color:var(--teal-deep);font-style:normal}.landing-trust__row{flex-wrap:wrap;align-items:center;gap:12px 22px;display:flex}.landing-trust__chips{flex-wrap:wrap;align-items:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}.landing-trust__chip{padding:5px 14px;font-size:14px}.landing-trust__cta{color:var(--teal-deep);align-items:center;gap:6px;font-size:15.5px;font-weight:600;text-decoration:none;display:inline-flex}.landing-trust__arrow{transition:transform .2s cubic-bezier(.16,1,.3,1)}.landing-trust__cta:hover{text-decoration:underline}.landing-trust__cta:hover .landing-trust__arrow{transform:translate(3px)}@media (prefers-reduced-motion:reduce){.landing-trust__arrow{transition:none}.landing-trust__cta:hover .landing-trust__arrow{transform:none}}.landing-quote{max-width:640px;margin:0;padding:4px 0 0 64px;position:relative}.landing-quote:before{content:"“";font-family:var(--font-display);color:var(--teal-mid);font-size:88px;font-weight:700;line-height:1;position:absolute;top:-10px;left:0}.landing-quote blockquote{color:var(--slate);margin:0;font-size:19px;line-height:1.6}.landing-quote figcaption{color:var(--teal-deep);margin-top:14px;font-size:14px;font-weight:600}.faq-list{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);margin-top:16px;overflow:hidden}.faq-item+.faq-item{border-top:1px solid var(--border)}button.faq-item__q{text-align:left;width:100%;color:var(--slate);cursor:pointer;white-space:normal;background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;gap:12px;padding:15px 18px;font-size:15px;font-weight:600;line-height:1.4;display:flex}button.faq-item__q:hover{background:var(--bg);border:none}.faq-item__toggle{color:var(--teal);flex-shrink:0;font-size:19px;font-weight:500;line-height:1;transition:transform .2s}.faq-item--open .faq-item__toggle{transform:rotate(45deg)}.faq-item__a{max-width:68ch;color:var(--slate-mid);white-space:pre-line;padding:0 18px 16px;font-size:14.5px;line-height:1.65}.faq-item__a a{color:var(--teal-deep);font-weight:500}.guides-intro{max-width:60ch;color:var(--slate-mid);margin:0;font-size:15px;line-height:1.6}.guides-grid{grid-template-columns:repeat(auto-fill,minmax(min(340px,100%),1fr));gap:16px;margin:20px 0 0;padding:0;list-style:none;display:grid}.guide-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);transition:border-color .15s,box-shadow .15s,transform .15s}.guide-card:hover{border-color:var(--teal);box-shadow:var(--shadow);transform:translateY(-2px)}.guide-card a{height:100%;color:inherit;padding:18px;text-decoration:none;display:block}.guide-card__title{font-family:var(--font-display);color:var(--ink);justify-content:space-between;gap:10px;font-size:16px;font-weight:600;line-height:1.35;display:flex}.guide-card__arrow{color:var(--teal);flex-shrink:0;transition:transform .15s}.guide-card:hover .guide-card__arrow{transform:translate(3px)}.guide-card__desc{color:var(--slate-mid);margin-top:8px;font-size:13.5px;line-height:1.55}@media (prefers-reduced-motion:no-preference){@keyframes landing-rise{0%{transform:translateY(14px)}to{transform:none}}.landing-hero__copy>*{animation:.55s cubic-bezier(.16,1,.3,1) backwards landing-rise}.landing-hero__copy>:nth-child(2){animation-delay:50ms}.landing-hero__copy>:nth-child(3){animation-delay:.1s}.landing-hero__copy>:nth-child(4){animation-delay:.15s}.landing-hero__copy>:nth-child(5){animation-delay:.2s}.landing-hero__media{animation:.6s cubic-bezier(.16,1,.3,1) .12s backwards landing-rise}}@media (prefers-reduced-motion:reduce){.guide-card:hover{transform:none}}@media (width<=919px){.landing-hero{grid-template-columns:1fr;gap:28px;padding-top:6px}.landing-section{margin-top:48px}.landing-why__grid{grid-template-columns:1fr;gap:22px}.landing-trust__answer{margin-bottom:18px}.landing-why__cell:nth-child(odd):last-child{grid-column:auto;max-width:none;margin-left:0;font-size:15px}.landing-quote{padding:46px 0 0}.landing-quote:before{top:-18px}}
