/* تصميم N-Com M951 R - مع SVG Icons */
.ncom-m951-container {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 50%, #0d0d0d 100%);
border-radius: 20px;
padding: 40px 30px;
color: #fff;
margin: 30px 0;
position: relative;
overflow: hidden;
box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.ncom-m951-container::before {
content: '';
position: absolute;
top: -50%;
right: -20%;
width: 600px;
height: 600px;
background: radial-gradient(circle, rgba(255,107,0,0.1) 0%, transparent 70%);
animation: pulse 4s ease-in-out infinite;
}
@keyframes pulse {
0%, 100% { transform: scale(1); opacity: 0.5; }
50% { transform: scale(1.1); opacity: 0.8; }
}
.ncom-header {
text-align: center;
position: relative;
z-index: 2;
margin-bottom: 40px;
border-bottom: 2px solid rgba(255,107,0,0.3);
padding-bottom: 30px;
}
.ncom-badge {
display: inline-block;
background: linear-gradient(90deg, #ff6b00, #ff8533);
color: #000;
padding: 8px 20px;
border-radius: 30px;
font-size: 12px;
font-weight: 800;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 15px;
box-shadow: 0 4px 15px rgba(255,107,0,0.4);
}
.ncom-title {
font-size: 36px;
margin: 0;
font-weight: 800;
background: linear-gradient(to right, #fff, #ff6b00);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: uppercase;
letter-spacing: 1px;
}
.ncom-subtitle {
color: #888;
font-size: 16px;
margin-top: 10px;
font-weight: 300;
}
.ncom-specs-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 25px;
margin-bottom: 40px;
position: relative;
z-index: 2;
}
.ncom-spec-card {
background: rgba(255,255,255,0.03);
border: 1px solid rgba(255,107,0,0.2);
border-radius: 16px;
padding: 25px;
text-align: center;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
backdrop-filter: blur(10px);
}
.ncom-spec-card:hover {
transform: translateY(-10px);
border-color: #ff6b00;
box-shadow: 0 10px 30px rgba(255,107,0,0.2);
background: rgba(255,107,0,0.05);
}
.ncom-spec-icon {
width: 50px;
height: 50px;
margin: 0 auto 15px;
display: block;
filter: drop-shadow(0 0 10px rgba(255,107,0,0.5));
}
.ncom-spec-icon svg {
width: 100%;
height: 100%;
fill: #ff6b00;
}
.ncom-spec-value {
font-size: 24px;
font-weight: 800;
color: #ff6b00;
margin-bottom: 5px;
display: block;
}
.ncom-spec-label {
font-size: 14px;
color: #aaa;
text-transform: uppercase;
letter-spacing: 1px;
}
.ncom-mesh-section {
background: linear-gradient(135deg, rgba(255,107,0,0.1), rgba(0,0,0,0.3));
border-radius: 20px;
padding: 35px;
margin-bottom: 40px;
border: 1px solid rgba(255,107,0,0.3);
position: relative;
z-index: 2;
}
.ncom-mesh-header {
display: flex;
align-items: center;
gap: 15px;
margin-bottom: 25px;
}
.ncom-mesh-icon {
width: 60px;
height: 60px;
background: linear-gradient(135deg, #ff6b00, #ff8533);
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 5px 20px rgba(255,107,0,0.4);
}
.ncom-mesh-icon svg {
width: 35px;
height: 35px;
fill: #000;
}
.ncom-mesh-title {
font-size: 24px;
margin: 0;
color: #fff;
}
.ncom-mesh-title span {
color: #ff6b00;
font-weight: 800;
}
.ncom-features-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
margin-top: 20px;
}
.ncom-feature-item {
display: flex;
align-items: flex-start;
gap: 15px;
padding: 15px;
background: rgba(0,0,0,0.3);
border-radius: 10px;
border-right: 3px solid #ff6b00;
}
.ncom-feature-bullet {
color: #ff6b00;
font-size: 20px;
font-weight: bold;
flex-shrink: 0;
width: 24px;
text-align: center;
}
.ncom-feature-text {
color: #ddd;
font-size: 15px;
line-height: 1.6;
}
.ncom-feature-text strong {
color: #fff;
display: block;
margin-bottom: 5px;
font-size: 16px;
}
.ncom-comparison {
margin-bottom: 40px;
position: relative;
z-index: 2;
}
.ncom-section-title {
text-align: center;
font-size: 22px;
margin-bottom: 25px;
color: #fff;
position: relative;
display: inline-block;
width: 100%;
}
.ncom-section-title::after {
content: '';
display: block;
width: 80px;
height: 3px;
background: linear-gradient(90deg, transparent, #ff6b00, transparent);
margin: 15px auto;
}
.ncom-table {
width: 100%;
border-collapse: collapse;
background: rgba(255,255,255,0.02);
border-radius: 12px;
overflow: hidden;
font-size: 15px;
}
.ncom-table th {
background: rgba(255,107,0,0.2);
color: #ff6b00;
padding: 18px;
text-align: center;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
border-bottom: 2px solid rgba(255,107,0,0.3);
}
.ncom-table td {
padding: 16px 18px;
border-bottom: 1px solid rgba(255,255,255,0.05);
text-align: center;
color: #ccc;
}
.ncom-table tr:hover td {
background: rgba(255,107,0,0.05);
color: #fff;
}
.ncom-table .highlight {
color: #ff6b00;
font-weight: 700;
font-size: 16px;
}
.ncom-compatibility {
background: rgba(0,0,0,0.4);
border-radius: 16px;
padding: 30px;
border: 1px solid rgba(255,255,255,0.1);
position: relative;
z-index: 2;
}
.ncom-compat-header {
text-align: center;
margin-bottom: 25px;
}
.ncom-compat-title {
font-size: 20px;
color: #ff6b00;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.ncom-compat-title svg {
width: 24px;
height: 24px;
fill: #ff6b00;
}
.ncom-helmets-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 12px;
}
.ncom-helmet-tag {
background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
border: 1px solid rgba(255,107,0,0.4);
color: #fff;
padding: 10px 18px;
border-radius: 25px;
font-size: 13px;
font-weight: 600;
transition: all 0.3s ease;
cursor: default;
}
.ncom-helmet-tag:hover {
background: linear-gradient(135deg, #ff6b00, #ff8533);
color: #000;
transform: scale(1.05);
box-shadow: 0 5px 15px rgba(255,107,0,0.3);
}
.ncom-extra-features {
margin-top: 30px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 20px;
position: relative;
z-index: 2;
}
.ncom-extra-card {
text-align: center;
padding: 25px 20px;
background: rgba(255,255,255,0.03);
border-radius: 12px;
border: 1px solid rgba(255,255,255,0.1);
transition: all 0.3s ease;
}
.ncom-extra-card:hover {
background: rgba(255,107,0,0.1);
border-color: rgba(255,107,0,0.3);
transform: translateY(-5px);
}
.ncom-extra-icon {
width: 40px;
height: 40px;
margin: 0 auto 12px;
display: block;
filter: drop-shadow(0 0 8px rgba(255,107,0,0.3));
}
.ncom-extra-icon svg {
width: 100%;
height: 100%;
fill: #ff6b00;
}
.ncom-extra-title {
font-weight: 700;
color: #fff;
margin-bottom: 8px;
font-size: 16px;
}
.ncom-extra-desc {
font-size: 13px;
color: #888;
line-height: 1.5;
}
.ncom-cta {
text-align: center;
margin-top: 40px;
position: relative;
z-index: 2;
}
.ncom-btn {
display: inline-block;
background: linear-gradient(90deg, #ff6b00, #ff8533);
color: #000;
padding: 16px 45px;
border-radius: 30px;
text-decoration: none;
font-weight: 800;
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
box-shadow: 0 5px 25px rgba(255,107,0,0.4);
transition: all 0.3s ease;
border: none;
cursor: pointer;
}
.ncom-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 35px rgba(255,107,0,0.6);
}
@media (max-width: 768px) {
.ncom-title { font-size: 28px; }
.ncom-mesh-header { flex-direction: column; text-align: center; }
.ncom-features-list { grid-template-columns: 1fr; }
.ncom-specs-grid { grid-template-columns: 1fr; }
.ncom-table { font-size: 13px; }
.ncom-table th, .ncom-table td { padding: 12px 8px; }
}
Nolan × Sena Collaboration
N-Com M951 R
نظام اتصال ثوري بتقنية Mesh للخوذ الذكية | Experience the road, connected
∞
مستخدمين غير محدودين
8 كم+
مدى الاتصال
Mesh 2.0
تقنية الشبكة الذكية
Multitasking
صوت + موسيقى + GPS
تقنية Mesh الثورية
على عكس البلوتوث التقليدي الخطي، تقوم تقنية Mesh بإنشاء شبكة ذاتية الإصلاح (Self-Healing Network)
حيث يعمل كل دراج كـ "عقدة" (Node) نقل، مما يضمن استمرار الاتصال حتى لو ابتعد أحد الدراجين عن المجموعة.
✓
شبكة ذاتية الإصلاح
إعادة توجيه تلقائية للاتصال عبر مسارات بديلة إذا خرج أحد الدراجين من المدى
✓
انضمام فوري
انضمام أي دراج للمجموعة بدون إعادة ربط معقدة أو قطع المحادثة الحالية
✓
استقرار في كل الظروف
يعمل بكفاءة في المناطق الحضرية المزدحمة أو الريفية النائية
✓
تعدد المهام الصوتية
استمتع بالموسيقى مع استقبال إرشادات الملاحة وأنت تتحدث مع المجموعة
Mesh vs Bluetooth التقليدي
الميزة
Bluetooth عادي
N-Com M951 R (Mesh)
عدد المستخدمين
4-8 دراجين
غير محدود ∞
إذا ابتعد أحدهم
ينقطع الاتصال
يبقى متصلاً
إضافة عضو جديد
إعادة ربط
انضمام فوري
المدى الفعال
1 كم
8 كم+
متوافق مع خوذ Nolan
مصمم خصيصاً للتكامل الكامل مع الخوذ البولي كربونات
N120-1
N100-6
N100-5 / PLUS
N104 EVO
N104 ABSOLUTE
N90-3
N87 / PLUS
N80-8
N70-2 GT/X
N44 EVO
N40-5 / GT
N40 FULL
⚠ تأكد من وجود فتحات N-Com Ready في خوذتك قبل الشراء
إدارة المكالمات
رد/رفض/انتظار صوتياً بدون إزالة اليد من المقود
مشاركة الموسيقى
بث الموسيقى للمجموعة كاملة بنقرة واحدة
راديو FM
متضمن مع RDS لعرض اسم المحطة والأغنية
تحكم صوتي
Siri و Google Assistant متكامل
اطلب الآن - توصيل مجاني..
SAR945.00 SAR1,350.00 Ex Tax: SAR821.74