/* =====================================================
   CODEMALL - Ultra Premium Style
   ===================================================== */
:root {
    --primary: #5B21F5;
    --primary-dark: #4318D1;
    --primary-light: #EEF2FF;
    --secondary: #06B6D4;
    --accent: #10B981;
    --navy: #0A0E2E;
    --navy2: #111544;
    --white: #fff;
    --light: #F5F7FF;
    --text: #1E293B;
    --muted: #64748B;
    --border: #E2E8F0;
    --grad: linear-gradient(135deg, #5B21F5 0%, #9333EA 100%);
    --grad2: linear-gradient(135deg, #5B21F5 0%, #9333EA 100%);
    --shadow: 0 8px 32px rgba(91,33,245,.12);
    --shadow-lg: 0 24px 64px rgba(91,33,245,.2);
    --radius: 14px;
    --radius-lg: 20px;
    --radius-xl: 28px;
    --font: 'Inter', sans-serif;
    --font2: 'Poppins', sans-serif;
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { font-family: var(--font); background: #fff; color: var(--text); line-height: 1.7; cursor: none; overflow-x: hidden; }

/* =====================================================
   CUSTOM CURSOR
   ===================================================== */
.cm-cursor-dot {
    position: fixed; width: 10px; height: 10px;
    background: var(--primary); border-radius: 50%;
    pointer-events: none; z-index: 999999;
    transform: translate(-50%, -50%);
    transition: width .15s, height .15s, background .15s;
}
.cm-cursor-ring {
    position: fixed; width: 44px; height: 44px;
    color: var(--primary); pointer-events: none; z-index: 999998;
    transform: translate(-50%, -50%); opacity: .7;
    transition: width .2s, height .2s;
}
.cm-cursor-ring svg { width: 100%; height: 100%; animation: cm-ring-spin 6s linear infinite; }
@keyframes cm-ring-spin { to { transform: rotate(360deg); } }
.cm-cursor-ring.cm-hov { width: 60px; height: 60px; opacity: 1; color: #9333EA; }
.cm-cursor-dot.cm-hov { width: 6px; height: 6px; background: #9333EA; }

/* =====================================================
   PRELOADER
   ===================================================== */
#cm-preloader {
    position: fixed; inset: 0; z-index: 9999999;
    background: var(--navy);
    display: flex; align-items: center; justify-content: center;
    flex-direction: column; overflow: hidden;
    transition: opacity .7s ease, visibility .7s ease;
}
.cm-pre-bg { position: absolute; inset: 0; pointer-events: none; }
.cm-pre-blob { position: absolute; border-radius: 50%; filter: blur(100px); }
.cm-pb1 { width: 500px; height: 500px; background: #5B21F5; opacity: .1; top: -150px; right: -100px; animation: cm-blob-move 8s ease-in-out infinite; }
.cm-pb2 { width: 350px; height: 350px; background: #06B6D4; opacity: .1; bottom: -100px; left: -80px; animation: cm-blob-move 8s ease-in-out infinite 3s; }
.cm-pb3 { width: 250px; height: 250px; background: #9333EA; opacity: .1; top: 50%; left: 35%; animation: cm-blob-move 8s ease-in-out infinite 6s; }
@keyframes cm-blob-move { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.4) translateY(-30px); } }
.cm-pre-content { display: flex; flex-direction: column; align-items: center; gap: 36px; position: relative; z-index: 2; }
.cm-pre-icon-wrap { position: relative; width: 110px; height: 110px; display: flex; align-items: center; justify-content: center; }
.cm-pre-ring { position: absolute; border-radius: 50%; border-style: solid; animation: cm-ring-spin-pre 2s linear infinite; }
.cm-pr1 { inset: -18px; border-width: 2px; border-color: #5B21F5 transparent transparent transparent; animation-duration: 1.8s; }
.cm-pr2 { inset: -30px; border-width: 1.5px; border-color: transparent #9333EA transparent transparent; animation-duration: 2.8s; animation-direction: reverse; }
.cm-pr3 { inset: -44px; border-width: 1px; border-color: #06B6D4 transparent transparent transparent; animation-duration: 4s; }
@keyframes cm-ring-spin-pre { to { transform: rotate(360deg); } }
.cm-pre-icon-box {
    width: 90px; height: 90px; background: white; border-radius: 22px;
    display: flex; align-items: center; justify-content: center;
    overflow: hidden;
    box-shadow: 0 0 0 6px rgba(91,33,245,.15), 0 20px 50px rgba(91,33,245,.3);
    animation: cm-icon-bob 2s ease-in-out infinite;
    padding: 0;
}
.cm-pre-icon-img { width: 100%; height: 100%; object-fit: cover; display: block; padding: 0; margin: 0; border-radius: 22px; }
.cm-pre-icon-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 36px; color: var(--primary); }
@keyframes cm-icon-bob { 0%, 100% { transform: scale(1) translateY(0); } 50% { transform: scale(1.04) translateY(-5px); } }
.cm-pre-progress-wrap { width: 220px; display: flex; flex-direction: column; gap: 10px; }
.cm-pre-progress-track { width: 100%; height: 4px; background: rgba(255,255,255,.08); border-radius: 2px; overflow: hidden; }
.cm-pre-progress-fill { height: 100%; width: 0; background: linear-gradient(90deg, #5B21F5, #9333EA, #06B6D4); border-radius: 2px; transition: width .06s linear; }
.cm-pre-progress-info { display: flex; justify-content: space-between; align-items: center; }
.cm-pre-company { font-size: 13px; color: rgba(255,255,255,.4); font-family: var(--font2); letter-spacing: 1px; }
.cm-pre-pct { font-size: 12px; color: rgba(255,255,255,.4); font-family: var(--font2); }
#cmPreParticles { position: absolute; inset: 0; pointer-events: none; }

/* =====================================================
   GLOBAL ORBS
   ===================================================== */
.cm-orbs { position: fixed; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.cm-orb { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .05; }
.cm-orb-a { width: 500px; height: 500px; background: var(--primary); top: -150px; right: -150px; animation: cm-orb-float 14s ease-in-out infinite; }
.cm-orb-b { width: 400px; height: 400px; background: var(--secondary); bottom: 0; left: -100px; animation: cm-orb-float 14s ease-in-out infinite 5s; }
.cm-orb-c { width: 300px; height: 300px; background: #9333EA; top: 50%; right: 15%; animation: cm-orb-float 14s ease-in-out infinite 10s; }
@keyframes cm-orb-float { 0%, 100% { transform: translateY(0) scale(1); } 50% { transform: translateY(-50px) scale(1.1); } }

/* =====================================================
   NAVBAR
   ===================================================== */
.cm-navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 14px 0; transition: padding .3s ease; }
.cm-navbar.cm-sticky { padding: 8px 0; }
.cm-nav-inner { display: flex; align-items: center; justify-content: space-between; background: white; border-radius: var(--radius-xl); padding: 14px 28px; box-shadow: 0 4px 24px rgba(0,0,0,.06); transition: all .3s ease; gap: 20px; }
.cm-navbar.cm-sticky .cm-nav-inner { border-radius: 0; padding: 12px 28px; box-shadow: 0 2px 20px rgba(0,0,0,.08); }
.cm-brand-logo { height: 46px; }
.cm-brand { text-decoration: none; flex-shrink: 0; }
.cm-nav-links { display: flex; list-style: none; margin: 0; gap: 2px; align-items: center; flex: 1; justify-content: center; }
.cm-nl { font-size: 14px; font-weight: 500; color: var(--text); text-decoration: none; padding: 9px 16px; border-radius: 10px; transition: all .2s; position: relative; display: flex; align-items: center; gap: 6px; }
.cm-nl::after { content: ''; position: absolute; bottom: 4px; left: 50%; width: 0; height: 2.5px; background: var(--primary); border-radius: 2px; transition: all .3s; transform: translateX(-50%); }
.cm-nl:hover, .cm-nl.active { color: var(--primary); }
.cm-nl:hover::after, .cm-nl.active::after { width: 50%; }
.cm-drop-arrow { font-size: 10px; transition: transform .3s; }
.cm-has-drop:hover .cm-drop-arrow { transform: rotate(180deg); }
.cm-has-drop { position: relative; }
.cm-dropdown { position: absolute; top: calc(100% + 14px); left: 50%; transform: translateX(-50%) translateY(8px); min-width: 320px; background: white; border-radius: var(--radius); box-shadow: var(--shadow-lg); padding: 12px; opacity: 0; visibility: hidden; transition: all .25s cubic-bezier(.4,0,.2,1); border: 1px solid var(--border); z-index: 999; }
.cm-has-drop:hover .cm-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.cm-drop-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.cm-drop-item { display: flex; align-items: center; gap: 10px; padding: 10px 12px; border-radius: 10px; text-decoration: none; color: var(--text); font-size: 13px; font-weight: 500; transition: background .2s; }
.cm-drop-item:hover { background: var(--light); }
.cm-di-icon { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
.cm-nav-right { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.cm-btn-login { display: inline-flex; align-items: center; gap: 8px; background: var(--grad2); color: white !important; text-decoration: none; padding: 10px 22px; border-radius: 12px; font-size: 14px; font-weight: 600; transition: all .3s; white-space: nowrap; border: none; cursor: none; }
.cm-btn-login:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(91,33,245,.35); color: white; }
.cm-hamburger { display: none; flex-direction: column; gap: 5px; background: var(--light); border: none; border-radius: 10px; padding: 10px 12px; cursor: none; transition: background .2s; }
.cm-bar { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: all .3s; }
.cm-hamburger.cm-open .cm-bar:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.cm-hamburger.cm-open .cm-bar:nth-child(2) { opacity: 0; }
.cm-hamburger.cm-open .cm-bar:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.cm-drawer { position: fixed; top: 0; right: -310px; width: 290px; height: 100%; background: white; z-index: 99999; padding: 24px 20px; display: flex; flex-direction: column; gap: 20px; transition: right .35s cubic-bezier(.4,0,.2,1); box-shadow: -8px 0 40px rgba(0,0,0,.12); }
.cm-drawer.cm-open { right: 0; }
.cm-drawer-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 99998; opacity: 0; visibility: hidden; transition: all .3s; }
.cm-drawer-overlay.cm-open { opacity: 1; visibility: visible; }
.cm-drawer-top { display: flex; align-items: center; justify-content: space-between; }
.cm-drawer-close { width: 36px; height: 36px; background: var(--light); border: none; border-radius: 50%; cursor: none; font-size: 16px; color: var(--text); display: flex; align-items: center; justify-content: center; transition: all .2s; }
.cm-drawer-close:hover { background: var(--primary); color: white; }
.cm-drawer-nav { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.cm-drawer-link { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 12px; text-decoration: none; color: var(--text); font-size: 15px; font-weight: 500; transition: all .2s; }
.cm-drawer-link:hover { background: var(--primary-light); color: var(--primary); }
.cm-drawer-link i { width: 20px; color: var(--primary); }
.cm-drawer-footer { border-top: 1px solid var(--border); padding-top: 16px; }

/* =====================================================
   HERO
   ===================================================== */
.cm-hero { min-height: 100vh; background: var(--light); position: relative; overflow: hidden; display: flex; align-items: center; padding: 140px 0 80px; }
.cm-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.cm-hero-mesh { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(91,33,245,.05) 1px, transparent 1px); background-size: 28px 28px; animation: cm-mesh-drift 20s ease-in-out infinite; }
@keyframes cm-mesh-drift { 0%, 100% { background-position: 0 0; } 50% { background-position: 14px 14px; } }
.cm-hero-glow { position: absolute; border-radius: 50%; filter: blur(120px); }
.cm-hg1 { width: 700px; height: 700px; background: #5B21F5; opacity: .07; top: -300px; right: -200px; animation: cm-glow-drift 15s ease-in-out infinite; }
.cm-hg2 { width: 500px; height: 500px; background: #06B6D4; opacity: .06; bottom: -200px; left: -150px; animation: cm-glow-drift 15s ease-in-out infinite 5s; }
.cm-hg3 { width: 350px; height: 350px; background: #9333EA; opacity: .06; top: 30%; right: 5%; animation: cm-glow-drift 15s ease-in-out infinite 10s; }
@keyframes cm-glow-drift { 0%, 100% { transform: translate(0,0) scale(1); } 33% { transform: translate(30px,-20px) scale(1.1); } 66% { transform: translate(-20px,30px) scale(.9); } }
.cm-hero-svg-lines { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .4; }
.cm-svg-line { fill: none; stroke-width: 1.5; stroke-dasharray: 8 4; }
.cm-sl1 { stroke: rgba(91,33,245,.2); animation: cm-line-flow 8s linear infinite; }
.cm-sl2 { stroke: rgba(6,182,212,.2); animation: cm-line-flow 10s linear infinite 2s; }
.cm-sl3 { stroke: rgba(147,51,234,.15); animation: cm-line-flow 12s linear infinite 4s; }
.cm-sl4 { stroke: rgba(16,185,129,.12); animation: cm-line-flow 14s linear infinite 6s; }
@keyframes cm-line-flow { 0% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -80; } }

/* =====================================================
   FLOATING BALLS - Mobile Smaller
   ===================================================== */
.cm-floating-balls { position: absolute; inset: 0; pointer-events: none; z-index: 1; overflow: hidden; }
.cm-ball { position: absolute; border-radius: 50%; filter: blur(1px); }
.cm-ball-1 { width: 60px; height: 60px; background: radial-gradient(circle at 35% 35%, rgba(139,92,246,.6), rgba(91,33,245,.2)); border: 1px solid rgba(139,92,246,.3); top: 15%; left: 8%; animation: cm-ball-float-1 8s ease-in-out infinite, cm-ball-glow 4s ease-in-out infinite; box-shadow: 0 0 30px rgba(139,92,246,.3), inset 0 0 20px rgba(255,255,255,.1); }
.cm-ball-2 { width: 38px; height: 38px; background: radial-gradient(circle at 35% 35%, rgba(6,182,212,.5), rgba(6,182,212,.15)); border: 1px solid rgba(6,182,212,.3); top: 60%; left: 3%; animation: cm-ball-float-2 10s ease-in-out infinite 1s; box-shadow: 0 0 20px rgba(6,182,212,.25); }
.cm-ball-3 { width: 26px; height: 26px; background: radial-gradient(circle at 35% 35%, rgba(16,185,129,.5), rgba(16,185,129,.1)); border: 1px solid rgba(16,185,129,.3); top: 25%; left: 45%; animation: cm-ball-float-3 7s ease-in-out infinite 2s; box-shadow: 0 0 15px rgba(16,185,129,.3); }
.cm-ball-4 { width: 75px; height: 75px; background: radial-gradient(circle at 40% 40%, rgba(147,51,234,.3), rgba(91,33,245,.05)); border: 1px solid rgba(147,51,234,.15); top: 10%; right: 5%; animation: cm-ball-float-4 12s ease-in-out infinite 0.5s; box-shadow: 0 0 40px rgba(147,51,234,.2); }
.cm-ball-5 { width: 20px; height: 20px; background: radial-gradient(circle at 35% 35%, rgba(245,158,11,.6), rgba(245,158,11,.15)); border: 1px solid rgba(245,158,11,.3); top: 70%; right: 12%; animation: cm-ball-float-5 6s ease-in-out infinite 3s; box-shadow: 0 0 12px rgba(245,158,11,.3); }
.cm-ball-6 { width: 45px; height: 45px; background: radial-gradient(circle at 35% 35%, rgba(236,72,153,.4), rgba(236,72,153,.1)); border: 1px solid rgba(236,72,153,.2); bottom: 15%; left: 15%; animation: cm-ball-float-6 9s ease-in-out infinite 1.5s; box-shadow: 0 0 25px rgba(236,72,153,.2); }
.cm-ball-7 { width: 32px; height: 32px; background: radial-gradient(circle at 35% 35%, rgba(91,33,245,.5), rgba(91,33,245,.1)); border: 1px solid rgba(91,33,245,.25); top: 5%; left: 55%; animation: cm-ball-float-7 11s ease-in-out infinite 2.5s; box-shadow: 0 0 18px rgba(91,33,245,.3); }
.cm-ball-8 { width: 52px; height: 52px; background: radial-gradient(circle at 40% 40%, rgba(6,182,212,.35), rgba(6,182,212,.05)); border: 1px solid rgba(6,182,212,.15); bottom: 5%; right: 30%; animation: cm-ball-float-8 13s ease-in-out infinite 4s; box-shadow: 0 0 28px rgba(6,182,212,.2); }
@keyframes cm-ball-float-1 { 0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); } 25% { transform: translateY(-25px) translateX(10px) rotate(5deg); } 50% { transform: translateY(-15px) translateX(-8px) rotate(-3deg); } 75% { transform: translateY(-35px) translateX(5px) rotate(8deg); } }
@keyframes cm-ball-float-2 { 0%, 100% { transform: translateY(0) translateX(0) scale(1); } 33% { transform: translateY(-20px) translateX(15px) scale(1.05); } 66% { transform: translateY(-10px) translateX(-10px) scale(.95); } }
@keyframes cm-ball-float-3 { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-30px) rotate(180deg); } }
@keyframes cm-ball-float-4 { 0%, 100% { transform: translateY(0) translateX(0) scale(1); } 40% { transform: translateY(-40px) translateX(-20px) scale(1.08); } 70% { transform: translateY(-20px) translateX(10px) scale(.95); } }
@keyframes cm-ball-float-5 { 0%, 100% { transform: translateY(0) rotate(0deg) scale(1); } 25% { transform: translateY(-18px) rotate(90deg) scale(1.1); } 75% { transform: translateY(-8px) rotate(270deg) scale(.9); } }
@keyframes cm-ball-float-6 { 0%, 100% { transform: translateY(0) translateX(0); } 50% { transform: translateY(-28px) translateX(20px); } }
@keyframes cm-ball-float-7 { 0%, 100% { transform: translateY(0) scale(1); } 30% { transform: translateY(-22px) scale(1.12); } 60% { transform: translateY(-8px) scale(.9); } }
@keyframes cm-ball-float-8 { 0%, 100% { transform: translateY(0) translateX(0) rotate(0deg); } 50% { transform: translateY(-15px) translateX(-25px) rotate(10deg); } }
@keyframes cm-ball-glow { 0%, 100% { box-shadow: 0 0 30px rgba(139,92,246,.3); } 50% { box-shadow: 0 0 60px rgba(139,92,246,.6), 0 0 100px rgba(139,92,246,.2); } }

.cm-hero-row { min-height: calc(100vh - 220px); }
.cm-hero-left { padding-right: 40px; position: relative; z-index: 2; }
.cm-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(91,33,245,.08); border: 1px solid rgba(91,33,245,.2); color: var(--primary); padding: 8px 18px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 24px; }
.cm-badge-dot { width: 8px; height: 8px; background: var(--primary); border-radius: 50%; flex-shrink: 0; animation: cm-live-pulse 2s ease-in-out infinite; }
@keyframes cm-live-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.6); opacity: .5; } }
.cm-hero-h1 { font-family: var(--font2); font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 900; color: var(--text); line-height: 1.08; margin-bottom: 22px; }
.cm-grad-text { background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cm-shimmer-text { background: linear-gradient(90deg, #5B21F5, #9333EA, #06B6D4, #5B21F5); background-size: 300% 100%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: cm-shimmer 4s ease-in-out infinite; }
@keyframes cm-shimmer { 0% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
.cm-hero-sub { font-size: 1.05rem; color: var(--muted); max-width: 500px; line-height: 1.85; margin-bottom: 36px; }
.cm-hero-cta { display: flex; gap: 12px; flex-wrap: nowrap; margin-bottom: 28px; align-items: center; }
.cm-btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--grad2); color: white !important; text-decoration: none; padding: 13px 26px; border-radius: 12px; font-size: 14px; font-weight: 700; border: none; cursor: none; white-space: nowrap; position: relative; overflow: hidden; transition: all .3s ease; flex-shrink: 0; }
.cm-btn-primary::after { content: ''; position: absolute; top: -50%; left: -60%; width: 40%; height: 200%; background: rgba(255,255,255,.2); transform: skewX(-20deg); animation: cm-btn-shine 3s ease-in-out infinite; }
@keyframes cm-btn-shine { 0% { left: -60%; } 60%, 100% { left: 120%; } }
.cm-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(91,33,245,.4); color: white; }
.cm-btn-outline { display: inline-flex; align-items: center; gap: 8px; border: 2px solid rgba(91,33,245,.3); color: var(--primary) !important; text-decoration: none; padding: 12px 22px; border-radius: 12px; font-size: 14px; font-weight: 600; background: rgba(91,33,245,.04); transition: all .3s; white-space: nowrap; flex-shrink: 0; cursor: none; }
.cm-btn-outline:hover { background: var(--primary); color: white !important; border-color: var(--primary); transform: translateY(-3px); }
.cm-trust-row { display: flex; gap: 10px; flex-wrap: nowrap; padding-top: 22px; border-top: 1px solid var(--border); overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none; scroll-snap-type: x mandatory; }
.cm-trust-row::-webkit-scrollbar { display: none; }
.cm-trust-pill { display: flex; align-items: center; gap: 10px; background: white; border: 1px solid var(--border); border-radius: 12px; padding: 10px 14px; flex-shrink: 0; min-width: 140px; box-shadow: 0 4px 16px rgba(0,0,0,.04); scroll-snap-align: start; transition: all .3s; }
.cm-trust-pill:hover { border-color: var(--primary); box-shadow: var(--shadow); }
.cm-tp-icon { width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: white; font-size: 15px; }
.cm-tp-purple { background: linear-gradient(135deg, #5B21F5, #9333EA); }
.cm-tp-yellow { background: linear-gradient(135deg, #f59e0b, #d97706); }
.cm-tp-green { background: linear-gradient(135deg, #10b981, #059669); }
.cm-tp-text strong { display: block; font-size: 12px; font-weight: 700; color: var(--text); line-height: 1.3; }
.cm-tp-text span { font-size: 10px; color: var(--muted); display: block; }

/* PHONE STAGE */
.cm-phone-stage { position: relative; display: flex; justify-content: center; align-items: center; padding: 60px 40px; }
.cm-orbit { position: absolute; border-radius: 50%; border: 1.5px dashed rgba(91,33,245,.15); }
.cm-orbit-1 { width: 380px; height: 380px; animation: cm-orbit-spin 20s linear infinite; }
.cm-orbit-2 { width: 520px; height: 520px; animation: cm-orbit-spin 30s linear infinite reverse; }
@keyframes cm-orbit-spin { to { transform: rotate(360deg); } }
.cm-phone-bg-glow { position: absolute; width: 350px; height: 350px; background: radial-gradient(circle, rgba(91,33,245,.2) 0%, transparent 70%); border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%); animation: cm-glow-pulse 4s ease-in-out infinite; pointer-events: none; }
@keyframes cm-glow-pulse { 0%, 100% { transform: translate(-50%,-50%) scale(1); opacity: .8; } 50% { transform: translate(-50%,-50%) scale(1.3); opacity: 1; } }
.cm-chip { position: absolute; z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 4px; animation: cm-chip-float 4s ease-in-out infinite; }
.cm-chip-icon { width: 48px; height: 48px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: 0 8px 24px rgba(0,0,0,.1); }
.cm-chip-label { font-size: 10px; font-weight: 700; color: var(--text); }
.cm-chip-1 { top: 8%; left: 0%; animation-delay: 0s; }
.cm-chip-2 { top: 8%; right: 0%; animation-delay: 1s; }
.cm-chip-3 { bottom: 15%; left: 0%; animation-delay: 2s; }
.cm-chip-4 { bottom: 15%; right: 0%; animation-delay: 3s; }
@keyframes cm-chip-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-14px); } }
.cm-phone-wrap { position: relative; z-index: 3; }
.cm-phone-glow-ring { position: absolute; inset: -20px; border-radius: 54px; background: var(--grad); opacity: .12; animation: cm-ring-glow 3s ease-in-out infinite; filter: blur(20px); }
@keyframes cm-ring-glow { 0%, 100% { opacity: .12; transform: scale(1); } 50% { opacity: .22; transform: scale(1.05); } }
.cm-phone-body { width: 240px; background: linear-gradient(160deg, #1a1a3e, #2d1b69); border-radius: 20px; padding: 3px 2px; box-shadow: 0 50px 100px rgba(91,33,245,.3), 0 0 0 1px rgba(255,255,255,.1), inset 0 1px 0 rgba(255,255,255,.15); position: relative; animation: cm-phone-float 5s ease-in-out infinite; }
@keyframes cm-phone-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }
.cm-phone-island { width: 70px; height: 6px; background: rgba(0,0,0,.6); border-radius: 3px; margin: 0 auto 10px; }
.cm-phone-display { border-radius: 20px; overflow: hidden; background: #fff; }
.cm-phone-screen-img { width: 100%; display: block; padding: 0; margin: 0; object-fit: cover; }
.cm-phone-btn-r { position: absolute; right: -4px; top: 30%; width: 4px; height: 60px; background: rgba(255,255,255,.15); border-radius: 0 4px 4px 0; }
.cm-phone-btn-l1 { position: absolute; left: -4px; top: 25%; width: 4px; height: 30px; background: rgba(255,255,255,.15); border-radius: 4px 0 0 4px; }
.cm-phone-btn-l2 { position: absolute; left: -4px; top: 40%; width: 4px; height: 50px; background: rgba(255,255,255,.15); border-radius: 4px 0 0 4px; }
.cm-txn-card { position: absolute; z-index: 6; background: white; border-radius: 14px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; box-shadow: 0 16px 48px rgba(0,0,0,.12); min-width: 155px; animation: cm-txn-float 5s ease-in-out infinite; }
.cm-tc-left { left: -8%; top: 30%; animation-delay: 0s; }
.cm-tc-right { right: -8%; top: 25%; animation-delay: 2s; }
.cm-tc-bottom { bottom: -5%; left: 50%; transform: translateX(-50%); animation: cm-txn-float-c 5s ease-in-out infinite 1s; }
@keyframes cm-txn-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes cm-txn-float-c { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-10px); } }
.cm-txn-icon { width: 36px; height: 36px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; color: white; flex-shrink: 0; }
.cm-ti-green { background: linear-gradient(135deg, #10b981, #059669); }
.cm-ti-blue { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
.cm-ti-purple { background: var(--grad); }
.cm-txn-info strong { display: block; font-size: 12px; font-weight: 700; color: var(--text); }
.cm-txn-info small { font-size: 10px; color: var(--muted); }
.cm-hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; line-height: 0; }
.cm-hero-wave svg { display: block; width: 100%; height: 60px; }

/* =====================================================
   SECTIONS GENERAL
   ===================================================== */
.cm-section { padding: 100px 0; }
.cm-sec-label { font-size: 11px; font-weight: 700; color: var(--primary); letter-spacing: 3px; text-transform: uppercase; display: block; margin-bottom: 12px; }
.cm-sec-label-light { color: rgba(255,255,255,.6); }
.cm-sec-title { font-family: var(--font2); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; color: var(--text); line-height: 1.2; margin-bottom: 0; }
.cm-title-light { color: white; }
.cm-sec-head { margin-bottom: 48px; }
.cm-sec-divider { width: 48px; height: 4px; background: var(--grad); border-radius: 2px; margin: 16px auto 0; }
.cm-sec-head:not(.text-center) .cm-sec-divider { margin-left: 0; }

/* =====================================================
   SERVICES - No Arrow
   ===================================================== */
.cm-services-sec { background: white; }
.cm-svc-card { background: white; border: 1.5px solid var(--border); border-radius: var(--radius); padding: 22px 18px; text-align: center; transition: all .35s cubic-bezier(.4,0,.2,1); height: 100%; cursor: none; position: relative; overflow: hidden; }
.cm-svc-card:hover { border-color: var(--primary); box-shadow: var(--shadow-lg); transform: translateY(-8px); }
.cm-svc-icon { width: 60px; height: 60px; background: var(--svc-bg, var(--primary-light)); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 26px; color: var(--svc-color, var(--primary)); transition: all .3s; }
.cm-svc-card:hover .cm-svc-icon { transform: scale(1.1) rotate(-5deg); }
.cm-svc-card h6 { font-size: 13px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.cm-svc-card p { font-size: 11px; color: var(--muted); margin: 0; line-height: 1.5; }

/* =====================================================
   STATS
   ===================================================== */
.cm-stats-sec { background: var(--navy); padding: 60px 0; }
.cm-stats-grid { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 32px; }
.cm-stat { text-align: center; }
.cm-stat-icon { width: 48px; height: 48px; background: rgba(91,33,245,.2); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #a78bfa; margin: 0 auto 10px; }
.cm-stat-num { font-family: var(--font2); font-size: 2.4rem; font-weight: 900; background: var(--grad); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 6px; }
.cm-stat-label { font-size: 13px; color: rgba(255,255,255,.55); }
.cm-stat-sep { width: 1px; height: 60px; background: rgba(255,255,255,.1); }

/* =====================================================
   ABOUT
   ===================================================== */
.cm-about-sec { background: var(--light); }
.cm-about-visual { position: relative; display: inline-block; width: 100%; }
.cm-about-bg-shape { position: absolute; inset: -16px; background: var(--grad); border-radius: var(--radius-xl); opacity: .08; }
.cm-about-img { width: 100%; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); position: relative; z-index: 1; }
.cm-about-badge { position: absolute; z-index: 2; background: white; border-radius: 14px; padding: 12px 16px; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow); animation: cm-chip-float 4s ease-in-out infinite; }
.cm-ab1 { bottom: -20px; left: -20px; }
.cm-ab2 { top: -20px; right: -20px; animation-delay: 2s; }
.cm-about-badge i { font-size: 22px; color: var(--primary); }
.cm-about-badge strong { display: block; font-size: 12px; font-weight: 700; color: var(--text); }
.cm-about-badge small { font-size: 10px; color: var(--muted); }
.cm-about-desc { font-size: 15px; color: var(--muted); line-height: 1.9; margin: 16px 0 24px; }
.cm-about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 8px; }
.cm-af-item { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 500; color: var(--text); }
.cm-af-item i { color: var(--accent); flex-shrink: 0; }

/* =====================================================
   SCREENSHOTS - Swiper (4 visible, NO next button)
   ===================================================== */
.cm-shots-sec { background: linear-gradient(160deg, #0A0E2E 0%, #111544 40%, #1a1040 100%); padding: 100px 0 80px; overflow: hidden; }
.cm-shots-wrap { padding: 20px 0 70px; position: relative; }
.cm-shots-swiper { padding: 20px 40px 60px !important; overflow: visible !important; }
.cm-shot-slide { position: relative; display: flex; justify-content: center; padding: 10px 8px; transition: transform .5s ease; }
.cm-shot-phone { background: linear-gradient(160deg, #1e1b4b, #2d1b69, #1a1a3e); border-radius: 36px; padding: 12px 10px 16px; box-shadow: 0 30px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.08), inset 0 1px 0 rgba(255,255,255,.12); position: relative; width: 100%; max-width: 200px; margin: 0 auto; transition: transform .4s ease, box-shadow .4s ease; }
.swiper-slide-active .cm-shot-phone, .cm-shot-slide:hover .cm-shot-phone { transform: translateY(-12px) scale(1.04); box-shadow: 0 50px 100px rgba(91,33,245,.4), 0 0 0 1px rgba(255,255,255,.15), 0 0 40px rgba(91,33,245,.2); }
.cm-shot-phone-notch { width: 60px; height: 6px; background: rgba(0,0,0,.7); border-radius: 3px; margin: 0 auto 8px; }
.cm-shot-phone-screen { border-radius: 24px; overflow: hidden; background: linear-gradient(135deg, #1a1a3e, #2d1b69); line-height: 0; }
/* Screenshot image - ZERO PADDING */
.cm-shot-phone-screen img { width: 100%; display: block; padding: 0; margin: 0; border: none; object-fit: cover; min-height: 320px; border-radius: 24px; }
.cm-shot-phone-home { width: 40px; height: 5px; background: rgba(255,255,255,.2); border-radius: 3px; margin: 10px auto 0; }
.cm-shot-phone-btn-r { position: absolute; right: -4px; top: 28%; width: 4px; height: 55px; background: rgba(255,255,255,.12); border-radius: 0 4px 4px 0; }
.cm-shot-phone-btn-l { position: absolute; left: -4px; top: 22%; width: 4px; height: 40px; background: rgba(255,255,255,.12); border-radius: 4px 0 0 4px; }
/* Only PREV arrow - next is hidden */
.cm-shots-prev { width: 48px !important; height: 48px !important; background: rgba(255,255,255,.1) !important; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.2) !important; border-radius: 50% !important; color: white !important; box-shadow: 0 8px 24px rgba(0,0,0,.3) !important; transition: all .3s ease !important; top: 45% !important; }
.cm-shots-prev::after { font-size: 14px !important; font-weight: 700 !important; }
.cm-shots-prev:hover { background: var(--primary) !important; border-color: var(--primary) !important; transform: translateY(-50%) scale(1.1) !important; box-shadow: 0 12px 32px rgba(91,33,245,.4) !important; }
/* HIDE next button completely */
.cm-shots-next { display: none !important; }
.cm-shots-dots { bottom: 20px !important; }
.cm-shots-dots .swiper-pagination-bullet { background: rgba(255,255,255,.3) !important; width: 8px !important; height: 8px !important; }
.cm-shots-dots .swiper-pagination-bullet-active { background: var(--primary) !important; width: 28px !important; border-radius: 4px !important; }

/* =====================================================
   DOWNLOAD SECTION
   ===================================================== */
.cm-dl-sec { padding: 80px 0; background: white; }
.cm-dl-card { background: var(--navy); border-radius: var(--radius-xl); padding: 60px; position: relative; overflow: hidden; }
.cm-dl-bg { position: absolute; inset: 0; pointer-events: none; }
.cm-dl-blob { position: absolute; border-radius: 50%; filter: blur(80px); }
.cm-dlb1 { width: 400px; height: 400px; background: var(--primary); opacity: .1; top: -100px; right: -100px; animation: cm-glow-pulse 8s ease-in-out infinite; }
.cm-dlb2 { width: 300px; height: 300px; background: var(--secondary); opacity: .1; bottom: -80px; left: -80px; animation: cm-glow-pulse 8s ease-in-out infinite 4s; }
.cm-dl-dots-bg { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.04) 1px, transparent 1px); background-size: 24px 24px; }
.cm-dl-particles { position: absolute; inset: 0; pointer-events: none; }
.cm-dl-desc { color: rgba(255,255,255,.7); margin: 20px 0 32px; font-size: 15px; }
.cm-grad-text-light { background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,255,255,.5)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.cm-store-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.cm-store-btn { display: inline-flex; align-items: center; gap: 14px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 16px; padding: 14px 22px; color: white !important; text-decoration: none; position: relative; overflow: hidden; transition: all .4s cubic-bezier(.4,0,.2,1); min-width: 170px; backdrop-filter: blur(10px); cursor: none; }
.cm-sb-ripple { position: absolute; inset: 0; border-radius: 16px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.08), transparent); transform: translateX(-100%); transition: transform .6s ease; }
.cm-store-btn:hover .cm-sb-ripple { transform: translateX(100%); }
.cm-store-btn:hover { background: rgba(255,255,255,.15); border-color: rgba(255,255,255,.3); transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.cm-sb-icon { font-size: 32px; flex-shrink: 0; transition: transform .3s; }
.cm-store-btn:hover .cm-sb-icon { transform: scale(1.15) rotate(-5deg); }
.cm-sb-text small { display: block; font-size: 10px; opacity: .7; text-transform: uppercase; letter-spacing: .5px; }
.cm-sb-text strong { display: block; font-size: 17px; font-weight: 700; }
.cm-store-google .cm-sb-icon { color: #34A853; }
.cm-store-apple .cm-sb-icon { color: #f1f1f1; }

/* Bottom Glow CTA */
.cm-dl-bottom-glow-wrap { position: relative; margin-top: 8px; }
.cm-dl-bottom-glow { position: absolute; inset: -20px; background: radial-gradient(ellipse at center, rgba(91,33,245,.6) 0%, rgba(147,51,234,.4) 30%, transparent 70%); border-radius: 20px; animation: cm-bottom-glow-pulse 2.5s ease-in-out infinite; pointer-events: none; z-index: 0; filter: blur(12px); }
@keyframes cm-bottom-glow-pulse { 0%, 100% { opacity: .7; transform: scale(1); } 50% { opacity: 1; transform: scale(1.08); } }
.cm-dl-mega-cta { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; background: linear-gradient(135deg, #5B21F5, #9333EA, #7C3AED); background-size: 200% 200%; border: 2px solid rgba(255,255,255,.25); border-radius: 16px; padding: 18px 28px; text-decoration: none; color: white !important; transition: all .4s cubic-bezier(.4,0,.2,1); overflow: hidden; animation: cm-mega-grad 4s ease-in-out infinite; cursor: none; }
@keyframes cm-mega-grad { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
.cm-dlm-ripple { position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.15), transparent); transform: translateX(-100%); animation: cm-dlm-shimmer 2.5s ease-in-out infinite; }
@keyframes cm-dlm-shimmer { 0% { transform: translateX(-100%); } 100% { transform: translateX(100%); } }
.cm-dl-mega-cta:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 25px 60px rgba(91,33,245,.6), 0 0 0 4px rgba(91,33,245,.3); border-color: rgba(255,255,255,.4); color: white; }
.cm-dlm-icon { width: 50px; height: 50px; flex-shrink: 0; background: rgba(255,255,255,.2); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; backdrop-filter: blur(5px); animation: cm-dlm-bounce 2s ease-in-out infinite; }
@keyframes cm-dlm-bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } }
.cm-dlm-text { flex: 1; }
.cm-dlm-text strong { display: block; font-size: 16px; font-weight: 800; line-height: 1.3; }
.cm-dlm-badge { background: rgba(255,255,255,.25); border: 1px solid rgba(255,255,255,.4); color: white; font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 8px; letter-spacing: 1px; animation: cm-badge-pulse 2s ease-in-out infinite; }
@keyframes cm-badge-pulse { 0%, 100% { opacity: 1; } 50% { opacity: .7; } }
.cm-dl-phone-wrap { position: relative; display: inline-block; }
.cm-dl-phone-glow { position: absolute; inset: -30px; background: radial-gradient(circle, rgba(91,33,245,.35) 0%, transparent 65%); border-radius: 50%; pointer-events: none; animation: cm-glow-pulse 4s ease-in-out infinite; }
.cm-dl-phone-glow-2 { position: absolute; inset: -60px; background: radial-gradient(circle, rgba(147,51,234,.15) 0%, transparent 60%); border-radius: 50%; pointer-events: none; animation: cm-glow-pulse 4s ease-in-out infinite 2s; }
.cm-dl-phone-img { height: 300px; position: relative; z-index: 1; filter: drop-shadow(0 30px 60px rgba(91,33,245,.4)); animation: cm-phone-float 5s ease-in-out infinite; }

/* =====================================================
   TESTIMONIALS
   ===================================================== */
.cm-testi-sec { background: var(--light); }
.cm-testi-swiper { padding: 10px 4px 60px; }
.cm-testi-card { background: white; border: 1.5px solid var(--border); border-radius: var(--radius-lg); padding: 32px; height: 100%; transition: all .3s; }
.cm-testi-card:hover { border-color: var(--primary); box-shadow: var(--shadow); transform: translateY(-4px); }
.cm-testi-quote { width: 38px; height: 38px; background: var(--primary-light); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--primary); font-size: 15px; margin-bottom: 14px; }
.cm-testi-stars { color: #FBBF24; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.cm-testi-card > p { font-size: 14px; color: var(--muted); line-height: 1.85; margin-bottom: 20px; }
.cm-testi-author { display: flex; align-items: center; gap: 12px; }
.cm-testi-av { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 17px; font-weight: 700; color: white; flex-shrink: 0; }
.cm-testi-author strong { display: block; font-size: 14px; font-weight: 700; color: var(--text); }
.cm-testi-author small { font-size: 12px; color: var(--muted); }
.cm-swiper-dots .swiper-pagination-bullet { background: var(--border); width: 8px; height: 8px; }
.cm-swiper-dots .swiper-pagination-bullet-active { background: var(--primary); width: 24px; border-radius: 4px; }
.cm-swiper-prev, .cm-swiper-next { width: 44px !important; height: 44px !important; background: white !important; border: 1.5px solid var(--border) !important; border-radius: 50% !important; color: var(--primary) !important; box-shadow: var(--shadow) !important; }
.cm-swiper-prev::after, .cm-swiper-next::after { font-size: 13px !important; font-weight: 700 !important; }
.cm-swiper-prev:hover, .cm-swiper-next:hover { background: var(--primary) !important; color: white !important; border-color: var(--primary) !important; }

/* =====================================================
   BRANDS MARQUEE
   ===================================================== */
.cm-brands-sec { padding: 60px 0; background: white; overflow: hidden; }
.cm-brands-marquee-wrap { overflow: hidden; mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%); }
.cm-brands-track { display: flex; gap: 16px; width: max-content; animation: cm-marquee 22s linear infinite; }
@keyframes cm-marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
.cm-brand-card { display: flex; align-items: center; justify-content: center; background: hsl(var(--bh, 260deg), 70%, 97%); border: 2px solid hsl(var(--bh, 260deg), 60%, 88%); border-radius: 16px; padding: 14px 22px; box-shadow: 0 4px 16px hsl(var(--bh, 260deg), 50%, 85%,.3); min-width: 110px; transition: all .3s; }
.cm-brand-card:hover { transform: translateY(-5px) scale(1.06); }
.cm-brand-card img { height: 36px; object-fit: contain; padding: 0; margin: 0; }

/* =====================================================
   NEWSLETTER
   ===================================================== */
.cm-nl-sec { padding: 48px 0; background: var(--light); border-top: 1px solid var(--border); }
.cm-nl-card { background: white; border: 1.5px solid var(--border); border-radius: var(--radius-xl); padding: 32px 40px; display: flex; align-items: center; gap: 28px; flex-wrap: wrap; box-shadow: var(--shadow); }
.cm-nl-left { display: flex; align-items: center; gap: 20px; flex: 1; min-width: 220px; }
.cm-nl-icon { width: 52px; height: 52px; background: var(--grad); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: white; flex-shrink: 0; }
.cm-nl-left h4 { font-size: 17px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.cm-nl-left p { font-size: 13px; color: var(--muted); margin: 0; }
.cm-nl-form { display: flex; gap: 10px; flex: 1.5; min-width: 260px; }
.cm-nl-input { flex: 1; border: 1.5px solid var(--border); border-radius: 10px; padding: 13px 16px; font-size: 14px; font-family: var(--font); outline: none; transition: all .2s; background: var(--light); }
.cm-nl-input:focus { border-color: var(--primary); background: white; box-shadow: 0 0 0 4px rgba(91,33,245,.08); }

/* =====================================================
   CONTACT
   ===================================================== */
.cm-contact-sec { background: white; }
.cm-contact-card, .cm-contact-info { background: white; border: 1.5px solid var(--border); border-radius: var(--radius-xl); padding: 40px; height: 100%; box-shadow: var(--shadow); }
.cm-contact-card h4, .cm-contact-info h4 { font-size: 1.1rem; font-weight: 700; color: var(--text); margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--border); }
.cm-fg { display: flex; flex-direction: column; gap: 6px; }
.cm-fg label { font-size: 13px; font-weight: 600; color: var(--text); }
.cm-fi-wrap { position: relative; }
.cm-fi-wrap i { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); font-size: 14px; }
.cm-fi { width: 100%; border: 1.5px solid var(--border); border-radius: 10px; padding: 13px 14px 13px 40px; font-size: 14px; font-family: var(--font); background: #FAFBFF; color: var(--text); outline: none; transition: all .2s; }
.cm-fi:focus { border-color: var(--primary); background: white; box-shadow: 0 0 0 4px rgba(91,33,245,.08); }
.cm-fi-ta { resize: none; padding-left: 14px; font-family: var(--font); }
.cm-ci-list { display: flex; flex-direction: column; gap: 12px; }
.cm-ci-row { display: flex; align-items: flex-start; gap: 14px; background: var(--light); border-radius: 12px; padding: 14px; border: 1px solid var(--border); }
.cm-ci-icon { width: 42px; height: 42px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: white; flex-shrink: 0; }
.cm-ci-row > div > label { font-size: 11px; font-weight: 600; color: var(--muted); display: block; margin-bottom: 2px; text-transform: uppercase; }
.cm-ci-row > div > span, .cm-ci-row > div > a { font-size: 14px; font-weight: 500; color: var(--text); text-decoration: none; }
.cm-ci-row > div > a:hover { color: var(--primary); }

/* =====================================================
   FOOTER
   ===================================================== */
.cm-footer { background: var(--navy); }
.cm-footer-top-wave { line-height: 0; background: white; }
.cm-footer-top-wave svg { display: block; width: 100%; }
.cm-footer-main { padding: 70px 0 50px; }
.cm-footer-logo { height: 52px; margin-bottom: 18px; display: block; }
.cm-footer-desc { font-size: 14px; color: rgba(255,255,255,.5); line-height: 1.85; margin-bottom: 24px; max-width: 280px; }
.cm-footer-socials { display: flex; gap: 8px; }
.cm-fs { width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: white; text-decoration: none; transition: all .3s; }
.cm-fs:hover { transform: translateY(-4px) scale(1.1); }
.cm-fs-fb { background: #1877F2; }
.cm-fs-tw { background: #1DA1F2; }
.cm-fs-ig { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.cm-fs-yt { background: #FF0000; }
.cm-fs-li { background: #0A66C2; }
.cm-footer-h { font-size: 14px; font-weight: 700; color: white; margin-bottom: 18px; position: relative; padding-bottom: 10px; }
.cm-footer-h::after { content: ''; position: absolute; bottom: 0; left: 0; width: 28px; height: 2.5px; background: var(--grad); border-radius: 2px; }
.cm-footer-links { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.cm-footer-links li a { font-size: 13px; color: rgba(255,255,255,.5); text-decoration: none; display: flex; align-items: center; gap: 8px; transition: all .2s; }
.cm-footer-links li a i { font-size: 9px; color: var(--primary); }
.cm-footer-links li a:hover { color: white; padding-left: 4px; }
.cm-footer-address { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; color: rgba(255,255,255,.45); }
.cm-footer-address i { color: var(--primary); margin-top: 3px; flex-shrink: 0; }
.cm-footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding: 18px 0; }
.cm-footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.cm-footer-bottom p { font-size: 13px; color: rgba(255,255,255,.35); margin: 0; }
.cm-footer-bottom a { color: rgba(255,255,255,.6); text-decoration: none; }
.cm-footer-bottom a:hover { color: white; }
.cm-footer-apps { display: flex; flex-direction: column; gap: 8px; margin-top: 18px; }
.cm-footer-app-btn { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; padding: 8px 14px; color: white !important; text-decoration: none; transition: all .3s ease; cursor: pointer; }
.cm-footer-app-btn:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.25); transform: translateX(4px); color: white; }
.cm-footer-app-btn i { font-size: 20px; color: rgba(255,255,255,.8); }
.cm-footer-app-btn small { display: block; font-size: 9px; opacity: .6; text-transform: uppercase; letter-spacing: .5px; }
.cm-footer-app-btn strong { display: block; font-size: 13px; font-weight: 700; line-height: 1.2; }
.cm-footer-bottom-links { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.cm-footer-bottom-links a { font-size: 12px; color: rgba(255,255,255,.45); text-decoration: none; transition: color .2s; }
.cm-footer-bottom-links a:hover { color: white; }
.cm-footer-bottom-links span { color: rgba(255,255,255,.2); font-size: 12px; }
.cm-footer-payment-icons { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cm-pay-icon { width: 36px; height: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 15px; color: rgba(255,255,255,.6); transition: all .3s; }
.cm-pay-icon:hover { background: rgba(255,255,255,.15); color: white; transform: translateY(-2px); }

/* Back to Top */
.cm-back-top { position: fixed; bottom: 28px; right: 28px; width: 50px; height: 50px; background: var(--grad); border: none; border-radius: 50%; color: white; font-size: 16px; cursor: none; z-index: 9999; opacity: 0; transform: translateY(20px) scale(.8); transition: all .3s cubic-bezier(.4,0,.2,1); box-shadow: 0 8px 28px rgba(91,33,245,.4); display: flex; align-items: center; justify-content: center; }
.cm-back-top.cm-show { opacity: 1; transform: translateY(0) scale(1); }
.cm-back-top:hover { transform: translateY(-4px) scale(1.1); box-shadow: 0 16px 40px rgba(91,33,245,.5); }

/* =====================================================
   POLICIES PAGE
   ===================================================== */
.cm-pol-hero { background: linear-gradient(160deg, #0A0E2E 0%, #111544 50%, #1a1040 100%); padding: 160px 0 80px; position: relative; overflow: hidden; }
.cm-pol-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.cm-pol-blob { position: absolute; border-radius: 50%; filter: blur(100px); }
.cm-polb1 { width: 500px; height: 500px; background: #5B21F5; opacity: .1; top: -200px; right: -100px; animation: cm-blob-move 10s ease-in-out infinite; }
.cm-polb2 { width: 350px; height: 350px; background: #06B6D4; opacity: .08; bottom: -100px; left: -80px; animation: cm-blob-move 10s ease-in-out infinite 5s; }
.cm-pol-mesh { position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(255,255,255,.03) 1px, transparent 1px); background-size: 28px 28px; }
.cm-pol-hero-inner { text-align: center; position: relative; z-index: 2; }
.cm-pol-badge { display: inline-flex; align-items: center; gap: 10px; background: rgba(91,33,245,.2); border: 1px solid rgba(91,33,245,.4); color: #a78bfa; padding: 8px 20px; border-radius: 50px; font-size: 13px; font-weight: 600; margin-bottom: 24px; }
.cm-pol-badge i { font-size: 14px; }
.cm-pol-hero-title { font-family: var(--font2); font-size: clamp(2.5rem, 5vw, 4rem); font-weight: 900; color: white; margin-bottom: 16px; }
.cm-pol-hero-sub { font-size: 16px; color: rgba(255,255,255,.6); max-width: 580px; margin: 0 auto 28px; line-height: 1.8; }
.cm-pol-breadcrumb { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 50px; padding: 8px 20px; font-size: 13px; }
.cm-pol-breadcrumb a { color: rgba(255,255,255,.6); text-decoration: none; display: flex; align-items: center; gap: 6px; transition: color .2s; }
.cm-pol-breadcrumb a:hover { color: white; }
.cm-pol-breadcrumb i { font-size: 10px; color: rgba(255,255,255,.3); }
.cm-pol-breadcrumb span { color: white; font-weight: 600; }
.cm-pol-wave { line-height: 0; }
.cm-pol-wave svg { display: block; width: 100%; height: 50px; }

.cm-pol-sec { background: var(--light); padding: 60px 0 100px; }

/* Sidebar */
.cm-pol-sidebar { background: white; border-radius: var(--radius-xl); padding: 24px; box-shadow: var(--shadow); border: 1.5px solid var(--border); position: sticky; top: 100px; }
.cm-pol-sb-title { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 16px; padding-bottom: 14px; border-bottom: 1.5px solid var(--border); }
.cm-pol-sb-title i { color: var(--primary); }
.cm-pol-sb-nav { display: flex; flex-direction: column; gap: 4px; margin-bottom: 24px; }
.cm-pol-sb-link { display: flex; align-items: center; gap: 12px; padding: 11px 14px; border-radius: 12px; text-decoration: none; color: var(--muted); font-size: 13px; font-weight: 500; transition: all .2s; border: 1.5px solid transparent; }
.cm-pol-sb-link:hover, .cm-pol-sb-link.active { background: var(--primary-light); color: var(--primary); border-color: rgba(91,33,245,.15); }
.cm-pol-sb-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 13px; flex-shrink: 0; transition: transform .2s; }
.cm-pol-sb-link:hover .cm-pol-sb-icon { transform: scale(1.1); }
.cm-pol-sb-contact { background: var(--navy); border-radius: 16px; padding: 20px; text-align: center; }
.cm-pol-sb-contact-icon { width: 44px; height: 44px; background: rgba(91,33,245,.3); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #a78bfa; margin: 0 auto 12px; }
.cm-pol-sb-contact h6 { font-size: 14px; font-weight: 700; color: white; margin-bottom: 6px; }
.cm-pol-sb-contact p { font-size: 12px; color: rgba(255,255,255,.5); margin-bottom: 14px; line-height: 1.6; }

/* Policy Cards */
.cm-pol-card { background: white; border-radius: var(--radius-xl); margin-bottom: 24px; box-shadow: var(--shadow); border: 1.5px solid var(--border); overflow: hidden; transition: box-shadow .3s; }
.cm-pol-card:hover { box-shadow: var(--shadow-lg); }
.cm-pol-card-head { display: flex; align-items: center; gap: 18px; padding: 28px 32px; background: var(--pol-bg, #EEF2FF); border-bottom: 1.5px solid var(--border); }
.cm-pol-card-icon { width: 52px; height: 52px; background: var(--pol-color, #5B21F5); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 22px; color: white; flex-shrink: 0; box-shadow: 0 8px 24px rgba(0,0,0,.15); }
.cm-pol-card-head h2 { font-family: var(--font2); font-size: 1.3rem; font-weight: 800; color: var(--text); margin-bottom: 4px; }
.cm-pol-card-head span { font-size: 12px; color: var(--muted); }
.cm-pol-card-body { padding: 32px; }
.cm-pol-card-body p { font-size: 14px; color: var(--muted); line-height: 1.9; margin-bottom: 20px; }
.cm-pol-card-body h5 { font-size: 15px; font-weight: 700; color: var(--text); margin: 28px 0 12px; display: flex; align-items: center; gap: 10px; }
.cm-pol-card-body h5 i { color: var(--primary); font-size: 14px; }

/* Highlight boxes */
.cm-pol-highlight { display: flex; align-items: flex-start; gap: 12px; background: rgba(91,33,245,.05); border: 1px solid rgba(91,33,245,.15); border-radius: 12px; padding: 14px 18px; margin-bottom: 24px; font-size: 13px; color: var(--text); line-height: 1.7; }
.cm-pol-highlight i { color: var(--primary); font-size: 16px; flex-shrink: 0; margin-top: 2px; }
.cm-pol-hl-green { background: rgba(16,185,129,.05); border-color: rgba(16,185,129,.2); }
.cm-pol-hl-green i { color: #10b981; }
.cm-pol-hl-orange { background: rgba(245,158,11,.05); border-color: rgba(245,158,11,.2); }
.cm-pol-hl-orange i { color: #f59e0b; }
.cm-pol-hl-red { background: rgba(239,68,68,.05); border-color: rgba(239,68,68,.2); }
.cm-pol-hl-red i { color: #ef4444; }
.cm-pol-hl-blue { background: rgba(59,130,246,.05); border-color: rgba(59,130,246,.2); }
.cm-pol-hl-blue i { color: #3b82f6; }

/* Policy List */
.cm-pol-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.cm-pol-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--muted); line-height: 1.7; }
.cm-pol-list li i { color: var(--accent); flex-shrink: 0; margin-top: 4px; font-size: 13px; }

/* Policy Steps */
.cm-pol-steps { display: flex; flex-direction: column; gap: 12px; margin-bottom: 20px; }
.cm-pol-step { display: flex; align-items: flex-start; gap: 16px; background: var(--light); border-radius: 14px; padding: 16px 20px; border: 1px solid var(--border); transition: all .3s; }
.cm-pol-step:hover { border-color: var(--primary); background: var(--primary-light); }
.cm-pol-step-num { width: 36px; height: 36px; background: var(--grad); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; color: white; flex-shrink: 0; }
.cm-pol-step-text strong { display: block; font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 4px; }
.cm-pol-step-text span { font-size: 13px; color: var(--muted); }

/* Policy Table */
.cm-pol-table-wrap { overflow-x: auto; margin-bottom: 20px; border-radius: 12px; border: 1.5px solid var(--border); }
.cm-pol-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.cm-pol-table thead { background: var(--light); }
.cm-pol-table th { padding: 14px 18px; text-align: left; font-weight: 700; color: var(--text); font-size: 12px; text-transform: uppercase; letter-spacing: .5px; border-bottom: 1.5px solid var(--border); }
.cm-pol-table td { padding: 14px 18px; color: var(--muted); border-bottom: 1px solid var(--border); vertical-align: middle; }
.cm-pol-table tr:last-child td { border-bottom: none; }
.cm-pol-table tr:hover td { background: var(--light); }
.cm-pol-badge-tag { padding: 4px 10px; border-radius: 20px; font-size: 11px; font-weight: 700; }
.cm-ptag-blue { background: #EEF2FF; color: #5B21F5; }
.cm-ptag-green { background: #E8F5E9; color: #2E7D32; }
.cm-ptag-orange { background: #FFF3E0; color: #E65100; }
.cm-ptag-purple { background: #F3E5F5; color: #6A1B9A; }

/* Policy Contact Grid */
.cm-pol-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 20px; }
.cm-pol-contact-item { display: flex; align-items: flex-start; gap: 14px; background: var(--light); border-radius: 14px; padding: 18px; border: 1.5px solid var(--border); transition: all .3s; }
.cm-pol-contact-item:hover { border-color: var(--primary); }
.cm-pol-contact-item i { font-size: 22px; flex-shrink: 0; margin-top: 2px; }
.cm-pol-contact-item strong { display: block; font-size: 12px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.cm-pol-contact-item span, .cm-pol-contact-item a { font-size: 13px; font-weight: 500; color: var(--text); text-decoration: none; display: block; }
.cm-pol-contact-item a:hover { color: var(--primary); }

/* =====================================================
   RESPONSIVE
   ===================================================== */
@media(max-width: 1199px) {
    .cm-stat-sep { display: none; }
    .cm-stats-grid { justify-content: center; gap: 36px; }
}

@media(max-width: 991px) {
    body { cursor: auto; }
    .cm-cursor-dot, .cm-cursor-ring { display: none; }
    .cm-nav-links { display: none; }
    .cm-hamburger { display: flex; }
    .cm-desktop-only { display: none !important; }
    .cm-hero { padding: 120px 0 60px; }
    .cm-hero-left { padding-right: 0; margin-bottom: 40px; }
    .cm-phone-stage { padding: 40px 20px; }
    .cm-orbit, .cm-chip { display: none; }
    .cm-txn-card { display: none; }
    .cm-about-badge { display: none; }
    .cm-about-features { grid-template-columns: 1fr; }
    .cm-dl-card { padding: 40px 28px; }
    .cm-pol-sidebar { position: static; margin-bottom: 24px; }
    .cm-pol-contact-grid { grid-template-columns: 1fr; }
}

@media(max-width: 767px) {
    /* Floating balls smaller on mobile */
    .cm-ball-1 { width: 30px; height: 30px; }
    .cm-ball-2 { width: 20px; height: 20px; }
    .cm-ball-3 { width: 14px; height: 14px; }
    .cm-ball-4 { width: 38px; height: 38px; }
    .cm-ball-5 { width: 12px; height: 12px; }
    .cm-ball-6 { width: 22px; height: 22px; }
    .cm-ball-7 { width: 16px; height: 16px; }
    .cm-ball-8 { width: 26px; height: 26px; }
    /* Hide 24/7 pill and stat */
    .cm-trust-hide-mobile { display: none !important; }
    .cm-stat-hide-mobile { display: none !important; }
    .cm-hero-cta { gap: 8px; }
    .cm-btn-primary { padding: 11px 16px; font-size: 13px; }
    .cm-btn-outline { padding: 10px 14px; font-size: 13px; }
    .cm-trust-row { gap: 8px; }
    .cm-trust-pill { min-width: 130px; padding: 8px 10px; }
    .cm-tp-icon { width: 32px; height: 32px; font-size: 13px; }
    .cm-phone-body { width: 190px; }
    .cm-store-row { flex-direction: row; flex-wrap: nowrap; gap: 10px; overflow-x: auto; }
    .cm-store-btn { min-width: 150px; padding: 12px 14px; flex-shrink: 0; }
    .cm-sb-icon { font-size: 26px; }
    .cm-dl-phone-img { height: 220px; }
    .cm-contact-card, .cm-contact-info { padding: 24px; }
    .cm-footer-main { padding: 50px 0 40px; }
    .cm-footer-bottom-inner { flex-direction: column; text-align: center; gap: 16px; }
    .cm-footer-bottom-links { justify-content: center; }
    .cm-footer-payment-icons { justify-content: center; }
    .cm-footer-apps { flex-direction: row; flex-wrap: wrap; }
    .cm-pol-hero { padding: 130px 0 60px; }
    .cm-pol-card-head { padding: 20px 20px; flex-wrap: wrap; }
    .cm-pol-card-body { padding: 20px; }
    .cm-nl-card { flex-direction: column; padding: 24px; }
    .cm-nl-form { flex-direction: column; }
    .cm-footer-bottom p { font-size: 12px; }
    .cm-dl-mega-cta { padding: 14px 18px; gap: 12px; }
    .cm-dlm-icon { width: 42px; height: 42px; font-size: 18px; }
    .cm-dlm-text strong { font-size: 14px; }
}

@media(max-width: 480px) {
    .cm-hero-h1 { font-size: 1.9rem; }
    .cm-hero-cta { flex-wrap: wrap; }
    .cm-stats-grid { gap: 24px; }
    .cm-about-features { grid-template-columns: 1fr; }
    .cm-pol-contact-grid { grid-template-columns: 1fr; }
    .cm-pol-steps .cm-pol-step { flex-direction: column; gap: 10px; }
    .cm-shots-swiper { padding: 10px 16px 50px !important; }
}
