.faq-site {
    --faq-blue: #0066b3;
    --faq-blue-dark: #073b69;
    --faq-navy: #0b2f4a;
    --faq-green: #7cc242;
    --faq-ink: #17384b;
    --faq-copy: #637985;
    --faq-line: #dce7ec;
    overflow: hidden;
    background: #fff;
    color: var(--faq-ink);
}

.faq-site a {
    text-decoration: none;
}

.faq-hero {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 54px 0 64px;
    background:
        radial-gradient(circle at 12% 22%, rgba(124, 194, 66, .2), transparent 25%),
        radial-gradient(circle at 88% 72%, rgba(50, 148, 216, .22), transparent 27%),
        linear-gradient(135deg, #062c4c 0%, #07558f 55%, #0473b6 100%);
    color: #fff;
}

.faq-hero::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-size: 42px 42px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.faq-hero__decor span {
    position: absolute;
    z-index: -1;
    display: block;
    pointer-events: none;
}

.faq-hero__decor span:first-child {
    top: -130px;
    right: -70px;
    width: 360px;
    height: 330px;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 44% 56% 40% 60% / 58% 42% 58% 42%;
    animation: faqHeroShape 13s ease-in-out infinite alternate;
}

.faq-hero__decor span:nth-child(2) {
    bottom: -100px;
    left: -60px;
    width: 250px;
    height: 220px;
    border-radius: 62% 38% 53% 47% / 42% 62% 38% 58%;
    background: rgba(124, 194, 66, .12);
    animation: faqHeroShape 10s ease-in-out -3s infinite alternate-reverse;
}

.faq-hero__decor span:last-child {
    top: 92px;
    right: 14%;
    width: 90px;
    height: 65px;
    opacity: .28;
    background-image: radial-gradient(circle, #fff 2px, transparent 2.5px);
    background-size: 15px 15px;
    animation: faqDots 5s ease-in-out infinite;
}

.faq-hero__inner {
    position: relative;
    z-index: 2;
}

.faq-breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    letter-spacing: .04em;
}

.faq-breadcrumb a {
    color: #fff;
}

.faq-breadcrumb i {
    font-size: 8px;
    opacity: .55;
}

.faq-hero__copy {
    max-width: 900px;
    margin: 0 auto 34px;
    text-align: center;
}

.faq-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
    color: #b6e58b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.faq-hero h1,
.faq-detail-hero h1 {
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(48px, 6vw, 68px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: .98;
}

.faq-hero h1 em {
    display: block;
    color: #aee178;
    font-style: normal;
}

.faq-hero__copy>p {
    max-width: 760px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, .76);
    font-size: 17px;
    line-height: 1.7;
}

.faq-search {
    position: relative;
    display: grid;
    width: min(100%, 980px);
    min-height: 70px;
    grid-template-columns: 28px minmax(180px, 1fr) 190px auto;
    gap: 12px;
    align-items: center;
    margin: 0 auto;
    padding: 8px 8px 8px 22px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 18px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 26px 65px rgba(0, 24, 48, .28);
    color: var(--faq-blue);
}

.faq-search>i {
    font-size: 18px;
}

.faq-search input,
.faq-search select {
    width: 100%;
    height: 48px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--faq-ink);
    font: inherit;
}

.faq-search input::placeholder {
    color: #8b9da6;
}

.faq-search select {
    padding: 0 16px;
    border-left: 1px solid var(--faq-line);
    color: #526b78;
    cursor: pointer;
}

.faq-search>button,
.faq-ask form>button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 23px;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--faq-green), #63a62c);
    box-shadow: 0 12px 25px rgba(88, 151, 38, .24);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: transform .25s ease, box-shadow .25s ease;
}

.faq-search>button:hover,
.faq-ask form>button:hover {
    box-shadow: 0 16px 30px rgba(88, 151, 38, .32);
    transform: translateY(-2px);
}

.faq-search__suggestions {
    position: absolute;
    z-index: 20;
    top: calc(100% + 9px);
    right: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid var(--faq-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(7, 38, 61, .2);
    color: var(--faq-ink);
    text-align: left;
}

.faq-search__suggestions a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 18px;
    border-bottom: 1px solid #edf2f5;
    color: var(--faq-ink);
    font-size: 14px;
}

.faq-search__suggestions a:last-child {
    border-bottom: 0;
}

.faq-search__suggestions a:hover {
    background: #f2f8fc;
    color: var(--faq-blue);
}

.faq-search__suggestions small {
    color: var(--faq-green);
    white-space: nowrap;
}

.faq-hero__facts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 28px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.faq-hero__facts span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.faq-hero__facts strong {
    color: #fff;
}

.faq-hero__facts i {
    color: #aee178;
}

.faq-main {
    position: relative;
    padding: 80px 0 90px;
    background: linear-gradient(180deg, #f7fafc, #fff);
}

.faq-main__grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 48px;
    align-items: start;
}

.faq-sidebar {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 20px;
}

.faq-sidebar__panel {
    padding: 25px 18px 18px;
    border: 1px solid var(--faq-line);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 38px rgba(18, 54, 76, .07);
}

.faq-sidebar__label,
.faq-library__heading span,
.faq-section-heading>span,
.faq-explore__card>div:nth-child(2)>span,
.faq-detail-answer__label {
    color: var(--faq-green);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.faq-sidebar h2 {
    margin: 7px 6px 20px;
    color: var(--faq-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 600;
}

.faq-sidebar__label {
    margin-left: 6px;
}

.faq-sidebar nav {
    display: grid;
    gap: 5px;
}

.faq-sidebar nav a {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 11px;
    border-radius: 10px;
    color: #58707c;
    font-size: 13px;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.faq-sidebar nav a span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 9px;
}

.faq-sidebar nav a i {
    width: 16px;
    color: #8aa0aa;
    text-align: center;
}

.faq-sidebar nav a small {
    display: grid;
    min-width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    background: #edf3f6;
    font-size: 10px;
}

.faq-sidebar nav a:hover {
    background: #f0f7fb;
    color: var(--faq-blue);
    transform: translateX(3px);
}

.faq-sidebar nav a.is-active {
    background: linear-gradient(135deg, #eaf5fb, #eef8e9);
    color: var(--faq-blue);
    font-weight: 700;
}

.faq-sidebar nav a.is-active i {
    color: var(--faq-green);
}

.faq-sidebar nav [data-faq-category-extra][hidden] {
    display: none;
}

.faq-sidebar__more {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 11px;
    padding: 11px;
    border: 1px dashed #c5d7df;
    border-radius: 10px;
    background: #f8fbfc;
    color: var(--faq-blue);
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}

.faq-sidebar__more:hover {
    border-color: rgba(0, 102, 179, .45);
    background: #eef7fb;
}

.faq-sidebar__more i {
    font-size: 9px;
}

.faq-sidebar__furniture {
    display: grid;
    gap: 4px;
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid var(--faq-line);
}

.faq-sidebar__furniture > span {
    margin: 0 7px 6px;
    color: #82949c;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.faq-sidebar__furniture a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 7px;
    border-radius: 8px;
    color: #58707c;
    font-size: 11px;
}

.faq-sidebar__furniture a:hover {
    background: #f1f7fa;
    color: var(--faq-blue);
}

.faq-sidebar__furniture a i {
    color: #9aabb2;
    font-size: 8px;
}

.faq-sidebar__furniture .faq-sidebar__furniture-all {
    margin-top: 3px;
    color: var(--faq-blue);
    font-weight: 700;
}

.faq-sidebar__support {
    position: relative;
    overflow: hidden;
    padding: 26px;
    border-radius: 20px;
    background: linear-gradient(145deg, var(--faq-navy), #07578e);
    box-shadow: 0 20px 40px rgba(8, 49, 78, .18);
    color: #fff;
}

.faq-sidebar__support::after {
    position: absolute;
    right: -35px;
    bottom: -48px;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    background: rgba(124, 194, 66, .15);
    content: "";
}

.faq-sidebar__support>i {
    margin-bottom: 20px;
    color: #aee178;
    font-size: 28px;
}

.faq-sidebar__support>span {
    display: block;
    color: #aee178;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.faq-sidebar__support h3 {
    margin: 9px 0 18px;
    font-family: "Cormorant Garamond", serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.05;
}

.faq-sidebar__support a {
    position: relative;
    z-index: 1;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.faq-library__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 28px;
}

.faq-library__heading h2,
.faq-section-heading h2 {
    margin: 6px 0 0;
    color: var(--faq-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 4vw, 52px);
    font-weight: 600;
    letter-spacing: -.025em;
    line-height: 1;
}

.faq-library__heading>p {
    margin: 0;
    padding: 7px 12px;
    border-radius: 99px;
    background: #eaf4f9;
    color: #5c7480;
    font-size: 11px;
    white-space: nowrap;
}

.faq-library__list {
    display: grid;
    gap: 12px;
}

.faq-library__item {
    overflow: hidden;
    border: 1px solid var(--faq-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 50, 72, .045);
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.faq-library__item:hover {
    border-color: rgba(0, 102, 179, .28);
    box-shadow: 0 15px 36px rgba(15, 50, 72, .09);
    transform: translateY(-2px);
}

.faq-library__item.is-open {
    border-color: rgba(0, 102, 179, .33);
    box-shadow: 0 18px 42px rgba(15, 50, 72, .1);
}

.faq-library__question {
    display: flex;
    width: 100%;
    min-height: 88px;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 19px 21px 19px 24px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.faq-library__question-copy {
    display: grid;
    gap: 5px;
}

.faq-library__question-copy small {
    color: var(--faq-green);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.faq-library__question-copy strong {
    color: var(--faq-ink);
    font-size: 17px;
    font-weight: 650;
    line-height: 1.35;
}

.faq-library__toggle {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 11px;
    background: #eef6fa;
    color: var(--faq-blue);
    transition: transform .3s ease, background .3s ease, color .3s ease;
}

.faq-library__item.is-open .faq-library__toggle {
    background: var(--faq-blue);
    color: #fff;
    transform: rotate(45deg);
}

.faq-library__answer {
    border-top: 1px solid #edf2f4;
}

.faq-library__answer[hidden] {
    display: none;
}

.faq-library__answer-inner {
    padding: 21px 75px 25px 24px;
    color: var(--faq-copy);
    font-size: 15px;
    line-height: 1.75;
}

.faq-library__answer-inner> :last-child:not(a) {
    margin-bottom: 0;
}

.faq-library__answer-inner a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: var(--faq-blue);
    font-size: 12px;
    font-weight: 700;
}

.faq-library__answer-inner a:hover i {
    transform: translateX(4px);
}

.faq-library__answer-inner a i {
    transition: transform .2s ease;
}

.faq-empty-state {
    padding: 55px 25px;
    border: 1px dashed #c9d9e0;
    border-radius: 18px;
    background: #f9fbfc;
    text-align: center;
}

.faq-empty-state>i {
    color: var(--faq-green);
    font-size: 38px;
}

.faq-empty-state h3 {
    margin: 16px 0 7px;
    color: var(--faq-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
}

.faq-empty-state p {
    color: var(--faq-copy);
}

.faq-empty-state a {
    color: var(--faq-blue);
    font-weight: 700;
}

.faq-pagination {
    margin-top: 30px;
}

.faq-pagination nav>div:first-child {
    display: none;
}

.faq-pagination nav>div:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.faq-pagination nav p {
    margin: 0;
    color: #70848d;
    font-size: 12px;
}

.faq-pagination nav span[aria-current] span,
.faq-pagination nav a {
    display: inline-grid;
    min-width: 36px;
    height: 36px;
    place-items: center;
    margin: 0 2px;
    border: 1px solid var(--faq-line);
    border-radius: 9px;
    background: #fff;
    color: var(--faq-ink);
    font-size: 12px;
}

.faq-pagination nav span[aria-current] span {
    border-color: var(--faq-blue);
    background: var(--faq-blue);
    color: #fff;
}

.faq-pagination svg {
    width: 16px;
}

.faq-explore {
    padding: 88px 0;
    background: linear-gradient(145deg, #eef6fa, #f2f8ee);
}

.faq-section-heading {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.faq-section-heading p {
    margin: 16px 0 0;
    color: var(--faq-copy);
}

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

.faq-explore__card {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .85);
    border-radius: 22px;
    background: rgba(255, 255, 255, .82);
    box-shadow: 0 18px 45px rgba(20, 57, 77, .08);
}

.faq-explore__card::after {
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    content: "";
}

.faq-explore__card--blue::after {
    background: rgba(0, 102, 179, .07);
}

.faq-explore__card--green::after {
    background: rgba(124, 194, 66, .1);
}

.faq-explore__icon {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 14px;
    background: #e5f2fa;
    color: var(--faq-blue);
    font-size: 20px;
}

.faq-explore__card--green .faq-explore__icon {
    background: #edf7e6;
    color: #69a934;
}

.faq-explore__card h3 {
    margin: 5px 0 0;
    color: var(--faq-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 600;
}

.faq-explore__links {
    position: relative;
    z-index: 1;
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 20px;
    margin-top: 5px;
}

.faq-explore__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #e7eef1;
    color: #516b77;
    font-size: 13px;
}

.faq-explore__links a:hover {
    color: var(--faq-blue);
}

.faq-ask {
    position: relative;
    padding: 96px 0;
    overflow: hidden;
    background: #fff;
}

.faq-ask::before {
    position: absolute;
    top: -160px;
    left: -170px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(0, 102, 179, .055);
    content: "";
    filter: blur(3px);
}

.faq-ask__grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(500px, 1.15fr);
    gap: 75px;
    align-items: center;
}

.faq-ask .faq-kicker {
    color: var(--faq-green);
}

.faq-ask__copy h2 {
    margin: 0;
    color: var(--faq-navy);
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(46px, 5vw, 66px);
    font-weight: 600;
    line-height: .95;
}

.faq-ask__copy>p {
    margin: 22px 0;
    color: var(--faq-copy);
    font-size: 16px;
    line-height: 1.75;
}

.faq-ask__copy ul {
    display: grid;
    gap: 12px;
    margin: 0 0 27px;
    padding: 0;
    color: #46616e;
    list-style: none;
}

.faq-ask__copy li {
    display: flex;
    gap: 10px;
    align-items: center;
}

.faq-ask__copy li i {
    display: grid;
    width: 23px;
    height: 23px;
    place-items: center;
    border-radius: 50%;
    background: #edf7e7;
    color: #64a62f;
    font-size: 10px;
}

.faq-ask__copy>a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--faq-blue);
    font-size: 13px;
    font-weight: 700;
}

.faq-ask__form-card {
    padding: 34px;
    border: 1px solid var(--faq-line);
    border-radius: 24px;
    background: #f9fbfc;
    box-shadow: 0 25px 65px rgba(16, 52, 73, .11);
}

.faq-ask form {
    display: grid;
    gap: 18px;
}

.faq-form-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.faq-ask label {
    display: grid;
    gap: 8px;
    color: var(--faq-ink);
    font-size: 12px;
    font-weight: 700;
}

.faq-ask label>span {
    color: #dc5b5b;
}

.faq-ask input,
.faq-ask textarea {
    width: 100%;
    border: 1px solid #cfdee5;
    border-radius: 11px;
    outline: 0;
    background: #fff;
    color: var(--faq-ink);
    font: inherit;
    font-weight: 400;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.faq-ask input {
    height: 48px;
    padding: 0 14px;
}

.faq-ask textarea {
    min-height: 120px;
    padding: 13px 14px;
    resize: vertical;
}

.faq-ask input:focus,
.faq-ask textarea:focus {
    border-color: var(--faq-blue);
    box-shadow: 0 0 0 3px rgba(0, 102, 179, .09);
}

.faq-ask label>small {
    color: #c24b4b;
    font-weight: 500;
}

.faq-ask form>button {
    justify-self: start;
    padding: 0 26px;
}

.faq-file-field {
    position: relative;
}

.faq-file-field>span:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--faq-ink);
}

.faq-file-field>span:first-child small {
    color: #83959e;
    font-weight: 400;
}

.faq-file-field__control {
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border: 1px dashed #b9cdd7;
    border-radius: 11px;
    background: #fff;
    color: #69808b !important;
    font-weight: 500;
    cursor: pointer;
}

.faq-file-field input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.faq-form-alert {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 13px 15px;
    border-radius: 11px;
    font-size: 13px;
}

.faq-form-alert i {
    margin-top: 3px;
}

.faq-form-alert strong {
    display: block;
}

.faq-form-alert--success {
    background: #edf8e7;
    color: #4c7e29;
}

.faq-form-alert--error {
    background: #fff0f0;
    color: #a14343;
}

.faq-hero--compact {
    padding-bottom: 55px;
}

.faq-hero--compact .faq-hero__copy {
    margin-bottom: 27px;
}

.faq-hero--compact h1 {
    font-size: clamp(44px, 5vw, 64px);
}

.faq-hero--compact h1 em {
    display: inline;
}

.faq-hero--compact .faq-search {
    grid-template-columns: 28px 1fr auto;
}

.faq-main--results .container {
    max-width: 990px;
}

.faq-back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 32px;
    color: var(--faq-blue);
    font-size: 13px;
    font-weight: 700;
}

.faq-detail-hero {
    position: relative;
    padding: 55px 0 75px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--faq-navy), #075e9b);
    color: #fff;
}

.faq-detail-hero::after {
    position: absolute;
    right: -90px;
    bottom: -150px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    content: "";
}

.faq-detail-hero .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
}

.faq-detail-hero__categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.faq-detail-hero__categories a {
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 99px;
    background: rgba(255, 255, 255, .08);
    color: #c7eca4;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.faq-detail-hero h1 {
    max-width: 930px;
    font-size: clamp(45px, 5.5vw, 70px);
}

.faq-detail-hero>.container>p {
    margin: 22px 0 0;
    color: rgba(255, 255, 255, .66);
    font-size: 13px;
}

.faq-detail-hero>.container>p i {
    margin-right: 7px;
    color: #aee178;
}

.faq-detail-main {
    padding: 80px 0 95px;
    background: #f7fafb;
}

.faq-detail-main__grid {
    display: grid;
    max-width: 1100px;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 35px;
    align-items: start;
}

.faq-detail-answer {
    padding: 45px;
    border: 1px solid var(--faq-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(16, 52, 73, .08);
}

.faq-detail-answer__content {
    margin-top: 18px;
    color: #506a77;
    font-size: 16px;
    line-height: 1.85;
}

.faq-detail-answer__content h2,
.faq-detail-answer__content h3 {
    margin: 30px 0 12px;
    color: var(--faq-navy);
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
}

.faq-detail-answer__content a {
    color: var(--faq-blue);
    text-decoration: underline;
}

.faq-detail-answer__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 35px;
    padding-top: 22px;
    border-top: 1px solid var(--faq-line);
    color: #85959d;
    font-size: 12px;
}

.faq-detail-answer__footer a {
    color: var(--faq-blue);
    font-weight: 700;
}

.faq-detail-support {
    position: sticky;
    top: 24px;
    display: grid;
    gap: 14px;
}

.faq-detail-support>div {
    padding: 29px;
    border-radius: 20px;
    background: linear-gradient(145deg, var(--faq-navy), #08609a);
    box-shadow: 0 20px 45px rgba(7, 45, 72, .18);
    color: #fff;
}

.faq-detail-support>div>i {
    margin-bottom: 22px;
    color: #aee178;
    font-size: 28px;
}

.faq-detail-support>div>span {
    display: block;
    color: #aee178;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.faq-detail-support h2 {
    margin: 8px 0 12px;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 600;
}

.faq-detail-support p {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    line-height: 1.6;
}

.faq-detail-support>div>a {
    display: inline-flex;
    gap: 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

.faq-detail-support__back {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 13px;
    border: 1px solid var(--faq-line);
    border-radius: 12px;
    background: #fff;
    color: var(--faq-blue);
    font-size: 12px;
    font-weight: 700;
}

[data-faq-reveal] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s ease, transform .8s cubic-bezier(.22, 1, .36, 1);
}

[data-faq-reveal].is-visible {
    opacity: 1;
    transform: none;
}

@keyframes faqHeroShape {
    to {
        transform: translate3d(15px, -12px, 0) rotate(6deg) scale(1.06);
    }
}

@keyframes faqDots {
    50% {
        opacity: .55;
        transform: translateY(-9px);
    }
}

@media (max-width: 991px) {
    .faq-main__grid {
        grid-template-columns: 1fr;
    }

    .faq-sidebar {
        position: static;
        grid-template-columns: minmax(0, 1fr) 260px;
    }

    .faq-sidebar__panel nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-ask__grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

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

    .faq-detail-main__grid {
        grid-template-columns: 1fr;
    }

    .faq-detail-support {
        position: static;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .faq-hero {
        padding: 38px 0 48px;
    }

    .faq-breadcrumb {
        margin-bottom: 28px;
    }

    .faq-hero__copy {
        text-align: left;
    }

    .faq-hero h1 em {
        display: inline;
    }

    .faq-hero__copy>p {
        font-size: 15px;
    }

    .faq-search,
    .faq-hero--compact .faq-search {
        grid-template-columns: 25px minmax(0, 1fr) auto;
        border-radius: 14px;
    }

    .faq-search select {
        display: none;
    }

    .faq-search>button {
        min-width: 48px;
        padding: 0 15px;
        font-size: 0;
    }

    .faq-search>button i {
        font-size: 13px;
    }

    .faq-hero__facts {
        justify-content: flex-start;
    }

    .faq-main {
        padding: 60px 0 70px;
    }

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

    .faq-sidebar__panel nav {
        grid-template-columns: 1fr;
    }

    .faq-library__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-library__question {
        min-height: 80px;
        padding: 17px;
    }

    .faq-library__question-copy strong {
        font-size: 15px;
    }

    .faq-library__answer-inner {
        padding: 18px;
    }

    .faq-explore,
    .faq-ask {
        padding: 70px 0;
    }

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

    .faq-form-row {
        grid-template-columns: 1fr;
    }

    .faq-ask__form-card,
    .faq-detail-answer {
        padding: 25px 20px;
    }

    .faq-file-field>span:first-child {
        align-items: flex-start;
        flex-direction: column;
    }

    .faq-detail-support {
        grid-template-columns: 1fr;
    }

    .faq-detail-answer__footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 430px) {
    .faq-search {
        padding-left: 14px;
    }

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

    .faq-hero__facts {
        display: grid;
        gap: 8px;
    }

    .faq-explore__card {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }

    .faq-explore__links {
        grid-column: 1;
    }
}

@media (prefers-reduced-motion: reduce) {

    .faq-hero__decor span,
    [data-faq-reveal] {
        animation: none;
        opacity: 1;
        transform: none;
        transition: none;
    }
}
