.page:not(.home) {
    background:
        radial-gradient(circle at 18% 16%, rgba(251, 191, 36, 0.1), transparent 34rem),
        radial-gradient(circle at 78% 28%, rgba(34, 197, 94, 0.055), transparent 38rem),
        var(--capy-bg);
}

.page:not(.home) .capy-main-container {
    width: 100%;
    min-height: 100vh;
    padding: clamp(112px, 10vw, 150px) var(--capy-page-gutter, 20px) clamp(48px, 7vw, 84px);
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.page:not(.home) .capy-main-container::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(11, 15, 25, 0.18), rgba(11, 15, 25, 0.84) 58%),
        radial-gradient(circle at 22% 8%, rgba(255, 255, 255, 0.06), transparent 22rem);
}

.page:not(.home) .capy-glass-panel {
    width: min(100%, 1040px);
    margin: 0 auto;
    padding: clamp(28px, 5vw, 64px);
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: var(--capy-glass-bg, rgba(20, 25, 39, 0.74));
    border: 1px solid var(--capy-glass-border, rgba(255, 255, 255, 0.1));
    border-radius: 24px;
    box-shadow: var(--capy-glass-shadow, 0 24px 80px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
}

.page:not(.home) .capy-glass-panel,
.page:not(.home) .entry-content,
.page:not(.home) .entry-content * { box-sizing: border-box; max-width: 100%; }

.page:not(.home) .capy-glass-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--capy-glass-shine, linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 52%));
    opacity: 0.72;
    pointer-events: none;
}

.page:not(.home) .capy-main-container > .capy-breadcrumbs {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
}

.page:not(.home) .capy-glass-panel article {
    position: relative;
    z-index: 1;
    background: transparent;
}

.page:not(.home) .entry-title {
    max-width: 850px;
    margin: 0 auto 22px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2.15rem, 6vw, 4.6rem);
    line-height: 1.03;
    text-align: center;
}

.page:not(.home) .entry-content {
    max-width: 820px;
    margin: 0 auto;
    color: var(--capy-text);
}

.page:not(.home) .entry-content > p:first-child,
.page:not(.home) .entry-content .capy-lead {
    max-width: 760px;
    margin: 0 auto 28px;
    color: rgba(241, 245, 249, 0.82);
    font-size: clamp(1.05rem, 2vw, 1.22rem);
    line-height: 1.75;
    text-align: center;
}

.page:not(.home) .entry-content h2 {
    margin: clamp(34px, 5vw, 54px) 0 14px;
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
    line-height: 1.15;
    color: #fff;
}

.page:not(.home) .entry-content h3 {
    margin: 26px 0 10px;
    color: var(--capy-gold);
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page:not(.home) .entry-content p {
    margin: 0 0 18px;
    color: rgba(241, 245, 249, 0.78);
}

.page:not(.home) .entry-content a {
    color: var(--capy-gold);
    font-weight: 800;
    text-decoration: none;
}

.page:not(.home) .entry-content a:hover {
    color: #ffd76a;
}

.page:not(.home) .entry-content ul,
.page:not(.home) .entry-content ol {
    display: grid;
    gap: 12px;
    margin: 18px 0 28px;
    padding: 0;
    list-style: none;
}

.page:not(.home) .entry-content li {
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    color: rgba(241, 245, 249, 0.82);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.page:not(.home) .entry-content li strong {
    color: #fff;
}

.page:not(.home) .entry-content blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    border-left: 3px solid var(--capy-gold);
    background: rgba(251, 191, 36, 0.08);
    color: rgba(241, 245, 249, 0.86);
}

.page-id-82 .capy-main-container,
.parent-pageid-82 .capy-main-container {
    padding-top: clamp(104px, 10vw, 136px);
}

.page-id-82 .capy-glass-panel {
    width: min(100%, 1180px);
    padding: clamp(34px, 5vw, 72px);
}

.page-id-82 .entry-title {
    max-width: 920px;
    font-size: clamp(2.5rem, 6vw, 5rem);
    color: #fff;
}

.page-id-82 .entry-content {
    max-width: 1040px;
}

.page-id-82 .entry-content > p:first-child,
.page-id-82 .entry-content .capy-lead {
    max-width: 760px;
    margin-bottom: 14px;
}

.page-id-82 .entry-content > p:nth-of-type(2) {
    max-width: 760px;
    margin: 0 auto clamp(34px, 5vw, 54px);
    color: rgba(241, 245, 249, 0.68);
    text-align: center;
}

.page-id-82 .entry-content h2 {
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}

.page-id-82 .entry-content > h2 + ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 22px 0 clamp(36px, 5vw, 58px);
}

.page-id-82 .entry-content > h2 + ul li {
    min-height: 130px;
    padding: 22px;
    position: relative;
    overflow: hidden;
    background:
        var(--capy-glass-shine, linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 52%)),
        rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    box-shadow: var(--capy-glass-shadow, 0 18px 48px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.045));
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.page-id-82 .entry-content > h2 + ul li::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 58%);
    pointer-events: none;
}

.page-id-82 .entry-content > h2 + ul li:has(a:hover),
.page-id-82 .entry-content > h2 + ul li:focus-within {
    border-color: rgba(251, 191, 36, 0.42);
    transform: translateY(-2px);
}

.page-id-82 .entry-content > h2 + ul li > * {
    position: relative;
    z-index: 1;
}

.page-id-82 .entry-content > h2 + ul a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 1.04rem;
    line-height: 1.35;
}

.page-id-82 .entry-content > h2 + ul a::before {
    content: "";
    position: absolute;
    inset: -22px;
    z-index: 0;
}

.page-id-82 .entry-content > h2 + ul a > *,
.page-id-82 .entry-content > h2 + ul a::after {
    position: relative;
    z-index: 1;
}

.page-id-82 .entry-content > h2 + ul a::after {
    content: "Read guide";
    flex-shrink: 0;
    color: var(--capy-gold);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-id-82 .entry-content > h2 + ul span {
    color: rgba(241, 245, 249, 0.68);
    line-height: 1.6;
}

.page-id-82 .entry-content h3 {
    text-align: center;
}

.page-id-82 .entry-content h3 + p {
    max-width: 760px;
    margin-inline: auto;
    text-align: center;
}

.page-id-82 .entry-content h2:nth-last-of-type(2) + ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.parent-pageid-82 .capy-glass-panel {
    width: min(100%, 980px);
}

.parent-pageid-82 .entry-content h2 {
    padding-top: 4px;
}

.parent-pageid-82 .entry-content h2 + ul li {
    border-color: rgba(251, 191, 36, 0.16);
}

@media (max-width: 700px) {
    .page:not(.home) .capy-main-container {
        padding-top: clamp(88px, 20vw, 112px);
    }

    .page-id-82 .capy-main-container,
    .parent-pageid-82 .capy-main-container {
        padding-top: clamp(88px, 18vw, 104px);
    }

    .page:not(.home) .capy-glass-panel {
        width: min(100%, 343px); margin-inline: 0;
        padding: 24px 18px;
        border-radius: 18px;
    }

    .page:not(.home) .entry-title { max-width: min(100%, 14ch); font-size: 2.05rem; hyphens: none; overflow-wrap: break-word; word-break: normal; }

    .page:not(.home) .entry-content > p:first-child,
    .page:not(.home) .entry-content .capy-lead {
        text-align: left;
    }

    .page-id-82 .entry-content > p:nth-of-type(2),
    .page-id-82 .entry-content h2,
    .page-id-82 .entry-content h3,
    .page-id-82 .entry-content h3 + p {
        text-align: left;
    }

    .page-id-82 .entry-content > h2 + ul,
    .page-id-82 .entry-content h2:nth-last-of-type(2) + ul {
        grid-template-columns: 1fr;
    }

    .page-id-82 .entry-content > h2 + ul li {
        min-height: 0;
        padding: 18px;
    }

    .page-id-82 .entry-content > h2 + ul a {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .page-id-82 .entry-content > h2 + ul a::before {
        inset: -18px;
    }
}
