:root {
  --ink: #111827;
  --muted: #5b6472;
  --line: #e4d9dc;
  --paper: #fbf7f8;
  --white: #ffffff;
  --accent: #7b1222;
  --accent-dark: #5c0d19;
  --navy: #24070d;
  --steel: #f2eaec;
  --rose: #f8e9ed;
  --warn: #b42318;
  --shadow: 0 18px 55px rgba(57, 9, 18, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(228, 217, 220, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.brand-logo {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border: 2px solid var(--white);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(92, 13, 25, 0.18);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.main-nav a:hover {
  color: var(--ink);
}

.cta-button,
.ghost-button,
.text-cta {
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  min-height: 46px;
}

.cta-button {
  padding: 13px 20px;
  color: var(--white);
  background: var(--accent);
  box-shadow: 0 12px 24px rgba(123, 18, 34, 0.24);
}

.cta-button:hover {
  background: var(--accent-dark);
}

.ghost-button {
  padding: 13px 18px;
  color: var(--accent-dark);
  background: var(--white);
  border: 1px solid var(--line);
}

.text-cta {
  min-height: 40px;
  padding: 0;
  color: var(--accent-dark);
  background: transparent;
  text-align: left;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(32px, 5vw, 76px);
  min-height: calc(100vh - 75px);
  padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 64px) 34px;
  background:
    linear-gradient(110deg, rgba(36, 7, 13, 0.97), rgba(92, 13, 25, 0.82)),
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.2), transparent 34%),
    var(--navy);
  color: var(--white);
}

.hero-content {
  max-width: 720px;
}

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

.hero .eyebrow,
.final-cta .eyebrow {
  color: #f5c4ce;
}

.hero-logo {
  width: 108px;
  height: 108px;
  margin-bottom: 18px;
  border: 3px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(2.35rem, 5.2vw, 4.85rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(1.72rem, 3vw, 2.8rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.hero-copy {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 28px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 650px;
}

.hero-stats span {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
}

.hero-stats strong {
  display: block;
  color: var(--white);
  font-size: 1.15rem;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.photo-frame {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 240px;
  border: 1px dashed #aeb8c8;
  border-radius: 8px;
  overflow: hidden;
  color: #4c596a;
  font-weight: 800;
  background:
    linear-gradient(135deg, rgba(16, 34, 53, 0.08), rgba(15, 143, 104, 0.14)),
    repeating-linear-gradient(-45deg, #f7f9fc 0, #f7f9fc 18px, #eef2f6 18px, #eef2f6 36px);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}

.hero-photo {
  min-height: 520px;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(160deg, rgba(36, 7, 13, 0.12), rgba(36, 7, 13, 0.78)),
    linear-gradient(135deg, #c8b7bb, #4e0c18 56%, #7b1222);
  box-shadow: var(--shadow);
}

.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(36, 7, 13, 0.05), rgba(36, 7, 13, 0.52)),
    linear-gradient(90deg, rgba(36, 7, 13, 0.2), transparent 48%);
  pointer-events: none;
}

.floating-card {
  position: absolute;
  right: -18px;
  bottom: 34px;
  width: min(280px, 84%);
  padding: 18px;
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.floating-card strong,
.floating-card span {
  display: block;
}

.floating-card span {
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.5;
}

.trust-strip,
.section-block,
.split-section,
.belief-band,
.risk-urgency,
.final-cta {
  margin: 0 auto;
  width: min(1160px, calc(100% - 36px));
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  transform: translateY(-34px);
}

.trust-strip article,
.category-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.trust-strip article {
  padding: 22px;
  box-shadow: 0 12px 30px rgba(16, 34, 53, 0.08);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip span,
.section-heading p,
.category-card p,
.split-section p,
.pain-grid span,
.benefit-grid span,
.proof-grid span,
.faq-grid p,
.risk-urgency p,
.steps,
.site-footer {
  color: var(--muted);
  line-height: 1.65;
}

.section-block {
  padding: clamp(46px, 7vw, 82px) 0 28px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 26px;
}

.pain-grid,
.benefit-grid,
.proof-grid,
.faq-grid {
  display: grid;
  gap: 16px;
}

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

.pain-grid article,
.benefit-grid article,
.proof-grid article,
.faq-grid article {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  min-height: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 34, 53, 0.08);
}

.pain-grid strong,
.benefit-grid strong,
.proof-grid strong {
  display: block;
  font-size: 1.05rem;
}

.pain-grid span,
.benefit-grid span,
.proof-grid span {
  display: block;
}

.belief-band,
.risk-urgency {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 34px 0;
}

.belief-band > div,
.risk-urgency > article {
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(36, 7, 13, 0.95), rgba(123, 18, 34, 0.86)),
    var(--navy);
}

.belief-band .eyebrow,
.risk-urgency .eyebrow {
  color: #f5c4ce;
}

.belief-band h2,
.risk-urgency h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.45rem);
}

.belief-band p,
.risk-urgency p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

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

.category-card {
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 22px;
}

.category-icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 46px;
  margin-bottom: 22px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 800;
  background: var(--accent);
}

.category-card p {
  flex: 1;
}

.solution-section {
  padding-top: 60px;
}

.mechanism-section {
  padding-top: 36px;
}

.four-steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.four-steps li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
}

.four-steps strong {
  display: block;
  color: var(--ink);
}

.four-steps p {
  margin: 4px 0 0;
  color: var(--muted);
  line-height: 1.55;
}

.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-section {
  padding-top: 18px;
}

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

.info-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 34, 53, 0.08);
}

.info-card span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.info-card h3,
.info-card p {
  margin: 0;
}

.info-card p {
  color: var(--muted);
  line-height: 1.6;
}

.social-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 18px;
  color: var(--accent-dark);
  font-weight: 800;
  border-bottom: 2px solid currentColor;
}

.social-link:hover {
  color: var(--accent);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1fr);
  gap: 46px;
  align-items: center;
  padding: 70px 0;
}

.steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.steps span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 8px;
  color: var(--white);
  font-weight: 800;
  background: var(--accent);
}

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

.gallery-grid .photo-frame {
  aspect-ratio: 4 / 3;
  min-height: 0;
}

.proof-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.plain-strip {
  width: 100%;
  transform: none;
}

.process-section {
  padding-top: 52px;
}

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

.faq-grid h3 {
  margin: 0;
  font-size: 1rem;
}

.faq-grid p {
  margin: 0;
}

.vehicle-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 30px rgba(16, 34, 53, 0.08);
}

.vehicle-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--steel);
}

.vehicle-card div {
  display: grid;
  gap: 8px;
  align-content: start;
  flex: 1;
  padding: 18px;
}

.vehicle-card .text-cta {
  align-self: end;
}

.vehicle-card span {
  color: var(--accent);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.vehicle-card h3 {
  margin: 0;
}

.vehicle-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.final-cta {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 64px 24px;
  margin-top: 42px;
  margin-bottom: 42px;
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(115deg, rgba(36, 7, 13, 0.96), rgba(123, 18, 34, 0.9)),
    var(--navy);
}

.final-cta h2 {
  max-width: 780px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px clamp(18px, 4vw, 64px);
  border-top: 1px solid var(--line);
  background: var(--white);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.modal.is-open {
  display: flex;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 12, 20, 0.68);
}

.modal-panel {
  position: relative;
  width: min(560px, 100%);
  max-height: min(92vh, 760px);
  overflow: auto;
  padding: clamp(22px, 4vw, 34px);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: var(--white);
  font-size: 1.6rem;
  line-height: 1;
}

.modal-panel h2 {
  max-width: 430px;
  margin-bottom: 22px;
  font-size: clamp(1.55rem, 4vw, 2.15rem);
}

form {
  display: grid;
  gap: 10px;
}

label {
  font-weight: 700;
}

input,
select {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: var(--white);
}

input:focus,
select:focus {
  outline: 3px solid rgba(15, 143, 104, 0.18);
  border-color: var(--accent);
}

.form-error {
  min-height: 22px;
  margin: 2px 0 0;
  color: var(--warn);
  font-size: 0.92rem;
  font-weight: 700;
}

.form-submit {
  width: 100%;
  margin-top: 4px;
}

body.modal-locked {
  overflow: hidden;
}

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

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-bottom: 52px;
  }

  .hero-visual,
  .hero-photo {
    min-height: 360px;
  }

  .trust-strip,
  .pain-grid,
  .category-grid,
  .four-steps,
  .benefit-grid,
  .contact-grid,
  .proof-grid,
  .faq-grid,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-section,
  .belief-band,
  .risk-urgency {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 10px;
    align-items: center;
    padding: 12px 16px;
  }

  .site-header > .cta-button {
    padding: 11px 14px;
    min-height: 42px;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .brand strong {
    font-size: 0.95rem;
  }

  .brand small {
    display: none;
  }

  .hero {
    padding: 32px 18px 42px;
  }

  h1 {
    font-size: clamp(2.2rem, 13vw, 3.2rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.62rem, 9vw, 2.25rem);
  }

  .hero-actions,
  .hero-actions button {
    width: 100%;
  }

  .hero-stats,
  .trust-strip,
  .pain-grid,
  .category-grid,
  .four-steps,
  .benefit-grid,
  .contact-grid,
  .proof-grid,
  .faq-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats span {
    padding: 14px;
  }

  .hero-visual,
  .hero-photo {
    min-height: 300px;
  }

  .floating-card {
    position: static;
    width: 100%;
    margin-top: 12px;
  }

  .trust-strip {
    transform: none;
    padding-top: 22px;
  }

  .section-block {
    padding-top: 54px;
  }

  .split-section {
    padding: 52px 0;
  }

  .belief-band,
  .risk-urgency {
    padding: 18px 0;
  }

  .belief-band > div,
  .risk-urgency > article {
    padding: 24px;
  }

  .pain-grid article,
  .benefit-grid article,
  .proof-grid article,
  .faq-grid article,
  .info-card,
  .category-card {
    padding: 20px;
  }

  .site-footer {
    flex-direction: column;
  }
}
