:root {
  --navy: #071a38;
  --navy-soft: #0d2c59;
  --blue: #087fc1;
  --blue-light: #52b8e8;
  --orange: #ff8a00;
  --orange-dark: #e96f00;
  --green: #17a66a;
  --cream: #f7f4ed;
  --white: #ffffff;
  --ink: #10213c;
  --muted: #617089;
  --line: #dce5ee;
  --shadow: 0 24px 70px rgba(5, 26, 56, .14);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

body,
button,
input {
  font: inherit;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-150%);
}

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

.top-note {
  position: relative;
  z-index: 10;
  color: #d9eaff;
  background: var(--navy);
  font-size: .78rem;
}

.top-note-inner {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.top-note-inner > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.top-note-divider {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, .2);
}

.status-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  flex: 0 0 auto;
  background: #35d78f;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(53, 215, 143, .14);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 34px;
  left: 0;
  width: 100%;
  color: var(--white);
}

.header-inner {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.brand {
  width: 124px;
  display: block;
}

.brand img {
  display: block;
  filter: drop-shadow(0 7px 18px rgba(0, 0, 0, .2));
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 22px;
}

.header-link {
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

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

.button:focus-visible,
.text-action:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(82, 184, 232, .7);
  outline-offset: 3px;
}

.button-small {
  min-height: 42px;
  padding: 9px 18px;
  font-size: .88rem;
}

.button-whatsapp {
  color: var(--white);
  background: var(--green);
  box-shadow: 0 10px 26px rgba(23, 166, 106, .3);
}

.hero {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
  padding: 168px 0 92px;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 35%, rgba(55, 167, 222, .23), transparent 25%),
    linear-gradient(125deg, #061630 0%, #092a55 58%, #064e7a 100%);
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -130px;
  left: -5%;
  width: 110%;
  height: 210px;
  background: var(--white);
  border-radius: 50% 50% 0 0 / 30% 30% 0 0;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .09);
}

.hero-orb-one {
  width: 520px;
  height: 520px;
  top: 90px;
  right: -180px;
}

.hero-orb-two {
  width: 260px;
  height: 260px;
  bottom: 50px;
  left: -90px;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  align-items: center;
  gap: clamp(45px, 7vw, 90px);
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.hero .eyebrow,
.channels-section .eyebrow,
.final-booking .eyebrow {
  color: #75d1fa;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3,
.button,
.header-link,
.price-line strong {
  font-family: "Bricolage Grotesque", "Manrope", ui-sans-serif, system-ui, sans-serif;
}

h1 {
  max-width: 690px;
  margin-bottom: 20px;
  font-size: clamp(3rem, 6.6vw, 5.45rem);
  line-height: .95;
  letter-spacing: -.065em;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  line-height: 1.02;
  letter-spacing: -.05em;
}

h3 {
  line-height: 1.2;
}

.hero-lead {
  max-width: 620px;
  margin-bottom: 22px;
  color: #d9e8f8;
  font-size: clamp(1rem, 1.6vw, 1.2rem);
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 26px;
}

.price-label {
  color: #b7cbe1;
  font-size: .85rem;
}

.price-line strong {
  color: #ffd08c;
  font-size: 1.85rem;
  letter-spacing: -.04em;
}

.quick-booking {
  display: grid;
  grid-template-columns: 1fr .8fr auto;
  gap: 10px;
  padding: 10px;
  color: var(--ink);
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, .28);
}

.field-group {
  min-width: 0;
}

.quick-booking .field-group {
  padding: 2px 12px;
  border-right: 1px solid var(--line);
}

.field-group label {
  display: block;
  margin-bottom: 3px;
  color: #526178;
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.field-group input {
  width: 100%;
  min-height: 34px;
  padding: 2px 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 5px;
  font-size: .94rem;
  font-weight: 700;
}

.field-group input::placeholder {
  color: #94a0b0;
}

.button-primary {
  min-width: 204px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), var(--orange-dark));
  box-shadow: 0 12px 28px rgba(255, 138, 0, .32);
}

.form-note {
  margin: 9px 0 0;
  color: #aebfd2;
  font-size: .74rem;
}

.hero-secondary-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 24px;
}

.text-action {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  color: #dcecff;
  background: none;
  border: 0;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
}

.action-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
}

.marina-text-action img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  object-position: top center;
  background: var(--white);
  border: 2px solid var(--white);
  border-radius: 50%;
}

.online-label {
  color: #5ee2a8;
  font-size: .67rem;
  text-transform: uppercase;
}

.hero-visual {
  position: relative;
  padding-bottom: 24px;
}

.visual-card {
  position: relative;
  min-height: 525px;
  background:
    linear-gradient(155deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .03)),
    #e8f2f8;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 180px 180px 32px 32px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
  overflow: hidden;
}

.visual-card::after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: 44px;
  width: 420px;
  height: 105px;
  opacity: .7;
  background:
    radial-gradient(60px 20px at 12% 30%, rgba(36, 143, 194, .45), transparent 72%),
    radial-gradient(85px 26px at 42% 56%, rgba(36, 143, 194, .35), transparent 72%),
    radial-gradient(70px 20px at 74% 30%, rgba(36, 143, 194, .38), transparent 72%);
}

.marina-image {
  position: absolute;
  z-index: 2;
  right: -5%;
  bottom: -2%;
  width: 110%;
  max-width: none;
  mix-blend-mode: multiply;
}

.marina-bubble {
  position: absolute;
  z-index: 4;
  left: -28px;
  bottom: 36px;
  width: min(315px, 82%);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 17px 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, .96);
  border-radius: 18px;
  box-shadow: var(--shadow);
}

.marina-bubble strong,
.marina-bubble span {
  display: block;
}

.marina-bubble strong {
  margin-bottom: 2px;
  font-size: .9rem;
}

.marina-bubble div > span {
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.35;
}

.rating-card {
  position: absolute;
  z-index: 5;
  right: -26px;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 17px;
  color: var(--ink);
  background: var(--white);
  border-radius: 16px;
  box-shadow: var(--shadow);
}

.rating-card p {
  margin: 0;
  font-size: .71rem;
  line-height: 1.35;
}

.stars {
  color: var(--orange);
  font-size: .72rem;
  letter-spacing: .08em;
}

.trust-strip {
  position: relative;
  z-index: 4;
  padding: 26px 0 36px;
  background: var(--white);
}

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

.trust-item {
  display: flex;
  align-items: center;
  gap: 13px;
}

.trust-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--blue);
  background: #e9f6fd;
  border-radius: 13px;
  font-weight: 900;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item strong {
  font-size: .82rem;
}

.trust-item div span {
  color: var(--muted);
  font-size: .69rem;
}

.section {
  padding: 104px 0;
}

.experience {
  background: #f3f7fa;
}

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

.section-heading > p:last-child {
  max-width: 570px;
  margin: 0 auto;
  color: var(--muted);
}

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

.step-card {
  position: relative;
  min-height: 285px;
  padding: 34px;
  background: var(--white);
  border: 1px solid #e5ebf0;
  border-radius: var(--radius-lg);
  box-shadow: 0 15px 45px rgba(16, 33, 60, .06);
}

.featured-step {
  color: var(--white);
  background: linear-gradient(155deg, #0d4e81, #071a38);
  border-color: transparent;
  transform: translateY(-14px);
}

.step-number {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  margin-bottom: 42px;
  color: var(--blue);
  background: #e9f6fd;
  border-radius: 50%;
  font-size: .75rem;
  font-weight: 900;
}

.featured-step .step-number {
  color: var(--navy);
  background: var(--orange);
}

.step-card h3 {
  margin-bottom: 12px;
  font-size: 1.2rem;
}

.step-card p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.featured-step p {
  color: #c9d9e8;
}

.included-section {
  background: var(--white);
}

.included-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: clamp(55px, 9vw, 115px);
}

.included-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 28px 0 34px;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 31px;
  font-weight: 700;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border-radius: 50%;
  font-size: .7rem;
}

.button-outline {
  color: var(--navy);
  background: var(--white);
  border: 1px solid #cfdbe5;
}

.route-card {
  position: relative;
  padding: 38px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 0, rgba(82, 184, 232, .4), transparent 32%),
    linear-gradient(145deg, #0a4775, #071a38);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.route-card-top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.route-card-top span {
  color: #a9c7df;
  font-size: .78rem;
}

.route-card-top strong {
  color: #ffd18f;
}

.route-line {
  display: grid;
  grid-template-columns: 14px 1fr 14px 1fr 14px;
  align-items: center;
  margin: 30px 8px 18px;
}

.route-line span {
  width: 14px;
  height: 14px;
  background: var(--orange);
  border: 4px solid #ffd18f;
  border-radius: 50%;
}

.route-line i {
  height: 2px;
  background: linear-gradient(90deg, var(--orange), #4eb8e6);
}

.route-list {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-list li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: .84rem;
}

.route-list span {
  color: #9ebad2;
}

.route-list strong {
  text-align: right;
}

.route-card > p {
  margin: 28px 0 0;
  padding-top: 20px;
  color: #91adc5;
  border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: .67rem;
}

.channels-section {
  color: var(--white);
  background:
    linear-gradient(rgba(6, 22, 48, .92), rgba(6, 22, 48, .96)),
    url("/sharewhats.png") center / cover;
}

.light-heading > p:last-child {
  color: #b7cbe0;
}

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

.channel-card {
  position: relative;
  min-height: 355px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
}

.channel-primary {
  color: var(--ink);
  background: var(--white);
}

.channel-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 33px;
  color: #82cef1;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.channel-primary .channel-kicker {
  color: var(--orange-dark);
}

.channel-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--white);
  background: var(--blue);
  border-radius: 16px;
  font-size: 1.2rem;
}

.channel-card h3 {
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.channel-card p {
  margin-bottom: 26px;
  color: #b8c9da;
  font-size: .86rem;
}

.channel-primary p {
  color: var(--muted);
}

.channel-card .button {
  width: 100%;
  margin-top: auto;
}

.button-light {
  color: var(--white);
  background: var(--navy);
}

.button-ghost {
  color: var(--white);
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .25);
}

.marina-channel {
  overflow: hidden;
}

.marina-channel > img {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 82px;
  height: 82px;
  object-fit: cover;
  object-position: top;
  background: var(--white);
  border: 3px solid rgba(255, 255, 255, .8);
  border-radius: 50%;
}

.marina-channel .channel-kicker {
  margin-bottom: 93px;
}

.guides-section {
  background: var(--white);
}

.guides-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, .55fr);
  align-items: end;
  gap: 50px;
  margin-bottom: 42px;
}

.guides-heading h2 {
  max-width: 650px;
  margin-bottom: 0;
}

.guides-heading > p {
  margin-bottom: 8px;
  color: var(--muted);
}

.home-guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}

.home-guide-card {
  min-height: 265px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
  color: var(--ink);
  background: #f5f8fa;
  border: 1px solid #e2e9ee;
  border-radius: 20px;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.home-guide-card:hover {
  transform: translateY(-4px);
  border-color: #b9d5e6;
  box-shadow: 0 18px 45px rgba(7, 26, 56, .09);
}

.home-guide-featured {
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0, rgba(82, 184, 232, .34), transparent 35%),
    linear-gradient(140deg, #0b4d80, #071a38);
  border-color: transparent;
}

.guide-index {
  margin-bottom: 38px;
  color: var(--blue);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.home-guide-featured .guide-index {
  color: #77d3fb;
}

.home-guide-card h3 {
  margin-bottom: 11px;
  font-size: 1.25rem;
}

.home-guide-card p {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: .83rem;
}

.home-guide-featured p {
  color: #bed0df;
}

.home-guide-card strong {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--orange-dark);
  font-size: .74rem;
}

.home-guide-featured strong {
  color: #ffd08d;
}

.faq-section {
  background: #f4f7f9;
}

.faq-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(55px, 9vw, 120px);
}

.faq-intro {
  position: sticky;
  top: 32px;
  align-self: start;
}

.faq-intro > p:last-child {
  color: var(--muted);
}

.faq-list {
  border-top: 1px solid #cfdbe5;
}

.faq-list details {
  border-bottom: 1px solid #cfdbe5;
}

.faq-list summary {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--blue);
  font-size: 1.6rem;
  font-weight: 400;
  transition: transform .2s ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 650px;
  margin: -2px 46px 24px 0;
  color: var(--muted);
  font-size: .9rem;
}

.final-booking {
  padding: 70px 0;
  color: var(--white);
  background: linear-gradient(120deg, #087fc1, #075786);
}

.final-booking-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 60px;
}

.final-booking h2 {
  margin-bottom: 9px;
  font-size: 2.7rem;
}

.final-booking p:last-child {
  margin-bottom: 0;
  color: #c6e5f5;
}

.final-form {
  display: grid;
  grid-template-columns: 1fr .72fr auto;
  gap: 10px;
  padding: 10px;
  color: var(--ink);
  background: var(--white);
  border-radius: 19px;
  box-shadow: 0 20px 55px rgba(0, 34, 67, .25);
}

.final-form .field-group {
  padding: 3px 12px;
  border-right: 1px solid var(--line);
}

.button-accent {
  color: var(--white);
  background: var(--orange);
}

.site-footer {
  color: #c4d4e5;
  background: #06142b;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr .8fr 1fr;
  gap: 70px;
  padding: 70px 0 45px;
}

.footer-brand img {
  width: 112px;
  margin-bottom: 14px;
}

.footer-brand p {
  max-width: 350px;
  margin-bottom: 0;
  color: #91a8c0;
  font-size: .82rem;
}

.footer-contact,
.footer-channels {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: .83rem;
}

.footer-contact strong,
.footer-channels strong {
  margin-bottom: 8px;
  color: var(--white);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-contact a,
.footer-channels a {
  text-decoration: none;
}

.footer-contact span {
  color: #8199b0;
}

.transparency {
  padding-bottom: 40px;
}

.transparency details {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.transparency summary {
  width: fit-content;
  padding: 22px 0 0;
  color: #9bb0c5;
  cursor: pointer;
  font-size: .74rem;
}

.transparency-content {
  max-width: 900px;
  padding: 22px 0 6px;
  color: #869cb3;
  font-size: .73rem;
}

.transparency-content p {
  margin-bottom: 11px;
}

.transparency-content strong {
  color: #b6c9db;
}

.footer-bottom {
  color: #7f95ab;
  background: #040f21;
  font-size: .7rem;
}

.footer-bottom .container {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.floating-whatsapp {
  position: fixed;
  z-index: 900;
  right: 20px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--green);
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 14px 36px rgba(0, 0, 0, .24);
  font-size: 1.35rem;
  text-decoration: none;
}

@media (max-width: 1050px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 40px;
  }

  .quick-booking {
    grid-template-columns: 1fr 1fr;
  }

  .quick-booking .booking-submit {
    grid-column: 1 / -1;
  }

  .quick-booking .field-group:nth-child(2) {
    border-right: 0;
  }

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

  .final-booking-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

@media (max-width: 820px) {
  .site-header {
    position: absolute;
  }

  .header-inner {
    min-height: 86px;
  }

  .brand {
    width: 92px;
  }

  .header-link {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 145px 0 115px;
  }

  .hero-grid,
  .included-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: none;
  }

  .hero-visual {
    width: min(470px, 100%);
    margin: 18px auto 0;
  }

  .visual-card {
    min-height: 500px;
  }

  .steps-grid,
  .channels-grid,
  .home-guides-grid {
    grid-template-columns: 1fr;
  }

  .featured-step {
    transform: none;
  }

  .channel-card {
    min-height: 320px;
  }

  .faq-intro {
    position: static;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

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

  .top-note-inner {
    min-height: 40px;
    font-size: .66rem;
  }

  .top-note-inner > span:last-child,
  .top-note-divider {
    display: none;
  }

  .site-header {
    top: 40px;
  }

  .header-inner {
    min-height: 78px;
  }

  .brand {
    width: 80px;
  }

  .button-small {
    min-height: 40px;
    padding-inline: 15px;
  }

  .hero {
    padding-top: 130px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.2rem);
  }

  .hero-lead {
    font-size: .99rem;
  }

  .quick-booking,
  .final-form {
    grid-template-columns: 1fr;
    padding: 12px;
    border-radius: 20px;
  }

  .quick-booking .booking-submit {
    grid-column: auto;
  }

  .quick-booking .field-group,
  .quick-booking .field-group:nth-child(2),
  .final-form .field-group {
    min-height: 58px;
    padding: 4px 8px 9px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .button-primary {
    min-width: 0;
  }

  .hero-secondary-actions {
    display: grid;
    gap: 12px;
  }

  .visual-card {
    min-height: 410px;
    border-radius: 130px 130px 28px 28px;
  }

  .marina-bubble {
    left: 12px;
    bottom: 18px;
  }

  .rating-card {
    display: none;
  }

  .trust-grid {
    grid-template-columns: 1fr;
    gap: 19px;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 38px;
    text-align: left;
  }

  .guides-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-guide-card {
    min-height: 235px;
  }

  .section-heading > p:last-child {
    margin-left: 0;
  }

  .step-card {
    min-height: auto;
    padding: 28px;
  }

  .step-number {
    margin-bottom: 25px;
  }

  .route-card {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .route-list li {
    font-size: .76rem;
  }

  .channel-card {
    min-height: 315px;
    padding: 26px;
  }

  .faq-list summary {
    min-height: 72px;
    font-size: .9rem;
  }

  .final-booking {
    padding: 58px 0;
  }

  .final-booking h2 {
    font-size: 2.3rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom .container {
    min-height: 62px;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    text-align: center;
  }

  .floating-whatsapp {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
