/*
Theme Name:   jacomp KG
Theme URI:    https://www.jacomp.at
Description:  jacomp KG Child Theme – finale Version
Author:       jacomp KG
Template:     generatepress
Version:      3.2.0
Text Domain:  jacomp
*/

/* ── CSS VARIABLEN ── */
:root {
  --navy:      #152B6B;
  --navy-dk:   #0f1f5c;
  --navy-lt:   #EEF2FB;
  --navy-xl:   #F5F7FD;
  --gray:      #8C8C8C;
  --gray-dk:   #3D3D3D;
  --gray-md:   #E2E4EA;
  --gray-lt:   #F5F6F8;
  --text:      #14142B;
  --muted:     #5C6475;
  --green:     #16A34A;
  --green-bg:  #F0FDF4;
  --white:     #FFFFFF;
  --r:         7px;
  --r-lg:      12px;
  --shadow:    0 4px 20px rgba(31,58,138,0.08);
  --shadow-lg: 0 8px 40px rgba(31,58,138,0.12);
  --ff:        'Outfit', sans-serif;
  --fb:        'Source Sans 3', sans-serif;
}

/* ── BASE ── */
*, *::before, *::after { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { font-family: var(--fb); font-size: 16px; line-height: 1.65; color: var(--text); background: var(--white); overflow-x: hidden; color-scheme: light only; }
img { max-width: 100%; height: auto; display: block; }
input, select, textarea, button { -webkit-appearance: none; appearance: none; }
a { -webkit-touch-callout: none; }

/* ── GENERATEPRESS OVERRIDES ── */
.site-header, .nav-primary, .site-footer, #site-header, .inside-header, .site-branding, .main-navigation, #site-navigation, .generate-back-to-top { display: none !important; }
/* Zweiten Header verstecken falls GP ihn rendert */
header.site-header { display: none !important; }
.site-header + .jacomp-nav { margin-top: 0 !important; }
.inside-article, .entry-content { max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
.site-content { padding: 0 !important; }

/* ── TYPOGRAFIE ── */
h1, h2, h3, h4 { font-family: var(--ff); line-height: 1.12; color: var(--text); }
h1 { font-size: clamp(30px, 4.5vw, 54px); font-weight: 800; letter-spacing: -1px; }
h2 { font-size: clamp(24px, 3.2vw, 40px); font-weight: 800; letter-spacing: -0.5px; margin-bottom: 12px; }
h3 { font-size: clamp(16px, 1.8vw, 19px); font-weight: 700; margin-bottom: 8px; }
p { margin-bottom: 1rem; color: var(--gray-dk); }
p:last-child { margin-bottom: 0; }

/* ── LAYOUT ── */
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 5vw; }
section { padding: 80px 0; }
.s-light { background: var(--gray-lt); }
.s-navy { background: var(--navy-dk); }

/* ── EYEBROW ── */
.eyebrow { font-family: var(--ff); font-size: 11px; font-weight: 700; color: var(--navy); letter-spacing: 2px; text-transform: uppercase; display: block; margin-bottom: 10px; }
.eyebrow-lt { color: rgba(255,255,255,0.5); }
.lead { font-size: 17px; color: var(--muted); line-height: 1.75; }

/* ── NAVIGATION ── */
.jacomp-nav { position: -webkit-sticky; position: sticky; top: 0; z-index: 100; top: var(--wp-admin--admin-bar--height, 0px); background: rgba(255,255,255,0.97); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); border-bottom: 1px solid var(--gray-md); }
.nav-wrap { max-width: 1160px; margin: 0 auto; padding: 0 5vw; display: flex; align-items: center; height: 68px; gap: 32px; }
.nav-logo img { height: 44px; width: auto; display: block; }
.nav-logo-fallback { font-family: var(--ff); font-size: 20px; font-weight: 800; color: var(--navy); display: none; }
.nav-links { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; flex: 1; }
.nav-links a { font-family: var(--ff); font-size: 14px; font-weight: 500; color: var(--gray-dk); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover, .nav-links a.current { color: var(--navy); }
.nav-right { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.btn-tv { display: flex; align-items: center; gap: 6px; font-family: var(--ff); font-size: 13px; font-weight: 600; color: var(--navy); text-decoration: none; border: 1.5px solid rgba(31,58,138,0.2); border-radius: var(--r); padding: 7px 12px; transition: all 0.2s; white-space: nowrap; }
.btn-tv:hover { background: var(--navy-lt); border-color: var(--navy); color: var(--navy); }
.btn-nav-cta { background: var(--navy-dk); color: var(--white) !important; font-family: var(--ff); font-size: 14px; font-weight: 600; padding: 9px 20px; border-radius: var(--r); text-decoration: none; transition: background 0.2s; white-space: nowrap; }
.btn-nav-cta:hover { background: #0a1540; }
.nav-burger { display: none; background: none; border: none; cursor: pointer; padding: 6px; color: var(--gray-dk); }
.mobile-menu { display: none; flex-direction: column; background: var(--white); border-top: 1px solid var(--gray-md); }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-family: var(--ff); font-size: 15px; font-weight: 500; color: var(--gray-dk); text-decoration: none; padding: 14px 5vw; border-bottom: 1px solid var(--gray-md); transition: background 0.2s; }
.mobile-menu a:hover { background: var(--navy-lt); color: var(--navy); }
.mobile-menu a:last-child { border-bottom: none; color: var(--navy); font-weight: 600; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--ff); font-weight: 700; border-radius: var(--r); text-decoration: none; transition: all 0.2s; cursor: pointer; border: 2px solid transparent; white-space: nowrap; font-size: 15px; padding: 13px 26px; }
.btn-navy { background: var(--navy-dk); color: var(--white); border-color: var(--navy-dk); }
.btn-navy:hover { background: var(--navy); border-color: var(--navy); color: var(--white); }
.btn-outline { background: var(--white); color: var(--navy); border-color: rgba(31,58,138,0.25); }
.btn-outline:hover { border-color: var(--navy); background: var(--navy-lt); color: var(--navy); }
.btn-white { background: var(--white); color: var(--navy); border-color: var(--white); }
.btn-white:hover { background: var(--navy-lt); }
.btn-ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.35); }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,0.1); color: var(--white); }
.btn-sm { font-size: 14px; padding: 10px 20px; }
.mehr-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--ff); font-size: 14px; font-weight: 600; color: var(--navy); text-decoration: none; margin-top: 28px; transition: gap 0.2s; }
.mehr-link:hover { gap: 10px; }

/* ── HERO ── */
.hero { background: var(--navy-xl); padding: 76px 5vw 84px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; right: -60px; top: -60px; width: 460px; height: 460px; border-radius: 50%; background: rgba(31,58,138,0.05); pointer-events: none; }
.hero-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--white); border: 1px solid rgba(31,58,138,0.15); border-radius: 20px; padding: 5px 14px; font-family: var(--ff); font-size: 12px; font-weight: 600; color: var(--navy); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.hero-tag-dot { width: 6px; height: 6px; background: var(--navy); border-radius: 50%; }
.hero h1 { margin-bottom: 6px; }
.hero h1 em { font-style: normal; color: var(--navy); }
.hero-claim { font-family: var(--ff); font-size: clamp(17px,2vw,22px); font-weight: 400; color: var(--navy); opacity: 0.75; margin-bottom: 20px; }
.hero-desc { font-size: 16px; line-height: 1.78; color: var(--muted); max-width: 480px; margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 32px; }
.hero-facts { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.hero-fact { display: flex; align-items: center; gap: 7px; font-size: 13px; color: var(--muted); font-weight: 500; }
.fact-tick { width: 18px; height: 18px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.fact-tick svg { width: 9px; height: 9px; fill: var(--white); }
.fact-sep { width: 1px; height: 14px; background: var(--gray-md); }

/* Hero Card */
.hero-card { background: var(--white); border-radius: 14px; border: 1px solid var(--gray-md); overflow: hidden; box-shadow: var(--shadow-lg); }
.hc-head { background: var(--navy); padding: 15px 20px; display: flex; align-items: center; justify-content: space-between; }
.hc-title { font-family: var(--ff); font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.7); letter-spacing: 0.5px; text-transform: uppercase; }
.hc-dots { display: flex; gap: 5px; }
.hc-dot { width: 7px; height: 7px; border-radius: 50%; }
.hc-rows { padding: 4px 0; }
.hc-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 20px; border-bottom: 1px solid var(--gray-md); }
.hc-row:last-child { border-bottom: none; }
.hc-label { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--gray-dk); }
.hc-ico { width: 30px; height: 30px; background: var(--navy-lt); border-radius: 7px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hc-ico svg { width: 15px; height: 15px; fill: none; stroke: var(--navy); color: var(--navy); }
.pill { font-family: var(--ff); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; white-space: nowrap; }
.pill-ok { background: var(--green-bg); color: var(--green); }
.pill-blue { background: var(--navy-lt); color: var(--navy); }
.hc-foot { background: var(--navy-xl); border-top: 1px solid var(--gray-md); padding: 14px 20px; display: flex; align-items: center; gap: 10px; }
.hc-av { width: 36px; height: 36px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--ff); font-size: 13px; font-weight: 700; color: var(--white); flex-shrink: 0; }
.hc-foot-text { font-size: 13px; color: var(--muted); line-height: 1.35; }
.hc-foot-text strong { display: block; color: var(--text); font-size: 14px; font-weight: 600; }

/* ── TRUST BAR ── */
.trust-bar { background: var(--navy-dk); padding: 20px 5vw; }
.trust-wrap { max-width: 1160px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.trust-text { font-family: var(--ff); font-size: 13px; color: rgba(255,255,255,0.6); }
.trust-text strong { color: var(--white); }
.trust-pills { display: flex; gap: 10px; flex-wrap: wrap; }
.trust-pill { display: flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 8px 14px; text-decoration: none; transition: background 0.2s; }
.trust-pill:hover { background: rgba(255,255,255,0.13); }
.t-stars { display: flex; gap: 2px; }
.t-star { width: 11px; height: 11px; fill: #FBBF24; }
.t-score { font-family: var(--ff); font-size: 15px; font-weight: 700; color: var(--white); display: block; }
.t-name { font-size: 11px; color: rgba(255,255,255,0.55); }

/* ── LEISTUNGEN ── */
.leistungen-head { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: end; margin-bottom: 44px; }
.lcard-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.lcard { background: var(--white); border: 1px solid var(--gray-md); border-radius: var(--r-lg); padding: 28px 24px; transition: box-shadow 0.2s, border-color 0.2s; }
.lcard:hover { box-shadow: var(--shadow); border-color: rgba(31,58,138,0.2); }
.lcard-ico { width: 44px; height: 44px; background: var(--navy-lt); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.lcard-ico svg { width: 22px; height: 22px; fill: none; stroke: var(--navy); color: var(--navy); }
.lcard p { font-size: 14px; color: var(--muted); line-height: 1.65; margin-bottom: 14px; }
.lcard-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.ltag { font-family: var(--ff); font-size: 11px; font-weight: 600; color: var(--navy); background: var(--navy-lt); padding: 2px 9px; border-radius: 20px; }
.lcard-note { margin-top: 12px; padding: 9px 12px; background: var(--navy-xl); border-radius: 6px; font-size: 12px; color: var(--navy); line-height: 1.5; border-left: 2px solid rgba(31,58,138,0.25); }

/* ── WARUM JACOMP ── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.why-left h2 { margin-bottom: 16px; }
.why-left p { font-size: 15px; line-height: 1.78; margin-bottom: 14px; }
.why-quote { border-left: 3px solid var(--navy); padding: 14px 18px; font-family: var(--ff); font-size: 17px; font-weight: 500; color: var(--navy); line-height: 1.55; font-style: italic; margin: 20px 0 24px; background: var(--navy-lt); border-radius: 0 8px 8px 0; }
.why-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.why-card { background: var(--white); border: 1px solid var(--gray-md); border-radius: var(--r-lg); padding: 18px; }
.why-card strong { font-family: var(--ff); font-size: 13px; font-weight: 700; color: var(--navy); display: block; margin-bottom: 4px; }
.why-card span { font-size: 13px; color: var(--muted); line-height: 1.5; }

/* ── ARBEITSWEISE ── */
.aw-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.aw-steps { display: flex; flex-direction: column; }
.aw-step { display: flex; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--gray-md); }
.aw-step:last-child { border-bottom: none; }
.aw-num { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: var(--white); font-family: var(--ff); font-size: 16px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.aw-body h3 { font-size: 16px; margin-bottom: 4px; }
.aw-body p { font-size: 14px; color: var(--muted); line-height: 1.6; margin: 0; }
.fit-box { background: var(--white); border: 1px solid var(--gray-md); border-radius: var(--r-lg); padding: 24px; margin-bottom: 12px; }
.fit-box:last-child { margin-bottom: 0; }
.fit-title { font-family: var(--ff); font-size: 15px; font-weight: 700; margin-bottom: 14px; }
.fit-list { list-style: none; display: flex; flex-direction: column; gap: 9px; padding: 0; }
.fit-list li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--gray-dk); line-height: 1.5; }
.ci-ok { width: 19px; height: 19px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.ci-ok svg { width: 9px; height: 9px; fill: var(--white); }
.ci-no { width: 19px; height: 19px; background: #FEE2E2; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.ci-no svg { width: 9px; height: 9px; fill: #DC2626; }
.verantwortung-box { background: var(--navy); border-radius: var(--r-lg); padding: 22px 24px; }
.verantwortung-box h3 { font-family: var(--ff); font-size: 15px; font-weight: 700; color: var(--white); margin-bottom: 12px; }
.vb-items { display: flex; flex-direction: column; gap: 8px; }
.vb-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.8); line-height: 1.5; }
.vb-dot { width: 5px; height: 5px; background: rgba(255,255,255,0.35); border-radius: 50%; flex-shrink: 0; margin-top: 5px; }

/* ── REGION ── */
.region-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.region-karten { display: flex; flex-direction: column; gap: 10px; }
.rk-label { font-family: var(--ff); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 6px; }
.rk-label.navy { color: var(--navy); }
.rk-label.muted { color: var(--muted); }
.rk-row { display: grid; gap: 8px; }
.rk-row.two { grid-template-columns: 1fr 1fr; }
.rk-row.three { grid-template-columns: 1fr 1fr 1fr; }
.rk-item { border-radius: 10px; padding: 12px 14px; }
.rk-item.primary { background: var(--navy); display: flex; align-items: center; gap: 10px; }
.rk-item.secondary { background: var(--navy-lt); border: 1px solid rgba(31,58,138,0.15); }
.rk-item.tertiary { background: var(--gray-lt); border: 1px solid var(--gray-md); }
.rk-pin { width: 28px; height: 28px; background: rgba(255,255,255,0.15); border-radius: 6px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.rk-pin svg { width: 14px; height: 14px; fill: var(--white); }
.rk-name { font-family: var(--ff); font-size: 13px; font-weight: 700; display: block; margin-bottom: 3px; }
.rk-item.primary .rk-name { color: var(--white); }
.rk-item.secondary .rk-name { color: var(--navy); }
.rk-item.tertiary .rk-name { color: var(--text); }
.rk-sub { font-size: 11px; display: block; }
.rk-item.primary .rk-sub { color: rgba(255,255,255,0.6); }
.rk-item.secondary .rk-sub { color: var(--muted); }
.rk-item.tertiary .rk-sub { color: var(--muted); }
.rk-note { background: var(--gray-lt); border-left: 3px solid var(--navy); border-radius: 0 8px 8px 0; padding: 12px 14px; font-size: 13px; color: var(--gray-dk); line-height: 1.6; margin-top: 4px; }
.rk-note strong { color: var(--navy); }
.region-text h2 { margin-bottom: 14px; }
.region-text p { font-size: 15px; line-height: 1.78; margin-bottom: 12px; }

/* ── TECH ── */
.tech-section { padding: 40px 0 56px; border-top: 1px solid var(--gray-md); }
.tech-inner { max-width: 1160px; margin: 0 auto; padding: 0 5vw; display: flex; flex-direction: column; align-items: center; gap: 14px; text-align: center; }
.tech-label { font-family: var(--ff); font-size: 11px; font-weight: 700; color: var(--muted); letter-spacing: 2px; text-transform: uppercase; }
.tech-text { font-size: 15px; color: var(--muted); max-width: 600px; line-height: 1.7; }
.tech-notes { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; max-width: 760px; width: 100%; }
.tech-note { background: var(--gray-lt); border: 1px solid var(--gray-md); border-radius: 8px; padding: 12px 14px; font-size: 13px; color: var(--muted); line-height: 1.5; }
.tech-note strong { display: block; color: var(--gray-dk); font-weight: 600; margin-bottom: 2px; }

/* ── KONTAKT / CTA ── */
.cta-section { background: var(--navy); padding: 80px 5vw; }
.cta-grid { max-width: 1160px; margin: 0 auto; display: grid; grid-template-columns: 1fr 420px; gap: 72px; align-items: start; }
.cta-left h2 { color: var(--white); margin-bottom: 14px; }
.cta-left p { font-size: 16px; color: rgba(255,255,255,0.72); line-height: 1.78; margin-bottom: 28px; }
.cta-contacts { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.cta-contact { display: flex; align-items: center; gap: 10px; font-size: 14px; color: rgba(255,255,255,0.75); }
.cta-contact svg { width: 16px; height: 16px; fill: rgba(255,255,255,0.4); flex-shrink: 0; }
.cta-contact a { color: var(--white); text-decoration: none; font-weight: 400; }
.cta-hours { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; padding-top: 14px; border-top: 1px solid rgba(255,255,255,0.1); }
.cta-form { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: 14px; padding: 28px; }
.cta-form h3 { font-family: var(--ff); font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.cta-form-sub { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 20px; line-height: 1.5; }
.ffields { display: flex; flex-direction: column; gap: 9px; margin-bottom: 12px; }
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.fg { display: flex; flex-direction: column; gap: 4px; }
.fg label { font-family: var(--ff); font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.5); letter-spacing: 0.8px; text-transform: uppercase; }
.fg input, .fg select, .fg textarea { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 6px; color: var(--white); font-family: var(--fb); font-size: 16px; padding: 10px 13px; outline: none; transition: border-color 0.2s; width: 100%; }
.fg input::placeholder { color: rgba(255,255,255,0.3); }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: rgba(255,255,255,0.4); }
.fg select option { background: #152B6B; }
.fg textarea { resize: none; min-height: 72px; }
.fg-privacy { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.5; }
.fg-privacy input[type=checkbox] { width: 15px; height: 15px; flex-shrink: 0; margin-top: 2px; accent-color: var(--navy); -webkit-appearance: checkbox; appearance: checkbox; }
.fg-privacy a { color: rgba(255,255,255,0.6); }
.form-submit { width: 100%; background: var(--white); color: var(--navy); font-family: var(--ff); font-size: 15px; font-weight: 700; padding: 14px; border-radius: 6px; border: none; cursor: pointer; transition: background 0.2s; margin-top: 4px; }
.form-submit:hover { background: var(--navy-lt); }
.form-note { font-size: 11px; color: rgba(255,255,255,0.35); text-align: center; margin-top: 9px; line-height: 1.5; }

/* ── FOOTER ── */
.jacomp-footer { background: #0C1940; color: var(--white); padding: 56px 5vw 28px; }
.footer-inner { max-width: 1160px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { margin-bottom: 20px; } .footer-logo svg { display: block; } .footer-logo img { display: none; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,0.45); line-height: 1.7; max-width: 240px; margin-bottom: 14px; }
.footer-contact a { display: block; font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 5px; transition: color 0.2s; }
.footer-contact a:hover { color: var(--white); }
.footer-col h4 { font-family: var(--ff); font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.3); letter-spacing: 1.8px; text-transform: uppercase; margin-bottom: 14px; }
.footer-col ul { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.footer-col ul a { font-size: 13px; color: rgba(255,255,255,0.55); text-decoration: none; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.28); margin: 0; }
.footer-disclaimer { font-size: 11px; color: rgba(255,255,255,0.18); line-height: 1.6; text-align: center; margin-top: 14px; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-card { max-width: 480px; }
  .leistungen-head { grid-template-columns: 1fr; gap: 14px; }
  .lcard-grid { grid-template-columns: repeat(2,1fr); }
  .why-grid, .aw-grid, .region-grid { grid-template-columns: 1fr; gap: 40px; }
  .cta-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .rk-row.three { grid-template-columns: 1fr 1fr; }
  .tech-notes { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .btn-tv span { display: none; }
  .btn-tv { padding: 8px 10px; }
  .btn-nav-cta { font-size: 13px; padding: 8px 14px; }
  section { padding: 56px 0; }
  .hero { padding: 52px 5vw 60px; }
  .hero-ctas { flex-direction: column; align-items: flex-start; }
  .hero-ctas .btn { width: 100%; justify-content: center; }
  .hero-facts { flex-direction: column; align-items: flex-start; gap: 8px; }
  .fact-sep { display: none; }
  .lcard-grid { grid-template-columns: 1fr; }
  .trust-wrap { flex-direction: column; align-items: flex-start; }
  .trust-pills { flex-direction: column; width: 100%; }
  .why-cards { grid-template-columns: 1fr; }
  .frow { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .rk-row.two, .rk-row.three { grid-template-columns: 1fr; }
  .tech-notes { grid-template-columns: 1fr; }
  .cta-grid { padding: 0; }
}
@media (max-width: 480px) {
  h1 { font-size: 27px; letter-spacing: -0.5px; }
  h2 { font-size: 22px; }
  .wrap { padding: 0 4vw; }
  .cta-form { padding: 20px; }
}
@media (prefers-color-scheme: dark) {
  :root { --navy: #152B6B; --navy-dk: #0f1f5c; --navy-lt: #EEF2FB; --navy-xl: #F5F7FD; --text: #14142B; --muted: #5C6475; }
  body { background: var(--white) !important; color: var(--text) !important; }
}

/* ── UNTERSEITEN CSS ── */
.jacomp-section { padding: 64px 0; }
.jacomp-section-xlight { background: var(--navy-xl); }
.jacomp-section-light { background: var(--gray-lt); }
.jacomp-section-navy { background: var(--navy); }
.jacomp-section-dark { background: #0C1940; }
.jacomp-wrap { max-width: 1160px; margin: 0 auto; padding: 0 5vw; }
.jacomp-card { background: var(--white); border: 1px solid var(--gray-md); border-radius: var(--r-lg); padding: 28px 24px; margin-bottom: 14px; }
.jacomp-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.jacomp-grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.btn-primary { display: inline-block; background: var(--navy); color: var(--white); font-family: var(--ff); font-size: 15px; font-weight: 700; padding: 13px 26px; border-radius: var(--r); text-decoration: none; transition: background 0.2s; }
.btn-primary:hover { background: var(--navy-dk); color: var(--white); }
.btn-secondary { display: inline-block; background: var(--white); color: var(--navy); font-family: var(--ff); font-size: 15px; font-weight: 600; padding: 13px 26px; border-radius: var(--r); text-decoration: none; border: 2px solid rgba(31,58,138,0.25); transition: all 0.2s; }
.btn-secondary:hover { border-color: var(--navy); background: var(--navy-lt); }

@media (max-width: 768px) {
  .jacomp-section { padding: 48px 0; }
  .jacomp-grid-2 { grid-template-columns: 1fr; gap: 28px; }
  .jacomp-grid-3 { grid-template-columns: 1fr; }
}

/* ── CHECK LISTS ── */
.check-list { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--gray-dk); line-height: 1.55; }
.check-ok { width: 20px; height: 20px; background: var(--navy); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.check-ok svg { width: 9px; height: 9px; }
.check-no { width: 20px; height: 20px; background: #FEE2E2; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.check-no svg { width: 9px; height: 9px; }

/* ── CHECK ICON FIX – keine riesigen SVGs ── */
.check-ok svg, .check-no svg { width: 9px !important; height: 9px !important; display: block; }
.check-ok, .check-no { min-width: 20px; max-width: 20px; min-height: 20px; max-height: 20px; overflow: hidden; }

/* ── BEWERTUNGS-KARTEN (Über uns) ── */
.review-card { background: var(--white); border: 1px solid var(--gray-md); border-radius: var(--r-lg); padding: 24px; }
.rv-stars { display: flex; gap: 3px; margin-bottom: 12px; }
.rv-star { width: 13px; height: 13px; fill: #FBBF24; }
.rv-text { font-size: 14px; color: var(--gray-dk); line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.rv-author { display: flex; align-items: center; gap: 10px; }
.rv-av { width: 34px; height: 34px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--ff); font-size: 11px; font-weight: 700; color: var(--white); flex-shrink: 0; }
.rv-name { font-family: var(--ff); font-size: 13px; font-weight: 700; color: var(--text); }
.rv-src { font-size: 12px; color: var(--muted); }
.rscard { display: flex; align-items: center; gap: 16px; background: var(--navy); border-radius: var(--r-lg); padding: 20px 24px; text-decoration: none; transition: opacity 0.2s; }
.rscard:hover { opacity: 0.9; }
.rs-score { font-family: var(--ff); font-size: 38px; font-weight: 800; color: var(--white); line-height: 1; }
.rs-stars { display: flex; gap: 2px; margin-bottom: 4px; }
.rs-star { width: 12px; height: 12px; fill: #FBBF24; }
.rs-plat { font-family: var(--ff); font-size: 14px; font-weight: 700; color: var(--white); display: block; }
.rs-count { font-size: 11px; color: rgba(255,255,255,0.55); }

/* ── WPFORMS STYLING ── */
.wpforms-container { max-width: 680px; margin: 0 auto; padding: 0 5vw; }
.wpforms-form .wpforms-field { margin-bottom: 16px; }
.wpforms-form label { font-family: var(--ff); font-size: 13px; font-weight: 600; color: var(--muted); display: block; margin-bottom: 6px; letter-spacing: 0.5px; }
.wpforms-form input[type=text],
.wpforms-form input[type=email],
.wpforms-form input[type=tel],
.wpforms-form select,
.wpforms-form textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--gray-md); border-radius: var(--r); font-family: var(--fb); font-size: 15px; color: var(--text); background: var(--white); transition: border-color 0.2s; -webkit-appearance: none; appearance: none; }
.wpforms-form input:focus,
.wpforms-form select:focus,
.wpforms-form textarea:focus { border-color: var(--navy); outline: none; }
.wpforms-form textarea { min-height: 100px; resize: vertical; }
.wpforms-form .wpforms-submit-container { margin-top: 20px; }
.wpforms-form button[type=submit],
.wpforms-form input[type=submit] { background: var(--navy); color: var(--white); font-family: var(--ff); font-size: 15px; font-weight: 700; padding: 13px 32px; border-radius: var(--r); border: none; cursor: pointer; transition: background 0.2s; width: 100%; }
.wpforms-form button[type=submit]:hover { background: var(--navy-dk); }
.wpforms-form .wpforms-field-checkbox label { font-size: 13px; font-weight: 400; color: var(--muted); }

/* Kontaktseite Wrapper */
.page-id-kontakt .entry-content,
.page .entry-content { max-width: 720px; margin: 60px auto; padding: 0 5vw; }

/* ── KONTAKT FORMULAR WRAPPER ── */
.wpforms-container { max-width: 100%; padding: 32px; background: var(--white); border-radius: var(--r-lg); border: 1px solid var(--gray-md); }
.wpforms-form .wpforms-field-container { display: flex; flex-direction: column; gap: 14px; }
.wpforms-form .wpforms-field { margin-bottom: 0 !important; }
.wpforms-form label.wpforms-field-label { font-family: var(--ff) !important; font-size: 12px !important; font-weight: 600 !important; color: var(--muted) !important; letter-spacing: 0.5px !important; text-transform: uppercase !important; margin-bottom: 5px !important; }
.wpforms-form input[type=text], .wpforms-form input[type=email], .wpforms-form input[type=tel], .wpforms-form select, .wpforms-form textarea { border: 1px solid var(--gray-md) !important; border-radius: var(--r) !important; padding: 11px 14px !important; font-family: var(--fb) !important; font-size: 15px !important; color: var(--text) !important; background: var(--white) !important; transition: border-color 0.2s !important; width: 100% !important; }
.wpforms-form input:focus, .wpforms-form select:focus, .wpforms-form textarea:focus { border-color: var(--navy) !important; outline: none !important; box-shadow: none !important; }
.wpforms-form textarea { min-height: 100px !important; resize: vertical !important; }
.wpforms-form button[type=submit] { background: var(--navy) !important; color: var(--white) !important; font-family: var(--ff) !important; font-size: 15px !important; font-weight: 700 !important; padding: 13px 32px !important; border-radius: var(--r) !important; border: none !important; cursor: pointer !important; transition: background 0.2s !important; width: 100% !important; margin-top: 8px !important; }
.wpforms-form button[type=submit]:hover { background: var(--navy-dk) !important; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: start; }
@media (max-width: 768px) { .cta-grid { grid-template-columns: 1fr; } }

/* ── WEISSER STREIFEN FIX v2.8 ── */
.separate-containers .site-content,
.separate-containers #primary,
.separate-containers .content-area,
.separate-containers .site-main,
.separate-containers article,
.separate-containers .inside-article,
.separate-containers .entry-content,
.separate-containers .paging-navigation,
#primary, .content-area, .site-main, article.page,
.inside-article, .entry-content {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* GeneratePress fügt margin-bottom auf articles hinzu */
.separate-containers .inside-article { 
  padding: 0 !important; 
  margin: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
/* Entferne den weißen Hintergrund vom body-wrapper */
.site { background: transparent !important; }
