/* About Section - REDESIGNED V3 - Texto mais limpo e criativo */
.about-redesigned {
    padding: 8rem 5% 6rem;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
}

/* Decorative waves */
.about-wave-top {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 50' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,25 Q360,0 720,25 T1440,25 L1440,0 L0,0 Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.about-wave-bottom {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 50' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,25 Q360,50 720,25 T1440,25 L1440,50 L0,50 Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* Wave bottom para transição para seção com fundo claro/branco */
.wave-to-light {
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 50' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0,25 Q360,50 720,25 T1440,25 L1440,50 L0,50 Z' fill='%23ffffff'/%3E%3C/svg%3E") !important;
    z-index: 1;
}

.about-container-new {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.about-content-wrapper {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 6rem;
    align-items: center;
}

/* Left side - Content REFORMULADO */
.about-text-section {
    position: relative;
    padding-right: 2rem;
}

.about-title-new {
    font-family: 'Inter', sans-serif;
    font-size: clamp(3rem, 4.5vw, 4.2rem);
    font-weight: 800;
    color: #2C2C2C;
    margin-bottom: 3rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    position: relative;
}


/* Exclamação animada */
.about-title-new .exclamation {
    color: #D91B8C;
    display: inline-block;
    font-size: 1.1em;
    animation: exclamation-pop 0.8s ease-out 0.3s both;
    transform-origin: center bottom;
}



.about-title-new .highlight-word {
    color: #D91B8C;
    position: relative;
    display: inline-block;
    animation: bounce-in 0.6s ease-out;
}

@keyframes bounce-in {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes exclamation-pop {
    0% {
        transform: scale(0) rotate(-10deg);
        opacity: 0;
    }
    70% {
        transform: scale(1.2) rotate(10deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }
}





.about-description {
    margin-bottom: 2.5rem;
    border-bottom: none !important;
}



/* Primeiro parágrafo com destaque "30 anos" */
.about-intro {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    color: #444;
    margin-bottom: 1.8rem;
    line-height: 1.6;
    font-weight: 400; /* Regular */
}

.about-intro .years-highlight {
    color: #D91B8C;
    font-weight: 700; /* Bold mas mesma fonte */
}

/* Segundo parágrafo - informações das fábricas */
.about-factories {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    color: #555;
    margin-bottom: 1.8rem;
    line-height: 1.7;
    font-weight: 400; /* Regular */
}

.about-factories .location-name {
    color: #2ABFCC;
    font-weight: 600; /* Semi-bold mas mesma fonte */
}

.about-factories .location-name::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2ABFCC;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.about-factories .location-name:hover::after {
    opacity: 0.6;
}

/* Texto de destaque final */
.about-tagline {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem; /* Mesmo tamanho do segundo parágrafo */
    color: #555; /* Mesma cor do segundo parágrafo */
    font-weight: 400; /* Regular como os outros */
    font-style: normal; /* Removido o itálico */
    margin-bottom: 3rem;
    line-height: 1.7; /* Mesmo line-height */
    padding-left: 0; /* Removido o padding */
    position: relative;
}

.about-tagline::before {
    display: none;
}



@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}


/* Highlight box inline com texto */
.highlight-box {
    display: inline-flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.highlight-number {
    font-size: 3rem;
    font-weight: 900;
    color: #D91B8C;
    line-height: 1;
}

.highlight-text {
    font-size: 1.8rem;
    font-weight: 300;
    color: #666;
    letter-spacing: -0.02em;
}

.about-lead {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 2.5rem;
    font-weight: 300;
    line-height: 1.4;
}

.about-lead strong {
    font-weight: 700;
    color: #1a1a1a;
}

/* Location tags */
.locations-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.location-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    border-radius: 30px;
    font-weight: 600;
    color: #2ABFCC;
    box-shadow: 0 4px 15px rgba(42, 191, 204, 0.15);
    transition: all 0.3s ease;
}

.location-tag:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(42, 191, 204, 0.25);
}

.location-icon {
    font-size: 1.2rem;
}

.about-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    color: #666;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 2.5rem;
}

.about-subtitle strong {
    display: block;
    margin-top: 0.5rem;
    font-size: 1.3rem;
    color: #1a1a1a;
    font-weight: 700;
}

/* Botão consistente */
.about-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem 2.8rem;
    background: #D91B8C; /* Mantém a cor rosa */
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(217, 27, 140, 0.25);
    position: relative;
    overflow: hidden;
}

/* Efeito hover divertido */
.about-cta-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.about-cta-button:hover::before {
    width: 300px;
    height: 300px;
}

.about-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(217, 27, 140, 0.35);
}

.about-cta-button svg {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.about-cta-button span {
    position: relative;
    z-index: 1;
}



.about-cta-button:hover svg {
    transform: translateX(5px);
}

/* Right side - Visual */
.about-visual-section {
    position: relative;
}


.about-text-section,
.about-text-section * {
    border-bottom: none !important;
}

.about-text-section::after,
.about-text-section::before,
.about-text-section *::after,
.about-text-section *::before {
    border: none !important;
    background: none !important;
    display: none !important;
}

/* Remove especificamente linhas dos spans de localização */
.location-name::after {
    display: none !important;
}

/* Remove linha do container de descrição */
.about-description::after {
    display: none !important;
}



/* Badge circular estilo home */
.years-badge {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: #2ABFCC;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: white;
    text-align: center;
    box-shadow: 0 10px 30px rgba(42, 191, 204, 0.3);
    z-index: 10;
    animation: badgeFloat 4s ease-in-out infinite;
    transform: rotate(-10deg);
}

.badge-text-top {
    font-size: 0.85rem;
    line-height: 1;
    opacity: 0.95;
}

.badge-number {
    font-size: 2.8rem;
    margin: 0.2rem 0;
    line-height: 1;
    font-weight: 900;
}

.badge-text-bottom {
    font-size: 1.1rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.about-image-container {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.15);
    min-height: 280px;
    max-height: 320px;
    margin-bottom: 2.5rem; /* Aumentado de 1.5rem para 2.5rem */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
}


/* Ajustes responsivos */
@media (max-width: 968px) {
    .about-image-container {
        margin-bottom: 2rem;
    }
    
    .factories-showcase {
        gap: 1.2rem;
    }
    
    .factory-image {
        height: 160px;
    }
}

@media (max-width: 600px) {
    .about-image-container {
        margin-bottom: 1.5rem;
    }
    
    .factories-showcase {
        gap: 1rem;
    }
    
    .factory-image {
        height: 140px;
    }
}

/* Responsivo */
@media (max-width: 768px) {
    .about-image-container {
        min-height: 200px;
        max-height: 250px;
    }
}

@media (max-width: 480px) {
    .about-image-container {
        min-height: 180px;
        max-height: 200px;
    }
}

.about-main-image {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Mostra a imagem inteira sem cortar */
    object-position: center;
}

/* Factories showcase */
.factories-showcase {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem; /* Aumentado de 1rem para 1.5rem */
    margin-top: 1rem; /* Adiciona margem superior */
}

.factory-item {
    position: relative;
}

.factory-image {
    height: 170px; /* Aumentado de 150px para 170px */
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
    background: #e0e0e0;
}

.factory-item:hover .factory-image {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.18);
}

.factory-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.factory-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1rem;
    background: white;
    border-radius: 25px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
    white-space: nowrap;
}

.factory-label .pin {
    font-size: 1rem;
}

/* Animations */
@keyframes badgeFloat {
    0%, 100% {
        transform: translateY(0) rotate(-10deg);
    }
    50% {
        transform: translateY(-10px) rotate(-5deg);
    }
}

/* Responsive */
@media (max-width: 1200px) {
    .about-content-wrapper {
        grid-template-columns: 1fr;
        gap: 4rem;
    }
    
    /* About Section - Texto unificado e alegre */
    .about-text-section {
        position: relative;
        padding-right: 2rem;
    }

    
    .locations-row {
        justify-content: center;
    }
    
    .highlight-box {
        justify-content: center;
        width: 100%;
    }
}

/* Responsive */
@media (max-width: 768px) {
    .about-title-new {
        font-size: 2.5rem;
    }
    
    .about-intro {
        font-size: 1.1rem;
    }
    
    .about-factories {
        font-size: 1.05rem;
    }
    
    .about-tagline {
        font-size: 1rem;
    }
}




/* Seção Diferenciais */
.features-section {
    padding: 6rem 5%;
    background: linear-gradient(135deg, #f0f9ff 0%, #fef3f9 100%);
    position: relative;
    overflow: hidden;
}

.features-container {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

/* Título principal da seção */
.features-main-title {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    color: #2C2C2C;
    margin-bottom: 4rem;
    letter-spacing: -0.02em;
}

.features-main-title span {
    color: #D91B8C;
}

/* Grid dos cards */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    align-items: start;
}

/* Card individual */
.feature-card {
    text-align: center;
    padding: 3rem 2rem;
    position: relative;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 1);
}

/* Ícone wrapper */
.feature-icon-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.feature-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 2.5rem;
    position: relative;
    transition: all 0.3s ease;
}

/* Ícone 1 - Sabores */
.sabores-icon {
    background: linear-gradient(135deg, #2ABFCC, #7FE5ED);
    color: white;
    box-shadow: 0 15px 40px rgba(42, 191, 204, 0.3);
}

.sabores-icon:hover {
    transform: scale(1.1) rotate(5deg);
}

/* Ícone 2 - Preços */
.precos-icon {
    background: linear-gradient(135deg, #8BC34A, #CDDC39);
    color: white;
    box-shadow: 0 15px 40px rgba(139, 195, 74, 0.3);
}

.precos-icon:hover {
    transform: scale(1.1) rotate(-5deg);
}

/* Ícone 3 - Amor */
.amor-icon {
    background: linear-gradient(135deg, #D91B8C, #FF6BB3);
    color: white;
    box-shadow: 0 15px 40px rgba(217, 27, 140, 0.3);
}

.amor-icon:hover {
    transform: scale(1.1) rotate(5deg);
}

.icon-heart {
    animation: heartbeat 1.5s ease-in-out infinite;
}

@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* Títulos dos cards */
.feature-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

/* Texto dos cards */
.feature-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.05rem;
    color: #3d3d3d;
    line-height: 1.7;
    font-weight: 400;
}

/* Decoração inferior do card */
.feature-decoration {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #2ABFCC, #D91B8C);
    margin: 2rem auto 0;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover .feature-decoration {
    opacity: 1;
}

/* Animação de entrada */
.feature-card {
    animation: fadeInUp 0.8s ease-out;
    animation-fill-mode: both;
}

.feature-card:nth-child(1) {
    animation-delay: 0.1s;
}

.feature-card:nth-child(2) {
    animation-delay: 0.2s;
}

.feature-card:nth-child(3) {
    animation-delay: 0.3s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 968px) {
    .features-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .feature-card {
        padding: 2rem 1rem;
    }
}

@media (max-width: 600px) {
    .features-main-title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
    
    .feature-icon {
        width: 100px;
        height: 100px;
        font-size: 2rem;
    }
    
    .feature-title {
        font-size: 1.3rem;
    }
    
    .feature-text {
        font-size: 1rem;
    }
}




/* CSS LIMPO E CORRETO - 3 cards x 2 linhas */
.kimania-lines {
    padding: 5rem 5%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.kimania-lines-container {
    max-width: 1400px;
    margin: 0 auto;
}

.kimania-lines-title {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    text-align: center;
    color: #2C2C2C;
    margin-bottom: 1rem;
}

.kimania-lines-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    color: #666;
    text-align: center;
    margin-bottom: 4rem;
}

/* Container do Carrossel */
.kimania-carousel {
    position: relative;
    padding: 0 80px;
    margin: 0 auto;
}

.kimania-carousel-inner {
    position: relative;
    width: 100%;
}

/* Páginas do carrossel */
.kimania-carousel-page {
    display: none;
    width: 100%;
}

.kimania-carousel-page.active {
    display: block;
}

/* GRID CORRETO - 3 colunas x 2 linhas */
.kimania-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    max-width: 100%;
}

/* Cards mais largos e menos altos */
.kimania-card {
    background: #f8f9fa;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    width: 100%;
}

.kimania-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* Imagem menos alta */
.kimania-card-img {
    width: 100%;
    height: 220px; /* Reduzido de 300px */
    overflow: hidden;
    background: #e0e0e0;
    position: relative;
}


.kimania-card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 1.3rem 1.5rem;
    color: #D91B8C;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: gap 0.3s ease;
}

.kimania-card-link:hover {
    gap: 0.7rem;
}

.kimania-card-link svg {
    width: 14px;
    height: 14px;
}

.kimania-card-link svg path {
    stroke: #D91B8C;
}


.kimania-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.kimania-card:hover .kimania-card-img img {
    transform: scale(1.06);
}

.kimania-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #2C2C2C;
    padding: 1.2rem 1.3rem 0.4rem;
    margin: 0;
}

.kimania-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: #666;
    padding: 0 1.3rem 1.5rem;
    margin: 0;
    line-height: 1.5;
}

/* Botões de navegação */
.kimania-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 2px solid #D91B8C;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.kimania-nav-btn:hover {
    background: #D91B8C;
    transform: translateY(-50%) scale(1.1);
}

.kimania-prev {
    left: 10px;
}

.kimania-next {
    right: 10px;
}

.kimania-nav-btn svg {
    width: 24px;
    height: 24px;
    display: block;
}

.kimania-nav-btn svg path {
    stroke: #D91B8C;
    stroke-width: 2;
    fill: none;
    transition: stroke 0.3s ease;
}

.kimania-nav-btn:hover svg path {
    stroke: white;
}

/* Indicadores */
.kimania-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 2.5rem;
}

.kimania-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.kimania-dot.active {
    width: 30px;
    border-radius: 6px;
    background: #D91B8C;
}

.kimania-dot:hover {
    background: #D91B8C;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 1024px) {
    .kimania-card-img {
        height: 200px;
    }
}

@media (max-width: 768px) {
    .kimania-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .kimania-carousel {
        padding: 0 60px;
    }
    
    .kimania-card-img {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .kimania-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .kimania-carousel {
        padding: 0 50px;
    }
    
    .kimania-nav-btn {
        width: 45px;
        height: 45px;
    }
    
    .kimania-card-img {
        height: 200px;
    }
}










/* Background com ondas ao invés de diagonais */
.diagonal-bg-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 Q360,0 720,40 T1440,40 L1440,0 L0,0 Z' fill='%23ffffff' fill-opacity='0.5'/%3E%3C/svg%3E");
    background-size: cover;
}



.diagonal-bg-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 Q360,0 720,40 T1440,40 L1440,80 L0,80 Z' fill='%23ffffff' fill-opacity='0.5'/%3E%3C/svg%3E");
    background-size: cover;
}

.reseller-section-v2 {
    position: relative;
    padding: 6rem 5% 10rem; /* Reduzido padding superior */
    background: #ffffff; /* Fundo branco sólido */
    overflow: hidden;
    margin: 0; /* Remove margens */
}


/* Padrão de círculos decorativos */
.reseller-section-v2::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(42, 191, 204, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    top: -200px;
    right: -100px;
}

.reseller-container-v2 {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.reseller-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 5rem;
    align-items: center;
}

/* Conteúdo - Cores ajustadas */
.reseller-content-side {
    padding-right: 2rem;
}

.reseller-section-v2 .reseller-badge {
    display: inline-block;
    background: white;
    color: #D91B8C;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.reseller-section-v2 .reseller-title {
    font-family: 'Inter', sans-serif;
    font-size: 3.5rem;
    font-weight: 800;
    color: #2C2C2C;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.reseller-section-v2 .reseller-title span {
    color: #D91B8C;
    text-shadow: 2px 2px 4px rgba(217, 27, 140, 0.2);
}

.reseller-section-v2 .reseller-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    color: #444;
    margin-bottom: 2rem;
}

.reseller-section-v2 .reseller-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 3rem;
}

/* Mini cards de benefícios - Estilo mais leve */
.mini-benefits {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.mini-benefit {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.mini-benefit:hover {
    border-color: #2ABFCC;
    transform: translateX(10px);
    box-shadow: 0 15px 40px rgba(42, 191, 204, 0.15);
}

.mini-icon {
    font-size: 2rem;
    line-height: 1;
    background: linear-gradient(135deg, #2ABFCC, #7FE5ED);
    -webkit-background-clip: text;
    background-clip: text;
    filter: grayscale(0%) brightness(1.2);
}

.mini-benefit strong {
    display: block;
    color: #2C2C2C;
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
    font-weight: 700;
}

.mini-benefit p {
    color: #666;
    font-size: 0.95rem;
    margin: 0;
}

/* CTAs */
.reseller-cta-v2 {
    display: flex;
    gap: 1.5rem;
}


.btn-primary-v2 {
    padding: 1.2rem 2.5rem;
    background: #D91B8C; /* Cor sólida rosa */
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(217, 27, 140, 0.25);
}

.btn-primary-v2:hover {
    background: #B8137E; /* Tom mais escuro no hover */
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(217, 27, 140, 0.3);
}


.btn-secondary-v2 {
    padding: 1.2rem 2.5rem;
    background: transparent;
    color: #2ABFCC;
    border: 2px solid #2ABFCC;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}


.btn-secondary-v2:hover {
    background: #2ABFCC;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(42, 191, 204, 0.25);
}

/* Ajusta animações para serem mais suaves */
@keyframes freezerGlow {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
    }
}

@keyframes iceRing {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes floatFreezer {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.02);
    }
}

/* Freezer lado direito */
.reseller-freezer-side {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}


.freezer-showcase-img {
    width: 100%;
    max-width: 480px;
    height: auto;
    filter: drop-shadow(0 25px 50px rgba(0,0,0,0.15))
            drop-shadow(0 0 30px rgba(127, 229, 237, 0.2));
    position: relative;
    z-index: 5;
    animation: freezerFloat 6s ease-in-out infinite;
    margin-top: 20px;
}


@keyframes freezerFloat {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.02);
    }
}


/* Classes exclusivas para os produtos flutuantes da seção Revendedor */
.reseller-floating-product {
    position: absolute;
    height: auto;
    filter: drop-shadow(0 8px 20px rgba(0,0,0,0.15));
    animation: floatProduct 8s ease-in-out infinite;
    z-index: 3;
}

.reseller-product-1 {
    top: 5%;
    left: 0%;
    width: 120px;
    animation-delay: 0s;
}

.reseller-product-2 {
    top: 15%;
    right: -10%; /* Mudado de 5% para -10% - mais para fora */
    width: 130px;
    animation-delay: 1s;
}

.reseller-product-3 {
    bottom: 20%;
    left: -8%; /* Mudado de 5% para -8% - mais para fora */
    width: 100px;
    animation-delay: 2s;
}

.reseller-product-4 {
    bottom: 15%;
    right: 0%;
    width: 65px;
    animation-delay: 3s;
}


@keyframes floatProduct {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.05);
    }
}


/* Cristais de gelo mais sutis */
.ice-crystal {
    position: absolute;
    background: radial-gradient(circle, 
        rgba(127, 229, 237, 0.4) 0%, 
        transparent 50%);
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(127, 229, 237, 0.3);
}

.crystal-1 {
    width: 12px;
    height: 12px;
    top: 10%;
    left: 20%;
    animation: sparkle 3s ease-in-out infinite;
}

.crystal-2 {
    width: 8px;
    height: 8px;
    top: 30%;
    right: 25%;
    animation: sparkle 3.5s ease-in-out infinite 0.5s;
}

.crystal-3 {
    width: 10px;
    height: 10px;
    bottom: 25%;
    left: 30%;
    animation: sparkle 4s ease-in-out infinite 1s;
}

.crystal-4 {
    width: 14px;
    height: 14px;
    bottom: 15%;
    right: 20%;
    animation: sparkle 3.2s ease-in-out infinite 1.5s;
}

@keyframes sparkle {
    0%, 100% {
        transform: scale(0) rotate(0deg);
        opacity: 0;
    }
    50% {
        transform: scale(1) rotate(180deg);
        opacity: 1;
    }
}

/* Ajustes nos cards para combinar com fundo mais claro */
.mini-benefit {
    background: white;
    box-shadow: 0 8px 25px rgba(0,0,0,0.06);
    border: 1px solid rgba(42, 191, 204, 0.1);
}

.mini-benefit:hover {
    border-color: #2ABFCC;
    box-shadow: 0 12px 35px rgba(42, 191, 204, 0.12);
}

.ice-crystals {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}


/* Container com destaque para o freezer */
.freezer-showcase-wrapper {
    position: relative;
    width: 550px;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}


.freezer-showcase-wrapper::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle at center,
        rgba(127, 229, 237, 0.15) 0%,
        rgba(42, 191, 204, 0.1) 30%,
        transparent 60%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: freezerGlowPulse 4s ease-in-out infinite;
}


/* Anel de destaque */
.freezer-showcase-wrapper::after {
    content: '';
    position: absolute;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    border: 2px solid rgba(127, 229, 237, 0.2);
    box-shadow: 0 0 20px rgba(127, 229, 237, 0.15);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: iceRingPulse 5s ease-in-out infinite;
}


@keyframes freezerGlowPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
    }
}

@keyframes iceRingPulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.02);
        opacity: 0.8;
    }
}


/* Glow colorido atrás do freezer */
.reseller-freezer-side::before {
    content: '';
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255,255,255,0.5) 0%, transparent 60%);
    border-radius: 50%;
    filter: blur(40px);
    z-index: 1;
}

@keyframes floatFreezer {
    0%, 100% {
        transform: translateY(0) rotate(-2deg);
    }
    50% {
        transform: translateY(-20px) rotate(2deg);
    }
}

/* Responsive */
@media (max-width: 968px) {
    .reseller-grid {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .reseller-freezer-side {
        order: -1;
        margin-bottom: 2rem;
    }
    
    .freezer-showcase-img {
        max-width: 350px;
    }
}

@media (max-width: 600px) {
    .reseller-section-v2 {
        padding: 5rem 5%;
    }
    
    .reseller-section-v2 .reseller-title {
        font-size: 2.5rem;
    }
    
    .mini-benefits {
        gap: 1rem;
    }
    
    .reseller-cta-v2 {
        flex-direction: column;
    }
}





/* Footer Principal */
.main-footer {
    background: #2ABFCC;
    color: white;
    padding: 4rem 0 0;
    margin-top: 0; /* Remove margem para conectar com seção anterior */
    position: relative;
}

/* Wave decorativa no topo */
.main-footer::before {
    content: '';
    position: absolute;
    top: -79px;
    left: 0;
    width: 100%;
    height: 80px;
    background: url("data:image/svg+xml,%3Csvg viewBox='0 0 1440 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,40 Q360,20 720,40 T1440,40 L1440,80 L0,80 Z' fill='%232ABFCC'/%3E%3C/svg%3E");
    background-size: cover;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5%;
}


.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 4rem;
    margin-bottom: 3rem;
    align-items: start; /* Alinhamento melhorado */
}

/* Coluna da marca */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-start; /* Alinha à esquerda */
}

.footer-logo {
    width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-slogan {
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    letter-spacing: -0.02em;
    margin: 0;
    line-height: 1.2; /* Melhor espaçamento */
}

/* Redes sociais */
.footer-social {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    background: white;
    transform: translateY(-3px);
}

.footer-social-icon svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.footer-social-icon:hover svg {
    fill: #2ABFCC;
}

/* Colunas de localização */
.footer-location {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-location-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.8rem; /* Ajustado */
    height: 32px; /* Altura fixa para alinhar títulos */
    display: flex;
    align-items: center;
}


.footer-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.footer-info-list li {
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.footer-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

/* Botão Fale Conosco */
.footer-contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-top: 1rem; /* Margem consistente */
    transition: all 0.3s ease;
    width: fit-content;
}



.footer-contact-btn:hover {
    background: #25D366; /* Cor do WhatsApp */
    transform: translateY(-2px);
}

.footer-contact-btn svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Divisor */
.footer-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 2rem 0;
}

/* Copyright */
.footer-copyright {
    padding: 1.5rem 0;
    text-align: center;
}

.footer-copyright p {
    font-family: 'Inter', sans-serif;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.footer-dev-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-dev-link:hover {
    color: white;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 968px) {
    .footer-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .footer-brand {
        align-items: center;
    }
    
    .footer-location {
        align-items: center;
    }
    
    .footer-info-list li {
        justify-content: center;
    }
    
    .footer-contact-btn {
        margin: 1rem auto 0;
    }
}

@media (max-width: 600px) {
    .footer-slogan {
        font-size: 1.4rem;
    }
    
    .footer-logo {
        width: 140px;
    }
}


