/*
Theme Name: AGATWELVE
Theme URI: https://www.agatwelve.com
Author: AGATWELVE
Description: Lightweight, mobile-first WordPress theme for the AGATWELVE jet ski / quad / buggy activities business in Agadir, Morocco. Ships with Tours, Reviews and FAQ custom post types, English/French language switch, Google Maps, SEO tags and WhatsApp booking, plus GetYourGuide-style tour pages with demo content and photos. Fully editable from the WordPress dashboard.
Version: 1.1.0
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agadir-adventures
Tags: tour-operator, one-column, custom-colors, custom-logo, responsive-layout, translation-ready
*/
:root {
  --ocean: #001a3d;
  --ocean-deep: #001030;
  --teal: #0a2e60;
  --sky: #0a2e60;
  --sun: #f26a1b;
  --sun-deep: #e4550f;
  --gold: #f0a823;
  --gold-soft: #ffd580;
  --navy: #001a3d;
  --navy-deep: #001030;
  --navy-mid: #0a2e60;
  --cream: #fffaf0;
  --sand: #f7f4ec;
  --ink: #0e1c2e;
  --muted: #64748b;
  --white: #ffffff;
  --wa: #25d366;
  --wa-dark: #1ebe5d;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 10px 30px rgba(0, 16, 48, 0.16);
  --shadow-lg: 0 24px 60px rgba(0, 16, 48, 0.24);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "Poppins", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.container { width: min(1140px, 100% - 40px); margin-inline: auto; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: #FBFAF8;
  border-bottom: 1px solid rgba(0, 16, 48, 0.10);
}
.brand-band { position: relative; background: #FBFAF8; text-align: center; padding: 18px 20px 10px; }
.brand-logo { display: inline-block; }
.brand-logo img { width: clamp(220px, 30vw, 340px); height: auto; display: block; margin-inline: auto; }
.brand-band .lang-switch { position: absolute; top: 50%; right: 20px; transform: translateY(-50%); }
.header-inner { display: flex; align-items: center; justify-content: center; border-top: 1px solid rgba(0, 16, 48, 0.10); }

.logo { display: flex; align-items: center; gap: 12px; min-width: 0; color: var(--navy-deep); }
.logo img { width: 200px; height: auto; object-fit: contain; }
.logo small { display: block; font-size: 0.72rem; color: rgba(0, 16, 48, 0.6); font-weight: 500; letter-spacing: 0.04em; }

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  padding: 10px 0;
  font-size: 0.94rem;
  font-weight: 500;
  color: var(--navy-deep);
}
.nav-menu > a:not(.btn) { padding: 4px 2px; }
.nav-menu > a:not(.btn):hover { color: var(--gold); }
.nav-menu .unit { display: none; }

/* Language switch — top right */
.lang-switch { display: inline-flex; align-items: center; gap: 4px; background: rgba(0, 16, 48, 0.08); border-radius: 999px; padding: 4px; }
.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--muted);
  background: transparent;
  border: 0;
}
.lang-btn:hover { color: var(--navy-deep); }
.lang-btn.active { background: var(--navy-deep); color: #fff; }

@media (max-width: 760px) {
  .brand-band { padding: 12px 16px 8px; }
  .brand-logo img { width: clamp(150px, 46vw, 230px); }
  .brand-band .lang-switch { right: 10px; top: 50%; transform: translateY(-50%); padding: 3px; }
  .lang-btn { padding: 5px 9px; font-size: 0.78rem; }
  .nav-menu { gap: 10px 16px; padding: 9px 8px; font-size: 0.88rem; }
  .nav-menu .unit { display: inline; }
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 26px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
  text-align: center;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(0.99); }
.btn-sun { background: linear-gradient(135deg, var(--sun) 0%, var(--sun-deep) 100%); color: var(--white); box-shadow: 0 10px 22px rgba(242, 106, 27, 0.35); }
.btn-sun:hover { transform: translateY(-2px); background: linear-gradient(135deg, #ff7a2c 0%, var(--sun-deep) 100%); box-shadow: 0 14px 30px rgba(242, 106, 27, 0.45); }
.btn-wa { background: var(--wa); color: #fff; box-shadow: 0 10px 22px rgba(37, 211, 102, 0.3); }
.btn-wa:hover { transform: translateY(-2px); background: var(--wa-dark); box-shadow: 0 14px 30px rgba(37, 211, 102, 0.4); }
.btn-ghost { background: rgba(255, 255, 255, 0.9); color: var(--navy-deep); border-color: rgba(255, 255, 255, 0.6); }
.btn-ghost:hover { transform: translateY(-2px); background: #fff; }
.btn-deep { background: rgba(0, 16, 48, 0.12); color: var(--ocean-deep); }
.btn-outline { background: transparent; border: 2px solid var(--ocean-deep); color: var(--ocean-deep); }
.btn-icon { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.btn-sm { padding: 10px 18px; font-size: 0.87rem; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  color: var(--white);
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: heroZoom 14s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0, 16, 48, 0.86) 0%, rgba(0, 16, 48, 0.62) 45%, rgba(0, 16, 48, 0.18) 100%);
}
.hero .container { position: relative; z-index: 2; padding-block: 80px; }

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(242, 106, 27, 0.22);
  border: 1px solid rgba(242, 106, 27, 0.45);
  color: var(--white);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.hero-title {
  font-size: clamp(2.3rem, 6vw, 3.8rem);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
  max-width: 19ch;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}
.hero-title .accent { color: var(--sun); }
.hero-sub {
  margin-top: 18px;
  font-size: clamp(1rem, 2.4vw, 1.15rem);
  color: rgba(255, 255, 255, 0.92);
  max-width: 50ch;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; justify-content: center; }

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 44px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  max-width: 820px;
  justify-content: center;
}
.stat b { display: block; font-size: 1.5rem; color: var(--gold); font-weight: 700; }
.stat span { font-size: 0.82rem; color: rgba(255, 255, 255, 0.82); }
.hero-stat { display: flex; align-items: center; gap: 12px; }
.hero-stat .num { font-size: 1.5rem; font-weight: 700; line-height: 1.1; }
.hero-stat .lbl { font-size: 0.8rem; color: rgba(255, 255, 255, 0.82); }
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; height: 70px; z-index: 2; }
.hero-wave path { fill: var(--white); }

@media (max-width: 560px) {
  .hero-stat .num { font-size: 1.2rem; }
}

/* ---------- Trust strip ---------- */
.trust {
  background: var(--sand);
  padding: 40px 0;
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
@media (max-width: 960px) { .trust-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .trust-grid { grid-template-columns: 1fr; } }
.trust-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.96);
  border-radius: var(--radius);
  padding: 18px;
  border: 1px solid rgba(0, 16, 48, 0.06);
  box-shadow: var(--shadow);
}
.trust-item .t-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(240, 168, 35, 0.18);
  color: var(--sun);
  fill: currentColor;
}
.trust-item h3 { font-size: 0.98rem; font-weight: 600; color: var(--navy-deep); margin-bottom: 2px; }
.trust-item p { font-size: 0.86rem; color: var(--muted); }

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section-alt { background: var(--sand); }
.section-kicker {
  color: var(--sun-deep);
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.section-head.center .section-kicker::after { content: ""; display: block; width: 40px; height: 3px; border-radius: 2px; background: linear-gradient(90deg, var(--gold), var(--sun)); margin: 10px auto 0; }
.section-title { font-size: clamp(1.7rem, 4vw, 2.4rem); color: var(--ocean-deep); line-height: 1.15; margin-top: 8px; }
.section-lead { color: var(--muted); margin-top: 12px; max-width: 58ch; }
.section-head { margin-bottom: 36px; }
.section-head.center { text-align: center; }
.section-head.center .section-lead { margin-inline: auto; }

/* ---------- Tour cards ---------- */
.cards { display: grid; grid-template-columns: 1fr; gap: 26px; }
@media (min-width: 700px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cards.cols-3 { grid-template-columns: repeat(3, 1fr); } }

.card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(0, 16, 48, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.card-photo {
  position: relative;
  height: 220px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.card:hover .card-photo img { transform: scale(1.06); }
.card-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ocean-deep);
  background: rgba(255, 255, 255, 0.94);
  padding: 5px 11px;
  border-radius: 999px;
}
.card-price {
  position: absolute;
  bottom: 14px;
  right: 14px;
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 1.05rem;
  background: linear-gradient(135deg, var(--gold), var(--sun));
  padding: 6px 13px;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.card-price small { font-weight: 500; font-size: 0.72rem; }
.card-body { padding: 20px 20px 0; display: flex; flex-direction: column; flex: 1; }
.card h3 { font-size: 1.28rem; color: var(--ocean-deep); }
.card .card-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; margin-top: 8px; font-size: 0.82rem; color: var(--teal); font-weight: 500; }
.card .card-desc { margin-top: 10px; color: var(--muted); font-size: 0.94rem; flex: 1; }
.card-actions { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px; }
.card-actions .btn { flex: 1; }

/* ---------- Info chips / facts ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--white);
  border: 1px solid rgba(0, 16, 48, 0.12);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 0.86rem;
  font-weight: 500;
  color: var(--ocean-deep);
}
.chip b { color: var(--sun-deep); font-weight: 600; }

/* ---------- About / split ---------- */
.split { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1.05fr 1fr; } }
.about-img { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-img img { width: 100%; height: 100%; object-fit: cover; min-height: 320px; }
.about-badge {
  position: absolute;
  bottom: 18px;
  left: 18px;
  background: rgba(0, 16, 48, 0.9);
  color: var(--white);
  padding: 12px 18px;
  border-radius: 13px;
  font-size: 0.86rem;
}
.about-badge b { color: var(--sun); font-size: 1.3rem; display: block; line-height: 1.1; }

.check-list { list-style: none; margin-top: 18px; }
.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 6px 0;
  color: var(--ocean-deep);
  font-weight: 500;
  font-size: 0.96rem;
}
.check-list svg { flex-shrink: 0; color: var(--sun-deep); margin-top: 3px; }

/* ---------- Reviews ---------- */
.review-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 26px;
  background: var(--white);
  border: 1px solid rgba(0, 16, 48, 0.1);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 28px;
  margin-bottom: 30px;
}
.review-summary .big { font-size: 2.4rem; font-weight: 700; color: var(--ocean-deep); line-height: 1; }
.review-summary .stars { font-size: 1.15rem; letter-spacing: 2px; color: #f59e0b; }
.review-summary small { color: var(--muted); display: block; }

.review-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
@media (min-width: 700px) { .review-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .review-grid { grid-template-columns: repeat(3, 1fr); } }
.review-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(0, 16, 48, 0.08);
  box-shadow: var(--shadow);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.review-card .stars { color: #f59e0b; letter-spacing: 2px; font-size: 0.9rem; }
.review-card blockquote { font-size: 0.95rem; color: var(--ink); flex: 1; }
.review-card cite {
  display: flex;
  align-items: center;
  gap: 12px;
  font-style: normal;
  font-size: 0.86rem;
  color: var(--muted);
}
.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(150deg, var(--ocean), var(--teal));
  color: var(--white);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (min-width: 700px) { .gallery-grid { grid-template-columns: repeat(4, 1fr); } }
.gallery-item {
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  cursor: zoom-in;
  aspect-ratio: 4 / 3;
  background: var(--sand);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.gallery-item:hover img { transform: scale(1.05); }

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(6, 20, 28, 0.94);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox img { max-width: 100%; max-height: 90vh; border-radius: 12px; box-shadow: var(--shadow-lg); }
.lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.14);
  color: var(--white);
  font-size: 1.4rem;
  cursor: pointer;
}

/* ---------- Photo strip (activity pages) ---------- */
.photo-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.photo-strip img { width: 100%; height: 160px; object-fit: cover; border-radius: var(--radius-sm); }
@media (min-width: 700px) { .photo-strip { grid-template-columns: repeat(4, 1fr); } .photo-strip img { height: 170px; } }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 960px) { .steps { grid-template-columns: 1fr; } }
.step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid rgba(0, 16, 48, 0.08);
  border-radius: var(--radius-sm);
  padding: 22px;
  box-shadow: 0 6px 18px rgba(0, 16, 48, 0.06);
}
.step-n {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--white);
  background: linear-gradient(135deg, var(--gold), var(--sun));
  box-shadow: 0 6px 16px rgba(242, 106, 27, 0.35);
}
.step h3 { font-size: 0.98rem; color: var(--navy-deep); margin-bottom: 3px; }
.step p { font-size: 0.88rem; color: var(--muted); margin: 0; }

/* ---------- Guarantee strip ---------- */
.guarantee-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  background: var(--navy-deep);
  border-radius: var(--radius);
  padding: 22px 26px;
  margin-top: 40px;
  box-shadow: var(--shadow-lg);
}
@media (max-width: 960px) { .guarantee-strip { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .guarantee-strip { grid-template-columns: 1fr; } }
.guarantee { display: flex; gap: 12px; align-items: center; color: var(--white); }
.guarantee .g-icon {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold-soft);
}
.guarantee b { display: block; font-size: 0.9rem; }
.guarantee span { font-size: 0.78rem; color: rgba(255, 255, 255, 0.72); }
.guarantee svg { width: 18px; height: 18px; }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; margin: 0 auto; }
details {
  background: var(--white);
  border: 1px solid rgba(0, 16, 48, 0.1);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}
summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 600;
  color: var(--ocean-deep);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; font-size: 1.4rem; color: var(--sun-deep); font-weight: 500; transition: transform 0.15s ease; }
details[open] summary::after { transform: rotate(45deg); }
details .faq-body { padding: 0 20px 18px; color: var(--muted); font-size: 0.95rem; }

/* ---------- CTA ---------- */
.cta {
  position: relative;
  background:
    radial-gradient(circle at 80% 10%, rgba(242, 106, 27, 0.28), transparent 42%),
    linear-gradient(150deg, var(--navy-mid), var(--navy-deep));
  color: var(--white);
  text-align: center;
  padding: 76px 0;
  overflow: hidden;
}
.cta h2 { font-size: clamp(1.7rem, 4vw, 2.4rem); }
.cta p { max-width: 48ch; margin: 12px auto 0; color: rgba(255, 255, 255, 0.88); }
.cta .btn { margin-top: 26px; }
.cta-note { margin-top: 16px; font-size: 0.85rem; color: rgba(255, 255, 255, 0.75); }

/* ---------- Footer ---------- */
.site-footer { background: #FBFAF8; color: var(--navy-deep); padding: 56px 0 96px; }
.footer-grid { display: grid; gap: 32px; grid-template-columns: 1.4fr 1fr 1fr; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-brand .logo { color: var(--navy-deep); margin-bottom: 12px; }
.footer-brand .logo img { width: 200px; height: auto; object-fit: contain; filter: none; }
.footer-brand p { font-size: 0.9rem; color: rgba(0, 16, 48, 0.65); max-width: 40ch; }
.footer-col { display: grid; gap: 10px; font-size: 0.92rem; align-content: start; }
.footer-col h4 { color: var(--navy-deep); font-size: 0.95rem; margin-bottom: 4px; letter-spacing: 0.04em; }
.footer-col a { color: rgba(0, 16, 48, 0.85); }
.footer-col a:hover { color: var(--gold); }
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 16, 48, 0.14);
  font-size: 0.82rem;
  color: rgba(0, 16, 48, 0.7);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

/* ---------- Sticky mobile bar ---------- */
.wa-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom));
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(0, 16, 48, 0.1);
}
.wa-bar .btn { width: 100%; }
@media (min-width: 760px) { .wa-bar { display: none; } }

/* ---------- Activity pages ---------- */
.page-hero {
  position: relative;
  color: var(--white);
  padding: 90px 0 150px;
  overflow: hidden;
}
.page-hero .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.page-hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 16, 48, 0.9) 0%, rgba(0, 16, 48, 0.62) 46%, rgba(242, 106, 27, 0.28) 100%);
}
.page-hero .container { position: relative; z-index: 2; }
.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px 16px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
  margin-bottom: 18px;
}
.crumbs { font-size: 0.85rem; color: rgba(255, 255, 255, 0.75); margin-bottom: 16px; }
.crumbs a:hover { color: var(--gold-soft); }
.page-hero h1 { font-size: clamp(2rem, 5.5vw, 3.2rem); line-height: 1.1; text-shadow: 0 6px 26px rgba(0, 0, 0, 0.5); }
.page-hero p.lead { margin-top: 14px; max-width: 64ch; color: rgba(255, 255, 255, 0.94); }
.page-hero .hero-actions { margin-top: 26px; }
.page-hero .num, .page-hero b { color: var(--gold-soft); }

.jumplinks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
}
.jumplinks a {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  padding: 7px 15px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
}
.jumplinks a:hover { background: var(--sun); border-color: var(--sun); }

.page-content { margin-top: -80px; position: relative; z-index: 3; }

.price-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border-radius: var(--radius-sm);
  overflow: hidden;
  border: 1px solid rgba(0, 16, 48, 0.1);
  box-shadow: var(--shadow);
}
.price-table th, .price-table td { text-align: left; padding: 14px 16px; border-bottom: 1px solid rgba(0, 16, 48, 0.08); font-size: 0.95rem; }
.price-table th { background: var(--ocean-deep); color: var(--white); font-weight: 600; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td.price { font-weight: 700; color: var(--sun-deep); white-space: nowrap; }
@media (max-width: 560px) {
  .price-table thead { display: none; }
  .price-table, .price-table tbody, .price-table tr, .price-table td { display: block; width: 100%; }
  .price-table tr { padding: 6px 0; border-bottom: 1px solid rgba(0, 16, 48, 0.08); }
  .price-table td { border: 0; padding: 6px 16px; }
  .price-table td::before { content: attr(data-label); display: block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--teal); }
}

.note {
  background: var(--sand);
  border-left: 4px solid var(--sun);
  padding: 14px 16px;
  border-radius: 10px;
  font-size: 0.92rem;
  color: var(--ocean-deep);
  margin-top: 14px;
}

/* ---------- Tour list rows (activity pages) ---------- */
.tour-row {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--white);
  border: 1px solid rgba(0, 16, 48, 0.08);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-bottom: 22px;
}
@media (min-width: 760px) { .tour-row { grid-template-columns: 300px 1fr; } }
.tour-row .t-photo { position: relative; min-height: 200px; }
.tour-row .t-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tour-row .t-body { padding: 22px; }
.tour-row h3 { font-size: 1.2rem; color: var(--ocean-deep); }
.tour-row .t-price { font-size: 1.3rem; font-weight: 700; color: var(--sun-deep); }
.tour-row .t-price small { font-size: 0.8rem; font-weight: 500; color: var(--muted); }
.tour-row .t-facts { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 10px 0; font-size: 0.84rem; color: var(--teal); font-weight: 500; }
.tour-row p { color: var(--muted); font-size: 0.94rem; }
.tour-row .t-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 14px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; }
  .hero-bg { animation: none; }
}

.text-center { text-align: center; }
.mt-1 { margin-top: 12px; }

/* ---------- Rich article + side card ---------- */
.rich h2 { font-size: 1.55rem; color: var(--ocean-deep); margin: 40px 0 12px; }
.rich h2:first-child { margin-top: 0; }
.rich p { color: var(--muted); margin-bottom: 10px; }
.rich ul { padding-left: 20px; margin-bottom: 12px; color: var(--muted); }
.rich ul li { margin-bottom: 6px; }

.split-main { display: grid; grid-template-columns: 1fr; gap: 36px; }
@media (min-width: 860px) { .split-main { grid-template-columns: 1.6fr 1fr; align-items: start; } }
.sticky-side { position: sticky; top: 90px; }
.side-card {
  background: var(--white);
  border-radius: var(--radius);
  border: 1px solid rgba(0, 16, 48, 0.1);
  box-shadow: var(--shadow-lg);
  padding: 26px;
}
.side-card .price { font-size: 1.9rem; font-weight: 700; color: var(--ocean-deep); margin-top: 4px; }
.side-card .price small { font-size: 0.92rem; color: var(--muted); font-weight: 500; }
.side-card .btn { width: 100%; margin-top: 6px; }
.side-list { list-style: none; margin: 18px 0 22px; }
.side-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 0.95rem;
  color: var(--ocean-deep);
  border-bottom: 1px solid rgba(0, 16, 48, 0.07);
}
.side-list li:last-child { border-bottom: 0; }
.side-list .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sun); flex-shrink: 0; }

.page-cta { margin-bottom: 120px; }

/* ---------- Cards on activity pages use split-main ---------- */
.split .rich { min-width: 0; }


/* ============================================================
   GetYourGuide-inspired blocks
   ============================================================ */

/* Trust bar - the "free cancellation / pay later" strip */
.trust-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  justify-content: center;
  padding: 14px 18px;
  margin-top: 26px;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 16, 48, 0.14);
}
.trust-bar span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--navy-deep);
}
.trust-bar svg { width: 17px; height: 17px; flex-shrink: 0; color: var(--wa-dark); }
.trust-bar small { display: block; font-weight: 400; color: var(--muted); }

/* Big rating line: "4.8 · 2,119 reviews" + stars */
.rating-line {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin: 22px 0 26px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid rgba(0, 16, 48, 0.1);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 16, 48, 0.07);
}
.rating-line .num {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--ocean-deep);
  line-height: 1;
}
.rating-line .stars { font-size: 1.05rem; letter-spacing: 1px; }
.rating-line .sep { width: 1px; height: 34px; background: rgba(0, 16, 48, 0.15); }
.rating-line small { display: block; color: var(--muted); }

/* Highlights with green checks */
.highlights { list-style: none; margin: 0 0 30px; }
.highlights li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 9px 0;
  font-size: 1rem;
  color: var(--ocean-deep);
  border-bottom: 1px dashed rgba(0, 16, 48, 0.1);
}
.highlights li:last-child { border-bottom: 0; }
.highlights svg { width: 19px; height: 19px; margin-top: 2px; flex-shrink: 0; }

/* Includes / Not suitable two columns */
.inc-exc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 26px 0 10px;
}
.inc-exc .box {
  background: #fff;
  border: 1px solid rgba(0, 16, 48, 0.1);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0, 16, 48, 0.06);
}
.inc-exc h4 {
  margin: 0 0 14px;
  font-size: 1.02rem;
  color: var(--ocean-deep);
  display: flex;
  align-items: center;
  gap: 8px;
}
.inc-exc ul { list-style: none; margin: 0; }
.inc-exc li {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  padding: 6px 0;
  font-size: 0.95rem;
  color: var(--ocean-deep);
}
.inc-exc svg { width: 17px; height: 17px; margin-top: 2px; flex-shrink: 0; }
.inc-exc .no li { color: var(--muted); }
@media (max-width: 700px) { .inc-exc { grid-template-columns: 1fr; } }

/* "Verified booking" pill on review cards */
.review-card { position: relative; }
.verified {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--gold);
  background: var(--navy-deep);
  border: 1px solid rgba(240, 168, 35, 0.45);
  border-radius: 999px;
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.verified svg { width: 12px; height: 12px; }

/* "Top rated" chip on tour cards */
.tbadge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: var(--ocean-deep);
  font-size: 0.76rem;
  font-weight: 700;
  padding: 6px 11px;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.tbadge .stars { color: #f2a60c; font-size: 0.72rem; letter-spacing: 1px; }

/* Card stars line */
.card-stars {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ocean-deep);
  margin-top: 10px;
}
.card-stars .stars { color: #f2a60c; font-size: 0.8rem; letter-spacing: 1px; }

/* Reserve now / pay later line under prices */
.pay-later {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 600;
  color: var(--gold);
  background: var(--navy-deep);
  border: 1px solid rgba(240, 168, 35, 0.45);
  border-radius: 10px;
  padding: 8px 12px;
  margin-top: 12px;
}
.pay-later svg { width: 16px; height: 16px; line-height: 1; }


/* Simple blog / generic page styling */
.posts-list { max-width: 760px; }
.post-item { background: #fff; border: 1px solid rgba(14,75,102,.1); border-radius: 14px; padding: 20px 22px; margin-bottom: 18px; box-shadow: 0 6px 18px rgba(14,75,102,.06); }
.post-item a { color: var(--ocean-deep); }
.rich.single { max-width: 820px; }
.rich.single h1 { font-size: 2rem; color: var(--ocean-deep); margin-top: 0; }

/* ---------- Contact section ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-top: 34px;
}
.contact-left { display: grid; gap: 22px; }
.contact-lines { display: grid; gap: 12px; margin: 14px 0 18px; }
.ct-line {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: var(--ocean-deep);
}
.ct-line svg { width: 19px; height: 19px; color: var(--sun-deep); flex-shrink: 0; }
.ct-line a { color: var(--ocean-deep); }
.ct-line b { font-weight: 600; }
.contact-form {
  background: var(--white);
  border: 1px solid rgba(0, 16, 48, 0.1);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(0, 16, 48, 0.07);
}
.contact-form h3 { color: var(--ocean-deep); margin: 0 0 14px; }
.contact-form label { display: grid; gap: 6px; margin-bottom: 12px; }
.contact-form span { font-size: 0.84rem; font-weight: 600; color: var(--muted); }
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1px solid rgba(0, 16, 48, 0.18);
  border-radius: 10px;
  font: inherit;
  font-size: 0.95rem;
  background: var(--sand);
  color: var(--ocean-deep);
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--teal);
  background: #fff;
}
.contact-maps { display: grid; gap: 18px; align-content: start; }
.map-box {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(0, 16, 48, 0.12);
  background: var(--white);
  box-shadow: 0 8px 24px rgba(0, 16, 48, 0.07);
}
.map-box iframe {
  display: block;
  width: 100%;
  height: 250px;
  border: 0;
}
.map-caption {
  padding: 10px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ocean-deep);
}
@media (min-width: 900px) {
  .contact-grid { grid-template-columns: 1fr 1.15fr; align-items: start; }
  .contact-left { position: sticky; top: 90px; }
}


