/* Extracted from faq.php: <style> #1 */
:root {
  --gold:      #F0A500;
  --gold-d:    #C88600;
  --gold-l:    #FFF8E7;
  --gold-xl:   #FFFBF0;
  --gold-glow: rgba(240,165,0,.22);
  --gold-p:    rgba(240,165,0,.1);

  --dark:      #0C0C0C;
  --dark2:     #141414;
  --dark3:     #1C1C1C;
  --dark4:     #242424;

  --cream:     #FAF7F2;
  --cream2:    #F4F0E8;
  --cream3:    #EDE8DC;
  --white:     #FFFFFF;

  --ink:       #18130A;
  --ink-70:    rgba(24,19,10,.70);
  --ink-40:    rgba(24,19,10,.40);
  --ink-15:    rgba(24,19,10,.12);

  --green:     #16A34A;

  --r:    10px;
  --r-lg: 18px;
  --r-xl: 26px;

  --sh:    0 2px 16px rgba(0,0,0,.10), 0 8px 32px rgba(0,0,0,.08);
  --sh-lg: 0 12px 60px rgba(0,0,0,.28);
  --sh-g:  0 6px 36px rgba(240,165,0,.30);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white); color: var(--ink);
  font-size: 16px; line-height: 1.65; overflow-x: hidden;
}
h1,h2,h3,h4 { font-family: 'Barlow Condensed', sans-serif; line-height: 1.02; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

.w   { max-width: 1180px; margin: 0 auto; padding: 0 48px; }
.sec { padding: 104px 0; }


.s-white {
  background: var(--white);
  background-image:
    radial-gradient(ellipse 100% 80% at 50% 0%, rgba(240,165,0,.05) 0%, transparent 60%);
}
.s-white h2    { color: var(--ink); }
.s-white h2 em { color: var(--gold); font-style: normal; }
.s-white .lbl  { color: var(--gold-d); }
.s-white .lbl::before { background: var(--gold); }

.gold-rule       { height: 1px; background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent); opacity: .25; }
.gold-rule-thick { height: 3px; background: linear-gradient(90deg, transparent, var(--gold) 25%, var(--gold) 75%, transparent); opacity: .4; }


.lbl {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: .20em; text-transform: uppercase; margin-bottom: 16px;
}
.lbl::before { content: ''; width: 24px; height: 2px; border-radius: 2px; flex-shrink: 0; }

h2 {
  font-size: clamp(30px, 4.2vw, 56px); font-weight: 800;
  letter-spacing: .02em; text-transform: uppercase; margin-bottom: 16px;
  line-height: 1.0;
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1);
}
.reveal.in { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .10s; }
.reveal-delay-2 { transition-delay: .20s; }
.reveal-delay-3 { transition-delay: .30s; }
.reveal-delay-4 { transition-delay: .40s; }
.reveal-delay-5 { transition-delay: .50s; }
.reveal-delay-6 { transition-delay: .60s; }
.reveal-delay-7 { transition-delay: .70s; }

.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 15px;
  letter-spacing: .10em; text-transform: uppercase;
  padding: 15px 32px; border-radius: 4px; border: none; cursor: pointer;
  transition: transform .18s, box-shadow .18s, background .18s;
  text-decoration: none; white-space: nowrap; position: relative; overflow: hidden;
}
.btn::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(255,255,255,.12); opacity: 0; transition: opacity .18s;
}
.btn:hover::before { opacity: 1; }
.btn:hover { transform: translateY(-2px); }
.btn svg { transition: transform .18s; flex-shrink: 0; }
.btn:hover svg { transform: translateX(4px); }

.btn-gold {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-d) 100%);
  color: var(--dark); box-shadow: var(--sh-g);
}
.btn-gold:hover { box-shadow: 0 10px 48px rgba(240,165,0,.50); }

.btn-outline-w {
  background: transparent; color: var(--white);
  border: 2px solid rgba(255,255,255,.35);
}
.btn-outline-w:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.65); }

.btn-dark { background: var(--dark); color: var(--white); box-shadow: 0 4px 20px rgba(0,0,0,.35); }
.btn-dark:hover { background: var(--dark3); }

.btn-lg { padding: 18px 38px; font-size: 16px; }


.topbar {
  background: var(--dark2); color: rgba(255,255,255,.48);
  padding: 8px 48px;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px; flex-wrap: wrap; font-size: 12.5px;
}
.topbar a { color: rgba(255,255,255,.68); transition: color .15s; }
.topbar a:hover { color: var(--gold); }
.tb-l { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.tb-i { display: flex; align-items: center; gap: 6px; }
.nbs-chip {
  background: rgba(240,165,0,.14); border: 1px solid rgba(240,165,0,.28);
  color: var(--gold); padding: 3px 10px; border-radius: 3px;
  font-size: 10px; font-weight: 700; letter-spacing: .14em;
  font-family: 'Barlow Condensed', sans-serif; text-transform: uppercase;
}


.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(12,12,12,.96);
  backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(240,165,0,.12);
  box-shadow: 0 2px 32px rgba(0,0,0,.60);
  transition: background .3s;
}
.nav-in {
  max-width: 1180px; margin: 0 auto; padding: 0 48px;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px; gap: 20px;
}
.nav-logo { display: flex; align-items: center; gap: 13px; text-decoration: none; }
.logo-main {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px; font-weight: 800; color: var(--white);
  letter-spacing: .05em; text-transform: uppercase;
  display: block; line-height: 1.1;
}
.logo-main span { color: var(--gold); }
.logo-sub {
  font-size: 9px; color: rgba(255,255,255,.28);
  letter-spacing: .16em; text-transform: uppercase;
  display: block; margin-top: 2px; font-family: 'DM Sans', sans-serif;
}
.nav-links { display: flex; list-style: none; gap: 2px; align-items: center; }
.nav-links li a {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.50); padding: 7px 13px; border-radius: 3px;
  transition: color .15s, background .15s;
}
.nav-links li a:hover  { color: var(--gold); background: rgba(240,165,0,.08); }
.nav-links li a.active { color: var(--gold); }
.nav-cta-li a {
  background: linear-gradient(135deg, var(--gold), var(--gold-d)) !important;
  color: var(--dark) !important; font-weight: 800;
  box-shadow: 0 2px 12px rgba(240,165,0,.30);
}
.nav-cta-li a:hover { box-shadow: 0 4px 20px rgba(240,165,0,.50) !important; }


.subhero {
  position: relative; overflow: hidden;
  min-height: 66vh; display: flex; align-items: center;
  padding: 90px 0 72px;
}
.subhero-bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(108deg, rgba(12,12,12,.90) 0%, rgba(12,12,12,.66) 48%, rgba(12,12,12,.16) 100%),
    url('https://images.unsplash.com/photo-1541625602330-2277a4c46182?w=1920&q=88&auto=format&fit=crop&crop=center') center 38%/cover no-repeat;
}

.subhero-bg::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, transparent, var(--gold) 30%, var(--gold) 70%, transparent);
  z-index: 2;
}


.subhero-bg::before {
  content: ''; position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 55% 70% at 75% 50%, rgba(240,165,0,.06) 0%, transparent 65%),
    radial-gradient(ellipse 30% 40% at 15% 80%, rgba(240,165,0,.05) 0%, transparent 60%);
}

.subhero-in {
  position: relative; z-index: 2;
  max-width: 1180px; margin: 0 auto; padding: 0 48px;
  width: 100%;
  display: grid; grid-template-columns: 1fr 420px; gap: 80px; align-items: center;
}

.subhero-left {}

.subhero-kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px;
}
.kicker-dot {
  width: 8px; height: 8px; background: var(--gold); border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(240,165,0,.2);
  animation: kpulse 2.2s infinite;
}
@keyframes kpulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(240,165,0,.2); }
  50%      { box-shadow: 0 0 0 8px rgba(240,165,0,.06); }
}

.subhero h1 {
  font-size: clamp(42px, 5.8vw, 82px); font-weight: 800;
  color: var(--white); margin-bottom: 22px;
  line-height: .95; letter-spacing: .02em; text-transform: uppercase;
}
.subhero h1 em { font-style: normal; color: var(--gold); }

.subhero-sub {
  font-size: 17px; color: rgba(255,255,255,.55); max-width: 520px;
  margin-bottom: 38px; font-weight: 300; line-height: 1.72;
}

.subhero-stats {
  display: flex; gap: 40px; padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.10); flex-wrap: wrap;
}
.hs-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 30px; font-weight: 800; color: var(--gold);
  line-height: 1; margin-bottom: 3px; letter-spacing: .01em;
}
.hs-lbl { font-size: 11.5px; color: rgba(255,255,255,.36); font-weight: 300; line-height: 1.4; max-width: 100px; }

/* Pravý stĺpec — otázková karta */
.hero-qcard {
  background: rgba(12,12,12,.78);
  border: 1.5px solid rgba(240,165,0,.22);
  border-radius: var(--r-xl);
  padding: 36px 32px;
  backdrop-filter: blur(20px) saturate(140%);
  box-shadow: 0 24px 80px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.06);
}
.hero-qcard-head {
  display: flex; align-items: center; gap: 12px; margin-bottom: 28px;
  padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.hero-qcard-icon {
  width: 44px; height: 44px; border-radius: 10px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-d) 100%);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; box-shadow: 0 4px 16px rgba(240,165,0,.35);
}
.hero-qcard-title {
  font-family: 'Barlow Condensed', sans-serif; font-size: 15px; font-weight: 800;
  color: var(--white); letter-spacing: .06em; text-transform: uppercase;
  display: block; margin-bottom: 2px;
}
.hero-qcard-sub {
  font-size: 12px; color: rgba(255,255,255,.38); letter-spacing: .02em;
}
.hero-qcard-items { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.hero-qitem {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 16px; border-radius: var(--r);
  background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07);
  cursor: pointer; transition: background .18s, border-color .18s;
}
.hero-qitem:hover { background: rgba(240,165,0,.08); border-color: rgba(240,165,0,.25); }
.hero-qitem-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold); flex-shrink: 0; opacity: .7;
}
.hero-qitem-text {
  font-size: 13px; color: rgba(255,255,255,.62); line-height: 1.4;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
  letter-spacing: .03em; text-transform: uppercase;
}
.hero-qitem-arr {
  margin-left: auto; color: rgba(240,165,0,.55); font-size: 14px; flex-shrink: 0;
}
.hero-qcard-cta {
  display: flex; flex-direction: column; gap: 10px;
}
.hero-qcard-cta .btn { justify-content: center; width: 100%; }
.hero-qcard-note {
  font-size: 11.5px; color: rgba(255,255,255,.28); text-align: center; line-height: 1.5;
}


.ticker-wrap {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-d) 100%);
  padding: 13px 0; overflow: hidden;
}
.ticker-t { display: flex; white-space: nowrap; animation: tick 40s linear infinite; }
.t-item {
  display: inline-flex; align-items: center; gap: 14px; padding: 0 28px;
  font-family: 'Barlow Condensed', sans-serif; font-size: 13px; font-weight: 700;
  color: var(--dark); letter-spacing: .09em; text-transform: uppercase;
}
.t-sep { width: 5px; height: 5px; background: rgba(0,0,0,.25); border-radius: 50%; flex-shrink: 0; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }


.faq-layout {
  display: grid; grid-template-columns: 300px 1fr; gap: 80px; align-items: start;
}
.faq-sidebar { position: sticky; top: 96px; }

.faq-list { display: flex; flex-direction: column; gap: 10px; }

.faq-item {
  background: var(--cream);
  border: 1.5px solid var(--ink-15); border-radius: var(--r-lg);
  overflow: hidden; transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 1px 8px rgba(0,0,0,.04);
}
.faq-item:hover  { border-color: rgba(240,165,0,.5); }
.faq-item.open   { border-color: var(--gold); box-shadow: 0 4px 20px rgba(240,165,0,.12); }

.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 18px 22px; cursor: pointer; user-select: none;
}
.faq-qt {
  font-family: 'Barlow Condensed', sans-serif; font-size: 16px; font-weight: 700;
  color: var(--ink); letter-spacing: .03em; text-transform: uppercase;
}
.faq-qi {
  width: 28px; height: 28px; border-radius: 3px;
  background: rgba(240,165,0,.1); border: 1px solid rgba(240,165,0,.22);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold); font-size: 18px; font-weight: 300; flex-shrink: 0;
  transition: background .2s, transform .28s; line-height: 1;
}
.faq-item.open .faq-qi {
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  color: var(--dark); transform: rotate(45deg);
}
.faq-body {
  max-height: 0; overflow: hidden;
  transition: max-height .34s cubic-bezier(.4,0,.2,1);
  font-size: 14px; color: var(--ink-70); line-height: 1.66;
}
.faq-item.open .faq-body { max-height: 900px; }
.faq-body-in { padding: 0 22px 22px; }


.faq-tag {
  display: inline-block;
  font-family: 'Barlow Condensed', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 3px 10px; border-radius: 3px;
  background: rgba(240,165,0,.1); border: 1px solid rgba(240,165,0,.22);
  color: var(--gold-d); margin-bottom: 8px;
}


.faq-contact-box {
  margin-top: 36px;
  background: var(--cream);
  border: 1.5px solid var(--ink-15);
  border-radius: var(--r-lg); padding: 24px;
}
.faq-contact-box p {
  font-size: 13px; color: var(--ink-70); line-height: 1.62; margin-bottom: 18px;
}
.faq-contact-item {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 12px;
}
.faq-contact-item:last-child { margin-bottom: 0; }
.faq-contact-ico {
  width: 34px; height: 34px; border-radius: 8px;
  background: rgba(240,165,0,.10); border: 1px solid rgba(240,165,0,.22);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px; flex-shrink: 0;
}
.faq-contact-lbl {
  font-size: 11px; color: var(--ink-40); letter-spacing: .04em; text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 600;
}
.faq-contact-val { font-size: 13.5px; color: var(--ink); font-weight: 500; }

.cta-band {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-d) 100%);
  padding: 72px 48px; text-align: center;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(255,255,255,.15) 0%, transparent 65%);
  pointer-events: none;
}
.cta-in { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta-in h2 {
  font-size: clamp(32px, 4.8vw, 62px); font-weight: 800;
  color: var(--dark); text-transform: uppercase; letter-spacing: .02em;
  margin-bottom: 18px; line-height: 1.0;
}
.cta-in p {
  font-size: 16px; color: rgba(12,12,12,.65);
  margin-bottom: 36px; font-weight: 300; line-height: 1.7;
}
.cta-pills {
  display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-top: 28px;
}
.cta-pill {
  background: rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.15);
  color: var(--dark); font-family: 'Barlow Condensed', sans-serif;
  font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 7px 16px; border-radius: 4px;
}


footer {
  background: var(--dark2);
  border-top: 1px solid rgba(240,165,0,.1);
}
.foot-in { max-width: 1180px; margin: 0 auto; padding: 64px 48px 36px; }
.foot-grid {
  display: grid; grid-template-columns: minmax(230px,2fr) repeat(4,minmax(130px,1fr));
  gap: 48px; margin-bottom: 48px;
}
.foot-logo-wrap { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.foot-logo-main {
  font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 800;
  color: var(--white); letter-spacing: .04em; text-transform: uppercase;
}
.foot-logo-main span { color: var(--gold); }
.foot-logo-sub {
  font-size: 9px; color: rgba(255,255,255,.26);
  letter-spacing: .14em; text-transform: uppercase;
  display: block; font-family: 'DM Sans', sans-serif;
}
.foot-desc {
  font-size: 13px; color: rgba(255,255,255,.32); line-height: 1.68; max-width: 260px;
}
.foot-col h5 {
  font-family: 'Barlow Condensed', sans-serif; font-size: 12px; font-weight: 700;
  color: rgba(255,255,255,.30); letter-spacing: .18em; text-transform: uppercase;
  margin-bottom: 16px;
}
.foot-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.foot-col ul li a {
  font-size: 13.5px; color: rgba(255,255,255,.48); transition: color .15s;
}
.foot-col ul li a:hover { color: var(--gold); }
.foot-bot {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 14px;
  padding-top: 24px; border-top: 1px solid rgba(255,255,255,.07);
  font-size: 12px; color: rgba(255,255,255,.24);
}
.foot-nbs { display: flex; align-items: center; gap: 10px; font-size: 12px; color: rgba(255,255,255,.26); }
.foot-nbs-tag {
  background: rgba(240,165,0,.14); border: 1px solid rgba(240,165,0,.28);
  color: var(--gold); font-family: 'Barlow Condensed', sans-serif;
  font-size: 10px; font-weight: 800; letter-spacing: .14em; padding: 2px 8px; border-radius: 3px;
}


@media (max-width: 1060px) {
  .subhero-in { grid-template-columns: 1fr; gap: 48px; }
  .hero-qcard { max-width: 520px; }
}
@media (max-width: 960px) {
  .w { padding: 0 24px; }
  .sec { padding: 72px 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 48px; }
  .faq-sidebar { position: static; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .subhero-stats { gap: 28px; }
}
@media (max-width: 600px) {
  .topbar { display: none; }
  .nav-links { display: none; }
  .w { padding: 0 16px; }
  .sec { padding: 56px 0; }
  .subhero { padding: 64px 0 52px; }
  .subhero-in { padding: 0 24px; }
  .subhero h1 { font-size: 46px; }
  .foot-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 52px 24px; }
}

.reveal{opacity:1;transform:none}



.nav-toggle {
  display: none;
  width: 44px; height: 44px;
  border: 1px solid rgba(240,165,0,.28);
  border-radius: 10px;
  background: rgba(240,165,0,.08);
  cursor: pointer;
  align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
}
.nav-toggle span {
  width: 20px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform .22s, opacity .22s;
}
.nav.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
.nav.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.faq-q:focus-visible,
.hero-qitem:focus-visible,
.btn:focus-visible,
.nav-links a:focus-visible,
.nav-toggle:focus-visible,
.mobile-sticky-cta:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.mobile-sticky-cta {
  display: none;
  position: fixed;
  left: 16px; right: 16px; bottom: 14px;
  z-index: 999;
  padding: 15px 18px;
  border-radius: 12px;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--dark);
  background: linear-gradient(135deg, var(--gold), var(--gold-d));
  box-shadow: 0 10px 34px rgba(0,0,0,.34), 0 8px 28px rgba(240,165,0,.32);
}

@media (max-width: 760px) {
  .nav-in { height: 66px; padding: 0 18px; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .nav-links {
    position: absolute;
    top: 66px; left: 0; right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 18px 18px;
    background: rgba(12,12,12,.98);
    border-bottom: 1px solid rgba(240,165,0,.16);
    box-shadow: 0 18px 40px rgba(0,0,0,.45);
  }
  .nav.menu-open .nav-links { display: flex; }
  .nav-links li a {
    display: flex;
    width: 100%;
    padding: 13px 12px;
    border-bottom: 1px solid rgba(255,255,255,.06);
  }
  .nav-cta-li a {
    justify-content: center;
    margin-top: 10px;
    border-bottom: 0 !important;
  }
  .hero-qcard { display: none; }
  .subhero-in { gap: 0; }
  .subhero-sub { margin-bottom: 26px; }
  .faq-q { align-items: flex-start; }
  body { padding-bottom: 74px; }
  .mobile-sticky-cta { display: block; }
}

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


/* Extracted from inline style attributes in faq.php. */
.u-inline-faq-1 {
  object-fit: contain !important;
  display: block !important;
}

.u-inline-faq-2 {
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

.u-inline-faq-3 {
  font-size: 15px !important;
  color: var(--ink-70) !important;
  line-height: 1.68 !important;
  margin-bottom: 32px !important;
}

.u-inline-faq-4 {
  background: var(--gold-xl) !important;
  border: 1.5px solid rgba(240,165,0,.24) !important;
  border-radius: var(--r-lg) !important;
  padding: 18px 20px !important;
  margin: 0 0 22px !important;
  font-size: 13.5px !important;
  color: var(--ink-70) !important;
  line-height: 1.62 !important;
}

.u-inline-faq-5 {
  color: var(--ink) !important;
}

.u-inline-faq-6 {
  object-fit: contain !important;
  display: block !important;
}
