body {
    background:
        radial-gradient(circle at 14% 0%, rgba(104, 142, 190, .16), transparent 34%),
        radial-gradient(circle at 82% 10%, rgba(178, 196, 221, .09), transparent 32%),
        #02050a;
}

.fp-mundo-vivo-page,
.fp-mundo-widget {
    color: #f7fbff;
}

.fp-mundo-vivo-page {
    width: min(1860px, calc(100vw - 36px));
    margin: 0 auto;
    padding: 18px 0 54px;
}

.fp-mundo-vivo-page a,
.fp-mundo-widget a {
    color: inherit;
    text-decoration: none;
}

.fp-mundo-vivo-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 16px;
    min-height: 330px;
    align-items: stretch;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 30px;
    padding: 24px;
    background:
        radial-gradient(circle at 20% 0%, rgba(143, 183, 217, .17), transparent 38%),
        linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.018)),
        rgba(3,7,14,.94);
    box-shadow: 0 30px 90px rgba(0,0,0,.44);
}

.fp-mundo-pill,
.fp-mundo-section-head span,
.fp-mundo-score span,
.fp-mundo-kpis article span,
.fp-mundo-next span,
.fp-mundo-region-top span,
.fp-mundo-tree article span,
.fp-mundo-widget-kicker {
    width: fit-content;
    min-height: 26px;
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(168, 195, 226, .25);
    border-radius: 999px;
    padding: 0 11px;
    background: rgba(168, 195, 226, .075);
    color: #c9ddf7;
    font-size: 10px;
    font-weight: 1000;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.fp-mundo-vivo-hero h1 {
    max-width: 1020px;
    margin: 18px 0 12px;
    font-size: clamp(46px, 5vw, 96px);
    line-height: .9;
    letter-spacing: -.08em;
}

.fp-mundo-vivo-hero p {
    max-width: 980px;
    margin: 0;
    color: #aeb8c5;
    font-size: 15px;
    line-height: 1.7;
}

.fp-mundo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.fp-mundo-actions a,
.fp-mundo-layers article aside,
.fp-mundo-score button {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    padding: 0 14px;
    background: rgba(255,255,255,.045);
    color: #dbe5ef;
    font-size: 11px;
    font-weight: 1000;
    text-transform: uppercase;
}

.fp-mundo-score,
.fp-mundo-kpis article,
.fp-mundo-message,
.fp-mundo-regions article,
.fp-mundo-layers article,
.fp-mundo-tree article,
.fp-mundo-business article,
.fp-mundo-next,
.fp-mundo-alert,
.fp-mundo-widget {
    border: 1px solid rgba(255,255,255,.12);
    background:
        linear-gradient(180deg, rgba(255,255,255,.055), rgba(255,255,255,.018)),
        rgba(3,7,14,.88);
    box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.fp-mundo-score {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 24px;
    padding: 22px;
}

.fp-mundo-score strong {
    margin-top: 12px;
    font-size: 84px;
    line-height: .9;
    letter-spacing: -.08em;
}

.fp-mundo-score small {
    margin-top: 10px;
    color: #aeb8c5;
}

.fp-mundo-score form {
    margin-top: 16px;
}

.fp-mundo-score button {
    width: 100%;
    border-color: rgba(178,196,221,.3);
    background: linear-gradient(135deg, #dbe9ff, #8fb7d9);
    color: #05111f;
    cursor: pointer;
}

.fp-mundo-alert {
    margin-top: 14px;
    border-radius: 18px;
    padding: 14px;
    color: #d9ecff;
}

.fp-mundo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.fp-mundo-kpis article {
    min-height: 150px;
    border-radius: 20px;
    padding: 16px;
}

.fp-mundo-kpis article strong {
    display: block;
    margin-top: 12px;
    font-size: 46px;
    line-height: .95;
    letter-spacing: -.07em;
}

.fp-mundo-kpis article small {
    display: block;
    margin-top: 8px;
    color: #aeb8c5;
}

.fp-mundo-section {
    margin-top: 24px;
}

.fp-mundo-section-head {
    margin-bottom: 12px;
}

.fp-mundo-section-head h2,
.fp-mundo-next h2 {
    margin: 8px 0 0;
    font-size: clamp(25px, 2.3vw, 42px);
    line-height: 1;
    letter-spacing: -.055em;
}

.fp-mundo-message {
    border-radius: 20px;
    padding: 18px;
    color: #dbe5ef;
    line-height: 1.65;
}

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

.fp-mundo-regions article {
    min-height: 260px;
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    padding: 16px;
}

.fp-mundo-regions article.is-alive {
    border-color: rgba(143,183,217,.25);
}

.fp-mundo-regions article.is-empty {
    opacity: .78;
}

.fp-mundo-region-top strong {
    display: block;
    margin-top: 10px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -.045em;
}

.fp-mundo-regions p {
    margin: 10px 0 0;
    color: #aeb8c5;
    font-size: 13px;
    line-height: 1.55;
}

.fp-mundo-region-count {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin-top: auto;
    padding-top: 14px;
}

.fp-mundo-region-count strong {
    font-size: 38px;
    line-height: .9;
    letter-spacing: -.06em;
}

.fp-mundo-region-count small {
    color: #aeb8c5;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
}

.fp-mundo-mini-list {
    display: grid;
    gap: 7px;
    margin-top: 12px;
}

.fp-mundo-mini-list div {
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 14px;
    padding: 9px;
    background: rgba(255,255,255,.03);
}

.fp-mundo-mini-list strong {
    display: block;
    font-size: 12px;
}

.fp-mundo-mini-list small {
    display: block;
    margin-top: 3px;
    color: #aeb8c5;
    font-size: 10px;
}

.fp-mundo-layers {
    display: grid;
    gap: 10px;
}

.fp-mundo-layers article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 170px;
    gap: 14px;
    align-items: center;
    border-radius: 18px;
    padding: 15px;
}

.fp-mundo-layers strong {
    display: block;
    font-size: 17px;
}

.fp-mundo-layers p {
    margin: 5px 0 0;
    color: #aeb8c5;
    font-size: 13px;
    line-height: 1.5;
}

.fp-mundo-layers article aside {
    flex-direction: column;
    min-height: 62px;
    border-radius: 18px;
}

.fp-mundo-layers article aside span {
    font-size: 25px;
    line-height: .9;
}

.fp-mundo-layers article aside small {
    color: #aeb8c5;
    font-size: 9px;
}

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

.fp-mundo-tree article {
    min-height: 126px;
    border-radius: 20px;
    padding: 15px;
}

.fp-mundo-tree article strong {
    display: block;
    margin-top: 14px;
    font-size: 44px;
    line-height: .9;
    letter-spacing: -.07em;
}

.fp-mundo-business {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.fp-mundo-business article {
    min-height: 82px;
    display: flex;
    align-items: center;
    border-radius: 17px;
    padding: 14px;
    color: #dbe5ef;
    font-size: 13px;
    line-height: 1.4;
}

.fp-mundo-next {
    margin-top: 24px;
    border-radius: 22px;
    padding: 18px;
}

.fp-mundo-next p {
    margin: 8px 0 0;
    color: #aeb8c5;
    line-height: 1.55;
}

.fp-mundo-widget {
    margin: 18px 0;
    border-radius: 22px;
    padding: 18px;
}

.fp-mundo-widget h2 {
    margin: 8px 0 0;
    font-size: clamp(22px, 2vw, 34px);
    line-height: 1;
    letter-spacing: -.055em;
}

.fp-mundo-widget p {
    margin: 7px 0 0;
    color: #aeb8c5;
    font-size: 13px;
    line-height: 1.55;
}

.fp-mundo-widget-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 14px;
}

.fp-mundo-widget-card {
    min-height: 108px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 16px;
    padding: 13px;
    background: rgba(255,255,255,.035);
}

.fp-mundo-widget-card strong {
    display: block;
    margin-top: 8px;
    font-size: 31px;
    line-height: .9;
    letter-spacing: -.06em;
}

.fp-mundo-widget-card small {
    display: block;
    margin-top: 8px;
    color: #aeb8c5;
}

.fp-mundo-widget-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.fp-mundo-widget-actions a {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    padding: 0 13px;
    background: rgba(255,255,255,.045);
    color: #dbe5ef;
    font-size: 10px;
    font-weight: 1000;
    text-transform: uppercase;
}

@media (max-width: 1280px) {
    .fp-mundo-regions,
    .fp-mundo-business {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fp-mundo-grid,
    .fp-mundo-tree,
    .fp-mundo-widget-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .fp-mundo-vivo-hero,
    .fp-mundo-layers article {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .fp-mundo-vivo-page {
        width: calc(100vw - 24px);
    }

    .fp-mundo-vivo-hero {
        padding: 18px;
        border-radius: 20px;
    }

    .fp-mundo-regions,
    .fp-mundo-business,
    .fp-mundo-grid,
    .fp-mundo-tree,
    .fp-mundo-widget-grid {
        grid-template-columns: 1fr;
    }
}
