html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*pode ser transparent também*/
  }



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', 'sans-serif';
    
}

*::selection { background: transparent; color: inherit } 
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background:#fe264f;
  border-radius: 10px;
}




.center{
    display: flex;
    max-width: 1100px;
    padding: 0 2%;
    margin: 0 auto;
    flex-wrap: wrap;
}

section.main{
    
    background-image: url('/images/bg1.svg');
    background-position: center;
    background-size: cover;
    min-height: 700px;
    padding: 20px 0 80px 0;
}

.center > .menu-fixed{
    display: flex;
    max-width: none;
    padding: 0 2%;
    margin: 0 auto;
    margin-top: -20px;

}

.menu-fixed{
 
    height: 80px;
    
    /*background-color:  #510b8f;*/
    background-color:  #3e0b52;
    width: 100%;
    position: fixed;
    left: 0;
    max-width: 1100px;
    vertical-align: center;
    z-index: 100;

}

.menu-2{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    width: 100%;
   
}

.menu{
    display: flex;
    width: 100%;


}

.logo-menu{

    margin-top: 20px;
    width: 50%;
   
}

.logo-menu img{

   max-width: 127px;
    
}

.menu-mobile{

    display: none;
    width: 80%;
    margin-top: 23px;
    text-align: right;
    margin-right: -10px;
}

.botao{
    margin-top: -30px;
    margin-right: -10px;
}

.menu-mobile a.contact-btn{

    font-weight: bold;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin: -3px 20px;
    box-sizing: border-box;
    background-color: #fe264f;
    padding: 10px 10px;
    border-radius: 10px;
    width:fit-content;
    box-shadow: 1px 1px 10px 2px rgba(255, 39, 80,0.4);
}



.items-menu{

    width: 50%;
    margin-top: 20px;
   
}

.items-menu a{
    font-weight: bold;
    color: white;
    text-decoration: none;
    display: inline-block;
    margin: 0 15px;

}




/*.mark {
    border-bottom: 3px solid #fe264f;
}*/

.items-menu a:hover {

    border-bottom: 3px solid #fff;
    border-radius: 2px;

}

.items-menu a.contact-btn{
    box-sizing: border-box;
    box-shadow: 1px 1px 10px 2px rgba(255, 39, 80,0.4);
    background-color: #fe264f;
    padding: 10px 10px;
    border-radius: 10px;
    width:fit-content;
    transition: 0.2s ease-in-out;
}



.items-menu a.contact-btn:hover{
    border-bottom: 0;
}



.mockup{
    width: 100%;
    color: white;
    display: block;
    text-align: center;
    padding-top: 100px;
    


}

.mockup h1{
    font-size: 64px;
    margin-bottom: 10px;
    animation-name: direita;
    animation-duration: 0.3s;
}
.mockup p{
    margin-bottom: 10px;
    animation-name: direita;
    animation-duration: 0.3s;
}

.mockup a.contact-btn{
    margin: 0 auto;
    background-color: #fe264f;
    box-shadow: 1px 1px 10px 2px rgba(255, 39, 80,0.5);
    padding: 10px 10px;
    border-radius: 20px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 40px;
    
    
  
}


.mockup img{
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 100%;
    animation-duration: 1s;
}



.text{

    width: 100%;
    display: block;
    text-align: center;
}





section.porque-nos{
    background-color: #fdfbfe;
    padding: 50px 10px;

}

section.porque-nos > .center > h2{
    font-size: 50px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;

}

section.porque-nos > .center > p{
    font-size: 14px;
    /*color: #510b8f;*/
    color:  #3e0b52;
    text-align: center;
    width: 100%;
   
}

section.porque-nos > .center{
    max-width: 1280px;
}

.diferenciais{
    display: flex;
    margin-top: 50px;
    text-align: left;
}


.box-diferenciais{
    background-color: rgb(255, 255, 255, 0.8);
    box-shadow: 0px 20px 40px #5824721c ;
    width: 31%;
    margin-right: 2%;
    padding: 10px 20px;
    border-radius: 20px;

 
}

.box-diferenciais h3{
    font-size: 28px;
    margin: 20px 0;
    margin-top: -20px;
}

.box-diferenciais p{
    font-size: 13px;
    color: #907eac;
    margin-bottom: 20px;
}

.box-diferenciais img{
    max-width: 55px;
    margin: 30px 0;
    margin-bottom: 40px;
}

section.contact{
    
    background-image: url('/images/bg3.svg');
    background-position: center;
    background-size: cover;
    min-height: 300px;
    padding: 50px 10px 40px 10px;
}

section.contact .text h2,p,a{
    color: white;
    text-decoration: none;
    margin-bottom: 30px;
}

section.contact .text h2{
    font-size: 50px;
    margin-bottom: 40px;
}

section.contact .text p{
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 100;
}

section.contact .text a{
    
    font-size: 20px;
    background-color: #ff8943;
    box-shadow: 1px 1px 10px 2px #ff884399;
    color: #ffffff;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 10px;
}

section.services{
    padding: 0px 10px;
    padding-bottom: 35px;
    /*background-color: #510b8f;*/
    background-color:  #3e0b52;
    
    
}

section.services > .center{
    max-width: 1280px;
}

section.services > .center > .text h2{
    font-size: 50px;
    color: white;
}

section.services > .center > .text > a.contact-btn{
    font-size: 20px;
    /*background-color: #510b8f;*/
    background-color:  #3e0b52;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 60px;
    border-radius: 10px;
}
.servicos{
    display: flex;
    width: 100%;

}

.box-servicos{
    text-align: left;
    margin-top: 2%;
    width: 31%;
    margin-right: 2%;
    background-color: white;
    background-color: rgb(255, 255, 255,);
    box-shadow: 0px 20px 40px #5824721c ;

    padding: 10px 20px;
    border-radius: 20px;
}
.box-servicos h3{
    font-size: 28px;
    margin: 20px 0;
    margin-top: -20px;
  
}
.box-servicos p{
    text-align: left;
    font-size: 13px;
    color: #907eac;
    margin-bottom: 20px;
}

.box-servicos img{
    max-width: 55px;
    margin: 30px 0;
    margin-bottom: 40px;
}



section.depoimentos{
    background-color: #fdfbfe;
    padding:40px 0;
}

section.depoimentos > h1{
    text-align: center;
    font-size: 50px;
}

.container-slider{
    overflow:hidden;
    padding:40px 0;   
}

.container-slider-single{
    float: left;
    background-color:white;
    text-align: center;
    padding:15px;
    border-radius:10px;
}

.container-slider-single p{
    margin:15px 0;
    color:#7E92AC;
    font-size: 14px;
}

.slick-slide {
    margin-left:27px;

  }

  /* the parent */
  .slick-list {
    margin-left:-27px;
   
  }

/****SLICK SLIDER****/

.slick-dotted ul{
    display: block;
	list-style-type: none;
	text-align: center;
	position: relative;
	top:30px;
}

.slick-dotted li{
	display: inline-block;
	margin: 0 7px;
}

.slick-dotted button:focus{
	outline: 0;
}

.slick-dotted li button{
	width: 16px;
	height: 16px;
	border-radius: 8px;
	color: #d8d8d8;
	border-width: 0;
	background: #d8d8d8;
	opacity: 1;
	cursor: pointer;
}

li.slick-active button{
	/*background: #510b8f;
	color: #510b8f;*/

    background-color:  #3e0b52;
    color:  #3e0b52;
}

.slick-slide:focus { outline: none; }


.container-slider-single p, a{
    color: #000000;
}


section.contato{
    padding: 0px 10px;
}

section.contato .text h2{
    font-size: 50px;
    margin-top: 60px;
    margin-bottom: 20px;
}

.form {
    margin: 0 auto;
    width: 700px;
    
}

form input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    outline: none;
  }

.form input[type=text], .form input[type=email]{

    display: block;
    width: 100%;
    font-size: 15px;
    height: 50px;
    border: 1px solid #ccc;
    margin: 10px auto;
    padding-left: 10px;
    border-radius: 10px;
    font-weight: bold;
  



}

.form textarea{
    resize: vertical;   
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 15px;
    border: 1px solid #ccc;
    margin: 10px auto;
    padding: 10px;
    border-radius: 10px;
    height: 130px;


}

.form input[type=submit]{

    display: block;
    width: 100%;
    font-size: 20px;
    height: 55px;
    border: none;
    margin: 10px auto;
    padding-left: 10px;
    border-radius: 10px;
    cursor: pointer;
    background-color: rgb(255, 39, 79);
    box-shadow: 1px 1px 10px 2px rgba(255, 39, 80,0.5);
    color: white;
    font-weight: bold;
    text-align: center;


}

.instagramInfo{
    margin: 40px auto;
    text-align: center;
}

.instagramInfo a{
    /*color:#510b8f;*/
    color:  #3e0b52;
    padding: 5px 15px;
    
}

.insta-btn{
    /*color: #510b8f;*/
    color:  #3e0b52;
    font-weight: 900;
    /*border: 1px solid #510b8f;*/
    border: 1px solid #3e0b52;
    border-radius: 15px;
    

}

.instagram h2 {
  
    font-size: 1.9rem;
}

section.instagram{
    margin-top: 30px;
    text-align: center;
}

section.instagram p{
    margin-top: 10px;
    color: #000000;
}
.instagramName {
    
    display: flex;
    
}
.instagramName img{

    width: 30px;
    margin-right: 5px;
}

footer{
    height: 95px;
    /*background-color: #510b8f;*/
    background-color:  #3e0b52;
    width: 100%;
}

footer .copy{
    margin-top: 25px;
    width: 50%;
}

footer .links {
    width: 50%;
}

a.contact-btn:hover{
    transition: 0.2s ease-in-out;
    scale: 1.1;
}





@media screen and (max-width: 894px) {



    .menu-fixed{
        height: 70px;
    }
    .mockup h1{
        font-size: 35px;
    }
    .mockup p{
        font-size: 15px;
    }
    .mockup a.contact-btn{
        font-size: 35px;
    }
   
    section.porque-nos{
        margin-top: -60px;
    }
   
    section.porque-nos > .center > h2{
        font-size: 35px;
        margin-bottom: 20px;
    
    }
  
    section.porque-nos > .center > p{
        font-size: 15px;
    
    
    }
   
    .diferenciais{
        margin-top: -20px;
        flex-wrap: wrap;
        text-align: center;
       
    }
  

    .box-diferenciais{
        margin-top: 20px;
        width: 100%;
        margin-right: 0;
     
    }

    .box-diferenciais h3{
        font-size: 25px;
     
    }

    .box-diferenciais p{
        font-size: 15px;
     
    }

    section.depoimentos > h1{
        font-size: 35px;
        margin-bottom: 20px;
    
    }
    

    @keyframes menuAnim{
        from{top: 1999px;}
        to{width:inherit}
    }
    #menuDesktop{
        display: none;
        opacity: 0;
  
       
    }
    
    #menuDesktop.active{
        
        display: block;
        opacity: 1;
        flex-wrap: wrap;   
        top: 45px;
        right: 0;
        /*background-color: #510b8f;*/
        background-color:  #3e0b52;
        height: calc(100vh);
        width: 100%;
        position: absolute;
       z-index: 1000;
       animation-name: menuAnim;
       animation-duration: 0.4s;
       
    }

    #menuDesktop.active #menu{
        
        display: none;
    }
    
    .items-menu a{
        text-align: center;
        font-weight: bold;
        color: white;
        text-decoration: none;
        display: block;
        margin: 0 25px;
        padding-bottom: 20px;
        margin-top: 20px;  
    }
    
    .items-menu a:hover{
        border-bottom: none;
    
    }
    
    .items-menu a.contact-btn{
        margin: 0 auto;
        box-sizing: border-box;
        /*background-color: #510b8f;*/
        background-color:  #3e0b52;
        padding: 10px 10px;
        border-radius: 10px;
        width:fit-content;
    }

   

    .logo-menu{
        scale: 0.9;
        margin-left: 0px;
        margin-top: 20px;
        width: 30%;

    }
   
    .menu-mobile{
        
        display: block;
        cursor: pointer;
        
    }
    .menu-mobile{
        color: inherit;
        background-color: inherit;
    }
  


    .fechado{
        opacity: 0;
        cursor: pointer;
        
    }

    .aberto {
       
        opacity: 1;
    }
    .aberto.hidden{
       
        opacity: 0;
    }
    .fechado.show{
        transition: 0.3s;
        margin-top: 00px;
        text-align: right;
        margin-right: 25px;
    }

    .items-menu .contact-btn{
        display: none;
    }

    .fechado.show{


        opacity: 1;
    }

    .cta .text{
        margin-top: -80px;
    }

    section.contact{
        padding: 50px 10px 40px 10px;
    }

 section.contact > .center > .text h2{
        font-size: 34px;
        margin-bottom: 20px;
     
    }
    section.contact > .center > .text p{
        font-size: 15px;
        margin-bottom: 35px;
    }
 
    
    .servicos{
        flex-wrap: wrap;
        
       
    }
  

    .box-servicos{
        text-align: center;
        width: 100%;
        margin-right: 0;
     
    }

    
    .box-servicos h3{
        font-size: 25px;
     
    }

    .box-servicos p{
        font-size: 15px;
     
    }

    section.services > .center > .text h2{
        

        font-size: 34px;
        margin-bottom: 20px;
    }
    section.contato .text h2{
        font-size: 35px;
       
    }

    form {
        max-width: 400px;
        width: 100%;
    }

    footer{
        margin-bottom: -320px;
        display: block;
        text-align: center;
        width: 100%;
    }
    footer > .center > .copy{
        width: 100%;
        text-align: center;
    }
    footer > .center > .links{
        display: none;
    }
}



@media screen and (min-width: 768px) {


    section.contact{
    
        padding: 100px;
    }

}

@media screen and (max-width: 320px) {
    


    section.contact{

        padding: 20px;
    }

}





@keyframes slide {

    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-100%)
    }
}




.logos:hover .logos-slide{
    animation-play-state: paused;
}

section.logos > .center{
    white-space: nowrap;

}


.logos{
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
 
}

.logos::before, .logos::after{

    position: absolute;
    top: 0px;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 1;

}

.logos::before{
    left: 0;
    background: linear-gradient(to left, transparent, rgb(255, 255, 255));
  
}

.logos::after{
    right: 0;
    background: linear-gradient(to right, transparent, rgb(255, 255, 255));
  
}

.logos-slide{
    display:inline-block;
    animation: 30s slide infinite linear;
}

.logos-slide img{
    height: 100px;
    margin: 0 20px;
}

@media screen and (max-width: 768px){

    


    .logos::before, .logos::after{
    
        position: absolute;
        top: 0px;
        width: 80px;
        height: 100%;
        content: "";
        z-index: 1;
    
    }
    
    .logos::before{
        left: 0;
        background: linear-gradient(to left, transparent, rgb(255, 255, 255));
      
    }
    
    .logos::after{
        right: 0;
        background: linear-gradient(to right, transparent, rgb(255, 255, 255));
      
    }
    .logos-slide{
        display:inline-block;
        animation: 25s slide infinite linear;
    }
    
    
    }




    /****************************************** 
   SEÇÃO DE CONTATO
******************************************/

section.contato {
    background-color: #fdfbfe; /* ou outra cor/fundo que desejar */
    padding: 60px 10px;
    
  }
  
  /* Título da seção */
  .title-contato {
    font-size: 40px;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  
  /* Texto de apoio */
  .text-contato {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #907eac;
    margin-bottom: 30px;
    line-height: 1.5;
  }
  
  /* Grid de contato: formulário e info lado a lado */
  .contato-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  
  /* Formulário de contato */
  .contato-form {
    width: 48%;
    background-color: #fff;
    box-shadow: 0px 20px 40px #5824721c;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .contato-form .form-group {
    margin-bottom: 15px;
  }
  
  .contato-form label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000000;
  }
  
  .contato-form input[type="text"],
  .contato-form input[type="email"],
  .contato-form input[type="tel"],
  .contato-form textarea {
    display: block;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    font-weight: 500;
  }
  
  .contato-form textarea {
    resize: vertical;
    height: 120px;
  }
  
  /* Botão de enviar */
  .btn-contato {
    display: inline-block;
    padding: 12px 25px;
    background-color: #fe264f;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    box-shadow: 1px 1px 10px 2px rgba(255, 39, 80,0.5);
    transition: 0.3s ease;
    width: 100%;
  }
  
  .btn-contato:hover {
    transform: scale(1.05);
  }
  
  /* Informações de contato (endereço, telefone, e-mail) */
  .contato-info {
    width: 48%;
    background-color: #fff;
    box-shadow: 0px 20px 40px #5824721c;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .contato-info h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #000000;
  }
  
  .contato-info p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #907eac;
  }
  
  .contato-info a {
    text-decoration: none;
    color: #fe264f;
    font-weight: bold;
  }
  
  .contato-info a:hover {
    text-decoration: underline;
  }
  
  /******************************************
     SEÇÃO DO MAPA
  ******************************************/
  
  .secao-mapa {
    padding: 40px 10px 60px;
    background-color: #ffffff; /* Ajuste conforme sua preferência */
  }
  
  .secao-mapa .title-contato {
    margin-bottom: 30px;
  }
  
  .mapa-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    box-shadow: 0px 20px 40px #5824721c;
    border-radius: 20px;
    overflow: hidden;
  }
  
  /******************************************
     RESPONSIVIDADE
  ******************************************/
  
  @media screen and (max-width: 768px) {
    .contato-grid {
      flex-direction: column;
      align-items: center;
    }
  
    .contato-form,
    .contato-info {
      width: 100%;
      margin-bottom: 20px;
    }
  
    .title-contato {
      font-size: 30px;
    }
  
    .text-contato {
      font-size: 15px;
      margin-bottom: 25px;
    }
  
    .contato-info h3,
    .contato-form label {
      font-size: 20px;
    }
  }
  
  
  /******************************************
 * PÁGINA DE OBRIGADO - FINCHES
 ******************************************/

.obrigado-main {
  /* remove o bg antigo da home */
  background-image: none !important;
  background: radial-gradient(circle at top left, #510b8f 0%, #3e0b52 45%, #2a0738 100%);
  min-height: 100vh;
  padding: 40px 0 80px 0;
}

.obrigado-wrapper {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.obrigado-layout {
  background-color: #ffffff;
  border-radius: 24px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.35);
  padding: 32px 32px 28px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  width: 100%;
  max-width: 980px;
}

/* Coluna principal (texto + CTAs) */
.obrigado-main-column {
  flex: 1 1 320px;
  min-width: 0;
}

/* Ícone círculo */
.obrigado-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.obrigado-icon-circle svg {
  width: 32px;
  height: 32px;
}

.obrigado-icon-circle-bg {
  fill: #22c55e;
  opacity: 0.18;
}

.obrigado-icon-check {
  fill: #16a34a;
}

/* Chip/tag */
.obrigado-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  background-color: rgba(56, 189, 248, 0.08);
  color: #0284c7;
  margin-bottom: 8px;
}

/* Título & texto */
.obrigado-title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #111827;
}

.obrigado-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 22px;
}

/* Ações */
.obrigado-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.obrigado-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(34, 197, 94, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.obrigado-btn-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 40px rgba(22, 163, 74, 0.45);
  filter: brightness(1.03);
}

.obrigado-btn-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.obrigado-btn-icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

/* Botão secundário */
.obrigado-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  font-weight: 600;
  color: #4b5563;
  text-decoration: none;
  background: #ffffff;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.obrigado-btn-ghost:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

/* Mensagem digitada pelo usuário */
.obrigado-user-message {
  border-radius: 16px;
  background: #f9fafb;
  border: 1px dashed #e5e7eb;
  padding: 12px 14px;
}

.obrigado-user-message-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9ca3af;
  margin-bottom: 4px;
}

.obrigado-user-message p {
  font-size: 14px;
  color: #4b5563;
  margin: 0;
}

/* Coluna lateral */
.obrigado-side-column {
  flex: 0.95 1 260px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Card de métricas */
.obrigado-metric-card {
  border-radius: 18px;
  background: radial-gradient(circle at top left, #eef2ff 0%, #eff6ff 45%, #f9fafb 100%);
  padding: 14px 14px 12px 14px;
  border: 1px solid rgba(129, 140, 248, 0.3);
}

.obrigado-metric-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.obrigado-metric-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.obrigado-metric-icon svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

.obrigado-metric-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6b7280;
  margin: 0 0 2px 0;
}

.obrigado-metric-value {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.obrigado-metric-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #4b5563;
  margin-top: 4px;
}

.obrigado-metric-row strong {
  font-weight: 700;
  color: #111827;
}

/* Card destaque */
.obrigado-highlight-card {
  border-radius: 18px;
  background: #0f172a;
  color: #e5e7eb;
  padding: 14px;
  display: flex;
  gap: 10px;
}

.obrigado-highlight-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: radial-gradient(circle at top left, #f97316 0%, #ea580c 45%, #c2410c 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.obrigado-highlight-icon svg {
  width: 18px;
  height: 18px;
  fill: #fff7ed;
}

.obrigado-highlight-text h2 {
  font-size: 14px;
  margin-bottom: 4px;
}

.obrigado-highlight-text p {
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

/* Lista "o que acontece agora" */
.obrigado-list-card {
  border-radius: 18px;
  background: #f9fafb;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
}

.obrigado-list-title {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.obrigado-list-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.obrigado-list-card li {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 13px;
  color: #4b5563;
  margin-bottom: 6px;
}

.obrigado-list-card li:last-child {
  margin-bottom: 0;
}

.obrigado-list-bullet {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-top: 5px;
  background: radial-gradient(circle at center, #fe264f 0%, #fb7185 100%);
}

/* RESPONSIVO */
@media screen and (max-width: 900px) {
  .obrigado-layout {
    padding: 24px 18px 20px 18px;
  }

  .obrigado-main-column {
    order: 1;
  }

  .obrigado-side-column {
    order: 2;
  }
}

@media screen and (max-width: 640px) {
  .obrigado-main {
    padding-top: 20px;
  }

  .obrigado-wrapper {
    margin-top: 20px;
  }

  .obrigado-layout {
    border-radius: 20px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.32);
  }

  .obrigado-title {
    font-size: 24px;
  }

  .obrigado-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .obrigado-btn-whatsapp,
  .obrigado-btn-ghost {
    width: 100%;
    justify-content: center;
  }
}

  