:root {
  --ink: #16130E;
  --ink-soft: #221E17;
  --cream: #FAF6EE;
  --cream-deep: #F4EEE1;
  --white: #FFFFFF;
  --orange: #F2582B;
  --orange-dark: #C2431A;
  --peach: #FFE7DC;
  --sage: #E7EDE2;
  --sage-dark: #3D5B33;
  --muted: #5C574C;
  --muted-dark: #4A4539;
  --muted-light: #9A9284;
  --line: #E3DACA;
  --line-dark: #2E2921;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Schibsted Grotesk", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

a:hover {
  color: #E2511F;
}

button,
input,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

.sr-only,
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.content-inner,
.dark-inner,
.header-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#how-it-works,
#events,
#riders,
#drivers,
#safety,
#work {
  scroll-margin-top: 24px;
}

.site-header {
  background: var(--ink);
  border-bottom: 1px solid var(--line-dark);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 79px;
  padding: 22px 56px;
}

.brand,
.footer-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
}

.brand:hover,
.footer-brand:hover {
  color: inherit;
}

.brand-mark {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--orange);
  color: #FFF3EC;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.09em;
}

.brand-mark span {
  transform: translateX(-1px);
}

.brand-name {
  color: var(--cream);
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.primary-nav {
  display: flex;
  gap: 32px;
  color: var(--muted-light);
  font-size: 15px;
  font-weight: 500;
}

.primary-nav a,
.footer-nav a {
  color: var(--muted-light);
  transition: color 150ms ease;
}

.primary-nav a:hover,
.footer-nav a:hover {
  color: var(--cream);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.language-switcher {
  display: flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: var(--ink-soft);
}

.language-button {
  padding: 6px 11px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted-light);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.language-button.is-active {
  background: var(--orange);
  color: #FFF3EC;
}

.nav-cta {
  padding: 11px 20px;
  border-radius: 999px;
  background: var(--orange);
  color: #FFF3EC;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.nav-cta:hover {
  color: #FFF3EC;
}

.hero-departures {
  background: var(--ink);
  color: var(--cream);
}

.hero {
  padding: 88px 56px 72px;
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  border: 1px solid #3A342A;
  border-radius: 999px;
  color: var(--muted-light);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.hero-badge span[aria-hidden] {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
}

.hero h1 {
  max-width: 900px;
  margin: 28px auto 0;
  color: var(--cream);
  font-size: 104px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 0.9;
  text-wrap: balance;
}

.hero-subtitle {
  max-width: 680px;
  margin: 26px auto 0;
  color: var(--muted-light);
  font-size: 21px;
  line-height: 1.5;
}

.waitlist-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-form {
  max-width: 460px;
  margin: 36px auto 0;
}

.waitlist-form input {
  min-width: 0;
  flex: 1;
  padding: 17px 18px;
  border-radius: 12px;
  outline: none;
  font-size: 16px;
}

.waitlist-form input:focus {
  box-shadow: 0 0 0 3px rgba(242, 88, 43, 0.28);
}

.hero-form input {
  border: 1px solid #3A342A;
  background: var(--ink-soft);
  color: var(--cream);
}

.hero-form input::placeholder {
  color: #817A6E;
}

.waitlist-form button {
  padding: 17px 26px;
  border: 0;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

button:disabled {
  cursor: default;
  opacity: 0.6;
}

.form-error {
  width: 100%;
  margin: 2px 0 0;
  color: #C2431A;
  font-size: 14px;
  line-height: 1.4;
}

.hero-form .form-error {
  text-align: left;
}

.hero-form button {
  background: var(--orange);
  color: #FFF3EC;
}

.waitlist-line {
  margin-top: 16px;
  color: #6E6759;
  font-size: 14px;
}

.departures-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  padding: 8px 56px 34px;
}

.departures-heading h2 {
  max-width: 420px;
  margin: 0;
  color: var(--cream);
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
}

.departures-heading p {
  max-width: 540px;
  margin: 0;
  color: var(--muted-light);
  font-size: 17px;
  line-height: 1.5;
  text-wrap: pretty;
}

.departures-board {
  margin: 0 56px;
  overflow: hidden;
  transform: translateY(1px);
  border-radius: 20px 20px 0 0;
  background: var(--cream);
  color: var(--ink);
}

.board-header {
  display: flex;
  justify-content: space-between;
  padding: 18px 28px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.departure-row {
  display: grid;
  grid-template-columns: 110px 1fr 1fr 130px 110px;
  gap: 16px;
  align-items: center;
  padding: 18px 28px;
  border-bottom: 1px solid #EFE7D8;
}

.departure-row:last-child {
  border-bottom: 0;
}

.departure-time {
  font-family: "IBM Plex Mono", monospace;
  font-size: 20px;
  font-weight: 500;
}

.departure-route {
  font-size: 17px;
  font-weight: 600;
}

.departure-driver,
.departure-seats {
  color: var(--muted);
  font-size: 15px;
}

.departure-price {
  color: var(--orange);
  font-size: 17px;
  font-weight: 700;
}

.departure-row.is-full {
  opacity: 0.55;
}

.departure-row.is-full .departure-price {
  color: var(--muted);
}

.app-section {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  padding: 72px 56px 40px;
}

.app-copy h2 {
  margin: 14px 0 0;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  text-wrap: balance;
}

.app-copy p {
  max-width: 490px;
  margin: 22px 0 0;
  color: var(--muted-dark);
  font-size: 20px;
  line-height: 1.5;
  text-wrap: pretty;
}

.phone-stage {
  position: relative;
  height: 600px;
}

.phone {
  position: absolute;
  top: 30px;
  left: 0;
  width: 308px;
  height: 578px;
  padding: 9px;
  border-radius: 42px;
  background: var(--ink);
  box-shadow: 0 30px 60px -20px rgba(22, 19, 14, 0.35);
}

.phone-screen {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border-radius: 34px;
  background: var(--cream);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  padding: 16px 22px 8px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 600;
}

.phone-heading {
  padding: 8px 20px 0;
}

.phone-heading div {
  color: var(--muted);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.phone-heading strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.phone-results {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px 20px;
}

.ride-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.ride-card-muted {
  opacity: 0.75;
}

.ride-person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.avatar {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
}

.avatar-peach {
  background: #E9C9A8;
}

.avatar-sage {
  background: #B9C7B0;
}

.ride-person div {
  flex: 1;
}

.ride-person strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
}

.ride-person small {
  display: block;
  margin-top: 1px;
  color: var(--muted);
  font-size: 12px;
}

.ride-person b {
  color: var(--orange);
  font-size: 16px;
  font-weight: 700;
}

.ride-route {
  display: flex;
  gap: 9px;
  margin-top: 12px;
}

.route-line {
  display: flex;
  flex: 0 0 8px;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}

.route-line span {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--orange);
}

.route-line span:last-child {
  background: var(--ink);
}

.route-line i {
  width: 2px;
  flex: 1;
  background: var(--line);
}

.ride-route > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #3C382F;
  font-size: 13px;
}

.ride-tags {
  display: flex;
  gap: 6px;
  margin-top: 12px;
}

.ride-tags span {
  padding: 5px 9px;
  border-radius: 999px;
  background: #F1EADC;
  color: var(--muted-dark);
  font-size: 11px;
  white-space: nowrap;
}

.ride-tags .verified {
  background: #E4EEDF;
  color: var(--sage-dark);
}

.phone-action {
  margin: auto 20px 22px;
  padding: 14px;
  border-radius: 14px;
  background: var(--ink);
  color: var(--cream);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.confirmation-card {
  position: absolute;
  top: 210px;
  right: 0;
  width: 266px;
  padding: 8px;
  border-radius: 36px;
  background: var(--orange);
  box-shadow: 0 24px 50px -18px rgba(22, 19, 14, 0.4);
}

.confirmation-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 16px 22px;
  border-radius: 29px;
  background: #FFF3EC;
}

.confirmation-label {
  color: var(--orange-dark);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.confirmation-inner > strong {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.confirmation-inner hr {
  width: 100%;
  height: 1px;
  margin: 0;
  border: 0;
  background: #F6D8C9;
}

.confirmation-inner > div:not(.confirmation-label) {
  display: flex;
  justify-content: space-between;
  color: var(--muted-dark);
  font-size: 13px;
}

.confirmation-inner b {
  color: var(--ink);
  font-weight: 600;
}

.confirmation-inner button {
  padding: 11px;
  border: 0;
  border-radius: 12px;
  background: var(--ink);
  color: var(--cream);
  font-size: 14px;
  font-weight: 600;
}

.stats-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream-deep);
}

.stats-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.stat {
  padding: 32px 56px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat strong {
  display: block;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.stat span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 15px;
}

.eyebrow {
  color: var(--orange);
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.06em;
}

.eyebrow-orange {
  color: var(--orange-dark);
}

.eyebrow-green {
  color: var(--sage-dark);
}

.how-section {
  padding: 80px 56px;
}

.how-section > h2,
.events-heading h2,
.safety-copy h2 {
  margin: 14px 0 0;
  font-size: 46px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 44px;
}

.step-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.step-number {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: var(--peach);
  color: var(--orange-dark);
  font-weight: 700;
}

.step-card h3 {
  margin: 20px 0 0;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.step-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
  text-wrap: pretty;
}

.events-wrap {
  padding: 0 56px 80px;
}

.events-panel {
  padding: 56px;
  border-radius: 22px;
  background: var(--ink);
  color: var(--cream);
}

.events-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.events-heading h2 {
  color: var(--cream);
}

.events-heading > a {
  padding-bottom: 3px;
  border-bottom: 1px solid var(--muted-dark);
  color: var(--cream);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 44px;
}

.event-card {
  overflow: hidden;
  border-radius: 16px;
  background: var(--ink-soft);
}

.event-image {
  display: flex;
  height: 110px;
  align-items: flex-end;
  padding: 12px;
  background: repeating-linear-gradient(135deg, #2E2921, #2E2921 8px, #262117 8px, #262117 16px);
}

.event-image span {
  color: #8A8272;
  font-family: "IBM Plex Mono", monospace;
  font-size: 10px;
}

.event-copy {
  padding: 16px;
}

.event-date {
  color: var(--orange);
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
}

.event-copy h3 {
  margin: 6px 0 0;
  font-size: 17px;
  font-weight: 700;
}

.event-copy p {
  margin: 2px 0 0;
  color: var(--muted-light);
  font-size: 13px;
}

.event-copy > span {
  display: block;
  margin-top: 12px;
  color: var(--cream);
  font-size: 13px;
}

.duo-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 0 56px 80px;
}

.duo-card {
  padding: 48px;
  border-radius: 22px;
}

.riders-card {
  background: var(--peach);
}

.drivers-card {
  background: var(--sage);
}

.duo-card h2 {
  margin: 14px 0 0;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: -0.035em;
}

.duo-card ul {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.duo-card li {
  display: flex;
  gap: 12px;
  color: #3C382F;
  font-size: 16px;
}

.duo-card li::before {
  content: "—";
  color: var(--orange);
  font-weight: 700;
}

.drivers-card li::before {
  color: var(--sage-dark);
}

.duo-card > a {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 3px;
  border-bottom: 1px solid #E0A78E;
  font-size: 15px;
  font-weight: 600;
}

.drivers-card > a {
  border-bottom-color: #B6C6AC;
}

.safety-section {
  padding: 0 56px 80px;
}

.safety-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
}

.safety-copy h2 {
  line-height: 1.08;
  text-wrap: balance;
}

.safety-copy > p {
  max-width: 400px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
  text-wrap: pretty;
}

.safety-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.safety-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
}

.safety-grid h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

.safety-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.work-section {
  padding: 0 56px 80px;
}

.work-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 44px 48px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--cream-deep);
}

.work-banner h2 {
  margin: 10px 0 0;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.work-banner p {
  max-width: 560px;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.work-banner > a {
  padding: 15px 26px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.work-banner > a:hover {
  color: var(--cream);
}

.final-cta {
  background: var(--orange);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 76px 56px;
}

.final-cta h2 {
  margin: 0;
  color: #FFF3EC;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.final-cta p {
  max-width: 420px;
  margin: 14px 0 0;
  color: #FFE0D2;
  font-size: 18px;
}

.final-form {
  width: 460px;
  flex: 0 0 460px;
}

.final-form input {
  border: 0;
  background: #FFF3EC;
  color: var(--ink);
}

.final-form button {
  background: var(--ink);
  color: #FFF3EC;
}

.site-footer {
  background: var(--ink);
  color: var(--muted-light);
}

.contact-page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.contact-main {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 72px 24px;
}

.contact-card {
  width: 100%;
  max-width: 560px;
  padding: 48px;
  border: 1px solid #E3DACA;
  border-radius: 22px;
  background: var(--white);
}

.contact-card h1 {
  margin: 14px 0 0;
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
}

.contact-intro {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.contact-form {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.contact-form label {
  margin: 18px 0 8px;
  font-size: 14px;
  font-weight: 600;
}

.contact-form label:first-child {
  margin-top: 0;
}

.contact-form input:not(.honeypot),
.contact-form textarea {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  outline: none;
  background: var(--cream);
  color: var(--ink);
  font-size: 16px;
}

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

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(242, 88, 43, 0.18);
}

.contact-form button {
  margin-top: 22px;
  padding: 17px 26px;
  border: 0;
  border-radius: 12px;
  background: var(--orange);
  color: #FFF3EC;
  font-size: 16px;
  font-weight: 600;
}

.contact-form .form-error {
  margin-top: 10px;
}

.contact-success h2 {
  margin: 32px 0 0;
  font-size: 30px;
  letter-spacing: -0.03em;
}

.contact-success p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.contact-success a {
  display: inline-block;
  margin-top: 24px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-weight: 600;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 44px 56px;
  font-size: 14px;
}

.footer-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  font-size: 15px;
}

.footer-brand > span:last-child {
  color: var(--cream);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.footer-nav {
  display: flex;
  gap: 26px;
}

@media (max-width: 1180px) {
  .primary-nav {
    gap: 18px;
  }

  .header-inner {
    padding-right: 32px;
    padding-left: 32px;
  }

  .nav-cta {
    display: none;
  }
}

@media (max-width: 1024px) {
  .primary-nav {
    display: none;
  }

  .app-section {
    grid-template-columns: 1fr 1fr;
  }

  .phone {
    left: 50%;
    transform: translateX(-70%);
  }

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

  .events-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-inner {
    flex-wrap: wrap;
  }
}

@media (max-width: 720px) {
  .header-inner {
    min-height: 70px;
    padding: 16px 20px;
  }

  .header-actions {
    gap: 8px;
  }

  .language-button {
    padding: 6px 8px;
  }

  .hero {
    padding: 64px 20px 56px;
  }

  .hero h1 {
    font-size: clamp(44px, 16vw, 72px);
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .waitlist-form {
    flex-direction: column;
  }

  .waitlist-form button {
    width: 100%;
  }

  .departures-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    padding: 8px 20px 28px;
  }

  .departures-heading h2 {
    font-size: 34px;
  }

  .departures-board {
    margin: 0 20px;
    overflow-x: auto;
  }

  .board-header,
  .departure-row {
    min-width: 760px;
  }

  .app-section {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 56px 20px 28px;
  }

  .app-copy h2 {
    font-size: 42px;
  }

  .app-copy p {
    font-size: 18px;
  }

  .phone-stage {
    width: 100%;
    max-width: 520px;
    height: 590px;
    margin: 0 auto;
    transform-origin: top center;
  }

  .phone {
    left: 12%;
    transform: none;
  }

  .confirmation-card {
    right: 1%;
  }

  .stats-inner {
    grid-template-columns: 1fr;
  }

  .stat {
    padding: 28px 20px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .how-section {
    padding: 64px 20px;
  }

  .how-section > h2,
  .events-heading h2,
  .safety-copy h2 {
    font-size: 38px;
  }

  .steps-grid {
    margin-top: 32px;
  }

  .events-wrap {
    padding: 0 20px 64px;
  }

  .events-panel {
    padding: 40px 24px;
  }

  .events-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .events-grid {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .duo-section {
    grid-template-columns: 1fr;
    padding: 0 20px 64px;
  }

  .duo-card {
    padding: 36px 28px;
  }

  .duo-card h2 {
    font-size: 32px;
  }

  .safety-section {
    padding: 0 20px 64px;
  }

  .safety-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-top: 48px;
  }

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

  .work-section {
    padding: 0 20px 64px;
  }

  .work-banner {
    align-items: flex-start;
    flex-direction: column;
    padding: 36px 28px;
  }

  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
    padding: 64px 20px;
  }

  .final-cta h2 {
    font-size: 42px;
  }

  .final-form {
    width: 100%;
    flex-basis: auto;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 40px 20px;
  }

  .footer-nav {
    flex-wrap: wrap;
    gap: 14px 24px;
  }

  .contact-main {
    align-items: flex-start;
    padding: 40px 20px;
  }

  .contact-card {
    padding: 36px 28px;
  }

  .contact-card h1 {
    font-size: 42px;
  }
}

@media (max-width: 540px) {
  .brand-name {
    display: none;
  }

  .phone-stage {
    width: 335px;
    height: 500px;
    transform: scale(0.84);
  }

  .phone {
    left: 0;
  }

  .confirmation-card {
    right: -34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
