﻿.page-help .eg-help-hero {
    --eg-hero-angle: 135deg;
    padding: clamp(42px, 4.05vw, 73px) 0 clamp(30px, 3vw, 52px);
}

@media (max-width: 575.98px) {
    .page-help .eg-help-hero {
        --eg-hero-angle: 180deg;
        padding: 32px 0 28px;
    }
}

.eg-help-h1 {
    font-weight: 950;
    letter-spacing: -0.03em;
    margin: 0 0 12px 0;
    text-wrap: balance;
    font-size: clamp(1.76rem, 2.72vw, 2.88rem);
    line-height: 1.08;
    color: #fff;
    text-align: center;
}

.eg-help-hero__text {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.eg-help-lead {
    font-size: clamp(1.02rem, 1.15vw, 1.12rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, .92);
}

.eg-help-mail {
    color: rgba(255, 255, 255, .96);
    font-weight: 850;
    text-decoration: none;
}

    .eg-help-mail:hover {
        text-decoration: underline;
    }

.eg-help-section {
    padding: clamp(30px, 3.2vw, 54px) 0;
}

.eg-help-surface {
    border-radius: 18px;
    border: 1px solid var(--border-subtle);
    background: color-mix(in oklab, var(--surface) 94%, var(--brand-soft) 6%);
    box-shadow: var(--shadow-sm);
    padding: clamp(18px, 2.2vw, 26px);
    color: var(--text);
}

html[data-theme="dark"] .eg-help-surface {
    background: var(--surface);
}

.eg-help-sectionhead {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.eg-help-h2 {
    font-weight: 950;
    letter-spacing: -0.03em;
    text-wrap: balance;
    color: var(--brand-navy);
}

html[data-theme="dark"] .eg-help-h2 {
    color: var(--text);
}

.eg-help-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.eg-help-btn {
    min-height: 44px;
    border-radius: 14px;
    font-weight: 750;
}

@media (max-width: 575.98px) {
    .eg-help-actions .eg-help-btn {
        width: 100%;
    }
}
