:root {
  color-scheme: dark;
  --bg: #080b09;
  --panel: #101914;
  --panel-strong: #13291f;
  --line: rgba(121, 255, 52, 0.38);
  --green: #67ff2e;
  --green-2: #13c978;
  --gold: #ffd329;
  --red: #ff4242;
  --pink: #ff5aa6;
  --text: #f7f7f1;
  --muted: #bdc7be;
  --shadow: 0 24px 90px rgba(11, 255, 102, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 80% 6%, rgba(82, 255, 47, 0.2), transparent 28rem),
    radial-gradient(circle at 20% 30%, rgba(19, 201, 120, 0.12), transparent 32rem),
    linear-gradient(180deg, #050706 0%, var(--bg) 42%, #0d1117 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(119, 255, 43, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(119, 255, 43, 0.045) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}

a {
  color: inherit;
}

.hero {
  min-height: 90vh;
  padding: 28px clamp(18px, 4vw, 70px) 34px;
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
}

.hero__grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(360px, 500px);
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
}

.brand {
  margin: 0 0 16px;
  font-family: "Roboto Condensed", Inter, sans-serif;
  font-size: clamp(1.45rem, 3vw, 2.45rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ededed;
  text-shadow: 0 2px 0 #4d4d4d, 0 0 26px rgba(255, 255, 255, 0.24);
}

.access-badge {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 9px 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(61, 255, 30, 0.2), rgba(103, 255, 46, 0.06));
  color: var(--green);
  font-family: "Roboto Condensed", Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 14px 0 12px;
  max-width: 760px;
  font-family: "Roboto Condensed", Inter, sans-serif;
  font-size: clamp(2.65rem, 5vw, 4.85rem);
  line-height: 0.92;
  font-weight: 900;
  text-transform: uppercase;
  color: #f1f1ed;
  text-shadow: 0 3px 0 #545454, 0 0 38px rgba(255, 255, 255, 0.22);
}

.hero__lead {
  max-width: 670px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.55vw, 1.18rem);
  line-height: 1.5;
}

.offer-card,
.final-offer__box,
.stack-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(19, 31, 25, 0.94), rgba(5, 8, 7, 0.92));
  box-shadow: var(--shadow);
}

.offer-card {
  width: min(590px, 100%);
  padding: clamp(16px, 2.4vw, 24px);
  border-radius: 8px;
}

.timer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  padding: 12px 16px;
  border-radius: 7px;
  background: linear-gradient(90deg, #d9212d, #ff4b4b);
  font-weight: 900;
}

.timer span {
  text-transform: uppercase;
  font-size: 0.82rem;
}

.timer strong {
  font-size: clamp(1rem, 2.6vw, 1.45rem);
  white-space: nowrap;
}

.price-row {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 0 18px;
  margin-bottom: 16px;
}

.price-row span {
  grid-column: 1 / -1;
  color: var(--muted);
  font-weight: 900;
  text-transform: uppercase;
}

.price-row strong,
.final-price {
  font-family: "Roboto Condensed", Inter, sans-serif;
  font-size: clamp(4.2rem, 9.5vw, 6.9rem);
  line-height: 0.86;
  color: #f2f2ed;
  text-shadow: 0 3px 0 #777, 0 0 24px rgba(255, 255, 255, 0.28);
}

.price-row em {
  align-self: center;
  color: var(--green);
  font-family: "Roboto Condensed", Inter, sans-serif;
  font-size: clamp(1.7rem, 4vw, 3rem);
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.cta {
  display: inline-flex;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  padding: 16px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #39e878, #14bf62);
  color: #061007;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 12px 38px rgba(30, 221, 95, 0.35);
  transition: transform 160ms ease, filter 160ms ease;
}

.cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
}

.microcopy {
  margin: 13px 0 0;
  color: var(--muted);
  text-align: center;
}

.hero__media {
  position: relative;
  justify-self: end;
  width: min(100%, 500px);
}

.hero__media::before {
  content: "";
  position: absolute;
  inset: 7% -7% 7% 12%;
  border: 1px solid rgba(103, 255, 46, 0.38);
  border-radius: 8px;
  transform: rotate(2deg);
  box-shadow: 0 0 52px rgba(103, 255, 46, 0.3);
}

.hero__media img {
  position: relative;
  display: block;
  width: 100%;
  max-height: 84vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 28px 100px rgba(0, 0, 0, 0.56);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  width: min(1120px, calc(100% - 36px));
  margin: 24px auto 0;
  border: 1px solid rgba(103, 255, 46, 0.25);
  background: rgba(103, 255, 46, 0.18);
}

.trust-strip div {
  min-height: 92px;
  padding: 18px;
  background: rgba(8, 11, 9, 0.92);
  display: grid;
  place-items: center;
  text-align: center;
}

.trust-strip strong {
  color: var(--green);
  text-transform: uppercase;
}

.trust-strip span {
  color: var(--muted);
  text-transform: uppercase;
  font-size: 0.82rem;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(54px, 8vw, 90px) 0 0;
}

.section__heading {
  text-align: center;
  margin-bottom: 28px;
}

.section__heading p {
  margin: 0 0 8px;
  color: var(--pink);
  font-weight: 900;
  text-transform: uppercase;
}

.section__heading h2 {
  margin: 0;
  font-family: "Roboto Condensed", Inter, sans-serif;
  font-size: clamp(2.3rem, 5.5vw, 4.5rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.benefit-grid,
.proof-grid,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.benefit-grid article,
.proof-grid article,
.testimonial-grid article,
.faq details {
  border: 1px solid rgba(103, 255, 46, 0.25);
  border-radius: 8px;
  background: rgba(16, 25, 20, 0.72);
}

.benefit-grid article {
  min-height: 246px;
  padding: 22px;
}

.icon {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 50%;
  background: rgba(103, 255, 46, 0.14);
  color: var(--green);
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(103, 255, 46, 0.38);
}

.benefit-grid h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.benefit-grid p,
.proof-grid p,
.testimonial-grid p,
.delivery p,
.faq p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.use-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.use-list div {
  min-height: 94px;
  padding: 20px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(103, 255, 46, 0.22);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(7, 55, 38, 0.78), rgba(11, 16, 13, 0.84));
  color: var(--text);
  font-weight: 800;
}

.stack-card {
  padding: clamp(18px, 4vw, 42px);
  border-radius: 8px;
}

.stack-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 8px 22px;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
}

.stack-item + .stack-item {
  margin-top: 12px;
}

.stack-item:nth-child(odd) {
  background: rgba(8, 62, 44, 0.52);
}

.stack-item span {
  grid-row: span 2;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stack-item strong {
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.stack-item em {
  color: var(--gold);
  font-style: normal;
  font-weight: 800;
}

.is-featured {
  background: rgba(21, 201, 120, 0.2);
  box-shadow: inset 0 0 0 1px rgba(103, 255, 46, 0.28);
}

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

.proof-grid article {
  padding: 24px;
}

.proof-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--green);
  font-size: 1.2rem;
  text-transform: uppercase;
}

.delivery__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: stretch;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(103, 255, 46, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(17, 36, 27, 0.92), rgba(5, 9, 7, 0.88));
  box-shadow: var(--shadow);
}

.delivery h2 {
  margin: 0 0 14px;
  font-family: "Roboto Condensed", Inter, sans-serif;
  font-size: clamp(2rem, 4.4vw, 3.8rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--gold) !important;
  font-weight: 900;
  text-transform: uppercase;
}

.guarantee-box {
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 10px;
  padding: 24px;
  border: 1px solid rgba(255, 211, 41, 0.46);
  border-radius: 8px;
  background: rgba(255, 211, 41, 0.08);
}

.guarantee-box span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #101000;
  font-weight: 900;
}

.guarantee-box strong {
  font-size: 1.35rem;
  text-transform: uppercase;
}

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

.testimonial-grid article {
  min-height: 255px;
  padding: 22px;
  background:
    radial-gradient(circle at 18% 10%, rgba(103, 255, 46, 0.16), transparent 8rem),
    linear-gradient(145deg, rgba(17, 38, 29, 0.92), rgba(7, 10, 8, 0.88));
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.24);
}

.testimonial-grid p {
  margin: 12px 0 18px;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 800;
}

.testimonial-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.avatar {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  box-shadow: 0 0 0 4px rgba(103, 255, 46, 0.12), 0 12px 28px rgba(0, 0, 0, 0.32);
}

.avatar--one {
  background: linear-gradient(135deg, #16c784, #185a9d);
}

.avatar--two {
  background: linear-gradient(135deg, #ffb000, #d64045);
}

.avatar--three {
  background: linear-gradient(135deg, #ff5aa6, #5a35f0);
}

.testimonial-head strong {
  display: block;
  color: var(--text);
  font-size: 1.12rem;
}

.testimonial-head span {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.stars {
  color: var(--gold);
  font-size: 1.05rem;
  text-shadow: 0 0 18px rgba(255, 211, 41, 0.34);
}

.testimonial-grid small {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(103, 255, 46, 0.32);
  border-radius: 999px;
  background: rgba(103, 255, 46, 0.1);
  color: var(--green);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 900;
}

.final-offer {
  margin-top: clamp(60px, 9vw, 110px);
  padding: clamp(54px, 7vw, 78px) 18px;
  background: linear-gradient(135deg, #063e2b, #0fb970);
  border-top: 1px solid rgba(103, 255, 46, 0.35);
  border-bottom: 1px solid rgba(103, 255, 46, 0.35);
}

.final-offer__box {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(24px, 5vw, 44px);
  border-radius: 8px;
  text-align: center;
}

.alert {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 7px 14px;
  border: 1px solid rgba(255, 211, 41, 0.54);
  border-radius: 999px;
  color: var(--gold);
  font-weight: 900;
  text-transform: uppercase;
}

.final-offer h2 {
  margin: 12px 0 18px;
  font-family: "Roboto Condensed", Inter, sans-serif;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.final-price {
  margin-bottom: 22px;
  color: var(--gold);
  text-shadow: none;
}

.final-price span {
  display: block;
  margin-top: 6px;
  color: var(--green);
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.whatsapp {
  margin: 16px 0 0;
  color: var(--text);
  font-weight: 900;
  font-size: 1.4rem;
}

.checkout-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px;
  text-align: left;
}

.checkout-form label {
  display: grid;
  gap: 7px;
  color: var(--text);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.checkout-form label:nth-child(2),
.checkout-form button {
  grid-column: 1 / -1;
}

.checkout-form input {
  width: 100%;
  min-height: 52px;
  padding: 13px 14px;
  border: 1px solid rgba(103, 255, 46, 0.32);
  border-radius: 8px;
  outline: 0;
  background: rgba(3, 12, 8, 0.82);
  color: var(--text);
  font: inherit;
  font-weight: 800;
  text-transform: none;
}

.checkout-form input:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(103, 255, 46, 0.14);
}

.checkout-form input::placeholder {
  color: rgba(247, 247, 241, 0.48);
}

.faq {
  padding-bottom: 92px;
}

.faq details {
  width: min(760px, 100%);
  margin: 10px auto;
  padding: 18px 20px;
}

.faq summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 900;
}

.faq p {
  margin-top: 12px;
}

.floating-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 5;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: #20c76a;
  color: #031007;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

@media (max-width: 920px) {
  .hero {
    min-height: auto;
    padding-top: 22px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hero__media {
    width: min(430px, 100%);
    margin: 0 auto;
    justify-self: center;
    order: -1;
  }

  .hero__media img {
    max-height: 56vh;
  }

  .trust-strip,
  .benefit-grid,
  .use-list {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (max-width: 680px) {
  .hero {
    padding: 16px 14px 26px;
  }

  h1 {
    margin-top: 14px;
    font-size: clamp(2.25rem, 12.4vw, 3.55rem);
    line-height: 0.94;
  }

  .brand {
    margin-bottom: 10px;
    font-size: clamp(1.18rem, 6vw, 1.7rem);
  }

  .access-badge {
    min-height: 36px;
    padding: 8px 14px;
    font-size: 1rem;
  }

  .hero__lead {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .hero__media {
    width: min(335px, 92vw);
  }

  .hero__media::before {
    inset: 6% -4% 6% 8%;
  }

  .hero__media img {
    max-height: 48vh;
  }

  .offer-card {
    padding: 14px;
  }

  .timer,
  .price-row,
  .stack-item,
  .checkout-form {
    grid-template-columns: 1fr;
  }

  .timer {
    display: grid;
  }

  .price-row em {
    margin-top: 4px;
  }

  .trust-strip,
  .benefit-grid,
  .proof-grid,
  .use-list,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .benefit-grid article {
    min-height: auto;
  }

  .stack-item span {
    grid-row: auto;
  }

  .checkout-form label,
  .checkout-form label:nth-child(2),
  .checkout-form button {
    grid-column: auto;
  }

  .floating-cta {
    left: 18px;
    right: 18px;
  }
}
