/* Hercules FitCalc integration */
.hercules-fitcalc-section {
    padding: clamp(76px, 9vw, 118px) 0;
    background: linear-gradient(180deg, #f7f8fa 0%, #ffffff 100%);
}
.hercules-fitcalc-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}
.hercules-fitcalc-heading {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}
.hercules-fitcalc-heading > span {
    display: inline-flex;
    margin-bottom: 14px;
    color: var(--hercules-fitcalc-accent, #ff5a1f);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.hercules-fitcalc-heading h2 {
    margin: 0 0 16px;
    color: #111827;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.04;
    letter-spacing: -.04em;
}
.hercules-fitcalc-heading p {
    margin: 0;
    color: #687080;
    font-size: 18px;
    line-height: 1.75;
}
.hercules-fitcalc-tool {
    max-width: 1040px;
    margin: 0 auto;
}
.hercules-fitcalc-tool .fitcalc-wrap,
.hercules-fitcalc-tool .fitcalc-wellness-wrap {
    box-shadow: 0 24px 70px rgba(17, 24, 39, .10);
}
.hercules-fitcalc-missing {
    max-width: 760px;
    margin: 30px auto;
    padding: 20px;
    border-left: 4px solid #d63638;
    background: #fff;
    color: #7a1d1d;
}
@media (max-width: 640px) {
    .hercules-fitcalc-container {
        width: min(100% - 28px, 1180px);
    }
}
