/* DESIGN SYSTEM & VARIABLES */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');

:root {
    --primary: #25D366; /* WhatsApp Green */
    --primary-hover: #1EBE5A;
    --dark: #1A1A1A;
    --dark-lighter: #2C2C2C;
    --light: #F7F7F7;
    --white: #FFFFFF;
    --text-main: #333333d7;
    --text-muted: #666666;
    --border: #EAEAEA;
    --blue: #1A73E8;
    --pink: #E1306C;
    --transition: all 0.3s ease;
}


.tira-bolinha{
    list-style: none;
}
.fa-whatsapp:before {
    content: "\f232";
    color: white;
}

.fa-brands, .fab {
    font-weight: 400;
    
}


#wa{
    font-weight: 400;
    padding-top: 80px;
    font-size: 2.4rem;
}

.fa-brands, .fab {
    font-weight: 400;
    
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}




#branco0{
   color: var(--light);
}

#branco1{
    color: var(--light);
}

#branco3{
    background-color: white;
    color: var(--dark);
}

#branco{
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}


.fundo-branco{
    background-color: white;
    padding: 40px 0px 40px 0px;
}
#box-form-whatsapp {  
    padding: 30px;
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto ;
    margin-bottom: 100px;
}

#titulo-form {
    margin-bottom: 20px;
    color: white;
}

#form-whatsapp input,
#form-whatsapp textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid var(--border);
    border-radius: 6px;
    background: #fff;
    color: var(--text-main);
    font-size: 16px;
}

#form-whatsapp textarea {
    resize: none;
    height: 100px;
}

#btn-enviar {
    width: 100%;
    padding: 12px;
    background: #25D366;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

#btn-enviar:hover {
    background: #1ebe5d;
}


.comeceHoje{
    display: block;
    margin: 0 auto ;
    max-width: 1100px;
    border-radius: 6px;
    margin-bottom: 60px;
    margin-top: 60px;
    border: 6px solid var(--text-muted);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    width: 90%;
    height: auto;
}


.imagemface{
   width:  470px;
   height: 90%;
   border-radius: 8px;
   padding-bottom: 5px;
}

label{
    font-weight: bold;
}


.aaa{
padding-left: 10px;
color: var(--text-muted);
font-weight: bold;
text-decoration: none;
font-size: 1rem;
}

#pp{
    font-size: 1rem;
}

#ppp{
    font-size: 1rem;
}

.aaa:hover{
    color: var(--primary);
    transform: translateY(-3px);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

html { scroll-behavior: smooth; font-size: 110%; overflow-x: hidden; }
body { background-color: var(--light); color: var(--text-main); line-height: 1.6; overflow-x: hidden; }



.container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }

/* UTILITIES */
.text-center { text-align: center; }
.bg-light { background-color: var(--light); }
.bg-white { background-color: var(--white); }
.bg-dark { background-color: var(--dark); color: var(--white); }
.text-white { color: var(--white); }
.text-white-50 { color: rgba(255,255,255,0.6); }
.text-green { color: var(--primary); }
.text-blue { color: var(--blue); }
.text-pink { color: var(--pink); }
.mb-3 { margin-bottom: 3rem; }
.mt-3 { margin-top: 3rem; }
.mt-2 { margin-top: 2rem; }
.shadow-lg { box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.rounded-img { border-radius: 1.5rem; width: 100%; height: auto; object-fit: cover; }

.tag {
    color: var(--text-muted);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.15em;
    margin-bottom: 1rem;
    display: block;
}

.section-title {
    font-size: clamp(1.8rem, 3vw, 1.8rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1rem;
    color: var(--dark);
    letter-spacing: 0;
}

.bg-dark .section-title {
    color: var(--white);
}

.subtitle {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 700px;
    margin: 0 auto;
}

/* BUTTONS */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem 2.2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.btn-green {
    background: var(--primary);
    color: var(--white);
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
}

.btn-green:hover {
    background: var(--primary-hover);
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(37, 211, 102, 0.4);
}

.btn-large {
    padding: .9rem 1rem;
    font-size: .895rem;
}

/* HEADER */
.header {
    background: rgba(255, 255, 255, 0.98);
    display: block;
    padding: 1rem 0 0.85rem;
    border-bottom: 1px solid var(--border);
    position: relative;
    z-index: 100;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.035);
}


.header .container {
    max-width: 1240px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.brand-block {
    text-align: center;
    min-width: 0;
}

.logo {
    font-size: clamp(1.7rem, 4vw, 2.5rem);
    font-weight: 900;
    text-decoration: none;
    color: var(--dark);
    letter-spacing: 0;
    display: block;
    line-height: 1;
}
.logo span { color: var(--text-muted); }
.logo-sub {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    color: var(--text-muted);
    margin-top: 0.5rem;
    display: inline-block;
}

.nav-container {
    margin-top: 0.75rem;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.main-nav a {
    color: var(--dark-lighter);
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    padding: 0.55rem 0.62rem;
    border-radius: 999px;
    transition: var(--transition);
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: var(--primary);
    background: rgba(37, 211, 102, 0.1);
    outline: none;
    transform: translateY(-2px);
}

.nav-divider {
    width: 1px;
    height: 24px;
    background: var(--border);
    margin: 0 0.15rem;
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
    padding: 0.25rem;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: var(--light);
    color: var(--text-muted);
    font-weight: 800;
}

.language-switcher a {
    padding: 0.42rem 0.5rem;
}

.language-switcher a[aria-current="page"] {
    background: var(--primary);
    color: var(--white);
}

.menu-toggle {
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--white);
    color: var(--dark);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    transition: var(--transition);
}

.menu-toggle:hover,
.menu-toggle:focus-visible {
    border-color: var(--primary);
    box-shadow: 0 8px 18px rgba(37, 211, 102, 0.18);
    outline: none;
}

.menu-toggle span {
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: var(--dark);
    transition: var(--transition);
}

.menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* HERO */
.hero {
    padding: 6rem 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
    align-items: top;
    height: auto;
}

.hero h1 {
    font-size: clamp(2.2rem, 4vw, 2.4rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.8rem;
    color: var(--dark);
    letter-spacing: 0;
}

.hero p {
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    line-height: 1.8;
}



.hero-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 1rem;
}

/* BADGES */
.badges-section {
    background: var(--text-main);
    padding: 2rem 0;
    
}

.badges-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5rem;
    color: var(--white);
    font-weight: 600;
    font-size: 0.95rem;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    opacity: 0.9;
}
.badge-item i { font-size: 1.3rem; color: var(--primary); }

/* REUSABLE SECTIONS */
section { padding: 6rem 0; }

/* STRATEGY (GOOGLE & SOCIAL) */
.strategy-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: top;
}

.strategy-grid.reverse {
    grid-template-columns: 1fr 1fr;
}

.strategy-content p {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin-bottom: 1.8rem;
    line-height: 1.8;
}

.acende:hover{
    color: var(--primary);
    transform: translateY(-3px);
}

.ee{
    text-align: center;
    
}

.eee{
    text-align: center;
    text-indent: 10px;
}

.arrendondar{
    border-radius: 4px;
}

.ad-card {
    text-align: left;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
}

.ad-badge {
    font-weight: 700;
    font-size: 0.65rem;
    color: var(--dark);
    display: block;
    margin-bottom: 0.4rem;
}

.ad-title {
    color: var(--blue);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
    line-height: 1.3;
}

.ad-desc {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.5;
}

/* CLIENT CAROUSEL */
.feedbacks-section {
    overflow: hidden;
}

.client-carousel {
    --slides-visible: 3;
    position: relative;
    width: min(100%, 1050px);
    margin: 0 auto;
    padding: 0 3.75rem 2.75rem;
}

.client-carousel-viewport {
    overflow: hidden;
    border-radius: 8px;
}

.client-carousel-track {
    display: flex;
    align-items: stretch;
    transition: transform 0.45s ease;
    will-change: transform;
}

.client-slide {
    flex: 0 0 calc(100% / var(--slides-visible));
    min-width: 0;
    padding: 0.55rem;
}

.client-slide-inner {
    width: 100%;
    min-height: 260px;
    height: 100%;
    padding: 1rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.client-slide img {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: contain;
    border-radius: 6px;
}

.client-slide-logo img {
    max-height: 170px;
}

.client-slide-person {
    flex-direction: column;
    gap: 0.9rem;
}

.client-slide-person .nomee {
    margin: 0;
    font-weight: 500;
}

.carousel-control {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 44px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--white);
    color: var(--dark);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    transform: translateY(-50%);
    transition: var(--transition);
}

.carousel-control:hover,
.carousel-control:focus-visible {
    background: var(--primary);
    border-color: var(--primary);
    color: var(--white);
    outline: none;
    transform: translateY(-50%) scale(1.04);
}

.carousel-control:disabled {
    opacity: 0.35;
    cursor: default;
    box-shadow: none;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1rem;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #D8D8D8;
    cursor: pointer;
    transition: var(--transition);
}

.carousel-dot.is-active {
    width: 28px;
    background: var(--primary);
}

.testimonials-area {
    margin: 2.25rem auto 0;
}

.testimonials-title {
    color: var(--dark);
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 1.6rem;
}

.testimonials-carousel {
    --slides-visible: 1;
    position: relative;
    width: min(100%, 680px);
    margin: 0 auto;
    padding: 0 3rem 2.5rem;
}

.testimonials-viewport {
    overflow: hidden;
    border-radius: 8px;
}

.testimonials-track {
    display: flex;
    align-items: stretch;
    transition: transform 0.45s ease;
    will-change: transform;
}

.testimonial-slide {
    flex: 0 0 calc(100% / var(--slides-visible));
    min-width: 0;
    padding: 0.55rem;
}

.testimonial-card {
    min-height: 300px;
    height: 60%;
    padding: 2.1rem 2.2rem;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-avatar {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.12);
    border: 2px solid rgba(37, 211, 102, 0.24);
    color: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 1rem;
}

.testimonial-slide:nth-child(10n + 1) .testimonial-avatar {
    background: rgba(37, 211, 102, 0.14);
    border-color: rgba(37, 211, 102, 0.3);
    color: #168A43;
}

.testimonial-slide:nth-child(10n + 2) .testimonial-avatar {
    background: rgba(26, 115, 232, 0.12);
    border-color: rgba(26, 115, 232, 0.28);
    color: var(--blue);
}

.testimonial-slide:nth-child(10n + 3) .testimonial-avatar {
    background: rgba(225, 48, 108, 0.12);
    border-color: rgba(225, 48, 108, 0.28);
    color: var(--pink);
}

.testimonial-slide:nth-child(10n + 4) .testimonial-avatar {
    background: rgba(245, 158, 11, 0.16);
    border-color: rgba(245, 158, 11, 0.32);
    color: #B45309;
}

.testimonial-slide:nth-child(10n + 5) .testimonial-avatar {
    background: rgba(124, 58, 237, 0.12);
    border-color: rgba(124, 58, 237, 0.26);
    color: #6D28D9;
}

.testimonial-slide:nth-child(10n + 6) .testimonial-avatar {
    background: rgba(8, 145, 178, 0.13);
    border-color: rgba(8, 145, 178, 0.28);
    color: #0E7490;
}

.testimonial-slide:nth-child(10n + 7) .testimonial-avatar {
    background: rgba(220, 38, 38, 0.11);
    border-color: rgba(220, 38, 38, 0.25);
    color: #B91C1C;
}

.testimonial-slide:nth-child(10n + 8) .testimonial-avatar {
    background: rgba(15, 118, 110, 0.12);
    border-color: rgba(15, 118, 110, 0.28);
    color: #0F766E;
}

.testimonial-slide:nth-child(10n + 9) .testimonial-avatar {
    background: rgba(79, 70, 229, 0.12);
    border-color: rgba(79, 70, 229, 0.26);
    color: #4338CA;
}

.testimonial-slide:nth-child(10n) .testimonial-avatar {
    background: rgba(147, 51, 234, 0.12);
    border-color: rgba(147, 51, 234, 0.26);
    color: #7E22CE;
}

.testimonial-stars {
    display: flex;
    justify-content: center;
    gap: 0.35rem;
    color: var(--primary);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.testimonial-card p {
    max-width: 720px;
    color: var(--text-main);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 1.4rem;
}

.testimonial-card h4 {
    color: var(--dark);
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}

.testimonial-card span {
    color: var(--text-muted);
    font-size: 0.92rem;
    font-weight: 600;
}

.testimonial-image-card {
    height: auto;
    min-height: 0;
    padding: 0.85rem;
    overflow: visible;
    justify-content: center;
}

.testimonial-image-card img {
    display: block;
    width: auto;
    max-width: min(100%, 520px);
    max-height: 620px;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
    border-radius: 6px;
}

.nomee{
  margin: -15px;
  text-align: center;
  color: rgb(67, 105, 82);

}


/* SERVICES & TARGET GRID */
.services-grid, .target-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
    gap: 2.5rem;
    justify-content: center;
}

.service-card {
    background: var(--white);
    padding: 2.5rem 2rem;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: var(--transition);
    border: 1px solid var(--border);
    text-align: left;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border-color: rgba(37, 211, 102, 0.4);
}

.icon-check {
    width: 48px;
    height: 48px;
    background: rgba(37, 211, 102, 0.1);
    color: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.service-card h3 {
    font-size: 1.25rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--dark);
}

.service-card p {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* TARGET CARD */
.target-card {
    background: var(--light);
    padding: 2.5rem;
    border-radius: 1.5rem;
    text-align: center;
    border: 1px solid var(--border);
    transition: var(--transition);
}

.target-card:hover {
    background: var(--white);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    transform: translateY(-5px);
}

.target-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    color: var(--dark);
}

.target-card p {
    font-size: 1rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* SPECIALIST */
.specialist-content {
    max-width: 850px;
    margin: 0 auto;
}

.specialist-img-container {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.specialist-large-img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 1.5rem;
}

.specialist-desc {
    font-size: 1.15rem;
    color: var(--text-muted);
    margin-bottom: 2.5rem;
    line-height: 1.8;
}

/* FINAL CTA */
.cta-box {
    background: var(--white);
    border-radius: 2rem;
    max-width: 1600px;  
    margin: 0 auto;
  
}

#personalizado{
    background-color: rgb(126, 126, 126);
}

.cta-icon {
    font-size: 4rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.cta-box p {
    font-size: 0.895rem;
    color: var(--text-muted);
    margin-bottom: 1rem;
}

/* FAQ */
.faq-wrapper {
    max-width: 850px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border-radius: 1rem;
    margin-bottom: 1.2rem;
    border: 1px solid var(--border);
    transition: var(--transition);
    overflow: hidden;
}

.faq-btn {
    width: 100%;
    padding: 1.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark);
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease-out;
    padding: 0 1.8rem;
    color: var(--text-muted);
    font-size: 1rem;
    line-height: 1.7;
}

.faq-item.active {
    border-color: rgba(37, 211, 102, 0.4);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.faq-item.active .faq-content {
    max-height: 350px;
    padding-bottom: 1.8rem;
}

.faq-item.active .fa-chevron-down {
    transform: rotate(180deg);
    color: var(--primary);
}

.faq-btn:hover {
    color: var(--primary);
}

/* FOOTER */
.footer {
    padding: 6rem 0 3rem;
    background: var(--dark);
    color: var(--text-muted);
}

.footer-logo {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--white);
    margin-bottom: 0.5rem;
    letter-spacing: 0;
}
.footer-logo span { color: var(--text-muted); }

.footer-desc {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.85rem;
    margin: 0 auto 2rem;
    font-style: normal;
}

.contact-info-title {
    margin: 0;
    color: var(--white);
    font-size: 0.9rem;
    font-weight: 800;
    text-transform: uppercase;
}

.location-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.55rem 0.75rem;
    max-width: 760px;
    margin: 0 auto;
    list-style: none;
}

.location-list li {
    padding: 0.45rem 0.75rem;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 999px;
    background: rgba(255,255,255,0.04);
    color: rgba(255,255,255,0.78);
    font-size: 0.82rem;
    font-weight: 700;
}

.socials {
    display: flex;
    justify-content: center;
    gap: 1.8rem;
    font-size: 1.6rem;
    margin-bottom: 3rem;
}

.socials a {
    color: var(--text-muted);
    transition: var(--transition);
}

.socials a:hover {
    color: var(--primary);
    transform: translateY(-3px);
}

.copyright {
    font-size: 0.85rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* FLOATING WA */
.floating-wa {
    position: fixed;
    bottom: max(1rem, env(safe-area-inset-bottom));
    right: max(1rem, env(safe-area-inset-right));
    background: var(--primary);
    color: var(--white);
    width: clamp(50px, 13vw, 65px);
    height: clamp(50px, 13vw, 65px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: clamp(1.65rem, 7vw, 2.2rem);
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.34);
    box-sizing: border-box;
    z-index: 9999;
}

/* ANIMATIONS */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

.slide-left { transform: translateX(-50px); }
.slide-right { transform: translateX(50px); }
.slide-left.active, .slide-right.active { transform: translateX(0); }

.zoom-in { transform: scale(0.9); opacity: 0; transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1); }
.zoom-in.active { transform: scale(1); opacity: 1; }

.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }

@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
    70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.pulse-animation:hover {
    animation: pulse 1.5s infinite;
}

@keyframes floating-pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55); }
    70% { transform: scale(1.03); box-shadow: 0 0 0 10px rgba(37, 211, 102, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

.floating-wa.pulse-animation {
    animation: floating-pulse 1.5s infinite;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .header {
        padding: 1rem 0;
    }

    
.header-inner {
        justify-content: space-between;
    }

    .brand-block {
        text-align: left;
    }

    .logo {
        font-size: 1.75rem;
    }

    .logo-sub {
        font-size: 0.65rem;
        letter-spacing: 0.18em;
    }

    .menu-toggle {
        display: inline-flex;
        flex: 0 0 44px;
    }

    .nav-container {
        margin-top: 0.85rem;
    }

    .main-nav {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.6rem;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        padding: 0;
        border: 1px solid transparent;
        border-radius: 8px;
        background: var(--white);
        transition: max-height 0.35s ease, opacity 0.25s ease, padding 0.25s ease, border-color 0.25s ease;
    }

    .main-nav.is-open {
        max-height: 700px;
        opacity: 1;
        visibility: visible;
        padding: 0.85rem;
        border-color: var(--border);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
    }

    .main-nav a {
        width: 100%;
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.8rem 0.7rem;
        border-radius: 8px;
        background: var(--light);
        text-align: center;
        line-height: 1.2;
    }

    .nav-divider {
        display: none;
    }

    .language-switcher {
        grid-column: 1 / -1;
        width: 100%;
        border-radius: 8px;
        padding: 0.4rem;
    }

    .language-switcher a {
        width: auto;
        min-width: 64px;
        background: transparent;
        padding: 0.65rem 0.9rem;
    }
    .hero-grid, .strategy-grid, .strategy-grid.reverse { 
       grid-template-columns: 1fr;
        text-align: left;
        gap: 3.5rem;
    }
    .strategy-grid.reverse .strategy-image {
        order: -1;
    }
    .hero h1 { font-size: 2.4rem; }
    .badges-grid { gap: 1.5rem; justify-content: space-around; }

    
    .hero-img {
        width: 100%;
        max-width: 450px;
        height: auto !important;
        display: block;
        margin: 0 auto;
        border-radius: 1rem;
    }

    .imagemface {
    width: 85%;
    height: 90%;
    border-radius: 8px;
    padding-bottom: 5px;
    display: block;
    margin: 0 auto;
}


.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem 2.2rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: var(--transition);
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.btn-green {
    background: var(--primary);
    color: var(--white);
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
    display: flex;
    
    justify-self: center;
}

.btn-green:hover {
    background: var(--primary-hover);
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(37, 211, 102, 0.4);
}

.btn-large {
    padding: .9rem 1rem;
    font-size: .895rem;
}
.rounded-img {
        border-radius: 1.5rem;
        width: 60%;
        max-height: 700px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .client-carousel {
        --slides-visible: 2;
        padding: 0 3.25rem 2.5rem;
    }

    .client-slide-inner {
        min-height: 240px;
    }

    .client-slide img {
        height: 220px;
    }

    .testimonials-carousel {
        width: min(100%, 640px);
        padding: 0 3rem 2.35rem;
    }

    .testimonial-card {
        min-height: 370px;
        padding: 2rem 1.7rem;
    }

    .testimonial-image-card {
        min-height: 0;
        padding: 0.8rem;
    }

    .testimonial-image-card img {
        max-width: min(100%, 480px);
        max-height: 560px;
    }
}


@media (max-width: 768px) {
    section { padding: 4rem 0; }
    .hero { padding: 4rem 0; }
    .wa-chat { height: auto; min-height: 380px; }
    .btn-large { width: 100%; white-space: normal; box-sizing: border-box; }
    .badges-grid { flex-direction: column; align-items: center; gap: 1rem; margin-top: -40px ; margin-bottom: 20px;}
    .hero h1 { font-size: 1.9rem; }
    .section-title { font-size: 1.8rem; }
    .cta-box {padding: 1rem 0.5rem;  }
    #meta{
       margin-top: 30px;
    }
    .logo { font-size: 1.8rem; }
    .rounded-img { border-radius: 1.5rem; width: 80%; max-height: 750px; object-fit: cover;
display: block;
margin: 0 auto ;
}

    .client-carousel {
        --slides-visible: 1;
        padding: 0 3rem 2.5rem;
    }

    .client-slide-inner {
        min-height: 300px;
    }

    .client-slide img {
        height: 280px;
    }

    .testimonials-area {
        margin-top: 1.8rem;
    }

    .testimonials-carousel {
        width: min(100%, 560px);
        padding: 0 3rem 2.35rem;
    }

    .testimonial-image-card img {
        max-width: min(100%, 460px);
        max-height: 540px;
    }
  
}

@media (max-width: 480px) {
    .logo { font-size: 1.4rem; }
.hero h1 { font-size: 1.6rem; }
    .section-title { font-size: 1.5rem; }
    .btn { padding: 0.8rem 1.2rem;         font-size: 0.80rem; width: 100%; box-sizing: border-box; text-align: center; justify-content: center; }
    .btn-large { padding: 1rem 1.5rem; font-size: 0.75rem; }
    #box-form-whatsapp { padding: 15px; }
    .comeceHoje { margin-bottom: 30px; margin-top: 30px; border-width: 3px; }
    .strategy-content p { font-size: 1rem; }
    .service-card { padding: 1.5rem 1rem; }
    .target-card { padding: 1.5rem 1rem; }

.imagemface{
        width: 100%;
        max-width: 450px;
        height: 400px;
        display: block;
        margin: 0 auto;
        border-radius: 1rem;
}

    .rounded-img { border-radius: 1.5rem; width: 100%; max-height: 600px; object-fit: cover;
display: block;
margin: 0 auto ;
}

    .client-carousel {
        padding: 0 0 4.8rem;
    }

    .client-slide {
        padding: 0.35rem;
    }

    .client-slide-inner {
        min-height: 260px;
        padding: 0.75rem;
    }

    .client-slide img {
        height: 240px;
    }

    .carousel-control {
        top: auto;
        bottom: 0;
        transform: none;
        width: 42px;
        height: 42px;
    }

    .carousel-control:hover,
    .carousel-control:focus-visible {
        transform: translateY(-2px);
    }

    .carousel-control-prev {
        left: calc(50% - 4rem);
    }

    .carousel-control-next {
        right: calc(50% - 4rem);
    }

    .testimonials-carousel {
        left: 50%;
        width: min(calc(100vw - 16px), 420px);
        padding: 0 0 3.6rem;
        transform: translateX(-50%);
    }

    .testimonial-slide {
        padding: 0.2rem;
    }

    .testimonial-card {
        width: 100%;
        height: auto;
        min-height: 0;
        box-sizing: border-box;
        padding: 1.2rem 1rem;
    }

    .testimonial-card:not(.testimonial-image-card) {
        min-height: 340px;
        justify-content: center;
    }

    .testimonial-avatar {
        width: 48px;
        height: 48px;
        font-size: 0.82rem;
        margin-bottom: 0.65rem;
    }

    .testimonial-image-card {
        min-height: 0;
        padding: 0.5rem;
    }

    .testimonial-image-card img {
        max-width: 100%;
        max-height: 500px;
    }

    .testimonial-stars {
        font-size: 0.88rem;
        margin-bottom: 0.65rem;
    }

    .testimonial-card p {
        max-width: none;
        font-size: 0.92rem;
        line-height: 1.38;
        margin-bottom: 0.85rem;
    }

    .testimonial-card h4 {
        font-size: 1rem;
        margin-bottom: 0.15rem;
    }

    .testimonial-card span {
        display: block;
        width: 100%;
        max-width: none;
        font-size: 0.82rem;
        line-height: 1.3;
    }


.cta-box {padding: 1rem 0.5rem;  }

.cta-icon {
    font-size: 5rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

}


@media (max-width: 390px) {
    .logo { font-size: 1.4rem; }
.hero h1 { font-size: 1.6rem; }
    .section-title { font-size: 1.5rem; }
    .btn { padding: 0.8rem 1.2rem;         font-size: 0.80rem; width: 100%; box-sizing: border-box; text-align: center; justify-content: center; }
    .btn-large { padding: 1rem 1rem; font-size: 0.65rem; }
    #box-form-whatsapp { padding: 15px; }
    .comeceHoje { margin-bottom: 30px; margin-top: 30px; border-width: 3px; }
    .strategy-content p { font-size: 1rem; }
    .service-card { padding: 1.5rem 1rem; }
    .target-card { padding: 1.5rem 1rem; }

.imagemface{
        width: 100%;
        max-width: 450px;
        height: 400px;
        display: block;
        margin: 0 auto;
        border-radius: 1rem;
}

    .rounded-img { border-radius: 1.5rem; width: 100%; max-height: 600px; object-fit: cover;
display: block;
margin: 0 auto ;
}

    .client-slide-inner {
        min-height: 240px;
    }

    .client-slide img {
        height: 220px;
    }

    .testimonials-carousel {
        width: min(calc(100vw - 12px), 390px);
    }

    .testimonial-card {
        padding: 1.05rem 0.9rem;
    }

    .testimonial-card:not(.testimonial-image-card) {
        min-height: 325px;
    }

    .testimonial-card p {
        font-size: 0.9rem;
        line-height: 1.36;
        margin-bottom: 0.8rem;
    }

    .testimonial-card span {
        font-size: 0.78rem;
    }

    .testimonial-image-card {
        min-height: 0;
    }

    .testimonial-image-card img {
        max-height: 460px;
    }


.cta-box {padding: 1rem 0.5rem;  }

.cta-icon {
    font-size: 5rem;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

}

@media (max-width: 480px) {
    .floating-wa {
        display: flex;
        width: 48px;
        height: 48px;
        right: max(0.75rem, env(safe-area-inset-right));
        bottom: max(0.75rem, env(safe-area-inset-bottom));
        font-size: 1.55rem;
        box-shadow: 0 10px 20px rgba(37, 211, 102, 0.3);
    }

    .location-list {
        width: min(100%, 320px);
        flex-direction: column;
        align-items: stretch;
    }

    .location-list li {
        border-radius: 8px;
    }
}

@media (max-width: 390px) {
    .floating-wa {
        display: flex;
        width: 44px;
        height: 44px;
        right: max(0.6rem, env(safe-area-inset-right));
        bottom: max(0.6rem, env(safe-area-inset-bottom));
        font-size: 1.42rem;
    }
}
