.about-page {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(ellipse 55% 50% at 8% 0%, rgba(143, 232, 60, 0.12), transparent 58%),
        radial-gradient(ellipse 45% 40% at 92% 12%, rgba(22, 133, 45, 0.07), transparent 52%),
        #f7fbf3;
    padding: 28px 0 88px !important;
}

.about-page__inner {
    width: min(1180px, calc(100% - 8vw));
    margin: 0 auto;
}

.about-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 6px 12px 6px 8px;
    border-radius: 999px;
    background: rgba(22, 133, 45, 0.08);
    color: #16852d;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.about-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #45c72f;
    box-shadow: 0 0 10px rgba(143, 232, 60, 0.8);
}

.about-heading {
    margin: 0 0 16px !important;
    padding: 0 !important;
    background: none !important;
    color: #121b16 !important;
    font-size: clamp(1.7rem, 3.2vw, 2.45rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.about-heading span {
    background: linear-gradient(100deg, #16852d 10%, #45c72f 55%, #8fe83c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.about-lead,
.about-copy p,
.about-point p,
.about-econ p {
    margin: 0 0 14px;
    color: #3d4840;
    font-size: 1.02rem;
    line-height: 1.75;
}

.about-copy p:last-child,
.about-point p:last-child,
.about-econ p:last-child {
    margin-bottom: 0;
}

.about-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.about-nav__btn {
    appearance: none;
    font-family: inherit;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid rgba(22, 133, 45, 0.16);
    background: #fff;
    color: #16852d;
    font-size: 0.88rem;
    font-weight: 800;
    cursor: pointer;
}

.about-nav__btn.is-active {
    background: #121b16;
    border-color: #121b16;
    color: #fff;
}

.about-panel {
    display: none;
}

.about-panel.is-active {
    display: block;
}

.about-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 28px 36px;
    align-items: center;
    margin-bottom: 28px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 36px;
}

.about-stat,
.about-card,
.about-point,
.about-econ {
    background: #fff;
    border: 1px solid rgba(22, 133, 45, 0.12);
    box-shadow: 0 16px 36px rgba(18, 27, 22, 0.06);
}

.about-stat {
    display: grid;
    gap: 6px;
    padding: 20px 18px;
    border-radius: 20px;
}

.about-stat strong {
    color: #16852d;
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.about-stat span {
    color: #5f6a61;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.about-media {
    position: relative;
    min-height: 340px;
}

.about-shot {
    margin: 0;
    overflow: hidden;
    background: #e8f3e1;
    box-shadow: 0 22px 48px rgba(18, 27, 22, 0.14);
}

.about-shot img,
.about-econ img,
.about-split img,
.about-video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-shot--main {
    position: absolute;
    inset: 16px 36px 40px 0;
    border-radius: 28px;
}

.about-shot--main img {
    object-position: top center;
}

.about-shot--side {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46%;
    height: 48%;
    border-radius: 22px;
    border: 5px solid #f7fbf3;
}

.about-block {
    margin-bottom: 36px;
}

.about-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
    padding-bottom: 22px;
}

.about-product {
    display: grid;
    align-content: start;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.28s ease;
}

.about-product:nth-child(3n-1) {
    transform: translateY(18px);
}

.about-product:hover,
.about-product:focus-visible {
    transform: translateY(-8px);
    outline: none;
}

.about-product:nth-child(3n-1):hover,
.about-product:nth-child(3n-1):focus-visible {
    transform: translateY(8px);
}

.about-product__media {
    position: relative;
    overflow: hidden;
    height: 248px;
    border-radius: 28px 28px 12px 12px;
    background: #16852d;
    box-shadow: 0 18px 36px rgba(18, 27, 22, 0.14);
}

.about-product__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(180deg, transparent, rgba(18, 27, 22, 0.28));
    pointer-events: none;
}

.about-product__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.04);
    transition: transform 0.45s ease;
}

.about-product:hover .about-product__media img,
.about-product:focus-visible .about-product__media img {
    transform: scale(1.12);
}

.about-product__index {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    min-width: 42px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(18, 27, 22, 0.78);
    color: #8fe83c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-align: center;
    backdrop-filter: blur(8px);
}

.about-product__body {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin: -54px 14px 0;
    padding: 18px 18px 16px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(22, 133, 45, 0.12);
    box-shadow: 0 16px 32px rgba(18, 27, 22, 0.1);
}

.about-product__body::before {
    content: "";
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #16852d, #8fe83c);
}

.about-product strong {
    color: #121b16;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.about-product p {
    margin: 0;
    color: #5f6a61;
    font-size: 0.88rem;
    line-height: 1.55;
}

.about-product__go {
    display: inline-flex;
    align-items: center;
    justify-self: start;
    gap: 8px;
    min-height: 38px;
    margin-top: 4px;
    padding: 0 14px 0 16px;
    border-radius: 999px;
    background: #16852d;
    color: #fff;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 800;
}

.about-product__go svg {
    width: 16px;
    height: 16px;
}

.about-product:hover .about-product__go,
.about-product:focus-visible .about-product__go {
    background: #121b16;
}

.about-split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 24px;
    align-items: center;
    margin-bottom: 28px;
}

.about-video,
.about-split img {
    overflow: hidden;
    min-height: 320px;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(18, 27, 22, 0.1);
}

.about-video {
    background: #121b16;
}

.about-video video {
    min-height: 260px;
}

.about-cta {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    margin-top: 16px;
    padding: 0 20px;
    border-radius: 999px;
    background: #16852d;
    color: #fff !important;
    font-weight: 800;
    text-decoration: none !important;
}

.about-cta:hover,
.about-cta:focus-visible {
    background: #127227;
    color: #fff !important;
}

.about-quote {
    display: grid;
    gap: 8px;
    margin: 0 0 28px;
    padding: 22px 26px;
    border-radius: 22px;
    background: linear-gradient(135deg, #121b16 0%, #1c3a24 55%, #16852d 140%);
    color: #fff;
    box-shadow: 0 18px 40px rgba(18, 27, 22, 0.16);
}

.about-quote p {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.45;
}

.about-quote span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.about-impact {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.85fr) minmax(0, 0.85fr);
    gap: 16px;
}

.about-impact article {
    padding: 14px 14px 18px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid rgba(22, 133, 45, 0.12);
    box-shadow: 0 16px 36px rgba(18, 27, 22, 0.06);
}

.about-impact img {
    display: block;
    width: 100%;
    height: 190px;
    margin-bottom: 14px;
    object-fit: cover;
    border-radius: 16px;
}

.about-impact h3 {
    margin: 0 0 8px !important;
    color: #121b16 !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
}

.about-impact p {
    margin: 0;
    color: #3d4840;
    font-size: 0.95rem;
    line-height: 1.65;
}

.about-gov {
    padding: 26px 26px 28px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(22, 133, 45, 0.12);
    box-shadow: 0 16px 36px rgba(18, 27, 22, 0.06);
}

.about-points {
    display: grid;
    gap: 12px;
}

.about-point {
    padding: 18px 18px 16px;
    border-radius: 18px;
}

.about-point h3 {
    margin: 0 0 8px !important;
    color: #121b16 !important;
    font-size: 1.05rem !important;
    font-weight: 800 !important;
}

.about-econs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.about-econ {
    padding: 16px 16px 18px;
    border-radius: 22px;
}

.about-econ img {
    height: 210px;
    margin-bottom: 14px;
    border-radius: 16px;
}

.about-econ h3 {
    margin: 0 0 10px !important;
    color: #121b16 !important;
    font-size: 1.15rem !important;
    font-weight: 800 !important;
}

@media (max-width: 991px) {
    .about-intro,
    .about-stats,
    .about-products,
    .about-split,
    .about-econs,
    .about-impact {
        grid-template-columns: 1fr 1fr;
    }

    .about-product,
    .about-product:nth-child(3n-1),
    .about-product:hover,
    .about-product:focus-visible,
    .about-product:nth-child(3n-1):hover,
    .about-product:nth-child(3n-1):focus-visible {
        transform: none;
    }

    .about-product:hover,
    .about-product:focus-visible {
        transform: translateY(-6px);
    }
}

@media (max-width: 720px) {
    .about-intro,
    .about-stats,
    .about-products,
    .about-split,
    .about-econs,
    .about-impact {
        grid-template-columns: 1fr;
    }

    .about-media {
        min-height: 280px;
        order: -1;
    }
}
