* {
            margin: 0;
            padding: 0;
            
        }
        
/* === HUMANE === */
@font-face {
  font-family: 'Humane';
  src: url('/assets/fonts/Humane-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Humane';
  src: url('/assets/fonts/Humane-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Humane';
  src: url('/assets/fonts/Humane-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Humane';
  src: url('/assets/fonts/Humane-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Humane';
  src: url('/assets/fonts/Humane-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* === ALIBABA SANS === */
@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* === MONUMENT EXTENDED === */
@font-face {
  font-family: 'Monument Extended';
  src: url('/assets/fonts/MonumentExtended-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Monument Extended';
  src: url('/assets/fonts/MonumentExtended-Ultrabold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}


   /* ==================== ESTILOS BASE (DESKTOP) ==================== */
.frase-efeito {
    font-size: 1.4em;
    font-family: 'Alibaba Sans', sans-serif;
    font-weight: 500;
    color: #0033ff;
    text-align: center;
}
.wifi-mesh-section {
    max-width: auto;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 30px;
    background:#F5F5F5 ;
}

.section-header {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 100px;
}


.section-header h1 {
    font-size: 4em;
    font-weight: 600;
    color: #0033ff;
    font-family: 'Alibaba Sans', sans-serif;
    margin-bottom: 10px;
    line-height: 1.1;
}

.section-header p {
    font-size: 1.8em;
    letter-spacing: 3px;
    font-weight: 400;
    color: #0033ff;
}

.mesh-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.mesh-card {
    background: #0033ff;
    border-radius: 40px;
    overflow: hidden;
    transition: all 0.3s ease;
   
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.mesh-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 51, 255, 0.3);
}

.card-header {
    background: #0033ff;
    color: white;
    padding: 20px 10px;
    text-align: center;
    position: relative;
    max-height: 300px;
}

.card-title {
    font-size: 2.2em;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.1;
    font-family: 'Alibaba Sans', sans-serif;
}

.card-subtitle {
    font-size: 1.2em;
    font-weight: 200;
    opacity: 0.95;
    margin-bottom: 10px;
    font-family: 'Alibaba Sans', sans-serif;
}

.badge-multiplier {
    position: absolute;
    top: 30px;
    left: 30px;
    background: white;
    color: #ff6600;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    font-weight: 800;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.router-illustration {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wifi-icon {
    font-size: 4em;
    color: white;
}

.router-icon {
    width: 15em;
    height: 15em;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin-top: -30px;
}

.card-body {
    background: #ff6600;
    color: white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    margin-top: auto;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 1.2em;
    font-weight: 200;
    font-family: 'Alibaba Sans', sans-serif;
    margin-left: 8px;
}

.feature-item i {
    font-size: 1.8em;
    color: white;
    width: 35px;
    text-align: center;
    margin-left: 8px;
}

/* ==================== RESPONSIVIDADE ==================== */

/* Tablets grandes (1200px) */
@media (max-width: 1200px) {

.frase-efeito {
    font-size: 1.4em;
    font-family: 'Alibaba Sans', sans-serif;
    font-weight: 500;
    color: #0033ff;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.wifi-mesh-section {
    max-width: auto;
    margin: 0 auto;
    padding: 10px;
}

    .section-header {
        margin-top: 80px;
    }

    .section-header h1 {
        font-size: 3.5em;
    }

    .section-header p {
        font-size: 1.6em;
        letter-spacing: 2px;
    }

    .mesh-cards-container {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 30px;
    }

    .card-title {
        font-size: 2em;
    }

    .card-subtitle {
        font-size: 1.1em;
    }

    .router-icon {
        width: 13em;
        height: 13em;
    }

    .feature-item {
        font-size: 1.1em;
    }
}

/* Tablets (900px) */
@media (max-width: 900px) {

    .frase-efeito {
    font-size: 1.4em;
    font-family: 'Alibaba Sans', sans-serif;
    font-weight: 500;
    color: #0033ff;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
    .section-header {
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .section-header h1 {
        font-size: 3em;
    }

    .wifi-mesh-section {
    max-width: auto;
    margin: 0 auto;
    padding: 10px;
}

    .section-header p {
        font-size: 1.4em;
        letter-spacing: 1.5px;
    }

    .mesh-cards-container {
        gap: 25px;
    }

    .card-header {
        padding: 25px 15px;
    }

    .card-title {
        font-size: 1.9em;
    }

    .card-subtitle {
        font-size: 1.05em;
    }

    .badge-multiplier {
        width: 52px;
        height: 52px;
        font-size: 1.5em;
        top: 25px;
        left: 25px;
    }

    .wifi-icon {
        font-size: 3.8em;
    }

    .router-icon {
        width: 12em;
        height: 12em;
        margin-top: -25px;
    }

    .card-body {
        padding: 28px;
        gap: 13px;
    }

    .feature-item {
        font-size: 1.05em;
        gap: 20px;
    }

    .feature-item i {
        font-size: 1.7em;
        width: 33px;
    }
}

/* Smartphones grandes (768px) */
@media (max-width: 768px) {

    .frase-efeito {
    font-size: 1.4em;
    font-family: 'Alibaba Sans', sans-serif;
    font-weight: 500;
    color: #0033ff;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
    .wifi-mesh-section {
        padding: 0 15px;
    }

    .section-header {
        margin-top: 60px;
        margin-bottom: 40px;
    }

    .section-header h1 {
        font-size: 2.5em;
    }
    .wifi-mesh-section {
    max-width: auto;
    margin: 0 auto;
    padding: 10px;
}

    .section-header p {
        font-size: 1.3em;
        letter-spacing: 1px;
    }

    .mesh-cards-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mesh-card {
        border-radius: 35px;
        max-width: 450px;
        margin: 0 auto;
        width: 100%;
    }

    .card-header {
        padding: 30px 20px;
        max-height: none;
    }

    .card-title {
        font-size: 1.9em;
    }

    .card-subtitle {
        font-size: 1em;
    }

    .badge-multiplier {
        width: 50px;
        height: 50px;
        font-size: 1.5em;
        top: 25px;
        left: 25px;
    }

    .wifi-icon {
        font-size: 3.5em;
    }

    .router-icon {
        width: 11em;
        height: 11em;
        margin-top: -20px;
    }

    .card-body {
        padding: 25px;
    }

    .feature-item {
        font-size: 1em;
        gap: 18px;
        margin-left: 5px;
    }

    .feature-item i {
        font-size: 1.6em;
        width: 30px;
        margin-left: 5px;
    }
}

/* Smartphones médios (600px) */
@media (max-width: 600px) {


    .frase-efeito {
    font-size: 1.4em;
    font-family: 'Alibaba Sans', sans-serif;
    font-weight: 500;
    color: #0033ff;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
    .section-header {
        margin-top: 50px;
    }
    .wifi-mesh-section {
    max-width: auto;
    margin: 0 auto;
    padding: 10px;
}

    .section-header h1 {
        font-size: 2.2em;
    }

    .section-header p {
        font-size: 1.2em;
        letter-spacing: 0.5px;
    }

    .mesh-card {
        border-radius: 32px;
    }

    .card-header {
        padding: 28px 18px;
    }

    .card-title {
        font-size: 1.7em;
    }

    .card-subtitle {
        font-size: 0.95em;
    }

    .badge-multiplier {
        width: 45px;
        height: 45px;
        font-size: 1.4em;
        top: 20px;
        left: 20px;
    }

    .wifi-icon {
        font-size: 3.2em;
    }

    .router-icon {
        width: 10em;
        height: 10em;
        margin-top: -18px;
    }

    .card-body {
        padding: 22px 18px;
        gap: 12px;
    }

    .feature-item {
        font-size: 0.95em;
        gap: 15px;
        margin-left: 3px;
    }

    .feature-item i {
        font-size: 1.5em;
        width: 28px;
        margin-left: 3px;
    }
}

/* Smartphones pequenos (480px) */
@media (max-width: 480px) {


    .frase-efeito {
    font-size: 1.4em;
    font-family: 'Alibaba Sans', sans-serif;
    font-weight: 500;
    color: #0033ff;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
    .wifi-mesh-section {
        padding: 0 12px;
    }

    .section-header {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .wifi-mesh-section {
    max-width: auto;
    margin: 0 auto;
    padding: 15px;
}

    .section-header h1 {
        font-size: 1.9em;
    }

    .section-header p {
        font-size: 1.1em;
        letter-spacing: 0;
    }

    .mesh-card {
        border-radius: 30px;
        min-height: 280px;
    }

    .card-header {
        padding: 25px 15px;
    }

    .card-title {
        font-size: 1.6em;
    }

    .card-subtitle {
        font-size: 0.9em;
        margin-bottom: 8px;
    }

    .badge-multiplier {
        width: 42px;
        height: 42px;
        font-size: 1.3em;
        top: 18px;
        left: 18px;
    }

    .wifi-icon {
        font-size: 3em;
    }

    .router-icon {
        width: 9em;
        height: 9em;
        margin-top: -15px;
    }

    .card-body {
        padding: 20px 15px;
        gap: 10px;
    }

    .feature-item {
        font-size: 0.9em;
        gap: 12px;
        margin-left: 2px;
    }

    .feature-item i {
        font-size: 1.5em;
        width: 28px;
        margin-left: 2px;
    }
}

/* Smartphones muito pequenos (360px) */
@media (max-width: 360px) {


     .frase-efeito {
    font-size: 1.4em;
    font-family: 'Alibaba Sans', sans-serif;
    font-weight: 500;
    color: #0033ff;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
    .section-header {
        margin-top: 35px;
    }

    .section-header h1 {
        font-size: 1.7em;
    }

    .section-header p {
        font-size: 1em;
    }

    .mesh-card {
        border-radius: 28px;
        min-height: 260px;
    }
    .wifi-mesh-section {
    max-width: auto;
    margin: 0 auto;
    padding: 15px;
}

    .card-header {
        padding: 22px 12px;
    }

    .card-title {
        font-size: 1.5em;
    }

    .card-subtitle {
        font-size: 0.85em;
    }

    .badge-multiplier {
        width: 40px;
        height: 40px;
        font-size: 1.2em;
        top: 15px;
        left: 15px;
    }

    .wifi-icon {
        font-size: 2.8em;
    }

    .router-icon {
        width: 8em;
        height: 8em;
        margin-top: -12px;
    }

    .card-body {
        padding: 18px 12px;
        gap: 8px;
    }

    .feature-item {
        font-size: 0.85em;
        gap: 10px;
        margin-left: 0;
    }

    .feature-item i {
        font-size: 1.4em;
        width: 26px;
        margin-left: 0;
    }
}

/* Smartphones muito pequenos (320px) */
@media (max-width: 320px) {

     .frase-efeito {
    font-size: 1.4em;
    font-family: 'Alibaba Sans', sans-serif;
    font-weight: 500;
    color: #0033ff;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}
    .section-header h1 {
        font-size: 1.5em;
    }

    .section-header p {
        font-size: 0.95em;
    }

    .card-title {
        font-size: 1.4em;
    }

    .card-subtitle {
        font-size: 0.8em;
    }
    .wifi-mesh-section {
    max-width: auto;
    margin: 0 auto;
    padding: 10px;
}

    .badge-multiplier {
        width: 38px;
        height: 38px;
        font-size: 1.1em;
    }

    .wifi-icon {
        font-size: 2.6em;
    }

    .router-icon {
        width: 7.5em;
        height: 7.5em;
    }

    .feature-item {
        font-size: 0.8em;
    }

    .feature-item i {
        font-size: 1.3em;
        width: 24px;
    }
}

   
/* === HUMANE === */
@font-face {
  font-family: 'Humane';
  src: url('/assets/fonts/Humane-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Humane';
  src: url('/assets/fonts/Humane-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Humane';
  src: url('/assets/fonts/Humane-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Humane';
  src: url('/assets/fonts/Humane-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Humane';
  src: url('/assets/fonts/Humane-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/* === ALIBABA SANS === */
@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Alibaba Sans';
  src: url('/assets/fonts/AlibabaSans-Heavy.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* === MONUMENT EXTENDED === */
@font-face {
  font-family: 'Monument Extended';
  src: url('/assets/fonts/MonumentExtended-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Monument Extended';
  src: url('/assets/fonts/MonumentExtended-Ultrabold.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

/* ==================== ESTILOS BASE (DESKTOP) ==================== */

* {
  margin: 0;
  padding: 0;
 
}

/* Barra superior */
.top-bar {
    background: #0033ff;
    color: white;
    padding: 15px 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500;
    font-family: 'Alibaba Sans', sans-serif;
}

/* Container com gradiente animado */
.container-fundo {
    position: relative;
    overflow: hidden;
    background: #ff6600;
}


.diferencial-section {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    align-items: stretch;
    gap: 0;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    min-height: 400px;
}

/* Coluna esquerda - Texto */
.content-left {
    color: white;
    font-family: 'Alibaba Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 80px 60px 60px;
   
    z-index:10
}

.main-title {
    font-size: 5em;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 80px;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.benefits-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.benefit-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(10px);
}

.benefit-arrow {
    font-size: 2em;
    color: white;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 5px;
}

.benefit-text {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: 500;
}

/* Coluna direita - Imagem */
.content-right {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    min-height: 600px;
}

.image-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tech-image {
    width: 100%;
    height: 100%;
    max-height: auto;
    
    border-radius: 0;
    object-fit: cover;
    object-position: right top;
}
.logo-image {
    width: 100px;
    height: auto; /* mantém proporção */
}

/* Responsivo */
@media (max-width: 768px) {
    .logo-image {
        width: 60px;
    }
}
/* Badge flutuante */
.floating-badge {
    position: absolute;
    top: 40px;
    right: 400px;
    background: #0033ff;
    color: white;
    padding: 30px 25px;
    border-radius: 30px 30px 0 30px;
    font-size: 1.8em;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
    box-shadow: 0 8px 30px rgba(0, 51, 255, 0.6);
    font-family: 'Alibaba Sans', sans-serif;
    animation: float 3s ease-in-out infinite;
    z-index: 10;
}

.badge-icon {
    font-size: 2em;
    margin-top: 10px;
    animation: pulse 2s ease-in-out infinite;
}

/* Animação de flutuação */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Animação de pulso */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* ==================== RESPONSIVIDADE ==================== */

/* Tablets grandes (1200px) */
@media (max-width: 1200px) {
    .content-left {
        padding: 50px 60px 50px 50px;
    }

    .main-title {
        font-size: 3.5em;
    }

    .benefit-text {
        font-size: 1.3em;
    }

    .floating-badge {
        font-size: 1.6em;
        padding: 25px 20px;
        top: 30px;
        right: 40px;
    }
}

/* Tablets (900px) */
@media (max-width: 900px) {
    .diferencial-section {
        grid-template-columns: 1fr;
        gap: 0;
        min-height: auto;
    }

    .content-left {
        padding: 50px 40px;
        align-items: center;
        text-align: center;
    }

    .main-title {
        font-size: 3em;
    }

    .benefit-item {
        text-align: left;
    }

    .content-right {
        order: -1;
        min-height: 400px;
        justify-content: center;
    }

    .image-container {
        max-width: 400px;
        margin: 0 auto;
    }

    .tech-image {
        border-radius: 0 0 30px 30px;
    }

    .floating-badge {
        top: 20px;
        right: 20px;
        font-size: 1.5em;
        padding: 22px 18px;
    }
}

/* Smartphones grandes (768px) */
@media (max-width: 768px) {
    .top-bar {
        font-size: 1em;
        padding: 12px 20px;
    }

    .container-fundo {
        background-size: 300% 300%;
    }

    .content-left {
        padding: 40px 30px;
    }

    .main-title {
        font-size: 2.5em;
        margin-bottom: 25px;
    }

    .benefits-list {
        gap: 30px;
    }

    .benefit-item {
        padding: 15px;
        border-radius: 12px;
    }

    .benefit-arrow {
        font-size: 1.8em;
    }

    .benefit-text {
        font-size: 1.1em;
    }

    .content-right {
        min-height: 350px;
    }

    .image-container {
        max-width: 350px;
    }

    .floating-badge {
        display: none; /* ESCONDE em mobile */
    }
}

/* Smartphones médios (600px) */
@media (max-width: 600px) {
    .top-bar {
        font-size: 0.95em;
        padding: 12px 15px;
    }

    .content-left {
        padding: 35px 20px;
    }

    .main-title {
        font-size: 2.2em;
        margin-bottom: 30px;
    }

    .benefits-list {
        gap: 25px;
    }

    .benefit-item {
        gap: 15px;
        padding: 12px;
    }

    .benefit-arrow {
        font-size: 1.6em;
    }

    .benefit-text {
        font-size: 1em;
    }

    .content-right {
        min-height: 300px;
    }

    .image-container {
        max-width: 100%;
    }

    .tech-image {
        border-radius: 0 0 25px 25px;
    }
}

/* Smartphones pequenos (480px) */
@media (max-width: 480px) {
    .top-bar {
        font-size: 0.9em;
        padding: 10px 12px;
    }

    .content-left {
        padding: 30px 15px;
    }

    .main-title {
        font-size: 1.9em;
        margin-bottom: 25px;
    }

    .benefits-list {
        gap: 20px;
    }

    .benefit-item {
        padding: 10px;
        border-radius: 10px;
    }

    .benefit-arrow {
        font-size: 1.5em;
    }

    .benefit-text {
        font-size: 0.95em;
        line-height: 1.4;
    }

    .content-right {
        min-height: 280px;
    }

    .tech-image {
        border-radius: 0 0 20px 20px;
    }
}

/* Smartphones muito pequenos (360px) */
@media (max-width: 360px) {
    .top-bar {
        font-size: 0.85em;
        padding: 10px 10px;
    }

    .content-left {
        padding: 25px 12px;
    }

    .main-title {
        font-size: 1.7em;
        margin-bottom: 20px;
    }

    .benefits-list {
        gap: 18px;
    }

    .benefit-item {
        padding: 8px;
    }

    .benefit-arrow {
        font-size: 1.4em;
    }

    .benefit-text {
        font-size: 0.9em;
    }

    .content-right {
        min-height: 260px;
    }
}

/* Smartphones extra pequenos (320px) */
@media (max-width: 320px) {
    .main-title {
        font-size: 1.5em;
    }

    .benefit-text {
        font-size: 0.85em;
    }

    .content-right {
        min-height: 240px;
    }
}
/* ==================== ESTILOS BASE (DESKTOP) ==================== */

.promocao-banner {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.8fr 1.2fr 0.7fr;
    min-height: 300px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    font-family: 'Alibaba Sans', sans-serif;
    overflow: visible;
    margin-top: 100px;
    background: #0033ff;
}

/* Seção Azul - Esquerda */
.secao-azul {
    background: #0033ff;
    color: white;
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: visible;
}

.secao-azul h1 {
    font-size: 3em;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.1;
}

.secao-azul p {
    font-size: 1.15em;
    line-height: 1.6;
    font-weight: 400;
}

/* Seção Laranja - Centro */
.secao-laranja {
    background: #ff6600;
    color: white;
    clip-path: polygon(
      0 0, 
      calc(100% - 50px) 0, 
      100% 50px, 
      100% 100%, 
      50px 100%, 
      0 calc(100% - 50px)
    );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    width: auto;
    min-height: calc(100% + 100px);
    margin-top: -50px;
    margin-bottom: -40px;
    z-index: 3;
    filter: drop-shadow(0 0 0 8px #000);
    overflow: visible;
}

/* Borda esquerda */
.secao-laranja::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background: white;
    z-index: 1;
}

/* Borda direita */
.secao-laranja::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 60%;
    background: white;
    z-index: 1;
}

.secao-laranja-topo {
    font-size: 1.3em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Alibaba Sans', sans-serif;
}

.preco-container {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: -25px 0;
    overflow: visible;
    position: relative;
}

.cifrao {
    background: white;
    top: 50%;
    left: 49%;
    color: #ff6600;
    border-radius: 50%;
    width: 60px;
    position: absolute;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8em;
    font-weight: 700;
    transform: translate(-50%, -50%);
    z-index: 100;
    overflow: visible;
}

.preco-grande {
    font-size: 15em;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -18px;
    margin-left: 20px;
    font-family: 'Alibaba Sans', sans-serif;
}

.preco-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 10px;
    height: 100%;
}

.preco-centavos {
    font-size: 5em;
    font-weight: 900;
    line-height: 1.5;
}

.preco-mes {
    font-size: 3em;
    font-weight: 400;
    line-height: 1;
}

.preco-duracao {
    font-size: 0.9em;
    font-weight: 500;
    margin-top: 5px;
}

.secao-laranja-rodape {
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 15px;
    letter-spacing: 2px;
}

/* Seção Azul - Direita (WhatsApp) */
.secao-whatsapp {
    background: #0033ff;
    color: white;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    margin-left: -30px;
}

.whatsapp-icon {
    width: 120px;
    height: 120px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.whatsapp-icon i {
    font-size: 4em;
    color: #ff6600;
}

.whatsapp-texto {
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
}

/* ==================== RESPONSIVIDADE ==================== */

/* Tablets grandes (1200px) */
@media (max-width: 1200px) {
    .promocao-banner {
        grid-template-columns: 1fr;
        margin-top: 60px;
    }

    .secao-azul,
    .secao-whatsapp {
        clip-path: none;
        margin-left: 0;
    }

    .secao-laranja {
        clip-path: polygon(
          0 0, 
          calc(100% - 40px) 0, 
          100% 40px, 
          100% 100%, 
          40px 100%, 
          0 calc(100% - 40px)
        );
        margin-top: 0;
        margin-bottom: 0;
        min-height: auto;
        padding: 40px 30px;
        filter: drop-shadow(0 0 0 6px #000);
    }

    .secao-azul h1 {
        font-size: 2.5em;
    }

    .secao-azul p {
        font-size: 1.1em;
    }

    .preco-grande {
        font-size: 12em;
        letter-spacing: -15px;
    }

    .preco-centavos {
        font-size: 4.5em;
    }

    .preco-mes {
        font-size: 2.5em;
    }

    .cifrao {
        width: 55px;
        height: 55px;
        font-size: 1.7em;
    }

    .secao-laranja-topo {
        font-size: 1.2em;
    }

    .secao-laranja-rodape {
        font-size: 1.3em;
    }
}

/* Tablets (900px) */
@media (max-width: 900px) {
    .promocao-banner {
        margin-top: 50px;
    }

    .secao-azul {
        padding: 35px 40px;
    }

    .secao-azul h1 {
        font-size: 2.2em;
    }

    .secao-azul p {
        font-size: 1.05em;
    }

    .secao-laranja {
        padding: 35px 25px;
        clip-path: polygon(
          0 0, 
          calc(100% - 35px) 0, 
          100% 35px, 
          100% 100%, 
          35px 100%, 
          0 calc(100% - 35px)
        );
        filter: drop-shadow(0 0 0 5px #000);
    }

    .preco-grande {
        font-size: 10em;
        letter-spacing: -12px;
    }

    .preco-centavos {
        font-size: 4em;
    }

    .preco-mes {
        font-size: 2.2em;
    }

    .cifrao {
        width: 50px;
        height: 50px;
        font-size: 1.6em;
    }

    .whatsapp-icon {
        width: 110px;
        height: 110px;
    }

    .whatsapp-icon i {
        font-size: 3.5em;
    }

    .whatsapp-texto {
        font-size: 1.7em;
    }
}

/* Smartphones grandes (768px) */
@media (max-width: 768px) {
    .promocao-banner {
        margin-top: 40px;
        min-height: auto;
    }

    .secao-azul {
        padding: 30px 30px;
    }

    .secao-azul h1 {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .secao-azul p {
        font-size: 1em;
        line-height: 1.5;
    }

    .secao-laranja {
        padding: 30px 20px;
        clip-path: polygon(
          0 0, 
          calc(100% - 30px) 0, 
          100% 30px, 
          100% 100%, 
          30px 100%, 
          0 calc(100% - 30px)
        );
        filter: drop-shadow(0 0 0 4px #000);
    }

    .secao-laranja::before,
    .secao-laranja::after {
        height: 50%;
    }

    .secao-laranja-topo {
        font-size: 1em;
        letter-spacing: 0.5px;
    }

    .preco-container {
        margin: -20px 0;
    }

    .preco-grande {
        font-size: 8em;
        letter-spacing: -10px;
        margin-left: 15px;
    }

    .preco-centavos {
        font-size: 3.5em;
        line-height: 1.3;
    }

    .preco-mes {
        font-size: 2em;
    }

    .preco-duracao {
        font-size: 0.8em;
    }

    .cifrao {
        width: 45px;
        height: 45px;
        font-size: 1.4em;
    }

    .secao-laranja-rodape {
        font-size: 1.1em;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .secao-whatsapp {
        padding: 35px 25px;
    }

    .whatsapp-icon {
        width: 100px;
        height: 100px;
    }

    .whatsapp-icon i {
        font-size: 3em;
    }

    .whatsapp-texto {
        font-size: 1.5em;
    }
}

/* Smartphones médios (600px) */
@media (max-width: 600px) {
    .promocao-banner {
        margin-top: 30px;
    }

    .secao-azul {
        padding: 25px 25px;
    }

    .secao-azul h1 {
        font-size: 1.8em;
    }

    .secao-azul p {
        font-size: 0.95em;
    }

    .secao-laranja {
        padding: 25px 15px;
        clip-path: polygon(
          0 0, 
          calc(100% - 25px) 0, 
          100% 25px, 
          100% 100%, 
          25px 100%, 
          0 calc(100% - 25px)
        );
        filter: drop-shadow(0 0 0 3px #000);
    }

    .secao-laranja-topo {
        font-size: 0.9em;
    }

    .preco-grande {
        font-size: 7em;
        letter-spacing: -8px;
        margin-left: 10px;
    }

    .preco-centavos {
        font-size: 3em;
    }

    .preco-mes {
        font-size: 1.8em;
    }

    .preco-duracao {
        font-size: 0.75em;
    }

    .cifrao {
        width: 40px;
        height: 40px;
        font-size: 1.3em;
    }

    .secao-laranja-rodape {
        font-size: 1em;
    }

    .whatsapp-icon {
        width: 90px;
        height: 90px;
    }

    .whatsapp-icon i {
        font-size: 2.8em;
    }

    .whatsapp-texto {
        font-size: 1.4em;
    }
}

/* Smartphones pequenos (480px) */
@media (max-width: 480px) {
    .promocao-banner {
        margin-top: 20px;
    }

    .secao-azul {
        padding: 20px 20px;
    }

    .secao-azul h1 {
        font-size: 1.6em;
        margin-bottom: 12px;
    }

    .secao-azul p {
        font-size: 0.9em;
        line-height: 1.4;
    }

    .secao-laranja {
        padding: 20px 12px;
        clip-path: polygon(
          0 0, 
          calc(100% - 20px) 0, 
          100% 20px, 
          100% 100%, 
          20px 100%, 
          0 calc(100% - 20px)
        );
        filter: drop-shadow(0 0 0 3px #000);
    }

    .secao-laranja::before,
    .secao-laranja::after {
        width: 1px;
        height: 40%;
    }

    .secao-laranja-topo {
        font-size: 0.8em;
        letter-spacing: 0;
    }

    .preco-container {
        margin: -15px 0;
    }

    .preco-grande {
        font-size: 6em;
        letter-spacing: -6px;
        margin-left: 8px;
    }

    .preco-centavos {
        font-size: 2.5em;
    }

    .preco-mes {
        font-size: 1.5em;
    }

    .preco-duracao {
        font-size: 0.7em;
        margin-top: 3px;
    }

    .cifrao {
        width: 35px;
        height: 35px;
        font-size: 1.2em;
    }

    .secao-laranja-rodape {
        font-size: 0.9em;
        letter-spacing: 0.5px;
        margin-top: 8px;
    }

    .secao-whatsapp {
        padding: 30px 20px;
    }

    .whatsapp-icon {
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }

    .whatsapp-icon i {
        font-size: 2.5em;
    }

    .whatsapp-texto {
        font-size: 1.3em;
    }
}

/* Smartphones muito pequenos (360px) */
@media (max-width: 360px) {
    .secao-azul h1 {
        font-size: 1.4em;
    }

    .secao-azul p {
        font-size: 0.85em;
    }

    .secao-laranja {
        padding: 18px 10px;
    }

    .secao-laranja-topo {
        font-size: 0.75em;
    }

    .preco-grande {
        font-size: 5em;
        letter-spacing: -5px;
    }

    .preco-centavos {
        font-size: 2.2em;
    }

    .preco-mes {
        font-size: 1.3em;
    }

    .preco-duracao {
        font-size: 0.65em;
    }

    .cifrao {
        width: 32px;
        height: 32px;
        font-size: 1.1em;
    }

    .secao-laranja-rodape {
        font-size: 0.8em;
    }

    .whatsapp-icon {
        width: 70px;
        height: 70px;
    }

    .whatsapp-icon i {
        font-size: 2.2em;
    }

    .whatsapp-texto {
        font-size: 1.2em;
    }
}


 /* Container principal */
        .central-container {
            background: white;
            max-width: 1400px;
            margin: 0 auto;
            border-radius: 0;
            overflow: visible;
            
            position: relative;
        }

        /* Barra laranja superior */
        .top-orange-bar {
            background: #ff6600;
            height: 8px;
            width: 100%;
        }

        /* Grid principal */
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            min-height: 500px;
        }

        /* Lado esquerdo - Laranja */
        .left-section {
            background: #ff6600;
            padding: 60px 80px;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
        }

        .left-content {
            z-index: 2;
        }

        .main-title {
            font-size: 3.5em;
            font-weight: 800;
            margin-bottom: 50px;
            line-height: 1.1;
            color: #fff;
            font-family: 'Alibaba Sans', sans-serif;
        }

        .services-title {
            font-size: 1.8em;
            font-weight: 700;
            color: #fff;
            margin-bottom: 30px;
            font-family: 'Alibaba Sans', sans-serif;
        }

        .services-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-bottom: 50px;
        }

        .service-item {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 1.3em;
            font-weight: 600;
            color: #fff;
        }

        .service-icon {
            font-size: 1.5em;
            color: #fff;
            width: 30px;
            text-align: center;
        }

        /* App download section */
        .app-section {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

        .google-play-badge {
            width: 180px;
            cursor: pointer;
            transition: transform 0.3s ease;
        }

        .google-play-badge:hover {
            transform: scale(1.05);
        }

        .app-text {
            font-size: 1.1em;
            font-weight: 600;
            line-height: 1.4;
        }

        .app-text strong {
            font-weight: 800;
        }

        /* Lado direito - Login */
        .right-section {
            background: white;
            padding: 60px 80px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .login-form {
            width: 100%;
            max-width: 450px;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .input-field {
            width: 100%;
            padding: 18px 25px;
            font-size: 1.1em;
            border: 2px solid #0033ff;
            border-radius: 50px;
            outline: none;
            transition: all 0.3s ease;
            text-align: center;
            font-weight: 500;
        }

        .input-field::placeholder {
            color: #999;
            font-weight: 400;
        }

        .input-field:focus {
            border-color: #ff6600;
            box-shadow: 0 0 0 4px rgba(255, 102, 0, 0.1);
        }

        .divider {
            text-align: center;
            color: #999;
            font-size: 1em;
            font-weight: 600;
            position: relative;
        }

        .divider::before,
        .divider::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 40%;
            height: 1px;
            background: #ddd;
        }

        .divider::before {
            left: 0;
        }

        .divider::after {
            right: 0;
        }

        .submit-btn {
            width: 100%;
            padding: 20px;
            font-size: 1.4em;
            font-weight: 800;
            color: white;
            background: #ff6600;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            box-shadow: 0 4px 20px rgba(255, 102, 0, 0.3);
        }

        .submit-btn:hover {
            background: #ff8833;
            transform: translateY(-2px);
            box-shadow: 0 6px 25px rgba(255, 102, 0, 0.4);
        }

        /* Responsividade */
        @media (max-width: 1200px) {
            .left-section {
                padding: 50px 60px;
            }

            .right-section {
                padding: 50px 60px;
            }

            .main-title {
                font-size: 3em;
            }

            .services-title {
                font-size: 1.6em;
            }

            .service-item {
                font-size: 1.2em;
            }
        }

        @media (max-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr;
            }

            .left-section {
                clip-path: none;
                padding: 40px 40px;
            }

            .main-title {
                font-size: 2.8em;
                text-align: center;
            }

            .services-title {
                text-align: center;
            }

            .services-list {
                align-items: center;
            }

            .app-section {
                align-items: center;
                text-align: center;
            }

            .right-section {
                padding: 40px 40px;
            }
        }

        @media (max-width: 768px) {
            .left-section {
                padding: 35px 30px;
            }

            .right-section {
                padding: 35px 30px;
            }

            .main-title {
                font-size: 2.5em;
                margin-bottom: 40px;
            }

            .services-title {
                font-size: 1.5em;
            }

            .service-item {
                font-size: 1.1em;
            }

            .input-field {
                padding: 16px 22px;
                font-size: 1em;
            }

            .submit-btn {
                font-size: 1.2em;
                padding: 18px;
            }
        }

        @media (max-width: 600px) {
          

            .left-section {
                padding: 30px 20px;
            }

            .right-section {
                padding: 30px 20px;
            }

            .main-title {
                font-size: 2.2em;
            }

            .services-title {
                font-size: 1.4em;
                margin-bottom: 25px;
            }

            .services-list {
                gap: 18px;
                margin-bottom: 40px;
            }

            .service-item {
                font-size: 1em;
                gap: 12px;
            }

            .service-icon {
                font-size: 1.3em;
                width: 28px;
            }

            .google-play-badge {
                width: 160px;
            }

            .app-text {
                font-size: 1em;
            }

            .login-form {
                gap: 20px;
            }

            .input-field {
                padding: 15px 20px;
                font-size: 0.95em;
            }

            .submit-btn {
                font-size: 1.1em;
                padding: 16px;
            }
        }

        @media (max-width: 480px) {
            .main-title {
                font-size: 2em;
                margin-bottom: 35px;
            }

            .services-title {
                font-size: 1.3em;
            }

            .service-item {
                font-size: 0.95em;
            }

            .google-play-badge {
                width: 150px;
            }

            .app-text {
                font-size: 0.95em;
            }

            .input-field {
                padding: 14px 18px;
                font-size: 0.9em;
            }

            .submit-btn {
                font-size: 1em;
                padding: 15px;
            }
        }

        @media (max-width: 360px) {
            .main-title {
                font-size: 1.8em;
            }

            .services-title {
                font-size: 1.2em;
            }

            .service-item {
                font-size: 0.9em;
            }

            .app-text {
                font-size: 0.9em;
            }
        }
         /* Footer azul */
        .footer-blue {
            background: #0033ff;
            color: white;
            padding: 60px 80px;
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: start;
        }

        /* Coluna esquerda - Logo e info */
        .footer-left {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

        .footer-logo {
            width: 250px;
            margin-bottom: 20px;
        }

        .company-name {
            font-size: 2em;
            font-weight: 700;
            margin-bottom: 10px;
            font-family: 'Alibaba Sans', sans-serif;
        }

        .company-info {
            font-size: 1.1em;
            line-height: 1.6;
            font-weight: 400;
            margin-bottom: 30px;
            font-family: 'Alibaba Sans', sans-serif;
        }

        .about-text {
            font-size: 1.1em;
            line-height: 1.8;
            font-weight: 400;
            margin-bottom: 20px;
            font-family: 'Alibaba Sans', sans-serif;
        }

        .tagline {
            font-size: 1.3em;
            font-family: 'Alibaba Sans', sans-serif;
            font-weight: 700;
            margin-top: 20px;
        }

        /* Coluna direita - Redes sociais */
        .footer-right {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            font-family: 'Alibaba Sans', sans-serif;
            gap: 20px;
        }

        .social-title {
            font-size: 1.3em;
            font-weight: 300;
            margin-bottom: 10px;
        }

        .social-content {
            display: flex;
            align-items: center;
            gap: 15px;
            font-size: 2em;
            font-weight: 500;
        }

        .social-icons {
            display: flex;
            gap: 15px;
        }

        .social-icon {
            width: 45px;
            height: 45px;
            background: white;
            color: #0033ff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .social-icon:hover {
            background: #ff6600;
            color: white;
            transform: translateY(-5px);
        }

        /* Footer laranja */
        .footer-orange {
            background: #ff6600;
            color: white;
            padding: 25px 80px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .copyright {
            font-size: 1.1em;
            font-weight: 500;
            font-family: 'Alibaba Sans', sans-serif;
        }

        .policy-link {
            color: white;
            text-decoration: none;
            font-size: 1.1em;
            font-weight: 500;
            transition: all 0.3s ease;
            font-family: 'Alibaba Sans', sans-serif;
        }

        .policy-link:hover {
            text-decoration: underline;
            opacity: 0.9;
        }

        /* Responsividade */
        @media (max-width: 1200px) {
            .footer-blue {
                padding: 50px 60px;
            }

            .footer-orange {
                padding: 20px 60px;
            }

            .footer-logo {
                width: 220px;
            }

            .company-name {
                font-size: 1.8em;
            }
        }

        @media (max-width: 900px) {
            .footer-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .footer-right {
                align-items: flex-start;
            }

            .footer-blue {
                padding: 40px 40px;
            }

            .footer-orange {
                padding: 20px 40px;
                flex-direction: column;
                gap: 15px;
                text-align: center;
            }
        }

        @media (max-width: 768px) {
            .footer-blue {
                padding: 35px 30px;
            }

            .footer-orange {
                padding: 18px 30px;
            }

            .footer-logo {
                width: 200px;
            }

            .company-name {
                font-size: 1.6em;
            }

            .company-info,
            .about-text {
                font-size: 1em;
            }

            .tagline {
                font-size: 1.2em;
            }

            .social-title {
                font-size: 1.2em;
            }

            .social-content {
                font-size: 1.8em;
            }

            .social-icon {
                width: 40px;
                height: 40px;
                font-size: 20px;
            }

            .copyright,
            .policy-link {
                font-size: 1em;
            }
        }

        @media (max-width: 600px) {
            .footer-blue {
                padding: 30px 20px;
            }

            .footer-orange {
                padding: 15px 20px;
            }

            .footer-logo {
                width: 180px;
            }

            .company-name {
                font-size: 1.5em;
            }

            .company-info,
            .about-text {
                font-size: 0.95em;
                line-height: 1.6;
            }

            .tagline {
                font-size: 1.1em;
            }

            .social-title {
                font-size: 1.1em;
            }

            .social-content {
                font-size: 1.6em;
                flex-wrap: wrap;
            }

            .social-icon {
                width: 38px;
                height: 38px;
                font-size: 18px;
            }

            .copyright,
            .policy-link {
                font-size: 0.95em;
            }
        }

        @media (max-width: 480px) {
            .footer-blue {
                padding: 25px 15px;
            }

            .footer-orange {
                padding: 12px 15px;
            }

            .footer-logo {
                width: 160px;
                margin-bottom: 15px;
            }

            .company-name {
                font-size: 1.4em;
            }

            .company-info,
            .about-text {
                font-size: 0.9em;
            }

            .tagline {
                font-size: 1em;
                margin-top: 15px;
            }

            .social-title {
                font-size: 1em;
            }

            .social-content {
                font-size: 1.4em;
            }

            .social-icon {
                width: 36px;
                height: 36px;
                font-size: 16px;
            }

            .copyright,
            .policy-link {
                font-size: 0.9em;
            }
        }

        @media (max-width: 360px) {
            .footer-logo {
                width: 150px;
            }

            .company-name {
                font-size: 1.3em;
            }

            .company-info,
            .about-text {
                font-size: 0.85em;
            }

            .tagline {
                font-size: 0.95em;
            }

            .social-content {
                font-size: 1.3em;
            }

            .copyright,
            .policy-link {
                font-size: 0.85em;
            }
        }
        
        .whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25D366;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: visible;
}

/* Ícone */
.whatsapp-button img {
  width: 35px;
  height: 35px;
  z-index: 2;
}

/* Efeito hover */
.whatsapp-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
}

/* 🔹 Efeito pulsar suave */
.whatsapp-button::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(37, 211, 102, 0.5);
  z-index: 1;
  animation: ripple 2.5s infinite ease-out;
}

/* 🔹 Animação ripple/pulse */
@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* 🔹 Responsivo — ajusta em celulares menores */
@media (max-width: 400px) {
  .whatsapp-button {
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }

  .whatsapp-button img {
    width: 28px;
    height: 28px;
  }
}



