/* CAMINHO: css/pages/index/index.css */
.site-home{min-height:100vh;background:linear-gradient(135deg,#0f172a 0%,#111827 58%,#7c4a03 100%);color:#f8fafc}
.hero{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);gap:3rem;align-items:center;padding:5rem 1.25rem 4rem}
.hero h1{font-size:clamp(2.4rem,6vw,5rem);line-height:.98;margin:.5rem 0 1rem}
.hero p{font-size:1.15rem;line-height:1.7;color:#cbd5e1;max-width:680px}
.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}
.hero__board{display:grid;grid-template-columns:repeat(8,1fr);width:100%;max-width:520px;aspect-ratio:1/1;border:10px solid rgba(255,255,255,.14);border-radius:24px;overflow:hidden;box-shadow:0 35px 90px rgba(0,0,0,.35);justify-self:center}
.hero__board span{display:flex;align-items:center;justify-content:center;font-size:2.4rem;color:#111827}
.hero__board span:nth-child(odd){background:#e8c77b}
.hero__board span:nth-child(even){background:#55370f}
.hero__board span:nth-child(16n+9),.hero__board span:nth-child(16n+11),.hero__board span:nth-child(16n+13),.hero__board span:nth-child(16n+15){background:#55370f;color:#f8fafc}
.hero__board span:nth-child(16n+10),.hero__board span:nth-child(16n+12),.hero__board span:nth-child(16n+14),.hero__board span:nth-child(16n+16){background:#e8c77b;color:#111827}
.section{max-width:1180px;margin:0 auto;padding:4rem 1.25rem}
.section__header{max-width:780px;margin-bottom:2rem}
.section h2{font-size:2.3rem;line-height:1.15;margin:.3rem 0 1rem}
.section p{color:#cbd5e1;line-height:1.7}
.cards-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.info-card,.notice-box{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:1.4rem;backdrop-filter:blur(10px);min-width:0;overflow-wrap:anywhere}
.info-card strong{display:block;font-size:1.15rem;line-height:1.25;margin-bottom:.6rem;color:#fff}
.info-card p,.notice-box p{color:#cbd5e1;margin:.3rem 0 0}
.split{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.75fr);gap:2rem;align-items:start}
.notice-box .btn{margin-top:1rem}

@media(max-width:1050px){
    .cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:900px){
    .hero,.split{grid-template-columns:1fr}
    .hero{padding:2.5rem 1rem 3rem;gap:2rem}
    .hero__board{max-width:420px}
    .section{padding:3rem 1rem}
    .section h2{font-size:1.8rem}
}

@media(max-width:620px){
    .cards-grid{grid-template-columns:1fr}
    .hero h1{font-size:2.35rem}
    .hero p{font-size:1rem}
    .hero__actions{display:grid}
    .info-card,.notice-box{border-radius:16px;padding:1rem}
    .hero__board{border-width:6px;border-radius:16px}
    .hero__board span{font-size:1.65rem}
}
