:root {
  --bg: #111111;
  --bg-soft: #171717;
  --card: #1b1b1b;
  --text: #ffffff;
  --muted: #c6c6c6;
  --silver: #b3b3b3;
  --line: rgba(255, 255, 255, 0.08);
  --accent: #f97316;
  --accent-2: #ea580c;
  --accent-soft: rgba(249, 115, 22, 0.12);
  --glow: 0 0 0 1px rgba(249, 115, 22, 0.08), 0 18px 42px rgba(0, 0, 0, 0.3);
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
  --shadow-hover: 0 24px 54px rgba(0, 0, 0, 0.38);
  --radius: 22px;
  --radius-lg: 26px;
  --radius-sm: 18px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.08), transparent 20%),
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.03), transparent 18%),
    linear-gradient(180deg, #0f1115 0%, #111318 42%, #151a21 100%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--max), calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(17, 17, 17, 0.84);
  border-bottom: 1px solid var(--line);
}

.nav-wrap {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.brand-header { display: inline-flex; align-items: center; }
.brand-header-logo { height: 48px; width: auto; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--silver);
  font-size: 0.95rem;
}

.site-nav a,
.footer-links a,
.contact-card a {
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.site-nav a:hover,
.footer-links a:hover {
  color: var(--text);
  transform: translateY(-1px);
}

.contact-card a:hover { color: #ffffff; }

.nav-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 1.6rem;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 62px;
}

.pricing-card::after,
.final-cta-card::after {
  content: '';
  position: absolute;
  pointer-events: none;
  background-image: url('assets/OGOT_Icon_OSU.png');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.041;
  filter: grayscale(1) saturate(0.22) brightness(0.41) contrast(0.96) blur(1.7px);
  transform: rotate(-15deg);
  mix-blend-mode: screen;
}

.pricing-card::after {
  width: 340px;
  height: 340px;
  right: -90px;
  bottom: -90px;
}

.final-cta-card::after {
  width: 360px;
  height: 360px;
  left: -100px;
  bottom: -120px;
}

.hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 75% 35%, rgba(249, 115, 22, 0.08), transparent 28%),
    radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.035), transparent 24%),
    linear-gradient(135deg, #0f1115 0%, #12161c 45%, #171b22 100%);
}

.hero-grid,
.two-column,
.card-grid,
.pain-grid,
.footer-grid { display: grid; }

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 40px;
  align-items: center;
}

.hero-copy,
.hero-visual,
.section-heading,
.footer-grid > div { min-width: 0; }
.hero-copy { max-width: 760px; }

.hero-visual {
  display: grid;
  gap: 18px;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
}

.hero-visual-sales {
  grid-template-columns: 1.1fr 0.72fr;
  align-items: center;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

h1, h2, h3, h4 {
  margin: 0;
  color: var(--text);
  letter-spacing: -0.03em;
  text-wrap: balance;
}

h1 {
  max-width: 11.4ch;
  margin-bottom: 16px;
  font-size: clamp(2.8rem, 6vw, 5.2rem);
  line-height: 0.94;
}

h1 span { display: block; }

h2 {
  max-width: 18ch;
  margin-bottom: 12px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.03;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.16rem;
  line-height: 1.24;
}

.hero-text,
.hero-trust,
.section-text,
.pain-closing,
.feature-card p,
.why-card p,
.contact-card p,
.pricing-card p,
.site-footer p,
.footer-links a,
.operator-list li,
.pain-item,
.founder-copy,
.solo-line,
.solo-copy,
.hero-phone-caption,
.phone-slide span,
.carousel-dot-label {
  margin: 0;
  color: var(--muted);
  font-size: 0.99rem;
  line-height: 1.65;
  text-wrap: pretty;
}

.hero-text,
.hero-trust,
.section-text,
.contact-text,
.pricing-note,
.final-cta-card .section-text,
.founder-copy,
.solo-line,
.solo-copy,
.hero-phone-caption {
  max-width: 62ch;
}

.hero-trust,
.pain-closing,
.solo-line,
.hero-phone-caption,
.phone-slide.is-active span,
.carousel-dot-label { color: #ededed; }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  row-gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 56px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover { transform: translateY(-2px); }
.button-primary {
  background: linear-gradient(135deg, #ff8a2a, var(--accent));
  color: #2c1204;
  box-shadow: 0 18px 32px rgba(249, 115, 22, 0.26);
}
.button-secondary {
  background: rgba(35, 35, 35, 0.9);
  border-color: var(--line);
  color: var(--text);
}

.hero-badge-wrap,
.hero-phone-card,
.dashboard-card,
.feature-card,
.why-card,
.pricing-card,
.contact-card,
.final-cta-card,
.founder-card,
.pain-item,
.operator-list li,
.carousel-shell {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(29, 29, 29, 0.98), rgba(18, 18, 18, 0.98));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-badge-wrap,
.hero-phone-card,
.dashboard-card,
.feature-card,
.why-card,
.founder-card,
.carousel-shell { border-radius: var(--radius); }
.pricing-card,
.contact-card,
.final-cta-card { border-radius: var(--radius-lg); }
.pain-item,
.operator-list li,
.hero-phone-image,
.lightbox-image,
.phone-slide img { border-radius: var(--radius-sm); }

.premium-card,
.hero-badge-wrap,
.dashboard-card,
.hero-phone-card,
.carousel-shell { box-shadow: var(--glow); }

.hero-badge-wrap::before,
.hero-phone-card::before,
.dashboard-card::before,
.feature-card::before,
.why-card::before,
.pricing-card::before,
.contact-card::before,
.final-cta-card::before,
.founder-card::before,
.pain-item::before,
.operator-list li::before,
.carousel-shell::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.hero-badge-wrap:hover,
.hero-phone-card:hover,
.dashboard-card:hover,
.feature-card:hover,
.why-card:hover,
.pricing-card:hover,
.contact-card:hover,
.final-cta-card:hover,
.founder-card:hover,
.pain-item:hover,
.operator-list li:hover,
.carousel-shell:hover {
  border-color: rgba(249, 115, 22, 0.24);
  box-shadow: var(--shadow-hover);
}

.hero-badge-wrap,
.dashboard-card,
.why-card,
.pricing-card,
.contact-card,
.final-cta-card,
.founder-card,
.hero-phone-card { padding: 28px; }

.hero-badge-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-badge-logo {
  width: min(100%, 240px);
  max-height: 260px;
  object-fit: contain;
  margin: 0 auto;
}

.hero-phone-card { transform: rotate(-2deg); }
.hero-phone-card-primary {
  order: 1;
}
.hero-badge-supporting {
  order: 2;
  max-width: 200px;
  margin-inline: auto 0;
  padding: 18px;
}
.hero-phone-image {
  width: 100%;
  max-width: 330px;
  max-height: 520px;
  height: auto;
  object-fit: contain;
  object-position: center center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111111;
  margin: 0 auto;
}

.hero-phone-caption {
  margin-top: 14px;
  font-weight: 700;
  text-align: center;
}

.section { padding: 78px 0; overflow-x: clip; }
.section-alt { background: rgba(255, 255, 255, 0.015); }
.section-heading { max-width: 840px; margin-bottom: 30px; }
.section-heading.compact { margin-bottom: 22px; }
.section-heading.compact h2 { max-width: 20ch; }

.product-showcase {
  padding: 72px 0;
  overflow: hidden;
}

.showcase-heading {
  text-align: left;
  margin-bottom: 28px;
}

.carousel-shell {
  position: relative;
  width: min(100%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  padding: 12px 0 18px;
}

.phone-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: calc((100vw - 310px) / 2);
  padding: 12px calc((100vw - 310px) / 2) 18px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.phone-track::-webkit-scrollbar {
  display: none;
}

.phone-slide {
  flex: 0 0 auto;
  width: clamp(252px, 23vw, 310px);
  scroll-snap-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  opacity: 0.55;
  filter: blur(5px);
  transform: scale(0.9);
  transition: transform 220ms ease, opacity 220ms ease, filter 220ms ease;
}

.phone-slide.is-active {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
  z-index: 2;
}

.phone-slide img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 30px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.48);
  background: #111111;
}

.phone-slide span {
  display: block;
  margin-top: 14px;
  text-align: center;
  font-weight: 800;
  color: #ffffff;
  font-size: 0.96rem;
  line-height: 1.3;
}

.carousel-arrow {
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
  background: rgba(17,17,17,0.75);
  color: white;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.carousel-prev { left: 24px; }
.carousel-next { right: 24px; }

.carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  min-height: 24px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
}

.carousel-dot.is-active {
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12);
}

.carousel-dot-label {
  margin-left: 8px;
  font-size: 0.9rem;
  font-weight: 700;
}

.pain-section { padding-top: 34px; }
.pain-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.pain-item {
  min-height: 118px;
  padding: 24px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.28;
  text-wrap: balance;
  border-radius: 22px;
  border: 1px solid rgba(249, 115, 22, 0.22);
  background: linear-gradient(180deg, rgba(31, 36, 46, 0.96), rgba(18, 20, 25, 0.98));
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.pain-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: radial-gradient(circle at top center, rgba(249, 115, 22, 0.10), transparent 55%);
}

.pain-item span {
  display: block;
  max-width: 24ch;
  margin: 0 auto;
}

.pain-closing { max-width: 64ch; margin-top: 22px; }

.card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 22px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.feature-card h3 { min-height: 2.8em; }
.feature-card p { flex: 1; min-width: 0; }

.two-column {
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: stretch;
}

.operator-list,
.footer-links {
  display: grid;
  gap: 12px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.operator-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 60px;
  padding: 14px 16px;
  color: #f4f4f5;
  font-weight: 700;
  line-height: 1.45;
  background: rgba(255, 255, 255, 0.03);
}

.solo-copy { margin-bottom: 18px; }
.solo-line { margin-top: 18px; font-weight: 700; }

.why-card h3 {
  max-width: 16ch;
  margin-bottom: 12px;
  line-height: 1.15;
}

.why-card-stack {
  align-self: start;
  padding-bottom: 22px;
}

.why-points {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.why-point {
  padding: 14px 14px 14px 16px;
  border-left: 3px solid var(--accent);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
}

.why-point h4 {
  margin: 0 0 6px;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.25;
  color: #ffffff;
}

.why-point p {
  margin: 0;
  text-align: left;
}

.why-card p + p,
.contact-card p + p,
.pricing-card p + p,
.founder-copy + .founder-copy { margin-top: 12px; }

.pricing-wrap {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.pricing-card {
  width: min(100%, 520px);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  isolation: isolate;
}

.pricing-card h2,
.contact-card h2,
.final-cta-card h2,
.founder-card h2 {
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}

.founder-heading h2 {
  margin-left: 0;
  margin-right: 0;
}

.price-line { margin: 18px auto 10px; }
.price-stack {
  display: grid;
  gap: 6px;
  margin: 10px auto 16px;
  align-items: center;
}

.price-amount {
  font-size: clamp(3rem, 6vw, 4.3rem);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.pricing-value-anchor {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 16px auto 18px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(249, 115, 22, 0.35);
  background: rgba(249, 115, 22, 0.10);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
  text-align: center;
  line-height: 1.25;
}

.pricing-note {
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
}

.founder-section { padding-top: 34px; }
.founder-section-light {
  background: linear-gradient(180deg, #eef2f6 0%, #e7edf3 100%);
}
.founder-section-light .eyebrow,
.founder-section-light h2,
.founder-section-light h3,
.founder-section-light .founder-copy,
.founder-section-light .founder-close {
  color: #111318;
}
.founder-section-light .eyebrow {
  color: var(--accent);
}
.founder-card {
  max-width: 900px;
  margin: 0 auto;
}
.founder-section-light .founder-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(242,246,250,0.98));
  border-color: rgba(17, 19, 24, 0.08);
  box-shadow: 0 18px 42px rgba(16, 24, 36, 0.12);
}
.founder-copy { max-width: 70ch; }
.founder-close { color: #ededed; font-weight: 700; }
.founder-section-light .founder-close {
  color: #111318;
}

.final-cta-card,
.contact-card {
  width: min(100%, 920px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 34px;
}

.final-cta-card {
  isolation: isolate;
}

.final-cta-card .section-text {
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

.contact-card .contact-text {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18px;
}

.early-access-form {
  display: grid;
  gap: 16px;
  width: min(100%, 720px);
  margin: 0 auto;
  text-align: left;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.early-access-form label {
  display: grid;
  gap: 8px;
  color: #f2f2f2;
  font-size: 0.92rem;
  font-weight: 700;
}

.early-access-form label span {
  line-height: 1.35;
}

.early-access-form input {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  font: inherit;
}

.early-access-form input:focus {
  outline: 2px solid rgba(249, 115, 22, 0.45);
  outline-offset: 1px;
  border-color: rgba(249, 115, 22, 0.4);
}

.form-button {
  margin: 6px auto 0;
}

.form-honeypot {
  position: absolute;
  left: -9999px;
}

.contact-trust,
.contact-secondary {
  margin-top: 14px;
}

.contact-card a {
  display: inline-block;
  color: #fb923c;
  font-size: 1.05rem;
  font-weight: 800;
  word-break: break-word;
}

.footer-badge-logo {
  width: min(100%, 180px);
  margin: 0 auto 16px;
}

.footer-badge-small {
  width: 96px;
  margin: 0 0 14px;
}

.site-footer {
  padding: 30px 0 20px;
  overflow-x: clip;
}

.footer-grid {
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: start;
}

.footer-grid > div:first-child { max-width: 320px; }
.footer-brand,
.footer-grid h4 { color: var(--text); font-weight: 800; }
.footer-brand { margin-bottom: 8px; font-size: 1.15rem; line-height: 1.2; }

.footer-links { margin-top: 12px; gap: 8px; }
.footer-links li { margin: 0; }
.footer-links a {
  display: inline-block;
  color: var(--muted);
  line-height: 1.45;
  opacity: 0.96;
}

.footer-bottom {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}

.footer-bottom p {
  margin: 0;
  color: var(--silver);
  opacity: 0.95;
}

.lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.lightbox.open { display: flex; }
.lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
}

.lightbox-content {
  position: relative;
  z-index: 1;
  width: min(92vw, 980px);
  max-height: 88vh;
  padding: 12px;
}

.lightbox-image {
  display: block;
  width: 100%;
  max-height: 84vh;
  margin: 0 auto;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111111;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.92);
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
}

.button:focus-visible,
.site-nav a:focus-visible,
.footer-links a:focus-visible,
.contact-card a:focus-visible,
.lightbox-close:focus-visible,
.phone-slide:focus-visible,
.carousel-arrow:focus-visible,
.carousel-dot:focus-visible {
  outline: 2px solid rgba(249, 115, 22, 0.55);
  outline-offset: 2px;
}

@media (max-width: 1080px) {
  .hero-grid,
  .two-column { grid-template-columns: 1fr; }
  .hero-visual-sales {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .card-grid,
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child,
  .section-heading h2,
  .pricing-card h2,
  .contact-card h2,
  .final-cta-card h2,
  .founder-card h2,
  .feature-card h3,
  .hero-phone-card { max-width: none; }
}

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

  .nav-toggle { display: inline-block; }
  .brand-header-logo { height: 40px; }

  .site-nav {
    display: none;
    position: absolute;
    top: 72px;
    right: 16px;
    left: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: rgba(20, 20, 20, 0.98);
  }

  .site-nav.open { display: flex; }

  .hero-grid,
  .two-column,
  .card-grid,
  .pain-grid,
  .footer-grid { grid-template-columns: 1fr; }

  .hero { padding-top: 42px; }

  h1,
  h2,
  .section-heading.compact h2,
  .pricing-card h2,
  .contact-card h2,
  .final-cta-card h2,
  .founder-card h2,
  .why-card h3,
  .hero-copy h1 span:last-child,
  .feature-card h3 { max-width: none; }

  h1 { line-height: 1.02; }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .button,
  .pricing-button,
  .final-cta-card .button {
    width: 100%;
    min-width: 0;
  }

  .hero-badge-wrap,
  .dashboard-card,
  .why-card,
  .pricing-card,
  .contact-card,
  .final-cta-card,
  .founder-card,
  .hero-phone-card {
    padding: 22px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .carousel-shell {
    padding: 16px 0 28px;
  }

  .carousel-arrow {
    display: none;
  }

  .phone-track {
    gap: 18px;
    scroll-padding-inline: 8vw;
    padding-inline: 8vw;
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .phone-slide {
    width: 78vw;
    max-width: 320px;
  }

  .phone-slide img,
  .hero-phone-image {
    max-width: 100%;
    max-height: 560px;
    object-fit: contain;
    height: auto;
  }

  .feature-card h3,
  .operator-list li { min-height: 0; }

  .pain-item {
    min-height: 92px;
  }

  .footer-bottom { text-align: center; }
  .lightbox-content { width: min(94vw, 760px); }
  .lightbox-close { top: 14px; right: 14px; }
}

@media (max-width: 420px) {
  .hero-copy h1 span:first-child,
  .hero-copy h1 span:nth-child(2) { white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .site-nav a,
  .footer-links a,
  .contact-card a,
  .hero-badge-wrap,
  .dashboard-card,
  .feature-card,
  .why-card,
  .pricing-card,
  .contact-card,
  .final-cta-card,
  .founder-card,
  .pain-item,
  .operator-list li,
  .hero-phone-card,
  .phone-slide,
  .lightbox,
  .phone-track {
    transition: none;
    scroll-behavior: auto;
  }
}

@supports not (object-fit: contain) {
  .phone-slide img,
  .hero-phone-image,
  .lightbox-image { height: auto; }
}

@supports not (overflow: clip) {
  .section,
  .site-footer,
  .hero-phone-card,
  .carousel-shell,
  .phone-track { overflow-x: hidden; }
}
