/* =========================================================
   FOOTBALL PULSE — PÁGINAS INTERNAS
   Arquivo fixo: static/css/fp_pages.css
   Ajuste R6.1.1: tipografia mais delicada, futurista e premium
   ========================================================= */

.fp-page {
    width: min(1860px, calc(100vw - 36px));
    margin: 0 auto;
    padding: 16px 0 44px;
}

/* =========================
   Elementos globais de página
   ========================= */

.fp-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border: 1px solid rgba(0, 255, 143, 0.20);
    border-radius: 999px;
    background: rgba(0, 255, 143, 0.065);
    color: var(--fp-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

.fp-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.fp-page-actions a,
.fp-final-cta a,
.fp-offer-card a,
.fp-region-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 17px;
    border-radius: 999px;
    border: 1px solid rgba(0, 255, 143, 0.25);
    background: linear-gradient(135deg, var(--fp-green), #04d875);
    color: #00140c;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    box-shadow: 0 14px 34px rgba(0, 255, 143, 0.11);
    transition: transform 0.18s ease, filter 0.18s ease, border-color 0.18s ease;
}

.fp-page-actions a:hover,
.fp-final-cta a:hover,
.fp-offer-card a:hover,
.fp-region-card a:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.fp-page-actions a.secondary,
.fp-final-cta a.secondary,
.fp-offer-card a.secondary {
    background: rgba(255, 255, 255, 0.042);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

/* =========================
   Cabeçalhos de seção
   ========================= */

.fp-page-section {
    margin-top: 16px;
}

.fp-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.fp-section-head.compact {
    margin-bottom: 10px;
}

.fp-section-head span {
    display: block;
    margin-bottom: 5px;
    color: var(--fp-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.15px;
    text-transform: uppercase;
}

.fp-section-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(17px, 1.25vw, 23px);
    line-height: 1.08;
    font-weight: 850;
    letter-spacing: -0.025em;
}

.fp-section-head a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.115);
    border-radius: 999px;
    color: #dbe5ef;
    background: rgba(255, 255, 255, 0.032);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    white-space: nowrap;
}

.fp-section-head a:hover {
    color: var(--fp-green);
    border-color: rgba(0, 255, 143, 0.24);
}

/* =========================
   Grids e cards
   ========================= */

.fp-grid {
    display: grid;
    gap: 12px;
}

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

.fp-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fp-page-card,
.fp-page-panel,
.fp-world-map-panel,
.fp-world-commercial-panel {
    border: 1px solid var(--fp-border);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)),
        rgba(2, 6, 13, 0.86);
    box-shadow: var(--fp-shadow);
}

.fp-page-card {
    min-height: 162px;
    padding: 17px;
    overflow: hidden;
}

.fp-page-card small {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.052);
    color: var(--fp-muted);
    font-size: 9.5px;
    font-weight: 900;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.fp-page-card h3 {
    margin: 13px 0 8px;
    color: #ffffff;
    font-size: 16.5px;
    line-height: 1.13;
    font-weight: 850;
    letter-spacing: -0.025em;
}

.fp-page-card p {
    margin: 0;
    color: var(--fp-muted);
    font-size: 12.5px;
    line-height: 1.56;
}

.fp-page-card strong {
    display: block;
    margin-top: 14px;
    color: var(--fp-green);
    font-size: 12px;
    font-weight: 900;
}

/* =========================
   Compatibilidade com páginas antigas
   ========================= */

.fp-page-hero {
    min-height: 390px;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 16px;
    align-items: stretch;
    border: 1px solid var(--fp-border);
    border-radius: 22px;
    padding: 24px;
    background:
        radial-gradient(circle at 76% 18%, rgba(0, 213, 255, 0.10), transparent 28%),
        radial-gradient(circle at 18% 0%, rgba(0, 255, 143, 0.085), transparent 34%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.058), rgba(255, 255, 255, 0.014)),
        rgba(2, 6, 13, 0.9);
    box-shadow: var(--fp-shadow);
    overflow: hidden;
}

.fp-page-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.fp-page-hero-copy h1 {
    margin: 15px 0 12px;
    color: #ffffff;
    font-size: clamp(30px, 3vw, 52px);
    line-height: 1;
    font-weight: 850;
    letter-spacing: -0.055em;
}

.fp-page-hero-copy p {
    max-width: 820px;
    margin: 0;
    color: var(--fp-muted);
    font-size: 14.5px;
    line-height: 1.65;
}

.fp-page-hero-visual {
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-brasil-map-card,
.fp-club-live-card {
    width: min(100%, 410px);
    min-height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(0, 255, 143, 0.16);
    border-radius: 22px;
    padding: 26px;
    background:
        radial-gradient(circle at 50% 15%, rgba(0, 255, 143, 0.13), transparent 34%),
        rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

.fp-brasil-map-card span,
.fp-club-live-card span {
    color: var(--fp-green);
    font-size: 10.5px;
    font-weight: 900;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.fp-brasil-map-card strong,
.fp-club-live-card strong {
    color: #ffffff;
    font-size: clamp(34px, 3.5vw, 58px);
    line-height: 0.94;
    font-weight: 850;
    letter-spacing: -0.052em;
}

.fp-brasil-map-card small,
.fp-club-live-card small {
    color: var(--fp-muted);
    font-size: 12.5px;
    line-height: 1.5;
}

/* =========================
   Página Mundo
   ========================= */

.fp-world-page {
    position: relative;
}

.fp-world-hero {
    position: relative;
    min-height: 500px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 16px;
    align-items: stretch;
    border: 1px solid rgba(255, 255, 255, 0.115);
    border-radius: 24px;
    padding: 24px;
    background:
        radial-gradient(circle at 78% 20%, rgba(0, 213, 255, 0.10), transparent 28%),
        radial-gradient(circle at 20% 0%, rgba(0, 255, 143, 0.085), transparent 32%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.063), rgba(255, 255, 255, 0.016)),
        rgba(2, 6, 13, 0.92);
    box-shadow: var(--fp-shadow);
    overflow: hidden;
}

.fp-world-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.028) 38%, transparent 62%),
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.22));
    opacity: 0.65;
}

.fp-world-hero-copy,
.fp-world-hero-visual {
    position: relative;
    z-index: 1;
}

.fp-world-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.fp-world-hero-copy h1 {
    max-width: 900px;
    margin: 17px 0 13px;
    color: #ffffff;
    font-size: clamp(32px, 3.35vw, 58px);
    line-height: 0.98;
    font-weight: 850;
    letter-spacing: -0.058em;
}

.fp-world-hero-copy p {
    max-width: 820px;
    margin: 0;
    color: #aeb8c5;
    font-size: clamp(14px, 0.92vw, 16px);
    line-height: 1.66;
}

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

.fp-world-metrics div {
    min-height: 78px;
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: 16px;
    padding: 13px;
    background: rgba(255, 255, 255, 0.032);
}

.fp-world-metrics strong {
    display: block;
    color: #ffffff;
    font-size: clamp(17px, 1.28vw, 24px);
    font-weight: 850;
    letter-spacing: -0.035em;
}

.fp-world-metrics span {
    display: block;
    margin-top: 5px;
    color: var(--fp-muted);
    font-size: 11.5px;
    line-height: 1.35;
}

/* Card principal do jogo */

.fp-world-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fp-world-live-card {
    width: min(100%, 600px);
    min-height: 390px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 22px;
    padding: 18px;
    background:
        radial-gradient(circle at 50% 0%, rgba(0, 255, 143, 0.085), transparent 30%),
        radial-gradient(circle at 90% 18%, rgba(0, 213, 255, 0.075), transparent 24%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
        rgba(0, 0, 0, 0.30);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 30px 80px rgba(0, 0, 0, 0.40);
}

.fp-world-live-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.fp-live-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 8px;
    background: var(--fp-red);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.55px;
}

.fp-world-live-top small {
    color: var(--fp-muted);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.75px;
}

.fp-world-score {
    min-height: 128px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    margin-top: 28px;
}

.fp-world-score div {
    min-width: 0;
}

.fp-world-score div:last-child {
    text-align: right;
}

.fp-world-score b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    background:
        radial-gradient(circle at 40% 25%, rgba(255, 255, 255, 0.14), transparent 38%),
        rgba(255, 255, 255, 0.052);
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.fp-world-score span {
    display: block;
    margin-top: 11px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
    text-transform: uppercase;
}

.fp-world-score strong {
    color: #ffffff;
    font-size: clamp(40px, 3.7vw, 64px);
    font-weight: 850;
    letter-spacing: -0.065em;
    text-shadow: 0 0 22px rgba(255, 255, 255, 0.10);
}

.fp-world-time {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 9px;
    padding-top: 17px;
    border-top: 1px solid rgba(255, 255, 255, 0.095);
}

.fp-world-time strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 13px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.075);
    color: #ffffff;
    font-size: 15px;
    font-weight: 850;
}

.fp-world-time span {
    color: var(--fp-muted);
    font-size: 11.5px;
    font-weight: 800;
    text-transform: uppercase;
}

.fp-world-player-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 17px;
}

.fp-world-player-line span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--fp-red);
    box-shadow: 0 0 17px rgba(255, 43, 61, 0.85);
}

.fp-world-player-line b {
    color: #dfe8f1;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.fp-world-control-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 22px;
}

.fp-world-control-bar a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: var(--fp-green);
    color: #00140c;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.fp-world-control-bar a.secondary {
    background: rgba(255, 255, 255, 0.055);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.115);
}

/* Pulse News */

.fp-pulse-news {
    min-height: 40px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-top: 14px;
    border: 1px solid rgba(255, 255, 255, 0.115);
    border-radius: 12px;
    background: rgba(3, 8, 14, 0.82);
    overflow: hidden;
}

.fp-pulse-news strong {
    align-self: stretch;
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    background: rgba(0, 255, 143, 0.115);
    color: var(--fp-green);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    white-space: nowrap;
}

.fp-pulse-news div {
    display: flex;
    align-items: center;
    gap: 32px;
    overflow: hidden;
    white-space: nowrap;
}

.fp-pulse-news span {
    position: relative;
    color: #d9e1ea;
    font-size: 12.5px;
}

.fp-pulse-news span::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 12px;
    border-radius: 50%;
    background: var(--fp-green);
    box-shadow: 0 0 13px rgba(0, 255, 143, 0.65);
}

/* Mundo agora */

.fp-signal-card {
    min-height: 188px;
}

.fp-signal-card strong {
    color: #ffffff;
}

/* Split panels */

.fp-world-split {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
    gap: 12px;
    margin-top: 16px;
}

.fp-world-map-panel,
.fp-world-commercial-panel,
.fp-page-panel {
    padding: 18px;
    min-height: 340px;
}

/* Mapa visual */

.fp-world-map {
    position: relative;
    min-height: 230px;
    margin-top: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    background:
        radial-gradient(circle at 28% 52%, rgba(0, 255, 143, 0.12), transparent 3%),
        radial-gradient(circle at 50% 45%, rgba(0, 255, 143, 0.105), transparent 4%),
        radial-gradient(circle at 66% 38%, rgba(0, 255, 143, 0.095), transparent 4%),
        radial-gradient(circle at 78% 54%, rgba(0, 255, 143, 0.125), transparent 4%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, 0.024) 1px, transparent 1px),
        rgba(0, 0, 0, 0.24);
    background-size: auto, auto, auto, auto, 44px 44px, 44px 44px, auto;
    overflow: hidden;
}

.fp-world-map::before {
    content: "";
    position: absolute;
    inset: 28px 34px;
    opacity: 0.24;
    border-radius: 45% 55% 44% 56%;
    border: 1px solid rgba(255, 255, 255, 0.16);
    transform: rotate(-8deg);
}

.fp-world-map .dot {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--fp-green);
    box-shadow: 0 0 18px rgba(0, 255, 143, 0.78);
}

.fp-world-map .dot-br { left: 33%; top: 58%; }
.fp-world-map .dot-us { left: 22%; top: 42%; }
.fp-world-map .dot-eu { left: 50%; top: 36%; }
.fp-world-map .dot-af { left: 51%; top: 58%; }
.fp-world-map .dot-asia { left: 71%; top: 46%; }
.fp-world-map .dot-jp { left: 83%; top: 41%; }

.fp-world-map .line {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 255, 143, 0.55), transparent);
    transform-origin: left center;
}

.fp-world-map .line-1 {
    width: 230px;
    left: 33%;
    top: 59%;
    transform: rotate(-25deg);
}

.fp-world-map .line-2 {
    width: 270px;
    left: 50%;
    top: 38%;
    transform: rotate(18deg);
}

.fp-world-map .line-3 {
    width: 160px;
    left: 22%;
    top: 43%;
    transform: rotate(20deg);
}

.fp-country-row {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.fp-country-row div {
    min-height: 54px;
    border: 1px solid rgba(255, 255, 255, 0.075);
    border-radius: 12px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.032);
}

.fp-country-row b {
    display: block;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 850;
}

.fp-country-row span {
    display: block;
    margin-top: 5px;
    color: var(--fp-muted);
    font-size: 10.5px;
}

/* Marketplace card */

.fp-offer-card {
    min-height: 264px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border: 1px solid rgba(0, 255, 143, 0.15);
    border-radius: 18px;
    padding: 18px;
    background:
        radial-gradient(circle at 78% 16%, rgba(0, 255, 143, 0.145), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
        rgba(0, 0, 0, 0.22);
}

.fp-offer-card small {
    color: var(--fp-green);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 1.05px;
    text-transform: uppercase;
}

.fp-offer-card h3 {
    max-width: 520px;
    margin: 12px 0 10px;
    color: #ffffff;
    font-size: clamp(20px, 1.55vw, 28px);
    line-height: 1.08;
    font-weight: 850;
    letter-spacing: -0.04em;
}

.fp-offer-card p {
    max-width: 620px;
    margin: 0;
    color: var(--fp-muted);
    font-size: 13.5px;
    line-height: 1.55;
}

.fp-offer-card div {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 17px;
}

/* Clubes globais */

.fp-club-world-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.fp-club-world-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    min-height: 104px;
    border: 1px solid var(--fp-border);
    border-radius: 18px;
    padding: 15px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.016)),
        rgba(2, 6, 13, 0.86);
    box-shadow: 0 18px 58px rgba(0, 0, 0, 0.26);
}

.fp-club-mark {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 17px;
    border: 1px solid rgba(255, 255, 255, 0.105);
    background:
        radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.16), transparent 32%),
        rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 16px;
    font-weight: 900;
}

.fp-club-world-copy {
    min-width: 0;
}

.fp-club-world-copy h3 {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 850;
    letter-spacing: -0.02em;
}

.fp-club-world-copy p {
    margin: 5px 0 0;
    color: var(--fp-muted);
    font-size: 11.5px;
}

.fp-club-world-copy span {
    display: block;
    margin-top: 7px;
    color: var(--fp-green);
    font-size: 11.5px;
    font-weight: 850;
}

.fp-club-world-action {
    text-align: right;
}

.fp-club-world-action strong {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 850;
    white-space: nowrap;
}

.fp-club-world-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    margin-top: 10px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.042);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    white-space: nowrap;
}

.fp-club-world-action a:hover {
    color: var(--fp-green);
    border-color: rgba(0, 255, 143, 0.22);
}

/* Regiões */

.fp-region-card {
    min-height: 206px;
}

.fp-region-card a {
    min-height: 34px;
    margin-top: 15px;
    padding: 0 13px;
    font-size: 10.5px;
}

/* Listas */

.fp-list-stack {
    display: grid;
    gap: 9px;
    margin-top: 12px;
}

.fp-list-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 68px;
    border: 1px solid rgba(255, 255, 255, 0.085);
    border-radius: 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.032);
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.fp-list-item:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 255, 143, 0.20);
    background: rgba(0, 255, 143, 0.048);
}

.fp-list-item strong {
    display: block;
    color: #ffffff;
    font-size: 13px;
    font-weight: 850;
}

.fp-list-item span {
    display: block;
    margin-top: 4px;
    color: var(--fp-muted);
    font-size: 11.5px;
    line-height: 1.42;
}

.fp-list-item b {
    color: var(--fp-green);
    font-size: 18px;
    font-weight: 850;
}

.fp-list-item.commercial b {
    min-height: 29px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(0, 255, 143, 0.095);
    color: var(--fp-green);
    font-size: 9.5px;
    font-weight: 900;
    letter-spacing: 0.35px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* CTA final */

.fp-final-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-top: 16px;
    border: 1px solid rgba(0, 255, 143, 0.16);
    border-radius: 22px;
    padding: 24px;
    background:
        radial-gradient(circle at 92% 20%, rgba(0, 255, 143, 0.10), transparent 28%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.016)),
        rgba(2, 6, 13, 0.9);
    box-shadow: var(--fp-shadow);
}

.fp-final-cta h2 {
    max-width: 920px;
    margin: 14px 0 10px;
    color: #ffffff;
    font-size: clamp(24px, 2.15vw, 40px);
    line-height: 1.02;
    font-weight: 850;
    letter-spacing: -0.05em;
}

.fp-final-cta p {
    max-width: 850px;
    margin: 0;
    color: var(--fp-muted);
    font-size: 13.8px;
    line-height: 1.62;
}

.fp-final-cta > div:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
}

/* =========================
   Responsivo
   ========================= */

@media (max-width: 1380px) {
    .fp-world-hero {
        grid-template-columns: 1fr;
    }

    .fp-world-hero-visual {
        justify-content: flex-start;
    }

    .fp-world-live-card {
        max-width: 730px;
    }

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

@media (max-width: 1120px) {
    .fp-world-split,
    .fp-page-hero {
        grid-template-columns: 1fr;
    }

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

    .fp-final-cta {
        grid-template-columns: 1fr;
    }

    .fp-final-cta > div:last-child {
        justify-content: flex-start;
    }
}

@media (max-width: 780px) {
    .fp-page {
        width: calc(100vw - 24px);
        padding-top: 12px;
    }

    .fp-world-hero,
    .fp-page-hero,
    .fp-final-cta {
        padding: 18px;
        border-radius: 18px;
    }

    .fp-world-hero-copy h1,
    .fp-page-hero-copy h1 {
        font-size: 34px;
        line-height: 1.02;
    }

    .fp-world-metrics,
    .fp-grid-3,
    .fp-grid-4,
    .fp-club-world-grid,
    .fp-country-row {
        grid-template-columns: 1fr;
    }

    .fp-world-score {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .fp-world-score div:last-child {
        text-align: left;
    }

    .fp-world-score strong {
        font-size: 46px;
    }

    .fp-world-control-bar {
        grid-template-columns: 1fr;
    }

    .fp-club-world-card {
        grid-template-columns: 1fr;
    }

    .fp-club-world-action {
        text-align: left;
    }

    .fp-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .fp-pulse-news {
        grid-template-columns: 1fr;
    }

    .fp-pulse-news strong {
        min-height: 36px;
    }

    .fp-pulse-news div {
        padding: 0 14px 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        white-space: normal;
    }
}