:root {
    --bg-page: #ffffff;
    --bg-card: #ffffff;
    --text-main: #1d1d1f;
    --accent: #007bff;
    --border-color: rgba(0,0,0,0.06);
    --radius: 36px;
}

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

body {
    background-color: var(--bg-page);
    color: var(--text-main);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #55555a;
    margin-top: 12px;
}

.babylonica { font-family: 'Babylonica', cursive; }

/* Configuração de Seção Full Width */
.secao {
    width: 100%;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

#inicio {
    padding-top: 10px;
}

.centered {
    text-align: center;
    display: flex;  
    justify-content: center;
    padding: 0;
    margin: 0;
}

.rowlines {
    flex-direction: column;
}

.end {
    background-color: #007bff;
}

a {
    text-decoration: none;
    color:#e0e0e0;
}
.copy {
    color: #e0e0e0;
    margin-top: 20px;
}

.bordered {
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: var(--radius);
}

/* O Card Estilo NoteBlocks */
.block-card {
    background: var(--bg-card);
    width: 100%;
    max-width: 1200px;
    padding: 60px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.cards:hover { 
    overflow: hidden; 
    box-shadow: 0 20px 40px rgba(0,0,0,0.25); 
    transform: translateY(-5px);
    border-radius: var(--radius);
}

.wide-row {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.wide-col {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.wide-row.reverse { flex-direction: row-reverse; }

.texto-container { flex: 1; }
.imagem-container img { width: 70%; border-radius: 20px;  }


/* Hero Specific */
.logo-hero { font-size: 9rem; color: var(--accent); margin-bottom: 20px; }
.titulo-destaque { font-size: 3.8rem; line-height: 1; margin-bottom: 25px; font-weight: 800; }
.titulo-destaque span { color: var(--accent); opacity: 0.8; }

.titulo-bloco { font-size: 3rem; line-height: 1; margin-bottom: 18px; font-weight: 600; }
.titulo-bloco span { color: var(--accent); opacity: 0.8; }

/* Store Buttons */
.store-buttons { display: flex; gap: 15px; margin-top: 40px; }
.store-btn {
    background: #000;
    color: white;
    padding: 12px 24px;
    border-radius: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
}
.store-btn i { font-size: 1.5rem; }
.store-btn span { font-weight: 600; font-size: 0.9rem; }
.store-btn:hover { transform: translateY(-3px); background: #333; }

/* Grid Bento */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}
.bento-item { flex-direction: column; text-align: center; padding: 40px; }
.bento-item i { font-size: 2.5rem; color: var(--accent); margin-bottom: 20px; }

/* Visual Placeholder for Row */
.visual-placeholder {
    flex: 1;
    display: flex;
    justify-content: center;
}
.icon-block {
    width: 200px; height: 200px;
    background: #f8f8fa;
    border-radius: 50%;
    display: flex;
    align-items: center; justify-content: center;
    font-size: 4rem; color: var(--accent);
}

/* Animações Keyframes (do seu sistema original) */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideInLeft { from { transform: translateX(-100px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes slideInRight { from { transform: translateX(100px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes slideInTop { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes slideInBottom { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes zoomIn { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes flipVertical { from { transform: rotateX(90deg); opacity: 0; } to { transform: rotateX(0deg); opacity: 1; } }

/* Footer */
.footer-block { text-align: center; padding: 8px 20px; padding-bottom: 60px; color: #86868b; }

/* RESPONSIVIDADE (Correção de distorção) */
@media (max-width: 900px) {
    .wide-row, .wide-row.reverse { 
        flex-direction: column !important; 
        text-align: center;
        padding: 40px 30px;
    }
    .titulo-destaque { font-size: 2.8rem; }
    .store-buttons { justify-content: center; }
    .bento-grid { grid-template-columns: 1fr; }
    .block-card { flex-direction: column; padding: 30px; width: 100%; }
}

@media (max-width: 700px) {
    .imagem-container img { width: 100%; border-radius: 20px;  }

}

@media (max-width: 1200px) {
    .imagem-container img { width: 100%; border-radius: 20px;  }

}
[data-animacao] { opacity: 0; }:root {
    --bg-page: #ffffff;
    --bg-card: #ffffff;
    --text-main: #1d1d1f;
    --accent: #007bff;
    --border-color: rgba(0,0,0,0.06);
    --radius: 36px;
}

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

body {
    background-color: var(--bg-page);
    color: var(--text-main);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #55555a;
    margin-top: 12px;
}

.babylonica { font-family: 'Babylonica', cursive; }

/* Configuração de Seção Full Width */
.secao {
    width: 100%;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

#inicio {
    padding-top: 10px;
}

.centered {
    text-align: center;
    display: flex;  
    justify-content: center;
    padding: 0;
    margin: 0;
}

.rowlines {
    flex-direction: column;
}

.end {
    background-color: #007bff;
}

a {
    text-decoration: none;
    color:#e0e0e0;
}
.copy {
    color: #e0e0e0;
    margin-top: 20px;
}

.bordered {
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: var(--radius);
}

/* O Card Estilo NoteBlocks */
.block-card {
    background: var(--bg-card);
    width: 100%;
    max-width: 1200px;
    padding: 60px;
    display: flex;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}

.cards:hover { 
    overflow: hidden; 
    box-shadow: 0 20px 40px rgba(0,0,0,0.25); 
    transform: translateY(-5px);
    border-radius: var(--radius);
}

.wide-row {
    flex-direction: row;
    align-items: center;
    gap: 60px;
}

.wide-col {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.wide-row.reverse { flex-direction: row-reverse; }

.texto-container { flex: 1; }
.imagem-container { flex: 1.2; justify-content: flex-end; }
.imagem-container img { width: 70%; border-radius: 20px;  }


/* Hero Specific */
.logo-hero { font-size: 9rem; color: var(--accent); margin-bottom: 20px; }
.titulo-destaque { font-size: 3.8rem; line-height: 1; margin-bottom: 25px; font-weight: 800; }
.titulo-destaque span { color: var(--accent); opacity: 0.8; }

.titulo-bloco { font-size: 3rem; line-height: 1; margin-bottom: 18px; font-weight: 600; }
.titulo-bloco span { color: var(--accent); opacity: 0.8; }

/* Store Buttons */
.store-buttons { display: flex; gap: 15px; margin-top: 40px; }
.store-btn {
    background: #000;
    color: white;
    padding: 12px 24px;
    border-radius: 14px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
}
.store-btn i { font-size: 1.5rem; }
.store-btn span { font-weight: 600; font-size: 0.9rem; }
.store-btn:hover { transform: translateY(-3px); background: #333; }

/* Grid Bento */
.bento-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1200px;
}
.bento-item { flex-direction: column; text-align: center; padding: 40px; }
.bento-item i { font-size: 2.5rem; color: var(--accent); margin-bottom: 20px; }

/* Visual Placeholder for Row */
.visual-placeholder {
    flex: 1;
    display: flex;
    justify-content: center;
}
.icon-block {
    width: 200px; height: 200px;
    background: #f8f8fa;
    border-radius: 50%;
    display: flex;
    align-items: center; justify-content: center;
    font-size: 4rem; color: var(--accent);
}

/* Animações Keyframes (do seu sistema original) */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes slideInLeft { from { transform: translateX(-100px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes slideInRight { from { transform: translateX(100px); opacity: 0; } to { transform: translateX(0); opacity: 1; } }
@keyframes slideInTop { from { transform: translateY(-50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes slideInBottom { from { transform: translateY(50px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }
@keyframes zoomIn { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@keyframes flipVertical { from { transform: rotateX(90deg); opacity: 0; } to { transform: rotateX(0deg); opacity: 1; } }

/* Footer */
.footer-block { text-align: center; padding: 8px 20px; padding-bottom: 60px; color: #86868b; }

/* RESPONSIVIDADE (Correção de distorção) */
@media (max-width: 900px) {
    .wide-row, .wide-row.reverse { 
        flex-direction: column !important; 
        text-align: center;
        padding: 40px 30px;
    }
    .titulo-destaque { font-size: 2.8rem; }
    .store-buttons { justify-content: center; }
    .bento-grid { grid-template-columns: 1fr; }
    .block-card { flex-direction: column; padding: 30px; width: 100%; }
}

@media (max-width: 700px) {
    .imagem-container img { width: 100%; border-radius: 20px;  }

}

@media (max-width: 1200px) {
    .imagem-container img { width: 100%; border-radius: 20px;  }

}
[data-animacao] { opacity: 0; }

/* Estilização do Formulário Glass */
.glass-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.field-group label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-main);
    opacity: 0.8;
    margin-left: 5px;
}

.field-group input, 
.field-group textarea {
    padding: 15px;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    background: rgba(255, 255, 255, 0.5); /* Efeito Vidro */
    backdrop-filter: blur(5px);
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
    outline: none;
}

.field-group input:focus, 
.field-group textarea:focus {
    background: #fff;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px rgba(26, 35, 126, 0.1);
    transform: translateY(-2px);
}

/* Itens de apoio (E-mail e Redes) */
.contatos-apoio {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.item-apoio {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.95rem;
    color: var(--accent);
    font-weight: 600;
}

.item-apoio i {
    width: 35px;
    height: 35px;
    background: rgba(26, 35, 126, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Botão de Enviar Estilizado */
.btn-enviar {
    margin-top: 10px;
    background: var(--accent);
    color: white;
    padding: 18px;
    border-radius: 16px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-enviar:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 20px rgba(26, 35, 126, 0.2);
    filter: brightness(1.2);
}

.btn-enviar i {
    font-size: 0.9rem;
}