.page-id-1970 .entry-header {
    display: none;
}

.page-id-1970 .site-content {
    background:
        linear-gradient(180deg, #163454 0, #1e466f 250px, #eef3f8 250px, #eef3f8 100%);
}

.page-id-1970 .entry-content {
    margin-top: 0;
}

.page-id-1970 .entry-content > .yep-faq-ai-shell {
    margin-top: 0;
}

.yep-faq-ai-shell {
    max-width: 1120px;
    margin: 0 auto 56px;
    padding: 10px 12px 0;
    color: #23384d;
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.yep-faq-hero {
    max-width: 920px;
    margin: 0 auto 34px;
    padding: 38px 0 20px;
    text-align: center;
}

.yep-faq-answer-kicker {
    margin: 0;
    color: #71849a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.yep-faq-hero h1 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(30px, 4.4vw, 42px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    text-shadow: 0 10px 24px rgba(10, 27, 46, 0.2);
}

.yep-faq-search {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 820px;
    margin: 0 auto;
    padding: 12px 12px 12px 18px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 42px rgba(10, 27, 46, 0.16);
}

.yep-faq-search-icon {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    color: #8192a6;
}

.yep-faq-search-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.yep-faq-search input {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    color: #22384f;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    outline: none;
}

.yep-faq-search input::placeholder {
    color: #94a3b5;
}

.yep-faq-search button,
.yep-faq-reset,
.yep-faq-quick-prompts button {
    border: 0;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.yep-faq-search button {
    flex: 0 0 auto;
    padding: 12px 18px;
    border-radius: 12px;
    background: #1f4567;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 8px 18px rgba(31, 69, 103, 0.14);
}

.yep-faq-search button:hover,
.yep-faq-search button:focus-visible,
.yep-faq-reset:hover,
.yep-faq-reset:focus-visible,
.yep-faq-quick-prompts button:hover,
.yep-faq-quick-prompts button:focus-visible {
    transform: translateY(-1px);
}

.yep-faq-quick-prompts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 16px auto 0;
    max-width: 900px;
}

.yep-faq-quick-prompts button {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #17395d;
    font-size: 13px;
    font-weight: 600;
    box-shadow:
        inset 0 0 0 1px rgba(17, 41, 67, 0.08),
        0 8px 18px rgba(10, 27, 46, 0.12);
    backdrop-filter: blur(6px);
}

.yep-faq-ai-answer,
.yep-faq-group {
    border: 1px solid #dfe6ee;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(18, 38, 63, 0.05);
}

.yep-faq-ai-answer {
    margin-bottom: 26px;
    padding: 22px 24px 18px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.yep-faq-ai-answer-head,
.yep-faq-directory-head,
.yep-faq-group-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.yep-faq-ai-answer-head h2,
.yep-faq-directory-head h2,
.yep-faq-group-head h3 {
    margin: 6px 0 0;
    color: #1f2f3d;
}

.yep-faq-ai-answer-head h2,
.yep-faq-directory-head h2 {
    font-size: 24px;
}

.yep-faq-directory {
    display: grid;
    gap: 20px;
}

.yep-faq-directory-head {
    align-items: center;
}

.yep-faq-reset {
    padding: 10px 14px;
    border-radius: 999px;
    background: #eef3f7;
    color: #37516b;
    font-size: 13px;
    font-weight: 700;
}

.yep-faq-no-results {
    margin: 0;
    padding: 18px 20px;
    border: 1px dashed #d5dee7;
    border-radius: 16px;
    background: #fafcff;
    color: #5f768e;
    font-size: 15px;
    line-height: 1.7;
}

.yep-faq-groups {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.yep-faq-group {
    padding: 22px 22px 12px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.yep-faq-group-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 28px;
    margin: 0;
    border-radius: 999px;
    background: #f1f5f8;
    color: #78889b;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.yep-faq-group-head h3 {
    font-size: 20px;
    line-height: 1.2;
}

.yep-faq-group-head p,
.yep-faq-answer-note,
.yep-faq-item-answer p {
    margin: 0;
    color: #60778e;
    font-size: 15px;
    line-height: 1.72;
}

.yep-faq-answer-note {
    max-width: 360px;
    font-size: 13px;
    line-height: 1.6;
    text-align: right;
}

.yep-faq-items {
    margin-top: 18px;
    border-top: 1px solid #edf2f6;
}

.yep-faq-item {
    border-bottom: 1px solid #edf2f6;
}

.yep-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 17px 0;
    list-style: none;
    color: #1f2f3d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer;
}

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

.yep-faq-toggle {
    position: relative;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
}

.yep-faq-toggle::before,
.yep-faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: #1f4567;
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.yep-faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.yep-faq-item[open] .yep-faq-toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0.3);
}

.yep-faq-item-answer {
    padding: 0 0 18px;
}

.yep-faq-item-answer p {
    max-width: 880px;
}

.yep-faq-ai-answer-body {
    margin-top: 16px;
    color: #24384c;
    font-size: 15px;
    line-height: 1.8;
}

.yep-faq-ai-answer-body > :first-child {
    margin-top: 0;
}

.yep-faq-ai-answer-body > :last-child {
    margin-bottom: 0;
}

.yep-faq-ai-answer-body p,
.yep-faq-ai-answer-body ul,
.yep-faq-ai-answer-body ol,
.yep-faq-ai-answer-body table,
.yep-faq-ai-answer-body pre,
.yep-faq-ai-answer-body blockquote,
.yep-faq-ai-answer-body h1,
.yep-faq-ai-answer-body h2,
.yep-faq-ai-answer-body h3,
.yep-faq-ai-answer-body h4 {
    margin: 0 0 16px;
}

.yep-faq-ai-answer-body h1,
.yep-faq-ai-answer-body h2,
.yep-faq-ai-answer-body h3,
.yep-faq-ai-answer-body h4 {
    color: #1f2f3d;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.yep-faq-ai-answer-body h1 {
    font-size: 24px;
}

.yep-faq-ai-answer-body h2 {
    font-size: 21px;
}

.yep-faq-ai-answer-body h3 {
    font-size: 18px;
}

.yep-faq-ai-answer-body h4 {
    font-size: 16px;
}

.yep-faq-ai-answer-body p + h1,
.yep-faq-ai-answer-body p + h2,
.yep-faq-ai-answer-body p + h3,
.yep-faq-ai-answer-body p + h4,
.yep-faq-ai-answer-body ul + h1,
.yep-faq-ai-answer-body ul + h2,
.yep-faq-ai-answer-body ul + h3,
.yep-faq-ai-answer-body ul + h4,
.yep-faq-ai-answer-body ol + h1,
.yep-faq-ai-answer-body ol + h2,
.yep-faq-ai-answer-body ol + h3,
.yep-faq-ai-answer-body ol + h4 {
    margin-top: 22px;
}

.yep-faq-ai-answer-body strong {
    color: #1c3147;
}

.yep-faq-ai-answer-body li {
    margin-bottom: 8px;
}

.yep-faq-ai-answer-body ul,
.yep-faq-ai-answer-body ol {
    padding-left: 22px;
}

.yep-faq-ai-answer-body table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #dfe6ee;
    background: #fff;
}

.yep-faq-ai-answer-body th,
.yep-faq-ai-answer-body td {
    padding: 11px 13px;
    border: 1px solid #e9eef4;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
}

.yep-faq-ai-answer-body th {
    background: #f8fafc;
    color: #1f2f3d;
}

.yep-faq-ai-answer-body pre,
.yep-faq-ai-answer-body code {
    font-family: Consolas, Monaco, monospace;
}

.yep-faq-ai-answer-body pre {
    padding: 16px 18px;
    border-radius: 14px;
    background: #f6f8fa;
    overflow-x: auto;
}

.yep-faq-ai-answer.is-loading .yep-faq-ai-answer-body {
    color: #60778e;
}

.yep-faq-item.is-hidden,
.yep-faq-group.is-hidden {
    display: none;
}

@media (max-width: 921px) {
    .page-id-1970 .site-content {
        background: linear-gradient(180deg, #163454 0, #1d456d 220px, #eef3f8 220px, #eef3f8 100%);
    }

    .yep-faq-ai-shell {
        padding-left: 10px;
        padding-right: 10px;
    }

    .yep-faq-hero {
        padding: 28px 0 16px;
    }

    .yep-faq-search {
        flex-wrap: wrap;
        padding: 12px 12px 12px 16px;
    }

    .yep-faq-search button {
        width: 100%;
        justify-content: center;
    }

    .yep-faq-groups {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .page-id-1970 .site-content {
        background: linear-gradient(180deg, #163454 0, #1d456d 180px, #eef3f8 180px, #eef3f8 100%);
    }

    .yep-faq-ai-shell {
        margin-bottom: 42px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .yep-faq-hero h1 {
        font-size: clamp(28px, 8vw, 34px);
    }

    .yep-faq-search input {
        font-size: 15px;
    }

    .yep-faq-ai-answer,
    .yep-faq-group {
        padding-left: 18px;
        padding-right: 18px;
        border-radius: 16px;
    }

    .yep-faq-ai-answer-head,
    .yep-faq-directory-head,
    .yep-faq-group-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .yep-faq-answer-note {
        max-width: none;
        text-align: left;
    }

    .yep-faq-ai-answer-head h2,
    .yep-faq-directory-head h2 {
        font-size: 22px;
    }

    .yep-faq-group-head h3 {
        font-size: 18px;
    }

    .yep-faq-item summary {
        padding: 15px 0;
        font-size: 15px;
    }
}
