@import "tailwindcss";

:root {
  --ink: #07130d;
  --green: #087a3f;
  --green-bright: #19a65a;
  --gold: #f6c526;
  --cream: #fffdf4;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: #030a06;
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--cream);
  font-family: var(--font-sans), Arial, sans-serif;
}

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

.landing-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  padding: 24px 16px;
  background:
    linear-gradient(180deg, rgba(1, 9, 5, 0.2), rgba(0, 0, 0, 0.48)),
    url("/assets/jamaica-celebration-bg.png") center / cover fixed;
}

.landing-shell::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 24%, transparent 0 12%, rgba(0, 0, 0, 0.22) 65%),
    linear-gradient(135deg, rgba(0, 0, 0, 0.2), transparent 40%);
}

.ambient-glow {
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  filter: blur(80px);
  opacity: 0.32;
  animation: drift 8s ease-in-out infinite alternate;
}

.glow-one {
  top: -80px;
  right: -100px;
  background: var(--gold);
}

.glow-two {
  bottom: -100px;
  left: -80px;
  background: var(--green-bright);
  animation-delay: -3s;
}

.welcome-card {
  width: min(100%, 480px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 30px;
  background: linear-gradient(150deg, rgba(12, 30, 21, 0.88), rgba(2, 8, 5, 0.94));
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(18px);
}

.brand-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10px;
  padding: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
}

.brand-box {
  display: flex;
  min-width: 0;
  min-height: 86px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(7, 19, 13, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: inset 0 1px 0 white;
}

.jcdc-box {
  padding: 6px 8px;
}

.jcdc-logo {
  width: min(100%, 205px);
  height: auto;
  max-height: 74px;
  object-fit: contain;
}

.usf-box {
  gap: 9px;
  justify-content: flex-start;
  padding: 9px 10px;
  color: #13275b;
}

.usf-logo {
  width: 48px;
  height: 66px;
  flex: 0 0 auto;
  object-fit: contain;
}

.usf-copy {
  min-width: 0;
}

.usf-copy small,
.usf-copy strong {
  display: block;
}

.usf-copy small {
  margin-bottom: 3px;
  color: #55704f;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.usf-copy strong {
  font-size: clamp(11px, 3.2vw, 15px);
  line-height: 1.15;
}

.hero-copy {
  position: relative;
  padding: 26px 28px 22px;
}

.anniversary-mark {
  position: absolute;
  top: 19px;
  right: 24px;
  width: 92px;
  height: 92px;
  overflow: hidden;
  border: 1px solid rgba(246, 197, 38, 0.35);
  border-radius: 18px;
  background: #f6f6f6;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.anniversary-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 3px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

h1 {
  max-width: 345px;
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.94;
}

h1 span {
  display: block;
}

.title-lead {
  max-width: 265px;
  color: var(--cream);
  font-size: clamp(35px, 9vw, 48px);
}

.title-highlight {
  color: var(--gold);
  font-size: clamp(27px, 7.2vw, 38px);
  font-style: normal;
  letter-spacing: -0.035em;
  line-height: 1;
  text-transform: uppercase;
}

.title-joiner {
  color: var(--cream);
  font-size: clamp(23px, 6vw, 31px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.9;
}

.title-finale {
  color: var(--cream);
  font-size: clamp(34px, 9vw, 48px);
  font-style: italic;
  font-weight: 600;
  line-height: 0.95;
}

.intro {
  max-width: 370px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.6;
}

.action-list {
  display: grid;
  gap: 13px;
  padding: 0 28px;
}

.action-button {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 17px 16px 21px;
  border: 1px solid transparent;
  border-radius: 20px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.action-wifi {
  color: #142657;
  border-color: rgba(255, 255, 255, 0.55);
  background: linear-gradient(135deg, #ffffff, #e9edf5);
}

.action-primary {
  color: var(--ink);
  background: linear-gradient(135deg, #ffe05c, #eaae09);
  box-shadow: 0 12px 30px rgba(224, 170, 9, 0.2);
}

.action-secondary {
  border-color: rgba(255, 255, 255, 0.19);
  background: linear-gradient(135deg, rgba(20, 139, 74, 0.78), rgba(5, 85, 43, 0.78));
}

.button-copy {
  display: grid;
  gap: 2px;
}

.button-kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  opacity: 0.78;
  text-transform: uppercase;
}

.button-copy strong {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.arrow,
.wifi-status-icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 800;
  opacity: 0.78;
}

.wifi-status-icon {
  color: #057c43;
  background: rgba(13, 145, 75, 0.08);
  box-shadow: 0 0 0 6px rgba(13, 145, 75, 0.07);
}

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

.action-primary:hover {
  box-shadow: 0 15px 35px rgba(224, 170, 9, 0.32);
}

.action-secondary:hover {
  border-color: rgba(255, 255, 255, 0.42);
}

.action-button:focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 21px 20px 23px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

footer span {
  color: var(--gold);
}

@keyframes drift {
  to {
    transform: translate3d(30px, 20px, 0) scale(1.08);
  }
}

@media (max-width: 420px) {
  .landing-shell {
    padding: 12px;
    place-items: start center;
  }

  .welcome-card {
    margin-block: 8px;
    border-radius: 25px;
  }

  .brand-panel {
    gap: 8px;
    padding: 9px;
  }

  .jcdc-logo {
    max-height: 70px;
  }

  .hero-copy {
    padding: 22px 22px 16px;
  }

  .anniversary-mark {
    top: 17px;
    right: 18px;
    width: 78px;
    height: 78px;
    border-radius: 15px;
  }

  h1 {
    max-width: 255px;
  }

  .action-list {
    padding-inline: 22px;
  }

  .action-button {
    min-height: 74px;
    padding: 14px 14px 14px 17px;
  }

  .button-copy strong {
    font-size: 19px;
  }

  .arrow,
  .wifi-status-icon {
    width: 42px;
    height: 42px;
  }
}

@media (max-height: 760px) and (max-width: 520px) {
  .brand-panel {
    padding-block: 8px;
  }

  .jcdc-logo {
    max-height: 66px;
  }

  .hero-copy {
    padding-block: 17px 12px;
  }

  .intro {
    margin-top: 12px;
  }

  .action-button {
    min-height: 70px;
  }

  footer {
    padding-block: 15px 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ambient-glow {
    animation: none;
  }

  .action-button {
    transition: none;
  }
}
