@font-face{font-family:OmnesRegular;src:url("../fonts/Omnes-Regular.woff") format("woff");font-weight:400;font-display:swap}
@font-face{font-family:OmnesMedium;src:url("../fonts/Omnes-Medium.woff") format("woff");font-weight:500;font-display:swap}
@font-face{font-family:OmnesSemiBold;src:url("../fonts/Omnes-SemiBold.woff") format("woff");font-weight:600;font-display:swap}
@font-face{font-family:OmnesBold;src:url("../fonts/Omnes-Bold.woff") format("woff");font-weight:700;font-display:swap}
:root{
  --coral:#F47C6A; --coral-hot:#ff5a6c; --yellow:#FFDD3F; --gold:#FDD500;
  --purple:#AE86E0; --green:#719E7F; --teal:#0b7c72; --sky:#66B0C4;
  --ink:#242424; --muted:#4E4E4E; --white:#fff; --bg:#fff;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:OmnesRegular, Helvetica, Arial, sans-serif;
  color:var(--ink); background:var(--bg); line-height:1.5;
}
img{max-width:100%; height:auto; display:block}
a{color:var(--coral); text-decoration:none}
a:hover{text-decoration:underline}
h1,h2,h3,h4,h5{font-family:OmnesSemiBold, Helvetica, sans-serif; color:var(--ink); letter-spacing:-.02em; margin:0 0 .6rem}
.wrap{max-width:1180px; margin:0 auto; padding:0 1.25rem}
.site-header{
  background:var(--white); position:sticky; top:0; z-index:50;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.site-header .inner{display:flex; align-items:center; justify-content:space-between; min-height:4.5rem; gap:1rem}
.logo{width:150px}
.nav{display:flex; gap:1.15rem; align-items:center; flex-wrap:wrap}
.nav a{
  font-family:OmnesMedium, sans-serif; font-size:.95rem; color:var(--ink);
}
.nav a.active, .nav a:hover{color:var(--coral); text-decoration:none}
.btn-app{
  display:inline-flex; align-items:center; gap:.45rem;
  background:var(--coral); color:#fff !important; font-family:OmnesSemiBold, sans-serif;
  border-radius:999px; padding:.65rem 1.1rem; text-decoration:none !important;
  box-shadow:0 12px 18px -12px var(--coral-hot);
}
.btn-app img{width:18px; height:18px}
.menu-btn{
  display:none; background:#fff; border:0; width:2.6rem; height:2.6rem;
  border-radius:999px; box-shadow:0 .15em .65em rgba(0,0,0,.18); cursor:pointer;
}
.nav-drawer{display:none}
@media (max-width:900px){
  .nav{display:none}
  .menu-btn{display:inline-flex; align-items:center; justify-content:center}
  .nav-drawer.open{display:flex; flex-direction:column; gap:.75rem; padding:0 1.25rem 1.1rem; background:#fff}
}

.hero{
  position:relative; overflow:hidden;
  background:linear-gradient(180deg,#fff 0%, #fff8e6 55%, #fff 100%);
  padding:2.2rem 0 1rem;
}
.hero-grid{display:grid; grid-template-columns:1.05fr .95fr; gap:1.5rem; align-items:center}
.hero h1{font-size:clamp(2rem,4.4vw,3.6rem); line-height:1.12; font-family:OmnesSemiBold, sans-serif}
.hero h1 span{color:var(--coral)}
.hero-art{position:relative; display:flex; justify-content:center; align-items:center}
.hero-art img.phone{max-width:320px; margin:0 auto}
.member-badge{
  position:absolute; right:4%; top:12%;
  width:min(260px,46vw); aspect-ratio:1; border-radius:50%;
  background:var(--yellow); display:flex; flex-direction:column;
  align-items:center; justify-content:center; text-align:center;
  font-family:OmnesSemiBold, sans-serif; box-shadow:0 12px 30px rgba(253,213,0,.35);
}
.member-badge span{font-size:1.15rem}
.member-badge strong{font-size:1.7rem; font-family:OmnesBold, sans-serif}
.cta-row{display:flex; flex-wrap:wrap; gap:.7rem; margin:1.1rem 0 .5rem}
.btn{
  display:inline-block; background:var(--coral); color:#fff !important;
  font-family:OmnesSemiBold, sans-serif; text-transform:uppercase; letter-spacing:.04em;
  border-radius:999px; padding:.85rem 1.5rem; text-decoration:none !important;
  box-shadow:0 18px 20px -18px var(--coral-hot); min-width:9.5rem; text-align:center;
}
.btn.ghost{background:transparent; color:var(--yellow) !important; box-shadow:none; text-transform:none; padding-left:0}
.btn.outline{background:#fff; color:var(--coral) !important; border:2px solid var(--coral); box-shadow:none}
.curve{display:block; width:100%; height:auto; margin-top:-1px}

.section{padding:3rem 0}
.section.tint{background:#fdf7f6}
.section.lilac{background:#f6f1fb}
.section.cream{background:#fff8e0}
.section h2{font-size:clamp(1.8rem,3.4vw,3rem); text-align:center}
.section h2 span, .section h3 span, .section h4 span, .section h5 span{color:var(--coral)}
.lead{max-width:46rem; margin:.4rem auto 1.6rem; text-align:center; color:var(--muted); font-size:1.1rem}

.grid{display:flex; flex-wrap:wrap; gap:1.2rem; justify-content:center}
.card{
  background:#fff; border-radius:22px; width:280px;
  box-shadow:0 10px 28px rgba(0,0,0,.08); overflow:hidden; color:inherit;
  text-decoration:none !important; display:flex; flex-direction:column;
}
.card .media{position:relative; aspect-ratio:1.05; background:#f6f6f6}
.card .media img{width:100%; height:100%; object-fit:cover}
.card .logo-badge{
  position:absolute; left:10px; bottom:10px; width:58px; height:58px;
  background:#fff; border-radius:18px; padding:4px; box-shadow:0 4px 12px rgba(0,0,0,.12);
}
.card .logo-badge img{width:100%; height:100%; object-fit:contain}
.card .icon-badge{
  position:absolute; right:10px; top:10px; width:42px; height:42px;
  background:#fff; border-radius:14px; padding:6px;
}
.card .body{padding:.85rem 1rem 1.1rem}
.card .cat{
  display:inline-block; font-family:OmnesMedium, sans-serif; font-size:.8rem;
  color:var(--coral); margin-bottom:.25rem;
}
.card .cat.Perks{color:var(--teal)}
.card .cat.Giveaways{color:var(--purple)}
.card h3{font-size:1.05rem; margin:0 0 .35rem}
.card p{margin:0; color:var(--muted); font-size:.92rem}
.bonus-star{position:absolute; left:12px; top:12px; width:36px}

.steps{display:flex; flex-wrap:wrap; gap:1rem; justify-content:center}
.step{
  width:280px; border-radius:22px; padding:1.2rem 1.1rem; color:#fff; min-height:230px;
}
.step.red{background:#ff5a6c}
.step.yellow{background:#FDD500; color:var(--ink)}
.step.purple{background:#AE86E0}
.step img{width:72px; margin:0 0 .7rem}
.step label{display:block; font-family:OmnesSemiBold, sans-serif; font-size:1.15rem; margin-bottom:.4rem}

.story{
  width:260px; border-radius:22px; overflow:hidden; background:#fff;
  box-shadow:0 10px 28px rgba(0,0,0,.08); text-decoration:none !important; color:inherit;
}
.story img{width:100%; height:160px; object-fit:cover}
.story .body{padding:.85rem 1rem 1.1rem}
.story.pink{background:#fde8e8}
.story.purple{background:#efe6fb}
.story.sky{background:#e5f4f8}
.story.yellow{background:#fff4c7}
.story.green{background:#e7f3ea}

.brand-grid{display:flex; flex-wrap:wrap; gap:1rem 1.4rem; justify-content:center; align-items:center}
.brand-grid img{height:42px; width:auto; max-width:140px; object-fit:contain; filter:grayscale(.05)}
.brand-banner{margin-top:1.5rem; border-radius:18px; overflow:hidden}
.brand-banner img{width:100%; object-fit:cover}

.page-hero{padding:2.5rem 0 1.5rem; background:linear-gradient(180deg,#fff8e6,#fff)}
.page-hero.perks{background:linear-gradient(180deg,#eaf7f2,#fff)}
.page-hero.about{background:linear-gradient(180deg,#f6f1fb,#fff)}
.page-hero h1{font-size:clamp(2rem,4vw,3.2rem); max-width:18ch}
.page-hero p{max-width:42rem; color:var(--muted); font-size:1.08rem}

.winner{
  width:260px; background:#fff; border-radius:20px; overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}
.winner img{width:100%; height:150px; object-fit:cover}
.winner .body{padding:.85rem 1rem 1rem}
.winner .cup{display:flex; align-items:center; gap:.4rem; font-family:OmnesMedium, sans-serif}
.winner .cup img{width:22px; height:22px}

.site-footer{background:var(--purple); color:#fff; padding:3.2rem 1.25rem 2.4rem; margin-top:1rem}
.site-footer a, .site-footer p, .site-footer label{color:#fff !important}
.site-footer a:hover{text-decoration:underline}
.foot-grid{max-width:1180px; margin:0 auto; display:flex; flex-wrap:wrap; gap:2rem; justify-content:space-between}
.foot-brand img.wordmark{height:36px; margin-bottom:.8rem}
.socials{display:flex; gap:.7rem; margin:1rem 0}
.socials img{width:28px; height:28px}
.foot-cols{display:flex; flex-wrap:wrap; gap:2rem}
.foot-cols label{display:block; font-family:OmnesMedium, sans-serif; font-size:1.15rem; margin-bottom:.4rem}
.foot-cols ul{list-style:none; margin:0; padding:0}
.foot-cols li{margin:.35rem 0}
.legal-links{display:flex; gap:1rem; padding:0; list-style:none; margin:.6rem 0 0}
.back-top{font-family:OmnesSemiBold, sans-serif; text-transform:uppercase; letter-spacing:.04em}

.fo-error, .fo-loading{padding:1rem; text-align:center; color:var(--muted)}
@media (max-width:800px){
  .hero-grid{grid-template-columns:1fr}
  .member-badge{position:static; width:180px; margin:1rem auto 0}
  .hero-art img.phone{max-width:240px}
}
