/* Page-specific styles for /articles/datalaekasjer-smb-er-ikke-for-sma.html. Shared foundations live in /v2/. */









        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1.5rem;
            margin: 2rem 0;
        }
.stat-box { text-align: center; }

        .stat-number {
            font-size: 2.5rem;
            font-weight: bold;
            color: var(--danger);
            display: block;
            margin-bottom: 0.5rem;
        }
        .stat-label {
            font-size: 0.9rem;
            opacity: 0.7;
        }
        .faq-container {
            margin: 2rem 0;
        }
        .social-proof {
            text-align: center;
            margin: 3rem 0;
            padding: 2rem;
            background: color-mix(in srgb, var(--cream-0) 2%, transparent);
            border-radius: 8px;
        }
        .social-proof p {
            font-size: 0.9rem;
            opacity: 0.6;
            margin-bottom: 1.5rem;
            font-weight: 500;
        }
        .social-proof-logos {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 3rem;
            flex-wrap: wrap;
        }
        .social-proof-logos img {
            height: 40px;
            opacity: 0.7;
            filter: grayscale(100%);
            transition: all 0.3s ease;
        }
        .social-proof-logos img:hover {
            opacity: 1;
            filter: grayscale(0%);
        }
        .cal-embed-container {
            background: var(--box-background-color);
            padding: 2rem;
            border-radius: 8px;
            margin: 2rem 0;
        }
        .cal-embed-container h2 {
            text-align: center;
            margin-bottom: 0.5rem;
        }
        .cal-embed-container > p {
            text-align: center;
            opacity: 0.7;
            margin-bottom: 2rem;
        }
