
:root {
  --page-width: 1600px;
  --container: 1320px;
  --ink: #242424;
  --muted: #5e5e5e;
  --gold: #f4b328;
  --gold-deep: #d78b17;
  --cream: #f7f7f7;
  --footer: #302d2b;
  --footerText: rgba(255,255,255,.86);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #f2f2f2;
  color: var(--ink);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
.page-shell {
  width: min(100%, var(--page-width));
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.container {
  width: min(calc(100% - 72px), var(--container));
  margin: 0 auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(0,0,0,.04);
  backdrop-filter: blur(14px);
}
.header-inner {
  min-height: 64px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 34px;
  align-items: center;
}
.brand img { width: 104px; }
.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 600;
  color: #4a4a4a;
}
.main-nav a { position: relative; }
.main-nav a:nth-child(-n+2)::after {
  content: "⌄";
  font-size: 10px;
  color: #777;
  margin-left: 6px;
}
.contact-strip {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  color: #444;
  font-weight: 700;
}
.contact-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.contact-item::before,
.footer-contact::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1f1f1f;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  flex: 0 0 auto;
}
.phone::before {
  background-image: url("../images/icon-phone.svg");
}
.mail::before {
  background-image: url("../images/icon-mail.svg");
}
.hero {
  background: linear-gradient(180deg, #f9efce 0%, #fbecc8 100%);
}
.hero-inner { padding: 0; }
.hero-frame {
  width: 100%;
  background: #f6ecd1;
}
.hero-visual {
  width: 100%;
  display: block;
}
.partners {
  background: linear-gradient(180deg, #f7f8f9 0%, #f5f6f7 100%);
  padding: 54px 0 70px;
}
.partner-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: 34px;
}
.partner-inner h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 800;
  color: #222;
}
.partner-inner h2 span,
.heading-line {
  display: block;
  width: 78px;
  height: 3px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(231,194,113,.45), rgba(231,194,113,1), rgba(231,194,113,.45));
}
.partner-inner h2 span { margin: 0 0 18px; }
.partner-inner h2 strong { color: var(--gold); }
.partner-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 18px;
}
.partner-card {
  min-height: 74px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 15px;
  box-shadow: 0 12px 30px rgba(28,33,58,.04);
}
.partner-card img { width: 46px; height: 46px; }
.partner-card p {
  margin: 0;
  font-size: 11.5px;
  line-height: 1.5;
  font-weight: 600;
  color: #444;
}
.partner-card small { color: #666; font-size: 11px; }
.solution {
  background: #f7f7f7;
  padding: 64px 0 72px;
}
.section-heading { text-align: center; }
.section-heading h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.22;
  letter-spacing: -.5px;
  font-weight: 800;
  color: #242424;
}
.section-heading strong { color: var(--gold); }
.solution-grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 42px;
  align-items: center;
  margin-top: 42px;
}
.solution-image-wrap { display: flex; justify-content: center; }
.solution-image-wrap img {
  width: 320px;
  filter: drop-shadow(0 18px 26px rgba(0,0,0,.08));
}
.feature-list { display: grid; gap: 18px; }
.feature-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 22px 16px;
  background: rgba(255,251,244,.92);
  border: 1px solid rgba(236,217,186,.58);
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(20,30,54,.04);
}
.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #ffc94f, #f3aa18);
  color: #fff;
  font-weight: 900;
  font-size: 18px;
}
.feature-icon::before { line-height: 1; }
.icon-doc::before { content: "◫"; }
.icon-easy::before { content: "✦"; }
.icon-flex::before { content: "₫"; }
.icon-trade::before { content: "↺"; }
.feature-card h3 {
  margin: 2px 0 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #2d2d2d;
}
.feature-card p {
  margin: 0;
  color: #666;
  font-size: 12.5px;
  line-height: 1.72;
  font-weight: 500;
}
.reviews {
  background: #f7f7f7;
  padding: 52px 0 68px;
  overflow: hidden;
}
.eyebrow {
  display: block;
  text-align: center;
  font-size: 16px;
  color: var(--gold);
  font-weight: 600;
  margin-bottom: 10px;
}
.section-heading.compact .heading-line { margin-bottom: 14px; }
.review-slider-shell {
  margin-top: 42px;
  display: grid;
  grid-template-columns: 80px minmax(0,1fr) 80px;
  gap: 8px;
  align-items: stretch;
}
.ghost-card {
  border-radius: 22px;
  background: rgba(255,255,255,.35);
  border: 1px solid rgba(0,0,0,.03);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.35);
  opacity: .55;
  position: relative;
}
.ghost-card::after {
  content: "”";
  position: absolute;
  top: 18px;
  right: 24px;
  color: rgba(0,0,0,.07);
  font-size: 82px;
  font-family: Georgia, serif;
}
.review-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.review-card {
  position: relative;
  min-height: 274px;
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(15,15,15,.05);
  box-shadow: 0 16px 36px rgba(24,26,39,.05);
  padding: 30px 24px 22px;
}
.review-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 18px;
}
.review-card .quote {
  position: absolute;
  right: 18px;
  top: 6px;
  font-family: Georgia, serif;
  font-size: 88px;
  line-height: 1;
  color: rgba(0,0,0,.1);
}
.review-card.active .quote { color: rgba(244,179,40,.8); }
.review-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
}
.review-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #585858;
}
.dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
}
.dots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9e8962;
  opacity: .55;
}
.dots .active {
  width: 8px;
  height: 8px;
  background: var(--gold);
  opacity: 1;
}
.app-cta {
  background: #f7f7f7;
  padding: 32px 0 0;
}
.app-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 30px;
  min-height: 170px;
}
.app-cta h2 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.35;
  letter-spacing: -.3px;
  font-weight: 800;
  color: #313131;
}
.download-box {
  display: grid;
  justify-items: center;
  gap: 6px;
  align-self: center;
}
.download-box img { width: 330px; }
.download-box p {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
}
.cta-mascot {
  width: 164px;
  justify-self: end;
  align-self: end;
}
.community {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fac938 0%, #f2bf2e 100%);
  padding: 44px 0 48px;
}
.community::before,
.community::after {
  content: "";
  position: absolute;
  inset: auto;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 50%;
  width: 760px;
  height: 210px;
  pointer-events: none;
}
.community::before { left: -110px; top: 20px; transform: rotate(-8deg); }
.community::after { right: -180px; bottom: -70px; transform: rotate(10deg); }
.community-inner { position: relative; z-index: 1; text-align: center; }
.community .heading-line.light { width: 100px; margin-bottom: 18px; }
.community h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}
.community p {
  margin: 8px 0 22px;
  font-size: 14px;
  font-weight: 600;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  background: #171717;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2px;
  box-shadow: 0 10px 20px rgba(0,0,0,.14);
}
.button span { margin-left: 4px; }
.site-footer {
  width: 100%;
  background: var(--footer);
  color: #fff;
  padding: 56px 0 42px;
}
.footer-inner {
  display: grid;
  grid-template-columns: minmax(320px, 1.8fr) repeat(4, minmax(110px, 1fr));
  gap: 34px;
  align-items: start;
}
.footer-brand-block img { width: 104px; margin-bottom: 26px; }
.footer-brand-block h3,
.footer-col h4 {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}
.footer-brand-block p,
.footer-col a,
.address {
  margin: 0 0 10px;
  color: var(--footerText);
  font-size: 10.6px;
  line-height: 1.8;
  font-weight: 500;
}
.footer-brand-block p { max-width: 390px; }
.footer-col {
  display: grid;
  gap: 12px;
  padding-top: 66px;
}
.footer-col a:hover { color: #ffd36e; }
.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-contact::before {
  background-color: rgba(255,255,255,.18);
}
.address {
  grid-column: 1 / -1;
  margin-top: 12px;
  color: rgba(255,255,255,.95);
}
.address::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 7px;
  transform: translateY(2px);
  border-radius: 50%;
  background-image: url("../images/icon-location.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
}
@media (max-width: 1180px) {
  .container { width: min(calc(100% - 40px), var(--container)); }
  .solution-grid { grid-template-columns: 1fr; gap: 26px; }
  .solution-image-wrap img { width: 280px; }
  .review-slider-shell { grid-template-columns: 1fr; }
  .ghost-card { display: none; }
  .review-cards { grid-template-columns: 1fr; }
  .app-cta-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .app-cta h2 { margin-bottom: 0; }
  .cta-mascot { justify-self: center; }
  .footer-inner { grid-template-columns: repeat(2, 1fr); }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-col { padding-top: 0; }
}
@media (max-width: 760px) {
  .page-shell { width: 100%; }
  .header-inner { grid-template-columns: auto 1fr; gap: 16px; padding: 10px 0; }
  .contact-strip { display: none; }
  .main-nav { justify-content: end; gap: 18px; font-size: 12px; }
  .partner-inner { grid-template-columns: 1fr; }
  .partner-cards { grid-template-columns: 1fr; }
  .section-heading h2 { font-size: 24px; }
  .review-card h3 { font-size: 20px; }
  .footer-inner { grid-template-columns: 1fr; }
}

/* ---------- Shared top navigation dropdown ---------- */
.main-nav > a::after { content: none !important; }
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-dropdown-toggle::after {
  content: "⌄";
  font-size: 10px;
  color: #777;
  transform: translateY(-1px);
}
.nav-dropdown-menu {
  position: absolute;
  left: -18px;
  top: calc(100% + 17px);
  min-width: 190px;
  padding: 8px;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 16px 38px rgba(24,26,39,.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-5px);
  transition: .18s ease;
}
.nav-dropdown.open .nav-dropdown-menu,
.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown-menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: #333;
  font-size: 12px;
  white-space: nowrap;
}
.nav-dropdown-menu a:hover { background: #fff7e7; color: #c47b0a; }

/* ---------- Subpage shared layout ---------- */
.subpage-shell { min-height: 100vh; }
.subpage-hero {
  position: relative;
  overflow: hidden;
  min-height: 290px;
  background:
    radial-gradient(circle at 14% -20%, rgba(255,255,255,.22) 0 18%, transparent 18.5%),
    linear-gradient(112deg, rgba(255,255,255,.12), transparent 42%),
    linear-gradient(180deg, #ffcd42 0%, #ffdd62 100%);
}
.subpage-hero::before,
.subpage-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.subpage-hero::before {
  inset: -40px -90px -60px;
  opacity: .52;
  background:
    linear-gradient(130deg, transparent 14%, rgba(255,255,255,.22) 14.2%, transparent 14.7%),
    linear-gradient(35deg, transparent 47%, rgba(255,184,28,.22) 47.3%, transparent 48%),
    linear-gradient(145deg, transparent 66%, rgba(255,255,255,.14) 66.3%, transparent 67%);
}
.subpage-hero::after {
  left: 9%;
  top: -128px;
  width: 470px;
  height: 270px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
  transform: rotate(12deg);
  box-shadow:
    0 14px 0 -13px rgba(255,255,255,.25),
    0 28px 0 -27px rgba(255,255,255,.22),
    0 42px 0 -41px rgba(255,255,255,.18);
}
.subpage-hero-inner {
  position: relative;
  z-index: 1;
  min-height: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 36px 0 44px;
}
.subpage-rule {
  width: 154px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  margin-bottom: 22px;
}
.subpage-hero h1 {
  margin: 0 0 28px;
  text-align: center;
  color: #1d1d1d;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -.8px;
  font-weight: 800;
}
.search-box {
  width: min(610px, 82vw);
  min-height: 48px;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 8px;
  padding: 0 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 6px 22px rgba(119,84,13,.06);
}
.search-box svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #242424;
  stroke-width: 1.8;
  stroke-linecap: round;
}
.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 12px;
  color: #333;
  background: transparent;
}
.search-box input::placeholder { color: #9c9c9c; }
.search-empty {
  margin: 24px 0 0;
  text-align: center;
  color: #777;
  font-size: 14px;
}

/* ---------- Disclosure page ---------- */
.disclosure-content {
  min-height: 635px;
  padding: 55px 0 76px;
  background: #fff;
}
.disclosure-list { display: grid; gap: 12px; }
.disclosure-row {
  min-height: 66px;
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 105px 44px;
  align-items: center;
  gap: 10px;
  padding: 8px 14px 8px 10px;
  background: #fff;
  border: 1px solid rgba(234,215,181,.52);
  border-radius: 14px;
  box-shadow: 0 5px 16px rgba(93,71,29,.035);
}
.row-index {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #fbfaf7;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
}
.row-title {
  min-width: 0;
  color: #2f2f2f;
  font-size: 13.5px;
  line-height: 1.45;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.disclosure-row time {
  justify-self: end;
  color: #6d6d6d;
  font-size: 10.5px;
  font-weight: 500;
}
.download-btn {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  justify-self: end;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffbd20, #f0a500);
  box-shadow: 0 5px 12px rgba(239,165,0,.22);
}
.download-btn svg { width: 20px; height: 20px; fill: #fff; }
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 56px;
}
.pagination button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  border: 1px solid #d2d2d2;
  background: #fff;
  color: #555;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}
.pagination .page-number.active {
  border-color: #e59b14;
  background: linear-gradient(180deg, #f9b52e, #e89c14);
  color: #fff;
}
.pagination .page-arrow {
  border-color: transparent;
  color: #b7b7b7;
  font-size: 26px;
}

/* ---------- Support page ---------- */
.support-content {
  min-height: 780px;
  padding: 64px 0 78px;
  background: #fff;
}
.support-grid {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}
.support-tabs {
  padding: 10px;
  border-radius: 14px;
  background: #fbf8f1;
  border: 1px solid rgba(230,220,204,.55);
}
.support-tab {
  width: 100%;
  min-height: 54px;
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #323232;
  text-align: left;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}
.support-tab.active {
  background: #fff;
  color: #e39500;
  box-shadow: 0 5px 16px rgba(84,65,29,.045);
}
.tab-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #292929;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.support-tab.active .tab-icon { background: linear-gradient(180deg, #ffbd24, #efa400); }
.faq-list {
  overflow: hidden;
  border: 1px solid #d5d5d5;
  border-radius: 12px;
  background: #fff;
}
.faq-item + .faq-item { border-top: 1px solid #dcdcdc; }
.faq-question {
  width: 100%;
  min-height: 63px;
  display: grid;
  grid-template-columns: 46px 1fr 24px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 12px;
  border: 0;
  background: #fff;
  text-align: left;
  font: inherit;
  cursor: pointer;
}
.faq-title {
  color: #333;
  font-size: 13px;
  font-weight: 600;
}
.faq-chevron {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #222;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}
.faq-item.open .faq-chevron { transform: rotate(180deg); }
.faq-answer { display: none; padding: 0 18px 20px 58px; }
.faq-answer p {
  margin: 0;
  color: #333;
  font-size: 12.5px;
  line-height: 1.72;
  font-weight: 400;
}

@media (max-width: 920px) {
  .nav-dropdown-menu { left: auto; right: 0; }
  .subpage-hero h1 { font-size: 32px; }
  .disclosure-row { grid-template-columns: 46px minmax(0,1fr) 40px; }
  .disclosure-row time { display: none; }
  .support-grid { grid-template-columns: 1fr; }
  .support-tabs { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 620px) {
  .subpage-hero { min-height: 250px; }
  .subpage-hero-inner { min-height: 250px; }
  .subpage-rule { width: 110px; }
  .subpage-hero h1 { font-size: 27px; margin-bottom: 22px; }
  .search-box { width: 100%; }
  .disclosure-content, .support-content { padding-block: 42px 54px; }
  .disclosure-row { grid-template-columns: 38px minmax(0,1fr) 34px; gap: 6px; padding-inline: 8px; }
  .row-index { width: 34px; height: 34px; font-size: 13px; }
  .row-title { font-size: 12px; }
  .download-btn { width: 32px; height: 32px; }
  .support-tabs { grid-template-columns: 1fr; }
  .faq-question { grid-template-columns: 40px 1fr 20px; }
  .faq-answer { padding-left: 52px; }
}

.faq-answer.is-open { display: block; }

/* ---------- Full support content imported from DOCX ---------- */
.support-panels { min-width: 0; }
.faq-panel[hidden] { display: none !important; }
.faq-list { width: 100%; }
.faq-question { padding-block: 11px; }
.faq-title {
  line-height: 1.48;
  overflow-wrap: anywhere;
}
.faq-answer {
  padding: 0 24px 26px 66px;
  background: linear-gradient(180deg, #fff 0%, #fffdf9 100%);
}
.faq-answer-body {
  max-width: 980px;
  padding-top: 2px;
}
.faq-answer p {
  margin: 0 0 11px;
  color: #3b3b3b;
  font-size: 13px;
  line-height: 1.78;
}
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer .support-step {
  margin-top: 14px;
  color: #2c2c2c;
  font-weight: 700;
}
.faq-answer .support-note-title,
.faq-answer .support-subheading {
  margin-top: 16px;
  color: #bb7600;
  font-weight: 800;
}
.faq-answer .support-bullet {
  position: relative;
  padding-left: 3px;
}
.faq-media {
  margin: 18px 0 22px;
  width: min(100%, 860px);
}
.faq-media img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 760px;
  object-fit: contain;
  border-radius: 12px;
  border: 1px solid rgba(214, 179, 92, .28);
  background: #fff9d9;
  box-shadow: 0 12px 28px rgba(39, 31, 14, .07);
}
.support-tabs {
  position: sticky;
  top: 86px;
}
.support-tab[aria-selected="true"] { background: #fff; }
.search-empty {
  margin: 0;
  padding: 28px;
  text-align: center;
  color: #777;
  font-size: 13px;
}
@media (max-width: 920px) {
  .support-tabs { position: static; }
  .faq-answer { padding-left: 60px; }
}
@media (max-width: 620px) {
  .faq-answer { padding: 0 14px 20px 14px; }
  .faq-answer-body { max-width: none; }
  .faq-media { margin-block: 14px 18px; }
  .faq-media img { border-radius: 9px; }
  .faq-answer p { font-size: 12.5px; line-height: 1.72; }
}
