/* ============================================================
   造益生物 FABIOTICS — 单页官网样式
   参照 winnowlabs.com 结构气质：大留白、大数字卡、深绿主色
   ============================================================ */

:root {
  /* Palette */
  --ink: #10201C;            /* 主文字 */
  --ink-soft: #46544F;
  --paper: #F7FAF7;          /* 页面底 */
  --card: #FFFFFF;
  --line: #DCE5DF;
  --deep: #0B5A4E;           /* 品牌深绿 */
  --deep-dark: #06342C;
  --lime: #D9F35D;           /* 强调荧光绿 */
  --lime-ink: #2A3B04;
  --grey-plastic: #9AA3B2;   /* 微塑料颗粒灰 */
  --radius: 16px;

  /* Type */
  --font-sans: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", -apple-system, "Segoe UI", Helvetica, Arial, sans-serif;
  --mono: "SF Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;

  /* Layout */
  --maxw: 1080px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background: var(--paper);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; height: auto; }
a { color: var(--deep); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

.visually-hidden {
  position: absolute; width: 1px; height: 1px;
  clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--deep); color: #fff; padding: 10px 18px; z-index: 999;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(247, 250, 247, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; font-size: 17px; color: var(--ink); text-decoration: none !important; }
.brand em { font-style: normal; color: var(--deep); letter-spacing: 0.04em; font-size: 14px; }
.brand-text.light em { color: var(--lime); }
.site-nav { display: flex; align-items: center; gap: 22px; }
.site-nav a:not(.btn) { font-size: 14.5px; color: var(--ink-soft); font-weight: 500; }
.site-nav a:not(.btn):hover { color: var(--deep); text-decoration: none; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .25s; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 13px 26px; border-radius: 999px;
  font-size: 15.5px; font-weight: 600; line-height: 1.4;
  border: 1.5px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s;
  text-decoration: none !important;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--deep); color: #fff; box-shadow: 0 6px 18px rgba(11, 90, 78, 0.25); }
.btn-primary:hover { background: var(--deep-dark); }
.btn-lime { background: var(--lime); color: var(--lime-ink); box-shadow: 0 6px 18px rgba(217, 243, 93, 0.3); }
.btn-lime:hover { background: #E6FA8A; }
.btn-ghost { border-color: var(--deep); color: var(--deep); background: transparent; }
.btn-ghost:hover { background: rgba(11, 90, 78, 0.06); }
.btn-ghost-light { border-color: rgba(255,255,255,0.6); color: #fff; background: transparent; }
.btn-ghost-light:hover { background: rgba(255,255,255,0.1); }
.btn-small { padding: 8px 18px; font-size: 14px; }

/* ---------- Hero ---------- */
.hero {
  padding: 96px 0 64px;
  background:
    radial-gradient(1000px 500px at 85% -10%, rgba(217, 243, 93, 0.28), transparent 60%),
    radial-gradient(700px 420px at 8% 8%, rgba(11, 90,  78, 0.10), transparent 55%),
    var(--paper);
}
.eyebrow {
  display: inline-block; font-size: 13px; letter-spacing: 0.22em;
  color: var(--deep); font-weight: 700; text-transform: uppercase;
  border: 1px solid var(--deep); border-radius: 999px; padding: 6px 16px;
  margin: 0 0 26px; background: rgba(255,255,255,0.7);
}
.hero-title {
  font-size: clamp(38px, 6.2vw, 66px);
  line-height: 1.18; letter-spacing: 0.01em;
  margin: 0 0 22px; font-weight: 800;
}
.hero-title .accent {
  position: relative; color: var(--deep); white-space: nowrap;
  border-bottom: 6px solid var(--lime);
}
.hero-sub { font-size: clamp(17px, 2vw, 20px); color: var(--ink-soft); max-width: 46em; margin: 0 0 34px; }
.hero-sub strong { color: var(--ink); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 54px; }

/* Trust bar */
.trust-bar {
  list-style: none; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr;
  gap: 0; margin: 0; padding: 0;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden;
}
.trust-bar li {
  padding: 18px 20px; display: flex; flex-direction: column; gap: 2px;
  border-right: 1px solid var(--line);
}
.trust-bar li:last-child { border-right: 0; }
.trust-bar strong { font-size: 17px; color: var(--ink); font-weight: 700; white-space: nowrap; }
.trust-bar span { font-size: 12.5px; color: var(--ink-soft); }

/* ---------- Sections ---------- */
.section { padding: 88px 0; }
.section-alt { background: #FFFFFF; border-block: 1px solid var(--line); }
.section-dark { background: var(--deep-dark); color: #EDF5F0; }
.section-dark ::selection { background: var(--lime); color: var(--deep-dark); }
.cta-section { background: linear-gradient(135deg, var(--deep) 0%, var(--deep-dark) 100%); color: #EDF5F0; }

.kicker {
  font-size: 12.5px; letter-spacing: 0.24em; font-weight: 700;
  color: var(--deep); text-transform: uppercase; margin: 0 0 14px;
}
.kicker-light { color: var(--lime); }
.h2 { font-size: clamp(28px, 4vw, 42px); line-height: 1.3; margin: 0 0 18px; font-weight: 800; letter-spacing: 0.01em; }
.h2-light { color: #F4FAF6; }
.lead { font-size: clamp(16px, 1.8vw, 18.5px); color: var(--ink-soft); max-width: 44em; margin: 0 0 44px; }
.lead-light { color: #C4D6CC; }
.lead strong, .lead-light strong { color: var(--ink); }
.lead-light strong { color: #fff; }

.card-wide { grid-column: 1 / -1; }

/* ---------- Reality stats ---------- */
.stat-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
.stat-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px 22px; display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s;
}
.stat-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(16, 32, 28, 0.08); }
.stat-card.highlight { border-color: var(--deep); border-width: 1.5px; }
.stat-label { font-size: 13px; color: var(--ink-soft); font-weight: 600; margin: 0 0 6px; letter-spacing: 0.06em; }
.stat-num {
  font-family: var(--mono); font-size: clamp(40px, 4.6vw, 56px); font-weight: 700;
  color: var(--deep); margin: 0; line-height: 1.05; letter-spacing: -0.02em;
}
.stat-num.sm { font-size: clamp(30px, 3vw, 38px); }
.stat-desc { font-size: 14px; color: var(--ink-soft); margin: 10px 0 12px; flex: 1; }
.stat-src { font-size: 12px; color: var(--ink-soft); opacity: 0.75; }

.bridge {
  margin-top: 34px; background: linear-gradient(120deg, var(--deep) 0%, #0E6B5C 100%);
  color: #fff; border-radius: var(--radius); padding: 34px 36px;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px;
}
.bridge p { margin: 0; font-size: 18px; max-width: 34em; }
.bridge strong { color: var(--lime); }
.bridge-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.bridge .btn-ghost { border-color: rgba(255,255,255,0.7); color: #fff; }
.bridge .btn-ghost:hover { background: rgba(255,255,255,0.12); }

.src-note { font-size: 12.5px; color: var(--ink-soft); opacity: 0.8; margin-top: 22px; }
.src-note.light { color: #A9C3B5; opacity: 1; }
.src-note a { color: inherit; text-decoration: underline; }

/* ---------- Demo ---------- */
.demo {
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 0;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; margin-bottom: 44px;
}
.demo-viz { position: relative; background: #F2F6F1; border-right: 1px solid var(--line); padding: 12px; }
.demo-viz svg { display: block; width: 100%; height: 100%; }
.viz-free, .viz-bound { position: absolute; inset: 12px; transition: opacity .5s ease; }
.viz-state {
  position: absolute; top: 18px; right: 18px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
  background: var(--ink); color: #fff; padding: 4px 12px; border-radius: 999px;
}
.demo-ctrl { padding: 28px 30px; display: flex; flex-direction: column; justify-content: center; gap: 16px; }
.demo-ctrl label { font-size: 15px; font-weight: 600; }
input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 100%;
  height: 6px; border-radius: 999px;
  background: linear-gradient(90deg, var(--grey-plastic) 0%, var(--deep) 100%);
  outline: none; cursor: pointer;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--lime); border: 3px solid var(--deep);
  box-shadow: 0 2px 8px rgba(11, 90, 78, 0.35);
}
input[type="range"]::-moz-range-thumb {
  width: 24px; height: 24px; border-radius: 50%;
  background: var(--lime); border: 3px solid var(--deep);
}
.demo-note { font-size: 13px; color: var(--ink-soft); margin: 0; }

/* ---------- Two layers ---------- */
.two-layers { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 34px; }
.layer-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 30px 26px;
}
.layer-card h3 { font-size: 24px; margin: 6px 0 4px; font-weight: 800; }
.layer-sub { color: var(--deep); font-size: 15px; font-weight: 600; margin: 0 0 14px; }
.layer-card ul { margin: 0; padding-left: 1.15em; color: var(--ink-soft); font-size: 15px; }
.layer-card li + li { margin-top: 9px; }
.layer-card strong { color: var(--ink); font-family: var(--mono); }
.layer-tag {
  font-family: var(--mono); font-size: 12px; letter-spacing: 0.28em;
  color: var(--deep); opacity: 0.65; margin: 0;
}
.quote-banner {
  background: var(--deep); color: #fff; border-radius: var(--radius);
  padding: 30px 36px; text-align: center; font-size: clamp(19px, 2.6vw, 26px); font-weight: 700;
}
.quote-banner.compact { font-size: clamp(15px, 2vw, 18px); font-weight: 500; padding: 24px 30px; opacity: 0.98; }
.quote-banner strong { color: var(--lime); }

.safety-strip {
  list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 0; padding: 0;
}
.safety-strip li {
  font-size: 13px; font-weight: 600; color: var(--deep);
  background: rgba(11, 90, 78, 0.07); border: 1px solid rgba(11, 90, 78, 0.25);
  padding: 7px 16px; border-radius: 999px;
}

/* ---------- Science ---------- */
.paper-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; align-items: stretch; }
.paper-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px;
}
.paper-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 16px; }
.badge {
  font-size: 12.5px; font-weight: 700; padding: 5px 14px; border-radius: 999px;
  background: var(--deep); color: #fff;
}
.badge-plain { background: transparent; color: var(--deep); border: 1px solid var(--deep); }
.paper-card h3 { font-size: 21px; margin: 0 0 12px; }
.paper-card p { font-size: 15px; color: var(--ink-soft); }
.discovery-steps { margin: 14px 0 0; padding-left: 1.2em; font-size: 14.5px; color: var(--ink); }
.discovery-steps li + li { margin-top: 8px; }
.discovery-steps strong { color: var(--deep); }
.paper-note { font-size: 12.5px; opacity: 0.75; margin-top: 12px; }

.data-grid { display: grid; gap: 16px; align-content: start; }
.data-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 24px; display: flex; align-items: center; gap: 20px;
}
.data-card .stat-num { flex-shrink: 0; min-width: 120px; }
.data-desc { font-size: 14px; color: var(--ink); margin: 0; line-height: 1.5; }
.data-desc span { display: block; font-size: 12px; color: var(--ink-soft); opacity: 0.8; margin-top: 2px; }

/* ---------- Clinical ---------- */
.rct-hero { text-align: center; padding: 10px 0 8px; }
.rct-big { font-family: var(--mono); font-size: clamp(56px, 9vw, 110px); font-weight: 700; color: var(--lime); letter-spacing: -0.03em; margin: 0 0 4px; line-height: 1; }
.rct-cap { font-size: clamp(16px, 2vw, 19px); color: #E8F2EC; margin: 0 0 40px; }
.rct-cap span { display: block; font-size: 13.5px; color: #9FBFAF; margin-top: 8px; }
.rct-steps {
  list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
  counter-reset: rct; margin: 0 0 36px; padding: 0;
}
.rct-steps li {
  counter-increment: rct; position: relative;
  background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius); padding: 22px 18px 18px; font-size: 15px; color: #E8F2EC;
}
.rct-steps li::before {
  content: counter(rct, decimal-leading-zero);
  font-family: var(--mono); font-size: 12px; color: var(--lime);
  display: block; margin-bottom: 10px; letter-spacing: 0.15em;
}
.rct-steps span { display: block; font-size: 12.5px; color: #9FBFAF; margin-top: 4px; }
.milestone {
  margin: 0; padding: 26px 32px; text-align: center;
  border: 1px solid rgba(217, 243, 93, 0.4); border-radius: var(--radius);
  font-size: clamp(17px, 2.2vw, 21px); font-weight: 600; color: #F4FAF6;
  background: rgba(217, 243, 93, 0.05);
}

/* ---------- Compare table ---------- */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--card); }
.compare-table { width: 100%; border-collapse: collapse; min-width: 680px; font-size: 14.5px; }
.compare-table th, .compare-table td { padding: 16px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.compare-table thead th {
  font-size: 15px; font-weight: 700; background: #EFF5F0;
  border-bottom: 2px solid var(--deep);
}
.th-sub { display: block; font-size: 12px; font-weight: 500; color: var(--ink-soft); margin-top: 3px; }
.compare-table tbody th[scope="row"] { font-weight: 600; color: var(--ink); white-space: nowrap; }
.compare-table tbody tr:last-child th, .compare-table tbody tr:last-child td { border-bottom: 0; }
.col-us { background: rgba(11, 90, 78, 0.05); color: var(--ink); }
.compare-table td { color: var(--ink-soft); }

/* ---------- Platform ---------- */
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 30px; }
.platform-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px;
}
.platform-card h3 { font-size: 19px; margin: 0 0 10px; font-weight: 700; }
.platform-card p { font-size: 14.5px; color: var(--ink-soft); margin: 0; }
.card-big-num { grid-row: span 2; display: flex; flex-direction: column; justify-content: center; }
.big-num {
  font-family: var(--mono); font-size: clamp(56px, 6vw, 84px); font-weight: 700;
  color: var(--deep); margin: 0 0 8px; line-height: 1;
}
.big-num span { color: var(--lime); text-shadow: 0 2px 0 rgba(11, 90, 78, 0.4); }
.card-big-num h3 { font-size: 22px; }
.card-big-num p { font-size: 14.5px; }

/* ---------- Team ---------- */
.founder-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 44px; }
.founder-card {
  display: grid; grid-template-columns: 110px 1fr; gap: 20px;
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px;
}
.founder-photo {
  width: 110px; height: 132px; border-radius: 12px;
  background: repeating-linear-gradient(45deg, #E7EEE8, #E7EEE8 8px, #DEE8E0 8px, #DEE8E0 16px);
  border: 1px dashed var(--ink-soft);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; color: var(--ink-soft); text-align: center; letter-spacing: 0.1em;
}
.founder-info h3 { font-size: 18px; margin: 0 0 10px; }
.founder-role { display: block; font-size: 12.5px; color: var(--deep); font-weight: 600; margin-top: 3px; }
.founder-info p { font-size: 13.8px; color: var(--ink-soft); margin: 0; }

.partners-title { font-size: 16px; margin: 0 0 14px; }
.partner-list { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; margin: 0 0 6px; padding: 0; }
.partner-list li {
  font-size: 13.5px; font-weight: 600; color: var(--ink);
  background: var(--card); border: 1px solid var(--line);
  padding: 8px 18px; border-radius: 999px;
}

/* ---------- FAQ ---------- */
.faq-list { max-width: 800px; }
.faq-item {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  margin-bottom: 12px; overflow: hidden;
}
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 18px 24px; font-size: 16px; font-weight: 600;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { outline: 2px solid var(--deep); outline-offset: 2px; }
.faq-icon { position: relative; width: 14px; height: 14px; flex-shrink: 0; }
.faq-icon::before, .faq-icon::after {
  content: ""; position: absolute; inset: 0; margin: auto;
  background: var(--deep); transition: transform .25s;
}
.faq-icon::before { width: 14px; height: 2px; }
.faq-icon::after { width: 2px; height: 14px; }
.faq-item[open] .faq-icon::after { transform: scaleY(0); }
.faq-body { padding: 0 24px 20px; font-size: 15px; color: var(--ink-soft); }
.faq-body p { margin: 0; }
.verify-list { margin: 0; padding-left: 1.1em; font-size: 14px; }
.verify-list li + li { margin-top: 6px; }
.verify-list a { text-decoration: underline; }

/* ---------- CTA ---------- */
.cta-section { text-align: center; }
.cta-section .lead, .cta-section .kicker { margin-inline: auto; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 18px; }
.cta-note { font-size: 13.5px; color: #A9C3B5; margin: 0; }

/* ---------- Footer ---------- */
.site-footer { background: var(--deep-dark); color: #B9CFC4; padding: 60px 0 40px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1.4fr; gap: 40px; margin-bottom: 40px; }
.footer-brand .brand { color: #fff; margin-bottom: 14px; }
.footer-brand p { font-size: 13.5px; margin: 0 0 8px; }
.footer-est { opacity: 0.75; }
.footer-nav h4, .footer-ids h4 {
  font-size: 13px; letter-spacing: 0.16em; color: var(--lime);
  margin: 4px 0 14px; font-weight: 700; text-transform: uppercase;
}
.footer-nav a { display: block; font-size: 14px; color: #B9CFC4; padding: 4px 0; }
.footer-nav a:hover { color: #fff; }
.footer-ids ul { list-style: none; margin: 0; padding: 0; font-size: 13px; font-family: var(--mono); }
.footer-ids li + li { margin-top: 6px; }
.footer-legal { border-top: 1px solid rgba(255,255,255,0.12); padding-top: 24px; font-size: 12.5px; opacity: 0.75; }
.footer-legal p { margin: 0 0 6px; line-height: 1.7; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .stat-grid { grid-template-columns: repeat(2, 1fr); }
  .paper-grid { grid-template-columns: 1fr; }
  .platform-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .rct-steps { grid-template-columns: repeat(2, 1fr); }
  .trust-bar { grid-auto-flow: row; }
  .trust-bar li { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-bar li:last-child { border-bottom: 0; }
  .trust-bar { display: grid; grid-template-columns: 1fr 1fr; }
  .trust-bar li:nth-child(odd) { border-right: 1px solid var(--line); }
}

@media (max-width: 760px) {
  .section { padding: 64px 0; }
  .hero { padding: 64px 0 48px; }
  .demo { grid-template-columns: 1fr; }
  .demo-viz { border-right: 0; border-bottom: 1px solid var(--line); min-height: 280px; }
  .two-layers, .founder-grid { grid-template-columns: 1fr; }
  .founder-card { grid-template-columns: 84px 1fr; }
  .founder-photo { width: 84px; height: 104px; }
  .platform-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .rct-steps { grid-template-columns: 1fr; }

  /* Mobile nav */
  .nav-toggle { display: block; }
  .site-nav {
    position: fixed; inset: 68px 0 auto 0;
    background: var(--paper); border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 10px 24px 20px; display: none;
    box-shadow: 0 24px 40px rgba(16, 32, 28, 0.12);
  }
  .site-nav.open { display: flex; }
  .site-nav a:not(.btn) { padding: 12px 4px; font-size: 16px; border-bottom: 1px solid var(--line); }
  .site-nav .btn { margin-top: 14px; text-align: center; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
}

/* ---------- Print ---------- */
@media print {
  .site-header, .nav-toggle, .hero-cta, .bridge-actions, .cta-actions { display: none; }
  body { background: #fff; }
}

/* ================= Language switch & redirect ================= */
.lang-switch {
  font-size: .85rem;
  font-weight: 600;
  letter-spacing: .02em;
  padding: .3rem .65rem;
  border: 1.5px solid rgba(11, 90, 78, .35);
  border-radius: 999px;
  color: #0B5A4E;
  transition: all .18s ease;
}
.lang-switch:hover,
.lang-switch:focus-visible {
  background: #0B5A4E;
  color: #D9F35D;
  border-color: #0B5A4E;
}
.site-footer .lang-switch { border-color: rgba(217, 243, 93, .4); color: #D9F35D; }
.site-footer .lang-switch:hover { background: #D9F35D; color: #0B5A4E; }
.lang-redirect a { color: #0B5A4E; font-weight: 600; text-decoration: underline; }
