:root {
    --fw-navy-950: #06111d;
    --fw-navy-900: #071524;
    --fw-navy-800: #102238;
    --fw-navy-700: #1b3049;
    --fw-gold: #d6b25a;
    --fw-gold-dark: #b89239;
    --fw-ink: #111b27;
    --fw-muted: #66717f;
    --fw-light: #f3f5f7;
    --fw-border: #dbe1e7;
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--fw-ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 2000; background: #fff; color: #000; padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { background: rgba(7, 21, 36, .96); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(14px); }
.navbar { min-height: 80px; }
.navbar-brand { display: inline-flex; align-items: center; gap: .8rem; color: #fff; }
.navbar-brand img { object-fit: contain; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.25rem; letter-spacing: -.03em; }
.brand-copy small { margin-top: .35rem; color: #b9c4d0; font-size: .65rem; letter-spacing: .19em; text-transform: uppercase; }
.nav-link { color: rgba(255,255,255,.78)!important; font-size: .94rem; font-weight: 600; padding: .75rem .8rem!important; }
.nav-link:hover, .nav-link.active { color: #fff!important; }
.btn { border-radius: .5rem; font-weight: 700; }
.btn-gold { color: #071524; background: var(--fw-gold); border-color: var(--fw-gold); }
.btn-gold:hover, .btn-gold:focus { color: #071524; background: #e0bf69; border-color: #e0bf69; }
.text-gold { color: var(--fw-gold-dark)!important; }
.text-link { color: var(--fw-gold); font-weight: 800; text-decoration: none; }
.text-link.dark { color: var(--fw-navy-800); }
.text-link:hover { text-decoration: underline; }
.hero-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 72% 30%, #17304b 0, #071524 44%, #050e18 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent 0%, black 55%); }
.min-vh-75 { min-height: 75vh; }
.eyebrow { margin-bottom: 1.1rem; color: var(--fw-gold); font-size: .76rem; font-weight: 900; letter-spacing: .2em; }
.hero-section h1 { margin: 0; max-width: 900px; font-size: clamp(3.4rem, 7vw, 6.7rem); font-weight: 850; letter-spacing: -.07em; line-height: .92; }
.hero-section h1 span { color: #cbd5df; }
.hero-lead { max-width: 760px; margin-top: 1.75rem; color: #d1d9e1; font-size: clamp(1.12rem, 1.6vw, 1.35rem); line-height: 1.65; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 1.2rem; color: #b7c3cf; font-size: .9rem; }
.hero-proof i { margin-right: .35rem; color: var(--fw-gold); }
.operations-panel { border: 1px solid rgba(255,255,255,.16); background: rgba(10, 28, 47, .94); box-shadow: 0 30px 80px rgba(0,0,0,.32); }
.panel-topbar { display: flex; justify-content: space-between; gap: 1rem; padding: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.panel-topbar div { display: grid; }
.panel-topbar small { color: var(--fw-gold); font-size: .63rem; letter-spacing: .13em; }
.panel-topbar strong { margin-top: .25rem; }
.status-live { color: #dbe9df; font-size: .75rem; }
.status-live i { display: inline-block; width: .5rem; height: .5rem; margin-right: .35rem; border-radius: 50%; background: #55c878; box-shadow: 0 0 0 5px rgba(85,200,120,.12); }
.metric-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(255,255,255,.08); }
.metric { display: grid; padding: 1.05rem; background: #0e243b; }
.metric span { color: #9cabb9; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.metric strong { margin-top: .25rem; font-size: 1.45rem; }
.metric small { color: #7f91a2; }
.dispatch-preview { padding: 1.1rem; }
.dispatch-heading { display: flex; justify-content: space-between; margin-bottom: .65rem; font-size: .77rem; color: #aab7c3; text-transform: uppercase; letter-spacing: .08em; }
.route { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: .7rem; padding: .8rem 0; border-top: 1px solid rgba(255,255,255,.08); }
.route-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--fw-gold); }
.route div { display: grid; }
.route small { color: #8fa0af; }
.route b { color: #bfccd7; font-size: .72rem; }
.integration-strip { color: #aeb9c4; background: #081321; border-top: 1px solid rgba(255,255,255,.08); }
.strip-label { margin-bottom: 1rem; color: #6f8294; font-size: .67rem; font-weight: 800; letter-spacing: .15em; text-align: center; }
.integration-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.2rem; }
.integration-list span { color: #d4dbe2; font-weight: 700; }
.section-pad { padding: 7rem 0; }
.bg-light { background: var(--fw-light)!important; }
.section-heading h2, .industry-section h2, .demo-band h2, .final-cta h2, .bg-white h2 { font-size: clamp(2.3rem, 4.6vw, 4.3rem); font-weight: 850; letter-spacing: -.055em; line-height: 1.02; }
.section-heading p, .lead-copy { color: var(--fw-muted); line-height: 1.75; }
.module-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--fw-border); border-left: 1px solid var(--fw-border); }
.module-card { min-height: 260px; padding: 2rem; background: #fff; border-right: 1px solid var(--fw-border); border-bottom: 1px solid var(--fw-border); transition: transform .2s ease, background .2s ease; }
.module-card:hover { position: relative; z-index: 1; transform: translateY(-4px); background: #fbfcfd; }
.module-card i { color: var(--fw-gold-dark); font-size: 1.8rem; }
.module-card h3 { margin: 1.5rem 0 .8rem; font-size: 1.1rem; font-weight: 800; }
.module-card p { color: var(--fw-muted); line-height: 1.65; }
.industry-section { color: #fff; background: var(--fw-navy-900); }
.industry-section .lead-copy { color: #b8c4cf; }
.industry-list { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.industry-list a { display: flex; justify-content: space-between; align-items: center; min-height: 100px; padding: 1.2rem; color: #fff; text-decoration: none; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.industry-list a:hover { background: rgba(255,255,255,.06); }
.security-list { display: grid; gap: .75rem; color: #253547; font-weight: 700; }
.security-list i { color: var(--fw-gold-dark); margin-right: .55rem; }
.security-visual { position: relative; min-height: 470px; background: linear-gradient(145deg,#0b1c2e,#17314c); overflow: hidden; }
.security-visual:before { content: ''; position: absolute; inset: 0; opacity: .17; background-image: radial-gradient(circle, white 1px, transparent 1px); background-size: 27px 27px; }
.security-shield { position: absolute; left: 50%; top: 50%; display: grid; place-items: center; width: 130px; height: 130px; color: var(--fw-gold); font-size: 3.6rem; transform: translate(-50%,-50%); border: 1px solid rgba(214,178,90,.5); background: rgba(7,21,36,.8); }
.security-node { position: absolute; display: grid; width: 145px; padding: 1rem; color: #fff; border-left: 3px solid var(--fw-gold); background: rgba(255,255,255,.08); }
.security-node small { color: #9fb0c0; }
.node-a { left: 7%; top: 12%; }.node-b { right: 7%; top: 18%; }.node-c { left: 9%; bottom: 12%; }.node-d { right: 8%; bottom: 10%; }
.demo-band { color: #071524; background: var(--fw-gold); }
.demo-band p { max-width: 760px; }
.demo-band .eyebrow { color: #071524; }
.demo-band h2 { max-width: 900px; }
.pricing-preview .section-heading { max-width: 800px; }
.price-card { position: relative; height: 100%; padding: 2rem; background: #fff; border: 1px solid var(--fw-border); }
.price-card.featured { border: 2px solid var(--fw-gold-dark); }
.price-card .plan { display: block; margin-bottom: 1.2rem; font-size: .8rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.price-card h3 { min-height: 54px; font-size: 2.35rem; font-weight: 850; letter-spacing: -.04em; }
.price-card h3 small { display: block; margin-top: .25rem; color: var(--fw-muted); font-size: .78rem; font-weight: 600; letter-spacing: 0; }
.price-card p { min-height: 96px; color: var(--fw-muted); line-height: 1.65; }
.popular { position: absolute; right: 1rem; top: 1rem; padding: .25rem .45rem; color: #071524; background: var(--fw-gold); font-size: .62rem; font-weight: 900; letter-spacing: .08em; }
.final-cta { color: #fff; background: radial-gradient(circle at center,#17314c,#071524 58%); }
.final-cta img { object-fit: contain; }
.final-cta p { color: #bdc9d4; font-size: 1.12rem; }
.site-footer { color: #d7e0e8; background: #06111d; }
.footer-accent { height: 10px; background: var(--fw-gold); }
.footer-brand { display: inline-flex; align-items: center; gap: .8rem; color: #fff; text-decoration: none; }
.footer-brand img { object-fit: cover; }
.footer-brand span { display: grid; }
.footer-brand strong { font-size: 1.45rem; }
.footer-brand small { color: #a9bfd4; letter-spacing: .25em; }
.footer-intro { max-width: 480px; color: #b4c0cb; line-height: 1.7; }
.footer-location { color: #788a9a; }
.site-footer a { color: #d7e0e8; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; }
.footer-heading { margin-bottom: 1rem; color: #fff; font-size: .92rem; font-weight: 800; }
.footer-links { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { color: #aebbc7; }
.footer-bottom { color: #738697; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1199.98px) {
    .navbar-collapse { padding: 1rem 0 1.25rem; }
    .module-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 991.98px) {
    .min-vh-75 { min-height: auto; }
    .hero-section h1 { font-size: clamp(3.25rem, 13vw, 5.8rem); }
    .section-pad { padding: 5rem 0; }
    .operations-panel { max-width: 650px; }
}
@media (max-width: 575.98px) {
    .navbar { min-height: 70px; }
    .navbar-brand img { width: 42px; height: 41px; }
    .brand-copy strong { font-size: 1.05rem; }
    .hero-section h1 { font-size: 3.25rem; }
    .hero-proof { display: grid; gap: .55rem; }
    .module-grid, .industry-list { grid-template-columns: 1fr; }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .security-visual { min-height: 530px; }
    .security-node { width: 130px; }
    .node-a { left: 5%; }.node-b { right: 5%; }.node-c { left: 5%; }.node-d { right: 5%; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .reveal { opacity: 1; transform: none; transition: none; }
}

/* Interior pages */
.page-hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg,var(--fw-navy-950),var(--fw-navy-800)); border-bottom: 1px solid rgba(255,255,255,.1); }
.page-hero:after { content: ''; position: absolute; right: -8rem; top: -10rem; width: 34rem; height: 34rem; border: 1px solid rgba(214,178,90,.25); transform: rotate(28deg); }
.page-hero .container-xl { position: relative; z-index: 1; }
.page-hero h1 { max-width: 960px; font-size: clamp(3rem,6.2vw,6rem); font-weight: 850; letter-spacing: -.065em; line-height: .96; }
.page-hero .lead { max-width: 820px; color: #c4d0da; font-size: clamp(1.08rem,1.7vw,1.35rem); line-height: 1.7; }
.hero-kicker { display: inline-flex; gap: .55rem; align-items: center; color: var(--fw-gold); font-size: .74rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.page-subnav { position: sticky; top: 80px; z-index: 900; background: rgba(255,255,255,.96); border-bottom: 1px solid var(--fw-border); backdrop-filter: blur(12px); }
.page-subnav .inner { display: flex; gap: 1.4rem; overflow-x: auto; padding: .85rem 0; scrollbar-width: none; }
.page-subnav .inner::-webkit-scrollbar { display:none; }
.page-subnav a { white-space: nowrap; color: #425164; font-size: .86rem; font-weight: 750; text-decoration: none; }
.page-subnav a:hover { color: var(--fw-gold-dark); }
.section-intro { max-width: 850px; }
.section-intro h2 { font-size: clamp(2.2rem,4.5vw,4.1rem); font-weight: 850; letter-spacing: -.055em; line-height: 1.03; }
.section-intro p { color: var(--fw-muted); font-size: 1.08rem; line-height: 1.75; }
.feature-row { border-top: 1px solid var(--fw-border); }
.feature-row:last-child { border-bottom: 1px solid var(--fw-border); }
.feature-copy { padding: 4.25rem 3rem 4.25rem 0; }
.feature-copy h2 { font-size: clamp(2rem,3.6vw,3.35rem); font-weight: 850; letter-spacing: -.045em; }
.feature-copy p { color: var(--fw-muted); line-height: 1.75; }
.feature-badge { display: inline-block; margin-bottom: 1rem; padding: .3rem .55rem; color: #624a11; background: #f4e7bd; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.feature-points { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem 1.2rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.feature-points li { position: relative; padding-left: 1.35rem; color: #283747; }
.feature-points li:before { content: '✓'; position: absolute; left: 0; color: var(--fw-gold-dark); font-weight: 900; }
.feature-visual { min-height: 420px; padding: 2rem; display: grid; align-content: center; background: var(--fw-light); border-left: 1px solid var(--fw-border); }
.ui-window { background: #fff; border: 1px solid #cfd7df; box-shadow: 0 24px 55px rgba(18,38,59,.12); }
.ui-top { display:flex; justify-content:space-between; align-items:center; padding:.85rem 1rem; color:#5d6a78; border-bottom:1px solid var(--fw-border); font-size:.78rem; }
.ui-dots { display:flex; gap:.35rem; }
.ui-dots i { width:.48rem; height:.48rem; border-radius:50%; background:#c7d0d9; }
.ui-body { padding: 1.15rem; }
.ui-line { height:.7rem; margin:.7rem 0; background:#e8edf1; }
.ui-line.short { width:55%; }
.ui-line.med { width:76%; }
.ui-stat-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:.7rem; margin-bottom:1rem; }
.ui-stat { padding:.9rem; background:#f5f7f9; border-left:3px solid var(--fw-gold); }
.ui-stat small { display:block; color:#7a8794; }
.ui-stat strong { font-size:1.15rem; }
.ui-list-row { display:grid; grid-template-columns:1fr auto; gap:1rem; padding:.8rem 0; border-top:1px solid #e7ebef; }
.ui-list-row small { color:#7a8794; }
.ui-pill { align-self:center; padding:.25rem .5rem; color:#234331; background:#def0e4; font-size:.68rem; font-weight:800; }
.capability-grid { display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--fw-border); border-left:1px solid var(--fw-border); }
.capability-card { min-height:230px; padding:1.7rem; background:#fff; border-right:1px solid var(--fw-border); border-bottom:1px solid var(--fw-border); }
.capability-card i { color:var(--fw-gold-dark); font-size:1.65rem; }
.capability-card h3 { margin:1rem 0 .65rem; font-size:1.08rem; font-weight:800; }
.capability-card p { margin:0; color:var(--fw-muted); line-height:1.6; }
.plan-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; }
.plan-card { position:relative; display:flex; flex-direction:column; min-height:540px; padding:2rem; background:#fff; border:1px solid var(--fw-border); }
.plan-card.featured { border:2px solid var(--fw-gold-dark); box-shadow:0 22px 45px rgba(20,41,61,.1); }
.plan-label { color:var(--fw-gold-dark); font-size:.75rem; font-weight:900; letter-spacing:.14em; text-transform:uppercase; }
.plan-price { margin:.9rem 0 .3rem; font-size:3.4rem; font-weight:850; letter-spacing:-.06em; }
.plan-price sup { top:-1.2rem; font-size:1.25rem; }
.plan-price small { display:block; margin-top:.3rem; color:var(--fw-muted); font-size:.82rem; font-weight:600; letter-spacing:0; }
.plan-card p { color:var(--fw-muted); line-height:1.65; }
.plan-features { display:grid; gap:.72rem; margin:1.2rem 0 1.8rem; padding:0; list-style:none; }
.plan-features li { padding-left:1.35rem; position:relative; }
.plan-features li:before { content:'✓'; position:absolute; left:0; color:var(--fw-gold-dark); font-weight:900; }
.plan-card .btn { margin-top:auto; }
.pricing-note { color:#5a6774; background:#f3f5f7; border-left:4px solid var(--fw-gold); padding:1rem 1.2rem; }
.comparison-wrap { overflow-x:auto; }
.comparison-table { min-width:900px; margin:0; }
.comparison-table th,.comparison-table td { padding:1rem; vertical-align:middle; border-color:var(--fw-border); }
.comparison-table thead th { background:var(--fw-navy-900); color:#fff; }
.comparison-table .group-row th { color:#624a11; background:#f4e7bd; font-size:.76rem; letter-spacing:.1em; text-transform:uppercase; }
.comparison-table td:not(:first-child),.comparison-table th:not(:first-child) { text-align:center; }
.comparison-table .yes { color:#1d6c3b; font-weight:900; }
.comparison-table .dash { color:#9aa5af; }
.industry-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1px; background:var(--fw-border); border:1px solid var(--fw-border); }
.industry-card { padding:2.2rem; background:#fff; }
.industry-card i { font-size:2rem; color:var(--fw-gold-dark); }
.industry-card h2 { margin:1.2rem 0 .8rem; font-size:1.55rem; font-weight:850; }
.industry-card p { color:var(--fw-muted); line-height:1.7; }
.industry-card ul { margin:1.2rem 0 0; padding-left:1.15rem; color:#314154; }
.gov-band { color:#fff; background:linear-gradient(120deg,#081523,#17304a); }
.gov-band h2 { font-size:clamp(2.2rem,4vw,3.8rem); font-weight:850; letter-spacing:-.05em; }
.gov-stat { padding:1.35rem; border:1px solid rgba(255,255,255,.15); }
.gov-stat strong { display:block; color:var(--fw-gold); font-size:1.6rem; }
.gov-stat span { color:#b8c6d2; }
.integration-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.integration-card { min-height:270px; padding:1.8rem; background:#fff; border:1px solid var(--fw-border); }
.integration-icon { display:grid; place-items:center; width:54px; height:54px; color:#fff; background:var(--fw-navy-800); font-size:1.55rem; }
.integration-card h2 { margin:1.2rem 0 .7rem; font-size:1.3rem; font-weight:850; }
.integration-card p { color:var(--fw-muted); line-height:1.65; }
.integration-card small { color:var(--fw-gold-dark); font-weight:800; text-transform:uppercase; letter-spacing:.09em; }
.security-pillar-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1rem; }
.security-pillar { padding:2rem; background:#fff; border:1px solid var(--fw-border); }
.security-pillar i { color:var(--fw-gold-dark); font-size:2rem; }
.security-pillar h2 { margin:1.2rem 0 .7rem; font-size:1.25rem; font-weight:850; }
.security-pillar p { color:var(--fw-muted); line-height:1.65; }
.security-detail { border-top:1px solid var(--fw-border); }
.security-detail .row { min-height:320px; }
.security-number { color:#d5dce2; font-size:6rem; font-weight:900; letter-spacing:-.08em; }
.security-detail h2 { font-size:2rem; font-weight:850; }
.security-detail p { color:var(--fw-muted); line-height:1.75; }
.faq .accordion-item { border-radius:0; border-color:var(--fw-border); }
.faq .accordion-button { padding:1.2rem; font-weight:800; }
.faq .accordion-button:not(.collapsed) { color:var(--fw-navy-900); background:#f6f1e3; box-shadow:none; }
.faq .accordion-body { color:var(--fw-muted); line-height:1.7; }
@media(max-width:991.98px){
 .page-subnav{top:70px}.feature-copy{padding:3rem 0}.feature-visual{border-left:0;border-top:1px solid var(--fw-border)}
 .capability-grid,.integration-grid,.security-pillar-grid{grid-template-columns:repeat(2,1fr)}.plan-grid{grid-template-columns:1fr}.plan-card{min-height:auto}.industry-grid{grid-template-columns:1fr}
}
@media(max-width:575.98px){
 .feature-points,.capability-grid,.integration-grid,.security-pillar-grid{grid-template-columns:1fr}.feature-visual{padding:1rem;min-height:340px}.ui-stat-grid{grid-template-columns:1fr}.security-number{font-size:4rem}
}

/* Product and company pages */
.py-lg-6{padding-top:6rem!important;padding-bottom:6rem!important}.demo-notice{background:#f6f1e3;border-bottom:1px solid #e3d6ad}.demo-notice .container-xl{display:flex;gap:1rem;align-items:center;padding-top:1rem;padding-bottom:1rem;color:#5f4a19}.demo-notice i{font-size:1.35rem}.demo-notice div{display:grid}.demo-notice span{color:#75653b}.demo-journey{border-top:1px solid var(--fw-border)}.journey-step{display:grid;grid-template-columns:90px 1fr;gap:1.5rem;padding:2rem 0;border-bottom:1px solid var(--fw-border)}.journey-step>span{color:var(--fw-gold-dark);font-size:1.6rem;font-weight:900}.journey-step h3{margin:0 0 .4rem;font-weight:850}.journey-step p{margin:0;color:var(--fw-muted)}.demo-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--fw-border)}.demo-metric-grid div{display:grid;padding:2rem;border-right:1px solid var(--fw-border);border-bottom:1px solid var(--fw-border);background:#fff}.demo-metric-grid div:nth-child(3n){border-right:0}.demo-metric-grid strong{font-size:2rem}.demo-metric-grid span{color:var(--fw-muted)}.check-list{display:grid;gap:.75rem;padding:0;list-style:none}.check-list li:before{content:'✓';margin-right:.65rem;color:var(--fw-gold-dark);font-weight:900}.demo-login-panel{padding:2.5rem;color:#fff;background:var(--fw-navy-900)}.demo-login-panel>span{color:var(--fw-gold);font-size:.72rem;font-weight:900;letter-spacing:.14em}.demo-login-panel h3{margin:1rem 0;font-size:2rem;font-weight:850}.demo-login-panel p{color:#bdc9d4}.demo-login-panel small{display:block;margin-top:1.2rem;color:#8092a3}.doc-search{padding:2rem;background:var(--fw-light);border:1px solid var(--fw-border)}.doc-search label{display:block;margin-bottom:.6rem;font-weight:850}.doc-search>div{display:flex;align-items:center;background:#fff;border:1px solid var(--fw-border)}.doc-search i{margin-left:1rem;color:#6f7e8d}.doc-search input{flex:1;padding:1rem;border:0;outline:0}.doc-search small{display:block;margin-top:.6rem;color:var(--fw-muted)}.doc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--fw-border);border:1px solid var(--fw-border)}.doc-card{min-height:285px;padding:1.6rem;background:#fff}.doc-card i{font-size:1.8rem;color:var(--fw-gold-dark)}.doc-card h2{margin:1rem 0 .7rem;font-size:1.2rem;font-weight:850}.doc-card p{color:var(--fw-muted);line-height:1.65}.doc-card span{color:#8a6b20;font-size:.72rem;font-weight:800;text-transform:uppercase}.doc-version-band,.support-policy{color:#fff;background:var(--fw-navy-900)}.doc-version-band span,.support-policy span{color:var(--fw-gold);font-size:.72rem;font-weight:900;letter-spacing:.14em}.doc-version-band p,.support-policy p{max-width:760px;color:#b7c4d0}.company-mark{display:grid;justify-items:center;padding:3rem;text-align:center;background:var(--fw-navy-900);color:#fff}.company-mark img{width:150px;height:150px;object-fit:contain}.company-mark strong{margin-top:1rem;font-size:1.35rem}.company-mark span{margin-top:.5rem;color:#aebbc7}.principle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--fw-border);border:1px solid var(--fw-border)}.principle-grid article{padding:2rem;background:#fff}.principle-grid article>span{color:var(--fw-gold-dark);font-weight:900}.principle-grid h3{margin:1rem 0 .6rem;font-weight:850}.principle-grid p{color:var(--fw-muted);line-height:1.65}.about-panel{height:100%;padding:2.2rem;background:var(--fw-light);border:1px solid var(--fw-border)}.about-panel.dark{color:#fff;background:var(--fw-navy-900)}.about-panel>span{color:var(--fw-gold-dark);font-size:.72rem;font-weight:900;letter-spacing:.14em}.about-panel.dark>span{color:var(--fw-gold)}.about-panel h2{margin:1rem 0;font-weight:850}.about-panel p{color:var(--fw-muted)}.about-panel.dark p{color:#b8c5d0}.contact-methods{display:grid;gap:1px;background:var(--fw-border);border:1px solid var(--fw-border)}.contact-methods a{display:flex;gap:1rem;padding:1.2rem;background:#fff;text-decoration:none}.contact-methods i{color:var(--fw-gold-dark);font-size:1.4rem}.contact-methods div{display:grid}.contact-methods span{color:var(--fw-muted);font-size:.9rem}.contact-form{padding:2rem;background:var(--fw-light);border:1px solid var(--fw-border)}.contact-form label{display:block;margin-bottom:.4rem;font-weight:800}.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:.8rem .9rem;background:#fff;border:1px solid #cbd3db}.form-note{margin:.8rem 0 0;color:var(--fw-muted);font-size:.82rem}.support-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.support-grid a{padding:2rem;color:inherit;background:#fff;border:1px solid var(--fw-border);text-decoration:none}.support-grid i{font-size:2rem;color:var(--fw-gold-dark)}.support-grid h2{margin:1rem 0 .6rem;font-size:1.35rem;font-weight:850}.support-grid p{color:var(--fw-muted)}.support-grid span{color:var(--fw-gold-dark);font-weight:800}.support-checklist{display:grid;gap:1rem;margin:0;padding-left:1.5rem}.roadmap-legend{display:flex;flex-wrap:wrap;gap:.7rem}.roadmap-legend span,.roadmap-item>div>span{padding:.3rem .55rem;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.roadmap-legend .complete,.roadmap-item.complete>div>span{background:#dff1e5;color:#275f39}.roadmap-legend .current,.roadmap-item.current>div>span{background:#f4e7bd;color:#624a11}.roadmap-legend .planned,.roadmap-item.planned>div>span{background:#e8edf1;color:#4f5e6d}.roadmap-legend .future,.roadmap-item.future>div>span{background:#dce6f0;color:#1b4569}.roadmap-list{border-top:1px solid var(--fw-border)}.roadmap-item{display:grid;grid-template-columns:130px 1fr;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--fw-border)}.roadmap-version{font-size:2rem;font-weight:900;color:#26384b}.roadmap-item h2{margin:.75rem 0 .4rem;font-size:1.5rem;font-weight:850}.roadmap-item p{margin:0;color:var(--fw-muted)}.release-list{border-top:1px solid var(--fw-border)}.release-entry{display:grid;grid-template-columns:210px 1fr;gap:2rem;padding:2rem 0;border-bottom:1px solid var(--fw-border)}.release-entry>div{display:grid;align-content:start}.release-entry>div>span{font-size:2rem;font-weight:900}.release-entry small{color:var(--fw-gold-dark);font-size:.68rem;font-weight:900;letter-spacing:.1em}.release-entry h2{font-weight:850}.release-entry p{color:var(--fw-muted);line-height:1.7}.legal-hero{color:#fff;background:var(--fw-navy-900)}.legal-hero span{color:var(--fw-gold);font-size:.72rem;font-weight:900;letter-spacing:.14em}.legal-hero h1{margin:.8rem 0;font-size:clamp(2.8rem,5vw,4.8rem);font-weight:850;letter-spacing:-.05em}.legal-hero p{color:#9eafbe}.legal-copy{max-width:900px}.legal-copy h2{margin-top:2.5rem;font-size:1.5rem;font-weight:850}.legal-copy p{color:#4e5c69;line-height:1.8}.legal-warning{margin-top:3rem;padding:1.2rem;background:#f6f1e3;border-left:4px solid var(--fw-gold)}
@media(max-width:991.98px){.doc-grid{grid-template-columns:repeat(2,1fr)}.principle-grid{grid-template-columns:repeat(2,1fr)}.demo-metric-grid{grid-template-columns:repeat(2,1fr)}.demo-metric-grid div:nth-child(3n){border-right:1px solid var(--fw-border)}.demo-metric-grid div:nth-child(2n){border-right:0}}
@media(max-width:575.98px){.journey-step,.roadmap-item,.release-entry{grid-template-columns:1fr;gap:.6rem}.doc-grid,.principle-grid,.support-grid,.demo-metric-grid{grid-template-columns:1fr}.demo-metric-grid div{border-right:0}.doc-search>div{display:grid}.doc-search i{display:none}.doc-search button{border-radius:0}.contact-form{padding:1.2rem}}
