
:root{--red:#e20b17;--red2:#b8000a;--dark:#09090b;--dark2:#151519;--text:#16161a;--muted:#686873;--line:#e8e8ec;--soft:#f6f6f8;--white:#fff;--green:#18a957;--radius:20px;--shadow:0 20px 60px rgba(0,0,0,.14);--container:min(1200px,calc(100% - 40px))}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.container{width:var(--container);margin:auto}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:#fff;padding:10px;z-index:999}
.topbar{background:#080809;color:#fff;font-size:.82rem}.topbar .container{min-height:38px;display:flex;justify-content:space-between;align-items:center}.topbar a{font-weight:900}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}.nav{height:78px;display:flex;align-items:center;gap:28px}.logo{display:flex;align-items:center;gap:10px}.logo-badge{width:45px;height:45px;border-radius:13px;background:var(--red);color:#fff;font-weight:1000;display:grid;place-items:center;transform:skew(-8deg)}.logo-copy{line-height:.92}.logo-copy b{display:block;font-size:1.1rem}.logo-copy small{font-size:.66rem;letter-spacing:.15em}.menu{display:flex;gap:24px;margin-left:auto;align-items:center}.menu a{font-size:.88rem;font-weight:850}.menu a:hover{color:var(--red)}.menu-btn{display:none;background:none;border:0;padding:10px}.menu-btn span{display:block;width:26px;height:2px;background:#111;margin:5px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 23px;border-radius:11px;font-weight:950;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-2px)}.btn-red{background:var(--red);color:#fff;box-shadow:0 12px 28px rgba(226,11,23,.24)}.btn-red:hover{background:var(--red2)}.btn-green{background:var(--green);color:#fff}.btn-dark{background:#111;color:#fff}.btn-white{background:#fff;color:#111}.btn-outline{border-color:#cfcfd5;background:#fff}.btn-lg{min-height:58px;padding:0 28px}.btn-block{width:100%}
.hero{position:relative;min-height:720px;display:flex;align-items:center;background:#080809;color:#fff;overflow:hidden}.hero-bg{position:absolute;inset:0;background:url("../images/hero-van.webp") 68% center/cover no-repeat}.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,5,.96),rgba(4,4,5,.76) 48%,rgba(4,4,5,.36) 80%,rgba(4,4,5,.56))}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.35fr .65fr;gap:55px;align-items:center;padding:90px 0}.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.15em;font-weight:950;font-size:.76rem;margin:0 0 18px}.eyebrow:before{content:"";width:34px;height:3px;background:var(--red)}.eyebrow.dark{color:#555}.hero h1,.page-hero h1{font-size:clamp(3.2rem,7vw,6.4rem);line-height:.94;letter-spacing:-.065em;margin:0 0 24px}.hero p.lead,.page-hero p.lead{font-size:1.12rem;color:#dedee2;max-width:720px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.ticks{display:flex;flex-wrap:wrap;gap:12px 24px;list-style:none;padding:0;margin:28px 0 0}.ticks li:before{content:"✓";color:#5be77a;margin-right:8px}
.quote{background:rgba(255,255,255,.97);color:#111;padding:30px;border-radius:22px;box-shadow:var(--shadow)}.quote h2{font-size:2rem;line-height:1.05;margin:4px 0 10px}.quote p{color:#6c6c74}.quote-list{display:grid;grid-template-columns:34px 1fr;gap:10px 12px;margin:22px 0}.quote-list b{width:32px;height:32px;background:#111;color:#fff;border-radius:9px;display:grid;place-items:center}.quote-list span{font-weight:800}
.trust{background:var(--red);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid div{padding:22px;border-right:1px solid rgba(255,255,255,.22)}.trust-grid div:last-child{border:0}.trust strong{display:block;font-size:1.35rem}.trust span{font-size:.83rem;opacity:.88}
.section{padding:100px 0}.soft{background:var(--soft)}.dark-section{background:#101012;color:#fff}.section-head{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:end;margin-bottom:45px}.section-head h2,.content h2,.cta h2{font-size:clamp(2.2rem,5vw,4.2rem);line-height:1;letter-spacing:-.055em;margin:0}.section-head p{color:var(--muted);margin:0}
.cards{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.card{border:1px solid var(--line);border-radius:18px;padding:26px;min-height:290px;display:flex;flex-direction:column;transition:.22s;background:#fff}.card:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:transparent}.card:first-child{background:#111;color:#fff}.card small{color:var(--red);font-weight:950}.card h3{font-size:1.35rem;line-height:1.12;margin:44px 0 12px}.card p{color:var(--muted)}.card:first-child p{color:#bdbdc4}.card a{margin-top:auto;font-weight:950}.card a span{color:var(--red)}
.steps{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px}.steps ol{list-style:none;padding:0;margin:0}.steps li{display:grid;grid-template-columns:72px 1fr;gap:20px;padding:25px 0;border-bottom:1px solid #35353a}.steps li>span{font-size:1.8rem;font-weight:1000;color:var(--red)}.steps h3{margin:0;font-size:1.35rem}.steps p{margin:5px 0;color:#aaa}
.area-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.area{min-height:160px;border:1px solid var(--line);border-radius:18px;padding:25px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#fff,#f4f4f6);transition:.22s}.area:hover{background:#111;color:#fff;transform:translateY(-5px)}.area strong{font-size:1.3rem}.area span{color:var(--red);font-size:.82rem;font-weight:950}
.split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.photo{min-height:560px;border-radius:24px;background:#dcdce1 url("../images/technician.webp") center 42%/cover no-repeat}.check{list-style:none;padding:0}.check li{padding:12px 0;border-bottom:1px solid #ddd;font-weight:800}.check li:before{content:"✓";color:var(--red);margin-right:10px}
.proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.proof{border:1px solid var(--line);border-radius:18px;overflow:hidden}.proof-img{height:230px;background:#ddd center/cover no-repeat}.proof:nth-child(1) .proof-img{background-image:url("../images/job-1-emergency-tyre-replacement.webp")}.proof:nth-child(2) .proof-img{background-image:url("../images/job-2-mobile-fitting-at-home.webp")}.proof:nth-child(3) .proof-img{background-image:url("../images/job-3-puncture-inspection.webp")}.proof-body{padding:22px}.proof-body small{color:var(--red);font-weight:950}.proof-body h3{margin:6px 0}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review{background:#1a1a1e;border:1px solid #303036;border-radius:18px;padding:26px}.stars{color:#f4b400;letter-spacing:.08em}.review p{color:#e2e2e5}.review footer{font-weight:900}.review footer span{display:block;color:#999;font-size:.78rem}
.faq{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.faq details{border-bottom:1px solid var(--line);padding:20px 0}.faq summary{cursor:pointer;font-weight:950;font-size:1.08rem;list-style:none;position:relative;padding-right:28px}.faq summary:after{content:"+";position:absolute;right:0;color:var(--red);font-size:1.4rem}.faq details[open] summary:after{content:"−"}.faq details p{color:var(--muted)}
.cta{background:var(--red);color:#fff;padding:72px 0}.cta-inner{display:flex;justify-content:space-between;gap:40px;align-items:center}.cta-actions{display:flex;gap:12px;flex-wrap:wrap}
.footer{background:#070708;color:#fff;padding:65px 0 90px}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:44px}.footer-grid>div{display:flex;flex-direction:column;align-items:flex-start}.footer h3{margin-top:0}.footer a{color:#ccc;margin:4px 0}.footer p{color:#999}.footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #242429;margin-top:45px;padding-top:20px;color:#777;font-size:.78rem}
.page-hero{background:#0b0b0d;color:#fff;padding:92px 0 78px;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:480px;height:480px;border-radius:50%;background:rgba(226,11,23,.15);right:-130px;top:-160px;filter:blur(20px)}.page-hero .container{position:relative;z-index:2}.breadcrumb{font-size:.82rem;color:#aaa;margin-bottom:24px}.breadcrumb a{color:#fff}.page-hero h1{max-width:980px;font-size:clamp(2.8rem,6vw,5.7rem)}.page-hero .meta{display:flex;flex-wrap:wrap;gap:12px 28px;margin-top:25px;font-weight:850}.page-hero .meta span:before{content:"✓";color:#5be77a;margin-right:8px}
.local-layout{display:grid;grid-template-columns:1fr 360px;gap:55px}.content h2{font-size:clamp(2rem,4vw,3.5rem);margin:50px 0 18px}.content h2:first-child{margin-top:0}.content h3{font-size:1.4rem}.content p{color:#4f4f58}.content ul{padding-left:20px}.side-card{position:sticky;top:105px;border:1px solid var(--line);border-radius:20px;padding:25px;box-shadow:0 15px 40px rgba(0,0,0,.08)}.side-card h2{font-size:1.8rem;margin:0 0 10px}.side-card address{font-style:normal;color:#666}.side-card .btn{margin-top:10px}.nap{background:#f5f5f7;padding:18px;border-radius:14px;margin:18px 0}.related{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.related a{padding:14px;border:1px solid var(--line);border-radius:12px;font-weight:850}.related a:hover{border-color:var(--red);color:var(--red)}
.mobile-bar{display:none}
@media(max-width:1100px){.cards{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr}.quote{max-width:620px}.footer-grid{grid-template-columns:1.2fr 1fr 1fr}.local-layout{grid-template-columns:1fr 320px}}
@media(max-width:830px){body{padding-bottom:65px}.topbar span{display:none}.topbar .container{justify-content:center}.menu-btn{display:block;margin-left:auto}.menu{position:absolute;top:78px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:20px;border-bottom:1px solid var(--line);box-shadow:0 20px 30px rgba(0,0,0,.12)}.menu.open{display:flex}.nav>.btn{display:none}.section{padding:75px 0}.section-head,.steps,.split,.faq,.local-layout{grid-template-columns:1fr}.cards{grid-template-columns:repeat(2,1fr)}.area-grid{grid-template-columns:repeat(2,1fr)}.proof-grid,.review-grid{grid-template-columns:1fr}.side-card{position:static}.trust-grid{grid-template-columns:repeat(2,1fr)}.cta-inner{align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr 1fr}.mobile-bar{display:grid;position:fixed;bottom:0;left:0;right:0;z-index:100;grid-template-columns:repeat(3,1fr);background:#080809}.mobile-bar a{height:65px;display:grid;place-items:center;color:#fff;font-weight:950;border-right:1px solid #333}.mobile-bar a:nth-child(2){background:var(--green)}.mobile-bar a:nth-child(3){background:var(--red)}}
@media(max-width:580px){:root{--container:min(100% - 28px,1200px)}.nav{height:68px}.menu{top:68px}.hero{min-height:auto}.hero-grid{padding:58px 0}.hero h1,.page-hero h1{font-size:clamp(2.7rem,14vw,4.4rem)}.actions,.cta-actions{flex-direction:column}.actions .btn,.cta-actions .btn{width:100%}.cards,.area-grid,.footer-grid,.related{grid-template-columns:1fr}.trust-grid{grid-template-columns:1fr 1fr}.photo{min-height:380px}.footer-bottom{flex-direction:column;gap:7px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* FastFix responsive logo */
.site-logo-image {
  display: block;
  width: clamp(190px, 19vw, 255px);
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.footer .site-logo-image {
  width: min(235px, 100%);
}

@media (max-width: 580px) {
  .site-logo-image {
    width: 190px;
  }
}

/* Dedicated logo for dark footer */
.site-logo-footer {
  width: 220px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 580px) {
  .site-logo-footer {
    width: 200px;
  }
}

/* Premium FastFix hero image positioning */
.hero-bg {
  background-position: 68% center;
}

@media (max-width: 1100px) {
  .hero-bg {
    background-position: 62% center;
  }
}

@media (max-width: 830px) {
  .hero-bg {
    background-position: 58% center;
  }

  .hero-bg::after {
    background:
      linear-gradient(
        90deg,
        rgba(4, 4, 5, 0.96) 0%,
        rgba(4, 4, 5, 0.78) 58%,
        rgba(4, 4, 5, 0.5) 100%
      );
  }
}

@media (max-width: 580px) {
  .hero-bg {
    background-position: 56% center;
  }

  .hero-bg::after {
    background:
      linear-gradient(
        180deg,
        rgba(4, 4, 5, 0.72) 0%,
        rgba(4, 4, 5, 0.88) 45%,
        rgba(4, 4, 5, 0.98) 100%
      );
  }
}

/* Premium hero refinement */
.hero {
  min-height: 680px;
}

.hero-bg {
  background-position: 64% center;
}

.hero-bg::after {
  background:
    linear-gradient(
      90deg,
      rgba(4, 4, 5, 0.91) 0%,
      rgba(4, 4, 5, 0.72) 42%,
      rgba(4, 4, 5, 0.34) 72%,
      rgba(4, 4, 5, 0.52) 100%
    );
}

.hero-grid {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);
  gap: 68px;
  padding-top: 76px;
  padding-bottom: 76px;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(3rem, 6vw, 5.75rem);
  line-height: 0.95;
}

.hero p.lead {
  max-width: 650px;
}

.quote {
  max-width: 390px;
  margin-left: auto;
  padding: 28px;
}

@media (max-width: 1100px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .quote {
    max-width: 620px;
    margin-left: 0;
  }
}

@media (max-width: 830px) {
  .hero-bg {
    background-position: 60% center;
  }

  .hero-bg::after {
    background:
      linear-gradient(
        90deg,
        rgba(4, 4, 5, 0.93) 0%,
        rgba(4, 4, 5, 0.76) 58%,
        rgba(4, 4, 5, 0.5) 100%
      );
  }
}

@media (max-width: 580px) {
  .hero-grid {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .hero-bg {
    background-position: 58% center;
  }
}

/* Real technician image */
.photo {
  background-position: center 42%;
}

@media (max-width: 830px) {
  .photo {
    min-height: 520px;
    background-position: center 38%;
  }
}

@media (max-width: 580px) {
  .photo {
    min-height: 390px;
    background-position: center 34%;
  }
}

/* Real completed-job imagery */
.proof-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.proof:nth-child(1) .proof-img {
  background-position: center 42%;
}

.proof:nth-child(2) .proof-img {
  background-position: center 45%;
}

.proof:nth-child(3) .proof-img {
  background-position: center 40%;
}

/* Honest customer experience section */
.customer-trust-section {
  background: #101012;
  color: #fff;
}

.customer-trust-section .section-head > p {
  color: #aaa;
}

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

.customer-highlight {
  min-height: 250px;
}

.customer-highlight h3 {
  font-size: 1.35rem;
  margin: 20px 0 10px;
}

.customer-highlight p {
  color: #c8c8ce;
}

.highlight-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #e20b17;
  color: #fff;
  font-weight: 950;
}

.review-source-note {
  margin-top: 22px;
  color: #888;
  font-size: .8rem;
}

@media (max-width: 830px) {
  .customer-highlight-grid {
    grid-template-columns: 1fr;
  }
}

/* Genuine Google review section */
.genuine-review-grid {
  grid-template-columns: repeat(3, 1fr);
}

.genuine-review {
  display: flex;
  flex-direction: column;
  min-height: 310px;
}

.genuine-review > p {
  font-size: 1rem;
  line-height: 1.75;
  color: #e4e4e7;
}

.genuine-review footer {
  margin-top: auto;
  padding-top: 20px;
}

.google-review-label {
  display: inline-flex;
  align-self: flex-start;
  padding: 7px 11px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: .7rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .08em;
}

@media (max-width: 830px) {
  .genuine-review-grid {
    grid-template-columns: 1fr;
  }

  .genuine-review {
    min-height: auto;
  }
}

/* =========================
   FINAL HOMEPAGE UI POLISH
   ========================= */

/* Better global rhythm */
body {
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.section {
  padding-top: 92px;
  padding-bottom: 92px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, .9fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head > p {
  font-size: 1rem;
  line-height: 1.75;
  color: #5e6168;
  max-width: 560px;
}

h2 {
  letter-spacing: -0.04em;
}

.eyebrow {
  margin-bottom: 14px;
}

/* Header/nav polish */
.topbar {
  font-size: .78rem;
  letter-spacing: .01em;
}

.nav {
  min-height: 82px;
}

.nav-links a {
  font-size: .92rem;
  font-weight: 800;
}

.nav .btn {
  min-height: 48px;
  padding-inline: 18px;
}

/* Hero polish */
.hero {
  min-height: 700px;
}

.hero-grid {
  gap: 72px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
  line-height: .94;
}

.hero p.lead {
  max-width: 680px;
  font-size: 1.08rem;
  line-height: 1.8;
  color: #d9d9de;
}

.actions .btn {
  min-height: 52px;
  padding-inline: 18px;
}

.ticks {
  gap: 14px 26px;
}

.ticks li {
  font-size: .96rem;
  color: #e3e4e8;
}

.quote {
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.quote h3 {
  font-size: 2rem;
  line-height: 1.05;
}

.quote p,
.quote li {
  font-size: .96rem;
  line-height: 1.65;
}

/* Stat strip */
.stats {
  border-top: 1px solid rgba(255,255,255,.08);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.stat {
  min-height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat strong {
  font-size: 1.2rem;
}

.stat span {
  font-size: .92rem;
}

/* Services cards */
.service-grid {
  gap: 20px;
}

.service {
  min-height: 255px;
  border-radius: 18px;
  padding: 24px 22px;
  box-shadow: 0 10px 24px rgba(16,16,18,.04);
}

.service h3 {
  font-size: 1.28rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.service p {
  font-size: .96rem;
  line-height: 1.72;
  color: #4f535a;
}

.service a {
  font-size: .95rem;
  font-weight: 900;
}

/* Dark sections readability */
.section-dark,
.customer-trust-section,
.how,
.dark-block {
  color: #fff;
}

.how .section-head > p,
.customer-trust-section .section-head > p,
.section-dark .section-head > p {
  color: #b9bcc4;
}

.how-grid,
.steps {
  gap: 28px;
}

.how-copy p,
.step p {
  font-size: .98rem;
  line-height: 1.75;
  color: #cfd2d9;
}

.step strong,
.step h3 {
  font-size: 1.08rem;
}

/* Area cards */
.area-grid {
  gap: 18px;
}

.area-card {
  min-height: 118px;
  border-radius: 18px;
  padding: 22px 20px;
  box-shadow: 0 8px 20px rgba(16,16,18,.03);
}

.area-card h3 {
  font-size: 1.12rem;
  margin-bottom: 8px;
}

.area-card p {
  font-size: .9rem;
  line-height: 1.6;
  color: #e20b17;
  font-weight: 800;
}

/* Why FastFix split */
.split {
  gap: 46px;
  align-items: center;
}

.photo {
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(16,16,18,.06);
}

.copy h3,
.copy h2 {
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  margin-bottom: 18px;
}

.copy p {
  font-size: 1rem;
  line-height: 1.8;
  color: #4f535a;
}

.list-check li {
  font-size: .98rem;
  line-height: 1.7;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Job cards */
.proof-grid {
  gap: 20px;
}

.proof {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(16,16,18,.04);
}

.proof-img {
  height: 240px;
}

.proof-body {
  padding: 22px 20px 24px;
}

.proof-body small {
  display: inline-block;
  margin-bottom: 8px;
  font-size: .74rem;
  letter-spacing: .06em;
}

.proof-body h3 {
  font-size: 1.18rem;
  line-height: 1.25;
  margin-bottom: 10px;
}

.proof-body p {
  font-size: .95rem;
  line-height: 1.7;
  color: #4f535a;
}

/* Reviews */
.genuine-review-grid {
  gap: 22px;
}

.genuine-review {
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}

.genuine-review > p {
  font-size: .98rem;
  line-height: 1.8;
  color: #ececf0;
}

.genuine-review footer {
  font-size: .94rem;
  font-weight: 800;
  color: #fff;
}

.google-review-label {
  margin-bottom: 16px;
}

/* FAQ */
.faq-grid,
.faq-layout {
  gap: 34px;
  align-items: start;
}

.faq-intro p,
.faq-copy p {
  font-size: 1rem;
  line-height: 1.8;
  color: #4f535a;
}

.faq-item {
  padding-top: 18px;
  padding-bottom: 18px;
}

.faq-question {
  font-size: 1rem;
  font-weight: 800;
}

.faq-answer {
  font-size: .96rem;
  line-height: 1.75;
  color: #4f535a;
}

/* Final CTA */
.cta-band {
  padding-top: 76px;
  padding-bottom: 76px;
}

.cta-band h2 {
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  line-height: .96;
  margin-bottom: 14px;
}

.cta-band p {
  font-size: 1rem;
  line-height: 1.8;
}

.cta-band .btn,
.cta .btn {
  min-height: 52px;
  padding-inline: 18px;
}

/* Footer */
.footer {
  padding-top: 56px;
}

.footer-grid {
  gap: 30px;
}

.footer,
.footer p,
.footer li,
.footer a {
  font-size: .94rem;
  line-height: 1.75;
}

.footer h3,
.footer h4 {
  font-size: 1rem;
  margin-bottom: 12px;
}

.footer .site-logo-footer {
  margin-bottom: 16px;
}

/* Buttons consistency */
.btn {
  border-radius: 12px;
  font-weight: 900;
  letter-spacing: -.01em;
  box-shadow: 0 10px 22px rgba(226,11,23,.12);
}

/* Better laptop layout */
@media (max-width: 1200px) {
  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .hero-grid {
    gap: 42px;
  }

  .section-head {
    grid-template-columns: 1fr;
  }
}

/* Tablet */
@media (max-width: 830px) {
  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .quote {
    max-width: 100%;
    margin-left: 0;
  }

  .service-grid,
  .proof-grid,
  .review-grid,
  .genuine-review-grid,
  .area-grid {
    grid-template-columns: 1fr 1fr;
  }

  .split,
  .faq-grid,
  .faq-layout,
  .section-head,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .proof-img {
    height: 220px;
  }
}

/* Mobile */
@media (max-width: 580px) {
  .nav {
    min-height: 74px;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 13vw, 4.1rem);
  }

  .hero p.lead,
  .section-head > p,
  .copy p,
  .faq-intro p,
  .faq-copy p,
  .proof-body p,
  .service p,
  .genuine-review > p {
    font-size: .95rem;
  }

  .service-grid,
  .proof-grid,
  .review-grid,
  .genuine-review-grid,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .service,
  .proof,
  .genuine-review,
  .area-card {
    min-height: auto;
  }

  .proof-img {
    height: 210px;
  }

  .photo {
    min-height: 320px;
  }

  .cta-band h2 {
    font-size: clamp(2.2rem, 12vw, 3.2rem);
  }
}

/* ==================================
   FASTFIX UI POLISH — PASS 2
   ================================== */

/* Header readability */
.topbar .container {
  min-height: 42px;
}

.topbar,
.topbar a {
  font-size: .84rem;
}

.nav {
  height: 84px;
}

.menu a {
  font-size: .93rem;
  letter-spacing: -.01em;
}

.site-logo-image {
  width: clamp(205px, 18vw, 250px);
}

/* Hero final balance */
.hero-grid {
  max-width: 1200px;
}

.hero h1 {
  max-width: 700px;
}

.hero p.lead {
  font-size: 1.05rem;
  line-height: 1.72;
}

.hero .actions {
  margin-top: 26px;
}

.hero .btn {
  min-height: 54px;
}

.quote {
  max-width: 410px;
}

.quote h2 {
  font-size: 1.95rem;
}

.quote-list {
  row-gap: 13px;
}

/* Trust bar */
.trust-grid > div {
  min-height: 90px;
  justify-content: center;
}

.trust-grid strong {
  font-size: 1.42rem;
}

.trust-grid span {
  font-size: .88rem;
}

/* Main section titles */
.section-head {
  margin-bottom: 42px;
}

.section-head h2 {
  max-width: 690px;
}

.section-head > p {
  max-width: 520px;
}

/* Service cards */
.cards {
  gap: 18px;
}

.card {
  min-height: 315px;
  padding: 28px 24px;
}

.card h3 {
  font-size: 1.42rem;
  margin-top: 42px;
}

.card p {
  font-size: .98rem;
  line-height: 1.68;
}

.card a {
  font-size: .94rem;
}

/* Process section */
.steps {
  max-width: 760px;
}

.steps li {
  padding: 27px 0;
}

.steps h3 {
  font-size: 1.34rem;
}

.steps p {
  font-size: .97rem;
}

/* Area cards */
.area-grid {
  gap: 17px;
}

.area {
  min-height: 150px;
  padding: 25px 23px;
}

.area strong {
  font-size: 1.28rem;
}

.area span {
  font-size: .86rem;
  line-height: 1.55;
}

/* Why FastFix section */
.proof-grid,
.split {
  align-items: center;
}

.photo {
  min-height: 590px;
}

.check li {
  font-size: .98rem;
}

/* Service-in-action cards */
.proof-grid {
  gap: 22px;
}

.proof {
  background: #fff;
}

.proof-img {
  height: 250px;
}

.proof-body {
  min-height: 210px;
}

.proof-body h3 {
  font-size: 1.22rem;
}

.proof-body p {
  font-size: .96rem;
}

/* Genuine reviews */
.customer-trust-section {
  padding-top: 96px;
  padding-bottom: 96px;
}

.genuine-review-grid {
  gap: 24px;
}

.genuine-review {
  min-height: 340px;
  padding: 27px;
}

.genuine-review > p {
  font-size: 1rem;
  line-height: 1.8;
}

.genuine-review footer {
  font-size: .96rem;
}

.google-review-label {
  padding: 8px 12px;
  font-size: .72rem;
}

/* FAQ */
.faq details {
  padding: 24px 0;
}

.faq summary {
  font-size: 1.05rem;
}

.faq details p {
  font-size: .97rem;
  line-height: 1.75;
}

/* CTA */
.cta {
  padding: 82px 0;
}

.cta h2 {
  max-width: 620px;
}

.cta p {
  font-size: 1rem;
}

/* Footer readability */
.footer {
  padding-top: 72px;
}

.footer-grid {
  gap: 52px;
}

.footer h3 {
  font-size: 1.06rem;
}

.footer a,
.footer p {
  font-size: .92rem;
  line-height: 1.72;
}

.footer .site-logo-footer {
  width: 230px;
}

.footer-bottom {
  font-size: .8rem;
}

/* Medium screen */
@media (max-width: 1100px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .card:last-child {
    grid-column: 1 / -1;
  }

  .photo {
    min-height: 500px;
  }
}

/* Tablet */
@media (max-width: 830px) {
  .site-logo-image {
    width: 205px;
  }

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

  .card:last-child {
    grid-column: auto;
  }

  .proof-img {
    height: 240px;
  }

  .footer-grid {
    gap: 35px;
  }
}

/* Mobile */
@media (max-width: 580px) {
  .topbar .container {
    min-height: 38px;
  }

  .site-logo-image {
    width: 180px;
  }

  .hero-grid {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12.5vw, 3.9rem);
  }

  .hero p.lead {
    font-size: .98rem;
  }

  .cards,
  .area-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .area,
  .proof-body,
  .genuine-review {
    padding-left: 20px;
    padding-right: 20px;
  }

  .photo {
    min-height: 390px;
  }

  .proof-img {
    height: 220px;
  }

  .customer-trust-section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .cta {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer {
    padding-top: 58px;
  }
}

/* =====================================
   FASTFIX FINAL MOBILE RESPONSIVE POLISH
   ===================================== */

@media (max-width: 580px) {

  body {
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 30px, 1200px);
  }

  .topbar,
  .topbar a {
    font-size: .8rem;
  }

  .topbar .container {
    min-height: 36px;
  }

  .nav {
    height: 72px;
    min-height: 72px;
  }

  .site-logo-image {
    width: 175px;
  }

  .menu-btn {
    padding: 8px;
  }

  .menu {
    top: 72px;
    padding: 18px 22px 24px;
  }

  .menu a {
    padding: 11px 2px;
    font-size: 1rem;
    border-bottom: 1px solid #ededf0;
  }

  .hero-grid {
    padding-top: 48px;
    padding-bottom: 42px;
    gap: 28px;
  }

  .hero h1 {
    font-size: clamp(2.55rem, 12vw, 3.75rem);
    line-height: .96;
    margin-bottom: 20px;
  }

  .hero p.lead {
    font-size: 1rem;
    line-height: 1.72;
  }

  .hero .actions {
    margin-top: 24px;
    gap: 10px;
  }

  .hero .actions .btn {
    width: 100%;
    min-height: 54px;
    font-size: .96rem;
  }

  .ticks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .ticks li {
    font-size: .92rem;
  }

  .quote {
    width: 100%;
    padding: 24px 20px;
    border-radius: 18px;
  }

  .quote h2 {
    font-size: 1.7rem;
  }

  .quote p,
  .quote-list span {
    font-size: .92rem;
  }

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

  .trust-grid > div {
    min-height: 82px;
    padding: 16px 12px;
  }

  .trust-grid strong {
    font-size: 1.18rem;
  }

  .trust-grid span {
    font-size: .76rem;
  }

  .section {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .section-head {
    gap: 18px;
    margin-bottom: 30px;
  }

  .section-head h2,
  .content h2,
  .faq h2 {
    font-size: clamp(2rem, 10vw, 2.85rem);
    line-height: 1.02;
  }

  .section-head > p {
    font-size: .95rem;
    line-height: 1.7;
  }

  .cards,
  .area-grid,
  .proof-grid,
  .review-grid,
  .genuine-review-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .card {
    min-height: auto;
    padding: 23px 20px;
  }

  .card h3 {
    margin-top: 28px;
    font-size: 1.35rem;
  }

  .card p {
    font-size: .96rem;
    line-height: 1.7;
  }

  .steps li {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .steps > li > span {
    font-size: 1.45rem;
  }

  .steps h3 {
    font-size: 1.18rem;
  }

  .steps p {
    font-size: .92rem;
    line-height: 1.65;
  }

  .area {
    min-height: 120px;
    padding: 21px 19px;
  }

  .area strong {
    font-size: 1.2rem;
  }

  .area span {
    font-size: .82rem;
  }

  .split {
    gap: 32px;
  }

  .photo {
    min-height: 380px;
    border-radius: 18px;
  }

  .check li {
    font-size: .94rem;
    line-height: 1.65;
  }

  .proof-img {
    height: 230px;
  }

  .proof-body {
    min-height: auto;
    padding: 20px;
  }

  .proof-body h3 {
    font-size: 1.18rem;
  }

  .genuine-review {
    min-height: auto;
    padding: 22px;
  }

  .genuine-review > p {
    font-size: .96rem;
    line-height: 1.75;
  }

  .faq {
    gap: 25px;
  }

  .faq details {
    padding: 20px 0;
  }

  .faq summary {
    font-size: .98rem;
    line-height: 1.5;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .cta-inner {
    gap: 25px;
  }

  .cta-actions {
    width: 100%;
  }

  .cta-actions .btn {
    width: 100%;
  }

  .footer {
    padding-top: 55px;
    padding-bottom: 95px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-grid > div {
    align-items: flex-start;
  }

  .footer a,
  .footer p {
    font-size: .92rem;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .mobile-bar a {
    height: 62px;
    font-size: .92rem;
  }
}

/* FastFix final mobile hero refinements */
@media (max-width: 580px) {
  .hero {
    min-height: auto;
  }

  .hero-bg {
    background-position: 57% top;
  }

  .hero-bg::after {
    background:
      linear-gradient(
        180deg,
        rgba(4, 4, 5, .72) 0%,
        rgba(4, 4, 5, .88) 42%,
        rgba(4, 4, 5, .97) 76%,
        rgba(4, 4, 5, 1) 100%
      );
  }

  .hero-grid {
    padding-top: 44px;
    padding-bottom: 38px;
  }

  .hero .eyebrow {
    font-size: .72rem;
    line-height: 1.4;
    letter-spacing: .12em;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.55rem, 12vw, 3.7rem);
    line-height: .96;
  }

  .hero p.lead {
    max-width: 100%;
    margin-bottom: 0;
  }

  .quote {
    margin-top: 4px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .24);
  }

  .quote-list {
    margin-top: 18px;
    margin-bottom: 20px;
  }

  .mobile-bar {
    box-shadow: 0 -6px 24px rgba(0, 0, 0, .22);
  }
}
