:root {
  --bg: #07111d;
  --bg-2: #0d1726;
  --surface: rgba(16, 22, 34, 0.88);
  --surface-strong: rgba(10, 18, 31, 0.96);
  --surface-soft: rgba(255, 255, 255, 0.04);
  --surface-warm: rgba(255, 216, 113, 0.08);
  --text: #f1f4f8;
  --muted: #b8c0cc;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(255, 216, 113, 0.2);
  --primary: #ffd35d;
  --primary-soft: #ffe29a;
  --accent: #9cc8ff;
  --danger-soft: rgba(255, 107, 107, 0.18);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max: 1200px;
  --tracking-tight: -0.03em;
  --tracking-heading: -0.04em;
  --tracking-label: 0.08em;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 216, 113, 0.12), transparent 26%),
    radial-gradient(circle at 100% 12%, rgba(156, 200, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #050d18 0%, #07111d 26%, #0d1726 100%);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
p {
  margin: 0;
}

code {
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.95em;
}

section[id] {
  scroll-margin-top: 92px;
}

section {
  padding: 60px 0;
}

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

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(5, 13, 24, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  letter-spacing: var(--tracking-tight);
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--primary-soft), var(--primary));
  color: #111418;
  box-shadow: 0 10px 26px rgba(255, 211, 93, 0.2);
  font-size: 20px;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: var(--muted);
  font-size: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(180deg, var(--primary-soft), var(--primary));
  color: #111418;
  box-shadow: 0 18px 42px rgba(255, 211, 93, 0.18);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.12);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 34px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 auto auto -14%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 216, 113, 0.16), transparent 66%);
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% 6% auto;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(156, 200, 255, 0.18), transparent 68%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
  gap: 30px;
  align-items: start;
}

.hero-copy {
  padding-top: 16px;
}

.eyebrow,
.floating-pill,
.stage-mini-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.eyebrow {
  margin-bottom: 18px;
}

.eyebrow::before,
.floating-pill::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 18px rgba(255, 211, 93, 0.75);
}

.floating-pill-spaced {
  margin-bottom: 12px;
}

h1 {
  max-width: 760px;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.96;
  letter-spacing: var(--tracking-heading);
}

h2 {
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1;
  letter-spacing: var(--tracking-heading);
}

.accent {
  color: var(--primary);
}

.hero-subtitle,
.copy,
.lead,
.section-head p {
  color: var(--muted);
  font-size: 18px;
}

.hero-subtitle {
  margin-top: 22px;
  max-width: 660px;
}

.hero-actions,
.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-actions-tight {
  margin-top: 0;
}

.microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.microcopy span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: var(--muted);
  font-size: 14px;
}

.hero-signal,
.workflow-visual,
.trust-panel,
.cta-box,
.card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(12, 20, 33, 0.96), rgba(9, 16, 28, 0.92));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.card {
  padding: 28px;
}

.hero-signal {
  padding: 24px;
  display: grid;
  gap: 18px;
  border-color: var(--line-strong);
}

.hero-signal-head {
  display: grid;
  gap: 12px;
}

.hero-signal-head strong,
.workflow-note strong {
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: var(--tracking-tight);
}

.hero-signal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.signal-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 216, 113, 0.1);
  border: 1px solid rgba(255, 216, 113, 0.18);
  display: grid;
  gap: 8px;
}

.signal-card-muted {
  background: var(--danger-soft);
  border-color: rgba(255, 107, 107, 0.2);
}

.signal-card small,
.benefit-icon {
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: var(--tracking-label);
}

.signal-card-muted small {
  color: #ffb3b3;
}

.signal-card strong {
  font-size: 18px;
  line-height: 1.32;
}

.stage-device-shell,
.feature-screen-shell {
  position: relative;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.stage-device-shell::before,
.feature-screen-shell::before {
  content: "";
  position: absolute;
  inset: auto -10% -18% auto;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 216, 113, 0.16), transparent 65%);
  pointer-events: none;
}

.shot-main,
.feature-screen-shell img {
  position: relative;
  z-index: 1;
  border-radius: 28px;
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  height: auto;
}

.shot-main {
  width: min(100%, 360px);
  justify-self: center;
  align-self: start;
}

.feature-screen-shell img {
  max-height: 520px;
  width: auto;
}

.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-head p {
  margin-top: 14px;
}




.workflow-grid,
.trust-stage,
.cta-box {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.problem-stage-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}


.solution-lead {
  display: grid;
  gap: 18px;
}



.trust-points {
  display: grid;
  gap: 14px;
}


.trust-point,

.step,
.audience,
.benefit {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.problem-line,
.trust-point,
.list-item,
.audience {
  line-height: 1.55;
}





.list-item {
  position: relative;
  padding-left: 54px;
}

.list-item::before {
  content: "✓";
  position: absolute;
  left: 18px;
  top: 18px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 216, 113, 0.16);
  color: var(--primary);
  font-weight: 800;
}

.list-item strong,
.step strong,
.audience strong,
.benefit strong {
  display: block;
  margin-bottom: 6px;
  font-size: 19px;
}

.benefits {
  display: grid;
  gap: 16px;
}

.benefits-editorial {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.benefits-editorial .benefit:nth-child(1),
.benefits-editorial .benefit:nth-child(2) {
  grid-column: span 3;
}

.benefits-editorial .benefit:nth-child(3),
.benefits-editorial .benefit:nth-child(4),
.benefits-editorial .benefit:nth-child(5) {
  grid-column: span 2;
}

.benefit {
  min-height: 220px;
  display: grid;
  align-content: start;
  gap: 10px;
  background: linear-gradient(180deg, rgba(20, 31, 48, 0.88), rgba(11, 18, 30, 0.95));
}

.benefits-editorial .benefit:nth-child(1) {
  background: linear-gradient(180deg, rgba(255, 216, 113, 0.12), rgba(17, 20, 24, 0.94));
  border-color: rgba(255, 216, 113, 0.22);
}

.benefits-editorial .benefit:nth-child(4) {
  background: linear-gradient(180deg, rgba(156, 200, 255, 0.12), rgba(17, 20, 24, 0.94));
}

.workflow-grid {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.workflow-copy {
  padding-right: 8px;
}

.workflow-visual {
  padding: 24px;
  display: grid;
  gap: 18px;
  border-color: var(--line-strong);
}

.workflow-note {
  display: grid;
  gap: 12px;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  position: relative;
  padding-left: 84px;
  background: linear-gradient(180deg, rgba(0, 28, 56, 0.76), rgba(12, 20, 33, 0.98));
}

.step-num {
  position: absolute;
  left: 22px;
  top: 22px;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, var(--primary-soft), var(--primary));
  color: #111418;
  font-weight: 800;
}

.lead-spaced {
  margin-top: 20px;
}

.trust-panel {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-content: start;
  background: linear-gradient(180deg, rgba(10, 18, 31, 0.98), rgba(0, 28, 56, 0.88));
  border-color: var(--line-strong);
}

.trust-panel h2,
.trust-panel .copy {
  position: relative;
  z-index: 1;
}

.trust-panel h2 {
  margin: -2px 0 0;
}

.trust-panel .copy {
  max-width: 780px;
  margin: 0;
}

.trust-panel::before {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -18%;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 216, 113, 0.14), transparent 70%);
}

.trust-points {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  max-width: 100%;
}

.trust-point strong {
  display: block;
  margin-bottom: 8px;
}

.mascot-trust {
  position: absolute;
  right: -24px;
  bottom: -24px;
  z-index: 0;
  max-height: 280px;
  width: auto;
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
  filter: saturate(0.9);
}

.audiences {
  display: grid;
  gap: 18px;
}

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

.audience {
  min-height: 220px;
  display: grid;
  align-content: start;
}

.audience-visual {
  gap: 18px;
  justify-items: center;
  background: linear-gradient(180deg, rgba(255, 216, 113, 0.1), rgba(12, 20, 33, 0.96));
  border-color: rgba(255, 216, 113, 0.18);
}

.audience-visual img {
  max-height: 220px;
  width: auto;
  height: auto;
}

.cta {
  padding-bottom: 80px;
}

.cta-box {
  grid-template-columns: minmax(0, 1.04fr) minmax(280px, 0.96fr);
  padding: 32px;
  border-color: var(--line-strong);
  background: linear-gradient(135deg, rgba(0, 28, 56, 0.96), rgba(10, 18, 31, 0.98));
}

.cta-box::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -50px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255, 216, 113, 0.2), transparent 64%);
}

.cta-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.cta-copy h2 {
  max-width: 740px;
}

.cta-copy .copy {
  margin-top: 16px;
}

.cta-copy .hero-actions-tight {
  margin-top: auto;
  padding-top: 28px;
}

.cta-box img {
  position: relative;
  z-index: 1;
  width: auto;
  height: auto;
  max-width: 340px;
  max-height: 340px;
  margin-left: auto;
  justify-self: end;
  align-self: end;
  filter: drop-shadow(0 26px 60px rgba(0, 0, 0, 0.36));
}

footer {
  padding: 0 0 30px;
  color: #aab2bf;
  font-size: 14px;
}

.footer-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  align-items: center;
}

.page-404 {
  min-height: 100vh;
}

.not-found {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.not-found-card {
  max-width: 760px;
  margin: 0 auto;
}

@media (max-width: 1100px) {

  .hero-grid,
  .problem-stage-grid,
  .workflow-grid,
  .trust-stage,
  .cta-box {
    grid-template-columns: 1fr;
  }

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

  .benefits-editorial .benefit:nth-child(1),
  .benefits-editorial .benefit:nth-child(2),
  .benefits-editorial .benefit:nth-child(5) {
    grid-column: span 2;
  }

  .benefits-editorial .benefit:nth-child(3),
  .benefits-editorial .benefit:nth-child(4) {
    grid-column: span 1;
  }

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

  .audience-visual {
    grid-column: span 2;
  }

  .trust-panel {
    min-height: auto;
  }

  .cta-box img {
    margin: 0 auto;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  section {
    padding: 52px 0;
  }

  .container {
    width: min(var(--max), calc(100% - 20px));
  }

  .nav-links {
    display: none;
  }

  .nav .btn {
    padding: 11px 14px;
    font-size: 13px;
    line-height: 1.15;
  }

  .hero {
    padding-top: 28px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-subtitle,
  .copy,
  .lead,
  .section-head p {
    font-size: 17px;
  }

  .hero-actions,
  .not-found-actions {
    flex-direction: column;
  }

  .hero-signal,
  .workflow-visual,
  .card,
  .cta-box {
    padding: 20px;
  }

  .hero-signal-grid,
  .audiences-editorial,
  .benefits-editorial {
    grid-template-columns: 1fr;
  }

  .benefits-editorial .benefit:nth-child(1),
  .benefits-editorial .benefit:nth-child(2),
  .benefits-editorial .benefit:nth-child(3),
  .benefits-editorial .benefit:nth-child(4),
  .benefits-editorial .benefit:nth-child(5),
  .audience-visual {
    grid-column: span 1;
  }

  .benefit {
    min-height: auto;
  }

  .step {
    padding-left: 20px;
    padding-top: 78px;
  }

  .step-num {
    left: 20px;
    top: 20px;
  }

  .hero-signal-head strong,
  .workflow-note strong,
  .honest-title {
    font-size: 24px;
  }

  .stage-device-shell,
  .feature-screen-shell {
    padding: 12px;
  }

  .shot-main {
    width: min(100%, 310px);
  }

  .feature-screen-shell img {
    max-height: 400px;
  }

  .trust-panel {
    min-height: auto;
    display: grid;
    gap: 18px;
    align-content: start;
    padding: 24px 20px;
  }

  .mascot-trust {
    right: -30px;
    bottom: -18px;
    max-height: 190px;
    opacity: 0.05;
  }

  .audience-visual img,
  .cta-box img {
    width: auto;
    max-width: 100%;
    max-height: 220px;
    margin: 0 auto;
  }
}
