:root{
  --ink:#070A12;
  --ink-soft:#0B1019;
  --paper:#F6F8FC;
  --paper-2:#EAECF2;
  --white:#fff;
  --text:#0F172A;
  --muted:#475569;
  --line:rgba(15,23,42,.12);
  --line-dark:rgba(255,255,255,.12);
  --purple:#4F6BFF;
  --purple-deep:#1E2740;
  --lime:#24D6FF;
  --coral:#EF4444;
  --teal:#10B981;
  --brand-blue:#2563EB;
  --brand-cyan:#24D6FF;
  --gradient-brand:linear-gradient(135deg,#2563EB,#4F6BFF,#6366F1);
  --font:"PingFang SC","Microsoft YaHei","Noto Sans SC",system-ui,-apple-system,sans-serif;
  --mono:"SF Mono","Cascadia Code",Consolas,"Liberation Mono",monospace;
  --content:min(1180px,calc(100vw - 80px));
  --nav-top:18px;
  --nav-height:64px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ink)}
body{margin:0;background:var(--paper);color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.menu-open{overflow:hidden}
[hidden]{display:none!important}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button{color:inherit}
img{display:block;max-width:100%}
::selection{background:var(--purple);color:#fff}
.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.is-visible{opacity:1;transform:none}
/* Above-fold hero always visible; animations preserved for below-fold content */
.page-hero .reveal,.page-hero .reveal.delay-1,.page-hero .reveal.delay-2,.page-hero .reveal.delay-3,.pricing-hero .reveal,.help-hero .reveal,.image-hero .reveal,.image-hero .reveal.delay-1,.image-hero .reveal.delay-2,.image-hero .reveal.delay-3{opacity:1;transform:none;transition:none}
.homepage .hero .reveal{opacity:1;transform:none;transition:none}
.delay-1{transition-delay:80ms}.delay-2{transition-delay:160ms}.delay-3{transition-delay:240ms}
.page-shell{min-height:100vh;overflow:hidden}
.page-nav{
  position:fixed;z-index:80;top:var(--nav-top);left:50%;width:var(--content);height:var(--nav-height);
  transform:translateX(-50%);display:flex;align-items:center;padding:0 9px 0 15px;border:1px solid rgba(255,255,255,.17);
  border-radius:8px;background:rgba(10,10,15,.86);backdrop-filter:blur(18px) saturate(1.2);box-shadow:0 18px 55px rgba(0,0,0,.18);color:#fff
}
.page-brand{display:inline-flex;width:128px;height:36px;align-items:center;white-space:nowrap;background:transparent url("assets/sitxo-brand-logo-light.svg?v=20260808-logo4") left center/contain no-repeat;color:transparent;font-size:0}
.page-brand>*{display:none!important}
.page-brand-mark{display:none}
.page-links{margin-left:auto;display:flex;align-items:center;gap:26px;color:rgba(255,255,255,.72);font-size:12px}
.page-links>a{position:relative;padding:21px 0;white-space:nowrap;transition:color .2s}
.page-links>a:after{content:"";position:absolute;left:0;right:100%;bottom:15px;height:1px;background:var(--lime);transition:right .25s}
.page-links>a:hover,.page-links>a[aria-current="page"]{color:#fff}
.page-links>a:hover:after,.page-links>a[aria-current="page"]:after{right:0}
.page-nav-login{min-width:92px;height:46px;margin-left:28px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 14px;border-radius:6px;background:var(--paper);color:var(--ink);font-size:11px;font-weight:750;transition:background .2s,transform .2s}
.page-nav-login:hover{background:var(--lime);transform:translateY(-1px)}
.page-menu{display:none;width:42px;height:42px;margin-left:8px;padding:0;border:0;border-radius:50%;background:#fff;cursor:pointer;position:relative}
.page-menu:before,.page-menu:after{content:"";position:absolute;left:12px;width:18px;height:2px;background:#111;transition:transform .25s,top .25s}
.page-menu:before{top:16px}.page-menu:after{top:24px}
.page-menu[aria-expanded="true"]{background:var(--lime)}
.page-menu[aria-expanded="true"]:before{top:21px;transform:rotate(45deg)}
.page-menu[aria-expanded="true"]:after{top:21px;transform:rotate(-45deg)}
.page-backdrop{display:none;position:fixed;z-index:70;inset:0;border:0;background:rgba(4,4,8,.62);backdrop-filter:blur(8px)}
.mobile-page-meta{display:none}
.eyebrow{font:700 9px/1.4 var(--mono);letter-spacing:.14em;text-transform:uppercase}
.page-hero{position:relative;isolation:isolate;min-height:720px;padding:164px max(40px,calc((100vw - 1180px)/2)) 92px;background:var(--ink);color:#fff}
.page-hero-copy{position:relative;z-index:2;max-width:980px}
.page-hero .eyebrow{color:var(--lime)}
.page-hero h1{max-width:1020px;margin:24px 0 26px;font-size:clamp(58px,7.1vw,110px);font-weight:680;line-height:.91;letter-spacing:0}
.page-hero h1 em{color:var(--lime);font-family:Georgia,"Times New Roman",serif;font-weight:400}
.page-hero-lede{max-width:660px;margin:0;color:rgba(255,255,255,.68);font-size:17px;line-height:1.75}
.hero-actions{display:flex;align-items:center;gap:12px;margin-top:38px}
.button-primary,.button-secondary,.button-dark,.button-line{min-height:50px;padding:0 18px;display:inline-flex;align-items:center;justify-content:space-between;gap:42px;border:1px solid transparent;border-radius:6px;font-size:11px;font-weight:750;cursor:pointer;transition:transform .2s,background .2s,color .2s,border-color .2s}
.button-primary{background:var(--purple);color:#fff}.button-primary:hover{background:var(--lime);color:#111;transform:translateY(-2px)}
.button-secondary{border-color:rgba(255,255,255,.3);color:#fff}.button-secondary:hover{border-color:#fff;background:#fff;color:#111}
.button-dark{background:#111;color:#fff}.button-dark:hover{background:var(--purple);transform:translateY(-2px)}
.button-line{border-color:#8a8a83;color:#111}.button-line:hover{border-color:#111;background:#111;color:#fff}
.hero-facts{display:flex;gap:clamp(24px,5vw,72px);margin-top:66px;padding-top:22px;border-top:1px solid var(--line-dark)}
.hero-facts span{display:grid;gap:5px;color:rgba(255,255,255,.52);font:650 8px/1.45 var(--mono);letter-spacing:.08em}
.hero-facts b{color:#fff;font:700 13px/1.3 var(--font);letter-spacing:0}
.hero-word{position:absolute;z-index:-1;right:-1vw;bottom:-5vw;color:rgba(255,255,255,.035);font-size:clamp(160px,25vw,390px);font-weight:900;line-height:.75;letter-spacing:0;white-space:nowrap;pointer-events:none}
.product-stage{position:relative;margin:-74px auto 0;width:var(--content);z-index:4}
.product-window{min-height:520px;border:1px solid #34343e;border-radius:8px;background:#101016;color:#fff;box-shadow:0 50px 100px rgba(0,0,0,.26);overflow:hidden}
.window-top{height:52px;padding:0 18px;display:flex;align-items:center;gap:12px;border-bottom:1px solid #30303a;color:#777783;font:650 8px var(--mono);letter-spacing:.08em}
.window-dots{display:flex;gap:6px}.window-dots i{width:7px;height:7px;border-radius:50%;background:#454550}.window-dots i:first-child{background:var(--coral)}
.window-top strong{margin-right:auto;color:#b7b7c1;font-weight:650}.window-top span:last-child{color:var(--teal)}
.dashboard{min-height:468px;display:grid;grid-template-columns:210px 1fr}
.dash-sidebar{padding:24px 16px;border-right:1px solid #30303a;background:#0c0c12}
.dash-site{padding:0 8px 20px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #282831}
.dash-site i{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:var(--purple);font-style:normal;font-weight:800}
.dash-site span{display:grid;font-size:10px}.dash-site small{margin-top:3px;color:#6f6f7a;font-size:8px}
.dash-menu{display:grid;gap:4px;margin-top:18px}.dash-menu span{height:36px;padding:0 10px;display:flex;align-items:center;border-radius:5px;color:#777783;font-size:9px}.dash-menu span.active{background:#22222b;color:#fff}.dash-menu span.active:before{content:"";width:5px;height:5px;margin-right:9px;border-radius:50%;background:var(--lime)}
.dash-main{padding:26px}.dash-main-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dash-main-head h2{margin:0;font-size:26px;letter-spacing:0}.dash-main-head p{margin:6px 0 0;color:#74747e;font-size:10px}.status-chip{padding:8px 10px;border:1px solid #315b51;border-radius:99px;color:var(--teal);font:650 8px var(--mono)}
.dash-summary{display:grid;grid-template-columns:1.3fr .7fr;gap:10px;margin-top:26px}
.dash-health,.dash-traffic{min-height:184px;padding:20px;border:1px solid #30303a;border-radius:7px;background:#15151c}
.dash-health-top{display:flex;justify-content:space-between;color:#777783;font:650 8px var(--mono)}
.dash-score{margin-top:30px;display:flex;align-items:flex-end;gap:15px}.dash-score strong{font-size:66px;line-height:.8}.dash-score span{color:#7d7d88;font-size:9px;line-height:1.6}.dash-score span b{display:block;color:var(--teal);font-size:11px}
.dash-bars{height:100px;margin-top:25px;display:flex;align-items:end;gap:6px}.dash-bars i{flex:1;height:var(--bar);border-radius:2px 2px 0 0;background:#373743}.dash-bars i:nth-child(n+7){background:var(--purple)}
.dash-tools{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.dash-tool{min-height:106px;padding:16px;border:1px solid #30303a;border-radius:7px}.dash-tool span{color:#73737e;font:650 8px var(--mono)}.dash-tool strong{display:block;margin-top:22px;font-size:16px}.dash-tool small{display:block;margin-top:5px;color:#6c6c76;font-size:8px}
.section{padding:clamp(88px,9vw,138px) max(40px,calc((100vw - 1180px)/2))}
.section-dark{background:var(--ink);color:#fff}.section-paper{background:var(--paper)}.section-soft{background:var(--paper-2)}
.section-head{display:grid;grid-template-columns:.35fr 1fr;gap:50px;margin-bottom:60px;padding-bottom:24px;border-bottom:1px solid var(--line)}
.section-dark .section-head{border-color:var(--line-dark)}
.section-head>span{color:var(--purple);font:700 9px var(--mono);letter-spacing:.13em}.section-dark .section-head>span{color:var(--lime)}
.section-head div{display:flex;align-items:end;justify-content:space-between;gap:40px}
.section-head h2{max-width:760px;margin:0;font-size:clamp(42px,5vw,72px);font-weight:650;line-height:.98;letter-spacing:0}
.section-head p{max-width:330px;margin:0;color:var(--muted);font-size:13px;line-height:1.75}.section-dark .section-head p{color:rgba(255,255,255,.5)}
.value-band{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.value-band article{min-height:220px;padding:30px 28px;border-right:1px solid var(--line)}.value-band article:last-child{border-right:0}
.value-band span{color:var(--purple);font:700 9px var(--mono)}
.value-band h3{margin:54px 0 13px;font-size:27px;letter-spacing:0}
.value-band p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}
.feature-story{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,100px);align-items:center;margin-top:100px}
.feature-story:first-of-type{margin-top:0}.feature-story.is-reverse .story-media{order:2}
.story-media{position:relative;min-height:520px;overflow:hidden;background:#222;border-radius:8px}.story-media img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;transition:transform .8s}.story-media:hover img{transform:scale(1.025)}
.story-badge{position:absolute;left:18px;bottom:18px;padding:12px 14px;border-radius:6px;background:rgba(11,11,16,.88);backdrop-filter:blur(12px);color:#fff;font:650 8px var(--mono);letter-spacing:.08em}
.story-copy>span{color:var(--purple);font:700 9px var(--mono);letter-spacing:.12em}.story-copy h2{margin:22px 0;font-size:clamp(42px,5vw,68px);line-height:.97;letter-spacing:0}.story-copy p{max-width:520px;color:var(--muted);font-size:14px;line-height:1.8}
.story-list{margin:34px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}.story-list li{padding:15px 0;display:grid;grid-template-columns:20px 1fr;border-bottom:1px solid var(--line);font-size:12px}.story-list li:before{content:"";width:13px;height:13px;align-self:center;background:var(--purple);-webkit-mask:var(--ui-mask-check) center/contain no-repeat;mask:var(--ui-mask-check) center/contain no-repeat}
.managed-choice{margin-top:clamp(90px,10vw,150px);padding-top:34px;border-top:1px solid var(--line)}
.managed-choice-head{display:grid;grid-template-columns:.42fr 1fr .8fr;gap:36px;align-items:start}.managed-choice-head>span{color:var(--purple);font:700 8px var(--mono)}.managed-choice-head h2{margin:0;font-size:clamp(36px,4vw,56px);line-height:1}.managed-choice-head p{max-width:360px;margin:3px 0 0;color:var(--muted);font-size:12px;line-height:1.75}
.managed-compare{margin-top:42px;border-top:1px solid #bdbdb6;border-bottom:1px solid #bdbdb6}.managed-compare>div{min-height:78px;padding:0 18px;display:grid;grid-template-columns:.42fr 1fr 1fr;gap:28px;align-items:center;border-bottom:1px solid #d3d3cc}.managed-compare>div:last-child{border-bottom:0}.managed-compare-head{min-height:62px!important;background:#17171d;color:#fff}.managed-compare span{font:700 9px var(--mono)}.managed-compare p{margin:0;color:#64646c;font-size:11px;line-height:1.55}.managed-compare>div p:last-child{color:#231448;font-weight:700}.managed-compare-head strong{font-size:10px}.managed-compare-head strong:last-child{color:var(--lime)}
.feature-rows{border-top:1px solid var(--line-dark)}
.feature-row{min-height:114px;display:grid;grid-template-columns:70px .8fr 1.2fr 40px;gap:25px;align-items:center;border-bottom:1px solid var(--line-dark)}
.feature-row>span{color:var(--lime);font:700 9px var(--mono)}.feature-row h3{margin:0;font-size:25px}.feature-row p{margin:0;color:rgba(255,255,255,.5);font-size:12px;line-height:1.7}.feature-row b{font-size:19px;font-weight:400;text-align:right}
.cta-band{padding:82px max(40px,calc((100vw - 1180px)/2));display:grid;grid-template-columns:1fr auto;align-items:center;gap:40px;background:var(--lime);color:#111}
.cta-band span{font:700 9px var(--mono);letter-spacing:.12em}.cta-band h2{max-width:800px;margin:12px 0 0;font-size:clamp(40px,5vw,68px);line-height:.95;letter-spacing:0}
.page-footer{padding:70px max(40px,calc((100vw - 1180px)/2)) 28px;background:#09090d;color:#fff}
.footer-top{display:grid;grid-template-columns:1.1fr 2fr;gap:80px;padding-bottom:58px;border-bottom:1px solid var(--line-dark)}
.footer-brand p{max-width:300px;margin:20px 0 0;color:rgba(255,255,255,.47);font-size:12px;line-height:1.75}
.footer-columns{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.footer-column{display:grid;align-content:start;gap:12px}.footer-column strong{margin-bottom:7px;color:#777782;font:700 8px var(--mono);letter-spacing:.1em}.footer-column a{color:rgba(255,255,255,.72);font-size:11px}.footer-column a:hover{color:var(--lime)}
.footer-column .text-only{color:rgba(255,255,255,.38);font-size:11px;cursor:default}
.footer-bottom{padding-top:22px;display:flex;justify-content:space-between;gap:30px;color:#666671;font:650 8px var(--mono)}

/* Pricing */
.pricing-hero{min-height:580px;padding-bottom:100px;background:var(--purple-deep)}
.pricing-hero h1{max-width:900px}.pricing-hero .hero-word{color:rgba(216,255,0,.035)}
.term-bar{width:var(--content);min-height:74px;margin:-37px auto 0;padding:0 18px;position:relative;z-index:4;display:flex;align-items:center;gap:18px;border:1px solid #c9c9c1;border-radius:8px;background:#fff;box-shadow:0 22px 60px rgba(31,22,62,.12)}
.term-bar>span{color:var(--muted);font:700 8px var(--mono)}.term-choice{padding:10px 13px;border-radius:5px;background:#17171d;color:#fff;font-size:11px}.term-bar small{margin-left:auto;color:#707078;font-size:10px}
.plans-wrap{padding-top:74px}
.plans-section-title{max-width:820px;margin:0 auto 44px;text-align:center}.plans-section-title>span{color:var(--purple);font:700 8px var(--mono)}.plans-section-title h2{margin:14px 0 12px;font-size:clamp(38px,4.6vw,62px);line-height:1;letter-spacing:0}.plans-section-title p{max-width:560px;margin:0 auto;color:var(--muted);font-size:12px;line-height:1.7}
.plans-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.plan-card{min-height:650px;padding:28px;display:flex;flex-direction:column;border:1px solid #bcbcb5;border-radius:8px;background:#f8f8f4;position:relative;overflow:hidden;scroll-margin-top:110px;transition:border-color .25s,box-shadow .25s}
.plan-card.recommended{background:#1f123b;color:#fff;border-color:#321f59;transform:translateY(-14px);box-shadow:0 30px 80px rgba(43,23,79,.2)}
.plan-card.is-picked{border-color:var(--purple);box-shadow:0 0 0 2px var(--purple),0 24px 60px rgba(66,35,142,.16)}.plan-card.recommended.is-picked{border-color:var(--lime);box-shadow:0 0 0 2px var(--lime),0 30px 80px rgba(43,23,79,.28)}
.plan-ribbon{position:absolute;top:0;left:0;right:0;height:6px;background:var(--purple)}.recommended .plan-ribbon{background:var(--lime)}
.plan-card header{display:flex;justify-content:space-between;gap:18px;color:#73737a;font:700 8px var(--mono)}.recommended header{color:rgba(255,255,255,.5)}
.plan-card h2{margin:35px 0 10px;font-size:36px}.plan-card>p{min-height:64px;margin:0;color:var(--muted);font-size:12px;line-height:1.7}.recommended>p{color:rgba(255,255,255,.58)}
.plan-price{display:flex;align-items:end;gap:12px;margin:25px 0}.plan-price strong{font-size:66px;line-height:.86}.plan-price sup{font-size:20px;vertical-align:top}.plan-price span{padding-bottom:2px;color:var(--muted);font-size:9px}.recommended .plan-price span{color:rgba(255,255,255,.54)}
.plan-card .button-dark,.plan-card .button-primary{width:100%}.recommended .button-primary{background:var(--lime);color:#111}
.billing-note{min-height:30px;margin:10px 0 0!important;font-size:9px!important}
.plan-card h3{margin:25px 0 10px;font-size:11px}.plan-list{margin:0;padding:0;list-style:none}.plan-list li{padding:10px 0;display:grid;grid-template-columns:18px 1fr;border-bottom:1px solid var(--line);font-size:11px}.recommended .plan-list li{border-color:rgba(255,255,255,.12)}.plan-list li:before{content:"";width:13px;height:13px;align-self:center;background:var(--teal);-webkit-mask:var(--ui-mask-check) center/contain no-repeat;mask:var(--ui-mask-check) center/contain no-repeat}
.purchase-standard{margin-top:34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid #c5c5be;border-bottom:1px solid #c5c5be}.purchase-standard>div{padding:19px 20px;border-right:1px solid #d6d6cf}.purchase-standard>div:first-child{padding-left:0}.purchase-standard>div:last-child{padding-right:0;border-right:0}.purchase-standard span{color:var(--purple);font:700 8px var(--mono)}.purchase-standard strong{display:block;margin-top:16px;font-size:12px}.purchase-standard small{display:block;margin-top:6px;color:var(--muted);font-size:9px;line-height:1.5}
.compare-wrap{overflow:auto;border:1px solid #c9c9c2;border-radius:8px;background:#fff}
.compare-table{width:100%;min-width:820px;border-collapse:collapse}.compare-table th,.compare-table td{height:62px;padding:0 18px;border-bottom:1px solid #deded8;text-align:center;font-size:11px}.compare-table th:first-child,.compare-table td:first-child{text-align:left;width:34%}.compare-table thead th{height:84px;background:#17171d;color:#fff;font-size:12px}.compare-table thead th:nth-child(3){background:var(--purple-deep);color:var(--lime)}.compare-table tbody th{font-weight:650}.compare-table td{color:#5f5f67}.compare-table tr:last-child th,.compare-table tr:last-child td{border-bottom:0}.compare-table .yes{color:#11936e;font-weight:800}.compare-table .no{color:#9d9da3}
.faq-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:80px}.faq-side h2{margin:15px 0 20px;font-size:50px;line-height:.98}.faq-side p{color:var(--muted);font-size:13px;line-height:1.7}
.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{min-height:76px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:15px;cursor:pointer;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--purple);font:700 8px var(--mono)}.faq-list summary h3{margin:0;font-size:16px}.faq-list summary b{font-size:20px;font-weight:400}.faq-list details[open] summary b{transform:rotate(45deg)}.faq-list details p{margin:0;padding:0 45px 24px 55px;color:var(--muted);font-size:12px;line-height:1.8}

/* Migration */
.image-hero{min-height:760px;display:flex;align-items:flex-end;background:#111;overflow:hidden}
.image-hero-media{position:absolute;z-index:-3;inset:0}.image-hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.06)}
.image-hero:after{content:"";position:absolute;z-index:-2;inset:0;background:linear-gradient(90deg,rgba(7,7,11,.95),rgba(7,7,11,.68) 48%,rgba(7,7,11,.2)),linear-gradient(0deg,rgba(7,7,11,.85),transparent 60%)}
.image-hero .page-hero-copy{padding-bottom:20px}.image-hero h1{max-width:940px}

/* AI website builder */
.ai-builder-hero{min-height:790px}.ai-builder-hero .image-hero-media img{object-position:center}.ai-builder-hero:after{background:linear-gradient(90deg,rgba(7,7,11,.97),rgba(7,7,11,.78) 43%,rgba(7,7,11,.12) 75%),linear-gradient(0deg,rgba(7,7,11,.78),transparent 58%)}
.ai-builder-hero .page-hero-copy{max-width:900px}.ai-builder-hero h1{max-width:900px;font-size:clamp(56px,6.5vw,98px)}
.builder-stage{margin-top:-86px;scroll-margin-top:110px}.builder-stage .product-window{min-height:610px}
.builder-workspace{min-height:558px;display:grid;grid-template-columns:360px minmax(0,1fr);background:#111119}
.builder-prompt{padding:34px;display:flex;flex-direction:column;border-right:1px solid #30303a;background:#0c0c12}
.builder-label{color:var(--lime);font:700 8px var(--mono);letter-spacing:.1em}.builder-prompt h2{margin:18px 0 12px;font-size:28px;line-height:1.08}.builder-prompt>p{margin:0;color:#94949f;font-size:11px;line-height:1.75}
.builder-options{margin-top:24px;display:flex;flex-wrap:wrap;gap:7px}.builder-options span{padding:8px 10px;border:1px solid #35353f;border-radius:5px;color:#858590;font-size:9px}.builder-options span.active{border-color:#7164ff;background:#211c43;color:#fff}
.builder-progress{margin-top:28px;display:grid;gap:1px;border-top:1px solid #292933}.builder-progress span{min-height:48px;display:flex;align-items:center;gap:10px;border-bottom:1px solid #292933;color:#a1a1ac;font-size:10px}.builder-progress i{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--teal)}.builder-progress i:after{content:"";width:9px;height:9px;background:#07120f;-webkit-mask:var(--ui-mask-check) center/contain no-repeat;mask:var(--ui-mask-check) center/contain no-repeat}
.builder-prompt button{min-height:50px;margin-top:auto;padding:0 12px 0 16px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;border-radius:6px;background:var(--lime);color:#111;font-size:10px;font-weight:800;cursor:default;opacity:0.88;user-select:none}
.builder-prompt button small{padding:2px 6px;border-radius:3px;background:rgba(0,0,0,0.12);font-size:7px;font-weight:600;letter-spacing:0.05em}
.builder-canvas{min-width:0;padding:22px;background:#17171f}.builder-canvas-top{height:46px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid #30303a;border-bottom:0;border-radius:7px 7px 0 0;background:#101016}.builder-canvas-top strong{font-size:10px}.builder-canvas-top div{display:flex;align-items:center;gap:6px}.builder-canvas-top span,.builder-canvas-top b{padding:7px 9px;border-radius:4px;color:#73737f;font-size:8px;font-weight:650}.builder-canvas-top b{background:#2a244e;color:#c9c4ff}
.builder-page{height:450px;padding:22px;overflow:hidden;border:1px solid #30303a;border-radius:0 0 7px 7px;background:#eeeae1;color:#161616}.builder-site-nav{height:36px;display:flex;align-items:center;gap:18px;border-bottom:1px solid #c9c5bb;font-size:8px}.builder-site-nav strong{margin-right:auto;font-size:13px}.builder-site-nav i{width:24px;height:6px;background:#151515}
.builder-site-hero{height:265px;padding:34px;display:flex;flex-direction:column;justify-content:flex-end;background:#cbc6bb url("assets/ai-website-builder-hero.webp") center 44%/cover no-repeat;position:relative;overflow:hidden;color:#fff}.builder-site-hero:before{content:"";position:absolute;inset:0;background:rgba(8,8,10,.46)}.builder-site-hero>*{position:relative}.builder-site-hero small{font:700 7px var(--mono)}.builder-site-hero h3{max-width:390px;margin:9px 0 16px;font-size:34px;line-height:.92}.builder-site-hero span{width:max-content;padding-bottom:4px;border-bottom:1px solid currentColor;font-size:8px}
.builder-site-grid{height:105px;padding-top:12px;display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.builder-site-grid i{background:#c6c0b5}.builder-site-grid i:nth-child(2){background:#aaa397}.builder-site-grid i:nth-child(3){background:#d6d1c7}
.process-line{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line)}
.process-step{min-height:310px;padding:28px;border-right:1px solid var(--line);position:relative}.process-step:last-child{border-right:0}
.process-step>span{color:var(--purple);font:700 9px var(--mono)}.process-step strong{position:absolute;right:28px;top:24px;color:#d1d1cb;font-size:64px;font-weight:600}.process-step h3{margin:130px 0 14px;font-size:28px}.process-step p{margin:0;color:var(--muted);font-size:12px;line-height:1.75}
.migration-console{border:1px solid #313139;border-radius:8px;background:#101016;color:#fff;overflow:hidden}.migration-body{padding:24px}.migration-progress{height:8px;border-radius:4px;background:#292933;overflow:hidden}.migration-progress i{display:block;width:68%;height:100%;background:var(--lime)}
.migration-title{display:flex;justify-content:space-between;gap:20px;margin-bottom:20px}.migration-title strong{font-size:19px}.migration-title span{color:var(--teal);font:700 8px var(--mono)}
.migration-items{margin-top:24px;border-top:1px solid #303039}.migration-item{min-height:58px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;border-bottom:1px solid #303039}.migration-item i{width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#1d4e43;color:var(--teal);font-style:normal;font-size:10px}.migration-item span{font-size:11px}.migration-item small{color:#70707b;font-size:8px}
.included-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line-dark)}.included-grid article{min-height:170px;padding:28px;border-right:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}.included-grid article:nth-child(2n){border-right:0}.included-grid span{color:var(--lime);font:700 8px var(--mono)}.included-grid h3{margin:35px 0 10px;font-size:23px}.included-grid p{margin:0;color:rgba(255,255,255,.5);font-size:11px;line-height:1.7}

/* Security */
.security-hero .page-hero-copy{max-width:980px}.security-hero h1{max-width:980px;font-size:clamp(56px,6vw,86px)}.security-hero:after{background:linear-gradient(90deg,rgba(7,7,11,.96),rgba(7,7,11,.7) 52%,rgba(7,7,11,.12)),linear-gradient(0deg,rgba(7,7,11,.9),transparent 55%)}
.shield-status{width:var(--content);margin:-54px auto 0;position:relative;z-index:5;display:grid;grid-template-columns:1.2fr repeat(3,.6fr);border:1px solid #34343d;border-radius:8px;background:#111117;color:#fff;overflow:hidden;box-shadow:0 35px 80px rgba(0,0,0,.24)}
.shield-status>div{min-height:108px;padding:20px;border-right:1px solid #34343d;display:flex;flex-direction:column;justify-content:center}.shield-status>div:last-child{border-right:0}.shield-status span{color:#73737f;font:700 8px var(--mono)}.shield-status strong{margin-top:10px;font-size:17px}.shield-status .shield-main{background:var(--purple-deep)}.shield-status .shield-main strong{color:var(--lime);font-size:22px}
.protection-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line)}.protection-grid article{min-height:270px;padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.protection-grid article:nth-child(2n){border-right:0}.protection-grid span{color:var(--purple);font:700 9px var(--mono)}.protection-grid h3{margin:75px 0 14px;font-size:28px}.protection-grid p{margin:0;color:var(--muted);font-size:12px;line-height:1.75}
.speed-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:center}.speed-copy h2{margin:18px 0 22px;font-size:clamp(48px,6vw,80px);line-height:.94}.speed-copy p{color:rgba(255,255,255,.5);font-size:13px;line-height:1.8}
.speed-chart{min-height:430px;padding:26px;border:1px solid #33333c;border-radius:8px;background:#131319}.speed-chart-head{display:flex;justify-content:space-between;color:#777782;font:700 8px var(--mono)}.speed-number{margin-top:42px;font-size:78px;line-height:.9}.speed-number small{font-size:13px;color:var(--teal)}.speed-bars{height:180px;margin-top:38px;display:flex;align-items:end;gap:9px;border-bottom:1px solid #393943}.speed-bars i{flex:1;height:var(--bar);background:#373742}.speed-bars i:nth-last-child(-n+5){background:var(--lime)}

/* Help */
.help-hero{min-height:480px;padding-bottom:74px;background:#171124;text-align:center}.help-hero .page-hero-copy{margin:0 auto}.help-hero h1{margin-left:auto;margin-right:auto;font-size:clamp(52px,6vw,88px)}.help-hero-lede{margin:0 auto;color:rgba(255,255,255,.6)}
.help-search{width:min(760px,100%);height:68px;margin:42px auto 0;padding:0 12px 0 22px;display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid rgba(255,255,255,.23);border-radius:8px;background:#fff;text-align:left;box-shadow:0 28px 80px rgba(0,0,0,.22)}.help-search input{width:100%;height:100%;border:0;outline:0;background:transparent;color:#17171c;font-size:14px}.help-search button{width:46px;height:46px;border:0;border-radius:6px;background:var(--purple);color:#fff;cursor:pointer;font-size:18px}.help-result-count{min-height:20px;margin-top:10px;color:rgba(255,255,255,.48);font:650 8px var(--mono)}
.help-layout{display:grid;grid-template-columns:270px 1fr;gap:70px}.help-aside{align-self:start;position:sticky;top:110px}.help-aside strong{display:block;margin-bottom:14px;color:#85858c;font:700 8px var(--mono)}.help-aside a{min-height:46px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);font-size:11px}.help-aside a:hover{background:#fff;color:var(--purple)}
.help-content-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}.help-content-head h2{margin:0;font-size:42px}.help-content-head span{color:var(--muted);font:700 8px var(--mono)}
.help-articles{border-top:1px solid var(--line)}.help-article{min-height:92px;padding:0 8px;display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:16px;border-bottom:1px solid var(--line);transition:background .2s,padding .2s}.help-article:hover{padding-left:16px;background:#fff}.help-article>span{color:var(--purple);font:700 8px var(--mono)}.help-article strong{font-size:14px}.help-article small{display:block;margin-top:6px;color:var(--muted);font-size:9px}.help-article b{font-size:18px;font-weight:400}.help-article[hidden]{display:none}
.contact-strip{margin-top:70px;padding:32px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;border-radius:8px;background:#17171d;color:#fff}.contact-strip h3{margin:0;font-size:26px}.contact-strip p{margin:7px 0 0;color:#777783;font-size:11px}

/* Login */
.auth-page{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr;background:#0b0b10;color:#fff}
.auth-visual{min-height:100vh;position:relative;overflow:hidden}.auth-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.65)}.auth-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,7,11,.9),rgba(7,7,11,.1) 60%),linear-gradient(90deg,rgba(7,7,11,.1),rgba(7,7,11,.6))}
.auth-brand{position:absolute;z-index:2;top:28px;left:34px}.auth-quote{position:absolute;z-index:2;left:40px;right:40px;bottom:45px}.auth-quote span{color:var(--lime);font:700 9px var(--mono)}.auth-quote h1{max-width:620px;margin:20px 0 18px;font-size:clamp(44px,5vw,76px);line-height:.94;letter-spacing:0}.auth-quote p{max-width:500px;color:rgba(255,255,255,.58);font-size:12px;line-height:1.75}
.auth-panel{min-height:100vh;padding:34px clamp(28px,6vw,90px);display:flex;align-items:center;justify-content:center;background:#f4f4ef;color:#17171d}.auth-card{width:min(440px,100%)}.auth-back{position:absolute;right:34px;top:32px;color:#77777e;font-size:10px}.auth-kicker{color:var(--purple);font:700 9px var(--mono)}.auth-card h2{margin:18px 0 9px;font-size:42px}.auth-card>p{margin:0;color:var(--muted);font-size:12px;line-height:1.7}
.auth-plan-summary{margin-top:24px;padding:14px 16px;display:grid;grid-template-columns:1fr auto;gap:5px 18px;border:1px solid #cbc9c1;border-radius:7px;background:#fff}.auth-plan-summary[hidden]{display:none}.auth-plan-summary span{color:var(--purple);font:700 8px var(--mono)}.auth-plan-summary strong{font-size:12px;text-align:right}.auth-plan-summary small{grid-column:1/-1;color:var(--muted);font-size:9px}
.auth-tabs{margin:32px 0 26px;padding:4px;display:grid;grid-template-columns:1fr 1fr;border:1px solid #cdcdc6;border-radius:7px;background:#e7e7e0}.auth-tabs button{height:40px;border:0;border-radius:5px;background:transparent;color:#77777e;cursor:pointer;font-size:11px}.auth-tabs button[aria-selected="true"]{background:#fff;color:#17171d;box-shadow:0 5px 14px rgba(0,0,0,.07)}
.auth-form{display:grid;gap:15px}.field{display:grid;gap:7px}.field label{font-size:10px;font-weight:700}.field input{width:100%;height:50px;padding:0 14px;border:1px solid #c7c7c0;border-radius:6px;background:#fff;outline:0}.field input:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(109,74,255,.12)}.field-row{display:flex;justify-content:space-between;gap:20px;color:#686870;font-size:9px}.field-row label{display:flex;align-items:center;gap:7px}.field-row a{color:var(--purple)}.auth-submit{height:52px;border:0;border-radius:6px;background:var(--purple);color:#fff;cursor:pointer;font-size:11px;font-weight:750}.auth-submit:hover{background:#5434e8}.auth-notice{min-height:20px;margin:8px 0 0!important;color:#77777f!important;font-size:9px!important;text-align:center}
.auth-benefits{margin-top:30px;padding-top:22px;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.auth-benefits span{color:#6d6d74;font-size:8px;line-height:1.5}.auth-benefits b{display:block;margin-bottom:4px;color:#17171d;font-size:10px}

@media(max-width:1080px){
  :root{--content:min(100% - 36px,1180px)}
  .page-links{display:none}.page-nav-login{margin-left:auto}.page-menu{display:block}
  .page-links.open{position:fixed;z-index:82;top:calc(var(--nav-top) + var(--nav-height) + 8px);left:18px;right:18px;margin:0;padding:12px 18px 16px;display:grid;gap:0;border-radius:8px;background:var(--paper);color:#17171d;box-shadow:0 30px 90px rgba(0,0,0,.4)}
  .page-links.open>a{min-height:62px;padding:0;display:grid;grid-template-columns:34px 1fr 24px;align-items:center;border-bottom:1px solid #d5d5ce;font-size:18px}.page-links.open>a:before{content:attr(data-index);color:#85857f;font:700 8px var(--mono)}.page-links.open>a:after{content:"";position:static;width:17px;height:17px;justify-self:end;background:currentColor;-webkit-mask:var(--ui-mask-arrow-up-right) center/contain no-repeat;mask:var(--ui-mask-arrow-up-right) center/contain no-repeat}
  .mobile-page-meta{min-height:62px;padding-top:15px;display:flex;align-items:end;justify-content:space-between;gap:20px;color:#74746d;font:700 7px var(--mono)}
  .page-backdrop.is-open{display:block}
  .section-head{grid-template-columns:1fr}.section-head div{align-items:start;flex-direction:column}.section-head p{max-width:600px}
  .managed-choice-head{grid-template-columns:1fr 1fr}.managed-choice-head>span{grid-column:1/-1}.managed-choice-head p{justify-self:end}
  .dashboard{grid-template-columns:170px 1fr}.dash-summary{grid-template-columns:1fr}.dash-tools{grid-template-columns:1fr 1fr}.dash-tool:last-child{grid-column:1/-1}
  .plans-page-grid{grid-template-columns:1fr}.plan-card{min-height:560px}.plan-card.recommended{transform:none}
  .purchase-standard{grid-template-columns:1fr 1fr}.purchase-standard>div:nth-child(2){border-right:0}.purchase-standard>div:nth-child(-n+2){border-bottom:1px solid #d6d6cf}.purchase-standard>div:nth-child(3){padding-left:0}
  .footer-top{grid-template-columns:1fr;gap:45px}
  .speed-panel{grid-template-columns:1fr}.help-layout{grid-template-columns:220px 1fr;gap:40px}
  .builder-workspace{grid-template-columns:320px minmax(0,1fr)}.builder-prompt{padding:26px}.builder-page{padding:16px}
}
@media(max-width:760px){
  :root{--content:calc(100% - 24px);--nav-top:9px;--nav-height:54px}
  .page-nav{padding:0 7px 0 11px;border-radius:18px}.page-brand{width:80px;height:33px}.page-nav-login{display:none}.page-menu{width:40px;height:40px}
  .page-links.open{top:calc(var(--nav-height) + 8px);left:0;right:0}.page-links.open>a{min-height:58px;font-size:18px}
  .page-hero{min-height:650px;padding:118px 18px 70px}.page-hero h1{font-size:48px;line-height:.94}.page-hero-lede{font-size:14px}.hero-actions{align-items:stretch;flex-direction:column}.button-primary,.button-secondary,.button-dark,.button-line{width:100%;min-height:50px}.hero-facts{display:grid;grid-template-columns:1fr 1fr;gap:22px}.hero-word{display:none}
  .wordpress-hero h1{font-size:42px}.wordpress-hero h1 em{display:block;font-size:40px;white-space:nowrap}
  .product-stage{margin:-32px auto 0}.product-window{min-height:560px}.window-top span:last-child{display:none}.dashboard{min-height:508px;grid-template-columns:1fr}.dash-sidebar{display:none}.dash-main{padding:18px}.dash-main-head h2{font-size:21px}.dash-summary{grid-template-columns:1fr}.dash-health,.dash-traffic{min-height:158px}.dash-score strong{font-size:56px}.dash-tools{grid-template-columns:1fr}.dash-tool:last-child{grid-column:auto}
  .section{padding:76px 18px}.section-head{gap:18px;margin-bottom:38px}.section-head div{gap:18px}.section-head h2{font-size:38px}.section-head p{font-size:12px}
  .value-band{grid-template-columns:1fr}.value-band article{min-height:190px;border-right:0;border-bottom:1px solid var(--line)}.value-band article:last-child{border-bottom:0}.value-band h3{margin-top:42px}
  .feature-story,.feature-story.is-reverse{grid-template-columns:1fr;gap:32px;margin-top:74px}.feature-story.is-reverse .story-media{order:0}.story-media{min-height:360px}.story-copy h2{font-size:40px}
  .managed-choice{margin-top:82px}.managed-choice-head{grid-template-columns:1fr;gap:16px}.managed-choice-head>span{grid-column:auto}.managed-choice-head p{justify-self:auto}.managed-compare{overflow-x:auto}.managed-compare>div{min-width:680px;padding:0 14px;grid-template-columns:130px 1fr 1fr;gap:18px}
  .feature-row{padding:22px 0;grid-template-columns:36px 1fr 24px;gap:12px}.feature-row h3{font-size:19px}.feature-row p{grid-column:2/4}.feature-row b{grid-column:3;grid-row:1}
  .cta-band{padding:62px 18px;grid-template-columns:1fr}.cta-band h2{font-size:42px}
  .footer-top{grid-template-columns:1fr;gap:40px}.footer-columns{grid-template-columns:1fr 1fr;gap:38px 20px}.footer-bottom{align-items:flex-start;flex-direction:column}
  .pricing-hero{min-height:540px}.pricing-hero h1 em{font-size:.88em;white-space:nowrap}.term-bar{margin-top:-26px;min-height:64px}.term-bar small{display:none}.plans-wrap{padding-top:58px}.plans-section-title{margin-bottom:28px;text-align:left}.plans-section-title h2{margin-top:12px;font-size:34px}.plans-section-title p{margin-left:0;font-size:11px}.plan-card{min-height:0;padding:24px 18px}.plan-card>p{min-height:0}.plan-price strong{font-size:58px}.purchase-standard{margin-top:24px;grid-template-columns:1fr}.purchase-standard>div,.purchase-standard>div:first-child,.purchase-standard>div:nth-child(3),.purchase-standard>div:last-child{padding:16px 2px;border-right:0;border-bottom:1px solid #d6d6cf}.purchase-standard>div:last-child{border-bottom:0}.purchase-standard strong{margin-top:9px}
  .faq-grid{grid-template-columns:1fr;gap:36px}.faq-side h2{font-size:40px}.faq-list summary{grid-template-columns:30px 1fr auto}.faq-list details p{padding-left:45px;padding-right:20px}
  .image-hero{min-height:700px}.process-line{grid-template-columns:1fr}.process-step{min-height:240px;border-right:0;border-bottom:1px solid var(--line)}.process-step h3{margin-top:78px}.process-step strong{font-size:50px}
  .ai-builder-hero{min-height:760px}.ai-builder-hero .image-hero-media img{object-position:62% center}.ai-builder-hero h1{font-size:42px}.ai-builder-hero h1 em{font-size:.92em}.builder-stage{margin-top:-30px}.builder-stage .product-window{min-height:0}.builder-workspace{min-height:0;grid-template-columns:1fr}.builder-prompt{min-height:430px;padding:24px;border-right:0;border-bottom:1px solid #30303a}.builder-canvas{padding:10px}.builder-page{height:410px;padding:12px}.builder-site-nav span{display:none}.builder-site-hero{height:250px;padding:22px}.builder-site-hero h3{font-size:28px}.builder-site-grid{height:90px}
  .included-grid{grid-template-columns:1fr}.included-grid article{border-right:0}.migration-title{align-items:flex-start;flex-direction:column}.shield-status{margin-top:-28px;grid-template-columns:1fr 1fr}.shield-status>div{min-height:90px}.shield-status>div:nth-child(2){border-right:0}.shield-status .shield-main{grid-column:1/-1;border-right:0}
  .protection-grid{grid-template-columns:1fr}.protection-grid article{min-height:230px;border-right:0}.protection-grid h3{margin-top:55px}.speed-copy h2{font-size:46px}.speed-chart{min-height:360px}.speed-number{font-size:64px}
  .security-hero h1{font-size:39px;line-height:.98}
  .help-hero{min-height:470px}.help-hero h1{font-size:clamp(40px,11vw,48px);white-space:nowrap}.help-search{height:60px}.help-layout{grid-template-columns:1fr}.help-aside{position:static;display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.help-aside strong{grid-column:1/-1}.help-content-head{align-items:flex-start;flex-direction:column}.help-content-head h2{font-size:36px}.help-article{grid-template-columns:34px 1fr auto}.contact-strip{padding:24px;grid-template-columns:1fr}
  .auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-panel{padding:90px 20px 35px}.auth-back{top:25px;right:20px}.auth-card h2{font-size:38px}.auth-benefits{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.story-media img,.button-primary,.button-dark,.page-nav-login{transition:none}}

/* Responsive repair pass */
@media(max-width:760px){
  .page-menu{margin-left:auto;flex:0 0 40px}
  .page-links.open>a[aria-current="page"]{padding-left:8px;background:#ece9f8;color:#321769;font-weight:750}
  .page-links.open>a[aria-current="page"]:before{color:var(--purple)}
  .image-hero h1{font-size:40px;line-height:.98}
  .security-hero h1{font-size:36px;line-height:1}

  .managed-compare{overflow:visible}
  .managed-compare>div{min-width:0;min-height:0;padding:16px 14px;grid-template-columns:1fr 1fr;gap:10px 14px}
  .managed-compare>div:not(.managed-compare-head)>span{grid-column:1/-1;padding-bottom:10px;border-bottom:1px solid #d4d4cd;color:#17171d}
  .managed-compare p{font-size:10px;line-height:1.6}
  .managed-compare-head{grid-template-columns:1fr 1fr!important;padding:14px!important}
  .managed-compare-head span{display:none}
  .managed-compare-head strong{font-size:9px;line-height:1.45}

  .compare-wrap{overflow:visible;border:0;background:transparent}
  .compare-table{width:100%;min-width:0;display:block}
  .compare-table thead{display:none}
  .compare-table tbody{display:grid;gap:10px}
  .compare-table tbody tr{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #c9c9c2;border-radius:8px;background:#fff}
  .compare-table tbody th{grid-column:1/-1;width:auto!important;height:auto;padding:14px 12px;background:#17171d;color:#fff;text-align:left!important;font-size:11px}
  .compare-table tbody td{position:relative;width:auto;height:auto;min-height:62px;padding:28px 6px 10px;display:flex;align-items:center;justify-content:center;border-right:1px solid #deded8;border-bottom:0;font-size:9px;line-height:1.4;text-align:center}
  .compare-table tbody td:last-child{border-right:0}
  .compare-table tbody td:before{position:absolute;top:8px;left:4px;right:4px;color:#8a8a91;font:700 7px var(--mono);text-align:center}
  .compare-table tbody td:nth-of-type(1):before{content:"基础云站"}
  .compare-table tbody td:nth-of-type(2):before{content:"AI 建站版"}
  .compare-table tbody td:nth-of-type(3):before{content:"AI 运营版"}
}

@media(max-width:340px){
  .wordpress-hero h1{font-size:39px}
  .wordpress-hero h1 em{font-size:36px;white-space:normal}
  .pricing-hero h1{font-size:44px}
  .pricing-hero h1 em{font-size:.86em;white-space:normal}
  .ai-builder-hero h1{font-size:37px}.ai-builder-hero h1 em{font-size:.9em}.builder-prompt{padding:20px}.builder-canvas-top span{display:none}.builder-site-hero h3{font-size:25px}
  .auth-panel{padding-left:16px;padding-right:16px}
  .auth-plan-summary{grid-template-columns:1fr}
  .auth-plan-summary strong{text-align:left}
}
