/* AMD Landing Page Specific Styles - Exact Match to Original */

/* Font Face Definitions */
@font-face {
  font-family: 'Klavika';
  src: url('../ttf/KlavikaWebBasicRegular.eot');
  src: url('../ttf/KlavikaWebBasicRegular.eot?') format('embedded-opentype'),
       url('../ttf/KlavikaWebBasicRegular.woff') format('woff'),
       url('../ttf/Klavika-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Klavika';
  src: url('../ttf/KlavikaWebBasicBold.eot');
  src: url('../ttf/KlavikaWebBasicBold.eot?') format('embedded-opentype'),
       url('../ttf/KlavikaWebBasicBold.woff') format('woff'),
       url('../ttf/Klavika-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* Base Styles */
.amd-landing-page * {
  box-sizing: border-box;
}

.amd-landing-page body {
  font-family: 'Klavika', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background-color: #000000;
  overflow-x: hidden !important;
}

/* Layout Classes */
.amd-landing-page .fleft {
  float: left;
}

.amd-landing-page .fright {
  float: right;
}

.amd-landing-page .fclear {
  clear: both;
}

.amd-landing-page .fcenter {
  clear: both;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.amd-landing-page .posrel, .amd-landing-page .prel {
  position: relative;
}

.amd-landing-page .posabs, .amd-landing-page .pabs {
  position: absolute;
}

/* Typography */
.amd-landing-page .heading-2 {
  font-weight: bold;
  margin: 0 0 20px 0;
}

.amd-landing-page .text-30 {
  font-size: 30px;
  line-height: 30px;
}

.amd-landing-page .text-22 {
  font-size: 22px;
}

.amd-landing-page .text-15 {
  font-size: 15px;
}

.amd-landing-page .lh30 {
  line-height: 30px !important;
}

.amd-landing-page .lh15 {
  line-height: 16.78px;
}

.amd-landing-page .t1 {
  margin: 0 0 15px 0;
}

.amd-landing-page .text-center {
  text-align: center;
}

.amd-landing-page .text-left {
  text-align: left;
}

/* Width Classes */
.amd-landing-page .format100 {
  width: 100%;
}

.amd-landing-page .format90 {
  width: 90%;
}

.amd-landing-page .format50 {
  width: 50%;
}

.amd-landing-page .format35 {
  width: 35%;
}

.amd-landing-page .format80 {
  width: 80%;
}

/* Padding Classes */
.amd-landing-page .pad20 {
  padding: 20px;
}

.amd-landing-page .pad-left {
  padding-left: 160px;
}

.amd-landing-page .pad5 {
  padding: 5px;
}

.amd-landing-page .killpadl {
  padding-left: 0px;
}

.amd-landing-page .killpar {
  padding-right: 0px;
}

.amd-landing-page .mkillpad {
  padding: 0;
}

.amd-landing-page .mspad20 {
  padding: 20px;
}

/* Section Content Styles */
.amd-landing-page .section-content {
  display: flex;
  min-height: 342px;
  padding: 50px 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-width: 1px 0px 0px;
  border-style: solid;
  border-color: #333333;
  overflow: visible;
  position: relative;
}

/* Feature Section Backgrounds */
.amd-landing-page .section-content.Feature1 {
  background-image: url('../img/amd-landing/243043376-Hero.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.amd-landing-page .section-content.Feature2 {
  background-image: url('../img/amd-landing/243043376_Feature-01b.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.amd-landing-page .section-content.Feature3 {
  background-image: url('../img/amd-landing/243043376_Feature-02.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.amd-landing-page .section-content.Feature4 {
  background-image: url('../img/amd-landing/243043376_Feature-03b.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.amd-landing-page .section-content.Feature5 {
  background-color: #000;
}

/* Hero Section Background */
.amd-landing-page .section-content.Feature5.where01 {
  background-image: url('../img/amd-landing/243043376-Hero.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.amd-landing-page .section-content.community {
  background-image: url('../img/amd-landing/243043376-GamingCommunity.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Section Wrapper */
.amd-landing-page .section-wrapper {
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}

/* Content Box */
.amd-landing-page .content-box {
  max-width: 490px;
  align-self: auto;
}

.amd-landing-page .content-box.mfcenter {
  margin: 0 auto;
}

/* Game Copy Styles */
.amd-landing-page .gamercopy {
  padding-left: 200px;
  max-width: 1220px;
  text-align: left;
}

.amd-landing-page .gamercopyright {
  padding-right: 150px;
  max-width: 1220px;
  text-align: left;
}

/* New Side Blocks Flex */
.amd-landing-page .NewSideBlocksFlex {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}


/* Mobile responsive - all sections use column layout */
@media (max-width: 768px) {
  .amd-landing-page .NewSideBlocksFlex {
    flex-direction: column;
  }
}

/* Break Point Images */
.amd-landing-page .BreakPointIMG01 {
  right: -200px;
  top: -90px;
  width: 140%;
}

.amd-landing-page .BreakPointIMG03 {
  right: -250px;
  top: -50px;
  width: 140%;
}

.amd-landing-page .BreakPointIMG04 {
  right: -20px;
  top: -85px;
  width: 102%;
}

.amd-landing-page .BreakPointIMG05 {
  right: -20px;
  top: -50px;
  width: 102%;
}

/* Ensure images are visible */
.amd-landing-page .BreakPointIMG01 img,
.amd-landing-page .BreakPointIMG03 img,
.amd-landing-page .BreakPointIMG04 img,
.amd-landing-page .BreakPointIMG05 img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Desktop image positioning */
.amd-landing-page .posabs {
  position: absolute;
  z-index: 1;
}

.amd-landing-page .mposrel {
  position: relative;
}

/* Ensure proper container positioning */
.amd-landing-page .posrel {
  position: relative;
  overflow: visible;
}

/* Button Styles */
.amd-landing-page .button {
  margin-top: 15px;
  padding: 7px 15px 5px 15px;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 200px;
  display: inline-block;
  text-align: center;
}

.amd-landing-page .button:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.amd-landing-page .inblock {
  display: inline-block;
}

/* Text Styles */
.amd-landing-page .t1 {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.amd-landing-page .text-15 {
  font-size: 15px;
}

.amd-landing-page .lh15 {
  line-height: 1.5;
}

/* Game Carousel Styles */
.amd-landing-page .LP-slider-container {
  position: relative;
  width: 100% !important;
  margin: 40px 0;
}

.amd-landing-page .LP-slider {
  overflow: hidden;
}

.amd-landing-page .LP-slides {
  display: flex;
  transition: transform 0.5s ease;
  overflow: hidden;
  gap: 5px;
}

.amd-landing-page .LP-slide {
  flex: 0 0 auto;
  padding: 2px;
  display: flex;
  align-items: stretch;
  min-width: 370px;
}

.amd-landing-page .LP-Card {
  padding: 1px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-color: #161616;
  border-radius: 10px;
  overflow: hidden;
  width: 370px;
  height: auto;
}

.amd-landing-page .LP-Card iframe {
  width: 370px;
  height: 208px;
}

.amd-landing-page .video-wrapper {
  position: relative;
  width: 100%;
  height: 208px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amd-landing-page .play-button {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  position: relative;
}

.amd-landing-page .play-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 15px solid #e40000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* Carousel Navigation Arrows */
.amd-landing-page .LP-prev, 
.amd-landing-page .LP-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  z-index: 1;
  font-size: 24px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.amd-landing-page .LP-prev {
  left: -30px;
}

.amd-landing-page .LP-next {
  right: -30px;
}

.amd-landing-page .LP-prev:hover,
.amd-landing-page .LP-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.amd-landing-page .LP-dot-navigation {
  text-align: center;
  margin-top: 10px;
}

.amd-landing-page .LP-dot-navigation .LP-dot {
  display: inline-block;
  width: 5px;
  padding: 3px;
  height: 5px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 2px;
  cursor: pointer;
  border-color: #000000;
  border-width: 3px;
  border-style: solid;
}

.amd-landing-page .LP-dot-navigation .LP-dot.active {
  background-color: #555;
}

/* Product Section */
.amd-landing-page .project-sku-row {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap;
}

.amd-landing-page .product {
  text-align: center;
  flex: 1;
  max-width: 300px;
  min-width: 250px;
}

.amd-landing-page .product img {
  width: 100%;
  height: 75%;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Footer */
.amd-landing-page .AMD-footer {
  background: #000;
  padding: 40px 0;
}

.amd-landing-page .footnotes {
  margin-bottom: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  font-family: 'Noto Sans', sans-serif;
  text-align: left;
}

/* Mobile Images */
.amd-landing-page .Feature1-mobile-img,
.amd-landing-page .Feature3-mobile-img,
.amd-landing-page .Feature4-mobile-img,
.amd-landing-page .Feature5-mobile-img {
  display: none;
}

/* Desktop Styles - Ensure images are visible */
@media (min-width: 1202px) {
  .amd-landing-page .section-content {
    overflow: visible !important;
  }
  
  .amd-landing-page .section-content.Feature2 {
    overflow: visible !important;
  }
  
  .amd-landing-page .BreakPointIMG01 {
    right: -200px;
    top: -90px;
    width: 140%;
  }
  
  .amd-landing-page .BreakPointIMG03 {
    right: -250px;
    top: -50px;
    width: 140%;
  }
  
  .amd-landing-page .BreakPointIMG04 {
    right: -20px;
    top: -85px;
    width: 102%;
  }
  
  .amd-landing-page .BreakPointIMG05 {
    right: -20px;
    top: -50px;
    width: 102%;
  }
}

/* Mobile Responsive Design */
@media (max-width: 1201px) {
  .amd-landing-page .section-content {
    overflow: hidden !important;
  }
  
  .amd-landing-page .BreakPointIMG01 {
    width: 160%;
    transition: width 0.5s ease;
  }
  
  .amd-landing-page .BreakPointIMG03 {
    width: 160%;
    transition: width 0.5s ease;
  }
  
  .amd-landing-page .BreakPointIMG04 {
    width: 120%;
    transition: width 0.5s ease;
  }
  
  .amd-landing-page .BreakPointIMG05 {
    width: 120%;
    transition: width 0.5s ease;
  }
}

@media (max-width: 768px) {
  .amd-landing-page .section-content {
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding: 30px;
  }
  
  .amd-landing-page .LP-prev {
    left: -25px;
  }
  
  .amd-landing-page .LP-next {
    right: -25px;
  }
  
  .amd-landing-page .section-content.Feature3, 
  .amd-landing-page .section-content.Feature2, 
  .amd-landing-page .section-content.Feature4, 
  .amd-landing-page .section-content.Feature1, 
  .amd-landing-page .section-content.Feature5, 
  .amd-landing-page .section-content.Feature6 {
    background: #000;
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 30px;
    max-width: 100%;
    overflow: hidden;
  }
  
  /* Hide hero background image on mobile */
  .amd-landing-page .section-content.Feature5.where01 {
    background-image: none;
    background: #000;
  }
  
  .amd-landing-page .Feature1-mobile-img,
  .amd-landing-page .Feature3-mobile-img,
  .amd-landing-page .Feature4-mobile-img,
  .amd-landing-page .Feature5-mobile-img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
  }
  
  .amd-landing-page .NewSideBlocksFlex {
    flex-direction: column;
    gap: 20px;
  }
  
  .amd-landing-page .format50 {
    width: 100%;
  }
  
  .amd-landing-page .mformat100 {
    width: 100%;
  }
  
  .amd-landing-page .mpoof {
    display: block;
  }
  
  .amd-landing-page .mtext-center {
    text-align: center;
  }
  
  .amd-landing-page .project-sku-row {
    flex-direction: column;
    align-items: center;
  }
  
  .amd-landing-page .product {
    max-width: 100%;
  }
  
  .amd-landing-page .format35 {
    width: 100%;
  }
  
  .amd-landing-page .format80 {
    width: 100%;
  }
  
  .amd-landing-page .gamercopy,
  .amd-landing-page .gamercopyright {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
  
  .amd-landing-page .BreakPointIMG01,
  .amd-landing-page .BreakPointIMG03,
  .amd-landing-page .BreakPointIMG04,
  .amd-landing-page .BreakPointIMG05 {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    left: auto;
  }
}

@media (max-width: 600px) {
  .amd-landing-page .section-content {
    padding: 40px 5px !important;
  }
  
  .amd-landing-page .text-30 {
    font-size: 24px;
    line-height: 28px;
  }
  
  .amd-landing-page .text-15 {
    font-size: 14px;
  }
}

/* Additional Utility Classes */
.amd-landing-page .mtext-center {
  text-align: center;
}

.amd-landing-page .mfcenter {
  margin: 0 auto;
}

.amd-landing-page .fcenter {
  text-align: center;
}

.amd-landing-page .mpoof {
  display: none;
}

.amd-landing-page .poof {
  display: block;
}

.amd-landing-page .mspad20 {
  padding: 20px;
}

.amd-landing-page .mkillpad {
  padding: 0;
}

.amd-landing-page .killpadl {
  padding-left: 0px;
}

.amd-landing-page .killpar {
  padding-right: 0px;
}

.amd-landing-page .mformat100 {
  width: 100%;
}

.amd-landing-page .mformat80 {
  width: 80%;
}

.amd-landing-page .mformat35 {
  width: 35%;
}
