/* YaoAI — a calm, editorial product system. Figtree is loaded by render.js. */
:root{
 color-scheme:light;--paper:#f6faf7;--surface:#fff;--soft:#ebf6ee;--ink:#18251d;--ink2:#2e4234;
 --muted:#536259;--quiet:#6e7e74;--line:#d9e7dd;--line2:#c6d8cc;--brand:#25d366;
 --teal:#087a46;--mint:#e4f7ea;--deep:#103d27;--danger:#b43b32;--radius:16px;
 --shadow:0 24px 68px rgba(21,39,32,.13);--font:'Figtree',-apple-system,BlinkMacSystemFont,'Segoe UI','PingFang SC','Microsoft YaHei',sans-serif;
 --mono:ui-monospace,'SFMono-Regular',Consolas,monospace;--content:1180px;
 font-family:var(--font);font-synthesis:none;font-optical-sizing:auto;-webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;text-rendering:geometricPrecision
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:28px}
body{margin:0;min-width:320px;background:var(--paper);color:var(--ink);font:16px/1.62 var(--font)}
button,input,select,textarea{font:inherit}button{color:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}
img{display:block;max-width:100%}a{color:inherit;text-decoration:none}a:hover{color:var(--teal)}
h1,h2,h3,h4,p{margin:0}h1,h2,h3,h4{color:var(--ink);line-height:1.14;letter-spacing:-.035em}
h1{font-size:clamp(42px,5.4vw,72px);font-weight:600}h2{font-size:clamp(30px,3.5vw,48px);font-weight:570}h3{font-size:20px;font-weight:600}
p{color:var(--muted)}small{color:var(--quiet);font-size:13px}code,pre{font-family:var(--mono)}hr{border:0;border-top:1px solid var(--line)}
:focus-visible{outline:3px solid #087e9c;outline-offset:3px}
.skip-link{position:fixed;z-index:200;left:16px;top:12px;padding:10px 14px;transform:translateY(-150%);border:2px solid #087e9c;border-radius:8px;background:#fff;color:var(--ink)}
.skip-link:focus{transform:none}header,main,footer{position:relative}
.wrap{width:min(var(--content),calc(100% - 64px));margin-inline:auto}.section{padding-block:clamp(72px,9vw,118px)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:48px;margin-bottom:44px}.section-head>p{max-width:430px}
.center{text-align:center}.center>p{margin-inline:auto}
.icon{width:19px;height:19px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.eyebrow,.human-kicker{margin-bottom:16px;color:var(--teal);font:600 12px/1.4 var(--mono);letter-spacing:.06em}
.tag{display:inline-flex;align-items:center;gap:9px;max-width:100%;padding:7px 12px;border:1px solid var(--line);border-radius:99px;background:#ffffffc2;color:var(--muted);font-size:12px;font-weight:550}
.tag i{width:7px;height:7px;border-radius:50%;background:#16977d}.subtle{color:var(--quiet);font-size:13px}.accent{color:var(--teal)}.muted{color:var(--muted)}

/* Black capsule navigation */
#header{z-index:50}.nav{position:relative;display:flex;align-items:center;width:min(900px,calc(100% - 48px));height:auto;min-height:58px;margin:22px auto 0;padding:7px 10px 7px 15px;border:0;border-radius:99px;background:#080b0a;color:#fff;backdrop-filter:none}
.brand{display:inline-flex;align-items:center;gap:8px;color:var(--ink);font-size:18px;font-weight:700;letter-spacing:-.025em;white-space:nowrap}
.brand img{width:29px;height:29px;border-radius:9px}.nav .brand{flex:0 0 auto;color:#fff}
.nav-links{display:flex;align-items:center;justify-content:center;gap:clamp(14px,2vw,25px);margin-inline:auto;padding-inline:22px}
.nav-links a,.nav-login{color:#ffffffdc;font-size:13.5px;font-weight:500;white-space:nowrap;transition:color .18s}
.nav-links a:hover,.nav-login:hover{color:var(--brand)}.nav-actions{display:flex;align-items:center;gap:14px;flex:0 0 auto}
.language{display:inline-flex;align-items:center;gap:5px;padding:7px 3px;color:#fffc;font-size:12px}.language .icon{width:15px;height:15px}.language-menu{position:relative}.language-menu summary{display:flex;align-items:center;gap:6px;cursor:pointer;list-style:none;padding:7px 3px;color:#fffc;font-size:12px;white-space:nowrap}.language-menu summary::-webkit-details-marker{display:none}.language-menu summary .icon{width:15px;height:15px}.language-menu[open] summary{color:#fff}.language-options{position:absolute;z-index:90;top:calc(100% + 10px);right:-10px;display:grid;min-width:172px;padding:7px;border:1px solid #ffffff20;border-radius:14px;background:#101614;box-shadow:0 16px 38px #0006}.language-options a{padding:9px 11px;border-radius:8px;color:#e6f4e9;font-size:13px;white-space:nowrap}.language-options a:hover{background:#ffffff12;color:var(--brand)}
.nav .button.primary{min-height:38px;padding:8px 17px;border:0;border-radius:99px;background:#fff;color:#111;box-shadow:none;font-size:13px}
.nav .button.primary:hover{background:var(--brand);color:#071114}.menu-toggle{display:none;width:38px;height:38px;place-items:center;border-radius:50%;color:#fff}
.menu-toggle:hover{background:#ffffff1f}.menu-toggle .icon{width:20px;height:20px}

/* Buttons and fields */
.button{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:9px;padding:11px 19px;border:1px solid var(--line2);border-radius:99px;background:var(--surface);color:var(--ink);font-size:14px;font-weight:580;line-height:1.2;text-align:center;transition:translate .18s,background .18s,border-color .18s,color .18s,box-shadow .18s}
.button .icon{width:16px;height:16px}.button:hover{translate:0 -2px;border-color:var(--ink);background:#fff;color:var(--ink)}
.button.primary{border-color:var(--ink);background:var(--ink);color:#fff;box-shadow:0 8px 20px #0d1d181f}
.button.primary:hover{border-color:#202c28;background:#202c28;color:#fff;box-shadow:0 11px 24px #0d1d182b}
.button.small{min-height:38px;padding:8px 14px;font-size:13px}.button.danger{border-color:#e5b4af;background:#fff8f7;color:var(--danger)}
.button:disabled,button:disabled{translate:none}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}
.text-link{display:inline-flex;align-items:center;gap:7px;color:#087d79;font-size:14px;font-weight:600}.text-link .icon{width:16px;height:16px}
input,select,textarea{width:100%;min-height:46px;padding:11px 13px;border:1px solid var(--line2);border-radius:10px;background:#fff;color:var(--ink)}
textarea{min-height:115px;resize:vertical}label{display:block;margin:15px 0 7px;color:var(--ink2);font-size:13px;font-weight:600}

/* Home: clear product promise, real extension screenshots */
.human-hero{position:relative;isolation:isolate;overflow:hidden;padding:clamp(64px,8vw,104px) 0 0;background:var(--paper)}
.human-hero::before{position:absolute;z-index:-1;right:0;bottom:0;left:0;height:clamp(220px,27vw,340px);background:#38c6ec;content:''}
.human-hero-grid{display:flex;flex-direction:column;align-items:center}.human-copy{width:min(100%,960px);text-align:center}
.human-kicker{display:flex;justify-content:center;align-items:center;gap:10px;color:var(--teal)}
.human-kicker span{padding-left:10px;border-left:1px solid var(--line2);color:var(--quiet);font:500 12px/1.4 var(--font);letter-spacing:0}
.human-copy h1{max-width:1050px;margin:0 auto;font-size:clamp(48px,6.25vw,82px);font-weight:560;letter-spacing:-.062em;line-height:1.08;text-wrap:balance}
.human-lead{max-width:760px;margin:22px auto 0;color:#58645f;font-size:clamp(16px,1.35vw,18px);line-height:1.65;text-wrap:pretty}
.human-lead strong{color:var(--ink);font-weight:620}.human-copy .actions{justify-content:center;margin-top:27px}
.human-copy .button.primary{border-color:#070b0a;background:#070b0a}.human-copy .button.primary:hover{border-color:#202c28;background:#202c28}
.human-proof{display:flex;flex-wrap:wrap;justify-content:center;gap:11px 26px;margin-top:27px}
.human-proof span{display:inline-flex;align-items:center;gap:7px;color:#46534e;font-size:12.5px;font-weight:530}
.human-proof .icon{width:15px;height:15px;color:#087d79}.hero-shot-wrap{width:min(100%,1050px);margin:49px auto 0}
.real-screenshot{overflow:hidden;margin:0;border:1px solid #1117141c;border-radius:16px;background:#fff;box-shadow:0 24px 74px #0a303033}
.shot-window{display:flex;align-items:center;gap:6px;height:28px;padding:0 12px;border-bottom:1px solid #e8ece9;background:#fbfcfb}
.shot-window span{width:7px;height:7px;border-radius:50%;background:#d1d8d4}
.real-screenshot img{width:100%;height:auto;background:#f1f3f2}
.real-screenshot figcaption{padding:11px 15px 12px;border-top:1px solid #e9eeeb;color:#66716d;font-size:12px;line-height:1.5}
.human-problem{padding:clamp(72px,9vw,112px) 0;background:var(--deep);color:#fff}
.problem-intro{max-width:820px}.human-problem .human-kicker{color:#79d9d0}
.problem-intro h2{max-width:760px;color:#fff;font-size:clamp(36px,4.3vw,58px)}
.problem-intro>p:last-child{max-width:650px;margin-top:20px;color:#c0cbc6;font-size:16px}
.customer-steps{display:grid;grid-template-columns:repeat(3,1fr);margin-top:58px;border-top:1px solid #ffffff38}
.customer-step{min-height:190px;padding:24px 28px 8px 0}.customer-step+.customer-step{padding-left:28px;border-left:1px solid #ffffff2e}
.customer-step>span{display:block;margin-bottom:26px;color:#72d7d0;font:12px var(--mono);letter-spacing:.1em}
.customer-step h3{margin-bottom:10px;color:#fff;font-size:18px}.customer-step p{color:#bdc9c3;font-size:14px;line-height:1.7}
.real-interface-section{padding:clamp(76px,9vw,116px) 0;background:#fff}
.real-title{display:flex;justify-content:space-between;align-items:end;gap:45px;margin-bottom:38px}
.real-title h2{max-width:730px}.real-title>p{max-width:405px;font-size:15px}
.real-shot-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:26px}
.shot-feature{min-width:0}.shot-feature .real-screenshot{border-radius:13px;box-shadow:0 15px 38px #14241e1a}
.shot-feature .real-screenshot img{max-height:500px;object-fit:contain;object-position:top center}
.shot-copy{padding:20px 3px 0}.shot-copy h3{margin-bottom:8px;font-size:19px}.shot-copy p{font-size:14px;line-height:1.7}
.feature-detail{background:#f4f6f3}.plain-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.plain-feature{min-width:0;padding:25px 24px 22px;border:1px solid var(--line);border-radius:14px;background:#fff;transition:translate .2s,border-color .2s,box-shadow .2s}
.plain-feature:hover{translate:0 -3px;border-color:#abcfc9;box-shadow:0 12px 32px #18372e12}
.icon-box{display:grid;width:39px;height:39px;place-items:center;border:1px solid #cce5e0;border-radius:11px;background:#eef9f6;color:var(--teal)}
.icon-box .icon{width:20px;height:20px}.plain-feature h3{margin:19px 0 8px;font-size:17px}
.plain-feature p{font-size:13.5px;line-height:1.68}.plain-feature small{display:inline-flex;margin-top:18px;padding-top:10px;border-top:1px solid var(--line);font-size:11.5px}
.feature-gated{background:#fbfcfa}.feature-gated small{color:#207873}
.plans-bridge{padding:clamp(76px,9vw,110px) 0;background:#e8f5f2}
.plans-bridge .wrap{display:grid;grid-template-columns:.78fr 1.22fr;align-items:start;gap:72px}
.plans-intro h2{font-size:clamp(32px,3.5vw,46px)}.plans-intro>p:not(.human-kicker){margin:18px 0 23px;font-size:15px}
.plan-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.plan-option{padding:23px;border:1px solid #cbded9;border-radius:14px;background:#ffffffc7}
.plan-index{display:block;margin-bottom:22px;color:#167c76;font:11px var(--mono)}
.plan-option h3{margin-bottom:10px;font-size:18px}.plan-option p{font-size:13px;line-height:1.7}
.plan-option small{display:block;margin-top:14px;color:#53605b;font-size:11.5px}
.plan-option-dark{border-color:#15241f;background:#15241f}.plan-option-dark h3,.plan-option-dark p{color:#fff}
.plan-option-dark p{color:#c7d2cc}.plan-option-dark .plan-index,.plan-option-dark small{color:#82d8d0}
.human-final{padding:70px 0;background:#101815;color:#fff}.human-final .wrap{display:flex;align-items:center;justify-content:space-between;gap:40px}
.human-final .human-kicker{margin-bottom:10px;color:#7ed9d0}.human-final h2{max-width:700px;color:#fff;font-size:clamp(32px,4vw,48px)}
.human-final p:last-child{max-width:600px;margin-top:12px;color:#c1ccc7}.human-final .actions{flex:0 0 auto}
.human-final .button.primary{border-color:#fff;background:#fff;color:#111}
.human-final .button:not(.primary){border-color:#ffffff59;background:transparent;color:#fff}

/* Product pages */
.product-intro{padding:74px 0 88px;background:#fff}
.product-intro-grid{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:70px}
.product-intro-grid h1{max-width:760px;font-size:clamp(44px,5.6vw,70px)}
.product-intro-grid>div>p{max-width:650px;margin-top:19px;font-size:17px}.product-intro-grid .actions{margin-top:27px}
.product-intro-note{padding:24px;border:1px solid #cde5df;border-radius:14px;background:#eff8f5}
.product-intro-note strong,.product-intro-note span{display:block}.product-intro-note strong{margin-bottom:9px;font-size:16px}
.product-intro-note span{color:var(--muted);font-size:14px}
.task-walkthrough{padding:90px 0;background:var(--paper)}
.task-walkthrough ol{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:35px 0 0;padding:0;list-style:none}
.task-walkthrough li{display:flex;gap:14px;padding:22px 18px;border-top:1px solid var(--line2)}
.task-walkthrough li>span{flex:0 0 25px;color:#16847f;font:13px var(--mono)}
.task-walkthrough li h3{margin-bottom:8px;font-size:16px}.task-walkthrough li p{font-size:13px;line-height:1.7}
.product-proof{padding:88px 0;background:#fff}.proof-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(30px,6vw,78px);margin-bottom:85px}
.proof-grid:last-child{margin-bottom:0}.proof-grid.reverse .proof-copy{order:2}
.proof-copy h2{max-width:580px}.proof-copy>p:last-child{max-width:540px;margin-top:15px}
.proof-grid .real-screenshot{box-shadow:0 16px 44px #14241e1a}
.use-limits{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;padding:80px max(32px,calc((100% - var(--content))/2));background:#edf5f1}
.use-limits h2{max-width:570px}.limit-list{display:grid;gap:11px}.limit-list p{display:flex;gap:10px;font-size:14px}.limit-list .icon{color:#167e78}
.product-grid,.product-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.product-card,.product-feature-grid article{padding:26px;border:1px solid var(--line);border-radius:15px;background:#fff}
.product-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:21px}
.product-card h3{margin:0 0 10px;font-size:22px}.product-card>p{margin-bottom:12px;font-size:14px}
.product-micro,.style-sample{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.product-micro span,.style-sample span{padding:5px 10px;border:1px solid var(--line);border-radius:99px;color:var(--quiet);font-size:11px}
.product-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.product-feature-grid article h3{margin:16px 0 8px}.product-feature-grid article p{font-size:14px}
.product-feature-grid article{transition:translate .2s,box-shadow .2s}.product-feature-grid article:hover{translate:0 -3px;box-shadow:0 12px 30px #14241e14}
.product-feature-grid small{display:block;margin-top:13px;padding-top:11px;border-top:1px solid var(--line);font-size:12px}
.version{margin-top:12px;color:var(--quiet);font-size:12px}.download-card{display:flex;flex-direction:column}.download-card .button{width:100%;margin-top:auto}

/* Shared preview, FAQ, account pages */
.hero{padding:60px 0 76px;background:#f1f5f2}.hero-top{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px}
.hero-copy h1{margin:22px 0}.hero-copy h1 em{color:var(--teal);font-style:normal}.hero-copy>p{max-width:580px;font-size:17px}.hero-copy .actions{margin-top:26px}
.hero-caption,.workflow-words{display:flex;flex-wrap:wrap;gap:10px 19px;margin-top:20px}
.hero-caption span,.workflow-words span{display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}
.hero-caption .icon,.workflow-words .icon{width:15px;height:15px;color:#14817a}
.hero-art{position:relative;padding:24px}.orbital{position:absolute;inset:6% 4%;border:1px solid #cddbd5;border-radius:50%}
.hero-preview{position:relative;z-index:1;overflow:hidden;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}
.preview-title,.chat-contact,.composer-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}
.preview-title>span{display:inline-flex;align-items:center;gap:8px;font-weight:620}.preview-title .icon{color:#16827c}
.dots{display:flex;gap:5px}.dots i{width:6px;height:6px;border-radius:50%;background:#cbd5cf}.chat-body{margin-top:20px}
.chat-contact{justify-content:flex-start;margin-bottom:15px}.avatar{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:#e0f1ed;color:#197b73;font-size:12px}.chat-contact p{font-size:11px}
.bubble{width:88%;padding:14px;border-radius:12px 12px 12px 3px;background:#f1f5f2;color:var(--ink2);font-size:13px}
.translation{margin-top:10px;padding:10px;border-left:2px solid #21a38f;background:#e9f6f2;color:#33423c;font-size:12px}
.composer{margin-top:17px;padding:13px;border:1px solid var(--line);border-radius:11px;background:#fcfdfc}
.composer-tabs{display:flex;flex-wrap:wrap;gap:6px}.composer-tabs span{padding:5px 9px;border-radius:99px;color:var(--quiet);font-size:10px}
.composer-tabs .selected{background:#101815;color:#fff}.composer>p{margin:11px 0;font-size:12px}
.composer-bottom{color:var(--quiet);font-size:10px}.composer-bottom>span{display:inline-flex;align-items:center;gap:5px}
.composer-bottom .icon{width:13px;height:13px}.mini-button{padding:6px 8px;border-radius:7px;background:var(--ink);color:#fff;font-size:10px}
.floating-note{position:absolute;right:-15px;bottom:0;display:flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid var(--line);border-radius:99px;background:#fff;box-shadow:0 8px 24px #00000014;font-size:11px}
.floating-note .icon{width:15px;height:15px;color:#138178}.hero-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:56px;padding-top:20px;border-top:1px solid var(--line2)}
.hero-bottom>p{font:10px var(--mono);letter-spacing:.07em}
.bento{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.bento article{min-height:210px;padding:24px;border:1px solid var(--line);border-radius:14px;background:#fff}
.bento article h3{margin:17px 0 9px;font-size:17px}.bento article p{font-size:13.5px}
.product-card .feature-list,.feature-list{display:grid;gap:9px;margin:17px 0;padding:0;list-style:none}
.feature-list li{display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:13px}
.feature-list .icon{width:15px;height:15px;margin-top:3px;color:#118276}.product-card .text-link{margin-top:7px}
.privacy-strip{display:grid;grid-template-columns:.85fr 1.15fr;gap:58px;align-items:start;margin-top:86px;padding-top:65px;border-top:1px solid var(--line2)}
.privacy-points{display:grid;gap:10px}.privacy-point{display:flex;gap:14px;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff}
.privacy-point>.icon{width:19px;height:19px;margin-top:2px;color:#147c79}.privacy-point h3{margin-bottom:5px;font-size:15px}.privacy-point p{font-size:13px}
.faq{display:grid;gap:9px;max-width:900px;margin:35px auto 0}.faq details{padding:0 18px;border:1px solid var(--line);border-radius:11px;background:#fff}
.faq details[open]{border-color:#a8cbc5}.faq summary{position:relative;padding:17px 30px 17px 0;color:var(--ink);font-size:15px;font-weight:600;cursor:pointer;list-style:none}
.faq summary::-webkit-details-marker{display:none}.faq summary::after{position:absolute;right:2px;content:'+';color:#167e78;font-size:21px}
.faq details[open] summary::after{content:'−'}.faq details p{padding:0 0 17px;font-size:14px;line-height:1.7}
.cta{padding:56px;border-radius:18px;background:#12231f;color:#fff;text-align:center}.cta .eyebrow,.cta h2{color:#fff}
.cta>p{max-width:580px;margin:16px auto 24px;color:#c6d0cb}.cta .actions{justify-content:center}

/* Pricing, downloads, legal, dashboard and admin */
.page-top{padding:76px 0 40px}.page-top h1{max-width:900px;font-size:clamp(40px,5vw,62px)}
.page-top>p:last-child{max-width:700px;margin-top:15px;font-size:16px}
.product-hero{padding:70px 0}.product-hero .hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:54px}
.product-hero .hero-copy h1{font-size:clamp(42px,5vw,64px)}.product-hero .hero-visual{max-width:100%}
.product-hero .hero-visual .real-screenshot{box-shadow:var(--shadow)}
.price-card{position:relative;display:flex;flex-direction:column;padding:27px;border:1px solid var(--line);border-radius:15px;background:#fff}
.price-card.featured{border-color:#4aa99e;box-shadow:0 14px 38px #136a6117}.price-card h3{margin-top:6px;font-size:20px}
.price{display:flex;align-items:baseline;gap:5px;margin:17px 0 5px;color:var(--ink);font-size:42px;font-weight:620;letter-spacing:-.05em}
.price sup{color:var(--muted);font-size:18px}.price span{color:var(--quiet);font-size:12px;font-weight:500}
.price-note{margin-bottom:7px;color:var(--quiet);font-size:12px}.price-card .feature-list{flex:1}.price-card .button{width:100%;margin-top:15px}
.price-badge{position:absolute;top:-11px;left:25px;padding:4px 11px;border-radius:99px;background:#bceef7;color:#10333b;font-size:11px;font-weight:650}
.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;align-items:stretch}
.balance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}
.balance-card{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff}
.balance-card h3{margin-bottom:7px;color:var(--muted);font-size:12px;letter-spacing:0}
.balance-card strong{display:block;font-size:29px;letter-spacing:-.04em}.balance-card small{font-size:11px}
.auth-layout{display:grid;grid-template-columns:1fr minmax(340px,430px);align-items:center;gap:68px;padding:75px 0 100px}
.auth-intro h1{font-size:clamp(38px,4.5vw,58px)}.auth-intro>p{max-width:480px;margin-top:15px;font-size:16px}
.auth-points{display:grid;gap:12px;margin-top:28px}.auth-points span{display:flex;align-items:center;gap:9px;color:var(--muted);font-size:14px}
.auth-points .icon{width:17px;height:17px;color:#148078}
.form-card{padding:30px;border:1px solid var(--line);border-radius:15px;background:#fff;box-shadow:0 14px 42px #14241e12}
.form-card h2{font-size:24px}.form-card>p{margin-top:7px;font-size:13px}.form-card .notice{margin:15px 0}
.form-card .button{width:100%;margin-top:18px}.form-error{min-height:20px;margin-top:10px;color:var(--danger);font-size:13px}
.form-legal,.form-footer{margin-top:15px;color:var(--quiet);font-size:12px;line-height:1.65}
.form-legal a,.form-footer a{color:#087e9c}.form-footer{padding-top:14px;border-top:1px solid var(--line)}
.inline-form{display:flex;align-items:end;flex-wrap:wrap;gap:12px}.inline-form>div{flex:1;min-width:180px}
.notice{padding:13px 15px;border:1px solid #cce3de;border-radius:10px;background:#f0f8f5;color:#3d5e56;font-size:13px}
.panel{padding:22px;border:1px solid var(--line);border-radius:13px;background:#fff}
.table-wrap{max-width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:11px;background:#fff}
table{width:100%;border-collapse:collapse;font-size:13px}th,td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
th{background:#f0f4f1;color:var(--ink2);font-weight:620}tr:last-child td{border-bottom:0}
.prose{max-width:850px}.prose h2{margin:35px 0 13px;font-size:25px;scroll-margin-top:20px}
.prose h3{margin:24px 0 9px;font-size:18px}.prose p,.prose li{color:#4f5b56;font-size:14px;line-height:1.78}
.prose p+p{margin-top:12px}.prose ul,.prose ol{display:grid;gap:8px;padding-left:22px}
.prose pre{max-width:100%;overflow-x:auto;padding:16px;border:1px solid var(--line);border-radius:11px;background:#f0f3f0;color:#17221d;font-size:12px;line-height:1.7}
.prose a{color:#087e9c;text-decoration:underline;text-underline-offset:2px}
.docs-layout{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:start;gap:44px;padding-bottom:100px}
.docs-nav{position:sticky;top:20px;display:grid;gap:9px}.docs-nav a{color:var(--muted);font-size:13px}
.legal-hero{padding-bottom:30px}
.policy-layout{display:grid;grid-template-columns:260px minmax(0,1fr);align-items:start;gap:50px;padding-bottom:100px}
.policy-side{position:sticky;top:20px}.policy-meta{overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff}
.policy-meta>div{padding:13px 15px;border-bottom:1px solid var(--line)}.policy-meta>div:last-child{border-bottom:0}
.policy-meta span{display:block;color:var(--quiet);font:10px var(--mono);text-transform:uppercase}
.policy-meta strong{display:block;overflow-wrap:anywhere;margin-top:5px;color:var(--muted);font-size:12px;font-weight:500}
.policy-meta a{color:#087e9c}.policy-side nav{display:grid;gap:7px;margin-top:17px;padding-left:5px}
.policy-side nav a{color:var(--quiet);font-size:12px}.policy-body section{padding:8px 0 24px;border-bottom:1px solid var(--line);scroll-margin-top:20px}
.policy-body h2{margin:14px 0 9px;font-size:22px}.policy-links{display:flex;flex-wrap:wrap;gap:18px;margin-top:26px;font-size:13px}
.policy-links a{color:#087e9c}
.dashboard{display:grid;grid-template-columns:220px minmax(0,1fr);align-items:start;gap:44px;padding:52px 0 100px}
.dash-nav{position:sticky;top:20px;display:grid;gap:4px}
.dash-nav button{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:9px;color:var(--muted);text-align:left}
.dash-nav button:hover,.dash-nav button.active{background:#e8f2ee;color:var(--ink)}.dash-nav .icon{width:17px;height:17px}
/* 管理后台入口和用户中心的标签页分开成两组，免得看起来像同一个导航里的普通一项。 */
.dash-nav-group{margin-top:13px;padding-top:13px;border-top:1px solid var(--line)}
.dash-nav-group button{color:var(--teal)}
.dash-nav-group button:hover{background:#e8f2ee;color:var(--deep)}
.dash-content h1{font-size:31px}.dash-content>p{margin-top:8px}
.dash-content .panel,.dash-content .balance-grid,.dash-content .notice{margin-top:20px}.dash-content .actions{margin-top:21px}
.license-row,.key-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0;border-bottom:1px solid var(--line)}
.license-row:last-child,.key-row:last-child{border-bottom:0}.license-row h3{font-size:15px;letter-spacing:0}
.license-row p,.key-row p{margin-top:4px;font-size:12px}
.admin-head{display:flex;align-items:end;justify-content:space-between;gap:20px}.admin-search{display:flex;max-width:560px;gap:9px;margin:19px 0}
.admin-search input{margin:0}.admin-search .button{flex:0 0 auto}.admin-table td{white-space:normal}
.admin-error{border-color:#e4b6b1;color:var(--danger)}.admin-revenue{margin-top:9px;color:var(--ink);font-size:17px}
.admin-device{display:block;margin:3px 0}.admin-device .text-link{padding:0;font-size:12px}
#toast{position:fixed;right:20px;bottom:20px;z-index:150;max-width:min(430px,calc(100vw - 40px));padding:12px 16px;border-radius:10px;background:#101815;color:#fff;box-shadow:var(--shadow)}
#toast:empty{display:none}dialog{max-width:min(520px,calc(100% - 32px));padding:28px;border:1px solid var(--line);border-radius:16px;background:#fff;color:var(--ink);box-shadow:var(--shadow)}
dialog::backdrop{background:#0a120f7a;backdrop-filter:blur(3px)}.dialog-close{float:right;width:34px;height:34px;border-radius:50%;background:var(--soft);font-size:20px}
#secret-value{display:block;overflow-wrap:anywhere;margin:15px 0;padding:12px;border-radius:8px;background:#f0f3f0}

/* Product-led YaoAI Whats homepage */
.product-led-hero{position:relative;overflow:hidden;padding:78px 0 88px;background:linear-gradient(135deg,#f6f3ea 0%,#edf4ed 52%,#dbe9dd 100%)}
.product-led-hero::before{position:absolute;top:-260px;right:-190px;width:690px;height:690px;border-radius:50%;background:radial-gradient(circle,#bbd9bf 0%,#bbd9bf00 69%);content:"";pointer-events:none}.product-led-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,.94fr) minmax(420px,1.06fr);align-items:center;gap:70px}
.product-led-copy{max-width:630px}.product-led-kicker{display:flex;align-items:center;gap:9px;margin:0;color:#51705c;font:600 11px var(--mono);letter-spacing:.085em;text-transform:uppercase}.product-led-kicker>span{display:block;width:22px;height:1px;background:#1f8b5a}
.product-led-copy h1{max-width:650px;margin:19px 0 18px;color:#14231a;font-size:clamp(47px,5.6vw,76px);line-height:1.01;letter-spacing:-.07em}.product-led-copy h1 em{color:#1d7c4c;font-style:normal}.product-led-copy>p:not(.product-led-kicker){max-width:590px;color:#405146;font-size:17px;line-height:1.75}.product-led-copy .actions{margin-top:29px}
.product-led-proof{display:flex;flex-wrap:wrap;gap:12px 23px;margin:26px 0 0;padding:0;list-style:none}.product-led-proof li{display:flex;align-items:center;gap:7px;color:#43614c;font-size:12px}.product-led-proof .icon{width:16px;height:16px;color:#19804b}
.product-led-visual{position:relative;z-index:1;width:min(100%,650px);justify-self:end}.product-led-visual .real-screenshot{box-shadow:0 30px 65px #1b3a2428}.product-led-float{position:absolute;right:-22px;bottom:30px;display:grid;gap:5px;max-width:276px;padding:14px 17px;border:1px solid #c5dbca;border-radius:12px;background:#fffffff2;box-shadow:0 18px 38px #1c402527;backdrop-filter:blur(8px)}.product-led-float strong{color:#172b1d;font-size:12px}.product-led-float span{color:#587060;font-size:11px;line-height:1.45}
.product-led-problem{padding:104px 0;background:#12251a;color:#f7f7f1}.product-led-problem .product-led-kicker{color:#a3c5aa}.product-led-problem .product-led-kicker>span{background:#89d49e}.product-led-problem-grid{display:grid;grid-template-columns:1.25fr .75fr;align-items:end;gap:70px;margin-top:23px}.product-led-problem h2{margin:0;font-size:clamp(34px,4.2vw,58px);line-height:1.13;letter-spacing:-.055em}.product-led-problem-grid>p{margin:0;color:#c8d8cb;font-size:16px;line-height:1.78}
.product-led-features{padding:110px 0;background:#f6f5f0}.product-led-section-head{max-width:900px}.product-led-section-head h2{max-width:800px;margin:18px 0 0;color:#19271e;font-size:clamp(36px,4.5vw,61px);line-height:1.08;letter-spacing:-.06em}.product-led-feature-list{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:56px;border:1px solid #d6ddd4;border-radius:18px;overflow:hidden;background:#d6ddd4}.product-led-feature{display:flex;flex-direction:column;min-height:360px;padding:24px;background:#fbfbf8}.product-led-feature-top{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px}.product-led-feature-top>span{color:#1b7b4b;font:600 12px var(--mono)}.product-led-feature-top i{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:#e0efe0;color:#177748}.product-led-feature-top .icon{width:18px;height:18px}.product-led-feature-top small{grid-column:1/-1;margin-top:8px;color:#698071;font:600 10px var(--mono);letter-spacing:.06em;text-transform:uppercase}.product-led-feature h3{margin:32px 0 11px;color:#18271d;font-size:21px;line-height:1.3;letter-spacing:-.035em}.product-led-feature p{margin:0;color:#5a6a5f;font-size:13px;line-height:1.76}.product-led-feature a{display:flex;align-items:center;gap:6px;margin-top:auto;padding-top:20px;color:#147242;font-size:12px;font-weight:700}.product-led-feature a .icon{width:15px;height:15px}
.product-led-showcase{padding:105px 0;background:#fff}.product-led-showcase .wrap{display:grid;gap:24px}.product-led-story{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:clamp(34px,7vw,100px);padding:clamp(30px,5vw,72px);border:1px solid #e0e5df;border-radius:22px;background:#f7f8f4}.product-led-story-dark{background:#172b1d;color:#f8f8f3}.product-led-story-reverse .product-led-story-copy{order:2}.product-led-story-copy>p{margin:0 0 18px;color:#679a73;font:600 11px var(--mono);letter-spacing:.08em}.product-led-story-copy h2{margin:0;color:#17271c;font-size:clamp(31px,3.8vw,51px);line-height:1.1;letter-spacing:-.06em}.product-led-story-dark .product-led-story-copy h2{color:#fff}.product-led-story-copy>p:last-child{margin-top:19px;color:#526459;font:400 15px/1.75 var(--sans)}.product-led-story-dark .product-led-story-copy>p:last-child{color:#c4d3c6}.product-led-story .real-screenshot{max-width:100%;box-shadow:0 18px 42px #15251a1c}.product-led-story-dark .real-screenshot{box-shadow:0 24px 55px #00000042}
.product-led-qna{padding:110px 0;background:#e1eee2}.product-led-qna-grid{display:grid;grid-template-columns:1fr .88fr;align-items:center;gap:clamp(45px,10vw,160px)}.product-led-qna h2{max-width:600px;margin:18px 0;color:#183021;font-size:clamp(38px,4.5vw,60px);line-height:1.08;letter-spacing:-.065em}.product-led-qna p:not(.product-led-kicker){max-width:570px;color:#4b6352;font-size:16px;line-height:1.8}.product-led-qna-card{padding:29px;border-radius:18px;background:#173526;color:#f8faf6;box-shadow:0 24px 45px #1f4b2b21}.product-led-qna-card>div{display:flex;align-items:flex-start;gap:13px}.product-led-qna-card>div>span{display:grid;flex:0 0 auto;place-items:center;width:37px;height:37px;border-radius:50%;background:#356347;color:#b7f0c2}.product-led-qna-card .icon{width:18px;height:18px}.product-led-qna-card strong{font-size:17px;line-height:1.45}.product-led-qna-card p{margin:22px 0 13px;color:#c2d5c6!important;font-size:13px!important;line-height:1.65!important}.product-led-qna-card b{display:block;padding-top:13px;border-top:1px solid #ffffff2b;color:#a7d4b0;font-size:12px;font-weight:500}
.product-led-start{padding:116px 0;background:#fff}.product-led-start-grid{display:grid;grid-template-columns:1fr .85fr;align-items:center;gap:clamp(50px,11vw,170px)}.product-led-start h2{margin:18px 0;color:#19281e;font-size:clamp(37px,4.6vw,61px);line-height:1.1;letter-spacing:-.065em}.product-led-start p:not(.product-led-kicker){max-width:560px;color:#526258;font-size:16px;line-height:1.78}.product-led-start-side{display:grid;justify-items:start;gap:22px}.product-led-start-side .real-screenshot{max-width:380px;box-shadow:0 20px 48px #172a1c1b}
/* Footer and gentle motion */
#footer{padding:58px 0 22px;background:#101815;color:#fff}#footer .brand{color:#fff}
.footer-top{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-bottom:42px}
.footer-brand>p{max-width:330px;margin-top:15px;color:#b9c5bf;font-size:14px}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.footer-links>div{display:grid;align-content:start;gap:10px}.footer-links strong{margin-bottom:5px;color:#f3f5f3;font-size:13px}
.footer-links a{color:#b7c2bc;font-size:12px}.footer-links a:hover{color:#83dbd2}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:17px;border-top:1px solid #ffffff2b;color:#a9b5af;font-size:11px}
.reveal{opacity:1}.motion-ready .reveal{opacity:0;translate:0 18px;transition:opacity .65s cubic-bezier(.22,1,.36,1),translate .65s cubic-bezier(.22,1,.36,1)}
.motion-ready .reveal.visible{opacity:1;translate:0 0}
.motion-ready .reveal:focus-within{opacity:1;translate:0 0}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.motion-ready .reveal{opacity:1;translate:none}}

/* Warm product treatment: orange is a focused accent and screenshots stay readable. */
.product-led-hero{background:linear-gradient(135deg,#fffaf2 0%,#fff0de 53%,#f8dfbf 100%)}
.product-led-hero::before{background:radial-gradient(circle,#f6b35e99 0%,#f6b35e00 69%)}
.product-led-hero-grid{grid-template-columns:minmax(0,.72fr) minmax(520px,1.28fr);gap:52px}
.product-led-copy{max-width:570px}.product-led-kicker{color:#9b4b16}.product-led-kicker>span{background:#d96e18}
.product-led-copy h1{color:#2b1e17;font-size:clamp(47px,5.45vw,74px)}.product-led-copy h1 em{color:#c4580d}.product-led-copy>p:not(.product-led-kicker){max-width:560px;color:#5f4839}
.product-led-proof li{color:#694b37}.product-led-proof .icon{color:#b9500d}.product-led-visual{width:min(100%,810px)}.product-led-visual .real-screenshot{box-shadow:0 30px 65px #6b371b2b}
.product-led-problem{background:#38271e;color:#fffaf5}.product-led-problem .product-led-kicker{color:#ffc987}.product-led-problem .product-led-kicker>span{background:#f5a64a}.product-led-problem h2{color:#fffaf5}.product-led-problem-grid>p{color:#f4d8bd}
.product-led-features{background:#fffaf4}.product-led-section-head h2{color:#2b1e17}.product-led-feature-list{border-color:#ead7c4;background:#ead7c4}.product-led-feature{background:#fffdf9}.product-led-feature-top>span{color:#b9500d}.product-led-feature-top small{color:#9b7254}.product-led-feature h3{color:#322219}.product-led-feature p{color:#6a584b}
.product-led-showcase{background:#fffdf9}.product-led-story{border-color:#efddca;background:#fff6eb}.product-led-story-dark{background:#3d281d}.product-led-story-copy>p{color:#b9500d}.product-led-story-copy h2{color:#33221a}.product-led-story-copy>p:last-child{color:#68584c}.product-led-story-dark .product-led-story-copy h2{color:#fffaf5}.product-led-story-dark .product-led-story-copy>p{color:#ffc987}.product-led-story-dark .product-led-story-copy>p:last-child{color:#f2d8c1}
.product-led-qna{background:#fff0dc}.product-led-qna h2{color:#33221a}.product-led-qna p:not(.product-led-kicker){color:#644c3d}.product-led-qna-card{background:#4b2f20}.product-led-qna-card>div>span{background:#70452c;color:#ffd9a2}.product-led-qna-card p{color:#f0d3ba!important}.product-led-qna-card b{color:#ffc987}
.product-led-start{background:#fffdf9}.product-led-start h2{color:#33221a}.product-led-start p:not(.product-led-kicker){color:#644c3d}

/* YaoAI Whats: WhatsApp green carries the interface; orange only marks key actions. */
.product-led-hero{padding:66px 0 92px;background:linear-gradient(135deg,#f7fcf8 0%,#edf9f0 55%,#d8f4df 100%)}
.product-led-hero::before{top:-240px;right:-150px;background:radial-gradient(circle,#8ee5a7a8 0%,#8ee5a700 69%)}
.product-led-hero-grid{grid-template-columns:minmax(0,.62fr) minmax(580px,1.38fr);gap:38px}.product-led-hero-v3 .product-led-copy{max-width:500px}
.product-led-hero-v3 .product-led-copy h1{max-width:500px;margin:0 0 18px;color:#123a24;font-size:clamp(44px,4.8vw,66px);line-height:1.08;letter-spacing:-.06em}.product-led-hero-v3 .product-led-copy h1 em{color:#087a46}
.product-led-hero-v3 .product-led-copy>p{color:#4f6256;font-size:16px;line-height:1.72}.product-led-hero-v3 .button.primary{border-color:#087a46;background:#087a46;color:#fff}.product-led-hero-v3 .button.primary:hover{border-color:#056237;background:#056237}.product-led-hero-v3 .button:not(.primary){border-color:#bbd6c3;background:#ffffffb8;color:#19452c}
.product-led-visual{width:min(100%,860px)}.product-led-visual .real-screenshot{border-color:#9bc7a7;box-shadow:0 28px 72px #0b48282e}.product-led-visual .real-screenshot img{min-height:390px;object-fit:cover;object-position:top left}
.product-led-features-v3{padding:104px 0;background:#fff}.product-led-features-v3 .product-led-section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;max-width:none}.product-led-features-v3 .product-led-section-head h2{margin:0;color:#163824;font-size:clamp(34px,4vw,52px)}.product-led-features-v3 .product-led-feature-list{margin-top:38px}
.product-led-feature-list-five{grid-template-columns:repeat(5,1fr);border-color:#d4e6d9;background:#d4e6d9}.product-led-feature-list-five .product-led-feature{min-height:300px;background:#fff}.product-led-feature-list-five .product-led-feature-top>span{color:#e97824}.product-led-feature-list-five .product-led-feature-top small{color:#2d7650}.product-led-feature-list-five .product-led-feature h3{margin-top:25px;color:#173c26;font-size:19px}.product-led-feature-list-five .product-led-feature p{color:#56685d}.product-led-feature{transition:transform .32s cubic-bezier(.22,1,.36,1),box-shadow .32s,border-color .32s}.product-led-feature:hover{position:relative;z-index:2;transform:translateY(-8px);box-shadow:0 20px 44px #0b42241c}
.product-led-showcase-v3{padding:92px 0;background:#f4fbf6}.product-led-showcase-v3 .product-led-story{border-color:#d1e5d7;background:#fff}.product-led-showcase-v3 .product-led-story-dark{background:#104a2c}.product-led-showcase-v3 .product-led-story-copy>p{color:#087a46}.product-led-showcase-v3 .product-led-story-copy h2{color:#143c25;font-size:clamp(31px,3.7vw,48px)}.product-led-showcase-v3 .product-led-story-copy>p:last-child{color:#53685a}.product-led-showcase-v3 .product-led-story-dark .product-led-story-copy>p{color:#f5a14c}.product-led-showcase-v3 .product-led-story-dark .product-led-story-copy h2{color:#fff}.product-led-showcase-v3 .product-led-story-dark .product-led-story-copy>p:last-child{color:#d3ebda}
.product-led-qna-v3{padding:98px 0;background:#e4f7ea}.product-led-qna-v3 h2{color:#143c25}.product-led-qna-v3 p:not(.product-led-kicker){color:#52695a}.product-led-qna-v3 .product-led-qna-card{background:#115234}.product-led-qna-v3 .product-led-qna-card>div>span{background:#207348;color:#ffbd7b}.product-led-qna-v3 .product-led-qna-card p{color:#d8eddf!important}.product-led-qna-v3 .product-led-qna-card b{color:#ffbd7b}
.product-intro-v3{background:#f5fbf7}.product-intro-v3 .product-intro-grid h1{color:#143c25}.product-intro-v3 .product-intro-note{border-color:#c9e4d0;background:#e8f7ec}.product-intro-v3 .button.primary{border-color:#087a46;background:#087a46}.product-intro-v3 .button:not(.primary){border-color:#bad6c4;color:#19452c}
@keyframes yaoai-hero-in{from{opacity:0;transform:translateY(22px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes yaoai-shot-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@keyframes yaoai-glow{0%,100%{opacity:.48;transform:scale(1)}50%{opacity:.84;transform:scale(1.08)}}
.product-led-hero-v3::before{animation:yaoai-glow 8s ease-in-out infinite}.product-led-hero-v3 .product-led-copy{animation:yaoai-hero-in .72s cubic-bezier(.22,1,.36,1) both}.product-led-hero-v3 .product-led-visual{animation:yaoai-hero-in .78s .12s cubic-bezier(.22,1,.36,1) both}.product-led-hero-v3 .product-led-visual .real-screenshot{animation:yaoai-shot-float 7s ease-in-out 1.1s infinite}
.product-led-feature-list-five .product-led-feature{opacity:0;transform:translateY(22px);animation:yaoai-hero-in .55s cubic-bezier(.22,1,.36,1) forwards}.product-led-feature-list-five .product-led-feature:nth-child(2){animation-delay:.08s}.product-led-feature-list-five .product-led-feature:nth-child(3){animation-delay:.16s}.product-led-feature-list-five .product-led-feature:nth-child(4){animation-delay:.24s}.product-led-feature-list-five .product-led-feature:nth-child(5){animation-delay:.32s}
@media(prefers-reduced-motion:reduce){.product-led-hero-v3::before,.product-led-hero-v3 .product-led-copy,.product-led-hero-v3 .product-led-visual,.product-led-hero-v3 .product-led-visual .real-screenshot,.product-led-feature-list-five .product-led-feature{animation:none;opacity:1;transform:none}}

/* V4: full-height product presentation, based on extension-injected mock screenshots. */
.product-led-hero-v4{min-height:calc(100svh - 24px);padding:120px 0 60px;background:radial-gradient(circle at 85% 18%,#b8f4ca 0,#b8f4ca00 30%),linear-gradient(135deg,#f8fffa 0%,#e9f8ed 55%,#d9f4e1 100%)}
.product-led-hero-v4 .wrap{display:grid;align-content:center;min-height:calc(100svh - 204px)}.hero-v4-copy{max-width:760px}.hero-v4-copy h1{max-width:800px;margin:14px 0 20px;color:#123a24;font-size:clamp(48px,5.7vw,82px);line-height:1.05;letter-spacing:-.075em}.hero-v4-copy h1 em{color:#087a46;font-style:normal}.hero-v4-copy>p:not(.product-led-kicker){max-width:680px;color:#4d6255;font-size:17px;line-height:1.75}.hero-v4-copy .button.primary{border-color:#087a46;background:#087a46}.hero-v4-copy .button:not(.primary){border-color:#b5d7bf;background:#ffffffbf;color:#16442b}
.hero-v4-shot{width:min(100%,1200px);margin:46px auto 0}.hero-v4-shot .real-screenshot{overflow:hidden;border:1px solid #8fc7a1;border-radius:18px;background:#fff;box-shadow:0 38px 100px #0c482b38}.hero-v4-shot .real-screenshot img{display:block;width:100%;height:auto;min-height:0;object-fit:contain}.hero-v4-notes{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 32px;margin-top:18px;color:#326144;font-size:13px}.hero-v4-notes span{display:flex;align-items:center;gap:7px}.hero-v4-notes .icon{width:16px;color:#e97824}
.feature-overview-v4{padding:118px 0;background:#fff}.feature-overview-head{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(260px,.55fr);gap:58px;align-items:end!important;max-width:none!important}.feature-overview-head h2{margin:13px 0 0;color:#143c25;font-size:clamp(37px,4.4vw,61px);letter-spacing:-.07em}.feature-overview-head>p{margin:0 0 8px;color:#587063;font-size:16px;line-height:1.75}.feature-deep-list{display:grid;gap:26px;margin-top:56px}.feature-deep{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(280px,.72fr) minmax(420px,1.28fr);align-items:center;gap:clamp(35px,8vw,120px);overflow:hidden;padding:clamp(34px,6vw,78px);border:1px solid #d5e8da;border-radius:26px;background:#f8fcf9;transition:border-color .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s cubic-bezier(.2,.8,.2,1),transform .5s cubic-bezier(.2,.8,.2,1)}
.feature-deep::before{position:absolute;z-index:-1;top:-45%;right:-15%;width:440px;height:440px;border-radius:50%;background:conic-gradient(from 80deg,#83e6aa00,#83e6aa5e,#ffb16a40,#83e6aa00 58%);content:"";opacity:0;filter:blur(5px);transition:opacity .55s;animation:feature-orbit 11s linear infinite}.feature-deep::after{position:absolute;z-index:-1;right:8%;bottom:10%;width:13px;height:13px;border:3px solid #e97824;border-radius:50%;content:"";opacity:0;box-shadow:0 0 0 14px #e9782412,0 0 0 30px #e9782407;transition:opacity .45s,transform .5s}.feature-deep:hover{z-index:2;transform:translateY(-5px);border-color:#79c995;box-shadow:0 28px 68px #1154311e}.feature-deep:hover::before,.feature-deep:hover::after{opacity:1}.feature-deep:hover::after{transform:scale(1.45)}.feature-deep:nth-child(even){grid-template-columns:minmax(420px,1.28fr) minmax(280px,.72fr);background:#f3fbf5}.feature-deep:nth-child(even) .feature-deep-copy{order:2}.feature-deep-top{display:flex;align-items:center;gap:16px}.feature-deep-top>span{color:#e97824;font:700 14px var(--mono);letter-spacing:.05em}.feature-deep-top p{margin:0;color:#087a46;font:700 11px var(--mono);letter-spacing:.12em}.feature-deep h3{margin:24px 0 17px;color:#143c25;font-size:clamp(30px,3.25vw,45px);line-height:1.1;letter-spacing:-.06em}.feature-deep-copy>p{max-width:520px;margin:0;color:#50675a;font-size:15px;line-height:1.82}.feature-deep-line{display:flex;align-items:center;gap:11px;margin-top:28px;color:#2b7250;font-size:12px;font-weight:700}.feature-deep-line i{width:30px;height:2px;background:#e97824}.feature-deep-media{position:relative;min-width:0}.feature-deep-media .real-screenshot{position:relative;z-index:1;margin:0;border-color:#b7dbc1;background:#fff;box-shadow:0 21px 50px #154a2b22;transition:box-shadow .65s}.feature-deep:hover .feature-deep-media .real-screenshot{box-shadow:0 34px 76px #154a2b2e}.feature-deep-media .real-screenshot img{width:100%;height:auto;min-height:0;object-fit:contain}.feature-deep-media .real-screenshot figcaption{font-size:10px}.feature-deep-3 .real-screenshot,.feature-deep-4 .real-screenshot,.feature-deep-6 .real-screenshot{max-width:520px;margin-inline:auto}.feature-deep-5 .real-screenshot{max-width:760px;margin-inline:auto}
@keyframes feature-orbit{to{transform:rotate(1turn)}}
.language-carousel{position:relative;z-index:2;overflow:hidden;width:calc(100% + 28px);margin:18px -14px -11px;padding:11px 0;border-radius:12px;background:#103d27;color:#fff;box-shadow:0 13px 27px #0e392725}.language-carousel::before,.language-carousel::after{position:absolute;z-index:2;top:0;bottom:0;width:43px;content:""}.language-carousel::before{left:0;background:linear-gradient(90deg,#103d27,#103d2700)}.language-carousel::after{right:0;background:linear-gradient(270deg,#103d27,#103d2700)}.flag-track{display:flex;width:max-content;gap:25px;animation:flag-marquee 28s linear infinite}.flag-track span{white-space:nowrap;font-size:12px;font-weight:600}@keyframes flag-marquee{to{transform:translateX(-50%)}}
.home-v4-trust{padding:104px 0;background:#123d27;color:#fff}.home-v4-trust .wrap{display:grid;grid-template-columns:1fr minmax(300px,.72fr);align-items:center;gap:clamp(48px,10vw,150px)}.home-v4-trust .product-led-kicker{color:#9ee5b2}.home-v4-trust .product-led-kicker>span{background:#e97824}.home-v4-trust h2{margin:16px 0;color:#fff;font-size:clamp(36px,4.3vw,58px);line-height:1.1;letter-spacing:-.07em}.home-v4-trust p:not(.product-led-kicker){max-width:600px;color:#c8e3d0;font-size:16px;line-height:1.8}.trust-shot .real-screenshot{max-width:480px;margin-inline:auto;border-color:#4e9367;box-shadow:0 25px 60px #0004}.trust-shot .real-screenshot img{height:auto;min-height:0;object-fit:contain}.faq-section-v4{padding:110px 0;background:#fff}.faq-v4{max-width:920px;margin:44px auto 0}.faq-v4 details{padding:0 0 20px;border-bottom:1px solid #dbe9de}.faq-v4 details+details{padding-top:20px}.faq-v4 summary{color:#173e28;font-size:17px;font-weight:700}.faq-v4 summary::after{color:#e97824}.faq-v4 p{max-width:800px;margin:13px 34px 0 0;color:#587064;font-size:14px;line-height:1.8}
.tutorial-v4{padding:118px 0;background:linear-gradient(135deg,#f7fcf8,#edf8f0)}.tutorial-v4-head{max-width:800px}.tutorial-v4-head h1{margin:15px 0 18px;color:#143c25;font-size:clamp(45px,5vw,70px);line-height:1.08;letter-spacing:-.075em}.tutorial-v4-head>p:not(.product-led-kicker){color:#52695b;font-size:16px;line-height:1.75}.tutorial-v4-list{display:grid;gap:28px;margin-top:58px}.tutorial-v4-step{display:grid;grid-template-columns:92px minmax(260px,.65fr) minmax(380px,1.35fr);gap:32px;align-items:center;padding:36px;border:1px solid #d2e7d8;border-radius:24px;background:#fff;box-shadow:0 16px 40px #1352310c}.tutorial-v4-number{align-self:start;color:#e97824;font:700 18px var(--mono)}.tutorial-v4-copy>p{margin:0;color:#087a46;font:700 11px var(--mono);letter-spacing:.11em}.tutorial-v4-copy h2{margin:16px 0;color:#143c25;font-size:31px;letter-spacing:-.05em}.tutorial-v4-copy>div{color:#566d5e;font-size:14px;line-height:1.82}.tutorial-v4-copy .text-link{display:inline-flex;margin-top:24px;color:#087a46}.tutorial-v4-media .real-screenshot{max-width:100%;border-color:#b5d9c0;box-shadow:0 16px 35px #16492a1c}.tutorial-v4-media .real-screenshot img{height:auto;min-height:0;object-fit:contain}.tutorial-v4-step:nth-child(3) .tutorial-v4-media .real-screenshot{max-width:520px;margin-inline:auto}
.pricing-v4{padding:100px 0;background:#f8fcf9}.pricing-v4 .page-top h1{color:#143c25;font-size:clamp(44px,5vw,67px);letter-spacing:-.07em}.pricing-v4 .page-top>p:last-child{max-width:670px;margin-inline:auto;color:#566d5e}.pricing-grid-v4{align-items:stretch}.pricing-grid-v4 .price-card{display:flex;flex-direction:column}.pricing-grid-v4 .feature-list{margin-bottom:28px}.pricing-grid-v4 .button{margin-top:auto}.pricing-compare-v4{margin-top:105px}.pricing-compare-v4 h2{margin:13px 0 25px;color:#143c25;font-size:clamp(35px,4vw,54px);letter-spacing:-.065em}.compare-table{min-width:730px}.compare-table th{background:#123d27;color:#fff}.compare-table td:first-child{color:#163f28;font-weight:700}.compare-table td:not(:first-child){text-align:center}.pricing-v4-note{max-width:860px;margin:65px auto 0;padding:37px 42px;border-left:4px solid #e97824;border-radius:0 18px 18px 0;background:#e7f6eb}.pricing-v4-note h2{margin:0;color:#143c25;font-size:26px}.pricing-v4-note p{margin:12px 0 0;color:#51695a;line-height:1.75}.docs-v4{padding-bottom:100px}.policy-v4{padding:92px 0 110px;background:#f8fcf9}.policy-v4-copy{max-width:850px;padding:42px;border:1px solid #d5e8da;border-radius:20px;background:#fff}.policy-v4-copy p{font-size:15px;line-height:1.9}

/* Responsive layouts */
@media(max-width:1000px){
 .nav{width:min(900px,calc(100% - 32px))}.nav-links{gap:13px;padding-inline:14px}.nav-links a{font-size:12px}.nav-actions{gap:9px}.nav-login{display:none}
 .product-led-hero-grid{grid-template-columns:1fr;gap:45px}.product-led-visual{justify-self:start;width:min(92%,650px)}.product-led-feature-list{grid-template-columns:repeat(2,1fr)}.product-led-story{gap:45px}.product-led-qna-grid,.product-led-start-grid{gap:60px}
 .plans-bridge .wrap{grid-template-columns:1fr;gap:34px}.product-intro-grid{gap:38px}
 .task-walkthrough ol{grid-template-columns:repeat(2,1fr)}.product-feature-grid{grid-template-columns:repeat(2,1fr)}
 .use-limits{grid-template-columns:1fr;gap:30px;padding-inline:32px}.policy-layout{grid-template-columns:210px minmax(0,1fr);gap:28px}
}
@media(max-width:760px){
 .wrap{width:calc(100% - 40px)}.section{padding-block:72px}
 .nav{min-height:54px;margin-top:14px;padding:6px 7px 6px 12px}
 .nav-links{display:none;position:absolute;top:calc(100% + 9px);right:0;left:0;z-index:70;flex-direction:column;align-items:stretch;gap:2px;margin:0;padding:10px;border:1px solid #ffffff1f;border-radius:18px;background:#080b0a;box-shadow:0 15px 36px #0003}
 .nav-links.open{display:flex}.nav-links a{padding:11px 13px;border-radius:10px;font-size:14px}.nav-links a:hover{background:#ffffff1a}
 .nav-actions{margin-left:auto}.nav .button.primary{min-height:35px;padding-inline:13px}.nav-login{display:none}.menu-toggle{display:grid}
 .human-hero{padding-top:57px}.human-copy h1{font-size:clamp(43px,9vw,64px)}.human-lead{max-width:580px;font-size:16px}
 .product-led-hero{padding:56px 0 66px}.product-led-copy h1{font-size:clamp(43px,10vw,63px)}.product-led-copy>p:not(.product-led-kicker){font-size:16px}.product-led-float{right:-12px;bottom:24px}.product-led-problem{padding:74px 0}.product-led-problem-grid{grid-template-columns:1fr;gap:21px}.product-led-features,.product-led-qna,.product-led-start{padding:76px 0}.product-led-feature-list{margin-top:37px}.product-led-story{grid-template-columns:1fr;padding:29px;gap:30px}.product-led-story-reverse .product-led-story-copy{order:0}.product-led-qna-grid,.product-led-start-grid{grid-template-columns:1fr;gap:35px}.product-led-start-side{justify-items:start}
 .hero-shot-wrap{width:calc(100% + 16px);margin-top:38px}.human-proof{gap:9px 16px}
 .customer-steps{grid-template-columns:1fr;margin-top:38px}.customer-step,.customer-step+.customer-step{min-height:0;padding:18px 0;border-left:0;border-bottom:1px solid #ffffff2b}
 .customer-step>span{margin-bottom:10px}.real-title{display:block}.real-title>p{margin-top:14px}
 .real-shot-grid{grid-template-columns:1fr;gap:32px}.plain-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .human-final .wrap{display:block}.human-final .actions{margin-top:22px}
 .product-intro{padding:54px 0 62px}.product-intro-grid{grid-template-columns:1fr;gap:28px}
 .product-intro-grid h1{font-size:clamp(42px,9vw,58px)}.proof-grid{grid-template-columns:1fr;gap:25px;margin-bottom:55px}
 .proof-grid.reverse .proof-copy{order:0}.task-walkthrough{padding:68px 0}
 .product-grid,.product-feature-grid{grid-template-columns:1fr}.hero-top,.product-hero .hero-grid{grid-template-columns:1fr}
 .hero-art{max-width:610px;margin-inline:auto}.bento{grid-template-columns:repeat(2,1fr)}
 .privacy-strip{grid-template-columns:1fr;gap:28px}.footer-top{grid-template-columns:1fr;gap:34px}
 .auth-layout{grid-template-columns:1fr;gap:34px;padding:55px 0 75px}
 .docs-layout,.policy-layout,.dashboard{grid-template-columns:1fr;gap:24px}.docs-nav{position:static;display:flex;flex-wrap:wrap;gap:12px 18px}
 .policy-side,.dash-nav{position:static}.dash-nav{display:flex;flex-wrap:wrap}.dash-nav-group{flex-basis:100%}.use-limits{padding:64px 20px}
 .admin-head{align-items:start;flex-direction:column}
}
@media(max-width:500px){
 .wrap{width:calc(100% - 32px)}.nav{width:calc(100% - 24px)}.nav .brand{font-size:16px}.nav .brand img{width:25px;height:25px}
 .nav .button.primary{padding-inline:11px;font-size:12px}.language{gap:3px;font-size:11px}.language .icon{display:none}
 .human-hero{padding-top:46px}.human-kicker{font-size:10.5px}.human-kicker span{font-size:10.5px}
 .product-led-hero{padding-top:42px}.product-led-kicker{font-size:9.5px;letter-spacing:.055em}.product-led-copy h1{font-size:clamp(39px,11vw,51px)}.product-led-copy .actions{display:grid;grid-template-columns:1fr;width:min(100%,330px)}.product-led-proof{display:grid;gap:8px}.product-led-visual{width:100%}.product-led-float{right:-7px;bottom:17px;max-width:218px;padding:10px 11px}.product-led-float strong{font-size:10.5px}.product-led-float span{font-size:9.5px}.product-led-problem h2,.product-led-section-head h2,.product-led-qna h2,.product-led-start h2{font-size:clamp(32px,9vw,44px)}.product-led-feature-list{grid-template-columns:1fr}.product-led-feature{min-height:0;padding:23px}.product-led-feature h3{margin-top:24px}.product-led-showcase{padding:62px 0}.product-led-story{padding:22px;border-radius:15px}.product-led-story-copy h2{font-size:33px}.product-led-story-copy>p:last-child{font-size:14px}.product-led-qna-card{padding:22px}.product-led-start-side .real-screenshot{max-width:100%}
 .human-copy h1{font-size:clamp(39px,10.2vw,50px)}
 .human-copy .actions{display:grid;grid-template-columns:1fr;width:min(100%,330px);margin-inline:auto}
 .hero-shot-wrap{width:calc(100% + 12px);margin-top:28px}.real-screenshot{border-radius:11px}
 .shot-window{height:22px}.real-screenshot figcaption{padding:8px 10px;font-size:10.5px}
 .real-shot-grid,.plain-feature-grid,.plan-options,.task-walkthrough ol{grid-template-columns:1fr}
 .plain-feature{padding:21px}.bento{grid-template-columns:1fr}.hero-caption,.workflow-words{gap:8px 13px}
 .hero-bottom{align-items:start;flex-direction:column}.footer-links{grid-template-columns:1fr 1fr}
 .footer-bottom{flex-direction:column;gap:8px}.actions .button{width:100%}
 .human-final .actions{display:grid;grid-template-columns:1fr}.form-card{padding:23px}
 .license-row,.key-row{align-items:start;flex-direction:column}.policy-meta{display:grid;grid-template-columns:1fr 1fr}
 .policy-meta>div:nth-child(odd){border-right:1px solid var(--line)}.balance-grid{grid-template-columns:1fr 1fr}
 .section-head{align-items:start;flex-direction:column;gap:15px}
}

@media(max-width:1000px){
 .feature-overview-head,.feature-deep,.feature-deep:nth-child(even){grid-template-columns:1fr;gap:34px}.feature-deep:nth-child(even) .feature-deep-copy{order:0}.feature-deep:nth-child(even) .feature-deep-media{order:1}.home-v4-trust .wrap{grid-template-columns:1fr;gap:42px}.tutorial-v4-step{grid-template-columns:70px 1fr;gap:25px}.tutorial-v4-media{grid-column:2}.hero-v4-shot{margin-top:36px}
}
@media(max-width:760px){
 .product-led-hero-v4{min-height:0;padding:96px 0 54px}.product-led-hero-v4 .wrap{min-height:0}.hero-v4-copy h1{font-size:clamp(44px,9vw,65px)}.feature-overview-v4,.faq-section-v4{padding:76px 0}.feature-overview-head{gap:18px}.feature-deep{padding:28px;border-radius:19px}.feature-deep h3{font-size:35px}.feature-deep-copy>p{font-size:14px}.feature-deep-media .real-screenshot figcaption{display:none}.tutorial-v4{padding:78px 0}.tutorial-v4-step{grid-template-columns:1fr;padding:26px}.tutorial-v4-media{grid-column:auto}.tutorial-v4-number{margin-bottom:-9px}.pricing-v4{padding:75px 0}.pricing-compare-v4{margin-top:70px}.pricing-v4-note{padding:29px}.policy-v4{padding:70px 0}.policy-v4-copy{padding:27px}
}

/* V5 product copy: fixed-column comparison and cropped feature captures. */
.compare-table-v5{width:100%;min-width:780px;table-layout:fixed;border-collapse:collapse}
.compare-table-v5 th,.compare-table-v5 td{padding:16px 18px;vertical-align:middle}
.compare-table-v5 th:first-child,.compare-table-v5 td:first-child{width:34%;text-align:left}
.compare-table-v5 th:not(:first-child),.compare-table-v5 td:not(:first-child){width:22%;text-align:center}
.feature-overview-v5 .feature-deep-media{align-self:center}
.hero-v4-copy .actions{margin-top:32px}
.feature-overview-v5 .feature-deep:nth-child(1) .real-screenshot,.feature-overview-v5 .feature-deep:nth-child(2) .real-screenshot,.feature-overview-v5 .feature-deep:nth-child(5) .real-screenshot{max-width:900px;margin-inline:auto}
.feature-overview-v5 .feature-deep-media .real-screenshot img{object-fit:contain;background:#eef5f0}
.tutorial-v5 .tutorial-v4-copy>p{margin:16px 0 24px;color:#52695a;font-size:16px;line-height:1.82}
.tutorial-v5-notes{max-width:920px;margin:64px auto 0;padding:32px 36px;border:1px solid #d5e8da;border-radius:20px;background:#f5fbf7}
.tutorial-v5-notes h2{margin:0 0 18px;color:#143c25;font-size:25px}.tutorial-v5-notes ul{display:grid;grid-template-columns:1fr 1fr;gap:14px 36px;margin:0;padding-left:20px;color:#52695a;line-height:1.75}.tutorial-v5-notes li::marker{color:#e97824}
.pricing-v6-groups{display:grid;gap:38px;margin-top:54px}.pricing-v6-group{padding:32px;border:1px solid #d5e8da;border-radius:24px;background:#fff}.pricing-v6-pro{border-color:#8fc7a1;background:linear-gradient(135deg,#effaf2,#fff)}.pricing-v6-group-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.8fr);gap:24px;align-items:end;margin-bottom:28px}.pricing-v6-group-head p{margin:0;color:#087a46;font:700 11px var(--mono);letter-spacing:.11em}.pricing-v6-group-head h2{margin:8px 0 0;color:#143c25;font-size:30px;letter-spacing:-.05em}.pricing-v6-group-head span{color:#5b7062;line-height:1.7}.pricing-v6-credit-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.pricing-v6-credit-grid .price-card{min-width:0}.pricing-v6-unlock-grid{grid-template-columns:minmax(290px,420px);justify-content:start}.download-v5-actions{display:grid;gap:10px;margin-top:20px}.download-v5-actions .button{margin:0}
.faq-section-v5 .product-led-section-head{justify-content:center}
.faq-section-v5 .product-led-section-head h2{margin:0}

/* V7: make the two message-result captures the visual focus and state paid access plainly. */
.feature-overview-v5 .feature-deep-1.feature-deep{grid-template-columns:minmax(230px,.52fr) minmax(600px,1.48fr);padding-inline:clamp(28px,4.8vw,62px)}
.feature-overview-v5 .feature-deep-1 .real-screenshot{max-width:none}
.feature-overview-v5 .feature-deep-2.feature-deep{grid-template-columns:1fr;gap:28px;padding-inline:clamp(28px,4.8vw,62px)}
.feature-overview-v5 .feature-deep-2 .feature-deep-copy{max-width:620px}
.feature-overview-v5 .feature-deep-2 .real-screenshot{max-width:1180px}
.pricing-v7 .pricing-v6-group-head{display:block;text-align:center}
.pricing-v7 .pricing-v6-group-head p,.pricing-v7 .pricing-v6-group-head h2{margin-inline:auto}
.pricing-v7 .pricing-v6-group-head span{display:block;max-width:680px;margin:14px auto 0}
.pricing-v7 .pricing-v6-credit-grid{justify-content:center}
.pricing-v7 .pricing-v6-pro{text-align:center}
.pricing-v7 .pricing-v6-unlock-grid{justify-content:center}
.pricing-v7 .pricing-v6-pro .price-card{text-align:center}
.pricing-v7 .pricing-v6-pro .feature-list li{justify-content:center;text-align:center}
.pricing-v7-device-note{display:flex;align-items:flex-start;gap:11px;max-width:840px;margin:26px auto 0;padding:15px 18px;border:1px solid #d5e8da;border-radius:14px;background:#f4faf6;color:#536b5b}
.pricing-v7-device-note .icon{flex:0 0 18px;width:18px;color:#087a46}.pricing-v7-device-note p{margin:0;font-size:13px;line-height:1.7}
@media(max-width:1000px){.pricing-v6-credit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-v6-group-head{grid-template-columns:1fr}}
@media(max-width:760px){.compare-table-v5{min-width:700px}.compare-table-v5 th,.compare-table-v5 td{padding:14px 13px}.feature-overview-v5 .feature-deep:nth-child(1) .real-screenshot,.feature-overview-v5 .feature-deep:nth-child(2) .real-screenshot,.feature-overview-v5 .feature-deep:nth-child(5) .real-screenshot{max-width:100%}.tutorial-v5-notes{margin-top:42px;padding:25px}.tutorial-v5-notes ul{grid-template-columns:1fr;gap:11px}.pricing-v6-group{padding:24px}.pricing-v6-credit-grid{grid-template-columns:1fr}.pricing-v6-unlock-grid{grid-template-columns:1fr}}

/* V8: let the product examples carry the page. */
.feature-overview-v5 .feature-deep-1.feature-deep,.feature-overview-v5 .feature-deep-5.feature-deep{grid-template-columns:1fr;gap:30px;padding-inline:clamp(24px,4.2vw,54px)}
.feature-overview-v5 .feature-deep-1 .feature-deep-copy,.feature-overview-v5 .feature-deep-5 .feature-deep-copy{max-width:680px}
.feature-overview-v5 .feature-deep-1 .real-screenshot,.feature-overview-v5 .feature-deep-5 .real-screenshot{max-width:1180px}
.feature-overview-v5 .feature-deep-3 .real-screenshot,.feature-overview-v5 .feature-deep-4 .real-screenshot{max-width:760px}
.tutorial-v5 .tutorial-v4-copy>p{font-family:var(--font);font-weight:450;letter-spacing:0;text-transform:none}
@media(max-width:760px){.feature-overview-v5 .feature-deep-1.feature-deep,.feature-overview-v5 .feature-deep-5.feature-deep{padding-inline:28px}.feature-overview-v5 .feature-deep-1 .real-screenshot,.feature-overview-v5 .feature-deep-5 .real-screenshot,.feature-overview-v5 .feature-deep-3 .real-screenshot,.feature-overview-v5 .feature-deep-4 .real-screenshot{max-width:100%}}

.turnstile-wrap{margin:19px 0 4px;min-height:66px}.turnstile-slot{min-height:65px}
