/* ============================================================
   Campanha do Agasalho 2026 — Landing / Ranking público
   Identidade Instituto Mollitiam (Figma "Landing Page Rank Doações")
   Responsivo: mobile · desktop · TV
   ============================================================ */

:root {
    --navy-deep:   #01173f;   /* fundo geral / rodapé            */
    --navy:        #0a2463;   /* bloco da contagem               */
    --navy-mid:    #01275d;   /* cabeçalho tabela / linhas pares / cards */
    --navy-light:  #01367b;   /* linhas ímpares                  */
    --blue-edge:   #539be5;   /* borda dos cards da contagem     */
    --cyan-glow:   #45cff1;   /* brilho dos cards                */
    --yellow:      #f4d020;   /* destaque (pontos, números)      */
    --green:       #008e58;   /* pílula do hero                  */
    --line:        rgba(255,255,255,.55);

    --wrap:        1228px;

    --ff:     'Inter', system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    --ff-nav: Arial, Helvetica, sans-serif;
    --ff-foot:'Rajdhani', 'Inter', sans-serif;
    --ff-copy:'Assistant', 'Inter', sans-serif;
}

* { box-sizing: border-box; }

.lp {
    margin: 0;
    font-family: var(--ff);
    color: #fff;
    background:
        radial-gradient(1200px 700px at 85% -5%,  rgba(83,155,229,.16), transparent 60%),
        radial-gradient(900px 600px at -10% 30%, rgba(10,36,99,.55), transparent 60%),
        linear-gradient(180deg, #021238 0%, #03194a 45%, #02133f 100%);
    background-color: #021238;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
.lp img { max-width: 100%; display: block; }
.lp-sprite { position: absolute; }

.lp-wrap {
    width: 100%;
    max-width: var(--wrap);
    margin: 0 auto;
    padding: 0 24px;
}

.ic {
    width: 1em; height: 1em;
    fill: currentColor;
    flex: none;
}
.ic--star { color: var(--yellow); width: 1.05em; height: 1.05em; }

/* ============================================================
   NAV
   ============================================================ */
.lp-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(180deg, rgba(1,16,42,.96), rgba(1,16,42,.78) 70%, rgba(1,16,42,0));
    backdrop-filter: blur(6px);
}
.lp-nav__inner {
    max-width: 1344px;
    margin: 0 auto;
    padding: 14px 48px;
    display: flex;
    align-items: center;
    gap: 32px;
    border-bottom: 1px solid rgba(255,255,255,.18);
}
.lp-nav__brand img { width: 142px; height: auto; object-fit: contain; }
.lp-nav__menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: clamp(28px, 4vw, 80px);
}
.lp-nav__menu a {
    font-family: var(--ff-nav);
    font-size: 20px;
    letter-spacing: .7px;
    color: #fff;
    text-decoration: none;
    padding: 6px 4px;
    position: relative;
    transition: color .2s;
}
.lp-nav__menu a::after {
    content: '';
    position: absolute;
    left: 4px; right: 4px; bottom: -2px;
    height: 2px;
    background: var(--yellow);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .25s;
}
.lp-nav__menu a:hover { color: var(--yellow); }
.lp-nav__menu a:hover::after { transform: scaleX(1); }

.lp-nav__toggle {
    display: none;
    margin-left: auto;
    width: 44px; height: 40px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 10px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.lp-nav__toggle span {
    width: 22px; height: 2px; background: #fff; border-radius: 2px;
    transition: transform .25s, opacity .2s;
}

/* ============================================================
   HERO
   ============================================================ */
.lp-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    isolation: isolate;
}
.lp-hero__bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    background: url('../img/hero-fundo.png') center/cover no-repeat;
}
.lp-hero::after { /* leve escurecimento para contraste do logo */
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(2,16,46,.30), rgba(2,16,46,.12) 40%, rgba(2,16,46,.45));
}
.lp-hero__flag {
    position: absolute;
    left: -38px;
    top: 50%;
    width: min(352px, 30vw);
    transform: translateY(-30%) rotate(8.5deg);
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 8px 18px rgba(0,0,0,.35));
}
.lp-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 880px;
    padding: 70px 24px 56px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}
.lp-hero__logo {
    width: min(802px, 92%);
    height: auto;
    filter: drop-shadow(0 6px 14px rgba(0,0,0,.35));
}
.lp-hero__pill {
    margin: 0;
    max-width: 760px;
    background: var(--yellow);
    border-radius: 20px;
    padding: 8px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
}
.lp-hero__pill > span {
    display: block;
    border: 1px dashed var(--green);
    border-radius: 15px;
    padding: 18px 22px;
    font-weight: 700;
    color: var(--green);
    font-size: clamp(.95rem, 1.4vw, 1.25rem);
    letter-spacing: .4px;
    line-height: 1.35;
}

/* ============================================================
   CONTAGEM REGRESSIVA
   ============================================================ */
.lp-count { padding: 56px 0 8px; }
.lp-count__box {
    background: var(--navy);
    border-radius: 30px;
    padding: 10px;
}
.lp-count__dashed {
    border: 1px dashed rgba(255,255,255,.85);
    border-radius: 25px;
    padding: clamp(20px, 3vw, 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(20px, 3vw, 30px);
}
.lp-count__title {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: clamp(1.25rem, 2.6vw, 2rem);
    font-weight: 700;
    letter-spacing: 1.12px;
    text-align: center;
}
.lp-count__grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2vw, 30px);
    flex-wrap: wrap;
}
.cd-card {
    width: clamp(120px, 14vw, 206px);
    height: clamp(124px, 14.5vw, 208px);
    border: 5px solid var(--blue-edge);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: rgba(83,155,229,.06);
    box-shadow: 0 0 36px rgba(69,207,241,.55), 0 0 12px rgba(69,207,241,.7), inset 0 0 24px rgba(69,207,241,.18);
}
.cd-num {
    font-weight: 500;
    font-size: clamp(3rem, 7vw, 6.25rem);
    line-height: 1.05;
    letter-spacing: 3px;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 24px rgba(255,255,255,.75);
}
.cd-lbl {
    text-transform: uppercase;
    font-size: clamp(.8rem, 1.3vw, 1.5rem);
    letter-spacing: .72px;
    text-shadow: 0 0 18px rgba(255,255,255,.6);
}
.cd-sep {
    font-weight: 500;
    font-size: clamp(2rem, 6vw, 6.25rem);
    line-height: 1;
    text-shadow: 0 0 24px rgba(255,255,255,.7);
}

/* ============================================================
   RANKING
   ============================================================ */
.lp-ranking { padding: 56px 0 64px; }
.lp-ranking__head {
    text-align: center;
    margin-bottom: 40px;
}
.lp-ranking__head h2 {
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    font-weight: 700;
    letter-spacing: 1.12px;
}
.lp-ranking__head p {
    margin: 0;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    letter-spacing: .7px;
    color: rgba(255,255,255,.92);
}

/* ---- Tabela ---- */
.rk-table {
    border: 1px solid var(--line);
    border-radius: 30px;
    overflow: hidden;
}
.rk-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 2.1fr) minmax(0, 1.45fr) minmax(0, 1.45fr);
    align-items: stretch;
}
.rk-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 22px 18px;
    border: 1px solid var(--line);
    margin: -0.5px;
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    font-weight: 700;
    letter-spacing: .7px;
    text-align: center;
    min-height: 92px;
}
.rk-row--head .rk-cell {
    background: var(--navy-mid);
    padding: 14px 18px;
    min-height: 0;
}
.rk-body .rk-row:nth-child(odd)  .rk-cell { background: var(--navy-light); }
.rk-body .rk-row:nth-child(even) .rk-cell { background: var(--navy-mid); }
.rk-cell--pos  { padding: 8px; }
.rk-cell--nome { justify-content: center; }
.rk-cell--pts  { color: var(--yellow); font-weight: 700; }
.rk-cell--local .ic { color: var(--yellow); width: 1.15em; height: 1.15em; }

/* camisas top 3 (Figma) — número nas costas, igual camisa de futebol */
.camisa {
    width: 72px; height: 72px;
    display: grid;
    place-items: center;
    background: center / contain no-repeat;
    filter: drop-shadow(0 3px 6px rgba(0,0,0,.35));
}
.camisa--1 { background-image: url('../img/camisa-1.png'); }
.camisa--2 { background-image: url('../img/camisa-2.png'); }
.camisa--3 { background-image: url('../img/camisa-3.png'); }
.rk-pos-num {
    font-size: clamp(1.6rem, 2.4vw, 2.5rem);
    font-weight: 700;
    letter-spacing: 1.4px;
}

.rk-empty {
    padding: 48px 24px;
    text-align: center;
    background: var(--navy-mid);
    color: rgba(255,255,255,.85);
}

/* ---- layout 1–5 (principal) + 6–10 (lateral) ---- */
.rk-layout { display: flex; gap: 24px; align-items: stretch; }
.rk-main { flex: 1 1 auto; min-width: 0; }
.rk-layout--full .rk-main { width: 100%; }

.rk-aside {
    flex: 0 0 330px;
    background: var(--navy);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.rk-aside__title {
    margin: 0 0 4px;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: .5px;
    color: var(--yellow);
    text-align: center;
}
.rk-side { display: flex; flex-direction: column; gap: 10px; }
.rk-side__row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--navy-light);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    padding: 10px 14px;
}
.rk-side__pos {
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--yellow);
    min-width: 38px;
    font-variant-numeric: tabular-nums;
}
.rk-side__info { display: flex; flex-direction: column; min-width: 0; flex: 1; text-align: left; }
.rk-side__nome { font-weight: 700; font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rk-side__sede { font-size: .8rem; color: rgba(255,255,255,.6); }
.rk-side__pts { font-weight: 700; color: var(--yellow); font-variant-numeric: tabular-nums; margin-left: auto; }

.rk-ver-todos {
    display: inline-block;
    margin-top: auto;
    text-align: center;
    color: var(--navy-deep);
    background: var(--yellow);
    font-weight: 700;
    text-decoration: none;
    padding: 11px 16px;
    border-radius: 12px;
    transition: filter .2s, transform .12s;
}
.rk-ver-todos:hover { filter: brightness(1.07); transform: translateY(-1px); }
.rk-voltar { margin: 28px 0 0; text-align: center; }
.rk-voltar .rk-ver-todos { background: transparent; color: var(--yellow); border: 1px solid var(--yellow); }

@media (max-width: 980px) {
    .rk-layout { flex-direction: column; }
    .rk-aside { flex: none; width: 100%; }
    .rk-side { display: grid; grid-template-columns: repeat(2, 1fr); }
    .rk-ver-todos { margin-top: 8px; }
}
@media (max-width: 560px) {
    .rk-side { grid-template-columns: 1fr; }
}

/* ---- Stat cards ---- */
.rk-stats {
    margin-top: 44px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(20px, 4vw, 67px);
}
.stat-card {
    background: var(--navy-mid);
    border: 1px solid var(--line);
    border-radius: 30px;
    min-height: 287px;
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}
.stat-ic {
    width: 72px; height: 72px;
    fill: #fff;
}
.stat-num {
    font-weight: 900;
    font-size: clamp(2.6rem, 5vw, 4rem);
    line-height: 1;
    letter-spacing: 2.24px;
    color: var(--yellow);
    font-variant-numeric: tabular-nums;
}
.stat-num--local {
    font-size: clamp(1.8rem, 3.4vw, 3rem);
    letter-spacing: 1.68px;
    word-break: break-word;
}
.stat-lbl {
    font-weight: 700;
    font-size: clamp(.95rem, 1.4vw, 1.25rem);
    letter-spacing: .7px;
}

.rk-updated {
    margin: 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    font-size: clamp(.9rem, 1.3vw, 1.25rem);
    letter-spacing: .7px;
    color: rgba(255,255,255,.92);
}
.rk-updated__dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: var(--yellow);
    box-shadow: 0 0 10px rgba(244,208,32,.8);
}
.rk-updated strong { font-weight: 700; transition: color .3s, background .3s; padding: 1px 6px; border-radius: 6px; }
.rk-updated strong.flash { background: var(--yellow); color: var(--navy-deep); }

.lp-empty {
    text-align: center;
    border: 1px dashed rgba(255,255,255,.3);
    border-radius: 20px;
    padding: 56px 24px;
    background: rgba(255,255,255,.04);
}
.lp-empty h3 { margin: 0 0 8px; font-size: 1.6rem; }
.lp-empty p { margin: 0; color: rgba(255,255,255,.75); }

/* flash quando alguém sobe / pontua */
.rk-row.flash .rk-cell { animation: rkFlash 1.3s ease; }
@keyframes rkFlash {
    0%   { box-shadow: inset 0 0 0 0 rgba(244,208,32,.6); }
    30%  { box-shadow: inset 0 0 22px 0 rgba(244,208,32,.55); }
    100% { box-shadow: inset 0 0 0 0 rgba(244,208,32,0); }
}

/* ============================================================
   CTA banner
   ============================================================ */
.lp-cta { background: #fff; }
.lp-cta img { width: 100%; height: auto; display: block; }

/* ============================================================
   RODAPÉ
   ============================================================ */
.lp-footer {
    background: var(--navy-deep);
    padding: 40px 0 28px;
}
.lp-footer__grid {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    flex-wrap: wrap;
}
.lp-footer__col { display: flex; flex-direction: column; gap: 32px; }
.lp-footer__col--right { align-items: flex-start; }
.lp-footer h3 {
    font-family: var(--ff-foot);
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 16px;
    color: #fff;
}
.lp-footer__links { display: flex; flex-direction: column; }
.lp-footer__links a {
    font-family: var(--ff-foot);
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,.25);
    max-width: 360px;
    transition: color .2s;
}
.lp-footer__links a:hover { color: var(--yellow); }
.lp-footer__logos { display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.lp-footer__mollitiam { display: flex; align-items: center; gap: 12px; color: #cfe0f5; }
.lp-footer__lotus { width: 56px; height: 56px; }
.lp-footer__mollitiam-txt { font-family: var(--ff-foot); font-size: 18px; line-height: 1.05; color:#fff; }
.lp-footer__mollitiam-txt strong { font-size: 26px; letter-spacing: .5px; }
.lp-footer__campanha { height: 84px; width: auto; }

.lp-footer__contato p {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    font-family: var(--ff-foot);
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    max-width: 360px;
}
.lp-footer__contato .ic { width: 24px; height: 24px; color: var(--yellow); flex: none; }
.lp-footer__contato p:last-child { align-items: flex-start; }
.lp-footer__contato p:last-child .ic { margin-top: 3px; }

.lp-footer__social-row { display: flex; gap: 15px; }
.lp-footer__social-row a {
    width: 52px; height: 52px;
    border-radius: 50%;
    border: 2px solid var(--yellow);
    display: grid;
    place-items: center;
    color: var(--yellow);
    transition: background .2s, color .2s;
}
.lp-footer__social-row a svg { width: 24px; height: 24px; fill: currentColor; }
.lp-footer__social-row a:hover { background: var(--yellow); color: var(--navy-deep); }

.lp-footer__bottom {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.25);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.lp-footer__copy,
.lp-footer__legal {
    font-family: var(--ff-copy);
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}
.lp-footer__copy strong { color: var(--yellow); font-weight: 700; }
.lp-footer__legal { display: inline-flex; align-items: center; gap: 16px; }
.lp-footer__sep { width: 9px; height: 9px; border-radius: 50%; background: var(--yellow); display: inline-block; }

/* ============================================================
   RESPONSIVO — Tablet
   ============================================================ */
@media (max-width: 1024px) {
    .lp-nav__inner { padding: 12px 24px; }
    .lp-hero { min-height: 560px; }
    .rk-row { grid-template-columns: 92px minmax(0,1.9fr) minmax(0,1.3fr) minmax(0,1.1fr); }
    .rk-cell { padding: 16px 10px; font-size: 1.05rem; }
}

/* ============================================================
   RESPONSIVO — Mobile
   ============================================================ */
@media (max-width: 720px) {
    .lp-nav__inner { gap: 16px; position: relative; }
    .lp-nav__toggle { display: flex; }
    .lp-nav__menu {
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        background: rgba(1,16,42,.98);
        border-bottom: 1px solid rgba(255,255,255,.18);
        padding: 8px 24px 16px;
        display: none;
    }
    .lp-nav__menu.open { display: flex; }
    .lp-nav__menu a { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
    .lp-nav__menu a::after { content: none; }
    .lp-nav__toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .lp-nav__toggle.open span:nth-child(2) { opacity: 0; }
    .lp-nav__toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

    .lp-hero { min-height: 64vw; }
    .lp-hero__flag { width: 38vw; top: auto; bottom: 8px; transform: rotate(8.5deg); }
    .lp-hero__content { padding: 48px 18px 36px; gap: 18px; }

    .lp-count { padding: 36px 0 0; }
    .lp-count__grid { gap: 10px; }
    .cd-sep { display: none; }
    .cd-card {
        width: calc(50% - 6px);
        max-width: 180px;
        height: auto;
        aspect-ratio: 1 / 1.02;
        border-width: 3px;
    }

    .lp-ranking { padding: 40px 0 48px; }
    .lp-ranking__head { margin-bottom: 28px; }

    /* tabela -> cartões empilhados */
    .rk-table { border: none; border-radius: 0; background: transparent; overflow: visible; }
    .rk-row--head { display: none; }
    .rk-row {
        grid-template-columns: 1fr;
        border: 1px solid var(--line);
        border-radius: 18px;
        overflow: hidden;
        margin-bottom: 14px;
        position: relative;
    }
    .rk-body .rk-row:nth-child(odd)  .rk-cell,
    .rk-body .rk-row:nth-child(even) .rk-cell { background: var(--navy-mid); }
    .rk-cell {
        justify-content: space-between;
        text-align: left;
        min-height: 0;
        padding: 12px 16px;
        margin: 0;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,.12);
        font-size: 1rem;
    }
    .rk-cell::before {
        content: attr(data-label);
        font-weight: 600;
        color: rgba(255,255,255,.65);
        letter-spacing: .5px;
        text-transform: uppercase;
        font-size: .8rem;
    }
    .rk-cell--pos {
        justify-content: flex-start;
        gap: 12px;
        background: var(--navy-light) !important;
        padding: 12px 16px;
    }
    .rk-cell--pos::before { content: none; }
    .rk-cell--local { justify-content: space-between; }
    .rk-cell--local .ic { order: -1; }
    .rk-cell--pts { font-size: 1.25rem; }

    .rk-stats { grid-template-columns: 1fr; gap: 16px; }
    .stat-card { min-height: 0; padding: 28px 20px; }

    .rk-updated { justify-content: flex-start; }

    .lp-footer__grid { flex-direction: column; gap: 36px; }
    .lp-footer__bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 420px) {
    .lp-hero__content { padding-top: 40px; }
    .lp-footer__campanha { height: 64px; }
    .lp-footer__mollitiam-txt strong { font-size: 22px; }
}

/* ============================================================
   RESPONSIVO — TV / Telão
   ============================================================ */
@media (min-width: 1600px) {
    :root { --wrap: 1440px; }
    .lp-nav__inner { max-width: 1600px; }
    .lp-hero { min-height: 820px; }
    .rk-cell { min-height: 104px; }
    .camisa { width: 92px; height: 92px; }
}
@media (min-width: 2200px) {
    :root { --wrap: 1840px; }
    .lp-nav__menu a { font-size: 26px; }
    .stat-card { min-height: 340px; }
}

/* ============================================================
   PÁGINA DE REGULAMENTO
   ============================================================ */
.reg { padding: 48px 0 64px; }
.reg-head { text-align: center; margin-bottom: 36px; }
.reg-kicker {
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: .9rem;
    color: var(--yellow);
}
.reg-head h1 {
    margin: 0 0 8px;
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 900;
    letter-spacing: .5px;
}
.reg-sub { margin: 0 0 20px; font-size: clamp(1rem, 1.6vw, 1.25rem); color: rgba(255,255,255,.9); }
.reg-datas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.reg-datas span {
    background: var(--navy-mid);
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 8px 18px;
    font-size: .95rem;
    display: inline-flex;
    gap: 8px;
    align-items: baseline;
}
.reg-datas strong { color: var(--yellow); font-weight: 700; }

.reg-card {
    background: var(--navy);
    border: 1px solid var(--line);
    border-radius: 24px;
    padding: clamp(20px, 3vw, 36px);
    margin-bottom: 24px;
}
.reg-card h2 {
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(1.3rem, 2.4vw, 1.8rem);
    font-weight: 700;
}
.reg-card p { margin: 0 0 12px; color: rgba(255,255,255,.92); line-height: 1.6; font-size: 1.05rem; }
.reg-list { margin: 0; padding-left: 22px; display: flex; flex-direction: column; gap: 10px; }
.reg-list li { line-height: 1.5; color: rgba(255,255,255,.92); }
.reg-list strong, .reg-card p strong { color: #fff; }

.reg-pontos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
.reg-cat {
    background: var(--navy-mid);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    padding: 18px 20px;
}
.reg-cat h3 {
    margin: 0 0 12px;
    font-size: 1.1rem;
    color: var(--yellow);
    font-weight: 700;
    letter-spacing: .5px;
}
.reg-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 9px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.reg-item:last-child { border-bottom: 0; }
.reg-item span { color: rgba(255,255,255,.92); }
.reg-item b {
    flex: none;
    background: var(--navy-light);
    color: var(--yellow);
    font-weight: 700;
    border-radius: 8px;
    padding: 3px 12px;
    font-variant-numeric: tabular-nums;
}
.reg-aviso {
    margin: 18px 0 0 !important;
    text-align: center;
    font-weight: 700;
    color: var(--yellow) !important;
}

.reg-premios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reg-premio {
    background: var(--navy-mid);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.4;
}
.reg-premio__pos {
    display: block;
    margin-bottom: 8px;
    color: var(--yellow);
    font-weight: 700;
    font-size: 1.15rem;
}

.reg-card--art h2 { justify-content: center; }
.reg-imgs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.reg-imgs img { width: 100%; height: auto; border-radius: 16px; border: 1px solid rgba(255,255,255,.16); }
.reg-cta-line {
    text-align: center;
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    font-weight: 700;
    color: var(--yellow);
    margin: 28px 0 0;
}

@media (max-width: 720px) {
    .reg-pontos, .reg-premios, .reg-imgs { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
}
