/*
Theme Name: Cakmak Bold
Theme URI: https://abschleppdienst-cakmak.de
Author: RUK Software
Author URI: https://abschleppdienst-cakmak.de
Description: Bold & Industrial Landingpage-Theme für Abschleppdienst Cakmak Königsbrunn. Kräftiges Gelb/Rot/Anthrazit, große 24/7-Notruf-CTA, sicher gegen Bots und Spam (Honeypot, Rate-Limit, Security-Header).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cakmak
Tags: business, one-page, custom-colors, custom-menu, custom-logo, threaded-comments
*/

:root {
    --font: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

    /* Bold = Gelb/Rot/Anthrazit (Visitenkarte) */
    --bg:               #FFFFFF;
    --text:             #1B1F23;
    --heading:          #0E1116;
    --muted:            #5A6470;
    --border:           #E6E8EC;
    --card-bg:          #FFFFFF;

    --brand:            #1F2632;          /* Anthrazit wie Visitenkarte */
    --brand-contrast:   #FFD200;
    --brand-hover:      #2A3140;

    --accent:           #FFD200;          /* Cakmak-Gelb */
    --accent-hover:     #FFC400;
    --accent-contrast:  #0E1116;

    --header-bg:        #FFFFFF;
    --hero-bg:          #FFD200;
    --hero-pattern:     repeating-linear-gradient(135deg, transparent 0 60px, rgba(0,0,0,.04) 60px 62px);
    --hero-pattern-opacity: 1;
    --eyebrow-bg:       rgba(14,17,22,.08);

    --footer-bg:        #0E1116;
    --footer-text:      #C8CED6;
    --footer-heading:   #FFD200;

    --focus-ring:       rgba(255, 210, 0, .35);
    --radius-card:      14px;
    --radius-btn:       8px;
}

/* Bold-spezifische Akzente */
.hero h1 { text-transform: uppercase; }
.hero h1 .hl { color: #E2231A; text-shadow: 0 2px 0 rgba(0,0,0,.05); }
.eyebrow { background: #0E1116; color: #FFD200; }
.hero .eyebrow { background: #0E1116; color: #FFD200; }
.hero-badge { background: #E2231A; color: #fff; border-color: #FFD200; }
.brand-mark { color: #E2231A; font-style: italic; transform: skew(-6deg); }
.section.einsatzgebiet { background: #0E1116; color: #fff; }
.section.einsatzgebiet h2, .section.einsatzgebiet .lead { color: #fff; }
.section.einsatzgebiet .region-grid span { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.12); color: #fff; }
.section.einsatzgebiet .region-grid span:hover { background: #FFD200; color: #0E1116; }
.btn-primary { box-shadow: 0 6px 0 #C29F00; }
.btn-primary:hover { box-shadow: 0 4px 0 #C29F00; }
