.results-showcase{background-color:var(--results-showcase-bg,#fff);color:var(--results-showcase-text,#2d1b08);font-family:inherit;overflow:hidden}.results-showcase__container{max-width:1200px;margin:0 auto;padding:0 20px}.results-showcase__header{text-align:center;margin:0 auto 40px auto;width:74%}.results-showcase__title{font-size:clamp(32px,5vw,64px);line-height:1.2;margin:0;font-weight:400}.results-showcase__title-accent-wrap{display:inline-block;position:relative;vertical-align:middle}.results-showcase__title-accent{background:#2d1b08;color:#fff;padding:5px 25px;border-radius:100px;display:inline-block;transform:rotate(-10deg);margin:0 10px;font-size:.8em;box-shadow:3px 3px 0 0 var(--pc-btn-shadow-color)}.results-showcase__grid{display:flex;align-items:center;gap:30px;margin-bottom:40px;flex-wrap:wrap}.results-showcase__circle-promo{flex:0 0 200px;text-align:center}.results-showcase__circle{width:160px;height:160px;background:#dcaea3;border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 15px;color:#2d1b08}.results-showcase__percentage{font-size:48px;font-weight:700;line-height:1}.results-showcase__circle-text{font-size:14px;max-width:140px;margin:0 auto}.results-showcase__main-image-wrap{flex:1;min-width:300px}.results-showcase__main-image{width:100%;height:auto;border-radius:24px;display:block}.results-showcase__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.results-stat-card{background:#f8f4e9;padding:24px;border-radius:12px;text-align:center}.results-stat-card__number{font-size:32px;font-weight:700;display:block;margin-bottom:8px}.results-stat-card__label{font-size:14px;line-height:1.4;color:#6b7280}.results-showcase__features{background:#2d1b08;border-radius:24px;padding:30px;padding-bottom:40px;color:#fff;display:flex;justify-content:space-around;flex-wrap:wrap;gap:20px}.results-feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;min-width:150px}.results-feature-item__icon{width:32px;height:32px;margin-bottom:12px;color:#dcaea3}.results-feature-item__icon svg{width:100%;height:100%}.results-feature-item__label{font-size:14px;font-weight:600}.results-showcase__footer{text-align:center;padding-bottom:20px;margin-top:-20px}.results-showcase__cta{background:#dcaea3;color:#2d1b08;padding:16px 40px;border-radius:100px;text-decoration:none;font-weight:600;display:inline-block;transition:opacity .3s;text-transform:uppercase;letter-spacing:.5px}@media screen and (max-width:576px){.results-showcase__header{width:100%}.results-showcase__footer{margin-top:-20px}}@media screen and (max-width:1024px){.results-showcase__stats{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.results-showcase__grid{flex-direction:column}.results-showcase__circle-promo{order:2}.results-showcase__main-image-wrap{order:1}.results-showcase__features{flex-direction:column;align-items:flex-start;padding:20px}.results-feature-item{flex-direction:row;text-align:left;gap:15px;width:100%;justify-content:flex-start}.results-feature-item__icon{margin-bottom:0}}