﻿:root {
    --help-primary: #095ee8;
    --help-primary-dark: #0647b7;
    --help-primary-soft: #edf5ff;
    --help-heading: #091a38;
    --help-text: #58657b;
    --help-muted: #8a94a5;
    --help-border: #e2e8f0;
    --help-background: #f7f9fc;
    --help-surface: #ffffff;
    --help-shadow: 0 20px 55px rgba(18, 38, 72, 0.08);
}

.help-page {
    min-height: 100vh;
    background: var(--help-background);
}

.help-hero {
    position: relative;
    overflow: hidden;
    padding: 88px 0 72px;
    background: radial-gradient( circle at top right, rgba(9, 94, 232, 0.14), transparent 30% ), linear-gradient(180deg, #ffffff, #f5f9ff);
}

.help-hero-content {
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
}

.help-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--help-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.help-hero h1 {
    margin: 0 0 18px;
    color: var(--help-heading);
    font-size: clamp(2.5rem, 5vw, 4.3rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.help-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--help-text);
    font-size: 1.08rem;
    line-height: 1.8;
}

.help-search {
    display: flex;
    align-items: center;
    max-width: 650px;
    margin: 30px auto 0;
    padding: 8px;
    border: 1px solid var(--help-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--help-shadow);
}

    .help-search i {
        margin-left: 12px;
        color: var(--help-muted);
        font-size: 20px;
    }

    .help-search input {
        flex: 1;
        min-width: 0;
        padding: 11px 13px;
        border: 0;
        outline: 0;
        color: var(--help-heading);
        background: transparent;
    }

    .help-search button {
        min-height: 43px;
        padding: 0 19px;
        border: 0;
        border-radius: 11px;
        color: #ffffff;
        background: var(--help-primary);
        font-weight: 700;
    }

.help-section {
    padding: 70px 0;
}

.help-section-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

    .help-section-heading h2 {
        margin: 0 0 12px;
        color: var(--help-heading);
        font-size: clamp(2rem, 4vw, 3rem);
        font-weight: 780;
        letter-spacing: -0.03em;
    }

    .help-section-heading p {
        margin: 0;
        color: var(--help-text);
        line-height: 1.8;
    }

.help-category-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.help-category-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 28px;
    border: 1px solid var(--help-border);
    border-radius: 22px;
    color: inherit;
    background: #ffffff;
    box-shadow: var(--help-shadow);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .help-category-card:hover {
        transform: translateY(-4px);
        border-color: rgba(9, 94, 232, 0.3);
        box-shadow: 0 24px 60px rgba(18, 38, 72, 0.12);
    }

.help-card-icon,
.clock-guide-icon,
.faq-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
    border-radius: 17px;
    color: var(--help-primary);
    background: var(--help-primary-soft);
    font-size: 26px;
}

.help-category-card h3 {
    margin: 0 0 9px;
    color: var(--help-heading);
    font-size: 1.3rem;
}

.help-category-card p {
    margin: 0;
    color: var(--help-text);
    line-height: 1.7;
}

.help-card-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 17px;
    color: var(--help-primary);
    font-weight: 700;
}

.help-quick-section {
    padding: 0 0 90px;
}

.help-quick-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 38px 40px;
    border-radius: 27px;
    color: #ffffff;
    background: linear-gradient( 135deg, var(--help-primary), #073c9d );
}

.help-quick-copy h2 {
    margin: 0 0 12px;
    font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.help-quick-copy p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
}

.help-quick-card .help-eyebrow {
    color: rgba(255, 255, 255, 0.78);
}

.help-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 13px;
    color: var(--help-heading);
    background: #ffffff;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.clock-guide-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 21px;
}

.clock-guide-card {
    position: relative;
    padding: 28px 23px;
    border: 1px solid var(--help-border);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: var(--help-shadow);
}

.clock-guide-number {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--help-primary);
    font-weight: 800;
}

.clock-guide-card h3 {
    margin: 18px 0 10px;
    color: var(--help-heading);
    font-size: 1.25rem;
}

.clock-guide-card p,
.clock-guide-card li {
    color: var(--help-text);
    line-height: 1.65;
}

.clock-guide-card ul {
    margin: 17px 0 0;
    padding-left: 19px;
}

.guide-posters-section {
    padding: 30px 0 80px;
}

.guide-posters-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 23px;
}

.guide-poster-card {
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--help-border);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: var(--help-shadow);
}

    .guide-poster-card img {
        display: block;
        width: 100%;
        aspect-ratio: 2 / 3;
        object-fit: cover;
    }

    .guide-poster-card figcaption {
        padding: 17px 19px;
        color: var(--help-heading);
        font-weight: 700;
    }

.faq-layout {
    display: grid;
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}

.faq-sidebar {
    position: sticky;
    top: 100px;
    display: grid;
    gap: 5px;
    padding: 23px;
    border: 1px solid var(--help-border);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: var(--help-shadow);
}

    .faq-sidebar a {
        padding: 11px 12px;
        border-radius: 9px;
        color: var(--help-text);
        text-decoration: none;
    }

        .faq-sidebar a:hover {
            color: var(--help-primary);
            background: var(--help-primary-soft);
        }

.faq-content {
    display: grid;
    gap: 45px;
}

.faq-category-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}

    .faq-category-heading h2 {
        margin: 0 0 4px;
        color: var(--help-heading);
        font-size: 1.6rem;
    }

    .faq-category-heading p {
        margin: 0;
        color: var(--help-text);
    }

.faq-item {
    overflow: hidden;
    margin-bottom: 12px;
    border: 1px solid var(--help-border);
    border-radius: 14px !important;
    background: #ffffff;
}

    .faq-item .accordion-button {
        color: var(--help-heading);
        background: #ffffff;
        font-weight: 700;
        box-shadow: none;
    }

        .faq-item .accordion-button:not(.collapsed) {
            color: var(--help-primary);
            background: var(--help-primary-soft);
        }

    .faq-item .accordion-body {
        color: var(--help-text);
        line-height: 1.75;
    }

@media (max-width: 1100px) {
    .clock-guide-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .guide-posters-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-layout {
        grid-template-columns: 1fr;
    }

    .faq-sidebar {
        position: static;
    }

    .help-quick-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .help-hero {
        padding: 65px 0 52px;
    }

    .help-section {
        padding: 55px 0;
    }

    .help-category-grid,
    .clock-guide-grid,
    .guide-posters-grid {
        grid-template-columns: 1fr;
    }

    .help-search {
        align-items: stretch;
        flex-wrap: wrap;
    }

        .help-search input {
            width: calc(100% - 45px);
        }

        .help-search button {
            width: 100%;
        }

    .help-quick-card {
        padding: 30px 24px;
    }
}
