﻿:root{--bg:#ffffff;--top:#14254a;--line:#dde2ef;--text:#111827;--muted:#4b5563;--navy:#1b2850;--accent:#ff6a3d;--accent-soft:#fff1eb}
*{box-sizing:border-box}body{margin:0;font-family:"Microsoft YaHei",sans-serif;background:var(--bg);color:var(--text);line-height:1.72}img{max-width:100%;height:auto;display:block}
.site-logo,.logo img,.brand img,.header-logo img,.nav-logo img{display:block;width:auto;height:auto;max-height:40px;max-width:190px;object-fit:contain}
.hh-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.hh-header{position:sticky;top:0;z-index:20;background:var(--top);border-bottom:1px solid rgba(255,255,255,.12)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:78px}.brand{text-decoration:none}.hh-menu-btn{display:none}.hh-nav{display:flex;gap:22px}.hh-nav a{text-decoration:none;color:#fff;font-weight:700}
.hero{padding:54px 0 30px;background:linear-gradient(180deg,var(--top) 0%,var(--top) 58%,#fff 58%,#fff 100%)}.hero-grid,.two-col{display:grid;grid-template-columns:1.02fr .98fr;gap:28px;align-items:center}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;font-size:13px;font-weight:800}
h1{font-size:44px;line-height:1.14;margin:18px 0;color:#fff}h2,h3,p{margin-top:0}.hero-copy p{color:rgba(255,255,255,.82)}.section-head p,.panel p{color:var(--muted)}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.hero-actions a,.cta-box a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;text-decoration:none;background:var(--accent);color:#fff;font-weight:700}.hero-actions .ghost{background:#fff;color:var(--navy)}
.hero-visual{display:grid;gap:18px}.schedule-visual,.visual-card,.panel,.cta-box,.faq-grid details,.icon-grid article{border:1px solid var(--line);border-radius:26px;background:#fff}.visual-card{padding:18px}.visual-card img{max-width:100%;height:auto;object-fit:contain}
.schedule-visual{padding:20px;background:#fff7f3}.day{display:flex;justify-content:space-between;gap:14px;padding:16px 0;border-bottom:1px solid var(--line)}.day:last-child{border-bottom:0}.day span{display:inline-flex;padding:6px 10px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-weight:700}
.section{padding:34px 0}.section-head{max-width:760px;margin-bottom:18px}.icon-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.icon-grid article{padding:22px}.icon-grid span{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:var(--accent-soft);font-size:24px;margin-bottom:14px}
.soft{background:#f8faff}.timeline{list-style:none;padding:0;margin:0;display:grid;gap:14px}.timeline li{display:flex;gap:14px;padding:16px;border:1px solid var(--line);border-radius:22px;background:#fff}.timeline strong{width:50px;height:50px;border-radius:16px;background:var(--navy);color:#fff;display:grid;place-items:center;flex:none}
.panel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.panel{padding:22px}.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.faq-grid details{padding:20px}.faq-grid summary{cursor:pointer;font-weight:700;color:var(--navy)}.search-tags{display:flex;flex-wrap:wrap;gap:12px}.search-tags span{padding:10px 14px;border-radius:999px;background:#fff;border:1px solid var(--line)}
.cta-box{display:flex;justify-content:space-between;gap:24px;padding:28px;background:linear-gradient(135deg,#fff2eb,#fff)}.hh-backtop{position:fixed;right:22px;bottom:22px;width:44px;height:44px;border:0;border-radius:50%;background:var(--navy);color:#fff;display:none}.hh-backtop.is-visible{display:block}
@media (max-width:900px){.hh-menu-btn{display:block;border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff;border-radius:12px;padding:10px 14px}.hh-nav{display:none;position:absolute;top:78px;right:20px;flex-direction:column;padding:14px;border:1px solid var(--line);border-radius:18px;background:#fff}.hh-nav a{color:var(--navy)}.hh-nav.is-open{display:flex}.hero-grid,.two-col,.panel-grid,.icon-grid,.faq-grid{grid-template-columns:1fr}h1{font-size:34px}.cta-box{flex-direction:column;align-items:flex-start}}
@media (max-width:640px){.hh-shell{width:min(100% - 24px,1180px)}}

.brand-logo,
.logo-wrap,
.header-logo,
.nav-brand,
.brand,
.hh-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 6px 14px;
  border-radius: 12px;
  background: #10172a;
  text-decoration: none;
  line-height: 1;
  flex-shrink: 0;
}

.site-logo,
.brand-logo img,
.logo-wrap img,
.header-logo img,
.nav-brand img,
.logo img,
.brand img,
.hh-brand img {
  display: block;
  width: auto;
  height: auto;
  max-height: 36px;
  max-width: 190px;
  object-fit: contain;
}

