:root {
  --navy: #061c2f;
  --navy-soft: #0b2b45;
  --blue: #1399d4;
  --blue-bright: #21b5f3;
  --gold: #f7b84b;
  --cream: #fff7e8;
  --white: #ffffff;
  --ink: #102334;
  --muted: #5f6d78;
  --line: rgba(255, 255, 255, 0.16);
  --shadow: 0 28px 80px rgba(2, 20, 35, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E");
}

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px clamp(20px, 5vw, 72px);
  color: var(--white);
  background: rgba(6, 28, 47, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-decoration: none;
}

.brand > span:last-child > span {
  color: var(--blue-bright);
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  font-size: 0.9rem;
}

.header-cta {
  padding: 9px 17px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero {
  position: relative;
  min-height: 850px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/group-cruise-blueprint.jpg");
  background-position: center;
  background-size: cover;
  transform: scale(1.015);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 20, 36, 0.98) 0%, rgba(2, 20, 36, 0.88) 39%, rgba(2, 20, 36, 0.3) 68%, rgba(2, 20, 36, 0.08) 100%),
    linear-gradient(0deg, rgba(2, 20, 36, 0.82) 0%, transparent 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(720px, 92%);
  margin-left: clamp(20px, 8vw, 128px);
  padding: 130px 0 70px;
}

.eyebrow {
  margin: 0 0 13px;
  color: var(--blue-bright);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Oswald", sans-serif;
  line-height: 1.06;
}

h1 {
  max-width: 700px;
  margin-bottom: 24px;
  font-size: clamp(3.3rem, 7vw, 6.9rem);
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

h1 em {
  display: block;
  color: var(--gold);
  font-style: normal;
}

.hero-lead {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.7vw, 1.25rem);
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}

.hero-points span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.offer-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 28px;
}

.offer-row > div {
  display: flex;
  align-items: baseline;
  gap: 13px;
}

.offer-row strong {
  color: var(--gold);
  font-family: "Oswald", sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.price-was {
  color: rgba(255, 255, 255, 0.62);
  text-decoration: line-through;
}

.offer-row p {
  margin: 0;
  padding-left: 22px;
  border-left: 1px solid var(--line);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.4;
}

.offer-row p b {
  color: var(--white);
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 0;
  border-radius: 5px;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  color: var(--navy);
  background: var(--gold);
  box-shadow: 0 12px 30px rgba(247, 184, 75, 0.25);
}

.button-primary:hover {
  background: #ffc860;
  box-shadow: 0 15px 36px rgba(247, 184, 75, 0.36);
}

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

.section {
  padding: clamp(76px, 10vw, 138px) clamp(20px, 7vw, 112px);
}

.mindset {
  position: relative;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 35%, rgba(19, 153, 212, 0.2), transparent 33%),
    var(--navy);
}

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

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 5vw, 5.2rem);
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

h2 span {
  color: var(--blue-bright);
}

.section-heading > p:last-child,
.course-intro > p:last-child {
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.08rem;
}

.mindset-grid {
  width: min(1120px, 100%);
  margin: auto;
  display: grid;
  grid-template-columns: minmax(270px, 0.78fr) minmax(380px, 1.22fr);
  gap: clamp(36px, 7vw, 100px);
  align-items: center;
}

.video-column {
  max-width: 430px;
  justify-self: center;
  text-align: center;
}

.video-title {
  margin-bottom: 22px;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  text-transform: uppercase;
}

.vertical-video {
  position: relative;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #102c44;
  border: 9px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42);
}

.vertical-video::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 21px;
}

.vertical-video iframe,
.second-vertical-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 36px;
  color: var(--white);
  background:
    linear-gradient(rgba(6, 28, 47, 0.6), rgba(6, 28, 47, 0.92)),
    url("assets/group-cruise-blueprint.jpg") center / cover;
  text-align: center;
}

.video-placeholder small {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.video-placeholder strong {
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.15;
  text-transform: uppercase;
}

.video-placeholder > span:last-child {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.78rem;
}

.video-artwork {
  background:
    linear-gradient(rgba(6, 28, 47, 0.08), rgba(6, 28, 47, 0.34)),
    url("assets/group-cruise-blueprint.jpg") 66% center / cover;
}

.play-icon {
  width: 70px;
  height: 70px;
  position: relative;
  display: block;
  background: var(--gold);
  border: 8px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
  background-clip: padding-box;
}

.play-icon::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 25px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid var(--navy);
}

.video-details {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
  text-align: left;
}

.video-details strong {
  color: var(--gold);
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.play-icon-small {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-width: 5px;
}

.play-icon-small::after {
  top: 12px;
  left: 17px;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-left-width: 11px;
}

.video-note {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.form-card {
  padding: clamp(28px, 5vw, 55px);
  color: var(--ink);
  background: var(--white);
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.form-card h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.form-card > p {
  color: var(--muted);
}

.spots-left {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 11px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 3px;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

form {
  display: grid;
  gap: 17px;
  margin-top: 26px;
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

label {
  display: grid;
  gap: 7px;
  font-size: 0.83rem;
  font-weight: 700;
}

label > span {
  color: var(--muted);
  font-weight: 400;
}

input,
textarea {
  width: 100%;
  padding: 13px 14px;
  color: var(--ink);
  background: #f6f8fa;
  border: 1px solid #d8dfe5;
  border-radius: 4px;
  font: inherit;
  font-size: 0.95rem;
  outline: none;
  transition: border 150ms ease, box-shadow 150ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(19, 153, 212, 0.14);
}

.consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  align-items: start;
  gap: 10px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.45;
}

.consent input {
  margin-top: 3px;
}

.button-full {
  width: 100%;
}

.form-fine-print {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  text-align: center;
}

.hidden-field {
  position: absolute;
  left: -9999px;
}

.direct-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e5e9ed;
  color: var(--muted);
  font-size: 0.78rem;
}

.direct-contact a {
  color: var(--blue);
  font-weight: 700;
}

.course {
  color: var(--white);
  background: #0a263d;
}

.course-intro {
  max-width: 750px;
  margin-bottom: 55px;
}

.delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.delivery-grid article {
  position: relative;
  padding: clamp(28px, 4vw, 50px);
  background: #0a263d;
}

.step-number {
  display: block;
  margin-bottom: 50px;
  color: var(--gold);
  font-family: "Oswald", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.delivery-grid h3 {
  margin-bottom: 15px;
  font-size: 1.65rem;
  text-transform: uppercase;
}

.delivery-grid p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
}

.blueprint {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(42px, 7vw, 100px);
  align-items: center;
  background: var(--cream);
}

.blueprint-copy > p:not(.eyebrow) {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  list-style: none;
}

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

.check-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 13px;
  height: 7px;
  border-bottom: 3px solid var(--blue);
  border-left: 3px solid var(--blue);
  transform: rotate(-45deg);
}

.art-card {
  margin: 0;
  padding: 12px;
  background: var(--white);
  box-shadow: var(--shadow);
  transform: rotate(1deg);
}

.story {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(280px, 0.65fr);
  gap: clamp(35px, 7vw, 90px);
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--navy);
}

.story-card p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.65);
}

.text-link {
  color: var(--gold);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.second-vertical-video {
  width: min(100%, 420px);
  aspect-ratio: 9 / 16;
  overflow: hidden;
  justify-self: center;
  border: 8px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.second-vertical-video .video-placeholder {
  padding: 30px;
}

.final-cta {
  color: var(--white);
  background:
    linear-gradient(rgba(6, 28, 47, 0.88), rgba(6, 28, 47, 0.95)),
    url("assets/group-cruise-blueprint.jpg") center 56% / cover;
  text-align: center;
}

.final-cta > p:not(.eyebrow, .urgency) {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.final-cta .hero-actions {
  justify-content: center;
  margin-top: 30px;
}

.urgency {
  margin: 22px 0 0;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 30px clamp(20px, 5vw, 72px);
  color: rgba(255, 255, 255, 0.58);
  background: #03121f;
  font-size: 0.75rem;
}

footer p {
  margin: 0;
}

footer > div {
  display: flex;
  gap: 20px;
}

footer > div a {
  color: rgba(255, 255, 255, 0.75);
}

.policy-page {
  color: var(--white);
  background:
    radial-gradient(circle at 85% 15%, rgba(19, 153, 212, 0.2), transparent 30%),
    var(--navy);
}

.policy-main {
  min-height: calc(100vh - 100px);
  padding: 130px 20px 80px;
}

.policy-card {
  width: min(850px, 100%);
  margin: auto;
  padding: clamp(30px, 6vw, 70px);
  color: var(--ink);
  background: var(--white);
  border-top: 7px solid var(--gold);
  box-shadow: var(--shadow);
}

.policy-card h1 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: clamp(2.7rem, 7vw, 5.5rem);
}

.policy-card h2 {
  margin: 38px 0 10px;
  color: var(--navy);
  font-size: clamp(1.5rem, 3vw, 2.2rem);
}

.policy-card p {
  color: var(--muted);
}

.policy-card a {
  color: #087cad;
  font-weight: 700;
}

.policy-updated {
  margin-bottom: 35px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dfe5e9;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .hero {
    min-height: 780px;
  }

  .hero-media {
    background-position: 61% center;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(2, 20, 36, 0.98), rgba(2, 20, 36, 0.72));
  }

  .mindset-grid,
  .blueprint,
  .story {
    grid-template-columns: 1fr;
  }

  .delivery-grid {
    grid-template-columns: 1fr;
  }

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

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

  .art-card {
    transform: none;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding: 10px 16px;
  }

  .brand {
    font-size: 0.8rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .header-cta {
    padding: 8px 11px;
    font-size: 0.63rem;
  }

  .hero {
    min-height: 820px;
  }

  .hero-content {
    width: auto;
    margin: 0;
    padding: 120px 20px 60px;
  }

  .hero-media {
    opacity: 0.72;
    background-position: 67% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(2, 20, 36, 0.96), rgba(2, 20, 36, 0.65)),
      linear-gradient(0deg, rgba(2, 20, 36, 0.9), transparent);
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }

  .offer-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .offer-row p {
    padding: 0;
    border: 0;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mindset-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .video-column {
    width: min(100%, 360px);
  }

  .form-card {
    padding: 28px 20px;
  }

  .field-row {
    grid-template-columns: 1fr;
  }

  .direct-contact {
    flex-direction: column;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }

  footer > div {
    flex-direction: column;
    gap: 5px;
  }
}

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

  .button {
    transition: none;
  }
}
