:root {
    color-scheme: dark;
    --header-space: 104px;
    --bg: #050a10;
    --bg-2: #07111a;
    --panel: #0d151d;
    --panel-2: #111d27;
    --panel-3: #09131c;
    --line: rgba(214, 232, 242, 0.14);
    --line-strong: rgba(66, 209, 255, 0.42);
    --text: #f7fcff;
    --muted: #b3c3cc;
    --subtle: #8a9ca7;
    --brand: #0a376f;
    --brand-2: #0e6ea8;
    --steel: #c8d5dc;
    --steel-dark: #61727d;
    --signal: #42d1ff;
    --signal-2: #68f0bd;
    --teal: #48d8c5;
    --danger: #e55f54;
    --shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
    --page-pad: clamp(24px, 4.2vw, 92px);
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-5xl: 3rem;
    --leading-tight: 1.1;
    --leading-snug: 1.35;
    --leading-normal: 1.5;
    --leading-relaxed: 1.68;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url("/assets/fonts/inter-vietnamese.woff2") format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400 900;
    font-display: swap;
    src: url("/assets/fonts/inter-latin.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root[data-theme="light"] {
    color-scheme: light;
    --bg: #f4faff;
    --bg-2: #e7f1f8;
    --panel: #ffffff;
    --panel-2: #f0f7fb;
    --panel-3: #e8f2f8;
    --line: rgba(13, 42, 62, 0.13);
    --line-strong: rgba(0, 124, 173, 0.34);
    --text: #071720;
    --muted: #425967;
    --subtle: #687c88;
    --brand: #0a376f;
    --brand-2: #007caf;
    --steel: #40525f;
    --steel-dark: #70818b;
    --signal: #007caf;
    --signal-2: #0b8f72;
    --teal: #148f82;
    --danger: #bf3f38;
    --shadow: 0 24px 62px rgba(22, 28, 30, 0.14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    background:
        linear-gradient(90deg, rgba(66, 209, 255, 0.075) 0 1px, transparent 1px),
        linear-gradient(rgba(214, 232, 242, 0.042) 0 1px, transparent 1px),
        linear-gradient(112deg, #050a10 0%, #08131d 48%, #061018 100%);
    background-size: 84px 84px, 84px 84px, auto;
    color: var(--text);
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
    letter-spacing: 0;
    overflow-x: clip;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body,
.site-shell {
    min-width: 0;
}

:root[data-theme="light"] body {
    background:
        linear-gradient(90deg, rgba(0, 124, 173, 0.07) 0 1px, transparent 1px),
        linear-gradient(rgba(13, 42, 62, 0.055) 0 1px, transparent 1px),
        linear-gradient(112deg, #f7fcff 0%, #e9f4fb 52%, #f4faff 100%);
    background-size: 84px 84px, 84px 84px, auto;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        repeating-linear-gradient(118deg, transparent 0 44px, rgba(66, 209, 255, 0.045) 44px 45px, transparent 45px 112px),
        linear-gradient(180deg, rgba(10, 55, 111, 0.2), transparent 34%, rgba(104, 240, 189, 0.055));
    opacity: 0.9;
    animation: fieldDrift 24s linear infinite;
}

:root[data-theme="light"] body::before {
    background:
        repeating-linear-gradient(118deg, transparent 0 44px, rgba(0, 124, 173, 0.052) 44px 45px, transparent 45px 112px),
        linear-gradient(180deg, rgba(0, 124, 173, 0.085), transparent 35%, rgba(11, 143, 114, 0.055));
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 22%, rgba(0, 0, 0, 0.3)),
        linear-gradient(90deg, rgba(66, 209, 255, 0.09), transparent 18%, transparent 80%, rgba(10, 55, 111, 0.17));
}

:root[data-theme="light"] body::after {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.38), transparent 24%, rgba(255, 255, 255, 0.22)),
        linear-gradient(90deg, rgba(0, 124, 173, 0.075), transparent 18%, transparent 80%, rgba(10, 55, 111, 0.075));
}

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

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

button,
input,
textarea {
    font: inherit;
}

h1,
h2,
h3,
p {
    margin-top: 0;
    overflow-wrap: break-word;
}

pre,
code {
    max-width: 100%;
    overflow-wrap: anywhere;
}

pre {
    overflow-x: auto;
    white-space: pre-wrap;
}

h1 {
    max-width: 780px;
    margin-bottom: 22px;
    color: var(--text);
    font-size: clamp(1.86rem, 2.65vw, 2.32rem);
    line-height: var(--leading-tight);
    font-weight: 700;
    letter-spacing: 0;
}

h2 {
    max-width: 860px;
    margin-bottom: 14px;
    color: var(--text);
    font-size: clamp(1.4rem, 1.9vw, 1.72rem);
    line-height: var(--leading-tight);
    font-weight: 700;
}

h3 {
    color: var(--text);
    font-size: var(--text-lg);
    line-height: var(--leading-snug);
    font-weight: 800;
}

p {
    color: var(--muted);
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
}

.site-shell {
    width: 100%;
    max-width: 100%;
    margin: 0;
    overflow-x: clip;
}

.site-header + main {
    padding-top: var(--header-space);
}

.site-header {
    position: fixed;
    top: 14px;
    left: var(--page-pad);
    right: var(--page-pad);
    z-index: 50;
    display: grid;
    grid-template-columns: minmax(220px, 0.9fr) auto minmax(150px, 0.9fr);
    align-items: center;
    gap: 20px;
    width: auto;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-left: 4px solid var(--signal);
    border-radius: 2px;
    background: rgba(7, 17, 26, 0.96);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(16px);
}

:root[data-theme="light"] .site-header {
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 16px 42px rgba(22, 28, 30, 0.12);
}

.site-header.is-scrolled {
    border-color: var(--line-strong);
    border-left-color: var(--signal-2);
    background: rgba(7, 17, 26, 0.985);
    box-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: max-content;
    max-width: 100%;
}

.brand-mark {
    position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    background: var(--panel-3);
    border: 1px solid var(--line);
}

.brand-mark::after {
    content: "";
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--signal);
    border-bottom: 2px solid var(--signal);
}

.brand-mark img {
    width: 34px;
    height: 34px;
}

.brand-copy {
    display: grid;
    gap: 1px;
    min-width: 0;
}

.brand-copy strong {
    color: var(--text);
    font-size: var(--text-base);
    line-height: var(--leading-snug);
    font-weight: 800;
}

.brand-copy small {
    color: var(--muted);
    font-size: var(--text-xs);
    line-height: var(--leading-snug);
    font-weight: 700;
}

.site-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-self: center;
    gap: 2px;
    min-width: 0;
    max-width: 100%;
    padding: 5px;
    border: 1px solid var(--line);
    background:
        linear-gradient(90deg, rgba(66, 209, 255, 0.06), transparent 26%, transparent 74%, rgba(104, 240, 189, 0.05)),
        var(--panel-3);
    box-shadow: inset 0 -1px 0 rgba(66, 209, 255, 0.12);
    overflow: hidden;
}

:root[data-theme="light"] .site-nav {
    background:
        linear-gradient(90deg, rgba(0, 124, 173, 0.05), transparent 26%, transparent 74%, rgba(11, 143, 114, 0.05)),
        #f8fcff;
}

.site-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, transparent 0 34px, rgba(66, 209, 255, 0.08) 34px 35px, transparent 35px 70px);
    opacity: 0.55;
    pointer-events: none;
}

.site-nav a,
.nav-dropdown-toggle,
.header-cta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 38px;
    padding: 0 14px;
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    font-weight: 700;
    max-width: 100%;
    white-space: normal;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.nav-dropdown-toggle {
    border: 0;
    background: transparent;
    cursor: pointer;
    font: inherit;
}

.site-nav a > svg {
    width: 16px;
    height: 16px;
    color: var(--signal);
    opacity: 0.78;
    transition: opacity 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-dropdown {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

.nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(2, minmax(190px, 1fr));
    gap: 8px;
    min-width: min(560px, calc(100vw - 32px));
    padding: 12px;
    border: 1px solid var(--line-strong);
    background:
        radial-gradient(circle at 12% 0%, rgba(66, 209, 255, 0.18), transparent 32%),
        linear-gradient(145deg, rgba(7, 17, 26, 0.99), rgba(8, 22, 34, 0.985));
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 160ms ease, transform 160ms ease;
}

.nav-dropdown-menu-wide {
    grid-template-columns: repeat(3, minmax(170px, 1fr));
    min-width: min(760px, calc(100vw - 32px));
}

.nav-dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -22px;
    height: 22px;
}

:root[data-theme="light"] .nav-dropdown-menu {
    background:
        radial-gradient(circle at 12% 0%, rgba(0, 133, 191, 0.14), transparent 32%),
        rgba(255, 255, 255, 0.985);
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.is-open .nav-dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.nav-dropdown-menu a {
    gap: 10px;
    justify-content: flex-start;
    min-height: 44px;
    padding: 8px 10px;
    border: 1px solid rgba(173, 229, 255, 0.1);
    background: rgba(255, 255, 255, 0.035);
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a.is-active {
    border-color: var(--line);
    background: rgba(66, 209, 255, 0.1);
    color: var(--text);
    transform: translateY(-1px);
}

.nav-dropdown-menu a svg,
.nav-dropdown-menu .nav-menu-flag {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.nav-dropdown-menu a svg {
    padding: 3px;
    border: 1px solid rgba(173, 229, 255, 0.18);
    background: rgba(66, 209, 255, 0.08);
    color: var(--signal);
}

.nav-dropdown-menu .nav-menu-flag {
    height: 15px;
    border-color: rgba(255, 255, 255, 0.68);
}

.nav-dropdown-menu a span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-dropdown.is-current > .nav-dropdown-toggle,
.nav-dropdown.is-open > .nav-dropdown-toggle {
    color: var(--text);
    background: rgba(66, 209, 255, 0.1);
}

.nav-dropdown-toggle svg:last-child {
    width: 15px;
    height: 15px;
    transition: transform 180ms ease;
}

.nav-dropdown:hover .nav-dropdown-toggle svg:last-child,
.nav-dropdown:focus-within .nav-dropdown-toggle svg:last-child,
.nav-dropdown.is-open .nav-dropdown-toggle svg:last-child {
    transform: rotate(180deg);
}

.home-service-nav {
    justify-content: flex-start;
    max-width: min(100%, 920px);
    overflow: visible;
}

.home-service-nav a,
.home-service-nav .nav-dropdown-toggle {
    flex: 0 0 auto;
    padding-inline: 10px;
    font-size: 0.78rem;
    white-space: nowrap;
}

:root[data-theme="light"] .site-nav a,
:root[data-theme="light"] .nav-dropdown-toggle,
:root[data-theme="light"] .header-cta {
    color: #344b5a;
}

.site-nav a:hover,
.site-nav a.is-active,
.nav-dropdown-toggle:hover,
.header-cta:hover {
    color: var(--text);
    background: rgba(66, 209, 255, 0.1);
    transform: translateY(-1px);
}

.site-nav a.is-active {
    box-shadow: inset 0 -2px 0 var(--signal);
}

.site-nav a:hover > svg,
.site-nav a.is-active > svg {
    opacity: 1;
    transform: translateY(-1px);
}

.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 0;
}

.language-switch {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px;
    min-height: 42px;
    padding: 4px;
    border: 1px solid var(--line);
    background: var(--panel-3);
}

:root[data-theme="light"] .language-switch {
    background: #f8fcff;
}

.language-switch a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 52px;
    height: 32px;
    padding: 0 8px;
    color: var(--muted);
    font-size: var(--text-xs);
    line-height: 1;
    font-weight: 900;
    transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.flag-icon {
    display: block;
    flex: 0 0 auto;
    width: 18px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    object-fit: cover;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.language-switch a:hover,
.language-switch a.is-active {
    color: var(--text);
    background: rgba(66, 209, 255, 0.12);
}

:root[data-theme="light"] .language-switch a.is-active {
    color: #ffffff;
    background: var(--signal);
}

.header-cta {
    border: 1px solid var(--line);
    background: transparent;
}

.theme-toggle,
.menu-toggle {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

:root[data-theme="light"] .theme-toggle,
:root[data-theme="light"] .menu-toggle {
    color: #344b5a;
}

.theme-toggle:hover,
.menu-toggle:hover {
    color: var(--text);
    border-color: var(--line-strong);
    background: rgba(66, 209, 255, 0.1);
    transform: translateY(-1px);
}

.theme-toggle {
    position: relative;
}

.theme-toggle svg {
    position: absolute;
    width: 18px;
    height: 18px;
    transition: opacity 180ms ease, transform 180ms ease;
}

.theme-toggle [data-lucide="sun"] {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.theme-toggle [data-lucide="moon"] {
    opacity: 0;
    transform: scale(0.8) rotate(-20deg);
}

:root[data-theme="light"] .theme-toggle [data-lucide="sun"] {
    opacity: 0;
    transform: scale(0.8) rotate(20deg);
}

:root[data-theme="light"] .theme-toggle [data-lucide="moon"] {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.menu-toggle {
    display: none;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px auto;
    background: currentColor;
    transition: transform 180ms ease;
}

.menu-toggle.is-open span:first-child {
    transform: translateY(3.5px) rotate(45deg);
}

.menu-toggle.is-open span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
}

.section-band,
.section-block,
.site-footer,
.cta-band {
    width: 100%;
    margin-inline: 0;
    max-width: 100%;
    min-width: 0;
}

.hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(440px, 0.82fr) minmax(620px, 1.18fr);
    align-items: center;
    gap: clamp(42px, 5vw, 92px);
    min-height: calc(100vh - var(--header-space));
    padding: clamp(30px, 5vh, 58px) var(--page-pad) clamp(58px, 8vh, 96px);
    max-width: 100%;
    min-width: 0;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 54px var(--page-pad) auto;
    height: 1px;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(66, 209, 255, 0.48), transparent);
    animation: railSweep 5.8s ease-in-out infinite;
}

.hero::after {
    content: "";
    position: absolute;
    right: var(--page-pad);
    bottom: 9%;
    z-index: -1;
    width: min(36vw, 560px);
    height: 42%;
    border: 1px solid rgba(66, 209, 255, 0.12);
    border-left: 0;
    transform: skewX(-10deg);
    animation: framePulse 7s ease-in-out infinite;
}

.hero-copy {
    position: relative;
    min-width: 0;
}

.hero-copy::before {
    content: "";
    display: block;
    width: 76px;
    height: 3px;
    margin-bottom: 22px;
    background: var(--signal);
    box-shadow: 28px 0 0 var(--brand-2), 56px 0 0 var(--steel-dark);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: var(--signal);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 800;
    text-transform: uppercase;
}

.eyebrow svg {
    width: 15px;
    height: 15px;
}

.hero-lead {
    max-width: 720px;
    margin-bottom: 16px;
    color: var(--muted);
    font-size: var(--text-base);
    line-height: 1.75;
}

.hero-regions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 720px;
    margin-bottom: 26px;
    min-width: 0;
}

.hero-regions span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 5px 10px;
    border: 1px solid var(--line);
    background: rgba(66, 209, 255, 0.08);
    color: var(--text);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 800;
    white-space: nowrap;
}

:root[data-theme="light"] .hero-regions span {
    background: rgba(0, 132, 180, 0.08);
}

.hero-actions,
.footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 0;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    font-weight: 800;
    overflow: hidden;
    max-width: 100%;
    white-space: normal;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.btn::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 0 36%, rgba(255, 255, 255, 0.4) 48%, transparent 60% 100%);
    transform: translateX(-130%);
    pointer-events: none;
}

.btn:hover::after {
    animation: buttonScan 720ms ease;
}

.btn svg {
    width: 18px;
    height: 18px;
    transition: transform 180ms ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn:hover svg {
    transform: translateX(3px);
}

.btn-primary {
    color: #02131d;
    background: var(--signal);
    box-shadow: 8px 8px 0 rgba(10, 55, 111, 0.75);
}

:root[data-theme="light"] .btn-primary {
    color: #ffffff;
    background: #007caf;
    box-shadow: 8px 8px 0 rgba(7, 23, 32, 0.14);
}

.btn-primary:hover {
    background: #79dcff;
    box-shadow: 11px 11px 0 rgba(10, 55, 111, 0.82);
}

:root[data-theme="light"] .btn-primary:hover {
    background: #006f9d;
    box-shadow: 11px 11px 0 rgba(7, 23, 32, 0.18);
}

.btn-secondary {
    color: var(--text);
    border-color: var(--line);
    background: var(--panel-3);
}

.btn-secondary:hover {
    border-color: var(--line-strong);
    background: rgba(66, 209, 255, 0.08);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 42px;
}

.hero-stats div {
    position: relative;
    min-height: 104px;
    padding: 16px;
    border: 1px solid var(--line);
    background: var(--panel);
    overflow: hidden;
    min-width: 0;
}

.hero-stats div::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 3px;
    background: var(--signal);
}

.hero-stats strong,
.hero-stats span {
    color: var(--text);
    font-size: var(--text-2xl);
    line-height: var(--leading-tight);
    font-weight: 800;
}

.hero-stats small {
    display: block;
    margin-top: 8px;
    color: var(--muted);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 700;
}

.hero-visual {
    position: relative;
    min-width: 0;
    isolation: isolate;
    perspective: 1400px;
    animation: mockupFloat 8s ease-in-out infinite;
}

.hero-visual::before {
    content: "";
    position: absolute;
    inset: 7% -3% 8% 6%;
    z-index: -1;
    border: 1px solid rgba(66, 209, 255, 0.26);
    transform: rotate(-2deg);
}

.laptop-mockup {
    position: relative;
    width: min(100%, 1160px);
    max-width: 100%;
    margin-left: auto;
    transform: rotateY(-7deg) rotateX(3deg);
    transform-origin: center;
}

.laptop-lid {
    position: relative;
    overflow: hidden;
    padding: 12px;
    border: 1px solid rgba(214, 232, 242, 0.22);
    border-left: 5px solid var(--signal);
    background: #0b0f12;
    box-shadow: var(--shadow), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.laptop-lid::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 18%, rgba(66, 209, 255, 0.14) 38%, transparent 54%);
    transform: translateX(-120%);
    animation: screenSheen 7s ease-in-out infinite;
    pointer-events: none;
}

.dashboard-window {
    display: block;
    overflow: hidden;
    border: 1px solid rgba(214, 232, 242, 0.18);
    background: #070b0e;
}

.laptop-lid,
.dashboard-window,
.dashboard-screen,
.window-bar,
.metric-widget,
.status-strip span {
    color-scheme: dark;
}

.window-bar {
    display: flex;
    align-items: center;
    gap: 7px;
    height: 38px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(214, 232, 242, 0.16);
    background: #0b1015;
}

.window-bar span {
    width: 9px;
    height: 9px;
    background: var(--danger);
}

.window-bar span:nth-child(2) {
    background: var(--signal);
}

.window-bar span:nth-child(3) {
    background: var(--teal);
}

.window-bar strong {
    margin-left: 8px;
    color: #c7d0d0;
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 800;
}

.dashboard-screen {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    min-height: 540px;
    background: #05080a;
}

.dashboard-screen picture {
    position: absolute;
    inset: 0;
}

.dashboard-screen picture,
.dashboard-screen img {
    width: 100%;
    height: 100%;
}

.dashboard-screen img {
    min-height: 540px;
    object-fit: cover;
    transform: scale(1.02);
    filter: saturate(0.84) contrast(1.08);
}

.dashboard-screen::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 8, 10, 0.88) 0%, rgba(5, 8, 10, 0.38) 42%, rgba(5, 8, 10, 0.12) 100%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 7px);
}

.dashboard-screen::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -18%;
    z-index: 2;
    width: 16%;
    background: linear-gradient(90deg, transparent, rgba(66, 209, 255, 0.28), transparent);
    transform: skewX(-12deg);
    animation: dashboardSweep 5.6s ease-in-out infinite;
}

.dashboard-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.metric-widget {
    position: absolute;
    display: grid;
    gap: 4px;
    padding: 16px;
    border: 1px solid rgba(214, 232, 242, 0.24);
    border-top: 3px solid var(--signal);
    background: rgba(8, 12, 15, 0.92);
    box-shadow: 12px 14px 0 rgba(0, 0, 0, 0.22);
}

.metric-widget small {
    color: #9ba8aa;
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 800;
    text-transform: uppercase;
}

.metric-widget strong {
    color: #eefaff;
    font-size: var(--text-3xl);
    line-height: var(--leading-tight);
    font-weight: 800;
}

.metric-widget span {
    color: #42d1ff;
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 800;
}

.widget-main {
    left: 28px;
    bottom: 32px;
    width: min(240px, 42%);
    animation: widgetLift 5.8s ease-in-out infinite;
}

.widget-secondary {
    right: 30px;
    top: 44px;
    width: min(210px, 36%);
    animation: widgetLift 6.4s ease-in-out infinite reverse;
}

.network-lines {
    position: absolute;
    right: 22%;
    bottom: 27%;
    width: 34%;
    height: 34%;
    opacity: 0.78;
}

.network-lines span {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(66, 209, 255, 0.9), transparent);
    transform-origin: left center;
    animation: linePulse 4s ease-in-out infinite;
}

.network-lines span:first-child {
    top: 20%;
    transform: rotate(18deg);
}

.network-lines span:nth-child(2) {
    top: 52%;
    transform: rotate(-12deg);
    animation-delay: 0.5s;
}

.network-lines span:nth-child(3) {
    top: 78%;
    transform: rotate(7deg);
    animation-delay: 1s;
}

.laptop-base {
    width: 84%;
    height: 18px;
    margin: 0 auto;
    background: linear-gradient(180deg, #868d8d, #3a4245);
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.34);
}

.status-strip {
    position: absolute;
    right: 7%;
    bottom: 42px;
    left: 13%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    z-index: 4;
}

.status-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 10px;
    border: 1px solid rgba(214, 232, 242, 0.2);
    background: rgba(8, 12, 15, 0.92);
    color: #eefaff;
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 800;
    min-width: 0;
    overflow-wrap: break-word;
}

.status-strip svg {
    width: 16px;
    height: 16px;
    color: var(--signal);
}

.service-marquee {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-block: 1px solid var(--line);
    background: rgba(12, 17, 20, 0.72);
}

:root[data-theme="light"] .service-marquee {
    background: rgba(232, 242, 248, 0.82);
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 0;
    padding: 14px 0;
    animation: marquee 34s linear infinite;
}

.marquee-track span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 22px;
    border-right: 1px solid var(--line);
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    font-weight: 800;
    text-transform: uppercase;
}

.section-block {
    padding: 82px var(--page-pad) 0;
}

.about-band {
    display: grid;
    gap: 16px;
    max-width: 100%;
    min-width: 0;
}

.about-panel {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 1.1fr);
    gap: clamp(28px, 4vw, 70px);
    align-items: end;
    padding: 32px;
    border: 1px solid var(--line-strong);
    border-left: 5px solid var(--signal);
    background:
        linear-gradient(120deg, rgba(66, 209, 255, 0.08), transparent 38%),
        var(--panel);
    box-shadow: var(--shadow);
    min-width: 0;
}

.about-panel h2,
.about-panel p {
    margin-bottom: 0;
}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 100%;
    min-width: 0;
}

.proof-card {
    min-height: 132px;
    padding: 22px;
    border: 1px solid var(--line);
    background: var(--panel-3);
}

.proof-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--text);
    font-size: var(--text-3xl);
    line-height: var(--leading-tight);
    font-weight: 900;
}

.proof-card p {
    margin-bottom: 0;
    font-size: var(--text-sm);
}

.section-heading {
    position: relative;
    max-width: none;
    display: grid;
    grid-template-columns: minmax(280px, 0.82fr) minmax(320px, 1.18fr);
    column-gap: clamp(28px, 4vw, 70px);
    row-gap: 10px;
    align-items: end;
    margin-bottom: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.section-heading .eyebrow {
    grid-column: 1;
    margin-bottom: 0;
}

.section-heading h2 {
    grid-column: 1;
    margin-bottom: 0;
}

.section-heading p:last-child {
    grid-column: 2;
    max-width: 700px;
    margin-bottom: 0;
}

.service-grid,
.feature-grid,
.pricing-grid,
.timeline {
    display: grid;
    gap: 14px;
    max-width: 100%;
    min-width: 0;
}

.market-section {
    display: grid;
    gap: 18px;
}

.market-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.market-stats div,
.market-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(66, 209, 255, 0.08), transparent 46%),
        var(--panel);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.14);
}

.market-stats div {
    display: grid;
    gap: 6px;
    min-height: 104px;
    padding: 18px;
}

.market-stats strong {
    color: var(--text);
    font-size: var(--text-4xl);
    line-height: 1;
    font-weight: 900;
}

.market-stats span {
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    font-weight: 800;
}

.network-map {
    --network-bg: #061018;
    --network-panel: rgba(7, 17, 26, 0.72);
    --network-panel-strong: rgba(10, 25, 34, 0.94);
    --network-text: #f7fcff;
    --network-muted: #c8d5dc;
    --network-subtle: #96aab5;
    --network-line: rgba(200, 213, 220, 0.16);
    --network-accent: #52d7c6;
    --network-blue: #42d1ff;
    position: relative;
    display: grid;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row;
    gap: 16px;
    min-height: 0;
    padding: 22px;
    border: 1px solid var(--line-strong);
    border-radius: 10px;
    color: var(--network-text);
    background:
        radial-gradient(circle at 52% 42%, rgba(82, 215, 198, 0.12), transparent 30%),
        radial-gradient(circle at 82% 72%, rgba(66, 209, 255, 0.08), transparent 24%),
        linear-gradient(135deg, #061018 0%, #0a1820 58%, #050b10 100%);
    box-shadow: var(--shadow);
    overflow: visible;
}

.network-map::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(66, 209, 255, 0.06) 0 1px, transparent 1px),
        linear-gradient(rgba(66, 209, 255, 0.052) 0 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.8), rgba(0,0,0,.28));
    pointer-events: none;
}

.network-map-head,
.network-map-foot,
.network-info-grid,
.world-map {
    position: relative;
    z-index: 1;
}

.network-map-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
}

.network-map-head span {
    display: block;
    color: var(--network-accent);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 900;
    text-transform: uppercase;
}

.network-map-head strong {
    display: block;
    max-width: 680px;
    margin-top: 4px;
    color: var(--network-text);
    font-size: clamp(1.05rem, 1.8vw, 1.45rem);
    line-height: var(--leading-snug);
}

.network-map-head p {
    max-width: 680px;
    margin: 8px 0 0;
    color: var(--network-muted);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
}

.network-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.network-legend small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(82, 215, 198, 0.28);
    border-radius: 999px;
    background: rgba(7, 17, 26, 0.82);
    color: var(--network-muted);
    font-size: var(--text-xs);
    font-weight: 850;
}

.network-legend i {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--network-accent);
    box-shadow: 0 0 16px rgba(104, 240, 189, 0.8);
}

.network-legend small:last-child i {
    width: 18px;
    height: 2px;
    border-radius: 0;
    background: var(--network-blue);
}

.world-map {
    position: relative;
    min-height: clamp(540px, 37vw, 660px);
    margin-inline: clamp(-24px, -1.7vw, -14px);
    border: 1px solid rgba(200, 213, 220, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(200, 213, 220, 0.035) 0 1px, transparent 1px),
        linear-gradient(rgba(200, 213, 220, 0.032) 0 1px, transparent 1px),
        radial-gradient(circle at 54% 45%, rgba(82, 215, 198, 0.08), transparent 34%),
        rgba(2, 10, 18, 0.46);
    background-size: 72px 72px, 72px 72px, auto, auto;
    overflow: visible;
}

.world-map::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(6, 16, 24, 0.2), transparent 22%, transparent 74%, rgba(6, 16, 24, 0.24)),
        linear-gradient(180deg, rgba(6, 16, 24, 0.18), transparent 44%, rgba(6, 16, 24, 0.22));
}

.world-map-art,
.route-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.world-map-art {
    z-index: 0;
    object-fit: fill;
    padding: 0;
    color: rgba(200, 213, 220, 0.24);
    opacity: 1;
    filter: drop-shadow(0 0 22px rgba(82, 215, 198, 0.24));
    transform: none;
}

.route-layer {
    z-index: 2;
    pointer-events: none;
}

.map-routes path {
    fill: none;
    stroke: rgba(82, 215, 198, 0.72);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-dasharray: 10 15;
    animation: networkTrace 3.2s linear infinite;
}

.map-routes path.route-secondary {
    stroke: rgba(66, 209, 255, 0.54);
    stroke-width: 1.9;
    opacity: 0.78;
}

.map-routes path.route-edge {
    stroke: rgba(82, 215, 198, 0.42);
    stroke-width: 1.45;
    stroke-dasharray: 6 13;
    opacity: 0.72;
}

.map-node {
    position: absolute;
    left: var(--node-x);
    top: var(--node-y);
    z-index: 3;
    display: block;
    width: 26px;
    height: 18px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--network-text);
    font-size: var(--text-xs);
    line-height: 1;
    font-weight: 900;
    box-shadow: none;
    cursor: pointer;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 5px 9px rgba(0, 0, 0, 0.42));
    transition: transform 160ms ease, filter 160ms ease;
}

.map-node::before {
    content: "";
    position: absolute;
    left: 50%;
    top: calc(100% + 2px);
    width: 1px;
    height: 12px;
    background: linear-gradient(180deg, rgba(82, 215, 198, 0.8), rgba(82, 215, 198, 0));
    opacity: 0;
    transform: translateX(-50%) scaleY(0.4);
    transform-origin: top;
    transition: opacity 160ms ease, transform 160ms ease;
    pointer-events: none;
}

.map-node::after {
    content: "";
    position: absolute;
    inset: -6px;
    z-index: -1;
    border-radius: 4px;
    background: rgba(82, 215, 198, 0.1);
    box-shadow: 0 0 0 1px rgba(82, 215, 198, 0.22), 0 0 24px rgba(82, 215, 198, 0.2);
    opacity: 0;
    transform: scale(0.72);
    transition: opacity 160ms ease, transform 160ms ease;
    pointer-events: none;
}

.map-node:hover,
.map-node:focus-visible {
    z-index: 4;
    transform: translate(-50%, -58%) scale(1.12);
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.48)) drop-shadow(0 0 10px rgba(82, 215, 198, 0.32));
    outline: 0;
}

.map-node:hover::before,
.map-node:focus-visible::before,
.map-node:hover::after,
.map-node:focus-visible::after {
    opacity: 1;
    transform: translateX(-50%) scaleY(1);
}

.map-node:hover::after,
.map-node:focus-visible::after {
    transform: scale(1);
}

.node-flag {
    display: block;
    width: 26px;
    height: 18px;
    border: 0;
    border-radius: 1px;
    object-fit: cover;
}

.node-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.node-status {
    color: var(--network-accent);
    font-size: 0.67rem;
    line-height: 1;
    font-weight: 900;
}

.node-tooltip {
    position: absolute;
    left: 50%;
    top: calc(100% + 17px);
    z-index: 5;
    display: grid;
    gap: 4px;
    width: max-content;
    min-width: 132px;
    max-width: min(190px, 72vw);
    padding: 11px 14px 10px;
    border: 1px solid rgba(99, 237, 222, 0.58);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(82, 215, 198, 0.92), rgba(66, 209, 255, 0.72)) 0 0 / 100% 2px no-repeat,
        linear-gradient(180deg, #071c2a 0%, #03111d 100%);
    color: var(--network-text);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.58), 0 0 0 4px rgba(82, 215, 198, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    opacity: 0;
    pointer-events: none;
    text-align: center;
    transform: translate(-50%, -7px) scale(0.96);
    transition: opacity 160ms ease, transform 160ms ease;
    backdrop-filter: blur(10px);
}

.map-node:hover .node-tooltip,
.map-node:focus-visible .node-tooltip {
    opacity: 1;
    transform: translate(-50%, 0) scale(1);
}

.node-tooltip strong {
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.12;
    font-weight: 900;
    white-space: nowrap;
    text-shadow: 0 1px 8px rgba(82, 215, 198, 0.22);
}

.node-tooltip small {
    color: #d7e6ed;
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 850;
    white-space: nowrap;
}

.node-tooltip em {
    color: var(--network-accent);
    font-size: var(--text-xs);
    font-style: normal;
    font-weight: 900;
}

.node-tooltip span {
    color: var(--network-muted);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 700;
}

.network-map-foot {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.network-map-foot span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid rgba(200, 213, 220, 0.16);
    border-radius: 999px;
    background: rgba(7, 17, 26, 0.62);
    color: var(--network-muted);
    font-size: var(--text-xs);
    font-weight: 850;
}

.network-map-foot svg {
    width: 15px;
    height: 15px;
    color: var(--network-blue);
}

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

.network-info-grid article {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px 10px;
    align-items: start;
    padding: 14px;
    border: 1px solid rgba(200, 213, 220, 0.18);
    border-radius: 8px;
    background: rgba(7, 17, 26, 0.6);
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.network-info-grid article:hover {
    border-color: rgba(82, 215, 198, 0.36);
    background: rgba(10, 25, 34, 0.78);
    transform: translateY(-2px);
}

.network-info-grid svg {
    grid-row: span 2;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    color: var(--network-blue);
}

.network-info-grid strong {
    color: var(--network-text);
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
}

.network-info-grid p {
    margin: 0;
    color: var(--network-muted);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
}

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

.market-card {
    display: grid;
    gap: 18px;
    padding: 18px;
    min-width: 0;
}

.market-card-head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
}

.market-card-head > svg {
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--line);
    background: var(--panel-3);
    color: var(--signal);
}

.market-card h3 {
    margin: 0 0 5px;
}

.market-card p {
    margin: 0;
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
}

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

.market-item {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 9px;
    row-gap: 2px;
    align-items: center;
    min-height: 54px;
    padding: 8px;
    border: 1px solid var(--line);
    background: var(--panel-3);
}

.market-country {
    grid-row: span 2;
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 24px;
    border: 1px solid var(--line);
    background: rgba(66, 209, 255, 0.08);
}

.market-country .flag-icon {
    width: 22px;
    height: 16px;
}

.market-country b {
    color: var(--signal);
    font-size: 0.65rem;
    line-height: 1;
}

.market-item strong {
    min-width: 0;
    color: var(--text);
    font-size: var(--text-xs);
    line-height: var(--leading-snug);
    font-weight: 900;
}

.market-item em {
    min-width: 0;
    color: var(--signal-2);
    font-size: 0.72rem;
    line-height: var(--leading-normal);
    font-style: normal;
    font-weight: 850;
}

.service-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.feature-card,
.pricing-card,
.timeline-step,
.faq-item,
.why-card,
.commitment-card {
    position: relative;
    border: 1px solid var(--line);
    background: var(--panel);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.16);
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
    overflow: hidden;
    min-width: 0;
}

.service-card::before,
.feature-card::before,
.pricing-card::before,
.timeline-step::before,
.faq-item::before,
.why-card::before,
.commitment-card::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 28px;
    height: 28px;
    border-top: 2px solid var(--signal);
    border-left: 2px solid var(--signal);
    opacity: 0.5;
    transition: width 220ms ease, height 220ms ease, opacity 220ms ease;
}

.service-card::after,
.feature-card::after,
.pricing-card::after,
.timeline-step::after,
.faq-item::after,
.why-card::after,
.commitment-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(66, 209, 255, 0.82), transparent);
    transform: translateX(-100%);
    opacity: 0;
}

.service-card:hover,
.feature-card:hover,
.pricing-card:hover,
.timeline-step:hover,
.faq-item:hover,
.why-card:hover,
.commitment-card:hover {
    transform: translateY(-5px);
    border-color: var(--line-strong);
    background: var(--panel-2);
    box-shadow: 0 26px 64px rgba(0, 0, 0, 0.24);
}

.service-card:hover::after,
.feature-card:hover::after,
.pricing-card:hover::after,
.timeline-step:hover::after,
.faq-item:hover::after,
.why-card:hover::after,
.commitment-card:hover::after {
    opacity: 1;
    animation: cardTrace 900ms ease;
}

:root[data-theme="light"] .service-card:hover,
:root[data-theme="light"] .feature-card:hover,
:root[data-theme="light"] .pricing-card:hover,
:root[data-theme="light"] .timeline-step:hover,
:root[data-theme="light"] .faq-item:hover {
    box-shadow: 0 24px 58px rgba(22, 28, 30, 0.15);
}

.service-card:hover::before,
.feature-card:hover::before,
.pricing-card:hover::before,
.timeline-step:hover::before,
.faq-item:hover::before {
    width: 42px;
    height: 42px;
    opacity: 1;
}

.service-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0;
}

.icon-box {
    display: grid;
    place-items: center;
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
    border: 1px solid var(--line);
    background: var(--panel-3);
    color: var(--signal);
}

.icon-box svg {
    width: 23px;
    height: 23px;
}

.service-media {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    background: rgba(7, 17, 27, 0.72);
    border-bottom: 1px solid var(--line);
}

.service-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 420ms ease, filter 220ms ease;
}

.service-card:hover .service-media img {
    transform: scale(1.035);
    filter: saturate(1.08);
}

.service-media .icon-box {
    position: absolute;
    left: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
    margin: 0;
    background: rgba(7, 17, 27, 0.78);
    backdrop-filter: blur(12px);
}

.service-card-body {
    display: grid;
    align-content: start;
    gap: 8px;
    padding: 16px 16px 18px;
    min-width: 0;
}

.service-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.service-metric {
    display: inline-block;
    color: var(--signal-2);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 800;
}

:root[data-theme="light"] .service-metric {
    color: var(--brand-2);
}

.service-flags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px;
    min-width: 0;
}

.service-flag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 24px;
    padding: 2px 7px;
    border: 1px solid var(--line);
    background: rgba(66, 209, 255, 0.08);
    color: var(--text);
    font-size: 0.68rem;
    line-height: 1;
    font-weight: 800;
    white-space: nowrap;
}

.service-flag .flag-icon {
    width: 16px;
    height: 12px;
}

:root[data-theme="light"] .service-flag {
    background: rgba(0, 132, 180, 0.08);
}

.service-card h3,
.feature-card h3,
.pricing-card h3,
.timeline-step h3 {
    margin-bottom: 8px;
}

.service-card p,
.feature-card p,
.pricing-card p,
.timeline-step p,
.faq-item p {
    margin-bottom: 0;
}

.split-section {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    gap: 44px;
    align-items: start;
}

.split-section .section-heading {
    display: block;
    margin-bottom: 0;
}

.split-section .section-heading .eyebrow,
.faq-section .section-heading .eyebrow {
    margin-bottom: 18px;
}

.split-section .section-heading h2 {
    margin-bottom: 14px;
}

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

.feature-card {
    min-height: 170px;
    padding: 20px;
}

.feature-card > svg {
    width: 26px;
    height: 26px;
    margin-bottom: 22px;
    color: var(--signal);
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 100%;
    min-width: 0;
}

.why-card {
    min-height: 205px;
    padding: 22px;
}

.why-card > svg {
    width: 28px;
    height: 28px;
    margin-bottom: 28px;
    color: var(--signal);
}

.commitment-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: 100%;
    min-width: 0;
}

.commitment-card {
    min-height: 185px;
    padding: 22px;
}

.commitment-card span {
    display: block;
    width: 34px;
    height: 4px;
    margin-bottom: 28px;
    background: var(--signal);
    box-shadow: 16px 0 0 var(--brand-2);
}

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

.pricing-card {
    padding: 22px;
}

.pricing-card.is-featured {
    border-color: var(--line-strong);
    background:
        linear-gradient(180deg, rgba(66, 209, 255, 0.12), transparent 38%),
        var(--panel-2);
}

.plan-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 24px;
    padding: 0 12px;
    border: 1px solid var(--line);
    color: var(--signal);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 800;
    text-transform: uppercase;
}

.price {
    margin: 22px 0;
    color: var(--text);
    font-size: var(--text-3xl);
    line-height: var(--leading-tight);
    font-weight: 800;
}

.price small {
    margin-left: 5px;
    color: var(--subtle);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    font-weight: 700;
}

.pricing-card ul {
    display: grid;
    gap: 12px;
    min-height: 152px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
}

.pricing-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    min-width: 0;
}

.pricing-card li svg {
    width: 17px;
    height: 17px;
    color: var(--teal);
    flex: 0 0 auto;
}

.comparison-panel {
    margin-top: 26px;
    padding: 22px;
    border: 1px solid var(--line);
    background: var(--panel);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.comparison-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.comparison-head span {
    display: block;
    margin-bottom: 8px;
    color: var(--signal);
    font-size: var(--text-xs);
    font-weight: 800;
    line-height: var(--leading-normal);
    text-transform: uppercase;
}

.comparison-head h3 {
    margin: 0;
    color: var(--text);
    font-size: var(--text-2xl);
    line-height: var(--leading-tight);
}

.comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.comparison-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 15px 14px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    text-align: left;
    vertical-align: top;
}

.comparison-table thead th {
    color: var(--subtle);
    font-size: var(--text-xs);
    font-weight: 800;
    text-transform: uppercase;
}

.comparison-table tbody th {
    color: var(--text);
    font-weight: 800;
}

.comparison-table strong {
    color: var(--signal);
    white-space: nowrap;
}

.timeline {
    position: relative;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.timeline::before {
    content: "";
    position: absolute;
    top: 36px;
    left: 7%;
    right: 7%;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--signal) 0 10px, transparent 10px 20px);
    opacity: 0.52;
}

.timeline-step {
    padding: 22px;
}

.timeline-step strong {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 34px;
    border: 1px solid var(--line-strong);
    background: var(--panel-3);
    color: var(--signal);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    font-weight: 800;
}

.faq-section {
    display: grid;
    grid-template-columns: 0.76fr 1.24fr;
    gap: 42px;
}

.faq-section .section-heading {
    display: block;
    margin-bottom: 0;
}

.faq-section .section-heading h2 {
    margin-bottom: 14px;
}

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

.faq-item {
    padding: 0;
    overflow: hidden;
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 72px;
    padding: 0 22px;
    cursor: pointer;
    color: var(--text);
    font-size: var(--text-base);
    line-height: var(--leading-snug);
    font-weight: 800;
    list-style: none;
    min-width: 0;
    overflow-wrap: break-word;
}

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

.faq-item summary svg {
    width: 20px;
    height: 20px;
    color: var(--signal);
    transition: transform 180ms ease;
}

.faq-item[open] summary svg {
    transform: rotate(180deg);
}

.faq-item p {
    padding: 0 22px 22px;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: calc(100% - (var(--page-pad) * 2));
    margin-top: 82px;
    margin-inline: var(--page-pad);
    padding: 36px;
    border: 1px solid var(--line-strong);
    border-left: 5px solid var(--signal);
    background:
        repeating-linear-gradient(120deg, transparent 0 24px, rgba(66, 209, 255, 0.052) 24px 25px, transparent 25px 56px),
        var(--panel);
    box-shadow: var(--shadow);
    min-width: 0;
    max-width: calc(100% - (var(--page-pad) * 2));
}

.cta-band h2 {
    margin-bottom: 10px;
}

.cta-band p:last-child {
    margin-bottom: 0;
}

.site-footer {
    position: relative;
    display: grid;
    gap: 22px;
    width: calc(100% - (var(--page-pad) * 2));
    max-width: calc(100% - (var(--page-pad) * 2));
    margin: 88px var(--page-pad) 34px;
    padding: clamp(24px, 4vw, 42px);
    border: 1px solid var(--line);
    border-left: 5px solid var(--signal);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(66, 209, 255, 0.075) 0 1px, transparent 1px),
        linear-gradient(rgba(214, 232, 242, 0.045) 0 1px, transparent 1px),
        radial-gradient(circle at 14% 16%, rgba(66, 209, 255, 0.13), transparent 34%),
        color-mix(in srgb, var(--panel) 94%, transparent);
    background-size: 64px 64px, 64px 64px, auto, auto;
    color: var(--muted);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    min-width: 0;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 46%;
    pointer-events: none;
    background: linear-gradient(110deg, rgba(104, 240, 189, 0.08), transparent 64%);
}

.footer-main,
.footer-bottom {
    position: relative;
    z-index: 1;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 0.95fr) minmax(360px, 1.35fr);
    gap: clamp(26px, 5vw, 72px);
    align-items: start;
    min-width: 0;
}

.footer-brand,
.footer-nav,
.footer-bottom {
    min-width: 0;
}

.footer-brand p {
    max-width: 480px;
    margin: 16px 0 0;
}

.footer-signal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
}

.footer-signal span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: color-mix(in srgb, var(--panel-3) 72%, transparent);
    color: var(--text);
    font-size: var(--text-xs);
    line-height: 1;
    font-weight: 850;
    min-width: 0;
}

.footer-signal svg {
    width: 15px;
    height: 15px;
    color: var(--signal);
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    margin-top: 20px;
    padding: 0 16px;
    border: 1px solid var(--line-strong);
    border-radius: 4px;
    background: rgba(66, 209, 255, 0.1);
    color: var(--text);
    font-size: var(--text-sm);
    font-weight: 900;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-cta:hover {
    border-color: var(--signal);
    background: rgba(66, 209, 255, 0.16);
    transform: translateY(-1px);
}

.footer-cta svg {
    width: 16px;
    height: 16px;
}

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

.footer-nav div {
    display: grid;
    align-content: start;
    gap: 9px;
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: color-mix(in srgb, var(--panel-3) 70%, transparent);
    min-width: 0;
}

.footer-nav strong {
    color: var(--text);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    font-weight: 900;
}

.footer-nav a,
.footer-links a {
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    font-weight: 800;
    text-decoration: none;
    overflow-wrap: anywhere;
    transition: color 180ms ease, transform 180ms ease;
}

.footer-nav a:hover,
.footer-links a:hover {
    color: var(--signal);
    transform: translateX(2px);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    padding-top: 18px;
    border-top: 1px solid var(--line);
    color: var(--subtle);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 750;
}

.footer-bottom span {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

@media (max-width: 980px) {
    .footer-main {
        grid-template-columns: 1fr;
        gap: 24px;
    }

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

@media (max-width: 620px) {
    .site-footer {
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
        margin: 58px 14px 26px;
        padding: 22px;
    }

    .footer-nav {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

.blog-header {
    position: fixed;
}

.blog-header + main,
.blog-header ~ main {
    padding-top: calc(var(--header-space) + 26px);
}

.blog-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(230px, 300px);
    gap: 22px;
    align-items: end;
    padding: clamp(74px, 9vh, 112px) var(--page-pad) 30px;
    border-bottom: 1px solid var(--line);
}

.blog-hero h1 {
    max-width: 900px;
    margin-bottom: 14px;
}

.blog-hero p:not(.eyebrow) {
    max-width: 720px;
    margin-bottom: 0;
}

.blog-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    width: min(100%, 720px);
    max-width: 100%;
    margin-top: 22px;
}

.blog-search label {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid var(--line);
    background: rgba(13, 21, 29, 0.82);
}

:root[data-theme="light"] .blog-search label {
    background: rgba(255, 255, 255, 0.88);
}

.blog-search svg {
    width: 18px;
    height: 18px;
    color: var(--signal);
}

.blog-search input {
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--text);
}

.blog-search button {
    min-height: 46px;
    padding: 0 16px;
    border: 1px solid #008bc4;
    background: #008bc4;
    color: #ffffff;
    font-weight: 900;
    cursor: pointer;
    max-width: 100%;
    white-space: normal;
    box-shadow: 0 8px 20px rgba(0, 139, 196, 0.26);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.blog-search button:hover {
    border-color: #0074a8;
    background: #0074a8;
    transform: translateY(-1px);
}

.blog-hero-panel {
    padding: 20px;
    border: 1px solid var(--line-strong);
    border-left: 5px solid var(--signal);
    background:
        repeating-linear-gradient(120deg, transparent 0 24px, rgba(66, 209, 255, 0.055) 24px 25px, transparent 25px 56px),
        var(--panel);
}

.blog-hero-panel span,
.blog-hero-panel small {
    display: block;
    color: var(--muted);
    font-size: var(--text-xs);
    font-weight: 800;
    text-transform: uppercase;
}

.blog-hero-panel strong {
    display: block;
    margin: 8px 0 3px;
    color: var(--text);
    font-size: var(--text-4xl);
    line-height: var(--leading-tight);
    font-weight: 900;
}

.blog-list-section,
.related-posts {
    width: 100%;
    margin-inline: 0;
    padding: 34px var(--page-pad) 64px;
}

.blog-category-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
    margin-bottom: 20px;
}

.blog-category-tabs a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    padding: 0 11px;
    border: 1px solid var(--line);
    background: var(--panel-3);
    color: var(--muted);
    font-size: var(--text-sm);
    font-weight: 900;
    transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.blog-category-tabs a span {
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    height: 22px;
    padding: 0 7px;
    border: 1px solid var(--line);
    color: var(--subtle);
    font-size: var(--text-xs);
}

.blog-category-tabs a:hover,
.blog-category-tabs a.is-active {
    border-color: var(--line-strong);
    background: rgba(66, 209, 255, 0.12);
    color: var(--text);
    transform: translateY(-1px);
}

.featured-post {
    display: grid;
    grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    margin-bottom: 16px;
    border: 1px solid var(--line-strong);
    border-left: 5px solid var(--signal);
    background: var(--panel);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    max-width: 100%;
}

.featured-post-media {
    height: 100%;
    min-height: 220px;
    background: var(--panel-3);
}

.featured-post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-width: 0;
    padding: 22px 26px;
}

.featured-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    margin: 0;
    color: var(--signal-2);
    font-size: var(--text-xs);
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.featured-label svg {
    width: 16px;
    height: 16px;
}

.featured-post h2 {
    margin: 0;
    font-size: var(--text-xl);
    line-height: var(--leading-snug);
}

.featured-post p {
    margin-bottom: 0;
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    min-height: 36px;
    padding: 0 12px;
    border: 1px solid var(--line);
    background: var(--panel-3);
    color: var(--text);
    font-size: var(--text-sm);
    font-weight: 900;
    white-space: normal;
}

.read-more-link svg {
    width: 16px;
    height: 16px;
    color: var(--signal);
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 12px;
}

.blog-card {
    position: relative;
    border: 1px solid var(--line);
    background: var(--panel);
    border-radius: 4px;
    overflow: hidden;
    min-width: 0;
    max-width: 100%;
    transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.blog-card:hover {
    transform: translateY(-3px);
    border-color: var(--line-strong);
    box-shadow: var(--shadow);
}

.blog-thumb {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--panel-3);
}

.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 360ms ease, filter 360ms ease;
}

.blog-card:hover .blog-thumb img {
    transform: scale(1.04);
    filter: saturate(1.08);
}

.blog-card-body {
    display: grid;
    gap: 8px;
    min-width: 0;
    padding: 13px;
}

.blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    color: var(--subtle);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 800;
    min-width: 0;
}

.blog-meta span:first-child {
    color: var(--signal);
}

.blog-insights {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    min-width: 0;
}

.blog-insights span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 26px;
    padding: 0 7px;
    border: 1px solid var(--line);
    background: var(--panel-3);
    color: var(--muted);
    font-size: var(--text-xs);
    line-height: 1;
    font-weight: 800;
}

.blog-insights svg {
    width: 14px;
    height: 14px;
    color: var(--signal);
}

.blog-card h2 {
    margin: 0;
    min-height: 0;
    font-size: var(--text-base);
    line-height: var(--leading-snug);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card p {
    margin: 0;
    min-height: 0;
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 2px;
    color: var(--muted);
    font-size: var(--text-xs);
    font-weight: 800;
}

.blog-card-footer a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--text);
}

.blog-card-footer svg {
    width: 15px;
    height: 15px;
    color: var(--signal);
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.pagination a {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    background: var(--panel-3);
    color: var(--muted);
    font-weight: 800;
}

.pagination a.is-active,
.pagination a:hover {
    border-color: var(--line-strong);
    color: var(--text);
    background: rgba(66, 209, 255, 0.12);
}

.blog-empty {
    padding: 40px;
    border: 1px solid var(--line);
    background: var(--panel);
    color: var(--muted);
    text-align: center;
}

.blog-detail {
    width: min(100% - 48px, 1180px);
    margin: 0 auto;
    padding: clamp(72px, 9vh, 104px) 0 30px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
    color: var(--subtle);
    font-size: var(--text-sm);
    font-weight: 700;
    min-width: 0;
}

.breadcrumb a {
    color: var(--muted);
}

.breadcrumb a:hover {
    color: var(--text);
}

.blog-detail-head {
    display: grid;
    gap: 12px;
    max-width: none;
    margin: 0;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.blog-detail-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: clamp(24px, 4vw, 58px);
    align-items: end;
}

.blog-detail-head h1 {
    max-width: 860px;
    margin-bottom: 0;
    font-size: clamp(1.9rem, 3.5vw, 2.65rem);
}

.blog-detail-head p {
    max-width: 760px;
    margin-bottom: 2px;
}

.blog-detail-head img {
    display: none;
}

.category-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid var(--line-strong);
    background: rgba(66, 209, 255, 0.1);
    color: var(--signal);
    font-size: var(--text-xs);
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.article-byline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    color: var(--muted);
    font-size: var(--text-sm);
    font-weight: 800;
    min-width: 0;
}

.article-byline span,
.article-byline time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.article-byline svg {
    width: 16px;
    height: 16px;
    color: var(--signal);
}

.article-side-panel {
    display: grid;
    gap: 10px;
    padding: 18px;
    border: 1px solid var(--line);
    background: var(--panel);
}

.article-side-panel div {
    display: grid;
    grid-template-columns: 28px 1fr;
    column-gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--line);
    background: var(--panel-3);
}

.article-side-panel svg {
    grid-row: span 2;
    width: 20px;
    height: 20px;
    color: var(--signal);
}

.article-side-panel strong {
    color: var(--text);
    font-size: var(--text-xl);
    line-height: 1;
}

.article-side-panel span {
    color: var(--muted);
    font-size: var(--text-xs);
    font-weight: 800;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 28px;
    align-items: start;
    justify-content: stretch;
    margin-top: 22px;
}

.article-sticky {
    position: sticky;
    top: calc(var(--header-space) + 18px);
    max-height: calc(100vh - var(--header-space) - 34px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

.rating-box {
    padding: 16px;
    border: 1px solid var(--line-strong);
    border-left: 5px solid var(--signal);
    background: var(--panel);
}

.article-sidebar-block {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
    padding: 15px;
    border: 1px solid var(--line);
    background: var(--panel);
    min-width: 0;
}

.article-sidebar-block > strong,
.article-sidebar-block > summary,
.article-cta > span {
    color: var(--text);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    font-weight: 900;
}

.toc-block nav {
    display: grid;
    gap: 2px;
}

.toc-block a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: 7px;
    padding: 5px 4px;
    padding-left: calc(4px + (var(--toc-depth, 0) * 10px));
    border-radius: 4px;
    color: var(--muted);
    font-size: var(--text-xs);
    line-height: var(--leading-snug);
    font-weight: 750;
    text-decoration: none;
    transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.toc-block a.is-child {
    padding-left: 12px;
    font-size: var(--text-xs);
    color: var(--subtle);
}

.toc-block a.is-grandchild {
    padding-left: 22px;
    font-size: var(--text-xs);
    color: var(--subtle);
}

.toc-block a:hover {
    background: color-mix(in srgb, var(--signal) 10%, transparent);
    color: var(--signal);
    transform: translateX(2px);
}

.sidebar-categories div {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.sidebar-categories a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 0 8px;
    border: 1px solid var(--line);
    color: var(--muted);
    font-size: var(--text-xs);
    font-weight: 900;
}

.sidebar-categories span {
    color: var(--signal);
}

.sidebar-related a {
    display: grid;
    gap: 3px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--line);
    color: var(--text);
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
    font-weight: 800;
}

.sidebar-related a:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar-related span {
    color: var(--signal);
    font-size: var(--text-xs);
    font-weight: 900;
    text-transform: uppercase;
}

.article-cta {
    display: grid;
    gap: 9px;
    margin-top: 12px;
    padding: 16px;
    border: 1px solid rgba(104, 240, 189, 0.36);
    border-left: 5px solid var(--signal-2);
    background: linear-gradient(135deg, rgba(104, 240, 189, 0.1), rgba(66, 209, 255, 0.06)), var(--panel);
}

.article-cta strong {
    color: var(--text);
    font-size: var(--text-base);
    line-height: var(--leading-snug);
}

.article-cta a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: fit-content;
    color: var(--signal-2);
    font-size: var(--text-sm);
    font-weight: 900;
}

.rating-box > span {
    display: block;
    color: var(--muted);
    font-size: var(--text-xs);
    font-weight: 900;
    text-transform: uppercase;
}

.rating-box strong {
    display: block;
    margin: 8px 0;
    color: var(--text);
    font-size: var(--text-2xl);
    line-height: 1;
}

.rating-stars {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    margin: 10px 0;
}

.rating-stars button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    padding: 0 0 1px;
    border: 1px solid var(--line);
    background: var(--panel-3);
    color: var(--subtle);
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    transition: color 160ms ease, border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.rating-stars button:hover,
.rating-stars button:focus,
.rating-stars button.is-active {
    color: var(--signal);
    border-color: var(--line-strong);
    background: rgba(66, 209, 255, 0.1);
    transform: translateY(-1px);
}

.rating-stars button:disabled {
    cursor: default;
    opacity: 0.82;
}

.rating-box small,
.rating-box p {
    color: var(--muted);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 800;
}

.rating-box p {
    min-height: 20px;
    margin: 8px 0 0;
}

.article-content {
    color: var(--text);
    min-width: 0;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid var(--line);
    border-left: 5px solid var(--signal);
    background: rgba(13, 21, 29, 0.78);
}

:root[data-theme="light"] .article-content {
    background: rgba(255, 255, 255, 0.9);
}

.article-content h2 {
    scroll-margin-top: 120px;
    margin: 30px 0 10px;
    font-size: var(--text-2xl);
}

.article-content h3 {
    scroll-margin-top: 120px;
    margin: 24px 0 8px;
    font-size: var(--text-lg);
}

.article-content p,
.article-content li {
    color: var(--muted);
    font-size: var(--text-base);
    line-height: 1.72;
    overflow-wrap: break-word;
}

.article-content a {
    color: var(--signal);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.article-content ul,
.article-content ol {
    display: grid;
    gap: 8px;
    padding-left: 22px;
    min-width: 0;
}

.article-content blockquote {
    margin: 24px 0;
    padding: 16px 18px;
    border-left: 5px solid var(--signal);
    background: var(--panel);
    color: var(--text);
}

.article-content blockquote p {
    margin-bottom: 0;
    color: var(--text);
    font-size: var(--text-lg);
    line-height: var(--leading-relaxed);
    font-weight: 700;
}

.article-content img {
    width: 100%;
    height: auto;
    margin: 24px 0;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: var(--panel-3);
}

.article-content figure {
    margin: 30px 0;
}

.article-content figure img {
    margin: 0;
}

.article-content figcaption {
    margin-top: 8px;
    color: var(--subtle);
    font-size: var(--text-xs);
    line-height: var(--leading-normal);
    font-weight: 700;
    text-align: center;
}

.article-content table {
    width: 100%;
    max-width: 100%;
    margin: 28px 0;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--line);
    background: var(--panel);
}

.article-content th,
.article-content td {
    padding: 13px 14px;
    border: 1px solid var(--line);
    color: var(--muted);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    text-align: left;
    vertical-align: top;
    min-width: 160px;
    overflow-wrap: break-word;
}

.article-content th {
    color: var(--text);
    background: var(--panel-3);
    font-weight: 900;
}

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

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

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes fieldDrift {
    from { background-position: 0 0, 0 0; }
    to { background-position: 180px 120px, 0 0; }
}

@keyframes railSweep {
    0%, 100% { opacity: 0.3; transform: scaleX(0.28); transform-origin: left center; }
    48% { opacity: 0.9; transform: scaleX(1); transform-origin: left center; }
    52% { transform-origin: right center; }
    80% { opacity: 0.4; transform: scaleX(0.34); transform-origin: right center; }
}

@keyframes framePulse {
    0%, 100% { opacity: 0.35; transform: skewX(-10deg) translateY(0); }
    50% { opacity: 0.72; transform: skewX(-10deg) translateY(-8px); }
}

@keyframes buttonScan {
    from { transform: translateX(-130%); }
    to { transform: translateX(130%); }
}

@keyframes cardTrace {
    from { transform: translateX(-100%); }
    to { transform: translateX(100%); }
}

@keyframes dashboardSweep {
    0%, 45% { transform: translateX(0) skewX(-12deg); opacity: 0; }
    58% { opacity: 1; }
    82%, 100% { transform: translateX(760%) skewX(-12deg); opacity: 0; }
}

@keyframes mockupFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes screenSheen {
    0%, 46% { transform: translateX(-120%); }
    68%, 100% { transform: translateX(120%); }
}

@keyframes widgetLift {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@keyframes networkTrace {
    from { stroke-dashoffset: 0; }
    to { stroke-dashoffset: -56; }
}

@keyframes nodePulse {
    0%, 100% { box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28), 0 0 0 0 rgba(66, 209, 255, 0.3); transform: translate(-50%, -50%); }
    50% { box-shadow: 0 14px 38px rgba(0, 0, 0, 0.32), 0 0 0 9px rgba(66, 209, 255, 0); transform: translate(-50%, -53%); }
}

@keyframes linePulse {
    0%, 100% { opacity: 0.22; }
    50% { opacity: 1; }
}

@media (min-width: 1440px) {
    h1 {
        font-size: 2.55rem;
    }

    .hero {
        grid-template-columns: minmax(510px, 0.8fr) minmax(680px, 1.2fr);
    }

    .dashboard-screen,
    .dashboard-screen img {
        min-height: 600px;
    }
}

@media (max-width: 1180px) {
    :root {
        --header-space: 148px;
    }

    .site-header {
        grid-template-columns: minmax(210px, 1fr) auto;
    }

    .site-nav {
        order: 3;
        grid-column: 1 / -1;
        justify-self: stretch;
        justify-content: center;
    }
}

@media (max-width: 1120px) {
    h1 {
        font-size: clamp(1.82rem, 3.6vw, 2.12rem);
    }

    h2 {
        font-size: clamp(1.34rem, 2.7vw, 1.58rem);
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 36px;
        gap: 40px;
        overflow: hidden;
    }

    .hero-copy {
        max-width: 850px;
    }

    .laptop-mockup {
        width: 100%;
        max-width: 100%;
        transform: none;
    }

    .dashboard-screen,
    .dashboard-screen img {
        min-height: 430px;
    }

    .service-grid,
    .pricing-grid,
    .market-grid,
    .market-stats,
    .timeline,
    .proof-grid,
    .commitment-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    .section-heading,
    .about-panel,
    .blog-hero,
    .featured-post,
    .blog-detail-grid,
    .article-layout,
    .split-section,
    .faq-section {
        grid-template-columns: 1fr;
    }

    .featured-post {
        grid-template-columns: 1fr;
    }

    .featured-post-media {
        min-height: 200px;
    }

    .section-heading .eyebrow,
    .section-heading h2,
    .section-heading p:last-child {
        grid-column: auto;
    }

    .timeline::before {
        display: none;
    }

    .comparison-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .article-sticky {
        position: static;
        order: 2;
    }
}

@media (max-width: 880px) {
    :root {
        --page-pad: 14px;
        --header-space: 72px;
    }

    .site-header {
        top: 8px;
        left: 10px;
        right: 10px;
        width: auto;
        max-width: calc(100% - 20px);
        margin: 0;
        padding: 10px;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 10px;
    }

    .site-nav {
        position: fixed;
        top: 74px;
        left: 10px;
        right: 10px;
        display: grid;
        max-width: calc(100% - 20px);
        max-height: calc(100vh - 90px);
        overflow-y: auto;
        overflow-x: hidden;
        padding: 12px;
        background: var(--panel);
        border-color: var(--line-strong);
        box-shadow: var(--shadow);
        transform: translateY(-12px);
        opacity: 0;
        pointer-events: none;
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .site-nav.is-open {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .site-nav a {
        justify-content: flex-start;
        width: 100%;
        min-height: 44px;
        border-bottom: 1px solid var(--line);
    }

    .nav-dropdown {
        width: 100%;
    }

    .nav-dropdown-toggle {
        justify-content: flex-start;
        width: 100%;
        min-height: 44px;
        border-bottom: 1px solid var(--line);
    }

    .nav-dropdown-menu {
        position: static;
        display: none;
        grid-template-columns: 1fr;
        min-width: 0;
        width: 100%;
        margin: 6px 0 10px;
        padding: 8px;
        box-shadow: none;
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .nav-dropdown-menu::before {
        display: none;
    }

    .nav-dropdown.is-open .nav-dropdown-menu {
        display: grid;
    }

    .nav-dropdown-menu a {
        min-height: 40px;
        border-bottom: 0;
        white-space: normal;
    }

    .brand {
        min-width: 0;
    }

    .site-nav a:last-child {
        border-bottom: 0;
    }

    .header-cta {
        display: none;
    }

    .language-switch {
        min-height: 40px;
    }

    .menu-toggle {
        display: inline-grid;
    }

    .section-block {
        padding-top: 60px;
    }

    .section-heading {
        margin-bottom: 24px;
    }

    .hero-stats,
    .pricing-grid {
        grid-template-columns: 1fr;
    }

    .hero-actions,
    .footer-links,
    .article-byline,
    .blog-card-footer {
        align-items: stretch;
    }

    .hero-stats div {
        min-height: 82px;
    }

    .dashboard-screen,
    .dashboard-screen img {
        min-height: 330px;
    }

    .hero-visual,
    .laptop-mockup,
    .laptop-lid,
    .dashboard-window {
        overflow: hidden;
        max-width: 100%;
    }

    .laptop-lid {
        padding: 8px;
    }

    .window-bar {
        height: 34px;
    }

    .metric-widget {
        padding: 12px;
    }

    .metric-widget strong {
        font-size: var(--text-2xl);
    }

    .widget-main {
        left: 14px;
        bottom: 16px;
        width: min(210px, 50%);
    }

    .widget-secondary {
        right: 14px;
        top: 18px;
        width: min(190px, 46%);
    }

    .status-strip {
        position: static;
        grid-template-columns: 1fr;
        margin-top: 10px;
    }

    .service-grid,
    .feature-grid,
    .market-grid,
    .market-stats,
    .timeline,
    .why-grid,
    .proof-grid,
    .commitment-grid {
        grid-template-columns: 1fr;
    }

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

    .blog-search {
        grid-template-columns: 1fr;
    }

    .blog-search button,
    .blog-search label {
        width: 100%;
    }

    .featured-post-media {
        min-height: 190px;
    }

    .pricing-card ul {
        min-height: 0;
    }

    .cta-band,
    .site-footer {
        flex-direction: column;
        align-items: stretch;
    }

    .cta-band {
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
        margin-top: 60px;
        margin-inline: 14px;
        padding: 26px;
    }

    .article-content table,
    .article-content pre,
    .article-content code {
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    body {
        overflow-x: hidden;
    }

    .brand-copy small {
        display: none;
    }

    .brand-mark {
        width: 38px;
        height: 38px;
    }

    .brand-mark img {
        width: 31px;
        height: 31px;
    }

    .language-switch a {
        min-width: 48px;
        padding: 0 7px;
    }

    h1 {
        font-size: 1.62rem;
    }

    h2 {
        font-size: 1.3rem;
    }

    .hero {
        padding-top: 46px;
        padding-bottom: 46px;
        gap: 30px;
    }

    .hero,
    .blog-hero,
    .blog-list-section,
    .related-posts,
    .section-block,
    .site-footer {
        max-width: 100%;
        overflow-x: hidden;
    }

    .hero-stats {
        margin-top: 28px;
    }

    .dashboard-screen,
    .dashboard-screen img {
        min-height: 260px;
    }

    .window-bar strong,
    .widget-secondary,
    .network-lines {
        display: none;
    }

    .widget-main {
        width: calc(100% - 28px);
    }

    .hero-actions,
    .btn {
        width: 100%;
    }

    .blog-detail {
        width: calc(100% - 28px);
        max-width: calc(100% - 28px);
    }

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-card h2,
    .blog-card p {
        min-height: 0;
    }

    .featured-post h2 {
        font-size: var(--text-2xl);
    }

    .blog-hero-panel,
    .article-side-panel,
    .rating-box,
    .article-sidebar-block,
    .article-cta,
    .article-content {
        padding: 16px;
    }

    .feature-card,
    .pricing-card,
    .timeline-step {
        padding: 20px;
    }

    .service-card-body {
        padding: 15px;
    }

    .faq-item summary {
        min-height: 64px;
        padding: 0 18px;
    }

    .faq-item p {
        padding: 0 18px 18px;
    }
}

@media (max-width: 430px) {
    :root {
        --header-space: 68px;
    }

    .site-header {
        left: 8px;
        right: 8px;
        width: auto;
        max-width: calc(100% - 16px);
        margin-inline: 0;
    }

    .brand {
        gap: 8px;
    }

    .header-actions {
        gap: 6px;
    }

    .theme-toggle,
    .menu-toggle {
        width: 38px;
        height: 38px;
    }

    .blog-list-section,
    .related-posts {
        padding-top: 36px;
        padding-bottom: 64px;
    }

    .featured-post-media {
        min-height: 180px;
    }

    .blog-card-body,
    .featured-post-body {
        padding: 18px;
    }

    .article-content th,
    .article-content td {
        min-width: 140px;
    }
}

@media (max-width: 375px) {
    .brand-copy strong {
        font-size: var(--text-sm);
    }

    .blog-category-tabs a,
    .blog-insights span,
    .sidebar-categories a {
        width: 100%;
        justify-content: space-between;
    }

    .article-byline span,
    .article-byline time {
        width: 100%;
    }
}

/* Blog editorial system */
.reading-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 3px;
    background: transparent;
    pointer-events: none;
}

.reading-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, var(--signal), var(--signal-2));
    box-shadow: 0 0 18px rgba(66, 209, 255, 0.45);
}

.blog-hero {
    position: relative;
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 390px);
    align-items: center;
    gap: clamp(22px, 4vw, 58px);
    padding: clamp(32px, 4vw, 48px) var(--page-pad) clamp(34px, 5vw, 56px);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
}

.blog-hero::before {
    content: "";
    position: absolute;
    inset: 18px var(--page-pad) auto auto;
    width: min(28vw, 360px);
    height: 66%;
    border: 1px solid rgba(66, 209, 255, 0.16);
    border-left: 0;
    transform: skewX(-11deg);
    pointer-events: none;
}

.blog-hero-copy {
    position: relative;
    min-width: 0;
}

.blog-hero h1 {
    max-width: 900px;
    margin-bottom: 14px;
    font-size: clamp(2.15rem, 4vw, 3.8rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.blog-hero h1 span,
.blog-section-head h2 span {
    color: var(--signal);
}

.blog-hero p:not(.eyebrow) {
    max-width: 760px;
    color: var(--muted);
    font-size: var(--text-lg);
}

.blog-search {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    width: min(100%, 760px);
    margin-top: 24px;
    padding: 6px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: color-mix(in srgb, var(--panel) 88%, transparent);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.16);
}

.blog-search label {
    min-height: 48px;
    padding: 0 14px;
    border: 0;
    border-radius: 6px;
    background: var(--panel-3);
}

.blog-search button {
    min-height: 48px;
    padding: 0 18px;
    border-radius: 6px;
    border-color: #008bc4;
    background: #008bc4;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 139, 196, 0.26);
}

.blog-search button:hover {
    border-color: #0074a8;
    background: #0074a8;
}

.blog-hero-visual {
    position: relative;
    display: grid;
    gap: 12px;
    min-width: 0;
}

.blog-hero-card {
    display: grid;
    gap: 0;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: var(--panel);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.blog-hero-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.blog-hero-card div {
    display: grid;
    gap: 6px;
    padding: 16px;
}

.blog-hero-card span,
.blog-hero-stats span,
.latest-stack-head small {
    color: var(--signal);
    font-size: var(--text-xs);
    font-weight: 900;
    text-transform: uppercase;
}

.blog-hero-card strong {
    color: var(--text);
    font-size: var(--text-base);
    line-height: var(--leading-snug);
}

.blog-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.blog-hero-stats div {
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: color-mix(in srgb, var(--panel) 82%, transparent);
}

.blog-hero-stats strong {
    display: block;
    color: var(--text);
    font-size: var(--text-3xl);
    line-height: 1;
}

.blog-list-section,
.related-posts {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding: clamp(28px, 4vw, 48px) var(--page-pad) clamp(64px, 7vw, 92px);
}

.blog-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 14px;
    min-width: 0;
}

.blog-section-head h2 {
    max-width: 720px;
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 2.15rem);
    line-height: var(--leading-tight);
}

.blog-category-tabs {
    gap: 8px;
    margin-bottom: clamp(26px, 4vw, 44px);
}

.blog-category-tabs a {
    min-height: 38px;
    padding: 0 13px;
    border-radius: 999px;
    background: color-mix(in srgb, var(--panel) 88%, transparent);
}

.blog-category-tabs a span {
    border-radius: 999px;
}

.editorial-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 350px);
    gap: 16px;
    align-items: stretch;
    margin-bottom: clamp(28px, 4vw, 46px);
}

.featured-post {
    grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1fr);
    align-items: stretch;
    border: 1px solid var(--line-strong);
    border-left: 0;
    border-radius: 8px;
    background: var(--panel);
    box-shadow: var(--shadow);
}

.featured-post-media {
    height: 100%;
    min-height: 0;
    max-height: 340px;
    aspect-ratio: 16 / 9;
}

.featured-post-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-post-media img {
    transition: transform 420ms ease, filter 300ms ease;
}

.featured-post:hover .featured-post-media img {
    transform: scale(1.035);
    filter: saturate(1.08);
}

.featured-post-body {
    gap: 12px;
    padding: clamp(18px, 2.4vw, 26px);
}

.featured-post h2 {
    max-width: 820px;
    font-size: clamp(1.55rem, 3vw, 2.5rem);
    line-height: var(--leading-tight);
}

.featured-post p {
    max-width: 780px;
    -webkit-line-clamp: 3;
}

.featured-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 5px 12px 4px;
    border: 1px solid rgba(104, 240, 189, 0.32);
    border-radius: 999px;
    background: rgba(104, 240, 189, 0.08);
    line-height: 1;
}

.featured-label svg {
    display: none;
}

.latest-stack {
    display: grid;
    gap: 10px;
    align-content: start;
    min-width: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: color-mix(in srgb, var(--panel) 90%, transparent);
}

.latest-stack-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--line);
}

.latest-stack-head span {
    color: var(--text);
    font-weight: 900;
}

.latest-post {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px 12px;
    align-items: stretch;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: var(--text);
    transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.latest-post:hover {
    border-color: var(--line);
    background: var(--panel-3);
    transform: translateY(-2px);
}

.latest-post img {
    grid-row: span 3;
    width: 92px;
    height: 100%;
    min-height: 74px;
    border-radius: 6px;
    object-fit: cover;
}

.latest-post span,
.blog-meta span:first-child {
    color: var(--signal);
    font-size: var(--text-xs);
    font-weight: 900;
    text-transform: uppercase;
}

.latest-post strong {
    display: -webkit-box;
    color: var(--text);
    font-size: var(--text-sm);
    line-height: var(--leading-snug);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-post small {
    color: var(--subtle);
    font-size: var(--text-xs);
    font-weight: 800;
}

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

.blog-card {
    border-radius: 8px;
    background: var(--panel);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 58px rgba(0, 0, 0, 0.22);
}

.blog-thumb {
    aspect-ratio: 16 / 9;
}

.blog-card-body {
    gap: 8px;
    padding: 13px;
}

.blog-card h2 {
    font-size: var(--text-lg);
}

.blog-card p {
    -webkit-line-clamp: 3;
}

.blog-insights span {
    border-radius: 999px;
}

.read-more-link,
.blog-card-footer a {
    transition: color 180ms ease, transform 180ms ease;
}

.read-more-link:hover,
.blog-card-footer a:hover {
    color: var(--signal);
    transform: translateX(2px);
}

.blog-detail {
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
    padding: clamp(34px, 4vw, 56px) var(--page-pad) 40px;
}

.article-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
    gap: clamp(22px, 4vw, 48px);
    align-items: stretch;
    margin-bottom: 24px;
    padding: clamp(18px, 3vw, 28px);
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(66, 209, 255, 0.08), transparent 42%),
        color-mix(in srgb, var(--panel) 90%, transparent);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.18);
}

.article-hero-copy {
    min-width: 0;
}

.breadcrumb {
    margin-bottom: 18px;
}

.article-hero h1 {
    max-width: 860px;
    margin: 14px 0;
    font-size: clamp(2rem, 4.2vw, 4rem);
    line-height: 1.02;
}

.article-hero p {
    max-width: 760px;
    color: var(--muted);
    font-size: var(--text-lg);
}

.article-hero-media {
    align-self: stretch;
    margin: 0;
    min-width: 0;
    max-height: 320px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background: var(--panel-3);
    overflow: hidden;
}

.article-hero-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 230px;
    object-fit: cover;
}

.article-layout {
    grid-template-columns: minmax(0, 1fr) 304px;
    gap: 24px;
    margin-top: 0;
}

.article-content {
    max-width: 100%;
    padding: clamp(22px, 3.2vw, 42px);
    border: 1px solid var(--line);
    border-left: 0;
    border-radius: 8px;
    background: color-mix(in srgb, var(--panel) 94%, transparent);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14);
}

.quick-summary {
    display: grid;
    gap: 14px;
    margin-bottom: 30px;
    padding: 18px;
    border: 1px solid rgba(104, 240, 189, 0.26);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(104, 240, 189, 0.1), rgba(66, 209, 255, 0.055));
}

.article-toc-panel {
    display: block;
    margin: 0 0 22px;
    padding: 0 0 0 12px;
    border: 0;
    border-left: 2px solid color-mix(in srgb, var(--signal) 48%, var(--line));
    border-radius: 0;
    background: transparent;
}

.quick-summary span,
.article-bottom-cta span {
    color: var(--signal-2);
    font-size: var(--text-xs);
    font-weight: 900;
    text-transform: uppercase;
}

.quick-summary strong,
.article-bottom-cta strong {
    display: block;
    margin-top: 3px;
    color: var(--text);
    font-size: var(--text-lg);
    line-height: var(--leading-snug);
}

.article-toc-panel summary,
.toc-block summary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: var(--text);
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
    font-weight: 900;
    cursor: pointer;
    list-style: none;
}

.article-toc-panel summary::-webkit-details-marker,
.toc-block summary::-webkit-details-marker {
    display: none;
}

.article-toc-panel summary::marker,
.toc-block summary::marker {
    content: "";
}

.article-toc-panel summary::after,
.toc-block summary::after {
    content: "";
    width: 7px;
    height: 7px;
    margin-left: 2px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    opacity: 0.72;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 160ms ease, opacity 160ms ease;
}

.article-toc-panel:not([open]) summary::after,
.toc-block:not([open]) summary::after {
    transform: rotate(-45deg);
}

.article-toc-panel summary svg,
.toc-block summary svg {
    width: 17px;
    height: 17px;
    color: var(--signal);
    stroke-width: 2;
}

.toc-block summary svg {
    width: 16px;
    height: 16px;
}

.article-toc-panel summary span {
    color: var(--signal-2);
    font-size: 0.92rem;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.toc-block summary span {
    color: var(--text);
    font-size: var(--text-sm);
    font-weight: 900;
}

.article-toc-panel[open] summary,
.toc-block[open] summary {
    margin-bottom: 6px;
}

.article-toc-panel nav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
}

.article-toc-panel a {
    display: grid;
    grid-template-columns: 26px minmax(0, 1fr);
    align-items: center;
    gap: 6px;
    min-height: 24px;
    padding: 2px 0 2px calc(var(--toc-depth, 0) * 13px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--muted);
    font-size: var(--text-xs);
    line-height: var(--leading-snug);
    font-weight: 760;
    text-decoration: none;
    transition: color 160ms ease, transform 160ms ease;
}

.toc-index {
    display: inline-grid;
    place-items: center;
    min-width: 24px;
    height: 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--signal);
    font-size: 0.72rem;
    line-height: 1;
    font-weight: 900;
}

.toc-text {
    min-width: 0;
}

.article-toc-panel a.is-child {
    color: var(--muted);
    font-size: 0.74rem;
}

.article-toc-panel a.is-grandchild,
.article-toc-panel a.is-deep,
.toc-block a.is-deep {
    color: var(--subtle);
    font-size: 0.72rem;
}

.article-toc-panel a:hover {
    background: transparent;
    color: var(--signal);
    transform: translateX(2px);
}

.quick-summary ul {
    gap: 9px;
    margin: 0;
    padding-left: 20px;
}

.quick-summary li {
    color: var(--text);
    line-height: var(--leading-normal);
}

.quick-summary a {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    color: inherit;
    text-decoration: none;
}

.quick-summary a:hover {
    color: var(--signal-2);
}

.article-content h2 {
    position: relative;
    margin: 36px 0 12px;
    padding-top: 4px;
    font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.article-content h2::before {
    content: "";
    display: block;
    width: 44px;
    height: 3px;
    margin-bottom: 10px;
    background: var(--signal);
}

.article-content h3 {
    margin: 28px 0 10px;
    color: var(--text);
    font-size: var(--text-xl);
}

.article-content h4 {
    scroll-margin-top: 120px;
    margin: 22px 0 8px;
    color: var(--text);
    font-size: 0.95rem;
    line-height: var(--leading-snug);
    font-weight: 700;
}

.article-content h5,
.article-content h6 {
    scroll-margin-top: 120px;
    margin: 18px 0 8px;
    color: var(--text);
    font-size: 0.9rem;
    line-height: var(--leading-snug);
    font-weight: 750;
}

.article-content p,
.article-content li {
    font-size: 1.03rem;
    line-height: 1.82;
}

.article-content blockquote {
    border: 1px solid var(--line);
    border-left: 5px solid var(--signal-2);
    border-radius: 8px;
    background: var(--panel-3);
}

.article-content pre,
.article-content code {
    max-width: 100%;
    overflow-x: auto;
    border-radius: 6px;
}

.article-content pre {
    padding: 16px;
    border: 1px solid var(--line);
    background: #061018;
}

.article-bottom-cta {
    display: grid;
    gap: 8px;
    margin-top: 34px;
    padding: 20px;
    border: 1px solid var(--line-strong);
    border-radius: 8px;
    background:
        linear-gradient(120deg, rgba(66, 209, 255, 0.1), transparent 52%),
        var(--panel-3);
}

.article-bottom-cta a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    margin-top: 4px;
    color: var(--signal);
    font-weight: 900;
    text-decoration: none;
}

.article-sticky {
    top: calc(var(--header-space) + 18px);
}

.article-sidebar-block,
.rating-box,
.article-cta {
    border-radius: 8px;
    background: color-mix(in srgb, var(--panel) 92%, transparent);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.toc-block {
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: color-mix(in srgb, var(--panel) 92%, transparent);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.rating-box {
    margin-bottom: 12px;
    border-left-width: 0;
}

.rating-box strong {
    font-size: var(--text-xl);
}

.rating-stars button {
    width: 30px;
    height: 30px;
    padding: 0 0 1px;
    border-radius: 6px;
    line-height: 1;
}

.toc-block a {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: start;
    gap: 7px;
    padding: 5px 4px;
    padding-left: calc(4px + (var(--toc-depth, 0) * 10px));
    border-radius: 4px;
}

.toc-block a:hover {
    background: color-mix(in srgb, var(--signal) 10%, transparent);
}

.article-cta a {
    text-decoration: none;
}

.related-posts {
    padding-top: 18px;
}

@media (max-width: 1180px) {
    .editorial-layout,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-hero {
        grid-template-columns: 1fr;
    }

    .featured-post {
        grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1fr);
    }

    .featured-post-media {
        max-height: 280px;
    }

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

    .latest-stack-head {
        grid-column: 1 / -1;
    }

    .article-sticky {
        position: static;
    }
}

@media (max-width: 920px) {
    .blog-hero {
        grid-template-columns: 1fr;
    }

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

    .latest-stack {
        grid-template-columns: 1fr;
    }

    .blog-section-head {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .blog-hero {
        padding-top: 34px;
    }

    .blog-hero h1,
    .article-hero h1 {
        font-size: clamp(2rem, 12vw, 2.75rem);
    }

    .blog-search {
        grid-template-columns: 1fr;
    }

    .blog-hero-stats,
    .blog-grid {
        grid-template-columns: 1fr;
    }

    .market-list {
        grid-template-columns: 1fr;
    }

    .network-map {
        min-height: 0;
        padding: 14px;
    }

    .network-map-head {
        display: grid;
    }

    .network-legend,
    .network-map-foot {
        justify-content: flex-start;
    }

    .network-map-foot,
    .network-info-grid {
        grid-template-columns: 1fr;
    }

    .world-map {
        min-height: 420px;
        margin-inline: -8px;
    }

    .map-node {
        width: 22px;
        height: 15px;
        min-width: 0;
        min-height: 0;
        padding: 5px;
        font-size: 0.68rem;
    }

    .node-flag {
        width: 22px;
        height: 15px;
    }

    .node-label,
    .node-status {
        display: none;
    }

    .node-tooltip {
        display: none;
    }

    .featured-post-media {
        aspect-ratio: 16 / 10;
        max-height: 220px;
    }

    .latest-post {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .latest-post img {
        width: 82px;
        min-height: 70px;
    }

    .blog-detail {
        width: 100%;
        max-width: 100%;
        padding-inline: 14px;
    }

    .article-hero,
    .article-content,
    .quick-summary,
    .article-bottom-cta {
        padding: 16px;
    }

    .article-toc-panel {
        padding: 0 0 0 12px;
    }

    .article-hero-media img {
        min-height: 180px;
    }

    .article-toc-panel nav {
        grid-template-columns: 1fr;
    }

    .article-byline span,
    .article-byline time {
        width: auto;
    }
}

/* Responsive polish: compact mobile nav, readable blog feature card, and two-up hero CTAs. */
@media (max-width: 1024px) {
    .editorial-layout {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .featured-post {
        grid-template-columns: 1fr;
    }

    .featured-post-body {
        order: 1;
    }

    .featured-post-media {
        order: 2;
        width: 100%;
        min-height: 220px;
        max-height: 300px;
    }
}

@media (max-width: 880px) {
    .site-nav {
        top: 84px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        justify-content: stretch;
        gap: 8px;
        padding: 10px;
        border-radius: 6px;
    }

    .site-nav::before {
        opacity: 0.24;
    }

    .site-nav a,
    .site-nav a:last-child {
        justify-content: center;
        width: auto;
        min-width: 0;
        min-height: 42px;
        padding: 0 10px;
        border: 1px solid var(--line);
        border-radius: 4px;
        background: color-mix(in srgb, var(--panel-3) 86%, transparent);
        text-align: center;
        font-size: 0.82rem;
        line-height: 1.15;
    }

    .site-nav a.is-active {
        border-color: rgba(66, 209, 255, 0.5);
        background: rgba(66, 209, 255, 0.14);
        box-shadow: inset 0 -2px 0 var(--signal);
    }

    .site-nav a > svg {
        flex: 0 0 auto;
    }

    .blog-header + main,
    .blog-header ~ main {
        padding-top: 112px;
    }
}

@media (max-width: 560px) {
    .proof-grid {
        gap: 10px;
    }

    .proof-card {
        min-height: 96px;
        padding: 16px 18px;
    }

    .proof-card strong {
        margin-bottom: 7px;
        font-size: clamp(1.42rem, 7.2vw, 1.78rem);
        line-height: 1.05;
    }

    .proof-card p {
        font-size: 0.82rem;
        line-height: 1.45;
    }

    .hero-stats,
    .market-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .hero-stats {
        margin-top: 22px;
    }

    .hero-stats div,
    .market-stats div {
        min-height: 86px;
        padding: 13px;
    }

    .hero-stats strong,
    .hero-stats span,
    .market-stats strong {
        font-size: clamp(1.25rem, 6vw, 1.58rem);
        line-height: 1.05;
    }

    .hero-stats small,
    .market-stats span {
        margin-top: 5px;
        font-size: 0.73rem;
        line-height: 1.35;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }

    .hero-actions .btn {
        width: auto;
        min-width: 0;
        min-height: 46px;
        padding: 0 9px;
        gap: 6px;
        font-size: clamp(0.72rem, 3.15vw, 0.84rem);
        line-height: 1.15;
        text-align: center;
    }

    .hero-actions .btn svg {
        width: 15px;
        height: 15px;
        flex: 0 0 auto;
    }

    .featured-post-media {
        min-height: 190px;
        max-height: 230px;
    }

    .site-header {
        backdrop-filter: none;
    }

    .hero::before,
    .hero::after,
    .laptop-mockup,
    .dashboard-window::after,
    .dashboard-scan,
    .metric-widget,
    .network-lines span,
    .map-routes path,
    .service-marquee .marquee-track {
        animation: none !important;
    }

    .world-map-art,
    .map-node {
        filter: none;
    }

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

@media (max-width: 375px) {
    .site-nav {
        gap: 7px;
        padding: 8px;
    }

    .site-nav a,
    .site-nav a:last-child {
        min-height: 40px;
        padding: 0 8px;
        gap: 6px;
        font-size: 0.76rem;
    }

    .hero-actions .btn {
        padding: 0 7px;
        font-size: 0.7rem;
    }

    .blog-header + main,
    .blog-header ~ main {
        padding-top: 104px;
    }
}

/* Keep blog sections on one shared left/right rail. */
.site-shell main > .blog-hero,
.site-shell main > .blog-list-section,
.site-shell main > .related-posts,
.site-shell main > .blog-detail {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: var(--page-pad);
    padding-right: var(--page-pad);
}

.site-shell main > .blog-detail {
    padding-top: 0;
}

.site-shell main > .blog-list-section > *,
.site-shell main > .related-posts > *,
.site-shell main > .blog-detail > * {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.blog-section-head {
    display: grid;
    justify-content: start;
    justify-items: start;
    text-align: left;
}

.blog-section-head h2 {
    max-width: 860px;
}

.blog-category-tabs {
    justify-content: flex-start;
}

.editorial-layout,
.article-hero,
.article-layout {
    width: 100%;
}

/* Blog typography normalization */
.blog-hero h1 {
    max-width: 820px;
    font-size: clamp(1.62rem, 2vw, 2.08rem);
    line-height: 1.22;
    font-weight: 700;
}

.blog-hero p:not(.eyebrow),
.article-hero p {
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
}

.blog-section-head h2 {
    max-width: 760px;
    font-size: clamp(1.08rem, 1.22vw, 1.25rem);
    line-height: 1.3;
    font-weight: 690;
}

.featured-post h2 {
    max-width: 780px;
    font-size: clamp(1.08rem, 1.32vw, 1.36rem);
    line-height: 1.3;
    font-weight: 700;
}

.blog-card h2 {
    font-size: 0.92rem;
    line-height: var(--leading-snug);
    font-weight: 700;
}

.blog-card p,
.featured-post p,
.latest-post strong {
    font-size: 0.84rem;
    line-height: var(--leading-normal);
}

.article-hero h1 {
    max-width: 820px;
    font-size: clamp(1.45rem, 1.72vw, 1.8rem);
    line-height: 1.24;
    font-weight: 700;
}

.article-content h2 {
    font-size: clamp(1.06rem, 1.2vw, 1.22rem);
    line-height: 1.32;
    font-weight: 700;
}

.article-content h3 {
    font-size: 1rem;
    line-height: var(--leading-snug);
    font-weight: 700;
}

.article-content h4 {
    font-size: 0.95rem;
    line-height: var(--leading-snug);
    font-weight: 700;
}

.article-content p,
.article-content li {
    font-size: var(--text-base);
    line-height: 1.78;
}

.quick-summary strong,
.article-bottom-cta strong {
    font-size: var(--text-base);
}

@media (max-width: 620px) {
    .site-shell main > .blog-hero,
    .site-shell main > .blog-list-section,
    .site-shell main > .related-posts,
    .site-shell main > .blog-detail {
        padding-left: 14px;
        padding-right: 14px;
    }

    .blog-hero h1,
    .article-hero h1 {
        font-size: clamp(1.32rem, 5.7vw, 1.62rem);
    }

    .blog-section-head h2,
    .featured-post h2 {
        font-size: clamp(1.02rem, 4.7vw, 1.22rem);
    }
}

@media (min-width: 1181px) {
    .article-layout > .article-sticky {
        position: sticky !important;
        top: calc(var(--header-space) + 18px) !important;
        align-self: start;
        max-height: calc(100vh - var(--header-space) - 36px);
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
        z-index: 2;
    }
}

.blog-detail-page,
.site-shell main > .blog-detail,
.blog-detail,
.blog-detail-container,
.blog-detail-layout {
    overflow: visible;
    transform: none;
    filter: none;
    perspective: none;
}

.blog-detail-container,
.blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 24px;
    align-items: start;
    min-width: 0;
}

.blog-content {
    min-width: 0;
    overflow: visible;
    transform: none;
    filter: none;
    perspective: none;
}

@media (min-width: 1025px) {
    .blog-detail-container > .blog-sidebar,
    .blog-detail-layout > .blog-sidebar {
        position: sticky !important;
        top: calc(var(--header-space) + 12px) !important;
        align-self: start;
        height: fit-content;
        max-height: calc(100vh - var(--header-space) - 28px);
        overflow-y: auto;
        overflow-x: hidden;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
        z-index: 2;
    }
}

@media (max-width: 1024px) {
    .blog-detail-container,
    .blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .blog-detail-container > .blog-sidebar,
    .blog-detail-layout > .blog-sidebar {
        position: static !important;
        height: auto;
        max-height: none;
        overflow: visible;
        scrollbar-gutter: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }

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