:root {
  --navy: #0b3d5c;
  --navy-2: #072a40;
  --blue: #1f7aa8;
  --sky: #5fb4d9;
  --mist: #e6f3f9;
  --orange: #f08a24;
  --orange-dark: #d8741a;
  --wa: #1fa855;
  --wa-dark: #178a45;
  --ink: #13222d;
  --muted: #53656f;
  --line: #d9e5eb;
  --bg: #ffffff;
  --radius: 16px;
  --shadow: 0 10px 30px rgba(11, 61, 92, 0.08);
  --font: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-ml: "Noto Sans Malayalam", "Manrope", system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
html[data-lang="ml"] body { font-family: var(--font-ml); line-height: 1.75; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { line-height: 1.2; margin: 0 0 .5em; }
html[data-lang="ml"] h1, html[data-lang="ml"] h2, html[data-lang="ml"] h3 { line-height: 1.45; }

/* Language switching */
html[data-lang="en"] .ml { display: none !important; }
html[data-lang="ml"] .en { display: none !important; }

.wrap { width: min(1120px, 100% - 32px); margin-inline: auto; }
.muted { color: var(--muted); }
.skip { position: absolute; left: -999px; }
.skip:focus { left: 16px; top: 16px; background: #fff; padding: 8px 12px; z-index: 100; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 14px 22px; border-radius: 999px; border: 0;
  font: inherit; font-weight: 700; text-decoration: none; cursor: pointer;
  transition: background .15s, transform .15s;
  min-height: 48px;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 20px; height: 20px; fill: currentColor; }
.btn-call { background: var(--orange); color: #fff; }
.btn-call:hover { background: var(--orange-dark); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-dark); }
.btn-sm { padding: 8px 16px; min-height: 40px; font-size: .95rem; }
.btn-sm svg { width: 16px; height: 16px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; gap: 24px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { font-family: var(--font); font-size: 1.25rem; letter-spacing: .08em; color: var(--navy); }
.brand-text small { font-family: var(--font); font-size: .72rem; color: var(--muted); letter-spacing: .04em; }
.nav-links { display: flex; gap: 22px; margin-left: auto; }
.nav-links a { text-decoration: none; font-weight: 600; color: var(--muted); font-size: .95rem; }
.nav-links a:hover { color: var(--navy); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-toggle {
  font: inherit; font-family: var(--font-ml); font-weight: 600; font-size: .9rem;
  border: 1.5px solid var(--line); background: #fff; color: var(--navy);
  border-radius: 999px; padding: 7px 14px; cursor: pointer; min-height: 40px;
}
.lang-toggle:hover { border-color: var(--blue); }

/* Hero */
.hero { background: linear-gradient(180deg, #f3f9fc 0%, #fff 100%); padding: 64px 0 72px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; }
.eyebrow {
  display: inline-block; margin: 0 0 16px; padding: 6px 12px; border-radius: 999px;
  background: var(--mist); color: var(--blue); font-weight: 700; font-size: .85rem;
}
h1 { font-size: clamp(2rem, 4.2vw, 3.1rem); font-weight: 800; color: var(--navy); letter-spacing: -.01em; }
html[data-lang="ml"] h1 { font-size: clamp(1.6rem, 3.3vw, 2.4rem); letter-spacing: 0; }
.lead { font-size: 1.1rem; color: var(--muted); max-width: 58ch; margin: 0 0 28px; }
.cta-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-points { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 22px; }
.hero-points li { position: relative; padding-left: 26px; font-weight: 600; color: var(--navy); }
.hero-points li::before {
  content: ""; position: absolute; left: 0; top: .45em; width: 16px; height: 16px; border-radius: 50%;
  background: var(--sky) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center/100% no-repeat;
}
.hero-media { position: relative; padding: 0 0 48px 40px; }
.hero-photo {
  width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; object-position: 40% 50%;
  border-radius: 28px; box-shadow: 0 30px 60px rgba(11, 61, 92, .22);
}
.hero-inset {
  position: absolute; left: 0; bottom: 0; width: 46%; aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: 20px; border: 6px solid #fff; box-shadow: 0 18px 40px rgba(11, 61, 92, .2);
}
.hero-badge {
  position: absolute; top: 28px; right: -14px; display: flex; gap: 12px; align-items: center;
  background: #fff; border-radius: 16px; padding: 12px 16px; box-shadow: 0 14px 34px rgba(11, 61, 92, .18);
}
.hero-badge strong { display: block; color: var(--navy); font-size: .95rem; line-height: 1.2; }
.hero-badge small { color: var(--muted); font-size: .78rem; }
.badge-dot {
  width: 12px; height: 12px; border-radius: 50%; background: var(--wa); flex: none;
  box-shadow: 0 0 0 0 rgba(31, 168, 85, .5); animation: pulse 2s infinite;
}
@keyframes pulse { 70% { box-shadow: 0 0 0 10px rgba(31, 168, 85, 0); } 100% { box-shadow: 0 0 0 0 rgba(31, 168, 85, 0); } }
@media (prefers-reduced-motion: reduce) { .badge-dot { animation: none; } .card, .card-media img { transition: none; } }

/* Sections */
.section { padding: 80px 0; }
.section-tint { background: var(--mist); }
.section-head { max-width: 680px; margin-bottom: 36px; }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--navy); }
.section-head p { color: var(--muted); margin: 0; font-size: 1.05rem; }

/* Cards */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(11, 61, 92, .14); }
.card-media { margin: 0; aspect-ratio: 16 / 10; overflow: hidden; background: var(--mist); }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.card:hover .card-media img { transform: scale(1.05); }
.card-body { position: relative; padding: 34px 26px 26px; flex: 1; }
.card h3 { font-size: 1.15rem; color: var(--navy); }
.card ul { margin: 0; padding-left: 18px; color: var(--muted); }
.card li { margin-bottom: 4px; }
.card .icon {
  position: absolute; top: -26px; left: 22px;
  width: 52px; height: 52px; border-radius: 14px; background: #fff;
  display: grid; place-items: center; box-shadow: 0 6px 18px rgba(11, 61, 92, .18);
}
.card .icon svg { width: 26px; height: 26px; fill: var(--blue); }
.card-accent { background: var(--navy); border-color: var(--navy); color: #fff; }
.card-accent h3 { color: #fff; }
.card-accent ul { color: #cfe3ee; }
.card-accent .icon { background: var(--navy); box-shadow: 0 6px 18px rgba(0,0,0,.3); }
.card-accent .icon svg { fill: var(--orange); }

/* Area */
.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: start; }
.areas { display: grid; gap: 14px; }
.area {
  display: flex; gap: 16px; align-items: flex-start; background: #fff;
  border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow);
}
.area h3 { font-size: 1.15rem; color: var(--navy); margin-bottom: 2px; }
.area p { margin: 0; }
.pin {
  flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--orange);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") center/80% no-repeat;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5 7 13 7 13s7-8 7-13a7 7 0 0 0-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") center/80% no-repeat;
}
.note { margin: 6px 0 0; font-weight: 600; color: var(--navy); }

/* Steps */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; counter-reset: s; }
.steps li { border-top: 3px solid var(--sky); padding-top: 20px; }
.steps .num {
  display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 50%;
  background: var(--navy); color: #fff; font-family: var(--font); font-weight: 800; margin-bottom: 14px;
}
.steps h3 { font-size: 1.15rem; color: var(--navy); }
.steps p { color: var(--muted); margin: 0; }

/* Contact */
.section-dark { background: var(--navy); color: #e5f0f6; }
.section-dark h2 { color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.big-phone {
  display: block; font-family: var(--font); font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800;
  color: #fff; text-decoration: none; margin: 18px 0 24px; letter-spacing: .01em;
}
.book-form {
  background: #fff; color: var(--ink); border-radius: var(--radius); padding: 28px;
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; box-shadow: 0 20px 50px rgba(0,0,0,.25);
}
.book-form label { display: grid; gap: 6px; font-weight: 600; font-size: .92rem; color: var(--navy); }
.book-form .full { grid-column: 1 / -1; }
.book-form input, .book-form select, .book-form textarea {
  font: inherit; font-weight: 500; color: var(--ink);
  border: 1.5px solid var(--line); border-radius: 10px; padding: 11px 12px; width: 100%;
  background: #fbfdfe;
}
.book-form input:focus, .book-form select:focus, .book-form textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(31,122,168,.18);
}
.book-form input[aria-invalid="true"] { border-color: #c0392b; }
.form-error { grid-column: 1 / -1; margin: 0; color: #c0392b; font-weight: 600; }

/* Footer */
.site-footer { background: var(--navy-2); color: #cfe3ee; padding: 28px 0; }
.site-footer .muted { color: #9fbccc; margin: 4px 0 0; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.site-footer strong { color: #fff; }

/* Mobile bar */
.mobile-bar { display: none; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-actions { margin-left: auto; }
  .hero-grid, .area-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 520px; margin-inline: auto; width: 100%; }
  .steps { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hide-sm { display: none; }
  .hero { padding: 36px 0 48px; }
  .section { padding: 56px 0; }
  .hero-media { padding: 0 0 36px 24px; }
  .hero-badge { right: 8px; top: 16px; }
  .cta-row .btn { flex: 1 1 100%; }
  .book-form { grid-template-columns: 1fr; padding: 20px; }
  body { padding-bottom: 76px; }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr; gap: 10px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
    background: #fff; border-top: 1px solid var(--line);
    box-shadow: 0 -6px 20px rgba(0,0,0,.08);
  }
}

/* Services: 3 + 2 layout on wide screens */
@media (min-width: 1000px) {
  .cards { grid-template-columns: repeat(6, 1fr); }
  .card { grid-column: span 2; }
  .card:nth-child(4), .card:nth-child(5) { grid-column: span 3; }
}

/* Office address */
.office {
  font-style: normal; margin: 0 0 24px; padding: 16px 18px; border-radius: 12px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); line-height: 1.6;
}
.office strong { display: block; color: #fff; margin-bottom: 2px; }
.office .map-link { display: block; margin-top: 6px; color: var(--sky); font-weight: 700; text-decoration: none; }
.office .map-link:hover { text-decoration: underline; }

/* Promise band */
.promise {
  position: relative; color: #fff; padding: 96px 0;
  background: linear-gradient(100deg, rgba(7, 42, 64, .94) 0%, rgba(11, 61, 92, .86) 55%, rgba(11, 61, 92, .55) 100%),
              url("images/faucet.webp") center / cover no-repeat;
}
.promise h2 { color: #fff; max-width: 18ch; font-size: clamp(1.8rem, 3.6vw, 2.6rem); }
html[data-lang="ml"] .promise h2 { max-width: 24ch; }
.promise-list { list-style: none; padding: 0; margin: 36px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.promise-list li { border-left: 3px solid var(--orange); padding-left: 18px; color: #cfe3ee; }
.promise-list strong { display: block; color: #fff; font-size: 1.15rem; margin-bottom: 4px; }
@media (max-width: 900px) { .promise-list { grid-template-columns: 1fr; } .promise { padding: 64px 0; } }
html[data-lang="ml"] .promise h2 { font-size: clamp(1.35rem, 3vw, 2.1rem); }
h1, h2, h3 { overflow-wrap: break-word; }
.hero-photo, .hero-inset { height: auto; }

/* ===== Service card links ===== */
.card-links { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-top: 16px; }
.card-link { color: var(--blue); font-weight: 700; text-decoration: none; font-size: .95rem; }
.card-link:hover { text-decoration: underline; }
.card-accent .card-link { color: var(--orange); }
.area h3 a { color: inherit; text-decoration: none; }
.area h3 a:hover { text-decoration: underline; }

/* ===== Footer (multi-column) ===== */
.site-footer { padding: 48px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; }
.footer-brand { color: #fff; font-size: 1.05rem; }
.site-footer p { margin: 6px 0 0; }
.footer-phone { color: #fff; font-weight: 800; text-decoration: none; font-size: 1.1rem; }
.footer-h { color: #fff; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 12px; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.footer-links a { color: #cfe3ee; text-decoration: none; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.site-footer .footer-base { border-top: 1px solid rgba(255,255,255,.12); margin: 32px auto 0; padding-top: 18px; font-size: .9rem; }
@media (max-width: 800px) { .footer-grid { grid-template-columns: 1fr; } }

/* ===== FAQ ===== */
.faq-wrap { max-width: 860px; }
.faq-list { display: grid; gap: 12px; margin-top: 8px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 0 20px; box-shadow: var(--shadow); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 18px 32px 18px 0; position: relative;
  font-weight: 700; color: var(--navy);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; position: absolute; right: 4px; top: 50%; width: 10px; height: 10px; margin-top: -7px;
  border-right: 2.5px solid var(--blue); border-bottom: 2.5px solid var(--blue); transform: rotate(45deg); transition: transform .2s;
}
.faq-item[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq-item p { margin: 0 0 18px; color: var(--muted); }

/* ===== Inner pages ===== */
.crumbs { display: flex; flex-wrap: wrap; gap: 8px; padding: 18px 0 0; font-size: .9rem; color: var(--muted); }
.crumbs a { color: var(--blue); text-decoration: none; font-weight: 600; }
.crumbs a:hover { text-decoration: underline; }
.page-hero { padding: 28px 0 64px; background: linear-gradient(180deg, #f3f9fc 0%, #fff 100%); }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.page-hero h1 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); }
html[data-lang="ml"] .page-hero h1 { font-size: clamp(1.5rem, 3vw, 2.2rem); }
.page-hero-media { margin: 0; }
.page-hero-media img {
  width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 24px;
  box-shadow: 0 30px 60px rgba(11, 61, 92, .2);
}
.credit { font-size: .75rem; color: var(--muted); margin-top: 10px; }
.credit a { color: inherit; }

.detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: start; }
.checklist { list-style: none; padding: 0; margin: 8px 0 0; display: grid; gap: 12px; }
.checklist li {
  position: relative; padding: 14px 16px 14px 48px; background: #fff; border: 1px solid var(--line);
  border-radius: 12px; font-weight: 600; color: var(--ink);
}
.checklist li::before {
  content: ""; position: absolute; left: 16px; top: 50%; margin-top: -10px; width: 20px; height: 20px; border-radius: 50%;
  background: var(--wa) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center/100% no-repeat;
}
.signs-card { background: var(--navy); color: #cfe3ee; border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.signs-card h2 { color: #fff; font-size: 1.3rem; }
.signs-card ul { margin: 0; padding-left: 20px; display: grid; gap: 10px; }
.signs-card li::marker { color: var(--orange); }
.signs-card .rel-more { color: var(--orange); }

.section.compact { padding: 48px 0; }
.steps-compact li { border-top-color: var(--orange); }

.rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 8px; }
.rel-grid-6 { grid-template-columns: repeat(3, 1fr); }
.rel-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; box-shadow: var(--shadow); transition: transform .25s, box-shadow .25s;
}
.rel-card:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(11, 61, 92, .14); }
.rel-card img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.rel-title { padding: 16px 18px 4px; font-weight: 800; color: var(--navy); font-size: 1.05rem; }
.rel-more { padding: 0 18px 18px; color: var(--blue); font-weight: 700; font-size: .92rem; text-decoration: none; }
.signs-card .rel-more { padding: 0; display: inline-block; margin-top: 8px; }

.areas-strip { background: var(--orange); color: #fff; }
.areas-strip-inner { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; padding: 18px 0; font-weight: 700; }
.areas-strip p { margin: 0; }
.areas-strip a { color: #fff; background: rgba(255,255,255,.18); padding: 6px 14px; border-radius: 999px; text-decoration: none; }
.areas-strip a:hover { background: rgba(255,255,255,.3); }

.cta-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.cta-actions .big-phone { margin-top: 0; }

@media (max-width: 900px) {
  .page-hero-grid, .detail-grid, .cta-band { grid-template-columns: 1fr; }
  .rel-grid, .rel-grid-6 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .rel-grid, .rel-grid-6 { grid-template-columns: 1fr; }
  .page-hero { padding-bottom: 40px; }
}

/* ===== Full-width hero banner ===== */
.banner { position: relative; overflow: hidden; background: var(--navy-2); color: #fff; isolation: isolate; }
.banner-img {
  position: absolute; top: 0; right: 0; width: 62%; height: 100%;
  object-fit: cover; object-position: 55% 50%; z-index: -2;
}
.banner-shade {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(90deg, var(--navy-2) 0%, var(--navy-2) 38%, rgba(7, 42, 64, .82) 52%, rgba(7, 42, 64, .25) 78%, rgba(7, 42, 64, .05) 100%),
    linear-gradient(0deg, rgba(7, 42, 64, .55) 0%, rgba(7, 42, 64, 0) 35%);
}
.banner-inner { min-height: 600px; display: flex; align-items: center; padding: 72px 0 80px; }
.banner-copy { max-width: 620px; }
.banner-eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; padding: 7px 14px 7px 12px;
  border-radius: 999px; background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .18);
  font-weight: 700; font-size: .85rem; color: #d7ecf6; backdrop-filter: blur(6px);
}
.banner h1 { color: #fff; font-size: clamp(2.3rem, 5vw, 3.9rem); line-height: 1.08; letter-spacing: -.02em; margin-bottom: 16px; }
.banner h1 .amp { color: var(--orange); }
html[data-lang="ml"] .banner h1 { font-size: clamp(1.7rem, 3.6vw, 2.7rem); line-height: 1.4; letter-spacing: 0; }
.banner-sub { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 700; color: var(--sky); margin: 0 0 14px; }
.banner .lead { color: #c3d9e5; max-width: 54ch; }
.banner-points { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 10px 24px; }
.banner-points li { position: relative; padding-left: 26px; font-weight: 600; color: #e6f3f9; }
.banner-points li::before {
  content: ""; position: absolute; left: 0; top: .42em; width: 16px; height: 16px; border-radius: 50%;
  background: var(--wa) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4 8.5l2.5 2.5L12 5.5' fill='none' stroke='white' stroke-width='2'/%3E%3C/svg%3E") center/100% no-repeat;
}
.banner .btn-call { box-shadow: 0 10px 24px rgba(240, 138, 36, .35); }
.banner .btn-wa { box-shadow: 0 10px 24px rgba(31, 168, 85, .3); }

/* Quick service links under the banner */
.quick { background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 8px 24px rgba(11, 61, 92, .06); position: relative; }
.quick-inner { display: flex; gap: 10px; overflow-x: auto; padding: 14px 0; scrollbar-width: none; }
.quick-inner::-webkit-scrollbar { display: none; }
.quick a {
  flex: none; padding: 9px 16px; border-radius: 999px; background: var(--mist); color: var(--navy);
  font-weight: 700; font-size: .92rem; text-decoration: none; transition: background .15s, color .15s;
}
.quick a:hover { background: var(--navy); color: #fff; }

@media (max-width: 900px) {
  .banner-img { width: 100%; object-position: 60% 50%; }
  .banner-shade {
    background: linear-gradient(180deg, rgba(7, 42, 64, .78) 0%, rgba(7, 42, 64, .9) 55%, var(--navy-2) 100%);
  }
  .banner-inner { min-height: 0; padding: 48px 0 56px; }
}
@media (max-width: 600px) {
  .banner-inner { padding: 36px 0 44px; }
  .banner .cta-row .btn { flex: 1 1 100%; }
}
