body.kreutza-discutir-ganador-test-a .site-header,
body.kreutza-discutir-ganador-test-a .main-navigation,
body.kreutza-discutir-ganador-test-a .site-footer {
  display: none;
}

body.kreutza-discutir-ganador-test-a {
  margin: 0;
  background: #020912;
}

.dga-landing {
  --navy: #020912;
  --blue: #071a2c;
  --panel: #082039;
  --tech: #0d4c80;
  --line: rgba(58, 154, 224, .26);
  --gold: #c99b35;
  --gold2: #f0c567;
  --cream: #f2ead8;
  --white: #fffaf0;
  --muted: #c7d2dd;
  --text: #f6f8fb;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 74% 13%, rgba(17, 94, 150, .42), transparent 30%),
    radial-gradient(circle at 24% 42%, rgba(201, 155, 53, .12), transparent 23%),
    linear-gradient(180deg, #020912 0, #06182a 52%, #020912 100%);
  overflow: hidden;
}

.dga-landing * {
  box-sizing: border-box;
}

.dga-landing h1,
.dga-landing h2,
.dga-landing h3 {
  margin: 0;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
  line-height: 1.04;
}

.dga-landing h1 {
  max-width: 760px;
  color: var(--gold2);
  font-size: clamp(2.35rem, 5.1vw, 5.35rem);
  text-transform: uppercase;
}

.dga-landing h2 {
  font-size: clamp(1.8rem, 3vw, 3.15rem);
  text-transform: uppercase;
}

.dga-landing p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.62;
}

.dga-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  min-height: 76px;
  padding: 14px clamp(18px, 5vw, 72px);
  border-bottom: 1px solid rgba(201, 155, 53, .38);
  background: rgba(2, 9, 18, .94);
  backdrop-filter: blur(14px);
}

.dga-brand {
  display: grid;
  color: var(--gold2);
  line-height: 1;
  text-decoration: none;
}

.dga-brand strong {
  font-family: Georgia, serif;
  font-size: 1.45rem;
  letter-spacing: .08em;
}

.dga-brand span,
.dga-eyebrow {
  color: var(--gold);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.dga-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.dga-nav a,
.dga-footer a {
  color: var(--muted);
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}

.dga-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid rgba(240, 197, 103, .8);
  border-radius: 8px;
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.dga-btn--primary {
  color: #071523;
  background: linear-gradient(180deg, #ffd782, #c99b35);
  box-shadow: 0 14px 34px rgba(201, 155, 53, .22), inset 0 1px 0 rgba(255, 255, 255, .42);
}

.dga-btn--ghost {
  color: var(--gold2);
  background: rgba(255, 255, 255, .04);
}

.dga-hero {
  position: relative;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  min-height: 820px;
  padding: clamp(54px, 7vw, 96px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(90deg, rgba(2, 9, 18, .98), rgba(7, 26, 44, .72)),
    repeating-linear-gradient(135deg, transparent 0 38px, rgba(58, 154, 224, .08) 39px 40px);
}

.dga-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 52%, rgba(41, 137, 207, .11) 52% 53%, transparent 53%),
    radial-gradient(circle at 76% 56%, rgba(32, 155, 255, .28), transparent 24%);
  pointer-events: none;
}

.dga-hero > * {
  position: relative;
  z-index: 1;
}

.dga-hero__copy h2 {
  max-width: 640px;
  margin: 16px 0;
  color: var(--white);
  font-size: clamp(1.3rem, 2.1vw, 2.25rem);
}

.dga-hero__copy > p {
  max-width: 610px;
}

.dga-checks {
  display: grid;
  gap: 11px;
  max-width: 620px;
  padding: 0;
  margin: 24px 0;
  list-style: none;
}

.dga-checks li {
  position: relative;
  padding-left: 34px;
  color: #e6edf5;
  font-weight: 800;
}

.dga-checks li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .28em;
  width: 19px;
  height: 19px;
  border: 2px solid var(--gold2);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(240, 197, 103, .24);
}

.dga-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 12px;
}

.dga-hero__copy small,
.dga-final small,
.dga-price-box small {
  color: #d7e4ef;
}

.dga-hero__visual {
  position: relative;
  display: grid;
  justify-items: center;
  min-height: 620px;
}

.dga-mockup-stage {
  position: relative;
  width: min(100%, 760px);
  min-height: 580px;
  border-bottom: 2px solid rgba(58, 154, 224, .38);
}

.dga-mockup-stage:before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 12px;
  height: 90px;
  border: 1px solid rgba(58, 154, 224, .36);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(58, 154, 224, .33), rgba(2, 9, 18, .18) 58%, transparent 70%);
  filter: blur(.2px);
}

.dga-mockup-img {
  position: absolute;
  bottom: 28px;
  width: min(52%, 390px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, .48));
}

.dga-mockup-img--arsenal {
  left: 5%;
  z-index: 2;
}

.dga-mockup-img--book {
  right: 5%;
  z-index: 1;
  width: min(48%, 365px);
}

.dga-offer {
  position: absolute;
  left: 50%;
  bottom: -42px;
  z-index: 4;
  display: grid;
  min-width: min(360px, 92vw);
  gap: 6px;
  padding: 18px 22px;
  border: 1px solid var(--gold2);
  border-radius: 12px;
  color: var(--white);
  text-align: center;
  background: rgba(4, 15, 28, .94);
  box-shadow: 0 0 28px rgba(201, 155, 53, .2);
  transform: translateX(-50%);
}

.dga-offer span,
.dga-price-box span {
  color: var(--gold2);
  font-size: .78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.dga-offer del {
  color: #b8c4d0;
  font-size: 1.35rem;
}

.dga-offer strong {
  color: var(--gold2);
  font-size: 2.15rem;
}

.dga-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 34px clamp(18px, 5vw, 72px);
  background: #04111f;
}

.dga-trust span {
  min-height: 78px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-left: 1px solid rgba(201, 155, 53, .24);
  color: var(--muted);
  font-weight: 900;
  text-align: center;
}

.dga-section {
  padding: clamp(60px, 7vw, 98px) clamp(18px, 5vw, 72px);
}

.dga-section > h2,
.dga-section > .dga-eyebrow,
.dga-section > div > h2,
.dga-section > div > p {
  text-align: center;
}

.dga-card-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.dga-card-grid--five {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.dga-card-grid article,
.dga-product,
.dga-compare article,
.dga-free article,
.dga-email,
.dga-faq details {
  border: 1px solid rgba(201, 155, 53, .36);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(9, 32, 57, .92), rgba(4, 17, 31, .92));
  padding: 22px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), 0 18px 42px rgba(0, 0, 0, .18);
}

.dga-card-grid span {
  color: var(--gold2);
  font-weight: 950;
}

.dga-card-grid h3,
.dga-product h3,
.dga-free h3 {
  margin: 8px 0;
  color: var(--gold2);
  font-size: 1.16rem;
}

.dga-products {
  background:
    radial-gradient(circle at 50% 12%, rgba(58, 154, 224, .15), transparent 28%),
    #06182a;
}

.dga-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}

.dga-product {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 20px;
  align-items: center;
}

.dga-product img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 12px;
  background: rgba(2, 9, 18, .44);
}

.dga-product strong {
  color: var(--white);
}

.dga-product ul,
.dga-compare ul {
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.8;
}

.dga-compare {
  padding: clamp(60px, 7vw, 98px) clamp(18px, 5vw, 72px);
  background:
    linear-gradient(180deg, rgba(2, 9, 18, .96), rgba(7, 26, 44, .96)),
    repeating-linear-gradient(90deg, transparent 0 42px, rgba(58, 154, 224, .08) 43px 44px);
}

.dga-compare h2,
.dga-compare h3 {
  color: var(--white);
}

.dga-compare-grid {
  display: grid;
  grid-template-columns: 1fr .75fr 1fr;
  gap: 18px;
  align-items: stretch;
  margin-top: 30px;
}

.dga-transform {
  display: grid;
  place-items: center;
  gap: 12px;
  padding: 24px;
  border: 1px solid var(--gold);
  border-radius: 12px;
  color: var(--white);
  text-align: center;
  background: radial-gradient(circle at 50% 10%, rgba(201, 155, 53, .2), transparent 32%), linear-gradient(180deg, var(--panel), var(--blue));
}

.dga-transform span {
  position: relative;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: transparent;
}

.dga-transform span:after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 2px solid var(--gold);
  border-radius: 10px;
}

.dga-transform strong {
  color: var(--gold2);
  text-transform: uppercase;
}

.dga-price {
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 28px;
  align-items: center;
  padding: clamp(60px, 7vw, 98px) clamp(18px, 5vw, 72px);
  background: #04111f;
}

.dga-price h2 {
  color: var(--white);
}

.dga-price-box {
  display: grid;
  gap: 12px;
  padding: 26px;
  border: 1px solid var(--gold);
  border-radius: 14px;
  color: var(--white);
  text-align: center;
  background: linear-gradient(180deg, #092039, #020912);
}

.dga-price-box strong {
  color: var(--gold2);
  font-size: 3rem;
}

.dga-link {
  color: var(--gold2);
  font-weight: 950;
}

.dga-free-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 360px;
  gap: 20px;
  margin-top: 28px;
  align-items: start;
}

.dga-free img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
}

.dga-free a {
  color: var(--gold2);
  font-weight: 950;
}

.dga-email label {
  display: grid;
  gap: 8px;
  color: var(--white);
  font-weight: 850;
}

.dga-email input {
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(201, 155, 53, .42);
  border-radius: 8px;
  color: var(--white);
  background: rgba(2, 9, 18, .7);
}

.dga-email button {
  width: 100%;
  margin: 14px 0;
}

.dga-faq {
  background: #06182a;
}

.dga-faq details {
  max-width: 900px;
  margin: 12px auto;
}

.dga-faq summary {
  color: var(--gold2);
  font-weight: 950;
  cursor: pointer;
}

.dga-final {
  display: grid;
  place-items: center;
  gap: 16px;
  padding: clamp(70px, 9vw, 120px) 18px;
  color: var(--white);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0, rgba(201, 155, 53, .18), transparent 28%),
    linear-gradient(135deg, var(--navy), var(--panel));
}

.dga-final h2 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 4.8rem);
}

.dga-final p {
  color: #dce8f4;
}

.dga-footer {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 1fr);
  gap: 24px;
  padding: 42px clamp(18px, 5vw, 72px);
  color: var(--white);
  background: #01060c;
}

.dga-footer strong {
  color: var(--gold2);
  font-size: 1.4rem;
}

.dga-footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.dga-footer a {
  color: #dce8f4;
}

.dga-copy {
  grid-column: 1 / -1;
  color: #aab6c2;
  text-align: center;
}

.dga-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  display: none;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-top: 1px solid var(--gold);
  color: var(--white);
  background: rgba(2, 9, 18, .96);
}

.dga-sticky span {
  color: var(--gold2);
  font-weight: 950;
}

@media (max-width: 1100px) {
  .dga-nav {
    display: none;
  }

  .dga-hero,
  .dga-price,
  .dga-product-grid,
  .dga-compare-grid,
  .dga-free-grid,
  .dga-footer {
    grid-template-columns: 1fr;
  }

  .dga-card-grid--five {
    grid-template-columns: repeat(2, 1fr);
  }

  .dga-product {
    grid-template-columns: 170px 1fr;
  }
}

@media (max-width: 720px) {
  .dga-header {
    grid-template-columns: 1fr auto;
    padding: 10px 14px;
  }

  .dga-hero {
    min-height: 0;
    padding-top: 38px;
  }

  .dga-landing h1 {
    font-size: 2.55rem;
  }

  .dga-trust,
  .dga-card-grid--five,
  .dga-product {
    grid-template-columns: 1fr;
  }

  .dga-actions {
    display: grid;
  }

  .dga-hero__visual {
    min-height: 470px;
  }

  .dga-mockup-stage {
    min-height: 420px;
  }

  .dga-mockup-img {
    bottom: 52px;
    width: 55%;
  }

  .dga-mockup-img--arsenal {
    left: 0;
  }

  .dga-mockup-img--book {
    right: 0;
    width: 51%;
  }

  .dga-offer {
    bottom: 0;
    min-width: 100%;
  }

  .dga-product img {
    max-width: 260px;
    margin: 0 auto;
  }

  .dga-free-grid {
    grid-template-columns: 1fr;
  }

  .dga-sticky {
    display: grid;
  }

  .dga-footer {
    padding-bottom: 92px;
  }
}

.dga-hackeo {
  background:
    radial-gradient(circle at 20% 18%, rgba(34, 146, 255, 0.14), transparent 28%),
    linear-gradient(135deg, #07111f, #0c2036);
}

.dga-hackeo h2 {
  max-width: 900px;
  margin-inline: auto;
}

.dga-hackeo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.dga-hackeo-grid article {
  padding: 24px;
  border: 1px solid rgba(215, 173, 89, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
}

.dga-hackeo-grid h3 {
  color: var(--dga-gold-soft);
  font-size: 1.2rem;
}

.dga-hackeo-grid p {
  color: rgba(236, 244, 255, 0.76);
}

@media (max-width: 860px) {
  .dga-hackeo-grid {
    grid-template-columns: 1fr;
  }
}
