body {
    font-family: 'Inter', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #374151;
    line-height: 1.7;
}

.titulo {
    padding-top: 64px;
    padding-bottom: 64px;
}

.formato {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
}

.texto-sobre {
    font-size: 18px;
    color: #4b5563;

}

.texto-sobre:not(:last-child) {
    margin-bottom: 24px;
}

h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.texto-sobre span {
    font-size: 16px;
    color: #374151;
}

hr {
    border: none;
    border-top: 1px solid #e5e7eb;
    margin: 32px 0;
}

a {
    text-decoration: none;
}

a:hover p:first-child {
    color: #f97316;
}

i[data-lucide] {
    flex-shrink: 0;
}

.text-sm {
    font-size: 14px;
}

.text-gray-500 {
    color: #6b7280;
}

.titulo.formato {
    margin-bottom: 72px;
    position: relative;
    padding-left: 32px;
}


.titulo.formato > .texto-sobre.flex {
    margin-top: 16px;
}

.titulo.formato a {
    padding: 16px 20px;
    border-radius: 14px;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.titulo.formato a:hover {
    background-color: #fff7ed;
    border-color: #f97316;
}

@media (max-width: 768px) {
    h2 {
        font-size: 26px;
    }

    .texto-sobre {
        font-size: 16px;
    }

    .titulo {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

[data-fade] {
    opacity: 0;
    transform: translateY(32px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-fade].ativo {
    opacity: 1;
    transform: translateY(0);
}

.py-section:not(:last-child) {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .py-section:not(:last-child) {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

html {
    scroll-behavior: smooth;
}
