:root {
  --fg: #f5f5f5; --fg-muted: #a3a3a3; --fg-soft: #6b6b6b;
  --bg: #141414; --bg-elev: #141414; --card: #1a1a1a; --border: #2a2a2a; --border-strong: #3a3a3a;
  --primary: #0a0a0a; --primary-strong: #303030; --primary-soft: #0a0a0a15;
  --accent: #d4a017; --accent-soft: #d4a01715;
  --success: #16a34a; --warning: #f59e0b; --danger: #dc2626;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.36);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.42);
  --shadow-lg: 0 24px 70px rgba(0, 0, 0, 0.52);
  font-family: "Manrope", -apple-system, "Segoe UI", Arial, sans-serif;
  color: var(--fg); background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
*:focus-visible { outline: 3px solid var(--primary-soft); outline-offset: 2px; border-radius: 4px; }
body { margin: 0; line-height: 1.55; background: var(--bg); color: var(--fg); }
img { max-width: 100%; display: block; }
a { color: var(--primary); text-decoration: none; }
button, .button { cursor: pointer; border: 0; font: inherit; font-weight: 600; border-radius: 10px; padding: 14px 22px; font-size: 15px; transition: transform .15s ease, box-shadow .15s ease, background .2s; }
.button-primary { background: var(--primary); color: #000; box-shadow: var(--shadow-md); font-weight: 800; }
.button-primary:hover { background: var(--primary-strong); transform: translateY(-1px); box-shadow: var(--shadow-lg); }
.button-ghost { background: transparent; color: var(--primary); border: 1px solid var(--primary); }
.button-ghost:hover { border-color: var(--primary-strong); color: var(--primary-strong); }
.shell { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ───────── Header ───────── */
.topbar { padding: 22px 0; display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(8px); position: sticky; top: 0; background: rgba(10,10,10,.88); z-index: 50; border-bottom: 1px solid transparent; }
.topbar.scrolled { border-bottom-color: var(--border); }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .logo { width: 36px; height: 36px; border-radius: 10px; background: var(--primary); display: grid; place-items: center; color: #000; font-weight: 800; box-shadow: var(--shadow-sm); overflow: hidden; }
.brand .logo img { width: 100%; height: 100%; object-fit: cover; }
.brand strong { font-size: 17px; letter-spacing: -0.01em; }
.topnav { display: flex; gap: 26px; align-items: center; font-weight: 500; color: var(--fg-muted); }
.topnav a { color: inherit; font-size: 14px; }
.topnav a:hover { color: var(--fg); }
.topnav .button { padding: 10px 18px; font-size: 14px; }

/* ───────── Hero ───────── */
.hero { padding: 60px 0 80px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr); gap: 54px; align-items: center; }
.hero .eyebrow { display: inline-block; background: var(--primary-soft); color: var(--primary-strong); padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; margin-bottom: 20px; letter-spacing: 0.02em; }
.hero h1 { font-size: clamp(36px, 6vw, 60px); line-height: 1.04; letter-spacing: -0.025em; margin: 0 0 18px; font-weight: 800; }
.hero h1 .accent { color: var(--primary); }
.hero p.lead { font-size: 19px; line-height: 1.5; color: var(--fg-muted); margin: 0 0 32px; max-width: 540px; }
.hero .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero .proof { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 24px; margin-top: 12px; }
.hero .proof-row { display: flex; gap: 10px; align-items: flex-start; font-size: 14px; color: var(--fg); }
.hero .proof-row::before { content: "✓"; color: var(--success); font-weight: 800; flex-shrink: 0; width: 22px; height: 22px; display: grid; place-items: center; background: #76ffe730; border-radius: 50%; font-size: 11px; }
.hero-card { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 32px; box-shadow: var(--shadow-lg); position: relative; }
.hero-card::before { content: ""; position: absolute; inset: -1px; border-radius: 18px; padding: 1px; background: linear-gradient(135deg, var(--primary)25, transparent 50%); -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.hero-card .plan-eyebrow { color: var(--accent); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 10px; }
.hero-card h3 { margin: 0 0 8px; font-size: 22px; }
.hero-card .price { font-size: 42px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.1; }
.hero-card .price-period { color: var(--fg-muted); font-size: 14px; margin-bottom: 22px; }
.hero-card ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; font-size: 14px; }
.hero-card ul li { display: flex; gap: 10px; align-items: flex-start; }
.hero-card ul li::before { content: "→"; color: var(--primary); font-weight: 700; }
.demo-hero-card .demo-card-text { color: var(--fg-muted); margin: 0 0 18px; }
.hero-visual { padding: 0; overflow: hidden; border-radius: 20px; }
.hero-image { width: 100%; aspect-ratio: 1.12 / 1; object-fit: cover; display: block; background: var(--primary-soft); }
.hero-visual-caption { padding: 18px 20px 20px; background: var(--card); display: grid; gap: 8px; }
.hero-visual-caption strong { font-size: 18px; }
.hero-visual-caption span { color: var(--fg-muted); font-size: 14px; line-height: 1.45; }
.hero-shot { margin: 26px 0 28px; }
.hero-shot img { max-width: 100%; border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,.45); border: 2px solid rgba(212,160,23,.3); background: #050505; }
.demo-card-sample { background: var(--primary-soft); border: 1px solid #0a0a0a25; border-radius: 14px; padding: 16px; margin: 18px 0 22px; }
.demo-card-sample span { color: var(--primary-strong); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.demo-card-sample p { margin: 8px 0 0; color: var(--fg); font-size: 14px; line-height: 1.45; }

/* ───────── Trust bar ───────── */
.trust-bar { padding: 32px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-top: 20px; }
.trust-bar .row { display: flex; flex-wrap: wrap; gap: 12px 36px; align-items: center; justify-content: center; }
.trust-bar .item { color: var(--fg-soft); font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 8px; }
.trust-bar .item::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ───────── Sections ───────── */
.template-demo { background: linear-gradient(180deg, #0f0f0f, var(--bg)); scroll-margin-top: 112px; }
.curated-demo, #demo { scroll-margin-top: 112px; }
.template-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; margin-bottom: 18px; }
.template-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 20px; box-shadow: var(--shadow-sm); min-height: 118px; display: flex; flex-direction: column; justify-content: space-between; }
.template-card span { color: var(--fg-muted); font-size: 13px; font-weight: 600; }
.template-card strong { font-size: 24px; letter-spacing: -0.02em; color: var(--primary-strong); word-break: break-word; }
.template-rows { background: var(--card); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-md); margin-bottom: 18px; }
.template-row { display: grid; grid-template-columns: minmax(140px, .35fr) 1fr; gap: 18px; align-items: center; padding: 16px 20px; border-top: 1px solid var(--border); }
.template-row:first-child { border-top: 0; }
.template-row span { color: var(--fg-soft); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.template-row p { margin: 0; color: var(--fg); font-weight: 600; }
.template-panels { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.template-panel { background: var(--primary-soft); border: 1px solid #0a0a0a30; border-radius: 16px; padding: 22px; }
.template-panel h3 { margin: 0 0 8px; font-size: 18px; }
.template-panel p { margin: 0; color: var(--fg-muted); }
.curated-demo { margin-top: 28px; background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 28px; box-shadow: var(--shadow-lg); display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 22px; align-items: start; }
.curated-demo .demo-copy h3 { margin: 0 0 10px; font-size: 24px; letter-spacing: -.01em; }
.curated-demo .demo-copy p { margin: 0; color: var(--fg-muted); }
.curated-demo .demo-input { display: grid; gap: 10px; }
.curated-demo label { font-size: 13px; font-weight: 800; color: var(--fg-muted); text-transform: uppercase; letter-spacing: .04em; }
.curated-demo textarea { width: 100%; min-height: 150px; resize: vertical; border: 1px solid var(--border-strong); border-radius: 14px; padding: 14px; font: inherit; line-height: 1.5; }
.curated-demo .demo-output { grid-column: 1 / -1; background: #0f172a; color: #dbeafe; border-radius: 16px; padding: 18px; min-height: 140px; font-size: 14px; }
.curated-demo .demo-output section { border-top: 1px solid rgba(255,255,255,.12); padding-top: 12px; margin-top: 12px; }
.curated-demo .demo-output section:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.curated-demo .demo-output strong { color: #fff; display: block; margin-bottom: 6px; }
.curated-demo .demo-output pre { white-space: pre-wrap; margin: 0; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; color: #dbeafe; }
.curated-demo .demo-next { grid-column: 1 / -1; display: flex; gap: 14px; align-items: center; justify-content: space-between; background: var(--accent-soft); border: 1px solid #d4a01730; border-radius: 16px; padding: 16px; }
.curated-demo .demo-next span { color: var(--fg-muted); flex: 1; }
.miniapp { margin-top: 24px; background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 24px; box-shadow: var(--shadow-md); display: grid; gap: 16px; }
.miniapp h3 { margin: 0; font-size: 20px; }
.miniapp p { margin: 0; color: var(--fg-muted); }
.miniapp-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 14px; }
.miniapp label { display: grid; gap: 6px; font-size: 13px; color: var(--fg-muted); font-weight: 700; }
.miniapp input[type="text"], .miniapp textarea, .miniapp select { border: 1px solid var(--border-strong); border-radius: 10px; padding: 12px 14px; font: inherit; background: #0f0f0f; color: var(--fg); width: 100%; }
.miniapp textarea { min-height: 120px; resize: vertical; }
.miniapp input[type="file"] { border: 1px dashed var(--border-strong); border-radius: 10px; padding: 12px; background: #0f0f0f; color: var(--fg); }
.miniapp .button { width: fit-content; }
.miniapp-output { background: #0f172a; color: #e2e8f0; border-radius: 14px; padding: 16px; min-height: 110px; overflow: auto; white-space: pre-wrap; font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 13px; }
.miniapp-output strong { color: white; }

section.s { padding: 80px 0; }
section.s.alt { background: #141414; }
section.s .head { text-align: center; max-width: 720px; margin: 0 auto 50px; }
section.s .head .eyebrow { color: var(--primary-strong); background: var(--primary-soft); padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600; display: inline-block; margin-bottom: 14px; }
section.s h2 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 16px; letter-spacing: -0.02em; line-height: 1.15; font-weight: 800; }
section.s p.sub { color: var(--fg-muted); font-size: 17px; line-height: 1.5; }
.marketing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; }
.marketing-grid article, .marketing-columns article { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 22px; box-shadow: var(--shadow-sm); }
.marketing-grid h3, .marketing-columns h3 { margin: 0 0 10px; font-size: 18px; }
.marketing-grid p { margin: 0; color: var(--fg-muted); font-size: 14px; line-height: 1.5; }
.marketing-columns { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; max-width: 980px; margin: 0 auto; }
.marketing-columns ul { margin: 0; padding-left: 20px; display: grid; gap: 10px; color: var(--fg-muted); }
.static-plans article { display: flex; flex-direction: column; gap: 8px; }
.static-contact { scroll-margin-top: 112px; }

/* Sprint T3: free-trial CTA — выделенный второй CTA в hero */
.button.button-trial {
  background: linear-gradient(135deg, #e9b840, #d4a017);
  color: #000;
  border: 0;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(22,163,74,.28);
  position: relative;
  padding-left: 36px;
}
.button.button-trial::before {
  content: "🎁";
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.button.button-trial:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(22,163,74,.4); }

/* Sprint TG: Telegram-демо кнопка (третий hero-CTA) */
.button.button-tg {
  background: linear-gradient(135deg, #229ed9, #0088cc);
  color: #fff;
  border: 0;
  font-weight: 700;
  box-shadow: 0 8px 22px rgba(0,136,204,.28);
}
.button.button-tg:hover { transform: translateY(-1px); box-shadow: 0 12px 30px rgba(0,136,204,.4); }

/* Sprint T4: гарантия возврата — лента под прайсом */
.guarantee-strip {
  margin: 28px auto 0;
  max-width: 880px;
  background: linear-gradient(135deg, #ffff91, #ffff82);
  border: 1px solid #ffed64;
  border-radius: 16px;
  padding: 18px 24px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.guarantee-strip .g-icon { font-size: 32px; line-height: 1; flex: 0 0 auto; }
.guarantee-strip .g-text { font-size: 14px; line-height: 1.55; color: var(--fg); }
.guarantee-strip .g-text strong { color: var(--accent); display: block; margin-bottom: 2px; font-size: 15px; }

/* Sprint Q1: floating Telegram chat */
.float-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: linear-gradient(135deg, #229ed9, #0088cc);
  color: #fff;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 16px 40px rgba(0,136,204,.4);
  transition: transform .2s, box-shadow .2s;
}
.float-chat:hover { transform: translateY(-2px); box-shadow: 0 22px 54px rgba(0,136,204,.55); }
.float-chat-icon { font-size: 18px; }
@media (max-width: 768px) {
  .float-chat-label { display: none; }
  .float-chat { padding: 14px; }
}

/* Sprint Q2: sticky CTA bar при скролле */
.sticky-cta {
  position: fixed;
  left: 0; right: 0; bottom: -100px;
  z-index: 80;
  background: #232323;
  border-top: 1px solid #ffed64;
  padding: 14px 0;
  box-shadow: 0 -10px 40px rgba(0,0,0,.18);
  transition: bottom .35s cubic-bezier(.4,0,.2,1);
}
.sticky-cta.visible { bottom: 0; }
.sticky-cta .shell { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.sticky-cta .sticky-text { font-size: 14px; color: var(--fg); }
.sticky-cta .button { padding: 10px 22px; font-size: 14px; }
@media (max-width: 640px) {
  .sticky-cta .sticky-text { flex: 1 0 100%; text-align: center; }
}

/* Pain/Gain */
.pain-gain { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.pain-gain .col { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 32px; }
.pain-gain .col.pain { background: #ff9e9e; border-color: #ff8787; }
.pain-gain .col.gain { background: #ffff7d; border-color: #ffe057; }
.pain-gain h3 { margin: 0 0 22px; font-size: 18px; display: flex; align-items: center; gap: 10px; }
.pain-gain ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.pain-gain li { font-size: 15px; line-height: 1.45; display: flex; gap: 12px; align-items: flex-start; }
.pain-gain .pain li::before { content: "✕"; color: var(--danger); font-weight: 800; flex-shrink: 0; width: 22px; height: 22px; display: grid; place-items: center; background: #ff7f7f; border-radius: 50%; font-size: 11px; }
.pain-gain .gain li::before { content: "✓"; color: var(--success); font-weight: 800; flex-shrink: 0; width: 22px; height: 22px; display: grid; place-items: center; background: #ffed64; border-radius: 50%; font-size: 11px; }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 28px; position: relative; }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: -16px; left: 24px; width: 36px; height: 36px; border-radius: 10px; background: var(--primary); color: #000; display: grid; place-items: center; font-weight: 800; font-size: 16px; box-shadow: var(--shadow-md); }
.step h4 { margin: 12px 0 8px; font-size: 17px; font-weight: 700; }
.step p { margin: 0; color: var(--fg-muted); font-size: 14px; line-height: 1.5; }

/* Plans */
.plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; max-width: 980px; margin: 0 auto; }
.plan { background: var(--card); border: 1px solid var(--border); border-radius: 18px; padding: 32px; display: flex; flex-direction: column; transition: transform .2s, box-shadow .2s; }
.plan:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.plan.primary { border-color: var(--primary); box-shadow: 0 8px 24px #0a0a0a25; position: relative; }
.plan.primary::before { content: "Рекомендуем"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--primary); color: #000; font-size: 12px; padding: 6px 14px; border-radius: 8px; font-weight: 600; }
.plan h3 { margin: 0 0 8px; font-size: 20px; }
.plan .price { font-size: 36px; font-weight: 800; letter-spacing: -0.02em; }
.plan .period { color: var(--fg-muted); font-size: 13px; margin-bottom: 18px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 10px; font-size: 14px; flex: 1; }
.plan ul li { display: flex; gap: 10px; align-items: flex-start; }
.plan ul li::before { content: "✓"; color: var(--success); font-weight: 800; flex-shrink: 0; }

/* Testimonials */
.testimonials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 22px; box-shadow: var(--shadow-sm); }
.testimonial p { margin: 0 0 16px; color: var(--fg); line-height: 1.55; }
.testimonial strong { color: var(--primary-strong); font-size: 14px; }

/* FAQ */
/* Sprint C.2: бета-кейсы */
.proof-cases { display: grid; gap: 18px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.proof-case { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 22px; display: flex; flex-direction: column; gap: 14px; }
.proof-case-head { display: flex; flex-direction: column; gap: 2px; }
.proof-case-head strong { font-size: 16px; font-weight: 700; color: var(--fg); }
.proof-case-niche { font-size: 12px; color: var(--fg-muted); text-transform: lowercase; }
.proof-case-metrics { display: flex; flex-direction: column; gap: 8px; padding: 12px 14px; background: var(--bg); border-radius: 10px; border: 1px solid var(--border); }
.proof-case-metrics .metric-row { display: flex; align-items: baseline; gap: 10px; font-size: 13px; line-height: 1.4; }
.proof-case-metrics .metric-label { color: var(--fg-muted); font-weight: 600; min-width: 44px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.04em; }
.proof-case-metrics .metric-value.before { color: #dc2626; }
.proof-case-metrics .metric-value.after { color: #15803d; font-weight: 600; }
.proof-case-quote { margin: 0; padding: 0; font-style: italic; color: var(--fg-muted); font-size: 14px; line-height: 1.55; border-left: 3px solid var(--primary); padding-left: 12px; }
/* Sprint S/Q fix: was cropping to 16:10 and showing only the header of the
   cabinet — looked like a "loading" stub. Now uses 4:3 + top-anchored cover
   so the meaningful content (progress + activity + data) is visible, plus
   bigger min card width. First shot (overview) spans 2 columns. */
.postpay-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 18px; }
.postpay-shot { background: var(--card); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; transition: transform .2s, box-shadow .2s; cursor: zoom-in; }
.postpay-shot:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(0,0,0,.12); }
.postpay-shot img { width: 100%; display: block; aspect-ratio: 4 / 3; object-fit: cover; object-position: top center; }
.postpay-shot:first-child { grid-column: span 2; }
.postpay-shot:first-child img { aspect-ratio: 16 / 9; }
.postpay-shot div { padding: 12px 14px; font-size: 13px; color: var(--fg-muted); }
@media (max-width: 720px) {
  .postpay-shot:first-child { grid-column: auto; }
  .postpay-shot:first-child img { aspect-ratio: 4 / 3; }
}
.demo-video { max-width: 880px; margin: 0 auto; border-radius: 16px; overflow: hidden; border: 1px solid var(--border); background: var(--card); box-shadow: var(--shadow-md); }
.demo-video video, .demo-video img { width: 100%; display: block; aspect-ratio: 16 / 9; object-fit: cover; }
.demo-video img, .postpay-shot img { cursor: zoom-in; }
.image-lightbox { position: fixed; inset: 0; z-index: 140; display: none; align-items: center; justify-content: center; padding: 28px; background: rgba(0,0,0,.86); }
.image-lightbox.open { display: flex; }
.image-lightbox img { max-width: min(1120px, 92vw); max-height: 82vh; object-fit: contain; border-radius: 8px; box-shadow: 0 28px 90px rgba(0,0,0,.55); transform: scale(var(--zoom, 1)); transition: transform .16s ease; }
.image-lightbox-controls { position: fixed; top: 18px; right: 18px; z-index: 2; display: flex; gap: 8px; }
.image-lightbox-controls button { width: 42px; height: 42px; border-radius: 999px; border: 1px solid rgba(255,255,255,.22); background: rgba(10,10,10,.76); color: #fff; font: 800 20px/1 Inter, Arial, sans-serif; cursor: pointer; }
.image-lightbox-controls button:hover { background: rgba(245,180,36,.95); color: #050505; }

/* Sprint C.1: animated hero demo */
.hero-demo { max-width: 720px; margin: 0 auto; background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 24px; }
.hero-demo-speaker { font-size: 12px; color: var(--fg-muted); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.hero-demo.dialog .dialog-flow { display: flex; flex-direction: column; gap: 10px; }
.dialog-bubble { max-width: 80%; padding: 12px 16px; border-radius: 16px; font-size: 14px; line-height: 1.5; opacity: 0; animation: pf-fade-in 0.45s ease forwards; }
.dialog-bubble.client { align-self: flex-end; background: var(--primary-soft); color: var(--primary-strong); border-bottom-right-radius: 4px; }
.dialog-bubble.bot { align-self: flex-start; background: var(--bg); border: 1px solid var(--border); color: var(--fg); border-bottom-left-radius: 4px; }
@keyframes pf-fade-in { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: translateY(0); } }
.hero-demo.scoring .scoring-rows { display: flex; flex-direction: column; gap: 12px; }
.scoring-row { opacity: 0; animation: pf-fade-in 0.45s ease forwards; }
.scoring-row-head { display: flex; gap: 12px; font-size: 13px; align-items: baseline; margin-bottom: 6px; }
.scoring-label { color: var(--fg-muted); min-width: 80px; font-weight: 600; }
.scoring-value { flex: 1; color: var(--fg); }
.scoring-points { color: var(--primary-strong); font-weight: 600; font-variant-numeric: tabular-nums; }
.scoring-bar { background: var(--bg); border-radius: 6px; height: 6px; overflow: hidden; }
.scoring-fill { background: linear-gradient(90deg, var(--primary), var(--primary-strong)); height: 100%; border-radius: 6px; transition: width 0.6s ease; }
.scoring-total { margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--border); display: flex; gap: 12px; align-items: baseline; }
.scoring-total strong { font-size: 16px; }
.scoring-verdict { color: #15803d; font-size: 13px; font-weight: 600; }
.hero-demo.rag .rag-question, .hero-demo.rag .rag-answer { padding: 14px 16px; border-radius: 12px; opacity: 0; animation: pf-fade-in 0.5s ease forwards; }
.hero-demo.rag .rag-question { background: var(--primary-soft); color: var(--primary-strong); margin-bottom: 14px; }
.hero-demo.rag .rag-answer { background: var(--bg); border: 1px solid var(--border); }
.rag-label { display: block; font-size: 11px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--fg-muted); font-weight: 700; margin-bottom: 4px; }
.rag-label.small { font-size: 10px; margin-top: 10px; }
.rag-answer p { margin: 0 0 8px; font-size: 14px; line-height: 1.55; }
.rag-sources { margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--border); }
.rag-source { display: inline-block; background: var(--card); border: 1px solid var(--border); border-radius: 6px; padding: 4px 8px; margin: 2px 4px 2px 0; font-size: 12px; color: var(--fg-muted); }

.faq-list { max-width: 760px; margin: 0 auto; display: grid; gap: 12px; }
.faq-row { background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 0; transition: border-color .15s; }
.faq-row:hover { border-color: var(--border-strong); }
.faq-row summary { cursor: pointer; padding: 22px 24px; font-weight: 600; font-size: 16px; list-style: none; position: relative; padding-right: 56px; }
.faq-row summary::-webkit-details-marker { display: none; }
.faq-row summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; background: var(--primary-soft); color: var(--primary-strong); border-radius: 50%; display: grid; place-items: center; font-size: 18px; font-weight: 600; transition: transform .15s; }
.faq-row[open] summary::after { content: "−"; }
.faq-row p { margin: 0 24px 22px; color: var(--fg-muted); line-height: 1.55; }
.seo-links { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; max-width: 900px; margin: 0 auto; }
.seo-links a { color: var(--fg); text-decoration: none; border: 1px solid var(--border); background: var(--card); border-radius: 8px; padding: 10px 12px; font-size: 14px; }
.seo-links a:hover { border-color: var(--primary); color: var(--primary-strong); }

/* Lead form */
.lead-section { background: linear-gradient(135deg, #0a0a0a08, #d4a01708); border-radius: 24px; padding: 60px 40px; max-width: 760px; margin: 0 auto; box-shadow: var(--shadow-md); border: 1px solid var(--border); }
.lead-section h2 { text-align: center; }
.lead-form { display: grid; gap: 14px; max-width: 540px; margin: 32px auto 0; }
.lead-form .field { display: grid; gap: 6px; }
.lead-form label { font-size: 14px; font-weight: 500; color: var(--fg); }
.lead-form input, .lead-form select, .lead-form textarea { appearance: none; border: 1px solid var(--border-strong); border-radius: 10px; padding: 14px 16px; font: inherit; background: #0f0f0f; color: var(--fg); transition: border-color .15s, box-shadow .15s; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px var(--primary-soft); }
.lead-form textarea { min-height: 110px; resize: vertical; font-family: inherit; }
.lead-form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.lead-form .consent { display: flex; gap: 10px; align-items: flex-start; font-size: 13px; color: var(--fg-muted); padding: 4px 0; }
.lead-form .consent input[type="checkbox"] { appearance: auto; width: 18px; height: 18px; margin-top: 2px; accent-color: var(--primary); flex: 0 0 auto; cursor: pointer; }
.lead-form .submit { margin-top: 6px; padding: 16px; font-size: 16px; }
.lead-form .feedback { text-align: center; font-size: 14px; min-height: 24px; margin-top: 8px; }
.lead-form .feedback.success { color: var(--success); }
.lead-form .feedback.error { color: var(--danger); }

/* Footer */
footer { padding: 40px 0 60px; color: var(--fg-muted); font-size: 13px; border-top: 1px solid var(--border); margin-top: 40px; background: #0a0a0a; }
footer .legal-links { display: flex; flex-wrap: wrap; gap: 14px 22px; margin-bottom: 14px; }
footer .legal-links a { color: var(--fg-muted); }
footer .legal-links a:hover { color: var(--fg); }
footer .operator { line-height: 1.7; }

/* Salesbot dark premium theme */
.theme-salesbot {
  --fg: #f8fafc;
  --fg-muted: #cbd5e1;
  --fg-soft: #8b96a8;
  --bg: #050505;
  --card: rgba(12, 13, 16, 0.86);
  --border: rgba(245, 180, 36, 0.20);
  --border-strong: rgba(255, 214, 91, 0.36);
  --primary: #f5b424;
  --primary-strong: #ffd65a;
  --primary-soft: rgba(245, 180, 36, 0.14);
  --accent: #ff8a00;
  --accent-soft: rgba(255, 138, 0, 0.14);
  --shadow-lg: 0 24px 70px rgba(0,0,0,.46);
  background: #050505;
  color: #f8fafc;
}
.theme-salesbot h1, .theme-salesbot h2, .theme-salesbot h3, .theme-salesbot h4 { color: #f8fafc; }
.theme-salesbot section.s p.sub, .theme-salesbot .lead, .theme-salesbot p { color: #d7dde8; }
.theme-salesbot .topbar { background: rgba(5,5,5,.74); border-bottom-color: rgba(245,180,36,.14); }
.theme-salesbot .brand .logo { background: linear-gradient(135deg, #ffd65a, #9a5d00); color: #070707; box-shadow: 0 0 32px rgba(245,180,36,.26); }
.theme-salesbot .brand .salesbot-logo { width: 58px; height: 58px; border-radius: 14px; background-image: url("../assets/salesbot-hero-bg.png"); background-size: 580px auto; background-position: -126px -74px; background-repeat: no-repeat; border: 1px solid rgba(255,214,91,.28); box-shadow: 0 0 34px rgba(245,180,36,.24); }
.theme-salesbot .brand .salesbot-logo + strong { color: #f8fafc; }
.theme-salesbot .button-primary { color: #090909; background: linear-gradient(135deg, #ffd65a, #f0a90a); box-shadow: 0 18px 40px rgba(245,180,36,.24); }
.theme-salesbot .button-primary:hover { background: linear-gradient(135deg, #ffe38d, #ffb915); }
.theme-salesbot .button-ghost { background: rgba(255,255,255,.06); color: #f8fafc; border-color: rgba(255,214,91,.28); }
.theme-salesbot .button-ghost:hover { border-color: rgba(255,214,91,.58); background: rgba(255,255,255,.10); }
.theme-salesbot .hero-stage { position: relative; min-height: calc(100vh - 76px); display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid rgba(245,180,36,.16); }
.theme-salesbot .hero-stage::before { content: ""; position: absolute; inset: 0; background-image: var(--hero-bg); background-size: 116% auto; background-position: left top; background-repeat: no-repeat; opacity: 1; filter: saturate(1.12) contrast(1.1); }
.theme-salesbot .hero-stage::after { content: ""; position: absolute; inset: 0; background:
  radial-gradient(ellipse 34% 38% at 27% 45%, #050505 0%, rgba(5,5,5,.98) 30%, rgba(5,5,5,.70) 54%, transparent 78%),
  radial-gradient(ellipse at 27% 52%, rgba(5,5,5,.90) 0%, rgba(5,5,5,.78) 17%, rgba(5,5,5,.36) 30%, transparent 42%),
  radial-gradient(circle at 24% 34%, rgba(245,180,36,.11), transparent 32%),
  linear-gradient(90deg, rgba(5,5,5,.82) 0%, rgba(5,5,5,.44) 42%, rgba(5,5,5,.05) 100%),
  linear-gradient(180deg, rgba(5,5,5,.04) 0%, rgba(5,5,5,.12) 54%, #050505 100%);
}
.theme-salesbot .hero-stage .hero { position: relative; z-index: 1; padding-top: 86px; padding-bottom: 96px; }
.theme-salesbot .hero-stage .salesbot-hero { width: min(1180px, calc(100% - 48px)); grid-template-columns: minmax(0, 610px); justify-content: flex-start; min-height: calc(100vh - 76px); }
.theme-salesbot .hero h1 { max-width: 620px; font-size: clamp(34px, 4vw, 50px); text-shadow: 0 10px 48px rgba(0,0,0,.70); }
.theme-salesbot .hero p.lead { max-width: 720px; color: #d7dde8; font-size: 20px; }
.theme-salesbot .hero-bullets { display: grid; gap: 13px; margin: 10px 0 30px; max-width: 560px; padding: 18px 20px; border: 1px solid rgba(255,214,91,.16); border-radius: 18px; background: linear-gradient(90deg, rgba(4,4,5,.80), rgba(4,4,5,.56)); box-shadow: 0 28px 90px rgba(0,0,0,.44); backdrop-filter: blur(3px); }
.theme-salesbot .hero-bullet { display: flex; gap: 12px; align-items: flex-start; color: #f8fafc; font-size: 16px; line-height: 1.42; text-shadow: 0 8px 28px rgba(0,0,0,.86); }
.theme-salesbot .hero-bullet::before { content: ""; width: 10px; height: 10px; margin-top: 9px; border-radius: 50%; background: #ffd65a; box-shadow: 0 0 26px rgba(245,180,36,.72); flex: 0 0 auto; }
.theme-salesbot .proof-row { color: #eef2f7; }
.theme-salesbot .proof-row::before { color: #070707; background: #f5b424; }
.theme-salesbot .hero-dialog-card { background: rgba(8,9,12,.72); border: 1px solid rgba(255,214,91,.26); border-radius: 18px; padding: 24px; box-shadow: 0 28px 80px rgba(0,0,0,.48); backdrop-filter: blur(14px); display: grid; gap: 14px; }
.theme-salesbot .dialog-line { border: 1px solid rgba(255,255,255,.08); border-radius: 14px; padding: 14px 16px; background: rgba(255,255,255,.055); color: #e5e7eb; font-size: 14px; line-height: 1.45; }
.theme-salesbot .dialog-line.bot { border-color: rgba(245,180,36,.28); background: rgba(245,180,36,.12); color: #fff7dd; }
.theme-salesbot .dialog-line strong { color: #ffd65a; display: block; margin-bottom: 4px; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }
.theme-salesbot .trust-bar, .theme-salesbot section.s.alt, .theme-salesbot footer { background: #050505; border-color: rgba(245,180,36,.14); }
.theme-salesbot .template-demo { background: linear-gradient(180deg, #050505, #0a0a0c); }
.theme-salesbot .template-card, .theme-salesbot .template-rows, .theme-salesbot .template-panel, .theme-salesbot .curated-demo, .theme-salesbot .plan, .theme-salesbot .testimonial, .theme-salesbot .faq-row, .theme-salesbot .pain-gain .col, .theme-salesbot .lead-section, .theme-salesbot .marketing-grid article, .theme-salesbot .marketing-columns article {
  background: rgba(12,13,16,.84);
  border-color: rgba(245,180,36,.18);
  color: #f8fafc;
}
.theme-salesbot .template-card strong, .theme-salesbot section.s .head .eyebrow, .theme-salesbot .testimonial strong { color: #ffd65a; }
.theme-salesbot .curated-demo textarea, .theme-salesbot .lead-form input, .theme-salesbot .lead-form select, .theme-salesbot .lead-form textarea {
  background: rgba(255,255,255,.06); color: #f8fafc; border-color: rgba(255,214,91,.26);
}
.theme-salesbot .curated-demo .demo-output, .theme-salesbot .miniapp-output { background: #070707; color: #f8fafc; border: 1px solid rgba(245,180,36,.18); }
.theme-salesbot .lead-section { background: linear-gradient(135deg, rgba(245,180,36,.13), rgba(255,138,0,.07)); }
.theme-salesbot .salesbot-dialog-section { background: linear-gradient(180deg, #050505, #09090b); border-top: 1px solid rgba(245,180,36,.12); border-bottom: 1px solid rgba(245,180,36,.12); }
.salesbot-dialog-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(340px, 1.08fr); gap: 42px; align-items: center; }
.salesbot-dialog-copy { display: grid; gap: 16px; }
.salesbot-dialog-copy h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; }
.salesbot-dialog-copy p { margin: 0; color: var(--fg-muted); font-size: 17px; line-height: 1.58; }
.salesbot-dialog-copy .dialog-facts { display: grid; gap: 10px; margin-top: 8px; }
.salesbot-dialog-copy .dialog-facts span { color: #fff3c4; border-left: 2px solid #f5b424; padding-left: 12px; }
.theme-salesbot .showcase { background: #050505; }
.showcase-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr); gap: 34px; align-items: stretch; }
.showcase-media { border-radius: 22px; overflow: hidden; border: 1px solid var(--border); box-shadow: var(--shadow-lg); background: var(--card); aspect-ratio: 16 / 10; }
.showcase-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.showcase-copy { display: grid; gap: 18px; align-content: center; }
.showcase-copy h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: 0; }
.showcase-copy p { margin: 0; color: var(--fg-muted); font-size: 17px; line-height: 1.55; }
.showcase-bullets { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; grid-column: 1 / -1; }
.showcase-bullet { display: flex; gap: 12px; align-items: flex-start; padding: 14px 0; border-top: 1px solid var(--border); }
.showcase-bullet:first-child { border-top: 0; }
.showcase-bullet::before { content: ""; width: 10px; height: 10px; margin-top: 8px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 20px var(--primary); flex: 0 0 auto; }
.showcase-bullet strong { display: block; color: var(--fg); margin-bottom: 2px; }
.showcase-bullet span { color: var(--fg-muted); font-size: 14px; line-height: 1.45; }
.salesbot-impact { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.salesbot-impact-card { background: rgba(12,13,16,.84); border: 1px solid rgba(245,180,36,.18); border-radius: 18px; padding: 24px; min-height: 174px; box-shadow: var(--shadow-lg); }
.salesbot-impact-card .metric { color: #ffd65a; font-size: clamp(30px, 4vw, 46px); line-height: 1; font-weight: 850; margin-bottom: 12px; }
.salesbot-impact-card strong { display: block; font-size: 16px; color: #f8fafc; margin-bottom: 8px; }
.salesbot-impact-card span { display: block; color: #cbd5e1; font-size: 14px; line-height: 1.45; }

/* Web Studio product sections */
.webstudio-portfolio { background: linear-gradient(180deg, #050505, #08080a); }
.portfolio-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.portfolio-card { grid-column: span 2; min-height: 310px; display: grid; grid-template-rows: 1fr auto; overflow: hidden; border: 1px solid rgba(245,180,36,.18); border-radius: 20px; background: rgba(12,13,16,.86); box-shadow: var(--shadow-lg); color: #f8fafc; }
.portfolio-card-1, .portfolio-card-2 { grid-column: span 3; }
.portfolio-visual { min-height: 230px; padding: 0; display: flex; flex-direction: column; justify-content: stretch; background:
  radial-gradient(circle at 24% 24%, rgba(255,214,91,.24), transparent 32%),
  linear-gradient(135deg, rgba(245,180,36,.24), rgba(255,138,0,.08) 42%, rgba(255,255,255,.04)),
  #09090b; }
.live-site-preview { position: relative; height: 230px; overflow: hidden; background: #0b0c10; }
.live-site-preview iframe { width: 1440px; height: 980px; border: 0; transform: scale(.255); transform-origin: 0 0; pointer-events: none; background: #fff; }
.live-site-preview::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.34)); pointer-events: none; }
.live-site-badge { position: absolute; left: 14px; bottom: 14px; z-index: 2; border-radius: 999px; padding: 8px 12px; background: rgba(5,5,5,.72); border: 1px solid rgba(255,214,91,.32); color: #ffd65a; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; backdrop-filter: blur(10px); }
.portfolio-body { padding: 20px; display: grid; gap: 10px; }
.portfolio-body h3 { margin: 0; font-size: 20px; }
.portfolio-body p { margin: 0; color: #cbd5e1; font-size: 14px; line-height: 1.5; }
.portfolio-link { color: #ffd65a; font-weight: 800; font-size: 14px; }
.price-title-amount { display: block; white-space: nowrap; color: #ffd65a; }
.webstudio-cabinet { background: #050505; border-top: 1px solid rgba(245,180,36,.12); border-bottom: 1px solid rgba(245,180,36,.12); }
.cabinet-layout, .contacts-layout { display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr); gap: 42px; align-items: center; }
.cabinet-copy, .contacts-copy { display: grid; gap: 18px; }
.cabinet-copy .eyebrow, .contacts-copy .eyebrow { color: #ffd65a; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.cabinet-copy h2, .contacts-copy h2 { margin: 0; font-size: clamp(32px, 4vw, 50px); line-height: 1.08; }
.cabinet-copy p, .contacts-copy p { margin: 0; color: #cbd5e1; font-size: 17px; line-height: 1.58; }
.cabinet-copy .actions, .contacts-copy .actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }
.cabinet-panel, .contacts-card { border: 1px solid rgba(245,180,36,.22); border-radius: 22px; background:
  radial-gradient(circle at 76% 18%, rgba(255,214,91,.14), transparent 30%),
  rgba(12,13,16,.88); box-shadow: var(--shadow-lg); padding: 24px; }
.cabinet-panel-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; margin-bottom: 8px; border-bottom: 1px solid rgba(245,180,36,.16); }
.cabinet-panel-head strong { font-size: 22px; color: #fff; }
.cabinet-panel-head span { color: #050505; background: #ffd65a; border-radius: 999px; padding: 6px 12px; font-weight: 800; font-size: 12px; }
.cabinet-row, .contacts-card > div { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.cabinet-row:last-child, .contacts-card > div:last-child { border-bottom: 0; }
.cabinet-row span, .contacts-card span { color: #8b96a8; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.cabinet-row strong { color: #f8fafc; text-align: right; }
.contacts-card a, .contacts-card strong { color: #f8fafc; font-weight: 800; text-align: right; }
.webstudio-contacts { background: linear-gradient(180deg, #08080a, #050505); }
.theme-salesbot .webstudio-portfolio .head { margin-bottom: 38px; }

/* Animations */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* Mobile */
@media (max-width: 820px) {
  .topnav { gap: 14px; }
  .topnav a:not(.button) { display: none; }
  .hero { grid-template-columns: 1fr; padding: 40px 0 60px; gap: 36px; }
  .hero h1 { font-size: 36px; }
  .hero .proof { grid-template-columns: 1fr; }
  .pain-gain { grid-template-columns: 1fr; gap: 16px; }
  .marketing-columns { grid-template-columns: 1fr; }
  section.s { padding: 56px 0; }
  .lead-section { padding: 36px 20px; }
  .lead-form .row-2 { grid-template-columns: 1fr; }
  .template-row { grid-template-columns: 1fr; gap: 6px; }
  .curated-demo { grid-template-columns: 1fr; padding: 20px; }
  .curated-demo .demo-next { align-items: flex-start; flex-direction: column; }
  .miniapp-grid { grid-template-columns: 1fr; }
  .testimonials { grid-template-columns: 1fr; }
  .showcase-layout { grid-template-columns: 1fr; gap: 24px; }
  .showcase-bullets { grid-template-columns: 1fr; }
  .salesbot-dialog-layout { grid-template-columns: 1fr; gap: 24px; }
  .salesbot-impact { grid-template-columns: 1fr 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .portfolio-card, .portfolio-card-1, .portfolio-card-2 { grid-column: auto; }
  .cabinet-layout, .contacts-layout { grid-template-columns: 1fr; gap: 24px; }
  .theme-salesbot .hero-stage { min-height: auto; }
  .theme-salesbot .hero-stage .salesbot-hero { min-height: auto; }
  .topnav .button { position: fixed; left: 16px; right: 16px; bottom: 14px; z-index: 80; text-align: center; justify-content: center; box-shadow: var(--shadow-lg); }
  body { padding-bottom: 72px; }
}
@media (max-width: 480px) {
  body { font-size: 15px; }
  .topbar { padding: 14px 0; }
  .shell { padding: 0 16px; }
  .hero h1 { font-size: 30px; }
  .theme-salesbot .hero h1 { font-size: 34px; }
  .theme-salesbot .hero-bullet { font-size: 16px; }
  .salesbot-impact { grid-template-columns: 1fr; }
  .theme-salesbot .brand .salesbot-logo { width: 48px; height: 48px; background-size: 480px auto; background-position: -104px -61px; }
  section.s h2 { font-size: 26px; }
  .plan { padding: 24px 20px; }
  .hero-card { padding: 24px 20px; }
  .hero-card .price { font-size: 32px; }
}
