/* Reset base */
html {
    scroll-behavior: smooth;
}


@font-face {
  font-family: 'Grechen Fuemen';
  src: url('/fonts/grechen-fuemen.woff2') format('woff2'),
       url('/fonts/grechen-fuemen.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h2 {
  font-family: 'Grechen Fuemen', cursive;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'roboto', sans-serif;
    background-color: #f6f4f0;
    color: #f6f4f0;
}

p {
    color: #545454;
}

h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    transform: scaleY(1.2);
    /* aumenta a altura da letra */
    line-height: 1;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
    /* afasta do texto abaixo */
    margin-top: -140px;
    margin: 1rem 0;
    text-align: left;
    /* ou center, se preferires */
}

.hero-text h1 {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

/* Aplica a Grechen Fuemen títulos */
.h2,
{
    font-family: 'Grechen Fuemen', cursive;
    font-weight: 700;
    font-size: 2rem;
    transform: scaleY(1);
    letter-spacing: 2px;
    margin: 0px;
    margin-bottom: 30px;
    /* Aumentar aqui */
}


/* Subtítulo */
.subtitle,
.pricing-subtitle,
.pricing-section,
.section-title,
.h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color: #4e8066;
    margin-bottom: 10px;
}

.hero-text p.tagline {
    font-family: 'Grechen Fuemen', sans-serif;
    font-size: 0.8rem;
    color: #4e8066;
    /* Laranja suave, muda se quiseres */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0.5rem 0;
    /* margem inferior para separar do h1 */
    font-weight: 600;
}


/* Corpo do site com Roboto */
body,
p,
li,
a,
button {
    font-family: 'Roboto', sans-serif;
}


/* Hero com imagem de fundo e sobreposição de texto */
.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40vh;
    background-color: #f6f4f0;
    padding: 2rem;
}


.hero-content {
    display: flex;
    align-items: center;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: nowrap;
    /* <- impede que empilhem no mobile */
}

.hero-content {
  margin-top: 6rem;   /* 6rem ≈ 96px se 1rem = 16px */
}


.hero-text {
    padding-right: -78rem;
}

.hero-image {
    padding-left: -74rem;
}

.hero-text {
    flex: 1;
    color: #c3933b;
}

.hero-text p {
    font-size: 1rem;
    margin: 1rem 0;
    text-align: left;
}


.cta.large {
    background: #4e8066;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
}

.hero-image {
    flex: 1;
    display: flex;
    align-items: center;
}


.hero-image img {
    width: 100%;
    max-width: 850px;
    height: auto;
    object-fit: contain;
}

/* Mobile específico */
@media (max-width: 768px) {
    .hero-text {
        padding-top: 8px;
        margin-top: -185px;
    }


    .hero-content {
        align-items: center;
        /* centra verticalmente */
        justify-content: center;
        /* centra horizontalmente */
        gap: 0.1rem;
    }

    .hero-text {
        padding-top: 3px;
        /* força espaço superior extra */
        text-align: left;
        /* ou center, se preferires */
    }

    .hero-image {
        flex: 1;
        margin-left: -20rem;

        /* sobreposição mais suave no mobile */
    }

    .hero-image img {
        width: 190%;
        /* Aumenta a imagem */
        height: auto;
        transform: translateX(-15%);
        /* Centra a imagem mesmo com zoom */
    }

    .hero-text h1 {
        font-size: 1.8rem;
        padding: 0.2rem;
        text-align: left;
        /* ou center, se preferires */
    }

    .hero-text p.tagline {
        margin: 0 0 0.2px 0;
        /* margem inferior para separar do h1 */
    }

    .hero-text p {
        margin-top: 0.2rem;
        /* margem superior para separar do h1 */
    }


    .cta.large {
        font-size: 12rem;
        padding: 0.5rem 0.8rem;
        margin-top: 0.2rem;
    }

    .cta-support-text {
        font-size: 10px;
        /* ligeiramente mais pequeno no telemóvel */
    }
}

.logo {
    font-family: 'Bebas Neue', sans-serif;
    /* ou a tua fonte escolhida */
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin-left: 20px;
    /* espaço da borda */
}

/* Para mobile */
@media (max-width: 768px) {
    .logo {
        font-size: 24px;
        /* ligeiramente menor no mobile */
        margin-left: 16px;
        /* ajusta a margem para caber bem */
        margin: -30px;
        text-align: right;
    }
}

.cta {
    background: #d28761;
    color: #fff;
    padding: 2rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-top: 1rem;
}

.cta.large {
    font-size: 1.5rem;
}

.hero-buttons {
    margin-top: 30px;
    text-align: center;
    /* ou left, se preferires alinhado à esquerda */
}

.cta-support-text {
    font-size: 16px;
    color: #767474;
    margin-top: 10px;
}


/* Animação Pulse para o botão principal */
@keyframes pulse {
  0% {
    transform: scale(1);
    /* cor inicial com alpha 0.7 */
    box-shadow: 0 0 0 0 rgba(78, 128, 102, 0.7);
  }

  70% {
    transform: scale(1.05);
    /* no pico, faz fade para alpha 0 */
    box-shadow: 0 0 10px 10px rgba(78, 128, 102, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(78, 128, 102, 0);
  }
}


/* Aplicar a animação ao botão principal */
.cta.large {
    animation: pulse 2s infinite;
}

/* --- Fim do CSS do botão principal --- */


/* Menu */
.menu-toggle {
    display: none;
}

.menu-icon {
    display: none;
    font-size: 2rem;
    color: #35644d;
    position: absolute;
    top: 1.5rem;
    right: 1rem;
    z-index: 1001;
    cursor: pointer;
    background: #fff;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    width: 100%;
    margin-bottom: 2.5rem;
}


.logo img {
  height: 100px;               /* ou o tamanho que achar melhor */
  width: auto;
}


.nav-links {
  display: flex;
  gap: 1.5rem;
  list-style: none;
}

.nav-links {
  z-index: 2;
  position: relative;
}

.nav-links a {
  text-decoration: none;
  color: #35644d; /* verde da marca */
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #b57c42; /* tom dourado similar ao "lp" do logotipo */
}


.quote-btn {
    background: #d28761;
    color:  #fdfbf7;
    padding: 0.6rem 1.2rem;
    border-radius: 18px;
    text-decoration: none;
    font-weight: bold;
}


/* SECÇÃO SOBRE */


/* SECÇÃO SOBRE - OTIMIZADA */
.container .sobre {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
}

.sobre {
    background: linear-gradient(to bottom, #f6f4f0 0%, #ffffff 100%);
    padding: 30px 20px;
    color: #fff;
    text-align: center;
}

.sobre .section-title {
    color: #4e8066;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.sobre h2 {
    font-size: 3rem;
    margin-bottom: 20px;
     color: #c3933b;
    
}

.sobre p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #545454;
}

.sobre-imagens {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.sobre-imagens img {
    max-width: 200px;
    border-radius: 12px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.about-list li {
    position: relative;
    font-size: 18px;
    color: #eeeeee;
    text-align: center;
    padding-left: 24px;
}

.about-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #d28761;
    font-weight: bold;
}

.destaque-sub {
    position: relative;
    color: #474646;
    font-weight: 600;
}




@media (max-width: 768px) {
    .overlap-images {
        flex-direction: column;
    }

    .image-right {
        margin-left: 0;
        margin-top: 10px;
    }

    .image-left,
    .image-right {
        width: 30%;
    }
}

/* Slide portfólio*/

.box {
    padding: 60px 20px;
    background-color: linear-gradient(to bottom, #1a1a1a 60%, #383838 20%, #666666 20%, #9b9b9b);

}

.awards-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.awards-subtitle {
    font-size: 16px;
    color: #ccc;
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
}

.sector-slider {
    overflow: hidden;
    width: 100%;
    padding: 30px 0;
}

.slide-track {
    display: flex;
    animation: scroll 60s linear infinite;
}

/* Animação de rolagem */
.slide-track {
    width: calc(3100% + 40px);
    /* Aumenta a largura para permitir a rolagem */
    /* Adiciona espaço extra para a animação */
}

.slide {
    flex: 0 0 auto;
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f6f4f0;
    margin: 0 15px;
    border-radius: 30px;
}

.sector-box {
    flex: 0 0 auto;
    background-color: #f6f4f0;
    color: white;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 15px;
    padding: 15px 30px;
    border-radius: 30px;
    white-space: nowrap;
    text-transform: uppercase;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* SECÇÃO SERVIÇOS */

.services {
     padding: 60px 20px;
}

.section-title {
    color: #4e8066;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-align: center;
}

.services h2 {
    font-size: 3rem;
    margin-bottom: 2px;
    text-align: center;
    color: #c3933b;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.service-card {
  background-color: #f5f0eb;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  /* sombra fixa */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
  /* opcional: remova qualquer transition caso tenha */
  transition: none;
}

/* desativa qualquer efeito no hover */
.service-card:hover {
  transform: none !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3) !important;
  background-color: #f5f0eb !important;
}


/* Mudança de cor no texto ao passar */
.service-card:hover .card-content {
    color: #1b1b1b;
}

.service-card img {
    width: 100%;
    height: 216px;
    object-fit: cover;
}

.card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px 20px;
}

.card-content h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}

.card-content p {
    font-size: 14px;
    line-height: 1.4;
    color: #797979;
    margin: 0;
}

@media (max-width: 768px) {
  .services-grid {
    display: grid;
    grid-template-columns: 1fr;       /* 1 coluna */
    gap: 34px;
    justify-items: center;            /* centraliza cada célula internamente */
    /* opcional: limitar largura do grid e centralizar o container */
     align-items: stretch;
    max-width: 400px;                 
    margin: 0 auto;  
  
  }

  .service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;      /* height: 80% pode dar scroll estranho em mobile */
    min-height: 300px;
    width: 100%;       /* expande cada card para preencher a única coluna */
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    transition: none;  /* remove qualquer transição restante */
  }

  .service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }

  .card-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px;
  }
  
 .card-content p {
    margin: 0;                 /* zera margens padrão */
    margin-top: 2px;           /* um espacinho bem pequeno acima do parágrafo */
 }
 
.hero-image{
    max-width: 100vw;  /* garante não ultrapassar a viewport */
  }

}

/* Secção price */

.pricing-section {
  background-color: #c3933b; /* fallback */
  background: linear-gradient(
    to bottom,
    #c3933b 70%,
    #f6f4f0 30%,
 
  );

}


.pricing-section .pricing-header h2 {
    margin-bottom: 30px;
    /* Espaço entre "COM INTENÇÃO" e os cartões */
    font-family: 'Grechen Fuemen', cursive;
    font-weight: 700;
    font-size: 3rem;
    color: #f6f4f0;
  
}


.pricing-section {
    color: #545454;
    padding: 60px 20px;
    text-align: center;
}


.pricing-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card {
    background-color: #545454;
    border: 1px solid #444;
    padding: 30px 25px;
    border-radius: 10px;
    width: 280px;
    transition: 0.3s ease;
    text-align: left;
}

.card h3 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #f6f4f0;
}

.price {
    font-size: 2.5rem;
    color: #c3933b;
    margin-bottom: 20px;
    font-weight: bold;
}

.card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.card ul li {
    margin-bottom: 12px;
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    color: #f6f4f0;
}

.card ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #f6f4f0;
    font-weight: bold;
}

.btn {
    display: inline-block;
    background-color: #c3933b;
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s;
}

.btn:hover {
    background-color: #4e8066;
}

/* Destaque no plano do meio */
.featured {
    background-color: #f6f4f0;
    color: #4e80661;
    border: none;
}

.featured h3,
.featured ul li {
    color: #545454;
}

.featured .price {
    color: #c3933b;
}

.featured-btn {
    background-color: #c3933b;
    color: #fff;
}

.featured-btn:hover {
    background-color: #333;
}

/* Responsivo */
@media (max-width: 768px) {
    .pricing-cards {
        flex-direction: column;
        align-items: center;
    }

    .card {
        width: 100%;
        max-width: 340px;
    }
}




/* --- Responsivo para mobile --- */
@media (max-width: 768px) {
    .title {
        font-size: 32px;
    }

    .services-grid {
        flex-direction: column;
        align-items: center;
    }

    .service-card {
        width: 90%;
        max-width: 360px;
    }

    .intro-text {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 28px;
    }

    .subtitle {
        font-size: 12px;
    }

    .card-content {
        padding: 16px;
    }

    .card-content h2 {
        font-size: 16px;
    }

    .card-content p {
        font-size: 12px;
    }
}

/* Responsive layout */
@media (max-width: 768px) {
    .menu-icon {
        display: block;
    }

    .nav-links,
    .quote-btn {
        display: none;
        flex-direction: column;
        background-color: #0f0f0f;
        position: absolute;
        top: 60px;
        right: 0;
        width: 100%;
        padding: 1rem;
    }

    .menu-toggle:checked~.navbar .nav-links,
    .menu-toggle:checked~.navbar .quote-btn {
        display: flex;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 4rem;
    }

    .logo {
        margin-left: 1.5rem;
    }
}

/* Restante conteúdo */
section {
    padding: 1rem 1rem;
    max-width: 1000px;
    margin: 0 auto;
}

.about,
.services,
.testimonials,
.cta-section {
    margin-bottom: 2rem;
}

.services ul {
    list-style: none;
    padding: 0;
}

.services li {
    background: #1e1e1e;
    margin: 0.5rem 0;
    padding: 1rem;
    border-radius: 5px;
}

.portfolio-section {
    background-color: #1b1b1b;
    padding: 60px 20px;
    color: #fff;
    text-align: center;
}

.subtitle {
    color: #d28761;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.title {
     color: #4e8066;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.sectors-section h2 {
    font-family: 'Grechen Fuemen', cursive;
    font-weight: 700;
    font-size: 3rem;
    transform: scaleY(1);
    letter-spacing: 2px;
    margin: 0px;
    margin-bottom: 30px;
    color: #c3933b;
    text-align: center;
/* Espaço entre o título e a galeria */
}

.portfolio-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 40px;
}

.filter {
    border: none;
    padding: 10px 20px;
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
    background-color: #fff;
    color: #1b1b1b;
    transition: all 0.3s ease;
}

.filter.active,
.filter:hover {
    background-color: #d28761;
    color: #fff;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.portfolio-item img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* Container flex com gap e alinhamento central */
.cta-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;               /* espaço entre imagem e conteúdo */
  padding: 60px 20px;
  background: #faf9f3;     /* ou seu gradiente/fundo preferido */
}

/* Ajusta a imagem para responsividade */
.cta-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;      /* opcional, para cantos arredondados */
}

/* Conteúdo textual alinhado à esquerda */
.cta-content {
  max-width: 600px;
}


/* Heading principal, duas linhas */
.cta-heading {
  font-family: 'Grechen Fuemen', cursive;
  font-size: 3rem;
  color: #c3933b;
  line-height: 1.1;
  margin: 0 0 20px;
}

/* Parágrafo explicativo */
.cta-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.6;
}

/* Botão de ação */
.cta-button {
  display: inline-block;
  background-color: #4e8066;
  color: #fdfbf7;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}
.cta-button:hover {
  background-color: #b87452;
}

/* Responsivo: empilha no mobile */
@media (max-width: 768px) {
  .cta-section {
    flex-direction: column;
    text-align: center;
  }
  .cta-content {
    max-width: none;
  }
  .cta-image, .cta-content {
    width: 100%;
  }
}





footer {
    text-align: center;
    padding: 2rem;
    font-size: 0.9rem;
    color: #aaa;
}





/* Modal escondido inicialmente */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    /* Fundo escuro semi-transparente */
}

/* Conteúdo do Modal */
.modal-content {
    background-color: #1a1a1a;
    /* Fundo escuro como o site */
    margin: 8% auto;
    padding: 40px 30px;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    text-align: center;
    animation: fadeIn 0.4s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* Animação fade-in */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Botão de Fechar */
.close {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -10px;
    margin-right: -10px;
    cursor: pointer;
}

.close:hover {
    color: #e08a6c;
}

/* Formulário */
form label {
    display: block;
    margin-top: 15px;

    color: #797979;
    text-align: left;
}

form input,
form select,
form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #666;
    border-radius: 8px;
    background-color: #0d0d0d;
    /* fundo dos campos */
    color: #fff;
    /* texto branco */
    font-size: 16px;
}

/* Botão de Submeter */
form button[type="submit"] {
    background-color: #e08a6c;
    color: white;
    padding: 14px 20px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

form button[type="submit"]:hover {
    background-color: #cf7658;
}

/* Título */
.modal-content h2 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #fff;
}





/* --------------------------------------
   Widget WhatsApp
   -------------------------------------- */


.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  animation: widget-entrance 0.8s ease-out both;
}

.whatsapp-widget__link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Balão de texto */
.whatsapp-widget__bubble {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 10px 16px;
  margin-right: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  animation: bubble-pulse 2s ease-in-out infinite;
}

.whatsapp-widget__text {
  font-family: sans-serif;
  color: #333333;
  font-size: 14px;
}

.whatsapp-widget__arrow {
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
}

/* Ícone com imagem */
.whatsapp-widget__icon {
  position: relative;
  width: 48px;
  height: 48px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  animation: icon-bounce 2s infinite;
}

.whatsapp-widget__img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* Badge */
.whatsapp-widget__badge {
  position: absolute;
  top: 4px;
  right: 4px;
  background: #E53935;
  color: #fff;
  font-size: 10px;
  padding: 2px 4px;
  border-radius: 12px;
  line-height: 1;
}

/* Animações */
@keyframes widget-entrance {
  0%   { opacity: 0; transform: translateY(30px) scale(0.9); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes icon-bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40%  { transform: translateY(-6px); }
  60%  { transform: translateY(-3px); }
}

@keyframes bubble-pulse {
  0%, 100% { transform: scale(1); }
  50%      { transform: scale(1.03); }
}


/* =========================================
   SEÇÃO “INSTAGRAM” (id="instagram")
   ========================================= */

/* Container geral do feed */
.insta-feed {
  padding: 60px 20px;
  background: #fdfbf7;
  text-align: center;
}

/* Título “Nosso Feed” */
.feed-title {
  font-family: 'Grechen Fuemen', cursive;
  font-size: 2.5rem;
  color: #c3933b;
  margin-bottom: 40px;
}

/* Grid responsivo: de 1 a 4 colunas conforme largura */
.feed-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Cada item do feed */
.feed-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Imagem dentro do item */
.feed-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Zoom suave ao passar o mouse */
.feed-item:hover img {
  transform: scale(1.05);
}

/* --- Efeito de overlay com ícone Instagram (opcional) --- */
.feed-item::after {
  content: "\f16d";           /* ícone Unicode do Instagram na font-awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255, 255, 255, 0.85);
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.feed-item:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

/* Se não usar Font Awesome, remova todo o bloco ::after e ::hover acima. */
