* {
  box-sizing: border-box;
}

:root {
  --bg: #060606;
  --panel: rgba(255, 255, 255, 0.06);
  --panel-strong: rgba(255, 255, 255, 0.09);
  --line: rgba(255, 255, 255, 0.12);
  --text: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);
  --green: #6eff66;
  --gold: #ffbc2b;
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(21, 255, 116, 0.16), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 153, 0, 0.18), transparent 26%),
    radial-gradient(circle at bottom center, rgba(0, 132, 255, 0.11), transparent 26%),
    var(--bg);
  color: var(--text);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.bg-glow {
  position: fixed;
  border-radius: 999px;
  filter: blur(90px);
  z-index: 0;
  pointer-events: none;
  opacity: 0.45;
}

.glow-1 {
  width: 260px;
  height: 260px;
  background: rgba(0, 255, 128, 0.22);
  top: 90px;
  left: -70px;
}

.glow-2 {
  width: 320px;
  height: 320px;
  background: rgba(255, 166, 0, 0.18);
  top: 140px;
  right: -80px;
}

.glow-3 {
  width: 280px;
  height: 280px;
  background: rgba(0, 157, 255, 0.14);
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(6, 6, 6, 0.72);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 86px;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand img {
  width: 78px;
  height: 52px;
  object-fit: contain;
  border-radius: 12px;
}

.brand strong {
  display: block;
  font-size: 1.15rem;
  font-weight: 900;
}

.brand span {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.83rem;
}

.menu {
  display: flex;
  align-items: center;
  gap: 28px;
  color: rgba(255, 255, 255, 0.76);
}

.menu a:hover {
  color: #fff;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: #fff;
  border-radius: 12px;
  width: 46px;
  height: 46px;
  font-size: 1.25rem;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 14px;
  padding: 0 16px 18px;
  border-top: 1px solid var(--line);
  background: rgba(6, 6, 6, 0.95);
}

.mobile-menu.open {
  display: flex;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 18px;
  font-weight: 800;
  transition: 0.25s ease;
  border: 1px solid transparent;
  cursor: pointer;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #111;
  background: linear-gradient(90deg, #62ff64 0%, #ffbd2f 100%);
  box-shadow: 0 10px 30px rgba(255, 185, 45, 0.16);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--line);
  color: #fff;
}

.full {
  width: 100%;
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 38px;
  align-items: center;
  padding: 64px 0 44px;
}

.pill,
.section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: 1px solid var(--line);
}

.pill {
  background: rgba(110, 255, 102, 0.1);
  color: #abff9f;
}

.section-kicker.green {
  color: #abff9f;
}

.section-kicker.gold {
  color: #ffd06a;
}

.hero h1 {
  margin: 18px 0 0;
  font-size: clamp(2.9rem, 6vw, 5.4rem);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.text-green {
  background: linear-gradient(90deg, #6fff66, #8cffb6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gold {
  background: linear-gradient(90deg, #ffd76a, #ff9f1a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.mini-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.mini-badges span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.78);
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 0.92rem;
}

.hero-card .card,
.info-card,
.price-card,
.panel {
  border: 1px solid var(--line);
  background: var(--panel);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-card .card {
  border-radius: 30px;
  padding: 20px;
}

.card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.card-top small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
}

.card-top h3 {
  margin: 6px 0 0;
  font-size: 1.65rem;
  font-weight: 900;
}

.gift-box {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(90deg, #62ff64 0%, #ffbd2f 100%);
  color: #111;
  font-size: 1.55rem;
  font-weight: 900;
}

.featured-prize {
  margin-top: 22px;
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 187, 43, 0.16), rgba(110, 255, 102, 0.09));
  border: 1px solid rgba(255, 191, 54, 0.18);
}

.featured-prize span {
  display: inline-block;
  color: #ffd06a;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.featured-prize h2 {
  margin: 12px 0 0;
  font-size: 2rem;
  font-weight: 900;
}

.featured-prize p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 1rem;
}

.prize-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.prize-grid div,
.notice,
.support-item,
.soft-box {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
}

.prize-grid div {
  border-radius: 18px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.88);
}

.notice {
  margin-top: 18px;
  border-radius: 18px;
  padding: 15px 16px;
  color: #cbffcb;
  background: rgba(110, 255, 102, 0.09);
}

.section {
  position: relative;
  z-index: 2;
  padding: 38px 0 44px;
}

.section-head {
  margin-bottom: 26px;
}

.section-head.split {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: end;
}

.section-head h2,
.panel h2 {
  margin: 12px 0 0;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  font-weight: 900;
}

.section-head p,
.panel p {
  max-width: 560px;
  color: var(--muted);
  line-height: 1.7;
}

.cards-grid,
.pricing-grid,
.dual-section {
  display: grid;
  gap: 18px;
}

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

.info-card,
.price-card,
.panel {
  border-radius: 28px;
  padding: 26px;
}

.info-card .icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  font-size: 1.45rem;
  background: linear-gradient(90deg, #62ff64 0%, #ffbd2f 100%);
  color: #111;
}

.info-card h3,
.price-card h3 {
  margin: 18px 0 0;
  font-size: 1.38rem;
  font-weight: 900;
}

.info-card p,
.price-card p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.price-card {
  position: relative;
}

.price-card .price {
  margin-top: 16px;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.04em;
}

.price-card .btn {
  margin-top: 22px;
}

.price-card.featured {
  background: linear-gradient(180deg, rgba(255, 188, 43, 0.12), rgba(110, 255, 102, 0.08));
  border-color: rgba(255, 188, 43, 0.28);
}

.tag {
  display: inline-flex;
  min-height: 34px;
  padding: 0 12px;
  align-items: center;
  border-radius: 999px;
  color: #111;
  background: #ffbf38;
  font-size: 0.8rem;
  font-weight: 900;
}

.dual-section {
  grid-template-columns: 1fr 1fr;
}

.lead-form {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.lead-form input {
  height: 54px;
  border-radius: 18px;
  border: 1px solid var(--line);
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  font: inherit;
}

.lead-form input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.form-message {
  margin-top: 14px;
  min-height: 24px;
  color: #cbffcb;
  font-weight: 600;
}

.support-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.support-item,
.soft-box {
  border-radius: 18px;
  padding: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.soft-box {
  margin-top: 18px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  min-height: 54px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #31d867 0%, #57f46f 100%);
  color: #052c12;
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.site-footer {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 0;
}

.footer-wrap p {
  color: rgba(255, 255, 255, 0.48);
  margin: 0;
}

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.7s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.22s;
}

@media (max-width: 1024px) {
  .hero,
  .dual-section,
  .pricing-grid,
  .cards-grid,
  .section-head.split {
    grid-template-columns: 1fr;
  }

  .section-head.split p {
    max-width: 100%;
  }
}

@media (max-width: 820px) {
  .menu,
  .nav > .btn {
    display: none;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .hero {
    padding-top: 34px;
  }

  .brand img {
    width: 64px;
    height: 44px;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .prize-grid {
    grid-template-columns: 1fr;
  }

  .btn {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }
}
