/* GG São Paulo Estudantil — static fidelity clone (OceanWP / SiteOrigin look) */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Montserrat,Arial,Helvetica,sans-serif;
  font-size:14px;
  line-height:1.7;
  color:#fff;
  background:#000;
  -webkit-font-smoothing:antialiased;
}
a{color:#fff;text-decoration:none}
a:hover{opacity:.85}
img{max-width:100%;height:auto;display:block}
.container{width:100%;max-width:1100px;margin:0 auto;padding:0 20px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* Top bar — socials left, contacts right (OceanWP) */
.top-bar{
  background:#000;
  color:#fff;
  font-size:13px;
  padding:12px 0;
  border-bottom:1px solid #222;
}
.top-bar-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  flex-wrap:wrap;
}
.top-bar a{color:#fff}
.top-bar .sep{margin:0 6px;opacity:.5}
.top-bar-social{display:flex;align-items:center;gap:14px}
.top-bar-social a{font-size:16px;line-height:1}
.top-bar-content{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:4px 0;
  text-align:right;
}
.top-bar-content .fa{margin:0 10px;opacity:.9}

/* Hero — full image, no crop */
.hero{background:#000;line-height:0;overflow:hidden}
.hero-desktop{width:100%;height:auto;display:block;object-fit:contain}
.hero-mobile{width:100%;height:auto;display:none;object-fit:contain}
@media (max-width:780px){
  .hero-desktop{display:none}
  .hero-mobile{display:block;width:100%;height:auto}
}

/* Concurso section */
.section-concurso{
  background:#000;
  padding:100px 0 40px;
}
.concurso-grid{
  display:flex;
  flex-wrap:wrap;
  gap:30px;
  align-items:flex-start;
}
.concurso-media{flex:0 0 42%;max-width:42%}
.concurso-text{flex:1 1 48%;min-width:260px}
.concurso-text h1{
  font-size:32px;
  font-weight:700;
  margin:0 0 18px;
  letter-spacing:.5px;
}
.bordaTitulo{
  border:0;
  border-top:3px solid #fff;
  width:80px;
  margin:0 0 24px;
}
.bordaTitulo-center{margin-left:auto;margin-right:auto}
.concurso-text p{
  text-align:justify;
  margin:0;
  font-size:14px;
  line-height:1.85;
  color:#fff;
}

/* Winners — WP gallery-style composed strip/band (not 4 separate cards) */
.winners-strip{
  display:flex;
  flex-wrap:nowrap;
  width:100%;
  margin:28px 0 8px;
  padding:0;
  gap:0;
  background:#000;
}
.winners-strip .gallery-item{
  flex:1 1 25%;
  width:25%;
  margin:0;
  padding:0 2px;
  text-align:center;
  min-width:0;
}
.winners-strip .gallery-icon{
  line-height:0;
  overflow:hidden;
}
.winners-strip .gallery-icon img{
  width:100%;
  height:auto;
  aspect-ratio:2/3;
  object-fit:cover;
  display:block;
  border:0;
}
.winners-strip figcaption{
  font-size:10px;
  font-weight:600;
  margin-top:8px;
  line-height:1.3;
  text-transform:uppercase;
  letter-spacing:.2px;
  padding:0 2px;
}

/* Regulamento CTA — live OceanWP .button: gold bg #b2842c, white text/border */
.section-regulamento{
  background:#000;
  text-align:center;
  padding:10px 0 40px;
  overflow-x:hidden;
}
.reg-wrap{
  max-width:100%;
  overflow-x:hidden;
}
.section-regulamento .reg-banner{
  margin:0 auto;
  max-width:min(435px,100%);
  width:100%;
  height:auto;
}
.reg-cta{
  text-align:center;
  margin:40px 0 0;
  padding:0 8px;
}
.button{
  display:inline-block;
  max-width:100%;
}
.button a,
a.btn{
  display:inline-block;
  background:#b2842c;
  color:#fff !important;
  font-weight:700;
  font-size:13px;
  letter-spacing:1px;
  text-transform:uppercase;
  padding:12px 28px;
  border:2px solid #fff;
  cursor:pointer;
  border-radius:0;
  max-width:100%;
  box-sizing:border-box;
  white-space:nowrap;
}
.button a:hover,
a.btn:hover{opacity:.92;background:#b2842c}

/* Inscricao heading — still visible on live */
.section-insc-head{
  background:#000;
  padding:70px 0 20px;
  text-align:center;
}
.section-insc-head h1{
  font-size:28px;
  font-weight:700;
  margin:0 0 12px;
  letter-spacing:.5px;
}

/* Open inscrição panel — hidden like live #pg-6-5 */
.section-inscricao{
  display:none !important;
  background:#000;
  padding:20px 0 80px;
}
.insc-grid{
  display:flex;
  flex-wrap:wrap;
  gap:40px;
  align-items:center;
  justify-content:center;
}
.insc-copy{
  flex:1 1 420px;
  max-width:520px;
  text-align:justify;
}
.insc-copy h2{
  font-size:26px;
  margin:0 0 16px;
  text-align:left;
}
.insc-copy p{margin:0 0 28px;line-height:1.85}
.insc-cta{text-align:center}
.insc-cta img{margin:0 auto;max-width:280px}
.insc-photo{
  flex:0 1 360px;
  max-width:400px;
}
.insc-photo img{width:100%;border:1px solid #333}

/* ENCERRADAS — live #pg-6-6 */
.section-encerradas{
  background:#000;
  padding:30px 0;
  text-align:center;
}
.section-encerradas h1{
  font-size:28px;
  font-weight:700;
  margin:0;
  letter-spacing:.5px;
}

/* Partners — live mobile-only (#panel-6-8-0-0) */
.section-parceiros{
  display:none;
  background:#000;
  padding:10px 0 20px;
  text-align:center;
}
.parceiros-mobile{
  margin:0 auto;
  max-width:399px;
  width:100%;
  height:auto;
}

/* Footer / Contato — live #181818 */
.site-footer{
  background:#181818;
  border-top:none;
  padding:50px 0 0;
  position:relative;
  margin-top:0;
}
.footer-grid{
  display:flex;
  flex-wrap:wrap;
  gap:40px;
  align-items:flex-start;
  justify-content:space-between;
  padding-bottom:20px;
}
.footer-contact{flex:1 1 420px}
.footer-contact h1{
  font-size:28px;
  margin:0 0 8px;
  text-align:left;
}
.footer-contact .bordaTitulo{float:left;margin-bottom:20px}
.footer-contact .clear{clear:both}
.footer-contact p{
  margin:60px 0 0;
  line-height:2;
  font-size:14px;
}
.footer-contact i{
  display:inline-block;
  width:18px;
  margin-right:12px;
  text-align:center;
}
/* Live footer socials: plain icons, not circled */
.social{margin-top:40px}
.social a{
  display:inline-block;
  margin-right:12px;
  font-size:18px;
  border:0;
  width:auto;
  height:auto;
  border-radius:0;
}
.footer-logo{flex:0 1 320px;text-align:right;padding-top:50px}
.footer-logo img{margin-left:auto;max-width:280px;width:100%;height:auto}
.footer-bottom{
  background:#181818;
  padding:16px 0 20px;
}
.copyright{
  text-align:center;
  font-size:12px;
  color:#fff;
  padding:8px 0;
  margin:0;
  border-top:none;
  line-height:1;
}
.copyright a{color:#fff}

/* Modal regulamento */
.modal{
  display:none;
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(0,0,0,.85);
  align-items:center;
  justify-content:center;
  padding:20px;
}
.modal.open{display:flex}
.modal-dialog{
  background:#000;
  color:#fff;
  max-width:640px;
  width:100%;
  max-height:90vh;
  overflow:auto;
  padding:28px 32px;
  border:1px solid #333;
  position:relative;
}
.modal-dialog h2{
  text-align:center;
  margin:0 0 20px;
  font-size:22px;
}
.modal-dialog p{font-size:13px;line-height:1.7;margin:0 0 12px}
.modal-close{
  position:absolute;
  top:10px;right:14px;
  background:transparent;
  border:0;
  color:#fff;
  font-size:28px;
  cursor:pointer;
  line-height:1;
}

@media (max-width:900px){
  .concurso-media,.concurso-text{flex:1 1 100%;max-width:100%}
  .concurso-media{order:-1;max-width:420px;margin:0 auto}
  .footer-logo{text-align:left;padding-top:0}
  .footer-logo img{margin-left:0}
}

@media (max-width:780px){
  .top-bar{padding:12px}
  .top-bar-inner{
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
  }
  .top-bar-content{
    font-size:11px;
    justify-content:flex-end;
    text-align:right;
  }
  .top-bar-content .fa{margin:0 6px}
  .section-concurso{padding:30px 0 5px}
  .concurso-text h1{font-size:24px}
  .concurso-text p{text-align:center}
  .winners-strip{
    flex-wrap:wrap;
    margin-top:20px;
  }
  .winners-strip .gallery-item{
    flex:1 1 50%;
    width:50%;
    padding:4px;
  }
  .winners-strip figcaption{font-size:11px}
  .section-regulamento{padding:15px 0 5px}
  .reg-cta{margin-top:24px}
  .button a{
    font-size:12px;
    padding:10px 18px;
    white-space:normal;
  }
  .section-insc-head{padding:15px 0 5px}
  .section-insc-head h1{font-size:20px}
  .section-encerradas{padding:5px 0 15px}
  .section-encerradas h1{font-size:22px}
  .section-parceiros{display:block}
  .site-footer{padding:15px 0 0}
  .footer-contact p{margin-top:24px;text-align:center}
  .footer-contact h1{text-align:center}
  .footer-contact .bordaTitulo{float:none;margin:0 auto 20px}
  .social{text-align:center}
  .footer-logo{text-align:center}
  .footer-logo img{margin:0 auto}
}

@media (max-width:480px){
  .top-bar-content{font-size:10px}
  .winners-strip .gallery-item{flex:1 1 50%;width:50%}
  .winners-strip figcaption{font-size:9px}
  .concurso-text h1,.section-insc-head h1,.section-encerradas h1{font-size:20px}
  .section-concurso{padding:30px 0 10px}
  .concurso-media{max-width:100%}
}
