/* White Theme with Dark Cards Overrides */

/* --- Calculator Section --- */
.calculator-section {
    background: #ffffff !important;
    color: #000000 !important;
    position: relative;
    z-index: 10;
}

.calculator-section .section-title {
    color: #000000 !important;
    text-shadow: none !important;
}

.calculator-section .section-title span {
    color: #ff0000 !important;
    text-shadow: none !important;
}

/* The Calculator Box - Refined */
.calculator-box {
    background: linear-gradient(145deg, #0a0a0a, #000000) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    padding: 40px !important;
}

/* Labels */
.calculator-box label {
    color: #e0e0e0 !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    display: block !important;
}

/* Range Display (The value box) */
.range-display {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    padding: 15px !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    backdrop-filter: blur(5px);
}

/* Result box inside calculator */
.result-box {
    background: linear-gradient(180deg, rgba(20, 0, 0, 0.8), rgba(0, 0, 0, 0.9)) !important;
    border: 1px solid rgba(255, 0, 0, 0.3) !important;
    border-radius: 15px !important;
    padding: 30px 20px !important;
    margin-top: 40px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.result-label {
    color: #cccccc !important;
    font-size: 0.9rem !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
}

.result-value {
    color: #ff0000 !important;
    font-size: clamp(2.5rem, 10vw, 4.5rem) !important;
    /* Maximum impact */
    text-shadow: 0 0 30px rgba(255, 0, 0, 0.4) !important;
    margin: 5px 0 15px !important;
    white-space: nowrap !important;
    width: 100% !important;
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.1 !important;
    letter-spacing: -2px !important;
    /* Tighten to fit */
}

.result-sub {
    color: #888888 !important;
    font-style: italic !important;
}

/* Live counter below calculator */
.live-counter {
    background: #f8f9fa !important;
    color: #444 !important;
    border: 1px solid #eee !important;
    border-radius: 50px !important;
    margin-top: 40px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

/* --- Slider / Range Input Styling (Clean Bar) --- */
input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent !important;
    margin: 10px 0;
    height: 30px;
    display: flex;
    align-items: center;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #ff0000;
    cursor: pointer;
    margin-top: -9px;
    /* Aligned center */
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #333;
    border-radius: 5px;
    border: none !important;
    /* Removed border */
}

input[type=range]:focus {
    outline: none;
}

/* Firefox styles */
input[type=range]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ff0000;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #333;
    border-radius: 5px;
    border: none !important;
    /* Removed border */
}


/* --- Social Proof Section --- */
.social-proof {
    background: #ffffff !important;
    color: #000000 !important;
}

/* White Theme with Dark Cards Overrides */

/* --- Calculator Section --- */
.calculator-section {
    background: #ffffff !important;
    color: #000000 !important;
    position: relative;
    z-index: 10;
}

.calculator-section .section-title {
    color: #000000 !important;
    text-shadow: none !important;
}

.calculator-section .section-title span {
    color: #ff0000 !important;
    text-shadow: none !important;
}

/* The Calculator Box - Refined */
.calculator-box {
    background: linear-gradient(145deg, #0a0a0a, #000000) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    padding: 40px !important;
}

/* Labels */
.calculator-box label {
    color: #e0e0e0 !important;
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    margin-bottom: 15px !important;
    display: block !important;
}

/* Range Display (The value box) */
.range-display {
    background: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    padding: 15px !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    backdrop-filter: blur(5px);
}

/* Result box inside calculator */
.result-box {
    background: linear-gradient(180deg, rgba(20, 0, 0, 0.8), rgba(0, 0, 0, 0.9)) !important;
    border: 1px solid rgba(255, 0, 0, 0.3) !important;
    border-radius: 15px !important;
    padding: 30px 20px !important;
    margin-top: 40px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
    text-align: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.result-label {
    color: #cccccc !important;
    font-size: 0.9rem !important;
    letter-spacing: 1px !important;
    margin-bottom: 15px !important;
}

.result-value {
    color: #ff0000 !important;
    font-size: clamp(2.5rem, 10vw, 4.5rem) !important;
    /* Maximum impact */
    text-shadow: 0 0 30px rgba(255, 0, 0, 0.4) !important;
    margin: 5px 0 15px !important;
    white-space: nowrap !important;
    width: 100% !important;
    display: block !important;
    overflow: visible !important;
    text-overflow: clip !important;
    line-height: 1.1 !important;
    letter-spacing: -2px !important;
    /* Tighten to fit */
}

.result-sub {
    color: #888888 !important;
    font-style: italic !important;
}

/* Live counter below calculator */
.live-counter {
    background: #f8f9fa !important;
    color: #444 !important;
    border: 1px solid #eee !important;
    border-radius: 50px !important;
    margin-top: 40px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) !important;
}

/* --- Slider / Range Input Styling (Clean Bar) --- */
input[type=range] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent !important;
    margin: 10px 0;
    height: 30px;
    display: flex;
    align-items: center;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #ff0000;
    cursor: pointer;
    margin-top: -9px;
    /* Aligned center */
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #333;
    border-radius: 5px;
    border: none !important;
    /* Removed border */
}

input[type=range]:focus {
    outline: none;
}

/* Firefox styles */
input[type=range]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #ff0000;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.8);
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 6px;
    cursor: pointer;
    background: #333;
    border-radius: 5px;
    border: none !important;
    /* Removed border */
}


/* --- Social Proof Section --- */
.social-proof {
    background: #ffffff !important;
    color: #000000 !important;
}

.social-proof .section-title {
    color: #000000 !important;
    text-shadow: none !important;
}

/* Proof Cards - Refined & Harmonic */
.proof-card {
    background: linear-gradient(160deg, #1a1a1a 0%, #050505 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    /* Inner top highlight */
    color: #ffffff !important;
    border-radius: 20px !important;
    position: relative;
    overflow: hidden;
}

/* Subtle shine effect */
.proof-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.03), transparent 60%);
    pointer-events: none;
}

.proof-card .name {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.proof-card .time {
    color: #999 !important;
}

.proof-card .testimonial {
    color: #e0e0e0 !important;
    line-height: 1.5 !important;
}