:root {
  color-scheme: light dark;
  --bg: #f6f6f5;
  --text: #18181b;
  --muted: #52525b;
  --panel: #fff;
  --border: rgba(39, 39, 42, .12);
  --accent: #dc2626;
  --accent-dark: #b91c1c;
  --shadow: 0 10px 26px rgba(24, 24, 27, .08);
}
@media (prefers-color-scheme: dark) {
  :root { --bg: #0b0b0c; --text: #f4f4f5; --muted: #d4d4d8; --panel: #18181b; --border: rgba(244, 244, 245, .12); --shadow: 0 10px 26px rgba(0,0,0,.28); }
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: auto; }
body { margin: 0; font-family: Inter, Geist, Satoshi, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.45; }
a { color: inherit; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid rgba(220,38,38,.32); outline-offset: 3px; }
.nav { position: relative; z-index: 10; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; padding: 14px clamp(16px, 4vw, 42px); background: #111113; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; }
.brand img { border-radius: 12px; border: 1px solid rgba(220,38,38,.45); }
.brand span { display: grid; line-height: 1.05; }
.brand strong { font-size: 18px; }
.brand small, .eyebrow { color: #3f3f46; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.nav .brand small { color: #d4d4d8; }
.footer .brand small { color: #52525b; }
.nav nav { display: flex; justify-content: flex-start; align-items: center; gap: 6px; width: 100%; }
.nav nav a, .portal { min-height: 44px; padding: 10px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.1); color: #fff; font-weight: 850; }
.nav nav a, .portal { display: inline-flex; align-items: center; justify-content: center; text-align: center; }
.nav nav a.nav-demo { margin-left: auto; border-color: rgba(248,113,113,.65); background: #dc2626; box-shadow: 0 12px 26px rgba(220,38,38,.28); }
.nav nav a.nav-demo:hover { background: #ef4444; }
.portal { background: #fff; color: #18181b; border-color: rgba(255,255,255,.5); }
.menu-toggle { display: none; }
.menu-toggle-icon { display: grid; gap: 4px; place-items: center; }
.menu-toggle-icon span { width: 19px; height: 2px; border-radius: 999px; background: #fff; box-shadow: 0 0 12px rgba(255,255,255,.26); transition: width .22s ease, transform .22s ease, opacity .18s ease; }
.menu-toggle-icon span:nth-child(2) { width: 14px; }
.nav.menu-open .menu-toggle-icon span:nth-child(1) { width: 20px; transform: translateY(6px) rotate(45deg); }
.nav.menu-open .menu-toggle-icon span:nth-child(2) { opacity: 0; }
.nav.menu-open .menu-toggle-icon span:nth-child(3) { width: 20px; transform: translateY(-6px) rotate(-45deg); }
main { width: min(1180px, 100%); margin: 0 auto; padding: clamp(16px, 4vw, 42px); }
.hero { min-height: calc(100vh - 92px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .76fr); gap: clamp(20px, 5vw, 54px); align-items: center; }
h1, h2, p { margin-top: 0; }
h1 { max-width: 800px; margin-bottom: 18px; font-size: clamp(44px, 8vw, 92px); line-height: .94; letter-spacing: 0; }
h2 { margin-bottom: 12px; font-size: clamp(30px, 5vw, 56px); line-height: .98; letter-spacing: 0; }
.hero-copy > p:not(.eyebrow), .before-after p, .demo-band p, .contact p { max-width: 680px; color: var(--muted); font-size: 18px; }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 17px; border-radius: 12px; background: var(--accent); color: #fff; font-weight: 900; box-shadow: 0 14px 28px rgba(220,38,38,.22); transition: transform .22s ease, background .22s ease; }
.button:hover { transform: translateY(-2px); background: var(--accent-dark); }
.button.ghost { color: var(--text); background: var(--panel); border: 1px solid var(--border); box-shadow: none; }
.button.subtle { color: var(--text); background: transparent; border: 1px solid var(--border); box-shadow: none; }
.trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; border: 1px solid rgba(39,39,42,.1); border-radius: 999px; background: #fff; color: #18181b; font-size: 13px; font-weight: 900; box-shadow: 0 8px 20px rgba(24,24,27,.08); }
.trust-row span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(220,38,38,.1); }
.product-shot { border: 1px solid rgba(255,255,255,.12); border-radius: 22px; padding: 18px; background: radial-gradient(circle at 90% 0%, rgba(220,38,38,.32), transparent 18rem), #18181b; color: #fff; box-shadow: var(--shadow); }
.shot-head { display: flex; gap: 7px; margin-bottom: 18px; }
.shot-head span { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,.26); }
.shot-title { display: flex; justify-content: space-between; gap: 12px; align-items: end; margin-bottom: 4px; }
.shot-title strong { font-size: 24px; }
.shot-title small { color: #a1a1aa; font-weight: 850; }
.status-line { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.ok { color: #22c55e; } .warning { color: #f59e0b; } .critical { color: #ef4444; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 16px; }
.metrics span { padding: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; background: rgba(255,255,255,.06); text-align: center; font-weight: 850; }
.proof, .price-grid, .guarantees { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.proof article, .before-after > div, .price-grid article, .demo-band, .contact, .case-study, .guarantees article, .faq details { border: 1px solid var(--border); border-radius: 20px; background: var(--panel); box-shadow: var(--shadow); }
.proof article { padding: 20px; }
.proof strong, .proof span, .guarantees strong, .guarantees span { display: block; }
.proof strong, .guarantees strong { font-size: 20px; margin-bottom: 6px; }
.proof span, .guarantees span { color: var(--muted); }
.case-study { display: grid; grid-template-columns: .88fr 1.12fr; gap: 20px; align-items: center; margin-top: 18px; padding: clamp(22px, 4vw, 36px); }
.case-copy p { color: var(--muted); font-size: 18px; }
.timeline { display: grid; gap: 10px; }
.timeline-card { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 14px; align-items: start; padding: 16px; border: 1px solid rgba(39,39,42,.1); border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(24,24,27,.06); }
.timeline-step { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #18181b; color: #fff; font-size: 13px; font-weight: 950; line-height: 1; }
.timeline small { display: block; margin-bottom: 3px; color: #b91c1c; font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.timeline strong { display: block; margin-bottom: 4px; color: #18181b; font-size: 17px; line-height: 1.18; }
.timeline p { margin-bottom: 0; color: #3f3f46; line-height: 1.42; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.before-after > div, .demo-band, .contact { padding: clamp(22px, 4vw, 36px); }
.pricing { margin-top: 64px; }
.section-head { max-width: 720px; margin-bottom: 18px; }
.price-grid article { padding: 22px; display: grid; gap: 12px; align-content: start; }
.price-grid article > span { color: var(--muted); font-weight: 900; text-transform: uppercase; font-size: 12px; letter-spacing: .08em; }
.price-grid strong { font-size: 42px; line-height: 1; }
.price-grid small,
.price-period { font-size: 16px; color: var(--muted); }
.price-grid ul { margin: 0; padding-left: 18px; color: var(--muted); }
.price-grid li { margin: 7px 0; }
.featured { border-color: rgba(220,38,38,.42) !important; transform: translateY(-8px); }
.note { color: var(--muted); font-size: 14px; }
.demo-band { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-top: 34px; color: #fff; background: radial-gradient(circle at 85% 15%, rgba(220,38,38,.28), transparent 22rem), #111113; }
.demo-band p { color: #d4d4d8; margin-bottom: 0; }
.demo-band .button.ghost { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); }
.contact { margin-top: 18px; margin-bottom: 30px; }
.contact-form {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.contact-form textarea[name="sites"] {
  min-height: 72px;
}
.contact-submit {
  width: max-content;
  min-width: 210px;
  border: 0;
  cursor: pointer;
}
.contact-alert {
  border-color: rgba(34, 197, 94, .34);
  background: rgba(34, 197, 94, .08);
}
.guarantees { margin-top: 18px; }
.guarantees article { padding: 20px; }
.agency-band {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(280px, .62fr);
  gap: 22px;
  align-items: center;
  margin-top: 18px;
  padding: clamp(24px, 3.6vw, 36px);
  border: 1px solid rgba(39, 39, 42, .13);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}
.agency-band h2 {
  max-width: 620px;
  margin-bottom: 10px;
  font-size: clamp(28px, 3.1vw, 40px);
  line-height: 1.06;
}
.agency-band p {
  max-width: 660px;
  margin-bottom: 0;
  color: #3f3f46;
}
.agency-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  min-width: 0;
}
.agency-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  padding: 10px 11px;
  border: 1px solid rgba(39, 39, 42, .12);
  border-radius: 10px;
  background: #fafafa;
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
}
.agency-points strong {
  display: inline-grid;
  place-items: center;
  flex: 0 0 25px;
  height: 25px;
  border-radius: 999px;
  background: rgba(220, 38, 38, .1);
  color: #b91c1c;
  font-size: 11px;
  font-weight: 950;
}
@media (prefers-color-scheme: dark) {
  .agency-band {
    border-color: rgba(244, 244, 245, .12);
    background: #18181b;
  }
  .agency-band p {
    color: #d4d4d8;
  }
  .agency-points span {
    border-color: rgba(244, 244, 245, .12);
    background: rgba(244, 244, 245, .06);
  }
  .agency-points strong {
    background: rgba(248, 113, 113, .14);
    color: #fca5a5;
  }
}
.faq { margin-top: 64px; }
.faq details { margin-bottom: 10px; padding: 18px 20px; }
.faq summary { cursor: pointer; font-size: 18px; font-weight: 950; }
.faq details p { margin: 12px 0 0; color: var(--muted); }
@media (max-width: 820px) {
  .nav { grid-template-columns: minmax(0, 1fr) auto auto; gap: 10px; padding: max(10px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right)) 10px max(12px, env(safe-area-inset-left)); }
  .nav .brand { min-height: 48px; }
  .nav .brand img { width: 38px; height: 38px; border-radius: 10px; }
  .nav .brand small { display: none; }
  .portal {
    grid-column: 2;
    grid-row: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 9px 12px;
    border-radius: 12px;
    white-space: nowrap;
  }
  .menu-toggle { grid-column: 3; grid-row: 1; }
  .menu-toggle {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.06)), rgba(255,255,255,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 10px 24px rgba(0,0,0,.22);
    cursor: pointer;
    transition: border-color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
  }
  .menu-toggle::before {
    content: "";
    position: absolute;
    inset: -1px;
    background: radial-gradient(circle at 50% 0%, rgba(220,38,38,.42), transparent 62%);
    opacity: 0;
    transition: opacity .22s ease;
  }
  .menu-toggle-icon { position: relative; z-index: 1; }
  .menu-toggle:hover,
  .menu-toggle:focus-visible,
  .nav.menu-open .menu-toggle {
    border-color: rgba(220,38,38,.52);
    background: linear-gradient(180deg, rgba(220,38,38,.28), rgba(255,255,255,.07)), rgba(255,255,255,.08);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.22), 0 12px 28px rgba(220,38,38,.22);
    transform: translateY(-1px);
  }
  .menu-toggle:hover::before,
  .menu-toggle:focus-visible::before,
  .nav.menu-open .menu-toggle::before { opacity: 1; }
  .nav nav {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 2px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 14px;
    background: rgba(255,255,255,.055);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  }
  .nav.menu-open nav { display: grid; }
  .nav nav a {
    min-height: 44px;
    padding: 11px 12px;
    border-radius: 10px;
    background: rgba(255,255,255,.06);
    text-align: center;
  }
  .nav nav a.nav-demo {
    margin-left: 0;
    background: #dc2626;
    border-color: rgba(248,113,113,.65);
  }
  .hero, .proof, .before-after, .price-grid, .case-study, .guarantees, .agency-band { grid-template-columns: 1fr; }
  .hero { min-height: 0; padding-top: 34px; }
  .featured { transform: none; }
  .demo-band { display: grid; }
}
@media (max-width: 520px) {
  main { padding: 12px; }
  h1 { font-size: clamp(40px, 14vw, 58px); }
  .actions .button { width: 100%; }
  .portal { width: auto; font-size: 12px; padding-inline: 9px; }
  .nav nav { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; }
  .agency-points { grid-template-columns: 1fr; }
  .timeline-card { grid-template-columns: 36px minmax(0, 1fr); gap: 11px; padding: 13px; }
  .timeline-step { width: 36px; height: 36px; border-radius: 10px; font-size: 12px; }
}
.activation {
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 18px;
  align-items: start;
  margin-top: 34px;
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--border);
  border-radius: 20px;
  background: var(--panel);
  box-shadow: var(--shadow);
}
.activation-copy p { color: var(--muted); font-size: 18px; }
.activation-steps { display: grid; gap: 10px; margin-top: 18px; }
.activation-steps span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 850;
}
.activation-steps strong {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
}
.activation-form { display: grid; gap: 14px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-section {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(39, 39, 42, .1);
  border-radius: 16px;
  background: rgba(255, 255, 255, .5);
}
.form-section legend {
  padding: 0 6px;
  color: var(--text);
  font-size: 15px;
  font-weight: 950;
}
label { display: grid; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 850; }
.field-label, .site-label-text { display: flex; align-items: center; gap: 8px; min-height: 18px; }
.optional {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 2px 7px;
  border: 1px solid rgba(39, 39, 42, .12);
  border-radius: 999px;
  background: rgba(24, 24, 27, .06);
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.field-help {
  margin: -4px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(34, 197, 94, .24);
  border-radius: 12px;
  background: rgba(34, 197, 94, .08);
  color: var(--text);
  font-size: 13px;
  font-weight: 800;
}
input, select, textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 11px 12px;
  background: rgba(255, 255, 255, .72);
  color: var(--text);
  font: inherit;
}
input:focus, select:focus, textarea:focus {
  border-color: rgba(220, 38, 38, .48);
  outline: 3px solid rgba(220, 38, 38, .12);
}
textarea { min-height: 96px; resize: vertical; }
.site-builder {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}
.site-builder-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}
.site-builder-head > div { display: grid; gap: 3px; }
.site-builder-head small { color: var(--muted); font-size: 12px; font-weight: 750; }
.add-site {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 10px;
  box-shadow: none;
}
.site-list {
  display: grid;
  gap: 10px;
}
.site-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: end;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, .56);
}
.site-row label {
  min-width: 0;
}
.remove-site {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid rgba(190, 18, 60, .18);
  border-radius: 10px;
  background: rgba(190, 18, 60, .07);
  color: #9f1239;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .16s ease, background .16s ease, border-color .16s ease;
}
.remove-site:hover {
  transform: translateY(-1px);
  border-color: rgba(190, 18, 60, .28);
  background: rgba(190, 18, 60, .11);
}
.remove-site[hidden] {
  display: none;
}
.sites-hidden {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  min-height: 1px;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}
.plan-advice, .verify-panel {
  color: var(--muted);
  font-size: 13px;
}
.plan-advice {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(220, 38, 38, .07);
  color: var(--text);
  font-weight: 800;
}
.server-alert {
  padding: 12px;
  border: 1px solid rgba(239, 68, 68, .42);
  border-radius: 14px;
  background: rgba(239, 68, 68, .08);
  color: var(--text);
  font-size: 14px;
  font-weight: 850;
}
.verify-panel {
  display: grid;
  gap: 7px;
  padding: 12px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(24, 24, 27, .04);
}
.verify-panel strong {
  color: var(--text);
}
.verify-panel p {
  margin: 0;
}
.verify-panel ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
}
.verify-panel[data-state="checking"] { border-color: rgba(245, 158, 11, .45); }
.verify-panel[data-state="ok"] { border-color: rgba(34, 197, 94, .45); background: rgba(34, 197, 94, .08); }
.verify-panel[data-state="error"] { border-color: rgba(239, 68, 68, .48); background: rgba(239, 68, 68, .08); }
.verify-panel[data-state="contact"] { border-color: rgba(39, 39, 42, .22); background: rgba(24, 24, 27, .06); }
.checkout-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 54px;
  padding: 14px 18px;
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #dc2626;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.2;
  box-shadow: 0 12px 24px rgba(220, 38, 38, .2), inset 0 1px 0 rgba(255, 255, 255, .18);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.checkout-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -42px;
  width: 26px;
  height: 26px;
  border-top: 3px solid rgba(255, 255, 255, .82);
  border-right: 3px solid rgba(255, 255, 255, .82);
  transform: translateY(-50%) rotate(45deg);
  opacity: 0;
  pointer-events: none;
}
.checkout-button:hover::after,
.checkout-button:focus-visible::after {
  opacity: 0;
}
.checkout-button:hover {
  background: #ef4444;
  box-shadow: 0 15px 28px rgba(220, 38, 38, .26), inset 0 1px 0 rgba(255, 255, 255, .2);
  transform: translateY(-2px);
}
.checkout-button:active {
  box-shadow: 0 8px 18px rgba(220, 38, 38, .2), inset 0 1px 0 rgba(255, 255, 255, .14);
  transform: translateY(0);
}
.checkout-button:focus-visible {
  outline: 3px solid rgba(220, 38, 38, .24);
  outline-offset: 4px;
}
.checkout-button:disabled {
  cursor: wait;
  opacity: .72;
  box-shadow: 0 8px 18px rgba(220, 38, 38, .14);
  transform: none;
}
.checkout-button:disabled::after {
  display: none;
}
@keyframes checkout-arrow-sweep {
  0% {
    left: -42px;
    opacity: 0;
  }
  18% {
    opacity: .7;
  }
  78% {
    opacity: .7;
  }
  100% {
    left: calc(100% + 18px);
    opacity: 0;
  }
}
.checkout-button + .form-note {
  margin-top: -3px;
  padding-left: 3px;
  text-align: center;
}
.hp-label,
.hp {
  position: absolute;
  left: -100vw;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
}
.form-note { margin: 0; color: var(--muted); font-size: 13px; }
.telegram-field[hidden] { display: none; }
.thanks-page { min-height: 100vh; display: grid; place-items: center; }
.thanks-card { width: min(760px, 100%); }
.footer {
  width: min(1180px, 100%);
  margin: 22px auto 0;
  padding: clamp(22px, 4vw, 38px) clamp(16px, 4vw, 42px);
  display: grid;
  grid-template-columns: 1.4fr .8fr .8fr;
  gap: 24px;
  border-top: 1px solid var(--border);
  color: var(--muted);
}
.footer .brand { color: var(--text); width: max-content; }
.footer p { max-width: 430px; margin: 12px 0 0; }
.footer nav { display: grid; align-content: start; gap: 9px; }
.footer nav strong { color: var(--text); }
.footer nav a { color: var(--muted); font-weight: 800; }
.footer nav a:hover { color: var(--accent); }
.footer nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}
@media (prefers-color-scheme: dark) {
  .footer .brand small { color: #d4d4d8; }
}
@media (prefers-color-scheme: dark) {
  input, select, textarea { background: rgba(24, 24, 27, .8); }
  .form-section { border-color: rgba(244, 244, 245, .1); background: rgba(24, 24, 27, .42); }
  .site-row { background: rgba(24, 24, 27, .52); }
  .remove-site { border-color: rgba(251, 113, 133, .22); background: rgba(251, 113, 133, .1); color: #fda4af; }
  .optional { border-color: rgba(244, 244, 245, .14); background: rgba(244, 244, 245, .08); }
  .verify-panel { background: rgba(255, 255, 255, .04); }
  .field-help { background: rgba(34, 197, 94, .12); }
}
@media (max-width: 820px) {
  :root { --shadow: 0 4px 14px rgba(24, 24, 27, .08); }
  .button:hover,
  .checkout-button:hover,
  .remove-site:hover,
  .menu-toggle:hover {
    transform: none;
  }
  .activation, .form-grid { grid-template-columns: 1fr; }
  .site-builder-head { align-items: stretch; flex-direction: column; }
  .footer { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .activation { padding: 16px; }
  .form-section { padding: 12px; border-radius: 14px; }
  .field-label, .site-label-text { align-items: flex-start; flex-direction: column; gap: 5px; }
  .add-site { width: 100%; }
  .site-row { grid-template-columns: 1fr; align-items: stretch; }
  .remove-site { width: 100%; }
  .checkout-button {
    min-height: 54px;
    padding: 14px 16px;
    font-size: 15px;
  }
  .contact-submit {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ig-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

/* Strict scroll-performance layer.
   The public site must stay smooth on phones and low-power browsers, so the
   landing avoids sticky repaint, large shadows, radial gradients and hover
   animations. */
:root {
  --shadow: none;
}
@media (prefers-color-scheme: dark) {
  :root {
    --shadow: none;
  }
}

*,
*::before,
*::after {
  animation-name: none;
}

.nav {
  position: relative;
}

main > section:not(.hero),
.footer {
  content-visibility: auto;
  contain-intrinsic-size: auto 620px;
}

.hero {
  content-visibility: visible;
}

.nav nav a.nav-demo,
.button,
.trust-row span,
.trust-row span::before,
.product-shot,
.proof article,
.before-after > div,
.price-grid article,
.demo-band,
.contact,
.case-study,
.guarantees article,
  .faq details,
  .timeline-card,
.activation,
.agency-band,
.menu-toggle,
.checkout-button,
.checkout-button:hover,
.checkout-button:active,
.checkout-button:disabled {
  box-shadow: none !important;
}

.product-shot,
.demo-band,
.menu-toggle,
.menu-toggle:hover,
.menu-toggle:focus-visible,
.nav.menu-open .menu-toggle {
  background-image: none !important;
}

.product-shot {
  background-color: #18181b;
}

.demo-band {
  background-color: #111113;
}

.button:hover,
.checkout-button:hover,
.remove-site:hover,
.menu-toggle:hover,
.featured {
  transform: none !important;
}

.checkout-button::after,
.menu-toggle::before {
  display: none !important;
}

.ig-reveal {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition: opacity 480ms cubic-bezier(.22, 1, .36, 1), transform 480ms cubic-bezier(.22, 1, .36, 1);
  will-change: opacity, transform;
}

.ig-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.ig-reveal.ig-fast {
  transform: translate3d(0, 9px, 0);
  transition-duration: 260ms;
}

/* Layout density pass: keep the public landing premium but stop wasting
   viewport space on oversized headings, loose bands and stretched forms. */
main {
  width: min(1240px, 100%);
  padding: clamp(18px, 2.8vw, 34px);
}

.nav {
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 11px clamp(18px, 3.2vw, 36px);
}

.nav nav {
  justify-content: center;
}

.nav nav a,
.portal {
  min-height: 36px;
  padding: 7px 11px;
  font-size: 14px;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.hero {
  min-height: auto;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .72fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: center;
  padding: clamp(18px, 3vw, 32px) 0 clamp(22px, 3.6vw, 42px);
}

h1 {
  max-width: 720px;
  margin-bottom: 14px;
  font-size: clamp(42px, 5.4vw, 74px);
  line-height: .97;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(25px, 3.2vw, 42px);
  line-height: 1.04;
}

.hero-copy > p:not(.eyebrow),
.case-copy p,
.before-after p,
.demo-band p,
.contact p,
.activation-copy p,
.agency-band p {
  max-width: 640px;
  font-size: 16px;
  line-height: 1.52;
}

.actions {
  margin-top: 18px;
}

.button {
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
}

.trust-row {
  margin-top: 14px;
}

.trust-row span {
  padding: 7px 10px;
  font-size: 12px;
}

.product-shot {
  border-radius: 16px;
  padding: 16px;
}

.shot-head {
  margin-bottom: 14px;
}

.shot-title strong {
  font-size: 21px;
}

.status-line {
  padding: 12px 0;
}

.metrics span {
  padding: 10px 8px;
  font-size: 13px;
}

.proof,
.price-grid,
.guarantees {
  gap: 12px;
}

.proof article,
.guarantees article,
.price-grid article {
  border-radius: 14px;
  padding: 18px;
}

.proof article,
.guarantees article,
.price-grid article,
.case-study,
.before-after > div,
.activation,
.contact,
.agency-band,
.faq details {
  transition: border-color 180ms ease, transform 180ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .proof article:hover,
  .guarantees article:hover,
  .price-grid article:hover,
  .faq details:hover {
    border-color: rgba(220, 38, 38, .24);
    transform: translateY(-1px);
  }
}

.proof strong,
.guarantees strong {
  font-size: 17px;
}

.proof span,
.guarantees span,
.price-grid li,
.note,
.faq details p,
.form-note {
  font-size: 14px;
  line-height: 1.45;
}

.case-study,
.before-after,
.demo-band,
.guarantees,
.agency-band,
.activation,
.contact {
  margin-top: 16px;
}

.case-study {
  grid-template-columns: .82fr 1.18fr;
  gap: 18px;
  padding: clamp(18px, 2.8vw, 28px);
  border-radius: 16px;
}

.timeline {
  gap: 8px;
}

.timeline-card {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  padding: 13px;
  border-radius: 12px;
}

.timeline strong {
  font-size: 16px;
}

.timeline p {
  font-size: 14px;
}

.before-after {
  gap: 12px;
}

.before-after > div,
.demo-band,
.contact {
  border-radius: 16px;
  padding: clamp(18px, 2.8vw, 28px);
}

.pricing,
.faq {
  margin-top: clamp(34px, 5vw, 52px);
}

.section-head {
  max-width: 690px;
  margin-bottom: 16px;
}

.price-grid {
  align-items: stretch;
}

.price-grid article {
  gap: 10px;
}

.price-grid strong {
  font-size: 34px;
}

.price-grid ul {
  padding-left: 17px;
}

.price-grid li {
  margin: 5px 0;
}

.featured {
  transform: none;
}

.demo-band {
  min-height: 0;
}

.agency-band {
  grid-template-columns: minmax(0, .96fr) minmax(260px, .62fr);
  gap: 18px;
  padding: clamp(18px, 2.8vw, 30px);
  border-radius: 16px;
}

.agency-points {
  grid-template-columns: 1fr 1fr;
  min-width: 0;
}

.agency-points span {
  min-height: 44px;
  padding: 8px 10px;
  font-size: 13px;
}

.faq details {
  margin-bottom: 8px;
  padding: 14px 16px;
  border-radius: 14px;
}

.faq summary {
  font-size: 16px;
}

.activation {
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(16px, 2.8vw, 28px);
  padding: clamp(18px, 2.8vw, 30px);
  border-radius: 16px;
}

.activation-steps {
  gap: 8px;
  margin-top: 14px;
}

.activation-steps strong {
  width: 26px;
  height: 26px;
}

.activation-form {
  gap: 11px;
}

.form-section {
  gap: 10px;
  padding: 12px;
  border-radius: 12px;
}

.form-grid {
  gap: 10px;
}

input,
select,
textarea {
  min-height: 42px;
  padding: 9px 11px;
  border-radius: 10px;
}

textarea {
  min-height: 82px;
}

.site-row {
  padding: 8px;
  border-radius: 12px;
}

.verify-panel,
.plan-advice,
.field-help,
.server-alert {
  padding: 9px 10px;
  border-radius: 10px;
}

.checkout-button {
  min-height: 48px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 15px;
}

.contact-form {
  gap: 10px;
  margin-top: 14px;
}

.footer {
  width: min(1240px, 100%);
  margin-top: 10px;
  padding: 24px clamp(18px, 2.8vw, 34px);
  gap: 18px;
}

@media (min-width: 1080px) {
  .proof,
  .guarantees,
  .price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .activation-form .form-section:nth-of-type(2),
  .activation-form .form-section:nth-of-type(3) {
    align-self: start;
  }
}

@media (max-width: 820px) {
  main {
    padding: 14px;
  }

  .hero,
  .case-study,
  .activation,
  .agency-band {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 22px;
    gap: 20px;
  }

  h1 {
    font-size: clamp(38px, 11vw, 56px);
  }

  h2 {
    font-size: clamp(24px, 7vw, 34px);
  }
}

@media (max-width: 520px) {
  main {
    padding: 12px;
  }

  .nav {
    padding: 9px 10px;
  }

  .hero {
    padding-top: 18px;
  }

  .product-shot,
  .proof article,
  .guarantees article,
  .before-after > div,
  .demo-band,
  .contact,
  .case-study,
  .activation,
  .agency-band {
    border-radius: 14px;
  }

  .metrics,
  .form-grid,
  .agency-points {
    grid-template-columns: 1fr;
  }
}

/* 2026-06 compact polish: keep the landing premium, but use the viewport more
   efficiently on desktop and make mobile sections easier to scan. */
@media (min-width: 960px) {
  main {
    width: min(1120px, 100%);
    padding: 28px;
  }

  .hero {
    min-height: min(620px, calc(100vh - 86px));
    grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
    gap: 34px;
  }

  h1 {
    max-width: 720px;
    font-size: clamp(48px, 5.7vw, 72px);
    line-height: .96;
  }

  h2 {
    font-size: clamp(28px, 3.5vw, 44px);
  }

  .hero-copy > p:not(.eyebrow),
  .before-after p,
  .demo-band p,
  .contact p,
  .case-copy p,
  .activation-copy p {
    font-size: 16px;
  }

  .proof article,
  .guarantees article {
    padding: 18px;
  }

  .case-study,
  .activation,
  .agency-band {
    padding: 28px;
  }

  .pricing,
  .faq {
    margin-top: 46px;
  }

  .price-grid strong {
    font-size: 34px;
  }
}

@media (max-width: 820px) {
  .hero {
    gap: 18px;
  }

  .product-shot,
  .case-study,
  .activation,
  .agency-band,
  .demo-band,
  .contact {
    border-radius: 16px;
  }

  .proof,
  .price-grid,
  .guarantees {
    gap: 10px;
  }

  .proof article,
  .price-grid article,
  .guarantees article,
  .timeline-card {
    border-radius: 14px;
  }

  .section-head {
    margin-bottom: 12px;
  }
}

@media (max-width: 520px) {
  h1 {
    font-size: clamp(34px, 11vw, 48px);
    line-height: .98;
  }

  h2 {
    font-size: clamp(25px, 8vw, 34px);
    line-height: 1.02;
  }

  .hero-copy > p:not(.eyebrow),
  .before-after p,
  .demo-band p,
  .contact p,
  .case-copy p,
  .activation-copy p {
    font-size: 15px;
  }

  .trust-row span {
    flex: 1 1 auto;
    justify-content: center;
  }

  .product-shot {
    padding: 14px;
  }

  .shot-title {
    display: grid;
    align-items: start;
  }

  .price-grid article {
    padding: 17px;
  }

  .footer {
    padding-inline: 14px;
  }
}

/* Final density/performance pass. Keep the landing readable and animated
   without reintroducing costly scroll paint effects. */
@media (min-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 390px);
  }

  .product-shot {
    max-width: 390px;
    justify-self: end;
  }

  .proof article,
  .guarantees article,
  .price-grid article {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .nav {
    overflow: visible;
  }

  .nav.menu-open nav {
    padding: 8px;
  }

  .nav nav a,
  .portal {
    line-height: 1.15;
  }
}

@media (max-width: 390px) {
  .nav {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 7px;
  }

  .brand strong {
    font-size: 15px;
  }

  .portal {
    max-width: 104px;
    white-space: normal;
  }
}

/* 2026-06-01 final polish: tighter first viewport, clearer mobile rhythm, cheap motion only. */
@media (min-width: 1020px) {
  main { width: min(1120px, 100%); padding-block: 28px; }
  .hero { min-height: min(720px, calc(100vh - 92px)); grid-template-columns: minmax(0, 1fr) minmax(300px, 420px); }
  h1 { font-size: clamp(48px, 6vw, 76px); }
  h2 { font-size: clamp(30px, 3.5vw, 44px); }
  .pricing, .faq { margin-top: 46px; }
  .product-shot { padding: 16px; border-radius: 18px; }
  .status-line { padding: 13px 0; }
}

@media (max-width: 820px) {
  .nav { align-items: center; }
  .brand strong { max-width: 42vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero-copy > p:not(.eyebrow), .case-copy p, .activation-copy p { font-size: 16px; }
  .proof article, .guarantees article, .price-grid article { padding: 16px; border-radius: 16px; }
  .product-shot { border-radius: 18px; }
  .shot-title { display: grid; align-items: start; }
}

@media (max-width: 520px) {
  .nav { grid-template-columns: minmax(0, 1fr) auto; }
  .portal { grid-column: 1 / -1; grid-row: 2; width: 100%; }
  .menu-toggle { grid-column: 2; }
  h1 { font-size: clamp(34px, 11vw, 46px); line-height: 1; }
  h2 { font-size: clamp(25px, 8vw, 34px); line-height: 1.04; }
  .hero { padding-top: 22px; gap: 18px; }
  .trust-row span { flex: 1 1 auto; justify-content: center; }
  .case-study, .activation, .demo-band { border-radius: 16px; }
  .price-grid strong { font-size: 34px; }
  .footer { margin-top: 10px; }
}

/* Audit fixes: keep final cascade explicit for mobile Axe and tap targets. */
.nav nav a,
.portal,
.brand,
.footer .brand,
.footer nav a {
  min-height: 44px;
}

.button,
.checkout-button {
  min-height: 44px;
}

.demo-band .eyebrow {
  color: #e4e4e7;
}

.price-grid small,
.price-period {
  color: #3f3f46;
}

.checkout-button,
.checkout-button:hover,
.checkout-button:focus-visible {
  background: #dc2626 !important;
  color: #fff !important;
}

.hp,
.sites-hidden {
  display: none;
}

main > section,
.footer {
  content-visibility: visible;
  contain-intrinsic-size: auto;
}

@media (prefers-color-scheme: dark) {
  .price-grid small,
  .price-period {
    color: #d4d4d8;
  }
}
