:root {
  --black: #000000;
  --gray: #555555;
  --maroon: #531B1B;
  --maroon-bright: #B03333;
  --maroon-glow: rgba(83, 27, 27, 0.4);
  --white: #FFFFFF;

  --text-main: rgba(255, 255, 255, 0.95);
  --text-sub: rgba(255, 255, 255, 0.68);
  --text-3: rgba(255, 255, 255, 0.42);

  --glass-bg: rgba(255, 255, 255, 0.045);
  --glass-bg-hover: rgba(255, 255, 255, 0.07);
  --glass-border: rgba(255, 255, 255, 0.12);
  --glass-border-hover: rgba(255, 255, 255, 0.22);

  --radius: 16px;
  --radius-sm: 10px;
}

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

html, body {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  font-family: 'Poppins', 'Inter', 'Segoe UI', sans-serif;
  color: var(--text-main);
  background:
    radial-gradient(ellipse 900px 620px at 14% 18%, rgba(83, 27, 27, 0.52), transparent 56%),
    radial-gradient(ellipse 660px 440px at 90% 8%, rgba(85, 85, 85, 0.28), transparent 58%),
    radial-gradient(ellipse 520px 380px at 78% 88%, rgba(83, 27, 27, 0.14), transparent 62%),
    linear-gradient(160deg, #000000 0%, #080808 50%, #101010 100%);
  position: relative;
  overflow-x: hidden;
}

/* ── Background orbs ─────────────────────────────────────────────────────── */

.bg-orb {
  position: fixed;
  pointer-events: none;
  filter: blur(72px);
  z-index: 0;
  border-radius: 50%;
}

.bg-orb-a {
  width: 380px;
  height: 380px;
  background: rgba(83, 27, 27, 0.38);
  top: 10%;
  right: 4%;
}

.bg-orb-b {
  width: 280px;
  height: 280px;
  background: rgba(85, 85, 85, 0.24);
  bottom: 8%;
  left: 6%;
}

.bg-orb-c {
  width: 240px;
  height: 240px;
  background: rgba(255, 255, 255, 0.055);
  top: 52%;
  right: 34%;
}

.bg-orb-d {
  width: 320px;
  height: 320px;
  background: rgba(83, 27, 27, 0.16);
  bottom: 22%;
  right: 18%;
}

/* ── Layout ──────────────────────────────────────────────────────────────── */

.wrap {
  width: min(1200px, 92vw);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ── Topbar ──────────────────────────────────────────────────────────────── */

.topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  transition: background 0.35s ease, border-color 0.35s ease, backdrop-filter 0.35s ease;
}

.topbar.scrolled {
  background: rgba(0, 0, 0, 0.82);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.brand-mark {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.brand-accent {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--maroon-bright);
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(176, 51, 51, 0.6);
}

.brand-logo-img {
  height: 28px;
  width: auto;
  display: block;
}

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

.top-link {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 4px 0;
  transition: color 0.2s ease;
  border: none;
  background: none;
}

.top-link:hover {
  color: rgba(255, 255, 255, 0.95);
}

.btn-nav-cta {
  padding: 9px 18px;
  font-size: 0.82rem;
}

/* ── Sections ────────────────────────────────────────────────────────────── */

.section-block {
  margin-top: 88px;
}

/* ── Eyebrow ─────────────────────────────────────────────────────────────── */

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.hero-eyebrow {
  margin-bottom: 20px;
}

.eyebrow-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(83, 27, 27, 0.28);
  border: 1px solid rgba(176, 51, 51, 0.38);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

/* ── Hero ────────────────────────────────────────────────────────────────── */

.hero {
  padding: 80px 0 80px;
}

h1, .hero-title {
  margin: 0;
  max-width: 960px;
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 700;
}

.text-accent {
  background: linear-gradient(110deg, #ffffff 0%, #B03333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Shine sweep — fires once on scroll into view via JS .shine-active */
.text-shine {
  background: linear-gradient(
    90deg,
    #ffffff 0%, #ffffff 20%,
    #cc3333 46%, #ff7070 50%, #cc3333 54%,
    #ffffff 80%, #ffffff 100%
  );
  background-size: 400% 100%;
  background-position: 100% center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-shine.shine-active {
  animation: textShineSweep 1.8s 0.1s ease-out forwards;
}
@keyframes textShineSweep {
  from { background-position: 100% center; }
  to   { background-position: 0% center; }
}

.hero-sub {
  margin: 22px 0 0;
  max-width: 720px;
  color: var(--text-sub);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.7;
  font-weight: 400;
}

.hero-proof-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  flex-wrap: wrap;
}

.proof-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 500;
}

.proof-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #5bd08a;
  box-shadow: 0 0 6px rgba(91, 208, 138, 0.7);
  animation: pulseDot 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes pulseDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(0.82); }
}

.proof-sep {
  color: rgba(255, 255, 255, 0.22);
}

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

/* ── Buttons ─────────────────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 999px;
  padding: 12px 22px;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  border: none;
}

.btn-primary {
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--white);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(255, 255, 255, 0.18);
}

.btn-ghost {
  background: transparent;
  color: var(--text-main);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.05);
}

/* ── Cards grid ──────────────────────────────────────────────────────────── */

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

/* ── Glass surfaces ──────────────────────────────────────────────────────── */

.glass-card,
.glass-panel {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.glass-card {
  padding: 26px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.glass-card:hover {
  transform: translateY(-5px);
  border-color: var(--glass-border-hover);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

/* ── Card icon ───────────────────────────────────────────────────────────── */

.card-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(83, 27, 27, 0.22);
  border: 1px solid rgba(176, 51, 51, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.78);
}

.glass-card h2 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.glass-card p {
  margin: 0;
  color: var(--text-sub);
  line-height: 1.7;
  font-size: 0.92rem;
}

/* ── App spotlight ───────────────────────────────────────────────────────── */

.spotlight-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  padding: 40px 44px;
  border-color: rgba(83, 27, 27, 0.6);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 40px 100px rgba(0, 0, 0, 0.45);
  position: relative;
  align-items: center;
}

.featured::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.28;
  pointer-events: none;
  animation: featuredPulse 3s ease-in-out infinite;
}

@keyframes featuredPulse {
  0%, 100% { opacity: 0.18; }
  50% { opacity: 0.38; }
}

.spotlight-title {
  margin: 0 0 12px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.spotlight-desc {
  margin: 0;
  color: var(--text-sub);
  line-height: 1.7;
  font-size: 0.98rem;
}

.featured-bullets {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.featured-bullets li {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
}

.featured-bullets li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--maroon-bright);
  opacity: 0.8;
  flex-shrink: 0;
}

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

/* ── App mockup ──────────────────────────────────────────────────────────── */

.app-mockup {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 32px 80px rgba(0, 0, 0, 0.5);
}

.mockup-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.025);
}

.mockup-dots {
  display: flex;
  gap: 5px;
}

.mockup-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
}

.mockup-title-bar {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.36);
  letter-spacing: 0.03em;
  font-weight: 500;
}

.mockup-body {
  padding: 10px;
  display: grid;
  gap: 3px;
}

.mockup-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: background 0.2s;
}

.mockup-row-active {
  background: rgba(83, 27, 27, 0.22);
  border-color: rgba(176, 51, 51, 0.3);
}

.mockup-row-done {
  opacity: 0.55;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.dot-live {
  background: #5bd08a;
  box-shadow: 0 0 7px rgba(91, 208, 138, 0.75);
  animation: dotPulse 1.6s ease-in-out infinite;
}

.dot-pending {
  background: rgba(255, 255, 255, 0.32);
}

.dot-done {
  background: rgba(255, 255, 255, 0.18);
}

@keyframes dotPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.mockup-row-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.row-name {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-time {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.4);
}

.row-badge {
  padding: 3px 9px;
  border-radius: 5px;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.badge-live {
  background: rgba(91, 208, 138, 0.14);
  color: #5bd08a;
  border: 1px solid rgba(91, 208, 138, 0.28);
}

.badge-scheduled {
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.badge-done {
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

/* ── Why section ─────────────────────────────────────────────────────────── */

.why-header {
  margin-bottom: 40px;
}

.why-header h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.why-points {
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.why-point {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 24px;
  align-items: start;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.why-num {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #B03333;
  line-height: 1;
  padding-top: 2px;
}

.why-point p {
  margin: 0;
  color: var(--text-sub);
  line-height: 1.75;
  font-size: 1rem;
}

/* ── Roadmap ─────────────────────────────────────────────────────────────── */

.roadmap-header {
  margin-bottom: 36px;
}

.roadmap-header h2 {
  margin: 0 0 10px;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.roadmap-sub {
  margin: 0;
  max-width: 560px;
  color: var(--text-sub);
  line-height: 1.65;
  font-size: 0.98rem;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.roadmap-card h3 {
  margin: 10px 0 8px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.roadmap-card p {
  margin: 0;
  color: var(--text-sub);
  font-size: 0.88rem;
  line-height: 1.65;
}

.coming-badge {
  display: inline-flex;
  padding: 3px 11px;
  border-radius: 999px;
  background: rgba(83, 27, 27, 0.28);
  border: 1px solid rgba(176, 51, 51, 0.35);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

/* ── Custom work ─────────────────────────────────────────────────────────── */

.custom-work {
  margin-top: 88px;
  margin-bottom: 72px;
  display: flex;
  justify-content: center;
}

.custom-work-card {
  display: grid;
  gap: 12px;
  max-width: 820px;
  margin: 0 auto;
  padding: 32px;
}

.custom-work-card h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.custom-work-card p {
  margin: 0;
  color: var(--text-sub);
  line-height: 1.7;
  font-size: 0.95rem;
}

.custom-work-card .btn {
  width: fit-content;
  margin-top: 4px;
}

/* ── Footer ──────────────────────────────────────────────────────────────── */

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  padding: 52px 0 40px;
}

.footer-brand {
  flex: 0 0 auto;
  max-width: 220px;
}

.footer-brand-mark {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  margin-bottom: 12px;
}

.footer-tagline {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.38);
  line-height: 1.65;
}

.footer-links {
  display: flex;
  gap: 52px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col-title {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 2px;
}

.footer-link {
  color: rgba(255, 255, 255, 0.58);
  text-decoration: none;
  font-size: 0.84rem;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 18px 0 28px;
  color: rgba(255, 255, 255, 0.28);
  font-size: 0.78rem;
}

/* ── Skip link (ADA) ─────────────────────────────────────────────────────── */

.skip-link {
  position: absolute;
  top: -120px;
  left: 16px;
  z-index: 99999;
  background: var(--maroon-bright);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: top 0.15s ease;
}

.skip-link:focus { top: 16px; }

/* ── Focus rings — visible for keyboard, hidden for mouse ────────────────── */

*:focus { outline: none; }

a:focus-visible,
button:focus-visible,
select:focus-visible,
textarea:focus-visible,
input:focus-visible,
[tabindex="0"]:focus-visible {
  outline: 2px solid var(--maroon-bright);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ── Cookie consent banner ───────────────────────────────────────────────── */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99998;
  background: rgba(8, 8, 8, 0.96);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px 32px;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: transform 0.3s ease;
}

.cookie-banner.cookie-hidden {
  transform: translateY(110%);
  pointer-events: none;
}

.cookie-banner-text {
  flex: 1;
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.65;
  min-width: 240px;
  margin: 0;
}

.cookie-banner-text a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  align-items: center;
}

.cookie-btn {
  font-family: inherit;
  font-size: 0.84rem;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 7px;
  cursor: pointer;
  transition: opacity 0.15s ease, background 0.15s ease, border-color 0.15s ease;
  line-height: 1;
}

.cookie-btn-accept {
  background: var(--white);
  color: var(--black);
  border: 1px solid var(--white);
}

.cookie-btn-accept:hover { opacity: 0.88; }

.cookie-btn-decline {
  background: transparent;
  color: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.cookie-btn-decline:hover {
  border-color: rgba(255, 255, 255, 0.34);
  color: rgba(255, 255, 255, 0.88);
}

/* ── Legal pages ─────────────────────────────────────────────────────────── */

.legal-main {
  padding: 48px 0 88px;
}

.legal-panel {
  padding: 44px 52px;
  max-width: 860px;
}

.legal-panel h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  margin: 0 0 8px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.legal-effective {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.38);
  margin: 0 0 36px;
}

.legal-body {
  color: var(--text-sub);
  line-height: 1.78;
  font-size: 0.94rem;
}

.legal-body h2 {
  font-size: 0.96rem;
  font-weight: 700;
  color: var(--text-main);
  margin: 32px 0 8px;
  letter-spacing: -0.01em;
}

.legal-body p {
  margin: 0 0 14px;
}

.legal-body ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.legal-body li {
  margin-bottom: 6px;
}

.legal-body strong {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 600;
}

.legal-body a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 920px) {
  .section-block { margin-top: 56px; }
  .custom-work { margin-top: 56px; margin-bottom: 52px; }

  .grid-three { grid-template-columns: 1fr; }
  .roadmap-grid { grid-template-columns: 1fr; }

  .spotlight-panel {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    gap: 32px;
  }

  .spotlight-right { display: none; }

  .why-point {
    grid-template-columns: 56px 1fr;
    gap: 16px;
  }

  .why-num { font-size: 1.6rem; }

  .footer-inner {
    flex-direction: column;
    gap: 32px;
    padding: 40px 0 28px;
  }

  .footer-links { gap: 32px; flex-wrap: wrap; }

  .hero { padding: 56px 0 56px; }
}

@media (max-width: 560px) {
  .hero-proof-bar { display: none; }
  .topbar-inner { padding: 16px 0; }
  .top-nav { gap: 16px; }
  .btn-nav-cta { display: none; }
  .cookie-banner { padding: 16px 20px; }
  .cookie-banner-actions { width: 100%; justify-content: flex-end; }
  .legal-panel { padding: 28px 24px; }
}

/* ── Reduced motion ──────────────────────────────────────────────────────── */

@media (prefers-reduced-motion: reduce) {
  .proof-pulse,
  .dot-live,
  .featured::after {
    animation: none;
  }

  .glass-card,
  .btn {
    transition: none;
  }
}

/* ── Contact page ────────────────────────────────────────────────────────── */

.contact-main {
  min-height: calc(100vh - 190px);
  display: grid;
  place-items: center;
  padding: 40px 0 72px;
}

.contact-panel {
  width: min(740px, 92vw);
  padding: 36px;
}

.contact-panel h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.contact-panel > p {
  color: var(--text-sub);
  margin: 0 0 26px;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--text-main);
  font-size: 0.88rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-main);
  padding: 12px 14px;
  font: inherit;
  font-size: 0.92rem;
  transition: border-color 0.2s ease;
}

.contact-form textarea { min-height: 160px; resize: vertical; }

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.38);
}

.form-feedback {
  min-height: 22px;
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-sub);
}

.form-feedback.success { color: #5bd08a; }
.form-feedback.error { color: #f28a8a; }

/* ── Hero two-column layout ─────────────────────────────────────────────── */

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 96px 0 64px;
}

.hero-body {
  display: flex;
  flex-direction: column;
}

.hero-body .hero-title { max-width: none; }
.hero-body .hero-sub   { max-width: none; }

.hero-visual {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hero-mockup {
  width: 100%;
  border-radius: 14px;
  background: rgba(12, 20, 38, 0.72);
  border: 1px solid rgba(255,255,255,0.1);
  overflow: hidden;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.05) inset;
}

/* Trust strip (proof bar as standalone section) */
.hero-proof-bar {
  margin-top: 0;
  padding: 18px 0 36px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  margin-bottom: 8px;
}

/* ── Roadmap email capture ───────────────────────────────────────────────── */

.roadmap-capture {
  margin-top: 52px;
  text-align: center;
}

.roadmap-capture-label {
  font-size: 0.95rem;
  color: var(--text-sub);
  margin: 0 0 16px;
}

.roadmap-form-row {
  display: flex;
  gap: 10px;
  max-width: 480px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.roadmap-input {
  flex: 1;
  min-width: 180px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: var(--text-main);
  padding: 12px 16px;
  font: inherit;
  font-size: 0.92rem;
  transition: border-color 0.2s ease;
}

.roadmap-input::placeholder { color: var(--text-3); }

.roadmap-input:focus {
  outline: none;
  border-color: rgba(255,255,255,0.35);
}

.roadmap-feedback {
  margin: 10px 0 0;
  min-height: 20px;
  font-size: 0.84rem;
  color: var(--text-sub);
  text-align: center;
}

.roadmap-feedback.success { color: #5bd08a; }
.roadmap-feedback.error   { color: #f28a8a; }

/* ── Footer custom work microcopy ───────────────────────────────────────── */

.footer-custom-work {
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 20px 0;
}

.custom-work-micro {
  margin: 0;
  font-size: 0.80rem;
  color: var(--text-3);
  line-height: 1.6;
  text-align: center;
}

.custom-work-micro a {
  color: rgba(255,255,255,0.42);
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,0.2);
  transition: color 0.2s;
}

.custom-work-micro a:hover { color: var(--text-sub); }

/* ── Mobile sticky CTA ──────────────────────────────────────────────────── */

.mobile-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(8, 4, 4, 0.96);
  border-top: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(12px);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.mobile-sticky-cta.visible {
  transform: translateY(0);
}

.btn-full { width: 100%; justify-content: center; }

/* ── A/B variant B: hero subhead swap ───────────────────────────────────── */

[data-ab-hero="b"] .hero-sub { display: none; }
[data-ab-hero="b"] .hero-sub[data-ab-variant-b] {
  display: block;
  margin: 22px 0 0;
  color: var(--text-sub);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.7;
  font-weight: 400;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 72px 0 48px;
  }

  .hero-visual { justify-content: center; }
  .hero-mockup { max-width: 100%; }

  .mobile-sticky-cta { display: block; }
}

@media (max-width: 560px) {
  .hero { padding: 56px 0 40px; }
  .roadmap-form-row { flex-direction: column; }
  .roadmap-input { min-width: 0; }
}
