:root{
  --blue:#2e9bff;
  --blue-2:#6d6bff;
  --pink:#ff3f82;
  --pink-2:#ff6a88;
  --purple:#8b4dff;
  --cream:#fff0da;
  --white:#ffffff;
  --ink:#171727;
  --muted:#5d6073;
  --card:#ffffff;
  --soft:#f8f3ff;
  --green:#25d366;
  --shadow:0 24px 70px rgba(37,50,95,.18);
}

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

body.top-achadinhos-ofertasluxo-body,
body.top-achadinhos-ofertasluxo-2026-page{
  font-family:"Inter",sans-serif;
  background:
    radial-gradient(circle at 5% 0%, rgba(46,155,255,.22), transparent 26%),
    radial-gradient(circle at 95% 8%, rgba(255,63,130,.22), transparent 26%),
    linear-gradient(135deg,#e8f7ff 0%,#f4ebff 42%,#fff0f5 100%);
  color:var(--ink);
  min-height:100vh;
}

body.top-achadinhos-ofertasluxo-body{
  padding-bottom:82px;
}

a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

.page{padding:14px 12px 34px}
.shell{width:min(520px,100%);margin:0 auto}

.card{
  position:relative;
  overflow:hidden;
  border-radius:28px;
  background:rgba(255,255,255,.90);
  border:1px solid rgba(255,255,255,.76);
  box-shadow:var(--shadow);
  backdrop-filter:blur(12px);
}

.top-strip{
  width:100%;
  min-height:34px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  color:#ffffff;
  background:linear-gradient(90deg,var(--blue),var(--pink));
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.hero{
  position:relative;
  padding:20px 20px 16px;
  text-align:center;
  overflow:hidden;
}

.orb{
  position:absolute;
  border-radius:999px;
  filter:blur(42px);
  opacity:.38;
  pointer-events:none;
}

.orb-blue{width:150px;height:150px;background:var(--blue);top:-68px;left:-58px}
.orb-pink{width:150px;height:150px;background:var(--pink);right:-58px;top:40px}

.logo-frame{
  position:relative;
  z-index:1;
  width:136px;
  height:136px;
  margin:0 auto 12px;
  padding:6px;
  border-radius:999px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(255,255,255,.92);
  box-shadow:0 12px 28px rgba(60,70,120,.14);
}

.logo{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:50%;
}

.badge{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 13px;
  border-radius:999px;
  font-size:10.5px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#ffffff;
  background:linear-gradient(90deg,var(--blue),var(--pink));
  box-shadow:0 10px 22px rgba(255,63,130,.18);
  margin-bottom:12px;
}

h1{
  position:relative;
  z-index:1;
  font-family:"Manrope",sans-serif;
  font-size:clamp(29px,7.8vw,39px);
  line-height:1.04;
  color:var(--ink);
  letter-spacing:-.045em;
  max-width:390px;
  margin:0 auto 10px;
}

.hero p{
  position:relative;
  z-index:1;
  color:var(--muted);
  font-size:14.5px;
  line-height:1.48;
  margin:0 auto 15px;
  max-width:430px;
}

.main-btn{
  position:relative;
  z-index:1;
  min-height:52px;
  width:100%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border-radius:999px;
  background:linear-gradient(90deg,#21c85e,var(--green));
  color:#fff;
  font-size:15px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.02em;
  box-shadow:0 12px 28px rgba(37,211,102,.30);
  transition:.18s;
  animation:btnPulse 1.7s ease-in-out infinite;
}

.btn-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  line-height:1;
}

@keyframes btnPulse{
  0%,100%{transform:scale(1);box-shadow:0 12px 28px rgba(37,211,102,.30)}
  50%{transform:scale(1.035);box-shadow:0 18px 42px rgba(37,211,102,.42)}
}

.main-btn:hover{transform:translateY(-2px);filter:brightness(1.04)}

.trust-line{
  position:relative;
  z-index:1;
  display:block;
  margin-top:10px;
  color:var(--muted);
  font-size:11.5px;
  font-weight:700;
  line-height:1.35;
}

.progress-box{
  margin:0 16px 20px;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(135deg,rgba(46,155,255,.08),rgba(255,63,130,.08));
  border:1px solid rgba(80,90,150,.10);
}

.progress-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:9px;
  font-size:13px;
}

.progress-top span{font-weight:900;color:var(--pink)}

.progress{
  height:10px;
  border-radius:999px;
  background:rgba(80,90,150,.12);
  overflow:hidden;
  margin-bottom:8px;
}

.progress span{
  display:block;
  width:84%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--blue),var(--purple),var(--pink));
  transition:width .8s ease;
}

.progress-box p{color:var(--muted);font-size:12.5px;line-height:1.45}

.section-title{text-align:center;padding:2px 18px 14px}

.section-title h2,.why h2{
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.04em;
  font-weight:900;
}

.section-title::after,.why h2::after{
  content:"";
  display:block;
  width:76px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--blue),var(--pink));
  margin:9px auto 0;
}

.items{display:grid;gap:11px;padding:0 16px 22px}

.item{
  padding:15px;
  border-radius:18px;
  background:rgba(255,255,255,.74);
  border:1px solid rgba(80,90,150,.10);
  border-left:5px solid var(--blue);
  box-shadow:0 12px 28px rgba(40,50,90,.06);
}

.item:nth-child(2){border-left-color:var(--purple)}
.item:nth-child(3){border-left-color:var(--pink)}
.item:nth-child(4){border-left-color:var(--blue-2)}

.item span{
  width:43px;
  height:43px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:linear-gradient(135deg,rgba(46,155,255,.15),rgba(255,63,130,.15));
  margin-bottom:9px;
  font-size:21px;
}

.item h3{font-size:14.5px;text-transform:uppercase;margin-bottom:7px}
.item p{color:var(--muted);font-size:13.5px;line-height:1.55}

.why{padding:0 16px 22px;text-align:center}
.why-grid{display:grid;gap:11px;margin-top:15px}

.why-grid div{
  padding:15px;
  border-radius:18px;
  background:rgba(255,255,255,.66);
  border:1px solid rgba(80,90,150,.10);
}

.why-grid strong{display:block;margin-bottom:6px;font-size:14px;text-transform:uppercase}
.why-grid p{color:var(--muted);font-size:13.5px;line-height:1.5}

footer{
  border-top:1px solid rgba(80,90,150,.10);
  padding:18px 16px 22px;
  text-align:center;
  color:var(--muted);
}

footer div{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  flex-wrap:wrap;
  margin-bottom:10px;
}

footer a,footer span,footer p{font-size:12px;font-weight:600}

.mobile-sticky-btn{
  position:fixed;
  left:14px;
  right:14px;
  bottom:12px;
  z-index:99998;
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(90deg,#21c85e,var(--green));
  box-shadow:0 14px 32px rgba(37,211,102,.34);
  font-size:14px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.join-pop{
  position:fixed;
  left:50%;
  bottom:76px;
  z-index:99999;
  transform:translate(-50%,130%);
  width:min(420px,calc(100% - 28px));
  display:flex;
  align-items:center;
  gap:12px;
  padding:13px 15px;
  border-radius:20px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(80,90,150,.12);
  box-shadow:0 18px 45px rgba(40,50,90,.18);
  opacity:0;
  pointer-events:none;
  transition:transform .45s ease,opacity .45s ease;
}

.join-pop.show{transform:translate(-50%,0);opacity:1}

.join-pop-avatar{
  width:42px;height:42px;min-width:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,rgba(46,155,255,.16),rgba(255,63,130,.16));
  font-size:20px;
}

.join-pop strong{display:block;color:var(--ink);font-size:14px;line-height:1.25}
.join-pop span{display:block;color:var(--muted);font-size:12px;margin-top:2px}

@media(min-width:768px){
  body.top-achadinhos-ofertasluxo-body{padding-bottom:0}
  .mobile-sticky-btn{display:none}
  .page{padding:42px 14px 42px}
  .card{border-radius:34px}
  .hero{padding:28px 30px 22px}
  .logo-frame{width:158px;height:158px;margin-bottom:14px}
  .progress-box,.items,.why{margin-left:24px;margin-right:24px;padding-left:0;padding-right:0}
  .join-pop{bottom:22px}
}

@media(max-width:390px){
  .page{padding-left:9px;padding-right:9px}
  .hero{padding:17px 16px 14px}
  .top-strip{font-size:10px;min-height:31px}
  .logo-frame{width:112px;height:112px;margin-bottom:10px}
  .badge{font-size:9.5px;padding:6px 10px;margin-bottom:10px}
  h1{font-size:28px}
  .hero p{font-size:13.5px;line-height:1.42;margin-bottom:12px}
  .main-btn{min-height:49px;font-size:13.5px}
  .trust-line{font-size:10.5px}
}
