.hero{
  min-height:90vh;
  display:flex;
  align-items:center;
}
.hero h1{
  font-size:clamp(42px,7vw,82px)!important;
  line-height:1.08!important;
  letter-spacing:.03em;
}
.hero p{
  max-width:780px;
  font-size:17px!important;
}
.hero-kpi b{
  font-size:clamp(30px,4vw,48px)!important;
}
.hero-card img{
  min-height:560px;
  filter:brightness(1.08) contrast(1.08) saturate(1.05);
}
.xx-s2o-home{
  width:min(1180px,calc(100% - 40px));
  margin:56px auto;
  padding:34px;
  border-radius:34px;
  border:1px solid rgba(216,181,109,.28);
  background:
    radial-gradient(circle at 12% 0%,rgba(247,223,155,.2),transparent 38%),
    linear-gradient(135deg,rgba(12,12,12,.96),rgba(39,29,12,.96));
  box-shadow:0 28px 78px rgba(0,0,0,.45);
}
.xx-s2o-home h2{
  margin:0 0 12px;
  color:#fff3c2;
  font-family:"Noto Serif TC","Noto Sans TC",serif;
  font-size:clamp(32px,5vw,58px);
}
.xx-s2o-home p{
  color:#e8dcc2;
  line-height:1.95;
}
.xx-s2o-home-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
  margin:24px 0;
}
.xx-s2o-home-grid div{
  padding:18px;
  border-radius:20px;
  border:1px solid rgba(216,181,109,.2);
  background:rgba(255,255,255,.055);
  color:#f7df9b;
  font-weight:900;
}
.xx-s2o-home-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
@media(max-width:768px){
  .hero{min-height:auto;padding-top:72px}
  .hero-card img{min-height:320px}
  .hero-kpis{grid-template-columns:repeat(2,1fr)!important}
  .xx-s2o-home-grid{grid-template-columns:1fr}
  .xx-s2o-home-actions .btn{width:100%;text-align:center}
}

/* v9.3 首頁高端轉換升級 */
.xx-s2o-route,
.xx-trust-strip,
.xx-booking-convert{
  width:min(1180px,calc(100% - 40px));
  margin:42px auto;
}
.xx-s2o-route-card,
.xx-booking-convert-card{
  border:1px solid rgba(216,181,109,.24);
  border-radius:34px;
  background:radial-gradient(circle at 10% 0%,rgba(247,223,155,.16),transparent 38%),
    linear-gradient(135deg,rgba(13,13,13,.96),rgba(34,24,11,.96));
  box-shadow:0 28px 78px rgba(0,0,0,.46);
  overflow:hidden;
}
.xx-s2o-route-head,
.xx-booking-convert-head{
  padding:34px 34px 10px;
}
.xx-s2o-route-head h2,
.xx-booking-convert-head h2{
  margin:0 0 12px;
  color:#fff3c2;
  font-family:"Noto Serif TC","Noto Sans TC",serif;
  font-size:clamp(30px,4.6vw,54px);
  line-height:1.18;
}
.xx-s2o-route-head p,
.xx-booking-convert-head p{
  margin:0;
  color:#e8dcc2;
  line-height:1.95;
  font-size:17px;
  max-width:860px;
}
.xx-s2o-route-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding:24px 34px 34px;
}
.xx-s2o-route-day{
  min-height:260px;
  padding:24px;
  border-radius:26px;
  border:1px solid rgba(216,181,109,.22);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
}
.xx-s2o-route-day::before{
  content:attr(data-day);
  display:inline-flex;
  margin-bottom:16px;
  padding:8px 13px;
  border-radius:999px;
  background:linear-gradient(135deg,#fff0b8,#d8b56d);
  color:#111;
  font-weight:950;
}
.xx-s2o-route-day h3{
  margin:0 0 12px;
  color:#f7df9b;
  font-size:24px;
}
.xx-s2o-route-day p{
  margin:0;
  color:#d5dde8;
  line-height:1.9;
}
.xx-s2o-route-day ul{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.xx-s2o-route-day li{
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:#cfc3a8;
  line-height:1.6;
  font-weight:800;
}
.xx-trust-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.xx-trust-item{
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(216,181,109,.20);
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022));
  box-shadow:0 16px 46px rgba(0,0,0,.28);
}
.xx-trust-item b{
  display:block;
  margin-bottom:8px;
  color:#fff0b8;
  font-size:22px;
}
.xx-trust-item span{
  color:#cfc3a8;
  line-height:1.75;
  font-weight:780;
}
.xx-booking-convert-body{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  padding:24px 34px 34px;
}
.xx-booking-checklist{
  display:grid;
  gap:12px;
}
.xx-booking-checklist div{
  padding:15px 16px;
  border-radius:18px;
  border:1px solid rgba(216,181,109,.18);
  background:rgba(255,255,255,.045);
  color:#d5dde8;
  line-height:1.75;
  font-weight:780;
}
.xx-booking-checklist b{
  color:#f7df9b;
}
.xx-booking-cta-panel{
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:12px;
  padding:24px;
  border-radius:26px;
  border:1px solid rgba(216,181,109,.22);
  background:radial-gradient(circle at center,rgba(247,223,155,.18),transparent 58%),
    rgba(255,255,255,.045);
}
.xx-booking-cta-panel strong{
  color:#fff3c2;
  font-family:"Noto Serif TC","Noto Sans TC",serif;
  font-size:clamp(26px,3.2vw,40px);
  line-height:1.28;
}
.xx-booking-cta-panel p{
  color:#e8dcc2;
  line-height:1.85;
  margin:0 0 8px;
}
.xx-booking-cta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
@media(max-width:980px){
  .xx-s2o-route-grid,
  .xx-trust-strip,
  .xx-booking-convert-body{
    grid-template-columns:1fr;
  }
  .xx-s2o-route-head,
  .xx-booking-convert-head,
  .xx-s2o-route-grid,
  .xx-booking-convert-body{
    padding-left:22px;
    padding-right:22px;
  }
  .xx-booking-cta-actions .btn{
    width:100%;
    text-align:center;
  }
}
