.local-h26insights,
.pagelayout-admin.path-local-h26insights {
    --h26i-ink: #0f2230;
    --h26i-muted: #4b6270;
    --h26i-border: #dfecef;
    --h26i-panel: #ffffff;
    --h26i-shell: #f6fbfc;
    --h26i-indigo: #05445e;
    --h26i-teal: #01bfcf;
    --h26i-mint: #d4f1f4;
    --h26i-soft: #eef7f9;
    --h26i-shadow: 0 18px 40px rgba(5, 68, 94, 0.08);
}

.local-h26insights #region-main,
.pagelayout-admin.path-local-h26insights #region-main {
    background: transparent;
}

.h26i-shell {
    max-width: 1180px;
    margin: 0 auto;
    color: var(--h26i-ink);
}

.h26i-shell--article {
    max-width: 1040px;
}

.h26i-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(5, 68, 94, 0.1);
    border-radius: 22px;
    background:
        radial-gradient(640px 220px at 18% 18%, rgba(117, 230, 218, 0.55), transparent 60%),
        linear-gradient(135deg, rgba(212, 241, 244, 0.96), rgba(255, 255, 255, 0.98));
    box-shadow: var(--h26i-shadow);
    padding: 28px 28px 24px;
}

.h26i-hero--article {
    max-width: 860px;
    margin: 0 auto;
    padding: 10px 0 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.h26i-article-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.h26i-hero--article::after {
    display: none;
}

.h26i-hero::after {
    content: "";
    position: absolute;
    top: -90px;
    right: -120px;
    width: 340px;
    height: 340px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(1, 191, 207, 0.22), transparent 65%);
    pointer-events: none;
}

.h26i-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--h26i-indigo);
}

.h26i-kicker::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--h26i-teal);
    box-shadow: 0 0 0 4px rgba(1, 191, 207, 0.18);
}

.h26i-hero h1 {
    margin: 0 0 12px;
    color: var(--h26i-indigo);
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
}

.h26i-hero--article h1 {
    max-width: 12ch;
    margin-bottom: 18px;
    color: #0e3a52;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 6vw, 4.85rem);
    line-height: 0.97;
    letter-spacing: -0.045em;
}

.h26i-hero p,
.h26i-lead-copy p {
    margin: 0;
    max-width: 70ch;
    color: var(--h26i-muted);
    font-size: 1.04rem;
    line-height: 1.65;
}

.h26i-hero--article p,
.h26i-hero--article .no-overflow {
    max-width: 44rem;
    color: #355261;
    font-size: 1.14rem;
    line-height: 1.78;
}

.h26i-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.h26i-meta li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(5, 68, 94, 0.16);
    background: rgba(255, 255, 255, 0.8);
    color: var(--h26i-indigo);
    font-size: 0.9rem;
    font-weight: 700;
}

.h26i-hero--article .h26i-meta {
    gap: 0 12px;
    margin-top: 20px;
}

.h26i-hero--article .h26i-meta li {
    padding: 0;
    border: 0;
    background: none;
    color: #48616f;
    font-size: 0.9rem;
    font-weight: 700;
}

.h26i-hero--article .h26i-meta li + li::before {
    content: "\2022";
    margin-right: 12px;
    color: rgba(26, 66, 84, 0.35);
    font-weight: 400;
}

.h26i-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.h26i-hero--article .h26i-actions {
    align-items: center;
    gap: 16px;
    margin-top: 14px;
}

.h26i-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: var(--h26i-indigo);
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 12px 24px rgba(5, 68, 94, 0.18);
}

.h26i-btn:hover,
.h26i-btn:focus {
    filter: brightness(1.04);
}

.h26i-btn--ghost {
    background: #fff;
    border-color: rgba(5, 68, 94, 0.18);
    box-shadow: none;
    color: var(--h26i-indigo) !important;
}

.h26i-btn--article-primary {
    min-height: 40px;
    padding: 0 18px;
    border-radius: 999px;
    box-shadow: 0 12px 24px rgba(5, 68, 94, 0.14);
}

.h26i-link {
    display: inline-flex;
    align-items: center;
    color: var(--h26i-indigo);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none !important;
}

.h26i-link:hover,
.h26i-link:focus {
    text-decoration: underline !important;
}

.h26i-link--admin {
    color: #5a6d78;
}

.h26i-link--back {
    position: relative;
    padding-left: 16px;
    color: #365564;
}

.h26i-link--back::before {
    content: "\2039";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-52%);
    font-size: 1.15rem;
    font-weight: 700;
}

.h26i-link--adminpill {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(5, 68, 94, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: #5a6d78;
}

.h26i-grid {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.h26i-grid--listing {
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    align-items: stretch;
}

.h26i-grid--single {
    grid-template-columns: minmax(0, 460px);
}

.h26i-grid--hub {
    margin-top: 28px;
}

.h26i-lead {
    display: block;
    max-width: 980px;
    margin: 26px 0 0;
    padding: 30px 30px 26px;
    border: 1px solid rgba(5, 68, 94, 0.1);
    border-radius: 24px;
    background:
        radial-gradient(520px 180px at 12% 14%, rgba(117, 230, 218, 0.22), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 249, 0.96));
    box-shadow: var(--h26i-shadow);
    color: inherit;
    text-decoration: none !important;
}

.h26i-lead-copy,
.h26i-card,
.h26i-section {
    border: 1px solid var(--h26i-border);
    border-radius: 18px;
    background: var(--h26i-panel);
    box-shadow: var(--h26i-shadow);
}

.h26i-lead-copy {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.h26i-lead-copy h2 {
    max-width: 14ch;
    margin: 0 0 14px;
    color: var(--h26i-indigo);
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
}

.h26i-lead-copy h2 a {
    color: inherit;
    text-decoration: none !important;
}

.h26i-lead-copy .h26i-meta {
    margin-top: 18px;
    gap: 10px;
}

.h26i-lead-copy .no-overflow {
    max-width: 42rem;
    color: #284958;
    font-size: 1.08rem;
    line-height: 1.72;
}

.h26i-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(238, 247, 249, 0.92));
    text-decoration: none !important;
    color: inherit;
}

.h26i-card:hover,
.h26i-card:focus-within {
    transform: translateY(-2px);
    transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
    border-color: rgba(1, 191, 207, 0.35);
    box-shadow: 0 18px 34px rgba(5, 68, 94, 0.12);
}

.h26i-card h2,
.h26i-card h3 {
    margin: 0 0 12px;
    color: var(--h26i-indigo);
    line-height: 1.18;
}

.h26i-grid--listing .h26i-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.65rem, 2vw, 2.25rem);
    font-weight: 400;
    letter-spacing: -0.025em;
}

.h26i-card p,
.h26i-section p,
.h26i-section li {
    color: var(--h26i-muted);
    line-height: 1.68;
}

.h26i-card .no-overflow {
    color: #44606e;
    font-size: 1.02rem;
    line-height: 1.68;
}

.h26i-card .h26i-meta {
    margin-top: 18px;
}

.h26i-card .h26i-readmore {
    margin-top: auto;
    align-self: flex-start;
}

.h26i-readmore {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid rgba(5, 68, 94, 0.14);
    border-radius: 999px;
    background: #fff;
    color: var(--h26i-indigo);
    font-weight: 800;
    text-decoration: none !important;
    box-shadow: 0 10px 18px rgba(5, 68, 94, 0.08);
}

.h26i-readmore--button {
    margin-top: 22px;
    background: var(--h26i-indigo);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 12px 24px rgba(5, 68, 94, 0.16);
}

.h26i-managebar--hub {
    justify-content: flex-end;
    margin: 0 0 18px;
}

.h26i-grid--hub .h26i-card {
    min-height: 0;
    padding: 22px 22px 20px;
}

.h26i-grid--hub .h26i-card--featured {
    grid-column: auto;
}

.h26i-grid--hub .h26i-card h3 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 1.8vw, 1.95rem);
    font-weight: 400;
    letter-spacing: -0.025em;
}

.h26i-grid--hub .h26i-card--featured h3 {
    max-width: none;
    font-size: clamp(1.55rem, 1.95vw, 2.05rem);
    line-height: 1.08;
}

.h26i-grid--hub .h26i-card .no-overflow {
    max-width: 36rem;
    color: #44606e;
    font-size: 1rem;
    line-height: 1.66;
}

.h26i-grid--hub .h26i-card .h26i-meta {
    margin-top: 16px;
    padding-top: 0;
}

.h26i-grid--hub .h26i-card--featured .h26i-meta {
    margin-top: 16px;
}

.h26i-section {
    padding: 22px;
    margin-top: 18px;
}

.h26i-section h2,
.h26i-section h3 {
    color: var(--h26i-indigo);
    margin: 0 0 12px;
}

.h26i-flow {
    margin-top: 22px;
}

.h26i-article-frame {
    max-width: 860px;
    margin: 8px auto 0;
    padding: 42px 52px 34px;
    border: 1px solid rgba(5, 68, 94, 0.1);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 20px 48px rgba(5, 68, 94, 0.1);
}

.h26i-article-body {
    max-width: none;
    margin: 0;
}

.h26i-shell--article .h26i-prose {
    max-width: none;
    margin: 0 auto;
}

.h26i-shell--article .h26i-prose > .no-overflow {
    max-width: 43rem;
    margin: 0 auto;
}

.h26i-shell--article .h26i-flow {
    margin-top: 0;
}

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

.h26i-split--tight {
    margin-top: 14px;
}

.h26i-divider {
    height: 1px;
    margin: 18px 0;
    background: rgba(5, 68, 94, 0.12);
}

.h26i-shell--article .h26i-divider {
    margin: 24px 0 18px;
    background: linear-gradient(90deg, rgba(5, 68, 94, 0.16), rgba(5, 68, 94, 0.04));
}

.h26i-callout {
    margin-top: 12px;
    border-left: 4px solid var(--h26i-teal);
    border-radius: 12px;
    background: rgba(212, 241, 244, 0.78);
    padding: 12px 14px;
    color: var(--h26i-indigo);
}

.h26i-shell--article .h26i-callout {
    max-width: 43rem;
    margin-top: 24px;
    border-left-width: 4px;
    border-radius: 0 18px 18px 0;
    background: rgba(212, 241, 244, 0.64);
    padding: 18px 22px;
    color: #143f55;
    font-size: 0.98rem;
    line-height: 1.65;
}

.h26i-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: h26i-step;
}

.h26i-steps li {
    position: relative;
    margin-bottom: 12px;
    padding: 14px 16px 14px 46px;
    border: 1px solid var(--h26i-border);
    border-radius: 14px;
    background: var(--h26i-shell);
    counter-increment: h26i-step;
}

.h26i-steps li::before {
    content: counter(h26i-step);
    position: absolute;
    top: 14px;
    left: 14px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--h26i-indigo);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
}

.h26i-shell--article .h26i-steps li {
    display: list-item;
    margin-bottom: 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.h26i-shell--article .h26i-steps {
    padding-left: 1.4rem;
    list-style: decimal;
    counter-reset: none;
}

.h26i-shell--article .h26i-steps li::before {
    content: none;
}

.h26i-managebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 20px;
}

.h26i-managebar p {
    margin: 0;
    color: var(--h26i-muted);
}

.h26i-admin {
    border: 1px solid var(--h26i-border);
    border-radius: 18px;
    background: var(--h26i-panel);
    box-shadow: var(--h26i-shadow);
    padding: 20px;
}

.h26i-admin table {
    width: 100%;
}

.h26i-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.h26i-badge--draft {
    background: #fff3db;
    color: #7a5314;
}

.h26i-badge--published {
    background: #e7f7ef;
    color: #12643b;
}

.h26i-empty {
    margin-top: 22px;
    border: 1px dashed rgba(5, 68, 94, 0.2);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.7);
    padding: 28px;
    text-align: center;
    color: var(--h26i-muted);
}

.h26i-shell--article .h26i-section {
    margin-top: 42px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.h26i-shell--article .h26i-section:first-child {
    margin-top: 0;
}

.h26i-shell--article .h26i-section > h2,
.h26i-shell--article .h26i-section > h3,
.h26i-shell--article .h26i-card h2,
.h26i-shell--article .h26i-card h3,
.h26i-shell--article .h26i-related h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.h26i-shell--article .h26i-section > h2,
.h26i-shell--article .h26i-section > h3 {
    max-width: 20ch;
    margin-bottom: 18px;
    color: #123f55;
    font-size: clamp(2.2rem, 3vw, 3.15rem);
    line-height: 1.04;
}

.h26i-shell--article .h26i-split {
    grid-template-columns: 1fr;
    gap: 28px;
}

.h26i-shell--article .h26i-card {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.h26i-shell--article .h26i-card h2,
.h26i-shell--article .h26i-card h3 {
    margin-bottom: 14px;
    color: #0f3c54;
    font-size: clamp(1.8rem, 2.1vw, 2.35rem);
    line-height: 1.08;
}

.h26i-shell--article .h26i-card p,
.h26i-shell--article .h26i-card li,
.h26i-shell--article .h26i-section p,
.h26i-shell--article .h26i-section li {
    color: #34505f;
    font-size: 1.08rem;
    line-height: 1.9;
}

.h26i-shell--article .h26i-card ul,
.h26i-shell--article .h26i-section ul,
.h26i-shell--article .h26i-section ol {
    padding-left: 1.25rem;
}

.h26i-shell--article .h26i-section > p:first-of-type {
    max-width: 43rem;
    color: #284958;
    font-size: 1.12rem;
    line-height: 1.86;
}

.h26i-article-next {
    max-width: 43rem;
    margin: 34px auto 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.h26i-related {
    max-width: 43rem;
    margin: 48px auto 0;
    padding-top: 28px;
    border-top: 1px solid rgba(5, 68, 94, 0.1);
}

.h26i-related h2 {
    margin: 0 0 18px;
    color: #0f3c54;
    font-size: clamp(1.9rem, 2.7vw, 2.7rem);
    line-height: 1.04;
}

.h26i-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 0;
}

.h26i-related .h26i-card {
    min-height: 0;
    padding: 18px 20px 16px;
    border: 1px solid rgba(5, 68, 94, 0.1);
    border-radius: 18px;
    background: #f8fbfc;
    box-shadow: none;
}

.h26i-related .h26i-card h3 {
    margin-bottom: 10px;
    font-size: clamp(1.25rem, 1.8vw, 1.6rem);
    line-height: 1.16;
}

.h26i-related .h26i-card p,
.h26i-related .h26i-card .no-overflow {
    font-size: 0.98rem;
    line-height: 1.65;
}

@media (max-width: 1080px) {
    .h26i-grid--listing {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .h26i-lead {
        max-width: none;
    }

    .h26i-grid--hub .h26i-card--featured {
        grid-column: auto;
    }
}

@media (max-width: 720px) {
    .h26i-shell {
        max-width: none;
    }

    .h26i-hero,
    .h26i-admin,
    .h26i-section,
    .h26i-card,
    .h26i-lead-copy {
        padding: 18px;
    }

    .h26i-grid--listing,
    .h26i-split {
        grid-template-columns: 1fr;
    }

    .h26i-lead {
        padding: 22px 20px 20px;
    }

    .h26i-lead-copy h2 {
        max-width: none;
        font-size: clamp(2rem, 10vw, 2.8rem);
    }

    .h26i-hero--article {
        max-width: none;
    }

    .h26i-article-nav {
        align-items: flex-start;
        flex-direction: column;
    }

    .h26i-hero--article h1 {
        max-width: none;
        font-size: clamp(2.4rem, 11vw, 3.5rem);
    }

    .h26i-article-frame {
        padding: 28px 20px 24px;
        border-radius: 22px;
    }

    .h26i-article-next {
        justify-content: flex-start;
    }

    .h26i-related__grid {
        grid-template-columns: 1fr;
    }

    .h26i-managebar {
        align-items: flex-start;
        flex-direction: column;
    }
}
