/* ===============================
   FONTS – Klavika / Klavika Condensed
   =============================== */

@font-face {
  font-family: "Klavika";
  src:
    url("$url$/images/landing-page/amd/gamers-first/fonts/KlavikaWebBasicRegular.woff") format("woff"),
    url("$url$/images/landing-page/amd/gamers-first/fonts/Klavika-Regular.ttf") format("truetype"),
    url("$url$/images/landing-page/amd/gamers-first/fonts/KlavikaWebBasicRegular.eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Klavika";
  src:
    url("$url$/images/landing-page/amd/gamers-first/fonts/KlavikaWebBasicBold.woff") format("woff"),
    url("$url$/images/landing-page/amd/gamers-first/fonts/Klavika-Bold.ttf") format("truetype"),
    url("$url$/images/landing-page/amd/gamers-first/fonts/KlavikaWebBasicBold.eot");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Klavika Condensed";
  src:
    url("$url$/images/landing-page/amd/gamers-first/fonts/KlavikaWebRegularCondensed.woff") format("woff"),
    url("$url$/images/landing-page/amd/gamers-first/fonts/KlavikaWebRegularCond.eot");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Klavika Condensed";
  src:
    url("$url$/images/landing-page/amd/gamers-first/fonts/KlavikaWebBoldCondensed.woff") format("woff"),
    url("$url$/images/landing-page/amd/gamers-first/fonts/KlavikaWebBoldCond.eot");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Klavika Condensed";
  src:
    url("$url$/images/landing-page/amd/gamers-first/fonts/KlavikaWebBoldCondensedItalic.woff") format("woff"),
    url("$url$/images/landing-page/amd/gamers-first/fonts/KlavikaWebBoldCondItalic.eot");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}


/* ---------- CSS1 (SCOPED para não colidir) ---------- */

/* Heading principal do módulo */
.amd-page .Module-Heading {
  font-family: "Klavika Condensed", "Klavika", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 80px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* Span (ENTRE NO JOGO) em italic + gradiente */
.amd-page .Module-Heading span {
  font-family: "Klavika Condensed", "Klavika", sans-serif;
  font-weight: 700;
  font-style: italic;

  background: linear-gradient(to right, rgb(246, 111, 25), rgb(242, 20, 33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  padding-right: 24px;
}

/* Subhead do módulo */
.amd-page .Module-Subhead {
  font-family: "Klavika Condensed", "Klavika", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 33px;
  color: #fff;
  margin-top: 0;
}

/* Body e disclaimer (se os usares) */
.amd-page .Module-Body {
  font-family: "Klavika", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.amd-page .Module-Disclaimer {
  font-family: "Klavika", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
}

/* Module Hero layout */
.amd-page .ModuleHero .section-wrapper {
  max-width: 1400px;
}

.amd-page .ModuleHero .section-wrapper .content-box {
  max-width: 700px;
  padding: 50px 50px 50px 100px;
}

.amd-page .section-content.ModuleHero {
  background-image: url("$url$/images/landing-page/amd/gamers-first/images/253593750_LPModule_Hero.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.amd-page .ModuleHero-mobile-img { display: none; }

.amd-page .ModuleLogo { margin-top: 40px; margin-bottom: 40px; }

/* Module Chart */
.amd-page .ModuleChart {
  width: 100%;
  background-color: #181818;
  margin-bottom: 40px;
  text-align: center;
}

.amd-page .ModuleChart td { border-right: 3px solid #000; }

.amd-page .ModuleChart tr:first-child {
  background: linear-gradient(to right, rgb(246, 111, 25), rgb(242, 20, 33));
}

.amd-page .ModuleChart .chart-header {
  font-family: "Klavika", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
  padding: 20px;
  color: #fff;
}

.amd-page .ModuleChart .chart-body {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  padding: 20px;
  color: #fff;
}

.amd-page .align-top { vertical-align: top; }

/* Module Footer padding */
.amd-page .ModuleFooter { padding: 30px 100px 40px; }
.amd-page .ModuleFooter .section-wrapper { max-width: 1200px; }

.amd-page .ModuleFooter .section-wrapper .content-box {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}

.amd-page .ModuleFooter-logos {
  margin: 50px 0;
  max-width: 424px;
  height: auto;
  align-self: center;
}

/* Links dentro do módulo */
.amd-page .ModuleFooter a { color: #fff; text-decoration: none; }
.amd-page .ModuleFooter a:hover { text-decoration: underline; }

/* Responsive (Module) */
@media (max-width: 2020px) { .amd-page .section-content.ModuleHero { background-position: 50% 50%; } }
@media (max-width: 1920px) { .amd-page .section-content.ModuleHero { background-position: 60% 50%; } }
@media (max-width: 1500px) { .amd-page .section-content.ModuleHero { background-position: 50% 50%; } }

@media (max-width: 1100px) {
  .amd-page .section-content.ModuleHero { background-position: 50% 50%; }
  .amd-page .Module-Heading { font-size: 6vw; line-height: 4.5vw; }
  .amd-page .ModuleHero .section-wrapper .content-box { max-width: 600px; }
}

@media (max-width: 900px) {
  .amd-page .section-content.ModuleHero { background-position: 50% 50%; }
  .amd-page .ModuleHero .section-wrapper .content-box { max-width: 550px; }
}

@media (max-width: 767px) {
  .amd-page .ModuleHero-mobile-img {
    display: block;
    object-fit: cover;
    position: relative;
    height: 100%;
    object-position: 70% top;
  }

  .amd-page .ModuleHero-mobile-container { overflow: hidden; height: 500px; }

  .amd-page .section-content.ModuleHero {
    background: #000;
    padding: 0;
    width: 100%;
  }

  .amd-page .section-content.ModuleHero .content-box {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .amd-page .Module-Heading {
    font-size: 10.5vw;
    line-height: 8vw;
    margin-top: 0;
  }

  .amd-page .ModuleLogo { margin-top: 10px; margin-bottom: 1px; }

  .amd-page .ModuleFooter { padding-left: 0; padding-right: 0; }

  .amd-page .ModuleHero .section-wrapper,
  .amd-page .ModuleFooter .section-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .amd-page .ModuleChart .chart-header {
    font-size: 22px !important;
    line-height: 22px;
    padding: 20px;
  }

  .amd-page .ModuleChart .chart-body {
    font-size: 16px !important;
    line-height: 26px;
    padding: 5px;
    color: #fff;
  }
}



