/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/stat-callout/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
:root {
  --hpco-accent: #654b7a;
  --hpco-highlight: #928c99;
  --hpco-text: #1a1a1a;
  --hpco-text-muted: #5a5a6e;
  --hpco-border: #c5bdd0;
  --hpco-radius: 4px;
  --hpco-shadow: 0 2px 12px rgba(101, 75, 122, 0.12);
  --hpco-font-quote: Georgia, 'Times New Roman', serif;
  --hpco-font-attr: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --hpco-font-stat: 'Oswald', 'Arial Narrow', Arial, Helvetica, sans-serif;
}

html.dark-skin {
  --hpco-accent: #9b59b6;
  --hpco-highlight: #ffc100;
  --hpco-text: #e8e0ef;
  --hpco-text-muted: #b8a8c8;
  --hpco-border: #4a3562;
  --hpco-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.hpco-width--narrow {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.hpco-width--inset-left {
  float: left;
  width: 40%;
  margin: 0.5rem 2.5rem 1rem 0;
  clear: left;
}

.hpco-width--inset-right {
  float: right;
  width: 40%;
  margin: 0.5rem 0 1rem 2.5rem;
  clear: right;
}

.hpco-align--left {
  text-align: left;
}

.hpco-align--center {
  text-align: center;
}

.hpco-align--right {
  text-align: right;
}

.hpco-animate-on-scroll {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.hpco-animate-on-scroll.hpco-is-visible {
  opacity: 1;
  transform: none;
}

.hpco-mark__variant--dark {
  display: none;
}

html.dark-skin .hpco-mark__variant--light {
  display: none;
}

html.dark-skin .hpco-mark__variant--dark {
  display: inline-block;
}

@media (max-width: 768px) {
  .hpco-width--inset-left,
  .hpco-width--inset-right {
    float: none;
    width: 100%;
    margin: 1rem 0;
  }
  .hpco-width--narrow {
    max-width: 100%;
  }
}

.hpco-stat--big-number {
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  text-align: center;
  background: var(--hpco-bg, transparent);
}

.hpco-stat--big-number .hpco-stat__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--hpco-text-muted, #888);
  margin: 0 0 0.5rem;
}

.hpco-stat--big-number .hpco-stat__primary {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hpco-stat--big-number .hpco-stat__number {
  display: block;
  font-family: var(--hpco-font-stat, sans-serif);
  font-size: clamp(4rem, 10vw, 7rem);
  font-weight: 800;
  line-height: 1;
  color: var(--hpco-accent, #c8102e);
  letter-spacing: -0.02em;
  text-align: center;
}

.hpco-stat--big-number .hpco-stat__label {
  display: block;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--hpco-text, #1a1a1a);
  margin-top: 0.5rem;
  max-width: 280px;
  line-height: 1.4;
  text-align: center;
}

.hpco-stat--big-number .hpco-stat__divider {
  width: 40px;
  height: 3px;
  background: var(--hpco-accent, #c8102e);
  margin: 1.25rem auto;
  border: none;
}

.hpco-stat--big-number .hpco-stat__context {
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--hpco-text, #333);
  margin: 0;
  text-align: center;
}

.hpco-stat--big-number .hpco-stat__source {
  font-size: 0.75rem;
  color: var(--hpco-text-muted, #999);
  margin: 0.75rem 0 0;
  font-style: italic;
}

.hpco-stat--number-context {
  padding: 1.75rem 1.5rem;
  margin: 2rem 0;
  background: var(--hpco-bg, transparent);
}

.hpco-stat--number-context .hpco-stat__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hpco-accent, #c8102e);
  font-weight: 600;
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--hpco-border, #e0e0e0);
}

.hpco-stat--number-context .hpco-stat__primary {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin: 0.5rem 0;
  flex-wrap: wrap;
}

.hpco-stat--number-context .hpco-stat__number {
  font-family: var(--hpco-font-stat, sans-serif);
  font-size: clamp(3.5rem, 8vw, 5.5rem);
  font-weight: 900;
  line-height: 1;
  color: var(--hpco-accent, #c8102e);
  letter-spacing: -0.03em;
}

.hpco-stat--number-context .hpco-stat__label {
  font-size: 1rem;
  color: var(--hpco-text, #1a1a1a);
  font-weight: 400;
  max-width: 260px;
  line-height: 1.35;
}

.hpco-stat--number-context .hpco-stat__divider {
  display: none;
}

.hpco-stat--number-context .hpco-stat__context {
  font-size: 0.95rem;
  line-height: 1.6;
  color: var(--hpco-text, #444);
  margin: 0.75rem 0 0;
}

.hpco-stat--number-context .hpco-stat__source {
  font-size: 0.75rem;
  color: var(--hpco-text-muted, #999);
  margin: 0.75rem 0 0;
  font-style: italic;
}

.hpco-stat--percentage-bar {
  padding: 1.5rem;
  margin: 2rem 0;
  background: var(--hpco-bg, transparent);
}

.hpco-stat--percentage-bar .hpco-stat__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--hpco-text-muted, #888);
  margin: 0 0 0.4rem;
}

.hpco-stat--percentage-bar .hpco-stat__primary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.5rem;
}

.hpco-stat--percentage-bar .hpco-stat__number {
  font-family: var(--hpco-font-stat, sans-serif);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--hpco-accent, #c8102e);
  line-height: 1;
}

.hpco-stat--percentage-bar .hpco-stat__label {
  font-size: 0.85rem;
  color: var(--hpco-text-muted, #666);
}

.hpco-stat--percentage-bar .hpco-stat__bar {
  height: 14px;
  background: var(--hpco-border, #e5e5e5);
  border-radius: 100px;
  overflow: hidden;
  margin: 0.25rem 0;
}

.hpco-stat--percentage-bar .hpco-stat__bar-fill {
  height: 100%;
  background: var(--hpco-accent, #c8102e);
  border-radius: 100px;
  width: 0%;
  transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.hpco-stat--percentage-bar .hpco-stat__divider {
  height: 1px;
  background: var(--hpco-border, #e5e5e5);
  border: none;
  margin: 1rem 0;
}

.hpco-stat--percentage-bar .hpco-stat__context {
  font-size: 0.9rem;
  color: var(--hpco-text, #444);
  margin: 0;
  line-height: 1.5;
}

.hpco-stat--percentage-bar .hpco-stat__source {
  font-size: 0.75rem;
  color: var(--hpco-text-muted, #aaa);
  margin: 0.75rem 0 0;
  font-style: italic;
}

.hpco-stat--percentage-circle {
  padding: 2rem 1.5rem;
  margin: 2rem 0;
  text-align: center;
  background: var(--hpco-bg, transparent);
}

.hpco-stat--percentage-circle .hpco-stat__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hpco-text-muted, #888);
  margin: 0 0 1.25rem;
}

.hpco-stat--percentage-circle .hpco-stat__circle-wrap {
  display: inline-block;
  position: relative;
  margin: 0 auto 1.25rem;
}

.hpco-stat--percentage-circle .hpco-stat__circle-svg {
  width: 140px;
  height: 140px;
  transform: rotate(-90deg);
}

.hpco-stat--percentage-circle .hpco-stat__circle-svg .hpco-stat__circle-track {
  fill: none;
  stroke: var(--hpco-border, #e5e5e5);
  stroke-width: 8;
}

.hpco-stat--percentage-circle .hpco-stat__circle-svg .hpco-stat__circle-progress {
  fill: none;
  stroke: var(--hpco-accent, #c8102e);
  stroke-width: 8;
  stroke-linecap: round;
  stroke-dashoffset: 0;
  transition: stroke-dasharray 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.hpco-stat--percentage-circle .hpco-stat__circle-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hpco-stat--percentage-circle .hpco-stat__number {
  display: block;
  font-family: var(--hpco-font-stat, sans-serif);
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--hpco-accent, #c8102e);
  line-height: 1;
}

.hpco-stat--percentage-circle .hpco-stat__label {
  display: block;
  font-size: 0.8rem;
  color: var(--hpco-text, #555);
  margin: 0.25rem auto 0;
  max-width: 80px;
  line-height: 1.3;
  text-align: center;
}

.hpco-stat--percentage-circle .hpco-stat__context {
  font-size: 0.9rem;
  color: var(--hpco-text, #444);
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

.hpco-stat--percentage-circle .hpco-stat__source {
  font-size: 0.75rem;
  color: var(--hpco-text-muted, #aaa);
  margin: 0.75rem 0 0;
  font-style: italic;
}

.hpco-stat--comparison-pair {
  padding: 1.75rem 1.5rem;
  margin: 2rem 0;
  background: var(--hpco-bg, transparent);
}

.hpco-stat--comparison-pair .hpco-stat__eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hpco-text-muted, #888);
  margin: 0 0 1.5rem;
  text-align: center;
}

.hpco-stat--comparison-pair .hpco-stat__compare-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
}

.hpco-stat--comparison-pair .hpco-stat__compare-item {
  text-align: center;
}

.hpco-stat--comparison-pair .hpco-stat__compare-value {
  display: block;
  font-family: var(--hpco-font-stat, sans-serif);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  line-height: 1;
  color: var(--hpco-accent, #c8102e);
  letter-spacing: -0.02em;
}

.hpco-stat--comparison-pair .hpco-stat__compare-label {
  display: block;
  font-size: 0.8rem;
  color: var(--hpco-text-muted, #666);
  margin-top: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hpco-stat--comparison-pair .hpco-stat__divider {
  width: 1px;
  height: 60px;
  background: var(--hpco-border, #e0e0e0);
  border: none;
  margin: 0 auto;
}

.hpco-stat--comparison-pair .hpco-stat__context {
  font-size: 0.9rem;
  color: var(--hpco-text, #444);
  margin: 1.5rem 0 0;
  text-align: center;
  line-height: 1.5;
}

.hpco-stat--comparison-pair .hpco-stat__source {
  font-size: 0.75rem;
  color: var(--hpco-text-muted, #aaa);
  margin: 0.75rem 0 0;
  font-style: italic;
  text-align: center;
}

@media (max-width: 480px) {
  .hpco-stat--comparison-pair .hpco-stat__compare-grid {
    grid-template-columns: 1fr;
  }
  .hpco-stat--comparison-pair .hpco-stat__divider {
    width: 60px;
    height: 1px;
  }
}

.hpco-stat--survey-result {
  padding: 1.5rem;
  margin: 2rem 0;
  background: var(--hpco-bg, transparent);
}

.hpco-stat--survey-result .hpco-stat__eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--hpco-text, #1a1a1a);
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid var(--hpco-accent, #c8102e);
}

.hpco-stat--survey-result .hpco-stat__survey-rows {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.hpco-stat--survey-result .hpco-stat__survey-row {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 0.2rem 0.75rem;
  align-items: center;
}

.hpco-stat--survey-result .hpco-stat__survey-label {
  font-size: 0.85rem;
  color: var(--hpco-text, #222);
  line-height: 1.3;
}

.hpco-stat--survey-result .hpco-stat__survey-pct {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--hpco-accent, #c8102e);
  text-align: right;
  white-space: nowrap;
}

.hpco-stat--survey-result .hpco-stat__bar {
  grid-column: 1/-1;
  height: 10px;
  background: var(--hpco-border, #e8e8e8);
  border-radius: 100px;
  overflow: hidden;
}

.hpco-stat--survey-result .hpco-stat__bar-fill {
  height: 100%;
  background: var(--hpco-accent, #c8102e);
  border-radius: 100px;
  width: 0%;
  transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

.hpco-stat--survey-result .hpco-stat__divider {
  height: 1px;
  background: var(--hpco-border, #e5e5e5);
  border: none;
  margin: 1.25rem 0 0.5rem;
}

.hpco-stat--survey-result .hpco-stat__source {
  font-size: 0.72rem;
  color: var(--hpco-text-muted, #aaa);
  margin: 0;
  font-style: italic;
}

.hpco-stat {
  box-sizing: border-box;
  position: relative;
}

/*# sourceMappingURL=style-index.css.map*/