/* ============================================
   金沙国际·印加太阳神殿 - 全站样式表
   设计风格：印加太阳神风 (Inca Sun God Style)
   主色调：太阳金 #ff8f00 | 安第斯绿 #2e7d32 | 神殿石灰 #616161 | 印加红 #c62828 | 云雾白 #eceff1
   字体：Cardo（标题）+ Nunito Sans（正文）
   ============================================ */

/* 字体定义 - 内嵌字体避免外部调用 */
@font-face {
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Cardo Bold');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Nunito Sans Regular');
}

/* 全局重置与基础 */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  font-family:'Nunito Sans','PingFang SC','Microsoft YaHei','Hiragino Sans GB',sans-serif;
  background-color:#4a4a4a;
  background-image:url('../images/temple-stone-texture.webp');
  background-size:400px 400px;
  background-repeat:repeat;
  color:#eceff1;
  line-height:1.8;
  overflow-x:hidden;
  min-height:100vh;
}
img{max-width:100%;height:auto;display:block}
a{color:#ff8f00;text-decoration:none;transition:color .3s}
a:hover{color:#ffb300}
h1,h2,h3,h4,h5,h6{
  font-family:'Cardo','Georgia','STSong',serif;
  color:#ff8f00;
  line-height:1.4;
  margin-bottom:.6em;
}
p{margin-bottom:1em;color:#eceff1}
ul,ol{list-style:none}

/* 印加图腾边框装饰 */
.inca-border{
  border:3px solid #ff8f00;
  border-image:repeating-linear-gradient(90deg,#ff8f00 0,#ff8f00 10px,#c62828 10px,#c62828 14px,#ff8f00 14px,#ff8f00 24px) 3;
}
.inca-border-top{
  border-top:4px solid #ff8f00;
  border-image:repeating-linear-gradient(90deg,#ff8f00 0 12px,transparent 12px 16px) 4;
}

/* 太阳献祭加载动画 */
.sun-sacrifice-loader{
  position:fixed;top:0;left:0;width:100%;height:100%;
  background:radial-gradient(circle,#1a1a1a 0%,#000 100%);
  z-index:99999;display:flex;align-items:center;justify-content:center;
  transition:opacity .8s ease;
}
.sun-sacrifice-loader.fade-out{opacity:0;pointer-events:none}
.sun-wheel{
  width:120px;height:120px;
  border:6px solid #ff8f00;
  border-radius:50%;
  position:relative;
  animation:sunSpin 1.5s linear infinite;
}
.sun-wheel::before{
  content:'';position:absolute;top:50%;left:50%;
  width:40px;height:40px;margin:-20px 0 0 -20px;
  background:#ff8f00;border-radius:50%;
  box-shadow:0 0 40px #ff8f00,0 0 80px #ff8f00;
}
.sun-wheel::after{
  content:'';position:absolute;top:-20px;left:50%;
  width:4px;height:20px;margin-left:-2px;
  background:#ff8f00;
  box-shadow:
    0 140px 0 #ff8f00,
    60px 0 0 #ff8f00,
    -60px 0 0 #ff8f00,
    42px 42px 0 #ff8f00,
    -42px 42px 0 #ff8f00,
    42px -42px 0 #ff8f00,
    -42px -42px 0 #ff8f00,
    60px 100px 0 #ff8f00,
    -60px 100px 0 #ff8f00;
}
@keyframes sunSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

/* 导航栏 */
.temple-nav{
  position:fixed;top:0;left:0;width:100%;z-index:1000;
  background:linear-gradient(180deg,rgba(30,30,30,.98) 0%,rgba(50,50,50,.95) 100%);
  border-bottom:3px solid #ff8f00;
  box-shadow:0 4px 20px rgba(0,0,0,.5);
  backdrop-filter:blur(8px);
}
.temple-nav .nav-inner{
  max-width:1400px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  padding:0 20px;height:70px;
}
.temple-nav .nav-logo{display:flex;align-items:center;gap:10px;flex-shrink:0}
.temple-nav .nav-logo img{height:50px;width:auto}
.temple-nav .nav-logo span{
  font-family:'Cardo',serif;font-size:1.1rem;color:#ff8f00;font-weight:700;
  white-space:nowrap;
}
.temple-nav .nav-links{display:flex;gap:4px;flex-wrap:nowrap;overflow-x:auto}
.temple-nav .nav-links a{
  padding:8px 14px;font-size:.88rem;color:#eceff1;
  border-radius:4px;transition:all .3s;white-space:nowrap;
  border:1px solid transparent;
}
.temple-nav .nav-links a:hover,
.temple-nav .nav-links a.active{
  color:#ff8f00;background:rgba(255,143,0,.1);
  border-color:rgba(255,143,0,.3);
}
.nav-toggle{display:none;background:none;border:none;color:#ff8f00;font-size:1.6rem;cursor:pointer;padding:8px}

/* 面包屑导航 */
.breadcrumb-trail{
  max-width:1400px;margin:90px auto 0;padding:15px 20px;
  font-size:.85rem;color:#9e9e9e;
}
.breadcrumb-trail a{color:#ff8f00}
.breadcrumb-trail span{margin:0 8px;color:#616161}

/* Hero全屏模块 */
.hero-machu-picchu{
  position:relative;width:100%;min-height:90vh;
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;margin-top:70px;
}
.hero-machu-picchu .hero-bg{
  position:absolute;top:0;left:0;width:100%;height:100%;
  object-fit:cover;z-index:0;
}
.hero-machu-picchu .hero-overlay{
  position:absolute;top:0;left:0;width:100%;height:100%;
  background:linear-gradient(180deg,rgba(0,0,0,.3) 0%,rgba(0,0,0,.6) 100%);
  z-index:1;
}
.hero-machu-picchu .hero-content{
  position:relative;z-index:2;text-align:center;padding:40px 20px;
}
.hero-machu-picchu .hero-logo{max-width:320px;margin:0 auto 30px}
.hero-machu-picchu .hero-slogan{
  font-family:'Cardo',serif;font-size:2rem;color:#ff8f00;
  text-shadow:0 2px 20px rgba(255,143,0,.5);margin-bottom:30px;
}
.hero-machu-picchu .hero-sub{
  font-size:1.1rem;color:#eceff1;max-width:600px;margin:0 auto 40px;
  text-shadow:0 1px 10px rgba(0,0,0,.8);
}

/* 黄金CTA按钮 */
.golden-cta-button{
  display:inline-block;padding:16px 40px;
  background:linear-gradient(135deg,#ff8f00 0%,#ffb300 50%,#ff8f00 100%);
  color:#1a1a1a;font-weight:700;font-size:1.1rem;
  border:2px solid #ffb300;border-radius:6px;
  text-shadow:0 1px 2px rgba(0,0,0,.2);
  box-shadow:0 4px 20px rgba(255,143,0,.4);
  transition:all .3s;cursor:pointer;
  font-family:'Cardo',serif;
}
.golden-cta-button:hover{
  box-shadow:0 0 40px rgba(255,143,0,.8),0 0 80px rgba(255,143,0,.4);
  transform:translateY(-2px);color:#1a1a1a;
}

/* 通用容器 */
.temple-container{max-width:1400px;margin:0 auto;padding:0 20px}

/* 通用模块石雕卡片 */
.stone-carved-section{
  padding:60px 0;position:relative;
}
.stone-carved-section .section-title-block{
  text-align:center;margin-bottom:50px;
}
.stone-carved-section .section-title-block h2{
  font-size:2rem;color:#ff8f00;display:inline-block;
  padding:0 30px 15px;
  border-bottom:3px solid #ff8f00;
  position:relative;
}
.stone-carved-section .section-title-block h2::before,
.stone-carved-section .section-title-block h2::after{
  content:'☀';position:absolute;bottom:-8px;font-size:.8rem;color:#ff8f00;
}
.stone-carved-section .section-title-block h2::before{left:0}
.stone-carved-section .section-title-block h2::after{right:0}
.stone-carved-section .section-title-block p{
  color:#9e9e9e;font-size:1rem;margin-top:15px;max-width:700px;margin-left:auto;margin-right:auto;
}

/* 石雕模块卡片 */
.temple-stone-card{
  background:linear-gradient(145deg,rgba(60,60,60,.95) 0%,rgba(45,45,45,.95) 100%);
  border:2px solid rgba(255,143,0,.3);
  border-radius:8px;padding:30px;
  box-shadow:0 8px 30px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.05);
  transition:all .4s;position:relative;overflow:hidden;
}
.temple-stone-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:linear-gradient(90deg,transparent,#ff8f00,transparent);
}
.temple-stone-card:hover{
  border-color:#ff8f00;
  box-shadow:0 12px 40px rgba(255,143,0,.2);
  transform:translateY(-4px);
}

/* 石门开启动画 */
.stone-gate-reveal{
  opacity:0;transform:translateY(40px);
  transition:opacity .8s ease,transform .8s ease;
}
.stone-gate-reveal.revealed{
  opacity:1;transform:translateY(0);
}

/* 太阳祭坛战报模块 */
.sun-altar-section{
  background:linear-gradient(180deg,rgba(40,40,40,.9) 0%,rgba(30,30,30,.95) 100%);
  position:relative;
}
.battle-report-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;
}
.battle-stone-tablet{
  background:rgba(50,50,50,.9);border:1px solid rgba(255,143,0,.2);
  border-radius:6px;padding:20px;
  display:flex;align-items:center;gap:15px;
  transition:all .3s;
}
.battle-stone-tablet:hover{
  border-color:#ff8f00;
  box-shadow:0 0 20px rgba(255,143,0,.15);
}
.battle-stone-tablet .match-type{
  font-size:.75rem;color:#2e7d32;background:rgba(46,125,50,.15);
  padding:3px 8px;border-radius:3px;margin-bottom:5px;display:inline-block;
}
.battle-stone-tablet .match-teams{font-size:.95rem;color:#eceff1;font-weight:600}
.battle-stone-tablet .match-score{
  font-family:'Cardo',serif;font-size:1.4rem;color:#c62828;font-weight:700;
  margin-left:auto;white-space:nowrap;
}

/* 六大太阳神殿展示 */
.six-temples-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:25px;
}
.temple-platform-card{
  background:linear-gradient(145deg,rgba(55,55,55,.95),rgba(40,40,40,.95));
  border:2px solid rgba(255,143,0,.2);border-radius:10px;
  overflow:hidden;transition:all .4s;
}
.temple-platform-card:hover{
  border-color:#ff8f00;transform:translateY(-6px);
  box-shadow:0 15px 50px rgba(255,143,0,.25);
}
.temple-platform-card .platform-header{
  position:relative;height:180px;overflow:hidden;
}
.temple-platform-card .platform-header img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s;
}
.temple-platform-card:hover .platform-header img{transform:scale(1.05)}
.temple-platform-card .platform-body{padding:20px}
.temple-platform-card .platform-name{
  font-family:'Cardo',serif;font-size:1.2rem;color:#ff8f00;margin-bottom:8px;
}
.temple-platform-card .sun-rating{color:#ff8f00;font-size:1.1rem;margin-bottom:10px}
.temple-platform-card .platform-desc{font-size:.9rem;color:#bdbdbd;line-height:1.6}
.temple-platform-card .platform-tags{
  display:flex;flex-wrap:wrap;gap:6px;margin-top:12px;
}
.temple-platform-card .platform-tags span{
  font-size:.75rem;padding:3px 10px;border-radius:20px;
  background:rgba(255,143,0,.1);color:#ff8f00;border:1px solid rgba(255,143,0,.3);
}

/* 印加金字塔VIP */
.inca-pyramid-section{position:relative;overflow:hidden}
.pyramid-levels{
  display:flex;flex-direction:column;align-items:center;gap:0;
  max-width:800px;margin:0 auto;
}
.pyramid-level{
  padding:18px 30px;text-align:center;
  border:2px solid rgba(255,143,0,.3);
  transition:all .3s;position:relative;
}
.pyramid-level:nth-child(1){width:100%;background:rgba(139,119,101,.3);border-radius:0 0 8px 8px}
.pyramid-level:nth-child(2){width:85%;background:rgba(158,158,158,.2)}
.pyramid-level:nth-child(3){width:70%;background:rgba(255,143,0,.15)}
.pyramid-level:nth-child(4){width:55%;background:rgba(46,125,50,.2)}
.pyramid-level:nth-child(5){width:40%;background:rgba(255,143,0,.25);border-radius:8px 8px 0 0}
.pyramid-level:hover{border-color:#ff8f00;box-shadow:0 0 30px rgba(255,143,0,.2)}
.pyramid-level .level-name{font-family:'Cardo',serif;font-size:1.1rem;color:#ff8f00}
.pyramid-level .level-desc{font-size:.85rem;color:#bdbdbd;margin-top:5px}

/* 优惠活动集市 */
.market-gifts-grid{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;
}
.gift-basket-card{
  background:linear-gradient(145deg,rgba(55,50,40,.95),rgba(45,40,35,.95));
  border:2px solid rgba(255,143,0,.2);border-radius:8px;
  padding:25px;transition:all .3s;
}
.gift-basket-card:hover{border-color:#ff8f00;transform:translateY(-3px)}
.gift-basket-card .gift-platform{
  font-size:.8rem;color:#2e7d32;background:rgba(46,125,50,.15);
  padding:3px 10px;border-radius:3px;display:inline-block;margin-bottom:10px;
}
.gift-basket-card .gift-title{
  font-family:'Cardo',serif;font-size:1.1rem;color:#ff8f00;margin-bottom:8px;
}
.gift-basket-card .gift-desc{font-size:.9rem;color:#bdbdbd}

/* 奇普结绳彩票 */
.quipu-lottery-list{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;
}
.quipu-knot-card{
  background:rgba(50,50,50,.9);border-left:4px solid #ff8f00;
  padding:20px;border-radius:0 6px 6px 0;
  transition:all .3s;
}
.quipu-knot-card:hover{background:rgba(60,60,60,.9)}
.quipu-knot-card .lottery-name{
  font-family:'Cardo',serif;color:#ff8f00;font-size:1rem;margin-bottom:8px;
}
.quipu-knot-card .lottery-numbers{
  display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px;
}
.quipu-knot-card .lottery-numbers span{
  width:36px;height:36px;border-radius:50%;
  background:linear-gradient(135deg,#ff8f00,#c62828);
  color:#fff;font-weight:700;font-size:.9rem;
  display:flex;align-items:center;justify-content:center;
}
.quipu-knot-card .lottery-info{font-size:.8rem;color:#9e9e9e}

/* KGC牌照石碑 */
.kgc-stele-block{
  max-width:800px;margin:0 auto;
  background:linear-gradient(145deg,rgba(50,50,50,.95),rgba(35,35,35,.95));
  border:2px solid rgba(255,143,0,.4);border-radius:10px;
  padding:40px;text-align:center;
}
.kgc-stele-block .kgc-badge{
  font-size:3rem;margin-bottom:20px;display:block;
}
.kgc-stele-block .kgc-title{
  font-family:'Cardo',serif;font-size:1.5rem;color:#ff8f00;margin-bottom:15px;
}
.kgc-stele-block .kgc-license-num{
  font-size:1.1rem;color:#2e7d32;margin-bottom:20px;
  padding:8px 20px;background:rgba(46,125,50,.1);
  border:1px solid rgba(46,125,50,.3);border-radius:4px;display:inline-block;
}
.kgc-stele-block .kgc-statement{
  font-size:.95rem;color:#bdbdbd;line-height:1.8;text-align:left;
}

/* 黄金矿脉充值 */
.gold-mine-options{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;
  max-width:800px;margin:0 auto;
}
.mine-cart-option{
  background:rgba(50,50,50,.9);border:2px solid rgba(255,143,0,.2);
  border-radius:8px;padding:20px;text-align:center;
  cursor:pointer;transition:all .3s;
}
.mine-cart-option:hover{border-color:#ff8f00;background:rgba(255,143,0,.08)}
.mine-cart-option .cart-icon{font-size:2rem;margin-bottom:10px}
.mine-cart-option .cart-name{color:#ff8f00;font-weight:600}

/* 负责任博弈石板 */
.responsible-stone-slab{
  max-width:900px;margin:0 auto;
  background:linear-gradient(145deg,rgba(55,55,55,.95),rgba(40,40,40,.95));
  border:2px solid rgba(198,40,40,.3);border-radius:10px;
  padding:40px;position:relative;
}
.responsible-stone-slab .age-badge{
  display:flex;align-items:center;justify-content:center;gap:15px;
  margin-bottom:25px;
}
.responsible-stone-slab .age-badge .badge-18{
  width:60px;height:60px;border-radius:50%;
  background:linear-gradient(135deg,#c62828,#e53935);
  color:#fff;font-weight:700;font-size:1.2rem;
  display:flex;align-items:center;justify-content:center;
}
.responsible-stone-slab h3{
  font-family:'Cardo',serif;color:#c62828;text-align:center;margin-bottom:20px;
}
.responsible-stone-slab p{color:#bdbdbd;font-size:.95rem}
.responsible-stone-slab .help-links{
  margin-top:20px;display:flex;gap:15px;flex-wrap:wrap;justify-content:center;
}
.responsible-stone-slab .help-links a{
  padding:8px 20px;border:1px solid rgba(198,40,40,.4);
  border-radius:4px;color:#e57373;font-size:.9rem;
}

/* 注册模块 */
.register-mask-form{
  max-width:500px;margin:0 auto;
  background:linear-gradient(145deg,rgba(55,50,40,.95),rgba(40,35,30,.95));
  border:2px solid rgba(255,143,0,.4);border-radius:12px;
  padding:40px;
}
.register-mask-form .form-group{margin-bottom:20px}
.register-mask-form label{display:block;color:#ff8f00;margin-bottom:6px;font-size:.9rem}
.register-mask-form input{
  width:100%;padding:12px 16px;
  background:rgba(30,30,30,.8);border:2px solid rgba(255,143,0,.3);
  border-radius:6px;color:#eceff1;font-size:1rem;
  transition:border-color .3s;
}
.register-mask-form input:focus{
  outline:none;border-color:#ff8f00;
  box-shadow:0 0 15px rgba(255,143,0,.2);
}

/* 页脚神殿地基 */
.temple-footer{
  background:linear-gradient(180deg,rgba(30,30,30,.98),rgba(20,20,20,1));
  border-top:4px solid #ff8f00;padding:50px 0 30px;margin-top:60px;
}
.footer-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:40px;
  max-width:1400px;margin:0 auto;padding:0 20px;
}
.footer-col h4{
  font-family:'Cardo',serif;color:#ff8f00;font-size:1.1rem;
  margin-bottom:20px;padding-bottom:10px;
  border-bottom:2px solid rgba(255,143,0,.3);
}
.footer-col ul li{margin-bottom:10px}
.footer-col ul li a{color:#9e9e9e;font-size:.9rem;transition:color .3s}
.footer-col ul li a:hover{color:#ff8f00}
.footer-col p{color:#9e9e9e;font-size:.85rem;line-height:1.7}
.footer-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:15px}
.footer-badges span{
  padding:4px 12px;border:1px solid rgba(255,143,0,.3);
  border-radius:4px;font-size:.75rem;color:#ff8f00;
}
.footer-copyright{
  text-align:center;padding:25px 20px 0;margin-top:30px;
  border-top:1px solid rgba(255,255,255,.05);
  color:#616161;font-size:.8rem;
}

/* 内页通用样式 */
.inner-page-hero{
  position:relative;height:400px;overflow:hidden;margin-top:70px;
  display:flex;align-items:center;justify-content:center;
}
.inner-page-hero img{
  position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;
}
.inner-page-hero .hero-overlay{
  position:absolute;top:0;left:0;width:100%;height:100%;
  background:linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.7));z-index:1;
}
.inner-page-hero .hero-text{position:relative;z-index:2;text-align:center;padding:20px}
.inner-page-hero .hero-text h1{font-size:2.2rem;color:#ff8f00;margin-bottom:10px}
.inner-page-hero .hero-text p{color:#eceff1;font-size:1.1rem}

/* 内页内容区 */
.inner-content-area{
  max-width:1000px;margin:40px auto;padding:0 20px;
}
.inner-content-area h2{font-size:1.6rem;margin-top:40px;margin-bottom:15px}
.inner-content-area h3{font-size:1.3rem;margin-top:30px;margin-bottom:12px;color:#ffb300}
.inner-content-area p{font-size:1rem;color:#d0d0d0;line-height:1.9}
.inner-content-area img{
  border-radius:8px;margin:20px 0;
  border:2px solid rgba(255,143,0,.2);
}

/* 评测对比表格 */
.inca-compare-table{
  width:100%;border-collapse:collapse;margin:25px 0;
  background:rgba(40,40,40,.9);border-radius:8px;overflow:hidden;
}
.inca-compare-table thead{background:rgba(255,143,0,.15)}
.inca-compare-table th{
  padding:14px 16px;text-align:left;color:#ff8f00;
  font-family:'Cardo',serif;font-size:.95rem;
  border-bottom:2px solid rgba(255,143,0,.3);
}
.inca-compare-table td{
  padding:12px 16px;color:#bdbdbd;font-size:.9rem;
  border-bottom:1px solid rgba(255,255,255,.05);
}
.inca-compare-table tr:hover td{background:rgba(255,143,0,.05)}

/* 评测评分条 */
.rating-bar{
  display:inline-flex;align-items:center;gap:4px;
}
.rating-bar .sun-icon{color:#ff8f00;font-size:1rem}
.rating-bar .sun-icon.empty{color:#616161}

/* FAQ模块 */
.faq-inca-list{max-width:800px;margin:0 auto}
.faq-inca-item{
  background:rgba(50,50,50,.8);border:1px solid rgba(255,143,0,.2);
  border-radius:6px;margin-bottom:12px;overflow:hidden;
}
.faq-inca-item .faq-question{
  padding:18px 20px;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;
  color:#ff8f00;font-weight:600;font-size:1rem;
  transition:background .3s;
}
.faq-inca-item .faq-question:hover{background:rgba(255,143,0,.05)}
.faq-inca-item .faq-question::after{content:'▼';font-size:.7rem;transition:transform .3s}
.faq-inca-item.open .faq-question::after{transform:rotate(180deg)}
.faq-inca-item .faq-answer{
  padding:0 20px;max-height:0;overflow:hidden;
  transition:max-height .4s ease,padding .4s ease;
  color:#bdbdbd;font-size:.95rem;line-height:1.8;
}
.faq-inca-item.open .faq-answer{
  max-height:500px;padding:0 20px 20px;
}

/* 侧边关联导航 */
.related-reviews{
  background:rgba(50,50,50,.8);border:2px solid rgba(255,143,0,.2);
  border-radius:8px;padding:25px;margin-top:40px;
}
.related-reviews h4{
  font-family:'Cardo',serif;color:#ff8f00;margin-bottom:15px;
  padding-bottom:10px;border-bottom:1px solid rgba(255,143,0,.2);
}
.related-reviews ul li{margin-bottom:10px}
.related-reviews ul li a{
  color:#bdbdbd;font-size:.95rem;
  display:flex;align-items:center;gap:8px;
}
.related-reviews ul li a::before{content:'☀';font-size:.7rem;color:#ff8f00}
.related-reviews ul li a:hover{color:#ff8f00}

/* 干扰标签区块（不可见） */
.jammer-block{
  opacity:0.01;position:absolute;z-index:-1;
  pointer-events:none;left:-9999px;
  overflow:hidden;width:1px;height:1px;
}

/* 响应式设计 - 移动端优先 */
@media(max-width:1024px){
  .six-temples-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:768px){
  .temple-nav .nav-links{
    display:none;position:fixed;top:70px;left:0;width:100%;
    background:rgba(25,25,25,.98);flex-direction:column;
    padding:20px;gap:5px;
    border-bottom:3px solid #ff8f00;
  }
  .temple-nav .nav-links.show{display:flex}
  .nav-toggle{display:block}
  .hero-machu-picchu .hero-slogan{font-size:1.4rem}
  .hero-machu-picchu{min-height:70vh}
  .six-temples-grid{grid-template-columns:1fr}
  .battle-report-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .stone-carved-section{padding:40px 0}
  .stone-carved-section .section-title-block h2{font-size:1.5rem}
  .inner-page-hero{height:280px}
  .inner-page-hero .hero-text h1{font-size:1.6rem}
  .pyramid-levels .pyramid-level{width:100%!important}
  .breadcrumb-trail{margin-top:80px}
}
@media(max-width:480px){
  .temple-nav .nav-inner{padding:0 12px;height:60px}
  .temple-nav .nav-logo img{height:38px}
  .hero-machu-picchu .hero-slogan{font-size:1.2rem}
  .golden-cta-button{padding:12px 28px;font-size:1rem}
  .temple-stone-card{padding:20px}
  .register-mask-form{padding:25px}
  .kgc-stele-block{padding:25px}
}

/* 打印样式 */
@media print{
  .temple-nav,.sun-sacrifice-loader,.nav-toggle{display:none!important}
  body{background:#fff;color:#333}
  .temple-stone-card{border:1px solid #ccc;box-shadow:none}
}
