:root {
    --about-green: #06341e;
    --about-green-2: #0a7240;
    --about-neon: #9cff63;
    --about-gold: #e0b955;
    --about-ink: #102219;
    --about-muted: #68756e;
    --about-light: #f3f1e8;
    --about-white: #ffffff;
}

.about-page {
    overflow: hidden;
}

.about-section {
    position: relative;
    padding: clamp(72px, 8vw, 118px) 0;
}

.about-section-light {
    background: linear-gradient(180deg, #f0f4ea, #f8f3e8);
}

.about-section-dark {
    color: #fff;
    background:
        radial-gradient(circle at 86% 12%, rgba(156,255,99,.12), transparent 25%),
        linear-gradient(135deg, #032716, #064225);
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #168149;
    font-size: .68rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.about-kicker::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--about-gold);
}

.about-kicker-light {
    color: #dfbd63;
}

.about-heading {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(300px,.66fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 38px;
}

.about-heading h2,
.about-origin-copy h2,
.about-history-copy h2,
.about-specialty-copy h2,
.about-contact-copy h2 {
    margin: 12px 0 0;
    color: var(--about-ink);
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.04;
    letter-spacing: -.05em;
}

.about-heading p {
    color: var(--about-muted);
    line-height: 1.75;
}

/* HERO */

.about-hero {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: clamp(76px, 8vw, 120px) 0 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(156,255,99,.10), transparent 28%),
        linear-gradient(135deg, #032817, #07512c);
}

.about-orb {
    position: absolute;
    width: 520px;
    height: 520px;
    right: -220px;
    top: -210px;
    border: 1px solid rgba(156,255,99,.08);
    border-radius: 50%;
}

.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(370px,.95fr);
    gap: clamp(52px,7vw,105px);
    align-items: center;
}

.about-hero h1 {
    max-width: 12ch;
    margin: 17px 0 0;
    font-size: clamp(3rem,5.5vw,5.5rem);
    line-height: .99;
    letter-spacing: -.06em;
}

.about-hero h1 em {
    display: block;
    color: var(--about-gold);
    font-style: normal;
}

.about-lead {
    max-width: 62ch;
    margin: 23px 0 0;
    color: rgba(255,255,255,.70);
    font-size: 1rem;
    line-height: 1.75;
}

.about-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 23px;
}

.about-hero-points span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 11px;
    border: 1px solid rgba(156,255,99,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    font-size: .67rem;
}

.about-hero-points svg {
    width: 14px;
    color: var(--about-neon);
}

.about-whatsapp-cta {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 46px 1fr 20px;
    gap: 12px;
    align-items: center;
    width: fit-content;
    min-width: 365px;
    min-height: 68px;
    margin-top: 28px;
    padding: 10px 16px 10px 11px;
    color: #fff !important;
    text-decoration: none;
    background: linear-gradient(135deg, #08723f, #0b914d);
    border: 1px solid rgba(156,255,99,.43);
    border-radius: 999px;
    box-shadow: 0 18px 36px rgba(0,0,0,.25), 0 0 22px rgba(156,255,99,.10);
    transition: transform .22s ease, box-shadow .22s ease;
}

.about-whatsapp-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.14) 48%, transparent 74%);
    transform: translateX(-140%);
    transition: transform .72s ease;
}

.about-whatsapp-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 46px rgba(0,0,0,.30), 0 0 30px rgba(156,255,99,.18);
}

.about-whatsapp-cta:hover::before {
    transform: translateX(140%);
}

.about-whatsapp-cta__icon {
    position: relative;
    z-index: 2;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #07341e;
    background: linear-gradient(135deg, #f2d777, #ddb454);
    border-radius: 50%;
    transform: none !important;
}

.about-whatsapp-cta__icon svg {
    width: 22px;
    transform: none !important;
}

.about-whatsapp-cta > span:nth-child(2) {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.about-whatsapp-cta small {
    color: rgba(200,255,210,.78);
    font-size: .56rem;
    font-weight: 850;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.about-whatsapp-cta strong {
    font-size: .92rem;
}

.about-whatsapp-cta b {
    position: relative;
    z-index: 2;
    color: var(--about-neon);
    transition: transform .22s ease;
}

.about-whatsapp-cta:hover b {
    transform: translateX(5px);
}

.about-hero-visual {
    position: relative;
}

.about-hero-photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
    margin: 0;
    border: 1px solid rgba(156,255,99,.20);
    border-radius: 28px;
    box-shadow: 0 30px 65px rgba(0,0,0,.28);
}

.about-hero-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-photo-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 54%, rgba(1,27,14,.84));
}

.about-hero-photo figcaption {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 22px;
}

.about-hero-photo figcaption small {
    display: block;
    color: var(--about-neon);
    font-size: .58rem;
    font-weight: 850;
    text-transform: uppercase;
}

.about-hero-photo figcaption strong {
    display: block;
    margin-top: 4px;
    font-size: 1rem;
}

.about-floating-card {
    position: absolute;
    padding: 14px 16px;
    border: 1px solid rgba(156,255,99,.22);
    border-radius: 16px;
    background: rgba(2,42,22,.82);
    backdrop-filter: blur(10px);
    box-shadow: 0 14px 28px rgba(0,0,0,.18);
}

.about-floating-card strong {
    display: block;
}

.about-floating-card span {
    display: block;
    margin-top: 4px;
    color: rgba(255,255,255,.62);
    font-size: .68rem;
}

.about-floating-card--top {
    top: 28px;
    right: -28px;
}

.about-floating-card--bottom {
    left: -36px;
    bottom: 80px;
    max-width: 230px;
}

.about-proof-strip {
    overflow: hidden;
    margin-top: 42px;
    border-top: 1px solid rgba(255,255,255,.08);
}

.about-proof-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 24px;
    padding: 18px 0;
    color: rgba(255,255,255,.66);
    font-size: .67rem;
    font-weight: 750;
    text-transform: uppercase;
    letter-spacing: .08em;
    animation: aboutProof 28s linear infinite;
}

.about-proof-track i {
    width: 5px;
    height: 5px;
    background: var(--about-gold);
    border-radius: 50%;
}

@keyframes aboutProof {
    to { transform: translateX(-30%); }
}

/* ORIGEM */

.about-origin-grid,
.about-history-grid,
.about-specialty-grid,
.about-contact-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(360px,.82fr);
    gap: clamp(52px,7vw,100px);
    align-items: center;
}

.about-origin-copy p,
.about-specialty-copy p {
    color: var(--about-muted);
    line-height: 1.75;
}

.about-origin-panel {
    position: relative;
    overflow: hidden;
    padding: 28px;
    background:
        radial-gradient(circle at 88% 8%, rgba(156,255,99,.13), transparent 30%),
        linear-gradient(145deg, #fff, #edf5e9);
    border: 1px solid rgba(13,102,54,.14);
    border-radius: 25px;
    box-shadow: 0 24px 52px rgba(5,55,28,.11);
}

.about-origin-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 27px;
    right: 27px;
    height: 3px;
    background: linear-gradient(90deg, var(--about-gold), var(--about-neon));
}

.about-origin-panel__icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #07341e;
    background: linear-gradient(135deg, #f2d678, #ddb454);
    border-radius: 17px;
}

.about-origin-panel__icon svg {
    width: 26px;
    height: 26px;
}

.about-origin-panel small {
    display: block;
    margin-top: 18px;
    color: #157744;
    font-size: .60rem;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.about-origin-panel strong {
    display: block;
    margin-top: 6px;
    color: var(--about-ink);
    font-size: 1.12rem;
    line-height: 1.45;
}

.about-origin-panel__flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 20px;
    padding: 14px;
    color: #315d46;
    background: rgba(156,255,99,.08);
    border: 1px solid rgba(15,111,57,.10);
    border-radius: 14px;
    font-size: .64rem;
    font-weight: 800;
}

.about-origin-panel__flow b {
    color: #d0a846;
}

/* HISTÓRIA */

.about-history-copy h2 {
    color: #fff;
}

.about-history-copy p {
    color: rgba(255,255,255,.64);
    line-height: 1.75;
}

.about-history-cards {
    display: grid;
    gap: 14px;
}

.about-history-card {
    position: relative;
    padding: 23px;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(156,255,99,.14);
    border-radius: 21px;
}

.about-history-card__number {
    position: absolute;
    top: 18px;
    right: 19px;
    color: rgba(255,255,255,.32);
    font-size: .68rem;
    font-weight: 850;
}

.about-history-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--about-neon);
    background: rgba(156,255,99,.08);
    border-radius: 15px;
}

.about-history-card__icon svg {
    width: 23px;
}

.about-history-card h3 {
    margin: 20px 0 9px;
    color: #fff;
}

.about-history-card p {
    color: rgba(255,255,255,.60);
    font-size: .79rem;
    line-height: 1.65;
}

.about-purpose-strip {
    display: grid;
    grid-template-columns: 54px minmax(0,1fr);
    align-items: center;
    gap: 15px;
    margin-top: 28px;
    padding: 21px 24px;
    color: #fff;
    background: rgba(2,31,16,.45);
    border: 1px solid rgba(223,184,84,.20);
    border-radius: 21px;
}

.about-purpose-strip__icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #07341e;
    background: linear-gradient(135deg, #f2d678, #ddb454);
    border-radius: 17px;
}

.about-purpose-strip__icon svg {
    width: 25px;
}

.about-purpose-strip small {
    color: var(--about-neon);
    font-size: .58rem;
    font-weight: 850;
    text-transform: uppercase;
}

.about-purpose-strip strong {
    display: block;
    margin-top: 5px;
    font-size: .95rem;
}

/* ESPECIALIZAÇÃO */

.about-specialty-photo {
    position: relative;
    overflow: hidden;
    margin: 0;
    aspect-ratio: 4 / 5;
    border-radius: 28px;
    box-shadow: 0 28px 58px rgba(5,52,27,.14);
}

.about-specialty-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-specialty-photo figcaption {
    position: absolute;
    left: 18px;
    bottom: 18px;
    padding: 9px 12px;
    color: #fff;
    background: rgba(3,51,27,.82);
    border: 1px solid rgba(156,255,99,.23);
    border-radius: 999px;
    font-size: .65rem;
}

.about-specialty-points {
    display: grid;
    gap: 11px;
    margin-top: 22px;
}

.about-specialty-points article {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 14px;
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(13,102,54,.10);
    border-radius: 16px;
}

.about-specialty-points article > span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #128047;
    background: rgba(156,255,99,.13);
    border-radius: 50%;
}

.about-specialty-points svg {
    width: 14px;
}

.about-specialty-points strong {
    color: var(--about-ink);
    font-size: .82rem;
}

.about-specialty-points small {
    display: block;
    margin-top: 3px;
    color: var(--about-muted);
    line-height: 1.45;
}

/* ESTADOS */

.about-map-section {
    background:
        radial-gradient(circle at 85% 12%, rgba(156,255,99,.10), transparent 24%),
        linear-gradient(180deg, #eef4e8, #f8f3e8);
}

.about-states-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0,1fr));
    gap: 14px;
}

.about-state-card {
    position: relative;
    min-height: 180px;
    padding: 20px;
    background: linear-gradient(145deg, #fff, #edf5e9);
    border: 1px solid rgba(12,102,54,.11);
    border-radius: 20px;
    box-shadow: 0 15px 34px rgba(5,48,25,.07);
    transition: transform .23s ease, box-shadow .23s ease;
}

.about-state-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 23px 44px rgba(5,48,25,.12);
}

.about-state-card__icon {
    width: 43px;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #128047;
    background: rgba(156,255,99,.13);
    border-radius: 14px;
}

.about-state-card__icon svg {
    width: 21px;
}

.about-state-card small {
    position: absolute;
    top: 17px;
    right: 17px;
    color: #a4afa8;
    font-weight: 850;
}

.about-state-card strong {
    display: block;
    margin-top: 27px;
    color: var(--about-ink);
    font-size: 1.15rem;
}

.about-state-card p {
    margin: 4px 0 0;
    color: var(--about-muted);
    font-size: .72rem;
}

/* VALORES */

.about-values-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 16px;
}

.about-value-card {
    min-height: 310px;
    padding: 24px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(156,255,99,.14);
    border-radius: 22px;
}

.about-value-card__icon {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #07341e;
    background: linear-gradient(135deg, #f2d678, #ddb454);
    border-radius: 16px;
}

.about-value-card__icon svg {
    width: 24px;
}

.about-value-card small {
    display: block;
    margin-top: 22px;
    color: var(--about-neon);
    font-size: .59rem;
    font-weight: 850;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.about-value-card h3 {
    margin: 8px 0 11px;
    color: #fff;
    font-size: 1.17rem;
    line-height: 1.35;
}

.about-value-card p {
    color: rgba(255,255,255,.60);
    font-size: .80rem;
    line-height: 1.65;
}

/* GALERIA */

.about-gallery-section {
    background: linear-gradient(180deg, #f1f4eb, #f8f3e8);
}

.about-marquee {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent);
}

.about-marquee-track {
    display: flex;
    width: max-content;
    animation: aboutMarquee 52s linear infinite;
}

.about-marquee-group {
    display: flex;
    gap: 16px;
    padding-right: 16px;
}

.about-photo-card {
    position: relative;
    overflow: hidden;
    width: 260px;
    aspect-ratio: 4 / 5;
    margin: 0;
    background: #0b3c23;
    border-radius: 22px;
    box-shadow: 0 16px 32px rgba(5,50,25,.12);
}

.about-photo-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.about-photo-card figcaption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 15px;
    z-index: 2;
    color: #fff;
}

.about-photo-card figcaption::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: -80px -20px -20px;
    background: linear-gradient(transparent, rgba(2,31,16,.85));
}

.about-photo-card figcaption small {
    display: block;
    color: var(--about-neon);
    font-size: .55rem;
    text-transform: uppercase;
    font-weight: 850;
}

.about-photo-card figcaption strong {
    font-size: .80rem;
}

@keyframes aboutMarquee {
    to { transform: translateX(-50%); }
}

/* CONTATO FINAL */

.about-contact-section {
    position: relative;
    padding: clamp(74px,8vw,112px) 0;
    color: #fff;
    background:
        radial-gradient(circle at 84% 14%, rgba(156,255,99,.13), transparent 26%),
        linear-gradient(135deg, #032717, #064727);
}

.about-contact-copy h2 {
    color: #fff;
}

.about-contact-copy p {
    color: rgba(255,255,255,.64);
    line-height: 1.75;
}

.about-contact-button {
    position: relative;
    overflow: hidden;
    min-width: 350px;
    min-height: 70px;
    display: grid;
    grid-template-columns: 46px 1fr 20px;
    align-items: center;
    gap: 12px;
    padding: 10px 16px 10px 11px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #08723f, #0b914d);
    border: 1px solid rgba(156,255,99,.43);
    border-radius: 999px;
    box-shadow: 0 18px 36px rgba(0,0,0,.25), 0 0 22px rgba(156,255,99,.10);
}

.about-contact-button__icon {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #07341e;
    background: linear-gradient(135deg, #f2d777, #ddb454);
    border-radius: 50%;
    transform: none !important;
}

.about-contact-button__icon svg {
    width: 22px;
    transform: none !important;
}

.about-contact-button > span:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.about-contact-button small {
    color: rgba(200,255,210,.78);
    font-size: .56rem;
    font-weight: 850;
    text-transform: uppercase;
}

.about-contact-button strong {
    font-size: .92rem;
}

.about-contact-button b {
    color: var(--about-neon);
    transition: transform .22s ease;
}

.about-contact-button:hover b {
    transform: translateX(5px);
}

/* ANIMAÇÕES */

.about-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .65s ease, transform .65s ease;
}

.about-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* RESPONSIVO */

@media (max-width: 1100px) {
    .about-hero-grid,
    .about-origin-grid,
    .about-history-grid,
    .about-specialty-grid,
    .about-contact-grid {
        grid-template-columns: 1fr;
    }

    .about-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .about-hero-copy {
        max-width: 780px;
    }

    .about-hero-visual,
    .about-specialty-photo {
        max-width: 620px;
    }

    .about-states-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 760px) {
    .about-section {
        padding: 64px 0;
    }

    .about-hero {
        padding-top: 64px;
    }

    .about-hero h1 {
        font-size: clamp(2.55rem, 13vw, 4rem);
    }

    .about-hero-grid {
        gap: 36px;
    }

    .about-floating-card {
        position: static;
        margin-top: 10px;
    }

    .about-whatsapp-cta,
    .about-contact-button {
        width: 100%;
        min-width: 0;
    }

    .about-heading h2,
    .about-origin-copy h2,
    .about-history-copy h2,
    .about-specialty-copy h2,
    .about-contact-copy h2 {
        font-size: clamp(2rem, 10vw, 3rem);
    }

    .about-origin-panel__flow {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .about-origin-panel__flow b {
        display: none;
    }

    .about-states-grid,
    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-state-card {
        min-height: 150px;
    }

    .about-marquee {
        mask-image: none;
    }

    .about-photo-card {
        width: 225px;
    }

    .about-proof-track {
        animation-duration: 20s;
    }
}

@media (prefers-reduced-motion: reduce) {
    .about-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .about-marquee-track,
    .about-proof-track {
        animation-play-state: paused;
    }
}
