/* Reset & Base */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    background: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* Top Bar */
.top-bar {
    background: #1a1a2e;
    color: #fff;
    font-size: 0.75rem;
    padding: 6px 0;
}

.top-bar-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: flex-end;
}

.top-links a {
    color: #ccc;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.top-links a:hover {
    color: #ff4444;
}

.top-links .divider {
    margin: 0 12px;
    color: #555;
}

/* Main Nav */
.main-nav {
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 24px;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.nav-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.logo {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: 1px;
    color: #1a1a2e;
}

.logo-icon {
    color: #c0392b;
}

.logo-highlight {
    color: #c0392b;
}

.nav-links {
    display: flex;
    gap: 28px;
}

.nav-links a {
    font-size: 0.88rem;
    font-weight: 500;
    color: #333;
    transition: color 0.2s;
    white-space: nowrap;
}

.nav-links a:hover {
    color: #c0392b;
}

.nav-right .threat-intel {
    font-size: 0.78rem;
    color: #2ecc71;
    letter-spacing: 0.3px;
}

.nav-right .threat-intel strong {
    color: #333;
}

/* Hero */
.hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 40%, #0f3460 70%, #1a1a2e 100%);
    color: #fff;
    padding: 80px 48px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    position: relative;
    overflow: hidden;
    min-height: 480px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 50%, rgba(192, 57, 43, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 30% 80%, rgba(52, 152, 219, 0.1) 0%, transparent 40%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 550px;
}

.hero h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 16px;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #bbb;
    margin-bottom: 32px;
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #1a1a2e;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 14px 28px;
    border-radius: 30px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    position: relative;
}

.btn-primary:hover {
    background: #c0392b;
    color: #fff;
    transform: translateY(-1px);
}

.btn-icon {
    font-size: 1.1rem;
}

.btn-note {
    display: block;
    font-size: 0.65rem;
    font-weight: 400;
    color: #888;
    position: absolute;
    bottom: -20px;
    left: 28px;
    white-space: nowrap;
}

.btn-primary:hover .btn-note {
    color: #ddd;
}

.hero-report {
    position: relative;
    z-index: 2;
}

.report-card {
    background: #fff;
    color: #1a1a2e;
    width: 260px;
    padding: 32px 28px;
    border-radius: 4px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    transform: rotate(2deg);
    transition: transform 0.3s;
}

.report-card:hover {
    transform: rotate(0deg);
}

.report-brand {
    font-size: 0.8rem;
    font-weight: 800;
    color: #c0392b;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.report-brand span {
    color: #c0392b;
}

.report-year {
    font-size: 2.5rem;
    font-weight: 800;
    color: #c0392b;
    line-height: 1;
}

.report-title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 8px 0;
}

.report-tagline {
    font-size: 0.75rem;
    color: #888;
    font-style: italic;
}

.hero-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 0.5;
}

.dot.active {
    background: #fff;
    opacity: 1;
}

/* Ticker Bar */
.ticker-bar {
    background: #c0392b;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
}

.ticker-content {
    display: inline-flex;
    gap: 60px;
    animation: ticker 30s linear infinite;
    font-size: 0.85rem;
    font-weight: 500;
}

@keyframes ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Section Shared Styles */
.section-label {
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #c0392b;
    margin-bottom: 8px;
}

/* News Section */
.news-section {
    padding: 80px 48px;
    max-width: 1300px;
    margin: 0 auto;
}

.news-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 48px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.news-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.news-image {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-icon {
    font-size: 3.5rem;
}

.bg-dark-blue { background: linear-gradient(135deg, #1a1a2e, #16213e); }
.bg-teal { background: linear-gradient(135deg, #0f3460, #16213e); }
.bg-red { background: linear-gradient(135deg, #c0392b, #96281b); }

.news-body {
    padding: 24px;
}

.news-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #c0392b;
    margin-bottom: 8px;
}

.news-body h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    line-height: 1.35;
}

.news-body p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.55;
}

/* Products Section */
.products-section {
    background: #f8f9fa;
    padding: 80px 48px;
}

.products-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 48px;
}

.products-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.product-card {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

.product-icon {
    font-size: 2.5rem;
    margin-bottom: 16px;
}

.product-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #1a1a2e;
}

.product-card p {
    font-size: 0.88rem;
    color: #666;
    line-height: 1.55;
    margin-bottom: 16px;
}

.product-rating span {
    font-size: 0.75rem;
    color: #888;
    font-weight: 600;
}

.rating-bar {
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    margin-top: 6px;
    overflow: hidden;
}

.rating-fill {
    height: 100%;
    background: linear-gradient(90deg, #c0392b, #e74c3c);
    border-radius: 4px;
    transition: width 1s ease;
}

/* Upgrade Path Section */
.upgrade-section {
    padding: 80px 48px;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.upgrade-section h2 {
    font-size: 2.2rem;
    margin-bottom: 8px;
}

.upgrade-subtitle {
    color: #888;
    font-size: 1rem;
    margin-bottom: 48px;
}

.upgrade-path {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}

.upgrade-step {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
}

.step-version {
    background: #1a1a2e;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: 'Courier New', monospace;
    white-space: nowrap;
}

.step-arrow {
    font-size: 1.2rem;
    color: #c0392b;
    font-weight: bold;
}

.step-note {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-60%);
    font-size: 0.65rem;
    color: #c0392b;
    font-weight: 600;
    white-space: nowrap;
}

.step-note.success {
    color: #27ae60;
}

.upgrade-step.last .step-version {
    background: #27ae60;
}

.upgrade-disclaimer {
    font-size: 0.78rem;
    color: #999;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.5;
}

/* Testimonials */
.testimonials-section {
    background: #f8f9fa;
    padding: 80px 48px;
}

.testimonials-section h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 48px;
}

.testimonials-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.testimonial-card {
    background: #fff;
    padding: 32px;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border-left: 4px solid #c0392b;
}

.stars {
    font-size: 1.2rem;
    color: #f39c12;
    margin-bottom: 12px;
}

.testimonial-card p {
    font-size: 0.95rem;
    color: #555;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 16px;
}

.testimonial-author {
    font-size: 0.8rem;
    color: #999;
    font-weight: 600;
}

/* Stats Section */
.stats-section {
    background: #1a1a2e;
    color: #fff;
    padding: 60px 48px;
}

.stats-grid {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    text-align: center;
}

.stat-number {
    font-size: 2.8rem;
    font-weight: 800;
    color: #c0392b;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 0.85rem;
    color: #bbb;
}

/* CTA Section */
.cta-section {
    padding: 80px 48px;
    text-align: center;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
}

.cta-section h2 {
    font-size: 2.4rem;
    margin-bottom: 16px;
}

.cta-section p {
    color: #888;
    font-size: 1.05rem;
    margin-bottom: 32px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-section .btn-primary {
    background: #c0392b;
    color: #fff;
    position: static;
}

.cta-section .btn-primary:hover {
    background: #96281b;
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: #1a1a2e;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 14px 28px;
    border-radius: 30px;
    border: 2px solid #1a1a2e;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.btn-secondary:hover {
    background: #1a1a2e;
    color: #fff;
}

/* Footer */
.main-footer {
    background: #1a1a2e;
    color: #bbb;
    padding: 60px 48px 30px;
}

.footer-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-col h4 {
    color: #fff;
    font-size: 0.9rem;
    margin-bottom: 16px;
    font-weight: 700;
}

.footer-col li {
    margin-bottom: 8px;
}

.footer-col a {
    font-size: 0.82rem;
    color: #888;
    transition: color 0.2s;
}

.footer-col a:hover {
    color: #c0392b;
}

.footer-bottom {
    border-top: 1px solid #2a2a3e;
    padding-top: 24px;
    text-align: center;
}

.footer-bottom p {
    font-size: 0.78rem;
    color: #666;
    margin-bottom: 8px;
}

.footer-disclaimer {
    font-style: italic;
    color: #555 !important;
}

/* Chat Widget */
.chat-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 200;
}

.chat-text {
    background: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #666;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    white-space: nowrap;
}

.chat-icon {
    width: 56px;
    height: 56px;
    background: #c0392b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #fff;
    box-shadow: 0 4px 16px rgba(192, 57, 43, 0.4);
    cursor: pointer;
    transition: transform 0.2s;
}

.chat-icon:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1024px) {
    .nav-links { display: none; }
    .news-grid { grid-template-columns: 1fr; }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .hero { flex-direction: column; text-align: center; padding: 60px 24px 50px; }
    .hero h1 { font-size: 2rem; }
    .upgrade-path { gap: 4px; }
    .step-version { padding: 8px 10px; font-size: 0.75rem; }
}

@media (max-width: 640px) {
    .products-grid { grid-template-columns: 1fr; }
    .stats-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 1.6rem; }
    .upgrade-path { flex-direction: column; align-items: center; }
    .step-arrow { transform: rotate(90deg); }
}
