:root{--background:#f8f6f0;--bg:#f8f6f0;--surface:#fff;--surface-soft:#eef4ed;--surface-warm:#fbefe0;--text-primary:#17201b;--ink:#17201b;--text-secondary:#556059;--ink-muted:#556059;--brand-primary:#2f5648;--brand:#2f5648;--brand-strong:#20382f;--brand-dark:#101c18;--accent:#f2b867;--accent-soft:#fff2d7;--sage:#ddebe3;--line:#e4e7e2;--danger:#a84335;--focus:#9f6a25;--radius-sm:12px;--radius-md:20px;--radius-lg:28px;--motion-quick:.16s ease;--motion-smooth:.52s cubic-bezier(.22, 1, .36, 1);--motion-slow:.78s cubic-bezier(.22, 1, .36, 1);--shadow:0 18px 46px #20382f1c;color:var(--text-primary);background:var(--background);font-family:Pretendard,SUIT,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{background:var(--background);min-width:320px;margin:0;overflow-x:hidden}#main{min-height:calc(100vh - 76px)}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:3px solid var(--focus);outline-offset:3px}h1,h2,h3,p{word-break:keep-all;margin:0}h1{max-width:820px;color:var(--text-primary);letter-spacing:0;font-size:62px;line-height:1.08}h2{color:var(--text-primary);letter-spacing:0;white-space:pre-line;font-size:42px;line-height:1.16}h3{color:var(--text-primary);font-size:20px;line-height:1.35}p{color:var(--text-secondary);font-size:17px;line-height:1.75}.skip-link{z-index:40;background:var(--brand-dark);color:#fff;border-radius:8px;padding:12px 14px;font-weight:800;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.shell{width:min(100% - 48px,1200px);margin:0 auto}.site-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:background var(--motion-smooth), border-color var(--motion-smooth), box-shadow var(--motion-smooth);background:#f8f6f0eb;border-bottom:1px solid #20382f14;position:sticky;top:0}.site-header.is-scrolled{background:#fffffff0;border-color:#2f564824;box-shadow:0 10px 30px #20382f12}.header-inner{min-height:76px;transition:min-height var(--motion-smooth);grid-template-columns:auto 1fr auto;align-items:center;gap:28px;display:grid}.site-header.is-scrolled .header-inner{min-height:66px}.brand-link{align-items:center;min-width:0;font-weight:900;display:inline-flex}.brand-logo{object-fit:contain;width:112px;height:auto;transition:width var(--motion-smooth), transform var(--motion-smooth), opacity var(--motion-smooth);border-radius:8px;flex:none;display:block}.site-header.is-scrolled .brand-logo{width:104px}.desktop-nav{justify-content:flex-start;gap:2px;display:flex}.nav-trigger{min-height:40px;color:var(--text-secondary);font:inherit;transition:transform var(--motion-quick), background var(--motion-quick), color var(--motion-quick);background:0 0;border:0;border-radius:8px;align-items:center;padding:10px 12px;font-size:14px;font-weight:750;display:inline-flex;position:relative}.nav-link{color:var(--text-secondary)}.nav-trigger:hover{color:var(--brand-primary);background:#ffffffd6;transform:translateY(-1px)}.nav-trigger:after{transform-origin:50%;background:var(--brand-primary);content:"";opacity:0;height:2px;transition:transform var(--motion-smooth), opacity var(--motion-smooth);border-radius:999px;position:absolute;bottom:7px;left:11px;right:11px;transform:scaleX(0)}.nav-trigger.is-active{color:var(--brand-primary);background:#ffffffe6}.nav-trigger.is-active:after{opacity:1;transform:scaleX(1)}.header-actions,.cta-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.header-login-link{color:var(--text-secondary);white-space:nowrap;transition:color var(--motion-quick);font-size:14px;font-weight:800}.header-login-link:hover{color:var(--brand-primary)}.header-store-badges,.store-badge-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.store-badge-link{min-height:42px;color:var(--brand-dark);transition:transform var(--motion-quick), background var(--motion-quick), border-color var(--motion-quick), box-shadow var(--motion-quick);background:#ffffffb8;border:1px solid #2f564829;border-radius:999px;align-items:center;gap:8px;padding:0 13px;font-size:13px;font-weight:950;line-height:1;display:inline-flex}.store-badge-link:hover{background:#fff;border-color:#2f564847;transform:translateY(-2px)scale(1.01);box-shadow:0 12px 26px #20382f14}.store-badge-link svg{fill:currentColor;flex:none;width:18px;height:18px}.header-actions .button{border-radius:8px;min-height:42px;padding:0 17px}.header-office-button{border-color:var(--brand-primary);white-space:nowrap}.mobile-menu-button{cursor:pointer;border:1px solid var(--line);width:44px;height:44px;transition:transform var(--motion-quick), border-color var(--motion-quick), box-shadow var(--motion-quick);background:#fff;border-radius:8px;justify-content:center;align-items:center;display:none}.mobile-menu-button:hover{border-color:#2f56483d;transform:translateY(-1px);box-shadow:0 10px 22px #20382f14}.mobile-menu-button span,.mobile-menu-button span:before,.mobile-menu-button span:after{background:var(--brand-strong);content:"";border-radius:999px;width:18px;height:2px;display:block}.mobile-menu-button span{position:relative}.mobile-menu-button span:before,.mobile-menu-button span:after{position:absolute;left:0}.mobile-menu-button span:before{top:-6px}.mobile-menu-button span:after{top:6px}.mobile-menu-button[aria-expanded=true] span{background:0 0}.mobile-menu-button[aria-expanded=true] span:before{top:0;transform:rotate(45deg)}.mobile-menu-button[aria-expanded=true] span:after{top:0;transform:rotate(-45deg)}.button{border:1px solid var(--line);min-height:44px;transition:transform var(--motion-quick), background var(--motion-quick), border-color var(--motion-quick), box-shadow var(--motion-quick), color var(--motion-quick);border-radius:12px;justify-content:center;align-items:center;padding:0 17px;font-size:14px;font-weight:900;line-height:1.2;display:inline-flex}.button:hover{transform:translateY(-2px)scale(1.01);box-shadow:0 14px 30px #20382f1c}.button.large{min-height:54px;padding:0 22px}.button.primary{border-color:var(--brand-primary);background:var(--brand-primary);color:#fff}.button.secondary,.button.ghost{background:var(--surface);color:var(--brand-strong)}.button.light{color:var(--brand-dark);background:#fff;border-color:#fff}.button.outline-light{color:#fff;background:0 0;border-color:#ffffff6b}.mobile-nav{border-top:1px solid #e4e7e2c2;gap:4px;padding:14px max(20px,50vw - 600px) 20px;animation:.22s both menuReveal;display:none}.mobile-nav[hidden]{display:none}.mobile-nav a{color:var(--brand-strong);transition:transform var(--motion-quick), background var(--motion-quick), border-color var(--motion-quick);background:#ffffffdb;border:1px solid #2f56481a;border-radius:8px;padding:13px 14px;font-size:15px;font-weight:900;display:block}.mobile-nav a:hover,.mobile-nav a.is-active{background:#fff;border-color:#2f564838;transform:translate(2px)}.mobile-nav-actions{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:8px;margin-top:8px;padding-top:12px;display:grid}.mobile-nav .mobile-nav-actions .button{justify-content:center;min-height:46px;padding:0 14px;display:inline-flex}.mobile-nav .mobile-nav-actions .primary{background:var(--brand-primary);color:#fff}.home-hero{background:var(--background);min-height:auto;padding:66px 0 0;position:relative;overflow:clip}.page-hero:before{pointer-events:none;content:"";filter:blur(10px);opacity:.72;background:radial-gradient(circle at 18% 42%,#f2b8672e,#0000 34%),radial-gradient(circle at 74% 30%,#2f564824,#0000 32%);height:62%;animation:12s ease-in-out infinite alternate gradientDrift;position:absolute;inset:-28% -16% auto;transform:translate(0,0)}.home-hero-layout{gap:24px;width:min(100% - 48px,1320px);display:grid}.home-hero-copy{gap:20px;max-width:1080px;display:grid}.home-hero-copy>.eyebrow,.home-hero-copy>h1,.home-hero-copy>.lead,.home-hero-copy>.cta-row,.home-hero-login-note{animation:heroTextIn var(--motion-slow) both}.home-hero-copy>h1{max-width:980px;font-size:72px;line-height:1.08;animation-delay:80ms}.lead.home-hero-lead{gap:6px;max-width:930px;animation-delay:.16s;display:grid}.home-hero-lead p{color:var(--text-secondary);font-size:18px;line-height:1.75}.home-hero-lead strong{color:var(--brand-primary);font-weight:950}.home-hero-lead span{color:var(--text-primary);font-weight:850}.home-hero-copy>.cta-row{animation-delay:.24s}.home-hero-login-note{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:8px 12px;font-size:14px;animation-delay:.3s;display:flex}.home-hero-login-note>span{border-right:1px solid var(--line);color:var(--brand-primary);padding-right:12px;font-size:12px;font-weight:900}.home-hero-login-note a{color:var(--brand-primary);text-underline-offset:4px;font-weight:900;-webkit-text-decoration:underline #2f564857;text-decoration:underline #2f564857}.home-office-story{min-height:2100px;position:relative}.home-office-story-sticky{align-content:start;gap:18px;height:min(820px,100vh - 76px);min-height:700px;padding:34px 0;display:grid;position:sticky;top:76px}.home-office-story-copy{grid-template-columns:150px minmax(300px,.9fr) minmax(340px,1fr);align-items:end;gap:20px 30px;animation:.42s cubic-bezier(.22,1,.36,1) both officeStageChange;display:grid}.home-office-story-copy>span{color:var(--brand-primary);align-self:center;font-size:13px;font-weight:950}.home-office-story-copy>strong{color:var(--brand-dark);font-size:27px;line-height:1.28}.home-office-story-copy>p{justify-self:end;max-width:500px;font-size:15px;line-height:1.65}.home-office-preview{background:#fff;border:1px solid #2f56482e;border-radius:8px;width:100%;min-height:560px;animation:.82s cubic-bezier(.22,1,.36,1) .18s both productStageIn;overflow:hidden;box-shadow:0 30px 80px #20382f21}.home-office-preview-bar{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:58px;padding:0 22px;display:flex}.home-office-preview-brand{align-items:center;gap:10px;display:flex}.home-office-preview-brand>span{background:var(--brand-primary);color:#fff;border-radius:7px;place-items:center;width:30px;height:30px;font-size:13px;font-weight:950;display:grid}.home-office-preview-brand strong{color:var(--brand-dark);font-size:14px}.home-office-preview-label{color:var(--text-secondary);font-size:12px;font-weight:800}.home-office-preview-body{grid-template-columns:196px minmax(0,1fr);min-height:500px;display:grid}.home-office-preview-nav{border-right:1px solid var(--line);background:#fbfcfa;align-content:start;gap:5px;padding:22px 16px;display:grid}.home-office-preview-nav strong{color:var(--text-secondary);text-transform:uppercase;margin:0 10px 12px;font-size:11px}.home-office-preview-nav span{color:var(--text-secondary);transition:background var(--motion-smooth), color var(--motion-smooth), transform var(--motion-smooth);border-radius:6px;padding:10px;font-size:13px;font-weight:750}.home-office-preview-nav .is-current{background:var(--sage);color:var(--brand-strong);transform:translate(2px)}.home-office-preview-main{align-content:start;gap:0;min-width:0;padding:34px 36px;animation:.42s cubic-bezier(.22,1,.36,1) both officeStageChange;display:grid}.home-office-preview-heading{justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:22px;display:flex}.home-office-preview-heading div{gap:5px;display:grid}.home-office-preview-heading span{color:var(--brand-primary);font-size:12px;font-weight:850}.home-office-preview-heading strong{color:var(--brand-dark);font-size:26px}.home-office-preview-heading>span{border:1px solid var(--line);color:var(--text-secondary);border-radius:999px;padding:8px 11px}.home-office-flow{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-office-flow article{border-right:1px solid var(--line);min-height:186px;transition:background var(--motion-smooth), box-shadow var(--motion-smooth), color var(--motion-smooth);align-content:start;gap:8px;padding:28px 24px;display:grid}.home-office-flow article:last-child{border-right:0}.home-office-flow article.is-emphasized{background:var(--surface-soft);box-shadow:inset 0 3px var(--brand-primary)}.home-office-flow span,.home-office-preview-status span{color:var(--brand-primary);font-size:11px;font-weight:900}.home-office-flow strong{color:var(--brand-dark);font-size:16px}.home-office-flow p{font-size:13px;line-height:1.55}.home-office-preview-status{grid-template-columns:1fr 1fr;gap:24px;padding-top:24px;display:grid}.home-office-preview-status div{gap:4px;display:grid}.home-office-preview-status strong{color:var(--text-primary);font-size:13px}.home-office-story-controls{border:1px solid var(--line);background:#ffffffbd;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));justify-self:center;width:min(100%,560px);padding:4px;display:grid}.home-office-story-controls button{cursor:pointer;min-height:44px;color:var(--text-secondary);font:inherit;transition:background var(--motion-smooth), color var(--motion-smooth), transform var(--motion-quick);background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:900;display:inline-flex}.home-office-story-controls button:hover{color:var(--brand-primary)}.home-office-story-controls button.is-active{background:var(--brand-primary);color:#fff}.home-office-story-controls button span{opacity:1;font-size:10px}@keyframes officeStageChange{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translate(0,0)}}.page-hero{padding:92px 0 72px;position:relative;overflow:hidden}.home-hero .hero-grid{min-height:min(720px,100svh - 130px)}.hero-grid{z-index:1;grid-template-columns:minmax(0,.82fr) minmax(520px,1fr);align-items:center;gap:clamp(36px,6vw,92px);display:grid;position:relative}.hero-copy{gap:22px;display:grid}.hero-copy>.eyebrow,.hero-copy>h1,.hero-copy>.lead,.hero-copy>.cta-row,.hero-signal-list{animation:heroTextIn var(--motion-slow) both}.hero-copy>h1{animation-delay:90ms}.hero-copy>.lead{animation-delay:.18s}.hero-copy>.cta-row{animation-delay:.27s}.hero-signal-list{animation-delay:.36s}.hero-copy.compact{max-width:820px}.eyebrow{color:var(--brand-primary);letter-spacing:0;font-size:13px;font-weight:900}.lead{color:#445047;max-width:660px;font-size:19px;line-height:1.72}.hero-signal-list{flex-wrap:wrap;gap:8px;margin:2px 0 0;padding:0;list-style:none;display:flex}.hero-signal-list li{min-height:34px;color:var(--brand-strong);background:#ffffff94;border:1px solid #2f564821;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:850}.product-visual{min-height:min(70vh,650px);position:relative}.hero-product-stage{border-radius:var(--radius-lg);background:radial-gradient(circle at 20% 18%,#f2b86738,#0000 27%),radial-gradient(circle at 82% 78%,#ddebe3d1,#0000 33%),linear-gradient(145deg,#edf5ef 0%,#fffaf1 58%,#f7efe4 100%);width:min(100%,650px);min-height:min(70vh,650px);margin-left:auto;animation:.86s cubic-bezier(.22,1,.36,1) .18s both productStageIn,8s ease-in-out 1.1s infinite alternate productFloat;position:relative;overflow:hidden;box-shadow:0 28px 72px #20382f21}.hero-ui-card{background:#fffffff5;border:1px solid #2f564829;border-radius:8px;gap:12px;padding:22px;display:grid;position:absolute;box-shadow:0 22px 54px #20382f21}.hero-ui-card span{color:var(--brand-primary);font-size:13px;font-weight:900}.hero-ui-card strong{color:var(--brand-dark);font-size:22px;line-height:1.35}.hero-ui-card p{font-size:15px}.emotion-card{z-index:2;background:#eff6ef;width:270px;min-height:250px;top:18px;left:0}.ai-card{z-index:3;background:#fff8e7;width:300px;top:118px;right:0}.counselor-card{z-index:1;width:310px;bottom:18px;right:54px}.emotion-scale,.counselor-lines{gap:8px;margin-top:4px;display:grid}.emotion-scale{grid-template-columns:repeat(4,1fr)}.emotion-scale i,.counselor-lines i{background:#2f56482e;border-radius:999px;height:10px;display:block}.emotion-scale i:nth-child(3){background:var(--accent)}.hero-phone-image,.product-phone-image,.product-office-image{background:#fff;height:auto;display:block}.hero-phone-image{filter:drop-shadow(0 22px 46px #20382f29);border-radius:30px;width:min(42%,300px);position:absolute}.hero-phone-image.primary{z-index:2;width:min(48%,310px);animation:.76s cubic-bezier(.22,1,.36,1) .28s both phonePrimaryIn;top:34px;right:46%;transform:translate(50%)rotate(-1.5deg)}.hero-phone-image.secondary{z-index:1;opacity:.94;width:min(36%,250px);animation:.82s cubic-bezier(.22,1,.36,1) .36s both phoneSecondaryIn;bottom:48px;left:56px;transform:rotate(-4deg)}.hero-phone-image.tertiary{z-index:1;opacity:.98;width:min(33%,218px);animation:.82s cubic-bezier(.22,1,.36,1) .44s both phoneTertiaryIn;bottom:82px;right:34px;transform:rotate(5deg)}.hero-proof-card{z-index:3;border-left:4px solid var(--brand-primary);background:#ffffffd1;gap:5px;width:min(45%,274px);padding:16px 16px 16px 18px;animation:.68s cubic-bezier(.22,1,.36,1) .62s both heroProofIn;display:grid;position:absolute;bottom:28px;right:30px;box-shadow:0 18px 40px #20382f1a}.hero-proof-card span{color:var(--brand-primary);font-size:12px;font-weight:900}.hero-proof-card strong{color:var(--brand-dark);font-size:16px;line-height:1.45}.hero-proof-card p{font-size:13px;line-height:1.55}.hero-product-path{border:1px solid #2f56482e;border-radius:999px;position:absolute;inset:72px;transform:rotate(-10deg)}.hero-product-path span{background:var(--brand-primary);border-radius:999px;width:14px;height:14px;position:absolute;box-shadow:0 0 0 10px #2f564814}.hero-product-path span:first-child{top:18%;left:9%}.hero-product-path span:nth-child(2){top:50%;right:8%}.hero-product-path span:nth-child(3){bottom:14%;left:40%}.hero-product-panel{z-index:2;background:#ffffffd6;border:1px solid #2f564824;border-radius:24px;gap:8px;width:min(42%,260px);padding:22px;display:grid;position:absolute;box-shadow:0 24px 58px #20382f21}.hero-product-panel span{background:var(--surface-soft);width:fit-content;color:var(--brand-primary);border-radius:999px;padding:7px 9px;font-size:12px;font-weight:950}.hero-product-panel strong{color:var(--brand-dark);font-size:30px;line-height:1.15}.hero-product-panel p{font-size:14px;line-height:1.55}.panel-record{top:72px;left:44px}.panel-reflect{top:190px;right:42px}.panel-counsel{bottom:68px;left:124px}.hero-screen-note{z-index:4;background:#ffffffd1;border:1px solid #2f564824;border-radius:18px;gap:4px;max-width:220px;padding:14px 16px;display:grid;position:absolute;box-shadow:0 20px 48px #20382f1f}.hero-screen-note span{color:var(--brand-primary);font-size:12px;font-weight:900}.hero-screen-note strong{color:var(--brand-dark);font-size:15px;line-height:1.45}.note-top{top:88px;left:34px}.note-bottom{top:220px;right:38px}.trust-strip{background:#ffffff6b;border-top:1px solid #2f56481f;border-bottom:1px solid #2f56481f;padding:0}.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.trust-grid article{min-height:104px;transition:transform var(--motion-quick), background var(--motion-quick);border-right:1px solid #2f56481f;align-content:center;padding:22px 26px;display:grid}.trust-grid article:hover{background:#ffffff94;transform:translateY(-2px)}.trust-grid article:last-child{border-right:0}.trust-grid h2{font-size:16px;line-height:1.35}.trust-grid p{margin-top:4px;font-size:14px;line-height:1.55}.product-phone-image{filter:drop-shadow(0 22px 48px #20382f2e);border-radius:30px;width:230px}.product-office-image{filter:drop-shadow(0 24px 54px #20382f24);border:1px solid #20382f1f;border-radius:8px;width:min(100%,470px)}.section-kicker{gap:12px;max-width:840px;margin-bottom:32px;display:grid}.scenario-section{padding:118px 0 106px;overflow:hidden}.scenario-viewport{position:relative}.scenario-track{overscroll-behavior-x:contain;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;grid-auto-columns:minmax(720px,78%);grid-auto-flow:column;gap:18px;padding:2px 0 18px;display:grid;overflow-x:auto}.scenario-track::-webkit-scrollbar{display:none}.scenario-slide{scroll-snap-align:start;background:linear-gradient(120deg, #ffffffeb, #fff8eacc), var(--surface);min-height:460px;transition:transform var(--motion-smooth), box-shadow var(--motion-smooth), border-color var(--motion-smooth);border:1px solid #2f56481f;border-radius:28px;align-content:end;padding:clamp(28px,5vw,56px);display:grid;position:relative;overflow:hidden}.scenario-slide:hover{border-color:#2f564838;transform:translateY(-4px);box-shadow:0 22px 54px #20382f1a}.scenario-slide:nth-child(2){background:linear-gradient(120deg, #ffffffe6, #eef4ede6), var(--surface)}.scenario-slide:nth-child(3){background:linear-gradient(120deg, #ffffffe6, #fbefe0e6), var(--surface)}.scenario-copy{gap:16px;max-width:650px;display:grid}.scenario-copy h3{max-width:720px;font-size:52px;line-height:1.1}.scenario-copy p:not(.eyebrow){color:#3f4d45;max-width:560px;font-size:18px}.scenario-count{color:#2f564885;font-size:14px;font-weight:950;position:absolute;top:26px;right:30px}.slider-controls{gap:8px;margin-top:8px;display:flex}.slider-controls a{width:38px;height:38px;color:var(--brand-primary);transition:transform var(--motion-quick), background var(--motion-quick), border-color var(--motion-quick);background:#ffffffb8;border:1px solid #2f56482e;border-radius:999px;place-items:center;font-size:13px;font-weight:900;display:inline-grid}.slider-controls a:hover{background:#fff;border-color:#2f564857;transform:translateY(-2px)}.product-story{background:#fff;padding:122px 0}.product-story-grid{grid-template-columns:minmax(0,.9fr) minmax(420px,.72fr);align-items:start;gap:clamp(42px,7vw,96px);display:grid}.product-story-copy{gap:18px;display:grid}.product-story-copy>p:not(.eyebrow){color:#46544c;max-width:620px;font-size:17px}.story-steps{gap:30px;margin-top:18px;display:grid}.story-steps article{transition:transform var(--motion-smooth), border-color var(--motion-smooth), opacity var(--motion-smooth);border-top:1px solid #2f564824;grid-template-columns:54px 1fr;gap:8px 18px;padding-top:24px;display:grid}.story-steps article.is-active{border-top-color:#2f564857}.story-steps article:hover,.story-steps article:focus-within{border-top-color:#2f56486b;transform:translate(6px)}.story-steps span{color:var(--brand-primary);grid-row:1/span 2;font-size:24px;font-weight:950}.story-steps h3{font-size:25px}.story-steps p{font-size:16px}.sticky-product-panel{min-height:620px;transition:transform var(--motion-smooth), box-shadow var(--motion-smooth);background:radial-gradient(circle at 18% 18%,#f2b86742,#0000 28%),linear-gradient(145deg,#edf5ef 0%,#fff8ea 64%,#f7efe4 100%);border-radius:36px;place-items:center;padding:38px;display:grid;position:sticky;top:104px;overflow:hidden}.sticky-product-panel:hover{transform:translateY(-3px);box-shadow:0 28px 64px #20382f1f}.home-product-stack{grid-template-columns:1fr}.story-phone-image{filter:drop-shadow(0 24px 54px #20382f2e);border-radius:34px;width:min(100%,290px);height:auto}.home-product-stack .story-phone-image{width:min(44%,260px);position:absolute}.home-product-stack .story-phone-1{z-index:3;animation:8s ease-in-out infinite alternate showcasePhoneMain;top:44px;left:50%;transform:translate(-50%)}.home-product-stack .story-phone-2{z-index:2;width:min(38%,230px);animation:9s ease-in-out .4s infinite alternate showcasePhoneLeft;bottom:62px;left:50px;transform:rotate(-4deg)}.home-product-stack .story-phone-3{z-index:1;width:min(36%,218px);animation:9s ease-in-out .8s infinite alternate showcasePhoneRight;bottom:84px;right:50px;transform:rotate(4deg)}.story-proof{z-index:4;border-left:4px solid var(--brand-primary);background:#ffffffd1;gap:4px;width:min(54%,280px);padding:16px 18px;display:grid;position:absolute;bottom:30px;right:30px}.story-proof strong{color:var(--brand-dark);font-size:15px}.story-proof p{font-size:13px;line-height:1.55}.office-workflow-story{background:var(--brand-dark);padding:136px 0 152px}.office-workflow-intro{grid-template-columns:minmax(180px,.34fr) minmax(0,1fr);align-items:start;gap:clamp(44px,9vw,148px);display:grid}.office-workflow-intro .eyebrow,.office-workflow-intro h2,.office-workflow-intro p{color:#fff}.office-workflow-intro h2{max-width:850px;font-size:62px;line-height:1.08}.office-workflow-intro p:not(.eyebrow){color:#ffffffbd;max-width:720px;margin-top:24px;font-size:19px;line-height:1.8}.office-workflow-layout{grid-template-columns:minmax(300px,.48fr) minmax(0,1.12fr);align-items:start;gap:clamp(42px,6vw,92px);margin-top:96px;display:grid}.office-workflow-steps article{border-top:1px solid #ffffff29;min-width:0}.office-workflow-steps article:last-child{border-bottom:1px solid #ffffff29}.office-workflow-steps button{color:#ffffff75;cursor:pointer;width:100%;min-width:0;min-height:310px;font:inherit;text-align:left;transition:color var(--motion-smooth), transform var(--motion-smooth);background:0 0;border:0;grid-template-columns:58px minmax(0,1fr);align-content:center;gap:20px;padding:42px 8px 42px 0;display:grid}.office-workflow-steps button:hover,.office-workflow-steps button:focus-visible,.office-workflow-steps article.is-active button{color:#fff;transform:translate(6px)}.office-workflow-steps button>span{color:var(--accent);font-size:17px;font-weight:950;line-height:1.4}.office-workflow-steps button>div{gap:11px;display:grid}.office-workflow-steps small{color:inherit;font-size:13px;font-weight:950}.office-workflow-steps h3{color:inherit;font-size:30px;line-height:1.3}.office-workflow-steps p{color:inherit;font-size:16px;line-height:1.75}.office-workflow-product{background:#f6f3ee;border:1px solid #ffffff2e;border-radius:8px;position:sticky;top:96px;overflow:hidden;box-shadow:0 36px 90px #0000004d}.office-workflow-product-bar{min-height:58px;color:var(--brand-strong);border-bottom:1px solid #dedbd4;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:0 20px;display:grid}.office-workflow-product-bar span,.office-workflow-product-bar small{color:#647269;font-size:12px;font-weight:850}.office-workflow-product-bar strong{font-size:14px}.office-workflow-product-bar small{text-align:right}.office-workflow-screen-stack{aspect-ratio:1440/940;background:#f6f3ee;position:relative;overflow:hidden}.office-workflow-screen-stack img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .36s,transform .48s cubic-bezier(.22,1,.36,1);display:block;position:absolute;inset:0;transform:translateY(12px)scale(.995)}.office-workflow-screen-stack img.is-active{z-index:1;opacity:1;transform:translateY(0)scale(1)}.office-workflow-progress{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:12px;display:grid}.office-workflow-progress span{height:3px;transition:background-color var(--motion-smooth);background:#d8d6cf}.office-workflow-progress span.is-active{background:var(--brand-primary)}.office-workflow-mobile-screen{display:none}.pending-screen-panel{background:radial-gradient(circle at 20% 20%,#f2b86738,#0000 28%),linear-gradient(145deg,#f4f8f2 0%,#fffaf0 68%,#f6efe5 100%)}.pending-screen-shell{background:#ffffffc2;border:1px solid #2f564824;border-radius:34px;gap:14px;width:min(100%,310px);padding:28px;display:grid}.pending-screen-shell span{background:linear-gradient(90deg,#ddebe3eb,#fff2d7eb);border-radius:24px;height:94px;display:block}.pending-screen-shell span:nth-child(2){background:linear-gradient(90deg,#fbefe0fa,#fffffff0);width:78%}.pending-screen-shell span:nth-child(3){width:88%}.counseling-preview{padding:108px 0}.counseling-preview-grid{grid-template-columns:minmax(0,.78fr) minmax(0,1fr);align-items:center;gap:clamp(34px,6vw,88px);display:grid}.selection-scene{background:#2f56481f;border:1px solid #2f564824;border-radius:30px;gap:1px;display:grid;overflow:hidden;box-shadow:0 30px 80px #20382f1f}.selection-scene div{background:#ffffffe6;gap:8px;padding:24px;display:grid}.selection-scene span{color:var(--brand-primary);font-size:13px;font-weight:900}.selection-scene strong{color:var(--brand-dark);font-size:24px;line-height:1.35}.selection-scene .button{margin:20px 24px 24px}.safety-narrative{background:var(--brand-dark);padding:112px 0}.safety-narrative-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.42fr);align-items:center;gap:clamp(34px,7vw,92px);display:grid}.safety-narrative h2,.safety-narrative p,.safety-narrative .eyebrow,.safety-narrative .text-link{color:#fff}.safety-narrative p:not(.eyebrow){opacity:.84;max-width:680px;margin-top:18px}.safety-point-list{border:1px solid #ffffff24;border-radius:18px;gap:1px;max-width:760px;margin:28px 0 20px;display:grid;overflow:hidden}.safety-point-list article{background:#ffffff12;gap:5px;padding:18px;display:grid}.safety-point-list strong{color:#fff;font-size:15px}.safety-point-list p{opacity:.78;font-size:14px;line-height:1.6}.safety-phone-image{filter:drop-shadow(0 28px 64px #00000047);border-radius:32px;justify-self:center;width:min(100%,250px);height:auto}.page-visual{background:radial-gradient(circle at 74% 12%,#f2b86747,#0000 28%),linear-gradient(145deg,#edf5ef 0%,#fff8ea 58%,#f7efe4 100%);border:1px solid #2f56481f;border-radius:32px;place-items:center;min-height:520px;padding:38px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 80px #20382f1f}.app-flow-visual{grid-template-columns:minmax(0,.82fr) minmax(210px,.58fr);gap:22px}.counseling-flow-visual{grid-template-columns:minmax(0,1fr) minmax(180px,.56fr);gap:22px}.page-phone-image{filter:drop-shadow(0 22px 48px #20382f2e);border-radius:32px;width:min(100%,250px);height:auto}.page-phone-image.compact{width:min(100%,210px)}.page-visual-note,.selection-panel{background:#ffffffe0;border:1px solid #2f564826;border-radius:22px;gap:12px;width:min(100%,310px);padding:22px;display:grid;box-shadow:0 18px 44px #20382f1f}.page-visual-note span,.selection-panel span{color:var(--brand-primary);font-size:13px;font-weight:900}.page-visual-note strong,.selection-panel strong{color:var(--brand-dark);font-size:21px;line-height:1.45}.selection-panel ul{gap:10px;margin:4px 0 0;padding:0;list-style:none;display:grid}.selection-panel li{color:var(--text-secondary);padding-left:20px;font-size:15px;line-height:1.55;position:relative}.selection-panel li:before{background:var(--brand-primary);content:"";border-radius:999px;width:8px;height:8px;position:absolute;top:.72em;left:0}.content-hero{padding:92px 0 82px}.content-hero-grid{grid-template-columns:minmax(0,.82fr) minmax(380px,.62fr);align-items:center;gap:clamp(36px,7vw,96px);display:grid}.content-hero-visual{background:#2f56481f;border:1px solid #2f564821;border-radius:28px;gap:1px;display:grid;overflow:hidden;box-shadow:0 28px 70px #20382f1a}.content-hero-visual article{background:#ffffffd1;align-content:center;gap:10px;min-height:150px;padding:26px;display:grid}.content-hero-visual article:nth-child(2){background:#eef4ede6}.content-hero-visual article:nth-child(3){background:#fbefe0e6}.content-hero-visual span{color:var(--brand-primary);font-size:13px;font-weight:950}.content-hero-visual strong{color:var(--brand-dark);font-size:25px;line-height:1.28}.content-guide-section{background:#fff;padding:112px 0}.content-guide-layout{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);align-items:start;gap:clamp(36px,7vw,92px);display:grid}.content-guide-copy{gap:14px;display:grid;position:sticky;top:104px}.content-guide-copy p:not(.eyebrow){color:#46544c;max-width:560px;font-size:17px}.content-guide-list{border-top:1px solid #2f564829;gap:0;display:grid}.content-guide-list article{border-bottom:1px solid #2f564829;grid-template-columns:64px 1fr;gap:8px 22px;padding:30px 0;display:grid}.content-guide-list span{color:#2f56488f;grid-row:1/span 3;font-size:24px;font-weight:950}.content-guide-list h3{font-size:27px}.content-guide-list p{max-width:620px;font-size:16px}.content-feature-section{background:var(--surface-soft);padding:112px 0}.content-feature-grid{grid-template-columns:minmax(320px,.7fr) minmax(0,.86fr);align-items:center;gap:clamp(34px,7vw,86px);display:grid}.content-phone-frame{background:radial-gradient(circle at 20% 20%,#f2b86742,#0000 32%),linear-gradient(145deg,#fff 0%,#fff8ea 100%);border-radius:30px;justify-items:center;padding:44px 28px;display:grid}.content-phone-frame img{filter:drop-shadow(0 22px 48px #20382f29);border-radius:32px;width:min(100%,280px);height:auto;display:block}.content-feature-grid>div:last-child{gap:18px;display:grid}.content-feature-grid p:not(.eyebrow){max-width:620px}.content-prep-list{border-top:1px solid #2f564829;gap:0;margin:8px 0 4px;display:grid}.content-prep-list article{border-bottom:1px solid #2f564829;grid-template-columns:78px minmax(0,1fr);gap:18px;padding:18px 0;display:grid}.content-prep-list strong{color:var(--brand-primary);font-size:15px;font-weight:950}.content-prep-list p{color:#425148;font-size:15px;line-height:1.65}.content-principle-section{background:#fff;padding:96px 0}.content-principle-grid{grid-template-columns:minmax(0,.8fr) minmax(0,1fr);align-items:start;gap:clamp(34px,7vw,90px);display:grid}.content-principle-grid ul{gap:14px;margin:0;padding:0;list-style:none;display:grid}.content-principle-grid li{border-left:4px solid var(--brand-primary);background:var(--surface-soft);color:var(--brand-strong);padding:20px 24px;font-size:18px;font-weight:900;line-height:1.55;position:relative}.content-safety-band{background:var(--brand-dark);padding:92px 0}.content-safety-band h2,.content-safety-band p,.content-safety-band .eyebrow,.content-safety-band .text-link{color:#fff}.content-safety-band p{opacity:.82}.section{padding:112px 0}.section.soft,.band{background:#eef4edc7}.section-header{gap:12px;max-width:760px;margin-bottom:34px;display:grid}.section-header p{max-width:680px}.audience-grid,.concern-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.audience-card{border:1px solid var(--line);background:#fff;border-radius:18px;align-content:space-between;gap:22px;min-height:250px;padding:24px;transition:transform .16s,box-shadow .16s,border-color .16s;display:grid}.audience-card:hover{border-color:#2f564847;transform:translateY(-3px);box-shadow:0 14px 30px #20382f17}.audience-card span{background:var(--surface-soft);width:fit-content;color:var(--brand-primary);border-radius:999px;padding:8px 10px;font-size:13px;font-weight:900}.audience-card small{color:var(--text-secondary);font-size:15px;line-height:1.65}.concern-card,.info-card,.step-card,.flow-step,.safety-grid article,.faq-list article,.review-card,.payment-boundary article,.contact-box{border:1px solid var(--line);background:var(--surface);transition:transform var(--motion-quick), box-shadow var(--motion-quick), border-color var(--motion-quick);border-radius:8px}.info-card:hover,.step-card:hover,.flow-step:hover,.safety-grid article:hover,.review-card:hover,.payment-boundary article:hover,.contact-box:hover{border-color:#2f56483d;transform:translateY(-3px);box-shadow:0 14px 30px #20382f14}.concern-card{align-content:start;gap:14px;min-height:282px;padding:20px;transition:transform .16s,box-shadow .16s;display:grid}.concern-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #20382f17}.concern-graphic{background:var(--surface-soft);border-radius:8px;grid-template-columns:1.2fr .8fr;gap:8px;height:86px;padding:12px;display:grid}.concern-graphic span{background:#fff;border-radius:8px}.concern-graphic span:last-child{background:var(--accent-soft);align-self:end;height:58%}.tone-2{background:#fff4e2}.tone-3{background:#e7f0ea}.tone-4{background:#f5eadb}.concern-card p{color:var(--brand-strong);font-size:16px;font-weight:850;line-height:1.55}.concern-card small{color:var(--text-secondary);font-size:14px;line-height:1.6}.flow-timeline{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.flow-step,.step-card,.info-card{padding:20px}.flow-step span,.step-card span,.counseling-steps span{background:var(--brand-primary);color:#fff;border-radius:12px;place-items:center;min-width:38px;height:38px;font-weight:900;display:inline-grid}.flow-step h3,.step-card h3{margin-top:18px}.flow-step p,.step-card p,.info-card p{margin-top:9px;font-size:15px}.editorial-list{gap:64px;display:grid}.app-screen-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.app-screen-card{border:1px solid var(--line);background:#fff;border-radius:24px;align-content:start;gap:22px;padding:24px;display:grid}.app-screen-card .feature-screen{margin:0 auto}.app-screen-copy{gap:10px;display:grid}.app-screen-copy h3{font-size:23px}.app-screen-copy p:not(.eyebrow){font-size:15px}.editorial-row{grid-template-columns:minmax(0,.82fr) minmax(320px,.72fr);align-items:center;gap:64px;display:grid}.editorial-row:nth-child(2n) .editorial-copy{order:2}.editorial-copy{gap:16px;max-width:560px;display:grid}.editorial-copy h3{font-size:36px;line-height:1.18}.feature-screen{justify-items:center;gap:18px;width:min(100%,390px);display:grid}.feature-screen img{filter:drop-shadow(0 18px 42px #20382f21);border-radius:28px;width:min(100%,280px);height:auto}.feature-screen-caption{border:1px solid var(--line);background:var(--surface);border-radius:16px;gap:8px;width:min(100%,330px);padding:16px;display:grid}.feature-screen-caption p{color:var(--brand-primary);font-size:13px;font-weight:900}.feature-screen-caption strong{color:var(--brand-strong);font-size:15px;line-height:1.6}.app-signal-strip{background:#ffffff70;border-top:1px solid #2f56481f;border-bottom:1px solid #2f56481f}.app-signal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.app-signal-grid article{border-right:1px solid #2f56481f;align-content:center;min-height:118px;padding:22px 26px;display:grid}.app-signal-grid article:last-child{border-right:0}.app-signal-grid span{color:#2f564880;font-size:13px;font-weight:950}.app-signal-grid h2{margin-top:7px;font-size:19px;line-height:1.3}.app-signal-grid p{margin-top:6px;font-size:14px;line-height:1.55}.app-flow-section{background:#fff;padding:116px 0 96px;overflow:hidden}.app-flow-heading{gap:14px;max-width:900px;margin-bottom:52px;display:grid}.app-flow-heading p:not(.eyebrow){color:#4b5a51;max-width:720px;font-size:18px}.app-flow-showcase{gap:72px;display:grid}.app-flow-row{border-top:1px solid #2f564824;grid-template-columns:minmax(0,.82fr) minmax(320px,.64fr);align-items:center;gap:clamp(36px,7vw,96px);min-height:620px;padding-top:52px;display:grid}.app-flow-row:nth-child(2n){grid-template-columns:minmax(320px,.64fr) minmax(0,.82fr)}.app-flow-row:nth-child(2n) .app-flow-copy{order:2}.app-flow-copy{gap:15px;max-width:620px;display:grid}.app-flow-copy>span{color:#2f564842;font-size:104px;font-weight:950;line-height:.88}.app-flow-copy h3{max-width:620px;font-size:54px;line-height:1.08}.app-flow-copy p:not(.eyebrow){color:#405047;max-width:600px;font-size:18px;line-height:1.75}.app-flow-phone,.app-safety-phone{justify-items:center;display:grid}.app-flow-phone{background:radial-gradient(circle at 18% 20%,#f2b86738,#0000 30%),linear-gradient(145deg,#eef6ef 0%,#fff8ea 70%,#f5eadb 100%);border-radius:38px;align-content:center;min-height:560px;padding:34px}.app-flow-phone img,.app-safety-phone img{filter:drop-shadow(0 24px 58px #20382f2e);border-radius:34px;width:min(100%,288px);height:auto}.app-principles{background:var(--surface-soft);padding:104px 0}.app-principles-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1fr);align-items:start;gap:clamp(36px,7vw,92px);display:grid}.app-principles-copy{gap:18px;display:grid;position:sticky;top:104px}.app-principles-copy p:not(.eyebrow){color:#425148;max-width:610px;font-size:18px;line-height:1.75}.principle-list{border-top:1px solid #2f564829;gap:0;display:grid}.principle-list article{border-bottom:1px solid #2f564829;grid-template-columns:minmax(160px,.34fr) minmax(0,1fr);gap:22px;padding:26px 0;display:grid}.principle-list h3{font-size:22px}.principle-list p{color:#425148;font-size:16px;line-height:1.7}.app-safety-feature{background:var(--brand-dark);padding:112px 0}.app-safety-grid{grid-template-columns:minmax(0,.88fr) minmax(260px,.46fr);align-items:center;gap:clamp(36px,7vw,92px);display:grid}.app-safety-feature h2,.app-safety-feature p,.app-safety-feature .eyebrow{color:#fff}.app-safety-feature p:not(.eyebrow){color:#ffffffd1;max-width:680px;margin-top:18px;font-size:18px;line-height:1.75}.app-safety-feature .cta-row{margin-top:26px}.app-safety-phone{background:radial-gradient(circle at 22% 18%,#f2b86747,#0000 32%),linear-gradient(145deg,#ffffff14,#ffffff26);border-radius:38px;padding:34px}.app-download-note{background:#fff;padding:76px 0}.app-download-note .store-badge-row{margin-top:20px}.app-download-note .store-badge-link{background:var(--brand-dark);color:#fff;min-height:52px;padding:0 22px;font-size:15px}.app-download-note .store-badge-link:hover{background:var(--brand-primary)}.counseling-match-section{background:#fff;padding:112px 0}.counseling-match-grid{grid-template-columns:minmax(0,.92fr) minmax(300px,.52fr);align-items:start;gap:clamp(38px,7vw,96px);display:grid}.counseling-match-copy{gap:20px;display:grid}.counseling-match-copy>p:not(.eyebrow){color:#405047;max-width:710px;font-size:18px;line-height:1.75}.matching-criteria-list{border-top:1px solid #2f564829;gap:0;margin-top:26px;display:grid}.matching-criteria-list article{border-bottom:1px solid #2f564829;grid-template-columns:minmax(150px,.32fr) minmax(0,1fr);gap:22px;padding:24px 0;display:grid}.matching-criteria-list h3{font-size:22px}.matching-criteria-list p{color:#425148;font-size:16px;line-height:1.7}.counseling-match-phone{background:radial-gradient(circle at 18% 18%,#f2b86738,#0000 30%),linear-gradient(145deg,#eef6ef 0%,#fff8ea 70%,#f5eadb 100%);border-radius:38px;justify-items:center;padding:34px;display:grid;position:sticky;top:104px}.counseling-match-phone img{filter:drop-shadow(0 24px 58px #20382f2e);border-radius:34px;width:min(100%,286px);height:auto}.counseling-methods-section{background:var(--surface-soft);padding:104px 0;overflow:hidden}.counseling-section-heading{gap:14px;max-width:840px;margin-bottom:34px;display:grid}.counseling-section-heading p:not(.eyebrow){color:#405047;max-width:720px;font-size:18px;line-height:1.75}.counseling-method-track{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;padding-bottom:10px;display:grid}.counseling-method-track::-webkit-scrollbar{display:none}.counseling-method-track article{background:#ffffffe6;border:1px solid #2f564824;border-radius:28px;align-content:space-between;min-height:270px;padding:28px;display:grid}.counseling-method-track span{color:#2f564852;font-size:42px;font-weight:950;line-height:1}.counseling-method-track h3{font-size:24px}.counseling-method-track p{color:#425148;font-size:16px;line-height:1.65}.counseling-trust-section{background:var(--brand-dark);padding:104px 0}.counseling-trust-grid{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);align-items:start;gap:clamp(36px,7vw,92px);display:grid}.counseling-trust-grid h2,.counseling-trust-grid p,.counseling-trust-grid .eyebrow{color:#fff}.counseling-trust-list{border:1px solid #ffffff24;border-radius:20px;gap:1px;display:grid;overflow:hidden}.counseling-trust-list article{background:#ffffff12;gap:7px;padding:22px;display:grid}.counseling-trust-list h3{color:#fff;font-size:20px}.counseling-trust-list p{opacity:.8;max-width:620px;font-size:15px;line-height:1.65}.counseling-process-section{background:#fff;padding:112px 0}.counseling-process-grid{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);align-items:start;gap:clamp(36px,7vw,92px);display:grid}.counseling-process-list{border-top:1px solid #2f564829;gap:0;display:grid}.counseling-process-list article{border-bottom:1px solid #2f564829;grid-template-columns:78px 1fr;gap:24px;padding:26px 0;display:grid}.counseling-process-list span{color:var(--brand-primary);font-size:28px;font-weight:950}.counseling-process-list h3{font-size:24px}.counseling-process-list p{color:#425148;margin-top:8px;font-size:16px;line-height:1.7}.counseling-policy-section{background:var(--surface-soft);padding:104px 0}.counseling-policy-grid{grid-template-columns:minmax(0,.72fr) minmax(0,1fr);align-items:start;gap:clamp(36px,7vw,92px);display:grid}.counseling-policy-grid p:not(.eyebrow){color:#425148;max-width:620px;font-size:17px;line-height:1.75}.text-link{width:fit-content;color:var(--brand-primary);margin-top:8px;font-weight:900;display:inline-flex}.counseling-layout,.office-feature-grid,.two-column,.split{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:start;gap:48px;display:grid}.counseling-steps{gap:14px;display:grid}.counseling-steps article{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:auto 1fr;gap:12px 18px;padding:22px;display:grid}.counseling-steps p{grid-column:2;font-size:15px}.office-feature-section{background:var(--brand-dark)}.office-feature-section h2,.office-feature-section p,.office-feature-section .eyebrow{color:#fff}.office-intro,.office-feature-section>.shell>div:first-child,.office-feature-grid>div:first-child{gap:22px;display:grid}.office-intro{max-width:780px;margin-bottom:34px}.office-teaser-grid{grid-template-columns:minmax(0,.74fr) minmax(0,1fr);align-items:center;gap:44px;display:grid}.office-teaser-list{flex-wrap:wrap;gap:9px;display:flex}.office-teaser-list span{color:#fff;border:1px solid #ffffff3d;border-radius:999px;padding:9px 11px;font-size:14px;font-weight:850}.office-dashboard{background:#f6f4f0;border:1px solid #ffffff24;border-radius:22px;display:block;overflow:hidden;box-shadow:0 24px 70px #00000042}.office-screen-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.office-screen-card{background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;gap:18px;padding:18px;display:grid;overflow:hidden}.office-screen-card:first-child{grid-column:1/-1}.office-screen-card h3,.office-screen-card p,.office-screen-card .eyebrow{color:#fff}.office-screen-card p:not(.eyebrow){opacity:.82;font-size:15px}.office-screen-card img{border:1px solid #ffffff1f;border-radius:8px;width:100%;height:auto;display:block}.office-dashboard img{width:100%;height:auto;display:block}.office-workspace-visual{border-radius:var(--radius-lg);box-shadow:var(--shadow);background:radial-gradient(circle at 82% 10%,#f2b86738,#0000 26%),linear-gradient(145deg,#173329 0%,#25483d 48%,#edf5ef 48%,#fff8eb 100%);border:1px solid #2f564824;padding:clamp(18px,3vw,30px);overflow:hidden}.office-window-bar{background:#ffffffeb;border-radius:20px 20px 0 0;align-items:center;gap:12px;padding:16px 18px;display:flex}.office-window-bar span{background:var(--accent);width:14px;height:14px;box-shadow:22px 0 0 var(--sage), 44px 0 0 #f3d2bd;border-radius:999px}.office-window-bar strong{color:var(--brand-strong);margin-left:54px;font-size:16px}.office-window-layout{background:#ffffffd1;border:1px solid #ffffffbd;border-top:0;border-radius:0 0 20px 20px;grid-template-columns:148px minmax(0,1fr);min-height:440px;display:grid}.office-window-layout aside{border-right:1px solid #2f56481f;align-content:start;gap:8px;padding:22px 16px;display:grid}.office-window-layout aside span{color:var(--brand-strong);border-radius:12px;padding:11px 10px;font-size:14px;font-weight:900}.office-window-layout aside span:first-child{background:var(--surface-soft)}.office-board{align-content:start;gap:18px;padding:clamp(22px,4vw,34px);display:grid}.office-board-heading{gap:6px;display:grid}.office-board-heading span,.office-record-panel span,.office-board-grid span{color:var(--brand-primary);font-size:13px;font-weight:900}.office-board-heading strong{color:var(--brand-strong);font-size:34px;line-height:1.15}.office-board-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.office-board-grid article{background:#fff;border:1px solid #2f56481f;border-radius:18px;align-content:space-between;gap:20px;min-height:118px;padding:18px;display:grid}.office-board-grid strong{color:var(--brand-strong);font-size:18px;line-height:1.35}.office-record-panel{border-left:4px solid var(--brand-primary);background:var(--surface-soft);border-radius:0 18px 18px 0;gap:8px;padding:18px 20px;display:grid}.office-record-panel p{color:#425148;font-size:15px;line-height:1.65}.office-scene-section,.office-workflow-section,.office-ai-section,.office-audience-section,.office-protection-section,.office-final-section{padding:112px 0}.office-scene-grid,.office-workflow-grid,.office-ai-grid,.office-protection-grid,.office-boundary-grid,.office-final-grid{grid-template-columns:minmax(0,.78fr) minmax(0,1fr);align-items:start;gap:clamp(36px,7vw,92px);display:grid}.office-workflow-grid>div:first-child,.office-final-grid>div:first-child{gap:18px;display:grid}.office-workflow-grid p,.office-final-grid p{color:#425148;max-width:620px;font-size:17px;line-height:1.75}.office-scene-section{background:#fff}.office-scene-grid h2,.office-ai-grid h2,.office-protection-grid h2{max-width:760px}.office-scene-list{border-top:1px solid #2f56482e;gap:0;display:grid}.office-scene-list article{border-bottom:1px solid #2f56482e;gap:10px;padding:28px 0;display:grid}.office-scene-list span{color:var(--accent-strong);font-size:13px;font-weight:950}.office-scene-list h3,.office-protection-list h3{color:var(--brand-strong);font-size:32px;line-height:1.25}.office-scene-list p,.office-ai-grid p,.office-protection-list p{color:#425148;max-width:660px;font-size:17px;line-height:1.75}.office-workflow-list{border-top:1px solid #2f56482e;gap:0;display:grid}.office-workflow-list article{border-bottom:1px solid #2f56482e;grid-template-columns:82px minmax(0,1fr);gap:22px;padding:26px 0;display:grid}.office-workflow-list article>span{color:var(--accent);font-size:30px;font-weight:950;line-height:1}.office-workflow-list h3,.office-audience-grid h3{color:var(--brand-strong);font-size:24px;line-height:1.35}.office-workflow-list p,.office-audience-grid p{color:#425148;margin-top:8px;font-size:16px;line-height:1.7}.office-audience-section{background:var(--surface-soft)}.office-ai-section{background:#fffaf0}.office-ai-grid{align-items:center}.office-ai-visual{box-shadow:var(--shadow);background:linear-gradient(135deg,#2f56481f,#0000 32%),#fff;border:1px solid #2f564824;border-radius:34px;padding:clamp(22px,4vw,42px)}.ai-draft-panel{background:var(--brand-dark);border-radius:28px;align-content:center;gap:16px;min-height:420px;padding:clamp(24px,5vw,52px);display:grid}.ai-draft-panel>span{color:var(--accent);font-size:14px;font-weight:950}.ai-draft-panel strong{color:#fff;font-size:50px;line-height:1.12}.ai-draft-panel p{color:#ffffffc7;max-width:500px;font-size:17px;line-height:1.7}.ai-draft-flow{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.ai-draft-flow span{color:#ffffffe6;text-align:center;background:#ffffff14;border:1px solid #ffffff24;border-radius:16px;padding:12px;font-size:13px;font-weight:900}.office-section-heading{gap:12px;max-width:820px;margin-bottom:36px;display:grid}.office-audience-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.office-audience-grid article{background:#fff;border-radius:30px;min-height:230px;padding:clamp(24px,4vw,38px)}.office-protection-section{background:#fff}.office-protection-list{gap:16px;display:grid}.office-protection-list article{border-left:4px solid var(--brand-primary);background:var(--surface-soft);gap:10px;padding:22px 26px;display:grid}.office-boundary-section{background:var(--brand-dark);padding:96px 0}.office-boundary-section h2,.office-boundary-section p,.office-boundary-section .eyebrow{color:#fff}.office-boundary-section ul{gap:16px;margin:0 0 24px;padding:0;list-style:none;display:grid}.office-boundary-section li{color:#ffffffdb;padding-left:26px;font-size:17px;line-height:1.75;position:relative}.office-boundary-section li:before{background:var(--accent);content:"";border-radius:999px;width:8px;height:8px;position:absolute;top:.78em;left:0}.office-boundary-section p{color:#ffffffd1;font-size:17px;line-height:1.75}.office-beta-section{background:#eef5ef;padding:112px 0}.office-beta-grid{grid-template-columns:minmax(0,.72fr) minmax(480px,1fr);align-items:start;gap:clamp(40px,7vw,96px);display:grid}.office-beta-copy{gap:18px;display:grid;position:sticky;top:112px}.office-beta-copy p:not(.eyebrow){color:#425148;max-width:590px;font-size:17px;line-height:1.75}.office-beta-copy ul{gap:12px;margin:8px 0 0;padding:0;list-style:none;display:grid}.office-beta-copy li{color:var(--brand-strong);padding-left:22px;font-size:15px;font-weight:850;line-height:1.6;position:relative}.office-beta-copy li:before{background:var(--brand-primary);content:"";border-radius:999px;width:8px;height:8px;position:absolute;top:.68em;left:0}.office-beta-form{background:#fff;border:1px solid #2f564829;border-radius:8px;gap:22px;padding:clamp(24px,4vw,42px);display:grid;box-shadow:0 24px 62px #20382f1a}.office-beta-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.office-beta-form label{color:var(--brand-strong);gap:9px;font-size:14px;font-weight:900;display:grid}.office-beta-form label small{color:var(--text-muted);font-size:12px;font-weight:700}.office-beta-form input,.office-beta-form select,.office-beta-form textarea{width:100%;color:var(--brand-strong);font:inherit;transition:border-color var(--motion-quick), box-shadow var(--motion-quick);background:#fff;border:1px solid #2f564833;border-radius:8px;outline:none;font-weight:650}.office-beta-form input,.office-beta-form select{min-height:50px;padding:0 14px}.office-beta-form textarea{resize:vertical;min-height:138px;padding:14px;line-height:1.65}.office-beta-form input:focus,.office-beta-form select:focus,.office-beta-form textarea:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px #2f564821}.office-beta-form input::placeholder,.office-beta-form textarea::placeholder{color:#87958d}.office-beta-consent{color:#4b5a51;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:10px;font-size:13px;font-weight:700;line-height:1.65}.office-beta-consent input{width:18px;min-height:18px;accent-color:var(--brand-primary);margin-top:2px}.office-beta-consent a{color:var(--brand-primary);text-underline-offset:3px;font-weight:900;text-decoration:underline}.office-beta-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.office-beta-submit-row{flex-wrap:wrap;align-items:center;gap:14px 18px;display:flex}.office-beta-submit-row p{max-width:280px;color:var(--text-muted);font-size:13px;line-height:1.55}.office-beta-submit-row .button:disabled{cursor:wait;opacity:.62}.office-beta-status:empty{display:none}.office-beta-status p{border-radius:8px;padding:12px 14px;font-size:14px;font-weight:850;line-height:1.6}.office-beta-status .is-success{color:#225c3f;background:#e8f4eb}.office-beta-status .is-error{color:#a24032;background:#fff1ed}.safety-grid,.card-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.safety-grid article,.info-card{min-height:168px;padding:22px}.safety-grid p{margin-top:10px;font-size:15px}.faq-layout{grid-template-columns:minmax(0,.65fr) minmax(0,1fr);gap:36px;display:grid}.faq-list{gap:12px;display:grid}.faq-list details{border:1px solid var(--line);transition:border-color var(--motion-quick), box-shadow var(--motion-quick), transform var(--motion-quick);background:#fff;border-radius:16px;padding:20px}.faq-list details:hover,.faq-list details[open]{border-color:#2f564838;transform:translateY(-2px);box-shadow:0 14px 30px #20382f14}.faq-list summary{cursor:pointer;color:var(--brand-strong);padding-right:34px;font-size:18px;font-weight:900;line-height:1.45;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{background:linear-gradient(var(--brand-primary), var(--brand-primary)) center / 10px 2px no-repeat, linear-gradient(var(--brand-primary), var(--brand-primary)) center / 2px 10px no-repeat, #2f564814;content:"";width:22px;height:22px;transition:transform var(--motion-quick), background-color var(--motion-quick);border-radius:999px;position:absolute;top:50%;right:2px;transform:translateY(-50%)}.faq-list details[open] summary:after{transform:translateY(-50%)rotate(45deg)}.faq-list p{opacity:0;max-height:0;transition:max-height var(--motion-smooth), opacity var(--motion-smooth), transform var(--motion-smooth), margin-top var(--motion-smooth);margin-top:0;font-size:15px;overflow:hidden;transform:translateY(-4px)}.faq-list details[open] p{opacity:1;max-height:220px;margin-top:8px;transform:translateY(0)}.band{padding:68px 0}.download-actions{flex-wrap:wrap;gap:10px;display:flex}.store-button{border:1px solid var(--brand-primary);background:var(--brand-strong);color:#fff;border-radius:8px;align-items:center;min-height:50px;padding:0 18px;font-weight:900;display:inline-flex}.store-button.disabled{color:var(--text-secondary);background:#fff;border-color:#d7d3ca}.store-link-note{color:var(--text-muted);flex-basis:100%;font-size:13px;line-height:1.6}.microcopy,.muted{color:var(--text-secondary);font-size:13px}.final-cta{background:var(--brand-strong);padding:86px 0}.final-cta h2,.final-cta p,.final-cta .eyebrow{color:#fff}.final-cta .store-badge-row{margin-top:22px}.final-cta .store-badge-link{color:#fff;background:#ffffff1f;border-color:#fff3}.final-cta .store-badge-link:hover{background:#fff3}.final-cta-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.company-hero-visual,.help-hero-visual{border-radius:var(--radius-lg);min-height:min(64vh,560px);box-shadow:var(--shadow);background:radial-gradient(circle at 16% 18%,#f2b86742,#0000 30%),linear-gradient(145deg,#eff6ef 0%,#fff8eb 64%,#f4eadf 100%);align-content:center;gap:14px;padding:clamp(24px,4vw,44px);display:grid;position:relative;overflow:hidden}.company-hero-path{border-top:2px solid #2f564829;border-bottom:0;border-left:0;border-right:2px solid #2f564829;border-radius:999px 0 0;position:absolute;inset:52px 44px}.company-hero-visual article,.help-hero-visual div{background:#ffffffe6;border:1px solid #2f564824;border-radius:24px;gap:8px;max-width:420px;padding:22px;display:grid;position:relative}.company-hero-visual article:nth-of-type(2),.help-hero-visual div:nth-child(2){background:#fff2d7eb;justify-self:end}.company-hero-visual article:nth-of-type(3),.help-hero-visual div:nth-child(3){margin-left:12%}.company-hero-visual span,.help-hero-visual span{color:var(--brand-primary);font-size:13px;font-weight:900}.company-hero-visual strong,.help-hero-visual strong{color:var(--brand-strong);font-size:25px;line-height:1.25}.company-hero-visual p,.help-hero-visual p{color:var(--text-secondary);font-size:15px;line-height:1.65}.company-manifesto,.company-principles,.company-info-section,.help-contact-section,.help-inquiry-section,.help-faq-section{padding:112px 0}.company-manifesto-grid,.company-safety-grid,.company-info-grid,.help-contact-grid,.help-policy-grid,.help-faq-grid{grid-template-columns:minmax(0,.78fr) minmax(0,1fr);align-items:start;gap:clamp(36px,7vw,92px);display:grid}.company-manifesto-copy{color:#35433b;gap:22px;font-size:20px;line-height:1.8;display:grid}.company-section-heading{gap:12px;max-width:820px;margin-bottom:42px;display:grid}.company-principle-list,.help-inquiry-list{border-top:1px solid #2f56482e;gap:0;display:grid}.company-principle-list article,.help-inquiry-list article{border-bottom:1px solid #2f56482e;grid-template-columns:120px minmax(0,.8fr) minmax(0,1fr);align-items:start;gap:28px;padding:30px 0;display:grid}.company-principle-list span{color:var(--accent);font-size:34px;font-weight:950;line-height:1}.company-principle-list h3,.help-inquiry-list h3{color:var(--brand-strong);font-size:25px;line-height:1.35}.company-principle-list p,.help-inquiry-list p{color:#425148;font-size:17px;line-height:1.75}.company-safety-band,.help-policy-section{background:var(--brand-dark);padding:96px 0}.company-safety-band h2,.company-safety-band p,.company-safety-band .eyebrow,.help-policy-section h2,.help-policy-section p,.help-policy-section .eyebrow{color:#fff}.company-safety-band ul{gap:18px;margin:0;padding:0;list-style:none;display:grid}.company-safety-band li{color:#ffffffdb;padding-left:26px;font-size:18px;line-height:1.75;position:relative}.company-safety-band li:before{background:var(--accent);content:"";border-radius:999px;width:8px;height:8px;position:absolute;top:.78em;left:0}.company-info-grid>div:first-child,.help-contact-grid>div:first-child,.help-faq-grid>div:first-child{gap:18px;display:grid}.company-info-grid p,.help-contact-grid p,.help-faq-grid p{color:#425148;max-width:620px;font-size:17px;line-height:1.75}.help-routing-panel{background:var(--surface-soft);border-radius:30px;gap:14px;padding:clamp(24px,4vw,42px);display:grid}.help-routing-panel span{color:var(--danger);font-size:13px;font-weight:900}.help-routing-panel strong{color:var(--brand-strong);font-size:34px;line-height:1.2}.help-inquiry-list article{grid-template-columns:minmax(0,1fr) auto}.help-inquiry-list article>div{gap:10px;display:grid}.help-inquiry-list a{color:var(--brand-primary);border:1px solid #2f564838;border-radius:999px;align-self:center;padding:12px 16px;font-weight:900}.help-policy-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.help-policy-links a{color:#fff;border:1px solid #ffffff38;border-radius:999px;padding:14px 16px;font-weight:900}.faq-list.compact{gap:10px}.faq-list.compact details{border:1px solid var(--line);background:#fff;border-radius:18px;padding:0}.faq-list.compact summary{cursor:pointer;color:var(--brand-strong);padding:20px;font-size:17px;font-weight:900;list-style-position:inside}.faq-list.compact p{border-top:1px solid var(--line);max-width:none;padding:0 20px 20px}.prose-block{gap:18px;max-width:860px;display:grid}.prose-block h2{margin-top:10px;font-size:25px}.policy-link-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:8px 0 10px;display:grid}.policy-link-grid a{border:1px solid var(--line);background:#fff;border-radius:16px;gap:8px;padding:18px;display:grid}.policy-link-grid strong{color:var(--brand-strong);font-size:16px;line-height:1.45}.policy-link-grid span{color:var(--text-secondary);font-size:14px;line-height:1.6}.contact-box{gap:8px;padding:22px;display:grid}.contact-box span{color:var(--text-secondary);font-size:13px;font-weight:900}.contact-box a{color:var(--brand-primary);overflow-wrap:anywhere;font-size:20px;font-weight:900}.support-list{gap:10px;margin:14px 0 0;display:grid}.support-list div{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:92px 1fr;gap:10px;padding:14px;display:grid}.support-list dt,.support-list dd{color:var(--text-secondary);margin:0;font-size:14px}.support-list dt{font-weight:900}.topic-list{flex-wrap:wrap;gap:10px;display:flex}.topic-list span{border:1px solid var(--line);color:var(--brand-primary);background:#fff;border-radius:8px;padding:12px 14px;font-weight:900}.review-grid,.payment-boundary{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.review-card,.payment-boundary article{padding:22px}.review-card p,.payment-boundary p{margin-top:10px;font-size:15px}.review-card ul,.link-list{gap:9px;margin:18px 0 0;padding:0;list-style:none;display:grid}.review-card a,.link-list a{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--brand-primary);transition:transform var(--motion-quick), border-color var(--motion-quick), box-shadow var(--motion-quick);border-radius:8px;align-items:center;padding:0 12px;font-size:14px;font-weight:900;display:inline-flex}.review-card a:hover,.link-list a:hover{border-color:#2f564842;transform:translateY(-2px);box-shadow:0 10px 22px #20382f14}.legal-page{padding:70px 0}.legal-page h1{font-size:54px}.legal-intro{max-width:760px;color:var(--text-secondary);margin:18px 0 0;font-size:18px;line-height:1.75}.legal-meta{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:26px 0;display:grid}.legal-meta div,.legal-notice{border:1px solid var(--line);background:#fff;border-radius:8px;padding:16px}.legal-meta dt{color:var(--text-secondary);font-size:12px;font-weight:900}.legal-meta dd{color:var(--brand-strong);overflow-wrap:anywhere;margin:8px 0 0;font-weight:900}.legal-meta code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px}.legal-notice{color:var(--danger);background:#fff5f1;border-color:#e5c4bc;margin-bottom:18px;font-weight:800}.markdown-document{border:1px solid var(--line);color:#2f3547;background:#fff;border-radius:8px;gap:18px;padding:24px;display:grid}.markdown-document h2,.markdown-document h3,.markdown-document h4{margin-top:12px}.markdown-document h2{font-size:25px}.markdown-document h3{font-size:20px}.markdown-document h4{color:var(--brand-strong);font-size:17px}.markdown-document ul{color:var(--text-secondary);gap:8px;margin:0;padding-left:22px;line-height:1.7;display:grid}.markdown-document li{padding-left:2px}.markdown-document code{background:var(--surface-soft);color:var(--brand-primary);border-radius:6px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.92em}.markdown-document blockquote{border-left:4px solid var(--brand-primary);background:var(--surface-soft);color:var(--brand-strong);margin:0;padding:16px 18px;font-weight:800;line-height:1.7}.table-scroll{border:1px solid var(--line);border-radius:8px;overflow-x:auto}.markdown-document table{border-collapse:collapse;width:100%;min-width:680px;font-size:14px}.markdown-document th,.markdown-document td{border-bottom:1px solid var(--line);border-right:1px solid var(--line);text-align:left;vertical-align:top;padding:12px}.markdown-document th{background:var(--surface-soft);color:var(--brand-strong)}.markdown-document tr:last-child td{border-bottom:0}.markdown-document th:last-child,.markdown-document td:last-child{border-right:0}.motion-ready [data-reveal]{opacity:0;will-change:opacity, transform;transition:opacity .72s cubic-bezier(.22,1,.36,1),transform .72s cubic-bezier(.22,1,.36,1)}.motion-ready [data-reveal=fade]{transform:translateY(22px)}.motion-ready [data-reveal=slide]{transform:translateY(34px)}.motion-ready [data-reveal=scale]{transform:translateY(24px)scale(.985)}.motion-ready [data-reveal=lift]{transform:translateY(38px)}.motion-ready [data-reveal].is-visible{opacity:1;transform:translate(0,0)scale(1)}@keyframes menuReveal{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translate(0,0)}}@keyframes gradientDrift{0%{transform:translate(-1.5%,-1%)scale(1)}to{transform:translate(1.8%,1.4%)scale(1.035)}}@keyframes heroTextIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translate(0,0)}}@keyframes productStageIn{0%{opacity:0;transform:translateY(24px)scale(.985)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes productFloat{0%{transform:translate(0,0)}to{transform:translateY(-8px)}}@keyframes phonePrimaryIn{0%{opacity:0;transform:translate(50%,20px)rotate(-1.5deg)scale(.985)}to{opacity:1;transform:translate(50%)rotate(-1.5deg)}}@keyframes phoneSecondaryIn{0%{opacity:0;transform:translate(-18px,20px)rotate(-4deg)scale(.985)}to{opacity:.94;transform:rotate(-4deg)}}@keyframes phoneTertiaryIn{0%{opacity:0;transform:translate(18px,20px)rotate(5deg)scale(.985)}to{opacity:.98;transform:rotate(5deg)}}@keyframes heroProofIn{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes showcasePhoneMain{0%{transform:translate(-50%)}to{transform:translate(-50%,-7px)}}@keyframes showcasePhoneLeft{0%{transform:translate(0,0)rotate(-4deg)}to{transform:translateY(-6px)rotate(-3deg)}}@keyframes showcasePhoneRight{0%{transform:translate(0,0)rotate(4deg)}to{transform:translateY(-5px)rotate(3deg)}}.home-brand-story{background:#fff;padding:156px 0 148px;overflow:hidden}.home-brand-layout{grid-template-columns:minmax(0,1.12fr) minmax(320px,.62fr);align-items:end;gap:clamp(48px,9vw,136px);display:grid}.home-brand-heading h2{max-width:780px;margin-top:20px;font-size:72px;line-height:1.08}.home-brand-copy{gap:18px;padding-bottom:8px;display:grid}.home-brand-copy p{max-width:520px;font-size:18px;line-height:1.78}.home-brand-continuum{border-top:1px solid #2f56482e;border-bottom:1px solid #2f56482e;grid-template-columns:minmax(0,1fr) minmax(240px,.72fr) minmax(0,1fr);align-items:center;gap:42px;margin-top:104px;padding:36px 0;display:grid}.home-brand-continuum>div:not(.home-brand-continuum-center){gap:7px;display:grid}.home-brand-continuum>div:last-child{text-align:right}.home-brand-continuum span{color:var(--brand-primary);font-size:13px;font-weight:900}.home-brand-continuum strong{color:var(--brand-dark);font-size:28px;line-height:1.25}.home-brand-continuum p{font-size:15px;line-height:1.6}.home-brand-continuum-center{text-align:center;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;display:grid}.home-brand-continuum-center span{background:#2f564847;width:100%;height:1px}.home-brand-continuum-center strong{white-space:nowrap;font-size:13px}.home-app-story{background:#eaf1ea;padding:148px 0 156px;overflow:hidden}.home-app-heading{grid-template-columns:minmax(0,1.08fr) minmax(320px,.62fr);align-items:end;gap:clamp(46px,8vw,116px);display:grid}.home-app-heading h2{max-width:760px;margin-top:18px;font-size:66px;line-height:1.1}.home-app-intro{gap:26px;padding-bottom:4px;display:grid}.home-app-intro>p{max-width:500px;font-size:18px;line-height:1.75}.home-app-actions{justify-items:start;gap:13px;display:grid}.home-app-stage{border-top:1px solid #2f56482e;grid-template-columns:minmax(0,1.25fr) minmax(330px,.62fr);align-items:center;gap:clamp(44px,8vw,112px);margin-top:92px;padding-top:72px;display:grid}.home-app-devices{min-height:720px;position:relative}.home-app-device{transition:transform var(--motion-smooth), filter var(--motion-smooth);gap:14px;margin:0;display:grid;position:absolute;bottom:0}.home-app-device:hover{transform:translateY(-8px)}.home-app-device img{filter:drop-shadow(0 28px 48px #20382f2b);width:100%;height:auto;display:block}.home-app-device figcaption{color:var(--text-secondary);text-align:center;font-size:12px;font-weight:850}.home-app-device.device-1{z-index:1;width:31%;left:0;transform:translateY(12px)rotate(-3deg)}.home-app-device.device-1:hover{transform:translateY(2px)rotate(-2deg)}.home-app-device.device-2{z-index:3;width:38%;left:50%;transform:translate(-50%)}.home-app-device.device-2:hover{transform:translate(-50%,-8px)}.home-app-device.device-3{z-index:2;width:31%;right:0;transform:translateY(12px)rotate(3deg)}.home-app-device.device-3:hover{transform:translateY(2px)rotate(2deg)}.home-app-chapters{margin:0;padding:0;list-style:none}.home-app-chapters li{border-top:1px solid #2f56482e;grid-template-columns:44px minmax(0,1fr);gap:18px;padding:28px 0 30px;display:grid}.home-app-chapters li:last-child{border-bottom:1px solid #2f56482e}.home-app-chapters>li>span{color:var(--brand-primary);padding-top:5px;font-size:13px;font-weight:950}.home-app-chapters li div{gap:8px;display:grid}.home-app-chapters li div>p:first-child{color:var(--brand-primary);font-size:13px;font-weight:900}.home-app-chapters h3{max-width:360px;font-size:24px}.home-app-chapters li div>p:last-child{font-size:15px;line-height:1.68}.home-app-example-note{color:var(--text-secondary);grid-column:1/-1;margin-top:-28px;font-size:12px;line-height:1.6}.home-trust-story{background:var(--brand-dark);color:#fff;padding:148px 0 156px}.home-trust-heading{grid-template-columns:minmax(0,1fr) minmax(300px,.52fr);align-items:end;gap:40px 90px;display:grid}.home-trust-heading .eyebrow{color:#f0c57f;grid-column:1/-1}.home-trust-heading h2{color:#fff;max-width:820px;font-size:66px;line-height:1.1}.home-trust-heading>p:last-child{color:#ffffffb3;font-size:17px}.home-trust-list{margin-top:90px}.home-trust-list article{border-top:1px solid #ffffff2e;grid-template-columns:48px 150px minmax(0,1fr) auto;align-items:start;gap:28px;padding:34px 0 38px;display:grid}.home-trust-list article:last-child{border-bottom:1px solid #ffffff2e}.home-trust-list article>span,.home-trust-list article>p{color:#f0c57f;font-size:13px;font-weight:900}.home-trust-list article>div{gap:11px;max-width:680px;display:grid}.home-trust-list h3{color:#fff;font-size:26px}.home-trust-list article>div p{color:#ffffffb3;font-size:15px;line-height:1.7}.home-trust-list article>a{color:#fff;text-underline-offset:5px;transition:color var(--motion-quick), text-decoration-color var(--motion-quick);font-size:14px;font-weight:850;-webkit-text-decoration:underline #ffffff4d;text-decoration:underline #ffffff4d}.home-trust-list article>a:hover{color:#f0c57f;text-decoration-color:#f0c57f}.home-faq{background:#fff;padding:148px 0 156px}.home-faq-layout{grid-template-columns:minmax(280px,.55fr) minmax(0,1fr);align-items:start;gap:clamp(56px,10vw,150px);display:grid}.home-faq-heading{position:sticky;top:112px}.home-faq-heading h2{margin-top:18px;font-size:46px}.home-faq-heading>p:not(.eyebrow){margin:18px 0 22px;font-size:16px}.home-faq-list{border-top:1px solid var(--line)}.home-faq-list details{border-bottom:1px solid var(--line)}.home-faq-list summary{cursor:pointer;color:var(--brand-dark);grid-template-columns:46px minmax(0,1fr);align-items:center;gap:16px;padding:29px 48px 29px 0;font-size:20px;font-weight:900;line-height:1.45;list-style:none;display:grid;position:relative}.home-faq-list summary::-webkit-details-marker{display:none}.home-faq-list summary>span{color:var(--brand-primary);font-size:12px}.home-faq-list summary:after{background:linear-gradient(var(--brand-primary), var(--brand-primary)) center / 12px 2px no-repeat, linear-gradient(var(--brand-primary), var(--brand-primary)) center / 2px 12px no-repeat;content:"";width:22px;height:22px;transition:transform var(--motion-quick);position:absolute;top:50%;right:4px;transform:translateY(-50%)}.home-faq-list details[open] summary:after{transform:translateY(-50%)rotate(45deg)}.home-faq-list details>p{max-width:720px;padding:0 48px 30px 62px;font-size:16px;line-height:1.72}.site-footer{color:#fff;background:#0d1915;padding:0 0 28px}.footer-cta{border-bottom:1px solid #ffffff29;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:60px;padding:92px 0 84px;display:grid}.footer-cta .eyebrow{color:#f0c57f}.footer-cta h2{color:#fff;max-width:820px;margin-top:14px;font-size:56px;line-height:1.12}.footer-cta>div>p:last-child{color:#ffffffa8;max-width:650px;margin-top:20px;font-size:16px}.footer-store-badges{margin-top:12px}.footer-cta-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.footer-office-link{color:#fff;background:0 0;border:1px solid #ffffff52}.footer-office-link:hover{background:#ffffff14;border-color:#fff}.footer-grid{grid-template-columns:1.25fr .62fr .82fr 1.18fr;gap:clamp(28px,5vw,76px);padding-top:62px;display:grid}.footer-brand{align-items:center;width:fit-content;display:inline-flex}.footer-brand img{object-fit:contain;border-radius:10px;width:156px;height:auto;display:block}.footer-brand+p{color:#ffffffa3;max-width:330px;margin-top:20px;font-size:14px;line-height:1.7}.footer-app-label{color:#fff;margin-top:28px;font-size:13px;font-weight:900}.footer-store-note{color:#ffffff7a;max-width:300px;margin-top:10px;font-size:12px;line-height:1.55}.site-footer .store-badge-link{color:#fff;background:#ffffff14;border-color:#fff3}.site-footer .store-badge-link:hover{background:#ffffff24;border-color:#ffffff6b}.site-footer h2{color:#fff;margin-bottom:12px;font-size:16px}.site-footer ul{color:#ffffff9e;gap:9px;margin:0;padding:0;font-size:14px;list-style:none;display:grid}.site-footer li a{transition:color var(--motion-quick)}.site-footer li a:hover{color:#fff}.footer-legal-groups{gap:16px;display:grid}.footer-legal-group{gap:8px;display:grid}.footer-legal-group h3{color:#fff;margin:0;font-size:13px;font-weight:900}.footer-legal-group ul{gap:7px}.company-list{gap:8px;margin:0;display:grid}.company-list div{grid-template-columns:104px 1fr;gap:8px;display:grid}.company-list dt,.company-list dd{color:#ffffff9e;margin:0;font-size:14px}.company-list dt{font-weight:900}.company-list.standalone{border:1px solid var(--line);background:#fff;border-radius:8px;gap:10px;margin-top:6px;padding:18px}.company-list.standalone div{grid-template-columns:150px 1fr}.footer-safety-note{border-top:1px solid #ffffff24;border-bottom:1px solid #ffffff24;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:24px;margin-top:54px;padding:22px 0;display:grid}.footer-safety-note strong{color:#f0c57f;font-size:14px}.footer-safety-note p{color:#ffffff94;font-size:12px;line-height:1.6}.footer-safety-note a{color:#fff;text-underline-offset:4px;white-space:nowrap;font-size:13px;font-weight:850;text-decoration:underline}.footer-bottom{color:#ffffff8f;justify-content:space-between;gap:16px;margin-top:24px;font-size:12px;display:flex}@media (max-width:1100px){.hero-grid{grid-template-columns:1fr}.product-visual{width:min(100%,660px);min-height:520px;margin:8px auto 0}.hero-product-stage{margin:0 auto}}@media (max-width:980px){h1{font-size:54px}h2{font-size:34px}.legal-page h1{font-size:44px}.header-inner{grid-template-columns:1fr auto}.desktop-nav{display:none}.mobile-menu-button{display:inline-flex}.mobile-nav{gap:8px;display:grid}.header-login-link{display:none}.home-hero-copy>h1{font-size:58px}.home-office-story{min-height:2000px}.home-office-story-sticky{height:min(820px,100vh - 68px);min-height:700px;top:68px}.home-office-story-copy{grid-template-columns:minmax(260px,.9fr) minmax(320px,1fr);align-items:start;gap:8px 24px}.home-office-story-copy>span{grid-column:1/-1}.home-office-story-copy>p{justify-self:start}.home-office-preview-body{grid-template-columns:144px minmax(0,1fr);min-height:440px}.home-office-preview-nav{padding:20px 12px}.home-office-preview-main{padding:24px 20px}.home-office-flow article{min-height:156px;padding:18px 16px}.office-workflow-intro h2{font-size:52px}.office-workflow-layout{grid-template-columns:minmax(280px,.48fr) minmax(0,1fr);gap:38px}.hero-grid,.content-hero-grid,.content-guide-layout,.content-feature-grid,.content-principle-grid,.content-principle-grid,.app-flow-visual,.counseling-flow-visual,.app-flow-row,.app-flow-row:nth-child(2n),.app-principles-grid,.app-safety-grid,.counseling-match-grid,.counseling-process-grid,.counseling-policy-grid,.counseling-trust-grid,.editorial-row,.counseling-layout,.product-story-grid,.counseling-preview-grid,.safety-narrative-grid,.office-feature-grid,.office-scene-grid,.office-workflow-grid,.office-ai-grid,.office-protection-grid,.office-boundary-grid,.office-final-grid,.office-beta-grid,.company-manifesto-grid,.company-safety-grid,.company-info-grid,.help-contact-grid,.help-policy-grid,.help-faq-grid,.two-column,.split,.faq-layout{grid-template-columns:1fr}.counseling-method-track{grid-template-columns:repeat(2,minmax(0,1fr))}.company-hero-visual,.help-hero-visual{width:min(100%,660px);min-height:auto;margin:8px auto 0}.company-principle-list article{grid-template-columns:90px minmax(0,.9fr) minmax(0,1fr)}.office-teaser-grid{grid-template-columns:1fr}.office-workspace-visual{width:min(100%,760px);margin:8px auto 0}.office-beta-copy{position:static}.editorial-row:nth-child(2n) .editorial-copy{order:0}.feature-screen{width:min(100%,420px)}.concern-grid,.audience-grid,.app-screen-grid,.app-signal-grid,.office-screen-grid,.office-audience-grid,.safety-grid,.trust-grid,.card-grid,.flow-timeline,.review-grid,.payment-boundary,.policy-link-grid,.footer-grid,.legal-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-cta{grid-template-columns:1fr}.footer-cta-actions{justify-content:flex-start}.scenario-track{grid-auto-columns:minmax(620px,86%)}.scenario-copy h3{font-size:44px}.sticky-product-panel{min-height:560px;position:relative;top:auto}.app-flow-row:nth-child(2n) .app-flow-copy{order:0}.app-principles-copy{position:static}.counseling-match-phone{position:relative;top:auto}}@media (max-width:820px){.office-workflow-story{padding:96px 0 104px}.office-workflow-intro,.office-workflow-layout{grid-template-columns:1fr;width:100%;min-width:0}.office-workflow-intro{gap:18px}.office-workflow-intro h2{font-size:46px}.office-workflow-intro p:not(.eyebrow){margin-top:18px}.office-workflow-layout{margin-top:62px;overflow:hidden}.office-workflow-steps{width:100%;min-width:0;max-width:100%;overflow:hidden}.office-workflow-steps article{padding:0}.office-workflow-steps button{min-height:auto;padding:30px 6px 30px 0}.office-workflow-product{display:none}.office-workflow-mobile-screen{background:#f6f3ee;border:1px solid #ffffff29;border-radius:8px;width:100%;min-width:0;max-width:100%;margin:0 0 30px;overflow:hidden}.office-workflow-steps article.is-active .office-workflow-mobile-screen{display:block}.office-workflow-mobile-screen img{width:100%;height:auto;display:block}.office-workflow-mobile-screen figcaption{color:#5f6d64;border-top:1px solid #dedbd4;padding:11px 14px;font-size:12px;font-weight:850}}@media (max-width:640px){#main{min-height:calc(100vh - 68px)}.shell{width:min(100% - 28px,1200px)}.header-inner{min-height:68px}.brand-logo{width:102px;height:auto}.footer-brand img{width:154px;height:auto}.header-actions .ghost,.header-actions .primary,.header-actions .secondary,.header-store-badges{display:none}.home-hero,.page-hero{padding:54px 0 46px}.home-hero{min-height:auto;padding:38px 0 0}.home-hero-layout{gap:30px}.home-hero-copy{gap:16px}.home-hero-copy>h1{font-size:38px}.home-hero-lead{gap:8px}.home-hero-lead p{font-size:16px;line-height:1.7}.home-hero-copy>.cta-row{grid-template-columns:1fr;display:grid}.home-hero-copy>.cta-row .button{width:100%}.home-hero-login-note{gap:7px;margin-top:-2px;display:grid}.home-hero-login-note>span{border-right:0;padding-right:0}.home-office-story{min-height:auto}.home-office-story-sticky{flex-direction:column;gap:14px;height:auto;min-height:auto;padding:4px 0 36px;display:flex;position:static}.home-office-story-copy{order:1;grid-template-columns:1fr;gap:5px;display:grid}.home-office-story-copy>span{grid-column:auto}.home-office-story-copy>strong{font-size:21px}.home-office-story-copy>p{font-size:14px;line-height:1.6}.home-office-story-controls{order:2;width:100%}.home-office-story-controls button{gap:5px;min-height:42px;font-size:12px}.home-office-preview{order:3;min-height:auto}.home-office-preview-bar{min-height:52px;padding:0 16px}.home-office-preview-body{min-height:auto;display:block}.home-office-preview-nav{display:none}.home-office-preview-main{padding:22px 16px 18px}.home-office-preview-heading{gap:12px;padding-bottom:18px}.home-office-preview-heading strong{font-size:19px}.home-office-preview-heading>span{display:none}.home-office-flow{grid-template-columns:1fr}.home-office-flow article{border-right:0;border-bottom:1px solid var(--line);min-height:auto;padding:16px}.home-office-flow article:last-child{border-bottom:0}.home-office-preview-status{grid-template-columns:1fr;gap:12px;padding-top:16px}.office-workflow-story{padding:76px 0 82px}.office-workflow-intro h2{font-size:36px}.office-workflow-intro p:not(.eyebrow){font-size:16px;line-height:1.72}.office-workflow-layout{margin-top:44px}.office-workflow-steps button{grid-template-columns:42px minmax(0,1fr);gap:10px;padding:26px 0}.office-workflow-steps button:hover,.office-workflow-steps button:focus-visible,.office-workflow-steps article.is-active button{transform:none}.office-workflow-steps h3{font-size:24px}.office-workflow-steps p{font-size:15px;line-height:1.68}.office-workflow-mobile-screen img{width:720px;max-width:none;transform:translate(-94px)}.office-workflow-mobile-screen figcaption{background:#f6f3ee;position:relative}.scenario-section,.product-story,.counseling-preview,.safety-narrative,.content-hero,.content-guide-section,.content-feature-section,.content-safety-band,.app-flow-section,.app-principles,.app-safety-feature,.counseling-match-section,.counseling-methods-section,.counseling-trust-section,.counseling-process-section,.counseling-policy-section,.office-workflow-section,.office-scene-section,.office-ai-section,.office-audience-section,.office-protection-section,.office-final-section,.company-manifesto,.company-principles,.company-info-section,.help-contact-section,.help-inquiry-section,.help-faq-section,.company-safety-band,.office-boundary-section,.help-policy-section{padding:72px 0}h1,.legal-page h1{font-size:34px}h2,.editorial-copy h3{font-size:29px}h3{font-size:18px}p,.lead{font-size:16px}.section{padding:68px 0}.product-visual{min-height:auto}.hero-product-stage{border-radius:24px;gap:14px;min-height:auto;padding:18px;display:grid}.page-visual{border-radius:24px;min-height:auto;padding:22px}.app-flow-visual,.counseling-flow-visual{grid-template-columns:1fr}.hero-phone-image,.hero-proof-card,.hero-ui-card,.hero-screen-note,.hero-product-panel,.product-phone-image,.product-office-image{margin:0 auto;position:static}.hero-product-path{display:none}.hero-screen-note,.hero-proof-card,.hero-product-panel{width:min(100%,300px);max-width:none}.hero-phone-image.primary,.hero-phone-image.secondary,.hero-phone-image.tertiary{width:min(100%,270px);transform:none}.scenario-track{grid-auto-columns:minmax(86vw,86vw);gap:12px;margin-right:-14px}.scenario-slide{border-radius:26px;min-height:420px;padding:26px}.scenario-copy h3{font-size:32px}.scenario-copy p:not(.eyebrow){font-size:16px}.product-story-grid,.counseling-preview-grid,.safety-narrative-grid,.content-hero-grid,.content-guide-layout,.content-feature-grid,.app-principles-grid,.app-safety-grid,.counseling-match-grid,.counseling-process-grid,.counseling-policy-grid,.counseling-trust-grid,.office-workflow-grid,.office-scene-grid,.office-ai-grid,.office-protection-grid,.office-boundary-grid,.office-final-grid{gap:32px}.final-cta-actions{justify-content:flex-start}.app-flow-heading{margin-bottom:34px}.app-flow-showcase{gap:48px}.app-flow-row{gap:28px;min-height:auto;padding-top:34px}.app-flow-copy>span{font-size:58px}.app-flow-copy h3{font-size:31px}.app-flow-copy p:not(.eyebrow),.app-flow-heading p:not(.eyebrow),.app-principles-copy p:not(.eyebrow),.app-safety-feature p:not(.eyebrow){font-size:16px}.app-flow-phone,.app-safety-phone{border-radius:26px;min-height:auto;padding:24px}.app-flow-phone img,.app-safety-phone img{border-radius:28px;width:min(100%,245px)}.principle-list article{grid-template-columns:1fr;gap:8px;padding:22px 0}.app-download-note{padding:58px 0}.app-signal-grid{grid-template-columns:1fr}.app-signal-grid article{border-bottom:1px solid #2f56481f;border-right:0;min-height:auto;padding:18px 4px}.app-signal-grid article:last-child{border-bottom:0}.counseling-match-copy>p:not(.eyebrow),.counseling-section-heading p:not(.eyebrow),.counseling-policy-grid p:not(.eyebrow){font-size:16px}.counseling-trust-list{border-radius:16px}.counseling-trust-list article{padding:20px}.matching-criteria-list article,.counseling-process-list article{grid-template-columns:1fr;gap:8px;padding:22px 0}.counseling-match-phone{border-radius:26px;padding:24px}.counseling-match-phone img{border-radius:28px;width:min(100%,245px)}.company-hero-visual,.help-hero-visual,.office-workspace-visual{border-radius:24px;gap:12px;padding:20px}.office-window-bar{border-radius:18px 18px 0 0;padding:14px}.office-window-bar strong{margin-left:48px}.office-window-layout{border-radius:0 0 18px 18px;grid-template-columns:1fr;min-height:auto}.office-window-layout aside{border-bottom:1px solid #2f56481f;border-right:0;padding:12px;display:flex;overflow-x:auto}.office-window-layout aside span{flex:none;font-size:13px}.office-board{padding:18px}.office-board-heading strong{font-size:25px}.office-board-grid{grid-template-columns:1fr}.office-board-grid article{min-height:96px}.office-workflow-list article{grid-template-columns:1fr;gap:10px;padding:24px 0}.office-beta-section{padding:72px 0}.office-beta-fields{grid-template-columns:1fr}.office-beta-form{padding:22px}.office-workflow-list article>span{font-size:24px}.office-workflow-list h3,.office-audience-grid h3,.office-scene-list h3,.office-protection-list h3{font-size:22px}.office-workflow-grid p,.office-final-grid p,.office-boundary-section p,.office-boundary-section li,.office-workflow-list p,.office-audience-grid p,.office-scene-list p,.office-ai-grid p,.office-protection-list p{font-size:16px}.ai-draft-flow{grid-template-columns:1fr}.ai-draft-panel{min-height:auto}.office-protection-list article{padding:20px}.office-audience-grid article{border-radius:24px;min-height:auto;padding:24px}.company-hero-path{display:none}.company-hero-visual article,.help-hero-visual div,.company-hero-visual article:nth-of-type(2),.help-hero-visual div:nth-child(2),.company-hero-visual article:nth-of-type(3),.help-hero-visual div:nth-child(3){border-radius:20px;justify-self:stretch;max-width:none;margin-left:0;padding:18px}.company-hero-visual strong,.help-hero-visual strong{font-size:21px}.company-manifesto-copy{font-size:17px}.company-principle-list article,.help-inquiry-list article{grid-template-columns:1fr;gap:12px;padding:24px 0}.company-principle-list span{font-size:24px}.company-principle-list h3,.help-inquiry-list h3{font-size:22px}.company-safety-band li,.company-info-grid p,.help-contact-grid p,.help-faq-grid p,.help-inquiry-list p{font-size:16px}.help-routing-panel{border-radius:24px;padding:24px}.help-routing-panel strong{font-size:26px}.help-inquiry-list a{width:fit-content}.help-policy-links{grid-template-columns:1fr}.counseling-method-track{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(0,calc(100vw - 48px));grid-auto-flow:column;gap:12px;scroll-padding-inline:24px;overflow-x:auto}.counseling-method-track article{scroll-snap-align:start;border-radius:24px;min-height:250px;padding:24px}.counseling-method-track h3{font-size:24px}.story-steps article{grid-template-columns:1fr}.story-steps span{grid-row:auto}.sticky-product-panel{border-radius:26px;min-height:auto;padding:24px 20px 118px}.story-phone-image{width:min(100%,250px)}.home-product-stack{gap:14px;padding-bottom:128px;display:grid}.home-product-stack .story-phone-image{width:min(100%,238px);position:static;transform:none}.story-proof{width:auto;bottom:18px;left:18px;right:18px}.safety-point-list{border-radius:16px}.content-hero-visual{border-radius:22px}.content-hero-visual article{min-height:auto;padding:22px}.content-hero-visual strong{font-size:21px}.content-guide-copy{position:static}.content-guide-list article{grid-template-columns:1fr;gap:10px;padding:24px 0}.content-guide-list span{grid-row:auto;font-size:22px}.content-guide-list h3{font-size:23px}.content-prep-list article{grid-template-columns:1fr;gap:8px}.content-principle-grid li{padding:18px 20px;font-size:16px}.content-phone-frame{border-radius:24px;padding:28px 18px}.content-phone-frame img{border-radius:28px;width:min(100%,238px)}.selection-scene{border-radius:24px}.selection-scene strong{font-size:20px}.safety-phone-image{width:min(100%,230px)}.hero-ui-card{width:min(100%,330px)}.hero-phone-image,.product-phone-image{width:min(100%,260px)}.hero-phone-image.primary{transform:none}.hero-proof-card{width:min(100%,300px)}.product-office-image,.office-screen-card:first-child{grid-column:auto}.trust-grid article{border-bottom:1px solid #2f56481f;border-right:0;min-height:auto;padding:18px 4px}.trust-grid article:last-child{border-bottom:0}.concern-grid,.audience-grid,.app-screen-grid,.office-screen-grid,.safety-grid,.trust-grid,.card-grid,.flow-timeline,.review-grid,.payment-boundary,.policy-link-grid,.footer-grid,.legal-meta,.counseling-steps article{grid-template-columns:1fr}.counseling-steps p{grid-column:auto}.company-list div,.support-list div,.company-list.standalone div{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@media (max-width:1100px){.home-brand-heading h2{font-size:60px}.home-app-heading h2,.home-trust-heading h2{font-size:56px}.footer-cta h2{font-size:50px}.home-app-stage{grid-template-columns:1fr}.home-app-devices{width:min(100%,760px);margin:0 auto}.home-app-chapters{border-top:1px solid #2f56482e;grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-app-chapters li,.home-app-chapters li:last-child{border-top:0;border-bottom:0;border-right:1px solid #2f56482e;grid-template-columns:1fr;align-content:start;padding:26px 24px}.home-app-chapters li:first-child{padding-left:0}.home-app-chapters li:last-child{border-right:0;padding-right:0}.home-app-example-note{margin-top:-14px}.home-trust-list article{grid-template-columns:42px 124px minmax(0,1fr)}.home-trust-list article>a{grid-column:3}}@media (max-width:820px){.home-brand-story,.home-app-story,.home-trust-story,.home-faq{padding:104px 0 112px}.home-brand-layout,.home-app-heading,.home-trust-heading,.home-faq-layout{grid-template-columns:1fr}.home-brand-heading h2,.home-app-heading h2,.home-trust-heading h2{font-size:50px}.home-brand-copy p,.home-app-intro>p{max-width:680px}.home-brand-continuum{grid-template-columns:1fr;gap:28px;margin-top:72px}.home-brand-continuum>div:last-child{text-align:left}.home-brand-continuum-center{grid-template-columns:1fr auto 1fr}.home-app-stage{margin-top:68px;padding-top:56px}.home-app-devices{min-height:640px}.home-trust-heading .eyebrow{grid-column:auto}.home-trust-heading{gap:20px}.home-trust-heading>p:last-child{max-width:640px;margin-top:8px}.home-trust-list{margin-top:64px}.home-trust-list article{grid-template-columns:42px minmax(0,1fr);gap:10px 18px}.home-trust-list article>p,.home-trust-list article>div,.home-trust-list article>a{grid-column:2}.home-trust-list article>a{margin-top:6px}.home-faq-heading{position:static}.home-faq-heading h2{font-size:42px}.footer-cta{grid-template-columns:1fr}.footer-cta-actions{justify-content:flex-start}.footer-safety-note{grid-template-columns:1fr;gap:8px}}@media (max-width:640px){.home-brand-story,.home-app-story,.home-trust-story,.home-faq{padding:84px 0 90px}.home-brand-layout,.home-app-heading{gap:30px}.home-brand-heading h2,.home-app-heading h2,.home-trust-heading h2{margin-top:14px;font-size:36px;line-height:1.16}.home-brand-copy p,.home-app-intro>p,.home-trust-heading>p:last-child{font-size:16px;line-height:1.72}.home-brand-continuum{margin-top:54px;padding:28px 0}.home-brand-continuum strong{font-size:24px}.home-brand-continuum-center strong{font-size:12px}.home-app-actions,.home-app-actions>.button{width:100%}.home-app-stage{margin-top:54px;padding-top:38px;display:block}.home-app-devices{scroll-snap-type:x mandatory;scrollbar-width:none;gap:16px;min-height:auto;margin-right:-14px;padding:8px 14px 28px 0;scroll-padding-inline:0 14px;display:flex;position:relative;overflow-x:auto}.home-app-devices::-webkit-scrollbar{display:none}.home-app-device,.home-app-device.device-1,.home-app-device.device-2,.home-app-device.device-3,.home-app-device:hover,.home-app-device.device-1:hover,.home-app-device.device-2:hover,.home-app-device.device-3:hover{scroll-snap-align:start;flex:0 0 min(74vw,290px);width:min(74vw,290px);position:static;transform:none}.home-app-device img{filter:drop-shadow(0 18px 30px #20382f26)}.home-app-chapters{margin-top:30px;display:block}.home-app-chapters li,.home-app-chapters li:first-child,.home-app-chapters li:last-child{border-bottom:1px solid #2f56482e;border-right:0;grid-template-columns:38px minmax(0,1fr);padding:24px 0 26px}.home-app-chapters h3{font-size:22px}.home-app-example-note{margin-top:18px}.home-trust-list{margin-top:48px}.home-trust-list article{grid-template-columns:34px minmax(0,1fr);padding:27px 0 30px}.home-trust-list h3{font-size:22px}.home-faq-layout{gap:44px}.home-faq-heading h2{font-size:34px}.home-faq-list summary{grid-template-columns:34px minmax(0,1fr);gap:10px;padding:24px 38px 24px 0;font-size:17px}.home-faq-list details>p{padding:0 8px 26px 44px;font-size:15px}.footer-cta{gap:34px;padding:70px 0 64px}.footer-cta h2{font-size:34px}.footer-cta-actions{width:100%;display:grid}.footer-cta-actions .button{width:100%}.footer-grid{padding-top:48px}.footer-brand img{width:146px}.footer-safety-note{margin-top:42px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
