* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 80% 10%, rgba(122, 44, 255, 0.32), transparent 35%),
    radial-gradient(circle at 15% 45%, rgba(122, 44, 255, 0.22), transparent 30%),
    linear-gradient(180deg, #07070d 0%, #090611 45%, #050508 100%);
  color: #fff;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent 80%);
}

.page {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 22px 18px 34px;
  position: relative;
}

.hero {
  text-align: center;
  padding-top: 4px;
}

.topbar {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.text-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: .82;
  margin: 0 auto 8px;
  text-align: center;
}

.logo-rush {
  font-size: 26px;
  font-weight: 1000;
  font-style: italic;
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-shadow: 0 4px 18px rgba(0,0,0,.65);
}

.logo-core {
  font-size: 52px;
  font-weight: 1000;
  font-style: italic;
  color: #8e39ff;
  letter-spacing: -2px;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(142, 57, 255, .65);
}

.logo {
  display: none;
}

.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(143, 70, 255, .75);
  border-radius: 14px;
  background: rgba(126, 49, 255, .16);
  box-shadow: 0 0 22px rgba(126, 49, 255, .22);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .4px;
  margin-bottom: 18px;
}

h1 {
  margin: 0;
  font-size: clamp(42px, 12vw, 70px);
  line-height: .94;
  letter-spacing: -1.5px;
  font-weight: 1000;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0,0,0,.65);
}

h1 span {
  display: inline-block;
  color: #8e39ff;
  text-shadow: 0 0 22px rgba(142, 57, 255, .5);
}

.subline {
  margin: 20px auto 24px;
  max-width: 430px;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
}

.whatsapp-btn {
  width: 100%;
  min-height: 78px;
  border-radius: 18px;
  background: linear-gradient(180deg, #19d84b 0%, #02a731 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-decoration: none;
  font-weight: 1000;
  font-size: 19px;
  line-height: 1.12;
  text-align: left;
  padding: 15px 18px;
  border: 1px solid rgba(119,255,145,.9);
  box-shadow: 0 0 32px rgba(0, 255, 72, .35), inset 0 0 14px rgba(255,255,255,.13);
  transition: transform .15s ease, filter .15s ease;
}

.whatsapp-btn:active {
  transform: scale(.985);
  filter: brightness(1.08);
}

.whatsapp-btn img {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
}

.trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 18px 0 26px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .4px;
}

.cards {
  display: grid;
  gap: 14px;
  margin-top: 8px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 18px;
  border: 1px solid rgba(142,57,255,.45);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(23,18,36,.82), rgba(10,8,18,.82));
  box-shadow: 0 0 28px rgba(0,0,0,.28);
}

.icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(142,57,255,.18);
  font-size: 29px;
  margin-bottom: 14px;
}

.card h2 {
  margin: 0 0 10px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.15;
}

.card p {
  margin: 0;
  max-width: 360px;
  color: rgba(255,255,255,.75);
  font-size: 15px;
  line-height: 1.35;
}

.steps {
  margin-top: 18px;
  padding: 20px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(91,20,183,.34), rgba(16,12,28,.9));
  border: 1px solid rgba(142,57,255,.55);
}

.steps h2 {
  margin: 0 0 14px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.step {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 10px 0;
  color: rgba(255,255,255,.86);
  font-size: 16px;
  font-weight: 700;
}

.step b {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #9a3dff, #5d19d6);
  color: white;
}

footer {
  margin-top: 24px;
  text-align: center;
  font-weight: 900;
  letter-spacing: 4px;
  color: rgba(255,255,255,.72);
  font-size: 12px;
}

footer a {
  display: inline-block;
  margin-top: 12px;
  color: #9d63ff;
  text-decoration: none;
  letter-spacing: 0;
}

@media (min-width: 760px) {
  .page {
    max-width: 820px;
    padding-top: 40px;
  }

  .text-logo {
    flex-direction: row;
    gap: 8px;
    line-height: 1;
    margin-bottom: 28px;
  }

  .logo-rush,
  .logo-core {
    font-size: 44px;
  }

  .cards {
    grid-template-columns: repeat(3, 1fr);
  }

  .card {
    min-height: 245px;
  }

  .whatsapp-btn {
    max-width: 520px;
    margin: 0 auto;
  }
}

.hero-buttons{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin-top:26px;
}

.main-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:290px;
  min-height:68px;
  padding:16px 28px;
  border-radius:18px;
  background:linear-gradient(180deg,#1dde53 0%,#08af37 100%);
  color:#fff;
  text-decoration:none;
  font-size:18px;
  font-weight:1000;
  border:1px solid rgba(133,255,160,.85);
  box-shadow:
    0 0 30px rgba(0,255,72,.28),
    inset 0 0 12px rgba(255,255,255,.14);
  transition:.18s ease;
}

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

.secondary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:290px;
  min-height:68px;
  padding:16px 28px;
  border-radius:18px;
  background:
    linear-gradient(180deg,
    rgba(33,22,54,.95),
    rgba(15,10,24,.95));
  color:#b77cff;
  text-decoration:none;
  font-size:17px;
  font-weight:900;
  border:1px solid rgba(150,71,255,.5);
  box-shadow:
    0 0 24px rgba(142,57,255,.16),
    inset 0 0 10px rgba(255,255,255,.04);
  transition:.18s ease;
}

.secondary-btn:hover{
  transform:translateY(-2px);
  border-color:rgba(174,101,255,.9);
  color:#d6b2ff;
}

.footer-links{
  margin-top:16px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  gap:18px;
}

.footer-links a{
  color:#a970ff;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  transition:.15s ease;
}

.footer-links a:hover{
  color:#d2b1ff;
}

.final-cta{
  margin-top:34px;
  padding:34px 26px;
  border-radius:26px;
  text-align:center;
  border:1px solid rgba(142,57,255,.4);
  background:
    linear-gradient(180deg,
    rgba(23,18,36,.92),
    rgba(10,8,18,.92));
}

.final-title{
  font-size:34px;
  font-weight:1000;
  line-height:1;
  margin-bottom:16px;
  text-transform:uppercase;
}

.final-cta p{
  margin:0 auto 24px;
  max-width:620px;
  color:rgba(255,255,255,.78);
  line-height:1.5;
  font-size:17px;
}

.info-section,
.status-section {
  margin-top: 34px;
}

.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 1000;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #fff;
}

.info-card {
  padding: 26px;
  border-radius: 22px;
  border: 1px solid rgba(142,57,255,.45);
  background: linear-gradient(180deg, rgba(23,18,36,.82), rgba(10,8,18,.82));
  box-shadow: 0 0 28px rgba(0,0,0,.28);
}

.info-card p {
  margin: 0 0 16px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  line-height: 1.55;
}

.info-card p:last-child {
  margin-bottom: 0;
}

.status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.status-card {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(142,57,255,.45);
  background: linear-gradient(180deg, rgba(23,18,36,.82), rgba(10,8,18,.82));
  color: rgba(255,255,255,.88);
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 0 22px rgba(0,0,0,.24);
}

.status-card span {
  font-size: 22px;
  flex: 0 0 auto;
}

.status-card.done {
  border-color: rgba(69,255,142,.35);
}

.status-card.progress {
  border-color: rgba(255,186,73,.35);
}

@media (max-width: 759px) {
  .status-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 21px;
  }
}

.site-nav{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:26px;
  flex-wrap:wrap;
  margin-bottom:34px;
  padding-top:8px;
}

.site-nav a{
  position:relative;
  color:#b46fff;
  text-decoration:none;
  font-size:15px;
  font-weight:900;
  letter-spacing:.3px;
  transition:.18s ease;
}

.site-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-6px;
  width:0%;
  height:2px;
  border-radius:999px;
  background:#a855ff;
  transition:.18s ease;
}

.site-nav a:hover{
  color:#dfc2ff;
}

.site-nav a:hover::after{
  width:100%;
}

@media (max-width: 760px){

  .site-nav{
    gap:16px;
    margin-bottom:26px;
  }

  .site-nav a{
    font-size:14px;
  }

}
