/* /Pages/Contact.razor.rz.scp.css */
/* =====================================================
   Contact Page – Scoped CSS
   ===================================================== */

/* Hero Section */
.contact-hero-section[b-x4hejfoi2b] {
    background: #FAFAFA;
    padding-top: 4rem;
    padding-bottom: 3rem;
    text-align: center;
}

.contact-badge[b-x4hejfoi2b] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    margin-bottom: 1.5rem;
    background-color: #F3E8FF;
    color: #6A36AD;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    border-radius: 999px;
    text-transform: uppercase;
}

.contact-title[b-x4hejfoi2b] {
    color: #0F172A;
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.contact-subtitle[b-x4hejfoi2b] {
    color: #64748B;
    max-width: 560px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Main Contact Section */
.contact-main-section[b-x4hejfoi2b] {
    background: #FAFAFA;
    padding-top: 3rem;
    padding-bottom: 5rem;
}

/* Form Card */
.contact-form-card[b-x4hejfoi2b] {
    background: white;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    padding: 2.5rem;
}

.contact-form-heading[b-x4hejfoi2b] {
    color: #0F172A;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.contact-form-intro[b-x4hejfoi2b] {
    color: #64748B;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
}

.contact-form-label[b-x4hejfoi2b] {
    color: #374151;
    font-size: 0.9rem;
    font-weight: 600;
}

.contact-input[b-x4hejfoi2b] {
    border-radius: 10px !important;
    border: 1.5px solid #E2E8F0 !important;
    font-size: 0.95rem !important;
}

.contact-textarea[b-x4hejfoi2b] {
    border-radius: 10px !important;
    border: 1.5px solid #E2E8F0 !important;
    font-size: 0.95rem !important;
    resize: none;
}

.contact-submit-btn[b-x4hejfoi2b] {
    background-color: #6A36AD;
    color: white;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    border: none;
    padding: 0.75rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.contact-submit-btn:hover[b-x4hejfoi2b] {
    background-color: #5a2e93;
    transform: translateY(-2px);
    color: white;
}

/* Info Card */
.contact-info-card[b-x4hejfoi2b] {
    background: white;
    border-radius: 20px;
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.contact-info-heading[b-x4hejfoi2b] {
    color: #0F172A;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.contact-icon-box[b-x4hejfoi2b] {
    width: 52px;
    height: 52px;
    background-color: #EDE9FE;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon-img[b-x4hejfoi2b] {
    width: 106px;
    height: 84px;
    object-fit: contain;
}

.contact-info-label[b-x4hejfoi2b] {
    color: #0F172A;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.contact-info-link[b-x4hejfoi2b] {
    color: #6A36AD;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
}

.contact-info-link:hover[b-x4hejfoi2b] {
    text-decoration: underline;
    color: #5a2e93;
}

.contact-info-address[b-x4hejfoi2b] {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Demo CTA Card */
.contact-demo-card[b-x4hejfoi2b] {
    border-radius: 20px;
    background: linear-gradient(135deg, #6A36AD 0%, #8B5CF6 100%);
    color: white;
    padding: 1.5rem;
}

.contact-demo-title[b-x4hejfoi2b] {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: white;
}

.contact-demo-text[b-x4hejfoi2b] {
    font-size: 0.9rem;
    opacity: 0.88;
    line-height: 1.5;
    margin-bottom: 1rem;
    color: white;
}

.contact-demo-btn[b-x4hejfoi2b] {
    background: white;
    color: #6A36AD;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s;
}

.contact-demo-btn:hover[b-x4hejfoi2b] {
    background-color: #f3e8ff;
    color: #5a2e93;
}

/* =====================================================
   Responsive – Mobile (< 768px)
   ===================================================== */
@media (max-width: 767.98px) {
    .contact-hero-section[b-x4hejfoi2b] {
        padding-top: 2.5rem;
        padding-bottom: 2rem;
    }

    .contact-form-card[b-x4hejfoi2b] {
        padding: 1.5rem;
    }

    .contact-title[b-x4hejfoi2b] {
        font-size: 1.75rem;
    }

    .contact-info-card[b-x4hejfoi2b] {
        padding: 1.25rem;
    }
}

/* =====================================================
   Responsive – Tablet (768px – 1023px)
   ===================================================== */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .contact-form-card[b-x4hejfoi2b] {
        padding: 2rem;
    }
}
/* /Pages/Functionaliteiten.razor.rz.scp.css */
/* =====================================================
   Functionaliteiten Page – Scoped CSS
   ===================================================== */

/* Sectoren Section */
.subtitle-main[b-tuqr0hc8zb] {
    font-size: 1.1rem;
    color: #475569;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

/* Features Section 3: Text intro */
.features-section-title[b-tuqr0hc8zb] {
    letter-spacing: -1px;
}

.features-section-body[b-tuqr0hc8zb] {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 600px;
}

/* CTA Epic 5 */
.cta-epic-btn[b-tuqr0hc8zb] {
    background-color: #6A36AD;
    border: none;
}

.cta-epic-btn:hover[b-tuqr0hc8zb] {
    background-color: #5a2e93;
}

/* =====================================================
   Responsive – Mobile (< 768px)
   ===================================================== */
@media (max-width: 767.98px) {
    .section-hero-func[b-tuqr0hc8zb] {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }

    /* Sectors */
    .sectors-section[b-tuqr0hc8zb] {
        padding: 3.5rem 0;
    }

    .sector-card[b-tuqr0hc8zb] {
        padding: 2rem 1.5rem;
    }

    .section-features-epic[b-tuqr0hc8zb] {
        padding-top: 2.5rem;
    }

    .features-grid-bg[b-tuqr0hc8zb] {
        padding: 3rem 0;
    }

    .section-cta-epic[b-tuqr0hc8zb] {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .features-intro-text[b-tuqr0hc8zb] {
        margin-bottom: 2.5rem;
    }
}

/* =====================================================
   Responsive – Tablet (768px – 1023px)
   ===================================================== */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .section-hero-func[b-tuqr0hc8zb] {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }

    .sector-card[b-tuqr0hc8zb] {
        padding: 2.5rem 2rem;
    }

    .features-grid-bg[b-tuqr0hc8zb] {
        padding: 4rem 0;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.hero-section[b-vi9jio1sqm] {
    padding: 8rem 0;
    background: radial-gradient(circle at 90% 10%, var(--g-primary-50) 0%, transparent 40%),
                radial-gradient(circle at 10% 90%, var(--g-slate-50) 0%, transparent 40%);
}

.hero-section h1[b-vi9jio1sqm] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.02em;
    line-height: 1.1;
}

/* Hero h1 exact override (extracted from inline style) */
.hero-h1[b-vi9jio1sqm] {
    line-height: 1.1;
    font-size: clamp(2rem, 5vw, 4rem);
}

/* Hero lead text */
.hero-lead[b-vi9jio1sqm] {
    max-width: 480px;
}

/* Mission Section (Epic 2) */
.mission-title[b-vi9jio1sqm] {
    color: #0F172A;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 1rem;
}

.mission-body[b-vi9jio1sqm] {
    color: #475569;
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

/* Feature list items within Mission */
.feature-label-title[b-vi9jio1sqm] {
    font-size: 1.15rem;
    color: #0F172A;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.feature-label-body[b-vi9jio1sqm] {
    font-size: 0.95rem;
    margin-bottom: 0;
}

/* Phone Mockup simulated UI text */
.sim-title[b-vi9jio1sqm] {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0;
}

.sim-subtitle[b-vi9jio1sqm] {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
}

.sim-date[b-vi9jio1sqm] {
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.sim-list-label[b-vi9jio1sqm] {
    font-size: 0.75rem;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.sim-list-item[b-vi9jio1sqm] {
    font-size: 0.75rem;
    color: #334155;
}

/* Section background: Fundamenten */
.section-fundamenten[b-vi9jio1sqm] {
    background-color: var(--g-bg-fundamenten);
}

/* Epic 1 Waveform Section */
.epic1-section[b-vi9jio1sqm] {
    background: #FFFFFF;
    padding: 120px 0;
    display: flex;
    justify-content: center;
}

.epic1-waveform-card[b-vi9jio1sqm] {
    background: #FDFDFD;
    border-radius: 3rem;
    padding: 60px 40px;
    width: 100%;
    max-width: 900px;
    box-shadow: 0 50px 100px -30px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.02);
}

.epic1-waveform-card .header-sub[b-vi9jio1sqm] {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
    color: #64748B;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.epic1-waveform-card .red-dot[b-vi9jio1sqm] {
    width: 10px;
    height: 10px;
    background-color: #EF4444;
    border-radius: 50%;
    margin-right: 1rem;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.15);
    animation: pulse-b-vi9jio1sqm 2s infinite ease-in-out;
}

@keyframes pulse-b-vi9jio1sqm {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.2); opacity: 0.7; }
    100% { transform: scale(1); opacity: 1; }
}

.epic1-waveform[b-vi9jio1sqm] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 160px;
    width: 100%;
    margin-bottom: 4rem;
}

.epic1-waveform .bar[b-vi9jio1sqm] {
    width: 20px;
    background-color: #4A2B82;
    border-radius: 99px;
    min-height: 20px;
    transform-origin: center;
    animation: waveform-pulse-b-vi9jio1sqm 2.5s infinite ease-in-out;
}

@keyframes waveform-pulse-b-vi9jio1sqm {
    0%, 100% { transform: scaleY(1); }
    50% { transform: scaleY(1.15); }
}

.epic1-waveform .bar:nth-child(2n)[b-vi9jio1sqm] { animation-delay: 0.2s; animation-duration: 2.2s; }
.epic1-waveform .bar:nth-child(3n)[b-vi9jio1sqm] { animation-delay: 0.4s; animation-duration: 2.8s; }
.epic1-waveform .bar:nth-child(4n)[b-vi9jio1sqm] { animation-delay: 0.1s; animation-duration: 2.4s; }
.epic1-waveform .bar:nth-child(5n)[b-vi9jio1sqm] { animation-delay: 0.5s; animation-duration: 3s; }

.epic1-controls[b-vi9jio1sqm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.epic1-toggle[b-vi9jio1sqm] {
    display: flex;
    background: #F1F5F9;
    padding: 5px;
    border-radius: 99px;
    border: 1px solid #E2E8F0;
    width: fit-content;
}

.toggle-btn[b-vi9jio1sqm] {
    padding: 14px 40px;
    border-radius: 99px;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    align-items: center;
    gap: 10px;
}

.toggle-btn.active[b-vi9jio1sqm] {
    background: #FFFFFF;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    color: #0F172A;
}

.toggle-btn:not(.active)[b-vi9jio1sqm] {
    background: transparent;
    color: #64748B;
}

.epic1-timer[b-vi9jio1sqm] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 3.5rem;
    font-weight: 500;
    color: #000;
    font-family: 'Inter', sans-serif;
}

.recording-dot[b-vi9jio1sqm] {
    width: 18px;
    height: 18px;
    background-color: #EF4444;
    border-radius: 50%;
    flex-shrink: 0;
}

.btn-cta[b-vi9jio1sqm] {
    background-color: var(--g-primary-500);
    color: white;
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.btn-cta:hover[b-vi9jio1sqm] {
    background-color: var(--g-primary-600);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 20px 25px -5px rgba(106, 54, 173, 0.2);
}

.content-block[b-vi9jio1sqm] {
    transition: all 0.3s ease;
    border-color: var(--g-slate-100) !important;
}

.content-block:hover[b-vi9jio1sqm] {
    transform: translateY(-8px);
    box-shadow: var(--g-shadow-lg);
    border-color: var(--g-primary-200) !important;
}

.section-pricing[b-vi9jio1sqm] {
    background-color: var(--g-slate-50);
}

.card[b-vi9jio1sqm] {
    transition: all 0.3s ease;
}

.card:hover[b-vi9jio1sqm] {
    transform: translateY(-10px);
}

.card.border-primary[b-vi9jio1sqm] {
    border: 2px solid var(--g-primary-500) !important;
}

@media (max-width: 991.98px) {
    .hero-section[b-vi9jio1sqm] {
        padding: 4rem 0;
    }
}

/* =====================================================
   Responsive – Mobile (< 768px)
   ===================================================== */
@media (max-width: 767.98px) {
    /* Hero */
    .hero-section[b-vi9jio1sqm] {
        padding: 3rem 0;
    }

    .hero-h1[b-vi9jio1sqm] {
        font-size: 2rem;
        line-height: 1.15;
    }

    .hero-lead[b-vi9jio1sqm] {
        max-width: 100%;
    }

    /* Transcriptie card: smaller padding on mobile */
    .transcriptie-card[b-vi9jio1sqm] {
        padding: 1.75rem;
        margin-left: 0;
        max-width: 100%;
    }

    /* Mission Section (Epic 2) */
    .section-mission[b-vi9jio1sqm] {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .phone-mockup[b-vi9jio1sqm] {
        width: 240px;
        height: 480px;
    }

    /* Epic 1: Scale down for mobile */
    .epic1-waveform-card[b-vi9jio1sqm] {
        padding: 40px 20px;
        border-radius: 2rem;
        gap: 40px;
    }

    .epic1-waveform[b-vi9jio1sqm] {
        gap: 6px;
        height: 100px;
    }

    .epic1-waveform .bar[b-vi9jio1sqm] {
        width: 10px;
    }

    .epic1-timer[b-vi9jio1sqm] {
        font-size: 2rem;
    }

    .toggle-btn[b-vi9jio1sqm] {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    /* Fundamenten */
    .fundament-card p[b-vi9jio1sqm] {
        max-width: 100%;
    }

    /* CTA */
    .cta-box[b-vi9jio1sqm] {
        padding: 2.5rem 1.25rem;
    }

    .cta-box h2[b-vi9jio1sqm] {
        font-size: 1.75rem;
    }

    .cta-box p[b-vi9jio1sqm] {
        font-size: 1rem;
    }
}

/* =====================================================
   Responsive – Tablet (768px – 1023px)
   ===================================================== */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .hero-h1[b-vi9jio1sqm] {
        font-size: 2.75rem;
    }

    .epic1-waveform-card[b-vi9jio1sqm] {
        padding: 60px 30px;
    }

    .epic1-timer[b-vi9jio1sqm] {
        font-size: 2.75rem;
    }

    .transcriptie-card[b-vi9jio1sqm] {
        max-width: 100%;
        margin-left: 0;
    }
}
/* /Pages/Tarieven.razor.rz.scp.css */
/* =====================================================
   Tarieven Page – Scoped CSS
   ===================================================== */

/* Epic 1: Hero Section */
.tarieven-hero[b-5057k393dy] {
    background: #FAFAFA;
}

.tarieven-badge[b-5057k393dy] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    margin-bottom: 1.5rem;
    background-color: #F3E8FF;
    color: #6A36AD;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    border-radius: 999px;
    text-transform: uppercase;
}

.tarieven-title[b-5057k393dy] {
    color: #0F172A;
    font-size: clamp(1.75rem, 5vw, 3.25rem);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 700;
    margin-bottom: 1rem;
}

.tarieven-subtitle[b-5057k393dy] {
    color: #64748B;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Epic 2: Pricing */
.pricing-section[b-5057k393dy] {
    background: #FAFAFA;
}

.pricing-row[b-5057k393dy] {
    gap: 2rem;
}

/* Featured card (Beginner – purple border) */
.pricing-card-featured[b-5057k393dy] {
    border-radius: 16px;
    background: white;
    border: 2px solid #6A36AD;
    box-shadow: 0 12px 40px rgba(106, 54, 173, 0.10);
    padding: 2.5rem 2.5rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Standard card (Advanced – gray border) */
.pricing-card[b-5057k393dy] {
    border-radius: 16px;
    background: white;
    border: 1.5px solid #E2E8F0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    padding: 2.5rem 2.5rem 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-label[b-5057k393dy] {
    color: #0F172A;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.pricing-price[b-5057k393dy] {
    font-size: 3rem;
    color: #0F172A;
    line-height: 1;
    letter-spacing: -0.03em;
    font-weight: 700;
}

.pricing-period[b-5057k393dy] {
    color: #94A3B8;
    font-size: 0.875rem;
    font-weight: 500;
    margin-left: 0.25rem;
}

.pricing-feature-list[b-5057k393dy] {
    color: #334155;
    font-size: 0.975rem;
    font-weight: 500;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    flex-grow: 1;
}

.pricing-check-purple[b-5057k393dy] {
    color: #6A36AD;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.pricing-check-blue[b-5057k393dy] {
    color: #38BDF8;
    font-size: 1.05rem;
    flex-shrink: 0;
}

.pricing-btn-primary[b-5057k393dy] {
    background-color: #6A36AD;
    color: white;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    padding: 0.75rem 1rem;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: background-color 0.2s, transform 0.2s;
    width: 100%;
}

.pricing-btn-primary:hover[b-5057k393dy] {
    background-color: #5a2e93;
    color: white;
    transform: translateY(-2px);
}

.pricing-btn-outline[b-5057k393dy] {
    background-color: transparent;
    border: 1.5px solid #CBD5E1;
    color: #334155;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1rem;
    text-align: center;
    display: block;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s;
    width: 100%;
}

.pricing-btn-outline:hover[b-5057k393dy] {
    background-color: #f8fafc;
    border-color: #94A3B8;
    color: #1e293b;
}

/* Epic 3: Features Overview */
.features-overview-section[b-5057k393dy] {
    background-color: rgba(218, 245, 251, 0.3);
}

.overview-title[b-5057k393dy] {
    color: #0F172A;
    font-size: 2rem;
    letter-spacing: -0.015em;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.overview-subtitle[b-5057k393dy] {
    color: #475569;
    font-size: 1rem;
    max-width: 520px;
    margin: 0 auto 3rem;
}

.overview-icon-box[b-5057k393dy] {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.overview-icon-box-purple[b-5057k393dy] {
    background-color: #EDE9FE;
}

.overview-icon-box-blue[b-5057k393dy] {
    background-color: #DBEAFE;
}

.overview-icon-img[b-5057k393dy] {
    width: 106px;
    height: 84px;
    object-fit: contain;
}

.overview-item-title[b-5057k393dy] {
    color: #0F172A;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.overview-item-text[b-5057k393dy] {
    color: #334155;
    font-size: 0.95rem;
    line-height: 1.65;
    max-width: 300px;
    margin: 0 auto;
}

/* =====================================================
   Responsive – Mobile (< 768px)
   ===================================================== */
@media (max-width: 767.98px) {
    .tarieven-hero[b-5057k393dy] {
        padding-top: 3rem !important;
        padding-bottom: 2rem !important;
    }

    .pricing-section[b-5057k393dy] {
        padding-bottom: 3rem !important;
    }

    .pricing-card-featured[b-5057k393dy],
    .pricing-card[b-5057k393dy] {
        padding: 1.75rem 1.5rem 1.5rem;
    }

    .pricing-price[b-5057k393dy] {
        font-size: 2.25rem;
    }

    .pricing-row[b-5057k393dy] {
        gap: 1.25rem;
    }

    .features-overview-section[b-5057k393dy] {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .overview-item-text[b-5057k393dy] {
        max-width: 100%;
    }
}

/* =====================================================
   Responsive – Tablet (768px – 1023px)
   ===================================================== */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .pricing-card-featured[b-5057k393dy],
    .pricing-card[b-5057k393dy] {
        padding: 2rem;
    }
}
/* /Pages/Veiligheid.razor.rz.scp.css */
/* =====================================================
   Veiligheid Page – Scoped CSS
   ===================================================== */

/* Epic 1: Hero Section */
.section-hero[b-10cxv8nzj7] {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.veiligheid-hero-card[b-10cxv8nzj7] {
    background-color: #F8F5FB;
    border-radius: 24px;
    border: 0;
    box-shadow: 0 4px 20px rgba(106, 54, 173, 0.06);
    padding: 3rem;
}

.veiligheid-divider[b-10cxv8nzj7] {
    width: 300px;
    height: 3px;
    background-color: #0C9389;
    border: none;
    opacity: 1;
    border-radius: 2px;
    margin-bottom: 2rem;
}

.veiligheid-title[b-10cxv8nzj7] {
    color: #0F172A;
    font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.veiligheid-title-accent[b-10cxv8nzj7] {
    color: #6A36AD;
}

.veiligheid-lead[b-10cxv8nzj7] {
    color: #475569;
    font-size: 1.125rem;
    max-width: 90%;
    line-height: 1.7;
    margin-bottom: 2rem;
}

/* Certification badges */
.veiligheid-cert-value[b-10cxv8nzj7] {
    color: #0C9389;
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0;
}

.veiligheid-cert-label[b-10cxv8nzj7] {
    color: #64748B;
    font-size: 0.75rem;
    font-weight: 600;
    display: block;
}

/* Logo side */
.veiligheid-logo-wrapper[b-10cxv8nzj7] {
    text-align: center;
    padding: 0 1rem;
}

.veiligheid-logo[b-10cxv8nzj7] {
    max-height: 200px;
}

.veiligheid-powered[b-10cxv8nzj7] {
    color: #94A3B8;
    font-size: 0.85rem;
    font-weight: 600;
    display: block;
    margin-top: 1rem;
}

/* Epic 2: Data Ownership */
.section-data-ownership[b-10cxv8nzj7] {
    background-color: #F8FAF9;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.data-laptop-img[b-10cxv8nzj7] {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.data-title[b-10cxv8nzj7] {
    color: #6A36AD;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.data-subtitle[b-10cxv8nzj7] {
    color: #0F172A;
    font-size: clamp(1.2rem, 2.5vw, 1.85rem);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.data-body[b-10cxv8nzj7] {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Epic 3: Audio Security */
.section-audio-security[b-10cxv8nzj7] {
    background-color: #F8F5FB;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.audio-title[b-10cxv8nzj7] {
    color: #0F172A;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem;
}

.audio-title-accent[b-10cxv8nzj7] {
    color: #6A36AD;
}

.audio-body[b-10cxv8nzj7] {
    color: #475569;
    font-size: 1.125rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.audio-img[b-10cxv8nzj7] {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

/* =====================================================
   Responsive – Mobile (< 768px)
   ===================================================== */
@media (max-width: 767.98px) {
    .section-hero[b-10cxv8nzj7] {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .veiligheid-hero-card[b-10cxv8nzj7] {
        padding: 1.5rem;
    }

    .veiligheid-lead[b-10cxv8nzj7] {
        max-width: 100%;
        font-size: 1rem;
    }

    .section-data-ownership[b-10cxv8nzj7] {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .data-laptop-img[b-10cxv8nzj7] {
        margin-bottom: 1.5rem;
    }

    .section-audio-security[b-10cxv8nzj7] {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .audio-title[b-10cxv8nzj7] {
        font-size: 1.5rem;
    }

    /* Stack certification badges vertically on very small screens */
    .veiligheid-cert-row[b-10cxv8nzj7] {
        flex-direction: column;
        gap: 0.75rem !important;
    }

    .veiligheid-cert-row > div.border-start[b-10cxv8nzj7] {
        border-left: none !important;
        padding-left: 0 !important;
    }
}

/* =====================================================
   Responsive – Tablet (768px – 1023px)
   ===================================================== */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .veiligheid-hero-card[b-10cxv8nzj7] {
        padding: 2rem;
    }

    .section-data-ownership[b-10cxv8nzj7],
    .section-audio-security[b-10cxv8nzj7] {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7v7c9nzj68] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.site-header[b-7v7c9nzj68] {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--g-slate-100);
    z-index: 1000;
}

.navbar-brand img[b-7v7c9nzj68] {
    height: 40px;
}

.nav-link[b-7v7c9nzj68] {
    color: var(--g-slate-700) !important;
    font-size: var(--g-font-size-sm);
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.nav-link:hover[b-7v7c9nzj68], .nav-link.active[b-7v7c9nzj68] {
    color: var(--g-primary-500) !important;
}

.footer[b-7v7c9nzj68] {
    background-color: var(--g-primary-950);
    color: var(--g-slate-300);
    border-top: 1px solid var(--g-primary-900);
}

.footer h5[b-7v7c9nzj68] {
    color: white;
    font-size: var(--g-font-size-lg);
}

.footer .text-muted[b-7v7c9nzj68] {
    color: var(--g-slate-400) !important;
}

.footer .nav-link[b-7v7c9nzj68] {
    color: var(--g-slate-300) !important;
    padding: 0;
}

.footer .nav-link:hover[b-7v7c9nzj68] {
    color: white !important;
    text-decoration: underline;
}

.border-top[b-7v7c9nzj68] {
    border-color: var(--g-primary-900) !important;
}

@media (max-width: 991.98px) {
    .navbar-collapse[b-7v7c9nzj68] {
        background: white;
        padding: 1rem;
        border-radius: var(--g-radius-md);
        margin-top: 1rem;
        box-shadow: var(--g-shadow-lg);
    }

    /* Center Demo button in mobile menu */
    .navbar-collapse .d-flex[b-7v7c9nzj68] {
        margin-top: 0.5rem;
        padding: 0 0.5rem 0.5rem;
    }

    .navbar-collapse .d-flex .btn[b-7v7c9nzj68] {
        width: 100%;
        justify-content: center;
    }
}

/* =====================================================
   Responsive – Mobile (< 768px)
   ===================================================== */
@media (max-width: 767.98px) {
    /* Header */
    .site-header .container[b-7v7c9nzj68] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    /* Footer: stack columns */
    .site-footer[b-7v7c9nzj68] {
        padding: 3rem 0 2rem;
    }

    .footer-description[b-7v7c9nzj68] {
        max-width: 100%;
        font-size: 1rem;
    }

    .footer-heading[b-7v7c9nzj68] {
        margin-bottom: 1rem;
        margin-top: 1.5rem;
    }

    .footer-bottom[b-7v7c9nzj68] {
        margin-top: 2rem;
    }

    .footer-links a[b-7v7c9nzj68] {
        font-size: 1rem;
    }
}

/* =====================================================
   Responsive – Tablet (768px – 1023px)
   ===================================================== */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .site-footer[b-7v7c9nzj68] {
        padding: 4rem 0 2rem;
    }

    .footer-description[b-7v7c9nzj68] {
        max-width: 100%;
    }
}
