:root {
  --ink: #1f1a14;
  --deep: #123d58;
  --reef: #1f7aa8;
  --water: #2f9bd2;
  --foam: #fff8ec;
  --sand: #ffe1a1;
  --coral: #f15a24;
  --orange: #f7941d;
  --gold: #ffc20e;
  --sun: #ffe071;
  --aqua: #2f9bd2;
  --white: #ffffff;
  --muted: #695f55;
  --line: rgba(16, 24, 32, 0.12);
  --glass: rgba(255, 255, 255, 0.14);
  --shadow: 0 22px 58px rgba(77, 45, 14, 0.16);
  --radius: 8px;
}

.legal-content {
  max-width: 900px;
}

.legal-content h2 {
  margin-top: 2rem;
}

.legal-content p,
.legal-content li {
  line-height: 1.75;
}

.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.privacy-check {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  line-height: 1.45;
}

.privacy-check input {
  flex: 0 0 auto;
  margin-top: 4px;
  width: auto;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    linear-gradient(180deg, #fff6dc 0%, #fffaf0 42%, #ffffff 100%);
  color: var(--ink);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.skip-link {
  background: var(--ink);
  border-radius: var(--radius);
  color: var(--white);
  font-weight: 900;
  left: 16px;
  padding: 12px 16px;
  position: fixed;
  text-decoration: none;
  top: 12px;
  transform: translateY(-160%);
  transition: transform 0.2s ease;
  z-index: 2000;
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  margin: 0 auto;
  width: min(1180px, calc(100% - 40px));
}

.site-header {
  background: rgba(31, 26, 20, 0.78);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  inset: 0 0 auto;
  position: fixed;
  z-index: 1000;
  backdrop-filter: blur(18px);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.scrolled {
  background: rgba(31, 26, 20, 0.97);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.nav-wrapper {
  align-items: center;
  display: flex;
  height: 78px;
  justify-content: space-between;
  position: relative;
}

.brand img {
  height: 58px;
  width: auto;
}

.main-nav {
  align-items: flex-start;
  background: rgba(5, 47, 63, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
  display: none;
  flex-direction: column;
  gap: 16px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 22px;
  position: absolute;
  right: 0;
  top: 70px;
  width: min(340px, calc(100vw - 40px));
}

.main-nav.active {
  display: flex;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--gold);
}

.lang-link {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  color: var(--white) !important;
  line-height: 1;
  padding: 7px 9px;
}

.lang-link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--gold);
}

.reserve-link,
.btn,
.activity-actions a,
.social-box a,
.contact-form button,
.booking-form button {
  align-items: center;
  border-radius: var(--radius);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  text-decoration: none;
}

.reserve-link {
  background: linear-gradient(135deg, var(--coral), var(--orange), var(--gold));
  box-shadow: 0 12px 28px rgba(255, 138, 28, 0.34);
  color: var(--white) !important;
  min-height: 42px;
  padding: 0 16px;
}

.menu-toggle {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  height: 42px;
  width: 44px;
}

.menu-toggle span {
  background: var(--white);
  border-radius: 8px;
  display: block;
  height: 3px;
  margin: 7px 0;
}

.hero,
.page-hero {
  background-position: center;
  background-size: cover;
  color: var(--white);
  min-height: 100vh;
  padding: 140px 0 82px;
  position: relative;
}

.hero::before,
.page-hero::before {
  background:
    radial-gradient(circle at 76% 16%, rgba(255, 194, 14, 0.38), transparent 28%),
    linear-gradient(90deg, rgba(31, 26, 20, 0.9) 0%, rgba(97, 54, 15, 0.64) 48%, rgba(241, 90, 36, 0.18) 100%),
    linear-gradient(0deg, rgba(31, 26, 20, 0.54), rgba(31, 26, 20, 0.03));
  content: "";
  inset: 0;
  position: absolute;
}

.hero.home { background-image: url("../images/hero.webp"); }
.page-hero.diving { background-image: url("../images/diving-hero.webp"); }
.page-hero.kayak { background-image: url("../images/kayak.webp"); }
.page-hero.paddle {
  background-image: url("../images/paddle-hero.webp");
  background-position: center;
}
.page-hero.snorkel {
  background-image: url("../images/snorkel-hero.webp");
  background-position: 58% center;
}
.page-hero.contact { background-image: url("../images/hero.webp"); }
.page-hero.blog-hero { background-image: url("../images/hero.webp"); }
.page-hero.rent-car {
  background-image: url("../images/hero.webp");
  background-position: 56% center;
}

.page-hero {
  display: grid;
  min-height: 70vh;
  place-items: center;
}

.hero-layout {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr) 350px;
  min-height: calc(100vh - 222px);
  position: relative;
  z-index: 1;
}

.hero-content,
.page-hero .container {
  max-width: 860px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--gold);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

h1,
h2 {
  font-family: "Inter", "Poppins", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(3.3rem, 7.2vw, 7.4rem);
  line-height: 0.92;
  max-width: 900px;
}

.page-hero h1 {
  font-size: clamp(3.2rem, 6.6vw, 6.5rem);
}

.hero p,
.page-hero p {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.75;
  margin: 26px 0 34px;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  border: 0;
  cursor: pointer;
  min-height: 54px;
  padding: 0 24px;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--coral), var(--orange), var(--gold));
  box-shadow: 0 16px 38px rgba(255, 138, 28, 0.34);
  color: var(--white);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--deep);
}

.btn-dark {
  background: var(--ink);
  color: var(--white);
}

.hero-panel {
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.22), rgba(255, 194, 14, 0.16));
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  padding: 26px;
  backdrop-filter: blur(18px);
}

.hero-panel strong {
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 12px 0 14px;
}

.hero-panel p {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.98rem;
  line-height: 1.7;
  margin-bottom: 22px;
}

.hero-panel a {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: var(--radius);
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
}

.hero-trust-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 22px;
}

.hero-trust-list li {
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  font-weight: 850;
  gap: 10px;
  list-style: none;
}

.hero-trust-list li::before {
  background: var(--gold);
  border-radius: 999px;
  color: var(--ink);
  content: "✓";
  display: grid;
  flex: 0 0 22px;
  font-size: 0.8rem;
  font-weight: 950;
  height: 22px;
  place-items: center;
}

.panel-kicker {
  color: var(--sun);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quick-strip {
  background: linear-gradient(90deg, #251d17, var(--coral), var(--orange), var(--gold));
  color: var(--white);
}

.quick-strip-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.quick-strip span {
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.9rem;
  font-weight: 900;
  padding: 18px;
  text-align: center;
}

.car-helper-strip {
  background: #fffaf0;
  padding: 42px 0;
}

.car-helper-inner {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 47, 63, 0.94), rgba(31, 122, 168, 0.76)),
    url("../images/hero.webp") center 56% / cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  color: var(--white);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  overflow: hidden;
  padding: 34px 38px;
  position: relative;
}

.car-helper-inner h2 {
  color: var(--white);
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  line-height: 1.08;
  margin: 4px 0 8px;
}

.car-helper-inner p {
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.6;
  margin: 0;
}

.car-helper-inner .btn {
  flex: 0 0 auto;
}

.car-helper-inner .eyebrow {
  color: var(--gold);
  margin-bottom: 6px;
}

.rent-car-benefits {
  background: linear-gradient(180deg, #fffaf0, #ffffff);
}

.rent-car-card-grid .card {
  border-top: 5px solid var(--orange);
  min-height: 100%;
}

.rent-car-card-grid .card > span {
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.rent-car-detail {
  background: var(--white);
}

.conversion-trust {
  background: #ffffff;
  padding: 28px 0 0;
}

.conversion-trust-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.conversion-trust-card {
  background: linear-gradient(180deg, #ffffff, #fff8ec);
  border: 1px solid rgba(31, 122, 168, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(5, 47, 63, 0.08);
  padding: 22px;
}

.conversion-trust-card span {
  color: var(--orange);
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.conversion-trust-card h2 {
  color: var(--deep);
  font-size: 1.22rem;
  line-height: 1.12;
  margin-bottom: 9px;
}

.conversion-trust-card p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.section {
  padding: 92px 0;
}

.section-heading {
  margin: 0 auto 48px;
  max-width: 850px;
  text-align: center;
}

.section-heading.left {
  margin-left: 0;
  text-align: left;
}

.section-heading.split {
  align-items: end;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 0.75fr;
  max-width: none;
  text-align: left;
}

.section-heading h2,
.text-block h2 {
  color: var(--ink);
  font-size: clamp(2.35rem, 4.8vw, 4.7rem);
  line-height: 0.98;
}

.section-heading p,
.text-block p {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
  margin-top: 16px;
}

.activities-section {
  background:
    linear-gradient(180deg, #fff3c7 0%, #fffaf0 52%, #ffffff 100%);
  position: relative;
}

.activities-section::before {
  background:
    linear-gradient(135deg, rgba(255, 90, 31, 0.16), transparent 34%),
    linear-gradient(315deg, rgba(255, 194, 14, 0.16), transparent 38%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.activities-section .container {
  position: relative;
  z-index: 1;
}

.activity-grid,
.card-grid,
.gallery-grid,
.marine-grid,
.included-grid {
  display: grid;
  gap: 18px;
}

.activity-grid {
  grid-template-columns: repeat(4, 1fr);
}

.card-grid.three {
  grid-template-columns: repeat(3, 1fr);
}

.card-grid.two {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-grid,
.marine-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.included-grid {
  grid-template-columns: repeat(4, 1fr);
}

.activity-card,
.card,
.route-card,
.info-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(5, 47, 63, 0.08);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.activity-card:hover,
.card:hover,
.route-card:hover {
  border-color: rgba(255, 90, 61, 0.35);
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.activity-card.featured {
  background: linear-gradient(160deg, #251d17, #7a3f11 62%, #f7941d);
  color: var(--white);
}

.activity-card {
  position: relative;
}

.activity-card::after {
  content: "";
  height: 5px;
  inset: auto 0 0;
  position: absolute;
}

.diving-card::after {
  background: linear-gradient(90deg, #123d58, #1f7aa8, #2f9bd2);
}

.kayak-card::after,
.snorkel-card::after {
  background: linear-gradient(90deg, #123d58, #1f7aa8, #2f9bd2);
}

.paddle-card::after {
  background: linear-gradient(90deg, var(--coral), var(--orange), var(--sun));
}

.diving-card span,
.diving-card h3 {
  color: var(--deep);
}

.kayak-card span,
.snorkel-card span {
  color: var(--reef);
}

.paddle-card span,
.paddle-card h3 {
  color: #d95700;
}

.activity-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.activity-card div,
.card,
.route-card,
.info-card {
  padding: 24px;
}

.activity-card h3,
.card h3,
.route-card h3,
.info-card h3 {
  color: var(--deep);
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.activity-card.featured h3,
.activity-card.featured p {
  color: var(--white);
}

.activity-card span,
.card span {
  color: var(--coral);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.activity-card.featured span {
  color: var(--gold);
}

.demand-badge {
  background: rgba(255, 194, 14, 0.22);
  border: 1px solid rgba(247, 148, 29, 0.34);
  border-radius: 999px;
  color: #9d3d00;
  display: inline-flex;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 0 0 12px;
  padding: 7px 10px;
  text-transform: uppercase;
}

.demand-badge.marine {
  background: rgba(47, 155, 210, 0.14);
  border-color: rgba(31, 122, 168, 0.28);
  color: var(--deep);
}

.activity-card p,
.card p,
.route-card p,
.info-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 18px;
}

.activity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.activity-actions a {
  background: rgba(247, 148, 29, 0.12);
  color: var(--ink);
  min-height: 40px;
  padding: 0 14px;
}

.activity-card.featured .activity-actions a {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.activity-actions .reserve-mini {
  background: linear-gradient(135deg, var(--coral), var(--orange), var(--gold)) !important;
  color: var(--white) !important;
}

.btn-soft {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(16, 24, 32, 0.1);
  color: var(--ink);
}

.home-experiences {
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 194, 14, 0.28), transparent 24%),
    linear-gradient(180deg, #fff7df 0%, #ffffff 100%);
  overflow: hidden;
}

.home-experience-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-experience {
  align-items: stretch;
  background: var(--white);
  border: 1px solid rgba(31, 122, 168, 0.12);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(5, 47, 63, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-experience:hover {
  border-color: rgba(247, 148, 29, 0.28);
  box-shadow: 0 24px 54px rgba(5, 47, 63, 0.16);
  transform: translateY(-4px);
}

.home-experience.reverse {
  grid-template-columns: 1fr;
}

.home-experience.reverse .home-experience-image {
  order: 0;
}

.home-experience-image {
  aspect-ratio: 4 / 3;
  flex: 0 0 auto;
  min-height: 0;
  overflow: hidden;
  position: relative;
}

.home-experience-image::after {
  background: linear-gradient(0deg, rgba(5, 47, 63, 0.38), transparent 56%);
  content: "";
  inset: 0;
  position: absolute;
}

.home-experience-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.best-seller-badge {
  background: linear-gradient(135deg, var(--coral), var(--orange), var(--gold));
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(31, 26, 20, 0.22);
  color: var(--white);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.07em;
  padding: 7px 10px;
  position: absolute;
  right: 12px;
  text-transform: uppercase;
  top: 12px;
  z-index: 2;
}

.price-corner-badge {
  background: rgba(31, 26, 20, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  bottom: 14px;
  box-shadow: 0 12px 24px rgba(31, 26, 20, 0.22);
  color: var(--white);
  font-size: 0.78rem;
  font-weight: 950;
  left: 14px;
  padding: 9px 12px;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.duration-badge {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  bottom: 14px;
  color: var(--deep);
  font-size: 0.76rem;
  font-weight: 950;
  padding: 9px 12px;
  position: absolute;
  right: 14px;
  text-transform: uppercase;
  z-index: 2;
}

.home-experience-copy {
  align-self: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 24px;
  width: 100%;
}

.home-experience-copy span {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 950;
  letter-spacing: 0.11em;
  margin-bottom: 14px;
  min-height: 1.85em;
  text-transform: uppercase;
}

.home-experience-copy h3 {
  color: var(--deep);
  font-size: clamp(1.35rem, 1.7vw, 1.9rem);
  line-height: 1.05;
  margin-bottom: 12px;
  min-height: 4em;
}

.offer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
  min-height: 32px;
}

.offer-tags em {
  background: rgba(31, 122, 168, 0.1);
  border-radius: 999px;
  color: var(--deep);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
  padding: 7px 10px;
  text-transform: uppercase;
}

.home-experience-copy p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.62;
  margin-bottom: 18px;
}

.home-experience-details {
  min-height: 84px;
  max-height: 84px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.28s ease;
}

.home-experience-details::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), var(--white));
  bottom: 0;
  content: "";
  height: 32px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.home-experience.expanded .home-experience-details {
  max-height: 260px;
}

.home-experience.expanded .home-experience-details::after {
  opacity: 0;
}

.home-experience-copy ul {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.home-experience-copy li {
  color: var(--deep);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1.35;
  list-style: none;
}

.home-experience-copy li::before {
  border-radius: 999px;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 10px;
  width: 8px;
}

.home-experience-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
}

.home-experience-actions .btn {
  flex: 1 1 130px;
  min-height: 46px;
  padding: 0 14px;
}

.experience-more {
  align-self: flex-start;
  background: transparent;
  border: 0;
  color: var(--reef);
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 950;
  margin: 4px 0 18px;
  min-height: 22px;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.diving-theme .home-experience-copy span,
.snorkel-theme .home-experience-copy span,
.kayak-theme .home-experience-copy span {
  color: var(--reef);
}

.paddle-theme .home-experience-copy span {
  color: #d95700;
}

.diving-theme .home-experience-copy li::before,
.snorkel-theme .home-experience-copy li::before,
.kayak-theme .home-experience-copy li::before {
  background: var(--reef);
}

.paddle-theme .home-experience-copy li::before {
  background: var(--orange);
}

.trust-section {
  background: linear-gradient(180deg, #ffffff 0%, #eef8fc 100%);
}

.trust-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.trust-card,
.proof-panel {
  background: var(--white);
  border: 1px solid rgba(31, 122, 168, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(5, 47, 63, 0.09);
  padding: 26px;
}

.trust-card span {
  color: var(--orange);
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 950;
  margin-bottom: 18px;
}

.trust-card h3,
.proof-panel strong {
  color: var(--deep);
  display: block;
  font-size: 1.35rem;
  line-height: 1.15;
  margin-bottom: 12px;
}

.trust-card p,
.note-text {
  color: var(--muted);
  line-height: 1.7;
}

.proof-section {
  background:
    linear-gradient(135deg, rgba(255, 194, 14, 0.22), rgba(47, 155, 210, 0.1)),
    #fffaf0;
}

.proof-panel ul {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.proof-panel li {
  color: var(--deep);
  font-weight: 850;
  list-style: none;
}

.proof-panel li::before {
  color: #d95700;
  content: ">";
  font-weight: 950;
  margin-right: 10px;
}

.guide-photo-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
}

.guide-photo-slot {
  align-items: center;
  aspect-ratio: 4 / 5;
  background:
    linear-gradient(135deg, rgba(47, 155, 210, 0.12), rgba(255, 194, 14, 0.18)),
    var(--cream);
  border: 1px dashed rgba(31, 122, 168, 0.36);
  border-radius: 22px;
  color: var(--deep);
  display: grid;
  justify-items: center;
  min-height: 220px;
  overflow: hidden;
  padding: 18px;
  text-align: center;
}

.guide-photo-slot.has-photo {
  border: 1px solid rgba(31, 122, 168, 0.18);
  box-shadow: 0 18px 38px rgba(5, 47, 63, 0.12);
  padding: 0;
  position: relative;
}

.guide-photo-slot.has-photo::after {
  background: linear-gradient(180deg, transparent 42%, rgba(5, 47, 63, 0.68));
  content: "";
  inset: 0;
  position: absolute;
}

.guide-photo-slot.has-photo > * {
  grid-area: 1 / 1;
}

.guide-photo-slot img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.guide-photo-slot span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.guide-photo-slot strong {
  color: var(--deep);
  font-size: 1.35rem;
  margin: 0;
}

.guide-photo-slot.has-photo strong {
  align-self: end;
  color: var(--white);
  justify-self: start;
  padding: 18px;
  position: relative;
  z-index: 1;
}

.google-rating-card {
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(247, 148, 29, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(5, 47, 63, 0.09);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 760px;
  padding: clamp(24px, 4vw, 34px);
}

.google-rating-card h3 {
  color: var(--deep);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
  margin: 8px 0 10px;
}

.google-rating-card p {
  color: var(--muted);
  line-height: 1.7;
  margin: 0;
}

.google-rating-card a {
  background: rgba(255, 194, 14, 0.22);
  border: 1px solid rgba(247, 148, 29, 0.34);
  border-radius: 999px;
  color: #9d3d00;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 10px 14px;
  text-transform: uppercase;
}

.google-rating-card a:hover {
  background: var(--sun);
  color: var(--ink);
}

.rating-stars {
  color: #f7941d;
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
}

.two-col {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: 1fr 0.95fr;
}

.two-col.reverse {
  grid-template-columns: 0.95fr 1fr;
}

.image-panel img {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  height: auto;
  max-height: 560px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.snorkel-booking-section {
  padding: 82px 0;
}

.snorkel-booking-layout {
  align-items: stretch;
  gap: 34px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
}

.snorkel-booking-layout .text-block {
  align-self: stretch;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(31, 122, 168, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(5, 47, 63, 0.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 3vw, 36px);
}

.snorkel-booking-layout .text-block h2 {
  font-size: clamp(2rem, 3.4vw, 3.45rem);
}

.snorkel-booking-layout .feature-list {
  gap: 10px;
  margin-bottom: 20px;
}

.snorkel-booking-layout .feature-list li {
  padding: 13px 15px;
}

.snorkel-booking-layout .image-panel {
  display: flex;
  flex-direction: column;
}

.snorkel-booking-layout .image-panel img {
  aspect-ratio: 16 / 10;
  max-height: 360px;
}

.snorkel-inline-price {
  margin: 20px 0;
  min-height: 0;
  padding: 22px;
}

.snorkel-inline-price h3 {
  margin-bottom: 8px;
}

.snorkel-inline-price strong {
  font-size: clamp(2.7rem, 4vw, 3.65rem);
  margin-bottom: 14px;
}

.snorkel-inline-price p {
  margin-bottom: 0;
}

.paddle-inline-prices {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0;
}

.paddle-inline-price {
  margin: 0;
}

.paddle-inline-price h3 {
  font-size: 1.3rem;
}

.paddle-inline-price strong {
  font-size: clamp(2.35rem, 3.7vw, 3.3rem);
  line-height: 1;
}

.paddle-inline-price strong.rental-price::after {
  content: "1 h 30 min";
}

html[lang="en"] .paddle-inline-price strong.rental-price::after {
  content: "1.5 hours";
}

.paddle-inline-price .demand-badge {
  margin-bottom: 12px;
}

.route-section {
  background:
    linear-gradient(135deg, rgba(255, 194, 14, 0.34), rgba(247, 148, 29, 0.18)),
    linear-gradient(45deg, #fffaf0, #fff0c8);
}

.visual-section {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 194, 14, 0.42), transparent 26%),
    linear-gradient(180deg, #fff4bd 0%, #f7941d 58%, #8a3f12 100%);
  color: var(--ink);
  overflow: hidden;
}

.visual-section .section-heading h2 {
  color: var(--ink);
}

.visual-section .section-heading p {
  color: rgba(16, 24, 32, 0.78);
  font-weight: 700;
}

.experience-mosaic {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 270px 270px;
}

.mosaic-card {
  border-radius: var(--radius);
  box-shadow: 0 24px 58px rgba(16, 24, 32, 0.22);
  color: var(--white);
  min-height: 270px;
  overflow: hidden;
  position: relative;
}

.mosaic-card:first-child {
  grid-row: span 2;
}

.mosaic-card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.mosaic-card::before {
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.mosaic-diving::before {
  background: linear-gradient(0deg, rgba(1, 42, 74, 0.86), rgba(1, 42, 74, 0.04));
}

.mosaic-paddle::before {
  background: linear-gradient(0deg, rgba(214, 77, 0, 0.86), rgba(255, 201, 40, 0.04));
}

.mosaic-snorkel::before {
  background: linear-gradient(0deg, rgba(0, 109, 119, 0.88), rgba(37, 213, 200, 0.04));
}

.mosaic-card div {
  bottom: 0;
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
  z-index: 2;
}

.mosaic-card span {
  color: var(--gold);
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.mosaic-card h3 {
  font-size: clamp(1.8rem, 3.5vw, 3.4rem);
  line-height: 0.95;
  max-width: 620px;
}

.feature-list {
  display: grid;
  gap: 12px;
  margin: 28px 0;
}

.feature-list li {
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  color: var(--deep);
  font-weight: 800;
  list-style: none;
  padding: 16px 18px;
}

.feature-list li::before {
  color: #d95700;
  content: ">";
  font-weight: 900;
  margin-right: 10px;
}

.booking-steps-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fff3cf 100%);
}

.prices-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 194, 14, 0.22), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fff7df 100%);
}

.page-hero.diving::before,
.page-hero.kayak::before,
.page-hero.snorkel::before {
  background:
    radial-gradient(circle at 72% 16%, rgba(47, 155, 210, 0.28), transparent 28%),
    linear-gradient(90deg, rgba(18, 61, 88, 0.92) 0%, rgba(18, 61, 88, 0.66) 48%, rgba(31, 122, 168, 0.18) 100%),
    linear-gradient(0deg, rgba(31, 26, 20, 0.42), rgba(31, 26, 20, 0.02));
}

body:has(.page-hero.diving) .prices-section,
body:has(.page-hero.kayak) .prices-section,
body:has(.page-hero.snorkel) .prices-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(47, 155, 210, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #eef8fc 100%);
}

body:has(.page-hero.diving) .price-card,
body:has(.page-hero.kayak) .price-card,
body:has(.page-hero.snorkel) .price-card {
  border-color: rgba(31, 122, 168, 0.2);
}

body:has(.page-hero.diving) .price-card::before,
body:has(.page-hero.kayak) .price-card::before,
body:has(.page-hero.snorkel) .price-card::before {
  background: linear-gradient(90deg, #123d58, #1f7aa8, #2f9bd2);
}

body:has(.page-hero.diving) .price-includes li::before,
body:has(.page-hero.kayak) .price-includes li::before,
body:has(.page-hero.snorkel) .price-includes li::before {
  background: var(--reef);
}

.price-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, 1fr);
}

.price-grid.single {
  grid-template-columns: minmax(0, 420px);
  justify-content: center;
}

.price-grid.two-prices {
  grid-template-columns: repeat(2, minmax(0, 420px));
  justify-content: center;
}

.price-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.98));
  border: 1px solid rgba(247, 148, 29, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 18px 42px rgba(5, 47, 63, 0.12);
  display: flex;
  flex-direction: column;
  min-height: 360px;
  overflow: hidden;
  padding: 28px;
  position: relative;
}

.price-card::before {
  background: linear-gradient(90deg, var(--coral), var(--orange), var(--gold));
  content: "";
  height: 6px;
  inset: 0 0 auto;
  position: absolute;
}

.price-card.highlight {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 201, 40, 0.34), transparent 34%),
    linear-gradient(155deg, #ffffff, #fff0a6);
  border-color: rgba(255, 138, 28, 0.35);
}

.price-card.muted {
  background: rgba(255, 255, 255, 0.72);
}

.price-card span {
  color: #c74c00;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 8px 0 12px;
  text-transform: uppercase;
}

.price-card h3 {
  color: var(--deep);
  font-size: 1.42rem;
  line-height: 1.12;
  margin-bottom: 12px;
}

.price-card strong {
  color: var(--ink);
  display: block;
  font-family: "Inter", "Poppins", system-ui, sans-serif;
  font-size: clamp(3.15rem, 5.8vw, 4.6rem);
  font-weight: 950;
  line-height: 0.9;
  margin: 8px 0 18px;
  position: relative;
  white-space: normal;
}

.price-card strong::after {
  color: rgba(16, 24, 32, 0.52);
  content: "por persona";
  display: block;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin: 10px 0 0;
  text-transform: uppercase;
}

html[lang="en"] .price-card strong::after {
  content: "per person";
}

.price-card.muted strong::after {
  content: "";
  margin: 0;
}

.price-card strong.pack-price::after {
  content: "pack";
}

.price-card p {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.68;
  margin-bottom: 18px;
}

.price-includes {
  display: grid;
  gap: 9px;
  margin: 4px 0 24px;
}

.price-includes li {
  align-items: flex-start;
  color: var(--deep);
  display: flex;
  font-size: 0.92rem;
  font-weight: 750;
  gap: 9px;
  line-height: 1.35;
  list-style: none;
}

.price-includes li::before {
  background: var(--orange);
  border-radius: 999px;
  content: "";
  flex: 0 0 8px;
  height: 8px;
  margin-top: 6px;
}

.price-card a {
  align-items: center;
  background: var(--ink);
  border-radius: var(--radius);
  color: var(--white);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  margin-top: auto;
  min-height: 46px;
  padding: 0 16px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.price-card a:hover {
  box-shadow: 0 12px 24px rgba(5, 47, 63, 0.18);
  transform: translateY(-2px);
}

.price-card.highlight a {
  background: linear-gradient(135deg, var(--coral), var(--orange), var(--gold));
}

.step-card span {
  background: linear-gradient(135deg, var(--coral), var(--orange));
  border-radius: var(--radius);
  color: var(--white);
  padding: 7px 10px;
}

.banner {
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 194, 14, 0.32), transparent 28%),
    linear-gradient(135deg, rgba(31, 26, 20, 0.72), rgba(241, 90, 36, 0.58)),
    url("../images/hero.webp");
  background-position: center;
  background-size: cover;
  color: var(--white);
  display: grid;
  min-height: 430px;
  place-items: center;
  text-align: center;
}

.banner h2 {
  color: var(--white);
  font-size: clamp(2.75rem, 6.5vw, 6rem);
  line-height: 0.96;
}

.banner p {
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
  margin: 18px auto 0;
  max-width: 720px;
}

.included-item {
  background: linear-gradient(150deg, #ffffff, #fff2c5);
  border: 1px solid rgba(255, 138, 28, 0.2);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(5, 47, 63, 0.07);
  color: var(--deep);
  font-weight: 900;
  min-height: 112px;
  padding: 22px;
}

.included-item span {
  color: #d95700;
  display: block;
  font-size: 0.78rem;
  margin-bottom: 16px;
}

.dark-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 194, 14, 0.18), transparent 28%),
    linear-gradient(140deg, #1f1a14, #123d58 72%);
  color: var(--white);
}

.dark-section .section-heading h2,
.dark-section .text-block h2 {
  color: var(--white);
}

.dark-section .section-heading p,
.dark-section .text-block p,
.dark-section .card p {
  color: rgba(255, 255, 255, 0.78);
}

.dark-section .card {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.dark-section .card h3 {
  color: var(--gold);
}

.gallery-grid {
  align-items: stretch;
  grid-auto-flow: dense;
}

.gallery-grid img,
.marine-card img {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  border: 2px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.2);
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.gallery-grid img {
  grid-column: span 3;
  height: 100%;
  min-height: 280px;
}

.gallery-grid img:nth-child(1),
.gallery-grid img:nth-child(3) {
  aspect-ratio: 16 / 10;
  grid-column: span 6;
}

.gallery-grid img:nth-child(3),
.gallery-grid img:nth-child(6) {
  aspect-ratio: 16 / 9;
}

.gallery-grid img:nth-child(6) {
  grid-column: span 5;
}

.gallery-grid img:nth-child(7) {
  grid-column: span 4;
}

.gallery-grid img:nth-child(8) {
  grid-column: span 3;
}

.gallery-grid img:nth-child(9),
.gallery-grid img:nth-child(10) {
  aspect-ratio: 16 / 10;
  grid-column: span 6;
}

.marine-card {
  border-radius: var(--radius);
  grid-column: span 3;
  min-height: 330px;
  overflow: hidden;
  position: relative;
}

.marine-card:first-child,
.marine-card:nth-child(2) {
  grid-column: span 6;
  min-height: 390px;
}

.marine-card img {
  aspect-ratio: auto;
  height: 100%;
}

.marine-card span {
  background: rgba(5, 47, 63, 0.82);
  border-radius: var(--radius);
  bottom: 12px;
  color: var(--white);
  font-weight: 900;
  left: 12px;
  padding: 10px 12px;
  position: absolute;
  right: 12px;
  text-align: center;
}

.cta-section {
  background:
    linear-gradient(135deg, rgba(241, 90, 36, 0.94), rgba(255, 194, 14, 0.84)),
    var(--orange);
  color: var(--ink);
  padding: 92px 0;
  text-align: center;
}

.faq-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #fff7df 100%);
}

.faq-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}

.faq-item {
  background: var(--white);
  border: 1px solid rgba(0, 109, 119, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 12px 28px rgba(5, 47, 63, 0.08);
  padding: 26px;
}

.faq-item h3 {
  color: var(--deep);
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 12px;
}

.faq-item p {
  color: var(--muted);
  line-height: 1.7;
}

.blog-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 194, 14, 0.2), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fff7df 100%);
}

.blog-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}

.blog-layout {
  align-items: start;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.blog-featured {
  background:
    linear-gradient(135deg, rgba(255, 194, 14, 0.2), rgba(255, 255, 255, 0.96)),
    var(--white);
  border: 1px solid rgba(247, 148, 29, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 22px 58px rgba(5, 47, 63, 0.12);
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
  margin-bottom: 28px;
  overflow: hidden;
}

.blog-featured img {
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.blog-featured-content {
  align-content: center;
  display: grid;
  padding: clamp(28px, 5vw, 54px);
}

.blog-featured-content span,
.blog-card span {
  color: var(--coral);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.blog-featured h3 {
  color: var(--deep);
  font-size: clamp(2.05rem, 4vw, 4rem);
  line-height: 0.98;
  margin-bottom: 18px;
}

.blog-featured p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 22px;
}

.blog-topic-strip {
  margin: 34px 0 42px;
}

.blog-topic-strip .section-heading {
  margin-bottom: 24px;
}

.blog-topic-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blog-topic-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(5, 47, 63, 0.09);
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-topic-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.blog-topic-card img {
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.blog-topic-card div {
  display: grid;
  flex: 1;
  padding: 24px;
}

.blog-topic-card span {
  color: var(--coral);
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.blog-topic-card h3 {
  color: var(--deep);
  font-size: 1.35rem;
  line-height: 1.15;
  margin-bottom: 12px;
}

.blog-topic-card p {
  color: var(--muted);
  line-height: 1.68;
  margin-bottom: 18px;
}

.blog-topic-card small {
  align-self: end;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.blog-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(5, 47, 63, 0.09);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.blog-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.blog-card img {
  height: 240px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.blog-card img[src*="paddle-surf-atardecer"],
.blog-card img[src*="paddle-surf-pareja"],
.blog-card img[src*="paddle-surf-friends-2"] {
  object-position: center 58%;
}

.blog-card img[src*="paddle-surf-friends.jpg"] {
  object-position: center 46%;
}

.blog-card div {
  padding: 24px;
}

.blog-card h3 {
  color: var(--deep);
  font-size: 1.32rem;
  line-height: 1.18;
  margin-bottom: 12px;
}

.blog-card p {
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 20px;
}

.blog-meta,
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}

.blog-meta small,
.article-meta span {
  background: rgba(31, 122, 168, 0.1);
  border: 1px solid rgba(31, 122, 168, 0.16);
  border-radius: 999px;
  color: var(--deep);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 7px 10px;
  text-transform: uppercase;
}

.blog-card a {
  align-items: center;
  background: var(--ink);
  border-radius: var(--radius);
  color: var(--white);
  display: inline-flex;
  font-weight: 900;
  min-height: 42px;
  padding: 0 14px;
  text-decoration: none;
}

.blog-sidebar {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 194, 14, 0.24), transparent 36%),
    linear-gradient(160deg, #ffffff, #fff5d3);
  border: 1px solid rgba(247, 148, 29, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(5, 47, 63, 0.08);
  padding: 26px;
  position: sticky;
  top: 104px;
}

.blog-sidebar h3 {
  color: var(--deep);
  font-size: 1.45rem;
  line-height: 1.15;
  margin-bottom: 18px;
}

.blog-sidebar > a {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(16, 24, 32, 0.08);
  border-radius: var(--radius);
  color: var(--ink);
  display: block;
  font-weight: 900;
  margin-bottom: 10px;
  padding: 13px 14px;
  text-decoration: none;
}

.sidebar-note {
  background: rgba(31, 26, 20, 0.92);
  border-radius: var(--radius);
  color: var(--white);
  margin-top: 20px;
  padding: 18px;
}

.sidebar-note strong {
  color: var(--gold);
  display: block;
  margin-bottom: 8px;
}

.sidebar-note p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}

.article-hero {
  background:
    linear-gradient(90deg, rgba(31, 26, 20, 0.92), rgba(241, 90, 36, 0.48)),
    url("../images/hero.webp");
  background-position: center;
  background-size: cover;
  color: var(--white);
  padding: 150px 0 82px;
}

.article-hero h1 {
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: 0.95;
  max-width: 980px;
}

.article-hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.12rem;
  line-height: 1.75;
  margin-top: 22px;
  max-width: 760px;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px);
  justify-content: center;
  padding: 72px 0 92px;
}

.article-content {
  background:
    linear-gradient(180deg, #ffffff, #fffdf8);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 48px rgba(5, 47, 63, 0.11);
  padding: clamp(24px, 5vw, 48px);
}

.article-content img {
  background: linear-gradient(135deg, rgba(31, 122, 168, 0.1), rgba(255, 194, 14, 0.12));
  border-radius: var(--radius);
  display: block;
  height: min(720px, 72vw);
  margin-bottom: 30px;
  object-fit: contain;
  width: 100%;
}

.article-content > img[src*="paddle-surf-atardecer"],
.article-content > img[src*="paddle-surf-pareja"],
.article-content > img[src*="paddle-surf-friends-2"],
.article-content > img[src*="diving-group-blue"],
.article-content > img[src*="diving-stingray"],
.article-content > img[src*="snorkel-underwater"] {
  height: min(820px, 82vw);
}

.article-content h2 {
  color: var(--deep);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
  line-height: 1.05;
  margin: 34px 0 14px;
}

.article-internal-links {
  background: linear-gradient(180deg, #ffffff, #fff8ec);
  border: 1px solid rgba(31, 122, 168, 0.14);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(5, 47, 63, 0.08);
  margin: 34px 0;
  padding: 24px;
}

.article-internal-links h2 {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  margin-top: 0;
}

.article-link-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.article-link-grid a {
  background: var(--white);
  border: 1px solid rgba(16, 24, 32, 0.1);
  border-radius: var(--radius);
  color: var(--deep);
  display: block;
  padding: 16px;
  text-decoration: none;
}

.article-link-grid span {
  color: var(--orange);
  display: block;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.article-link-grid strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.25;
}

.article-content p {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
  margin-bottom: 18px;
}

.article-content .btn {
  margin-top: 18px;
}

.cta-section h2 {
  color: var(--ink);
  font-size: clamp(2.4rem, 5.2vw, 4.8rem);
  line-height: 0.98;
}

.cta-section p {
  color: rgba(16, 24, 32, 0.78);
  line-height: 1.75;
  margin: 18px auto 30px;
  max-width: 720px;
}

.contact-grid {
  align-items: start;
  display: grid;
  gap: 44px;
  grid-template-columns: 0.9fr 1.1fr;
}

.contact-form,
.booking-calendar {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
  padding: 30px;
}

.contact-form label,
.booking-form label {
  color: var(--deep);
  display: grid;
  font-weight: 900;
  gap: 8px;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.booking-form input,
.booking-form select {
  background: #f8fbfc;
  border: 1px solid #d2e0e4;
  border-radius: var(--radius);
  font: inherit;
  padding: 15px 16px;
  width: 100%;
}

.contact-form textarea {
  min-height: 145px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.booking-form input:focus,
.booking-form select:focus {
  border-color: var(--water);
  box-shadow: 0 0 0 4px rgba(40, 167, 184, 0.14);
  outline: none;
}

.contact-form button,
.booking-form button {
  background: linear-gradient(135deg, var(--coral), var(--orange), var(--gold));
  border: 0;
  color: var(--white);
  cursor: pointer;
  font-size: 1rem;
  min-height: 54px;
}

.booking-form {
  display: grid;
  gap: 16px;
}

.booking-calendar {
  margin: 28px 0 34px;
}

.booking-calendar h3 {
  color: var(--deep);
  font-size: 1.6rem;
}

.booking-note {
  background: rgba(40, 167, 184, 0.12);
  border-radius: var(--radius);
  color: var(--deep);
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 16px 0 0;
  padding: 14px 16px;
}

.social-box {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.social-box a {
  background: var(--reef);
  color: var(--white);
  padding: 13px 18px;
  width: fit-content;
}

.routes-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, 1fr);
}

.route-card {
  padding: 24px;
}

.footer {
  background: linear-gradient(135deg, var(--deep), #064f67);
  color: var(--white);
  padding: 44px 0;
  text-align: center;
}

.footer img {
  height: 78px;
  margin: 0 auto 16px;
}

.footer p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 10px;
}

.footer a {
  color: var(--gold);
  font-weight: 900;
  margin: 0 8px;
  text-decoration: none;
}

.cookie-banner {
  align-items: center;
  background: rgba(31, 26, 20, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  bottom: 18px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
  color: var(--white);
  display: none;
  gap: 18px;
  left: 18px;
  max-width: 720px;
  padding: 18px;
  position: fixed;
  right: 90px;
  z-index: 2001;
}

.show-cookie-banner .cookie-banner {
  display: flex;
}

.cookie-banner strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 6px;
}

.cookie-banner p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.cookie-actions button {
  border: 0;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 900;
  min-height: 42px;
  padding: 0 15px;
}

.cookie-actions button:first-child {
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
}

.cookie-actions button:last-child {
  background: linear-gradient(135deg, var(--coral), var(--orange), var(--gold));
  color: var(--white);
}

.whatsapp-float {
  background: #25d366;
  border-radius: 999px;
  bottom: 22px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  color: var(--white);
  display: grid;
  font-size: 0.82rem;
  font-weight: 900;
  height: 58px;
  place-items: center;
  position: fixed;
  right: 22px;
  text-decoration: none;
  width: 58px;
  z-index: 1002;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1080px) {
  .activity-grid,
  .blog-grid,
  .included-grid,
  .routes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid,
  .marine-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .gallery-grid img,
  .marine-card,
  .marine-card:first-child,
  .marine-card:nth-child(2) {
    grid-column: span 3;
  }

  .gallery-grid img:nth-child(1),
  .gallery-grid img:nth-child(3) {
    grid-column: span 6;
  }

  .hero-layout,
  .two-col,
  .two-col.reverse,
  .blog-featured,
  .blog-layout,
  .contact-grid,
  .section-heading.split {
    grid-template-columns: 1fr;
  }

  .home-experience-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-experience.reverse .home-experience-image {
    order: 0;
  }

  .home-experience,
  .home-experience-image {
    min-height: 0;
  }

  .home-experience-image {
    aspect-ratio: 16 / 10;
  }

  .home-experience-copy h3 {
    min-height: 3.2em;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-panel {
    max-width: 520px;
  }

  .image-panel img {
    max-height: 460px;
  }

  .experience-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .blog-sidebar {
    position: static;
  }

  .mosaic-card:first-child {
    grid-row: span 1;
  }
}

@media (max-width: 850px) {
  .main-nav {
    left: 0;
    right: 0;
    top: 70px;
    width: auto;
  }

  .card-grid.three,
  .card-grid.two,
  .price-grid,
  .paddle-inline-prices,
  .blog-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .quick-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .car-helper-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .google-rating-card {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1180px);
  }

  .brand img {
    height: 52px;
  }

  .hero,
  .page-hero {
    min-height: 92vh;
    padding: 122px 0 60px;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 3.25rem;
  }

  .article-hero h1 {
    font-size: 2.85rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .activity-grid,
  .blog-grid,
  .included-grid,
  .routes-grid,
  .trust-grid,
  .conversion-trust-grid,
  .blog-topic-grid,
  .quick-strip-grid,
  .home-experience-list {
    grid-template-columns: 1fr;
  }

  .home-experience-image {
    aspect-ratio: 4 / 3;
  }

  .home-experience-copy {
    padding: 26px;
  }

  .home-experience-copy span,
  .home-experience-copy h3,
  .offer-tags,
  .home-experience-details {
    min-height: 0;
  }

  .article-link-grid {
    grid-template-columns: 1fr;
  }

  .home-experience-actions .btn {
    width: 100%;
  }

  .gallery-grid,
  .marine-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img,
  .gallery-grid img:nth-child(1),
  .gallery-grid img:nth-child(3),
  .gallery-grid img:nth-child(6),
  .gallery-grid img:nth-child(7),
  .gallery-grid img:nth-child(8),
  .gallery-grid img:nth-child(9),
  .gallery-grid img:nth-child(10),
  .marine-card,
  .marine-card:first-child,
  .marine-card:nth-child(2) {
    grid-column: 1 / -1;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading h2,
  .text-block h2 {
    font-size: 2.55rem;
  }

  .mosaic-card {
    height: 320px;
  }

  .image-panel img,
  .gallery-grid img,
  .marine-card img,
  .blog-featured img,
  .blog-card img {
    height: auto;
  }

  .gallery-grid img:nth-child(3),
  .gallery-grid img:nth-child(6) {
    aspect-ratio: 4 / 3;
  }

  .whatsapp-float {
    bottom: 16px;
    right: 16px;
  }

  .cookie-banner {
    align-items: stretch;
    bottom: 86px;
    flex-direction: column;
    left: 14px;
    right: 14px;
  }

  .cookie-actions {
    flex-direction: column;
  }
}
