body {
    background: #fff;
    color: #1f2937;
    overflow-x: hidden;
    width: 100%;
    box-sizing: border-box;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.lto-shell {
    min-height: 0;
    padding: 8px 0 10px;
}

.lto-panel {
    margin-bottom: 0;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.lto-shell h2,
.lto-shell h3,
.lto-shell h4,
.lto-shell h5 {
    letter-spacing: -0.02em;
    color: #0f172a;
}

.lto-eyebrow {
    margin-bottom: 16px;
    padding: 10px 14px;
    font-size: 0.72rem;
    letter-spacing: 0.04em;
}

.lto-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.85rem;
    line-height: 1.12;
}

.lto-section-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.lto-lead {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    color: #475569;
    max-width: 36rem;
}

.lto-shell p {
    line-height: 1.45;
}

.lto-shell input[type="range"] {
    accent-color: #198754;
}

.lto-range {
    display: block;
    width: 100%;
}

.lto-cta-button {
    font-weight: 700;
    border-radius: 16px;
    box-shadow: 0 10px 18px rgba(25, 135, 84, 0.16);
    padding: 0.8rem 1.15rem;
    font-size: 1rem;
}

.lto-benefits {
    margin-bottom: 1rem;
}

.lto-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0.45rem 0.7rem;
    background: #fff;
}

.lto-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #198754;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 700;
}

.lto-callout {
    margin-bottom: 0;
    padding: 1.1rem;
    border: 1px solid rgba(25, 135, 84, 0.14);
    border-radius: 24px;
    background: #f8fafb;
}

.lto-callout-copy {
    margin-bottom: 1rem;
}

.lto-callout-label {
    letter-spacing: 0.08em;
}

.lto-callout-price {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    color: #0f172a;
}

.lto-column-primary {
    position: relative;
}

.lto-column-primary::after {
    display: none;
}

.lto-column {
    margin-bottom: 0;
}

.lto-column-inner {
    height: 100%;
}

.lto-shell .card-body {
    padding: 0.9rem 1rem;
}

.lto-metric-panel,
.lto-summary-panel {
    margin-bottom: 0.7rem;
    border-radius: 18px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.16);
}

.lto-metric-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.lto-metric-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.lto-metric-title {
    font-size: 1rem;
    margin-bottom: 0.15rem;
}

.lto-metric-value {
    flex: 0 0 auto;
    align-self: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.lto-slider-group {
    margin-bottom: 0;
}

.lto-slider-labels {
    margin-top: 0.45rem;
    font-size: 0.84rem;
}

.lto-summary-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

.lto-summary-list {
    margin-bottom: 0.6rem;
}

.lto-summary-list li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.26rem 0 0.26rem 0.8rem;
    border-bottom: 0;
    position: relative;
}

.lto-summary-list li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0.26rem;
    color: #64748b;
    font-weight: 700;
}

.lto-summary-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.lto-total-due {
    margin-bottom: 0;
    border: 0;
    background: transparent;
    color: #0f172a;
    font-size: 0.98rem;
    line-height: 1.35;
    margin-top: 0.65rem;
}

.lto-inline-alert {
    margin-bottom: 1rem;
}

.lto-shell .h4,
.lto-shell h4 {
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.15rem;
    font-size: 1.25rem;
}

.fw-black {
    font-weight: 900;
}

.text-green {
    color: #198754;
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    .lto-metric-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .lto-metric-value {
        text-align: left;
    }

    .lto-title {
        font-size: 1.55rem;
    }

    .lto-section-title {
        font-size: 1.35rem;
    }

    .lto-column-primary::after {
        display: none;
    }

    .lto-callout-price {
        font-size: 1.55rem;
    }
}

.lto-shell .text-body-secondary,
.lto-shell .text-muted {
    color: #64748b !important;
}
