.fast-home {
  background: #f5f7f3;
}

.quick-hero {
  align-items: center;
  color: #fff;
  display: grid;
  isolation: isolate;
  min-height: min(760px, 84svh);
  overflow: hidden;
  padding: clamp(78px, 10vw, 132px) 0 34px;
  position: relative;
}

.quick-hero > img,
.quick-hero-shade {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.quick-hero > img {
  object-fit: cover;
  object-position: center;
  z-index: -3;
}

.quick-hero-shade {
  background:
    linear-gradient(90deg, rgba(7, 13, 12, .94), rgba(7, 13, 12, .75) 48%, rgba(7, 13, 12, .3)),
    linear-gradient(0deg, rgba(7, 13, 12, .82), rgba(7, 13, 12, .08) 56%);
  z-index: -2;
}

.quick-hero-grid {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .44fr);
}

.quick-hero-copy h1 {
  font-size: clamp(2.65rem, 5.6vw, 5.55rem);
  line-height: .98;
  margin-bottom: 18px;
  max-width: 980px;
}

.quick-hero-copy p {
  color: rgba(255, 255, 255, .84);
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  max-width: 720px;
}

.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.quick-actions .button {
  min-height: 54px;
}

.quick-proof-panel {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
  display: grid;
  gap: 10px;
  padding: 18px;
  backdrop-filter: blur(18px);
}

.quick-proof-panel div {
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  padding-bottom: 12px;
}

.quick-proof-panel div:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.quick-proof-panel strong {
  color: #fff;
  display: block;
  font-size: 1.55rem;
  line-height: 1.05;
}

.quick-proof-panel span {
  color: rgba(255, 255, 255, .76);
  display: block;
  font-size: .94rem;
  line-height: 1.3;
  margin-top: 4px;
}

.quick-section {
  padding: clamp(54px, 7vw, 86px) 0;
}

.quick-heading {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .42fr);
  margin-bottom: 26px;
}

.quick-heading h2 {
  font-size: clamp(1.9rem, 3.8vw, 3.65rem);
  max-width: 880px;
}

.quick-heading p {
  font-size: 1.04rem;
}

.problem-grid,
.flow-grid,
.guarantee-grid,
.answer-grid {
  display: grid;
  gap: 14px;
}

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

.problem-card,
.flow-card,
.guarantee-card,
.answer-tile,
.quick-cta-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(13, 22, 20, .08);
}

.problem-card,
.flow-card,
.guarantee-card,
.answer-tile {
  padding: 18px;
}

.problem-card img,
.method-feature img {
  border-radius: var(--radius);
  height: 170px;
  margin-bottom: 16px;
  object-fit: cover;
  width: 100%;
}

.problem-card h3,
.flow-card h3,
.guarantee-card h3,
.answer-tile h3 {
  font-size: 1.12rem;
  margin-bottom: 8px;
}

.problem-card p,
.flow-card p,
.guarantee-card p,
.answer-tile p {
  margin-bottom: 0;
}

.quick-inline-cta {
  align-items: center;
  background: var(--ink);
  border-radius: var(--radius);
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
  margin-top: 16px;
  padding: 18px;
}

.quick-inline-cta p {
  color: rgba(255, 255, 255, .78);
  margin: 0;
}

.quick-inline-cta strong {
  display: block;
  font-size: 1.1rem;
}

.flow-grid {
  counter-reset: step;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flow-card {
  position: relative;
}

.flow-card:before {
  align-items: center;
  background: rgba(194, 56, 40, .12);
  border-radius: 999px;
  color: var(--accent);
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  display: inline-flex;
  font-size: .82rem;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 16px;
  width: 48px;
}

.quick-method {
  background: #102f2a;
  color: #fff;
}

.quick-method p,
.quick-method .eyebrow {
  color: rgba(255, 255, 255, .76);
}

.method-layout {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.method-feature {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  padding: 18px;
}

.method-feature img {
  height: 320px;
}

.method-steps {
  display: grid;
  gap: 12px;
}

.method-steps div {
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--radius);
  padding: 16px;
}

.method-steps strong {
  color: #fff;
  display: block;
  margin-bottom: 4px;
}

.method-steps span {
  color: rgba(255, 255, 255, .72);
}

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

.region-fast {
  background: var(--surface-muted);
}

.region-fast-layout {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
}

.region-fast img {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  max-height: 520px;
  object-fit: contain;
  padding: 12px;
  width: 100%;
}

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

.answer-tile {
  display: block;
  text-decoration: none;
  transition: border-color .16s ease, transform .16s ease;
}

.answer-tile:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
}

.fast-contact {
  background: var(--ink);
  color: #fff;
}

.fast-contact p,
.fast-contact .eyebrow {
  color: rgba(255, 255, 255, .76);
}

.fast-contact-layout {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
}

.quick-cta-card {
  display: grid;
  gap: 12px;
  padding: 20px;
}

.quick-cta-card .button {
  width: 100%;
}

@media (max-width: 1080px) {
  .quick-hero-grid,
  .quick-heading,
  .method-layout,
  .region-fast-layout,
  .fast-contact-layout {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 680px) {
  .quick-hero {
    min-height: auto;
    padding: 58px 0 28px;
  }

  .quick-hero-copy h1 {
    font-size: 2.05rem;
    line-height: 1.05;
  }

  .quick-hero-copy p {
    font-size: 1rem;
  }

  .quick-actions .button,
  .quick-inline-cta .button {
    width: 100%;
  }

  .quick-proof-panel {
    padding: 14px;
  }

  .quick-heading h2 {
    font-size: 1.72rem;
  }

  .problem-grid,
  .flow-grid,
  .guarantee-grid,
  .answer-grid {
    grid-template-columns: 1fr;
  }

  .problem-card img,
  .method-feature img {
    height: 210px;
  }

  .quick-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }
}
