/* Winigreat satellite theme — palette, type scale and components taken from winigreat.com */

:root{
  /* base ramp */
  --base-0:#040212; --base-1:#0a0617; --base-2:#0f091c; --base-3:#130a20;
  --base-4:#1c1026; --base-5:#25162c; --base-7:#2f1b31; --base-8:#3d1947;
  --base-9:#4b175d; --base-11:#681389; --base-13:#840fb5; --base-16:#9325c0;
  --base-18:#9d34c8; --base-21:#b47cae;

  --primary:#9b19f5;
  --gold:#f4d482;
  --success:#34d399;
  --error:#ff4d6d;
  --warning:#fb923c;
  --white:#fff;

  --text:#fff;
  --text-muted:#c9b6d6;
  --text-dim:#9a86ab;

  --surface:rgba(255,255,255,.04);
  --surface-2:rgba(255,255,255,.06);
  --line:rgba(155,25,245,.28);
  --line-soft:rgba(255,255,255,.09);

  --radius:16px;
  --radius-sm:10px;
  --shadow:0 18px 50px rgba(0,0,0,.55);
  --glow:0 0 28px rgba(155,25,245,.45);

  --font:"Baloo 2","Segoe UI",system-ui,-apple-system,sans-serif;
  --wrap:1180px;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--font);
  font-size:17px;
  line-height:1.68;
  color:var(--text);
  background:var(--base-1);
  background-image:
    radial-gradient(1100px 620px at 12% -6%, rgba(155,25,245,.20), transparent 60%),
    radial-gradient(900px 540px at 88% 4%, rgba(132,15,181,.16), transparent 62%),
    linear-gradient(180deg,var(--base-0) 0%,var(--base-1) 34%,var(--base-2) 100%);
  background-attachment:fixed;
  overflow-x:hidden;
}
img{max-width:100%;height:auto;display:block}
a{color:var(--gold);text-decoration:none}
a:hover{text-decoration:underline}

.wrap{width:min(100% - 2.5rem,var(--wrap));margin-inline:auto}

/* ---------- header ---------- */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(4,2,18,.86);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
}
.site-header .wrap{display:flex;align-items:center;gap:1.5rem;min-height:72px}
.brand img{width:150px}
.nav{display:flex;gap:1.4rem;margin-left:auto;flex-wrap:wrap}
.nav a{color:var(--text-muted);font-weight:600;font-size:.95rem;text-decoration:none;white-space:nowrap}
.nav a:hover{color:var(--white)}

.btn{
  display:inline-block;
  max-width:100%;
  padding:.72rem 1.6rem;
  border-radius:999px;
  font-weight:800;
  font-size:.95rem;
  letter-spacing:.03em;
  text-transform:uppercase;
  text-decoration:none;
  color:#fff;
  background:linear-gradient(135deg,var(--primary),#c026d3);
  box-shadow:var(--glow);
  border:0;
  transition:transform .15s ease,box-shadow .15s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 0 36px rgba(192,38,211,.6);text-decoration:none;color:#fff}
.btn-gold{background:linear-gradient(135deg,#f4d482,#e0a94a);color:#2a0f3a;box-shadow:0 0 26px rgba(244,212,130,.35)}
.btn-gold:hover{color:#2a0f3a;box-shadow:0 0 34px rgba(244,212,130,.5)}
.btn-lg{padding:1rem 2.4rem;font-size:1.05rem}
/* short header CTA stays on one line; long in-copy CTAs wrap instead of overflowing */
.site-header .btn{white-space:nowrap}
.cta-line .btn{white-space:normal;line-height:1.35;text-wrap:balance}

/* ---------- hero ---------- */
.hero{padding:3.6rem 0 2.6rem}
.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:2.6rem;align-items:center}
.hero h1{
  font-size:clamp(1.9rem,4vw,3rem);
  line-height:1.12;
  margin:0 0 1rem;
  background:linear-gradient(120deg,#fff 20%,var(--gold) 95%);
  -webkit-background-clip:text;background-clip:text;
  -webkit-text-fill-color:transparent;
}
.hero-lead{font-size:1.12rem;color:var(--text-muted);margin:0 0 1.6rem}
.hero-art{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line)}

.offer-strip{display:flex;flex-wrap:wrap;gap:.8rem;margin:1.6rem 0}
.offer-chip{
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:999px;
  padding:.5rem 1.1rem;
  font-weight:700;
  font-size:.92rem;
}
.offer-chip b{color:var(--gold)}

/* ---------- bonus cards ---------- */
.section{padding:2.6rem 0}
.section-title{
  font-size:clamp(1.4rem,2.6vw,2rem);
  margin:0 0 1.6rem;
  color:var(--white);
}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.3rem}
.card{
  background:linear-gradient(180deg,rgba(155,25,245,.10),rgba(255,255,255,.03));
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  display:flex;flex-direction:column;
  transition:transform .18s ease,border-color .18s ease;
}
.card:hover{transform:translateY(-4px);border-color:rgba(244,212,130,.45)}
.card img{width:100%;aspect-ratio:16/9;object-fit:cover}
.card-body{padding:1.1rem 1.2rem 1.4rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.card-kicker{font-size:.78rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);font-weight:700}
.card-title{font-size:1.12rem;font-weight:800;margin:0;color:var(--white)}
.card-value{color:var(--gold);font-weight:800;font-size:1.05rem}
.card .btn{margin-top:auto;align-self:flex-start}

/* ---------- article ---------- */
.article{
  background:rgba(255,255,255,.028);
  border:1px solid var(--line-soft);
  border-radius:var(--radius);
  padding:clamp(1.4rem,3.4vw,3rem);
}
.article > *:first-child{margin-top:0}
.article h1{display:none} /* the H1 is lifted into the hero */
.article h2{
  font-size:clamp(1.35rem,2.5vw,1.85rem);
  margin:2.6rem 0 .9rem;
  padding-bottom:.5rem;
  border-bottom:1px solid var(--line);
  color:var(--white);
}
.article h3{font-size:1.18rem;margin:1.9rem 0 .6rem;color:var(--gold)}
.article h4{font-size:1.04rem;margin:1.4rem 0 .5rem;color:var(--base-21)}
.article p{margin:0 0 1.05rem;color:#e8dff0}
.article strong{color:var(--white)}
.article em{color:var(--text-muted)}
.article ul,.article ol{margin:0 0 1.15rem;padding-left:1.3rem;color:#e8dff0}
.article li{margin-bottom:.45rem}
.article li::marker{color:var(--primary)}
.article a{color:var(--gold);text-decoration:underline;text-underline-offset:3px}
/* buttons inside the copy must keep their own styling, not the link styling */
.article a.btn{color:#fff;text-decoration:none}
.article a.btn:hover{color:#fff;text-decoration:none}
.article a.btn-gold,.article a.btn-gold:hover{color:#2a0f3a}

.article blockquote{
  margin:1.4rem 0;
  padding:1rem 1.3rem;
  border-left:3px solid var(--gold);
  background:rgba(244,212,130,.07);
  border-radius:0 var(--radius-sm) var(--radius-sm) 0;
  color:#f3e9d2;
}
.article blockquote p:last-child{margin-bottom:0}

.article hr{border:0;height:1px;background:var(--line);margin:2.2rem 0}

/* CTA paragraphs promoted from the copy */
.cta-line{text-align:center;margin:2rem 0}

/* tables */
.table-scroll{overflow-x:auto;margin:0 0 1.4rem;border-radius:var(--radius-sm);border:1px solid var(--line)}
.article table{border-collapse:collapse;width:100%;min-width:520px;font-size:.95rem}
.article th,.article td{padding:.72rem .9rem;text-align:left;border-bottom:1px solid var(--line-soft)}
.article th{background:rgba(155,25,245,.18);color:var(--white);font-weight:800;white-space:nowrap}
.article tbody tr:nth-child(even){background:rgba(255,255,255,.025)}
.article tbody tr:last-child td{border-bottom:0}

/* ---------- footer ---------- */
.site-footer{
  margin-top:3rem;
  padding:2.6rem 0 2rem;
  border-top:1px solid var(--line);
  background:rgba(4,2,18,.6);
  color:var(--text-dim);
  font-size:.9rem;
}
.footer-top{display:flex;flex-wrap:wrap;gap:1.6rem;align-items:center;justify-content:space-between;margin-bottom:1.6rem}
.footer-top img{width:130px}
.socials{display:flex;gap:.8rem}
.socials img{width:26px;height:26px;opacity:.7;transition:opacity .15s}
.socials a:hover img{opacity:1}
.foot-links{display:flex;flex-wrap:wrap;gap:1.1rem;margin-bottom:1.2rem}
.foot-links a{color:var(--text-muted);text-decoration:none}
.foot-links a:hover{color:#fff}
.age{
  display:inline-flex;align-items:center;justify-content:center;
  width:38px;height:38px;border-radius:50%;
  border:2px solid var(--error);color:var(--error);
  font-weight:800;font-size:.85rem;flex:0 0 auto;
}
.disclaimer{display:flex;gap:1rem;align-items:flex-start;line-height:1.55}

/* ---------- responsive ---------- */
@media (max-width:900px){
  .hero-grid{grid-template-columns:1fr}
  .hero-art{order:-1}
  .nav{display:none}
  body{font-size:16px}
}
@media (max-width:560px){
  .site-header .wrap{min-height:62px;gap:.8rem}
  .brand img{width:118px}
  .btn{padding:.6rem 1.1rem;font-size:.85rem}
  .btn-lg{padding:.85rem 1.4rem;font-size:.95rem}
  .hero{padding:2.2rem 0 1.6rem}
}

@media (prefers-reduced-motion:reduce){
  *{transition:none!important;scroll-behavior:auto!important}
}
