/*
Theme Name: Taxi Career Consultation LP
Theme URI: https://taxi.xxstage.com/
Author: Codex
Description: Temporary landing page theme for a taxi driver career consultation service.
Version: 0.3.2
Text Domain: taxi-career-lp
*/

:root {
  --red: #d5001c;
  --red-dark: #86000f;
  --ink: #101014;
  --ink-2: #19191f;
  --paper: #ffffff;
  --mist: #f4f4f5;
  --line: #dedee4;
  --yellow: #ffd629;
  --gold: #d5a827;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", Arial, sans-serif;
  line-height: 1.75;
}

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

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

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 58px);
  position: sticky;
  top: 0;
  z-index: 30;
}

.brand,
.site-header nav,
.hero-actions,
.hero-stats,
.note-box {
  align-items: center;
  display: flex;
}

.brand {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  gap: 12px;
  line-height: 1.1;
  white-space: nowrap;
}

.brand-mark {
  align-items: center;
  background:
    linear-gradient(135deg, transparent 0 34%, var(--red) 34% 52%, transparent 52%),
    var(--ink);
  border-bottom: 5px solid var(--yellow);
  color: var(--paper);
  display: inline-flex;
  font-size: 11px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 58px;
}

.site-header nav {
  gap: clamp(10px, 2vw, 24px);
  font-size: 14px;
  font-weight: 900;
}

.site-header nav a {
  padding: 7px 0;
}

.site-header nav a:hover {
  color: var(--red);
}

.nav-cta {
  background: var(--ink);
  color: var(--paper);
  padding: 8px 14px !important;
}

.hero {
  align-items: center;
  background: var(--ink);
  display: grid;
  gap: clamp(26px, 4vw, 58px);
  grid-template-columns: minmax(0, 0.84fr) minmax(420px, 1.16fr);
  min-height: calc(100svh - 78px);
  overflow: hidden;
  padding: clamp(42px, 7vw, 86px) clamp(18px, 5vw, 72px) clamp(56px, 8vw, 92px);
  position: relative;
}

.hero-bg {
  background:
    linear-gradient(112deg, rgba(213, 0, 28, 0.98) 0 43%, rgba(16, 16, 20, 0.98) 43% 62%, rgba(255, 255, 255, 0.98) 62%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 14px);
  inset: 0;
  position: absolute;
}

.hero::before {
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0 1px, transparent 1px 12px);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero::after {
  background: linear-gradient(90deg, rgba(16, 16, 20, 0.4), transparent 34%, rgba(255, 255, 255, 0.75) 78%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.hero-copy,
.hero-visual,
.hero-strip {
  position: relative;
  z-index: 2;
}

.hero-copy {
  color: var(--paper);
  max-width: 760px;
}

.eyebrow,
.section-kicker {
  color: var(--yellow);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 12px;
}

.hero h1 {
  font-size: clamp(44px, 6.7vw, 92px);
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.hero h1 span {
  color: var(--yellow);
  display: inline-block;
}

.lead {
  font-size: clamp(17px, 2vw, 23px);
  font-weight: 800;
  margin: 24px 0 0;
  max-width: 660px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
.consult-form button {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 900;
  justify-content: center;
  min-height: 56px;
  min-width: 196px;
  padding: 13px 24px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.consult-form button:hover {
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  transform: translateY(-2px);
}

.primary,
.consult-form button {
  background: var(--yellow);
  color: var(--ink);
}

.secondary {
  background: var(--paper);
  color: var(--ink);
}

.hero-stats {
  background: rgba(16, 16, 20, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.24);
  flex-wrap: wrap;
  gap: 0;
  margin: 34px 0 0;
  width: fit-content;
}

.hero-stats div {
  min-width: 112px;
  padding: 14px 18px;
}

.hero-stats div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-stats dt {
  font-size: 12px;
  font-weight: 900;
  opacity: 0.76;
}

.hero-stats dd {
  font-size: 29px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0;
}

.hero-visual {
  align-self: center;
  margin-right: -7vw;
  min-height: 0;
  transform: translateY(-42px);
}

.hero-visual img {
  aspect-ratio: 16 / 9;
  border: 8px solid var(--paper);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.48);
  height: auto;
  object-fit: cover;
  object-position: 72% center;
  width: min(860px, 100%);
}

.hero-badge {
  background: var(--paper);
  border-left: 8px solid var(--red);
  bottom: -22px;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
  color: var(--ink);
  left: -26px;
  padding: 18px 22px;
  position: absolute;
}

.hero-badge strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.hero-badge span {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
}

.hero-strip {
  bottom: 0;
  color: rgba(255, 255, 255, 0.36);
  display: flex;
  font-size: clamp(28px, 5vw, 76px);
  font-weight: 900;
  gap: 26px;
  left: 0;
  line-height: 1;
  overflow: hidden;
  padding: 0 0 18px 4vw;
  position: absolute;
  white-space: nowrap;
  width: 100%;
}

.section,
.section-inner {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(64px, 8vw, 108px) clamp(18px, 4vw, 30px);
}

.section-heading {
  margin: 0 auto 40px;
  max-width: 800px;
  text-align: center;
}

.section h2,
.section-inner h2 {
  font-size: clamp(30px, 4vw, 52px);
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
}

.section-heading p:not(.section-kicker),
.section-inner p:not(.section-kicker),
.two-column > div > p,
.impact-copy p,
.road-copy p {
  color: #555760;
  font-size: 17px;
  margin: 16px 0 0;
}

.problem-band {
  background:
    linear-gradient(115deg, var(--ink) 0 68%, var(--red) 68%),
    var(--ink);
  color: var(--paper);
}

.problem-band p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
}

.problem-layout {
  display: grid;
  gap: 34px;
  grid-template-columns: 0.78fr 1.22fr;
}

.check-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.check-list li {
  background: var(--paper);
  border-left: 7px solid var(--yellow);
  color: var(--ink);
  font-weight: 900;
  min-height: 86px;
  padding: 18px 18px 18px 48px;
  position: relative;
}

.check-list li::before {
  color: var(--red);
  content: "✓";
  font-size: 21px;
  font-weight: 900;
  left: 18px;
  position: absolute;
  top: 16px;
}

.impact {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: 0.95fr 1.05fr;
  padding-bottom: clamp(42px, 5vw, 64px);
}

.impact-copy {
  border-left: 12px solid var(--red);
  padding-left: clamp(18px, 3vw, 34px);
}

.impact-copy .section-kicker,
.section .section-kicker {
  color: var(--red);
}

.income-stack {
  display: grid;
  gap: 14px;
}

.income-stack div {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: grid;
  gap: 14px;
  grid-template-columns: 64px minmax(0, 0.7fr) minmax(0, 1fr);
  min-height: 94px;
  padding: 20px 24px;
}

.income-stack span {
  color: var(--yellow);
  font-size: 34px;
  font-weight: 900;
}

.income-stack strong {
  font-size: 22px;
  line-height: 1.25;
}

.income-stack small {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 800;
}

.image-split {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: 1.05fr 0.95fr;
  padding-top: clamp(42px, 5vw, 64px);
}

.split-image {
  border: 8px solid var(--ink);
  box-shadow: 22px 22px 0 var(--red);
}

.split-image img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.support-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.support-list li {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 8px;
  grid-template-columns: 116px minmax(0, 1fr);
  padding: 15px 0;
}

.support-list strong {
  color: var(--red);
  font-size: 18px;
}

.card-grid,
.voice-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.voice-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.feature-card {
  border-top: 9px solid var(--red);
  min-height: 250px;
  position: relative;
}

.feature-card::after {
  background: var(--yellow);
  bottom: 0;
  content: "";
  height: 5px;
  left: 28px;
  position: absolute;
  width: 54px;
}

.number {
  color: var(--red);
  display: block;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 22px;
  line-height: 1.28;
  margin: 0 0 12px;
}

.feature-card p,
.voice-card p,
.faq-list p {
  color: #555760;
  margin: 0;
}

.black-band {
  background:
    linear-gradient(125deg, rgba(16, 16, 20, 0.98) 0 62%, rgba(213, 0, 28, 0.94) 62%),
    var(--ink);
  color: var(--paper);
}

.black-band .section-inner {
  padding-bottom: clamp(66px, 8vw, 108px);
  padding-top: clamp(66px, 8vw, 108px);
}

.inverted h2 {
  color: var(--paper);
}

.black-band p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.8);
}

.compare-table {
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.compare-row {
  display: grid;
  gap: 0;
  grid-template-columns: 0.55fr 0.8fr 1.2fr;
}

.compare-row > * {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 17px 18px;
}

.compare-row > * + * {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.compare-head > * {
  background: var(--yellow);
  border-top: 0;
  color: var(--ink);
  font-weight: 900;
}

.compare-row strong {
  color: var(--yellow);
}

.road-band {
  min-height: 520px;
  overflow: hidden;
  position: relative;
}

.road-band img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.road-band::after {
  background: linear-gradient(105deg, rgba(16, 16, 20, 0.9) 0 46%, rgba(16, 16, 20, 0.2) 72%);
  content: "";
  inset: 0;
  position: absolute;
}

.road-copy {
  color: var(--paper);
  max-width: 660px;
  padding: clamp(76px, 10vw, 130px) clamp(18px, 5vw, 72px);
  position: relative;
  z-index: 1;
}

.road-copy h2 {
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.1;
  margin: 0;
}

.road-copy p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.compact {
  max-width: 1040px;
}

.flow {
  counter-reset: flow;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.flow li {
  background: var(--ink);
  color: var(--paper);
  min-height: 190px;
  padding: 22px;
  position: relative;
}

.flow li::after {
  border-right: 18px solid transparent;
  border-top: 18px solid var(--red);
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.flow span {
  align-items: center;
  background: var(--yellow);
  color: var(--ink);
  display: inline-flex;
  flex: 0 0 42px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 18px;
  width: 42px;
}

.flow strong {
  display: block;
  font-size: 21px;
  line-height: 1.28;
}

.flow p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  margin: 12px 0 0;
}

.gray {
  background: var(--mist);
  max-width: none;
}

.gray > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
}

.voice-card {
  border-left: 7px solid var(--red);
  box-shadow: 0 16px 40px rgba(16, 16, 20, 0.06);
}

.voice-card p::before {
  color: var(--red);
  content: "“";
  font-size: 42px;
  font-weight: 900;
  line-height: 0;
  margin-right: 4px;
}

.voice-card strong {
  display: block;
  margin-top: 18px;
}

.cta-band {
  background:
    linear-gradient(105deg, rgba(213, 0, 28, 0.92) 0 56%, rgba(16, 16, 20, 0.88) 56%),
    url("assets/hero-driver.png") center / cover;
  color: var(--paper);
  text-align: center;
}

.cta-band .section-inner {
  padding-bottom: 82px;
  padding-top: 82px;
}

.cta-band h2 {
  color: var(--paper);
}

.cta-band p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
}

.cta-band .button {
  margin-top: 28px;
}

.two-column {
  display: grid;
  gap: 42px;
  grid-template-columns: 0.78fr 1.22fr;
}

.note-box {
  align-items: flex-start;
  border: 2px solid var(--ink);
  gap: 12px;
  justify-content: space-between;
  margin-top: 26px;
  padding: 18px;
}

.note-box span {
  color: var(--red);
  font-weight: 900;
  text-align: right;
}

.consult-form {
  background:
    linear-gradient(135deg, rgba(213, 0, 28, 0.18), transparent 38%),
    var(--ink);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(22px, 4vw, 38px);
}

.form-alert {
  background: #effff5;
  border-left: 7px solid #178447;
  color: var(--ink);
  font-weight: 900;
  margin: 0 0 18px;
  padding: 14px 16px;
}

.form-alert.is-error {
  background: #fff0f0;
  border-color: var(--red);
}

.consult-form label {
  color: var(--paper);
  display: grid;
  font-weight: 900;
  gap: 7px;
}

.consult-form input,
.consult-form textarea,
.consult-form select {
  appearance: none;
  background: var(--paper);
  border: 2px solid transparent;
  border-radius: 0;
  color: var(--ink);
  font: inherit;
  min-height: 50px;
  padding: 12px;
  width: 100%;
}

.consult-form input:focus,
.consult-form textarea:focus,
.consult-form select:focus {
  border-color: var(--yellow);
  outline: 0;
}

.consult-form .full,
.consult-form button {
  grid-column: 1 / -1;
}

.faq-list {
  display: grid;
  gap: 12px;
  margin: 0 auto;
  max-width: 900px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px 20px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  padding-top: 10px;
}

footer {
  background: var(--ink);
  color: var(--paper);
  padding: 30px 18px;
  text-align: center;
}

footer p,
footer small {
  margin: 0;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .site-header nav {
    flex-wrap: wrap;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-bg {
    background:
      linear-gradient(145deg, rgba(213, 0, 28, 0.98) 0 58%, rgba(16, 16, 20, 0.98) 58%),
      var(--red);
  }

  .hero-visual {
    margin-right: 0;
    min-height: 0;
    transform: none;
  }

  .hero-visual img {
    width: 100%;
  }

  .problem-layout,
  .impact,
  .image-split,
  .two-column {
    grid-template-columns: 1fr;
  }

  .card-grid,
  .voice-grid,
  .flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .compare-row {
    grid-template-columns: 0.7fr 1fr 1.2fr;
  }
}

@media (max-width: 680px) {
  .brand {
    white-space: normal;
  }

  .site-header nav {
    width: 100%;
  }

  .hero {
    padding-top: 38px;
  }

  .hero h1 {
    font-size: clamp(40px, 15vw, 62px);
  }

  .hero-actions,
  .hero-stats,
  .note-box {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .hero-stats div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .button,
  .consult-form button {
    width: 100%;
  }

  .check-list,
  .card-grid,
  .voice-grid,
  .flow,
  .consult-form {
    grid-template-columns: 1fr;
  }

  .income-stack div,
  .support-list li,
  .compare-row {
    grid-template-columns: 1fr;
  }

  .compare-row > * + * {
    border-left: 0;
  }

  .road-band {
    min-height: 620px;
  }

  .road-band::after {
    background: linear-gradient(180deg, rgba(16, 16, 20, 0.92), rgba(16, 16, 20, 0.42));
  }

  .split-image {
    box-shadow: 12px 12px 0 var(--red);
  }
}

/* v0.3.1 reference-inspired visual overhaul */
:root {
  --red: #d9041f;
  --red-deep: #8d0012;
  --black: #09090c;
  --charcoal: #16161b;
  --yellow: #ffe100;
  --cream: #fff8e7;
  --muted: #f0f0f2;
}

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes heroImageIn {
  from {
    opacity: 0;
    transform: translate(70px, 28px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes stripeRun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-220px);
  }
}

@keyframes pulseCta {
  0%,
  100% {
    box-shadow: 0 16px 34px rgba(217, 4, 31, 0.35);
    transform: translateY(0);
  }
  50% {
    box-shadow: 0 22px 46px rgba(217, 4, 31, 0.52);
    transform: translateY(-3px);
  }
}

@keyframes shine {
  from {
    transform: translateX(-130%) skewX(-18deg);
  }
  to {
    transform: translateX(180%) skewX(-18deg);
  }
}

body {
  background: #fff;
  color: var(--black);
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 4px solid var(--black);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
  min-height: 72px;
}

.brand {
  color: var(--black);
  font-size: clamp(18px, 1.8vw, 22px);
}

.brand-mark {
  background:
    linear-gradient(150deg, var(--red) 0 50%, var(--black) 50%),
    var(--black);
  border-bottom: 5px solid var(--yellow);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  height: 40px;
  width: 64px;
}

.site-header nav {
  color: #1e1e24;
}

.nav-cta {
  background: var(--red);
  box-shadow: 6px 6px 0 var(--black);
  color: #fff;
}

.fixed-cta {
  align-items: center;
  background: var(--red);
  bottom: 24px;
  box-shadow: 8px 8px 0 var(--black);
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 58px;
  min-width: 156px;
  opacity: 0;
  padding: 14px 22px;
  pointer-events: none;
  position: fixed;
  right: 24px;
  transform: translateY(20px);
  transition: opacity 220ms ease, transform 220ms ease;
  z-index: 50;
}

.fixed-cta.is-active {
  animation: pulseCta 1800ms ease-in-out infinite;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.hero {
  background: var(--red);
  display: block;
  min-height: calc(100svh - 72px);
  overflow: hidden;
  padding: clamp(46px, 6vw, 78px) clamp(18px, 5vw, 72px) 0;
  position: relative;
}

.hero-bg {
  background:
    radial-gradient(circle at 72% 26%, rgba(255, 225, 0, 0.18), transparent 25%),
    linear-gradient(105deg, #ef0526 0 54%, #bf0018 54% 68%, #19191f 68% 100%);
  inset: 0;
  overflow: hidden;
}

.hero-bg::before,
.hero-bg::after {
  content: "";
  position: absolute;
}

.hero-bg::before {
  background: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.22) 0 2px, transparent 2px 18px);
  inset: 0;
  opacity: 0.28;
}

.hero-bg::after {
  background:
    linear-gradient(132deg, transparent 0 42%, rgba(0, 0, 0, 0.78) 42% 56%, transparent 56%),
    linear-gradient(152deg, transparent 0 72%, rgba(255, 255, 255, 0.96) 72%);
  inset: 0;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0 1px, transparent 1px 28px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.18) 0 1px, transparent 1px 28px);
  inset: 0;
  opacity: 0.15;
  z-index: 1;
}

.hero::after {
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.32) 100%);
  inset: auto 0 0;
  height: 30%;
  z-index: 1;
}

.hero-copy {
  animation: heroCopyIn 680ms ease-out both;
  color: #fff;
  max-width: min(52vw, 740px);
  min-height: calc(100svh - 72px);
  padding-bottom: clamp(44px, 7vw, 90px);
  padding-top: clamp(12px, 3vw, 42px);
  position: relative;
  z-index: 4;
}

.eyebrow {
  background: var(--yellow);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%);
  color: var(--black);
  display: inline-flex;
  font-size: clamp(12px, 1.2vw, 15px);
  margin-bottom: 20px;
  padding: 6px 28px 6px 12px;
}

.hero h1 {
  color: #fff;
  font-size: clamp(58px, 8.3vw, 122px);
  line-height: 0.92;
  margin-left: -0.03em;
  text-shadow: 0 7px 0 rgba(0, 0, 0, 0.22), 0 24px 42px rgba(0, 0, 0, 0.32);
}

.hero h1 span {
  color: #fff;
  position: relative;
}

.hero h1 span::after {
  background: var(--yellow);
  bottom: 0.04em;
  content: "";
  height: 0.16em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.lead {
  background: rgba(0, 0, 0, 0.54);
  border-left: 8px solid var(--yellow);
  color: #fff;
  font-size: clamp(17px, 1.9vw, 22px);
  line-height: 1.78;
  margin-top: 26px;
  max-width: 670px;
  padding: 18px 22px;
}

.button,
.consult-form button {
  border-radius: 0;
  min-height: 60px;
  overflow: hidden;
  position: relative;
}

.button::after,
.consult-form button::after {
  background: rgba(255, 255, 255, 0.48);
  content: "";
  height: 130%;
  left: 0;
  position: absolute;
  top: -15%;
  transform: translateX(-130%) skewX(-18deg);
  width: 44px;
}

.button:hover::after,
.consult-form button:hover::after {
  animation: shine 700ms ease;
}

.primary,
.consult-form button {
  background: var(--yellow);
  box-shadow: 8px 8px 0 var(--black);
  color: var(--black);
}

.secondary {
  background: #fff;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.72);
  color: var(--black);
}

.hero-stats {
  background: #fff;
  border: 4px solid var(--black);
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.4);
  color: var(--black);
}

.hero-stats dt {
  opacity: 1;
}

.hero-stats dd {
  color: var(--red);
}

.hero-visual {
  animation: heroImageIn 860ms 140ms ease-out both;
  bottom: -2px;
  margin: 0;
  min-height: 0;
  position: absolute;
  right: clamp(-80px, -3vw, -12px);
  transform: none;
  width: min(52vw, 690px);
  z-index: 3;
}

.hero-visual::before {
  background: #fff;
  bottom: 0;
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
  content: "";
  height: 74%;
  position: absolute;
  right: -12%;
  width: 95%;
  z-index: -1;
}

.hero-visual img {
  aspect-ratio: auto;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(0 34px 42px rgba(0, 0, 0, 0.42));
  height: auto;
  max-height: calc(100svh - 86px);
  object-fit: contain;
  object-position: bottom center;
  width: 100%;
}

.hero-badge {
  background: var(--black);
  border: 4px solid #fff;
  border-left: 0;
  bottom: clamp(34px, 8vw, 92px);
  box-shadow: 8px 8px 0 var(--yellow);
  color: #fff;
  left: auto;
  padding: 14px 18px;
  right: clamp(18px, 4vw, 42px);
}

.hero-badge strong {
  color: var(--yellow);
}

.hero-badge span {
  color: #fff;
}

.hero-strip {
  animation: stripeRun 16s linear infinite;
  bottom: clamp(6px, 2vw, 18px);
  color: rgba(255, 255, 255, 0.22);
  font-size: clamp(42px, 9vw, 122px);
  left: 0;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 2;
}

.intro-copy {
  background: var(--muted);
  padding: clamp(70px, 9vw, 122px) 18px;
  position: relative;
  text-align: center;
}

.intro-copy::before {
  background: var(--red);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  content: "MESSAGE";
  color: rgba(255, 255, 255, 0.15);
  font-size: clamp(54px, 12vw, 170px);
  font-weight: 900;
  inset: 0 auto auto 0;
  letter-spacing: 0;
  line-height: 0.82;
  padding: 0 30px 8px 0;
  position: absolute;
}

.intro-copy > div {
  margin: 0 auto;
  max-width: 920px;
  position: relative;
  z-index: 1;
}

.intro-copy p {
  font-size: clamp(19px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.45;
  margin: 0;
}

.intro-copy p + p {
  margin-top: 8px;
}

.intro-copy h2 {
  color: var(--red);
  font-size: clamp(32px, 5.2vw, 68px);
  line-height: 1.1;
  margin: 24px 0 20px;
}

.intro-copy h2 + p {
  color: #4c4c54;
  font-size: clamp(16px, 1.8vw, 20px);
}

.problem-band {
  background:
    linear-gradient(105deg, rgba(9, 9, 12, 0.96) 0 55%, rgba(217, 4, 31, 0.82) 55%),
    url("assets/hero-driver.png") center / cover;
  color: #fff;
}

.problem-layout {
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.problem-layout h2 {
  font-size: clamp(34px, 5vw, 64px);
  text-align: left;
}

.check-list {
  gap: 18px;
}

.check-list li {
  border: 4px solid var(--black);
  border-left: 12px solid var(--red);
  box-shadow: 12px 12px 0 rgba(217, 4, 31, 0.72);
  min-height: 94px;
  padding: 20px 20px 20px 54px;
}

.check-list li::after {
  border: 12px solid transparent;
  border-right-color: #fff;
  content: "";
  left: -24px;
  position: absolute;
  top: 24px;
}

.impact {
  max-width: 1120px;
}

.impact-copy {
  border-left: 0;
  padding-left: 0;
}

.impact-copy h2,
.split-copy h2,
.section-heading h2 {
  font-weight: 900;
}

.income-stack div {
  background:
    linear-gradient(100deg, var(--black) 0 72%, var(--red) 72%);
  box-shadow: 10px 10px 0 var(--yellow);
}

.image-split {
  max-width: 1120px;
}

.split-image {
  border: 0;
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  box-shadow: none;
  position: relative;
}

.split-image::after {
  background: var(--red);
  bottom: -18px;
  content: "";
  height: 100%;
  left: 24px;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.split-image img {
  aspect-ratio: 4 / 3;
}

.service-band {
  background: var(--muted);
  padding: clamp(70px, 9vw, 118px) clamp(18px, 4vw, 30px);
  position: relative;
}

.service-band::before {
  color: rgba(217, 4, 31, 0.08);
  content: "SERVICE";
  font-size: clamp(74px, 15vw, 210px);
  font-weight: 900;
  left: 0;
  line-height: 0.8;
  position: absolute;
  top: 22px;
}

.service-band .section-inner {
  max-width: 1120px;
  padding: 0;
  position: relative;
  z-index: 1;
}

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

.service-card {
  background: var(--black);
  color: #fff;
  min-height: 280px;
  overflow: hidden;
  position: relative;
}

.service-card img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.68;
  position: absolute;
  transition: transform 520ms ease, opacity 520ms ease;
  width: 100%;
}

.service-card:hover img {
  opacity: 0.88;
  transform: scale(1.06);
}

.service-card::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.88));
  content: "";
  inset: 0;
  position: absolute;
}

.service-card > div {
  bottom: 0;
  left: 0;
  padding: 24px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.service-card span {
  background: var(--red);
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 4px 10px;
}

.service-card h3 {
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.05;
  margin: 0;
}

.service-card p {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  margin: 8px 0 0;
}

.service-lead {
  background: #fff;
  border-left: 10px solid var(--red);
  box-shadow: 10px 10px 0 var(--black);
  color: var(--black);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  margin: 34px auto 0;
  max-width: 860px;
  padding: 18px 24px;
  text-align: center;
}

#merit {
  background: var(--black);
  color: #fff;
  max-width: none;
  overflow: hidden;
  padding: clamp(74px, 9vw, 124px) clamp(18px, 4vw, 30px);
  position: relative;
}

#merit::before {
  color: rgba(255, 255, 255, 0.055);
  content: "HIGH POTENTIAL";
  font-size: clamp(64px, 13vw, 190px);
  font-weight: 900;
  left: -10px;
  line-height: 0.82;
  position: absolute;
  top: 22px;
  white-space: nowrap;
}

#merit .section-heading,
#merit .card-grid {
  position: relative;
  z-index: 1;
}

#merit .section-heading p:not(.section-kicker) {
  color: rgba(255, 255, 255, 0.78);
}

#merit .card-grid {
  margin: 0 auto;
  max-width: 1080px;
}

#merit .feature-card {
  border: 0;
  border-radius: 0;
  box-shadow: 12px 12px 0 rgba(217, 4, 31, 0.46);
}

#merit .feature-card:first-child {
  background: var(--red);
  color: #fff;
  grid-column: span 2;
}

#merit .feature-card:first-child .number,
#merit .feature-card:first-child p {
  color: #fff;
}

#merit .feature-card:first-child::after {
  background: var(--yellow);
}

#merit .feature-card:not(:first-child) {
  color: var(--black);
}

.black-band {
  background:
    linear-gradient(124deg, rgba(9, 9, 12, 0.98) 0 58%, rgba(217, 4, 31, 0.92) 58%),
    var(--black);
}

.compare-table {
  box-shadow: 14px 14px 0 rgba(217, 4, 31, 0.42);
}

.road-band {
  min-height: 620px;
}

.road-copy {
  background: rgba(217, 4, 31, 0.9);
  clip-path: polygon(0 0, 96% 0, 82% 100%, 0 100%);
  max-width: 760px;
  min-height: 620px;
}

.flow li {
  box-shadow: 8px 8px 0 var(--red);
}

.gray {
  background:
    linear-gradient(rgba(240, 240, 242, 0.86), rgba(240, 240, 242, 0.86)),
    url("assets/consultation.png") center / cover;
}

.voice-card {
  border: 4px solid var(--black);
  border-left: 12px solid var(--red);
  border-radius: 0;
}

.cta-band {
  background:
    linear-gradient(104deg, rgba(217, 4, 31, 0.94) 0 58%, rgba(9, 9, 12, 0.9) 58%),
    url("assets/hero-group.png") center / cover;
}

.consult-form {
  border-radius: 0;
  box-shadow: 14px 14px 0 var(--red);
}

.faq-list details {
  border: 3px solid var(--black);
  border-radius: 0;
  box-shadow: 8px 8px 0 var(--muted);
}

.js-ready .reveal-target {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 640ms ease, transform 640ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.js-ready .reveal-target.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .hero-copy {
    max-width: 58vw;
  }

  .hero-visual {
    right: -90px;
    width: 54vw;
  }
}

@media (max-width: 860px) {
  .site-header {
    position: relative;
  }

  .hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-bg {
    background: linear-gradient(145deg, #ef0526 0 64%, #19191f 64%);
  }

  .hero-copy {
    max-width: 100%;
    min-height: auto;
    padding-bottom: 20px;
  }

  .hero h1 {
    font-size: clamp(54px, 15vw, 88px);
  }

  .hero-visual {
    margin-left: auto;
    position: relative;
    right: auto;
    width: min(520px, 100%);
  }

  .hero-visual img {
    max-height: none;
  }

  .hero-visual::before {
    right: -18px;
    width: 92%;
  }

  .problem-layout,
  .impact,
  .image-split,
  .two-column {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .card-grid,
  .voice-grid,
  .flow {
    grid-template-columns: 1fr;
  }

  #merit .feature-card:first-child {
    grid-column: auto;
  }

  .road-copy {
    clip-path: none;
    max-width: none;
  }
}

@media (max-width: 680px) {
  .site-header {
    border-bottom-width: 3px;
    padding: 12px 16px;
  }

  .site-header nav {
    font-size: 12px;
    gap: 8px 14px;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .lead {
    padding: 14px 16px;
  }

  .hero-badge {
    bottom: 24px;
    right: 10px;
  }

  .fixed-cta {
    bottom: 14px;
    left: 16px;
    min-width: 0;
    right: 16px;
  }

  .check-list,
  .service-grid,
  .card-grid,
  .voice-grid,
  .flow,
  .consult-form {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 250px;
  }

  .income-stack div {
    box-shadow: 7px 7px 0 var(--yellow);
  }

  .road-band,
  .road-copy {
    min-height: 560px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }

  .js-ready .reveal-target {
    opacity: 1;
    transform: none;
  }
}

/* v0.3.2 first-view tightening */
.hero {
  min-height: clamp(640px, calc(100svh - 72px), 820px);
}

.hero-copy {
  max-width: min(60vw, 790px);
  min-height: clamp(640px, calc(100svh - 72px), 820px);
  padding-bottom: clamp(38px, 5vw, 64px);
  padding-top: clamp(8px, 2.4vw, 34px);
}

.hero h1 {
  font-size: clamp(56px, 7.2vw, 102px);
  line-height: 0.95;
  white-space: normal;
}

.hero-line {
  display: block;
  white-space: nowrap;
}

.hero-line-accent {
  color: #fff;
  display: block;
  position: relative;
  width: fit-content;
}

.hero h1 span.hero-line-accent::after {
  background: var(--yellow);
  bottom: -0.02em;
  content: "";
  height: 0.15em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.hero-visual {
  bottom: auto;
  right: clamp(-62px, -2vw, -12px);
  top: clamp(96px, 12vw, 142px);
  width: min(48vw, 650px);
}

.hero-visual img {
  max-height: min(650px, calc(100svh - 96px));
}

.hero-badge {
  bottom: auto;
  top: clamp(310px, 38vw, 470px);
}

@media (max-width: 1080px) {
  .hero-copy {
    max-width: min(62vw, 700px);
  }

  .hero h1 {
    font-size: clamp(52px, 6.7vw, 82px);
  }

  .hero-visual {
    right: -74px;
    top: 140px;
    width: 48vw;
  }
}

@media (max-width: 860px) {
  .hero,
  .hero-copy {
    min-height: auto;
  }

  .hero h1 {
    font-size: clamp(47px, 13.2vw, 76px);
  }

  .hero-visual {
    position: relative;
    right: auto;
    top: auto;
    width: min(520px, 100%);
  }

  .hero-visual img {
    max-height: none;
  }

  .hero-badge {
    bottom: 24px;
    top: auto;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: clamp(40px, 12.6vw, 58px);
  }
}
