*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family:"PingFang TC","Microsoft JhengHei",Arial,sans-serif;
  background:#f8fafc;
  color:#0f172a;
  line-height:1.7;
}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.container{width:min(1120px,calc(100% - 32px));margin:0 auto}
.section{padding:72px 0}
.eyebrow{
  display:inline-block;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  color:#a16207;
  text-transform:uppercase;
}
.title{
  margin:14px 0 0;
  font-size:clamp(30px,4vw,52px);
  line-height:1.18;
  font-weight:900;
}
.desc{
  color:#475569;
  font-size:18px;
  margin-top:16px;
}
.center{text-align:center}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:0;
  cursor:pointer;
  border-radius:16px;
  font-weight:800;
  transition:transform .2s ease,opacity .2s ease,background .2s ease;
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{
  background:#2563eb;
  color:#fff;
  padding:16px 26px;
  box-shadow:0 16px 30px rgba(37,99,235,.28);
}
.btn-primary.large{
  width:100%;
  max-width:420px;
  padding:18px 28px;
  font-size:20px;
  border-radius:18px;
}
.btn-secondary{
  background:#fff;
  color:#1d4ed8;
  border:1px solid #bfdbfe;
  padding:15px 24px;
}
.hero{
  background:linear-gradient(180deg,#081427 0%,#0d223b 58%,#143458 100%);
  color:#fff;
  padding:20px 0 82px;
}
.hero-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}
.hero-top-text{
  font-size:14px;
  color:#dbeafe;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:46px;
  align-items:center;
  padding-top:54px;
}
.hero-badge{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  border:1px solid rgba(251,191,36,.28);
  background:rgba(251,191,36,.12);
  color:#fcd34d;
  font-weight:800;
  font-size:14px;
}
.hero-title{
  margin:16px 0 0;
  font-size:clamp(38px,5vw,66px);
  line-height:1.1;
  font-weight:900;
  letter-spacing:-.02em;
}
.hero-title .accent{color:#f6c453}
.hero-lead{
  margin-top:20px;
  font-size:19px;
  color:#d7e6f6;
  max-width:680px;
}
.hero-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-top:28px;
}
.hero-stat{
  padding:20px 16px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  text-align:center;
}
.hero-stat strong{
  display:block;
  color:#f6c453;
  font-size:36px;
  line-height:1;
  margin-bottom:8px;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
.hero-card{
  padding:22px;
  border-radius:30px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 30px 80px rgba(0,0,0,.28);
}
.hero-card-inner{
  background:#fff;
  border-radius:24px;
  padding:24px;
  color:#0f172a;
}
.hero-card-grid{
  display:grid;
  grid-template-columns:1fr 150px;
  gap:18px;
}
.cover-placeholder{
  min-height:350px;
  border-radius:22px;
  background:linear-gradient(135deg,#eef2f7,#d8e2ed);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#64748b;
  padding:24px;
}
.side-box{
  border-radius:18px;
  padding:16px 12px;
  text-align:center;
  margin-bottom:12px;
}
.side-box.dark{background:#0f172a;color:#fff}
.side-box.blue{background:#2563eb;color:#fff}
.side-box.light{background:#fff;border:1px solid #e2e8f0}
.hero-note{
  margin-top:14px;
  text-align:center;
  color:#dbeafe;
  font-size:14px;
}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:40px;
}
.card{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:28px;
  padding:28px;
  box-shadow:0 10px 28px rgba(15,23,42,.04);
}
.card h3{
  margin:0;
  font-size:24px;
  line-height:1.3;
}
.card p{margin:14px 0 0;color:#475569}
.list-stack{
  display:grid;
  gap:16px;
  margin-top:40px;
}
.list-item{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:18px;
  align-items:center;
  padding:24px;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
}
.icon-box{
  width:56px;
  height:56px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f8fafc;
  font-size:28px;
  box-shadow:0 6px 20px rgba(15,23,42,.06);
}
.reviews{
  background:#071526;
  color:#fff;
}
.reviews .desc{color:#c8d5e4}
.review-card{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:28px;
  padding:28px;
}
.review-card p{color:#dce7f5}
.review-author{
  color:#f6c453;
  font-weight:800;
  margin-top:16px;
}
.claim-box{
  background:linear-gradient(135deg,#f8fbff,#ffffff);
  border-radius:34px;
  padding:40px;
  box-shadow:0 18px 50px rgba(15,23,42,.08);
}
.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:34px;
}
.step{
  background:#fff;
  border-radius:24px;
  padding:24px;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
}
.step small{
  color:#2563eb;
  font-weight:800;
  letter-spacing:.08em;
}
.faq-list{
  display:grid;
  gap:16px;
  margin-top:36px;
}
.faq-item{
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  padding:24px;
}
.faq-item strong{
  display:block;
  font-size:20px;
}
.cta-wrap{
  text-align:center;
  margin-top:32px;
}
.notice{
  margin-top:14px;
  font-size:14px;
  color:#64748b;
}

.modal{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(2,6,23,.62);
  padding:20px;
  z-index:999;
}
.modal.active{display:flex}
.modal-panel{
  width:min(760px,100%);
  max-height:92vh;
  overflow:auto;
  background:#fff;
  border-radius:28px;
  box-shadow:0 30px 80px rgba(2,6,23,.3);
}
.modal-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
  padding:26px 28px 10px;
}
.modal-body{padding:0 28px 28px}
.close-btn{
  width:42px;
  height:42px;
  border:0;
  border-radius:12px;
  background:#eff6ff;
  color:#1d4ed8;
  font-size:22px;
  cursor:pointer;
}
.form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin-top:18px;
}
.field.full{grid-column:1 / -1}
.field label{
  display:block;
  font-size:14px;
  font-weight:800;
  margin-bottom:8px;
  color:#334155;
}
.field input,.field textarea{
  width:100%;
  border:1px solid #cbd5e1;
  border-radius:14px;
  padding:14px;
  font-size:16px;
  outline:none;
}
.field textarea{min-height:120px;resize:vertical}
.tip-box{
  margin-top:20px;
  padding:18px;
  border-radius:18px;
  background:#eff6ff;
  color:#1e3a8a;
  border:1px solid #bfdbfe;
}
.tip-box strong{display:block;margin-bottom:8px}
.modal-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:22px;
}

@media (max-width: 980px){
  .hero-grid,.grid-3,.steps{grid-template-columns:1fr}
  .hero-card-grid{grid-template-columns:1fr}
}
@media (max-width: 760px){
  .hero-stats,.form-grid{grid-template-columns:1fr}
  .list-item{grid-template-columns:1fr}
  .hero-top{flex-direction:column;align-items:stretch}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .modal-head,.modal-body{padding-left:18px;padding-right:18px}
  .claim-box{padding:24px}
  .section{padding:60px 0}
}


.footer{
  background:#0f172a;
  color:#cbd5e1;
  padding:28px 0 36px;
}
.footer-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  flex-wrap:wrap;
}
.footer-title{
  font-size:16px;
  font-weight:800;
  color:#fff;
}
.footer-text{
  font-size:14px;
  color:#94a3b8;
  margin-top:6px;
}
.footer-links{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  font-size:14px;
}
.footer-links a{
  color:#cbd5e1;
}


.btn-line{
  background:#06c755;
  color:#fff;
  padding:15px 24px;
  border:1px solid #06c755;
  box-shadow:0 12px 24px rgba(6,199,85,.22);
}
.btn-line:hover{
  background:#05b54c;
}


.success-panel{
  display:none;
  margin-top:20px;
  padding:20px;
  border-radius:20px;
  background:#f8fafc;
  border:1px solid #dbeafe;
}
.success-panel.active{
  display:block;
}
.success-title{
  font-size:20px;
  font-weight:800;
  color:#0f172a;
  margin-bottom:10px;
}
.success-text{
  color:#334155;
  margin:0 0 16px;
}
.success-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.success-note{
  margin-top:12px;
  font-size:14px;
  color:#64748b;
}
.form-panel.hidden{
  display:none;
}

.field-error{
  margin-top:8px;
  font-size:14px;
  color:#dc2626;
}
.input-invalid{
  border-color:#dc2626 !important;
  background:#fff7f7;
}


.hero-top-inner{width:min(1120px,calc(100% - 32px));margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 4px}
.hero-top .btn{border-radius:14px;padding:12px 24px;font-weight:800;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 12px 26px rgba(37,99,235,.32);flex-shrink:0}
.records-wrap{
  margin-top:24px;
  border-radius:22px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  overflow:hidden;
}
.records-head{
  padding:14px 18px;
  font-size:14px;
  font-weight:800;
  color:#dbeafe;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.records-marquee{
  height:238px;
  overflow:hidden;
  position:relative;
}
.records-marquee::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:44px;
  background:linear-gradient(to bottom, rgba(8,20,39,0), rgba(8,20,39,.95));
  pointer-events:none;
}
.records-track{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:14px;
  animation:scrollRecords 28s linear infinite;
  will-change:transform;
}
.record-item{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px 12px;
  padding:14px 16px;
  border-radius:16px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.05);
  color:#e2e8f0;
}
.record-main{
  min-width:0;
}
.record-topline{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.record-name{
  font-weight:800;
  color:#fff;
  font-size:15px;
}
.record-city{
  color:#93c5fd;
  font-size:13px;
  background:rgba(59,130,246,.12);
  border:1px solid rgba(147,197,253,.18);
  padding:2px 8px;
  border-radius:999px;
}
.record-status{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#86efac;
  font-weight:700;
  font-size:14px;
}
.record-time{
  align-self:center;
  justify-self:end;
  color:#cbd5e1;
  white-space:nowrap;
  font-size:12px;
  background:rgba(255,255,255,.06);
  padding:4px 8px;
  border-radius:999px;
}
@keyframes scrollRecords{
  0%{transform:translateY(0)}
  100%{transform:translateY(-50%)}
}
@media (max-width:760px){
  .hero-top-inner{width:calc(100% - 24px);gap:12px}
  .hero-top-text{font-size:13px;line-height:1.5}
  .hero-top .btn{padding:12px 18px}
  .records-marquee{height:220px}
  .record-item{grid-template-columns:1fr}
  .record-time{justify-self:start}
}

.highlight-number{
  display:inline-block;
  font-size:34px;
  font-weight:900;
  color:#ffffff;
  background:linear-gradient(135deg,#ec4899,#f97316);
  padding:6px 18px;
  border-radius:14px;
  margin:0 6px;
  box-shadow:0 10px 22px rgba(236,72,153,.35);
  animation:pulseNumber 1.5s infinite;
}

@keyframes pulseNumber{
  0%{transform:scale(1)}
  50%{transform:scale(1.08)}
  100%{transform:scale(1)}
}

.gift-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
  margin-top:36px;
}
.gift-card{
  display:grid;
  grid-template-columns:64px 1fr;
  gap:16px;
  align-items:flex-start;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:24px;
  padding:22px;
  box-shadow:0 10px 28px rgba(15,23,42,.04);
}
.gift-card h3{margin:0;font-size:22px;line-height:1.3}
.gift-card p{margin:8px 0 0;color:#475569}
.gift-icon{
  width:52px;height:52px;display:flex;align-items:center;justify-content:center;
  border-radius:16px;background:#eff6ff;font-size:26px;
}
@media (max-width:760px){.gift-grid{grid-template-columns:1fr}}
