
/* =========================================================
   DRAMALAND — POMOC, KONTAKT, STATUS, STOPKA I 404
========================================================= */

.dl-site-footer {
    padding: 64px 20px 24px;
    color: #fee9ce;
    background:
        radial-gradient(circle at 85% 10%, rgba(217, 164, 65, .08), transparent 28%),
        linear-gradient(180deg, #081c24 0%, #06151b 100%);
    border-top: 1px solid rgba(217, 164, 65, .22);
}

.dl-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr .9fr 1fr;
    gap: 36px;
    align-items: start;
}

.dl-footer-logo {
    display: inline-block;
    margin-bottom: 14px;
    color: #fee9ce;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 700;
    text-decoration: none;
}

.dl-footer-brand p,
.dl-footer-landus p {
    margin: 0;
    color: rgba(254, 233, 206, .68);
    line-height: 1.7;
}

.dl-footer-column {
    display: grid;
    gap: 10px;
}

.dl-footer-column h2 {
    margin: 0 0 8px;
    color: #d9a441;
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dl-footer-column a {
    color: rgba(254, 233, 206, .76);
    text-decoration: none;
}

.dl-footer-column a:hover {
    color: #ffd485;
}

.dl-footer-landus {
    text-align: center;
}

.dl-footer-landus img {
    display: block;
    width: min(180px, 100%);
    margin: -12px auto 10px;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, .28));
}

.dl-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 34px;
    padding-top: 20px;
    color: rgba(254, 233, 206, .48);
    border-top: 1px solid rgba(217, 164, 65, .14);
    font-size: 12px;
}

.dl-support-page,
.dl-404-page {
    min-height: 75vh;
    color: #fee9ce;
    background:
        radial-gradient(circle at 85% 8%, rgba(217, 164, 65, .09), transparent 28%),
        linear-gradient(180deg, #071920 0%, #08212a 56%, #07181e 100%);
}

.dl-support-hero {
    padding: 92px 20px 58px;
    border-bottom: 1px solid rgba(217, 164, 65, .18);
}

.dl-support-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    align-items: center;
    gap: 54px;
}

.dl-support-hero h1,
.dl-404-copy h1 {
    margin: 12px 0 18px;
    color: #fee9ce;
    font-size: clamp(44px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.dl-support-hero p,
.dl-404-copy p {
    max-width: 760px;
    margin: 0;
    color: rgba(254, 233, 206, .68);
    font-size: 17px;
    line-height: 1.7;
}

.dl-support-hero img {
    display: block;
    width: 100%;
    max-height: 300px;
    object-fit: contain;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .28));
}

.dl-help-search {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    max-width: 620px;
    margin-top: 28px;
    padding: 0 14px;
    background: rgba(4, 20, 26, .72);
    border: 1px solid rgba(217, 164, 65, .28);
    border-radius: 999px;
}

.dl-help-search > span {
    color: #d9a441;
    font-size: 24px;
}

.dl-help-search input {
    min-height: 52px;
    color: #fee9ce;
    background: transparent;
    border: 0;
    outline: 0;
}

.dl-help-content,
.dl-contact-content,
.dl-status-content {
    padding: 58px 20px 88px;
}

.dl-help-category {
    margin-bottom: 42px;
}

.dl-help-category h2 {
    margin: 0 0 18px;
    color: #fee9ce;
    font-size: 30px;
}

.dl-help-faq-list {
    display: grid;
    gap: 12px;
}

.dl-help-faq {
    background: rgba(16, 51, 58, .78);
    border: 1px solid rgba(217, 164, 65, .18);
    border-radius: 16px;
}

.dl-help-faq summary {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    cursor: pointer;
    color: #fee9ce;
    font-weight: 800;
    list-style: none;
}

.dl-help-faq summary::-webkit-details-marker {
    display: none;
}

.dl-help-faq summary span {
    color: #d9a441;
    font-size: 22px;
}

.dl-help-faq[open] summary span {
    transform: rotate(45deg);
}

.dl-help-faq p {
    margin: 0;
    padding: 0 20px 20px;
    color: rgba(254, 233, 206, .68);
    line-height: 1.65;
}

.dl-help-no-results {
    margin-bottom: 24px;
    padding: 18px;
    background: rgba(217, 164, 65, .10);
    border: 1px solid rgba(217, 164, 65, .28);
    border-radius: 14px;
}

.dl-help-contact-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 56px;
    padding: 28px;
    background:
        linear-gradient(145deg, rgba(16, 51, 58, .94), rgba(7, 28, 35, .94));
    border: 1px solid rgba(217, 164, 65, .24);
    border-radius: 22px;
}

.dl-help-contact-cta h2 {
    margin: 7px 0 8px;
    color: #fee9ce;
}

.dl-help-contact-cta p {
    margin: 0;
    color: rgba(254, 233, 206, .66);
}

.dl-contact-layout {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 28px;
    align-items: start;
}

.dl-contact-info {
    display: grid;
    gap: 16px;
}

.dl-contact-info article {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 14px;
    padding: 20px;
    background: rgba(16, 51, 58, .74);
    border: 1px solid rgba(217, 164, 65, .18);
    border-radius: 18px;
}

.dl-contact-info article > span {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    color: #071920;
    background: #d9a441;
    border-radius: 50%;
    font-size: 22px;
}

.dl-contact-info h2 {
    margin: 0 0 6px;
    color: #fee9ce;
    font-size: 19px;
}

.dl-contact-info p {
    margin: 0;
    color: rgba(254, 233, 206, .64);
    line-height: 1.55;
}

.dl-contact-form-card {
    padding: 28px;
    background:
        linear-gradient(145deg, rgba(16, 51, 58, .92), rgba(7, 28, 35, .94));
    border: 1px solid rgba(217, 164, 65, .24);
    border-radius: 22px;
}

.dl-contact-form-card form {
    display: grid;
    gap: 16px;
}

.dl-contact-form-card label > span {
    display: block;
    margin-bottom: 7px;
    color: #fee9ce;
    font-weight: 800;
}

.dl-contact-form-card input,
.dl-contact-form-card select,
.dl-contact-form-card textarea {
    width: 100%;
    padding: 12px 14px;
    color: #fee9ce;
    background: rgba(4, 20, 26, .72);
    border: 1px solid rgba(217, 164, 65, .24);
    border-radius: 12px;
    box-sizing: border-box;
}

.dl-contact-form-card textarea {
    resize: vertical;
}

.dl-contact-notice {
    margin-bottom: 18px;
    padding: 14px;
    border-radius: 12px;
}

.dl-contact-notice.is-success {
    background: rgba(39, 137, 91, .18);
    border: 1px solid rgba(85, 200, 137, .34);
}

.dl-contact-notice.is-error {
    background: rgba(153, 45, 57, .20);
    border: 1px solid rgba(220, 92, 105, .34);
}

.dl-contact-direct {
    margin: 18px 0 0;
    color: rgba(254, 233, 206, .62);
    font-size: 13px;
}

.dl-contact-direct a {
    color: #ffd485;
}

.dl-status-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.dl-status-card {
    padding: 24px;
    background: rgba(16, 51, 58, .78);
    border: 1px solid rgba(217, 164, 65, .18);
    border-radius: 20px;
}

.dl-status-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.dl-status-card h2 {
    margin: 0;
    color: #fee9ce;
}

.dl-status-card-top span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.dl-status-card.is-online .dl-status-card-top span {
    color: #bdf3d3;
    background: rgba(39, 137, 91, .18);
}

.dl-status-card.is-issues .dl-status-card-top span {
    color: #ffe3a3;
    background: rgba(217, 164, 65, .18);
}

.dl-status-card.is-offline .dl-status-card-top span {
    color: #ffd1d6;
    background: rgba(153, 45, 57, .22);
}

.dl-status-card p {
    margin: 16px 0 0;
    color: rgba(254, 233, 206, .64);
    line-height: 1.55;
}

.dl-status-note {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 26px;
    padding: 18px;
    background: rgba(217, 164, 65, .08);
    border: 1px solid rgba(217, 164, 65, .20);
    border-radius: 16px;
}

.dl-status-note span {
    font-size: 28px;
}

.dl-status-note p {
    margin: 0;
    color: rgba(254, 233, 206, .68);
}

.dl-404-page {
    display: flex;
    align-items: center;
    padding: 90px 20px;
}

.dl-404-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    align-items: center;
    gap: 40px;
    padding: 44px;
    background:
        linear-gradient(145deg, rgba(16, 51, 58, .94), rgba(7, 28, 35, .96));
    border: 1px solid rgba(217, 164, 65, .24);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .30);
}

.dl-404-card img {
    display: block;
    width: 100%;
    max-height: 360px;
    object-fit: contain;
}

.dl-404-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

@media (max-width: 900px) {
    .dl-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .dl-support-hero-grid,
    .dl-contact-layout,
    .dl-404-card {
        grid-template-columns: 1fr;
    }

    .dl-support-hero img,
    .dl-404-card img {
        width: min(260px, 72vw);
        margin: 0 auto;
    }

    .dl-status-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .dl-site-footer,
    .dl-support-hero,
    .dl-help-content,
    .dl-contact-content,
    .dl-status-content,
    .dl-404-page {
        padding-right: 16px;
        padding-left: 16px;
    }

    .dl-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .dl-footer-bottom,
    .dl-help-contact-cta {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .dl-support-hero {
        text-align: center;
    }

    .dl-support-hero h1,
    .dl-404-copy h1 {
        font-size: clamp(38px, 11vw, 52px);
    }

    .dl-help-search {
        margin-right: auto;
        margin-left: auto;
    }

    .dl-contact-form-card,
    .dl-404-card {
        padding: 22px 16px;
    }

    .dl-404-copy {
        text-align: center;
    }

    .dl-404-actions {
        justify-content: center;
    }
}
