/* screenr.eu — tokens and layout taken from the "Landing Page" and "Download Page" frames in
   screenr.pen. The site is dark only, as designed; widths are the 1440 design with 64px gutters,
   stacking below 900px. */

:root {
  --bg: #0B0C0F;
  --surface: #121419;
  --surface-2: #191C23;
  --surface-3: #212530;
  --border: #23262F;
  --border-soft: #1B1E25;
  --text-primary: #EDEFF5;
  --text-secondary: #A6AEBF;
  --text-muted: #757E91;
  --accent: #7C8CFF;
  --accent-soft: #7C8CFF22;
  --accent-line: #7C8CFF2E;
  --accent-2: #4FD1C5;
  --accent-2-soft: #4FD1C522;
  --accent-2-line: #4FD1C544;
  --online: #3FD68C;
  --danger: #FF6B6B;
  --warn: #F6AD55;
  --warn-soft: #F6AD551F;
  --warn-line: #F6AD5547;
  --brand-panel: #0E1016;
  --gradient: linear-gradient(90deg, #7C8CFF, #4FD1C5);
  --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --gutter: 64px;
  color-scheme: dark;
}

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

html { background: var(--bg); scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-primary);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--text-primary); }
p, h1, h2, h3 { margin: 0; }
img { max-width: 100%; display: block; }
ul { margin: 0; padding: 0; list-style: none; }
button { font: inherit; }

.i {
  width: var(--s, 16px);
  height: var(--s, 16px);
  flex: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.wrap { max-width: 1440px; margin: 0 auto; padding-inline: var(--gutter); }
.mono { font-family: var(--mono); }
.muted { color: var(--text-muted); }
.secondary { color: var(--text-secondary); }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; }

/* ---------- logo, nav, footer (Site — Components) ---------- */

.logo { display: inline-flex; align-items: center; gap: 11px; color: var(--text-primary); }
.logo img { width: 35px; height: 24px; }
.logo span { font-size: 22px; font-weight: 700; letter-spacing: -0.9px; line-height: 1.2; }

.pill-beta {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 4px 9px;
  background: var(--warn-soft);
  border: 1px solid var(--warn-line);
  color: var(--warn);
  font-size: 10px; font-weight: 700; letter-spacing: 1.1px; line-height: 1.2;
}

.nav {
  position: sticky; top: 0; z-index: 10;
  background: rgba(11, 12, 15, 0.8);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-soft);
}
.nav .wrap { display: flex; align-items: center; justify-content: space-between; padding-block: 22px; gap: 24px; }
.nav-brand { display: flex; align-items: center; gap: 10px; }
.nav-right { display: flex; align-items: center; gap: 34px; }
.nav-right a { font-size: 14px; color: var(--text-secondary); }
.nav-right a:hover { color: var(--text-primary); }
.nav-right a.btn, .nav-right a.btn:hover { color: var(--bg); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border-radius: 12px;
  font-weight: 600; line-height: 1.2;
  white-space: nowrap;
  transition: filter .15s ease, background-color .15s ease;
}
.btn:hover { filter: brightness(1.08); }
.btn-primary { background: var(--accent); color: var(--bg); }
.btn-primary:hover { color: var(--bg); }
.btn-secondary { background: var(--surface-2); color: var(--text-primary); border: 1px solid var(--border); }
.btn-ghost { background: var(--surface-3); color: var(--text-primary); }
.btn-nav { padding: 10px 18px; gap: 8px; border-radius: 10px; font-size: 14px; }

.footer { background: var(--surface); border-top: 1px solid var(--border-soft); }
.footer .wrap { padding-block: 52px 40px; display: flex; flex-direction: column; gap: 44px; }
.footer-top { display: flex; justify-content: space-between; gap: 80px; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 14px; max-width: 340px; }
.footer-brand p { font-size: 13px; line-height: 1.6; color: var(--text-muted); }
.footer-cols { display: flex; gap: 72px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 12px; }
.footer-col h3 { font-size: 11px; font-weight: 600; letter-spacing: 1.2px; color: var(--text-muted); }
.footer-col a { font-size: 13px; color: var(--text-secondary); line-height: 1.25; }
.footer-bottom {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  padding-top: 20px; border-top: 1px solid var(--border-soft);
  font-size: 12px; color: var(--text-muted);
}

/* ---------- landing: hero ---------- */

.hero { position: relative; overflow: hidden; }
.hero .wrap { padding-block: 84px 96px; display: flex; flex-direction: column; gap: 60px; position: relative; }
.hero-glow {
  position: absolute; left: 50%; top: -300px; transform: translateX(-50%);
  width: 640px; height: 540px; border-radius: 50%;
  background: radial-gradient(closest-side, #7C8CFF2E 0%, #4FD1C50F 55%, #7C8CFF00 100%);
  pointer-events: none;
}
.hero-copy {
  position: relative;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  gap: 26px; max-width: 880px; margin: 0 auto;
}
.hero-eyebrows { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; justify-content: center; }
.pill-eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 7px 14px 7px 11px; border-radius: 999px;
  background: var(--accent-soft); border: 1px solid var(--accent-line);
  font-size: 12.5px; font-weight: 600; letter-spacing: .1px; color: var(--text-secondary); line-height: 1.2;
}
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--online); flex: none; }
.pill-beta-lg { padding: 7px 13px; font-size: 11px; }
.hero h1 {
  font-size: 66px; font-weight: 700; line-height: 1.06; letter-spacing: -2.4px;
}
.hero-sub { font-size: 17.5px; line-height: 1.62; color: var(--text-secondary); max-width: 700px; }
.hero-actions { display: flex; gap: 14px; padding-top: 8px; flex-wrap: wrap; justify-content: center; }
.btn-hero { padding: 15px 26px; font-size: 15px; letter-spacing: -.1px; }
.btn-hero.btn-secondary { padding-inline: 22px; }
.btn-primary.glow { box-shadow: 0 10px 28px -8px #7C8CFF59; }
.hero-eyebrows-below { padding-top: 6px; }

.usps { display: grid; grid-template-columns: repeat(3, 1fr); }
.usp { display: flex; flex-direction: column; gap: 14px; padding: 2px 40px; }
.usp:first-child { padding-left: 0; }
.usp + .usp { border-left: 1px solid var(--border-soft); }
.tile {
  display: inline-flex; align-items: center; justify-content: center; flex: none;
  width: 38px; height: 38px; border-radius: 11px;
  background: var(--surface-2); border: 1px solid var(--border-soft);
}
.usp h3 { font-size: 19px; font-weight: 700; line-height: 1.25; letter-spacing: -.5px; }
.usp p { font-size: 13.5px; line-height: 1.65; color: var(--text-secondary); }
.chips { display: flex; gap: 8px; padding-top: 2px; flex-wrap: wrap; }
.chip {
  padding: 5px 10px; background: var(--surface-2); border: 1px solid var(--border-soft);
  font-family: var(--mono); font-size: 11px; color: var(--text-muted); line-height: 1.35;
}

.shot {
  background: var(--surface); border: 1px solid var(--border); border-radius: 16px;
  overflow: hidden; aspect-ratio: 1312 / 620;
}
.shot img { width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.shot-empty {
  height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px;
}
.shot-empty .tile { width: 56px; height: 56px; border-radius: 14px; }
.shot-empty p { font-size: 17px; font-weight: 600; color: var(--text-secondary); }

/* ---------- landing: sections ---------- */

.section .wrap { padding-block: 104px; display: flex; flex-direction: column; gap: 56px; }
.section-head { display: flex; flex-direction: column; gap: 18px; }
.rule-eyebrow { display: flex; align-items: center; gap: 12px; color: var(--accent); }
.rule-eyebrow::before { content: ""; width: 34px; height: 2px; border-radius: 2px; background: var(--gradient); }
.rule-eyebrow.teal { color: var(--accent-2); }
.section-head h2 { font-size: 40px; font-weight: 700; line-height: 1.2; letter-spacing: -1.2px; max-width: 760px; }
.section-head p { font-size: 16px; line-height: 1.65; color: var(--text-secondary); max-width: 620px; }

.leads { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.lead {
  display: flex; flex-direction: column; gap: 20px; padding: 28px;
  background: var(--surface); border: 1px solid var(--border-soft); border-radius: 18px;
}
.lead-head { display: flex; align-items: center; gap: 14px; }
.tile.accent { background: var(--accent-soft); border-color: var(--accent-soft); color: var(--accent); }
.lead h3 { font-size: 20px; font-weight: 600; letter-spacing: -.5px; }
.lead > p { font-size: 14.5px; line-height: 1.65; color: var(--text-secondary); }
.mock {
  height: 150px; background: var(--surface-2); border: 1px solid var(--border); border-radius: 14px;
  overflow: hidden;
}
.mock-call { display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 18px; }
.caller { display: flex; align-items: center; gap: 13px; }
.avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  background: var(--gradient); color: var(--bg);
  display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 700;
}
.caller-meta { display: flex; flex-direction: column; gap: 4px; }
.caller-meta b { font-size: 14.5px; font-weight: 600; }
.caller-meta span { font-size: 12.5px; color: var(--text-muted); }
.call-actions { display: flex; gap: 10px; }
.call-actions span {
  flex: 1; height: 38px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-size: 13.5px; font-weight: 600;
}
.call-decline { background: var(--surface-3); color: var(--danger); }
.call-accept { background: var(--online); color: var(--bg); }
.mock-share { display: flex; flex-direction: column; }
.titlebar {
  height: 28px; padding: 0 12px; display: flex; align-items: center; gap: 6px;
  background: var(--surface-3); font-size: 10.5px; color: var(--text-muted);
}
.titlebar .dot { background: var(--danger); }
.titlebar .dot:nth-child(2) { background: var(--warn); }
.titlebar .dot:nth-child(3) { background: var(--online); margin-right: 6px; }
.canvas { position: relative; flex: 1; }
.canvas i { position: absolute; display: block; background: var(--surface-3); border-radius: 4px; height: 7px; }
.canvas .block { height: 32px; border-radius: 8px; }
.canvas .drawn-circle {
  position: absolute; left: 150px; top: 20px; width: 132px; height: 74px;
  border: 2.5px solid var(--warn); border-radius: 50%; transform: rotate(8deg);
}
.canvas .drawn-arrow { position: absolute; left: 186px; top: 88px; width: 72px; height: 26px; color: var(--warn); }

.more {
  display: grid; grid-template-columns: repeat(4, 1fr);
  padding-top: 36px; border-top: 1px solid var(--border-soft);
}
.more > div { display: flex; flex-direction: column; gap: 14px; padding-right: 28px; color: var(--accent); }
.more h3 { font-size: 16px; font-weight: 600; line-height: 1.35; letter-spacing: -.3px; color: var(--text-primary); }
.more p { font-size: 13.5px; line-height: 1.65; color: var(--text-muted); }

.privacy { background: var(--brand-panel); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.privacy .wrap { gap: 52px; }
.privacy .section-head h2 { max-width: 800px; }
.privacy .section-head p { max-width: 640px; }

.split {
  display: grid; grid-template-columns: 1fr 1px 1fr;
  background: var(--surface); border: 1px solid var(--border-soft); border-radius: 18px;
}
.split > hr { border: 0; margin: 0; background: var(--border-soft); width: 1px; height: 100%; }
.split-side { display: flex; flex-direction: column; gap: 18px; padding: 30px; }
.split-head { display: flex; align-items: center; gap: 11px; font-size: 12px; font-weight: 600; letter-spacing: 1.2px; color: var(--accent); }
.split-head.teal { color: var(--accent-2); }
.split-side > p { font-size: 14.5px; line-height: 1.65; color: var(--text-secondary); }
.pills { display: flex; flex-wrap: wrap; gap: 9px; }
.pills span {
  padding: 7px 13px; border-radius: 999px; font-size: 12.5px; line-height: 1.2;
  background: var(--surface-2); border: 1px solid var(--border); color: var(--text-secondary);
}
.pills.teal span { background: var(--accent-2-soft); border-color: var(--accent-2-line); color: var(--accent-2); }

.steps-block { display: flex; flex-direction: column; gap: 20px; }
.steps-block > h3 { font-size: 13px; font-weight: 600; letter-spacing: 1.2px; color: var(--text-muted); }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 16px; align-items: center; }
.step {
  display: flex; flex-direction: column; gap: 13px; padding: 26px; height: 100%;
  background: var(--surface); border: 1px solid var(--border-soft); border-radius: 16px;
}
.step-top { display: flex; align-items: center; justify-content: space-between; color: var(--text-muted); }
.badge-num {
  padding: 5px 10px; border-radius: 8px; background: var(--accent-soft);
  font-size: 12px; font-weight: 700; letter-spacing: .6px; color: var(--accent); line-height: 1.25;
}
.step h4 { margin: 0; font-size: 17px; font-weight: 600; letter-spacing: -.4px; }
.step p { font-size: 13.5px; line-height: 1.65; color: var(--text-secondary); }
.steps > .i { color: var(--text-muted); }

.note {
  display: flex; gap: 16px; padding: 26px;
  background: var(--surface); border: 1px solid var(--border-soft); border-radius: 16px;
}
.note .tile { width: 36px; height: 36px; border-radius: 10px; color: var(--warn); }
.note-text { display: flex; flex-direction: column; gap: 8px; }
.note h3 { font-size: 16px; font-weight: 600; letter-spacing: -.3px; }
.note p { font-size: 13.5px; line-height: 1.65; color: var(--text-secondary); }

.cta .wrap { padding-block: 104px 112px; }
.cta-panel {
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 26px;
  padding: 64px 72px 60px;
  background: var(--surface); border: 1px solid var(--border); border-radius: 28px;
  box-shadow: 0 24px 60px #00000055;
}
.cta-panel .eyebrow { letter-spacing: 1.4px; color: var(--accent); }
.cta-panel h2 { font-size: 46px; font-weight: 700; line-height: 1.15; letter-spacing: -1.4px; max-width: 820px; }
.cta-panel > p { font-size: 16px; line-height: 1.6; color: var(--text-secondary); max-width: 620px; }
.cta-actions { display: flex; gap: 14px; padding-top: 10px; flex-wrap: wrap; justify-content: center; }
.btn-cta { padding: 15px 26px; font-size: 16px; }
.btn-cta.btn-secondary { padding-inline: 24px; }
.platforms { display: flex; gap: 24px; padding-top: 8px; flex-wrap: wrap; justify-content: center; }
.platforms span { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); }

/* ---------- download page ---------- */

.dl-head .wrap {
  padding-block: 88px 48px; display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px;
}
.dl-head .eyebrow { color: var(--accent); }
.dl-head h1 { font-size: 56px; font-weight: 700; line-height: 1.1; letter-spacing: -2px; max-width: 800px; }
.dl-head > .wrap > p { font-size: 17px; line-height: 1.65; color: var(--text-secondary); max-width: 640px; }
.dl-meta { display: flex; gap: 26px; padding-top: 6px; flex-wrap: wrap; justify-content: center; }
.dl-meta span, .dl-meta a { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); }
.dl-meta a { color: var(--accent); }

.callout-wrap { padding-bottom: 72px; }
.callout {
  display: flex; align-items: center; gap: 14px; padding: 16px 22px;
  background: #F6AD5514; border: 1px solid #F6AD5540; border-radius: 14px; color: var(--warn);
}
.callout div { display: flex; flex-direction: column; gap: 4px; }
.callout b { font-size: 15px; font-weight: 600; color: var(--warn); }
.callout p { font-size: 13.5px; line-height: 1.6; color: var(--text-secondary); }

.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; padding-bottom: 28px; }
.card {
  display: flex; flex-direction: column; gap: 24px; padding: 32px;
  background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
}
.card.detected { background: var(--surface-2); border-color: var(--accent); }
.card-top { display: flex; flex-direction: column; gap: 14px; }
.card-id { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.card-id > div { display: flex; align-items: center; gap: 12px; }
.icon-box {
  width: 42px; height: 42px; border-radius: 12px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--surface-2); color: var(--text-secondary);
}
.card.detected .icon-box { background: var(--accent-soft); color: var(--accent); }
.card h2 { font-size: 22px; font-weight: 700; letter-spacing: -.6px; }
.badge-detected {
  display: none; padding: 6px 10px; background: var(--accent-soft);
  font-size: 11px; font-weight: 600; letter-spacing: .4px; color: var(--accent); line-height: 1.2;
}
.card.detected .badge-detected { display: inline-block; }
.card-req { font-size: 13px; line-height: 1.6; color: var(--text-muted); }
.file-row {
  display: flex; justify-content: space-between; gap: 12px; padding: 12px 14px;
  background: var(--bg); border: 1px solid var(--border-soft); border-radius: 10px;
  font-family: var(--mono); font-size: 12px; color: var(--text-secondary);
}
.file-row span:last-child { color: var(--text-muted); white-space: nowrap; }
.file-row span:first-child { overflow-wrap: anywhere; }
.btn-card { padding: 14px 18px; gap: 9px; font-size: 15px; width: 100%; }
.card:not(.detected) .btn-card { background: var(--surface-3); color: var(--text-primary); }
.card.detected .btn-card { background: var(--accent); color: var(--bg); }
.alt-links { display: flex; gap: 18px; flex-wrap: wrap; }
.alt-links a { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-secondary); }
.alt-links a .i { color: var(--text-muted); }

.after { background: var(--surface); border-top: 1px solid var(--border-soft); border-bottom: 1px solid var(--border-soft); }
.after .wrap { padding-block: 64px 72px; display: flex; flex-direction: column; gap: 28px; }
.after-head { display: flex; flex-direction: column; gap: 10px; max-width: 760px; }
.after-head h2 { font-size: 32px; font-weight: 700; letter-spacing: -1px; }
.after-head p { font-size: 15px; line-height: 1.6; color: var(--text-secondary); }
.notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.setup-note {
  display: flex; flex-direction: column; gap: 12px; padding: 24px;
  background: var(--bg); border: 1px solid var(--border); border-radius: 16px;
}
.setup-note h3 { display: flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 600; }
.setup-note h3 .i { color: var(--accent); }
.setup-note p { font-size: 14px; line-height: 1.65; color: var(--text-secondary); }

.server-section .wrap { padding-block: 72px; }
.server-panel {
  display: flex; gap: 40px; padding: 36px;
  background: var(--surface); border: 1px solid var(--border); border-radius: 20px;
}
.server-copy { flex: 1; display: flex; flex-direction: column; gap: 16px; }
.server-copy .eyebrow { letter-spacing: 1.4px; color: var(--text-muted); }
.server-copy h2 { font-size: 24px; font-weight: 700; line-height: 1.25; letter-spacing: -.7px; }
.server-copy p { font-size: 14px; line-height: 1.7; color: var(--text-secondary); }
.scope { width: 440px; flex: none; display: flex; flex-direction: column; gap: 12px; }
.scope-box {
  display: flex; flex-direction: column; gap: 8px; padding: 16px 18px;
  background: var(--bg); border: 1px solid var(--border-soft); border-radius: 12px;
}
.scope-box h3 { display: flex; align-items: center; gap: 8px; font-size: 10.5px; font-weight: 600; letter-spacing: 1.2px; color: var(--text-secondary); }
.scope-box h3.teal { color: var(--online); }
.scope-box p { font-size: 13.5px; line-height: 1.55; }

.strip { display: grid; grid-template-columns: repeat(3, 1fr); padding-bottom: 84px; }
.strip > div { display: flex; flex-direction: column; gap: 10px; padding: 4px 32px; }
.strip > div:first-child { padding-left: 0; }
.strip > div + div { border-left: 1px solid var(--border-soft); }
.strip h3 { display: flex; align-items: center; gap: 9px; font-size: 15px; font-weight: 600; }
.strip h3 .i { color: var(--text-muted); }
.strip p { font-size: 13.5px; line-height: 1.65; color: var(--text-muted); }
.strip p a { color: var(--text-secondary); text-decoration: underline; text-underline-offset: 3px; }

/* ---------- responsive ---------- */

@media (max-width: 1100px) {
  .more { grid-template-columns: repeat(2, 1fr); row-gap: 32px; }
  .steps { grid-template-columns: 1fr; }
  .steps > .i { transform: rotate(90deg); justify-self: center; }
  .cards, .notes { grid-template-columns: 1fr; }
  .server-panel { flex-direction: column; }
  .scope { width: auto; }
}

@media (max-width: 900px) {
  :root { --gutter: 24px; }
  .nav .wrap { padding-block: 16px; }
  .nav-right { gap: 20px; }
  .nav-right a:not(.btn) { display: none; }
  .hero .wrap { padding-block: 56px 64px; gap: 44px; }
  .hero h1 { font-size: 44px; letter-spacing: -1.6px; }
  .hero-sub { font-size: 16px; }
  .usps { grid-template-columns: 1fr; gap: 28px; }
  .usp { padding: 0; }
  .usp + .usp { border-left: 0; border-top: 1px solid var(--border-soft); padding-top: 28px; }
  .section .wrap { padding-block: 64px; gap: 40px; }
  .section-head h2 { font-size: 30px; letter-spacing: -.8px; }
  .leads { grid-template-columns: 1fr; }
  .more { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .split > hr { width: 100%; height: 1px; }
  .cta .wrap { padding-block: 64px 72px; }
  .cta-panel { padding: 40px 24px 36px; border-radius: 20px; }
  .cta-panel h2 { font-size: 32px; letter-spacing: -1px; }
  .dl-head .wrap { padding-block: 56px 40px; }
  .dl-head h1 { font-size: 40px; letter-spacing: -1.2px; }
  .strip { grid-template-columns: 1fr; gap: 24px; }
  .strip > div { padding: 0; }
  .strip > div + div { border-left: 0; border-top: 1px solid var(--border-soft); padding-top: 24px; }
  .footer-top { flex-direction: column; gap: 40px; }
  .footer-cols { gap: 48px; }
}

@media (max-width: 480px) {
  :root { --gutter: 16px; }
  .hero h1 { font-size: 36px; }
  .btn-hero, .btn-cta { width: 100%; }
  .card { padding: 24px; }
}
