:root {
  --ink: #0d1612;
  --green: #0f3d2c;
  --green-2: #145c40;
  --gold: #d4a017;
  --gold-2: #f0c14b;
  --red: #e31e24;
  --paper: #f7f4ee;
  --white: #fff;
  --muted: #5b6b63;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Cairo", "Segoe UI", Tahoma, sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.7;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }

.top-call {
  background: var(--green);
  color: #fff;
  font-weight: 800;
}
.top-call .wrap {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 15px;
}
.top-call b { letter-spacing: .4px; direction: ltr; display: inline-block; }
.top-actions { display: flex; gap: 8px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--gold); color: #111; border-radius: 999px;
  padding: 6px 14px; font-weight: 800; font-size: 13px;
}
.chip.wa { background: #25d366; color: #fff; }
.chip.call { background: var(--gold); }

.header {
  background: #141414;
  color: #fff;
  position: sticky; top: 0; z-index: 40;
  border-bottom: 2px solid var(--gold);
}
.header .wrap {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 78px; gap: 16px;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; }
.brand img { height: 54px; width: auto; background: #fff; border-radius: 10px; padding: 3px; }
.brand small { display: block; color: var(--gold-2); font-size: 12px; font-weight: 700; }
.nav { display: flex; gap: 16px; font-weight: 700; font-size: 14px; flex-wrap: wrap; }
.nav a:hover { color: var(--gold-2); }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--gold); color: #111; border: 0; border-radius: 8px;
  padding: 11px 18px; font-weight: 800; cursor: pointer; font-family: inherit;
}
.btn:hover { background: var(--gold-2); }
.btn.dark { background: #111; color: #fff; }
.btn.ghost { background: transparent; border: 1px solid rgba(255,255,255,.25); color: #fff; }

.hero-banner { background: #fff; line-height: 0; }
.hero-banner img {
  width: 100%;
  height: auto;
  display: block;
}
.seo-bar {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  line-height: 1.5;
}
.seo-bar h1 { margin: 0; font-size: clamp(18px, 3vw, 26px); }
.seo-bar p { margin: 4px 0 0; font-size: 14px; font-weight: 700; color: var(--gold-2); }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); border: 0;
}

.hero {
  min-height: 72vh;
  background:
    linear-gradient(90deg, rgba(8,14,12,.72) 8%, rgba(8,14,12,.28) 70%),
    #111 center/cover no-repeat;
  color: #fff;
  display: grid; align-items: center;
}
.hero .wrap { padding: 72px 0 56px; }
.hero h1 { font-size: clamp(32px, 5vw, 56px); margin: 0 0 12px; line-height: 1.25; }
.hero p { font-size: 20px; margin: 0 0 28px; color: rgba(255,255,255,.9); max-width: 640px; }
.feats {
  display: flex; gap: 18px; flex-wrap: wrap; margin-top: 8px;
}
.feat { text-align: center; width: 110px; }
.feat i {
  width: 62px; height: 62px; margin: 0 auto 8px;
  border-radius: 50%; background: var(--gold); color: #111;
  display: grid; place-items: center; font-style: normal; font-weight: 900; font-size: 20px;
}
.feat span { font-size: 13px; font-weight: 700; display: block; }

.ribbon {
  background: var(--green);
  color: #fff;
  padding: 28px 0;
}
.ribbon .wrap {
  display: grid; grid-template-columns: 160px 1fr; gap: 24px; align-items: center;
}
.ribbon-logo { background: #fff; border-radius: 14px; padding: 10px; }
.ribbon-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ribbon-item { font-weight: 700; font-size: 14px; }
.ribbon-item b { display: block; color: var(--gold-2); margin-bottom: 4px; }

.section { padding: 64px 0; }
.section h2 { margin: 0 0 22px; font-size: 30px; text-align: center; }
.about-grid, .contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.about-grid img, .shot { width: 100%; height: 340px; object-fit: cover; object-position: center; border-radius: 18px; }
.about-copy h2 { text-align: right; }
.about-copy p { white-space: pre-line; color: #33413b; }

.services { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.svc, .card, .quote {
  background: #fff; border-radius: 16px; padding: 18px;
  box-shadow: 0 10px 24px rgba(13,22,18,.07);
}
.svc { text-align: center; font-weight: 800; min-height: 140px; display: grid; place-content: center; gap: 10px; }
.svc i {
  width: 48px; height: 48px; margin: 0 auto; border-radius: 50%;
  background: #f3e6c0; color: #8a6a10; display: grid; place-items: center; font-style: normal; font-weight: 900;
}

.fleet { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.fleet .card { text-align: center; }
.card img { width: 100%; height: 200px; object-fit: cover; object-position: center; border-radius: 12px; margin-bottom: 10px; }
.fleet .card:first-child img { object-fit: contain; background: #f4f1ea; object-position: center; }
.card h3 { margin: 0 0 4px; font-size: 18px; }
.card p { margin: 0; color: var(--muted); font-size: 14px; }
.center { text-align: center; margin-top: 22px; }

.stats {
  background: var(--green); color: #fff; padding: 36px 0;
}
.stats .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; text-align: center; }
.stats b { display: block; font-size: 32px; color: var(--gold-2); }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.stars { color: var(--gold); letter-spacing: 2px; }
.quote footer { margin-top: 12px; font-weight: 800; }
.quote small { display: block; color: var(--muted); font-weight: 600; }

.prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.price { color: var(--green-2); font-size: 22px; font-weight: 900; }

.cta {
  min-height: 280px;
  background: #111 center/cover no-repeat;
  color: #fff;
  display: grid; align-items: center;
}
.cta .box {
  background: rgba(13,22,18,.62);
  padding: 28px; border-radius: 18px; width: min(560px, 100%);
}
.cta h2 { text-align: right; margin-bottom: 16px; }
.phone-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #111; color: #fff; border-radius: 999px; padding: 10px 16px;
  font-weight: 800; direction: ltr;
}

.end-banner { background: #fff; line-height: 0; }
.end-banner a { display: block; }
.end-banner img { width: 100%; height: auto; display: block; }

.footer { background: #121212; color: rgba(255,255,255,.8); padding: 36px 0 16px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 18px; }
.footer h3 { color: #fff; margin: 0 0 10px; }
.footer a { display: block; padding: 3px 0; }
.footer img { height: 58px; background: #fff; border-radius: 10px; padding: 4px; margin-bottom: 10px; }
.copy { border-top: 1px solid rgba(255,255,255,.1); margin-top: 22px; padding-top: 12px; font-size: 13px; display: flex; justify-content: space-between; gap: 8px; }

.float-wa {
  position: fixed; left: 16px; bottom: 16px; z-index: 50;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center;
  font-weight: 900; box-shadow: 0 10px 24px rgba(37,211,102,.35);
}

@media (max-width: 980px) {
  .nav { display: none; }
  .ribbon .wrap, .ribbon-grid, .about-grid, .services, .fleet, .stats .wrap, .quotes, .prices, .footer-grid, .contact-grid {
    grid-template-columns: 1fr;
  }
  .services, .fleet, .quotes, .prices { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .services, .fleet, .quotes, .prices { grid-template-columns: 1fr; }
  .top-call .wrap { flex-direction: column; padding: 8px 0; }
}
