/* =============================================
   FX Libre Vision Color Scheme
   ============================================= */
:root {
    /* Primary Colors */
    --dark-blue: #1e3a5f;
    --navy-blue: #1e2142;
    --medium-blue: #252850;
    --light-blue: #add8e6;
    --cyan-accent: #add8e6;
    --sky-blue: #add8e6;

    /* Neutral Colors */
    --white: #ffffff;
    --light-gray: #ffffff;
    --text-muted: #ffffff;

    /* Gradients */
    --gradient-blue: linear-gradient(135deg, #add8e6 0%, #5aa8ef 100%);
    --gradient-dark: linear-gradient(180deg, #1e3a5f 0%, #1e2142 100%);
}

/* =============================================
   Reset & Base Styles
   ============================================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--dark-blue);
    color: var(--white);
    line-height: 1.6;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

ul {
    list-style: none;
}

/* =============================================
   Smooth Scroll & Transitions
   ============================================= */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
    /* Account for fixed header */
}

/* Enhanced smooth scrolling */
@media (prefers-reduced-motion: no-preference) {
    html {
        scroll-behavior: smooth;
    }

    * {
        scroll-margin-top: 80px;
    }
}

body {
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

/* =============================================
   Page Loader
   ============================================= */
.page-loader {
    position: fixed;
    inset: 0;
    background: linear-gradient(135deg, #1a2744 0%, var(--dark-blue) 50%, #1a2744 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    overflow: hidden;
}

.page-loader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* Animated Background Particles */
.loader-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.loader-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(107, 184, 255, 0.4);
    border-radius: 50%;
    animation: particleFloat 3s ease-in-out infinite;
}

.loader-particle:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.loader-particle:nth-child(2) {
    top: 60%;
    right: 15%;
    animation-delay: 0.5s;
    width: 8px;
    height: 8px;
}

.loader-particle:nth-child(3) {
    bottom: 25%;
    left: 20%;
    animation-delay: 1s;
    width: 4px;
    height: 4px;
}

.loader-particle:nth-child(4) {
    top: 30%;
    right: 25%;
    animation-delay: 1.5s;
}

@keyframes particleFloat {

    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.4;
    }

    50% {
        transform: translateY(-30px) scale(1.5);
        opacity: 0.8;
    }
}

.loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* Rotating Rings */
.loader-rings {
    position: absolute;
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ring {
    position: absolute;
    border-radius: 50%;
    border: 2px solid transparent;
}

.ring-1 {
    width: 180px;
    height: 180px;
    border-top-color: rgba(107, 184, 255, 0.8);
    border-right-color: rgba(107, 184, 255, 0.3);
    animation: ringRotate 2s linear infinite;
}

.ring-2 {
    width: 150px;
    height: 150px;
    border-bottom-color: rgba(107, 184, 255, 0.6);
    border-left-color: rgba(107, 184, 255, 0.2);
    animation: ringRotateReverse 1.5s linear infinite;
}

.ring-3 {
    width: 120px;
    height: 120px;
    border-top-color: rgba(255, 255, 255, 0.4);
    border-right-color: rgba(255, 255, 255, 0.1);
    animation: ringRotate 2.5s linear infinite;
}

@keyframes ringRotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes ringRotateReverse {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.loader-logo-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    z-index: 2;
    animation: logoReveal 0.8s ease-out 0.3s forwards;
    opacity: 0;
    transform: scale(0.8);
}

@keyframes logoReveal {
    0% {
        opacity: 0;
        transform: scale(0.8) rotateY(-30deg);
    }

    50% {
        transform: scale(1.05) rotateY(10deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotateY(0deg);
    }
}

.loader-logo-img {
    width: 200px;
    height: auto;
    filter: drop-shadow(0 0 25px rgba(107, 184, 255, 0.6))
            drop-shadow(0 0 50px rgba(107, 184, 255, 0.3));
    animation: logoPulse 2s ease-in-out infinite;
}

@keyframes logoPulse {
    0%, 100% {
        filter: drop-shadow(0 0 25px rgba(107, 184, 255, 0.6))
                drop-shadow(0 0 50px rgba(107, 184, 255, 0.3));
        transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 35px rgba(107, 184, 255, 0.8))
                drop-shadow(0 0 70px rgba(107, 184, 255, 0.5));
        transform: scale(1.03);
    }
}

.loader-fx {
    display: flex;
    align-items: center;
}

.loader-fx .fx-letter {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--light-blue);
    line-height: 1;
    opacity: 0;
    animation: fxLetterPop 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
    text-shadow: 0 0 30px rgba(107, 184, 255, 0.6),
        0 0 60px rgba(107, 184, 255, 0.3);
}

.loader-fx .fx-letter:nth-child(1) {
    animation-delay: 0.5s;
}

.loader-fx .fx-letter:nth-child(2) {
    animation-delay: 0.7s;
}

@keyframes fxLetterPop {
    0% {
        opacity: 0;
        transform: scale(0) rotate(-180deg);
    }

    60% {
        transform: scale(1.2) rotate(10deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}

.loader-libre {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-left: 6px;
}

.loader-libre span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 1;
    opacity: 0;
    transform: translateY(30px) rotateX(-90deg);
    animation: libreFlipIn 0.4s ease-out forwards;
}

.loader-libre span:nth-child(1) {
    animation-delay: 0.9s;
}

.loader-libre span:nth-child(2) {
    animation-delay: 1s;
}

.loader-libre span:nth-child(3) {
    animation-delay: 1.1s;
}

.loader-libre span:nth-child(4) {
    animation-delay: 1.2s;
}

.loader-libre span:nth-child(5) {
    animation-delay: 1.3s;
}

@keyframes libreFlipIn {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(-90deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

/* =============================================
   Global Animation Classes
   ============================================= */
.fade-in {
    animation: fadeIn 0.6s ease-out forwards;
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
}

.fade-in-down {
    animation: fadeInDown 0.6s ease-out forwards;
}

.scale-in {
    animation: scaleIn 0.5s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


.mt-50 {
    margin-top: 50px;
}

/* Stagger animation delays */
.stagger-1 {
    animation-delay: 0.1s;
}

.stagger-2 {
    animation-delay: 0.2s;
}

.stagger-3 {
    animation-delay: 0.3s;
}

.stagger-4 {
    animation-delay: 0.4s;
}

.stagger-5 {
    animation-delay: 0.5s;
}

/* =============================================
   Header Styles
   ============================================= */
.main-header {
    background: var(--gradient-dark);
    padding-top: 14px;
    padding-bottom: 14px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(107, 184, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-header.scrolled {
    background: #1e3a5f;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.main-header.hidden {
    transform: translateY(-100%);
}

/* Keep header always visible on desktop */
@media (min-width: 901px) {
    .main-header.hidden {
        transform: none !important;
    }
}

.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    transition: height 0.3s ease;
}

.main-header.scrolled .header-container {
    height: 60px;
}

/* =============================================
   Logo Styles
   ============================================= */
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo img {
    width: 140px;
}

.fx-text {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: var(--light-blue);
    letter-spacing: 1px;
}

.logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-name {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
    letter-spacing: 2px;
}

.brand-sub {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 11px;
    color: var(--light-blue);
    letter-spacing: 4px;
}

/* =============================================
   Navigation Styles
   ============================================= */
.main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 0 !important;
}

.nav-links li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--white);
    padding: 8px 0;
    position: relative;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.nav-links li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--light-blue);
    transition: width 0.3s ease;
}

.nav-links li a:hover {
    color: var(--light-blue);
}

.nav-links li a:hover::after {
    width: 100%;
}

/* =============================================
   CTA Button Styles
   ============================================= */
.header-cta {
    margin-left: 30px;
}

.btn-signup {
    text-transform: capitalize;
    background: var(--light-blue);
    color: var(--white);
    visibility: visible !important;
    border: none;
    padding: 10px 30px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.btn-signup:hover {
    background-color: var(--light-blue);
}

.btn-signup:active {
    transform: translateY(0);
}

/* =============================================
   Mobile Menu Toggle
   ============================================= */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* =============================================
   Floating Mobile CTA Button
   ============================================= */
.floating-mobile-cta {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: none;
    animation: slideUpFade 0.4s ease-out;
    pointer-events: none;
}

.floating-mobile-cta.visible {
    display: block;
    pointer-events: auto;
}

/* Only show on mobile devices */
@media (min-width: 901px) {
    .floating-mobile-cta {
        display: none !important;
    }
}

.btn-floating-signup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, var(--light-blue) 0%, #4a9fe0 50%, #2d8bd4 100%);
    color: var(--white);
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow:
        0 8px 24px rgba(107, 184, 255, 0.4),
        0 4px 12px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    white-space: nowrap;
    border: none;
    cursor: pointer;
    min-width: 200px;
}

.btn-floating-signup i {
    font-size: 18px;
}

.btn-floating-signup:hover {
    transform: translateY(-2px);
    box-shadow:
        0 12px 32px rgba(107, 184, 255, 0.5),
        0 6px 16px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, #4a9fe0 0%, #2d8bd4 50%, var(--dark-blue) 100%);
}

.btn-floating-signup:active {
    transform: translateY(0);
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

/* =============================================
   Responsive Design
   ============================================= */
@media (max-width: 1100px) {
    .nav-links {
        gap: 10px;
    }

    .nav-links li a {
        font-size: 13px;
    }
}

@media (max-width: 900px) {
    .mobile-menu-toggle {
        display: flex;
    }

    .main-nav {
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background: var(--navy-blue);
        padding: 20px;
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        border-bottom: 1px solid rgba(107, 184, 255, 0.1);
    }

    .main-nav.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-links {
        flex-direction: column;
        gap: 8px;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .nav-links li {
        width: 100%;
        text-align: center;
    }

    .nav-links li a {
        font-size: 18px;
        padding: 15px 20px;
        display: block;
        border-radius: 10px;
        transition: all 0.3s ease;
    }

    .nav-links li a:hover {
        background: rgba(107, 184, 255, 0.1);
        color: var(--light-blue);
    }

    .header-cta {
        display: none;
    }

    /* Show floating button on mobile */
    .floating-mobile-cta {
        display: block;
    }

    .header-cta.mobile {
        display: block;
        margin: 30px 0 0 0;
        text-align: center;
    }

    .header-cta.mobile .btn-signup {
        padding: 14px 35px;
        font-size: 16px;
        width: 80%;
        max-width: 250px;
    }
}

@media (max-width: 480px) {
    .header-container {
        height: 60px;
    }

    .logo-icon {
        width: 38px;
        height: 38px;
    }

    .fx-text {
        font-size: 15px;
    }

    .brand-name {
        font-size: 14px;
    }

    .brand-sub {
        font-size: 9px;
    }
}

/* =============================================
   Hero Banner Section - Creative Design
   ============================================= */
.hero-banner {
    background: linear-gradient(180deg, #e8f4fc 0%, #daeef9 30%, #cce6f7 60%, #bddff5 100%);
    padding: 140px 0 0;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    margin-top: 0;
}

/* Animated Background Effects */
.hero-bg-effects {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.floating-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(107, 184, 255, 0.15) 0%, rgba(107, 184, 255, 0.05) 100%);
    animation: float 20s ease-in-out infinite, pulse 8s ease-in-out infinite;
    filter: blur(40px);
    will-change: transform, opacity;
}

.circle-1 {
    width: 400px;
    height: 400px;
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.circle-2 {
    width: 300px;
    height: 300px;
    bottom: 10%;
    left: -80px;
    animation-delay: -7s;
}

.circle-3 {
    width: 200px;
    height: 200px;
    top: 40%;
    right: 10%;
    animation-delay: -14s;
}

.grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(107, 184, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107, 184, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 30s linear infinite;
    opacity: 0.6;
    will-change: background-position;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.6;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    25% {
        transform: translate(30px, -30px) rotate(5deg) scale(1.05);
    }

    50% {
        transform: translate(-20px, 20px) rotate(-5deg) scale(0.95);
    }

    75% {
        transform: translate(20px, 30px) rotate(3deg) scale(1.02);
    }
}

/* Candlestick SVG Decorations */
.candlestick-left,
.candlestick-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0.8;
    will-change: transform, opacity;
}

.candlestick-left {
    left: 20px;
    animation: slideLeft 1s ease-out, candlestickFloat 15s ease-in-out infinite;
    animation-delay: 0s, 1s;
}

.candlestick-right {
    right: 20px;
    animation: slideRight 1s ease-out, candlestickFloat 15s ease-in-out infinite;
    animation-delay: 0s, 1.5s;
}

.candlestick-svg {
    height: 450px;
    width: auto;
    animation: candlestickPulse 6s ease-in-out infinite;
}

.candlestick-svg rect {
    animation: candlestickGrow 4s ease-in-out infinite;
    transform-origin: bottom;
}

.candlestick-svg rect:nth-child(1),
.candlestick-svg rect:nth-child(2) {
    animation-delay: 0s;
}

.candlestick-svg rect:nth-child(3),
.candlestick-svg rect:nth-child(4) {
    animation-delay: 0.5s;
}

.candlestick-svg rect:nth-child(5),
.candlestick-svg rect:nth-child(6) {
    animation-delay: 1s;
}

.candlestick-svg rect:nth-child(7),
.candlestick-svg rect:nth-child(8) {
    animation-delay: 1.5s;
}

@keyframes candlestickGrow {

    0%,
    100% {
        transform: scaleY(1);
        opacity: 0.8;
    }

    50% {
        transform: scaleY(1.05);
        opacity: 1;
    }
}

@keyframes candlestickFloat {

    0%,
    100% {
        transform: translateY(-50%) translateY(0);
    }

    25% {
        transform: translateY(-50%) translateY(-20px);
    }

    50% {
        transform: translateY(-50%) translateY(0);
    }

    75% {
        transform: translateY(-50%) translateY(15px);
    }
}

@keyframes candlestickPulse {

    0%,
    100% {
        opacity: 0.8;
        filter: brightness(1);
    }

    50% {
        opacity: 0.9;
        filter: brightness(1.1);
    }
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(-50px);
    }

    to {
        opacity: 0.8;
        transform: translateY(-50%) translateX(0);
    }
}

@keyframes slideRight {
    from {
        opacity: 0;
        transform: translateY(-50%) translateX(50px);
    }

    to {
        opacity: 0.8;
        transform: translateY(-50%) translateX(0);
    }
}

/* Trust Badge */
.trust-badge {
    position: absolute;
    top: 20px;
    right: 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.trust-badge i {
    color: #22c55e;
    font-size: 18px;
}

.trust-badge span {
    color: var(--dark-blue);
    font-size: 13px;
    font-weight: 600;
}

.animate-float {
    animation: floatBadge 3s ease-in-out infinite;
}

@keyframes floatBadge {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 2;
}

/* Glowing Accent */
.accent-glow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.accent-dot {
    width: 8px;
    height: 8px;
    background: var(--light-blue);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.accent-line {
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--light-blue), #4a9fe0);
    border-radius: 3px;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

/* Hero Title */
.hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 4.5rem;
    font-weight: 400;
    color: var(--dark-blue);
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: 3px;
}

.title-line {
    display: block;
    animation: fadeInUp 0.8s ease-out;
}

.title-highlight {
    display: block;
    background: #add8e6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp 0.8s ease-out 0.2s both;
    position: relative;
}

.title-highlight::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 4px;
    background: linear-gradient(90deg, transparent, var(--light-blue), transparent);
    border-radius: 2px;
    animation: expandLine 1s ease-out 0.8s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandLine {
    from {
        width: 0;
        opacity: 0;
    }

    to {
        width: 200px;
        opacity: 1;
    }
}

/* Hero Subtitle */
.hero-subtitle {
    font-size: 18px;
    color: #5a6a7a;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

/* Features Glass Box */
.features-glass {
    background: transparent;
    border: none;
    border-radius: 24px;
    padding: 8px;
    max-width: 850px;
    margin: 0 auto 50px;
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

.features-inner {
    background: transparent;
    border-radius: 18px;
    padding: 6px;
}

.feature-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 14px;
    border-radius: 14px;
    transition: all 0.3s ease;
    background: transparent;
    border: 1px solid var(--light-blue);
}

.feature-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, var(--light-blue) 0%, #4a9fe0 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.feature-icon i {
    color: white;
    font-size: 16px;
}

.feature-text {
    text-align: left;
}

.feature-text strong {
    color: var(--dark-blue);
    font-size: 14px;
    font-weight: 700;
}

.feature-text span {
    color: #6b7a8a;
    font-size: 13px;
}

/* CTA Buttons Group */
.cta-group {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.btn-cta i {
    font-size: 20px;
}

.btn-primary-cta {
    background-color: #1e3a5f;
    color: var(--white);
}

.btn-primary-cta:hover {
    background-color: var(--light-blue);
    color: var(--white);
}

.btn-secondary-cta {
    background: rgba(255, 255, 255, 0.9);
    color: var(--dark-blue);
    border: 2px solid rgba(107, 184, 255, 0.3);
}

.btn-secondary-cta:hover {
    background: white;
    border-color: var(--light-blue);
    color: var(--dark-blue);
}

/* =============================================
   Video Showcase Section
   ============================================= */
.video-showcase {
    position: relative;
    max-width: 950px;
    margin: 0 auto 60px;
    padding: 20px;
}

/* Glow Effect */
.showcase-glow {
    position: absolute;
    inset: -40px;
    background: radial-gradient(ellipse at center, rgba(107, 184, 255, 0.25) 0%, transparent 70%);
    filter: blur(60px);
    z-index: 0;
    animation: showcaseGlow 4s ease-in-out infinite;
}

@keyframes showcaseGlow {

    0%,
    100% {
        opacity: 0.5;
        transform: scale(1);
    }

    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

/* Decorative Frame */
.showcase-frame {
    position: relative;
    padding: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    border-radius: 24px;
    border: 2px solid rgba(107, 184, 255, 0.25);
    box-shadow: 0 30px 60px rgba(107, 184, 255, 0.1);
    z-index: 1;
}

/* Main Container */
.showcase-container {
    background: var(--dark-blue);
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

/* Three Panels Layout */
.showcase-panels {
    display: flex;
    gap: 6px;
    padding: 12px;
    height: 420px;
}

.showcase-panel {
    flex: 1;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.showcase-panel:hover {
    flex: 1.3;
}

.showcase-panel.panel-center {
    flex: 1.2;
}

.showcase-panel.panel-center:hover {
    flex: 1.4;
}

/* Panel Content */
.panel-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.panel-content img,
.panel-content video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.panel-content .video-poster {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.showcase-panel:hover .panel-content img,
.showcase-panel:hover .panel-content video {
    transform: scale(1.1);
    filter: brightness(1.1);
}

/* Panel Hover Overlay */
.panel-hover {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(107, 184, 255, 0.1) 0%, rgba(24, 26, 52, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.panel-hover i {
    font-size: 40px;
    color: white;
    transform: scale(0.5);
    transition: all 0.4s ease;
}

.showcase-panel:hover .panel-hover {
    opacity: 1;
}

.showcase-panel:hover .panel-hover i {
    transform: scale(1);
}

/* Play Button */
.showcase-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
}

.play-pulse {
    position: absolute;
    inset: -15px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    animation: playPulse 2s ease-out infinite;
}

@keyframes playPulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.play-btn-inner {
    width: 65px;
    height: 65px;
    background: var(--dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.play-btn-inner i {
    color: white;
    font-size: 26px;
    margin-left: 4px;
}

.showcase-play:hover .play-btn-inner {
    background: var(--light-blue);
    transform: scale(1.15);
    border-color: white;
}

/* Brand Watermark */
.showcase-brand {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.showcase-brand span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    color: var(--light-blue);
    letter-spacing: 3px;
}

/* Sound Button */
.showcase-sound {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.showcase-sound i {
    color: white;
    font-size: 15px;
}

.showcase-sound:hover {
    background: var(--light-blue);
    transform: scale(1.15);
    border-color: white;
}

/* Video Showcase Responsive */
@media (max-width: 991px) {
    .showcase-panels {
        height: 360px;
    }

    .play-btn-inner {
        width: 55px;
        height: 55px;
    }

    .play-btn-inner i {
        font-size: 22px;
    }
}

@media (max-width: 767px) {

    .header-container {
        height: 40px !important;
    }

    .showcase-frame {
        padding: 10px;
    }

    .showcase-panels {
        height: 300px;
        gap: 4px;
        padding: 8px;
    }

    .play-btn-inner {
        width: 50px;
        height: 50px;
    }

    .play-btn-inner i {
        font-size: 20px;
    }

    .panel-hover i {
        font-size: 30px;
    }

    .showcase-brand {
        padding: 6px 12px;
    }

    .showcase-brand span {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .video-showcase {
        padding: 10px;
    }

    .showcase-panels {
        height: 260px;
        gap: 3px;
    }

    .play-btn-inner {
        width: 45px;
        height: 45px;
    }

    .play-btn-inner i {
        font-size: 18px;
    }

    .showcase-sound {
        width: 32px;
        height: 32px;
    }

    .showcase-sound i {
        font-size: 13px;
    }

    .panel-hover i {
        font-size: 24px;
    }
}

/* Hero Responsive */
@media (max-width: 1200px) {
    .candlestick-svg {
        height: 350px;
    }

    .hero-title {
        font-size: 2.5rem !important;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .video-showcase {
        position: relative;
        margin: 0 auto 20px;
    }

    .btn-cta {
        font-size: 14px;
    }

    .testimonials-title {
        font-size: 2.5rem !important;
    }

    .testimonials-subtitle {
        font-size: 16px !important;
    }

    .testimonials-stats .stat-number {
        font-size: 1.3rem !important;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .content-text p {
        font: size 14px;
    }

    .btn-free-signup,
    .btn-signals,
    .btn-steps,
    .btn-pros,
    .btn-comparison-cta {
        font-size: 12px !important;
    }

    .results-title {
        font-size: 2.5rem !important;
    }

    .signals-title {
        font-size: 2.5rem !important;
    }

    .comparison-title {
        font-size: 2.5rem !important;
    }

    .steps-title {
        font-size: 2.5rem !important;
    }

    .faq-title {
        font-size: 2.5rem !important;
    }

    .testimonials-badge span {
        font-size: 14px !important;
    }

    .testimonials-stats .stat-label {
        font-size: 14px !important;
    }

    .testimonial-name {
        font-size: 14px !important;
    }

    .testimonial-location {
        font-size: 14px !important;
    }

    .testimonial-footer {
        padding: 10px !important;
    }

    .footer-cta-title {
        font-size: 1.8rem !important;
    }

    .testimonial-video-wrapper {
        width: 70% !important;
    }

    .testimonial-card {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .free-image-wrapper {
        padding: 0 !important;
    }

    .free-content {
        margin-top: 0 !important;
    }

    .label-icon {
        font-size: 12px !important;
    }

    .card-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .result-card {
        width: 208px !important;
        min-width: 208px !important;
        padding: 12px 0 !important;
    }

    .results-header {
        margin-bottom: 25px !important;
    }

}

@media (max-width: 991px) {
    .hero-title {
        font-size: 3.5rem;
    }

    .candlestick-left,
    .candlestick-right {
        opacity: 0.4;
    }

    .candlestick-svg {
        height: 280px;
    }

    .trust-badge {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto 30px;
        width: fit-content;
    }
}

@media (max-width: 767px) {
    .trust-badge,
    .accent-glow {
        display: none !important;
    }

    .hero-banner {
        padding: 80px 0 60px;
    }

    .hero-title {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 0 !important;
    }

    .cta-group {
        margin-bottom: 0 !important;
    }

    .feature-text strong {
        font-size: 12px !important;
    }

    .feature-icon i {
        font-size: 9px !important
    }

    .feature-icon {
        width: 20px;
        height: 20px;
    }

    .trust-badge i {
        font-size: 14px;
    }

    .trust-badge span {
        font-size: 10px;
    }

    .trust-badge {
        margin: 0 auto 16px;
    }

    .hero-banner {
        padding: 100px 0 0 !important;
    }

    .testimonials-badge i {
        font-size: 12px !important;
    }

    .testimonials-badge span {
        font-size: 12px !important;
    }

    .features-glass {
        margin: 0 15px 40px;
    }

    .features-inner {
        padding: 20px;
    }

    .feature-card {
        padding: 12px 15px;
    }

    .candlestick-left,
    .candlestick-right {
        display: none;
    }

    .cta-group {
        display: none !important;
    }

    .btn-cta {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .play-btn {
        width: 65px;
        height: 65px;
        font-size: 26px;
    }

    .app-tabs {
        padding: 8px !important;
    }

    .app-tabs span {
        padding: 6px 6px !important;
        font-size: 10px !important;
    }

    .trade-header span {
        padding: 5px 5px !important;
    }

    .trade-row {
        display: flex;
        flex-direction: column !important;
        font-size: 8px !important;
        padding: 6px 6px !important;
    }

    .logo-icon {
        font-size: 12px !important;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.7rem;
        letter-spacing: 1.5px;
    }

    .title-highlight::after {
        display: none;
    }

    .btn-cta {
        padding: 10px 30px;
        font-size: 14px;
    }

    .video-container {
        border-radius: 16px;
    }

    .feature-icon {
        width: 40px;
        height: 40px;
    }

    .feature-icon i {
        font-size: 18px;
    }
}

/* =============================================
   Free Trading Section
   ============================================= */
.free-trading-section {
    padding: 100px 0;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Image Wrapper */
.free-image-wrapper {
    position: relative;
    padding: 30px;
}

/* Background Shapes */
.image-bg-shapes {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.image-bg-shapes .shape {
    position: absolute;
    border-radius: 50%;
    background: var(--light-blue);
    opacity: 0.1;
}

.shape-1 {
    width: 300px;
    height: 300px;
    top: -50px;
    left: -50px;
    animation: floatShape 8s ease-in-out infinite;
}

.shape-2 {
    width: 150px;
    height: 150px;
    bottom: 50px;
    right: -30px;
    animation: floatShape 6s ease-in-out infinite reverse;
}

.shape-3 {
    width: 80px;
    height: 80px;
    top: 40%;
    right: 10%;
    animation: floatShape 5s ease-in-out infinite;
}

@keyframes floatShape {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(10px, -20px) scale(1.05);
    }
}

/* Image Frame */
.image-frame {
    position: relative;
    border-radius: 24px;
    overflow: visible;
    background: var(--light-blue);
    padding: 12px;
}

.frame-border-animated {
    position: absolute;
    inset: -3px;
    background: linear-gradient(90deg, var(--light-blue), #4a9fe0, var(--light-blue));
    background-size: 200% 100%;
    border-radius: 27px;
    z-index: -1;
    animation: borderGlow 3s linear infinite;
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.image-container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.image-container>img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
}

/* Floating Cards */
.floating-card {
    position: absolute;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.floating-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.floating-card:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.card-jet {
    width: 160px;
    height: 100px;
    top: 20px;
    left: -20px;
    animation: floatCard 4s ease-in-out infinite;
}

.card-car {
    width: 140px;
    height: 90px;
    top: 20px;
    right: -20px;
    animation: floatCard 4s ease-in-out infinite 1s;
}

@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Stats Bubble */
.stats-bubble {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: white;
    border-radius: 16px;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    animation: pulseBubble 3s ease-in-out infinite;
}

.stats-bubble i {
    font-size: 24px;
    color: #22c55e;
}

.stats-bubble span {
    font-size: 20px;
    font-weight: 700;
    color: #22c55e;
}

@keyframes pulseBubble {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Decorative Dots */
.deco-dots {
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.deco-dots span {
    width: 8px;
    height: 8px;
    background: var(--light-blue);
    border-radius: 50%;
    opacity: 0.4;
}

/* Content Styles */
.free-content {
    padding-left: 20px;
}

/* Section Label */
.section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(107, 184, 255, 0.1);
    border: 1px solid rgba(107, 184, 255, 0.3);
    border-radius: 50px;
    padding: 8px 20px;
    margin-bottom: 25px;
}

.label-icon {
    color: var(--dark-blue);
    font-size: 16px;
}

.label-icon i {
    color: var(--dark-blue);
}

.label-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-blue);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Section Title */
.section-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    color: var(--dark-blue);
    line-height: 1.1;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.section-title .highlight {
    color: #add8e6;
    position: relative;
    font-weight: 700;
}

.section-title .highlight::after {
    display: none;
}

/* Content Text */
.content-text {
    margin-bottom: 12px;
}

.content-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 6px;
}

.content-text p:last-child {
    margin-bottom: 0;
}

.content-text strong {
    color: var(--dark-blue);
    font-weight: 700;
}

/* Features List */
.free-features {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 21px;
}

.free-feature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-check {
    width: 24px;
    height: 24px;
    background: rgba(34, 197, 94, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-check i {
    color: #22c55e;
    font-size: 14px;
    font-weight: bold;
}

.free-feature span {
    font-size: 14px;
    font-weight: 500;
    color: var(--dark-blue);
}

/* CTA Button */
.free-cta {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}

.btn-free-signup {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: var(--dark-blue);
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-free-signup:hover {
    background: #252850;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(24, 26, 52, 0.3);
    color: white;
}

.btn-free-signup i {
    transition: transform 0.3s ease;
}

.btn-free-signup:hover i {
    transform: translateX(5px);
}

.cta-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #888;
}

.cta-note i {
    color: #22c55e;
}

/* Section Divider */
.section-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    pointer-events: none;
}

.section-divider svg {
    width: 100%;
    height: 100%;
}

/* Free Trading Section Responsive */
@media (max-width: 991px) {
    .free-trading-section {
        padding: 80px 0;
    }

    .section-title {
        font-size: 2.8rem;
    }

    .image-container>img {
        height: 400px;
    }

    .card-jet {
        width: 130px;
        height: 80px;
        top: 10px;
        left: -10px;
    }

    .card-car {
        width: 120px;
        height: 75px;
        top: 10px;
        right: -10px;
    }

    .stats-bubble {
        left: -15px;
        padding: 12px 16px;
    }

    .free-content {
        padding-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .free-trading-section {
        padding: 60px 0;
    }

    .section-title {
        font-size: 1.8rem;
        letter-spacing: 1.5px;
    }

    .image-container>img {
        height: 350px;
    }

    .card-jet,
    .card-car {
        display: none;
    }

    .stats-bubble {
        bottom: 20px;
        left: 20px;
    }

    .free-features {
        flex-direction: column;
        gap: 12px;
    }

    .free-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .btn-free-signup {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 1.8rem;
    }

    .content-text p {
        font-size: 15px;
    }

    .image-frame {
        padding: 8px;
    }

    .image-container>img {
        height: 300px;
    }
}

/* =============================================
   Personal Results Section
   ============================================= */
.results-section {
    background: var(--dark-blue);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Animated Background */
.results-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.bg-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(107, 184, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107, 184, 255, 0.03) 1px, transparent 1px);
    background-size: 50px 50px;
}

.bg-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.3;
}

.bg-glow-1 {
    background: var(--light-blue);
    top: -200px;
    left: -200px;
    animation: glowFloat 8s ease-in-out infinite;
}

.bg-glow-2 {
    background: #4a9fe0;
    bottom: -200px;
    right: -200px;
    animation: glowFloat 8s ease-in-out infinite reverse;
}

@keyframes glowFloat {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(50px, 30px);
    }
}

/* Section Header */
.results-header {
    text-align: center;
    margin-bottom: 60px;
}

.results-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    color: white;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.title-underline {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.title-underline span {
    width: 40px;
    height: 4px;
    background: var(--light-blue);
    border-radius: 2px;
}

.title-underline span:nth-child(2) {
    width: 60px;
}

/* Marquee Wrapper */
.marquee-wrapper {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 10px;
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.marquee-track {
    display: flex;
    width: fit-content;
}

.marquee-left {
    animation: marqueeLeft 40s linear infinite;
}

.marquee-right {
    animation: marqueeRight 40s linear infinite;
}

.marquee-content {
    display: flex;
    gap: 20px;
    padding: 0 10px;
}

@keyframes marqueeLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marqueeRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* Pause on hover */
.marquee-wrapper:hover .marquee-track {
    animation-play-state: paused;
}

/* Result Card */
.result-card {
    position: relative;
    background: linear-gradient(135deg, rgba(107, 184, 255, 0.1) 0%, rgba(107, 184, 255, 0.05) 100%);
    border: 1px solid rgba(107, 184, 255, 0.2);
    border-radius: 16px;
    padding: 20px;
    width: 340px;
    min-width: 340px;
    flex-shrink: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.result-card:hover {
    transform: translateY(-8px);
    border-color: var(--light-blue);
    box-shadow: 0 20px 50px rgba(107, 184, 255, 0.2);
}

.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(107, 184, 255, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.result-card:hover .card-glow {
    opacity: 1;
}

.card-shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: skewX(-20deg);
    transition: left 0.6s ease;
}

.result-card:hover .card-shine {
    left: 150%;
}

.card-content {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 15px;
}

/* Member Avatar */
.member-avatar {
    position: relative;
    flex-shrink: 0;
}

.member-avatar img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--light-blue);
}

.avatar-ring {
    position: absolute;
    inset: -5px;
    animation: ringPulse 2s ease-out infinite;
}

/* Member Info */
.member-info {
    flex: 1;
}

.member-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.4rem;
    color: var(--light-blue);
    letter-spacing: 2px;
    margin: 0 0 2px 0;
}

.member-country {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.member-country i {
    font-size: 11px;
}

/* Member Stats */
.member-stats {
    margin-bottom: 10px;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.stat-row .stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}

.stat-row .stat-value {
    font-size: 14px;
    font-weight: 700;
}

.stat-value.highlight-blue {
    color: var(--light-blue);
}

/* Member Meta */
.member-meta {
    display: flex;
    gap: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(107, 184, 255, 0.15);
}

.member-meta span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    gap: 5px;
}

.member-meta i {
    color: var(--light-blue);
    font-size: 11px;
}

/* Results Section Responsive */
@media (max-width: 1200px) {
    .result-card {
        width: 300px;
        min-width: 300px;
    }
}

@media (max-width: 991px) {
    .results-section {
        padding: 80px 0;
    }

    .results-title {
        font-size: 2.8rem;
    }

    .result-card {
        width: 280px;
        min-width: 280px;
    }

    .marquee-left {
        animation-duration: 30s;
    }

    .marquee-right {
        animation-duration: 30s;
    }
}

@media (max-width: 767px) {
    .results-section {
        padding: 60px 0;
    }

    .results-title {
        font-size: 1.8rem;
    }

    .result-card {
        width: 260px;
        min-width: 260px;
        padding: 15px;
    }

    .marquee-content {
        gap: 15px;
    }
}

@media (max-width: 575px) {
    .results-title {
        font-size: 1.8rem;
    }

    .result-card {
        width: 240px;
        min-width: 240px;
        padding: 12px;
    }

    .member-avatar img {
        width: 55px;
        height: 55px;
    }

    .member-name {
        font-size: 1.1rem;
    }

    .marquee-left {
        animation-duration: 25s;
    }

    .marquee-right {
        animation-duration: 25s;
    }
}

/* =============================================
   Why Our Signals Section
   ============================================= */
.signals-section {
    padding: 100px 0;
    background:
        linear-gradient(135deg, #f8fbff 0%, #e8f4fc 30%, #daeef9 60%, #f0f7fc 100%),
        radial-gradient(circle at 20% 50%, rgba(18, 141, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(107, 184, 255, 0.06) 0%, transparent 50%);
    position: relative;
    overflow: hidden;
}

/* Background Elements */
.signals-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.wave-shape {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    background: linear-gradient(135deg, rgba(107, 184, 255, 0.1) 0%, rgba(107, 184, 255, 0.05) 100%);
    border-radius: 0 0 0 100px;
    transform: skewX(-5deg);
    transform-origin: top right;
}

.floating-dots {
    position: absolute;
    inset: 0;
}

.floating-dots span {
    position: absolute;
    width: 8px;
    height: 8px;
    background: var(--light-blue);
    border-radius: 50%;
    opacity: 0.3;
    animation: floatDot 6s ease-in-out infinite;
}

.floating-dots span:nth-child(1) {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-dots span:nth-child(2) {
    top: 40%;
    left: 5%;
    animation-delay: 1s;
}

.floating-dots span:nth-child(3) {
    top: 60%;
    left: 15%;
    animation-delay: 2s;
}

.floating-dots span:nth-child(4) {
    top: 80%;
    right: 20%;
    animation-delay: 0.5s;
}

.floating-dots span:nth-child(5) {
    top: 30%;
    right: 10%;
    animation-delay: 1.5s;
}

.floating-dots span:nth-child(6) {
    top: 70%;
    right: 5%;
    animation-delay: 2.5s;
}

@keyframes floatDot {

    0%,
    100% {
        transform: translateY(0) scale(1);
        opacity: 0.3;
    }

    50% {
        transform: translateY(-20px) scale(1.2);
        opacity: 0.6;
    }
}

/* Signals Content */
.signals-content {
    position: relative;
    z-index: 1;
}

.signals-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.2rem;
    color: var(--dark-blue);
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.signals-title .title-accent {
    color: var(--dark-blue);
}

/* Signal Features */
.signals-features {
    margin-bottom: 40px;
}

.signal-feature {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.feature-icon-check {
    flex-shrink: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-blue);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(173, 216, 230, 0.4);
    transition: all 0.3s ease;
}

.feature-icon-check:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 20px rgba(18, 141, 255, 0.4);
}

.feature-icon-check i {
    font-size: 16px;
    color: #ffffff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1));
}

.feature-content h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 8px;
}

.feature-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0;
}

/* Signals CTA */
.signals-cta {
    margin-top: 35px;
}

.btn-signals {
    display: inline-block;
    background: var(--dark-blue);
    color: white;
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-signals:hover {
    background: #252850;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(24, 26, 52, 0.3);
    color: white;
}

/* Phone Showcase */
.phone-showcase {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    padding: 40px 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #f8fbff 0%, #e8f4fc 40%, #daeef9 70%, #f0f7fc 100%);
    border-radius: 20px;
}

/* Large Flowing Shape - Bottom Left to Top Right */
.phone-showcase::before {
    content: '';
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 800px;
    height: 600px;
    background: linear-gradient(135deg,
            rgba(173, 216, 230, 0.25) 0%,
            rgba(173, 216, 230, 0.15) 30%,
            rgba(90, 168, 239, 0.12) 60%,
            rgba(173, 216, 230, 0.08) 100%);
    border-radius: 50% 40% 60% 30% / 60% 50% 40% 50%;
    z-index: 0;
    animation: largeShapeFlow 20s ease-in-out infinite;
    filter: blur(60px);
    transform-origin: center;
}

/* Medium Flowing Shape - Right Side */
.phone-showcase::after {
    content: '';
    position: absolute;
    top: 10%;
    right: -5%;
    width: 500px;
    height: 400px;
    background: linear-gradient(225deg,
            rgba(173, 216, 230, 0.2) 0%,
            rgba(90, 168, 239, 0.15) 50%,
            rgba(173, 216, 230, 0.1) 100%);
    border-radius: 40% 60% 50% 50% / 50% 40% 60% 50%;
    z-index: 0;
    animation: mediumShapeFlow 15s ease-in-out infinite;
    filter: blur(50px);
    transform-origin: center;
}

@keyframes largeShapeFlow {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        border-radius: 50% 40% 60% 30% / 60% 50% 40% 50%;
    }

    25% {
        transform: translate(30px, -40px) rotate(5deg) scale(1.05);
        border-radius: 45% 50% 55% 35% / 55% 45% 45% 55%;
    }

    50% {
        transform: translate(-20px, -60px) rotate(-5deg) scale(1.1);
        border-radius: 55% 35% 50% 45% / 50% 60% 35% 50%;
    }

    75% {
        transform: translate(20px, -30px) rotate(3deg) scale(1.05);
        border-radius: 48% 45% 58% 38% / 58% 48% 42% 52%;
    }
}

@keyframes mediumShapeFlow {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg) scale(1);
        border-radius: 40% 60% 50% 50% / 50% 40% 60% 50%;
    }

    33% {
        transform: translate(-25px, 25px) rotate(-8deg) scale(1.08);
        border-radius: 50% 50% 45% 55% / 45% 50% 55% 45%;
    }

    66% {
        transform: translate(20px, -20px) rotate(8deg) scale(1.05);
        border-radius: 35% 65% 55% 45% / 55% 35% 65% 35%;
    }
}


/* Phone Frame - Modern iPhone 2025 Design (White) */
.phone-frame {
    position: relative;
    width: 300px;
    /* background: linear-gradient(135deg, #ffffff 0%, #fafafa 25%, #ffffff 50%, #f8f8f8 75%, #ffffff 100%); */
    /* border-radius: 55px; */
    padding: 5px;
    /* box-shadow: 0 80px 160px rgba(0, 0, 0, 0.15), 0 40px 80px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(255, 255, 255, 0.8), inset 0 -1px 3px rgba(0, 0, 0, 0.05); */
    z-index: 2;
    /* border: 3px solid rgb(0 0 0); */
    /* backdrop-filter: blur(20px); */
    animation: phoneGlow 4s ease-in-out infinite, phoneFloat 8s ease-in-out infinite;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
    background-color: none !important;
}

.phone-frame img {
    width: 100%;
}

/* .phone-frame:hover {
    animation-play-state: paused;
    transform: translateY(-8px) scale(1.03) rotate(2deg);
    box-shadow:
        0 100px 200px rgba(0, 0, 0, 0.2),
        0 50px 100px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.05),
        inset 0 1px 3px rgba(255, 255, 255, 0.8),
        inset 0 -1px 3px rgba(0, 0, 0, 0.05),
        0 0 50px rgba(173, 216, 230, 0.25);
} */

/* @keyframes phoneGlow {

    0%,
    100% {
        box-shadow:
            0 80px 160px rgba(0, 0, 0, 0.15),
            0 40px 80px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.05),
            inset 0 1px 3px rgba(255, 255, 255, 0.8),
            inset 0 -1px 3px rgba(0, 0, 0, 0.05),
            0 0 40px rgba(18, 141, 255, 0.1);
    }

    50% {
        box-shadow:
            0 80px 160px rgba(0, 0, 0, 0.15),
            0 40px 80px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.05),
            inset 0 1px 3px rgba(255, 255, 255, 0.8),
            inset 0 -1px 3px rgba(0, 0, 0, 0.05),
            0 0 60px rgba(18, 141, 255, 0.2);
    }
} */

@keyframes phoneFloat {

    0%,
    100% {
        transform: translateY(0) translateX(0) rotate(0deg) rotateY(0deg);
    }

    20% {
        transform: translateY(-10px) translateX(6px) rotate(1.5deg) rotateY(1deg);
    }

    40% {
        transform: translateY(-8px) translateX(-4px) rotate(-1deg) rotateY(-1.5deg);
    }

    60% {
        transform: translateY(-12px) translateX(4px) rotate(1deg) rotateY(1deg);
    }

    80% {
        transform: translateY(-6px) translateX(-3px) rotate(-0.5deg) rotateY(-1deg);
    }
}

/* Dynamic Island - iPhone 2025 Style */
.phone-notch {
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 126px;
    height: 27px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.95) 50%, rgba(0, 0, 0, 0.98) 100%);
    border-radius: 20px;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3), inset 0 1px 2px rgba(255, 255, 255, 0.1), inset 0 -1px 2px rgba(0, 0, 0, 0.5);
    border: 0.5px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.phone-notch::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: radial-gradient(circle,
            rgba(255, 255, 255, 0.3) 0%,
            rgba(0, 0, 0, 0.8) 100%);
    border-radius: 50%;
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.5),
        inset 0 1px 2px rgba(255, 255, 255, 0.2);
}

.phone-notch::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    box-shadow:
        0 0 2px rgba(255, 255, 255, 0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.3);
    animation: cameraPulse 2s ease-in-out infinite;
}

@keyframes cameraPulse {

    0%,
    100% {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.phone-screen {
    background:
        linear-gradient(180deg,
            #ffffff 0%,
            #fafafa 50%,
            #ffffff 100%);
    border-radius: 50px;
    overflow: hidden;
    height: 600px;
    box-shadow:
        inset 0 0 0 1px rgba(0, 0, 0, 0.05),
        inset 0 2px 4px rgba(0, 0, 0, 0.02);
    position: relative;
    transition: all 0.3s ease;
}

.phone-screen::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.9) 0%,
            rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

/* App UI */
.app-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 52px 22px 12px;
    font-size: 13.5px;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: 0.4px;
    position: relative;
    z-index: 2;
    text-shadow: 0 0.5px 1px rgba(255, 255, 255, 0.8);
}

.app-tabs {
    display: flex;
    gap: 6px;
    padding: 12px 16px;
    background: linear-gradient(180deg,
            rgba(245, 245, 245, 0.95) 0%,
            rgba(250, 250, 250, 0.95) 100%);
    margin: 0 16px;
    border-radius: 12px;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.04),
        inset 0 1px 2px rgba(255, 255, 255, 0.8);
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 2;
    backdrop-filter: blur(10px);
}

.app-tabs span {
    padding: 6px 12px;
    font-size: 11px;
    border-radius: 6px;
    color: #666;
    cursor: pointer;
}

.app-tabs span.active {
    background: linear-gradient(180deg,
            #ffffff 0%,
            #f0f0f0 100%);
    color: #1a1a1a;
    font-weight: 700;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.08),
        inset 0 1px 2px rgba(255, 255, 255, 0.9);
    border: 0.5px solid rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Trade List */
.trade-list {
    padding: 10px 15px;
    max-height: 430px;
    overflow-y: auto;
}

.trade-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
    position: relative;
}

.trade-item::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg,
            var(--light-blue) 0%,
            #22c55e 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 0 2px 2px 0;
}

.trade-item:hover {
    background: rgba(107, 184, 255, 0.03);
    padding-left: 4px;
    border-radius: 8px;
    margin: 0 -4px;
}

.trade-item:hover::before {
    opacity: 1;
}

.trade-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.trade-pair {
    font-size: 12px;
    font-weight: 600;
    color: #333;
}

.trade-pair em {
    color: var(--light-blue);
    font-style: normal;
}

.trade-range {
    font-size: 10px;
    color: #999;
}

.trade-result {
    text-align: right;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.trade-date {
    font-size: 10px;
    color: #999;
}

.trade-profit {
    font-size: 12.5px;
    font-weight: 800;
    color: #16a34a;
    text-shadow: 0 1px 2px rgba(34, 197, 94, 0.2);
    letter-spacing: 0.3px;
    position: relative;
}

/* App Summary */
.app-summary {
    padding: 15px;
    border-top: 1px solid #f0f0f0;
    margin-top: 10px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.summary-row span:first-child {
    color: #666;
}

.profit-value {
    font-weight: 700;
    color: #22c55e;
}

/* Floating Stats - Premium Glassmorphism */
.phone-stat {
    position: absolute;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(255, 255, 255, 0.9) 100%);
    padding: 14px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 8px 24px rgba(0, 0, 0, 0.1),
        inset 0 1px 2px rgba(255, 255, 255, 0.9);
    z-index: 5;
    animation: floatStat 4s ease-in-out infinite;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.phone-stat:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.2),
        0 12px 32px rgba(0, 0, 0, 0.15),
        inset 0 1px 2px rgba(255, 255, 255, 0.9),
        0 0 20px rgba(107, 184, 255, 0.3);
}

.phone-stat i {
    font-size: 20px;
}

.phone-stat span {
    font-weight: 700;
    font-size: 14px;
    color: var(--dark-blue);
}

.stat-1 {
    top: 20%;
    right: 10%;
    animation-delay: 0s;
}

.stat-1 i {
    color: #22c55e;
}

.stat-1 span {
    color: #22c55e;
}

.stat-2 {
    display: none !important;
}

@keyframes floatStat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Signals Section Responsive */
@media (max-width: 1200px) {

    .phone-frame {
        width: 280px;
    }

    .phone-screen {
        height: 560px;
    }
}

@media (max-width: 991px) {
    .signals-section {
        padding: 80px 0;
    }

    .signals-title {
        font-size: 2.6rem;
    }

    .phone-showcase {
        min-height: 500px;
        margin-top: 40px;
    }


    .stat-1 {
        right: 5%;
    }

    .stat-2 {
        left: 0;
    }
}

@media (max-width: 767px) {
    .signals-section {
        padding: 60px 0;
        background: #ffffff;
    }

    .signals-title {
        font-size: 1.6rem;
        text-align: center;
        line-height: 1.3;
    }

    .signal-feature {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .signals-cta {
        text-align: center;
    }

    .phone-showcase {
        min-height: 450px;
    }

    .phone-frame {
        width: 260px;
    }

    .phone-screen {
        height: 500px;
    }


    .phone-stat {
        padding: 10px 14px;
    }

    .phone-stat i {
        font-size: 16px;
    }

    .phone-stat span {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .signals-title {
        font-size: 1.4rem;
    }

    .feature-content h4 {
        font-size: 1.1rem;
    }

    .feature-content p {
        font-size: 14px;
    }

    .phone-frame {
        width: 240px;
    }

    .phone-screen {
        height: 460px;
    }

    .trade-list {
        max-height: 250px;
    }

    .step-card.step-card-three .step-visual {
        min-height: 305px !important;
    }
}

/* =============================================
   3 Simple Steps Section
   ============================================= */
.steps-section {
    background: var(--dark-blue);
    padding: 100px 0;
    position: relative;
    overflow: visible;
}

/* Sidebar */

.steps-card-content {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    transform-style: preserve-3d;
}

.steps-sidebar {
    grid-column-gap: 30px;
    /* grid-row-gap: 30px; */
    color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 365px;
    display: flex;
    position: sticky;
    top: 100px;
}

.steps-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    color: white;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 25px;
}

.steps-title .highlight {
    color: white;
}

.steps-desc {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
}

/* Steps Cards Container */
.steps-cards {

    display: flex;
    flex-direction: column;
    margin-top: 0;
    /* transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    opacity: 1;
    transform-style: preserve-3d; */
    /* transition: none; */
    /* will-change: auto; */
    /* transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); */
    opacity: 1;
    /* transform-style: preserve-3d; */
}

/* Hide slider dots on desktop */
.steps-slider-dots {
    display: none;
}

/* =============================================
   Steps Cards Mobile Slider (772px and below)
   ============================================= */
@media (max-width: 772px) {
    .pros-card {
        padding: 40px 30px 72px !important;
    }
    .steps-section {
        padding: 60px 0;
    }

    .steps-card-content {
        flex-direction: column;
    }

    .steps-sidebar {
        text-align: center;
        margin-bottom: 30px;
        width: 100% !important;
    }

    .steps-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .steps-desc {
        text-align: center;
        max-width: 100%;
    }

    .btn-steps {
        margin: 20px auto 0;
        display: inline-block;
    }

    .steps-cards {
        display: flex;
        flex-direction: row;
        gap: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
        animation: none !important;
        will-change: auto !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .steps-cards::-webkit-scrollbar {
        display: none;
    }

    .step-card {
        flex: 0 0 80%;
        min-width: 80%;
        max-width: 80%;
        scroll-snap-align: center;
        border-radius: 16px;
        position: relative !important;
        transform: none !important;
        opacity: 1 !important;
        top: 0 !important;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    }

    .step-card.step-card-two,
    .step-card.step-card-three {
        position: relative !important;
        transform: none !important;
        top: 0 !important;
    }

    .step-content {
        flex-direction: column;
        min-height: auto;
    }

    .step-badge {
        width: 40px;
        height: 40px;
        font-size: 1rem;
        top: 15px;
        left: 15px;
        background: var(--dark-blue);
        color: white;
        border-radius: 8px;
    }

    .step-text {
        padding: 60px 20px 25px;
        width: 100% !important;
    }

    .step-text h3 {
        font-size: 1.1rem;
        font-weight: 700;
        color: var(--dark-blue);
        margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .step-text p {
        font-size: 13px;
        line-height: 1.6;
        color: #555;
    }

    .step-visual {
        width: 100% !important;
        padding: 25px 20px 30px !important;
        min-height: 220px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        /* background: linear-gradient(145deg, #d4edfc 0%, #a8d8f0 40%, #7bc4eb 100%) !important; */
        border-radius: 0 0 6px 6px !important;
    }

    .step-phone-img {
        max-width: 140px !important;
        width: 100% !important;
    }

    .step-phone-img img {
        width: 100% !important;
        height: auto !important;
        filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.25)) !important;
        border-radius: 16px !important;
    }

    /* Adjust individual cards if needed */
    .step-card.step-card-three .step-visual {
        min-height: 220px;
    }

    .step-card.step-card-three .step-visual .step-phone-img {
        margin-bottom: 0 !important;
    }

    /* Mobile slider dots */
    .steps-slider-dots {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 20px;
    }

    .slider-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .slider-dot.active {
        background: var(--light-blue);
        transform: scale(1.3);
    }
}

/* Step Card - Normal State (Visible by Default) */
.step-card {
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    position: sticky;
    top: 100px;
    overflow: visible;
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
    margin-bottom: 30px;
    /* margin-top: 40px; */
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    display: flex;
    position: sticky;
    top: 100px;
    overflow: hidden;
}

.step-card.scroll-in {
    opacity: 1;
    transform: none;
}

.step-card.step-card-two {
    top: 130px;
}

.step-card.step-card-three {
    top: 130px;
}

.step-card {
    top: 0 !important;
}

.step-text {
    width: 100% !important;
}

.steps-sidebar {
    width: 100% !important;
}

/* Step Badge - Visible Immediately */
.step-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--light-blue);
    color: var(--white);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    z-index: 10;
    box-shadow: 0 5px 15px rgba(107, 184, 255, 0.3);
}

/* Step Content - Visible Immediately */
.step-content {
    display: flex;
    min-height: 320px;
    position: relative;
    opacity: 1;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.step-text {
    flex: 1;
    padding: 80px 30px 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    background: #fff;
}

.step-text h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.7rem;
    color: var(--dark-blue);
    letter-spacing: 2px;
    margin-bottom: 12px;
    opacity: 1;
    transform: translateX(0);
}

.step-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
    opacity: 1;
    transform: translateX(0);
}

/* Step Visual - Visible Immediately */
.step-visual {
    width: 50%;
    background: var(--light-blue);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    padding: 0 30px 0 0;
    opacity: 1;
    transform: translateX(0) scale(1);
    overflow: visible;
}

/* Step Background Logo - White */
.step-bg-logo {
    position: absolute !important;
    right: -20px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 65% !important;
    max-width: 320px !important;
    height: auto !important;
    opacity: 0.35 !important;
    z-index: 1 !important;
    pointer-events: none !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
    /* Makes logo white */
}

.step-visual {
    position: relative;
}

.step-phone-img {
    z-index: 2;
    position: relative;
}


.step-visual .step-phone-img img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    object-position: bottom center;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.step-phone-img {
    max-width: 300px;
    width: 100%;
    position: relative;
    top: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.step-phone-img img {
    width: 100%;
    max-width: 418px;
    position: absolute;
}

.step-badge-two {
    right: 20px;
    left: auto;
}

/* Step Phone - Visible Immediately */
/* .step-phone {
    width: 150px;
    height: 300px;
    background: #1a1a1a;
    border-radius: 25px;
    padding: 6px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateY(0) scale(1);
    opacity: 1;
} */

@keyframes phoneSlideIn {
    0% {
        transform: translateY(20px) scale(0.9) rotateY(-15deg);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1) rotateY(0deg);
        opacity: 1;
    }
}

.step-phone::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 12px;
    background: #1a1a1a;
    border-radius: 10px 10px 10px 10px;
    z-index: 10;
}

.phone-inner {
    width: 100%;
    height: 100%;
    background: var(--light-blue);
    border-radius: 24px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.phone-dark .phone-inner {
    background: #1a1a2e;
}

.phone-light .phone-inner {
    background: #fff;
}

/* FX Logo in Phone */
.fx-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: white;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    border-radius: 10px;
}

.logo-text {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1rem;
    color: white;
    letter-spacing: 2px;
    line-height: 1.2;
}

.logo-text small {
    font-size: 0.7rem;
    opacity: 0.7;
}

/* Trade Screen */
.trade-screen {
    width: 100%;
    height: 100%;
    padding: 30px 10px 10px;
}

.trade-header {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 5px;
}

.trade-header span {
    padding: 5px 10px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
}

.trade-header span.active {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.trade-rows {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.trade-row {
    display: flex;
    justify-content: space-between;
    font-size: 9px;
    padding: 6px 8px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.trade-row span:first-child {
    color: rgba(255, 255, 255, 0.8);
}

.trade-row em {
    font-style: normal;
}

.trade-row.profit em {
    color: #22c55e;
}

.trade-row.loss em {
    color: #ef4444;
}

.trade-row .value {
    font-weight: 700;
}

.trade-row.profit .value {
    color: #22c55e;
}

.trade-row.loss .value {
    color: #ef4444;
}

/* Results Screen */
.results-screen {
    width: 100%;
    height: 100%;
    padding: 40px 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.result-row {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    padding: 8px 10px;
    border-bottom: 1px solid #f0f0f0;
}

.result-row span:first-child {
    color: #333;
}

.result-row em {
    font-style: normal;
    color: var(--light-blue);
}

.result-row .profit {
    font-weight: 700;
    color: #22c55e;
}

.result-row.total {
    border-top: 2px solid #e0e0e0;
    border-bottom: none;
    margin-top: auto;
    padding-top: 15px;
}

.result-row.total span:first-child {
    font-weight: 600;
}

.result-row.total .profit {
    font-size: 14px;
}

/* Steps Section Responsive */
@media (max-width: 1200px) {
    .step-phone {
        width: 160px;
        height: 320px;
    }


}

@media (max-width: 991px) {
    .step-text {
        padding: 80px 30px 30px;
    }

    .steps-section {
        padding: 80px 0;
    }

    .step-text {
        padding: 120px 30px 100px !important;
    }

    .step-visual {
        display: flex;
        justify-content: center;
    }

    .steps-sidebar {
        position: relative;
        top: 0;
        padding-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .steps-title {
        font-size: 2.5rem;
    }

    .step-card {
        position: relative;
    }

    .step-content {
        flex-direction: column;
        min-height: auto;
    }

    .step-content.step-content-two {
        flex-direction: column-reverse !important;
    }

    .step-badge-two {
        left: 20px !important
    }

    .step-text {
        padding: 120px 30px 30px;
    }

    .step-visual .step-phone-img img {
        height: auto !important;
    }

    .step-phone-img {
        top: -45px !important;
    }

    .step-visual {
        width: 100%;
        padding: 40px;
        min-height: 300px;
    }
}

@media (max-width: 767px) {
    .step-text {
        padding:80px 30px 40px !important;
    }
    .step-phone-img {
        top: 0px !important;
    }
    .steps-section {
        padding: 60px 0;
    }

    .steps-title {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .step-text h3 {
        font-size: 1.2rem;
    }

    .step-phone {
        width: 140px;
        height: 280px;
    }

    .steps-sidebar {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .steps-title {
        font-size: 1.4rem;
    }

    .step-badge {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
    }

    .step-text {
        padding: 60px 20px 25px;
    }

    .step-text h3 {
        font-size: 1.5rem;
    }

    .step-text p {
        font-size: 13px;
    }

    .step-visual {
        padding: 30px;
        min-height: 250px;
    }

    .step-phone {
        width: 120px;
        height: 240px;
    }
}

/* =============================================
   Copy Trading Comparison Section
   ============================================= */
.comparison-section {
    padding: 100px 0 80px;
    background: linear-gradient(180deg, #f8fcff 0%, #f0f7fc 100%);
    position: relative;
    overflow: hidden;
}

/* Section Header */
.comparison-header {
    text-align: center;
    margin-bottom: 60px;
}

.comparison-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3rem;
    color: var(--dark-blue);
    letter-spacing: 2px;
    line-height: 1.2;
}

.comparison-title .highlight {
    color: var(--light-blue);
}

/* Comparison Cards */
.comparison-cards {
    margin-bottom: 60px;
}

.comparison-image-card {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 500px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease;
    cursor: pointer;
}

.comparison-image-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.comparison-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.comparison-image-card:hover img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    align-items: flex-end;
    padding: 40px;
    transition: all 0.4s ease;
}

.comparison-image-card:hover .image-overlay {
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.85) 100%);
}

.image-content {
    color: white;
    text-align: center;
    width: 100%;
}

.image-content i {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
    transition: all 0.3s ease;
}

.pros-image .image-content i {
    color: var(--light-blue);
}

.cons-image .image-content i {
    color: #ef4444;
}

.comparison-image-card:hover .image-content i {
    transform: scale(1.2);
}

.image-content h3 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    letter-spacing: 3px;
    margin-bottom: 10px;
    color: white;
}

.image-content p {
    font-size: 16px;
    opacity: 0.9;
    margin: 0;
}

.pros-image {
    border: 3px solid var(--light-blue);
}

.pros-image img {
    filter: brightness(1.05) saturate(1.1);
    -webkit-filter: brightness(1.05) saturate(1.1);
}

.cons-image {
    border: 3px solid rgba(239, 68, 68, 0.3);
}

.cons-image img {
    filter: grayscale(0.2) brightness(0.9);
    -webkit-filter: grayscale(0.2) brightness(0.9);
}

/* Pros Card */
.pros-card {
    background: #1a2744 !important;
    box-shadow: 0 30px 60px rgba(24, 26, 52, 0.3);
    border-radius: 20px;
    padding: 40px 30px 240px;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 500px;
}

.pros-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    color: var(--light-blue) !important;
    letter-spacing: 2px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

/* Cons Card */
.cons-card {
    background: #ffffff !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    position: relative;
    overflow: visible;
    min-height: 500px;
}

.cons-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.8rem;
    color: #1a2744 !important;
    letter-spacing: 2px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

/* Pros List */
.pros-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    position: relative;
    z-index: 2;
}

.pros-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.pros-list li i {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--light-blue);
}

.pros-list li strong {
    color: var(--light-blue);
}

/* Cons List */
.cons-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 2;
}

.cons-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
}

.cons-list li i {
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 2px;
    color: #ef4444;
}

.cons-list li strong {
    color: var(--dark-blue);
}

/* Pros Button */
.btn-pros {
    display: inline-block;
    background: var(--light-blue);
    color: white;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    z-index: 5;
}

.btn-pros:hover {
    background: #4a9fe0;
    transform: translateY(-2px);
    color: white;
}

/* Visual Elements - Arrow and Person */
.pros-visual,
.cons-visual {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    pointer-events: none;
    z-index: 0;
    padding: 20px;
}

.pros-visual {
    right: 10px;
    bottom: 10px;
}

.cons-visual {
    right: 10px;
    bottom: 10px;
}

.arrow-up,
.arrow-down {
    width: 360px;
    height: 280px;
}

.arrow-up path,
.arrow-down path {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.person-image {
    width: 130px;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
    margin-left: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
}

.person-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Responsive arrows */
@media (max-width: 991px) {

    .arrow-up,
    .arrow-down {
        width: 180px;
        height: 130px;
    }

    .person-image {
        width: 110px;
        height: 110px;
        margin-left: auto;
    }
}

@media (max-width: 767px) {

    .pros-visual,
    .cons-visual {
        position: relative;
        justify-content: center;
        margin-top: 20px;
        right: auto;
        bottom: auto;
    }

    .arrow-up,
    .arrow-down {
        width: 150px;
        height: 110px;
    }

    .person-image {
        width: 90px;
        height: 90px;
        margin-left: auto;
    }
}


/* Arrow Graphics */
.arrow-graphic {
    position: absolute;
    width: 150px;
    height: 120px;
    z-index: 1;
}

.arrow-up {
    animation: floatArrow 3s ease-in-out infinite;
}

.arrow-down {
    animation: floatArrowDown 3s ease-in-out infinite;
}

@keyframes floatArrow {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-10px) rotate(-3deg);
    }
}

@keyframes floatArrowDown {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(10px) rotate(3deg);
    }
}

/* Card Decorative Images */
.card-decorative-images {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.decorative-image {
    position: absolute;
    opacity: 0.15;
    transition: all 0.4s ease;
}

.comparison-card:hover .decorative-image {
    opacity: 0.25;
}

/* Pros Card Decorative Images */
.pros-card .trading-chart {
    top: 20px;
    left: 20px;
    width: 120px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(173, 216, 230, 0.1);
    backdrop-filter: blur(5px);
}

.pros-card .trading-chart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8) sepia(1) hue-rotate(180deg) saturate(0.5);
}

.pros-card .success-icon {
    top: 30px;
    right: 180px;
    width: 50px;
    height: 50px;
    background: rgba(173, 216, 230, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatIcon 4s ease-in-out infinite;
}

.pros-card .success-icon i {
    font-size: 24px;
    color: var(--light-blue);
}

.pros-card .profit-badge {
    top: 100px;
    left: 30px;
    width: 45px;
    height: 45px;
    background: rgba(173, 216, 230, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatIcon 3s ease-in-out infinite 0.5s;
}

.pros-card .profit-badge i {
    font-size: 20px;
    color: var(--light-blue);
}

/* Cons Card Decorative Images */
.cons-card .trading-stress {
    top: 20px;
    left: 20px;
    width: 120px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(239, 68, 68, 0.1);
    backdrop-filter: blur(5px);
}

.cons-card .trading-stress img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.5) brightness(0.7);
}

.cons-card .warning-icon {
    top: 30px;
    right: 180px;
    width: 50px;
    height: 50px;
    background: rgba(239, 68, 68, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatIcon 4s ease-in-out infinite;
}

.cons-card .warning-icon i {
    font-size: 24px;
    color: #ef4444;
}

.cons-card .time-icon {
    top: 100px;
    left: 30px;
    width: 45px;
    height: 45px;
    background: rgba(239, 68, 68, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatIcon 3s ease-in-out infinite 0.5s;
}

.cons-card .time-icon i {
    font-size: 20px;
    color: #ef4444;
}

@keyframes floatIcon {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-8px) rotate(5deg);
    }
}

/* Card Person */
.card-person {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 280px;
    overflow: hidden;
    z-index: 3;
}

.card-person img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.pros-person {
    border-radius: 30px 0 30px 0;
}

.pros-person img {
    filter: brightness(1.05);
}

.cons-person {
    border-radius: 0 0 30px 0;
}

.cons-person img {
    filter: grayscale(20%) brightness(0.95);
}

/* Bottom CTA */
.comparison-cta {
    text-align: center;
    padding-top: 20px;
}

.btn-comparison-cta {
    display: inline-block;
    background: var(--dark-blue);
    color: white;
    padding: 16px 45px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(24, 26, 52, 0.2);
}

.btn-comparison-cta:hover {
    background: #252850;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(24, 26, 52, 0.3);
    color: white;
}

/* Comparison Section Responsive */
@media (max-width: 1200px) {
    .nav-links li a {
        font-size: 12px !important
    }

    .btn-signup {
        font-size: 12px !important;
    }

    .logo img {
        width: 100px;
    }

    .header-container {
        max-width: 90% !important;
    }

    .card-person {
        width: 180px;
        height: 240px;
    }

    .comparison-card {
        padding: 35px 30px;
        min-height: 480px;
    }

    .social-icon img {
        width: 45px
    }

    .social-link span {
        font-size: 14px !important;
    }
}

@media (max-width: 991px) {
    .comparison-section {
        padding: 80px 0 60px;
    }

    .comparison-title {
        font-size: 2.4rem;
    }

    .comparison-image-card {
        height: 400px;
    }

    .image-content h3 {
        font-size: 2rem;
    }

    .image-content i {
        font-size: 40px;
    }

    .image-content p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .comparison-section {
        padding: 60px 0 50px;
    }

    .comparison-title {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .comparison-image-card {
        height: 350px;
    }

    .image-overlay {
        padding: 30px 20px;
    }

    .image-content h3 {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .image-content i {
        font-size: 36px;
        margin-bottom: 12px;
    }

    .image-content p {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .comparison-title {
        font-size: 1.4rem;
    }

    .comparison-image-card {
        height: 300px;
    }

    .image-overlay {
        padding: 25px 15px;
    }

    .image-content h3 {
        font-size: 1.4rem;
        letter-spacing: 1.5px;
    }

    .image-content i {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .image-content p {
        font-size: 12px;
    }
}

/* =============================================
   FAQ Section
   ============================================= */
.faq-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #e8f4fc 0%, #daeef9 50%, #cce6f7 100%);
    position: relative;
    overflow: hidden;
}

/* FAQ Header */
.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    color: var(--dark-blue);
    letter-spacing: 3px;
    line-height: 1.1;
    margin-bottom: 20px;
}

.faq-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.faq-subtitle .line {
    width: 50px;
    height: 2px;
    background: var(--light-blue);
}

.faq-subtitle .text {
    font-size: 16px;
    color: #666;
}

/* FAQ Grid */
.faq-grid {
    margin-bottom: 50px;
}

/* FAQ Item */
.faq-item {
    background: white;
    border-radius: 16px;
    margin-bottom: 18px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(107, 184, 255, 0.08);
    position: relative;
}

.faq-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: transparent;
    border-radius: 16px 0 0 16px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 12px 40px rgba(107, 184, 255, 0.12);
    transform: translateY(-2px);
}

.faq-item:hover::before {
    background: rgba(107, 184, 255, 0.3);
}

.faq-item.active {
    box-shadow: 0 15px 50px rgba(107, 184, 255, 0.15);
}

.faq-item.active::before {
    background: var(--light-blue);
}

/* FAQ Question */
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 28px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question span {
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-blue);
    flex: 1;
    padding-right: 20px;
    transition: color 0.3s ease;
}

.faq-item:hover .faq-question span {
    color: var(--light-blue);
}

.faq-item.active .faq-question span {
    color: var(--dark-blue);
}

.faq-question i {
    font-size: 18px;
    color: var(--dark-blue);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(107, 184, 255, 0.08);
    border-radius: 50%;
}

.faq-item:hover .faq-question i {
    background: rgba(107, 184, 255, 0.15);
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    background: var(--light-blue);
    color: white;
}

/* FAQ Answer */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    background: linear-gradient(180deg, rgba(107, 184, 255, 0.03) 0%, transparent 100%);
}

.faq-item.active .faq-answer {
    max-height: 400px;
}

.faq-answer p {
    padding: 0 28px 25px;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin: 0;
    border-top: 1px solid rgba(107, 184, 255, 0.1);
    margin-left: 5px;
}

/* FAQ CTA */
.faq-cta {
    text-align: center;
    padding-top: 20px;
}

.faq-cta p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.btn-faq-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--dark-blue);
    color: white;
    padding: 14px 30px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-faq-contact:hover {
    background: #252850;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(24, 26, 52, 0.3);
    color: white;
}

.btn-faq-contact i {
    font-size: 18px;
}

/* FAQ Section Responsive */
@media (max-width: 991px) {
    .faq-section {
        padding: 80px 0;
    }

    .faq-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    .faq-section {
        padding: 60px 0;
    }

    .faq-title {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }

    .faq-question {
        padding: 18px 20px;
    }

    .faq-question span {
        font-size: 14px;
    }

    .faq-question i {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .faq-answer p {
        padding: 0 20px 20px;
        padding-top: 15px;
        font-size: 14px;
    }

    .faq-subtitle .line {
        width: 30px;
    }

    .faq-subtitle .text {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .faq-title {
        font-size: 1.6rem;
    }

    .faq-question span {
        font-size: 13px;
    }

    .faq-question {
        padding: 16px 18px;
    }

    .faq-question i {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
}

/* =============================================
   Footer Styles
   ============================================= */
.main-footer {
    background: var(--dark-blue);
    padding: 60px 20px;
    border-top: 1px solid rgba(107, 184, 255, 0.1);
}

/* Footer uses Bootstrap grid */

/* Footer Brand Column */
.footer-brand {
    max-width: 320px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    width: 205px;
    height: auto;
}

.copyright-text {
    font-size: 0.75rem;
    color: var(--white);
    line-height: 1.4;
}

/* Footer Links Columns */
.footer-links ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-links ul li a {
    font-size: 16px;
    color: var(--white);
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.footer-links ul li a:hover {
    color: var(--light-blue);
}

/* Footer Contact Column */
.footer-contact {
    text-align: left;
}

.footer-cta-title {
    font-family: "Bebas Neue", sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--light-blue);
    line-height: 1;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.light-border-left {
    border-left: 1px solid #ffffff1a;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 30px;
}

.social-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-link span {
    font-size: 16px;
    color: var(--white);
}

/* =============================================
   Footer Responsive Design
   ============================================= */
@media (max-width: 991px) {
    .footer-brand {
        text-align: center;
        max-width: 100%;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
    }

    .copyright-text {
        max-width: 500px;
        margin: 0 auto;
    }

    .footer-contact {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-cta-title {
        font-size: 2rem;
    }



}

@media (max-width: 767px) {
    .main-footer {
        padding: 40px 15px;
    }

    .footer-links {
        text-align: center;
    }

    .footer-links ul {
        align-items: center;
    }

    .footer-cta-title {
        font-size: 1.75rem;
    }

    .social-icons {
        gap: 20px;
    }

    .social-icon {
        width: 50px;
        height: 50px;
    }

    .social-icon svg {
        width: 24px;
        height: 24px;
    }

    .footer-logo img {
        width: 140px !important;
        height: auto;
    }

    .light-border-left {
        border-top: 1px solid #ffffff1a;
        border-left: none !important;
        padding-left: 0 !important;
    }

    .footer-cta-title {
        margin-top: 14px !important;
        margin-bottom: 16px !important;
    }

    .social-link span {
        font-size: 13px !important;
    }

    .social-icon img {
        width: 40px !important
    }
}

@media (max-width: 575px) {
    .footer-cta-title {
        font-size: 1.5rem;
    }

    .social-icons {
        gap: 15px;
    }

    .social-icon {
        width: 45px;
        height: 45px;
    }

    .social-icon svg {
        width: 22px;
        height: 22px;
    }

    .social-link span {
        font-size: 11px;
    }
}

/* =============================================
   Enhanced Mobile Responsive Styles
   ============================================= */

/* Extra Small Devices (phones, 480px and down) */
@media (max-width: 480px) {

    /* Header Mobile */
    .main-header {
        padding: 10px 0;
    }

    .header-container {
        padding: 0 15px;
    }

    .btn-signup {
        padding: 8px 16px;
        font-size: 13px;
    }

    /* Hero Section Mobile */
    .hero-banner {
        padding: 100px 0 40px;
        min-height: auto;
    }

    .trust-badge {
        padding: 8px 16px;
        font-size: 12px;
    }

    .trust-badge i {
        font-size: 14px;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .title-highlight {
        font-size: 2.2rem;
    }

    .hero-subtitle {
        font-size: 14px;
        padding: 0 10px;
    }

    .features-glass {
        margin: 0 10px 30px;
    }

    .features-inner {
        padding: 5px;
    }

    .feature-card {
        padding: 8px 12px;
        gap: 10px;
    }

    .feature-icon {
        width: 28px;
        height: 28px;
    }

    .feature-icon i {
        font-size: 14px;
    }

    .feature-text strong {
        font-size: 13px;
    }

    .feature-text span {
        font-size: 11px;
    }

    .cta-group {
        gap: 12px;
        margin-bottom: 25px;
    }

    .btn-cta {
        padding: 10px 20px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }

    .btn-cta i {
        font-size: 16px;
    }

    /* Video Showcase Mobile */
    .video-showcase {
        padding: 10px;
    }

    .showcase-frame {
        padding: 8px;
    }

    .showcase-panels {
        height: 220px;
        gap: 3px;
        padding: 6px;
    }

    .showcase-play .play-btn-inner {
        width: 40px;
        height: 40px;
    }

    .showcase-play .play-btn-inner i {
        font-size: 16px;
    }

    /* Free Trading Section Mobile */
    .free-trading-section {
        padding: 0 0 50px;
    }

    .free-image-wrapper {
        padding: 30px 15px 0 15px !important;
    }

    .image-frame {
        padding: 6px;
    }

    .image-container>img {
        height: 250px;
    }

    .stats-bubble {
        padding: 10px 14px;
        bottom: 15px;
        left: 15px;
    }

    .stats-bubble i {
        font-size: 18px;
    }

    .stats-bubble span {
        font-size: 16px;
    }

    .section-label {
        padding: 6px 14px;
    }

    .label-text {
        font-size: 12px;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .content-text p {
        font-size: 14px;
    }

    .free-feature span {
        font-size: 13px;
    }

    .btn-free-signup {
        padding: 12px 25px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }

    /* Results Marquee Mobile */
    .results-section {
        padding: 50px 0;
    }

    .results-title {
        font-size: 1.6rem;
    }

    .result-card {
        width: 220px;
        min-width: 220px;
        padding: 12px;
    }

    .member-avatar img {
        width: 50px;
        height: 50px;
    }

    .member-name {
        font-size: 1rem;
    }

    .member-country {
        font-size: 11px;
    }

    .stat-row .stat-label,
    .stat-row .stat-value {
        font-size: 11px;
    }

    .member-meta span {
        font-size: 10px;
    }

    /* Signals Section Mobile */
    .signals-section {
        padding: 50px 0;
    }

    .signals-title {
        font-size: 1.6rem;
    }

    .signal-feature {
        gap: 12px;
    }

    .feature-icon-check {
        width: 32px;
        height: 32px;
    }

    .feature-icon-check i {
        font-size: 14px;
    }

    .feature-content h4 {
        font-size: 1rem;
    }

    .feature-content p {
        font-size: 13px;
    }

    .btn-signals {
        padding: 12px 25px;
        font-size: 14px;
    }

    .phone-showcase {
        min-height: 380px;
    }

    .phone-frame {
        width: 200px;
    }

    .phone-screen {
        height: 350px;
    }

    .phone-stat {
        padding: 8px 12px;
    }

    .phone-stat i {
        font-size: 14px;
    }

    .phone-stat span {
        font-size: 11px;
    }

    /* Steps Section Mobile - 480px adjustments */
    .steps-section {
        padding: 40px 0;
    }

    .steps-title {
        font-size: 1.5rem;
    }

    .steps-desc {
        font-size: 13px;
    }

    .btn-steps {
        padding: 10px 20px;
        font-size: 13px;
    }

    .step-card {
        flex: 0 0 85%;
        min-width: 85%;
        max-width: 85%;
    }

    .step-badge {
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
        top: 12px;
        left: 12px;
    }

    .step-text {
        padding: 55px 15px 20px;
    }

    .step-text h3 {
        font-size: 1rem;
    }

    .step-text p {
        font-size: 12px;
    }

    .step-visual {
        padding: 20px 15px 25px;
        min-height: 200px;
    }

    .step-phone-img {
        max-width: 120px;
    }

    /* Comparison Section Mobile */
    .comparison-section {
        padding: 50px 0 40px;
    }

    .comparison-title {
        font-size: 1.4rem;
    }

    .comparison-card {
        padding: 20px 15px 160px;
        min-height: auto;
        border-radius: 20px;
    }

    .pros-card .card-title,
    .cons-card .card-title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .comparison-list li {
        font-size: 12px;
        margin-bottom: 12px;
        gap: 10px;
    }

    .comparison-list li i {
        font-size: 14px;
    }

    .btn-pros {
        padding: 10px 20px;
        font-size: 13px;
    }

    .card-person {
        width: 120px;
        height: 150px;
    }

    .arrow-graphic {
        width: 70px;
        height: 50px;
        bottom: 90px;
        left: 15px;
    }

    .btn-comparison-cta {
        padding: 12px 30px;
        font-size: 14px;
    }

    /* FAQ Section Mobile */
    .faq-section {
        padding: 50px 0;
    }

    .faq-title {
        font-size: 1.6rem;
    }

    .faq-item {
        margin-bottom: 12px;
        border-radius: 12px;
    }

    .faq-question {
        padding: 14px 15px;
    }

    .faq-question span {
        font-size: 13px;
        padding-right: 10px;
    }

    .faq-question i {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }

    .faq-answer p {
        padding: 0 15px 18px;
        padding-top: 12px;
        font-size: 13px;
        line-height: 1.7;
    }

    .faq-cta p {
        font-size: 14px;
    }

    .btn-faq-contact {
        padding: 12px 24px;
        font-size: 14px;
    }

    /* Footer Mobile */
    .main-footer {
        padding: 40px 15px;
    }

    /* .footer-logo img {
        height: 35px;
    } */

    .copyright-text {
        font-size: 11px;
    }

    .footer-links ul li a {
        font-size: 13px;
    }

    .footer-cta-title {
        font-size: 14px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
    }

    .social-link span {
        font-size: 10px;
    }
}

/* Landscape Mobile */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-banner {
        min-height: auto;
        padding: 100px 0 50px;
    }

    .showcase-panels {
        height: 180px;
    }

    .phone-showcase {
        min-height: 300px;
    }

    .step-visual {
        min-height: 180px;
    }
}

/* Fix for iOS Safari */
@supports (-webkit-touch-callout: none) {
    .main-header.scrolled {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .features-glass {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
}

/* Improve touch targets */
@media (hover: none) and (pointer: coarse) {

    .btn-cta,
    .btn-signup,
    .btn-steps,
    .btn-signals,
    .btn-free-signup,
    .btn-pros,
    .btn-comparison-cta,
    .btn-faq-contact {
        min-height: 44px;
    }

    .faq-question {
        min-height: 50px;
    }

    .nav-links a {
        padding: 12px 15px;
    }
}

/* Reduce animations on mobile for performance */
@media (max-width: 767px) {

    .floating-circle,
    .bg-glow,
    .shape,
    .floating-dots span {
        animation: none !important;
    }

    .candlestick-left,
    .candlestick-right {
        display: none;
    }

    [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* Enhanced AOS Animation Styles */
[data-aos] {
    pointer-events: none;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos].aos-animate {
    pointer-events: auto;
}

/* Smooth fade animations */
[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

[data-aos="fade-down"] {
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="fade-down"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

[data-aos="fade-right"] {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="fade-right"].aos-animate {
    opacity: 1;
    transform: translateX(0);
}

[data-aos="fade-left"] {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="fade-left"].aos-animate {
    opacity: 1;
    transform: translateX(0);
}

[data-aos="zoom-in"] {
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-aos="zoom-in"].aos-animate {
    opacity: 1;
    transform: scale(1);
}

/* Section entrance animations */
section[data-aos] {
    will-change: opacity, transform;
}

section[data-aos].aos-animate {
    will-change: auto;
}

/* Smooth animations for buttons */
.btn-cta,
.btn-signup,
.btn-free-signup,
.btn-signals,
.btn-steps,
.btn-pros,
.btn-comparison-cta,
.btn-see-more,
.btn-faq-contact {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform, opacity;
}

.btn-cta[data-aos],
.btn-signup[data-aos],
.btn-free-signup[data-aos],
.btn-signals[data-aos],
.btn-steps[data-aos],
.btn-pros[data-aos],
.btn-comparison-cta[data-aos],
.btn-see-more[data-aos] {
    opacity: 0;
    transform: translateY(20px);
}

.btn-cta[data-aos].aos-animate,
.btn-signup[data-aos].aos-animate,
.btn-free-signup[data-aos].aos-animate,
.btn-signals[data-aos].aos-animate,
.btn-steps[data-aos].aos-animate,
.btn-pros[data-aos].aos-animate,
.btn-comparison-cta[data-aos].aos-animate,
.btn-see-more[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Smooth animations for text elements */
h1[data-aos],
h2[data-aos],
h3[data-aos],
h4[data-aos],
p[data-aos],
span[data-aos],
.section-title[data-aos],
.hero-subtitle[data-aos],
.content-text[data-aos],
.steps-desc[data-aos],
.faq-question span[data-aos] {
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

h1[data-aos],
h2[data-aos],
h3[data-aos],
h4[data-aos],
p[data-aos],
span[data-aos],
.section-title[data-aos],
.hero-subtitle[data-aos],
.content-text[data-aos],
.steps-desc[data-aos],
.faq-question span[data-aos] {
    opacity: 0;
}

h1[data-aos].aos-animate,
h2[data-aos].aos-animate,
h3[data-aos].aos-animate,
h4[data-aos].aos-animate,
p[data-aos].aos-animate,
span[data-aos].aos-animate,
.section-title[data-aos].aos-animate,
.hero-subtitle[data-aos].aos-animate,
.content-text[data-aos].aos-animate,
.steps-desc[data-aos].aos-animate,
.faq-question span[data-aos].aos-animate {
    opacity: 1;
}

/* Text fade-right animation */
.faq-question span[data-aos="fade-right"] {
    transform: translateX(-20px);
}

.faq-question span[data-aos="fade-right"].aos-animate {
    transform: translateX(0);
}

/* Step text animations */
.step-text h3[data-aos],
.step-text p[data-aos] {
    opacity: 0;
    transform: translateY(15px);
}

.step-text h3[data-aos].aos-animate,
.step-text p[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Feature content animations */
.feature-content h4[data-aos],
.feature-content p[data-aos] {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.feature-content h4[data-aos].aos-animate,
.feature-content p[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Title underline animations */
.title-underline span[data-aos] {
    opacity: 0;
    transform: scaleX(0);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.title-underline span[data-aos].aos-animate {
    opacity: 1;
    transform: scaleX(1);
}

/* FAQ subtitle animations */
.faq-subtitle .line[data-aos="fade-right"] {
    opacity: 0;
    transform: translateX(-20px) scaleX(0);
}

.faq-subtitle .line[data-aos="fade-right"].aos-animate {
    opacity: 1;
    transform: translateX(0) scaleX(1);
}

.faq-subtitle .line[data-aos="fade-left"] {
    opacity: 0;
    transform: translateX(20px) scaleX(0);
}

.faq-subtitle .line[data-aos="fade-left"].aos-animate {
    opacity: 1;
    transform: translateX(0) scaleX(1);
}

.faq-subtitle .text[data-aos] {
    opacity: 0;
    transform: translateY(10px);
}

.faq-subtitle .text[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* Enhanced button hover effects with smooth transitions */
.btn-cta:hover,
.btn-signup:hover,
.btn-free-signup:hover,
.btn-signals:hover,
.btn-steps:hover,
.btn-pros:hover,
.btn-comparison-cta:hover,
.btn-see-more:hover {
    transform: translateY(-3px) scale(1.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Smooth text reveal animations */
.content-text p[data-aos] {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.content-text p[data-aos].aos-animate {
    opacity: 1;
    transform: translateY(0);
}

/* =============================================
   FAQ Page Styles
   ============================================= */

/* FAQ Page Hero */
/* Page Hero - Reusable for all pages */
.page-hero {
    background: linear-gradient(180deg, #e8f4fc 0%, #daeef9 30%, #cce6f7 60%, #bddff5 100%);
    padding: 145px 0 40px;
    position: relative;
    overflow: hidden;
}

.faq-page-hero {
    background: linear-gradient(180deg, #e8f4fc 0%, #daeef9 30%, #cce6f7 60%, #bddff5 100%);
    padding: 145px 0 40px;
    position: relative;
    overflow: hidden;
}

.trading-signals-hero {
    background: linear-gradient(180deg, #f0f7fc 0%, #e8f4fc 30%, #daeef9 60%, #cce6f7 100%);
}

.why-choose-us-hero {
    background: linear-gradient(180deg, #e8f4fc 0%, #daeef9 30%, #cce6f7 60%, #bddff5 100%);
}

.hero-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(107, 184, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(107, 184, 255, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 20%, rgba(18, 141, 255, 0.08) 0%, transparent 40%);
    pointer-events: none;
    animation: patternPulse 8s ease-in-out infinite;
}

@keyframes patternPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

/* Floating Elements */
.hero-floating-elements {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.floating-circle-hero {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(107, 184, 255, 0.2) 0%, rgba(18, 141, 255, 0.1) 100%);
    animation: floatCircle 12s ease-in-out infinite;
}

.floating-circle-hero.circle-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.floating-circle-hero.circle-2 {
    width: 150px;
    height: 150px;
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}

.floating-circle-hero.circle-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 15%;
    animation-delay: 4s;
}

@keyframes floatCircle {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.6;
    }

    33% {
        transform: translate(30px, -30px) scale(1.1);
        opacity: 0.8;
    }

    66% {
        transform: translate(-20px, 20px) scale(0.9);
        opacity: 0.5;
    }
}

.floating-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(107, 184, 255, 0.2);
    animation: floatIcon 10s ease-in-out infinite;
}

.floating-icon i {
    font-size: 24px;
    color: var(--light-blue);
}

.floating-icon.icon-1 {
    top: 25%;
    right: 15%;
    animation-delay: 0s;
}

.floating-icon.icon-2 {
    top: 50%;
    left: 8%;
    animation-delay: 3s;
}

.floating-icon.icon-3 {
    bottom: 25%;
    right: 20%;
    animation-delay: 6s;
}

@keyframes floatIcon {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

.page-hero-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.faq-hero-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.page-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(107, 184, 255, 0.15);
    border: 1px solid rgba(107, 184, 255, 0.3);
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: var(--dark-blue);
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.page-badge.animated-badge {
    background: linear-gradient(135deg, rgba(107, 184, 255, 0.2) 0%, rgba(18, 141, 255, 0.15) 100%);
    box-shadow: 0 5px 20px rgba(107, 184, 255, 0.2);
    animation: badgeGlow 3s ease-in-out infinite;
}

@keyframes badgeGlow {

    0%,
    100% {
        box-shadow: 0 5px 20px rgba(107, 184, 255, 0.2);
    }

    50% {
        box-shadow: 0 5px 30px rgba(107, 184, 255, 0.4);
    }
}

.page-badge i {
    font-size: 15px;
    color: var(--dark-blue);
    transition: transform 0.3s ease;
}

.page-badge .pulse-icon {
    animation: iconPulse 2s ease-in-out infinite;
}

@keyframes iconPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.page-hero-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: var(--dark-blue);
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 1.1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.page-hero-title .title-word-1 {
    display: inline-block;
    background: linear-gradient(135deg, var(--dark-blue) 0%, var(--light-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: titleSlideIn 0.8s ease-out;
}

.page-hero-title .title-word-2 {
    display: inline-block;
    position: relative;
    animation: titleSlideIn 0.8s ease-out 0.2s both;
}

.page-hero-title .title-word-2::after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(90deg, transparent 0%, rgba(107, 184, 255, 0.3) 50%, transparent 100%);
    z-index: -1;
    animation: underlineExpand 1s ease-out 0.5s both;
}

@keyframes titleSlideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes underlineExpand {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.page-hero-subtitle {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
    animation: fadeInUp 1s ease-out 0.4s both;
}

.hero-decorative-line {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, var(--light-blue) 50%, transparent 100%);
    margin: 30px auto 0;
    border-radius: 2px;
    position: relative;
}

.hero-decorative-line::before,
.hero-decorative-line::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    background: var(--light-blue);
    border-radius: 50%;
    transform: translateY(-50%);
}

.hero-decorative-line::before {
    left: -15px;
    animation: dotPulse 2s ease-in-out infinite;
}

.hero-decorative-line::after {
    right: -15px;
    animation: dotPulse 2s ease-in-out infinite 0.5s;
}

@keyframes dotPulse {

    0%,
    100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(-50%) scale(1.5);
        opacity: 0.7;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq-page-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    color: var(--dark-blue);
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.faq-page-subtitle {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* Search Box */
.faq-search-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: white;
    border-radius: 60px;
    padding: 8px 25px;
    box-shadow: 0 10px 40px rgba(107, 184, 255, 0.15);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    max-width: 500px;
    margin: 0 auto;
}

.faq-search-box:focus-within {
    border-color: var(--light-blue);
    box-shadow: 0 15px 50px rgba(107, 184, 255, 0.25);
}

.faq-search-box i {
    font-size: 20px;
    color: var(--light-blue);
}

.faq-search-box input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 12px 0;
    background: transparent;
    color: var(--dark-blue);
}

.faq-search-box input::placeholder {
    color: #999;
}

/* FAQ Categories Section */
.faq-categories-section {
    background: linear-gradient(180deg, #bddff5 0%, #e8f4fc 100%);
    padding: 40px 0;
    position: sticky;
    top: 70px;
    z-index: 100;
}

.faq-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
}

.category-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border: 2px solid rgba(24, 26, 52, 0.1);
    border-radius: 50px;
    background: white;
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-blue);
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-btn i {
    font-size: 16px;
    color: var(--light-blue);
}

.category-btn:hover {
    border-color: var(--light-blue);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(107, 184, 255, 0.2);
}

.category-btn.active {
    background: var(--dark-blue);
    border-color: var(--dark-blue);
    color: white;
}

.category-btn.active i {
    color: var(--light-blue);
}

/* FAQ Main Section */
.faq-main-section {
    background: linear-gradient(180deg, #e8f4fc 0%, #f0f7fc 100%);
    padding: 60px 0 80px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.faq-group {
    margin-bottom: 40px;
}

.faq-group-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.5rem;
    color: var(--dark-blue);
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(107, 184, 255, 0.2);
}

.faq-group-title i {
    font-size: 24px;
    color: var(--light-blue);
}

/* FAQ Item Page Styles */
.faq-item-page {
    background: white;
    border-radius: 16px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(107, 184, 255, 0.1);
    transition: all 0.3s ease;
}

.faq-item-page:hover {
    box-shadow: 0 8px 30px rgba(107, 184, 255, 0.15);
    transform: translateY(-2px);
}

.faq-item-page.active {
    border-color: var(--light-blue);
    box-shadow: 0 10px 40px rgba(107, 184, 255, 0.2);
}

.faq-question-page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.faq-question-page span {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-blue);
    padding-right: 15px;
    line-height: 1.5;
}

.faq-question-page i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(107, 184, 255, 0.1);
    border-radius: 50%;
    color: var(--light-blue);
    font-size: 14px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faq-item-page:hover .faq-question-page i {
    background: rgba(107, 184, 255, 0.2);
}

.faq-item-page.active .faq-question-page i {
    background: var(--light-blue);
    color: white;
    transform: rotate(180deg);
}

.faq-answer-page {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-answer-page p {
    padding: 0 24px 24px;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    border-top: 1px solid rgba(107, 184, 255, 0.1);
    padding-top: 20px;
    margin: 0 20px;
}

/* FAQ Contact Section */
.faq-contact-section {
    background: linear-gradient(180deg, #f0f7fc 0%, #e8f4fc 100%);
    padding: 40px 0 80px;
}

.faq-contact-card {
    background: var(--dark-blue);
    border-radius: 30px;
    padding: 60px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.faq-contact-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(107, 184, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.contact-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--light-blue) 0%, #4a9fe0 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    position: relative;
}

.contact-icon i {
    font-size: 36px;
    color: white;
}

.faq-contact-card h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2.5rem;
    color: white;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.faq-contact-card>p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 35px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.contact-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.btn-live-chat,
.btn-email-support {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-live-chat {
    background: var(--light-blue);
    color: white;
}

.btn-live-chat:hover {
    background: #5aa8ef;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(107, 184, 255, 0.4);
}

.btn-email-support {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
}

.btn-email-support:hover {
    border-color: var(--light-blue);
    background: rgba(107, 184, 255, 0.1);
    transform: translateY(-3px);
}

.contact-info {
    position: relative;
}

.contact-info span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.contact-info i {
    color: var(--light-blue);
}

/* FAQ Page Responsive */
@media (max-width: 991px) {
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .page-hero-title,
    .faq-page-title {
        font-size: 2.8rem;
    }

    .faq-categories-section {
        position: relative;
        top: 0;
    }
}

@media (max-width: 767px) {

    .page-hero,
    .faq-page-hero {
        padding: 120px 0 60px;
    }

    .page-hero-title,
    .faq-page-title {
        font-size: 2.2rem;
    }

    .page-hero-subtitle,
    .faq-page-subtitle {
        font-size: 15px;
        padding: 0 15px;
    }

    .floating-circle-hero {
        display: none;
    }

    .floating-icon {
        width: 40px;
        height: 40px;
    }

    .floating-icon i {
        font-size: 18px;
    }

    .hero-decorative-line {
        width: 60px;
    }
}

.faq-search-box {
    padding: 5px 20px;
}

.faq-search-box input {
    font-size: 14px;
    padding: 10px 0;
}

.faq-categories {
    gap: 8px;
    padding: 0 10px;
}

.category-btn {
    padding: 10px 16px;
    font-size: 12px;
}

.category-btn i {
    font-size: 14px;
}

.faq-main-section {
    padding: 40px 0 60px;
}

.faq-group-title {
    font-size: 1.3rem;
}

.faq-question-page {
    padding: 16px 18px;
}

.faq-question-page span {
    font-size: 14px;
}

.faq-question-page i {
    width: 28px;
    height: 28px;
    font-size: 12px;
}

.faq-answer-page p {
    padding: 0 18px 20px;
    font-size: 13px;
    margin: 0 15px;
}

.faq-contact-card {
    padding: 40px 25px;
    border-radius: 20px;
}

.faq-contact-card h2 {
    font-size: 2rem;
}

.faq-contact-card>p {
    font-size: 14px;
}

.contact-buttons {
    flex-direction: column;
    gap: 12px;
}

.btn-live-chat,
.btn-email-support {
    width: 100%;
    justify-content: center;
    padding: 12px 24px;
}

@media (max-width: 480px) {

    .page-hero,
    .faq-page-hero {
        padding: 100px 0 50px;
    }

    .page-badge {
        padding: 8px 16px;
        font-size: 12px;
    }

    .page-hero-title,
    .faq-page-title {
        font-size: 1.8rem;
    }

    .faq-categories-section {
        padding: 25px 0;
    }

    .category-btn {
        padding: 8px 14px;
        font-size: 11px;
        gap: 5px;
    }

    .faq-item-page {
        border-radius: 12px;
    }

    .faq-question-page {
        padding: 14px 15px;
    }

    .faq-question-page span {
        font-size: 13px;
    }

    .contact-icon {
        width: 60px;
        height: 60px;
    }

    .contact-icon i {
        font-size: 28px;
    }
}

/* =============================================
   Privacy Policy & Legal Pages Styles
   ============================================= */

/* Policy Page Hero */
.policy-page-hero {
    background: linear-gradient(180deg, #e8f4fc 0%, #daeef9 30%, #cce6f7 60%, #bddff5 100%);
    padding: 145px 0 40px;
    position: relative;
    overflow: hidden;
}

.policy-hero-content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.policy-page-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    color: var(--dark-blue);
    letter-spacing: 2px;
    margin-bottom: 20px;
    line-height: 1.1;
}

.policy-page-subtitle {
    font-size: 18px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 25px;
}

.policy-meta {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.policy-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666;
}

.policy-meta i {
    color: var(--light-blue);
}

/* Policy Content Section */
.policy-content-section {
    background: linear-gradient(180deg, #bddff5 0%, #f0f7fc 100%);
    padding: 60px 0 100px;
}

.policy-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 50px;
    align-items: start;
}

/* Sidebar / Table of Contents */
.policy-sidebar {
    position: sticky;
    top: 100px;
}

.toc-card {
    background: white;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

.toc-card h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(107, 184, 255, 0.2);
}

.toc-card h4 i {
    color: var(--light-blue);
}

.toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc-list li {
    margin-bottom: 8px;
}

.toc-list a {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.toc-list a:hover {
    background: rgba(107, 184, 255, 0.1);
    color: var(--dark-blue);
    border-left-color: var(--light-blue);
}

.toc-list a.active {
    background: rgba(107, 184, 255, 0.15);
    color: var(--dark-blue);
    font-weight: 600;
    border-left-color: var(--light-blue);
}

/* Main Policy Content */
.policy-main {
    background: white;
    border-radius: 24px;
    padding: 50px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.06);
}

.policy-section {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(107, 184, 255, 0.15);
}

.policy-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.policy-section h2 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    color: var(--dark-blue);
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.policy-section h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--dark-blue);
    margin: 25px 0 15px;
}

.policy-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.policy-section ul {
    margin: 15px 0 20px 25px;
}

.policy-section ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.policy-section ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background: var(--light-blue);
    border-radius: 50%;
}

.policy-section a {
    color: var(--light-blue);
    text-decoration: none;
    font-weight: 600;
}

.policy-section a:hover {
    text-decoration: underline;
}

/* Info Boxes */
.info-box {
    background: linear-gradient(135deg, #f8fcff 0%, #f0f7fc 100%);
    border-radius: 16px;
    padding: 20px 25px;
    margin-bottom: 15px;
    border-left: 4px solid var(--light-blue);
}

.info-box h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 8px;
}

.info-box h4 i {
    color: var(--light-blue);
}

.info-box p {
    margin-bottom: 0;
    font-size: 14px;
}

/* Warning Box */
.warning-box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff8e6;
    border-radius: 16px;
    padding: 20px 25px;
    margin: 25px 0;
    border-left: 4px solid #f59e0b;
}

.warning-box i {
    font-size: 24px;
    color: #f59e0b;
    flex-shrink: 0;
}

.warning-box p {
    margin-bottom: 0;
    color: #92400e;
}

/* Cookie Table */
.cookie-table {
    background: #f8fcff;
    border-radius: 16px;
    overflow: hidden;
    margin: 20px 0;
}

.cookie-row {
    display: grid;
    grid-template-columns: 180px 1fr;
    border-bottom: 1px solid rgba(107, 184, 255, 0.15);
}

.cookie-row:last-child {
    border-bottom: none;
}

.cookie-type {
    background: rgba(107, 184, 255, 0.1);
    padding: 15px 20px;
    font-weight: 600;
    color: var(--dark-blue);
    font-size: 14px;
}

.cookie-desc {
    padding: 15px 20px;
    font-size: 14px;
    color: #555;
}

/* Rights Grid */
.rights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.right-item {
    background: linear-gradient(135deg, #f8fcff 0%, #f0f7fc 100%);
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
}

.right-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(107, 184, 255, 0.15);
}

.right-item i {
    font-size: 32px;
    color: var(--light-blue);
    margin-bottom: 15px;
}

.right-item h4 {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark-blue);
    margin-bottom: 8px;
}

.right-item p {
    font-size: 13px;
    color: #666;
    margin-bottom: 0;
}

/* Contact Card */
.contact-card {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(135deg, #f8fcff 0%, #f0f7fc 100%);
    border-radius: 16px;
    padding: 25px;
}

.contact-item i {
    font-size: 24px;
    color: var(--light-blue);
    flex-shrink: 0;
}

.contact-item strong {
    display: block;
    font-size: 14px;
    color: var(--dark-blue);
    margin-bottom: 5px;
}

.contact-item p {
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
    line-height: 1.6;
}

/* Policy Page Responsive */
@media (max-width: 1199px) {
    .policy-wrapper {
        grid-template-columns: 250px 1fr;
        gap: 30px;
    }

    .rights-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-card {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .policy-wrapper {
        grid-template-columns: 1fr;
    }

    .policy-sidebar {
        position: relative;
        top: 0;
    }

    .toc-card {
        display: none;
    }

    .policy-page-title {
        font-size: 2.8rem;
    }
}

@media (max-width: 767px) {
    .policy-page-hero {
        padding: 100px 0 0px;
    }

    .policy-content-section {
        padding: 0px 0 100px;
    }

    .policy-section {
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .page-badge i {
        font-size: 12px;
    }

    .page-badge {
        font-size: 12px;
    }

    .policy-page-title {
        font-size: 2.2rem;
    }

    .policy-page-subtitle {
        font-size: 15px;
        padding: 0 15px;
    }

    .policy-main {
        padding: 30px 25px;
        border-radius: 20px;
    }

    .policy-section h2 {
        font-size: 1.6rem;
    }

    .rights-grid {
        grid-template-columns: 1fr;
    }

    .cookie-row {
        grid-template-columns: 1fr;
    }

    .cookie-type {
        border-bottom: 1px solid rgba(107, 184, 255, 0.15);
    }
}

@media (max-width: 480px) {
    .policy-page-hero {
        padding: 100px 0 50px;
    }

    .policy-page-title {
        font-size: 1.8rem;
    }

    .policy-main {
        padding: 25px 20px;
    }

    .policy-section {
        margin-bottom: 35px;
        padding-bottom: 30px;
    }

    .policy-section h2 {
        font-size: 1.4rem;
    }

    .info-box,
    .warning-box,
    .right-item,
    .contact-item {
        padding: 18px;
    }
}

/* Terms & Conditions Specific Styles */
.violation-list,
.non-refund-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
}

.violation-item,
.non-refund-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: linear-gradient(135deg, #fff5f5 0%, #ffebeb 100%);
    padding: 18px 22px;
    border-radius: 12px;
    border-left: 4px solid #ef4444;
}

.violation-item i,
.non-refund-item i {
    font-size: 20px;
    color: #ef4444;
    flex-shrink: 0;
}

.violation-item span,
.non-refund-item span {
    font-size: 15px;
    font-weight: 500;
    color: #991b1b;
}

.non-refund-item {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left-color: #f59e0b;
}

.non-refund-item i {
    color: #f59e0b;
}

.non-refund-item span {
    color: #92400e;
}

.info-box.highlight {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border-left-color: #ef4444;
}

.info-box.highlight h4 {
    color: #991b1b;
}

.info-box.highlight h4 i {
    color: #ef4444;
}

.warning-box.fca-warning {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-left-color: var(--light-blue);
}

.warning-box.fca-warning i {
    color: var(--light-blue);
    font-size: 28px;
}

.warning-box.fca-warning p {
    color: var(--dark-blue);
}

@media (max-width: 767px) {

    .violation-item,
    .non-refund-item {
        padding: 15px 18px;
    }

    .violation-item span,
    .non-refund-item span {
        font-size: 14px;
    }
}

/* =============================================
   Client Testimonials Section
   ============================================= */
.testimonials-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #f0f7fc 0%, #e8f4fc 50%, #f0f7fc 100%);
    background-color: #f0f7fc;
    /* Fallback */
    position: relative;
    overflow: hidden;
    min-height: 600px;
    /* Ensure section displays */
    display: block;
    /* Force display */
}

/* Animated Background Particles */
.testimonials-bg-particles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}

.particle {
    position: absolute;
    border-radius: 50%;
    background: var(--light-blue);
    opacity: 0.1;
    animation: floatParticle 15s ease-in-out infinite;
}

.particle-1 {
    width: 120px;
    height: 120px;
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.particle-2 {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 8%;
    animation-delay: -5s;
}

.particle-3 {
    width: 100px;
    height: 100px;
    bottom: 20%;
    left: 10%;
    animation-delay: -10s;
}

.particle-4 {
    width: 60px;
    height: 60px;
    top: 30%;
    right: 15%;
    animation-delay: -7s;
}

@keyframes floatParticle {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.1;
    }

    50% {
        transform: translate(30px, -40px) scale(1.2);
        opacity: 0.15;
    }
}

/* Background Decorative Elements */
.testimonials-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(173, 216, 230, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(80px);
    -webkit-filter: blur(80px);
    z-index: 0;
}

.testimonials-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(173, 216, 230, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    -webkit-filter: blur(60px);
    z-index: 0;
}

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

/* Section Header */
.testimonials-header {
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}

.testimonials-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 20px;
}

.testimonials-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--light-blue) 0%, #b8e0f0 100%);
    padding: 10px 20px;
    border-radius: 50px;
    box-shadow: 0 5px 20px rgba(173, 216, 230, 0.3);
}

.testimonials-badge i {
    color: white;
    font-size: 18px;
    animation: starPulse 2s ease-in-out infinite;
}

@keyframes starPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.testimonials-badge span {
    color: white;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.testimonials-stats {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
}

.testimonials-stats .stat-number {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 2rem;
    color: var(--dark-blue);
    letter-spacing: 2px;
    line-height: 1;
}

.testimonials-stats .stat-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.testimonials-title {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 3.5rem;
    color: var(--dark-blue);
    letter-spacing: 3px;
    line-height: 1.2;
    margin: 0;
    position: relative;
    display: inline-block;
}

.testimonials-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--light-blue);
    border-radius: 2px;
    animation: expandLine 1s ease-out 0.5s both;
}

.testimonials-subtitle {
    font-size: 18px;
    color: #666;
    margin-top: 15px;
    font-weight: 400;
    max-width: 600px;
}

/* Testimonials Grid */
.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
    width: 100%;
    position: relative;
    z-index: 1;
}


/* Fallback for browsers that don't support grid */
@supports not (display: grid) {
    .testimonials-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .testimonial-card {
        flex: 0 0 calc(25% - 30px);
        min-width: 280px;
        margin: 15px;
    }
}

/* Testimonial Card */
.testimonial-card {
    position: relative;
    border-radius: 20px;
    overflow: visible;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    display: block;
    width: 100%;
    max-width: 100%;
}

.testimonial-card-glow {
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background: linear-gradient(135deg, var(--light-blue), #b8e0f0);
    border-radius: 25px;
    opacity: 0;
    filter: blur(20px);
    -webkit-filter: blur(20px);
    z-index: -1;
    transition: opacity 0.4s ease;
}

.testimonial-card:hover {
    transform: translateY(-15px) scale(1.02);
}

.testimonial-card:hover .testimonial-card-glow {
    opacity: 0.4;
}

.testimonial-video-wrapper {
    position: relative;
    background: white;
    background-color: #ffffff;
    /* Fallback */
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    width: 100%;
    display: block;
}

.testimonial-card:hover .testimonial-video-wrapper {
    border-color: var(--light-blue);
    box-shadow: 0 20px 60px rgba(173, 216, 230, 0.3);
}

/* Video Thumbnail */
.testimonial-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 125%;
    /* 4:5 aspect ratio */
    overflow: hidden;
    background: var(--dark-blue);
    background-color: #1e3a5f;
    /* Fallback */
    display: block;
}

/* Video Duration Badge - Hidden */
.video-duration {
    display: none !important;
}

/* Rating Badge - Hidden */
.rating-badge {
    display: none !important;
}

.testimonial-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
    display: block;
    max-width: 100%;
}

.testimonial-card:hover .testimonial-thumbnail img {
    transform: scale(1.1);
}

/* Video Overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(30, 58, 95, 0.1) 0%, rgba(30, 58, 95, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.testimonial-card:hover .video-overlay {
    opacity: 1;
}

/* Play Button Wrapper */
.play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all 0.3s ease;
}

.testimonial-card:hover .play-button-wrapper {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Play Button */
.play-button {
    width: 70px;
    height: 70px;
    background: var(--light-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(173, 216, 230, 0.4);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.play-button i {
    font-size: 28px;
    color: white;
    margin-left: 4px;
}

.testimonial-card:hover .play-button {
    background: #b8e0f0;
    box-shadow: 0 15px 40px rgba(173, 216, 230, 0.6);
    transform: scale(1.1);
}

/* Play Ripple Effect */
.play-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border: 2px solid var(--light-blue);
    border-radius: 50%;
    opacity: 0;
    animation: ripple 2s ease-out infinite;
}

.play-ripple-2 {
    animation-delay: 1s;
    border-color: rgba(173, 216, 230, 0.6);
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0;
    }
}

/* Testimonial Footer */
.testimonial-footer {
    background: linear-gradient(180deg, var(--dark-blue) 0%, #1e3a5f 100%);
    padding: 14px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.testimonial-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.6s ease;
}

.testimonial-card:hover .testimonial-footer {
    background: linear-gradient(180deg, #1e3a5f 0%, var(--dark-blue) 100%);
}

.testimonial-card:hover .testimonial-footer::before {
    left: 100%;
}

.testimonial-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.testimonial-name {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.3rem;
    color: white;
    letter-spacing: 3px;
    font-weight: 400;
}

.testimonial-location {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 500;
}

.testimonial-location i {
    font-size: 11px;
    color: var(--light-blue);
}


/* Trust Indicators */
.testimonials-trust {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 50px 0 40px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 15px 25px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    min-width: 140px;
}

.trust-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(173, 216, 230, 0.2);
}

.trust-item i {
    font-size: 28px;
    color: var(--light-blue);
    margin-bottom: 5px;
}

.trust-item span {
    font-size: 13px;
    color: var(--dark-blue);
    font-weight: 600;
    text-align: center;
}

/* Hidden Testimonial Cards - Only show when View More is clicked */
.testimonial-card-hidden {
    display: none !important;
    opacity: 0;
    transform: scale(0.5) translateY(50px);
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    filter: blur(10px);
    transition:
        opacity 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
        transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
        max-height 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
        margin 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
        filter 0.6s ease;
    pointer-events: none;
    visibility: hidden;
    will-change: transform, opacity, filter;
}

/* When shown via View More button - Smooth entrance */
.testimonial-card-hidden.show {
    display: block !important;
    opacity: 1;
    transform: scale(1) translateY(0);
    max-height: 800px;
    margin-top: initial;
    margin-bottom: initial;
    filter: blur(0);
    pointer-events: auto;
    visibility: visible;
    transition:
        opacity 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
        transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
        max-height 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
        margin 0.8s cubic-bezier(0.34, 1.56, 0.64, 1),
        filter 0.6s ease;
    animation: cardSlideIn 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

/* Smooth exit animation when hiding */
.testimonial-card-hidden:not(.show) {
    animation: cardSlideOut 0.6s cubic-bezier(0.55, 0.055, 0.675, 0.19) both;
}

@keyframes cardSlideIn {
    0% {
        opacity: 0;
        transform: scale(0.5) translateY(50px) rotateX(-10deg);
        filter: blur(10px);
    }

    50% {
        transform: scale(1.05) translateY(-5px) rotateX(2deg);
    }

    100% {
        opacity: 1;
        transform: scale(1) translateY(0) rotateX(0deg);
        filter: blur(0);
    }
}

@keyframes cardSlideOut {
    0% {
        opacity: 1;
        transform: scale(1) translateY(0) rotateX(0deg);
        filter: blur(0);
    }

    100% {
        opacity: 0;
        transform: scale(0.5) translateY(30px) rotateX(10deg);
        filter: blur(8px);
    }
}

/* View More Button */
.testimonials-view-more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding-top: 30px;
}

.btn-view-more {
    display: inline-block;
    background: var(--dark-blue);
    color: white;
    border: none;
    padding: 12px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-family: 'Rajdhani', sans-serif;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-view-more:hover {
    background: #252850;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(24, 26, 52, 0.3);
    color: white;
}

.btn-view-more:active {
    transform: translateY(-1px);
}

/* Testimonials Section Responsive */
@media (max-width: 1200px) {
    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

}

@media (max-width: 991px) {
    .testimonials-section {
        padding: 80px 0;
    }

    .testimonials-title {
        font-size: 2.8rem;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}

@media (max-width: 767px) {
    .testimonials-section {
        padding: 60px 0;
    }

    .testimonials-title {
        font-size: 2.2rem;
        letter-spacing: 2px;
    }

    .testimonials-header {
        margin-bottom: 40px;
    }

    .testimonials-header-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .testimonials-stats {
        align-items: flex-start;
    }

    .testimonials-subtitle {
        font-size: 16px;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .testimonials-grid {
        margin-bottom: 40px;
    }

    .play-button {
        width: 60px;
        height: 60px;
    }

    .play-button i {
        font-size: 24px;
    }

    .testimonial-name {
        font-size: 1.3rem;
    }

    .testimonials-trust {
        gap: 20px;
        margin: 40px 0 30px;
    }

    .trust-item {
        min-width: 120px;
        padding: 12px 20px;
    }

    .trust-item i {
        font-size: 24px;
    }

    .trust-item span {
        font-size: 12px;
    }

}

@media (max-width: 575px) {
    .testimonials-title {
        font-size: 1.6rem;
    }

    .testimonials-badge {
        padding: 8px 16px;
    }

    .testimonials-badge span {
        font-size: 12px;
    }


    .testimonials-stats .stat-number {
        font-size: 1.5rem;
    }

    .testimonials-subtitle {
        font-size: 14px;
    }

    .testimonials-grid {
        gap: 20px;
    }

    .play-button {
        width: 55px;
        height: 55px;
    }

    .play-button i {
        font-size: 20px;
    }


    .testimonial-footer {
        padding: 15px;
    }

    .testimonial-name {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }

    .testimonial-location {
        font-size: 11px;
    }


    .testimonials-trust {
        flex-direction: column;
        gap: 15px;
    }

    .trust-item {
        width: 100%;
        max-width: 200px;
    }
}

/* =============================================
   Comprehensive Responsive Design
   Mobile, Tablet, Laptop Optimizations
   ============================================= */

/* Tablet Styles (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .container {
        max-width: 95% !important;
    }

    .hero-title {
        font-size: 3.2rem;
    }

    .section-title {
        font-size: 2.5rem;
    }

    .testimonials-title {
        font-size: 2.8rem;
    }

    .faq-title {
        font-size: 2.5rem;
    }

    .signals-title {
        font-size: 2.2rem;
    }

    .comparison-title {
        font-size: 2rem;
    }

    .steps-title {
        font-size: 2.2rem;
    }
}

/* Mobile Styles - Small Text Sizes (max-width: 767px) */
@media (max-width: 767px) {

    /* Base Typography - Reduced Sizes */
    html {
        font-size: 14px;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Hero Section */
    .hero-title {
        font-size: 2rem;
        letter-spacing: 2px;
        line-height: 1.2;
    }

    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 30px;
    }

    /* Section Titles */
    .section-title {
        font-size: 1.8rem;
        letter-spacing: 1.5px;
        margin-bottom: 15px;
    }

    .testimonials-title {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }

    .testimonials-subtitle {
        font-size: 14px;
    }

    .faq-title {
        font-size: 1.8rem;
        letter-spacing: 2px;
    }

    .signals-title {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .comparison-title {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .steps-title {
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .results-title {
        font-size: 1.8rem;
    }

    /* Content Text */
    .content-text p {
        font-size: 14px;
        line-height: 1.7;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    /* Buttons */
    .btn-cta {
        font-size: 14px;
        padding: 10px 25px;
    }

    .btn-signup {
        font-size: 13px;
        padding: 10px 20px;
    }

    .btn-free-signup {
        font-size: 14px;
        padding: 10px 25px;
    }

    .btn-signals {
        font-size: 14px;
    }

    .btn-steps {
        font-size: 14px;
    }

    .btn-pros {
        font-size: 14px;
    }

    .btn-comparison-cta {
        font-size: 14px;
    }

    .btn-see-more {
        font-size: 14px;
        padding: 12px 25px;
    }

    /* Feature Cards */
    .feature-text strong {
        font-size: 16px;
    }

    .feature-text span {
        font-size: 12px;
    }

    /* Testimonials */
    .testimonial-name {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }

    .testimonial-location {
        font-size: 11px;
    }

    .testimonials-badge span {
        font-size: 12px;
    }

    .testimonials-stats .stat-number {
        font-size: 1.5rem;
    }

    .testimonials-stats .stat-label {
        font-size: 12px;
    }

    /* FAQ */
    .faq-question span {
        font-size: 14px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 1.6;
    }

    .faq-subtitle .text {
        font-size: 13px;
    }

    /* Steps */
    .steps-desc {
        font-size: 14px;
    }

    .step-text h3 {
        font-size: 1.1rem;
    }

    .step-text p {
        font-size: 13px;
    }

    /* Comparison */
    .card-title {
        font-size: 1.2rem;
    }

    .comparison-list li span {
        font-size: 13px;
    }

    /* Signals */
    .signal-feature h4 {
        font-size: 1.5rem;
    }

    .comparison-cards {
        margin-bottom: 30px;
    }

    .comparison-cta {
        padding-top: 0px;
    }

    .signal-feature p {
        font-size: 13px;
    }

    /* Results */
    .member-name {
        font-size: 1rem;
    }

    .member-country {
        font-size: 11px;
    }

    .stat-label {
        font-size: 11px;
    }

    .stat-value {
        font-size: 1.1rem;
    }

    /* Trust Items */
    .trust-item span {
        font-size: 12px;
    }

    .trust-item i {
        font-size: 22px;
    }

    /* Section Labels */
    .section-label .label-text {
        font-size: 12px;
    }

    /* Free Features */
    .free-feature span {
        font-size: 13px;
    }

    .cta-note {
        font-size: 12px;
    }

    /* Header */
    .nav-links a {
        font-size: 14px;
    }

    /* Footer */
    .footer-cta-title {
        font-size: 1.1rem;
        line-height: 1.4;
    }

    .copyright-text {
        font-size: 11px;
    }

    .footer-links a {
        font-size: 13px;
    }
}

/* Extra Small Mobile (max-width: 480px) */
@media (max-width: 480px) {
    html {
        font-size: 13px;
    }

    .hero-title {
        font-size: 1.7rem;
        letter-spacing: 1.5px;
    }

    .section-title {
        font-size: 1.6rem;
    }

    .testimonials-title {
        font-size: 1.6rem;
    }

    .faq-title {
        font-size: 1.6rem;
    }

    .signals-title {
        font-size: 1.4rem;
    }

    .comparison-title {
        font-size: 1.4rem;
    }

    .steps-title {
        font-size: 1.4rem;
    }

    .content-text p {
        font-size: 13px;
    }

    .btn-cta,
    .btn-signup,
    .btn-free-signup,
    .btn-signals,
    .btn-steps,
    .btn-pros,
    .btn-comparison-cta {
        font-size: 13px;
        padding: 9px 20px;
    }

    .testimonial-name {
        font-size: 1rem;
    }

    .faq-question span {
        font-size: 13px;
    }

    .faq-answer p {
        font-size: 12px;
    }
}

/* Laptop Styles (1025px - 1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }

    .hero-title {
        font-size: 4rem;
    }

    .section-title {
        font-size: 2.8rem;
    }
}

/* Large Desktop (min-width: 1441px) */
@media (min-width: 1441px) {
    .container {
        max-width: 1400px;
    }
}

/* Testimonials Page Additional Sections */
.trust-stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}

.testimonials-cta-section .btn-primary-cta:hover {
    background: #0d7dd8 !important;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(18, 141, 255, 0.4) !important;
}

.testimonials-cta-section .btn-secondary-cta:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    transform: translateY(-3px);
}