:root {
    --ink: #090a0c;
    --ink-2: #111317;
    --ink-3: #191c21;
    --steel: #7f8791;
    --line: rgba(255, 255, 255, .12);
    --line-dark: rgba(10, 11, 13, .12);
    --paper: #f4f5f6;
    --white: #ffffff;
    --orange: #f36a10;
    --orange-2: #ff7a20;
    --orange-dark: #c94a00;
    --blue: #2678b9;
    --success: #27a768;
    --danger: #d94a4a;
    --shadow: 0 30px 80px rgba(0, 0, 0, .22);
    --radius: 4px;
    --container: 1220px;
    --header-h: 92px;
}

html { scroll-behavior: smooth; }
body.northforge-elementor-theme {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
body.northforge-elementor-theme img { display: block; max-width: 100%; }
body.northforge-elementor-theme a { color: inherit; text-decoration: none; }
body.northforge-elementor-theme button,
body.northforge-elementor-theme input,
body.northforge-elementor-theme textarea,
body.northforge-elementor-theme select { font: inherit; }
body.northforge-elementor-theme button { cursor: pointer; }
body.northforge-elementor-theme ::selection { color: var(--white); background: var(--orange); }
body.northforge-elementor-theme .elementor-widget:not(:last-child) { margin-bottom: 0; }
body.northforge-elementor-theme .nf-main-content { min-height: 55vh; }
body.northforge-elementor-theme .nf-template-shell > .elementor { margin: 0; }
body.northforge-elementor-theme .elementor-section.elementor-section-boxed > .elementor-container { max-width: none; }
body.northforge-elementor-theme .screen-reader-text { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important; }
body.northforge-elementor-theme .screen-reader-text:focus { clip:auto!important; width:auto!important; height:auto!important; padding:12px 16px!important; margin:0!important; top:8px; left:8px; z-index:999999; background:#fff; color:#000; }
        :root {
            --ink: #090a0c;
            --ink-2: #111317;
            --ink-3: #191c21;
            --steel: #7f8791;
            --line: rgba(255, 255, 255, .12);
            --line-dark: rgba(10, 11, 13, .12);
            --paper: #f4f5f6;
            --white: #ffffff;
            --orange: #f36a10;
            --orange-2: #ff7a20;
            --orange-dark: #c94a00;
            --blue: #2678b9;
            --success: #27a768;
            --danger: #d94a4a;
            --shadow: 0 30px 80px rgba(0, 0, 0, .22);
            --radius: 4px;
            --container: 1220px;
            --header-h: 92px;
        }

        *, *::before, *::after { box-sizing: border-box; }
        html { scroll-behavior: smooth; }
        body {
            margin: 0;
            min-width: 320px;
            overflow-x: hidden;
            color: var(--ink);
            background: var(--paper);
            font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }
        body.menu-open { overflow: hidden; }
        img { display: block; max-width: 100%; }
        a { color: inherit; text-decoration: none; }
        button, input, textarea, select { font: inherit; }
        button { cursor: pointer; }
        ::selection { color: var(--white); background: var(--orange); }

        .skip-link {
            position: fixed;
            top: 10px;
            left: 10px;
            z-index: 9999;
            padding: 10px 14px;
            color: var(--white);
            background: var(--orange);
            transform: translateY(-150%);
            transition: transform .2s ease;
        }
        .skip-link:focus { transform: translateY(0); }

        .container {
            width: min(calc(100% - 48px), var(--container));
            margin-inline: auto;
        }

        .icon { width: 1.2em; height: 1.2em; flex: 0 0 auto; }
        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin: 0 0 16px;
            color: var(--orange);
            font-size: .76rem;
            font-weight: 800;
            letter-spacing: .16em;
            text-transform: uppercase;
        }
        .eyebrow::before {
            content: "";
            width: 34px;
            height: 3px;
            background: var(--orange);
        }
        .section-title {
            max-width: 820px;
            margin: 0;
            font-size: clamp(2rem, 4.2vw, 4.5rem);
            line-height: 1.02;
            letter-spacing: -.045em;
        }
        .section-title .accent { color: var(--orange); }
        .section-lead {
            max-width: 720px;
            margin: 22px 0 0;
            color: #5b626b;
            font-size: clamp(1rem, 1.5vw, 1.15rem);
        }
        .section-head {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 40px;
            margin-bottom: 48px;
        }
        .section-head .section-lead { max-width: 470px; margin: 0; }

        .top-accent {
            position: fixed;
            inset: 0 0 auto;
            z-index: 1002;
            height: 6px;
            background: linear-gradient(90deg, var(--orange), #ff8a2c 60%, var(--orange));
        }

        /* Header */
        .site-header {
            position: fixed;
            top: 6px;
            right: 0;
            left: 0;
            z-index: 1000;
            height: var(--header-h);
            color: var(--white);
            transition: background .3s ease, box-shadow .3s ease, height .3s ease;
        }
        .site-header.scrolled,
        .site-header.inner-header {
            background: rgba(6, 7, 9, .94);
            box-shadow: 0 14px 40px rgba(0, 0, 0, .24);
            backdrop-filter: blur(16px);
        }
        .site-header.scrolled { height: 76px; }
        .header-inner {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 100%;
        }
        .brand-shell {
            align-self: flex-start;
            display: flex;
            align-items: center;
            width: 230px;
            height: 92px;
            padding: 0 42px 0 24px;
            color: var(--ink);
            background: var(--white);
            clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%);
            box-shadow: 16px 14px 0 rgba(243, 106, 16, .12);
            transition: height .3s ease;
        }
        .site-header.scrolled .brand-shell { height: 76px; }
        .brand-mark {
            display: inline-flex;
            flex-direction: column;
            line-height: .82;
        }
        .brand-name {
            position: relative;
            display: inline-block;
            color: #1c5887;
            font-size: 1.48rem;
            font-weight: 1000;
            font-style: italic;
            letter-spacing: -.08em;
            text-transform: uppercase;
            text-shadow: 1px 1px 0 #bcd7ea;
        }
        .brand-name::after {
            content: "";
            position: absolute;
            right: -7px;
            bottom: -4px;
            left: 4px;
            height: 4px;
            transform: skewX(-24deg);
            background: var(--orange);
        }
        .brand-descriptor {
            margin-top: 8px;
            color: #292d32;
            font-size: .56rem;
            font-weight: 800;
            letter-spacing: .25em;
            text-transform: uppercase;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .main-nav a {
            position: relative;
            padding: 13px 16px;
            color: rgba(255,255,255,.78);
            font-size: .84rem;
            font-weight: 700;
            letter-spacing: .03em;
            transition: color .2s ease;
        }
        .main-nav a::after {
            content: "";
            position: absolute;
            right: 16px;
            bottom: 6px;
            left: 16px;
            height: 2px;
            background: var(--orange);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .25s ease;
        }
        .main-nav a:hover,
        .main-nav a.active { color: var(--white); }
        .main-nav a:hover::after,
        .main-nav a.active::after { transform: scaleX(1); }
        .header-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-left: 18px;
            padding: 13px 19px;
            color: var(--white) !important;
            background: var(--orange);
            clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
        }
        .header-cta::after { display: none; }
        .menu-toggle {
            display: none;
            width: 46px;
            height: 46px;
            border: 1px solid var(--line);
            color: var(--white);
            background: rgba(255,255,255,.05);
        }
        .menu-toggle .icon { width: 23px; height: 23px; }

        /* Buttons */
        .btn {
            position: relative;
            isolation: isolate;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 11px;
            min-height: 52px;
            padding: 0 24px;
            border: 1px solid transparent;
            overflow: hidden;
            font-size: .86rem;
            font-weight: 850;
            letter-spacing: .055em;
            text-transform: uppercase;
            transition: transform .2s ease, border-color .2s ease, color .2s ease;
        }
        .btn::before {
            content: "";
            position: absolute;
            z-index: -1;
            inset: 0;
            transform: translateX(-102%);
            transition: transform .28s ease;
        }
        .btn:hover { transform: translateY(-2px); }
        .btn:hover::before { transform: translateX(0); }
        .btn-primary { color: var(--white); background: var(--orange); }
        .btn-primary::before { background: var(--orange-dark); }
        .btn-dark { color: var(--white); background: var(--ink); }
        .btn-dark::before { background: var(--orange); }
        .btn-outline { color: var(--white); border-color: rgba(255,255,255,.4); background: transparent; }
        .btn-outline::before { background: var(--white); }
        .btn-outline:hover { color: var(--ink); border-color: var(--white); }
        .btn-light { color: var(--ink); background: var(--white); }
        .btn-light::before { background: var(--paper); }
        .text-link {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: var(--ink);
            font-size: .82rem;
            font-weight: 850;
            letter-spacing: .06em;
            text-transform: uppercase;
        }
        .text-link .icon { color: var(--orange); transition: transform .2s ease; }
        .text-link:hover .icon { transform: translateX(5px); }

        /* Home hero */
        .hero {
            position: relative;
            display: grid;
            min-height: 790px;
            padding-top: calc(var(--header-h) + 80px);
            overflow: hidden;
            color: var(--white);
            background-color: #080a0d;
            background-image:
                linear-gradient(90deg, rgba(4, 5, 7, .94) 0%, rgba(4, 5, 7, .74) 44%, rgba(4, 5, 7, .28) 100%),
                linear-gradient(0deg, rgba(4, 5, 7, .78), rgba(4, 5, 7, .04) 50%),
                url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=2200&q=90');
            background-position: center;
            background-size: cover;
        }
        .hero::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            opacity: .18;
            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: 70px 70px;
            mask-image: linear-gradient(90deg, #000, transparent 78%);
        }
        .hero::after {
            content: "";
            position: absolute;
            right: -80px;
            bottom: -170px;
            width: 460px;
            height: 300px;
            border: 34px solid var(--orange);
            transform: rotate(-38deg);
            opacity: .92;
        }
        .hero-inner {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: minmax(0, 1fr) 300px;
            align-items: center;
            gap: 60px;
            padding-bottom: 100px;
        }
        .hero-content { max-width: 900px; }
        .hero-kicker {
            display: flex;
            align-items: center;
            gap: 13px;
            margin-bottom: 22px;
            color: rgba(255,255,255,.68);
            font-size: .76rem;
            font-weight: 800;
            letter-spacing: .18em;
            text-transform: uppercase;
        }
        .hero-kicker::before { content: ""; width: 44px; height: 3px; background: var(--orange); }
        .hero h1 {
            max-width: 920px;
            margin: 0;
            font-size: clamp(3rem, 7.5vw, 7.1rem);
            line-height: .91;
            letter-spacing: -.055em;
        }
        .hero h1 .accent { color: var(--orange); }
        .hero h1 .light { font-weight: 280; }
        .hero-subtitle {
            max-width: 675px;
            margin: 30px 0 0;
            color: rgba(255,255,255,.76);
            font-size: clamp(1rem, 1.8vw, 1.24rem);
        }
        .hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 38px; }
        .hero-panel {
            align-self: end;
            margin-bottom: 28px;
            border-top: 3px solid var(--orange);
            background: rgba(10, 11, 13, .72);
            backdrop-filter: blur(14px);
            box-shadow: var(--shadow);
        }
        .hero-panel-item {
            display: grid;
            grid-template-columns: 44px 1fr;
            gap: 14px;
            padding: 22px;
            border-bottom: 1px solid var(--line);
        }
        .hero-panel-item:last-child { border-bottom: 0; }
        .hero-panel-icon {
            display: grid;
            place-items: center;
            width: 42px;
            height: 42px;
            color: var(--orange);
            border: 1px solid rgba(243,106,16,.48);
            background: rgba(243,106,16,.08);
        }
        .hero-panel-item strong { display: block; font-size: .87rem; }
        .hero-panel-item span { display: block; margin-top: 2px; color: rgba(255,255,255,.58); font-size: .75rem; }
        .hero-scroll {
            position: absolute;
            z-index: 3;
            bottom: 24px;
            left: 50%;
            display: flex;
            align-items: center;
            gap: 12px;
            color: rgba(255,255,255,.5);
            font-size: .68rem;
            font-weight: 800;
            letter-spacing: .16em;
            text-transform: uppercase;
            transform: translateX(-50%);
        }
        .hero-scroll::before { content: ""; width: 1px; height: 38px; background: var(--orange); }

        /* Stats strip */
        .stats-strip {
            position: relative;
            z-index: 4;
            margin-top: -1px;
            color: var(--white);
            background: var(--ink);
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
        }
        .stat {
            position: relative;
            padding: 35px 28px;
            border-right: 1px solid var(--line);
        }
        .stat:last-child { border-right: 0; }
        .stat::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            height: 3px;
            background: var(--orange);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .25s ease;
        }
        .stat:hover::before { transform: scaleX(1); }
        .stat-number {
            display: block;
            font-size: clamp(2rem, 4vw, 3.4rem);
            font-weight: 900;
            letter-spacing: -.05em;
            line-height: 1;
        }
        .stat-number span { color: var(--orange); }
        .stat-label { display: block; margin-top: 8px; color: rgba(255,255,255,.55); font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

        /* Shared sections */
        .section { padding: 110px 0; }
        .section-white { background: var(--white); }
        .section-dark { color: var(--white); background: var(--ink-2); }
        .section-dark .section-lead { color: rgba(255,255,255,.62); }
        .section-dark .section-title { color: var(--white); }

        /* Product teaser */
        .product-feature-grid {
            display: grid;
            grid-template-columns: 1.1fr .9fr;
            gap: 24px;
        }
        .feature-card {
            position: relative;
            min-height: 530px;
            overflow: hidden;
            color: var(--white);
            background: var(--ink);
        }
        .feature-card.large { grid-row: span 2; }
        .feature-card.small { min-height: 253px; }
        .feature-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .65s ease, filter .4s ease;
        }
        .feature-card::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, transparent 20%, rgba(5,6,8,.88) 100%);
        }
        .feature-card:hover img { transform: scale(1.045); filter: saturate(.7); }
        .feature-card-body {
            position: absolute;
            z-index: 2;
            right: 0;
            bottom: 0;
            left: 0;
            padding: 32px;
        }
        .feature-code { color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
        .feature-card h3 { max-width: 500px; margin: 9px 0 8px; font-size: clamp(1.45rem, 3vw, 2.5rem); line-height: 1.05; }
        .feature-card p { max-width: 520px; margin: 0; color: rgba(255,255,255,.67); font-size: .88rem; }
        .feature-card .text-link { margin-top: 18px; color: var(--white); }
        .feature-card-corner {
            position: absolute;
            z-index: 3;
            top: 0;
            right: 0;
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, transparent 50%, var(--orange) 50%);
        }

        /* Capability */
        .capability-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            border-top: 1px solid var(--line);
            border-left: 1px solid var(--line);
        }
        .capability-card {
            min-height: 290px;
            padding: 34px 28px;
            border-right: 1px solid var(--line);
            border-bottom: 1px solid var(--line);
            background: rgba(255,255,255,.015);
            transition: background .25s ease, transform .25s ease;
        }
        .capability-card:hover { background: rgba(243,106,16,.08); transform: translateY(-4px); }
        .capability-number { color: rgba(255,255,255,.2); font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
        .capability-icon {
            display: grid;
            place-items: center;
            width: 54px;
            height: 54px;
            margin: 38px 0 26px;
            color: var(--orange);
            border: 1px solid rgba(243,106,16,.35);
        }
        .capability-icon .icon { width: 25px; height: 25px; }
        .capability-card h3 { margin: 0; font-size: 1.12rem; }
        .capability-card p { margin: 12px 0 0; color: rgba(255,255,255,.55); font-size: .86rem; }

        /* Split feature */
        .split-feature {
            display: grid;
            grid-template-columns: 1fr 1fr;
            min-height: 650px;
            background: var(--white);
        }
        .split-image {
            position: relative;
            min-height: 560px;
            overflow: hidden;
        }
        .split-image img { width: 100%; height: 100%; object-fit: cover; }
        .split-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 50%, rgba(8,9,11,.5)); }
        .split-badge {
            position: absolute;
            z-index: 2;
            right: 0;
            bottom: 0;
            width: min(270px, 70%);
            padding: 28px;
            color: var(--white);
            background: var(--orange);
        }
        .split-badge strong { display: block; font-size: 2.4rem; line-height: 1; }
        .split-badge span { display: block; margin-top: 9px; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
        .split-content {
            display: flex;
            align-items: center;
            padding: clamp(48px, 7vw, 100px);
        }
        .split-content-inner { max-width: 580px; }
        .check-list { display: grid; gap: 13px; margin: 30px 0 0; padding: 0; list-style: none; }
        .check-list li { display: flex; gap: 12px; align-items: flex-start; color: #4f565f; }
        .check-list .icon { margin-top: 4px; color: var(--orange); }
        .split-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 36px; }

        /* CTA band */
        .cta-band {
            position: relative;
            overflow: hidden;
            color: var(--white);
            background: var(--orange);
        }
        .cta-band::before {
            content: "";
            position: absolute;
            inset: 0;
            opacity: .13;
            background-image: linear-gradient(135deg, transparent 45%, #000 45%, #000 46%, transparent 46%);
            background-size: 28px 28px;
        }
        .cta-inner {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 35px;
            padding: 62px 0;
        }
        .cta-inner h2 { max-width: 780px; margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.045em; }
        .cta-inner p { max-width: 690px; margin: 14px 0 0; color: rgba(255,255,255,.78); }
        .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; flex: 0 0 auto; }

        /* Inner page hero */
        .page-hero {
            position: relative;
            display: flex;
            align-items: flex-end;
            min-height: 500px;
            padding: calc(var(--header-h) + 90px) 0 75px;
            overflow: hidden;
            color: var(--white);
            background-color: var(--ink);
            background-position: center;
            background-size: cover;
        }
        .page-hero::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(4,5,7,.94), rgba(4,5,7,.52) 65%, rgba(4,5,7,.3));
        }
        .page-hero::after {
            content: "";
            position: absolute;
            right: -60px;
            bottom: -110px;
            width: 300px;
            height: 200px;
            border: 25px solid var(--orange);
            transform: rotate(-37deg);
        }
        .page-hero.products-hero { background-image: url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=2200&q=88'); }
        .page-hero.about-hero { background-image: url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe612?auto=format&fit=crop&w=2200&q=88'); }
        .page-hero.contact-hero { background-image: url('https://images.unsplash.com/photo-1565793298595-6a879b1d9492?auto=format&fit=crop&w=2200&q=88'); }
        .page-hero-content { position: relative; z-index: 2; max-width: 900px; }
        .breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: rgba(255,255,255,.55); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
        .breadcrumbs a:hover { color: var(--orange); }
        .page-hero h1 { margin: 0; font-size: clamp(3rem, 7vw, 6.4rem); line-height: .92; letter-spacing: -.055em; }
        .page-hero h1 .accent { color: var(--orange); }
        .page-hero p { max-width: 700px; margin: 24px 0 0; color: rgba(255,255,255,.7); font-size: 1.08rem; }

        /* Products page */
        .filter-bar {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-bottom: 36px;
            padding-bottom: 22px;
            border-bottom: 1px solid var(--line-dark);
        }
        .filter-btn {
            min-height: 42px;
            padding: 0 17px;
            border: 1px solid var(--line-dark);
            color: #5b626a;
            background: transparent;
            font-size: .74rem;
            font-weight: 850;
            letter-spacing: .07em;
            text-transform: uppercase;
            transition: all .2s ease;
        }
        .filter-btn:hover,
        .filter-btn.active { color: var(--white); border-color: var(--orange); background: var(--orange); }
        .products-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 24px;
        }
        .product-card {
            display: flex;
            min-width: 0;
            flex-direction: column;
            border: 1px solid #e1e3e5;
            background: var(--white);
            box-shadow: 0 18px 50px rgba(8,10,12,.06);
            transition: transform .25s ease, box-shadow .25s ease;
        }
        .product-card[hidden] { display: none; }
        .product-card:hover { transform: translateY(-7px); box-shadow: 0 26px 65px rgba(8,10,12,.13); }
        .product-image {
            position: relative;
            height: 245px;
            overflow: hidden;
            background: #d8dadd;
        }
        .product-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(8,9,11,.48)); }
        .product-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7); transition: transform .55s ease, filter .35s ease; }
        .product-card:hover .product-image img { transform: scale(1.05); filter: saturate(1); }
        .product-code {
            position: absolute;
            z-index: 2;
            bottom: 18px;
            left: 20px;
            padding: 7px 10px;
            color: var(--white);
            background: var(--orange);
            font-size: .68rem;
            font-weight: 900;
            letter-spacing: .1em;
            text-transform: uppercase;
        }
        .product-body { display: flex; flex: 1; flex-direction: column; padding: 27px; }
        .product-body h2 { margin: 0; font-size: 1.42rem; line-height: 1.15; }
        .product-body > p { margin: 14px 0 0; color: #636a73; font-size: .88rem; }
        .spec-list { display: grid; gap: 8px; margin: 22px 0 0; padding: 20px 0; border-top: 1px solid #eceeef; border-bottom: 1px solid #eceeef; list-style: none; }
        .spec-list li { display: flex; gap: 9px; align-items: flex-start; color: #424951; font-size: .78rem; }
        .spec-list .icon { margin-top: 2px; color: var(--orange); }
        .product-footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 22px; }
        .product-footer a:first-child { font-size: .76rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
        .product-footer a:first-child:hover { color: var(--orange); }
        .mini-arrow { display: grid; place-items: center; width: 40px; height: 40px; color: var(--white); background: var(--ink); transition: background .2s ease; }
        .mini-arrow:hover { background: var(--orange); }

        .download-panel {
            display: grid;
            grid-template-columns: 1fr auto;
            align-items: center;
            gap: 28px;
            margin-top: 70px;
            padding: 38px;
            color: var(--white);
            background: var(--ink);
            border-left: 5px solid var(--orange);
        }
        .download-panel h3 { margin: 0; font-size: 1.65rem; }
        .download-panel p { margin: 8px 0 0; color: rgba(255,255,255,.56); }

        /* About page */
        .about-intro {
            display: grid;
            grid-template-columns: .9fr 1.1fr;
            gap: clamp(45px, 8vw, 110px);
            align-items: center;
        }
        .about-media { position: relative; min-height: 600px; }
        .about-media-main { position: absolute; inset: 0 70px 60px 0; width: calc(100% - 70px); height: calc(100% - 60px); object-fit: cover; }
        .about-media-small { position: absolute; right: 0; bottom: 0; width: 48%; height: 46%; object-fit: cover; border: 10px solid var(--white); box-shadow: var(--shadow); }
        .about-media-tag {
            position: absolute;
            z-index: 2;
            top: 30px;
            left: -24px;
            padding: 22px 25px;
            color: var(--white);
            background: var(--orange);
            writing-mode: vertical-rl;
            transform: rotate(180deg);
            font-size: .72rem;
            font-weight: 900;
            letter-spacing: .14em;
            text-transform: uppercase;
        }
        .about-copy h2 { margin: 0; font-size: clamp(2.3rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
        .about-copy h2 .accent { color: var(--orange); }
        .about-copy p { margin: 22px 0 0; color: #5b626b; }
        .about-quote {
            margin: 28px 0 0;
            padding: 22px 0 22px 24px;
            border-left: 4px solid var(--orange);
            color: #24282e;
            font-size: 1.08rem;
            font-weight: 720;
        }
        .value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
        .value-card {
            position: relative;
            min-height: 310px;
            padding: 34px;
            overflow: hidden;
            border: 1px solid var(--line);
            background: rgba(255,255,255,.02);
        }
        .value-card::after {
            content: attr(data-number);
            position: absolute;
            right: -10px;
            bottom: -45px;
            color: rgba(255,255,255,.035);
            font-size: 10rem;
            font-weight: 1000;
            line-height: 1;
        }
        .value-icon { display: grid; place-items: center; width: 56px; height: 56px; color: var(--orange); border: 1px solid rgba(243,106,16,.38); }
        .value-card h3 { margin: 55px 0 0; font-size: 1.35rem; }
        .value-card p { position: relative; z-index: 2; margin: 13px 0 0; color: rgba(255,255,255,.55); font-size: .88rem; }

        .timeline { position: relative; display: grid; gap: 0; margin-top: 40px; }
        .timeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 110px; width: 1px; background: #d9dde0; }
        .timeline-item { position: relative; display: grid; grid-template-columns: 110px 1fr; min-height: 145px; }
        .timeline-year { padding-top: 5px; color: var(--orange); font-size: 1.1rem; font-weight: 900; }
        .timeline-content { position: relative; padding: 0 0 40px 46px; }
        .timeline-content::before { content: ""; position: absolute; top: 8px; left: -6px; width: 11px; height: 11px; border: 3px solid var(--white); border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 1px var(--orange); }
        .timeline-content h3 { margin: 0; font-size: 1.22rem; }
        .timeline-content p { max-width: 720px; margin: 9px 0 0; color: #626a73; }

        .industries-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
        .industry-item { min-height: 170px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: var(--white); }
        .industry-item span { color: var(--orange); font-size: .69rem; font-weight: 900; letter-spacing: .12em; }
        .industry-item h3 { margin: 32px 0 0; font-size: 1rem; line-height: 1.25; }

        /* Contact page */
        .contact-layout {
            display: grid;
            grid-template-columns: .78fr 1.22fr;
            gap: clamp(40px, 7vw, 90px);
            align-items: start;
        }
        .contact-sidebar { position: sticky; top: 120px; }
        .contact-sidebar h2 { margin: 0; font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1; letter-spacing: -.045em; }
        .contact-sidebar > p { margin: 20px 0 0; color: #606872; }
        .contact-details { display: grid; gap: 0; margin-top: 36px; border-top: 1px solid var(--line-dark); }
        .contact-detail {
            display: grid;
            grid-template-columns: 48px 1fr;
            gap: 16px;
            padding: 22px 0;
            border-bottom: 1px solid var(--line-dark);
        }
        .contact-detail-icon { display: grid; place-items: center; width: 46px; height: 46px; color: var(--orange); background: rgba(243,106,16,.08); }
        .contact-detail strong { display: block; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
        .contact-detail a,
        .contact-detail span { display: block; margin-top: 5px; color: #626a72; font-size: .88rem; }
        .contact-detail a:hover { color: var(--orange); }
        .contact-social { display: flex; gap: 10px; margin-top: 25px; }
        .social-btn { display: grid; place-items: center; width: 44px; height: 44px; color: var(--white); background: var(--ink); transition: background .2s ease; }
        .social-btn:hover { background: var(--orange); }

        .contact-form-wrap {
            padding: clamp(30px, 5vw, 55px);
            color: var(--white);
            background: var(--ink);
            box-shadow: var(--shadow);
        }
        .contact-form-wrap h2 { margin: 0; font-size: clamp(1.8rem, 3.2vw, 2.8rem); line-height: 1.1; }
        .contact-form-wrap > p { margin: 12px 0 0; color: rgba(255,255,255,.56); }
        .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 32px; }
        .form-group { display: grid; gap: 8px; }
        .form-group.full { grid-column: 1 / -1; }
        .form-group label { color: rgba(255,255,255,.72); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
        .form-group input,
        .form-group textarea {
            width: 100%;
            border: 1px solid rgba(255,255,255,.16);
            border-radius: 0;
            outline: none;
            color: var(--white);
            background: rgba(255,255,255,.045);
            transition: border-color .2s ease, background .2s ease;
        }
        .form-group input { height: 52px; padding: 0 15px; }
        .form-group textarea { min-height: 160px; padding: 14px 15px; resize: vertical; }
        .form-group input:focus,
        .form-group textarea:focus { border-color: var(--orange); background: rgba(255,255,255,.07); }
        .form-group input::placeholder,
        .form-group textarea::placeholder { color: rgba(255,255,255,.3); }
        .form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
        .form-submit { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; margin-top: 24px; }
        .form-note { max-width: 340px; color: rgba(255,255,255,.42); font-size: .72rem; }
        .alert { margin-bottom: 24px; padding: 16px 18px; border-left: 4px solid; font-size: .88rem; }
        .alert-success { color: #b9f5d2; border-color: var(--success); background: rgba(39,167,104,.15); }
        .alert-error { color: #ffc8c8; border-color: var(--danger); background: rgba(217,74,74,.15); }
        .alert-error ul { margin: 0; padding-left: 20px; }

        .map-placeholder {
            position: relative;
            min-height: 420px;
            overflow: hidden;
            background:
                linear-gradient(rgba(8,9,11,.45), rgba(8,9,11,.45)),
                repeating-linear-gradient(0deg, #d9dcdf 0 1px, transparent 1px 45px),
                repeating-linear-gradient(90deg, #d9dcdf 0 1px, #eef0f2 1px 45px);
        }
        .map-placeholder::before,
        .map-placeholder::after { content: ""; position: absolute; width: 130%; height: 50px; background: rgba(255,255,255,.78); transform: rotate(-13deg); }
        .map-placeholder::before { top: 30%; left: -15%; }
        .map-placeholder::after { top: 58%; left: -15%; transform: rotate(17deg); }
        .map-pin {
            position: absolute;
            z-index: 2;
            top: 50%;
            left: 50%;
            display: grid;
            place-items: center;
            width: 70px;
            height: 70px;
            color: var(--white);
            border: 8px solid rgba(243,106,16,.25);
            border-radius: 50%;
            background: var(--orange);
            background-clip: padding-box;
            transform: translate(-50%, -50%);
            box-shadow: 0 20px 50px rgba(0,0,0,.28);
        }
        .map-pin .icon { width: 27px; height: 27px; }
        .map-label {
            position: absolute;
            z-index: 2;
            bottom: 28px;
            left: 50%;
            width: min(440px, calc(100% - 40px));
            padding: 17px 20px;
            color: var(--white);
            background: var(--ink);
            text-align: center;
            transform: translateX(-50%);
            box-shadow: var(--shadow);
        }
        .map-label strong { display: block; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
        .map-label span { display: block; margin-top: 3px; color: rgba(255,255,255,.55); font-size: .76rem; }

        /* Footer */
        .site-footer { color: var(--white); background: #07080a; }
        .footer-main {
            display: grid;
            grid-template-columns: 1.35fr .65fr .8fr 1fr;
            gap: 50px;
            padding: 75px 0 60px;
        }
        .footer-brand .brand-name { color: #5ea4d6; font-size: 1.7rem; }
        .footer-brand .brand-descriptor { color: rgba(255,255,255,.5); }
        .footer-brand p { max-width: 360px; margin: 26px 0 0; color: rgba(255,255,255,.48); font-size: .86rem; }
        .footer-column h3 { margin: 0 0 19px; font-size: .75rem; letter-spacing: .13em; text-transform: uppercase; }
        .footer-links { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
        .footer-links a,
        .footer-links span { color: rgba(255,255,255,.5); font-size: .84rem; transition: color .2s ease; }
        .footer-links a:hover { color: var(--orange); }
        .footer-contact-item { display: flex; gap: 10px; align-items: flex-start; }
        .footer-contact-item .icon { margin-top: 4px; color: var(--orange); }
        .footer-bottom { border-top: 1px solid var(--line); }
        .footer-bottom-inner { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; color: rgba(255,255,255,.38); font-size: .72rem; }
        .footer-bottom-links { display: flex; flex-wrap: wrap; gap: 20px; }
        .footer-bottom a:hover { color: var(--orange); }

        /* Floating contact */
        .floating-contact {
            position: fixed;
            z-index: 900;
            right: 22px;
            bottom: 22px;
            display: grid;
            place-items: center;
            width: 56px;
            height: 56px;
            color: var(--white);
            background: var(--orange);
            box-shadow: 0 18px 40px rgba(243,106,16,.35);
            transition: transform .2s ease, background .2s ease;
        }
        .floating-contact:hover { transform: translateY(-4px); background: var(--orange-dark); }
        .floating-contact .icon { width: 24px; height: 24px; }

        /* Reveal animation */
        .reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
        .reveal.visible { opacity: 1; transform: translateY(0); }
        .delay-1 { transition-delay: .08s; }
        .delay-2 { transition-delay: .16s; }
        .delay-3 { transition-delay: .24s; }

        /* Responsive */
        @media (max-width: 1100px) {
            :root { --header-h: 82px; }
            .brand-shell { width: 210px; height: 82px; }
            .main-nav a { padding-inline: 11px; }
            .header-cta { margin-left: 8px; }
            .hero-inner { grid-template-columns: 1fr; }
            .hero-panel { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 0; }
            .hero-panel-item { grid-template-columns: 38px 1fr; padding: 18px; border-right: 1px solid var(--line); border-bottom: 0; }
            .hero-panel-item:last-child { border-right: 0; }
            .capability-grid { grid-template-columns: repeat(2, 1fr); }
            .products-grid { grid-template-columns: repeat(2, 1fr); }
            .industries-grid { grid-template-columns: repeat(3, 1fr); }
            .footer-main { grid-template-columns: 1.25fr .75fr .9fr; }
            .footer-column:last-child { grid-column: 1 / -1; }
        }

        @media (max-width: 860px) {
            .container { width: min(calc(100% - 32px), var(--container)); }
            .menu-toggle { display: grid; place-items: center; }
            .main-nav {
                position: fixed;
                top: 6px;
                right: 0;
                bottom: 0;
                width: min(390px, 88vw);
                padding: 110px 28px 35px;
                flex-direction: column;
                align-items: stretch;
                gap: 4px;
                overflow-y: auto;
                background: #08090b;
                box-shadow: -25px 0 70px rgba(0,0,0,.35);
                transform: translateX(105%);
                transition: transform .3s ease;
            }
            .menu-open .main-nav { transform: translateX(0); }
            .main-nav a { padding: 15px 4px; border-bottom: 1px solid var(--line); font-size: .95rem; }
            .main-nav a::after { right: auto; bottom: -1px; left: 0; width: 56px; }
            .header-cta { margin: 15px 0 0; justify-content: center; border-bottom: 0 !important; }
            .mobile-overlay {
                position: fixed;
                z-index: 998;
                inset: 6px 0 0;
                visibility: hidden;
                opacity: 0;
                background: rgba(0,0,0,.62);
                transition: opacity .3s ease, visibility .3s ease;
            }
            .menu-open .mobile-overlay { visibility: visible; opacity: 1; }
            .hero { min-height: 780px; }
            .hero-inner { gap: 35px; }
            .hero-panel { grid-template-columns: 1fr; }
            .hero-panel-item { border-right: 0; border-bottom: 1px solid var(--line); }
            .hero-panel-item:last-child { border-bottom: 0; }
            .stats-grid { grid-template-columns: repeat(2, 1fr); }
            .stat:nth-child(2) { border-right: 0; }
            .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
            .section { padding: 82px 0; }
            .section-head { display: block; }
            .section-head .section-lead { margin-top: 20px; }
            .product-feature-grid { grid-template-columns: 1fr; }
            .feature-card.large, .feature-card.small { min-height: 390px; grid-row: auto; }
            .split-feature { grid-template-columns: 1fr; }
            .split-image { min-height: 500px; }
            .cta-inner { display: block; }
            .cta-actions { margin-top: 28px; }
            .about-intro { grid-template-columns: 1fr; }
            .value-grid { grid-template-columns: 1fr; }
            .contact-layout { grid-template-columns: 1fr; }
            .contact-sidebar { position: static; }
            .footer-main { grid-template-columns: 1fr 1fr; }
            .footer-brand { grid-column: 1 / -1; }
        }

        @media (max-width: 620px) {
            :root { --header-h: 72px; }
            .container { width: min(calc(100% - 24px), var(--container)); }
            .brand-shell { width: 174px; height: 72px; padding: 0 30px 0 16px; }
            .site-header.scrolled .brand-shell { height: 70px; }
            .brand-name { font-size: 1.15rem; }
            .brand-descriptor { font-size: .46rem; }
            .hero { min-height: auto; padding-top: 150px; }
            .hero-inner { padding-bottom: 75px; }
            .hero h1 { font-size: clamp(2.65rem, 15vw, 4.45rem); }
            .hero-actions .btn { width: 100%; }
            .hero-panel { display: none; }
            .hero-scroll { display: none; }
            .stats-grid { grid-template-columns: 1fr 1fr; }
            .stat { padding: 27px 18px; }
            .section { padding: 68px 0; }
            .section-title { font-size: clamp(2rem, 11vw, 3.2rem); }
            .product-feature-grid { gap: 14px; }
            .feature-card.large, .feature-card.small { min-height: 360px; }
            .feature-card-body { padding: 24px; }
            .capability-grid { grid-template-columns: 1fr; }
            .split-image { min-height: 400px; }
            .split-content { padding: 54px 24px; }
            .cta-actions .btn { width: 100%; }
            .page-hero { min-height: 430px; padding-bottom: 55px; }
            .page-hero h1 { font-size: clamp(2.7rem, 14vw, 4.4rem); }
            .products-grid { grid-template-columns: 1fr; }
            .download-panel { grid-template-columns: 1fr; padding: 28px; }
            .download-panel .btn { width: 100%; }
            .about-media { min-height: 470px; }
            .about-media-main { right: 36px; bottom: 45px; width: calc(100% - 36px); height: calc(100% - 45px); }
            .about-media-small { width: 55%; height: 40%; border-width: 7px; }
            .about-media-tag { left: -12px; padding: 16px; }
            .timeline::before { left: 72px; }
            .timeline-item { grid-template-columns: 72px 1fr; }
            .timeline-content { padding-left: 28px; }
            .industries-grid { grid-template-columns: 1fr 1fr; }
            .industry-item { min-height: 145px; padding: 22px; }
            .form-grid { grid-template-columns: 1fr; }
            .form-group.full { grid-column: auto; }
            .form-submit .btn { width: 100%; }
            .footer-main { grid-template-columns: 1fr; gap: 36px; }
            .footer-brand, .footer-column:last-child { grid-column: auto; }
            .footer-bottom-inner { flex-direction: column; }
            .floating-contact { right: 14px; bottom: 14px; }
        }

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

/* Elementor theme integration */
.nf-widget-wrap { position: relative; }
.nf-header-wrap { position: relative; z-index: 1000; }
.nf-header-wrap .mobile-overlay { position: fixed; }
.nf-brand-image { width: 145px; max-height: 62px; object-fit: contain; }
.brand-shell.has-image { padding-right: 38px; }
.nf-page-content-fallback { padding: 140px 0 80px; }
.nf-empty-content, .nf-default-entry, .nf-404 { padding-top: 150px; padding-bottom: 90px; }
.nf-entry-card { background: #fff; padding: 40px; box-shadow: 0 20px 55px rgba(0,0,0,.07); }
.nf-404 { min-height: 70vh; }
.nf-404 h1 { max-width: 750px; font-size: clamp(2.4rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.05em; }
.nf-404 .btn { margin-top: 30px; }
.nf-icon { display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.nf-icon i, .nf-icon svg { width: 1em; height: 1em; }
.hero-panel-icon .nf-icon, .capability-icon .nf-icon, .value-icon .nf-icon, .contact-detail-icon .nf-icon, .social-btn .nf-icon, .floating-contact .nf-icon { font-size: 24px; }
.nf-section-widget { position: relative; }
.nf-section-widget .elementor-widget-container { overflow: visible; }
.nf-contact-message { margin-bottom: 20px; padding: 14px 16px; border-left: 4px solid var(--success); background: rgba(39,167,104,.15); color: #b9f5d2; }
.nf-contact-message.is-error { border-color: var(--danger); background: rgba(217,74,74,.15); color: #ffc8c8; }
.nf-contact-form .form-grid { margin-top: 30px; }
.nf-contact-form .form-group input,
.nf-contact-form .form-group textarea { box-shadow: none; }
.nf-contact-form .form-group input:focus,
.nf-contact-form .form-group textarea:focus { outline: 0; }
.nf-contact-form button { border-radius: 0; }
.nf-field-hp { position:absolute!important; left:-10000px!important; width:1px!important; height:1px!important; overflow:hidden!important; }
.nf-products-widget .products-grid { align-items: stretch; }
.nf-products-widget .product-card { height: 100%; }
.nf-products-widget .product-body { min-height: 360px; }
.nf-products-widget .product-footer { margin-top: auto; }
.nf-footer-widget .site-footer { margin: 0; }
.nf-global-template-missing { padding: 20px; color: #fff; background: #090a0c; text-align: center; }
.nf-edit-template-link { position: fixed; z-index: 99999; left: 12px; bottom: 12px; padding: 9px 12px; background: #f36a10; color: #fff!important; font-size: 12px; font-weight: 800; }

/* Make Elementor's outer legacy section completely neutral for starter layouts. */
.elementor-section.nf-starter-section > .elementor-container { max-width: none; }
.elementor-section.nf-starter-section > .elementor-container > .elementor-column > .elementor-widget-wrap { padding: 0; }

@media (max-width: 767px) {
    .nf-brand-image { width: 112px; max-height: 48px; }
    .brand-shell.has-image { padding-right: 28px; }
}
