/*
Theme Name: Neumeier GmbH
Theme URI: https://www.neumeier-gmbh.com
Author: Neumeier GmbH
Author URI: https://www.neumeier-gmbh.com
Description: Professionelles WordPress-Theme für die NEUMEIER GmbH - Moderne Bagger und Radlader seit 2004. Firmenfarben RAL 5018 (Türkisblau) und RAL 9005 (Tiefschwarz).
Version: 2.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: Proprietary
Text Domain: neumeier
*/

/*
 * NEUMEIER GmbH – lokal ausgelieferte Schriften
 * Montserrat und Open Sans, SIL Open Font License 1.1.
 * Variable Fonts: eine Datei je Untermenge deckt alle Schnitte von 100 bis 900 ab.
 * Untermengen latin und latin-ext (umfasst auch Tschechisch, Polnisch,
 * Rumaenisch, Portugiesisch und Niederlaendisch).
 */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url('fonts/montserrat-latin.woff2') format('woff2-variations');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    font-weight: 100 900;
    src: url('fonts/montserrat-latin-ext.woff2') format('woff2-variations');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 300 800;
    src: url('fonts/open-sans-latin.woff2') format('woff2-variations');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 300 800;
    src: url('fonts/open-sans-latin-ext.woff2') format('woff2-variations');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF,
        U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ============================================
   CSS VARIABLES / FARBSCHEMA
   RAL 5018 = #009BA8 (Türkisblau)
   RAL 9005 = #0A0A0A (Tiefschwarz)
   ============================================ */
:root {
    --primary: #009BA8;
    --primary-dark: #007888;
    --primary-light: #00BFA9;
    --primary-ultra-light: #E0F5F2;
    --secondary: #0A0A0A;
    --secondary-light: #1A1A1A;
    --secondary-medium: #2D2D2D;
    --accent: #F5A623;
    --white: #FFFFFF;
    --off-white: #F8F9FA;
    --light-gray: #E9ECEF;
    --medium-gray: #6C757D;
    --dark-gray: #343A40;
    --text-dark: #1A1A1A;
    --text-body: #333333;
    --text-muted: #6C757D;
    --shadow-sm: 0 2px 4px rgba(0,0,0,0.08);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.12);
    --shadow-lg: 0 8px 30px rgba(0,0,0,0.15);
    --shadow-xl: 0 20px 60px rgba(0,0,0,0.2);
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-xl: 20px;
    --transition: all 0.3s ease;
    --font-heading: 'Montserrat', sans-serif;
    --font-body: 'Open Sans', sans-serif;
    /* Hintergrund der dunklen Karten im Abschnitt "Neuvorstellung & Termine".
       Die Variable fehlte bisher, dadurch stand weisse Schrift auf weissem Grund. */
    --card-bg: #16191D;
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    font-family: var(--font-body);
    color: var(--text-body);
    line-height: 1.7;
    background: var(--white);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: var(--primary);
    transition: var(--transition);
}

a:hover {
    color: var(--primary-dark);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-dark);
    font-weight: 700;
    line-height: 1.3;
}

h1 { font-size: 2.8rem; }
h2 { font-size: 2.2rem; }
h3 { font-size: 1.6rem; }
h4 { font-size: 1.3rem; }

p { margin-bottom: 1rem; }

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: var(--secondary);
    transition: var(--transition);
}

.site-header.scrolled {
    background: rgba(10, 10, 10, 0.97);
    box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.header-top {
    background: var(--primary);
    padding: 6px 0;
    font-size: 0.85rem;
    color: var(--white);
}

.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-top a {
    color: var(--white);
    opacity: 0.9;
}

.header-top a:hover {
    opacity: 1;
}

.header-top-left {
    display: flex;
    gap: 20px;
    align-items: center;
}

.header-top-left span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.header-main {
    padding: 12px 0;
}

.header-main .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.site-logo img {
    height: 70px;
    width: auto;
}

.site-logo .logo-text {
    color: var(--white);
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

.site-logo .logo-text span {
    color: var(--primary);
}

.site-logo .logo-tagline {
    color: var(--medium-gray);
    font-size: 0.75rem;
    display: block;
    letter-spacing: 0.5px;
}

.site-logo .logo-img {
    height: 55px;
    width: auto;
    max-width: 280px;
    transition: var(--transition);
}

.site-header.scrolled .logo-img {
    height: 45px;
}

.site-logo .custom-logo {
    height: 70px;
    width: 420px;
    max-width: 100%;
    object-fit: contain;
}

.site-header.scrolled .custom-logo {
    height: 50px;
    width: 300px;
}

/* Main Navigation */
.main-nav > ul {
    display: flex;
    gap: 5px;
    align-items: center;
}

.main-nav a {
    color: var(--white);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 10px 18px;
    border-radius: var(--radius-sm);
    position: relative;
    letter-spacing: 0.3px;
}

.main-nav a::after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 18px;
    right: 18px;
    height: 2px;
    background: var(--primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.main-nav a:hover::after,
.main-nav a.active::after {
    transform: scaleX(1);
}

.main-nav a:hover {
    color: var(--primary-light);
}

.main-nav a.active {
    color: var(--primary);
}

.nav-cta {
    background: var(--primary) !important;
    color: var(--white) !important;
    border-radius: var(--radius-md) !important;
    padding: 10px 22px !important;
}

.nav-cta::after {
    display: none !important;
}

.nav-cta:hover {
    background: var(--primary-dark) !important;
    transform: translateY(-1px);
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.menu-toggle span {
    display: block;
    width: 28px;
    height: 3px;
    background: var(--white);
    margin: 5px 0;
    transition: var(--transition);
    border-radius: 2px;
}

.menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-light) 50%, var(--secondary-medium) 100%);
    overflow: hidden;
    padding-top: 100px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/hero-bg.jpg') center/cover no-repeat;
    opacity: 0.15;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    opacity: 0.1;
}

.hero .container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content {
    padding: 40px 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 155, 168, 0.15);
    border: 1px solid rgba(0, 155, 168, 0.3);
    color: var(--primary-light);
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.hero h1 {
    color: var(--white);
    font-size: 3.2rem;
    line-height: 1.15;
    margin-bottom: 20px;
    font-weight: 800;
}

.hero h1 span {
    color: var(--primary);
}

.hero-subtitle {
    color: rgba(255,255,255,0.75);
    font-size: 1.15rem;
    line-height: 1.7;
    margin-bottom: 35px;
    max-width: 520px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.hero-stats {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    padding-top: 35px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.hero-stat {
    text-align: left;
}

.hero-stat .stat-number {
    color: var(--primary);
    font-size: 2.2rem;
    font-weight: 800;
    font-family: var(--font-heading);
    line-height: 1;
}

.hero-stat .stat-label {
    color: rgba(255,255,255,0.6);
    font-size: 0.85rem;
    margin-top: 5px;
}

.hero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-image img {
    max-width: 100%;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.4));
}

.hero-image-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, rgba(0, 155, 168,0.1) 0%, rgba(0, 155, 168,0.05) 100%);
    border: 2px dashed rgba(0, 155, 168,0.3);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 155, 168,0.5);
    font-size: 1rem;
    text-align: center;
    padding: 30px;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 30px;
    border-radius: var(--radius-md);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.95rem;
    border: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
    letter-spacing: 0.3px;
}

.btn-primary {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 155, 168, 0.35);
}

.btn-outline {
    background: transparent;
    color: var(--white);
    border-color: rgba(255,255,255,0.3);
}

.btn-outline:hover {
    background: var(--white);
    color: var(--secondary);
    border-color: var(--white);
    transform: translateY(-2px);
}

.btn-outline-dark {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-dark:hover {
    background: var(--primary);
    color: var(--white);
    transform: translateY(-2px);
}

.btn-dark {
    background: var(--secondary);
    color: var(--white);
    border-color: var(--secondary);
}

.btn-dark:hover {
    background: var(--secondary-light);
    transform: translateY(-2px);
    color: var(--white);
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}

/* ============================================
   SECTION STYLES
   ============================================ */
.section {
    padding: 90px 0;
}

.section-dark {
    background: var(--secondary);
    color: var(--white);
}

.section-gray {
    background: var(--off-white);
}

.section-primary {
    background: var(--primary);
    color: var(--white);
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header .section-tag {
    display: inline-block;
    color: var(--primary);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.section-dark .section-tag {
    color: var(--primary-light);
}

.section-header h2 {
    margin-bottom: 16px;
}

.section-dark .section-header h2 {
    color: var(--white);
}

.section-header p {
    color: var(--text-muted);
    font-size: 1.1rem;
}

.section-dark .section-header p {
    color: rgba(255,255,255,0.7);
}

/* ============================================
   FEATURES GRID
   ============================================ */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.feature-card {
    background: var(--white);
    padding: 35px 28px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid var(--light-gray);
}

.feature-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.feature-icon {
    width: 70px;
    height: 70px;
    background: var(--primary-ultra-light);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.8rem;
    color: var(--primary);
    transition: var(--transition);
}

.feature-card:hover .feature-icon {
    background: var(--primary);
    color: var(--white);
}

.feature-card h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.feature-card p {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
}

/* ============================================
   PRODUCT SECTION
   ============================================ */
.product-categories {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.cat-btn {
    padding: 10px 24px;
    border: 2px solid var(--light-gray);
    border-radius: 50px;
    background: var(--white);
    cursor: pointer;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text-body);
    transition: var(--transition);
}

.cat-btn:hover,
.cat-btn.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.product-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid var(--light-gray);
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
}

.product-card-image {
    position: relative;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--off-white) 0%, var(--light-gray) 100%);
    overflow: hidden;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-card:hover .product-card-image img {
    transform: scale(1.05);
}

.product-card-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primary);
    color: var(--white);
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-card-image-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--primary);
    opacity: 0.4;
}

.product-card-body {
    padding: 24px;
}

.product-card-category {
    color: var(--primary);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.product-card-body h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.product-card-body h3 a {
    color: var(--text-dark);
}

.product-card-body h3 a:hover {
    color: var(--primary);
}

.product-card-body p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.product-card-specs {
    display: flex;
    gap: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--light-gray);
    flex-wrap: wrap;
}

.product-card-spec {
    text-align: center;
    flex: 1;
    min-width: 60px;
}

.product-card-spec .spec-value {
    font-family: var(--font-heading);
    font-weight: 800;
    color: var(--primary);
    font-size: 1.05rem;
}

.product-card-spec .spec-label {
    font-size: 0.7rem;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-card-footer {
    padding: 0 24px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-card-price {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--text-dark);
    font-size: 0.9rem;
}

.product-card-link {
    color: var(--primary);
    font-weight: 700;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-card-link:hover {
    gap: 10px;
}

/* ============================================
   ABOUT / COMPANY SECTION
   ============================================ */
.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-content h2 {
    margin-bottom: 20px;
}

.about-content p {
    color: var(--text-muted);
    margin-bottom: 15px;
    font-size: 1.05rem;
}

.about-content .highlight {
    color: var(--text-dark);
    font-weight: 600;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.about-stat-card {
    background: var(--primary-ultra-light);
    padding: 25px;
    border-radius: var(--radius-lg);
    text-align: center;
    border: 1px solid rgba(0, 155, 168, 0.15);
}

.about-stat-card .stat-number {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 2rem;
    color: var(--primary);
    line-height: 1;
}

.about-stat-card .stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-top: 5px;
}

.about-image {
    position: relative;
}

.about-image img {
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
}

.about-image-placeholder {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--primary-ultra-light) 0%, var(--light-gray) 100%);
    border-radius: var(--radius-lg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: var(--primary);
    opacity: 0.3;
}

/* ============================================
   COUNTER / STATS BAR
   ============================================ */
.stats-bar {
    background: var(--primary);
    padding: 50px 0;
}

.stats-bar .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.stats-bar .stat-item .stat-number {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 2.8rem;
    color: var(--white);
    line-height: 1;
}

.stats-bar .stat-item .stat-label {
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
    margin-top: 8px;
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-medium) 100%);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--primary) 0%, transparent 70%);
    opacity: 0.08;
}

.cta-section h2 {
    color: var(--white);
    font-size: 2.4rem;
    margin-bottom: 16px;
}

.cta-section p {
    color: rgba(255,255,255,0.7);
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto 30px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* ============================================
   SERVICE SECTION
   ============================================ */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.service-card {
    background: var(--white);
    padding: 35px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--light-gray);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.service-card .service-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-ultra-light);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 18px;
}

.service-card h3 {
    font-size: 1.15rem;
    margin-bottom: 10px;
}

.service-card p {
    color: var(--text-muted);
    font-size: 0.92rem;
    line-height: 1.7;
}

/* ============================================
   KONTAKT SECTION
   ============================================ */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.contact-info-card {
    background: var(--white);
    padding: 30px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--light-gray);
    margin-bottom: 20px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: var(--transition);
}

.contact-info-card:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--primary);
}

.contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: var(--primary-ultra-light);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--primary);
}

.contact-info-card h4 {
    font-size: 1rem;
    margin-bottom: 5px;
}

.contact-info-card p {
    color: var(--text-muted);
    font-size: 0.92rem;
    margin-bottom: 0;
    line-height: 1.6;
}

.contact-form {
    background: var(--white);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}

.contact-form h3 {
    margin-bottom: 25px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 0.9rem;
    color: var(--text-dark);
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid var(--light-gray);
    border-radius: var(--radius-md);
    font-family: var(--font-body);
    font-size: 0.95rem;
    transition: var(--transition);
    background: var(--white);
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: var(--primary);
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 155, 168, 0.1);
}

.form-group textarea {
    min-height: 130px;
    resize: vertical;
}

/* ============================================
   FOOTER
   ============================================ */
.site-footer {
    background: var(--secondary);
    color: rgba(255,255,255,0.7);
    padding-top: 70px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 50px;
}

.footer-col h4 {
    color: var(--white);
    font-size: 1.05rem;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}

.footer-col h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
}

.footer-about p {
    font-size: 0.92rem;
    line-height: 1.7;
    margin-bottom: 15px;
}

.footer-col ul li {
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: rgba(255,255,255,0.7);
    font-size: 0.92rem;
    transition: var(--transition);
}

.footer-col ul li a:hover {
    color: var(--primary);
    padding-left: 5px;
}

.footer-contact-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 0.9rem;
}

.footer-contact-item .footer-contact-icon {
    color: var(--primary);
    min-width: 20px;
    text-align: center;
    margin-top: 2px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 25px 0;
    text-align: center;
    font-size: 0.85rem;
}

.footer-bottom a {
    color: var(--primary);
}

/* ============================================
   PAGE TEMPLATES
   ============================================ */
.page-hero {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--secondary-medium) 100%);
    padding: 160px 0 80px;
    text-align: center;
    position: relative;
}

.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, var(--primary) 0%, transparent 60%);
    opacity: 0.05;
}

.page-hero h1 {
    color: var(--white);
    font-size: 2.8rem;
    margin-bottom: 12px;
    position: relative;
}

.page-hero p {
    color: rgba(255,255,255,0.7);
    font-size: 1.1rem;
    position: relative;
}

.page-breadcrumb {
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
    margin-top: 20px;
    position: relative;
}

.page-breadcrumb a {
    color: rgba(255,255,255,0.7);
}

.page-breadcrumb a:hover {
    color: var(--primary);
}

.page-content {
    padding: 70px 0;
}

.page-content h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--primary-dark);
}

.page-content h3 {
    margin-top: 25px;
    margin-bottom: 12px;
}

.page-content ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px;
}

.page-content ul li {
    margin-bottom: 8px;
    color: var(--text-body);
    line-height: 1.7;
}

/* Single Product */
.single-product-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.product-gallery {
    position: sticky;
    top: 120px;
}

.product-main-image {
    aspect-ratio: 4/3;
    background: var(--off-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-bottom: 15px;
}

.product-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-details h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
}

.product-category-tag {
    display: inline-block;
    background: var(--primary-ultra-light);
    color: var(--primary);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-specs-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
}

.product-specs-table tr {
    border-bottom: 1px solid var(--light-gray);
}

.product-specs-table td {
    padding: 12px 0;
    font-size: 0.95rem;
}

.product-specs-table td:first-child {
    font-weight: 700;
    color: var(--text-dark);
    width: 40%;
}

.product-specs-table td:last-child {
    color: var(--text-muted);
}

.product-cta-box {
    background: var(--primary-ultra-light);
    border: 1px solid rgba(0, 155, 168, 0.2);
    padding: 30px;
    border-radius: var(--radius-lg);
    margin-top: 30px;
}

.product-cta-box h3 {
    margin-bottom: 10px;
    color: var(--primary-dark);
}

.product-cta-box p {
    color: var(--text-muted);
    margin-bottom: 15px;
}

/* Archive Grid */
.archive-header {
    margin-bottom: 40px;
}

/* ============================================
   ANIMATIONS
   ============================================ */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.fade-in-left {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.fade-in-right {
    opacity: 0;
    transform: translateX(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    h1 { font-size: 2.2rem; }
    h2 { font-size: 1.8rem; }
    .hero h1 { font-size: 2.6rem; }

    .hero .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-subtitle { margin: 0 auto 35px; }
    .hero-buttons { justify-content: center; }
    .hero-stats { justify-content: center; }
    .hero-image { display: none; }

    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .products-grid { grid-template-columns: repeat(2, 1fr); }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .about-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-bar .container { grid-template-columns: repeat(2, 1fr); }
    .single-product-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .header-top { display: none; }

    .menu-toggle { display: block; }

    .main-nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: var(--secondary);
        padding: 80px 30px 30px;
        transition: right 0.3s ease;
        box-shadow: -5px 0 30px rgba(0,0,0,0.3);
    }

    .main-nav.active {
        right: 0;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 0;
    }

    .main-nav a {
        display: block;
        padding: 15px 0;
        font-size: 1.1rem;
        border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    .main-nav a::after { display: none; }

    h1 { font-size: 1.9rem; }
    h2 { font-size: 1.5rem; }
    .hero h1 { font-size: 2rem; }
    .hero { min-height: auto; padding: 140px 0 80px; }

    .features-grid { grid-template-columns: 1fr; }
    .products-grid { grid-template-columns: 1fr; }
    .services-grid { grid-template-columns: 1fr; }
    .stats-bar .container { grid-template-columns: 1fr; gap: 20px; }
    .footer-grid { grid-template-columns: 1fr; }

    .hero-stats {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .section { padding: 60px 0; }
    .page-hero { padding: 130px 0 60px; }
    .page-hero h1 { font-size: 2rem; }
}

@media (max-width: 480px) {
    .container { padding: 0 15px; }
    .hero h1 { font-size: 1.7rem; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .btn { width: 100%; justify-content: center; }
    .cta-buttons { flex-direction: column; align-items: center; }
}

/* ============================================
   UTILITY CLASSES
   ============================================ */
.text-center { text-align: center; }
.text-primary { color: var(--primary); }
.text-white { color: var(--white); }
.mb-0 { margin-bottom: 0; }
.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }

/* Overlay for mobile menu */
.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

.nav-overlay.active {
    display: block;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 48px;
    height: 48px;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 100;
    box-shadow: 0 4px 15px rgba(0, 155, 168, 0.4);
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
}


/* =============================================
   DROPDOWN NAV - PRODUKTE SUB-MENU
   ============================================= */

/* Parent item: needs relative positioning */
.main-nav li.menu-item-has-children {
    position: relative;
}

/* Dropdown indicator arrow */
.main-nav li.menu-item-has-children > a::before {
    content: ' ▾';
    font-size: 0.75em;
    opacity: 0.7;
}

/* Sub-menu: hidden by default, absolutely positioned */
.main-nav .sub-menu {
    display: none !important;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 240px;
    background: #111827;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    box-shadow: 0 8px 24px rgba(0,0,0,0.35);
    padding: 6px 0;
    z-index: 9999;
    flex-direction: column;
    border-top: 2px solid var(--primary);
    gap: 0;
}

/* Show on hover */
.main-nav li.menu-item-has-children:hover > .sub-menu {
    display: flex !important;
}

/* Sub-menu links */
.main-nav .sub-menu a {
    display: block;
    padding: 10px 20px;
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    border-radius: 0;
    white-space: nowrap;
    transition: background 0.15s, color 0.15s;
}

.main-nav .sub-menu a:hover,
.main-nav .sub-menu a:focus {
    background: rgba(26,158,143,0.15);
    color: var(--primary);
}

/* Remove the ::after underline on sub-menu items */
.main-nav .sub-menu a::after {
    display: none;
}

/* ============================================
   SPOTLIGHT / NEUVORSTELLUNG SECTION
   ============================================ */
.spotlight-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
    margin-top: 40px;
}
@media (max-width: 860px) {
    .spotlight-grid { grid-template-columns: 1fr; }
}

/* Featured model card */
.spotlight-card {
    position: relative;
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255,255,255,0.07);
    overflow: hidden;
    transition: var(--transition);
}
.spotlight-card:hover {
    border-color: var(--primary);
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
}
.spotlight-new-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: var(--primary);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    z-index: 2;
}
.spotlight-img-wrap {
    width: 100%;
    height: 200px;
    background: rgba(255,255,255,0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.spotlight-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.spotlight-img-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--medium-gray);
}
.spotlight-body {
    padding: 24px;
}
.spotlight-cat {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 8px;
}
.spotlight-title {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--white);
    margin: 0 0 12px;
}
.spotlight-desc {
    color: var(--light-gray);
    font-size: 0.9rem;
    line-height: 1.65;
    margin-bottom: 18px;
}
.spotlight-specs {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    border-top: 1px solid rgba(255,255,255,0.07);
    padding-top: 16px;
}
.spotlight-specs li {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    color: var(--light-gray);
}
.spotlight-specs li span {
    color: #A7B0B8;
    font-weight: 500;
}

/* Side teaser cards */
.spotlight-side-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.teaser-card {
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255,255,255,0.07);
    padding: 28px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: var(--transition);
}
.teaser-card:hover {
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
}
.teaser-messe { border-left: 3px solid var(--primary); }
.teaser-rundgang { border-left: 3px solid #6366f1; }
.teaser-haendler { border-left: 3px solid #6366f1; }
.teaser-icon {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
}
.teaser-tag {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary);
    margin-bottom: 6px;
}
.teaser-rundgang .teaser-tag { color: #6366f1; }
.teaser-haendler .teaser-tag { color: #6366f1; }
.teaser-card .btn-outline { color: var(--white); border-color: rgba(255,255,255,0.45); }
.teaser-card .btn-outline:hover { background: var(--white); color: var(--secondary); border-color: var(--white); }
.teaser-body h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--white);
    margin: 0 0 8px;
}
.teaser-body p {
    font-size: 0.875rem;
    color: var(--light-gray);
    line-height: 1.6;
    margin-bottom: 16px;
}
.btn-sm {
    padding: 8px 18px;
    font-size: 0.82rem;
}

/* =====================================================
   PRODUCT BUTTONS - Mehr erfahren & Action Buttons
   RAL 5018 Trkisblau: #009BA8
   ===================================================== */

.btn-mehr-erfahren {
    display: block;
    width: 100%;
    padding: 13px 20px;
    background: #009BA8;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    border-radius: 0 0 8px 8px;
    transition: background 0.2s, transform 0.15s;
    box-sizing: border-box;
}
.btn-mehr-erfahren:hover {
    background: #007888;
    color: #fff !important;
    transform: translateY(-2px);
}
.product-card-footer {
    padding: 0 !important;
    border-top: none !important;
}
.btn-product-action {
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    cursor: pointer;
    border: 2px solid;
    transition: background 0.2s, color 0.2s, transform 0.15s;
    font-family: inherit;
}
.btn-prospekt {
    background: #009BA8;
    color: #fff !important;
    border-color: #009BA8;
}
.btn-prospekt:hover {
    background: #007888;
    border-color: #007888;
    color: #fff !important;
    transform: translateY(-1px);
}
.btn-fotogalerie {
    background: transparent;
    color: #009BA8 !important;
    border-color: #009BA8;
}
.btn-fotogalerie:hover {
    background: #009BA8;
    color: #fff !important;
    transform: translateY(-1px);
}

.btn-coming-soon {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
}
.product-action-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 30px 0 20px;
}


/* ============================================
   PRODUKTUEBERSICHT – KATEGORIE-KACHELN
   ============================================ */
.kategorie-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.kategorie-card {
    display: block;
    background: #fff;
    border: 1px solid #E9ECEF;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
a.kategorie-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.13);
    border-color: #009BA8;
}
.kategorie-card-bild {
    background: #fff;
    padding: 18px;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kategorie-card-bild img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.kategorie-card-label {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-top: 1px solid #E9ECEF;
}
.kategorie-card-label::before {
    content: "";
    flex: 0 0 auto;
    width: 4px;
    height: 22px;
    background: #009BA8;
    border-radius: 2px;
}
.kategorie-card-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.3;
}
.kategorie-card-hint {
    margin-left: auto;
    flex: 0 0 auto;
    font-size: 0.78rem;
    font-weight: 600;
    color: #6C757D;
    background: #F1F3F5;
    padding: 4px 11px;
    border-radius: 999px;
    white-space: nowrap;
}
.kategorie-card--soon {
    cursor: default;
}
.kategorie-card--soon .kategorie-card-bild img {
    opacity: 0.9;
}
@media (max-width: 1024px) {
    .kategorie-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 600px) {
    .kategorie-grid { grid-template-columns: 1fr; gap: 20px; }
    .kategorie-card-label { padding: 16px 18px; }
}


/* Untergruppen-Filter (z. B. Diesel & Gas / Elektro) */
.product-categories--sub {
    margin-top: -10px;
}
.cat-btn--sub {
    font-size: 0.92rem;
    padding: 8px 18px;
    background: #F8F9FA;
}
.kategorie-card-platzhalter {
    font-size: 3rem;
    color: #009BA8;
    opacity: 0.25;
}


/* ============================================
   PRODUKTKACHEL KOMPLETT KLICKBAR (04.09.2026)
   Der Balken "Mehr erfahren" ist entfallen,
   stattdessen ist die ganze Kachel ein Link.
   ============================================ */
a.product-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

a.product-card:focus-visible {
    outline: 3px solid var(--primary);
    outline-offset: 3px;
}

.product-card-body h3 {
    color: var(--text-dark);
    transition: color 0.2s ease;
}

a.product-card:hover .product-card-body h3 {
    color: var(--primary);
}


/* ============================================
   BREITE DATENTABELLE (z. B. Hydraulikhaemmer)
   Auf schmalen Bildschirmen scrollt die Tabelle
   waagrecht, statt unleserlich zusammenzulaufen.
   ============================================ */
.nm-tabelle-breit {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.nm-tabelle-breit table {
    min-width: 820px;
    font-size: 0.85rem;
}

.nm-tabelle-breit th {
    background: var(--primary);
    color: var(--white);
    white-space: nowrap;
    font-size: 0.8rem;
    line-height: 1.25;
}

/* Ohne min-width:0 wuerde eine breite Tabelle die Grid-Spalte
   aufblaehen und das Produktfoto zusammenquetschen. */
.single-product-layout > * {
    min-width: 0;
}

.nm-tabelle-breit td {
    white-space: nowrap;
}


/* ============================================
   SPRACHUMSCHALTER
   ============================================ */
.header-top-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.lang-switch {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lang-switch-item {
    display: inline-block;
    padding: 1px 9px;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.7;
    color: var(--white);
    text-decoration: none;
    opacity: 0.75;
    transition: all 0.2s ease;
}

.lang-switch-item:hover {
    opacity: 1;
    border-color: var(--white);
}

.lang-switch-item.is-active {
    background: var(--white);
    color: var(--primary);
    border-color: var(--white);
    opacity: 1;
}

.lang-switch--nav { display: none; }

@media (max-width: 768px) {
    .lang-switch--nav {
        display: flex;
        margin-top: 26px;
        padding-top: 22px;
        border-top: 1px solid rgba(255,255,255,0.12);
    }

    .lang-switch--nav .lang-switch-item {
        padding: 6px 16px;
        font-size: 0.9rem;
    }
}


/* ============================================
   GALABAU 2026
   ============================================ */
.galabau {
    padding: 70px 0;
    background: var(--off-white);
}

.galabau-card {
    border-radius: 16px;
    overflow: hidden;
    background: var(--secondary);
    box-shadow: var(--shadow-xl);
}

.galabau-media {
    position: relative;
    width: 100%;
    height: clamp(200px, 28vw, 390px);
    background: #d9e1e6;
}

.galabau-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
}

.galabau-body {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    column-gap: 46px;
    align-content: start;
    padding: 40px 46px;
    color: #cfdae2;
}

.galabau-body > .galabau-logo,
.galabau-body > .galabau-tag,
.galabau-body > h2,
.galabau-body > .galabau-termin,
.galabau-body > p { grid-column: 1; }

.galabau-body > .galabau-liste { grid-column: 2; grid-row: 1 / span 4; align-self: start; }

.galabau-body > .galabau-buttons { grid-column: 2; }

.galabau-body .galabau-logo {
    display: block;
    width: 100%;
    max-width: 340px;
    height: auto;
    border-radius: 6px;
    margin: 0 0 24px;
}

.galabau-tag {
    display: inline-block;
    align-self: flex-start;
    background: rgba(0,191,169,0.14);
    color: var(--primary-light);
    border: 1px solid rgba(0,191,169,0.4);
    border-radius: 999px;
    padding: 5px 15px;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.galabau-body h2 {
    color: var(--white);
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 12px;
}

.galabau-termin {
    color: var(--white);
    font-weight: 700;
    font-size: 1.05rem;
    margin: 0 0 18px;
}

.galabau-termin span {
    display: block;
    color: var(--primary-light);
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: 3px;
}

.galabau-body > p {
    margin: 0 0 22px;
    font-size: 1rem;
    line-height: 1.65;
}

.galabau-liste {
    display: flex;
    flex-direction: column;
    gap: 9px;
    margin-bottom: 26px;
}

.galabau-liste > div {
    background: rgba(255,255,255,0.05);
    border-left: 3px solid rgba(0,191,169,0.55);
    border-radius: 0 6px 6px 0;
    padding: 10px 15px;
    font-size: 0.97rem;
    font-weight: 600;
    color: #eaf1f5;
}

.galabau-liste > div span {
    display: block;
    color: var(--primary-light);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.galabau-liste .galabau-neu {
    background: rgba(0,191,169,0.12);
    border-left-color: var(--primary-light);
}

.galabau-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.galabau-buttons .btn-outline {
    color: var(--white);
    border-color: rgba(255,255,255,0.45);
}

.galabau-buttons .btn-outline:hover {
    background: var(--white);
    color: var(--secondary);
    border-color: var(--white);
}

@media (max-width: 900px) {
    .galabau { padding: 46px 0; }
    .galabau-body { grid-template-columns: 1fr; padding: 32px 26px; }
    .galabau-body > .galabau-liste,
    .galabau-body > .galabau-buttons { grid-column: 1; grid-row: auto; }
}

/* ============================================
   KONTAKTFORMULAR
   ============================================ */
.nm-formular-felder {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nm-formular-zeile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.nm-formular-felder label {
    display: block;
}

.nm-formular-felder label > span {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 5px;
}

.nm-formular-felder label > span b {
    color: var(--primary);
}

.nm-formular-felder input[type="text"],
.nm-formular-felder input[type="email"],
.nm-formular-felder textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid var(--light-gray);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    color: var(--text-body);
    background: var(--white);
}

.nm-formular-felder input:focus,
.nm-formular-felder textarea:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0,155,168,0.14);
}

.nm-formular-felder textarea {
    resize: vertical;
    min-height: 150px;
}

.nm-formular-einwilligung {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.9rem;
    line-height: 1.55;
    color: var(--text-body);
}

.nm-formular-einwilligung input[type="checkbox"] {
    margin-top: 4px;
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    accent-color: var(--primary);
}

.nm-formular-einwilligung a {
    color: var(--primary);
    text-decoration: underline;
}

.nm-formular-hinweis {
    font-size: 0.82rem;
    color: var(--text-muted);
    margin: 0;
}

.nm-formular-felder button[type="submit"] {
    align-self: flex-start;
    cursor: pointer;
}

.nm-honigtopf {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.nm-formular-erfolg {
    background: var(--primary-ultra-light);
    border-left: 4px solid var(--primary);
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin: 0 0 22px;
    font-weight: 600;
    color: var(--text-dark);
}

.nm-formular-fehler {
    background: #FDECEA;
    border-left: 4px solid #D93025;
    border-radius: 0 8px 8px 0;
    padding: 14px 18px;
    margin: 0 0 22px;
}

.nm-formular-fehler p {
    margin: 0 0 6px;
    font-size: 0.94rem;
    color: #9B1C13;
}

.nm-formular-fehler p:last-child { margin-bottom: 0; }

@media (max-width: 600px) {
    .nm-formular-zeile { grid-template-columns: 1fr; }
}


/* Maschinen-Update-Hinweis und Neuerungsliste in der Modellkarte */
.spotlight-update {
    display: inline-block;
    background: rgba(0,191,169,0.12);
    color: var(--primary-light);
    border: 1px solid rgba(0,191,169,0.35);
    border-radius: 999px;
    padding: 4px 13px;
    font-size: 0.71rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.spotlight-neu {
    list-style: none;
    padding: 0;
    margin: 0 0 22px;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.spotlight-neu li {
    position: relative;
    padding-left: 27px;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--light-gray);
}

.spotlight-neu li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 1px;
    color: var(--primary-light);
    font-weight: 700;
    font-size: 0.95rem;
}

.spotlight-neu li strong {
    display: block;
    color: var(--white);
    font-weight: 700;
    margin-bottom: 3px;
}

.teaser-prospekt { border-left: 3px solid var(--accent); }
.teaser-prospekt .teaser-tag { color: var(--accent); }


/* ============================================
   MASCHINENUPDATE AUF DER PRODUKTSEITE
   Die drei Bilder haben sehr unterschiedliche Seitenverhaeltnisse
   (Hochformat, Bildschirmfoto, Querformat). Feste Hoehe plus
   object-fit: contain stellt sie auf eine gemeinsame Linie,
   ohne dass etwas abgeschnitten wird.
   ============================================ */
.nm-update {
    gap: 26px;
    margin: 22px 0 34px;
}

.nm-update .wp-block-image {
    margin: 0 0 14px;
}

.nm-update .wp-block-image img {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: contain;
    background: var(--off-white);
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    padding: 8px;
}

.nm-update h4 {
    font-family: var(--font-heading);
    font-size: 1.02rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 7px;
    padding-left: 13px;
    border-left: 3px solid var(--primary);
    line-height: 1.3;
}

.nm-update p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--text-body);
    margin: 0;
}

@media (max-width: 780px) {
    .nm-update { gap: 22px; }
    .nm-update .wp-block-image img { height: 300px; }
}

/* ============================================
   SEITEN-CLAIM (Handschrift ueber der Ueberschrift)
   ============================================ */
@font-face {
    font-family: 'Norican';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/norican-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
        U+2215, U+FEFF, U+FFFD;
}

.page-claim {
    position: relative;
    font-family: 'Norican', 'Segoe Script', 'Bradley Hand', cursive;
    color: var(--primary-light, #2FC4CF);
    font-size: clamp(1.35rem, 3.2vw, 2.1rem);
    line-height: 1.25;
    margin: 0 0 6px;
    letter-spacing: 0.01em;
}

@media (max-width: 600px) {
    .page-claim { font-size: 1.25rem; margin-bottom: 4px; }
}
