.cm-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px}.cm-feature-card{background:#fff;border-radius:20px;padding:28px;border:1px solid var(--gray-100);transition:all .4s ease;cursor:pointer;position:relative;overflow:hidden}.cm-feature-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary),var(--navy));transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.cm-feature-card:hover::before{transform:scaleX(1)}.cm-feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(0,0,0,.1)}.cm-feature-icon{width:128px;height:80px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px auto;background:0 0;overflow:visible}.cm-feature-icon img{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.18))}.cm-feature-icon.cm-red,.cm-feature-icon.cm-green,.cm-feature-icon.cm-blue,.cm-feature-icon.cm-yellow,.cm-feature-icon.cm-purple{background:0 0}.cm-feature-title{font-size:1.1rem;font-weight:700;color:var(--navy);margin-bottom:10px}.cm-feature-text{color:var(--gray-600);font-size:14px;line-height:1.6}.cm-feature-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.cm-popup-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,.75);backdrop-filter:blur(4px);cursor:pointer}.cm-popup-content{position:relative;background:#fff;border-radius:24px;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;padding:40px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);animation:popupSlideIn .3s ease-out}@keyframes popupSlideIn{from{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cm-popup-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:var(--gray-100,#f1f5f9);border-radius:50%;font-size:24px;color:var(--gray-500,#64748b);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.cm-popup-close:hover{background:var(--gray-200,#e2e8f0);color:var(--gray-700,#334155)}.cm-popup-icon-wrap{width:100px;height:100px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.cm-popup-icon-wrap img{width:64px;height:64px}.cm-popup-title{font-size:1.5rem;font-weight:800;color:var(--navy,#1e3a5f);text-align:center;margin-bottom:8px}.cm-popup-subtitle{font-size:1rem;color:var(--gray-500,#64748b);text-align:center;margin-bottom:24px}.cm-popup-body{color:var(--gray-600,#475569);line-height:1.7}.cm-popup-body p{margin-bottom:16px}.cm-popup-highlight{display:inline;padding:2px 8px;border-radius:4px;font-weight:600}.cm-popup-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0;padding:20px;background:var(--gray-50,#f8fafc);border-radius:16px}.cm-popup-stat{text-align:center}.cm-popup-stat-value{display:block;font-size:1.5rem;font-weight:800;line-height:1.2}.cm-popup-stat-label{display:block;font-size:12px;color:var(--gray-500,#64748b);margin-top:4px}.cm-popup-note{background:var(--gray-50,#f8fafc);border-radius:12px;padding:16px;font-size:14px;margin-top:20px;border-left:4px solid var(--gray-300,#cbd5e1)}@media(max-width:768px){.cm-features-grid{grid-template-columns:repeat(2,1fr);gap:12px}.cm-feature-card{padding:16px;border-radius:14px}.cm-feature-card:hover{transform:none}.cm-feature-icon{width:96px;height:60px;border-radius:8px;margin:0 auto 12px auto}.cm-feature-icon img{width:52px;height:52px}.cm-feature-title{font-size:.9rem;margin-bottom:6px}.cm-feature-text{font-size:12px;line-height:1.4}.cm-popup-content{padding:28px 20px;margin:10px;max-height:85vh}.cm-popup-icon-wrap{width:80px;height:80px}.cm-popup-icon-wrap img{width:52px;height:52px}.cm-popup-title{font-size:1.25rem}.cm-popup-stats{grid-template-columns:repeat(3,1fr);gap:8px;padding:16px 12px}.cm-popup-stat-value{font-size:1.1rem}.cm-popup-stat-label{font-size:10px}}.cm-feature-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.cm-popup-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(15, 23, 42, 0.75);backdrop-filter:blur(4px);cursor:pointer}.cm-popup-content{position:relative;background:white;border-radius:24px;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;padding:40px;box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25);animation:popupSlideIn 0.3s ease-out}@keyframes popupSlideIn{from{opacity:0;transform:translateY(20px) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}.cm-popup-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border:none;background:var(--gray-100, #f1f5f9);border-radius:50%;font-size:24px;color:var(--gray-500, #64748b);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s ease}.cm-popup-close:hover{background:var(--gray-200, #e2e8f0);color:var(--gray-700, #334155)}.cm-popup-icon-wrap{width:100px;height:100px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.cm-popup-icon-wrap img{width:64px;height:64px}.cm-popup-title{font-size:1.5rem;font-weight:800;color:var(--navy, #1e3a5f);text-align:center;margin-bottom:8px}.cm-popup-subtitle{font-size:1rem;color:var(--gray-500, #64748b);text-align:center;margin-bottom:24px}.cm-popup-body{color:var(--gray-600, #475569);line-height:1.7}.cm-popup-body p{margin-bottom:16px}.cm-popup-highlight{display:inline;padding:2px 8px;border-radius:4px;font-weight:600}.cm-popup-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;margin:24px 0;padding:20px;background:var(--gray-50, #f8fafc);border-radius:16px}.cm-popup-stat{text-align:center}.cm-popup-stat-value{display:block;font-size:1.5rem;font-weight:800;line-height:1.2}.cm-popup-stat-label{display:block;font-size:12px;color:var(--gray-500, #64748b);margin-top:4px}.cm-popup-note{background:var(--gray-50, #f8fafc);border-radius:12px;padding:16px;font-size:14px;margin-top:20px;border-left:4px solid var(--gray-300, #cbd5e1)}@media (max-width:768px){.cm-popup-content{padding:28px 20px;margin:10px;max-height:85vh}.cm-popup-icon-wrap{width:80px;height:80px}.cm-popup-icon-wrap img{width:52px;height:52px}.cm-popup-title{font-size:1.25rem}.cm-popup-stats{grid-template-columns:repeat(3, 1fr);gap:8px;padding:16px 12px}.cm-popup-stat-value{font-size:1.1rem}.cm-popup-stat-label{font-size:10px}}