:root {
  --ink: #171320;
  --ink-soft: #221d2c;
  --paper: #f4f0e8;
  --paper-bright: #fffdf8;
  --coral: #ff7657;
  --coral-dark: #e9573c;
  --lime: #c8f06b;
  --violet: #8878ff;
  --muted: #6e6875;
  --line: rgba(23, 19, 32, .14);
  --line-dark: rgba(255, 255, 255, .14);
  --shadow: 0 28px 80px rgba(34, 25, 43, .18);
  --radius: 24px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
  z-index: 20;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, .button { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }

.site-header {
  width: min(calc(100% - 40px), 1240px);
  min-height: 78px;
  margin: 18px auto 0;
  padding: 10px 12px 10px 18px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 253, 248, .82);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 14px;
  z-index: 15;
}
.brand { display: inline-flex; align-items: center; gap: 10px; line-height: 1.05; }
.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--ink);
  background: var(--coral);
  font: 800 1.2rem/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  transform: rotate(-4deg);
}
.brand b { display: block; font-size: .98rem; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: .71rem; }
.main-nav { justify-self: center; display: flex; gap: 28px; font-size: .9rem; }
.main-nav a, .text-link { color: #4d4853; transition: color .2s ease; }
.main-nav a:hover, .text-link:hover { color: var(--coral-dark); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.menu-button { display: none; border: 0; background: transparent; cursor: pointer; }

.button {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #fff;
  background: var(--ink);
  font-weight: 750;
  cursor: pointer;
  box-shadow: 0 8px 0 rgba(23, 19, 32, .13);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 11px 0 rgba(23, 19, 32, .11); }
.button:active { transform: translateY(2px); box-shadow: 0 4px 0 rgba(23, 19, 32, .13); }
.button-small { min-height: 42px; padding: 0 17px; border-radius: 11px; font-size: .88rem; }
.button-ghost { color: var(--ink); background: transparent; box-shadow: none; }
.button-ghost:hover { color: var(--coral-dark); background: rgba(255, 255, 255, .45); box-shadow: none; }
.button-block { width: 100%; }

.section-shell { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.hero { min-height: 710px; padding: 110px 0 92px; display: grid; grid-template-columns: .98fr 1.02fr; align-items: center; gap: 52px; }
.eyebrow, .section-index {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--coral-dark);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow i { width: 9px; height: 9px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 6px rgba(255, 118, 87, .12); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin: 24px 0; font-size: clamp(3rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.07em; }
.hero h1 { font-size: clamp(3rem, 5.3vw, 4.35rem); }
h1 span { color: var(--coral-dark); }
.hero-lead { max-width: 620px; margin-bottom: 30px; color: #5e5865; font-size: 1.08rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-strip { margin-top: 35px; display: flex; flex-wrap: wrap; gap: 18px; color: #5b5562; font-size: .82rem; }
.trust-strip span { display: flex; align-items: center; gap: 7px; }
.trust-strip span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); border: 1px solid var(--ink); }

.hero-visual { position: relative; min-width: 0; }
.visual-glow { position: absolute; inset: -15% -5% -25%; background: radial-gradient(circle, rgba(136, 120, 255, .3), transparent 65%); filter: blur(30px); }
.app-frame { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 22px; background: #0d141e; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.frame-bar { height: 46px; padding: 0 14px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 12px; color: #c9c6d0; background: #211b2b; font-size: .7rem; }
.frame-bar > span:first-child { display: flex; gap: 6px; }
.frame-bar i { width: 8px; height: 8px; border-radius: 50%; background: #685e76; }
.frame-bar i:first-child { background: var(--coral); }
.frame-address { opacity: .68; }
.frame-status { justify-self: end; color: var(--lime); }
.app-frame img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.floating-note { position: absolute; padding: 12px 15px; display: grid; color: var(--ink); background: var(--lime); border: 1px solid var(--ink); border-radius: 14px; box-shadow: 6px 6px 0 var(--ink); line-height: 1.2; }
.floating-note b { font-size: 1.35rem; }
.floating-note span { font-size: .7rem; }
.note-one { left: -30px; bottom: 40px; transform: rotate(-4deg); }
.note-two { right: -20px; top: 70px; color: #fff; background: var(--violet); transform: rotate(3deg); }

.signal-row { padding: 15px 24px; display: flex; justify-content: center; align-items: center; gap: 34px; overflow: hidden; color: #fff; background: var(--ink); font-size: .76rem; font-weight: 800; letter-spacing: .14em; white-space: nowrap; }
.signal-row i { width: 5px; height: 5px; flex: 0 0 5px; border-radius: 50%; background: var(--coral); }

.intro-grid { padding: 130px 0 48px; display: grid; grid-template-columns: 1.05fr .7fr; gap: 100px; align-items: end; }
.section-heading h2, .pricing-heading h2 { margin: 16px 0 0; font-size: clamp(2.45rem, 4.7vw, 4.6rem); line-height: 1.03; letter-spacing: -.06em; }
.section-intro { margin-bottom: 5px; color: var(--muted); font-size: 1.08rem; }

.bento-grid { padding-bottom: 130px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.feature-card { min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,253,248,.78); overflow: hidden; position: relative; }
.feature-card h3 { max-width: 520px; margin: 48px 0 12px; font-size: 1.6rem; line-height: 1.2; letter-spacing: -.035em; }
.feature-card p { max-width: 560px; color: var(--muted); }
.feature-large { grid-row: span 2; min-height: 680px; display: flex; flex-direction: column; }
.feature-wide { grid-column: 1 / -1; min-height: 260px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.feature-wide h3 { margin-top: 24px; }
.feature-accent { color: #fff; background: var(--ink); }
.feature-accent p { color: #bdb6c8; }
.card-number { position: absolute; top: 25px; right: 28px; color: var(--coral-dark); font: 800 .8rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.feature-accent .card-number { color: var(--lime); }

.mini-map { min-height: 300px; margin-top: auto; position: relative; }
.master-node, .account-node { position: absolute; padding: 12px 14px; border: 1px solid var(--ink); border-radius: 12px; background: var(--paper-bright); box-shadow: 4px 4px 0 var(--ink); font-size: .78rem; }
.master-node { left: 50%; top: 25px; transform: translateX(-50%); color: #fff; background: var(--coral-dark); }
.master-node b, .account-node b { display: block; font-size: .67rem; opacity: .68; }
.node-a { left: 4%; bottom: 18px; }.node-b { left: 50%; bottom: 0; transform: translateX(-50%); }.node-c { right: 4%; bottom: 18px; }
.route { position: absolute; top: 98px; left: 50%; height: 117px; width: 1px; background: var(--ink); transform-origin: top; }
.route::after { content: ""; position: absolute; bottom: -1px; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); border: 1px solid var(--ink); }
.route-a { transform: rotate(53deg); }.route-b { height: 143px; }.route-c { transform: rotate(-53deg); }

.protection-meter { margin-top: 38px; padding: 18px 0; display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: center; gap: 8px; font-size: .68rem; font-weight: 750; }
.protection-meter i { height: 3px; background: repeating-linear-gradient(90deg, var(--ink) 0 7px, transparent 7px 13px); opacity: .35; }
.protection-meter span { padding: 7px 9px; border-radius: 8px; border: 1px solid var(--line); }
.protection-meter .profit { background: var(--lime); }.protection-meter .loss { color: #fff; background: var(--coral-dark); }.protection-meter .entry { background: #fff; }
.priority-list { margin-top: 28px; display: grid; gap: 8px; }
.priority-list span { padding: 10px 13px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line-dark); border-radius: 9px; color: #cec8d5; font-size: .75rem; }
.priority-list span:first-child { border-color: rgba(200,240,107,.45); color: #fff; background: rgba(200,240,107,.08); }
.priority-list b { color: var(--lime); font: 800 .68rem/1 ui-monospace, Consolas, monospace; }
.stats-sample { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.stats-sample span { padding: 18px; display: grid; gap: 5px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.stats-sample small { color: var(--muted); font-size: .68rem; }
.stats-sample b { font-size: 1.65rem; }

.workflow-section { padding: 125px 0; color: #fff; background: var(--ink); position: relative; overflow: hidden; }
.workflow-section::after { content: "MP"; position: absolute; right: -2vw; bottom: -15vw; color: rgba(255,255,255,.025); font-size: 38vw; font-weight: 900; line-height: 1; }
.section-heading.light { max-width: 650px; position: relative; z-index: 1; }
.section-heading.light .section-index { color: var(--lime); }
.workflow-list { margin: 80px 0 0; padding: 0; list-style: none; position: relative; z-index: 1; }
.workflow-list li { min-height: 160px; padding: 25px 0; display: grid; grid-template-columns: 100px 1fr; border-top: 1px solid var(--line-dark); }
.workflow-list li:last-child { border-bottom: 1px solid var(--line-dark); }
.workflow-list > li > span { color: var(--coral); font: 800 1rem/1 ui-monospace, Consolas, monospace; }
.workflow-list div { display: grid; grid-template-columns: .55fr 1fr; gap: 60px; }
.workflow-list h3 { font-size: 1.55rem; letter-spacing: -.04em; }
.workflow-list p { max-width: 540px; color: #bdb6c8; }

.screenshot-story { padding: 135px 0; display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: center; }
.story-copy h2 { margin: 17px 0 22px; font-size: clamp(2.3rem, 4.2vw, 4.1rem); line-height: 1.04; letter-spacing: -.055em; }
.story-copy > p { color: var(--muted); }
.check-list { margin: 30px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.check-list li { display: flex; gap: 9px; font-size: .9rem; }
.check-list li::before { content: "✓"; color: var(--coral-dark); font-weight: 900; }
.screenshot-wrap { padding: 10px; border-radius: var(--radius); background: var(--violet); box-shadow: var(--shadow); transform: rotate(-1.4deg); }
.screenshot-wrap img { border-radius: 17px; }

.pricing-section { padding: 125px 0; background: #e7e0d4; }
.pricing-heading { max-width: 800px; }
.pricing-heading p { margin: 22px 0 0; color: var(--muted); }
.billing-toggle { width: max-content; margin: 45px 0 24px auto; padding: 5px; display: flex; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.5); }
.billing-toggle button { min-height: 38px; padding: 0 16px; border: 0; border-radius: 9px; color: var(--muted); background: transparent; cursor: pointer; }
.billing-toggle button.active { color: #fff; background: var(--ink); }
.billing-toggle span { margin-left: 5px; color: var(--lime); font-size: .7rem; }
.price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.price-card { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper-bright); position: relative; }
.price-card.featured { color: #fff; background: var(--ink); transform: translateY(-10px); }
.popular-tag { position: absolute; top: 18px; right: 18px; padding: 5px 10px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: .7rem; font-weight: 800; }
.plan-kicker { color: var(--coral-dark); font-size: .74rem; font-weight: 800; letter-spacing: .12em; }
.featured .plan-kicker { color: var(--lime); }
.price-card h3 { margin: 14px 0 8px; font-size: 1.7rem; }
.price-card > p { color: var(--muted); }
.featured > p { color: #bcb5c5; }
.price { margin: 34px 0 28px; display: flex; align-items: end; gap: 7px; }
.price b { font-size: 3.2rem; line-height: 1; letter-spacing: -.06em; }
.price span { padding-bottom: 4px; color: var(--muted); }
.featured .price span { color: #aaa3b2; }
.price-card ul { margin: 0 0 32px; padding: 0; display: grid; gap: 10px; list-style: none; }
.price-card li::before { content: "＋"; margin-right: 8px; color: var(--coral-dark); font-weight: 900; }
.featured li::before { color: var(--lime); }
.featured .button { color: var(--ink); border-color: var(--lime); background: var(--lime); box-shadow: 0 8px 0 rgba(200,240,107,.15); }
.pricing-note { margin: 24px 0 0; color: var(--muted); text-align: center; font-size: .82rem; }

.faq-section { padding: 130px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 42px 25px 0; list-style: none; cursor: pointer; font-weight: 750; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 22px; color: var(--coral-dark); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 50px 24px 0; color: var(--muted); }

.final-cta { padding: 110px 0; color: #fff; background: var(--coral-dark); overflow: hidden; }
.final-cta .section-index { color: var(--ink); }
.final-cta h2 { max-width: 900px; margin: 18px 0 45px; font-size: clamp(3rem, 6vw, 6rem); line-height: .96; letter-spacing: -.07em; }
.final-cta .section-shell > div { display: flex; align-items: center; gap: 24px; }
.button-light { color: var(--ink); border-color: var(--paper-bright); background: var(--paper-bright); }
.quiet-link { font-weight: 700; }

.site-footer { padding: 70px max(24px, calc((100vw - var(--max)) / 2)); display: grid; grid-template-columns: 1.7fr .7fr .7fr; gap: 70px; color: #c5bfca; background: #100d16; }
.site-footer .brand b { color: #fff; }.site-footer .brand small { color: #9b94a4; }
.footer-brand p { max-width: 440px; margin: 25px 0 0; font-size: .78rem; }
.footer-links { display: grid; align-content: start; gap: 9px; font-size: .82rem; }
.footer-links span { margin-bottom: 5px; color: #fff; font-weight: 800; }
.footer-links a:hover { color: var(--coral); }
.footer-bottom { padding-top: 25px; grid-column: 1 / -1; display: flex; justify-content: space-between; border-top: 1px solid var(--line-dark); font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Shared sub-pages */
.subpage { min-height: 100vh; background: #eee8df; }
.subpage .site-header { position: relative; top: 0; }
.auth-shell { width: min(calc(100% - 40px), 1100px); min-height: calc(100vh - 130px); margin: 0 auto; padding: 70px 0; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.auth-aside { min-height: 560px; padding: 44px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; border-radius: 30px; background: var(--ink); overflow: hidden; position: relative; }
.auth-aside::after { content: "M"; position: absolute; right: -45px; bottom: -150px; color: rgba(255,255,255,.035); font-size: 360px; font-weight: 900; transform: rotate(-9deg); }
.auth-aside h1 { max-width: 450px; margin: 25px 0; font-size: clamp(2.7rem, 5vw, 4.7rem); }
.auth-aside p { max-width: 430px; color: #bbb4c4; }
.auth-points { display: grid; gap: 14px; position: relative; z-index: 1; }
.auth-points span { padding-top: 14px; border-top: 1px solid var(--line-dark); color: #d5cedc; font-size: .82rem; }
.auth-card { padding: 18px 0; }
.auth-card h2 { margin-bottom: 8px; font-size: 2.35rem; letter-spacing: -.05em; }
.auth-card > p { margin-bottom: 32px; color: var(--muted); }
.form-stack { display: grid; gap: 17px; }
.field { display: grid; gap: 7px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field label { font-size: .78rem; font-weight: 800; }
.field input, .field select { width: 100%; height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; outline: 0; color: var(--ink); background: rgba(255,255,255,.72); }
.field input:focus, .field select:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(136,120,255,.12); }
.password-wrap { position: relative; }.password-wrap input { padding-right: 74px; }.password-wrap button { position: absolute; top: 7px; right: 8px; height: 38px; border: 0; color: var(--muted); background: transparent; cursor: pointer; font-size: .75rem; }
.form-note, .auth-switch { color: var(--muted); font-size: .78rem; }
.auth-switch { margin-top: 22px; text-align: center; }.auth-switch a { color: var(--coral-dark); font-weight: 800; }
.checkbox-row { display: flex; align-items: flex-start; gap: 9px; font-size: .78rem; color: var(--muted); }.checkbox-row input { margin-top: 5px; accent-color: var(--coral-dark); }.checkbox-row a { color: var(--coral-dark); }
.form-message { min-height: 24px; margin: 0; color: var(--coral-dark); font-size: .78rem; }
.form-message.success { color: #477015; }

.page-shell { width: min(calc(100% - 44px), var(--max)); margin: 0 auto; padding: 80px 0 120px; }
.page-title { max-width: 800px; margin-bottom: 50px; }.page-title h1 { margin: 15px 0; font-size: clamp(3rem, 6vw, 5.5rem); }.page-title p { color: var(--muted); }
.checkout-layout { display: grid; grid-template-columns: 1fr 410px; gap: 50px; align-items: start; }
.checkout-form, .order-card, .dashboard-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper-bright); }
.checkout-form h2, .order-card h2 { font-size: 1.35rem; letter-spacing: -.03em; }
.order-card { position: sticky; top: 26px; color: #fff; background: var(--ink); }
.order-line { padding: 16px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line-dark); color: #c8c1d1; }
.order-total { padding: 20px 0 10px; display: flex; justify-content: space-between; align-items: end; }.order-total b { color: var(--lime); font-size: 2rem; }
.demo-alert { margin: 22px 0; padding: 13px; border: 1px solid rgba(200,240,107,.25); border-radius: 11px; color: #d2e8a3; background: rgba(200,240,107,.07); font-size: .76rem; }

.dashboard-head { margin-bottom: 45px; display: flex; justify-content: space-between; align-items: end; gap: 25px; }.dashboard-head h1 { margin: 10px 0 0; font-size: clamp(2.8rem, 5vw, 5rem); }.dashboard-head p { margin: 0; color: var(--muted); }
.dashboard-head h1 #account-name { display: inline-block; word-break: keep-all; }
.dashboard-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 18px; }
.dashboard-card h2 { margin-bottom: 22px; font-size: 1.28rem; }
.dashboard-card.wide { grid-column: 1 / -1; }
.status-panel { padding: 22px; border-radius: 16px; color: #fff; background: var(--ink); }.status-panel > span { color: var(--lime); font-size: .72rem; font-weight: 800; }.status-panel h3 { margin: 10px 0 4px; font-size: 1.7rem; }.status-panel p { color: #afa8b8; font-size: .82rem; }
.license-meta { margin-top: 20px; padding-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid var(--line-dark); }
.license-meta span { display: grid; gap: 3px; color: #8f8798; font-size: .7rem; }
.license-meta b { color: #fff; font-size: .86rem; }
.seat-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.seat-summary div { padding: 15px 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.seat-summary small { display: block; color: var(--muted); font-size: .68rem; }
.seat-summary strong { display: block; margin-top: 4px; font-size: 1.55rem; }
.seat-meter { height: 9px; margin: 18px 0 14px; overflow: hidden; border-radius: 999px; background: #ded8cf; }
.seat-meter span { width: 0; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--coral), var(--violet)); transition: width .35s ease; }
.card-help { margin: 0; color: var(--muted); font-size: .78rem; }
.activation-card { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; align-items: center; }
.activation-card h2 { margin-bottom: 7px; }
.activation-card > div > p { margin: 0; color: var(--muted); font-size: .83rem; }
.activation-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.activation-form input { min-width: 0; height: 52px; padding: 0 15px; border: 1px solid var(--line); border-radius: 12px; outline: 0; color: var(--ink); background: #fff; font: 700 .9rem/1 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .06em; text-transform: uppercase; }
.activation-form input:focus { border-color: var(--violet); box-shadow: 0 0 0 4px rgba(136,120,255,.12); }
.activation-form .form-message { grid-column: 1 / -1; }
.card-heading-row { display: flex; align-items: start; justify-content: space-between; gap: 20px; }
.card-heading-row h2 { margin-bottom: 5px; }
.card-heading-row p { margin: 0; color: var(--muted); font-size: .78rem; }
.device-list { margin-top: 18px; border-top: 1px solid var(--line); }
.license-row, .device-row { padding: 15px 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }.license-row:last-child, .device-row:last-child { border-bottom: 0; }.license-row small, .device-row small { display: block; color: var(--muted); }.status-pill { padding: 5px 9px; border-radius: 999px; color: #315100; background: var(--lime); font-size: .68rem; font-weight: 800; }
.device-actions { display: flex; align-items: center; gap: 10px; }
.status-offline { color: #6e6875; background: #e8e3dc; }
.status-planned { color: #fff; background: var(--violet); }
.empty-state { padding: 30px 0 8px; color: var(--muted); text-align: center; }
.security-note { padding: 18px; border: 1px solid rgba(136,120,255,.24); border-radius: 15px; background: rgba(136,120,255,.08); }
.security-note strong { color: #5041cb; }
.security-note p { margin: 7px 0 0; color: var(--muted); font-size: .8rem; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.danger-button { border-color: rgba(233,87,60,.35); color: var(--coral-dark); background: transparent; box-shadow: none; }

.legal-page { max-width: 820px; }.legal-page h1 { font-size: clamp(3rem, 6vw, 5rem); }.legal-page h2 { margin-top: 45px; font-size: 1.55rem; letter-spacing: -.03em; }.legal-page p, .legal-page li { color: #5e5865; }.legal-page .legal-callout { margin: 30px 0; padding: 20px; border-left: 4px solid var(--coral); background: rgba(255,255,255,.55); }.legal-page table { width: 100%; border-collapse: collapse; font-size: .85rem; }.legal-page th, .legal-page td { padding: 13px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .menu-button { display: block; justify-self: end; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 20px; flex-direction: column; gap: 12px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-bright); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .header-actions { justify-self: end; }
  .hero { grid-template-columns: 1fr; padding-top: 75px; gap: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(92%, 760px); margin-inline: auto; }
  .intro-grid, .faq-section, .screenshot-story { grid-template-columns: 1fr; gap: 45px; }
  .section-intro { max-width: 680px; }
  .workflow-list div { grid-template-columns: .65fr 1fr; }
  .screenshot-story { padding: 100px 0; }
  .checkout-layout { grid-template-columns: 1fr; }.order-card { position: static; }
  .auth-shell { grid-template-columns: 1fr; max-width: 700px; }.auth-aside { min-height: 410px; }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 24px); margin-top: 10px; padding-left: 12px; grid-template-columns: auto 1fr; }
  .site-header .brand small, .header-actions .text-link { display: none; }
  .menu-button { grid-column: 2; grid-row: 1; margin-right: 102px; }
  .header-actions { grid-column: 2; grid-row: 1; }.button-small { min-height: 38px; padding: 0 13px; }
  .section-shell { width: min(calc(100% - 28px), var(--max)); }
  .hero { min-height: 0; padding: 70px 0 78px; }.hero-lead { font-size: 1rem; }
  h1 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .trust-strip { display: grid; gap: 8px; }
  .floating-note { display: none; }
  .signal-row { justify-content: flex-start; }
  .intro-grid { padding-top: 90px; }
  .bento-grid { grid-template-columns: 1fr; padding-bottom: 90px; }
  .feature-large { min-height: 620px; }.feature-wide { grid-column: auto; grid-template-columns: 1fr; gap: 30px; }
  .stats-sample { grid-template-columns: 1fr; }
  .workflow-section { padding: 90px 0; }.workflow-list { margin-top: 50px; }.workflow-list li { grid-template-columns: 48px 1fr; }.workflow-list div { grid-template-columns: 1fr; gap: 3px; }
  .pricing-section { padding: 90px 0; }.billing-toggle { margin-left: 0; }.price-grid { grid-template-columns: 1fr; }.price-card.featured { transform: none; }
  .faq-section { padding: 90px 0; }
  .final-cta .section-shell > div { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 40px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 8px; }
  .auth-shell { width: min(calc(100% - 28px), 620px); padding: 35px 0 70px; gap: 40px; }.auth-aside { min-height: 360px; padding: 28px; }.auth-aside h1 { font-size: 3rem; }.field-row { grid-template-columns: 1fr; }
  .page-shell { width: min(calc(100% - 28px), var(--max)); padding-top: 55px; }.dashboard-head { align-items: flex-start; flex-direction: column; }.dashboard-grid { grid-template-columns: 1fr; }.dashboard-card.wide { grid-column: auto; }
  .status-panel h3 { font-size: 1.28rem; }
  .activation-card { grid-template-columns: 1fr; gap: 22px; }.activation-form { grid-template-columns: 1fr; }.activation-form .form-message { grid-column: auto; }
  .seat-summary { grid-template-columns: 1fr 1fr 1fr; }.device-row { align-items: flex-start; flex-direction: column; }.device-actions { width: 100%; justify-content: space-between; }
  .legal-page table { display: block; overflow-x: auto; }
}
