:root {
    --bg: #0a0b0d;
    --panel: #16181d;
    --panel-strong: #1e2128;
    --ink: #ffffff;
    --muted: #a0a6b1;
    --line: rgba(255, 255, 255, 0.08);
    --accent: #e5b045;
    --accent-deep: #c49436;
    --slate: #1f2229;
    --chalk: #ffffff;
    --alert: #ff4747;
    --shadow: 0 15px 45px rgba(0, 0, 0, 0.5);
    --radius: 12px;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body { 
    margin: 0; 
    font-family: "Space Grotesk", sans-serif; 
    color: var(--ink); 
    background: var(--bg);
    background-image: 
        radial-gradient(at 0% 0%, rgba(229, 176, 69, 0.15) 0px, transparent 50%),
        radial-gradient(at 100% 100%, rgba(31, 34, 41, 1) 0px, transparent 50%);
    line-height: 1.6; 
}

a { color: inherit; text-decoration: none; transition: 0.3s; }

img { max-width: 100%; display: block; border-radius: 8px; }

button { font: inherit; cursor: pointer; }

.offerFrame, .heroTrack, .rowDeck, .methodRail, .pageFlow, .siteFoot { 
    width: min(100% - 40px, 1200px); 
    margin: 0 auto; 
}

.mastShell { padding: 20px 0; border-bottom: 1px solid var(--line); background: rgba(10, 11, 13, 0.8); backdrop-filter: blur(10px); position: sticky; top: 0; z-index: 100; }

.mastTop { 
    width: min(100% - 40px, 1200px); 
    margin: 0 auto; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

.brandPulse { display: flex; align-items: center; gap: 12px; }
.brandPulse img { width: 40px; height: 40px; filter: drop-shadow(0 0 5px var(--accent)); }
.brandPulse strong, h1, h2, h3 { font-family: "Archivo Black", sans-serif; text-transform: uppercase; }
.brandPulse strong { font-size: 1.1rem; letter-spacing: -0.02em; color: var(--accent); }

.routeNav { display: flex; gap: 20px; }
.routeNav a { font-size: 0.85rem; font-weight: 500; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; }
.routeNav a:hover { color: var(--accent); }

.menuToggle { 
    display: none; 
    background: var(--accent); 
    border: 0; 
    padding: 8px 16px; 
    border-radius: 4px; 
    font-weight: 700;
}

.heroStage { padding: 60px 0; }
.heroTrack { display: grid; grid-template-columns: 1fr 380px; gap: 40px; }

.heroCore { 
    padding: 0; 
    border: none; 
    background: transparent; 
    box-shadow: none; 
}

.signalTag { 
    display: inline-block; 
    margin-bottom: 20px; 
    padding: 4px 12px; 
    background: rgba(229, 176, 69, 0.1); 
    color: var(--accent); 
    border: 1px solid var(--accent); 
    font-size: 0.75rem; 
    font-weight: 700;
}

h1 { margin: 0 0 24px; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.1; color: #fff; }
h2 { color: var(--accent); margin-bottom: 20px; }

.heroPoints { 
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px; 
    margin-top: 40px; 
}
.heroPoints div { 
    padding: 20px; 
    background: var(--panel); 
    border-top: 3px solid var(--accent);
    border-radius: 4px;
}

.heroAid { display: flex; flex-direction: column; gap: 20px; }
.aidHelpline, .aidUpdate { 
    padding: 30px; 
    border-radius: var(--radius); 
    background: var(--panel); 
    border: 1px solid var(--line); 
}

.ctaLane { display: flex; gap: 15px; margin-top: 30px; }
.offerGo { 
    background: var(--accent); 
    color: #000; 
    padding: 16px 32px; 
    font-weight: 700; 
    border-radius: 4px;
    text-transform: uppercase;
}
.offerRead { 
    border: 1px solid var(--line); 
    color: #fff; 
    padding: 16px 32px; 
    border-radius: 4px;
    background: rgba(255,255,255,0.05);
}

.offerRow { 
    display: grid; 
    grid-template-columns: 60px 180px 1fr 200px; 
    gap: 30px; 
    align-items: center; 
    padding: 30px; 
    margin-bottom: 20px;
    border-radius: var(--radius); 
    background: var(--panel-strong); 
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
}

.offerRow::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 5px; height: 100%;
    background: var(--accent);
}

.offerRank { 
    font-size: 1.5rem; 
    color: var(--accent); 
    font-weight: 900;
}

.offerLogo { background: #fff; padding: 15px; border-radius: 8px; }

.offerNote { 
    background: rgba(229, 176, 69, 0.05); 
    border: 1px dashed var(--accent); 
    color: var(--accent);
    padding: 10px;
    font-size: 0.9rem;
    margin: 15px 0;
}

.payDots span { 
    font-size: 0.7rem; 
    background: var(--slate); 
    padding: 4px 10px; 
    border-radius: 4px; 
    color: var(--muted);
}

.offerScore { 
    font-size: 2rem; 
    color: var(--accent); 
    font-family: "Archivo Black";
}

.tapLink { 
    background: #fff; 
    color: #000; 
    padding: 12px; 
    text-align: center; 
    font-weight: 700; 
    border-radius: 4px;
    width: 100%;
}

.methodRail { 
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
    padding-top: 40px;
}
.methodCard { 
    padding: 30px; 
    background: var(--panel); 
    border-radius: var(--radius); 
    border-left: 1px solid var(--accent);
}

.alertStrip { 
    background: #1a0000; 
    border: 1px solid var(--alert); 
    padding: 40px; 
    border-radius: var(--radius);
    color: #fff;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.footStage { 
    margin-top: 80px; 
    padding: 60px 0; 
    background: #050505; 
    border-top: 1px solid var(--line); 
}

.footGrid { border: none; background: transparent; box-shadow: none; display: flex; flex-direction: column; gap: 40px; }
.footNav { display: flex; justify-content: center; gap: 30px; }
.footNav a { background: transparent; color: var(--muted); font-size: 0.8rem; }
.footBody { text-align: center; max-width: 700px; margin: 0 auto; }

.menuWrap[data-open="true"] { 
    display: block; 
    position: fixed; 
    inset: 0; 
    background: rgba(0,0,0,0.9); 
    z-index: 200; 
}
.menuSheet { 
    width: 100%; 
    height: 100%; 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    justify-content: center; 
    gap: 30px; 
}
.menuSheet a { font-size: 1.5rem; font-family: "Archivo Black"; color: #fff; }

@media (max-width: 980px) { 
    .heroTrack { grid-template-columns: 1fr; }
    .offerRow { grid-template-columns: 1fr; text-align: center; }
    .offerLogo { width: 150px; margin: 0 auto; }
    .offerSide { justify-items: center; }
    .methodRail { grid-template-columns: 1fr; }
    .alertStrip { grid-template-columns: 1fr; text-align: center; gap: 20px; }
    .heroPoints { grid-template-columns: 1fr; }
}

@media (max-width: 760px) { 
    .routeNav { display: none; }
    .menuToggle { display: block; }
}

.footNav {
    display: grid;
    /* Cria duas colunas com larguras iguais */
    grid-template-columns: repeat(2, 1fr); 
    /* Espaço entre as colunas e linhas */
    gap: 10px; 
    /* Alinhamento opcional */
    text-align: left; 
}

.footNav a {
    display: block;
    text-decoration: none;
    /* Ajuste de cores e fontes aqui se precisar */
}

/* Se quiser que no computador volte a ser tudo em uma linha só */
@media (min-width: 768px) {
    .footNav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
}