/* =========================
   STATIC PAGE LAYOUT
========================= */

.static-page-layout {
    width: 100%;
    min-height: 60vh;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 225, 106, 0.18), transparent 32rem),
        linear-gradient(180deg, #f8f5ed 0%, #fff 24rem, #fff 100%);
    color: #000;
}

/* =========================
   STATIC PAGE HERO
========================= */

.static-page-hero {
    position: relative;
    padding: 14rem 0 5.2rem;
    background:
        radial-gradient(circle at 82% 24%, rgba(255, 225, 106, 0.24), transparent 32rem),
        linear-gradient(135deg, #111 0%, #1a1a1a 58%, #080808 100%);
    color: #fff;
    overflow: hidden;
}

.static-page-hero::before {
    content: "PROKKAT.RU";
    position: absolute;
    left: 58%;
    top: 18rem;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.035);
    font-size: clamp(7rem, 13vw, 20rem);
    line-height: 0.8;
    font-weight: 900;
    letter-spacing: -0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    pointer-events: none;
}

.static-page-hero__inner {
    position: relative;
    z-index: 1;
    width: min(144rem, calc(100% - 7.2rem));
    margin-inline: auto;
}

.static-page-hero__breadcrumbs {
    margin-bottom: 1.8rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.52);
    font-size: 1.35rem;
    line-height: 1.3;
}

.static-page-hero__breadcrumbs a {
    color: rgba(255, 255, 255, 0.68);
    text-decoration: none;
    transition: 0.18s ease;
}

.static-page-hero__breadcrumbs a:hover {
    color: var(--yellow, #ffe16a);
}

.static-page-hero__breadcrumbs span:last-child {
    color: #fff;
    font-weight: 600;
}

.static-page-hero__kicker {
    margin-bottom: 1rem;
    color: var(--yellow, #ffe16a);
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.static-page-hero__title {
    max-width: 92rem;
    margin: 0;
    color: #fff;
    font-family: "Bebas Neue Cyrillic", "Oswald", Inter, Arial, sans-serif;
    font-size: clamp(4.4rem, 6vw, 7.8rem);
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

/* =========================
   STATIC PAGE BODY
========================= */

.static-page-body {
    padding: 5.2rem 0 7rem;
}

.static-page-container {
    width: min(144rem, calc(100% - 7.2rem));
    margin-inline: auto;
}

.static-page-content {
    max-width: 144rem;
    padding: 3.2rem;
    border-radius: 2.8rem;
    background: #fff;
    border: 0.1rem solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1.4rem 4.2rem rgba(0, 0, 0, 0.07);
}

/* =========================
   STATIC PAGE TYPOGRAPHY
========================= */

.static-page-content h1,
.static-page-content h2,
.static-page-content h3,
.static-page-content h4,
.static-page-content h5,
.static-page-content h6 {
    color: #000;
}

.static-page-content h1 {
    margin: 0 0 2.4rem;
    font-family: "Bebas Neue Cyrillic", "Oswald", Inter, Arial, sans-serif;
    font-size: clamp(4rem, 5vw, 6.2rem);
    line-height: 0.98;
    font-weight: 600;
    text-transform: uppercase;
}

.static-page-content h2 {
    margin: 4.2rem 0 1.6rem;
    font-size: clamp(2.8rem, 3.2vw, 4.2rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.static-page-content h3 {
    margin: 3rem 0 1.2rem;
    font-size: 2.4rem;
    line-height: 1.18;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.static-page-content h4 {
    margin: 2.4rem 0 1rem;
    font-size: 1.9rem;
    line-height: 1.25;
    font-weight: 800;
}

.static-page-content p {
    margin: 0 0 1.6rem;
    color: rgba(0, 0, 0, 0.64);
    font-size: 1.65rem;
    line-height: 1.65;
}

.static-page-content a {
    color: var(--red, #E31318);
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.25em;
    transition: 0.18s ease;
}

.static-page-content a:hover {
    color: #000;
}

.static-page-content ul,
.static-page-content ol {
    margin: 0 0 2.2rem;
    padding-left: 2.2rem;
    color: rgba(0, 0, 0, 0.66);
    font-size: 1.65rem;
    line-height: 1.65;
}

.static-page-content li {
    margin-bottom: 0.8rem;
}

.static-page-content li::marker {
    color: var(--red, #E31318);
}

.static-page-content blockquote {
    margin: 2.8rem 0;
    padding: 2.2rem 2.4rem;
    border-left: 0.5rem solid var(--yellow, #ffe16a);
    border-radius: 1.8rem;
    background: #fff8dc;
    color: rgba(0, 0, 0, 0.72);
    font-size: 1.65rem;
    line-height: 1.6;
}

.static-page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 1.8rem;
}

.static-page-content iframe {
    max-width: 100%;
    border-radius: 1.8rem;
}

/* =========================
   STATIC PAGE TABLES
========================= */

.static-page-content table {
    width: 100%;
    margin: 2.8rem 0;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 1.8rem;
    background: #fff;
    border: 0.1rem solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 1.2rem 3.4rem rgba(0, 0, 0, 0.05);
}

.static-page-content th,
.static-page-content td {
    padding: 1.4rem 1.6rem;
    border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.68);
    font-size: 1.45rem;
    line-height: 1.45;
    text-align: left;
}

.static-page-content th {
    background: var(--yellow-soft, #fff1a8);
    color: #000;
    font-weight: 800;
}

.static-page-content tr:last-child td {
    border-bottom: 0;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 960px) {
    .static-page-hero {
        padding: 10rem 0 4rem;
    }

    .static-page-hero__inner,
    .static-page-container {
        width: calc(100% - 2.8rem);
    }

    .static-page-body {
        padding: 3.2rem 0 5rem;
    }

    .static-page-content {
        padding: 2.2rem;
        border-radius: 2.2rem;
    }

    .static-page-content p,
    .static-page-content ul,
    .static-page-content ol {
        font-size: 1.5rem;
    }
}

@media (max-width: 520px) {
    .static-page-hero {
        padding-top: 9rem;
    }

    .static-page-hero__title {
        font-size: 4rem;
    }

    .static-page-content {
        padding: 1.8rem;
        border-radius: 1.8rem;
    }

    .static-page-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
