/* Tema Neo-Tech Futurism para Destrave Digital 2026 */
:root {
  --deep: #060c1a;
  --deep-2: #0c152b;
  --deep-3: #0f1c38;
  --amber: #f5a623;
  --amber-glow: rgba(245, 166, 35, 0.2);
  --white: #f7f8fb;
  --muted: #b8c2d6;
  --border: rgba(255, 255, 255, 0.08);
  --card: rgba(255, 255, 255, 0.04);
  --shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  --radius: 16px;
  --radius-lg: 22px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: radial-gradient(
      circle at 20% 20%,
      rgba(255, 255, 255, 0.03),
      transparent 25%
    ),
    radial-gradient(
      circle at 80% 10%,
      rgba(245, 166, 35, 0.08),
      transparent 30%
    ),
    linear-gradient(145deg, var(--deep) 0%, #050a15 30%, var(--deep-2) 100%);
  color: var(--white);
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

.page-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 12px;
  font-weight: 800;
  letter-spacing: 0.3px;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  text-transform: uppercase;
}

.btn.primary {
  background: linear-gradient(135deg, var(--amber), #ffd479);
  color: #0b0c14;
  box-shadow: 0 10px 25px var(--amber-glow);
}

.btn.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(245, 166, 35, 0.35);
}

.btn.large {
  padding: 16px 26px;
  font-size: 15px;
}

.btn.huge {
  padding: 18px 30px;
  font-size: 16px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  color: var(--amber);
  font-weight: 700;
  margin-bottom: 10px;
}

.section {
  padding: 90px 0;
  position: relative;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.section + .section {
  border-top: 1px solid var(--border);
}

.section.revealed {
  opacity: 1;
  transform: none;
}

.section-header h2 {
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-header p + h2 {
  margin-top: 4px;
}

.hero {
  padding: 120px 0 60px;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.hero-copy h1 {
  font-family: "Orbitron", sans-serif;
  font-size: clamp(32px, 5vw, 46px);
  line-height: 1.15;
  margin-bottom: 16px;
}

.subhead {
  color: var(--muted);
  font-size: 17px;
  margin-bottom: 22px;
}

.cta-row {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.badge {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border);
  color: var(--muted);
  font-weight: 600;
}

.hero-points {
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--muted);
  margin-top: 10px;
}

.hero-points li::before {
  content: "•";
  color: var(--amber);
  margin-right: 8px;
}

.hero-card {
  position: relative;
}

.glass {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.07),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.mini-label {
  color: var(--amber);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.glass h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.glass p {
  color: var(--muted);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.metric {
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  color: var(--amber);
}

.hero-metrics small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.bg-orbs::before,
.bg-orbs::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(50px);
  opacity: 0.65;
  z-index: -1;
}

.bg-orbs::before {
  width: 300px;
  height: 300px;
  background: rgba(245, 166, 35, 0.2);
  top: 10%;
  right: -8%;
}

.bg-orbs::after {
  width: 220px;
  height: 220px;
  background: rgba(120, 196, 255, 0.18);
  bottom: -10%;
  left: -6%;
}

.split {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  margin-top: 18px;
}

.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}

.card.gradient {
  background: linear-gradient(
    150deg,
    rgba(245, 166, 35, 0.12),
    rgba(255, 255, 255, 0.02)
  );
  border-color: rgba(245, 166, 35, 0.4);
}

.card p + p {
  margin-top: 10px;
}

.highlight {
  color: var(--amber);
  font-weight: 700;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}

.pillar {
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.pill-number {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(245, 166, 35, 0.15);
  color: var(--amber);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
}

.pillar h3 {
  margin: 10px 0 6px;
  font-size: 18px;
}

.pillar p {
  color: var(--muted);
  font-size: 14px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.benefit-card {
  padding: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.benefit-card h3 {
  margin-bottom: 8px;
}

.benefit-card p {
  color: var(--muted);
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.fit-card {
  padding: 20px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
}

.fit-card.alt {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.08);
}

.fit-card h3 {
  margin-bottom: 12px;
}

.checklist {
  list-style: none;
  display: grid;
  gap: 10px;
  color: var(--muted);
}

.checklist li {
  padding-left: 26px;
  position: relative;
}

.checklist li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--amber);
}

.checklist.negative li::before {
  content: "✖";
  color: #ff6b6b;
}

.bio-card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: linear-gradient(
    130deg,
    rgba(245, 166, 35, 0.12),
    rgba(12, 21, 43, 0.85)
  );
  box-shadow: var(--shadow);
}

.bio {
  align-items: center;
}

.bio-media {
  display: flex;
  justify-content: center;
}

.bio-photo {
  position: relative;
  max-width: 420px;
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(245, 166, 35, 0.35);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45), 0 0 40px rgba(245, 166, 35, 0.25);
  background: radial-gradient(
      circle at 50% 20%,
      rgba(245, 166, 35, 0.18),
      transparent 45%
    ),
    linear-gradient(150deg, rgba(255, 255, 255, 0.05), rgba(12, 21, 43, 0.6));
}

.bio-photo::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  pointer-events: none;
}

.bio-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bio-card h3 {
  margin: 8px 0 10px;
}

.bio-text {
  color: var(--muted);
}

.offer {
  background: linear-gradient(
    160deg,
    rgba(255, 255, 255, 0.02),
    rgba(245, 166, 35, 0.05)
  );
  border-radius: 18px;
  padding: 90px 24px;
}

.offer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: start;
}

.price-card {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid rgba(245, 166, 35, 0.4);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--shadow);
}

.price-label {
  color: var(--muted);
  margin-bottom: 8px;
}

.price-main {
  margin-bottom: 14px;
}

.price-big {
  display: block;
  font-size: 28px;
  font-weight: 800;
}

.price-small {
  color: var(--muted);
  display: block;
}

.bonus-list {
  list-style: none;
  display: grid;
  gap: 8px;
  color: var(--white);
  margin: 14px 0 18px;
}

.benefit-bullets {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 10px 0 14px;
  color: var(--muted);
}

.benefit-bullets li {
  position: relative;
  padding-left: 22px;
}

.benefit-bullets li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--amber);
  font-weight: 800;
}

.bonus-list li {
  padding-left: 20px;
  position: relative;
}

.bonus-list li::before {
  content: "➜";
  position: absolute;
  left: 0;
  color: var(--amber);
}

.note {
  color: var(--muted);
  margin-top: 10px;
}

.guarantee-card {
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.guarantee-card h3 {
  margin-bottom: 10px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px 18px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.faq-list p {
  color: var(--muted);
  margin-top: 8px;
}

.final-cta {
  text-align: center;
}

.cta-box {
  margin-top: 16px;
}

.ps {
  color: var(--muted);
  margin-top: 8px;
}

.footer {
  padding: 40px 0 20px;
  border-top: 1px solid var(--border);
  margin-top: 40px;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-text {
  color: var(--muted);
  max-width: 520px;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-link {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.04);
  display: grid;
  place-items: center;
  transition: 0.2s ease;
}

.social-link:hover {
  border-color: rgba(245, 166, 35, 0.5);
  box-shadow: 0 10px 25px var(--amber-glow);
}

.social-link svg {
  width: 18px;
  height: 18px;
  fill: var(--white);
}

@media (max-width: 960px) {
  .nav {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(6, 12, 26, 0.96);
    padding: 14px 20px;
    border: 1px solid var(--border);
    border-radius: 12px;
    margin: 0 24px;
    display: none;
  }

  .nav.open {
    display: flex;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .topbar .btn {
    display: none;
  }

  .hero-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page-shell {
    padding: 0 18px 60px;
  }

  .hero {
    padding-top: 90px;
  }

  .glass {
    padding: 20px;
  }

  .hero-metrics {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .section {
    padding: 70px 0;
  }
}
