/* ==========================================================
   IP-guard 内网安全方案 · 江苏同泽电子科技
   安全深蓝主题 / 响应式 / 无障碍友好
   ========================================================== */

:root {
  /* 安全深蓝 */
  --sec: #0d5c94;
  --sec-dark: #0a3d66;
  --sec-deep: #082f50;
  --sec-light: #e8f2f9;
  --sec-ink: #123a5c;
  --cyan: #17a2b8;

  /* 中性色 */
  --ink: #1a1a1a;
  --ink-soft: #4b5563;
  --ink-mute: #6b7280;
  --bg: #ffffff;
  --bg-soft: #f4f8fb;
  --line: #e2eaf1;

  /* 深色区 */
  --dark-bg: #0a1424;
  --dark-card: #12203a;
  --dark-line: rgba(255, 255, 255, 0.09);

  /* 渐变 */
  --grad-sec: linear-gradient(120deg, #0a3d66 0%, #0d5c94 50%, #1785b5 100%);
  --grad-text: linear-gradient(120deg, #0d5c94 0%, #17a2b8 100%);

  /* 布局 */
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-sm: 0 2px 10px rgba(10, 61, 102, 0.06);
  --shadow-md: 0 10px 30px rgba(10, 61, 102, 0.11);
  --shadow-lg: 0 24px 60px rgba(10, 61, 102, 0.17);
  --container: 1140px;
  --header-h: 68px;

  --font: "Segoe UI", "Microsoft YaHei", "PingFang SC", -apple-system, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 12px); }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, svg { display: inline-block; vertical-align: middle; }
a { color: var(--sec); text-decoration: none; }
a:hover { text-decoration: none; }
ul, ol { list-style: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

a:focus-visible, button:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(13, 92, 148, 0.45);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- 顶部导航 ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  height: var(--header-h);
  display: flex;
  align-items: center;
}

.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; }

.brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.brand-logo { flex: none; filter: drop-shadow(0 4px 10px rgba(10, 61, 102, 0.3)); }
.brand-text { display: flex; flex-direction: column; line-height: 1.25; }
.brand-text strong { font-size: 17px; font-weight: 700; letter-spacing: 0.2px; }
.brand-text small { font-size: 11.5px; color: var(--ink-mute); letter-spacing: 0.5px; }

.nav-menu { display: flex; align-items: center; gap: 6px; }

.nav-menu a {
  display: block;
  padding: 9px 14px;
  font-size: 15px;
  color: var(--ink-soft);
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
}
.nav-menu a:hover { background: var(--bg-soft); color: var(--sec); }

.nav-cta {
  background: var(--grad-sec);
  color: #fff !important;
  font-weight: 600;
  margin-left: 8px;
  box-shadow: var(--shadow-sm);
}
.nav-cta:hover { background: var(--sec-deep); color: #fff !important; }

/* 汉堡按钮 */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 8px;
}
.nav-toggle span {
  display: block;
  height: 2.5px;
  width: 100%;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- 通用区块 ---------- */
.section { padding: 88px 0; }
.section-alt { background: var(--bg-soft); }
.section-dark {
  background: var(--dark-bg);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section-dark::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 320px at 12% 0%, rgba(13, 92, 148, 0.4), transparent 60%),
    radial-gradient(700px 380px at 90% 100%, rgba(23, 162, 184, 0.25), transparent 60%);
  pointer-events: none;
}
.section-dark .container { position: relative; }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }

.eyebrow {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: var(--sec);
  margin-bottom: 12px;
  text-transform: uppercase;
}
.section-dark .eyebrow { color: #7cc4e8; }

.section-head h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
.section-head .lead {
  margin-top: 16px;
  font-size: 17px;
  color: var(--ink-soft);
}
.section-dark .section-head .lead { color: rgba(255, 255, 255, 0.72); }

.grid { display: grid; gap: 24px; }

.card {
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: rgba(13, 92, 148, 0.4);
}

/* ---------- 按钮 ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s, color 0.2s;
  white-space: nowrap;
}
.btn-primary { background: var(--grad-sec); color: #fff; box-shadow: 0 6px 18px rgba(10, 61, 102, 0.32); }
.btn-primary:hover { background: var(--sec-deep); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  color: var(--sec-dark);
  border-color: rgba(10, 61, 102, 0.4);
}
.btn-ghost:hover { background: var(--sec-light); transform: translateY(-2px); }
.btn-light { background: #fff; color: var(--dark-bg); }
.btn-light:hover { background: #e6f1f8; transform: translateY(-2px); }
.btn-block { width: 100%; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(180deg, #ecf4fa 0%, #ffffff 70%);
  padding: 76px 0 0;
  overflow: hidden;
}

.hero-bg { position: absolute; inset: 0; pointer-events: none; }
.blob { position: absolute; border-radius: 50%; filter: blur(60px); opacity: 0.55; }
.blob-1 { width: 460px; height: 460px; background: rgba(13, 92, 148, 0.18); top: -140px; left: -120px; }
.blob-2 { width: 380px; height: 380px; background: rgba(23, 162, 184, 0.16); top: 60px; right: -100px; }
.blob-3 { width: 320px; height: 320px; background: rgba(10, 61, 102, 0.14); bottom: -120px; left: 35%; }

.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
  position: relative;
}

.hero-eyebrow {
  display: inline-block;
  background: var(--sec-light);
  color: var(--sec-dark);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 100px;
  margin-bottom: 22px;
}

.hero h1 {
  font-size: clamp(32px, 4.6vw, 50px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -1px;
}
.grad-text {
  background: var(--grad-text);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-sub {
  margin-top: 20px;
  font-size: 18px;
  color: var(--ink-soft);
  max-width: 560px;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

.hero-tip { margin-top: 20px; font-size: 15px; color: var(--ink-mute); }
.hero-tip a { color: var(--sec-dark); font-weight: 600; }

/* Hero 视觉：加密卡片 + 审计日志 */
.hero-visual { position: relative; display: flex; flex-direction: column; gap: 20px; }

.sec-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  padding: 20px 22px;
}
.card-enc { animation: floatY 6s ease-in-out infinite; }
.card-log { animation: floatY 7s ease-in-out 1s infinite; }

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.sc-head { display: flex; align-items: center; gap: 12px; }
.sc-ico {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 11px;
  background: var(--sec-light);
  border: 1px solid rgba(13, 92, 148, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}
.sc-head strong { font-size: 16px; display: block; line-height: 1.25; }
.sc-head small { font-size: 12px; color: var(--ink-mute); }

.sc-body { margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }
.sc-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13.5px;
  color: var(--ink-soft);
  background: var(--bg-soft);
  border-radius: 8px;
  padding: 8px 12px;
}
.sc-row em { font-style: normal; font-weight: 700; font-size: 13px; }
.sc-row em.ok { color: #107c10; }
.sc-row em.no { color: #d13438; }
.sc-row em.warn { color: #b25e09; }

.sc-loglines { margin-top: 12px; display: flex; flex-direction: column; gap: 7px; }
.sc-loglines p {
  font-size: 12.5px;
  color: var(--ink-soft);
  background: var(--bg-soft);
  border-radius: 7px;
  padding: 7px 11px;
}
.sc-loglines b { color: var(--sec-dark); font-weight: 700; margin-right: 6px; }
.sc-loglines em { font-style: normal; color: #d13438; font-weight: 600; margin-left: 4px; }

/* 数据条 */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 56px;
  padding-top: 36px;
  padding-bottom: 44px;
  border-top: 1px solid var(--line);
}
.stat { text-align: center; }
.stat strong {
  display: block;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: var(--sec-dark);
  line-height: 1.2;
}
.stat span { font-size: 14px; color: var(--ink-mute); }

/* ---------- 风险区 ---------- */
.risk-grid { grid-template-columns: repeat(4, 1fr); }
.risk-card { border-top: 4px solid #d13438; }
.risk-card:hover { border-top-color: #a4262c; }
.r-ico {
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: #fdeeee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}
.risk-card h3 { font-size: 18px; margin-bottom: 10px; }
.risk-card p { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- 核心能力 ---------- */
.features-grid { grid-template-columns: repeat(3, 1fr); }
.f-ico {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--sec-light);
  border: 1px solid rgba(13, 92, 148, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 18px;
}
.feature-card h3 { font-size: 19px; margin-bottom: 10px; font-weight: 700; }
.feature-card p { font-size: 15px; color: var(--ink-soft); }

/* ---------- 三重防护（深色区） ---------- */
.shield-flow {
  display: flex;
  align-items: stretch;
  gap: 16px;
}
.shield-step {
  flex: 1;
  background: var(--dark-card);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.shield-step:hover { transform: translateY(-5px); border-color: rgba(124, 196, 232, 0.4); }

.s-badge {
  align-self: flex-start;
  background: var(--grad-sec);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.s-icon {
  font-size: 34px;
  margin-bottom: 14px;
}
.shield-step h3 { font-size: 18.5px; margin-bottom: 10px; }
.shield-step p { font-size: 14px; color: rgba(255, 255, 255, 0.68); flex: 1; }
.s-tag {
  margin-top: 18px;
  align-self: flex-start;
  font-size: 12.5px;
  font-weight: 700;
  color: #7cc4e8;
  border: 1px solid rgba(124, 196, 232, 0.4);
  padding: 5px 12px;
  border-radius: 100px;
}

.shield-arrow {
  align-self: center;
  font-size: 26px;
  color: rgba(124, 196, 232, 0.6);
  font-weight: 700;
}

.shield-cta {
  margin-top: 44px;
  background: linear-gradient(120deg, rgba(13, 92, 148, 0.4), rgba(23, 162, 184, 0.3));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 34px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.shield-cta h3 { font-size: 22px; margin-bottom: 6px; }
.shield-cta p { font-size: 15.5px; color: rgba(255, 255, 255, 0.75); }

/* ---------- 行业方案 ---------- */
.industry-grid { grid-template-columns: repeat(2, 1fr); }
.industry-card { position: relative; }
.industry-hot { border: 2px solid rgba(13, 92, 148, 0.45); box-shadow: var(--shadow-md); }
.i-badge {
  position: absolute;
  top: -13px;
  right: 22px;
  background: var(--grad-sec);
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 100px;
  box-shadow: var(--shadow-sm);
}
.i-ico {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: var(--sec-light);
  border: 1px solid rgba(13, 92, 148, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-bottom: 16px;
}
.industry-card h3 { font-size: 19px; margin-bottom: 10px; }
.industry-card p { font-size: 15px; color: var(--ink-soft); }

/* ---------- 为什么选同泽 ---------- */
.why-grid { grid-template-columns: repeat(4, 1fr); }
.why-card { position: relative; padding-top: 36px; }
.w-num {
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 40px;
  font-weight: 800;
  color: rgba(13, 92, 148, 0.10);
  line-height: 1;
  font-family: "Segoe UI", Arial, sans-serif;
}
.why-card h3 { font-size: 17.5px; margin-bottom: 10px; }
.why-card p { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- 服务流程 ---------- */
.process-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.process-step {
  display: flex;
  gap: 24px;
  padding: 26px 0;
  position: relative;
}
.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 27px;
  top: 74px;
  bottom: -6px;
  width: 2px;
  background: linear-gradient(180deg, var(--sec), rgba(13, 92, 148, 0.15));
}
.step-num {
  flex: none;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--grad-sec);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(10, 61, 102, 0.3);
  font-family: "Segoe UI", Arial, sans-serif;
}
.process-step h3 { font-size: 19px; margin-bottom: 6px; }
.process-step p { font-size: 15.5px; color: var(--ink-soft); }

/* ---------- 联系区 ---------- */
.contact-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.contact-info h2 { font-size: clamp(26px, 3.4vw, 36px); font-weight: 800; line-height: 1.3; }
.contact-info .lead { color: var(--ink-soft); margin: 14px 0 30px; font-size: 16.5px; }

.contact-list { display: flex; flex-direction: column; gap: 20px; }
.contact-list li { display: flex; flex-direction: column; gap: 2px; }
.c-label {
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--ink-mute);
  text-transform: uppercase;
}
.contact-list a { font-size: 19px; font-weight: 700; color: var(--ink); }
.contact-list a:hover { color: var(--sec); }
.contact-list li > span:last-child { font-size: 16px; }
.contact-list small { font-size: 13px; color: var(--ink-mute); }

.contact-form { padding: 36px; }
.contact-form h3 { font-size: 22px; margin-bottom: 22px; }
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
}
.req { color: #d13438; }
.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  color: var(--ink);
  background: var(--bg-soft);
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--sec);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(13, 92, 148, 0.12);
}
.form-row input.invalid,
.form-row select.invalid {
  border-color: #d13438;
  box-shadow: 0 0 0 4px rgba(209, 52, 56, 0.10);
}
.form-note { margin-top: 14px; font-size: 14px; text-align: center; }
.form-note.ok { color: #107c10; }
.form-note.err { color: #d13438; }

/* ---------- 页脚 ---------- */
.site-footer { background: var(--dark-bg); color: rgba(255, 255, 255, 0.7); }
.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-top: 36px;
  padding-bottom: 36px;
  flex-wrap: wrap;
}
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; }
.footer-desc { margin-top: 10px; font-size: 14px; color: rgba(255, 255, 255, 0.55); }
.footer-meta { text-align: right; font-size: 13.5px; line-height: 1.9; color: rgba(255, 255, 255, 0.5); }

/* ---------- 滚动渐显 ---------- */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .card-enc, .card-log { animation: none; }
}

/* ==========================================================
   响应式断点
   ========================================================== */

@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { max-width: 600px; margin: 0 auto; width: 100%; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .risk-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: 1fr; }
  .shield-flow { flex-direction: column; }
  .shield-arrow { transform: rotate(90deg); margin: -4px 0; }
}

@media (max-width: 768px) {
  :root { --header-h: 60px; }
  .section { padding: 64px 0; }
  .container { padding: 0 18px; }

  .nav-toggle { display: flex; }
  .nav-menu {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    padding: 12px 18px 18px;
    gap: 4px;
    transform: translateY(-16px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s;
    z-index: 99;
  }
  .nav-menu.open { transform: none; opacity: 1; visibility: visible; }
  .nav-menu a { padding: 13px 14px; font-size: 16px; }
  .nav-cta { margin: 8px 0 0; text-align: center; }

  .brand-text strong { font-size: 15px; }
  .brand-text small { font-size: 10.5px; }

  .hero { padding: 52px 0 0; }
  .hero h1 { font-size: 30px; }
  .hero-sub { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }

  .features-grid, .risk-grid, .why-grid, .industry-grid { grid-template-columns: 1fr; }
  .card { padding: 22px; }

  .shield-cta { padding: 26px 24px; flex-direction: column; align-items: flex-start; }
  .shield-cta .btn { width: 100%; }

  .process-step { gap: 16px; padding: 20px 0; }

  .contact-wrap { grid-template-columns: 1fr; gap: 40px; }
  .contact-form { padding: 26px 22px; }

  .footer-inner { flex-direction: column; align-items: flex-start; text-align: left; }
  .footer-meta { text-align: left; }
}

/* ---------- FAQ 常见问题（details 原生折叠，无 JS 依赖，爬虫可读） ---------- */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.faq-item:hover { border-color: rgba(13, 92, 148, 0.4); }
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16.5px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  flex: none;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: var(--sec);
  transition: transform 0.2s;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: rgba(13, 92, 148, 0.4); }
.faq-body {
  padding: 0 22px 18px;
  font-size: 15px;
  color: var(--ink-soft);
  line-height: 1.8;
}
.faq-item summary:focus-visible { outline: 3px solid rgba(13, 92, 148, 0.45); outline-offset: -3px; }
