:root {
  --red: #b91410;
  --red-dark: #a70f0b;
  --ink: #1f2024;
  --muted: #626675;
  --line: #e7e7eb;
  --soft: #f3f3f6;
  --white: #ffffff;
  --max: 1268px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background: var(--white);
}

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

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 26px;
  height: 120px;
  padding: 0 clamp(24px, 6vw, 86px);
  background: var(--white);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

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

.brand-logo {
  width: 210px;
  height: 72px;
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  color: var(--white);
  font-weight: 800;
  background: var(--red);
  border-radius: 8px;
}

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

.brand strong {
  font-size: 20px;
  color: #0c6f99;
}

.brand small {
  font-size: 11px;
  font-weight: 700;
  color: var(--ink);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

.desktop-nav a:first-child {
  color: var(--red);
}

.phone-pill,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 30px;
  border-radius: 999px;
  font-weight: 700;
  white-space: nowrap;
}

.phone-pill {
  flex: 0 0 auto;
  min-width: 184px;
  padding-inline: 22px;
  font-size: 14px;
}

.phone-pill,
.btn-red {
  color: var(--white);
  background: var(--red);
}

.btn-white {
  color: var(--red);
  background: var(--white);
}

.btn-ghost {
  color: var(--white);
  border: 1px solid var(--white);
}

.menu-button {
  display: none;
  width: 44px;
  height: 38px;
  padding: 8px 10px;
  border: 1px solid #d8d8dd;
  border-radius: 4px;
  background: var(--white);
}

.menu-button span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--red);
}

.hero {
  position: relative;
  min-height: 825px;
  display: grid;
  align-items: center;
  background-image: url("assets/hero.png");
  background-position: center;
  background-size: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.2) 58%, rgba(0, 0, 0, 0.02));
}

.hero-content {
  position: relative;
  width: min(640px, calc(100% - 48px));
  margin-left: clamp(24px, 6vw, 88px);
  color: var(--white);
}

.detail-hero {
  min-height: 560px;
}

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

h1,
h2 {
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 24px;
  font-size: clamp(44px, 4.4vw, 66px);
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(34px, 3.2vw, 52px);
}

h3 {
  font-size: 22px;
  line-height: 1.25;
  color: var(--red-dark);
}

p {
  color: var(--muted);
}

.hero p {
  max-width: 620px;
  margin-bottom: 26px;
  color: var(--white);
  font-size: 17px;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 92px 0;
}

.section-gray {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100% - var(--max)) / 2));
  padding-right: max(24px, calc((100% - var(--max)) / 2));
  background: var(--soft);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(52px, 7vw, 86px);
  align-items: center;
}

.section-image {
  min-height: 452px;
  overflow: hidden;
  border-radius: 24px;
}

.section-copy {
  max-width: 610px;
}

.detail-content {
  display: grid;
  gap: 86px;
}

.detail-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
}

.detail-row-reverse .detail-image {
  order: 2;
}

.detail-image {
  min-height: 380px;
}

.eyebrow {
  margin-bottom: 22px;
  color: var(--red);
  font-weight: 700;
}

.section-copy .btn {
  margin-top: 10px;
}

.section-heading {
  max-width: 640px;
  margin-bottom: 52px;
}

.lead-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(38px, 6vw, 72px);
  align-items: start;
}

.lead-copy {
  max-width: 480px;
}

.lead-form {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 20px;
}

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

.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 700;
}

.lead-form span {
  font-size: 14px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 13px 15px;
  color: var(--ink);
  font: inherit;
  line-height: 1.4;
  background: var(--white);
  border: 1px solid #d8d8dd;
  border-radius: 10px;
}

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

.lead-form .btn {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

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

.service-card {
  min-height: 486px;
  padding: 18px 18px 24px;
  background: var(--white);
  border-radius: 22px;
}

.service-card img {
  height: 252px;
  margin-bottom: 28px;
  border-radius: 16px;
}

.service-card p {
  min-height: 82px;
}

.service-card a {
  color: var(--red);
  font-weight: 700;
}

.service-card span {
  margin-left: 8px;
  font-size: 22px;
}

.check-list {
  display: grid;
  gap: 24px;
  padding: 0;
  margin: 32px 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
}

.check-list span,
.warning-list span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--white);
  font-weight: 800;
  background: var(--red);
  border-radius: 50%;
}

.check-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
}

.check-list p {
  margin-bottom: 0;
}

.cta-wrap {
  padding-top: 44px;
  padding-bottom: 44px;
}

.cta-panel {
  position: relative;
  min-height: 292px;
  overflow: hidden;
  padding: clamp(34px, 6vw, 76px);
  color: var(--white);
  background: var(--red);
  border-radius: 34px;
}

.cta-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(185, 20, 16, 0.98) 0%, rgba(185, 20, 16, 0.96) 36%, rgba(185, 20, 16, 0.62) 58%, rgba(185, 20, 16, 0) 76%);
  pointer-events: none;
}

.cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.cta-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 214px;
  width: min(620px, 58%);
}

.cta-panel h2 {
  max-width: 720px;
  margin: 0;
  color: var(--white);
}

.subhead {
  color: var(--ink);
  font-weight: 600;
}

.warning {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.8fr);
  gap: 72px;
  align-items: start;
}

.warning-copy {
  display: grid;
  gap: 26px;
}

.warning-copy h2 {
  margin-bottom: 0;
}

.warning-copy p {
  margin-bottom: 4px;
}

.warning-image {
  min-height: 420px;
  overflow: hidden;
  border-radius: 24px;
}

.warning-list {
  display: grid;
  gap: 20px;
}

.warning-list div {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 58px;
  padding: 14px 22px;
  font-weight: 700;
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 5px 22px rgba(18, 18, 22, 0.1);
}

.service-area {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1fr);
  gap: 86px;
  align-items: center;
  min-height: 620px;
}

.dot-map {
  position: relative;
  min-height: 310px;
}

.dot-map span {
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--red);
  border-radius: 50%;
}

.dot-map span:nth-child(1) { left: 18%; top: 38%; }
.dot-map span:nth-child(2) { left: 30%; top: 22%; }
.dot-map span:nth-child(3) { left: 52%; top: 34%; }
.dot-map span:nth-child(4) { left: 74%; top: 18%; }
.dot-map span:nth-child(5) { left: 68%; top: 56%; }
.dot-map span:nth-child(6) { left: 46%; top: 66%; }

.testimonial-band {
  background: var(--red);
}

.testimonial-band .section {
  min-height: 305px;
  display: flex;
  align-items: center;
}

.testimonial-band h2 {
  max-width: 420px;
  color: var(--white);
}

.faq {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.35fr);
  gap: 72px;
}

.accordion {
  display: grid;
  gap: 16px;
}

details {
  overflow: hidden;
  background: var(--soft);
  border-radius: 14px;
}

summary {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
  padding: 18px 22px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
}

summary::after {
  content: "+";
  color: var(--ink);
}

details[open] summary {
  color: var(--red-dark);
}

details[open] summary::after {
  content: "−";
}

details p {
  margin: 0;
  padding: 0 22px 22px;
}

.trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  padding-top: 30px;
}

.trust article {
  min-height: 205px;
  padding: 32px;
  text-align: center;
  border: 1px solid var(--red);
  border-radius: 20px;
}

.trust span {
  display: inline-grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: 18px;
  color: #137fb0;
  font-size: 30px;
  font-weight: 800;
  border: 3px solid #137fb0;
  border-radius: 50%;
}

.trust h3 {
  color: var(--ink);
}

.site-footer {
  padding: 70px max(24px, calc((100% - var(--max)) / 2)) 28px;
  background: #ededee;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 1fr 0.8fr;
  gap: 72px;
  margin-bottom: 58px;
}

.footer-brand {
  margin-bottom: 24px;
}

.site-footer h4 {
  margin: 0 0 22px;
}

.site-footer a {
  display: block;
  margin-bottom: 14px;
  color: var(--muted);
}

.copyright {
  margin: 0;
  padding-top: 28px;
  text-align: center;
  border-top: 1px solid #cfcfd3;
}

@media (max-width: 1120px) {
  .desktop-nav,
  .phone-pill {
    display: none;
  }

  .site-header {
    justify-content: space-between;
    height: 68px;
    padding: 0 28px;
  }

  .menu-button {
    display: block;
  }

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

@media (max-width: 820px) {
  .hero {
    min-height: 748px;
    background-position: 66% center;
  }

  .hero-overlay {
    background: rgba(0, 0, 0, 0.48);
  }

  .hero-content {
    width: min(342px, calc(100% - 44px));
    margin: 0 auto;
    text-align: center;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 36px;
  }

  .button-row {
    justify-content: center;
  }

  .split,
  .detail-row,
  .lead-section,
  .warning,
  .faq,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    width: min(100% - 34px, var(--max));
    padding: 66px 0;
  }

  .section-gray {
    width: 100%;
    padding-left: 17px;
    padding-right: 17px;
  }

  .section-image {
    min-height: 330px;
  }

  .detail-row-reverse .detail-image {
    order: 0;
  }

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

  .service-card {
    min-height: auto;
  }

  .service-card p {
    min-height: 0;
  }

  .cta-panel {
    min-height: 310px;
    padding: 24px;
    border-radius: 24px;
  }

  .cta-panel::after {
    background: linear-gradient(90deg, rgba(185, 20, 16, 0.98) 0%, rgba(185, 20, 16, 0.9) 54%, rgba(185, 20, 16, 0.42) 78%, rgba(185, 20, 16, 0.18) 100%);
  }

  .cta-bg {
    object-position: 68% center;
  }

  .cta-copy {
    min-height: 250px;
    width: min(100%, 320px);
  }

  .warning-list div {
    border-radius: 18px;
  }

  .warning-image {
    min-height: 280px;
  }

  .dot-map {
    min-height: 210px;
  }

  summary {
    font-size: 18px;
  }
}

@media (max-width: 460px) {
  .brand strong {
    font-size: 16px;
  }

  .brand {
    min-width: 156px;
  }

  .brand-logo {
    width: 156px;
    height: 48px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .btn {
    width: 100%;
  }

  .hero p {
    font-size: 15px;
  }

  .section-image {
    min-height: 260px;
  }

  .service-card img {
    height: 220px;
  }
}
