/* 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 { 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-toggle { display: grid; gap: 4px; order: 2; padding: 9px; }
    .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 { width: 100%; box-sizing: border-box; }
    .bedrijf-footer-wrap { align-items: flex-start; flex-direction: column; }
    .bedrijf-footer-links { justify-content: flex-start; }
}

/* ============================================================
   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); }

@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; }
}
