:root {
  --ink: #172126;
  --muted: #5d6b73;
  --line: #dfe9ec;
  --paper: #f6fbfa;
  --white: #ffffff;
  --aqua: #00a7b5;
  --aqua-dark: #007b88;
  --pink: #dc846f;
  --coral: #ff6b5f;
  --shadow: 0 24px 70px rgba(15, 39, 45, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

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

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(10, 24, 28, 0.82), rgba(10, 24, 28, 0));
}

.brand,
.nav,
.header-call {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  font-size: 1.05rem;
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  object-position: center;
}

.nav {
  gap: clamp(14px, 3vw, 34px);
  font-weight: 700;
  font-size: 0.94rem;
}

.header-call {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.16);
  font-weight: 800;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 410px);
  align-items: end;
  min-height: 92vh;
  padding: 132px clamp(18px, 5vw, 70px) 54px;
  overflow: hidden;
  color: var(--white);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/xtreme-clean-hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 30, 36, 0.88) 0%, rgba(10, 30, 36, 0.68) 38%, rgba(10, 30, 36, 0.16) 100%),
    linear-gradient(0deg, rgba(10, 30, 36, 0.48), rgba(10, 30, 36, 0.02) 60%);
}

.hero-content,
.quote-card {
  position: relative;
  z-index: 2;
}

.hero-content {
  max-width: 710px;
  padding-bottom: 24px;
}

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

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(4.2rem, 11vw, 9.5rem);
  line-height: 0.86;
  font-weight: 800;
}

.hero-copy {
  max-width: 660px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.36rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 800;
}

.button,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 0;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.button.primary,
button {
  color: #061619;
  background: var(--pink);
}

.button.secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.14);
}

.quote-card {
  width: 100%;
  padding: 26px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.quote-card h2 {
  margin-bottom: 8px;
  font-size: 1.55rem;
}

.quote-card p {
  color: var(--muted);
  line-height: 1.45;
}

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

.form-status {
  min-height: 20px;
  margin: 0;
  color: var(--aqua-dark);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
}

label {
  display: grid;
  gap: 7px;
  font-size: 0.84rem;
  font-weight: 800;
}

input,
select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  background: var(--white);
  padding: 0 12px;
  color: var(--ink);
  font: inherit;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-band div {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 28px clamp(18px, 4vw, 46px);
  background: var(--white);
}

.trust-band strong {
  font-size: 1.02rem;
}

.trust-band span {
  color: var(--muted);
  line-height: 1.45;
}

.section,
.split-section,
.cta-strip {
  padding: clamp(60px, 9vw, 112px) clamp(18px, 5vw, 70px);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading h2,
.split-section h2,
.cta-strip h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.6;
}

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

.service-card,
figure,
.steps article {
  border: 1px solid var(--line);
  background: var(--white);
}

.service-card {
  display: grid;
  align-content: start;
  min-height: 292px;
  padding: 24px;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 42px;
  color: #061619;
  background: var(--pink);
  font-weight: 800;
}

.service-card h3,
.steps h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.service-card p,
.steps p,
figure blockquote {
  color: var(--muted);
  line-height: 1.55;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(230px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(30px, 6vw, 74px);
  color: var(--white);
  background: var(--ink);
}

.steps {
  display: grid;
  gap: 14px;
}

.steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 4px 20px;
  padding: 24px;
  color: var(--ink);
}

.steps span {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--white);
  background: var(--aqua);
  font-weight: 800;
}

.steps p {
  margin-bottom: 0;
}

.reviews {
  background: #edf6f5;
}

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

figure {
  margin: 0;
  padding: 28px;
}

blockquote {
  margin: 0 0 28px;
  font-size: 1.05rem;
}

figcaption {
  color: var(--aqua-dark);
  font-weight: 800;
}

.cta-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--aqua);
  color: var(--white);
}

.cta-strip .eyebrow {
  color: #ffd4cc;
}

.cta-strip h2 {
  margin-bottom: 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(18px, 5vw, 70px);
  color: var(--white);
  background: #091416;
}

.footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
}

.footer span,
.footer a {
  color: rgba(255, 255, 255, 0.72);
}

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

  .nav {
    display: none;
  }

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

  .quote-card {
    max-width: 620px;
  }

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

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

  .split-section,
  .review-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: flex-start;
  }

  .header-call {
    display: none;
  }

  .hero {
    padding-top: 108px;
  }

  h1 {
    font-size: clamp(4rem, 19vw, 6.7rem);
  }

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

  .trust-band div {
    min-height: auto;
  }

  .cta-strip,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .button,
  button {
    width: 100%;
  }
}
