@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
@import url('footer.css');

* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Manrope', sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
}

.nav-bar {
    position: fixed;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    background: rgba(10, 18, 24, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    padding: 10px 16px;
    backdrop-filter: blur(6px);
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-list a {
    color: #f4f8fa;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 6px 4px;
}

.nav-list a:hover {
    color: #D4AF37;
}

.nav-toggle {
    display: none;
    width: 42px;
    height: 38px;
    border: 1px solid rgba(212, 175, 55, 0.55);
    border-radius: 10px;
    background: #1b1b1b;
    padding: 8px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.nav-toggle span {
    width: 100%;
    height: 2px;
    border-radius: 999px;
    background: #d4af37;
}

.hero-topo {
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 50%;
    left: clamp(14px, 6vw, 72px);
    transform: translateY(-50%);
    width: min(92vw, 560px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.img-logo {
    width: clamp(180px, 32vw, 400px);
}
    
.img-topo {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.texto-head {
    color: #f0f0f0;
    margin: 0;

}

.hero-overlay p.texto-principal {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    line-height: 1.25;
    letter-spacing: 0.2px;
    max-width: 30ch;
    margin-top: 4px;
}
      
.hero-overlay p.texto-secundario {
    font-family: 'Manrope', sans-serif;
    font-size: clamp(0.95rem, 1.2vw, 1.05rem);
    line-height: 1.6;
    font-weight: 500;
    max-width: 52ch;
    margin-top: 2px;
}

.hero-overlay button {
    border: none;
    margin-top: 10px;
    padding: 0;
    background-color: transparent;
    border-radius: 14px;
    cursor: pointer;
}

.hero-overlay button a {
    font-family: 'Manrope', sans-serif;
    color: #d4af37;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: #1b1b1b;
    border: 1px solid #8b6a2f;
    border-radius: 14px;
    padding: 12px 20px;
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: 0.2px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.hero-overlay button a svg {
    width: 18px;
    height: 18px;
    color: inherit;
}

.hero-overlay button a:hover {
    transform: translateY(-1px);
    background: #262014;
}

#servicos {
    background: #e6e6e6;
    padding: clamp(44px, 6vw, 64px) clamp(14px, 4vw, 40px) clamp(52px, 7vw, 72px);
}

.servicos-section {
    max-width: 1240px;
    margin: 0 auto;
}

.servicos-section h2 {
    margin: 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 2.25rem;
    color: #111111;
}

.servicos-subtitulo {
    margin: 10px auto 34px;
    max-width: 900px;
    text-align: center;
    font-size: 1.25rem;
    color: #252525;
}

.servicos-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.servico-card {
    background: linear-gradient(165deg, #0b0b0b 0%, #181818 100%);
    border: 1px solid #2b2b2b;
    border-radius: 14px;
    padding: 22px;
    color: #f8f8f8;
    min-height: 230px;
}

.servico-card h3 {
    margin: 0 0 10px;
    font-size: clamp(1.35rem, 2vw, 1.95rem);
    line-height: 1.15;
    font-family: 'Playfair Display', serif;
}

.servico-card p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.45;
    color: #e2e2e2;
}

.servico-destaque {
    margin-top: 28px;
    padding: clamp(22px, 3.4vw, 34px);
    border-radius: 18px;
    border: 1px solid #4d3c16;
    background: linear-gradient(165deg, #171208 0%, #231a0d 50%, #171208 100%);
    color: #f8f2df;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.22);
}

.servico-destaque h3 {
    margin: 0;
    font-size: clamp(1.5rem, 2.25vw, 2.15rem);
    line-height: 1.2;
    font-family: 'Playfair Display', serif;
    color: #fff7e2;
}

.servico-destaque p {
    margin: 12px 0 0;
    font-size: 1rem;
    line-height: 1.62;
    color: #efe4c5;
}

.servico-destaque-frase {
    margin-top: 14px;
    font-weight: 700;
    color: #f9df91;
}

.calculadora-estatica {
    margin-top: 28px;
    padding: 24px;
    border-radius: 16px;
    background: linear-gradient(165deg, #0f0f0f 0%, #1a1a1a 100%);
    border: 1px solid #2e2e2e;
    color: #f5f5f5;
}

.calc-head h3 {
    margin: 0;
    font-size: 1.75rem;
    line-height: 1.15;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
}

.calc-head p {
    margin: 8px 0 0;
    color: #d3d3d3;
    line-height: 1.45;
}

.calc-hint {
    margin: 10px 0 0;
    color: #e5d5a9;
    font-size: 0.94rem;
    line-height: 1.45;
}

.calc-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.calc-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.9rem;
    color: #dfdfdf;
}

.calc-meta {
    font-size: 0.78rem;
    line-height: 1.3;
    color: #b6ab8e;
}

.calc-field input {
    border: 1px solid #3f3f3f;
    background: #0c0c0c;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 1rem;
    font-weight: 600;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.calc-field input {
    border-color: #c8a34a;
    background: #191305;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0.2);
}

.calc-field input::placeholder {
    color: #c9b98d;
}

.calc-field input:focus {
    outline: none;
    border-color: #e2be67;
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.24);
}

.calc-results {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.calc-result-box {
    background: #101010;
    border: 1px solid #3c3c3c;
    border-radius: 12px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.calc-result-box span {
    font-size: 0.9rem;
    color: #cccccc;
}

.calc-result-box strong {
    font-size: 1.35rem;
    color: #ffffff;
}

.calc-result-box.highlight {
    border-color: #69531f;
    background: linear-gradient(165deg, #171208 0%, #211a0c 100%);
}

.calc-note {
    margin: 14px 0 0;
    font-size: 0.92rem;
    line-height: 1.5;
    color: #c9c9c9;
}

.calc-button {
    margin-top: 16px;
    border: none;
    border-radius: 999px;
    padding: 12px 20px;
    background: #303030;
    color: #f3f3f3;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: not-allowed;
    opacity: 0.9;
}

#sobre {
    background: #0b0b0b;
    padding: clamp(42px, 6vw, 56px) clamp(14px, 4vw, 40px) clamp(48px, 7vw, 60px);
}

.sobre-section {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 42px;
}

.sobre-conteudo {
    color: #f6f8fb;
}

.sobre-conteudo h2 {
    margin: 0 0 12px;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.1;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
}

.sobre-curriculo {
    margin: 0 0 24px;
    font-size: clamp(0.95rem, 1.25vw, 1.15rem);
    line-height: 1.48;
    color: #d9e3ef;
}

.sobre-conteudo h3 {
    margin: 0 0 10px;
    font-size: clamp(1.7rem, 2.7vw, 2.45rem);
    line-height: 1.1;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
}

.sobre-descricao {
    margin: 0;
    max-width: 68ch;
    font-size: clamp(1rem, 1.2vw, 1.1rem);
    line-height: 1.6;
    color: #ebf1f7;
}

.sobre-foto-wrap {
    display: flex;
    justify-content: center;
}

.sobre-foto {
    width: min(100%, 560px);
    height: auto;
    border-radius: 34px;
    display: block;
    object-fit: cover;
}

#PerguntasFrequente {
    background: #101010;
    padding: clamp(42px, 6vw, 56px) clamp(14px, 4vw, 40px) clamp(50px, 7vw, 64px);
}

.faq-section {
    max-width: 1080px;
    margin: 0 auto;
}

.faq-section h2 {
    margin: 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    color: #ffffff;
}

.faq-subtitulo {
    margin: 10px auto 28px;
    max-width: 760px;
    text-align: center;
    color: #d7d7d7;
    font-size: 1.05rem;
    line-height: 1.5;
}

.faq-lista {
    display: grid;
    gap: 12px;
}

.faq-item {
    border: 1px solid #2f2f2f;
    border-radius: 12px;
    background: linear-gradient(165deg, #141414 0%, #1c1c1c 100%);
    overflow: hidden;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 16px 18px;
    font-size: 1.02rem;
    font-weight: 700;
    color: #f2f2f2;
    position: relative;
    padding-right: 42px;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '+';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #d4af37;
    font-size: 1.25rem;
    font-weight: 700;
}

.faq-item[open] summary::after {
    content: '-';
}

.faq-item p {
    margin: 0;
    padding: 0 18px 16px;
    color: #d2d2d2;
    line-height: 1.55;
    font-size: 0.97rem;
}

#Artigos {
    background: #111111;
    padding: clamp(44px, 6vw, 60px) clamp(14px, 4vw, 40px) clamp(52px, 7vw, 72px);
}

.artigos-section {
    max-width: 1120px;
    margin: 0 auto;
}

.artigos-head {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
}

.artigos-kicker {
    margin: 0;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    font-size: 0.76rem;
}

.artigos-section h2 {
    margin: 10px 0 0;
    color: #ffffff;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.14;
}

.artigos-subtitulo {
    margin: 10px 0 0;
    color: #d7d7d7;
    font-size: 1rem;
    line-height: 1.6;
}

.artigos-grid {
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1.35fr 0.9fr;
    gap: 18px;
}

.artigo-card {
    border-radius: 16px;
    border: 1px solid #2f2f2f;
    background: linear-gradient(165deg, #141414 0%, #1c1c1c 100%);
    padding: clamp(18px, 2.4vw, 26px);
    color: #f2f2f2;
}

.artigo-card.destaque {
    border-color: #4d3c16;
    background: linear-gradient(165deg, #171208 0%, #231a0d 50%, #171208 100%);
}

.artigo-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #8b6a2f;
    color: #d4af37;
    font-size: 0.74rem;
    font-weight: 700;
    padding: 5px 10px;
    letter-spacing: 0.04em;
}

.artigo-card h3 {
    margin: 12px 0 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.3rem, 2vw, 1.85rem);
    line-height: 1.2;
    color: #ffffff;
}

.artigo-card p {
    margin: 12px 0 0;
    line-height: 1.58;
    color: #d2d2d2;
}

.artigo-link {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid #8b6a2f;
    color: #d4af37;
    background: #1b1b1b;
    padding: 11px 16px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.artigo-link:hover {
    transform: translateY(-1px);
    background: #262014;
}

.artigo-link-secundario {
    color: #f2f2f2;
    border-color: #3f3f3f;
    background: #121212;
}

.artigo-link-secundario:hover {
    background: #1e1e1e;
}

.artigos-pagina-link {
    margin-top: 18px;
    display: inline-flex;
    color: #d4af37;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(212, 175, 55, 0.5);
    padding-bottom: 2px;
}

.artigos-pagina-link:hover {
    color: #ffffff;
    border-bottom-color: rgba(255, 255, 255, 0.68);
}


@media (max-width: 1100px) {
    .nav-bar {
        top: 10px;
        left: auto;
        right: 12px;
        transform: none;
        width: auto;
        max-width: none;
        border: none;
        border-radius: 0;
        padding: 0;
        background: transparent;
        backdrop-filter: none;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .nav-toggle {
        display: flex;
        width: 34px;
        height: 28px;
        border: none;
        border-radius: 0;
        background: transparent;
        padding: 0;
    }

    .nav-list {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: auto;
        right: 0;
        min-width: 230px;
        margin: 0;
        padding: 10px;
        border-radius: 12px;
        border: 1px solid rgba(212, 175, 55, 0.35);
        background: #141414;
        flex-direction: column;
        gap: 6px;
    }

    .nav-bar.nav-open .nav-list {
        display: flex;
    }

    .nav-list li {
        width: 100%;
    }

    .nav-list a {
        display: block;
        width: 100%;
        font-size: 0.92rem;
        padding: 10px 8px;
        border-radius: 8px;
    }

    .nav-list a:hover {
        background: #1e1e1e;
    }

    .hero-overlay {
        left: 4%;
        width: min(52vw, 520px);
    }

    .img-topo {
        width: 100%;
    }

    .servicos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .calc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sobre-section {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .artigos-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-bar {
        right: 10px;
    }

    .hero-topo {
        min-height: clamp(420px, 112vw, 620px);
        background: #0f0f0f;
    }

    .hero-overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        z-index: 1;
        width: 100%;
        transform: none;
        gap: 10px;
        padding: 16px 14px 18px;
        background: linear-gradient(to top, rgba(15, 15, 15, 0.9) 22%, rgba(15, 15, 15, 0.45) 62%, rgba(15, 15, 15, 0) 100%);
    }

    .img-logo {
        width: min(180px, 52vw);
    }

    .img-topo {
        display: block;
        width: 100%;
        height: 100%;
        min-height: clamp(420px, 112vw, 620px);
        object-fit: cover;
        object-position: center;
    }

    .hero-overlay p.texto-principal {
        font-size: 1.2rem;
        line-height: 1.28;
        max-width: 24ch;
    }

    .hero-overlay p.texto-secundario {
        font-size: 0.9rem;
        line-height: 1.42;
        max-width: 100%;
    }

    .hero-overlay button {
        margin-top: 8px;
    }

    .hero-overlay button a {
        width: 100%;
        max-width: 360px;
        font-size: 0.95rem;
    }

    #servicos {
        padding: 42px 14px 48px;
    }

    .servicos-section h2 {
        font-size: 1.7rem;
    }

    .servicos-subtitulo {
        font-size: 1rem;
        margin-bottom: 20px;
    }

    .servicos-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .servico-card {
        min-height: auto;
        padding: 18px;
    }

    .servico-destaque {
        margin-top: 20px;
        padding: 18px;
        border-radius: 14px;
    }

    .servico-destaque h3 {
        font-size: 1.35rem;
    }

    .servico-destaque p {
        font-size: 0.95rem;
        line-height: 1.55;
    }

    .servico-card h3 {
        font-size: 1.45rem;
    }

    .calculadora-estatica {
        margin-top: 18px;
        padding: 18px;
    }

    .calc-head h3 {
        font-size: 1.35rem;
    }

    .calc-hint {
        font-size: 0.9rem;
    }

    .calc-grid,
    .calc-results {
        grid-template-columns: 1fr;
    }

    .calc-result-box strong {
        font-size: 1.2rem;
    }

    .calc-button {
        width: 100%;
    }

    #sobre {
        padding: 38px 14px 44px;
    }

    .sobre-section {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .sobre-conteudo h2 {
        font-size: 1.8rem;
    }

    .sobre-conteudo h3 {
        font-size: 1.55rem;
    }

    .sobre-curriculo,
    .sobre-descricao {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .sobre-foto {
        border-radius: 24px;
    }

    #PerguntasFrequente {
        padding: 40px 14px 48px;
    }

    #Artigos {
        padding: 40px 14px 48px;
    }

    .artigos-section h2 {
        font-size: 1.65rem;
    }

    .artigos-subtitulo {
        font-size: 0.94rem;
    }

    .artigo-card {
        padding: 16px;
    }

    .artigo-card h3 {
        font-size: 1.32rem;
    }

    .artigo-card p {
        font-size: 0.94rem;
    }

    .faq-section h2 {
        font-size: 1.7rem;
    }

    .faq-subtitulo {
        font-size: 0.95rem;
        margin-bottom: 18px;
    }

    .faq-item summary {
        font-size: 0.95rem;
        padding: 14px 14px;
        padding-right: 36px;
    }

    .faq-item p {
        font-size: 0.92rem;
        padding: 0 14px 14px;
    }

    .footer-cta {
        padding: 42px 14px 46px;
    }

    .footer-cta h2 {
        font-size: 1.35rem;
    }

    .footer-cta p {
        font-size: 1.02rem;
    }

    .footer-whatsapp {
        width: 100%;
        max-width: 330px;
        font-size: 0.97rem;
        padding: 11px 16px;
    }

    .footer-contatos {
        padding: 26px 12px 32px;
    }

    .contato-item {
        font-size: 1rem;
        max-width: 96%;
        word-break: break-word;
    }
}

@media (max-width: 420px) {
    .hero-overlay p.texto-principal {
        font-size: 1.08rem;
    }

    .hero-overlay p.texto-secundario {
        font-size: 0.84rem;
    }

    .hero-overlay button a {
        font-size: 0.9rem;
        padding: 10px 14px;
    }

    .calc-head h3,
    .servicos-section h2,
    .faq-section h2 {
        font-size: 1.45rem;
    }
}