
:root {
    --help-forest: #34665a;
    --help-forest-dark: #244d44;
    --help-leaf: #75a66f;
    --help-sprout: #b6d979;
    --help-sun: #f6bd5c;
    --help-ink: #20312d;
    --help-muted: #65756f;
    --help-line: #dbe5df;
    --help-paper: #ffffff;
    --help-mist: #f2f7f3;
    --help-shadow: 0 24px 70px rgba(36, 77, 68, 0.14);
}

.help-page {
    min-height: 100vh;
    margin: 0;
    color: var(--help-ink);
    background:
        radial-gradient(circle at 10% 7%, rgba(182, 217, 121, .28), transparent 30rem),
        radial-gradient(circle at 92% 16%, rgba(246, 189, 92, .19), transparent 28rem),
        var(--help-mist);
    font-family: Inter, ui-rounded, "SF Pro Rounded", "Segoe UI", system-ui, -apple-system, sans-serif;
}

.help-page * {
    box-sizing: border-box;
}

.help-header {
    position: sticky;
    top: 0;
    z-index: 20;
    border-bottom: 1px solid rgba(52, 102, 90, .10);
    background: rgba(242, 247, 243, .9);
    backdrop-filter: blur(16px);
}

.help-header-inner {
    width: min(1180px, calc(100% - 32px));
    min-height: 78px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.help-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.help-brand-icon {
    width: 39px;
    height: 42px;
    object-fit: contain;
}

.help-brand-wordmark {
    width: 150px;
    height: auto;
    object-fit: contain;
}

.help-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.help-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 13px;
    border-radius: 12px;
    color: var(--help-forest-dark);
    text-decoration: none;
    font-weight: 850;
}

.help-nav a:hover,
.help-nav a:focus-visible,
.help-nav a[aria-current="page"] {
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 6px 20px rgba(36, 77, 68, .08);
}

.help-shell {
    width: min(1180px, calc(100% - 32px));
    margin: auto;
    padding: 46px 0 84px;
}

.help-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    gap: 28px;
    align-items: stretch;
}

.help-hero-copy,
.help-hero-card,
.help-search-panel,
.help-section-card,
.help-topic,
.help-contact-card {
    border: 1px solid rgba(52, 102, 90, .10);
    background: rgba(255, 255, 255, .93);
    box-shadow: var(--help-shadow);
}

.help-hero-copy {
    padding: clamp(30px, 6vw, 64px);
    border-radius: 34px;
}

.help-eyebrow {
    margin: 0 0 9px;
    color: var(--help-forest);
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.help-hero h1 {
    margin: 0;
    color: var(--help-forest-dark);
    font-size: clamp(2.8rem, 6vw, 5.9rem);
    line-height: .96;
    letter-spacing: -.06em;
}

.help-hero h1 span {
    color: var(--help-leaf);
}

.help-lead {
    max-width: 760px;
    margin: 22px 0 0;
    color: var(--help-muted);
    font-size: clamp(1.03rem, 1.6vw, 1.22rem);
    line-height: 1.65;
}

.help-hero-card {
    display: grid;
    align-content: center;
    gap: 14px;
    padding: 28px;
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(236,247,241,.98));
}

.help-hero-card-icon {
    font-size: 3rem;
}

.help-hero-card h2,
.help-section-heading h2,
.help-contact-card h2 {
    margin: 0;
    color: var(--help-forest-dark);
}

.help-hero-card p,
.help-section-heading p,
.help-contact-card p {
    margin: 0;
    color: var(--help-muted);
    line-height: 1.6;
}

.help-hero-actions,
.help-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.help-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 16px;
    border: 1px solid var(--help-line);
    border-radius: 14px;
    color: var(--help-forest-dark);
    background: #fff;
    text-decoration: none;
    font-weight: 900;
}

.help-button.primary {
    border-color: transparent;
    color: #fff;
    background: linear-gradient(135deg, var(--help-forest), var(--help-forest-dark));
    box-shadow: 0 12px 28px rgba(36, 77, 68, .20);
}

.help-search-panel {
    margin-top: 24px;
    padding: 22px;
    border-radius: 24px;
}

.help-search-panel label {
    display: block;
    color: var(--help-forest-dark);
    font-weight: 900;
}

.help-search-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    margin-top: 9px;
}

.help-search-row input {
    width: 100%;
    min-height: 48px;
    padding: 11px 14px;
    border: 2px solid var(--help-line);
    border-radius: 14px;
    background: #fff;
    color: var(--help-ink);
    font: inherit;
}

.help-search-row button {
    min-width: 105px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: var(--help-forest);
    font: inherit;
    font-weight: 900;
    cursor: pointer;
}

.help-search-status {
    min-height: 20px;
    margin: 8px 0 0;
    color: var(--help-muted);
    font-size: .9rem;
}

.help-section {
    margin-top: 42px;
}

.help-section-heading {
    max-width: 780px;
    margin-bottom: 18px;
}

.help-section-heading h2 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.help-section-heading p {
    margin-top: 8px;
}

.help-quick-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.help-quick-card {
    display: block;
    min-height: 154px;
    padding: 20px;
    border: 1px solid rgba(52, 102, 90, .12);
    border-radius: 21px;
    color: var(--help-ink);
    background: rgba(255,255,255,.88);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(36, 77, 68, .08);
    transition: transform .16s ease, box-shadow .16s ease;
}

.help-quick-card:hover,
.help-quick-card:focus-visible {
    transform: translateY(-3px);
    box-shadow: 0 16px 38px rgba(36, 77, 68, .12);
}

.help-quick-card span {
    display: block;
    margin-bottom: 10px;
    font-size: 2rem;
}

.help-quick-card strong {
    display: block;
    color: var(--help-forest-dark);
    font-size: 1.05rem;
}

.help-quick-card small {
    display: block;
    margin-top: 7px;
    color: var(--help-muted);
    line-height: 1.45;
}

.help-topic-list {
    display: grid;
    gap: 13px;
}

.help-topic {
    overflow: hidden;
    border-radius: 22px;
    box-shadow: 0 10px 34px rgba(36, 77, 68, .08);
    scroll-margin-top: 104px;
}

.help-topic[hidden] {
    display: none;
}

.help-topic summary {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 76px;
    padding: 17px 20px;
    cursor: pointer;
    list-style: none;
}

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

.help-topic summary::after {
    content: "+";
    margin-left: auto;
    color: var(--help-forest);
    font-size: 1.8rem;
    font-weight: 700;
}

.help-topic[open] summary::after {
    content: "×";
}

.help-topic-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    border-radius: 15px;
    background: #edf6f0;
    font-size: 1.65rem;
}

.help-topic-title strong,
.help-topic-title small {
    display: block;
}

.help-topic-title strong {
    color: var(--help-forest-dark);
    font-size: 1.08rem;
}

.help-topic-title small {
    margin-top: 3px;
    color: var(--help-muted);
    line-height: 1.4;
}

.help-topic-body {
    padding: 0 22px 24px 82px;
    color: #3d514b;
    line-height: 1.7;
}

.help-topic-body p:first-child {
    margin-top: 0;
}

.help-topic-body h3 {
    margin: 24px 0 8px;
    color: var(--help-forest-dark);
    font-size: 1.05rem;
}

.help-topic-body ul,
.help-topic-body ol {
    padding-left: 1.3rem;
}

.help-topic-body li + li {
    margin-top: 7px;
}

.help-note,
.help-important,
.help-example {
    margin-top: 16px;
    padding: 15px 17px;
    border-radius: 15px;
    background: #f2f8f4;
}

.help-important {
    border: 1px solid #efd491;
    background: #fff9e9;
}

.help-example {
    border: 1px solid #cfe1d7;
    background: #fbfdfb;
}

.help-note strong,
.help-important strong,
.help-example strong {
    color: var(--help-forest-dark);
}

.help-inline-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
}

.help-inline-links a {
    color: var(--help-forest);
    font-weight: 900;
}

.help-contact-card {
    margin-top: 44px;
    padding: clamp(24px, 4vw, 38px);
    border-radius: 28px;
    text-align: center;
}

.help-contact-card p {
    max-width: 700px;
    margin: 8px auto 0;
}

.help-contact-actions {
    justify-content: center;
    margin-top: 18px;
}

.help-footer {
    padding: 30px 16px 38px;
    text-align: center;
    color: var(--help-muted);
}

.help-footer-logo {
    display: block;
    width: min(280px, 72vw);
    height: auto;
    margin: 0 auto 8px;
}

.help-footer a {
    color: var(--help-forest);
    font-weight: 850;
}

.help-no-results {
    padding: 26px;
    border: 2px dashed var(--help-line);
    border-radius: 20px;
    color: var(--help-muted);
    text-align: center;
}

.help-child-page .help-hero-copy {
    background:
        radial-gradient(circle at 90% 8%, rgba(245, 200, 91, .24), transparent 15rem),
        rgba(255,255,255,.95);
}

.help-child-page .help-quick-card {
    min-height: 176px;
}

.help-child-page .help-quick-card span {
    font-size: 2.5rem;
}

.help-child-page .help-topic summary {
    min-height: 84px;
}

.help-child-page .help-topic-title strong {
    font-size: 1.18rem;
}

@media (max-width: 900px) {
    .help-hero {
        grid-template-columns: 1fr;
    }

    .help-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .help-header-inner {
        align-items: flex-start;
        flex-direction: column;
        padding: 13px 0;
    }

    .help-nav {
        width: 100%;
        justify-content: flex-start;
    }

    .help-nav a {
        min-height: 38px;
        padding: 7px 10px;
        font-size: .88rem;
    }

    .help-shell {
        width: min(100% - 18px, 1180px);
        padding-top: 22px;
    }

    .help-hero-copy,
    .help-hero-card {
        border-radius: 24px;
    }

    .help-quick-grid {
        grid-template-columns: 1fr;
    }

    .help-search-row {
        grid-template-columns: 1fr;
    }

    .help-topic {
        scroll-margin-top: 168px;
    }

    .help-topic summary {
        align-items: flex-start;
        padding: 16px;
    }

    .help-topic-body {
        padding: 0 17px 20px;
    }

    .help-topic-icon {
        width: 42px;
        height: 42px;
        font-size: 1.4rem;
    }
}
