/* =========================================================
   OUTFINX — COMPACT CPA FIRM CHALLENGES PAGE
   ========================================================= */

.compact-challenges-page {
  background: var(--white);
}

.compact-challenges-page .section-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.compact-challenges-page .section-heading.split {
  max-width: none;
}

.compact-challenges-page .section-heading h2,
.solution-copy h2,
.compact-cta-shell h2 {
  margin-top: 14px;
  font-size: clamp(40px, 4.7vw, 62px);
  font-weight: 650;
  letter-spacing: -0.055em;
  line-height: 1.04;
}

.compact-challenges-page .section-heading p,
.solution-copy > p {
  margin-top: 15px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.72;
}

/* HERO */

.compact-hero {
  position: relative;
  min-height: 810px;
  overflow: clip;
  padding: 140px 0 70px;
  background:
    radial-gradient(circle at 85% 12%, rgba(21, 94, 239, 0.10), transparent 28%),
    linear-gradient(180deg, #ffffff, #f8faff);
}

.compact-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 24, 40, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 24, 40, 0.025) 1px, transparent 1px);
  background-size: 82px 82px;
  mask-image: linear-gradient(to bottom, transparent, #000 15%, #000 80%, transparent);
}

.compact-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(520px, 1.12fr);
  align-items: center;
  gap: 58px;
}

.compact-hero-copy h1 {
  max-width: 760px;
  margin-top: 22px;
  font-size: clamp(52px, 6vw, 78px);
  font-weight: 650;
  letter-spacing: -0.066em;
  line-height: 0.99;
}

.compact-hero-copy > p {
  max-width: 650px;
  margin-top: 23px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

.compact-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  color: var(--muted);
  font-size: 9px;
}

.compact-proof i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--green);
}

.compact-hero-media {
  position: relative;
  min-height: 560px;
}

.hero-image-shell {
  position: absolute;
  inset: 28px 20px 38px 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
}

.hero-image-shell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-shade,
.problem-image-overlay,
.solution-media-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(8, 17, 31, 0.76)),
    linear-gradient(90deg, rgba(21, 94, 239, 0.08), transparent);
}

.hero-image-caption {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 5px;
  color: var(--white);
}

.hero-image-caption span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-image-caption span b {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #52d6a7;
  box-shadow: 0 0 0 5px rgba(82, 214, 167, 0.14);
}

.hero-image-caption strong {
  max-width: 380px;
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.floating-accounting-card {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 3px;
  min-width: 138px;
  padding: 14px;
  border: 1px solid rgba(208, 213, 221, 0.85);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(16, 24, 40, 0.14);
  backdrop-filter: blur(16px);
  animation: compact-float 5.2s ease-in-out infinite;
}

.floating-accounting-card small,
.floating-accounting-card span {
  color: var(--muted);
  font-size: 7px;
}

.floating-accounting-card strong {
  color: var(--ink);
  font-size: 19px;
  letter-spacing: -0.04em;
}

.card-one {
  top: 0;
  left: 0;
}

.card-two {
  top: 110px;
  right: -8px;
  animation-delay: -1.7s;
}

.card-three {
  right: 35px;
  bottom: 0;
  animation-delay: -3.2s;
}

/* PROBLEM EXPLORER */

.problems-section {
  background: var(--white);
}

.problem-explorer {
  display: grid;
  grid-template-columns: minmax(360px, 0.72fr) minmax(560px, 1.28fr);
  gap: 18px;
  align-items: stretch;
}

.problem-selector {
  display: grid;
  gap: 9px;
}

.problem-button {
  display: grid;
  min-height: 82px;
  grid-template-columns: 42px 1fr 26px;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--paper);
  text-align: left;
  transition:
    transform 0.3s var(--ease),
    border-color 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s var(--ease);
}

.problem-button:hover,
.problem-button.active {
  border-color: rgba(21, 94, 239, 0.18);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transform: translateX(6px);
}

.problem-button > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
}

.problem-button.active > span {
  background: var(--blue);
  color: var(--white);
}

.problem-button > div {
  display: grid;
  gap: 4px;
}

.problem-button strong {
  font-size: 13px;
}

.problem-button small {
  color: var(--muted);
  font-size: 8px;
}

.problem-button > i {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  transition: transform 0.3s var(--ease);
}

.problem-button:hover > i,
.problem-button.active > i {
  color: var(--blue);
  transform: translate(3px, -3px);
}

.problem-stage {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  min-height: 530px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 27px;
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.problem-image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--paper);
}

.problem-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 0.28s ease,
    transform 0.8s var(--ease);
}

.problem-stage.is-changing .problem-image img {
  opacity: 0.35;
  transform: scale(1.04);
}

.problem-number-card {
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  gap: 3px;
  min-width: 92px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(16, 24, 40, 0.62);
  color: var(--white);
  backdrop-filter: blur(14px);
}

.problem-number-card small {
  color: rgba(255, 255, 255, 0.60);
  font-size: 6px;
  text-transform: uppercase;
}

.problem-number-card strong {
  font-size: 23px;
}

.problem-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}

.problem-category {
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.problem-content h3 {
  margin-top: 12px;
  font-size: clamp(31px, 3vw, 44px);
  font-weight: 650;
  letter-spacing: -0.05em;
  line-height: 1.07;
}

.problem-content > p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.72;
}

.problem-impact {
  margin-top: 18px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--paper);
}

.problem-impact strong {
  font-size: 9px;
}

.problem-impact p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.6;
}

.problem-visual-bars {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.problem-visual-bars article {
  display: grid;
  grid-template-columns: 100px 1fr 52px;
  align-items: center;
  gap: 10px;
}

.problem-visual-bars span,
.problem-visual-bars strong {
  font-size: 7px;
}

.problem-visual-bars strong {
  text-align: right;
}

.problem-visual-bars i {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f5;
}

.problem-visual-bars b {
  display: block;
  width: var(--bar);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), #7fa9ff);
  transform-origin: left;
  animation: compact-fill 0.7s var(--ease);
}

.problem-visual-bars b.green {
  background: linear-gradient(90deg, var(--green), #69ddb2);
}

/* CYCLE */

.cycle-section {
  background: var(--paper);
}

.problem-cycle {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
}

.cycle-progress {
  position: absolute;
  top: 41px;
  right: 50px;
  left: 50px;
  height: 2px;
  background: var(--line);
}

.cycle-progress i {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--blue), var(--green), var(--danger));
}

.problem-cycle article {
  position: relative;
  z-index: 2;
  display: grid;
  min-height: 180px;
  align-content: start;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.problem-cycle article:last-child {
  border-right: 0;
}

.problem-cycle article span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: var(--white);
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
  box-shadow: var(--shadow-xs);
}

.problem-cycle article strong {
  margin-top: 50px;
  font-size: 13px;
}

.problem-cycle.sequence-active article span {
  animation: compact-pop 0.45s var(--spring) both;
}

.problem-cycle.sequence-active article:nth-child(2) span { animation-delay: 0.08s; }
.problem-cycle.sequence-active article:nth-child(3) span { animation-delay: 0.16s; }
.problem-cycle.sequence-active article:nth-child(4) span { animation-delay: 0.24s; }
.problem-cycle.sequence-active article:nth-child(5) span { animation-delay: 0.32s; }
.problem-cycle.sequence-active article:nth-child(6) span { animation-delay: 0.40s; }

.cycle-message {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
}

.cycle-message strong {
  color: var(--ink);
}

/* SOLUTION */

.compact-solution {
  background: var(--white);
}

.compact-solution-grid {
  display: grid;
  grid-template-columns: minmax(500px, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 58px;
}

.solution-media {
  position: relative;
  min-height: 580px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--paper);
  box-shadow: var(--shadow-lg);
}

.solution-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-floating-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: grid;
  gap: 4px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  background: rgba(16, 24, 40, 0.70);
  color: var(--white);
  backdrop-filter: blur(16px);
}

.solution-floating-card small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.solution-floating-card strong {
  font-size: 20px;
  letter-spacing: -0.035em;
}

.solution-copy > p {
  max-width: 610px;
}

.solution-steps {
  display: grid;
  gap: 9px;
  margin: 24px 0;
}

.solution-steps article {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: var(--paper);
  transition:
    transform 0.3s var(--ease),
    background 0.3s ease,
    border-color 0.3s ease;
}

.solution-steps article:hover {
  border-color: rgba(21, 94, 239, 0.18);
  background: var(--white);
  transform: translateX(7px);
}

.solution-steps article > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 12px;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 8px;
  font-weight: 700;
}

.solution-steps article:nth-child(even) > span {
  background: var(--green-soft);
  color: var(--green);
}

.solution-steps article > div {
  display: grid;
  gap: 3px;
}

.solution-steps strong {
  font-size: 11px;
}

.solution-steps small {
  color: var(--muted);
  font-size: 8px;
}

/* FAQ */

.compact-faq {
  background: var(--paper);
}

.compact-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(520px, 1.3fr);
  align-items: start;
  gap: 70px;
}

.compact-accordion {
  display: grid;
  gap: 9px;
}

.compact-faq-item {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  transition:
    box-shadow 0.3s var(--ease),
    border-color 0.3s ease;
}

.compact-faq-item.open {
  border-color: rgba(21, 94, 239, 0.18);
  box-shadow: var(--shadow-sm);
}

.compact-faq-item button {
  display: grid;
  width: 100%;
  min-height: 68px;
  grid-template-columns: 1fr 30px;
  align-items: center;
  gap: 15px;
  padding: 0 16px;
  text-align: left;
}

.compact-faq-item button strong {
  font-size: 13px;
}

.compact-faq-item button i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: var(--paper);
  color: var(--blue);
  font-size: 16px;
  font-style: normal;
  transition:
    transform 0.3s var(--ease),
    background 0.3s ease,
    color 0.3s ease;
}

.compact-faq-item.open button i {
  background: var(--blue);
  color: var(--white);
  transform: rotate(45deg);
}

.compact-faq-panel p {
  padding: 0 54px 17px 16px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.7;
}

/* CTA */

.compact-final-cta {
  padding: 70px 0 90px;
  background: var(--white);
}

.compact-cta-shell {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  padding: 38px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 85% 30%, rgba(21, 94, 239, 0.24), transparent 28%),
    linear-gradient(135deg, #07101e, #10203a);
  color: var(--white);
  box-shadow: var(--shadow-lg);
}

.compact-cta-shell > div:first-child {
  position: relative;
  z-index: 2;
  max-width: 830px;
}

.compact-cta-shell h2 {
  font-size: clamp(39px, 4.8vw, 60px);
}

.compact-cta-shell p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
}

.kicker-light {
  color: #9ab7ff;
}

.compact-cta-actions {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 9px;
}

.compact-light-button {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
}

.compact-light-button:hover {
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-2px);
}

.cta-orbit {
  position: absolute;
  right: -80px;
  bottom: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
}

.cta-orbit i {
  position: absolute;
  inset: 0;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  animation: compact-spin 20s linear infinite;
}

.cta-orbit i:nth-child(2) {
  inset: 65px;
  border-color: rgba(82, 214, 167, 0.20);
  animation-direction: reverse;
}

.cta-orbit b {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--green);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 16px rgba(12, 170, 114, 0.10);
}

/* MOTION */

@keyframes compact-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -8px; }
}

@keyframes compact-fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes compact-pop {
  from {
    opacity: 0;
    transform: scale(0.65);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes compact-spin {
  to { transform: rotate(360deg); }
}

/* RESPONSIVE */

@media (max-width: 1120px) {
  .compact-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(470px, 1.1fr);
    gap: 38px;
  }

  .problem-explorer {
    grid-template-columns: 320px 1fr;
  }

  .compact-solution-grid {
    grid-template-columns: minmax(440px, 1fr) minmax(0, 1fr);
    gap: 38px;
  }
}

@media (max-width: 980px) {
  .compact-hero-grid,
  .problem-explorer,
  .compact-solution-grid,
  .compact-faq-grid,
  .compact-cta-shell {
    grid-template-columns: 1fr;
  }

  .compact-hero-copy {
    max-width: 780px;
  }

  .compact-hero-media {
    width: min(780px, 100%);
    margin-inline: auto;
  }

  .problem-selector {
    grid-template-columns: repeat(2, 1fr);
  }

  .problem-button:hover,
  .problem-button.active {
    transform: translateY(-3px);
  }

  .problem-stage {
    min-height: 500px;
  }

  .compact-solution-grid {
    gap: 35px;
  }

  .solution-media {
    min-height: 500px;
  }

  .compact-faq-grid {
    gap: 30px;
  }

  .compact-cta-actions {
    grid-template-columns: repeat(2, max-content);
  }

  .cta-orbit {
    opacity: 0.55;
  }
}

@media (max-width: 760px) {
  .compact-challenges-page .section-heading.split {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .compact-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .compact-hero-copy h1 {
    font-size: clamp(46px, 10vw, 64px);
  }

  .compact-hero-media {
    min-height: 500px;
  }

  .hero-image-shell {
    inset: 20px 0 35px 12px;
  }

  .problem-selector {
    grid-template-columns: 1fr;
  }

  .problem-stage {
    grid-template-columns: 1fr;
  }

  .problem-image {
    min-height: 360px;
  }

  .problem-cycle {
    grid-template-columns: repeat(3, 1fr);
  }

  .cycle-progress {
    display: none;
  }

  .problem-cycle article:nth-child(3n) {
    border-right: 0;
  }

  .problem-cycle article:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .cycle-message {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .compact-challenges-page .section {
    padding: 76px 0;
  }

  .compact-challenges-page .section-heading {
    margin-bottom: 30px;
  }

  .compact-challenges-page .section-heading h2,
  .solution-copy h2,
  .compact-cta-shell h2 {
    font-size: 37px;
    line-height: 1.08;
  }

  .compact-challenges-page .section-heading p,
  .solution-copy > p {
    font-size: 15px;
    line-height: 1.75;
  }

  .compact-hero {
    padding-top: 104px;
  }

  .compact-hero-copy h1 {
    font-size: 43px;
    line-height: 1.02;
  }

  .compact-hero-copy > p {
    font-size: 15px;
    line-height: 1.75;
  }

  .compact-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .compact-proof i {
    display: none;
  }

  .compact-hero-media {
    min-height: 430px;
  }

  .hero-image-shell {
    inset: 15px 0 45px;
  }

  .floating-accounting-card {
    transform: scale(0.83);
  }

  .card-one {
    left: -20px;
  }

  .card-two {
    right: -20px;
  }

  .card-three {
    right: 0;
  }

  .problem-button {
    min-height: 84px;
  }

  .problem-button strong {
    font-size: 15px;
  }

  .problem-button small {
    font-size: 12px;
    line-height: 1.45;
  }

  .problem-image {
    min-height: 300px;
  }

  .problem-content {
    padding: 24px 18px;
  }

  .problem-content h3 {
    font-size: 34px;
  }

  .problem-content > p {
    font-size: 15px;
    line-height: 1.75;
  }

  .problem-impact strong {
    font-size: 13px;
  }

  .problem-impact p {
    font-size: 13px;
    line-height: 1.65;
  }

  .problem-visual-bars article {
    grid-template-columns: 92px 1fr 48px;
  }

  .problem-visual-bars span,
  .problem-visual-bars strong {
    font-size: 10px;
  }

  .problem-cycle {
    grid-template-columns: 1fr;
  }

  .problem-cycle article,
  .problem-cycle article:nth-child(3n) {
    min-height: 105px;
    grid-template-columns: 43px 1fr;
    align-items: center;
    align-content: center;
    gap: 13px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .problem-cycle article:last-child {
    border-bottom: 0;
  }

  .problem-cycle article strong {
    margin-top: 0;
    font-size: 15px;
  }

  .solution-media {
    min-height: 390px;
  }

  .solution-floating-card strong {
    font-size: 17px;
  }

  .solution-steps strong {
    font-size: 14px;
  }

  .solution-steps small {
    font-size: 12px;
    line-height: 1.5;
  }

  .compact-faq-item button strong {
    font-size: 15px;
    line-height: 1.4;
  }

  .compact-faq-panel p {
    padding-right: 16px;
    font-size: 14px;
    line-height: 1.72;
  }

  .compact-final-cta {
    padding: 54px 0 72px;
  }

  .compact-cta-shell {
    padding: 26px 18px;
  }

  .compact-cta-shell p {
    font-size: 14px;
    line-height: 1.7;
  }

  .compact-cta-actions {
    grid-template-columns: 1fr;
  }

  .compact-cta-actions .button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .compact-hero-copy h1 {
    font-size: 39px;
  }

  .compact-hero-media {
    min-height: 390px;
  }

  .floating-accounting-card {
    transform: scale(0.76);
  }

  .problem-content h3 {
    font-size: 31px;
  }

  .problem-visual-bars article {
    grid-template-columns: 1fr;
  }

  .problem-visual-bars strong {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-accounting-card,
  .cta-orbit i {
    animation: none !important;
  }

  .problem-visual-bars b {
    animation: none !important;
  }
}

/* =========================================================
   OUTFINX READABILITY SYSTEM V5
   ========================================================= */
.compact-challenges-page .section-heading h2,
.solution-copy h2,
.compact-cta-shell h2 {
  font-size: clamp(34px, 3.5vw, 46px);
  line-height: 1.1;
}
.compact-challenges-page .section-heading p,
.solution-copy > p,
.compact-cta-shell p {
  font-size: 16px;
  line-height: 1.72;
}
.compact-hero-copy h1 {
  font-size: clamp(46px, 5vw, 62px);
  line-height: 1.03;
}
.compact-hero-copy > p {
  font-size: 17px;
  line-height: 1.72;
}
.compact-proof {
  font-size: 11px;
}
.hero-image-caption span,
.floating-accounting-card small,
.floating-accounting-card span,
.problem-number-card small,
.problem-category {
  font-size: 10px;
}
.problem-button strong {
  font-size: 15px;
}
.problem-button small {
  font-size: 12px;
  line-height: 1.45;
}
.problem-content h3 {
  font-size: clamp(30px, 3vw, 38px);
  line-height: 1.1;
}
.problem-content > p {
  font-size: 16px;
  line-height: 1.7;
}
.problem-impact strong {
  font-size: 13px;
}
.problem-impact p {
  font-size: 14px;
  line-height: 1.65;
}
.problem-visual-bars span,
.problem-visual-bars strong {
  font-size: 11px;
}
.problem-cycle article strong {
  font-size: 15px;
}
.solution-steps strong {
  font-size: 14px;
}
.solution-steps small {
  font-size: 12px;
}
.compact-faq-item button strong {
  font-size: 16px;
  line-height: 1.45;
}
.compact-faq-panel p {
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 640px) {
  .compact-hero-copy h1 {
    font-size: 40px !important;
    line-height: 1.08 !important;
  }
  .compact-challenges-page .section-heading h2,
  .solution-copy h2,
  .compact-cta-shell h2 {
    font-size: 32px !important;
  }
  .compact-hero-copy > p,
  .compact-challenges-page .section-heading p,
  .problem-content > p,
  .problem-impact p,
  .solution-copy > p,
  .compact-faq-panel p,
  .compact-cta-shell p {
    font-size: 15px !important;
    line-height: 1.7 !important;
  }
  .problem-content h3 {
    font-size: 30px !important;
  }
  .problem-button strong {
    font-size: 15px !important;
  }
  .problem-button small {
    font-size: 12px !important;
  }
}
