/* Help Page */

.help-hero {
    position: relative;
    padding: 150px 0 90px;
    text-align: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(201, 169, 98, 0.15), transparent 40%),
        radial-gradient(circle at 80% 0%, rgba(26, 143, 92, 0.2), transparent 35%),
        linear-gradient(145deg, #07120c 0%, #0d1f17 45%, #132a20 100%);
}

.help-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(7, 18, 12, 0.2) 0%, rgba(7, 18, 12, 0.55) 100%);
    pointer-events: none;
}

.help-hero .container {
    position: relative;
    z-index: 2;
}

.help-hero-badge {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 50px;
    background: rgba(201, 169, 98, 0.15);
    border: 1px solid rgba(201, 169, 98, 0.35);
    color: #e8d5a8;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.help-hero h1 {
    font-family: var(--font-serif);
    font-size: clamp(34px, 5vw, 52px);
    color: var(--white);
    margin-bottom: 12px;
}

.help-hero p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    max-width: 640px;
    margin: 0 auto 28px;
    line-height: 1.6;
}

.help-search-wrap {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}

.help-search-wrap svg {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    color: #8fa89a;
}

.help-search {
    width: 100%;
    padding: 14px 16px 14px 46px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 14px;
    outline: none;
    backdrop-filter: blur(8px);
}

.help-search::placeholder { color: rgba(255, 255, 255, 0.45); }
.help-search:focus {
    border-color: rgba(201, 169, 98, 0.5);
    box-shadow: 0 0 0 3px rgba(201, 169, 98, 0.12);
}

.help-content { padding-top: 48px; padding-bottom: 80px; }

.help-quick-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.help-quick-item {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(13, 31, 23, 0.06);
}

.help-quick-item strong {
    display: block;
    font-size: 18px;
    color: var(--green-dark);
    margin-bottom: 4px;
}

.help-quick-item span {
    font-size: 12px;
    color: #777;
}

.help-section-head {
    text-align: center;
    margin-bottom: 28px;
}

.help-section-head h2 {
    font-family: var(--font-serif);
    font-size: clamp(26px, 4vw, 34px);
    color: var(--green-dark);
    margin-bottom: 8px;
}

.help-section-head p {
    color: #777;
    font-size: 15px;
}

.help-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    max-width: 1100px;
    margin: 0 auto 56px;
}

.help-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    background: var(--white);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    text-decoration: none;
    color: inherit;
}

.help-card--action {
    border: none;
    cursor: pointer;
    font-family: inherit;
    width: 100%;
}

.help-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(11, 26, 18, 0.12);
    border-color: rgba(201, 169, 98, 0.35);
}

.help-card-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(145deg, #eef7f2, #dceee4);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.help-card-icon svg {
    width: 26px;
    height: 26px;
    color: var(--green-dark);
}

.help-card h3 {
    font-family: var(--font-serif);
    font-size: 19px;
    color: var(--green-dark);
    margin-bottom: 8px;
}

.help-card p {
    font-size: 13px;
    color: #777;
    margin-bottom: 18px;
    line-height: 1.55;
    flex: 1;
}

.help-card-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--green-dark);
}

.help-card-link--gold { color: var(--gold-dark, #a8893f); }

.help-popular {
    max-width: 800px;
    margin: 0 auto 48px;
}

.help-faq-preview {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.help-faq-item {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(13, 31, 23, 0.08);
    padding: 0 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.help-faq-item summary {
    padding: 18px 0;
    font-weight: 600;
    color: var(--green-dark);
    cursor: pointer;
    list-style: none;
}

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

.help-faq-item p {
    padding: 0 0 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.help-cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #0d1f17 0%, #1a4d3a 100%);
    border-radius: 20px;
    padding: 32px 36px;
    color: #fff;
    max-width: 1100px;
    margin: 0 auto;
}

.help-cta-banner h3 {
    font-family: var(--font-serif);
    font-size: 24px;
    margin-bottom: 6px;
}

.help-cta-banner p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
}

.help-cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.btn-outline-light {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 992px) {
    .help-cards { grid-template-columns: repeat(2, 1fr); }
    .help-quick-strip { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .help-cards,
    .help-quick-strip { grid-template-columns: 1fr; }
    .help-hero { padding: 120px 0 70px; }
    .help-cta-banner { padding: 24px; }
}

@media (prefers-reduced-motion: reduce) {
    .help-card { transition: none; }
    .help-card:hover { transform: none; }
}
