:root {
  --navy: #062b45;
  --navy-2: #031b2f;
  --cyan: #11aeea;
  --cyan-2: #39c8f3;
  --green: #1fc35b;
  --ink: #082136;
  --muted: #607084;
  --line: #dbe8f2;
  --soft: #f4f9fc;
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 22px 70px rgba(6, 43, 69, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 88px 0; }
.center { text-align: center; margin-left: auto; margin-right: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(3, 27, 47, 0.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 13px; min-width: max-content; }
.brand-logo-wrap {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #0d344a;
  border: 3px solid rgba(57, 200, 243, 0.65);
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  overflow: hidden;
}
.brand-logo { width: 100%; height: 100%; object-fit: cover; }
.brand-text { color: var(--cyan-2); font-weight: 900; line-height: 1.05; letter-spacing: .02em; text-transform: uppercase; }
.brand-text span, .brand-text strong { display: block; }
.brand-text strong { color: #fff; margin-top: 4px; }
.nav-links { display: flex; align-items: center; gap: 30px; color: #eaf8ff; font-weight: 700; font-size: 15px; }
.nav-links a { opacity: .9; transition: color .2s ease, opacity .2s ease; }
.nav-links a:hover { color: var(--cyan-2); opacity: 1; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 14px;
  font-weight: 900;
  padding: 14px 20px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-nav, .btn-primary, .btn-card, .btn-submit { background: var(--cyan); color: white; box-shadow: 0 14px 30px rgba(17, 174, 234, 0.24); }
.btn-nav:hover, .btn-primary:hover, .btn-card:hover, .btn-submit:hover { background: #078bc6; }
.btn-whatsapp { background: var(--green); color: white; box-shadow: 0 16px 34px rgba(31, 195, 91, .24); }
.btn-outline { border: 1px solid rgba(255,255,255,.35); color: white; background: rgba(255,255,255,.06); }
.btn-outline:hover { background: white; color: var(--navy); }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.menu-toggle span { width: 24px; height: 2px; background: white; display: block; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(57,200,243,.35), transparent 24%),
    radial-gradient(circle at 85% 20%, rgba(17,174,234,.26), transparent 30%),
    linear-gradient(135deg, #031b2f, #062b45 55%, #031b2f);
  color: white;
}
.hero-bg-glow { position: absolute; inset: auto -180px -260px auto; width: 520px; height: 520px; border-radius: 50%; background: rgba(17,174,234,.20); filter: blur(10px); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; gap: 52px; align-items: center; }
.eyebrow, .section-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 8px;
  color: #0574aa;
  background: #e7f8ff;
  border: 1px solid #c8effd;
  padding: 8px 13px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .12em;
  font-weight: 900;
  text-transform: uppercase;
}
.eyebrow { color: #c7f4ff; background: rgba(17,174,234,.18); border-color: rgba(57,200,243,.35); }
.section-kicker.light { color: #c7f4ff; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.18); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 22px 0 20px; font-size: clamp(48px, 7vw, 84px); line-height: .96; letter-spacing: -.055em; }
h1 span { color: var(--cyan-2); }
.hero-text { font-size: 19px; line-height: 1.8; color: #d9ecf5; max-width: 620px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 32px; }
.hero-chips span { padding: 11px 14px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); color: #eaffff; font-weight: 800; font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-visual { position: relative; }
.image-frame { overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.12); background: white; }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame-hero { height: 575px; border: 5px solid rgba(57,200,243,.25); }
.floating-card { position: absolute; left: -28px; bottom: 38px; padding: 18px 22px; border-radius: 20px; background: rgba(255,255,255,.94); color: var(--navy); box-shadow: var(--shadow); }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: 20px; }
.floating-card span { color: var(--muted); margin-top: 4px; }

.section-head { max-width: 760px; }
.section-head h2, .fleet-grid h2, .areas-copy h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -.035em; margin: 15px 0 14px; color: var(--ink); }
.section-head p, .fleet-grid p, .areas-copy p { color: var(--muted); font-size: 18px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; }
.service-card, .price-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 10px 35px rgba(6,43,69,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service-card:hover, .price-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: #aee8fb; }
.icon-bubble { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 20px; background: #e8f8ff; font-size: 30px; margin-bottom: 20px; }
.service-card h3 { font-size: 21px; margin-bottom: 10px; }
.service-card p { color: var(--muted); line-height: 1.65; margin-bottom: 0; }

.pricing-section { background: var(--soft); }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 48px; }
.price-card { text-align: center; padding: 24px; position: relative; overflow: hidden; }
.price-card::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: linear-gradient(90deg, var(--cyan), var(--cyan-2)); }
.featured-card { border-color: var(--cyan); }
.price-card h3 { color: var(--navy); margin-bottom: 16px; font-size: 20px; }
.price-card img { height: 120px; object-fit: contain; margin: 0 auto 10px; }
.price-card strong { display: block; color: var(--cyan); font-size: 48px; line-height: 1; margin: 10px 0 18px; }
.price-card ul { list-style: none; padding: 0; margin: 0 0 22px; text-align: left; color: #365268; }
.price-card li { margin: 8px 0; }
.price-card li::before { content: "✓"; color: var(--cyan); font-weight: 900; margin-right: 8px; }
.btn-card { width: 100%; padding: 13px 18px; }
.price-note { text-align: center; margin: 24px auto 0; color: var(--muted); }

.areas-band { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: white; padding: 74px 0; overflow: hidden; }
.areas-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 42px; align-items: center; }
.areas-copy h2 { color: white; }
.areas-copy p { color: #d9ecf5; }
.area-list { display: grid; gap: 14px; margin-top: 30px; }
.area-list span { font-size: 22px; font-weight: 900; }
.areas-image { height: 390px; border: 5px solid rgba(255,255,255,.08); }

.fleet-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.fleet-grid h2 span { color: var(--cyan); }
.check-list { list-style: none; padding: 0; margin: 26px 0 30px; display: grid; gap: 12px; color: #29475e; font-weight: 800; }
.check-list li::before { content: "✓"; color: var(--cyan); font-weight: 900; margin-right: 10px; }
.fleet-image { height: 460px; }

.add-ons-section { background: var(--soft); }
.add-ons-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 44px; align-items: center; }
.add-on-list { display: grid; gap: 14px; }
.add-on-list div { position: relative; background: white; border: 1px solid var(--line); border-radius: 18px; padding: 20px 22px 20px 54px; box-shadow: 0 10px 35px rgba(6,43,69,.05); font-weight: 800; color: #264259; }
.add-on-list div::before { content: "✓"; position: absolute; left: 20px; top: 18px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: #e8f8ff; color: var(--cyan); font-weight: 900; }

.contact-section { background: white; }
.contact-card { border: 1px solid #bdeffd; border-radius: 34px; padding: 46px; box-shadow: var(--shadow); }
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; margin-top: 36px; align-items: start; }
.contact-details { display: grid; gap: 18px; }
.contact-details a, .contact-details div { display: grid; grid-template-columns: 44px 1fr; column-gap: 15px; align-items: start; padding: 18px; border-radius: 18px; background: var(--soft); border: 1px solid var(--line); }
.contact-details span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: #e8f8ff; color: var(--cyan); font-size: 23px; grid-row: span 2; }
.contact-details strong { display: block; color: var(--ink); }
.contact-details small { display: block; color: var(--muted); margin-top: 4px; }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.booking-form input, .booking-form select, .booking-form textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 14px 16px; color: var(--ink); background: white; outline: none;
}
.booking-form input:focus, .booking-form select:focus, .booking-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 4px rgba(17,174,234,.12); }
.booking-form textarea, .booking-form button { grid-column: 1 / -1; }

.site-footer { background: var(--navy-2); color: white; padding-top: 56px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 42px; }
.footer-brand { margin-bottom: 18px; }
.site-footer p, .site-footer a { display: block; color: #c8d9e6; margin: 9px 0; line-height: 1.65; }
.site-footer h3 { color: white; margin: 0 0 14px; }
.copyright { border-top: 1px solid rgba(255,255,255,.1); text-align: center; color: #a7bfd1; padding: 22px; margin-top: 44px; font-size: 14px; }
.whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; background: var(--green); color: white; border-radius: 999px; padding: 14px 18px; font-weight: 900; box-shadow: 0 18px 40px rgba(0,0,0,.24); }

@media (max-width: 1020px) {
  .hero-grid, .areas-grid, .fleet-grid, .add-ons-grid, .contact-grid { grid-template-columns: 1fr; }
  .service-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .image-frame-hero, .fleet-image { height: 420px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 28px, 1180px); }
  .btn-nav { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-links {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 78px;
    display: none;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
    background: rgba(3, 27, 47, .98);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    padding: 10px;
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 16px; border-radius: 12px; }
  .nav-links a:hover { background: rgba(255,255,255,.08); }
  .brand-logo-wrap { width: 50px; height: 50px; }
  .brand-text { font-size: 13px; }
  .nav-wrap { height: 72px; }
  .section-pad { padding: 68px 0; }
  .service-grid, .pricing-grid { grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .floating-card { left: 18px; right: 18px; bottom: 18px; }
  .contact-card { padding: 26px; border-radius: 24px; }
  .booking-form { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .whatsapp-float { left: 16px; right: 16px; text-align: center; justify-content: center; }
}
