/* Guanacaste Water Delivery — standalone stylesheet */
:root {
  --deep: #0b3c4d;
  --sea: #0e7490;
  --foam: #f0f7fa;
  --sand: #f7f4ee;
  --ink: #1f2d33;
  --muted: #5b6b72;
  --line: #d8e4e9;
  --sun: #e8a13c;
  --wa: #25a05a;
  --r: 14px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: "Segoe UI", system-ui, -apple-system, sans-serif; color: var(--ink); background: #fff; line-height: 1.65; }
h1, h2, h3, .headline { font-family: Georgia, "Times New Roman", serif; color: var(--deep); line-height: 1.25; }
a { color: var(--sea); }
img { max-width: 100%; }
.wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px; }
section { padding: 56px 0; }
section:nth-of-type(even) { background: var(--foam); }

/* top bar */
.topbar { background: var(--deep); color: #cfe3ea; font-size: 0.85rem; }
.topbar a { color: #fff; text-decoration: none; }
.topbar-in { display: flex; justify-content: space-between; align-items: center; padding-top: 7px; padding-bottom: 7px; gap: 12px; flex-wrap: wrap; }
.topbar-right { display: flex; gap: 16px; align-items: center; }
.lang-sel a { padding: 1px 8px; border: 1px solid rgba(255,255,255,0.35); border-radius: 999px; margin-left: 5px; font-size: 0.78rem; }
.lang-sel a.on { background: #fff; color: var(--deep); }

/* masthead */
.masthead { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 40; }
.masthead-in { display: flex; justify-content: space-between; align-items: center; padding-top: 14px; padding-bottom: 14px; gap: 14px; flex-wrap: wrap; }
.brand { font-family: Georgia, serif; font-size: 1.28rem; font-weight: bold; color: var(--deep); text-decoration: none; letter-spacing: 0.2px; }
.nav-main { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.nav-main a { text-decoration: none; color: var(--ink); font-size: 0.95rem; }
.nav-main a:hover { color: var(--sea); }
.nav-wa { display: inline-flex; }

/* buttons */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 26px; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 0.98rem; border: 0; cursor: pointer; }
.btn-solid { background: var(--sun); color: #2b1d04; }
.btn-solid:hover { background: #d99022; }
.btn-whatsapp { background: var(--wa); color: #fff; }
.btn-whatsapp:hover { background: #1e8a4c; }
.btn-line { background: transparent; color: var(--sea); border: 2px solid var(--sea); padding: 10px 24px; }
.nav-main .btn-whatsapp { padding: 8px 18px; font-size: 0.88rem; }

/* splash (hero) */
section.splash { background: linear-gradient(rgba(6, 36, 48, 0.84), rgba(7, 42, 55, 0.72)), url("Images/hero-water.jpg") center / cover no-repeat, var(--deep); color: #fff; padding: 88px 0; }
.splash h1 { color: #fff; font-size: 2.35rem; margin-bottom: 16px; max-width: 780px; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55); }
.splash p { font-size: 1.12rem; max-width: 680px; color: #eef6f9; margin-bottom: 26px; text-shadow: 0 1px 6px rgba(0, 0, 0, 0.5); }
.splash-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* badge row */
.badge-row { background: var(--sand); border-bottom: 1px solid var(--line); }
.badge-row-in { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; padding-top: 13px; padding-bottom: 13px; }
.badge { display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 5px 15px; font-size: 0.85rem; color: var(--deep); }
.badge svg { width: 15px; height: 15px; color: var(--wa); }

/* section headings */
.eyebrow { display: block; text-transform: uppercase; letter-spacing: 2.5px; font-size: 0.76rem; color: var(--sun); font-weight: 700; margin-bottom: 8px; }
.headline { font-size: 1.75rem; margin-bottom: 14px; }
.lede { color: var(--muted); max-width: 700px; margin: 0 auto 8px; }
.centered { text-align: center; }
.centered .lede { margin-left: auto; margin-right: auto; }
.sp-t { margin-top: 24px; }
.sp-tl { margin-top: 36px; }

/* tiles */
.grid3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 26px; }
.tile { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--sea); border-radius: var(--r); padding: 26px 24px; }
.tile h3 { font-size: 1.08rem; margin-bottom: 8px; }
.tile p { font-size: 0.94rem; color: var(--muted); }
.tile-ico { font-size: 1.7rem; margin-bottom: 12px; }
.tile a { color: var(--sea); }

/* price list */
section ul[style] { list-style: none; }
section ul[style] li { border-bottom: 1px dashed var(--line); padding: 7px 2px; }
section ul[style] li:last-child { border-bottom: 0; }
section ul[style] em { color: var(--muted); font-style: normal; font-size: 0.88rem; }

/* load chips */
.load-row { display: flex; gap: 12px; flex-wrap: wrap; }
.load-chip { background: var(--deep); color: #fff; border-radius: 8px; padding: 9px 20px; font-size: 0.95rem; letter-spacing: 0.4px; }

/* zones */
.zone-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; margin-top: 24px; }
.zone { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 11px 8px; text-align: center; font-size: 0.92rem; color: var(--deep); }

/* CTA band */
section.band { background: linear-gradient(120deg, var(--deep), var(--sea)); color: #fff; }
.band-in { display: flex; justify-content: space-between; align-items: center; gap: 26px; flex-wrap: wrap; }
.band h2 { color: #fff; font-size: 1.6rem; margin-bottom: 6px; }
.band p { color: #d8e9f0; max-width: 520px; }
.band-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* contact */
.reach-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; }
.reach-item { display: flex; gap: 14px; margin-bottom: 22px; }
.reach-ico { font-size: 1.4rem; line-height: 1.3; color: var(--sea); }
.reach-item strong { color: var(--deep); }
.lead-form { background: var(--foam); border: 1px solid var(--line); border-radius: var(--r); padding: 30px 28px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 0.88rem; font-weight: 600; color: var(--deep); margin-bottom: 5px; }
.field input, .field select, .field textarea { width: 100%; padding: 11px 13px; border: 1px solid var(--line); border-radius: 8px; font-family: inherit; font-size: 0.95rem; background: #fff; }
.field textarea { min-height: 110px; resize: vertical; }
.send { width: 100%; justify-content: center; }

/* footer */
.pagefoot { background: var(--deep); color: #b9d2dc; font-size: 0.92rem; }
.pagefoot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; padding-top: 52px; padding-bottom: 30px; }
.pagefoot h4 { color: #fff; font-size: 0.98rem; margin-bottom: 12px; font-family: inherit; }
.pagefoot ul { list-style: none; }
.pagefoot li { margin-bottom: 7px; }
.pagefoot a { color: #cfe3ea; text-decoration: none; }
.pagefoot a:hover { color: #fff; }
.foot-brand { font-family: Georgia, serif; font-size: 1.15rem; color: #fff; margin-bottom: 10px; }
.foot-blurb { margin-bottom: 14px; }
.foot-contact a { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; }
.foot-legal { border-top: 1px solid rgba(255,255,255,0.14); padding-top: 16px; padding-bottom: 22px; font-size: 0.8rem; color: #8fb0bd; }

/* WhatsApp fab */
.wa-fab { position: fixed; left: 20px; bottom: 20px; z-index: 60; background: var(--wa); color: #fff; width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(0,0,0,0.25); }
.wa-fab svg { width: 26px; height: 26px; }

@media (max-width: 760px) {
  .splash { padding: 60px 0; }
  .splash h1 { font-size: 1.7rem; }
  .headline { font-size: 1.45rem; }
  .reach-grid, .pagefoot-grid { grid-template-columns: 1fr; }
  .band-in { flex-direction: column; align-items: flex-start; }
  .nav-main { gap: 14px; font-size: 0.9rem; }
  .topbar-in { justify-content: center; }
}
