.geo-hero{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 100%);padding:140px 0 60px}.geo-hero .section-tag{color:var(--th-color-gold)}.geo-hero-title{font-family:var(--th-font-headings);font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;margin:8px 0 12px}.geo-hero-desc{font-size:1.1rem;color:rgba(255,255,255,.6);max-width:700px;line-height:1.7}.geo-content{background:var(--th-color-bg-primary);padding:60px 0}.geo-container{max-width:1100px;margin:0 auto;padding:0 var(--space-lg)}.geo-seo-text{max-width:800px;margin:0 auto 60px;text-align:center}.geo-seo-title{font-family:var(--th-font-headings);font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:var(--space-md)}.geo-seo-desc{font-size:1.05rem;color:rgba(255,255,255,.6);line-height:1.8}.geo-strong-white{color:#fff}.geo-strong-gold{color:var(--th-color-gold)}.geo-state-block{margin-bottom:48px}.geo-state-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.06)}.geo-state-accent{width:4px;height:28px;background:var(--th-color-gold);border-radius:2px}.geo-state-name{font-family:var(--th-font-headings);font-size:1.3rem;font-weight:700;color:#fff;margin:0}.geo-state-count{font-size:.8rem;color:rgba(255,255,255,.35);background:rgba(255,255,255,.05);padding:3px 10px;border-radius:var(--radius-full)}.geo-cities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.geo-city-card{display:block;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-lg);padding:16px 18px;text-decoration:none;transition:all .3s}.geo-city-card:hover{border-color:rgba(var(--th-color-gold-rgb),.3);background:rgba(var(--th-color-gold-rgb),.04);transform:translateY(-2px)}.geo-city-card-inner{display:flex;align-items:center;justify-content:space-between}.geo-city-name{font-size:.95rem;font-weight:600;color:#fff;font-family:var(--th-font-headings)}.geo-cta-box{max-width:1100px;margin:60px auto 0;padding:32px;background:rgba(var(--th-color-gold-rgb),.04);border:1px solid rgba(var(--th-color-gold-rgb),.1);border-radius:var(--radius-xl)}.geo-cta-title{font-family:var(--th-font-headings);font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:var(--space-md)}.geo-cta-desc{font-size:.95rem;color:rgba(255,255,255,.6);line-height:1.8;margin-bottom:var(--space-md)}.geo-cta-desc:last-child{margin-bottom:0}

/* ═══ GEO CITY — Tipos de Eventos Atendidos ═══ */
/* ═══ GEO CITY — Hero: Subtítulo Chamativo (fonte maior) ═══ */
body.geo-city #hero .hero-content .hero-subtitle{
    font-size:clamp(1.25rem,2.1vw,1.65rem);
    font-weight:600;
    color:rgba(255,255,255,.96) !important;
    max-width:780px;
    line-height:1.55;
    margin-bottom:32px;
    letter-spacing:.1px;
    text-shadow:0 2px 14px rgba(0,0,0,.55),0 1px 4px rgba(0,0,0,.45);
}
body.geo-city.geo-hero-subtitle-classico #hero .hero-content .hero-subtitle{
    font-size:1.2rem;
    font-weight:400;
    color:rgba(255,255,255,.85) !important;
    max-width:650px;
    line-height:1.65;
    margin-bottom:36px;
    letter-spacing:normal;
    text-shadow:0 2px 8px rgba(0,0,0,.5);
}
@media(max-width:768px){
    body.geo-city #hero .hero-content .hero-subtitle{
        font-size:1.15rem;
        line-height:1.5;
        margin-bottom:20px;
        max-width:100%;
    }
    body.geo-city.geo-hero-subtitle-classico #hero .hero-content .hero-subtitle{
        font-size:1.05rem;
        margin-bottom:24px;
    }
}

.geo-events-section{background:linear-gradient(180deg,#0a0a0a 0%,#0d0d10 50%,#0a0a0a 100%)}
.geo-events-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;margin-top:8px}
.geo-event-card{display:flex;flex-direction:column;gap:10px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:26px 24px;text-decoration:none;transition:border-color .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),background-color .3s cubic-bezier(.4,0,.2,1)}
.geo-event-card:hover{border-color:rgba(var(--th-color-gold-rgb),.35);background:rgba(255,255,255,.06);transform:translateY(-3px)}
.geo-event-icon{width:50px;height:50px;border-radius:12px;background:rgba(var(--th-color-gold-rgb),.12);display:flex;align-items:center;justify-content:center;color:var(--th-color-gold);margin-bottom:4px;flex-shrink:0}
.geo-event-title{font-family:var(--th-font-headings);font-size:1.1rem;font-weight:700;color:#fff;margin:0;line-height:1.3}
.geo-event-desc{font-size:.875rem;color:rgba(255,255,255,.62);line-height:1.6;margin:0;flex:1}
.geo-event-link{font-size:.8125rem;font-weight:600;color:var(--th-color-gold);display:inline-flex;align-items:center;gap:6px;margin-top:2px}
.geo-event-link::after{content:'\2192';transition:transform .2s}
.geo-event-card:hover .geo-event-link::after{transform:translateX(4px)}
.geo-events-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:44px}
@media(max-width:768px){
    .geo-events-grid{grid-template-columns:1fr;gap:14px}
    .geo-events-cta{gap:10px;margin-top:32px}
    .geo-events-cta .btn-primary,.geo-events-cta .btn-secondary{width:100%;justify-content:center}
}

/* ═══ GEO CITY — Sobre o Artista ═══ */
.geo-artist-section{background:#0a0a0a;padding:80px 0}
.geo-artist-layout{display:grid;grid-template-columns:340px 1fr;gap:56px;align-items:start;max-width:1040px;margin:0 auto}
.geo-artist-photo-wrap{position:relative}
.geo-artist-photo{width:100%;height:auto;object-fit:contain;border-radius:20px;filter:drop-shadow(0 12px 40px rgba(0,0,0,.45));border:1px solid rgba(255,255,255,.08)}
.geo-artist-content{display:flex;flex-direction:column;align-items:flex-start}
.geo-artist-title{font-family:var(--th-font-headings);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:#fff;margin:0 0 16px;line-height:1.2}
.geo-artist-resumo{font-size:1.02rem;color:rgba(255,255,255,.72);line-height:1.75;margin:0 0 24px}
.geo-artist-subtitle{font-family:var(--th-font-headings);font-size:.72rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--th-color-gold);margin:0 0 12px}
.geo-artist-list{list-style:none;padding:0;margin:0 0 20px;display:flex;flex-direction:column;gap:10px}
.geo-artist-list li{display:flex;align-items:center;gap:10px;font-size:.95rem;color:rgba(255,255,255,.8);line-height:1.4}
.geo-artist-list svg{flex-shrink:0}
.geo-artist-note{font-size:.9rem;color:rgba(255,255,255,.55);line-height:1.7;margin:0 0 26px;font-style:italic}
.geo-artist-cta{display:flex;gap:12px;flex-wrap:wrap}
@media(max-width:768px){
    .geo-artist-section{padding:56px 0}
    .geo-artist-layout{grid-template-columns:1fr;gap:28px}
    .geo-artist-photo{max-width:320px;margin:0 auto;display:block}
    .geo-artist-content{align-items:center;text-align:center}
    .geo-artist-list{align-items:center}
    .geo-artist-list li{justify-content:center}
    .geo-artist-cta{justify-content:center}
}