.gmr-faq-active,
.gmr-faq-active #page,
.gmr-faq-active .site,
.gmr-faq-active .site-content,
.gmr-faq-active #content,
.gmr-faq-active .content-area,
.gmr-faq-active .site-main,
.gmr-faq-active main {
    background: #06152f;
}

.gmr-faq-active .entry-header,
.gmr-faq-active .page-header,
.gmr-faq-active .entry-title {
    display: none !important;
}

.gmr-faq-active .site-content,
.gmr-faq-active .content-area,
.gmr-faq-active .site-main,
.gmr-faq-active article,
.gmr-faq-active .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.gmr-faq-canvas {
    --gmr-faq-bg: #06152f;
    --gmr-faq-panel: #111a38;
    --gmr-faq-accent: #8f58db;
    --gmr-faq-highlight: #b68cff;
    --gmr-faq-text: #f5f1ec;
    --gmr-faq-muted: #c7c6d3;
    min-height: 760px;
    color: var(--gmr-faq-text);
    background:
        radial-gradient(circle at 16% 8%, rgba(143, 88, 219, .16), transparent 28rem),
        radial-gradient(circle at 88% 35%, rgba(182, 140, 255, .08), transparent 30rem),
        linear-gradient(145deg, #040d20, var(--gmr-faq-bg) 46%, #071128);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.gmr-faq-canvas *,
.gmr-faq-canvas *::before,
.gmr-faq-canvas *::after {
    box-sizing: border-box;
}

.gmr-faq-hero {
    position: relative;
    display: grid;
    min-height: 245px;
    place-items: center;
    overflow: hidden;
    padding: 38px 24px;
    border-top: 1px solid rgba(182, 140, 255, .32);
    border-bottom: 1px solid rgba(182, 140, 255, .38);
    background:
        linear-gradient(90deg, rgba(5, 12, 31, .97), rgba(16, 18, 51, .82), rgba(5, 12, 31, .97)),
        repeating-linear-gradient(135deg, transparent 0 45px, rgba(182, 140, 255, .04) 46px 47px);
}

.gmr-faq-hero::before,
.gmr-faq-hero::after {
    position: absolute;
    width: 290px;
    height: 290px;
    content: "";
    border: 1px solid rgba(182, 140, 255, .12);
    transform: rotate(45deg);
}

.gmr-faq-hero::before {
    left: -175px;
    bottom: -170px;
}

.gmr-faq-hero::after {
    top: -185px;
    right: -170px;
}

.gmr-faq-hero__content {
    position: relative;
    z-index: 2;
    width: min(850px, 100%);
    text-align: center;
}

.gmr-faq-hero__mark {
    position: absolute;
    z-index: 1;
    color: var(--gmr-faq-highlight);
    opacity: .09;
}

.gmr-faq-hero__mark svg {
    width: 260px;
    height: 260px;
    fill: none;
    stroke: currentColor;
    stroke-width: .65;
}

.gmr-faq-eyebrow {
    display: inline-block;
    margin-bottom: 11px;
    color: var(--gmr-faq-highlight);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .22em;
}

.gmr-faq-hero h1 {
    margin: 0 0 13px !important;
    color: var(--gmr-faq-text) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(40px, 5vw, 62px);
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -.025em;
}

.gmr-faq-hero p {
    max-width: 740px;
    margin: 0 auto !important;
    color: var(--gmr-faq-muted) !important;
    font-size: clamp(16px, 1.4vw, 19px);
    line-height: 1.55;
}

.gmr-faq-shell {
    display: block !important;
    width: min(1280px, calc(100% - 48px)) !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 34px 0 60px !important;
    background: transparent !important;
}

.gmr-faq-search-panel {
    padding: 22px;
    border: 1px solid rgba(182, 140, 255, .34);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.045), transparent 45%),
        rgba(17, 26, 56, .87);
    box-shadow: 0 18px 46px rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.045);
}

.gmr-faq-search-panel > label {
    display: block;
    margin: 0 0 10px;
    color: var(--gmr-faq-text);
    font-size: 17px;
    font-weight: 800;
}

.gmr-faq-search-wrap {
    position: relative;
}

.gmr-faq-search-wrap > svg {
    position: absolute;
    top: 50%;
    left: 17px;
    width: 22px;
    height: 22px;
    color: var(--gmr-faq-highlight);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
    transform: translateY(-50%);
    pointer-events: none;
}

.gmr-faq-search-wrap input[type="search"] {
    width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 13px 85px 13px 53px !important;
    color: var(--gmr-faq-text) !important;
    border: 1px solid rgba(182, 140, 255, .48) !important;
    border-radius: 10px !important;
    outline: none !important;
    background: rgba(4, 11, 31, .72) !important;
    box-shadow: inset 0 1px 6px rgba(0,0,0,.24) !important;
    font: inherit !important;
    font-size: 17px !important;
}

.gmr-faq-search-wrap input[type="search"]::placeholder {
    color: var(--gmr-faq-muted) !important;
    opacity: .78;
}

.gmr-faq-search-wrap input[type="search"]:focus {
    border-color: var(--gmr-faq-highlight) !important;
    box-shadow: 0 0 0 3px rgba(182, 140, 255, .16), inset 0 1px 6px rgba(0,0,0,.24) !important;
}

.gmr-faq-clear {
    position: absolute;
    top: 50%;
    right: 12px;
    padding: 7px 10px;
    color: var(--gmr-faq-highlight);
    border: 0;
    background: transparent;
    font-weight: 800;
    cursor: pointer;
    transform: translateY(-50%);
}

.gmr-faq-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 32px;
}

.gmr-faq-filters button {
    min-height: 42px;
    padding: 9px 16px;
    color: var(--gmr-faq-muted);
    border: 1px solid rgba(182, 140, 255, .3);
    border-radius: 999px;
    background: rgba(17, 26, 56, .72);
    font: inherit;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}

.gmr-faq-filters button:hover,
.gmr-faq-filters button:focus,
.gmr-faq-filters button.is-active {
    color: #fff;
    border-color: rgba(214, 191, 255, .75);
    background:
        linear-gradient(180deg, rgba(255,255,255,.14), transparent 55%),
        linear-gradient(115deg, #6f3caf, var(--gmr-faq-accent));
    box-shadow: 0 8px 24px rgba(83, 44, 150, .25);
    transform: translateY(-1px);
}

.gmr-faq-groups {
    display: grid;
    gap: 28px;
}

.gmr-faq-group {
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
}

.gmr-faq-group__heading {
    position: sticky;
    top: 24px;
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 18px;
    border: 1px solid rgba(182, 140, 255, .28);
    border-radius: 13px;
    background: rgba(17, 26, 56, .7);
}

.gmr-faq-group__heading > span {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    color: var(--gmr-faq-highlight);
    border: 1px solid rgba(182, 140, 255, .32);
    border-radius: 9px;
    background: rgba(143, 88, 219, .14);
}

.gmr-faq-group__heading svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 1.4;
}

.gmr-faq-group__heading h2 {
    margin: 1px 0 4px !important;
    color: var(--gmr-faq-text) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.18;
}

.gmr-faq-group__heading p {
    margin: 0 !important;
    color: var(--gmr-faq-muted) !important;
    font-size: 13px;
}

.gmr-faq-list {
    display: grid;
    gap: 11px;
}

.gmr-faq-item {
    overflow: hidden;
    border: 1px solid rgba(182, 140, 255, .27);
    border-radius: 12px;
    background:
        linear-gradient(120deg, rgba(255,255,255,.035), transparent 40%),
        rgba(17, 26, 56, .72);
    box-shadow: 0 8px 24px rgba(0,0,0,.11);
    transition: border-color .18s ease, background .18s ease;
}

.gmr-faq-item:has(.gmr-faq-question[aria-expanded="true"]) {
    border-color: rgba(182, 140, 255, .58);
    background: rgba(21, 29, 66, .9);
}

.gmr-faq-item h3 {
    margin: 0 !important;
}

.gmr-faq-question {
    display: flex;
    width: 100%;
    min-height: 62px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 16px 19px;
    color: var(--gmr-faq-text);
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    text-align: left;
    cursor: pointer;
}

.gmr-faq-question > svg {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    fill: none;
    stroke: var(--gmr-faq-highlight);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
    transition: transform .2s ease;
}

.gmr-faq-question[aria-expanded="true"] > svg {
    transform: rotate(180deg);
}

.gmr-faq-answer {
    border-top: 1px solid rgba(182, 140, 255, .18);
}

.gmr-faq-answer > div {
    padding: 18px 20px 20px;
    color: var(--gmr-faq-muted);
    font-size: 15.5px;
    line-height: 1.7;
}

.gmr-faq-answer p {
    margin: 0 0 10px !important;
    color: inherit !important;
}

.gmr-faq-answer p:last-child {
    margin-bottom: 0 !important;
}

.gmr-faq-answer a {
    color: var(--gmr-faq-highlight);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.gmr-faq-empty {
    padding: 54px 22px;
    color: var(--gmr-faq-muted);
    border: 1px dashed rgba(182, 140, 255, .34);
    border-radius: 14px;
    text-align: center;
    background: rgba(17, 26, 56, .48);
}

.gmr-faq-empty svg {
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    fill: none;
    stroke: var(--gmr-faq-highlight);
    stroke-width: 1.5;
}

.gmr-faq-empty p {
    max-width: 620px;
    margin: 0 auto !important;
    color: inherit !important;
}

.gmr-faq-contact {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    margin-top: 38px;
    padding: 24px 26px;
    border: 1px solid rgba(182, 140, 255, .45);
    border-radius: 15px;
    background:
        linear-gradient(115deg, rgba(143, 88, 219, .19), transparent 45%),
        rgba(17, 26, 56, .87);
    box-shadow: 0 18px 45px rgba(0,0,0,.18), inset 0 1px rgba(255,255,255,.045);
}

.gmr-faq-contact__icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--gmr-faq-highlight);
    border: 1px solid rgba(182, 140, 255, .4);
    border-radius: 13px;
    background: rgba(143, 88, 219, .16);
}

.gmr-faq-contact__icon svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.6;
}

.gmr-faq-contact h2 {
    margin: 0 0 5px !important;
    color: var(--gmr-faq-text) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 500;
}

.gmr-faq-contact p {
    margin: 0 !important;
    color: var(--gmr-faq-muted) !important;
    font-size: 15px;
    line-height: 1.5;
}

.gmr-faq-contact > a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 21px;
    color: #fff !important;
    border: 1px solid rgba(214, 191, 255, .74);
    border-radius: 9px;
    background:
        linear-gradient(180deg, rgba(255,255,255,.15), transparent 52%),
        linear-gradient(115deg, #6c3bab, var(--gmr-faq-accent));
    box-shadow: 0 10px 28px rgba(86, 44, 156, .3), inset 0 1px rgba(255,255,255,.2);
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
    white-space: nowrap;
}

.gmr-faq-contact > a:hover,
.gmr-faq-contact > a:focus {
    filter: brightness(1.13);
    transform: translateY(-1px);
}

[hidden] {
    display: none !important;
}

@media (max-width: 900px) {
    .gmr-faq-group {
        grid-template-columns: 1fr;
    }

    .gmr-faq-group__heading {
        position: static;
    }

    .gmr-faq-contact {
        grid-template-columns: auto 1fr;
    }

    .gmr-faq-contact > a {
        grid-column: 1 / -1;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .gmr-faq-hero {
        min-height: 215px;
        padding: 32px 18px;
    }

    .gmr-faq-shell {
        width: min(100% - 24px, 1280px) !important;
        padding-top: 20px !important;
    }

    .gmr-faq-search-panel {
        padding: 15px;
    }

    .gmr-faq-filters {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 7px;
    }

    .gmr-faq-filters button {
        flex: 0 0 auto;
    }

    .gmr-faq-question {
        min-height: 58px;
        padding: 14px 15px;
        font-size: 15px;
    }

    .gmr-faq-answer > div {
        padding: 15px;
    }

    .gmr-faq-contact {
        grid-template-columns: 1fr;
        padding: 20px;
        text-align: center;
    }

    .gmr-faq-contact__icon {
        margin: 0 auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gmr-faq-canvas *,
    .gmr-faq-canvas *::before,
    .gmr-faq-canvas *::after {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

