:root {
  --page-max: 1120px;
  --hero-max: 1200px;
  --radius: 8px;
  --frame-radius: 12px;
  --section-y: 92px;
  --section-y-mobile: 60px;
  --nav-h: 72px;
  --bg: #f4f7fb;
  --surface: #ffffff;
  --surface-soft: #eef4fb;
  --line: #dbe4ef;
  --line-strong: #b9c7d8;
  --ink: #101522;
  --ink-soft: #344156;
  --muted: #68758a;
  --blue: #2563eb;
  --green: #15803d;
  --teal: #0f766e;
  --warning: #b45309;
  --shadow: rgba(15, 23, 42, 0.12);
  --shadow-soft: rgba(15, 23, 42, 0.08);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(37, 99, 235, 0.08), transparent 520px),
    var(--bg);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
}

button,
summary {
  font: inherit;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: var(--nav-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(219, 228, 239, 0.92);
  padding: 14px 40px;
  background: rgba(244, 247, 251, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--surface);
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 14px;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.nav a:hover,
.nav a:focus-visible,
.footer a:hover,
.footer a:focus-visible {
  color: var(--blue);
}

.nav-action,
.primary-action,
.secondary-action {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius);
  padding: 0 18px;
  font-weight: 850;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.nav-action,
.primary-action {
  background: var(--ink);
  color: var(--surface);
}

.nav-action {
  min-height: 38px;
  padding: 0 16px;
  font-size: 14px;
}

.secondary-action {
  border: 1px solid var(--line-strong);
  background: var(--surface);
  color: var(--ink-soft);
}

.nav-action:hover,
.primary-action:hover,
.nav-action:focus-visible,
.primary-action:focus-visible {
  background: var(--blue);
  transform: translateY(-1px);
}

.secondary-action:hover,
.secondary-action:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
  transform: translateY(-1px);
}

.hero {
  max-width: var(--hero-max);
  width: min(var(--hero-max), calc(100vw - 80px));
  margin: 0 auto;
  padding: 68px 0 80px;
  display: grid;
  grid-template-columns: minmax(0, 0.56fr) minmax(0, 0.44fr);
  gap: 64px;
  align-items: start;
}

.eyebrow,
.section-label,
.price-label {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-label::before,
.price-label::before {
  content: "";
  width: 22px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3,
p {
  margin-block-start: 0;
}

h1 {
  margin-block-end: 0;
  font-size: clamp(42px, 4.6vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.01em;
}

h2 {
  margin-block-end: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: 0;
}

h3 {
  margin-block-end: 0;
  font-size: 19px;
  line-height: 1.25;
}

.hero-badge {
  width: fit-content;
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 14px;
  background: var(--surface);
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.hero-time {
  margin-top: 14px;
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 500;
  line-height: 1.35;
  max-width: 600px;
}

.hero-desc {
  margin-top: 18px;
  margin-bottom: 0;
  max-width: 600px;
  color: var(--ink);
  font-size: clamp(16px, 1.55vw, 18px);
  font-weight: 400;
  line-height: 1.55;
}

.hero-note,
.hero-trust,
.section-title p,
.center-title p,
.final-card p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.72;
}

.hero-note {
  max-width: 560px;
  margin-top: 14px;
  font-size: 15px;
  color: var(--muted);
}

.hero-trust {
  margin-top: 16px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-panel,
.story-card,
.dialog-card,
.stats div,
.example-card,
.card-grid article,
.steps article,
.price-card,
.spend-control,
.version-stack,
.video-placeholder,
.faq-list details,
.final-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px var(--shadow-soft);
}

.hero-panel {
  display: grid;
  gap: 10px;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding: 0;
}

.chat-card {
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: 0 8px 24px var(--shadow-soft);
  padding: 16px 18px;
}

.chat-card .chat.user {
  max-width: 100%;
  justify-self: auto;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
}

.update-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 24px var(--shadow-soft);
  padding: 16px 18px;
  display: grid;
  gap: 12px;
}

.update-card .chat.bot {
  max-width: 100%;
  justify-self: auto;
  border: none;
  padding: 0;
  background: none;
  font-size: 15px;
  line-height: 1.45;
}

.chat {
  max-width: 88%;
  margin: 0;
  border-radius: var(--radius);
  padding: 13px 15px;
  font-size: 14px;
}

.chat.user {
  justify-self: end;
  background: var(--ink);
  color: var(--surface);
}

.chat.bot {
  justify-self: start;
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--ink-soft);
}

.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.demo-actions a,
.demo-actions span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius);
  padding: 0 14px;
  font-size: 13px;
  font-weight: 800;
}

.demo-actions a {
  background: var(--blue);
  color: #fff;
  text-decoration: none;
}

.demo-actions a:hover,
.demo-actions a:focus-visible {
  background: var(--ink);
}

.demo-actions span {
  border: 1px solid var(--line-strong);
  color: var(--ink-soft);
}

.hero-shot {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 24px var(--shadow-soft);
}

.hero-shot-link {
  display: block;
  overflow: hidden;
  background: var(--surface-soft);
}

.hero-shot-link:hover img,
.hero-shot-link:focus-visible img {
  transform: scale(1.02);
}

.hero-shot-link img {
  width: 100%;
  max-height: 340px;
  display: block;
  object-fit: contain;
  object-position: top center;
  transition: transform 0.3s ease;
}

.hero-shot figcaption,
.billing-proof figcaption {
  padding: 10px 14px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.section,
.band,
.final-cta,
.legal-strip {
  padding: var(--section-y) 0;
}

.band {
  border-block: 1px solid var(--line);
  background: var(--surface);
}

.container {
  width: min(var(--page-max), calc(100vw - 80px));
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
  gap: 24px;
  align-items: stretch;
}

.section-title {
  max-width: 760px;
}

.center-title {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.center-title .section-label {
  margin-inline: auto;
}

.demo-slot {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(15, 118, 110, 0.06)),
    var(--surface);
}

.video-placeholder,
.video-demo {
  padding: 18px;
}

.video-frame {
  border-radius: var(--radius);
  background: #111827;
  overflow: hidden;
}

.video-frame video {
  width: 100%;
  height: auto;
  display: block;
}

.mini-frames {
  display: grid;
  grid-template-columns: 1fr 1fr 0.55fr;
  gap: 10px;
  margin-top: 12px;
}

.mini-frames a {
  display: block;
  border-radius: var(--radius);
  overflow: hidden;
}

.mini-frames a:hover,
.mini-frames a:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}

.mini-frames img {
  width: 100%;
  height: 110px;
  display: block;
  border-radius: var(--radius);
  object-fit: cover;
  object-position: top center;
  transition: transform 0.25s ease;
}

.mini-frames a:hover img {
  transform: scale(1.05);
}

.steps,
.card-grid,
.examples-grid,
.pricing-grid {
  display: grid;
  gap: 16px;
}

.steps,
.card-grid,
.examples-grid,
.pricing-grid {
  margin-top: 42px;
}

.steps.three,
.card-grid.three,
.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pricing-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card-grid.six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.examples-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid article,
.steps article,
.price-card {
  padding: 24px;
}

.card-grid article > span,
.steps article > span {
  min-width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: var(--radius);
  background: rgba(37, 99, 235, 0.09);
  color: var(--blue);
  font-size: 12px;
  font-weight: 900;
}

.card-grid h3,
.steps h3,
.price-card h3 {
  margin-top: 18px;
}

.card-grid p,
.steps p,
.price-card p,
.case-meta,
.small-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.section-cta {
  margin-top: 28px;
}

.version-stack {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.version-stack article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 14px;
  background: var(--surface);
}

.version-stack article.current {
  border-color: rgba(37, 99, 235, 0.42);
  background: rgba(37, 99, 235, 0.07);
}

.version-stack span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.version-stack strong {
  display: block;
  margin-top: 4px;
}

.version-stack button {
  min-height: 44px;
  border: 0;
  border-radius: var(--radius);
  background: var(--ink);
  color: #fff;
  font-weight: 850;
}

.example-card {
  overflow: hidden;
}

.example-card > div {
  padding: 20px;
}

.example-image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--surface-soft);
}

.example-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.case-meta {
  display: grid;
  gap: 6px;
  margin: 16px 0 0;
  padding-left: 18px;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--blue);
  font-weight: 850;
  text-decoration: none;
}

/* ── Benefits grid ── */

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-top: 42px;
}

.benefit-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 12px 36px var(--shadow-soft);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.benefit-card.benefit-photos {
  grid-column: span 7;
}

.benefit-card.benefit-voice {
  grid-column: span 5;
}

.benefit-card.benefit-generate {
  grid-column: span 5;
}

.benefit-card.benefit-publish {
  grid-column: span 7;
}

.benefit-card.benefit-versions {
  grid-column: span 12;
}

.benefit-visual {
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  background: var(--surface-soft);
  padding: 18px;
}

.benefit-text h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 750;
}

.benefit-text p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Photos visual */
.photos-visual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.vis-thumb {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: calc(var(--radius) - 2px);
  padding: 5px 10px;
  background: var(--surface);
  color: var(--ink-soft);
  font-weight: 700;
}

.vis-plus {
  color: var(--muted);
  font-weight: 600;
}

.vis-arrow {
  color: var(--blue);
  font-weight: 900;
  font-size: 15px;
  margin: 0 2px;
}

.vis-result {
  color: var(--green);
  font-weight: 750;
  white-space: nowrap;
}

/* Voice visual */
.voice-visual {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.voice-wave {
  display: block;
  height: 32px;
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(90deg,
    var(--blue) 0%, var(--blue) 25%,
    var(--surface) 25%, var(--surface) 28%,
    var(--blue) 28%, var(--blue) 48%,
    var(--surface) 48%, var(--surface) 52%,
    var(--blue) 52%, var(--blue) 62%,
    var(--surface) 62%, var(--surface) 64%,
    var(--blue) 64%, var(--blue) 78%,
    var(--surface) 78%, var(--surface) 82%,
    var(--blue) 82%, var(--blue) 100%
  );
}

.voice-quote {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.5;
  font-style: italic;
}

/* Generate visual */
.generate-visual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}

.gen-step {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px 12px;
  background: var(--surface);
  color: var(--ink-soft);
  font-weight: 700;
}

.gen-arrow {
  color: var(--blue);
  font-weight: 900;
  font-size: 14px;
}

.gen-done {
  border-color: rgba(21, 128, 61, 0.35);
  background: rgba(21, 128, 61, 0.08);
  color: var(--green);
}

/* Publish visual */
.publish-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pub-source {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 16px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.pub-arrow {
  color: var(--blue);
  font-weight: 900;
  font-size: 18px;
}

.pub-targets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.pub-targets span {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: calc(var(--radius) - 2px);
  padding: 5px 12px;
  background: var(--surface-soft);
  font-size: 12px;
  color: var(--ink-soft);
  font-weight: 700;
}

.pub-targets span:nth-child(3) {
  border-color: rgba(37, 99, 235, 0.3);
  background: rgba(37, 99, 235, 0.08);
  color: var(--blue);
}

.pub-targets span:nth-child(4) {
  border-color: rgba(37, 99, 235, 0.3);
  background: rgba(37, 99, 235, 0.08);
  color: var(--blue);
}

/* Integrations visual */
.benefit-card.benefit-integrations {
  grid-column: span 12;
}

.integrations-visual {
  display: flex;
  gap: 12px;
}

.int-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  padding: 14px 16px;
  background: var(--surface);
}

.int-label {
  color: var(--blue);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
}

.int-desc {
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.5;
}

/* Versions visual */
.versions-visual {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ver-row {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 2px);
  padding: 6px 14px;
  background: var(--surface);
  font-size: 13px;
  color: var(--ink-soft);
  font-weight: 600;
}

.ver-current {
  border-color: rgba(37, 99, 235, 0.35);
  background: rgba(37, 99, 235, 0.07);
  color: var(--ink);
}

.ver-restore {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  padding: 6px 14px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}

/* Finale */
.benefit-finale {
  margin-top: 48px;
  text-align: center;
}

.benefit-statement {
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: clamp(26px, 3.4vw, 38px);
  font-weight: 800;
  line-height: 1.25;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.benefit-finale .primary-action {
  margin: 0 auto;
}

.price-card h3 {
  font-size: 30px;
}

.price-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--ink-soft);
}

.strong-line {
  border-left: 3px solid var(--green);
  padding-left: 12px;
  color: var(--ink);
  font-weight: 850;
}

.spend-control {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  padding: 28px;
}

.spend-control h3 {
  font-size: 30px;
}

.spend-control p {
  color: var(--ink-soft);
}

.spend-control .primary-action {
  margin-top: 10px;
}

.proof-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.proof-stats div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px;
  background: var(--surface-soft);
}

.proof-stats strong {
  display: block;
  font-size: 28px;
}

.proof-stats span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.billing-gallery {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}

.billing-proof figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--frame-radius);
  background: #111827;
  min-width: 0;
}

.billing-proof img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.billing-proof figcaption {
  background: var(--surface);
}

.pricing-summary {
  margin-top: 20px;
  border: 1px solid rgba(21, 128, 61, 0.28);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(21, 128, 61, 0.08);
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.faq-list {
  max-width: 860px;
  margin: 42px auto 0;
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 0;
}

.faq-list summary {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  cursor: pointer;
  color: var(--ink);
  font-weight: 850;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--blue);
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 16px 18px 18px;
  color: var(--muted);
}

.final-cta {
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(15, 118, 110, 0.10)),
    var(--bg);
}

.final-card {
  max-width: 840px;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.final-card .eyebrow {
  margin-inline: auto;
}

.center-actions {
  justify-content: center;
}

.small-note {
  margin-top: 14px;
}

.legal-strip {
  border-top: 1px solid var(--line);
  background: var(--surface);
  padding-block: 34px;
}

.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.legal-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: var(--bg);
}

.legal-grid h2 {
  margin: 0;
  font-size: 17px;
  line-height: 1.25;
}

.legal-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.footer {
  width: min(var(--page-max), calc(100vw - 80px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 28px 0;
  color: var(--muted);
  font-size: 14px;
}

.footer div {
  display: grid;
  gap: 2px;
}

.footer strong {
  color: var(--ink);
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px;
}

.footer a {
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1080px) {
  .hero,
  .split,
  .spend-control {
    grid-template-columns: 1fr;
    min-width: 0;
  }

  .spend-control {
    overflow-x: hidden;
  }

  .hero {
    gap: 36px;
  }

  .hero-desc {
    max-width: 100%;
  }

  .hero-note {
    max-width: 100%;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefit-card.benefit-photos,
  .benefit-card.benefit-voice,
  .benefit-card.benefit-generate,
  .benefit-card.benefit-publish,
  .benefit-card.benefit-versions {
    grid-column: span 1;
  }

  .benefit-finale {
    margin-top: 36px;
  }

  .benefit-statement {
    font-size: clamp(22px, 5vw, 30px);
  }

  .steps.three,
  .card-grid.three,
  .card-grid.four,
  .card-grid.six,
  .examples-grid,
  .pricing-grid,
  .legal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  :root {
    --section-y: var(--section-y-mobile);
    --nav-h: 66px;
  }

  .topbar {
    padding: 12px 16px;
    gap: 12px;
  }

  .nav {
    display: none;
  }

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

  .brand small {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .nav-action {
    min-height: 36px;
    padding: 0 12px;
    font-size: 13px;
  }

  body {
    overflow-x: hidden;
  }

  .hero,
  .container,
  .footer {
    width: min(var(--page-max), calc(100vw - 32px));
  }

  .hero {
    padding: 40px 0 52px;
  }

  .hero-actions,
  .footer {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .hero-badge {
    font-size: 12px;
    padding: 5px 12px;
  }

  .hero-time {
    font-size: 16px;
  }

  .hero-desc {
    font-size: 15px;
  }

  .benefits-grid {
    gap: 10px;
    margin-top: 30px;
  }

  .benefit-card {
    padding: 18px;
  }

  .benefit-visual {
    padding: 12px;
  }

  .photos-visual {
    font-size: 11px;
    gap: 4px;
  }

  .vis-thumb {
    padding: 3px 8px;
  }

  .generate-visual {
    font-size: 10px;
    gap: 4px;
  }

  .gen-step {
    padding: 3px 8px;
  }

  .pub-targets span {
    font-size: 11px;
    padding: 4px 8px;
  }

  .integrations-visual {
    flex-direction: column;
  }

  .int-item {
    padding: 12px 14px;
  }

  .versions-visual {
    flex-direction: column;
    align-items: flex-start;
  }

  .ver-row,
  .ver-restore {
    width: 100%;
    justify-content: flex-start;
    font-size: 12px;
    padding: 8px 12px;
  }

  .benefit-finale {
    margin-top: 28px;
  }

  .benefit-statement {
    font-size: clamp(20px, 6vw, 26px);
  }

  .steps.three,
  .card-grid.three,
  .card-grid.four,
  .card-grid.six,
  .examples-grid,
  .pricing-grid,
  .proof-stats,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .video-placeholder,
  .video-demo,
  .price-card,
  .spend-control,
  .final-card {
    padding: 20px;
    overflow-x: hidden;
  }

  .video-frame {
    max-width: 100%;
  }

  .video-frame video {
    max-width: 100%;
    height: auto;
  }

  .mini-frames {
    grid-template-columns: 1fr;
  }

  .mini-frames img {
    height: 150px;
  }

  .footer nav {
    justify-content: flex-start;
  }
}
