/* _content/NaSkrzydlach/Components/Layout/MainLayout.razor.rz.scp.css */
.site-nav[b-f0j33boaku] {
    background: rgba(255, 255, 255, 0.94) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.nav-logo[b-f0j33boaku] {
    display: flex !important;
    align-items: center;
    gap: 10px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #3D3D3D !important;
}

.nav-logo img[b-f0j33boaku] {
    height: 40px;
    width: auto;
}

.nav-logo:hover[b-f0j33boaku] {
    color: #C78B0A !important;
}

[b-f0j33boaku] .nav-link {
    color: #5A5A5A !important;
    font-weight: 600;
    font-size: 0.95rem;
    border-radius: 10px;
    padding: 8px 14px !important;
    transition: all 0.3s ease;
}

[b-f0j33boaku] .nav-link:hover {
    color: #C78B0A !important;
    background: #FFF8E7;
}

[b-f0j33boaku] .nav-cta {
    background: #E8A317 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 8px 20px !important;
}

[b-f0j33boaku] .nav-cta:hover {
    background: #C78B0A !important;
}

[b-f0j33boaku] .nav-back {
    color: #6B6B6B !important;
    font-size: 0.85rem !important;
    border: 1px solid rgba(107, 107, 107, 0.25);
    border-radius: 50px !important;
    padding: 6px 14px !important;
}

[b-f0j33boaku] .nav-back:hover {
    border-color: #E8A317;
    color: #C78B0A !important;
    background: #FFF8E7;
}

/* Footer */
.site-footer[b-f0j33boaku] {
    background: #3D3D3D;
    color: rgba(255, 255, 255, 0.7);
    padding: 40px 0 0;
}

.footer-logo[b-f0j33boaku] {
    height: 44px;
    width: auto;
    margin-bottom: 12px;
    filter: brightness(0) invert(1) opacity(0.9);
}

.footer-desc[b-f0j33boaku] {
    font-size: 0.9rem;
    max-width: 300px;
    line-height: 1.7;
}

.footer-heading[b-f0j33boaku] {
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 1rem;
}

.footer-links li[b-f0j33boaku] {
    margin-bottom: 5px;
}

.footer-links a[b-f0j33boaku] {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    transition: color 0.3s;
}

.footer-links a:hover[b-f0j33boaku] {
    color: #F5C94C;
}

.footer-text[b-f0j33boaku] {
    font-size: 0.9rem;
    margin-bottom: 3px;
}

.footer-text a[b-f0j33boaku] {
    color: rgba(255, 255, 255, 0.6);
}

.footer-text a:hover[b-f0j33boaku] {
    color: #F5C94C;
}

.footer-social[b-f0j33boaku] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-social:hover[b-f0j33boaku] {
    background: #1877F2;
    color: #fff;
    transform: translateY(-2px);
}

.footer-social svg[b-f0j33boaku] {
    flex-shrink: 0;
}

.footer-copy[b-f0j33boaku] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 14px 0;
    font-size: 0.8rem;
    text-align: center;
}

.footer-credits[b-f0j33boaku] {
    margin-top: 3px;
    font-size: 0.75rem;
    opacity: 0.6;
}

.footer-credits a[b-f0j33boaku] {
    color: rgba(255, 255, 255, 0.6);
}

.footer-credits a:hover[b-f0j33boaku] {
    color: #F5C94C;
}
/* _content/NaSkrzydlach/Components/Pages/Home.razor.rz.scp.css */
/* ========== HUB — 4 KOLUMNY ========== */

.hub[b-8v6lmldpn5] {
    display: flex;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    position: relative;
    background: url('images/hub.jpg') center / cover no-repeat;
}

.hub[b-8v6lmldpn5]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(253, 249, 240, 0.35);
    z-index: 0;
}

/* ========== NAGŁÓWEK ========== */

.hub-header[b-8v6lmldpn5] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    padding: 100px 16px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, rgba(253,249,240,0.92) 0%, rgba(253,249,240,0.7) 60%, transparent 100%);
    pointer-events: none;
}

.hub-main-logo[b-8v6lmldpn5] {
    width: clamp(56px, 8vw, 90px);
    height: auto;
    margin-bottom: 12px;
    filter: drop-shadow(0 10px 30px rgba(232, 163, 23, 0.25));
    animation: logoFloat-b-8v6lmldpn5 3s ease-in-out infinite;
}

@keyframes logoFloat-b-8v6lmldpn5 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

.hub-slogan[b-8v6lmldpn5] {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(1.4rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: #3D3D3D;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.hub-sub[b-8v6lmldpn5] {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(0.8rem, 1.4vw, 1.05rem);
    font-weight: 600;
    color: #C78B0A;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
}

.hub-arrow[b-8v6lmldpn5] {
    margin-top: 10px;
    font-size: 1.4rem;
    color: #C78B0A;
    opacity: 0.5;
    animation: arrowBounce-b-8v6lmldpn5 2s ease-in-out infinite;
}

@keyframes arrowBounce-b-8v6lmldpn5 {
    0%, 100% { transform: translateY(0); opacity: 0.5; }
    50% { transform: translateY(6px); opacity: 1; }
}

/* ========== KOLUMNY ========== */

.hub-column[b-8v6lmldpn5] {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 28vh;
    cursor: pointer;
    overflow: hidden;
    transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
    background: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

.hub-column:hover[b-8v6lmldpn5],
.hub-column:active[b-8v6lmldpn5] {
    background: rgba(255, 255, 255, 0.35);
}

.hub-column + .hub-column[b-8v6lmldpn5] {
    border-left: 1px solid rgba(232, 163, 23, 0.15);
}

.hub-overlay[b-8v6lmldpn5] {
    position: absolute;
    inset: 0;
    background: rgba(232, 163, 23, 0.08);
    opacity: 1;
    pointer-events: none;
}

.hub-column:hover[b-8v6lmldpn5] {
    flex: 1.3;
}

/* ========== KARTY ========== */

.hub-content[b-8v6lmldpn5] {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 28px 18px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 220px;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 24px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.hub-column:hover .hub-content[b-8v6lmldpn5] {
    background: rgba(255, 255, 255, 0.88);
    transform: translateY(-10px);
    box-shadow:
        0 20px 50px rgba(232, 163, 23, 0.15),
        0 8px 24px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(232, 163, 23, 0.25);
}

/* Emoji ikonka */
.hub-emoji[b-8v6lmldpn5] {
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    line-height: 1;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.08));
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hub-column:hover .hub-emoji[b-8v6lmldpn5] {
    transform: scale(1.15) rotate(-5deg);
}

/* Badge typu */
.hub-type[b-8v6lmldpn5] {
    display: inline-block;
    padding: 4px 14px;
    font-size: clamp(0.58rem, 0.85vw, 0.7rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    white-space: nowrap;
}

.hub-type-zlobek[b-8v6lmldpn5] {
    background: linear-gradient(135deg, rgba(232, 163, 23, 0.15), rgba(245, 201, 76, 0.2));
    color: #C78B0A;
}

.hub-type-przedszkole[b-8v6lmldpn5] {
    background: linear-gradient(135deg, rgba(107, 162, 57, 0.15), rgba(140, 200, 80, 0.2));
    color: #4E8A2A;
}

/* Nazwa */
.hub-content h2[b-8v6lmldpn5] {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(1rem, 1.6vw, 1.35rem);
    font-weight: 800;
    color: #3D3D3D;
    margin: 0;
    transition: color 0.3s ease;
}

.hub-column:hover .hub-content h2[b-8v6lmldpn5] {
    color: #C78B0A;
}

/* Linia dzieląca */
.hub-divider[b-8v6lmldpn5] {
    width: 36px;
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, #F5C94C, #E8A317);
    opacity: 0.5;
    transition: all 0.4s ease;
}

.hub-column:hover .hub-divider[b-8v6lmldpn5] {
    width: 50px;
    opacity: 1;
}

/* Adres & wiek */
.hub-address[b-8v6lmldpn5] {
    color: #555;
    font-size: clamp(0.72rem, 1vw, 0.88rem);
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.hub-age[b-8v6lmldpn5] {
    color: #888;
    font-size: clamp(0.68rem, 0.9vw, 0.8rem);
    font-weight: 600;
    margin: 0;
}

/* Przycisk */
.hub-btn[b-8v6lmldpn5] {
    display: inline-block;
    margin-top: 4px;
    padding: 10px 22px;
    background: linear-gradient(135deg, #E8A317, #D4920F);
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: clamp(0.7rem, 1vw, 0.85rem);
    border-radius: 50px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 18px rgba(232, 163, 23, 0.3);
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.hub-column:hover .hub-btn[b-8v6lmldpn5] {
    opacity: 1;
    transform: translateY(0);
}

/* Shine */
.hub-shine[b-8v6lmldpn5] {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.12) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.hub-column:hover .hub-shine[b-8v6lmldpn5] {
    opacity: 1;
}

/* ========== MOBILE ========== */
@media (max-width: 768px) {
    .hub[b-8v6lmldpn5] {
        flex-direction: column;
    }

    .hub-header[b-8v6lmldpn5] {
        padding: 20px 12px 16px;
        background: linear-gradient(180deg, rgba(253,249,240,0.95) 0%, rgba(253,249,240,0.75) 60%, transparent 100%);
    }

    .hub-main-logo[b-8v6lmldpn5] {
        width: 44px;
        margin-bottom: 6px;
    }

    .hub-slogan[b-8v6lmldpn5] {
        font-size: 1.1rem;
    }

    .hub-sub[b-8v6lmldpn5] {
        font-size: 0.7rem;
    }

    .hub-arrow[b-8v6lmldpn5] {
        display: none;
    }

    .hub-column[b-8v6lmldpn5] {
        flex: 1;
        min-height: 0;
        padding-top: 0;
    }

    .hub-column + .hub-column[b-8v6lmldpn5] {
        border-left: none;
        border-top: 1px solid rgba(232, 163, 23, 0.15);
    }

    .hub-column:hover[b-8v6lmldpn5] {
        flex: 1.3;
    }

    .hub-content[b-8v6lmldpn5] {
        flex-direction: row;
        max-width: 100%;
        padding: 10px 16px;
        gap: 10px;
        border-radius: 14px;
        margin: 0 10px;
    }

    .hub-column:hover .hub-content[b-8v6lmldpn5] {
        transform: none;
    }

    .hub-emoji[b-8v6lmldpn5] {
        font-size: 1.6rem;
    }

    .hub-column:hover .hub-emoji[b-8v6lmldpn5] {
        transform: none;
    }

    .hub-content h2[b-8v6lmldpn5],
    .hub-divider[b-8v6lmldpn5],
    .hub-age[b-8v6lmldpn5] {
        display: none;
    }

    .hub-type[b-8v6lmldpn5] {
        font-size: 0.6rem;
        padding: 2px 8px;
    }

    .hub-address[b-8v6lmldpn5] {
        font-size: 0.78rem;
        flex: 1;
    }

    .hub-btn[b-8v6lmldpn5] {
        opacity: 1;
        transform: none;
        padding: 7px 14px;
        font-size: 0.72rem;
        margin: 0;
        flex-shrink: 0;
    }

    .hub-shine[b-8v6lmldpn5] {
        display: none;
    }
}

@media (max-width: 480px) {
    .hub-content[b-8v6lmldpn5] {
        padding: 8px 12px;
        gap: 8px;
    }

    .hub-emoji[b-8v6lmldpn5] {
        font-size: 1.3rem;
    }

    .hub-address[b-8v6lmldpn5] {
        font-size: 0.72rem;
    }

    .hub-btn[b-8v6lmldpn5] {
        padding: 5px 10px;
        font-size: 0.7rem;
    }
}
/* _content/NaSkrzydlach/Components/Pages/Nowa.razor.rz.scp.css */
.nowa-wrap[b-ln8unb9g6q] {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    background: #F8F5EF;
    box-sizing: border-box;
}

.nowa-brand[b-ln8unb9g6q] {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    text-align: center;
}

.nowa-logo[b-ln8unb9g6q] {
    height: clamp(195px, 21vw, 285px);
    width: auto;
    filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.18))
            drop-shadow(0 0 28px rgba(255, 248, 230, 0.35));
    animation: logoFloat-b-ln8unb9g6q 4s ease-in-out infinite;
    will-change: transform;
}

@keyframes logoFloat-b-ln8unb9g6q {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.nowa-slogan[b-ln8unb9g6q] {
    margin: 0 0 18px;
    max-width: 1100px;
    padding: 0 16px;
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-weight: 600;
    font-style: italic;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.2;
    letter-spacing: 0.2px;
    color: #1F1A14;
    text-shadow: 0 1px 12px rgba(255, 248, 230, 0.55);
}

@media (max-width: 768px) {
    .nowa-brand[b-ln8unb9g6q] {
        top: 20px;
        flex-direction: column-reverse;
    }

    .nowa-logo[b-ln8unb9g6q] {
        height: 170px;
    }

    .nowa-slogan[b-ln8unb9g6q] {
        margin: 14px 0 0;
        font-size: 1.85rem;
        max-width: 92vw;
        color: #FFF8EE;
        text-shadow: 0 3px 14px rgba(0, 0, 0, 0.32);
    }
}

.nowa-grid[b-ln8unb9g6q] {
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 6px;
    background: rgba(255, 255, 255, 0.95);
}

.nowa-tile[b-ln8unb9g6q] {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    transition: transform .55s cubic-bezier(.22,1,.36,1);
    opacity: 0;
    transform: translateY(24px);
    animation: tileIn-b-ln8unb9g6q .9s cubic-bezier(.22,1,.36,1) forwards;
    will-change: transform;
    --mx: 50%;
    --my: 50%;
}

.nowa-tile:nth-child(1)[b-ln8unb9g6q] { animation-delay: 0ms; }
.nowa-tile:nth-child(2)[b-ln8unb9g6q] { animation-delay: 100ms; }
.nowa-tile:nth-child(3)[b-ln8unb9g6q] { animation-delay: 200ms; }
.nowa-tile:nth-child(4)[b-ln8unb9g6q] { animation-delay: 300ms; }

@keyframes tileIn-b-ln8unb9g6q {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nowa-tile:hover[b-ln8unb9g6q] {
    transform: translateY(0);
}

.nowa-img[b-ln8unb9g6q] {
    position: absolute;
    inset: 0;
    background-image: var(--tile-img);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    filter: saturate(1) brightness(1);
    transition: transform 1.1s cubic-bezier(.22,1,.36,1),
                filter .55s ease;
    will-change: transform, filter;
}

.nowa-tile:hover .nowa-img[b-ln8unb9g6q] {
    transform: scale(1.04);
    filter: saturate(1.05) brightness(1.02);
}

.nowa-overlay[b-ln8unb9g6q] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(42, 30, 18, 0.72) 0%,
        rgba(42, 30, 18, 0.5) 22%,
        rgba(42, 30, 18, 0.22) 50%,
        rgba(42, 30, 18, 0.06) 70%,
        transparent 85%
    );
    pointer-events: none;
}

/* ===== Cursor glow ===== */
.nowa-glow[b-ln8unb9g6q] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity .5s ease;
    background: radial-gradient(
        420px circle at var(--mx) var(--my),
        rgba(255, 255, 255, 0.16),
        rgba(255, 255, 255, 0.06) 28%,
        transparent 60%
    );
    mix-blend-mode: soft-light;
}

.nowa-tile:hover .nowa-glow[b-ln8unb9g6q] {
    opacity: 1;
}

/* ===== Treść ===== */
.nowa-content[b-ln8unb9g6q] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 44px 44px 72px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.nowa-kind[b-ln8unb9g6q] {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(0.68rem, 0.78vw, 0.78rem);
    letter-spacing: 3.2px;
    color: #FFF8EE;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.32);
    margin-bottom: -2px;
}

.nowa-name[b-ln8unb9g6q] {
    font-family: 'Cormorant Garamond', 'Playfair Display', serif;
    font-weight: 600;
    font-size: clamp(32px, 2.4vw, 46px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0;
    color: #FFF8EE;
    text-shadow: 0 3px 14px rgba(0, 0, 0, 0.32);
    transform: translateY(0);
    transition: transform .55s cubic-bezier(.22,1,.36,1);
}

.nowa-tile:hover .nowa-name[b-ln8unb9g6q] {
    transform: translateY(-2px);
}

.nowa-address[b-ln8unb9g6q] {
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.2px;
    margin: 0;
    color: #FFF8EE;
    opacity: 0.95;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.30);
}

.nowa-badge[b-ln8unb9g6q] {
    margin-top: 6px;
    padding: 10px 18px;
    font-family: 'Manrope', 'Inter', sans-serif;
    font-weight: 700;
    font-size: clamp(0.74rem, 0.88vw, 0.86rem);
    letter-spacing: 0.6px;
    color: #FFFAF2;
    background: rgba(255, 248, 238, 0.34);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    transform: scale(1);
    transition: transform .45s cubic-bezier(.22,1,.36,1),
                background .45s ease,
                border-color .45s ease;
}

.nowa-tile:hover .nowa-badge[b-ln8unb9g6q] {
    background: rgba(255, 248, 238, 0.42);
    border-color: rgba(255, 255, 255, 0.7);
    transform: scale(1.04);
}

/* zielony artwork jest cięższy — lekko rozjaśniamy sam obraz */
.tile-2 .nowa-img[b-ln8unb9g6q] {
    filter: saturate(0.96) brightness(1.06);
}

.tile-2:hover .nowa-img[b-ln8unb9g6q] {
    filter: saturate(1.02) brightness(1.08);
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
    .nowa-grid[b-ln8unb9g6q] {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 1fr);
        gap: 0;
    }

    .nowa-tile[b-ln8unb9g6q] {
        min-height: 0;
    }

    .nowa-img[b-ln8unb9g6q] {
        background-image: var(--tile-img-mobile, var(--tile-img));
    }

    .nowa-overlay[b-ln8unb9g6q] {
        background:
            linear-gradient(
                to right,
                rgba(42, 30, 18, 0.18) 0%,
                rgba(42, 30, 18, 0.06) 45%,
                transparent 100%
            ),
            linear-gradient(
                to top,
                rgba(42, 30, 18, 0.78) 0,
                rgba(42, 30, 18, 0.55) 90px,
                rgba(42, 30, 18, 0.22) 170px,
                rgba(42, 30, 18, 0.06) 230px,
                transparent 290px
            );
    }

    .nowa-content[b-ln8unb9g6q] {
        padding: 28px 28px 48px;
        gap: 10px;
    }

    .nowa-name[b-ln8unb9g6q] {
        font-size: 1.85rem;
    }

    .nowa-address[b-ln8unb9g6q] {
        font-size: 0.85rem;
    }

    .nowa-badge[b-ln8unb9g6q] {
        padding: 8px 16px;
        font-size: 0.78rem;
    }
}

@media (max-width: 480px) {
    .nowa-content[b-ln8unb9g6q] {
        padding: 24px 22px 40px;
    }

    .nowa-name[b-ln8unb9g6q] {
        font-size: 1.6rem;
    }
}
/* _content/NaSkrzydlach/Components/Pages/Placowka.razor.rz.scp.css */
/* ========== HERO ========== */
.loc-hero[b-avwcqiuut8] {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    padding-top: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.loc-hero-bg[b-avwcqiuut8] {
    position: absolute;
    inset: 0;
}

.loc-hero-photo[b-avwcqiuut8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.loc-hero-overlay[b-avwcqiuut8] {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(253,249,240,0.85) 0%, rgba(255,248,231,0.80) 40%, rgba(245,230,184,0.90) 100%);
}

.loc-hero-content[b-avwcqiuut8] {
    position: relative;
    z-index: 2;
    padding: 32px 16px;
}

.loc-hero-eu-link[b-avwcqiuut8] {
    position: absolute;
    top: 90px;
    right: 24px;
    z-index: 3;
    display: block;
    background: #FFFFFF;
    padding: 4px 6px;
    border-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    line-height: 0;
}

.loc-hero-eu-link:hover[b-avwcqiuut8],
.loc-hero-eu-link:focus-visible[b-avwcqiuut8] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    outline: none;
}

.loc-hero-eu-link:focus-visible[b-avwcqiuut8] {
    outline: 2px solid #E8A317;
    outline-offset: 3px;
}

.loc-hero-eu[b-avwcqiuut8] {
    width: 605px;
    height: 50px;
    display: block;
}

@media (max-width: 768px) {
    .loc-hero-eu-link[b-avwcqiuut8] {
        top: 80px;
        right: 12px;
    }
}

.loc-hero-logo[b-avwcqiuut8] {
    width: clamp(240px, 30vw, 380px);
    height: auto;
    margin: 0 auto 20px;
    filter: drop-shadow(0 12px 32px rgba(232,163,23,0.25));
    animation: locLogoFloat-b-avwcqiuut8 4s ease-in-out infinite;
    will-change: transform;
}

@keyframes locLogoFloat-b-avwcqiuut8 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.loc-hero h1[b-avwcqiuut8] {
    font-size: clamp(2.1rem, 6vw, 4rem);
    font-weight: 800;
    margin-bottom: 14px;
    line-height: 1.15;
}

.loc-hero-type[b-avwcqiuut8] {
    display: inline-block;
    padding: 5px 18px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 50px;
    background: rgba(232,163,23,0.15);
    color: #C78B0A;
    margin-bottom: 10px;
}

.loc-hero-sub[b-avwcqiuut8] {
    font-size: clamp(1.1rem, 2.8vw, 1.45rem);
    color: #5A5A5A;
    font-weight: 600;
    margin-bottom: 8px;
}

.loc-hero-age[b-avwcqiuut8] {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    color: #9A9A9A;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 28px;
}

/* ========== KARTY O NAS ========== */
.about-card[b-avwcqiuut8] {
    background: #fff;
    padding: 28px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.3s ease;
}

.about-card:hover[b-avwcqiuut8] {
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(0,0,0,0.10);
}

.about-icon[b-avwcqiuut8] {
    font-size: 1.8rem;
    color: #E8A317;
    margin-bottom: 12px;
}

.about-card h3[b-avwcqiuut8] {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.about-card p[b-avwcqiuut8] {
    color: #5A5A5A;
    font-size: 0.9rem;
}

/* ========== OFERTA ========== */
.offer-card[b-avwcqiuut8] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    overflow: hidden;
}

.offer-card:hover[b-avwcqiuut8] {
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(0,0,0,0.10);
}

.offer-img[b-avwcqiuut8] {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.offer-card:hover .offer-img[b-avwcqiuut8] {
    transform: scale(1.05);
}

.offer-body[b-avwcqiuut8] {
    padding: 20px;
}

.offer-num[b-avwcqiuut8] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    color: #E8A317;
    opacity: 0.2;
    line-height: 1;
    margin-bottom: 4px;
}

.offer-card h3[b-avwcqiuut8] {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.offer-card p[b-avwcqiuut8] {
    color: #5A5A5A;
    font-size: 0.9rem;
}

/* ========== TIMELINE ========== */
.timeline[b-avwcqiuut8] {
    padding-left: 36px;
    position: relative;
}

.timeline[b-avwcqiuut8]::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #F5C94C, #E8A317, #F5C94C);
    border-radius: 3px;
}

.tl-item[b-avwcqiuut8] {
    position: relative;
    padding: 0 0 28px 24px;
}

.tl-item:last-child[b-avwcqiuut8] {
    padding-bottom: 0;
}

.tl-item[b-avwcqiuut8]::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #E8A317;
    border-radius: 50%;
    border: 3px solid #FFF8E7;
    box-shadow: 0 0 0 3px #E8A317;
}

.tl-time[b-avwcqiuut8] {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #C78B0A;
    margin-bottom: 2px;
}

.tl-body h4[b-avwcqiuut8] {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 2px;
}

.tl-body p[b-avwcqiuut8] {
    color: #5A5A5A;
    font-size: 0.9rem;
}

.tl-note[b-avwcqiuut8] {
    margin-top: 6px;
    padding: 6px 10px;
    border-left: 3px solid #C78B0A;
    background: rgba(199, 139, 10, 0.08);
    border-radius: 6px;
    font-weight: 600;
}

/* ========== GALERIA ========== */
.gallery-item[b-avwcqiuut8] {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    aspect-ratio: 4/3;
    cursor: pointer;
}

.gallery-item img[b-avwcqiuut8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.gallery-item:hover img[b-avwcqiuut8] {
    transform: scale(1.06);
}

.gallery-caption[b-avwcqiuut8] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 16px;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
    color: #fff;
    font-weight: 700;
    font-size: 0.9rem;
    opacity: 0;
    transform: translateY(6px);
    transition: all 0.3s ease;
}

.gallery-item:hover .gallery-caption[b-avwcqiuut8] {
    opacity: 1;
    transform: translateY(0);
}

/* Dwa zdjęcia stackowane w jednej kolumnie (desktop) */
@media (min-width: 768px) {
    .gallery-stack-col[b-avwcqiuut8] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .gallery-stack-col > .gallery-stack-item[b-avwcqiuut8] {
        flex: 1 1 0;
        aspect-ratio: auto;
        min-height: 0;
    }
}

/* ========== KONTAKT ========== */
.contact-card[b-avwcqiuut8] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    background: #FDF9F0;
    border-radius: 10px;
    transition: background 0.3s ease;
}

.contact-card:hover[b-avwcqiuut8] {
    background: #FFF8E7;
}

.c-icon[b-avwcqiuut8] {
    font-size: 1.4rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-card h4[b-avwcqiuut8] {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 0.95rem;
}

.contact-card p[b-avwcqiuut8] {
    color: #5A5A5A;
    font-size: 0.9rem;
    line-height: 1.5;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

.contact-card a[b-avwcqiuut8] {
    color: #5A5A5A;
}

.contact-card a:hover[b-avwcqiuut8] {
    color: #C78B0A;
}

.contact-form[b-avwcqiuut8] {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
}

.contact-form .form-control[b-avwcqiuut8] {
    border: 2px solid rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 10px 14px;
    font-family: 'Nunito', sans-serif;
    transition: border-color 0.3s;
}

.contact-form .form-control:focus[b-avwcqiuut8] {
    border-color: #E8A317;
    box-shadow: 0 0 0 0.2rem rgba(232,163,23,0.15);
}

.btn-outline-back[b-avwcqiuut8] {
    background: transparent;
    color: #5A5A5A;
    border: 2px solid rgba(107, 107, 107, 0.25);
    border-radius: 50px;
    padding: 10px 24px;
    font-size: 0.9rem;
}

.btn-outline-back:hover[b-avwcqiuut8] {
    border-color: #E8A317;
    color: #C78B0A;
    background: rgba(255, 255, 255, 0.5);
}

/* ========== HERO — POROSŁY 16D ========== */
.loc-hero-district[b-avwcqiuut8] {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: #9A9A9A;
    font-weight: 600;
    letter-spacing: 1px;
    margin: -4px 0 14px;
}

.loc-hero-tagline[b-avwcqiuut8] {
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(1rem, 2.8vw, 1.4rem);
    font-weight: 700;
    color: #5A5A5A;
    margin-bottom: 8px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.loc-hero-dots[b-avwcqiuut8] {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(0.8rem, 1.8vw, 0.95rem);
    font-weight: 600;
    color: #C78B0A;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

/* ========== ZAPISY ========== */
.section-zapisy[b-avwcqiuut8] {
    background: linear-gradient(180deg, #FFF8E7 0%, #FFFFFF 100%);
}

.zapisy-info[b-avwcqiuut8] {
    background: #fff;
    padding: 32px 28px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 2px solid rgba(232,163,23,0.15);
}

.zapisy-label[b-avwcqiuut8] {
    font-size: 1rem;
    color: #5A5A5A;
    font-weight: 600;
    margin-bottom: 10px;
}

.zapisy-email[b-avwcqiuut8] {
    display: inline-block;
    font-family: 'Quicksand', sans-serif;
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    font-weight: 800;
    color: #C78B0A;
    padding: 10px 24px;
    background: rgba(232,163,23,0.1);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.zapisy-email:hover[b-avwcqiuut8] {
    background: rgba(232,163,23,0.2);
    color: #E8A317;
    transform: translateY(-2px);
}

.zapisy-downloads[b-avwcqiuut8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
}

.zapisy-download[b-avwcqiuut8] {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    padding: 16px 20px;
    background: rgba(232,163,23,0.08);
    border: 2px solid rgba(232,163,23,0.2);
    border-radius: 14px;
    color: #3D3D3D;
    text-decoration: none;
    transition: all 0.3s ease;
}

.zapisy-download:hover[b-avwcqiuut8] {
    background: rgba(232,163,23,0.15);
    border-color: rgba(232,163,23,0.45);
    color: #C78B0A;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(232,163,23,0.18);
}

.zd-icon[b-avwcqiuut8] {
    font-size: 1.7rem;
    line-height: 1;
    flex-shrink: 0;
}

.zd-text[b-avwcqiuut8] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.zd-title[b-avwcqiuut8] {
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
}

.zd-sub[b-avwcqiuut8] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #9A9A9A;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.zapisy-label-send[b-avwcqiuut8] {
    margin-top: 8px;
}

@media (max-width: 576px) {
    .zapisy-downloads[b-avwcqiuut8] {
        grid-template-columns: 1fr;
    }
}

/* ========== OPINIE RODZICÓW ========== */
.review-card[b-avwcqiuut8] {
    background: #fff;
    padding: 28px 24px;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid rgba(0,0,0,0.04);
    transition: all 0.3s ease;
    text-align: center;
}

.review-card:hover[b-avwcqiuut8] {
    transform: translateY(-4px);
    box-shadow: 0 8px 40px rgba(0,0,0,0.10);
}

.review-stars[b-avwcqiuut8] {
    font-size: 1.3rem;
    color: #E8A317;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.review-text[b-avwcqiuut8] {
    font-size: 1rem;
    color: #5A5A5A;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 14px;
}

.review-author[b-avwcqiuut8] {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    color: #3D3D3D;
    margin: 0;
}

@media (max-width: 576px) {
    .loc-hero[b-avwcqiuut8] {
        min-height: 100vh;
        min-height: 100dvh;
    }

    .loc-hero-logo[b-avwcqiuut8] {
        width: 220px;
    }

    .contact-form[b-avwcqiuut8] {
        padding: 20px 16px;
    }

    .zapisy-info[b-avwcqiuut8] {
        padding: 24px 18px;
    }

    .review-card[b-avwcqiuut8] {
        padding: 22px 18px;
    }
}

/* _content/NaSkrzydlach/Components/Pages/ProjektUe.razor.rz.scp.css */
/* ============================================
   PROJEKT UE — strona informacyjna
   ============================================ */

.pue-page[b-6g8rnrgdzf] {
    min-height: 100vh;
    background: #FDF9F0;
    color: #2D2D2D;
    font-family: 'Nunito', 'Segoe UI', sans-serif;
    line-height: 1.7;
}

.pue-header[b-6g8rnrgdzf] {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.04);
}

.pue-header-inner[b-6g8rnrgdzf] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

/* Pasek dostępności (rozmiar tekstu + kontrast) nad nagłówkiem */
.pue-access[b-6g8rnrgdzf] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 12px 24px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.pue-access-group[b-6g8rnrgdzf] {
    display: flex;
    align-items: center;
}

.pue-back[b-6g8rnrgdzf] {
    color: #C78B0A;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: color 0.2s;
}

.pue-back:hover[b-6g8rnrgdzf] {
    color: #E8A317;
}

.pue-eu-logo[b-6g8rnrgdzf] {
    height: 50px;
    width: auto;
    display: block;
}

.pue-main[b-6g8rnrgdzf] {
    padding: 48px 24px 80px;
}

.pue-article[b-6g8rnrgdzf] {
    max-width: 920px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    padding: 56px 56px 56px;
}

.pue-title[b-6g8rnrgdzf] {
    font-family: 'Quicksand', sans-serif;
    color: #3D3D3D;
    font-size: clamp(1.5rem, 3.2vw, 2.1rem);
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 28px;
}

.pue-lead[b-6g8rnrgdzf] {
    font-size: 1.05rem;
    color: #3D3D3D;
    background: #FFF8E7;
    border-left: 4px solid #E8A317;
    padding: 20px 24px;
    border-radius: 8px;
    margin-bottom: 36px;
}

.pue-lead em[b-6g8rnrgdzf] {
    font-style: italic;
    color: #5A5A5A;
}

.pue-facts[b-6g8rnrgdzf] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.pue-fact[b-6g8rnrgdzf] {
    background: linear-gradient(135deg, #FFF8E7 0%, #FFFDF5 100%);
    border: 1px solid rgba(232, 163, 23, 0.2);
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pue-fact-label[b-6g8rnrgdzf] {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #C78B0A;
    font-weight: 700;
}

.pue-fact-value[b-6g8rnrgdzf] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #3D3D3D;
}

.pue-section[b-6g8rnrgdzf] {
    margin-bottom: 44px;
}

.pue-section > h2[b-6g8rnrgdzf] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #3D3D3D;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #FFE9B0;
}

.pue-section p[b-6g8rnrgdzf] {
    margin-bottom: 14px;
    color: #2D2D2D;
}

.pue-section p:last-child[b-6g8rnrgdzf] {
    margin-bottom: 0;
}

.pue-task[b-6g8rnrgdzf] {
    background: #FDFBF5;
    border-radius: 14px;
    padding: 24px 28px;
    margin-bottom: 18px;
    border: 1px solid rgba(232, 163, 23, 0.12);
}

.pue-task-head[b-6g8rnrgdzf] {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 14px;
}

.pue-task-num[b-6g8rnrgdzf] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #E8A317;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    box-shadow: 0 4px 14px rgba(232, 163, 23, 0.35);
}

.pue-task-head h3[b-6g8rnrgdzf] {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #3D3D3D;
    margin-bottom: 4px;
    line-height: 1.3;
}

.pue-task-period[b-6g8rnrgdzf] {
    font-size: 0.82rem;
    color: #C78B0A;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pue-task p[b-6g8rnrgdzf] {
    color: #3D3D3D;
    margin-bottom: 12px;
}

.pue-task p:last-child[b-6g8rnrgdzf] {
    margin-bottom: 0;
}

/* Dokumenty do pobrania */
.pue-doc-list[b-6g8rnrgdzf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 14px;
    margin-bottom: 32px;
}

.pue-doc[b-6g8rnrgdzf] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #FDFBF5;
    border: 1px solid rgba(232, 163, 23, 0.18);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.pue-doc:hover[b-6g8rnrgdzf] {
    border-color: #E8A317;
    background: #FFF8E7;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(232, 163, 23, 0.15);
}

.pue-doc-icon[b-6g8rnrgdzf] {
    font-size: 1.7rem;
    line-height: 1;
    flex-shrink: 0;
}

.pue-doc-text[b-6g8rnrgdzf] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.pue-doc-title[b-6g8rnrgdzf] {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #3D3D3D;
    font-size: 1rem;
    line-height: 1.25;
}

.pue-doc-sub[b-6g8rnrgdzf] {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #C78B0A;
    font-weight: 700;
}

/* Hashtagi */
.pue-hashtags[b-6g8rnrgdzf] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-top: 26px;
    border-top: 2px solid #FFE9B0;
}

.pue-hashtags a[b-6g8rnrgdzf] {
    color: #C78B0A;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.2s;
}

.pue-hashtags a:hover[b-6g8rnrgdzf] {
    color: #E8A317;
    text-decoration: underline;
}

/* ========== TABLET ========== */
@media (max-width: 768px) {
    .pue-article[b-6g8rnrgdzf] {
        padding: 36px 28px;
        border-radius: 14px;
    }

    .pue-facts[b-6g8rnrgdzf] {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pue-section > h2[b-6g8rnrgdzf] {
        font-size: 1.35rem;
    }

    .pue-task[b-6g8rnrgdzf] {
        padding: 20px 20px;
    }

    .pue-task-head[b-6g8rnrgdzf] {
        gap: 12px;
    }

    .pue-task-num[b-6g8rnrgdzf] {
        width: 34px;
        height: 34px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .pue-main[b-6g8rnrgdzf] {
        padding: 28px 12px 60px;
    }

    .pue-article[b-6g8rnrgdzf] {
        padding: 28px 18px;
    }

    .pue-lead[b-6g8rnrgdzf] {
        padding: 16px 18px;
        font-size: 1rem;
    }

    .pue-eu-logo[b-6g8rnrgdzf] {
        height: 40px;
    }

    .pue-header-inner[b-6g8rnrgdzf] {
        padding: 14px 16px;
        gap: 12px;
    }
}
