/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #2C3E50;
    background: #ffffff;
}

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

/* Variáveis */
:root {
    --primary: #E91E63;
    --secondary: #4FC3F7;
    --accent: #FFD54F;
    --dark: #2C3E50;
    --light: #F8F9FA;
    --white: #ffffff;
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    --radius: 16px;
    --gradient: linear-gradient(135deg, #E91E63, #4FC3F7);
}

/* Header Mobile */
.header {
    background: var(--white);
    padding: 1rem 0;
    box-shadow: var(--shadow);
    position: sticky;
    top: 0;
    z-index: 100;
}

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

.logo {
    height: 50px;
    width: auto;
}

.brand h1 {
    color: var(--primary);
    font-size: 1.8rem;
    font-weight: 700;
}

/* Hero Mobile */
.hero {
    background: var(--gradient);
    padding: 2rem 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

/* Balões Decorativos */
.balloons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.balloon {
    position: absolute;
    width: 30px;
    height: 40px;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation: float 4s ease-in-out infinite;
    opacity: 0.8;
}

.balloon-pink {
    background: #E91E63;
    top: 15%;
    left: 10%;
    animation-delay: 0s;
}

.balloon-blue {
    background: #4FC3F7;
    top: 25%;
    right: 15%;
    animation-delay: 1s;
}

.balloon-yellow {
    background: #FFD54F;
    top: 45%;
    left: 20%;
    animation-delay: 2s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(-2deg); }
    50% { transform: translateY(-15px) rotate(2deg); }
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 2;
}

.hero-content h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--white);
    margin-bottom: 1rem;
    line-height: 1.2;
}

.highlight {
    color: var(--accent);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
    line-height: 1.5;
}

/* Botões de Ação */
.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: var(--radius);
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.whatsapp {
    background: #25D366;
    color: var(--white);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
}

.whatsapp:hover {
    background: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
}

.phone {
    background: rgba(255, 255, 255, 0.2);
    color: var(--white);
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.phone:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Cards de Informação */
.info-cards {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.info-card {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    font-weight: 500;
}

.info-card i {
    color: var(--accent);
    font-size: 1.1rem;
}

/* Menu de Navegação */
.nav-menu {
    background: var(--white);
    padding: 1.5rem 0;
    box-shadow: var(--shadow);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: var(--light);
    border-radius: var(--radius);
    color: var(--dark);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    font-weight: 500;
}

.menu-item:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
}

.menu-item i {
    font-size: 1.5rem;
    color: var(--primary);
    transition: color 0.3s ease;
}

.menu-item:hover i {
    color: var(--white);
}

/* Seções */
.section {
    padding: 3rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 2.5rem;
}

.section-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 0.5rem;
}

.section-header p {
    color: #666;
    font-size: 1rem;
}

.section-header.white h2,
.section-header.white p {
    color: var(--white);
}

/* Seção Sobre */
.about {
    background: var(--light);
}

.about-content {
    text-align: center;
}

.about-text h3 {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 1rem;
}

.about-text p {
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.stat {
    background: var(--white);
    padding: 1.5rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
}

.stat h4 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.stat p {
    color: #666;
    font-size: 0.9rem;
}

/* Seção Serviços */
.services-grid {
    display: grid;
    gap: 1.5rem;
}

.service-card {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    width: 60px;
    height: 60px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
}

.service-icon i {
    font-size: 1.5rem;
    color: var(--white);
}

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

.service-card p {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.service-card ul {
    list-style: none;
    text-align: left;
}

.service-card li {
    padding: 0.3rem 0;
    color: #666;
    font-size: 0.9rem;
    position: relative;
    padding-left: 1.5rem;
}

.service-card li:before {
    content: "🎈";
    position: absolute;
    left: 0;
}

/* Seção Galeria */
.gallery {
    background: var(--light);
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.gallery-item {
    aspect-ratio: 1;
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.gallery-item:hover {
    transform: scale(1.05);
}

.gallery-item i {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.gallery-item h4 {
    font-size: 1rem;
}

.princesa { background: linear-gradient(135deg, #E91E63, #AD1457); }
.super-heroi { background: linear-gradient(135deg, #2196F3, #1565C0); }
.unicornio { background: linear-gradient(135deg, #9C27B0, #6A1B9A); }
.carros { background: linear-gradient(135deg, #FF5722, #D84315); }
.safari { background: linear-gradient(135deg, #4CAF50, #2E7D32); }
.frozen { background: linear-gradient(135deg, #00BCD4, #0097A7); }

/* Seção Depoimentos */
.testimonials-grid {
    display: grid;
    gap: 1.5rem;
}

.testimonial {
    background: var(--white);
    padding: 2rem;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    text-align: center;
}

.stars {
    color: var(--accent);
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.testimonial p {
    color: #666;
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.author strong {
    color: var(--dark);
    display: block;
    margin-bottom: 0.2rem;
}

.author span {
    color: var(--primary);
    font-size: 0.9rem;
}

/* Seção Contato */
.contact {
    background: var(--gradient);
    color: var(--white);
}

/* Orçamento Rápido */
.quick-quote {
    background: rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
    border-radius: var(--radius);
    backdrop-filter: blur(10px);
    margin-bottom: 3rem;
    text-align: center;
}

.quick-quote h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.quick-quote p {
    margin-bottom: 2rem;
    opacity: 0.9;
}

.theme-selector {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.theme-option {
    background: rgba(255, 255, 255, 0.15);
    padding: 1.5rem 1rem;
    border-radius: var(--radius);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.theme-option:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
}

.theme-option.selected {
    background: rgba(255, 255, 255, 0.3);
    border-color: var(--accent);
    transform: translateY(-3px);
}

.theme-option i {
    font-size: 2rem;
    color: var(--accent);
    margin-bottom: 0.5rem;
    display: block;
}

.theme-option span {
    font-weight: 600;
    font-size: 0.9rem;
}

/* Formulário de Orçamento */
.quote-form {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: var(--radius);
    backdrop-filter: blur(10px);
    margin-top: 2rem;
}

.selected-theme {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
}

.selected-theme .theme-icon {
    font-size: 1.5rem;
    color: var(--accent);
}

.selected-theme .theme-name {
    font-weight: 600;
    font-size: 1.1rem;
}

.change-theme {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.change-theme:hover {
    background: rgba(255, 255, 255, 0.1);
}

.form-steps {
    margin-bottom: 2rem;
}

.step {
    display: none;
    text-align: left;
}

.step.active {
    display: block;
}

.step h4 {
    margin-bottom: 1.5rem;
    color: var(--accent);
    font-size: 1.2rem;
}

.step input,
.step select {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: var(--radius);
    font-size: 1rem;
    font-family: inherit;
    background: rgba(255, 255, 255, 0.9);
    color: var(--dark);
}

.step input:focus,
.step select:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
}

.decoration-options {
    display: grid;
    gap: 1rem;
}

.option {
    cursor: pointer;
}

.option input {
    display: none;
}

.option-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
    border-radius: var(--radius);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
}

.option input:checked + .option-card {
    background: rgba(255, 255, 255, 0.2);
    border-color: var(--accent);
    transform: scale(1.02);
}

.option-card h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: var(--white);
}

.option-card p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}

.option-card .price {
    color: var(--accent);
    font-weight: 600;
    font-size: 1rem;
}

.step-controls {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.btn-back {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: var(--white);
}

.btn-back:hover {
    background: rgba(255, 255, 255, 0.1);
}

.btn-next {
    background: var(--accent);
    color: var(--dark);
    font-weight: 600;
}

.btn-next:hover {
    background: #FFE082;
    transform: translateY(-2px);
}

.btn-submit {
    width: 100%;
    padding: 1.2rem 2rem;
    background: #25D366;
    color: var(--white);
    border: none;
    border-radius: var(--radius);
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    font-family: inherit;
}

.btn-submit:hover {
    background: #1da851;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.btn-submit:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.btn-submit i {
    font-size: 1.2rem;
}

/* Contato Tradicional */
.contact-traditional {
    text-align: center;
}

.contact-traditional h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.contact-methods {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem;
}

.contact-method {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    text-decoration: none;
    color: var(--white);
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.contact-method:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.contact-method.whatsapp:hover {
    background: rgba(37, 211, 102, 0.3);
}

.contact-method.phone:hover {
    background: rgba(33, 150, 243, 0.3);
}

.contact-method.instagram:hover {
    background: rgba(233, 30, 99, 0.3);
}

.contact-method i {
    font-size: 2rem;
    color: var(--accent);
    min-width: 50px;
}

.contact-method h4 {
    font-size: 1.1rem;
    margin-bottom: 0.2rem;
}

.contact-method p {
    opacity: 0.9;
    font-size: 0.95rem;
}

.location-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--radius);
    font-size: 0.9rem;
    opacity: 0.9;
}

.location-info i {
    color: var(--accent);
}

/* Footer */
.footer {
    background: var(--dark);
    color: var(--white);
    padding: 2rem 0 1rem;
}

.footer-content {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-brand {
    text-align: center;
}

.footer-logo {
    height: 60px;
    margin-bottom: 1rem;
}

.footer-brand p {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.5;
}

.footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.footer-section h4 {
    color: var(--primary);
    margin-bottom: 1rem;
}

.footer-section p {
    color: #ccc;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--primary);
    border-radius: 50%;
    color: var(--white);
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-links a:hover {
    transform: scale(1.1);
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 1rem;
    text-align: center;
    color: #ccc;
    font-size: 0.85rem;
}

/* Responsividade Tablet e Desktop */
@media (min-width: 768px) {
    .container {
        max-width: 1200px;
        padding: 0 2rem;
    }
    
    .brand h1 {
        font-size: 2.2rem;
    }
    
    .hero {
        min-height: 80vh;
        padding: 4rem 0;
    }
    
    .hero-content h2 {
        font-size: 3.5rem;
    }
    
    .action-buttons {
        flex-direction: row;
        justify-content: center;
    }
    
    .balloon {
        width: 40px;
        height: 55px;
    }
    
    .menu-grid {
        max-width: 600px;
        margin: 0 auto;
    }
    
    .services-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    
    .gallery-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    
    .contact-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .footer-content {
        grid-template-columns: 2fr 1fr;
        align-items: start;
    }
    
    .footer-brand {
        text-align: left;
    }
}

/* Pequenos ajustes para telas muito pequenas */
@media (max-width: 480px) {
    .hero-content h2 {
        font-size: 2rem;
    }
    
    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    
    .menu-item {
        padding: 0.8rem;
        font-size: 0.8rem;
    }
    
    .stats {
        grid-template-columns: 1fr;
        gap: 0.8rem;
    }
    
    .gallery-grid {
        gap: 0.8rem;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .theme-selector {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.8rem;
    }
    
    .theme-option {
        padding: 1rem 0.5rem;
    }
    
    .theme-option i {
        font-size: 1.5rem;
    }
    
    .theme-option span {
        font-size: 0.8rem;
    }
    
    .quick-quote {
        padding: 1.5rem;
    }
    
    .quote-form {
        padding: 1.5rem;
    }
    
    .step-controls {
        flex-direction: column;
    }
    
    .contact-methods {
        gap: 0.8rem;
    }
    
    .contact-method {
        padding: 1rem;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}

/* Scrollbar personalizada */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}