/* Custom CSS to remove dropdown arrows */
.main-menu ul li.menu-item-has-children > a:after {
    display: none;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
    display: none;
}

/* Keep app store buttons on same line in mobile */
.btn-group {
    flex-wrap: nowrap !important;
    gap: 15px !important;
}

/* Responsive adjustments for app store buttons */
@media (max-width: 767px) {
    .btn-group {
        gap: 10px !important;
        justify-content: center;
    }
    
    .btn-group a img {
        max-width: 140px;
        height: auto;
    }
}

@media (max-width: 480px) {
    .btn-group a img {
        max-width: 120px;
    }
}

/* Pricing Section Background Override */
#price-sec {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%) !important;
}

#price-sec.bg-smoke2 {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%) !important;
}

section.price-area2 {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%) !important;
}

#price-sec .partnership-info {
    background: rgba(54, 183, 255, 0.05) !important;
    border: 1px solid rgba(54, 183, 255, 0.1);
}

/* Override old pricing card styles */
.price-card {
    background: transparent !important;
}

.price-card .checklist ul li {
    color: #374151 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

/* Force light background for entire pricing section */
#price-sec,
#price-sec *,
.price-area2,
.price-area2 * {
    background-color: transparent !important;
}

#price-sec {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%) !important;
}

/* Pricing Plan Checklist Styles - Legacy (keeping for compatibility) */
.price-card .checklist {
    margin: 0;
    padding: 0;
}

.price-card .checklist ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-card .checklist ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
}

.price-card .checklist ul li:last-child {
    border-bottom: none;
}

.price-card .checklist ul li span {
    flex: 1;
    margin-right: 10px;
    font-weight: 400;
}

.price-card .checklist ul li img {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    opacity: 0.8;
}

/* Partnership info styling */
.partnership-info {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.partnership-text {
    color: #2c3e50 !important;
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    margin-bottom: 15px !important;
}

/* Responsive adjustments for pricing cards */
@media (max-width: 991px) {
    .price-card {
        margin-bottom: 20px;
    }
    
    .price-card .checklist ul li {
        font-size: 13px;
        padding: 6px 0;
    }
}

@media (max-width: 767px) {
    .partnership-info {
        padding: 15px;
    }
    
    .partnership-text {
        font-size: 1rem !important;
    }
    
    .price-card .checklist ul li {
        font-size: 12px;
    }
}

/* Modern Pricing Section Design - 2025 - Chrome Optimized */
.modern-pricing-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 32px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    will-change: transform;
    /* Chrome optimization */
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modern-pricing-card::before {
    display: none; /* Disable overlay for better performance */
}

.modern-pricing-card:hover {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.modern-pricing-card.featured {
    background: linear-gradient(145deg, 
        rgba(139, 92, 246, 0.95) 0%, 
        rgba(54, 183, 255, 0.9) 35%,
        rgba(124, 58, 237, 0.95) 100%);
    color: white;
    transform: scale(1.05) translateZ(0);
    z-index: 3;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 25px 60px rgba(139, 92, 246, 0.25);
    will-change: transform;
    /* Chrome optimization */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modern-pricing-card.featured::before {
    display: none; /* Disable overlay for better performance */
}

.modern-pricing-card.featured:hover {
    transform: scale(1.05) translateY(-10px) translateZ(0);
    box-shadow: 0 35px 80px rgba(139, 92, 246, 0.3);
}

.pricing-header {
    padding: 40px 40px 32px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.plan-badge {
    display: inline-block;
    background: linear-gradient(135deg, #36b7ff 0%, #1ea7fd 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    box-shadow: 0 8px 24px rgba(54, 183, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.featured-badge {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 8px 24px rgba(251, 191, 36, 0.4);
    /* Animation removed for better performance */
}

.plan-title {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: #0f172a;
    letter-spacing: -0.5px;
}

.modern-pricing-card.featured .plan-title {
    color: white;
}

.plan-subtitle {
    font-size: 15px;
    color: #64748b;
    margin: 0 0 28px 0;
    line-height: 1.6;
    font-weight: 500;
}

.modern-pricing-card.featured .plan-subtitle {
    color: rgba(255, 255, 255, 0.8);
}

.price-display {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    margin-bottom: 12px;
}

.currency {
    font-size: 24px;
    font-weight: 700;
    color: #36b7ff;
    margin-top: 8px;
}

.modern-pricing-card.featured .currency {
    color: rgba(255, 255, 255, 0.9);
}

.amount {
    font-size: 56px;
    font-weight: 900;
    color: #0f172a;
    line-height: 0.9;
    letter-spacing: -2px;
}

.modern-pricing-card.featured .amount {
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.period {
    font-size: 18px;
    color: #64748b;
    font-weight: 600;
    margin-top: 12px;
}

.modern-pricing-card.featured .period {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-features {
    padding: 0 40px;
    flex: 1;
    z-index: 2;
    position: relative;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: background-color 0.2s ease, transform 0.2s ease;
    border-radius: 12px;
    /* Chrome optimization */
    will-change: transform;
}

.modern-pricing-card.featured .feature-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-item:hover {
    background: rgba(54, 183, 255, 0.03);
    border-radius: 12px;
    transform: translateX(2px) translateZ(0);
}

.modern-pricing-card.featured .feature-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.feature-item.highlight {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(54, 183, 255, 0.08) 100%);
    border-radius: 8px;
    padding: 12px 16px;
    margin: 4px 0;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

.modern-pricing-card.featured .feature-item.highlight {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.feature-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, #36b7ff 0%, #1ea7fd 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    margin-top: 2px;
    box-shadow: 0 4px 12px rgba(54, 183, 255, 0.3);
}

.feature-item span {
    font-size: 15px;
    line-height: 1.6;
    color: #334155;
    font-weight: 500;
}

.modern-pricing-card.featured .feature-item span {
    color: rgba(255, 255, 255, 0.9);
}

.feature-item.highlight span {
    font-weight: 600;
    background: linear-gradient(135deg, #8b5cf6 0%, #36b7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.modern-pricing-card.featured .feature-item.highlight span {
    font-weight: 600;
    background: linear-gradient(135deg, #ffffff 0%, #e0e7ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.pricing-footer {
    padding: 32px 40px 40px;
    margin-top: auto;
    z-index: 2;
    position: relative;
}

.modern-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 18px 28px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.5px;
    /* Chrome optimization */
    will-change: transform;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modern-cta-btn:before {
    display: none; /* Disable shimmer effect for better performance */
}

.modern-cta-btn.primary {
    background: linear-gradient(135deg, #36b7ff 0%, #1ea7fd 100%);
    color: white;
    border: 2px solid transparent;
    box-shadow: 0 12px 32px rgba(54, 183, 255, 0.3);
}

.modern-cta-btn.primary:hover {
    background: linear-gradient(135deg, #1ea7fd 0%, #0ea5e9 100%);
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 16px 40px rgba(54, 183, 255, 0.4);
    color: white;
    text-decoration: none;
}

.modern-cta-btn.featured {
    background: linear-gradient(135deg, #8b5cf6 0%, #36b7ff 100%);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(139, 92, 246, 0.4);
}

.modern-cta-btn.featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #36b7ff 0%, #8b5cf6 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.modern-cta-btn.featured:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 16px 40px rgba(139, 92, 246, 0.5);
    color: white;
    text-decoration: none;
}

.modern-cta-btn.featured:hover::before {
    opacity: 1;
}

.modern-cta-btn svg {
    transition: transform 0.2s ease;
}

.modern-cta-btn:hover svg {
    transform: translateX(4px) translateZ(0);
}

/* Responsive Design */
@media (max-width: 991px) {
    .modern-pricing-card.featured {
        transform: none;
        margin-bottom: 20px;
    }
    
    .modern-pricing-card.featured:hover {
        transform: translateY(-8px);
    }
    
    .pricing-header {
        padding: 24px 24px 20px;
    }
    
    .pricing-features {
        padding: 0 24px;
    }
    
    .pricing-footer {
        padding: 20px 24px 24px;
    }
    
    .plan-title {
        font-size: 22px;
    }
    
    .amount {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .modern-pricing-card {
        margin-bottom: 20px;
    }
    
    .pricing-header {
        padding: 20px 20px 16px;
    }
    
    .pricing-features {
        padding: 0 20px;
    }
    
    .pricing-footer {
        padding: 16px 20px 20px;
    }
    
    .plan-title {
        font-size: 20px;
    }
    
    .amount {
        font-size: 36px;
    }
    
    .feature-item {
        padding: 10px 0;
    }
    
    .feature-item span {
        font-size: 13px;
    }
    
    .modern-cta-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
}

/* MIRA Revenue Section - Modern 2025 Design */
.mira-revenue-section {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.mira-content {
    padding-right: 2rem;
}

.mira-title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1a202c;
    margin-bottom: 2rem;
}

.mira-title .highlight-text {
    background: linear-gradient(135deg, #36b7ff 0%, #1ea7fd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: underline;
    text-decoration-color: #36b7ff;
    text-underline-offset: 8px;
    text-decoration-thickness: 3px;
}

.mira-title em {
    font-style: italic;
    color: #36b7ff;
    font-weight: 900;
}

.mira-features {
    margin-top: 2rem;
}

.mira-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.mira-feature-item:hover {
    transform: translateX(5px);
}

.feature-check {
    flex-shrink: 0;
    margin-top: 2px;
}

.mira-feature-item span {
    font-size: 1.1rem;
    font-weight: 500;
    color: #2d3748;
    line-height: 1.5;
}

.mira-sub-features {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    background: linear-gradient(135deg, rgba(54, 183, 255, 0.05) 0%, rgba(30, 167, 253, 0.02) 100%);
    border-left: 3px solid #36b7ff;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    position: relative;
}

.mira-sub-features::before {
    content: '';
    position: absolute;
    left: -3px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(135deg, #36b7ff 0%, #1ea7fd 100%);
    border-radius: 2px;
}

.sub-feature {
    color: #2d3748;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    position: relative;
    padding-left: 1rem;
    transition: all 0.3s ease;
}

.sub-feature::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #36b7ff;
    font-weight: bold;
    font-size: 1.2rem;
}

.sub-feature:hover {
    color: #36b7ff;
    transform: translateX(5px);
}

/* Visual Section */
.mira-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

/* Optimized MIRA Animations - Reduced for performance */
.mira-robot-container {
    position: relative;
    z-index: 2;
    text-align: center;
    /* Removed continuous glow animation */
}

.mira-robot {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 1.5rem;
    -webkit-transition: -webkit-transform 0.3s ease, transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease, transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease, transform 0.3s ease;
    transition: -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease, transform 0.3s ease;
    /* Cross-browser animation support */
    -webkit-animation: miraFloat 8s ease-in-out infinite;
    -moz-animation: miraFloat 8s ease-in-out infinite;
    -o-animation: miraFloat 8s ease-in-out infinite;
    animation: miraFloat 8s ease-in-out infinite;
    /* Hardware acceleration for all browsers */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mira-robot:hover {
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    -o-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    box-shadow: none;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.mira-image {
    width: 220px;
    height: 220px;
    object-fit: contain;
    -webkit-transition: -webkit-transform 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease, filter 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease, transform 0.3s ease, filter 0.3s ease;
    -o-transition: -o-transform 0.3s ease, transform 0.3s ease, filter 0.3s ease;
    transition: -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease, transform 0.3s ease, -webkit-filter 0.3s ease, filter 0.3s ease;
    /* Cross-browser animation support */
    -webkit-animation: miraPulse 6s ease-in-out infinite;
    -moz-animation: miraPulse 6s ease-in-out infinite;
    -o-animation: miraPulse 6s ease-in-out infinite;
    animation: miraPulse 6s ease-in-out infinite;
    /* Cross-browser filter support */
    -webkit-filter: drop-shadow(0 10px 20px rgba(54, 183, 255, 0.2));
    filter: drop-shadow(0 10px 20px rgba(54, 183, 255, 0.2));
    /* Hardware acceleration for all browsers */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mira-image:hover {
    /* Cross-browser hover animation */
    -webkit-transform: scale(1.05) translateZ(0);
    -moz-transform: scale(1.05) translateZ(0);
    -o-transform: scale(1.05) translateZ(0);
    transform: scale(1.05) translateZ(0);
    -webkit-filter: drop-shadow(0 15px 30px rgba(54, 183, 255, 0.4));
    filter: drop-shadow(0 15px 30px rgba(54, 183, 255, 0.4));
}

.mira-description p {
    font-size: 1.1rem;
    color: #4a5568;
    font-weight: 500;
    margin: 0;
}

.mira-description strong {
    color: #36b7ff;
    font-weight: 700;
}

/* Floating Elements */
.floating-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-badge {
    position: absolute;
    background: linear-gradient(135deg, #36b7ff 0%, #1ea7fd 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(54, 183, 255, 0.3);
    animation: bounce 3s ease-in-out infinite;
}

.badge-1 {
    top: 10%;
    left: 2%;
    animation-delay: 0s;
}

.badge-2 {
    top: 10%;
    right: 5%;
    animation-delay: 1s;
}

.badge-3 {
    bottom: 10%;
    left: 8%;
    animation-delay: 2s;
}

/* Background Elements */
.mira-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
}

/* Optimized Background Elements - Reduced animations */
.bg-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(54, 183, 255, 0.05) 0%, rgba(30, 167, 253, 0.02) 100%);
    /* Slower rotation for better performance */
    animation: rotate 40s linear infinite;
}

.circle-1 {
    width: 200px;
    height: 200px;
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.circle-2 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 5%;
    animation-delay: 5s;
}

.circle-3 {
    width: 100px;
    height: 100px;
    top: 50%;
    right: 25%;
    animation-delay: 10s;
}

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

@keyframes bounce {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

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

/* Performance-Optimized Animations with Cross-Browser Support */
@-webkit-keyframes miraFloat {
    0%, 100% {
        -webkit-transform: translateY(0px) translateZ(0);
        transform: translateY(0px) translateZ(0);
    }
    50% {
        -webkit-transform: translateY(-15px) translateZ(0);
        transform: translateY(-15px) translateZ(0);
    }
}

@-moz-keyframes miraFloat {
    0%, 100% {
        -moz-transform: translateY(0px) translateZ(0);
        transform: translateY(0px) translateZ(0);
    }
    50% {
        -moz-transform: translateY(-15px) translateZ(0);
        transform: translateY(-15px) translateZ(0);
    }
}

@-o-keyframes miraFloat {
    0%, 100% {
        -o-transform: translateY(0px) translateZ(0);
        transform: translateY(0px) translateZ(0);
    }
    50% {
        -o-transform: translateY(-15px) translateZ(0);
        transform: translateY(-15px) translateZ(0);
    }
}

@keyframes miraFloat {
    0%, 100% {
        -webkit-transform: translateY(0px) translateZ(0);
        -moz-transform: translateY(0px) translateZ(0);
        -o-transform: translateY(0px) translateZ(0);
        transform: translateY(0px) translateZ(0);
    }
    50% {
        -webkit-transform: translateY(-15px) translateZ(0);
        -moz-transform: translateY(-15px) translateZ(0);
        -o-transform: translateY(-15px) translateZ(0);
        transform: translateY(-15px) translateZ(0);
    }
}

@-webkit-keyframes miraPulse {
    0%, 100% {
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
    }
    50% {
        -webkit-transform: scale(1.03) translateZ(0);
        transform: scale(1.03) translateZ(0);
    }
}

@-moz-keyframes miraPulse {
    0%, 100% {
        -moz-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
    }
    50% {
        -moz-transform: scale(1.03) translateZ(0);
        transform: scale(1.03) translateZ(0);
    }
}

@-o-keyframes miraPulse {
    0%, 100% {
        -o-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
    }
    50% {
        -o-transform: scale(1.03) translateZ(0);
        transform: scale(1.03) translateZ(0);
    }
}

@keyframes miraPulse {
    0%, 100% {
        -webkit-transform: scale(1) translateZ(0);
        -moz-transform: scale(1) translateZ(0);
        -o-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
    }
    50% {
        -webkit-transform: scale(1.03) translateZ(0);
        -moz-transform: scale(1.03) translateZ(0);
        -o-transform: scale(1.03) translateZ(0);
        transform: scale(1.03) translateZ(0);
    }
}

/* Simplified rotation - removed complex miraRotate and miraGlow for performance */

/* Badge Pulse Animation - Simplified */
@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.01);
    }
}

/* Chrome-optimized mobile animations */
@media (max-width: 768px) {
    /* Disable complex animations for Chrome mobile performance */
    .modern-pricing-card,
    .modern-pricing-card.featured {
        animation: none !important;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
        transform: translateZ(0);
    }
    
    .modern-pricing-card:hover {
        transform: translateY(-2px) translateZ(0);
    }
    
    .modern-pricing-card.featured {
        transform: scale(1.02) translateZ(0);
    }
    
    .modern-pricing-card.featured:hover {
        transform: scale(1.02) translateY(-2px) translateZ(0);
    }
    
    /* Simplified MIRA animations for Chrome mobile */
    .mira-robot {
        animation: miraFloat 15s ease-in-out infinite;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .mira-image {
        animation: miraPulse 12s ease-in-out infinite;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    
    .mira-robot:hover {
        transform: scale(1.01) translateZ(0);
        animation-play-state: paused;
    }
    
    .mira-image:hover {
        transform: scale(1.01) translateZ(0);
    }
    
    /* Disable complex background animations on Chrome mobile */
    .bg-circle {
        animation: rotate 90s linear infinite;
    }
    
    /* Simplify feature item animations for Chrome */
    .feature-item {
        transition: background-color 0.15s ease;
    }
    
    .feature-item:hover {
        transform: none;
        background: rgba(54, 183, 255, 0.02);
    }
    
    /* Simplify button animations for Chrome mobile */
    .modern-cta-btn {
        transition: transform 0.15s ease, box-shadow 0.15s ease;
    }
    
    .modern-cta-btn:hover {
        transform: translateY(-1px) translateZ(0);
    }
}

/* Responsive Design */
@media (max-width: 1199px) {
    .mira-title {
        font-size: 2.5rem;
    }
    
    .mira-content {
        padding-right: 1rem;
        margin-bottom: 3rem;
    }
    
    .mira-visual {
        min-height: 400px;
    }
    
    .mira-robot {
        padding: 0;
    }
    
    .mira-image {
        width: 170px;
        height: 170px;
    }
}

@media (max-width: 991px) {
    .mira-title {
        font-size: 2.2rem;
        text-align: center;
    }
    
    .mira-content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 3rem;
    }
    
    .mira-features {
        text-align: left;
        max-width: 500px;
        margin: 2rem auto;
    }
    
    .mira-visual {
        min-height: 350px;
    }
    
    .mira-sub-features {
        margin-left: 1rem;
        padding: 0.75rem 1rem;
    }
    
    .floating-badge {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }
    
    .badge-1 {
        top: 8%;
        left: 1%;
    }
    
    .badge-2 {
        top: 12%;
        right: 2%;
    }
    
    .badge-3 {
        bottom: 15%;
        left: 3%;
    }
}

@media (max-width: 767px) {
    .mira-title {
        font-size: 1.8rem;
    }
    
    .mira-feature-item span {
        font-size: 1rem;
    }
    
    .mira-visual {
        min-height: 280px;
        margin-top: 2rem;
    }
    
    .mira-robot {
        padding: 0;
    }
    
    .mira-image {
        width: 220px;
        height: 220px;
    }
    
    .floating-badge {
        display: none;
    }
    
    .mira-sub-features {
        margin-left: 0.5rem;
        padding: 0.5rem 1rem;
    }
    
    .sub-feature {
        font-size: 0.9rem;
    }
    
    /* Enhanced mobile responsiveness for pricing section */
    .modern-pricing-card {
        margin-bottom: 2rem;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    }
    
    .modern-pricing-card.featured {
        transform: none;
        margin-bottom: 2rem;
    }
    
    .pricing-header {
        padding: 1.5rem 1.25rem 1rem;
    }
    
    .pricing-features {
        padding: 0 1.25rem;
    }
    
    .pricing-footer {
        padding: 1rem 1.25rem 1.5rem;
    }
    
    .plan-title {
        font-size: 1.25rem;
    }
    
    .amount {
        font-size: 2.25rem;
    }
    
    .feature-item {
        padding: 0.75rem 0;
        gap: 0.75rem;
    }
    
    .feature-item span {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    
    .modern-cta-btn {
        padding: 0.875rem 1.25rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 575px) {
    .mira-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .mira-feature-item {
        gap: 0.75rem;
        margin-bottom: 1.25rem;
    }
    
    .mira-feature-item span {
        font-size: 0.9rem;
    }
    
    .mira-visual {
        min-height: 250px;
    }
    
    .mira-robot {
        padding: 0;
    }
    
    .mira-image {
        width: 220px;
        height: 220px;
    }
    
    .mira-sub-features {
        margin-left: 0;
        padding: 0.75rem;
    }
    
    .sub-feature {
        font-size: 0.85rem;
    }
    
    /* Extra small screens pricing adjustments */
    .pricing-header {
        padding: 1.25rem 1rem 0.75rem;
    }
    
    .pricing-features {
        padding: 0 1rem;
    }
    
    .pricing-footer {
        padding: 0.75rem 1rem 1.25rem;
    }
    
    .plan-title {
        font-size: 1.125rem;
    }
    
    .amount {
        font-size: 2rem;
    }
    
    .plan-subtitle {
        font-size: 0.8rem;
    }
    
    .feature-item {
        padding: 0.625rem 0;
    }
    
    .feature-item span {
        font-size: 0.85rem;
    }
    
    .modern-cta-btn {
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
    }
    
    .partnership-info {
        padding: 1rem;
        margin: 1rem 0;
    }
    
    .partnership-text {
        font-size: 0.9rem !important;
    }
}
