@charset "UTF-8";

:root {
    --bg: #0b1020;
    --panel: #0f1730;
    --panel-2: #0c1429;
    --text: rgba(255, 255, 255, 0.92);
    --muted: rgba(255, 255, 255, 0.7);
    --muted-2: rgba(255, 255, 255, 0.55);
    --border: rgba(255, 255, 255, 0.12);
    --gold: #d6a63a;
    --gold-2: #c79b33;
    --shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
    --shadow-soft: 0 16px 38px rgba(16, 32, 63, 0.08);
    --shadow-soft-lg: 0 22px 48px rgba(16, 32, 63, 0.1);
    --radius: 18px;
    --radius-lg: 26px;
    --max: 1220px;
}

* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body.site-body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    background: radial-gradient(1200px 800px at 15% 0%, rgba(214, 166, 58, 0.08), transparent 60%),
        radial-gradient(900px 700px at 90% 20%, rgba(94, 134, 255, 0.09), transparent 60%),
        var(--bg);
    color: var(--text);
    line-height: 1.6;
}

html {
    scroll-behavior: smooth;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 22px;
}

.site-topbar {
    position: sticky;
    top: 0;
    z-index: 55;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(180deg, rgba(5, 10, 24, 0.94), rgba(7, 15, 34, 0.88));
    backdrop-filter: blur(14px);
}

.topbar-inner {
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.topbar-copy {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topbar-copy,
.topbar-meta {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.58);
}

.topbar-pill {
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0b1020;
    background: linear-gradient(135deg, var(--gold), #f4d88b);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    box-shadow: 0 8px 18px rgba(214, 166, 58, 0.18);
}

.topbar-copy-text {
    color: rgba(255, 255, 255, 0.82);
}

.topbar-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(7, 12, 26, 0.96), rgba(7, 12, 26, 0.88));
    backdrop-filter: blur(14px);
}

.header-shell {
    position: relative;
    border: 0;
    border-radius: 0;
    backdrop-filter: none;
    background: transparent;
    box-shadow: none;
    overflow: visible;
}

.header-shell::before {
    content: none;
}

.header-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    gap: 18px;
    padding: 0;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.brand-badge {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #0b1020;
    background: linear-gradient(135deg, var(--gold), #f3d07d);
    box-shadow: 0 12px 26px rgba(214, 166, 58, 0.28);
}

.brand-badge-logo {
    width: 64px;
    height: 64px;
    padding: 6px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(214, 166, 58, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 999px;
}

.brand-copy {
    display: grid;
    gap: 4px;
}

.brand-overline {
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 700;
}

.brand-title {
    font-size: 17px;
    font-weight: 850;
    letter-spacing: 0.03em;
}

.brand-mark {
    font-weight: 800;
    font-size: 18px;
    color: var(--gold);
}

.brand-name {
    font-weight: 600;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.84);
}

.nav {
    display: none;
    gap: 10px;
    align-items: center;
}

.nav-link {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
    transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
    border: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.02);
}

.nav-link:hover {
    color: rgba(255, 255, 255, 0.98);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.header-cta {
    flex: 0 0 auto;
    box-shadow: 0 14px 30px rgba(214, 166, 58, 0.18);
}

.mobile-menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
}

.mobile-menu-toggle-line {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-nav {
    display: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.02em;
    border: 1px solid transparent;
    transition: transform 140ms ease, background 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease;
    user-select: none;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.btn:active {
    transform: translateY(1px);
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #0b1020;
    box-shadow: 0 14px 30px rgba(214, 166, 58, 0.22);
}

.btn-danger {
    background: linear-gradient(135deg, #d94747, #bf3434);
    border-color: #b92f2f;
    color: #fff;
    box-shadow: 0 12px 24px rgba(185, 47, 47, 0.22);
}

.btn-outline {
    border-color: rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.06);
}

.btn-pill {
    background: var(--btn-bg, rgba(255, 255, 255, 0.12));
    color: #0b1020;
    border-radius: 999px;
}

.hero {
    position: relative;
    overflow: hidden;
    min-height: 540px;
    display: grid;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-company {
    min-height: 620px;
}

.hero-media {
    position: absolute;
    inset: 0;
}

.hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    filter: saturate(0.95) contrast(1.1);
    transition: opacity 520ms ease, transform 900ms ease;
    will-change: opacity, transform;
}

.hero-media.is-sliding .hero-img {
    opacity: 0.34;
    transform: scale(1.06);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            90deg,
            rgba(11, 16, 32, 0.78),
            rgba(11, 16, 32, 0.44) 55%,
            rgba(11, 16, 32, 0.18)
        ),
        radial-gradient(900px 600px at 30% 20%, rgba(214, 166, 58, 0.14), transparent 62%);
}

.hero-content {
    position: relative;
    padding: 80px 22px;
}

.hero-home .hero-content {
    padding-top: 96px;
    padding-bottom: 96px;
}

.hero-home-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: end;
}

.hero-main {
    max-width: 700px;
}

.hero-kicker-row {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.hero-kicker-line {
    width: 54px;
    height: 1px;
    background: linear-gradient(90deg, rgba(214, 166, 58, 0.9), rgba(214, 166, 58, 0));
}

.hero-kicker {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.16em;
}

.hero-title {
    margin: 10px 0 10px;
    font-size: clamp(40px, 5.8vw, 68px);
    line-height: 0.96;
    letter-spacing: -0.045em;
    max-width: 720px;
    text-wrap: balance;
}

.hero-tagline {
    font-size: 19px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88);
    max-width: 560px;
}

.hero-lead {
    margin: 16px 0 0;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.8;
}

.hero-actions {
    margin-top: 22px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-story {
    margin-top: 34px;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.hero-story-badge {
    width: 54px;
    height: 54px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(214, 166, 58, 0.45);
    background: rgba(0, 0, 0, 0.28);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.hero-story-text {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.hero-trust-row {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 720px;
}

.hero-trust-chip {
    border-radius: 18px;
    padding: 16px 16px 15px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
}

.hero-trust-value {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
}

.hero-trust-label {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.68);
}

.hero-sector-row {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 680px;
}

.hero-sector-pill {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.hero-actions-wrap .btn {
    height: 42px;
    padding: 0 16px;
}

.company-hero-actions {
    max-width: 880px;
}

.company-hero-note {
    margin-top: 16px;
    max-width: 620px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.7;
}

.company-hero-pill {
    color: #0b1020;
    border-radius: 12px;
}

.company-hero-top {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 18px;
    align-items: center;
    max-width: 980px;
}

.company-logo,
.company-logo-fallback {
    width: 92px;
    height: 92px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: var(--shadow);
    display: grid;
    place-items: center;
    object-fit: cover;
}

.company-logo-fallback {
    font-size: 34px;
    font-weight: 800;
    color: var(--gold);
}

.section {
    padding: 72px 0;
}

[id] {
    scroll-margin-top: 112px;
}

.section-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 90%);
}

.section-light {
    background: #f7f8fb;
    color: #12203b;
}

.section-head {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 28px;
}

.section-eyebrow {
    font-size: 12px;
    letter-spacing: 0.16em;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.62);
}

.section-title {
    margin: 0;
    font-size: clamp(28px, 3vw, 34px);
    letter-spacing: -0.03em;
    line-height: 1.16;
    text-wrap: balance;
}

.section-title-dark {
    color: #10203f;
}

.section-eyebrow-dark {
    color: rgba(16, 32, 63, 0.58);
}

.section-head-row {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
}

.grid {
    display: grid;
    gap: 18px;
}

.cards {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.card {
    position: relative;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.26);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.card:hover {
    transform: translateY(-2px);
    border-color: rgba(214, 166, 58, 0.42);
    background: rgba(255, 255, 255, 0.08);
}

.division-cards .card {
    background: #fff;
    border: 1px solid rgba(15, 23, 48, 0.08);
    box-shadow: 0 16px 42px rgba(15, 23, 48, 0.08);
    color: #10203f;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.division-cards .card:hover {
    border-color: rgba(16, 32, 63, 0.16);
    background: #fff;
}

.division-cards .card.card-flip {
    padding: 0;
    overflow: hidden;
    display: block;
}

.division-cards .card-flip-inner {
    position: relative;
    height: 100%;
    min-height: 340px;
    transform-style: preserve-3d;
}

.division-cards .card-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    display: flex;
    flex-direction: column;
}

.division-cards .card-front {
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 26px 22px;
    text-align: center;
}

.division-cards .card-front .card-icon {
    width: 210px;
    height: 210px;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.division-cards .card-front .card-logo {
    width: 180px;
    height: 180px;
}

.division-cards .card-front .card-initials {
    font-size: 44px;
}

.division-cards .card-front .card-title {
    margin-top: 4px;
}

.division-cards .card-back {
    transform: rotateY(180deg);
    padding: 22px 22px 20px;
    gap: 16px;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.92);
    background: color-mix(in srgb, var(--card-accent) 88%, #08142a 12%);
}

.division-cards .card-back-body {
    display: grid;
    gap: 10px;
    text-align: center;
    padding: 18px 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.division-cards .card-back .card-title {
    color: #fff;
}

.division-cards .card-back .card-desc {
    color: rgba(255, 255, 255, 0.72);
}

.division-cards .card-back .card-cta-colored {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: color-mix(in srgb, var(--card-accent) 78%, #08142a 22%);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.division-cards .card-back .card-cta-colored:hover {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 22px 46px rgba(0, 0, 0, 0.2);
}

.card-back-logo {
    width: 88px;
    height: 88px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.card-back-logo-img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
    border-radius: 999px;
}

.card-back-logo-fallback {
    font-weight: 900;
    font-size: 30px;
    color: #fff;
}

.card-desc-back {
    font-size: 13px;
    line-height: 1.7;
}

.division-cards .card-back .card-cta {
    margin-top: 0;
    width: 100%;
}

@media (hover: hover) and (pointer: fine) {
    .division-cards .card.card-flip {
        perspective: 1200px;
        transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    }
    .division-cards .card.card-flip:hover {
        transform: translateY(-6px);
        border-color: color-mix(in srgb, var(--card-accent) 28%, rgba(16, 32, 63, 0.16));
        box-shadow: 0 26px 60px rgba(15, 23, 48, 0.18);
    }
    .division-cards .card.card-flip .card-flip-inner {
        transition: transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
    }
    .division-cards .card.card-flip:hover .card-flip-inner {
        transform: rotateY(180deg);
    }
}

@media (hover: none) {
    .division-cards .card-face {
        position: relative;
        transform: none;
    }
    .division-cards .card-front {
        display: none;
    }
    .division-cards .card-back {
        display: flex;
    }
}

.card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: rgba(214, 166, 58, 0.12);
    border: 1px solid rgba(214, 166, 58, 0.22);
}

.card-icon-colored {
    background: color-mix(in srgb, var(--card-accent) 12%, white);
    border-color: color-mix(in srgb, var(--card-accent) 18%, white);
}

.card-logo {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.card-initials {
    font-weight: 800;
    font-size: 22px;
    color: var(--gold);
}

.card-icon-colored .card-initials {
    color: var(--card-accent);
}

.card-body {
    margin-top: 16px;
    display: grid;
    gap: 8px;
}

.card-title {
    font-weight: 800;
    letter-spacing: -0.02em;
    font-size: 21px;
    line-height: 1.28;
}

.division-cards .card-title {
    color: #10203f;
}

.card-sub {
    font-weight: 650;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.division-cards .card-sub {
    color: rgba(16, 32, 63, 0.66);
}

.card-desc {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.6;
}

.division-cards .card-desc {
    color: rgba(16, 32, 63, 0.62);
}

.card-cta {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 750;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.card-cta-colored {
    padding: 10px 14px;
    border-radius: 12px;
    background: var(--card-accent);
    color: #fff;
    letter-spacing: 0.02em;
    text-transform: none;
    justify-content: center;
}

.card-footer {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.division-cards .card-footer {
    margin-top: auto;
    padding-top: 18px;
    border-top: 1px solid rgba(16, 32, 63, 0.08);
    justify-content: flex-end;
}

.card-meta {
    color: rgba(16, 32, 63, 0.46);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.about-home-grid,
.about-intro-grid,
.journey-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
}

.about-intro-grid,
.journey-grid {
    align-items: center;
}

.about-intro-grid {
    max-width: 1040px;
}

.about-modern {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 34px;
    padding: 34px;
    background:
        radial-gradient(760px 460px at 0% 0%, rgba(30, 79, 214, 0.16), transparent 60%),
        radial-gradient(680px 420px at 100% 18%, rgba(214, 166, 58, 0.18), transparent 60%),
        linear-gradient(135deg, #ffffff 0%, #f6f9ff 52%, #eef4ff 100%);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: 0 24px 80px rgba(16, 32, 63, 0.08);
}

.about-modern::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0.46)),
        linear-gradient(90deg, rgba(16, 32, 63, 0.04) 1px, transparent 1px),
        linear-gradient(rgba(16, 32, 63, 0.03) 1px, transparent 1px);
    background-size: auto, 34px 34px, 34px 34px;
    mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.92), transparent 94%);
    pointer-events: none;
    z-index: -1;
}

.about-modern-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 26px;
    align-items: start;
}

.about-modern-story {
    position: relative;
    padding: 8px 4px 8px 0;
}

.about-modern-story .section-title {
    margin-bottom: 0;
}

.about-modern-callout {
    margin: 18px 0 16px;
    border-radius: 22px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 14px;
    align-items: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(16, 32, 63, 0.1);
    box-shadow: 0 18px 46px rgba(16, 32, 63, 0.06);
}

.about-modern-callout-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #0d285f, #1e4fd6);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(30, 79, 214, 0.24);
}

.about-modern-callout-copy {
    color: rgba(16, 32, 63, 0.74);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 650;
}

.about-modern-lead {
    margin: 0;
    color: rgba(16, 32, 63, 0.72);
    line-height: 1.85;
    font-size: 15px;
    max-width: 640px;
}

.about-modern-actions {
    margin-top: 22px;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.about-modern-values {
    border-radius: 28px;
    padding: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 255, 0.92)),
        radial-gradient(320px 160px at 100% 0%, rgba(30, 79, 214, 0.09), transparent 72%);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 18px 46px rgba(16, 32, 63, 0.07);
}

.about-modern-values-kicker {
    font-size: 12px;
    letter-spacing: 0.16em;
    font-weight: 850;
    color: rgba(16, 32, 63, 0.58);
    text-transform: uppercase;
}

.about-modern-cards {
    margin-top: 14px;
    display: grid;
    gap: 12px;
}

.about-modern-card {
    border-radius: 22px;
    padding: 16px 16px 16px 14px;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
    align-items: start;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: 0 16px 44px rgba(16, 32, 63, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.about-modern-card:hover {
    transform: translateY(-2px);
    border-color: color-mix(in srgb, var(--about-accent) 38%, rgba(16, 32, 63, 0.1));
    box-shadow: 0 22px 60px rgba(16, 32, 63, 0.1);
}

.about-modern-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--about-accent);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 12px 24px color-mix(in srgb, var(--about-accent) 32%, transparent);
}

.about-modern-card-body {
    display: grid;
    gap: 6px;
}

.about-modern-card-title {
    font-weight: 850;
    color: #10203f;
}

.about-modern-card-copy {
    color: rgba(16, 32, 63, 0.68);
    line-height: 1.7;
    font-size: 14px;
}

.journey-visual-panel {
    position: relative;
    min-height: 520px;
}

.journey-visual-main {
    position: relative;
    height: 520px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid rgba(16, 32, 63, 0.1);
    box-shadow: 0 24px 60px rgba(16, 32, 63, 0.12);
}

.journey-visual-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(8, 16, 38, 0.06), rgba(8, 16, 38, 0.3));
}

.journey-visual-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.journey-visual-copy {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 1;
    border-radius: 22px;
    padding: 18px 20px;
    background: rgba(8, 16, 38, 0.52);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 42px rgba(16, 32, 63, 0.14);
}

.journey-visual-kicker {
    color: rgba(255, 255, 255, 0.58);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.journey-visual-title {
    margin-top: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -0.02em;
    line-height: 1.5;
}

.journey-visual-thumb {
    position: absolute;
    width: 168px;
    height: 168px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    background: rgba(255, 255, 255, 0.08);
}

.journey-visual-thumb-one {
    top: 24px;
    right: -18px;
}

.journey-visual-thumb-two {
    left: -18px;
    bottom: 118px;
}

.journey-visual-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-home-band {
    margin: 18px 0 18px;
    border-radius: 22px;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    align-items: center;
    background: linear-gradient(135deg, rgba(7, 42, 103, 0.05), rgba(214, 166, 58, 0.08));
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: 0 16px 34px rgba(16, 32, 63, 0.06);
}

.about-home-band-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #0d285f, #1e4fd6);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 14px 28px rgba(30, 79, 214, 0.24);
}

.about-home-band-copy {
    color: rgba(16, 32, 63, 0.72);
    font-size: 14px;
    line-height: 1.75;
    font-weight: 600;
}

.about-pill-list {
    margin: 28px 0;
    display: grid;
    gap: 14px;
}

.about-pill-list-colored {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.about-pill {
    padding-left: 18px;
    border-left: 3px solid #d6a63a;
}

.about-pill-card {
    padding: 18px 18px 18px 16px;
    border-left: 0;
    border-radius: 22px;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
    align-items: start;
    background: color-mix(in srgb, var(--about-accent) 8%, white);
    border: 1px solid color-mix(in srgb, var(--about-accent) 18%, white);
    box-shadow: 0 14px 34px rgba(16, 32, 63, 0.06);
}

.about-pill-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--about-accent);
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 12px 24px color-mix(in srgb, var(--about-accent) 32%, transparent);
}

.about-pill-content {
    display: grid;
    gap: 6px;
}

.about-pill-title {
    font-weight: 850;
    color: #10203f;
}

.about-pill-copy {
    margin-top: 6px;
    color: rgba(16, 32, 63, 0.68);
    line-height: 1.7;
    font-size: 14px;
}

.timeline-shell {
    border-radius: 28px;
    padding: 28px;
    background: linear-gradient(180deg, #ffffff, #f4f7fc);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: 0 22px 60px rgba(16, 32, 63, 0.08);
    min-height: 100%;
}

.section-journey {
    background: linear-gradient(180deg, #eef3fb, #f7f8fb);
    padding: 56px 0;
}

.journey-steps-shell {
    border-radius: 38px;
    padding: 28px;
    background:
        radial-gradient(520px 260px at 100% 0%, rgba(214, 166, 58, 0.16), transparent 62%),
        radial-gradient(520px 260px at 0% 100%, rgba(30, 79, 214, 0.14), transparent 62%),
        linear-gradient(180deg, #ffffff, #f2f6fc);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: 0 26px 76px rgba(16, 32, 63, 0.08);
}

.journey-steps-head {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
    max-width: 760px;
}

.journey-steps-copy {
    margin: 0;
    color: rgba(16, 32, 63, 0.68);
    font-size: 14px;
    line-height: 1.75;
}

.journey-steps-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    align-items: end;
}

.journey-step {
    position: relative;
    border-radius: 22px;
    padding: 18px 18px 16px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: 0 16px 44px rgba(16, 32, 63, 0.08);
    transform: translateY(calc(var(--step-index) * -18px));
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.journey-step:hover {
    transform: translateY(calc(var(--step-index) * -18px - 4px));
    border-color: rgba(16, 32, 63, 0.16);
    box-shadow: 0 22px 60px rgba(16, 32, 63, 0.12);
}

.journey-step-year {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0b1020;
    background: linear-gradient(135deg, var(--gold), #f4d88b);
    box-shadow: 0 14px 28px rgba(214, 166, 58, 0.16);
}

.journey-step-title {
    margin-top: 12px;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: #10203f;
    font-size: 16px;
}

.journey-step-copy {
    margin-top: 10px;
    color: rgba(16, 32, 63, 0.68);
    line-height: 1.75;
    font-size: 13px;
}

.journey-band {
    position: relative;
    border-radius: 40px;
    padding: 30px;
    background:
        radial-gradient(520px 280px at 100% 0%, rgba(214, 166, 58, 0.14), transparent 60%),
        radial-gradient(520px 280px at 0% 100%, rgba(30, 79, 214, 0.12), transparent 62%),
        linear-gradient(180deg, #ffffff, #f2f6fc);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: 0 28px 80px rgba(16, 32, 63, 0.08);
    overflow: hidden;
}

.journey-band::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
}

.journey-band-head,
.journey-grid {
    position: relative;
    z-index: 1;
}

.journey-band-head {
    display: grid;
    gap: 14px;
    margin-bottom: 28px;
}

.journey-band-copy {
    margin: 0;
    max-width: 760px;
    color: rgba(16, 32, 63, 0.68);
    font-size: 15px;
    line-height: 1.85;
}

.journey-visual-stats {
    position: absolute;
    left: 22px;
    right: 90px;
    bottom: 22px;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.journey-visual-stat {
    border-radius: 18px;
    padding: 16px 18px;
    background: rgba(8, 16, 38, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
    display: grid;
    gap: 6px;
}

.journey-visual-stat strong {
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -0.03em;
}

.journey-visual-stat span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.timeline-shell-head {
    margin-bottom: 22px;
}

.timeline-shell-kicker {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(16, 32, 63, 0.5);
}

.timeline-shell-title {
    margin-top: 8px;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 850;
    color: #10203f;
}

.timeline-panel {
    position: relative;
    display: grid;
    gap: 22px;
}

.timeline-panel::before {
    content: "";
    position: absolute;
    left: 78px;
    top: 6px;
    bottom: 6px;
    width: 2px;
    background: linear-gradient(180deg, rgba(214, 166, 58, 0.2), rgba(16, 32, 63, 0.18));
}

.timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 58px 40px 1fr;
    align-items: start;
    gap: 12px;
}

.timeline-panel-cards {
    gap: 18px;
}

.timeline-panel-cards::before {
    left: 92px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(180deg, rgba(214, 166, 58, 0.28), rgba(30, 79, 214, 0.2));
}

.timeline-item-card {
    gap: 16px;
    grid-template-columns: 72px 42px 1fr;
    padding: 18px 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(16, 32, 63, 0.07);
    box-shadow: 0 14px 34px rgba(16, 32, 63, 0.08);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.timeline-item-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 44px rgba(16, 32, 63, 0.12);
    border-color: rgba(214, 166, 58, 0.24);
}

.timeline-year {
    padding-top: 2px;
    font-size: 12px;
    font-weight: 800;
    color: #10203f;
    min-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(214, 166, 58, 0.12);
    border: 1px solid rgba(214, 166, 58, 0.18);
}

.timeline-dot {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #d6a63a;
    border: 4px solid #f7f8fb;
    box-shadow: 0 0 0 2px rgba(214, 166, 58, 0.24);
    margin-top: 2px;
    margin-left: 12px;
    z-index: 1;
}

.timeline-item-card .timeline-dot {
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-left: 13px;
    border-width: 5px;
    box-shadow: 0 0 0 3px rgba(214, 166, 58, 0.18);
}

.timeline-title {
    font-weight: 850;
    color: #10203f;
    font-size: 17px;
}

.timeline-copy {
    margin-top: 6px;
    color: rgba(16, 32, 63, 0.66);
    font-size: 14px;
    line-height: 1.8;
}

.timeline-item-card .timeline-title {
    font-size: 20px;
    letter-spacing: -0.02em;
}

.timeline-item-card .timeline-copy {
    font-size: 14px;
    line-height: 1.85;
}

.page-hero {
    padding: 56px 0 22px;
}

.page-hero-title {
    margin: 10px 0 0;
    font-size: 42px;
    letter-spacing: -0.03em;
}

.page-hero-kicker {
    font-size: 12px;
    letter-spacing: 0.16em;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.62);
}

.page-hero-sub {
    margin-top: 12px;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

.legal-grid {
    display: grid;
    gap: 18px;
}

.legal-card {
    border-radius: var(--radius-lg);
    padding: 22px 24px;
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.legal-card-title {
    color: #10203f;
    font-size: 21px;
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 850;
}

.legal-card-copy {
    margin-top: 10px;
    color: rgba(16, 32, 63, 0.72);
    font-size: 15px;
    line-height: 1.85;
}

.legal-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.page-hero-corporate {
    padding: 78px 0 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(760px 320px at 0% 0%, rgba(214, 166, 58, 0.14), transparent 58%),
        radial-gradient(840px 360px at 100% 20%, rgba(30, 79, 214, 0.16), transparent 60%);
}

.about-page-shell {
    display: grid;
    gap: 26px;
}

.contact-page-shell {
    display: grid;
    gap: 24px;
}

.contact-page-intro {
    max-width: 760px;
}

.contact-page-copy {
    margin: 16px 0 0;
    color: rgba(16, 32, 63, 0.72);
    font-size: 15px;
    line-height: 1.85;
}

.contact-page-grid {
    align-items: stretch;
}

.contact-page-map-card {
    min-height: 100%;
}

.contact-support-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
}

.contact-support-card {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.contact-support-card::after {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: var(--contact-support-accent);
}

.contact-support-icon {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--contact-support-accent);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 16px 28px rgba(16, 32, 63, 0.12);
}

.contact-support-title {
    margin-top: 16px;
    color: #10203f;
    font-size: 21px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.contact-support-copy {
    margin-top: 10px;
    color: rgba(16, 32, 63, 0.72);
    font-size: 14px;
    line-height: 1.8;
}

.about-page-intro {
    display: grid;
    gap: 22px;
}

.about-page-story,
.about-page-highlight-card,
.about-page-principle,
.about-team-card,
.director-message-card,
.director-note-card {
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.about-page-story {
    padding: 28px;
}

.about-page-copy {
    margin: 16px 0 0;
    color: rgba(16, 32, 63, 0.74);
    font-size: 15px;
    line-height: 1.85;
}

.about-page-copy-large {
    font-size: 17px;
    line-height: 1.9;
}

.about-page-actions {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.about-page-highlight-card {
    padding: 28px;
    color: #fff;
    background:
        linear-gradient(160deg, rgba(255, 255, 255, 0.08), transparent 35%),
        radial-gradient(420px 220px at 100% 0%, rgba(214, 166, 58, 0.2), transparent 68%),
        linear-gradient(180deg, #0f295d, #071b47);
    box-shadow: 0 22px 54px rgba(7, 27, 71, 0.22);
}

.about-page-highlight-kicker {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.64);
}

.about-page-highlight-title {
    margin-top: 12px;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.about-page-highlight-list {
    margin-top: 22px;
    display: grid;
    gap: 14px;
}

.about-page-highlight-item {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 14px;
    align-items: start;
    color: rgba(255, 255, 255, 0.82);
}

.about-page-highlight-icon {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    color: #0b1020;
    background: linear-gradient(135deg, #f4d88b, #d6a63a);
    box-shadow: 0 14px 28px rgba(214, 166, 58, 0.22);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.about-page-principles {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.about-page-principle {
    padding: 24px 22px;
    position: relative;
    overflow: hidden;
}

.about-page-principle::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.62), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.about-page-principle::after {
    content: "";
    position: absolute;
    inset: auto 18px 0 18px;
    height: 4px;
    border-radius: 999px 999px 0 0;
    background: var(--about-page-accent);
}

.about-page-principle-icon {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--about-page-accent);
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 16px 28px rgba(16, 32, 63, 0.14);
}

.about-page-principle-eyebrow {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(16, 32, 63, 0.54);
}

.about-page-principle-title {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    color: #10203f;
    font-size: 23px;
    line-height: 1.18;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.about-page-principle-copy {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    color: rgba(16, 32, 63, 0.72);
    font-size: 15px;
    line-height: 1.8;
}

.about-team-section {
    padding-top: 0;
}

.about-team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.about-team-card {
    overflow: hidden;
}

.about-team-image {
    width: 100%;
    height: 270px;
    object-fit: cover;
    display: block;
}

.about-team-body {
    padding: 20px 20px 22px;
}

.about-team-role {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(16, 32, 63, 0.52);
}

.about-team-title {
    margin-top: 10px;
    color: #10203f;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.about-team-copy {
    margin-top: 10px;
    color: rgba(16, 32, 63, 0.72);
    font-size: 14px;
    line-height: 1.8;
}

.about-page-bottom-cta {
    margin-top: 28px;
    padding: 24px 26px;
    border-radius: 28px;
    background:
        radial-gradient(320px 180px at 100% 0%, rgba(214, 166, 58, 0.16), transparent 70%),
        linear-gradient(180deg, #0b234f, #071938);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 24px 52px rgba(7, 25, 56, 0.2);
}

.about-page-bottom-kicker {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.62);
}

.about-page-bottom-title {
    margin-top: 8px;
    font-size: 28px;
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -0.04em;
    max-width: 560px;
}

.about-content-section {
    padding-top: 0;
}

.about-content-shell {
    display: grid;
    gap: 22px;
}

.about-journey-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-journey-card,
.about-history-card {
    padding: 24px 24px 22px;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.about-journey-eyebrow,
.about-history-kicker {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(16, 32, 63, 0.56);
}

.about-journey-title {
    margin-top: 10px;
    color: #10203f;
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    font-weight: 850;
}

.about-journey-copy {
    margin-top: 12px;
    color: rgba(16, 32, 63, 0.74);
    font-size: 15px;
    line-height: 1.82;
}

.about-history-layout,
.about-presence-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.about-history-card-accent {
    background:
        radial-gradient(280px 180px at 100% 0%, rgba(214, 166, 58, 0.18), transparent 72%),
        linear-gradient(180deg, #0d2554, #081a3d);
    color: #fff;
    box-shadow: 0 22px 52px rgba(8, 26, 61, 0.2);
}

.about-history-card-accent .about-history-kicker {
    color: rgba(255, 255, 255, 0.66);
}

.about-history-card-accent .section-title-dark {
    color: #fff;
}

.about-history-list {
    margin-top: 18px;
    display: grid;
    gap: 12px;
}

.about-history-item,
.about-strength-item {
    position: relative;
    padding-left: 18px;
    color: rgba(16, 32, 63, 0.76);
    font-size: 15px;
    line-height: 1.75;
}

.about-history-item::before,
.about-strength-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #d6a63a, #f2d37a);
    box-shadow: 0 6px 14px rgba(214, 166, 58, 0.18);
}

.about-founder-quote {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
}

.about-founder-signoff {
    margin-top: 18px;
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: #f4d88b;
}

.about-strength-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
}

.about-vision-card,
.about-service-card,
.about-goals-panel,
.about-team-story-card,
.about-board-copy-card {
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.about-vision-card {
    padding: 26px 28px;
}

.about-vision-gallery {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-vision-visual,
.about-goals-visual {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.about-vision-image,
.about-goals-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-service-shell {
    display: grid;
    gap: 20px;
}

.about-service-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.about-service-card {
    padding: 22px 22px 20px;
}

.about-service-card-title {
    color: #10203f;
    font-size: 20px;
    font-weight: 850;
    line-height: 1.22;
    letter-spacing: -0.02em;
}

.about-service-card-copy {
    margin-top: 10px;
    color: rgba(16, 32, 63, 0.72);
    font-size: 14px;
    line-height: 1.8;
}

.about-goals-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 20px;
    align-items: stretch;
}

.about-goals-panel {
    padding: 24px 24px 22px;
    background:
        linear-gradient(180deg, rgba(214, 166, 58, 0.16), rgba(214, 166, 58, 0.06)),
        #fff;
}

.about-goal-item {
    color: rgba(16, 32, 63, 0.76);
    font-size: 15px;
    line-height: 1.82;
}

.about-goal-item + .about-goal-item {
    margin-top: 14px;
}

.about-goals-visual {
    min-height: 100%;
}

.about-team-story-card {
    padding: 26px 28px;
    margin-bottom: 20px;
}

.about-board-shell {
    margin-top: 22px;
    display: grid;
    gap: 18px;
}

.about-board-copy-card {
    padding: 24px 26px;
    background:
        linear-gradient(180deg, rgba(16, 32, 63, 0.05), rgba(16, 32, 63, 0.01)),
        #fff;
}

.about-board-kicker {
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(16, 32, 63, 0.56);
}

.about-board-copy {
    margin-top: 10px;
    color: rgba(16, 32, 63, 0.74);
    font-size: 15px;
    line-height: 1.85;
}

.about-board-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.about-team-image-board {
    height: 220px;
}

.director-desk-shell {
    display: grid;
    gap: 24px;
    align-items: start;
}

.director-desk-media {
    position: relative;
}

.director-desk-image-wrap {
    position: relative;
    height: 480px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--shadow-soft-lg);
}

.director-desk-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 25, 56, 0.02), rgba(7, 25, 56, 0.2));
}

.director-desk-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.director-desk-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(7, 25, 56, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 16px 28px rgba(7, 25, 56, 0.18);
}

.director-desk-content {
    display: grid;
    gap: 16px;
}

.director-message-card {
    position: relative;
    padding: 26px 26px 24px;
}

.director-message-mark {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 68px;
    line-height: 1;
    color: rgba(214, 166, 58, 0.18);
    font-weight: 900;
}

.director-message-copy {
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(16, 32, 63, 0.74);
    font-size: 15px;
    line-height: 1.9;
}

.director-message-copy + .director-message-copy {
    margin-top: 14px;
}

.director-message-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 22px;
}

.director-profile-card {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.director-profile-card::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--director-accent);
}

.director-profile-media {
    position: absolute;
    inset: 0 0 auto 0;
    height: 320px;
    overflow: hidden;
}

.director-profile-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 25, 56, 0.02), rgba(7, 25, 56, 0.28));
}

.director-profile-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 280ms ease;
}

.director-profile-body {
    position: relative;
    padding: 286px 24px 24px;
    min-height: 100%;
}

.director-profile-signature {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 14px;
    align-items: center;
    margin-top: -26px;
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(var(--director-accent-rgb, 214, 166, 58), 0.18);
    box-shadow: 0 18px 34px rgba(16, 32, 63, 0.12);
    backdrop-filter: blur(10px);
}

.director-profile-initials {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--director-accent), rgba(16, 32, 63, 0.88));
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.08em;
    box-shadow: 0 16px 28px rgba(16, 32, 63, 0.16);
}

.director-profile-signature-copy {
    display: grid;
    gap: 4px;
}

.director-profile-name {
    position: relative;
    color: #10203f;
    font-size: 22px;
    font-weight: 850;
    line-height: 1.16;
    letter-spacing: -0.03em;
}

.director-profile-role {
    color: rgba(16, 32, 63, 0.64);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
}

.director-profile-quote-mark {
    margin-top: 18px;
    font-size: 54px;
    line-height: 0.8;
    font-weight: 900;
    color: rgba(var(--director-accent-rgb, 214, 166, 58), 0.18);
}

.director-profile-message {
    position: relative;
    z-index: 1;
    margin-top: 6px;
    color: rgba(16, 32, 63, 0.72);
    font-size: 14px;
    line-height: 1.8;
}

.director-profile-card:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--director-accent-rgb, 214, 166, 58), 0.22);
    box-shadow: 0 24px 46px rgba(16, 32, 63, 0.16);
}

.director-profile-card:hover .director-profile-image {
    transform: scale(1.05);
}

.director-profile-card:nth-child(1) {
    --director-accent-rgb: 214, 166, 58;
}

.director-profile-card:nth-child(2) {
    --director-accent-rgb: 30, 79, 214;
}

.director-profile-card:nth-child(3) {
    --director-accent-rgb: 32, 192, 92;
}

.director-profile-card:nth-child(4) {
    --director-accent-rgb: 139, 92, 246;
}

.director-page-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

@media (min-width: 980px) {
    .about-page-intro {
        grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    }

    .about-content-shell {
        gap: 24px;
    }

    .director-desk-shell {
        grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    }

    .director-message-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .page-hero-corporate {
        padding: 62px 0 30px;
    }

    .about-page-story,
    .about-page-highlight-card,
    .about-page-principle,
    .about-team-body,
    .director-message-card,
    .director-profile-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .about-page-highlight-title,
    .about-page-bottom-title {
        font-size: 24px;
    }

    .about-page-copy-large {
        font-size: 16px;
    }

    .about-journey-grid,
    .about-history-layout,
    .about-presence-grid,
    .about-vision-gallery,
    .about-service-grid,
    .about-goals-shell,
    .about-board-grid,
    .about-strength-grid {
        grid-template-columns: 1fr;
    }

    .director-desk-image-wrap {
        height: 360px;
    }

    .director-profile-media {
        height: 260px;
    }

    .director-profile-body {
        padding-top: 228px;
    }

    .director-profile-signature {
        grid-template-columns: 52px 1fr;
        gap: 12px;
        margin-top: -18px;
        padding: 12px 14px;
    }

    .director-profile-initials {
        width: 52px;
        height: 52px;
        border-radius: 16px;
        font-size: 17px;
    }
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.company-about-hero {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 28px;
}

.company-about-lead {
    margin: 0;
    color: rgba(16, 32, 63, 0.72);
    font-size: 16px;
    line-height: 1.9;
}

.company-about-side {
    display: grid;
    gap: 16px;
}

.company-about-side-card {
    border-radius: 18px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: 0 12px 28px rgba(16, 32, 63, 0.06);
}

.company-about-side-title {
    color: #10203f;
    font-weight: 850;
}

.company-about-side-copy {
    margin-top: 8px;
    color: rgba(16, 32, 63, 0.68);
    line-height: 1.8;
    font-size: 14px;
}

.about-card {
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px;
}

.about-card-light {
    background: #fff;
    border-color: rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.about-title {
    font-weight: 850;
    margin-bottom: 10px;
}

.about-body {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    font-size: 14px;
}

.service-cards {
    grid-template-columns: 1fr;
}

.service-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.service-card-light {
    background: #fff;
    border-color: rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.service-media {
    height: 170px;
    overflow: hidden;
}

.service-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-body {
    padding: 16px 18px 18px;
    display: grid;
    gap: 8px;
}

.service-title {
    font-weight: 850;
    font-size: 21px;
    line-height: 1.28;
    letter-spacing: -0.02em;
}

.service-desc {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 13px;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
}

.why-item {
    border-radius: 18px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.why-item-light {
    background: #fff;
    border-color: rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.why-title {
    font-weight: 850;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.why-desc {
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.6;
    font-size: 13px;
}

.gallery-grid {
    grid-template-columns: 1fr;
}

.gallery-card {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.section-light .gallery-card {
    background: #fff;
    border-color: rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.gallery-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.gallery-meta {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gallery-caption {
    font-weight: 800;
}

.gallery-category {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.gallery-video {
    display: grid;
    place-items: center;
    height: 220px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}

.gallery-video-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(214, 166, 58, 0.16);
    border: 1px solid rgba(214, 166, 58, 0.3);
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 800;
    font-size: 12px;
    color: var(--gold);
}

.section-stats {
    padding: 40px 0;
}

.section-stats-home {
    position: relative;
    overflow: hidden;
    background: radial-gradient(800px 360px at 10% 0%, rgba(214, 166, 58, 0.22), transparent 62%),
        radial-gradient(900px 420px at 100% 40%, rgba(30, 79, 214, 0.28), transparent 60%),
        #072a67;
}

.section-stats-home::before,
.section-stats-home::after {
    content: "";
    position: absolute;
    inset: auto;
    border-radius: 999px;
    pointer-events: none;
    filter: blur(8px);
}

.section-stats-home::before {
    top: 34px;
    left: -60px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(214, 166, 58, 0.24), transparent 68%);
    animation: statsOrbDrift 12s ease-in-out infinite;
}

.section-stats-home::after {
    right: -40px;
    bottom: 18px;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(94, 134, 255, 0.24), transparent 70%);
    animation: statsOrbDrift 14s ease-in-out infinite reverse;
}

.stats-shell {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03) 38%, rgba(6, 20, 51, 0.24) 100%),
        rgba(255, 255, 255, 0.06);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.stats-shell::before,
.stats-shell::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.stats-shell::before {
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.14), transparent 28%, transparent 72%, rgba(255, 255, 255, 0.08));
    opacity: 0.55;
}

.stats-shell::after {
    top: -80px;
    right: -40px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(214, 166, 58, 0.2), transparent 68%);
}

.stats-shell-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.stats-shell-kicker {
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 900;
    color: #f4d88b;
    text-shadow: 0 0 24px rgba(214, 166, 58, 0.2);
}

.stats-shell-title {
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 900;
    letter-spacing: -0.04em;
    color: #fff;
    max-width: 520px;
    line-height: 1.05;
}

.stats-tiles {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.stat-tile {
    --stat-accent: #f4d88b;
    --stat-accent-rgb: 244, 216, 139;
    --stat-surface-top: rgba(255, 255, 255, 0.14);
    --stat-surface-bottom: rgba(255, 255, 255, 0.05);
    --stat-glow: rgba(255, 255, 255, 0.14);
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    padding: 20px 20px 18px;
    border: 1px solid rgba(var(--stat-accent-rgb), 0.2);
    background:
        linear-gradient(180deg, var(--stat-surface-top), var(--stat-surface-bottom)),
        radial-gradient(360px 220px at 20% 0%, var(--stat-glow), transparent 58%),
        rgba(0, 0, 0, 0.18);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
    animation: statTileFloat 8s ease-in-out infinite;
}

.stat-tile::before,
.stat-tile::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.stat-tile::before {
    inset: 0;
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.18), transparent 34%, transparent 72%, rgba(var(--stat-accent-rgb), 0.08));
    opacity: 0.95;
}

.stat-tile::after {
    top: 14px;
    right: -26px;
    width: 112px;
    height: 112px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(var(--stat-accent-rgb), 0.38), transparent 72%);
    opacity: 0.95;
}

.stat-tile:hover {
    transform: translateY(-6px);
    border-color: rgba(var(--stat-accent-rgb), 0.42);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.stat-tile:nth-child(1) {
    --stat-accent: #f4d88b;
    --stat-accent-rgb: 244, 216, 139;
    --stat-surface-top: rgba(244, 216, 139, 0.26);
    --stat-surface-bottom: rgba(104, 72, 10, 0.28);
    --stat-glow: rgba(244, 216, 139, 0.22);
    animation-delay: 0s;
}

.stat-tile:nth-child(2) {
    --stat-accent: #79c5ff;
    --stat-accent-rgb: 121, 197, 255;
    --stat-surface-top: rgba(121, 197, 255, 0.24);
    --stat-surface-bottom: rgba(16, 54, 120, 0.28);
    --stat-glow: rgba(121, 197, 255, 0.2);
    animation-delay: 0.8s;
}

.stat-tile:nth-child(3) {
    --stat-accent: #7cf0bf;
    --stat-accent-rgb: 124, 240, 191;
    --stat-surface-top: rgba(124, 240, 191, 0.24);
    --stat-surface-bottom: rgba(10, 86, 62, 0.28);
    --stat-glow: rgba(124, 240, 191, 0.2);
    animation-delay: 1.6s;
}

.stat-tile-clients .stat-tile-icon {
    border-radius: 18px;
}

.stat-tile-projects .stat-tile-icon {
    border-radius: 14px;
    transform: rotate(-4deg);
}

.stat-tile-team .stat-tile-icon {
    border-radius: 999px;
}

.stat-tile-icon {
    position: relative;
    z-index: 1;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(var(--stat-accent-rgb), 0.32), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(var(--stat-accent-rgb), 0.38);
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    box-shadow: 0 16px 28px rgba(var(--stat-accent-rgb), 0.16);
}

.stat-tile-icon svg {
    width: 24px;
    height: 24px;
}

.stat-tile-projects:hover .stat-tile-icon {
    transform: rotate(0deg) translateY(-1px);
}

.stat-tile .stat-value {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    font-size: clamp(34px, 4vw, 42px);
    line-height: 0.95;
    letter-spacing: -0.05em;
    color: #fff;
    text-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.stat-suffix {
    margin-left: 2px;
    color: var(--stat-accent);
}

.stat-tile .stat-label {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.94);
    font-weight: 800;
    letter-spacing: -0.01em;
    font-size: 16px;
}

.stat-sub {
    position: relative;
    z-index: 1;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@keyframes statsOrbDrift {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(14px, -12px, 0) scale(1.06);
    }
}

@keyframes statTileFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

.stats-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    padding: 18px;
}

.stats-bar-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}

.stats-bar-home .stat {
    background: transparent;
    border: 0;
    text-align: center;
    padding: 12px 8px;
}

.stats-bar-home .stat-label {
    color: rgba(255, 255, 255, 0.7);
}

.chairman-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: center;
}

.chairman-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: center;
}

.chairman-media {
    position: relative;
}

.chairman-photo-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(16, 32, 63, 0.12);
}

.chairman-photo-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 12, 26, 0), rgba(7, 12, 26, 0.22));
    pointer-events: none;
}

.chairman-photo {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.chairman-copy {
    max-width: 620px;
}

.chairman-badge {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(7, 12, 26, 0.72);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.9);
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.chairman-content {
    max-width: 640px;
}

.chairman-quote-card {
    position: relative;
    margin-top: 18px;
    border-radius: 28px;
    padding: 22px 22px 20px;
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: 0 22px 60px rgba(16, 32, 63, 0.08);
    overflow: hidden;
}

.chairman-quote-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(520px 300px at 0% 0%, rgba(30, 79, 214, 0.12), transparent 62%),
        radial-gradient(520px 300px at 100% 100%, rgba(214, 166, 58, 0.12), transparent 62%);
    pointer-events: none;
}

.chairman-quote-mark {
    position: relative;
    z-index: 1;
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
    color: rgba(30, 79, 214, 0.22);
}

.chairman-quote {
    position: relative;
    z-index: 1;
    color: rgba(16, 32, 63, 0.72);
    line-height: 1.9;
    font-size: 16px;
}

.chairman-name {
    margin-top: 0;
    font-weight: 900;
    color: #10203f;
}

.chairman-role {
    margin-top: 6px;
    color: rgba(16, 32, 63, 0.62);
    font-size: 14px;
}

.chairman-signoff {
    margin-top: 18px;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
}

.btn-outline-dark {
    background: transparent;
    color: #10203f;
    border-color: rgba(16, 32, 63, 0.18);
}

.btn-outline-dark:hover {
    background: rgba(16, 32, 63, 0.06);
    border-color: rgba(16, 32, 63, 0.26);
    color: #10203f;
}

.news-grid {
    grid-template-columns: 1fr;
}

.news-card {
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(16, 32, 63, 0.06);
}

.news-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.news-body {
    padding: 16px;
}

.news-tag {
    display: inline-flex;
    height: 28px;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(7, 42, 103, 0.08);
    color: #072a67;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.news-title {
    margin-top: 12px;
    color: #10203f;
    font-weight: 850;
    line-height: 1.5;
}

.news-date {
    margin-top: 10px;
    color: rgba(16, 32, 63, 0.54);
    font-size: 13px;
}

.career-grid {
    grid-template-columns: 1fr;
}

.career-card {
    --career-accent: #d6a63a;
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    border-radius: 18px;
    padding: 22px;
    text-align: center;
    box-shadow: 0 12px 30px rgba(16, 32, 63, 0.05);
}

.career-icon {
    margin: 0 auto 14px;
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: color-mix(in srgb, var(--career-accent) 14%, white);
    color: var(--career-accent);
    font-weight: 900;
}

.career-title {
    color: #10203f;
    font-weight: 850;
}

.career-copy {
    margin-top: 8px;
    color: rgba(16, 32, 63, 0.62);
    font-size: 14px;
    line-height: 1.7;
}

.career-page-shell {
    display: grid;
    gap: 28px;
}

.career-page-intro {
    max-width: 760px;
}

.career-grid-page {
    gap: 20px;
}

.career-benefits-grid {
    margin-top: 4px;
}

.career-cta-card {
    display: grid;
    gap: 18px;
    align-items: center;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #10203f, #17346b);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 48px rgba(16, 32, 63, 0.18);
}

.career-cta-kicker {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.career-cta-copy {
    margin-top: 10px;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.8;
}

.home-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.home-contact-card,
.home-map-card {
    background: #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
}

.home-contact-card {
    padding: 28px;
    display: grid;
    gap: 16px;
}

.home-contact-item {
    display: grid;
    gap: 8px;
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(16, 32, 63, 0.03), rgba(16, 32, 63, 0.01));
    border: 1px solid rgba(16, 32, 63, 0.08);
    color: #10203f;
}

.contact-head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #10203f;
    background: linear-gradient(135deg, rgba(214, 166, 58, 0.24), rgba(30, 79, 214, 0.14));
    border: 1px solid rgba(16, 32, 63, 0.1);
    box-shadow: 0 10px 22px rgba(16, 32, 63, 0.08);
    flex: 0 0 auto;
}

.contact-icon svg {
    width: 18px;
    height: 18px;
}

.home-contact-card .contact-label-dark {
    color: rgba(16, 32, 63, 0.72);
    font-size: 11px;
    letter-spacing: 0.16em;
}

.home-contact-card .contact-value-dark,
.home-contact-card .home-contact-item .contact-value,
.home-contact-card .home-contact-item div.contact-value-dark {
    color: #10203f;
    font-size: 16px;
    line-height: 1.7;
}

.home-contact-card a.contact-value-dark {
    color: #0b3ea8;
}

.home-contact-card a.contact-value-dark:hover {
    color: #072a67;
}

.social-row-dark .social-pill-dark {
    background: rgba(7, 42, 103, 0.05);
    border-color: rgba(16, 32, 63, 0.08);
    color: #10203f;
}

.home-map-card {
    overflow: hidden;
    min-height: 320px;
}

.home-map-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;

.home-map-card iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
}
    display: block;
}

.stat {
    padding: 14px;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-value {
    font-weight: 900;
    font-size: 26px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.96);
}

.stat-suffix {
    margin-left: 4px;
    color: var(--gold);
}

.stat-label {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 650;
}

.people-grid {
    grid-template-columns: 1fr;
}

.person {
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.person-light {
    background: #fff;
    border-color: rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.person-photo {
    height: 240px;
    overflow: hidden;
}

.person-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.person-body {
    padding: 16px 18px 18px;
    display: grid;
    gap: 6px;
}

.person-name {
    font-weight: 900;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}

.person-role {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 650;
}

.person-bio {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.6;
    font-size: 13px;
}

.downloads {
    display: grid;
    gap: 12px;
}

.download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    border-radius: 18px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.download-light {
    background: #fff;
    border-color: rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.download-title {
    font-weight: 850;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.download-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.download-cta {
    color: var(--gold);
    font-weight: 800;
}

.link-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.link-tile {
    border-radius: 18px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    overflow: hidden;
}

.link-tile-light {
    background: #fff;
    border-color: rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.link-tile::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(700px 240px at 0% 0%, color-mix(in srgb, var(--tile-accent, var(--gold)) 28%, transparent), transparent 70%);
    pointer-events: none;
}

.link-title {
    position: relative;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.link-sub {
    position: relative;
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.contact-slab {
    border-radius: var(--radius-lg);
    padding: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    gap: 16px;
}

.contact-block {
    display: grid;
    gap: 4px;
}

.contact-label {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
}

.contact-value {
    font-weight: 800;
    color: rgba(255, 255, 255, 0.9);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.company-contact-cta-card {
    display: grid;
    gap: 14px;
    padding: 24px;
    border-radius: 24px;
    background:
        radial-gradient(420px 220px at 100% 0%, color-mix(in srgb, var(--company-accent, #d6a63a) 32%, transparent), transparent 65%),
        linear-gradient(135deg, color-mix(in srgb, var(--company-accent, #d6a63a) 20%, #10203f 80%), #10203f);
    color: rgba(255, 255, 255, 0.92);
    box-shadow: 0 24px 48px rgba(16, 32, 63, 0.18);
}

.company-contact-cta-kicker {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.62);
}

.company-contact-cta-title {
    color: #fff;
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: -0.03em;
    font-weight: 850;
    max-width: 14ch;
}

.company-contact-cta-copy {
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.8;
    max-width: 58ch;
}

.company-contact-actions {
    margin-top: 8px;
}

.company-contact-cta-card .btn-primary {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    color: color-mix(in srgb, var(--company-accent, #d6a63a) 70%, #10203f 30%);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.company-contact-cta-card .btn-primary:hover {
    background: rgba(255, 255, 255, 0.94);
    border-color: rgba(255, 255, 255, 0.6);
    color: color-mix(in srgb, var(--company-accent, #d6a63a) 78%, #10203f 22%);
}

.company-contact-cta-card .btn-outline-dark {
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

.company-contact-cta-card .btn-outline-dark:hover {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.company-contact-cta-points {
    display: grid;
    gap: 12px;
    margin-top: 4px;
}

.company-contact-point {
    display: grid;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.company-contact-point-label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.company-contact-point-value {
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.65;
    font-size: 14px;
}

.contact-panel {
    border-radius: var(--radius-lg);
    padding: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-panel-light {
    background: #fff;
    border-color: rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.contact-panel-light .contact-row {
    border-bottom-color: rgba(16, 32, 63, 0.08);
}

.contact-panel-light .contact-label,
.contact-panel-light .contact-label-dark {
    color: rgba(16, 32, 63, 0.68) !important;
}

.contact-panel-light .contact-value,
.contact-panel-light .contact-value-dark,
.contact-panel-light .contact-value div,
.contact-panel-light .contact-value-dark div {
    color: #10203f !important;
    font-size: 16px;
    line-height: 1.7;
}

.contact-panel-light .contact-value a,
.contact-panel-light .contact-value-dark a {
    color: #0b3ea8 !important;
}

.contact-panel-light .contact-value a:hover,
.contact-panel-light .contact-value-dark a:hover {
    color: #072a67 !important;
}

.contact-row {
    display: grid;
    gap: 6px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-row .contact-value a {
    color: #0b3ea8;
}

.contact-row .contact-value a:hover {
    color: #072a67;
}

.contact-row:last-child {
    border-bottom: 0;
}

.company-resource-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.company-resource-panel {
    display: grid;
    gap: 4px;
    align-content: start;
}

.company-resource-panel .section-head {
    margin-bottom: 20px;
}

.company-brochure-card {
    display: grid;
    gap: 14px;
    border-radius: 24px;
    padding: 24px;
    background: linear-gradient(180deg, rgba(11, 32, 68, 0.04), rgba(214, 166, 58, 0.08)), #fff;
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.company-brochure-kicker {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(16, 32, 63, 0.56);
}

.company-brochure-title {
    color: #10203f;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.company-brochure-copy,
.company-resource-subcopy {
    color: rgba(16, 32, 63, 0.68);
    line-height: 1.75;
    font-size: 14px;
}

.company-brochure-actions {
    margin-top: 4px;
}

.company-download-stack {
    margin-bottom: 16px;
}

.company-link-grid {
    margin-top: 12px;
}

.social-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.social-pill {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.82);
    font-weight: 750;
    font-size: 12px;
}

.contact-panel-light .social-pill,
.contact-panel-light .social-pill-dark,
.social-row-dark .social-pill-dark {
    background: rgba(7, 42, 103, 0.05);
    border-color: rgba(16, 32, 63, 0.08);
    color: #10203f !important;
}

.contact-panel-light .social-pill:hover,
.contact-panel-light .social-pill-dark:hover,
.social-row-dark .social-pill-dark:hover {
    background: rgba(7, 42, 103, 0.09);
    border-color: rgba(16, 32, 63, 0.14);
    color: #0b3ea8 !important;
}

.alert-success {
    border-radius: 16px;
    padding: 12px 14px;
    background: rgba(78, 215, 145, 0.12);
    border: 1px solid rgba(78, 215, 145, 0.24);
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 650;
}

.alert-error {
    border-radius: 16px;
    padding: 12px 14px;
    background: rgba(255, 92, 92, 0.12);
    border: 1px solid rgba(255, 92, 92, 0.24);
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.88);
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 14px;
}

.field {
    display: grid;
    gap: 8px;
}

.field-full {
    grid-column: 1 / -1;
}

.label {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 850;
    color: rgba(255, 255, 255, 0.62);
}

.input,
.textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(0, 0, 0, 0.22);
    padding: 12px 12px;
    color: rgba(255, 255, 255, 0.92);
    outline: none;
    font-size: 14px;
}

.input:focus,
.textarea:focus {
    border-color: rgba(214, 166, 58, 0.55);
}

.file-input {
    padding: 9px 10px;
}

.form-help {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.64);
    font-size: 12px;
    line-height: 1.5;
}

.upload-preview {
    margin-top: 10px;
}

.upload-preview-hidden {
    display: none;
}

.upload-preview-label {
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.upload-preview-img {
    width: 100%;
    max-width: 180px;
    height: 110px;
    object-fit: cover;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.upload-preview-banner {
    max-width: 280px;
}

.upload-preview-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.84);
    font-weight: 700;
    font-size: 13px;
}

.admin-body .form-help {
    color: rgba(16, 32, 63, 0.6);
}

.admin-body .upload-preview-label {
    color: rgba(16, 32, 63, 0.7);
}

.admin-body .upload-preview-img,
.admin-body .upload-preview-link {
    border-color: rgba(16, 32, 63, 0.12);
    background: rgba(16, 32, 63, 0.03);
}

.admin-body .upload-preview-link {
    color: #10203f;
}

.map-frame {
    margin-top: 18px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.map-frame iframe {
    width: 100%;
    height: 360px;
    border: 0;
}

.empty-state {
    border-radius: var(--radius-lg);
    padding: 26px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.empty-title {
    font-weight: 900;
    font-size: 16px;
}

.empty-sub {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 13px;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 42px 0 20px;
    background:
        radial-gradient(800px 320px at 0% 0%, rgba(214, 166, 58, 0.12), transparent 55%),
        radial-gradient(680px 300px at 100% 0%, rgba(30, 79, 214, 0.14), transparent 56%),
        linear-gradient(180deg, #071938, #071b47);
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: start;
}

.footer-brand-card {
    position: relative;
    border-radius: 28px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.footer-brand-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 28%),
        radial-gradient(340px 180px at 100% 0%, rgba(214, 166, 58, 0.14), transparent 62%);
    pointer-events: none;
}

.footer-brand-wrap {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--gold), #f4d88b);
    color: #0b1020;
    font-weight: 900;
    letter-spacing: 0.1em;
    box-shadow: 0 16px 34px rgba(214, 166, 58, 0.24);
}

.footer-brand-mark-logo {
    width: 72px;
    height: 72px;
    padding: 6px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(214, 166, 58, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.footer-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 999px;
}

.footer-brand {
    font-weight: 900;
    font-size: 20px;
}

.footer-lead {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    max-width: 420px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.8;
    font-size: 14px;
}

.footer-stat-row {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 460px;
}

.footer-stat {
    border-radius: 18px;
    padding: 14px 14px 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 5px;
}

.footer-stat strong {
    color: #fff;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: -0.03em;
}

.footer-stat span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.footer-contact-strip {
    position: relative;
    z-index: 1;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-contact-chip {
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.74);
    font-size: 12px;
    font-weight: 650;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.footer-contact-chip:hover {
    color: rgba(255, 255, 255, 0.96);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(214, 166, 58, 0.28);
    transform: translateY(-1px);
}

.footer-contact-icon {
    width: 24px;
    height: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(214, 166, 58, 0.16);
    color: #f4d88b;
    flex: 0 0 auto;
}

.footer-contact-icon svg {
    width: 13px;
    height: 13px;
}

.footer-sub {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    align-items: start;
}

.footer-col {
    border-radius: 22px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    gap: 10px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.footer-title {
    font-size: 13px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}

.footer-link {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 650;
    font-size: 13px;
    transition: color 160ms ease, transform 160ms ease;
}

.footer-link:hover {
    color: rgba(255, 255, 255, 0.98);
    transform: translateX(2px);
}

.footer-sub-news {
    margin-top: 0;
}

.footer-col-newsletter {
    background: rgba(255, 255, 255, 0.06);
    min-height: 100%;
}

.footer-action-list {
    display: grid;
    gap: 10px;
    margin-top: 4px;
}

.footer-action-link {
    min-height: 42px;
    padding: 0 14px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
    font-weight: 750;
    font-size: 13px;
    transition: transform 140ms ease, border-color 140ms ease, background 140ms ease, color 140ms ease;
}

.footer-action-link:hover {
    transform: translateX(2px);
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(214, 166, 58, 0.22);
    color: #fff;
}

.footer-cta {
    margin-top: 20px;
    position: relative;
    z-index: 1;
}

.footer-bottom {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 12px;
}

.admin-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
}

.admin-form {
    display: grid;
    gap: 18px;
}

.admin-card {
    border-radius: var(--radius-lg);
    padding: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.admin-card-title {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

.admin-card-head .admin-card-title {
    margin-bottom: 0;
}

.admin-card-head-actions {
    align-items: flex-end;
}

.admin-card-subtitle {
    margin-top: 8px;
    max-width: 620px;
    color: rgba(16, 32, 63, 0.62);
    font-size: 14px;
    line-height: 1.75;
}

.admin-card-chip {
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #10203f;
    background: linear-gradient(135deg, rgba(214, 166, 58, 0.2), rgba(214, 166, 58, 0.08));
    border: 1px solid rgba(214, 166, 58, 0.24);
    box-shadow: 0 12px 22px rgba(214, 166, 58, 0.12);
}

.admin-table-wrap {
    overflow-x: auto;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 860px;
}

.admin-table th,
.admin-table td {
    padding: 16px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    vertical-align: top;
}

.admin-table th {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.58);
}

.admin-strong {
    font-weight: 800;
}

.admin-muted {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
}

.admin-actions {
    display: flex;
    gap: 10px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 12px;
}

.status-pill.is-on {
    background: rgba(78, 215, 145, 0.12);
    border: 1px solid rgba(78, 215, 145, 0.24);
    color: #b7ffd4;
}

.status-pill.is-off {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.76);
}

.checkbox-row {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.86);
}

.repeater-list {
    display: grid;
    gap: 16px;
}

.repeater-item {
    border-radius: 20px;
    padding: 16px;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.repeater-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.admin-submit-bar {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.upload-progress {
    display: grid;
    gap: 6px;
    align-content: center;
    flex: 1 1 240px;
    min-width: 220px;
}

.upload-progress-bar {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(16, 32, 63, 0.12);
    border: 1px solid rgba(16, 32, 63, 0.14);
}

.upload-progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 999px;
    background: linear-gradient(90deg, #1e4fd6, #d6a63a);
    transition: width 0.15s ease;
}

.upload-progress-meta {
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    color: rgba(16, 32, 63, 0.72);
}

body.site-body.admin-body {
    background:
        radial-gradient(900px 500px at 0% 0%, rgba(214, 166, 58, 0.1), transparent 60%),
        linear-gradient(180deg, #eef3fb, #f7f9fd);
    color: #10203f;
}

.admin-shell {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
}

.admin-sidebar {
    padding: 24px 20px;
    background: linear-gradient(180deg, #081a3d, #0e295d);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.admin-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.admin-brand-mark {
    width: 56px;
    height: 56px;
    padding: 6px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(214, 166, 58, 0.24);
}

.admin-brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    border-radius: 999px;
}

.admin-brand-copy {
    display: grid;
    gap: 4px;
}

.admin-brand-kicker {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.54);
}

.admin-brand-title {
    font-size: 18px;
    font-weight: 850;
    color: #fff;
}

.admin-sidebar-nav {
    display: grid;
    gap: 8px;
}

.admin-sidebar-link {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid transparent;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.admin-sidebar-link:hover,
.admin-sidebar-link.is-active {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(214, 166, 58, 0.26);
    color: #fff;
}

.admin-logout-btn {
    margin-top: auto;
    width: 100%;
    justify-content: center;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.06);
}

.admin-main {
    min-width: 0;
    padding: 24px;
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
        linear-gradient(180deg, #eef3fb, #f7f9fd);
}

.admin-topbar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    padding: 22px 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.admin-topbar-kicker {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(16, 32, 63, 0.54);
}

.admin-topbar-title {
    margin: 8px 0 0;
    color: #10203f;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.admin-topbar-sub {
    margin-top: 8px;
    color: rgba(16, 32, 63, 0.7);
    font-size: 15px;
    line-height: 1.8;
    max-width: 720px;
}

.admin-topbar-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.admin-content {
    display: grid;
    gap: 18px;
}

.admin-alert {
    margin-bottom: 0;
}

.admin-panel-card {
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.admin-panel-card-wide {
    grid-column: 1 / -1;
}

.admin-body .admin-card {
    padding: 22px;
    background: transparent;
    border: 0;
}

.admin-body .admin-card-title,
.admin-body .admin-strong {
    color: #10203f;
}

.admin-body .admin-muted {
    color: rgba(16, 32, 63, 0.64);
}

.admin-body .checkbox-row {
    color: #10203f;
}

.admin-body .label {
    color: rgba(16, 32, 63, 0.82);
}

.admin-body .input,
.admin-body .textarea {
    color: #10203f;
    background: #fff;
    border-color: rgba(16, 32, 63, 0.12);
}

.admin-body .input::placeholder,
.admin-body .textarea::placeholder {
    color: rgba(16, 32, 63, 0.42);
}

.admin-body .admin-table-wrap {
    border: 0;
    background: transparent;
}

.admin-body .admin-table {
    min-width: 760px;
}

.admin-body .admin-table th,
.admin-body .admin-table td {
    border-bottom-color: rgba(16, 32, 63, 0.08);
    color: #10203f;
}

.admin-body .admin-table th {
    color: rgba(16, 32, 63, 0.56);
}

.admin-body .status-pill.is-on {
    background: rgba(10, 106, 59, 0.14);
    border-color: rgba(10, 106, 59, 0.22);
    color: #0a6a3b;
}

.admin-body .status-pill.is-off {
    background: rgba(16, 32, 63, 0.04);
    border-color: rgba(16, 32, 63, 0.08);
    color: rgba(16, 32, 63, 0.7);
}

.admin-body .repeater-item {
    background: rgba(16, 32, 63, 0.03);
    border-color: rgba(16, 32, 63, 0.08);
}

.admin-metric-grid,
.admin-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.admin-metric-card {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: var(--shadow-soft);
}

.admin-metric-label {
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(16, 32, 63, 0.56);
}

.admin-metric-value {
    margin-top: 12px;
    color: #10203f;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.admin-metric-copy,
.admin-page-copy {
    margin-top: 8px;
    color: rgba(16, 32, 63, 0.68);
    font-size: 14px;
    line-height: 1.8;
}

.admin-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.admin-shortcut-card {
    --shortcut-accent: #d6a63a;
    --shortcut-tint: rgba(214, 166, 58, 0.12);
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 20px;
    border-radius: 24px;
    color: #10203f;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 252, 0.92)),
        radial-gradient(circle at top right, var(--shortcut-tint), transparent 52%);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: 0 16px 34px rgba(16, 32, 63, 0.06);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.admin-shortcut-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--shortcut-accent), rgba(16, 32, 63, 0.1));
}

.admin-shortcut-card::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -24px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: var(--shortcut-tint);
    filter: blur(6px);
    opacity: 0.9;
    pointer-events: none;
}

.admin-shortcut-card:hover {
    transform: translateY(-4px);
    border-color: rgba(16, 32, 63, 0.14);
    box-shadow: 0 22px 40px rgba(16, 32, 63, 0.1);
}

.admin-shortcut-card:focus-visible {
    outline: none;
    border-color: var(--shortcut-accent);
    box-shadow: 0 0 0 4px var(--shortcut-tint), 0 22px 40px rgba(16, 32, 63, 0.12);
}

.admin-shortcut-card.is-gold {
    --shortcut-accent: #d6a63a;
    --shortcut-tint: rgba(214, 166, 58, 0.14);
}

.admin-shortcut-card.is-indigo {
    --shortcut-accent: #6b5bff;
    --shortcut-tint: rgba(107, 91, 255, 0.14);
}

.admin-shortcut-card.is-blue {
    --shortcut-accent: #1e73ff;
    --shortcut-tint: rgba(30, 115, 255, 0.12);
}

.admin-shortcut-card.is-green {
    --shortcut-accent: #1ca56c;
    --shortcut-tint: rgba(28, 165, 108, 0.12);
}

.admin-shortcut-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.admin-shortcut-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: var(--shortcut-accent);
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(16, 32, 63, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.admin-shortcut-icon svg {
    width: 24px;
    height: 24px;
}

.admin-shortcut-badge {
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(16, 32, 63, 0.74);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(16, 32, 63, 0.08);
}

.admin-shortcut-title {
    position: relative;
    z-index: 1;
    margin-top: 18px;
    color: #10203f;
    font-size: 19px;
    font-weight: 850;
    line-height: 1.2;
}

.admin-shortcut-copy {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    color: rgba(16, 32, 63, 0.68);
    font-size: 14px;
    line-height: 1.75;
}

.admin-shortcut-footer {
    position: relative;
    z-index: 1;
    margin-top: auto;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.admin-shortcut-link {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: rgba(16, 32, 63, 0.72);
}

.admin-shortcut-arrow {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    color: #10203f;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(16, 32, 63, 0.08);
    transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.admin-shortcut-card:hover .admin-shortcut-arrow,
.admin-shortcut-card:focus-visible .admin-shortcut-arrow {
    transform: translateX(2px);
    color: #fff;
    background: var(--shortcut-accent);
}

.admin-inline-actions {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

body.site-body.admin-auth-body {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background:
        radial-gradient(800px 420px at 0% 0%, rgba(214, 166, 58, 0.14), transparent 60%),
        radial-gradient(900px 520px at 100% 100%, rgba(30, 79, 214, 0.16), transparent 60%),
        linear-gradient(180deg, #0b1834, #08142a);
}

.admin-auth-shell {
    width: 100%;
    max-width: 1040px;
}

.admin-auth-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 24px;
    align-items: stretch;
}

.admin-auth-copy,
.admin-auth-form-card {
    padding: 30px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.24);
}

.admin-auth-kicker {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.6);
}

.admin-auth-title {
    margin: 14px 0 0;
    font-size: 46px;
    line-height: 0.98;
    letter-spacing: -0.05em;
}

.admin-auth-sub {
    margin: 16px 0 0;
    max-width: 520px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 16px;
    line-height: 1.9;
}

@media (max-width: 1100px) {
    .admin-shell {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        gap: 16px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .admin-sidebar-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-logout-btn {
        margin-top: 0;
    }

    .admin-metric-grid,
    .admin-card-grid,
    .admin-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-card-head-actions {
        align-items: flex-start;
    }
}

@media (max-width: 760px) {
    .admin-main {
        padding: 18px;
    }

    .admin-sidebar-nav {
        grid-template-columns: 1fr;
    }

    .admin-topbar {
        flex-direction: column;
        padding: 18px;
    }

    .admin-topbar-title {
        font-size: 30px;
    }

    .admin-card-head-actions {
        flex-direction: column;
    }

    .admin-card-chip {
        align-self: flex-start;
    }

    .admin-metric-grid,
    .admin-card-grid,
    .admin-action-grid,
    .admin-auth-card {
        grid-template-columns: 1fr;
    }

    .admin-body .admin-table {
        min-width: 0;
    }

    .admin-body .admin-table th,
    .admin-body .admin-table td {
        white-space: normal;
        word-break: break-word;
    }
}

@media (min-width: 900px) {
    .nav {
        display: flex;
    }
    .cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .hero-home-grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
    }
    .about-pill-list-colored {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .cards.division-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .about-home-grid {
        grid-template-columns: 0.92fr 1.08fr;
        align-items: center;
    }
    .about-intro-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .journey-band {
        padding: 36px;
    }
    .journey-band-head {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
        align-items: end;
        gap: 24px;
    }
    .journey-grid {
        grid-template-columns: 0.9fr 1.1fr;
        align-items: stretch;
    }
    .chairman-shell {
        grid-template-columns: 0.95fr 1.05fr;
        align-items: start;
    }
    .chairman-photo-wrap {
        height: 400px;
    }
    .chairman-content {
        max-width: none;
    }
    .company-about-hero {
        grid-template-columns: 1.15fr 0.85fr;
        align-items: start;
    }
    .stats-bar-home {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .chairman-grid {
        grid-template-columns: 0.9fr 1.1fr;
    }
    .news-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .career-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .home-contact-grid {
        grid-template-columns: 0.8fr 1.2fr;
    }
    .company-resource-grid {
        grid-template-columns: 1fr 1fr;
        align-items: start;
    }
    .footer-inner {
        grid-template-columns: 0.9fr 1.1fr;
    }
    .footer-links-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .service-cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .why-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .people-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .link-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .contact-grid {
        grid-template-columns: 1.05fr 0.95fr;
    }
    .contact-slab {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .about-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .form-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .repeater-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 899px) {
    body.mobile-menu-open {
        overflow: hidden;
    }
    .container {
        padding: 0 16px;
    }
    [id] {
        scroll-margin-top: 104px;
    }
    .section-head-row {
        align-items: start;
        flex-direction: column;
        gap: 10px;
    }
    .about-modern {
        padding: 24px;
        border-radius: 28px;
    }
    .about-modern-grid {
        grid-template-columns: 1fr;
    }
    .about-modern-values {
        padding: 18px;
        border-radius: 24px;
    }
    .about-modern-actions {
        display: grid;
        grid-template-columns: 1fr;
    }
    .journey-steps-shell {
        padding: 22px;
        border-radius: 30px;
    }
    .journey-steps-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .journey-step {
        transform: translateY(calc(var(--step-index) * -10px));
    }
    .journey-step:hover {
        transform: translateY(calc(var(--step-index) * -10px - 4px));
    }
    .stats-shell {
        padding: 20px;
        border-radius: 26px;
    }
    .stats-shell-head {
        flex-direction: column;
        align-items: flex-start;
    }
    .stats-tiles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stat-tile:last-child {
        grid-column: 1 / -1;
    }
    .chairman-signoff {
        flex-direction: column;
        align-items: stretch;
    }
    .chairman-signoff .btn {
        width: 100%;
    }
    .chairman-photo-wrap {
        height: 352px;
    }
    .header-cta {
        display: none;
    }
    .mobile-menu-toggle {
        display: inline-flex;
        margin-left: auto;
    }
    .site-header.is-mobile-menu-open .mobile-menu-toggle-line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .site-header.is-mobile-menu-open .mobile-menu-toggle-line:nth-child(2) {
        opacity: 0;
    }
    .site-header.is-mobile-menu-open .mobile-menu-toggle-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    .site-header {
        top: 0;
    }
    .header-shell {
        border-radius: 0;
    }
    .header-inner {
        min-height: 68px;
        gap: 12px;
        padding: 0;
    }
    .brand {
        gap: 12px;
    }
    .brand-badge {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        font-size: 13px;
    }
    .brand-badge-logo {
        width: 52px;
        height: 52px;
        border-radius: 999px;
        padding: 5px;
    }
    .brand-title {
        font-size: 15px;
    }
    .mobile-nav {
        position: absolute;
        top: calc(100% + 10px);
        left: 16px;
        right: 16px;
        z-index: 20;
        display: grid;
        gap: 10px;
        padding: 16px;
        background: linear-gradient(180deg, rgba(7, 12, 26, 0.98), rgba(9, 18, 39, 0.96));
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 22px;
        box-shadow: 0 24px 46px rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
        scrollbar-width: none;
    }
    .site-header.is-mobile-menu-open .mobile-nav {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
    .mobile-nav::-webkit-scrollbar {
        display: none;
    }
    .mobile-nav-link {
        min-height: 44px;
        padding: 0 16px;
        border-radius: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .mobile-nav-link-accent {
        background: linear-gradient(135deg, rgba(214, 166, 58, 0.24), rgba(214, 166, 58, 0.14));
        border-color: rgba(214, 166, 58, 0.28);
        color: #fff;
    }
    .hero {
        min-height: auto;
    }
    .hero-company {
        min-height: auto;
    }
    .hero-content {
        padding: 64px 0 56px;
    }
    .hero-home .hero-content {
        padding-top: 74px;
        padding-bottom: 68px;
    }
    .company-hero-top {
        grid-template-columns: 1fr;
        gap: 16px;
        align-items: start;
    }
    .company-badge {
        width: fit-content;
    }
    .company-logo,
    .company-logo-fallback {
        width: 78px;
        height: 78px;
        border-radius: 16px;
    }
    .company-logo-fallback {
        font-size: 30px;
    }
    .hero-home-grid {
        gap: 20px;
    }
    .hero-title {
        font-size: clamp(34px, 12vw, 46px);
        line-height: 0.98;
    }
    .hero-tagline {
        font-size: 17px;
        max-width: 100%;
    }
    .hero-lead {
        font-size: 14px;
        line-height: 1.75;
    }
    .hero-actions {
        margin-top: 18px;
        display: grid;
        grid-template-columns: 1fr;
    }
    .hero-actions .btn {
        width: 100%;
        justify-content: center;
    }
    .company-hero-actions {
        max-width: none;
    }
    .company-hero-pill {
        min-height: 44px;
        white-space: normal;
        text-align: center;
    }
    .hero-story {
        margin-top: 24px;
        gap: 12px;
    }
    .hero-story-badge {
        width: 46px;
        height: 46px;
    }
    .footer-stat-row {
        grid-template-columns: 1fr;
        max-width: none;
    }
    .hero-kicker-line {
        width: 36px;
    }
    .hero-trust-row {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }
    .hero-trust-chip {
        padding: 14px 14px 13px;
    }
    .hero-sector-row {
        margin-top: 14px;
        gap: 8px;
    }
    .hero-sector-pill {
        min-height: 30px;
        padding: 0 12px;
        font-size: 11px;
    }
    .section {
        padding: 56px 0;
    }
    .section-head {
        margin-bottom: 22px;
    }
    .section-title {
        font-size: 24px;
    }
    .card,
    .division-cards .card {
        padding: 16px;
    }
    .card-icon {
        width: 62px;
        height: 62px;
        border-radius: 18px;
    }
    .card-logo {
        width: 44px;
        height: 44px;
    }
    .division-cards .card-flip-inner {
        min-height: 320px;
    }
    .division-cards .card-front {
        padding: 22px 18px;
        gap: 12px;
    }
    .division-cards .card-front .card-icon {
        width: 170px;
        height: 170px;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .division-cards .card-front .card-logo {
        width: 138px;
        height: 138px;
    }
    .division-cards .card-back {
        padding: 18px 18px 16px;
    }
    .card-body {
        margin-top: 14px;
    }
    .company-about-hero {
        gap: 18px;
        margin-bottom: 22px;
    }
    .company-about-lead {
        font-size: 15px;
        line-height: 1.8;
    }
    .company-about-side {
        gap: 12px;
    }
    .company-about-side-card {
        padding: 16px;
        border-radius: 16px;
    }
    .about-card {
        padding: 16px;
    }
    .service-media {
        height: 200px;
    }
    .service-body {
        padding: 16px;
    }
    .service-desc,
    .why-desc,
    .person-bio,
    .download-meta,
    .link-sub,
    .about-body {
        font-size: 13px;
        line-height: 1.7;
    }
    .why-item {
        padding: 16px;
    }
    .gallery-img,
    .gallery-video {
        height: 200px;
    }
    .gallery-meta {
        padding: 14px;
        align-items: start;
        flex-direction: column;
    }
    .stats-bar {
        gap: 10px;
        padding: 14px;
    }
    .stat {
        padding: 12px;
    }
    .stat-value {
        font-size: 22px;
    }
    .person-photo {
        height: 220px;
    }
    .person-body {
        padding: 16px;
    }
    .download {
        align-items: start;
        flex-direction: column;
        gap: 10px;
        padding: 14px 16px;
    }
    .download-meta {
        width: 100%;
        justify-content: space-between;
    }
    .link-tile {
        padding: 14px 16px;
    }
    .company-resource-grid {
        gap: 18px;
    }
    .company-resource-panel {
        gap: 0;
    }
    .contact-panel,
    .contact-slab {
        padding: 16px;
        border-radius: 18px;
    }
    .contact-grid {
        gap: 14px;
    }
    .contact-row {
        padding: 10px 0;
    }
    .social-row {
        gap: 8px;
    }
    .social-pill {
        height: 32px;
        padding: 0 12px;
        font-size: 11px;
    }
    .map-frame iframe {
        min-height: 260px;
    }
    .about-home-band {
        grid-template-columns: 48px 1fr;
        padding: 14px 15px;
    }
    .about-pill-card {
        grid-template-columns: 48px 1fr;
        padding: 16px 16px 16px 14px;
    }
    .about-pill-icon {
        width: 48px;
        height: 48px;
        border-radius: 16px;
        font-size: 21px;
    }
    .journey-band {
        padding: 20px;
        border-radius: 28px;
    }
    .journey-band-head {
        margin-bottom: 22px;
        gap: 12px;
    }
    .journey-band-copy {
        font-size: 14px;
        line-height: 1.75;
    }
    .journey-visual-panel {
        min-height: 500px;
    }
    .journey-visual-main {
        height: 500px;
        border-radius: 24px;
    }
    .card-footer {
        align-items: start;
        flex-direction: column;
    }
    .journey-visual-stats {
        grid-template-columns: 1fr;
        left: 16px;
        right: 16px;
        bottom: 16px;
    }
    .journey-visual-thumb {
        width: 112px;
        height: 112px;
        border-radius: 18px;
    }
    .journey-visual-thumb-one {
        top: 14px;
        right: -6px;
    }
    .journey-visual-thumb-two {
        left: -6px;
        bottom: 108px;
    }
    .journey-visual-copy {
        left: 16px;
        right: 16px;
        bottom: 100px;
        padding: 14px 15px;
    }
    .journey-visual-title {
        font-size: 16px;
    }
    .timeline-shell {
        padding: 18px;
        border-radius: 22px;
    }
    .timeline-item-card {
        grid-template-columns: 64px 28px 1fr;
        padding: 16px 16px;
        border-radius: 18px;
    }
    .timeline-panel-cards::before {
        left: 78px;
    }
    .timeline-item-card .timeline-dot {
        margin-left: 5px;
        margin-top: 6px;
    }
    .timeline-item-card .timeline-title {
        font-size: 17px;
    }
    .timeline-item-card .timeline-copy {
        font-size: 13px;
        line-height: 1.75;
    }
    .stats-bar-home {
        gap: 8px;
    }
    .stats-bar-home .stat {
        padding: 10px 6px;
    }
    .chairman-grid,
    .news-grid,
    .career-grid,
    .home-contact-grid {
        gap: 18px;
    }
    .chairman-quote {
        font-size: 15px;
        line-height: 1.8;
    }
    .news-body,
    .career-card,
    .home-contact-card {
        padding: 18px;
    }
    .home-map-card {
        min-height: 260px;
    }
    .footer-brand-card,
    .footer-col {
        padding: 18px;
        border-radius: 22px;
    }
    .footer-brand-wrap {
        align-items: flex-start;
    }
    .footer-brand-mark {
        width: 46px;
        height: 46px;
        border-radius: 14px;
    }
    .footer-brand-mark-logo {
        width: 60px;
        height: 60px;
        border-radius: 18px;
    }
    .footer-bottom {
        align-items: flex-start;
    }
}

@media (min-width: 680px) and (max-width: 899px) {
    .cards.division-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .brand-overline {
        display: none;
    }
    .about-modern {
        padding: 18px;
        border-radius: 24px;
    }
    .about-modern-callout {
        grid-template-columns: 44px 1fr;
        padding: 14px 14px;
        border-radius: 20px;
    }
    .about-modern-callout-icon {
        width: 44px;
        height: 44px;
        border-radius: 16px;
        font-size: 18px;
    }
    .section-journey {
        padding: 44px 0;
    }
    .journey-steps-shell {
        padding: 18px;
        border-radius: 26px;
    }
    .journey-steps-grid {
        grid-template-columns: 1fr;
        align-items: stretch;
    }
    .journey-step,
    .journey-step:hover {
        transform: none;
    }
    .stats-shell {
        padding: 18px;
        border-radius: 24px;
    }
    .stats-shell-head {
        margin-bottom: 14px;
    }
    .stats-tiles {
        grid-template-columns: 1fr;
    }
    .stat-tile:last-child {
        grid-column: auto;
    }
    .chairman-quote-card {
        padding: 18px 18px 16px;
        border-radius: 24px;
    }
    .chairman-quote-mark {
        font-size: 46px;
    }
    .chairman-photo-wrap {
        height: 320px;
    }
    .hero-content {
        padding: 56px 0 48px;
    }
    .company-logo,
    .company-logo-fallback {
        width: 70px;
        height: 70px;
    }
    .company-logo-fallback {
        font-size: 26px;
    }
    .company-hero-top {
        gap: 14px;
    }
    .company-hero-pill {
        font-size: 12px;
    }
    .division-cards .card-flip-inner {
        min-height: 300px;
    }
    .division-cards .card-front .card-icon {
        width: 156px;
        height: 156px;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }
    .division-cards .card-front .card-logo {
        width: 124px;
        height: 124px;
    }
    .service-media {
        height: 184px;
    }
    .gallery-img,
    .gallery-video {
        height: 184px;
    }
    .stats-bar {
        grid-template-columns: 1fr;
    }
    .person-photo {
        height: 200px;
    }
    .download-title,
    .link-title,
    .person-name,
    .service-title {
        line-height: 1.45;
    }
    .contact-panel,
    .contact-slab,
    .about-card,
    .company-about-side-card {
        padding: 14px;
    }
    .map-frame iframe {
        min-height: 220px;
    }
    .hero-story {
        align-items: start;
    }
    .hero-story-text {
        font-size: 12px;
    }
    .journey-visual-thumb-two {
        display: none;
    }
    .journey-visual-copy {
        bottom: 88px;
    }
    .stats-bar-home {
        grid-template-columns: 1fr;
    }
    .timeline-item-card {
        grid-template-columns: 58px 24px 1fr;
    }
    .timeline-panel-cards::before {
        left: 68px;
    }
    .timeline-item-card .timeline-dot {
        margin-left: 2px;
    }
}
