@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Inter', sans-serif;
}

body {
    line-height: 1.6;
    color: #333;
    background-color: #1a1a1a;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button:focus-visible,
a:focus-visible {
    outline: 2px solid #4a90e2;
    outline-offset: 2px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header-section {
    background-color: transparent;
    width: 100%;
    position: relative;
    height: 900px;
    overflow: hidden;

}

.header-background {
    position: absolute;
    background-size: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(51, 53, 51, 0.4) 0%, rgba(51, 53, 51, 0.4) 70%, #1a1a1a 100%);
    z-index: -1;
}



.header-content {
    
    z-index: 1;
    display: flex;
    height: 110%;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 60px;


    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.top-bar.scrolled {

    background-color: rgba(26, 26, 26, 0.55);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.logo {
    width: 161px;
    height: 72px;
    object-fit: contain;
}

.main-nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-nav ul li {
    margin-left: 30px;
}

.main-nav ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    padding: 8px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main-nav ul li a:hover,
.main-nav ul li a:focus {
    color: #c1c1c1;
}

.hero-text {
    color: #ffffff;
    padding: 0 60px;

    margin-bottom: 100px;

}

.hero-text .design-word {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.hero-text .unique-impactful {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}

.separation {

    margin-top: 50px;

}


.main-container {
    margin-top: 100px;
    min-height: 550px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;

    position: relative;
}

.agnaldo-about {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
}

.icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    padding: 40px;
    transition: background-color 0.3s ease-in-out;

}

.card-icon {
    width: 60px;
    height: 60px;
    fill: #ffffff;
    /* transition: fill 0.3s ease-in-out;  */

}

.about-img {
    margin-top: 5px;
    flex: 1;
    max-width: 500px;
    height: 600px;
    text-align: center;
    border-radius: 5px;
    contain: content;
}



.project-title {
    display: flex;
}

.project-presentation {
    display: flex;
}

.project-images {
    display: flex;
}

#agnaldo-foto {
    border-radius: 5px;
    box-shadow: 4px 4px 9px rgba(0, 0, 0, 0.2);
}

.about-text {

    color: #fff;
    width: 100%;
    max-width: 600px;

    flex: 2;
    padding: 20px;
}

.h2-card {

    
    color: #fff;
    margin-bottom: 40px;
    font-weight: bold;
}

hr {
    margin: 0;
    padding: 0;
    opacity: 0.1;
    width: 100%;
}

.container-paragraph {
    margin-top: 20px;
}

.container-title {
    width: 230px;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
}

.contact-text {

    display: flex;

}


h4 {
    font-size: 1.2em;
    
    font-weight: bold;
}
h2 {
    font-size: 2em;
}


.about-text h2 {
    margin-bottom: 35px;
    text-align: center;
}

#conheca-projeto {
    text-decoration: underline;
}


#imagem {
    width: 30px;
    height: 30px;
    fill: #ffffff;
    transition: fill 1s ease;
}



#whatsapp a {
    position: fixed;

    bottom: 20px;
    right: 20px;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: background-color 0.3s ease;
}

#instagram a {
    position: fixed;

    bottom: 20px;
    right: 80px;
    border-radius: 4px;
    width: 48px;
    height: 48px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;

    transition: background-color 0.3s ease;
}

#instagram a:hover {

    background-color: #151515;


}

#whatsapp a:hover {

    background-color: #151515;


}

.icon-chevron {
    width: 20px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    fill: currentColor;
    transition: transform 0.3s ease;
}



.orçamento-button {
    display: inline-flex;
    padding: 12px 24px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-family: sans-serif;
    transition: all 0.3s ease-in-out;
}

.orçamento-button:hover {
    background-color: #ffffff;
    color: #333;
}

#header-button {
  display: inline-flex;
    padding: 12px 24px;
    background-color: #1a1a1a;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-family: sans-serif;
    transition: all 0.3s ease-in-out;
    gap: 55px;


}

.header-buttons-container {
  display: flex;     
  background-color: transparent;  /* Alinha os botões lado a lado */
  gap: 55px;           /* Cria um espaço de 15px entre eles */
  padding: 0 60px;     /* Mesmo padding lateral do texto do hero */
  margin-bottom: 90px; /* Distância da parte de baixo da página */
}


#botao-header {
    display: inline-flex;
    padding: 12px 24px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    font-family: sans-serif;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

#botao-header:hover {
    color: #a8a8a8;
}

#botao-header:hover .icon-chevron {
    transform: translateX(30%);
}


.agnaldo-whyus {

    margin-top: 60px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 90px 20px;
    color: #fff;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to top, #202020 90%, transparent);
}


.parte-cima,
.parte-baixo {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}


.coluna-cima,
.coluna-baixo {

    width: 360px;
    height: 440px;
    padding: 24px;

    flex-direction: column;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.card {

    position: relative;
    overflow: hidden;
    background-color: #272727;
    border: 1px solid #3b3b3b;
    border-radius: 8px;
    padding: 24px;
    width: 300px;
    color: white;
    transition: all 0.3s ease;
    z-index: 1;
}


.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;


    background: radial-gradient(circle 700px at 50% 130%,
            rgba(228, 228, 228, 0.4),
            transparent 50%);

    opacity: 0;
    transition: opacity 0.5s ease-out;
    z-index: -1;
}



.card:hover::before {
    opacity: 1;
}

.coluna-cima:hover,
.coluna-baixo:hover {
    transform: translateY(-5px);
}

.coluna-cima img,
.coluna-baixo img {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}



.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}


.swiper-img-background {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.swiper-button-next,
.swiper-button-prev {
    color: #ffffff;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}

.hero-text .design-word,
.hero-text .unique-impactful {

    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}


.hero-text.text-is-hiding .design-word,
.hero-text.text-is-hiding .unique-impactful {
    opacity: 0;
    transform: translateY(20px);
}

.orcamento-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  background-color: #222; 
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden; 
  min-height: 650px;
  max-width: 1350px; 
  margin: 30px auto; 
}


.inputs-container {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.inputs-container h2 {
  font-weight: bold;
}


.inputs-container form {
  display: flex;
  flex-direction: column;
  gap: 16px; 
  margin-top: 24px;
  width: 100%;
}


.inputs-container input[type="text"],
.inputs-container input[type="email"],
.inputs-container input[type="tel"] {
  background-color: #1C1C1C;
  border: 1px solid #444;
  border-radius: 6px;
  height: 65px;
  padding: 15px;
  color: #fff;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}


.inputs-container input[type="text"]:focus,
.inputs-container input[type="email"]:focus,
.inputs-container input[type="tel"]:focus {
  outline: none;
  border-color: #fff;
}

#message-input {

  background-color: #1C1C1C;
  border: 1px solid #444;
  border-radius: 6px;
  color: #fff;
  padding: 20px;          
  font-size: 1.1rem;        
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  font-family: inherit; 
  min-height: 150px;     
  resize: vertical;      
}

#message-input:focus {
  outline: none;
  border-color: #fff;
}

#message-input::placeholder {
  color: #888;
}

.inputs-container input::placeholder {
  color: #888;
}


.inputs-container input[type="submit"] {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}


.inputs-container input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}

.inputs-container a {
  color: #aaa;
  text-align: center;
  margin-top: 8px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: color 0.3s ease;
}

.inputs-container a:hover {
  color: #fff;
}


.inputs-image-container {
  background-image: url('src/projects/input-project.png'); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}



form input {
    display: block;
    gap: 15px;
    width: 100%;
    height: 40px;
}

.testimonial-section {

  padding: 90px 0;
  background-image: url("src/projects/depoimentos-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden; 
}

.testimonial-section .h2-card {
  max-width: 1200px;
  margin: 0 auto 20px auto;
  padding: 0 20px;
  text-align: center; 
}

.testimonial-slider {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
}

.testimonial-slider .swiper-slide {
   width: 340px; 
  height: 220px; 
  flex-shrink: 0; 
}

.star-title {
    display: flex;
    justify-content: start;
    width: 100%;
    flex-wrap: nowrap;
}



.testimonial-card {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    filter: blur(1px);
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    padding: 25px;
    transition: background-color 0.4s ease, filter 0.4s ease-in-out;
    width: 100%;
    height: 100%; 
    box-sizing: border-box; 
}

.swiper-slide-active .testimonial-card {
  filter: blur(0px);
    color:#000000;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 1px 3px 25px rgba(0, 0, 0, 0.4);
}


.testimonial-text {
    font-size: 0.8rem;
    line-height: 1.6;
    color:#000000;
    margin: 0;
    padding: 0;
}


.testimonial-footer {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
}


.author-details {
    display: flex;
    flex-direction: column;
}

.author-name {
    color:#000000;
    font-weight: 700;
    font-size: 1.1rem;
}

.author-location {
    font-size: 0.8rem;
    color:#000000;
    margin-top: 2px;
}


.star-rating {
    display: flex;
}

.star-rating .star {
    width: 16px; 
    height: 16px;
    margin-left: 4px;
}


.star.distance {
    margin: 0;
}

.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
  color: #ffffff; 
  top: 60%;
  transform: translateY(-50%);
}

.testimonial-nav-prev {
  left: calc(50.3% - 350px); 
}
.testimonial-nav-next {
  right: calc(50.3% - 350px); 
}





/* --- Estilos da Nova Seção de Serviços --- */
.services-section {

  background-color: #1a1a1a; /* Mantém o fundo padrão */
  overflow: hidden; /* Garante que as animações AOS não criem barras de rolagem */
}

.services-wrapper {
  display: flex;
  align-items: center;
  gap: 60px; /* Espaço entre a imagem e o conteúdo */
}

/* Coluna da Esquerda (Imagem) */
.services-image-column {
  flex: 1; /* Ocupa metade do espaço */
  min-width: 40%;
}

.services-image-column img {
  width: 100%;
  height: auto;
  border-radius: 8px; /* Bordas arredondadas para suavizar */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  object-fit: cover;
}

/* Coluna da Direita (Conteúdo) */
.services-content-column {
  flex: 1; /* Ocupa a outra metade */
  color: #fff;
}

.services-content-column h4 {
  font-weight: bold;
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 10px;
}

.services-content-column h2 {
  font-size: 2.5em; /* Título maior e mais impactante */
  font-weight: bold;
  margin-bottom: 20px;
}

.services-intro {
  color: #c1c1c1;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 40px;
}


.services-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 15px;
}

.service-card {
  background-color: #222222;
  border: 1px solid #333;
  padding: 20px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}

.service-card:hover {
  transform: translateY(-5px);
  border-color: #fff;
  background-color: #2a2a2a;
}

.service-card .service-arrow {
  color: #fff;
  font-size: 1.2em;
  transition: color 0.3s ease-in-out;
}

.service-card p {
  color: #c1c1c1;
  font-size: 1em;
  margin: 0; 
  transition: color 0.3s ease-in-out;
}

.service-card:hover p,
.service-card:hover .service-arrow {
  color: #ffffff; 
}


@media (max-width: 992px) {
  .services-wrapper {
    flex-direction: column; 
    gap: 40px;
  }
  
   .header-buttons-container {
      margin-bottom: 40px; 
      gap: 15px; 
   }

   .header-content {
      height: 100%; 
   }

  .services-content-column h2 {
    font-size: 2em;
  }
}













.site-footer {
  background-color: #1a1a1a;
  color: #a8a8a8;
  padding: 80px 0 20px 0;
  font-family: 'Raleway', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-main {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-left {
  align-items: center;
}

.footer-logo {
  width: 90px;
  height: auto;
  margin-bottom: 30px;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  margin-bottom: 15px;
}

.footer-nav a {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #c1c1c1;
}

.footer-copyright {

  font-size: 13px;
  color: #888888;
  margin-top: 30px;
}

.footer-right {
  align-items: flex-start;
  gap: 40px;
}

.footer-right h4 {
  font-size: 12px;
  font-weight: 700;
  color: #888888;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-contact p,
.footer-social p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

.social-links {
  display: flex;
  gap: 20px;
}

.social-links a {
  color: #ffffff;
  transition: color 0.3s ease;
}

.social-links a:hover {
  color: #c1c1c1;
}


.footer-bottom-bar {
  text-align: center;
  padding-top: 20px;
}

.footer-bottom-bar p {
  font-size: 13px;
  color: #353535;
  margin: 0;
}

.main-nav ul li a:hover,
.main-nav ul li a:focus {
   color: #c1c1c1;
}


.menu-toggle {
    display: none;
}

body.menu-aberto .header-buttons-container {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}


.header-buttons-container {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}




@media (max-width: 1400px) {

.testimonial-slider .swiper-button-next,
    .testimonial-slider .swiper-button-prev {
        display: none;
    }

    .testimonial-slider .swiper-slide {
        width: 55%;
        max-width: 100vw;
        height: auto;
        min-height: 240px;
    }
    
    .testimonial-card {
        padding: 15px;
    }


}


@media (max-width: 768px) {


    .top-bar {
        position: absolute;
        display: flex;
        flex-direction: row; 
        justify-content: space-between; 
        align-items: center; 
        padding: 10px 50px;
    }

    .top-bar.scrolled {
        display: flex;
        background-color: rgba(26, 26, 26, 0);
        box-shadow: 0px solid transparent;
    }

    .logo {
        width: 130px;
        height: 120px;
        margin-bottom: 0; 
    }

    .main-nav {
        position: absolute;
        top: 72px;
        left: 0;
        width: 100%;
        z-index: 1000; 
    }
    
    .main-nav ul {
        display: none; 
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: rgba(26, 26, 26, 0.03); 
        padding: 20px 0;
        margin: 0;
        list-style: none;
    }
    

    .main-nav.active ul {
        display: flex;
    }

    .main-nav ul li {
        margin: 15px 0;
    }

   .orcamento-container {
    text-align: center;
    width: 90vw;
   }

    .menu-toggle {
        display: block; 
        background: transparent;
        border: none;
        cursor: pointer;
        padding: 5px; 
        width: 30px;
        height: 24px;
        position: relative; 
        z-index: 1001; 
    }

    .hamburger,
    .hamburger::before,
    .hamburger::after {
        content: '';
        display: block;
        background-color: #fff;
        height: 3px;
        width: 100%;
        border-radius: 3px;
        position: absolute;
        left: 0;
        transition: all 0.3s ease-in-out;
    }

    .hamburger {
        
        top: 50%;
        transform: translateY(-50%);
    }

    .hamburger::before {
       
        top: -8px;
    }

    .hamburger::after {
      
        bottom: -8px;
    }
    
    
    .menu-toggle.active .hamburger {
        background-color: transparent;
    }
    .menu-toggle.active .hamburger::before {
        top: 0;
        transform: rotate(45deg);
    }
    .menu-toggle.active .hamburger::after {
        top: 0;
        transform: rotate(-45deg);
    }

    .header-section {
        height: 60vh;
        min-height: 400px;
    }

    .hero-text {
        padding: 0 20px;
        text-align: left;
        margin-bottom: 80px;
    }
    
    #header-button {
        left: 1.2rem;
    }

    .hero-text .design-word {
        font-size: 20px;
    }

    .hero-text .unique-impactful {
        font-size: 30px;
    }

    .agnaldo-about {
        flex-direction: column;
        align-items: center;
    }

    .about-img,
    .about-text {
        max-width: 100%;
        padding: 0 20px;
    }
    
    .about-img {
        height: 100%;
    }
    
    .contact-text h4 {
        position: static;
        right: auto;
        width: 100%;
    }

    .testimonial-slider .swiper-button-next,
    .testimonial-slider .swiper-button-prev {
        display: none;
    }

    .testimonial-slider .swiper-slide {
        width: 55%;
        max-width: 100vw;
        height: auto;
        min-height: 240px;
    }
    
    .testimonial-card {
        padding: 15px;
    }

    .footer-main {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-left, .footer-right {
        align-items: center;
    }

    .footer-nav ul {
        margin-bottom: 20px;
    }

    .footer-copyright {
        margin-top: 10px;
    }

    .footer-right {
        margin-top: 40px;
    }
}