/*
Theme Name: Fixmeister ICT
Theme URI: https://www.fixmeister.nl/
Author: Fixmeister
Author URI: https://www.fixmeister.nl/
Description: Snel, responsive WordPress-thema gebaseerd op de Fixmeister ICT-landingspagina.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Text Domain: fixmeister
*/

:root {
    --fm-bg: #080c14;
    --fm-bg-2: #101725;
    --fm-card: rgba(255,255,255,.08);
    --fm-card-2: rgba(255,255,255,.12);
    --fm-text: #f6f8fb;
    --fm-muted: #dce4ef;
    --fm-cyan: #36d8ff;
    --fm-blue: #6685ff;
    --fm-green: #4ee6a1;
    --fm-line: rgba(255,255,255,.16);
    --fm-dark: #1e2530;
    --fm-shadow: 0 24px 80px rgba(0,0,0,.42);
    --fm-radius: 24px;
    --fm-max: 1180px;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: rgba(54,216,255,.70) #080c14;
}

body {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    color: var(--fm-text);
    background:
        radial-gradient(circle at 12% 8%, rgba(54,216,255,.22), transparent 28%),
        radial-gradient(circle at 90% 4%, rgba(102,133,255,.25), transparent 28%),
        linear-gradient(180deg, #070a12 0%, #0d1321 48%, #070a12 100%);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

body.admin-bar .fm-topbar { top: 32px; }

a { color: inherit; text-decoration: none; }
a:hover, a:focus { color: inherit; }
img, svg { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: #080c14; }
::-webkit-scrollbar-thumb {
    border: 3px solid #080c14;
    border-radius: 999px;
    background: linear-gradient(180deg, #36d8ff, #6685ff);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    position: fixed;
    z-index: 99999;
    top: 8px;
    left: 8px;
    width: auto;
    height: auto;
    padding: 12px 16px;
    clip: auto;
    color: #06101a;
    background: var(--fm-cyan);
    font-weight: 900;
}

.site-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.fm-page {
    position: relative;
    isolation: isolate;
    flex: 1 0 auto;
}

.fm-page::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -2;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), rgba(0,0,0,.05));
}

.fm-container {
    width: min(var(--fm-max), calc(100% - 36px));
    margin-inline: auto;
}

.fm-topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    width: 100%;
    border-bottom: 1px solid var(--fm-line);
    backdrop-filter: blur(18px);
    background: rgba(8,12,20,.78);
}

.fm-nav {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.fm-brand {
    min-width: max-content;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--fm-text);
    font-weight: 900;
    letter-spacing: .2px;
}

.fm-header-logo,
.fm-brand .custom-logo {
    display: block;
    width: clamp(120px, 16vw, 190px);
    max-height: 58px;
    object-fit: contain;
    object-position: left center;
    filter: drop-shadow(0 12px 28px rgba(0,0,0,.34));
}

.fm-brand-text { display: inline-block; }
.fm-brand small {
    display: block;
    margin-top: 2px;
    color: var(--fm-muted);
    font-size: 12px;
    font-weight: 700;
}

.fm-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    color: var(--fm-muted);
    font-size: 14px;
    font-weight: 800;
}

.fm-menu-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.fm-menu li { margin: 0; }
.fm-menu a { white-space: nowrap; }
.fm-menu a:hover, .fm-menu a:focus, .fm-menu .current-menu-item > a { color: var(--fm-text); }

.fm-menu-cta {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    border-radius: 999px;
    color: #06101a !important;
    background: var(--fm-cyan);
    font-weight: 900;
}

.fm-hero {
    position: relative;
    padding: clamp(58px, 8vw, 96px) 0 48px;
    overflow: hidden;
}

.fm-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        radial-gradient(circle at 18% 18%, rgba(54,216,255,.18), transparent 34%),
        radial-gradient(circle at 82% 10%, rgba(102,133,255,.18), transparent 30%),
        linear-gradient(90deg, rgba(8,12,20,.98) 0%, rgba(8,12,20,.92) 55%, rgba(8,12,20,.86) 100%);
}

.fm-hero h1 {
    max-width: 920px;
    margin: 0 0 16px;
    color: var(--fm-text);
    font-size: clamp(42px, 6.8vw, 78px);
    line-height: .94;
    letter-spacing: -3px;
    font-weight: 900;
}

.fm-hero h1 span {
    color: transparent;
    background: linear-gradient(90deg, var(--fm-cyan), var(--fm-blue), var(--fm-green));
    -webkit-background-clip: text;
    background-clip: text;
}

.fm-lead {
    max-width: 760px;
    margin: 0;
    color: var(--fm-muted);
    font-size: clamp(17px, 2vw, 21px);
    line-height: 1.65;
}

.fm-actions, .fm-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 28px;
}

.fm-btn,
.fm-content .wp-element-button,
.fm-content input[type="submit"],
.fm-content button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 20px;
    border: 1px solid var(--fm-line);
    border-radius: 999px;
    color: var(--fm-text);
    background: rgba(255,255,255,.07);
    font-weight: 900;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.fm-btn:hover, .fm-btn:focus,
.fm-content .wp-element-button:hover,
.fm-content input[type="submit"]:hover {
    transform: translateY(-2px);
    background: rgba(255,255,255,.12);
}

.fm-btn-primary { color: #06101a; background: var(--fm-text); border-color: transparent; }
.fm-btn-accent { color: #06101a; background: var(--fm-cyan); border-color: transparent; }

.fm-section { padding: clamp(48px, 7vw, 84px) 0; }
.fm-section-alt {
    border-top: 1px solid rgba(255,255,255,.08);
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.025);
}

.fm-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 26px;
}

.fm-section-head h2 {
    margin: 0;
    color: var(--fm-text);
    font-size: clamp(30px, 4.5vw, 52px);
    line-height: 1;
    letter-spacing: -1.7px;
    font-weight: 900;
}

.fm-services {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.fm-card {
    min-height: 255px;
    display: flex;
    flex-direction: column;
    padding: 23px;
    border: 1px solid var(--fm-line);
    border-radius: var(--fm-radius);
    background: var(--fm-card);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.fm-card:hover, .fm-card:focus-within {
    transform: translateY(-4px);
    border-color: rgba(54,216,255,.38);
    background: var(--fm-card-2);
}

.fm-icon {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    border: 1px solid rgba(54,216,255,.23);
    border-radius: 16px;
    color: var(--fm-cyan);
    background: rgba(54,216,255,.12);
}

.fm-icon svg { width: 23px; height: 23px; fill: currentColor; }
.fm-card h3 { margin: 0 0 10px; color: var(--fm-text); font-size: 21px; font-weight: 900; }
.fm-card p { margin: 0; color: var(--fm-muted); line-height: 1.68; font-size: 15px; }
.fm-card-link { margin-top: auto; padding-top: 18px; color: var(--fm-cyan); font-weight: 900; }
.fm-card-link::after { content: " →"; }

.fm-split {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 18px;
    align-items: stretch;
}

.fm-panel {
    padding: clamp(24px, 4vw, 34px);
    border: 1px solid var(--fm-line);
    border-radius: 30px;
    background: var(--fm-card);
}

.fm-panel h2 {
    margin: 0 0 14px;
    color: var(--fm-text);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    letter-spacing: -1.5px;
    font-weight: 900;
}

.fm-panel p { margin: 0 0 16px; color: var(--fm-muted); line-height: 1.75; }
.fm-list { display: grid; gap: 12px; margin: 20px 0 0; padding: 0; list-style: none; }
.fm-list li { display: flex; gap: 12px; color: var(--fm-muted); line-height: 1.55; }
.fm-list li::before {
    content: "✓";
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--fm-green);
    background: rgba(78,230,161,.13);
    font-weight: 900;
}

.fm-steps { display: grid; gap: 13px; }
.fm-step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 15px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 22px;
    background: rgba(255,255,255,.06);
}

.fm-step-number {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: var(--fm-text);
    background: linear-gradient(135deg, rgba(54,216,255,.22), rgba(102,133,255,.22));
    font-weight: 900;
}

.fm-step h3 { margin: 0 0 6px; color: var(--fm-text); font-size: 18px; font-weight: 900; }
.fm-step p { margin: 0; color: var(--fm-muted); line-height: 1.6; font-size: 15px; }
.fm-tools { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.fm-tool-pill {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 13px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 999px;
    color: var(--fm-muted);
    background: rgba(255,255,255,.07);
    font-size: 14px;
    font-weight: 800;
}

.fm-cta-box {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 54px);
    border: 1px solid var(--fm-line);
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 0%, rgba(54,216,255,.24), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
    box-shadow: var(--fm-shadow);
}

.fm-cta-box h2 {
    max-width: 850px;
    margin: 0 0 12px;
    color: var(--fm-text);
    font-size: clamp(32px, 5.2vw, 58px);
    line-height: 1;
    letter-spacing: -1.8px;
    font-weight: 900;
}

.fm-cta-box p { max-width: 720px; margin: 0; color: var(--fm-muted); font-size: 18px; line-height: 1.7; }

.fm-footer {
    flex-shrink: 0;
    width: 100%;
    padding: 22px 0;
    border-top: 1px solid rgba(255,255,255,.16);
    color: #fff;
    background: #1e2530;
}

.fm-footer h2 { margin: 0 0 10px; color: #fff; font-size: 18px; line-height: 1.35; }
.fm-footer-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; align-items: center; }
.fm-footer-left { min-width: 0; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.fm-footer-lines { min-width: 0; display: flex; align-items: center; gap: 8px 12px; flex-wrap: wrap; color: rgba(255,255,255,.86); font-size: 14px; }
.fm-footer-mail { text-align: right; overflow-wrap: anywhere; }
.fm-footer a:hover, .fm-footer a:focus { text-decoration: underline; }
.fm-privacy-btn { min-height: 38px; padding: 0 15px; }

/* Binnenpagina's, blog en WordPress-blokken */
.fm-content-wrap { padding: clamp(44px, 7vw, 84px) 0; }
.fm-content {
    padding: clamp(24px, 5vw, 48px);
    border: 1px solid var(--fm-line);
    border-radius: 30px;
    color: var(--fm-muted);
    background: var(--fm-card);
}

.fm-content > :first-child { margin-top: 0; }
.fm-content > :last-child { margin-bottom: 0; }
.fm-content h1, .fm-content h2, .fm-content h3, .fm-content h4 { color: var(--fm-text); line-height: 1.12; }
.fm-content h1 { margin: 0 0 22px; font-size: clamp(38px, 6vw, 64px); letter-spacing: -2px; }
.fm-content h2 { margin-top: 1.6em; font-size: clamp(28px, 4vw, 42px); }
.fm-content a { color: var(--fm-cyan); text-decoration: underline; text-underline-offset: 3px; }
.fm-content img { border-radius: 18px; }
.fm-content blockquote { margin: 1.5em 0; padding: 16px 20px; border-left: 4px solid var(--fm-cyan); background: rgba(255,255,255,.05); }
.fm-content input:not([type="submit"]), .fm-content textarea, .fm-content select,
.fm-search-form input[type="search"] {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--fm-line);
    border-radius: 14px;
    color: var(--fm-text);
    background: rgba(0,0,0,.25);
}

.fm-post-list { display: grid; gap: 18px; }
.fm-post-card { padding: 24px; border: 1px solid var(--fm-line); border-radius: 24px; background: var(--fm-card); }
.fm-post-card h2 { margin: 0 0 8px; font-size: clamp(24px, 4vw, 36px); }
.fm-post-card h2 a:hover { color: var(--fm-cyan); }
.fm-meta { color: var(--fm-muted); font-size: 14px; }
.fm-pagination { margin-top: 28px; }
.fm-pagination .nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.fm-pagination .page-numbers { padding: 8px 13px; border: 1px solid var(--fm-line); border-radius: 999px; background: var(--fm-card); }
.fm-pagination .current { color: #06101a; background: var(--fm-cyan); }
.fm-search-form { display: flex; gap: 10px; max-width: 700px; margin-top: 22px; }
.fm-search-form label { flex: 1; }

@media (max-width: 1100px) {
    .fm-menu, .fm-menu-list { gap: 11px; font-size: 13px; }
    .fm-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .fm-nav { align-items: flex-start; flex-direction: column; padding: 14px 0; }
    .fm-menu { width: 100%; justify-content: flex-start; }
    .fm-split { grid-template-columns: 1fr; }
    .fm-section-head { display: block; }
}

@media (max-width: 782px) {
    body.admin-bar .fm-topbar { top: 46px; }
}

@media (max-width: 768px) {
    .fm-container { width: calc(100% - 24px); }
    .fm-topbar { position: relative; }
    .fm-nav { min-height: auto; padding: 14px 0 12px; align-items: stretch; gap: 12px; }
    .fm-brand { width: 100%; min-width: 0; }
    .fm-header-logo, .fm-brand .custom-logo { width: 112px; max-width: 112px; max-height: 44px; flex: 0 0 auto; }
    .fm-brand-text { min-width: 0; font-size: 14px; line-height: 1.15; }
    .fm-brand-text small { display: block; font-size: 11px; line-height: 1.25; white-space: normal; }
    .fm-menu { width: 100%; display: grid; gap: 8px; }
    .fm-menu-list { width: 100%; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .fm-menu li, .fm-menu-list a, .fm-menu-cta { min-width: 0; width: 100%; }
    .fm-menu-list a, .fm-menu-cta {
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 10px;
        border: 1px solid rgba(255,255,255,.12);
        border-radius: 14px;
        white-space: normal;
        text-align: center;
        line-height: 1.2;
        background: rgba(255,255,255,.07);
    }
    .fm-menu-cta { color: #06101a !important; border-color: transparent; background: var(--fm-cyan); }
    .fm-hero { padding: 34px 0 38px; }
    .fm-hero h1 { width: 100%; margin-bottom: 14px; font-size: clamp(38px, 13vw, 54px); line-height: 1.04; letter-spacing: -1.8px; }
    .fm-lead { font-size: 16px; line-height: 1.6; }
    .fm-actions, .fm-cta-actions { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
    .fm-btn { width: 100%; min-height: 48px; padding: 10px 16px; text-align: center; line-height: 1.25; }
    .fm-section { padding: 42px 0; }
    .fm-section-head { margin-bottom: 18px; }
    .fm-section-head h2, .fm-panel h2, .fm-cta-box h2 { font-size: clamp(28px, 10vw, 38px); line-height: 1.05; letter-spacing: -1px; }
    .fm-services { grid-template-columns: 1fr; gap: 12px; }
    .fm-card { min-height: 0; padding: 20px; }
    .fm-panel { padding: 22px; border-radius: 22px; }
    .fm-step { grid-template-columns: 44px 1fr; gap: 12px; padding: 15px; }
    .fm-step-number { width: 40px; height: 40px; border-radius: 13px; }
    .fm-cta-box { padding: 24px 20px; border-radius: 24px; }
    .fm-cta-box p { font-size: 16px; }
    .fm-footer { padding: 22px 0; text-align: center; }
    .fm-footer h2 { font-size: 15px; }
    .fm-footer-row { grid-template-columns: 1fr; gap: 12px; }
    .fm-footer-left { display: grid; grid-template-columns: 1fr; gap: 10px; justify-content: center; }
    .fm-footer-lines { display: grid; grid-template-columns: 1fr; gap: 3px; justify-content: center; font-size: 13px; }
    .fm-footer-mail { text-align: center; font-size: 13px; }
    .fm-privacy-btn { justify-self: center; width: auto; }
    .fm-search-form { display: grid; }
}

@media (max-width: 390px) {
    .fm-menu-list { grid-template-columns: 1fr; }
    .fm-hero h1 { font-size: 36px; letter-spacing: -1.2px; }
    .fm-header-logo, .fm-brand .custom-logo { width: 96px; max-width: 96px; }
}

@media print {
    .fm-topbar, .fm-footer, .fm-actions, .fm-cta-actions { display: none !important; }
    body { color: #111; background: #fff; }
    .fm-content, .fm-panel, .fm-card { color: #111; border-color: #bbb; background: #fff; }
}
