.home-v3 {
    --hv3-ink: #101828;
    --hv3-muted: #667085;
    --hv3-subtle: #98a2b3;
    --hv3-line: #e8ebf1;
    --hv3-soft: #f8f9fc;
    --hv3-red: #f04451;
    --hv3-red-soft: #fff2f3;
    --hv3-orange: #f79009;
    --hv3-orange-soft: #fff7e8;
    --hv3-green: #12b76a;
    --hv3-green-soft: #ecfdf3;
    --hv3-blue: #3859ff;
    --hv3-blue-soft: #eef1ff;
    color: var(--hv3-ink);
    padding-bottom: 88px;
}

.home-v3__hero {
    padding: 62px 0 36px;
    background:
        radial-gradient(circle at 50% -30%, rgba(56,89,255,.075), transparent 42%),
        linear-gradient(180deg, #fff 0%, #fcfcfe 100%);
}

.home-v3__hero-inner {
    text-align: center;
}

.home-v3__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 13px;
    color: var(--hv3-muted);
    font-size: .76rem;
    font-weight: 650;
    letter-spacing: .015em;
}

.home-v3__eyebrow span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--hv3-green);
    box-shadow: 0 0 0 4px var(--hv3-green-soft);
}

.home-v3__hero h1 {
    margin: 0;
    font-size: clamp(2.35rem, 4.2vw, 3.55rem);
    line-height: 1.02;
    letter-spacing: -.055em;
    font-weight: 700;
}

.home-v3__lead {
    margin: 14px 0 0;
    color: var(--hv3-muted);
    font-size: 1rem;
    line-height: 1.6;
}

.home-v3__search {
    position: relative;
    width: min(720px, 100%);
    height: 58px;
    display: flex;
    align-items: center;
    margin: 28px auto 0;
    padding: 0 52px 0 19px;
    border: 1px solid #dfe3eb;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(16,24,40,.055);
    text-align: left;
}

.home-v3__search:focus-within {
    border-color: #b8c2ff;
    box-shadow: 0 0 0 4px rgba(56,89,255,.08), 0 10px 28px rgba(16,24,40,.07);
}

.home-v3__search > svg {
    width: 20px;
    min-width: 20px;
    margin-right: 12px;
    fill: none;
    stroke: #344054;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.home-v3__search > input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--hv3-ink);
    font-size: .92rem;
}

.home-v3__search > input::placeholder { color: #8992a3; }

.home-v3__search-hint {
    position: absolute;
    right: 17px;
    top: 50%;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    border: 1px solid #dfe3eb;
    border-radius: 5px;
    color: #667085;
    font-size: .72rem;
    font-weight: 650;
}

.home-v3__search .sid-search-panel {
    top: calc(100% + 8px);
    width: 100%;
}

.home-v3__metrics {
    width: min(930px, 100%);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 22px auto 0;
    text-align: left;
}

.home-v3__metric {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border: 1px solid var(--hv3-line);
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(16,24,40,.035);
}

.home-v3__metric-icon {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    flex: 0 0 40px;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 700;
}

.home-v3__metric-icon--danger { color: var(--hv3-red); background: #ffe4e6; }
.home-v3__metric-icon--blue { color: var(--hv3-blue); background: var(--hv3-blue-soft); }
.home-v3__metric-icon--green { color: var(--hv3-green); background: var(--hv3-green-soft); }

.home-v3__metric > div {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
}

.home-v3__metric > div > strong {
    font-size: 1.55rem;
    line-height: 1;
    letter-spacing: -.04em;
}

.home-v3__metric span span {
    display: grid;
    gap: 2px;
}

.home-v3__metric b {
    color: var(--hv3-ink);
    font-size: .78rem;
    font-weight: 650;
}

.home-v3__metric small {
    color: var(--hv3-muted);
    font-size: .67rem;
    line-height: 1.25;
}

.home-v3__section {
    padding-top: 34px;
}

.home-v3__section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 13px;
}

.home-v3__section-head > div:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.home-v3__section-head h2 {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: -.025em;
}

.home-v3__section-head p {
    width: 100%;
    margin: 3px 0 0;
    color: var(--hv3-muted);
    font-size: .78rem;
}

.home-v3__section-head > a {
    color: #475467;
    font-size: .76rem;
    font-weight: 550;
    text-decoration: none;
    white-space: nowrap;
}

.home-v3__section-head > a:hover { color: var(--hv3-blue); }

.home-v3__live-pill {
    padding: 3px 7px;
    border-radius: 999px;
    background: #ffe4e6;
    color: var(--hv3-red);
    font-size: .61rem;
    font-weight: 750;
}

.home-v3__incident-stack {
    display: grid;
    gap: 10px;
}

.home-v3__incident {
    position: relative;
    min-height: 134px;
    display: grid;
    grid-template-columns: 66px minmax(0, 1.4fr) minmax(220px, .72fr) 22px;
    align-items: center;
    gap: 18px;
    padding: 20px 19px;
    overflow: hidden;
    border: 1px solid var(--hv3-line);
    border-radius: 11px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(16,24,40,.025);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.home-v3__incident::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 2px;
    background: #d0d5dd;
}

.home-v3__incident--danger {
    background: linear-gradient(90deg, rgba(240,68,81,.035), #fff 34%);
    border-color: #f5d9dc;
}
.home-v3__incident--danger::before { background: var(--hv3-red); }

.home-v3__incident--warning {
    background: linear-gradient(90deg, rgba(247,144,9,.035), #fff 34%);
    border-color: #f3e2c8;
}
.home-v3__incident--warning::before { background: var(--hv3-orange); }

.home-v3__incident:hover {
    transform: translateY(-1px);
    border-color: #d5dae4;
    box-shadow: 0 9px 24px rgba(16,24,40,.06);
}

.home-v3__service-logo {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid var(--hv3-line);
    border-radius: 10px;
    background: #fff;
}

.home-v3__service-logo img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.home-v3__service-logo i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: var(--hv3-soft);
    font-style: normal;
    font-weight: 700;
}

.home-v3__incident-main {
    min-width: 0;
}

.home-v3__service-name {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
    font-size: .8rem;
    font-weight: 700;
}

.home-v3__service-name i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #98a2b3;
}

.home-v3__incident--danger .home-v3__service-name i { background: var(--hv3-red); }
.home-v3__incident--warning .home-v3__service-name i { background: var(--hv3-orange); }

.home-v3__incident-main > strong {
    display: block;
    font-size: .89rem;
    line-height: 1.35;
    font-weight: 700;
}

.home-v3__incident-main > p {
    max-width: 650px;
    margin: 5px 0 0;
    overflow: hidden;
    color: var(--hv3-muted);
    font-size: .74rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-v3__incident-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    color: var(--hv3-muted);
    font-size: .67rem;
}

.home-v3__incident-meta em {
    padding: 4px 8px;
    border-radius: 999px;
    background: var(--hv3-soft);
    color: #475467;
    font-style: normal;
    font-weight: 650;
}

.home-v3__incident--danger .home-v3__incident-meta em {
    background: var(--hv3-red-soft);
    color: #d92d20;
}

.home-v3__incident--warning .home-v3__incident-meta em {
    background: var(--hv3-orange-soft);
    color: #b54708;
}

.home-v3__incident-meta > span + span::before {
    content: "·";
    margin-right: 8px;
    color: #c0c5cf;
}

.home-v3__impact {
    display: grid;
    gap: 5px;
    align-self: center;
    color: var(--hv3-muted);
    font-size: .7rem;
    line-height: 1.45;
}

.home-v3__impact small {
    color: #475467;
    font-size: .66rem;
    font-weight: 650;
}

.home-v3__impact strong {
    color: var(--hv3-ink);
    font-size: .74rem;
    font-weight: 650;
}

.home-v3__arrow {
    color: #344054;
    font-size: 1.65rem;
    font-weight: 300;
}

.home-v3__all-clear {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 23px;
    border: 1px solid #d6f1e2;
    border-radius: 11px;
    background: var(--hv3-green-soft);
}

.home-v3__all-clear > span {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #d1fadf;
    color: #039855;
    font-weight: 750;
}

.home-v3__all-clear strong { font-size: .86rem; }
.home-v3__all-clear p { margin: 3px 0 0; color: var(--hv3-muted); font-size: .74rem; }

.home-v3__resolved {
    overflow: hidden;
    border: 1px solid var(--hv3-line);
    border-radius: 11px;
    background: #fff;
}

.home-v3__resolved-row {
    min-height: 54px;
    display: grid;
    grid-template-columns: 24px minmax(150px, .55fr) minmax(0, 1.5fr) 100px 18px;
    align-items: center;
    gap: 12px;
    padding: 8px 15px;
    border-bottom: 1px solid var(--hv3-line);
    color: inherit;
    font-size: .73rem;
    text-decoration: none;
}

.home-v3__resolved-row:last-child { border-bottom: 0; }
.home-v3__resolved-row:hover { background: #fafbfc; }

.home-v3__resolved-check {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border: 1px solid #6ce9a6;
    border-radius: 50%;
    background: var(--hv3-green-soft);
    color: #039855;
    font-size: .62rem;
    font-weight: 800;
}

.home-v3__resolved-service {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
}

.home-v3__resolved-service img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.home-v3__resolved-service strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-v3__resolved-title {
    overflow: hidden;
    color: #344054;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-v3__resolved-time {
    color: var(--hv3-muted);
    text-align: right;
}

.home-v3__resolved-arrow {
    color: #475467;
    font-size: 1.25rem;
    text-align: right;
}

.home-v3__resolved-empty {
    padding: 20px;
    color: var(--hv3-muted);
    font-size: .78rem;
}

.home-v3__services {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 7px;
    padding: 17px;
    border: 1px solid var(--hv3-line);
    border-radius: 11px;
    background: #fff;
}

.home-v3__services a {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 8px;
    padding: 9px 3px;
    border-radius: 9px;
    color: inherit;
    text-decoration: none;
}

.home-v3__services a:hover { background: var(--hv3-soft); }

.home-v3__services a > span {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
}

.home-v3__services img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.home-v3__services i {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 9px;
    background: var(--hv3-soft);
    font-style: normal;
    font-weight: 700;
}

.home-v3__services strong {
    width: 100%;
    overflow: hidden;
    font-size: .65rem;
    font-weight: 600;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-v3__explain {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.3fr);
    gap: 38px;
    align-items: center;
    margin-top: 36px;
    padding: 27px 30px;
    border: 1px solid var(--hv3-line);
    border-radius: 12px;
    background: linear-gradient(135deg, #fbfcff, #f7f9ff);
}

.home-v3__explain-intro {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
}

.home-v3__explain-icon {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e9efff;
    color: var(--hv3-blue);
    font-size: 1.6rem;
}

.home-v3__explain h2 {
    margin: 0;
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: -.02em;
}

.home-v3__explain-intro p {
    margin: 6px 0 0;
    color: var(--hv3-muted);
    font-size: .7rem;
    line-height: 1.55;
}

.home-v3__principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-v3__principles > div {
    display: grid;
    align-content: start;
    gap: 5px;
}

.home-v3__principles > div > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    margin-bottom: 3px;
    border-radius: 50%;
    background: var(--hv3-blue-soft);
    color: var(--hv3-blue);
    font-size: .8rem;
}

.home-v3__principles strong {
    font-size: .68rem;
    font-weight: 700;
}

.home-v3__principles p {
    margin: 0;
    color: var(--hv3-muted);
    font-size: .63rem;
    line-height: 1.45;
}

@media (max-width: 991.98px) {
    .home-v3__metrics { grid-template-columns: 1fr; width: min(620px, 100%); }
    .home-v3__metric { min-height: 66px; }
    .home-v3__incident { grid-template-columns: 58px minmax(0, 1fr) 20px; }
    .home-v3__impact { display: none; }
    .home-v3__services { grid-template-columns: repeat(5, 1fr); }
    .home-v3__explain { grid-template-columns: 1fr; }
}

@media (max-width: 767.98px) {
    .home-v3 { padding-bottom: 58px; }
    .home-v3__hero { padding: 38px 0 22px; }
    .home-v3__hero h1 { font-size: clamp(2rem, 10vw, 2.65rem); }
    .home-v3__lead { font-size: .9rem; }
    .home-v3__search { height: 54px; margin-top: 22px; }
    .home-v3__section { padding-top: 28px; }
    .home-v3__section-head { align-items: center; }
    .home-v3__section-head > a { font-size: .7rem; }

    .home-v3__incident {
        grid-template-columns: 48px minmax(0, 1fr) 16px;
        gap: 12px;
        min-height: 0;
        padding: 16px 13px;
    }

    .home-v3__service-logo { width: 46px; height: 46px; }
    .home-v3__service-logo img { width: 34px; height: 34px; }
    .home-v3__incident-main > p { -webkit-line-clamp: 2; }
    .home-v3__incident-meta span:last-child { display: none; }

    .home-v3__resolved-row {
        grid-template-columns: 22px minmax(105px, .7fr) minmax(0, 1.3fr) 18px;
        gap: 8px;
        padding-inline: 11px;
    }

    .home-v3__resolved-time { display: none; }
    .home-v3__services { grid-template-columns: repeat(5, 1fr); padding: 11px; }
    .home-v3__principles { grid-template-columns: 1fr; gap: 15px; }
}

@media (max-width: 520px) {
    .home-v3__hero h1 { max-width: 340px; margin-inline: auto; }
    .home-v3__metrics { gap: 8px; }
    .home-v3__metric { padding: 12px 14px; }
    .home-v3__metric small { display: none; }

    .home-v3__section-head > a span { display: none; }
    .home-v3__services { grid-template-columns: repeat(3, 1fr); }

    .home-v3__explain {
        margin-top: 28px;
        padding: 21px 18px;
    }

    .home-v3__explain-intro {
        grid-template-columns: 1fr;
    }
}

/* Home V3.1 — desktop launch refinement */
.home-v3__metric-live {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;
    min-width: auto !important;
    color: var(--hv3-green);
    font-size: .88rem !important;
    letter-spacing: .035em !important;
}

.home-v3__metric-live i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--hv3-green);
    box-shadow: 0 0 0 4px var(--hv3-green-soft);
}

.home-v3__resolved-empty {
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 17px;
}

.home-v3__resolved-empty > span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 30px;
    border-radius: 50%;
    background: var(--hv3-green-soft);
    color: var(--hv3-green);
    font-weight: 750;
}

.home-v3__resolved-empty > div {
    display: grid;
    gap: 3px;
}

.home-v3__resolved-empty strong {
    color: var(--hv3-ink);
    font-size: .76rem;
}

.home-v3__resolved-empty small {
    color: var(--hv3-muted);
    font-size: .69rem;
}

@media (min-width: 992px) {
    .home-v3 {
        padding-bottom: 104px;
    }

    .home-v3__hero {
        padding: 72px 0 46px;
    }

    .home-v3__hero h1 {
        font-size: clamp(2.8rem, 4.25vw, 3.75rem);
    }

    .home-v3__lead {
        margin-top: 16px;
        font-size: 1.03rem;
    }

    .home-v3__search {
        width: min(760px, 100%);
        height: 62px;
        margin-top: 31px;
        border-radius: 12px;
    }

    .home-v3__metrics {
        width: min(980px, 100%);
        gap: 16px;
        margin-top: 24px;
    }

    .home-v3__metric {
        min-height: 86px;
        padding: 16px 20px;
        border-radius: 12px;
    }

    .home-v3__metric-icon {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
    }

    .home-v3__metric > div > strong:not(.home-v3__metric-live) {
        min-width: 24px;
        font-size: 1.72rem;
    }

    .home-v3__metric b {
        font-size: .8rem;
    }

    .home-v3__metric small {
        margin-top: 2px;
        font-size: .69rem;
    }

    .home-v3__section {
        padding-top: 43px;
    }

    .home-v3__section-head {
        margin-bottom: 16px;
    }

    .home-v3__section-head h2 {
        font-size: 1.14rem;
    }

    .home-v3__section-head > a {
        font-size: .79rem;
    }

    .home-v3__incident {
        min-height: 164px;
        grid-template-columns: 78px minmax(0, 1.42fr) minmax(250px, .72fr) 24px;
        gap: 22px;
        padding: 25px 24px;
        border-radius: 13px;
    }

    .home-v3__incident::before {
        width: 3px;
    }

    .home-v3__service-logo {
        width: 68px;
        height: 68px;
        border-radius: 12px;
    }

    .home-v3__service-logo img {
        width: 50px;
        height: 50px;
    }

    .home-v3__service-name {
        margin-bottom: 8px;
        font-size: .84rem;
    }

    .home-v3__incident-main > strong {
        font-size: 1rem;
    }

    .home-v3__incident-main > p {
        margin-top: 7px;
        font-size: .79rem;
        line-height: 1.58;
    }

    .home-v3__incident-meta {
        margin-top: 13px;
        font-size: .7rem;
    }

    .home-v3__impact {
        gap: 6px;
        padding-left: 4px;
        font-size: .74rem;
    }

    .home-v3__impact small {
        font-size: .69rem;
    }

    .home-v3__impact strong {
        font-size: .79rem;
    }

    .home-v3__resolved-row {
        min-height: 59px;
        padding: 10px 17px;
        font-size: .76rem;
    }

    .home-v3__services {
        padding: 21px 18px;
        border-radius: 12px;
    }

    .home-v3__services a {
        padding: 12px 4px;
    }

    .home-v3__services a > span {
        width: 44px;
        height: 44px;
    }

    .home-v3__services img {
        width: 40px;
        height: 40px;
    }

    .home-v3__services strong {
        font-size: .68rem;
    }

    .home-v3__explain {
        margin-top: 45px;
        padding: 34px 36px;
        min-height: 142px;
    }

    .home-v3__explain h2 {
        font-size: 1.02rem;
    }

    .home-v3__explain-intro p {
        font-size: .73rem;
        line-height: 1.6;
    }

    .home-v3__principles strong {
        font-size: .72rem;
    }

    .home-v3__principles p {
        font-size: .66rem;
        line-height: 1.5;
    }
}



/* Home V3.2 — launch polish */
.home-v3__metric-word {
    min-width: auto !important;
    color: var(--hv3-blue);
    font-size: .84rem !important;
    letter-spacing: .04em !important;
}

.home-v3__services-wrap {
    overflow: hidden;
    border: 1px solid var(--hv3-line);
    border-radius: 12px;
    background: #fff;
}

.home-v3__services-wrap .home-v3__services {
    border: 0;
    border-radius: 0;
}

.home-v3__services-note {
    min-height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 14px;
    border-top: 1px solid var(--hv3-line);
    background: #fbfcfe;
    color: var(--hv3-muted);
    font-size: .69rem;
    line-height: 1.4;
    text-align: center;
}

.home-v3__services-note-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 50%;
    background: var(--hv3-green);
}

.home-v3__explain-kicker {
    display: block;
    margin-bottom: 7px;
    color: var(--hv3-blue);
    font-size: .6rem;
    font-weight: 750;
    letter-spacing: .1em;
}

@media (min-width: 992px) {
    .home-v3__hero {
        padding-top: 78px;
        padding-bottom: 50px;
    }

    .home-v3__eyebrow {
        margin-bottom: 15px;
    }

    .home-v3__hero h1 {
        max-width: 900px;
        margin-inline: auto;
    }

    .home-v3__lead {
        max-width: 690px;
        margin-inline: auto;
    }

    .home-v3__search {
        margin-top: 34px;
    }

    .home-v3__metrics {
        width: min(1000px, 100%);
        margin-top: 26px;
    }

    .home-v3__metric {
        min-height: 92px;
    }

    .home-v3__metric > div {
        gap: 12px;
    }

    .home-v3__metric span span {
        gap: 3px;
    }

    .home-v3__metric b {
        font-size: .82rem;
    }

    .home-v3__metric small {
        font-size: .7rem;
        line-height: 1.35;
    }

    .home-v3__active {
        padding-top: 48px;
    }

    .home-v3__incident {
        min-height: 178px;
        grid-template-columns: 82px minmax(0, 1.48fr) minmax(260px, .7fr) 24px;
        padding: 27px 26px;
    }

    .home-v3__service-logo {
        width: 72px;
        height: 72px;
    }

    .home-v3__service-logo img {
        width: 52px;
        height: 52px;
    }

    .home-v3__service-name {
        font-size: .86rem;
    }

    .home-v3__incident-main > strong {
        font-size: 1.04rem;
    }

    .home-v3__incident-main > p {
        max-width: 690px;
        font-size: .8rem;
    }

    .home-v3__impact {
        padding: 17px 0 17px 22px;
        border-left: 1px solid #eceff4;
    }

    .home-v3__resolved-empty {
        min-height: 74px;
        padding-inline: 20px;
    }

    .home-v3__services-wrap .home-v3__services {
        min-height: 118px;
        align-items: center;
        padding: 22px 20px;
    }

    .home-v3__services a {
        min-height: 76px;
        align-content: center;
    }

    .home-v3__explain {
        min-height: 166px;
        margin-top: 48px;
        padding: 38px 40px;
        grid-template-columns: minmax(0, .95fr) minmax(0, 1.28fr);
    }

    .home-v3__explain-icon {
        width: 64px;
        height: 64px;
    }

    .home-v3__explain h2 {
        font-size: 1.1rem;
    }

    .home-v3__explain-intro p {
        max-width: 500px;
        font-size: .75rem;
    }

    .home-v3__principles {
        gap: 28px;
    }

    .home-v3__principles > div > span {
        width: 34px;
        height: 34px;
    }

    .home-v3__principles strong {
        font-size: .75rem;
    }

    .home-v3__principles p {
        font-size: .68rem;
    }
}

@media (max-width: 991.98px) {
    .home-v3__hero {
        padding: 48px 0 30px;
    }

    .home-v3__metrics {
        width: min(680px, 100%);
    }

    .home-v3__metric {
        min-height: 72px;
    }

    .home-v3__incident {
        min-height: 138px;
    }

    .home-v3__services-wrap .home-v3__services {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .home-v3__hero {
        padding: 34px 0 24px;
    }

    .home-v3__eyebrow {
        margin-bottom: 11px;
        font-size: .7rem;
    }

    .home-v3__hero h1 {
        max-width: 340px;
        margin-inline: auto;
        font-size: clamp(2.05rem, 10.8vw, 2.72rem);
        line-height: 1.01;
    }

    .home-v3__lead {
        max-width: 360px;
        margin: 13px auto 0;
        padding-inline: 8px;
        font-size: .88rem;
        line-height: 1.55;
    }

    .home-v3__search {
        width: 100%;
        height: 54px;
        margin-top: 21px;
        padding-left: 16px;
        padding-right: 45px;
        border-radius: 10px;
    }

    .home-v3__metrics {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 16px;
    }

    .home-v3__metric {
        min-height: 66px;
        padding: 11px 13px;
        gap: 12px;
    }

    .home-v3__metric-icon {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .home-v3__metric > div {
        width: 100%;
        justify-content: flex-start;
    }

    .home-v3__metric > div > strong:not(.home-v3__metric-live):not(.home-v3__metric-word) {
        min-width: 24px;
        font-size: 1.4rem;
    }

    .home-v3__metric b {
        font-size: .76rem;
    }

    .home-v3__metric small {
        font-size: .65rem;
    }

    .home-v3__section {
        padding-top: 27px;
    }

    .home-v3__section-head {
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 12px;
    }

    .home-v3__section-head h2 {
        font-size: 1rem;
    }

    .home-v3__section-head p {
        margin-top: 4px;
        font-size: .7rem;
        line-height: 1.45;
    }

    .home-v3__section-head > a {
        padding-top: 2px;
        font-size: .68rem;
    }

    .home-v3__incident {
        grid-template-columns: 48px minmax(0, 1fr) 15px;
        gap: 11px;
        padding: 15px 12px;
        border-radius: 11px;
    }

    .home-v3__service-logo {
        width: 46px;
        height: 46px;
        border-radius: 9px;
    }

    .home-v3__service-logo img {
        width: 34px;
        height: 34px;
    }

    .home-v3__service-name {
        margin-bottom: 5px;
        font-size: .73rem;
    }

    .home-v3__incident-main > strong {
        font-size: .83rem;
        line-height: 1.35;
    }

    .home-v3__incident-main > p {
        margin-top: 5px;
        font-size: .69rem;
        line-height: 1.45;
        -webkit-line-clamp: 2;
    }

    .home-v3__incident-meta {
        gap: 6px;
        margin-top: 8px;
        font-size: .62rem;
    }

    .home-v3__incident-meta em {
        padding: 3px 7px;
    }

    .home-v3__resolved-empty {
        min-height: 64px;
        padding: 11px 13px;
    }

    .home-v3__resolved-empty strong {
        font-size: .72rem;
    }

    .home-v3__resolved-empty small {
        font-size: .64rem;
        line-height: 1.35;
    }

    .home-v3__services-wrap {
        border-radius: 11px;
    }

    .home-v3__services-wrap .home-v3__services {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        min-height: 0;
        gap: 4px;
        padding: 10px;
    }

    .home-v3__services a {
        min-height: 73px;
        gap: 6px;
        padding: 8px 3px;
    }

    .home-v3__services a > span {
        width: 38px;
        height: 38px;
    }

    .home-v3__services img {
        width: 34px;
        height: 34px;
    }

    .home-v3__services strong {
        font-size: .62rem;
    }

    .home-v3__services-note {
        min-height: 46px;
        padding: 10px 12px;
        font-size: .64rem;
    }

    .home-v3__explain {
        grid-template-columns: 1fr;
        gap: 24px;
        margin-top: 30px;
        padding: 23px 18px;
        border-radius: 11px;
    }

    .home-v3__explain-intro {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 14px;
    }

    .home-v3__explain-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .home-v3__explain-kicker {
        margin-bottom: 5px;
        font-size: .54rem;
    }

    .home-v3__explain h2 {
        font-size: .92rem;
        line-height: 1.25;
    }

    .home-v3__explain-intro p {
        margin-top: 5px;
        font-size: .67rem;
        line-height: 1.5;
    }

    .home-v3__principles {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-v3__principles > div {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 2px 10px;
        align-items: center;
    }

    .home-v3__principles > div > span {
        grid-row: 1 / 3;
        width: 30px;
        height: 30px;
        margin: 0;
    }

    .home-v3__principles strong {
        font-size: .7rem;
    }

    .home-v3__principles p {
        font-size: .63rem;
        line-height: 1.4;
    }
}

@media (max-width: 420px) {
    .home-v3__hero h1 {
        max-width: 310px;
    }

    .home-v3__search-hint {
        display: none;
    }

    .home-v3__search {
        padding-right: 14px;
    }

    .home-v3__metric small {
        display: block;
    }

    .home-v3__section-head {
        flex-direction: column;
    }

    .home-v3__section-head > a {
        align-self: flex-start;
    }

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

    .home-v3__resolved-row {
        grid-template-columns: 22px minmax(95px, .8fr) minmax(0, 1.2fr) 16px;
    }
}


/* Home V3.3 — metric typography and icon consistency */
.home-v3__metric-icon svg,
.home-v3__explain-icon svg,
.home-v3__principles > div > span svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.home-v3__metric-content {
    min-width: 0;
    display: grid;
    gap: 5px;
}

.home-v3__metric-topline {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.home-v3__metric-topline > strong {
    flex: 0 0 auto;
    color: var(--hv3-ink);
    font-size: 1.48rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.04em;
}

.home-v3__metric-topline > b {
    min-width: 0;
    color: var(--hv3-ink);
    font-size: .78rem;
    font-weight: 650;
    line-height: 1.25;
}

.home-v3__metric-content > small {
    display: block;
    color: var(--hv3-muted);
    font-size: .67rem;
    line-height: 1.35;
}

.home-v3__metric-live {
    color: var(--hv3-green) !important;
    font-size: .8rem !important;
    letter-spacing: .045em !important;
}

.home-v3__metric-word {
    color: var(--hv3-blue) !important;
    font-size: .76rem !important;
    letter-spacing: .045em !important;
}

.home-v3__explain-icon svg {
    width: 27px;
    height: 27px;
}

.home-v3__principles > div > span svg {
    width: 15px;
    height: 15px;
}

@media (min-width: 992px) {
    .home-v3__metric {
        align-items: center;
    }

    .home-v3__metric > div {
        display: grid;
        gap: 5px;
    }

    .home-v3__metric-topline > strong {
        font-size: 1.55rem;
    }

    .home-v3__metric-topline > b {
        font-size: .79rem;
    }

    .home-v3__metric-content > small {
        font-size: .68rem;
    }
}

@media (max-width: 767.98px) {
    .home-v3__metric {
        align-items: center;
    }

    .home-v3__metric-content {
        width: 100%;
    }

    .home-v3__metric-topline {
        gap: 8px;
    }

    .home-v3__metric-topline > strong {
        font-size: 1.32rem;
    }

    .home-v3__metric-topline > b {
        font-size: .73rem;
    }

    .home-v3__metric-content > small {
        font-size: .64rem;
    }

    .home-v3__metric-live,
    .home-v3__metric-word {
        font-size: .72rem !important;
    }
}


/* Home V3.4 — final mobile/header polish */
@media (max-width: 767.98px) {
    .site-header__inner {
        min-height: 68px;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
    }

    .site-nav,
    .site-language {
        display: none;
    }

    .site-actions {
        min-width: 0;
        justify-content: flex-end;
        gap: 0;
    }

    .site-search {
        width: min(158px, 100%) !important;
        height: 40px;
        padding: 0 11px;
        border-radius: 9px;
    }

    .site-search__label {
        min-width: 0;
        gap: 8px;
    }

    .site-search svg {
        width: 16px;
        min-width: 16px;
    }

    .site-search input {
        min-width: 0;
        height: 38px;
        font-size: .8rem;
        text-overflow: ellipsis;
    }

    .site-brand__logo {
        max-width: 155px;
        height: auto;
    }
}

@media (max-width: 420px) {
    .site-header__inner {
        gap: 9px;
    }

    .site-brand__logo {
        max-width: 142px;
    }

    .site-search {
        width: min(145px, 100%) !important;
        padding-inline: 10px;
    }

    .site-search input {
        font-size: .76rem;
    }
}

@media (max-width: 360px) {
    .site-brand__logo {
        max-width: 132px;
    }

    .site-search {
        width: 132px !important;
    }
}


/* Home V3.5 — live monitoring metrics + SEO polish */
.home-v3__metric-number {
    min-width: auto !important;
    font-size: clamp(1.05rem, 1.55vw, 1.48rem) !important;
    letter-spacing: -.035em !important;
    white-space: nowrap;
}

.home-v3__metric-topline {
    flex-wrap: nowrap;
}

.home-v3__metric-topline > b {
    line-height: 1.2;
}

.home-v3__search {
    padding-right: 19px;
}

.home-v3__search-hint {
    display: none !important;
}

@media (min-width: 992px) {
    .home-v3__metric {
        padding-inline: 18px;
    }

    .home-v3__metric-content {
        gap: 6px;
    }

    .home-v3__metric-number {
        font-size: clamp(1rem, 1.35vw, 1.42rem) !important;
    }

    .home-v3__metric-topline > b {
        font-size: .76rem;
    }

    .home-v3__metric-content > small {
        font-size: .66rem;
    }
}

@media (max-width: 767.98px) {
    .home-v3__metric-topline {
        align-items: baseline;
        flex-wrap: wrap;
        row-gap: 3px;
    }

    .home-v3__metric-number {
        font-size: 1.22rem !important;
    }

    .home-v3__metric-topline > b {
        font-size: .73rem;
    }

    .home-v3__metric-content > small {
        font-size: .64rem;
    }
}


/* Home V3.6 — recent activity density refinement */
@media (min-width: 992px) {
    .home-v3__services-wrap .home-v3__services {
        min-height: 0;
        align-items: start;
        padding: 10px 20px 8px;
    }

    .home-v3__services a {
        min-height: 68px;
        padding: 8px 4px;
    }
}
