.static-info-page { background: #fbf8f3; }

.static-page {
/*     --page-green: #123f25;
    --page-green-light: #1d5935; */
    --page-brown: #553721;
    --page-gold: #c99547;
    --page-ink: #372e28;
    --page-muted: #766b62;
    --page-border: #e8ded2;
    padding-bottom: 64px;
    color: var(--page-ink);
    background: radial-gradient(circle at 8% 12%, rgba(201, 149, 71, .08), transparent 24%), linear-gradient(180deg, #fff 0, #fbf8f3 100%);
}

.static-page__container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }

.static-page__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    overflow: hidden;
    color: #8a8078;
    font-size: 13px;
    white-space: nowrap;
}

.static-page__breadcrumb a { color: inherit; text-decoration: none; transition: color .2s ease; }
.static-page__breadcrumb a:hover { color: var(--page-green-light); }
.static-page__breadcrumb i { color: #b8aea5; font-size: 15px; }
.static-page__breadcrumb span { min-width: 0; overflow: hidden; color: #51463f; font-weight: 600; text-overflow: ellipsis; }

.static-page__hero {
    position: relative;
    min-height: 260px;
    padding: 54px 58px;
    overflow: hidden;
    border-radius: 14px;
    background: radial-gradient(circle at 90% 15%, rgba(219, 175, 104, .3), transparent 26%), radial-gradient(circle at 92% 90%, rgba(100, 61, 31, .46), transparent 27%), linear-gradient(115deg, #0c2f1a 0%, #174c2d 58%, #3e291b 100%);
    box-shadow: 0 16px 40px rgba(50, 37, 25, .12);
}

.static-page__hero::after {
    position: absolute;
    right: 6%;
    bottom: -70px;
    color: rgba(255, 224, 171, .12);
    content: "\2615";
    font: 210px/1 Georgia, serif;
    transform: rotate(-9deg);
}

.static-page__hero--with-image {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
    gap: 42px;
    align-items: center;
    padding: 34px 36px 34px 58px;
}

.static-page__hero-content { position: relative; z-index: 2; max-width: 700px; }
.static-page__eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 11px;
    border: 1px solid rgba(255, 224, 167, .52);
    border-radius: 4px;
    color: #f0c97f;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
}

.static-page__hero h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(34px, 4.3vw, 52px); font-weight: 700; line-height: 1.12; }
.static-page__hero p { max-width: 680px; margin: 18px 0 0; color: rgba(255, 255, 255, .8); font-size: 16px; line-height: 1.75; }

.static-page__hero-media {
    position: relative;
    z-index: 2;
    height: 220px;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .2);
}

.static-page__hero-media img { display: block; width: 100%; height: 100%; object-fit: cover; }

.static-page__body {
    position: relative;
    z-index: 3;
    max-width: 980px;
    margin: 34px auto 0;
    padding: clamp(26px, 5vw, 56px);
    border: 1px solid var(--page-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(55, 41, 30, .07);
}

.static-page__content { color: #4b413a; font-size: 16px; line-height: 1.85; overflow-wrap: anywhere; }
.static-page__content > :first-child { margin-top: 0; }
.static-page__content > :last-child { margin-bottom: 0; }
.static-page__content h2,
.static-page__content h3,
.static-page__content h4 { margin: 1.7em 0 .7em; color: var(--page-green); font-weight: 700; line-height: 1.35; }
.static-page__content h2 { padding-bottom: 12px; border-bottom: 1px solid var(--page-border); font-size: clamp(24px, 3vw, 30px); }
.static-page__content h3 { font-size: 22px; }
.static-page__content h4 { color: var(--page-brown); font-size: 18px; }
.static-page__content p { margin: 0 0 1.15em; }
.static-page__content a { color: var(--page-green-light); text-decoration: underline; text-underline-offset: 3px; }
.static-page__content a:hover { color: var(--page-brown); }
.static-page__content ul,
.static-page__content ol { margin: 0 0 1.25em; padding-left: 1.4em; }
.static-page__content li { margin-bottom: .45em; padding-left: .25em; }
.static-page__content li::marker { color: var(--page-gold); }
.static-page__content img { max-width: 100%; height: auto; border-radius: 8px; }
.static-page__content iframe { max-width: 100%; border: 0; }
.static-page__content table { display: block; width: 100%; margin: 1.5em 0; overflow-x: auto; border-collapse: collapse; }
.static-page__content th,
.static-page__content td { min-width: 130px; padding: 12px 14px; border: 1px solid var(--page-border); text-align: left; }
.static-page__content th { color: var(--page-green); background: #f5f8f5; }
.static-page__content blockquote { margin: 1.6em 0; padding: 18px 22px; border-left: 4px solid var(--page-gold); border-radius: 0 8px 8px 0; color: #5d5047; background: #fbf7f0; }

.static-page__empty { padding: 28px; color: var(--page-muted); text-align: center; }
.static-page__empty i { margin-bottom: 12px; color: var(--page-gold); font-size: 38px; }
.static-page__empty p { margin: 0; }

@media (max-width: 820px) {
    .static-page__hero--with-image { grid-template-columns: 1fr; gap: 28px; padding: 38px; }
    .static-page__hero-media { height: 240px; }
}

@media (max-width: 560px) {
    .static-page { padding-bottom: 38px; }
    .static-page__container { width: min(100% - 24px, 1160px); }
    .static-page__breadcrumb { min-height: 46px; font-size: 12px; }
    .static-page__hero,
    .static-page__hero--with-image { min-height: 220px; padding: 34px 24px; border-radius: 10px; }
    .static-page__hero p { font-size: 14px; line-height: 1.65; }
    .static-page__hero-media { height: 190px; }
    .static-page__body { margin-top: 20px; border-radius: 9px; }
    .static-page__content { font-size: 15px; line-height: 1.75; }
}
