:root {
    --bg: #08112a;
    --bg-soft: #0d1733;
    --surface: rgba(17, 28, 58, 0.75);
    --surface-border: rgba(120, 145, 210, 0.18);
    --text: #f6f7fb;
    --text-soft: #a5b0c8;
    --accent: #1fe4e4;
    --cta: #ff9f1a;
    --gradient-1: #18dfe0;
    --gradient-2: #ff9a1f;
    --gradient-3: #ff5d4d;
    --max-width: 1200px;
    --radius: 24px;
    --radius-sm: 14px;
    --shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

* {
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: Inter, system-ui, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 24% 38%, rgba(17, 196, 255, 0.16), transparent 28%),
        radial-gradient(circle at 72% 56%, rgba(255, 134, 33, 0.12), transparent 28%),
        linear-gradient(180deg, #050d22 0%, #09122b 100%);
    line-height: 1.55;
}

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

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

.container {
    width: min(var(--max-width), calc(100vw - 40px));
    margin: 0 auto;
}

.narrow {
    width: min(760px, 100%);
    margin-inline: auto;
}

.narrow-wide {
    width: min(1100px, 100%);
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px);
    background: rgba(5, 13, 34, 0.82);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header__inner {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.brand__logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.brand__mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.brand__name {
    font-size: 2rem;
}

.site-nav .nav {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-nav .nav a,
.login-link {
    color: #e9edff;
    font-weight: 500;
}

.site-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.search-button {
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: 1.4rem;
    cursor: pointer;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    padding: 0.95rem 1.3rem;
    font-weight: 700;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.button:hover {
    transform: translateY(-1px);
}

.button--primary {
    color: #101319;
    background: var(--cta);
    box-shadow: 0 18px 40px rgba(255, 159, 26, 0.24);
}

.button--large {
    min-height: 62px;
    padding-inline: 1.6rem;
    font-size: 1.05rem;
}

.hero-home {
    padding: 72px 0 40px;
}

.hero-home--kilkaya {
    position: relative;
    overflow: clip;
}

.hero-home--kilkaya::before,
.hero-home--kilkaya::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(12px);
}

.hero-home--kilkaya::before {
    width: 34rem;
    height: 34rem;
    left: max(-10rem, calc(50% - 36rem));
    top: 14rem;
    background: radial-gradient(circle, rgba(29, 228, 228, 0.16), transparent 68%);
}

.hero-home--kilkaya::after {
    width: 30rem;
    height: 30rem;
    right: max(-8rem, calc(50% - 42rem));
    top: 18rem;
    background: radial-gradient(circle, rgba(255, 153, 33, 0.14), transparent 72%);
}

.hero-home__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
    align-items: center;
    gap: 48px;
    min-height: 72vh;
}

.kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--accent);
    border: 1px solid rgba(31, 228, 228, 0.24);
    background: rgba(11, 67, 78, 0.22);
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
}

.eyebrow-link {
    width: fit-content;
}

.hero-home h1 {
    margin: 20px 0 18px;
    font-size: clamp(3rem, 8vw, 6rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
    max-width: 8ch;
}

.hero-home__subheading,
.lede {
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    color: var(--text-soft);
    max-width: 34rem;
}

.card {
    background: linear-gradient(180deg, rgba(18, 28, 58, 0.88) 0%, rgba(10, 17, 37, 0.92) 100%);
    border: 1px solid var(--surface-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.panel-glow {
    position: relative;
    overflow: hidden;
}

.panel-glow::before {
    content: "";
    position: absolute;
    inset: auto auto -80px -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(31, 228, 228, 0.18), transparent 70%);
    pointer-events: none;
}

.hero-home__visual-wrap {
    display: flex;
    justify-content: center;
}

.k-hero-gauge {
    position: relative;
    width: min(100%, 31rem);
    min-height: 42rem;
    display: grid;
    place-items: center;
    padding: 2.25rem 2rem 2.5rem;
    border-radius: 1.6rem;
}

.k-hero-gauge__dial {
    position: relative;
    width: min(26rem, 100%);
    aspect-ratio: 1;
}

.k-hero-gauge__ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: conic-gradient(
        from 210deg,
        #ff5e4d 0deg,
        #ff8b2b 62deg,
        #f0b526 104deg,
        #a6d44f 145deg,
        rgba(120, 126, 154, 0.38) 145deg,
        rgba(120, 126, 154, 0.38) 300deg,
        rgba(63, 70, 99, 0.16) 300deg,
        rgba(63, 70, 99, 0.16) 360deg
    );
    -webkit-mask: radial-gradient(circle at center, transparent 0 57%, #000 58%);
            mask: radial-gradient(circle at center, transparent 0 57%, #000 58%);
    filter: drop-shadow(0 20px 44px rgba(255, 129, 30, 0.16));
}

.k-hero-gauge__ring::after {
    content: "";
    position: absolute;
    inset: 63% 37% 0 37%;
    background: linear-gradient(180deg, rgba(255, 120, 77, 0.14), rgba(114, 121, 151, 0.2));
    clip-path: polygon(0 0, 100% 0, 65% 100%, 35% 100%);
}

.k-hero-gauge__center-ring {
    position: absolute;
    inset: 38%;
    border-radius: 50%;
    border: 0.35rem solid var(--accent);
    background: rgba(8, 17, 42, 0.92);
    box-shadow: 0 0 0 0.25rem rgba(10, 17, 37, 0.9);
}

.k-hero-gauge__needle-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2rem;
    height: 11rem;
    transform-origin: 50% calc(100% - 1.1rem);
    transform: translate(-50%, -85%) rotate(-28deg);
    transition: transform 160ms linear;
    will-change: transform;
}

.k-hero-gauge__needle {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0.8rem;
    height: 8.8rem;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #f3a91d 0%, #e4a11b 100%);
    border-radius: 999px;
}

.k-hero-gauge__hub {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 3.3rem;
    height: 3.3rem;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #eba81d;
    box-shadow: 0 8px 22px rgba(235, 168, 29, 0.22);
}

.k-hero-gauge__meta {
    position: relative;
    margin-top: 1.2rem;
    text-align: center;
}

.k-hero-gauge__meta strong {
    display: block;
    font-size: clamp(3.6rem, 7vw, 4.8rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.k-hero-gauge__meta span {
    display: block;
    margin-top: 0.45rem;
    color: var(--accent);
    font-size: 1.05rem;
    font-weight: 700;
}

@media (prefers-reduced-motion: reduce) {
    .k-hero-gauge__needle-wrap {
        transition: none;
    }
}

.section {
    padding: 40px 0;
}

.logo-wall {
    padding-top: 0;
}

.logo-wall__title,
.muted {
    color: var(--text-soft);
}

.logo-wall__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.logo-wall__grid span,
.tag-chip {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0.65rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(111, 130, 184, 0.22);
    background: rgba(18, 28, 58, 0.52);
    color: #cdd5eb;
}

.split-feature {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 32px;
    align-items: center;
}

.section-heading h1,
.section-heading h2,
.split-feature h2,
.cta-band h2,
.page-header h1,
.article-header h1 {
    margin: 12px 0 16px;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.feature-list {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.feature-item {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.split-feature__panel {
    padding: 32px;
}

.mock-metric {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.mock-metric__label {
    color: var(--text-soft);
}

.mock-metric strong {
    font-size: 2.5rem;
}

.mock-bars {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
}

.mock-bars span {
    height: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--gradient-1), var(--gradient-2));
}

.latest-section {
    padding-top: 24px;
}

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

.text-link {
    color: var(--accent);
    font-weight: 700;
}

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

.post-feed-grid {
    padding-bottom: 40px;
}

.post-card {
    overflow: hidden;
}

.post-card__image,
.post-card__placeholder {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    background: linear-gradient(135deg, #0f1938, #162659);
}

.post-card__content {
    padding: 20px;
}

.post-card h3 {
    margin: 12px 0 10px;
    font-size: 1.5rem;
    line-height: 1.12;
}

.post-card p {
    color: var(--text-soft);
}

.post-card__meta,
.article-meta {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--text-soft);
    font-size: 0.95rem;
}

.cta-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 32px;
}

.listing-intro,
.article-template,
.page-template {
    padding-top: 48px;
    padding-bottom: 48px;
}

.article-header,
.page-header {
    padding-bottom: 24px;
}

.article-image {
    margin-bottom: 32px;
}

.article-image img {
    border-radius: var(--radius);
}

.gh-content {
    font-size: 1.1rem;
}

.gh-content > * + * {
    margin-top: 1.25em;
}

.gh-content h2,
.gh-content h3,
.gh-content h4 {
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.gh-content h2 {
    margin-top: 2.2em;
    font-size: 2.1rem;
}

.gh-content h3 {
    margin-top: 2em;
    font-size: 1.6rem;
}

.gh-content p,
.gh-content li,
.gh-content figcaption,
.gh-content blockquote {
    color: #dce3f5;
}

.gh-content a {
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 0.12em;
}

.gh-content blockquote {
    margin-inline: 0;
    padding: 1.1rem 1.2rem;
    border-left: 4px solid var(--accent);
    background: rgba(11, 21, 44, 0.72);
    border-radius: 0 18px 18px 0;
}

.gh-content pre,
.gh-content code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.article-footer {
    padding-top: 28px;
}

.tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination {
    margin-top: 28px;
}

.site-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 32px;
}

.site-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 32px 0 56px;
}

.site-footer__title {
    margin: 0 0 6px;
    font-size: 1.4rem;
    font-weight: 800;
}

.site-footer__links .nav {
    display: flex;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1100px) {
    .hero-home__grid,
    .split-feature,
    .post-feed,
    .cta-band,
    .site-header__inner,
    .site-footer__inner {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .site-nav .nav {
        flex-wrap: wrap;
        gap: 14px 20px;
    }

    .hero-home__visual {
        width: 100%;
        min-height: 420px;
    }

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

@media (max-width: 720px) {
    .container {
        width: min(var(--max-width), calc(100vw - 24px));
    }

    .brand__name {
        font-size: 1.55rem;
    }

    .site-actions {
        width: 100%;
        justify-content: space-between;
    }

    .hero-home {
        padding-top: 40px;
    }

    .hero-home h1 {
        max-width: 10ch;
    }

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

    .section-heading--row {
        align-items: flex-start;
        flex-direction: column;
    }
}


.gh-content .kg-width-wide {
    width: min(1100px, calc(100vw - 40px));
    max-width: 1100px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.gh-content .kg-width-full {
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
}

.gh-content .kg-width-wide img,
.gh-content .kg-width-full img {
    width: 100%;
}

/* Ghost article component system: Base44 export */
.gh-content .k-hero,
.gh-content .k-callout,
.gh-content .k-closing,
.gh-content .k-cta,
.gh-content .k-related,
.gh-content .k-stats,
.gh-content .k-list,
.gh-content .k-checklist {
    margin-block: 2rem;
}

.gh-content .k-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 4vw, 3rem);
    border-radius: 30px;
    border: 1px solid rgba(96, 122, 182, 0.22);
    background:
        radial-gradient(circle at top left, rgba(31, 228, 228, 0.13), transparent 34%),
        radial-gradient(circle at 82% 24%, rgba(255, 157, 26, 0.10), transparent 24%),
        linear-gradient(180deg, rgba(12, 22, 49, 0.96), rgba(8, 16, 36, 0.98));
    box-shadow: var(--shadow);
}

.gh-content .k-eyebrow,
.gh-content .k-callout-eyebrow,
.gh-content .k-related-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.42rem 0.85rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gh-content .k-eyebrow {
    color: var(--accent);
    border: 1px solid rgba(31, 228, 228, 0.24);
    background: rgba(16, 83, 94, 0.18);
}

.gh-content .k-hero h1 {
    margin: 1rem 0 0;
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.gh-content .k-hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg, var(--gradient-1), #77eff2 48%, #ffcc80 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gh-content .k-intro {
    margin-top: 1.1rem;
    max-width: 42rem;
    font-size: clamp(1.08rem, 2vw, 1.34rem);
    color: var(--text-soft);
}

.gh-content .k-section-title {
    margin-top: 2.4em;
    margin-bottom: 0.8em;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.gh-content .k-highlight {
    margin-inline: 0;
    padding: 1.35rem 1.4rem;
    border-radius: 0 22px 22px 0;
    border-left-width: 4px;
    border-left-style: solid;
    background: rgba(10, 20, 43, 0.78);
}

.gh-content .k-highlight p {
    margin: 0;
    font-size: clamp(1.2rem, 2.2vw, 1.7rem);
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.gh-content .k-highlight--teal {
    border-left-color: var(--accent);
    background: linear-gradient(180deg, rgba(15, 49, 61, 0.34), rgba(10, 20, 43, 0.78));
}

.gh-content .k-highlight--teal p {
    color: #6bf0ea;
}

.gh-content .k-highlight--amber {
    border-left-color: var(--cta);
    background: linear-gradient(180deg, rgba(73, 45, 8, 0.34), rgba(10, 20, 43, 0.78));
}

.gh-content .k-highlight--amber p {
    color: #ffbf5f;
}

.gh-content .k-callout {
    padding: 1.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 93, 77, 0.38);
    background: linear-gradient(180deg, rgba(79, 21, 21, 0.48), rgba(32, 12, 18, 0.7));
}

.gh-content .k-callout-eyebrow {
    margin-bottom: 0.9rem;
    color: #ff8f84;
    border: 1px solid rgba(255, 93, 77, 0.24);
    background: rgba(255, 93, 77, 0.10);
}

.gh-content .k-callout p + p {
    margin-top: 0.9rem;
}

.gh-content .k-list,
.gh-content .k-checklist {
    display: grid;
    gap: 0.85rem;
}

.gh-content .k-list-item,
.gh-content .k-check-item {
    padding: 1rem 1.05rem;
    border-radius: 18px;
    border: 1px solid rgba(101, 120, 171, 0.24);
    background: rgba(20, 31, 62, 0.72);
    color: #e6ebfb;
}

.gh-content .k-check-item {
    position: relative;
    padding-left: 3rem;
}

.gh-content .k-check-item::before {
    content: "✓";
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 1.35rem;
    height: 1.35rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--accent);
    border: 1px solid rgba(31, 228, 228, 0.32);
    background: rgba(15, 76, 80, 0.22);
    font-size: 0.8rem;
    font-weight: 900;
}

.gh-content .k-check-item strong {
    color: #ffffff;
}

.gh-content .k-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.gh-content .k-stat {
    padding: 1.2rem;
    border-radius: 24px;
    border: 1px solid rgba(100, 121, 174, 0.22);
    background: linear-gradient(180deg, rgba(14, 24, 49, 0.9), rgba(11, 19, 40, 0.95));
}

.gh-content .k-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    margin-bottom: 0.7rem;
    font-size: 1.3rem;
    border-radius: 14px;
    background: rgba(31, 228, 228, 0.12);
}

.gh-content .k-label {
    color: #dbe4fb;
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 600;
}

.gh-content .k-closing {
    padding: clamp(1.6rem, 4vw, 2.4rem);
    border-radius: 28px;
    border: 1px solid rgba(107, 126, 182, 0.22);
    background: linear-gradient(180deg, rgba(14, 24, 49, 0.94), rgba(9, 16, 34, 0.98));
    text-align: center;
}

.gh-content .k-closing p {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.06;
    font-weight: 900;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

.gh-content .k-closing em {
    font-style: normal;
    background: linear-gradient(90deg, var(--gradient-1), #79f0f3 55%, #ffcf86 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.gh-content .k-cta {
    padding: clamp(1.5rem, 4vw, 2.2rem);
    border-radius: 26px;
    border: 1px solid rgba(97, 121, 181, 0.24);
    background: linear-gradient(180deg, rgba(13, 22, 46, 0.96), rgba(8, 14, 30, 0.98));
}

.gh-content .k-cta-text {
    margin: 0;
    font-size: clamp(1.2rem, 2.4vw, 1.6rem);
    font-weight: 700;
    color: #f4f7ff;
}

.gh-content .k-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1rem;
}

.gh-content .k-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.85rem 1.15rem;
    border-radius: 16px;
    font-weight: 800;
    text-decoration: none;
}

.gh-content a.k-btn {
    text-decoration: none;
}

.gh-content .k-btn-primary {
    color: #101319;
    background: linear-gradient(90deg, #ff9f1a, #ffb13a);
    box-shadow: 0 18px 38px rgba(255, 159, 26, 0.22);
}

.gh-content .k-btn-secondary {
    color: var(--accent);
    border: 1px solid rgba(31, 228, 228, 0.26);
    background: rgba(14, 56, 63, 0.14);
}

.gh-content .k-related {
    padding-top: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gh-content .k-related-eyebrow {
    color: var(--text-soft);
    border: 1px solid rgba(107, 126, 182, 0.18);
    background: rgba(18, 28, 58, 0.4);
}

.gh-content .k-related-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gh-content .k-related-item {
    padding: 1.2rem;
    border-radius: 20px;
    border: 1px solid rgba(97, 121, 181, 0.20);
    background: rgba(16, 26, 53, 0.74);
}

.gh-content .k-related-tag {
    margin-bottom: 0.45rem;
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gh-content .k-related-title {
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.25;
}

.gh-content .k-related-desc {
    margin-top: 0.35rem;
    color: var(--text-soft);
    font-size: 0.98rem;
    line-height: 1.45;
}

@media (max-width: 720px) {
    .gh-content .k-hero {
        padding: 1.35rem;
        border-radius: 22px;
    }

    .gh-content .k-stats,
    .gh-content .k-related-list {
        grid-template-columns: 1fr;
    }

    .gh-content .k-closing p {
        font-size: 2rem;
    }
}

/* New Ghost article components from Base44 export */
.gh-content .k-comparison,
.gh-content .k-finding,
.gh-content .k-steps,
.gh-content .k-quote {
    margin-block: 2rem;
}

.gh-content .k-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.gh-content .k-comparison-item {
    padding: 1.25rem;
    border-radius: 22px;
    border: 1px solid rgba(97, 121, 181, 0.22);
    background: linear-gradient(180deg, rgba(14, 24, 49, 0.92), rgba(9, 16, 34, 0.98));
}

.gh-content .k-comparison-item--positive {
    border-color: rgba(31, 228, 228, 0.26);
    background: linear-gradient(180deg, rgba(9, 54, 59, 0.34), rgba(9, 16, 34, 0.98));
}

.gh-content .k-comparison-item--negative {
    border-color: rgba(255, 93, 77, 0.30);
    background: linear-gradient(180deg, rgba(69, 18, 24, 0.34), rgba(9, 16, 34, 0.98));
}

.gh-content .k-comparison-item--neutral {
    border-color: rgba(255, 159, 26, 0.24);
    background: linear-gradient(180deg, rgba(67, 43, 12, 0.30), rgba(9, 16, 34, 0.98));
}

.gh-content .k-comparison-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    margin-bottom: 0.8rem;
    font-size: 0.75rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gh-content .k-comparison-item--positive .k-comparison-label {
    color: #79f0f3;
    border: 1px solid rgba(31, 228, 228, 0.24);
    background: rgba(16, 83, 94, 0.18);
}

.gh-content .k-comparison-item--negative .k-comparison-label {
    color: #ff9e94;
    border: 1px solid rgba(255, 93, 77, 0.24);
    background: rgba(255, 93, 77, 0.10);
}

.gh-content .k-comparison-item--neutral .k-comparison-label {
    color: #ffc86b;
    border: 1px solid rgba(255, 159, 26, 0.22);
    background: rgba(255, 159, 26, 0.10);
}

.gh-content .k-comparison-item p:last-child,
.gh-content .k-finding p:last-child,
.gh-content .k-step p:last-child {
    margin-bottom: 0;
}

.gh-content blockquote.k-quote {
    margin-inline: 0;
    padding: 1.5rem 1.6rem;
    border: 1px solid rgba(97, 121, 181, 0.22);
    border-left: 4px solid rgba(31, 228, 228, 0.55);
    border-radius: 0 22px 22px 0;
    background: linear-gradient(180deg, rgba(13, 23, 48, 0.96), rgba(8, 15, 33, 0.98));
    font-style: normal;
}

.gh-content .k-quote p {
    margin: 0;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
    line-height: 1.5;
    color: #f2f6ff;
}

.gh-content .k-quote cite {
    display: block;
    margin-top: 0.85rem;
    color: var(--text-soft);
    font-size: 0.98rem;
    font-style: normal;
}

.gh-content .k-finding {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    padding: 1rem;
    border-radius: 24px;
    border: 1px solid rgba(97, 121, 181, 0.22);
    background: linear-gradient(180deg, rgba(13, 23, 48, 0.96), rgba(8, 15, 33, 0.98));
}

.gh-content .k-finding-research,
.gh-content .k-finding-response {
    padding: 1.15rem;
    border-radius: 18px;
    border: 1px solid rgba(97, 121, 181, 0.18);
    background: rgba(18, 29, 58, 0.62);
}

.gh-content .k-finding-label {
    display: inline-flex;
    margin-bottom: 0.85rem;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gh-content .k-finding--teal .k-finding-label {
    color: #79f0f3;
}

.gh-content .k-finding--orange .k-finding-label,
.gh-content .k-finding--amber .k-finding-label {
    color: #ffc86b;
}

.gh-content .k-finding--purple .k-finding-label {
    color: #c8abff;
}

.gh-content .k-finding strong {
    display: block;
    margin-bottom: 0.6rem;
    color: #ffffff;
    font-size: 1.1rem;
}

.gh-content .k-steps {
    display: grid;
    gap: 1rem;
}

.gh-content .k-step {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: start;
    padding: 1.15rem 1.2rem;
    border-radius: 22px;
    border: 1px solid rgba(97, 121, 181, 0.22);
    background: linear-gradient(180deg, rgba(14, 24, 49, 0.92), rgba(9, 16, 34, 0.98));
}

.gh-content .k-step-number {
    min-width: 3rem;
    height: 3rem;
    display: inline-grid;
    place-items: center;
    border-radius: 16px;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    color: #08112a;
    background: linear-gradient(180deg, #1fe4e4, #79f0f3);
    box-shadow: 0 12px 24px rgba(31, 228, 228, 0.18);
}

.gh-content .k-step strong {
    display: block;
    margin-bottom: 0.45rem;
    color: #ffffff;
    font-size: 1.08rem;
}

@media (max-width: 720px) {
    .gh-content .k-comparison,
    .gh-content .k-finding,
    .gh-content .k-step {
        grid-template-columns: 1fr;
    }

    .gh-content .k-step-number {
        min-width: 2.75rem;
        width: 2.75rem;
        height: 2.75rem;
    }
}


/* =========================================
   EXTENDED ARTICLE COMPONENTS v6
========================================= */
.gh-content .k-eyebrow {
    display: inline-block;
    margin: 0 0 12px;
    font-size: 0.74rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}
.gh-content .k-eyebrow--teal { color: #24dfd8; }
.gh-content .k-eyebrow--amber { color: #ffb548; }
.gh-content .k-eyebrow--purple { color: #b68cff; }
.gh-content .k-eyebrow--red { color: #ff7a74; }

.gh-content .k-text-teal { color: #24dfd8; }
.gh-content .k-text-amber { color: #ffb548; }
.gh-content .k-text-purple { color: #b68cff; }
.gh-content .k-text-red { color: #ff7a74; }

.gh-content .k-section-title {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
    color: #f8fbff;
}

.gh-content .k-comparison {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin: 28px 0 36px;
}
.gh-content .k-comparison-item {
    padding: 28px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(18, 29, 58, 0.9), rgba(10, 18, 36, 0.96));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 55px rgba(0,0,0,0.25);
}
.gh-content .k-comparison-item--positive {
    border-color: rgba(36,223,216,0.28);
    box-shadow: 0 20px 55px rgba(0,0,0,0.25), 0 0 0 1px rgba(36,223,216,0.08), 0 0 40px rgba(36,223,216,0.08);
}
.gh-content .k-comparison-item--negative {
    border-color: rgba(255,181,72,0.28);
    box-shadow: 0 20px 55px rgba(0,0,0,0.25), 0 0 0 1px rgba(255,181,72,0.06), 0 0 40px rgba(255,181,72,0.08);
}
.gh-content .k-comparison-item--neutral {
    border-color: rgba(180,189,216,0.14);
}
.gh-content .k-comparison-label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 16px;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.gh-content .k-comparison-item--positive .k-comparison-label {
    color: #24dfd8;
    background: rgba(36,223,216,0.1);
    border: 1px solid rgba(36,223,216,0.22);
}
.gh-content .k-comparison-item--negative .k-comparison-label {
    color: #ffb548;
    background: rgba(255,181,72,0.1);
    border: 1px solid rgba(255,181,72,0.22);
}
.gh-content .k-comparison-item--neutral .k-comparison-label {
    color: #d4daf0;
    background: rgba(212,218,240,0.06);
    border: 1px solid rgba(212,218,240,0.14);
}
.gh-content .k-comparison-item p:last-child { margin-bottom: 0; }

.gh-content .k-highlight {
    margin: 28px 0;
    padding: 22px 26px;
    border-radius: 18px;
    border-left: 0 !important;
    font-style: normal !important;
}
.gh-content .k-highlight p { margin: 0; font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.35; font-weight: 700; }
.gh-content .k-highlight--teal {
    color: #4be9df;
    background: linear-gradient(135deg, rgba(36,223,216,0.12), rgba(36,223,216,0.04));
    border: 1px solid rgba(36,223,216,0.22);
}
.gh-content .k-highlight--amber {
    color: #ffc56f;
    background: linear-gradient(135deg, rgba(255,181,72,0.14), rgba(255,181,72,0.04));
    border: 1px solid rgba(255,181,72,0.24);
}

.gh-content .k-callout {
    position: relative;
    margin: 34px 0;
    padding: 26px 30px;
    border-radius: 22px;
}
.gh-content .k-callout-eyebrow {
    margin: 0 0 10px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.gh-content .k-callout--warning {
    background: linear-gradient(135deg, rgba(255,145,77,0.18), rgba(255,145,77,0.04));
    border: 1px solid rgba(255,145,77,0.28);
}
.gh-content .k-callout--warning::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 4px;
    border-radius: 4px;
    background: #ff9f3c;
}
.gh-content .k-callout--warning .k-callout-eyebrow { color: #ffad63; }
.gh-content .k-callout--warning p:last-child { margin-bottom: 0; }

.gh-content .k-flow {
    margin: 30px 0 36px;
}
.gh-content .k-flow-inputs {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
    align-items: stretch;
    gap: 20px;
}
.gh-content .k-flow-card,
.gh-content .k-flow-result {
    border-radius: 22px;
    padding: 26px;
    background: linear-gradient(180deg, rgba(17, 28, 58, 0.88), rgba(9, 17, 35, 0.96));
    border: 1px solid rgba(255,255,255,0.08);
    text-align: center;
}
.gh-content .k-flow-card--positive { border-color: rgba(36,223,216,0.22); box-shadow: 0 0 40px rgba(36,223,216,0.06); }
.gh-content .k-flow-card--negative { border-color: rgba(255,181,72,0.22); box-shadow: 0 0 40px rgba(255,181,72,0.06); }
.gh-content .k-flow-label {
    margin-bottom: 8px;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #dbe4ff;
    font-weight: 800;
}
.gh-content .k-flow-operator,
.gh-content .k-flow-arrow {
    display: grid;
    place-items: center;
    color: #b1bbd8;
    font-size: 2rem;
    font-weight: 700;
}
.gh-content .k-flow-arrow {
    margin: 16px 0;
    font-size: 1.7rem;
}
.gh-content .k-flow-result {
    background: linear-gradient(135deg, rgba(36,223,216,0.18), rgba(255,181,72,0.16));
    border-color: rgba(255,255,255,0.12);
    box-shadow: 0 0 50px rgba(36,223,216,0.09), 0 18px 46px rgba(0,0,0,0.22);
}
.gh-content .k-flow-result-title {
    margin-bottom: 8px;
    font-size: clamp(1.4rem, 3vw, 2rem);
    line-height: 1.05;
    font-weight: 800;
}
.gh-content .k-flow-result p,
.gh-content .k-flow-card p { margin-bottom: 0; }

.gh-content .k-bar-chart {
    margin: 30px 0;
    padding: 28px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(18,29,58,0.9), rgba(9,17,35,0.96));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 24px 60px rgba(0,0,0,0.25);
}
.gh-content .k-bar-chart-title {
    margin: 0 0 22px;
    font-size: 1.1rem;
    color: #ecf1ff;
}
.gh-content .k-bar-row + .k-bar-row { margin-top: 14px; }
.gh-content .k-bar-meta {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 8px;
    font-size: 0.92rem;
}
.gh-content .k-bar-label { color: #dde5fb; }
.gh-content .k-bar-value { color: #fff; font-weight: 700; }
.gh-content .k-bar-track {
    height: 12px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    overflow: hidden;
}
.gh-content .k-bar-fill { height: 100%; border-radius: inherit; }
.gh-content .k-bar-fill--teal { background: linear-gradient(90deg, #24dfd8, #5deee7); }
.gh-content .k-bar-fill--green { background: linear-gradient(90deg, #69e790, #9ef7b6); }
.gh-content .k-bar-fill--yellow { background: linear-gradient(90deg, #ffe35a, #ffd13f); }
.gh-content .k-bar-fill--orange { background: linear-gradient(90deg, #ffb548, #ff9c34); }
.gh-content .k-bar-fill--red { background: linear-gradient(90deg, #ff7d72, #ff5b6f); }
.gh-content .k-bar-note {
    margin: 18px 0 0;
    color: #9eabc9;
    font-size: 0.85rem;
}

.gh-content .k-explainer-grid,
.gh-content .k-feature-grid,
.gh-content .k-diff-scale {
    display: grid;
    gap: 18px;
    margin: 28px 0;
}
.gh-content .k-explainer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.gh-content .k-feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.gh-content .k-diff-scale { grid-template-columns: repeat(3, minmax(0,1fr)); }
.gh-content .k-explainer-card,
.gh-content .k-feature-card,
.gh-content .k-diff-card {
    padding: 22px 24px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(18,29,58,0.86), rgba(10,17,35,0.94));
    border: 1px solid rgba(255,255,255,0.08);
}
.gh-content .k-explainer-card--accent {
    border-color: rgba(182,140,255,0.28);
    box-shadow: 0 0 36px rgba(182,140,255,0.08);
}
.gh-content .k-feature-card {
    min-height: 190px;
}
.gh-content .k-feature-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255,181,72,0.08);
    border: 1px solid rgba(255,181,72,0.16);
    color: #ffb548;
    font-size: 1.1rem;
    font-weight: 700;
}
.gh-content .k-feature-card strong,
.gh-content .k-explainer-card h3,
.gh-content .k-diff-card strong {
    display: block;
    margin-bottom: 8px;
    color: #f8fbff;
}
.gh-content .k-feature-card p:last-child,
.gh-content .k-explainer-card p:last-child,
.gh-content .k-diff-card p:last-child { margin-bottom: 0; }

.gh-content .k-diff-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 30px 0 18px;
}
.gh-content .k-diff-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 20px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(18,29,58,0.84), rgba(10,17,35,0.92));
    border: 1px solid rgba(255,255,255,0.08);
}
.gh-content .k-diff-row--positive { border-color: rgba(89,230,175,0.24); }
.gh-content .k-diff-row--negative { border-color: rgba(255,122,116,0.24); }
.gh-content .k-diff-row--neutral { border-color: rgba(184,194,220,0.16); }
.gh-content .k-diff-main strong {
    display: block;
    margin-bottom: 4px;
}
.gh-content .k-diff-meta {
    color: #97a5c5;
    font-size: 0.86rem;
}
.gh-content .k-diff-value {
    white-space: nowrap;
    font-size: 1.05rem;
    font-weight: 800;
}
.gh-content .k-diff-row--positive .k-diff-value { color: #74e8b0; }
.gh-content .k-diff-row--negative .k-diff-value { color: #ff8c82; }
.gh-content .k-diff-row--neutral .k-diff-value { color: #dbe3f8; }
.gh-content .k-diff-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    margin: 12px 0 26px;
    font-size: 0.88rem;
}
.gh-content .k-diff-legend--positive { color: #74e8b0; }
.gh-content .k-diff-legend--neutral { color: #dbe3f8; }
.gh-content .k-diff-legend--negative { color: #ff8c82; }
.gh-content .k-diff-card--positive { border-color: rgba(89,230,175,0.22); }
.gh-content .k-diff-card--neutral { border-color: rgba(184,194,220,0.16); }
.gh-content .k-diff-card--negative { border-color: rgba(255,122,116,0.22); }

.gh-content blockquote.k-quote {
    margin: 32px 0;
    padding: 24px 26px;
    border-left: 0 !important;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(18,29,58,0.88), rgba(10,17,35,0.96));
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 20px 55px rgba(0,0,0,0.24);
    color: #f4f8ff;
    font-style: normal;
}
.gh-content blockquote.k-quote p {
    margin: 0;
    font-size: clamp(1.05rem, 1.8vw, 1.2rem);
    line-height: 1.55;
}
.gh-content blockquote.k-quote cite {
    display: block;
    margin-top: 12px;
    color: #9daacd;
    font-style: normal;
    font-size: 0.9rem;
}
.gh-content blockquote.k-quote--soft {
    background: linear-gradient(180deg, rgba(18,29,58,0.72), rgba(10,17,35,0.9));
}

@media (max-width: 920px) {
    .gh-content .k-comparison,
    .gh-content .k-explainer-grid,
    .gh-content .k-feature-grid,
    .gh-content .k-diff-scale {
        grid-template-columns: 1fr;
    }
    .gh-content .k-flow-inputs {
        grid-template-columns: 1fr;
    }
    .gh-content .k-flow-operator { order: 2; }
    .gh-content .k-diff-row {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* =========================================
   v7 overrides for Consumed export polish
========================================= */
.article-template .article-image {
    display: none;
}

.article-template .article-footer {
    display: none;
}

.article-template .article-header {
    padding-top: 36px;
    margin-bottom: 18px;
}

.article-template .article-header h1 {
    max-width: 12ch;
    line-height: 0.96;
    letter-spacing: -0.04em;
}

.article-template .article-header .lede {
    max-width: 34rem;
}

.gh-content {
    max-width: 960px;
}

.gh-content > * + * {
    margin-top: 18px;
}

.gh-content .k-eyebrow {
    margin-top: 28px;
    margin-bottom: 10px;
}

.gh-content .k-section-title {
    max-width: 14ch;
}

.gh-content .k-flow-card,
.gh-content .k-flow-result,
.gh-content .k-explainer-card,
.gh-content .k-feature-card,
.gh-content .k-diff-card,
.gh-content .k-comparison-item,
.gh-content .k-bar-chart,
.gh-content .k-callout,
.gh-content blockquote.k-quote {
    backdrop-filter: blur(8px);
}

.gh-content .k-flow {
    gap: 18px;
}

.gh-content .k-flow-card {
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gh-content .k-flow-icon,
.gh-content .k-flow-result-icon,
.gh-content .k-feature-icon {
    font-size: 0;
    line-height: 1;
}

.gh-content .k-flow-card--positive .k-flow-icon::before {
    content: "◷";
    font-size: 2.1rem;
    color: #67eee1;
}

.gh-content .k-flow-card--negative .k-flow-icon::before {
    content: "≡";
    font-size: 2.1rem;
    color: #ffb458;
}

.gh-content .k-flow-result-icon::before {
    content: "⚡";
    font-size: 2.6rem;
    color: #ffd34f;
}

.gh-content .k-feature-card:nth-child(1) .k-feature-icon::before {
    content: "◎";
    font-size: 1.75rem;
    color: #ffcb52;
}
.gh-content .k-feature-card:nth-child(2) .k-feature-icon::before {
    content: "↗";
    font-size: 1.75rem;
    color: #ffcb52;
}
.gh-content .k-feature-card:nth-child(3) .k-feature-icon::before {
    content: "≡";
    font-size: 1.75rem;
    color: #ffcb52;
}
.gh-content .k-feature-card:nth-child(4) .k-feature-icon::before {
    content: "⚡";
    font-size: 1.75rem;
    color: #ffcb52;
}

.gh-content .k-explainer-card h3,
.gh-content .k-feature-card strong,
.gh-content .k-diff-card strong,
.gh-content .k-flow-result-title,
.gh-content .k-flow-label {
    letter-spacing: -0.02em;
}

.gh-content .k-comparison-label,
.gh-content .k-callout-eyebrow,
.gh-content .k-eyebrow {
    font-size: 0.74rem;
}

.gh-content .k-callout--warning {
    border-left: 0;
}

.gh-content .k-callout--warning p {
    max-width: 50ch;
}

.gh-content .k-bar-chart {
    padding: 28px 26px 22px;
}

.gh-content .k-bar-chart-title {
    margin-bottom: 22px;
}

.gh-content .k-bar-track {
    height: 12px;
    background: rgba(115, 132, 180, 0.24);
}

.gh-content .k-explainer-card {
    min-height: 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gh-content .k-diff-row {
    min-height: 78px;
    align-items: center;
}

.gh-content .k-diff-value {
    min-width: 92px;
    text-align: right;
}

.gh-content .k-diff-scale {
    margin-top: 18px;
}

.gh-content .k-diff-card {
    min-height: 118px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gh-content .k-feature-grid {
    margin-top: 26px;
}

.gh-content blockquote.k-quote--soft {
    font-size: 1.05rem;
    line-height: 1.65;
}

@media (max-width: 920px) {
    .article-template .article-header {
        padding-top: 20px;
    }

    .gh-content .k-section-title {
        max-width: none;
    }

    .gh-content .k-diff-value {
        min-width: 0;
        text-align: left;
    }
}


/* =========================================
   v8 polish
========================================= */
.article-template {
    padding-top: 64px;
    padding-bottom: 72px;
}
.article-template .article-header {
    padding-top: 20px;
    margin-bottom: 24px;
}
.article-template .article-header.narrow,
.article-template .gh-content.narrow {
    width: min(920px, 100%);
}
.article-template .article-header h1 {
    max-width: 11ch;
    font-size: clamp(3rem, 7vw, 4.9rem);
    line-height: 0.94;
    margin-bottom: 14px;
}
.article-template .article-header .lede {
    max-width: 40rem;
    font-size: clamp(1.15rem, 1.8vw, 1.42rem);
    line-height: 1.52;
}
.article-template .article-meta {
    margin-top: 18px;
    font-size: 0.9rem;
    color: #90a0c6;
}
.article-template .article-header .eyebrow-link {
    margin-bottom: 18px;
}

.gh-content {
    max-width: 980px;
}
.gh-content p {
    line-height: 1.62;
}
.gh-content .k-section-title {
    max-width: 13ch;
    font-size: clamp(2.15rem, 4.4vw, 3.35rem);
    line-height: 0.98;
    margin-top: 0.1em;
    margin-bottom: 0.4em;
}
.gh-content .k-eyebrow {
    margin-top: 42px;
    margin-bottom: 14px;
    font-size: 0.78rem;
    letter-spacing: 0.14em;
}
.gh-content > p + .k-comparison,
.gh-content > p + .k-flow,
.gh-content > p + .k-bar-chart,
.gh-content > p + .k-diff-list,
.gh-content > p + .k-feature-grid {
    margin-top: 26px;
}

.gh-content .k-comparison {
    gap: 18px;
    margin-block: 26px;
}
.gh-content .k-comparison-item {
    padding: 1.35rem 1.45rem;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(0,0,0,0.16);
}
.gh-content .k-comparison-item p {
    font-size: 0.98rem;
    line-height: 1.55;
}
.gh-content .k-comparison-label {
    margin-bottom: 0.95rem;
}

.gh-content .k-callout--warning {
    margin-top: 24px;
    padding: 24px 26px 22px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 159, 26, 0.15), rgba(255, 92, 76, 0.12));
    box-shadow: 0 20px 48px rgba(0,0,0,0.14);
}
.gh-content .k-callout--warning::before {
    top: 12px;
    bottom: 12px;
}

.gh-content .k-flow {
    margin: 34px 0 38px;
}
.gh-content .k-flow-inputs {
    gap: 28px;
}
.gh-content .k-flow-card {
    min-height: 154px;
    padding: 24px 20px;
}
.gh-content .k-flow-result {
    padding: 32px 26px;
}
.gh-content .k-flow-result-title {
    font-size: clamp(1.7rem, 3.4vw, 2.35rem);
}
.gh-content .k-flow-operator {
    font-size: 2.35rem;
}
.gh-content .k-flow-arrow {
    margin: 18px 0;
    font-size: 1.9rem;
}

.gh-content .k-bar-chart {
    padding: 30px 30px 26px;
    border-radius: 24px;
}
.gh-content .k-bar-chart-title {
    font-size: 1.18rem;
    margin-bottom: 24px;
}
.gh-content .k-bar-row + .k-bar-row {
    margin-top: 16px;
}
.gh-content .k-bar-meta {
    font-size: 0.95rem;
}
.gh-content .k-bar-track {
    height: 11px;
}

.gh-content .k-explainer-grid {
    gap: 16px;
    margin-top: 22px;
}
.gh-content .k-explainer-card {
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.gh-content .k-explainer-card h3 {
    font-size: 1.45rem;
    margin-bottom: 10px;
}

.gh-content .k-diff-list {
    margin-top: 24px;
}
.gh-content .k-diff-row {
    padding: 18px 22px;
    min-height: 82px;
}
.gh-content .k-diff-main strong {
    font-size: 1rem;
}
.gh-content .k-diff-value {
    font-size: 1.12rem;
}
.gh-content .k-diff-legend {
    margin: 14px 0 22px;
}
.gh-content .k-diff-scale {
    gap: 14px;
}
.gh-content .k-diff-card {
    min-height: 118px;
}

.gh-content .k-feature-grid {
    margin-top: 26px;
}
.gh-content .k-feature-card {
    min-height: 200px;
    padding: 24px 24px 22px;
    box-shadow: 0 16px 42px rgba(0,0,0,0.12);
}
.gh-content .k-feature-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
}
.gh-content .k-feature-card strong {
    font-size: 1.22rem;
    margin-bottom: 10px;
}
.gh-content .k-feature-card p {
    color: #c6d1ea;
}

.gh-content blockquote.k-quote--soft {
    margin-top: 28px;
    padding: 28px 30px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(20, 31, 60, 0.9), rgba(10, 17, 35, 0.96));
    border: 1px solid rgba(255,255,255,0.08);
    color: #dce3f5;
    font-size: 1.06rem;
    line-height: 1.66;
}

@media (max-width: 900px) {
    .article-template {
        padding-top: 40px;
    }
    .article-template .article-header h1 {
        font-size: clamp(2.5rem, 10vw, 4rem);
        max-width: 10ch;
    }
    .gh-content .k-comparison,
    .gh-content .k-explainer-grid,
    .gh-content .k-feature-grid,
    .gh-content .k-diff-scale {
        grid-template-columns: 1fr;
    }
    .gh-content .k-flow-inputs {
        grid-template-columns: 1fr;
    }
    .gh-content .k-flow-operator,
    .gh-content .k-flow-arrow {
        min-height: 40px;
    }
}


/* === v9 polish: wider headers/content, better breathing room === */
.article-template .article-header.narrow,
.article-template .gh-content.narrow,
.article-template .article-footer.narrow {
  max-width: 860px;
  width: min(860px, calc(100vw - 48px));
}

.article-template .article-header h1 {
  max-width: 760px;
  font-size: clamp(3.4rem, 7vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.article-template .article-header .lede {
  max-width: 720px;
  font-size: 1.45rem;
  line-height: 1.5;
}

.gh-content .k-section-title {
  max-width: 820px;
  font-size: clamp(2.6rem, 5vw, 4.3rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin-bottom: 18px;
}

.gh-content > p {
  max-width: 820px;
  font-size: 1.15rem;
  line-height: 1.75;
}

.gh-content .k-comparison,
.gh-content .k-feature-grid,
.gh-content .k-diff-scale,
.gh-content .k-explainer-grid {
  margin-top: 28px;
  margin-bottom: 34px;
}

.gh-content .k-comparison-item,
.gh-content .k-feature-card,
.gh-content .k-diff-card,
.gh-content .k-explainer-card {
  padding: 24px 26px;
}

.gh-content .k-callout,
.gh-content .k-bar-chart,
.gh-content .k-flow-result,
.gh-content .k-quote--soft {
  margin-top: 30px;
  margin-bottom: 34px;
}

.gh-content .k-diff-list {
  margin-top: 24px;
}

.gh-content .k-eyebrow {
  margin-bottom: 14px;
}

/* mobile safety */
@media (max-width: 767px) {
  .article-template .article-header.narrow,
  .article-template .gh-content.narrow,
  .article-template .article-footer.narrow {
    width: min(860px, calc(100vw - 32px));
  }

  .article-template .article-header h1 {
    font-size: clamp(2.6rem, 11vw, 4rem);
    line-height: 0.96;
  }

  .article-template .article-header .lede {
    font-size: 1.12rem;
  }

  .gh-content .k-section-title {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .gh-content > p {
    font-size: 1.03rem;
    line-height: 1.7;
  }
}


/* === v10 fix: eyebrow vertical alignment === */
.k-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  height: 28px;
  padding: 0 12px;

  line-height: 1;
  letter-spacing: 0.06em;
}

.k-eyebrow--red,
.k-eyebrow--teal,
.k-eyebrow--purple,
.k-eyebrow--amber {
  display: inline-flex;
  align-items: center;
}

/* slight optical adjustment */
.k-eyebrow {
  transform: translateY(-1px);
}


/* === v11 stronger eyebrow alignment + visibility === */
.k-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  line-height: 30px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  border-radius: 999px !important;
  box-sizing: border-box !important;
  transform: none !important;
}

.k-eyebrow--red,
.k-eyebrow--teal,
.k-eyebrow--purple,
.k-eyebrow--amber {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.gh-content .k-eyebrow {
  margin-bottom: 12px !important;
}


/* === v12 polish: stronger comparison cards + accent heading colors === */
.gh-content .k-comparison {
  gap: 26px !important;
  margin-top: 30px !important;
  margin-bottom: 38px !important;
}

.gh-content .k-comparison-item {
  min-height: 168px;
  padding: 30px 34px !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.045), rgba(255,255,255,0.015) 55%),
    linear-gradient(180deg, rgba(12,22,48,0.96), rgba(10,18,40,0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 18px 40px rgba(0,0,0,0.18) !important;
}

.gh-content .k-comparison-item--positive {
  border-color: rgba(36, 211, 203, 0.48) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 18px 40px rgba(0,0,0,0.18),
    0 0 0 1px rgba(36, 211, 203, 0.08) !important;
}

.gh-content .k-comparison-item--negative {
  border-color: rgba(255, 167, 57, 0.42) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 18px 40px rgba(0,0,0,0.18),
    0 0 0 1px rgba(255, 167, 57, 0.08) !important;
}

.gh-content .k-comparison-item--neutral {
  border-color: rgba(255,255,255,0.10) !important;
}

.gh-content .k-comparison-label {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  margin-bottom: 22px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.04) !important;
}

.gh-content .k-comparison-item--positive .k-comparison-label {
  background: rgba(36, 211, 203, 0.12) !important;
  border: 1px solid rgba(36, 211, 203, 0.34) !important;
  color: #37e7dd !important;
}

.gh-content .k-comparison-item--negative .k-comparison-label {
  background: rgba(255, 167, 57, 0.12) !important;
  border: 1px solid rgba(255, 167, 57, 0.32) !important;
  color: #ffb34f !important;
}

.gh-content .k-comparison-item--neutral .k-comparison-label {
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.12) !important;
  color: #d8dfef !important;
}

.gh-content .k-comparison-item p {
  font-size: 1.12rem !important;
  line-height: 1.62 !important;
  color: rgba(235,240,249,0.95) !important;
  margin: 0 !important;
}

.gh-content .k-section-title .k-text-teal {
  color: #2fe6df !important;
  text-shadow: 0 0 22px rgba(47, 230, 223, 0.10);
}

.gh-content .k-section-title .k-text-red {
  color: #ff6f67 !important;
  text-shadow: 0 0 22px rgba(255, 111, 103, 0.10);
}

.gh-content .k-section-title .k-text-purple {
  color: #b685ff !important;
  text-shadow: 0 0 22px rgba(182, 133, 255, 0.10);
}

.gh-content .k-section-title .k-text-amber {
  color: #ffc84d !important;
  text-shadow: 0 0 22px rgba(255, 200, 77, 0.10);
}

.article-template .article-header h1 {
  max-width: 900px !important;
}

.article-template .article-header .lede {
  max-width: 820px !important;
}


/* === v13 polish: richer metric card hierarchy === */
.gh-content .k-comparison-item {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.gh-content .k-metric {
  display: grid !important;
  grid-template-columns: 22px 1fr auto !important;
  align-items: center !important;
  column-gap: 12px !important;
  row-gap: 0 !important;
  margin: 10px 0 !important;
}

.gh-content .k-metric-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 22px !important;
  color: rgba(220, 228, 242, 0.58) !important;
  opacity: 1 !important;
}

.gh-content .k-comparison-item--positive .k-metric-icon {
  color: rgba(170, 234, 230, 0.62) !important;
}

.gh-content .k-comparison-item--negative .k-metric-icon {
  color: rgba(255, 204, 145, 0.62) !important;
}

.gh-content .k-metric-icon svg {
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  stroke-width: 1.9 !important;
}

.gh-content .k-metric-label {
  font-size: 1rem !important;
  line-height: 1.35 !important;
  color: rgba(208, 216, 232, 0.72) !important;
  font-weight: 500 !important;
}

.gh-content .k-metric-value {
  font-size: 1.08rem !important;
  line-height: 1.2 !important;
  color: #f4f7fc !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.gh-content .k-comparison-item--positive .k-metric-value--highlight {
  color: #42e8df !important;
}

.gh-content .k-comparison-item--negative .k-metric-value--highlight {
  color: #ffae58 !important;
}

.gh-content .k-divider {
  height: 1px !important;
  margin: 14px 0 12px !important;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0.00),
    rgba(255,255,255,0.20) 12%,
    rgba(255,255,255,0.20) 88%,
    rgba(255,255,255,0.00)
  ) !important;
  border: 0 !important;
}

.gh-content .k-comparison-item p {
  margin: 0 !important;
}

@media (max-width: 767px) {
  .gh-content .k-metric {
    grid-template-columns: 18px 1fr auto !important;
    column-gap: 10px !important;
  }

  .gh-content .k-metric-label {
    font-size: 0.95rem !important;
  }

  .gh-content .k-metric-value {
    font-size: 1rem !important;
  }
}


/* === v14 polish: feature grid + heading refinement === */
.gh-content .k-feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.gh-content .k-feature-card {
  min-height: 160px !important;
  padding: 26px 28px !important;
  border-radius: 20px !important;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.04), rgba(255,255,255,0.015) 55%),
    linear-gradient(180deg, rgba(12,22,48,0.96), rgba(10,18,40,0.96)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.04),
    0 12px 28px rgba(0,0,0,0.12) !important;
}

.gh-content .k-feature-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 60px !important;
  height: 60px !important;
  margin-bottom: 18px !important;
  border-radius: 16px !important;
  background: rgba(255, 193, 55, 0.08) !important;
  border: 1px solid rgba(255, 193, 55, 0.10) !important;
  color: #f6c23a !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

.gh-content .k-feature-icon::before,
.gh-content .k-feature-icon::after {
  content: none !important;
  display: none !important;
}

.gh-content .k-feature-icon svg {
  width: 28px !important;
  height: 28px !important;
  display: block !important;
  stroke-width: 1.9 !important;
}

.gh-content .k-feature-card strong {
  display: block !important;
  margin-bottom: 10px !important;
  font-size: 1.1rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}

.gh-content .k-feature-card p {
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
  color: rgba(212, 220, 235, 0.84) !important;
}

.gh-content .k-section-title {
  max-width: 980px !important;
}

.gh-content .k-section-title .k-text-amber {
  color: #f6c23a !important;
  text-shadow: 0 0 16px rgba(246, 194, 58, 0.08) !important;
}

@media (max-width: 767px) {
  .gh-content .k-feature-grid {
    grid-template-columns: 1fr !important;
  }

  .gh-content .k-feature-card {
    min-height: auto !important;
    padding: 22px 22px !important;
  }

  .gh-content .k-feature-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
  }

  .gh-content .k-feature-icon svg {
    width: 24px !important;
    height: 24px !important;
  }
}


/* === v15 polish: editorial-personalization article support === */
html, body,
.site-shell,
.site-main,
.article-template,
.article-template .gh-content,
.article-template .article-header,
.article-template .article-footer {
  background: #0c1629 !important;
  color: #e2e8f0 !important;
}

.article-template .gh-content {
  background:
    radial-gradient(circle at left center, rgba(25, 105, 140, 0.18), rgba(12, 22, 41, 0) 42%),
    radial-gradient(circle at right center, rgba(96, 45, 106, 0.12), rgba(12, 22, 41, 0) 38%),
    #0c1629 !important;
}

.article-template .article-header.narrow,
.article-template .gh-content.narrow,
.article-template .article-footer.narrow {
  max-width: 940px !important;
  width: min(940px, calc(100vw - 48px)) !important;
}

.article-template .article-header h1 {
  max-width: 980px !important;
  font-size: clamp(3.8rem, 8vw, 6.6rem) !important;
  line-height: 0.92 !important;
  letter-spacing: -0.05em !important;
}

.article-template .article-header .lede {
  max-width: 760px !important;
  font-size: 1.18rem !important;
  line-height: 1.6 !important;
  color: rgba(218, 227, 243, 0.82) !important;
}

.gh-content .k-list,
.gh-content .k-checklist {
  display: grid !important;
  gap: 10px !important;
  margin: 22px 0 28px !important;
}

.gh-content .k-list-item,
.gh-content .k-check-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 54px !important;
  padding: 0 16px !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, rgba(19, 30, 58, 0.96), rgba(14, 23, 46, 0.96)) !important;
  border: 1px solid rgba(255,255,255,0.07) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03) !important;
  color: rgba(233, 239, 249, 0.95) !important;
  font-size: 0.98rem !important;
  line-height: 1.45 !important;
}

.gh-content .k-list-item > span:first-child,
.gh-content .k-check-item > span:first-child,
.gh-content .k-list-item .emoji,
.gh-content .k-check-item .emoji,
.gh-content .k-list-item .icon,
.gh-content .k-check-item .icon {
  flex: 0 0 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  font-size: 16px !important;
  line-height: 1 !important;
}

.gh-content .k-callout--warning {
  background: linear-gradient(135deg, rgba(154, 54, 62, 0.26), rgba(116, 33, 74, 0.14)) !important;
  border: 1px solid rgba(246, 144, 91, 0.28) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 16px 30px rgba(0,0,0,0.12) !important;
}

.gh-content .k-highlight,
.gh-content .k-highlight--teal {
  background: linear-gradient(135deg, rgba(24, 95, 112, 0.34), rgba(24, 95, 112, 0.14)) !important;
  border: 1px solid rgba(71, 219, 224, 0.20) !important;
}

.gh-content .k-stats {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 18px 0 26px !important;
}

.gh-content .k-stat {
  min-height: 92px !important;
  padding: 16px 18px !important;
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(19, 30, 58, 0.96), rgba(14, 23, 46, 0.96)) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}

.gh-content .k-cta {
  margin-top: 28px !important;
  padding: 28px 26px !important;
  border-radius: 18px !important;
  text-align: center !important;
  background:
    radial-gradient(circle at left center, rgba(41, 166, 176, 0.18), rgba(11, 18, 36, 0) 40%),
    radial-gradient(circle at right center, rgba(40, 85, 146, 0.14), rgba(11, 18, 36, 0) 40%),
    linear-gradient(180deg, rgba(16, 28, 56, 0.98), rgba(10, 18, 38, 0.98)) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}

.gh-content .k-related {
  margin-top: 26px !important;
  padding-top: 12px !important;
  border-top: 1px solid rgba(255,255,255,0.08) !important;
}

.gh-content .k-related-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.gh-content .k-related-item {
  padding: 14px 14px 12px !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, rgba(19, 30, 58, 0.96), rgba(14, 23, 46, 0.96)) !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
}

.gh-content .k-related-title {
  font-weight: 700 !important;
  margin-bottom: 4px !important;
}

.gh-content .k-related-desc {
  color: rgba(210, 218, 232, 0.72) !important;
  font-size: 0.92rem !important;
  line-height: 1.45 !important;
}

/* consistent icon sizing for text/emoji placeholders */
.gh-content .k-flow-icon,
.gh-content .k-flow-result-icon,
.gh-content .k-feature-icon,
.gh-content .k-metric-icon {
  line-height: 1 !important;
}

.gh-content .k-flow-icon,
.gh-content .k-flow-result-icon {
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .article-template .article-header.narrow,
  .article-template .gh-content.narrow,
  .article-template .article-footer.narrow {
    width: min(940px, calc(100vw - 32px)) !important;
  }

  .article-template .article-header h1 {
    font-size: clamp(2.9rem, 12vw, 4.8rem) !important;
  }

  .gh-content .k-stats,
  .gh-content .k-related-list {
    grid-template-columns: 1fr !important;
  }
}


/* === v16 header polish + external login + logo-only brand === */
.site-header__inner {
    min-height: 92px;
    gap: 24px;
}

.brand {
    gap: 0;
}

.brand--logo-only {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    min-height: 64px;
}

.brand__logo {
    width: 72px !important;
    height: 72px !important;
    object-fit: contain;
}

.brand__mark {
    width: 58px;
    height: 58px;
}

.brand__name {
    display: none !important;
}

.login-link {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
}

.login-link::after {
    content: "↗";
    font-size: 0.85em;
    opacity: 0.8;
    transform: translateY(-1px);
}

/* subtle article polish for long-form narrative pages */
.article-template .article-header.narrow,
.article-template .gh-content.narrow,
.article-template .article-footer.narrow {
    max-width: 880px !important;
    width: min(880px, calc(100vw - 40px)) !important;
}

.article-template .article-header h1 {
    max-width: 860px !important;
}

.gh-content .k-list-item,
.gh-content .k-check-item {
    justify-content: flex-start;
}

.gh-content .k-list-item {
    min-height: 48px !important;
    border-radius: 10px !important;
    font-size: 0.94rem !important;
}

.gh-content .k-callout,
.gh-content .k-highlight,
.gh-content .k-quote--soft,
.gh-content .k-cta {
    backdrop-filter: blur(8px);
}

.gh-content .k-callout--warning p:last-child,
.gh-content .k-highlight p:last-child,
.gh-content .k-quote--soft p:last-child {
    margin-bottom: 0;
}

.gh-content .k-cta {
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 20px 48px rgba(0,0,0,0.18) !important;
}

.gh-content .k-cta .button,
.gh-content .k-cta a.button {
    min-height: 46px;
}

@media (max-width: 767px) {
    .site-header__inner {
        min-height: 78px;
        gap: 14px;
    }

    .brand--logo-only {
        min-width: 60px;
        min-height: 48px;
    }

    .brand__logo {
        width: 54px !important;
        height: 54px !important;
    }

    .article-template .article-header.narrow,
    .article-template .gh-content.narrow,
    .article-template .article-footer.narrow {
        width: min(880px, calc(100vw - 28px)) !important;
    }
}


/* === v17 polish: unify page/article background and soften panels === */
body,
.site-shell,
.site-main,
.article-template,
.article-template .article-header,
.article-template .article-footer,
.article-template .gh-content {
  background-color: #08112a !important;
}

.article-template .gh-content {
  background:
    radial-gradient(circle at 18% 42%, rgba(19, 140, 180, 0.10), rgba(8, 17, 42, 0) 34%),
    radial-gradient(circle at 82% 58%, rgba(108, 57, 129, 0.08), rgba(8, 17, 42, 0) 30%),
    linear-gradient(180deg, rgba(8,17,42,1) 0%, rgba(8,17,42,1) 100%) !important;
}

.article-template .article-header {
  background: transparent !important;
}

.gh-content .k-feature-card,
.gh-content .k-comparison-item,
.gh-content .k-diff-card,
.gh-content .k-explainer-card,
.gh-content .k-stat,
.gh-content .k-related-item,
.gh-content .k-list-item,
.gh-content .k-check-item {
  background:
    linear-gradient(180deg, rgba(17, 28, 58, 0.82), rgba(13, 22, 46, 0.82)) !important;
  border-color: rgba(255,255,255,0.06) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.025),
    0 10px 24px rgba(0,0,0,0.10) !important;
}

.gh-content .k-callout--warning,
.gh-content .k-highlight,
.gh-content .k-highlight--teal,
.gh-content .k-quote--soft,
.gh-content .k-cta,
.gh-content .k-bar-chart,
.gh-content .k-flow-result {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.025),
    0 12px 28px rgba(0,0,0,0.10) !important;
}

.gh-content .k-callout--warning {
  background:
    linear-gradient(135deg, rgba(144, 47, 56, 0.20), rgba(110, 31, 68, 0.12)) !important;
}

.gh-content .k-highlight,
.gh-content .k-highlight--teal {
  background:
    linear-gradient(135deg, rgba(18, 92, 110, 0.24), rgba(18, 92, 110, 0.10)) !important;
}

.gh-content .k-cta {
  background:
    radial-gradient(circle at left center, rgba(41, 166, 176, 0.14), rgba(11, 18, 36, 0) 40%),
    radial-gradient(circle at right center, rgba(40, 85, 146, 0.10), rgba(11, 18, 36, 0) 40%),
    linear-gradient(180deg, rgba(16, 28, 56, 0.90), rgba(10, 18, 38, 0.90)) !important;
}

.gh-content .k-related {
  border-top-color: rgba(255,255,255,0.05) !important;
}

.site-footer {
  background: transparent !important;
  border-top: 1px solid rgba(255,255,255,0.05) !important;
}

@media (max-width: 767px) {
  .article-template .gh-content {
    background:
      radial-gradient(circle at 8% 30%, rgba(19, 140, 180, 0.08), rgba(8, 17, 42, 0) 28%),
      radial-gradient(circle at 92% 62%, rgba(108, 57, 129, 0.06), rgba(8, 17, 42, 0) 26%),
      linear-gradient(180deg, rgba(8,17,42,1) 0%, rgba(8,17,42,1) 100%) !important;
  }
}


/* === v18: remove double backgrounds, make content flush, enlarge logo === */
body,
.site-shell,
.site-main,
.article-template,
.article-template .gh-content,
.article-template .article-header,
.article-template .article-footer {
  background: #08112a !important;
  background-image: none !important;
}

.article-template,
.site-main,
.article-template .gh-content {
  background: transparent !important;
  box-shadow: none !important;
}

.article-template .article-header.narrow,
.article-template .gh-content.narrow,
.article-template .article-footer.narrow {
  max-width: 980px !important;
  width: min(980px, calc(100vw - 40px)) !important;
}

.article-template .gh-content.narrow {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.brand--logo-only {
  min-width: 120px !important;
  min-height: 86px !important;
}

.brand__logo {
  width: 110px !important;
  height: 110px !important;
}

.site-header__inner {
  min-height: 108px !important;
}

@media (max-width: 767px) {
  .article-template .article-header.narrow,
  .article-template .gh-content.narrow,
  .article-template .article-footer.narrow {
    width: min(980px, calc(100vw - 28px)) !important;
  }

  .article-template .gh-content.narrow {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .brand--logo-only {
    min-width: 86px !important;
    min-height: 64px !important;
  }

  .brand__logo {
    width: 78px !important;
    height: 78px !important;
  }

  .site-header__inner {
    min-height: 86px !important;
  }
}


/* === v19: spacing + much larger logo === */

/* --- TYPOGRAPHY SPACING --- */
.gh-content h1 {
  margin-bottom: 28px !important;
}

.gh-content h2 {
  margin-top: 56px !important;
  margin-bottom: 20px !important;
}

.gh-content p {
  margin-bottom: 20px !important;
  line-height: 1.75 !important;
}

/* --- SECTION AIR --- */
.k-eyebrow {
  margin-bottom: 16px !important;
}

.k-section-title {
  margin-bottom: 18px !important;
}

.k-comparison,
.k-feature-grid,
.k-bar-chart,
.k-flow,
.k-diff-list {
  margin-top: 28px !important;
  margin-bottom: 36px !important;
}

/* --- CARD PADDING --- */
.k-feature-card,
.k-comparison-item,
.k-diff-card,
.k-explainer-card,
.k-stat,
.k-related-item,
.k-list-item,
.k-check-item {
  padding: 22px 22px !important;
  border-radius: 14px !important;
}

/* --- LIST SPACING --- */
.k-list-item,
.k-check-item {
  margin-bottom: 10px !important;
}

/* --- CTA + BOTTOM SPACING --- */
.k-cta {
  margin-top: 48px !important;
  margin-bottom: 32px !important;
}

.k-related {
  margin-top: 36px !important;
}

/* --- MUCH LARGER LOGO --- */
.brand--logo-only {
  min-width: 180px !important;
  min-height: 140px !important;
}

.brand__logo {
  width: 160px !important;
  height: 160px !important;
}

/* header height grows with logo */
.site-header__inner {
  min-height: 140px !important;
  align-items: center !important;
}

/* tighten nav slightly so it doesn't float too high */
.site-nav,
.site-actions {
  transform: translateY(6px);
}

/* --- MOBILE --- */
@media (max-width: 767px) {
  .gh-content h2 {
    margin-top: 42px !important;
  }

  .k-feature-card,
  .k-comparison-item,
  .k-diff-card {
    padding: 18px !important;
  }

  .brand--logo-only {
    min-width: 120px !important;
    min-height: 100px !important;
  }

  .brand__logo {
    width: 110px !important;
    height: 110px !important;
  }

  .site-header__inner {
    min-height: 110px !important;
  }
}


/* === v20: premium list rows + improved section rhythm === */
.gh-content h2 {
  margin-top: 64px !important;
  margin-bottom: 24px !important;
}

.gh-content h2 + p {
  margin-bottom: 28px !important;
}

.gh-content ul {
  list-style: none !important;
  padding: 0 !important;
  margin-top: 28px !important;
  margin-bottom: 40px !important;
}

.gh-content ul li {
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  background: linear-gradient(
    180deg,
    rgba(20, 32, 64, 0.92),
    rgba(14, 24, 50, 0.92)
  ) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  border-radius: 14px !important;
  padding: 18px 22px !important;
  margin-bottom: 14px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 8px 20px rgba(0,0,0,0.12) !important;
  color: rgba(238, 242, 249, 0.96) !important;
  line-height: 1.45 !important;
  font-size: 1rem !important;
}

.gh-content ul li::marker {
  content: "" !important;
}

.gh-content ul li > span:first-child,
.gh-content ul li .emoji,
.gh-content ul li .icon {
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

.gh-content ul li strong {
  font-weight: 700 !important;
}

.gh-content .k-list,
.gh-content .k-checklist {
  margin-top: 28px !important;
  margin-bottom: 40px !important;
}

.gh-content .k-list-item,
.gh-content .k-check-item {
  min-height: 58px !important;
  padding: 0 20px !important;
  margin-bottom: 12px !important;
  border-radius: 14px !important;
  background: linear-gradient(
    180deg,
    rgba(20, 32, 64, 0.92),
    rgba(14, 24, 50, 0.92)
  ) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.03),
    0 8px 20px rgba(0,0,0,0.12) !important;
  font-size: 1rem !important;
}

.gh-content .k-list-item > span:first-child,
.gh-content .k-check-item > span:first-child,
.gh-content .k-list-item .emoji,
.gh-content .k-check-item .emoji,
.gh-content .k-list-item .icon,
.gh-content .k-check-item .icon {
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  font-size: 18px !important;
}

@media (max-width: 767px) {
  .gh-content h2 {
    margin-top: 52px !important;
  }

  .gh-content ul li,
  .gh-content .k-list-item,
  .gh-content .k-check-item {
    padding: 16px 18px !important;
    min-height: 52px !important;
  }
}
