
/* Page-specific styles for /articles/hva-koster-personvernradgiver.html. Shared foundations live in /v2/. */

.price-table { width: 100%; margin: 2rem 0; }

.price-table th { text-align: left; }
.price-table td { text-align: left; }







        .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;
        }
        .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%);
        }
        .price-note-small {
            font-size: 0.9rem;
            opacity: 0.7;
            font-style: italic;
            margin: 1rem 0;
        }
        .faq-container {
            margin: 2rem 0;
        }
