:root {
  --ink: #111316;
  --ink-soft: #1b1e22;
  --paper: #f4f2ed;
  --white: #fff;
  --yellow: #ffd000;
  --green: #087f5b;
  --muted: #74736f;
  --line: rgba(17, 19, 22, .13);
  --max: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-number {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  margin-bottom: 26px;
  text-transform: uppercase;
}
h1, h2 { font-family: Syne, sans-serif; }

.site-header {
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: var(--white);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.header-inner { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; min-height: 82px; }
.brand { align-items: center; display: flex; font-weight: 800; gap: 12px; }
.brand img { border-radius: 10px; height: 42px; width: 42px; }
.desktop-nav { display: flex; gap: 32px; }
.desktop-nav a { color: rgba(255,255,255,.65); font-size: 13px; font-weight: 600; transition: color .2s; }
.desktop-nav a:hover { color: var(--white); }
.header-inner > .button { justify-self: end; }

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  display: inline-flex;
  font-size: 14px;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  transition: transform .25s var(--ease), background .25s;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-large { min-height: 64px; padding: 0 30px; }
.button-yellow { background: var(--yellow); color: var(--ink); }
.button-outline { border-color: rgba(255,255,255,.25); color: var(--white); }
.button-outline:hover { background: rgba(255,255,255,.08); }
.button svg { height: 18px; width: 18px; }

.hero {
  background: var(--ink);
  color: var(--white);
  min-height: 850px;
  overflow: hidden;
  padding: 172px 0 0;
  position: relative;
}
.hero::after {
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 74px 74px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.hero-glow {
  background: var(--yellow);
  border-radius: 50%;
  filter: blur(140px);
  height: 420px;
  opacity: .13;
  position: absolute;
  right: -120px;
  top: 40px;
  width: 420px;
}
.hero-grid { align-items: center; display: grid; gap: 100px; grid-template-columns: 1.15fr .85fr; position: relative; z-index: 2; }
.hero-grid > *,
.hero-copy { min-width: 0; }
.eyebrow { align-items: center; color: rgba(255,255,255,.55); display: flex; font-size: 11px; font-weight: 800; gap: 12px; letter-spacing: .14em; margin-bottom: 35px; text-transform: uppercase; }
.eyebrow span { background: var(--yellow); height: 2px; width: 32px; }
.hero h1 { font-size: clamp(56px, 7vw, 92px); letter-spacing: -.07em; line-height: .92; max-width: 780px; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero h1.hero-slogan {
  font-family: Manrope, sans-serif;
  font-size: clamp(46px, 5.2vw, 68px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: 1.04;
  max-width: 720px;
}
.hero h1.hero-slogan em {
  display: block;
  font-size: .68em;
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.08;
  margin-top: 18px;
}
.hero-lead { color: rgba(255,255,255,.67); font-size: 18px; margin: 38px 0; max-width: 590px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-trust { color: rgba(255,255,255,.48); display: flex; flex-wrap: wrap; font-size: 11px; font-weight: 700; gap: 24px; margin-top: 44px; text-transform: uppercase; }
.hero-trust span::before { color: var(--yellow); content: "●"; font-size: 7px; margin-right: 9px; vertical-align: 2px; }

.hero-phone-wrap {
  justify-self: center;
  max-width: 310px;
  position: relative;
  transform: rotate(3deg);
  width: 100%;
}
.hero-phone-shadow {
  background: rgba(0,0,0,.65);
  bottom: -32px;
  filter: blur(24px);
  height: 60px;
  left: 8%;
  position: absolute;
  right: 8%;
}
.hero-phone {
  background: linear-gradient(145deg, #42464c, #070809 65%);
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 45px;
  box-shadow: 0 45px 100px rgba(0,0,0,.48);
  padding: 10px;
  position: relative;
}
.hero-phone::after {
  background: #23262a;
  border-radius: 0 3px 3px 0;
  content: "";
  height: 68px;
  position: absolute;
  right: -4px;
  top: 145px;
  width: 4px;
}
.hero-phone-camera {
  background: #050607;
  border-radius: 20px;
  height: 22px;
  left: 50%;
  position: absolute;
  top: 19px;
  transform: translateX(-50%);
  width: 82px;
  z-index: 4;
}
.hero-phone-screen {
  aspect-ratio: 6/13;
  border-radius: 36px;
  overflow: hidden;
}
.hero-phone-screen img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-strip { align-items: center; color: rgba(255,255,255,.38); display: flex; font-size: 10px; font-weight: 800; gap: 28px; justify-content: center; letter-spacing: .12em; margin-top: 92px; min-height: 86px; position: relative; text-transform: uppercase; z-index: 2; }
.hero-strip i { background: rgba(255,255,255,.17); height: 1px; width: 54px; }

.intro { background: var(--yellow); }
.intro-grid { display: grid; gap: 90px; grid-template-columns: 1fr 1fr; }
.intro h2, .section-heading h2 { font-size: clamp(40px, 5vw, 64px); letter-spacing: -.055em; line-height: 1; }
.intro-text { font-size: 17px; padding-top: 44px; }
.intro-text p + p { border-top: 1px solid rgba(17,19,22,.2); margin-top: 28px; padding-top: 28px; }

.features { background: var(--paper); }
.section-heading { align-items: end; display: grid; gap: 90px; grid-template-columns: 1.3fr .7fr; margin-bottom: 64px; }
.section-heading > p { color: var(--muted); font-size: 15px; }
.feature-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, 1fr);
}
.feature-row {
  background: var(--white);
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  min-height: 190px;
  padding: 24px;
  position: relative;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.feature-row:nth-child(4),
.feature-row:nth-child(5) { grid-column: span 3; }
.feature-row:hover {
  background: var(--yellow);
  transform: translateY(-3px);
}
.feature-index { color: var(--muted); font-size: 11px; font-weight: 800; }
.feature-title {
  align-items: center;
  display: flex;
  gap: 14px;
  margin-top: auto;
}
.feature-mark {
  align-items: center;
  background: var(--ink);
  color: var(--yellow);
  display: flex;
  flex: 0 0 48px;
  font-family: Syne, sans-serif;
  font-size: 15px;
  font-weight: 800;
  height: 48px;
  justify-content: center;
}
.feature-row h3 { font-size: 18px; letter-spacing: -.03em; }
.feature-row p {
  color: var(--muted);
  font-size: 12px;
  margin: 16px 0 0 62px;
}
.feature-row:hover p,
.feature-row:hover .feature-index { color: rgba(17,19,22,.65); }
.feature-arrow {
  font-size: 17px;
  position: absolute;
  right: 22px;
  top: 20px;
}

.audience { background: var(--white); }
.audience-heading {
  align-items: end;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.25fr .75fr;
  margin-bottom: 72px;
}
.audience-heading h2 { font-size: clamp(42px, 5.5vw, 72px); letter-spacing: -.065em; line-height: .98; }
.audience-heading h2 em { color: #a09f9a; font-style: normal; }
.audience-heading > p { color: var(--muted); font-size: 15px; padding-bottom: 6px; }
.audience-grid { border: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.audience-card {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: 42px;
}
.driver-card { background: var(--yellow); }
.owner-card { background: var(--paper); border-left: 1px solid var(--line); color: var(--ink); }
.audience-top { align-items: center; display: flex; justify-content: space-between; }
.audience-no { color: rgba(17,19,22,.45); font-family: Syne, sans-serif; font-size: 12px; font-weight: 800; }
.audience-label { font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.audience-card h3 { font-family: Syne, sans-serif; font-size: clamp(36px, 4vw, 52px); letter-spacing: -.055em; line-height: 1.04; margin-top: 64px; }
.audience-card ul {
  margin-top: auto;
  padding-top: 48px;
  position: static;
  width: 100%;
}
.audience-card li { border-top: 1px solid var(--line); font-size: 13px; padding: 11px 0; }

.showcase { background: #d9dde0; overflow: hidden; }
.showcase-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: .72fr 1.28fr; }
.showcase h2 { font-size: clamp(44px, 5vw, 68px); letter-spacing: -.06em; line-height: .96; }
.showcase-copy > p:not(.section-number) { color: #5b626c; font-size: 15px; margin: 26px 0 50px; max-width: 420px; }
.slider-label { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; gap: 20px; padding: 20px 0; }
.slider-label > span { color: var(--muted); font-family: Syne; font-size: 34px; }
.slider-label strong { display: block; font-size: 15px; }
.slider-label small { color: var(--muted); display: block; font-size: 11px; margin-top: 3px; }
.slider-controls { display: flex; gap: 8px; margin-top: 22px; }
.slider-controls button { background: var(--white); border: 1px solid var(--line); cursor: pointer; font-size: 20px; height: 48px; transition: background .2s; width: 58px; }
.slider-controls button:hover { background: var(--yellow); }
.mockup-stage { justify-self: center; max-width: 390px; position: relative; width: 100%; }
.mockup-shadow {
  background: rgba(17,19,22,.2);
  bottom: -28px;
  filter: blur(24px);
  height: 50px;
  left: 10%;
  position: absolute;
  right: 10%;
}
.phone-device {
  background: linear-gradient(145deg, #30343a, #090a0c 65%);
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 52px;
  box-shadow: 0 44px 90px rgba(17,19,22,.2);
  padding: 12px;
  position: relative;
}
.phone-device::before,
.phone-device::after {
  background: #202328;
  content: "";
  position: absolute;
  right: -4px;
  width: 4px;
}
.phone-device::before { border-radius: 0 3px 3px 0; height: 74px; top: 150px; }
.phone-device::after { border-radius: 0 3px 3px 0; height: 42px; top: 246px; }
.phone-camera {
  background: #050607;
  border-radius: 20px;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 22px;
  transform: translateX(-50%);
  width: 96px;
  z-index: 5;
}
.phone-camera::after {
  background: #101a22;
  border: 2px solid #111820;
  border-radius: 50%;
  content: "";
  height: 7px;
  position: absolute;
  right: 10px;
  top: 7px;
  width: 7px;
}
.slides { aspect-ratio: 6/13; background: #fff; border-radius: 40px; overflow: hidden; position: relative; }
.slide { height: 100%; inset: 0; object-fit: cover; opacity: 0; position: absolute; transform: translateX(24px); transition: opacity .45s var(--ease), transform .45s var(--ease); width: 100%; }
.slide.active { opacity: 1; transform: none; z-index: 2; }
.slider-dots { display: flex; gap: 7px; justify-content: center; margin-top: 26px; }
.slider-dots button { background: rgba(17,19,22,.22); border: 0; border-radius: 50%; cursor: pointer; height: 7px; padding: 0; transition: all .25s; width: 7px; }
.slider-dots button.active { background: var(--ink); border-radius: 8px; width: 28px; }

.process { background: var(--yellow); }
.process .section-number,
.process .section-heading > p { color: rgba(17,19,22,.58); }
.process-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  position: relative;
}
.process-list::before {
  background: rgba(17,19,22,.24);
  content: "";
  height: 1px;
  left: 4%;
  position: absolute;
  right: 4%;
  top: 43px;
}
.process-list li {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(17,19,22,.12);
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 24px;
  position: relative;
  transition: transform .25s var(--ease), background .25s;
  z-index: 1;
}
.process-list li:first-child {
  background: var(--ink);
  color: var(--white);
}
.process-list li:hover { transform: translateY(-5px); }
.process-list span {
  align-items: center;
  background: var(--yellow);
  border: 5px solid var(--white);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  font-family: Syne, sans-serif;
  font-size: 11px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  margin-bottom: auto;
  width: 40px;
}
.process-list li:first-child span { border-color: var(--ink); }
.process-list strong {
  font-family: Syne, sans-serif;
  font-size: 19px;
  letter-spacing: -.03em;
  margin: 52px 0 9px;
}
.process-list p { color: var(--muted); font-size: 13px; }
.process-list li:first-child p { color: rgba(255,255,255,.55); }

.download { background: var(--ink); color: var(--white); }
.download .section-number { color: var(--yellow); }
.download-inner { align-items: end; display: flex; justify-content: space-between; gap: 50px; }
.download h2 { font-size: clamp(48px, 6vw, 76px); letter-spacing: -.06em; line-height: .98; }
.download .button span { font-size: 20px; }

footer { background: #090a0c; color: rgba(255,255,255,.45); font-size: 12px; padding: 28px 0; }
.footer-inner { align-items: center; display: flex; justify-content: space-between; }
footer a { color: var(--yellow); font-weight: 700; }

@media (max-width: 900px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 76px 0; }
  .desktop-nav { display: none; }
  .header-inner { grid-template-columns: 1fr auto; }
  .hero { min-height: auto; padding-top: 132px; }
  .hero-grid, .intro-grid, .section-heading, .audience-heading, .audience-grid, .showcase-grid { grid-template-columns: 1fr; gap: 50px; }
  .hero-phone-wrap { max-width: 270px; transform: rotate(1deg); }
  .hero-strip { gap: 12px; margin-top: 60px; overflow: hidden; justify-content: flex-start; white-space: nowrap; }
  .hero-strip i { min-width: 20px; }
  .intro-text { padding-top: 0; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-row,
  .feature-row:nth-child(4),
  .feature-row:nth-child(5) { grid-column: span 1; }
  .feature-row:last-child { grid-column: 1 / -1; }
  .owner-card { border-left: 0; border-top: 1px solid var(--line); }
  .audience-card { min-height: 480px; padding: 34px; }
  .audience-card ul { padding-top: 40px; }
  .showcase-copy { text-align: center; }
  .showcase-copy > p:not(.section-number) { margin-inline: auto; }
  .slider-controls { justify-content: center; }
  .mockup-stage { max-width: 520px; }
  .process-list { grid-template-columns: 1fr 1fr; }
  .process-list::before { display: none; }
  .download-inner { align-items: flex-start; flex-direction: column; }
}

@media (min-width: 901px) and (max-width: 1100px) {
  .hero-grid { gap: 54px; grid-template-columns: 1.1fr .9fr; }
  .hero h1 { font-size: 68px; }
  .section-heading,
  .audience-heading { gap: 48px; }
  .showcase-grid { gap: 54px; }
}

@media (max-width: 560px) {
  .brand span { display: none; }
  .header-inner > .button {
    max-width: 132px;
    min-height: 40px;
    padding-inline: 13px;
    white-space: nowrap;
    width: auto;
  }
  .hero h1 { font-size: 51px; }
  .hero h1.hero-slogan { font-size: 44px; }
  .hero-lead {
    font-size: 16px;
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-trust {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .hero-phone-wrap { margin-inline: auto; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-row,
  .feature-row:nth-child(4),
  .feature-row:nth-child(5),
  .feature-row:last-child {
    grid-column: auto;
    min-height: 172px;
  }
  .feature-title { gap: 12px; }
  .feature-mark { flex-basis: 42px; height: 42px; }
  .feature-row p { margin-left: 54px; }
  .audience-card h3 { margin-top: 48px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 210px; }
  .process-list strong { margin-top: 36px; }
  .download h2 { font-size: 43px; }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 24px), var(--max)); }
  .header-inner > .button { font-size: 11px; max-width: 112px; padding-inline: 10px; }
  .hero h1,
  .hero h1.hero-slogan { font-size: clamp(36px, 11vw, 41px); }
  .hero-trust { gap: 9px; }
  .audience-card { min-height: 455px; padding: 26px; }
  .audience-card ul { padding-top: 30px; }
  .audience-card h3 { font-size: 33px; }
  .phone-device { border-radius: 42px; padding: 9px; }
  .slides { border-radius: 34px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
