/* JTL Service Partner — Seiten-Styling
 * webagentur-twopixels.de · Mai 2026
 * Branding: JTL-Logo & Badge nicht modifizieren, 20% Schutzraum, Mindest-150px.
 */

:root {
    --jtl-wawi: #F68B25;
    --jtl-shop: #5CBCF6;
    --jtl-conn: #CF004F;
    --jtl-ship: #FDC41F;
    --jtl-wms: #009688;
    --jtl-pos: #336699;
    --jtl-eazy: #8BC34A;
    --jtl-bg: #0F172A;
    --jtl-card: #ffffff;
    --jtl-text: #1F2937;
    --jtl-mute: #6B7280;
    --jtl-primary: #E85D3F;
}

/* Breadcrumb */
.jtl-breadcrumb-nav { background: #F7FAFC; padding: 14px 0; border-bottom: 1px solid #e5e7eb; font-size: 14px; }
.jtl-breadcrumb-nav ol { list-style: none; margin: 0; padding: 0 20px; display: flex; flex-wrap: wrap; gap: 8px; max-width: 1200px; margin: 0 auto; }
.jtl-breadcrumb-nav li { color: #4A5568; }
.jtl-breadcrumb-nav a { color: #4A5568; text-decoration: none; }
.jtl-breadcrumb-nav a:hover { color: var(--jtl-primary); }
.jtl-breadcrumb-nav .jtl-breadcrumb-sep { margin: 0 6px; color: #cbd5e0; }
.jtl-breadcrumb-nav [aria-current="page"] { color: #2D3748; font-weight: 600; }

/* Container */
.jtl-section .container,
.jtl-hero .container,
.jtl-cta-section .container { max-width: 1200px; margin: 0 auto; padding: 0 24px; box-sizing: border-box; }

/* ============== HERO (Hub-Seite) ============== */
.jtl-hero { position: relative; overflow: hidden; padding: 80px 0 96px; background: linear-gradient(180deg, #0F172A 0%, #1e293b 100%); color: #fff; }
.jtl-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.jtl-hero-bgimg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .35; filter: blur(2px) saturate(1.1); mix-blend-mode: screen; }
.jtl-hero-bgimg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15,23,42,.4) 0%, rgba(15,23,42,.85) 100%); }
.jtl-hero-blob { position: absolute; border-radius: 50%; filter: blur(80px); opacity: .25; }
.jtl-blob-1 { width: 380px; height: 380px; background: var(--jtl-wawi); top: -120px; left: -100px; }
.jtl-blob-2 { width: 320px; height: 320px; background: var(--jtl-conn); bottom: -100px; right: 10%; }
.jtl-blob-3 { width: 280px; height: 280px; background: var(--jtl-shop); top: 30%; right: -80px; }
.jtl-hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: center; }
.jtl-hero-eyebrow { display: inline-block; padding: 6px 14px; border-radius: 999px; background: rgba(255,255,255,.10); color: rgba(255,255,255,.85); font-size: 12px; letter-spacing: .8px; text-transform: uppercase; font-weight: 600; margin-bottom: 18px; backdrop-filter: blur(6px); }
.jtl-hero h1 { font-size: clamp(2rem, 4.2vw, 3.2rem); line-height: 1.12; margin: 0 0 18px; font-weight: 800; letter-spacing: -.02em; }
.jtl-hero-subtitle { font-size: 1.15rem; line-height: 1.55; color: rgba(255,255,255,.85); margin: 0 0 28px; max-width: 600px; }
.jtl-hero-cta { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.jtl-hero-trust { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 20px 32px; font-size: 14px; color: rgba(255,255,255,.7); }
.jtl-hero-trust li strong { color: #fff; font-weight: 700; display: block; font-size: 18px; line-height: 1.2; }

/* Badge-Karte: 20% Schutzraum durch Padding */
.jtl-hero-badge-wrap { position: relative; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.jtl-badge-card { background: #fff; padding: 40px 60px; border-radius: 18px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.jtl-badge-card img { display: block; width: 320px; height: auto; max-width: 100%; }
.jtl-product-cluster { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; max-width: 320px; }
.jtl-chip { display: inline-block; padding: 5px 12px; border-radius: 999px; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .3px; }
.jtl-chip-wawi { background: var(--jtl-wawi); }
.jtl-chip-shop { background: var(--jtl-shop); }
.jtl-chip-conn { background: var(--jtl-conn); }
.jtl-chip-ship { background: var(--jtl-ship); color: #4a3700; }
.jtl-chip-wms { background: var(--jtl-wms); }
.jtl-chip-pos { background: var(--jtl-pos); }

/* Sub-Hero (für die 7 Subseiten) — 2-spaltig mit KI-Visual */
.jtl-hero-sub-page { padding: 64px 0 72px; }
.jtl-hero-sub { padding: 70px 0 80px; background: linear-gradient(180deg, #0F172A 0%, #1e293b 100%); }
.jtl-hero-sub .container {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 48px;
    align-items: center;
}
.jtl-hero-sub .jtl-hero-content { max-width: 600px; text-align: left; }
.jtl-hero-sub h1 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); }
.jtl-hero-sub .jtl-hero-image-wrap {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0,0,0,.45), 0 0 0 1px rgba(255,255,255,.06) inset;
    background: #0B1322;
}
.jtl-hero-sub .jtl-hero-image-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,23,42,0) 40%, rgba(15,23,42,.45) 100%);
    pointer-events: none;
}
.jtl-hero-sub .jtl-hero-image-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}

/* ============== Buttons ============== */
.jtl-btn { display: inline-flex; align-items: center; justify-content: center; padding: 13px 24px; border-radius: 10px; font-weight: 600; font-size: 15px; text-decoration: none; transition: all .2s; border: 2px solid transparent; }
.jtl-btn-primary { background: var(--jtl-primary); color: #fff; }
.jtl-btn-primary:hover { background: #d14d31; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(232,93,63,.35); }
.jtl-btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.3); }
.jtl-btn-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }

/* ============== Sections ============== */
.jtl-section { padding: 72px 0; background: #fff; }
.jtl-section-alt { background: #F8FAFC; }
.jtl-section-intro { padding: 48px 0 16px; }
.jtl-section h2 { font-size: clamp(1.6rem, 2.6vw, 2rem); line-height: 1.2; margin: 0 0 24px; color: #0F172A; font-weight: 700; letter-spacing: -.01em; max-width: 820px; }
.jtl-section p { font-size: 1.05rem; line-height: 1.65; color: #374151; margin: 0 0 18px; max-width: 820px; }
.jtl-section ul.jtl-list { list-style: none; margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px 28px; max-width: 1100px; }
.jtl-section ul.jtl-list li { padding-left: 32px; position: relative; line-height: 1.55; color: #374151; font-size: 15px; }
.jtl-section ul.jtl-list li::before { content: ''; position: absolute; left: 0; top: 6px; width: 20px; height: 20px; border-radius: 6px; background: linear-gradient(135deg, var(--jtl-wawi) 0%, var(--jtl-primary) 100%); }
.jtl-section ul.jtl-list li::after { content: '✓'; position: absolute; left: 5px; top: 4px; color: #fff; font-size: 13px; font-weight: 700; line-height: 1; }
.jtl-section a { color: var(--jtl-primary); text-decoration: none; font-weight: 500; }
.jtl-section a:hover { text-decoration: underline; }
.jtl-section strong { color: #0F172A; font-weight: 700; }

/* ============== FAQ ============== */
.jtl-section-faq h2 { text-align: left; }
.jtl-faq { display: grid; gap: 12px; max-width: 880px; }
.jtl-faq-item { background: #fff; border-radius: 12px; border: 1px solid #e5e7eb; padding: 18px 22px; transition: all .2s; }
.jtl-faq-item[open] { border-color: var(--jtl-primary); box-shadow: 0 8px 24px rgba(0,0,0,.05); }
.jtl-faq-item summary { font-weight: 600; color: #0F172A; cursor: pointer; list-style: none; position: relative; padding-right: 32px; font-size: 16px; }
.jtl-faq-item summary::after { content: '+'; position: absolute; right: 0; top: -2px; font-size: 22px; color: var(--jtl-primary); transition: transform .2s; }
.jtl-faq-item[open] summary::after { transform: rotate(45deg); }
.jtl-faq-answer { margin-top: 12px; color: #4B5563; line-height: 1.6; font-size: 15px; }

/* ============== Cross-Links Grid ============== */
.jtl-cross-section { padding: 72px 0; background: linear-gradient(180deg, #fff 0%, #F8FAFC 100%); }
.jtl-cross-grid { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.jtl-cross-grid a { display: flex; flex-direction: column; gap: 4px; padding: 18px 22px; background: #fff; border: 1px solid #e5e7eb; border-radius: 12px; color: #0F172A; text-decoration: none; transition: all .2s; }
.jtl-cross-grid a:hover { border-color: var(--jtl-primary); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,0,0,.06); }
.jtl-cross-grid a span { font-size: 15px; font-weight: 600; }
.jtl-cross-grid a strong { font-size: 12px; color: var(--jtl-mute); font-weight: 500; font-family: ui-monospace, 'SF Mono', Menlo, monospace; }

/* ============== CTA Block ============== */
.jtl-cta-section { padding: 80px 0; background: #fff; }
.jtl-cta-card { padding: 56px 48px; background: linear-gradient(135deg, #0F172A 0%, #1e293b 100%); border-radius: 24px; color: #fff; text-align: center; position: relative; overflow: hidden; }
.jtl-cta-card::before { content: ''; position: absolute; top: -50px; right: -50px; width: 200px; height: 200px; border-radius: 50%; background: var(--jtl-primary); opacity: .15; filter: blur(40px); }
.jtl-cta-card h2 { color: #fff !important; margin: 0 0 16px !important; font-size: clamp(1.6rem, 3vw, 2.2rem) !important; }
.jtl-cta-card p { color: rgba(255,255,255,.85) !important; max-width: 680px; margin: 0 auto 28px !important; }
.jtl-cta-buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.jtl-cta-addr { font-size: 13px !important; color: rgba(255,255,255,.55) !important; margin-top: 24px !important; }

/* ============== Responsive ============== */
@media (max-width: 900px) {
    .jtl-hero { padding: 56px 0 64px; }
    .jtl-hero-inner { grid-template-columns: 1fr; gap: 36px; }
    .jtl-hero-sub .container { grid-template-columns: 1fr; gap: 32px; }
    .jtl-hero-sub .jtl-hero-image-wrap { order: -1; }
    .jtl-hero-badge-wrap { order: -1; }
    .jtl-badge-card { padding: 28px 40px; }
    .jtl-badge-card img { width: 240px; }
    .jtl-section { padding: 56px 0; }
    .jtl-cta-card { padding: 40px 24px; }
}
@media (max-width: 560px) {
    .jtl-hero { padding: 44px 0 52px; }
    .jtl-hero-content h1 { font-size: 1.85rem; }
    .jtl-hero-trust { gap: 16px; }
    .jtl-badge-card { padding: 24px 28px; }
    .jtl-badge-card img { width: 200px; }
    .jtl-section { padding: 44px 0; }
    .jtl-section ul.jtl-list { grid-template-columns: 1fr; }
    .jtl-cross-grid { grid-template-columns: 1fr; }
    .jtl-btn { width: 100%; }
    .jtl-hero-cta { flex-direction: column; }
}
