:root {
  --purple: #a808c8;
  --purple-bright: #c03de0;
  --blue: #1e4f9c;
  --blue-btn: #2a5fad;
  --text: #222;
  --muted: #555;
  --bg: #f5f6f8;
  --white: #fff;
  --line: #e2e4e8;
  --max: 1100px;
  --font: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --heading-font: "Fugaz One", Impact, "Arial Black", sans-serif;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  font-size: 16px;
}
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; height: auto; display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 18px; }

.preview-banner {
  background: #3d2a5c;
  color: #e9d5ff;
  text-align: center;
  font-size: 13px;
  padding: 8px 12px;
}


/* Section headings — match header title wordmark style (Racing Sans One ≈ logo) */
.section h2,
.feature .text h3,
.howto h3 {
  font-family: var(--heading-font);
}

.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 3px rgba(0,0,0,.04);
}
/* Header: icon + stretched title row, nav sub-row beneath */
.header-stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  padding: 14px 18px;
  box-sizing: border-box;
}
.brand-logo, #logo {
  width: 100%;
  max-width: none;
  display: block;
}
.brand-link {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-decoration: none;
  color: #a808c8;
}
.brand-link:hover {
  text-decoration: none;
  color: #a808c8;
}
.brand-icon {
  width: 96px;
  height: 96px;
  border-radius: 22px;
  flex-shrink: 0;
  display: block;
}
/* Title grows to fill space beside icon; locked aspect (contain, no distortion) */
.brand-title-img {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  height: auto;
  aspect-ratio: 430 / 60;
  object-fit: contain;
  object-position: left center;
  display: block;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding-left: calc(96px + 16px); /* sit under the title, not under the icon */
}
.nav-links a { color: var(--text); text-decoration: none; }
.nav-links a:hover { color: var(--purple); }
.nav-links .play {
  background: #34a853;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
}
@media (max-width: 549px) {
  .header-stack { padding: 10px 18px; gap: 8px; }
  .brand-icon { width: 72px; height: 72px; border-radius: 16px; }
  .brand-title-img { max-height: 72px; height: auto; }
  .brand-link { gap: 10px; }
  .nav-links { padding-left: calc(72px + 10px); font-size: 12px; gap: 8px 14px; }
}

.hero {
  background: linear-gradient(180deg, #fff 0%, #f0eef5 100%);
  padding: 48px 0 40px;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.hero h1 {
  margin: 0 0 12px;
  font-family: var(--heading-font);
  font-size: 2rem;
  color: var(--purple);
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  word-spacing: -0.12em;
  text-align: center;
}
@media (min-width: 768px) {
  .hero h1 { font-size: 2.25rem; }
}
.hero p {
  color: var(--muted);
  margin: 0 auto 20px;
  max-width: 640px;
  font-size: 1.5rem; /* 50% larger than 16px body */
  line-height: 1.5;
}
.hero p.hero-lines {
  text-align: center;
}
.hero-phones {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.hero-phones img {
  height: 280px;
  width: auto;
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
}

.section {
  padding: 48px 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}
.section.alt { background: #faf9fc; }
.section h2 {
  margin: 0 0 10px;
  font-size: 1.65rem;
  color: var(--purple);
  text-align: center;
}
.section .lead {
  text-align: center;
  color: var(--muted);
  max-width: 720px;
  margin: 0 auto 28px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.feature {
  display: grid;
  gap: 28px;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.feature .text {
  text-align: center;
}
@media (min-width: 768px) {
  .feature { grid-template-columns: 1fr 1fr; }
  .feature.flip .text { order: 2; }
  .feature.flip .shot { order: 1; }
}
.feature .text h3 {
  margin: 0 0 8px;
  font-size: 1.35rem;
  color: var(--purple);
}
.feature .text p {
  color: var(--muted);
  margin: 0 0 16px;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
.feature .text h3 {
  text-align: center;
}

.feature .text h3.feature-heading-lg {
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  word-spacing: -0.12em;
  text-align: center;
}
@media (min-width: 768px) {
  .feature .text h3.feature-heading-lg { font-size: 2.25rem; }
}


/* Fleet section title: balanced size, capitals, left-aligned (other section h2s stay centred) */
.section h2.fleet-heading {
  font-size: 2rem;
  text-transform: none;
  letter-spacing: -0.02em;
  word-spacing: -0.12em;
  text-align: center;
  font-weight: 400;
}
@media (min-width: 768px) {
  .section h2.fleet-heading { font-size: 2.25rem; }
}
.feature .text p.feature-main {
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 10px;
}
.feature .text p.feature-sub {
  color: var(--muted);
  margin: 0 0 16px;
}

.shot {
  display: flex;
  justify-content: center;
}
.shot img {
  max-height: 420px;
  width: auto;
  border-radius: 6px;
  box-shadow: 0 6px 24px rgba(0,0,0,.1);
}

.btn-download {
  display: inline-block;
  background: var(--blue-btn);
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 4px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .04em;
  text-decoration: none !important;
}
.btn-download:hover { background: var(--blue); }
.btn-outline {
  display: inline-block;
  border: 2px solid var(--purple);
  color: var(--purple) !important;
  padding: 10px 18px;
  border-radius: 99px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none !important;
}
.btn-outline:hover { background: var(--purple); color: #fff !important; }

.cta-center { text-align: center; margin-top: 8px; }

.hub-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  max-width: 900px;
  margin: 0 auto;
}
.hub-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  text-decoration: none !important;
  color: var(--text);
  transition: box-shadow .15s;
}
.hub-card:hover { box-shadow: 0 4px 16px rgba(107,45,155,.15); }
.hub-card img {
  height: 180px;
  width: auto;
  margin: 0 auto 10px;
  border-radius: 4px;
}
.hub-card span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: var(--purple);
}

.page { padding: 36px 0 56px; background: var(--white); min-height: 50vh; }
.page h1 { color: var(--purple); margin-top: 0; font-size: 1.9rem; }
.page h2 { color: var(--purple); font-size: 1.25rem; margin-top: 28px; }
.page p, .page li { color: var(--muted); }
.page ol, .page ul { padding-left: 1.25rem; }
.howto {
  display: grid;
  gap: 16px;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #faf9fc;
}
@media (min-width: 700px) {
  .howto { grid-template-columns: 140px 1fr; }
}
.howto img {
  max-height: 260px;
  margin: 0 auto;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.howto h3 { margin: 0 0 8px; color: var(--purple); }

.site-footer {
  background: #2a2a2e;
  color: #bbb;
  padding: 36px 0 28px;
  font-size: 14px;
}
.site-footer a { color: #ddd; }
.site-footer .cols {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin-bottom: 20px;
}
.site-footer h4 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 6px; }
.foot-note { border-top: 1px solid #444; padding-top: 16px; font-size: 13px; color: #999; }

.fleet-art img { width: 100%; height: auto; display: block; background: #6BCFE8; }

.fleet-stage {
  max-width: 900px;
  margin: 0 auto;
  background: #6BCFE8;
  border: 1px solid #3AA8C4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0,0,0,.08);
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
}
#fleet-canvas {
  display: block;
  width: 100%;
  height: auto;
  background: #6BCFE8;
  touch-action: none;
}
.fleet-controls {
  display: block;
  padding: 8px 0 10px;
  background: #4FB8D0;
  border-top: 1px solid #3AA8C4;
}
.fleet-controls button {
  width: 36px;
  height: 36px;
  border: 1px solid #a808c8;
  background: #fff;
  color: #a808c8;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.fleet-scrub {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 6px;
  width: 100%;
  margin: 0;
  min-width: 0;
}
.fleet-scrub span {
  font-size: 39px;
  font-weight: 600;
  color: #8B9493;
  width: 100%;
  line-height: 1.1;
  white-space: nowrap;
  text-align: center;
  display: block;
}
.fleet-scrub input[type="range"] {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  accent-color: #a808c8;
  box-sizing: border-box;
}


.store-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 8px 0 4px;
}
.feature .store-row { justify-content: flex-start; }
.btn-apple { background: #111 !important; }
.btn-apple:hover { background: #000 !important; }

.store-badge {
  display: inline-block;
  line-height: 0;
  text-decoration: none !important;
}
.store-badge img {
  display: block;
  height: 40px;
  width: auto;
}
.btn-waitlist { background: #a808c8 !important; }
.btn-waitlist:hover { filter: brightness(1.08); background: #a808c8 !important; }
.nav-links .store {
  background: #111;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
}
.nav-links .waitlist {
  background: #a808c8;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 12px;
}


.section h2.howto-heading {
  font-family: var(--heading-font);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  word-spacing: -0.12em;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section h2.howto-heading { font-size: 2.25rem; }
}
