:root {
  --wo-faq-navy: #040f3d;
  --wo-faq-navy-soft: #0b1d59;
  --wo-faq-gold: #dea14b;
  --wo-faq-gold-dark: #aa6d18;
  --wo-faq-blue: #4b65bf;
  --wo-faq-blue-dark: #3c53aa;
  --wo-faq-blue-soft: #eef1ff;
  --wo-faq-ink: #172033;
  --wo-faq-muted: #667085;
  --wo-faq-border: #e2e7ef;
  --wo-faq-soft: #f6f8fb;
  --wo-faq-white: #fff;
  --wo-faq-success: #16794e;
  --wo-faq-shadow-sm: 0 8px 24px rgba(4, 15, 61, 0.07);
  --wo-faq-shadow-md: 0 20px 54px rgba(4, 15, 61, 0.12);
  --wo-faq-radius-sm: 10px;
  --wo-faq-radius-md: 16px;
  --wo-faq-radius-lg: 24px;
  --wo-faq-container: 1210px;
}

.wo-faq-page,
.wo-faq-page * {
  box-sizing: border-box;
}

.wo-faq-page {
  margin: 0;
  color: var(--wo-faq-ink);
  background: var(--wo-faq-white);
  font-family: Inter, Montserrat, Arial, sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.wo-faq-page img {
  max-width: 100%;
}

.wo-faq-page a {
  color: inherit;
}

.wo-faq-page button,
.wo-faq-page input {
  font: inherit;
}

.wo-faq-page svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wo-faq-page [hidden] {
  display: none !important;
}

.wo-faq-container {
  width: min(calc(100% - 32px), var(--wo-faq-container));
  margin-inline: auto;
}

.wo-faq-main {
  overflow: clip;
}

.wo-faq-sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wo-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  color: var(--wo-faq-gold-dark);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}

.wo-faq-eyebrow svg {
  width: 17px;
  height: 17px;
}

/* Fallback header */
.wo-faq-fallback-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--wo-faq-border);
  background: #fff;
}

.wo-faq-fallback-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 30px;
}

.wo-faq-logo {
  font-size: 1.42rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.wo-faq-logo span {
  color: var(--wo-faq-navy);
}

.wo-faq-logo strong {
  color: var(--wo-faq-gold);
}

.wo-faq-fallback-header nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.wo-faq-fallback-header nav a {
  color: var(--wo-faq-navy);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.wo-faq-fallback-header nav a:hover,
.wo-faq-fallback-header nav a[aria-current="page"] {
  color: var(--wo-faq-blue);
}

/* Hero */
.wo-faq-hero {
  position: relative;
  padding: 28px 0 84px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 13%, rgba(222, 161, 75, 0.24), transparent 28%),
    radial-gradient(circle at 5% 95%, rgba(75, 101, 191, 0.28), transparent 34%),
    linear-gradient(135deg, var(--wo-faq-navy), var(--wo-faq-navy-soft));
}

.wo-faq-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 44px;
  background: linear-gradient(to bottom right, transparent 49%, #fff 50%);
  content: "";
  pointer-events: none;
}

.wo-faq-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.83rem;
}

.wo-faq-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

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

.wo-faq-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.wo-faq-hero .wo-faq-eyebrow {
  color: #f0c47f;
}

.wo-faq-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.wo-faq-hero__content > p {
  max-width: 690px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1.08rem;
  line-height: 1.72;
}

.wo-faq-search {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  width: min(100%, 720px);
  min-height: 62px;
  border: 4px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.17);
}

.wo-faq-search__icon {
  position: absolute;
  top: 50%;
  left: 19px;
  display: inline-flex;
  color: #7d8491;
  transform: translateY(-50%);
  pointer-events: none;
}

.wo-faq-search__icon svg {
  width: 20px;
  height: 20px;
}

.wo-faq-search input {
  min-width: 0;
  height: 54px;
  padding: 0 54px 0 54px;
  border: 0;
  outline: 0;
  border-radius: 10px 0 0 10px;
  color: var(--wo-faq-ink);
  background: #fff;
  font-size: 0.98rem;
}

.wo-faq-search input::placeholder {
  color: #9197a3;
}

.wo-faq-search input:focus {
  box-shadow: inset 0 0 0 2px rgba(75, 101, 191, 0.28);
}

.wo-faq-search__clear {
  position: absolute;
  top: 50%;
  right: 166px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #727a87;
  background: #f0f2f6;
  cursor: pointer;
  transform: translateY(-50%);
}

.wo-faq-search__clear:hover {
  color: var(--wo-faq-navy);
  background: #e5e8ef;
}

.wo-faq-search__clear svg {
  width: 15px;
  height: 15px;
}

.wo-faq-search__submit {
  min-width: 160px;
  margin: 4px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--wo-faq-blue);
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wo-faq-search__submit:hover {
  background: var(--wo-faq-blue-dark);
}

.wo-faq-search__submit:active {
  transform: translateY(1px);
}

.wo-faq-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.83rem;
}

.wo-faq-hero__trust li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.wo-faq-hero__trust svg {
  color: #f0c47f;
}

.wo-faq-popular {
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--wo-faq-radius-lg);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(12px);
}

.wo-faq-popular__topline {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 16px;
}

.wo-faq-popular__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 14px;
  color: #f0c47f;
  background: rgba(222, 161, 75, 0.13);
}

.wo-faq-popular__icon svg {
  width: 23px;
  height: 23px;
}

.wo-faq-popular__topline div > span {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wo-faq-popular h2 {
  margin: 2px 0 0;
  color: #fff;
  font-size: 1.28rem;
  line-height: 1.2;
}

.wo-faq-popular ol {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wo-faq-popular li a {
  display: grid;
  grid-template-columns: 27px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 10px 8px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wo-faq-popular li a:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(2px);
}

.wo-faq-popular li a > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #f0c47f;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.73rem;
  font-weight: 800;
}

.wo-faq-popular li strong {
  font-size: 0.86rem;
  font-weight: 650;
  line-height: 1.35;
}

.wo-faq-popular li svg {
  width: 16px;
  height: 16px;
  color: rgba(255, 255, 255, 0.55);
}

/* Ads */
.wo-faq-ad-wrap {
  position: relative;
}

.wo-faq-ad-wrap--top {
  margin-top: 28px;
  margin-bottom: 0;
}

.wo-faq-ad-wrap--mid {
  margin: 28px 0;
}

.wo-faq-ad {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--wo-faq-border);
  border-radius: var(--wo-faq-radius-md);
  background: #fff;
  box-shadow: var(--wo-faq-shadow-sm);
}

.wo-faq-ad__label {
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 8px;
  padding: 2px 5px;
  border-radius: 4px;
  color: #737b88;
  background: rgba(255, 255, 255, 0.92);
  font-size: 9px;
  line-height: 1.2;
}

.wo-faq-ad a,
.wo-faq-ad img {
  display: block;
  width: 100%;
}

.wo-faq-ad img {
  height: auto;
  object-fit: cover;
}

/* Category navigation */
.wo-faq-category-section {
  padding: 68px 0 52px;
}

.wo-faq-section-heading {
  margin-bottom: 30px;
}

.wo-faq-section-heading--center {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.wo-faq-section-heading h2 {
  margin: 0;
  color: var(--wo-faq-navy);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.wo-faq-section-heading p {
  margin: 12px 0 0;
  color: var(--wo-faq-muted);
  font-size: 1rem;
}

.wo-faq-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.wo-faq-category-card {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr) auto;
  align-items: center;
  min-height: 82px;
  gap: 12px;
  padding: 15px;
  border: 1px solid var(--wo-faq-border);
  border-radius: var(--wo-faq-radius-md);
  color: var(--wo-faq-ink);
  background: #fff;
  box-shadow: 0 4px 14px rgba(4, 15, 61, 0.035);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.wo-faq-category-card:hover {
  border-color: rgba(75, 101, 191, 0.42);
  box-shadow: var(--wo-faq-shadow-sm);
  transform: translateY(-2px);
}

.wo-faq-category-card.is-active {
  border-color: rgba(75, 101, 191, 0.5);
  background: var(--wo-faq-blue-soft);
  box-shadow: inset 0 0 0 1px rgba(75, 101, 191, 0.08);
}

.wo-faq-category-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 13px;
  color: var(--wo-faq-blue);
  background: var(--wo-faq-blue-soft);
}

.wo-faq-category-card.is-active .wo-faq-category-card__icon {
  color: #fff;
  background: var(--wo-faq-blue);
}

.wo-faq-category-card__icon svg {
  width: 22px;
  height: 22px;
}

.wo-faq-category-card__content {
  min-width: 0;
}

.wo-faq-category-card__content strong,
.wo-faq-category-card__content small {
  display: block;
}

.wo-faq-category-card__content strong {
  color: var(--wo-faq-navy);
  font-size: 0.92rem;
  line-height: 1.25;
}

.wo-faq-category-card__content small {
  margin-top: 3px;
  color: var(--wo-faq-muted);
  font-size: 0.72rem;
}

.wo-faq-category-card > svg {
  width: 16px;
  height: 16px;
  color: #a0a6b0;
}

/* Main questions layout */
.wo-faq-content-section {
  padding: 56px 0 82px;
  background: linear-gradient(#f8f9fc, #fff 260px);
}

.wo-faq-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: start;
  gap: 38px;
}

.wo-faq-content {
  min-width: 0;
}

.wo-faq-results-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 24px;
}

.wo-faq-results-header h2 {
  margin: 0;
  color: var(--wo-faq-navy);
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
}

.wo-faq-results-header p {
  margin: 8px 0 0;
  color: var(--wo-faq-muted);
  font-size: 0.92rem;
}

.wo-faq-results-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  padding-bottom: 2px;
}

.wo-faq-results-actions button {
  padding: 8px 12px;
  border: 1px solid var(--wo-faq-border);
  border-radius: 8px;
  color: #5d6572;
  background: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  cursor: pointer;
}

.wo-faq-results-actions button:hover {
  color: var(--wo-faq-blue);
  border-color: rgba(75, 101, 191, 0.38);
}

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

.wo-faq-group {
  scroll-margin-top: 30px;
}

.wo-faq-group__heading {
  display: grid;
  grid-template-columns: 49px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 13px;
}

.wo-faq-group__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 14px;
  color: var(--wo-faq-blue);
  background: var(--wo-faq-blue-soft);
}

.wo-faq-group__icon svg {
  width: 24px;
  height: 24px;
}

.wo-faq-group__heading h3 {
  margin: 0;
  color: var(--wo-faq-navy);
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.wo-faq-group__heading p {
  margin: 3px 0 0;
  color: var(--wo-faq-muted);
  font-size: 0.83rem;
}

.wo-faq-group__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  color: #68707c;
  background: #e9ecf2;
  font-size: 0.73rem;
  font-weight: 800;
}

.wo-faq-accordion {
  overflow: hidden;
  border: 1px solid var(--wo-faq-border);
  border-radius: var(--wo-faq-radius-md);
  background: #fff;
  box-shadow: var(--wo-faq-shadow-sm);
}

.wo-faq-item {
  scroll-margin-top: 24px;
  border-bottom: 1px solid var(--wo-faq-border);
  background: #fff;
}

.wo-faq-item:last-child {
  border-bottom: 0;
}

.wo-faq-item summary {
  display: grid;
  grid-template-columns: 33px minmax(0, 1fr) 28px;
  align-items: center;
  min-height: 70px;
  gap: 13px;
  padding: 15px 19px;
  color: var(--wo-faq-navy);
  cursor: pointer;
  list-style: none;
  transition: background 0.2s ease;
}

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

.wo-faq-item summary:hover {
  background: #fafbfe;
}

.wo-faq-item[open] summary {
  background: var(--wo-faq-blue-soft);
}

.wo-faq-item__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 10px;
  color: var(--wo-faq-blue);
  background: #f0f2fa;
  font-size: 0.9rem;
  font-weight: 900;
}

.wo-faq-item[open] .wo-faq-item__number {
  color: #fff;
  background: var(--wo-faq-blue);
}

.wo-faq-item__question {
  font-size: 0.96rem;
  font-weight: 750;
  line-height: 1.4;
}

.wo-faq-item__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #767e8b;
  background: #f0f2f6;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.wo-faq-item__toggle svg {
  width: 16px;
  height: 16px;
}

.wo-faq-item[open] .wo-faq-item__toggle {
  color: #fff;
  background: var(--wo-faq-blue);
  transform: rotate(180deg);
}

.wo-faq-item__answer {
  padding: 0 66px 23px 65px;
  color: #535d6d;
  background: #fff;
}

.wo-faq-item__answer p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.75;
}

.wo-faq-item:target {
  outline: 3px solid rgba(75, 101, 191, 0.22);
  outline-offset: 4px;
}

.wo-faq-empty {
  padding: 54px 25px;
  border: 1px dashed #cfd5df;
  border-radius: var(--wo-faq-radius-md);
  background: #fff;
  text-align: center;
}

.wo-faq-empty__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  border-radius: 18px;
  color: var(--wo-faq-blue);
  background: var(--wo-faq-blue-soft);
}

.wo-faq-empty__icon svg {
  width: 29px;
  height: 29px;
}

.wo-faq-empty h3 {
  margin: 0;
  color: var(--wo-faq-navy);
  font-size: 1.35rem;
}

.wo-faq-empty p {
  max-width: 500px;
  margin: 9px auto 18px;
  color: var(--wo-faq-muted);
}

.wo-faq-empty button {
  padding: 10px 16px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: var(--wo-faq-blue);
  font-weight: 750;
  cursor: pointer;
}

/* Sidebar */
.wo-faq-sidebar {
  position: sticky;
  top: 22px;
  display: grid;
  gap: 16px;
}

.wo-faq-sidebar-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--wo-faq-border);
  border-radius: var(--wo-faq-radius-md);
  background: #fff;
  box-shadow: var(--wo-faq-shadow-sm);
}

.wo-faq-sidebar-card--compare {
  padding-top: 58px;
}

.wo-faq-sidebar-card__icon {
  position: absolute;
  top: 19px;
  right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: var(--wo-faq-blue);
  background: var(--wo-faq-blue-soft);
}

.wo-faq-sidebar-card__icon svg {
  width: 21px;
  height: 21px;
}

.wo-faq-sidebar-card h2 {
  margin: 0;
  color: var(--wo-faq-navy);
  font-size: 1.28rem;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

.wo-faq-sidebar-card p {
  margin: 11px 0 18px;
  color: var(--wo-faq-muted);
  font-size: 0.87rem;
  line-height: 1.65;
}

.wo-faq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 11px 17px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.87rem;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.wo-faq-button svg {
  width: 16px;
  height: 16px;
}

.wo-faq-button--primary {
  color: #fff !important;
  background: var(--wo-faq-blue);
}

.wo-faq-button--primary:hover {
  background: var(--wo-faq-blue-dark);
  transform: translateY(-1px);
}

.wo-faq-button--secondary {
  width: 100%;
  margin-top: 9px;
  color: var(--wo-faq-blue);
  border-color: rgba(75, 101, 191, 0.26);
  background: var(--wo-faq-blue-soft);
}

.wo-faq-button--secondary:hover {
  border-color: rgba(75, 101, 191, 0.5);
}

.wo-faq-sidebar-card--compare .wo-faq-button--primary {
  width: 100%;
}

.wo-faq-sidebar-card--contact {
  background: linear-gradient(145deg, #fffaf2, #fff);
}

.wo-faq-sidebar-card--contact .wo-faq-sidebar-card__icon {
  color: var(--wo-faq-gold-dark);
  background: #fff2dc;
}

.wo-faq-sidebar-card--contact > a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--wo-faq-blue);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

.wo-faq-sidebar-card--contact > a:hover {
  text-decoration: underline;
}

.wo-faq-sidebar-note {
  padding: 16px 18px;
  border-left: 3px solid var(--wo-faq-gold);
  border-radius: 0 9px 9px 0;
  color: #606875;
  background: #faf6ef;
  font-size: 0.78rem;
  line-height: 1.55;
}

.wo-faq-sidebar-note strong {
  display: block;
  margin-bottom: 3px;
  color: #6e4b18;
}

.wo-faq-sidebar-note p {
  margin: 0;
}

/* Bottom CTA */
.wo-faq-next-steps {
  padding: 78px 0;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(222, 161, 75, 0.24), transparent 25%),
    linear-gradient(135deg, var(--wo-faq-navy), #0c215f);
}

.wo-faq-next-steps__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.wo-faq-next-steps .wo-faq-eyebrow {
  color: #f0c47f;
}

.wo-faq-next-steps h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.wo-faq-next-steps p {
  max-width: 720px;
  margin: 13px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.wo-faq-next-steps__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.wo-faq-button--light {
  color: var(--wo-faq-navy) !important;
  background: #fff;
}

.wo-faq-button--light:hover {
  background: #f4f5f8;
  transform: translateY(-1px);
}

/* Fallback footer */
.wo-faq-fallback-footer {
  padding: 46px 0;
  border-top: 1px solid var(--wo-faq-border);
  background: #fff;
}

.wo-faq-fallback-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.wo-faq-fallback-footer p {
  max-width: 520px;
  margin: 12px 0 0;
  color: var(--wo-faq-muted);
  font-size: 0.84rem;
}

.wo-faq-fallback-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
}

.wo-faq-fallback-footer nav a {
  color: var(--wo-faq-navy);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.wo-faq-fallback-footer nav a:hover {
  color: var(--wo-faq-blue);
}

/* Focus */
.wo-faq-page a:focus-visible,
.wo-faq-page button:focus-visible,
.wo-faq-page input:focus-visible,
.wo-faq-item summary:focus-visible {
  outline: 3px solid rgba(75, 101, 191, 0.32);
  outline-offset: 3px;
}

/* Responsive */
@media (max-width: 1080px) {
  .wo-faq-hero__layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 42px;
  }

  .wo-faq-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wo-faq-content-layout {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 27px;
  }
}

@media (max-width: 900px) {
  .wo-faq-fallback-header nav {
    display: none;
  }

  .wo-faq-hero {
    padding-bottom: 78px;
  }

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

  .wo-faq-popular {
    width: min(100%, 720px);
  }

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

  .wo-faq-content-layout {
    grid-template-columns: 1fr;
  }

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

  .wo-faq-sidebar__ad,
  .wo-faq-sidebar-note {
    grid-column: 1 / -1;
  }

  .wo-faq-next-steps__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .wo-faq-container {
    width: min(calc(100% - 24px), var(--wo-faq-container));
  }

  .wo-faq-hero {
    padding-top: 20px;
    padding-bottom: 66px;
  }

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

  .wo-faq-hero h1 {
    font-size: clamp(2.15rem, 11vw, 3.15rem);
  }

  .wo-faq-hero__content > p {
    margin-top: 17px;
    font-size: 0.98rem;
  }

  .wo-faq-search {
    display: block;
    min-height: 0;
    padding: 0;
    border-width: 3px;
    background: transparent;
    box-shadow: none;
  }

  .wo-faq-search input {
    width: 100%;
    height: 54px;
    padding-right: 48px;
    border-radius: 10px;
  }

  .wo-faq-search__icon {
    top: 27px;
  }

  .wo-faq-search__clear {
    top: 27px;
    right: 10px;
  }

  .wo-faq-search__submit {
    width: 100%;
    min-height: 50px;
    margin: 8px 0 0;
    border-radius: 9px;
  }

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

  .wo-faq-popular {
    padding: 21px 17px;
    border-radius: 18px;
  }

  .wo-faq-popular li a {
    grid-template-columns: 25px 1fr auto;
    padding: 9px 4px;
  }

  .wo-faq-category-section {
    padding: 55px 0 38px;
  }

  .wo-faq-category-grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .wo-faq-category-card {
    min-height: 72px;
    grid-template-columns: 40px 1fr auto;
    padding: 12px;
    border-radius: 13px;
  }

  .wo-faq-category-card__icon {
    width: 40px;
    height: 40px;
  }

  .wo-faq-content-section {
    padding-top: 42px;
    padding-bottom: 60px;
  }

  .wo-faq-results-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }

  .wo-faq-results-actions {
    width: 100%;
  }

  .wo-faq-results-actions button {
    flex: 1;
  }

  .wo-faq-group__heading {
    grid-template-columns: 43px minmax(0, 1fr) auto;
    gap: 11px;
  }

  .wo-faq-group__icon {
    width: 43px;
    height: 43px;
  }

  .wo-faq-group__heading h3 {
    font-size: 1.05rem;
  }

  .wo-faq-group__heading p {
    display: none;
  }

  .wo-faq-item summary {
    grid-template-columns: 28px minmax(0, 1fr) 25px;
    min-height: 64px;
    gap: 10px;
    padding: 14px 13px;
  }

  .wo-faq-item__number {
    width: 28px;
    height: 28px;
    border-radius: 8px;
  }

  .wo-faq-item__question {
    font-size: 0.9rem;
  }

  .wo-faq-item__toggle {
    width: 25px;
    height: 25px;
  }

  .wo-faq-item__answer {
    padding: 0 14px 20px 51px;
  }

  .wo-faq-item__answer p {
    font-size: 0.88rem;
    line-height: 1.68;
  }

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

  .wo-faq-sidebar__ad,
  .wo-faq-sidebar-note {
    grid-column: auto;
  }

  .wo-faq-next-steps {
    padding: 58px 0;
  }

  .wo-faq-next-steps__actions {
    width: 100%;
    flex-direction: column;
  }

  .wo-faq-next-steps__actions .wo-faq-button {
    width: 100%;
  }

  .wo-faq-fallback-footer__inner {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wo-faq-page *,
  .wo-faq-page *::before,
  .wo-faq-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
