@charset "utf-8";
@import url("fontawesome.min.css");

/* ============================================================
   动漫天堂 · 共享样式表
   配色：天堂蓝 / 天空蓝 / 活力橙
   ============================================================ */
:root{
  --brand:#0F52C4;
  --brand-d:#08307A;
  --brand-l:#E7F1FF;
  --sky:#57B8F5;
  --sky-l:#E4F2FF;
  --orange:#FF7A1F;
  --orange-d:#E85B00;
  --ink:#0B1B33;
  --body:#40506B;
  --muted:#7C8CA6;
  --bg:#F2F7FE;
  --card:#FFFFFF;
  --line:#DCE8F6;
  --cta:linear-gradient(135deg,#FFAE5C,#FF7A1F 52%,#F0560C);
  --grad:linear-gradient(135deg,#57B8F5,#0F52C4 50%,#08307A);
  --shadow:0 10px 30px rgba(9,40,90,.09);
  --shadow-l:0 4px 14px rgba(9,40,90,.06);
  --radius:16px;
  --font:"Microsoft YaHei","PingFang SC","Hiragino Sans GB","Source Han Sans SC","Noto Sans CJK SC",sans-serif;
}

/* ---------- reset ---------- */
*,*::before,*::after{box-sizing:border-box}
body,h1,h2,h3,h4,h5,p,ul,ol,li,figure,figcaption,blockquote,dl,dd,dt{margin:0;padding:0}
html{-webkit-text-size-adjust:100%}
body{
  font-family:var(--font);
  font-size:15.5px;
  line-height:1.78;
  color:var(--body);
  background:var(--bg);
  overflow-x:clip;
}
h1,h2,h3,h4{color:var(--ink);line-height:1.35;font-weight:800}
ul,ol{list-style:none}
a{color:var(--brand-d);text-decoration:none;transition:color .18s}
a:hover{color:var(--orange)}
img{max-width:100%;height:auto;display:block;border:0}
figure,figcaption{margin:0;padding:0}
button{font-family:inherit}
strong,b{font-weight:700}

/* ---------- 布局 ---------- */
.wrap{max-width:1128px;margin:0 auto;padding-left:22px;padding-right:22px}
.section{padding-top:64px;padding-bottom:64px}
.section--tight{padding-top:48px;padding-bottom:48px}
.sec-head{margin-bottom:28px;text-align:center}
.sec-head h2{font-size:27px;letter-spacing:.4px}
.sec-head-p{margin-top:10px;font-size:15px;color:var(--muted)}
.sec-head .eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:1.4px;
  color:var(--brand);background:var(--brand-l);border-radius:999px;padding:4px 13px;margin-bottom:12px}

/* ---------- 头部 ---------- */
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.94);
  backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;gap:16px;min-height:68px}
.brand{display:flex;align-items:center;gap:11px;flex:none}
.brand img{width:44px;height:44px;border-radius:12px}
.brand-name{display:flex;flex-direction:column;line-height:1.2}
.brand-name b{font-size:19px;font-weight:800;color:var(--ink);letter-spacing:.6px}
.brand-name .sub{font-size:11px;color:var(--muted);letter-spacing:.5px;margin-top:1px}
.nav{display:flex;align-items:center;gap:26px;margin-left:auto}
.nav a{font-size:15px;font-weight:600;color:var(--body);position:relative;padding:6px 0}
.nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:2px;
  background:var(--grad);transform:scaleX(0);transition:transform .2s}
.nav a:hover::after,.nav a.on::after{transform:scaleX(1)}
.nav a.on{color:var(--brand-d)}
.nav .header-cta{display:inline-flex;align-items:center;gap:7px;padding:10px 20px;
  border-radius:999px;background:var(--cta);color:#fff;font-weight:800;font-size:14.5px;
  letter-spacing:.4px;box-shadow:0 6px 16px rgba(240,86,12,.28)}
.nav .header-cta::after{display:none}
.nav .header-cta:hover{color:#fff;filter:brightness(1.05)}
.nav .header-cta .fa-download{font-size:.95em;line-height:1}

/* ---------- 按钮 ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:14px 30px;border-radius:999px;font-size:16px;font-weight:800;letter-spacing:.4px;
  background:var(--cta);color:#fff;box-shadow:0 10px 24px rgba(240,86,12,.3);border:0;cursor:pointer}
.btn:hover{color:#fff;filter:brightness(1.06);transform:translateY(-1px)}
.btn--ghost{background:rgba(255,255,255,.12);border:1.5px solid rgba(255,255,255,.5);
  box-shadow:none;color:#fff}
.btn--ghost:hover{background:rgba(255,255,255,.2);color:#fff}
.btn--brand{background:var(--grad);box-shadow:0 10px 24px rgba(15,82,196,.28)}

/* ---------- Hero ---------- */
.hero{background:linear-gradient(150deg,#07142B,#0C2A5C 46%,#14418C);
  color:#D9E6FA;position:relative;overflow:hidden}
.hero::before,.hero::after{content:"";position:absolute;border-radius:50%;pointer-events:none}
.hero::before{width:520px;height:520px;right:-140px;top:-190px;
  background:radial-gradient(circle,rgba(255,122,31,.42),transparent 66%)}
.hero::after{width:620px;height:620px;left:-220px;bottom:-300px;
  background:radial-gradient(circle,rgba(87,184,245,.34),transparent 68%)}
.hero .dots{position:absolute;inset:0;pointer-events:none;opacity:.5;
  background-image:radial-gradient(rgba(255,255,255,.16) 1px,transparent 1px);
  background-size:22px 22px}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.06fr .94fr;
  gap:44px;align-items:center;padding-top:68px;padding-bottom:74px}
.hero-grid>*{min-width:0}
.hero .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12.5px;font-weight:700;
  letter-spacing:1.3px;color:#BFE0FF;background:rgba(87,184,245,.18);
  border:1px solid rgba(87,184,245,.4);border-radius:999px;padding:5px 14px;margin-bottom:18px}
.hero h1{font-size:42px;color:#fff;letter-spacing:1px;margin-bottom:16px}
.hero-lead{font-size:16.5px;color:#C6D8F2;max-width:520px;margin-bottom:26px}
.hero-cta{display:flex;flex-wrap:wrap;gap:14px;align-items:center;margin-bottom:26px}
.hero-points{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:14px;color:#AFC7E8}
.hero-points span{display:inline-flex;align-items:center;gap:7px}
.hero-points .fa-solid,.hero-points .fa-regular{color:var(--orange)}
.hero-visual{display:flex;justify-content:center;align-items:flex-end}
.phone-stage{display:flex;align-items:flex-end;justify-content:center;gap:18px}
.phone{width:206px;flex:none;background:#0B1220;border-radius:26px;padding:9px;
  box-shadow:0 24px 54px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.1)}
.phone.small{width:142px;border-radius:20px;padding:7px}
.phone .screen{border-radius:19px;overflow:hidden;background:#131416}
.phone.small .screen{border-radius:15px}
.phone .screen img{width:100%;height:auto}

/* ---------- 数据条 ---------- */
.stats{background:linear-gradient(180deg,#FFFFFF,#F4F9FF);border-bottom:1px solid var(--line)}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-top:34px;padding-bottom:34px}
.stat{text-align:center;padding:10px 8px}
.stat b{display:block;font-size:32px;font-weight:800;letter-spacing:.5px;
  background:var(--grad);-webkit-background-clip:text;background-clip:text;color:transparent;
  -webkit-text-fill-color:transparent}
.stat span{display:block;font-size:13.5px;color:var(--muted);margin-top:4px}
.stats-note{text-align:center;font-size:12.5px;color:var(--muted);padding-bottom:22px;margin-top:-12px}

/* ---------- 卡片 ---------- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--line);
  border-radius:var(--radius);padding:26px 24px;box-shadow:var(--shadow-l)}
.card .ico{width:46px;height:46px;border-radius:13px;background:var(--brand-l);color:var(--brand);
  display:flex;align-items:center;justify-content:center;font-size:19px;margin-bottom:15px}
.card h3{font-size:17.5px;margin-bottom:9px}
.card p{font-size:14.6px;color:var(--body)}
.card .use{margin-top:auto;padding-top:14px;border-top:1px dashed var(--line);
  font-size:13.5px;color:var(--muted)}
.card .use b{color:var(--brand)}

/* ---------- 预览图 ---------- */
.shots{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.shot{background:var(--card);border:1px solid var(--line);border-radius:14px;overflow:hidden;
  box-shadow:var(--shadow-l)}
.shot img{width:100%;height:auto}
.shot figcaption{padding:11px 14px;font-size:13.5px;color:var(--ink);font-weight:700;
  border-top:1px solid var(--line)}
.shot figcaption span{display:block;font-weight:400;font-size:12.5px;color:var(--muted);margin-top:2px}

/* ---------- 入口卡 ---------- */
.entries{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.entry{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--line);
  border-radius:var(--radius);padding:24px 22px;box-shadow:var(--shadow-l);
  position:relative;overflow:hidden}
.entry::before{content:"";position:absolute;left:0;top:0;right:0;height:4px;background:var(--grad)}
.entry .no{font-size:12.5px;font-weight:800;letter-spacing:1.2px;color:var(--sky);margin-bottom:10px}
.entry h3{font-size:17px;margin-bottom:9px}
.entry p{font-size:14.4px;color:var(--body)}
.entry .more{margin-top:auto;padding-top:14px;font-size:13.8px;font-weight:700;color:var(--brand)}

/* ---------- 评价 ---------- */
.reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.review{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--line);
  border-radius:var(--radius);padding:24px 22px;box-shadow:var(--shadow-l)}
.review .stars{color:#FFB020;font-size:13px;letter-spacing:2px;margin-bottom:11px}
.review p{font-size:14.6px;color:var(--body)}
.review .who{margin-top:auto;padding-top:15px;font-size:13.4px;color:var(--muted);
  border-top:1px dashed var(--line)}
.review .who b{color:var(--ink);font-size:14px}

/* ---------- FAQ ---------- */
.faq-list{max-width:900px;margin:0 auto}
.faq-list details{background:var(--card);border:1px solid var(--line);border-radius:12px;
  margin-bottom:12px;overflow:hidden}
.faq-list details>summary{list-style:none;cursor:pointer;padding:17px 52px 17px 20px;
  font-size:15.6px;font-weight:700;color:var(--ink);position:relative;line-height:1.5}
.faq-list details>summary::-webkit-details-marker{display:none}
.faq-list details>summary::after{content:"+";position:absolute;right:20px;top:50%;
  transform:translateY(-50%);font-size:20px;font-weight:400;color:var(--sky);line-height:1}
.faq-list details[open]>summary::after{content:"–";color:var(--orange)}
.faq-list details[open]>summary{color:var(--brand-d)}
.faq-list .ans{padding:0 20px 18px;font-size:14.8px;color:var(--body)}
.faq-list .ans b{color:var(--brand-d)}

/* ---------- CTA 条 ---------- */
.band{background:linear-gradient(135deg,#0C2A5C,#0F52C4 58%,#1B6FE0);border-radius:20px;
  padding:38px 36px;color:#DCE9FB;display:grid;grid-template-columns:1fr auto;
  gap:14px 28px;align-items:center;box-shadow:0 18px 40px rgba(9,40,90,.22)}
.band h2{grid-column:1;grid-row:1;color:#fff;font-size:24px}
.band .btn{grid-column:2;grid-row:1;justify-self:end}
.band-txt{grid-column:1/-1;grid-row:2;font-size:14.8px;color:#BFD5F3;max-width:760px}

/* ---------- 内页头部 ---------- */
.page-hero{background:linear-gradient(150deg,#07142B,#0C2A5C 52%,#14418C);
  color:#C6D8F2;position:relative;overflow:hidden}
.page-hero::before{content:"";position:absolute;width:520px;height:520px;right:-170px;top:-240px;
  border-radius:50%;background:radial-gradient(circle,rgba(255,122,31,.36),transparent 67%)}
.page-hero .in{position:relative;z-index:2;padding-top:44px;padding-bottom:48px}
.crumb{font-size:13px;color:#9FB8DC;margin-bottom:14px}
.crumb a{color:#BFD5F3}
.crumb a:hover{color:#fff}
.page-hero h1{font-size:33px;color:#fff;margin-bottom:14px;letter-spacing:.6px}
.page-hero p{font-size:15.6px;color:#C6D8F2;max-width:840px}
.page-hero p a{color:#BFE0FF;border-bottom:1px dashed rgba(191,224,255,.6)}
.page-hero p a:hover{color:#fff;border-bottom-color:#fff}

/* ---------- 正文 ---------- */
.layout{display:block}
.prose{width:100%;max-width:900px;min-width:0;margin:0 auto;padding:54px 22px 64px}
.prose h2{font-size:24px;margin-top:44px;margin-bottom:0;padding-left:16px;position:relative}
.prose h2::before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:5px;
  border-radius:3px;background:var(--grad)}
.prose h2:first-child{margin-top:0}
.prose h3{font-size:18px;margin-top:26px;margin-bottom:0}
.sec-body{margin-top:16px}
.sec-body p{margin-bottom:14px;font-size:15.5px}
.sec-body p:last-child{margin-bottom:0}
.prose ul>li,.prose ol>li{position:relative;padding-left:18px;margin-bottom:9px;font-size:15.4px}
.prose ul>li::before{content:"";position:absolute;left:2px;top:11px;width:6px;height:6px;
  border-radius:50%;background:var(--sky)}
.prose ol{counter-reset:pl}
.prose ol>li{counter-increment:pl;padding-left:32px}
.prose ol>li::before{content:counter(pl);position:absolute;left:0;top:3px;width:21px;height:21px;
  line-height:21px;text-align:center;border-radius:50%;background:var(--brand-l);
  color:var(--brand-d);font-size:12.5px;font-weight:700}
.prose .sec-body ul,.prose .sec-body ol{margin-bottom:14px}

/* 步骤列表 */
.prose .steps{counter-reset:st;margin-top:18px}
.prose .steps>li{padding-left:58px;padding-bottom:20px;position:relative;margin-bottom:0;
  border-bottom:1px solid var(--line)}
.prose .steps>li:last-child{border-bottom:0;padding-bottom:4px}
.prose .steps>li::before{counter-increment:st;content:counter(st);position:absolute;left:0;top:0;
  width:36px;height:36px;line-height:36px;text-align:center;border-radius:11px;
  background:var(--grad);color:#fff;font-size:16px;font-weight:800}
.prose .steps>li b{display:block;font-size:16.5px;color:var(--ink);margin-bottom:6px}
.prose .steps>li p{font-size:14.9px;margin-bottom:0}
.prose .steps>li>ul{margin-top:9px}
.prose .steps>li>ul>li{padding-left:17px}
.prose .steps>li>ul>li::before{content:"";left:2px;top:11px;width:6px;height:6px;
  border-radius:50%;background:var(--orange)}

/* 表格 */
.table-scroll{overflow-x:auto;border:1px solid var(--line);border-radius:12px;
  background:var(--card);margin:18px 0}
table.cmp{width:100%;min-width:680px;border-collapse:collapse;font-size:14.4px}
table.cmp caption{text-align:left;padding:14px 16px 0;font-size:13.5px;color:var(--muted)}
table.cmp th,table.cmp td{padding:12px 16px;text-align:left;vertical-align:top;
  border-bottom:1px solid var(--line)}
table.cmp thead th{background:#F5FAFF;color:var(--ink);font-weight:800;font-size:13.8px;
  white-space:nowrap}
table.cmp tbody tr:last-child th,table.cmp tbody tr:last-child td{border-bottom:0}
table.cmp tbody th{font-weight:700;color:var(--ink);white-space:nowrap}
table.cmp td b{color:var(--brand-d)}

/* 提示块 */
.tip{background:linear-gradient(120deg,#EAF4FF,#F7FBFF);border-left:4px solid var(--sky);
  border-radius:0 12px 12px 0;padding:16px 20px;margin:20px 0;font-size:14.8px;color:var(--body)}
.tip b{color:var(--brand-d)}
.warn{background:linear-gradient(120deg,#FFF4E8,#FFFBF6);border-left:4px solid var(--orange);
  border-radius:0 12px 12px 0;padding:16px 20px;margin:20px 0;font-size:14.8px;color:var(--body)}
.warn b{color:var(--orange-d)}

.prose .shot{max-width:368px;margin:24px auto}
.prose .shot img{width:100%;height:auto}
.prose .shot figcaption{text-align:center;font-size:13px;color:var(--muted);padding:9px 6px 0;
  border-top:0;font-weight:400}

/* 相关链接 */
.rel-links{margin-top:34px;background:var(--card);border:1px solid var(--line);
  border-radius:14px;padding:22px 24px}
.rel-links h3{font-size:16.5px;margin-bottom:12px}
.rel-links ul{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 22px}
.rel-links li{padding-left:20px;font-size:14.6px;margin-bottom:0}
.rel-links li::before{content:"\f0da";font-family:"Font Awesome 6 Free";font-weight:900;
  position:absolute;left:0;top:1px;color:var(--orange);font-size:11px;background:none;
  width:auto;height:auto;border-radius:0}
.rel-links a{font-weight:600}

/* ---------- 页脚 ---------- */
.site-footer{background:#081A38;color:#9DB4D4;margin-top:0}
.footer-cols{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;
  padding-top:52px;padding-bottom:34px}
.footer-col h4{color:#fff;font-size:15.5px;margin-bottom:14px}
.footer-col p,.footer-col li{font-size:13.8px;line-height:1.85}
.footer-col li{margin-bottom:8px}
.footer-col a{color:#9DB4D4}
.footer-col a:hover{color:#fff}
.footer-dl{margin-top:16px}
.footer-dl .btn{padding:11px 24px;font-size:14.5px}
.footer-brand{display:flex;align-items:center;gap:11px;margin-bottom:14px}
.footer-brand img{width:40px;height:40px;border-radius:11px}
.footer-brand b{color:#fff;font-size:17.5px;letter-spacing:.6px}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding-top:20px;padding-bottom:26px;
  font-size:13px;color:#8AA3C6}
.footer-bottom p{margin-bottom:8px}
.footer-bottom p:last-child{margin-bottom:0}
.footer-note{color:#8AA3C6}

/* ---------- 渐显 ---------- */
.reveal{transition:opacity .55s ease,transform .55s ease}
.js .reveal{opacity:0;transform:translateY(18px)}
.js .reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){
  .reveal{transition:none}
  .js .reveal,.reveal{opacity:1;transform:none}
}
@media print{.js .reveal,.reveal{opacity:1 !important;transform:none !important}}

/* ---------- 响应式 ---------- */
@media (max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:34px;padding-top:52px;padding-bottom:56px}
  .hero h1{font-size:34px}
  .hero-visual{justify-content:flex-start}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .cards,.reviews{grid-template-columns:repeat(2,1fr)}
  .entries,.shots{grid-template-columns:repeat(2,1fr)}
  .footer-cols{grid-template-columns:repeat(2,1fr)}
  .band{grid-template-columns:1fr;padding:32px 26px}
  .band .btn{grid-column:1;grid-row:3;justify-self:start;margin-top:6px}
  .band-txt{grid-column:1;grid-row:2}
  .rel-links ul{grid-template-columns:1fr}
}

@media (max-width:620px){
  body{font-size:15px}
  .wrap{padding-left:22px;padding-right:22px}
  .section{padding-top:44px;padding-bottom:44px}

  .header-inner{flex-wrap:wrap;min-height:0;padding-top:10px;padding-bottom:10px;gap:8px}
  .brand{width:100%}
  .brand-name .sub{display:none}
  .nav{width:100%;margin-left:0;flex-wrap:wrap;justify-content:space-between;gap:0}
  .nav a{flex:0 0 33.3333%;text-align:center;padding:7px 0;font-size:14px;white-space:nowrap}
  .nav .header-cta{display:none}

  .hero-grid{padding-top:40px;padding-bottom:44px;gap:28px}
  .hero h1{font-size:29px;letter-spacing:.5px}
  .hero-lead{font-size:15.4px}
  .hero-cta .btn{width:100%}
  .hero-visual{order:2}
  .phone-stage{gap:12px}
  .phone{width:44vw;max-width:196px}
  .phone.small{width:30vw;max-width:132px}
  .stats-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding-top:24px;padding-bottom:24px}
  .stat b{font-size:26px}
  .cards,.reviews,.entries{grid-template-columns:1fr}
  .shots{grid-template-columns:repeat(2,1fr);gap:14px}
  .shot figcaption{padding:9px 11px;font-size:12.6px}
  .sec-head h2{font-size:22px}

  .page-hero .in{padding-top:32px;padding-bottom:34px}
  .page-hero h1{font-size:24px}
  .prose{padding:38px 22px 44px}
  .prose h2{font-size:20.5px;margin-top:34px}
  .prose .steps>li{padding-left:46px}
  .prose .steps>li::before{width:32px;height:32px;line-height:32px;font-size:14.5px}
  .prose .shot{max-width:300px}

  .band{border-radius:16px;padding:26px 20px}
  .band h2{font-size:20px}
  .footer-cols{grid-template-columns:1fr;gap:24px;padding-top:38px;padding-bottom:26px}
  .footer-dl .btn{width:100%}
}
