:root {
    --ink: #101723;
    --muted: #5f6b7a;
    --line: #dbe3ec;
    --paper: #ffffff;
    --soft: #f5f8fb;
    --brand: #0d6fb8;
    --brand-dark: #073d68;
    --accent: #f0b42c;
    --lime: #b9e765;
    --navy: #09111f;
    --max: 1160px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
    line-height: 1.65;
    background: var(--paper);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
    max-width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 12px 20px;
    background:
        radial-gradient(circle at 12% 20%, rgba(13, 111, 184, 0.5), transparent 24%),
        linear-gradient(135deg, rgba(9, 17, 31, 0.96), rgba(12, 39, 65, 0.94));
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
}

.nav-shell,
.section-inner,
.footer-inner {
    width: min(100%, var(--max));
    margin: 0 auto;
}

.nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand-tools {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 14px;
}

.brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.brand img {
    width: 175px;
    height: 50px;
    object-fit: contain;
    border-radius: 25px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px;
    color: #dbeaf6;
    font-size: 15px;
    font-weight: 700;
}

.nav a {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.82);
}

.nav a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.nav .nav-cta {
    color: #09111f;
    background: var(--accent);
}

.nav .nav-cta:hover {
    color: #09111f;
    background: #ffd15d;
}

.nav .nav-cta-secondary {
    color: #ffffff;
    background: #2f8f5b;
}

.nav .nav-cta-secondary:hover {
    color: #ffffff;
    background: #3daf70;
}

.language-switcher {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 4px 8px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
}

.language-switcher label {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    font-weight: 700;
}

.language-switcher select {
    min-width: 112px;
    color: #fff;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 14px;
    outline: 0;
}

.language-switcher option {
    color: #09111f;
}

.hero,
.page-hero,
.section {
    position: relative;
    overflow: hidden;
}

.hero {
    min-height: 680px;
    display: grid;
    align-items: center;
    padding: clamp(64px, 8vw, 108px) 20px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 18%, rgba(185, 231, 101, 0.22), transparent 24%),
        radial-gradient(circle at 14% 76%, rgba(13, 111, 184, 0.34), transparent 30%),
        linear-gradient(135deg, #09111f 0%, #0e2840 54%, #0d6fb8 135%);
}

.hero-inner,
.contact-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
    align-items: center;
    gap: clamp(32px, 5vw, 72px);
}

.hero-copy {
    position: relative;
    z-index: 1;
}

.hero-visual {
    position: relative;
}

.hero-visual img {
    width: 100%;
    min-height: 430px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}

.metric-stack {
    position: absolute;
    right: -14px;
    bottom: 28px;
    display: grid;
    gap: 10px;
    width: min(260px, 58%);
}

.metric-stack span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #eaf3fb;
    background: rgba(9, 17, 31, 0.72);
    backdrop-filter: blur(14px);
}

.metric-stack strong {
    color: var(--lime);
}

.custom-hero-no-image {
    grid-template-columns: minmax(0, 900px);
}

.hero h1,
.page-hero h1,
.article h1 {
    margin: 0;
    font-size: clamp(44px, 6.3vw, 84px);
    line-height: 1.04;
    letter-spacing: 0;
}

.hero p,
.page-hero p {
    max-width: 720px;
    color: rgba(236, 244, 250, 0.82);
    font-size: 19px;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--brand-dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow,
.dark-section .eyebrow,
.talent-hero .eyebrow {
    color: var(--lime);
}

.actions,
.category-bar,
.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.button,
.category-bar a,
.tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 17px;
    border: 1px solid var(--line);
    border-radius: 6px;
    color: var(--ink);
    background: #fff;
    font-weight: 800;
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover,
.category-bar a:hover,
.tags a:hover {
    transform: translateY(-1px);
    border-color: var(--brand);
}

.button.primary,
.category-bar a.active {
    color: #fff;
    border-color: var(--brand);
    background: var(--brand);
}

.hero .button:not(.primary),
.page-hero .button:not(.primary),
.dark-section .button:not(.primary) {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
}

.section {
    padding: clamp(58px, 7vw, 94px) 20px;
}

.soft-section {
    background:
        linear-gradient(180deg, #f8fbfd 0%, #eef5f9 100%);
}

.dark-section {
    color: #fff;
    background:
        radial-gradient(circle at 86% 10%, rgba(13, 111, 184, 0.36), transparent 28%),
        linear-gradient(135deg, #09111f, #102840);
}

.two-col,
.split,
.armoury {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: center;
}

.section h2,
.article h2 {
    margin: 0 0 16px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: 0;
}

.section p {
    color: var(--muted);
}

.dark-section p {
    color: #c8d9e7;
}

.text-block {
    max-width: 980px;
    margin: 0 auto;
}

.text-block-body {
    max-width: 760px;
    color: var(--muted);
    font-size: 19px;
}

.text-block-body p {
    margin: 0 0 18px;
}

.custom-html-block {
    padding: 0;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.feature-grid article,
.contact-grid article,
.person-card {
    min-height: 150px;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 50px rgba(16, 23, 35, 0.07);
}

.feature-grid article {
    position: relative;
}

.feature-grid article::before {
    content: "";
    display: block;
    width: 36px;
    height: 4px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--brand), var(--lime));
}

.feature-grid strong,
.feature-grid span {
    display: block;
}

.feature-grid strong {
    margin-bottom: 10px;
    font-size: 19px;
}

.feature-grid span {
    color: var(--muted);
}

.armoury img,
.split img,
.contact-hero img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.armoury img,
.split img {
    min-height: 360px;
}

.logo-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 18px;
    align-items: center;
}

.customer-logo {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 132px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(16, 23, 35, 0.06);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.customer-logo::before,
.customer-logo::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    background: var(--accent);
    clip-path: polygon(50% 0%, 62% 36%, 100% 50%, 62% 64%, 50% 100%, 38% 64%, 0% 50%, 38% 36%);
    pointer-events: none;
}

.customer-logo::before {
    top: 22px;
    right: 28px;
}

.customer-logo::after {
    left: 30px;
    bottom: 24px;
    width: 8px;
    height: 8px;
    background: var(--lime);
}

.customer-logo:hover {
    transform: translateY(-3px);
    border-color: rgba(240, 180, 44, 0.72);
    box-shadow: 0 22px 56px rgba(16, 23, 35, 0.12);
}

.customer-logo:hover::before {
    animation: sparkle 820ms ease both;
}

.customer-logo:hover::after {
    animation: sparkle 820ms 110ms ease both;
}

.logo-row img {
    width: 100%;
    height: 92px;
    object-fit: contain;
    transition: transform 180ms ease;
}

.customer-logo:hover img {
    transform: scale(1.04);
}

@keyframes sparkle {
    0% {
        opacity: 0;
        transform: scale(0.4) rotate(0deg);
    }

    38% {
        opacity: 1;
        transform: scale(1.35) rotate(18deg);
    }

    100% {
        opacity: 0;
        transform: scale(0.65) rotate(42deg);
    }
}

@keyframes talent-scan {
    0%,
    12% {
        transform: translateX(-72%);
    }

    58%,
    100% {
        transform: translateX(72%);
    }
}

@keyframes talent-float {
    0%,
    100% {
        opacity: 0.62;
        transform: translate(-50%, -50%);
    }

    50% {
        opacity: 0.96;
        transform: translate(-50%, calc(-50% - 7px));
    }
}

@keyframes talent-gem {
    0%,
    100% {
        transform: translate(-50%, -50%) rotate(45deg) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) rotate(45deg) scale(1.1);
    }
}

.timeline {
    display: grid;
    gap: 14px;
}

.timeline article {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px 16px;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
}

.timeline span {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    background: var(--brand);
    font-weight: 900;
}

.timeline strong {
    font-size: 19px;
}

.timeline p {
    margin: 0;
}

.compact-list article {
    padding: 14px 0;
}

.check-list {
    padding-left: 20px;
    color: #40516a;
}

.section-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.section-heading a {
    color: var(--brand-dark);
    font-weight: 800;
}

.section-heading a:hover,
.footer a:hover {
    color: var(--accent);
}

.post-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.insight-posts-shell {
    position: relative;
    min-height: 220px;
}

.insight-posts-shell .post-grid {
    transition: opacity 180ms ease, transform 220ms ease;
}

.insight-list.is-loading .post-grid {
    opacity: 0.32;
    transform: translateY(8px);
    pointer-events: none;
}

.insight-list.is-ready .post-card {
    animation: insightCardIn 280ms ease;
}

.insight-list.is-ready .post-card:nth-child(2) {
    animation-delay: 45ms;
}

.insight-list.is-ready .post-card:nth-child(3) {
    animation-delay: 90ms;
}

.insight-list.is-ready .post-card:nth-child(n + 4) {
    animation-delay: 120ms;
}

.insight-loading {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    place-items: start center;
    padding-top: 64px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
}

.insight-list.is-loading .insight-loading {
    opacity: 1;
}

.insight-loading span {
    width: 42px;
    height: 42px;
    border: 3px solid rgba(13, 111, 184, 0.16);
    border-top-color: var(--brand);
    border-radius: 999px;
    animation: insightSpin 720ms linear infinite;
}

.insight-empty {
    grid-column: 1 / -1;
    margin: 0;
    padding: 28px;
    border: 1px solid rgba(13, 111, 184, 0.12);
    border-radius: 8px;
    color: #40516a;
    background: #fff;
}

.insight-more-status {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin-top: 24px;
    color: #667085;
    font-size: 14px;
    font-weight: 800;
}

.insight-more-status.is-loading::before {
    content: "";
    width: 26px;
    height: 26px;
    border: 3px solid rgba(13, 111, 184, 0.16);
    border-top-color: var(--brand);
    border-radius: 999px;
    animation: insightSpin 720ms linear infinite;
}

.insight-sentinel {
    width: 100%;
    height: 1px;
}

@keyframes insightSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes insightCardIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.insight-filter-panel {
    position: relative;
    margin-bottom: 38px;
    padding: 18px;
    border: 1px solid rgba(13, 111, 184, 0.12);
    border-radius: 8px;
    background:
        radial-gradient(circle at 96% 0%, rgba(185, 231, 101, 0.2), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 14px 38px rgba(16, 23, 35, 0.06);
}

.insight-filter-panel::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: linear-gradient(180deg, var(--brand), var(--lime));
}

.insight-filter-panel + .post-grid {
    margin-top: 0;
}

.insight-filter-panel .category-bar {
    gap: 12px;
}

.insight-filter-panel .category-bar a {
    min-height: 40px;
    padding: 8px 15px;
    border-color: rgba(13, 111, 184, 0.18);
    border-radius: 999px;
    color: var(--brand-dark);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.56);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.insight-filter-panel .category-bar a:hover {
    transform: translateY(-2px);
    border-color: rgba(13, 111, 184, 0.36);
    background: #fff;
    box-shadow: 0 10px 24px rgba(13, 111, 184, 0.1);
}

.insight-filter-panel .category-bar a.active {
    color: #fff;
    border-color: var(--brand);
    background: linear-gradient(135deg, var(--brand-dark), var(--brand));
    box-shadow: 0 12px 26px rgba(13, 111, 184, 0.22);
}

.insight-filter-panel .tag-filter-bar {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(13, 111, 184, 0.1);
}

.insight-filter-panel .tag-filter-bar a {
    min-height: 34px;
    padding: 6px 12px;
    color: #40516a;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.54);
}

.insight-filter-panel .tag-filter-bar a.active {
    color: var(--brand-dark);
    border-color: rgba(185, 231, 101, 0.8);
    background: rgba(185, 231, 101, 0.28);
    box-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
    .insight-posts-shell .post-grid,
    .insight-loading,
    .insight-filter-panel .category-bar a {
        transition: none;
    }

    .insight-list.is-loading .post-grid,
    .insight-filter-panel .category-bar a:hover {
        transform: none;
    }

    .insight-list.is-ready .post-card,
    .insight-loading span,
    .insight-more-status.is-loading::before {
        animation: none;
    }
}

.post-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid rgba(13, 111, 184, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, rgba(13, 111, 184, 0.32), rgba(185, 231, 101, 0.32)) border-box;
    box-shadow: 0 16px 42px rgba(16, 23, 35, 0.07);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.post-card:hover {
    transform: translateY(-5px);
    border-color: rgba(13, 111, 184, 0.32);
    box-shadow: 0 24px 64px rgba(16, 23, 35, 0.14);
}

.post-card > a {
    display: block;
    overflow: hidden;
    background: var(--soft);
}

.post-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    transition: transform 240ms ease, filter 240ms ease;
}

.post-card:hover img {
    transform: scale(1.045);
    filter: saturate(1.08) contrast(1.03);
}

.post-card > div {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.post-card h3 {
    margin: 6px 0 8px;
    font-size: 21px;
    line-height: 1.25;
}

.post-card h3 a {
    transition: color 160ms ease;
}

.post-card h3 a:hover {
    color: var(--brand);
}

.post-card p {
    margin: 0 0 12px;
}

.post-card > div > p:not(.meta) {
    color: var(--muted);
}

.post-card .tags {
    margin-top: auto;
    padding-top: 6px;
}

.insight-section {
    background:
        radial-gradient(circle at 84% 18%, rgba(185, 231, 101, 0.16), transparent 24%),
        linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
}

.insight-showcase {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: clamp(26px, 5vw, 58px);
    align-items: start;
}

.insight-intro {
    position: sticky;
    top: 112px;
}

.insight-topics {
    display: flex;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    gap: 10px;
    order: 3;
}

.insight-topics span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 6px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--brand-dark);
    background: #fff;
    font-size: 14px;
    font-weight: 800;
}

.insight-article-grid {
    display: grid;
    gap: 14px;
}

.insight-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    min-height: 168px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 50px rgba(16, 23, 35, 0.07);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.insight-card:hover {
    transform: translateY(-3px);
    border-color: rgba(13, 111, 184, 0.36);
    box-shadow: 0 24px 62px rgba(16, 23, 35, 0.12);
}

.insight-card img {
    width: 100%;
    height: 100%;
    min-height: 140px;
    border-radius: 6px;
    object-fit: cover;
}

.insight-card h3 {
    margin: 6px 0 8px;
    font-size: 20px;
    line-height: 1.28;
}

.insight-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.meta {
    color: var(--muted);
    font-size: 14px;
}

.tags a {
    min-height: 30px;
    padding: 4px 9px;
    color: var(--brand-dark);
    font-size: 13px;
    background: #eef6fc;
    border-color: #d1e8f7;
}

.tag-filter-bar {
    margin-top: 12px;
}

.article {
    max-width: 980px;
    margin: 0 auto;
    padding: clamp(40px, 7vw, 86px) 20px 20px;
}

.insight-reader {
    --reader-bg: #ffffff;
    --reader-panel: #f7fafc;
    --reader-ink: #101723;
    --reader-muted: #5f6b7a;
    --reader-line: #dbe3ec;
    --reader-link: #0d6fb8;
    --reader-accent: #b9e765;
    --reader-font-scale: 1;
    position: relative;
    max-width: none;
    min-height: 100vh;
    background: var(--reader-bg);
    color: var(--reader-ink);
    transition: background 180ms ease, color 180ms ease;
}

.insight-reader[data-reader-theme="dark"] {
    --reader-bg: #08111e;
    --reader-panel: #101c2b;
    --reader-ink: #eef6fc;
    --reader-muted: #aab8c7;
    --reader-line: #223247;
    --reader-link: #8fd0ff;
    --reader-accent: #8fd0ff;
    --reader-shadow: rgba(0, 0, 0, 0.34);
}

.insight-reader header,
.insight-reader .article-cover,
.insight-reader .article-body {
    width: min(100%, 900px);
    margin-left: auto;
    margin-right: auto;
}

.insight-reader header {
    display: grid;
    gap: 16px;
    padding: clamp(22px, 4vw, 48px) 0 clamp(18px, 3vw, 30px);
    border-bottom: 1px solid var(--reader-line);
}

.reader-toolbar {
    position: sticky;
    top: 82px;
    z-index: 6;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 max(18px, calc((100vw - 1120px) / 2)) 18px auto;
    padding: 6px;
    border: 1px solid var(--reader-line);
    border-radius: 999px;
    background: color-mix(in srgb, var(--reader-bg) 88%, transparent);
    box-shadow: 0 14px 34px var(--reader-shadow, rgba(16, 23, 35, 0.12));
    backdrop-filter: blur(16px);
}

.reader-tool {
    width: 38px;
    height: 38px;
    display: inline-grid;
    place-items: center;
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: var(--reader-ink);
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 850;
    line-height: 1;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.reader-tool:hover {
    background: color-mix(in srgb, var(--reader-line) 55%, transparent);
    transform: translateY(-1px);
}

.reader-tool:focus-visible {
    outline: 2px solid var(--reader-accent);
    outline-offset: 2px;
}

.reader-tool[disabled] {
    color: var(--reader-muted);
    cursor: default;
    opacity: 0.48;
    transform: none;
}

.reader-icon {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.reader-icon-moon,
.insight-reader[data-reader-theme="dark"] .reader-icon-sun {
    display: none;
}

.insight-reader[data-reader-theme="dark"] .reader-icon-moon {
    display: block;
}

.reader-tool-large {
    font-size: 15px;
}

.article h1 {
    max-width: 860px;
    margin: 0;
    color: var(--reader-ink);
    font-size: clamp(36px, 5.2vw, 68px);
    line-height: 1.08;
}

.article-excerpt {
    max-width: 720px;
    margin: 0;
    color: var(--reader-muted);
    font-size: calc(19px * var(--reader-font-scale));
    line-height: 1.72;
}

.article-cover {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    margin: 34px 0 18px;
    border-radius: 8px;
    box-shadow: 0 22px 60px var(--reader-shadow, rgba(16, 23, 35, 0.16));
}

.article-body {
    max-width: 760px;
    padding: clamp(28px, 5vw, 54px) 0 clamp(34px, 6vw, 72px);
    font-size: calc(19px * var(--reader-font-scale));
    line-height: 1.9;
}

.insight-reader .meta,
.insight-reader .article-body {
    color: var(--reader-ink);
}

.insight-reader .tags a {
    border-color: var(--reader-line);
    color: var(--reader-ink);
    background: var(--reader-panel);
}

.insight-reader .tags a:hover {
    border-color: var(--reader-accent);
    color: var(--reader-bg);
    background: var(--reader-accent);
}

.insight-reader .article-body p {
    margin: 0 0 1.3em;
}

.insight-reader .article-body :where(p, li, blockquote, div, span, strong, em, a, figcaption, td, th) {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.insight-reader[data-reader-theme="dark"] .article-body :where(p, li, div, span, strong, em, figcaption, td, th, ul, ol, h2, h3, h4, h5, h6) {
    background-color: transparent !important;
}

.insight-reader .article-body h2,
.insight-reader .article-body h3 {
    margin: 1.9em 0 0.7em;
    color: var(--reader-ink) !important;
    line-height: 1.28;
}

.insight-reader .article-body h2 {
    font-size: 1.55em !important;
}

.insight-reader .article-body h3 {
    font-size: 1.25em !important;
}

.insight-reader .article-body :where(h4, h5, h6) {
    color: var(--reader-ink) !important;
    font-size: 1.1em !important;
    line-height: 1.35 !important;
}

.insight-reader .article-body a {
    color: var(--reader-link) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.insight-reader .article-body blockquote {
    margin: 1.4em 0;
    padding: 1em 1.2em;
    border-left: 4px solid var(--reader-accent);
    border-left-color: var(--reader-accent) !important;
    border-radius: 0 8px 8px 0;
    color: var(--reader-muted) !important;
    background: var(--reader-panel) !important;
}

.insight-reader .article-body blockquote :where(p, li, div, span, strong, em) {
    color: inherit !important;
}

.insight-reader .article-body :where(ul, ol) {
    color: var(--reader-ink) !important;
}

.insight-reader .article-body :where(pre, code) {
    border: 1px solid var(--reader-line);
    border-radius: 6px;
    color: var(--reader-ink) !important;
    background: var(--reader-panel) !important;
}

.insight-reader .article-body code {
    padding: 0.08em 0.35em;
}

.insight-reader .article-body pre {
    overflow-x: auto;
    padding: 1em;
}

.insight-reader .article-body pre code {
    padding: 0;
    border: 0;
    background: transparent !important;
}

.insight-reader .article-body table {
    width: 100%;
    border-collapse: collapse;
    color: var(--reader-ink);
}

.insight-reader .article-body :where(td, th) {
    border: 1px solid var(--reader-line);
    padding: 0.65em 0.8em;
}

.insight-reader .article-body th {
    background: var(--reader-panel);
}

.insight-reader .article-body img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 1.5em 0;
    border-radius: 8px;
}

.related-insights-section {
    position: relative;
    overflow: hidden;
    padding: clamp(56px, 7vw, 92px) 20px;
    border-top: 1px solid rgba(13, 111, 184, 0.12);
    background:
        linear-gradient(180deg, #f8fbfd 0%, #eef5f9 100%);
}

.related-insights-inner {
    position: relative;
    z-index: 1;
    width: min(100%, var(--max));
    margin: 0 auto;
}

.related-insights-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 26px;
}

.related-insights-heading .eyebrow {
    margin-bottom: 8px;
}

.related-insights-heading h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
}

.related-insights-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.related-insight-card {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid rgba(13, 111, 184, 0.14);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(16, 23, 35, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.related-insight-card:hover {
    transform: translateY(-4px);
    border-color: rgba(13, 111, 184, 0.32);
    box-shadow: 0 26px 66px rgba(16, 23, 35, 0.14);
}

.related-insight-media {
    display: block;
    overflow: hidden;
    background: var(--soft);
}

.related-insight-media img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 240ms ease, filter 240ms ease;
}

.related-insight-card:hover .related-insight-media img {
    transform: scale(1.04);
    filter: saturate(1.06) contrast(1.03);
}

.related-insight-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px;
}

.related-insight-meta {
    margin: 0;
    color: #667085;
    font-size: 13px;
    font-weight: 800;
}

.related-insight-card h3 {
    margin: 0;
    font-size: 21px;
    line-height: 1.28;
}

.related-insight-card h3 a {
    transition: color 160ms ease;
}

.related-insight-card h3 a:hover {
    color: var(--brand);
}

.related-insight-content > p:not(.related-insight-meta) {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: var(--muted);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.related-insight-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 8px;
}

.related-insight-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.related-insight-tags a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--brand-dark);
    background: rgba(13, 111, 184, 0.08);
    font-size: 12px;
    font-weight: 850;
    transition: background 160ms ease, color 160ms ease;
}

.related-insight-tags a:hover {
    color: #fff;
    background: var(--brand);
}

.related-insight-link {
    flex: 0 0 auto;
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(13, 111, 184, 0.22);
    border-radius: 999px;
    color: var(--brand-dark);
    background: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    transition: transform 160ms ease, border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.related-insight-link:hover {
    transform: translateX(2px);
    border-color: var(--brand);
    color: #fff;
    background: var(--brand);
}

.page-hero {
    min-height: 560px;
    display: grid;
    align-items: center;
    padding: clamp(64px, 8vw, 112px) 20px;
    background:
        radial-gradient(circle at 82% 14%, rgba(185, 231, 101, 0.2), transparent 25%),
        linear-gradient(135deg, #0b1728, #0d3b61);
    color: #fff;
}

.page-hero.compact {
    min-height: 380px;
}

.page-hero-inner {
    max-width: 860px;
}

.talent-hero {
    background:
        linear-gradient(90deg, rgba(9, 17, 31, 0.92), rgba(9, 17, 31, 0.54)),
        url("../img/friends-working-in-the-cafe.f17f6bf7d7ea.jpeg") center / cover;
}

.contact-hero {
    min-height: auto;
}

.contact-hero img {
    min-height: 330px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.error-hero {
    min-height: calc(100vh - 76px);
    background:
        radial-gradient(circle at 78% 18%, rgba(240, 180, 44, 0.24), transparent 24%),
        radial-gradient(circle at 16% 78%, rgba(13, 111, 184, 0.32), transparent 28%),
        linear-gradient(135deg, #09111f 0%, #0e2840 58%, #0d6fb8 140%);
}

.error-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
    gap: clamp(28px, 6vw, 72px);
    align-items: center;
}

.error-copy {
    position: relative;
    z-index: 1;
}

.error-copy .actions {
    margin-top: 28px;
}

.error-panel {
    position: relative;
    min-height: 320px;
    padding: clamp(28px, 5vw, 44px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(18px);
}

.error-panel::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
}

.error-panel span {
    display: block;
    color: var(--lime);
    font-size: clamp(76px, 12vw, 138px);
    font-weight: 900;
    line-height: 0.9;
}

.error-panel strong {
    display: block;
    margin-top: 12px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.error-lines {
    display: grid;
    gap: 12px;
    margin-top: 38px;
}

.error-lines i {
    display: block;
    height: 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.22);
}

.error-lines i:nth-child(1) {
    width: 86%;
}

.error-lines i:nth-child(2) {
    width: 64%;
    background: rgba(185, 231, 101, 0.38);
}

.error-lines i:nth-child(3) {
    width: 74%;
}

.leadership-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(230px, 0.7fr) minmax(230px, 0.7fr);
    gap: 18px;
    align-items: stretch;
}

.leadership-copy {
    align-self: center;
    padding-right: clamp(0px, 3vw, 36px);
}

.person-card {
    display: flex;
    flex-direction: column;
}

.person-card h3 {
    margin: 0 0 8px;
    font-size: 28px;
}

.person-photo {
    width: min(100%, 190px);
    aspect-ratio: 1;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 50%;
    background: #dce5ee;
}

.person-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talent-search-visual {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(13, 111, 184, 0.2);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(9, 17, 31, 0.95), rgba(12, 43, 70, 0.94)),
        radial-gradient(circle at 22% 20%, rgba(13, 111, 184, 0.26), transparent 30%);
    box-shadow: 0 24px 70px rgba(9, 17, 31, 0.16);
}

.talent-search-panel {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.talent-search-panel::before {
    content: "";
    position: absolute;
    inset: 28px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.22));
}

.talent-search-radar {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, transparent 12%, rgba(185, 231, 101, 0.08) 42%, rgba(240, 180, 44, 0.22) 50%, rgba(185, 231, 101, 0.08) 58%, transparent 88%);
    transform: translateX(-72%);
    animation: talent-scan 4.8s ease-in-out infinite;
}

.talent-search-crowd {
    position: absolute;
    inset: 44px 38px;
}

.talent-node {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    background: rgba(219, 234, 246, 0.74);
    box-shadow: 0 0 0 6px rgba(219, 234, 246, 0.07);
    transform: translate(-50%, -50%);
    animation: talent-float var(--speed) ease-in-out infinite;
    animation-delay: var(--delay);
}

.talent-node::after {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 4px);
    width: 55%;
    height: 38%;
    border-radius: 999px 999px 8px 8px;
    background: rgba(219, 234, 246, 0.22);
    transform: translateX(-50%);
}

.talent-node.is-gem {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: linear-gradient(135deg, #fff3b0, var(--accent) 48%, var(--lime));
    box-shadow:
        0 0 0 10px rgba(240, 180, 44, 0.12),
        0 0 34px rgba(240, 180, 44, 0.72);
    transform: translate(-50%, -50%) rotate(45deg);
    animation: talent-gem 2.4s ease-in-out infinite;
}

.talent-node.is-gem::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-top: 2px solid rgba(255, 255, 255, 0.72);
    border-left: 2px solid rgba(255, 255, 255, 0.58);
}

.talent-node.is-gem::after {
    display: none;
}

.talent-search-card {
    position: absolute;
    right: 32px;
    bottom: 32px;
    display: grid;
    gap: 2px;
    min-width: 128px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #fff;
    background: rgba(9, 17, 31, 0.72);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(14px);
}

.talent-search-card span {
    color: #b9e765;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.14em;
}

.talent-search-card strong {
    font-size: 34px;
    line-height: 1;
}

.talent-search-visual:hover .talent-search-radar {
    animation-duration: 2.7s;
}

.talent-search-visual:hover .talent-node.is-gem {
    box-shadow:
        0 0 0 14px rgba(240, 180, 44, 0.16),
        0 0 46px rgba(240, 180, 44, 0.86);
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.contact-grid article strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.contact-grid article a {
    color: var(--brand-dark);
    font-weight: 800;
}

.footer {
    padding: 42px 20px;
    color: #dce8f2;
    background: #08111e;
}

.footer-inner {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr 0.8fr;
    gap: 24px;
}

.footer img {
    width: 154px;
    height: 44px;
    object-fit: contain;
    border-radius: 22px;
    margin-bottom: 10px;
}

.footer a {
    display: block;
    color: #dce8f2;
}

.armoury-subnav {
    position: sticky;
    top: 75px;
    z-index: 18;
    padding: 9px 20px;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
}

.armoury-subnav-inner {
    display: flex;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.armoury-subnav a {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 6px 10px;
    border-radius: 6px;
    color: var(--brand-dark);
    font-size: 14px;
    font-weight: 850;
}

.armoury-subnav a:hover {
    color: #fff;
    background: var(--brand);
}

.armoury-hero,
.armoury-page-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.armoury-hero {
    background:
        radial-gradient(circle at 18% 0%, rgba(38, 201, 183, 0.18), transparent 36%),
        linear-gradient(135deg, #07111f 0%, #0d2d4a 56%, #0b1729 100%);
}

.armoury-page-hero.armoury-gradient-hero {
    background:
        radial-gradient(circle at 18% 0%, rgba(38, 201, 183, 0.18), transparent 36%),
        linear-gradient(135deg, #07111f 0%, #0d2d4a 56%, #0b1729 100%);
}

.armoury-page-hero {
    background:
        linear-gradient(90deg, rgba(9, 17, 31, 0.9), rgba(9, 17, 31, 0.58)),
        url("../img/ArmouryBrand-1.72483ac5512b.jpg") center / cover;
}

.armoury-hero {
    min-height: auto;
    display: grid;
    align-items: center;
    padding: clamp(58px, 7vw, 92px) 20px clamp(44px, 6vw, 78px);
}

.armoury-page-hero {
    min-height: 460px;
    display: grid;
    align-items: center;
    padding: clamp(58px, 7vw, 96px) 20px;
}

.armoury-hero-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(30px, 5vw, 56px);
}

.armoury-hero-copy {
    max-width: 880px;
    margin-inline: auto;
    text-align: center;
}

.armoury-hero-copy p {
    margin-inline: auto;
}

.armoury-hero-copy .actions {
    justify-content: center;
}

.armoury-hero-media {
    position: relative;
    overflow: hidden;
    width: min(100%, 1040px);
    justify-self: center;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
}

.armoury-hero-media iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.armoury-brand-hero {
    position: relative;
    display: grid;
    align-items: end;
    min-height: clamp(420px, 58vw, 720px);
    padding: clamp(56px, 8vw, 92px) 20px;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(7, 15, 28, 0.02), rgba(7, 15, 28, 0.72)),
        url("../img/ArmouryBrand-1.72483ac5512b.jpg") center / cover;
}

.armoury-brand-hero-copy {
    max-width: 760px;
    margin: 0;
}

.armoury-brand-hero h2 {
    max-width: 780px;
    margin: 0 0 12px;
    font-size: clamp(34px, 5vw, 62px);
    line-height: 1.08;
}

.armoury-brand-hero p {
    max-width: 680px;
    color: rgba(236, 244, 250, 0.88);
    font-size: 19px;
}

.armoury-hero h1,
.armoury-page-hero h1 {
    margin: 0;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 1.05;
    letter-spacing: 0;
}

.armoury-hero p,
.armoury-page-hero p {
    max-width: 760px;
    color: rgba(236, 244, 250, 0.86);
    font-size: 19px;
}

.armoury-product,
.armoury-screen {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.armoury-product img,
.armoury-screen {
    width: 100%;
    min-height: 330px;
    object-fit: cover;
}

.api-testing-showcase {
    position: relative;
    min-height: clamp(360px, 38vw, 520px);
    padding: clamp(18px, 3vw, 34px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(7, 61, 102, 0.98), rgba(13, 111, 184, 0.72)),
        #102840;
    box-shadow: 0 30px 90px rgba(10, 28, 48, 0.28);
}

.api-testing-showcase::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/armoury/api-testing/data-science-066.87f9638c71ee.png") center / cover no-repeat;
    opacity: 0.18;
}

.api-testing-main-screen,
.api-testing-result-screen {
    position: relative;
    display: block;
    width: min(112%, 760px);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
}

.api-testing-main-screen {
    margin-left: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: left top;
}

.api-testing-result-screen {
    position: absolute;
    left: clamp(16px, 4vw, 42px);
    bottom: clamp(18px, 4vw, 44px);
    width: min(58%, 420px);
    aspect-ratio: 16 / 8;
    object-fit: cover;
    object-position: left top;
}

.api-testing-signal {
    position: absolute;
    right: clamp(16px, 4vw, 42px);
    bottom: clamp(18px, 4vw, 44px);
    width: min(34%, 190px);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: #fff;
    background: rgba(8, 22, 38, 0.82);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.api-testing-signal strong,
.api-testing-signal span {
    display: block;
}

.api-testing-signal strong {
    color: var(--lime);
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1;
}

.api-testing-signal span {
    margin-top: 8px;
    color: rgba(236, 244, 250, 0.84);
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.lead-quote {
    margin: 0;
    padding-left: 18px;
    border-left: 4px solid var(--accent);
    color: #314158;
    font-size: 20px;
    font-weight: 750;
}

.armoury-mini-grid,
.armoury-process-grid,
.armoury-status-grid,
.armoury-feature-grid,
.armoury-feature-strip,
.armoury-story-grid,
.armoury-testimonials,
.armoury-stat-grid,
.armoury-support-grid,
.armoury-pricing-grid,
.armoury-plan-grid {
    display: grid;
    gap: 16px;
}

.armoury-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.armoury-mini-grid article,
.armoury-process-grid article,
.armoury-status-grid article,
.armoury-feature-grid article,
.armoury-feature-strip article,
.armoury-stat-grid article,
.armoury-support-grid article,
.price-card,
.armoury-plan-grid article,
.armoury-faq-list article,
.armoury-blog-list article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(16, 23, 35, 0.07);
}

.armoury-mini-grid article,
.armoury-process-grid article,
.armoury-status-grid article,
.armoury-feature-grid article,
.armoury-feature-strip article,
.armoury-stat-grid article,
.armoury-support-grid article,
.armoury-faq-list article,
.armoury-blog-list article {
    padding: 22px;
}

.armoury-mini-grid strong,
.armoury-mini-grid span,
.armoury-feature-grid strong,
.armoury-feature-grid span,
.armoury-feature-strip strong,
.armoury-feature-strip span,
.armoury-stat-grid strong,
.armoury-stat-grid span,
.armoury-support-grid strong,
.armoury-support-grid span,
.armoury-status-grid strong,
.armoury-status-grid span {
    display: block;
}

.armoury-mini-grid strong,
.armoury-feature-grid strong,
.armoury-feature-strip strong,
.armoury-support-grid strong,
.armoury-status-grid strong {
    margin-bottom: 8px;
    font-size: 19px;
}

.armoury-mini-grid span,
.armoury-feature-grid span,
.armoury-feature-strip span,
.armoury-support-grid span,
.armoury-status-grid span {
    color: var(--muted);
}

.armoury-mini-grid article {
    position: relative;
    padding-left: 88px;
}

.armoury-mini-grid img {
    position: absolute;
    left: 22px;
    top: 24px;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.armoury-stats-section {
    padding-top: 0;
}

.armoury-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.armoury-stat-grid article {
    text-align: center;
    background:
        linear-gradient(180deg, rgba(13, 111, 184, 0.08), rgba(255, 255, 255, 0.96)),
        #fff;
}

.armoury-stat-grid strong {
    color: var(--brand);
    font-size: clamp(44px, 6vw, 72px);
    line-height: 1;
}

.armoury-stat-grid span {
    margin-top: 10px;
    color: #314158;
    font-weight: 850;
}

.armoury-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 24px;
}

.armoury-feature-grid img {
    width: 58px;
    height: 58px;
    margin-bottom: 14px;
    object-fit: contain;
}

.armoury-feature-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 16px;
}

.armoury-feature-strip article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    align-items: center;
    min-height: 126px;
    color: #23344c;
    background:
        linear-gradient(135deg, rgba(7, 61, 102, 0.06), rgba(240, 180, 44, 0.1)),
        #fff;
}

.armoury-feature-strip img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.armoury-feature-grid.text-only {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.armoury-story-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.armoury-story-grid article {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
}

.armoury-story-grid article .story-icon {
    grid-row: span 2;
    width: 76px;
    height: 76px;
    padding: 12px;
    border-radius: 8px;
    object-fit: contain;
    background: #edf6fb;
}

.armoury-story-grid article h2 {
    margin: 0 0 8px;
    font-size: 24px;
}

.armoury-story-grid article p {
    margin: 0;
}

.armoury-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.armoury-status-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.armoury-testimonials {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.armoury-testimonials blockquote {
    margin: 0;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    color: #e8f2fa;
    background: rgba(255, 255, 255, 0.08);
}

.armoury-testimonials img {
    width: 76px;
    height: 76px;
    margin-bottom: 18px;
    border: 3px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    object-fit: cover;
}

.armoury-testimonials p {
    margin: 0;
}

.armoury-testimonials cite {
    display: block;
    margin-top: 14px;
    color: var(--lime);
    font-style: normal;
    font-weight: 850;
}

.armoury-testimonials cite span {
    display: block;
    margin-top: 4px;
    color: rgba(232, 242, 250, 0.72);
    font-size: 13px;
    font-weight: 700;
}

.armoury-support-section {
    padding-top: 0;
    background: #f8fbfd;
}

.armoury-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.armoury-chip-panel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(16, 23, 35, 0.07);
}

.armoury-chip-panel span,
.armoury-language-list span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 13px;
    border-radius: 999px;
    color: var(--brand-dark);
    background: #eaf5fb;
    font-weight: 850;
}

.labels-feature-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.labels-feature-grid article {
    grid-column: span 2;
    min-height: 100%;
}

.labels-feature-grid article:nth-child(n + 4) {
    grid-column: span 3;
}

.labels-feature-grid img {
    padding: 10px;
    border-radius: 8px;
    background: #eef7fb;
}

.labels-chip-panel {
    align-content: center;
    min-height: 238px;
    background:
        linear-gradient(135deg, rgba(13, 111, 184, 0.08), rgba(240, 180, 44, 0.1)),
        #fff;
}

.armoury-chip-panel .label-token,
.label-token {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 13px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 850;
    line-height: 1.25;
}

.armoury-chip-panel .label-token-blue,
.label-token-blue {
    color: #394f62;
    border-color: rgba(104, 132, 154, 0.32);
    background: #d7e1e7;
}

.armoury-chip-panel .label-token-green,
.label-token-green {
    color: #435742;
    border-color: rgba(126, 146, 116, 0.34);
    background: #dbe3d4;
}

.armoury-chip-panel .label-token-purple,
.label-token-purple {
    color: #51485d;
    border-color: rgba(137, 124, 153, 0.34);
    background: #ded8e5;
}

.armoury-chip-panel .label-token-amber,
.label-token-amber {
    color: #675642;
    border-color: rgba(166, 142, 112, 0.34);
    background: #e8dccb;
}

.armoury-chip-panel .label-token-red,
.label-token-red {
    color: #654447;
    border-color: rgba(157, 111, 114, 0.34);
    background: #e7d2d3;
}

.armoury-chip-panel .label-token-cyan,
.label-token-cyan {
    color: #365958;
    border-color: rgba(98, 145, 143, 0.34);
    background: #d3e4e2;
}

.armoury-chip-panel .label-token-ink,
.label-token-ink {
    color: #444957;
    border-color: rgba(113, 120, 136, 0.34);
    background: #d9dce4;
}

.armoury-chip-panel .label-token-lime,
.label-token-lime {
    color: #555c3c;
    border-color: rgba(140, 148, 101, 0.34);
    background: #e2e5cf;
}

.labels-stack-stage {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(104, 132, 154, 0.12), rgba(232, 220, 203, 0.34)),
        #fff;
    box-shadow: 0 18px 48px rgba(16, 23, 35, 0.07);
}

.labels-stack-card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(76%, 360px);
    min-height: 74px;
    padding: 18px 24px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(16, 23, 35, 0.14);
    cursor: pointer;
    font: inherit;
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 900;
    letter-spacing: 0;
    text-align: left;
    transform: translate(-50%, -50%) translate(calc(var(--stack-index, 0) * 16px), calc(var(--stack-index, 0) * 26px)) rotate(calc((var(--stack-index, 0) - 2) * -2deg));
    transition: transform 280ms ease, opacity 280ms ease, box-shadow 280ms ease;
}

.labels-stack-card.is-active {
    z-index: 6;
    opacity: 1;
    box-shadow: 0 28px 70px rgba(16, 23, 35, 0.22);
    transform: translate(-50%, -50%) scale(1.03);
}

.labels-stack-card:not(.is-active) {
    opacity: 0.72;
}

.labels-cloud-section {
    overflow: hidden;
}

.labels-cloud {
    position: relative;
    min-height: 330px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
}

.labels-cloud span {
    position: absolute;
    color: rgba(255, 255, 255, 0.66);
    font-weight: 950;
    letter-spacing: 0;
    line-height: 1;
    transition: transform 220ms ease;
    user-select: none;
}

.labels-cloud span:nth-child(1) {
    left: 8%;
    top: 18%;
    font-size: clamp(42px, 7vw, 86px);
    opacity: 0.22;
}

.labels-cloud span:nth-child(2) {
    right: 13%;
    top: 14%;
    font-size: clamp(30px, 5vw, 62px);
    opacity: 0.42;
}

.labels-cloud span:nth-child(3) {
    left: 30%;
    top: 42%;
    font-size: clamp(36px, 6vw, 76px);
    opacity: 0.34;
}

.labels-cloud span:nth-child(4) {
    left: 9%;
    bottom: 16%;
    font-size: clamp(24px, 4vw, 48px);
    opacity: 0.56;
}

.labels-cloud span:nth-child(5) {
    right: 5%;
    bottom: 18%;
    font-size: clamp(34px, 6vw, 70px);
    opacity: 0.3;
}

.labels-cloud span:nth-child(6) {
    left: 52%;
    top: 10%;
    font-size: clamp(22px, 3vw, 38px);
    opacity: 0.48;
}

.labels-cloud span:nth-child(7) {
    left: 44%;
    bottom: 8%;
    font-size: clamp(20px, 3vw, 34px);
    opacity: 0.6;
}

.labels-cloud span:nth-child(8) {
    right: 30%;
    top: 64%;
    font-size: clamp(24px, 4vw, 44px);
    opacity: 0.44;
}

.armoury-language-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.armoury-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.price-card {
    padding: 30px;
}

.price-card.featured {
    border-color: rgba(240, 180, 44, 0.78);
    box-shadow: 0 24px 70px rgba(16, 23, 35, 0.12);
}

.price-card h2,
.armoury-plan-grid h3,
.armoury-blog-list h2 {
    margin: 0 0 10px;
}

.price-card > strong,
.armoury-plan-grid strong {
    display: block;
    margin: 12px 0;
    color: var(--brand-dark);
    font-size: 26px;
}

.price-card ul {
    padding-left: 20px;
    color: #40516a;
}

.armoury-table-wrap {
    width: 100%;
    margin-top: 20px;
    overflow-x: auto;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
}

.armoury-table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.armoury-table th,
.armoury-table td {
    padding: 13px 16px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.armoury-table th {
    color: #fff;
    background: var(--brand-dark);
}

.armoury-plan-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 24px;
}

.armoury-plan-grid article {
    padding: 24px;
}

.armoury-faq-layout {
    display: grid;
    grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
    gap: clamp(28px, 5vw, 64px);
    align-items: start;
}

.armoury-faq-aside {
    position: sticky;
    top: 142px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        radial-gradient(circle at 100% 0%, rgba(185, 231, 101, 0.18), transparent 36%),
        linear-gradient(135deg, #07111f 0%, #0d2d4a 100%);
    box-shadow: 0 18px 48px rgba(16, 23, 35, 0.12);
}

.armoury-faq-aside h2 {
    margin-bottom: 12px;
    color: #fff;
    font-size: clamp(28px, 3.4vw, 42px);
}

.armoury-faq-aside p {
    margin: 0;
    color: rgba(236, 244, 250, 0.82);
}

.armoury-faq-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.armoury-faq-chips a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 14px;
    font-weight: 850;
}

.armoury-faq-chips a:hover {
    border-color: var(--accent);
    background: rgba(240, 180, 44, 0.14);
}

.armoury-faq-content {
    display: grid;
    gap: 28px;
}

.armoury-blog-list {
    display: grid;
    gap: 14px;
}

.armoury-faq-group {
    scroll-margin-top: 150px;
}

.armoury-faq-group-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.armoury-faq-group-heading span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: var(--brand-dark);
    background: rgba(13, 111, 184, 0.1);
    font-size: 14px;
    font-weight: 950;
}

.armoury-faq-group-heading h2 {
    margin: 0;
    font-size: clamp(24px, 3vw, 34px);
}

.armoury-faq-list {
    display: grid;
    gap: 12px;
}

.armoury-faq-list details {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(16, 23, 35, 0.07);
}

.armoury-faq-list details::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--brand);
    opacity: 0;
    transition: opacity 160ms ease;
}

.armoury-faq-list details[open]::before {
    opacity: 1;
}

.armoury-faq-list summary {
    position: relative;
    min-height: 68px;
    padding: 20px 58px 20px 22px;
    cursor: pointer;
    color: var(--ink);
    font-size: 19px;
    font-weight: 900;
    list-style: none;
}

.armoury-faq-list summary::-webkit-details-marker {
    display: none;
}

.armoury-faq-list summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 22px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: var(--brand-dark);
    background: rgba(13, 111, 184, 0.1);
    font-size: 22px;
    line-height: 1;
    transform: translateY(-50%);
}

.armoury-faq-list details[open] summary::after {
    content: "-";
}

.armoury-faq-list details p {
    margin: 0;
    padding: 0 22px 22px;
    color: #40516a;
}

.armoury-faq-list details p + p {
    padding-top: 0;
}

.armoury-faq-list article strong {
    display: block;
    margin-bottom: 8px;
    font-size: 19px;
}

.armoury-faq-list article p,
.armoury-blog-list article p {
    margin: 0;
}

.armoury-blog-list article .button {
    margin-top: 16px;
}

.armoury-cta {
    color: #fff;
    background:
        linear-gradient(135deg, rgba(9, 17, 31, 0.94), rgba(13, 111, 184, 0.72)),
        url("../img/ArmouryBrand-1.72483ac5512b.jpg") center / cover;
}

.armoury-cta-inner {
    max-width: 820px;
}

.armoury-cta h2 {
    margin: 0 0 12px;
}

.armoury-cta p {
    color: rgba(236, 244, 250, 0.86);
}

.reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity 700ms ease, transform 700ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-band::after {
    content: attr(data-watermark);
    position: absolute;
    right: max(12px, calc((100vw - var(--max)) / 2));
    top: 18px;
    z-index: 0;
    color: rgba(13, 111, 184, 0.08);
    font-size: clamp(72px, 13vw, 190px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    pointer-events: none;
    transform: translateY(var(--watermark-y, 0));
    transition: transform 120ms linear;
}

.dark-section.reveal-band::after,
.hero.reveal-band::after,
.page-hero.reveal-band::after {
    color: rgba(255, 255, 255, 0.08);
}

.section-inner,
.hero-inner,
.armoury-hero-inner,
.page-hero-inner,
.contact-hero-inner,
.error-hero-inner,
.leadership-grid {
    position: relative;
    z-index: 1;
}

@media (max-width: 920px) {
    .site-header,
    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .nav-shell {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .brand-tools {
        width: 100%;
    }

    .nav {
        justify-content: flex-start;
    }

    .hero-inner,
    .armoury-hero-inner,
    .contact-hero-inner,
    .error-hero-inner,
    .two-col,
    .split,
    .armoury,
    .armoury-faq-layout,
    .footer-inner,
    .leadership-grid {
        grid-template-columns: 1fr;
    }

    .armoury-faq-aside {
        position: static;
    }

    .hero {
        min-height: auto;
    }

    .hero-visual img {
        min-height: 300px;
    }

    .error-panel {
        min-height: 260px;
    }

    .post-grid,
    .contact-grid,
    .armoury-pricing-grid,
    .armoury-testimonials,
    .armoury-feature-strip,
    .armoury-support-grid,
    .armoury-plan-grid {
        grid-template-columns: 1fr;
    }

    .insight-showcase {
        grid-template-columns: 1fr;
    }

    .insight-intro {
        position: static;
    }

    .logo-row,
    .feature-grid,
    .armoury-feature-grid,
    .armoury-feature-grid.text-only,
    .labels-feature-grid,
    .armoury-story-grid,
    .armoury-process-grid,
    .armoury-status-grid,
    .armoury-stat-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .labels-feature-grid article,
    .labels-feature-grid article:nth-child(n + 4) {
        grid-column: span 1;
    }

    .armoury-subnav {
        top: 123px;
    }

    .api-testing-showcase {
        min-height: 430px;
    }

    .leadership-copy {
        padding-right: 0;
    }

    .talent-search-visual {
        min-height: 360px;
    }

    .insight-reader {
        padding-top: 26px;
    }

    .insight-reader header,
    .insight-reader .article-cover,
    .insight-reader .article-body {
        width: 100%;
    }

    .related-insights-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .related-insights-grid {
        grid-template-columns: 1fr;
    }

    .reader-toolbar {
        top: 118px;
        margin-right: 0;
        margin-bottom: 14px;
    }

    .article h1 {
        font-size: clamp(34px, 10vw, 48px);
    }

    .article-cover {
        max-height: 380px;
        margin-top: 24px;
    }
}

@media (max-width: 560px) {
    .site-header {
        padding: 10px 14px;
    }

    .brand img {
        width: 154px;
        height: 44px;
    }

    .brand-tools {
        justify-content: space-between;
        gap: 10px;
    }

    .language-switcher {
        min-height: 36px;
        gap: 6px;
        padding: 3px 7px;
    }

    .language-switcher label {
        font-size: 11px;
    }

    .language-switcher select {
        min-width: 96px;
        font-size: 13px;
    }

    .nav {
        width: 100%;
        gap: 4px;
        font-size: 14px;
    }

    .nav a {
        min-height: 36px;
        padding: 7px 9px;
    }

    .hero h1,
    .page-hero h1,
    .armoury-hero h1,
    .armoury-page-hero h1 {
        font-size: 42px;
    }

    .logo-row,
    .feature-grid,
    .armoury-mini-grid,
    .armoury-feature-grid,
    .armoury-feature-grid.text-only,
    .labels-feature-grid,
    .armoury-story-grid,
    .armoury-process-grid,
    .armoury-status-grid,
    .armoury-stat-grid {
        grid-template-columns: 1fr;
    }

    .labels-stack-stage,
    .labels-cloud {
        min-height: 300px;
    }

    .labels-stack-card {
        width: 82%;
        min-height: 64px;
    }

    .armoury-mini-grid article,
    .armoury-story-grid article,
    .armoury-feature-strip article {
        grid-template-columns: 1fr;
        padding-left: 22px;
    }

    .armoury-mini-grid img {
        position: static;
        margin-bottom: 14px;
    }

    .armoury-story-grid article .story-icon {
        grid-row: auto;
        margin-bottom: 14px;
    }

    .button,
    .category-bar a,
    .price-card .button,
    .armoury-plan-grid .button {
        width: 100%;
    }

    .insight-filter-panel {
        margin-bottom: 30px;
        padding: 14px;
    }

    .insight-filter-panel .category-bar a {
        width: auto;
        flex: 1 1 auto;
    }

    .armoury-subnav {
        top: 109px;
        padding-inline: 14px;
    }

    .armoury-faq-aside {
        padding: 24px;
    }

    .armoury-faq-chips a {
        flex: 1 1 calc(50% - 8px);
        justify-content: center;
    }

    .armoury-faq-group-heading {
        align-items: flex-start;
    }

    .armoury-faq-list summary {
        min-height: 62px;
        padding: 18px 52px 18px 18px;
        font-size: 17px;
    }

    .armoury-faq-list summary::after {
        right: 18px;
    }

    .armoury-faq-list details p {
        padding: 0 18px 18px;
    }

    .api-testing-showcase {
        min-height: auto;
        padding-bottom: 18px;
    }

    .api-testing-result-screen,
    .api-testing-signal {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 12px;
    }

    .metric-stack {
        position: static;
        width: 100%;
        margin-top: 12px;
    }

    .insight-card {
        grid-template-columns: 1fr;
    }

    .insight-card img {
        aspect-ratio: 16 / 9;
        height: auto;
    }

    .timeline article {
        grid-template-columns: 40px minmax(0, 1fr);
    }

    .timeline span {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .talent-search-visual {
        min-height: 320px;
    }

    .talent-search-panel::before {
        inset: 18px;
        background-size: 34px 34px;
    }

    .talent-search-crowd {
        inset: 34px 22px;
    }

    .talent-search-card {
        right: 18px;
        bottom: 18px;
    }

    .insight-reader {
        padding-inline: 16px;
    }

    .related-insights-section {
        padding: 46px 16px 58px;
    }

    .related-insight-content {
        padding: 16px;
    }

    .related-insight-footer {
        align-items: flex-start;
    }

    .reader-toolbar {
        top: 108px;
        margin-left: auto;
    }

    .article-body,
    .article-excerpt {
        font-size: calc(18px * var(--reader-font-scale));
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .talent-search-radar,
    .talent-node,
    .talent-node.is-gem {
        animation: none;
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .button,
    .logo-row img {
        transition: none;
    }
}
