/* Why Choose ek(one) Section Styles */
.why-choose-section {
    position: relative;
    padding: 100px 0;
    background-color: #0c0c0c;
    color: #fff;
    overflow: hidden;
    margin-top: -1px;
}

.why-choose-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.why-choose-section .grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 0, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 0, 0, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.15;
}

.why-choose-section .glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
}

.why-choose-section .orb1 {
    top: 20%;
    right: 10%;
    width: 400px;
    height: 400px;
    background-color: rgba(255, 0, 0, 0.15);
    animation: whyChooseFloat 16s ease-in-out infinite alternate;
}

.why-choose-section .orb2 {
    bottom: 15%;
    left: 5%;
    width: 350px;
    height: 350px;
    background-color: rgba(255, 0, 0, 0.1);
    animation: whyChooseFloat 14s ease-in-out infinite;
}

.why-choose-section .circuit-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.why-choose-section .circuit-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.3), transparent);
    height: 1px;
}

.why-choose-section .line1 {
    top: 30%;
    left: 0;
    width: 100%;
    animation: circuitGlowWhy 7s infinite alternate;
}

.why-choose-section .line2 {
    top: 70%;
    left: 0;
    width: 100%;
    animation: circuitGlowWhy 9s infinite alternate-reverse;
}

.why-choose-section .circuit-node {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.8);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
    animation: nodeFlashWhy 4s infinite;
}

.why-choose-section .node1 {
    top: 30%;
    left: 25%;
    animation-delay: 0.5s;
}

.why-choose-section .node2 {
    top: 70%;
    right: 35%;
    animation-delay: 1.5s;
}

.why-choose-section .node3 {
    top: 45%;
    left: 60%;
    animation-delay: 2.5s;
}

.why-choose-section .container {
    position: relative;
    z-index: 1;
}

.why-choose-section .section-header {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    text-align: center;
}

.why-choose-section .section-header h2 {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 15px;
    display: inline-block;
}

.why-choose-section .highlight-text {
    color: #FF0000;
    font-weight: 700;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.benefit-item {
    background: linear-gradient(145deg, rgba(40, 40, 40, 0.6), rgba(20, 20, 20, 0.8));
    border-radius: 12px;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(255, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.benefit-item:hover {
    transform: translateY(-10px);
    border-color: rgba(255, 0, 0, 0.3);
    box-shadow: 0 15px 30px rgba(255, 0, 0, 0.2);
}

.benefit-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff3333, #cc0000);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.benefit-icon i {
    font-size: 28px;
    color: #fff;
}

.benefit-item h4 {
    color: #fff;
    font-size: 1.0rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.benefit-item p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
}

.join-message {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 30px;
    background: linear-gradient(145deg, rgba(35, 35, 35, 0.6), rgba(15, 15, 15, 0.8));
    border-radius: 16px;
    border: 1px solid rgba(255, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.join-message::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 0, 0, 0.1), transparent);
    transform: translateX(-100%);
    animation: shimmerEffect 6s infinite;
}

.join-message p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.0rem;
    font-weight: 500;
}

.business-benefits {
    position: relative;
    z-index: 1;
}

.business-benefits h3 {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.business-benefits h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.7), transparent);
}

.business-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.business-benefit-card {
    background: linear-gradient(145deg, rgba(35, 35, 35, 0.6), rgba(15, 15, 15, 0.8));
    border-radius: 16px;
    padding: 35px 30px;
    border: 1px solid rgba(255, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.business-benefit-card:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 0, 0, 0.3);
    box-shadow: 0 15px 30px rgba(255, 0, 0, 0.2);
}

.benefit-card-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff3333, #cc0000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.benefit-card-icon i {
    font-size: 24px;
    color: #fff;
}

.business-benefit-card h4 {
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.business-benefit-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    line-height: 1.6;
}

.benefit-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ff3333, #cc0000);
    transition: width 0.4s ease;
}

.business-benefit-card:hover .benefit-indicator {
    width: 100%;
}

.conclusion-message {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.conclusion-message p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.0rem;
    line-height: 1.6;
    font-weight: 500;
}

/* Real-Time Market Indices Section Styles */
.market-indices-section {
    position: relative;
    padding: 100px 0;
    background-color: #0c0c0c;
    color: #fff;
    overflow: hidden;
    margin-top: -1px;
}

.market-indices-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.indices-grid-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 0, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 0, 0, 0.1) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.15;
}

.data-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, transparent 80%, rgba(255, 0, 0, 0.05) 100%);
    opacity: 0.8;
    animation: dataParticles 10s infinite alternate;
}

.market-indices-section .glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
}

.market-indices-section .orb1 {
    top: 15%;
    left: 10%;
    width: 350px;
    height: 350px;
    background-color: rgba(255, 0, 0, 0.1);
    animation: indicesFloat 15s ease-in-out infinite alternate;
}

.market-indices-section .orb2 {
    bottom: 20%;
    right: 5%;
    width: 400px;
    height: 400px;
    background-color: rgba(255, 0, 0, 0.08);
    animation: indicesFloat 18s ease-in-out infinite;
}

.indices-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-line {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 0, 0, 0.3), transparent);
    height: 1px;
}

.line1 {
    top: 25%;
    left: 0;
    width: 100%;
    animation: lineGlowIndices 8s infinite alternate;
}

.line2 {
    top: 50%;
    left: 0;
    width: 100%;
    animation: lineGlowIndices 12s infinite alternate-reverse;
}

.line3 {
    top: 75%;
    left: 0;
    width: 100%;
    animation: lineGlowIndices 10s infinite alternate;
}

.data-point {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.8);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
    animation: dataPointPulse 3s infinite;
}

.point1 {
    top: 25%;
    left: 30%;
    animation-delay: 0.5s;
}

.point2 {
    top: 50%;
    right: 40%;
    animation-delay: 1.5s;
}

.point3 {
    top: 75%;
    left: 60%;
    animation-delay: 2.5s;
}

.market-indices-section .container {
    position: relative;
    z-index: 1;
}

.market-indices-section .section-header {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center;
}

.market-indices-section .section-header h2 {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 15px;
}

.market-indices-section .highlight-text {
    color: #FF0000;
    font-weight: 700;
}

.market-indices-section .section-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.0rem;
    margin-bottom: 15px;
    font-weight: 500;
}

.indices-intro {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
}

.indices-intro p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.0rem;
    line-height: 1.6;
}

.indices-content-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.indices-visual {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
}

.indices-image-container {
    width: 100%;
    max-width: 800px;
    position: relative;
}

.indices-image-placeholder {
    width: 100%;
    height: 400px;
    background-color: rgba(40, 40, 40, 0.6);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    
}

.indices-image-placeholder .image-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 0, 0, 0.2), 
        rgba(255, 255, 255, 0.1), 
        transparent
    );
    animation: indicesShine 6s infinite;
}

.market-chart-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.chart-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.3), rgba(255, 255, 255, 0.5));
    transform: translateY(-50%);
}

.chart-indicator {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ff0000;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.7);
    animation: chartIndicator 8s infinite alternate;
}

.data-point-pulse {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(255, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    animation: dataPointChartPulse 3s infinite;
}

.dp1 {
    top: 30%;
    left: 20%;
    animation-delay: 0.5s;
}

.dp2 {
    top: 70%;
    left: 50%;
    animation-delay: 1.5s;
}

.dp3 {
    top: 40%;
    left: 75%;
    animation-delay: 2.5s;
}

.indices-content {
    position: relative;
}

.indices-how-it-works {
    margin-bottom: 60px;
}

.indices-how-it-works h3 {
    color: #ff0000;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.indices-how-it-works h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.7), transparent);
}

.indices-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.indices-feature {
    display: flex;
    background: linear-gradient(145deg, rgba(40, 40, 40, 0.6), rgba(20, 20, 20, 0.8));
    border-radius: 12px;
    padding: 25px;
    border: 1px solid rgba(255, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.indices-feature:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.15);
}

.indices-feature-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #ff3333, #cc0000);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
}

.indices-feature-icon i {
    font-size: 22px;
    color: #fff;
}

.indices-feature-content {
    flex: 1;
}

.indices-feature h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.indices-feature p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.5;
}

.indices-transparency {
    margin-bottom: 50px;
}

.indices-transparency h3 {
    color: #ff0000;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

.indices-transparency h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.7), transparent);
}

.transparency-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.transparency-benefit {
    background: linear-gradient(145deg, rgba(35, 35, 35, 0.6), rgba(15, 15, 15, 0.8));
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    border: 1px solid rgba(255, 0, 0, 0.1);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.transparency-benefit:hover {
    transform: translateY(-8px);
    border-color: rgba(255, 0, 0, 0.3);
    box-shadow: 0 15px 30px rgba(255, 0, 0, 0.2);
}

.transparency-benefit::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 0, 0, 0.2) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.transparency-benefit:hover::before {
    opacity: 1;
}

.transparency-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #ff3333, #cc0000);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.transparency-icon i {
    font-size: 28px;
    color: #fff;
}

.transparency-benefit h4 {
    color: #fff;
    font-size: 1.0rem;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.transparency-benefit p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.indices-conclusion {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.indices-conclusion p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.0rem;
    line-height: 1.6;
    font-weight: 500;
}

.indices-cta {
    text-align: center;
    margin-top: 30px;
}

.indices-cta .btn {
    padding: 15px 35px;
    font-size: 1.0rem;
    transition: all 0.3s ease;
}

.indices-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 0, 0, 0.3);
}

/* Animations */
@keyframes whyChooseFloat {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-20px) translateX(15px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}

@keyframes circuitGlowWhy {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes nodeFlashWhy {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes shimmerEffect {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}

@keyframes indicesFloat {
    0% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-15px) translateX(10px);
    }
    100% {
        transform: translateY(0) translateX(0);
    }
}

@keyframes lineGlowIndices {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes dataPointPulse {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.5);
    }
    100% {
        opacity: 0.4;
        transform: scale(1);
    }
}

@keyframes indicesShine {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes chartIndicator {
    0% {
        left: 0%;
    }
    20% {
        left: 30%;
    }
    40% {
        left: 60%;
    }
    60% {
        left: 40%;
    }
    80% {
        left: 80%;
    }
    100% {
        left: 100%;
    }
}

@keyframes dataPointChartPulse {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.3);
    }
    100% {
        opacity: 0.3;
        transform: scale(1);
    }
}

@keyframes dataParticles {
    0% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.8;
        background-position: 100% 100%;
    }
    100% {
        opacity: 0.5;
        background-position: 0% 0%;
    }
}

/* Responsive styles */
@media (max-width: 1200px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .transparency-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .business-benefits-grid,
    .indices-features-grid {
        grid-template-columns: 1fr;
    }
    
    .indices-image-placeholder {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .why-choose-section,
    .market-indices-section {
        padding: 70px 0;
    }
    
    .benefits-grid,
    .transparency-benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .why-choose-section .section-header h2,
    .market-indices-section .section-header h2 {
        font-size: 2.2rem;
    }
    
    .business-benefits h3,
    .indices-how-it-works h3,
    .indices-transparency h3 {
        font-size: 1.8rem;
    }
    
    .join-message p,
    .conclusion-message p,
    .indices-conclusion p {
        font-size: 1.0rem;
    }
    
    .indices-image-placeholder {
        height: 250px;
    }
    
    .indices-feature,
    .transparency-benefit {
        padding: 20px;
    }
    
    .indices-feature-icon,
    .transparency-icon {
        width: 50px;
        height: 50px;
    }
    
    .indices-feature-icon i,
    .transparency-icon i {
        font-size: 20px;
    }
} 