/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* /Pages/SorryStillUnderBuild.cshtml.rz.scp.css */
:root[b-jztytlfa8o] {
    color-scheme: dark;
}


/* Page container */
.still-build[b-jztytlfa8o] {
    position: relative;
    min-height: calc(100vh - 180px);
    border-radius: 32px;
    overflow: hidden;
    background: radial-gradient(1200px 700px at 20% 10%, rgba(68, 116, 255, 0.22), transparent 60%), radial-gradient(900px 600px at 80% 20%, rgba(124, 58, 237, 0.18), transparent 60%), radial-gradient(900px 700px at 50% 95%, rgba(20, 184, 166, 0.12), transparent 55%), #020612;
    box-shadow: 0 35px 80px rgba(1, 3, 10, 0.70);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: clamp(1.25rem, 3vw, 2.25rem);
    display: grid;
}

/* Header text block */
.still-build__header[b-jztytlfa8o] {
    border-radius: 24px;
    padding: 6px;
    background: linear-gradient(180deg, rgba(8, 18, 48, 0.72), rgba(3, 10, 28, 0.78));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    text-align: center;
}

/* Badge */
.still-build__badge[b-jztytlfa8o] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem .95rem;
    border-radius: 999px;
    background: rgba(255, 214, 102, 0.14);
    color: #ffe6a6;
    border: 1px solid rgba(255, 214, 102, 0.35);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.82rem;
    box-shadow: 0 10px 30px rgba(255, 214, 102, 0.08);
}

/* Title */
.still-build__title[b-jztytlfa8o] {
    margin: .9rem 0 0;
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #f5f6ff;
    text-shadow: 0 10px 35px rgba(0,0,0,0.35);
}

/* Lead paragraph */
.still-build__lead[b-jztytlfa8o] {
    margin: .9rem auto 0;
    max-width: 720px;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.65;
    color: rgba(210, 217, 255, 0.92);
}

/* Actions */
.still-build__actions[b-jztytlfa8o] {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
    align-items: center;
}

.still-build__cta[b-jztytlfa8o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.8rem;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 600;
    color: #f7f8ff;
    background: linear-gradient(135deg, rgba(68, 116, 255, 0.30), rgba(124, 58, 237, 0.22));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 55px rgba(68, 116, 255, 0.12);
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

    .still-build__cta:hover[b-jztytlfa8o],
    .still-build__cta:focus-visible[b-jztytlfa8o] {
        transform: translateY(-2px);
        border-color: rgba(255, 255, 255, 0.22);
        box-shadow: 0 22px 70px rgba(124, 58, 237, 0.16);
    }

.still-build__link[b-jztytlfa8o] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    text-decoration: none;
    color: rgba(245, 246, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}

    .still-build__link:hover[b-jztytlfa8o],
    .still-build__link:focus-visible[b-jztytlfa8o] {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.10);
        border-color: rgba(255, 255, 255, 0.18);
    }

/* Meta row */
.still-build__meta[b-jztytlfa8o] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    opacity: 0.95;
}

.still-build__pill[b-jztytlfa8o] {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(210, 217, 255, 0.78);
    padding: .35rem .7rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.18);
}

.still-build__dot[b-jztytlfa8o] {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.75);
    box-shadow: 0 0 0 6px rgba(124, 58, 237, 0.12);
}

/* Video card BELOW header */
.still-build__media[b-jztytlfa8o] {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 26px 70px rgba(0,0,0,0.45);
}

.still-build__video[b-jztytlfa8o] {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1 / 1; /* ensures nice 1:1 */
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05) brightness(0.96);
}

/* Soft animated glow */
.still-build__mediaGlow[b-jztytlfa8o] {
    position: absolute;
    inset: -20%;
    pointer-events: none;
    background: radial-gradient(closest-side at 30% 25%, rgba(68, 116, 255, 0.22), transparent 55%), radial-gradient(closest-side at 70% 45%, rgba(124, 58, 237, 0.18), transparent 60%), radial-gradient(closest-side at 50% 80%, rgba(20, 184, 166, 0.14), transparent 55%);
    animation: stillBuildGlow-b-jztytlfa8o 6s ease-in-out infinite;
    mix-blend-mode: screen;
    opacity: 0.9;
}

@keyframes stillBuildGlow-b-jztytlfa8o {
    0%, 100% {
        transform: translate3d(0,0,0) scale(1);
        filter: blur(0px);
    }

    50% {
        transform: translate3d(0,-1.5%,0) scale(1.03);
        filter: blur(1px);
    }
}

/* Fallback text inside video */
.still-build__fallback[b-jztytlfa8o] {
    margin: 0;
    padding: 1.25rem;
    color: rgba(245, 246, 255, 0.9);
    text-align: center;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .still-build__mediaGlow[b-jztytlfa8o] {
        animation: none;
    }

    .still-build__cta[b-jztytlfa8o], .still-build__link[b-jztytlfa8o] {
        transition: none;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .still-build[b-jztytlfa8o] {
        border-radius: 20px;
        min-height: 70vh;
        padding: 1rem;
    }

    .still-build__header[b-jztytlfa8o],
    .still-build__media[b-jztytlfa8o] {
        border-radius: 18px;
    }
}
/* /Pages/Status404.cshtml.rz.scp.css */
:root[b-9kvkm4264j] {
    color-scheme: dark;
}

/* Page container */
.status-404[b-9kvkm4264j] {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    background: radial-gradient(1200px 700px at 20% 10%, rgba(68, 116, 255, 0.22), transparent 60%), radial-gradient(900px 600px at 80% 20%, rgba(124, 58, 237, 0.18), transparent 60%), radial-gradient(900px 700px at 50% 95%, rgba(20, 184, 166, 0.12), transparent 55%), #020612;
    box-shadow: 0 35px 80px rgba(1, 3, 10, 0.70);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: clamp(1.25rem, 3vw, 2.25rem);
    display: grid;
    gap: 1.4rem;
    /* ✅ Responsiveness essentials */
    width: 100%;
    max-width: 1100px; /* ogranicza szerokość na desktop */
    margin: 0 auto; /* centruje */
}

/* Header */
.status-404__header[b-9kvkm4264j] {
    border-radius: 24px;
    padding: clamp(8px, 1.2vw, 14px);
    background: linear-gradient(180deg, rgba(8, 18, 48, 0.72), rgba(3, 10, 28, 0.78));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    text-align: center;
}

/* Title */
.status-404__title[b-9kvkm4264j] {
    margin: .9rem 0 0;
    font-size: clamp(1.7rem, 4vw, 3.4rem); /* ✅ mniejszy start na mobile */
    line-height: 1.05;
    letter-spacing: 0.04em;
    color: #f5f6ff;
    text-shadow: 0 12px 38px rgba(0,0,0,0.45);
    padding: 0 clamp(.25rem, 2vw, 1rem); /* ✅ nie dotyka krawędzi */
}

/* Lead */
.status-404__lead[b-9kvkm4264j] {
    margin: .9rem auto 0;
    max-width: 720px;
    font-size: clamp(.98rem, 1.2vw, 1.15rem);
    line-height: 1.65;
    color: rgba(210, 217, 255, 0.92);
    padding: 0 clamp(.5rem, 2vw, 1rem); /* ✅ padding na małych ekranach */
}

/* Actions */
.status-404__actions[b-9kvkm4264j] {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
    align-items: center;
    padding: 0 clamp(.5rem, 2vw, 1rem);
}

.status-404__cta[b-9kvkm4264j] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.95rem 1.8rem;
    border-radius: 999px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-weight: 600;
    color: #f7f8ff;
    background: linear-gradient(135deg, rgba(68, 116, 255, 0.35), rgba(124, 58, 237, 0.30));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 55px rgba(68, 116, 255, 0.18);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

    .status-404__cta:hover[b-9kvkm4264j],
    .status-404__cta:focus-visible[b-9kvkm4264j] {
        transform: translateY(-2px);
        border-color: rgba(255, 255, 255, 0.28);
        box-shadow: 0 24px 75px rgba(124, 58, 237, 0.22);
    }

/* Meta */
.status-404__meta[b-9kvkm4264j] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    opacity: 0.95;
    flex-wrap: wrap; /* ✅ meta nie rozjeżdża się */
    padding: 0 clamp(.5rem, 2vw, 1rem);
}

.status-404__pill[b-9kvkm4264j] {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(210, 217, 255, 0.78);
    padding: .35rem .7rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.18);
}

.status-404__dot[b-9kvkm4264j] {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(68, 116, 255, 0.85);
    box-shadow: 0 0 0 6px rgba(68, 116, 255, 0.18);
}

/* Image (w Twojej stronie obraz jest wewnątrz headera, więc robimy to responsywnie) */
.status-404__image[b-9kvkm4264j] {
    width: min(520px, 92%); /* ✅ nie będzie ogromny na desktop, a na mobile dopasuje się */
    height: auto;
    display: block;
    margin: clamp(1rem, 2.2vw, 1.4rem) auto 0;
    border-radius: 20px; /* ✅ estetycznie jak karta */
    object-fit: cover;
    filter: saturate(1.05) contrast(1.05) brightness(0.96);
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0,0,0,0.22);
    box-shadow: 0 18px 55px rgba(0,0,0,0.35);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .status-404__cta[b-9kvkm4264j],
    .status-404__link[b-9kvkm4264j] {
        animation: none;
        transition: none;
    }
}

/* ✅ Tablet */
@media (max-width: 1024px) {
    .status-404[b-9kvkm4264j] {
        max-width: 920px;
    }
}

/* ✅ Mobile */
@media (max-width: 768px) {
    .status-404[b-9kvkm4264j] {
        border-radius: 20px;
        min-height: 70vh;
        padding: 1rem;
        gap: 1rem;
    }

    .status-404__header[b-9kvkm4264j] {
        border-radius: 18px;
    }

    .status-404__actions[b-9kvkm4264j] {
        gap: .6rem;
    }

    .status-404__cta[b-9kvkm4264j] {
        padding: 0.85rem 1.2rem;
        letter-spacing: 0.12em;
        font-size: 0.95rem;
    }

    .status-404__pill[b-9kvkm4264j] {
        font-size: 0.78rem;
    }
}

/* ✅ Small phones */
@media (max-width: 420px) {
    .status-404__title[b-9kvkm4264j] {
        letter-spacing: 0.02em;
        line-height: 1.1;
    }

    .status-404__lead[b-9kvkm4264j] {
        line-height: 1.55;
    }

    .status-404__actions a[b-9kvkm4264j] {
        width: 100%; /* ✅ przyciski jeden pod drugim */
        justify-content: center;
    }
}
