:root {
  --sky-1: #88d2f6;
  --sky-2: #4aa7dd;
  --panel: rgba(16, 44, 61, 0.84);
  --panel-strong: rgba(10, 34, 49, 0.94);
  --line: rgba(202, 237, 255, 0.16);
  --cream: #fff5df;
  --gold: #ffd05e;
  --ink: #0d2130;
  --cta-dark: #15354b;
  --cta-light: #f4fbff;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Nunito", sans-serif;
  color: var(--cream);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.35), transparent 26%),
    linear-gradient(180deg, var(--sky-1) 0%, var(--sky-2) 100%);
  overflow-x: hidden;
}

.sky-glow {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

.sky-glow-left {
  left: -10rem;
  top: -8rem;
  background: rgba(255, 255, 255, 0.8);
}

.sky-glow-right {
  right: -8rem;
  bottom: -10rem;
  background: rgba(255, 210, 94, 0.5);
}

.shell,
.privacy-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 48px;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(15, 43, 59, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #eef9ff;
  text-decoration: none;
  font-weight: 700;
}

.site-nav a:hover {
  background: rgba(20, 55, 74, 0.88);
}

.hero-card,
.privacy-card {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(22, 57, 78, 0.92), rgba(15, 43, 59, 0.95));
  box-shadow: 0 18px 55px rgba(7, 20, 31, 0.24);
}

.hero-card {
  display: grid;
  grid-template-columns: 1.2fr 0.75fr;
  gap: 28px;
  align-items: center;
  padding: 34px;
  border-radius: 32px;
}

.hero-copy h1,
.privacy-card h1,
.info-card h2 {
  font-family: "Changa", sans-serif;
  margin: 0;
}

.hero-copy h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 0.95;
  letter-spacing: 0.02em;
}

.eyebrow {
  margin: 0 0 12px;
  font-family: "Changa", sans-serif;
  font-size: 0.92rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--gold);
}

.lead {
  max-width: 34rem;
  margin: 18px 0 0;
  font-size: 1.15rem;
  line-height: 1.6;
  color: rgba(255, 245, 223, 0.92);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 180px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: "Changa", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.cta-button {
  border: 0;
  cursor: pointer;
}

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

.cta-primary {
  color: var(--ink);
  background: linear-gradient(180deg, #ffd66e, #ffbe37);
  box-shadow: 0 10px 22px rgba(255, 190, 55, 0.28);
}

.cta-secondary {
  color: var(--ink);
  background: linear-gradient(180deg, #4fb86b, #2f8d4f);
  border: 1px solid rgba(213, 255, 224, 0.22);
  box-shadow: 0 10px 22px rgba(34, 112, 61, 0.22);
}

.cta-icon {
  order: 2;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  stroke: #ffffff;
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.cta-icon-fill {
  fill: #ffffff;
  stroke: none;
}

.cta-icon-eye {
  fill: var(--cta-secondary, #2f8d4f);
  stroke: none;
}

.cta-icon-hole {
  fill: var(--cta-secondary, #2f8d4f);
  stroke: none;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 18px;
}

.quick-links a,
.privacy-card a,
.back-link {
  color: #dff7ff;
  text-decoration: none;
}

.quick-links a:hover,
.privacy-card a:hover,
.back-link:hover {
  text-decoration: underline;
}

.hero-visual {
  display: grid;
  gap: 16px;
  justify-items: center;
  justify-self: end;
  width: 100%;
  max-width: 340px;
}

.ship-frame {
  width: min(100%, 320px);
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.28), transparent 36%),
    linear-gradient(180deg, rgba(134, 208, 246, 0.32), rgba(13, 40, 58, 0.26));
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.ship-frame img {
  width: min(66%, 235px);
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(8, 20, 29, 0.35));
}

.stat-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.stat-ribbon span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.95rem;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.info-card {
  padding: 28px 28px 30px;
  border-radius: 24px;
  background: rgba(13, 41, 57, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.info-card h2 {
  font-size: 1.7rem;
  margin-bottom: 12px;
}

.info-card p,
.privacy-card p,
.privacy-card li {
  color: rgba(255, 245, 223, 0.92);
  line-height: 1.65;
}

.info-card p {
  font-size: 1.08rem;
}

.info-card a {
  color: #dff7ff;
}

.feature-list {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(255, 245, 223, 0.92);
  line-height: 1.7;
  font-size: 1.04rem;
}

.related-card {
  display: grid;
  grid-template-columns: 1.15fr 0.6fr;
  gap: 24px;
  align-items: center;
  margin-top: 22px;
  padding: 28px;
  border-radius: 24px;
  background: rgba(13, 41, 57, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.related-card h2 {
  margin: 0 0 10px;
  font-family: "Changa", sans-serif;
  font-size: 1.9rem;
}

.related-card p {
  margin: 0;
  color: rgba(255, 245, 223, 0.92);
  line-height: 1.65;
  font-size: 1.06rem;
}

.related-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #eef9ff;
  text-decoration: none;
  font-family: "Changa", sans-serif;
  font-size: 0.98rem;
}

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

.related-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  justify-self: end;
  width: min(100%, 250px);
  min-height: 282px;
  padding: 18px 14px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(180deg, rgba(134, 208, 246, 0.2), rgba(13, 40, 58, 0.2));
  border: 1px solid rgba(255, 255, 255, 0.14);
  text-decoration: none;
}

.related-banner {
  width: min(92%, 214px);
  height: auto;
  border-radius: 20px;
  box-shadow: 0 18px 36px rgba(8, 20, 29, 0.26);
}

.related-icon {
  width: min(56%, 110px);
  height: auto;
  border-radius: 22px;
  box-shadow: 0 12px 24px rgba(8, 20, 29, 0.22);
}

.faq-card {
  margin-top: 22px;
  padding: 30px 28px;
  border-radius: 24px;
  background: rgba(13, 41, 57, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-card h2,
.faq-list h3 {
  margin: 0;
  font-family: "Changa", sans-serif;
}

.faq-card h2 {
  margin-bottom: 16px;
  font-size: 1.7rem;
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.faq-list article {
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-list h3 {
  font-size: 1.08rem;
  margin-bottom: 8px;
}

.faq-list p {
  margin: 0;
  line-height: 1.6;
  color: rgba(255, 245, 223, 0.9);
}


.privacy-body {
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.18), transparent 24%),
    linear-gradient(180deg, #7fcdf4 0%, #5caedb 100%);
}

.back-link {
  display: inline-block;
  margin: 8px 0 14px;
  font-weight: 700;
}

.privacy-card {
  max-width: 900px;
  margin: 0 auto;
  padding: 34px 32px;
  border-radius: 30px;
}

.privacy-card h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
}

.privacy-card h2 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-family: "Changa", sans-serif;
  font-size: 1.55rem;
}

.privacy-date {
  margin-top: 8px;
  opacity: 0.9;
}

.privacy-card ul {
  padding-left: 22px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(7, 20, 31, 0.5);
  z-index: 20;
}

.modal-backdrop.hidden {
  display: none;
}

.modal-card {
  width: min(460px, 100%);
  padding: 28px 26px 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(22, 57, 78, 0.96), rgba(15, 43, 59, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 50px rgba(7, 20, 31, 0.28);
  text-align: center;
}

.modal-card h2 {
  margin: 0 0 12px;
  font-family: "Changa", sans-serif;
  font-size: 2rem;
}

.modal-card p {
  margin: 0 0 20px;
  color: rgba(255, 245, 223, 0.92);
  line-height: 1.6;
}

.modal-button {
  min-width: 150px;
  padding: 12px 18px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-family: "Changa", sans-serif;
  font-size: 1rem;
  color: #0d2130;
  background: linear-gradient(180deg, #ffd66e, #ffbe37);
  box-shadow: 0 10px 22px rgba(255, 190, 55, 0.28);
}

code {
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff4d8;
  font-family: inherit;
}

@media (max-width: 900px) {
  .site-nav {
    margin-bottom: 16px;
  }

  .hero-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .hero-visual {
    justify-self: center;
    width: 100%;
    max-width: 280px;
  }

  .ship-frame {
    width: min(100%, 280px);
  }

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

  .faq-list {
    grid-template-columns: 1fr;
  }

  .related-card {
    grid-template-columns: 1fr;
  }

  .related-visual {
    justify-self: center;
  }
}

@media (max-width: 540px) {
  .shell,
  .privacy-shell {
    width: min(100% - 20px, 100%);
    padding-top: 18px;
  }

  .hero-card,
  .privacy-card {
    border-radius: 22px;
  }

  .site-nav a {
    width: 100%;
  }

  .cta {
    width: 100%;
  }

  .hero-visual {
    max-width: 250px;
  }

  .ship-frame {
    width: min(100%, 250px);
  }

  .faq-card {
    padding: 24px 20px;
    border-radius: 22px;
  }
}
