:root {
  --btw-black: #111111;
  --btw-ink: #252525;
  --btw-muted: #646464;
  --btw-yellow: #ffd84d;
  --btw-yellow-dark: #e6b900;
  --btw-cream: #fff9e8;
  --btw-white: #ffffff;
  --btw-border: #e8e1cc;
  --btw-green: #1fa855;
  --btw-shadow: 0 16px 45px rgba(17, 17, 17, 0.10);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--btw-ink);
  background: var(--btw-white);
  font-family: "PT Sans", Arial, sans-serif;
  line-height: 1.65;
}
img { max-width: 100%; height: auto; }
a { color: #8a6600; text-underline-offset: 3px; }
a:hover { color: #4e3a00; }

.seo-wrap {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.seo-skip {
  position: absolute;
  left: -9999px;
  top: auto;
}
.seo-skip:focus {
  left: 16px;
  top: 16px;
  z-index: 9999;
  padding: 10px 14px;
  color: #111;
  background: #fff;
}

.seo-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  color: var(--btw-white);
  background: rgba(10, 10, 10, 0.97);
  box-shadow: 0 5px 24px rgba(0, 0, 0, 0.20);
}
.seo-header .seo-wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.seo-logo img {
  display: block;
  width: 105px;
  max-height: 70px;
  object-fit: contain;
}
.seo-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}
.seo-nav a {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.seo-nav a:hover { color: var(--btw-yellow); }
.seo-nav .seo-nav-cta {
  padding: 10px 16px;
  color: #111;
  border-radius: 999px;
  background: var(--btw-yellow);
}

.seo-hero {
  min-height: 520px;
  display: grid;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.35)),
    url("/images/1920/16776237/pexels-anastasia-shuraeva-8070661-a5ys6O-exC7Wa5IPbD6v5Q.jpg") center 43% / cover no-repeat;
}
.seo-hero-content { max-width: 780px; padding: 90px 0; }
.seo-eyebrow {
  margin: 0 0 12px;
  color: var(--btw-yellow);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.seo-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.35rem, 6vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.seo-hero-lead {
  max-width: 700px;
  margin: 24px 0 0;
  color: #f7f7f7;
  font-size: clamp(1.08rem, 2vw, 1.3rem);
}
.seo-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.seo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  color: #111;
  border: 2px solid var(--btw-yellow);
  border-radius: 999px;
  background: var(--btw-yellow);
  font-weight: 800;
  text-decoration: none;
}
.seo-button:hover { color: #111; background: #fff0a5; }
.seo-button-secondary { color: #fff; border-color: #fff; background: transparent; }
.seo-button-secondary:hover { color: #111; background: #fff; }

.seo-breadcrumb {
  padding: 20px 0 0;
  color: var(--btw-muted);
  font-size: 0.94rem;
}
.seo-breadcrumb a { color: inherit; }

.seo-article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 54px;
  padding: 52px 0 80px;
}
.seo-article h2,
.seo-section h2,
.seo-vehicle-content h2 {
  margin: 46px 0 14px;
  color: var(--btw-black);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  line-height: 1.18;
}
.seo-article h2:first-child { margin-top: 0; }
.seo-article h3,
.seo-vehicle-content h3 { margin: 28px 0 8px; color: var(--btw-black); }
.seo-article p,
.seo-vehicle-content p { margin: 0 0 18px; }
.seo-article ul,
.seo-vehicle-content ul { padding-left: 22px; }
.seo-article li,
.seo-vehicle-content li { margin: 8px 0; }

.seo-sidebar { align-self: start; position: sticky; top: 105px; }
.seo-card,
.seo-booking-card {
  padding: 26px;
  border: 1px solid var(--btw-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--btw-shadow);
}
.seo-booking-card { background: var(--btw-cream); }
.seo-booking-card h2 { margin: 0 0 10px; font-size: 1.55rem; }
.seo-booking-card ul { margin: 18px 0; padding-left: 22px; }
.seo-booking-card .seo-button { width: 100%; }

.seo-section { padding: 72px 0; }
.seo-section-alt { background: var(--btw-cream); }
.seo-section-heading { max-width: 760px; margin-bottom: 34px; }
.seo-section-heading h2 { margin-top: 0; }
.seo-section-heading p { color: var(--btw-muted); font-size: 1.08rem; }
.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.seo-grid .seo-card { height: 100%; }
.seo-card h2,
.seo-card h3 { margin: 0 0 10px; color: var(--btw-black); line-height: 1.25; }
.seo-card p { margin: 0 0 14px; color: var(--btw-muted); }
.seo-card-link { font-weight: 800; text-decoration: none; }
.seo-card-link::after { content: " →"; }

.seo-price-table {
  width: 100%;
  margin: 26px 0;
  border-collapse: collapse;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 0 1px var(--btw-border);
}
.seo-price-table th,
.seo-price-table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--btw-border); }
.seo-price-table th { color: #111; background: var(--btw-yellow); }
.seo-price-table tr:last-child td { border-bottom: 0; }

.seo-vehicle-content {
  width: min(920px, calc(100% - 40px));
  margin: 28px auto 45px;
  padding: 34px;
  border: 1px solid var(--btw-border);
  border-radius: 22px;
  background: var(--btw-cream);
  box-shadow: var(--btw-shadow);
}
.seo-vehicle-content h2:first-child { margin-top: 0; }
.seo-product-feature-image {
  margin: 24px 0 30px;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}
.seo-product-feature-image img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}
.seo-vehicle-heading h1,
.seo-vehicle-heading h2 {
  margin: 36px 20px 0;
  color: #111;
  font-size: clamp(2rem, 5vw, 3.4rem);
  line-height: 1.08;
  text-align: center;
}

.seo-contact {
  padding: 70px 0;
  color: #fff;
  background: #171717;
}
.seo-contact-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 44px;
  align-items: center;
}
.seo-contact h2 { margin: 0 0 12px; color: var(--btw-yellow); font-size: 2.2rem; }
.seo-contact p { margin: 7px 0; color: #e5e5e5; }
.seo-contact a { color: #fff; }
.seo-contact .seo-button { color: #111; }

.seo-footer { padding: 28px 0; color: #ddd; background: #090909; }
.seo-footer .seo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}
.seo-footer p { margin: 0; }
.seo-footer a { color: #fff; }

.seo-whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 18px;
  color: #fff;
  border-radius: 999px;
  background: var(--btw-green);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  font-weight: 800;
  text-decoration: none;
}
.seo-whatsapp-float:hover { color: #fff; background: #178c46; }

.seo-note {
  margin: 28px 0;
  padding: 18px 20px;
  border-left: 5px solid var(--btw-yellow-dark);
  background: var(--btw-cream);
}

@media (max-width: 900px) {
  .seo-header { position: static; }
  .seo-header .seo-wrap { padding: 10px 0; align-items: flex-start; }
  .seo-nav { gap: 12px; font-size: 0.94rem; }
  .seo-article-layout { grid-template-columns: 1fr; }
  .seo-sidebar { position: static; }
  .seo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seo-contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .seo-wrap { width: min(100% - 28px, 1120px); }
  .seo-header .seo-wrap { display: block; }
  .seo-logo img { width: 88px; margin: 0 auto 8px; }
  .seo-nav { justify-content: center; }
  .seo-nav a { padding: 5px; }
  .seo-hero { min-height: 470px; }
  .seo-hero-content { padding: 70px 0; }
  .seo-grid { grid-template-columns: 1fr; }
  .seo-section { padding: 54px 0; }
  .seo-vehicle-content { padding: 24px 20px; }
  .seo-whatsapp-float { right: 12px; bottom: 12px; padding: 12px 15px; }
  .seo-whatsapp-label { display: none; }
}
