/* ================================================================
   BARATÃO DOS PNEUS - HOME CSS
   home.css - ESTILOS COMPLETOS
   ================================================================ */

/* ================================================================
   1. RESET E BASE
   ================================================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
    background: #0A0A0A;
    color: #FFFFFF;
}

/* ================================================================
   2. TEXT-SHADOW PARA CONTRASTE
   ================================================================ */
p,
.subtitle,
.section-description,
.hero-subtitle,
.final-subtitle,
.testimonial-card blockquote,
.card p,
.tech-feature p,
.service-card p,
.philosophy-item p,
.stat-label,
.brands-label,
.guarantees span,
.final-description {
    text-shadow: 
        0 0 10px rgba(0, 0, 0, 0.9),
        0 0 20px rgba(0, 0, 0, 0.8),
        0 4px 8px rgba(0, 0, 0, 0.9),
        2px 2px 4px rgba(0, 0, 0, 0.8);
}

h1, h2, h3, h4 {
    text-shadow: 
        0 0 15px rgba(0, 0, 0, 0.8),
        0 0 30px rgba(0, 0, 0, 0.6),
        0 4px 8px rgba(0, 0, 0, 0.9);
}

/* ================================================================
   3. HEADER
   ================================================================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 68px;
    background: rgba(10, 10, 10, 0.92);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    padding: 0 24px;
}

.header .container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
}

.logo img {
    height: 190px;
    width: auto;
    margin-top: 100px;
}

.logo-text {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.logo-text small {
    display: block;
    font-size: 0.5rem;
    font-weight: 500;
    color: #FF6B00;
    letter-spacing: 2px;
}

.nav-main ul {
    display: flex;
    gap: 20px;
    list-style: none;
}

.nav-main a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: color 0.3s;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.nav-main a:hover,
.nav-main a.active {
    color: #fff;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-app-header {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 50px;
    background: #FF6B00;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.btn-app-header:hover {
    background: #E85A00;
    transform: scale(1.05);
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}

.menu-toggle span {
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

/* ================================================================
   4. SCROLL HORIZONTAL
   ================================================================ */
.horizontal-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding-top: 68px;
}

.horizontal-scroll {
    display: flex;
    flex-wrap: nowrap;
    width: 700vw;
    height: 100vh;
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

/* ================================================================
   5. TELAS
   ================================================================ */
.scene {
    flex: 0 0 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 40px 40px;
    overflow-y: auto;
    position: relative;
}

.scene-content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.scene-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.scene-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scene-bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.overlay-default {
    background: rgba(0, 0, 0, 0.136);
}

/* Cores de fundo para cada tela (fallback) */
.scene-0 .scene-bg { background: #0A0A0A; }
.scene-1 .scene-bg { background: #1A1A2E; }
.scene-2 .scene-bg { background: #16213E; }
.scene-3 .scene-bg { background: #1A1A2E; }
.scene-4 .scene-bg { background: #0F3460; }
.scene-5 .scene-bg { background: #16213E; }
.scene-6 .scene-bg { background: #0A0A0A; }

/* ================================================================
   6. ELEMENTOS DE TEXTO
   ================================================================ */
.tag {
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #f2f607;
    background: rgba(2, 2, 2, 0.938);
    padding: 4px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 107, 0, 0.15);
    margin-bottom: 12px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

h1, h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    line-height: 1.05;
    color: #fff;
}

h1 { font-size: 3.8rem; }
h2 { font-size: 3.2rem; }

.highlight {
    background: linear-gradient(135deg, #FF6B00, #FF8C38);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #FF8C38;
    background-clip: text;
}

.subtitle {
    font-weight: 800;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.7;
    max-width: 550px;
}

.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ================================================================
   7. BOTÕES
   ================================================================ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s;
    border: 2px solid transparent;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.btn-primary {
    background: linear-gradient(135deg, #FF6B00, #FF8C38);
    color: #fff;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 107, 0, 0.3);
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.15);
}

.btn-secondary:hover {
    border-color: #FF6B00;
    color: #FF6B00;
}

.btn-lg {
    padding: 16px 40px;
    font-size: 1rem;
}

.btn-app {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.btn-app:hover {
    background: rgba(255, 107, 0, 0.12);
    border-color: #FF6B00;
    color: #fff;
}

.btn-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.btn-group-center { justify-content: center; }

/* ================================================================
   8. ESTATÍSTICAS
   ================================================================ */
.stats {
    display: flex;
    gap: 32px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
}

.stat-divider {
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.06);
}

/* ================================================================
   9. FILOSOFIA
   ================================================================ */
.philosophy-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 16px 0;
}

.philosophy-item {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.philosophy-icon {
    font-size: 1.5rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.philosophy-item p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1rem;
    font-weight: 800;
}

/* ================================================================
   10. GRIDS
   ================================================================ */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 20px 0;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px 0;
}

/* ================================================================
   11. CARDS
   ================================================================ */
.card {
    background: rgba(6, 6, 6, 0.588);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    transition: all 0.3s;
}

.card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 107, 0, 0.2);
    transform: translateY(-4px);
}

.card .icon {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 10px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.card h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.card p {
    color: rgb(248, 243, 243);
    font-size: 0.85rem;
    line-height: 1.6;
}

.card .read-more {
    color: #FF6B00;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    display: inline-block;
    margin-top: 8px;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.card .read-more:hover { color: #fff; }

/* ================================================================
   12. DEPOIMENTOS
   ================================================================ */
.testimonial-card {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.testimonial-card .stars {
    color: #FFD600;
    font-size: 1rem;
    letter-spacing: 2px;
    margin-bottom: 6px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.testimonial-card blockquote {
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
    font-size: 0.95rem;
    line-height: 1.6;
}

.testimonial-card .author { margin-top: 10px; }
.testimonial-card .author strong {
    color: #fff;
    display: block;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.testimonial-card .author span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

/* ================================================================
   13. MARCAS
   ================================================================ */
.brands-logos {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    align-items: center;
    margin: 12px 0;
}

.brands-logos img {
    height: 32px;
    width: auto;
    opacity: 0.6;
    filter: grayscale(100%) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.8));
    transition: all 0.3s;
}

.brands-logos img:hover {
    opacity: 1;
    filter: grayscale(0%) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.8));
}

.brands-highlight {
    color: #FF6B00;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 8px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.9);
}

.brands-label {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.8rem;
}

/* ================================================================
   14. GARANTIAS
   ================================================================ */
.guarantees {
    display: flex;
    justify-content: center;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 16px;
}

.guarantees span {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8rem;
}

/* ================================================================
   15. SERVIÇOS - TELA 6 (COM SCROLL VERTICAL)
   ================================================================ */
.scene-5 {
    align-items: flex-start !important;
    padding-top: 40px !important;
    overflow-y: auto !important;
}

.scene-5 .scene-content {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
}

.scene-5 .services-header {
    margin-bottom: 16px;
}

.scene-5 .services-header .tag {
    margin-bottom: 6px;
}

.scene-5 .services-header h2 {
    font-size: 2.8rem;
    margin-bottom: 4px;
}

.scene-5 .services-header p {
    font-size: 0.9rem;
    margin-bottom: 12px;
}

.scene-5 .services-segments {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.scene-5 .service-segment {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 16px 20px;
    transition: all 0.3s ease;
}

.scene-5 .service-segment:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 107, 0, 0.15);
}

.scene-5 .segment-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #FF8C38;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.scene-5 .segment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 8px;
}

.scene-5 .service-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
}

.scene-5 .service-item:hover {
    background: rgba(255, 255, 255, 0.06);
    transform: translateX(4px);
}

.scene-5 .service-item .service-icon {
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 2px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.scene-5 .service-item h4 {
    font-family: 'Outfit', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    color: #f2f602;
    margin-bottom: 1px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.scene-5 .service-item p {
    font-size: 0.75rem;
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.scene-5 .btn-group {
    margin-top: 20px;
    padding-bottom: 20px;
}

/* ================================================================
   16. NAVEGAÇÃO - DOTS E SETAS
   ================================================================ */
.scroll-nav {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 18px;
    background: rgba(10, 10, 10, 0.75);
    backdrop-filter: blur(16px);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.scroll-dots {
    display: flex;
    gap: 6px;
}

.scroll-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0;
}

.scroll-dots .dot.active {
    background: #FF6B00;
    transform: scale(1.3);
    box-shadow: 0 0 12px rgba(255, 107, 0, 0.3);
}

.scroll-dots .dot:hover { transform: scale(1.1); }

.scroll-counter {
    font-size: 0.65rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.4);
    min-width: 32px;
    text-align: center;
}

.scroll-counter .current { color: #FF6B00; }

.nav-arrow {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-arrow:hover {
    background: rgba(255, 107, 0, 0.12);
    border-color: #FF6B00;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.nav-prev { left: 12px; }
.nav-next { right: 12px; }

/* ================================================================
   17. APP FLUTUANTE
   ================================================================ */
.app-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 50px;
    background: linear-gradient(135deg, #FF6B00, #FF8C38);
    color: #fff;
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(255, 107, 0, 0.3);
    transition: all 0.3s;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.app-float:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 40px rgba(255, 107, 0, 0.5);
}

.app-float .pulse {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00C853;
    border: 2px solid #0A0A0A;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.5; }
}

/* ================================================================
   18. WHATSAPP FLUTUANTE
   ================================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 140px;
    right: 20px;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border-radius: 50px;
    background: #25D366;
    color: #fff;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
    box-shadow: 0 4px 24px rgba(37, 211, 102, 0.35);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.whatsapp-float:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 40px rgba(37, 211, 102, 0.5);
    color: #fff;
}

.whatsapp-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.whatsapp-icon-wrapper svg {
    display: block;
}

.whatsapp-tooltip {
    font-size: 0.8rem;
    white-space: nowrap;
}

.whatsapp-pulse {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00C853;
    border: 2px solid #0A0A0A;
    animation: pulse-dot-whatsapp 1.5s ease-in-out infinite;
}

@keyframes pulse-dot-whatsapp {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.5;
    }
}

/* ================================================================
   19. RESPONSIVIDADE
   ================================================================ */
@media (max-width: 1024px) {
    h1 { font-size: 3rem; }
    h2 { font-size: 2.6rem; }
    .grid-3 { grid-template-columns: repeat(2, 1fr); }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .scene { padding: 70px 30px 30px; }
    .brands-logos img { height: 28px; }
    
    .scene-5 {
        padding-top: 30px !important;
    }
    .scene-5 .services-header h2 {
        font-size: 2.4rem;
    }
    .scene-5 .segment-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .nav-main { display: none; }
    .menu-toggle { display: flex; }
    .btn-app-header span { display: none; }

    .logo img {
        height: 150px;
        margin-top: 40px;
    }

    h1 { font-size: 2.2rem; }
    h2 { font-size: 2rem; }
    .subtitle { font-size: 0.95rem; }

    .grid-3 { grid-template-columns: 1fr; }
    .grid-4 { grid-template-columns: 1fr 1fr; }
    .grid-2 { grid-template-columns: 1fr; }

    .stats { flex-wrap: wrap; gap: 14px; }
    .stat-divider { display: none; }
    .stat-number { font-size: 1.4rem; }

    .btn-group { flex-direction: column; align-items: stretch; }
    .btn-group .btn { justify-content: center; }

    .scene { padding: 60px 16px 20px; }
    
    .scene-5 {
        padding-top: 20px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .scene-5 .services-header h2 {
        font-size: 2rem;
    }
    .scene-5 .segment-grid {
        grid-template-columns: 1fr;
    }
    .scene-5 .service-segment {
        padding: 12px 14px;
    }
    .scene-5 .segment-title {
        font-size: 0.9rem;
    }
    .scene-5 .service-item {
        padding: 6px 10px;
    }
    .scene-5 .service-item h4 {
        font-size: 0.8rem;
    }
    .scene-5 .service-item p {
        font-size: 0.7rem;
    }

    /* WhatsApp Mobile */
    .whatsapp-float {
        bottom: 110px;
        right: 12px;
        padding: 10px 14px;
        font-size: 0.75rem;
    }
    .whatsapp-tooltip {
        display: none;
    }
    .whatsapp-icon-wrapper svg {
        width: 24px;
        height: 24px;
    }

    .scroll-nav {
        bottom: 16px;
        padding: 6px 14px;
        gap: 10px;
    }
    .scroll-dots .dot { width: 6px; height: 6px; }
    .scroll-counter { font-size: 0.55rem; min-width: 28px; }

    .nav-arrow { width: 28px; height: 28px; font-size: 1rem; }
    .nav-prev { left: 6px; }
    .nav-next { right: 6px; }

    .app-float {
        bottom: 76px;
        right: 12px;
        padding: 8px 12px;
        font-size: 0.7rem;
    }
    .app-float .app-text { display: none; }

    .brands-logos { gap: 14px; }
    .brands-logos img { height: 20px; }
    .guarantees { gap: 12px; }
    .guarantees span { font-size: 0.7rem; }

    .philosophy-item {
        justify-content: center;
        flex-wrap: wrap;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .logo img {
        height: 120px;
        margin-top: 30px;
    }

    h1 { font-size: 1.8rem; }
    h2 { font-size: 1.6rem; }
    .grid-4 { grid-template-columns: 1fr; }
    .stats { gap: 10px; }
    .stat-number { font-size: 1.2rem; }
    .stat-label { font-size: 0.65rem; }
    .scene { padding: 56px 12px 16px; }
    .brands-logos { gap: 10px; }
    .brands-logos img { height: 16px; }
    
    .scene-5 {
        padding-top: 15px !important;
    }
    .scene-5 .services-header h2 {
        font-size: 1.6rem;
    }
    .scene-5 .service-segment {
        padding: 10px 12px;
    }

    /* WhatsApp Mobile Pequeno */
    .whatsapp-float {
        bottom: 100px;
        right: 10px;
        padding: 10px 14px;
        font-size: 0.7rem;
    }
    .whatsapp-icon-wrapper svg {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 380px) {
    .logo img {
        height: 100px;
        margin-top: 20px;
    }
    
    .whatsapp-float {
        bottom: 90px;
        right: 8px;
        padding: 8px 12px;
        font-size: 0.65rem;
    }
    .whatsapp-icon-wrapper svg {
        width: 20px;
        height: 20px;
    }
}