:root {
  --ink: #2e2636;
  --muted: #6c6473;
  --line: #e2dde6;
  --soft: #f7f5f8;
  --mint: #eee8f2;
  --green: #51405f;
  --green-dark: #382a45;
  --accent: #b6252e;
  --navy: #30253a;
  --white: #ffffff;
  --max: 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; line-height: 1.6; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: absolute; left: 8px; top: 8px; z-index: 20; padding: 10px; background: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; gap: 32px; min-height: 76px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); border-bottom: 1px solid rgba(220,228,231,.9); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; min-width: max-content; text-decoration: none; }
.brand img { display: block; width: 190px; height: auto; }
nav { display: flex; gap: 5px; margin-left: auto; }
nav a, .language a { color: var(--muted); font-size: .88rem; text-decoration: none; }
nav a { padding: 9px 11px; border-radius: 3px; transition: color .18s ease, background-color .18s ease, box-shadow .18s ease; }
nav a:hover, nav a:focus-visible { color: var(--ink); background: var(--soft); }
nav a.is-active, nav a[aria-current="location"] { color: var(--white); background: var(--green); box-shadow: inset 0 -2px 0 rgba(0,0,0,.16); }
.language a:hover { color: var(--ink); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language { display: flex; gap: 5px; font-size: .76rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border: 1px solid var(--green); color: var(--white); background: var(--green); font-weight: 700; text-decoration: none; transition: background .2s, transform .2s; }
.button:hover { background: var(--green-dark); transform: translateY(-1px); }
.button-small { min-height: 40px; padding: 8px 14px; font-size: .85rem; }
.hero, .section, footer { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.hero { display: grid; grid-template-columns: 1.06fr .94fr; gap: 72px; align-items: center; min-height: 680px; padding: 88px 0; }
.eyebrow { margin: 0 0 14px; color: var(--accent); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.12; letter-spacing: -.025em; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(2.6rem, 5vw, 4.8rem); }
h2 { margin-bottom: 18px; font-size: clamp(2rem, 3.5vw, 3.25rem); }
h3 { font-size: 1.06rem; }
.lead { max-width: 690px; margin: 0; color: var(--muted); font-size: 1.16rem; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { color: var(--green-dark); font-weight: 750; text-decoration: none; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 38px 0 0; padding: 0; color: var(--muted); font-size: .85rem; list-style: none; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); font-weight: 800; }
.signal-panel { position: relative; overflow: hidden; padding: 28px; border: 1px solid var(--line); background: var(--soft); box-shadow: 22px 22px 0 var(--mint); }
.signal-panel::before { content: ""; position: absolute; inset: -26px -26px auto auto; width: 112px; height: 112px; background-image: radial-gradient(var(--green) 1px, transparent 1px); background-size: 10px 10px; opacity: .28; }
.signal-topline { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.status { color: var(--green); }
.signal-node { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 2px 12px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.signal-node > span { grid-row: 1 / 3; align-self: center; color: var(--green); font-size: .76rem; font-weight: 800; }
.signal-node strong { font-size: .94rem; }
.signal-node small { color: var(--muted); }
.signal-node.active::after { content: ""; position: absolute; left: -28px; top: 0; bottom: 0; width: 3px; background: var(--green); }
.signal-result { margin: 22px 0 0; font-size: .88rem; font-weight: 650; }
.signal-result span { display: inline-grid; place-items: center; width: 24px; height: 24px; margin-right: 8px; color: var(--white); background: var(--accent); border-radius: 50%; }
.section { padding: 100px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.section-heading.narrow { max-width: 760px; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.08rem; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 0; padding: 0; counter-reset: item; list-style: none; }
.process-grid li { min-height: 240px; padding: 26px 28px; border: 1px solid var(--line); border-right: 0; }
.process-grid li:last-child { border-right: 1px solid var(--line); }
.process-grid span { display: block; margin-bottom: 52px; color: var(--green); font-size: .76rem; font-weight: 800; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.boundary-note { margin: 18px 0 0; padding: 18px 22px; background: var(--soft); font-size: .9rem; }
.price-tax-note { margin: -20px 0 10px; color: var(--muted); font-size: .85rem; font-weight: 650; }
.price-period { display: inline-flex; margin: 0 0 24px; padding: 4px; background: var(--soft); }
.price-period button { min-height: 38px; padding: 7px 15px; border: 0; color: var(--muted); background: transparent; font-weight: 750; cursor: pointer; }
.price-period button[aria-pressed="true"] { color: var(--white); background: var(--green); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
html[lang="en"] .pricing-grid { grid-template-columns: repeat(4, 1fr); }
.price-card { display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); background: var(--white); }
.price-card.featured { border-top: 4px solid var(--accent); }
.price-card.custom { background: var(--soft); }
.price-kicker { margin: 0 0 12px; color: var(--accent); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.price { margin: 12px 0 22px; color: var(--ink); font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 800; line-height: 1.1; }
.price > span[data-price-value] { font-size: 1em; font-weight: 800; }
.price .currency { font-size: .65em; font-weight: 700; vertical-align: .08em; }
.price small { display: block; margin-top: 8px; color: var(--muted); font-size: .75rem; font-weight: 500; }
.price small b { font-weight: 500; }
.price.text-price { font-size: 1.45rem; }
.price-card ul { flex: 1; margin: 0 0 26px; padding-left: 18px; color: var(--muted); font-size: .88rem; }
.price-card li { margin: 8px 0; }
.button-secondary { border-color: var(--green); color: var(--green-dark); background: transparent; }
.button-secondary:hover { color: var(--white); }
.pricing-note { margin: 18px 0 0; padding: 18px 22px; border-left: 3px solid var(--accent); background: var(--soft); font-size: .9rem; }
.platform { width: 100%; padding-inline: max(24px, calc((100vw - var(--max)) / 2)); background: var(--soft); }
.coverage-map { max-width: var(--max); }
.plot { position: relative; height: 510px; margin-left: 130px; border-left: 1px solid #aebdc3; border-bottom: 1px solid #aebdc3; background-image: linear-gradient(to right, rgba(174,189,195,.28) 1px, transparent 1px), linear-gradient(to bottom, rgba(174,189,195,.28) 1px, transparent 1px); background-size: 25% 25%; }
.axis-y { position: absolute; display: flex; flex-direction: column; justify-content: space-between; height: 510px; width: 118px; color: var(--muted); font-size: .72rem; text-align: right; }
.axis-x { display: flex; justify-content: space-between; margin: 10px 0 0 130px; color: var(--muted); font-size: .72rem; }
.huntress-zone { position: absolute; left: 24%; right: 5%; top: 5%; height: 43%; border: 2px solid var(--green); background: rgba(223,244,235,.5); }
.zone-label { position: absolute; left: 18px; top: 14px; }
.zone-label strong, .zone-label small { display: block; }
.zone-label small { margin-top: 4px; color: var(--green-dark); }
.map-point { position: absolute; z-index: 2; min-height: 38px; padding: 7px 12px; border: 1px solid #9fb0b7; border-radius: 999px; color: var(--ink); background: var(--white); font-size: .78rem; font-weight: 750; cursor: pointer; }
.map-point:hover, .map-point:focus-visible { border-color: var(--green); outline: 3px solid rgba(21,122,91,.15); }
.huntress-zone .map-point { border-color: var(--green); }
.managed-edr { left: 8%; bottom: 14%; }
.managed-itdr { left: 42%; bottom: 48%; }
.managed-siem { right: 6%; bottom: 15%; }
.antivirus { left: 5%; bottom: 7%; }
.edr { left: 24%; bottom: 22%; }
.itdr { left: 46%; bottom: 37%; }
.xdr { left: 67%; bottom: 30%; }
.siem { right: 7%; bottom: 13%; }
.map-detail { min-height: 58px; margin: 26px 0 0 130px; padding: 15px 18px; border-left: 3px solid var(--green); background: var(--white); font-size: .9rem; }
.compliance-positive { max-width: 930px; margin: 30px 0 0 130px; color: var(--muted); font-size: .88rem; }
.answers { display: grid; grid-template-columns: .78fr 1.22fr; gap: 76px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; padding: 24px 44px 24px 0; font-size: 1.06rem; font-weight: 750; cursor: pointer; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; color: var(--green); font-size: 1.4rem; font-weight: 400; }
details[open] summary::after { content: "−"; }
details > div { padding: 0 42px 28px 0; color: var(--muted); }
details p:first-child { color: var(--ink); }
details li { margin: 6px 0; }
.partner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; width: 100%; padding-inline: max(24px, calc((100vw - var(--max)) / 2)); color: var(--white); background: var(--navy); }
.partner .eyebrow { color: #f1a0a5; }
.partner p { color: #c8d7dc; }
.text-link.light { color: #f1a0a5; }
.contact { text-align: center; }
.contact .section-heading { margin-inline: auto; }
.inquiry-form { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 900px; margin-inline: auto; padding: 34px; border: 1px solid var(--line); background: var(--soft); text-align: left; }
.inquiry-form label { display: grid; gap: 7px; color: var(--ink); font-size: .82rem; font-weight: 750; }
.inquiry-form label > span { color: var(--muted); font-weight: 400; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #cfc7d3; border-radius: 0; color: var(--ink); background: var(--white); font: inherit; }
.inquiry-form textarea { resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: var(--green); outline: 3px solid rgba(81,64,95,.14); }
.inquiry-form .full { grid-column: 1 / -1; }
.inquiry-form .consent { display: flex; grid-template-columns: none; flex-direction: row; gap: 10px; align-items: flex-start; color: var(--muted); font-weight: 400; }
.inquiry-form .consent input { flex: 0 0 auto; width: 18px; min-height: 18px; margin-top: 3px; }
.form-submit { display: flex; align-items: center; gap: 18px; }
.form-submit p { margin: 0; color: var(--muted); font-size: .78rem; }
.form-status { min-height: 24px; margin: 0; padding: 11px 13px; font-size: .85rem; }
.form-status:empty { display: none; }
.form-status.is-success { color: #155e3c; background: #e2f6eb; }
.form-status.is-error { color: #8d1e26; background: #fae8e9; }
.form-status.is-preview { color: var(--green-dark); background: var(--mint); }
.honeypot { position: absolute; left: 0; top: 0; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.honeypot input { width: 1px !important; min-height: 1px !important; padding: 0 !important; border: 0 !important; }
.direct-email { margin-top: 20px; color: var(--muted); font-size: .85rem; }
.direct-email a { color: var(--green-dark); font-weight: 750; }
.button:disabled { cursor: not-allowed; opacity: .45; transform: none; }
footer { display: grid; grid-template-columns: auto 1fr; gap: 18px 38px; align-items: center; padding: 42px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.footer-brand { grid-row: 1 / 3; }
.footer-brand img { width: 210px; }
footer p { margin: 0; }
.legal { font-size: .72rem; }
.footer-link { padding: 0; border: 0; color: inherit; background: transparent; font-size: inherit; text-decoration: underline; cursor: pointer; }
.footer-link:hover, .footer-link:focus-visible { color: var(--ink); }
.has-consent-dialog { overflow: hidden; }
.analytics-consent-backdrop { position: fixed; z-index: 30; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(35,27,43,.68); backdrop-filter: blur(3px); }
.analytics-consent-backdrop[hidden] { display: none; }
.analytics-consent { width: min(100%, 700px); padding: 34px; border: 1px solid var(--line); background: var(--white); box-shadow: 0 24px 80px rgba(20,14,25,.42); }
.analytics-consent-copy strong { display: block; color: var(--ink); font-size: 1.35rem; line-height: 1.25; }
.analytics-consent-copy p { margin: 12px 0 0; color: var(--muted); font-size: .95rem; }
.analytics-consent-actions { display: flex; gap: 12px; margin-top: 26px; }
.analytics-consent-actions > button { min-width: 150px; }
.analytics-secondary { min-height: 40px; padding: 8px 14px; border: 1px solid var(--green); color: var(--green-dark); background: var(--white); font-weight: 700; cursor: pointer; }
.analytics-secondary:hover, .analytics-secondary:focus-visible { background: var(--soft); }
section[id] { scroll-margin-top: 92px; }
@media (max-width: 960px) {
  nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 48px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .pricing-grid, html[lang="en"] .pricing-grid { grid-template-columns: 1fr 1fr; }
  .process-grid li:nth-child(2) { border-right: 1px solid var(--line); }
  .process-grid li:nth-child(n+3) { border-top: 0; }
  .answers, .partner { grid-template-columns: 1fr; gap: 28px; }
  .answers .section-heading { margin-bottom: 0; }
}
@media (max-width: 680px) {
  .site-header { min-height: 68px; padding-inline: 18px; }
  .header-actions .button { display: none; }
  .hero, .section, footer { width: min(calc(100% - 36px), var(--max)); }
  .hero { min-height: 0; padding: 64px 0 76px; }
  h1 { font-size: 2.6rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .trust-list { flex-direction: column; gap: 7px; }
  .signal-panel { box-shadow: 10px 10px 0 var(--mint); }
  .section { padding: 72px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .pricing-grid, html[lang="en"] .pricing-grid { grid-template-columns: 1fr; }
  .process-grid li { min-height: auto; border-right: 1px solid var(--line); border-bottom: 0; }
  .process-grid li:last-child { border-bottom: 1px solid var(--line); }
  .process-grid span { margin-bottom: 28px; }
  .platform, .partner { width: 100%; padding-inline: 18px; }
  .plot { height: 540px; margin-left: 54px; }
  .axis-y { width: 45px; height: 540px; writing-mode: vertical-rl; transform: rotate(180deg); text-align: left; }
  .axis-x, .map-detail, .compliance-positive { margin-left: 54px; }
  .huntress-zone { left: 10%; right: 2%; height: 48%; }
  .zone-label { left: 10px; top: 10px; max-width: 190px; }
  .map-point { font-size: .68rem; padding: 6px 8px; }
  .managed-edr { left: 4%; }
  .managed-itdr { left: 40%; bottom: 44%; }
  .managed-siem { right: 3%; bottom: 8%; }
  .antivirus { left: 2%; }
  .edr { left: 20%; bottom: 21%; }
  .itdr { left: 42%; }
  .xdr { left: 64%; bottom: 29%; }
  .siem { right: 2%; bottom: 12%; }
  .contact-options { grid-template-columns: 1fr; }
  .inquiry-form { grid-template-columns: 1fr; padding: 22px; }
  .inquiry-form .full { grid-column: auto; }
  .form-submit { align-items: stretch; flex-direction: column; }
  footer { grid-template-columns: 1fr; }
  .footer-brand { grid-row: auto; }
  .analytics-consent-backdrop { padding: 16px; }
  .analytics-consent { padding: 26px 22px; }
  .analytics-consent-actions { align-items: stretch; flex-direction: column; }
  .analytics-consent-actions > button { width: 100%; }
}
@media (max-height: 520px) and (orientation: landscape) {
  .site-header { position: relative; }
  .hero { min-height: 0; padding-block: 46px; }
  .signal-panel { box-shadow: 10px 10px 0 var(--mint); }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
