:root {
  color: #0b1537;
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 1024px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
:is(a, button, input):focus-visible { outline: 3px solid #0b54e9; outline-offset: 4px; }

.faq-page { width: 100%; min-width: 1024px; min-height: 1536px; overflow: visible; background: #fff; }
.faq-header { height: 72px; background: #fff; }
.faq-header-inner { width: min(100%, 1024px); height: 100%; margin: auto; padding: 0 56px; display: flex; align-items: center; }
.faq-brand { display: inline-flex; align-items: center; gap: 8px; color: #0b1537; font-size: 17px; font-weight: 700; letter-spacing: -.65px; white-space: nowrap; }
.faq-brand-mark { display: block; width: 35px; height: 38px; flex: none; }
.faq-nav { display: flex; align-items: center; gap: 27px; margin-left: 58px; color: #273b62; font-size: 11px; white-space: nowrap; }
.faq-nav a, .faq-nav span { position: relative; display: inline-flex; align-items: center; height: 38px; }
.faq-nav a.active { color: #0b1537; font-weight: 700; }
.faq-nav a.active::after { content: ""; position: absolute; right: 0; bottom: 4px; left: 0; height: 1px; background: #1765f4; }
.faq-header-actions { display: flex; align-items: center; gap: 27px; margin-left: auto; white-space: nowrap; }
.faq-sign-in { color: #273b62; font-size: 11px; }
.faq-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid transparent; border-radius: 7px; white-space: nowrap; font-size: 14px; font-weight: 500; }
.faq-button span { font-size: 19px; line-height: 0; font-weight: 300; }
.faq-button-primary { color: #fff; background: #1765ee; }
.faq-button-primary:hover { background: #0d56d9; }
.faq-button-outline { color: #0763f5; border-color: #77b2ff; background: rgba(255,255,255,.22); }
.faq-button-outline:hover { background: #fff; border-color: #1765ee; }
.faq-header-cta { width: 131px; height: 37px; gap: 10px; font-size: 12px; }

.faq-hero { position: relative; width: min(100%, 1024px); height: 390px; margin: auto; overflow: hidden; background: #f5faff; }
.faq-hero-art { position: absolute; z-index: 0; top: 0; right: 0; width: 524px; height: 392px; object-fit: fill; pointer-events: none; -webkit-mask-image: linear-gradient(to right, transparent 0, rgba(0,0,0,.28) 10%, #000 20%); mask-image: linear-gradient(to right, transparent 0, rgba(0,0,0,.28) 10%, #000 20%); }
.faq-hero-copy { position: relative; z-index: 1; padding: 54px 0 0 55px; }
.faq-eyebrow { margin: 0; color: #075de5; font-size: 10px; font-weight: 700; letter-spacing: 2.1px; line-height: 1.2; text-transform: uppercase; }
.faq-hero h1 { margin: 14px 0 0; font-size: 52px; line-height: 1; letter-spacing: -2.7px; font-weight: 700; }
.faq-hero-description { margin: 14px 0 0; color: #405985; font-size: 21px; line-height: 1.34; letter-spacing: -.3px; }
.faq-search { position: relative; display: flex; align-items: center; width: 540px; height: 48px; margin: 22px 0 0; border: 1px solid #bdd8ff; border-radius: 8px; background: #fff; box-shadow: 0 3px 12px rgba(42, 104, 179, .04); }
.faq-search-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.faq-search-icon { width: 25px; height: 25px; margin-left: 17px; flex: none; fill: none; stroke: #0763f5; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.faq-search input { width: 100%; height: 100%; padding: 0 72px 0 17px; border: 0; outline: 0; color: #273b62; background: transparent; font-size: 16px; }
.faq-search input::placeholder { color: #4c638e; opacity: 1; }
.faq-search-shortcut { position: absolute; right: 13px; display: inline-flex; gap: 2px; align-items: center; height: 25px; padding: 0 7px; border-radius: 6px; background: #e8f2ff; color: #4c638e; font-size: 13px; }
.faq-search-shortcut kbd { font-family: inherit; font-size: 13px; }
.faq-popular { display: flex; align-items: center; gap: 8px; margin-top: 9px; color: #4c638e; font-size: 14px; }
.faq-popular button { height: 32px; padding: 0 17px; border: 1px solid #cbdff9; border-radius: 17px; color: #405985; background: rgba(255,255,255,.28); font-size: 14px; }
.faq-popular button:hover, .faq-popular button:focus-visible { border-color: #1765f4; color: #075de5; background: #fff; }

.faq-workspace { width: min(100%, 1024px); height: auto; margin: auto; padding: 24px 47px 44px; display: grid; grid-template-columns: 249px minmax(0, 1fr); gap: 35px; background: #fff; }
.faq-sidebar { height: 691px; padding: 10px 9px 0; border: 1px solid #dbe7f6; border-radius: 8px; background: #fff; }
.faq-category-nav { display: grid; gap: 4px; }
.faq-category-nav button { display: grid; grid-template-columns: 25px minmax(0, 1fr) auto; align-items: center; width: 100%; height: 48px; padding: 0 9px; border: 0; border-radius: 8px; color: #405985; background: transparent; text-align: left; }
.faq-category-nav button:hover, .faq-category-nav button:focus-visible, .faq-category-nav button.active { color: #075de5; background: #eff6ff; }
.faq-category-nav button svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.faq-category-nav button span { padding-left: 10px; font-size: 15px; white-space: nowrap; }
.faq-category-nav button b { display: grid; place-items: center; min-width: 27px; height: 27px; padding: 0 7px; border-radius: 7px; color: #405985; background: #eff6ff; font-size: 13px; font-weight: 400; }
.faq-category-nav button.active b { color: #0763f5; background: #dcecff; }
.faq-sidebar-divider { height: 1px; margin: 10px 8px 14px; background: #e1ecfa; }
.faq-support-card { height: 260px; padding: 20px 19px; border-radius: 10px; background: #f1f8ff; }
.faq-support-icon { display: grid; place-items: center; width: 52px; height: 52px; border-radius: 10px; color: #0763f5; background: #e6f1ff; }
.faq-support-icon svg { width: 32px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.faq-support-card h2 { margin: 15px 0 8px; font-size: 19px; line-height: 1.1; letter-spacing: -.7px; }
.faq-support-card p { margin: 0; color: #405985; font-size: 15.5px; line-height: 1.42; }
.faq-support-card .faq-button { width: 177px; height: 46px; margin-top: 16px; font-size: 14px; }

.faq-main { min-width: 0; padding-top: 10px; }
.faq-main-header { position: relative; min-height: 106px; }
.faq-main-header h2 { margin: 12px 0 7px; font-size: 30px; line-height: 1.06; letter-spacing: -1.4px; }
.faq-main-header > p:not(.faq-eyebrow) { margin: 0; color: #4c638e; font-size: 16px; line-height: 1.3; }
.faq-question-count { position: absolute; top: 1px; right: 0; color: #4c638e; font-size: 14px; }
.faq-list { height: auto; overflow: visible; padding-right: 0; }
.faq-item { margin: 0 0 8px; border: 1px solid #dbe8f8; border-radius: 8px; background: #fff; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; height: 40px; min-height: 40px; padding: 0 17px; color: #0b1537; cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:focus-visible { position: relative; z-index: 1; outline-offset: -3px; }
.faq-item summary .faq-chevron { width: 11px; height: 11px; flex: none; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: rotate(45deg) translateY(-3px); transition: transform .15s ease; }
.faq-item[open] summary .faq-chevron { transform: rotate(225deg) translate(-2px, -2px); }
.faq-answer { padding: 0 18px 13px; color: #4c638e; font-size: 15px; line-height: 1.42; }
.faq-item[open] .faq-answer { min-height: 74px; }
.faq-answer p { margin: 0; max-width: 600px; }
.faq-empty { margin: 21px 0 0; padding: 30px 18px; border: 1px dashed #bcd7f6; border-radius: 8px; color: #4c638e; font-size: 15px; }

.faq-support-cta { position: relative; width: min(calc(100% - 94px), 930px); height: 205px; margin: 0 auto; overflow: hidden; border-radius: 10px; background: #f1f8ff; }
.faq-support-art { position: absolute; z-index: 0; top: 0; right: 0; width: 594px; height: 207px; object-fit: contain; pointer-events: none; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 90px); mask-image: linear-gradient(to right, transparent 0, #000 90px); }
.faq-support-copy { position: relative; z-index: 1; padding: 30px 0 0 36px; }
.faq-support-copy h2 { margin: 14px 0 10px; font-size: 34px; line-height: 1.08; letter-spacing: -1.9px; }
.faq-support-copy > p:not(.faq-eyebrow) { margin: 0; color: #405985; font-size: 17px; line-height: 1.35; }
.faq-support-copy .faq-button { width: 163px; height: 48px; margin-top: 18px; }

.faq-footer { height: 119px; background: #fff; }
.faq-footer-inner { width: min(100%, 1024px); height: 100%; margin: auto; padding: 0 56px; display: flex; align-items: center; transform: translateY(2px); }
.faq-footer-brand { font-size: 16px; }
.faq-footer-brand .faq-brand-mark { width: 35px; height: 38px; }
.faq-footer-nav { display: flex; gap: 26px; margin-left: 43px; color: #273b62; font-size: 11px; white-space: nowrap; }
.faq-social { display: flex; align-items: center; gap: 15px; height: 28px; margin-left: 47px; padding-left: 45px; border-left: 1px solid #d9e6fb; color: #0b1537; }
.faq-social span { width: 20px; height: 20px; }
.faq-social svg { display: block; width: 18px; height: 18px; }
.faq-copyright { margin: 0 0 0 auto; padding-left: 37px; border-left: 1px solid #d9e6fb; color: #4c638e; font-size: 10px; white-space: nowrap; }
.faq-footer-legal { display: flex; flex-direction: column; margin-left: 20px; color: #4c638e; font-size: 10px; line-height: 1.45; }

.faq-mobile-menu { display: none; }

@media (max-width: 900px) {
  html { min-width: 0; }
  .faq-page { min-width: 0; min-height: 0; overflow: visible; }

  .faq-header { height: 68px; }
  .faq-header-inner { width: 100%; padding: 0 40px; }
  .faq-nav, .faq-header-cta { display: none; }
  .faq-header-actions { gap: 18px; }
  .faq-sign-in { font-size: 13px; }
  .faq-mobile-menu { position: relative; display: block; }
  .faq-mobile-menu > summary { display: grid; place-content: center; gap: 4px; width: 42px; height: 42px; border: 1px solid #c9def8; border-radius: 9px; color: #0b1537; background: #fff; cursor: pointer; list-style: none; }
  .faq-mobile-menu > summary::-webkit-details-marker { display: none; }
  .faq-mobile-menu > summary span { display: block; width: 18px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .15s ease, opacity .15s ease; }
  .faq-mobile-menu[open] > summary span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .faq-mobile-menu[open] > summary span:nth-child(2) { opacity: 0; }
  .faq-mobile-menu[open] > summary span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .faq-mobile-nav { position: absolute; z-index: 20; top: 50px; right: 0; display: grid; width: 238px; padding: 9px; border: 1px solid #dbe8f8; border-radius: 12px; background: #fff; box-shadow: 0 16px 34px rgba(30, 83, 153, .16); }
  .faq-mobile-nav a { display: flex; align-items: center; justify-content: space-between; min-height: 43px; padding: 0 12px; border-radius: 8px; color: #273b62; font-size: 14px; }
  .faq-mobile-nav a:hover, .faq-mobile-nav a:focus-visible, .faq-mobile-nav a.active { color: #075de5; background: #eff6ff; }
  .faq-mobile-nav .faq-mobile-nav-cta { margin-top: 5px; color: #fff; background: #1765ee; }
  .faq-mobile-nav .faq-mobile-nav-cta:hover, .faq-mobile-nav .faq-mobile-nav-cta:focus-visible { color: #fff; background: #0d56d9; }
  .faq-mobile-nav-cta span { font-size: 18px; line-height: 0; }

  .faq-hero { width: 100%; height: auto; min-height: 0; display: flex; flex-direction: column; padding-bottom: 48px; }
  .faq-hero::after { content: ""; position: absolute; z-index: 1; right: auto; bottom: 0; left: 0; width: 42%; height: 35%; pointer-events: none; background: radial-gradient(ellipse at 8% 86%, #f5faff 0%, rgba(245,250,255,.88) 42%, rgba(245,250,255,.35) 68%, rgba(245,250,255,0) 100%); }
  .faq-hero-copy { order: 1; z-index: 2; padding: 56px 40px 0; }
  .faq-hero-art { position: relative; z-index: 0; order: 2; top: auto; right: auto; display: block; width: min(calc(100% - 80px), 524px); height: auto; margin: 30px auto 0; object-fit: contain; -webkit-mask-image: linear-gradient(to right, transparent 0, rgba(0,0,0,.24) 12%, #000 30%); mask-image: linear-gradient(to right, transparent 0, rgba(0,0,0,.24) 12%, #000 30%); }
  .faq-hero h1 { font-size: 50px; line-height: 1.02; }
  .faq-search { width: min(100%, 540px); }
  .faq-popular { flex-wrap: wrap; }

  .faq-workspace { width: 100%; height: auto; display: flex; flex-direction: column; gap: 0; padding: 52px 40px 56px; }
  .faq-sidebar { order: 1; width: 100%; height: auto; padding: 0; border: 0; border-radius: 0; background: transparent; overflow: hidden; }
  .faq-category-nav { display: flex; gap: 8px; max-width: 100%; padding: 0 0 5px; overflow-x: auto; scrollbar-width: none; }
  .faq-category-nav::-webkit-scrollbar { display: none; }
  .faq-category-nav button { flex: 0 0 auto; width: auto; height: 44px; min-width: max-content; padding: 0 12px; border: 1px solid #dbe8f8; border-radius: 22px; background: #fff; }
  .faq-category-nav button:hover, .faq-category-nav button:focus-visible, .faq-category-nav button.active { border-color: #b9d7ff; background: #eff6ff; }
  .faq-category-nav button svg { width: 19px; height: 19px; }
  .faq-category-nav button span { padding-left: 8px; font-size: 14px; }
  .faq-category-nav button b { min-width: 23px; height: 23px; padding: 0 6px; font-size: 12px; }
  .faq-sidebar-divider, .faq-support-card { display: none; }
  .faq-main { order: 2; width: 100%; padding-top: 38px; }
  .faq-main-header { min-height: 0; }
  .faq-main-header h2 { font-size: 34px; }
  .faq-question-count { position: static; display: block; margin-top: 10px; }
  .faq-list { height: auto; max-height: none; overflow: visible; padding-right: 0; }
  .faq-item summary { height: auto; min-height: 54px; padding: 13px 16px; font-size: 16px; line-height: 1.3; }
  .faq-answer { padding: 0 16px 16px; font-size: 15px; line-height: 1.45; }
  .faq-item[open] .faq-answer { min-height: 0; }

  .faq-support-cta { width: calc(100% - 80px); height: auto; min-height: 0; display: flex; flex-direction: column; }
  .faq-support-copy { order: 1; padding: 30px 36px 0; }
  .faq-support-copy h2 { font-size: 34px; }
  .faq-support-art { position: relative; order: 2; top: auto; right: auto; width: 100%; height: auto; margin-top: 24px; object-fit: contain; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 15%, #000 85%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 15%, #000 85%, transparent 100%); }

  .faq-footer { height: auto; }
  .faq-footer-inner { width: 100%; height: auto; padding: 34px 40px; display: grid; grid-template-columns: 1fr auto; align-items: start; gap: 24px; transform: none; }
  .faq-footer-nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 18px 24px; margin-left: 0; white-space: normal; }
  .faq-social { grid-column: 1; margin-left: 0; padding-left: 0; border-left: 0; }
  .faq-copyright { grid-column: 1 / -1; margin: 0; padding-left: 0; border-left: 0; white-space: normal; }
  .faq-footer-legal { grid-column: 2; grid-row: 3; margin-left: 0; }
}

@media (max-width: 600px) {
  .faq-header-inner { padding: 0 24px; }
  .faq-brand { gap: 7px; font-size: 16px; }
  .faq-brand-mark { width: 32px; height: 34px; }
  .faq-header-actions { gap: 12px; }
  .faq-sign-in { font-size: 14px; }

  .faq-hero { padding-bottom: 40px; }
  .faq-hero-copy { padding: 44px 24px 0; }
  .faq-hero h1 { margin-top: 13px; font-size: 42px; line-height: 1.04; letter-spacing: -2.2px; }
  .faq-hero-description { margin-top: 15px; font-size: 17px; line-height: 1.45; }
  .faq-search { height: 48px; margin-top: 22px; }
  .faq-search input { padding-left: 13px; font-size: 15px; }
  .faq-search-icon { width: 23px; height: 23px; margin-left: 14px; }
  .faq-search-shortcut { display: none; }
  .faq-popular { align-items: center; gap: 8px; margin-top: 11px; font-size: 13px; }
  .faq-popular > span { flex-basis: 100%; }
  .faq-popular button { height: 32px; padding: 0 14px; font-size: 13px; }
  .faq-hero-art { width: calc(100% - 48px); margin-top: 24px; }

  .faq-workspace { padding: 46px 24px 52px; }
  .faq-main { padding-top: 30px; }
  .faq-main-header h2 { font-size: 32px; line-height: 1.08; letter-spacing: -1.5px; }
  .faq-main-header > p:not(.faq-eyebrow) { font-size: 16px; line-height: 1.45; }
  .faq-question-count { margin-top: 9px; }
  .faq-item { margin-bottom: 8px; }
  .faq-item summary { min-height: 56px; padding: 13px 15px; font-size: 15.5px; }
  .faq-answer { padding: 0 15px 16px; font-size: 15px; }

  .faq-support-cta { width: calc(100% - 48px); border-radius: 10px; }
  .faq-support-copy { padding: 30px 24px 0; }
  .faq-support-copy h2 { margin-top: 13px; font-size: 32px; letter-spacing: -1.5px; }
  .faq-support-copy > p:not(.faq-eyebrow) { font-size: 16px; line-height: 1.45; }
  .faq-support-copy .faq-button { width: min(100%, 220px); }
  .faq-support-art { margin-top: 22px; }

  .faq-footer-inner { padding: 30px 24px; grid-template-columns: 1fr; gap: 22px; }
  .faq-footer-nav { gap: 18px 24px; font-size: 13px; }
  .faq-social, .faq-copyright, .faq-footer-legal { grid-column: 1; }
  .faq-footer-legal { grid-row: auto; flex-direction: row; gap: 20px; font-size: 12px; }
  .faq-copyright { font-size: 12px; }
}
