/* Page styles: reviews (migrated from inline <style>) */

/* ===== REVIEWS PAGE UNIQUE STYLES ===== */
        
        .reviews-page-hero {
            padding: calc(var(--hh) + 20px + 80px) 0 100px;
            background: linear-gradient(135deg, #060d1f 0%, #0a1428 100%);
            position: relative;
            overflow: hidden;
        }
        
        .reviews-page-hero__mesh {
            position: absolute; inset: 0;
            background: radial-gradient(ellipse 60% 50% at 20% 30%, rgba(0,87,255,.2) 0%, transparent 60%),
                        radial-gradient(ellipse 50% 60% at 80% 70%, rgba(0,194,255,.15) 0%, transparent 55%),
                        radial-gradient(ellipse 40% 40% at 50% 50%, rgba(123,47,247,.1) 0%, transparent 50%);
            pointer-events: none; z-index: 0;
        }
        
        .reviews-page-hero__grid {
            position: absolute; inset: 0;
            background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                              linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
            background-size: 60px 60px;
            pointer-events: none; z-index: 0;
        }
        
        .reviews-page-hero__container {
            max-width: 1300px; margin: 0 auto; padding: 0 28px;
            display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
            position: relative; z-index: 2;
        }
        
        .reviews-page-hero__content { text-align: left; }
        
        .reviews-page__eyebrow {
            display: inline-flex; align-items: center; gap: 10px;
            background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
            color: rgba(255,255,255,.9); padding: 8px 20px; border-radius: 100px;
            font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
            margin-bottom: 24px; backdrop-filter: blur(8px);
        }
        
        .reviews-page__eyebrow-dot {
            width: 8px; height: 8px; border-radius: 50%; background: var(--secondary);
            box-shadow: 0 0 12px var(--secondary); animation: blink 2s ease-in-out infinite;
        }
        
        .reviews-page-hero__title {
            font-family: var(--font-head); font-size: clamp(2.4rem, 4.5vw, 3.5rem);
            font-weight: 800; line-height: 1.15; color: #fff; margin-bottom: 20px; text-align: left;
        }
        
        .reviews-page-hero__desc {
            font-size: 1.05rem; color: rgba(255,255,255,.7); line-height: 1.8; margin-bottom: 32px; max-width: 100%; text-align: left;
        }
        
        .reviews-page-hero__stats {
            display: flex; justify-content: flex-start; gap: 32px; flex-wrap: wrap; margin-bottom: 40px;
        }
        
        .reviews-page-hero__stat {
            text-align: left; min-width: 120px;
        }
        
        .reviews-page-hero__stat-num {
            font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: #fff; line-height: 1;
        }
        
        .reviews-page-hero__stat-lbl {
            font-size: .85rem; color: rgba(255,255,255,.6); font-weight: 600; margin-top: 8px;
        }
        
        /* Hero Visual */
        .reviews-page-hero__visual {
            position: relative; height: 460px; display: flex; align-items: center; justify-content: center;
        }
        
        .reviews-page-hero__main-img {
            width: 100%; max-width: 580px;  border-radius: 24px; overflow: hidden;
            
            position: relative; z-index: 2;
        }
        
        .reviews-page-hero__main-img img {
            width: 100%; height: 100%; object-fit: cover; filter: brightness(.9) saturate(1.1);
        }
        
        .reviews-page-hero__float {
            position: absolute; background: rgba(255,255,255,.95); backdrop-filter: blur(12px);
            border: 1px solid rgba(255,255,255,.3); border-radius: 16px; padding: 14px 18px;
            display: flex; align-items: center; gap: 12px; box-shadow: 0 16px 48px rgba(0,0,0,.25);
            z-index: 3; animation: reviewFloat 5s ease-in-out infinite;
        }
        
        @keyframes reviewFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-12px); }
        }
        
        .reviews-page-hero__float--1 { top: 6%; right: -8%; animation-delay: 0s; }
        .reviews-page-hero__float--2 { bottom: 24%; left: -10%; animation-delay: 1.5s; }
        .reviews-page-hero__float--3 { bottom: -8%; right: 6%; animation-delay: 3s; }
        
        .reviews-page-hero__float-avatar {
            width: 44px; height: 44px; border-radius: 50%; overflow: hidden; flex-shrink: 0;
            border: 3px solid rgba(0,87,255,.2);
        }
        
        .reviews-page-hero__float-avatar img {
            width: 100%; height: 100%; object-fit: cover;
        }
        
        .reviews-page-hero__float-text { display: flex; flex-direction: column; }
        .reviews-page-hero__float-text span { font-size: .72rem; color: rgba(0,0,0,.5); font-weight: 600; }
        .reviews-page-hero__float-text strong { font-size: 1rem; color: var(--text); font-weight: 700; font-family: var(--font-head); }
        
        .reviews-page-hero__rating {
            position: absolute; top: -20px; left: 50%; transform: translateX(-50%);
            background: linear-gradient(135deg, #FFD700, #FFA500);
            color: #fff; padding: 10px 28px; border-radius: 100px;
            font-size: .9rem; font-weight: 800; z-index: 4;
            display: flex; align-items: center; gap: 8px;
            box-shadow: 0 8px 24px rgba(255,215,0,.4);
            display: none;
        }
        
        /* Infinite Scrolling Testimonials */
        .reviews-page-testimonials {
            padding: 100px 0; background: var(--bg-alt); overflow: hidden;
        }
        
        .reviews-page-testimonials__header {
            text-align: center; max-width: 700px; margin: 0 auto 64px; padding: 0 28px;
        }
        
        .reviews-page-marquee {
            position: relative;
            overflow: hidden;
        }
        
        .reviews-page-marquee__track {
            display: flex;
            gap: 28px;
            width: max-content;
        }
        
        .reviews-page-marquee__track--ltr {
            animation: marqueeLTR 40s linear infinite;
        }
        
        .reviews-page-marquee__track--rtl {
            animation: marqueeRTL 40s linear infinite;
            margin-top: 28px;
        }
        
        @keyframes marqueeLTR {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }
        
        @keyframes marqueeRTL {
            0% { transform: translateX(-50%); }
            100% { transform: translateX(0); }
        }
        
        .reviews-page-marquee:hover .reviews-page-marquee__track {
            animation-play-state: paused;
        }
        
        /* Testimonial Card for Marquee */
        .testimonial-card-marquee {
            background: #fff; border-radius: 24px; overflow: hidden;
            border: 2px solid var(--border); box-shadow: var(--cs);
            flex-shrink: 0; width: 380px;
            display: flex; flex-direction: column;
            transition: all 0.3s;
        }
        
        .testimonial-card-marquee:hover {
            transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,87,255,.2);
            border-color: rgba(0,87,255,.3);
        }
        
        .testimonial-card-marquee__img-wrap {
            position: relative; height: 180px; overflow: hidden;
        }
        
        .testimonial-card-marquee__img-wrap img {
            width: 100%; height: 100%; object-fit: cover;
            transition: transform 0.6s ease;
        }
        
        .testimonial-card-marquee:hover .testimonial-card-marquee__img-wrap img {
            transform: scale(1.1);
        }
        
        .testimonial-card-marquee__img-overlay {
            position: absolute; inset: 0;
            background: linear-gradient(to bottom, transparent 40%, rgba(0,87,255,.85) 100%);
        }
        
        .testimonial-card-marquee__avatar {
            position: absolute; bottom: -32px; left: 50%; transform: translateX(-50%);
            width: 64px; height: 64px; border-radius: 50%; overflow: hidden;
            border: 4px solid #fff; box-shadow: 0 8px 28px rgba(0,0,0,.2);
            z-index: 2;
        }
        
        .testimonial-card-marquee__avatar img {
            width: 100%; height: 100%; object-fit: cover;
        }
        
        .testimonial-card-marquee__header {
            padding: 52px 24px 20px; text-align: center;
        }
        
        .testimonial-card-marquee__rating {
            display: flex; justify-content: center; gap: 4px; margin-bottom: 10px;
        }
        
        .testimonial-card-marquee__star {
            color: #FFD700; font-size: 1rem;
        }
        
        .testimonial-card-marquee__name {
            font-family: var(--font-head); font-size: 1.15rem; font-weight: 700;
            color: var(--text); margin-bottom: 4px;
        }
        
        .testimonial-card-marquee__role {
            font-size: .82rem; color: var(--text-muted); font-weight: 500;
        }
        
        .testimonial-card-marquee__body {
            padding: 0 24px 24px; flex: 1; display: flex; flex-direction: column;
        }
        
        .testimonial-card-marquee__quote {
            font-size: .92rem; color: var(--text); line-height: 1.65; font-style: italic;
            margin-bottom: 18px; flex: 1;
        }
        
        .testimonial-card-marquee__result {
            background: linear-gradient(135deg, rgba(0,87,255,.08), rgba(0,194,255,.08));
            border: 1px solid rgba(0,87,255,.15);
            border-radius: 12px; padding: 14px;
            display: flex; align-items: center; justify-content: space-between;
        }
        
        .testimonial-card-marquee__result-item {
            text-align: center;
        }
        
        .testimonial-card-marquee__result-num {
            font-family: var(--font-head); font-size: 1.2rem; font-weight: 800;
            color: var(--primary); line-height: 1;
        }
        
        .testimonial-card-marquee__result-lbl {
            font-size: .7rem; color: var(--text-muted); font-weight: 600; margin-top: 4px;
        }
        
        /* Video Testimonials */
        .reviews-page-video {
            padding: 100px 0; background: #fff;
        }
        
        .reviews-page-video__header {
            text-align: center; max-width: 700px; margin: 0 auto 64px; padding: 0 28px;
        }
        
        .reviews-page-video__grid {
            max-width: 1200px; margin: 0 auto; padding: 0 28px;
            display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 32px;
        }
        
        .video-testimonial {
            border-radius: 24px; overflow: hidden;
            background: #fff; border: 2px solid var(--border);
            box-shadow: var(--cs); transition: all 0.4s;
            cursor: pointer;
        }
        
        .video-testimonial:hover {
            transform: translateY(-8px); box-shadow: 0 24px 60px rgba(0,87,255,.2);
            border-color: var(--primary);
        }
        
        .video-testimonial__thumb {
            position: relative; height: 240px; overflow: hidden;
        }
        
        .video-testimonial__thumb img {
            width: 100%; height: 100%; object-fit: cover;
            transition: transform 0.6s ease;
        }
        
        .video-testimonial:hover .video-testimonial__thumb img {
            transform: scale(1.05);
        }
        
        .video-testimonial__play {
            position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
            width: 70px; height: 70px; border-radius: 50%;
            background: rgba(255,255,255,.95); backdrop-filter: blur(8px);
            display: flex; align-items: center; justify-content: center;
            font-size: 1.8rem; color: var(--primary);
            box-shadow: 0 8px 32px rgba(0,0,0,.3);
            transition: all 0.3s;
        }
        
        .video-testimonial:hover .video-testimonial__play {
            transform: translate(-50%, -50%) scale(1.1);
            background: #fff;
        }
        
        .video-testimonial__duration {
            position: absolute; bottom: 12px; right: 12px;
            background: rgba(0,0,0,.7); color: #fff;
            padding: 4px 10px; border-radius: 6px;
            font-size: .75rem; font-weight: 600;
        }
        
        .video-testimonial__body {
            padding: 28px;
        }
        
        .video-testimonial__name {
            font-family: var(--font-head); font-size: 1.15rem; font-weight: 700;
            color: var(--text); margin-bottom: 8px;
        }
        
        .video-testimonial__role {
            font-size: .88rem; color: var(--text-muted); margin-bottom: 12px;
        }
        
        .video-testimonial__desc {
            font-size: .92rem; color: var(--text); line-height: 1.6;
        }
        
        /* Stats Section */
        .reviews-page-stats {
            padding: 100px 0;
            background: linear-gradient(135deg, #060d1f 0%, #0a1428 100%);
            position: relative; overflow: hidden;
        }
        
        .reviews-page-stats__mesh {
            position: absolute; inset: 0;
            background: radial-gradient(ellipse 60% 50% at 50% 50%, rgba(0,87,255,.15) 0%, transparent 65%);
            pointer-events: none;
        }
        
        .reviews-page-stats__container {
            max-width: 1100px; margin: 0 auto; padding: 0 28px;
            display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
            position: relative; z-index: 2;
        }
        
        .reviews-page-stat {
            background: rgba(255,255,255,.05); backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,.12);
            border-radius: 24px; padding: 40px 28px; text-align: center;
            transition: all 0.3s;
        }
        
        .reviews-page-stat:hover {
            background: rgba(255,255,255,.08); transform: translateY(-6px);
        }
        
        .reviews-page-stat__num {
            font-family: var(--font-head); font-size: 3rem; font-weight: 800;
            color: #fff; line-height: 1; margin-bottom: 12px;
        }
        
        .reviews-page-stat__lbl {
            font-size: .92rem; color: rgba(255,255,255,.7); font-weight: 600;
        }
        
        /* CTA Section */
        .reviews-page-cta {
            padding: 100px 0; background: var(--bg-alt); text-align: center;
        }
        
        .reviews-page-cta__container {
            max-width: 800px; margin: 0 auto; padding: 0 28px;
        }
        
        .reviews-page-cta__title {
            font-family: var(--font-head); font-size: clamp(2rem, 4vw, 2.8rem);
            font-weight: 800; color: var(--text); margin-bottom: 20px; line-height: 1.2;
        }
        
        .reviews-page-cta__desc {
            font-size: 1.05rem; color: var(--text-muted); margin-bottom: 40px; line-height: 1.8;
        }
        
        .reviews-page-cta__actions {
            display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;
        }
        
        /* Responsive */
        @media(max-width: 1024px) {
            .reviews-page-hero__container { grid-template-columns: 1fr; text-align: center; }
            .reviews-page-hero__content { text-align: center; }
            .reviews-page-hero__desc, .reviews-page-hero__stats { margin-left: auto; margin-right: auto; justify-content: center; }
            .reviews-page-hero__visual { order: -1; height: 360px; margin-bottom: 40px; }
            .reviews-page-hero__main-img { max-width: 100%; }
            .reviews-page-hero__float { display: none; }
            .testimonial-card-marquee { width: 340px; }
            .reviews-page-stats__container { grid-template-columns: repeat(2, 1fr); }
        }
        
        @media(max-width: 768px) {
            .reviews-page-hero__title { font-size: 2.2rem; }
            .testimonial-card-marquee { width: 300px; }
            .reviews-page-stats__container { grid-template-columns: 1fr; }
            .reviews-page-cta__actions { flex-direction: column; align-items: center; }
        }

#rcl-overlay {
    position: fixed;
    inset: 0;
    background: rgb(212, 212, 212);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  #rcl-box {
    position: relative;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #rcl-spinner {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid rgba(190,20,60,0.2);
    border-top-color: #be143c;
    border-right-color: #8b0000;
    animation: rcl-spin 1.1s linear infinite;
  }
  #rcl-inner-ring {
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    border: 3px solid rgba(190,20,60,0.12);
    border-bottom-color: #d4204f;
    animation: rcl-spin-rev 1.6s linear infinite;
  }
  @keyframes rcl-spin { to { transform: rotate(360deg); } }
  @keyframes rcl-spin-rev { to { transform: rotate(-360deg); } }

  #rcl-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #be143c;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 3px #8b0000;
    z-index: 1;
    animation: rcl-pulse 2s ease-in-out infinite;
  }
  @keyframes rcl-pulse {
    0%,100% { transform: scale(1); }
    50% { transform: scale(1.08); }
  }
  #rcl-icon-wrap img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  #rcl-label {
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #be143c;
    letter-spacing: 2px;
    white-space: nowrap;
    font-family: sans-serif;
    animation: rcl-blink 1.4s ease-in-out infinite;
  }
  @keyframes rcl-blink {
    0%,100% { opacity: 1; }
    50% { opacity: 0.4; }
  }
