📄 محتوای کامل
مشاور هوشمند نگارنوین
در حال تحلیل امنیت وبسایت شما...
گواهینامه SSL فقط برای امنیت نیست؛ بلکه اعتبار برند و رتبه SEO شماست. بر اساس تحلیل من، برای شروع پلن DV بهترین انتخاب است.
امنیت وبسایت خود را با SSL نگارنوین تضمین کنید
صدور آنی، نصب رایگان و نماد اعتماد سبز برای تمامی دامنههای .ir و بینالمللی
اقتصادی
Positive SSL (DV)
شروع از 450,000 تومان
- صدور آنی (۵ دقیقه)
- مناسب دامنههای .ir و .com
- رمزنگاری ۲۵۶ بیتی
- بدون ضمانتنامه مالی
سفارش و صدور آنی
پیشنهاد هوش نگارنوین
Wildcard SSL
شروع از 1,850,000 تومان
- پوشش تمامی سابدامنهها
- نصب رایگان توسط تیم فنی
- پشتیبانی در تمامی مرورگرها
- هدیه اختصاصی نگارنوین
خرید پلن حرفهای
سازمانی
EV SSL (نوار سبز)
تماس بگیرید
- نمایش نام شرکت در مرورگر
- بالاترین سطح اعتبار بانکی
- احراز هویت دقیق سازمان
- ضمانتنامه ۱.۵ میلیون دلاری
مشاوره و خرید
🔒
امنیت دادهها
تمامی تراکنشهای مالی و رمز عبور کاربران شما با پروتکلهای نظامی کدگذاری میشود.
🚀
افزایش سرعت (HTTP/2)
با فعالسازی SSL، سایت شما از پروتکل جدید HTTP/2 استفاده کرده و سرعت لود ۲ برابر میشود.
📈
بهبود سئو
گوگل به سایتهای دارای SSL رتبه بالاتری میدهد. امنیت، اولین فاکتور سئو در ۲۰۲۴ است.
/* Reset & Base Styles */
.nn-wrapper {
direction: rtl;
text-align: right;
background: #fdfdfd;
padding: 40px 20px;
border-radius: 20px;
}
/* Hero Section */
.nn-hero {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 30px;
margin-bottom: 60px;
}
.nn-hero-content { flex: 1; min-width: 300px; }
.nn-hero-content h1 { color: #041064; font-size: 2.5rem; font-weight: 900; line-height: 1.4; }
.nn-hero-content .highlight { color: #00d2ff; }
.nn-hero-content p { color: #64748b; font-size: 1.1rem; margin-top: 15px; }
/* AI Consultant */
.nn-ai-consultant {
flex: 1;
min-width: 300px;
background: #041064;
padding: 30px;
border-radius: 24px;
color: #fff;
box-shadow: 0 20px 40px rgba(4, 16, 100, 0.15);
}
.nn-ai-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.nn-ai-bot { width: 50px; height: 50px; background: rgba(255,255,255,0.1); border-radius: 50%; padding: 10px; }
.nn-ai-txt h4 { margin: 0; color: #00d2ff; font-weight: 700; }
.nn-ai-bubble {
background: rgba(255,255,255,0.05);
border-right: 3px solid #00d2ff;
padding: 15px;
border-radius: 12px;
font-size: 0.95rem;
line-height: 1.7;
}
/* Pricing Grid */
.nn-pricing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 25px;
margin-bottom: 60px;
}
.nn-card {
background: #fff;
border: 1px solid #e2e8f0;
border-radius: 24px;
padding: 40px 30px;
text-align: center;
transition: 0.3s ease;
position: relative;
}
.nn-card:hover { transform: translateY(-10px); box-shadow: 0 20px 30px rgba(0,0,0,0.05); }
.nn-card.featured { background: #041064; color: #fff; border: none; }
.nn-card-tag {
position: absolute; top: 15px; left: 50%; transform: translateX(-50%);
background: rgba(0,210,255,0.1); color: #00d2ff;
padding: 4px 15px; border-radius: 20px; font-size: 0.75rem; font-weight: 700;
}
.featured .nn-card-tag { background: #00d2ff; color: #041064; }
.nn-card h3 { font-weight: 800; margin-top: 20px; }
.nn-price { font-size: 0.9rem; color: #64748b; margin: 20px 0; }
.nn-price span { font-size: 1.8rem; font-weight: 900; color: #041064; }
.featured .nn-price, .featured .nn-price span { color: #fff; }
.nn-features { list-style: none; padding: 0; margin: 30px 0; text-align: right; }
.nn-features li { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; font-size: 0.9rem; }
.nn-features li svg { width: 18px; height: 18px; }
.nn-features li.disabled { opacity: 0.4; text-decoration: line-through; }
.nn-btn {
display: block; width: 100%; padding: 15px;
background: #041064; color: #fff; border-radius: 12px;
text-decoration: none; font-weight: 700; transition: 0.3s;
}
.nn-btn:hover { background: #00d2ff; color: #041064; }
.nn-btn-white { background: #fff; color: #041064; }
.nn-btn-white:hover { background: #00d2ff; color: #fff; }
/* Info Section */
.nn-info-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
}
.nn-info-item { text-align: center; padding: 20px; }
.nn-info-icon { font-size: 3rem; margin-bottom: 15px; }
.nn-info-item h3 { font-weight: 800; color: #041064; margin-bottom: 10px; }
.nn-info-item p { color: #64748b; line-height: 1.6; font-size: 0.95rem; }
@media (max-width: 768px) {
.nn-hero-content h1 { font-size: 1.8rem; }
}
// هوش نگارنوین - انیمیشن و تعامل سریع
document.addEventListener('DOMContentLoaded', function() {
const bubble = document.getElementById('ssl-suggestion');
const messages = [
"در حال بررسی امنیت دامنه شما... برای سایتهای فروشگاهی، پلن Wildcard را پیشنهاد میکنم.",
"آیا میدانستید سایتهای بدون SSL در گوگل کروم با برچسب Not Secure نمایش داده میشوند؟",
"پلن Positive SSL اقتصادیترین راه برای دریافت نماد اعتماد ۲ ستاره است.",
"هوش نگارنوین پیشنهاد میکند: برای اعتماد کامل مشتریان، از پلنهای دارای نوار سبز (EV) استفاده کنید."
];
let i = 0;
setInterval(() => {
bubble.style.opacity = 0;
setTimeout(() => {
bubble.innerHTML = messages[i];
bubble.style.opacity = 1;
i = (i + 1) % messages.length;
}, 500);
}, 6000);
});