/* =========================================================
   Axion Shield theme — replaces the default Bootstrap skin
   on the public website while keeping Bootstrap's grid,
   forms and components working underneath.
   ========================================================= */

:root {
    --ax-red: #e01a24;
    --ax-bg: #08090a;
    --ax-bg-alt: #0a0b0d;
    --ax-bg-alt2: #0c0d10;
    --ax-border: rgba(255, 255, 255, .09);
    --ax-text: #e8eaed;
    --ax-text-dim: #b4b8bf;
    --ax-text-mute: #8b9098;
    --ax-header-h: 84px;
    --ax-font-display: 'Oswald', sans-serif;
    --ax-font-body: 'IBM Plex Sans', system-ui, sans-serif;
    --ax-font-mono: 'IBM Plex Mono', monospace;
}

[dir="rtl"] {
    --ax-font-display: 'Cairo', sans-serif;
    --ax-font-body: 'Cairo', sans-serif;
    --ax-font-mono: 'Cairo', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }

body.axion-theme {
    margin: 0;
    background: var(--ax-bg);
    color: var(--ax-text);
    font-family: var(--ax-font-body);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body.axion-theme a { color: var(--ax-text); text-decoration: none; }
body.axion-theme a:hover { color: var(--ax-red); }
body.axion-theme img { max-width: 100%; }
body.axion-theme ::selection { background: var(--ax-red); color: #fff; }

.ax-font-display { font-family: var(--ax-font-display); }
.ax-font-mono { font-family: var(--ax-font-mono); }

@keyframes ax-spark { 0% { transform: translateX(-140%) skewX(-18deg); opacity: 0; } 12% { opacity: 1; } 55% { opacity: .9; } 100% { transform: translateX(320%) skewX(-18deg); opacity: 0; } }
@keyframes ax-fadeup { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
@keyframes ax-pulse { 0%, 100% { transform: scale(1); opacity: .85; } 50% { transform: scale(2.4); opacity: 0; } }
@keyframes ax-scanline { 0% { top: 4%; } 100% { top: 92%; } }
@keyframes ax-drift { from { transform: translate3d(0,0,0) scale(1.08); } to { transform: translate3d(-2.5%,-1.5%,0) scale(1.16); } }
@keyframes ax-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---------- Header / nav ---------- */
.ax-header {
    position: fixed; top: 0; left: 0; right: 0; z-index: 90;
    backdrop-filter: blur(14px);
    background: linear-gradient(180deg, rgba(8,9,10,.92), rgba(8,9,10,.62));
    border-bottom: 1px solid rgba(255,255,255,.07);
}
.ax-header-inner {
    max-width: 1360px; margin: 0 auto; padding: 10px 28px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.ax-brand { display: flex; align-items: center; gap: 12px; position: relative; overflow: hidden; animation: ax-fadeup .8s ease both; }
.ax-brand img { height: 58px; width: auto; border-radius: 3px; display: block; }
.ax-brand-spark {
    position: absolute; top: 0; bottom: 0; left: 0; width: 95px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.55), transparent);
    animation: ax-spark 3.6s ease-in-out .4s infinite; pointer-events: none;
}
.ax-nav {
    display: flex; align-items: center; gap: 26px; flex-wrap: wrap;
    font-family: var(--ax-font-display); font-size: 13px; letter-spacing: .12em;
    text-transform: uppercase; font-weight: 400;
}
.ax-nav a { padding: 6px 0; border-bottom: 1px solid transparent; transition: border-color .2s ease, color .2s ease; }
.ax-nav a:hover, .ax-nav a.active { border-bottom-color: var(--ax-red); color: #fff; }
.ax-nav .dropdown { position: relative; }
.ax-nav .dropdown-menu {
    display: none; position: absolute; top: 100%; inset-inline-start: 0; margin-top: 10px;
    background: #101216; border: 1px solid var(--ax-border); min-width: 190px; padding: 8px 0; z-index: 10;
}
.ax-nav .dropdown:hover .dropdown-menu, .ax-nav .dropdown.open .dropdown-menu { display: block; }
.ax-nav .dropdown-menu > li > a { display: block; padding: 9px 18px; border-bottom: none; text-transform: none; letter-spacing: .04em; font-family: var(--ax-font-body); font-size: 14px; }
.ax-nav .dropdown-menu > li > a:hover { background: rgba(224,26,36,.1); color: #fff; }
.ax-cta {
    font-family: var(--ax-font-display); font-size: 12px; letter-spacing: .16em; text-transform: uppercase;
    padding: 11px 20px; border: 1px solid rgba(224,26,36,.75); color: #fff; background: rgba(224,26,36,.1);
    transition: background .2s ease;
    white-space: nowrap;
}
.ax-cta:hover { background: var(--ax-red); color: #fff; }
.ax-nav-toggle {
    display: none; background: transparent; border: 1px solid rgba(255,255,255,.25); color: #fff;
    width: 42px; height: 38px; align-items: center; justify-content: center; cursor: pointer;
}
@media (max-width: 991px) {
    .ax-nav-toggle { display: inline-flex; }
    .ax-nav { display: none; flex-direction: column; align-items: flex-start; gap: 6px; width: 100%; order: 3;
        border-top: 1px solid var(--ax-border); margin-top: 12px; padding-top: 12px; }
    .ax-nav.ax-open { display: flex; }
    .ax-header-inner { flex-wrap: wrap; }
    .ax-nav .dropdown-menu { position: static; display: none; border: none; padding-inline-start: 14px; background: transparent; margin-top: 4px; }
    .ax-nav .dropdown.open .dropdown-menu { display: block; }
}

/* ---------- Buttons shared by hero / CTA sections ---------- */
.ax-btn {
    font-family: var(--ax-font-display); font-size: 14px; letter-spacing: .16em; text-transform: uppercase;
    padding: 17px 34px; display: inline-block; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
    cursor: pointer; border: 1px solid transparent;
}
.ax-btn-primary { background: var(--ax-red); color: #fff; }
.ax-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(224,26,36,.35); color: #fff; }
.ax-btn-outline { border-color: rgba(255,255,255,.25); color: #fff; }
.ax-btn-outline:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.5); color: #fff; }

/* ---------- Hero ---------- */
.ax-hero {
    position: relative; min-height: calc(100vh - var(--ax-header-h)); display: flex; align-items: flex-end; overflow: hidden;
    padding-top: 40px; background: var(--ax-bg);
}
.ax-hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.1s ease; }
.ax-hero-slide.ax-active { opacity: 1; }
.ax-hero-slide img { width: 100%; height: 100%; object-fit: cover; animation: ax-drift 16s ease-in-out infinite alternate; }
.ax-hero-slide-overlay { position: absolute; inset: 0; }
.ax-hero-body { position: relative; z-index: 2; width: 100%; max-width: 1360px; margin: 0 auto; padding: 0 28px 96px; }
.ax-hero-content { max-width: 820px; }
.ax-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; animation: ax-fadeup .8s ease .1s both; }
.ax-eyebrow .ax-rule { width: 46px; height: 2px; background: var(--ax-red); display: block; }
.ax-eyebrow span.ax-label { font-family: var(--ax-font-mono); font-size: 12px; letter-spacing: .28em; text-transform: uppercase; color: #b8bcc2; }
.ax-hero h1 {
    font-family: var(--ax-font-display); font-weight: 600; font-size: clamp(34px, 6.4vw, 88px); line-height: 1.0;
    letter-spacing: -0.01em; margin: 0 0 26px; text-transform: uppercase; animation: ax-fadeup .9s ease .2s both;
}
.ax-hero h1 .ax-accent { color: var(--ax-red); }
.ax-hero p.ax-lead { font-size: clamp(15px, 1.4vw, 18px); line-height: 1.65; color: var(--ax-text-dim); max-width: 620px; margin: 0 0 38px; animation: ax-fadeup .9s ease .3s both; }
.ax-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; animation: ax-fadeup .9s ease .4s both; }
.ax-hero-dots { position: absolute; z-index: 3; right: 28px; bottom: 40px; display: flex; align-items: center; gap: 10px; }
.ax-hero-dots span { width: 34px; height: 3px; background: rgba(255,255,255,.25); cursor: pointer; transition: background .3s ease; display: block; }
.ax-hero-dots span.ax-active { background: var(--ax-red); }

/* ---------- Marquee ---------- */
.ax-marquee-wrap { border-top: 1px solid var(--ax-border); border-bottom: 1px solid var(--ax-border); background: #0b0c0e; overflow: hidden; }
.ax-marquee {
    display: flex; width: max-content; animation: ax-marquee 34s linear infinite;
    font-family: var(--ax-font-display); font-size: 13px; letter-spacing: .3em; text-transform: uppercase; color: #6d727a; padding: 15px 0;
}
.ax-marquee-group { display: flex; gap: 56px; padding-inline-end: 56px; }
.ax-marquee-group .ax-sep { color: var(--ax-red); }

/* ---------- Film / video ---------- */
.ax-film { position: relative; padding: 0; background: var(--ax-bg); }
.ax-film-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; max-height: 82vh; overflow: hidden; background: #000; }
.ax-film-frame video { width: 100%; height: 100%; object-fit: cover; }
.ax-film-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(8,9,10,.55) 0%, rgba(8,9,10,0) 30%, rgba(8,9,10,.15) 60%, rgba(8,9,10,.9) 100%); pointer-events: none; }
.ax-film-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 0 28px 46px; }
.ax-film-caption-inner { max-width: 1360px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 22px; }
.ax-film-caption h2 { font-family: var(--ax-font-display); font-weight: 500; font-size: clamp(24px, 3.4vw, 46px); text-transform: uppercase; margin: 0; line-height: 1.05; }
.ax-mute-btn {
    font-family: var(--ax-font-display); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
    padding: 12px 22px; background: rgba(8,9,10,.6); border: 1px solid rgba(255,255,255,.25); color: #fff; cursor: pointer; backdrop-filter: blur(8px);
    transition: background .2s ease, border-color .2s ease;
}
.ax-mute-btn:hover { background: var(--ax-red); border-color: var(--ax-red); }

/* ---------- Generic section scaffolding ---------- */
.ax-section { padding: 130px 28px; background: var(--ax-bg-alt); border-top: 1px solid var(--ax-border); position: relative; overflow: hidden; }
.ax-section.ax-tight { padding: 96px 28px; }
.ax-section.ax-on-bg { background: var(--ax-bg); }
.ax-wrap { max-width: 1360px; margin: 0 auto; position: relative; }
.ax-kicker { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.ax-kicker .ax-rule { width: 34px; height: 2px; background: var(--ax-red); display: block; }
.ax-kicker span.ax-label { font-family: var(--ax-font-mono); font-size: 11.5px; letter-spacing: .28em; text-transform: uppercase; color: var(--ax-text-mute); }
.ax-kicker.ax-kicker-accent span.ax-label { color: var(--ax-red); }
.ax-h2 { font-family: var(--ax-font-display); font-weight: 500; font-size: clamp(28px, 3.8vw, 54px); line-height: 1.06; text-transform: uppercase; margin: 0; }
.ax-h1lg { font-family: var(--ax-font-display); font-weight: 600; font-size: clamp(32px, 5.2vw, 72px); line-height: 1.03; text-transform: uppercase; margin: 0 0 24px; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity .8s cubic-bezier(.2,.7,.3,1), transform .8s cubic-bezier(.2,.7,.3,1); }
[data-reveal].ax-in { opacity: 1; transform: none; }

/* ---------- About ---------- */
.ax-about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 68px; align-items: start; }
.ax-tag-row { display: flex; flex-wrap: wrap; gap: 12px; }
.ax-tag { font-family: var(--ax-font-mono); font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; color: #cfd3d8; border: 1px solid rgba(255,255,255,.14); padding: 9px 16px; }
.ax-info-cards { display: grid; gap: 18px; }
.ax-info-card { border: 1px solid var(--ax-border); background: linear-gradient(160deg, rgba(255,255,255,.045), rgba(255,255,255,.01)); padding: 30px 30px 26px; }
.ax-info-card.ax-accent-card { background: linear-gradient(160deg, rgba(224,26,36,.10), rgba(255,255,255,.01)); }
.ax-info-card-title { font-family: var(--ax-font-display); font-size: 15px; letter-spacing: .16em; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.ax-info-card p { margin: 0; font-size: 15px; line-height: 1.7; color: var(--ax-text-mute); }

/* ---------- Stat / feature grids ---------- */
.ax-grid-cells { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.08); }
.ax-grid-cells.ax-cols-4 { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
.ax-cell { background: var(--ax-bg-alt); padding: 46px 30px; }
.ax-stat { font-family: var(--ax-font-display); font-size: clamp(40px, 5vw, 68px); font-weight: 600; line-height: 1; color: #fff; }
.ax-stat .ax-accent { color: var(--ax-red); }
.ax-stat-label { font-family: var(--ax-font-mono); font-size: 11.5px; letter-spacing: .2em; text-transform: uppercase; color: var(--ax-text-mute); margin-top: 14px; }
.ax-feature-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 34px; margin-top: 56px; }
.ax-feature-title { font-family: var(--ax-font-display); font-size: 17px; letter-spacing: .12em; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.ax-feature-row p, .ax-cell-body p { margin: 0; font-size: 15px; line-height: 1.75; color: var(--ax-text-mute); }

/* ---------- Solutions cards ---------- */
.ax-card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 22px; }
.ax-card {
    border: 1px solid var(--ax-border); background: var(--ax-bg-alt2);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.ax-card:hover { transform: translateY(-6px); border-color: rgba(224,26,36,.55); box-shadow: 0 22px 46px rgba(0,0,0,.55); }
.ax-card-media {
    position: relative; aspect-ratio: 4 / 3; overflow: hidden;
    background: repeating-linear-gradient(135deg, #131519 0 10px, #0f1114 10px 20px);
    display: flex; align-items: center; justify-content: center;
}
.ax-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.ax-card:hover .ax-card-media img { transform: scale(1.05); }
.ax-card-media .ax-slot { font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #565c65; text-align: center; padding: 0 18px; }
.ax-card-media .ax-code {
    position: absolute; top: 14px; left: 14px; font-family: var(--ax-font-mono); font-size: 10.5px; letter-spacing: .18em; color: #fff;
    background: rgba(8,9,10,.65); padding: 3px 9px; backdrop-filter: blur(4px);
}
.ax-card-body { padding: 28px 26px 30px; }
.ax-card-body h3 { font-family: var(--ax-font-display); font-weight: 500; font-size: 21px; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 12px; color: #fff; }
.ax-card-body p { margin: 0 0 22px; font-size: 14.5px; line-height: 1.7; color: var(--ax-text-mute); }
.ax-card-link { font-family: var(--ax-font-display); font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: #cfd3d8; border-bottom: 1px solid rgba(224,26,36,.6); padding-bottom: 4px; }
.ax-card-link:hover { color: var(--ax-red); }

/* ---------- Technology icons ---------- */
.ax-icon-shield { width: 30px; height: 34px; background: var(--ax-red); clip-path: polygon(50% 0%, 100% 20%, 100% 62%, 50% 100%, 0% 62%, 0% 20%); margin-bottom: 22px; }
.ax-icon-layers { display: grid; gap: 4px; margin-bottom: 22px; }
.ax-icon-layers span { display: block; width: 34px; height: 5px; }
.ax-icon-precision { position: relative; width: 34px; height: 34px; border: 2px solid var(--ax-red); border-radius: 50%; margin-bottom: 22px; }
.ax-icon-precision span { position: absolute; inset: 12px; background: var(--ax-red); border-radius: 50%; }
.ax-icon-innovation { width: 34px; height: 34px; background: linear-gradient(135deg, #e01a24 0 48%, rgba(255,255,255,.7) 52% 100%); margin-bottom: 22px; transform: rotate(45deg); }

/* ---------- Network map ---------- */
.ax-map { position: relative; border: 1px solid var(--ax-border); background: var(--ax-bg-alt2); aspect-ratio: 21 / 9; min-height: 320px; overflow: hidden; }
.ax-map-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 56px 56px; }
.ax-map-glow { position: absolute; inset: 0; background: radial-gradient(60% 70% at 50% 50%, rgba(255,255,255,.05), transparent 75%); }
.ax-map-placeholder { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #3c424a; text-align: center; padding: 0 20px; }
.ax-node { position: absolute; width: 12px; height: 12px; margin: -6px 0 0 -6px; cursor: pointer; }
.ax-node-pulse { position: absolute; inset: 0; border-radius: 50%; background: rgba(224,26,36,.55); animation: ax-pulse 2.6s ease-out infinite; }
.ax-node-dot { position: absolute; inset: 3px; border-radius: 50%; background: var(--ax-red); box-shadow: 0 0 12px rgba(224,26,36,.9); }
.ax-node-label { position: absolute; left: 18px; top: -6px; white-space: nowrap; font-family: var(--ax-font-mono); font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase; color: #cfd3d8; }
.ax-region-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 22px; margin-top: 42px; }
.ax-region { border-top: 2px solid rgba(255,255,255,.18); padding-top: 18px; }
.ax-region.ax-hq { border-top-color: var(--ax-red); }
.ax-region-name { font-family: var(--ax-font-display); font-size: 16px; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.ax-region-tag { font-family: var(--ax-font-mono); font-size: 11.5px; letter-spacing: .16em; color: var(--ax-text-mute); margin-top: 6px; }

/* ---------- Values ---------- */
.ax-value-cell { background: var(--ax-bg-alt); padding: 40px 32px; transition: background .35s ease; }
.ax-value-cell:hover { background: #101216; }
.ax-value-num { font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: .2em; color: var(--ax-red); margin-bottom: 26px; }
.ax-value-title { font-family: var(--ax-font-display); font-size: 19px; letter-spacing: .14em; text-transform: uppercase; color: #fff; margin-bottom: 12px; }

/* ---------- Testimonials ---------- */
.ax-quote-card {
    margin: 0; border: 1px solid var(--ax-border); background: var(--ax-bg-alt2); padding: 36px 32px;
    display: flex; flex-direction: column; gap: 22px; transition: border-color .35s ease, transform .35s ease;
}
.ax-quote-card:hover { border-color: rgba(224,26,36,.5); transform: translateY(-4px); }
.ax-quote-mark { font-family: var(--ax-font-display); font-size: 34px; line-height: .6; color: var(--ax-red); }
.ax-quote-card blockquote { margin: 0; font-size: 15.5px; line-height: 1.75; color: #c2c6cc; }
.ax-quote-name { font-family: var(--ax-font-display); font-size: 15px; letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-top: 16px; }
.ax-quote-role { font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #7d828a; margin-top: 6px; }
.ax-quote-foot { margin-top: auto; padding-top: 8px; border-top: 1px solid rgba(255,255,255,.08); }

/* ---------- Verify ---------- */
.ax-verify-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 62px; align-items: center; }
.ax-verify-steps { list-style: none; margin: 0 0 34px; padding: 0; display: grid; gap: 14px; }
.ax-verify-steps li { display: flex; gap: 14px; align-items: flex-start; font-size: 14.5px; line-height: 1.6; color: var(--ax-text-dim); }
.ax-verify-steps li span { font-family: var(--ax-font-mono); font-size: 11px; color: var(--ax-red); padding-top: 3px; }
.ax-verify-form { display: flex; flex-wrap: wrap; gap: 12px; max-width: 560px; }
.ax-verify-input {
    flex: 1 1 240px; min-width: 0; background: #0d0f12; border: 1px solid rgba(255,255,255,.16); color: #fff;
    font-family: var(--ax-font-mono); font-size: 13.5px; letter-spacing: .1em; padding: 16px 18px; outline: none;
}
.ax-verify-input:focus { border-color: var(--ax-red); }
.ax-verify-submit {
    font-family: var(--ax-font-display); font-size: 13px; letter-spacing: .16em; text-transform: uppercase;
    padding: 16px 30px; background: var(--ax-red); border: none; color: #fff; cursor: pointer; transition: transform .25s ease;
}
.ax-verify-submit:hover { transform: translateY(-2px); }
.ax-verify-msg { margin-top: 18px; min-height: 24px; font-family: var(--ax-font-mono); font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: #7d828a; }
.ax-scan-box { position: relative; border: 1px solid rgba(255,255,255,.12); background: linear-gradient(160deg, #101216, #0a0b0d); padding: 34px; }
.ax-scan-inner { position: relative; aspect-ratio: 1 / 1; border: 1px solid rgba(224,26,36,.35); background: var(--ax-bg); overflow: hidden; display: flex; align-items: center; justify-content: center; }
.ax-barcode { display: flex; align-items: flex-end; gap: 3px; height: 46%; opacity: .85; }
.ax-barcode span { display: block; background: #d7dade; height: 100%; }
.ax-scanline { position: absolute; left: 4%; right: 4%; height: 2px; background: linear-gradient(90deg, transparent, var(--ax-red), transparent); box-shadow: 0 0 16px rgba(224,26,36,.9); animation: ax-scanline 2.4s ease-in-out infinite alternate; }
.ax-corner { position: absolute; width: 22px; height: 22px; border: 0 solid var(--ax-red); }
.ax-corner-tl { top: 12px; left: 12px; border-top-width: 2px; border-left-width: 2px; }
.ax-corner-tr { top: 12px; right: 12px; border-top-width: 2px; border-right-width: 2px; }
.ax-corner-bl { bottom: 12px; left: 12px; border-bottom-width: 2px; border-left-width: 2px; }
.ax-corner-br { bottom: 12px; right: 12px; border-bottom-width: 2px; border-right-width: 2px; }
.ax-scan-hint { margin-top: 22px; font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #7d828a; text-align: center; }
.ax-scan-btn {
    width: 100%; margin-top: 16px; font-family: var(--ax-font-display); font-size: 12.5px; letter-spacing: .16em; text-transform: uppercase;
    padding: 14px; background: transparent; border: 1px solid rgba(255,255,255,.22); color: #fff; cursor: pointer; transition: border-color .2s ease, background .2s ease;
}
.ax-scan-btn:hover { border-color: var(--ax-red); background: rgba(224,26,36,.12); }

/* ---------- Contact CTA ---------- */
.ax-contact-cta {
    position: relative; padding: 110px 28px; background: linear-gradient(120deg, #14161a 0%, #0a0b0d 60%);
    border-top: 1px solid var(--ax-border); overflow: hidden;
}
.ax-contact-cta-row { position: relative; max-width: 1360px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 32px; }
.ax-contact-cta h2 { font-family: var(--ax-font-display); font-weight: 600; font-size: clamp(26px, 4vw, 56px); line-height: 1.04; text-transform: uppercase; margin: 0 0 14px; }
.ax-contact-cta p { margin: 0; font-size: 16px; line-height: 1.7; color: #9ba0a8; max-width: 540px; }

/* ---------- Footer ---------- */
.ax-footer { background: linear-gradient(180deg, #0a0b0d, #050506); border-top: 1px solid rgba(255,255,255,.08); padding: 72px 28px 34px; }
.ax-footer-grid { max-width: 1360px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 46px; }
.ax-footer-brand img { height: 70px; width: auto; margin-bottom: 20px; border-radius: 3px; }
.ax-footer-brand p { margin: 0 0 18px; font-size: 14px; line-height: 1.7; color: #7d828a; max-width: 300px; }
.ax-footer-tagline { font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--ax-red); }
.ax-footer-col-title { font-family: var(--ax-font-display); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; color: #fff; margin-bottom: 20px; }
.ax-footer-links { display: grid; gap: 12px; font-size: 14px; }
.ax-footer-links a { color: #8b9098; transition: color .25s ease, padding-left .25s ease; }
.ax-footer-links a:hover { color: #fff; padding-inline-start: 6px; }
.ax-footer-social { display: flex; gap: 14px; margin-bottom: 18px; }
.ax-footer-social a { width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.14); color: #8b9098; }
.ax-footer-social a:hover { color: #fff; border-color: var(--ax-red); background: rgba(224,26,36,.12); }
.ax-footer-bottom {
    max-width: 1360px; margin: 52px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08);
    display: flex; flex-wrap: wrap; gap: 16px; justify-content: space-between;
    font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #5f646c;
}
.footer-credit {
    font-family: var(--ax-font-mono); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #4c5058;
}
.footer-credit a { color: var(--ax-red); transition: color .2s ease; }
.footer-credit a:hover { color: #fff; }

/* =========================================================
   Bootstrap-component skin — keeps existing forms/tables/
   panels (contact, login, register, page view) on-brand.
   ========================================================= */
body.axion-theme { padding-top: var(--ax-header-h); }
body.axion-theme .container { color: var(--ax-text-dim); }
body.axion-theme .panel { background: var(--ax-bg-alt2); border: 1px solid var(--ax-border); box-shadow: none; }
body.axion-theme .panel-heading {
    background: #101216; border-bottom: 1px solid var(--ax-border); color: #fff;
    font-family: var(--ax-font-display); letter-spacing: .08em; text-transform: uppercase; font-size: 15px;
}
body.axion-theme .panel-body { color: var(--ax-text-dim); }
body.axion-theme label, body.axion-theme .control-label { color: var(--ax-text-dim); }
body.axion-theme .form-control {
    background: #0d0f12; border: 1px solid rgba(255,255,255,.16); color: #fff; box-shadow: none;
}
body.axion-theme .form-control:focus { border-color: var(--ax-red); box-shadow: 0 0 0 2px rgba(224,26,36,.15); }
body.axion-theme .form-control::placeholder { color: #6d727a; }
body.axion-theme .btn-primary { background: var(--ax-red); border-color: var(--ax-red); }
body.axion-theme .btn-primary:hover, body.axion-theme .btn-primary:focus { background: #b81119; border-color: #b81119; }
body.axion-theme .btn-link { color: var(--ax-text-dim); }
body.axion-theme .table { color: var(--ax-text-dim); }
body.axion-theme .table > thead > tr > th,
body.axion-theme .table > tbody > tr > td,
body.axion-theme .table-bordered, body.axion-theme .table-bordered > tbody > tr > td { border-color: var(--ax-border); }
body.axion-theme .table-striped > tbody > tr:nth-of-type(odd) { background: rgba(255,255,255,.02); }

@media (max-width: 767px) {
    body.axion-theme { padding-top: 68px; }
}

/* ---------- Language switcher ---------- */
.ax-lang-switch {
    display: flex; align-items: center; gap: 6px; font-family: var(--ax-font-display); font-size: 12.5px;
    letter-spacing: .1em; text-transform: uppercase; color: #cfd3d8; border: 1px solid rgba(255,255,255,.18);
    padding: 8px 14px; white-space: nowrap; transition: border-color .2s ease, color .2s ease;
}
.ax-lang-switch:hover { border-color: rgba(224,26,36,.75); color: #fff; }
.ax-lang-switch i { font-size: 13px; }

/* ---------- Inner-page header banner (About/Products/Services/Verify/Contact) ---------- */
.ax-page-header {
    position: relative; padding: 170px 28px 90px; overflow: hidden;
    border-bottom: 1px solid var(--ax-border);
    background:
        linear-gradient(180deg, rgba(8,9,10,.88) 0%, rgba(8,9,10,.82) 55%, #0a0b0d 100%),
        url('../head.webp');
    background-size: cover;
    background-position: center;
}
.ax-page-header::before {
    content: ''; position: absolute; inset: -10% 0; pointer-events: none;
    background: radial-gradient(50% 60% at 78% 20%, rgba(224,26,36,.18) 0%, transparent 70%);
}
.ax-page-header .ax-wrap { text-align: center; max-width: 760px; }
.ax-page-header .ax-kicker { justify-content: center; }
.ax-page-header p.ax-lead { color: var(--ax-text-dim); font-size: 16px; line-height: 1.72; margin: 18px 0 0; }
@media (max-width: 767px) {
    .ax-page-header { padding: 130px 24px 60px; }
}

/* ---------- Teaser cards (homepage summaries linking to full pages) ---------- */
.ax-teaser-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.ax-teaser-card {
    border: 1px solid var(--ax-border); background: var(--ax-bg-alt2); padding: 34px 30px;
    transition: transform .3s ease, border-color .3s ease;
}
.ax-teaser-card:hover { transform: translateY(-4px); border-color: rgba(224,26,36,.5); }
.ax-teaser-card .ax-icon { font-size: 26px; color: var(--ax-red); margin-bottom: 18px; display: block; }
.ax-teaser-card h3 { font-family: var(--ax-font-display); font-size: 19px; letter-spacing: .08em; text-transform: uppercase; color: #fff; margin: 0 0 12px; }
.ax-teaser-card p { margin: 0 0 20px; font-size: 14.5px; line-height: 1.7; color: var(--ax-text-mute); }

/* ---------- Product detail page ---------- */
.ax-product-hero { display: grid; grid-template-columns: minmax(280px, 480px) 1fr; gap: 56px; align-items: start; }
@media (max-width: 860px) { .ax-product-hero { grid-template-columns: 1fr; } }
.ax-product-media { border: 1px solid var(--ax-border); overflow: hidden; aspect-ratio: 4/3; background: #0c0d10; }
.ax-product-media img { width: 100%; height: 100%; object-fit: cover; }
.ax-product-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(90px, 1fr)); gap: 10px; margin-top: 12px; }
.ax-product-gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border: 1px solid var(--ax-border); cursor: pointer; }
.ax-spec-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.ax-spec-table tr { border-bottom: 1px solid var(--ax-border); }
.ax-spec-table td { padding: 14px 4px; font-size: 14.5px; color: var(--ax-text-dim); }
.ax-spec-table td:first-child { color: var(--ax-text-mute); font-family: var(--ax-font-mono); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; width: 40%; }

/* ---------- Services grid ---------- */
.ax-service-card { border: 1px solid var(--ax-border); background: var(--ax-bg-alt); padding: 38px 32px; transition: border-color .3s ease, transform .3s ease; }
.ax-service-card:hover { border-color: rgba(224,26,36,.5); transform: translateY(-4px); }
.ax-service-card .ax-icon-badge {
    width: 52px; height: 52px; display: flex; align-items: center; justify-content: center;
    border: 1px solid rgba(224,26,36,.4); color: var(--ax-red); font-size: 20px; margin-bottom: 20px;
}

/* ---------- Contact page ---------- */
.ax-contact-grid { display: grid; grid-template-columns: minmax(260px, 380px) 1fr; gap: 56px; align-items: start; }
@media (max-width: 860px) { .ax-contact-grid { grid-template-columns: 1fr; } }
.ax-contact-info-card { border: 1px solid var(--ax-border); background: var(--ax-bg-alt2); padding: 30px; }
.ax-contact-info-card + .ax-contact-info-card { margin-top: 18px; }
body.axion-theme .ax-contact-form .form-control { margin-bottom: 4px; }
body.axion-theme .ax-contact-form label { font-family: var(--ax-font-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--ax-text-mute); }

/* ---------- RTL adjustments ---------- */
[dir="rtl"] .ax-hero-dots { right: auto; left: 28px; }
[dir="rtl"] .ax-card-media .ax-code { left: auto; right: 14px; }
[dir="rtl"] .ax-brand-spark { left: auto; right: 0; }
[dir="rtl"] .ax-scan-inner .ax-scanline { left: 4%; right: 4%; }
[dir="rtl"] .ax-verify-steps li span { padding-top: 3px; }
