:root {
    --peti-ink: #06241d;
    --peti-card: rgba(255, 255, 255, 0.92);
    --peti-card-border: rgba(11, 61, 47, 0.12);
    --peti-shadow-soft: 0 24px 70px rgba(6, 36, 29, 0.12);
    --peti-placeholder-red: #d71920;
}

body {
    background:
        radial-gradient(circle at 12% 18%, rgba(100, 216, 203, 0.13), transparent 28rem),
        radial-gradient(circle at 84% 42%, rgba(246, 180, 67, 0.13), transparent 26rem),
        linear-gradient(180deg, #f7fbf4 0%, #eef7eb 42%, #ffffff 100%);
}

.secoes {
    width: min(1240px, calc(100% - 2rem));
    max-width: none;
    padding: clamp(3rem, 7vw, 6rem) 0;
}

.secao {
    position: relative;
    overflow: hidden;
    margin-bottom: clamp(2rem, 5vw, 4.5rem);
    padding: clamp(1.5rem, 4vw, 3rem);
    content-visibility: auto;
    contain-intrinsic-size: 1px 720px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 245, 233, 0.86)),
        radial-gradient(circle at 100% 0%, rgba(246, 180, 67, 0.13), transparent 18rem);
    border: 1px solid var(--peti-card-border);
    border-radius: 28px;
    box-shadow: var(--peti-shadow-soft);
}

.secao::before {
    content: '';
    position: absolute;
    inset: 0 auto 0 0;
    width: 6px;
    background: linear-gradient(180deg, var(--accent-orange), var(--secondary-green), var(--peti-rio, #64d8cb));
}

.secao::after {
    content: '';
    position: absolute;
    right: -5rem;
    top: -5rem;
    width: 15rem;
    height: 15rem;
    border: 1px solid rgba(46, 125, 50, 0.14);
    border-radius: 50%;
}

.section-heading {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.75rem;
    max-width: 820px;
    margin-bottom: 2rem;
}

.section-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--accent-orange);
    font-family: var(--fonte-subtitulo);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.section-eyebrow::before {
    content: '';
    width: 2.5rem;
    height: 2px;
    background: currentColor;
}

.section-lead {
    max-width: 760px;
    color: rgba(33, 33, 33, 0.78);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 1.75;
}

.secao h2 {
    margin-bottom: 0;
    padding-bottom: 0;
    color: var(--peti-ink);
    font-size: clamp(2rem, 5vw, 4.2rem);
    line-height: 0.95;
    letter-spacing: -0.045em;
    text-align: left;
}

.secao h2::after,
#atividades h2::after,
#contato h2::after {
    display: none;
}

.peti-glass-card {
    position: relative;
    z-index: 1;
    background: var(--peti-card);
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(6, 36, 29, 0.1);
}

.sobre-container {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
    gap: clamp(2rem, 5vw, 4.5rem);
    padding: clamp(1.25rem, 3vw, 2.25rem);
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: none;
}

.sobre-container::before {
    background:
        radial-gradient(circle at 12% 12%, rgba(76, 175, 80, 0.18), transparent 24rem),
        radial-gradient(circle at 90% 86%, rgba(246, 180, 67, 0.16), transparent 22rem);
    opacity: 1;
}

.sobre-texto h2 {
    color: var(--peti-ink);
    font-size: clamp(2rem, 4.8vw, 4rem);
    line-height: 0.95;
}

.sobre-texto h2::after {
    display: none;
}

.sobre-destaque {
    background: linear-gradient(135deg, rgba(11, 61, 47, 0.08), rgba(246, 180, 67, 0.12));
    border-left-color: var(--accent-orange);
}

.peti-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.peti-stat {
    padding: 1rem;
    background: rgba(11, 61, 47, 0.07);
    border: 1px solid rgba(11, 61, 47, 0.1);
    border-radius: 16px;
}

.peti-stat strong {
    display: block;
    color: var(--accent-orange);
    font-family: var(--fonte-subtitulo);
    font-size: clamp(1.35rem, 3vw, 2rem);
    line-height: 1;
}

.peti-stat span {
    display: block;
    margin-top: 0.35rem;
    color: rgba(33, 33, 33, 0.72);
    font-size: 0.9rem;
    line-height: 1.35;
}

.sobre-imagem {
    align-self: stretch;
}

.sobre-imagem img {
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 22px;
}

.sobre-imagem::after {
    border-color: rgba(230, 81, 0, 0.55);
    border-radius: 22px;
}

.atividade-grid,
.mapa-highlights,
.preservacao-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.atividade-card {
    overflow: hidden;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(6, 36, 29, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.atividade-card:hover,
.atividade-card:focus-within {
    transform: translateY(-8px);
    box-shadow: 0 26px 58px rgba(6, 36, 29, 0.16);
}

.atividade-card-media {
    height: 178px;
    overflow: hidden;
    background: var(--verde-suave);
}

.atividade-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.atividade-card:hover .atividade-card-media img {
    transform: scale(1.06);
}

.placeholder-vermelho,
.placeholder-verde {
    display: grid;
    min-height: 178px;
    place-items: center;
    padding: 1rem;
    color: #fff;
    text-align: center;
}

.placeholder-vermelho {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0 10px, transparent 10px 20px),
        var(--peti-placeholder-red);
}

.placeholder-verde {
    background:
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.13) 0 10px, transparent 10px 20px),
        linear-gradient(135deg, var(--verde-medio), var(--verde-escuro));
}

.placeholder-vermelho span,
.placeholder-verde span {
    max-width: 14rem;
    font-family: var(--fonte-subtitulo);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    line-height: 1.45;
    text-transform: uppercase;
}

.atividade-card-body {
    padding: 1.25rem;
}

.atividade-card-body i,
.preservacao-icon {
    display: inline-grid;
    width: 42px;
    height: 42px;
    margin-bottom: 0.9rem;
    place-items: center;
    color: var(--white);
    background: linear-gradient(135deg, var(--verde-medio), var(--accent-orange));
    border-radius: 14px;
    box-shadow: 0 10px 18px rgba(230, 81, 0, 0.18);
}

.atividade-card h3,
.preservacao-card h3 {
    color: var(--peti-ink);
    font-family: var(--fonte-subtitulo);
    font-size: 1.1rem;
    margin-bottom: 0.55rem;
}

.atividade-card p,
.preservacao-card p {
    color: rgba(33, 33, 33, 0.72);
    line-height: 1.65;
}

#mapa-avancado,
#faca-sua-parte {
    background:
        radial-gradient(circle at 14% 18%, rgba(100, 216, 203, 0.15), transparent 22rem),
        linear-gradient(145deg, #092b23 0%, #0b3d2f 58%, #071f19 100%);
    color: var(--white);
}

#mapa-avancado h2,
#faca-sua-parte h2,
#mapa-avancado .section-lead,
#faca-sua-parte .section-lead {
    color: var(--white);
}

#mapa-avancado .section-lead,
#faca-sua-parte .section-lead {
    color: rgba(255, 255, 255, 0.78);
}

#map-container {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.36);
}

#map {
    height: min(68vh, 640px);
    min-height: 460px;
}

.mapa-highlights {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1rem;
}

.mapa-highlight {
    padding: 1rem;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    backdrop-filter: blur(14px);
}

.mapa-highlight strong {
    display: block;
    color: var(--peti-dourado, #f6b443);
    margin-bottom: 0.25rem;
}

.preservacao-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.preservacao-card,
.dica-item {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    padding: 1.3rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 22px;
    box-shadow: none;
    backdrop-filter: blur(12px);
}

.dicas-container {
    position: relative;
    z-index: 1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.dica-item::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-orange), var(--peti-rio, #64d8cb));
}

.dica-item h3 {
    color: var(--white);
    font-size: 1.05rem;
}

.dica-item p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.98rem;
}

#mapa {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(232, 245, 233, 0.9)),
        radial-gradient(circle at 90% 20%, rgba(100, 216, 203, 0.18), transparent 24rem);
}

.mapa-container {
    position: relative;
    z-index: 1;
    border: 1px solid rgba(11, 61, 47, 0.12);
    border-radius: 24px;
    box-shadow: 0 22px 58px rgba(6, 36, 29, 0.14);
}

#mapa-interativo {
    min-height: 460px;
}

.mapa-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 90% 10%, rgba(246, 180, 67, 0.16), transparent 13rem),
        var(--verde-suave);
}

.mapa-info h3,
.contato-card h4 {
    font-family: var(--fonte-subtitulo);
}

.contato-container {
    position: relative;
    z-index: 1;
    align-items: stretch;
}

.contato-card {
    max-width: none;
    min-height: 100%;
    border: 1px solid rgba(11, 61, 47, 0.12);
    border-left: 1px solid rgba(11, 61, 47, 0.12);
    border-radius: 22px;
    box-shadow: 0 18px 42px rgba(6, 36, 29, 0.1);
}

.contato-card::before {
    background: linear-gradient(90deg, var(--secondary-green), var(--accent-orange));
}

.contato-card h4 {
    align-items: flex-start;
    line-height: 1.2;
}

.contato-card h4 i {
    display: inline-grid;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    place-items: center;
    color: var(--white);
    background: var(--verde-medio);
    border-radius: 12px;
}

.logo-sg-container {
    background: linear-gradient(180deg, #ffffff, #f3f8ef);
}

.site-footer {
    background:
        radial-gradient(circle at 18% 0%, rgba(100, 216, 203, 0.18), transparent 18rem),
        #061b16;
}

.peti-reveal {
    will-change: transform, opacity;
}

.fas,
.fa-solid {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--fonte-subtitulo);
    font-style: normal;
    font-weight: 800;
    line-height: 1;
}

.fas::before,
.fa-solid::before {
    content: '';
}

.fa-route::before {
    content: 'TR';
}

.fa-dove::before {
    content: 'AV';
}

.fa-seedling::before {
    content: 'EA';
}

.fa-microscope::before {
    content: 'PC';
}

.fa-map-marker-alt::before {
    content: 'P';
}

.fa-road::before {
    content: 'R';
}

.fa-city::before {
    content: 'M';
}

.fa-phone::before {
    content: 'T';
}

.fa-directions::before {
    content: 'IR';
}

.fa-clock::before {
    content: 'H';
}

.fa-user-friends::before {
    content: 'V';
}

.fa-clipboard-check::before {
    content: 'OK';
}

@media (max-width: 1024px) {
    .atividade-grid,
    .preservacao-grid,
    .dicas-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mapa-highlights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .secoes {
        width: min(100% - 0.85rem, 680px);
        padding-top: 2rem;
    }

    .secao {
        padding: 1.15rem;
        border-radius: 20px;
        margin-bottom: 1.8rem;
    }

    .section-heading {
        margin-bottom: 1.35rem;
    }

    .section-eyebrow {
        font-size: 0.7rem;
        letter-spacing: 0.12em;
    }

    .section-eyebrow::before {
        width: 1.4rem;
    }

    .secao h2,
    .sobre-texto h2 {
        font-size: clamp(1.7rem, 9vw, 2.45rem);
        line-height: 1.03;
        letter-spacing: -0.035em;
    }

    .section-lead,
    .sobre-texto p {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .sobre-container {
        grid-template-columns: 1fr;
        gap: 1.25rem;
        padding: 1rem;
        overflow: hidden;
    }

    .sobre-texto {
        min-width: 0;
    }

    .peti-stats,
    .atividade-grid,
    .preservacao-grid,
    .dicas-container,
    .contato-container {
        grid-template-columns: 1fr;
    }

    .peti-stats {
        gap: 0.65rem;
    }

    .sobre-imagem img {
        width: 100%;
        min-height: 220px;
        max-height: 320px;
        object-fit: cover;
    }

    .sobre-imagem::after {
        display: none;
    }

    .atividade-card-media {
        height: 190px;
    }

    #map,
    #mapa-interativo {
        min-height: 340px;
        height: 340px;
    }

    .placeholder-vermelho,
    .placeholder-verde {
        min-height: 148px;
    }
}
