:root {
    --ink: #0a1320;
    --ink-soft: #101f2d;
    --ink-lighter: #183244;
    --paper: #f3f5f2;
    --paper-strong: #fff;
    --muted: #657175;
    --line: rgba(7, 18, 24, 0.13);
    --line-dark: rgba(255, 255, 255, 0.12);
    --lime: #55e6bd;
    --lime-bright: #83f3d2;
    --orange: #ffb454;
    --blue: #73c7ff;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 30px;
    --shadow: 0 28px 80px rgba(3, 16, 28, 0.13);
    --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(10, 19, 32, 0.94); 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: 10px; 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-solution .hero-layout { grid-template-columns: minmax(0, 1fr) 390px; }
.hero-copy h1 { max-width: 770px; margin: 0 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); }
.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; }
.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-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-story, .ciot-content, .sources-section, .legal-section, .solution-overview, .solution-features, .solution-results, .suite-connection, .solution-demo { 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-preview, .solution-visual { position: relative; overflow: hidden; aspect-ratio: 3 / 2; background-repeat: no-repeat; }
.tool-preview { width: calc(100% + 52px); margin: -26px -26px 22px; border-bottom: 1px solid var(--line); border-radius: var(--radius-md) var(--radius-md) 0 0; }
.tool-preview + .tool-card-top { margin-bottom: 22px; }
.operator-preview.preview-1, .operator-preview.preview-2, .operator-preview.preview-3, .operator-preview.preview-4, .operator-preview.preview-5, .operator-preview.preview-6, .operator-preview.preview-7, .operator-preview.preview-8, .operator-preview.preview-9 { background-image: url('/assets/brand/operator-solutions-grid.webp'); background-size: 300% 300%; }
.preview-1 { background-position: 0 0; }
.preview-2 { background-position: 50% 0; }
.preview-3 { background-position: 100% 0; }
.preview-4 { background-position: 0 50%; }
.preview-5 { background-position: 50% 50%; }
.preview-6 { background-position: 100% 50%; }
.preview-7 { background-position: 0 100%; }
.preview-8 { background-position: 50% 100%; }
.preview-9 { background-position: 100% 100%; }
.operator-preview.preview-10, .operator-preview.preview-11, .operator-preview.preview-12 { background-image: url('/assets/brand/operator-solutions-extra.webp'); background-size: 200% 200%; }
.preview-10 { background-position: 0 0; }
.preview-11 { background-position: 100% 0; }
.preview-12 { background-position: 0 100%; }
.visual-1 { background-position: 0 0; }
.visual-2 { background-position: 50% 0; }
.visual-3 { background-position: 100% 0; }
.visual-4 { background-position: 0 50%; }
.visual-5 { background-position: 50% 50%; }
.visual-6 { background-position: 100% 50%; }
.visual-7 { background-position: 0 100%; }
.visual-8 { background-position: 50% 100%; }
.visual-9 { background-position: 100% 100%; }
.visual-10, .visual-11 { background-position: center; background-size: cover; }
.visual-10 { background-image: url('/assets/brand/preview-motorista-entregas.webp'); }
.visual-11 { background-image: url('/assets/brand/preview-compliance-risco.webp'); }
.visual-12, .visual-13, .visual-14, .visual-15, .visual-16, .visual-17, .visual-18, .visual-19, .visual-20, .visual-21, .visual-22, .visual-23, .visual-24 { background-image: url('/assets/brand/tools-preview-grid.webp'); background-size: 400% 400%; }
.visual-12 { background-position: 0 0; }.visual-13 { background-position: 33.333% 0; }.visual-14 { background-position: 66.667% 0; }.visual-15 { background-position: 100% 0; }
.visual-16 { background-position: 0 33.333%; }.visual-17 { background-position: 33.333% 33.333%; }.visual-18 { background-position: 66.667% 33.333%; }.visual-19 { background-position: 100% 33.333%; }
.visual-20 { background-position: 0 66.667%; }.visual-21 { background-position: 33.333% 66.667%; }.visual-22 { background-position: 66.667% 66.667%; }.visual-23 { background-position: 100% 66.667%; }
.visual-24 { background-position: 0 100%; }
.tool-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--lime); border: 1px solid rgba(200,245,91,.32); background: var(--ink); border-radius: 13px 4px; box-shadow: inset 0 0 0 3px rgba(255,255,255,.035); font-size: .9rem; font-weight: 900; }
.tool-icon.tone-blue, .feature-mini-icon.tone-blue { color: #8cd9ff; border-color: rgba(140,217,255,.35); }
.tool-icon.tone-orange, .feature-mini-icon.tone-orange { color: #ff8d58; border-color: rgba(255,141,88,.35); }
.tool-icon.tone-graphite, .feature-mini-icon.tone-graphite { color: #d7dee1; border-color: rgba(215,222,225,.3); }
.tool-icon.tone-violet, .feature-mini-icon.tone-violet { color: #c6a7ff; border-color: rgba(198,167,255,.34); }
.tool-icon.tone-cyan, .feature-mini-icon.tone-cyan { color: #67ead6; border-color: rgba(103,234,214,.34); }
.tool-icon.tone-gold, .feature-mini-icon.tone-gold { color: #ffd56a; border-color: rgba(255,213,106,.34); }
.tool-icon.tone-green, .feature-mini-icon.tone-green { color: #78e894; border-color: rgba(120,232,148,.34); }
.tool-icon.tone-coral, .feature-mini-icon.tone-coral { color: #ff9b8d; border-color: rgba(255,155,141,.34); }
.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; }
.suite-stack { position: relative; display: grid; gap: 8px; padding: 30px; color: #fff; background: var(--ink); border-radius: var(--radius-lg); box-shadow: var(--shadow); transform: rotate(1deg); }
.suite-stack span { padding: 14px 17px; border: 1px solid var(--line-dark); border-radius: 10px; background: rgba(255,255,255,.035); font-size: .7rem; font-weight: 800; letter-spacing: .1em; }
.suite-stack span:nth-child(2) { margin-left: 7%; }.suite-stack span:nth-child(3) { margin-left: 14%; }.suite-stack span:nth-child(4) { margin-left: 21%; }.suite-stack span:nth-child(5) { margin-left: 28%; }
.suite-stack strong { margin-top: 12px; color: var(--lime); font-size: 1rem; letter-spacing: -.03em; }

.solution-hero-card { padding: 28px; color: #fff; border: 1px solid rgba(255,255,255,.13); background: rgba(13,28,35,.86); border-radius: var(--radius-lg); box-shadow: 0 32px 80px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
.solution-visual { margin: 0 0 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: 0 16px 35px rgba(0,0,0,.2); }
.solution-hero-card > small { color: rgba(255,255,255,.43); font-size: .62rem; font-weight: 800; letter-spacing: .11em; }
.solution-hero-card h2 { margin: 12px 0; font-size: 2rem; letter-spacing: -.045em; }
.solution-hero-card > p { color: rgba(255,255,255,.62); font-size: .8rem; line-height: 1.65; }
.solution-hero-card ul { margin: 24px 0 0; padding: 0; list-style: none; }
.solution-hero-card li { display: flex; gap: 10px; padding: 11px 0; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.7); font-size: .73rem; }
.solution-hero-card li span { color: var(--lime); }

.solution-overview { background: #fff; }
.solution-intro-grid { display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: 100px; }
.solution-intro-grid h2, .results-layout h2, .solution-demo h2 { margin: 14px 0 0; font-size: clamp(2.4rem, 4.3vw, 4.4rem); line-height: 1.01; letter-spacing: -.06em; }
.solution-intro-grid .section-kicker, .solution-features .section-kicker, .suite-connection .section-kicker, .solution-demo .section-kicker { color: var(--orange); }
.solution-position { padding: 28px; color: #fff; background: var(--ink); border-radius: var(--radius-md); }
.solution-position span { color: var(--lime); font-size: .6rem; font-weight: 850; letter-spacing: .12em; }
.solution-position p { margin: 9px 0 19px; color: rgba(255,255,255,.58); font-size: .78rem; line-height: 1.6; }
.solution-position i { display: block; margin: 0 0 17px; color: var(--orange); font-style: normal; }
.solution-features { background: var(--paper); }
.section-side-copy { max-width: 390px; color: var(--muted) !important; font-size: .8rem; line-height: 1.65 !important; }
.feature-module-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.feature-module-grid article { min-height: 310px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.5); }
.feature-module-grid article > span { color: var(--orange); font-size: .6rem; font-weight: 850; }
.feature-mini-icon { display: grid; width: 42px; height: 42px; margin: 28px 0 23px; place-items: center; color: var(--lime); border: 1px solid rgba(200,245,91,.32); background: var(--ink); border-radius: 11px 3px; font-size: .76rem; font-weight: 900; }
.feature-module-grid h3 { margin: 0 0 11px; font-size: 1.03rem; letter-spacing: -.025em; }
.feature-module-grid p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.65; }
.solution-results { color: #fff; background: var(--ink); }
.results-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.solution-results .section-kicker { color: var(--lime); }
.outcome-list { border-top: 1px solid var(--line-dark); }
.outcome-list > div { display: grid; grid-template-columns: 40px 1fr auto; align-items: center; gap: 12px; padding: 22px 3px; border-bottom: 1px solid var(--line-dark); }
.outcome-list span { color: var(--lime); font-size: .61rem; font-weight: 850; }.outcome-list strong { font-size: .9rem; }.outcome-list b { color: var(--orange); }
.suite-connection { background: #fff; }
.suite-connection .section-heading > p:last-child { color: var(--muted); }
.related-solutions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.related-solutions a { display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform 160ms ease, border-color 160ms ease; }
.related-solutions a:hover { transform: translateY(-3px); border-color: rgba(7,18,24,.35); }
.related-solutions small, .related-solutions strong { display: block; }.related-solutions small { margin-bottom: 5px; color: var(--orange); font-size: .58rem; font-weight: 850; text-transform: uppercase; }.related-solutions strong { font-size: .78rem; }.related-solutions b { color: var(--orange); }
.solution-demo { color: #fff; background: var(--ink-soft); }
.demo-layout { display: grid; grid-template-columns: 1fr 480px; align-items: center; gap: 100px; }
.demo-layout > div > p:not(.section-kicker) { max-width: 620px; color: rgba(255,255,255,.58); line-height: 1.7; }
.demo-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; padding: 28px; color: var(--ink); background: #fff; border-radius: var(--radius-md); box-shadow: var(--shadow); }
.demo-form .consent-field, .demo-form > .button, .demo-form .lead-feedback { grid-column: 1 / -1; }
.demo-form .field input { background: var(--paper); }
.demo-form > .button { width: 100%; margin-top: 5px; }

.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: 9px; 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: block; color: var(--muted); 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, .form-grid select { width: 100%; min-height: 48px; padding: 0 12px; border: 0; outline: 0; background: transparent; }.form-grid select { appearance: none; cursor: pointer; }.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: block; color: var(--lime); font-size: .62rem; font-weight: 850; letter-spacing: .1em; }.calculator-result > small { display: block; margin-top: 0; color: rgba(255,255,255,.45); }.calculator-result > .result-label + small { margin-top: 35px; }.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; }
.advanced-form-grid { align-items: end; }
.calculator-access-note { margin: 24px 0 0; padding-top: 17px; color: var(--lime); border-top: 1px solid var(--line-dark); font-size: .65rem; font-weight: 750; }
.source-empty { padding: 24px 0; color: var(--muted); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .76rem; line-height: 1.65; }
.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-story { background: #fff; }.ciot-story-heading { display: grid; grid-template-columns: 1fr 470px; align-items: end; gap: 85px; }.ciot-story-heading .section-kicker { color: var(--orange); }.ciot-story-heading h2 { margin: 13px 0 0; font-size: clamp(2.6rem, 4.8vw, 5rem); line-height: .98; letter-spacing: -.065em; }.ciot-story-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }
.ciot-story-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.ciot-story-grid article { min-height: 230px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }.ciot-story-grid span { color: var(--orange); font-size: .61rem; font-weight: 850; }.ciot-story-grid h3 { margin: 35px 0 12px; font-size: 1.05rem; }.ciot-story-grid p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.65; }
.ciot-flow { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 28px; padding: 23px 28px; color: #fff; background: var(--ink); border-radius: var(--radius-md); }.ciot-flow span { font-size: .68rem; font-weight: 850; letter-spacing: .08em; }.ciot-flow i { color: var(--lime); font-style: normal; }
.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); }
    .feature-module-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, .hero-solution .hero-layout, .feature-panel, .problem-layout, .diagnostic-promo-layout, .network-layout, .integration-panel, .diagnostic-shell, .calculator-layout, .ciot-story-heading, .content-layout, .sources-layout, .legal-layout, .solution-intro-grid, .results-layout, .demo-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; }
    .solution-hero-card { max-width: 500px; }.solution-intro-grid, .results-layout, .demo-layout { gap: 45px; }.related-solutions { grid-template-columns: 1fr; }
    .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-story, .ciot-content, .sources-section, .legal-section, .solution-overview, .solution-features, .solution-results, .suite-connection, .solution-demo { padding: 76px 0; }
    .feature-panel { padding: 28px 22px; }.tool-grid { grid-template-columns: 1fr; }.tool-card { min-height: 245px; }
    .feature-module-grid { grid-template-columns: 1fr; }.feature-module-grid article { min-height: 250px; }.demo-form { grid-template-columns: 1fr; padding: 22px; }.demo-form .consent-field, .demo-form > .button, .demo-form .lead-feedback { grid-column: auto; }.suite-stack { padding: 22px; transform: none; }.suite-stack span { margin-left: 0 !important; }
    .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); }
    .ciot-story-grid { grid-template-columns: 1fr; }.ciot-story-grid article { min-height: 0; }.ciot-flow { align-items: stretch; flex-direction: column; }.ciot-flow i { transform: rotate(90deg); text-align: center; }
    .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; }
}

/* Operador.io */
.operator-hero::before { right: -80px; top: 20px; background: radial-gradient(circle, rgba(85,230,189,.18), transparent 67%); }
.operator-hero .hero-copy h1 { max-width: 760px; font-size: clamp(3.2rem, 5.6vw, 5.8rem); }
.warehouse-command { padding: 18px; border: 1px solid rgba(255,255,255,.13); background: linear-gradient(155deg, rgba(24,50,68,.95), rgba(8,19,31,.97)); border-radius: 26px; box-shadow: 0 34px 90px rgba(0,0,0,.3); transform: rotate(1deg); }
.wc-head { display: flex; justify-content: space-between; padding: 7px 5px 18px; color: rgba(255,255,255,.55); font-size: .64rem; text-transform: uppercase; letter-spacing: .08em; }
.wc-head span { color: var(--lime); font-weight: 850; }
.wc-head b { font-weight: 650; }
.wc-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.wc-metrics div { padding: 14px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); border-radius: 11px; }
.wc-metrics small, .wc-metrics strong { display: block; }
.wc-metrics small { min-height: 26px; color: rgba(255,255,255,.42); font-size: .58rem; }
.wc-metrics strong { margin-top: 5px; font-size: 1.22rem; }
.wc-metrics i { display: block; height: 3px; margin-top: 11px; background: linear-gradient(90deg, var(--lime) 82%, rgba(255,255,255,.1) 82%); border-radius: 3px; }
.wc-map { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; margin-top: 8px; padding: 10px; background: #0b1724; border-radius: 12px; }
.wc-map .zone, .wc-map .dock { min-height: 88px; padding: 13px; color: rgba(255,255,255,.55); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; font-size: .62rem; }
.wc-map .zone { background-image: repeating-linear-gradient(90deg, transparent 0 13px, rgba(85,230,189,.2) 14px 15px), repeating-linear-gradient(0deg, transparent 0 13px, rgba(85,230,189,.13) 14px 15px); }
.wc-map .z2, .wc-map .z4 { background-color: rgba(85,230,189,.05); }
.wc-map b { display: block; margin-top: 31px; color: #fff; font-size: .85rem; }
.wc-map .dock { grid-column: 1 / -1; min-height: 54px; background: linear-gradient(90deg, rgba(255,180,84,.13), rgba(255,255,255,.02)); }
.wc-map .dock b { display: inline; margin-left: 8px; color: var(--orange); }
.wc-queue { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px; margin-top: 8px; }
.wc-queue span { display: flex; align-items: center; gap: 7px; padding: 10px; color: rgba(255,255,255,.56); background: rgba(255,255,255,.04); border-radius: 8px; font-size: .59rem; }
.wc-queue i { width: 7px; height: 7px; background: #73c7ff; border-radius: 50%; }.wc-queue i.ok { background: var(--lime); }.wc-queue i.warn { background: var(--orange); }.wc-queue b { margin-left: auto; color: #fff; }

.operator-preview { background-color: #0a1825; background-repeat: no-repeat; }
.operator-feature .feature-panel { background: linear-gradient(135deg, #101f2d, #0b1724); }
.utility-section { background: #fff; }
.utility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.utility-card { display: flex; min-height: 245px; flex-direction: column; padding: 28px; background: var(--paper-strong); border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform 180ms ease, border-color 180ms ease; }
.utility-card:hover { transform: translateY(-4px); border-color: rgba(10,19,32,.32); }
.utility-card > span { color: var(--orange); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.utility-card h3 { margin: 37px 0 10px; font-size: 1.22rem; letter-spacing: -.03em; }
.utility-card p { margin: 0 0 28px; color: var(--muted); font-size: .78rem; line-height: 1.65; }
.utility-card strong { display: flex; justify-content: space-between; margin-top: auto; font-size: .74rem; }.utility-card i { color: var(--orange); font-style: normal; }
.final-cta { padding: 105px 0; color: #fff; background: var(--ink); }
.final-panel { display: grid; grid-template-columns: .9fr 1fr; gap: 80px; align-items: start; }
.final-panel h2 { margin: 14px 0 20px; font-size: clamp(2.6rem, 4.5vw, 4.7rem); line-height: .98; letter-spacing: -.06em; }
.final-panel > div > p:not(.section-kicker) { color: rgba(255,255,255,.55); line-height: 1.75; }
.lead-form { display: grid; gap: 13px; padding: 28px; color: var(--ink); background: #fff; border-radius: 20px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 11px; }
.lead-form label { display: grid; gap: 6px; font-size: .66rem; font-weight: 760; }
.lead-form input:not([type="checkbox"]) { width: 100%; min-height: 46px; padding: 0 12px; border: 1px solid var(--line); background: var(--paper); border-radius: 8px; outline: 0; }
.lead-form input:focus { border-color: var(--ink); }
.consent-line { display: flex !important; align-items: start; grid-template-columns: auto 1fr; gap: 9px !important; color: var(--muted); line-height: 1.5; }
.form-status { min-height: 16px; margin: 0; color: var(--muted); font-size: .7rem; }

.catalog-hero { padding: 155px 0 78px; color: #fff; background: var(--ink); }
.catalog-hero h1, .solution-hero h1, .calculator-hero h1, .diagnostic-section h1, .not-found h1 { max-width: 900px; margin: 16px 0 20px; font-size: clamp(3rem, 5.4vw, 5.6rem); line-height: .96; letter-spacing: -.065em; }
.catalog-hero > .container > p:last-child, .solution-hero-grid > div > p:not(.section-kicker), .calculator-layout > div > p:not(.section-kicker), .diagnostic-layout > div > p:not(.section-kicker) { max-width: 680px; color: rgba(255,255,255,.62); line-height: 1.7; }
.catalog-controls { margin-bottom: 30px; }
.catalog-controls label { display: block; margin-bottom: 10px; font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.catalog-controls input { width: 100%; min-height: 62px; padding: 0 20px; border: 1px solid var(--line); background: #fff; border-radius: 12px; outline: 0; }

.solution-hero, .calculator-hero, .diagnostic-section { padding: 150px 0 100px; color: #fff; background: var(--ink); }
.solution-hero-grid, .calculator-layout, .diagnostic-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .85fr); align-items: center; gap: 70px; }
.solution-visual { border: 1px solid rgba(255,255,255,.13); border-radius: 22px; box-shadow: 0 34px 90px rgba(0,0,0,.3); }
.workflow-section, .detail-section { padding: 95px 0; }
.workflow-section { background: #fff; }
.workflow-section h2, .detail-section h2 { margin: 14px 0 38px; font-size: clamp(2.4rem, 4vw, 4.2rem); letter-spacing: -.055em; }
.workflow-row { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.workflow-row div { min-height: 150px; padding: 25px; border-right: 1px solid var(--line); }.workflow-row div:last-child { border: 0; }
.workflow-row span { color: var(--orange); font-size: .64rem; font-weight: 900; }.workflow-row strong { display: block; margin-top: 60px; }
.detail-grid { display: grid; grid-template-columns: 1fr 420px; gap: 90px; align-items: start; }
.check-list { margin: 0; padding: 0; list-style: none; }.check-list li { padding: 18px 0; border-top: 1px solid var(--line); font-weight: 700; }.check-list li::before { content: "✓"; margin-right: 13px; color: #119f79; }
.metric-panel { padding: 30px; color: #fff; background: var(--ink-soft); border-radius: 20px; }.metric-panel > p { color: var(--lime); font-size: .65rem; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }.metric-panel div { display: flex; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid var(--line-dark); }.metric-panel span { color: rgba(255,255,255,.65); font-size: .76rem; }.metric-panel b { color: var(--lime); font-size: .69rem; }.metric-panel small { display: block; margin-top: 22px; color: rgba(255,255,255,.4); line-height: 1.6; }

.calculator-card { padding: 30px; color: var(--ink); background: #fff; border-radius: 22px; box-shadow: var(--shadow); }
.calculator-card [data-calculator-fields] { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.calculator-card label { display: grid; gap: 7px; color: var(--muted); font-size: .65rem; font-weight: 750; }.calculator-card input { min-width: 0; min-height: 46px; padding: 0 11px; border: 1px solid var(--line); background: var(--paper); border-radius: 8px; }
.calculator-card .button { width: 100%; margin-top: 17px; }
.calculator-card .calculator-result { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2px 10px; margin-top: 18px; padding: 18px; color: #fff; background: var(--ink-soft); border-radius: 12px; }
.calculator-card .calculator-result small { grid-column: 1 / -1; color: rgba(255,255,255,.46); }.calculator-card .calculator-result strong { margin: 0; font-size: 2.1rem; }.calculator-card .calculator-result span { color: var(--lime); font-size: .68rem; font-weight: 800; }

.diagnostic-layout { align-items: start; }
.diagnostic-card { display: grid; gap: 8px; padding: 25px; color: var(--ink); background: #fff; border-radius: 22px; }
.diagnostic-card > label { cursor: pointer; }.diagnostic-card > label input { position: absolute; opacity: 0; }.diagnostic-card > label span { display: grid; grid-template-columns: 35px 1fr; align-items: center; gap: 10px; padding: 13px; border: 1px solid var(--line); background: var(--paper); border-radius: 9px; font-size: .7rem; line-height: 1.35; }.diagnostic-card > label b { color: var(--orange); font-size: .62rem; }.diagnostic-card > label input:checked + span { background: rgba(85,230,189,.24); border-color: #119f79; }
.diagnostic-card .button { margin-top: 10px; }
.diagnostic-result { padding: 19px; color: #fff; background: var(--ink-soft); border-radius: 11px; }.diagnostic-result strong { display: block; color: var(--lime); font-size: 2rem; }.diagnostic-result p { margin-bottom: 0; color: rgba(255,255,255,.58); font-size: .72rem; line-height: 1.55; }
.legal-copy { max-width: 860px; }.legal-copy h1 { font-size: clamp(3rem, 5vw, 5rem); letter-spacing: -.06em; }.legal-copy .section-kicker { color: var(--orange); }
.not-found { min-height: 680px; padding: 180px 0 100px; color: #fff; background: var(--ink); }.not-found span { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .15em; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 45px; padding-bottom: 55px; }.footer-grid > div { display: flex; align-items: start; flex-direction: column; gap: 11px; }.footer-grid p { max-width: 330px; color: rgba(255,255,255,.42); font-size: .78rem; line-height: 1.65; }.footer-grid strong { margin-bottom: 7px; color: var(--lime); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }.footer-grid a, .footer-grid button { padding: 0; color: rgba(255,255,255,.56); border: 0; background: none; cursor: pointer; font-size: .72rem; }
.cookie-banner > button:not(.button) { min-height: 42px; padding: 0 16px; color: #fff; border: 1px solid rgba(255,255,255,.24); background: transparent; border-radius: 9px; cursor: pointer; font-size: .7rem; font-weight: 760; white-space: nowrap; }
.cookie-banner > button:not(.button):hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.06); }

@media (max-width: 900px) {
    .warehouse-command { transform: none; }
    .utility-grid { grid-template-columns: repeat(2, 1fr); }
    .final-panel, .solution-hero-grid, .calculator-layout, .diagnostic-layout, .detail-grid { grid-template-columns: 1fr; }
    .solution-visual { max-width: 720px; }
    .footer-grid { grid-template-columns: repeat(3, 1fr); }.footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
    .operator-hero .hero-copy h1, .catalog-hero h1, .solution-hero h1, .calculator-hero h1, .diagnostic-section h1 { font-size: 3.05rem; }
    .wc-metrics { grid-template-columns: 1fr; }.wc-map { grid-template-columns: repeat(2, 1fr); }
    .utility-grid, .form-row, .calculator-card [data-calculator-fields] { grid-template-columns: 1fr; }
    .workflow-row { grid-template-columns: repeat(2, 1fr); }.workflow-row div:nth-child(2) { border-right: 0; }.workflow-row div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
