/* 
   Premium Redesign for Impact Metrics 
   Glassmorphism, Gradients, and Modern Typography
*/

.premium-overview-area {
    background: linear-gradient(135deg, #0a0b1e 0%, #1a042c 100%) !important;
    position: relative;
    padding: 100px 0 75px;
    overflow: hidden;
    color: #fff !important;
}

.premium-overview-area::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(246, 44, 114, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.premium-overview-area .section-title h2 {
    color: #fff !important;
}

.premium-overview-area .section-title p {
    color: rgba(255, 255, 255, 0.7) !important;
}

.premium-overview-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px 30px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
    height: 100%;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    min-width: 250px;
    margin-bottom: 30px;
}

.premium-overview-card:hover {
    transform: translateY(-15px) scale(1.02);
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(246, 44, 114, 0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(246, 44, 114, 0.2);
}

.premium-overview-card i {
    font-size: 50px;
    display: inline-block;
    background: linear-gradient(45deg, #f62c72, #ff85a1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 15px rgba(246, 44, 114, 0.3));
    margin-bottom: 20px;
    transition: transform 0.5s ease;
}

.premium-overview-card:hover i {
    transform: scale(1.1) rotate(5deg);
}

.premium-metric-number {
    font-size: 56px !important;
    font-weight: 900 !important;
    font-family: 'Inter', sans-serif !important;
    margin: 15px 0;
    line-height: 1.2 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    padding-bottom: 5px;
}

.premium-metric-number .odometer {
    font-family: 'Inter', sans-serif !important;
    font-size: 56px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
    display: inline-block;
    color: #ffffff !important;
}

.premium-metric-symbol {
    font-size: 40px;
    font-weight: 700;
    margin-left: 5px;
    color: #f62c72 !important;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2 !important;
}

.premium-overview-card span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.premium-overview-card span a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.premium-overview-card:hover span a {
    color: #fff !important;
}

/* Force Odometer internal elements to be white and large */
.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-default .odometer-digit,
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner,
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 56px !important;
    font-weight: 900 !important;
    line-height: 1.2 !important;
}

.odometer-digit-spacer {
    display: inline-block !important;
    font-size: 56px !important;
    line-height: 1.2 !important;
}

/* Fix for Footprint page integration */
/* Reusable Interactive Background */
.interactive-bg {
    position: relative !important;
    overflow: hidden !important;
}

.interactive-bg-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.8;
}

.interactive-bg .container {
    position: relative;
    z-index: 1;
}

/* Specific Section Adjustments */
.partner-area.ptb-100 {
    background: linear-gradient(135deg, #0a0b1e 0%, #1a042c 100%) !important;
    padding: 120px 0 !important;
    border: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-area.ptb-100::after {
    content: "";
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(56, 131, 192, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.mission-text {
    font-size: 64px;
    font-weight: 900;
    color: #ffffff;
    max-width: 1100px;
    margin: 0 auto;
    line-height: 1.1;
    letter-spacing: -2px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    background: linear-gradient(to bottom, #ffffff 40%, #b8c6db 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

.mission-text span {
    background: linear-gradient(45deg, #f62c72, #ff85a1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.mission-text span:first-of-type {
    background: linear-gradient(45deg, #3883c0, #00d2ff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 991px) {
    .mission-text {
        font-size: 48px;
        letter-spacing: -1px;
    }
}

@media only screen and (max-width: 767px) {
    .mission-text {
        font-size: 36px;
        letter-spacing: -0.5px;
        padding: 0 15px;
    }
}
