:root {
  --brand: #f0562b;
  --brand-dark: #bd3511;
  --ink: #251d19;
  --muted: #716965;
  --line: #e9e3df;
  --soft: #f8f5f2;
  --warm: #fff3ed;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: "Noto Sans SC", system-ui, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 99; padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.content-header { position: sticky; top: 0; z-index: 20; height: 74px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(233,227,223,.85); backdrop-filter: blur(16px); }
.nav-shell { display: flex; height: 100%; align-items: center; justify-content: space-between; gap: 28px; }
.content-brand { display: flex; align-items: center; gap: 10px; }
.content-brand img { width: 44px; height: 44px; object-fit: contain; border-radius: 12px; }
.content-brand span { display: grid; }
.content-brand strong { font-size: 16px; }
.content-brand small { color: #948d88; font: 700 8px/1.5 Manrope, sans-serif; letter-spacing: .12em; }
.content-header nav { display: flex; align-items: center; gap: 26px; }
.content-header nav a { color: #5f5854; font-size: 13px; font-weight: 600; }
.content-header nav a:hover,.content-header nav a.active { color: var(--brand); }
.content-header nav .nav-demo { padding: 11px 18px; color: #fff; background: var(--brand); border-radius: 9px; box-shadow: 0 8px 20px rgba(240,86,43,.2); }
.content-header nav .nav-demo:hover { color: #fff; background: var(--brand-dark); }
.content-menu-toggle { display: none; width: 38px; height: 38px; padding: 9px; background: #fff; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; }
.content-menu-toggle span { display: block; width: 18px; height: 2px; margin: 3px auto; background: var(--ink); border-radius: 2px; transition: transform .2s,opacity .2s; }
.content-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.content-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.content-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.hub-hero,.category-hero,.article-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 20%,rgba(255,141,98,.19),transparent 30%),linear-gradient(145deg,#fff9f6,#f5f2ef); }
.hub-hero::after,.category-hero::after,.article-hero::after { position: absolute; right: -130px; bottom: -190px; width: 450px; height: 450px; content: ""; border: 1px solid rgba(240,86,43,.13); border-radius: 50%; box-shadow: 0 0 0 80px rgba(240,86,43,.03),0 0 0 160px rgba(240,86,43,.02); }
.hub-hero .shell { position: relative; z-index: 1; padding-block: 92px 80px; text-align: center; }
.hub-hero .shell > span,.category-hero .shell > span,.article-cluster,.section-label { color: var(--brand); font: 800 11px/1.4 Manrope,"Noto Sans SC",sans-serif; letter-spacing: .14em; }
.hub-hero h1,.category-hero h1 { margin: 12px 0 18px; font-size: clamp(40px,6vw,67px); line-height: 1.15; }
.hub-hero p { max-width: 780px; margin: auto; color: var(--muted); font-size: 17px; line-height: 1.9; }
.hub-stats { display: flex; justify-content: center; gap: 1px; width: fit-content; margin: 40px auto 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--line); }
.hub-stats b { display: grid; min-width: 145px; padding: 18px 28px; color: var(--brand); background: #fff; font: 800 26px/1 Manrope,sans-serif; }
.hub-stats small { margin-top: 8px; color: var(--muted); font: 500 11px/1.4 "Noto Sans SC",sans-serif; }

.hub-content { padding-block: 70px 100px; }
.cluster-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.cluster-grid a { min-height: 210px; padding: 25px 22px; background: var(--soft); border: 1px solid transparent; border-radius: 16px; transition: transform .2s,border-color .2s,box-shadow .2s; }
.cluster-grid a:hover { border-color: #f4c4b4; transform: translateY(-4px); box-shadow: 0 18px 35px rgba(52,37,29,.08); }
.cluster-grid span { color: #aaa19b; font: 700 8px/1 Manrope,sans-serif; letter-spacing: .08em; }
.cluster-grid strong { display: block; margin: 15px 0 8px; font-size: 18px; }
.cluster-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.article-tools { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-top: 85px; }
.article-tools > div > span { color: var(--brand); font-size: 11px; font-weight: 800; }
.article-tools h2,.category-list > h2 { margin: 7px 0 0; font-size: 34px; }
.article-tools input { width: 340px; padding: 14px 18px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 11px; outline: none; font: inherit; font-size: 13px; }
.article-tools input:focus { border-color: var(--brand); box-shadow: 0 0 0 4px rgba(240,86,43,.1); }
.search-status { margin: 18px 0; color: #978f8a; font-size: 12px; }
.content-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.content-card[hidden] { display: none; }
.content-card { background: #fff; border: 1px solid var(--line); border-radius: 17px; transition: transform .2s,box-shadow .2s,border-color .2s; }
.content-card:hover { border-color: #f3c1b0; transform: translateY(-4px); box-shadow: 0 20px 40px rgba(58,39,30,.08); }
.content-card a { display: flex; min-height: 310px; padding: 27px; flex-direction: column; }
.content-card span { color: var(--brand); font: 800 10px/1.4 Manrope,"Noto Sans SC",sans-serif; letter-spacing: .08em; }
.content-card h2 { margin: 17px 0 12px; font-size: 20px; line-height: 1.55; }
.content-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.content-card strong { margin-top: auto; padding-top: 20px; color: var(--brand); font-size: 12px; }

.breadcrumbs { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; color: #8d8580; font-size: 11px; }
.breadcrumbs a:last-child { color: #4f4945; }
.category-hero .shell { position: relative; z-index: 1; padding-block: 60px 72px; }
.category-hero .breadcrumbs { margin-bottom: 55px; }
.category-hero h1 { margin-bottom: 14px; font-size: 52px; }
.category-hero p { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.9; }
.category-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; padding-block: 70px; border-bottom: 1px solid var(--line); }
.category-intro > div > span { color: var(--brand); font-size: 11px; font-weight: 800; }
.category-intro h2 { margin: 10px 0 14px; font-size: 32px; }
.category-intro p { color: var(--muted); line-height: 1.95; }
.category-intro ol { display: grid; gap: 8px; padding-left: 22px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.category-list { padding-block: 70px 100px; }
.category-list > h2 { margin-bottom: 28px; }

.article-hero-inner { position: relative; z-index: 1; padding-block: 46px 72px; }
.article-hero .breadcrumbs { margin-bottom: 54px; }
.article-hero h1 { max-width: 960px; margin: 17px 0 20px; font-size: clamp(38px,5.2vw,62px); line-height: 1.3; letter-spacing: -.03em; }
.article-deck { max-width: 850px; margin: 0; color: #665e59; font-size: 17px; line-height: 1.95; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; color: #8c847f; font-size: 11px; }
.article-meta a { color: #6d625d; text-decoration: underline; text-underline-offset: 3px; }
.article-layout { display: grid; grid-template-columns: 210px minmax(0,790px); justify-content: center; gap: 70px; padding-block: 70px 110px; }
.article-toc { position: sticky; top: 100px; display: grid; align-content: start; gap: 12px; height: fit-content; padding: 18px; border-left: 2px solid var(--line); }
.article-toc strong { margin-bottom: 5px; font-size: 12px; }
.article-toc a { color: #817975; font-size: 11px; line-height: 1.5; }
.article-toc a:hover { color: var(--brand); }
.article-content { min-width: 0; }
.article-content section { scroll-margin-top: 100px; margin-bottom: 68px; }
.article-cover { margin: 0 0 42px; overflow: hidden; background: var(--soft); border: 1px solid var(--line); border-radius: 17px; }
.article-cover img { display: block; width: 100%; height: auto; aspect-ratio: 1200/630; }
.article-cover figcaption { padding: 10px 16px; color: #8d837d; border-top: 1px solid var(--line); font-size: 10px; }
.article-content h2 { margin: 9px 0 20px; font-size: 30px; line-height: 1.45; }
.article-content h3 { font-size: 18px; }
.article-content p,.article-content li,.article-content td { color: #544d49; font-size: 15px; line-height: 2; }
.article-content p { margin: 0 0 18px; }
.answer-box { padding: 28px 32px; background: var(--warm); border: 1px solid #f6d3c6; border-left: 4px solid var(--brand); border-radius: 14px; }
.answer-box span { color: var(--brand); font-size: 11px; font-weight: 800; }
.answer-box p { margin: 9px 0 0; color: #402d25; font-size: 17px; font-weight: 600; line-height: 1.9; }
.keyword-path { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin: -46px 0 68px; padding: 17px 20px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.keyword-path strong { color: var(--brand); font-size: 11px; }
.keyword-path p { margin: 0; font-size: 12px; line-height: 1.7; }
.keyword-path a { color: var(--brand); white-space: nowrap; font-size: 11px; font-weight: 700; }
.boundary-note { margin-top: 26px; padding: 22px 24px; background: var(--soft); border-radius: 12px; }
.boundary-note strong { font-size: 13px; }
.boundary-note p { margin: 7px 0 0; font-size: 13px; }
.focus-point { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.focus-point > b { display: grid; width: 42px; height: 42px; place-items: center; color: var(--brand); background: var(--warm); border-radius: 50%; font: 800 12px/1 Manrope,sans-serif; }
.focus-point h3 { margin: 1px 0 7px; }
.focus-point p { margin: 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; }
table { width: 100%; border-collapse: collapse; min-width: 680px; }
th,td { padding: 15px 17px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
th { color: #6d6560; background: var(--soft); font-size: 11px; }
td { font-size: 13px !important; }
tbody tr:last-child td { border-bottom: 0; }
.step-list { padding: 0; margin: 0; list-style: none; }
.step-list li { display: grid; grid-template-columns: 56px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.step-list li > span { color: var(--brand); font: 800 17px/1.8 Manrope,sans-serif; }
.step-list strong { color: var(--ink); }
.step-list p { margin: 6px 0 0; font-size: 13px; }
.fact-grid { display: grid; gap: 12px; }
.fact-card { display: block; padding: 24px 26px; background: var(--soft); border: 1px solid transparent; border-radius: 14px; }
.fact-card:hover { border-color: #f2c4b4; }
.fact-card h3 { margin: 0 0 8px; }
.fact-card p { margin: 0 0 12px; font-size: 13px; }
.fact-card span { color: var(--brand); font-size: 11px; font-weight: 700; }
.split-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 24px; }
.split-checks > div { padding: 24px; background: #f4f8f4; border-radius: 14px; }
.split-checks .risk-list { background: #fff5f1; }
.split-checks h3 { margin: 0 0 12px; }
.split-checks ul { padding-left: 19px; margin: 0; }
.split-checks li { margin: 7px 0; font-size: 13px; }
.faq-section details { border-top: 1px solid var(--line); }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { padding: 19px 4px; font-size: 15px; font-weight: 700; cursor: pointer; }
.faq-section details p { padding: 0 4px 18px; margin: 0; font-size: 13px; }
.article-conclusion { padding: 32px; background: linear-gradient(135deg,#2a1b15,#492115); border-radius: 18px; }
.article-conclusion h2,.article-conclusion p { color: #fff; }
.article-conclusion p { color: #d0c3bd; }
.article-cta { display: grid; grid-template-columns: 1fr auto; gap: 12px 20px; align-items: center; margin-top: 26px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.12); }
.article-cta div { grid-row: span 2; }
.article-cta strong { color: #fff; }
.article-cta div p { margin: 5px 0 0; font-size: 12px; }
.article-cta > a { padding: 12px 17px; color: #fff; background: var(--brand); border-radius: 8px; text-align: center; font-size: 11px; font-weight: 700; }
.article-cta > a.secondary { color: #e6d9d3; background: rgba(255,255,255,.08); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.related-grid a { display: flex; min-height: 185px; padding: 20px; flex-direction: column; background: var(--soft); border-radius: 12px; }
.related-grid small { color: var(--brand); }
.related-grid strong { margin: 12px 0; font-size: 14px; line-height: 1.65; }
.related-grid span { margin-top: auto; color: var(--brand); font-size: 10px; }

.product-hero,.solution-detail-hero,.author-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 85% 20%,rgba(255,126,78,.28),transparent 28%),linear-gradient(130deg,#201511,#462116 72%,#76290f); }
.product-hero .shell,.solution-detail-hero .shell,.author-hero .shell { position: relative; z-index: 1; padding-block: 100px 90px; }
.product-hero .shell > span,.solution-detail-hero .shell > span,.author-hero .shell > span { color: #ff9b77; font: 800 11px/1.4 Manrope,"Noto Sans SC",sans-serif; letter-spacing: .14em; }
.product-hero h1,.solution-detail-hero h1,.author-hero h1 { max-width: 930px; margin: 14px 0 20px; font-size: clamp(40px,6vw,68px); line-height: 1.25; }
.product-hero p,.solution-detail-hero > .shell > p,.author-hero p { max-width: 820px; margin: 0; color: #c8bab3; font-size: 16px; line-height: 1.95; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-actions a,.solution-boundary div a { padding: 13px 20px; color: #fff; background: var(--brand); border-radius: 9px; font-size: 12px; font-weight: 700; }
.hero-actions a.secondary,.solution-boundary div a.secondary { color: #e8ddd8; background: rgba(255,255,255,.09); }
.product-summary { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; padding-block: 85px; }
.product-summary > div:first-child > span { color: var(--brand); font-size: 11px; font-weight: 800; }
.product-summary h2,.product-capabilities h2,.solution-preview h2,.solution-problems h2,.solution-approach h2,.solution-facts h2 { margin: 9px 0 17px; font-size: 35px; line-height: 1.45; }
.product-summary p,.section-intro { color: var(--muted); line-height: 1.95; }
.role-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 11px; }
.role-grid article { padding: 23px; background: var(--soft); border-radius: 14px; }
.role-grid b { display: block; color: var(--brand); font: 800 11px/1 Manrope,sans-serif; }
.role-grid strong { display: block; margin: 12px 0 7px; }
.role-grid p { margin: 0; font-size: 12px; }
.product-capabilities,.solution-approach { padding-block: 80px; background: var(--soft); }
.section-intro { max-width: 770px; }
.capability-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; margin-top: 32px; }
.capability-list article { padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.capability-list span { font-size: 15px; font-weight: 700; }
.capability-list p { margin: 9px 0 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.solution-preview { padding-block: 80px; }
.solution-card-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 28px; }
.solution-card-grid a { display: flex; min-height: 260px; padding: 28px; flex-direction: column; background: var(--soft); border: 1px solid transparent; border-radius: 16px; }
.solution-card-grid a:hover { border-color: #f1c0ae; }
.solution-card-grid span,.solutions-list article > div > span { color: var(--brand); font: 800 10px/1.4 Manrope,sans-serif; letter-spacing: .09em; }
.solution-card-grid strong { margin: 16px 0 10px; font-size: 21px; }
.solution-card-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.solution-card-grid b { margin-top: auto; color: var(--brand); font-size: 11px; }
.product-faq { padding-block: 10px 80px; }
.product-faq > h2 { margin: 9px 0 10px; font-size: 35px; }
.product-faq > p { max-width: 780px; margin: 0 0 28px; color: var(--muted); line-height: 1.9; }
.product-faq details { border-top: 1px solid var(--line); }
.product-faq details:last-child { border-bottom: 1px solid var(--line); }
.product-faq summary { padding: 20px 4px; font-size: 15px; font-weight: 700; cursor: pointer; }
.product-faq details p { padding: 0 4px 20px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.security-band { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; margin-bottom: 90px; padding: 38px 42px; color: #fff; background: #211815; border-radius: 18px; }
.security-band span { color: #ff9b77; font-size: 10px; font-weight: 800; }
.security-band h2 { margin: 8px 0 8px; font-size: 25px; }
.security-band p { margin: 0; color: #9e918b; font-size: 12px; line-height: 1.8; }
.security-band a { padding: 13px 18px; color: #fff; background: var(--brand); border-radius: 8px; font-size: 11px; font-weight: 700; }

.solution-hub .shell { padding-block: 95px 85px; }
.solutions-list { display: grid; gap: 14px; padding-block: 75px 100px; }
.solutions-list article { display: grid; grid-template-columns: 1.2fr .8fr auto; align-items: center; gap: 45px; padding: 34px; background: var(--soft); border: 1px solid var(--line); border-radius: 17px; }
.solutions-list h2 { margin: 10px 0 9px; font-size: 27px; }
.solutions-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.solutions-list strong { display: block; margin-top: 13px; font-size: 11px; }
.solutions-list ul { margin: 0; padding-left: 19px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.solutions-list > article > a { padding: 12px 17px; color: #fff; background: var(--brand); border-radius: 8px; white-space: nowrap; font-size: 11px; font-weight: 700; }
.solution-detail-hero .breadcrumbs { margin-bottom: 55px; color: #a99a93; }
.solution-detail-hero .breadcrumbs a:last-child { color: #ddd2cc; }
.audience-note { display: flex; align-items: center; gap: 15px; width: fit-content; margin-top: 30px; padding: 12px 17px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; }
.audience-note strong { color: #ff9b77; font-size: 10px; }
.audience-note span { color: #d3c6c0; font-size: 12px; }
.solution-problems,.solution-facts { padding-block: 80px; }
.solution-problems > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.solution-problems article { min-height: 180px; padding: 25px; background: var(--soft); border-radius: 14px; }
.solution-problems b { color: var(--brand); font: 800 12px/1 Manrope,sans-serif; }
.solution-problems p { margin: 40px 0 0; font-size: 15px; font-weight: 600; line-height: 1.8; }
.solution-approach ol { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; padding: 0; margin: 28px 0 0; list-style: none; }
.solution-approach li { padding: 24px; background: #fff; border-radius: 14px; }
.solution-approach li > span { color: var(--brand); font: 800 12px/1 Manrope,sans-serif; }
.solution-approach strong { display: block; min-height: 48px; margin: 18px 0 10px; font-size: 15px; line-height: 1.6; }
.solution-approach p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.8; }
.solution-facts .fact-grid { margin-top: 27px; }
.solution-boundary { margin-bottom: 90px; padding: 38px 42px; color: #fff; background: linear-gradient(130deg,#251915,#5c2715); border-radius: 19px; }
.solution-boundary > span { color: #ff9b77; font-size: 10px; font-weight: 800; }
.solution-boundary h2 { margin: 8px 0 12px; font-size: 28px; }
.solution-boundary p { max-width: 920px; color: #c6b8b1; line-height: 1.9; }
.solution-boundary div { display: flex; gap: 10px; margin-top: 25px; }

.feature-hero { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 82% 15%,rgba(255,125,78,.3),transparent 27%),linear-gradient(132deg,#1d1411,#462116 70%,#7b2b0f); }
.feature-hero .shell { position: relative; z-index: 1; padding-block: 58px 72px; }
.feature-hero .breadcrumbs { margin-bottom: 55px; color: #aa9a93; }
.feature-hero .breadcrumbs a:last-child { color: #eadfd9; }
.feature-hero .shell > span { color: #ff9b77; font: 800 11px/1.4 Manrope,"Noto Sans SC",sans-serif; letter-spacing: .14em; }
.feature-hero h1 { max-width: 920px; margin: 14px 0 20px; font-size: clamp(40px,6vw,66px); line-height: 1.25; }
.feature-hero .shell > p { max-width: 850px; margin: 0; color: #cdbfb8; font-size: 16px; line-height: 1.95; }
.feature-hero-stats { display: flex; gap: 10px; margin-top: 36px; }
.feature-hero-stats div { display: grid; min-width: 135px; padding: 17px 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.09); border-radius: 13px; }
.feature-hero-stats strong { color: #fff; font: 800 27px/1.2 Manrope,"Noto Sans SC",sans-serif; }
.feature-hero-stats span { margin-top: 6px; color: #b9aaa3; font-size: 10px; }
.feature-tools { position: sticky; top: 74px; z-index: 12; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); box-shadow: 0 14px 35px rgba(47,34,27,.06); backdrop-filter: blur(16px); }
.feature-tools > .shell { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); align-items: center; gap: 30px; padding-block: 18px; }
.feature-search > label { display: block; margin-bottom: 7px; color: #685e59; font-size: 10px; font-weight: 800; }
.feature-search > div { display: flex; align-items: center; gap: 8px; min-height: 43px; padding: 0 12px; background: var(--soft); border: 1px solid var(--line); border-radius: 10px; }
.feature-search > div:focus-within { border-color: #f2a286; box-shadow: 0 0 0 3px rgba(240,86,43,.08); }
.feature-search > div > span { color: var(--brand); font-size: 21px; line-height: 1; }
.feature-search input { width: 100%; padding: 10px 0; color: var(--ink); background: transparent; border: 0; outline: 0; font: inherit; font-size: 12px; }
.feature-search button { padding: 6px 8px; color: var(--brand); background: #fff; border: 1px solid #f0d6cc; border-radius: 7px; font-size: 10px; cursor: pointer; }
.feature-search > p { margin: 7px 0 0; color: var(--muted); font-size: 10px; }
.feature-jump { display: flex; gap: 7px; padding: 2px 0 4px; overflow-x: auto; scrollbar-width: thin; }
.feature-jump a { padding: 9px 12px; color: #655c57; background: var(--soft); border: 1px solid var(--line); border-radius: 999px; white-space: nowrap; font-size: 10px; font-weight: 700; }
.feature-jump a:hover { color: var(--brand); background: var(--warm); border-color: #efc5b6; }
.feature-catalog { display: grid; min-width: 0; gap: 20px; padding-block: 56px 85px; }
.feature-group { min-width: 0; scroll-margin-top: 190px; padding: 31px 32px 34px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 14px 42px rgba(48,35,28,.045); }
.feature-group-heading { display: grid; grid-template-columns: 56px 1fr; gap: 18px; align-items: start; margin-bottom: 24px; }
.feature-group-heading > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--brand); background: var(--warm); border-radius: 14px; font: 800 12px/1 Manrope,sans-serif; }
.feature-group h2 { margin: 1px 0 5px; font-size: 27px; line-height: 1.45; }
.feature-group-heading p { margin: 0; color: var(--muted); font-size: 11px; }
.feature-group h3 { margin: 30px 0 13px; padding-left: 12px; border-left: 3px solid var(--brand); font-size: 17px; }
.feature-copy { margin: 0 0 17px; color: var(--muted); font-size: 13px; line-height: 1.95; }
.feature-table-wrap { width: 100%; max-width: 100%; min-width: 0; margin-top: 13px; overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; outline: none; }
.feature-table-wrap:focus { border-color: #efab91; box-shadow: 0 0 0 3px rgba(240,86,43,.08); }
.feature-table-wrap table { min-width: 780px; table-layout: fixed; }
.feature-table-wrap th { padding: 14px 16px; color: #665d58; background: #f7f4f2; font-size: 11px; letter-spacing: .02em; }
.feature-table-wrap td { padding: 15px 16px; color: #554e4a; font-size: 12px !important; line-height: 1.75; }
.feature-table-wrap th:first-child,.feature-table-wrap td:first-child { width: 19%; color: var(--ink); font-weight: 700; }
.feature-table-wrap tbody tr:nth-child(even) { background: #fcfbfa; }
.feature-table-wrap tbody tr:hover { background: #fff8f5; }
.feature-table-wrap code { padding: 2px 5px; color: #a34020; background: #fff0e9; border-radius: 5px; font-family: Consolas,Monaco,monospace; font-size: 10px; }
.feature-state { display: inline-flex; align-items: center; padding: 5px 9px; color: #5d5652; background: #f2efed; border-radius: 999px; font-size: 10px; font-weight: 700; white-space: nowrap; }
.feature-state.is-ready { color: #286641; background: #e9f7ef; }
.feature-state.is-config { color: #9a4b22; background: #fff1e8; }
.feature-empty { padding: 70px 30px; text-align: center; background: var(--soft); border-radius: 18px; }
.feature-empty strong { font-size: 22px; }
.feature-empty p { margin: 9px 0 0; color: var(--muted); }
.feature-boundary { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 13px; margin-bottom: 90px; padding: 38px 42px; color: #fff; background: linear-gradient(130deg,#221714,#5b2716); border-radius: 19px; }
.feature-boundary > div { margin-right: 22px; }
.feature-boundary span { color: #ff9b77; font-size: 10px; font-weight: 800; }
.feature-boundary h2 { margin: 8px 0 10px; font-size: 25px; }
.feature-boundary p { max-width: 800px; margin: 0; color: #c3b5ae; font-size: 12px; line-height: 1.85; }
.feature-boundary > a { padding: 13px 18px; color: #fff; background: var(--brand); border-radius: 8px; white-space: nowrap; font-size: 11px; font-weight: 700; }
.feature-boundary > a.secondary { color: #e6d9d3; background: rgba(255,255,255,.09); }

.author-content { display: grid; grid-template-columns: repeat(2,1fr); gap: 13px; padding-block: 75px; }
.author-content article { padding: 31px; background: var(--soft); border-radius: 16px; }
.author-content span { color: var(--brand); font-size: 10px; font-weight: 800; }
.author-content h2 { margin: 11px 0 12px; font-size: 25px; }
.author-content p { margin: 0; color: var(--muted); line-height: 1.9; }
.author-links { display: flex; align-items: center; gap: 12px; margin-bottom: 85px; padding: 30px; background: var(--warm); border-radius: 15px; }
.author-links h2 { margin-right: auto; font-size: 21px; }
.author-links a { padding: 11px 15px; color: var(--brand); background: #fff; border-radius: 8px; font-size: 11px; font-weight: 700; }

.not-found { display: grid; min-height: calc(100vh - 74px); place-items: center; text-align: center; background: radial-gradient(circle at 70% 20%,rgba(255,118,72,.17),transparent 30%),var(--soft); }
.not-found .shell { max-width: 780px; padding-block: 90px; }
.not-found span { color: var(--brand); font: 800 12px/1.4 Manrope,sans-serif; letter-spacing: .14em; }
.not-found h1 { margin: 15px 0 18px; font-size: clamp(45px,7vw,76px); }
.not-found p { max-width: 660px; margin: 0 auto; color: var(--muted); font-size: 15px; line-height: 1.9; }
.not-found div > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.not-found div > div a { padding: 12px 17px; color: #fff; background: var(--brand); border-radius: 8px; font-size: 11px; font-weight: 700; }
.not-found div > div a:not(:first-child) { color: var(--ink); background: #fff; border: 1px solid var(--line); }

.prose-page { max-width: 820px; padding-block: 70px 110px; }
.prose-page h2 { margin: 45px 0 14px; font-size: 30px; }
.prose-page h2:first-child { margin-top: 0; }
.prose-page p { color: var(--muted); font-size: 15px; line-height: 2; }
.prose-page a { color: var(--brand); text-decoration: underline; text-underline-offset: 4px; }

.content-footer { padding: 62px 0 22px; color: #c8c0bc; background: #151314; }
.footer-shell { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 80px; padding-bottom: 45px; }
.footer-shell > div { display: grid; align-content: start; gap: 10px; }
.footer-shell strong { color: #fff; font-size: 13px; }
.footer-shell p { max-width: 490px; margin: 5px 0 0; color: #766f6b; font-size: 12px; line-height: 1.8; }
.footer-shell a { width: fit-content; color: #766f6b; font-size: 11px; }
.footer-shell a:hover { color: #ff8b66; }
.copyright { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: #5f5956; border-top: 1px solid #2b2829; font-size: 10px; }
.copyright a { color: inherit; transition: color .2s; }
.copyright a:hover { color: #ff8b66; }

@media (max-width: 1000px) {
  .cluster-grid { grid-template-columns: repeat(2,1fr); }
  .content-grid { grid-template-columns: repeat(2,1fr); }
  .article-layout { grid-template-columns: minmax(0,790px); }
  .article-toc { display: none; }
  .capability-list { grid-template-columns: repeat(2,1fr); }
  .solution-approach ol { grid-template-columns: repeat(2,1fr); }
  .solutions-list article { grid-template-columns: 1fr; gap: 22px; }
  .solutions-list > article > a { width: fit-content; }
  .feature-tools > .shell { grid-template-columns: 1fr; gap: 13px; }
  .feature-tools { position: relative; top: auto; }
  .feature-group { scroll-margin-top: 25px; }
  .feature-boundary { grid-template-columns: 1fr 1fr; }
  .feature-boundary > div { grid-column: 1/-1; margin: 0 0 10px; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), var(--shell)); }
  .content-header { height: 65px; }
  .content-brand img { width: 38px; height: 38px; }
  .content-brand small { display: none; }
  html:not(.content-nav-ready) body { padding-top: 44px; }
  .content-header nav { position: absolute; top: 65px; left: 0; right: 0; display: flex; gap: 0; padding: 0 14px; overflow-x: auto; background: #fff; border-bottom: 1px solid var(--line); }
  .content-header nav a,.content-header nav .nav-demo { display: block; padding: 13px 12px; color: #5f5854; background: transparent; border-radius: 0; white-space: nowrap; box-shadow: none; }
  .content-nav-ready .content-menu-toggle { display: block; }
  .content-nav-ready .content-header nav { position: fixed; top: 65px; display: none; padding: 12px 14px 18px; overflow: visible; background: rgba(255,255,255,.98); border-bottom: 1px solid var(--line); box-shadow: 0 22px 45px rgba(41,29,23,.12); }
  .content-nav-ready .content-header nav.open { display: grid; }
  .content-nav-ready .content-header nav a,.content-nav-ready .content-header nav .nav-demo { padding: 13px 10px; border-bottom: 1px solid #f0ece9; }
  .content-nav-ready .content-header nav .nav-demo { margin-top: 9px; color: #fff; background: var(--brand); border: 0; border-radius: 8px; text-align: center; }
  .content-menu-open { overflow: hidden; }
  .hub-hero .shell { padding-block: 70px 60px; }
  .hub-hero h1 { font-size: 43px; }
  .hub-hero p { font-size: 14px; }
  .hub-stats b { min-width: 98px; padding: 15px 13px; font-size: 22px; }
  .cluster-grid,.content-grid { grid-template-columns: 1fr; }
  .cluster-grid a { min-height: 160px; }
  .article-tools { align-items: stretch; flex-direction: column; }
  .article-tools input { width: 100%; }
  .content-card a { min-height: 260px; }
  .category-hero .shell { padding-block: 36px 58px; }
  .category-hero .breadcrumbs { margin-bottom: 40px; }
  .category-hero h1 { font-size: 41px; }
  .category-intro { grid-template-columns: 1fr; gap: 35px; }
  .article-hero-inner { padding-block: 30px 55px; }
  .article-hero .breadcrumbs { margin-bottom: 40px; }
  .article-hero h1 { font-size: 36px; }
  .article-deck { font-size: 14px; }
  .article-layout { padding-block: 50px 80px; }
  .article-content h2 { font-size: 26px; }
  .answer-box { padding: 23px; }
  .answer-box p { font-size: 15px; }
  .keyword-path { align-items: flex-start; grid-template-columns: 1fr; margin-top: -45px; }.keyword-path a { white-space: normal; }
  .split-checks,.related-grid { grid-template-columns: 1fr; }
  .article-cta { grid-template-columns: 1fr; }
  .article-cta div { grid-row: auto; }
  .product-hero .shell,.solution-detail-hero .shell,.author-hero .shell { padding-block: 68px 60px; }
  .product-hero h1,.solution-detail-hero h1,.author-hero h1 { font-size: 39px; }
  .product-summary { grid-template-columns: 1fr; gap: 35px; padding-block: 60px; }
  .role-grid,.capability-list,.solution-card-grid,.solution-problems > div,.author-content { grid-template-columns: 1fr; }
  .security-band { grid-template-columns: 1fr; padding: 30px; }
  .security-band a { width: fit-content; }
  .solution-approach ol { grid-template-columns: 1fr; }
  .solution-approach strong { min-height: auto; }
  .audience-note { align-items: flex-start; flex-direction: column; }
  .solution-boundary { padding: 30px 24px; }
  .solution-boundary div,.author-links { align-items: stretch; flex-direction: column; }
  .author-links h2 { margin-right: 0; }
  .feature-hero .shell { padding-block: 38px 55px; }
  .feature-hero .breadcrumbs { margin-bottom: 40px; }
  .feature-hero h1 { font-size: 38px; }
  .feature-hero .shell > p { font-size: 14px; }
  .feature-hero-stats { display: grid; grid-template-columns: repeat(3,1fr); }
  .feature-hero-stats div { min-width: 0; padding: 14px 12px; }
  .feature-hero-stats strong { font-size: 23px; }
  .feature-tools > .shell { padding-block: 15px; }
  .feature-group { padding: 24px 18px 27px; }
  .feature-group-heading { grid-template-columns: 44px 1fr; gap: 13px; }
  .feature-group-heading > span { width: 40px; height: 40px; }
  .feature-group h2 { font-size: 23px; }
  .feature-table-wrap { margin-right: -4px; }
  .feature-table-wrap table { min-width: 720px; }
  .feature-table-wrap th,.feature-table-wrap td { padding: 13px 14px; }
  .feature-boundary { grid-template-columns: 1fr; padding: 30px 24px; }
  .feature-boundary > div { grid-column: auto; }
  .feature-boundary > a { text-align: center; }
  .footer-shell { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-shell > div:first-child { grid-column: 1/-1; }
  .copyright { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
