/* Sunny Day Charters BVI — sibling to Adventures, desk voice */
:root {
  --blue-deep: #0a3d5c;
  --blue-mid: #0c6b8a;
  --blue-light: #1a9bb5;
  --yellow: #f2c94c;
  --yellow-bright: #ffe066;
  --orange: #e67e22;
  --whatsapp: #25d366;
  --dark: #1e272e;
  --text: #2d3436;
  --muted: #636e72;
  --white: #fff;
  --sand: #f7f9fb;
  --radius: 10px;
  --shadow: 0 8px 28px rgba(0,0,0,.12);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Poppins, system-ui, sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: var(--sand);
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1140px, 92%); margin-inline: auto; }
.hidden { display: none !important; }
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(0,0,0,.06);
  box-shadow: 0 2px 14px rgba(0,0,0,.05);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: .65rem 0; gap: 1rem;
}
.logo-mark { display: flex; align-items: center; gap: .5rem; }
.sun { font-size: 1.9rem; line-height: 1; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-title { font-weight: 800; font-size: 1.15rem; color: var(--blue-deep); }
.logo-subtitle { font-weight: 600; font-size: .82rem; color: var(--orange); }
.nav { display: flex; gap: .3rem; flex-wrap: wrap; }
.nav a {
  padding: .4rem .9rem; border-radius: 999px; font-size: .84rem; font-weight: 500;
  color: #fff; background: #4a5568; transition: background .2s, transform .15s;
}
.nav a:hover, .nav a.active { background: var(--yellow); color: var(--dark); transform: translateY(-1px); }
.header-whatsapp {
  background: var(--whatsapp); color: #fff; padding: .48rem 1rem; border-radius: 999px;
  font-weight: 600; font-size: .9rem; white-space: nowrap;
}
.menu-toggle { display: none; background: none; border: 0; font-size: 1.4rem; cursor: pointer; color: var(--blue-deep); }
.hero {
  position: relative; min-height: 70vh; display: flex; align-items: center; justify-content: center;
  text-align: center; color: #fff;
  background: var(--blue-deep) center/cover no-repeat;
}
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,61,92,.55), rgba(10,61,92,.72)); }
.hero-inner { position: relative; z-index: 1; padding: 4.5rem 1rem; width: min(860px, 92%); }
.eyebrow {
  display: inline-block; letter-spacing: .12em; text-transform: uppercase; font-size: .72rem; font-weight: 600;
  background: rgba(255,255,255,.14); padding: .35rem .8rem; border-radius: 999px; margin-bottom: 1rem;
}
.hero h1 { font-size: clamp(2rem, 5vw, 3.1rem); font-weight: 800; line-height: 1.15; margin-bottom: .8rem; }
.hero p.lead { font-size: 1.12rem; opacity: .95; margin-bottom: 1.6rem; }
.hero-ctas, .hero-trust { display: flex; gap: .9rem; justify-content: center; flex-wrap: wrap; }
.hero-ctas { margin-bottom: 1.6rem; }
.trust-badge { background: rgba(255,255,255,.14); padding: .4rem .95rem; border-radius: 999px; font-size: .86rem; }
.waters { display: flex; gap: .5rem; justify-content: center; flex-wrap: wrap; margin-top: 1.4rem; }
.waters span { border: 1px solid rgba(255,255,255,.35); padding: .25rem .7rem; border-radius: 999px; font-size: .78rem; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .35rem;
  padding: .8rem 1.5rem; border-radius: 999px; font-weight: 600; font-size: .98rem;
  border: none; cursor: pointer; transition: transform .15s, box-shadow .15s, background .15s;
}
.btn:hover { transform: translateY(-2px); }
.btn-yellow { background: var(--yellow); color: var(--dark); box-shadow: 0 4px 14px rgba(242,201,76,.4); }
.btn-yellow:hover { background: var(--yellow-bright); }
.btn-whatsapp { background: var(--whatsapp); color: #fff; }
.btn-outline { background: transparent; color: #fff; border: 2px solid #fff; }
.btn-outline.dark { color: var(--blue-deep); border-color: var(--blue-deep); }
.btn-outline.dark:hover { background: var(--blue-deep); color: #fff; }
.btn-sm { padding: .55rem 1.15rem; font-size: .88rem; }
.section { padding: 4.2rem 0; }
.section.alt { background: #fff; }
.section-title { text-align: center; font-size: clamp(1.7rem, 4vw, 2.25rem); font-weight: 700; color: var(--blue-deep); margin-bottom: .65rem; }
.section-intro { text-align: center; max-width: 640px; margin: 0 auto 2.3rem; color: var(--muted); font-size: 1.05rem; }
.grid { display: grid; gap: 1.6rem; }
.grid-2 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.grid-3 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.grid-4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.card {
  background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.04); display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-5px); box-shadow: 0 14px 36px rgba(0,0,0,.14); }
.card-img { height: 180px; background-size: cover; background-position: center; }
.card-body { padding: 1.25rem 1.3rem 1.4rem; flex: 1; display: flex; flex-direction: column; }
.card-body h3 { color: var(--blue-deep); font-size: 1.12rem; margin-bottom: .25rem; }
.tag { font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; color: var(--orange); }
.meta { color: var(--muted); font-size: .9rem; margin: .2rem 0 .5rem; }
.price { font-weight: 700; color: var(--blue-mid); margin-bottom: .5rem; }
.card-actions { margin-top: auto; display: flex; gap: .5rem; flex-wrap: wrap; }
.badge { display: inline-block; font-size: .72rem; font-weight: 600; background: #eef6f8; color: var(--blue-mid); padding: .15rem .5rem; border-radius: 999px; margin-bottom: .4rem; }
.badge.partner { background: #fff4e5; color: #b35c00; }
.badge.ours { background: #e8f8ee; color: #1b7a3d; }
.badge.overflow { background: #f3e8ff; color: #6b21a8; }
.split { display: grid; grid-template-columns: 1.1fr .9fr; gap: 2.2rem; align-items: center; }
.split-photo { border-radius: var(--radius); min-height: 280px; background-size: cover; background-position: center; box-shadow: var(--shadow); }
.split h2 { color: var(--blue-deep); font-size: 1.8rem; margin-bottom: .6rem; }
.note { background: #fff8e6; border-left: 4px solid var(--yellow); padding: 1rem 1.1rem; border-radius: 0 var(--radius) var(--radius) 0; font-size: .95rem; margin: 1.2rem 0; }
form.brief { background: #fff; padding: 1.6rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .9rem; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-size: .82rem; font-weight: 600; color: var(--blue-deep); margin-bottom: .25rem; }
input, select, textarea { width: 100%; padding: .7rem .8rem; border: 1px solid #d5dee3; border-radius: 8px; font: inherit; background: #fff; }
textarea { min-height: 110px; resize: vertical; }
.honeypot { position: absolute; left: -9999px; }
.footer { background: var(--blue-deep); color: #d7e6ee; padding: 2.6rem 0 1.4rem; margin-top: 2rem; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.4rem; margin-bottom: 1.6rem; }
.footer h4 { color: #fff; margin-bottom: .5rem; }
.footer a:hover { color: var(--yellow); }
.footer .fine { font-size: .8rem; color: #9cb3c0; max-width: 820px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding-top: 1rem; font-size: .8rem; color: #9cb3c0; }
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 200;
  background: var(--whatsapp); color: #fff; display: flex; align-items: center; gap: .4rem;
  padding: .7rem 1rem; border-radius: 999px; font-weight: 600; box-shadow: 0 8px 24px rgba(37,211,102,.4);
}
.page-hero { background: var(--blue-deep); color: #fff; padding: 3.2rem 0 2.4rem; text-align: center; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: .4rem; }
.page-hero p { opacity: .9; max-width: 640px; margin: 0 auto; }
@media (max-width: 820px) {
  .nav { display: none; }
  .nav.open { display: flex; position: absolute; top: 64px; left: 0; right: 0; background: #fff; padding: .8rem; flex-direction: column; box-shadow: var(--shadow); }
  .nav.open a { background: var(--blue-deep); }
  .menu-toggle { display: block; }
  .header-whatsapp { display: none; }
  .split { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}
