:root {
  --navy: #083464;
  --deep-navy: #061f42;
  --blue: #0f5f9d;
  --teal: #00a79d;
  --pink: #c53878;
  --gold: #f0a300;
  --gold-dark: #c87d00;
  --cream: #fff8ef;
  --white: #ffffff;
  --soft: #f4fbff;
  --text: #18304b;
  --muted: #5c7188;
  --shadow: 0 22px 45px rgba(10, 45, 86, 0.18);
  --shadow-hover: 0 30px 70px rgba(10, 45, 86, 0.32);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 5%, rgba(88, 202, 225, 0.22), transparent 28%),
    radial-gradient(circle at 85% 10%, rgba(255, 190, 57, 0.17), transparent 24%),
    linear-gradient(180deg, #e8f9ff 0%, #fffaf0 58%, #fff7e7 100%);
}

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

a { color: inherit; text-decoration: none; }

.container {
  width: min(94%, 1420px);
  margin: 0 auto;
}

.page-shell {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 485px;
  padding: 42px 0 135px;
  display: grid;
  place-items: start center;
  isolation: isolate;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.30) 0%, rgba(255,255,255,0.72) 54%, rgba(255,248,239,0.96) 100%),
    url("../images/hero-florida.jpg") center 44% / cover no-repeat;
  z-index: -3;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 48% 7%, rgba(255,255,255,0.90) 0%, rgba(255,255,255,0.65) 27%, transparent 58%),
    linear-gradient(90deg, rgba(0,139,186,0.12), transparent 24%, transparent 74%, rgba(255,180,34,0.10));
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: -48px;
  height: 120px;
  background: linear-gradient(180deg, rgba(255,250,240,0), #fff8ed 48%, #fff8ed 100%);
  filter: blur(0.2px);
  z-index: -1;
}

.palm {
  position: absolute;
  top: -35px;
  width: 260px;
  height: 260px;
  opacity: 0.70;
  filter: drop-shadow(0 15px 25px rgba(5, 66, 56, 0.20));
  background:
    radial-gradient(ellipse at 50% 95%, rgba(92,70,26,0.55) 0 5%, transparent 6%),
    conic-gradient(from 190deg at 50% 94%, transparent 0 8deg, #0f7c54 9deg 18deg, transparent 19deg 33deg, #228f58 34deg 45deg, transparent 46deg 58deg, #0c784d 59deg 69deg, transparent 70deg 84deg, #36a766 85deg 96deg, transparent 97deg 111deg, #147e51 112deg 125deg, transparent 126deg 360deg);
  z-index: -1;
}

.palm-left { left: -72px; transform: rotate(-28deg); }
.palm-right { right: -72px; transform: scaleX(-1) rotate(-28deg); }

.hero-content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: clamp(0.68rem, 1.4vw, 0.88rem);
  font-weight: 900;
  color: rgba(8, 52, 100, 0.72);
}

h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 800;
  font-size: clamp(3.35rem, 8vw, 6.9rem);
  line-height: 0.88;
  color: var(--deep-navy);
  letter-spacing: -0.055em;
  text-shadow: 0 4px 0 rgba(255,255,255,0.62), 0 14px 28px rgba(10, 54, 105, 0.19);
}

.tagline {
  margin: 33px auto 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.86);
  box-shadow: 0 10px 28px rgba(6, 60, 105, 0.10);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

.tagline span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 30px;
  font-size: clamp(0.95rem, 2vw, 1.55rem);
  font-weight: 900;
  color: var(--deep-navy);
  text-transform: uppercase;
  letter-spacing: 0.045em;
  border-right: 1px solid rgba(8, 52, 100, 0.16);
}

.tagline span:last-child { border-right: 0; }

.icon {
  width: 36px;
  height: 36px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--navy);
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
}

.tagline span:nth-child(2) .icon { background: var(--teal); }
.tagline span:nth-child(3) .icon { background: var(--pink); font-size: 0.88rem; }

.subtitle {
  margin: 9px 0 0;
  font-size: clamp(1.05rem, 2.25vw, 1.48rem);
  color: #17385f;
  font-weight: 800;
  text-shadow: 0 2px 10px rgba(255,255,255,0.55);
}

.script-text {
  margin: 8px 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.75rem, 4.5vw, 3.2rem);
  font-style: italic;
  color: #caa04a;
  line-height: 1;
  text-shadow: 0 3px 12px rgba(255,255,255,0.8);
}

.cards-section {
  position: relative;
  margin-top: -105px;
  z-index: 5;
  padding-bottom: 32px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.destination-card {
  position: relative;
  min-height: 420px;
  border-radius: 24px;
  overflow: visible;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.86);
  box-shadow: var(--shadow);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease;
  backdrop-filter: blur(7px);
}

.destination-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.62) 0%, rgba(255,255,255,0.48) 42%, rgba(255,255,255,0.92) 100%);
  z-index: 2;
  pointer-events: none;
}

.destination-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 25px;
  border: 2px solid rgba(255,255,255,0.65);
  pointer-events: none;
  z-index: 5;
}

.destination-card:hover {
  transform: translateY(-12px) scale(1.012);
  box-shadow: var(--shadow-hover);
  border-color: rgba(255,255,255,1);
}

.destination-card:hover .card-image-wrap img { transform: scale(1.08); }
.destination-card:hover .card-icon { transform: translateX(-50%) translateY(-8px) scale(1.06); }
.destination-card:hover .card-button, .lead-form button:hover { filter: brightness(1.06); transform: translateY(-2px); }

.card-image-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 24px;
  z-index: 1;
}

.card-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms ease;
}

.card-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0.66) 48%, rgba(248,255,255,0.93) 100%);
}

.card-body {
  position: relative;
  z-index: 3;
  min-height: 420px;
  padding: 88px 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-end;
}

.card-icon {
  position: absolute;
  left: 50%;
  top: -34px;
  z-index: 8;
  width: 90px;
  height: 90px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 6px solid rgba(255,255,255,0.88);
  color: #fff;
  font-size: 2.1rem;
  font-weight: 900;
  transform: translateX(-50%);
  box-shadow: 0 18px 30px rgba(6, 35, 69, 0.18);
  transition: transform 280ms ease;
}

.card-blue .card-icon, .card-blue .card-button { background: linear-gradient(135deg, #0a376c, #0d5ea1); }
.card-teal .card-icon, .card-teal .card-button { background: linear-gradient(135deg, #018c8d, #08b5a8); }
.card-pink .card-icon, .card-pink .card-button { background: linear-gradient(135deg, #b62c68, #e04b8f); }
.card-gold .card-icon, .card-gold .lead-form button { background: linear-gradient(135deg, var(--gold-dark), var(--gold)); }

.card-body h2 {
  margin: 0 0 13px;
  font-size: clamp(1.48rem, 2.1vw, 2.2rem);
  line-height: 0.98;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--deep-navy);
  font-weight: 900;
  text-shadow: 0 3px 12px rgba(255,255,255,0.9);
}

.card-pink h2 { color: #8e234f; }
.card-gold h2 { color: #7a5a0a; }

.card-body p {
  margin: 0 auto 24px;
  max-width: 280px;
  color: #203c5d;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1rem;
  text-shadow: 0 1px 8px rgba(255,255,255,0.9);
}

.card-button, .lead-form button {
  width: min(100%, 285px);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  padding: 15px 20px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.045em;
  font-size: 0.84rem;
  box-shadow: 0 13px 27px rgba(11, 63, 103, 0.22);
  transition: transform 240ms ease, filter 240ms ease, box-shadow 240ms ease;
  cursor: pointer;
}

.card-button span, .lead-form button span { font-size: 1.3rem; line-height: 0; }

.info-card {
  background:
    linear-gradient(180deg, rgba(255,254,248,0.93), rgba(255,244,222,0.94)),
    url("../images/info-card.jpg") center / cover no-repeat;
}

.info-card::before {
  background: linear-gradient(180deg, rgba(255,255,255,0.82), rgba(255,249,235,0.96));
}

.form-body {
  justify-content: center;
  padding: 78px 26px 26px;
}

.form-body p { margin-bottom: 18px; font-size: 0.95rem; }

.lead-form {
  width: 100%;
  display: grid;
  gap: 11px;
}

.lead-form input {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(7, 52, 98, 0.14);
  border-radius: 10px;
  background: rgba(255,255,255,0.93);
  padding: 0 15px;
  color: var(--deep-navy);
  font: 700 0.95rem/1 "Inter", Arial, sans-serif;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(5, 39, 78, 0.05);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.lead-form input:focus {
  border-color: rgba(240, 163, 0, 0.72);
  box-shadow: 0 0 0 4px rgba(240, 163, 0, 0.12);
}

.lead-form input::placeholder { color: #8794a5; }

.lead-form button {
  width: 100%;
  margin-top: 5px;
  font-size: 0.86rem;
}

.hp-field {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
}

.trust-section {
  padding: 18px 0 54px;
}

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

.trust-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 15px;
  align-items: center;
  padding: 18px 8px;
}

.trust-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  font-size: 2.15rem;
  font-weight: 900;
  line-height: 1;
}

.shield { color: var(--navy); }
.pin { color: #a9a319; }
.handshake { color: var(--teal); }
.star { color: var(--pink); }

.trust-item h3 {
  margin: 0 0 5px;
  color: var(--deep-navy);
  text-transform: uppercase;
  font-weight: 900;
  font-size: clamp(0.92rem, 1.3vw, 1.15rem);
  letter-spacing: 0.035em;
}

.trust-item p {
  margin: 0;
  color: #4f657a;
  font-size: 0.92rem;
  line-height: 1.45;
  font-weight: 600;
}

@media (max-width: 1180px) {
  .cards-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
  .destination-card, .card-body { min-height: 385px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .hero { min-height: 520px; padding: 32px 0 150px; }
  .desktop-break { display: none; }
  .eyebrow { letter-spacing: 0.16em; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.6rem); line-height: 0.96; }
  .tagline { flex-direction: column; border-radius: 26px; width: min(100%, 370px); }
  .tagline span { width: 100%; justify-content: center; border-right: 0; border-bottom: 1px solid rgba(8, 52, 100, 0.12); padding: 10px 18px; }
  .tagline span:last-child { border-bottom: 0; }
  .subtitle { max-width: 340px; margin-left: auto; margin-right: auto; }
  .cards-section { margin-top: -118px; }
  .cards-grid { grid-template-columns: 1fr; gap: 36px; }
  .destination-card, .card-body { min-height: 390px; }
  .trust-grid { grid-template-columns: 1fr; gap: 8px; }
  .trust-item { padding: 12px 5px; }
  .palm { width: 190px; height: 190px; opacity: 0.48; }
}

@media (max-width: 420px) {
  .container { width: min(92%, 1420px); }
  .card-body { padding-left: 18px; padding-right: 18px; }
  .form-body { padding-top: 74px; }
  .card-button, .lead-form button { font-size: 0.78rem; padding-left: 14px; padding-right: 14px; }
}
