.static-isp-hub {
    color: #102132;
    background:
        linear-gradient(180deg, #f6f9fc 0%, #ffffff 44%, #f7fbff 100%);
    overflow: hidden;
}

.hub-hero {
    padding: clamp(34px, 5vw, 70px) 0 clamp(28px, 4vw, 52px);
}

.hub-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
    gap: clamp(24px, 4vw, 54px);
    align-items: stretch;
}

.hub-hero-copy {
    max-width: 820px;
}

.hub-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(20, 150, 121, 0.12);
    color: #08725e;
    font-weight: 900;
}

.hub-hero h1 {
    margin: 18px 0 12px;
    font-family: 'Space Grotesk', 'Manrope', 'Segoe UI', sans-serif;
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.02;
    letter-spacing: 0;
}

.hub-lead {
    max-width: 720px;
    margin: 0 0 20px;
    font-size: clamp(17px, 1.6vw, 22px);
    line-height: 1.7;
    color: #334155;
}

.hub-answer {
    max-width: 780px;
    margin: 0 0 22px;
    padding: 20px 22px;
    border-left: 5px solid #0f8b74;
    border-radius: 8px;
    background: #eefbf7;
}

.hub-answer strong {
    display: block;
    margin-bottom: 8px;
    color: #08725e;
}

.hub-answer p {
    margin: 0;
    line-height: 1.75;
}

.hub-evidence-panel {
    display: grid;
    gap: 14px;
    align-content: center;
    padding: 22px;
    border: 1px solid rgba(15, 139, 116, 0.16);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.96), rgba(242,249,255,0.92));
    box-shadow: 0 22px 56px rgba(15, 23, 42, 0.08);
}

.hub-signal {
    padding: 17px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.hub-signal span {
    display: block;
    margin-bottom: 8px;
    color: #0f8b74;
    font-weight: 900;
}

.hub-signal strong {
    display: block;
    line-height: 1.45;
}

.hub-section-head {
    max-width: 820px;
    margin: 0 0 20px;
}

.hub-section-head h2 {
    margin: 0;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.2;
}

.hub-card-grid,
.hub-check-grid,
.hub-article-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.hub-card,
.hub-check,
.hub-article-link {
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    background: #ffffff;
    box-shadow: 0 16px 44px rgba(15, 23, 42, 0.06);
}

.hub-card {
    padding: 22px;
}

.hub-card h3,
.hub-check h3 {
    margin: 0 0 10px;
}

.hub-card p,
.hub-check p {
    margin: 0;
    color: #475569;
    line-height: 1.68;
}

.hub-band {
    background: #eef6ff;
}

.hub-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 8px;
    background: #ffffff;
}

.hub-table th {
    color: #0f8b74;
    letter-spacing: 0;
    text-transform: none;
}

.hub-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
    gap: 24px;
    align-items: start;
}

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

.hub-check {
    padding: 20px;
}

.hub-check span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: #fff4db;
    color: #9a6700;
    font-weight: 900;
}

.hub-flow {
    position: sticky;
    top: 88px;
    padding: 24px;
    border-radius: 8px;
    background: #102132;
    color: #ffffff;
}

.hub-flow h2 {
    margin-top: 0;
    font-size: 22px;
}

.hub-flow ol {
    margin: 0;
    padding-left: 22px;
}

.hub-flow li {
    margin: 0 0 14px;
    line-height: 1.58;
}

.hub-region-section {
    padding-top: 0;
}

.hub-region-band {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 28px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, #fff7ed 0%, #eefbf7 58%, #edf5ff 100%);
    border: 1px solid rgba(15, 139, 116, 0.16);
}

.hub-region-band h2 {
    margin: 12px 0 10px;
}

.hub-region-band p {
    max-width: 820px;
    margin: 0;
    color: #334155;
    line-height: 1.72;
}

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

.hub-article-link {
    display: flex;
    min-height: 132px;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    padding: 20px;
    color: inherit;
    text-decoration: none;
}

.hub-article-link span {
    color: #0f8b74;
    font-weight: 900;
}

.hub-article-link strong {
    line-height: 1.45;
}

.hub-faq-section {
    background: #f8fbff;
}

.hub-faq-shell {
    max-width: 920px;
}

.hub-faq-item {
    padding: 20px 22px;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 8px;
    background: #ffffff;
}

.hub-faq-item p {
    margin: 14px 0 0;
    color: #475569;
    line-height: 1.72;
}

@media (max-width: 980px) {
    .hub-hero-grid,
    .hub-split {
        grid-template-columns: 1fr;
    }

    .hub-flow {
        position: static;
    }

    .hub-card-grid,
    .hub-check-grid,
    .hub-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .hub-card-grid,
    .hub-check-grid,
    .hub-article-grid {
        grid-template-columns: 1fr;
    }

    .hub-region-band {
        align-items: flex-start;
        flex-direction: column;
    }

    .hub-region-band .button {
        width: 100%;
    }
}
