/* --- ESTILOS GLOBAIS E VARIÁVEIS (TEMA CLARO) --- */
:root {
    --primary-color-1: #e0f7fa; /* Azul muito claro */
    --primary-color-2: #fce4ec; /* Rosa muito claro */
    --text-color: #37474f;     /* Cinza azulado escuro */
    --heading-color: #263238;   /* Cinza mais escuro para títulos */
    --accent-color: #ec407a;     /* Rosa vibrante para detalhes */
    --glass-bg: rgba(255, 255, 255, 0.6);
    --glass-border: rgba(255, 255, 255, 0.4);
    --whatsapp-color: #25D366;
    --success-color: #4caf50;
    --error-color: #f44336;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: var(--text-color);
    background: linear-gradient(120deg, var(--primary-color-1), var(--primary-color-2));
    background-attachment: fixed;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    z-index: -1;
    pointer-events: none;
}

/* --- ESTILOS BASE (MOBILE FIRST) --- */

.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    border: 1px solid var(--glass-border);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

header {
    padding: 10px 4%;
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    min-height: 50px;
}

.logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--heading-color);
    white-space: nowrap;
}

#nav-links {
    list-style: none;
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    transition: right 0.3s ease;
    display: flex;
    z-index: 200;
}

#nav-links.is-active { 
    right: 0; 
}

#nav-links a { 
    color: var(--heading-color); 
    text-decoration: none; 
    font-size: 1.2rem; 
    font-weight: 500;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

#nav-links a:hover {
    background: rgba(236, 64, 122, 0.1);
    color: var(--accent-color);
}

#hamburger-btn {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 300;
    padding: 8px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

#hamburger-btn:hover {
    background: rgba(0, 0, 0, 0.05);
}

#hamburger-btn .line { 
    width: 24px; 
    height: 2px; 
    background-color: var(--heading-color); 
    border-radius: 2px;
    transition: all 0.3s ease;
}

#hamburger-btn.is-active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

#hamburger-btn.is-active .line:nth-child(2) {
    opacity: 0;
}

#hamburger-btn.is-active .line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

main {
    padding: 20px 4% 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#hero { 
    text-align: center; 
    padding: 120px 10px 60px; /* espaço superior para a imagem do título */
    width: 100%;
    position: relative;
    z-index: 1;
}

.hero-content h1 { 
    font-size: 2.2rem; 
    margin-bottom: 15px; 
    color: var(--heading-color);
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Ícone (favicon) como marca d'água atrás do título */
.hero-title {
	position: relative;
	display: inline-block;
	/* espaço extra acima para a imagem sobrepor sem ser cortada */
	padding: clamp(24px, 3vw, 36px) 16px 8px;
	z-index: 0;
}

.hero-title::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	/* sobe levemente a imagem */
	transform: translate(-50%, -62%);
	/* aumenta o tamanho para melhor presença visual */
	width: clamp(140px, 20vw, 240px);
	height: clamp(140px, 20vw, 240px);
	background-image: url('../images/pequenopolegar.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.15));
	pointer-events: none;
	z-index: -1; /* fica atrás do texto sem cortar */
}

.hero-content p { 
    font-size: 1.1rem; 
    margin-bottom: 25px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.cta-button {
    background: linear-gradient(135deg, var(--accent-color), #d81b60);
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(236, 64, 122, 0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    min-height: 48px;
}

.cta-button:hover { 
    transform: translateY(-2px); 
    box-shadow: 0 6px 20px rgba(236, 64, 122, 0.5);
}

.cta-button:active {
    transform: translateY(0);
}

.content-card { 
    width: 100%; 
    padding: 25px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.content-card h2 { 
    font-size: 1.8rem; 
    margin-bottom: 20px; 
    color: var(--heading-color); 
    border-bottom: 2px solid rgba(0, 0, 0, 0.08); 
    padding-bottom: 10px;
    line-height: 1.3;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.content-card p { 
    margin-bottom: 1em;
    line-height: 1.7;
}

.content-card ul { 
    list-style-position: inside; 
    padding-left: 0;
}

.content-card li { 
    margin-bottom: 10px;
    line-height: 1.6;
}

footer {
    padding: 25px 4%;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid var(--glass-border);
    margin-top: 40px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.footer-content { 
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    text-align: center; 
    gap: 15px;
}

.social-links a { 
    color: var(--text-color); 
    transition: all 0.3s ease;
    display: inline-block;
    padding: 8px;
}

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

.social-links svg { 
    fill: currentColor;
    width: 24px;
    height: 24px;
}

/* Botão Flutuante (FAB) do WhatsApp */
.whatsapp-fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background-color: var(--whatsapp-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 1000;
    border: none;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.whatsapp-fab:hover { 
    transform: scale(1.1); 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.whatsapp-fab:active {
    transform: scale(0.95);
}

.whatsapp-fab svg {
    width: 28px;
    height: 28px;
}

.fade-in-section { 
    opacity: 0; 
    transform: translateY(20px); 
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    width: 100%;
    position: relative;
    z-index: 1;
}

.fade-in-section.is-visible { 
    opacity: 1; 
    transform: translateY(0);
}

/* --- ESTILOS PARA TELAS MAIORES (TABLET E DESKTOP) --- */
@media (min-width: 768px) {
    header {
        padding: 15px 5%;
    }
    
    nav {
        padding: 12px 25px;
    }
    
    .logo {
        font-size: 1.6rem;
    }
    
    #hamburger-btn { 
        display: none; 
    }
    
    #nav-links {
        position: static;
        flex-direction: row;
        height: auto;
        width: auto;
        max-width: none;
        background: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        gap: 30px;
        right: 0;
    }
    
    #nav-links a { 
        font-size: 1rem;
        padding: 8px 16px;
    }
    
    main {
        padding: 20px 5% 60px;
        gap: 40px;
    }
    
    #hero {
        padding: 140px 10px 80px; /* aumenta também no desktop */
    }
    
    .hero-content h1 { 
        font-size: 3.2rem;
    }
    
    .hero-content p {
        font-size: 1.2rem;
    }
    
    .content-card { 
        padding: 40px;
    }
    
    .content-card h2 {
        font-size: 2.2rem;
    }
    
    .footer-content { 
        flex-direction: row; 
        justify-content: space-between;
    }
}

@media (min-width: 1024px) {
    .content-card { 
        max-width: 900px;
        padding: 50px;
    }
    
    .hero-content h1 {
        font-size: 3.8rem;
    }
}

/* --- ESTILOS DOS DIFERENCIAIS --- */
.diferenciais-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 25px;
}

.diferencial-card {
    background: rgba(255, 255, 255, 0.4);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.diferencial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.diferencial-card:hover::before {
    left: 100%;
}

.diferencial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.6);
}

.diferencial-icon {
    font-size: 3rem;
    margin-bottom: 15px;
    display: block;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.diferencial-card h3 {
    font-size: 1.3rem;
    margin-bottom: 12px;
    color: var(--heading-color);
    font-weight: 600;
}

.diferencial-card p {
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
}

/* Responsividade dos diferenciais */
@media (min-width: 500px) {
    .diferenciais-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .diferenciais-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .diferencial-card {
        padding: 30px;
    }
    
    .diferencial-icon {
        font-size: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .diferenciais-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
}

/* --- ESTILOS DA GALERIA DE IMAGENS INTERATIVA --- */
.image-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 25px;
    width: 100%;
}

.gallery-item {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    aspect-ratio: 4/3;
    background: #f0f0f0;
}

.gallery-item:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.3s ease;
}

.gallery-item:hover img {
    filter: brightness(0.8);
}

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.zoom-icon {
    font-size: 1.8rem;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

/* Ajuste para telas maiores */
@media (min-width: 500px) {
    .image-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 768px) {
    .image-gallery {
        gap: 20px;
    }
    
    .gallery-item {
        aspect-ratio: 3/2;
    }
}

/* --- LIGHTBOX --- */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.lightbox.active {
    display: flex;
    opacity: 1;
    animation: lightboxFadeIn 0.3s ease-out;
}

@keyframes lightboxFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.lightbox-content {
    position: relative;
    max-width: 95%;
    max-height: 95%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
}

.lightbox-content img {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    background: transparent;
}

.lightbox-caption {
    color: white;
    margin-top: 15px;
    font-size: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    word-wrap: break-word;
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: white;
    font-size: 1.5rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
}

.lightbox-close {
    top: 10px;
    right: 10px;
}

.lightbox-prev {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-next {
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Responsividade do lightbox */
@media (min-width: 768px) {
    .lightbox {
        padding: 40px;
    }
    
    .lightbox-close {
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
    
    .lightbox-prev {
        left: 20px;
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
    
    .lightbox-next {
        right: 20px;
        width: 50px;
        height: 50px;
        font-size: 2rem;
    }
    
    .lightbox-caption {
        font-size: 1.1rem;
    }
}

/* --- ESTILOS DO FAQ --- */
.faq-container {
    margin-top: 25px;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.faq-question {
    width: 100%;
    padding: 20px;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    color: var(--heading-color);
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(236, 64, 122, 0.05);
}

.faq-question:focus {
    outline: none;
    background: rgba(236, 64, 122, 0.1);
}

.faq-icon {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--accent-color);
    transition: transform 0.3s ease;
    min-width: 20px;
    text-align: center;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 20px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 0 20px 20px;
}

.faq-answer p {
    margin: 0;
    line-height: 1.6;
    color: var(--text-color);
}

/* Garantir que o FAQ comece fechado */
.faq-item:not(.active) .faq-answer {
    max-height: 0 !important;
    padding: 0 20px !important;
}

/* Responsividade do FAQ */
@media (min-width: 768px) {
    .faq-question {
        padding: 25px;
        font-size: 1.1rem;
    }
    
    .faq-item.active .faq-answer {
        padding: 0 25px 25px;
    }
    
    .faq-item:not(.active) .faq-answer {
        padding: 0 25px !important;
    }
}

/* --- ESTILOS DO FORMULÁRIO DE CONTATO --- */
.contact-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
    width: 100%;
}

.contact-info h3,
.contact-form h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--heading-color);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    padding-bottom: 8px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info li {
    margin-bottom: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    border-left: 4px solid var(--accent-color);
    line-height: 1.5;
}

.map-container {
    margin-top: 25px;
}

.map-container h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: var(--heading-color);
}

.map-container iframe {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    border: none;
}

.map-link {
    display: inline-block;
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 500;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    font-size: 0.95rem;
}

.map-link:hover {
    background: rgba(255, 255, 255, 0.5);
    border-color: var(--accent-color);
    transform: translateY(-2px);
}

.contact-form {
    background: rgba(255, 255, 255, 0.4);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--heading-color);
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7);
    font-family: inherit;
    font-size: 1rem;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent-color);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 3px rgba(236, 64, 122, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
    max-height: 300px;
}

/* Formatação de telefone */
.form-group input[type="tel"] {
    font-family: 'Courier New', monospace;
    letter-spacing: 1px;
}

.submit-btn {
    background: linear-gradient(135deg, var(--accent-color), #d81b60);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(236, 64, 122, 0.4);
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(236, 64, 122, 0.5);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Estados de loading e feedback */
.submit-btn.loading {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
}

.submit-btn.loading::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-left: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Mensagens de feedback */
.feedback-message {
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 0.95rem;
}

.feedback-message.success {
    background: rgba(76, 175, 80, 0.1);
    border: 2px solid var(--success-color);
    color: #2e7d32;
}

.feedback-message.error {
    background: rgba(244, 67, 54, 0.1);
    border: 2px solid var(--error-color);
    color: #c62828;
}

/* Responsividade do formulário */
@media (min-width: 768px) {
    .contact-container {
        flex-direction: row;
        align-items: flex-start;
        gap: 30px;
    }
    
    .contact-info,
    .contact-form {
        flex: 1;
    }
    
    .map-container iframe {
        height: 300px;
    }
    
    .contact-form {
        padding: 30px;
    }
}

/* --- CORREÇÕES ESPECÍFICAS PARA ANDROID --- */
@media screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
    
    .content-card {
        padding: 20px;
        margin: 0 10px;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .hero-content p {
        font-size: 1rem;
    }
    
    .cta-button {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
    
    .whatsapp-fab {
        width: 52px;
        height: 52px;
        bottom: 15px;
        right: 15px;
    }
    
    .whatsapp-fab svg {
        width: 24px;
        height: 24px;
    }
    
    .lightbox {
        padding: 10px;
    }
    
    .lightbox-content img {
        max-height: 60vh;
    }
    
    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }
}

/* --- CORREÇÕES PARA SAFARI iOS --- */
@supports (-webkit-touch-callout: none) {
    .glass-card {
        -webkit-transform: translateZ(0);
    }
    
    .whatsapp-fab {
        -webkit-transform: translateZ(0);
    }
    
    .cta-button {
        -webkit-transform: translateZ(0);
    }
}

/* --- CORREÇÕES PARA CHROME ANDROID --- */
@media screen and (max-width: 360px) {
    .content-card {
        padding: 15px;
    }
    
    .hero-content h1 {
        font-size: 1.6rem;
    }
    
    .contact-form {
        padding: 20px;
    }
    
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 10px 12px;
        font-size: 16px;
    }
}