:root {
  --navy: #082c4c;
  --blue: #087eb8;
  --cyan: #18b6d6;
  --ice: #eef8fb;
  --ink: #10202e;
  --muted: #61717e;
  --white: #ffffff;
  --line: #d9e5ea;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "DM Sans", sans-serif; background: var(--white); }
a { color: inherit; }

.site-header {
  height: 88px; display: flex; align-items: center; justify-content: space-between;
  gap: 30px; padding: 10px clamp(24px, 5vw, 76px); background: rgba(255,255,255,.98);
  position: relative; z-index: 10; border-bottom: 1px solid rgba(8,44,76,.08);
}
.brand img { display: block; width: 112px; max-height: 68px; object-fit: contain; }
.header-trust { display: inline-flex; align-items: center; gap: 8px; color: var(--navy); font-size: .72rem; font-weight: 800; letter-spacing: .1em; white-space: nowrap; }
.header-trust span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; color: white; background: var(--blue); font-size: .75rem; }
nav { display: flex; gap: 36px; margin-left: auto; }
nav a { text-decoration: none; font-size: .95rem; font-weight: 600; color: #385161; }
nav a:hover { color: var(--blue); }

.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 27px;
  border-radius: 7px; color: white; background: var(--blue); text-decoration: none; font-weight: 700;
  box-shadow: 0 10px 28px rgba(8,126,184,.22); transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); background: #066c9e; }
.button-small { min-height: 44px; padding: 0 20px; font-size: .9rem; box-shadow: none; }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; }
.hero-image { position: absolute; inset: 0; background: url("assets/washer-dryer-hero.png") center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 32%, rgba(255,255,255,.56) 53%, rgba(255,255,255,0) 72%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 55%); padding: 70px 0 90px clamp(24px, 7vw, 110px); }
.trust-line { display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: .82rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.trust-line span { width: 28px; height: 2px; background: var(--cyan); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; }
h1 { margin-top: 26px; color: var(--navy); font-size: clamp(3.2rem, 5.7vw, 6rem); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--blue); font-style: normal; }
.hero-content > p { max-width: 590px; margin: 28px 0 32px; color: #475e6d; font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { font-weight: 700; text-decoration: none; color: var(--navy); }
.text-link span { color: var(--blue); padding-left: 6px; }

.price-card {
  position: absolute; z-index: 3; right: clamp(24px, 5vw, 76px); bottom: 35px; width: 260px;
  color: white; background: var(--navy); padding: 26px 28px; border-radius: 12px;
  box-shadow: 0 22px 55px rgba(8,44,76,.27);
}
.price-label { color: #9fe5f3; font-size: .75rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.price-row { display: flex; align-items: center; gap: 13px; margin-top: 10px; }
.price-row strong, .monthly strong { font-family: "Manrope"; font-size: 3.25rem; line-height: 1; }
.price-row span { font-size: .84rem; line-height: 1.25; color: #bcd0dc; }
.price-divider { height: 1px; background: rgba(255,255,255,.2); margin: 18px 0; }
.monthly { display: flex; align-items: baseline; gap: 7px; }
.monthly strong { font-size: 2.35rem; color: #7fe0f0; }
.monthly span { font-size: .82rem; color: #d8e7ed; }
.price-card small { display: block; margin-top: 13px; color: #9fb4c0; line-height: 1.4; }

.proof-bar { display: grid; grid-template-columns: repeat(4,1fr); padding: 30px clamp(24px,5vw,76px); background: var(--ice); border-bottom: 1px solid var(--line); }
.proof-bar > div { display: flex; align-items: center; justify-content: center; gap: 13px; min-height: 62px; padding: 0 24px; border-right: 1px solid var(--line); }
.proof-bar > div:last-child { border: 0; }
.proof-bar p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.5; }
.proof-bar strong { color: var(--navy); font-size: .95rem; }
.check { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 50%; color: var(--blue); background: white; font-weight: 800; }

.process { padding: 115px clamp(24px, 7vw, 110px); }
.eyebrow { color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .17em; }
.process h2, .cta h2, .why h2 { margin-top: 18px; color: var(--navy); font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.04em; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 34px; margin-top: 65px; }
.steps article { position: relative; padding: 34px 30px 31px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.step-number { position: absolute; top: -20px; left: 24px; display: grid; place-items: center; width: 48px; height: 48px; background: var(--blue); color: white; border-radius: 8px; font-family: "Manrope"; font-weight: 800; }
.steps h3 { margin-top: 13px; color: var(--navy); font-size: 1.22rem; }
.steps p { color: var(--muted); line-height: 1.7; margin-bottom: 0; }
.hookup-note { margin: 34px 0 0; color: var(--muted); font-size: .88rem; }

.why { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 100px clamp(24px,7vw,110px); color: white; background: var(--navy); }
.eyebrow.light { color: #70d7e9; }
.why h2 { color: white; }
.why-copy > p { margin: 0 0 28px; color: #c2d3dd; font-size: 1.12rem; line-height: 1.8; }
.why ul { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; padding: 0; margin: 0; }
.why li { padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.13); font-weight: 600; }
.why li span { color: #70d7e9; margin-right: 9px; }

.cta { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; padding: 105px clamp(24px,7vw,110px); background: #f7fbfc; }
.cta-actions { display: grid; grid-template-columns: 1fr; align-items: stretch; gap: 12px; min-width: 345px; }
.contact-button { justify-content: flex-start; gap: 14px; min-height: 66px; padding: 10px 20px; box-shadow: none; }
.contact-button span:last-child { display: flex; flex-direction: column; line-height: 1.3; }
.contact-button small { color: rgba(255,255,255,.72); font-size: .65rem; letter-spacing: .12em; }
.contact-icon { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.14); font-size: 1.05rem; }
.contact-icon.fb { font-family: Arial, sans-serif; font-size: 1.35rem; font-weight: 700; }
.button-email { background: var(--navy); }
.button-email:hover { background: #061f35; }
.button-facebook { background: #1877f2; }
.button-facebook:hover { background: #0d65d9; }

footer { display: flex; align-items: center; gap: 25px; padding: 30px clamp(24px,5vw,76px); color: #6a7d89; font-size: .82rem; border-top: 1px solid var(--line); }
footer img { width: 70px; height: 48px; object-fit: contain; }
footer p:last-child { margin-left: auto; }
.footer-links { display: flex; gap: 16px; }
.footer-links a { color: var(--blue); font-weight: 700; text-decoration: none; }

@media (max-width: 900px) {
  nav { display: none; }
  .site-header { height: 78px; }
  .hero { min-height: 820px; align-items: flex-start; }
  .hero-image { background-position: 62% bottom; }
  .hero-overlay { background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.96) 44%, rgba(255,255,255,.12) 76%); }
  .hero-content { width: 100%; padding: 60px 24px; }
  .hero-content > p { max-width: 520px; }
  .price-card { left: 24px; right: auto; bottom: 25px; }
  .proof-bar { grid-template-columns: 1fr 1fr; }
  .proof-bar > div:nth-child(2) { border-right: 0; }
  .proof-bar > div { justify-content: flex-start; border-bottom: 1px solid var(--line); }
  .steps { grid-template-columns: 1fr; gap: 40px; }
  .why { grid-template-columns: 1fr; gap: 45px; }
  .cta { align-items: flex-start; flex-direction: column; }
  .cta-actions { width: min(100%, 430px); min-width: 0; }
}

@media (max-width: 560px) {
  .brand img { width: 86px; }
  .header-trust { display: none; }
  .button-small { font-size: 0; padding: 0 16px; }
  .button-small::after { content: "Call now"; font-size: .87rem; }
  h1 { font-size: 3.1rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .proof-bar { grid-template-columns: 1fr; }
  .proof-bar > div { border-right: 0; }
  .why ul { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; }
  footer p { margin: 0; }
  footer p:last-child { margin-left: 0; }
}
