
:root {
  --white: #ffffff;
  --ink: #05080f;
  --ink-soft: #152033;
  --blue: #0a8fee;
  --blue-bright: #22b7ff;
  --blue-soft: #e8f6ff;
  --line: #d6e4ef;
  --muted: #5f6f82;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

main {
  overflow: hidden;
}

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(214, 228, 239, 0.85);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto 1fr;
  height: 76px;
  left: 0;
  padding: 0 42px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  align-items: center;
  background: var(--ink);
  border: 2px solid var(--blue-bright);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.brand strong,
.site-footer strong {
  display: block;
  font-size: 17px;
  line-height: 1.1;
}

.brand small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 3px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 28px;
  justify-content: center;
}

.nav-links a {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 750;
}

.header-cta {
  background: var(--blue);
  border-radius: 6px;
  color: var(--white);
  font-size: 14px;
  font-weight: 850;
  justify-self: end;
  padding: 13px 18px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.hero {
  align-items: center;
  color: var(--white);
  display: flex;
  min-height: 88svh;
  padding: 128px 42px 72px;
  position: relative;
}

.hero-image,
.hero-overlay {
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 8, 15, 0.91) 0%, rgba(5, 8, 15, 0.72) 42%, rgba(5, 8, 15, 0.18) 100%),
    linear-gradient(0deg, rgba(5, 8, 15, 0.72) 0%, rgba(5, 8, 15, 0) 36%);
  z-index: 1;
}

.hero-content {
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-kicker,
.boat-label {
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 900;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: 72px;
  line-height: 0.96;
  margin: 0;
  max-width: 760px;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.86);
  font-size: 22px;
  line-height: 1.55;
  margin: 26px 0 0;
  max-width: 650px;
}

.hero-price {
  align-items: baseline;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  gap: 10px;
  margin-top: 26px;
  padding: 14px 18px;
}

.hero-price span,
.hero-price small {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 850;
}

.hero-price strong {
  color: var(--blue-bright);
  font-size: 34px;
  line-height: 0.95;
}

.hero-actions,
.reserve-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  font-size: 15px;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
}

.button-primary {
  background: var(--blue);
  color: var(--white);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: var(--white);
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.proof-row span {
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  padding: 9px 13px;
}

.value-band {
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.value-band p {
  background: #071221;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  font-weight: 800;
  margin: 0;
  min-height: 90px;
  padding: 28px 32px;
}

.section {
  padding: 96px 42px;
}

.split-section {
  display: grid;
  gap: 56px;
  grid-template-columns: minmax(260px, 0.82fr) 1.18fr;
}

.section h2,
.gallery-copy h2 {
  color: var(--ink);
  font-size: 46px;
  line-height: 1.05;
  margin: 0;
  max-width: 760px;
}

.section-heading {
  margin: 0 auto 42px;
  max-width: 780px;
  text-align: center;
}

.section-heading p:not(.section-kicker),
.gallery-copy p:not(.section-kicker),
.reserve-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 18px 0 0;
}

.benefit-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-grid article,
.faq-grid article,
.booking-panel,
.boat-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.benefit-grid article {
  padding: 28px;
}

.benefit-grid span {
  color: var(--blue);
  font-size: 13px;
  font-weight: 950;
}

.benefit-grid h3,
.faq-grid h3,
.booking-panel h3 {
  font-size: 22px;
  line-height: 1.18;
  margin: 12px 0 0;
}

.benefit-grid p,
.faq-grid p,
.booking-panel p,
.booking-panel li {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 12px 0 0;
}

.boats-section {
  background: var(--blue-soft);
}

.boat-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.boat-card {
  overflow: hidden;
}

.boat-card img {
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.boat-card-body {
  padding: 26px;
}

.boat-label {
  color: var(--blue);
  margin-bottom: 10px;
}

.boat-card h3 {
  font-size: 29px;
  line-height: 1.05;
  margin: 0;
}

.price-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.price-strip div {
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  padding: 14px;
}

.price-strip span {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.price-strip strong {
  color: var(--blue-bright);
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-top: 6px;
}

.boat-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 14px 0 0;
}

.boat-card ul,
.booking-panel ul {
  margin: 18px 0 0;
  padding: 0;
}

.boat-card li,
.booking-panel li {
  list-style: none;
  padding: 7px 0 7px 20px;
  position: relative;
}

.boat-card li::before,
.booking-panel li::before {
  background: var(--blue);
  border-radius: 999px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  top: 17px;
  width: 7px;
}

.boat-card a {
  background: var(--ink);
  border-radius: 6px;
  color: var(--white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  margin-top: 22px;
  min-height: 46px;
  padding: 13px 16px;
}

.button-primary:hover,
.header-cta:hover,
.floating-whatsapp:hover,
.review-form button:hover,
.review-share:hover,
.qr-card a:hover {
  background: var(--blue-bright);
  transform: translateY(-1px);
}

.gallery-section {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: 0.72fr 1.28fr;
  padding: 96px 42px;
}

.gallery-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gallery-grid img {
  aspect-ratio: 1 / 1;
  border-radius: 8px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.reviews-section {
  background: var(--white);
  display: grid;
  gap: 56px;
  grid-template-columns: 0.82fr 1.18fr;
}

.review-summary p:not(.section-kicker) {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 620px;
}

.rating-box {
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  margin-top: 28px;
  padding: 26px;
  width: min(100%, 320px);
}

.rating-box strong {
  display: block;
  font-size: 54px;
  line-height: 0.95;
}

.rating-box span {
  color: var(--blue-bright);
  display: block;
  font-size: 22px;
  margin-top: 10px;
}

.rating-box small {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 14px;
  font-weight: 800;
  margin-top: 8px;
}

.reviews-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr minmax(300px, 0.85fr);
}

.review-list {
  display: grid;
  gap: 14px;
}

.review-card,
.review-form,
.qr-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.review-card {
  padding: 24px;
}

.review-stars {
  color: var(--blue);
  font-size: 15px;
  font-weight: 950;
}

.review-pill {
  background: var(--blue-soft);
  border-radius: 999px;
  color: var(--blue);
  display: inline-flex;
  font-size: 11px;
  font-weight: 950;
  margin-left: 10px;
  padding: 5px 9px;
  text-transform: uppercase;
}

.review-card p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
  margin: 14px 0 0;
}

.review-card footer {
  display: grid;
  gap: 4px;
  margin-top: 16px;
}

.review-card strong {
  font-size: 16px;
}

.review-card span:last-child {
  color: var(--muted);
  font-size: 14px;
}

.review-form {
  align-self: start;
  background: var(--blue-soft);
  padding: 26px;
}

.review-form h3 {
  font-size: 26px;
  line-height: 1.1;
  margin: 0 0 18px;
}

.review-form label {
  color: var(--ink-soft);
  display: grid;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  margin-top: 14px;
}

.review-form input,
.review-form select,
.review-form textarea {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--ink);
  font: inherit;
  min-height: 46px;
  padding: 12px 13px;
  width: 100%;
}

.review-form textarea {
  min-height: 112px;
  resize: vertical;
}

.form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 0.8fr;
}

.review-form button,
.review-share,
.qr-card a {
  align-items: center;
  background: var(--blue);
  border: 0;
  border-radius: 6px;
  color: var(--white);
  display: inline-flex;
  font-size: 14px;
  font-weight: 950;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.review-form button {
  cursor: pointer;
  margin-top: 18px;
  width: 100%;
}

.review-share {
  margin-top: 10px;
  width: 100%;
}

.review-form small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 12px;
}

.qr-section {
  background: var(--blue-soft);
}

.qr-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 980px;
}

.qr-card {
  align-items: center;
  display: grid;
  justify-items: center;
  padding: 34px;
  text-align: center;
}

.qr-card img,
.qr-card .qr-code {
  background: var(--white);
  border: 10px solid var(--white);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(5, 8, 15, 0.12);
  width: min(100%, 240px);
}

.qr-card .qr-code svg {
  display: block;
  height: auto;
  width: 100%;
}

.qr-card h3 {
  font-size: 26px;
  margin: 24px 0 0;
}

.qr-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 10px 0 0;
  max-width: 360px;
}

.qr-card a {
  margin-top: 20px;
}

.reserve-section {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 56px;
  grid-template-columns: 1.05fr 0.95fr;
}

.reserve-section h2,
.reserve-section .section-kicker {
  color: var(--white);
}

.reserve-copy p {
  color: rgba(255, 255, 255, 0.76);
  max-width: 720px;
}

.phone-link {
  align-items: center;
  border-bottom: 2px solid var(--blue-bright);
  color: var(--white);
  display: inline-flex;
  font-size: 18px;
  font-weight: 900;
}

.booking-panel {
  background: #ffffff;
  color: var(--ink);
  padding: 30px;
}

.booking-panel hr {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 26px 0;
}

.faq-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.faq-grid article {
  padding: 28px;
}

.site-footer {
  align-items: center;
  background: var(--white);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 32px 42px 92px;
}

.site-footer p {
  color: var(--muted);
  margin: 6px 0 0;
}

.site-footer a {
  color: var(--blue);
  font-weight: 900;
}

.floating-whatsapp {
  background: var(--blue);
  border: 2px solid var(--white);
  border-radius: 6px;
  bottom: 22px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  color: var(--white);
  font-size: 15px;
  font-weight: 950;
  min-width: 132px;
  padding: 15px 18px;
  position: fixed;
  right: 22px;
  text-align: center;
  transition:
    background 180ms ease,
    transform 180ms ease;
  z-index: 30;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 0 24px;
  }

  .nav-links {
    display: none;
  }

  .hero {
    min-height: 86svh;
    padding: 116px 24px 64px;
  }

  .hero h1 {
    font-size: 52px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .value-band,
  .reviews-section,
  .split-section,
  .gallery-section,
  .reserve-section {
    grid-template-columns: 1fr;
  }

  .value-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .boat-grid,
  .reviews-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .section,
  .gallery-section {
    padding: 76px 24px;
  }
}

@media (max-width: 620px) {
  .site-header {
    height: 68px;
    padding: 0 16px;
  }

  .brand small {
    display: none;
  }

  .brand-mark {
    height: 38px;
    width: 38px;
  }

  .brand strong {
    font-size: 15px;
  }

  .header-cta {
    padding: 11px 13px;
  }

  .hero {
    min-height: 84svh;
    padding: 102px 16px 48px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(5, 8, 15, 0.9) 0%, rgba(5, 8, 15, 0.66) 100%),
      linear-gradient(0deg, rgba(5, 8, 15, 0.78) 0%, rgba(5, 8, 15, 0) 42%);
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1;
  }

  .hero-copy {
    font-size: 17px;
    line-height: 1.55;
  }

  .hero-price {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .proof-row span {
    font-size: 12px;
  }

  .value-band {
    grid-template-columns: 1fr;
  }

  .value-band p {
    min-height: auto;
    padding: 22px 16px;
  }

  .section,
  .gallery-section {
    padding: 62px 16px;
  }

  .section h2,
  .gallery-copy h2 {
    font-size: 34px;
  }

  .benefit-grid,
  .form-row,
  .price-strip,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .boat-card-body,
  .benefit-grid article,
  .review-card,
  .review-form,
  .qr-card,
  .faq-grid article,
  .booking-panel {
    padding: 22px;
  }

  .qr-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    padding: 28px 16px 92px;
  }

  .floating-whatsapp {
    bottom: 14px;
    left: 16px;
    right: 16px;
  }
}
