/* FAQ topic navigation is intentionally specific to the main FAQs page. */
.itp-faq-page .itp-faq-topics { padding: 58px 0 54px; background: #fff; }
.itp-faq-page .itp-faq-topics__heading { display: flex; align-items: end; justify-content: space-between; gap: 34px; max-width: 100%; padding-bottom: 24px; border-bottom: 1px solid #f0e1e7; }
.itp-faq-page .itp-faq-topics__heading p { margin: 0 0 7px; color: #c1376f; font-family: var(--itp-copy, Rubik, sans-serif); font-size: .68rem; font-weight: 800; letter-spacing: .13em; line-height: 1.25; text-transform: uppercase; }
.itp-faq-page .itp-faq-topics__heading h2 { margin: 0; color: #233c54; font-family: var(--itp-display, Poppins, sans-serif); font-size: clamp(1.8rem, 3.1vw, 2.45rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.1; }
.itp-faq-page .itp-faq-topics__heading > span { max-width: 335px; color: #687d92; font-family: var(--itp-copy, Rubik, sans-serif); font-size: .86rem; line-height: 1.55; }
.itp-faq-page .itp-faq-topic-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; margin-top: 24px; }
.itp-faq-page .itp-faq-topic-links a { display: flex; flex-direction: column; justify-content: flex-start; gap: 13px; min-height: 152px; padding: 19px 17px; border: 1px solid #f0dce6; border-radius: 14px; background: #fff; box-shadow: 0 7px 16px rgba(40, 47, 63, .035); color: #233c54; text-decoration: none; transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.itp-faq-page .itp-faq-topic-links a:hover { border-color: #e2adbf; box-shadow: 0 13px 25px rgba(77, 40, 61, .09); transform: translateY(-3px); }
.itp-faq-page .itp-faq-topic-links__icon { display: inline-flex; align-items: center; justify-content: center; width: 35px; height: 35px; border-radius: 10px; background: #fff0f6; color: #c1376f; }
.itp-faq-page .itp-faq-topic-links__icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.itp-faq-page .itp-faq-topic-links__copy strong { display: block; margin-bottom: 4px; color: #233c54; font-family: var(--itp-copy, Rubik, sans-serif); font-size: .88rem; font-weight: 650; line-height: 1.3; }
.itp-faq-page .itp-faq-topic-links__copy > span { display: block; color: #718399; font-family: var(--itp-copy, Rubik, sans-serif); font-size: .73rem; line-height: 1.45; }
.itp-faq-page .itp-faq-topic-links a:hover strong { color: #c1376f; }
@media (max-width: 850px) { .itp-faq-page .itp-faq-topic-links { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 620px) { .itp-faq-page .itp-faq-topics { padding: 42px 0 39px; } .itp-faq-page .itp-faq-topics__heading { display: block; padding-bottom: 18px; } .itp-faq-page .itp-faq-topics__heading > span { display: block; margin-top: 11px; font-size: .82rem; } .itp-faq-page .itp-faq-topic-links { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 17px; } .itp-faq-page .itp-faq-topic-links a { min-height: 132px; gap: 15px; padding: 15px; } .itp-faq-page .itp-faq-topic-links a:last-child { grid-column: 1 / -1; min-height: 116px; } }
