:root {
    --ink: #071218;
    --ink-soft: #0d1c23;
    --ink-lighter: #172a32;
    --paper: #f4f2eb;
    --paper-strong: #fff;
    --muted: #657175;
    --line: rgba(7, 18, 24, 0.13);
    --line-dark: rgba(255, 255, 255, 0.12);
    --lime: #c8f55b;
    --lime-bright: #dcff8a;
    --orange: #ff6b2c;
    --blue: #82cfff;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 30px;
    --shadow: 0 28px 80px rgba(1, 12, 17, 0.12);
    --container: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body::selection { color: var(--ink); background: var(--lime); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
[hidden] { display: none !important; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 12px 16px; color: var(--ink); background: var(--lime); border-radius: 8px; transform: translateY(-140%); transition: transform 160ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; color: #fff; border-bottom: 1px solid transparent; transition: background 200ms ease, border-color 200ms ease, backdrop-filter 200ms ease; }
.site-header.is-scrolled { background: rgba(7, 18, 24, 0.92); border-color: var(--line-dark); backdrop-filter: blur(18px); }
.header-inner { display: flex; align-items: center; min-height: 76px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.04rem; font-weight: 760; letter-spacing: -.03em; }
.brand > span:last-child > span { color: var(--lime); }
.brand-mark { display: grid; width: 34px; height: 34px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 8px 2px; font-size: .9rem; font-weight: 900; transform: skew(-4deg); }
.desktop-nav { display: flex; align-items: center; margin-left: auto; gap: 22px; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 650; }
.desktop-nav a:hover { color: #fff; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; font-size: .9rem; font-weight: 780; gap: 12px; transition: transform 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: .78rem; }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { background: var(--lime-bright); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.23); background: rgba(255,255,255,.04); }
.button-ghost:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.09); }
.button-dark { color: #fff; background: var(--ink); }
.button-outline-dark, .button-ghost-dark { color: var(--ink); border-color: var(--line); background: transparent; }
.button-ghost-light { color: #fff; border-color: rgba(255,255,255,.25); background: transparent; }
.text-link { display: inline-flex; align-items: center; gap: 28px; font-size: .86rem; font-weight: 800; }
.text-link span { color: var(--orange); }
.text-link.light { color: #fff; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 580px; height: 580px; right: -160px; top: 80px; border-radius: 50%; background: radial-gradient(circle, rgba(200,245,91,.12), transparent 67%); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-home { min-height: 740px; padding: 160px 0 110px; }
.hero-inner { min-height: 520px; padding: 150px 0 100px; }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, .75fr); align-items: center; gap: 82px; }
.hero-inner .hero-layout { grid-template-columns: minmax(0, 780px); }
.hero-copy h1 { max-width: 770px; margin: 17px 0 24px; font-size: clamp(3.4rem, 6.1vw, 6.3rem); line-height: .94; letter-spacing: -.072em; }
.hero-inner .hero-copy h1 { font-size: clamp(3rem, 5.2vw, 5.3rem); }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--lime); font-size: .71rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(200,245,91,.12); }
.hero-lead { max-width: 670px; margin: 0; color: rgba(255,255,255,.68); font-size: 1.14rem; line-height: 1.7; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 24px; color: rgba(255,255,255,.55); font-size: .76rem; font-weight: 650; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: "✓"; color: var(--lime); }
.hero-proof.dark { color: var(--muted); }

.hero-command { padding: 18px; border: 1px solid rgba(255,255,255,.12); background: rgba(13,28,35,.82); border-radius: var(--radius-lg); box-shadow: 0 32px 80px rgba(0,0,0,.28); transform: rotate(1.5deg); backdrop-filter: blur(16px); }
.command-top { display: flex; align-items: center; gap: 9px; padding: 3px 2px 17px; color: rgba(255,255,255,.46); font-size: .62rem; font-weight: 800; letter-spacing: .1em; }
.command-top strong { margin-left: auto; color: var(--lime); }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(200,245,91,.12); }
.command-metric { padding: 28px; background: var(--lime); color: var(--ink); border-radius: 18px; }
.command-metric small, .command-metric span { display: block; font-size: .72rem; font-weight: 700; }
.command-metric strong { display: block; margin: 5px 0; font-size: 3.8rem; line-height: 1; letter-spacing: -.06em; }
.command-route { display: flex; align-items: center; padding: 28px 18px; }
.command-route i { display: grid; flex: 0 0 35px; height: 35px; place-items: center; color: var(--ink); background: #fff; border-radius: 50%; font-size: .72rem; font-style: normal; font-weight: 900; }
.command-route i:nth-of-type(2) { background: var(--orange); color: #fff; }
.command-route span { height: 1px; flex: 1; background: rgba(255,255,255,.18); position: relative; }
.command-route span::after { content: ""; position: absolute; right: 0; top: -3px; border-left: 5px solid rgba(255,255,255,.5); border-top: 3px solid transparent; border-bottom: 3px solid transparent; }
.command-items { display: grid; gap: 7px; }
.command-items > div { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 12px; padding: 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.035); }
.command-items > div > span { color: var(--lime); font-size: .65rem; font-weight: 850; }
.command-items p { margin: 0; }
.command-items p strong, .command-items p small { display: block; }
.command-items p strong { font-size: .82rem; }
.command-items p small { margin-top: 3px; color: rgba(255,255,255,.45); font-size: .65rem; }
.command-items b { color: var(--lime); }

.search-band { position: relative; z-index: 10; margin-top: -53px; }
.search-band .container { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; box-shadow: var(--shadow); }
.home-search label { display: block; margin-bottom: 13px; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.home-search > div { display: grid; grid-template-columns: auto 1fr auto; align-items: center; min-height: 66px; padding: 6px 7px 6px 20px; background: var(--paper); border: 1px solid var(--line); border-radius: 13px; }
.home-search > div > span { font-size: 1.5rem; }
.home-search input { min-width: 0; height: 48px; padding: 0 14px; border: 0; outline: 0; background: transparent; font-size: 1rem; }
.home-search button { min-height: 50px; padding: 0 20px; color: #fff; border: 0; background: var(--ink); border-radius: 9px; cursor: pointer; font-size: .8rem; font-weight: 800; }
.quick-links { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 14px; color: var(--muted); font-size: .72rem; }
.quick-links a { padding-bottom: 2px; color: var(--ink); border-bottom: 1px solid var(--line); font-weight: 700; }

.promise-strip { padding: 75px 0 25px; }
.promise-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.promise-grid strong { padding: 23px 18px; border-right: 1px solid var(--line); font-size: .82rem; text-align: center; }
.promise-grid strong:last-child { border: 0; }
.promise-highlight { color: var(--orange); }

.ciot-feature, .popular-section, .problem-section, .diagnostic-promo, .journey-section, .network-section, .integration-section, .catalog-section, .principle-section, .diagnostic-page, .calculator-section, .calculator-explain, .ciot-content, .sources-section, .legal-section { padding: 105px 0; }
.feature-panel { display: grid; grid-template-columns: 1fr 330px; align-items: center; gap: 80px; padding: 62px; color: #fff; background: var(--ink-soft); border-radius: var(--radius-lg); overflow: hidden; position: relative; }
.feature-panel::before { content: ""; position: absolute; width: 400px; height: 400px; right: -100px; border: 1px solid rgba(200,245,91,.15); border-radius: 50%; }
.feature-copy { position: relative; z-index: 2; }
.feature-copy h2, .section-heading h2, .problem-layout h2, .diagnostic-promo h2, .network-layout h2, .integration-panel h2, .diagnostic-heading h2, .calculator-title h2, .sources-layout h2, .content-layout h2, .legal-section h2, .principle-layout h2 { margin: 13px 0 20px; font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.055em; }
.feature-copy > p:not(.section-kicker), .section-heading > p, .problem-layout > div > p:not(.section-kicker), .diagnostic-promo-layout > div > p:not(.section-kicker), .network-layout > div > p:not(.section-kicker), .integration-panel > div > p:not(.section-kicker), .diagnostic-heading > p { color: rgba(255,255,255,.63); line-height: 1.75; }
.feature-actions { display: flex; align-items: center; gap: 25px; margin-top: 28px; font-size: .83rem; font-weight: 780; }
.feature-score { position: relative; z-index: 2; padding: 27px; color: var(--ink); background: var(--lime); border-radius: 22px; transform: rotate(2deg); }
.feature-score > span { font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.feature-score > strong { display: block; margin-top: 18px; font-size: 6rem; line-height: .8; letter-spacing: -.08em; }
.feature-score > small { font-size: .74rem; font-weight: 700; }
.feature-score > div { display: flex; gap: 5px; margin-top: 27px; }
.feature-score i { flex: 1; height: 5px; background: var(--ink); border-radius: 4px; opacity: .22; }
.feature-score i:nth-child(-n+4) { opacity: 1; }
.feature-score p { margin: 13px 0 0; font-size: .7rem; font-weight: 800; }

.section-heading { margin-bottom: 40px; }
.section-heading .section-kicker, .problem-section .section-kicker, .diagnostic-heading .section-kicker, .calculator-title .section-kicker, .sources-section .section-kicker, .principle-section .section-kicker { color: var(--orange); }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.section-heading.centered { max-width: 750px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered .section-kicker { justify-content: center; }
.tool-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.tool-card { display: flex; min-height: 285px; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.52); transition: transform 180ms ease, background 180ms ease, border-color 180ms ease; }
.tool-card:hover { transform: translateY(-5px); background: #fff; border-color: rgba(7,18,24,.28); }
.tool-card.is-live { background: #fff; }
.tool-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.tool-icon { display: grid; width: 43px; height: 43px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 10px 3px; font-size: .85rem; font-weight: 900; }
.tool-status { padding: 6px 9px; color: var(--muted); border: 1px solid var(--line); border-radius: 999px; font-size: .59rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.tool-status.available { color: #284700; border-color: rgba(77,130,0,.2); background: rgba(200,245,91,.3); }
.tool-card > small { color: var(--orange); font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.tool-card h3 { margin: 10px 0 9px; font-size: 1.32rem; letter-spacing: -.03em; }
.tool-card p { margin: 0 0 25px; color: var(--muted); font-size: .82rem; line-height: 1.6; }
.tool-card > strong { display: flex; justify-content: space-between; margin-top: auto; font-size: .75rem; }
.tool-card > strong span { color: var(--orange); }

.problem-section { color: #fff; background: var(--ink); }
.problem-layout { display: grid; grid-template-columns: .7fr 1.1fr; gap: 90px; }
.problem-layout > div > p:not(.section-kicker) { max-width: 470px; }
.problem-list { border-top: 1px solid var(--line-dark); }
.problem-list a { display: grid; grid-template-columns: 44px 1fr 1fr auto; align-items: center; gap: 16px; padding: 23px 4px; border-bottom: 1px solid var(--line-dark); transition: padding 160ms ease, color 160ms ease; }
.problem-list a:hover { padding-inline: 12px; color: var(--lime); }
.problem-list span { color: var(--lime); font-size: .62rem; font-weight: 850; }
.problem-list strong { font-size: 1rem; }
.problem-list small { color: rgba(255,255,255,.43); }
.problem-list b { color: var(--orange); }

.diagnostic-promo { background: #fff; }
.diagnostic-promo-layout { display: grid; grid-template-columns: 1fr 390px; align-items: center; gap: 95px; }
.diagnostic-promo-layout > div > p:not(.section-kicker) { color: var(--muted); line-height: 1.75; }
.diagnostic-promo .button { margin-top: 30px; }
.score-card { padding: 33px; color: #fff; background: var(--ink); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.score-card > span { color: var(--lime); font-size: .65rem; font-weight: 850; letter-spacing: .12em; }
.score-ring { display: flex; align-items: baseline; margin: 27px 0 19px; }
.score-ring strong { font-size: 6rem; line-height: .8; letter-spacing: -.08em; }
.score-ring small { color: rgba(255,255,255,.43); }
.score-card h3 { font-size: 1.2rem; line-height: 1.4; }
.score-card ul { margin: 25px 0 0; padding: 0; list-style: none; }
.score-card li { display: flex; align-items: center; gap: 11px; padding: 11px 0; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.64); font-size: .77rem; }
.score-card li b { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }

.journey-section { overflow: hidden; }
.journey-flow { display: flex; align-items: center; justify-content: space-between; }
.journey-flow div { display: grid; width: 105px; height: 105px; place-items: center; align-content: center; gap: 8px; border: 1px solid var(--line); background: #fff; border-radius: 50%; }
.journey-flow span { color: var(--orange); font-size: .6rem; font-weight: 850; }
.journey-flow strong { font-size: .78rem; }
.journey-flow i { color: rgba(7,18,24,.25); font-style: normal; }

.network-section { color: #fff; background: var(--ink-soft); overflow: hidden; }
.network-layout { display: grid; grid-template-columns: .85fr 1fr; align-items: center; gap: 90px; }
.network-layout > div > p:not(.section-kicker) { color: rgba(255,255,255,.6); line-height: 1.75; }
.network-graph { position: relative; height: 490px; }
.network-graph::before, .network-graph::after { content: ""; position: absolute; inset: 70px; border: 1px solid rgba(200,245,91,.17); border-radius: 50%; }
.network-graph::after { inset: 145px; }
.graph-center, .graph-node { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 50%; font-size: .61rem; font-weight: 900; letter-spacing: .08em; }
.graph-center { inset: 190px auto auto 50%; width: 112px; height: 112px; color: var(--ink); background: var(--lime); transform: translateX(-50%); box-shadow: 0 0 70px rgba(200,245,91,.22); }
.graph-node { width: 82px; height: 82px; color: #fff; border: 1px solid var(--line-dark); background: var(--ink); }
.n1 { left: 12%; top: 16%; }.n2 { right: 12%; top: 16%; }.n3 { right: 2%; top: 45%; }.n4 { right: 17%; bottom: 5%; }.n5 { left: 17%; bottom: 5%; }.n6 { left: 2%; top: 45%; }

.integration-section { background: var(--lime); }
.integration-panel { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 100px; }
.integration-panel .section-kicker { color: var(--ink); }
.integration-panel > div > p:not(.section-kicker) { color: rgba(7,18,24,.66); }
.api-terminal { overflow: hidden; padding-bottom: 27px; color: #fff; background: var(--ink); border-radius: var(--radius-md); box-shadow: var(--shadow); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.api-terminal > div { display: flex; align-items: center; gap: 7px; padding: 13px 17px; border-bottom: 1px solid var(--line-dark); }
.api-terminal > div i { width: 7px; height: 7px; background: var(--orange); border-radius: 50%; }.api-terminal > div i:nth-child(2) { background: #ffd65a; }.api-terminal > div i:nth-child(3) { background: var(--lime); }
.api-terminal > div span { margin-left: auto; color: rgba(255,255,255,.4); font-size: .6rem; }
.api-terminal code, .api-terminal p, .api-terminal small { display: block; margin: 0; padding-inline: 28px; }
.api-terminal code { padding-top: 27px; padding-bottom: 17px; color: var(--lime); font-size: .75rem; }
.api-terminal p { color: rgba(255,255,255,.65); font-size: .76rem; line-height: 1.8; }
.api-terminal em { color: var(--lime); font-style: normal; }.api-terminal strong { color: var(--orange); }
.api-terminal small { margin-top: 18px; color: rgba(255,255,255,.33); font-family: Inter, sans-serif; }

.final-cta { padding: 110px 0; text-align: center; background: var(--orange); }
.final-cta .section-kicker { justify-content: center; color: var(--ink); }
.final-cta h2 { margin: 16px 0 30px; font-size: clamp(2.7rem, 5vw, 5.2rem); line-height: .98; letter-spacing: -.065em; }
.final-cta-inner > div { display: flex; justify-content: center; gap: 12px; }
.final-cta-inner > p:last-child { margin: 23px 0 0; font-size: .73rem; font-weight: 700; }

.catalog-section { background: #fff; }
.catalog-controls { margin-bottom: 38px; }
.catalog-controls > label { display: block; margin-bottom: 12px; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.catalog-search { display: flex; align-items: center; padding: 0 20px; border: 1px solid var(--line); background: var(--paper); border-radius: 13px; }
.catalog-search span { font-size: 1.45rem; }.catalog-search input { width: 100%; min-height: 64px; padding: 0 14px; border: 0; outline: 0; background: transparent; }
.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 17px; }
.filter-chips button { min-height: 38px; padding: 0 15px; border: 1px solid var(--line); background: transparent; border-radius: 999px; cursor: pointer; font-size: .69rem; font-weight: 750; }
.filter-chips button.is-active { color: var(--ink); border-color: var(--lime); background: var(--lime); }
.empty-state { padding: 45px 0; color: var(--muted); text-align: center; }
.principle-section { color: #fff; background: var(--ink); }
.principle-layout { display: grid; grid-template-columns: 180px 1fr; gap: 70px; align-items: start; }
.principle-layout > span { color: var(--lime); font-size: 8rem; line-height: .8; font-weight: 900; letter-spacing: -.09em; opacity: .2; }
.principle-layout p:last-child { max-width: 720px; color: rgba(255,255,255,.6); line-height: 1.8; }

.diagnostic-page { background: #fff; }
.diagnostic-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
.diagnostic-heading h2 { margin-bottom: 0; }
.diagnostic-heading > p { max-width: 430px; color: var(--muted); }
.diagnostic-shell { display: grid; grid-template-columns: 1fr 310px; overflow: hidden; border: 1px solid var(--line); background: var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.diagnostic-main { min-height: 560px; padding: 42px; background: #fff; }
.progress-row { display: flex; justify-content: space-between; color: var(--muted); font-size: .67rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.progress-track { height: 4px; margin: 12px 0 52px; overflow: hidden; background: #e8e8e3; border-radius: 5px; }
.progress-track span { display: block; width: 10%; height: 100%; background: var(--orange); transition: width 240ms ease; }
.question-stage h3 { max-width: 720px; margin: 0 0 12px; font-size: clamp(1.6rem, 2.6vw, 2.5rem); letter-spacing: -.04em; }
.question-help { max-width: 680px; margin: 0 0 28px; color: var(--muted); font-size: .88rem; line-height: 1.65; }
.answer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.answer-option { min-height: 58px; padding: 14px 16px; border: 1px solid var(--line); background: var(--paper); border-radius: 10px; cursor: pointer; text-align: left; font-size: .78rem; font-weight: 700; transition: border-color 140ms ease, background 140ms ease, transform 140ms ease; }
.answer-option:hover { transform: translateY(-1px); border-color: rgba(7,18,24,.32); }
.answer-option.is-selected { border-color: var(--ink); background: var(--lime); box-shadow: inset 0 0 0 1px var(--ink); }
.answer-option small { display: block; margin-top: 4px; color: var(--muted); font-size: .58rem; }
.selection-feedback { min-height: 16px; margin: 8px 0 0; color: var(--orange); font-size: .7rem; }
.question-actions, .result-actions { display: flex; align-items: center; gap: 13px; margin-top: 31px; }
.question-actions .button { margin-left: auto; }
.back-button { padding: 10px 0; border: 0; background: transparent; cursor: pointer; color: var(--muted); font-size: .74rem; font-weight: 750; }
.diagnostic-aside { padding: 42px 29px; color: #fff; background: var(--ink-soft); }
.aside-label { color: var(--lime); font-size: .65rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.diagnostic-aside ul { margin: 27px 0 35px; padding: 0; list-style: none; }
.diagnostic-aside li { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.72); font-size: .74rem; }
.diagnostic-aside li span { color: var(--lime); }
.privacy-note { display: flex; gap: 12px; padding: 17px; background: rgba(255,255,255,.05); border-radius: 11px; }
.privacy-note > span { color: var(--lime); }.privacy-note p { margin: 0; color: rgba(255,255,255,.5); font-size: .67rem; line-height: 1.55; }.privacy-note strong { color: #fff; }

.result-view > .result-label { display: inline-flex; padding: 6px 9px; color: var(--ink); background: var(--lime); border-radius: 999px; font-size: .61rem; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.result-view > h3 { margin-top: 18px; }.result-summary { color: var(--muted); line-height: 1.7; }
.result-checklist { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 0; list-style: none; }
.result-checklist li { padding: 14px; background: var(--paper); border-radius: 9px; font-size: .7rem; }
.result-checklist li::before { content: "✓"; margin-right: 7px; color: var(--orange); }
.result-disclaimer { margin-top: 24px; color: var(--muted); font-size: .62rem; }
.operations-score { display: grid; grid-template-columns: 210px 1fr; align-items: center; gap: 28px; }
.operations-score > div { padding: 24px; background: var(--lime); border-radius: 18px; }
.operations-score span { display: block; font-size: .56rem; font-weight: 900; letter-spacing: .1em; }
.operations-score strong { display: block; margin-top: 14px; font-size: 4.3rem; line-height: .9; letter-spacing: -.07em; }.operations-score strong small { font-size: .85rem; letter-spacing: 0; }
.operations-score p { margin: 0; color: var(--muted); line-height: 1.65; }.operations-score p b { display: block; margin-bottom: 8px; color: var(--ink); font-size: 1.12rem; }
.result-insights { margin-top: 27px; }.result-insights h4 { margin: 0 0 10px; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.result-insights a { display: grid; grid-template-columns: 37px 1fr auto; gap: 12px; align-items: center; padding: 13px 0; border-top: 1px solid var(--line); font-size: .74rem; }.result-insights a span { color: var(--orange); font-size: .6rem; }.result-insights a b { font-size: .65rem; }
.lead-panel { margin-top: 27px; padding: 24px; border: 1px solid var(--line); background: var(--paper); border-radius: 14px; }
.lead-panel h4 { margin: 0 0 6px; }.lead-panel > p { margin: 0 0 20px; color: var(--muted); font-size: .75rem; }
.lead-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.field label { display: block; margin-bottom: 6px; font-size: .65rem; font-weight: 750; }.field input { width: 100%; min-height: 44px; padding: 0 12px; border: 1px solid var(--line); background: #fff; border-radius: 8px; }
.honeypot { position: absolute; left: -10000px; }
.consent-field { grid-column: 1 / -1; display: flex; align-items: start; gap: 9px; color: var(--muted); font-size: .65rem; line-height: 1.5; }.consent-field a { text-decoration: underline; }
.lead-panel form > .button { margin-top: 18px; }.lead-feedback { margin: 10px 0 0; color: var(--muted); font-size: .68rem; }

.calculator-section { background: #fff; }
.calculator-layout { display: grid; grid-template-columns: 1fr 390px; border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.calculator-form { padding: 48px; }.calculator-title > p:not(.section-kicker) { color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; margin: 32px 0; }
.form-grid > label { font-size: .68rem; font-weight: 750; }.form-grid > label > span { display: flex; align-items: center; margin-top: 7px; border: 1px solid var(--line); background: var(--paper); border-radius: 9px; overflow: hidden; }.form-grid input { width: 100%; min-height: 48px; padding: 0 12px; border: 0; outline: 0; background: transparent; }.form-grid small { padding-right: 12px; color: var(--muted); white-space: nowrap; }
.calculator-result { padding: 48px 34px; color: #fff; background: var(--ink); }.calculator-result > span { display: inline-flex; color: var(--lime); font-size: .62rem; font-weight: 850; letter-spacing: .1em; }.calculator-result > small { display: block; margin-top: 35px; color: rgba(255,255,255,.45); }.calculator-result > strong { display: block; margin: 8px 0 30px; font-size: 2.6rem; letter-spacing: -.05em; }
.result-breakdown { border-top: 1px solid var(--line-dark); }.result-breakdown p { display: flex; justify-content: space-between; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line-dark); font-size: .72rem; }.result-breakdown span { color: rgba(255,255,255,.5); }
.price-target { margin: 26px 0; padding: 19px; color: var(--ink); background: var(--lime); border-radius: 12px; }.price-target small, .price-target strong { display: block; }.price-target small { font-size: .62rem; font-weight: 750; }.price-target strong { margin-top: 5px; font-size: 1.5rem; }
.calculator-note { color: rgba(255,255,255,.42); font-size: .62rem; line-height: 1.55; }
.calculator-result .button { width: 100%; margin-top: 17px; }
.calculator-explain { padding-top: 0; background: #fff; }.explain-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }.explain-grid article { padding: 32px; border-right: 1px solid var(--line); }.explain-grid article:last-child { border: 0; }.explain-grid span { color: var(--orange); font-size: .63rem; font-weight: 850; }.explain-grid h3 { font-size: 1rem; }.explain-grid p { color: var(--muted); font-size: .75rem; line-height: 1.6; }

.ciot-summary { color: #fff; background: var(--ink-soft); }.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }.signal-grid div { display: flex; align-items: center; gap: 12px; padding: 25px 20px; border-right: 1px solid var(--line-dark); }.signal-grid div:last-child { border: 0; }.signal-grid strong { color: var(--lime); font-size: .66rem; }.signal-grid span { font-size: .72rem; font-weight: 750; }
.ciot-content { color: #fff; background: var(--ink); }.content-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 90px; }.content-layout ol { margin: 0; padding: 0; list-style: none; }.content-layout li { display: flex; gap: 18px; padding: 19px 0; border-bottom: 1px solid var(--line-dark); }.content-layout li > span { display: grid; flex: 0 0 34px; height: 34px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: .65rem; font-weight: 850; }.content-layout li p { margin: 5px 0 0; color: rgba(255,255,255,.5); font-size: .73rem; line-height: 1.5; }
.sources-section { background: #fff; }.sources-layout { display: grid; grid-template-columns: .9fr 1fr; gap: 100px; align-items: start; }.sources-layout p:not(.section-kicker) { color: var(--muted); line-height: 1.7; }.source-links { border-top: 1px solid var(--line); }.source-links a { display: flex; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: .76rem; font-weight: 750; }.source-links a span { color: var(--orange); }

.legal-section { background: #fff; }.legal-layout { display: grid; grid-template-columns: 1fr 310px; gap: 90px; }.legal-section article h2 { margin: 32px 0 10px; font-size: 1.65rem; }.legal-section article p { color: var(--muted); line-height: 1.8; }.legal-aside { align-self: start; padding: 27px; color: #fff; background: var(--ink); border-radius: var(--radius-md); }.legal-aside > span { display: grid; width: 38px; height: 38px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; }.legal-aside p { color: rgba(255,255,255,.55); font-size: .74rem; line-height: 1.6; }.legal-aside a { color: var(--lime); font-size: .74rem; font-weight: 800; }

.site-footer { padding: 72px 0 25px; color: #fff; background: #02090d; }
.footer-main { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 45px; padding-bottom: 55px; }
.footer-main > div { display: flex; flex-direction: column; align-items: start; gap: 11px; }.footer-main > div:first-child p { color: rgba(255,255,255,.42); font-size: .84rem; line-height: 1.6; }.footer-main strong { margin-bottom: 8px; color: var(--lime); font-size: .66rem; text-transform: uppercase; letter-spacing: .08em; }.footer-main a, .footer-main button { padding: 0; color: rgba(255,255,255,.55); border: 0; background: none; cursor: pointer; font-size: .72rem; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 23px; color: rgba(255,255,255,.32); border-top: 1px solid var(--line-dark); font-size: .65rem; }
.cookie-banner { position: fixed; z-index: 300; right: 18px; bottom: 18px; left: 18px; display: flex; align-items: center; justify-content: space-between; gap: 25px; max-width: 930px; margin-inline: auto; padding: 20px 22px; color: #fff; background: var(--ink-soft); border: 1px solid var(--line-dark); border-radius: 14px; box-shadow: var(--shadow); }.cookie-banner strong { font-size: .83rem; }.cookie-banner p { margin: 5px 0 0; color: rgba(255,255,255,.5); font-size: .67rem; }.cookie-actions { display: flex; gap: 8px; }.cookie-actions .button { min-height: 42px; white-space: nowrap; font-size: .7rem; }

@media (max-width: 1050px) {
    .desktop-nav { display: none; }.header-inner .button { margin-left: auto; }
    .hero-layout { grid-template-columns: 1fr .75fr; gap: 38px; }
    .tool-grid { grid-template-columns: repeat(2, 1fr); }
    .problem-layout, .network-layout { gap: 50px; }
    .journey-flow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }.journey-flow i { display: none; }.journey-flow div { width: 90px; height: 90px; }
}

@media (max-width: 800px) {
    :root { --container: min(100% - 28px, 680px); }
    .hero-home { min-height: auto; padding: 135px 0 90px; }.hero-inner { min-height: auto; padding: 130px 0 80px; }
    .hero-layout, .feature-panel, .problem-layout, .diagnostic-promo-layout, .network-layout, .integration-panel, .diagnostic-shell, .calculator-layout, .content-layout, .sources-layout, .legal-layout { grid-template-columns: 1fr; }
    .hero-command { max-width: 500px; margin-top: 10px; transform: none; }.hero-copy h1 { font-size: clamp(3rem, 13vw, 5rem); }
    .search-band { margin-top: -35px; }.home-search > div { grid-template-columns: auto 1fr; }.home-search button { grid-column: 1 / -1; width: 100%; }
    .promise-grid { grid-template-columns: repeat(2, 1fr); }.promise-grid strong:nth-child(2) { border-right: 0; }.promise-grid strong:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .feature-panel { gap: 45px; padding: 38px; }.feature-score { max-width: 330px; }
    .section-heading.split, .diagnostic-heading { align-items: start; flex-direction: column; }
    .problem-list a { grid-template-columns: 36px 1fr auto; }.problem-list small { display: none; }
    .network-graph { max-width: 520px; width: 100%; margin-inline: auto; }
    .journey-flow { grid-template-columns: repeat(4, 1fr); }.journey-flow div { width: 82px; height: 82px; }
    .diagnostic-shell { gap: 0; }.diagnostic-aside { order: -1; }.diagnostic-aside ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 14px; margin-bottom: 20px; }
    .diagnostic-main { min-height: 590px; }.result-checklist { grid-template-columns: 1fr; }
    .calculator-result { order: -1; }
    .footer-main { grid-template-columns: 1.5fr 1fr 1fr; }.footer-main > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .header-inner { min-height: 68px; }.header-inner .button { min-height: 38px; padding-inline: 13px; font-size: .68rem; }
    .hero-actions, .feature-actions, .final-cta-inner > div, .cookie-banner, .cookie-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }
    .hero-copy h1 { font-size: 3.25rem; }.hero-lead { font-size: 1rem; }
    .search-band .container { padding: 18px; }.home-search input { font-size: .83rem; }.quick-links span { flex-basis: 100%; }
    .ciot-feature, .popular-section, .problem-section, .diagnostic-promo, .journey-section, .network-section, .integration-section, .catalog-section, .principle-section, .diagnostic-page, .calculator-section, .ciot-content, .sources-section, .legal-section { padding: 76px 0; }
    .feature-panel { padding: 28px 22px; }.tool-grid { grid-template-columns: 1fr; }.tool-card { min-height: 245px; }
    .journey-flow { grid-template-columns: repeat(2, 1fr); justify-items: center; }
    .network-graph { height: 420px; transform: scale(.88); }.network-graph::before { inset: 60px 25px; }.network-graph::after { inset: 125px 90px; }.graph-center { top: 154px; }.n1 { left: 4%; }.n2 { right: 4%; }.n4 { right: 7%; }.n5 { left: 7%; }
    .principle-layout { grid-template-columns: 1fr; gap: 20px; }.principle-layout > span { font-size: 5rem; }
    .diagnostic-main, .calculator-form, .calculator-result { padding: 29px 20px; }.diagnostic-aside ul { grid-template-columns: 1fr; }.answer-grid, .form-grid, .lead-form-grid { grid-template-columns: 1fr; }.answer-option { min-height: 53px; }.question-actions, .result-actions { align-items: stretch; flex-direction: column-reverse; }.question-actions .button { width: 100%; margin: 0; }.operations-score { grid-template-columns: 1fr; }.result-insights a { grid-template-columns: 30px 1fr; }.result-insights a b { grid-column: 2; }.consent-field { grid-column: auto; }
    .signal-grid { grid-template-columns: repeat(2, 1fr); }.signal-grid div:nth-child(2) { border-right: 0; }.signal-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
    .explain-grid { grid-template-columns: 1fr; }.explain-grid article { border-right: 0; border-bottom: 1px solid var(--line); }
    .footer-main { grid-template-columns: repeat(2, 1fr); }.footer-main > div:first-child { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 8px; }
    .cookie-banner { padding: 17px; }.cookie-actions { width: 100%; }.cookie-actions .button { width: 100%; }
}

@media print {
    .site-header, .hero, .site-footer, .cookie-banner, .diagnostic-aside, .question-actions, .result-actions, .lead-panel, .calculator-form, .calculator-note, .calculator-result .button { display: none !important; }
    body { background: #fff; }.diagnostic-page, .calculator-section { padding: 0; }.diagnostic-shell, .calculator-layout { display: block; border: 0; box-shadow: none; }.diagnostic-main, .calculator-result { color: #000; background: #fff; padding: 0; }.calculator-result * { color: #000 !important; }.price-target { border: 1px solid #000; }
}
