:root {
    --ink: #03091e;
    --ink-soft: #07132f;
    --panel: rgba(8, 20, 52, .72);
    --panel-solid: #081535;
    --line: rgba(91, 127, 211, .28);
    --line-bright: rgba(33, 184, 255, .55);
    --text: #f7f9ff;
    --muted: #a9b1cc;
    --cyan: #04c8ff;
    --blue: #1379ff;
    --pink: #ee24da;
    --purple: #9728e8;
    --green: #20e6a4;
    --danger: #ff416c;
    --gradient: linear-gradient(115deg, var(--pink), #7d38ef 48%, var(--cyan));
    --shadow: 0 28px 80px rgba(0, 0, 0, .28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Tajawal", Tahoma, sans-serif; }
body, h1, h2, h3, p, figure { margin-top: 0; }
button, input, textarea, select { font: inherit; }
button { border: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-body,
.admin-body {
    min-height: 100vh;
    color: var(--text);
    background:
        radial-gradient(circle at 86% 8%, rgba(16, 91, 214, .18), transparent 32rem),
        radial-gradient(circle at 12% 75%, rgba(185, 15, 193, .12), transparent 36rem),
        var(--ink);
}

.site-body {
    overflow-x: hidden;
    position: relative;
}

.site-body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .22;
    background-image:
        linear-gradient(rgba(30, 96, 185, .14) 1px, transparent 1px),
        linear-gradient(90deg, rgba(30, 96, 185, .14) 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to bottom, transparent, #000 25%, transparent 90%);
}

.ambient {
    position: fixed;
    width: 28rem;
    height: 28rem;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .12;
    pointer-events: none;
}
.ambient-one { background: var(--pink); top: 18%; right: -16rem; }
.ambient-two { background: var(--cyan); bottom: 10%; left: -16rem; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; position: relative; }
.site-header {
    position: sticky;
    top: 0;
    z-index: 60;
    border-bottom: 1px solid transparent;
    transition: .25s ease;
}
.site-header.scrolled {
    background: rgba(3, 9, 30, .86);
    border-color: var(--line);
    backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 92px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand img {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    object-fit: cover;
    box-shadow: 0 0 26px rgba(26, 171, 255, .18);
}
.brand span { display: grid; line-height: 1; text-align: left; direction: ltr; }
.brand strong { font-size: 1.75rem; letter-spacing: -.03em; }
.brand small { margin-top: 5px; font-size: .66rem; color: var(--muted); direction: rtl; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 24px; flex: 1; }
.main-nav a {
    color: var(--muted);
    font-size: .94rem;
    font-weight: 600;
    padding: 35px 0 30px;
    position: relative;
    transition: .2s;
}
.main-nav a::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 22px;
    width: 0;
    height: 2px;
    background: var(--gradient);
    transition: .25s;
}
.main-nav a:hover, .main-nav a.active { color: white; }
.main-nav a:hover::after, .main-nav a.active::after { width: 100%; right: 0; }
.nav-cta,
.button {
    min-height: 48px;
    padding: 0 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border-radius: 12px;
    border: 1px solid transparent;
    font-weight: 700;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}
.nav-cta {
    border-color: rgba(20, 174, 255, .55);
    background: linear-gradient(130deg, rgba(27, 95, 219, .35), rgba(199, 24, 200, .22));
}
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-cta:hover { box-shadow: 0 10px 30px rgba(16, 156, 255, .18); }
.menu-toggle { display: none; }

.hero {
    min-height: 690px;
    padding-block: 80px 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: clamp(44px, 4vw, 68px);
}
.hero > *, .about-teaser > *, .story-layout > *, .contact-grid > * { min-width: 0; }
.hero-copy {
    z-index: 2;
    width: 100%;
    max-width: 620px;
    justify-self: center;
    padding-inline: 18px 0;
}
.eyebrow {
    color: var(--cyan);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}
.eyebrow i { width: 38px; height: 1px; background: var(--gradient); position: relative; }
.eyebrow i::after { content: ""; position: absolute; left: 0; top: -2px; width: 5px; height: 5px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 10px var(--pink); }
.hero h1 {
    margin: 22px 0 5px;
    font-size: clamp(2.45rem, 3.45vw, 4.25rem);
    line-height: 1.12;
    letter-spacing: -.045em;
    font-weight: 800;
    text-wrap: balance;
}
.hero h2 {
    margin: 0;
    font-size: clamp(2.25rem, 3.35vw, 4.05rem);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -.035em;
    background: var(--gradient);
    -webkit-background-clip: text;
    color: transparent;
    text-wrap: balance;
}
.hero p { max-width: 590px; color: #c4cbe0; font-size: 1.2rem; line-height: 1.9; margin: 25px 0 32px; }
.hero-actions { display: flex; gap: 14px; }
.button-primary { background: var(--gradient); box-shadow: 0 12px 35px rgba(43, 102, 255, .24); }
.button-ghost { border-color: var(--line-bright); background: rgba(8, 27, 63, .65); }
.button-light { background: white; color: #07132f; }

.hero-art {
    aspect-ratio: 1.02;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(47, 128, 255, .58);
    position: relative;
    box-shadow: 0 24px 90px rgba(13, 73, 198, .27), 0 0 0 8px rgba(8, 36, 90, .25);
}
.hero-art::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 55%, rgba(2, 8, 29, .5));
    pointer-events: none;
}
.hero-art img {
    position: absolute;
    top: 0;
    left: -10%;
    width: 300%;
    max-width: none;
    height: auto;
}
.hero-art img.custom-hero-image {
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-orbit { position: absolute; border: 1px solid rgba(8, 191, 255, .25); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 16rem; height: 16rem; top: -7rem; right: -8rem; }
.orbit-two { width: 9rem; height: 9rem; bottom: -4rem; left: -4rem; border-color: rgba(238, 36, 218, .3); }

.counter-strip { border-block: 1px solid var(--line); background: rgba(4, 14, 40, .56); }
.counter-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.counter-card {
    min-height: 185px;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.counter-card:not(:last-child)::after { content: ""; position: absolute; left: 0; top: 28%; height: 44%; width: 1px; background: var(--line); }
.counter-card .line-icon { width: 42px; height: 42px; margin-bottom: 10px; border: 2px solid var(--cyan); border-radius: 11px; box-shadow: 0 0 18px rgba(4, 200, 255, .25); position: relative; }
.counter-card:nth-child(even) .line-icon { border-color: var(--pink); box-shadow: 0 0 18px rgba(238, 36, 218, .23); }
.icon-people::before { content: "♙♙"; position: absolute; inset: 6px 2px; font-size: 1rem; color: var(--cyan); text-align: center; }
.icon-check::before { content: "✓"; position: absolute; inset: 6px; text-align: center; font-size: 1.25rem; color: var(--pink); }
.icon-screen::before { content: "▦"; position: absolute; inset: 4px; text-align: center; font-size: 1.4rem; color: var(--cyan); }
.icon-pin::before { content: "⌖"; position: absolute; inset: 3px; text-align: center; font-size: 1.5rem; color: var(--pink); }
.counter-card strong { font-size: 2.5rem; line-height: 1; letter-spacing: -.04em; }
.counter-card strong::before { content: "+"; margin-left: 3px; color: #d9c4f2; }
.counter-card > span:last-child { color: var(--muted); margin-top: 10px; }

.section { padding-block: 100px; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 45px; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .page-hero h1 {
    margin: 13px 0 0;
    font-size: clamp(2rem, 3.5vw, 3.45rem);
    font-weight: 800;
    letter-spacing: -.04em;
}
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card, .content-card {
    position: relative;
    border: 1px solid var(--line);
    border-radius: 19px;
    background: linear-gradient(145deg, rgba(13, 31, 73, .75), rgba(5, 15, 42, .72));
    overflow: hidden;
    box-shadow: var(--shadow);
}
.feature-card {
    min-height: 330px;
    padding: 29px;
    transition: .25s;
}
.feature-card::before, .content-card::before {
    content: "";
    position: absolute;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: var(--pink);
    filter: blur(70px);
    opacity: .1;
    top: -5rem;
    left: -4rem;
}
.feature-card:nth-child(even)::before { background: var(--cyan); }
.feature-card:hover { border-color: var(--line-bright); transform: translateY(-6px); }
.feature-card > span { position: absolute; left: 24px; top: 25px; color: #52617f; font-weight: 700; }
.feature-icon {
    width: 62px;
    height: 62px;
    border-radius: 17px;
    display: grid;
    place-items: center;
    color: var(--cyan);
    font-size: 2rem;
    border: 1px solid rgba(5, 190, 255, .35);
    background: rgba(0, 133, 255, .08);
    box-shadow: inset 0 0 24px rgba(0, 173, 255, .08);
}
.feature-card:nth-child(even) .feature-icon { color: var(--pink); border-color: rgba(238, 36, 218, .35); background: rgba(238, 36, 218, .08); }
.feature-card h3 { font-size: 1.25rem; margin: 30px 0 13px; }
.feature-card p, .content-card p, .service-row p { color: var(--muted); line-height: 1.8; margin: 0; }
.feature-card a { display: inline-flex; gap: 10px; margin-top: 24px; color: var(--cyan); font-weight: 700; }
.feature-card a b { font-size: 1.25rem; }

.about-teaser { display: grid; grid-template-columns: 1fr .83fr; align-items: center; gap: 75px; }
.teaser-copy h2 { font-size: clamp(2rem, 3.3vw, 3.4rem); margin: 16px 0; line-height: 1.25; }
.teaser-copy p { color: var(--muted); line-height: 2; font-size: 1.1rem; margin-bottom: 30px; }
.teaser-panel {
    min-height: 430px;
    border: 1px solid rgba(58, 95, 211, .5);
    border-radius: 25px;
    background: linear-gradient(140deg, rgba(14, 36, 91, .75), rgba(30, 5, 63, .7));
    display: grid;
    place-items: center;
    align-content: center;
    position: relative;
    overflow: hidden;
}
.teaser-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .3;
    background-image: radial-gradient(circle at center, rgba(92, 181, 255, .7) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: radial-gradient(circle, #000, transparent 72%);
}
.teaser-panel img { width: 185px; height: 185px; border-radius: 35px; object-fit: cover; z-index: 1; box-shadow: 0 0 55px rgba(28, 163, 255, .24); }
.teaser-panel strong { margin-top: 23px; font-size: 1.3rem; z-index: 1; }
.teaser-glow { position: absolute; width: 15rem; height: 15rem; border-radius: 50%; background: var(--pink); filter: blur(100px); opacity: .22; }

.cta-band {
    margin-block: 25px 100px;
    border: 1px solid rgba(113, 69, 229, .6);
    min-height: 180px;
    padding: 40px 50px;
    border-radius: 22px;
    background: linear-gradient(105deg, rgba(177, 15, 190, .5), rgba(65, 37, 179, .55), rgba(0, 144, 225, .55));
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.cta-band::after { content: ""; position: absolute; width: 20rem; height: 20rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; left: -5rem; top: -11rem; }
.cta-band span { color: #dfd9ff; }
.cta-band h2 { margin: 8px 0 0; font-size: 2rem; }

.page-hero { padding-block: 95px 65px; text-align: center; }
.page-hero .eyebrow { justify-content: center; }
.page-hero p { color: var(--muted); font-size: 1.1rem; }
.story-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: stretch; padding-top: 25px; }
.about-intro { padding-top: 25px; }
.about-intro .content-card { max-width: 960px; margin-inline: auto; text-align: center; }
.story-visual { border: 1px solid var(--line); border-radius: 22px; overflow: hidden; min-height: 490px; position: relative; }
.about-slides { position: absolute; inset: 0; }
.about-slides img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity .65s ease, transform .8s ease;
}
.about-slides img.active { opacity: 1; transform: scale(1); }
.about-slides .default-about-image { object-position: 5% center; }
.gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    color: white;
    background: rgba(3, 9, 30, .7);
    backdrop-filter: blur(8px);
    font-size: 1.7rem;
    cursor: pointer;
    transform: translateY(-50%);
}
.gallery-next { right: 16px; }
.gallery-prev { left: 16px; }
.gallery-dots { position: absolute; z-index: 3; right: 50%; bottom: 17px; display: flex; gap: 7px; transform: translateX(50%); }
.gallery-dots button { width: 8px; height: 8px; padding: 0; border-radius: 50%; background: rgba(255,255,255,.45); cursor: pointer; transition: .2s; }
.gallery-dots button.active { width: 25px; border-radius: 9px; background: var(--gradient); }
.content-card { padding: 40px; }
.content-card .card-kicker { color: var(--cyan); font-weight: 700; }
.content-card h2 { margin: 18px 0; font-size: 2rem; }
.content-card p { font-size: 1.05rem; line-height: 2.05; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-top: 10px; }
.about-grid .content-card { min-height: 345px; }
.about-grid .content-card:nth-child(even) .feature-icon { color: var(--pink); border-color: rgba(238,36,218,.35); background: rgba(238,36,218,.07); }

.service-list { display: grid; gap: 18px; padding-top: 15px; }
.service-row {
    min-height: 170px;
    padding: 32px;
    border: 1px solid var(--line);
    background: linear-gradient(120deg, rgba(10, 27, 65, .8), rgba(6, 15, 42, .72));
    border-radius: 19px;
    display: grid;
    grid-template-columns: 74px 74px 1fr;
    align-items: center;
    gap: 25px;
    transition: .25s;
}
.service-row:hover { border-color: var(--line-bright); transform: translateX(-5px); }
.service-index { font-size: 1.4rem; color: #52617f; }
.service-row h2 { margin: 0 0 8px; font-size: 1.55rem; }
.service-row strong { display: inline-block; margin-top: 16px; color: var(--cyan); }
.service-detail-hero { max-width: 900px; }
.service-detail-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 24px; align-items: start; padding-top: 20px; }
.service-sales-copy { position: sticky; top: 115px; }
.service-sales-copy .button { margin-top: 28px; }
.service-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.service-gallery figure { margin: 0; border: 1px solid var(--line); border-radius: 17px; overflow: hidden; background: var(--panel); }
.service-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.service-gallery figcaption { padding: 13px 16px; color: var(--muted); }
.compact-service-detail { grid-template-columns: 1.18fr .72fr; gap: 20px; max-width: 1120px; }
.compact-service-detail .service-sales-copy { padding: 22px; }
.compact-service-detail .service-sales-copy h2 { font-size: 1.25rem; line-height: 1.45; }
.compact-service-detail .service-sales-copy .button { width: 100%; min-height: 46px; margin-top: 18px; }
.compact-service-detail .service-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.compact-service-detail .service-gallery img { aspect-ratio: 16 / 10; }

.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.logo-card {
    min-height: 230px;
    padding: 25px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(8, 20, 51, .74);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: .25s;
}
.logo-card:hover { border-color: var(--line-bright); transform: translateY(-5px); }
.logo-card img { width: 100%; height: 90px; object-fit: contain; border-radius: 10px; background: white; padding: 10px; }
.logo-placeholder {
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: var(--cyan);
    border: 1px solid rgba(4, 200, 255, .35);
    background: rgba(4, 200, 255, .07);
    font-size: 1.6rem;
    font-weight: 800;
}
.logo-card h3 { margin: 18px 0 7px; }
.logo-card a { color: var(--cyan); font-size: .9rem; }
.empty-state { grid-column: 1/-1; padding: 45px; text-align: center; border: 1px dashed var(--line-bright); border-radius: 18px; color: var(--muted); }
.contracts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contract-card { margin: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--panel); }
.contract-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.contract-card figcaption { padding: 17px; font-weight: 700; }

.clients-hero {
    min-height: 360px;
    display: grid;
    grid-template-columns: 1fr .9fr;
    gap: 35px;
    align-items: center;
    padding-block: 85px 40px;
}
.clients-hero-copy h1 { max-width: 720px; margin: 14px 0 18px; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.16; letter-spacing: -.04em; }
.clients-hero-copy p { max-width: 620px; color: var(--muted); font-size: 1.12rem; line-height: 1.9; }
.clients-hero-stats {
    min-height: 230px;
    padding: 24px;
    border: 1px solid rgba(4, 200, 255, .34);
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(238,36,218,.18), transparent 38%),
        linear-gradient(145deg, rgba(10, 31, 78, .78), rgba(5, 13, 39, .75));
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    box-shadow: var(--shadow);
}
.clients-hero-stats div { display: grid; place-items: center; text-align: center; border: 1px solid var(--line); border-radius: 18px; background: rgba(3, 12, 34, .6); }
.clients-hero-stats strong { font-size: 2.45rem; line-height: 1; color: #fff; }
.clients-hero-stats span { margin-top: 8px; color: var(--muted); }
.trust-panel {
    border: 1px solid rgba(112, 75, 236, .45);
    border-radius: 28px;
    padding: 28px;
    background:
        linear-gradient(120deg, rgba(7, 23, 62, .82), rgba(13, 9, 44, .76)),
        radial-gradient(circle at 18% 15%, rgba(238,36,218,.18), transparent 35%);
    box-shadow: var(--shadow);
}
.trust-panel-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.trust-panel-head h2 { margin: 0; font-size: 2rem; }
.trust-logo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.trust-logo-card {
    min-height: 132px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(4, 14, 40, .72);
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    gap: 16px;
    transition: .22s;
}
.trust-logo-card:hover { border-color: var(--line-bright); transform: translateY(-4px); background: rgba(8, 23, 58, .86); }
.trust-logo-box { height: 84px; border-radius: 15px; background: white; display: grid; place-items: center; padding: 10px; }
.trust-logo-box img { width: 100%; height: 100%; object-fit: contain; }
.trust-logo-box span { width: 100%; height: 100%; border-radius: 12px; display: grid; place-items: center; color: #07132f; font-weight: 800; font-size: 1.4rem; background: linear-gradient(135deg, #fff, #dff7ff); }
.trust-logo-card h3 { margin: 0 0 7px; font-size: 1.1rem; }
.trust-logo-card a { color: var(--cyan); font-size: .88rem; }
.contract-showcase-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; align-items: stretch; }
.contract-showcase-card {
    min-height: 290px;
    margin: 0;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    background: rgba(6, 18, 48, .85);
    position: relative;
    box-shadow: var(--shadow);
}
.contract-showcase-card:first-child { grid-row: span 2; }
.contract-showcase-card img { width: 100%; height: 100%; min-height: 290px; object-fit: cover; transition: .3s; }
.contract-showcase-card:hover img { transform: scale(1.04); }
.contract-showcase-card figcaption {
    position: absolute;
    inset-inline: 14px;
    bottom: 14px;
    padding: 13px 14px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 14px;
    background: rgba(3, 9, 30, .78);
    backdrop-filter: blur(10px);
}
.contract-showcase-card figcaption span { display: block; color: var(--cyan); font-size: .78rem; margin-bottom: 4px; }
.contract-showcase-card figcaption strong { display: block; font-size: 1rem; }
.partner-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.partner-card {
    min-height: 210px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(9, 25, 62, .8), rgba(4, 12, 35, .72));
    display: grid;
    place-items: center;
    text-align: center;
    transition: .22s;
}
.partner-card:hover { border-color: rgba(238,36,218,.5); transform: translateY(-4px); }
.partner-card img { width: 100%; height: 82px; object-fit: contain; border-radius: 12px; background: white; padding: 10px; }
.partner-card > span { width: 78px; height: 78px; border-radius: 20px; display: grid; place-items: center; color: var(--cyan); border: 1px solid rgba(4,200,255,.35); background: rgba(4,200,255,.07); font-weight: 800; }
.partner-card h3 { margin: 15px 0 6px; font-size: 1.05rem; }
.partner-card a { color: var(--cyan); font-size: .85rem; }
.clients-page-hero { padding-bottom: 28px; }
.clients-directory { padding-block: 22px; }
.logo-showcase-title {
    display: grid;
    place-items: center;
    text-align: center;
    gap: 8px;
    margin-bottom: 18px;
}
.logo-showcase-title .eyebrow { justify-content: center; }
.logo-showcase-title h2 { margin: 0; font-size: 1.85rem; }
.logo-showcase-panel {
    padding: 24px;
    border: 1px solid rgba(238, 36, 218, .38);
    border-radius: 24px;
    background:
        radial-gradient(circle at 12% 12%, rgba(238,36,218,.16), transparent 32%),
        linear-gradient(145deg, rgba(9, 24, 60, .84), rgba(5, 13, 38, .78));
    box-shadow: var(--shadow);
}
.logo-showcase-panel.cyan-panel {
    border-color: rgba(4, 200, 255, .36);
    background:
        radial-gradient(circle at 88% 10%, rgba(4,200,255,.15), transparent 34%),
        linear-gradient(145deg, rgba(7, 24, 66, .84), rgba(5, 13, 38, .78));
}
.logo-showcase-head { display: grid; place-items: center; text-align: center; gap: 8px; margin-bottom: 22px; }
.logo-showcase-head .eyebrow { justify-content: center; }
.logo-showcase-head h2 { margin: 0; font-size: 1.65rem; }
.logo-showcase-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 360px)); justify-content: center; gap: 20px; }
.mobile-logo-strip { display: none; }
.mobile-contract-strip { display: none; }
.mobile-scroll-dots { display: none; }
.logo-showcase-card {
    position: relative;
    min-height: 270px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: rgba(4, 14, 40, .74);
    display: grid;
    align-content: center;
    justify-items: center;
    text-align: center;
    transition: .22s;
}
.logo-showcase-card:hover { transform: translateY(-4px); border-color: var(--line-bright); background: rgba(8, 24, 60, .86); }
.logo-showcase-box {
    width: 100%;
    height: 210px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid rgba(4, 200, 255, .18);
    background: rgba(3, 12, 34, .72);
    display: grid;
    place-items: center;
    overflow: hidden;
}
.logo-showcase-box img { width: 100%; height: 100%; max-width: 86%; max-height: 86%; object-fit: contain; object-position: center; border-radius: 10px; background: transparent; display: block; }
.logo-showcase-box span { width: 100%; height: 100%; border-radius: 12px; display: grid; place-items: center; color: var(--cyan); font-size: 1.4rem; font-weight: 800; background: linear-gradient(135deg, rgba(4,200,255,.12), rgba(238,36,218,.1)); }
.logo-showcase-card h3 { margin: 18px 0 5px; font-size: 1.16rem; }
.logo-showcase-card a { color: var(--cyan); font-size: .86rem; }
.showcase-more-arrow {
    width: fit-content;
    min-width: 170px;
    min-height: 48px;
    margin: 20px auto 0;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(238,36,218,.45);
    border-radius: 999px;
    color: white;
    background: linear-gradient(180deg, rgba(238,36,218,.28), rgba(4,200,255,.16));
    font-size: .95rem;
    font-weight: 800;
    box-shadow: 0 0 24px rgba(238,36,218,.18);
}
.showcase-more-arrow b { font-size: 1.15rem; line-height: 1; }
.showcase-more-arrow.cyan {
    border-color: rgba(4,200,255,.45);
    background: linear-gradient(180deg, rgba(4,200,255,.26), rgba(238,36,218,.14));
    box-shadow: 0 0 24px rgba(4,200,255,.16);
}
.showcase-more-arrow:hover { transform: translateY(4px); border-color: var(--cyan); }
.logo-more { margin-top: 16px; text-align: center; }
.logo-more summary, .logo-more-link {
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid var(--line-bright);
    border-radius: 14px;
    color: white;
    background: linear-gradient(100deg, rgba(238,36,218,.2), rgba(4,200,255,.16));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    list-style: none;
}
.logo-more-link { width: fit-content; margin: 16px auto 0; }
.logo-more summary::-webkit-details-marker { display: none; }
.logo-more[open] summary { margin-bottom: 16px; color: var(--cyan); }
.contracts-bottom { padding-top: 72px; }
.organizations-list-page { padding-top: 20px; }
.all-organizations-grid { grid-template-columns: repeat(auto-fit, minmax(230px, 270px)); }
.organization-open-card { color: white; }
.organization-open-card small { color: var(--cyan); }
.organization-modal { position: fixed; inset: 0; z-index: 240; display: none; place-items: center; padding: 20px; }
.organization-modal:target { display: grid; }
.organization-modal-backdrop { position: absolute; inset: 0; background: rgba(1, 5, 18, .78); backdrop-filter: blur(10px); }
.organization-modal-panel {
    width: min(1040px, 100%);
    max-height: 90vh;
    overflow: auto;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(4, 200, 255, .34);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(7, 22, 58, .98), rgba(4, 10, 30, .98));
    box-shadow: 0 35px 120px rgba(0,0,0,.55);
}
.organization-modal-close { position: sticky; top: 12px; float: left; z-index: 2; width: 38px; height: 38px; margin: 12px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: white; background: rgba(3, 11, 32, .86); font-size: 1.4rem; }
.organization-modal-panel header { padding: 36px 36px 18px; display: grid; grid-template-columns: 210px 1fr; gap: 26px; align-items: center; }
.organization-modal-panel header .logo-showcase-box { height: 150px; }
.organization-modal-panel h2 { margin: 8px 0 7px; font-size: 2.05rem; }
.organization-modal-panel header a:not(.organization-modal-close) { color: var(--cyan); }
.organization-modal-scroll {
    margin: 0 36px 22px;
    min-height: 44px;
    padding: 0 18px;
    border: 1px solid var(--line-bright);
    border-radius: 999px;
    color: white;
    background: rgba(4, 200, 255, .08);
    cursor: pointer;
}
.organization-modal-gallery { padding: 0 36px 36px; display: grid; gap: 18px; }
.organization-modal-gallery figure { margin: 0; border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: rgba(3, 12, 34, .72); }
.organization-modal-gallery img { width: 100%; max-height: 540px; object-fit: contain; background: rgba(2, 9, 28, .72); display: block; }
.organization-modal-gallery figcaption { padding: 13px 15px; color: var(--muted); }
.organization-images-admin { padding: 16px 20px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.organization-images-admin article { position: relative; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: rgba(3, 12, 35, .8); }
.organization-images-admin img { width: 100%; aspect-ratio: 4/3; object-fit: contain; background: rgba(2, 9, 28, .72); display: block; }
.organization-images-admin span { display: block; padding: 7px 9px; color: var(--muted); font-size: .8rem; }
.organization-images-admin form { position: absolute; left: 7px; bottom: 7px; }
.organization-images-admin button { padding: 5px 8px; border-radius: 7px; color: white; background: rgba(191, 17, 60, .84); cursor: pointer; }
.organization-image-upload { border-top: 1px solid var(--line); margin-top: 14px; }

.leaders-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; padding-top: 25px; }
.leader-card {
    min-height: 570px;
    position: relative;
    border: 1px solid rgba(89, 83, 232, .62);
    border-radius: 25px;
    background: linear-gradient(145deg, rgba(20, 29, 87, .85), rgba(19, 5, 55, .82));
    overflow: hidden;
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: end;
}
.leader-card:nth-child(even) { background: linear-gradient(145deg, rgba(5, 39, 95, .85), rgba(6, 15, 49, .83)); border-color: rgba(0, 158, 255, .65); }
.leader-card::before { content: ""; position: absolute; width: 18rem; height: 18rem; border-radius: 50%; background: var(--pink); filter: blur(110px); opacity: .18; top: -6rem; right: -7rem; }
.leader-card:nth-child(even)::before { background: var(--cyan); }
.leader-photo { min-height: 100%; display: flex; align-items: end; justify-content: center; position: relative; z-index: 1; }
.leader-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.leader-photo > span { width: 170px; height: 170px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 80px; font-size: 4rem; font-weight: 800; background: linear-gradient(145deg, rgba(239,36,218,.3), rgba(8,114,255,.22)); border: 1px solid rgba(255,255,255,.18); }
.leader-copy { padding: 45px 30px 45px 15px; align-self: center; position: relative; z-index: 1; }
.leader-copy > span { color: var(--cyan); font-size: 1.15rem; }
.leader-card:nth-child(odd) .leader-copy > span { color: var(--pink); }
.leader-copy h2 { font-size: 1.75rem; margin: 10px 0 28px; }
.leader-copy strong { display: block; font-size: 1.2rem; line-height: 1.7; margin-bottom: 20px; }
.leader-copy p { color: var(--muted); line-height: 1.95; margin: 0; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding-top: 30px; }
.contact-form-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 25px; padding-top: 30px; align-items: stretch; }
.contact-card {
    min-height: 370px;
    padding: 45px;
    border-radius: 23px;
    border: 1px solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.contact-card::after { content: ""; position: absolute; width: 18rem; height: 18rem; border-radius: 50%; filter: blur(100px); opacity: .2; left: -5rem; top: -6rem; }
.contact-card.management { border-color: var(--line-bright); background: linear-gradient(140deg, rgba(4, 83, 169, .35), rgba(6, 22, 57, .83)); }
.contact-card.marketing { border-color: rgba(238, 36, 218, .6); background: linear-gradient(140deg, rgba(148, 8, 155, .38), rgba(30, 7, 56, .83)); }
.contact-card.sales { min-height: 100%; border-color: var(--line-bright); background: linear-gradient(140deg, rgba(4, 83, 169, .35), rgba(6, 22, 57, .83)); }
.contact-card.sales::after { background: var(--cyan); }
.contact-card.management::after { background: var(--cyan); }
.contact-card.marketing::after { background: var(--pink); }
.contact-symbol { font-size: 2.7rem; color: var(--cyan); }
.marketing .contact-symbol { color: var(--pink); }
.contact-card > span { margin-top: 15px; color: var(--cyan); font-weight: 700; font-size: 1.15rem; }
.marketing > span { color: var(--pink); }
.contact-card h2 { font-size: 1.5rem; margin: 10px 0 25px; }
.contact-card a { font-size: 1.3rem; margin: 5px 0; direction: ltr; text-align: right; }
.contact-facebook { margin-top: 20px !important; color: var(--cyan); font-size: 1rem !important; }
.customer-contact-form { padding: 38px; border: 1px solid var(--line); border-radius: 23px; background: rgba(7, 19, 50, .76); }
.customer-contact-form h2 { margin: 12px 0 25px; font-size: 1.9rem; }
.customer-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.customer-form-grid label { display: grid; gap: 8px; color: #dfe4f5; font-weight: 600; }
.customer-form-grid label small { color: var(--muted); font-weight: 400; }
.customer-form-grid .full { grid-column: 1/-1; }
.customer-form-grid input, .customer-form-grid textarea, .customer-form-grid select { width: 100%; border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; color: white; background: rgba(3, 11, 32, .78); outline: none; }
.customer-form-grid input:focus, .customer-form-grid textarea:focus, .customer-form-grid select:focus { border-color: var(--cyan); }
.customer-form-grid select option { color: white; background: #07132f; }
.customer-contact-form .button { margin-top: 19px; border: 0; cursor: pointer; }
.form-honeypot { position: absolute !important; right: -9999px !important; }
.contact-success, .contact-error { padding: 12px 14px; border-radius: 10px; margin-bottom: 17px; }
.contact-success { color: #72ffd0; border: 1px solid rgba(32,230,164,.38); background: rgba(32,230,164,.08); }
.contact-error { color: #ff91aa; border: 1px solid rgba(255,65,108,.38); background: rgba(255,65,108,.08); }
.map-card { min-height: 170px; padding: 35px 45px; margin-bottom: 45px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); border-radius: 20px; background: var(--panel); }
.map-card h2 { margin: 11px 0 0; }
.social-row { display: flex; gap: 14px; justify-content: center; padding-bottom: 100px; }
.social-row a { border: 1px solid var(--line); border-radius: 12px; padding: 13px 20px; background: var(--panel); color: var(--muted); }
.social-row a:hover { color: white; border-color: var(--line-bright); }
.locations-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; padding-top: 25px; }
.location-card { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--panel); display: grid; grid-template-columns: .9fr 1.1fr; min-height: 300px; }
.location-image { min-height: 100%; background: linear-gradient(145deg, rgba(19,121,255,.12), rgba(238,36,218,.1)); display: grid; place-items: center; }
.location-image img { width: 100%; height: 100%; object-fit: cover; }
.location-image span { font-size: 4rem; color: var(--cyan); }
.location-copy { padding: 28px; align-self: center; }
.location-copy > span { color: var(--cyan); font-weight: 700; }
.location-copy h2 { margin: 8px 0 10px; }
.location-copy strong { color: #d9def0; }
.location-copy p { color: var(--muted); line-height: 1.7; }
.location-copy a { display: inline-block; margin-top: 17px; color: var(--cyan); font-weight: 700; }

.site-footer { border-top: 0; background: transparent; padding-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 60px; padding-bottom: 55px; }
.footer-grid h3 { margin: 0 0 20px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-grid a:not(.brand), .footer-brand p { color: var(--muted); }
.footer-grid a:not(.brand):hover { color: var(--cyan); }
.footer-brand p { max-width: 390px; line-height: 1.8; }
.footer-bottom { min-height: 42px; display: flex; align-items: center; justify-content: center; color: #72809e; font-size: .74rem; }
.footer-bottom a { color: rgba(114, 128, 158, .45); transition: .2s; }
.footer-bottom a:hover { color: rgba(4, 200, 255, .82); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* Admin */
.admin-body { display: flex; overflow-x: hidden; background: #03091d; }
.admin-sidebar {
    width: 250px;
    min-height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 80;
    padding: 25px 18px;
    border-left: 1px solid var(--line);
    background: rgba(5, 14, 39, .96);
    display: flex;
    flex-direction: column;
}
.admin-sidebar .brand { padding: 0 10px 24px; border-bottom: 1px solid var(--line); }
.admin-sidebar nav { display: grid; gap: 8px; margin-top: 28px; }
.admin-nav {
    width: 100%;
    border: 1px solid transparent;
    background: transparent;
    color: var(--muted);
    padding: 13px 14px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    gap: 13px;
    cursor: pointer;
    text-align: right;
}
.admin-nav span { font-size: 1.25rem; width: 24px; text-align: center; }
.admin-nav:hover, .admin-nav.active { color: white; border-color: rgba(31, 154, 255, .38); background: linear-gradient(100deg, rgba(0, 121, 239, .22), rgba(206, 22, 206, .2)); }
.admin-nav.active span { color: var(--pink); }
.sidebar-bottom { margin-top: auto; display: grid; gap: 9px; }
.sidebar-bottom a, .sidebar-bottom button { width: 100%; padding: 12px; border-radius: 10px; border: 1px solid var(--line); color: var(--muted); background: rgba(9, 23, 55, .7); text-align: center; cursor: pointer; }
.sidebar-bottom a:hover { border-color: var(--line-bright); color: white; }
.sidebar-bottom button:hover { color: var(--danger); border-color: rgba(255,65,108,.4); }
.admin-main { width: calc(100% - 250px); margin-right: 250px; min-height: 100vh; }
.admin-topbar {
    height: 82px;
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 34px;
    border-bottom: 1px solid var(--line);
    background: rgba(4, 12, 34, .88);
    backdrop-filter: blur(15px);
}
.admin-menu-toggle { display: none; }
.admin-search { width: min(480px, 48%); height: 43px; padding: 0 17px; border: 1px solid var(--line); border-radius: 10px; display: flex; align-items: center; gap: 12px; color: #7985a4; background: rgba(7, 19, 49, .7); }
.admin-user { display: flex; align-items: center; gap: 11px; }
.admin-user > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; background: var(--gradient); font-weight: 800; }
.admin-user div { display: grid; }
.admin-user small { color: var(--pink); margin-top: 3px; }
.admin-content { width: min(1400px, calc(100% - 60px)); margin: 0 auto; padding: 38px 0 80px; }
.admin-tab { display: none; }
.admin-tab.active { display: block; animation: tabIn .3s ease; }
@keyframes tabIn { from { opacity: 0; transform: translateY(8px); } }
.admin-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 28px; }
.admin-kicker { color: var(--cyan); font-size: .87rem; font-weight: 700; }
.admin-heading h1 { margin: 5px 0; font-size: 2.1rem; }
.admin-heading p { color: var(--muted); margin: 0; }
.admin-secondary { border: 1px solid var(--line); background: var(--panel); padding: 12px 18px; border-radius: 10px; color: var(--muted); }
.admin-secondary:hover { color: white; border-color: var(--line-bright); }
.quick-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 22px; }
.quick-actions button {
    min-height: 125px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 15px;
    color: white;
    background: linear-gradient(130deg, rgba(12, 31, 73, .85), rgba(6, 17, 45, .9));
    text-align: right;
    cursor: pointer;
    transition: .2s;
}
.quick-actions button:hover { border-color: var(--line-bright); transform: translateY(-3px); }
.quick-actions button > span { color: var(--cyan); font-size: 1.7rem; float: left; }
.quick-actions strong, .quick-actions small { display: block; }
.quick-actions strong { margin: 18px 0 4px; font-size: 1rem; }
.quick-actions small { color: var(--muted); }
.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 22px; }
.admin-stat {
    min-height: 190px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: linear-gradient(145deg, rgba(10, 28, 68, .87), rgba(5, 15, 42, .9));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.admin-stat > div { display: flex; justify-content: space-between; align-items: center; }
.admin-stat span { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 13px; font-size: 1.5rem; }
.admin-stat small { color: var(--muted); }
.admin-stat strong { font-size: 3rem; line-height: 1; }
.admin-stat.cyan span, .admin-stat.cyan strong { color: var(--cyan); }
.admin-stat.pink span, .admin-stat.pink strong { color: var(--pink); }
.admin-panel {
    border: 1px solid var(--line);
    border-radius: 17px;
    background: rgba(7, 19, 50, .73);
    box-shadow: var(--shadow);
}
.panel-title { display: flex; justify-content: space-between; align-items: center; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.panel-title h2 { margin: 5px 0 0; font-size: 1.3rem; }
.status-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.status-list > div { padding: 22px; background: #081431; display: grid; grid-template-columns: 12px 1fr; column-gap: 10px; }
.status-list small { color: var(--muted); grid-column: 2; margin-top: 4px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); margin-top: 6px; }
.admin-panel > .panel-title { padding: 22px 25px 18px; }
.admin-form { display: grid; gap: 20px; }
.form-section { padding-bottom: 25px; overflow: hidden; }
.form-section > .form-grid, .form-section > .number-grid, .form-section > .service-edit-grid { padding-inline: 25px; margin-top: 23px; }
.about-images-panel { margin-bottom: 20px; }
.about-images-panel .panel-title > strong { color: var(--cyan); font-size: 1.15rem; }
.about-images-admin { padding: 23px 25px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.about-images-admin article { position: relative; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; background: rgba(3, 12, 35, .8); }
.about-images-admin img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.about-images-admin form { position: absolute; right: 8px; bottom: 8px; }
.about-images-admin button { padding: 7px 11px; border: 1px solid rgba(255, 65, 108, .42); border-radius: 8px; color: #ff91aa; background: rgba(20, 4, 17, .82); cursor: pointer; }
.image-upload-empty { grid-column: 1/-1; padding: 30px; border: 1px dashed var(--line-bright); border-radius: 12px; color: var(--muted); text-align: center; }
.about-upload-form { margin: 18px 25px 0; padding: 18px; border: 1px solid var(--line); border-radius: 13px; display: flex; align-items: end; gap: 16px; background: rgba(4, 15, 42, .6); }
.about-upload-form label { flex: 1; display: grid; gap: 8px; font-weight: 600; }
.about-upload-form input { width: 100%; border: 1px solid var(--line); border-radius: 9px; padding: 10px; color: var(--muted); background: rgba(3, 11, 32, .85); }
.about-upload-form small, .upload-limit { color: var(--muted); }
.upload-limit { margin: 20px 25px 0; padding: 13px; border: 1px solid rgba(238, 36, 218, .25); border-radius: 10px; background: rgba(238, 36, 218, .06); }
.service-images-panel { margin-top: 20px; }
.service-media-admin { padding: 22px 25px; display: grid; gap: 22px; }
.service-media-section { border: 1px solid var(--line); border-radius: 14px; background: rgba(3, 12, 35, .55); overflow: hidden; }
.service-media-section > summary { min-height: 62px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 24px; align-items: center; gap: 12px; cursor: pointer; }
.service-media-section > summary strong { font-size: 1.05rem; }
.service-media-section > summary small { padding: 6px 10px; border-radius: 20px; color: var(--cyan); background: rgba(4,200,255,.08); }
.service-media-section > summary span { color: var(--muted); font-size: 1.25rem; transition: transform .2s; }
.service-media-section[open] > summary { border-bottom: 1px solid var(--line); }
.service-media-section[open] > summary span { transform: rotate(180deg); }
.service-media-body { padding: 18px; }
.service-media-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.service-media-grid article { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: rgba(5, 16, 43, .85); }
.service-image-preview { position: relative; }
.service-media-grid img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.service-image-delete { position: absolute; left: 6px; bottom: 6px; }
.service-image-delete button { padding: 5px 8px; border-radius: 6px; color: white; background: rgba(191, 17, 60, .82); cursor: pointer; }
.service-caption-form { padding: 9px; display: grid; gap: 7px; }
.service-caption-form input { width: 100%; border: 1px solid var(--line); border-radius: 7px; padding: 8px; color: white; background: rgba(3, 11, 32, .85); }
.service-caption-form button { padding: 7px; border-radius: 7px; color: var(--cyan); background: rgba(4, 200, 255, .08); cursor: pointer; }
.service-image-upload { margin-top: 14px; display: flex; gap: 12px; align-items: center; }
.service-image-upload input { flex: 1; border: 1px solid var(--line); border-radius: 9px; padding: 9px; color: var(--muted); background: rgba(3, 11, 32, .8); }
.messages-list { display: grid; gap: 15px; }
.message-card { padding: 22px; border: 1px solid var(--line); border-radius: 15px; background: rgba(7, 19, 49, .78); }
.message-card.unread { border-color: rgba(4, 200, 255, .52); box-shadow: inset 4px 0 0 var(--cyan); }
.message-head { display: flex; justify-content: space-between; gap: 20px; }
.message-head > div { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.message-head span { font-weight: 800; }
.message-head a { color: var(--cyan); direction: ltr; }
.message-head time { color: var(--muted); }
.message-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.message-meta span { padding: 8px 11px; border: 1px solid rgba(4,200,255,.22); border-radius: 999px; color: var(--muted); background: rgba(4,200,255,.06); }
.message-meta strong { color: #fff; }
.message-card > p { margin: 18px 0; color: #d5dbed; line-height: 1.8; }
.message-location { margin-top: 16px; padding: 11px 13px; border: 1px solid rgba(4,200,255,.25); border-radius: 9px; color: var(--muted); background: rgba(4,200,255,.06); }
.message-location strong { color: var(--cyan); }
.message-actions { display: flex; gap: 10px; }
.message-actions button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 8px; color: white; background: rgba(8, 27, 63, .75); cursor: pointer; }
.message-actions .danger-button { color: var(--danger); border-color: rgba(255,65,108,.25); }
.unread-badge { padding: 9px 14px; border: 1px solid rgba(4,200,255,.35); border-radius: 20px; color: var(--cyan); background: rgba(4,200,255,.07); }
.form-grid { display: grid; gap: 17px; }
.form-grid.two { grid-template-columns: 1fr 1fr; }
.form-grid .full { grid-column: 1/-1; }
.admin-form label { display: grid; gap: 8px; color: #dfe4f5; font-weight: 600; font-size: .92rem; }
.admin-form input:not([type=checkbox]):not([type=file]),
.admin-form textarea,
.admin-form select,
.admin-form input[type=file] {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 10px;
    color: white;
    background: rgba(4, 15, 42, .85);
    padding: 12px 14px;
    outline: none;
    transition: .2s;
}
.admin-form input:focus, .admin-form textarea:focus, .admin-form select:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(4,200,255,.08); }
.admin-form textarea { resize: vertical; line-height: 1.7; }
.admin-form select option { background: #07132f; }
.admin-form label small { color: var(--muted); font-weight: 400; }
.native-file-input {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none;
}
.custom-file-picker {
    min-height: 48px;
    padding: 6px;
    border: 1px dashed rgba(4, 200, 255, .35);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 11px;
    background: rgba(4, 200, 255, .04);
    overflow: hidden;
}
.custom-file-picker button {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 8px;
    color: white;
    background: linear-gradient(120deg, rgba(151,40,232,.85), rgba(19,121,255,.85));
    font-weight: 700;
    cursor: pointer;
}
.custom-file-picker span { min-width: 0; color: var(--muted); font-size: .85rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.custom-file-picker.has-file { border-style: solid; border-color: rgba(32,230,164,.45); background: rgba(32,230,164,.05); }
.custom-file-picker.has-file span { color: #70e9c0; }
.custom-file-picker.invalid { border-color: var(--danger); background: rgba(255,65,108,.06); }
.check-label { display: flex !important; align-items: center; gap: 9px !important; align-self: center; }
.check-label input { accent-color: var(--pink); width: 18px; height: 18px; }
.organization-fields-grid { align-items: start; }
.organization-contract-fields {
    margin-top: 18px;
    padding: 18px;
    border: 1px solid rgba(4, 200, 255, .18);
    border-radius: 14px;
    background: rgba(4, 15, 42, .45);
}
.organization-contract-fields h4 {
    margin: 0 0 15px;
    color: var(--cyan);
    font-size: 1rem;
}
.image-edit-field {
    display: grid;
    gap: 10px;
}
.image-edit-field.full { grid-column: 1/-1; }
.image-preview-box {
    min-height: 132px;
    border: 1px solid var(--line);
    border-radius: 13px;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: rgba(3, 12, 35, .72);
    color: var(--muted);
}
.image-preview-box.wide { min-height: 190px; }
.image-preview-box img {
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: contain;
    padding: 10px;
    display: block;
}
.image-preview-box.wide img { max-height: 330px; }
.image-preview-box.marked-for-delete {
    opacity: .48;
    border-color: rgba(255, 65, 108, .55);
    filter: grayscale(.65);
}
.image-delete-check {
    width: fit-content;
    padding: 7px 10px;
    border: 1px solid rgba(255, 65, 108, .25);
    border-radius: 10px;
    color: #ff9bb0 !important;
    background: rgba(255, 65, 108, .05);
}
.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.number-grid label { padding: 17px; border: 1px solid rgba(187,37,220,.35); border-radius: 13px; background: rgba(108,17,143,.07); }
.number-grid input { font-size: 1.8rem; font-weight: 800; text-align: center; color: var(--cyan) !important; }
.service-edit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mini-form-card { padding: 18px; border: 1px solid var(--line); border-radius: 13px; display: grid; gap: 13px; background: rgba(5, 15, 41, .56); }
.mini-form-card > span { color: var(--pink); font-weight: 800; }
.admin-primary {
    min-height: 48px;
    padding: 0 25px;
    border: 0;
    border-radius: 11px;
    color: white;
    background: var(--gradient);
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(77, 64, 229, .2);
}
.sticky-save {
    position: sticky;
    bottom: 16px;
    z-index: 20;
    min-height: 72px;
    padding: 11px 14px 11px 20px;
    border: 1px solid var(--line-bright);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(4, 13, 38, .93);
    backdrop-filter: blur(14px);
    color: var(--muted);
}
.add-panel { margin-bottom: 22px; overflow: hidden; }
details > summary { list-style: none; cursor: pointer; }
details > summary::-webkit-details-marker { display: none; }
.add-panel > summary { padding: 20px 25px; font-size: 1.05rem; font-weight: 700; color: var(--cyan); }
.add-panel[open] > summary { border-bottom: 1px solid var(--line); }
.admin-form.compact { padding: 22px; }
.admin-form.compact .admin-primary { justify-self: start; }
.admin-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; align-items: start; }
.manage-card, .leader-admin-card { align-self: start; border: 1px solid var(--line); border-radius: 16px; background: rgba(7, 19, 49, .78); overflow: hidden; }
.manage-card-head { min-height: 115px; padding: 20px; display: flex; align-items: center; gap: 15px; }
.manage-card-head > img, .manage-card-head > span { width: 70px; height: 70px; border-radius: 13px; object-fit: contain; background: white; padding: 7px; }
.manage-card-head > span { display: grid; place-items: center; color: var(--cyan); background: rgba(4,200,255,.08); border: 1px solid rgba(4,200,255,.3); font-weight: 800; }
.manage-card-head small, .leader-admin-preview small { color: var(--pink); }
.manage-card-head h3, .leader-admin-preview h3 { margin: 6px 0 0; }
.manage-card > details > summary, .leader-admin-card > details > summary { padding: 13px 20px; border-top: 1px solid var(--line); color: var(--cyan); }
.manage-card > details[open] > summary, .leader-admin-card > details[open] > summary { border-bottom: 1px solid var(--line); }
.danger-button { border: 0; border-top: 1px solid rgba(255,65,108,.2); width: 100%; padding: 12px; background: rgba(255,65,108,.05); color: var(--danger); cursor: pointer; }
.leaders-admin-grid { display: grid; gap: 18px; }
.leader-admin-preview { min-height: 160px; padding: 20px; display: flex; gap: 22px; align-items: center; }
.leader-admin-preview > img, .leader-admin-preview > span { width: 110px; height: 120px; border-radius: 14px; object-fit: cover; object-position: top; }
.leader-admin-preview > span { display: grid; place-items: center; font-size: 2rem; font-weight: 800; background: linear-gradient(140deg, rgba(238,36,218,.2), rgba(4,200,255,.15)); border: 1px solid var(--line); }
.leader-admin-preview p { color: var(--muted); margin: 8px 0 0; }
.admin-toast, .admin-errors { padding: 14px 18px; border-radius: 11px; margin-bottom: 20px; }
.admin-toast { border: 1px solid rgba(32,230,164,.4); background: rgba(32,230,164,.09); color: #6dffcb; }
.admin-errors { border: 1px solid rgba(255,65,108,.4); background: rgba(255,65,108,.08); color: #ff8aa5; }
.admin-live-toast {
    position: fixed;
    top: 24px;
    left: 50%;
    z-index: 300;
    width: min(430px, calc(100% - 30px));
    min-height: 76px;
    padding: 14px 48px 14px 15px;
    border: 1px solid rgba(32, 230, 164, .4);
    border-radius: 15px;
    color: white;
    background: rgba(5, 25, 36, .96);
    box-shadow: 0 22px 70px rgba(0, 0, 0, .45), 0 0 30px rgba(32, 230, 164, .1);
    backdrop-filter: blur(18px);
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
    opacity: 0;
    transform: translate(-50%, -22px) scale(.96);
    transition: .25s ease;
    overflow: hidden;
}
.admin-live-toast.show { opacity: 1; transform: translate(-50%, 0) scale(1); }
.admin-live-toast.error { border-color: rgba(255, 65, 108, .48); background: rgba(37, 8, 21, .96); }
.toast-icon { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: #03150f; background: var(--green); font-size: 1.3rem; font-weight: 900; box-shadow: 0 0 20px rgba(32,230,164,.28); }
.admin-live-toast.error .toast-icon { color: white; background: var(--danger); box-shadow: 0 0 20px rgba(255,65,108,.28); }
.admin-live-toast strong, .admin-live-toast p { display: block; margin: 0; }
.admin-live-toast p { margin-top: 3px; color: #b8c4d9; font-size: .9rem; }
.admin-live-toast > button { position: absolute; left: 13px; top: 13px; color: #9ba8bf; background: transparent; font-size: 1.3rem; cursor: pointer; }
.admin-live-toast > i { position: absolute; right: 0; bottom: 0; height: 3px; width: 100%; background: var(--green); animation: toastProgress 4.2s linear forwards; transform-origin: right; }
.admin-live-toast.error > i { background: var(--danger); }
@keyframes toastProgress { to { transform: scaleX(0); } }

.admin-confirm-modal { position: fixed; inset: 0; z-index: 290; display: grid; place-items: center; padding: 20px; opacity: 0; pointer-events: none; transition: .2s ease; }
.admin-confirm-modal.open { opacity: 1; pointer-events: auto; }
.confirm-backdrop { position: absolute; inset: 0; background: rgba(0, 4, 18, .72); backdrop-filter: blur(8px); }
.confirm-dialog {
    position: relative;
    width: min(430px, 100%);
    padding: 32px;
    border: 1px solid rgba(255, 65, 108, .38);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(15, 25, 58, .98), rgba(26, 6, 35, .98));
    box-shadow: 0 35px 110px rgba(0,0,0,.6), 0 0 55px rgba(255,65,108,.12);
    text-align: center;
    transform: translateY(18px) scale(.95);
    transition: .25s ease;
}
.admin-confirm-modal.open .confirm-dialog { transform: none; }
.confirm-symbol { width: 66px; height: 66px; margin: 0 auto 18px; border: 1px solid rgba(255,65,108,.5); border-radius: 50%; display: grid; place-items: center; color: white; background: rgba(255,65,108,.14); font-size: 2rem; font-weight: 900; box-shadow: 0 0 30px rgba(255,65,108,.16); }
.confirm-dialog h2 { margin: 0 0 9px; font-size: 1.55rem; }
.confirm-dialog p { margin: 0; color: var(--muted); line-height: 1.7; }
.confirm-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.confirm-actions button { min-height: 46px; border-radius: 10px; font-weight: 700; cursor: pointer; }
.confirm-cancel { border: 1px solid var(--line); color: #d8deef; background: rgba(8,27,63,.7); }
.confirm-delete { color: white; background: linear-gradient(120deg, #d91e53, #ff416c); box-shadow: 0 10px 28px rgba(255,65,108,.2); }
.button-spinner { width: 15px; height: 15px; margin-left: 8px; border: 2px solid rgba(255,255,255,.35); border-top-color: white; border-radius: 50%; display: inline-block; vertical-align: -3px; animation: buttonSpin .7s linear infinite; }
@keyframes buttonSpin { to { transform: rotate(360deg); } }
.admin-body button:disabled { opacity: .68; cursor: wait; }
.admin-item-removing { opacity: 0 !important; transform: scale(.94) translateY(-8px) !important; transition: .28s ease !important; }

.login-body { display: grid; place-items: center; padding: 30px; background: radial-gradient(circle at 80% 10%, rgba(4,200,255,.16), transparent 32%), radial-gradient(circle at 12% 82%, rgba(238,36,218,.16), transparent 34%), #03091d; }
.login-shell { width: min(1080px, 100%); min-height: 650px; display: grid; grid-template-columns: 1.12fr .88fr; border: 1px solid rgba(4,200,255,.24); border-radius: 30px; overflow: hidden; background: rgba(5, 15, 42, .88); box-shadow: 0 38px 120px rgba(0,0,0,.48); }
.login-visual { position: relative; background: linear-gradient(135deg, rgba(100,14,153,.55), rgba(5,55,148,.5)), url('/images/nova-hero-reference.png') left center/cover; display: flex; flex-direction: column; justify-content: space-between; padding: 48px; overflow: hidden; }
.login-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, #050d28, transparent 70%); }
.login-visual > * { position: relative; z-index: 1; }
.login-visual img { width: 80px; height: 80px; object-fit: cover; border-radius: 19px; }
.login-visual span { color: var(--cyan); font-weight: 700; }
.login-visual h1 { font-size: 2.35rem; margin: 10px 0 0; max-width: 460px; line-height: 1.22; }
.login-visual p { max-width: 360px; color: #c7d3e8; line-height: 1.8; margin: 14px 0 0; }
.login-card { padding: 52px; display: flex; flex-direction: column; justify-content: center; gap: 20px; background: linear-gradient(180deg, rgba(4,15,42,.42), rgba(4,15,42,.78)); }
.login-card .brand { margin-bottom: 15px; }
.login-card h2 { font-size: 1.85rem; margin: 6px 0; }
.login-card p { color: var(--muted); margin: 0; }
.login-card label:not(.check-label) { display: grid; gap: 8px; color: #dfe4f5; font-weight: 600; }
.login-card input:not([type=checkbox]) { border: 1px solid var(--line); background: rgba(3,11,32,.86); color: white; border-radius: 12px; padding: 14px; outline: none; transition: .2s; }
.login-card input:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(4,200,255,.08); }
.form-alert { border: 1px solid rgba(255,65,108,.4); color: #ff8aa5; background: rgba(255,65,108,.08); padding: 12px; border-radius: 9px; }
.back-link { text-align: center; color: var(--muted); }

@media (max-width: 1100px) {
    .main-nav { gap: 14px; }
    .main-nav a { font-size: .83rem; }
    .nav-cta { display: none; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .leader-card { grid-template-columns: 1fr; }
    .leader-photo { min-height: 250px; max-height: 300px; }
    .leader-photo > span { margin: 40px; }
    .leader-copy { padding: 30px; }
    .quick-actions, .admin-stats { grid-template-columns: 1fr 1fr; }
    .admin-cards-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
    .shell { width: min(100% - 28px, 680px); }
    .site-header { background: rgba(3,9,30,.9); backdrop-filter: blur(15px); border-color: var(--line); }
    .nav-wrap { min-height: 75px; }
    .brand img { width: 46px; height: 46px; }
    .brand strong { font-size: 1.5rem; }
    .menu-toggle { margin-right: auto; width: 44px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: rgba(10,28,66,.75); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
    .menu-toggle span { width: 20px; height: 2px; background: white; transition: .2s; }
    .main-nav {
        position: absolute;
        top: 75px;
        right: 0;
        left: 0;
        display: grid;
        gap: 0;
        background: rgba(4, 12, 35, .98);
        border: 1px solid var(--line);
        border-radius: 0 0 16px 16px;
        padding: 10px;
        opacity: 0;
        pointer-events: none;
        transform: translateY(-10px);
        transition: .2s;
    }
    .main-nav.open { opacity: 1; pointer-events: auto; transform: none; }
    .main-nav a { padding: 13px 15px; border-radius: 8px; }
    .main-nav a.active { background: rgba(19,121,255,.13); }
    .main-nav a::after { display: none; }
    .main-nav .nav-home { order: 1; }
    .main-nav .nav-about { order: 2; }
    .main-nav .nav-leadership { order: 3; }
    .main-nav .nav-services { order: 4; }
    .main-nav .nav-clients { order: 5; }
    .main-nav .nav-contact { order: 6; }
    .hero { min-height: auto; padding-block: 52px; grid-template-columns: 1fr; gap: 34px; }
    .hero-art { order: -1; max-height: 520px; }
    .hero-copy { text-align: center; }
    .hero-copy .eyebrow { justify-content: center; }
    .hero p { margin-inline: auto; }
    .hero-actions { justify-content: center; }
    .counter-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .counter-card:nth-child(2)::after { display: block; }
    .counter-card { border-bottom: 0; }
    .about-teaser, .story-layout, .contact-grid, .contact-form-layout, .service-detail-layout { grid-template-columns: 1fr; }
    .story-visual { min-height: 420px; }
    .logo-grid { grid-template-columns: repeat(2, 1fr); }
    .leaders-grid { grid-template-columns: 1fr; }
    .leader-card { grid-template-columns: .8fr 1.2fr; }
    .service-sales-copy { position: static; }
    .locations-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1/-1; }
    .admin-sidebar { transform: translateX(100%); transition: .25s; }
    .admin-sidebar.open { transform: none; box-shadow: -20px 0 60px rgba(0,0,0,.5); }
    .admin-main { width: 100%; margin-right: 0; }
    .admin-menu-toggle { display: block; border: 1px solid var(--line); background: var(--panel); color: white; border-radius: 9px; width: 42px; height: 42px; cursor: pointer; }
    .admin-content { width: calc(100% - 32px); }
    .status-list { grid-template-columns: 1fr 1fr; }
    .number-grid { grid-template-columns: 1fr 1fr; }
    .about-images-admin { grid-template-columns: 1fr 1fr; }
    .login-shell { grid-template-columns: 1fr; }
    .login-visual { min-height: 330px; }
}

@media (max-width: 580px) {
    .shell { width: calc(100% - 20px); }
    .nav-wrap { min-height: 64px; }
    .brand { gap: 9px; }
    .brand img { width: 38px; height: 38px; }
    .brand strong { font-size: 1.15rem; }
    .brand small { font-size: .7rem; }
    .menu-toggle { width: 40px; height: 38px; border-radius: 12px; }
    .main-nav { top: 64px; padding: 8px; }
    .main-nav a { padding: 11px 12px; font-size: .88rem; }
    .hero { padding-block: 28px 36px; gap: 24px; }
    .hero-art { border-radius: 16px; max-height: 340px; }
    .hero-art img { min-height: 240px; }
    .hero h1, .hero h2 { font-size: clamp(1.65rem, 8vw, 2.05rem); }
    .hero h1, .hero h2 { overflow-wrap: anywhere; }
    .hero p { font-size: .94rem; line-height: 1.75; margin: 15px 0 20px; }
    .hero-actions { flex-direction: column; gap: 10px; }
    .button { min-height: 45px; padding: 0 18px; border-radius: 12px; font-size: .92rem; }
    .counter-strip { background: rgba(4,14,40,.7); }
    .counter-card { min-height: 112px; padding: 16px 4px; }
    .counter-card .line-icon { width: 31px; height: 31px; margin-bottom: 8px; border-radius: 9px; }
    .counter-card strong { font-size: clamp(1.45rem, 8vw, 1.75rem); letter-spacing: -.03em; }
    .counter-card strong::before { margin-left: 2px; }
    .counter-card > span:last-child { margin-top: 7px; font-size: .78rem; line-height: 1.35; }
    .counter-card:not(:last-child)::after { top: 26%; height: 48%; opacity: .8; }
    .section { padding-block: 42px; }
    .section-heading { margin-bottom: 24px; }
    .section-heading h2 { font-size: clamp(1.35rem, 7vw, 1.75rem); line-height: 1.25; }
    .eyebrow { font-size: .82rem; gap: 8px; }
    .page-hero { padding-block: 42px 24px; }
    .page-hero h1 { font-size: clamp(1.55rem, 7.5vw, 1.9rem); line-height: 1.25; }
    .page-hero p { font-size: .92rem; line-height: 1.65; margin-top: 8px; }
    .content-card { padding: 20px; border-radius: 16px; }
    .content-card .feature-icon { width: 46px; height: 46px; border-radius: 13px; font-size: 1.35rem; }
    .content-card h2 { margin: 12px 0; font-size: 1.25rem; line-height: 1.35; }
    .content-card p { font-size: .9rem; line-height: 1.8; }
    .about-intro { padding-top: 8px; }
    .about-grid { gap: 12px; padding-top: 0; }
    .about-grid .content-card { min-height: auto; }
    .services-grid, .about-grid, .logo-grid, .contracts-grid { grid-template-columns: 1fr; }
    .service-list { gap: 12px; padding-top: 0; }
    .service-row { min-height: auto; grid-template-columns: 36px 44px 1fr; padding: 17px 14px; gap: 10px; border-radius: 16px; }
    .service-row .feature-icon { width: 44px; height: 44px; border-radius: 13px; font-size: 1.35rem; }
    .service-index { font-size: 1rem; }
    .service-row h2 { margin-bottom: 7px; font-size: 1.22rem; line-height: 1.35; }
    .service-row p { font-size: .88rem; line-height: 1.7; }
    .service-row strong { margin-top: 11px; font-size: .9rem; }
    .cta-band { align-items: flex-start; flex-direction: column; gap: 26px; padding: 30px; margin-bottom: 70px; }
    .cta-band h2 { font-size: 1.5rem; }
    .logo-grid { gap: 12px; }
    .logo-card { min-height: 145px; padding: 16px; border-radius: 15px; }
    .logo-card img { height: 64px; padding: 8px; }
    .logo-placeholder { width: 64px; height: 64px; border-radius: 16px; font-size: 1.1rem; }
    .logo-card h3 { margin: 11px 0 5px; font-size: 1rem; }
    .logo-card a { font-size: .82rem; }
    .empty-state { padding: 24px 16px; border-radius: 15px; font-size: .88rem; line-height: 1.7; }
    .leaders-grid { gap: 14px; padding-top: 0; }
    .leader-card { grid-template-columns: 1fr; min-height: auto; border-radius: 18px; }
    .leader-photo { min-height: 155px; max-height: 210px; align-items: center; }
    .leader-photo img { height: 210px; }
    .leader-photo > span { width: 105px; height: 105px; margin: 24px auto; font-size: 2.3rem; }
    .leader-copy { padding: 18px; text-align: right; }
    .leader-copy > span { font-size: .9rem; }
    .leader-copy h2 { margin: 7px 0 14px; font-size: 1.25rem; line-height: 1.35; }
    .leader-copy strong { margin-bottom: 12px; font-size: .98rem; line-height: 1.65; }
    .leader-copy p { font-size: .88rem; line-height: 1.75; }
    .contact-form-layout { padding-top: 14px; gap: 14px; }
    .contact-card { padding: 18px; border-radius: 16px; min-height: auto; }
    .contact-card.sales { min-height: auto; }
    .contact-symbol { font-size: 1.85rem; }
    .contact-card > span { margin-top: 8px; font-size: .95rem; }
    .contact-card h2 { margin: 6px 0 12px; font-size: 1.05rem; line-height: 1.55; }
    .contact-card a { font-size: 1rem; }
    .contact-facebook { margin-top: 10px !important; font-size: .9rem !important; }
    .customer-contact-form { padding: 18px; border-radius: 16px; }
    .customer-contact-form .eyebrow { font-size: .78rem; }
    .customer-contact-form h2 { margin: 7px 0 14px; font-size: 1.35rem; }
    .customer-form-grid { gap: 10px; }
    .customer-form-grid label { gap: 6px; font-size: .9rem; }
    .customer-form-grid input, .customer-form-grid textarea, .customer-form-grid select { min-height: 44px; padding: 10px 12px; border-radius: 11px; font-size: 16px; }
    .customer-form-grid textarea { min-height: 110px; line-height: 1.65; }
    .customer-contact-form .button { width: 100%; margin-top: 13px; }
    .contact-success, .contact-error { padding: 10px 11px; margin-bottom: 12px; font-size: .86rem; }
    .map-card { flex-direction: column; align-items: flex-start; gap: 25px; padding: 30px; }
    .social-row { flex-wrap: wrap; }
    .site-footer { padding-top: 0; }
    .footer-grid { display: none; }
    .footer-bottom { min-height: 34px; align-items: end; justify-content: center; border-top: 0; padding-bottom: 6px; font-size: .68rem; }
    .footer-bottom span { display: none; }
    .footer-bottom a { color: rgba(114,128,158,.38); }
    .page-home main, .page-leadership main { padding-bottom: 140px; }
    .page-home .site-footer, .page-leadership .site-footer { margin-top: 70px; }
    .admin-body { font-size: .9rem; }
    .admin-sidebar { width: min(84vw, 290px); padding: 16px 12px; }
    .admin-sidebar .brand { padding-bottom: 17px; }
    .admin-sidebar nav { margin-top: 15px; gap: 4px; }
    .admin-sidebar .sidebar-bottom { margin-top: 18px; }
    .admin-nav { padding: 9px 10px; border-radius: 9px; gap: 9px; font-size: .86rem; }
    .admin-nav span { width: 20px; font-size: 1rem; }
    .admin-topbar { height: 62px; padding: 0 10px; }
    .admin-menu-toggle { width: 38px; height: 38px; }
    .admin-search { display: none; }
    .admin-user { gap: 8px; }
    .admin-user > span { width: 38px; height: 38px; }
    .admin-user strong { font-size: .85rem; }
    .admin-user small { font-size: .72rem; }
    .admin-content { width: calc(100% - 18px); padding: 16px 0 48px; }
    .quick-actions, .admin-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
    .quick-actions button { min-height: 92px; padding: 12px; border-radius: 12px; }
    .quick-actions button > span { font-size: 1.15rem; }
    .quick-actions strong { margin-top: 9px; font-size: .8rem; }
    .quick-actions small { font-size: .68rem; }
    .admin-stat { min-height: 112px; padding: 12px; border-radius: 12px; }
    .admin-stat span { width: 38px; height: 38px; font-size: 1.1rem; }
    .admin-stat strong { font-size: 1.65rem; }
    .admin-cards-grid, .status-list, .form-grid.two, .service-edit-grid { grid-template-columns: 1fr; }
    .number-grid { grid-template-columns: repeat(3, 1fr); gap: 7px; }
    .number-grid label { padding: 9px 6px; font-size: .72rem; text-align: center; }
    .number-grid input { font-size: 1.25rem; padding: 8px !important; }
    .admin-heading { align-items: flex-start; flex-direction: column; gap: 6px; margin-bottom: 15px; }
    .admin-kicker { font-size: .75rem; }
    .admin-heading h1 { font-size: 1.25rem; margin: 2px 0; }
    .admin-heading p { font-size: .78rem; line-height: 1.55; }
    .admin-panel { border-radius: 12px; }
    .admin-panel > .panel-title { padding: 13px 12px 11px; }
    .panel-title h2 { font-size: .95rem; }
    .form-section { padding-bottom: 14px; }
    .form-section > .form-grid, .form-section > .number-grid, .form-section > .service-edit-grid { padding-inline: 12px; margin-top: 14px; }
    .admin-form { gap: 10px; }
    .admin-form label { gap: 6px; font-size: .8rem; }
    .admin-form input:not([type=checkbox]):not([type=file]), .admin-form textarea, .admin-form select { padding: 11px 12px; font-size: 16px; }
    .organization-contract-fields { margin-top: 12px; padding: 12px; border-radius: 12px; }
    .organization-contract-fields h4 { margin-bottom: 10px; font-size: .9rem; }
    .image-edit-field { gap: 8px; }
    .image-preview-box { min-height: 112px; border-radius: 11px; }
    .image-preview-box.wide { min-height: 145px; }
    .image-preview-box img { max-height: 185px; padding: 8px; }
    .image-preview-box.wide img { max-height: 220px; }
    .custom-file-picker { min-height: 44px; gap: 8px; padding: 5px; }
    .custom-file-picker button { min-height: 31px; padding: 0 10px; font-size: .76rem; }
    .custom-file-picker span { font-size: .76rem; }
    .mini-form-card { padding: 13px; }
    .admin-primary { width: 100%; min-height: 46px; }
    .sticky-save { align-items: stretch; flex-direction: column; gap: 10px; }
    .leader-admin-preview { align-items: flex-start; flex-direction: column; }
    .about-images-admin { grid-template-columns: 1fr; padding: 14px 12px 0; }
    .about-upload-form { margin: 12px; padding: 12px; align-items: stretch; flex-direction: column; }
    .customer-form-grid, .service-gallery { grid-template-columns: 1fr; }
    .compact-service-detail { grid-template-columns: 1fr; gap: 12px; }
    .compact-service-detail .service-sales-copy { order: 2; padding: 15px; }
    .compact-service-detail .service-sales-copy h2 { font-size: .98rem; line-height: 1.45; }
    .compact-service-detail .service-sales-copy .button { min-height: 40px; margin-top: 12px; font-size: .82rem; }
    .compact-service-detail .service-gallery { gap: 10px; }
    .compact-service-detail .service-gallery img { aspect-ratio: 16 / 10; }
    .compact-service-detail .service-gallery figcaption { padding: 9px 11px; font-size: .78rem; }
    .location-card { grid-template-columns: 1fr; }
    .location-image { min-height: 230px; }
    .service-media-grid { grid-template-columns: 1fr 1fr; }
    .service-media-admin { padding: 10px; gap: 9px; }
    .service-media-section { border-radius: 11px; }
    .service-media-section > summary { min-height: 56px; padding: 0 13px; grid-template-columns: minmax(0, 1fr) auto 18px; gap: 7px; }
    .service-media-section > summary strong { font-size: .92rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .service-media-section > summary small { padding: 4px 7px; font-size: .7rem; }
    .service-media-body { padding: 11px; }
    .service-image-upload { margin-top: 11px; padding-top: 11px; border-top: 1px solid var(--line); align-items: stretch; flex-direction: column; gap: 8px; }
    .service-image-upload > input:not([type=file]) { width: 100%; min-height: 44px; font-size: 16px; }
    .custom-file-picker { width: 100%; min-height: 46px; }
    .custom-file-picker button { min-height: 33px; padding: 0 10px; font-size: .82rem; }
    .manage-card-head { min-height: 90px; padding: 14px; }
    .admin-live-toast { top: 12px; }
    .confirm-dialog { padding: 25px 20px; }
    .login-body { padding: 12px; }
    .login-visual { display: none; }
    .login-shell { min-height: calc(100vh - 24px); }
    .login-card { padding: 28px 22px; }
}

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

@media (max-width: 580px) {
    .site-header { position: sticky; }
    .nav-wrap { min-height: 58px; }
    .brand img { width: 34px; height: 34px; }
    .brand strong { font-size: 1rem; }
    .brand small { font-size: .64rem; }
    .menu-toggle { width: 36px; height: 35px; }
    .main-nav { top: 58px; }

    .hero { padding-block: 18px 24px; gap: 18px; }
    .hero-art { aspect-ratio: 16 / 13; min-height: 300px; max-height: none; border-radius: 16px; }
    .hero-art img { min-height: 0; max-height: none; object-fit: cover; }
    .hero-art img.custom-hero-image { object-position: top center; transform: scale(1.08); transform-origin: top center; }
    .hero-orbit { display: none; }
    .hero h1, .hero h2 { font-size: 1.58rem; line-height: 1.25; margin-bottom: 4px; }
    .hero p { font-size: .86rem; line-height: 1.65; margin: 10px 0 12px; }
    .hero-actions { display: flex; gap: 8px; }
    .hero-actions .button { min-height: 42px; padding: 0 14px; font-size: .86rem; border-radius: 11px; }

    .counter-card { min-height: 86px; padding: 10px 2px; }
    .counter-card .line-icon { width: 25px; height: 25px; margin-bottom: 6px; border-radius: 7px; }
    .counter-card .line-icon::before { inset: 0; display: grid; place-items: center; line-height: 1; }
    .icon-screen::before { font-size: 1rem; }
    .icon-check::before { font-size: 1.05rem; }
    .icon-people::before { font-size: .68rem; letter-spacing: -.16em; transform: translateX(-1px); }
    .counter-card strong { font-size: 1.32rem; }
    .counter-card > span:last-child { margin-top: 4px; font-size: .68rem; }

    .section { padding-block: 34px; }
    .page-hero { padding-block: 30px 18px; }
    .page-hero h1, .section-heading h2 { font-size: 1.5rem; line-height: 1.28; }
    .page-hero p, .section-heading p { font-size: .84rem; line-height: 1.65; }
    .content-card { padding: 16px; }
    .content-card h2, .service-row h2, .leader-copy h2 { font-size: 1.12rem; line-height: 1.35; }
    .content-card p, .service-row p, .leader-copy p { font-size: .84rem; line-height: 1.7; }
    .service-row { grid-template-columns: 30px 38px 1fr; padding: 14px 12px; }
    .service-row .feature-icon, .content-card .feature-icon { width: 38px; height: 38px; font-size: 1.12rem; }
    .logo-card { min-height: 126px; padding: 13px; }
    .leaders-grid { gap: 11px; padding-top: 0; }
    .leader-card { grid-template-columns: 86px 1fr; min-height: auto; align-items: stretch; border-radius: 15px; }
    .leader-photo { min-height: auto; max-height: none; align-items: center; padding: 10px; }
    .leader-photo img { width: 66px; height: 86px; border-radius: 14px; object-fit: cover; }
    .leader-photo > span { width: 58px; height: 58px; margin: 0; border-radius: 50%; font-size: 1.45rem; }
    .leader-copy { padding: 13px 12px; }
    .leader-copy > span { font-size: .78rem; }
    .leader-copy h2 { margin: 4px 0 8px; font-size: .98rem; }
    .leader-copy strong { margin-bottom: 8px; font-size: .78rem; line-height: 1.55; }
    .leader-copy p { font-size: .76rem; line-height: 1.6; }
    .clients-hero { min-height: auto; grid-template-columns: 1fr; gap: 14px; padding-block: 32px 14px; }
    .clients-hero-copy { text-align: center; }
    .clients-hero-copy .eyebrow { justify-content: center; }
    .clients-hero-copy h1 { margin: 10px 0 9px; font-size: 1.55rem; line-height: 1.3; }
    .clients-hero-copy p { font-size: .86rem; line-height: 1.65; margin: 0 auto; }
    .clients-hero-stats { min-height: auto; padding: 10px; border-radius: 16px; gap: 7px; }
    .clients-hero-stats div { min-height: 78px; border-radius: 12px; }
    .clients-hero-stats strong { font-size: 1.45rem; }
    .clients-hero-stats span { margin-top: 4px; font-size: .72rem; }
    .trust-panel { padding: 14px; border-radius: 18px; }
    .trust-panel-head { align-items: flex-start; flex-direction: column; gap: 8px; margin-bottom: 12px; }
    .trust-panel-head h2 { font-size: 1.22rem; }
    .trust-logo-grid { grid-template-columns: 1fr; gap: 9px; }
    .trust-logo-card { min-height: 92px; grid-template-columns: 92px 1fr; gap: 10px; padding: 10px; border-radius: 14px; }
    .trust-logo-box { height: 62px; border-radius: 12px; padding: 7px; }
    .trust-logo-card h3 { font-size: .92rem; margin-bottom: 4px; }
    .trust-logo-card a { font-size: .76rem; }
    .contract-showcase-grid { grid-template-columns: 1fr; gap: 11px; }
    .contract-showcase-card, .contract-showcase-card img { min-height: 190px; }
    .contract-showcase-card:first-child { grid-row: auto; }
    .contract-showcase-card { border-radius: 16px; }
    .contract-showcase-card figcaption { inset-inline: 9px; bottom: 9px; padding: 10px; border-radius: 11px; }
    .contract-showcase-card figcaption strong { font-size: .85rem; }
    .partner-strip { grid-template-columns: 1fr 1fr; gap: 10px; }
    .partner-card { min-height: 132px; padding: 12px; border-radius: 15px; }
    .partner-card img { height: 54px; padding: 7px; }
    .partner-card > span { width: 54px; height: 54px; border-radius: 14px; }
    .partner-card h3 { margin: 9px 0 4px; font-size: .85rem; }
    .partner-card a { font-size: .72rem; }
    .clients-page-hero { padding-bottom: 10px; }
    .clients-directory { padding-block: 12px; }
    .logo-showcase-title { margin-bottom: 11px; }
    .logo-showcase-title h2 { font-size: 1rem; }
    .logo-showcase-title .eyebrow { font-size: .72rem; }
    .logo-showcase-panel { padding: 10px; border-radius: 16px; }
    .logo-showcase-head { display: grid; place-items: center; text-align: center; gap: 6px; margin-bottom: 12px; }
    .logo-showcase-head h2 { font-size: 1.16rem; }
    .desktop-logo-grid, .desktop-logo-more { display: none; }
    .mobile-logo-strip {
        display: flex;
        gap: 9px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-snap-type: x mandatory;
        padding: 2px 2px 10px;
        margin-inline: -2px;
        -webkit-overflow-scrolling: touch;
    }
    .mobile-logo-strip::-webkit-scrollbar { display: none; }
    .mobile-logo-strip .logo-showcase-card {
        flex: 0 0 46%;
        min-height: 132px;
        scroll-snap-align: start;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        padding: 8px;
        border-radius: 13px;
    }
    .mobile-logo-strip .logo-showcase-box { width: 100%; height: 88px; padding: 8px; border-radius: 11px; }
    .mobile-logo-strip .logo-showcase-box img { max-width: 76%; max-height: 76%; }
    .logo-showcase-card h3 { margin: 7px 0 0; font-size: .72rem; line-height: 1.35; }
    .logo-showcase-card a { font-size: .76rem; }
    .showcase-more-arrow { width: 100%; min-width: 0; min-height: 42px; margin-top: 12px; font-size: .84rem; }
    .showcase-more-arrow b { font-size: 1rem; }
    .logo-more { margin-top: 10px; }
    .logo-more summary, .logo-more-link { width: 100%; min-height: 42px; border-radius: 12px; font-size: .84rem; }
    .logo-more[open] summary { margin-bottom: 10px; }
    .contracts-bottom { padding-top: 44px; }
    .organization-modal { padding: 10px; align-items: end; }
    .organization-modal-panel { max-height: 90vh; border-radius: 18px 18px 0 0; }
    .organization-modal-panel header { padding: 18px 16px 12px; grid-template-columns: 110px 1fr; gap: 12px; }
    .organization-modal-panel header .logo-showcase-box { width: 92px; height: 68px; }
    .organization-modal-panel h2 { font-size: 1.15rem; }
    .organization-modal-scroll { width: calc(100% - 32px); margin: 0 16px 13px; min-height: 40px; font-size: .82rem; }
    .organization-modal-gallery { padding: 0 16px 18px; gap: 11px; }
    .organization-modal-gallery img { max-height: 260px; }
    .organization-images-admin { grid-template-columns: 1fr 1fr; padding: 12px; }
}

@media (max-width: 580px) {
    .clients-directory .logo-showcase-panel {
        overflow: hidden;
    }

    .clients-directory .desktop-logo-grid,
    .clients-directory .desktop-logo-more {
        display: none !important;
    }

    .clients-directory .mobile-logo-strip {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 8px !important;
        direction: rtl;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        padding: 2px 2px 8px !important;
        margin: 0 -2px !important;
        -webkit-overflow-scrolling: touch;
    }

    .clients-directory .mobile-logo-strip::-webkit-scrollbar {
        display: none;
    }

    .clients-directory .mobile-logo-strip .logo-showcase-card {
        flex: 0 0 calc((100% - 16px) / 3) !important;
        width: calc((100% - 16px) / 3) !important;
        min-width: calc((100% - 16px) / 3) !important;
        min-height: 122px !important;
        padding: 5px !important;
        border-radius: 12px !important;
        scroll-snap-align: start;
        display: grid !important;
        align-content: start;
        text-align: center;
    }

    .clients-directory .mobile-logo-strip .logo-showcase-box {
        width: 100% !important;
        height: 94px !important;
        padding: 3px !important;
        border-radius: 10px !important;
        background: rgba(3, 12, 34, .72) !important;
    }

    .clients-directory .mobile-logo-strip .logo-showcase-box img {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        object-fit: contain !important;
        object-position: center !important;
        background: transparent !important;
    }

    .clients-directory .mobile-logo-strip .logo-showcase-card h3 {
        margin-top: 5px !important;
        font-size: .6rem !important;
        line-height: 1.3 !important;
        white-space: normal;
    }

    .mobile-scroll-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
    }

    .mobile-scroll-dots button {
        width: 7px;
        height: 7px;
        padding: 0;
        border-radius: 999px;
        background: rgba(255, 255, 255, .38);
        cursor: pointer;
        transition: .2s;
    }

    .mobile-scroll-dots button.active {
        width: 22px;
        background: var(--gradient);
        box-shadow: 0 0 12px rgba(4, 200, 255, .32);
    }

    .contract-showcase .desktop-contract-grid {
        display: none !important;
    }

    .contract-mobile-panel {
        padding: 10px !important;
        border-radius: 16px !important;
        overflow: hidden;
    }

    .contract-showcase .mobile-contract-strip {
        display: flex !important;
        gap: 8px !important;
        direction: rtl;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        padding: 2px 2px 8px !important;
        margin-inline: -2px !important;
        -webkit-overflow-scrolling: touch;
    }

    .contract-showcase .mobile-contract-strip::-webkit-scrollbar {
        display: none;
    }

    .contract-showcase .mobile-contract-strip .contract-showcase-card {
        flex: 0 0 calc((100% - 16px) / 3) !important;
        width: calc((100% - 16px) / 3) !important;
        min-width: calc((100% - 16px) / 3) !important;
        min-height: 122px !important;
        scroll-snap-align: start;
        border-radius: 12px !important;
    }

    .contract-showcase .mobile-contract-strip .contract-showcase-card img {
        min-height: 94px !important;
        height: 94px !important;
        object-fit: cover !important;
    }

    .contract-showcase .mobile-contract-strip .contract-showcase-card figcaption {
        inset-inline: 5px !important;
        bottom: 5px !important;
        padding: 5px !important;
        border-radius: 8px !important;
    }

    .contract-showcase .mobile-contract-strip .contract-showcase-card figcaption span {
        display: none !important;
    }

    .contract-showcase .mobile-contract-strip .contract-showcase-card figcaption strong {
        font-size: .58rem !important;
        line-height: 1.3 !important;
    }
}

/* Hero image slider */
.hero-art .hero-slide { opacity: 0; transition: opacity .9s ease; }
.hero-art .hero-slide.is-active { opacity: 1; }
.hero-art::after { z-index: 2; }
.hero-dots {
    position: absolute;
    bottom: 16px;
    inset-inline: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 3;
}
.hero-dots button {
    width: 9px;
    height: 9px;
    border-radius: 999px;
    border: none;
    padding: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, .35);
    transition: background .3s ease, width .3s ease;
}
.hero-dots button.is-active {
    width: 24px;
    background: linear-gradient(90deg, #08bfff, #ee24da);
}
