:root {
  --ink: #122235;
  --ink-2: #30445a;
  --muted: #66788b;
  --line: #dce5ef;
  --soft: #f5f8fb;
  --soft-2: #edf3f8;
  --white: #ffffff;
  --blue: #075fe4;
  --blue-dark: #0347ad;
  --cyan: #27d3c2;
  --navy: #0d1b2c;
  --navy-2: #14283e;
  --success: #1b7d52;
  --danger: #a53535;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(16, 34, 53, .08);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 840px; }
.center { text-align: center; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: var(--ink); color: white; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,229,239,.9); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: inline-grid; place-items: center; border-radius: 11px; background: var(--navy); color: white; font-size: 12px; font-weight: 850; letter-spacing: .08em; box-shadow: inset 0 -2px 0 rgba(39,211,194,.5); }
.brand > span:last-child { display: grid; line-height: 1.08; }
.brand strong { font-size: 16px; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: 11px; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 7px; }
.main-nav > a { padding: 9px 12px; border-radius: 9px; text-decoration: none; font-size: 14px; font-weight: 650; color: var(--ink-2); }
.main-nav > a:hover, .main-nav > a[aria-current="page"] { background: var(--soft); color: var(--ink); }
.main-nav .nav-cta { margin-left: 4px; background: var(--navy); color: white; padding-inline: 16px; }
.main-nav .nav-cta:hover { background: var(--blue); color: white; }
.nav-toggle { display: none; border: 1px solid var(--line); background: white; border-radius: 9px; padding: 8px 12px; color: var(--ink); }
.flash { padding: 11px 0; font-size: 14px; font-weight: 650; }
.flash-success { background: #e9f8f1; color: #176043; }.flash-error { background: #fff0f0; color: #8a2f2f; }.flash-warning { background: #fff7e2; color: #70520b; }
.hero { position: relative; overflow: hidden; padding: 88px 0 72px; background: linear-gradient(135deg, #f8fbff 0%, #ffffff 62%); }
.hero::before { content:""; position:absolute; width:540px; height:540px; border-radius:50%; right:-190px; top:-240px; background: radial-gradient(circle, rgba(39,211,194,.15), rgba(39,211,194,0) 67%); pointer-events:none; }
.hero::after { content:""; position:absolute; width:460px; height:460px; border-radius:50%; left:-260px; bottom:-330px; background: radial-gradient(circle, rgba(7,95,228,.12), rgba(7,95,228,0) 68%); pointer-events:none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.12fr) minmax(370px,.78fr); gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 13px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero h1, .page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.75rem, 6vw, 5.6rem); line-height: .98; letter-spacing: -.055em; font-weight: 780; }
.hero h1 { max-width: 760px; }
.lead { margin: 28px 0 0; max-width: 760px; color: var(--ink-2); font-size: clamp(1.08rem, 2vw, 1.32rem); line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.button-row.centered { justify-content: center; }
.btn { min-height: 45px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 10px; padding: 10px 17px; text-decoration: none; font-weight: 750; transition: .18s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--blue); color: white; box-shadow: 0 8px 22px rgba(7,95,228,.18); }
.btn-primary:hover { background: var(--blue-dark); }
.btn-ghost { background: white; border-color: var(--line); color: var(--ink); }
.btn-ghost:hover { border-color: #aebfd1; }
.btn-light { background: white; color: var(--navy); }
.btn-small { min-height: 38px; padding: 7px 12px; font-size: 14px; }
.btn-block { width: 100%; }
.trust-line { display: flex; align-items: center; gap: 9px; margin: 23px 0 0; color: var(--muted); font-size: 13px; font-weight: 650; }
.trust-line span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(39,211,194,.12); }
.hero-panel { border: 1px solid var(--line); border-radius: 24px; background: rgba(255,255,255,.86); padding: 29px; box-shadow: var(--shadow); }
.panel-kicker { margin: 0 0 20px; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.process-list { list-style: none; margin: 0; padding: 0; }
.process-list li { display: grid; grid-template-columns: 45px 1fr; gap: 13px; padding: 17px 0; border-top: 1px solid var(--line); }
.process-list li:first-child { border-top: 0; padding-top: 0; }
.process-list li:last-child { padding-bottom: 0; }
.process-list li > span { color: var(--blue); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: 12px; font-weight: 800; }
.process-list li div { display: grid; gap: 3px; }
.process-list strong { font-size: 16px; }.process-list small { color: var(--muted); }
.section { padding: 82px 0; }.section-tight { padding: 24px 0 0; }.section-muted { background: var(--soft); }.section-accent { background: #eff6ff; }
.proof-strip { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 16px; background: white; overflow: hidden; box-shadow: 0 10px 30px rgba(16,34,53,.04); }
.proof-strip > div { padding: 20px 23px; border-left: 1px solid var(--line); }.proof-strip > div:first-child { border-left: 0; }
.proof-strip strong { display: block; margin-bottom: 5px; font-size: 14px; }.proof-strip span { display: block; color: var(--muted); font-size: 13px; line-height: 1.5; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 28px; }
.section-head h2, .split h2, .cta-band h2 { margin: 0; max-width: 760px; font-size: clamp(2rem,4.5vw,3.5rem); line-height: 1.06; letter-spacing: -.045em; }
.text-link { color: var(--blue); font-weight: 750; text-decoration: none; }.text-link:hover { text-decoration: underline; }
.topic-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.topic-card { min-height: 260px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); padding: 23px; background: white; transition: .2s ease; }
.topic-card:hover { transform: translateY(-3px); border-color: #b9c9db; box-shadow: var(--shadow); }
.topic-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: white; font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: 11px; font-weight: 850; letter-spacing: .03em; }
.topic-card h2, .topic-card h3 { margin: 20px 0 8px; line-height: 1.15; letter-spacing: -.025em; }.topic-card h3 { font-size: 1.32rem; }.topic-card h2 { font-size: 1.5rem; }
.topic-card h2 a, .topic-card h3 a { text-decoration: none; }.topic-card p { margin: 0; color: var(--muted); }
.card-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: auto; padding-top: 22px; }.card-actions > a:not(.btn) { color: var(--blue); font-size: 14px; font-weight: 750; text-decoration: none; }
.topic-card-large { min-height: 330px; }
.section-dark { background: var(--navy); color: white; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }.eyebrow-light { color: #62e2d5; }.section-dark p { color: #c0cbd7; }.lead-small { margin-top: 0; font-size: 1.25rem; color: white !important; }
.article-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.article-grid-wide { grid-template-columns: repeat(2,1fr); }
.article-card { border-top: 3px solid var(--navy); padding: 23px 4px 8px; }.article-card h2,.article-card h3 { margin: 8px 0 10px; line-height: 1.22; letter-spacing: -.025em; }.article-card h2 { font-size: 1.55rem; }.article-card h3 { font-size: 1.3rem; }.article-card h2 a,.article-card h3 a { text-decoration: none; }.article-card h2 a:hover,.article-card h3 a:hover { color: var(--blue); }.article-card > p:not(.article-meta) { color: var(--muted); }.article-meta { margin: 0; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 60px; }.cta-band p:last-child { color: var(--muted); max-width: 760px; }
.page-hero { padding: 76px 0 62px; background: linear-gradient(180deg, #f5f9fd 0%, #fff 100%); border-bottom: 1px solid var(--line); }.page-hero h1 { font-size: clamp(2.6rem,5.5vw,4.8rem); }
.topic-hero-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 60px; align-items: end; }
.decision-box { border: 1px solid var(--line); border-radius: 18px; background: white; padding: 22px; box-shadow: var(--shadow); }.decision-box > span { display: block; color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .11em; margin-bottom: 8px; }.decision-box > strong { display: block; font-size: 1.15rem; line-height: 1.4; }.decision-box p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 70px; align-items: start; }.prose { max-width: 790px; font-size: 1.05rem; }.prose h2 { margin: 2.1em 0 .65em; font-size: 1.8rem; letter-spacing: -.035em; line-height: 1.15; }.prose h2:first-child { margin-top: 0; }.prose h3 { margin-top: 1.8em; }.prose p { color: var(--ink-2); }.prose li { margin: .35em 0; color: var(--ink-2); }.prose strong { color: var(--ink); }.prose code { background: var(--soft-2); padding: 2px 5px; border-radius: 5px; font-size: .9em; }.prose-article { font-size: 1.1rem; line-height: 1.78; }.prose.compact { font-size: .98rem; }.prose.compact h2,.prose.compact h3 { font-size: 1.2rem; }
.sticky-card { position: sticky; top: 104px; border: 1px solid var(--line); border-radius: 18px; padding: 23px; background: var(--soft); }.sticky-card h3 { margin: 0 0 9px; font-size: 1.35rem; line-height: 1.25; }.sticky-card p { color: var(--muted); }.block-link { display: block; margin-top: 14px; }.microcopy { font-size: 12px; }
.finder-head { padding-bottom: 45px; }.finder-promise { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 25px; color: var(--muted); font-size: 13px; font-weight: 650; }.finder-promise span::first-letter { color: var(--success); }
.finder-wrap { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 50px; align-items: start; }.finder-form { min-width: 0; }.finder-progress { height: 6px; margin-bottom: 26px; overflow: hidden; border-radius: 99px; background: var(--soft-2); }.finder-progress > div { height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--cyan)); transition: width .25s ease; }
.finder-step { margin: 0; border: 1px solid var(--line); border-radius: 20px; padding: 28px; min-inline-size: 0; }.finder-step[hidden] { display: none; }.finder-step legend { max-width: calc(100% - 20px); padding: 0 8px; font-size: clamp(1.25rem,3vw,1.75rem); font-weight: 780; line-height: 1.25; letter-spacing: -.02em; }.step-number { display: inline-grid; place-items: center; width: 35px; height: 35px; margin-right: 10px; border-radius: 50%; background: var(--navy); color: white; font-size: 12px; vertical-align: 3px; }.field-help { margin: 0 0 15px; color: var(--muted); }.field-error { padding: 9px 12px; border-radius: 8px; background: #fff0f0; color: var(--danger); font-weight: 700; font-size: 14px; }.option-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }.option-card { position: relative; cursor: pointer; }.option-card input { position: absolute; opacity: 0; pointer-events: none; }.option-card span { min-height: 60px; display: flex; align-items: center; border: 1px solid var(--line); border-radius: 11px; padding: 12px 14px; background: white; font-weight: 650; transition: .15s ease; }.option-card input:checked + span { border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); background: #f1f6ff; color: #034eBD; }.option-card input:focus-visible + span { outline: 3px solid rgba(7,95,228,.2); outline-offset: 2px; }.finder-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 26px; }.finder-nav [data-finder-next], .finder-nav [data-finder-submit] { margin-left: auto; }.finder-side { border-top: 3px solid var(--cyan); padding-top: 18px; color: var(--muted); font-size: 14px; }.finder-side strong { display: block; color: var(--ink); font-size: 1.05rem; }.finder-side a { color: var(--blue); font-weight: 750; text-decoration: none; }.status-dot { display: block; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); margin-bottom: 11px; box-shadow: 0 0 0 5px rgba(39,211,194,.12); }
.input, .contact-form input, .contact-form textarea { width: 100%; border: 1px solid #c8d4e0; border-radius: 9px; background: white; padding: 11px 12px; color: var(--ink); }.input:focus, .contact-form input:focus, .contact-form textarea:focus { outline: 3px solid rgba(7,95,228,.13); border-color: var(--blue); }.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.result-grid { display: grid; grid-template-columns: minmax(0,1fr) 400px; gap: 45px; align-items: start; }.result-card { margin-bottom: 16px; border: 1px solid var(--line); border-radius: 18px; padding: 25px; }.result-primary { border-color: #7eabed; box-shadow: 0 16px 42px rgba(7,95,228,.1); }.result-rank { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }.result-card h2 { margin: 7px 0 8px; font-size: 1.65rem; letter-spacing: -.03em; }.result-summary { color: var(--ink-2); font-size: 1.05rem; }.answer-summary { margin-top: 45px; }.answer-summary h2 { font-size: 1.5rem; }.answer-summary dl { border-top: 1px solid var(--line); }.answer-summary dl > div { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; padding: 12px 0; border-bottom: 1px solid var(--line); }.answer-summary dt { color: var(--muted); }.answer-summary dd { margin: 0; font-weight: 700; }.lead-card { position: sticky; top: 102px; border-radius: 20px; padding: 25px; background: var(--navy); color: white; }.lead-card h2 { margin: 0; font-size: 1.75rem; line-height: 1.15; }.lead-card > p:not(.eyebrow) { color: #bbc9d8; font-size: 14px; }.lead-card .eyebrow { color: var(--cyan); }.lead-card label:not(.check-row) { display: block; margin: 13px 0 5px; font-size: 13px; font-weight: 700; }.lead-card .input { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.08); color: white; }.lead-card .input::placeholder { color: #9eb0c2; }.check-row { display: flex; gap: 9px; align-items: flex-start; margin: 15px 0; font-size: 12px; line-height: 1.45; }.check-row input { margin-top: 3px; flex: 0 0 auto; }.lead-card .check-row a { color: white; }.contact-form .check-row a { color: var(--blue); }
.card { border: 1px solid var(--line); border-radius: 18px; padding: 26px; background: white; box-shadow: var(--shadow); }.contact-grid { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: 55px; align-items: start; }.contact-form label:not(.check-row) { display: block; margin-bottom: 15px; font-weight: 700; font-size: 13px; }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }.contact-side { display: grid; gap: 16px; }.contact-data { padding: 17px 0; border-bottom: 1px solid var(--line); }.contact-data span { display: block; color: var(--muted); font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }.contact-data a { font-weight: 750; text-decoration: none; }.success-mark { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: #e5f8ef; color: var(--success); font-size: 28px; font-weight: 800; }
.site-footer { padding: 58px 0 25px; background: #091522; color: #dbe5ef; }.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3,1fr); gap: 45px; }.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }.footer-grid > div:first-child p { max-width: 350px; color: #8fa0b2; }.footer-grid strong { color: white; }.footer-grid a,.footer-grid span { color: #9fb0c1; text-decoration: none; font-size: 13px; }.footer-grid a:hover { color: white; }.footer-brand .brand-mark { background: white; color: var(--navy); }.footer-brand small { color: #9fb0c1; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); color: #7f91a4; font-size: 12px; }
@media (max-width: 980px) {
  .hero-grid, .topic-hero-grid, .split, .result-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 35px; }.hero-panel { max-width: 680px; }.topic-grid { grid-template-columns: repeat(2,1fr); }.content-grid { grid-template-columns: 1fr; gap: 35px; }.sticky-card,.lead-card { position: static; }.finder-wrap { grid-template-columns: 1fr; }.finder-side { max-width: 680px; }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > div:last-child { grid-column: 2; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }.header-inner { min-height: 68px; }.nav-toggle { display: block; }.main-nav { position: absolute; left: 14px; right: 14px; top: 65px; display: none; flex-direction: column; align-items: stretch; gap: 3px; padding: 12px; border: 1px solid var(--line); border-radius: 13px; background: white; box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav .nav-cta { margin-left: 0; text-align: center; }.hero { padding: 58px 0 52px; }.hero h1,.page-hero h1 { font-size: clamp(2.45rem,12vw,4rem); }.page-hero { padding: 52px 0 45px; }.section { padding: 58px 0; }.proof-strip { grid-template-columns: 1fr; }.proof-strip > div { border-left: 0; border-top: 1px solid var(--line); }.proof-strip > div:first-child { border-top: 0; }.topic-grid,.article-grid,.article-grid-wide,.form-grid { grid-template-columns: 1fr; }.topic-card { min-height: 235px; }.section-head { align-items: flex-start; flex-direction: column; }.cta-band { align-items: flex-start; flex-direction: column; gap: 20px; }.option-grid { grid-template-columns: 1fr; }.finder-step { padding: 20px 16px; }.result-card { padding: 20px; }.answer-summary dl > div { grid-template-columns: 1fr; gap: 2px; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > div:first-child { grid-column: 1/-1; }.footer-grid > div:last-child { grid-column: auto; }.footer-bottom { flex-direction: column; }.brand small { display: none; }
}
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; }.button-row .btn { width: 100%; }.finder-nav { flex-wrap: wrap; }.finder-nav .btn { flex: 1; }.topic-card { padding: 19px; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; } }

/* Firewall catalog */
.firewall-home-feature { background: linear-gradient(135deg,#eef6ff,#f8fffd); }
.firewall-feature-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:70px; align-items:center; }
.firewall-feature-grid h2 { margin:0; font-size:clamp(2rem,4.4vw,3.5rem); line-height:1.05; letter-spacing:-.045em; }
.firewall-feature-grid p:not(.eyebrow) { color:var(--ink-2); max-width:760px; }
.firewall-feature-stats { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--line); border-radius:20px; background:white; padding:23px; box-shadow:var(--shadow); }
.firewall-feature-stats div { padding:10px 14px; border-left:1px solid var(--line); }
.firewall-feature-stats div:first-child { border-left:0; }
.firewall-feature-stats strong { display:block; font-size:2.2rem; letter-spacing:-.05em; line-height:1; }
.firewall-feature-stats span { display:block; margin-top:7px; color:var(--muted); font-size:12px; line-height:1.35; }
.firewall-feature-stats small { grid-column:1/-1; margin-top:16px; padding-top:14px; border-top:1px solid var(--line); color:var(--muted); }
.catalog-hero { padding-block:72px; }
.catalog-hero-grid { display:grid; grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr); gap:70px; align-items:center; }
.catalog-summary { border:1px solid var(--line); border-radius:22px; background:white; padding:24px; box-shadow:var(--shadow); }
.catalog-summary-kicker { color:var(--blue); font-size:11px; font-weight:850; letter-spacing:.1em; text-transform:uppercase; }
.catalog-summary-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:8px; margin:20px 0; }
.catalog-summary-stats div { min-width:0; border-radius:12px; background:var(--soft); padding:12px; }
.catalog-summary-stats strong { display:block; font-size:1.8rem; line-height:1; letter-spacing:-.05em; }
.catalog-summary-stats span { display:block; margin-top:6px; color:var(--muted); font-size:11px; line-height:1.3; }
.catalog-summary p { color:var(--ink-2); font-size:14px; }
.catalog-summary small { display:block; color:var(--muted); }
.data-note { display:flex; gap:12px; align-items:flex-start; border:1px solid #c8dbf5; border-radius:13px; background:#f2f7ff; padding:15px 18px; color:var(--ink-2); font-size:14px; }
.data-note strong { flex:0 0 auto; color:var(--ink); }
.compact-note { margin-top:18px; }
.catalog-heading { margin-bottom:20px; }
.catalog-filter { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:13px; margin-bottom:25px; border:1px solid var(--line); border-radius:18px; background:var(--soft); padding:20px; }
.catalog-filter label { display:block; color:var(--ink-2); font-size:12px; font-weight:800; }
.catalog-filter .input { margin-top:5px; padding:9px 10px; }
.catalog-filter-action { display:flex; align-items:flex-end; }
.catalog-filter-action .btn { width:100%; }
.compare-toolbar { position:sticky; top:88px; z-index:15; display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:18px; border:1px solid var(--line); border-radius:13px; background:rgba(255,255,255,.96); padding:12px 15px; box-shadow:0 10px 30px rgba(16,34,53,.08); backdrop-filter:blur(12px); }
.compare-toolbar div { display:grid; }
.compare-toolbar span { color:var(--muted); font-size:12px; }
.product-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.product-card { display:flex; flex-direction:column; min-width:0; border:1px solid var(--line); border-radius:18px; background:white; padding:20px; transition:.18s ease; }
.product-card:hover { transform:translateY(-2px); border-color:#b6c8da; box-shadow:var(--shadow); }
.product-card-top { display:flex; justify-content:space-between; align-items:center; gap:10px; }
.compare-check { display:inline-flex; align-items:center; gap:7px; color:var(--muted); font-size:11px; font-weight:750; cursor:pointer; }
.compare-check input { width:16px; height:16px; accent-color:var(--blue); }
.quality-badge { display:inline-flex; align-items:center; border-radius:99px; padding:4px 8px; font-size:10px; font-weight:850; letter-spacing:.02em; }
.quality-verified { background:#e6f7ef; color:#146142; }
.quality-partial { background:#fff4dc; color:#72500b; }
.quality-stale { background:#fff0f0; color:#8a2f2f; }
.product-maker { margin:17px 0 3px; color:var(--blue); font-size:11px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.product-card h3 { margin:0; font-size:1.42rem; line-height:1.16; letter-spacing:-.03em; }
.product-card h3 a { text-decoration:none; }
.product-card h3 a:hover { color:var(--blue); }
.product-subline { margin:7px 0 16px; color:var(--muted); font-size:12px; }
.product-metrics { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.product-metrics div { min-width:0; border-radius:10px; background:var(--soft); padding:10px; }
.product-metrics span { display:block; color:var(--muted); font-size:10px; font-weight:750; }
.product-metrics strong { display:block; margin-top:3px; font-size:13px; line-height:1.3; overflow-wrap:anywhere; }
.product-port { margin-top:11px; border-top:1px solid var(--line); padding-top:11px; }
.product-port span { display:block; color:var(--muted); font-size:10px; font-weight:750; }
.product-port strong { display:block; margin-top:2px; font-size:12px; line-height:1.45; }
.product-flags { display:flex; flex-wrap:wrap; gap:6px; margin-top:11px; }
.product-flags span { border-radius:99px; background:var(--soft-2); padding:4px 8px; color:var(--ink-2); font-size:10px; font-weight:750; }
.product-card-foot { display:flex; justify-content:space-between; align-items:end; gap:10px; margin-top:auto; padding-top:16px; }
.product-card-foot small { color:var(--muted); }
.product-card-foot .text-link { font-size:12px; white-space:nowrap; }
.compare-bottom { display:flex; justify-content:center; margin-top:24px; }
.empty-state { max-width:760px; margin:20px auto; border:1px solid var(--line); border-radius:18px; background:var(--soft); padding:35px; text-align:center; }
.empty-state h2 { margin:0 0 8px; font-size:2rem; letter-spacing:-.04em; }
.empty-state p { color:var(--muted); }
.product-detail-head { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:70px; align-items:end; }
.product-verification { border:1px solid var(--line); border-radius:18px; background:white; padding:20px; box-shadow:var(--shadow); }
.product-verification dl { margin:15px 0 0; }
.product-verification dl div { display:flex; justify-content:space-between; gap:14px; border-top:1px solid var(--line); padding:8px 0; }
.product-verification dt { color:var(--muted); }
.product-verification dd { margin:0; font-weight:750; text-align:right; }
.product-detail-grid { display:grid; grid-template-columns:minmax(0,1fr) 340px; gap:55px; align-items:start; }
.metric-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.metric-grid div { border:1px solid var(--line); border-radius:13px; background:white; padding:16px; }
.metric-grid span { display:block; color:var(--muted); font-size:11px; font-weight:750; }
.metric-grid strong { display:block; margin-top:5px; font-size:1.25rem; letter-spacing:-.025em; }
.detail-section { margin-top:45px; }
.detail-section > h2 { margin:0 0 17px; font-size:1.8rem; letter-spacing:-.035em; }
.spec-table { border:1px solid var(--line); border-radius:15px; overflow:hidden; }
.spec-table dl { margin:0; display:grid; grid-template-columns:1fr 1fr; }
.spec-table dl div { display:grid; grid-template-columns:1fr 1fr; gap:14px; padding:11px 14px; border-bottom:1px solid var(--line); }
.spec-table dl div:nth-child(odd) { border-right:1px solid var(--line); }
.spec-table dl div:nth-last-child(-n+2) { border-bottom:0; }
.spec-table dt { color:var(--muted); }
.spec-table dd { margin:0; font-weight:700; text-align:right; overflow-wrap:anywhere; }
.port-list { display:flex; flex-wrap:wrap; gap:8px; list-style:none; margin:14px 0 0; padding:0; }
.port-list li { border-radius:99px; background:var(--soft-2); padding:6px 10px; font-size:12px; font-weight:750; }
.pros-cons { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.pros-cons div { border:1px solid var(--line); border-radius:15px; padding:18px; }
.pros-cons div:first-child { border-top:4px solid var(--success); }
.pros-cons div:last-child { border-top:4px solid #d28a25; }
.pros-cons h3 { margin:0 0 7px; }
.pros-cons p { margin:0; color:var(--ink-2); }
.product-side { display:grid; gap:16px; }
.product-side .sticky-card .btn + .btn { margin-top:9px; }
.side-facts { border:1px solid var(--line); border-radius:18px; padding:20px; }
.side-facts h3 { margin:0 0 10px; }
.side-facts dl { margin:0; }
.side-facts dl div { border-top:1px solid var(--line); padding:10px 0; }
.side-facts dt { color:var(--muted); font-size:12px; }
.side-facts dd { margin:3px 0 0; font-weight:650; }
.source-section h2 { margin:0; font-size:2rem; letter-spacing:-.04em; }
.source-section > p:not(.eyebrow) { color:var(--muted); }
.source-list { margin:22px 0 0; padding-left:22px; }
.source-list li { margin:14px 0; padding-left:6px; }
.source-list a { color:var(--blue); font-weight:750; }
.source-list span,.source-list small { display:block; color:var(--muted); font-size:12px; }
.compare-actions { display:flex; justify-content:space-between; align-items:center; gap:20px; margin-bottom:16px; color:var(--muted); font-size:12px; }
.compare-table-wrap { overflow:auto; border:1px solid var(--line); border-radius:16px; }
.compare-table { min-width:900px; width:100%; border-collapse:separate; border-spacing:0; }
.compare-table th,.compare-table td { padding:12px 14px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); vertical-align:top; text-align:left; }
.compare-table th:last-child,.compare-table td:last-child { border-right:0; }
.compare-table tr:last-child th,.compare-table tr:last-child td { border-bottom:0; }
.compare-table thead th { position:sticky; top:0; z-index:2; background:var(--navy); color:white; min-width:190px; }
.compare-table thead th:first-child { left:0; z-index:3; min-width:160px; }
.compare-table thead span,.compare-table thead small { display:block; color:#aebdca; font-size:10px; }
.compare-table thead a { display:block; margin:4px 0; color:white; font-size:15px; text-decoration:none; }
.compare-table tbody th { position:sticky; left:0; z-index:1; background:var(--soft); color:var(--ink); font-size:12px; }
.compare-table td { font-weight:650; }
.compare-table td.is-missing { color:#8a6a3a; font-weight:500; }
.compare-long-row td { min-width:230px; color:var(--ink-2); font-weight:500; line-height:1.55; }
.compare-cta { display:flex; justify-content:space-between; align-items:center; gap:40px; margin-top:32px; border-radius:18px; background:var(--soft); padding:25px; }
.compare-cta h2 { margin:0; letter-spacing:-.035em; }
.compare-cta p:not(.eyebrow) { margin-bottom:0; color:var(--muted); }
.result-section-head { display:flex; justify-content:space-between; align-items:end; gap:20px; margin-bottom:17px; }
.result-section-head h2 { margin:0; font-size:1.8rem; letter-spacing:-.035em; }
.finder-product-section { margin-bottom:45px; }
.finder-product-list { display:grid; gap:13px; }
.finder-product-match { display:grid; grid-template-columns:100px 1fr; gap:20px; border:1px solid var(--line); border-radius:18px; padding:21px; background:white; }
.finder-product-match.is-top { border-color:#7eabed; box-shadow:0 16px 42px rgba(7,95,228,.09); }
.match-score { width:86px; height:86px; display:grid; align-content:center; justify-items:center; border-radius:50%; background:var(--navy); color:white; }
.match-score strong { font-size:1.75rem; line-height:1; }
.match-score span { margin-top:4px; color:#afbdcc; font-size:9px; text-transform:uppercase; letter-spacing:.05em; }
.match-content .product-maker { margin-top:0; }
.match-content h3 { margin:0; font-size:1.65rem; letter-spacing:-.035em; }
.match-content h3 a { text-decoration:none; }
.match-key-metrics { display:flex; flex-wrap:wrap; gap:6px; margin-top:10px; }
.match-key-metrics span { border-radius:99px; background:var(--soft); padding:5px 9px; color:var(--muted); font-size:11px; }
.match-key-metrics strong { color:var(--ink); }
.match-reasons { margin:14px 0 0; padding-left:20px; color:var(--ink-2); }
.match-reasons li::marker { color:var(--success); }
.match-warnings { margin-top:13px; border-radius:10px; background:#fff7e7; padding:10px 13px; color:#6d5115; font-size:12px; }
.match-warnings ul { margin:5px 0 0; padding-left:18px; }
.match-links { display:flex; justify-content:space-between; align-items:end; gap:12px; margin-top:13px; }
.match-links small { color:var(--muted); }
.finder-compare-form { display:flex; justify-content:flex-end; margin-top:15px; }
.result-profile-section { margin-top:10px; }

@media (max-width:1100px) {
  .catalog-filter { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .product-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:980px) {
  .firewall-feature-grid,.catalog-hero-grid,.product-detail-head,.product-detail-grid { grid-template-columns:1fr; gap:35px; }
  .firewall-feature-stats,.catalog-summary { max-width:700px; }
  .metric-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:760px) {
  .catalog-filter { grid-template-columns:1fr 1fr; padding:15px; }
  .product-grid { grid-template-columns:1fr; }
  .compare-toolbar { top:75px; align-items:flex-start; }
  .firewall-feature-stats { grid-template-columns:1fr; }
  .firewall-feature-stats div { border-left:0; border-top:1px solid var(--line); }
  .firewall-feature-stats div:first-child { border-top:0; }
  .catalog-summary-stats { grid-template-columns:1fr; }
  .data-note { display:grid; }
  .spec-table dl { grid-template-columns:1fr; }
  .spec-table dl div,.spec-table dl div:nth-child(odd) { border-right:0; border-bottom:1px solid var(--line); }
  .spec-table dl div:last-child { border-bottom:0; }
  .pros-cons { grid-template-columns:1fr; }
  .compare-cta,.result-section-head { align-items:flex-start; flex-direction:column; }
  .finder-product-match { grid-template-columns:1fr; }
  .match-score { width:72px; height:72px; }
}
@media (max-width:520px) {
  .catalog-filter { grid-template-columns:1fr; }
  .compare-toolbar { position:static; flex-direction:column; }
  .compare-toolbar .btn { width:100%; }
  .metric-grid { grid-template-columns:1fr; }
  .product-metrics { grid-template-columns:1fr; }
  .match-links { align-items:flex-start; flex-direction:column; }
}

/* Lizenz-, Preis- und TCO-Darstellung */
.product-license-summary { display:grid; gap:3px; margin-top:12px; border:1px solid var(--line); border-radius:11px; background:#fbfdff; padding:11px 12px; }
.product-license-summary > span { color:var(--muted); font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.04em; }
.product-license-summary > strong { font-size:13px; line-height:1.35; }
.product-license-summary > small { color:var(--muted); font-size:10px; line-height:1.45; }
.product-license-summary > small:last-child { color:var(--blue); font-weight:750; }
.license-detail-section { border-color:#cbdceb; background:linear-gradient(180deg,#fbfdff 0%,#fff 100%); }
.detail-section-head { display:flex; justify-content:space-between; align-items:flex-start; gap:22px; margin-bottom:10px; }
.detail-section-head h2 { margin:0; }
.detail-section-head .eyebrow { margin-bottom:7px; }
.license-overview-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; margin:22px 0; }
.license-overview-grid > div { min-width:0; border:1px solid var(--line); border-radius:12px; background:white; padding:13px; }
.license-overview-grid span { display:block; color:var(--muted); font-size:10px; font-weight:800; text-transform:uppercase; letter-spacing:.035em; }
.license-overview-grid strong { display:block; margin-top:4px; font-size:13px; line-height:1.4; overflow-wrap:anywhere; }
.license-warning { margin:17px 0; border-left:4px solid #c98d22; border-radius:9px; background:#fff7e7; padding:12px 14px; color:#6d5115; font-size:12px; }
.license-option-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; margin-top:20px; }
.license-option-card { min-width:0; border:1px solid var(--line); border-radius:14px; background:white; padding:16px; }
.license-option-card.is-default { border-color:#86aee8; box-shadow:0 10px 26px rgba(7,95,228,.07); }
.license-option-head { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; }
.license-option-head > div > span { color:var(--blue); font-size:9px; font-weight:850; text-transform:uppercase; letter-spacing:.08em; }
.license-option-head h3 { margin:3px 0 0; font-size:1.05rem; line-height:1.25; }
.license-relation { flex:0 0 auto; border-radius:99px; background:var(--soft-2); padding:4px 8px; color:var(--ink-2); font-size:9px; font-weight:850; }
.license-option-card > p { margin:12px 0; color:var(--muted); font-size:12px; line-height:1.55; }
.license-features { display:flex; flex-wrap:wrap; gap:5px; margin:10px 0 0; padding:0; list-style:none; }
.license-features li { border-radius:99px; background:#eef6ff; padding:4px 7px; color:#234b78; font-size:9px; font-weight:750; }
.license-option-card footer { display:grid; gap:2px; margin-top:14px; border-top:1px solid var(--line); padding-top:11px; }
.license-option-card footer strong { font-size:12px; }
.license-option-card footer small { color:var(--muted); font-size:10px; }
.compare-license-list { display:grid; gap:9px; margin:0; padding:0; list-style:none; }
.compare-license-list li { border-bottom:1px solid var(--line); padding-bottom:8px; }
.compare-license-list li:last-child { border-bottom:0; padding-bottom:0; }
.compare-license-list strong,.compare-license-list span { display:block; }
.compare-license-list strong { font-size:11px; }
.compare-license-list span { margin-top:2px; color:var(--muted); font-size:10px; line-height:1.4; }
.match-license-box { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:7px; margin-top:13px; }
.match-license-box > div { min-width:0; border-radius:9px; background:#f3f7fb; padding:9px; }
.match-license-box span { display:block; color:var(--muted); font-size:9px; font-weight:750; }
.match-license-box strong { display:block; margin-top:3px; font-size:11px; line-height:1.35; overflow-wrap:anywhere; }

@media (max-width:980px) {
  .license-overview-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .match-license-box { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:760px) {
  .detail-section-head { flex-direction:column; }
  .license-option-grid { grid-template-columns:1fr; }
}
@media (max-width:520px) {
  .license-overview-grid,.match-license-box { grid-template-columns:1fr; }
}

/* Firewall glossary & feature explainers */
.glossary-groups{display:grid;gap:3.5rem}.glossary-group{display:grid;gap:1.25rem}.glossary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.glossary-card{display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.4rem;border:1px solid var(--border,#dfe6ee);border-radius:18px;background:#fff;min-height:190px}.glossary-card h3{margin:0 0 .65rem}.glossary-card h3 a{color:inherit;text-decoration:none}.glossary-card p{margin:0;color:var(--muted,#5d6b79);line-height:1.65}.text-link{font-weight:700;text-decoration:none;color:var(--accent,#0b63ce)}.feature-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:2.2rem;align-items:start}.feature-main{min-width:0}.feature-copy{font-size:1.05rem;line-height:1.8;max-width:78ch}.feature-warning{border-left:4px solid #d99b28;padding-left:1.25rem}.buyer-question-list{display:grid;gap:.75rem;padding-left:1.2rem;line-height:1.6}.vendor-feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.vendor-feature-card{padding:1.35rem;border-radius:18px;background:#fff;border:1px solid var(--border,#dfe6ee);display:flex;flex-direction:column;gap:.8rem}.vendor-feature-card p{margin:0;line-height:1.65}.vendor-feature-head span,.feature-plan-card>span{font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted,#5d6b79)}.vendor-feature-head h3,.feature-plan-card h3{margin:.2rem 0 0}.vendor-limit{padding:.8rem 1rem;border-radius:12px;background:#fff7e8;line-height:1.55}.feature-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.feature-plan-card{padding:1.25rem;border-radius:16px;border:1px solid var(--border,#dfe6ee);background:#fff}.feature-plan-card p{line-height:1.6;color:var(--muted,#5d6b79)}.license-feature-block{margin-top:1rem}.license-feature-block>strong{display:block;margin-bottom:.65rem}.license-feature-explainers{display:flex;flex-wrap:wrap;gap:.55rem}.license-feature-explainer{position:relative}.license-feature-explainer>summary{list-style:none;display:flex;align-items:center;gap:.45rem;padding:.45rem .65rem;border:1px solid var(--border,#dfe6ee);border-radius:999px;background:#f8fafc;cursor:pointer;font-size:.88rem;font-weight:700}.license-feature-explainer>summary::-webkit-details-marker{display:none}.license-feature-explainer>summary b{width:1.1rem;height:1.1rem;display:inline-grid;place-items:center;border-radius:50%;background:#e6eef9;color:#0b63ce;font-size:.72rem}.license-feature-explainer[open]>summary{border-color:#8fb7ea;background:#eef5ff}.license-feature-popover{position:absolute;z-index:20;left:0;top:calc(100% + .45rem);width:min(380px,80vw);padding:1rem;border:1px solid #cdd9e7;border-radius:14px;background:#fff;box-shadow:0 18px 48px rgba(17,34,51,.18);font-size:.9rem;line-height:1.55}.license-feature-popover p{margin:0 0 .7rem}.feature-caution{padding:.65rem .75rem;border-radius:10px;background:#fff7e8}.compare-feature-links{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.55rem}.compare-feature-links a{display:inline-flex;gap:.25rem;align-items:center;padding:.22rem .42rem;border-radius:8px;background:#f3f6fa;color:inherit;text-decoration:none;font-size:.75rem}.compare-feature-links a:hover{background:#e6eef8}.feature-compare-note{margin:1.5rem 0;align-items:center}.feature-compare-note .text-link{white-space:nowrap}
@media (max-width:980px){.glossary-grid,.feature-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-detail-grid{grid-template-columns:1fr}.feature-side{order:-1}.vendor-feature-grid{grid-template-columns:1fr}}
@media (max-width:650px){.glossary-grid,.feature-plan-grid{grid-template-columns:1fr}.license-feature-popover{position:fixed;left:1rem;right:1rem;top:auto;bottom:1rem;width:auto;max-height:65vh;overflow:auto}.vendor-feature-card{padding:1rem}}

/* Editorial trust, methodology and article metadata */
.article-byline{display:flex;flex-wrap:wrap;gap:.45rem 1.1rem;margin-top:1.15rem;color:var(--muted);font-size:.8rem}.article-byline a{color:inherit;font-weight:750}.editorial-note{display:grid;gap:.35rem;margin:0 0 1.5rem;border:1px solid var(--line);border-left:4px solid var(--blue);border-radius:12px;background:#f7fbff;padding:1rem 1.1rem}.editorial-note strong{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em}.editorial-note span{color:var(--ink-2);line-height:1.55}.editorial-note a{font-weight:750;text-decoration:none}.center-actions{justify-content:center}.prose a{color:var(--blue);font-weight:650}.prose-article>h2{scroll-margin-top:105px}

/* Breadcrumb navigation */
.breadcrumbs{border-bottom:1px solid var(--border,#dce3ea);font-size:.9rem;background:var(--surface,#fff)}
.breadcrumbs .container{display:flex;gap:.55rem;align-items:center;min-height:44px;overflow-x:auto;white-space:nowrap}
.breadcrumbs a{text-decoration:none}
.breadcrumb-sep{opacity:.45}
