.hl-profit-projection {
    --hl-border: #e8e2e4;
    --hl-text: #2a2527;
    --hl-muted: #746b6e;
    --hl-accent: #9d3d50;
    --hl-accent-dark: #7f2f40;
    --hl-accent-soft: #f7edf0;
    --hl-surface: #ffffff;
    --hl-background: #fbf9fa;
    --hl-shadow: 0 18px 55px rgba(34, 24, 28, .08);
    --hl-radius: 24px;

    width: min(1180px, 100%);
    margin: 20px 20px;
    color: var(--hl-text);
}

.hl-profit-projection *,
.hl-profit-projection *::before,
.hl-profit-projection *::after {
    box-sizing: border-box;
}

.hl-profit-projection__header {
    max-width: 820px;
    margin: 0 auto 28px;
    text-align: center;
}

.hl-profit-projection__eyebrow,
.hl-profit-projection__result-kicker {
    margin-bottom: 10px;
    color: var(--hl-accent);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.hl-profit-projection__title {
    margin: 0;
    color: var(--hl-text);
    font-size: clamp(2rem, 4.8vw, 4rem);
    line-height: 1.08;
    letter-spacing: -.025em;
}

.hl-profit-projection__intro {
    max-width: 720px;
    margin: 15px auto 0;
    color: var(--hl-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.hl-profit-projection__example {
    max-width: 860px;
    margin: 0 auto 24px;
    padding: 14px 16px;
    border-left: 4px solid var(--hl-accent);
    border-radius: 0 13px 13px 0;
    background: var(--hl-accent-soft);
    color: var(--hl-text);
    line-height: 1.55;
}

.hl-profit-projection__panel {
    padding: clamp(22px, 4vw, 44px);
    border: 1px solid var(--hl-border);
    border-radius: var(--hl-radius);
    background: var(--hl-surface);
    box-shadow: var(--hl-shadow);
}

.hl-profit-projection__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hl-profit-projection__control {
    padding: 18px;
    border: 1px solid var(--hl-border);
    border-radius: 16px;
    background: var(--hl-background);
}

.hl-profit-projection__control-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: baseline;
    margin-bottom: 14px;
}

.hl-profit-projection__control label {
    color: var(--hl-text);
    font-weight: 650;
}

.hl-profit-projection__control strong {
    color: var(--hl-accent);
    font-weight: 800;
    white-space: nowrap;
}

.hl-profit-projection input[type="range"] {
    width: 100%;
    height: 22px;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    cursor: pointer;
}

.hl-profit-projection input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 999px;
    background: #eee9eb;
}

.hl-profit-projection input[type="range"]::-webkit-slider-thumb {
    width: 18px;
    height: 18px;
    margin-top: -7px;
    appearance: none;
    -webkit-appearance: none;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--hl-accent);
    box-shadow: 0 2px 9px rgba(34, 24, 28, .14);
}

.hl-profit-projection input[type="range"]::-moz-range-track {
    height: 4px;
    border-radius: 999px;
    background: #eee9eb;
}

.hl-profit-projection input[type="range"]::-moz-range-progress {
    height: 4px;
    border-radius: 999px;
    background: var(--hl-accent);
}

.hl-profit-projection input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--hl-accent);
    box-shadow: 0 2px 9px rgba(34, 24, 28, .14);
}

.hl-profit-projection__range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    color: var(--hl-muted);
    font-size: .76rem;
}

.hl-profit-projection__assumption {
    margin: 22px 0 0;
    color: var(--hl-muted);
    font-size: .88rem;
    line-height: 1.6;
}

.hl-profit-projection__result {
    margin-top: 22px;
    padding: clamp(22px, 4vw, 36px);
    border: 1px solid var(--hl-border);
    border-radius: 19px;
    background: var(--hl-accent-soft);
}

.hl-profit-projection__result-label {
    margin-bottom: 8px;
    color: var(--hl-muted);
    font-weight: 650;
}

.hl-profit-projection__result-value {
    color: var(--hl-text);
    font-size: clamp(2.8rem, 7vw, 5.4rem);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -.045em;
}

.hl-profit-projection__result-sub {
    margin-top: 12px;
    color: var(--hl-muted);
    line-height: 1.55;
}

.hl-profit-projection__milestones {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 16px;
}

.hl-profit-projection__milestone {
    padding: 17px 18px;
    border: 1px solid var(--hl-border);
    border-radius: 16px;
    background: var(--hl-background);
}

.hl-profit-projection__milestone-label {
    margin-bottom: 7px;
    color: var(--hl-muted);
    font-size: .78rem;
    font-weight: 700;
}

.hl-profit-projection__milestone-value {
    color: var(--hl-text);
    font-size: 1.18rem;
    font-weight: 800;
}

.hl-profit-projection__disclaimer {
    margin-top: 20px;
    padding: 14px 16px;
    border-left: 4px solid var(--hl-accent);
    border-radius: 0 13px 13px 0;
    background: var(--hl-accent-soft);
    color: var(--hl-muted);
    font-size: .82rem;
    line-height: 1.6;
}

.hl-profit-projection__disclaimer strong {
    color: var(--hl-text);
}

@media (max-width: 760px) {
    .hl-profit-projection__header {
        text-align: left;
    }

    .hl-profit-projection__controls {
        grid-template-columns: 1fr;
    }

    .hl-profit-projection__milestones {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hl-profit-projection__panel {
        padding: 20px 16px;
        border-radius: 18px;
    }
}

@media (max-width: 460px) {
    .hl-profit-projection__milestones {
        grid-template-columns: 1fr;
    }

    .hl-profit-projection__control-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hl-profit-projection *,
    .hl-profit-projection *::before,
    .hl-profit-projection *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
    }
}
