#page-header,
footer#page-footer {
    display: none;
}

body.pcl-creative-writing-route {
    background: linear-gradient(180deg, #aecfdade 0%, #6090a7 100%);
    background-attachment: fixed;
    font-family: "Nunito", sans-serif;
    overflow-x: hidden;
}

body.pcl-creative-writing-route #region-main {
    background: transparent;
    padding: 0;
}

body.pcl-creative-writing-route .pcl-cw-page {
    width: min(1120px, calc(100vw - 2rem));
    margin: 0 auto;
    padding: 0 0 1.5rem;
    box-sizing: border-box;
}

body.pcl-creative-writing-route .header-block,
body.pcl-creative-writing-route .header-image,
body.pcl-creative-writing-route .footer-block,
body.pcl-creative-writing-route .footer-image {
    width: 100%;
    overflow: hidden;
}

body.pcl-creative-writing-route .header-block img,
body.pcl-creative-writing-route .header-image img {
    display: block;
    width: 100%;
    height: auto;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

body.pcl-creative-writing-route .footer-block img,
body.pcl-creative-writing-route .footer-image img {
    display: block;
    width: 100%;
    height: auto;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.15);
}

body.pcl-creative-writing-route .pcl-cw-home-link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

body.pcl-creative-writing-route .feature-card {
    min-height: 220px;
    padding: 30px;
    border-radius: 35px;
    background: linear-gradient(145deg, #d4e7e9, #8ab3c1, #e6cfae, #e57371);
    background-size: 300% 300%;
    animation: pclCreativeWritingBubbleGradient 6s ease infinite;
    color: #fff;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.pcl-creative-writing-route .feature-card:hover {
    transform: translateY(-10px) scale(1.03);
}

body.pcl-creative-writing-route .feature-card::before,
body.pcl-creative-writing-route .feature-card::after,
body.pcl-creative-writing-route .prize-card::before,
body.pcl-creative-writing-route .prize-card::after,
body.pcl-creative-writing-route .exercise-card::before,
body.pcl-creative-writing-route .exercise-card::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    z-index: 0;
    animation: pclCreativeWritingFloaty 6s ease-in-out infinite;
}

body.pcl-creative-writing-route .feature-card::before,
body.pcl-creative-writing-route .prize-card::before,
body.pcl-creative-writing-route .exercise-card::before {
    width: 90px;
    height: 90px;
    top: -20px;
    left: -20px;
}

body.pcl-creative-writing-route .feature-card::after,
body.pcl-creative-writing-route .prize-card::after,
body.pcl-creative-writing-route .exercise-card::after {
    width: 120px;
    height: 120px;
    right: -30px;
    bottom: -30px;
}

body.pcl-creative-writing-route .feature-title,
body.pcl-creative-writing-route .page-title {
    font-size: clamp(2rem, 3vw, 2.3rem);
    font-weight: 900;
    letter-spacing: 0.5px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

body.pcl-creative-writing-route .page-title {
    text-align: center;
    margin: 30px 0 25px;
    color: #fff;
}

body.pcl-creative-writing-route .page-subtitle {
    text-align: center;
    color: #fefefe;
    font-weight: 700;
    margin-bottom: 40px;
}

body.pcl-creative-writing-route .feature-text {
    font-size: 1.06rem;
    color: #fefefe;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

body.pcl-creative-writing-route .pcl-cw-page--home .feature-text,
body.pcl-creative-writing-route .pcl-cw-page--home .feature-card li {
    color: #111;
}

body.pcl-creative-writing-route .pcl-cw-page--info .feature-text,
body.pcl-creative-writing-route .pcl-cw-page--info .feature-card li {
    color: #fefefe;
}

body.pcl-creative-writing-route .feature-card ul,
body.pcl-creative-writing-route .feature-card ol {
    text-align: left;
    position: relative;
    z-index: 1;
}

body.pcl-creative-writing-route .prize-card,
body.pcl-creative-writing-route .exercise-card {
    border: none;
    border-radius: 28px;
    padding: 25px;
    background: linear-gradient(140deg, #d4e7e9, #8ab3c1, #e57371);
    background-size: 300% 300%;
    animation: pclCreativeWritingBubbleGradient 8s ease infinite;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    position: relative;
    overflow: hidden;
    color: #fff;
}

body.pcl-creative-writing-route .prize-card:hover,
body.pcl-creative-writing-route .exercise-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
}

body.pcl-creative-writing-route .uniform-card {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

body.pcl-creative-writing-route .prize-avatar {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.2);
}

body.pcl-creative-writing-route .prize-avatar--gold {
    background: linear-gradient(145deg, #9f6b00, #f2c94c);
}

body.pcl-creative-writing-route .prize-avatar--silver {
    background: linear-gradient(145deg, #6b7280, #d1d5db);
}

body.pcl-creative-writing-route .prize-avatar--bronze {
    background: linear-gradient(145deg, #7c3f12, #d97706);
}

body.pcl-creative-writing-route .prize-place {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 5px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

body.pcl-creative-writing-route .prize-name {
    font-size: 1.05rem;
    font-weight: 600;
    opacity: 0.95;
    margin-bottom: 0;
    text-align: center;
}

body.pcl-creative-writing-route .magic-card .card-title {
    font-size: 1.4rem;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

body.pcl-creative-writing-route .magic-card .text-muted {
    color: rgba(255, 255, 255, 0.88) !important;
}

body.pcl-creative-writing-route .magic-card a,
body.pcl-creative-writing-route .exercise-card a {
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

body.pcl-creative-writing-route .magic-card a:hover,
body.pcl-creative-writing-route .exercise-card a:hover {
    text-decoration: underline;
}

body.pcl-creative-writing-route .back-btn,
body.pcl-creative-writing-route .map-btn,
body.pcl-creative-writing-route .btn-primary {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
}

body.pcl-creative-writing-route .back-btn:hover,
body.pcl-creative-writing-route .map-btn:hover,
body.pcl-creative-writing-route .btn-primary:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

body.pcl-creative-writing-route .map-section-wrapper {
    padding: 40px 20px;
    display: flex;
    justify-content: center;
}

body.pcl-creative-writing-route .map-section-inner {
    width: 100%;
    max-width: 800px;
    padding: 40px 25px;
    border-radius: 35px;
    background: linear-gradient(135deg, #6090a7, #d8b276c8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    position: relative;
    overflow: hidden;
    animation: pclCreativeWritingFloaty 6s ease-in-out infinite;
}

body.pcl-creative-writing-route .section-title {
    font-size: clamp(1.7rem, 2.8vw, 2.2rem);
    font-weight: 900;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

body.pcl-creative-writing-route .section-subtitle {
    font-size: 1.05rem;
    color: #f8f8f8;
    margin-bottom: 25px;
}

body.pcl-creative-writing-route .map-section-wrapper.is-disabled {
    opacity: 0.8;
}

body.pcl-creative-writing-route .map-section-wrapper.is-disabled .map-btn {
    pointer-events: none;
    filter: grayscale(0.15);
}

body.pcl-creative-writing-route .pcl-cw-page--info .feature-card,
body.pcl-creative-writing-route .pcl-cw-page--samples .exercise-card,
body.pcl-creative-writing-route .pcl-cw-page--topics .exercise-card {
    margin-bottom: 0;
}

@keyframes pclCreativeWritingBubbleGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes pclCreativeWritingFloaty {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    body.pcl-creative-writing-route .pcl-cw-page {
        width: min(100vw - 1rem, 1120px);
    }

    body.pcl-creative-writing-route .page-title {
        font-size: 1.85rem;
    }

    body.pcl-creative-writing-route .feature-title {
        font-size: 1.6rem;
    }

    body.pcl-creative-writing-route .prize-avatar {
        width: 116px;
        height: 116px;
        font-size: 1.6rem;
    }

    body.pcl-creative-writing-route .map-section-inner {
        padding: 28px 18px;
    }
}

/* Closed-competition notice. The page describes a competition that ran
   January-March 2026 and is not accepting entries; this card carries that
   state and must read as the headline, above the historical detail. */
.pcl-cw-page--info .feature-card.is-closed {
    border-left: 6px solid #f4b53f;
    background: #fffaf0;
}

.pcl-cw-page--info .feature-card.is-closed .feature-title {
    color: #123c8f;
}

.pcl-cw-page--info .map-btn.disabled {
    display: inline-block;
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}
