:root {
    /* Updated only these color variables to match the purple theme */
    --primary-purple: #D093E8;
    --purple-dark: #b366d9;
    --purple-light: #e7c7f3;
    --neon-cyan: #7B68EE;
    --neon-pink: #9900ff;
    --dark-bg: #010003;
    --darker-bg: #0a0712;
    --card-bg: rgba(30, 25, 45, 0.7);
    --card-border: rgba(208, 147, 232, 0.2);
    --text-primary: #ffffff;
    --text-secondary: #d6c4e2;
    --success: #029e24;
    --danger: #ff6b6b;
    --shadow-glow: 0 0 30px rgba(208, 147, 232, 0.3);

}

.why-choose-crypto {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, #010003 0%, #0a0712 30%, #000000 100%);
    color: var(--text-primary);
}

/* Crypto Background Pattern */
.crypto-bg-pattern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: var(--dark-bg);
    overflow: hidden;
}

.pattern-layer {
    position: absolute;
    opacity: 0.1;
}

.pattern-1 {
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, var(--primary-purple) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, var(--neon-cyan) 2px, transparent 3px),
        radial-gradient(circle at 40% 80%, var(--neon-pink) 2px, transparent 3px),
        radial-gradient(circle at 60% 20%, var(--primary-purple) 2px, transparent 3px);
    background-size: 150px 150px, 200px 200px, 180px 180px, 160px 160px;
    animation: patternFloat 30s infinite linear;
}

.pattern-2 {
    width: 100%;
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 49px, rgba(139, 92, 246, 0.05) 49px, rgba(139, 92, 246, 0.05) 50px),
        repeating-linear-gradient(90deg, transparent, transparent 49px, rgba(6, 182, 212, 0.05) 49px, rgba(6, 182, 212, 0.05) 50px);
    background-size: 50px 50px;
    animation: patternMove 20s infinite linear;
}

.pattern-3 {
    width: 100%;
    height: 100%;
    background-image: 
        url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%238b5cf6' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
    animation: patternRotate 60s infinite linear;
}

.blockchain-grid {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(139, 92, 246, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(139, 92, 246, 0.05) 1px, transparent 1px);
    background-size: 100px 100px;
    mask-image: radial-gradient(circle at center, black, transparent 70%);
    -webkit-mask-image: radial-gradient(circle at center, black, transparent 70%);
}

.crypto-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(1px 1px at 20% 30%, var(--neon-cyan) 100%, transparent),
        radial-gradient(1px 1px at 40% 80%, var(--primary-purple) 100%, transparent),
        radial-gradient(1px 1px at 60% 10%, var(--neon-pink) 100%, transparent),
        radial-gradient(1px 1px at 80% 50%, var(--neon-cyan) 100%, transparent),
        radial-gradient(1px 1px at 90% 90%, var(--primary-purple) 100%, transparent);
    background-size: 300px 300px;
    animation: particlesFloat 15s infinite linear;
}

@keyframes patternFloat {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-50px, -50px); }
}

@keyframes patternMove {
    0% { transform: translate(0, 0); }
    100% { transform: translate(50px, 50px); }
}

@keyframes patternRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes particlesFloat {
    0% { background-position: 0 0; }
    100% { background-position: 300px 300px; }
}

.crypto-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

/* Header Styles */
.crypto-header {
    text-align: center;
    margin-bottom: 80px;
}

.crypto-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    background: linear-gradient(90deg, var(--primary-purple) 0%, var(--purple-dark) 100%);
    box-shadow: 0 4px 15px rgba(208, 147, 232, 0.3);
    border: none;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
}

.badge-glow {
    position: absolute;
    inset: 0;
    background: linear-gradient(45deg, var(--primary-purple), var(--neon-cyan));
    opacity: 0.2;
    filter: blur(20px);
    z-index: -1;
}

.crypto-main-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color:white;
}

.purple-gradient {
    background: linear-gradient(90deg, var(--primary-purple), var(--purple-light), var(--neon-cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: 200% auto;
    animation: gradientFlow 3s infinite linear;
}

@keyframes gradientFlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.crypto-subtitle {
    font-size: 1.2rem;
    color: var(--text-secondary);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.neon-text {
    color: var(--neon-cyan);
    font-weight: 600;
    text-shadow: 0 0 10px rgba(6, 182, 212, 0.3);
}

/* Features Grid */
.crypto-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

.crypto-feature-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 20px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.crypto-feature-card:hover {
    transform: translateY(-10px);
    border-color: rgba(139, 92, 246, 0.4);
    box-shadow: var(--shadow-glow);
}

.crypto-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(139, 92, 246, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.crypto-feature-card:hover::before {
    opacity: 1;
}

.feature-icon-container {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 25px;
}

.icon-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--primary-purple);
    border-radius: 50%;
    filter: blur(20px);
    opacity: 0.3;
    animation: glowPulse 2s infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
}

.feature-icon {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(15, 15, 30, 0.8);
    border: 2px solid var(--primary-purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: var(--primary-purple);
    z-index: 2;
}

.icon-rings {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
}

.ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 50%;
    animation: ringExpand 3s infinite;
}

.ring-1 {
    width: 100%;
    height: 100%;
    animation-delay: 0s;
}

.ring-2 {
    width: 80%;
    height: 80%;
    animation-delay: 1s;
}

.ring-3 {
    width: 60%;
    height: 60%;
    animation-delay: 2s;
}

@keyframes ringExpand {
    0% { 
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% { 
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
}

.feature-content {
    position: relative;
    z-index: 2;
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--text-primary);
}

.feature-description {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
}

.feature-stats {
    display: flex;
    gap: 20px;
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    background: linear-gradient(90deg, var(--primary-purple), var(--neon-cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.feature-connection {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    display: none;
}

@media (min-width: 768px) {
    .feature-connection {
        display: block;
    }
    
    .connection-line {
        width: 30px;
        height: 2px;
        background: linear-gradient(90deg, var(--primary-purple), transparent);
    }
    
    .connection-node {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 8px;
        height: 8px;
        background: var(--primary-purple);
        border-radius: 50%;
        box-shadow: 0 0 10px var(--primary-purple);
    }
}

/* Comparison Section */
.comparison-section {
    background: rgba(15, 15, 30, 0.5);
    border-radius: 25px;
    padding: 50px;
    margin-bottom: 80px;
    border: 1px solid var(--card-border);
    backdrop-filter: blur(10px);
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color:white;
}

.section-subtitle {
    color: var(--text-secondary);
    font-size: 1.1rem;
}

.comparison-table {
    background: rgba(10, 10, 25, 0.5);
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.table-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    background: rgba(139, 92, 246, 0.1);
    border-bottom: 1px solid rgba(139, 92, 246, 0.2);
}

.header-item {
    padding: 20px;
    font-weight: 600;
    text-align: center;
}

.feature-col {
    text-align: left;
}

.us-col {
    color: var(--primary-purple);
    border-left: 1px solid rgba(139, 92, 246, 0.2);
    border-right: 1px solid rgba(139, 92, 246, 0.2);
}

.others-col {
    color: var(--text-secondary);
}

.table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: background 0.3s ease;
}

.table-row:hover {
    background: rgba(139, 92, 246, 0.05);
}

.row-item {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.table-row .us-col {
    border-left: 1px solid rgba(139, 92, 246, 0.1);
    border-right: 1px solid rgba(139, 92, 246, 0.1);
}

.us-col i {
    color: var(--success);
}

.others-col i {
    color: var(--danger);
}

/* Stats Section */
.stats-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 80px;
}

.stat-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
}

.stat-card:hover {
    border-color: rgba(139, 92, 246, 0.4);
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.2);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: rgba(139, 92, 246, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-purple);
}

.stat-content {
    flex: 1;
}

.stat-value {
    font-size: 2.2rem;
    font-weight: 800;
    background: linear-gradient(90deg, var(--primary-purple), var(--neon-cyan));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 5px;
}

.stat-value span {
    font-size: 1.5rem;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stat-graph {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-purple), var(--neon-cyan));
    transform-origin: left;
    animation: graphFill 2s ease-out;
}

@keyframes graphFill {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.1), rgba(6, 182, 212, 0.1));
    border-radius: 30px;
    padding: 60px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
    border: 1px solid rgba(139, 92, 246, 0.2);
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(139, 92, 246, 0.05), transparent);
    animation: ctaShine 10s infinite linear;
}

@keyframes ctaShine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.cta-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color:white;
}

.cta-description {
    color: var(--text-secondary);
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.6;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.cta-btn {
    padding: 18px 35px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border: none;
    position: relative;
    overflow: hidden;
}

.primary-btn {
    background: linear-gradient(90deg, var(--primary-purple), var(--purple-dark));
    color: white;
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.3);
}

.primary-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.4);
}

.secondary-btn {
    background: transparent;
    border: 2px solid rgba(139, 92, 246, 0.4);
    color: var(--primary-purple);
}

.secondary-btn:hover {
    background: rgba(139, 92, 246, 0.1);
    border-color: var(--primary-purple);
    transform: translateY(-3px);
}

.btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.7s ease;
}

.cta-btn:hover .btn-glow {
    left: 100%;
}

.btn-sparkle {
    margin-left: 5px;
}

.btn-sparkle i {
    animation: sparkleSpin 2s infinite linear;
}

@keyframes sparkleSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cta-note {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(139, 92, 246, 0.1);
    padding: 12px 20px;
    border-radius: 10px;
    color: var(--primary-purple);
    font-weight: 600;
    font-size: 0.9rem;
}

.cta-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}

.crypto-visual {
    position: relative;
    width: 200px;
    height: 200px;
}

.visual-element {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(15, 15, 30, 0.8);
    border: 2px solid var(--primary-purple);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: var(--primary-purple);
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.3);
}

.visual-element.btc {
    top: 20px;
    left: 20px;
    animation: floatUpDown 3s infinite ease-in-out;
}

.visual-element.eth {
    bottom: 20px;
    right: 20px;
    animation: floatUpDown 3s infinite ease-in-out reverse;
}

.visual-element.graph {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: none;
    background: none;
}

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

/* Floating Crypto Elements */
.floating-crypto {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.float-coin {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    color: rgba(139, 92, 246, 0.5);
    animation: floatAround 20s infinite linear;
}

.btc-float {
    top: 15%;
    left: 5%;
    animation-delay: 0s;
}

.eth-float {
    top: 70%;
    right: 10%;
    animation-delay: -7s;
}

.ada-float {
    bottom: 20%;
    left: 15%;
    animation-delay: -14s;
}

.coin-trail {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-purple), transparent);
    transform-origin: left center;
    animation: trailEffect 2s infinite;
}

@keyframes floatAround {
    0% { transform: translate(0, 0) rotate(0deg); }
    25% { transform: translate(100px, 50px) rotate(90deg); }
    50% { transform: translate(50px, 100px) rotate(180deg); }
    75% { transform: translate(-50px, 50px) rotate(270deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}

@keyframes trailEffect {
    0% { transform: scaleX(0); opacity: 0; }
    50% { transform: scaleX(1); opacity: 1; }
    100% { transform: scaleX(0); opacity: 0; }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .crypto-main-title {
        font-size: 3.2rem;
    }
    
    .cta-section {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .cta-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .crypto-main-title {
        font-size: 2.5rem;
    }
    
    .comparison-section {
        padding: 30px 20px;
    }
    
    .comparison-table {
        overflow-x: auto;
    }
    
    .table-header, .table-row {
        min-width: 600px;
    }
    
    .cta-section {
        padding: 40px 20px;
    }
    
    .cta-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .crypto-main-title {
        font-size: 2rem;
    }
    
    .crypto-features-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-section {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}








/* ====================================== */
.rr-plan-section {
    position: relative;
    padding: 50px 0 100px;
    background: linear-gradient(135deg, #010003 0%, #0a0712 30%, #000000 100%);
    overflow: hidden;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
}

/* Background Elements */
.rr-bg-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(29, 1, 41, 0.432) 1px, transparent 1px),
        linear-gradient(90deg, rgba(33, 1, 46, 0.507) 1px, transparent 1px);
    background-size: 50px 50px;
    z-index: 1;
}

.rr-floating-dots {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.rr-dot {
    position: absolute;
    border-radius: 50%;
    background: rgba(208, 147, 232, 0.1);
}

.rr-dot-1 {
    width: 10px;
    height: 10px;
    top: 20%;
    left: 5%;
    animation: rrFloat 15s ease-in-out infinite;
}

.rr-dot-2 {
    width: 8px;
    height: 8px;
    top: 70%;
    left: 10%;
    animation: rrFloat 18s ease-in-out infinite reverse;
}

.rr-dot-3 {
    width: 12px;
    height: 12px;
    top: 40%;
    right: 15%;
    animation: rrFloat 12s ease-in-out infinite;
}

.rr-dot-4 {
    width: 6px;
    height: 6px;
    bottom: 30%;
    right: 25%;
    animation: rrFloat 20s ease-in-out infinite reverse;
}

.rr-gradient-orbs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.rr-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.3;
}

.rr-orb-1 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #D093E8 0%, transparent 70%);
    top: -100px;
    right: -100px;
}

.rr-orb-2 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #9900ff 0%, transparent 70%);
    bottom: -100px;
    left: -100px;
}

/* Container */
.rr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 3;
}

/* Header */
.rr-header {
    text-align: center;
    margin-bottom: 60px;
}

.rr-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(90deg, #D093E8 0%, #b366d9 100%);
    color: white;
    padding: 12px 28px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(208, 147, 232, 0.3);
}

.rr-badge i {
    font-size: 16px;
}

.rr-heading {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: 'Lora', serif;
}

.rr-heading-highlight {
    color: #D093E8;
    position: relative;
}

.rr-heading-underline {
    position: relative;
    display: inline-block;
    color: #D093E8;
    font-size: 32px;
    margin-left: 10px;
}

.rr-heading-underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 8px;
    background: linear-gradient(180deg, #000000 0%, #9900ff 100%);
    z-index: -1;
    border-radius: 4px;
}

.rr-subtitle {
    font-size: 20px;
    color: #d6c4e2;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Stats Grid */
.rr-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.rr-stat-card {
    background: rgba(30, 25, 45, 0.7);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(208, 147, 232, 0.1);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.rr-stat-card:hover {
    transform: translateY(-5px);
    border-color: rgba(208, 147, 232, 0.3);
    box-shadow: 0 15px 30px rgba(208, 147, 232, 0.1);
}

.rr-stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(208, 147, 232, 0.2) 0%, rgba(123, 104, 238, 0.2) 100%);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #D093E8;
    flex-shrink: 0;
}

.rr-stat-content {
    display: flex;
    flex-direction: column;
}

.rr-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.rr-stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

/* Content Row */
.rr-content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 50px;
    margin-bottom: 60px;
}

.rr-text-column {
    flex: 0 0 50%;
    max-width: calc(50% - 25px);
}

.rr-visual-column {
    flex: 0 0 50%;
    max-width: calc(50% - 25px);
    position: relative;
}

/* Text Content */
.rr-section {
    margin-bottom: 40px;
}

.rr-section-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(208, 147, 232, 0.2);
}

.rr-section-number {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #D093E8 0%, #b366d9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
    flex-shrink: 0;
}

.rr-section-title {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Lora', serif;
}

.rr-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.rr-feature-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(208, 147, 232, 0.1);
}

.rr-feature-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, rgba(208, 147, 232, 0.2) 0%, rgba(123, 104, 238, 0.2) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #D093E8;
    flex-shrink: 0;
}

.rr-feature-content h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.rr-feature-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

/* Income Card */
.rr-income-card {
    background: rgba(208, 147, 232, 0.1);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(208, 147, 232, 0.2);
}

.rr-income-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(208, 147, 232, 0.1);
}

.rr-income-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rr-income-title i {
    color: #D093E8;
}

.rr-income-percentage {
    font-size: 32px;
    font-weight: 800;
    background: linear-gradient(135deg, #D093E8 0%, #7B68EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rr-income-desc {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.rr-note-box {
    background: rgba(208, 147, 232, 0.1);
    border-left: 3px solid #D093E8;
    padding: 15px;
    border-radius: 0 8px 8px 0;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.rr-note-box i {
    color: #D093E8;
    font-size: 18px;
    margin-top: 2px;
}

.rr-note-box p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
}

/* Visual Column */
.rr-visual-wrapper {
    position: relative;
    height: 100%; 
    /* overflow-x: hidden;
    overflow-y: scroll; */
    scrollbar-width: thin;
    scrollbar-color: #D093E8 #1E192D;
}

/* For Chrome, Edge, and Safari */
.rr-visual-wrapper::-webkit-scrollbar {
    width: 8px;
    background: #1E192D;
    border-radius: 8px;
}
.rr-visual-wrapper::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #D093E8 0%, #7B68EE 100%);
    border-radius: 8px;
}

.rr-rank-card {
    background: rgba(30, 25, 45, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    border: 1px solid rgba(208, 147, 232, 0.2);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.5s ease;
    height: 100%;
}

.rr-rank-card:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.rr-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(208, 147, 232, 0.2);
}

.rr-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rr-card-title i {
    color: #D093E8;
}

.rr-card-badge {
    background: linear-gradient(135deg, #D093E8 0%, #7B68EE 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Rank List */
.rr-rank-list {
    margin-bottom: 30px;
}

.rr-rank-item {
    display: flex;
    align-items: center;
    padding: 15px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(208, 147, 232, 0.1);
    transition: all 0.3s ease;
}

.rr-rank-item:hover {
    background: rgba(208, 147, 232, 0.1);
    border-color: rgba(208, 147, 232, 0.3);
    transform: translateX(5px);
}

.rr-rank-marker {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #D093E8 0%, #b366d9 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    margin-right: 15px;
    flex-shrink: 0;
}

.rr-rank-details {
    flex: 1;
}

.rr-rank-name {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
}

.rr-rank-price {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.rr-rank-commission {
    font-size: 14px;
    font-weight: 600;
    color: #D093E8;
    padding: 6px 12px;
    background: rgba(208, 147, 232, 0.1);
    border-radius: 20px;
}

.rr-rank-scroll {
    text-align: center;
    padding: 15px;
    color: rgba(208, 147, 232, 0.7);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.rr-rank-scroll i {
    animation: bounce 2s infinite;
}

.rr-card-footer {
    padding-top: 20px;
    border-top: 1px solid rgba(208, 147, 232, 0.2);
}

.rr-rank-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rr-total-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.rr-total-value {
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, #D093E8 0%, #7B68EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Floating Cards */
.rr-floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    animation: rrFloat 4s ease-in-out infinite;
    z-index: 3;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 12px;
}

.rr-income-display {
    bottom: -20px;
    left: -20px;
}

.rr-royalty-display {
    top: -20px;
    right: -20px;
    animation-delay: -2s;
}

.rr-floating-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #D093E8 0%, #b366d9 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.rr-floating-content {
    display: flex;
    flex-direction: column;
}

.rr-floating-title {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    line-height: 1.3;
}

.rr-floating-value {
    font-size: 16px;
    color: #D093E8;
    font-weight: 700;
}

/* Detailed Sections */
.rr-detailed-sections {
    margin-bottom: 60px;
}

.rr-detailed-section {
    background: rgb(5 6 18 / 70%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(208, 147, 232, 0.1);
    margin-bottom: 30px;
}

.rr-detailed-header {
    margin-bottom: 30px;
}

.rr-detailed-header h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.rr-detailed-header h3 i {
    color: #D093E8;
}

.rr-detailed-subtitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}

/* Upgrade Grid */
.rr-upgrade-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-bottom: 25px;
}

.rr-upgrade-item {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid rgba(208, 147, 232, 0.1);
    transition: all 0.3s ease;
}

.rr-upgrade-item:hover {
    transform: translateY(-5px);
    border-color: rgba(208, 147, 232, 0.3);
    box-shadow: 0 10px 20px rgba(208, 147, 232, 0.1);
}

.rr-upgrade-rank {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.rr-upgrade-amount {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

.rr-upgrade-income {
    font-size: 14px;
    font-weight: 600;
    color: #D093E8;
    padding: 6px 12px;
    background: rgba(208, 147, 232, 0.1);
    border-radius: 20px;
    display: inline-block;
}

/* Level Income Table */
.rr-level-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    overflow: hidden;
}

.rr-level-table th, .rr-level-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(208, 147, 232, 0.1);
}

.rr-level-table th {
    background: rgba(208, 147, 232, 0.1);
    color: #D093E8;
    font-weight: 600;
}

.rr-level-table tr:last-child td {
    border-bottom: none;
}

/* Royalty Grid */
.rr-royalty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.rr-royalty-tier {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(208, 147, 232, 0.1);
    transition: all 0.3s ease;
}

.rr-royalty-tier:hover {
    transform: translateY(-5px);
    border-color: rgba(208, 147, 232, 0.3);
    box-shadow: 0 15px 30px rgba(208, 147, 232, 0.1);
}

.rr-tier-premium {
    background: linear-gradient(135deg, rgba(208, 147, 232, 0.1) 0%, rgba(123, 104, 238, 0.1) 100%);
    border: 1px solid rgba(208, 147, 232, 0.3);
}

.rr-tier-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(208, 147, 232, 0.1);
}

.rr-tier-name {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.rr-tier-multiplier {
    font-size: 16px;
    font-weight: 700;
    color: #D093E8;
    padding: 6px 15px;
    background: rgba(208, 147, 232, 0.1);
    border-radius: 20px;
}

.rr-tier-conditions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rr-tier-conditions li {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.rr-tier-conditions li i {
    color: #D093E8;
    font-size: 14px;
}

/* Info Note */
.rr-info-note {
    background: rgba(208, 147, 232, 0.1);
    border-left: 3px solid #D093E8;
    padding: 20px;
    border-radius: 0 10px 10px 0;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.rr-info-note i {
    color: #D093E8;
    font-size: 20px;
    margin-top: 2px;
}

.rr-info-note p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}
.rr-cta-section {
    width: 100%;
    max-width: 1400px;
}

.rr-cta-card {
    background:
        repeating-linear-gradient(
            45deg,
            rgba(208, 147, 232, 0.07),
            rgba(208, 147, 232, 0.07) 8px,
            transparent 8px,
            transparent 24px
        ),
        rgba(0, 0, 0, 0.85);
    border-radius: 24px;
    padding: 30px;
    text-align: center;
    position: relative;
    border: 1px solid rgba(208, 147, 232, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

/* Title */
.rr-cta-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #D093E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
}

/* Text */
.rr-cta-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 0 auto 20px;
    line-height: 1.6;
}

/* Stats */
.rr-cta-stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 20px 0 50px;
}

.rr-cta-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rr-cta-stat-value {
    font-size: 48px;
    font-weight: 700;
    color: #D093E8;
    margin-bottom: 4px;
    line-height: 1;
}

.rr-cta-stat-label {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Button */
.rr-cta-button {
    background: linear-gradient(135deg, #D093E8 0%, #7B68EE 100%);
    color: white;
    border: none;
    padding: 18px 45px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(208, 147, 232, 0.3);
}

.rr-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(208, 147, 232, 0.4);
}

.rr-cta-button i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.rr-cta-button:hover i {
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 768px) {
    .rr-cta-card {
        padding: 40px 30px;
        border-radius: 20px;
    }
    
    .rr-cta-title {
        font-size: 32px;
    }
    
    .rr-cta-text {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .rr-cta-stats {
        flex-direction: column;
        gap: 30px;
        margin: 30px 0 40px;
    }
    
    .rr-cta-stat-value {
        font-size: 40px;
    }
    
    .rr-cta-button {
        padding: 16px 35px;
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .rr-cta-card {
        padding: 30px 20px;
    }
    
    .rr-cta-title {
        font-size: 28px;
    }
    
    .rr-cta-text {
        font-size: 15px;
    }
}

/* Animations */
@keyframes rrFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .rr-plan-section {
        padding: 100px 0 80px;
    }
    
    .rr-content-row {
        flex-direction: column;
        gap: 40px;
    }
    
    .rr-text-column,
    .rr-visual-column {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .rr-heading {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .rr-heading {
        font-size: 36px;
    }

    .rr-rank-card{
        padding:10px;
    }

    .rr-detailed-section{
        padding: 15px;
        border-radius:10px;
    }
    
    .rr-features-grid {
        grid-template-columns: 1fr;
    }
    
    .rr-royalty-grid {
        grid-template-columns: 1fr;
    }
}