:root{--brand:#3f6845;--brand-dark:#294c32;--sage:#6f8c61;--paper:#fffdf8;--warm:#faf7ef;--ink:#1f2c2c;--body:#52605b;--muted:#778079;--line:#e2e5dc;--line-strong:#cbd5c5;--purple:#8d63ce;--purple-soft:#f4edfb;--green-soft:#edf5e7;--terracotta:#c98252;--white:#fff;--shadow-soft:0 16px 42px rgba(44,65,47,.08);--shadow-product:0 24px 64px rgba(39,54,42,.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{max-width:100%;overflow-x:clip}body{margin:0;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;line-height:1.65;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}button,input{font:inherit;letter-spacing:0}a,button{color:inherit}a{text-decoration:none}img{max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{text-wrap:balance}a,button,input{-webkit-tap-highlight-color:transparent}:focus-visible{outline:3px solid rgba(141,99,206,.36);outline-offset:3px}.menu-lock,.modal-lock{overflow:hidden}.site-wrap{width:min(1240px,100%);margin:0 auto;padding-inline:32px}.overline{margin-bottom:10px;color:var(--sage);font-size:13px;font-weight:800}.button{min-height:44px;padding:10px 19px;border:1px solid transparent;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:inherit;background:transparent;font-weight:750;line-height:1.2;cursor:pointer;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.button:hover{transform:translateY(-2px)}.button-primary{color:var(--white);background:var(--brand);box-shadow:0 10px 24px rgba(63,104,69,.18)}.button-primary:hover{background:var(--brand-dark)}.button-secondary{color:var(--brand);background:var(--white);border-color:var(--line-strong)}.button-outline:hover,.button-secondary:hover{border-color:var(--brand);background:var(--green-soft)}.button-outline{border-color:#9db094}.button-outline,.text-link{color:var(--brand);background:transparent}.text-link{min-height:32px;padding:0;border:0;display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:650;cursor:pointer}.text-link:hover{color:var(--purple)}.text-link.strong{font-weight:800}.icon-button{width:40px;height:40px;padding:0;border:1px solid var(--line);border-radius:8px;display:inline-grid;place-items:center;color:var(--ink);background:var(--white);cursor:pointer}.site-header{position:fixed;z-index:1000;inset:0 0 auto;border-bottom:1px solid hsla(80,15%,88%,.82);background:rgba(255,253,248,.94);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-shell{height:76px;display:grid;grid-template-columns:auto 1fr auto;grid-gap:42px;gap:42px}.brand,.nav-shell{align-items:center}.brand{display:inline-flex;gap:12px;color:var(--brand);font-size:19px;font-weight:850;white-space:nowrap}.brand img{width:42px;height:42px;border-radius:50%;object-fit:cover}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:34px;color:#3f4c48;font-size:14px;font-weight:650}.desktop-nav a{position:relative;padding:25px 0 24px}.desktop-nav a:after{content:"";position:absolute;left:0;right:0;bottom:17px;height:2px;background:var(--brand);transform:scaleX(0);transition:transform .18s ease}.desktop-nav a:hover{color:var(--brand)}.desktop-nav a:hover:after{transform:scaleX(1)}.nav-actions{display:flex;align-items:center;gap:14px}.nav-login{min-width:48px;color:var(--brand);font-size:14px;font-weight:750;text-align:center;white-space:nowrap}.nav-primary{min-height:40px;padding:9px 17px;font-size:13px}.menu-button{display:none}main{background:var(--paper)}section{scroll-margin-top:76px}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes productEnter{0%{opacity:0;transform:translateY(16px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.home-hero{min-height:850px;padding:142px 0 86px;overflow:hidden;background:var(--paper)}.hero-layout{min-height:650px;display:grid;grid-template-columns:minmax(440px,.9fr) minmax(540px,1.1fr);align-items:center;grid-gap:64px;gap:64px}.hero-copy{min-width:0}.hero-copy h1{margin:2px 0 14px;color:var(--ink);font-size:72px;font-weight:850;line-height:1.04}.hero-proposition{margin-bottom:18px;color:var(--brand);font-size:29px;font-weight:780;line-height:1.48}.hero-description{max-width:610px;margin-bottom:26px;color:var(--body);font-size:16px}.audience-switch{width:min(580px,100%);height:46px;padding:3px;border:1px solid var(--line);border-radius:8px;display:grid;grid-template-columns:1fr 1.15fr;background:var(--white)}.audience-switch button{min-width:0;border:0;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:8px;color:#5e6863;background:transparent;font-size:13px;font-weight:700;cursor:pointer;transition:color .18s ease,background-color .18s ease}.audience-switch button.is-active.visitor{color:#6f43ad;background:var(--purple-soft)}.audience-switch button.is-active.partner{color:var(--brand);background:var(--green-soft)}.hero-action{width:min(580px,100%);min-height:154px;margin-top:18px;padding:16px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:126px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:center}.hero-qr{width:126px;height:126px;display:block;border:1px solid var(--line);border-radius:8px;object-fit:cover;background:var(--white)}.hero-action-copy{min-width:0;display:grid;grid-gap:14px;gap:14px}.hero-action-copy h2{margin:0 0 3px;font-size:18px;line-height:1.35}.hero-action-copy p{margin:0;color:var(--muted);font-size:13px}.hero-action-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:14px}.hero-action-buttons .button{min-width:138px}.existing-account{margin:12px 0 0;color:var(--muted);font-size:13px}.existing-account a{margin-left:5px;color:var(--brand);font-weight:800}.hero-product{min-width:0;height:650px;position:relative}.phone-frame{margin:0;overflow:hidden;position:absolute;border:7px solid #222927;border-radius:36px;background:var(--white);box-shadow:var(--shadow-product);transition:transform .42s cubic-bezier(.22,1,.36,1)}.phone-frame img{width:100%;height:auto;display:block}.phone-main{z-index:2;left:56px;top:16px;width:310px}.phone-secondary{z-index:1;right:18px;top:46px;width:255px}.hero-product:hover .phone-main{transform:translateY(-7px)}.hero-product:hover .phone-secondary{transform:translateY(7px)}.product-bridge{padding:96px 0 108px;background:var(--white)}.section-heading{max-width:760px;margin-bottom:42px}.section-heading.centered{margin-inline:auto;text-align:center}.final-copy h2,.section-copy h2,.section-heading h2,.trust-layout h2{margin:0 0 14px;font-size:40px;font-weight:820;line-height:1.25}.final-copy>p:not(.overline),.section-copy>p:not(.overline),.section-heading p:not(.overline){color:var(--body);font-size:16px}.workspace-stage{margin:0;overflow:hidden;position:relative;border:1px solid var(--line-strong);border-radius:8px;background:var(--white);box-shadow:var(--shadow-product)}.workspace-stage:after{content:"";position:absolute;left:4%;right:4%;bottom:-12px;height:12px;border-radius:0 0 8px 8px;background:#222927}.workspace-stage img{width:100%;height:auto;display:block}.product-pair{margin-top:60px;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);grid-gap:24px;gap:24px;align-items:stretch}.product-panel{min-height:720px;overflow:hidden;position:relative;border:1px solid var(--line);border-radius:8px}.mini-panel{padding:34px 30px 28px;background:#f8f4fb}.mini-panel,.workspace-panel{display:flex;flex-direction:column}.workspace-panel{padding:34px 30px 30px;background:#f2f7ef}.product-panel-header{display:grid;grid-template-columns:minmax(0,1fr) 112px;grid-gap:22px;gap:22px;align-items:start}.workspace-panel-header{display:flex;align-items:flex-end;justify-content:space-between;gap:28px}.product-panel-copy{position:relative;z-index:2}.product-panel h3{margin:0 0 14px;color:var(--brand);font-size:28px;line-height:1.3}.plain-check-list{margin:0;padding:0;display:grid;grid-gap:10px;gap:10px;color:var(--body);font-size:14px;list-style:none}.plain-check-list li{display:flex;align-items:flex-start;gap:8px}.plain-check-list svg{flex:0 0 auto;margin-top:3px;color:var(--brand)}.panel-qr{margin:0;display:grid;align-items:center;justify-items:stretch;grid-gap:10px;gap:10px}.panel-qr img{width:100%;height:auto;border:1px solid rgba(141,99,206,.2);border-radius:8px;object-fit:cover;background:var(--white)}.panel-qr .button{width:100%;min-height:40px;padding-inline:10px;white-space:nowrap;font-size:12px}.mini-screen-stage{min-width:0;margin-top:auto;padding-top:30px;display:flex;align-items:flex-end;justify-content:center;gap:16px}.panel-phone-shot{flex:0 0 auto;margin:0;overflow:hidden;border:5px solid #29302e;border-radius:28px;background:var(--white);box-shadow:0 18px 36px rgba(39,45,42,.15)}.panel-phone-shot img{width:100%;height:auto;display:block}.panel-phone-discovery{width:210px}.panel-phone-profile{width:184px}.workspace-screen-frame{width:100%;margin:auto 0 0;overflow:hidden;border:1px solid rgba(63,104,69,.2);border-radius:8px;background:var(--white);box-shadow:0 18px 40px rgba(45,70,49,.1)}.workspace-screen-frame figcaption{min-height:48px;padding:10px 14px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;color:var(--muted);font-size:12px}.workspace-screen-frame figcaption span:first-child{color:var(--ink);font-size:13px;font-weight:760}.workspace-screen-frame img{width:100%;height:auto;display:block}.workspace-panel .text-link{flex:0 0 auto;margin-bottom:4px;white-space:nowrap}.visitor-section{padding:110px 0 116px;background:var(--warm)}.visitor-section-heading{margin-bottom:46px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.48fr);grid-gap:64px;gap:64px;align-items:end}.section-copy{max-width:650px}.section-copy .button{margin-top:18px}.visitor-entry{min-height:104px;padding:4px 0 4px 28px;border-left:2px solid var(--brand);display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.visitor-entry>div{display:grid;grid-gap:6px;gap:6px}.visitor-entry strong{color:var(--ink);font-size:16px}.visitor-entry span{color:var(--muted);font-size:13px;line-height:1.65}.visitor-entry .button{flex:0 0 auto}.visitor-journey-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:start}.journey-card{min-width:0;overflow:hidden;position:relative;border:1px solid var(--line-strong);border-radius:8px;background:hsla(0,0%,100%,.78);box-shadow:0 14px 34px rgba(62,70,64,.06)}.journey-card-header{min-height:124px;padding:24px 20px 20px;position:relative;border-bottom:1px solid var(--line);display:grid;grid-template-columns:auto 1fr;grid-gap:12px;gap:12px;align-content:center}.journey-card-header>svg{color:var(--purple)}.step-number{position:absolute;right:20px;top:16px;color:#b6bcb4;font-size:12px;font-weight:800}.journey-card h3{margin:0 0 4px;font-size:19px}.journey-card p{margin:0;color:var(--muted);font-size:13px}.journey-card-screen{margin:0;background:var(--paper)}.journey-card-screen img{width:100%;height:auto;display:block}.counselor-section{padding:104px 0;background:var(--paper)}.evidence-layout{display:grid;grid-template-columns:minmax(600px,1.35fr) minmax(300px,.65fr);grid-gap:30px;gap:30px;align-items:stretch}.evidence-image{min-height:520px;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow-soft)}.evidence-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:top left}.evidence-points{display:grid;border-top:1px solid var(--line)}.evidence-points article{padding:24px 8px;border-bottom:1px solid var(--line)}.evidence-points svg{color:var(--brand)}.evidence-points h3{margin:10px 0 6px;font-size:19px}.evidence-points p{margin:0;color:var(--body);font-size:14px}.organization-section{padding:104px 0;background:var(--green-soft)}.organization-layout{display:grid;grid-template-columns:minmax(340px,.82fr) minmax(420px,1.18fr);grid-gap:92px;gap:92px;align-items:center}.organization-visual{width:360px;height:640px;margin:0 auto;overflow:hidden;border:6px solid #29302d;border-radius:34px;background:var(--white);box-shadow:var(--shadow-product)}.organization-visual img{width:100%;height:auto;display:block}.organization-points{margin:26px 0;display:grid;grid-gap:14px;gap:14px}.organization-points span{display:flex;align-items:center;gap:10px;color:var(--brand-dark);font-size:14px;font-weight:720}.organization-points svg{color:var(--terracotta)}.pricing-section{padding:104px 0;background:var(--white)}.pricing-heading{max-width:820px}.billing-control{margin-top:28px;display:grid;justify-items:center;grid-gap:10px;gap:10px}.billing-switch{padding:4px;border:1px solid var(--line);border-radius:8px;display:inline-grid;grid-template-columns:repeat(2,minmax(132px,1fr));background:var(--paper)}.billing-switch button{min-height:42px;padding:8px 16px;border:0;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:8px;color:var(--body);font:inherit;font-size:14px;font-weight:760;background:transparent;cursor:pointer}.billing-switch button span{padding:3px 6px;border-radius:4px;color:var(--brand);font-size:10px;font-weight:820;background:var(--green-soft)}.billing-switch button.is-active{color:var(--white);background:var(--brand);box-shadow:0 5px 14px rgba(54,100,64,.18)}.billing-switch button.is-active span{color:var(--brand-dark);background:#dcebd7}.section-heading .billing-control>p{min-height:20px;color:var(--muted);font-size:12px}.plan-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;align-items:stretch}.plan-card{min-width:0;padding:30px;position:relative;border:1px solid var(--line);border-radius:8px;display:flex;flex-direction:column;background:var(--paper)}.plan-card.is-featured{border-top:4px solid var(--brand);background:var(--green-soft);box-shadow:var(--shadow-soft)}.plan-label{margin:-10px 0 14px;color:var(--brand);font-size:12px;font-weight:850}.plan-card h3{margin:0 0 8px;font-size:24px}.plan-card>p:not(.plan-billing-caption){min-height:50px;color:var(--body);font-size:14px}.plan-price{min-height:48px;margin:20px 0 6px;display:flex;align-items:baseline;gap:5px}.plan-price strong{color:var(--brand);font-size:42px;line-height:1}.plan-price span{color:var(--muted);font-size:13px}.plan-billing-caption{min-height:20px;margin:0 0 18px;color:var(--muted);font-size:12px}.plan-card ul{margin:0 0 26px;padding:20px 0 0;border-top:1px solid var(--line);display:grid;grid-gap:11px;gap:11px;color:var(--body);font-size:14px;list-style:none}.plan-card li{display:flex;align-items:flex-start;gap:8px}.plan-card li svg{flex:0 0 auto;margin-top:3px;color:var(--brand)}.plan-button{width:100%;margin-top:auto}.pricing-note{max-width:850px;margin:26px auto 0;color:var(--muted);font-size:13px;text-align:center}.trust-section{padding:82px 0;color:var(--white);background:var(--brand-dark)}.trust-layout{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:70px;gap:70px;align-items:center}.trust-layout .overline{color:#bdcfb7}.trust-layout h2{margin:0 0 16px}.trust-copy>p:not(.overline){max-width:500px;color:#d8e4d4;font-size:15px;line-height:1.8}.trust-points{display:grid;grid-gap:1px;gap:1px;background:hsla(0,0%,100%,.16)}.trust-points article{padding:19px 20px;display:grid;grid-template-columns:auto 1fr;grid-gap:13px;gap:13px;align-items:start;background:var(--brand-dark)}.trust-points svg{margin-top:2px;color:#c9d9c2}.trust-points article>div{display:grid;grid-gap:5px;gap:5px}.trust-points strong{color:var(--white);font-size:15px}.trust-points span{color:#edf2ea;font-size:13px;line-height:1.65}.final-section{padding:86px 0;background:var(--warm)}.final-layout{display:grid;grid-template-columns:1fr auto;grid-gap:60px;gap:60px;align-items:center}.final-copy h2{margin-bottom:8px}.final-copy{max-width:720px}.final-actions{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:14px}.site-footer{padding:20px 0;border-top:1px solid var(--line);background:var(--paper)}.footer-legal{min-height:24px;display:flex;align-items:center;justify-content:center;gap:14px;color:var(--muted);font-size:11px}.footer-legal a:hover{color:var(--brand)}.modal-shell{position:fixed;z-index:3000;inset:0;display:grid;place-items:center}.modal-backdrop{position:absolute;inset:0;border:0;background:rgba(27,39,31,.64);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.qr-dialog{width:min(420px,calc(100vw - 32px));max-height:calc(100vh - 32px);padding:28px 34px 30px;overflow:auto;position:relative;border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:0 34px 100px rgba(11,24,15,.35);text-align:center;animation:productEnter .22s cubic-bezier(.22,1,.36,1) both}.modal-close{position:absolute;right:14px;top:14px}.dialog-logo{width:58px;height:58px;margin-bottom:12px;border-radius:50%}.qr-dialog h2{margin:0 0 8px;font-size:25px}.qr-dialog>p:not(.overline){color:var(--body);font-size:14px}.dialog-qr{width:224px;height:224px;margin:18px auto 14px;padding:10px;border:1px solid var(--line-strong);border-radius:8px;background:var(--white)}.dialog-qr img{width:100%;height:100%;display:block;object-fit:cover}.qr-dialog small{display:block;color:var(--muted);font-size:11px}.account-shell,.auth-shell{min-height:100vh;padding:136px 0 76px;background:var(--warm)}.auth-layout{display:grid;grid-template-columns:minmax(580px,1.2fr) minmax(360px,.8fr);grid-gap:44px;gap:44px;align-items:center}.auth-visual{min-width:0}.auth-visual-copy{max-width:620px;margin-bottom:24px}.account-layout h1,.auth-visual-copy h1{margin:0 0 12px;font-size:46px;line-height:1.2}.account-layout>div:first-child>p:not(.overline),.auth-visual-copy>p:not(.overline){color:var(--body)}.auth-visual>img{width:100%;height:auto;display:block;border:1px solid var(--line-strong);border-radius:8px;box-shadow:var(--shadow-product)}.account-panel,.login-panel{padding:34px;border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:var(--shadow-soft)}.login-logo{width:58px;height:58px;margin-bottom:16px;border-radius:50%}.account-panel h2,.login-panel h2{margin:0 0 8px;font-size:28px;line-height:1.3}.account-panel>p,.login-note{margin-bottom:24px;color:var(--body);font-size:14px}.login-form{display:grid;grid-gap:17px;gap:17px}.input-field{display:grid;grid-gap:7px;gap:7px}.input-field>span{color:var(--body);font-size:13px;font-weight:750}.input-field>div{height:50px;padding:0 13px;border:1px solid var(--line-strong);border-radius:8px;display:flex;align-items:center;gap:9px;color:var(--sage);background:var(--white);transition:border-color .18s ease,box-shadow .18s ease}.input-field>div:focus-within{border-color:var(--brand);box-shadow:0 0 0 4px rgba(63,104,69,.11)}.input-field input{min-width:0;height:100%;flex:1 1;border:0;outline:0;color:var(--ink);background:transparent}.input-field input::placeholder{color:#a4aaa5}.password-toggle{width:34px;height:34px;padding:0;border:0;display:grid;place-items:center;color:var(--muted);background:transparent;cursor:pointer}.form-message{margin:0;padding:10px 12px;border-radius:8px;font-size:13px}.form-message.error{color:#8b382f;background:#fff0ec}.login-submit{width:100%;margin-top:2px}.login-submit:disabled{cursor:wait;opacity:.7;transform:none}.login-support{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:grid;justify-items:start;grid-gap:5px;gap:5px}.account-actions,.login-actions{display:flex;flex-wrap:wrap;gap:12px}.account-layout{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(420px,1.1fr);grid-gap:64px;gap:64px;align-items:center}.account-checks{margin-top:26px;display:grid;grid-gap:10px;gap:10px;color:var(--brand);font-size:14px}.account-checks span{display:flex;align-items:center;gap:9px}.account-summary{margin:24px 0;padding:0;border-top:1px solid var(--line)}.account-summary div{padding:14px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:120px 1fr;grid-gap:20px;gap:20px}.account-summary dt{color:var(--muted);font-size:13px}.account-summary dd{margin:0;color:var(--ink);font-weight:750}.account-actions{align-items:center}.logout-link{color:var(--muted)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}}@media (max-width:1120px){.hero-layout{grid-template-columns:minmax(410px,.92fr) minmax(470px,1.08fr);gap:34px}.phone-main{left:18px;width:288px}.phone-secondary{right:0;width:228px}.evidence-layout{grid-template-columns:minmax(520px,1.25fr) minmax(270px,.75fr)}.product-pair{grid-template-columns:minmax(0,.76fr) minmax(0,1.24fr)}.panel-phone-discovery{width:184px}.panel-phone-profile{width:158px}}@media (max-width:940px){.site-header{position:-webkit-sticky;position:sticky}.nav-shell{position:relative;grid-template-columns:auto 1fr}.desktop-nav{display:none}.desktop-nav.is-open{position:absolute;left:24px;right:24px;top:68px;padding:12px;border:1px solid var(--line);border-radius:8px;display:grid;grid-gap:2px;gap:2px;background:var(--paper);box-shadow:var(--shadow-soft)}.desktop-nav.is-open a{padding:12px;border-radius:6px}.desktop-nav.is-open a:hover{background:var(--green-soft)}.desktop-nav.is-open a:after{display:none}.nav-actions{justify-self:end}.menu-button{display:inline-grid}.account-layout,.auth-layout,.hero-layout,.organization-layout,.split-section,.trust-layout{grid-template-columns:1fr}.home-hero{padding-top:80px}.hero-layout{gap:42px}.hero-product{width:min(650px,100%);margin-inline:auto}.product-pair{grid-template-columns:1fr}.product-panel{min-height:auto}.mini-panel{min-height:720px}.workspace-panel{min-height:610px}.panel-phone-discovery{width:224px}.panel-phone-profile{width:194px}.visitor-section-heading{grid-template-columns:1fr;gap:28px}.visitor-entry{min-height:auto;padding:22px 0 0;border-top:1px solid var(--line-strong);border-left:0;align-items:center}.visitor-journey-gallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.section-copy{max-width:680px}.evidence-layout{grid-template-columns:1fr}.evidence-image{min-height:460px}.evidence-points{grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line)}.evidence-points article{border-right:1px solid var(--line)}.organization-layout{gap:46px}.organization-visual{width:330px;height:590px}.plan-grid{grid-template-columns:1fr}.plan-card>p:not(.plan-billing-caption){min-height:auto}.final-layout{grid-template-columns:1fr;gap:24px}.final-actions{justify-content:flex-start}.auth-visual{order:2}.login-panel{max-width:620px}}@media (max-width:680px){.site-wrap{padding-inline:20px}.nav-shell{height:68px;gap:12px}.brand{gap:9px;font-size:17px}.brand img{width:38px;height:38px}.nav-primary{min-height:38px;padding-inline:12px}.nav-login{display:none}.desktop-nav.is-open{left:12px;right:12px;top:62px}.home-hero{padding:54px 0 62px}.hero-layout,.home-hero{min-height:auto}.hero-copy h1{font-size:48px}.hero-proposition{font-size:23px;line-height:1.45}.hero-description{font-size:15px}.audience-switch{height:52px;grid-template-columns:.9fr 1.1fr}.audience-switch button{gap:5px;padding-inline:6px;font-size:12px}.hero-action{grid-template-columns:100px minmax(0,1fr);gap:14px}.hero-qr{width:100px;height:100px}.hero-action-copy h2{font-size:16px}.hero-action-copy p{font-size:12px}.hero-action-buttons{gap:8px 12px}.hero-action-buttons .button{min-width:0;min-height:40px;padding:9px 13px;font-size:13px}.hero-product{height:540px}.phone-main{left:0;width:250px}.phone-secondary{right:-8px;top:60px;width:190px}.counselor-section,.organization-section,.pricing-section,.product-bridge,.visitor-section{padding:72px 0}.final-copy h2,.section-copy h2,.section-heading h2,.trust-layout h2{font-size:30px}.workspace-stage{width:150%;margin-left:-25%}.product-pair{margin-top:42px}.product-panel{height:auto;min-height:0}.mini-panel{min-height:650px;padding:24px 20px 22px}.product-panel-header{grid-template-columns:1fr;gap:18px}.panel-qr{grid-template-columns:78px minmax(0,1fr);gap:12px}.panel-qr img{width:78px}.mini-screen-stage{padding-top:24px;gap:10px}.panel-phone-discovery{width:52%}.panel-phone-profile{width:43%}.workspace-panel{min-height:0;padding:24px 20px 22px}.workspace-panel-header{align-items:flex-start;flex-direction:column;gap:18px}.workspace-screen-frame{margin-top:28px}.workspace-screen-frame figcaption{align-items:flex-start;flex-direction:column;gap:2px}.visitor-section-heading{margin-bottom:32px}.visitor-entry{align-items:flex-start;flex-direction:column;gap:16px}.visitor-journey-gallery{margin-inline:-20px;padding:0 20px 14px;overflow-x:auto;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(250px,78vw);gap:14px;scroll-snap-type:x mandatory;scrollbar-width:none}.visitor-journey-gallery::-webkit-scrollbar{display:none}.journey-card{scroll-snap-align:start}.evidence-image{min-height:340px}.evidence-points{grid-template-columns:1fr}.organization-visual{width:min(310px,86vw);height:550px}.plan-card{padding:24px 20px}.billing-switch{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.billing-switch button{padding-inline:10px}.final-section,.trust-section{padding:64px 0}.trust-layout{gap:28px}.final-actions{display:grid;grid-template-columns:1fr}.final-actions .button{width:100%}.footer-legal{justify-content:center;flex-wrap:wrap;gap:4px 12px;text-align:center}.qr-dialog{padding-inline:24px}.account-shell,.auth-shell{min-height:calc(100vh - 68px);padding:52px 0 64px}.account-layout h1,.auth-visual-copy h1{font-size:34px}.auth-visual>img{width:140%;max-width:none;margin-left:-20%}.account-panel,.login-panel{padding:26px 20px}.account-panel h2,.login-panel h2{font-size:24px}.account-actions,.login-actions{display:grid;grid-template-columns:1fr}.account-actions .button,.login-actions .button{width:100%}.account-summary div{grid-template-columns:1fr;gap:2px}}@media (max-width:420px){.nav-primary{font-size:12px}.hero-action{grid-template-columns:86px minmax(0,1fr)}.hero-qr{width:86px;height:86px}.hero-product{height:500px}.phone-main{width:224px}.phone-secondary{width:172px}}