:root {
  --primary: #0d9488;
  --primary-dark: #0f766e;
  --primary-soft: #ecfdf5;
  --ink: #0f172a;
  --text: #334155;
  --muted: #64748b;
  --line: #cbd5e1;
  --light: #f8fafc;
  --lighter: #f1f5f9;
  --shadow: 0 16px 40px rgba(13, 148, 136, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fff;
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
}
body.drawer-open { overflow: hidden; }
a { color: var(--primary-dark); }
img { max-width: 100%; height: auto; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid rgba(13,148,136,.35); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 12000; padding: 10px 16px; color: #fff; background: var(--primary-dark); border-radius: 10px; }
.skip-link:focus { top: 12px; }
.site-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid #e2e8f0;
  box-shadow: 0 4px 16px rgba(13,148,136,.06);
}
.header-inner { max-width: 1240px; min-height: 70px; margin: 0 auto; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.site-logo { display: inline-flex; flex: 0 0 auto; }
.site-logo img { display: block; max-height: 44px; width: auto; object-fit: contain; }
.nav-core { display: flex; align-items: center; justify-content: center; gap: 8px; flex: 1; white-space: nowrap; }
.nav-core a { color: var(--text); text-decoration: none; padding: 8px 10px; border-radius: 10px; font-size: 15px; }
.nav-core a:hover, .nav-core a.active { color: var(--primary-dark); background: var(--primary-soft); }
.header-actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.main-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 22px; color: #fff; background: var(--primary); border-radius: 12px; text-decoration: none; box-shadow: 0 10px 28px rgba(13,148,136,.22); position: relative; z-index: 2; pointer-events: auto; touch-action: manipulation; transition: .2s ease; border: 1px solid transparent; font-weight: 700; }
.main-btn:hover { color: #fff; background: var(--primary-dark); transform: translateY(-2px); }
.secondary-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 20px; border: 1px solid var(--primary); color: var(--primary-dark); background: #fff; border-radius: 12px; text-decoration: none; font-weight: 700; }
.secondary-btn:hover { background: var(--primary-soft); }
.menu-button { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; cursor: pointer; position: relative; z-index: 3; }
.menu-button span { width: 19px; height: 2px; border-radius: 2px; background: var(--ink); display: block; }
.drawer-overlay { position: fixed; inset: 0; z-index: 10000; background: rgba(15,23,42,.48); opacity: 0; transition: opacity .22s ease; }
.drawer-overlay.is-open { opacity: 1; }
.site-drawer { position: fixed; top: 0; right: 0; z-index: 10001; width: min(390px, 90vw); height: 100dvh; padding: 18px 20px 26px; background: #fff; box-shadow: -20px 0 48px rgba(15,23,42,.16); transform: translateX(105%); transition: transform .25s ease; overflow-y: auto; }
.site-drawer.is-open { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid #e2e8f0; }
.drawer-logo img { display: block; max-height: 42px; width: auto; }
.drawer-close { width: 44px; height: 44px; border: 0; background: var(--light); color: var(--ink); font-size: 30px; line-height: 1; border-radius: 50%; cursor: pointer; }
.drawer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 20px 0; }
.drawer-nav a { min-height: 44px; display: flex; align-items: center; padding: 9px 12px; border-radius: 10px; color: var(--text); text-decoration: none; background: var(--light); }
.drawer-nav a:hover { background: var(--primary-soft); color: var(--primary-dark); }
.drawer-download { width: 100%; }
main { min-height: 60vh; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 96px 0; }
.section-light { background: var(--light); }
.section-soft { background: var(--lighter); }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.eyebrow { display: inline-block; margin-bottom: 10px; color: var(--primary-dark); font-size: 14px; font-weight: 700; letter-spacing: .08em; }
h1, h2, h3, .section-title { color: var(--ink); line-height: 1.28; margin-top: 0; }
h1 { font-size: clamp(38px, 5vw, 64px); letter-spacing: -.03em; }
h2 { font-size: clamp(28px, 3.2vw, 42px); }
h3 { font-size: 21px; }
p { margin: 0 0 1em; }
.lead { font-size: 18px; color: var(--muted); }
.hero { position: relative; overflow: hidden; padding: 84px 0 88px; background: linear-gradient(180deg,#fff 0%,#f0fdfa 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.hero::before { width: 360px; height: 360px; right: -160px; top: -120px; background: rgba(13,148,136,.10); }
.hero::after { width: 220px; height: 220px; left: -100px; bottom: -100px; background: rgba(13,148,136,.06); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 52px; }
.hero-copy { max-width: 650px; }
.hero-copy h1 { margin-bottom: 18px; }
.hero-copy .lead { font-size: 21px; color: var(--text); margin-bottom: 18px; }
.hero-copy p { color: var(--muted); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 22px; }
.hero-links { display: flex; flex-wrap: wrap; gap: 20px; font-size: 14px; }
.hero-links a { color: var(--primary-dark); text-decoration: none; }
.hero-badges { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin-top: 26px; }
.hero-badge { padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.88); color: var(--text); font-size: 14px; }
.hero-visual { display: flex; justify-content: center; align-items: center; min-width: 0; }
.hero-visual img { display: block; width: min(100%, 490px); object-fit: contain; filter: drop-shadow(0 28px 38px rgba(13,148,136,.16)); }
.info-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: -28px; position: relative; z-index: 3; }
.info-card, .category-card, .review-card, .faq-card, .content-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 24px rgba(13,148,136,.06); }
.info-card { padding: 24px; }
.info-card strong { display: block; color: var(--ink); font-size: 18px; margin-bottom: 7px; }
.info-card p { color: var(--muted); font-size: 14px; margin: 0; }
.category-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.category-card { padding: 28px; min-height: 190px; display: flex; flex-direction: column; transition: .25s ease; }
.category-card:hover { border-color: var(--primary); transform: translateY(-5px); }
.category-card h3 { color: var(--primary-dark); margin-bottom: 8px; }
.category-card p { color: var(--muted); margin-bottom: 20px; }
.category-card a { margin-top: auto; text-decoration: none; font-weight: 700; }
.category-card.wide { grid-column: 1 / -1; min-height: 150px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media { min-width: 0; }
.split-media img { display: block; width: 100%; max-height: 460px; object-fit: contain; }
.split-copy p { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 22px 0; display: grid; gap: 10px; }
.check-list li { position: relative; padding-left: 26px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--primary); font-weight: 700; }
.dual-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.content-card { padding: 32px; }
.content-card img { width: 100%; height: 220px; object-fit: contain; margin-bottom: 22px; }
.link-arrow { font-weight: 700; text-decoration: none; }
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { padding: 24px; }
.review-card p { color: var(--muted); }
.review-card strong { color: var(--ink); }
.faq-list { display: grid; gap: 14px; }
details.faq-card { padding: 0; overflow: hidden; }
details.faq-card summary { cursor: pointer; padding: 20px 24px; list-style: none; color: var(--ink); font-weight: 700; display: flex; justify-content: space-between; gap: 16px; }
details.faq-card summary::after { content: "+"; color: var(--primary); font-size: 24px; line-height: 1; }
details.faq-card[open] summary::after { content: "−"; }
details.faq-card p { margin: 0; padding: 0 24px 22px; color: var(--muted); }
.notice { border-left: 4px solid var(--primary); background: var(--primary-soft); padding: 20px 22px; border-radius: 0 12px 12px 0; }
.notice.warning { border-left-color: #d97706; background: #fffbeb; }
.cta-band { background: var(--primary); color: #fff; border-radius: 20px; padding: 42px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-band h2, .cta-band p { color: #fff; }
.cta-band .secondary-btn { border-color: #fff; color: #fff; background: transparent; }
.cta-band .secondary-btn:hover { background: rgba(255,255,255,.12); }
.page-hero { padding: 70px 0 58px; background: linear-gradient(180deg,#f0fdfa 0%,#fff 100%); border-bottom: 1px solid #e2e8f0; }
.page-hero .container { max-width: 900px; }
.page-hero h1 { font-size: clamp(34px,4vw,54px); margin-bottom: 16px; }
.page-hero p { font-size: 18px; color: var(--muted); max-width: 780px; }
.breadcrumb { font-size: 14px; margin-bottom: 18px; color: var(--muted); }
.breadcrumb a { text-decoration: none; }
.article-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 42px; align-items: start; }
.article { min-width: 0; }
.article h2 { margin-top: 46px; font-size: 30px; scroll-margin-top: 100px; }
.article h3 { margin-top: 30px; }
.article p, .article li { color: #526578; }
.article ul, .article ol { padding-left: 22px; }
.article img { display: block; width: 100%; max-height: 460px; object-fit: contain; margin: 28px 0; }
.side-nav { position: sticky; top: 96px; padding: 22px; background: var(--light); border: 1px solid var(--line); border-radius: 12px; }
.side-nav h2 { font-size: 18px; }
.side-nav a { display: block; padding: 8px 0; text-decoration: none; border-bottom: 1px solid #e2e8f0; }
.side-nav a:last-child { border-bottom: 0; }
.steps { counter-reset: step; display: grid; gap: 18px; margin: 24px 0; }
.step { position: relative; padding: 22px 22px 22px 66px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 20px; top: 22px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--primary); color: #fff; font-weight: 700; }
.news-list { display: grid; gap: 18px; }
.news-item { padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.news-meta { color: var(--primary-dark); font-size: 14px; font-weight: 700; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.tag { display: inline-flex; min-height: 34px; align-items: center; padding: 0 13px; border-radius: 999px; background: var(--primary-soft); color: var(--primary-dark); font-size: 14px; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.contact-card { padding: 26px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.site-footer { background: #0f766e; color: #fff; }
.footer-inner { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 62px 0 42px; display: grid; grid-template-columns: 1.1fr 1.9fr; gap: 58px; }
.footer-brand img { display: block; max-height: 44px; width: auto; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 440px; margin-top: 18px; color: rgba(255,255,255,.88); }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.footer-links h2 { color: #fff; font-size: 17px; margin-bottom: 12px; }
.footer-links a { display: block; color: rgba(255,255,255,.88); text-decoration: none; margin: 7px 0; }
.footer-links a:hover { color: #fff; text-decoration: underline; }
.footer-risk { width: min(1160px, calc(100% - 40px)); margin: 0 auto; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.9); }
.footer-bottom { padding: 20px; text-align: center; border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.78); font-size: 14px; }
@media (max-width: 1060px) {
  .nav-core { display: none; }
  .info-grid { grid-template-columns: repeat(2,1fr); }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .category-card.wide { grid-column: 1 / -1; }
  .review-grid { grid-template-columns: repeat(2,1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .side-nav { position: static; }
}
@media (max-width: 768px) {
  .header-inner { min-height: 62px; padding: 0 14px; gap: 10px; }
  .site-logo img { max-height: 34px; max-width: 132px; }
  .header-actions { gap: 7px; }
  .header-download { min-height: 44px; padding: 0 13px; font-size: 14px; }
  .menu-button { width: 44px; height: 44px; }
  .drawer-nav { grid-template-columns: 1fr; }
  .container { width: min(100% - 32px, 1160px); }
  .section { padding: 64px 0; }
  .hero { padding: 48px 0 58px; }
  .hero-grid, .split, .dual-grid { grid-template-columns: 1fr; gap: 34px; }
  .split.reverse .split-media { order: 0; }
  .hero-copy { text-align: left; }
  .hero-copy .lead { font-size: 18px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions a { width: 100%; }
  .hero-links { gap: 12px 18px; }
  .hero-badges { grid-template-columns: 1fr; }
  .hero-visual img { max-height: 520px; }
  .info-grid { grid-template-columns: 1fr; margin-top: 0; padding-top: 22px; }
  .category-grid, .review-grid, .contact-grid { grid-template-columns: 1fr; gap: 16px; }
  .category-card.wide { grid-column: auto; }
  .content-card { padding: 24px; }
  .cta-band { padding: 30px 24px; flex-direction: column; align-items: flex-start; }
  .page-hero { padding: 48px 0 42px; }
  .article h2 { font-size: 27px; }
  .footer-inner { grid-template-columns: 1fr; gap: 34px; padding-top: 48px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 420px) {
  .site-logo img { max-width: 108px; }
  .header-download { padding: 0 10px; font-size: 13px; }
  h1 { font-size: 38px; }
  .footer-links { grid-template-columns: 1fr; }
}