.school-popup-overlay,
.school-popup-overlay *,
.school-popup-overlay *::before,
.school-popup-overlay *::after {
    box-sizing: border-box;
}

.school-popup-overlay {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 22px;
    overflow-y: auto;
    background: rgba(47, 43, 38, 0.60);
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}

.school-popup-overlay.is-visible {
    display: flex;
}

.school-popup-card {
    position: relative;
    width: 100%;
    max-width: 830px;
    min-height: 560px;
    padding: 34px 60px 105px;
    overflow: hidden;
    border: 1px solid rgba(123, 143, 87, 0.18);
    border-radius: 25px;
    background:
        radial-gradient(
            circle at 50% 10%,
            rgba(255, 255, 255, 0.95),
            rgba(255, 252, 243, 0.98) 48%,
            rgba(255, 249, 235, 0.98) 100%
        );
    color: #3f342d;
    text-align: center;
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    animation: schoolPopupOpen 0.35s ease-out;
}

.school-popup-close {
    position: absolute;
    top: 19px;
    right: 21px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #df6b83;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(190, 79, 104, 0.24);
    transition:
        transform 0.2s ease,
        background-color 0.2s ease;
}

.school-popup-close:hover,
.school-popup-close:focus {
    background: #cc5871;
    transform: scale(1.06);
}

.school-popup-sky {
    position: relative;
    width: 470px;
    max-width: 90%;
    height: 105px;
    margin: 0 auto 4px;
}

.school-sun {
    position: absolute;
    top: 17px;
    left: 50%;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #f8c74f;
    transform: translateX(-50%);
    box-shadow: 0 0 0 1px rgba(231, 164, 41, 0.12);
}

.school-sun::before,
.school-sun::after {
    content: "";
    position: absolute;
    inset: -17px;
    border-radius: 50%;
    background:
        linear-gradient(#efb735, #efb735) 50% 0 / 3px 13px no-repeat,
        linear-gradient(#efb735, #efb735) 50% 100% / 3px 13px no-repeat,
        linear-gradient(90deg, #efb735, #efb735) 0 50% / 13px 3px no-repeat,
        linear-gradient(90deg, #efb735, #efb735) 100% 50% / 13px 3px no-repeat;
}

.school-sun::after {
    transform: rotate(45deg);
}

.school-sun-face {
    position: absolute;
    top: 19px;
    left: 50%;
    color: #c37836;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
    transform: translateX(-50%);
}

.school-sun-face::before,
.school-sun-face::after {
    content: "";
    position: absolute;
    top: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bf7331;
}

.school-sun-face::before {
    left: 3px;
}

.school-sun-face::after {
    right: 3px;
}

.school-heart-top {
    position: absolute;
    top: 45px;
    left: calc(50% + 93px);
    color: #ea8c99;
    font-size: 41px;
    line-height: 1;
}

.school-cloud {
    position: absolute;
    top: 55px;
    width: 58px;
    height: 23px;
    border-radius: 30px;
    background: #dcecf0;
}

.school-cloud::before,
.school-cloud::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    background: #dcecf0;
}

.school-cloud::before {
    left: 10px;
    width: 31px;
    height: 31px;
}

.school-cloud::after {
    right: 6px;
    width: 25px;
    height: 25px;
}

.school-cloud-left {
    left: 15px;
}

.school-cloud-right {
    right: 15px;
}

.school-popup-heading-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    margin-top: -3px;
}

.school-popup-heading-row h2 {
    margin: 0;
    color: #587747;
    font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

.school-leaf {
    color: #aeb874;
    font-family: Georgia, serif;
    font-size: 67px;
    line-height: 1;
}

.school-leaf-left {
    transform: rotate(-38deg);
}

.school-leaf-right {
    transform: rotate(218deg);
}

.school-title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 540px;
    max-width: 90%;
    margin: 20px auto 25px;
}

.school-title-divider span {
    display: block;
    flex: 1;
    height: 3px;
    border-radius: 10px;
    background: #efa2ad;
}

.school-title-divider b {
    color: #df7486;
    font-size: 28px;
    line-height: 1;
}

.school-popup-content {
    position: relative;
    z-index: 3;
    max-width: 660px;
    margin: 0 auto;
}

.school-popup-content p {
    margin: 0 0 20px;
    color: #40342d;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.55;
}

.school-popup-content strong {
    display: inline-block;
    margin-top: 3px;
    color: #e26f87;
    font-weight: 700;
}

.school-popup-content a {
    color: #5f804c;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid rgba(95, 128, 76, 0.32);
}

.school-popup-content a:hover,
.school-popup-content a:focus {
    color: #46663a;
    border-bottom-color: #46663a;
}

.school-popup-confirm {
    position: relative;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 232px;
    min-height: 66px;
    margin-top: 3px;
    padding: 14px 27px;
    border: 3px solid rgba(255, 255, 255, 0.24);
    border-radius: 20px;
    background: #78964d;
    color: #ffffff;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 23px;
    font-weight: 700;
    cursor: pointer;
    box-shadow:
        0 6px 0 #5f7c3b,
        0 10px 22px rgba(82, 105, 55, 0.18);
    transition:
        transform 0.18s ease,
        background-color 0.18s ease,
        box-shadow 0.18s ease;
}

.school-popup-confirm span {
    font-size: 21px;
}

.school-popup-confirm:hover,
.school-popup-confirm:focus {
    background: #6d8b43;
    transform: translateY(-2px);
    box-shadow:
        0 7px 0 #577336,
        0 12px 24px rgba(82, 105, 55, 0.22);
}

.school-popup-confirm:active {
    transform: translateY(3px);
    box-shadow:
        0 3px 0 #577336,
        0 7px 14px rgba(82, 105, 55, 0.18);
}

.school-popup-garden {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100px;
    background:
        radial-gradient(
            ellipse at 20% 120%,
            #b6cf78 0 48%,
            transparent 49%
        ),
        radial-gradient(
            ellipse at 56% 122%,
            #c4da8a 0 55%,
            transparent 56%
        ),
        radial-gradient(
            ellipse at 92% 120%,
            #aac76e 0 47%,
            transparent 48%
        );
}

.school-flower {
    position: absolute;
    bottom: 14px;
    width: 35px;
    height: 67px;
}

.school-flower::before {
    content: "✿";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 35px;
    line-height: 1;
}

.school-flower::after {
    content: "";
    position: absolute;
    top: 28px;
    left: 16px;
    width: 3px;
    height: 39px;
    border-radius: 4px;
    background: #6f9750;
}

.school-flower span {
    display: none;
}

.flower-one {
    left: 7%;
    color: #ef8fa1;
}

.flower-two {
    left: 15%;
    bottom: 8px;
    color: #efb83e;
    transform: scale(0.86);
}

.flower-three {
    right: 14%;
    bottom: 8px;
    color: #ef9d55;
    transform: scale(0.9);
}

.flower-four {
    right: 6%;
    color: #72b5d5;
}

.school-grass {
    position: absolute;
    bottom: 4px;
    color: #7ca153;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
}

.grass-one {
    left: 25%;
}

.grass-two {
    left: 50%;
}

.grass-three {
    right: 24%;
}

@keyframes schoolPopupOpen {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* TABLET / MOBILE */
@media (max-width: 768px) {

    .school-popup-overlay {
        align-items: flex-start;
        padding: 14px;
    }

    .school-popup-card {
        max-width: 540px;
        min-height: 0;
        margin: auto 0;
        padding: 27px 22px 92px;
        border-radius: 20px;
    }

    .school-popup-close {
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
        font-size: 32px;
    }

    .school-popup-sky {
        width: 330px;
        height: 90px;
    }

    .school-sun {
        top: 15px;
        width: 58px;
        height: 58px;
    }

    .school-sun-face {
        top: 15px;
        font-size: 28px;
    }

    .school-cloud {
        top: 51px;
        transform: scale(0.82);
    }

    .school-cloud-left {
        left: 0;
    }

    .school-cloud-right {
        right: 0;
    }

    .school-heart-top {
        top: 43px;
        left: calc(50% + 70px);
        font-size: 32px;
    }

    .school-popup-heading-row {
        gap: 7px;
    }

    .school-popup-heading-row h2 {
        font-size: 30px;
    }

    .school-leaf {
        font-size: 43px;
    }

    .school-title-divider {
        margin: 15px auto 20px;
    }

    .school-popup-content p {
        margin-bottom: 17px;
        font-size: 18px;
        line-height: 1.5;
    }

    .school-popup-content br {
        display: none;
    }

    .school-popup-confirm {
        min-width: 205px;
        min-height: 57px;
        padding: 12px 22px;
        font-size: 20px;
        border-radius: 17px;
    }

    .school-popup-garden {
        height: 79px;
    }

    .school-flower {
        bottom: 4px;
        transform: scale(0.8);
    }

    .flower-two,
    .flower-three {
        bottom: 0;
        transform: scale(0.67);
    }

    .school-grass {
        bottom: 0;
        font-size: 27px;
    }
}


/* ΜΙΚΡΑ ΚΙΝΗΤΑ */
@media (max-width: 420px) {

    .school-popup-overlay {
        padding: 10px;
    }

    .school-popup-card {
        padding: 22px 15px 82px;
        border-radius: 17px;
    }

    .school-popup-sky {
        width: 270px;
        height: 80px;
    }

    .school-cloud {
        transform: scale(0.7);
    }

    .school-sun {
        width: 52px;
        height: 52px;
    }

    .school-sun-face {
        top: 13px;
        font-size: 25px;
    }

    .school-heart-top {
        left: calc(50% + 58px);
        font-size: 28px;
    }

    .school-popup-heading-row h2 {
        font-size: 25px;
    }

    .school-leaf {
        display: none;
    }

    .school-popup-content p {
        font-size: 16px;
    }

    .school-popup-confirm {
        width: 88%;
        min-width: 0;
        font-size: 18px;
    }
}


/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {

    .school-popup-card {
        animation: none;
    }

    .school-popup-close,
    .school-popup-confirm {
        transition: none;
    }
}