@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Source+Sans+3:wght@300;400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";.bb-report-container{width:100%;max-width:calc(var(--bb-report-content-width) + 48px);margin-inline:auto;padding-inline:24px}@media screen and (max-width:749px){.bb-report-container{padding-inline:20px}}.bb-report-hero{position:relative;overflow:hidden;background:var(--bb-report-hero-bg, var(--bb-report-green));color:#fff;padding:5rem 0 3.75rem}.bb-report-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse at 20% 50%,rgba(45,106,79,.15) 0%,transparent 60%),radial-gradient(ellipse at 80% 30%,rgba(193,41,46,.08) 0%,transparent 50%)}.bb-report-hero__container{width:100%;max-width:calc(var(--bb-report-content-width) + 48px);margin:0 auto;padding-inline:24px;position:relative;z-index:2}@media screen and (max-width:749px){.bb-report-hero__container{padding-inline:20px}}.bb-report-hero__inner{max-width:var(--bb-report-content-width, 900px)}.bb-report-hero__badge{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.375rem 1rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff14;font-family:var(--bb-report-font-body);font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--bb-report-green-pale)}.bb-report-hero__badge-dot{width:6px;height:6px;flex-shrink:0;border-radius:50%;background:var(--bb-report-red);animation:bb-report-pulse 2s ease-in-out infinite}@keyframes bb-report-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.45)}}.bb-report-hero__heading{display:flex;flex-direction:column;gap:.15em;margin:0 0 1.25rem;font-family:var(--bb-report-font-heading);font-size:clamp(2.375rem,6vw,4rem);font-weight:400;line-height:1.08;letter-spacing:-.02em;color:#fff}.bb-report-hero__heading-line{display:block}.bb-report-hero__heading-line--accent{color:var(--bb-report-green-pale);font-style:italic}.bb-report-hero__description{max-width:620px;margin-bottom:2.25rem;color:#ffffffb3;font-family:var(--bb-report-font-body);font-size:1.125rem;line-height:1.6}.bb-report-hero__description p:last-child{margin-bottom:0}.bb-report-hero__stats{display:flex;flex-wrap:wrap;gap:clamp(1.5rem,4vw,2.5rem)}.bb-report-stat{padding-left:1rem;border-left:2px solid var(--bb-report-green-light)}.bb-report-stat__value{font-family:var(--bb-report-font-mono);font-size:1.75rem;font-weight:500;line-height:1.2;color:#fff}.bb-report-stat__label{margin-top:.25rem;font-family:var(--bb-report-font-body);font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c}@media screen and (max-width:749px){.bb-report-hero{padding:3.75rem 0 3rem}.bb-report-hero__badge{margin-bottom:1.5rem}.bb-report-hero__heading{font-size:clamp(2rem,10vw,3rem)}.bb-report-hero__description{font-size:1rem}.bb-report-hero__stats{gap:1.5rem}.bb-report-stat{min-width:calc(50% - .75rem)}}.bb-report-intro{padding:4rem 0 3rem}.bb-report-intro__inner{max-width:var(--bb-report-reading-width)}.bb-report-intro__content{font-family:var(--bb-report-font-body);font-size:1.1875rem;line-height:1.75;color:var(--bb-report-text-secondary)}.bb-report-intro__content p{margin:0}.bb-report-intro__content p+p{margin-top:1rem}.bb-report-intro__content strong{color:var(--bb-report-text-primary);font-weight:600}.bb-report-intro__content p:last-child{margin-bottom:0}@media screen and (max-width:749px){.bb-report-intro{padding:var(--bb-report-section-spacing-mobile) 0}.bb-report-intro__content{font-size:1.0625rem}}.bb-report-section-heading{margin-bottom:2.5rem}.bb-report-section-heading__title{margin:0 0 .5rem;font-family:var(--bb-report-font-heading);font-size:2rem;font-weight:400;line-height:1.2;color:var(--bb-report-text-primary)}.bb-report-section-heading__subtitle{font-family:var(--bb-report-font-body);font-size:.9375rem;line-height:1.5;color:var(--bb-report-text-light)}.bb-report-rankings{padding:var(--bb-report-section-spacing) 0;background:var(--bb-report-bg-cream)}.bb-report-rankings__inner{max-width:var(--bb-report-content-width)}.bb-report-rankings__list{list-style:none;margin:0;padding:0}.bb-report-ranking{display:grid;grid-template-columns:60px 1fr auto;align-items:center;gap:1rem;padding:1rem 1.25rem;margin-bottom:.375rem;background:#fff;border:1px solid var(--bb-report-border);border-radius:8px;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.bb-report-ranking:hover{transform:translate(4px);box-shadow:-4px 0 0 var(--bb-report-green)}.bb-report-ranking--top-3{border-width:1.5px}.bb-report-ranking--first{border-color:var(--bb-report-rank-gold)}.bb-report-ranking--second{border-color:var(--bb-report-rank-silver)}.bb-report-ranking--third{border-color:var(--bb-report-rank-bronze)}.bb-report-ranking__number{font-family:var(--bb-report-font-mono);font-size:1.25rem;font-weight:500;color:var(--bb-report-text-light)}.bb-report-ranking--first .bb-report-ranking__number{color:var(--bb-report-rank-gold);font-size:1.5rem}.bb-report-ranking--second .bb-report-ranking__number,.bb-report-ranking--third .bb-report-ranking__number{font-size:1.375rem}.bb-report-ranking--second .bb-report-ranking__number{color:var(--bb-report-rank-silver)}.bb-report-ranking--third .bb-report-ranking__number{color:var(--bb-report-rank-bronze)}.bb-report-ranking__location{display:flex;align-items:baseline;flex-wrap:wrap;gap:.375rem}.bb-report-ranking__city{font-family:var(--bb-report-font-body);font-size:1.0625rem;font-weight:600;color:var(--bb-report-text-primary)}.bb-report-ranking__state{font-family:var(--bb-report-font-body);font-size:.875rem;color:var(--bb-report-text-light)}.bb-report-ranking__region{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .625rem;border-radius:999px;font-family:var(--bb-report-font-body);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.bb-report-ranking__region--south{background:#fff3e0;color:#e65100}.bb-report-ranking__region--west{background:#fff8e1;color:#f57f17}.bb-report-ranking__region--northeast{background:#e3f2fd;color:#1565c0}.bb-report-ranking__region--midwest{background:#f3e5f5;color:#7b1fa2}@media screen and (max-width:749px){.bb-report-rankings{padding:var(--bb-report-section-spacing-mobile) 0}.bb-report-ranking{grid-template-columns:48px 1fr;gap:.5rem}.bb-report-ranking__region{display:none}}.bb-report-findings{padding:var(--bb-report-section-spacing) 0}.bb-report-findings__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.bb-report-finding{position:relative;display:flex;flex-direction:column;padding:1.75rem;background:#fff;border:1px solid var(--bb-report-border);border-radius:12px}.bb-report-finding__accent{position:absolute;top:0;left:1.5rem;right:1.5rem;height:3px;border-radius:0 0 3px 3px}.bb-report-finding__stat{margin-bottom:.5rem;font-family:var(--bb-report-font-mono);font-size:2.25rem;font-weight:500;line-height:1.1}.bb-report-finding__title{margin:0 0 .5rem;font-family:var(--bb-report-font-body);font-size:1rem;font-weight:700;line-height:1.4;color:var(--bb-report-text-primary)}.bb-report-finding__description{font-family:var(--bb-report-font-body);font-size:.875rem;line-height:1.6;color:var(--bb-report-text-secondary)}.bb-report-finding__description p{margin:0}.bb-report-finding__description p:last-child{margin-bottom:0}.bb-report-finding--red .bb-report-finding__accent{background:var(--bb-report-red)}.bb-report-finding--red .bb-report-finding__stat{color:var(--bb-report-red)}.bb-report-finding--amber .bb-report-finding__accent{background:var(--bb-report-amber)}.bb-report-finding--amber .bb-report-finding__stat{color:var(--bb-report-amber)}.bb-report-finding--green .bb-report-finding__accent{background:var(--bb-report-green)}.bb-report-finding--green .bb-report-finding__stat{color:var(--bb-report-green)}.bb-report-finding--blue .bb-report-finding__accent{background:var(--bb-report-blue)}.bb-report-finding--blue .bb-report-finding__stat{color:var(--bb-report-blue)}@media screen and (max-width:749px){.bb-report-findings{padding:var(--bb-report-section-spacing-mobile) 0}.bb-report-findings__grid{grid-template-columns:1fr}.bb-report-finding{padding:1.5rem}.bb-report-finding__stat{font-size:2rem}}.bb-report-regions{padding:var(--bb-report-section-spacing) 0;background:var(--bb-report-hero-bg);color:#fff}.bb-report-regions .bb-report-section-heading__title{color:#fff}.bb-report-regions__inner{max-width:var(--bb-report-content-width)}.bb-report-region-bars{display:flex;flex-direction:column;gap:1.25rem}.bb-report-region-bar{display:grid;grid-template-columns:100px 1fr 40px;align-items:center;gap:1rem}.bb-report-region-bar__label{font-family:var(--bb-report-font-body);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#ffffffb3}.bb-report-region-bar__count{font-family:var(--bb-report-font-mono);font-size:1rem;font-weight:500;text-align:right;color:#ffffffe6}.bb-report-progress{--progress-color: var(--bb-report-green);width:100%}.bb-report-progress__track{position:relative;overflow:hidden;height:36px;background:#ffffff0f;border-radius:6px}.bb-report-progress__fill{display:flex;align-items:center;width:var(--progress);height:100%;padding-left:.75rem;border-radius:inherit;background:var(--progress-color)}.bb-report-progress__labels{font-family:var(--bb-report-font-body);font-size:.75rem;font-weight:600;letter-spacing:.04em;color:#ffffffeb;white-space:nowrap}.bb-report-region-bar--south .bb-report-progress{--progress-color: linear-gradient( 90deg, #E65100, #FF8F00 )}.bb-report-region-bar--west .bb-report-progress{--progress-color: linear-gradient( 90deg, #F57F17, #FFB300 )}.bb-report-region-bar--northeast .bb-report-progress{--progress-color: linear-gradient( 90deg, #1565C0, #42A5F5 )}.bb-report-region-bar--midwest .bb-report-progress{--progress-color: linear-gradient( 90deg, #7B1FA2, #AB47BC )}@media screen and (max-width:749px){.bb-report-regions{padding:var(--bb-report-section-spacing-mobile) 0}.bb-report-region-bar{grid-template-columns:80px 1fr 32px;gap:.75rem}.bb-report-progress__track{height:32px}.bb-report-progress__labels{font-size:.6875rem}}.bb-report-methodology{padding:var(--bb-report-section-spacing) 0}.bb-report-methodology--divider{border-top:1px solid var(--bb-report-border)}.bb-report-methodology__inner{max-width:var(--bb-report-reading-width)}.bb-report-methodology__heading{margin:0 0 1.25rem;font-family:var(--bb-report-font-heading);font-size:1.75rem;font-weight:400;line-height:1.2;color:var(--bb-report-text-primary)}.bb-report-methodology__content{font-family:var(--bb-report-font-body);font-size:1rem;line-height:1.75;color:var(--bb-report-text-secondary)}.bb-report-methodology__content p{margin:0 0 1rem}.bb-report-methodology__content p:last-child{margin-bottom:0}.bb-report-methodology__content strong{color:var(--bb-report-text-primary);font-weight:600}.bb-report-methodology__note{margin-top:1.5rem;padding:1.25rem 1.5rem;background:var(--bb-report-green-bg);border-left:3px solid var(--bb-report-green);border-radius:0 8px 8px 0}.bb-report-methodology__note p{margin:0;font-family:var(--bb-report-font-body);font-size:.875rem;font-weight:500;line-height:1.6;color:var(--bb-report-green)}@media screen and (max-width:749px){.bb-report-methodology{padding:var(--bb-report-section-spacing-mobile) 0}.bb-report-methodology__heading{margin-bottom:1rem;font-size:1.5rem}.bb-report-methodology__note{padding:1rem 1.25rem}}.bb-report-cta{padding:3.5rem 0;text-align:center;background:var(--bb-report-green)}.bb-report-cta__inner{max-width:500px;margin-inline:auto}.bb-report-cta__heading{margin:0 0 .75rem;font-family:var(--bb-report-font-heading);font-size:2rem;font-weight:400;line-height:1.2;color:#fff}.bb-report-cta__text{margin-bottom:1.75rem;font-family:var(--bb-report-font-body);font-size:1rem;line-height:1.6;color:#ffffffbf}.bb-report-cta__text p{margin:0}.bb-report-cta__text p:last-child{margin-bottom:0}.bb-report-cta__button{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2.25rem;background:#fff;border-radius:8px;font-family:var(--bb-report-font-body);font-size:.9375rem;font-weight:700;letter-spacing:.02em;text-decoration:none;color:var(--bb-report-green);transition:transform .15s ease,box-shadow .15s ease}.bb-report-cta__button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}@media screen and (max-width:749px){.bb-report-cta{padding:var(--bb-report-section-spacing-mobile) 0}.bb-report-cta__heading{font-size:1.75rem}.bb-report-cta__button{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/48/assets/section-bed-bug-report.css.map */
