/* ParCool Mod — S08 Documentation seed */
:root {
  --bg: #faf9ff;
  --surface: #ffffff;
  --surface-2: #effcf8;
  --ink: #18172a;
  --muted: #65677a;
  --line: #e3e1f0;
  --primary: #d10aa6;
  --primary-strong: #a60082;
  --secondary: #2b2bd3;
  --accent: #19c575;
  --danger: #b84b4b;
  --success: #15975f;
  --shadow: 0 20px 55px rgba(43,43,211,.10);
  --radius: 18px;
  --header-h: 78px;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: "Poppins", "Segoe UI", Arial, sans-serif;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary-strong); text-decoration-thickness: 1px; text-underline-offset: 3px; }
button, a { -webkit-tap-highlight-color: transparent; }
button, input, textarea, select { font: inherit; font-family: "Poppins", "Segoe UI", Arial, sans-serif; }
:focus-visible { outline: 3px solid rgba(209,10,166,.28); outline-offset: 3px; }
.skip-link { position:absolute; top:-70px; left:18px; z-index:9999; padding:10px 14px; background:var(--ink); color:#fff; border-radius:10px; }
.skip-link:focus { top:12px; }
.container { width: min(var(--max), calc(100% - 36px)); margin-inline: auto; }
.section { padding: 78px 0; scroll-margin-top: calc(var(--header-h) + 20px); }
.section-tight { padding: 64px 0; }
.section-alt { background: #f5f7ff; border-block: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 34px; }
.eyebrow { display:inline-flex; align-items:center; gap:8px; font-size:.78rem; font-weight:700; letter-spacing:.11em; text-transform:uppercase; color:var(--primary-strong); margin:0 0 12px; }
.eyebrow::before { content:""; width:28px; height:2px; background:var(--accent); }
h1,h2,h3,h4 { line-height: 1.18; margin: 0 0 14px; letter-spacing: -.025em; }
h1 { font-size: clamp(2.15rem, 4.2vw, 3.65rem); }
h2 { font-size: clamp(1.65rem, 2.8vw, 2.35rem); }
h3 { font-size: clamp(1.02rem, 1.55vw, 1.24rem); }
p { margin: 0 0 1rem; }
.lead { font-size: clamp(1.04rem, 2vw, 1.22rem); color:var(--muted); max-width: 720px; }
.muted { color: var(--muted); }
.kicker { display:inline-flex; padding:6px 10px; border:1px solid var(--line); border-radius:999px; font-size:.76rem; font-weight:700; color:var(--muted); background:#fff; }
.btn { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:46px; padding: 11px 18px; border-radius: 12px; border:1px solid transparent; font-weight:700; text-decoration:none; cursor:pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background:var(--primary); color:#fff; box-shadow: 0 12px 28px rgba(209,10,166,.18); }
.btn-primary:hover { background:var(--primary-strong); }
.btn-secondary { background:#fff; border-color:var(--line); color:var(--ink); }
.btn-small { min-height:40px; padding:8px 14px; font-size:.9rem; }
.icon-inline { width:18px; height:18px; flex:0 0 auto; }
.card { background:var(--surface); border:1px solid var(--line); border-radius:var(--radius); box-shadow:0 1px 0 rgba(24,49,59,.03); }
.doc-label { display:flex; align-items:center; gap:9px; font-size:.78rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--muted); }
.doc-label::before { content:""; width:9px; height:9px; border:2px solid var(--primary); border-radius:2px; }

/* Header */
.site-header-wrap { position:sticky; top:0; z-index:1000; background:rgba(250,249,255,.95); backdrop-filter: blur(14px); border-bottom:1px solid transparent; transition: box-shadow .2s ease, border-color .2s ease; }
.site-header-wrap.is-scrolled { border-color:var(--line); box-shadow:0 10px 35px rgba(24,49,59,.08); }
.site-header { min-height:var(--header-h); display:flex; align-items:center; justify-content:space-between; gap:22px; }
.brand { display:flex; align-items:center; color:var(--ink); text-decoration:none; white-space:nowrap; flex:0 0 auto; }
.brand img { width:150px; height:58px; object-fit:contain; object-position:left center; }
.main-nav { display:flex; align-items:center; gap:2px; margin-left:auto; }
.main-nav a { color:var(--muted); text-decoration:none; font-size:.9rem; font-weight:600; padding:10px 9px; border-radius:9px; }
.main-nav a:hover, .main-nav a.active { color:var(--ink); background:#f3f2fb; }
.main-nav .nav-download { margin-left:8px; background:linear-gradient(135deg,var(--primary),var(--secondary)); color:#fff; padding:10px 14px; box-shadow:0 8px 22px rgba(43,43,211,.14); }
.main-nav .nav-download:hover { background:var(--primary); color:#fff; }
.menu-toggle { display:none; width:44px; height:44px; border:1px solid var(--line); border-radius:10px; background:#fff; color:var(--ink); cursor:pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content:""; display:block; width:20px; height:2px; background:currentColor; margin:4px auto; transition:.2s ease; }

/* Hero */
.hero { position:relative; padding:64px 0 82px; overflow:hidden; border-bottom:1px solid var(--line); background-image:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.96) 43%,rgba(250,249,255,.84) 62%,rgba(250,249,255,.46) 100%),url("../images/hero.webp"); background-size:cover; background-position:center; }
.hero::after { content:""; position:absolute; inset:auto 0 0; height:120px; background:linear-gradient(180deg,transparent,rgba(250,249,255,.82)); pointer-events:none; }
.hero-doc-layout { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.02fr) minmax(330px,.72fr); gap:48px; align-items:center; }
.hero-copy { position:relative; z-index:2; max-width:720px; }
.hero-copy h1 { font-size:clamp(2.2rem,4.35vw,3.75rem); max-width:760px; }
.hero-copy h1 span { display:block; color:var(--primary); }
.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin:26px 0 22px; }
.hero-note { display:flex; align-items:flex-start; gap:10px; color:var(--muted); font-size:.9rem; max-width:670px; padding:12px 14px; border-left:3px solid var(--accent); background:rgba(255,255,255,.72); border-radius:0 12px 12px 0; }
.hero-note b { color:var(--ink); }
.hero-visual { position:relative; min-height:430px; display:flex; flex-direction:column; justify-content:flex-end; align-items:flex-end; gap:14px; }
.hero-signal { width:min(330px,84%); margin-right:30px; padding:18px; background:rgba(255,255,255,.92); backdrop-filter:blur(8px); box-shadow:0 18px 46px rgba(43,43,211,.11); }
.hero-signal strong { display:block; margin:9px 0 6px; }
.hero-signal p { margin:0; color:var(--muted); font-size:.88rem; }
.quick-index { position:relative; right:auto; bottom:auto; width:min(350px,92%); padding:18px; background:rgba(255,255,255,.96); border:1px solid var(--line); border-radius:16px; box-shadow:0 18px 42px rgba(43,43,211,.12); }
.quick-index strong { display:block; margin-bottom:10px; }
.quick-index a { display:flex; justify-content:space-between; gap:16px; color:var(--muted); padding:7px 0; border-top:1px solid #efedf6; text-decoration:none; font-size:.88rem; }
.quick-index a:hover { color:var(--primary-strong); }
.hero-badges { display:flex; gap:8px; flex-wrap:wrap; }

/* First four sections */
.about-layout { display:grid; grid-template-columns:.78fr 1.22fr; gap:24px; align-items:stretch; }
.about-summary { padding:30px; background:linear-gradient(155deg,#ffffff,#f2fbf8); }
.brand-mark-panel { min-height:180px; display:grid; place-items:center; margin:14px 0 18px; border-radius:16px; background:linear-gradient(135deg,#f7f5ff,#eefcf8); border:1px solid var(--line); overflow:hidden; }
.brand-mark-panel img { width:min(330px,88%); max-height:180px; object-fit:contain; }
.about-summary p:last-child { margin-bottom:0; }
.definition-panel { padding:34px; display:flex; flex-direction:column; justify-content:center; }
.definition-row { display:grid; grid-template-columns:120px 1fr; gap:20px; padding:18px 0; border-top:1px solid var(--line); }
.definition-row:first-of-type { margin-top:18px; }
.definition-term { font-size:.8rem; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:var(--primary-strong); }
.features-reference { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; align-items:stretch; }
.feature-row { width:100%; min-width:0; min-height:228px; display:grid; grid-template-columns:48px minmax(0,1fr); grid-template-rows:auto 1fr auto; align-items:start; gap:14px; padding:22px; }
.feature-code { width:48px; height:42px; display:grid; place-items:center; border-radius:10px; background:#fff0fb; color:var(--primary-strong); font-size:.78rem; font-weight:800; }
.feature-row p { color:var(--muted); margin:0; }
.feature-tag { grid-column:2; justify-self:start; align-self:end; font-size:.74rem; font-weight:700; color:var(--secondary); background:#f0efff; border-radius:999px; padding:5px 8px; white-space:nowrap; }
.procedure { display:grid; grid-template-columns: 260px 1fr; gap:34px; }
.procedure-index { align-self:start; position:sticky; top:calc(var(--header-h) + 20px); padding:24px; }
.procedure-index a { display:block; color:var(--muted); text-decoration:none; padding:9px 0; border-bottom:1px solid #efedf6; font-size:.9rem; }
.procedure-steps { position:relative; }
.step { display:grid; grid-template-columns:68px 1fr; gap:18px; margin-bottom:16px; padding:24px; }
.step-num { width:52px; height:52px; display:grid; place-items:center; border-radius:12px; background:var(--ink); color:#fff; font-weight:800; }
.step p { color:var(--muted); margin:0; }

/* Remaining homepage */
.compat-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:16px; }
.compat-card { padding:24px; }
.compat-card .status { display:inline-flex; padding:5px 9px; border-radius:999px; font-size:.75rem; font-weight:800; margin-bottom:14px; }
.status-good { color:var(--success); background:#e9f6ef; }
.status-warn { color:#976019; background:#fff2dc; }
.status-no { color:#a04646; background:#faeaea; }
.install-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap:24px; align-items:start; }
.checklist { padding:28px; }
.checklist ol { margin:0; padding-left:1.25rem; }
.checklist li { margin: 0 0 14px; padding-left:8px; }
.notice { padding:18px 20px; border-left:4px solid var(--accent); background:#fff8ec; border-radius:0 14px 14px 0; color:#6f5738; }
.download-panel { display:grid; grid-template-columns: 1fr 410px; gap:34px; align-items:center; padding:36px; background:linear-gradient(135deg,#1c1948 0%,#2b2bd3 54%,#a60082 120%); color:#fff; border:none; box-shadow:var(--shadow); }
.download-panel .lead, .download-panel .muted { color:#ececff; }
.download-panel img { border-radius:18px; background:#fff; object-fit:contain; }
.download-meta { display:flex; flex-wrap:wrap; gap:10px; margin:20px 0; }
.download-meta span { border:1px solid rgba(255,255,255,.18); background:rgba(255,255,255,.06); border-radius:9px; padding:7px 10px; font-size:.82rem; }
.use-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:15px; }
.use-card { padding:22px; }
.use-card b { display:block; margin-bottom:8px; }
.safety-layout { display:grid; grid-template-columns: 340px 1fr; gap:26px; align-items:center; }
.safety-layout img { border-radius:18px; border:1px solid var(--line); }
.safety-points { display:grid; grid-template-columns: repeat(2,1fr); gap:14px; }
.safety-point { padding:20px; }
.pros-cons { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.pros-cons article { padding:26px; }
.pros-cons ul { margin:0; padding-left:1.1rem; }
.pros-cons li { margin-bottom:10px; }
.release-table-wrap { overflow-x:auto; }
.release-table { width:100%; border-collapse:collapse; background:#fff; border:1px solid var(--line); border-radius:16px; overflow:hidden; }
.release-table th,.release-table td { padding:15px 18px; text-align:left; border-bottom:1px solid var(--line); min-width:150px; }
.release-table th { font-size:.78rem; text-transform:uppercase; letter-spacing:.07em; color:var(--muted); background:#f2f6f5; }
.trouble-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.trouble-card { padding:22px; }
.trouble-card code { display:inline-block; color:var(--secondary); background:#f0efff; border-radius:7px; padding:4px 7px; margin-bottom:12px; font-family:inherit; font-weight:700; font-size:.78rem; }
.guide-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.guide-card { overflow:hidden; }
.guide-card img { width:100%; aspect-ratio:16/9; object-fit:cover; background:#f7f9f8; border-bottom:1px solid var(--line); }
.guide-body { padding:22px; }
.guide-card a { font-weight:800; text-decoration:none; color:var(--ink); }
.guide-card a:hover { color:var(--primary-strong); }

/* FAQ documentation pattern */
.faq-shell { display:grid; grid-template-columns:240px 1fr; gap:28px; align-items:start; }
.faq-tabs { position:sticky; top:calc(var(--header-h) + 20px); padding:12px; }
.faq-tab { width:100%; border:0; background:transparent; color:var(--muted); text-align:left; padding:13px 14px; border-radius:10px; cursor:pointer; font-weight:700; }
.faq-tab[aria-selected="true"] { background:#fff0fb; color:var(--primary-strong); box-shadow:inset 3px 0 0 var(--primary); }
.faq-category[hidden] { display:none; }
.faq-category h3 { margin-bottom:18px; }
.faq-item { border:1px solid var(--line); border-radius:14px; background:#fff; margin-bottom:10px; overflow:hidden; }
.faq-question { width:100%; border:0; background:transparent; display:flex; align-items:center; justify-content:space-between; gap:18px; padding:18px 20px; text-align:left; color:var(--ink); font-weight:700; cursor:pointer; }
.faq-icon { width:28px; height:28px; flex:0 0 28px; display:grid; place-items:center; border:1px solid var(--line); border-radius:8px; color:var(--primary-strong); }
.faq-question[aria-expanded="true"] .faq-icon { background:var(--primary); color:#fff; border-color:var(--primary); }
.faq-answer { padding:0 20px 18px; color:var(--muted); }
.faq-answer[hidden] { display:none; }

/* Inner pages */
.page-hero { padding:54px 0 42px; border-bottom:1px solid var(--line); background:linear-gradient(180deg,#fbfdfc,#f3f7f6); }
.page-hero .container { max-width:980px; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; font-size:.82rem; color:var(--muted); margin-bottom:18px; }
.breadcrumbs a { color:var(--muted); text-decoration:none; }
.content-shell { display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:36px; align-items:start; }
.content-main { min-width:0; }
.content-main h2 { margin-top:34px; font-size:clamp(1.45rem,2.2vw,1.8rem); }
.content-main h3 { margin-top:26px; }
.content-main ul, .content-main ol { padding-left:1.25rem; }
.content-main li { margin-bottom:9px; }
.content-main .card { padding:24px; margin:24px 0; }
.sidebar { position:sticky; top:calc(var(--header-h) + 22px); display:grid; gap:14px; }
.sidebar .card { padding:20px; }
.sidebar a { display:block; text-decoration:none; padding:7px 0; border-bottom:1px solid #efedf6; font-size:.9rem; }
.sidebar a:last-child { border-bottom:0; }
.feature-image { width:100%; aspect-ratio:16/9; object-fit:cover; background:#fff; border:1px solid var(--line); border-radius:20px; margin:28px 0 32px; }
.blog-index { display:grid; gap:14px; counter-reset:guides; }
.blog-list-card { counter-increment:guides; display:grid; grid-template-columns:52px 210px 1fr auto; gap:18px; align-items:center; padding:16px; }
.blog-list-card::before { content:counter(guides, decimal-leading-zero); width:44px; height:44px; display:grid; place-items:center; border:1px solid var(--line); border-radius:10px; color:var(--primary-strong); font-weight:800; }
.blog-list-card img { width:210px; aspect-ratio:16/9; object-fit:cover; border-radius:12px; background:#f7f9f8; }
.blog-list-card h2 { font-size:1.25rem; margin-bottom:8px; }
.blog-list-card p { color:var(--muted); margin:0; font-size:.93rem; }
.blog-list-card > a { text-decoration:none; font-weight:800; white-space:nowrap; }
.related-guides { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin-top:24px; }
.related-guides a { padding:18px; text-decoration:none; color:var(--ink); }
.legal-page { max-width:900px; }
.legal-page h2 { margin-top:34px; }
.contact-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:28px; }
.contact-cards .card { padding:24px; }
.email-text { font-weight:800; color:var(--primary-strong); word-break:break-all; }

/* Footer */
.site-footer { background:linear-gradient(180deg,#f5f7ff,#eefbf7); border-top:1px solid var(--line); padding:52px 0 22px; }
.footer-grid { display:grid; grid-template-columns:1.25fr .7fr 1.2fr; gap:34px; align-items:start; }
.footer-brand img { width:min(230px,100%); height:auto; max-height:112px; object-fit:contain; object-position:left center; margin-bottom:16px; }
.footer-brand p { color:var(--muted); max-width:430px; }
.footer-nav h3 { font-size:.95rem; margin-bottom:12px; }
.footer-nav a { display:block; color:var(--muted); text-decoration:none; padding:5px 0; font-size:.9rem; }
.footer-nav a:hover { color:var(--primary-strong); }
.footer-legal-grid { display:grid; grid-template-columns:repeat(2,1fr); column-gap:18px; }
.footer-bottom { margin-top:36px; padding-top:20px; border-top:1px solid var(--line); text-align:center; color:var(--muted); font-size:.84rem; }
.footer-bottom a { color:var(--ink); text-decoration:none; font-weight:700; }
.footer-disclaimer { margin:7px auto 0; max-width:900px; }
.scroll-top { position:fixed; right:20px; bottom:20px; z-index:900; width:44px; height:44px; border:1px solid var(--line); background:#fff; color:var(--ink); border-radius:12px; box-shadow:0 10px 30px rgba(24,49,59,.12); cursor:pointer; opacity:0; visibility:hidden; transform:translateY(8px); transition:.2s ease; }
.scroll-top.show { opacity:1; visibility:visible; transform:translateY(0); }
[data-reveal] { opacity:0; transform:translateY(14px); transition: opacity .5s ease, transform .5s ease; }
[data-reveal].revealed { opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { transition:none !important; animation:none !important; }
  [data-reveal] { opacity:1; transform:none; }
}
@media (max-width: 1050px) {
  .main-nav a { padding-inline:7px; font-size:.84rem; }
  .hero-doc-layout { grid-template-columns:1fr .82fr; gap:28px; }
  .download-panel { grid-template-columns:1fr 330px; }
  .use-grid { grid-template-columns:repeat(2,1fr); }
  .blog-list-card { grid-template-columns:44px 170px 1fr; }
  .blog-list-card > a { grid-column:3; justify-self:start; }
}
@media (max-width: 900px) {
  :root { --header-h: 70px; }
  .menu-toggle { display:block; margin-left:auto; }
  .main-nav { position:absolute; top:calc(100% + 1px); left:18px; right:18px; display:none; flex-direction:column; align-items:stretch; background:#fff; border:1px solid var(--line); border-radius:14px; padding:10px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:11px 12px; }
  .main-nav .nav-download { margin:5px 0 0; text-align:center; }
  .hero-doc-layout,.about-layout,.install-grid,.download-panel,.safety-layout,.content-shell { grid-template-columns:1fr; }
  .hero-visual { min-height:auto; max-width:700px; }
  .quick-index { right:12px; bottom:-20px; }
  .features-reference,.compat-grid,.trouble-grid,.guide-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .procedure { grid-template-columns:1fr; }
  .procedure-index,.faq-tabs,.sidebar { position:static; }
  .procedure-index { display:none; }
  .faq-shell { grid-template-columns:1fr; }
  .faq-tabs { display:flex; gap:8px; overflow:auto; }
  .faq-tab { width:auto; white-space:nowrap; border:1px solid var(--line); }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-brand { grid-column:1/-1; }
}
@media (max-width: 640px) {
  .container { width:min(100% - 24px,var(--max)); }
  .section { padding:66px 0; }
  h1 { font-size:clamp(2rem,9.5vw,2.85rem); }
  .hero { padding:44px 0 58px; background-position:62% center; }
  .hero-doc-layout { gap:26px; }
  .hero-visual { min-height:310px; align-items:stretch; }
  .hero-signal { width:100%; margin-right:0; }
  .quick-index { position:relative; right:auto; bottom:auto; width:100%; margin-top:0; }
  .hero-actions .btn { width:100%; }
  .definition-panel { padding:24px; }
  .definition-row { grid-template-columns:1fr; gap:5px; }
  .features-reference,.compat-grid,.use-grid,.safety-points,.pros-cons,.trouble-grid,.guide-grid,.related-guides,.contact-cards { grid-template-columns:1fr; }
  .feature-row { grid-template-columns:48px minmax(0,1fr); min-height:auto; }
  .step { grid-template-columns:52px 1fr; padding:20px; }
  .download-panel { padding:24px; }
  .footer-grid { grid-template-columns:1fr; }
  .footer-brand { grid-column:auto; }
  .footer-legal-grid { grid-template-columns:1fr; }
  .blog-list-card { grid-template-columns:42px 1fr; }
  .blog-list-card img { grid-column:1/-1; width:100%; }
  .blog-list-card > div { grid-column:1/-1; }
  .blog-list-card > a { grid-column:1/-1; }
}

/* Brand-system refinements */
.section-head h2 { max-width:760px; }
.page-hero h1 { font-size:clamp(2rem,3.8vw,3.15rem); max-width:900px; }
.legal-page h2 { font-size:clamp(1.4rem,2.1vw,1.75rem); }
.safety-points-wide { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:15px; }
.download-panel .eyebrow { color:#ffffff; }
.btn-primary { background:linear-gradient(135deg,var(--primary),var(--secondary)); }
.btn-primary:hover { background:linear-gradient(135deg,var(--primary-strong),#2424b8); }
.kicker { border-color:#ddd9ef; background:rgba(255,255,255,.84); }
.doc-label::before { border-color:var(--primary); }
.feature-code { background:linear-gradient(135deg,#fff0fb,#effcf8); border:1px solid #f1dced; }
.step-num { background:linear-gradient(135deg,var(--secondary),var(--primary)); }
.faq-tab[aria-selected="true"] { background:#fff0fb; color:var(--primary-strong); box-shadow:inset 3px 0 0 var(--primary); }
.scroll-top { box-shadow:0 10px 30px rgba(43,43,211,.10); }
@media (max-width:900px){
  .about-layout { grid-template-columns:1fr; }
  .safety-points-wide { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .brand img { width:138px; height:52px; }
}
@media (max-width:640px){
  h2 { font-size:clamp(1.5rem,7.4vw,1.95rem); }
  .hero-copy h1 { font-size:clamp(2.05rem,10vw,2.9rem); }
  .features-reference,.safety-points-wide { grid-template-columns:1fr; }
  .brand img { width:126px; height:48px; }
  .footer-brand img { width:210px; }
}


/* 2026 visual refinement — user-requested Poppins typography, compact headings, new hero and diverse imagery */
html, body { font-family: "Poppins", "Segoe UI", Arial, sans-serif; }
body, body * { font-family: inherit; }
code, pre, kbd, samp { font-family: "Poppins", "Segoe UI", Arial, sans-serif; }

h1 { font-size: clamp(2rem, 3.5vw, 3rem); }
h2 { font-size: clamp(1.55rem, 2.35vw, 2.08rem); }
h3 { font-size: clamp(1rem, 1.3vw, 1.17rem); }
.section-head { max-width: 800px; margin-bottom: 28px; }
.section-head h2 { max-width: 720px; }
.page-hero h1 { font-size: clamp(1.9rem, 3.25vw, 2.65rem); max-width: 860px; }
.content-main h2 { font-size: clamp(1.35rem, 2vw, 1.72rem); }
.legal-page h2 { font-size: clamp(1.3rem, 1.9vw, 1.65rem); }

/* Full-width image-led hero instead of the previous split documentation hero */
.hero { padding: 42px 0 58px; background: #faf9ff; border-bottom: 1px solid var(--line); }
.hero::after { display:none; }
.hero-stage {
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(30px, 5vw, 60px);
  border: 1px solid #dddaf0;
  border-radius: 28px;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 46%, rgba(255,255,255,.76) 70%, rgba(255,255,255,.48) 100%),
    linear-gradient(0deg, rgba(250,249,255,.30), rgba(250,249,255,.30)),
    url("../images/hero.webp");
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 70px rgba(43,43,211,.10);
}
.hero-stage::before {
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:-90px;
  top:-100px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(25,197,117,.18), transparent 68%);
  pointer-events:none;
}
.hero-copy-new { position:relative; z-index:1; max-width:760px; }
.hero-copy-new h1 { font-size:clamp(2.05rem,4vw,3.15rem); max-width:720px; }
.hero-copy-new h1 span { display:block; color:var(--primary); font-size:.86em; margin-top:4px; }
.hero-copy-new .lead { max-width:700px; color:#54566b; }
.hero-copy-new .btn-secondary { background:rgba(255,255,255,.88); backdrop-filter:blur(6px); }
.hero-copy-new .kicker { background:rgba(255,255,255,.82); }
.hero-copy-new .hero-note { background:rgba(255,255,255,.86); backdrop-filter:blur(6px); }
.hero-facts {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:42px;
  max-width:940px;
}
.hero-facts article {
  min-height:106px;
  padding:16px 18px;
  border:1px solid rgba(227,225,240,.92);
  border-radius:14px;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(7px);
}
.hero-facts span { display:block; margin-bottom:7px; color:var(--primary-strong); font-size:.75rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.hero-facts strong { display:block; font-size:.94rem; line-height:1.45; }

/* Different keyword-relevant visuals across key homepage sections */
.section-visual-card { min-height: 230px; display:grid; place-items:center; margin:14px 0 20px; overflow:hidden; border:1px solid var(--line); border-radius:16px; background:#fff; }
.section-visual-card img { width:100%; height:auto; max-height:290px; object-fit:contain; }
.section-wide-visual { margin:0 0 28px; padding:0; border:1px solid var(--line); border-radius:20px; overflow:hidden; background:#fff; box-shadow:0 10px 30px rgba(43,43,211,.05); }
.section-wide-visual img { width:100%; height:auto; max-height:360px; object-fit:contain; background:#fff; }
.inline-section-image { width:100%; height:auto; max-height:320px; object-fit:contain; margin:20px 0 22px; border:1px solid var(--line); border-radius:18px; background:#fff; }
.feature-image, .guide-card img, .blog-list-card img, .download-panel img { object-fit:contain; background:#fff; }

/* Equal feature cards */
.features-reference { grid-template-columns:repeat(3,minmax(0,1fr)); grid-auto-rows:1fr; align-items:stretch; }
.feature-row { width:100%; height:100%; min-height:228px; }

/* Smaller, cleaner footer logo */
.footer-brand img { width:min(158px,100%); max-height:78px; margin-bottom:14px; object-fit:contain; object-position:left center; }

@media (max-width: 900px) {
  .hero-stage { min-height:auto; padding:34px 28px; background-position:68% center; }
  .hero-facts { grid-template-columns:1fr; max-width:660px; margin-top:30px; }
  .hero-facts article { min-height:auto; }
  .features-reference { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width: 640px) {
  h1 { font-size:clamp(1.9rem,9vw,2.55rem); }
  h2 { font-size:clamp(1.45rem,7vw,1.9rem); }
  .hero { padding:24px 0 42px; }
  .hero-stage { padding:26px 20px; border-radius:20px; background-image:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.91) 58%,rgba(255,255,255,.74) 100%),url("../images/hero.webp"); background-position:center; }
  .hero-copy-new h1 { font-size:clamp(1.95rem,10vw,2.65rem); }
  .hero-copy-new h1 span { font-size:.82em; }
  .hero-facts { margin-top:26px; }
  .features-reference { grid-template-columns:1fr; }
  .footer-brand img { width:140px; max-height:70px; }
  .section-wide-visual img { max-height:260px; }
}

/* v4 requested refinements: full-width hero background and vertical footer legal links */
.hero {
  position: relative;
  padding: 42px 0 58px;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 46%, rgba(255,255,255,.76) 70%, rgba(255,255,255,.48) 100%),
    linear-gradient(0deg, rgba(250,249,255,.28), rgba(250,249,255,.28)),
    url("../images/hero.webp");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(250,249,255,.16));
  pointer-events: none;
}
.hero > .container { position: relative; z-index: 1; }
.hero-stage {
  min-height: 560px;
  padding: clamp(30px, 5vw, 60px) 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.footer-legal-grid {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
@media (max-width: 900px) {
  .hero { background-position: 66% center; }
  .hero-stage { min-height: auto; padding: 34px 0; background: transparent; }
}
@media (max-width: 640px) {
  .hero {
    padding: 24px 0 42px;
    background-image:
      linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 58%, rgba(255,255,255,.74) 100%),
      url("../images/hero.webp");
    background-position: center;
  }
  .hero-stage { padding: 26px 0; background: transparent; }
}
