   31. Premium Performance Stats Section
   ========================================================================== */
.premium-stats-section {
    position: relative;
    overflow: hidden;
    margin-top: -1px; /* Avoid gap */
}

.stats-bg-wrapper {
    min-height: 700px;
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Parallax effect */
    position: relative;
}

.stats-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(20, 24, 62, 0.7), rgba(20, 24, 62, 0.4));
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0;
}

.premium-title h3 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
    font-weight: 600;
}

.premium-title h3::before {
    content: '//';
    color: #fff;
    position: absolute;
    left: 0;
}

.premium-title h2 {
    color: #fff;
    font-size: 58px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    max-width: 800px;
}

.premium-title h2 .highlight {
    color: #fff;
}

.take-tour-circle {
    display: flex;
    justify-content: flex-end;
}

.tour-btn {
    width: 160px;
    height: 160px;
    background: rgba(15, 23, 42, 0.9);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-align: center;
    padding: 30px;
    line-height: 1.3;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255,255,255,0.1);
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.tour-btn:hover {
    background: #E16240;
    transform: scale(1.1) rotate(15deg);
    color: #fff;
    box-shadow: 0 0 30px rgba(225, 98, 64, 0.4);
}

.stats-row-bottom {
    margin-top: 100px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 50px;
}

.stat-item .stat-label {
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.stat-item .stat-value {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

.stat-item p {
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    line-height: 1.6;
    max-width: 250px;
}
.premium-stats-section {
    z-index: 5;
    background: #14183e; /* Fallback background color */
}
/* ==========================================================================
   31. Premium Performance Stats Section (Refined)
   ========================================================================== */
.premium-stats-section {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    background-color: #0b0f2a;
}

.stats-bg-wrapper {
    position: relative;
    min-height: 800px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.stats-overlay {
    width: 100%;
    height: 100%;
    background: rgba(11, 15, 42, 0.45); 
    padding: 120px 0;
}

.premium-title h3 {
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.premium-title h3::before {
    content: '// ';
    color: #fff;
}

.premium-title h2 {
    color: #fff;
    font-size: 54px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
}

.premium-title h2 span {
    color: #fff;
}

.tour-btn-wrapper {
    display: flex;
    justify-content: flex-end;
}

.tour-btn {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #141829;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255,255,255,0.1);
    text-decoration: none;
    font-size: 17px;
}

.tour-btn:hover {
    background: #E16240;
    color: #fff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.stats-grid-row {
    margin-top: 100px;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 60px;
}

.stat-box .stat-label {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.stat-box h4 {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1;
}

.stat-box p {
    color: rgba(255,255,255,0.7);
    font-size: 15px;
    max-width: 260px;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .tour-btn-wrapper { justify-content: flex-start; margin-top: 40px; }
    .premium-title h2 { font-size: 42px; }
    .stats-grid-row { margin-top: 60px; }
    .stat-box { margin-bottom: 40px; }
}
/* ==========================================================================
   Premium Residence Section - High Fidelity Sync
   ========================================================================== */
.premium-residence-stats {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.res-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 850px;
    position: relative;
}

.res-bg::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(13, 17, 43, 0.45);
}

.res-content {
    position: relative;
    z-index: 10;
    padding: 120px 0;
}

.res-title-box h3 {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    margin-bottom: 25px;
}

.res-title-box h3 span {
    color: #fff;
    font-weight: 900;
    margin-right: 5px;
}

.res-title-box h2 {
    font-size: 64px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

.res-title-box h2 .accent {
    color: #fff;
    display: block;
    margin-top: 10px;
}

.res-tour-box {
    display: flex;
    justify-content: flex-end;
}

.circle-tour-btn {
    width: 170px;
    height: 170px;
    background: #141824;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.2;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.circle-tour-btn:hover {
    background: #e16240;
    transform: scale(1.1) rotate(15deg);
    color: #fff;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.res-stats-grid {
    margin-top: 100px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 60px;
}

.res-stat-item .label {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.res-stat-item h4 {
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1;
}

.res-stat-item p {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    line-height: 1.6;
    max-width: 260px;
}

@media (max-width: 991px) {
    .res-title-box h2 { font-size: 46px; }
    .res-tour-box { justify-content: flex-start; margin-top: 40px; }
    .circle-tour-btn { width: 140px; height: 140px; font-size: 16px; }
    .res-stats-grid { margin-top: 60px; }
}

/* ==========================================================================
