:root {
  --white: #FFFFFF;
  --ink: #0E0E0E;
  --red: #E04434;
  --yellow: #FFE45C;
  --gray: #F4F2EC;
  --gray-mid: #6B6B6B;
  --rule: rgba(14,14,14,0.12);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  background: var(--white);
  color: var(--ink);
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

header {
  padding: 22px 36px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
}
.brand-logo {
  height: 96px;
  width: auto;
  display: block;
}
@media (max-width: 760px) {
  header { padding: 18px 22px 14px; }
  .brand-logo { height: 72px; }
}

.brand-mark {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: var(--red);
}
.brand-mark svg { display: block; width: 100%; height: 100%; }
.header-meta {
  font-size: 13px;
  color: var(--gray-mid);
}

/* ---- HERO ---- */
.hero {
  padding: 60px 36px 70px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.hero-eyebrow {
  font-size: 14px;
  color: var(--gray-mid);
  margin-bottom: 44px;
  letter-spacing: 0.01em;
}
.hero-eyebrow span {
  color: var(--red);
  font-weight: 500;
}
.hero-question {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: clamp(44px, 6.6vw, 96px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  max-width: 16ch;
  margin-bottom: 70px;
  font-variation-settings: "opsz" 96;
}
.hero-answer {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-size: clamp(52px, 16vw, 190px);
  line-height: 0.94;
  letter-spacing: -0.035em;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding-right: 0.06em;
}
.highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.highlight::before {
  content: "";
  position: absolute;
  left: -3%;
  right: -3%;
  top: 32%;
  bottom: 14%;
  background: var(--yellow);
  z-index: -1;
  transform: rotate(-1.4deg) scaleX(0);
  border-radius: 3px;
  animation: highlight-in 1.1s cubic-bezier(0.65, 0, 0.35, 1) 0.5s forwards;
  transform-origin: left center;
}
@keyframes highlight-in {
  to { transform: rotate(-1.4deg) scaleX(1); }
}
.asterisk {
  font-size: 0.42em;
  color: var(--red);
  vertical-align: 0.75em;
  font-style: normal;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 0.6em;
  position: relative;
  z-index: 3;
}
.asterisk:hover { transform: rotate(60deg); }

/* ---- SECTION COMMON ---- */
section {
  padding: 110px 36px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.section-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.section-label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--red);
  margin-right: 12px;
  border-radius: 50%;
}
.section-head {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.025em;
  max-width: 22ch;
  margin-bottom: 60px;
  font-variation-settings: "opsz" 96;
}
.section-head em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

/* ---- VIDEO ---- */
.video-section {
  padding: 90px 36px 48px;
  background: var(--white);
}
.video-heading {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 4.5vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  font-variation-settings: "opsz" 96;
  text-align: center;
  max-width: 860px;
  margin: 0 auto 40px;
}
.video-wrap {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 16 / 9; /* always 16:9 */
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(14,14,14,0.1);
}
.video-embed {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
@media (max-width: 760px) {
  .video-section { padding: 60px 22px 36px; }
}

/* ---- THE CATCH ---- */
.catch-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 36px;
}
.catch-step-num {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 64px;
  color: var(--red);
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.catch-step-head {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.22;
  letter-spacing: -0.015em;
  margin-bottom: 14px;
  max-width: 22ch;
}
.catch-step-body {
  font-size: 15px;
  line-height: 1.55;
  color: var(--gray-mid);
  max-width: 34ch;
}

/* ---- INTERACTIVE ---- */
.mechanic { background: var(--gray); padding-bottom: 60px; }
.ballot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.ballot-card {
  padding: 30px 24px;
  background: var(--white);
  border: 1px solid var(--rule);
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  color: inherit;
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
  border-radius: 4px;
}
.ballot-card:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
  transform: translateY(-3px);
}
.ballot-card.active {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
}
.ballot-card-num {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 14px;
  color: var(--gray-mid);
  margin-bottom: 10px;
}
.ballot-card:hover .ballot-card-num,
.ballot-card.active .ballot-card-num { color: var(--yellow); }
.ballot-card-label {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.015em;
}
.ballot-result {
  min-height: 200px;
  padding-top: 44px;
  margin-top: 36px;
  border-top: 1px solid var(--rule);
}
.ballot-result-content {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.ballot-result-content.visible { opacity: 1; transform: translateY(0); }
.ballot-result-eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--red);
  font-weight: 600;
  margin-bottom: 14px;
}
.ballot-result-text {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: clamp(22px, 2.8vw, 30px);
  line-height: 1.25;
  letter-spacing: -0.015em;
  max-width: 820px;
}
.ballot-result-text em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--red);
  font-weight: 400;
}
.ballot-result-empty {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--gray-mid);
}

/* ---- BIG PICTURE ---- */
.bigpicture {
  background: var(--ink);
  color: var(--white);
}
.bigpicture .section-label { color: var(--yellow); }
.bigpicture .section-label::before { background: var(--yellow); }
.bigpicture .section-head { color: var(--white); }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 20px;
}
.stat {
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 24px;
}
.stat-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: clamp(56px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  margin-bottom: 16px;
  font-variation-settings: "opsz" 96;
}
.stat-num .em { color: var(--red); }
.stat-label {
  font-size: 16px;
  line-height: 1.45;
  color: rgba(255,255,255,0.7);
  max-width: 280px;
}
.bigpicture-note {
  margin-top: 70px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.18);
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.32;
  max-width: 30ch;
  color: var(--white);
}
.bigpicture-note .punch { color: var(--yellow); }

/* ---- PICKER ---- */
.picker {
  padding: 110px 36px 130px;
  background: var(--red);
  width: 100%;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.picker-inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.picker-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 30px;
}
.picker-eyebrow .brand-mark { width: 18px; height: 18px; color: var(--white); }
.picker-eyebrow .brand-mark path { fill: var(--white); }
.picker-watermark {
  position: absolute;
  right: -40px;
  bottom: -60px;
  width: 320px;
  height: 320px;
  opacity: 0.08;
  pointer-events: none;
  color: var(--white);
}
.picker-watermark svg { display: block; width: 100%; height: 100%; }
@media (max-width: 760px) {
  .picker { padding: 70px 22px 90px; }
  .picker-watermark { width: 220px; height: 220px; right: -50px; bottom: -50px; }
}

/* ---- PREDICT-THEN-REVEAL ---- */
.predict-prompt {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.025em;
  margin-bottom: 60px;
  color: var(--white);
  font-variation-settings: "opsz" 96;
  max-width: 40ch;
}
.predict-slider-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 14px;
}
.slider-track {
  position: relative;
  flex: 1;
  height: 6px;
  background: rgba(255,255,255,0.28);
  border-radius: 4px;
}
.slider-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--white);
  border-radius: 4px;
  width: 40%;
  pointer-events: none;
  transition: background 0.4s ease;
}
.predict.revealed .slider-fill { background: rgba(255,255,255,0.55); }
.predict-slider {
  position: absolute;
  inset: -12px 0;
  width: 100%;
  height: calc(100% + 24px);
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  cursor: grab;
  z-index: 2;
}
.predict-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--white);
  cursor: grab;
  border: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
  transition: transform 0.15s ease;
}
.predict-slider::-webkit-slider-thumb:hover { transform: scale(1.12); }
.predict-slider::-webkit-slider-thumb:active { cursor: grabbing; transform: scale(1.18); }
.predict-slider::-moz-range-thumb {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--white);
  cursor: grab;
  border: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}
.predict-slider:disabled { cursor: not-allowed; opacity: 0.7; }
.predict-slider:disabled::-webkit-slider-thumb { cursor: not-allowed; }
.slider-actual-marker {
  position: absolute;
  width: 4px;
  height: 28px;
  background: var(--yellow);
  top: 50%;
  margin-top: -14px;
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.5s ease 0.4s;
  pointer-events: none;
  z-index: 1;
  box-shadow: 0 0 12px rgba(255,228,92,0.7);
}
.slider-actual-marker.visible { opacity: 1; }
.slider-actual-marker::after {
  content: 'Actual';
  position: absolute;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: var(--yellow);
  font-weight: 700;
  font-family: 'Bricolage Grotesque', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  white-space: nowrap;
}
.predict-value-display {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: var(--white);
  min-width: 80px;
  text-align: right;
  font-variation-settings: "opsz" 96;
  letter-spacing: -0.02em;
}
.predict-value-display .unit {
  color: rgba(255,255,255,0.7);
  font-size: 0.55em;
  margin-left: 2px;
}
.predict-range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 38px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-right: 104px;
}
.predict-reveal-btn {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 28px;
  background: var(--white);
  color: var(--red);
  border: 1.5px solid var(--white);
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
  letter-spacing: -0.005em;
}
.predict-reveal-btn:hover {
  background: var(--ink);
  color: var(--white);
  border-color: var(--ink);
  transform: translateY(-1px);
}
.predict-reveal-panel {
  display: none;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.25);
}
.predict-reveal-panel.visible {
  display: block;
  animation: predict-reveal-in 0.7s ease both;
}
@keyframes predict-reveal-in {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.predict-actual-num {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: clamp(64px, 9vw, 112px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--yellow);
  margin-bottom: 26px;
  font-variation-settings: "opsz" 96;
  text-shadow: 0 4px 24px rgba(0,0,0,0.18);
}
.predict-actual-num .unit {
  color: rgba(255,228,92,0.7);
  font-size: 0.5em;
}
.predict-context {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: var(--white);
  max-width: 38em;
  letter-spacing: -0.005em;
}
.predict-context strong { color: var(--yellow); font-weight: 600; }
.predict-context em {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  color: var(--yellow);
  font-weight: 400;
}
@media (max-width: 760px) {
  .predict-slider-row { gap: 16px; }
  .predict-value-display { font-size: 32px; min-width: 64px; }
  .predict-range-labels { padding-right: 80px; margin-bottom: 30px; }
  .predict-reveal-panel { margin-top: 28px; padding-top: 28px; }
}

/* ---- BACK CTA ---- */
.back-cta {
  padding: 80px 36px;
  text-align: center;
  border-top: 1px solid var(--rule);
}
.back-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.back-cta-text {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 22px;
  color: var(--gray-mid);
}
.back-cta-link {
  display: inline-block;
  padding: 16px 36px;
  background: var(--ink);
  color: var(--white);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}
.back-cta-link:hover {
  background: var(--red);
  transform: translateY(-2px);
}
@media (max-width: 760px) {
  .back-cta { padding: 60px 22px; }
}

/* ---- FOOTER ---- */
footer {
  border-top: 1px solid var(--rule);
  padding: 30px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: var(--gray-mid);
}

.footer-link {
  color: var(--gray-mid);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
.footer-link:hover { color: var(--ink); }


/* ---- JOIN FORM ---- */
.join-form-wrap {
  margin-top: 56px;
  background: var(--red);
  border-radius: 8px;
  padding: 52px 48px 48px;
}
.join-form-rule {
  display: none;
}
.join-form-inner {
  max-width: 760px;
}
.join-form-head {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 4.5vw, 52px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
  font-variation-settings: "opsz" 96;
  color: var(--white);
}
.join-form-head em {
  font-family: 'Instrument Serif', Georgia, serif;
  font-style: italic;
  font-weight: 400;
  color: var(--yellow);
}
.join-form-sub {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255,255,255,0.85);
  max-width: 56ch;
  margin-bottom: 40px;
}
.join-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.join-form-row {
  display: flex;
  gap: 14px;
}
.join-form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.join-form-field--wide {
  flex: 2;
}
.join-label {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.join-input {
  padding: 16px 20px;
  border: 1.5px solid var(--rule);
  background: var(--white);
  font-family: inherit;
  font-size: 16px;
  color: var(--ink);
  outline: none;
  border-radius: 4px;
  width: 100%;
  transition: border-color 0.2s ease;
}
.join-input:focus { border-color: var(--ink); }
.join-input.invalid { border-color: var(--red); }
.join-input::placeholder { color: #b0aeaa; }
.join-form-error {
  font-size: 14px;
  color: var(--red);
  font-family: 'Bricolage Grotesque', sans-serif;
  min-height: 20px;
  letter-spacing: -0.005em;
}
.join-submit {
  align-self: flex-start;
  margin-top: 6px;
  padding: 18px 34px;
  background: var(--ink);
  color: var(--white);
  border: 1.5px solid var(--ink);
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  letter-spacing: -0.01em;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}
.join-submit:hover {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--ink);
  transform: translateY(-1px);
}
.join-success {
  font-family: 'Instrument Serif', serif;
  font-style: italic;
  font-size: 26px;
  color: var(--white);
  display: none;
  margin-top: 10px;
}
.join-success.visible { display: block; }
.join-success::before {
  content: "✓ ";
  color: var(--yellow);
  font-style: normal;
  font-weight: 700;
  font-family: 'Bricolage Grotesque', sans-serif;
}
.join-privacy {
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  margin-top: 18px;
}
.join-privacy--policy {
  margin-top: 8px;
}
.join-privacy a {
  color: rgba(255,255,255,0.7);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
.join-privacy a:hover {
  color: var(--white);
}
@media (max-width: 760px) {
  .join-form-wrap { padding: 36px 24px 32px; border-radius: 6px; }
  .join-form-row { flex-direction: column; gap: 14px; }
  .join-form-field--wide { flex: 1; }
  .join-submit { width: 100%; text-align: center; }
}

/* ---- ANIMATIONS ---- */
.fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-up.in {
  opacity: 1;
  transform: translateY(0);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 760px) {
  header { padding: 20px 22px; }
  .hero { padding: 40px 22px 80px; }
  .hero-question { margin-bottom: 44px; }
  .hero-answer { margin-bottom: 32px; }
  section { padding: 80px 22px; }
  .cta { padding: 80px 22px; }
  .catch-grid, .stats-grid { grid-template-columns: 1fr; gap: 44px; }
  .ballot-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .ballot-card { padding: 24px 20px; }
  .email-form { flex-direction: column; }
  footer { padding: 24px 22px; flex-direction: column; gap: 12px; text-align: center; }
}

/* ---- FAQ ---- */
.faq {
  background: var(--gray);
  padding: 110px 36px 130px;
}
.faq .container {
  max-width: 920px;
  margin: 0 auto;
}
.faq-list {
  margin-top: 56px;
  border-top: 1px solid var(--rule);
}
.faq-item {
  border-bottom: 1px solid var(--rule);
}
.faq-item[open] {
  background: rgba(255,255,255,0.55);
}
.faq-q {
  list-style: none;
  cursor: pointer;
  padding: 24px 8px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 600;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.32;
  letter-spacing: -0.015em;
  color: var(--ink);
  transition: color 0.18s ease;
}
.faq-q::-webkit-details-marker { display: none; }
.faq-q:hover { color: var(--red); }
.faq-q-text {
  flex: 1;
  min-width: 0;
}
.faq-q-icon {
  font-family: 'Instrument Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  color: var(--red);
  flex-shrink: 0;
  margin-top: 2px;
  transition: transform 0.22s ease;
  width: 18px;
  text-align: center;
}
.faq-item[open] .faq-q-icon {
  transform: rotate(45deg);
}
.faq-a {
  padding: 0 8px 28px;
  font-family: 'Instrument Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.62;
  color: var(--ink);
  max-width: 64ch;
}
@media (max-width: 760px) {
  .faq { padding: 70px 22px 90px; }
  .faq-list { margin-top: 36px; }
  .faq-q { padding: 20px 4px; gap: 16px; font-size: 17px; }
  .faq-a { padding: 0 4px 22px; font-size: 15.5px; }
}
