:root {
    --ink: #0d223f;
    --ink-soft: #39506b;
    --muted: #718198;
    --paper: #f7f8fa;
    --white: #ffffff;
    --red: #c42032;
    --red-dark: #9c1627;
    --gold: #f2b544;
    --line: #dde3ea;
    --dark: #0a1b31;
    --dark-soft: #142e4d;
    --serif: Georgia, 'Times New Roman', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); color: var(--ink); font-family: 'Manrope', Arial, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--red); }
section { scroll-margin-top: 78px; }

.site-header { position: relative; z-index: 1000; background: rgba(255,255,255,.94); }
.navbar { min-height: 78px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); }
.brand-mark { width: 42px; height: 42px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; letter-spacing: .11em; }
.brand-copy strong { font-size: .94rem; font-weight: 800; }
.brand-copy small { color: var(--muted); font-family: 'DM Mono', monospace; font-size: .47rem; letter-spacing: .08em; margin-top: 5px; text-transform: uppercase; }
.nav-link { color: var(--ink) !important; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.nav-link:hover { color: var(--red) !important; }
.btn-red { align-items: center; background: var(--red); border: 1px solid var(--red); border-radius: 0; color: #fff; display: inline-flex; font-size: .72rem; font-weight: 800; justify-content: center; letter-spacing: .08em; padding: .88rem 1.25rem; text-transform: uppercase; transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.btn-red:hover { background: var(--red-dark); border-color: var(--red-dark); color: #fff; box-shadow: 0 12px 26px rgba(196,32,50,.18); transform: translateY(-2px); }
.btn-outline-ink { align-items: center; border: 1px solid var(--ink); border-radius: 0; color: var(--ink); display: inline-flex; font-size: .72rem; font-weight: 800; justify-content: center; letter-spacing: .08em; padding: .88rem 1.25rem; text-transform: uppercase; transition: all .2s ease; }
.btn-outline-ink:hover { background: var(--ink); color: #fff; transform: translateY(-2px); }

.section-pad { padding: 7.5rem 0; }
.hero-section { background: #f5f6f7; min-height: calc(100vh - 78px); overflow: hidden; padding-bottom: 8rem; padding-top: 9rem; position: relative; }
.hero-grid { background-image: linear-gradient(rgba(13,34,63,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(13,34,63,.06) 1px, transparent 1px); background-size: 46px 46px; inset: 0; opacity: .65; position: absolute; }
.hero-orb { border: 1px solid rgba(196,32,50,.16); border-radius: 50%; pointer-events: none; position: absolute; }
.hero-orb-one { height: 540px; right: -170px; top: 42px; width: 540px; }
.hero-orb-two { height: 360px; right: -80px; top: 130px; width: 360px; }
.eyebrow, .section-kicker { color: var(--red); font-family: 'DM Mono', monospace; font-size: .65rem; font-weight: 500; letter-spacing: .14em; line-height: 1.6; text-transform: uppercase; }
.eyebrow { align-items: center; display: flex; gap: 11px; }
.eyebrow-line { background: var(--red); display: inline-block; height: 1px; width: 34px; }
.eyebrow-year { color: var(--muted); margin-left: 12px; }
.hero-title { font-size: clamp(4rem, 8vw, 8.2rem); font-weight: 800; letter-spacing: -.09em; line-height: .88; margin: 0; max-width: 850px; position: relative; }
.hero-title span, .section-title span { color: var(--red); font-family: var(--serif); font-style: italic; font-weight: 400; letter-spacing: -.08em; }
.hero-lead { color: var(--ink-soft); font-size: 1.05rem; line-height: 1.8; margin: 2.1rem 0 0; max-width: 555px; position: relative; }
.hero-meta { color: var(--muted); display: flex; flex-wrap: wrap; font-family: 'DM Mono', monospace; font-size: .62rem; gap: 2rem; letter-spacing: .08em; position: relative; text-transform: uppercase; }
.pulse-dot { color: var(--red); font-size: .45rem; }
.hero-visual { background: var(--ink); height: 520px; min-height: 440px; overflow: hidden; position: relative; }
.hero-visual:before { background: radial-gradient(circle, rgba(242,181,68,.34) 0 2px, transparent 3px) 0 0/38px 38px, linear-gradient(142deg, transparent 38%, rgba(255,255,255,.1) 38.1%, transparent 38.4%) 0 0/155px 155px; content: ''; inset: 0; opacity: .75; position: absolute; }
.visual-label { color: rgba(255,255,255,.68); font-family: 'DM Mono', monospace; font-size: .56rem; letter-spacing: .14em; position: absolute; text-transform: uppercase; z-index: 3; }
.label-top { left: 25px; top: 24px; }
.label-bottom { bottom: 22px; right: 25px; }
.label-bottom span { color: var(--gold); font-size: 1rem; margin-left: 9px; }
.visual-code { bottom: 20px; color: rgba(255,255,255,.38); font-family: 'DM Mono', monospace; font-size: .58rem; left: 24px; letter-spacing: .12em; line-height: 1.6; position: absolute; z-index: 2; }
.visual-code span { color: var(--gold); }
.visual-core { height: 360px; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 360px; }
.core-ring { border: 1px solid rgba(255,255,255,.2); border-radius: 50%; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%) rotate(45deg); }
.ring-one { border-bottom-color: var(--red); border-top-color: var(--gold); height: 320px; width: 320px; }
.ring-two { border-left-color: var(--gold); border-right-color: var(--red); height: 235px; transform: translate(-50%,-50%) rotate(-22deg); width: 235px; }
.ring-three { border-bottom-color: rgba(255,255,255,.65); height: 150px; transform: translate(-50%,-50%) rotate(70deg); width: 150px; }
.core-center { align-items: center; background: linear-gradient(135deg, var(--red), #7e1626); border-radius: 50%; box-shadow: 0 0 0 12px rgba(196,32,50,.12), 0 20px 70px rgba(196,32,50,.25); color: white; display: flex; flex-direction: column; height: 102px; justify-content: center; left: 50%; position: absolute; text-align: center; top: 50%; transform: translate(-50%,-50%); width: 102px; }
.core-center span { font-size: 2rem; font-weight: 800; letter-spacing: -.08em; line-height: .9; }
.core-center small { font-family: 'DM Mono', monospace; font-size: .43rem; letter-spacing: .1em; line-height: 1.4; margin-top: 7px; }
.data-node { background: var(--gold); border: 4px solid rgba(242,181,68,.2); border-radius: 50%; box-shadow: 0 0 0 1px var(--gold), 0 0 20px rgba(242,181,68,.45); height: 10px; position: absolute; width: 10px; }
.node-one { left: 21px; top: 75px; }.node-two { right: 14px; top: 168px; }.node-three { bottom: 42px; left: 113px; }.node-four { right: 76px; top: 20px; }
.scroll-cue { align-items: center; bottom: 25px; color: var(--muted); display: flex; font-family: 'DM Mono', monospace; font-size: .56rem; gap: 14px; letter-spacing: .14em; left: calc(50% - 30px); position: absolute; transform: rotate(-90deg); transform-origin: center; }
.scroll-cue i { color: var(--red); font-size: .9rem; transform: rotate(90deg); }

.signal-bar { background: var(--red); color: #fff; padding: 1.55rem 0; }
.signal-intro { font-family: var(--serif); font-size: 1.15rem; line-height: 1.05; }.signal-intro strong { font-style: italic; font-weight: 400; }
.signal-items { border-left: 1px solid rgba(255,255,255,.3); }.signal-items > div { align-items: center; border-right: 1px solid rgba(255,255,255,.3); display: flex; font-family: 'DM Mono', monospace; font-size: .59rem; gap: .8rem; letter-spacing: .08em; min-height: 38px; padding: 0 1rem; text-transform: uppercase; }.signal-number { color: rgba(255,255,255,.6); }

.about-section, .services-section, .customers-section { background: var(--white); }.section-title { font-size: clamp(2.8rem, 5vw, 5.4rem); font-weight: 800; letter-spacing: -.08em; line-height: .95; margin: .8rem 0 0; }.large-copy { font-family: var(--serif); font-size: clamp(1.65rem, 2.6vw, 2.4rem); line-height: 1.2; margin: 0; max-width: 850px; }.body-copy { color: var(--muted); font-size: .94rem; line-height: 1.9; margin-top: 1.5rem; max-width: 730px; }
.about-points { border-top: 1px solid var(--line); margin-top: 3rem; padding-top: 1.5rem; }.point-number { color: var(--red); font-family: 'DM Mono', monospace; font-size: .68rem; margin-bottom: 1.25rem; }.about-points h6 { font-size: .75rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.about-points p { color: var(--muted); font-size: .78rem; line-height: 1.7; margin: .7rem 0 0; }
.stats-row { border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); }.stats-row > div { border-right: 1px solid var(--line); display: flex; flex-direction: column; padding: 1.25rem 1.3rem 0 0; }.stats-row > div:not(:first-child) { padding-left: 1.3rem; }.stats-row > div:last-child { border-right: 0; }.stats-row strong { font-size: 2.5rem; letter-spacing: -.08em; }.stats-row span { color: var(--muted); font-family: 'DM Mono', monospace; font-size: .56rem; letter-spacing: .09em; margin-top: .4rem; text-transform: uppercase; }

.products-section { background: var(--paper); }.section-heading-row { align-items: end; }.section-intro { color: var(--muted); font-size: .9rem; line-height: 1.8; margin: 0; max-width: 330px; }.product-card { background: #fff; border: 1px solid var(--line); padding: 1.7rem; position: relative; transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }.product-card:hover { border-color: var(--red); box-shadow: 0 18px 45px rgba(13,34,63,.1); transform: translateY(-6px); }.product-topline { align-items: center; color: var(--muted); display: flex; font-family: 'DM Mono', monospace; font-size: .55rem; gap: .75rem; letter-spacing: .08em; }.product-topline span:nth-child(2) { border-left: 1px solid var(--line); padding-left: .75rem; }.product-topline i { color: var(--red); font-size: 1.3rem; margin-left: auto; }.product-icon { align-items: center; background: #f7e9eb; border-radius: 50%; color: var(--red); display: flex; height: 62px; justify-content: center; margin: 3.6rem 0 2rem; width: 62px; }.product-icon i { font-size: 1.55rem; }.product-card h3 { font-size: 1.55rem; font-weight: 800; letter-spacing: -.06em; margin: 0; }.product-card h4 { color: var(--red); font-family: var(--serif); font-size: 1.04rem; font-style: italic; font-weight: 400; line-height: 1.25; margin: .4rem 0 1.2rem; }.product-card p { color: var(--muted); font-size: .78rem; line-height: 1.75; min-height: 100px; }.product-link, .text-link { background: transparent; border: 0; border-top: 1px solid var(--line); color: var(--ink); display: block; font-family: 'DM Mono', monospace; font-size: .6rem; font-weight: 500; letter-spacing: .08em; margin-top: 1.5rem; padding: 1rem 0 0; text-align: left; text-transform: uppercase; width: 100%; }.product-link i, .text-link i { color: var(--red); float: right; font-size: .9rem; }.product-link:hover, .text-link:hover { color: var(--red); }

.feature-product { background: var(--paper); padding-top: 0; }.feature-product-card { background: var(--ink); color: #fff; overflow: hidden; padding: 5.5rem; position: relative; }.feature-product-card:before { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ''; height: 520px; position: absolute; right: -170px; top: -110px; width: 520px; }.section-kicker.light { color: var(--gold); }.feature-title { font-size: clamp(4rem, 8vw, 8rem); font-weight: 800; letter-spacing: -.1em; line-height: .85; margin: 1.4rem 0 .5rem; }.feature-title span { color: var(--gold); }.feature-subtitle { color: var(--gold); font-family: var(--serif); font-size: 1.3rem; font-style: italic; }.feature-copy { color: rgba(255,255,255,.65); font-size: .9rem; line-height: 1.9; max-width: 510px; }.btn-light-ghost { border: 1px solid rgba(255,255,255,.48); border-radius: 0; color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .08em; padding: .9rem 1.2rem; text-transform: uppercase; }.btn-light-ghost:hover { background: #fff; color: var(--ink); }
.dashboard-art { background: #f4f1ec; color: var(--ink); min-height: 360px; overflow: hidden; padding: 1.1rem; position: relative; transform: rotate(2deg); }.dashboard-header { display: flex; font-family: 'DM Mono', monospace; font-size: .55rem; justify-content: space-between; letter-spacing: .08em; }.live-status { color: #23825b; }.live-status i { font-size: .4rem; margin-right: 4px; }.dashboard-map { background: #dfe7e9; height: 205px; margin: 1rem 0; overflow: hidden; position: relative; }.dashboard-map:after { background-image: linear-gradient(33deg, transparent 48%, rgba(13,34,63,.18) 49%, transparent 51%), linear-gradient(115deg, transparent 47%, rgba(13,34,63,.15) 48%, transparent 51%); background-size: 93px 74px; content: ''; inset: 0; opacity: .65; position: absolute; }.map-road { background: rgba(255,255,255,.9); height: 14px; position: absolute; transform: rotate(27deg); width: 120%; z-index: 2; }.road-a { left: -25%; top: 64%; }.road-b { left: 15%; top: 23%; transform: rotate(-34deg); }.road-c { left: 5%; top: 46%; transform: rotate(70deg); }.map-pin { background: var(--red); border: 3px solid rgba(255,255,255,.8); border-radius: 50% 50% 50% 0; height: 15px; position: absolute; transform: rotate(-45deg); width: 15px; z-index: 3; }.pin-a { left: 25%; top: 32%; }.pin-b { left: 60%; top: 64%; }.pin-c { right: 18%; top: 25%; }.pin-d { bottom: 14%; left: 43%; }.dashboard-metrics { display: grid; gap: .6rem; grid-template-columns: repeat(3, 1fr); }.dashboard-metrics > div { border-top: 1px solid #ccd4d7; padding-top: .6rem; }.dashboard-metrics small { color: var(--muted); display: block; font-family: 'DM Mono', monospace; font-size: .45rem; letter-spacing: .04em; }.dashboard-metrics strong { display: block; font-size: 1.35rem; letter-spacing: -.06em; margin-top: .25rem; }.dashboard-metrics strong span { font-size: .58rem; margin-left: 2px; }.dashboard-metrics em { color: #23825b; font-family: 'DM Mono', monospace; font-size: .48rem; font-style: normal; }.dashboard-metrics em.down { color: var(--red); }

.services-list { border-top: 1px solid var(--line); }.service-item { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 42px 50px 1fr 25px; padding: 1.5rem 0; transition: padding .2s ease; }.service-item:hover { padding-left: .6rem; }.service-number { color: var(--red); font-family: 'DM Mono', monospace; font-size: .62rem; padding-top: .3rem; }.service-icon { align-items: center; background: #f7e9eb; border-radius: 50%; color: var(--red); display: flex; height: 42px; justify-content: center; width: 42px; }.service-content h3 { font-size: 1rem; font-weight: 800; margin: .25rem 0 .45rem; }.service-content p { color: var(--muted); font-size: .78rem; line-height: 1.65; margin: 0; max-width: 570px; }.service-arrow { color: var(--red); font-size: 1rem; padding-top: .35rem; }

.portfolio-section { background: var(--ink); color: #fff; }.portfolio-section .section-kicker { color: var(--gold); }.portfolio-section .section-title span { color: var(--gold); }.portfolio-section .section-intro { color: rgba(255,255,255,.6); }.portfolio-section .text-link { border-top-color: rgba(255,255,255,.18); color: #fff; width: 220px; }.portfolio-section .text-link:hover { color: var(--gold); }.timeline { min-height: 700px; padding-left: 3.6rem; position: relative; }.timeline-line { background: rgba(255,255,255,.22); bottom: 0; left: 1.15rem; position: absolute; top: 0; width: 1px; }.timeline-marker { align-items: center; background: var(--gold); border-radius: 50%; color: var(--ink); display: flex; font-family: 'DM Mono', monospace; font-size: .55rem; height: 72px; justify-content: center; left: -1rem; letter-spacing: .05em; position: absolute; top: -1.1rem; width: 72px; z-index: 1; }.marker-now { background: var(--red); color: #fff; top: auto; bottom: -1.1rem; }.timeline-content { padding-top: .3rem; }.project-row { align-items: center; border-bottom: 1px solid rgba(255,255,255,.14); display: grid; gap: 1rem; grid-template-columns: 28px 1fr 18px; padding: .95rem 0; }.project-row span { color: var(--gold); font-family: 'DM Mono', monospace; font-size: .55rem; }.project-row p { color: rgba(255,255,255,.8); font-size: .78rem; line-height: 1.45; margin: 0; }.project-row i { color: var(--red); font-size: .85rem; }.project-row:hover p { color: #fff; }

.customer-grid { display: grid; grid-template-columns: repeat(2, 1fr); }.customer-chip { align-items: start; border-bottom: 1px solid var(--line); display: flex; gap: 1rem; min-height: 78px; padding: 1.2rem .7rem 1.2rem 0; }.customer-chip:nth-child(odd) { border-right: 1px solid var(--line); padding-right: 1.4rem; }.customer-chip:nth-child(even) { padding-left: 1.4rem; }.customer-chip span { color: var(--red); font-family: 'DM Mono', monospace; font-size: .58rem; }.customer-chip strong { font-size: .78rem; line-height: 1.5; }
.structure-section { background: #f2f0ec; }.leadership-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, 1fr); }.leader-card { background: #fff; border: 1px solid var(--line); padding: 1.6rem; }.leader-avatar { align-items: center; border-radius: 50%; color: #fff; display: flex; font-family: var(--serif); font-size: 1.5rem; font-style: italic; height: 74px; justify-content: center; margin-bottom: 1.5rem; width: 74px; }.avatar-red { background: var(--red); }.avatar-blue { background: var(--ink); }.leader-card small { color: var(--red); font-family: 'DM Mono', monospace; font-size: .53rem; letter-spacing: .06em; }.leader-card h3 { font-size: 1rem; font-weight: 800; margin: .55rem 0 .8rem; }.leader-card p { color: var(--muted); font-size: .72rem; line-height: 1.75; margin: 0; }

.compliance-strip { background: var(--red); color: #fff; padding: 4.2rem 0; }.compliance-strip h3 { font-size: 2.1rem; font-weight: 800; letter-spacing: -.05em; line-height: 1; margin: .75rem 0 0; }.compliance-strip h3 span { color: var(--gold); font-family: var(--serif); font-style: italic; font-weight: 400; }.compliance-list { display: grid; gap: .8rem 2rem; grid-template-columns: repeat(2, 1fr); }.compliance-list span { border-bottom: 1px solid rgba(255,255,255,.3); font-family: 'DM Mono', monospace; font-size: .6rem; letter-spacing: .05em; padding-bottom: .8rem; text-transform: uppercase; }.compliance-list i { color: var(--gold); margin-right: .45rem; }

.contact-section { background: #fff; }.contact-details { display: grid; gap: 1.6rem; }.contact-details small, .footer-label { color: var(--red); display: block; font-family: 'DM Mono', monospace; font-size: .54rem; letter-spacing: .1em; margin-bottom: .45rem; text-transform: uppercase; }.contact-details a { display: inline-block; font-family: var(--serif); font-size: 1.25rem; }.contact-details p { color: var(--muted); font-size: .78rem; line-height: 1.7; margin: 0; max-width: 420px; }.contact-form-wrap { border-top: 1px solid var(--ink); padding-top: .7rem; }.form-field { border-bottom: 1px solid var(--line); padding: 1rem 0; position: relative; }.form-field label { color: var(--ink); display: block; font-size: .68rem; font-weight: 800; letter-spacing: .04em; margin-bottom: .6rem; }.form-field input, .form-field textarea { background: transparent; border: 0; border-radius: 0; color: var(--ink); font-family: var(--serif); font-size: 1.1rem; outline: 0; padding: 0; resize: vertical; width: 100%; }.form-field input::placeholder, .form-field textarea::placeholder { color: #abb5c0; }.form-field input:focus, .form-field textarea:focus { box-shadow: none; }.field-error { color: var(--red); display: block; font-family: 'DM Mono', monospace; font-size: .54rem; margin-top: .35rem; }.form-alert { display: none; font-size: .78rem; line-height: 1.5; margin: 0 0 .7rem; padding: .9rem 1rem; }.form-alert.success { background: #e9f6ef; color: #21744b; display: block; }.form-alert.error { background: #fbe9eb; color: var(--red-dark); display: block; }
.map-section { background: var(--paper); padding-bottom: 7.5rem; }.map-card { background: var(--ink); height: 330px; overflow: hidden; position: relative; }.map-pattern { background-image: linear-gradient(35deg, transparent 48%, rgba(255,255,255,.09) 49%, transparent 50%), linear-gradient(145deg, transparent 48%, rgba(255,255,255,.07) 49%, transparent 50%), radial-gradient(circle at 28% 56%, rgba(242,181,68,.9) 0 3px, transparent 4px), radial-gradient(circle at 73% 31%, rgba(196,32,50,.9) 0 3px, transparent 4px), radial-gradient(circle at 57% 77%, rgba(242,181,68,.9) 0 3px, transparent 4px); background-size: 100px 90px, 140px 110px, 100% 100%, 100% 100%, 100% 100%; inset: 0; opacity: .9; position: absolute; }.map-pattern:before, .map-pattern:after { border: 1px solid rgba(255,255,255,.15); border-radius: 50%; content: ''; position: absolute; }.map-pattern:before { height: 330px; left: 23%; top: 36%; width: 520px; }.map-pattern:after { height: 540px; left: 10%; top: -55%; width: 720px; }.map-label { align-items: center; background: #fff; display: flex; gap: .9rem; left: 9%; padding: 1rem 1.2rem; position: absolute; top: 25%; }.map-label i { color: var(--red); font-size: 1.2rem; }.map-label strong, .map-label span { display: block; }.map-label strong { font-family: var(--serif); font-size: 1.05rem; }.map-label span { color: var(--muted); font-family: 'DM Mono', monospace; font-size: .52rem; letter-spacing: .08em; margin-top: .2rem; text-transform: uppercase; }.map-coordinates { bottom: 28px; color: rgba(255,255,255,.62); font-family: 'DM Mono', monospace; font-size: .55rem; letter-spacing: .12em; position: absolute; right: 28px; text-align: right; }.map-action { background: var(--red); bottom: 24px; color: #fff; font-family: 'DM Mono', monospace; font-size: .56rem; left: 9%; letter-spacing: .08em; padding: .8rem 1rem; position: absolute; text-transform: uppercase; }.map-action:hover { background: var(--gold); color: var(--ink); }

.site-footer { background: var(--ink); color: #fff; padding: 5rem 0 2rem; }.footer-brand { align-items: center; display: inline-flex; gap: .8rem; }.footer-brand img { height: 40px; width: 40px; }.footer-brand span { font-size: .9rem; font-weight: 800; letter-spacing: .1em; }.footer-tagline { color: rgba(255,255,255,.55); font-family: var(--serif); font-size: 1.1rem; line-height: 1.25; margin-top: 1.5rem; }.site-footer .footer-label { color: var(--gold); margin-bottom: 1.1rem; }.site-footer .col-lg-2 a { color: rgba(255,255,255,.68); display: block; font-size: .74rem; margin-bottom: .7rem; }.site-footer .col-lg-2 a:hover { color: #fff; }.site-footer p { color: rgba(255,255,255,.55); font-size: .72rem; line-height: 1.7; margin: 0; }.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); color: rgba(255,255,255,.45); display: flex; font-family: 'DM Mono', monospace; font-size: .52rem; justify-content: space-between; letter-spacing: .08em; text-transform: uppercase; }

.modal-content { border: 0; border-radius: 0; }.modal-header { align-items: start; border-bottom: 1px solid var(--line); padding: 1.5rem 2rem; }.modal-header .section-kicker { padding-top: .3rem; }.modal-body { padding: 2rem; }.modal-footer { border-top: 1px solid var(--line); padding: 1rem 2rem; }.modal-product-category { color: var(--red); font-family: 'DM Mono', monospace; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; }.modal-body h2 { font-size: 2.5rem; font-weight: 800; letter-spacing: -.07em; margin: .5rem 0 .2rem; }.modal-body h3 { color: var(--red); font-family: var(--serif); font-size: 1.1rem; font-style: italic; font-weight: 400; }.modal-body p { color: var(--muted); font-size: .86rem; line-height: 1.8; }.modal-benefits { display: grid; gap: .7rem; grid-template-columns: repeat(3, 1fr); list-style: none; margin: 1.4rem 0 0; padding: 0; }.modal-benefits li { border-top: 1px solid var(--line); color: var(--ink-soft); font-family: 'DM Mono', monospace; font-size: .57rem; line-height: 1.5; padding-top: .7rem; }.modal-benefits i { color: var(--red); margin-right: .25rem; }

@media (max-width: 991.98px) { .navbar-collapse { background: #fff; border-top: 1px solid var(--line); margin-top: .8rem; padding: 1rem 0 1.4rem; }.nav-item { margin-bottom: .65rem; }.hero-section { padding-top: 6rem; }.hero-visual { height: 430px; }.feature-product-card { padding: 3rem 2rem; }.timeline { margin-top: 1rem; }.scroll-cue { display: none; } }
@media (max-width: 767.98px) { .section-pad { padding: 5rem 0; }.hero-title { font-size: clamp(3.5rem, 17vw, 5.7rem); }.hero-lead { font-size: .92rem; }.hero-visual { height: 360px; min-height: 360px; }.visual-core { transform: translate(-50%, -50%) scale(.75); }.signal-intro { border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 1rem; }.signal-items { border-left: 0; padding-top: 1rem; }.signal-items > div { border-right: 0; font-size: .49rem; gap: .35rem; padding: 0 .3rem; }.signal-number { display: block; }.stats-row { grid-template-columns: repeat(2, 1fr); }.stats-row > div { border-bottom: 1px solid var(--line); min-height: 90px; padding-left: 0 !important; }.stats-row > div:nth-child(2) { border-right: 0; padding-left: 1rem !important; }.stats-row > div:nth-child(3) { border-bottom: 0; }.stats-row > div:nth-child(4) { border-bottom: 0; }.stats-row strong { font-size: 2rem; }.feature-title { font-size: 5rem; }.dashboard-art { margin-top: 1rem; transform: rotate(0); }.service-item { grid-template-columns: 30px 44px 1fr; }.service-arrow { display: none; }.timeline { padding-left: 2.6rem; }.timeline-marker { left: -.97rem; height: 54px; width: 54px; }.customer-grid, .leadership-grid, .compliance-list { grid-template-columns: 1fr; }.customer-chip:nth-child(odd) { border-right: 0; padding-right: 0; }.customer-chip:nth-child(even) { padding-left: 0; }.leader-card { padding: 1.25rem; }.map-card { height: 380px; }.map-label { left: 1.3rem; top: 2rem; }.map-action { left: 1.3rem; }.footer-bottom { flex-direction: column; gap: .6rem; }.modal-benefits { grid-template-columns: 1fr; } }
