:root {
  --blue: #69a9df;
  --blue-dark: #549bd6;
  --blue-soft: #e6f3ff;
  --blue-card: #dceeff;
  --ink: #3f3f3f;
  --muted: #626262;
  --white: #ffffff;
  --gray-strip: #dedede;
  --section-gradient: linear-gradient(180deg, #b8d3ee 0%, #68aae0 100%);
  --card-gradient: linear-gradient(112deg, #add3f4 0%, #68aae0 100%);
  --page-wrap: min(1120px, calc(100% - 96px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--ink);
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
  user-select: none;
}

.page-shell {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  background: #fff;
}

/* HERO + NAV: sized to match the Athens reference, without adding Athens-only content */
.hero {
  position: relative;
  min-height: 620px;
  height: clamp(620px, 100svh, 900px);
  overflow: hidden;
  color: #fff;
  background-image: url("assets/hero%20car.png"), radial-gradient(circle at 22% 24%, rgba(255,255,255,0.55), rgba(255,255,255,0) 44%), linear-gradient(112deg, #c1dbf2 0%, #8ec1ea 46%, #5aa2dc 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(112, 173, 226, 0.03) 0%, rgba(112, 173, 226, 0) 67%, rgba(38, 80, 121, 0.06) 100%);
  pointer-events: none;
}

.top-nav {
  position: absolute;
  z-index: 10;
  top: clamp(34px, 4vw, 66px);
  left: 8%;
  right: 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(18px, 2.2vw, 34px);
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.brand img {
  width: clamp(120px, 10vw, 165px);
  height: auto;
  object-fit: contain;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(25px, 2vw, 38px);
  color: rgba(255, 255, 255, 0.96);
  white-space: nowrap;
}

.nav-links a {
  color: inherit;
  font-size: clamp(15.5px, 1.08vw, 19px);
  font-weight: 500;
  line-height: 1;
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  opacity: 0.78;
}

.nav-contact {
  min-height: clamp(40px, 2.7vw, 50px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 clamp(25px, 1.8vw, 34px);
  border: 1.2px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  width: min(1040px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: clamp(175px, 22vh, 250px);
  text-align: center;
}

.hero-copy h1 {
  max-width: 880px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(54px, 5vw, 86px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.1px;
}

.hero-copy p {
  margin: clamp(16px, 1.3vw, 22px) 0 clamp(25px, 2vw, 34px);
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(18px, 1.55vw, 27px);
  font-weight: 300;
  line-height: 1.28;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(170px, 14vw, 250px);
  height: clamp(50px, 4vw, 72px);
  padding: 0 clamp(28px, 2.6vw, 46px);
  border: 0;
  border-radius: 999px;
  font-size: clamp(17px, 1.35vw, 24px);
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 9px 20px rgba(29, 71, 112, 0.16);
}

.button-light {
  color: #333;
  background: #fff;
}

.hero-cars {
  display: none;
}

.coordination-strip {
  min-height: clamp(34px, 3.7vw, 50px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  color: #626262;
  background: var(--gray-strip);
  font-size: clamp(10px, 1.1vw, 16px);
  font-weight: 300;
  letter-spacing: 0.08px;
  text-align: center;
}

/* SHARED SECTION TYPOGRAPHY */
.section-heading {
  text-align: center;
}

.coverage h2,
.section-heading h2,
.final-cta h2 {
  margin: 0;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.75px;
}

.section-heading h2,
.final-cta h2 {
  font-size: clamp(38px, 3.9vw, 60px);
}

.section-heading p,
.final-cta p {
  margin: clamp(10px, 1vw, 14px) auto 0;
  font-size: clamp(14px, 1.25vw, 20px);
  font-weight: 300;
  line-height: 1.35;
}

.section-heading-light,
.section-heading-light h2,
.section-heading-light p,
.final-cta,
.final-cta h2,
.final-cta p {
  color: #fff;
}

.section-heading-dark,
.section-heading-dark h2 {
  color: var(--ink);
}

.section-heading-dark p {
  color: #5f5f5f;
}

/* COVERAGE */
.coverage {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(250px, 380px) minmax(360px, 1fr);
  align-items: center;
  gap: clamp(70px, 10vw, 160px);
  width: var(--page-wrap);
  margin: 0 auto;
  padding: clamp(76px, 8vw, 120px) 0 clamp(84px, 8vw, 120px);
  background: #fff;
}

.coverage-copy {
  width: auto;
}

.coverage h2 {
  color: var(--ink);
  font-size: clamp(42px, 4.8vw, 72px);
}

.coverage-copy p {
  max-width: 360px;
  margin: clamp(16px, 1.6vw, 24px) 0 0;
  color: #575757;
  font-size: clamp(15px, 1.5vw, 22px);
  font-weight: 400;
  line-height: 1.24;
}

.coverage-map {
  position: static;
  width: min(520px, 42vw);
  justify-self: end;
}

.coverage-map img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.coverage-regions {
  grid-column: 1 / -1;
  margin: clamp(20px, 2vw, 32px) 0 0;
  color: #565656;
  font-size: clamp(8px, 0.88vw, 13px);
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

/* COMFORT */
.comfort {
  padding: clamp(74px, 7.7vw, 118px) 8% clamp(78px, 8vw, 120px);
  color: #fff;
  background: var(--section-gradient);
}

.transport-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 3vw, 44px);
  max-width: 1050px;
  margin: clamp(48px, 5vw, 72px) auto 0;
}

.transport-card {
  min-height: clamp(230px, 24vw, 340px);
  overflow: hidden;
  border-radius: clamp(26px, 2.6vw, 42px);
  background: var(--blue-soft);
  color: #393939;
  text-align: center;
}

.transport-image {
  position: relative;
  width: 100%;
  height: 78%;
}

.transport-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.transport-image-ambulatory img {
  padding: 19% 12% 3%;
}

.transport-image-wheelchair img {
  padding: 12% 9% 1%;
}

.transport-card h3 {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 800;
  line-height: 1;
}

/* WHY */
.why {
  padding: clamp(76px, 8vw, 120px) 0;
  background: #fff;
}

.benefit-list {
  width: min(84%, 1080px);
  max-width: 1080px;
  margin: clamp(48px, 5vw, 72px) auto 0;
}

.benefit-card {
  display: grid;
  grid-template-columns: 65.4% 34.6%;
  min-height: clamp(112px, 12vw, 165px);
  overflow: hidden;
  border-radius: clamp(22px, 2.4vw, 34px);
  background: var(--card-gradient);
}

.benefit-card + .benefit-card {
  margin-top: clamp(14px, 1.5vw, 22px);
}

.benefit-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
  padding: clamp(18px, 2.4vw, 34px) clamp(34px, 4vw, 62px);
  color: #fff;
}

.benefit-copy h3 {
  margin: 0 0 clamp(7px, 0.7vw, 11px);
  font-size: clamp(18px, 1.75vw, 30px);
  font-weight: 800;
  line-height: 1.05;
}

.benefit-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(13px, 1.25vw, 21px);
  font-weight: 300;
  line-height: 1.25;
}

.benefit-image {
  min-height: inherit;
  background: rgba(255, 255, 255, 0.22);
}

.benefit-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TESTIMONIALS */
.testimonials {
  padding: clamp(72px, 7.5vw, 115px) 8% clamp(78px, 9vw, 130px);
  color: #fff;
  background: var(--section-gradient);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 32px) clamp(28px, 3vw, 44px);
  max-width: 1050px;
  margin: clamp(50px, 6vw, 78px) auto 0;
}

.testimonial-card {
  min-height: clamp(190px, 22vw, 300px);
  padding: clamp(28px, 3vw, 42px);
  border-radius: clamp(24px, 2.6vw, 40px);
  color: #454545;
  background: var(--blue-soft);
}

.testimonial-card h3 {
  margin: 0;
  color: #62a8e3;
  font-size: clamp(18px, 1.9vw, 28px);
  font-weight: 800;
  line-height: 1;
}

.stars {
  margin-top: clamp(6px, 0.8vw, 10px);
  color: #62a8e3;
  font-size: clamp(13px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.2px;
  white-space: nowrap;
}

.testimonial-card p {
  margin: clamp(18px, 2vw, 28px) 0 0;
  font-size: clamp(13px, 1.15vw, 19px);
  font-weight: 400;
  line-height: 1.28;
}

/* FAQ */
.faq {
  padding: clamp(76px, 8vw, 120px) 0 clamp(85px, 10vw, 135px);
  background: #fff;
}

.accordion {
  width: min(78%, 950px);
  margin: clamp(45px, 5vw, 70px) auto 0;
}

.faq-item {
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: clamp(18px, 1.8vw, 28px);
  background: var(--blue);
  transition: background 160ms ease, border-color 160ms ease;
}

.faq-item + .faq-item {
  margin-top: clamp(12px, 1.2vw, 18px);
}

.faq-question {
  width: 100%;
  min-height: clamp(54px, 5.4vw, 78px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: clamp(10px, 1vw, 16px) clamp(18px, 1.9vw, 28px) clamp(10px, 1vw, 16px) clamp(26px, 2.8vw, 42px);
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-size: clamp(15px, 1.35vw, 22px);
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-icon {
  width: clamp(28px, 3vw, 42px);
  height: clamp(28px, 3vw, 42px);
  flex: 0 0 clamp(28px, 3vw, 42px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--blue);
  background: #fff;
  font-size: clamp(18px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1;
}

.faq-answer {
  display: none;
  padding: 0 clamp(26px, 2.8vw, 42px) clamp(19px, 2vw, 30px);
  color: #595959;
  font-size: clamp(13px, 1.15vw, 19px);
  font-weight: 400;
  line-height: 1.3;
}

.faq-item.is-open {
  border-color: var(--blue);
  background: #fff;
}

.faq-item.is-open .faq-question {
  color: #3e3e3e;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-item.is-open .faq-icon {
  color: #fff;
  background: var(--blue);
}

.more-questions {
  margin: clamp(28px, 3.5vw, 45px) 0 0;
  color: #5e5e5e;
  font-size: clamp(13px, 1.1vw, 19px);
  font-weight: 400;
  text-align: center;
}

.more-questions a {
  color: #3d3d3d;
  font-weight: 800;
}

/* FINAL CTA */
.final-cta {
  padding: clamp(78px, 8vw, 120px) 20px;
  background: var(--section-gradient);
  text-align: center;
}

.final-cta .button {
  margin-top: clamp(28px, 2.5vw, 42px);
}

/* FOOTER */
.footer {
  min-height: clamp(82px, 7vw, 112px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(18px, 2vw, 34px);
  padding: 0 8%;
  background: #fff;
}

.footer-brand {
  justify-self: start;
}

.footer-brand img {
  width: clamp(100px, 8vw, 145px);
  height: auto;
  object-fit: contain;
}

.footer-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 2vw, 35px);
  color: #4d4d4d;
  font-size: clamp(9px, 0.9vw, 14px);
  font-weight: 400;
  white-space: nowrap;
}

.footer-contact {
  justify-self: end;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
  color: #515151;
  font-size: clamp(9px, 0.9vw, 14px);
  font-style: normal;
  line-height: 1.35;
  text-align: left;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.footer-contact span {
  width: 1.1em;
  font-size: 1em;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1180px) {
  .hero-copy h1 {
    font-size: clamp(48px, 5.3vw, 68px);
  }

  .nav-links {
    gap: clamp(16px, 2vw, 26px);
  }

  .nav-links a {
    font-size: clamp(12px, 1.3vw, 16px);
  }

  .nav-contact {
    min-height: 36px;
    padding: 0 20px;
  }

  .brand img {
    width: clamp(105px, 11vw, 140px);
  }
}

@media (max-width: 900px) {
  :root {
    --page-wrap: min(100%, calc(100% - 56px));
  }

  .hero {
    min-height: 560px;
    height: clamp(560px, 92svh, 740px);
  }

  .top-nav {
    top: 30px;
    left: 7%;
    right: 7%;
  }

  .hero-copy {
    padding-top: clamp(140px, 21vh, 185px);
  }

  .hero-copy h1 {
    font-size: clamp(42px, 7vw, 58px);
  }

  .hero-copy p {
    font-size: clamp(16px, 2.6vw, 22px);
  }

  .button {
    min-width: 155px;
    height: 48px;
    font-size: 16px;
  }

  .coverage {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
  }

  .coverage h2 {
    font-size: clamp(36px, 6vw, 50px);
  }

  .coverage-copy p {
    font-size: clamp(14px, 2.3vw, 18px);
  }

  .coverage-map {
    width: min(350px, 43vw);
  }

  .footer {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
    padding: 28px 24px;
    text-align: center;
  }

  .footer-brand,
  .footer-contact {
    justify-self: center;
  }

  .footer-links {
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .menu-toggle {
    display: inline-flex;
  }

  .top-nav {
    align-items: center;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: min(290px, calc(100vw - 36px));
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 7px;
    padding: 14px;
    border-radius: 20px;
    background: rgba(80, 139, 195, 0.95);
    box-shadow: 0 16px 26px rgba(34, 69, 106, 0.23);
    backdrop-filter: blur(8px);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a,
  .nav-contact {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 14px;
  }

  .nav-contact {
    border: 1px solid rgba(255,255,255,0.75);
  }

  .transport-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .transport-card,
  .testimonial-card {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .benefit-list {
    width: min(92%, 600px);
  }

  .benefit-card {
    grid-template-columns: 1fr;
  }

  .benefit-image {
    min-height: 180px;
  }
}

@media (max-width: 560px) {
  :root {
    --page-wrap: min(100%, calc(100% - 32px));
  }

  .hero {
    min-height: 520px;
    height: 86svh;
    background-position: center bottom;
  }

  .top-nav {
    top: 18px;
    left: 18px;
    right: 18px;
  }

  .brand img {
    width: clamp(92px, 26vw, 118px);
  }

  .hero-copy {
    width: min(100%, calc(100% - 28px));
    padding-top: clamp(112px, 22vh, 150px);
  }

  .hero-copy h1 {
    max-width: 360px;
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: -0.7px;
  }

  .hero-copy p {
    margin: 12px 0 19px;
    font-size: clamp(15px, 4vw, 19px);
  }

  .button {
    min-width: 138px;
    height: 42px;
    font-size: 14px;
  }

  .coordination-strip {
    min-height: 36px;
    font-size: 10px;
    line-height: 1.25;
  }

  .coverage {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 52px 0 56px;
    text-align: center;
  }

  .coverage-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .coverage-map {
    width: min(300px, 86vw);
    justify-self: center;
  }

  .coverage-regions {
    margin-top: 6px;
  }

  .comfort,
  .why,
  .testimonials,
  .faq,
  .final-cta {
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .section-heading h2,
  .final-cta h2 {
    font-size: clamp(28px, 7.8vw, 38px);
  }

  .section-heading p,
  .final-cta p {
    font-size: 13.5px;
  }

  .transport-grid,
  .testimonial-grid {
    margin-top: 34px;
  }

  .transport-card {
    min-height: 215px;
    border-radius: 24px;
  }

  .benefit-copy {
    padding: 24px 22px;
    text-align: left;
  }

  .benefit-copy h3 {
    font-size: 19px;
  }

  .benefit-copy p,
  .testimonial-card p,
  .faq-answer {
    font-size: 13.5px;
  }

  .benefit-copy br,
  .section-heading br,
  .final-cta br {
    display: none;
  }

  .testimonial-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .accordion {
    width: min(100%, calc(100% - 32px));
  }

  .faq-question {
    min-height: 48px;
    padding-left: 18px;
    font-size: 13.5px;
  }

  .footer-links {
    gap: 14px 22px;
    font-size: 11px;
  }

  .footer-contact {
    align-items: center;
    font-size: 11px;
  }
}

@media (max-width: 374px) {
  .top-nav {
    left: 14px;
    right: 14px;
  }

  .hero {
    min-height: 500px;
  }

  .hero-copy h1 {
    font-size: clamp(30px, 9.5vw, 36px);
  }

  .coverage h2 {
    font-size: 34px;
  }
}

/* --------------------------------------------------------------------------
   FINAL SPACING FIX FROM SCREENSHOT
   - trims the Serving Ohio section height by reducing padding and map scale
   - makes the hero text/button smaller and keeps the CTA above the car artwork
   -------------------------------------------------------------------------- */
@media (min-width: 901px) {
  .hero {
    min-height: 680px !important;
    height: clamp(680px, 100svh, 860px) !important;
    background-size: cover !important;
    background-position: center bottom !important;
  }

  .hero-copy {
    width: min(1040px, calc(100% - 96px)) !important;
    padding-top: clamp(145px, 17vh, 190px) !important;
  }

  .hero-copy h1 {
    max-width: 1120px !important;
    font-size: clamp(46px, 4.05vw, 72px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.9px !important;
  }

  .hero-copy p {
    margin: clamp(12px, 1vw, 18px) 0 clamp(18px, 1.4vw, 24px) !important;
    font-size: clamp(16px, 1.25vw, 22px) !important;
    line-height: 1.28 !important;
  }

  .hero .button,
  .button {
    min-width: clamp(138px, 10.5vw, 190px) !important;
    height: clamp(40px, 3vw, 52px) !important;
    padding: 0 clamp(22px, 2vw, 34px) !important;
    font-size: clamp(14px, 1vw, 18px) !important;
  }

  .coverage {
    grid-template-columns: minmax(235px, 365px) minmax(330px, 1fr) !important;
    gap: clamp(54px, 7vw, 110px) !important;
    padding: clamp(54px, 5.2vw, 78px) 0 clamp(44px, 4.8vw, 70px) !important;
  }

  .coverage h2 {
    font-size: clamp(38px, 3.8vw, 60px) !important;
    line-height: 1.08 !important;
  }

  .coverage-copy p {
    max-width: 340px !important;
    margin-top: clamp(14px, 1.25vw, 20px) !important;
    font-size: clamp(14px, 1.16vw, 18px) !important;
    line-height: 1.24 !important;
  }

  .coverage-map {
    width: min(430px, 34vw) !important;
  }

  .coverage-regions {
    margin-top: clamp(14px, 1.3vw, 22px) !important;
    font-size: clamp(7.6px, 0.72vw, 11px) !important;
  }
}

@media (min-width: 901px) and (max-height: 780px) {
  .hero {
    min-height: 600px !important;
    height: 100svh !important;
  }

  .hero-copy {
    padding-top: clamp(118px, 16vh, 145px) !important;
  }

  .hero-copy h1 {
    font-size: clamp(42px, 3.75vw, 64px) !important;
  }

  .hero .button,
  .button {
    min-width: 150px !important;
    height: 44px !important;
    font-size: 15px !important;
  }
}

@media (min-width: 561px) and (max-width: 900px) {
  .hero {
    min-height: 590px !important;
    height: 86svh !important;
  }

  .hero-copy {
    padding-top: clamp(118px, 19vh, 155px) !important;
  }

  .hero-copy h1 {
    max-width: 680px !important;
    font-size: clamp(38px, 6.5vw, 54px) !important;
  }

  .hero-copy p {
    font-size: clamp(15px, 2.3vw, 19px) !important;
    margin: 12px 0 18px !important;
  }

  .hero .button,
  .button {
    min-width: 136px !important;
    height: 40px !important;
    font-size: 14px !important;
  }

  .coverage {
    gap: 36px !important;
    padding: 52px 0 50px !important;
  }

  .coverage-map {
    width: min(360px, 42vw) !important;
  }

  .coverage h2 {
    font-size: 40px !important;
  }

  .coverage-copy p {
    font-size: 14px !important;
  }
}

@media (max-width: 560px) {
  .hero-copy {
    padding-top: clamp(92px, 18vh, 124px) !important;
  }

  .hero-copy h1 {
    max-width: 340px !important;
    font-size: clamp(28px, 8.2vw, 38px) !important;
  }

  .hero-copy p {
    font-size: clamp(13px, 3.5vw, 16px) !important;
    margin: 10px 0 15px !important;
  }

  .hero .button,
  .button {
    min-width: 118px !important;
    height: 36px !important;
    font-size: 12px !important;
  }

  .coverage {
    padding: 42px 0 42px !important;
    gap: 22px !important;
  }

  .coverage-map {
    width: min(270px, 80vw) !important;
  }

  .coverage-regions {
    margin-top: 0 !important;
  }
}


/* ========================================================================== 
   FINAL NAV + HERO MATCH TO ATHENS REFERENCE
   Goal: make the main landing hero use the same spacing language as Athens,
   while keeping only the main landing page navbar content.
   ========================================================================== */
@media (min-width: 901px) {
  .hero {
    min-height: 680px !important;
    height: 100svh !important;
    background-size: cover !important;
    background-position: center bottom !important;
  }

  .top-nav {
    top: clamp(58px, 5.2vw, 88px) !important;
    left: 8.6% !important;
    right: auto !important;
    width: auto !important;
    max-width: none !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 0 !important;
  }

  .brand img {
    width: clamp(120px, 9vw, 165px) !important;
  }

  .nav-links {
    margin-left: clamp(150px, 12.5vw, 230px) !important;
    justify-content: flex-start !important;
    gap: clamp(34px, 2.9vw, 56px) !important;
  }

  .nav-links a {
    font-size: clamp(16px, 1.13vw, 21px) !important;
    font-weight: 500 !important;
  }

  .nav-contact {
    min-height: clamp(43px, 2.8vw, 54px) !important;
    padding: 0 clamp(28px, 2.25vw, 45px) !important;
    border-width: 1.35px !important;
  }

  .hero-copy {
    width: min(980px, calc(100% - 96px)) !important;
    padding-top: clamp(200px, 24vh, 245px) !important;
  }

  .hero-copy h1 {
    max-width: 930px !important;
    font-size: clamp(50px, 4.1vw, 74px) !important;
    line-height: 1.08 !important;
    letter-spacing: -1px !important;
  }

  .hero-copy p {
    margin: clamp(13px, 1.1vw, 18px) 0 clamp(21px, 1.55vw, 28px) !important;
    font-size: clamp(17px, 1.32vw, 24px) !important;
  }

  .hero .button {
    min-width: clamp(170px, 11.2vw, 220px) !important;
    height: clamp(48px, 3.4vw, 62px) !important;
    padding: 0 clamp(28px, 2.3vw, 42px) !important;
    font-size: clamp(16px, 1.12vw, 20px) !important;
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .hero-copy {
    padding-top: clamp(175px, 22vh, 210px) !important;
  }

  .hero-copy h1 {
    font-size: clamp(46px, 3.85vw, 68px) !important;
  }

  .hero .button {
    min-width: 170px !important;
    height: 48px !important;
    font-size: 16px !important;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .nav-links {
    margin-left: clamp(95px, 8.5vw, 150px) !important;
    gap: clamp(20px, 1.85vw, 32px) !important;
  }

  .nav-links a {
    font-size: clamp(13px, 1vw, 16px) !important;
  }

  .nav-contact {
    min-height: 38px !important;
    padding: 0 22px !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .top-nav {
    top: clamp(34px, 4vw, 54px) !important;
    left: 7% !important;
    right: 7% !important;
    justify-content: space-between !important;
    gap: 18px !important;
  }

  .nav-links {
    margin-left: 0 !important;
    gap: clamp(14px, 2vw, 24px) !important;
  }

  .nav-links a {
    font-size: clamp(11px, 1.35vw, 15px) !important;
  }
}

/* Keep the compact/mobile menu working normally. */
@media (max-width: 760px) {
  .nav-links {
    margin-left: 0 !important;
  }
}

/* ========================================================================== 
   FINAL POSITION TUNE
   Move navbar/hero copy/button slightly higher and extend the hero artwork
   a bit lower so the main landing hero matches the Athens spacing better.
   ========================================================================== */
@media (min-width: 901px) {
  .hero {
    height: calc(100svh + 56px) !important;
    min-height: 735px !important;
    background-position: center calc(100% + 32px) !important;
  }

  @supports not (height: 100svh) {
    .hero {
      height: calc(100vh + 56px) !important;
    }
  }

  .top-nav {
    top: clamp(46px, 4.45vw, 72px) !important;
  }

  .hero-copy {
    padding-top: clamp(172px, 20.5vh, 215px) !important;
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .hero {
    height: calc(100svh + 42px) !important;
    min-height: 700px !important;
    background-position: center calc(100% + 26px) !important;
  }

  @supports not (height: 100svh) {
    .hero {
      height: calc(100vh + 42px) !important;
    }
  }

  .top-nav {
    top: clamp(42px, 4vw, 64px) !important;
  }

  .hero-copy {
    padding-top: clamp(156px, 19vh, 190px) !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .top-nav {
    top: clamp(28px, 3.4vw, 44px) !important;
  }

  .hero-copy {
    padding-top: clamp(105px, 17vh, 140px) !important;
  }

  .hero {
    min-height: 620px !important;
    background-position: center calc(100% + 18px) !important;
  }
}

/* ========================================================================== 
   FINAL HERO BOOK BUTTON SIZE FIX
   Makes the main landing page hero Book A Ride button 20% bigger.
   ========================================================================== */
@media (min-width: 901px) {
  .hero .hero-copy .button,
  .hero .button {
    min-width: clamp(204px, 13.44vw, 264px) !important;
    height: clamp(58px, 4.08vw, 74px) !important;
    padding: 0 clamp(34px, 2.75vw, 50px) !important;
    font-size: clamp(19px, 1.34vw, 24px) !important;
    font-weight: 500 !important;
  }
}

@media (min-width: 561px) and (max-width: 900px) {
  .hero .hero-copy .button,
  .hero .button {
    min-width: 163px !important;
    height: 48px !important;
    padding: 0 30px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
  }
}

@media (max-width: 560px) {
  .hero .hero-copy .button,
  .hero .button {
    min-width: 142px !important;
    height: 43px !important;
    padding: 0 26px !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
  }
}

/* ========================================================================== 
   FINAL BOTTOM BOOK BUTTON MATCH FIX
   Makes the lower CTA Book A Ride button use the exact same size as the hero
   Book A Ride button on the main landing page.
   ========================================================================== */
@media (min-width: 901px) {
  .final-cta .button {
    min-width: clamp(204px, 13.44vw, 264px) !important;
    height: clamp(58px, 4.08vw, 74px) !important;
    padding: 0 clamp(34px, 2.75vw, 50px) !important;
    font-size: clamp(19px, 1.34vw, 24px) !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }
}

@media (min-width: 561px) and (max-width: 900px) {
  .final-cta .button {
    min-width: 163px !important;
    height: 48px !important;
    padding: 0 30px !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }
}

@media (max-width: 560px) {
  .final-cta .button {
    min-width: 142px !important;
    height: 43px !important;
    padding: 0 26px !important;
    font-size: 14.5px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
  }
}

/* ========================================================================== 
   Service Area dropdown menu
   ========================================================================== */
.service-area-menu {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  line-height: 1 !important;
}

.nav-links .service-area-trigger {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
}

.nav-links .service-area-trigger:hover,
.nav-links .service-area-trigger:focus-visible {
  opacity: 0.78 !important;
}

.service-area-dropdown {
  position: absolute !important;
  top: calc(100% + 18px) !important;
  left: 50% !important;
  z-index: 10050 !important;
  width: 253px !important;
  max-width: calc(100vw - 34px) !important;
  min-height: 528px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 28px 0 30px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.98) !important;
  border-radius: 37px !important;
  color: #fff !important;
  background: rgba(104, 172, 227, 0.92) !important;
  box-shadow: none !important;
  backdrop-filter: blur(3px) !important;
  transform: translateX(-50%) translateY(-8px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease !important;
}

.service-area-menu:hover .service-area-dropdown,
.service-area-menu:focus-within .service-area-dropdown,
.service-area-menu.is-open .service-area-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}

.service-area-title {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.nav-links .service-area-dropdown a,
.service-area-dropdown a {
  min-height: 0 !important;
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.64 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.nav-links .service-area-dropdown a:hover,
.nav-links .service-area-dropdown a:focus-visible {
  opacity: 0.8 !important;
}

@media (max-width: 760px) {
  .nav-links .service-area-menu {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .nav-links .service-area-trigger {
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .service-area-dropdown {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 253px !important;
    max-width: 100% !important;
    min-height: 528px !important;
    margin: 7px auto 2px !important;
    padding: 28px 0 30px !important;
    border-radius: 37px !important;
    transform: none !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .service-area-menu:hover .service-area-dropdown,
  .service-area-menu:focus-within .service-area-dropdown,
  .service-area-menu.is-open .service-area-dropdown {
    display: flex !important;
    transform: none !important;
  }

  .service-area-title {
    font-size: 26px !important;
  }

  .nav-links .service-area-dropdown a,
  .service-area-dropdown a {
    font-size: 26px !important;
    line-height: 1.64 !important;
  }
}

@media (max-width: 374px) {
  .service-area-dropdown {
    width: min(253px, calc(100vw - 34px)) !important;
    min-height: 510px !important;
  }

  .service-area-title,
  .nav-links .service-area-dropdown a,
  .service-area-dropdown a {
    font-size: 25px !important;
  }
}

/* Match the Service Area trigger size to the normal navbar links. */
.nav-links .service-area-trigger {
  font-size: clamp(13px, 1vw, 16px) !important;
  font-weight: 500 !important;
}

@media (min-width: 1501px) {
  .nav-links .service-area-trigger {
    font-size: clamp(16px, 1.13vw, 21px) !important;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .nav-links .service-area-trigger {
    font-size: clamp(13px, 1vw, 16px) !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .nav-links .service-area-trigger {
    font-size: clamp(11px, 1.35vw, 15px) !important;
  }
}

@media (max-width: 760px) {
  .nav-links .service-area-trigger {
    font-size: 14px !important;
  }
}

/* ========================================================================== 
   FINAL CLICK-ONLY SERVICE AREA DROPDOWN + SMOOTH FIXED NAVBAR
   This version does not depend on hover. The dropdown opens through <details>
   when Service Area is clicked, then closes when a county link/outside area is clicked.
   ========================================================================== */
.top-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: clamp(18px, 2.3vw, 34px) clamp(24px, 8.6vw, 150px) !important;
  display: flex !important;
  align-items: center !important;
  gap: clamp(18px, 2.2vw, 34px) !important;
  background: rgba(104, 172, 227, 0) !important;
  border: 1px solid transparent !important;
  box-shadow: 0 18px 40px rgba(26, 73, 116, 0) !important;
  backdrop-filter: blur(0) !important;
  -webkit-backdrop-filter: blur(0) !important;
  transition: background 260ms ease, box-shadow 260ms ease, backdrop-filter 260ms ease, padding 260ms ease !important;
  overflow: visible !important;
}

.top-nav.is-scrolled {
  padding-top: clamp(12px, 1.35vw, 20px) !important;
  padding-bottom: clamp(12px, 1.35vw, 20px) !important;
  background: rgba(92, 164, 224, 0.84) !important;
  border-color: rgba(255, 255, 255, 0.16) !important;
  box-shadow: 0 18px 40px rgba(26, 73, 116, 0.16) !important;
  backdrop-filter: blur(14px) saturate(130%) !important;
  -webkit-backdrop-filter: blur(14px) saturate(130%) !important;
}

.nav-links {
  margin-left: auto !important;
}

.service-area-menu {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  line-height: 1 !important;
  overflow: visible !important;
}

.service-area-trigger {
  list-style: none !important;
}

.service-area-trigger::-webkit-details-marker {
  display: none !important;
}

.service-area-trigger::marker {
  content: "" !important;
  display: none !important;
}

.nav-links .service-area-trigger,
.service-area-trigger {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  user-select: none !important;
}

.service-area-dropdown {
  position: absolute !important;
  top: calc(100% + 18px) !important;
  left: 50% !important;
  z-index: 100000 !important;
  width: 253px !important;
  max-width: calc(100vw - 34px) !important;
  min-height: 528px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 28px 0 30px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.98) !important;
  border-radius: 37px !important;
  color: #fff !important;
  background: rgba(104, 172, 227, 0.94) !important;
  box-shadow: 0 22px 48px rgba(30, 85, 132, 0.13) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
  transform: translateX(-50%) translateY(-8px) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease !important;
}

/* Keep it closed on hover/focus. It ONLY opens when details has [open]. */
.service-area-menu:not([open]) .service-area-dropdown,
.service-area-menu:not([open]):hover .service-area-dropdown,
.service-area-menu:not([open]):focus-within .service-area-dropdown,
.service-area-menu:hover:not([open]) .service-area-dropdown,
.service-area-menu:focus-within:not([open]) .service-area-dropdown {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(-8px) !important;
}

.service-area-menu[open] .service-area-dropdown,
.service-area-menu.is-open .service-area-dropdown {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}

.service-area-title {
  margin: 0 0 16px !important;
  color: #fff !important;
  font-size: 26px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.nav-links .service-area-dropdown a,
.service-area-dropdown a {
  min-height: 0 !important;
  display: block !important;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
  background: transparent !important;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.64 !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  .top-nav {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 16px 14px !important;
  }

  .top-nav.is-scrolled {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }

  .nav-links {
    margin-left: 0 !important;
  }

  .nav-links .service-area-menu,
  .service-area-menu {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .nav-links .service-area-trigger,
  .service-area-trigger {
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .service-area-dropdown {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 253px !important;
    max-width: 100% !important;
    min-height: 528px !important;
    margin: 7px auto 2px !important;
    padding: 28px 0 30px !important;
    border-radius: 37px !important;
    transform: none !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .service-area-menu:not([open]) .service-area-dropdown,
  .service-area-menu:not([open]):hover .service-area-dropdown,
  .service-area-menu:not([open]):focus-within .service-area-dropdown,
  .service-area-menu:hover:not([open]) .service-area-dropdown,
  .service-area-menu:focus-within:not([open]) .service-area-dropdown {
    display: none !important;
    transform: none !important;
  }

  .service-area-menu[open] .service-area-dropdown,
  .service-area-menu.is-open .service-area-dropdown {
    display: flex !important;
    transform: none !important;
  }
}


/* ========================================================================== 
   Become a Partner navbar button
   Existing-file only update: no extra JavaScript/file needed.
   ========================================================================== */
.nav-links .nav-partner,
.nav-partner {
  min-height: clamp(40px, 2.7vw, 50px) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 clamp(22px, 1.65vw, 32px) !important;
  border: 1.2px solid rgba(255, 255, 255, 0.98) !important;
  border-radius: 999px !important;
  color: #000000 !important;
  background: #ffffff !important;
  font: inherit !important;
  font-size: clamp(15.5px, 1.08vw, 19px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: default !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: opacity 160ms ease, transform 160ms ease, box-shadow 160ms ease !important;
}

.nav-links .nav-partner:hover,
.nav-links .nav-partner:focus-visible,
.nav-partner:hover,
.nav-partner:focus-visible {
  opacity: 0.94 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 18px rgba(30, 85, 132, 0.14) !important;
}

@media (min-width: 901px) {
  .nav-links {
    gap: clamp(20px, 1.75vw, 38px) !important;
  }

  .nav-contact,
  .nav-partner {
    min-height: clamp(40px, 2.7vw, 50px) !important;
    padding-left: clamp(22px, 1.65vw, 34px) !important;
    padding-right: clamp(22px, 1.65vw, 34px) !important;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .nav-links {
    gap: clamp(16px, 1.35vw, 24px) !important;
  }

  .nav-contact,
  .nav-partner {
    min-height: 38px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-size: clamp(12px, 0.92vw, 15px) !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .nav-links {
    gap: clamp(12px, 1.7vw, 20px) !important;
  }

  .nav-contact,
  .nav-partner {
    min-height: 36px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .nav-partner {
    font-size: clamp(11px, 1.25vw, 14px) !important;
  }
}

@media (max-width: 760px) {
  .nav-links .nav-partner,
  .nav-partner {
    width: 100% !important;
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }
}

/* ==========================================================================
   Final Service Area navbar match + click modal fix
   Makes the Service Area <summary> look like the other nav links and makes
   the mini dropdown open only when clicked.
   ========================================================================== */
.nav-links .service-area-menu {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: inherit !important;
  background: transparent !important;
  line-height: 1 !important;
  overflow: visible !important;
}

.nav-links .service-area-trigger,
.service-area-trigger {
  appearance: none !important;
  -webkit-appearance: none !important;
  min-height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font-family: inherit !important;
  font-size: clamp(13px, 1vw, 16px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  user-select: none !important;
  list-style: none !important;
}

.nav-links .service-area-trigger::-webkit-details-marker,
.service-area-trigger::-webkit-details-marker {
  display: none !important;
}

.nav-links .service-area-trigger::marker,
.service-area-trigger::marker {
  content: "" !important;
  display: none !important;
}

.nav-links .service-area-trigger:hover,
.nav-links .service-area-trigger:focus-visible {
  opacity: 0.78 !important;
}

.service-area-menu:not([open]):not(.is-open) .service-area-dropdown {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(-50%) translateY(-8px) !important;
}

.service-area-menu[open] .service-area-dropdown,
.service-area-menu.is-open .service-area-dropdown {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(-50%) translateY(0) !important;
}

@media (min-width: 1501px) {
  .nav-links .service-area-trigger,
  .service-area-trigger {
    font-size: clamp(16px, 1.13vw, 21px) !important;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .nav-links .service-area-trigger,
  .service-area-trigger {
    font-size: clamp(13px, 1vw, 16px) !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .nav-links .service-area-trigger,
  .service-area-trigger {
    font-size: clamp(11px, 1.35vw, 15px) !important;
  }
}

@media (max-width: 760px) {
  .nav-links .service-area-menu,
  .service-area-menu {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .nav-links .service-area-trigger,
  .service-area-trigger {
    width: 100% !important;
    min-height: 38px !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .service-area-menu:not([open]):not(.is-open) .service-area-dropdown {
    display: none !important;
    transform: none !important;
  }

  .service-area-menu[open] .service-area-dropdown,
  .service-area-menu.is-open .service-area-dropdown {
    display: flex !important;
    transform: none !important;
  }
}


/* ========================================================================== 
   Dispatch support chat drawer
   Stripe-inspired right-side support panel with softer Greencab styling
   ========================================================================== */
.dispatch-chat {
  position: fixed;
  right: clamp(18px, 2.7vw, 42px);
  bottom: clamp(18px, 2.5vw, 36px);
  z-index: 100000;
  width: auto;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  color: #122a42;
}

.dispatch-chat,
.dispatch-chat * {
  box-sizing: border-box;
}

.dispatch-chat__launcher {
  position: relative;
  width: 168px;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  padding: 9px 16px 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 9px;
  color: #fff;
  background: #5da6df;
  box-shadow: 0 14px 32px rgba(31, 88, 137, 0.22);
  cursor: pointer;
  overflow: hidden;
  transform: translateY(0);
  transition:
    width 280ms cubic-bezier(.16, 1, .3, 1),
    transform 180ms ease,
    box-shadow 180ms ease,
    opacity 180ms ease,
    visibility 180ms ease;
}

.dispatch-chat__launcher:hover,
.dispatch-chat__launcher:focus-visible {
  width: 214px;
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(31, 88, 137, 0.28);
  outline: none;
}

.dispatch-chat.is-open .dispatch-chat__launcher,
.dispatch-chat.is-opening .dispatch-chat__launcher,
.dispatch-chat.is-closing .dispatch-chat__launcher {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
}

.dispatch-chat__launcher-orb {
  position: relative;
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}

.dispatch-chat__launcher-orb svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dispatch-chat__pulse {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #8ce19b;
}

.dispatch-chat__launcher-copy {
  position: relative;
  width: 104px;
  height: 34px;
  display: block;
  overflow: hidden;
  text-align: left;
  line-height: 1.1;
  transition: width 280ms cubic-bezier(.16, 1, .3, 1);
}

.dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
.dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
  width: 132px;
}

.dispatch-chat__launcher-state {
  position: absolute;
  left: 0;
  top: 0;
  width: max-content;
  max-width: 132px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform-origin: left center;
  transition:
    opacity 230ms ease,
    transform 280ms cubic-bezier(.16, 1, .3, 1),
    filter 230ms ease;
}

.dispatch-chat__launcher-state--idle {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.dispatch-chat__launcher-state--hover {
  opacity: 0;
  transform: translate3d(0, 9px, 0);
  filter: blur(2px);
  pointer-events: none;
}

.dispatch-chat__launcher:hover .dispatch-chat__launcher-state--idle,
.dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-state--idle {
  opacity: 0;
  transform: translate3d(0, -9px, 0);
  filter: blur(2px);
}

.dispatch-chat__launcher:hover .dispatch-chat__launcher-state--hover,
.dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-state--hover {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  filter: blur(0);
}

.dispatch-chat__launcher-state--idle strong {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  letter-spacing: -0.12px;
  line-height: 1;
  white-space: nowrap;
}

.dispatch-chat__launcher-state--hover > span {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.84;
  white-space: nowrap;
}

.dispatch-chat__launcher-state--hover strong {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 700;
  letter-spacing: -0.12px;
  white-space: nowrap;
}

.dispatch-chat__panel {
  position: fixed;
  top: clamp(78px, 7vw, 112px);
  right: 0;
  bottom: 0;
  z-index: 100001;
  width: min(424px, 100vw);
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  border: 1px solid rgba(99, 160, 211, 0.2);
  border-right: 0;
  border-bottom: 0;
  border-radius: 12px 0 0 0;
  background: #fff;
  box-shadow: -18px 0 42px rgba(37, 73, 108, 0.16);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate3d(46px, 0, 0);
  will-change: opacity, transform;
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(.16, 1, .3, 1),
    visibility 0s linear 320ms;
}

.dispatch-chat.is-open .dispatch-chat__panel,
.dispatch-chat.is-opening .dispatch-chat__panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.dispatch-chat.is-closing .dispatch-chat__panel {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
  transform: translate3d(46px, 0, 0);
  transition:
    opacity 200ms ease,
    transform 260ms cubic-bezier(.7, 0, .84, 0);
}

.dispatch-chat__panel-glow {
  display: none;
}

.dispatch-chat__header {
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 18px 14px 22px;
  border-bottom: 1px solid #d9e7f2;
  background: #fff;
}

.dispatch-chat__header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, #69a9df 0%, rgba(105, 169, 223, 0.15) 100%);
}

.dispatch-chat__title-wrap {
  min-width: 0;
}

.dispatch-chat__header h2 {
  margin: 0;
  color: #132942;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.2px;
}

.dispatch-chat__header p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 6px 0 0;
  color: #607286;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.3;
}

.dispatch-chat__header p span {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  background: #78d88b;
}

.dispatch-chat__close {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  color: #6b7b8e;
  background: transparent;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
}

.dispatch-chat__close:hover,
.dispatch-chat__close:focus-visible {
  color: #284e73;
  background: #f2f7fb;
  outline: none;
}

.dispatch-chat__close span,
.dispatch-chat__close span::before {
  content: "";
  width: 15px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
}

.dispatch-chat__close span::before {
  transform: rotate(90deg);
}

.dispatch-chat__body {
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding: 20px 20px 14px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.dispatch-chat__notice {
  align-self: flex-start;
  max-width: 88%;
  padding: 11px 14px;
  border-radius: 10px;
  color: #28415c;
  background: #f4f8fb;
}

.dispatch-chat__notice p {
  margin: 0;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.45;
}

.dispatch-chat__messages {
  flex: 0 0 auto;
  min-height: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 2px 2px 0;
  scroll-behavior: smooth;
}

.dispatch-chat__body::-webkit-scrollbar {
  width: 6px;
}

.dispatch-chat__body::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(103, 148, 188, 0.24);
}

.dispatch-message {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  animation: dispatchMessageIn 180ms ease both;
}

.dispatch-message--user {
  justify-content: flex-end;
}

.dispatch-message__avatar {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 3px;
  border-radius: 7px;
  color: #fff;
  background: #69a9df;
  font-size: 12px;
  font-weight: 700;
}

.dispatch-message__content {
  max-width: min(312px, 84%);
  padding: 10px 12px;
  border: 1px solid #e6eef6;
  border-radius: 10px;
  color: #2c4054;
  background: #fff;
}

.dispatch-message--user .dispatch-message__content {
  border-color: rgba(105, 169, 223, 0.45);
  color: #fff;
  background: #69a9df;
}

.dispatch-message__content p {
  margin: 0;
  font-size: 12.7px;
  font-weight: 400;
  line-height: 1.45;
}

.dispatch-message__content span {
  display: block;
  margin-top: 6px;
  color: #7a8896;
  font-size: 10px;
  line-height: 1;
}

.dispatch-message--user .dispatch-message__content span {
  color: rgba(255, 255, 255, 0.78);
}

.dispatch-message--typing .dispatch-message__content {
  min-width: 54px;
}

.dispatch-typing-dots {
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  margin-top: 0 !important;
}

.dispatch-typing-dots i {
  width: 5px;
  height: 5px;
  display: block;
  border-radius: 50%;
  background: #69a9df;
  animation: dispatchTyping 900ms ease-in-out infinite;
}

.dispatch-typing-dots i:nth-child(2) {
  animation-delay: 120ms;
}

.dispatch-typing-dots i:nth-child(3) {
  animation-delay: 240ms;
}

.dispatch-chat__quick-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
  margin: auto 0 2px auto;
  padding-top: 12px;
}

.dispatch-chat__quick-actions button {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid #dde9f3;
  border-radius: 8px;
  color: #28415c;
  background: #fff;
  font: inherit;
  font-size: 12.8px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 150ms ease, background 150ms ease, transform 150ms ease;
}

.dispatch-chat__quick-actions button:hover,
.dispatch-chat__quick-actions button:focus-visible {
  border-color: rgba(105, 169, 223, 0.75);
  background: #f6fbff;
  transform: translateY(-1px);
  outline: none;
}

.dispatch-chat__composer {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 9px;
  padding: 13px;
  border-top: 1px solid #e2edf6;
  background: #fff;
}

.dispatch-chat__composer input {
  width: 100%;
  height: 42px;
  min-width: 0;
  padding: 0 14px;
  border: 1px solid #dce8f2;
  border-radius: 9px;
  color: #1d3348;
  background: #fff;
  font: inherit;
  font-size: 13px;
  outline: none;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}

.dispatch-chat__composer input::placeholder {
  color: #8190a0;
}

.dispatch-chat__composer input:focus {
  border-color: #69a9df;
  box-shadow: 0 0 0 3px rgba(105, 169, 223, 0.14);
}

.dispatch-chat__composer button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9px;
  color: #fff;
  background: #69a9df;
  cursor: pointer;
  transition: transform 150ms ease, background 150ms ease;
}

.dispatch-chat__composer button:hover,
.dispatch-chat__composer button:focus-visible {
  background: #549bd6;
  transform: translateY(-1px);
  outline: none;
}

.dispatch-chat__composer svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dispatch-chat__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes dispatchMessageIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dispatchTyping {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.55; }
  40% { transform: translateY(-3px); opacity: 1; }
}

@media (max-width: 1180px) {
  .dispatch-chat {
    right: 22px;
    bottom: 22px;
  }

  .dispatch-chat__panel {
    top: 82px;
    width: min(405px, 100vw);
  }
}

@media (max-width: 900px) {
  .dispatch-chat {
    right: 18px;
    bottom: 18px;
  }

  .dispatch-chat__launcher {
    min-height: 50px;
    padding-right: 16px;
  }

  .dispatch-chat__launcher-orb {
    width: 29px;
    height: 29px;
    flex-basis: 29px;
  }

  .dispatch-chat__panel {
    top: 74px;
    width: min(392px, 100vw);
  }
}

@media (max-width: 760px) {
  .dispatch-chat {
    left: 16px;
    right: 16px;
    bottom: 16px;
    display: flex;
    justify-content: flex-end;
  }

  .dispatch-chat__launcher {
    min-height: 50px;
    max-width: 100%;
    padding: 8px 16px 8px 10px;
  }

  .dispatch-chat__panel {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: min(670px, 86svh);
    border: 1px solid rgba(99, 160, 211, 0.22);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    transform: translate3d(0, 36px, 0);
  }

  .dispatch-chat.is-open .dispatch-chat__panel,
  .dispatch-chat.is-opening .dispatch-chat__panel {
    transform: translate3d(0, 0, 0);
  }

  .dispatch-chat.is-closing .dispatch-chat__panel {
    transform: translate3d(0, 36px, 0);
  }

  .dispatch-chat__header {
    min-height: 66px;
    padding: 14px 15px 13px 18px;
  }

  .dispatch-chat__header h2 {
    font-size: 16px;
  }

  .dispatch-chat__header p {
    max-width: 245px;
    font-size: 11px;
  }

  .dispatch-chat__body {
    padding: 16px 14px 12px;
  }

  .dispatch-chat__notice {
    max-width: 92%;
    padding: 10px 12px;
  }

  .dispatch-chat__quick-actions {
    justify-content: flex-end;
    gap: 8px;
  }

  .dispatch-chat__quick-actions button {
    min-height: 37px;
    padding: 0 12px;
    font-size: 12px;
  }

  .dispatch-chat__composer {
    grid-template-columns: 1fr 42px;
    padding: 11px;
  }
}

@media (max-width: 560px) {
  .dispatch-chat {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .dispatch-chat__launcher {
    min-height: 48px;
    gap: 9px;
    padding: 8px 14px 8px 9px;
    border-radius: 8px;
  }

  .dispatch-chat__launcher-state--hover > span {
    font-size: 10.5px;
  }

  .dispatch-chat__launcher-state--idle strong,
  .dispatch-chat__launcher-state--hover strong {
    font-size: 14px;
  }

  .dispatch-chat__panel {
    height: min(650px, 88svh);
    border-radius: 16px 16px 0 0;
  }

  .dispatch-chat__body {
    gap: 10px;
  }

  .dispatch-message__content {
    max-width: min(280px, 82%);
  }

  .dispatch-message__content p,
  .dispatch-chat__composer input,
  .dispatch-chat__notice p {
    font-size: 12.4px;
  }

  .dispatch-chat__quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-left: 0;
  }

  .dispatch-chat__quick-actions button {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .dispatch-chat__launcher-state--hover > span {
    display: none;
  }

  .dispatch-chat__launcher-state--idle strong,
  .dispatch-chat__launcher-state--hover strong {
    font-size: 13.5px;
  }

  .dispatch-chat__panel {
    height: 90svh;
    border-radius: 14px 14px 0 0;
  }

  .dispatch-chat__header p,
  .dispatch-chat__notice p,
  .dispatch-message__content p {
    font-size: 11.8px;
  }

  .dispatch-chat__quick-actions {
    grid-template-columns: 1fr;
  }

  .dispatch-chat__composer {
    grid-template-columns: 1fr 40px;
    gap: 8px;
  }

  .dispatch-chat__composer input,
  .dispatch-chat__composer button {
    height: 40px;
  }

  .dispatch-chat__composer button {
    width: 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dispatch-chat__launcher,
  .dispatch-chat__panel,
  .dispatch-message,
  .dispatch-typing-dots i {
    animation: none !important;
    transition-duration: 1ms !important;
  }
}

/* Smooth Support Chat launcher label swap */
@media (max-width: 560px) {
  .dispatch-chat__launcher {
    width: 158px;
    min-height: 48px;
    padding: 8px 14px 8px 10px;
  }

  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: 202px;
  }

  .dispatch-chat__launcher-copy {
    width: 98px;
    height: 32px;
  }

  .dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
    width: 126px;
  }

  .dispatch-chat__launcher-state--idle strong,
  .dispatch-chat__launcher-state--hover strong {
    font-size: 13px;
  }

  .dispatch-chat__launcher-state--hover > span {
    font-size: 10px;
  }
}

/* ========================================================================== 
   FINAL SUPPORT CHAT LAUNCHER FIX
   - keeps the launcher the same width in normal/hover/focus states
   - pins the launcher to the viewport so it does not drift with page scroll
   ========================================================================== */
.dispatch-chat {
  position: fixed !important;
  right: clamp(18px, 2.7vw, 42px) !important;
  bottom: clamp(18px, 2.5vw, 36px) !important;
  left: auto !important;
  top: auto !important;
  width: auto !important;
  display: block !important;
  transform: translate3d(0, 0, 0) !important;
  will-change: auto !important;
}

.dispatch-chat__launcher,
.dispatch-chat__launcher:hover,
.dispatch-chat__launcher:focus-visible {
  width: min(214px, calc(100vw - 36px)) !important;
  min-height: 52px !important;
  transform: none !important;
}

.dispatch-chat__launcher:hover,
.dispatch-chat__launcher:focus-visible {
  box-shadow: 0 18px 38px rgba(31, 88, 137, 0.28) !important;
}

.dispatch-chat__launcher-copy,
.dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
.dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
  width: 132px !important;
}

@media (max-width: 760px) {
  .dispatch-chat {
    position: fixed !important;
    left: auto !important;
    right: 16px !important;
    bottom: 16px !important;
    top: auto !important;
    width: auto !important;
    display: block !important;
    justify-content: initial !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: min(214px, calc(100vw - 32px)) !important;
    min-height: 50px !important;
    transform: none !important;
  }

  .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
    width: 132px !important;
  }
}

@media (max-width: 560px) {
  .dispatch-chat {
    right: 12px !important;
    bottom: 12px !important;
    left: auto !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: min(202px, calc(100vw - 24px)) !important;
    min-height: 48px !important;
  }

  .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
    width: 126px !important;
  }
}

@media (max-width: 374px) {
  .dispatch-chat {
    right: 10px !important;
    bottom: 10px !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: min(194px, calc(100vw - 20px)) !important;
  }

  .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
    width: 120px !important;
  }
}


/* ==========================================================================
   FINAL SUPPORT CHAT PIN + CENTERED LAUNCHER TEXT PATCH
   - chat markup now lives outside the page shell, but these rules also force
     the launcher/panel to stay pinned to the viewport on mobile
   - keeps the default and hover labels centered inside the same-size button
   ========================================================================== */
.dispatch-chat {
  position: fixed !important;
  inset: auto clamp(18px, 2.7vw, 42px) clamp(18px, 2.5vw, 36px) auto !important;
  z-index: 2147483000 !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  transform: none !important;
  contain: layout style !important;
}

.dispatch-chat__launcher,
.dispatch-chat__launcher:hover,
.dispatch-chat__launcher:focus-visible {
  width: 214px !important;
  min-height: 52px !important;
  display: inline-grid !important;
  grid-template-columns: 31px 1fr !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px !important;
  padding: 9px 16px 9px 12px !important;
  transform: none !important;
}

.dispatch-chat__launcher-copy,
.dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
.dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
  width: 100% !important;
  height: 34px !important;
  display: block !important;
  text-align: center !important;
}

.dispatch-chat__launcher-state {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.dispatch-chat__launcher-state--idle {
  transform: translate3d(0, 0, 0) !important;
}

.dispatch-chat__launcher-state--hover {
  transform: translate3d(0, 9px, 0) !important;
}

.dispatch-chat__launcher:hover .dispatch-chat__launcher-state--idle,
.dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-state--idle {
  transform: translate3d(0, -9px, 0) !important;
}

.dispatch-chat__launcher:hover .dispatch-chat__launcher-state--hover,
.dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-state--hover {
  transform: translate3d(0, 0, 0) !important;
}

.dispatch-chat__launcher-state--idle strong,
.dispatch-chat__launcher-state--hover strong,
.dispatch-chat__launcher-state--hover > span {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

.dispatch-chat__panel {
  position: fixed !important;
  z-index: 2147483001 !important;
}

@media (max-width: 760px) {
  .dispatch-chat {
    position: fixed !important;
    inset: auto 12px max(12px, env(safe-area-inset-bottom)) auto !important;
    left: auto !important;
    right: 12px !important;
    top: auto !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
    transform: none !important;
    display: block !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: min(214px, calc(100vw - 24px)) !important;
    min-height: 50px !important;
    grid-template-columns: 29px 1fr !important;
    justify-content: center !important;
    transform: none !important;
  }

  .dispatch-chat__panel {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: min(670px, 86svh) !important;
    transform: translate3d(0, 36px, 0) !important;
  }

  .dispatch-chat.is-open .dispatch-chat__panel,
  .dispatch-chat.is-opening .dispatch-chat__panel {
    transform: translate3d(0, 0, 0) !important;
  }

  .dispatch-chat.is-closing .dispatch-chat__panel {
    transform: translate3d(0, 36px, 0) !important;
  }
}

@media (max-width: 560px) {
  .dispatch-chat {
    right: 10px !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: min(202px, calc(100vw - 20px)) !important;
    min-height: 48px !important;
  }

  .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
    width: 100% !important;
    height: 32px !important;
  }
}

@media (max-width: 374px) {
  .dispatch-chat {
    right: 8px !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: min(194px, calc(100vw - 16px)) !important;
  }
}

/* ========================================================================== 
   FINAL DISPATCH CHAT VIEWPORT FIX
   Fixes the drawer being invisible on desktop and half off-screen on mobile.
   The earlier containment rule made fixed children calculate from the small
   launcher box instead of the browser viewport.
   ========================================================================== */
.dispatch-chat {
  position: fixed !important;
  top: auto !important;
  left: auto !important;
  right: clamp(18px, 2.7vw, 42px) !important;
  bottom: clamp(18px, 2.5vw, 36px) !important;
  width: auto !important;
  height: auto !important;
  z-index: 2147483000 !important;
  display: block !important;
  overflow: visible !important;
  transform: none !important;
  contain: none !important;
  will-change: auto !important;
  pointer-events: none !important;
}

.dispatch-chat__launcher,
.dispatch-chat__panel {
  pointer-events: auto !important;
}

.dispatch-chat__launcher,
.dispatch-chat__launcher:hover,
.dispatch-chat__launcher:focus-visible {
  width: 214px !important;
  min-height: 52px !important;
  display: grid !important;
  grid-template-columns: 31px 1fr !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 11px !important;
  padding: 9px 16px 9px 12px !important;
  transform: none !important;
}

.dispatch-chat:not(.is-open):not(.is-opening):not(.is-closing) .dispatch-chat__launcher {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.dispatch-chat__launcher-copy,
.dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
.dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
  width: 100% !important;
  height: 34px !important;
  display: block !important;
  text-align: center !important;
}

.dispatch-chat__launcher-state {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: none !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

.dispatch-chat__launcher-state--idle strong,
.dispatch-chat__launcher-state--hover strong,
.dispatch-chat__launcher-state--hover > span {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

.dispatch-chat__panel {
  position: fixed !important;
  z-index: 2147483001 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  margin: 0 !important;
}

@media (min-width: 761px) {
  .dispatch-chat__panel {
    top: clamp(78px, 7vw, 112px) !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: min(424px, 100vw) !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: none !important;
    border-radius: 12px 0 0 0 !important;
    transform: translate3d(46px, 0, 0) !important;
  }

  .dispatch-chat.is-open .dispatch-chat__panel,
  .dispatch-chat.is-opening .dispatch-chat__panel {
    transform: translate3d(0, 0, 0) !important;
  }

  .dispatch-chat.is-closing .dispatch-chat__panel {
    transform: translate3d(46px, 0, 0) !important;
  }
}

@media (max-width: 760px) {
  .dispatch-chat {
    right: 12px !important;
    bottom: max(12px, env(safe-area-inset-bottom)) !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: min(214px, calc(100vw - 24px)) !important;
    min-height: 50px !important;
    grid-template-columns: 29px 1fr !important;
  }

  .dispatch-chat__panel {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(670px, 86vh) !important;
    max-height: calc(100vh - 16px) !important;
    border-radius: 18px 18px 0 0 !important;
    transform: translate3d(0, 100%, 0) !important;
  }

  .dispatch-chat.is-open .dispatch-chat__panel,
  .dispatch-chat.is-opening .dispatch-chat__panel {
    transform: translate3d(0, 0, 0) !important;
  }

  .dispatch-chat.is-closing .dispatch-chat__panel {
    transform: translate3d(0, 100%, 0) !important;
  }

  @supports (width: 100dvw) {
    .dispatch-chat__panel {
      width: 100dvw !important;
      max-width: 100dvw !important;
      height: min(670px, 86dvh) !important;
      max-height: calc(100dvh - 16px) !important;
    }
  }
}

@media (max-width: 560px) {
  .dispatch-chat {
    right: 10px !important;
    bottom: max(10px, env(safe-area-inset-bottom)) !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: min(202px, calc(100vw - 20px)) !important;
    min-height: 48px !important;
  }

  .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
    height: 32px !important;
  }
}

@media (max-width: 374px) {
  .dispatch-chat {
    right: 8px !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: min(194px, calc(100vw - 16px)) !important;
  }
}

/* ==========================================================================
   FINAL MOBILE PIN + COMPACT SUPPORT CHAT PATCH
   - stops the mobile navbar/hamburger from shifting when scroll state changes
   - keeps the support chat launcher fixed to the viewport
   - makes the mobile launcher smaller so it is always fully visible
   ========================================================================== */
@media (max-width: 760px) {
  .top-nav,
  .top-nav.is-scrolled {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    padding: 18px 18px !important;
    transform: none !important;
    transition: background 220ms ease, box-shadow 220ms ease, backdrop-filter 220ms ease !important;
    will-change: auto !important;
  }

  .menu-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    transform: none !important;
    transition: background 180ms ease, box-shadow 180ms ease !important;
    will-change: auto !important;
  }

  .dispatch-chat {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    right: 10px !important;
    bottom: 10px !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    transform: none !important;
    contain: none !important;
    will-change: auto !important;
    z-index: 2147483000 !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: 166px !important;
    min-height: 44px !important;
    height: 44px !important;
    display: grid !important;
    grid-template-columns: 28px 1fr !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 7px 11px !important;
    border-radius: 8px !important;
    transform: none !important;
  }

  .dispatch-chat__launcher-orb {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
    border-radius: 7px !important;
  }

  .dispatch-chat__launcher-orb svg {
    width: 17px !important;
    height: 17px !important;
  }

  .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
    width: 100% !important;
    height: 28px !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  .dispatch-chat__launcher-state {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .dispatch-chat__launcher-state--idle strong,
  .dispatch-chat__launcher-state--hover strong {
    font-size: 12.5px !important;
    line-height: 1.05 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .dispatch-chat__launcher-state--hover > span {
    display: none !important;
  }

  .dispatch-chat__panel {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(620px, 88vh) !important;
    max-height: calc(100vh - 10px) !important;
    border-radius: 16px 16px 0 0 !important;
  }

  @supports (width: 100dvw) {
    .dispatch-chat__panel {
      width: 100dvw !important;
      max-width: 100dvw !important;
      height: min(620px, 88dvh) !important;
      max-height: calc(100dvh - 10px) !important;
    }
  }
}

@media (max-width: 374px) {
  .top-nav,
  .top-nav.is-scrolled {
    padding: 16px 14px !important;
  }

  .menu-toggle {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  .dispatch-chat {
    right: 8px !important;
    bottom: 8px !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: 152px !important;
    min-height: 42px !important;
    height: 42px !important;
    grid-template-columns: 26px 1fr !important;
    gap: 7px !important;
    padding: 7px 10px !important;
  }

  .dispatch-chat__launcher-orb {
    width: 26px !important;
    height: 26px !important;
    flex-basis: 26px !important;
  }

  .dispatch-chat__launcher-state--idle strong,
  .dispatch-chat__launcher-state--hover strong {
    font-size: 12px !important;
  }
}


/* ========================================================================== 
   FINAL MOBILE FIXED LAYER PATCH
   - disables mobile scroll-state movement on the navbar
   - adds safe spacing from the right edge for the hamburger and support chat
   - makes the mobile support launcher smaller so it never clips
   ========================================================================== */
@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .top-nav,
  .top-nav.is-scrolled {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    min-height: 74px !important;
    height: 74px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px max(22px, env(safe-area-inset-right)) 16px max(22px, env(safe-area-inset-left)) !important;
    margin: 0 !important;
    border: 0 !important;
    background: rgba(96, 169, 226, 0.78) !important;
    box-shadow: 0 10px 28px rgba(34, 83, 127, 0.10) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    transform: none !important;
    translate: none !important;
    transition: none !important;
    will-change: auto !important;
    z-index: 2147482000 !important;
  }

  .top-nav .brand {
    position: relative !important;
    flex: 0 0 auto !important;
    z-index: 1 !important;
  }

  .top-nav .brand img {
    width: clamp(92px, 27vw, 116px) !important;
  }

  .menu-toggle,
  .top-nav .menu-toggle {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    flex: 0 0 40px !important;
    border-radius: 12px !important;
    transform: none !important;
    translate: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .nav-links {
    position: fixed !important;
    top: 82px !important;
    right: max(18px, env(safe-area-inset-right)) !important;
    left: auto !important;
    width: min(290px, calc(100vw - 36px)) !important;
    max-width: calc(100vw - 36px) !important;
    transform: none !important;
  }

  .dispatch-chat,
  .dispatch-chat:not(.is-open):not(.is-opening):not(.is-closing) {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    right: max(22px, env(safe-area-inset-right)) !important;
    bottom: max(18px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    overflow: visible !important;
    transform: none !important;
    translate: none !important;
    contain: none !important;
    will-change: auto !important;
    z-index: 2147482500 !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: 140px !important;
    min-width: 140px !important;
    max-width: calc(100vw - 44px) !important;
    height: 42px !important;
    min-height: 42px !important;
    display: grid !important;
    grid-template-columns: 25px 1fr !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    padding: 6px 10px !important;
    border-radius: 8px !important;
    transform: none !important;
    translate: none !important;
    transition: box-shadow 160ms ease, opacity 160ms ease, visibility 160ms ease !important;
  }

  .dispatch-chat__launcher-orb {
    width: 25px !important;
    height: 25px !important;
    flex: 0 0 25px !important;
    border-radius: 7px !important;
  }

  .dispatch-chat__launcher-orb svg {
    width: 15px !important;
    height: 15px !important;
  }

  .dispatch-chat__pulse {
    right: 1px !important;
    top: 1px !important;
    width: 6px !important;
    height: 6px !important;
  }

  .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:hover .dispatch-chat__launcher-copy,
  .dispatch-chat__launcher:focus-visible .dispatch-chat__launcher-copy {
    width: 100% !important;
    height: 25px !important;
    display: block !important;
    overflow: hidden !important;
    text-align: center !important;
  }

  .dispatch-chat__launcher-state {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .dispatch-chat__launcher-state--idle strong,
  .dispatch-chat__launcher-state--hover strong {
    display: block !important;
    width: 100% !important;
    font-size: 11.25px !important;
    line-height: 1 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .dispatch-chat__launcher-state--hover > span {
    display: none !important;
  }

  .dispatch-chat__panel {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100vw !important;
    max-width: 100vw !important;
    height: min(620px, 88vh) !important;
    max-height: calc(100vh - 10px) !important;
    border-radius: 16px 16px 0 0 !important;
  }

  @supports (width: 100dvw) {
    .dispatch-chat__panel {
      width: 100dvw !important;
      max-width: 100dvw !important;
      height: min(620px, 88dvh) !important;
      max-height: calc(100dvh - 10px) !important;
    }
  }
}

@media (max-width: 374px) {
  .top-nav,
  .top-nav.is-scrolled {
    min-height: 70px !important;
    height: 70px !important;
    padding: 15px max(20px, env(safe-area-inset-right)) 15px max(18px, env(safe-area-inset-left)) !important;
  }

  .menu-toggle,
  .top-nav .menu-toggle {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    flex-basis: 38px !important;
  }

  .nav-links {
    top: 78px !important;
    right: max(16px, env(safe-area-inset-right)) !important;
    width: min(278px, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
  }

  .dispatch-chat,
  .dispatch-chat:not(.is-open):not(.is-opening):not(.is-closing) {
    right: max(20px, env(safe-area-inset-right)) !important;
    bottom: max(18px, env(safe-area-inset-bottom)) !important;
  }

  .dispatch-chat__launcher,
  .dispatch-chat__launcher:hover,
  .dispatch-chat__launcher:focus-visible {
    width: 132px !important;
    min-width: 132px !important;
    max-width: calc(100vw - 40px) !important;
    height: 40px !important;
    min-height: 40px !important;
    grid-template-columns: 24px 1fr !important;
    gap: 6px !important;
    padding: 6px 9px !important;
  }

  .dispatch-chat__launcher-orb {
    width: 24px !important;
    height: 24px !important;
    flex-basis: 24px !important;
  }

  .dispatch-chat__launcher-state--idle strong,
  .dispatch-chat__launcher-state--hover strong {
    font-size: 10.75px !important;
  }
}

html.greencab-support-chat-hidden .dispatch-chat,
html.greencab-support-chat-hidden .dispatch-chat.is-open,
html.greencab-support-chat-hidden .dispatch-chat.is-opening,
html.greencab-support-chat-hidden .dispatch-chat.is-closing {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ==========================================================================
   FINAL MAIN LANDING MOBILE SPACING FIX
   Keeps the navbar edge-to-edge, but centers the content sections/cards so
   they do not lean or press toward the right edge on narrow screens.
   ========================================================================== */
@media (max-width: 760px) {
  html,
  body,
  .page-shell {
    width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  /* Keep nav independent from section spacing. */
  .top-nav {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .coverage {
    width: min(100%, calc(100% - 40px)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .comfort,
  .testimonials,
  .final-cta {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .transport-grid,
  .testimonial-grid,
  .benefit-list,
  .accordion {
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
  }

  .transport-grid,
  .testimonial-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
  }

  .transport-card,
  .testimonial-card,
  .benefit-card,
  .faq-item {
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .benefit-card {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .faq-question,
  .faq-answer {
    max-width: 100% !important;
  }
}

@media (max-width: 560px) {
  .top-nav {
    left: 18px !important;
    right: 18px !important;
  }

  .coverage {
    width: min(100%, calc(100% - 32px)) !important;
  }

  .comfort,
  .testimonials,
  .final-cta {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .transport-grid,
  .testimonial-grid,
  .benefit-list,
  .accordion {
    max-width: 100% !important;
  }

  .transport-card,
  .testimonial-card,
  .benefit-card,
  .faq-item {
    max-width: 100% !important;
  }

  .footer {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media (max-width: 374px) {
  .top-nav {
    left: 14px !important;
    right: 14px !important;
  }

  .coverage {
    width: min(100%, calc(100% - 28px)) !important;
  }

  .comfort,
  .testimonials,
  .final-cta {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}

/* ==========================================================================
   UNIVERSAL NAV EDGE FIX
   Keeps the main landing navbar independent from mobile/content spacing fixes.
   ========================================================================== */
.top-nav {
  box-sizing: border-box !important;
}

@media (min-width: 901px) {
  .top-nav {
    left: 8.6% !important;
    right: auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .top-nav {
    left: 7% !important;
    right: 7% !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

@media (max-width: 760px) {
  .top-nav {
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nav-links {
    right: 0 !important;
    left: auto !important;
  }
}

@media (max-width: 374px) {
  .top-nav {
    left: 14px !important;
    right: 14px !important;
  }
}

/* ==========================================================================
   FINAL UNIVERSAL MOBILE NAVBAR
   Fixed edge-to-edge navbar + centered hamburger dropdown.
   Keeps navbar independent from all section/card spacing.
   ========================================================================== */
@media (max-width: 760px) {
  html,
  body,
  .page-shell {
    width: 100% !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
  }

  .top-nav {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 74px !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 16px max(22px, env(safe-area-inset-right)) 16px max(22px, env(safe-area-inset-left)) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(96, 169, 226, 0.78) !important;
    box-shadow: 0 10px 28px rgba(34, 83, 127, 0.10) !important;
    backdrop-filter: blur(8px) !important;
    z-index: 2147482000 !important;
  }

  .top-nav .brand {
    min-width: 0 !important;
    flex: 0 1 auto !important;
  }

  .top-nav .brand img,
  .brand img {
    width: clamp(92px, 27vw, 116px) !important;
    max-width: none !important;
  }

  .menu-toggle,
  .top-nav .menu-toggle {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    flex: 0 0 40px !important;
    border-radius: 13px !important;
    background: rgba(255, 255, 255, 0.22) !important;
    position: relative !important;
    z-index: 2147482002 !important;
  }

  .nav-links {
    position: fixed !important;
    top: 84px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(290px, calc(100vw - 36px)) !important;
    max-width: calc(100vw - 36px) !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 14px !important;
    border-radius: 20px !important;
    background: rgba(80, 139, 195, 0.96) !important;
    box-shadow: 0 16px 26px rgba(34, 69, 106, 0.23) !important;
    backdrop-filter: blur(8px) !important;
    white-space: normal !important;
    z-index: 2147482001 !important;
  }

  .nav-links.is-open {
    display: flex !important;
  }

  .nav-links a,
  .nav-links .nav-contact,
  .nav-links .nav-partner,
  .nav-contact,
  .nav-partner {
    width: 100% !important;
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .nav-contact {
    border: 1px solid rgba(255,255,255,0.75) !important;
  }

  .nav-partner {
    color: #000 !important;
    background: #fff !important;
    border: 1px solid rgba(255,255,255,0.98) !important;
    font-weight: 700 !important;
  }

  .service-area-dropdown {
    position: static !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: 52vh !important;
    overflow-y: auto !important;
    transform: none !important;
    border-radius: 14px !important;
    margin-top: 8px !important;
  }

  section[id] {
    scroll-margin-top: 90px !important;
  }
}

@media (max-width: 374px) {
  .top-nav {
    padding-left: max(18px, env(safe-area-inset-left)) !important;
    padding-right: max(18px, env(safe-area-inset-right)) !important;
  }

  .nav-links {
    width: min(272px, calc(100vw - 28px)) !important;
  }
}

/* ========================================================================== 
   FINAL DESKTOP + MOBILE NAV CORRECTION
   Restores the desktop hero navbar spacing and keeps the scrolled navbar
   behavior. Mobile remains edge-to-edge with centered dropdown.
   ========================================================================== */
@media (min-width: 901px) {
  .top-nav,
  .top-nav.is-scrolled {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: clamp(18px, 2.2vw, 34px) !important;
    padding-left: clamp(24px, 8.6vw, 150px) !important;
    padding-right: clamp(24px, 7vw, 128px) !important;
    border: 1px solid transparent !important;
    overflow: visible !important;
    z-index: 99999 !important;
  }

  .top-nav {
    padding-top: clamp(42px, 4vw, 66px) !important;
    padding-bottom: clamp(18px, 2vw, 34px) !important;
    background: rgba(104, 172, 227, 0) !important;
    box-shadow: none !important;
    backdrop-filter: blur(0) !important;
    -webkit-backdrop-filter: blur(0) !important;
  }

  .top-nav.is-scrolled {
    padding-top: clamp(12px, 1.35vw, 20px) !important;
    padding-bottom: clamp(12px, 1.35vw, 20px) !important;
    background: rgba(92, 164, 224, 0.84) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 18px 40px rgba(26, 73, 116, 0.16) !important;
    backdrop-filter: blur(14px) saturate(130%) !important;
    -webkit-backdrop-filter: blur(14px) saturate(130%) !important;
  }

  .top-nav .brand {
    flex: 0 0 auto !important;
  }

  .top-nav .brand img {
    width: clamp(120px, 9vw, 165px) !important;
    max-width: none !important;
  }

  .nav-links {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: clamp(20px, 1.75vw, 38px) !important;
    white-space: nowrap !important;
  }

  .nav-links a,
  .nav-contact,
  .nav-partner,
  .service-area-trigger {
    font-size: clamp(15.5px, 1.08vw, 19px) !important;
    line-height: 1 !important;
  }

  .nav-contact,
  .nav-partner {
    min-height: clamp(40px, 2.7vw, 50px) !important;
    padding: 0 clamp(22px, 1.65vw, 34px) !important;
    border-radius: 999px !important;
  }

  .nav-partner {
    color: #000 !important;
    background: #fff !important;
    border: 1.2px solid rgba(255, 255, 255, 0.98) !important;
    font-weight: 700 !important;
  }
}

@media (min-width: 1181px) and (max-width: 1500px) {
  .nav-links { gap: clamp(16px, 1.35vw, 24px) !important; }
  .nav-links a,
  .nav-contact,
  .nav-partner,
  .service-area-trigger { font-size: clamp(12px, 0.92vw, 15px) !important; }
  .nav-contact,
  .nav-partner { min-height: 38px !important; padding-left: 18px !important; padding-right: 18px !important; }
}

@media (max-width: 760px) {
  .top-nav {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 74px !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 16px max(22px, env(safe-area-inset-right)) 16px max(22px, env(safe-area-inset-left)) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: rgba(96, 169, 226, 0.78) !important;
    box-shadow: 0 10px 28px rgba(34, 83, 127, 0.10) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: 2147482000 !important;
  }

  .top-nav .brand { flex: 0 1 auto !important; min-width: 0 !important; }
  .top-nav .brand img { width: clamp(92px, 27vw, 116px) !important; max-width: none !important; }

  .menu-toggle,
  .top-nav .menu-toggle {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    flex: 0 0 40px !important;
    position: relative !important;
    z-index: 2147482002 !important;
  }

  .nav-links {
    position: fixed !important;
    top: 84px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(290px, calc(100vw - 36px)) !important;
    max-width: calc(100vw - 36px) !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 14px !important;
    border-radius: 20px !important;
    background: rgba(80, 139, 195, 0.96) !important;
    box-shadow: 0 16px 26px rgba(34, 69, 106, 0.23) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: 2147482001 !important;
    white-space: normal !important;
  }

  .nav-links.is-open { display: flex !important; }

  .nav-links a,
  .nav-links .nav-contact,
  .nav-links .nav-partner,
  .nav-contact,
  .nav-partner,
  .service-area-trigger {
    width: 100% !important;
    min-height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .nav-partner { color: #000 !important; background: #fff !important; font-weight: 700 !important; }
  section[id] { scroll-margin-top: 90px !important; }
}

/* ==========================================================================
   FINAL MOBILE RESPONSIVE ENHANCEMENT - MAIN LANDING
   Safer mobile layout, centered content, no horizontal overflow.
   ========================================================================== */
@media (max-width: 1024px) {
  .coverage {
    width: min(100%, calc(100% - 48px)) !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 42px !important;
    text-align: center !important;
  }

  .coverage-copy p {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .coverage-map {
    justify-self: center !important;
    width: min(520px, 86vw) !important;
  }
}

@media (max-width: 760px) {
  *, *::before, *::after {
    box-sizing: border-box !important;
  }

  html,
  body,
  .page-shell {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  img,
  svg,
  video,
  canvas {
    max-width: 100% !important;
  }

  .top-nav {
    position: fixed !important;
    inset: 0 0 auto 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 74px !important;
    min-height: 74px !important;
    margin: 0 !important;
    padding: 16px max(22px, env(safe-area-inset-right)) 16px max(22px, env(safe-area-inset-left)) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    border-radius: 0 !important;
    background: rgba(96, 169, 226, 0.82) !important;
    box-shadow: 0 10px 28px rgba(34, 83, 127, 0.12) !important;
    backdrop-filter: blur(9px) !important;
    -webkit-backdrop-filter: blur(9px) !important;
    z-index: 2147482000 !important;
  }

  .top-nav .brand,
  .brand {
    min-width: 0 !important;
    flex: 0 1 auto !important;
  }

  .top-nav .brand img,
  .brand img {
    width: clamp(92px, 27vw, 116px) !important;
    height: auto !important;
    max-width: none !important;
  }

  .menu-toggle,
  .top-nav .menu-toggle {
    display: inline-flex !important;
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    flex: 0 0 40px !important;
    border-radius: 13px !important;
    background: rgba(255,255,255,0.22) !important;
    z-index: 2147482002 !important;
  }

  .nav-links {
    position: fixed !important;
    top: 84px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: min(300px, calc(100vw - 36px)) !important;
    max-width: calc(100vw - 36px) !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    padding: 14px !important;
    border-radius: 20px !important;
    background: rgba(80, 139, 195, 0.96) !important;
    box-shadow: 0 16px 26px rgba(34, 69, 106, 0.23) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    white-space: normal !important;
    z-index: 2147482001 !important;
  }

  .nav-links.is-open {
    display: flex !important;
  }

  .nav-links a,
  .nav-links button,
  .nav-contact,
  .nav-partner {
    width: 100% !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 12px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    line-height: 1 !important;
    text-align: center !important;
  }

  .service-area-dropdown {
    position: static !important;
    width: 100% !important;
    min-height: 0 !important;
    max-height: 52vh !important;
    overflow-y: auto !important;
    transform: none !important;
    border-radius: 14px !important;
    margin-top: 8px !important;
  }

  .hero {
    min-height: 640px !important;
    height: auto !important;
    padding-bottom: 54px !important;
    background-position: center bottom !important;
    background-size: cover !important;
  }

  .hero-copy {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: calc(100vw - 32px) !important;
    padding-top: clamp(118px, 20vh, 150px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .hero-copy h1 {
    max-width: 430px !important;
    font-size: clamp(36px, 10.5vw, 54px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.8px !important;
  }

  .hero-copy p {
    max-width: 390px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(15px, 4.3vw, 19px) !important;
    line-height: 1.35 !important;
  }

  .hero .button,
  .button {
    width: min(220px, 72vw) !important;
    min-width: 0 !important;
    height: 50px !important;
    font-size: 16px !important;
  }

  .hero-cars {
    width: min(760px, 158vw) !important;
    max-width: none !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    bottom: -10px !important;
  }

  .coordination-strip {
    width: min(100%, calc(100vw - 32px)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    text-align: center !important;
  }

  .coverage,
  .comfort,
  .why,
  .testimonials,
  .final-cta {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .coverage {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: 430px !important;
    padding-top: 52px !important;
    padding-bottom: 48px !important;
  }

  .section-heading h2,
  .coverage h2,
  .final-cta h2 {
    font-size: clamp(30px, 8.8vw, 42px) !important;
    line-height: 1.1 !important;
  }

  .transport-grid,
  .testimonial-grid,
  .benefit-list,
  .accordion {
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .transport-grid,
  .testimonial-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    justify-items: center !important;
    gap: 18px !important;
  }

  .transport-card,
  .testimonial-card,
  .benefit-card,
  .faq-item {
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 24px !important;
  }

  .benefit-card {
    grid-template-columns: minmax(0, 1fr) !important;
    text-align: center !important;
  }

  .faq-question,
  .faq-answer {
    max-width: 100% !important;
  }

  .footer-inner,
  .site-footer,
  .footer-content {
    grid-template-columns: minmax(0, 1fr) !important;
    text-align: center !important;
    justify-items: center !important;
    gap: 18px !important;
  }

  .dispatch-chat,
  [data-dispatch-chat] {
    right: 14px !important;
    bottom: 14px !important;
    max-width: calc(100vw - 28px) !important;
  }

  section[id] {
    scroll-margin-top: 90px !important;
  }
}

@media (max-width: 380px) {
  .hero-copy h1 {
    font-size: clamp(32px, 10.2vw, 40px) !important;
  }

  .nav-links {
    width: min(278px, calc(100vw - 28px)) !important;
  }

  .coverage,
  .transport-grid,
  .testimonial-grid,
  .benefit-list,
  .accordion {
    max-width: 100% !important;
  }
}

.greencab-live-change-prep {
  opacity: 0 !important;
  transform: translateY(10px) !important;
  transition:
    opacity 160ms ease,
    transform 160ms ease !important;
  will-change: opacity, transform;
}

.greencab-live-change-fade-up {
  animation:
    greencabLiveContentFadeUp
    620ms
    cubic-bezier(0.22, 1, 0.36, 1)
    both !important;
  will-change: opacity, transform;
}

@keyframes greencabLiveContentFadeUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .greencab-live-change-prep,
  .greencab-live-change-fade-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}

html.greencab-hero-content-pending.greencab-hero-pending-nav-home #home [data-nav] > a[href="#home"],
html.greencab-hero-content-pending.greencab-hero-pending-nav-services #home [data-nav] > a[href="#services"],
html.greencab-hero-content-pending.greencab-hero-pending-nav-service-area #home [data-service-area-trigger],
html.greencab-hero-content-pending.greencab-hero-pending-nav-why-us #home [data-nav] > a[href="#why-us"],
html.greencab-hero-content-pending.greencab-hero-pending-nav-faq #home [data-nav] > a[href="#faq"],
html.greencab-hero-content-pending.greencab-hero-pending-nav-contact #home [data-nav] > .nav-contact,
html.greencab-hero-content-pending.greencab-hero-pending-title #home .hero-copy h1,
html.greencab-hero-content-pending.greencab-hero-pending-subtitle #home .hero-copy p,
html.greencab-hero-content-pending.greencab-hero-pending-cta #home .hero-copy .button {
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(18px) !important;
  pointer-events: none !important;
}

html.greencab-hero-no-motion #home [data-nav] > a[href="#home"],
html.greencab-hero-no-motion #home [data-nav] > a[href="#services"],
html.greencab-hero-no-motion #home [data-service-area-trigger],
html.greencab-hero-no-motion #home [data-nav] > a[href="#why-us"],
html.greencab-hero-no-motion #home [data-nav] > a[href="#faq"],
html.greencab-hero-no-motion #home [data-nav] > .nav-contact,
html.greencab-hero-no-motion #home .hero-copy h1,
html.greencab-hero-no-motion #home .hero-copy p,
html.greencab-hero-no-motion #home .hero-copy .button {
  transition: none !important;
  animation: none !important;
}

/* ========================================================================== 
   MAIN PAGE HERO + NAVBAR — EXACT LATEST ATHENS CLONE
   Only the labels and links remain specific to the main landing page.
   ========================================================================== */
@font-face {
  font-family: "Galano Grotesque Alt";
  src: url("assets/font/GalanoGrotesqueAltRegular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque Alt";
  src: url("assets/font/GalanoGrotesqueAltMedium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque Alt";
  src: url("assets/font/GalanoGrotesqueAltSemiBold.otf") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Galano Grotesque Alt";
  src: url("assets/font/GalanoGrotesqueAltBold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

.hero,
.site-navbar,
.site-navbar button,
.site-navbar summary {
  font-family: "Galano Grotesque Alt", Arial, Helvetica, sans-serif !important;
}

.hero {
  position: relative !important;
  height: clamp(580px, 100svh, 780px) !important;
  min-height: 620px !important;
  max-height: none !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #ffffff !important;
  background-image:
    url("assets/hero%20car.png"),
    radial-gradient(circle at 22% 26%, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0) 44%),
    linear-gradient(112deg, #c1dbf2 0%, #8ec1ea 46%, #5aa2dc 100%) !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-position: center bottom, center, center !important;
  background-size: cover, auto, cover !important;
}

.hero::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: linear-gradient(180deg, rgba(112, 173, 226, 0.02) 0%, rgba(112, 173, 226, 0) 68%, rgba(38, 80, 121, 0.05) 100%) !important;
  pointer-events: none !important;
}

.hero-cars {
  display: none !important;
}

.hero-copy,
.hero-copy.page-wrap {
  position: relative !important;
  z-index: 3 !important;
  width: min(980px, calc(100% - 96px)) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  padding-top: clamp(260px, 31vh, 325px) !important;
  text-align: center !important;
}

.hero-copy h1,
.hero-copy.page-wrap h1 {
  max-width: 700px !important;
  margin: 0 auto !important;
  color: #ffffff !important;
  font-size: 47.8305px !important;
  font-weight: 700 !important;
  line-height: 54px !important;
  letter-spacing: 0 !important;
}

.hero-copy p,
.hero-copy.page-wrap p {
  margin: clamp(13px, 1.1vw, 18px) 0 clamp(21px, 1.55vw, 28px) !important;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  letter-spacing: 0 !important;
}

.hero .hero-copy .button,
.hero .button {
  min-width: clamp(204px, 13.44vw, 264px) !important;
  width: auto !important;
  height: clamp(58px, 4.08vw, 74px) !important;
  min-height: 0 !important;
  padding: 0 clamp(34px, 2.75vw, 50px) !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: clamp(19px, 1.34vw, 24px) !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

@media (min-width: 901px) {
  .hero {
    height: calc(100svh + 56px) !important;
    min-height: 735px !important;
    background-size: cover, auto, cover !important;
  }

  @supports not (height: 100svh) {
    .hero { height: calc(100vh + 56px) !important; }
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .hero {
    height: calc(100svh + 42px) !important;
    min-height: 700px !important;
  }

  @supports not (height: 100svh) {
    .hero { height: calc(100vh + 42px) !important; }
  }
}

@media (min-width: 1201px) {
  .hero {
    background-position: center calc(100% + 68px), center, center !important;
  }
}

@media (min-width: 901px) and (max-width: 1200px) {
  .hero {
    background-position: center calc(100% + 58px), center, center !important;
  }

  .hero-copy,
  .hero-copy.page-wrap {
    width: min(900px, calc(100% - 72px)) !important;
    padding-top: clamp(235px, 29vh, 290px) !important;
  }

  .hero-copy h1,
  .hero-copy.page-wrap h1 {
    max-width: 620px !important;
    font-size: clamp(35.1px, 3.78vw, 43.2px) !important;
    line-height: 1.12 !important;
  }

  .hero-copy p,
  .hero-copy.page-wrap p {
    font-size: clamp(18px, 1.9vw, 21px) !important;
    line-height: 1.4 !important;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .hero {
    min-height: 620px !important;
    height: 86svh !important;
    background-position: center calc(100% + 40px), center, center !important;
  }

  .hero-copy,
  .hero-copy.page-wrap {
    width: min(100%, calc(100% - 48px)) !important;
    padding-top: clamp(205px, 28vh, 245px) !important;
  }

  .hero-copy h1,
  .hero-copy.page-wrap h1 {
    max-width: 500px !important;
    font-size: clamp(29.025px, 4.5225vw, 36.45px) !important;
    line-height: 1.12 !important;
  }

  .hero-copy p,
  .hero-copy.page-wrap p {
    margin: 12px 0 18px !important;
    font-size: clamp(17px, 2.3vw, 19px) !important;
    line-height: 1.35 !important;
  }

  .hero .hero-copy .button,
  .hero .button {
    min-width: 163px !important;
    height: 48px !important;
    padding: 0 30px !important;
    font-size: 17px !important;
  }
}

/* Exact Athens fixed navbar shell and vertical-only scroll transition. */
.site-navbar {
  position: fixed !important;
  z-index: 2147482000 !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 84px !important;
  min-height: 84px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid transparent !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(0) saturate(100%) !important;
  backdrop-filter: blur(0) saturate(100%) !important;
  transition: background-color 360ms ease, border-color 360ms ease, box-shadow 360ms ease, -webkit-backdrop-filter 360ms ease, backdrop-filter 360ms ease !important;
}

.site-navbar__inner {
  width: min(1280px, calc(100% - 64px)) !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(20px, 2vw, 34px) !important;
  transform: translate3d(0, 52px, 0) !important;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform !important;
}

.site-navbar.navbar-scrolled {
  background-color: rgba(78, 153, 214, 0.72) !important;
  border-bottom-color: rgba(255, 255, 255, 0.22) !important;
  box-shadow: 0 10px 30px rgba(28, 74, 116, 0.16) !important;
  -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
  backdrop-filter: blur(16px) saturate(135%) !important;
}

.site-navbar.navbar-scrolled .site-navbar__inner {
  transform: translate3d(0, 0, 0) !important;
}

.site-navbar .brand {
  min-width: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  gap: 14px !important;
  margin: 0 !important;
  line-height: 1 !important;
  transform: none !important;
}

.site-navbar .brand img {
  width: clamp(180px, 13.2vw, 228px) !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  flex: 0 0 auto !important;
}

.site-navbar .nav-links {
  min-width: 0 !important;
  margin: 0 0 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: clamp(18px, 1.65vw, 30px) !important;
  color: #ffffff !important;
  white-space: nowrap !important;
  transform: none !important;
}

.site-navbar .nav-links > a,
.site-navbar .service-area-trigger {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: inherit !important;
  background: transparent !important;
  font-size: clamp(13px, 1vw, 16px) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  list-style: none !important;
  transform: none !important;
  transition: opacity 160ms ease, box-shadow 160ms ease !important;
}

.site-navbar .service-area-trigger::-webkit-details-marker {
  display: none !important;
}

.site-navbar .service-area-trigger::marker {
  content: "" !important;
}

.site-navbar .nav-links > a:hover,
.site-navbar .nav-links > a:focus-visible,
.site-navbar .service-area-trigger:hover,
.site-navbar .service-area-trigger:focus-visible {
  opacity: 0.82 !important;
}

.site-navbar .service-area-menu {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
}

.site-navbar .nav-contact,
.site-navbar .nav-partner {
  height: 42px !important;
  min-height: 42px !important;
  min-width: 0 !important;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 clamp(20px, 1.6vw, 28px) !important;
  border-radius: 999px !important;
  font-size: clamp(13px, 1vw, 16px) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.site-navbar .nav-contact {
  border: 1.2px solid rgba(255, 255, 255, 0.95) !important;
  color: #ffffff !important;
  background: transparent !important;
  font-weight: 600 !important;
}

.site-navbar .nav-partner {
  border: 1.2px solid #ffffff !important;
  color: #000000 !important;
  background: #ffffff !important;
  font-weight: 700 !important;
  cursor: pointer !important;
}

.site-navbar .menu-toggle {
  display: none !important;
}

section[id] {
  scroll-margin-top: 96px;
}

@media (min-width: 761px) and (max-width: 1260px) {
  .site-navbar__inner {
    width: min(100%, calc(100% - 44px)) !important;
    gap: 16px !important;
  }

  .site-navbar .brand img {
    width: clamp(158.4px, 15vw, 189.6px) !important;
  }

  .site-navbar .nav-links {
    gap: clamp(11px, 1.25vw, 18px) !important;
  }

  .site-navbar .nav-links > a,
  .site-navbar .service-area-trigger {
    font-size: clamp(10.5px, 1.12vw, 13.5px) !important;
  }

  .site-navbar .nav-contact,
  .site-navbar .nav-partner {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 16px !important;
    font-size: clamp(10.5px, 1.12vw, 13.5px) !important;
  }
}

@media (max-width: 760px) {
  .hero {
    min-height: 620px !important;
    height: auto !important;
    max-height: none !important;
    padding-bottom: 48px !important;
    background-position: center calc(100% + 28px), center, center !important;
    background-size: cover, auto, cover !important;
  }

  .hero-copy,
  .hero-copy.page-wrap {
    width: min(100%, calc(100vw - 32px)) !important;
    max-width: 430px !important;
    margin: 0 auto !important;
    padding-top: clamp(165px, 26vh, 210px) !important;
  }

  .hero-copy h1,
  .hero-copy.page-wrap h1 {
    max-width: 280px !important;
    font-size: clamp(20.25px, 6.075vw, 28.35px) !important;
    line-height: 1.1 !important;
  }

  .hero-copy p,
  .hero-copy.page-wrap p {
    max-width: 390px !important;
    margin: 12px auto 18px !important;
    font-size: clamp(14px, 4vw, 17px) !important;
    line-height: 1.35 !important;
  }

  .hero .hero-copy .button,
  .hero .button {
    width: min(220px, 72vw) !important;
    min-width: 0 !important;
    height: 50px !important;
    padding: 0 26px !important;
    font-size: 16px !important;
  }

  .site-navbar,
  .site-navbar.navbar-scrolled {
    height: 74px !important;
    min-height: 74px !important;
    background-color: rgba(80, 153, 212, 0.82) !important;
    border-bottom-color: rgba(255, 255, 255, 0.20) !important;
    box-shadow: 0 10px 28px rgba(34, 83, 127, 0.12) !important;
    -webkit-backdrop-filter: blur(12px) saturate(125%) !important;
    backdrop-filter: blur(12px) saturate(125%) !important;
  }

  .site-navbar__inner,
  .site-navbar.navbar-scrolled .site-navbar__inner {
    width: 100% !important;
    height: 74px !important;
    min-height: 74px !important;
    padding: 0 max(20px, env(safe-area-inset-right)) 0 max(20px, env(safe-area-inset-left)) !important;
    gap: 12px !important;
    transform: none !important;
    transition: none !important;
  }

  .site-navbar .brand img {
    width: clamp(124.8px, 36vw, 151.2px) !important;
  }

  .site-navbar .menu-toggle {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 5px !important;
    flex: 0 0 40px !important;
    background: rgba(255, 255, 255, 0.20) !important;
    cursor: pointer !important;
  }

  .site-navbar .menu-toggle span {
    width: 21px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    transform-origin: center !important;
    transition: transform 180ms ease, opacity 180ms ease !important;
  }

  .site-navbar .menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg) !important;
  }

  .site-navbar .menu-toggle.is-active span:nth-child(2) {
    opacity: 0 !important;
  }

  .site-navbar .menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg) !important;
  }

  .site-navbar .nav-links {
    position: fixed !important;
    z-index: 2147482001 !important;
    top: 82px !important;
    left: 50% !important;
    right: auto !important;
    width: min(290px, calc(100vw - 36px)) !important;
    max-width: calc(100vw - 36px) !important;
    margin: 0 !important;
    padding: 14px !important;
    display: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    border-radius: 20px !important;
    color: #ffffff !important;
    background: rgba(70, 133, 190, 0.96) !important;
    box-shadow: 0 16px 28px rgba(34, 69, 106, 0.24) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
    white-space: normal !important;
    transform: translateX(-50%) !important;
  }

  .site-navbar .nav-links.is-open {
    display: flex !important;
  }

  .site-navbar .nav-links > a,
  .site-navbar .service-area-menu,
  .site-navbar .nav-contact,
  .site-navbar .nav-partner {
    width: 100% !important;
  }

  .site-navbar .nav-links > a,
  .site-navbar .service-area-trigger,
  .site-navbar .nav-contact,
  .site-navbar .nav-partner {
    min-height: 40px !important;
    height: 40px !important;
    padding: 0 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 12px !important;
    font-size: 14px !important;
  }

  .site-navbar .service-area-trigger {
    width: 100% !important;
  }

  .site-navbar .nav-contact {
    border: 1px solid rgba(255, 255, 255, 0.75) !important;
  }

  .site-navbar .nav-partner {
    color: #000000 !important;
    background: #ffffff !important;
  }

  section[id] {
    scroll-margin-top: 90px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-navbar,
  .site-navbar__inner {
    transition-duration: 1ms !important;
  }
}


/* FINAL: restore the outlined Contact Us navbar button exactly */
.site-navbar .nav-contact,
.site-navbar .nav-pill-outline {
  border: 1.2px solid #ffffff !important;
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-navbar .nav-contact:hover,
.site-navbar .nav-contact:focus-visible,
.site-navbar .nav-pill-outline:hover,
.site-navbar .nav-pill-outline:focus-visible {
  border-color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

@media (max-width: 760px) {
  .site-navbar .nav-contact,
  .site-navbar .nav-pill-outline {
    border: 1px solid rgba(255, 255, 255, 0.85) !important;
  }
}

/* ========================================================================== 
   ABSOLUTE FINAL CONTACT US OUTLINE
   Higher specificity than the generic `.nav-links > a` reset above.
   ========================================================================== */
.site-navbar .nav-links > a.nav-contact.nav-pill.nav-pill-outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 42px !important;
  min-height: 42px !important;
  padding: 0 clamp(20px, 1.6vw, 28px) !important;
  border: 1.2px solid #ffffff !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: transparent !important;
  box-shadow: none !important;
  opacity: 1 !important;
  font-size: clamp(13px, 1vw, 16px) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.site-navbar .nav-links > a.nav-contact.nav-pill.nav-pill-outline:hover,
.site-navbar .nav-links > a.nav-contact.nav-pill.nav-pill-outline:focus-visible {
  border-color: #ffffff !important;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  opacity: 1 !important;
}

@media (max-width: 760px) {
  .site-navbar .nav-links > a.nav-contact.nav-pill.nav-pill-outline {
    width: min(240px, 100%) !important;
    height: 44px !important;
    padding: 0 24px !important;
    border: 1.2px solid rgba(255, 255, 255, 0.95) !important;
  }
}
