/* Shared shell for the independent business studio. */
/* Prevent the retired global bootstrap from leaving this independent site invisible. */
html, body { opacity: 1 !important; visibility: visible !important; }
#main-header, .bedrijf-footer { opacity: 1 !important; visibility: visible !important; }
#main-header {
    display: block !important;
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    height: auto !important;
    background: rgba(7, 7, 14, .78);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(18px);
}
#main-nav {
    display: flex !important;
    align-items: center;
    gap: 22px;
    width: min(1180px, calc(100% - 48px));
    min-height: 76px;
    height: auto !important;
    margin: 0 auto;
}
.nav-logo { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 800; text-decoration: none; white-space: nowrap; }
.nav-logo .logo-icon, .nav-logo .logo-dot { color: #fdba74; }
.nav-links { display: flex !important; align-items: center; justify-content: flex-end; gap: 10px; width: auto !important; height: auto !important; margin-left: auto; }
.nav-link, .nav-cta { color: #d9d9e7; text-decoration: none; font-size: .9rem; font-weight: 650; padding: 10px 12px; border-radius: 9px; }
.nav-link:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; color: #fff; background: linear-gradient(135deg, #f97316, #ea580c); box-shadow: 0 8px 24px rgba(249, 115, 22, .2); }
.nav-cta svg { width: 18px; height: 18px; flex: 0 0 18px; }
.nav-cta:hover { color: #fff; background: linear-gradient(135deg, #fb923c, #f97316); }
.nav-toggle { display: none; border: 0; background: transparent; color: #fff; cursor: pointer; }
.bedrijf-apps { --launcher-accent: #5eead4; --launcher-accent-rgb: 94, 234, 212; position: relative; z-index: calc(var(--z-nav) + 2); }
.bedrijf-apps-toggle { display: grid; grid-template-columns: repeat(3, 4px); gap: 4px; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; color: #fff; background: rgba(255,255,255,.05); box-shadow: inset 0 1px rgba(255,255,255,.07); cursor: pointer; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.bedrijf-apps-toggle span { display: block; width: 4px; height: 4px; border-radius: 50%; background: currentColor; transition: transform .2s ease; }
.bedrijf-apps-toggle:hover, .bedrijf-apps-toggle[aria-expanded="true"] { color: #fdba74; border-color: rgba(249,115,22,.65); background: linear-gradient(135deg, rgba(249,115,22,.28), rgba(168,85,247,.16)); transform: translateY(-1px); }
.bedrijf-apps-toggle:hover span:nth-child(odd), .bedrijf-apps-toggle[aria-expanded="true"] span:nth-child(odd) { transform: scale(1.3); }
.bedrijf-apps-menu { position: absolute; right: 0; top: calc(100% + 12px); width: min(390px, calc(100vw - 24px)); display: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; padding: 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 20px; background: rgba(11,11,19,.96); box-shadow: 0 28px 70px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.08); backdrop-filter: blur(24px) saturate(1.35); }
.bedrijf-apps-menu.open { display: grid; }
.bedrijf-apps-menu::before { content: 'Meer van Tom'; grid-column: 1 / -1; margin: 2px 4px 5px; color: rgba(255,255,255,.52); font-size: .67rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.bedrijf-apps-menu a { display: grid; grid-template-columns: 34px minmax(0, 1fr); grid-template-rows: repeat(2, min-content); column-gap: 9px; align-items: center; min-height: 62px; padding: 9px; border: 1px solid transparent; border-radius: 13px; color: #d8d8e7; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.bedrijf-apps-menu a::before { grid-row: 1 / -1; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: #fff; font-size: .72rem; font-weight: 850; content: 't'; background: linear-gradient(135deg, #667eea, #38bdf8); }
.bedrijf-apps-menu a:nth-of-type(2)::before { content: '3D'; background: linear-gradient(135deg, #f59e0b, #fb7185); }
.bedrijf-apps-menu a:nth-of-type(3)::before { content: 'w'; background: linear-gradient(135deg, #6366f1, #06b6d4); }
.bedrijf-apps-menu a:nth-of-type(4)::before { content: '+'; background: linear-gradient(135deg, #f97316, #facc15); }
.bedrijf-apps-menu a:nth-of-type(5)::before { content: 'AI'; background: linear-gradient(135deg, #06b6d4, #22c55e); }
.bedrijf-apps-menu a:nth-of-type(6)::before { content: 'S'; background: linear-gradient(135deg, #ef4444, #f97316); }
.bedrijf-apps-menu a:hover { color: #fff; border-color: rgba(255,255,255,.12); background: rgba(249,115,22,.1); transform: translateY(-1px); }
.bedrijf-apps-menu b { grid-column: 2; color: #f4f4fa; font-size: .82rem; letter-spacing: .01em; }
.bedrijf-apps-menu small { grid-column: 2; color: #9797af; font-size: .7rem; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bedrijf-footer { border-top: 1px solid rgba(255,255,255,.1); background: #07070e; padding: 34px max(24px, calc((100vw - 1280px) / 2)); }
.bedrijf-footer-wrap { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; max-width: 1280px; margin: 0 auto; }
.bedrijf-footer p { max-width: 540px; margin: 8px 0 0; color: #a6a6b7; line-height: 1.55; }
.bedrijf-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px 20px; }
.bedrijf-footer a { color: #f4f4f8; text-decoration: none; font-weight: 600; }
.bedrijf-footer a:hover { color: #fdba74; }
@media (max-width: 860px) {
    #main-nav { width: min(100% - 32px, 680px); min-height: 68px; gap: 12px; }
    .bedrijf-apps { margin-left: auto; order: 3; }
    .nav-logo { display: inline-flex; align-items: center; min-height: 44px; }
    .nav-toggle { display: grid; place-content: center; gap: 4px; order: 2; width: 44px; min-width: 44px; height: 44px; padding: 0; }
    .bedrijf-apps-toggle { width: 44px; height: 44px; }
    .nav-toggle span { display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
    .nav-links { display: none !important; position: absolute; top: calc(100% + 8px); right: 16px; width: min(300px, calc(100vw - 32px)) !important; padding: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(11,11,19,.98); box-shadow: 0 20px 55px rgba(0,0,0,.42); }
    .nav-links.active { display: grid !important; justify-items: stretch; }
    .nav-link, .nav-cta { display: flex; align-items: center; min-height: 44px; width: 100%; box-sizing: border-box; }
    .bedrijf-footer-wrap { align-items: flex-start; flex-direction: column; }
    .bedrijf-footer-links { justify-content: flex-start; }
    .bedrijf-footer a { display: inline-flex; align-items: center; min-height: 44px; }
}

/* ============================================================
   BEDRIJF IDENTITY — executive operations room
   More strategic briefing, less generic agency gradient.
   ============================================================ */
:root {
    --bedrijf-ink: #08121e;
    --bedrijf-panel: rgba(12, 28, 43, .72);
    --bedrijf-cyan: #5eead4;
    --bedrijf-blue: #60a5fa;
    --bedrijf-lime: #b7f56d;
}

body {
    background:
        radial-gradient(circle at 84% 8%, rgba(94, 234, 212, .13), transparent 27rem),
        radial-gradient(circle at 8% 80%, rgba(96, 165, 250, .12), transparent 30rem),
        var(--bedrijf-ink);
}

#main-header {
    border-bottom-color: rgba(94, 234, 212, .12);
    background: rgba(8, 18, 30, .8);
}

.nav-logo .logo-icon,
.nav-logo .logo-dot { color: var(--bedrijf-cyan); }
.nav-link { font-family: 'JetBrains Mono', monospace; font-size: .73rem; letter-spacing: .04em; text-transform: uppercase; }
.nav-link:hover { color: var(--bedrijf-cyan); background: rgba(94, 234, 212, .07); }
.nav-cta { background: linear-gradient(135deg, var(--bedrijf-cyan), var(--bedrijf-blue)); color: #07111c; box-shadow: 0 8px 24px rgba(94, 234, 212, .18); }
.nav-cta:hover { color: #07111c; background: linear-gradient(135deg, #9cf7e8, #93c5fd); }

.kmo-hero {
    align-items: flex-start;
    min-height: min(100svh, 52rem);
    padding-left: max(1.5rem, calc((100% - 1120px) / 2));
    padding-right: max(1.5rem, calc((100% - 1120px) / 2));
    text-align: left;
}

.kmo-hero::after {
    position: absolute;
    z-index: -1;
    top: 8.2rem;
    right: max(1.5rem, calc((100% - 1120px) / 2));
    width: min(34vw, 29rem);
    height: min(31vw, 26rem);
    border: 1px solid rgba(94, 234, 212, .19);
    border-radius: 1.25rem;
    background:
        linear-gradient(rgba(94, 234, 212, .07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(94, 234, 212, .07) 1px, transparent 1px),
        linear-gradient(145deg, rgba(96, 165, 250, .12), rgba(94, 234, 212, .025));
    background-size: 2rem 2rem, 2rem 2rem, auto;
    box-shadow: inset 0 0 0 1rem rgba(8, 18, 30, .3), 1rem 1rem 0 rgba(94, 234, 212, .055);
    content: '';
}

.kmo-orb { opacity: .16; }
.kmo-orb-1 { background: #5eead4; }
.kmo-orb-2 { background: #60a5fa; }
.kmo-orb-3 { background: #b7f56d; }

.status-dashboard {
    position: absolute;
    top: 10.2rem;
    right: max(2.4rem, calc((100% - 1010px) / 2));
    width: min(18rem, 30vw);
    margin: 0;
    border-color: rgba(94, 234, 212, .2);
    border-radius: 1.2rem;
    background: rgba(8, 23, 36, .78);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .28);
}

.status-header { color: rgba(216, 255, 248, .62); }
.status-dot { background: var(--bedrijf-lime); box-shadow: 0 0 0 5px rgba(183, 245, 109, .09); }
.status-up { color: var(--bedrijf-lime); background: rgba(183, 245, 109, .11); }

.kmo-hero-tag { border-color: rgba(94, 234, 212, .28); background: rgba(94, 234, 212, .08); color: var(--bedrijf-cyan); }
.kmo-hero h1 { max-width: 10ch; margin-bottom: 1.4rem; font-size: clamp(3rem, 5.7vw, 5.25rem); letter-spacing: -.07em; }
.kmo-hero h1 .text-gradient { background: linear-gradient(110deg, #eefdfb 12%, var(--bedrijf-cyan) 48%, #8bbcff 92%); -webkit-background-clip: text; background-clip: text; }
.kmo-hero p { max-width: 35rem; margin: 0 0 2rem; color: rgba(231, 248, 255, .67); text-align: left; }
.kmo-hero-cta { justify-content: flex-start; }
.kmo-btn { border-radius: .8rem; }
.kmo-btn-primary { background: linear-gradient(135deg, var(--bedrijf-cyan), var(--bedrijf-blue)); color: #07111c; box-shadow: 0 0 30px rgba(94, 234, 212, .18); }
.kmo-btn-primary:hover { box-shadow: 0 0 48px rgba(94, 234, 212, .28), 0 15px 30px rgba(0, 0, 0, .25); }
.kmo-btn-ghost { border-color: rgba(94, 234, 212, .26); color: #e9fffb; }

.services-section { max-width: 1180px; padding-top: 2.25rem; }
.services-section h2 { text-align: left; font-size: clamp(2rem, 3.6vw, 3.2rem); letter-spacing: -.045em; }
.services-section > p { max-width: 34rem; margin-inline: 0; text-align: left; }
.services-grid { gap: 1rem; }
.service-card { border-radius: 1rem; border-color: rgba(94, 234, 212, .11); background: linear-gradient(145deg, rgba(14, 43, 60, .78), rgba(8, 18, 30, .72)); }
.service-card::before { display: block; width: 2.8rem; height: 3px; margin-bottom: 1.4rem; border-radius: 99px; background: linear-gradient(90deg, var(--bedrijf-cyan), var(--bedrijf-blue)); content: ''; }
.service-card:hover { border-color: rgba(94, 234, 212, .45); box-shadow: 0 1.25rem 3.5rem rgba(0, 0, 0, .28); }
.service-card .icon { color: var(--bedrijf-cyan); }

/* The commercial sections become an executive briefing deck, not price cards. */
.plans-section,
.roi-section,
.kmo-cta-section {
    position: relative;
    max-width: 1180px;
    padding-left: max(1.5rem, calc((100% - 1120px) / 2));
    padding-right: max(1.5rem, calc((100% - 1120px) / 2));
}

.plans-section::before,
.roi-section::before,
.kmo-cta-section::before {
    display: block;
    margin-bottom: .9rem;
    color: rgba(184, 223, 235, .62);
    font-family: 'JetBrains Mono', monospace;
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .12em;
}
.plans-section::before { content: 'SERVICE ARCHITECTURE / 2026'; }
.roi-section::before { content: 'FINANCIAL MODEL / DECISION SUPPORT'; }
.kmo-cta-section::before { content: 'NEXT STEP / EXECUTIVE INTAKE'; }

.plans-section h2 { margin-bottom: 2.2rem; color: #edfffc; text-align: left; font-size: clamp(2rem, 3.6vw, 3.2rem); letter-spacing: -.05em; }
.plans-section h2 svg { color: var(--bedrijf-cyan); }
.plans-grid { gap: 1px; padding: 1px; border: 1px solid rgba(94, 234, 212, .2); border-radius: 1rem; background: rgba(94, 234, 212, .15); }
.plan-card { position: relative; border: 0; border-radius: 0; background: linear-gradient(145deg, rgba(14, 43, 60, .87), rgba(8, 18, 30, .96)); transition: transform .22s ease, background .22s ease; }
.plan-card::after { position: absolute; top: 1rem; right: 1rem; padding: .26rem .4rem; border: 1px solid rgba(94, 234, 212, .24); color: rgba(185, 255, 243, .66); content: 'SLA'; font-family: 'JetBrains Mono', monospace; font-size: .55rem; letter-spacing: .08em; }
.plan-card:hover { transform: translateY(-6px); background: linear-gradient(145deg, rgba(20, 58, 72, .95), rgba(8, 18, 30, .98)); }
.plan-card.featured { border: 0; background: linear-gradient(145deg, rgba(21, 72, 77, .95), rgba(13, 33, 51, .98)); box-shadow: inset 0 3px var(--bedrijf-lime), 0 1.25rem 3rem rgba(0, 0, 0, .24); }
.plan-card.featured::before { border-radius: 0 0 .55rem .55rem; background: var(--bedrijf-lime); color: #102319; }
.plan-card.featured::after { border-color: rgba(183, 245, 109, .4); color: var(--bedrijf-lime); content: 'RECOMMENDED'; }
.plan-name { color: var(--bedrijf-cyan); font-family: 'JetBrains Mono', monospace; font-size: .82rem; letter-spacing: .06em; text-transform: uppercase; }
.plan-price { color: #effffb; }
.plan-period { color: rgba(216, 255, 248, .5); }
.plan-features { border-block: 1px solid rgba(94, 234, 212, .13); }
.plan-features li { color: rgba(228, 249, 255, .68); }
.plan-features li::before { color: var(--bedrijf-lime); }
.plan-btn { border-radius: .6rem; font-family: 'JetBrains Mono', monospace; font-size: .72rem; letter-spacing: .025em; }
.plan-btn-primary { background: linear-gradient(135deg, var(--bedrijf-cyan), var(--bedrijf-blue)); color: #06131e; }
.plan-btn-outline { border-color: rgba(94, 234, 212, .3); color: #dffefa; }

.roi-section { max-width: 820px; }
.roi-container { overflow: hidden; border-color: rgba(94, 234, 212, .22); border-radius: 1.1rem; background: linear-gradient(145deg, rgba(10, 36, 50, .94), rgba(8, 18, 30, .96)); box-shadow: 1rem 1rem 0 rgba(94, 234, 212, .055); }
.roi-container::before { height: 4px; background: linear-gradient(90deg, var(--bedrijf-cyan), var(--bedrijf-blue), var(--bedrijf-lime)); }
.roi-header { text-align: left; }
.roi-header h2 { color: #edfffc; }
.roi-header h2 svg { color: var(--bedrijf-cyan); }
.roi-header p { color: rgba(216, 255, 248, .58); }
.roi-field label { color: rgba(216, 255, 248, .76); font-family: 'JetBrains Mono', monospace; font-size: .72rem; }
.roi-field input,
.roi-field select { border-color: rgba(94, 234, 212, .18); border-radius: .55rem; background: rgba(4, 16, 27, .58); color: #effffb; }
.roi-field input:focus,
.roi-field select:focus { border-color: var(--bedrijf-cyan); box-shadow: 0 0 0 3px rgba(94, 234, 212, .11); }
.roi-result { border: 1px solid rgba(183, 245, 109, .18); border-radius: .8rem; background: rgba(183, 245, 109, .055); }
.roi-value { color: var(--bedrijf-cyan); }
.roi-label { color: rgba(216, 255, 248, .52); }

.kmo-cta-card { overflow: hidden; border-color: rgba(94, 234, 212, .25); border-radius: 1.25rem; background: linear-gradient(125deg, rgba(14, 55, 63, .9), rgba(12, 27, 48, .95) 55%, rgba(13, 45, 53, .9)); box-shadow: 1rem 1rem 0 rgba(96, 165, 250, .055); text-align: left; }
.kmo-cta-card::after { position: absolute; top: -8rem; right: -5rem; width: 22rem; height: 22rem; border: 1px solid rgba(94, 234, 212, .16); border-radius: 50%; box-shadow: inset 0 0 0 2.8rem rgba(94, 234, 212, .035); content: ''; }
.kmo-cta-card h3 { position: relative; z-index: 1; color: #effffb; }
.kmo-cta-card h3 svg { color: var(--bedrijf-lime); }
.kmo-cta-card p { position: relative; z-index: 1; max-width: 38rem; color: rgba(231, 248, 255, .66); }
.kmo-cta-card .kmo-btn { position: relative; z-index: 1; }

@media (max-width: 920px) {
    .kmo-hero { align-items: center; padding-left: 1.25rem; padding-right: 1.25rem; text-align: center; }
    .kmo-hero::after { right: -8rem; top: 7rem; width: 24rem; height: 23rem; opacity: .58; }
    .status-dashboard { position: relative; top: auto; right: auto; order: -1; width: min(18rem, 100%); margin: 0 auto 1.7rem; }
    .kmo-hero h1 { max-width: none; }
    .kmo-hero p { margin-inline: auto; text-align: center; }
    .kmo-hero-cta { justify-content: center; }
    .services-section h2, .services-section > p { text-align: center; margin-inline: auto; }
    .plans-section,
    .roi-section,
    .kmo-cta-section { padding-left: 1.25rem; padding-right: 1.25rem; }
    .plans-section::before,
    .roi-section::before,
    .kmo-cta-section::before,
    .plans-section h2 { text-align: center; }
    .plans-grid { border-radius: .8rem; }
    .roi-container { box-shadow: .55rem .55rem 0 rgba(94, 234, 212, .055); }
    .roi-header { text-align: center; }
    .kmo-cta-card { box-shadow: .55rem .55rem 0 rgba(96, 165, 250, .055); text-align: center; }
}
