.amc-faq {
    --amc-blue: #12b76a;
    --amc-blue-dark: #047857;
    --amc-ink: #111827;
    --amc-muted: #5f6f86;
    --amc-line: #dfe6ef;
    --amc-soft: #f4f7fb;
    --amc-card: #ffffff;
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
    padding: 34px 0 72px;
    color: var(--amc-ink);
    font-family: inherit;
}

.amc-faq * {
    box-sizing: border-box;
}

.amc-faq__breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0 0 22px;
    color: #7a8799;
    font-size: 13px;
    font-weight: 700;
}

.amc-faq__breadcrumb a {
    color: #6b7a90;
    text-decoration: none;
}

.amc-faq__hero {
    padding: 54px 56px 46px;
    background:
        linear-gradient(135deg, rgba(18, 183, 106, .10), rgba(255, 255, 255, 0) 44%),
        linear-gradient(180deg, #ffffff 0%, #f3fff8 100%);
    border: 1px solid var(--amc-line);
    border-radius: 8px;
    box-shadow: 0 20px 55px rgba(17, 24, 39, .05);
}

.amc-faq__eyebrow {
    margin: 0 0 12px;
    color: var(--amc-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.amc-faq h1,
.amc-faq h2,
.amc-faq h3 {
    margin-top: 0;
    color: var(--amc-ink);
    letter-spacing: 0;
}

.amc-faq h1 {
    max-width: 780px;
    margin-bottom: 14px;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
}

.amc-faq__subtitle {
    max-width: 760px;
    margin: 0 0 30px;
    color: var(--amc-muted);
    font-size: 18px;
    line-height: 1.75;
}

.amc-faq__search {
    position: relative;
    display: block;
    max-width: 760px;
}

.amc-faq__search-icon {
    position: absolute;
    left: 22px;
    top: 50%;
    width: 18px;
    height: 18px;
    overflow: hidden;
    color: transparent;
    transform: translateY(-50%);
}

.amc-faq__search-icon::before,
.amc-faq__search-icon::after {
    content: "";
    position: absolute;
    display: block;
}

.amc-faq__search-icon::before {
    left: 1px;
    top: 1px;
    width: 11px;
    height: 11px;
    border: 2px solid #7f8da1;
    border-radius: 50%;
}

.amc-faq__search-icon::after {
    right: 0;
    bottom: 1px;
    width: 8px;
    height: 2px;
    background: #7f8da1;
    border-radius: 2px;
    transform: rotate(45deg);
}

.amc-faq__search input {
    width: 100%;
    min-height: 60px;
    padding: 0 22px 0 56px;
    color: var(--amc-ink);
    background: #fff;
    border: 1px solid #cfdae8;
    border-radius: 8px;
    outline: none;
    box-shadow: 0 12px 30px rgba(17, 24, 39, .05);
    font-size: 17px;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.amc-faq__search input:focus {
    border-color: var(--amc-blue);
    box-shadow: 0 0 0 4px rgba(18, 183, 106, .14);
}

.amc-faq__category-shell {
    position: sticky;
    top: 0;
    z-index: 4;
    margin: 24px 0;
    padding: 12px 0;
    background: rgba(244, 247, 251, .9);
    backdrop-filter: blur(12px);
}

.amc-faq__categories {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 0 2px 4px;
    scroll-snap-type: x proximity;
}

.amc-faq__pill {
    flex: 0 0 auto;
    min-height: 44px;
    padding: 0 18px;
    color: #243247;
    background: #fff;
    border: 1px solid #d9e2ef;
    border-radius: 999px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    scroll-snap-align: start;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.amc-faq__pill:hover,
.amc-faq__pill:focus-visible,
.amc-faq__pill.is-active {
    color: #fff;
    background: var(--amc-blue);
    border-color: var(--amc-blue);
}

.amc-faq__status {
    min-height: 22px;
    margin: 0 0 8px;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
}

.amc-faq__list {
    display: grid;
    gap: 14px;
    max-width: 920px;
    margin: 0 auto;
}

.amc-faq-card {
    overflow: hidden;
    background: var(--amc-card);
    border: 1px solid var(--amc-line);
    border-radius: 8px;
    box-shadow: 0 14px 38px rgba(17, 24, 39, .045);
    scroll-margin-top: 96px;
}

.amc-faq-card__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: 100%;
    min-height: 70px;
    padding: 22px 26px;
    color: var(--amc-ink);
    background: #fff;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.45;
}

.amc-faq-card__question:focus-visible {
    outline: 3px solid rgba(18, 183, 106, .24);
    outline-offset: -3px;
}

.amc-faq-card__question mark {
    color: inherit;
    background: rgba(18, 183, 106, .16);
    border-radius: 3px;
}

.amc-faq-card__icon {
    position: relative;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    background: #f3fff8;
    border: 1px solid #bfecd2;
    border-radius: 50%;
    transition: background .18s ease, border-color .18s ease;
}

.amc-faq-card__icon::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid var(--amc-blue);
    border-bottom: 2px solid var(--amc-blue);
    transform: translate(-50%, -64%) rotate(45deg);
    transition: border-color .18s ease, transform .18s ease;
}

.amc-faq-card__icon::after {
    content: none;
}

.amc-faq-card.is-open .amc-faq-card__icon {
    background: var(--amc-blue);
    border-color: var(--amc-blue);
}

.amc-faq-card.is-open .amc-faq-card__icon::before {
    border-color: #fff;
    transform: translate(-50%, -34%) rotate(225deg);
}

.amc-faq-card__panel {
    padding: 0 26px 24px;
    border-top: 1px solid #edf2f7;
}

.amc-faq-card__answer {
    max-width: 760px;
    padding-top: 22px;
    color: #405169;
    font-size: 17px;
    line-height: 1.8;
}

.amc-faq-card__answer p {
    margin: 0 0 16px;
}

.amc-faq-card__meta,
.amc-faq-card__tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.amc-faq-card__meta {
    margin-top: 18px;
    color: #7a8799;
    font-size: 13px;
    font-weight: 700;
}

.amc-faq-card__badge {
    color: #047857;
    background: #ecfdf3;
    border: 1px solid #c6f0d8;
    border-radius: 999px;
    padding: 7px 10px;
}

.amc-faq-card__tools {
    margin-top: 18px;
    color: #627087;
    font-size: 13px;
    font-weight: 800;
}

.amc-faq-card__tools button,
.amc-faq__load-more,
.amc-faq__button {
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid #dbe4f0;
    border-radius: 6px;
    background: #fff;
    color: #26364d;
    cursor: pointer;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.amc-faq-card__tools button:hover,
.amc-faq-card__tools button:focus-visible,
.amc-faq__load-more:hover,
.amc-faq__button:hover,
.amc-faq__button:focus-visible {
    color: #fff;
    background: var(--amc-blue);
    border-color: var(--amc-blue);
}

.amc-faq__load-more {
    display: block;
    margin: 28px auto 0;
}

.amc-faq__load-more.is-hidden {
    display: none;
}

.amc-faq__empty {
    padding: 42px;
    text-align: center;
    background: #fff;
    border: 1px dashed #cfd9e7;
    border-radius: 8px;
}

.elementor-section.amc-faq-ele-cta,
.elementor-section.amc-faq-ele-resources {
    width: min(1200px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.elementor-section.amc-faq-ele-cta > .elementor-container,
.elementor-section.amc-faq-ele-resources > .elementor-container {
    max-width: 1200px;
}

.elementor-section.amc-faq-ele-cta {
    margin-top: 18px;
    margin-bottom: 34px;
}

.elementor-section.amc-faq-ele-cta > .elementor-container {
    align-items: center;
    gap: 28px;
    padding: 34px 38px;
    background: #111827;
    border: 1px solid #1f2d42;
    border-radius: 8px;
    box-shadow: 0 22px 52px rgba(17, 24, 39, .10);
}

.amc-faq-ele-cta .elementor-column:first-child {
    flex: 1 1 auto;
}

.amc-faq-ele-cta .elementor-column:last-child {
    flex: 0 0 260px;
}

.amc-faq-ele-cta .elementor-widget:not(:last-child),
.amc-faq-ele-resources .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.amc-faq-ele-cta .amc-faq-ele-eyebrow .elementor-heading-title {
    margin: 0 0 12px;
    color: #12b76a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.amc-faq-ele-cta .amc-faq-ele-title .elementor-heading-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
}

.amc-faq-ele-cta .amc-faq-ele-text {
    max-width: 720px;
    color: #d4e4f8;
    font-size: 16px;
    line-height: 1.7;
}

.amc-faq-ele-cta .amc-faq-ele-text p {
    margin: 0;
}

.amc-faq-ele-cta .amc-faq-ele-actions > .elementor-widget-wrap {
    display: grid;
    gap: 12px;
    align-content: center;
}

.amc-faq-ele-cta .elementor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 6px;
    font-weight: 900;
    line-height: 1.2;
}

.amc-faq-ele-cta .amc-faq-ele-button-primary .elementor-button {
    background: #12b76a;
    color: #fff;
    border: 1px solid #12b76a;
}

.amc-faq-ele-cta .amc-faq-ele-button-secondary .elementor-button {
    background: #172235;
    color: #fff;
    border: 1px solid #29364b;
}

.elementor-section.amc-faq-ele-resources {
    margin-bottom: 54px;
}

.elementor-section.amc-faq-ele-resources > .elementor-container {
    display: block;
}

.amc-faq-ele-resources .amc-faq-ele-resources-title .elementor-heading-title {
    margin: 0 0 18px;
    color: #111827;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
}

.amc-faq-ele-resources .amc-faq-ele-resources-grid > .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.amc-faq-ele-resources .amc-faq-ele-resources-grid .elementor-column {
    width: auto;
    min-height: 0;
}

.amc-faq-ele-resources .amc-faq-ele-resource-button .elementor-button {
    justify-content: flex-start;
    width: 100%;
    min-height: 66px;
    padding: 18px 20px;
    color: #26364d;
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.amc-faq-ele-resources .amc-faq-ele-resource-button .elementor-button:hover,
.amc-faq-ele-resources .amc-faq-ele-resource-button .elementor-button:focus-visible {
    color: #26364d;
    background: #fff;
    border-color: #12b76a;
    box-shadow: 0 14px 36px rgba(17, 24, 39, .06);
    transform: translateY(-1px);
}

.elementor-section.elementor-element-amcfaq10,
.elementor-section.elementor-element-amcfaq20 {
    width: min(1200px, calc(100% - 48px));
    margin-left: auto;
    margin-right: auto;
}

.elementor-section.elementor-element-amcfaq10 {
    margin-top: 18px;
    margin-bottom: 34px;
}

.elementor-section.elementor-element-amcfaq10 > .elementor-container {
    align-items: center;
    gap: 28px;
    max-width: 1200px;
    padding: 34px 38px;
    background: #111827;
    border: 1px solid #1f2d42;
    border-radius: 8px;
    box-shadow: 0 22px 52px rgba(17, 24, 39, .10);
}

.elementor-section.elementor-element-amcfaq10 .amc-faq-ele-eyebrow .elementor-heading-title {
    margin: 0 0 12px;
    color: #12b76a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.elementor-section.elementor-element-amcfaq10 .amc-faq-ele-title .elementor-heading-title {
    margin: 0 0 14px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.2;
}

.elementor-section.elementor-element-amcfaq10 .amc-faq-ele-text {
    max-width: 720px;
    color: #d4e4f8;
    font-size: 16px;
    line-height: 1.7;
}

.elementor-section.elementor-element-amcfaq10 .amc-faq-ele-text p {
    margin: 0;
}

.elementor-section.elementor-element-amcfaq10 .elementor-element-amcfaq15 > .elementor-widget-wrap {
    display: grid;
    gap: 12px;
    align-content: center;
}

.elementor-section.elementor-element-amcfaq10 .elementor-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 6px;
    font-weight: 900;
    line-height: 1.2;
}

.elementor-section.elementor-element-amcfaq10 .amc-faq-ele-button-primary .elementor-button {
    background: #12b76a;
    color: #fff;
    border: 1px solid #12b76a;
}

.elementor-section.elementor-element-amcfaq10 .amc-faq-ele-button-secondary .elementor-button {
    background: #172235;
    color: #fff;
    border: 1px solid #29364b;
}

.elementor-section.elementor-element-amcfaq20 {
    margin-top: 4px;
    margin-bottom: 58px;
}

.elementor-section.elementor-element-amcfaq20 > .elementor-container {
    display: block;
    max-width: 1200px;
    padding: 0;
}

.elementor-section.elementor-element-amcfaq20 .amc-faq-ele-resources-title .elementor-heading-title {
    position: relative;
    margin: 0 0 20px;
    padding-left: 16px;
    color: #111827;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
}

.elementor-section.elementor-element-amcfaq20 .amc-faq-ele-resources-title .elementor-heading-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: calc(100% - 6px);
    min-height: 24px;
    background: #12b76a;
    border-radius: 999px;
}

.elementor-section.elementor-element-amcfaq23 > .elementor-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    max-width: none;
}

.elementor-section.elementor-element-amcfaq23 .elementor-column {
    width: 100% !important;
    max-width: none;
    min-height: 0;
}

.elementor-section.elementor-element-amcfaq23 .elementor-widget-wrap {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 0 !important;
}

.elementor-section.elementor-element-amcfaq20 .amc-faq-ele-resource-button,
.elementor-section.elementor-element-amcfaq20 .amc-faq-ele-resource-button .elementor-widget-container {
    width: 100%;
}

.elementor-section.elementor-element-amcfaq20 .amc-faq-ele-resource-button .elementor-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 82px;
    padding: 20px 48px 20px 22px;
    color: #26364d;
    background:
        linear-gradient(180deg, #ffffff 0%, #f3fff8 100%);
    border: 1px solid #dfe6ef;
    border-radius: 8px;
    box-shadow: none;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.elementor-section.elementor-element-amcfaq20 .amc-faq-ele-resource-button .elementor-button::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #12b76a;
    border-bottom: 2px solid #12b76a;
    transform: translateY(-50%) rotate(-45deg);
    transition: right .18s ease, border-color .18s ease;
}

.elementor-section.elementor-element-amcfaq20 .amc-faq-ele-resource-button .elementor-button:hover,
.elementor-section.elementor-element-amcfaq20 .amc-faq-ele-resource-button .elementor-button:focus-visible {
    color: #26364d;
    background: #fff;
    border-color: #12b76a;
    box-shadow: 0 14px 36px rgba(17, 24, 39, .06);
    transform: translateY(-1px);
}

.elementor-section.elementor-element-amcfaq20 .amc-faq-ele-resource-button .elementor-button:hover::after,
.elementor-section.elementor-element-amcfaq20 .amc-faq-ele-resource-button .elementor-button:focus-visible::after {
    right: 17px;
}

.amc-faq-editable-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
    align-items: center;
    margin: 18px 0 34px;
    padding: 34px 38px;
    background: #111827;
    border-radius: 8px;
    color: #d4e4f8;
}

.amc-faq-editable-cta__eyebrow {
    margin: 0 0 12px;
    color: var(--amc-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.amc-faq-editable-cta h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
}

.amc-faq-editable-cta p:not(.amc-faq-editable-cta__eyebrow) {
    margin: 0;
    max-width: 720px;
    color: #d4e4f8;
    font-size: 16px;
    line-height: 1.7;
}

.amc-faq-editable-cta__actions {
    display: grid;
    gap: 12px;
}

.amc-faq-editable-cta__button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid #29364b;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
}

.amc-faq-editable-cta__button:hover {
    color: #fff;
}

.amc-faq-editable-cta__button--primary {
    background: var(--amc-blue);
    border-color: var(--amc-blue);
}

.amc-faq-editable-resources {
    margin: 0 0 54px;
}

.amc-faq-editable-resources h2 {
    margin: 0 0 18px;
    color: var(--amc-ink);
    font-size: 28px;
    line-height: 1.2;
    font-weight: 900;
}

.amc-faq-editable-resources__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.amc-faq-editable-resources__grid a {
    display: flex;
    align-items: center;
    min-height: 66px;
    padding: 18px 20px;
    color: #26364d;
    background: #fff;
    border: 1px solid var(--amc-line);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 900;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.amc-faq-editable-resources__grid a:hover {
    border-color: var(--amc-blue);
    box-shadow: 0 14px 36px rgba(17, 24, 39, .06);
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    .amc-faq {
        width: min(100% - 28px, 1200px);
        padding-top: 22px;
    }

    .amc-faq__hero {
        padding: 38px 26px 30px;
    }

    .amc-faq-editable-cta {
        grid-template-columns: 1fr;
    }

    .elementor-section.amc-faq-ele-cta,
    .elementor-section.amc-faq-ele-resources,
    .elementor-section.elementor-element-amcfaq10,
    .elementor-section.elementor-element-amcfaq20 {
        width: min(100% - 28px, 1200px);
    }

    .elementor-section.amc-faq-ele-cta > .elementor-container,
    .elementor-section.elementor-element-amcfaq10 > .elementor-container {
        flex-direction: column;
        align-items: stretch;
        padding: 30px 26px;
    }

    .amc-faq-ele-cta .elementor-column:last-child,
    .elementor-section.elementor-element-amcfaq10 .elementor-column:last-child {
        flex-basis: auto;
        width: 100%;
    }

    .amc-faq-ele-resources .amc-faq-ele-resources-grid > .elementor-container,
    .elementor-section.elementor-element-amcfaq23 > .elementor-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .amc-faq-editable-resources__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 600px) {
    .amc-faq {
        width: calc(100% - 24px);
        padding-bottom: 54px;
    }

    .amc-faq__breadcrumb {
        overflow-x: auto;
        white-space: nowrap;
    }

    .amc-faq__hero {
        padding: 30px 18px 22px;
    }

    .amc-faq__subtitle {
        font-size: 16px;
        line-height: 1.7;
    }

    .amc-faq__search input {
        min-height: 56px;
        font-size: 16px;
    }

    .amc-faq__category-shell {
        margin: 18px 0;
    }

    .amc-faq-card__question {
        min-height: 64px;
        padding: 18px;
        font-size: 18px;
    }

    .amc-faq-card__panel {
        padding: 0 18px 20px;
    }

    .amc-faq-card__answer {
        font-size: 16px;
        line-height: 1.75;
    }

    .amc-faq-editable-cta {
        margin: 12px 0 28px;
        padding: 28px 20px;
    }

    .elementor-section.amc-faq-ele-cta,
    .elementor-section.amc-faq-ele-resources,
    .elementor-section.elementor-element-amcfaq10,
    .elementor-section.elementor-element-amcfaq20 {
        width: calc(100% - 24px);
    }

    .elementor-section.amc-faq-ele-cta,
    .elementor-section.elementor-element-amcfaq10 {
        margin-top: 12px;
        margin-bottom: 28px;
    }

    .elementor-section.amc-faq-ele-cta > .elementor-container,
    .elementor-section.elementor-element-amcfaq10 > .elementor-container {
        padding: 28px 20px;
    }

    .amc-faq-ele-cta .amc-faq-ele-title .elementor-heading-title,
    .elementor-section.elementor-element-amcfaq10 .amc-faq-ele-title .elementor-heading-title {
        font-size: 26px;
    }

    .amc-faq-ele-resources .amc-faq-ele-resources-grid > .elementor-container,
    .elementor-section.elementor-element-amcfaq23 > .elementor-container {
        grid-template-columns: 1fr;
    }

    .amc-faq-editable-cta h2 {
        font-size: 26px;
    }

    .amc-faq-editable-resources {
        margin-bottom: 42px;
    }

    .amc-faq-editable-resources__grid {
        grid-template-columns: 1fr;
    }

}
