@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #0c0612;
  --bg-elevated: #140a1a;
  --card: #1a0f22;
  --text: #f4eef8;
  --muted: #a898b8;
  --accent: #e94d8c;
  --accent2: #c9a6ff;
  --line: #3d2848;
  --max: 1080px;
  --radius-nav: 10px;
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}
a { color: var(--accent2); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }

.container { width: min(100% - 2rem, var(--max)); margin-inline: auto; }

header {
  background: rgba(12, 6, 18, 0.92);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 100;
  overflow: visible;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  gap: 1rem;
  flex-wrap: wrap;
}
.nav-links {
  display: flex;
  gap: 0.35rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.nav-links > a[href] {
  color: var(--muted);
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-nav);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-decoration: none;
}
.nav-links > a[href]:hover {
  color: var(--text);
  background: rgba(61, 40, 72, 0.55);
  text-decoration: none;
}
.lang-selector { display: inline-flex; flex-shrink: 0; margin-left: 4px; }
.lang-btn {
  display: inline-flex; align-items: center; gap: 6px;
  color: var(--muted);
  padding: 0.42rem 0.7rem;
  border-radius: var(--radius-nav);
  font-size: 0.875rem;
  font-weight: 500;
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.lang-btn:hover { color: var(--text); background: rgba(61, 40, 72, 0.55); border-color: rgba(61, 40, 72, 0.9); }
.lang-flag { font-size: 1.1em; line-height: 1; }
.lang-code { font-weight: 600; color: var(--muted); }
.lang-chevron { transition: transform 0.2s; flex-shrink: 0; }
.lang-btn[aria-expanded="true"] .lang-chevron { transform: rotate(180deg); }
.lang-panel {
  background: var(--card); border: 1px solid var(--line); border-radius: 12px;
  padding: 6px; min-width: 11rem;
  box-shadow: 0 12px 32px rgba(0,0,0,.5);
  z-index: 99999;
  flex-direction: column; gap: 2px;
}
.lang-panel .lang-item {
  display: flex; align-items: center; gap: 8px;
  padding: 8px 10px; border-radius: 8px;
  font-size: 0.85rem; color: var(--muted);
  text-decoration: none; transition: background 0.12s, color 0.12s;
  background: transparent; border: none;
}
.lang-panel .lang-item:hover { background: rgba(255,255,255,0.06); color: var(--text); text-decoration: none; }
.lang-panel .lang-active { background: rgba(233,77,140,0.1); color: var(--accent2); font-weight: 600; }
.lang-panel .lang-active:hover { background: rgba(233,77,140,0.15); }
.lang-label { flex: 1; }
.lang-code-sm { font-size: 0.75rem; opacity: 0.5; font-weight: 600; }
.logo {
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--text);
  letter-spacing: -0.02em;
  text-decoration: none;
}
.logo:hover { text-decoration: none; opacity: 0.92; }
.logo span { color: var(--accent); }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero { padding: 2.5rem 0 1.5rem; position: relative; }
.hero-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 880px) {
  .hero-split {
    grid-template-columns: 1fr minmax(240px, 34%);
    gap: 2.5rem;
  }
}
.hero-main { position: relative; z-index: 1; max-width: 36rem; }
.hero-hook {
  color: var(--muted);
  font-size: 1.125rem;
  line-height: 1.55;
  margin: 0 0 1.5rem;
  max-width: 32rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
  margin-top: 0.25rem;
}
.hero-ghost {
  color: var(--accent2);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.hero-ghost:hover {
  text-decoration: none;
  border-bottom-color: var(--accent2);
}
.hero-device {
  display: flex;
  justify-content: center;
  pointer-events: none;
}
@media (min-width: 880px) {
  .hero-device { justify-content: flex-end; }
}
.hero-device-frame {
  width: 140px;
  max-width: 140px;
  aspect-ratio: 9 / 16;
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid rgba(201, 166, 255, 0.25);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.4),
    0 16px 40px rgba(0, 0, 0, 0.4),
    0 0 50px rgba(233, 77, 140, 0.1);
  background: #060308;
  position: relative;
}
.hero-device-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* Compact stat rail (replaces text walls) */
.stat-rail {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 0.65rem;
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
}
.stat-rail li {
  flex: 1 1 auto;
  min-width: 6.5rem;
  max-width: 10rem;
  text-align: center;
  padding: 0.85rem 0.75rem;
  background: rgba(20, 10, 28, 0.85);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.stat-rail .stat-num {
  display: block;
  font-size: clamp(1.35rem, 3.5vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  background: linear-gradient(90deg, #fff, #d4b8f0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@supports not (background-clip: text) {
  .stat-rail .stat-num { color: var(--text); background: none; }
}
.stat-rail .stat-label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  color: var(--muted);
}

.btn-xl {
  padding: 0.95rem 1.85rem;
  font-size: 1rem;
  border-radius: 999px;
  box-shadow: 0 10px 36px rgba(233, 77, 140, 0.28);
}
.btn-xl:hover {
  box-shadow: 0 12px 40px rgba(233, 77, 140, 0.38);
}

.hero .kicker {
  display: inline-block; font-size: .7rem; text-transform: uppercase;
  letter-spacing: .12em; color: var(--accent2);
  background: rgba(201,166,255,.1); border: 1px solid rgba(201,166,255,.22);
  border-radius: 999px; padding: .28rem .8rem; margin-bottom: 1rem;
  font-weight: 600;
}
.hero h1 {
  font-size: clamp(2.35rem, 6vw, 3.25rem);
  line-height: 1.02;
  margin: 0 0 0.75rem;
  max-width: 100%;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.hero p:not(.hero-hook) {
  color: var(--muted);
  max-width: 38rem;
  font-size: 1.0625rem;
  margin: 0;
  font-weight: 400;
}
.btns { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.btn {
  display: inline-block; padding: .7rem 1.25rem; border-radius: 10px;
  border: 1px solid var(--line); background: #241830; color: var(--text);
  font-weight: 700; font-size: .95rem; transition: background .15s;
}
.btn:hover { background: #2d1f3c; text-decoration: none; }
.btn.primary {
  background: linear-gradient(90deg, #e94d8c, #a855f7);
  border: 0; color: #fff;
}
.btn.primary:hover { opacity: .92; }

.section { padding: 1.5rem 0 2.5rem; }
.section h2 { font-size: clamp(1.25rem, 2vw, 1.5rem); margin: 0 0 .5rem; font-weight: 700; letter-spacing: -0.02em; }
.section-sub { color: var(--muted); margin: 0 0 1.25rem; }
.section-sub a { font-weight: 600; }
.section-sub.compact { margin-bottom: 0.6rem; font-size: 0.8125rem; opacity: 0.92; }
.home-screens { padding-top: 0.25rem; }
.home-screens .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1rem;
  margin-bottom: 0.35rem;
}
.home-screens .section-hint {
  font-size: 0.8rem;
  color: var(--muted);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.section-cta { margin: 1.25rem 0 0; text-align: center; }
.section-cta .btn { margin-inline: 0.25rem; }

.grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card {
  background: linear-gradient(180deg, #1f1228, #160f1c);
  border: 1px solid var(--line); border-radius: 14px;
  padding: 1.2rem 1.25rem; display: flex; flex-direction: column; gap: .5rem;
}
.card h3 { margin: 0; font-size: 1.05rem; }
.card p { color: var(--muted); margin: 0; font-size: .9rem; flex: 1; }
.card-link { margin-top: .5rem; font-size: .88rem; font-weight: 600; }

footer {
  border-top: 1px solid var(--line);
  padding: 2.5rem 0 2rem;
  color: var(--muted);
  font-size: 0.875rem;
  margin-top: 3rem;
  background: linear-gradient(180deg, transparent, rgba(20, 10, 26, 0.4));
}
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 2rem; }
.footer-col h4 { color: var(--text); margin: 0 0 0.65rem; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.06em; }
.footer-col:not(.footer-brand) h4 { text-transform: uppercase; }
.footer-brand h4 {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
}
.footer-brand h4 span { color: var(--accent); }
.footer-col a { display: block; color: var(--muted); margin-bottom: 0.4rem; font-size: 0.875rem; text-decoration: none; }
.footer-col a:hover { color: var(--text); text-decoration: none; }
.footer-brand p { font-size: 0.8125rem; color: var(--muted); margin: 0.35rem 0 0; line-height: 1.5; }
.footer-bottom { margin-top: 1.5rem; border-top: 1px solid var(--line); padding-top: 1rem; }

.legal-intro { padding-bottom: 0; }
.legal-intro h1 { margin: 0; font-size: clamp(1.5rem, 2.5vw, 2rem); }
.legal-body { max-width: 800px; color: var(--muted); }
.legal-body h2 { color: var(--text); font-size: 1.15rem; margin-top: 1.75rem; }
.legal-body h2:first-of-type { margin-top: .5rem; }
.legal-body p { margin: 0 0 1rem; }
.legal-body ul { margin: 0 0 1rem; padding-left: 1.25rem; }
.legal-body li { margin: .35rem 0; }
.legal-body .meta { color: var(--muted); font-size: .9rem; margin-bottom: 1.25rem; }
.legal-back { margin-top: 2rem; margin-bottom: 0; }

/* App interface / screenshots */
.app-interface-hero .hero-lead { max-width: 720px; }
.inline-code {
  font-family: ui-monospace, "Cascadia Code", Consolas, monospace;
  font-size: .88em;
  background: rgba(201, 166, 255, .1);
  border: 1px solid rgba(201, 166, 255, .25);
  padding: .12rem .4rem;
  border-radius: 6px;
  color: var(--accent2);
}
.locale-pills {
  display: flex; flex-wrap: wrap; gap: .45rem;
  margin-top: 1.25rem; align-items: center;
}
.locale-pill {
  font-size: .72rem; font-weight: 700; letter-spacing: .06em;
  padding: .35rem .65rem; border-radius: 999px;
  border: 1px solid var(--line); color: var(--muted);
  background: rgba(36, 24, 48, .65);
}
.locale-pill.is-active {
  border-color: rgba(233, 77, 140, .55);
  color: var(--text);
  background: rgba(233, 77, 140, .15);
}
.section.spotlight { padding-top: .5rem; }
.spotlight-layout {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
  align-items: start;
}
.spotlight-shot { margin: 0; }
.spotlight-copy { color: var(--muted); font-size: .98rem; }
.spotlist { margin: 0; padding-left: 1.2rem; }
.spotlist li { margin: .5rem 0; }
/* Carousel: fixed phone width = correct 9:16 without eating the viewport */
.screen-carousel {
  display: flex;
  gap: 0.85rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0.25rem;
  padding: 0.5rem 0 1rem;
  margin: 0 -0.25rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}
.screen-carousel::-webkit-scrollbar {
  height: 6px;
}
.screen-carousel::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 99px;
}
.screen-carousel .phone-shot {
  flex: 0 0 auto;
  width: 120px;
  scroll-snap-align: start;
}
@media (min-width: 480px) {
  .screen-carousel .phone-shot { width: 130px; }
}
@media (min-width: 720px) {
  .screen-carousel .phone-shot { width: 140px; }
}

/* Docs page: modest grid, capped tiles */
.screen-gallery--docs {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  align-items: start;
  justify-items: center;
}
.screen-gallery--docs .phone-shot {
  width: 100%;
  max-width: 228px;
}

.phone-shot {
  margin: 0;
  background: linear-gradient(165deg, #1f1228 0%, #120a18 100%);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 4px 4px 0;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
  transition: border-color 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
.phone-shot:hover {
  border-color: rgba(201, 166, 255, 0.3);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.phone-shot a {
  display: block;
  border-radius: 7px;
  overflow: hidden;
  line-height: 0;
  background: #08050c;
  width: 100%;
  aspect-ratio: 9 / 16;
  position: relative;
}
.phone-shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: top center;
}
.phone-shot .shot-caption {
  margin: 0;
  padding: 0.3rem 0;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-align: center;
}
.phone-shot.is-highlight {
  border-color: rgba(233, 77, 140, 0.4);
}

.spotlight-shot.phone-shot {
  max-width: 100px;
  width: 100px;
  margin-inline: auto;
}
@media (min-width: 720px) {
  .spotlight-shot.phone-shot { margin-inline: 0; }
}
@media (max-width: 719px) {
  .spotlight-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .hero { padding-top: 2.5rem; }
}

/* ===== HOME PAGE ===== */

body.home-page {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(201, 166, 255, 0.08), transparent 50%),
    radial-gradient(ellipse at 80% 0%, rgba(233, 77, 140, 0.1), transparent 40%),
    var(--bg);
}

.home-page .nav-cta {
  background: rgba(233, 77, 140, 0.12);
  border: 1px solid rgba(233, 77, 140, 0.25);
  color: var(--text) !important;
}
.home-page .nav-cta:hover {
  background: rgba(233, 77, 140, 0.22);
}

/* -- Text color accents -- */
.home-page .section h2 {
  background: linear-gradient(90deg, var(--text), var(--accent2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@supports not (background-clip: text) {
  .home-page .section h2 { color: var(--text); background: none; }
}
.home-page .feat h3 {
  color: var(--text);
}
.home-page .split-copy h2,
.home-page .cta-band h2 {
  background: linear-gradient(90deg, var(--text), var(--accent));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@supports not (background-clip: text) {
  .home-page .split-copy h2,
  .home-page .cta-band h2 { color: var(--text); background: none; }
}

/* -- Hero -- */
.home-page .hero {
  padding: 3rem 0 2rem;
}
.home-page .hero-split {
  gap: 2rem;
}
@media (min-width: 880px) {
  .home-page .hero-split {
    grid-template-columns: 1.2fr minmax(140px, 0.45fr);
    gap: 2.5rem;
  }
}
.home-page .hero h1 {
  font-size: clamp(2.2rem, 5.5vw, 3.5rem);
  line-height: 1.05;
  margin-bottom: 0.85rem;
}
.home-page .hero-sub {
  color: #d0c3de;
  font-size: 1.02rem;
  line-height: 1.6;
  max-width: 34rem;
  margin: 0 0 1.25rem;
}
.home-page .hero-actions {
  margin-bottom: 1rem;
}
.btn-icon {
  display: inline-block;
  vertical-align: -0.15em;
  margin-right: 0.35rem;
}

/* Hero pills */
.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.2rem;
}
.pill {
  display: inline-block;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid var(--line);
  color: var(--muted);
  background: rgba(20, 12, 28, 0.7);
}
.pill-accent {
  border-color: rgba(233, 77, 140, 0.4);
  color: #ffadd2;
  background: rgba(233, 77, 140, 0.1);
}

/* Hero device mockup - COMPACT */
.home-page .hero-visual {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  pointer-events: auto;
}
@media (min-width: 880px) {
  .home-page .hero-visual {
    justify-content: flex-end;
    padding-top: 0.5rem;
  }
}
.home-page .hero-device {
  position: relative;
  display: flex;
  justify-content: center;
  pointer-events: auto;
}
.home-page .hero-device-frame {
  width: 120px;
  max-width: 120px;
  aspect-ratio: 9 / 16;
  border-radius: 16px;
  overflow: hidden;
  border: 2px solid rgba(201, 166, 255, 0.2);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.3),
    0 10px 28px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(233, 77, 140, 0.08);
  background: #060308;
  position: relative;
  z-index: 2;
}
.home-page .hero-device-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.hero-device-glow {
  position: absolute;
  inset: -20%;
  background: radial-gradient(circle, rgba(233, 77, 140, 0.1), transparent 65%);
  z-index: 1;
  pointer-events: none;
}

/* -- Feature grid (3 cols, compact) -- */
.feat-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 820px) {
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .feat-grid { grid-template-columns: 1fr; }
}
.feat {
  position: relative;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(201, 166, 255, 0.1);
  background: linear-gradient(180deg, rgba(26, 15, 34, 0.95), rgba(14, 9, 20, 0.97));
}
.feat h3 {
  margin: 0 0 0.3rem;
  font-size: 0.92rem;
}
.feat p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}
.feat-icon {
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}
.feat-icon svg {
  width: 16px;
  height: 16px;
}
.feat-icon-pink {
  background: rgba(233, 77, 140, 0.14);
  border: 1px solid rgba(233, 77, 140, 0.25);
  color: #ff8fbc;
}
.feat-icon-purple {
  background: rgba(201, 166, 255, 0.1);
  border: 1px solid rgba(201, 166, 255, 0.2);
  color: var(--accent2);
}
.feat-tag {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: 0.58rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(233, 77, 140, 0.15);
  border: 1px solid rgba(233, 77, 140, 0.3);
  color: #ffadd2;
}

/* -- Experience split -- */
.experience-section {
  padding-top: 0.5rem;
}
.split-panel {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  grid-template-columns: 100px minmax(0, 1fr);
  padding: 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(201, 166, 255, 0.12);
  background: linear-gradient(180deg, rgba(26, 15, 34, 0.95), rgba(14, 9, 20, 0.97));
}
.split-copy h2 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
}
.split-copy p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.9rem;
}
.split-visual {
  display: flex;
  justify-content: center;
}
.spotlight-shot.phone-shot {
  max-width: 120px;
}
.bullet-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
  font-size: 0.85rem;
}
.bullet-list li {
  margin: 0.3rem 0;
}
.bullet-list li::marker {
  color: var(--accent);
}

/* -- Home screenshots (thumbnail size, forced small) -- */
.home-page .home-screens {
  padding-top: 0.75rem;
}
.home-page .screen-carousel {
  padding-top: 0.5rem;
  gap: 0.5rem;
}
.home-page .screen-carousel .phone-shot {
  width: 88px;
  max-width: 88px;
}
@media (min-width: 520px) {
  .home-page .screen-carousel .phone-shot { width: 96px; max-width: 96px; }
}
@media (min-width: 860px) {
  .home-page .screen-carousel .phone-shot { width: 105px; max-width: 105px; }
}

/* -- CTA band -- */
.cta-section {
  padding-top: 1rem;
}
.cta-band {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 1.35rem;
  border-radius: 18px;
  border: 1px solid rgba(233, 77, 140, 0.2);
  background: linear-gradient(135deg, rgba(35, 20, 48, 0.96), rgba(14, 8, 20, 0.98));
}
.cta-band h2 {
  margin: 0.35rem 0 0.35rem;
  font-size: clamp(1.2rem, 3vw, 1.75rem);
  line-height: 1.1;
}
.cta-band p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.cta-actions {
  display: flex;
  align-items: center;
}

/* -- Responsive -- */
@media (max-width: 719px) {
  .split-panel,
  .cta-band {
    grid-template-columns: 1fr;
  }
  .cta-actions {
    justify-content: flex-start;
  }
}
@media (max-width: 620px) {
  .home-page .hero {
    padding-top: 2.5rem;
  }
  .home-page .hero-device-frame {
    width: 100px;
    max-width: 100px;
  }
}
