﻿:root {
  --home-ink:#15171a;
  --home-muted:#68717c;
  --home-gold:#ffdb00;
  --home-soft:#f5f7f8;
  --home-black:#050607;
  --home-line:#e5e8eb;
  --home-head:'Space Grotesk',sans-serif;
  --home-body:'DM Sans',sans-serif;
}
body.home-page {
  margin:0;
  color:var(--home-ink);
  background:#fff;
  font-family:var(--home-body);
}
.home-page * { box-sizing:border-box; }
.home-container {
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}
.home-hero {
  min-height:720px;
  padding:94px 0 44px;
  position:relative;
  display:flex;
  align-items:center;
  overflow:hidden;
  color:#fff;
}
.home-hero__media,.home-hero__shade {
  position:absolute;
  inset:0;
}
.home-hero__media img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.home-hero__shade {
  background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.26) 62%,rgba(0,0,0,.12));
}
.home-hero__content {
  position:relative;
  z-index:1;
  padding-bottom:110px;
}
.home-kicker {
  margin:0 0 14px;
  color:#ffdb00;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.home-kicker--light {
  color:var(--home-gold);
}
.home-hero h1 {
  max-width:650px;
  margin:0;
  font:700 clamp(3rem,7vw,6.4rem)/.96 var(--home-head);
  letter-spacing:-.045em;
}
.home-hero h1 span {
  color:var(--home-gold);
}
.home-hero__intro {
  max-width:450px;
  margin:24px 0 30px;
  color:#e6e9eb;
  font-size:1.08rem;
  line-height:1.65;
}
.home-hero__actions,.home-final-cta div {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.home-button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:13px 20px;
  border:1px solid transparent;
  border-radius:7px;
  font-size:.88rem;
  font-weight:700;
  text-decoration:none;
  transition:transform .2s ease,background .2s ease;
}
.home-button:hover {
  transform:translateY(-2px);
}
.home-button--gold {
  background:var(--home-gold);
  color:#151515;
}
.home-button--gold:hover {
  background:#ffdb00;
}
.home-button--outline {
  border-color:rgba(255,255,255,.55);
  color:#fff;
  background:rgba(0,0,0,.12);
}
.home-button--dark {
  background:#08090a;
  color:#fff;
}
.home-button--light {
  background:#fff;
  color:#111827;
}
.home-quick-book {
  position:absolute;
  z-index:2;
  right:max(20px,calc((100% - 1180px)/2));
  bottom:44px;
  left:max(20px,calc((100% - 1180px)/2));
  display:grid;
  grid-template-columns:1.3fr repeat(4,1fr) auto;
  gap:12px;
  align-items:end;
  padding:18px;
  border-radius:10px;
  color:var(--home-ink);
  background:#fff;
  box-shadow:0 16px 50px rgba(0,0,0,.2);
}
.home-quick-book__title {
  display:grid;
  gap:3px;
}
.home-quick-book__title span {
  color:#ffdb00;
  font-size:.68rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.home-quick-book__title strong {
  font:600 1.05rem var(--home-head);
}
.home-quick-book label {
  display:grid;
  gap:6px;
  color:var(--home-muted);
  font-size:.7rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.home-quick-book input {
  width:100%;
  min-width:0;
  padding:10px 9px;
  border:1px solid var(--home-line);
  border-radius:5px;
  color:var(--home-ink);
  font:400 .82rem var(--home-body);
}
.home-quick-book__description {
  margin:-2px 0 24px;
  color:#68778a;
  font-size:.92rem;
  line-height:1.9;
}
.home-quick-book .home-button {
  min-height:40px;
  padding:10px 15px;
  white-space:nowrap;
}
.home-section {
  padding:92px 0;
}
.home-services,.home-reviews {
  background:var(--home-soft);
}
.home-section__heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:34px;
}
.home-section__heading--center {
  display:grid;
  grid-template-columns:minmax(0,1fr);
  row-gap:12px;
  justify-items:center;
  text-align:center;
}
.home-section__heading--center > div {
  width:100%;
  display:grid;
  justify-items:center;
  text-align:center;
}
.home-section__heading--center > p {
  justify-self:center;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}
.home-section__heading h2,.home-trust-banner h2,.home-app h2,.home-final-cta h2 {
  margin:0 ;
  font:600 clamp(2rem,4vw,3rem)/1.05 var(--home-head);
  letter-spacing:-.04em;
}
.home-section__heading > p {
  max-width:360px;
  margin:0;
  color:var(--home-muted);
  font-size:.93rem;
  line-height:1.65;
}
.home-services__grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}
.home-service-card {
  position:relative;
  min-height:390px;
  overflow:hidden;
  border-radius:10px;
  color:#fff;
  text-decoration:none;
  background:#111;
}
.home-service-card img {
  width:100%;
  height:100%;
  position:absolute;
  inset:0;
  object-fit:cover;
  transition:transform .5s ease;
}
.home-service-card:hover img {
  transform:scale(1.05);
}
.home-service-card:after {
  content:'';
  position:absolute;
  inset:35% 0 0;
  background:linear-gradient(transparent,rgba(0,0,0,.9));
}
.home-service-card > div {
  position:absolute;
  z-index:1;
  right:24px;
  bottom:24px;
  left:24px;
}
.home-service-card__icon {
  position:absolute;
  z-index:1;
  top:22px;
  left:22px;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#111;
  background:var(--home-gold);
}
.home-service-card h3 {
  margin:0 0 8px;
  font:600 1.3rem var(--home-head);
}
.home-service-card p {
  color:#e5e7e9;
  font-size:.85rem;
  line-height:1.5;
}
.home-text-link,.home-outline-link {
  color:#ffdb00;
  font-size:.78rem;
  font-weight:700;
}
.home-service-card .home-text-link {
  color:var(--home-gold);
}
.home-trust-banner {
  padding:44px 0;
  background:#fff;
}
.home-trust-banner__inner {
  position:relative;
  width:calc(100% - 100px);
  min-height:clamp(430px,35vw,620px);
  display:flex;
  align-items:center;
  overflow:visible;
  border-radius:34px;
  background:var(--home-gold);
}
.home-trust-banner__inner::before {
  content:'';
  position:absolute;
  z-index:0;
  width:120%;
  height:198%;
  right:300px;
  background:url('../assets/icons/trust-banner-mark.svg') center / contain no-repeat;
  opacity:.95;
}
.home-trust-banner img {
  position:absolute;
  z-index:1;
  left:10%;
  bottom:0;
  width:clamp(420px,31vw,600px);
  max-height:calc(100% + 80px);
  object-fit:contain;
  object-position:bottom;
}
.home-trust-banner__inner > div {
  position:relative;
  z-index:2;
  max-width:680px;
  margin-left:52%;
  padding:70px 6% 70px 0;
}
.home-trust-banner h2 {
  max-width:680px;
  margin-bottom:16px;
}
.home-trust-banner .home-button {
  min-height:56px;
  margin-top:26px;
  padding:16px 27px;
  border-radius:999px;
}
.home-trust-banner p:not(.home-kicker),.home-app p:not(.home-kicker),.home-final-cta p:not(.home-kicker) {
  color:#4c535b;
  line-height:1.65;
}
.home-coverage__layout {
  display:grid;
  grid-template-columns:.7fr 1.3fr;
  gap:22px;
}
.home-coverage__stats {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  align-content:start;
  padding:26px;
  border-radius:8px;
  background:#f2f5f7;
}
.home-coverage__stats strong {
  display:grid;
  color:#111;
  font:600 2rem var(--home-head);
}
.home-coverage__stats strong span {
  margin-top:2px;
  color:var(--home-muted);
  font:400 .72rem var(--home-body);
}
.home-coverage__stats .home-button {
  width:100%;
  margin-top:8px;
}
.home-area-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.home-area-grid a {
  min-height:115px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  padding:17px;
  border:1px solid var(--home-line);
  border-radius:8px;
  color:var(--home-ink);
  font:600 .9rem var(--home-head);
  text-decoration:none;
  background:#fff;
}
.home-area-grid a:last-child {
  grid-column:1 / -1;
  min-height:90px;
}
.home-area-grid i {
  color:#ffdb00;
  font-size:.75rem;
}
.home-why {
  background:#fafafa;
}
.home-benefits {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
}
.home-benefits article {
  padding:24px;
  border:1px solid var(--home-line);
  border-radius:8px;
  background:#fff;
}
.home-benefits i {
  color:#ffdb00;
  font-size:1rem;
}
.home-benefits h3 {
  margin:15px 0 8px;
  font:600 1rem var(--home-head);
}
.home-benefits p {
  margin:0;
  color:var(--home-muted);
  font-size:.82rem;
  line-height:1.5;
}
.home-process {
  background:#f1f4f6;
}
.home-process__grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}
.home-process-card {
  min-height:225px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  overflow:hidden;
  padding:25px 30px;
  border-radius:8px;
  background:#fff;
}
.home-process-card--gold {
  background:var(--home-gold);
}
.home-process-card--black {
  color:#fff;
  background:#050607;
}
.home-process-card > span {
  position:absolute;
  top:18px;
  left:18px;
  color:#ffdb00;
  font:700 1.1rem var(--home-head);
}
.home-process-card--black > span {
  color:var(--home-gold);
}
.home-process-card div {
  max-width:56%;
}
.home-process-card h3 {
  margin:0 0 10px;
  font:600 1.15rem var(--home-head);
}
.home-process-card p {
  margin:0;
  color:var(--home-muted);
  font-size:.8rem;
  line-height:1.5;
}
.home-process-card--black p {
  color:#c3c8cb;
}
.home-process-card img {
  width:42%;
  height:180px;
  object-fit:contain;
}
.home-app {
  padding:70px 0;
  position:relative;
  overflow:hidden;
  background:var(--home-gold);
}
.home-app::after {
  content:'+';
  position:absolute;
  right:6%;
  bottom:-72px;
  color:rgba(5,6,7,.1);
  font:700 18rem/1 var(--home-head);
}
.home-app__inner {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.home-app__inner > div:first-child {
  max-width:560px;
}
.home-app__copy {
  max-width:650px !important;
}
.home-app h2 {
  max-width:650px;
  margin-bottom:18px;
  font-size:clamp(2.4rem,4vw,4rem);
  line-height:1;
}
.home-app__copy p:not(.home-kicker) {
  max-width:540px;
  font-size:1.05rem;
}
.home-app__qr {
  width:230px;
  height:270px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:10px;
  padding:18px;
  border-radius:18px;
  color:#111;
  background:#fff;
  font-weight:700;
  text-align:center;
}
.home-app__qr div {
  width:auto;
  height:auto;
  border:0;
  font-size:.62rem;
  line-height:1.1;
}
.home-app__qr span {
  color:#68717c;
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.home-app__qr a {
  display:block;
}
.home-app__qr img {
  width:150px;
  height:150px;
  display:block;
  border:8px solid #fff;
  border-radius:8px;
}
.home-app__qr strong {
  font:700 .9rem var(--home-head);
}
.home-reviews__grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.home-reviews blockquote {
  position:relative;
  margin:0;
  min-height:260px;
  padding:38px 34px 32px;
  border:0;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 28px rgba(20,25,30,.06);
}
.home-reviews blockquote::before {
  content:'“';
  position:absolute;
  top:8px;
  right:24px;
  color:var(--home-gold);
  font:700 5rem/.8 Georgia,serif;
}
.home-reviews blockquote > div {
  color:#e2a900;
  font-size:1.05rem;
  letter-spacing:.16em;
}
.home-reviews blockquote p {
  min-height:105px;
  margin:20px 0 26px;
  color:#505962;
  font-size:1rem;
  line-height:1.7;
}
.home-reviews footer {
  font-size:.95rem;
  font-weight:700;
}
.home-reviews footer span {
  display:block;
  margin-top:4px;
  color:#ffdb00;
  font-size:.75rem;
  font-weight:500;
}
.home-final-cta {
  padding:105px 0;
  position:relative;
  overflow:hidden;
  color:#fff;
  background:#050607;
}
.home-final-cta::before {
  content:'';
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  width:34%;
  background:var(--home-gold);
  clip-path:polygon(24% 0,100% 0,100% 100%,0 100%);
}
.home-final-cta__inner {
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:60px;
}
.home-final-cta__content {
  max-width:700px;
}
.home-final-cta h2 {
  color:#fff;
  max-width:680px;
  margin-bottom:20px;
  font-size:clamp(2.8rem,5vw,5.2rem);
  line-height:.98;
}
.home-final-cta p:not(.home-kicker) {
  max-width:520px;
  margin-bottom:30px;
  color:#b8bec3;
  font-size:1.05rem;
  line-height:1.7;
}
.home-final-cta__content > div {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.home-final-cta__mark {
  width:280px;
  display:grid;
  gap:10px;
  color:#111;
  text-align:center;
  transform:rotate(-5deg);
}
.home-final-cta__mark strong {
  font:700 clamp(4rem,8vw,7rem)/.8 var(--home-head);
  letter-spacing:-.06em;
}
.home-final-cta__mark span {
  font:700 .75rem/1.4 var(--home-body);
  letter-spacing:.12em;
  text-transform:uppercase;
}
.home-final-cta .home-button--outline {
  background:transparent;
}
.home-services .home-section__heading {
  display:grid;
  justify-items:center;
  text-align:center;
}
.home-services .home-section__heading > p {
  max-width:760px;
  margin-top:16px;
}
.home-services .home-section__heading h2 span {
  color:var(--home-gold);
}
.home-services__grid {
  grid-template-columns:repeat(4,1fr);
}
.home-service-card__arrow {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  position:absolute;
  right:20px;
  bottom:20px;
  border-radius:50%;
  color:#19202a;
  background:#fff;
  font-size:.9rem;
}
.home-service-card > div {
  right:78px;
}
.home-services {
  padding-top:70px;
}
.home-services .home-section__heading {
  row-gap:20px;
  margin-bottom:25px;
}
.home-service-card__arrow {
  right:-58px;
}
@media (max-width:900px) {
  .home-hero {
    min-height:760px;
  }
  .home-quick-book {
    grid-template-columns:repeat(2,1fr);
  }
  .home-quick-book__title {
    grid-column:1/-1;
  }
  .home-quick-book .home-button {
    width:100%;
  }
  .home-services__grid,.home-benefits {
    grid-template-columns:repeat(2,1fr);
  }
  .home-service-card:last-child {
    grid-column:1/-1;
  }
  .home-fleet__grid {
    grid-template-columns:repeat(2,1fr);
  }
  .home-coverage__layout {
    grid-template-columns:1fr;
  }

}
@media (max-width:600px) {
  .home-container {
    width:calc(100% - 32px);
  }
  .home-hero {
    min-height:800px;
    padding-top:70px;
  }
  .home-hero__content {
    padding-bottom:210px;
  }
  .home-hero h1 {
    font-size:3.5rem;
  }
  .home-quick-book {
    right:16px;
    bottom:20px;
    left:16px;
    grid-template-columns:1fr 1fr;
  }
  .home-quick-book label:nth-of-type(1),.home-quick-book label:nth-of-type(2) {
    grid-column:1/-1;
  }
  .home-section {
    padding:65px 0;
  }
  .home-section__heading {
    display:block;
  }
  .home-section__heading > p {
    margin-top:16px;
  }
  .home-services__grid,.home-benefits,.home-fleet__grid,.home-process__grid,.home-reviews__grid {
    grid-template-columns:1fr;
  }
  .home-service-card:last-child {
    grid-column:auto;
  }
  .home-trust-banner__inner,.home-app__inner {
    display:block;
  }
  .home-trust-banner img {
    display:block;
    width:210px;
    margin:0 auto;
  }
  .home-trust-banner__inner > div {
    padding:25px 0 45px;
  }
  .home-area-grid {
    grid-template-columns:1fr;
  }
  .home-area-grid a:last-child {
    grid-column:auto;
  }
  .home-process-card {
    min-height:200px;
  }
  .home-process-card img {
    width:38%;
    height:150px;
  }
  .home-app__qr {
    margin:28px auto 0;
  }
  .home-final-cta {
    padding:75px 0;
  }

}
.home-service-card img {
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
}
.home-service-card:hover img {
  transform: scale(1.08);
}
.home-service-card__icon {
  top:21px;
  left:21px;
  width:44px;
  height:44px;
  border-radius:12px;
}
.home-service-card__arrow {
  transition: transform .25s ease, background .25s ease;
}
.home-service-card__arrow i {
  display: block;
  transition: transform .25s ease;
}
.home-service-card:hover .home-service-card__arrow {
  transform: translateX(3px);
  background: var(--home-gold);
}
.home-service-card:hover .home-service-card__arrow i {
  transform: rotate(-45deg);
}
.home-services .home-container {
  width: min(1376px, calc(100% - 40px));
}
.home-services__grid {
  gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.home-services .home-section__heading {
  grid-template-columns: 1fr;
  row-gap: 18px;
  margin-bottom: 34px;
}
.home-services .home-section__heading > div {
  width: 100%;
  text-align: center;
}
.home-services .home-section__heading h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
.home-services .home-section__heading > p {
  max-width: 800px;
  margin: 0;
}
.home-service-card {
  min-height: 435px;
  border-radius: 28px;
}
.home-service-card > div {
  right: 78px;
  bottom: 28px;
  left: 28px;
}
.home-fleet .ourfleet-container {
  width: min(1376px, calc(100% - 40px));
}
.home-fleet .ourfleet {
  padding: 70px 0 92px;
}
.home-trust-banner__inner {
  min-height:clamp(430px,35vw,620px);
  width:calc(100% - 100px);
}
.home-trust-banner img {
  left:10%;
  width:clamp(420px,31vw,600px);
  max-height:calc(100% + 80px);
}
.home-trust-banner__inner > div {
  max-width:680px;
  margin-left:52%;
  padding:70px 6% 70px 0;
}
.home-trust-banner h2 {
  font-size:clamp(2rem,3.2vw,3.2rem);
}
.home-coverage {
  padding-top: 112px;
  padding-bottom: 112px;
}
.home-coverage .home-section__heading, .home-coverage__layout {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.home-coverage__layout {
  gap: 28px;
}
.home-coverage__stats {
  min-height: 285px;
  padding: 32px;
}
.home-area-grid a {
  min-height: 135px;
  padding: 22px;
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.home-area-grid a:hover {
  border-color: var(--home-gold);
  box-shadow: 0 12px 28px rgba(20, 25, 30, .08);
  transform: translateY(-2px);
}
.home-why {
  padding-top: 76px;
  padding-bottom: 76px;
}
.home-why .home-section__heading {
  width:100%;
  margin-bottom: 38px;
  justify-items:center;
  text-align:center;
}
.home-why .home-section__heading > div {
  width:100%;
  display:grid;
  justify-items:center;
  text-align:center;
}
.home-why .home-section__heading h2,
.home-why .home-section__heading .home-kicker {
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}
.home-why .home-section__heading > p {
  justify-self:center;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}
.home-why .home-section__heading h2 {
  font-size:clamp(2rem,3.2vw,3rem);
  line-height:1.05;
}
.home-why .home-section__heading > p {
  max-width:620px;
  margin-top:0;
  font-size:.95rem;
  line-height:1.65;
}
.home-benefits {
  max-width: 1440px;
  margin: 0 auto;
  gap: 18px;
}
.home-benefits article {
  min-height: 190px;
  padding: 24px 26px;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(20,25,30,.06);
}
.home-benefits i {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#111;
  background:var(--home-gold);
  font-size:.95rem;
}
.home-benefits h3 {
  margin:20px 0 8px;
  font-size:1.05rem;
}
.home-benefits p {
  max-width:360px;
  font-size:.84rem;
  line-height:1.55;
}
.home-process {
  padding-top:96px;
  padding-bottom:140px;
}
.home-process__grid {
  max-width:1440px;
  margin: 0 auto;
  display:block;
}
.home-process-card {
  position:sticky;
  top:96px;
  z-index:1;
  min-height:520px;
  margin-bottom:28px;
  padding:56px 7%;
  border-radius:26px;
  box-shadow:0 18px 40px rgba(20,25,30,.12);
}
.home-process-card:nth-child(2) { top:120px; z-index:2; }
.home-process-card:nth-child(3) { top:144px; z-index:3; }
.home-process-card:nth-child(4) { top:168px; z-index:4; }
.home-process-card:nth-child(5) { top:192px; z-index:5; }
.home-process-card:nth-child(6) { top:216px; z-index:6; }
.home-process-card img {
  width:46%;
  height:410px;
  order:1;
  object-fit:contain;
}
.home-process-card div {
  max-width:48%;
  order:2;
  padding-top:24px;
}
.home-process-card > span {
  top:38px;
  left:36px;
  color:rgba(20,20,20,.42);
  font-size:4rem;
  line-height:1;
}
.home-process-card--black > span {
  color:rgba(255,255,255,.55);
}
.home-process-card div::before {
  content:'\f007';
  display:block;
  margin-bottom:26px;
  color:#111;
  font:900 1.45rem 'Font Awesome 6 Free';
}
.home-process-card--gold div::before {
  color:#111;
}
.home-process-card div::after {
  content:'ABBEY CARS  ->';
  display:block;
  margin-top:30px;
  color:#111;
  font:700 .72rem var(--home-body);
  letter-spacing:.18em;
}
.home-process-card--black div::after {
  color:#fff;
}
.home-process-card h3 {
  margin:0 0 18px;
  font:600 clamp(1.8rem,3vw,2.6rem)/1.05 var(--home-head);
}
.home-process-card p {
  margin:0;
  color:var(--home-muted);
  font-size:1.05rem;
  line-height:1.65;
}
.home-process-card--black p {
  color:#c3c8cb;
}
.home-app {
  min-height: 420px;
  display: grid;
  align-items: center;
}
.home-app__inner {
  width: min(1280px, calc(100% - 48px));
}
.home-app__qr {
  width:230px;
  height:270px;
}
.home-reviews {
  padding-top: 112px;
  padding-bottom: 112px;
}
.home-reviews__grid {
  max-width: 1280px;
  margin: 0 auto;
  gap:22px;
}
.home-reviews blockquote {
  min-height:260px;
  padding:38px 34px 32px;
}
.home-final-cta {
  min-height: 420px;
  display: grid;
  align-items: center;
}
@media (max-width:900px) {
  .home-final-cta__inner {
    align-items:flex-start;
    flex-direction:column;
    gap:48px;
  }
  .home-final-cta__mark {
    align-self:flex-end;
    margin-right:8%;
  }
}
@media (max-width:600px) {
  .home-final-cta {
    padding:72px 0 36px;
  }
  .home-final-cta::before {
    top:auto;
    width:100%;
    height:180px;
    clip-path:polygon(0 30%,100% 0,100% 100%,0 100%);
  }
  .home-final-cta__inner {
    gap:56px;
  }
  .home-final-cta__mark {
    align-self:center;
    margin:0;
  }
}
@media (max-width: 900px) {
  .home-trust-banner__inner {
    width: calc(100% - 40px);
    min-height: 330px;
  }
  .home-trust-banner__inner::before {
    left:0;
    width:48%;
  }
  .home-trust-banner img {
    left: 28px;
    width: 280px;
    max-height: 350px;
  }
  .home-trust-banner__inner > div {
    margin-left: 350px;
    padding: 40px 24px 40px 0;
  }
  .home-process-card {
    min-height: 260px;
    padding: 28px;
  }
  .home-process-card img {
    height: 210px;
  }

}
@media (max-width: 600px) {
  .home-trust-banner__inner {
    width: calc(100% - 32px);
    min-height: 0;
    display:block;
    padding-top: 0;
  }
  .home-trust-banner__inner::before {
    display:none;
  }
  .home-trust-banner img {
    position:relative;
    left:auto;
    display:block;
    width:230px;
    max-height:260px;
    margin:0 auto;
  }
  .home-trust-banner__inner > div {
    max-width:none;
    margin:0;
    padding:24px 22px 38px;
  }
  .home-coverage, .home-why, .home-process, .home-reviews {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .home-process-card {
    position:relative;
    top:auto !important;
    min-height: 220px;
    margin-bottom:18px;
    padding: 26px 22px;
  }
  .home-process-card div {
    max-width: 58%;
  }
  .home-process-card img {
    width: 38%;
    height: 165px;
  }
  .home-app {
    min-height: 0;
  }
  .home-app__inner {
    width: calc(100% - 32px);
  }
  .home-app__qr {
    width: 165px;
    height: 210px;
    margin:28px auto 0;
  }
  .home-app__qr img {
    width:110px;
    height:110px;
  }
  .home-final-cta {
    min-height: 0;
  }

}
.home-service-card__arrow {
  bottom: 0;
}
.home-service-card h3 {
  font-size: 1.28rem;
}
.home-service-card p {
  font-size: .82rem;
}
@media (max-width: 900px) {
  .home-services .home-container {
    width: calc(100% - 40px);
  }
  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }
  .home-service-card {
    min-height: 390px;
    border-radius: 10px;
  }

}
@media (max-width: 600px) {
  .home-services .home-container {
    width: calc(100% - 32px);
  }
  .home-services__grid {
    grid-template-columns: 1fr;
  }
  .home-service-card {
    min-height: 390px;
  }

}
@media (max-width: 1200px) {
  .home-services__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}
@media (max-width: 600px) {
  .home-services__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .home-service-card {
    width: 100%;
  }

}
.home-coverage__layout {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: 48px;
  align-items: start;
}
.home-coverage__intro {
  position: sticky;
  top: 132px;
}
.home-coverage__intro h2 {
  max-width: 390px;
  margin: 0 0 20px;
  font: 600 clamp(2rem, 3.2vw, 3.2rem)/1.04 var(--home-head);
  letter-spacing: -.04em;
}
.home-coverage__intro > p:not(.home-kicker) {
  max-width: 390px;
  margin: 0 0 32px;
  color: var(--home-muted);
  font-size: .94rem;
  line-height: 1.7;
}
.home-coverage__intro .home-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
}
.home-coverage__intro .home-kicker i {
  color: var(--home-gold);
  font-size: 1rem;
}
.home-coverage__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 0 28px;
  padding: 20px 0;
  border-top: 1px solid var(--home-line);
  border-bottom: 1px solid var(--home-line);
  background: transparent;
}
.home-coverage__stats strong {
  font-size: 1.8rem;
}
.home-coverage__stats strong span {
  font-size: .66rem;
}
.home-coverage__intro > .home-button {
  width: auto;
}
.home-area-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.home-area-card {
  padding: 22px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  background: #fafbfc;
  box-shadow: 0 8px 24px rgba(20, 25, 30, .04);
}
.home-area-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.home-area-card h3 {
  margin: 0;
  font: 600 1.05rem var(--home-head);
}
.home-area-card__header a {
  flex: 0 0 auto;
  color: #a87300;
  font-size: .72rem;
  font-weight: 700;
  text-decoration: none;
}
.home-area-card__header a i {
  margin-left: 4px;
}
.home-area-card > p {
  margin: 10px 0 16px;
  color: var(--home-muted);
  font-size: .78rem;
  line-height: 1.6;
}
.home-area-card iframe {
  width: 100%;
  height: 166px;
  display: block;
  border: 0;
  border-radius: 10px;
  background: #e9eef0;
}
.home-area-grid > .home-area-card {
  min-height: 0;
  padding: 22px;
  border: 1px solid var(--home-line);
  border-radius: 16px;
  color: var(--home-ink);
  background: #fafbfc;
}
.home-area-card__header a {
  min-height: 0;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #dfe3e6;
  border-radius: 6px;
  color: var(--home-ink);
  background: #fff;
  font: 700 .7rem var(--home-body);
  line-height: 1;
}
.home-area-grid .home-area-card__header a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 0;
  grid-column: auto;
}
.home-area-card__header a:hover {
  border-color: var(--home-gold);
  color: var(--home-ink);
  background: var(--home-gold);
  transform: none;
  box-shadow: none;
}
@media (max-width: 900px) {
  .home-coverage__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .home-coverage__intro {
    position: static;
  }
  .home-coverage__intro h2, .home-coverage__intro > p:not(.home-kicker) {
    max-width: 620px;
  }

}
@media (max-width: 600px) {
  .home-coverage__layout {
    gap: 28px;
  }
  .home-coverage__stats {
    gap: 10px;
  }
  .home-coverage__stats strong {
    font-size: 1.55rem;
  }
  .home-area-grid > .home-area-card {
    padding: 18px;
  }
  .home-area-card__header {
    align-items: flex-start;
  }
  .home-area-card__header a {
    font-size: .68rem;
  }
  .home-area-card iframe {
    height: 190px;
  }

}

/* Keep the main homepage sections aligned to one shared content rail. */
.home-services .home-container,
.home-fleet .ourfleet-container,
.home-trust-banner__inner,
.home-coverage .home-section__heading,
.home-coverage__layout,
.home-benefits,
.home-process__grid,
.home-app__inner,
.home-reviews__grid,
.home-final-cta__inner {
  width:min(1180px,calc(100% - 40px));
  max-width:1180px;
  margin-right:auto;
  margin-left:auto;
}
.home-coverage .home-section__heading,
.home-coverage__layout,
.home-benefits,
.home-process__grid,
.home-reviews__grid {
  width:100%;
  max-width:1180px;
}
@media (max-width:600px) {
  .home-services .home-container,
  .home-trust-banner__inner,
  .home-coverage .home-section__heading,
  .home-coverage__layout,
  .home-benefits,
  .home-process__grid,
  .home-app__inner,
  .home-reviews__grid,
  .home-final-cta__inner {
    width:calc(100% - 32px);
  }
  .home-coverage .home-section__heading,
  .home-coverage__layout,
  .home-benefits,
  .home-process__grid,
  .home-reviews__grid {
    width:100%;
  }
}

