:root {
  --navy-950: #061326;
  --navy-900: #081a33;
  --navy-800: #0d2a52;
  --navy-700: #123c74;
  --blue: #37a4ff;
  --cyan: #55e3e0;
  --gold: #ffc33d;
  --gold-dark: #18233a;
  --white: #f8fbff;
  --soft: rgba(248, 251, 255, 0.78);
  --softer: rgba(248, 251, 255, 0.62);
  --panel: rgba(21, 58, 104, 0.68);
  --panel-strong: rgba(17, 48, 92, 0.86);
  --stroke: rgba(255, 255, 255, 0.16);
  --gold-glow: rgba(255, 195, 61, 0.38);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100%;
  color: var(--white);
  font-family: Inter, ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 6%, rgba(255, 195, 61, 0.16), transparent 28%),
    radial-gradient(circle at 90% 18%, rgba(85, 227, 224, 0.16), transparent 30%),
    radial-gradient(circle at 55% 70%, rgba(55, 164, 255, 0.15), transparent 34%),
    linear-gradient(180deg, #061326 0%, #0a1e3e 46%, #0b2852 100%);
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }

.sky-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    radial-gradient(circle at 8% 24%, rgba(255,255,255,0.72) 0 1px, transparent 1.4px),
    radial-gradient(circle at 42% 14%, rgba(255,255,255,0.58) 0 1px, transparent 1.3px),
    radial-gradient(circle at 82% 20%, rgba(255,255,255,0.62) 0 1px, transparent 1.4px),
    radial-gradient(circle at 76% 64%, rgba(255,255,255,0.42) 0 1px, transparent 1.3px),
    radial-gradient(circle at 22% 72%, rgba(255,255,255,0.52) 0 1px, transparent 1.4px);
  z-index: 0;
}
.orb {
  position: fixed;
  border-radius: 999px;
  filter: blur(8px);
  pointer-events: none;
  z-index: 0;
}
.orb-one { width: 320px; height: 320px; left: -120px; top: 160px; background: rgba(55,164,255,0.12); }
.orb-two { width: 280px; height: 280px; right: -110px; top: 340px; background: rgba(255,195,61,0.10); }
.orb-three { width: 380px; height: 380px; left: 28%; bottom: -170px; background: rgba(85,227,224,0.10); }

.site-header, main, .site-footer { position: relative; z-index: 1; }
.wrap { width: min(var(--wrap), calc(100% - 34px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 19, 38, 0.76);
  border-bottom: 1px solid rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 950;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}
.brand img {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.30);
}
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
}
.nav a, .footer-nav a {
  text-decoration: none;
  color: rgba(248,251,255,0.86);
  font-weight: 800;
}
.nav a:hover, .footer-nav a:hover { color: white; }
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 17px;
  border: 1px solid var(--stroke);
  background: rgba(255,255,255,0.08);
  padding: 11px;
  cursor: pointer;
}
.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: white;
  border-radius: 999px;
}

.section { padding: 88px 0; }
.compact-section { padding-top: 18px; }
.alt-section {
  background: linear-gradient(180deg, rgba(255,255,255,0.045), rgba(255,255,255,0.025));
  border-block: 1px solid rgba(255,255,255,0.08);
}
.hero { padding-top: 62px; padding-bottom: 56px; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.98fr);
  align-items: center;
  gap: 42px;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 0.79rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 950;
}
h1, h2, h3, p { overflow-wrap: anywhere; }
.hero h1,
.section-head h2,
.trust-panel h2,
.trip-copy h2,
.packs-layout h2,
.faq-layout h2,
.cta-panel h2,
.page-hero h1 {
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 0.98;
}
.hero h1 { font-size: clamp(3.2rem, 6.6vw, 6.2rem); max-width: 9.5ch; }
.lead, .section-lead, .section-head p, .trust-panel p, .trip-copy p, .faq-layout p, .cta-panel p, .content-card p, .content-card li {
  color: var(--soft);
  line-height: 1.65;
  font-size: 1.08rem;
}
.lead { margin: 22px 0 0; max-width: 42rem; font-size: 1.18rem; }

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 30px; }
.centered-actions { justify-content: center; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 950;
  border-radius: 18px;
  padding: 12px 18px;
  border: 1px solid transparent;
  box-shadow: 0 16px 34px rgba(0,0,0,0.26);
  transition: transform 150ms ease, filter 150ms ease, border-color 150ms ease;
}
.btn:hover { transform: translateY(-1px); filter: brightness(1.04); }
.btn.primary, .btn.nav-cta {
  color: #12213b;
  background: linear-gradient(135deg, #ffd35d, var(--gold));
  border-color: rgba(255,255,255,0.36);
}
.btn.ghost {
  color: white;
  background: rgba(255,255,255,0.09);
  border-color: rgba(255,255,255,0.16);
}
.btn.large { padding: 16px 22px; font-size: 1.02rem; }

.quick-badges, .perfect-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.quick-badges span, .perfect-grid span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  padding: 10px 14px;
  font-weight: 850;
  color: rgba(248,251,255,0.90);
}

.glass-panel {
  background:
    linear-gradient(135deg, rgba(24, 72, 132, 0.72), rgba(10, 30, 62, 0.72));
  border: 1px solid var(--stroke);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.hero-phone-wrap { position: relative; min-height: 670px; }
.phone-stack { position: relative; height: 670px; }
.phone-card {
  position: absolute;
  width: min(62vw, 310px);
  aspect-ratio: 1206 / 2622;
  border-radius: 34px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.20);
  box-shadow: 0 30px 90px rgba(0,0,0,0.44);
}
.phone-card img { width: 100%; height: 100%; object-fit: cover; }
.front-card { right: 58px; top: 0; z-index: 2; }
.back-card { left: 22px; top: 66px; transform: rotate(-7deg); opacity: 0.78; z-index: 1; }
.floating-note {
  position: absolute;
  z-index: 3;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 950;
  color: #0b1d36;
  background: linear-gradient(135deg, var(--gold), #ffe08a);
  box-shadow: 0 16px 34px rgba(0,0,0,0.28), 0 0 34px var(--gold-glow);
}
.note-one { right: 0; top: 92px; }
.note-two { left: 4px; bottom: 82px; background: linear-gradient(135deg, #69eeeb, #bafefa); }

.trust-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
  padding: 30px;
}
.trust-panel h2 { font-size: clamp(2rem, 3.8vw, 3.3rem); }
.trust-panel p { margin: 0; }

.section-head { max-width: 780px; margin-bottom: 32px; }
.section-head.centered { text-align: center; margin-inline: auto; }
.section-head h2, .packs-layout h2, .faq-layout h2, .cta-panel h2 { font-size: clamp(2.1rem, 4.4vw, 4rem); }
.section-head p, .section-lead { max-width: 68ch; margin: 16px 0 0; }

.steps-grid, .game-grid, .perfect-grid {
  display: grid;
  gap: 18px;
}
.steps-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.step-card, .game-card, .faq-item, .content-card { padding: 24px; }
.step-num, .game-icon {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-weight: 950;
  color: #10203a;
  background: linear-gradient(135deg, #ffd35d, var(--gold));
  margin-bottom: 18px;
  box-shadow: 0 10px 24px rgba(255,195,61,0.16);
}
.game-icon { background: linear-gradient(135deg, #63e9e5, #bdfdfb); }
.step-card h3, .game-card h3 { margin: 0 0 10px; font-size: 1.32rem; letter-spacing: -0.025em; }
.step-card p, .game-card p { margin: 0; color: var(--soft); line-height: 1.6; }

.trip-mode-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 370px);
  gap: 34px;
  align-items: center;
  padding: 34px;
  background:
    radial-gradient(circle at 82% 24%, rgba(255,195,61,0.18), transparent 34%),
    linear-gradient(135deg, rgba(16, 61, 117, 0.88), rgba(7, 25, 54, 0.86));
}
.trip-copy h2 { font-size: clamp(2.1rem, 4.4vw, 4rem); }
.trip-preview {
  justify-self: center;
  width: min(100%, 280px);
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 24px 70px rgba(0,0,0,0.38);
}
.check-list { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.check-list li { position: relative; padding-left: 30px; color: rgba(248,251,255,0.88); font-weight: 800; line-height: 1.45; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 0 6px rgba(255,195,61,0.14);
}

.packs-layout, .faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 32px;
  align-items: start;
}
.pack-list { padding: 18px; }
.pack-list article {
  display: grid;
  grid-template-columns: minmax(0, 0.62fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.08);
}
.pack-list article + article { margin-top: 10px; }
.pack-list strong { font-size: 1.2rem; letter-spacing: -0.02em; }
.pack-list span { color: var(--soft); line-height: 1.45; font-weight: 700; }

.screens-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
}
.screenshot-card {
  margin: 0;
  padding: 16px;
}
.screenshot-card img {
  width: 100%;
  aspect-ratio: 1206 / 2622;
  object-fit: cover;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.14);
}
.screenshot-card figcaption {
  color: rgba(248,251,255,0.84);
  font-weight: 850;
  line-height: 1.35;
  margin-top: 14px;
}
.featured-shot { transform: translateY(-18px); }

.perfect-section { padding-top: 70px; padding-bottom: 70px; }
.perfect-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 0; }
.perfect-grid span { justify-content: center; padding: 18px; border-radius: 22px; }

.faq-list { display: grid; gap: 13px; }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 32px;
  font-size: 1.1rem;
  font-weight: 950;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: -4px;
  font-size: 1.65rem;
  font-weight: 500;
  color: var(--gold);
}
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 14px 0 0; color: var(--soft); line-height: 1.6; }
.cta-panel { padding: 40px 28px; text-align: center; }
.cta-panel h2 { margin-top: 8px; }
.cta-panel p { max-width: 58ch; margin: 16px auto 0; }

.site-footer { padding: 42px 0 26px; border-top: 1px solid rgba(255,255,255,0.10); }
.footer-inner, .footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-copy, .footer-bottom p { color: var(--softer); margin: 12px 0 0; }
.footer-bottom { margin-top: 24px; }

.page-hero.small-hero { padding-top: 58px; padding-bottom: 32px; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4.3rem); }
.page-hero p { max-width: 65ch; margin: 16px 0 0; color: var(--soft); line-height: 1.65; }
.support-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.content-card h2, .content-card h3 { margin: 0 0 12px; letter-spacing: -0.02em; }
.content-card p { margin: 0; }
.content-card p + p, .content-card p + h3, .content-card ul + h3 { margin-top: 14px; }
.content-card ul { margin: 0; padding-left: 20px; }
.content-card li + li { margin-top: 8px; }
.release-entry + .release-entry, .content-card + .content-card { margin-top: 18px; }
.note-list, .release-list { color: var(--soft); line-height: 1.7; }

@media (max-width: 1040px) {
  .hero-grid, .trust-panel, .trip-mode-panel, .packs-layout, .faq-layout, .support-grid { grid-template-columns: 1fr; }
  .hero-phone-wrap { min-height: 590px; }
  .phone-stack { height: 590px; }
  .front-card { right: 15%; }
  .back-card { left: 10%; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-grid, .screens-row, .perfect-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .featured-shot { transform: none; }
}
@media (max-width: 860px) {
  .nav-toggle { display: inline-block; }
  .nav {
    position: fixed;
    inset: 82px 17px auto 17px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 18px;
    border-radius: 24px;
    background: rgba(8, 26, 51, 0.96);
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: var(--shadow);
  }
  body.nav-open .nav { display: flex; }
  .nav-cta { width: 100%; }
}
@media (max-width: 720px) {
  .wrap { width: min(var(--wrap), calc(100% - 24px)); }
  .section { padding: 68px 0; }
  .hero { padding-top: 42px; }
  .hero h1 { max-width: none; }
  .hero-phone-wrap { min-height: 492px; margin-top: 10px; }
  .phone-stack { height: 492px; }
  .phone-card { width: min(68vw, 260px); border-radius: 28px; }
  .front-card { right: 6%; }
  .back-card { left: 0; top: 58px; }
  .floating-note { font-size: 0.86rem; padding: 10px 12px; }
  .note-one { right: 4px; top: 56px; }
  .note-two { left: 0; bottom: 50px; }
  .steps-grid, .game-grid, .screens-row, .perfect-grid, .pack-list article { grid-template-columns: 1fr; }
  .trust-panel, .trip-mode-panel, .content-card, .faq-item, .cta-panel { padding: 22px; }
  .hero-actions .btn, .centered-actions .btn { width: 100%; }
  .footer-inner, .footer-bottom { flex-direction: column; align-items: flex-start; }
}


.feedback-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.3fr); gap: 18px; align-items: start; }
.feedback-intro { position: sticky; top: 92px; }
.small-note, .form-help { color: var(--softer); font-size: 0.95rem; line-height: 1.55; }
.feedback-form { display: grid; gap: 16px; }
.feedback-form label { display: grid; gap: 8px; color: var(--text); font-weight: 900; }
.feedback-form input,
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  background: rgba(7, 24, 48, 0.70);
  color: var(--text);
  padding: 14px 15px;
  font: inherit;
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.05);
}
.feedback-form textarea { resize: vertical; min-height: 120px; }
.feedback-form input::placeholder,
.feedback-form textarea::placeholder { color: rgba(223, 236, 255, 0.56); }
.feedback-form input:focus,
.feedback-form select:focus,
.feedback-form textarea:focus {
  border-color: rgba(255, 194, 61, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 194, 61, 0.12), inset 0 1px 0 rgba(255,255,255,0.06);
}
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
@media (max-width: 1040px) {
  .feedback-layout { grid-template-columns: 1fr; }
  .feedback-intro { position: static; }
}
@media (max-width: 720px) {
  .form-row { grid-template-columns: 1fr; }
}


.form-success {
  margin-top: 12px;
  color: #9ff7d5;
  font-weight: 800;
}
