@import url('https://fonts.cdnfonts.com/css/mighty-slab-w01');

/* ===== Reset básico ===== */
* { box-sizing: border-box }
html, body { margin: 0; padding: 0 }
img { max-width: 100%; height: auto; display: block }
ul { list-style: none; margin: 0; padding: 0 }
a { text-decoration: none }


html {
    scroll-behavior: smooth;
}


h2 {
  margin: 0;
}
p {
  margin: 0;
}
.position-center-column {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 4rem;
}
.position-center-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.position-center-column-right {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
}
.position-center-column-left {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
button {
  cursor: pointer;
  transition: all 0.3s ease-out;
}


/* ===== Container ===== */
.container { max-width: 1120px; margin: 0 auto; padding: 0 65px }

/* ===== NAVBAR ===== */
.topbar {
  background: #DB007A; /* rosa da barra */
  color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 10px;
}
.nav {
  height: 70px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.nav__menu {
  display: flex;
  align-items: center;
  gap: 30px; /* gap entre os links (conforme protótipo) */
}
.nav__menu a:hover {
  font-weight:500 ;
  color: #F59BAD;
  transition: all 0.3s ease-out;
}
.nav__menu--left  { justify-self: end;  margin-right: 60px } /* distância até a logo */
.nav__menu--right { justify-self: start; margin-left: 60px } /* distância até a logo */
.nav__menu a {
  color: #FFFFFF;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}




/* ===== HERO ===== */
.hero-simple{
  /* position: relative; */
  height: 100vh;        
  overflow: hidden;
  background: #F7B7C0;     
  /* position: absolute; inset: 0; */
  background: url('../assets/images/container-hero.svg') bottom no-repeat;
  background-size: cover;
  align-items: center;
 justify-content: center;
 display: flex;
}


/* logo central do hero (imagem fornecida) */
.hero-simple__logo{
width: 550px;
 margin-top: -160px;
}

/* ===== SOBRE (container rosa) ===== */


.about-simple{
  width: 100%;
  min-height: 500px;
  /* position: relative; */
    /* respiro superior/inf */
  text-align: center;
  padding-top: 50px;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: url("../assets/images/seio.png") right bottom no-repeat, #F7B7C0;
  background-size: auto auto, auto auto, auto;
  
}

/* véu suave para mesma “lavada” do hero */



.about-simple h2{
  margin: 0 0 18px 0;
  font-size: 36px;
  font-weight: 500;
  color: #FCF3EA;
  letter-spacing: .3px;
}

.about-simple__badge{
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: #FCF3EA;
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 18px;
}
.about-simple__pill{
  display: inline-block;
  padding: 1px 7px;
  border-radius: 5px;
  background: #FCF3EA;
  color: #DB007A;
  font-weight: 500;
  font-size: 18px;
}

.about-simple__lead{
  max-width: 820px;
  margin: 0 auto;
  color: #FCF3EA;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300 !important;
}

/* ===== SLOGAN / COMPROMISSO ===== */
.commitment {
  background: url("../assets/images/decoration-banner-left.svg") left no-repeat, url("../assets/images/decoration-banner-right.svg") right no-repeat, #FFF6ED;
  background-size: auto auto, auto auto, auto;
  padding: 64px 0;
  text-align: left;
  
}
.commitment__inner { max-width: 1120px; margin: 0 auto; padding: 0 24px;}
.commitment__title {
  margin: 0 0 8px 0;
  font-family: 'Mighty Slab W01', sans-serif;  
  font-size: 64px;
  line-height: 1.03;
  letter-spacing: 1.7px;
  color: #F39DBA; /* rosa do título */
  text-transform: uppercase;
  font-weight: 400;
  display: flex; flex-direction: column; align-items: center; justify-content: center; 
 
}
.commitment__subtitle {
  margin: 0;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.25;
  color: #5B2449; /* roxo escuro */
  text-align: left;
   flex-direction: column; align-items: center; justify-content: center; 
   margin-left: 200px;
}

/* ====== seção programação ====== */
.prog-section{
  background: #f5f5f5;         
}

.prog-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;           
}


.prog-copy {
  gap: 1.5rem;
}
/* ESQUERDA (fundo rosa com tipografia) */
.prog-left{
  /* position: relative;
  overflow: hidden;
  background:
    linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%); */
    background: url('../assets/images/tipografia-maior.svg'), #DB007A; 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 95px;
   
}

/* aplique seu padrão/“tipografia do fundo rosa” aqui */
/* .prog-left::before{
  content: "";
  position: absolute; inset: 0; */
  /* troque pelo arquivo do seu padrão/tipografia rosa */
  /* background:
    url("../assets/images/tipografia-maior.svg") center/cover no-repeat,
    linear-gradient(180deg, #E1097E 0%, #C80770 100%);
  mix-blend-mode: normal;      
  opacity: 1;
} */

/* .prog-left::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.10) 100%);
} */

/* .prog-copy{
  position: relative; z-index: 1;
  max-width: 720px;
  margin-left: clamp(24px, 7vw, 80px);
  margin-right: clamp(16px, 5vw, 48px);
  padding: clamp(28px, 5vw, 48px) 0;
  color: #fff;
} */

.prog-copy h2{
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(25px, 5vw, 55px);
  letter-spacing: 2px;
}
.prog-copy h2 span{ color: #FFAFDC; }

#prog-title {
  color: #FCF3EA;
}

.prog-desc{
  font-family: Poppins;
  font-size: clamp(16px, 2.1vw, 20px);
  font-weight: 200;
  line-height: 1.6;
  color: #FCF3EA;
  width: 100%;
}

/* Botão */
.prog-btn{
  display: inline-flex;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 14px;
  background: #783A63;             
  color: #fff;
  font-weight: 400;
  box-shadow: 0 6px 16px rgba(0,0,0,.15);
  transition: transform .15s ease, filter .15s ease;
}
.prog-btn::after{
  font-size: 18px;
  line-height: 1;
  opacity: .9;
}
.prog-btn:hover{ transform: translateY(-1px); filter: brightness(1.05); }

/* DIREITA (imagem) */
.prog-right{
  margin: 0;
  background: #f9c1d5;               /* fallback se a imagem não carregar */
}
.prog-right img{
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
}


/* ========================================
   MENU MOBILE
   ======================================== */ 

.menu-mobile {
  display: none;
}



/* ========================================
   FOOTER
   ======================================== */ 


#box_footer_main {
  background: url("../assets/images/decoration-footer.svg") bottom no-repeat, #FFF6ED;
  background-size: auto auto, auto auto, auto;
  width: 100%;
  min-height: 400px;
  padding: 70px 150px;
  gap: 3rem;
}

#container-text-footer ul{
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  gap: 40px;
  flex-wrap: wrap;
}
#container-text-footer ul a{
  color: #783A63;
}
#title-menu-footer {
  color: #783A63;
  font-weight: 600;
}
#container-text-footer {
  height: 100%;
  gap: 55px;
}
#container-text-footer span {
  width: 250px;
  gap: 10px;
}
#container-text-footer span button {
  padding: 10px;
  background-color: #F59BAD;
  border-radius: 50px;
  border: none;
  color: #FFF6ED;
  font-size: 25px;
}
#container-text-footer span button:hover {
  background-color: #DB007A;
  color: #FFF6ED;
}


#rights {
    background-color: #DB007A;
    width: 100%;
    gap: 0.5rem;
    padding: 60px;
}
#rights span {
    gap: 18px;
}
#rights small:first-of-type {
    border-right: 2px solid #FFF6ED;
    padding-right: 18px;
}
small {
  font-family:'Inter';
  color: #FFF6ED;
  font-size: 16px;
  font-weight: 300;
}