.oa-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;
}

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

.oa-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;
}

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

.oa-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;
}

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

.oa-lead,
.oa-intro__copy p,
.oa-note p,
.oa-card p {
    color: #3d4840;
    font-size: 1.02rem;
    line-height: 1.75;
}

.oa-lead {
    margin: 0 0 22px;
}

.oa-title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.oa-count {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #121b16;
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
}

.oa-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: 28px 36px;
    align-items: center;
    margin-bottom: 42px;
}

.oa-intro__copy p {
    margin: 0;
}

.oa-intro__media {
    position: relative;
    min-height: 360px;
}

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

.oa-shot img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oa-shot--main {
    position: absolute;
    inset: 18px 40px 48px 0;
    border-radius: 28px;
}

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

.oa-intro__badge {
    position: absolute;
    left: 18px;
    bottom: 28px;
    z-index: 2;
    padding: 8px 14px;
    border-radius: 999px;
    background: #121b16;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.oa-block {
    margin-bottom: 42px;
}

.oa-principles {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.oa-principle,
.oa-card,
.oa-note,
.oa-read {
    background: #fff;
    border: 1px solid rgba(22, 133, 45, 0.12);
    box-shadow: 0 16px 36px rgba(18, 27, 22, 0.06);
}

.oa-principle {
    display: grid;
    gap: 8px;
    padding: 20px 18px;
    border-radius: 20px;
}

.oa-principle strong {
    color: #121b16;
    font-size: 1.05rem;
}

.oa-principle span {
    color: #5f6a61;
    font-size: 0.92rem;
    line-height: 1.55;
}

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

.oa-card {
    padding: 22px 20px 20px;
    border-radius: 22px;
}

.oa-card__num {
    display: inline-flex;
    margin-bottom: 10px;
    color: #16852d;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

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

.oa-card p {
    margin: 0;
    font-size: 0.94rem;
}

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

.oa-video {
    overflow: hidden;
    border-radius: 28px;
    background: #121b16;
    box-shadow: 0 22px 48px rgba(18, 27, 22, 0.14);
}

.oa-video video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;
}

.oa-chips {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oa-chips li {
    padding: 12px 14px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid rgba(22, 133, 45, 0.12);
}

.oa-chips strong {
    display: block;
    margin-bottom: 3px;
    color: #121b16;
}

.oa-chips span {
    color: #5f6a61;
    font-size: 0.9rem;
    line-height: 1.5;
}

.oa-pair {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-bottom: 42px;
}

.oa-note {
    padding: 26px 24px;
    border-radius: 24px;
}

.oa-note p {
    margin: 0;
    font-size: 0.96rem;
}

.oa-reads {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.oa-read {
    display: grid;
    gap: 14px;
    padding: 12px 12px 18px;
    border-radius: 24px;
    text-decoration: none !important;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.oa-read:hover,
.oa-read:focus-visible {
    transform: translateY(-6px);
    border-color: rgba(22, 133, 45, 0.28);
    box-shadow: 0 22px 44px rgba(22, 133, 45, 0.14);
    outline: none;
}

.oa-read__media {
    display: block;
    overflow: hidden;
    height: 210px;
    border-radius: 18px;
    background: #e8f3e1;
}

.oa-read__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oa-read strong {
    padding: 0 8px;
    color: #121b16;
    font-size: 1.12rem;
    line-height: 1.35;
}

.oa-read__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
    color: #16852d;
    font-size: 0.9rem;
    font-weight: 700;
}

.oa-read__cta svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 991px) {
    .oa-intro,
    .oa-principles,
    .oa-grid,
    .oa-split,
    .oa-pair,
    .oa-reads {
        grid-template-columns: 1fr 1fr;
    }

    .oa-intro__media {
        min-height: 300px;
    }
}

@media (max-width: 720px) {
    .oa-intro,
    .oa-principles,
    .oa-grid,
    .oa-split,
    .oa-pair,
    .oa-reads {
        grid-template-columns: 1fr;
    }

    .oa-intro__media {
        min-height: 280px;
        order: -1;
    }
}
