.ahura-price-box-16 {
    display: flex;
    min-height: 575px;
    flex-direction: column;
    padding: 42px 42px 46px;
    border: 1px solid #3c5149;
    border-radius: 24px;
    background: #132a22;
    color: #f3eadb;
    transition: transform .25s ease, box-shadow .25s ease;
}

.ahura-price-box-16:hover { transform: translateY(-4px); }
.ahura-price-box-16.is-recommended { background: #d1ad70; color: #10271f; border-color: transparent; }
.ahura-price-box-16__header { min-height: 155px; }
.ahura-price-box-16__top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ahura-price-box-16__title { margin: 0; color: #c8c1b3; font-size: 16px; font-weight: 600; line-height: 1.7; }
.ahura-price-box-16.is-recommended .ahura-price-box-16__title { color: currentColor; opacity: .7; }
.ahura-price-box-16__badge { flex: 0 0 auto; padding: 8px 16px; border-radius: 999px; background: #10271f; color: #e3bd77; font-size: 13px; font-weight: 700; }
.ahura-price-box-16__price { display: flex; align-items: baseline; gap: 10px; margin-top: 30px; }
.ahura-price-box-16__price-value { font-size: 38px; font-weight: 800; line-height: 1; font-variant-numeric: tabular-nums; }
.ahura-price-box-16__currency { font-size: 16px; opacity: .82; }
.ahura-price-box-16__features { display: flex; flex-direction: column; gap: 14px; margin: 0; padding: 30px 0 0; border-top: 1px solid #42564e; list-style: none; }
.ahura-price-box-16.is-recommended .ahura-price-box-16__features { border-color: rgba(16,39,31,.22); }
.ahura-price-box-16__feature { position: relative; margin: 0; padding-inline-start: 22px; font-size: 16px; line-height: 1.7; }
.ahura-price-box-16__feature::before { content: ''; position: absolute; inset-inline-start: 2px; top: .72em; width: 9px; height: 9px; transform: rotate(45deg); background: #d7ae68; }
.ahura-price-box-16.is-recommended .ahura-price-box-16__feature::before { background: #10271f; }
.ahura-price-box-16__button { display: flex; min-height: 56px; align-items: center; justify-content: center; width: 100%; margin-top: 34px; padding: 12px 24px; border: 1px solid #5b7068; border-radius: 999px; background: transparent; color: #fff; font-size: 16px; font-weight: 700; text-decoration: none; transition: background-color .2s ease, color .2s ease, border-color .2s ease; }
.ahura-price-box-16__button:hover { border-color: #10271f; background: #10271f; color: #fff; }
.ahura-price-box-16__button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.ahura-price-box-16.is-recommended .ahura-price-box-16__button { border-color: #10271f; background: #10271f; }

/* Optional academy preset. The classic markup and styles above remain unchanged. */
article.ahura-price-box-16.style-academy {
    --apb16-bg: #fff;
    --apb16-text: #142344;
    --apb16-muted: #91a0bd;
    --apb16-accent: #ffb51f;
    --apb16-check-size: 26px;
    --apb16-check-color: #2878ef;
    min-height: 536px;
    padding: 38px 40px 40px;
    border: 1px solid rgba(20, 35, 68, .06);
    border-radius: 30px;
    background: var(--apb16-bg);
    color: var(--apb16-text);
    box-shadow: 0 18px 50px rgba(27, 48, 84, .10);
}

article.ahura-price-box-16.style-academy:hover {
    transform: none;
}

article.ahura-price-box-16.style-academy.is-recommended {
    --apb16-bg: #102448;
    --apb16-text: #fff;
    --apb16-check-color: var(--apb16-accent);
    background: var(--apb16-bg);
    color: var(--apb16-text);
    border-color: var(--apb16-accent);
    box-shadow: 0 24px 60px rgba(16, 36, 72, .28);
}

.ahura-price-box-16.style-academy .ahura-price-box-16__header { min-height: 178px; }
.ahura-price-box-16.style-academy .ahura-price-box-16__title { color: var(--apb16-text); font-size: 22px; font-weight: 800; opacity: 1; }
.ahura-price-box-16.style-academy .ahura-price-box-16__subtitle { margin: 4px 0 0; color: var(--apb16-muted); font-size: 15px; font-weight: 600; line-height: 1.8; }
.ahura-price-box-16.style-academy.is-recommended .ahura-price-box-16__subtitle { color: #a9c6f2; }
.ahura-price-box-16.style-academy .ahura-price-box-16__price { margin-top: 28px; gap: 9px; }
.ahura-price-box-16.style-academy .ahura-price-box-16__price-value { font-size: 42px; font-weight: 900; letter-spacing: -.02em; }
.ahura-price-box-16.style-academy .ahura-price-box-16__currency { color: var(--apb16-muted); font-weight: 700; }
.ahura-price-box-16.style-academy .ahura-price-box-16__badge { order: 2; padding: 9px 15px; background: var(--apb16-accent); color: #102448; }
.ahura-price-box-16.style-academy .ahura-price-box-16__features { gap: 13px; padding-top: 26px; border-color: rgba(145, 160, 189, .28); }
.ahura-price-box-16.style-academy .ahura-price-box-16__feature { display: flex; align-items: center; min-height: var(--apb16-check-size); padding-inline-start: calc(var(--apb16-check-size) + 10px); color: var(--apb16-text); font-weight: 600; }
.ahura-price-box-16.style-academy .ahura-price-box-16__feature::before { content: '✓'; display: flex; align-items: center; justify-content: center; inset-inline-start: 0; top: 50%; width: var(--apb16-check-size); height: var(--apb16-check-size); transform: translateY(-50%); border-radius: 50%; background: #e7f0ff; color: var(--apb16-check-color); font-size: 14px; font-weight: 900; }
.ahura-price-box-16.style-academy.is-recommended .ahura-price-box-16__feature::before { background: rgba(255, 181, 31, .20); color: var(--apb16-check-color); }
.ahura-price-box-16.style-academy .ahura-price-box-16__button { min-height: 64px; margin-top: auto; border: 0; border-radius: 16px; background: #e7f0ff; color: #2878ef; font-size: 18px; font-weight: 800; box-shadow: 0 0 0 rgba(40, 120, 239, 0); transform: none; transition: background-color .25s ease, color .25s ease, box-shadow .25s ease; }
.ahura-price-box-16.style-academy .ahura-price-box-16__button:hover { background-color: #d8e8ff !important; color: #126fe8 !important; box-shadow: 0 10px 24px rgba(40, 120, 239, .18); transform: none; }
.ahura-price-box-16.style-academy.is-recommended .ahura-price-box-16__button { background: var(--apb16-accent); color: #102448; }
.ahura-price-box-16.style-academy.is-recommended .ahura-price-box-16__button:hover { background-color: #ffc348 !important; color: #102448 !important; box-shadow: 0 10px 24px rgba(255, 181, 31, .24); transform: none; }

@media (max-width: 767px) {
    .ahura-price-box-16 { min-height: auto; padding: 32px 24px; }
    .ahura-price-box-16__header { min-height: 140px; }
    .ahura-price-box-16__price-value { font-size: 34px; }
    article.ahura-price-box-16.style-academy { min-height: auto; padding: 30px 24px; border-radius: 24px; }
    .ahura-price-box-16.style-academy .ahura-price-box-16__header { min-height: 160px; }
    .ahura-price-box-16.style-academy .ahura-price-box-16__price-value { font-size: 36px; }
}

@media (prefers-reduced-motion: reduce) {
    .ahura-price-box-16 { transition: none; }
    .ahura-price-box-16:hover { transform: none; }
}
