body {
    background:
        radial-gradient(circle at top left, rgba(93, 82, 255, 0.1), transparent 28%),
        linear-gradient(180deg, #f7f9fc 0%, #f2f5fb 100%);
    color: #0f172a;
    font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

.support-home-shell {
    position: relative;
    z-index: 1;
}

.support-home-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.support-home-container--narrow {
    width: min(980px, calc(100% - 32px));
}

.support-home-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.support-home-topbar {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.support-home-brand,
.support-home-footer__brand {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    color: #1e293b;
    text-decoration: none;
}

.support-home-brand img,
.support-home-footer__brand img {
    width: auto;
    max-width: 142px;
    max-height: 34px;
}

.support-home-brand__divider {
    width: 1px;
    height: 28px;
    background: #dbe3ef;
}

.support-home-brand__label {
    font-size: 1.05rem;
    font-weight: 600;
    color: #51627e;
}

.support-home-menu {
    position: relative;
}

.support-home-menu--desktop {
    display: none;
    align-items: center;
    gap: 18px;
}

.support-home-menu[open] .support-home-menu__toggle,
.support-home-menu__toggle:hover {
    border-color: rgba(79, 70, 229, 0.24);
    background: #eef2ff;
}

.support-home-menu__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    border: 1px solid #dbe3ef;
    background: #fff;
    cursor: pointer;
    list-style: none;
}

.support-home-menu__toggle::-webkit-details-marker {
    display: none;
}

.support-home-menu__toggle span {
    position: absolute;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: #1e293b;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.support-home-menu__toggle span:nth-child(1) {
    transform: translateY(-6px);
}

.support-home-menu__toggle span:nth-child(3) {
    transform: translateY(6px);
}

.support-home-menu[open] .support-home-menu__toggle span:nth-child(1) {
    transform: rotate(45deg);
}

.support-home-menu[open] .support-home-menu__toggle span:nth-child(2) {
    opacity: 0;
}

.support-home-menu[open] .support-home-menu__toggle span:nth-child(3) {
    transform: rotate(-45deg);
}

.support-home-menu__panel {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    min-width: min(520px, calc(100vw - 32px));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px;
    border: 1px solid #dbe3ef;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.12);
}

.support-home-nav,
.support-home-topbar__actions,
.support-home-footer__links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 22px;
}

.support-home-nav a,
.support-home-footer__links a,
.support-home-footer__credit a {
    color: #42526b;
    text-decoration: none;
    font-weight: 600;
}

.support-home-nav a:hover,
.support-home-footer__links a:hover,
.support-home-footer__credit a:hover {
    color: #4f46e5;
}

.support-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 18px;
    border: 1px solid transparent;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.support-home-button:hover {
    transform: translateY(-1px);
}

.support-home-button--primary {
    color: #fff;
    background: linear-gradient(135deg, #5b50ff 0%, #4338ca 100%);
    box-shadow: 0 16px 35px rgba(79, 70, 229, 0.25);
}

.support-home-button--primary:hover {
    color: #fff;
    box-shadow: 0 20px 42px rgba(79, 70, 229, 0.32);
}

.support-home-button--secondary {
    color: #25344c;
    background: #fff;
    border-color: #d7dfeb;
    box-shadow: 0 10px 24px rgba(148, 163, 184, 0.12);
}

.support-home-button--muted,
.support-home-button--ghost {
    color: #314463;
    background: #edf2f9;
    border-color: transparent;
}

.support-home-button--xl {
    min-height: 62px;
    padding: 0 28px;
    border-radius: 20px;
    font-size: 1.05rem;
}

.support-home-button__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 800;
}

.support-home-hero {
    padding: 76px 0 88px;
    text-align: center;
}

.support-home-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    margin-bottom: 28px;
    border: 1px solid #dbe3ef;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: #4f46e5;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.support-home-pill__status {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 0 8px rgba(16, 185, 129, 0.12);
}

.support-home-hero__title,
.support-home-section__heading h2,
.support-home-section__copy h2,
.support-home-advice h2 {
    margin: 0;
    font-family: "Space Grotesk", "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: #081833;
}

.support-home-hero__title {
    font-size: clamp(2.8rem, 6vw, 4.4rem);
    line-height: 0.97;
}

.support-home-hero__text {
    width: min(760px, 100%);
    margin: 28px auto 0;
    color: #5f7290;
    font-size: 1.34rem;
    line-height: 1.72;
}

.support-home-hero__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 42px;
}

.support-home-section {
    padding: 82px 0;
}

.support-home-section--white {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(226, 232, 240, 0.9);
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

.support-home-section--soft {
    background: linear-gradient(180deg, rgba(244, 247, 252, 0.95) 0%, rgba(239, 244, 250, 0.95) 100%);
}

.support-home-section--dark {
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 18%, rgba(109, 93, 255, 0.12), transparent 16%),
        linear-gradient(180deg, #101a31 0%, #121d36 100%);
    color: #fff;
}

.support-home-section__heading,
.support-home-section__cta {
    text-align: center;
}

.support-home-section__heading p,
.support-home-section__copy p,
.support-home-advice p {
    margin: 16px 0 0;
    color: #60728f;
    font-size: 1.15rem;
    line-height: 1.7;
}

.support-home-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin-top: 52px;
}

.support-home-steps::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 12%;
    right: 12%;
    height: 1px;
    background: #dfe7f1;
}

.support-home-step {
    position: relative;
    text-align: center;
}

.support-home-step__number {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #5447f5;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 20px rgba(84, 71, 245, 0.22);
}

.support-home-step h3,
.support-home-topic-card h3,
.support-home-hours h3 {
    margin: 0;
    color: #12213c;
    font-size: 1.15rem;
    font-weight: 800;
}

.support-home-step p,
.support-home-topic-card p {
    margin: 12px 0 0;
    color: #62748f;
    line-height: 1.7;
}

.support-home-section__split {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 34px;
}

.support-home-search {
    position: relative;
    width: min(420px, 100%);
}

.support-home-search__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

.support-home-search input {
    width: 100%;
    height: 58px;
    padding: 0 18px;
    border: 1px solid #d7dfeb;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    color: #10213e;
    font: inherit;
    box-shadow: 0 10px 24px rgba(148, 163, 184, 0.1);
}

.support-home-search input:focus {
    outline: none;
    border-color: #7068ff;
    box-shadow: 0 0 0 4px rgba(112, 104, 255, 0.12);
}

.support-home-topics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.support-home-topic-card,
.support-home-empty,
.support-home-hours {
    position: relative;
    padding: 28px;
    border: 1px solid #dbe3ef;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.06);
}

.support-home-topic-card {
    display: block;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.support-home-topic-card:hover {
    transform: translateY(-4px);
    border-color: rgba(84, 71, 245, 0.22);
    box-shadow: 0 24px 46px rgba(84, 71, 245, 0.12);
}

.support-home-topic-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: #eef2ff;
    color: #5447f5;
    font-weight: 800;
}

.support-home-topic-card__meta {
    display: inline-flex;
    margin-top: 18px;
    color: #5447f5;
    font-size: 0.95rem;
    font-weight: 700;
}

.support-home-empty {
    grid-column: 1 / -1;
    text-align: center;
}

.support-home-empty h3 {
    margin: 0;
    color: #12213c;
}

.support-home-empty p {
    margin: 14px 0 0;
    color: #61738f;
}

.support-home-section__cta {
    margin-top: 28px;
}

.support-home-support-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
    gap: 40px;
    align-items: center;
}

.support-home-section--dark .support-home-advice h2,
.support-home-section--dark .support-home-hours h3 {
    color: #fff;
}

.support-home-section--dark .support-home-advice p,
.support-home-section--dark .support-home-hours p {
    color: #a8b4cb;
}

.support-home-checklist {
    padding: 0;
    margin: 30px 0 0;
    list-style: none;
}

.support-home-checklist li {
    position: relative;
    padding-left: 36px;
    margin-top: 18px;
    color: #f2f6ff;
    font-size: 1.06rem;
}

.support-home-checklist li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #10b981;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.16) inset;
}

.support-home-checklist li::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 7px;
    width: 7px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.support-home-hours {
    color: #fff;
    background: rgba(34, 46, 71, 0.98);
    border-color: rgba(118, 140, 177, 0.2);
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
}

.support-home-hours__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.support-home-hours__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    background: linear-gradient(135deg, #5b50ff 0%, #4338ca 100%);
    color: #fff;
    font-weight: 800;
}

.support-home-hours__header p {
    margin: 6px 0 0;
}

.support-home-hours__list {
    margin: 0;
}

.support-home-hours__list div {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 18px;
    padding: 16px 0;
    border-top: 1px solid rgba(148, 163, 184, 0.15);
}

.support-home-hours__list div:first-child {
    border-top: 0;
}

.support-home-hours__list dt,
.support-home-hours__list dd {
    margin: 0;
}

.support-home-hours__list dt {
    color: #f8fbff;
}

.support-home-hours__list dd {
    color: #3ff0b6;
    font-family: "Space Grotesk", monospace;
    font-weight: 700;
}

.support-home-hours__list-note {
    color: #8ea0bc;
    font-family: inherit;
    font-style: italic;
}

.support-home-footer {
    padding: 34px 0 30px;
    background: #fff;
    border-top: 1px solid rgba(219, 227, 239, 0.95);
}

.support-home-footer__bar {
    display: grid;
    grid-template-columns: minmax(180px, 260px) minmax(0, 1fr) minmax(180px, 230px);
    align-items: center;
    gap: 22px;
}

.support-home-footer__brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.support-home-footer__brand span,
.support-home-footer__credit {
    color: #8090a7;
    font-size: 0.95rem;
}

.support-home-footer__tools {
    display: flex;
    justify-content: flex-end;
}

.support-home-footer__credit {
    margin: 18px 0 0;
}

@media (min-width: 992px) {
    .support-home-menu--desktop {
        display: flex;
        margin-left: auto;
    }

    .support-home-menu--mobile {
        display: none;
    }

    .support-home-menu--desktop .support-home-nav {
        gap: 12px 26px;
    }

    .support-home-menu--desktop .support-home-nav a {
        display: inline-flex;
        align-items: center;
        min-height: 42px;
        font-size: 0.98rem;
    }

    .support-home-menu--desktop .support-home-topbar__actions {
        margin-left: 6px;
    }

    .support-home-menu--desktop .support-home-button--primary {
        min-height: 42px;
        padding: 0 22px;
        border-radius: 16px;
        font-size: 0.98rem;
        box-shadow: 0 12px 28px rgba(79, 70, 229, 0.22);
    }
}

@media (max-width: 991px) {
    .support-home-menu--desktop {
        display: none;
    }

    .support-home-menu__panel {
        flex-direction: column;
        align-items: stretch;
    }

    .support-home-nav,
    .support-home-topbar__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .support-home-button,
    .support-home-nav a {
        justify-content: center;
    }

    .support-home-steps,
    .support-home-topics,
    .support-home-support-grid,
    .support-home-footer__bar {
        grid-template-columns: 1fr;
    }

    .support-home-steps::before {
        display: none;
    }

    .support-home-section__split {
        flex-direction: column;
        align-items: stretch;
    }

    .support-home-footer__tools {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .support-home-topbar {
        min-height: 72px;
    }

    .support-home-brand {
        gap: 12px;
    }

    .support-home-brand img {
        max-width: 118px;
        max-height: 30px;
    }

    .support-home-brand__divider {
        height: 22px;
    }

    .support-home-brand__label {
        font-size: 0.96rem;
    }

    .support-home-hero {
        padding: 54px 0 64px;
    }

    .support-home-hero__text {
        font-size: 1.05rem;
    }

    .support-home-hero__actions,
    .support-home-button--xl {
        width: 100%;
    }

    .support-home-button--xl {
        padding: 0 20px;
    }

    .support-home-section {
        padding: 62px 0;
    }

    .support-home-topic-card,
    .support-home-empty,
    .support-home-hours {
        padding: 22px;
    }
}
