:root {
  --bg: #0d0d0d;
  --bg-soft: #171717;
  --card: #1f1f1f;
  --text: #f7f2e8;
  --muted: #c9c2b5;
  --line: rgba(255,255,255,0.08);
  --accent: #c7a66a;
  --accent-strong: #e0bc7b;
  --shadow: 0 20px 60px rgba(0,0,0,0.25);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(calc(100% - 2rem), var(--container)); margin-inline: auto; }
.section { padding: 5rem 0; }
.eyebrow {
  margin: 0 0 0.75rem;
  color: var(--accent-strong);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
  font-weight: 700;
}
.section-heading { max-width: 700px; margin-bottom: 2rem; }
.section-heading h2, .feature-grid h2, .cta-inner h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; margin: 0 0 1rem; }
.section-heading p:last-child, .feature-grid p, .cta-inner p { color: var(--muted); }
.skip-link {
  position: absolute;
  left: -9999px;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 999;
  background: #fff;
  color: #000;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(13,13,13,0.72);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 1rem;
}
.brand { display: inline-flex; align-items: center; gap: 0.85rem; font-weight: 700; }
.brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #8e6e34);
  color: #111;
  font-size: 0.95rem;
}
.brand-text { white-space: nowrap; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.site-nav a { color: var(--muted); }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--text); }
.menu-toggle {
  display: none;
  width: 48px; height: 48px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 12px;
  padding: 0;
}
.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  margin: 5px auto;
}
/* WhatsApp Button Base */
.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background: #25D366;
  color: #fff !important;
  border: none;

  padding: 0.75rem 1.2rem;
  font-size: 0.95rem;
  border-radius: 999px;

  white-space: nowrap;
  box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);

  transition: all 0.3s ease;
}

/* Hover (desktop only) */
@media (hover: hover) {
  .btn-whatsapp:hover {
    background: #1ebe5d;
    transform: translateY(-2px);
  }
}

/* Icon sizing */
.btn-whatsapp svg {
  width: 18px;
  height: 18px;
}

/* Tablet */
@media (max-width: 1024px) {
  .btn-whatsapp {
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
  }
}

/* Mobile Nav (when menu opens) */
@media (max-width: 760px) {
  .btn-whatsapp {
    width: 100%;
    justify-content: center;
    padding: 0.9rem;
    font-size: 1rem;
  }
}

#backToTop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0bc7b, #c7a66a);
  color: #111;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#backToTop:hover {
  transform: translateY(-3px);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.9rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.btn:hover, .btn:focus-visible { transform: translateY(-1px); }
.btn-primary {
  color: #141414;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
}
.btn-secondary, .btn-nav {
  border-color: rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.03);
  color: var(--text) !important;
}
.btn-block { width: 100%; }
.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: clip;
}

.hero-media, .hero-media img, .hero-overlay {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
}
.hero-media img { object-fit: cover; }
.hero-overlay {
  background: linear-gradient(90deg, rgba(7,7,7,0.9) 0%, rgba(7,7,7,0.64) 42%, rgba(7,7,7,0.55) 100%);
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.2fr minmax(300px, 420px);
  gap: 2rem;
  align-items: center;
  padding: 4rem 0;
}
.hero-copy { max-width: 700px; }
.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}
.hero-text {
  margin: 0 0 1.5rem;
  max-width: 60ch;
  color: var(--muted);
  font-size: 1.06rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.4rem;
}
.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero-points li {
  padding: 0.65rem 1rem;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.05);
  border-radius: 555px;
}
.review-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.15);
  color: #f7f2e8;
  font-weight: 600;
  font-size: 0.95rem;
  backdrop-filter: blur(8px);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.form-note { font-size: 0.92rem; margin-top: 0.9rem; }
.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #111;
}
.booking-widget-wrapper {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}

#eto-iframe-booking-widget {
  display: block;
  width: 100%;
  min-height: 640px;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

.app-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
  margin: 16px auto 0;
}

.app-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(140px, 42vw, 180px);
  height: clamp(46px, 13vw, 60px);
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.app-buttons img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
  padding: 0;
}

@media (max-width: 760px) {
  .app-buttons {
    gap: 10px;
    margin-top: 14px;
  }

  .app-buttons a {
    width: min(44vw, 170px);
    height: auto;
    aspect-ratio: 3 / 1;
  }

  .app-buttons img {
    width: 100%;
    height: 100%;
  }
}
.trust-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.2rem 0;
}
.trust-strip p { margin: 0; font-weight: 700; }
.trust-badges { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.trust-badges span {
  border: 1px solid var(--line);
  color: var(--muted);
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
}
.trust-badges a {
  text-decoration: none;
}

.trust-badges a span {
  display: inline-block;
  padding: 8px 14px;
  margin: 5px;
  background: #0000; /* Mason & Green tone */
  color: #fff;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.trust-badges a span:hover {
  background: #d4af37; /* gold accent */
  color: #000;
}
.feature-panel { padding: 4.5rem 0 1rem; }
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
.feature-icons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.feature-icons article,
.service-card,
.fleet-card,
.review-card {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,0.035), rgba(255,255,255,0.02));
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.feature-icons article { padding: 1.4rem; }
.feature-icons h3, .service-card h3, .fleet-card h3, .review-card h3 { margin-top: 0; margin-bottom: 0.6rem; }
.card-grid,
.review-grid,
.fleet-grid {
  display: grid;
  gap: 1.3rem;
}
.card-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { overflow: hidden; }
.service-card img { aspect-ratio: 16 / 10; object-fit: cover; }
.card-body { padding: 1.35rem; }
.card-body p, .fleet-card span, .review-card p { color: var(--muted); }
.card-body ul { margin: 1rem 0 0; padding-left: 1.15rem; color: var(--text); }
.fleet-grid { grid-template-columns: repeat(4, 1fr); }
.fleet-card { padding: 1.5rem; }
.fleet-card p {
  margin: 0 0 0.5rem;
  color: var(--accent-strong);
  font-weight: 700;
}
.review-grid { grid-template-columns: repeat(3, 1fr); }
.review-card { padding: 1.5rem; }
.cta-band {
  padding: 1rem 0 5rem;
}
.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(199,166,106,0.3);
  background: linear-gradient(135deg, rgba(199,166,106,0.14), rgba(255,255,255,0.03));
}
.site-footer {
  border-top: 1px solid var(--line);
  background: #0a0a0a;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 2rem;
  padding: 4rem 0 2rem;
}
.site-footer h3 { margin-top: 0; }
.site-footer p, .site-footer li, .site-footer a { color: var(--muted); }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 0.6rem; }
.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 1.2rem 0 2rem;
}
.footer-bottom p { margin: 0; color: var(--muted); }

@media (max-width: 1080px) {
  .hero-grid,
  .feature-grid,
  .card-grid,
  .review-grid,
  .fleet-grid,
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 5rem; }
  .quote-card { max-width: 560px; }
  .feature-icons { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .menu-toggle { display: inline-block; }
  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(16,16,16,0.98);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .trust-strip .container,
  .cta-inner,
  .footer-grid,
  .feature-grid,
  .card-grid,
  .review-grid,
  .fleet-grid,
  .form-row { grid-template-columns: 1fr; display: grid; }
  .trust-strip .container { padding: 1.4rem 0; }
  .trust-badges { gap: 0.5rem; }
  .hero { min-height: auto; }
  .hero-grid { padding: 6rem 0 3rem; }
  .hero h1 {  font-size: clamp(2rem, 5vw, 3.5rem); }
  .section { padding: 4rem 0; }
}


/* Consolidated page-specific alignment + performance improvements */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  text-rendering: optimizeSpeed;
}

.hero {
  overflow: hidden;
  overflow: clip;
}

.hero-grid {
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-width: 700px;
}

.hero-copy h1 {
  margin-top: 0;
}

.quote-card {
  align-self: stretch;
  margin-top: 0;
}

.booking-widget-wrapper,
.booking-widget-wrapper iframe {
  width: 100%;
  display: block;
}

#eto-iframe-booking-widget {
  min-height: clamp(560px, 68vh, 640px);
}

.trust-strip .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.trust-strip .container > p {
  width: 100%;
  margin: 0 0 1rem;
  line-height: 1.4;
}

.trust-badges {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.trust-badges a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.feature-panel,
.services,
.fleet,
.reviews,
.cta-band,
.site-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 800px;
}

@media (min-width: 992px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 460px);
    gap: 2rem;
    align-items: stretch;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-copy h1 {
    max-width: none;
  }
}

@media (max-width: 1080px) {
  .hero-grid {
    align-items: start;
  }

  .hero-copy {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .trust-strip .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .trust-strip .container > p {
    text-align: center;
  }

  .trust-badges a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Email Quote page - accessible light form fix for Firefox and all browsers */
body.email-quote-page {
  background: #f6f1e7;
}

.email-quote-page .quote-section {
  background: linear-gradient(180deg, #f8f3ea 0%, #efe4d1 100%) !important;
  color: #141414 !important;
}

.email-quote-page .quote-help,
.email-quote-page .quote-form {
  background: #ffffff !important;
  color: #141414 !important;
  border: 1px solid rgba(20,20,20,0.16) !important;
  box-shadow: 0 18px 45px rgba(20,20,20,0.12) !important;
}

.email-quote-page .quote-help h2,
.email-quote-page .quote-help h3,
.email-quote-page .form-heading h2,
.email-quote-page .quote-form label,
.email-quote-page .quote-form legend {
  color: #141414 !important;
}

.email-quote-page .quote-help p,
.email-quote-page .form-heading p,
.email-quote-page .form-note,
.email-quote-page .field-help,
.email-quote-page .consent-row {
  color: #383838 !important;
}

.email-quote-page fieldset {
  background: #fbf8f2 !important;
  border: 1px solid rgba(20,20,20,0.16) !important;
}

.email-quote-page .conditional-panel,
.email-quote-page .help-card,
.email-quote-page .consent-row {
  background: #fff7e8 !important;
  border: 1px solid rgba(142,110,52,0.35) !important;
}

.email-quote-page .quote-form input,
.email-quote-page .quote-form select,
.email-quote-page .quote-form textarea {
  color: #111111 !important;
  background: #ffffff !important;
  border: 2px solid #8b8b8b !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
  caret-color: #111111 !important;
}

.email-quote-page .quote-form input::placeholder,
.email-quote-page .quote-form textarea::placeholder {
  color: #5f5f5f !important;
  opacity: 1 !important;
}

.email-quote-page .quote-form input[type="date"],
.email-quote-page .quote-form input[type="time"] {
  color-scheme: light !important;
  color: #111111 !important;
  background: #ffffff !important;
}

.email-quote-page .quote-form select option {
  background: #ffffff !important;
  color: #111111 !important;
}

.email-quote-page .quote-form input:focus,
.email-quote-page .quote-form select:focus,
.email-quote-page .quote-form textarea:focus {
  border-color: #c7a66a !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 4px rgba(199,166,106,0.28) !important;
}

.email-quote-page .quote-form input:-moz-autofill,
.email-quote-page .quote-form textarea:-moz-autofill,
.email-quote-page .quote-form select:-moz-autofill {
  box-shadow: 0 0 0 1000px #ffffff inset !important;
  -moz-text-fill-color: #111111 !important;
}

.email-quote-page .quote-form input:-webkit-autofill,
.email-quote-page .quote-form textarea:-webkit-autofill,
.email-quote-page .quote-form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #111111 !important;
}
