/* PT WIKA GOLDEN PRATAMA — 金黄色主题 */
:root {
  --brand-primary: #D4A017;
  --brand-primary-dark: #A67C00;
  --brand-accent: #FFD700;
  --brand-light: #FFF3C4;
  --brand-header: #2C2416;
}

body {
  background: #faf8f2;
}

/* 顶部导航 */
.top {
  background: linear-gradient(135deg, #3d3220 0%, var(--brand-header) 100%);
  box-shadow: 0 2px 16px rgba(212, 160, 23, 0.2);
  border-bottom: 2px solid var(--brand-primary);
}

.top .logo {
  width: auto;
  min-width: 280px;
  background: transparent;
  padding: 12px 24px;
}

.top .logo a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #fff;
}

.top .logo .logo-mark {
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--brand-accent), var(--brand-primary));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'HKE-S', Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #3d3220;
  box-shadow: 0 2px 8px rgba(255, 215, 0, 0.35);
  flex-shrink: 0;
}

.top .logo .logo-name {
  font-family: 'HKE-S', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  text-align: left;
}

.top .logo .logo-name small {
  display: block;
  font-family: 'HKE-R', Arial, sans-serif;
  font-size: 11px;
  color: var(--brand-accent);
  letter-spacing: 0.05em;
}

.top .nav li a {
  color: rgba(255, 248, 220, 0.75);
  font-size: 15px;
  letter-spacing: 0.08em;
}

.top .nav li a:hover,
.top .nav li.active a {
  color: var(--brand-accent) !important;
}

/* 按钮 */
.btn,
.content-footer .btn {
  background: linear-gradient(135deg, var(--brand-accent), var(--brand-primary)) !important;
  color: #3d3220 !important;
  font-weight: 600;
  box-shadow: 0 4px 16px rgba(212, 160, 23, 0.3);
}

.btn:hover {
  background: linear-gradient(135deg, #FFE44D, var(--brand-accent)) !important;
}

/* 轮播指示器 */
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--brand-accent) !important;
  box-shadow: 0 0 6px rgba(255, 215, 0, 0.6);
}

/* 公司介绍高亮文字 */
.content-company .item-text span,
.content-intro .intro-text span {
  color: var(--brand-primary) !important;
}

.content-company {
  margin-top: 48px;
}

.company-banner {
  width: 100%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  background: #3d3220;
}

.company-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    135deg,
    rgba(255, 215, 0, 0.28) 0%,
    rgba(212, 160, 23, 0.38) 45%,
    rgba(166, 124, 0, 0.42) 100%
  );
  pointer-events: none;
}

.company-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(61, 50, 32, 0.25);
  pointer-events: none;
}

.company-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  max-height: 420px;
  transform: scale(1.08);
  filter: brightness(0.8) saturate(0.25) contrast(0.8) blur(4px) sepia(0.45);
}

/* 游戏卡片 */
.content-feature .game-intro li {
  box-shadow: 0 4px 24px rgba(212, 160, 23, 0.08);
  border: 1px solid rgba(212, 160, 23, 0.15);
}

.content-feature .game-name {
  color: #3d3220;
}

/* 首页 Featured Game 单卡片优化 */
.content-feature.featured-section {
  margin-bottom: 120px;
}

.featured-game-card li {
  height: auto !important;
  min-height: 420px;
  margin-top: 60px !important;
  padding: 48px 0 48px 60px;
  overflow: visible;
  background: linear-gradient(135deg, #fff 0%, #fffdf5 100%);
  border: 1px solid rgba(212, 160, 23, 0.2) !important;
  box-shadow: 0 8px 32px rgba(212, 160, 23, 0.12) !important;
}

.featured-game-card .cont-left {
  flex: 1;
  max-width: 520px;
  margin-left: 0;
  padding-right: 20px;
  z-index: 2;
}

.featured-game-card .cont-right {
  flex: 1;
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.featured-game-card .cont-right .game-img {
  margin: 0 !important;
  position: absolute;
  right: 0;
  top: -60px;
  line-height: 0;
}

.featured-game-card .cont-right .game-img img {
  max-width: 520px;
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.12));
}

.featured-game-card .game-name {
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #3d3220, var(--brand-primary-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.featured-game-card .game-desc {
  width: 100%;
  max-width: 460px;
  line-height: 1.7;
  margin-bottom: 4px;
}

.featured-game-card .btn-list {
  margin: 24px 0 20px;
}

.featured-game-card .btn-more {
  color: var(--brand-primary-dark);
  font-weight: 600;
  transition: color 0.2s;
}

.featured-game-card .btn-more:hover {
  color: var(--brand-primary);
}

.content-games .game-list li .cover {
  background: linear-gradient(135deg, var(--brand-primary), var(--brand-primary-dark)) !important;
}

.content-games .game-list li {
  border: 1px solid rgba(212, 160, 23, 0.1);
}

/* 页脚 */
.content-footer {
  background: linear-gradient(135deg, #3d3220 0%, var(--brand-header) 100%);
  border-top: 2px solid var(--brand-primary);
}

.content-footer .text-state {
  color: rgba(255, 215, 0, 0.55);
}

.content-footer .text-address {
  margin-top: 24px;
  font-size: 14px;
  color: rgba(255, 248, 220, 0.65);
  text-align: center;
  line-height: 1.8;
}

.content-footer .text-list a:hover {
  color: var(--brand-accent);
}

/* 标题装饰 */
.content-feature .sub-title {
  color: var(--brand-primary);
}

.content-feature .title,
.content-games .title,
.game-banner .title {
  color: #3d3220;
}

.content-banner .swiper {
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

/* 首页轮播：固定尺寸，图片不一致时不撑开 */
.home-banner {
  max-width: 1350px;
  margin: 28px auto 0;
  padding: 0 24px;
}

.home-banner .swiper {
  height: 570px;
  border-radius: 12px;
  background: #2c2416;
  border: 2px solid rgba(212, 160, 23, 0.25);
}

.home-banner .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #2c2416;
}

.home-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-banner .swiper-pagination {
  right: 24px !important;
  bottom: 14px !important;
}

.content-info .info-detail .logo {
  width: 97px;
  height: 97px;
  object-fit: cover;
  border-radius: 20px;
}

.content-info .info-img img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.game-screenshots .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.game-screenshots .swiper-banner-02 .swiper-slide {
  background: #1a1a2e;
}

.content-games .game-list li .game-img img {
  width: 153px;
  height: 153px;
  object-fit: cover;
  border-radius: 20px;
}

@media only screen and (max-width: 1280px) {
  .top .logo {
    min-width: auto;
    padding: 10px 16px;
  }

  .top .logo .logo-name {
    font-size: 12px;
  }

  .featured-game-card li {
    padding: 40px 24px;
  }

  .featured-game-card .cont-right .game-img {
    top: -30px;
  }

  .featured-game-card .cont-right .game-img img {
    max-width: 420px;
  }

  .featured-game-card .game-name {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .top .nav li a {
    font-size: 12px;
  }

  .home-banner {
    padding: 0 16px;
    margin-top: 16px;
  }

  .home-banner .swiper {
    height: 330px;
  }

  .featured-game-card li {
    padding: 32px 24px;
    min-height: auto;
  }

  .featured-game-card .cont-left,
  .featured-game-card .cont-right {
    width: 100%;
    max-width: 100%;
  }

  .featured-game-card .cont-right {
    min-height: auto;
    margin-top: 24px;
    order: -1;
  }

  .featured-game-card .cont-right .game-img {
    position: relative;
    top: 0;
    right: auto;
    text-align: center;
  }

  .featured-game-card .cont-right .game-img img {
    max-width: 320px;
    margin: 0 auto;
  }

  .featured-game-card .game-name {
    font-size: 36px;
  }
}
