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

  :root {
    --orange: #ff5e00;
    --orange-dark: #c94a08;
    --dark: #1a1a1a;
    --dark2: #222222;
    --dark3: #2d2d2d;
    --gray-bg: #f5f5f5;
    --text: #333;
    --text-light: #666;
    --white: #fff;
    --green: #25D366;
    --green-dark: #1da851;
--black:#000;
  }



  body {  color: var(--text); background: var(--white); font-family: "Montserrat", sans-serif; }
  a { text-decoration: none; color: inherit; }

  /* ─── CONTAINER ─── */
  .container {
    max-width: 1250px;
    margin: 0 auto;
    width: 100%;
  }

  /* ─── NAV ─── */
  nav {
    background: var(--white);
padding: 10px 0;
    position: fixed; top: 0; z-index: 999;
width:100%;
border-top:5px solid var(--orange);

box-shadow: 0 5px 15px rgba(0,0,0,0.12)
  }
  nav .container {
    display: flex; align-items: center; justify-content: space-between;
    height: 100%; padding: 0 20px;
  }
  .nav-logo { display: flex; align-items: center; gap: 10px; }
  .nav-logo img { width: 70px; }

  .nav-logo-icon {
    background: var(--orange); width: 40px; height: 40px; border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
     font-size: 16px; font-weight: 700; color: var(--white);
  }
  .nav-logo-text { color: var(--white);  font-size: 13px; line-height: 1.2; }
  .nav-logo-text span { display: block; font-size: 10px; color: #aaa;  font-weight: 400; }
  .nav-links { display: flex; gap: 25px; }
  .nav-links a { color:var(--black); font-size: 12.5px; font-weight: 600; text-transform: uppercase;  transition: color 0.2s; }
  .nav-links a:hover { color: var(--orange); }
  .nav-right { display: flex; align-items: center; gap: 10px; }
  .btn-orcamento {
    background: var(--green); color: var(--white);
    padding: 9px 18px; border-radius: 6px;
    font-size: 14px; font-weight: 600; text-transform: uppercase; 
    transition: background 0.2s; display: flex; align-items: center; gap: 6px;
  }
  .btn-orcamento:hover { background: var(--orange-dark); }
.btn-orcamento i {font-size: 20px;}
  .btn-whatsapp-nav {
    background: var(--white);  color: var(--text); 
    padding: 9px 14px; border-radius: 6px;
    font-size: 14px; font-weight: 600; border: 2px solid var(--text) !important; 

    display: flex; align-items: center; gap: 6px;
  }
.btn-whatsapp-nav.mobile {display:none;}
  html, body { overflow-x: hidden; }

  /* ─── HERO ENTRANCE ANIMATIONS ─── */
  @keyframes hero-fade-up {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes hero-fade-left {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
  }
  @keyframes hero-scale-in {
    from { opacity: 0; transform: scaleX(0); transform-origin: left; }
    to   { opacity: 1; transform: scaleX(1); transform-origin: left; }
  }
  @keyframes hero-badge-pop {
    from { opacity: 0; transform: translateY(-10px) scale(0.85); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
  }
  @keyframes hero-btns-in {
    from { opacity: 0; transform: translateY(18px); }
    to   { opacity: 1; transform: translateY(0); }
  }

  .hero-location {
    animation: hero-badge-pop 0.55s cubic-bezier(0.34,1.56,0.64,1) 0.15s both;
  }
  .hero-title {
    animation: hero-fade-left 0.65s cubic-bezier(0.25,0.46,0.45,0.94) 0.35s both;
  }
  .hero-subtitle {
    animation: hero-fade-left 0.65s cubic-bezier(0.25,0.46,0.45,0.94) 0.52s both;
  }
  .hero-divider-line {
    display: block; height: 3px; width: 60px;
    background: var(--orange); border-radius: 2px;
    margin-bottom: 18px;
    animation: hero-scale-in 0.5s cubic-bezier(0.25,0.46,0.45,0.94) 0.7s both;
  }
  .hero-desc {
    animation: hero-fade-up 0.6s cubic-bezier(0.25,0.46,0.45,0.94) 0.82s both;
  }
  .hero-btns {
    animation: hero-btns-in 0.6s cubic-bezier(0.25,0.46,0.45,0.94) 1.0s both;
  }

  /* ─── HERO ─── */
  .hero {
    background-color: var(--gray-bg);
    display: flex; align-items: center;
    position: relative;
    overflow: hidden;
  }

  /* Camadas de fundo do hero – uma por imagem */
  .hero-bg-layer {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    z-index: 0;
  }
  .hero-bg-layer.active {
    opacity: 1;
  }



  /* Conteúdo fica acima das camadas de fundo */
  .hero .container {
    position: relative;
    z-index: 1;
  }
  .hero .container { padding: 200px 20px 100px 20px;}
  .hero-content { max-width: 660px; }
  .hero-location {
    display: inline-block;
    background:transparent;
    color: var(--text);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 14px;
    border: 2px solid var(--text);
  }
  .hero-title {  font-size: 44px; font-weight: 800; line-height: 1.0; color: var(--black); text-transform: uppercase; margin-bottom: 2px; }
  .hero-title .orange { color: var(--orange); }
  .hero-subtitle {  font-size: 31px; font-weight: 600; color: var(--orange); text-transform: uppercase; margin-bottom: 10px; }
  .hero-desc { font-weight: 500; color: var(--black); font-size: 16px; line-height: 1.6; margin-bottom: 32px; }
  .hero-desc span {text-transform:uppercase; font-size: 14px;font-weight: 700;display:block;margin-top:10px;}
  .hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .btn-whatsapp {
    background: var(--green); color: var(--white); padding: 13px 22px; border-radius: 8px;
    font-weight: 700; font-size: 14px; display: inline-flex; align-items: center; gap: 8px;
    transition: background 0.2s;text-transform:uppercase;
  }
  .btn-whatsapp:hover { background: var(--green-dark); }
 .btn-whatsapp i, .btn-outline i {font-size: 18px; }
  .btn-outline {
    background: transparent; color: var(--black); padding: 13px 22px; border-radius: 8px;
    font-weight: 700; font-size: 14px; border: 2px solid var(--black); display: inline-flex; align-items: center; gap: 8px;
    transition: all 0.2s;text-transform:uppercase;
  }
  .btn-outline:hover { background: var(--white); color: var(--dark); }
 .btn-outline.light {color: var(--white); border: 2px solid var(--white);   }

  /* ─── BADGES ─── */
#badgesTrack {
  touch-action: pan-y;
  will-change: transform;
}
  .badges { background: var(--orange); display: flex; justify-content: center; flex-wrap: wrap; }
  .badges .container { display: flex; justify-content: center; flex-wrap: wrap; }
  .badge-item {
    display: flex; align-items: center; gap: 12px;
    padding: 25px 55px; border-right: 1px solid rgba(255,255,255,0.25); color: var(--white);
  }
  .badge-item:last-child { border-right: none; }
  .badge-item .badge-icon { font-size: 22px; }
  .badge-item .badge-text { font-size: 12px; font-weight: 700; text-transform: uppercase; line-height: 1.3; }
  .badge-item .badge-text span { display: block; font-weight: 400; font-size: 11px; opacity: 0.85; text-transform: none; }

  .badge-mobile-only { display: none; }
  .badge-desktop-only { display: flex; }

  /* ─── SECTION COMMON ─── */
  .section-tag {
    display: inline-block;  color: var(--orange); border:solid 2px var(--orange);
    font-size: 11px; font-weight: 700; text-transform: uppercase; 
    padding: 6px 35px; border-radius: 20px; margin-bottom: 14px;
  }
  .section-tag.light{color: var(--white); border:solid 2px var(--white);}
.section-title.light{color: var(--white); }
.section-subtitle.light{color: var(--white); }

  .section-title {  font-size: 22px; font-weight: 700; text-transform: uppercase; color: var(--dark); margin-bottom: 10px; }
  .section-title .orange { color: var(--orange); }
  .section-subtitle { color: var(--black); font-size: 15px; margin-bottom: 10px; }

  /* ─── PRODUCTS ─── */
  .products { background: var(--white); }
  .products .container { padding: 40px 30px; }
  .products-header { text-align: center; margin-bottom: 16px; }
  .products-note { text-align: center; color: var(--black); font-size: 15px; margin-bottom: 25px; line-height: 25px;}
  .products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
  .product-card {
    border: 1px solid #e8e8e8; border-radius: 10px; overflow: hidden;
    transition: box-shadow 0.2s, transform 0.2s; cursor: pointer;
  }
  .product-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,0.12); transform: translateY(-3px); }
  .prod-img {
    width: 100%; height: auto;
    background: linear-gradient(135deg, #d0d0d0 0%, #b0b0b0 100%);
    display: flex; align-items: center; justify-content: center;
    color: var(--white); font-size: 48px;
  }
.prod-img img { width: 100%; }
  .product-card-body { padding: 24px 16px;text-align:center; }
  .product-card h4 {  font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--dark); margin-bottom: 6px; }
  .product-card h5 { font-size: 14px;    padding-top: 10px;    font-weight: 700;    text-transform: uppercase;    color: var(--text-light);    margin-bottom: 6px;    border-top: 1px solid #d7d7d7;  }
  .product-card p { font-size: 14px; color: var(--black); line-height: 1.5; margin-bottom: 14px; }
  .btn-solicitar {
    display: flex; align-items: center; justify-content: center; gap: 7px;
    background: var(--green); color: var(--white); padding: 15px; border-radius: 6px;
    font-size: 14px; font-weight: 700; text-transform: uppercase; 
    transition: background 0.2s, transform 0.15s; width: 100%; border: none; cursor: pointer; text-decoration: none;
    position: relative; overflow: hidden;
  }
  .btn-solicitar:hover { background: var(--orange-dark); transform: scale(1.02); }
  .btn-solicitar i {  font-size: 18px;}

  /* ─── CATALOG / FOR WHO ─── */
  .catalog { background: var(--dark2); }
  .catalog .container { padding: 70px 60px; }
  .catalog-header { text-align: center; margin-bottom: 40px; }
  .catalog-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0 auto 36px; }
  .catalog-card {
    background: var(--white); border-radius: 10px; padding: 28px 20px; text-align: center;
    border: 1px solid #3a3a3a; transition: border-color 0.2s;
  }
  .catalog-card:hover { border-color: var(--orange); }
  .cat-icon {
    width: 54px; height: 54px; background: var(--orange); border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 14px; color: var(--white); font-size: 22px;
  }
  .catalog-card h4 { color: var(--black); font-size: 14px; font-weight: 700; margin-bottom: 6px; }
  .catalog-card p { color: var(--text); font-size: 12px; line-height: 1.5; }
  .catalog-cta { text-align: center; }

  /* ─── TESTIMONIALS ─── */
  .testimonials { background: var(--gray-bg); }
  .testimonials .container { padding: 70px 60px; }
  .testimonials-header { text-align: center; margin-bottom: 14px; }
  .google-rating { display: flex; align-items: center; gap: 8px; justify-content: center; margin-bottom: 36px; margin-top: 36px; }
  .stars { color: #FBBC04; font-size: 16px; }
  .rating-num { font-size: 18px; font-weight: 700; color: var(--dark); }

  /* Slider wrapper */
  .testimonials-slider { position: relative; }
  .testimonials-track-wrap { overflow: hidden; }
  .testimonials-track {
    display: flex;
    transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94);
    will-change: transform;
    align-items: stretch;
  }
  .testimonial-card {
    flex: 0 0 calc(25% - 15px);
    min-width: calc(25% - 15px);
    margin-right: 20px;
    background: var(--white); border-radius: 10px; padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  }
  .testimonial-card:last-child { margin-right: 0; }
  .testimonial-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
  .avatar {
    width: 40px; height: 40px; border-radius: 50%; background: var(--orange);
    display: flex; align-items: center; justify-content: center;
    font-size: 15px; font-weight: 700; color: var(--white); flex-shrink: 0;
  }
  .avatar-info h5 { font-size: 13px; font-weight: 700; color: var(--dark); }
  .avatar-info .t-stars { color: #FBBC04; font-size: 11px; }
  .testimonial-card p { font-size: 12px; color: var(--text-light); line-height: 1.6; }

  /* Arrows */
  .t-slider-btn {
    position: absolute; top: 50%; transform: translateY(-50%);
    width: 38px; height: 38px; border-radius: 50%;
    background: var(--white); border: 2px solid #e0e0e0; color: var(--dark);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; font-size: 14px; z-index: 10;
    transition: background 0.2s, border-color 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  .t-slider-btn:hover { background: var(--orange); border-color: var(--orange); color: #fff; }
  .t-slider-prev { left: -18px; }
  .t-slider-next { right: -18px; }
  .t-slider-btn:disabled { opacity: 0.3; cursor: default; pointer-events: none; }

  /* Dots */
  .t-slider-dots { display: flex; justify-content: center; gap: 7px; margin-top: 24px; }
  .t-slider-dot {
    width: 9px; height: 9px; border-radius: 50%;
    background: #d0d0d0; border: none; cursor: pointer;
    transition: background 0.25s, transform 0.25s; padding: 0;
  }
  .t-slider-dot.active { background: var(--orange); transform: scale(1.25); }

  .testimonials-cta { text-align: center; margin-top: 30px; }

  /* ─── WHY US ─── */
  .whyus { background: var(--dark2); }
  .whyus .container { padding: 70px 60px; }
  .whyus-header { text-align: center; margin-bottom: 40px; }
  .whyus-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 36px; }
  .whyus-card { background: var(--dark3); border-radius: 10px; padding: 28px 22px; text-align: center; border: 1px solid #3a3a3a; }
  .whyus-icon {
    width: 56px; height: 56px; background: var(--orange); border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 16px; color: var(--white); font-size: 24px;
  }
  .whyus-card h4 { color: var(--white); font-size: 13px; font-weight: 700; margin-bottom: 5px; text-transform: uppercase; }
  .whyus-card p { color: var(--gray-bg); font-size: 12px; line-height: 1.6; }
  .whyus-cta { text-align: center; }

  /* ─── ABOUT ─── */
  .about { background: var(--gray-bg);background-position:center;background-size:cover; }
.about .container {
    padding: 60px 30px;
}
  .about-img { background: url('https://images.unsplash.com/photo-1581244277943-fe4a9c777540?w=800&q=80') center/cover; }

  .about-content p { color: var(--black);  font-size: 16px; line-height: 1.7; margin-bottom: 16px; }


  /* ─── PROCESS ─── */
  .process {    background: var(--dark2); }

  .process .container { padding: 70px 60px; }
  .process-header { text-align: center; margin-bottom: 40px; }
  .process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 36px; }
  .step-card {  border-radius: 10px; padding: 28px 22px; text-align: center;  background: var(--text); }
  .step-card span {color: var(--text-light);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    margin-left: 5px;}
.step-number {
    width: 42px;
    height: 42px;
    border-radius: 5px;
    background: var(--orange);
    color: var(--white);
    display: inline-block;
    align-items: center;

    font-weight: 800;
    font-size: 18px;
    margin: 0;
    vertical-align: middle;
    padding: 10px 5px;
}
  .step-card h4 { font-size: 14px; font-weight: 700; color: var(--white); margin-bottom: 8px; text-transform: uppercase;margin-top: 15px; }
  .step-card p { font-size: 12px; color: var(--gray-bg); line-height: 1.6; }
  .process-cta { text-align: center; }

  /* ─── FAQ ─── */
  .faq { background: var(--gray-bg); }
  .faq .container { padding: 70px 60px; }
  .faq-header { text-align: center; margin-bottom: 40px; }
  .faq-list { max-width: 780px; margin: 0 auto 40px; }
.faq-item {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    border: 1px solid #f5f5f5;
    padding: 0 15px;
    margin-bottom: 15px;
 background: var(--white); 
}
  .faq-question {
    display: flex; justify-content: space-between; align-items: center;
    padding: 18px 0; cursor: pointer; font-weight: 700; font-size: 13px; color: var(--dark);
    background: none; border: none; width: 100%; text-align: left;font-family: "Montserrat", sans-serif !important; 
  }
  .faq-icon {
    width: 28px; height: 28px; border-radius: 50%; background: var(--orange); color: var(--white);
    display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0;
    transition: transform 0.3s;
  }
  .faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s; font-size: 13px; color: var(--text); line-height: 1.7; }
  .faq-item.open .faq-answer { max-height: 200px; padding-bottom: 16px; }
  .faq-item.open .faq-icon { transform: rotate(45deg); }
  .faq-cta { text-align: center; }

  /* ─── CTA BANNER ─── */
  .cta-banner {
    background: var(--orange);
  }
  .cta-banner .container {
    padding: 30px;
       text-align: center;
  }
  .cta-banner h2 {  font-size: 15px; font-weight: 700; color: var(--white); text-transform: uppercase; }
  .cta-banner p { color: rgba(255,255,255,0.85); font-size: 15px; margin-top: 6px; }
  .btn-white {
    background: var(--white); color: var(--orange); padding: 16px 32px; border-radius: 8px;
    font-weight: 700; font-size: 15px; display: inline-flex; align-items: center; gap: 8px;
    white-space: nowrap; transition: opacity 0.2s;
  }
  .btn-white:hover { opacity: 0.9; }

  /* ─── FOOTER ─── */
  footer .nav-logo img { width: 150px; margin-bottom:20px; }
  footer .nav-logo {justify-content: center; }

  footer { background: var(--gray-bg); margin-top: -4px;border-top:3px solid var(--orange);}
  footer .container { padding: 60px 60px 30px; }
  .footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-bottom: 30px;    align-items: center; }
  .footer-brand p { color: #aaa; font-size: 13px; line-height: 1.7; margin: 16px 0 20px; }
  .footer-social { display: flex; gap: 10px; justify-content: center;}
  .social-btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #000; 
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: background 0.2s, color 0.2s;
  }
  .social-btn.facebook {  border: 2px solid #3238cd;     color: #3238cd;}
  .social-btn.instagram {  border: 2px solid #a51e79;     color: #a51e79;}
  .social-btn:hover { background: var(--orange); color: var(--white); }
  .footer-col h4 {
    color: var(--black); font-size: 22px; font-weight: 700; 
    margin-bottom: 20px; padding-bottom: 10px; display: inline-block;
  }
  .footer-contact-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 16px; font-size: 15px; line-height: 1.3;.footer-contact-item strong }
  .contact-icon {
    width: 36px; height: 36px; border-radius: 8px; border:2px solid var(--orange);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    color: var(--orange); font-size: 15px;
  }
.footer-contact-item strong {    color: var(--black);display:block;}
  .footer-map { width: 100%; height: 190px; border-radius: 10px; overflow: hidden; border: 1px solid #333; }
  .footer-map iframe { width: 100%; height: 100%; border: none; }
  .footer-bottom { border-top: 1px solid #2a2a2a; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
  .footer-bottom p, .footer-bottom address { color: #555; font-size: 12px; font-style: normal; }

  /* ─── WA FLOAT ─── */
  .wa-float {
    position: fixed; bottom: 28px; right: 28px;
    background: var(--green); color: var(--white);
    width: 58px; height: 58px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-size: 30px;
    box-shadow: 0 4px 20px rgba(37,211,102,0.5); z-index: 1000;
    transition: transform 0.2s;
    position: fixed;
  }
  .wa-float:hover { transform: scale(1.1); }

  /* ─── SCROLL PROGRESS BAR ─── */
  #scroll-progress {
    position: fixed; top: 0; left: 0; height: 3px; width: 0%;
    background: linear-gradient(90deg, var(--orange), #ffaa00);
    z-index: 9999;
    transition: width 0.1s linear;
    box-shadow: 0 0 8px rgba(255,94,0,0.6);
  }

  /* reveal - multiple directions */
  .reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.6s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94); }
  .reveal.visible { opacity: 1; transform: none; }
  .reveal-left { opacity: 0; transform: translateY(28px); transition: opacity 0.6s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94); }
  .reveal-left.visible { opacity: 1; transform: none; }
  .reveal-right { opacity: 0; transform: translateY(28px); transition: opacity 0.6s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94); }
  .reveal-right.visible { opacity: 1; transform: none; }
  .reveal-scale { opacity: 0; transform: scale(0.92); transition: opacity 0.6s cubic-bezier(0.25,0.46,0.45,0.94), transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94); }
  .reveal-scale.visible { opacity: 1; transform: none; }

  /* staggered delay for grid children */
  .reveal-stagger > *:nth-child(1) { transition-delay: 0.05s; }
  .reveal-stagger > *:nth-child(2) { transition-delay: 0.15s; }
  .reveal-stagger > *:nth-child(3) { transition-delay: 0.25s; }
  .reveal-stagger > *:nth-child(4) { transition-delay: 0.35s; }
  .reveal-stagger > *:nth-child(5) { transition-delay: 0.45s; }
  .reveal-stagger > *:nth-child(6) { transition-delay: 0.55s; }
  .reveal-stagger > *:nth-child(7) { transition-delay: 0.65s; }
  .reveal-stagger > *:nth-child(8) { transition-delay: 0.75s; }

  /* ─── HERO TYPING CURSOR ─── */
  .typing-cursor { display: inline-block; width: 3px; height: 1em; background: var(--orange); margin-left: 3px; vertical-align: middle; animation: blink 0.8s step-end infinite; }
  @keyframes blink { 50% { opacity: 0; } }

  /* ─── WHATSAPP FLOAT PULSE ─── */
  .wa-float::before {
    content: ''; position: absolute; inset: 0; border-radius: 50%;
    background: var(--green); animation: wa-pulse 2s ease-out infinite; z-index: -1;
  }
  @keyframes wa-pulse {
    0% { transform: scale(1); opacity: 0.7; }
    70% { transform: scale(1.55); opacity: 0; }
    100% { transform: scale(1.55); opacity: 0; }
  }

  /* ─── BADGE ICON BOUNCE ─── */
  .badge-item:hover .badge-icon { animation: icon-bounce 0.5s ease; }
  @keyframes icon-bounce {
    0%,100% { transform: translateY(0); }
    40% { transform: translateY(-6px); }
    70% { transform: translateY(-2px); }
  }

  /* ─── PRODUCT CARD image zoom ─── */
  .product-card .prod-img { overflow: hidden; }
  .product-card .prod-img img { transition: transform 0.45s cubic-bezier(0.25,0.46,0.45,0.94); }
  .product-card:hover .prod-img img { transform: scale(1.06); }

  /* ─── CATALOG CARD icon spin on hover ─── */
  .catalog-card:hover .cat-icon i { animation: icon-spin 0.45s ease; }
  @keyframes icon-spin {
    0% { transform: rotateY(0deg); }
    100% { transform: rotateY(180deg); }
  }

  /* ─── WHYUS CARD shimmer ─── */
  .whyus-card { position: relative; overflow: hidden; }
  .whyus-card::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(255,94,0,0.07) 60%, transparent 70%);
    transform: translateX(-100%); transition: transform 0.5s ease;
  }
  .whyus-card:hover::after { transform: translateX(100%); }

  /* ─── STEP CARDS numbered connector line ─── */
  .step-card { position: relative; transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .step-card:hover { transform: translateY(-5px); box-shadow: 0 12px 32px rgba(0,0,0,0.35); }
  .step-number { transition: background 0.3s, transform 0.3s; }
  .step-card:hover .step-number { background: var(--orange-dark); transform: scale(1.1); }

  /* ─── FAQ enhanced ─── */
  .faq-item { transition: box-shadow 0.3s ease; }
  .faq-item.open { box-shadow: 0 4px 18px rgba(255,94,0,0.15); border-color: var(--orange) !important; }
  .faq-answer { transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.4s, opacity 0.3s; opacity: 0; }
  .faq-item.open .faq-answer { opacity: 1; }

  /* ─── SECTION DIVIDER ─── */
  .section-divider {
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--orange), transparent);
    border: none; margin: 0;
  }

  /* ─── COUNTER number ─── */
  .count-up { font-variant-numeric: tabular-nums; }

  /* ─── NAV link underline animation ─── */
  .nav-links a { position: relative; padding-bottom: 3px; }
  .nav-links a::after {
    content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px;
    background: var(--orange); transition: width 0.25s ease;
  }
  .nav-links a:hover::after { width: 100%; }

  /* ─── BTN ripple ─── */
  .btn-ripple { position: relative; overflow: hidden; }
  .btn-ripple .ripple-effect {
    position: absolute; border-radius: 50%;
    background: rgba(255,255,255,0.35); transform: scale(0);
    animation: ripple-anim 0.55s linear; pointer-events: none;
  }
  @keyframes ripple-anim {
    to { transform: scale(4); opacity: 0; }
  }

  /* ─── TESTIMONIAL card hover lift ─── */
  .testimonial-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(0,0,0,0.12); }

  /* ─── HERO background subtle Ken Burns ─── */
  @media (min-width: 991px) {
    .hero { animation: ken-burns 18s ease-in-out infinite alternate; }
    @keyframes ken-burns {
      0%   { background-position: center center; background-size: 100%; }
      100% { background-position: 60% 40%;      background-size: 108%; }
    }
  }

  /* ─── SECTION TAG bounce in ─── */
  .section-tag { display: inline-block; }

  /* ─── BACK TO TOP BUTTON ─── */
  #back-to-top {
    position: fixed; bottom: 100px; right: 34px;
    width: 42px; height: 42px; border-radius: 50%;
    background: var(--dark2); color: var(--white);
    border: 2px solid var(--orange); display: flex; align-items: center; justify-content: center;
    font-size: 16px; cursor: pointer; z-index: 999;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px);
  }
  #back-to-top.visible { opacity: 1; pointer-events: all; transform: translateY(0); }
  #back-to-top:hover { background: var(--orange); }

  /* ─── HAMBURGER ─── */
  .nav-hamburger {
    display: none;
    flex-direction: column; justify-content: center; align-items: center;
    width: 40px; height: 40px; cursor: pointer; gap: 5px;
    background: none; border: none; padding: 4px;
    background: var(--orange);
border-radius:5px;
  }
  .nav-hamburger span {
    display: block; width: 24px; height: 3px;
    background: var(--gray-bg); border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s, width 0.3s;
    transform-origin: center;
  }
  .nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-hamburger.open span:nth-child(2) { opacity: 0; width: 0; }
  .nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* ─── MOBILE DRAWER ─── */
  .nav-drawer {
    display: none;
    position: fixed; top: 98px; left: 0; right: 0;
    background: var(--white); z-index: 999;
    flex-direction: column;
    max-height: 0; overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1);


  }

  .nav-drawer.open { max-height: 600px;border-top: 2px solid var(--orange); }
  .nav-drawer a {
    color: var(--black); font-size: 17px; font-weight: 700;
    text-transform: uppercase; 
    padding: 16px 24px;
    border-top: 1px solid var(--gray-bg);
    display: flex; align-items: center; gap: 10px;
    transition: background 0.2s, color 0.2s;
justify-content: center;
  }
  .nav-drawer a:hover, .nav-drawer a:active { background: #2a2a2a; color: var(--orange); }
  .nav-drawer a i { color: var(--white); font-size: 20px; text-align: center; }
  .nav-drawer a.btn-whatsapp-nav i { color: var(--black); font-size: 18px; text-align: center; }
  .nav-drawer-btns {
    display: flex; flex-direction: column; gap: 12px;
    padding: 20px 24px;
  }
  .nav-drawer-btns .btn-whatsapp,
  .nav-drawer-btns .btn-orcamento {
    justify-content: center; padding: 14px;color: var(--white);
  }
  /* ─── Agencia ─── */
.agency {   padding: 20px 30px;   background:var(--orange);}
.agency br {display:none;}
.agency p {color:  var(--white);font-size:13px;width: fit-content;    display: inline-block;  vertical-align: middle;}
.agency .fotter-ag-nd {margin-top:0;}

  /* ─── RESPONSIVE ─── */
  @media (min-width: 991px) {
 .hero {   background-image: url('bg-banner.webp');}
 .about {   background-image: url('bg-banner.webp');}
  .about-content { width:52% }
}
  @media (max-width: 900px) {

.btn-whatsapp-nav.mobile {display:block;margin-right:-60px;}
 .hero {   background-image: url('bg-banner-mobile.webp');}
.about {   background-image: url('bg-banner-mobile.webp');}

    /* No mobile, substituir animações laterais por verticais para evitar scroll horizontal */
    .hero-title,
    .hero-subtitle {
      animation-name: hero-fade-up !important;
    }
    .reveal-left, .reveal-right {
      transform: translateY(28px) !important;
    }

nav {position:absolute; width:100%;background:transparent;box-shadow: none !important; }
nav.rolagem {position:fixed;background: var(--white); box-shadow: 0 5px 15px rgba(0,0,0,0.12) !important;}
    nav .container { padding: 0 20px; }
    .nav-links, .nav-right { display: none; }
    .nav-hamburger { display: flex; }
    .nav-drawer { display: flex; }
.hero-desc {  font-size: 15px;    margin-bottom: 15px;}
    .hero .container {         padding:110px 15px 280px 15px;        text-align: center;}
    .hero-title { font-size: 40px; }
    .hero-subtitle { font-size: 22px; }
.hero-btns {    justify-content: center;}

    /* Badges slider mobile */
 .badge-item .badge-text { font-size: 13px; }
  .badge-item .badge-text span { font-size: 12px; }

    .badges { overflow: hidden; }
    .badges .container { flex-direction: column; padding: 0; }
    .badges-slider-wrap { width: 100%; overflow: hidden; position: relative; }
    .badges-track {
      display: flex;
      transition: transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94);
      will-change: transform;
    }
    .badge-item {
      flex: 0 0 100%;
      min-width: 100%;
      border-right: none;
      border-bottom: none;
      padding: 15px 20px 0 20px;
      justify-content: center;
      text-align: center;
    }
    .badges-dots {
      display: flex; justify-content: center; gap: 7px; padding: 10px 0 14px;
    }
    .badges-dot {
      width: 8px; height: 8px; border-radius: 50%;
      background: rgba(255,255,255,0.35); border: none; cursor: pointer;
      transition: background 0.25s, transform 0.25s; padding: 0;
    }
    .badges-dot.active { background: #fff; transform: scale(1.25); }

    .badge-mobile-only { display: block; width: 100%; }
    .badge-desktop-only { display: none; }

    .products .container { padding: 30px 20px; }
    .products-grid { grid-template-columns: 1fr 1fr; gap: 14px; }
.products-note br {display:none;}
 .product-card h4 {  font-size: 15px;  }

    .catalog .container { padding: 50px 20px; }
    .catalog-grid { grid-template-columns: 1fr 1fr; }

    .testimonials .container { padding: 50px 20px; }
    .testimonial-card { flex: 0 0 calc(50% - 10px); min-width: calc(50% - 10px); }

    .whyus .container { padding: 50px 20px; }
    .whyus-grid { grid-template-columns: 1fr 1fr; gap: 14px; }

    .about { grid-template-columns: 1fr; }
    .about-img { min-height: 260px; }
    .about-content { padding: 30px 24px 290px 24px;text-align: center; }
.about .container {    padding: 0px 0px;}
.about-content p {    font-size: 14px;    line-height: 1.6;    margin-bottom: 12px;}

    .process .container { padding: 50px 20px; }
    .process-steps { grid-template-columns: 1fr 1fr; gap: 14px; }

    .faq .container { padding: 50px 20px; }

    .cta-banner .container { padding: 30px 15px; flex-direction: column; text-align: center; }
    .cta-banner h2 { font-size: 16px; margin-bottom:0; }
.agency p {text-align:center;width: 100%;        margin-bottom: 15px;}
.agency p br {display:block;}
    footer .container { padding: 50px 24px 15px 24px; }
 .footer-col h4 {        font-size: 17px;        margin-bottom: 5px;}
    .footer-top { grid-template-columns: 1fr; gap: 20px; }
    .footer-bottom { flex-direction: column; align-items: flex-start; gap: 6px; }

    .section-title { font-size: 20px; }

  }

  @media (max-width: 520px) {
    .products-grid { grid-template-columns: 1fr; }
    .catalog-grid { grid-template-columns: 1fr 1fr; }
    .testimonial-card { flex: 0 0 calc(100% - 0px); min-width: calc(100% - 0px); margin-right: 20px; }
    .t-slider-dots { display: none; }
    .whyus-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr; }
    .hero-title { font-size: 23px; }
    .hero-subtitle { font-size: 16px; }
  }

  /* ─── DESKTOP DROPDOWN ─── */
  .nav-item-dropdown { position: relative; }
  .nav-item-dropdown > a {
    display: flex; align-items: center; gap: 5px;
  }
  .nav-item-dropdown > a .chevron {
    font-size: 9px; transition: transform 0.25s; margin-top: 1px;
  }
  .nav-item-dropdown:hover > a .chevron { transform: rotate(180deg); }

  .nav-dropdown {
    position: absolute; top: calc(100% + 0px); left: 50%;
    transform: translateX(-50%) translateY(-6px);
    background-color: var(--gray-bg);
 
    border-radius: 10px;
    min-width: 220px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.55);
    opacity: 0; pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease;
    z-index: 1000;
    padding: 6px 0;
    /* arrow */
  }
  .nav-dropdown::before {
    content: '';
    position: absolute; top: -6px; left: 50%; transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--gray-bg);
  }
  .nav-dropdown::after {
    content: '';
    position: absolute; top: -5px; left: 50%; transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--gray-bg);
  }
  .nav-item-dropdown:hover .nav-dropdown {
    opacity: 1; pointer-events: all;
    transform: translateX(-50%) translateY(0);
  }
  .nav-dropdown a {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 16px;
    color:  var(--black); font-size: 12px; font-weight: 600;
    text-transform: uppercase; 
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
  }
  .nav-dropdown a i {
    color: var(--orange); width: 16px; text-align: center; font-size: 13px;
  }
  .nav-dropdown a:hover { background:var(--white); color: var(--orange); }
  .nav-dropdown .dd-divider { height: 1px; background: #2a2a2a; margin: 4px 0; }

  /* ─── MOBILE ACCORDION SUBMENU ─── */
  .drawer-item-accordion { position: relative; }
  .drawer-item-accordion > .drawer-link-btn {
font-family: "Montserrat", sans-serif !important; 
    color: var(--black); font-size: 17px; font-weight: 700;
    text-transform: uppercase; 
    padding: 16px 24px;
    border: 0;
justify-content: center;
    display: flex; align-items: center; 
    transition: background 0.2s, color 0.2s;
    cursor: pointer; background: none; border-top: none; border-left: none; border-right: none;
    width: 100%;
  }
  .drawer-link-btn .dl-left { display: flex; align-items: center; gap: 10px; }
  .drawer-link-btn .dl-left i { color: var(--orange); width: 18px; text-align: center; }
  .drawer-link-btn .dl-chevron {
    font-size: 11px;color: var(--black);
margin-left: 10px;
    transition: transform 0.3s;
  }
  .drawer-item-accordion.open > .drawer-link-btn { color: var(--orange); background: #222; }
  .drawer-item-accordion.open .dl-chevron { transform: rotate(180deg); }

  .drawer-submenu {
    max-height: 0; overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4,0,0.2,1);
    background: #161616;
  }
  .drawer-item-accordion.open .drawer-submenu { max-height: 600px; }
  .drawer-submenu a {
    padding: 15px !important;
    font-size: 14px !important;
    border-top: 1px solid var(--text);!important;
    color: var(--white);!important;
  }
  .drawer-submenu a:last-child { border-bottom: none !important; }
  .drawer-submenu a i { color: var(--orange); width: 16px; text-align: center; font-size: 12px; }
  .drawer-submenu a:hover { color: var(--orange) !important; background: #1e1e1e !important; }