:root {
  --bg: #0e1014;
  --band: #14171d;
  --panel: #1b1f27;
  --line: #343b49;
  --text: #f5f7fb;
  --muted: #aab3c2;
  --blue: #0e639c;
  --cyan: #31c4d9;
  --green: #36d37e;
  --amber: #f5c451;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; margin: 0; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
code { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 5px; color: #dff6ff; padding: 2px 5px; }
.site-header { align-items: center; background: rgba(14,16,20,.78); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); display: flex; gap: 24px; justify-content: space-between; left: 0; padding: 14px max(20px, calc((100vw - var(--max)) / 2)); position: fixed; right: 0; top: 0; z-index: 50; }
.site-header.is-elevated { background: rgba(14,16,20,.96); box-shadow: 0 18px 40px rgba(0,0,0,.28); }
.brand, .site-nav, .hero-actions, .hero-facts, .footer-brand { align-items: center; display: flex; }
.brand { gap: 10px; font-weight: 900; min-width: max-content; }
.brand-logo { align-items: center; background: var(--blue); border: 1px solid rgba(255,255,255,.18); border-radius: 7px; display: inline-flex; font-size: 13px; font-weight: 900; height: 36px; justify-content: center; width: 40px; }
.site-nav { color: var(--muted); gap: 20px; font-size: 14px; }
.site-nav a:hover, .site-nav button:hover { color: #0d6efd; }
.footer-link-button { background: transparent; border: 0; color: inherit; cursor: pointer; padding: 0; }
.site-nav .nav-access { background: var(--blue); border-color: var(--blue); color: #fff; min-height: 32px; padding: 5px 12px; }
.site-nav .nav-access:hover { background: #fff; border-color: #fff; color: var(--blue); }
.menu-toggle { background: transparent; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; display: none; height: 38px; padding: 8px; width: 42px; }
.menu-toggle span { background: var(--text); display: block; height: 2px; margin: 5px 0; }
.section-shell { padding: 96px max(20px, calc((100vw - var(--max)) / 2)); }
.hero { align-items: center; display: grid; gap: 48px; grid-template-columns: minmax(0, .86fr) minmax(560px, 1fr); min-height: 94svh; overflow: hidden; padding-top: 145px; position: relative; }
.hero::before { background: linear-gradient(90deg, rgba(49,196,217,.12), transparent 38%), linear-gradient(180deg, transparent, var(--bg)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.hero-copy, .hero-media { position: relative; z-index: 1; }
.eyebrow { color: var(--cyan); font-size: 13px; font-weight: 900; letter-spacing: 0; margin: 0 0 14px; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: 54px; letter-spacing: 0; line-height: 1.02; margin-bottom: 24px; }
h2 { font-size: 48px; letter-spacing: 0; line-height: 1.04; margin-bottom: 20px; }
h3 { font-size: 24px; line-height: 1.15; }
.hero-copy p { color: #d5dce8; font-size: 19px; max-width: 650px; }
.hero-actions { flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.btn { align-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; cursor: pointer; display: inline-flex; font-weight: 850; justify-content: center; min-height: 46px; padding: 13px 17px; }
.btn.primary { background: var(--text); color: #101319; }
.btn.success { background: #198754; border-color: #198754; color: #fff; }
.btn.success:hover { background: #157347; border-color: #146c43; }
.btn.ghost, .plan-button { background: rgba(255,255,255,.07); color: var(--text); }
.btn:hover { transform: translateY(-1px); }
.hero-facts { border-top: 1px solid rgba(255,255,255,.12); gap: 24px; margin: 34px 0 0; padding-top: 22px; }
.hero-facts div { min-width: 110px; }
.hero-facts dt { color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.hero-facts dd { font-weight: 900; margin: 2px 0 0; }
.hero-media { min-height: 560px; perspective: 1600px; }
.editor-shot { background: #1e1e1e; border: 1px solid #3b4250; box-shadow: 0 40px 120px rgba(0,0,0,.58); min-width: 790px; overflow: hidden; transform: rotateY(-18deg) rotateX(7deg) rotateZ(-2deg); transform-origin: left center; transition: transform .35s ease, box-shadow .35s ease; }
.hero-media:hover .editor-shot { box-shadow: 0 55px 140px rgba(0,0,0,.72); transform: translateY(-18px) rotateY(0deg) rotateX(0deg) rotateZ(0deg); }
.editor-bar, .feature-toolbar { align-items: center; background: #252a34; border-bottom: 1px solid #3b4250; display: flex; gap: 8px; height: 42px; padding: 0 13px; }
.editor-bar span, .feature-toolbar span { background: #5b6573; border-radius: 999px; height: 9px; width: 9px; }
.editor-bar strong, .feature-toolbar b { color: #d8dde7; font-size: 12px; margin-left: 8px; }
.editor-ui { display: grid; gap: 8px; grid-template-columns: 240px 1fr 190px; height: 510px; padding: 8px; }
.editor-ui aside, .editor-ui section { background: #171a20; border: 1px solid #353c49; overflow: hidden; padding: 12px; }
.tabs { display: flex; gap: 6px; margin: 12px 0; }
.tabs span, .toolbar span { background: #2d3340; border: 1px solid #485061; border-radius: 4px; color: #dbe1ec; font-size: 11px; padding: 5px 7px; }
pre { color: #d8dde7; font: 12px/1.55 Consolas, Monaco, monospace; white-space: pre-wrap; }
.toolbar { display: flex; gap: 7px; justify-content: center; margin: -12px -12px 0; padding: 8px; border-bottom: 1px solid #353c49; }
.toolbar span:first-child, .toolbar span:nth-child(4) { background: var(--blue); }
.canvas { background: #eff3f8; color: #151922; height: calc(100% - 41px); padding: 34px; position: relative; }
.canvas::before { background: repeating-linear-gradient(90deg, rgba(255,75,75,.2) 0 54px, rgba(30,35,44,.28) 54px 66px); content: ""; inset: 0 34px; opacity: .75; position: absolute; }
.nav-line, .hero-block { position: relative; z-index: 1; }
.nav-line { background: #121722; height: 44px; margin-bottom: 40px; }
.hero-block { background: #fff; padding: 40px; width: 78%; }
.hero-block small { color: var(--blue); display: block; font-weight: 900; margin-bottom: 8px; text-transform: uppercase; }
.hero-block strong { display: block; font-size: 34px; line-height: 1; }
.editor-ui ol { color: var(--muted); font-size: 12px; padding-left: 18px; }
.prop { background: #313846; border-radius: 4px; height: 28px; margin: 9px 0; }
.prop.short { width: 66%; }
.floating-preview { background: rgba(28,32,41,.94); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; box-shadow: 0 18px 50px rgba(0,0,0,.38); padding: 14px; position: absolute; z-index: 4; }
.floating-preview span { color: var(--muted); display: block; font-size: 12px; font-weight: 800; margin-bottom: 6px; text-transform: uppercase; }
.floating-preview b { color: var(--text); font-size: 13px; }
.preview-one { right: 18px; top: 38px; }
.preview-two { bottom: 92px; left: 0; width: 190px; }
.preview-two i { background: rgba(255,75,75,.35); display: inline-block; height: 44px; margin-right: 5px; width: 20px; }
.preview-three { bottom: 18px; right: 40px; }
.proof-band { border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); display: grid; gap: 1px; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 0 max(20px, calc((100vw - var(--max)) / 2)); }
.proof-band div { background: linear-gradient(180deg, #171b23, #12151b); border: 1px solid rgba(255,255,255,.08); min-width: 0; padding: 30px 26px; position: relative; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.proof-band div:hover { background: #fff; border-color: #fff; color: #10141c; transform: translateY(-6px); z-index: 2; }
.proof-band small { color: var(--cyan); display: block; font: 900 12px/1 Consolas, Monaco, monospace; margin-bottom: 28px; transition: color .2s ease; }
.proof-band strong { display: block; font-size: 20px; margin-bottom: 10px; transition: color .2s ease; }
.proof-band div::after { background: var(--blue); bottom: 0; content: ""; height: 3px; left: 0; position: absolute; width: 44px; }
.proof-band span, .tool-card p, .plan-card p, .faq-list p, .contact-copy p, .site-footer p, .install-steps p { color: var(--muted); }
.proof-band div:hover small { color: #0d6efd; }
.proof-band div:hover span { color: #697386; }
.feature-detail { align-items: center; display: grid; gap: 52px; grid-template-columns: 1fr 1fr; }
.feature-window, .tool-card, .plan-card, .faq-list details, .contact-form, .payment-summary, .stripe-form { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.feature-window { box-shadow: 0 28px 80px rgba(0,0,0,.38); overflow: hidden; }
.feature-grid { display: grid; grid-template-columns: 180px 1fr; min-height: 440px; padding: 10px; gap: 10px; }
.feature-side { background: #171a20; border: 1px solid #353c49; padding: 16px; }
.feature-side strong, .feature-side span { display: block; }
.feature-side span { background: #242a36; border-radius: 5px; color: var(--muted); margin-top: 10px; padding: 9px; }
.feature-canvas { background: #eef3f8; display: grid; gap: 12px; grid-template-columns: repeat(6, 1fr); padding: 22px; }
.feature-canvas div { background: linear-gradient(#d9e2ef, #bdc9da); min-height: 360px; }
.check-list { list-style: none; margin: 26px 0 0; padding: 0; }
.check-list li { border-top: 1px solid rgba(255,255,255,.1); color: #dbe2ee; padding: 12px 0 12px 28px; position: relative; }
.check-list li::before { color: var(--green); content: "+"; font-weight: 900; left: 0; position: absolute; }
.features-section .section-heading { max-width: 860px; }
.feature-list { display: grid; gap: 18px; margin-top: 42px; }
.feature-item { align-items: center; display: grid; gap: 28px; grid-template-columns: minmax(360px, .88fr) minmax(0, 1fr); }
.feature-item > div:last-child { min-width: 0; }
.feature-item h3 { margin-bottom: 10px; }
.feature-item p { color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-item span { color: #8fa0b8; display: block; font-size: 13px; line-height: 1.5; }
.feature-item .feature-window { min-height: 260px; }
.mock-body { display: grid; gap: 12px; grid-template-columns: 150px 1fr; min-height: 218px; padding: 12px; }
.mock-body aside, .mock-body main { background: #151a23; border: 1px solid #333d4e; border-radius: 7px; padding: 14px; }
.mock-body aside b, .mock-body aside span, .mock-body main code, .mock-body main b, .mock-body main i, .mock-body main label, .mock-body main mark { display: block; }
.mock-body aside b { margin-bottom: 12px; }
.mock-body aside span, .mock-body main code, .mock-body main i, .mock-body main label, .mock-body main mark { background: #252d3b; border-radius: 5px; color: #dbe2ee; font-size: 12px; margin-top: 8px; padding: 8px; }
.mock-body main { background: #edf3f9; color: #17202e; }
.mock-body main code, .mock-body main i, .mock-body main mark { background: #fff; border-left: 3px solid #0d6efd; color: #17202e; }
.mock-dictionary main label { background: #10141c; color: #dbe2ee; }
.mock-dictionary main mark { border-left-color: #198754; }
.mock-style main em { background: #fff; border-radius: 5px; display: block; height: 26px; margin-bottom: 10px; }
.mock-style .range { background: linear-gradient(90deg, #0d6efd 65%, #ccd6e2 65%); border-radius: 999px; height: 10px; margin: 18px 0; }
.mock-style .swatches { background: linear-gradient(90deg, #0d6efd 0 25%, #198754 25% 50%, #f5c451 50% 75%, #11151d 75%); border-radius: 6px; height: 34px; }
.mock-media picture { background: linear-gradient(135deg, #0d6efd, #31c4d9); border-radius: 7px; display: block; min-height: 58px; }
.mock-media main { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.split-preview { grid-template-columns: 1fr 1fr; }
.split-preview main { min-height: 180px; }
.split-preview main small { color: #5f7085; display: block; font-size: 11px; font-weight: 800; margin-top: 4px; }
.split-preview main div { border-radius: 7px; margin-top: 12px; }
.editor-pane { background: #f1f6fb; outline: 2px dashed rgba(13,110,253,.45); outline-offset: -10px; }
.editor-pane div:first-of-type { background: linear-gradient(90deg, rgba(13,110,253,.18) 0 28%, #fff 28%); border: 1px solid rgba(13,110,253,.22); height: 42px; }
.editor-pane div:last-of-type { background: repeating-linear-gradient(90deg, rgba(13,110,253,.2) 0 14px, transparent 14px 28px), #fff; border: 1px solid rgba(13,110,253,.22); height: 72px; }
.front-pane { background: #fff; }
.front-pane::before { background: #10141c; border-radius: 5px; content: ""; display: block; height: 18px; margin: 10px 0 12px; }
.front-pane div:first-of-type { background: linear-gradient(135deg, #dbeafe, #bfdbfe); height: 54px; }
.front-pane div:last-of-type { background: linear-gradient(90deg, #e2e8f0 0 48%, #cbd5e1 48%); height: 46px; }
.front-pane footer { background: #10141c; border-radius: 5px; display: block; height: 16px; margin-top: 12px; }
.mock-breakpoints aside { display: grid; grid-template-columns: 1fr 1fr; }
.mock-breakpoints aside b { background: #252d3b; border-radius: 5px; margin: 0 0 8px; padding: 8px; text-align: center; }
.mock-breakpoints .device { background: #fff; border: 8px solid #10141c; border-radius: 16px; height: 112px; margin: auto; width: 78px; }
.mock-breakpoints .device.wide { border-radius: 10px; height: 62px; margin-top: 14px; width: 180px; }
.mock-grid .columns { background: repeating-linear-gradient(90deg, rgba(13,110,253,.24) 0 28px, transparent 28px 43px), #f4f7fb; border-radius: 7px; height: 178px; }
.feature-visual-gallery { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 24px; }
.feature-visual-gallery article { background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; padding: 12px; }
.feature-visual-gallery strong { display: block; margin: 10px 0 5px; }
.feature-visual-gallery span { color: var(--muted); display: block; font-size: 12px; }
.mini-visual { background: #10141c; border: 1px solid #374050; border-radius: 6px; height: 132px; overflow: hidden; position: relative; }
.mini-visual::before, .mini-visual::after { content: ""; position: absolute; }
.code-visual::before { background: repeating-linear-gradient(#31c4d9 0 2px, transparent 2px 14px); height: 86px; left: 18px; right: 18px; top: 24px; }
.code-visual::after { background: #198754; height: 20px; left: 18px; top: 18px; width: 70px; }
.hierarchy-visual::before { border-left: 2px solid #31c4d9; border-bottom: 2px solid #31c4d9; height: 78px; left: 30px; top: 22px; width: 86px; }
.hierarchy-visual::after { background: #f5c451; box-shadow: 34px 18px 0 #31c4d9, 72px 42px 0 #198754; height: 14px; left: 52px; top: 28px; width: 48px; }
.dictionary-visual::before { background: #242b38; border-radius: 6px; box-shadow: 0 28px 0 #242b38, 0 56px 0 #242b38; height: 18px; left: 18px; right: 18px; top: 24px; }
.dictionary-visual::after { background: #0d6efd; border-radius: 999px; height: 18px; right: 24px; top: 80px; width: 62px; }
.style-visual::before { background: linear-gradient(90deg, #0d6efd 0 32%, #198754 32% 64%, #f5c451 64%); height: 42px; left: 20px; right: 20px; top: 28px; }
.style-visual::after { border: 2px solid #31c4d9; border-radius: 50%; height: 34px; left: 36px; top: 78px; width: 34px; }
.media-visual::before { background: linear-gradient(135deg, #334155, #94a3b8); border-radius: 6px; height: 78px; left: 20px; right: 20px; top: 20px; }
.media-visual::after { background: #31c4d9; border-radius: 50%; height: 24px; right: 34px; top: 32px; width: 24px; }
.preview-visual::before { background: #eef3f8; height: 82px; left: 18px; top: 26px; width: 72px; }
.preview-visual::after { background: #11151d; border: 2px solid #31c4d9; height: 82px; right: 18px; top: 26px; width: 72px; }
.breakpoint-visual::before { background: #0d6efd; box-shadow: 34px 0 0 #0d6efd, 68px 0 0 #0d6efd, 102px 0 0 #0d6efd; height: 28px; left: 18px; top: 52px; width: 24px; }
.grid-visual::before { background: repeating-linear-gradient(90deg, rgba(255,75,75,.35) 0 16px, rgba(30,35,44,.5) 16px 24px); inset: 20px; }
.section-heading { max-width: 850px; }
.tool-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin-top: 40px; }
.tool-card { min-height: 176px; padding: 24px; position: relative; }
.tool-card strong { display: block; font-size: 20px; margin-bottom: 12px; }
.tool-popover { background: #0f131b; border: 1px solid #3b4558; border-radius: 8px; bottom: calc(100% - 8px); box-shadow: 0 24px 80px rgba(0,0,0,.46); left: 18px; opacity: 0; padding: 14px; pointer-events: none; position: absolute; right: 18px; transform: translateY(-8px); transition: opacity .18s ease, transform .18s ease; z-index: 20; }
.tool-card:hover .tool-popover, .tool-card:focus-within .tool-popover, .tool-card:focus .tool-popover { opacity: 1; pointer-events: auto; transform: translateY(0); }
.tool-image { background: #151a23; border: 1px solid #323b4b; border-radius: 6px; color: #dbe2ee; display: grid; gap: 8px; min-height: 156px; padding: 12px; }
.tool-image span, .tool-image b { background: #222a37; border-radius: 4px; display: block; font-size: 12px; padding: 6px 8px; }
.selected-code-image pre { background: #0c1017; border-left: 3px solid #31c4d9; margin: 0; padding: 8px; }
.classes-image span:nth-child(2), .component-image span:nth-child(2), .theme-image span:nth-child(2), .columns-image span:nth-child(3), .render-image span:nth-child(2) { border-left: 3px solid #198754; }
.install-section, .plans-section, .contact-section { background: var(--band); }
.install-steps { display: grid; gap: 16px; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 40px 0 0; padding: 0; }
.install-steps li { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; display: flex; flex-direction: column; min-height: 260px; padding: 24px; }
.install-steps span { color: var(--amber); display: block; font: 900 13px/1 Consolas, Monaco, monospace; margin-bottom: 44px; }
.install-steps strong { display: block; font-size: 19px; margin-bottom: 10px; }
.install-steps p { flex: 1; }
.step-link { align-items: center; background: rgba(13,110,253,.16); border: 1px solid rgba(13,110,253,.45); border-radius: 6px; color: #8ec5ff; display: inline-flex; font-weight: 850; justify-content: center; margin-top: auto; min-height: 38px; padding: 8px 10px; }
.button-link { cursor: pointer; width: 100%; }
.billing-note { color: var(--muted); margin-top: 8px; }
.plans-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); margin-top: 40px; }
.plan-card { display: flex; flex-direction: column; min-height: 610px; padding: 26px; position: relative; }
.plan-card.featured { border-color: rgba(49,196,217,.7); box-shadow: 0 24px 80px rgba(14,99,156,.22); }
.plan-badge { background: var(--cyan); border-radius: 999px; color: #071014; font-size: 12px; font-weight: 900; padding: 5px 10px; position: absolute; right: 18px; top: 18px; }
.plan-head { min-height: 130px; }
.price { font-size: 34px; font-weight: 950; margin-bottom: 8px; }
.price span { display: block; }
.price small, .annual { color: var(--muted); font-size: 14px; font-weight: 800; }
.annual { background: rgba(255,255,255,.07); border-radius: 6px; display: inline-block; margin-bottom: 16px; padding: 7px 9px; width: max-content; }
.plan-card ul { color: #dbe2ee; margin: 12px 0 24px; padding-left: 20px; }
.plan-card li { margin-bottom: 9px; }
.plan-card .btn { margin-top: auto; width: 100%; }
.faq-list { display: grid; gap: 12px; margin-top: 40px; }
.faq-list details { padding: 19px 22px; }
.faq-list summary { cursor: pointer; font-weight: 900; }
.faq-list p { margin: 14px 0 0; }
.contact-section { align-items: start; display: grid; gap: 44px; grid-template-columns: .8fr 1fr; }
.contact-form { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; padding: 24px; }
.contact-form label { color: #dce3ee; display: grid; font-weight: 800; gap: 7px; }
.contact-form .full, .contact-form button, .form-status { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea, .stripe-form input { background: #11151d; border: 1px solid #3b4250; border-radius: 6px; color: var(--text); min-height: 44px; padding: 10px 12px; width: 100%; }
.contact-form textarea { resize: vertical; }
.honeypot { display: none; }
.form-status { color: var(--muted); margin: 0; }
.form-status.is-error { color: #ff9a9a; }
.form-status.is-success { color: var(--green); }
.site-footer { align-items: start; border-top: 1px solid rgba(255,255,255,.08); display: grid; gap: 28px; grid-template-columns: 1fr 1.3fr auto; padding: 34px max(20px, calc((100vw - var(--max)) / 2)); }
.footer-brand { gap: 12px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 16px; color: var(--muted); font-size: 14px; }
.site-footer a:hover, .footer-link-button:hover { color: #0d6efd; }
.site-footer small { color: var(--muted); }
.payment-modal[hidden] { display: none; }
.payment-modal { inset: 0; position: fixed; z-index: 90; }
.modal-backdrop { background: rgba(0,0,0,.72); inset: 0; position: absolute; }
.modal-dialog { background: #11151d; border: 1px solid var(--line); border-radius: 10px; display: grid; grid-template-columns: 1.1fr .8fr; left: 50%; max-height: calc(100svh - 48px); max-width: 980px; overflow: auto; position: absolute; top: 50%; transform: translate(-50%, -50%); width: calc(100% - 36px); }
.modal-close { background: transparent; border: 0; color: var(--muted); cursor: pointer; font-size: 24px; position: absolute; right: 14px; top: 10px; }
.stripe-form, .payment-summary { border: 0; border-radius: 0; padding: 32px; }
.compact-modal { max-width: 780px; }
.client-dialog { grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr); max-width: 900px; }
.client-dialog:not(.is-authorized) { grid-template-columns: 1fr; max-width: 560px; }
.client-panel[hidden] { display: none; }
.muted-copy { color: var(--muted); }
.domain-list { color: #dbe2ee; margin: 16px 0; padding-left: 18px; }
.domain-list li { margin-bottom: 8px; }
.legal-dialog { display: block; max-width: 820px; }
.legal-content { padding: 34px; }
.legal-content h3 { font-size: 18px; margin-top: 22px; }
.legal-content p { color: var(--muted); }
.stripe-form { display: grid; gap: 14px; }
.stripe-form label { color: #dbe2ee; display: grid; font-size: 13px; font-weight: 800; gap: 7px; min-width: 0; }
.client-form { display: grid; gap: 14px; margin-top: 18px; }
.client-form .btn.primary { background: #0d6efd; border-color: #0d6efd; color: #fff; min-height: 38px; padding: 8px 14px; width: max-content; }
.client-form .btn.primary:hover { background: #fff; border-color: #fff; color: #0d6efd; }
.form-grid { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.form-grid .full { grid-column: 1 / -1; }
.card-number { position: relative; }
.card-number span { color: #8fa0b8; font-size: 12px; position: absolute; right: 12px; top: 34px; }
.stripe-note { color: var(--muted); font-size: 13px; margin: 0; }
.stripe-placeholder { border: 1px dashed #566174; border-radius: 8px; color: var(--muted); padding: 24px; }
.stripe-placeholder span { color: var(--text); display: block; font-weight: 900; margin-bottom: 6px; }
.payment-summary { background: #1b202b; }
.payment-summary > span { color: var(--cyan); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.payment-summary h3 { margin: 8px 0; }
.payment-summary dl div { border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; padding: 12px 0; }
.payment-summary dt { color: var(--muted); }
.reveal { opacity: 0; transform: translateY(16px); transition: opacity .52s ease, transform .52s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
body.menu-open { overflow: hidden; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal, .editor-shot, .btn { opacity: 1; transform: none; transition: none; } }
@media (max-width: 1080px) {
  .hero, .feature-detail, .contact-section, .feature-item { grid-template-columns: 1fr; }
  .hero-media { min-height: 430px; }
  .editor-shot { min-width: 720px; opacity: .82; }
  .proof-band, .tool-grid, .install-steps, .plans-grid { grid-template-columns: 1fr 1fr; }
  .site-footer { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .menu-toggle { display: block; }
  .site-nav { background: rgba(14,16,20,.98); border-bottom: 1px solid rgba(255,255,255,.08); display: none; flex-direction: column; left: 0; padding: 22px; position: fixed; right: 0; top: 65px; }
  .site-nav.is-open { display: flex; }
  .brand-text { display: none; }
  .section-shell { padding: 72px 20px; }
  .hero { min-height: auto; padding-top: 118px; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .hero-facts, .proof-band, .tool-grid, .install-steps, .plans-grid, .contact-form, .modal-dialog, .feature-item, .form-grid { grid-template-columns: 1fr; }
  .hero-facts { align-items: stretch; display: grid; }
  .proof-band { padding: 0; }
  .proof-band div { padding: 22px 20px; }
  .editor-shot { min-width: 620px; transform: rotateY(-12deg) rotateX(4deg) rotateZ(-1deg); }
  .hero-media { margin-left: -16px; min-height: 390px; overflow: hidden; }
  .floating-preview { display: none; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-canvas { grid-template-columns: repeat(3, 1fr); }
  .feature-item { gap: 18px; }
  .feature-item .feature-window { min-height: auto; }
  .mock-body { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
  .tool-popover { bottom: auto; top: 16px; transform: translateY(0); }
  .plan-card { min-height: auto; }
  .contact-form .full, .contact-form button, .form-status { grid-column: auto; }
}
