:root {
    --ink: #071016;
    --ink-2: #0d1921;
    --paper: #f1eee7;
    --paper-2: #e7e3da;
    --white: #ffffff;
    --muted: #66717a;
    --line: rgba(7, 16, 22, 0.14);
    --line-dark: rgba(255, 255, 255, 0.13);
    --accent: #c8ff53;
    --accent-2: #54e3ff;
    --sand: #d7c7ab;
    --danger: #ff7669;
    --radius-sm: 14px;
    --radius: 24px;
    --radius-lg: 38px;
    --shadow: 0 28px 90px rgba(7, 16, 22, 0.14);
    --shell: min(1380px, calc(100vw - 64px));
    --header-h: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.55;
    overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
::selection { background: var(--accent); color: var(--ink); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 128px 0; }
.section-dark { background: var(--ink); color: var(--white); }

.scroll-progress { position: fixed; inset: 0 auto auto 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--accent), var(--accent-2)); z-index: 9999; }
.cursor-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; z-index: 0; opacity: .12; filter: blur(25px); background: radial-gradient(circle, var(--accent-2), transparent 68%); transform: translate(-50%, -50%); transition: opacity .3s; }

.demo-ribbon {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 1200;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 12px;
    align-items: center;
    max-width: calc(100vw - 32px);
    padding: 10px 12px;
    color: #fff;
    background: rgba(7, 16, 22, .86);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    backdrop-filter: blur(18px);
    box-shadow: 0 15px 40px rgba(0,0,0,.25);
    font-size: 10px;
    letter-spacing: .08em;
}
.demo-ribbon strong { color: var(--accent); }
.demo-ribbon span { opacity: .72; }
.demo-ribbon a { text-decoration: none; background: rgba(255,255,255,.1); padding: 6px 10px; border-radius: 999px; }

.site-header {
    position: fixed;
    z-index: 1000;
    inset: 0 0 auto;
    height: var(--header-h);
    transition: background .35s ease, border-color .35s ease, transform .35s ease;
}
.site-header.scrolled { background: rgba(7, 16, 22, .88); border-bottom: 1px solid var(--line-dark); backdrop-filter: blur(20px); }
.nav-shell { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #fff; min-width: max-content; }
.brand > span:last-child { display: grid; line-height: 1; gap: 5px; }
.brand strong { font-family: "Space Grotesk", sans-serif; letter-spacing: .11em; font-size: 16px; }
.brand small { font-size: 8px; letter-spacing: .18em; opacity: .62; }
.brand-mark { width: 34px; height: 34px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 3px; align-items: end; transform: skewY(-10deg); }
.brand-mark i { display: block; background: var(--accent); border-radius: 2px 2px 0 0; }
.brand-mark i:nth-child(1) { height: 42%; }
.brand-mark i:nth-child(2) { height: 72%; }
.brand-mark i:nth-child(3) { height: 100%; }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.site-nav a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; transition: color .2s; }
.site-nav a:hover { color: var(--accent); }
.nav-cta { color: #fff; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; padding: 13px 18px; text-decoration: none; font-size: 12px; font-weight: 700; letter-spacing: .04em; transition: .25s; }
.nav-cta:hover { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.nav-cta span { margin-left: 12px; }
.menu-toggle { display: none; }

.hero { position: relative; min-height: 860px; padding: 176px 0 0; overflow: hidden; }
.hero-grid-bg { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; right: -160px; top: -260px; background: radial-gradient(circle, rgba(84,227,255,.18), transparent 67%); filter: blur(20px); }
.hero::after { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; left: -260px; bottom: -360px; background: radial-gradient(circle, rgba(200,255,83,.13), transparent 68%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .96fr) minmax(560px, 1.04fr); align-items: center; gap: 84px; min-height: 590px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--accent); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 34px; height: 1px; background: currentColor; }
.hero h1 { margin: 28px 0 26px; max-width: 760px; font-family: "Space Grotesk", sans-serif; font-size: clamp(58px, 6vw, 94px); line-height: .96; letter-spacing: -.055em; font-weight: 600; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-lead { max-width: 660px; margin: 0; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 38px; }
.button { min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; text-decoration: none; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: transform .25s, background .25s, color .25s, border-color .25s; }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--accent); color: var(--ink); }
.button-primary:hover { background: #dcff8e; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.08); }
.dark-ghost { color: var(--ink); border-color: var(--line); }
.hero-proof { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 60px; max-width: 690px; }
.hero-proof div { border-top: 1px solid var(--line-dark); padding-top: 16px; display: grid; gap: 5px; }
.hero-proof strong { font-family: "Space Grotesk", sans-serif; font-size: 22px; }
.hero-proof span { color: rgba(255,255,255,.48); font-size: 11px; letter-spacing: .05em; }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; perspective: 1100px; }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.10); }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 390px; height: 390px; border-style: dashed; animation: spin 35s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.command-card { position: relative; width: min(530px, 92%); min-height: 500px; padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-lg); background: linear-gradient(155deg, rgba(255,255,255,.095), rgba(255,255,255,.025)); backdrop-filter: blur(24px); box-shadow: 0 45px 110px rgba(0,0,0,.4); transform-style: preserve-3d; transition: transform .25s ease; overflow: hidden; }
.command-card::before { content: ""; position: absolute; width: 280px; height: 280px; border-radius: 50%; background: rgba(84,227,255,.13); filter: blur(65px); right: -100px; top: -100px; }
.command-topline, .command-footer { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.command-topline div { display: grid; gap: 5px; }
.command-topline small { color: rgba(255,255,255,.42); font-size: 9px; letter-spacing: .18em; }
.command-topline strong { font-size: 18px; }
.live-pill { display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(200,255,83,.25); color: var(--accent); background: rgba(200,255,83,.08); padding: 8px 10px; border-radius: 999px; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 10px var(--accent); }
.building-scene { position: relative; height: 250px; margin: 28px 0 20px; border-radius: 26px; background: linear-gradient(180deg, rgba(84,227,255,.09), rgba(255,255,255,.015)); border: 1px solid rgba(255,255,255,.08); overflow: hidden; transform: translateZ(20px); }
.building-scene::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 30px 30px; transform: perspective(500px) rotateX(58deg) scale(1.8) translateY(30%); transform-origin: bottom; opacity: .5; }
.building { position: absolute; bottom: 34px; display: flex; align-items: flex-end; justify-content: space-evenly; padding: 8px; background: linear-gradient(150deg, rgba(255,255,255,.32), rgba(255,255,255,.06)); border: 1px solid rgba(255,255,255,.20); clip-path: polygon(12% 0, 100% 9%, 100% 100%, 0 100%, 0 12%); box-shadow: 0 20px 35px rgba(0,0,0,.22); }
.building span { width: 9px; height: 9px; background: var(--accent-2); box-shadow: 0 0 12px rgba(84,227,255,.55); opacity: .72; }
.building-a { left: 68px; width: 120px; height: 150px; }
.building-b { left: 185px; width: 105px; height: 110px; }
.building-c { right: 55px; width: 145px; height: 205px; }
.scene-line { position: absolute; height: 1px; background: linear-gradient(90deg, transparent, var(--accent), transparent); transform-origin: left; }
.line-a { width: 210px; left: 30px; top: 76px; transform: rotate(14deg); }
.line-b { width: 230px; right: 20px; bottom: 75px; transform: rotate(-11deg); }
.scene-node { position: absolute; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 17px var(--accent); }
.node-a { left: 218px; top: 123px; }
.node-b { right: 88px; bottom: 96px; }
.command-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.command-metrics > div { display: grid; gap: 7px; padding: 13px; border-radius: 16px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.07); }
.command-metrics span { color: rgba(255,255,255,.44); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.command-metrics strong { font-size: 14px; }
.command-metrics i { height: 3px; border-radius: 999px; background: rgba(255,255,255,.08); overflow: hidden; }
.command-metrics b { height: 100%; display: block; background: linear-gradient(90deg, var(--accent), var(--accent-2)); }
.progress-72 { width: 72%; }.progress-98 { width: 98%; }.progress-88 { width: 88%; }
.command-footer { margin-top: 18px; color: rgba(255,255,255,.35); font-size: 9px; }
.command-footer button { border: 0; color: var(--accent); background: transparent; cursor: pointer; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.floating-note { position: absolute; z-index: 4; display: grid; gap: 4px; padding: 14px 16px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(7,16,22,.72); backdrop-filter: blur(18px); box-shadow: 0 15px 40px rgba(0,0,0,.22); }
.floating-note small { color: rgba(255,255,255,.43); font-size: 8px; letter-spacing: .14em; }
.floating-note strong { font-size: 11px; }
.note-one { left: -12px; top: 110px; animation: float 5s ease-in-out infinite; }
.note-two { right: -8px; bottom: 80px; animation: float 5.7s ease-in-out infinite reverse; }
@keyframes float { 50% { transform: translateY(-10px); } }
.hero-marquee { position: relative; z-index: 3; margin-top: 80px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); overflow: hidden; }
.hero-marquee > div { width: max-content; display: flex; align-items: center; gap: 32px; padding: 20px 0; animation: marquee 36s linear infinite; color: rgba(255,255,255,.52); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.hero-marquee i { color: var(--accent); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.intro-section { padding-bottom: 54px; }
.intro-grid { display: grid; grid-template-columns: 180px 1.25fr .75fr; align-items: end; gap: 50px; }
.section-index { color: #899198; font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.section-index.light { color: rgba(255,255,255,.38); }
.section-heading h2, .intelligence-copy h2, .faq-copy h2, .proposal-copy h2, .estimator-copy h2 { margin: 17px 0 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(38px, 4vw, 65px); line-height: 1.02; letter-spacing: -.045em; font-weight: 600; }
.section-heading.light h2 { color: #fff; }
.section-copy { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.section-copy.light { color: rgba(255,255,255,.52); }

.services-section { padding: 0 0 128px; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 380px; padding: 30px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .3s, transform .3s; }
.service-card:hover { background: #fff; transform: translateY(-6px); box-shadow: var(--shadow); }
.service-number { color: #939a9e; font-size: 10px; letter-spacing: .15em; }
.service-card h3 { margin: 68px 0 18px; font-family: "Space Grotesk", sans-serif; font-size: 25px; line-height: 1.15; letter-spacing: -.025em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.tag-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 24px; }
.tag-row span { border: 1px solid var(--line); border-radius: 999px; padding: 7px 9px; color: #626c72; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.service-card > a { margin-top: auto; padding-top: 34px; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card > a span { float: right; }

.projects-section { position: relative; }
.projects-header { display: grid; grid-template-columns: 180px 1.25fr .75fr; align-items: end; gap: 50px; }
.project-toolbar { margin: 60px 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.project-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button { border: 1px solid var(--line-dark); color: rgba(255,255,255,.62); background: transparent; border-radius: 999px; padding: 10px 13px; cursor: pointer; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s; }
.filter-button:hover, .filter-button.active { color: var(--ink); background: var(--accent); border-color: var(--accent); }
.project-toolbar > span { color: rgba(255,255,255,.36); font-size: 10px; letter-spacing: .07em; }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; }
.project-card { grid-column: span 4; min-height: 470px; }
.project-card:nth-child(1), .project-card:nth-child(5) { grid-column: span 7; }
.project-card:nth-child(2), .project-card:nth-child(6) { grid-column: span 5; }
.project-card[hidden] { display: none; }
.project-open { position: relative; width: 100%; height: 100%; min-height: inherit; padding: 0; overflow: hidden; border: 0; border-radius: var(--radius); color: #fff; background: #111; cursor: pointer; text-align: left; }
.project-open img { width: 100%; height: 100%; min-height: inherit; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .7s; }
.project-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(7,16,22,.1), rgba(7,16,22,.12) 45%, rgba(7,16,22,.9)); }
.project-top, .project-bottom { position: absolute; z-index: 2; left: 24px; right: 24px; display: flex; }
.project-top { top: 22px; justify-content: space-between; align-items: center; }
.project-top b { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: rgba(7,16,22,.55); backdrop-filter: blur(10px); font-size: 9px; }
.project-top i { font-style: normal; border: 1px solid rgba(255,255,255,.26); background: rgba(7,16,22,.25); backdrop-filter: blur(10px); border-radius: 999px; padding: 8px 10px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.project-bottom { bottom: 24px; flex-direction: column; align-items: flex-start; }
.project-bottom small { color: rgba(255,255,255,.55); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.project-bottom strong { margin-top: 7px; max-width: 90%; font-family: "Space Grotesk", sans-serif; font-size: clamp(24px, 2.5vw, 38px); line-height: 1; letter-spacing: -.035em; }
.project-bottom em { margin-top: 17px; color: var(--accent); font-size: 9px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; opacity: 0; transform: translateY(8px); transition: .35s; }
.project-open:hover img { transform: scale(1.055); filter: saturate(.8) brightness(.82); }
.project-open:hover .project-bottom em { opacity: 1; transform: none; }

.intelligence-section { background: #faf9f5; }
.intelligence-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 86px; align-items: center; }
.intelligence-copy p, .faq-copy p, .proposal-copy p, .estimator-copy p { color: var(--muted); font-size: 15px; line-height: 1.8; }
.check-list { list-style: none; margin: 34px 0; padding: 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.check-list li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 16px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.check-list span { color: #91989c; font-size: 9px; letter-spacing: .08em; }
.text-link { display: inline-flex; gap: 24px; text-decoration: none; border-bottom: 1px solid var(--ink); padding-bottom: 7px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.intelligence-dashboard { padding: 25px; border-radius: var(--radius-lg); background: var(--ink); color: #fff; box-shadow: 0 50px 120px rgba(7,16,22,.18); }
.dashboard-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line-dark); }
.dashboard-head > div { display: grid; gap: 5px; }
.dashboard-head small { color: rgba(255,255,255,.35); font-size: 8px; letter-spacing: .15em; }
.dashboard-head strong { font-size: 16px; }
.dashboard-head > span { border: 1px solid rgba(200,255,83,.22); color: var(--accent); background: rgba(200,255,83,.07); border-radius: 999px; padding: 8px 10px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.dashboard-main { display: grid; grid-template-columns: 180px 1fr; gap: 16px; padding: 20px 0 14px; }
.radial-card { display: grid; place-items: center; padding: 16px; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); }
.radial-progress { width: 118px; height: 118px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--accent) 0 92%, rgba(255,255,255,.08) 92%); position: relative; }
.radial-progress::before { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: var(--ink-2); }
.radial-progress span { position: relative; display: grid; place-items: center; }
.radial-progress strong { font-size: 30px; }
.radial-progress small { color: rgba(255,255,255,.34); font-size: 7px; letter-spacing: .14em; }
.radial-card p { margin: 11px 0 0; color: rgba(255,255,255,.46); font-size: 9px; }
.dashboard-kpis { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.dashboard-kpis > div { padding: 14px; display: grid; gap: 5px; border-radius: 16px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); }
.dashboard-kpis small { color: rgba(255,255,255,.35); font-size: 8px; }
.dashboard-kpis strong { font-size: 17px; }
.dashboard-kpis span { color: rgba(255,255,255,.35); font-size: 8px; }
.dashboard-kpis .up { color: var(--accent); }.dashboard-kpis .warn { color: #ffc05b; }
.chart-card { padding: 16px; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); }
.chart-head { display: flex; justify-content: space-between; color: rgba(255,255,255,.55); font-size: 9px; }
.chart-head small { color: rgba(255,255,255,.28); }
.chart-card svg { width: 100%; margin-top: 12px; overflow: visible; }
.chart-grid { stroke: rgba(255,255,255,.07); stroke-width: 1; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: var(--accent); stroke-width: 3; }
.chart-card circle { fill: var(--accent); stroke: rgba(200,255,83,.26); stroke-width: 10; }
.dashboard-list { margin-top: 14px; display: grid; }
.dashboard-list > div { display: grid; grid-template-columns: 12px 1fr auto 46px; align-items: center; gap: 9px; padding: 12px 4px; border-top: 1px solid rgba(255,255,255,.07); font-size: 9px; }
.dashboard-list i { width: 7px; height: 7px; border-radius: 50%; }.status-good { background: var(--accent); box-shadow: 0 0 8px var(--accent); }.status-watch { background: #ffc05b; box-shadow: 0 0 8px #ffc05b; }
.dashboard-list b { color: rgba(255,255,255,.44); font-weight: 600; }.dashboard-list em { font-style: normal; color: rgba(255,255,255,.28); }

.process-head { display: grid; grid-template-columns: 180px 1fr; gap: 50px; }
.process-track { margin-top: 68px; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); }
.process-step { position: relative; min-height: 330px; padding: 28px 28px 30px 0; border-right: 1px solid var(--line-dark); }
.process-step:not(:first-child) { padding-left: 28px; }
.process-step > span { position: absolute; top: -16px; left: 0; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--accent); font-size: 8px; font-weight: 800; }
.process-step:not(:first-child) > span { left: 28px; }
.process-step small { display: block; margin-top: 38px; color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .15em; }
.process-step h3 { margin: 55px 0 14px; font-family: "Space Grotesk", sans-serif; font-size: 24px; }
.process-step p { margin: 0; color: rgba(255,255,255,.47); font-size: 12px; line-height: 1.75; }

.estimator-section { background: var(--paper-2); }
.estimator-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.scope-note { margin-top: 34px; padding: 17px 19px; border-left: 3px solid var(--accent); background: rgba(255,255,255,.56); display: grid; gap: 4px; }
.scope-note strong { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }.scope-note span { color: var(--muted); font-size: 11px; }
.estimator-panel { padding: 30px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.estimator-fields { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.estimator-fields label, .proposal-form label { display: grid; gap: 8px; color: #677177; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
select, input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 13px; background: #faf9f5; color: var(--ink); outline: none; transition: border-color .2s, box-shadow .2s; }
select, input { min-height: 50px; padding: 0 13px; }
textarea { resize: vertical; padding: 14px; }
select:focus, input:focus, textarea:focus { border-color: #8bac39; box-shadow: 0 0 0 4px rgba(200,255,83,.20); }
.estimator-modules { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.estimator-modules > span { grid-column: 1 / -1; margin-bottom: 2px; color: #687177; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.estimator-modules label { display: flex; align-items: center; gap: 8px; min-height: 42px; padding: 9px 11px; border: 1px solid var(--line); border-radius: 12px; color: #465159; cursor: pointer; font-size: 10px; }
.estimator-modules input { appearance: none; width: 16px; min-height: 16px; height: 16px; padding: 0; border-radius: 4px; background: #fff; }
.estimator-modules input:checked { background: var(--accent); border-color: #9dc83c; box-shadow: inset 0 0 0 3px #fff; }
.estimate-result { margin-top: 24px; padding: 22px; border-radius: 20px; color: #fff; background: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.estimate-result > div { display: grid; gap: 5px; }.estimate-result small { color: var(--accent); font-size: 8px; font-weight: 800; letter-spacing: .14em; }.estimate-result strong { font-family: "Space Grotesk", sans-serif; font-size: 26px; }.estimate-result span { color: rgba(255,255,255,.43); font-size: 9px; }

.faq-layout { display: grid; grid-template-columns: .68fr 1.32fr; gap: 80px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; min-height: 78px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; cursor: pointer; text-align: left; font-weight: 700; }
.faq-item button span { font-size: 15px; }.faq-item button i { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-style: normal; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }.faq-item > div > p { overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }.faq-item.open > div { grid-template-rows: 1fr; }.faq-item.open > div > p { padding-bottom: 28px; }

.proposal-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.proposal-copy h2 { color: #fff; }.proposal-copy p { color: rgba(255,255,255,.5); }
.contact-options { margin-top: 40px; display: grid; border-top: 1px solid var(--line-dark); }
.contact-options a { min-height: 78px; padding: 0 4px; display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 18px; border-bottom: 1px solid var(--line-dark); color: #fff; text-decoration: none; }
.contact-options span { color: rgba(255,255,255,.34); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }.contact-options strong { font-size: 12px; }.contact-options i { color: var(--accent); font-style: normal; }
.proposal-form { padding: 30px; border-radius: var(--radius-lg); background: #fff; color: var(--ink); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }.full-field { grid-column: 1 / -1; }.honeypot { position: absolute !important; left: -10000px !important; }
.form-footer { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }.form-footer p { margin: 0; max-width: 430px; color: #7b848a; font-size: 9px; line-height: 1.6; }.form-footer p strong { color: #4b565d; }
.form-alert { margin-bottom: 16px; border-radius: 12px; padding: 13px 14px; font-size: 11px; }.form-alert.success { color: #274008; background: #ecffd1; border: 1px solid #b5e66c; }.form-alert.error { color: #7b261e; background: #fff0ee; border: 1px solid #ffc1bb; }

.site-footer { color: #fff; background: #03080b; padding: 72px 0 92px; border-top: 1px solid var(--line-dark); }
.footer-layout { display: grid; grid-template-columns: .65fr 1fr .55fr; gap: 60px; align-items: start; }
.footer-layout p { margin: 0; color: rgba(255,255,255,.42); font-size: 11px; line-height: 1.75; }.footer-layout > div { display: grid; gap: 10px; }.footer-layout > div a { color: rgba(255,255,255,.64); font-size: 10px; text-decoration: none; }.footer-layout > div a:hover { color: var(--accent); }
.footer-bottom { margin-top: 56px; padding-top: 18px; border-top: 1px solid var(--line-dark); display: flex; justify-content: space-between; color: rgba(255,255,255,.28); font-size: 8px; letter-spacing: .09em; text-transform: uppercase; }

.modal[hidden], .toast[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 2500; display: grid; place-items: center; padding: 24px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(1,5,7,.82); backdrop-filter: blur(12px); }
.project-modal, .dashboard-modal { position: relative; width: min(1080px, 100%); max-height: calc(100vh - 48px); overflow: auto; border-radius: var(--radius-lg); box-shadow: 0 50px 140px rgba(0,0,0,.45); animation: modalIn .35s both; }
@keyframes modalIn { from { opacity: 0; transform: translateY(20px) scale(.98); } }
.project-modal { display: grid; grid-template-columns: 1fr 1fr; background: #fff; }
.project-modal-image { min-height: 610px; background: var(--ink); }.project-modal-image img { width: 100%; height: 100%; object-fit: cover; }
.project-modal-content { padding: 56px; display: flex; flex-direction: column; justify-content: center; }
.project-modal-content h2, .dashboard-modal h2 { margin: 16px 0 18px; font-family: "Space Grotesk", sans-serif; font-size: clamp(38px, 5vw, 64px); line-height: .95; letter-spacing: -.045em; }
.project-modal-content > p { color: var(--muted); font-size: 14px; line-height: 1.8; }
.project-modal-content dl { margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.project-modal-content dl div { padding: 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.project-modal-content dt { color: #92999d; font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.project-modal-content dd { margin: 6px 0 0; font-size: 12px; font-weight: 700; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.modal-close { position: absolute; z-index: 5; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(7,16,22,.18); border-radius: 50%; background: rgba(255,255,255,.75); color: var(--ink); cursor: pointer; font-size: 24px; backdrop-filter: blur(10px); }
.light-close { color: #fff; border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.06); }
.dashboard-modal { padding: 58px; color: #fff; background: var(--ink); border: 1px solid rgba(255,255,255,.12); }.dashboard-modal > p { max-width: 700px; color: rgba(255,255,255,.52); }.modal-dashboard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 35px 0; }.modal-dashboard-grid > div { display: grid; gap: 7px; padding: 18px; border-radius: 17px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); }.modal-dashboard-grid small { color: rgba(255,255,255,.35); font-size: 8px; text-transform: uppercase; letter-spacing: .08em; }.modal-dashboard-grid strong { font-size: 21px; }.modal-dashboard-grid span { color: var(--accent); font-size: 8px; }
.toast { position: fixed; z-index: 3000; right: 22px; bottom: 22px; max-width: 360px; padding: 14px 16px; color: #fff; background: var(--ink); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; box-shadow: 0 20px 55px rgba(0,0,0,.3); font-size: 11px; }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.7,.2,1); transition-delay: calc(var(--delay, 0) * 1ms); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
    :root { --shell: min(100% - 40px, 1100px); }
    .site-nav { gap: 18px; }
    .hero-layout { grid-template-columns: 1fr 1fr; gap: 42px; }
    .hero h1 { font-size: 64px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card { min-height: 330px; }
    .project-card, .project-card:nth-child(1), .project-card:nth-child(2), .project-card:nth-child(5), .project-card:nth-child(6) { grid-column: span 6; }
    .intelligence-layout, .estimator-layout, .faq-layout, .proposal-layout { gap: 48px; }
    .command-card { width: 100%; }
    .note-one { left: -20px; }.note-two { right: -15px; }
}

@media (max-width: 900px) {
    :root { --header-h: 74px; }
    .section { padding: 92px 0; }
    .cursor-glow { display: none; }
    .nav-shell { justify-content: space-between; }
    .menu-toggle { display: grid; place-items: center; gap: 6px; width: 44px; height: 44px; margin-left: auto; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.04); }
    .menu-toggle span { width: 18px; height: 1px; background: #fff; transition: .25s; }
    .menu-toggle.open span:first-child { transform: translateY(3.5px) rotate(45deg); }.menu-toggle.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
    .site-nav { position: fixed; inset: var(--header-h) 14px auto; padding: 16px; display: grid; gap: 0; background: rgba(7,16,22,.97); border: 1px solid var(--line-dark); border-radius: 18px; box-shadow: 0 30px 70px rgba(0,0,0,.35); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s; }
    .site-nav.open { opacity: 1; visibility: visible; transform: none; }
    .site-nav a { padding: 14px 8px; border-bottom: 1px solid rgba(255,255,255,.08); }
    .site-nav a:last-child { border-bottom: 0; }
    .nav-cta { display: none; }
    .hero { min-height: auto; padding-top: 126px; }
    .hero-layout { grid-template-columns: 1fr; min-height: auto; }
    .hero-copy { text-align: center; }
    .eyebrow { justify-content: center; }
    .hero h1 { margin-inline: auto; font-size: clamp(52px, 12vw, 78px); }
    .hero-lead { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .hero-proof { margin-inline: auto; text-align: left; }
    .hero-visual { min-height: 540px; margin-top: 16px; }
    .command-card { width: min(600px, 94%); }
    .note-one { left: 5%; }.note-two { right: 5%; }
    .intro-grid, .projects-header { grid-template-columns: 1fr; gap: 22px; }
    .section-index { margin-bottom: 8px; }
    .section-copy { max-width: 620px; }
    .intelligence-layout, .estimator-layout, .faq-layout, .proposal-layout { grid-template-columns: 1fr; }
    .process-track { grid-template-columns: repeat(2, 1fr); }
    .process-step:nth-child(2) { border-right: 0; }.process-step:nth-child(n+3) { border-top: 1px solid var(--line-dark); }
    .process-head { grid-template-columns: 1fr; gap: 22px; }
    .estimator-fields { grid-template-columns: 1fr; }.estimator-modules { grid-template-columns: repeat(2, 1fr); }
    .footer-layout { grid-template-columns: 1fr 1fr; }.footer-layout p { grid-column: 1 / -1; grid-row: 2; }
    .project-modal { grid-template-columns: 1fr; }.project-modal-image { min-height: 320px; max-height: 42vh; }.project-modal-content { padding: 36px; }
}

@media (max-width: 640px) {
    :root { --shell: calc(100% - 28px); }
    .section { padding: 78px 0; }
    .demo-ribbon { grid-template-columns: 1fr auto; border-radius: 18px; }.demo-ribbon span { display: none; }
    .brand strong { font-size: 14px; }.brand small { font-size: 7px; }
    .hero { padding-top: 112px; }
    .hero h1 { font-size: 49px; }
    .hero-lead { font-size: 14px; }
    .hero-actions { display: grid; }.button { width: 100%; }
    .hero-proof { grid-template-columns: 1fr; gap: 8px; }.hero-proof div { grid-template-columns: 60px 1fr; align-items: center; }
    .hero-visual { min-height: 480px; }
    .orbit-one { width: 390px; height: 390px; }.orbit-two { width: 310px; height: 310px; }
    .command-card { min-height: 430px; padding: 16px; border-radius: 26px; }
    .building-scene { height: 210px; margin-top: 20px; }.building-a { left: 35px; }.building-b { left: 130px; }.building-c { right: 25px; }
    .command-metrics { gap: 6px; }.command-metrics > div { padding: 9px; }.command-metrics span { font-size: 7px; }.command-metrics strong { font-size: 11px; }
    .floating-note { padding: 10px 12px; }.note-one { top: 60px; left: 0; }.note-two { right: 0; bottom: 35px; }
    .hero-marquee { margin-top: 44px; }
    .section-heading h2, .intelligence-copy h2, .faq-copy h2, .proposal-copy h2, .estimator-copy h2 { font-size: 40px; }
    .services-grid { grid-template-columns: 1fr; }.service-card { min-height: 300px; }.service-card h3 { margin-top: 42px; }
    .project-toolbar { align-items: flex-start; flex-direction: column; }.project-filters { flex-wrap: nowrap; overflow-x: auto; width: calc(100vw - 14px); padding-right: 20px; scrollbar-width: none; }.project-filters::-webkit-scrollbar { display: none; }.filter-button { white-space: nowrap; }
    .project-card, .project-card:nth-child(1), .project-card:nth-child(2), .project-card:nth-child(5), .project-card:nth-child(6) { grid-column: span 12; min-height: 410px; }
    .dashboard-main { grid-template-columns: 1fr; }.radial-card { grid-template-columns: auto 1fr; gap: 18px; }.dashboard-kpis { grid-template-columns: 1fr 1fr; }
    .process-track { grid-template-columns: 1fr; }.process-step, .process-step:not(:first-child) { border-right: 0; padding-left: 0; }.process-step:not(:first-child) > span { left: 0; }.process-step:nth-child(n+2) { border-top: 1px solid var(--line-dark); }
    .estimator-panel, .proposal-form { padding: 20px; border-radius: 24px; }.estimator-modules { grid-template-columns: 1fr; }.estimate-result { align-items: stretch; flex-direction: column; }.estimate-result .button { width: 100%; }
    .form-grid { grid-template-columns: 1fr; }.full-field { grid-column: auto; }.form-footer { align-items: stretch; flex-direction: column; }.form-footer .button { width: 100%; }
    .footer-layout { grid-template-columns: 1fr; }.footer-layout p { grid-column: auto; grid-row: auto; }.footer-bottom { align-items: flex-start; flex-direction: column; gap: 9px; }
    .project-modal-content { padding: 28px 20px 24px; }.project-modal-content h2, .dashboard-modal h2 { font-size: 38px; }.project-modal-content dl { grid-template-columns: 1fr; }.project-modal-image { min-height: 240px; }.dashboard-modal { padding: 50px 20px 24px; }.modal-dashboard-grid { grid-template-columns: 1fr 1fr; }
    .contact-options a { grid-template-columns: 60px 1fr auto; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}
