
*{margin:0;padding:0;box-sizing:border-box}

:root{
  --bg:#051833;
  --bg-soft:#0a2347;
  --panel:#0d2448;
  --panel-2:#102a55;
  --line:rgba(255,255,255,.08);
  --text:#f7fbff;
  --muted:#bfd1ee;
  --blue:#2d8cff;
  --blue-2:#1869ff;
  --yellow:#ffc61a;
  --yellow-2:#ff9d00;
  --shadow:0 24px 70px rgba(0,0,0,.32);
  --radius-xl:30px;
  --radius-lg:24px;
  --radius-md:18px;
  --container:1120px;
}

html{scroll-behavior:smooth}

body{
  min-height:100vh;
  font-family:"Inter",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top, #0b2d61 0%, #061b39 35%, #031227 100%);
  overflow-x:hidden;
  position:relative;
}

.bg-orb{
  position:fixed;
  border-radius:999px;
  filter:blur(90px);
  opacity:.22;
  pointer-events:none;
}
.orb-1{
  width:280px;height:280px;background:#ffb300;top:120px;right:8%;
}
.orb-2{
  width:300px;height:300px;background:#1d7dff;left:-60px;bottom:10%;
}

.container{
  width:min(calc(100% - 32px), var(--container));
  margin:0 auto;
  position:relative;
  z-index:2;
}

.site-header{
  padding:18px 0 10px;
}
.nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.brand-icon{
  width:54px;
  height:54px;
  border-radius:16px;
  object-fit:cover;
  box-shadow:0 10px 22px rgba(0,0,0,.2);
}
.brand-mini{
  display:block;
  color:#a9c3ef;
  font-size:.88rem;
  margin-bottom:2px;
}
.brand-title{
  display:block;
  font-size:1.08rem;
}
.support-mini{
  color:#dce9ff;
  text-decoration:none;
  font-weight:700;
}

.hero{
  padding:12px 0 22px;
}
.hero-card{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:20px;
  align-items:center;
  background:linear-gradient(180deg, rgba(15,38,76,.96), rgba(9,26,54,.96));
  border:1px solid var(--line);
  border-radius:var(--radius-xl);
  box-shadow:var(--shadow);
  padding:clamp(22px,4vw,42px);
}
.hero-copy h1{
  font-size:clamp(2rem, 5vw, 4rem);
  line-height:1.02;
  letter-spacing:-.03em;
  margin-bottom:14px;
  max-width:10ch;
}
.hero-copy h1 span{
  color:#8fc0ff;
}
.hero-copy p{
  color:var(--muted);
  line-height:1.75;
  max-width:54ch;
  font-size:1.04rem;
}
.pill,.section-pill,.tag,.card-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  font-weight:800;
}
.pill{
  background:rgba(255,198,26,.12);
  color:#ffd75e;
  border:1px solid rgba(255,198,26,.18);
  padding:10px 14px;
  margin-bottom:16px;
  font-size:.9rem;
}
.hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:26px;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:16px 22px;
  border-radius:18px;
  text-decoration:none;
  font-weight:900;
  font-size:1rem;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{
  color:#111827;
  background:linear-gradient(135deg, var(--yellow), var(--yellow-2));
  box-shadow:0 16px 28px rgba(255,157,0,.22);
}
.btn-secondary{
  color:#fff;
  background:linear-gradient(135deg, var(--blue), var(--blue-2));
  box-shadow:0 16px 28px rgba(24,105,255,.2);
}
.btn-outline{
  color:#fff;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
}

.hero-art{
  display:flex;
  justify-content:center;
}
.mascot-shell{
  width:min(100%, 360px);
  aspect-ratio:1/1;
  display:grid;
  place-items:center;
  border-radius:32px;
  background:
    radial-gradient(circle at top, rgba(255,198,26,.18), transparent 42%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
}
.mascot{
  width:100%;
  max-width:300px;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 20px 34px rgba(0,0,0,.28));
}

.section{
  padding:18px 0 28px;
}
.section-heading{
  text-align:center;
  margin-bottom:22px;
}
.section-pill{
  background:rgba(45,140,255,.12);
  color:#9ec7ff;
  border:1px solid rgba(45,140,255,.16);
  padding:9px 13px;
  font-size:.88rem;
  margin-bottom:12px;
}
.section-heading h2,
.support-card h2{
  font-size:clamp(1.7rem, 4vw, 2.6rem);
  margin-bottom:8px;
}
.section-heading p,
.support-card p{
  color:var(--muted);
  line-height:1.7;
}

.cards-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0,1fr));
  gap:22px;
}
.bonus-card{
  display:flex;
  flex-direction:column;
  text-decoration:none;
  color:inherit;
  background:linear-gradient(180deg, rgba(15,38,76,.96), rgba(9,26,54,.96));
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:transform .18s ease, border-color .18s ease;
}
.bonus-card:hover{
  transform:translateY(-4px);
  border-color:rgba(255,198,26,.2);
}
.cover-wrap{
  padding:16px 16px 0;
}
.cover{
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:22px;
  display:block;
}
.card-body{
  padding:20px 22px 22px;
}
.tag{
  background:rgba(255,198,26,.12);
  color:#ffd75e;
  border:1px solid rgba(255,198,26,.18);
  padding:8px 12px;
  font-size:.84rem;
  margin-bottom:14px;
}
.card-body h3{
  font-size:1.4rem;
  line-height:1.15;
  margin-bottom:10px;
}
.card-body p{
  color:var(--muted);
  line-height:1.72;
  margin-bottom:18px;
}
.card-cta{
  color:#111827;
  background:linear-gradient(135deg, var(--yellow), var(--yellow-2));
  padding:12px 16px;
  font-size:.95rem;
}

.support-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  background:linear-gradient(180deg, rgba(15,38,76,.96), rgba(9,26,54,.96));
  border:1px solid var(--line);
  border-radius:28px;
  padding:clamp(20px,4vw,30px);
  box-shadow:var(--shadow);
}

@media (max-width: 940px){
  .hero-card{grid-template-columns:1fr}
  .hero-copy h1{max-width:100%}
  .cards-grid{grid-template-columns:1fr}
}
@media (max-width: 680px){
  .container{width:min(calc(100% - 20px), var(--container))}
  .nav{align-items:flex-start;flex-direction:column}
  .support-mini{padding-left:68px}
  .hero-card{padding:20px}
  .hero-actions{flex-direction:column}
  .btn{width:100%}
  .mascot-shell{
    max-width:260px;
    margin-inline:auto;
    border-radius:24px;
  }
  .cover-wrap{padding:12px 12px 0}
  .cover{border-radius:16px}
  .bonus-card{border-radius:22px}
  .support-card{
    flex-direction:column;
    align-items:stretch;
  }
}
