/* Nav Position Fix - Grossmann Theme v21 - Stronger selectors */

/* ==========================================================
   POPPINS FONT - Global Override
   ========================================================== */
html,
body,
* {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
    overflow-x: hidden !important;
}

html {
    overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-weight: 600 !important;
}

p, span, a, li, td, th, label, input, button, select, textarea {
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* ==========================================================
   GLOBAL MOBILE OVERRIDES - Must be outside media queries
   to override ThemeWare's global display:none rules
   ========================================================== */

/* Show header-actions-col (contains hamburger menu) - ThemeWare hides it globally */
html body header.header-main .header-actions-col,
html body header.header-main .col-12.header-actions-col,
html body .header-main .header-row .header-actions-col {
    display: block !important;
    visibility: visible !important;
}

/* Show the hamburger menu button */
html body header.header-main .nav-main-toggle-btn,
html body header.header-main button.nav-main-toggle-btn,
html body .header-main .menu-button .btn {
    display: flex !important;
    visibility: visible !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Show menu-button container */
html body header.header-main .menu-button,
html body .header-main .d-block.d-lg-none {
    display: block !important;
    visibility: visible !important;
}

/* ==========================================================
   END GLOBAL MOBILE OVERRIDES
   ========================================================== */

/* Hide hamburger on desktop (lg and up) - restore ThemeWare behavior */
@media (min-width: 992px) {
    html body header.header-main .header-actions-col,
    html body .header-main .menu-button,
    html body .header-main .d-block.d-lg-none {
        display: none !important;
    }
}

/* HEADER - Semi-transparent, fixed position */
html body .header-main,
html body.is-ctl-navigation .header-main,
html body.is-act-home .header-main,
body.is-ctl-navigation header.header-main,
body.is-act-home header.header-main {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    min-height: 70px !important;
    background: rgba(15, 40, 75, 0.45) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: none !important;
    z-index: 9999 !important;
    isolation: isolate !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
}

/* Header inner elements - all transparent */
html body .header-main .header-row,
html body .header-main .container,
html body .header-main .row,
html body .header-main .col,
html body .header-main [class*="col-"] {
    background: transparent !important;
    background-color: transparent !important;
}

/* Override Bootstrap utility classes on header-logo-col that cause padding shifts */
html body .header-main .header-logo-col,
html body .header-main .header-logo-col.pb-sm-2,
html body .header-main .header-logo-col.my-3,
html body .header-main .header-logo-col.m-lg-0,
.header-main .header-logo-col[class*="pb-"],
.header-main .header-logo-col[class*="my-"],
.header-main .header-logo-col[class*="m-lg-"] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin: 0 !important;
    transition: none !important;
}

/* NAV-MAIN - Force same background, fixed position at 75px */
/* Include .show class for ThemeWare's scroll-up reveal feature */
html body div.nav-main,
body div.nav-main,
body.is-ctl-navigation div.nav-main,
body.is-act-home div.nav-main,
.nav-main,
.nav-main.show,
.nav-main.header-solid.show,
.nav-main.ready.show,
.nav-main.header-solid.ready.show,
div.nav-main.show {
    position: fixed !important;
    top: 75px !important;
    left: 0 !important;
    right: 0 !important;
    height: 45px !important;
    min-height: 45px !important;
    max-height: 45px !important;
    background: rgba(15, 40, 75, 0.45) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    z-index: 9998 !important;
    isolation: isolate !important;
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
}

/* Force nav-main to have solid background and proper compositing */
html body div.nav-main,
.nav-main {
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
    will-change: transform !important;
}

/* Clip page content to prevent overflow into header area */
.content-main {
    clip-path: inset(0px 0px 0px 0px) !important;
    -webkit-clip-path: inset(0px 0px 0px 0px) !important;
    contain: paint !important;
}

/* Force page content below header - but NOT the hero text content */
.cms-page,
.cms-sections,
.cms-section,
.cms-block,
.logos-wrapper {
    z-index: 1 !important;
}

/* Ensure main content wrapper has lower z-index */
main.content-main,
.content-main {
    position: relative !important;
    z-index: 1 !important;
}

/* Section-intro specific fix - override inline position:relative that causes stacking issues */
#section-intro,
#section-intro > div,
#section-intro > div > div,
#section-intro [style*="position: relative"],
#section-intro [style*="position:relative"],
#section-intro [style*="z-index"] {
    position: static !important;
    z-index: auto !important;
}

/* Force all section-intro descendants to not create stacking contexts */
#section-intro * {
    z-index: auto !important;
    isolation: auto !important;
}

/* Override any position:relative elements that might create stacking issues */
.cms-page [style*="position: relative"],
.cms-page [style*="position:relative"],
.cms-sections [style*="position"],
#section-intro {
    z-index: 1 !important;
}

/* MAIN NAVIGATION MENU - position at top of nav-main */
html body #main-navigation-menu,
body #main-navigation-menu,
#main-navigation-menu,
html body nav#main-navigation-menu,
html body .main-navigation-menu,
nav.main-navigation-menu,
.nav-main.show #main-navigation-menu,
.nav-main.ready.show #main-navigation-menu {
    position: relative !important;
    top: 0 !important;
    height: 45px !important;
    min-height: 45px !important;
    max-height: 45px !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Inner containers transparent */
html body #main-navigation-menu .container,
html body #main-navigation-menu .navbar-collapse,
html body #main-navigation-menu .navbar-nav,
.nav-main .container {
    background: transparent !important;
    background-color: transparent !important;
}

/* Fix navbar-nav height - this element was 50px causing the jump */
html body #main-navigation-menu .navbar-nav,
html body .navbar-nav.main-navigation-menu-list,
.navbar-nav.main-navigation-menu-list,
#main-navigation-menu .navbar-nav,
.nav-main .navbar-nav,
.nav-main.show .navbar-nav,
.nav-main.header-solid .navbar-nav,
.nav-main.header-solid.show .navbar-nav {
    height: 45px !important;
    min-height: 45px !important;
    max-height: 45px !important;
    line-height: 45px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* SCROLLED STATE - Solid background, same position */
html body.nav-scrolled .header-main,
html body.nav-scrolled.is-ctl-navigation .header-main,
html body.nav-scrolled.is-act-home .header-main {
    top: 0 !important;
    position: fixed !important;
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    min-height: 70px !important;
    background: rgb(15, 40, 75) !important;
    transition: background 0.3s ease !important;
}

html body.nav-scrolled div.nav-main,
body.nav-scrolled div.nav-main,
body.nav-scrolled.is-ctl-navigation div.nav-main,
body.nav-scrolled.is-act-home div.nav-main,
html body.nav-scrolled div.nav-main.show,
body.nav-scrolled div.nav-main.show,
html body.nav-scrolled div.nav-main.header-solid,
body.nav-scrolled div.nav-main.header-solid,
html body.nav-scrolled div.nav-main.header-solid.show,
body.nav-scrolled div.nav-main.header-solid.show,
html body.nav-scrolled div.nav-main.header-solid.ready.show,
body.nav-scrolled div.nav-main.header-solid.ready.show {
    top: 75px !important;
    position: fixed !important;
    height: 45px !important;
    min-height: 45px !important;
    max-height: 45px !important;
    background: rgb(15, 40, 75) !important;
    transition: background 0.3s ease !important;
}

/* Add transition to default state too */
html body .header-main,
html body div.nav-main {
    transition: background 0.3s ease !important;
}

/* Lock down ALL inner element paddings/margins AND transitions - prevent any changes on scroll */
/* Target all states: default, nav-scrolled, header-solid */
html body .header-main .header-row,
html body.nav-scrolled .header-main .header-row,
html body .header-main.header-solid .header-row,
.header-main.header-solid .header-row,
header.header-solid .header-row {
    padding: 0 !important;
    margin: 0 auto !important;
    transition: none !important;
    height: 50px !important;
}

html body .header-main .header-logo-col,
html body.nav-scrolled .header-main .header-logo-col,
html body .header-main.header-solid .header-logo-col,
.header-main.header-solid .header-logo-col,
header.header-solid .header-logo-col {
    padding: 0 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
    transition: none !important;
    height: 50px !important;
}

html body .header-main .header-logo-main-link,
html body.nav-scrolled .header-main .header-logo-main-link,
html body .header-main.header-solid .header-logo-main-link,
.header-main.header-solid .header-logo-main-link,
header.header-solid .header-logo-main-link {
    transition: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

html body .header-main .header-logo-main-link img,
html body.nav-scrolled .header-main .header-logo-main-link img,
html body .header-main.header-solid .header-logo-main-link img,
.header-main.header-solid .header-logo-main-link img,
header.header-solid .header-logo-main-link img {
    transition: none !important;
    max-height: 50px !important;
    height: auto !important;
}

html body .nav-main .container,
html body.nav-scrolled .nav-main .container,
html body .nav-main.header-solid .container,
.nav-main.header-solid .container,
div.nav-main.header-solid .container {
    padding: 0 20px !important;
    transition: none !important;
}

html body #main-navigation-menu,
html body.nav-scrolled #main-navigation-menu,
html body .header-solid #main-navigation-menu,
.header-solid #main-navigation-menu,
.nav-main.header-solid #main-navigation-menu {
    transition: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* HEADER-SOLID CLASS - Lock down header and nav when this class is added */
.header-main.header-solid,
header.header-main.header-solid {
    padding-top: 15px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    min-height: 70px !important;
    transition: background 0.3s ease !important;
}

.nav-main.header-solid,
div.nav-main.header-solid,
.nav-main.header-solid.show,
div.nav-main.header-solid.show,
.nav-main.show,
div.nav-main.show {
    top: 75px !important;
    height: 45px !important;
    min-height: 45px !important;
    max-height: 45px !important;
    padding: 0 !important;
    transition: background 0.3s ease !important;
}

/* Lock down nav link text properties - prevent any changes on scroll */
/* CRITICAL: ThemeWare sets body.is-sticky-nav-main .nav-main .main-navigation-link to 50px - override it! */
body.is-sticky-nav-main .nav-main .main-navigation-link,
body.is-sticky-nav-main .nav-main .nav-link,
html body.is-sticky-nav-main .nav-main .main-navigation-link,
html body.is-sticky-nav-main .nav-main .nav-link,
#main-navigation-menu .nav-link,
#main-navigation-menu .main-navigation-link,
html body #main-navigation-menu .nav-link,
html body #main-navigation-menu .main-navigation-link,
html body.nav-scrolled #main-navigation-menu .nav-link,
html body.nav-scrolled #main-navigation-menu .main-navigation-link,
html body .header-solid #main-navigation-menu .nav-link,
.header-solid #main-navigation-menu .nav-link,
.nav-main.header-solid #main-navigation-menu .nav-link,
.nav-main.show .main-navigation-link,
.nav-main.show .nav-link {
    font-size: 15px !important;
    letter-spacing: normal !important;
    word-spacing: 0px !important;
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 10px !important;
    transition: background 0.2s ease, color 0.2s ease !important;
    border-radius: 4px !important;
}

/* Menu hover - yellow background, white text */
#main-navigation-menu .nav-link:hover,
#main-navigation-menu .main-navigation-link:hover,
html body #main-navigation-menu .nav-link:hover,
html body #main-navigation-menu .main-navigation-link:hover,
.nav-main .nav-link:hover,
.nav-main .main-navigation-link:hover {
    background: #0f284b !important;
    color: #ffffff !important;
}

#main-navigation-menu .nav-item,
html body #main-navigation-menu .nav-item,
html body.nav-scrolled #main-navigation-menu .nav-item,
html body .header-solid #main-navigation-menu .nav-item,
.header-solid #main-navigation-menu .nav-item,
.nav-main.header-solid #main-navigation-menu .nav-item {
    transition: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Prevent ThemeWare from changing any element transitions */
.header-main *,
.nav-main *,
.header-main.header-solid *,
.nav-main.header-solid * {
    transition: none !important;
}

/* Hero diagonal split container - must be above overlay (overlay is z-index 2) */
.hero-diagonal-split,
#hero-overlay-content {
    z-index: 100 !important;
    position: absolute !important;
}

/* Diagonal glass - glass effect only, compact around text */
.diagonal-glass,
.hero-diagonal-split .diagonal-glass {
    position: absolute !important;
    top: 120px !important;
    left: 0 !important;
    width: 42% !important;
    height: calc(100% - 80px) !important;  /* Extend down to reference logos */
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    clip-path: polygon(0 0, 90% 0, 75% 100%, 0 100%) !important;
    z-index: 101 !important;
    padding: 30px 50px 40px 40px !important;
    box-sizing: border-box !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    /* Position content in upper-middle area */
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    padding-top: 140px !important;
}

/* Hero text content - higher z-index to appear above overlay */
.diagonal-glass .tag,
.diagonal-glass h2,
.diagonal-glass p,
.diagonal-glass .hero-bullets,
.diagonal-glass .btn-group,
.hero-diagonal-split .diagonal-glass .tag,
.hero-diagonal-split .diagonal-glass h2,
.hero-diagonal-split .diagonal-glass p,
.hero-diagonal-split .diagonal-glass .hero-bullets,
.hero-diagonal-split .diagonal-glass .btn-group {
    position: relative !important;
    z-index: 102 !important;
}

/* Hero text content padding */
.hero-diagonal-split .tag {
    margin-bottom: 40px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

/* German flag - hide CSS pseudo-element completely, HTML element is used instead */
.hero-diagonal-split .tag::before {
    display: none !important;
    content: none !important;
}

.hero-diagonal-split h2 {
    margin-bottom: 20px !important;
}

.hero-diagonal-split p {
    margin-bottom: 25px !important;
}

.hero-diagonal-split .hero-bullets {
    margin-bottom: 20px !important;
}

.hero-diagonal-split-OLD .hero-bullets {
    margin-bottom: 20px !important;
}

.hero-diagonal-split .hero-bullets li {
    margin-bottom: 12px !important;
}

.hero-diagonal-split .btn-group {
    margin-bottom: 35px !important;
    margin-top: 15px !important;
}

/* Video - match old site sizing for better quality appearance */
.cms-block-text-hero video,
#hero-video {
    width: 177.78vh !important;  /* 16:9 aspect ratio */
    height: 100vh !important;
    min-width: 100% !important;
    min-height: 100vh !important;
    object-fit: cover !important;
    object-position: center center !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1 !important;
}

/* Dark overlay covering entire video */
.cms-block-text-hero::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(10, 22, 40, 0.5) !important;
    z-index: 2 !important;
    pointer-events: none !important;
}


/* Bottom gradient overlay */
.cms-block-text-hero::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 150px !important;
    background: linear-gradient(to bottom, transparent 0%, rgba(15, 40, 75, 0.6) 100%) !important;
    z-index: 3 !important;
    pointer-events: none !important;
}

/* Hide 20+ Jahre Erfahrung badge */
.right-decoration {
    display: none !important;
}

/* CRITICAL FIX: ThemeWare shows .header-cart.sticky when .show class is added - keep it hidden */
/* This is what was causing the height jump! */
.nav-main .header-cart.sticky,
.nav-main.show .header-cart.sticky,
.nav-main.ready.show .header-cart.sticky,
.nav-main.header-solid.show .header-cart.sticky,
div.nav-main.show .header-cart.sticky,
.nav-main #sticky-logo,
.nav-main.show #sticky-logo {
    display: none !important;
}

/* ==========================================================
   HOMEPAGE SECTIONS - Glass-morphism Design System
   ========================================================== */

/* ===== SECTION 2: PRODUCT SHOWCASE ===== */
.product-showcase {
    background: #0f284b !important; border: none !important;
    padding: 80px 0 !important;
    position: relative !important;
}

.product-showcase-inner {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

.product-showcase .section-title {
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 15px !important;
}

.product-showcase .section-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 18px !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.product-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
}

.product-card-glass {
    background: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    padding: 25px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.product-card-glass:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 30px rgba(225, 181, 46, 0.15) !important;
    border-color: rgba(225, 181, 46, 0.3) !important;
}

.product-card-glass .product-image {
    width: 100% !important;
    height: 180px !important;
    object-fit: contain !important;
    margin-bottom: 20px !important;
    border-radius: 8px !important;
}

.product-card-glass .product-image-placeholder {
    width: 100% !important;
    height: 180px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 14px !important;
}

.product-card-glass .product-name {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.product-card-glass .product-spec {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    min-height: 40px !important;
}

.product-card-glass .product-price {
    color: #E1B52E !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

.product-card-glass .btn-product {
    background: transparent !important;
    border: 2px solid #E1B52E !important;
    color: #E1B52E !important;
    padding: 12px 28px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.product-card-glass .btn-product:hover {
    background: #0f284b !important;
    color: #ffffff !important;
}

/* ===== SECTION 3: USP/BENEFITS SECTION ===== */
.usp-section {
    background: linear-gradient(180deg, #0f284b 0%, #0a1e3a 100%) !important;
    padding: 70px 0 !important;
}

.usp-inner {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

.usp-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
}

.usp-card-glass {
    background: rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    padding: 35px 25px !important;
    text-align: center !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.usp-card-glass:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(225, 181, 46, 0.3) !important;
}

.usp-card-glass .usp-icon {
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(225, 181, 46, 0.15) !important;
    border-radius: 50% !important;
    color: #E1B52E !important;
    font-size: 28px !important;
}

.usp-card-glass .usp-icon svg,
.usp-card-glass .usp-icon img {
    width: 32px !important;
    height: 32px !important;
    fill: none !important;
}

.usp-card-glass .usp-title {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.usp-card-glass .usp-text {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

/* ===== SECTION 4: WHY GLT / WHY CHOOSE US ===== */
.why-glt-section {
    background: #0f284b !important; border: none !important;
    padding: 100px 0 !important;
    position: relative !important;
    overflow: hidden !important;
}

.why-glt-inner {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: center !important;
}

.why-glt-media {
    position: relative !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.why-glt-media img,
.why-glt-media video {
    width: 100% !important;
    height: auto !important;
    border-radius: 16px !important;
    display: block !important;
}

.why-glt-media-placeholder {
    width: 100% !important;
    height: 400px !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 16px !important;
}

.why-glt-content {
    background: rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 45px !important;
}

.why-glt-content .section-label {
    color: #E1B52E !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 15px !important;
}

.why-glt-content .section-title {
    color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    line-height: 1.2 !important;
}

.why-glt-checklist {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.why-glt-checklist li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    margin-bottom: 18px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.why-glt-checklist li::before {
    content: "✓" !important;
    color: #E1B52E !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
    width: 24px !important;
    height: 24px !important;
    background: rgba(225, 181, 46, 0.15) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* ===== SECTION 5: CUSTOMER REVIEWS ===== */
.reviews-section {
    background: linear-gradient(180deg, #0a1e3a 0%, #0f284b 100%) !important;
    padding: 90px 0 !important;
}

.reviews-inner {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

.reviews-header {
    text-align: center !important;
    margin-bottom: 50px !important;
}

.reviews-header .section-title {
    color: #ffffff !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.reviews-header .google-rating {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px !important;
}

.reviews-header .stars {
    color: #fbbc04 !important;
    font-size: 22px !important;
    letter-spacing: 2px !important;
}

.reviews-header .rating-text {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
}

.review-card-glass {
    background: rgba(255, 255, 255, 0.04) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 16px !important;
    padding: 35px !important;
    transition: transform 0.3s ease, border-color 0.3s ease !important;
}

.review-card-glass:hover {
    transform: translateY(-5px) !important;
    border-color: rgba(251, 188, 4, 0.3) !important;
}

.review-card-glass .review-stars {
    color: #fbbc04 !important;
    font-size: 18px !important;
    letter-spacing: 2px !important;
    margin-bottom: 20px !important;
}

.review-card-glass .review-text {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 25px !important;
    font-style: italic !important;
}

.review-card-glass .review-author {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.review-card-glass .author-avatar {
    width: 45px !important;
    height: 45px !important;
    background: rgba(225, 181, 46, 0.2) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #E1B52E !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.review-card-glass .author-name {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.reviews-footer {
    text-align: center !important;
    margin-top: 40px !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px !important;
}

.reviews-footer img {
    height: 20px !important;
    vertical-align: middle !important;
    margin-left: 8px !important;
    opacity: 0.7 !important;
}

/* ===== SECTION 6: CTA BANNER ===== */
.cta-banner {
    background: #0a1e3a !important;
    position: relative !important;
    padding: 100px 0 !important;
    overflow: hidden !important;
}

.cta-banner::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: linear-gradient(135deg, rgba(225, 181, 46, 0.08) 0%, transparent 50%) !important;
    pointer-events: none !important;
}

.cta-banner-inner {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    text-align: center !important;
    position: relative !important;
    z-index: 2 !important;
}

.cta-banner .cta-title {
    color: #ffffff !important;
    font-size: 38px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}

.cta-banner .cta-subtitle {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 18px !important;
    margin-bottom: 40px !important;
}

.cta-banner .btn-cta {
    background: #0f284b !important;
    color: #ffffff !important;
    padding: 18px 45px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
}

.cta-banner .btn-cta:hover {
    background: #c9a127 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 30px rgba(225, 181, 46, 0.3) !important;
}

.cta-banner .cta-phone {
    margin-top: 30px !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px !important;
}

.cta-banner .cta-phone a {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 22px !important;
}

.cta-banner .cta-phone a:hover {
    color: #E1B52E !important;
}

/* ===== REFERENCE LOGOS SECTION (Enhancement) ===== */
.reference-section {
    background: #0f284b !important; border: none !important;
    padding: 60px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.reference-inner {
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    text-align: center !important;
}

.reference-label {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin-bottom: 30px !important;
}

/* Reference logos must be ABOVE hero diagonal (z-index 100) */
#reference-logos,
div#reference-logos {
    z-index: 110 !important;
}

.reference-logos {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 50px !important;
    flex-wrap: wrap !important;
}

.reference-logos img {
    height: 40px !important;
    opacity: 0.6 !important;
    filter: grayscale(100%) brightness(2) !important;
    transition: opacity 0.3s ease, filter 0.3s ease !important;
}

.reference-logos img:hover {
    opacity: 1 !important;
    filter: grayscale(0%) brightness(1) !important;
}

/* ===== HERO SECTION BUTTONS ===== */
.btn-hero {
    padding: 16px 32px !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.btn-hero.btn-primary,
.btn-hero-primary {
    background: #E1B52E !important;
    color: #0f284b !important;
    border: 2px solid #E1B52E !important;
    box-shadow: none !important;
}

.btn-hero.btn-primary:hover,
.btn-hero-primary:hover {
    background: #c9a127 !important;
    border-color: #c9a127 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(225, 181, 46, 0.4) !important;
}

.btn-hero.btn-secondary,
.btn-hero-secondary {
    background: transparent !important;
    color: #ffffff !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
}

.btn-hero.btn-secondary:hover,
.btn-hero-secondary:hover {
    border-color: #ffffff !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.btn-group {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

/* ===== MOBILE & TABLET RESPONSIVE STYLES ===== */

/* Tablet (max-width 991px) */
@media (max-width: 991px) {
    /* Remove diagonal glass effect on tablet - no clip-path, no blur */
    .diagonal-glass,
    .hero-diagonal-split .diagonal-glass,
    div.diagonal-glass {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: none !important;
        border: none !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        width: 60% !important;
        padding-top: 100px !important;
        top: 80px !important;
    }

    /* Remove overflow hidden on tablet */
    .cms-block-text-hero,
    .hero-diagonal-split {
        overflow: visible !important;
    }

    /* Smaller header on tablet */
    html body .header-main,
    html body.is-ctl-navigation .header-main,
    html body.is-act-home .header-main {
        padding-top: 10px !important;
        padding-bottom: 8px !important;
        min-height: 60px !important;
    }

    html body .header-main .header-row,
    html body.nav-scrolled .header-main .header-row {
        height: 40px !important;
    }

    html body .header-main .header-logo-col {
        height: 40px !important;
    }

    html body .header-main .header-logo-main-link img {
        max-height: 40px !important;
    }

    /* Adjust nav-main position for smaller header */
    html body div.nav-main,
    .nav-main,
    .nav-main.show,
    .nav-main.header-solid.show {
        top: 60px !important;
        height: 40px !important;
        min-height: 40px !important;
        max-height: 40px !important;
    }

    html body.nav-scrolled div.nav-main,
    body.nav-scrolled div.nav-main.show {
        top: 60px !important;
    }

    /* Reference logos - stack vertically on tablet */
    #reference-logos,
    div#reference-logos {
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    #reference-logos .logos-wrapper,
    #reference-logos div.logos-wrapper,
    .logos-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 15px !important;
        padding: 20px 15px !important;
        box-sizing: border-box !important;
    }

    #reference-logos .logos-wrapper .ref-label,
    .logos-wrapper .ref-label,
    .logos-wrapper span.ref-label {
        margin-bottom: 10px !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    #reference-logos .logos-wrapper img,
    .logos-wrapper img {
        height: 30px !important;
        max-width: 120px !important;
        object-fit: contain !important;
    }

    /* ===== NEW SECTIONS - TABLET RESPONSIVE ===== */

    /* Product Showcase - 2 columns on tablet */
    .product-showcase {
        padding: 60px 0 !important;
    }

    .product-showcase-inner {
        padding: 0 25px !important;
    }

    .product-showcase .section-title {
        font-size: 34px !important;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }

    /* USP Section - 2 columns on tablet */
    .usp-section {
        padding: 50px 0 !important;
    }

    .usp-inner {
        padding: 0 25px !important;
    }

    .usp-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }

    /* Why GLT - stack vertically on tablet */
    .why-glt-section {
        padding: 70px 0 !important;
    }

    .why-glt-inner {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
        padding: 0 25px !important;
    }

    .why-glt-content .section-title {
        font-size: 30px !important;
    }

    /* Reviews - 2 columns on tablet */
    .reviews-section {
        padding: 60px 0 !important;
    }

    .reviews-inner {
        padding: 0 25px !important;
    }

    .reviews-header .section-title {
        font-size: 30px !important;
    }

    .reviews-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px !important;
    }

    /* CTA Banner - smaller on tablet */
    .cta-banner {
        padding: 70px 0 !important;
    }

    .cta-banner-inner {
        padding: 0 25px !important;
    }

    .cta-banner .cta-title {
        font-size: 32px !important;
    }

    /* Reference section */
    .reference-section {
        padding: 40px 0 !important;
    }

    .reference-inner {
        padding: 0 25px !important;
    }

    .reference-logos {
        gap: 30px !important;
    }
}

/* Mobile (max-width 767px) */
@media (max-width: 767px) {
    /* Compact header on mobile */
    html body .header-main,
    html body.is-ctl-navigation .header-main,
    html body.is-act-home .header-main {
        padding-top: 8px !important;
        padding-bottom: 6px !important;
        min-height: 50px !important;
    }

    html body .header-main .header-row,
    html body.nav-scrolled .header-main .header-row {
        height: 35px !important;
    }

    html body .header-main .header-logo-col {
        height: 35px !important;
        padding: 0 10px !important;
    }

    html body .header-main .header-logo-main-link img {
        max-height: 35px !important;
    }

    /* Hide the horizontal nav-main on mobile - hamburger menu is used instead */
    html body div.nav-main,
    .nav-main,
    .nav-main.show {
        display: none !important;
    }

    /* FORCE hamburger menu PARENT CONTAINERS to be visible - maximum specificity */
    html body .header-actions-col,
    html body .col-12.header-actions-col,
    html body .header-main .header-actions-col,
    html body div.header-actions-col,
    html body .header-row .header-actions-col,
    body .header-actions-col {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
    }

    html body .d-block.d-lg-none,
    html body .d-block.d-lg-none.col,
    html body div.d-block.d-lg-none,
    body .d-block.d-lg-none,
    .header-actions-col .d-block {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* FORCE hamburger menu button container to be visible */
    .menu-button,
    div.menu-button {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
        min-width: 44px !important;
        min-height: 44px !important;
    }

    /* FORCE the actual button to be visible */
    .nav-main-toggle-btn,
    button.nav-main-toggle-btn,
    .header-actions-btn,
    .menu-button .btn,
    .menu-button button {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: 44px !important;
        height: 44px !important;
        align-items: center !important;
        justify-content: center !important;
        background: rgba(255,255,255,0.1) !important;
        border-radius: 4px !important;
    }

    /* Remove diagonal glass effect completely on mobile - no clip-path, no blur */
    .diagonal-glass,
    .hero-diagonal-split .diagonal-glass,
    div.diagonal-glass {
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: none !important;
        border: none !important;
        clip-path: none !important;
        -webkit-clip-path: none !important;
        width: 100% !important;
        padding: 20px 20px 20px 20px !important;
        top: 60px !important;
    }

    /* Remove overflow hidden that cuts off content */
    .cms-block-text-hero,
    .hero-diagonal-split {
        overflow: visible !important;
    }

    /* Hero content - AGGRESSIVELY remove all spacing */
    .cms-block-text-hero,
    .cms-block-text-hero .position-absolute,
    .cms-block-text-hero .col-11,
    .cms-block-text-hero .col-md-10,
    .cms-block-text-hero [class*="col-"],
    .cms-block-text-hero .container,
    .cms-block-text-hero .row,
    .hero-diagonal-split,
    .hero-diagonal-split .row {
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Only the outermost hero block needs minimal top padding for header */
    html body .cms-block-text-hero,
    body .cms-block-text-hero,
    .cms-block-text-hero {
        padding-top: 10px !important;
        margin-top: 50px !important; /* Push below fixed header */
    }

    /* Remove any extra spacing on ALL inner elements */
    .cms-block-text-hero .cms-element-text,
    .cms-block-text-hero h1,
    .cms-block-text-hero h2,
    .cms-block-text-hero .badge,
    .cms-block-text-hero [class*="badge"] {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .cms-block-text-hero h1,
    .cms-block-text-hero h2,
    .hero-diagonal-split h2 {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }

    .cms-block-text-hero .hero-bullets,
    .hero-diagonal-split .hero-bullets {
    margin-bottom: 20px !important;
}

.hero-diagonal-split-OLD .hero-bullets {
        margin-bottom: 20px !important;
    }

    .cms-block-text-hero .hero-bullets li,
    .hero-diagonal-split .hero-bullets li {
        font-size: 14px !important;
        margin-bottom: 8px !important;
    }

    /* Reference logos - compact layout for mobile */
    #reference-logos,
    div#reference-logos {
        padding: 15px 10px !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: hidden !important;
    }

    #reference-logos .logos-wrapper,
    #reference-logos div.logos-wrapper,
    .logos-wrapper {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 12px !important;
        padding: 15px 10px !important;
        box-sizing: border-box !important;
    }

    #reference-logos .logos-wrapper .ref-label,
    .logos-wrapper .ref-label,
    .logos-wrapper span.ref-label {
        font-size: 12px !important;
        margin-bottom: 8px !important;
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    #reference-logos .logos-wrapper img,
    .logos-wrapper img {
        height: 28px !important;
        max-width: 100px !important;
        object-fit: contain !important;
    }


    /* Buttons smaller on mobile */
    .cms-block-text-hero .btn,
    .hero-diagonal-split .btn-hero {
        padding: 12px 20px !important;
        font-size: 14px !important;
    }

    /* ===== NEW SECTIONS - MOBILE RESPONSIVE ===== */

    /* Product Showcase - single column on mobile */
    .product-showcase {
        padding: 50px 0 !important;
    }

    .product-showcase-inner {
        padding: 0 20px !important;
    }

    .product-showcase .section-title {
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }

    .product-showcase .section-subtitle {
        font-size: 15px !important;
        margin-bottom: 35px !important;
    }

    .product-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .product-card-glass {
        padding: 20px !important;
    }

    .product-card-glass .product-image,
    .product-card-glass .product-image-placeholder {
        height: 150px !important;
    }

    .product-card-glass .product-name {
        font-size: 18px !important;
    }

    .product-card-glass .product-price {
        font-size: 20px !important;
    }

    /* USP Section - single column on mobile */
    .usp-section {
        padding: 40px 0 !important;
    }

    .usp-inner {
        padding: 0 20px !important;
    }

    .usp-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .usp-card-glass {
        padding: 25px 20px !important;
    }

    /* Why GLT - mobile adjustments */
    .why-glt-section {
        padding: 50px 0 !important;
    }

    .why-glt-inner {
        padding: 0 20px !important;
        gap: 30px !important;
    }

    .why-glt-media-placeholder {
        height: 250px !important;
    }

    .why-glt-content {
        padding: 30px 25px !important;
    }

    .why-glt-content .section-title {
        font-size: 26px !important;
    }

    .why-glt-checklist li {
        font-size: 15px !important;
        gap: 12px !important;
    }

    /* Reviews - single column on mobile */
    .reviews-section {
        padding: 50px 0 !important;
    }

    .reviews-inner {
        padding: 0 20px !important;
    }

    .reviews-header .section-title {
        font-size: 26px !important;
    }

    .reviews-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }

    .review-card-glass {
        padding: 25px !important;
    }

    /* CTA Banner - mobile */
    .cta-banner {
        padding: 50px 0 !important;
    }

    .cta-banner-inner {
        padding: 0 20px !important;
    }

    .cta-banner .cta-title {
        font-size: 26px !important;
    }

    .cta-banner .cta-subtitle {
        font-size: 16px !important;
    }

    .cta-banner .btn-cta {
        padding: 15px 35px !important;
        font-size: 14px !important;
    }

    .cta-banner .cta-phone a {
        font-size: 20px !important;
    }

    /* Reference section mobile */
    .reference-section {
        padding: 30px 0 !important;
    }

    .reference-inner {
        padding: 0 20px !important;
    }

    .reference-logos {
        gap: 25px !important;
    }

    .reference-logos img {
        height: 30px !important;
    }

    /* Button group - stack on mobile */
    .btn-group {
        flex-direction: column !important;
        gap: 12px !important;
    }

    .btn-hero {
        width: 100% !important;
        text-align: center !important;
        padding: 14px 25px !important;
    }
}

/* ===== BENEFITS SECTION V2 - Clean Professional Design ===== */
.benefits-section-v2 {
    background: #f8f9fa !important;
    padding: 80px 20px !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    box-sizing: border-box !important;
}

.benefits-header {
    text-align: center !important;
    max-width: 800px !important;
    margin: 0 auto 50px !important;
}

.benefits-header h2 {
    color: #1e3a5f !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.benefits-header p {
    color: #5a6a7a !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.benefits-grid-v2,
.benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.benefit-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    background: #ffffff !important;
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.benefit-item:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.benefit-check {
    flex-shrink: 0 !important;
    width: 32px !important;
    height: 32px !important;
    background: linear-gradient(135deg, #E1B52E 0%, #c9a127 100%) !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.benefit-text strong {
    display: block !important;
    color: #1e3a5f !important;
    font-size: 17px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}

.benefit-text span {
    display: block !important;
    color: #6a7a8a !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* ===== LASER TITLE ANIMATION - Exact CodePen Style ===== */
/* Dark background for laser effect - multiple selectors for specificity */
html body .benefits-section-v2 .benefits-header,
html body div.benefits-header,
html body .benefits-header,
.cms-page .benefits-header,
.cms-section .benefits-header,
.cms-block .benefits-header,
.cms-element-text .benefits-header {
    background: #E1B52E !important; border: none !important;
    padding: 60px 40px 35px 40px !important;
    border-radius: 16px !important;
    margin-bottom: 50px !important;
    max-width: 900px !important;
}

html body .benefits-section-v2 .benefits-header p,
html body div.benefits-header p,
html body .benefits-header p,
.benefits-header > p,
.cms-page .benefits-header p,
.cms-section .benefits-header p,
.cms-block .benefits-header p,
.cms-element-text .benefits-header p {
    color: #0f284b !important;
    font-weight: 600 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
}

/* Ensure h2 and laser-title are visible even before animation starts */
html body .benefits-section-v2 .benefits-header h2,
html body div.benefits-header h2,
html body .benefits-header h2,
.benefits-header > h2,
.cms-page .benefits-header h2,
.cms-section .benefits-header h2,
.cms-block .benefits-header h2,
.cms-element-text .benefits-header h2 {
    color: #0f284b !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.laser-title {
    position: relative !important;
    display: block !important;
    font-family: system-ui, -apple-system, sans-serif !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    color: #0f284b !important;
}

.laser-title .text {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.laser-title .write {
    color: #0f284b !important;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: laser-write 12s linear infinite !important;
    animation-play-state: paused !important;
}

.laser-title .laser {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    color: #ffffff !important;
    background: transparent !important;
    filter: none !important;
    text-shadow:
        0 0 2px #ffffff,
        0 0 4px #ffffff,
        0 0 8px #ffffff,
        0 0 12px #ffffff !important;
    clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%);
    animation: laser-beam 12s linear infinite !important;
    animation-play-state: paused !important;
    pointer-events: none !important;
}

/* Play laser animations when section is visible */
.benefits-section-v2.in-view .laser-title .write,
.benefits-section-v2.in-view .laser-title .laser {
    animation-play-state: running !important;
}

@keyframes laser-write {
    0% { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
    15% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    85% { clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    100% { clip-path: polygon(0 0, 0 0, 0 100%, 0 100%); }
}

@keyframes laser-beam {
    0% { clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%); }
    15% { clip-path: polygon(99% 0, 100% 0, 100% 100%, 99% 100%); }
    85% { clip-path: polygon(99% 0, 100% 0, 100% 100%, 99% 100%); }
    100% { clip-path: polygon(0 0, 1% 0, 1% 100%, 0 100%); }
}

/* Benefits responsive - tablet */
@media (max-width: 991px) {
    .benefits-grid-v2,
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .benefits-header h2,
    .laser-title {
        font-size: 30px !important;
    }
}

/* Benefits responsive - mobile */
@media (max-width: 767px) {
    .benefits-section-v2 {
        padding: 50px 15px !important;
    }

    /* Override JS inline styles on benefits header */
    .benefits-header {
        padding: 30px 20px !important;
        margin-bottom: 30px !important;
        max-width: 100% !important;
    }

    .benefits-grid-v2,
    .benefits-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .benefits-header h2,
    .laser-title {
        font-size: 26px !important;
    }

    .benefit-item {
        padding: 20px !important;
    }
}

/* Small mobile (max-width 480px) */
@media (max-width: 480px) {
    /* Even more compact */
    html body .header-main {
        padding-top: 6px !important;
        padding-bottom: 4px !important;
        min-height: 45px !important;
    }

    html body .header-main .header-row {
        height: 30px !important;
    }

    html body .header-main .header-logo-main-link img {
        max-height: 30px !important;
    }

    /* Hero text even smaller */
    .cms-block-text-hero h1,
    .cms-block-text-hero h2,
    .hero-diagonal-split h2 {
        font-size: 24px !important;
    }

    /* Reference logos - 2 per row on small screens */
    #reference-logos .logos-wrapper,
    #reference-logos div.logos-wrapper,
    .logos-wrapper {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        max-width: 100% !important;
        gap: 10px 20px !important;
        box-sizing: border-box !important;
    }

    #reference-logos .logos-wrapper img,
    .logos-wrapper img {
        height: 22px !important;
        max-width: 70px !important;
        flex: 0 0 auto !important;
    }

    #reference-logos .logos-wrapper .ref-label,
    .logos-wrapper .ref-label,
    .logos-wrapper span.ref-label {
        width: 100% !important;
        text-align: center !important;
        font-size: 11px !important;
        flex: 0 0 100% !important;
    }

    /* ===== NEW SECTIONS - SMALL MOBILE ===== */

    .product-showcase .section-title,
    .reviews-header .section-title,
    .why-glt-content .section-title,
    .cta-banner .cta-title {
        font-size: 22px !important;
    }

    .product-card-glass .product-image,
    .product-card-glass .product-image-placeholder {
        height: 130px !important;
    }

    .usp-card-glass .usp-icon {
        width: 50px !important;
        height: 50px !important;
    }

    .why-glt-media-placeholder {
        height: 200px !important;
    }

    .why-glt-content {
        padding: 25px 20px !important;
    }

    .review-card-glass {
        padding: 20px !important;
    }

    .cta-banner .btn-cta {
        padding: 14px 30px !important;
        font-size: 13px !important;
    }
}

/* ===== FIX: Hide ALL .tag::before flags - maximum specificity ===== */
.tag::before,
span.tag::before,
.diagonal-glass .tag::before,
.hero-diagonal-split .tag::before,
.hero-diagonal-split .diagonal-glass .tag::before,
#hero-overlay-content .tag::before,
html body .tag::before {
    display: none !important;
    content: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
}

/* ===== FIX: Benefits header text colors - maximum specificity ===== */
html body .benefits-header h2,
html body .benefits-header .laser-title,
html body .benefits-section-v2 .benefits-header h2,
body .benefits-header h2,
.benefits-header h2 {
    color: #0f284b !important;
}

html body .benefits-header p,
html body .benefits-section-v2 .benefits-header p,
body .benefits-header p,
.benefits-header p {
    color: #0f284b !important;
}

/* ===== HERO BADGE - replaces .tag to avoid ThemeWare interference ===== */
.hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: rgba(255,255,255,0.1) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    padding: 8px 18px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    letter-spacing: 1.5px !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    margin-bottom: 30px !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
}
.hero-badge::before {
    display: none !important;
    content: none !important;
}

/* ===== BENEFIT ITEMS V2 - Icon on top, vertical layout ===== */
.benefit-item {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 35px 25px !important;
}

.benefit-item .benefit-check {
    display: none !important;
}

.benefit-item .benefit-icon {
    width: 80px !important;
    height: 80px !important;
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #0f284b !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 15px rgba(15, 40, 75, 0.3) !important;
}

.benefit-item .benefit-icon svg {
    width: 40px !important;
    height: 40px !important;
    fill: none !important;
    stroke: #e1b52e !important;
    stroke-width: 1.8 !important;
    stroke-dasharray: 200;
    stroke-dashoffset: 0;
}

/* Icon animations - paused by default, play when section is visible */
.benefit-item:nth-child(1) .benefit-icon svg { animation: iconDraw 8s ease-in-out infinite; animation-delay: 0s; animation-play-state: paused; }
.benefit-item:nth-child(2) .benefit-icon svg { animation: iconDraw 9s ease-in-out infinite; animation-delay: -2s; animation-play-state: paused; }
.benefit-item:nth-child(3) .benefit-icon svg { animation: iconDraw 7s ease-in-out infinite; animation-delay: -1s; animation-play-state: paused; }
.benefit-item:nth-child(4) .benefit-icon svg { animation: iconDraw 10s ease-in-out infinite; animation-delay: -4s; animation-play-state: paused; }
.benefit-item:nth-child(5) .benefit-icon svg { animation: iconDraw 8s ease-in-out infinite; animation-delay: -3s; animation-play-state: paused; }
.benefit-item:nth-child(6) .benefit-icon svg { animation: iconDraw 9s ease-in-out infinite; animation-delay: -5s; animation-play-state: paused; }

/* When section is visible, play animations */
.benefits-section-v2.in-view .benefit-item .benefit-icon svg {
    animation-play-state: running !important;
}

@keyframes iconDraw {
    0%, 65% {
        stroke-dashoffset: 0;
        filter: none;
    }
    67% {
        stroke-dashoffset: 200;
        filter: none;
    }
    68% {
        stroke-dashoffset: 200;
        filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 15px #e1b52e) drop-shadow(0 0 25px #fff);
    }
    72% {
        stroke-dashoffset: 160;
        filter: drop-shadow(0 0 4px #e1b52e);
    }
    80% {
        stroke-dashoffset: 80;
        filter: none;
    }
    90%, 100% {
        stroke-dashoffset: 0;
        filter: none;
    }
}

.benefit-item .benefit-text {
    text-align: center !important;
}

.benefit-item .benefit-text strong {
    display: block !important;
    margin-bottom: 10px !important;
    font-size: 18px !important;
}

.benefit-item .benefit-text span {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* =============================================================
   ANWENDUNGSBEREICHE SECTION - Industry Applications Grid
   Inspired by xTool "We Inspire Every Dreamer, Every Field"
   ============================================================= */

/* ============================================
   ANWENDUNGEN SECTION - xTool Style Horizontal Carousel
   ============================================ */
.anwendungen-section {
    display: block !important;
    padding: 80px 0 60px 0 !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

.anwendungen-section .section-header {
    text-align: center !important;
    max-width: 900px !important;
    margin: 0 auto 50px auto !important;
    padding: 0 20px !important;
}

.anwendungen-section .section-header h2 {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #0f284b !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
}

.anwendungen-section .section-header p {
    font-size: 18px !important;
    color: #5a6a7a !important;
    line-height: 1.6 !important;
    margin-bottom: 10px !important;
}

.anwendungen-section .section-header a {
    color: #2563eb !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    transition: color 0.3s ease !important;
}

.anwendungen-section .section-header a:hover {
    color: #1d4ed8 !important;
}

/* Horizontal Scrolling Carousel */
.anwendungen-carousel {
    display: flex !important;
    gap: 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    padding: 0 20px 20px 20px !important;
}

.anwendungen-carousel::-webkit-scrollbar {
    display: none !important;
}

/* Individual Carousel Card - Tall Portrait Style */
.anwendung-card {
    position: relative !important;
    flex: 0 0 280px !important;
    height: 420px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    cursor: pointer !important;
    scroll-snap-align: start !important;
    transition: transform 0.4s ease, box-shadow 0.4s ease !important;
}

.anwendung-card:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

/* Card Image - Full Cover */
.anwendung-card .card-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.6s ease !important;
}

.anwendung-card:hover .card-image {
    transform: scale(1.05) !important;
}

/* Card Overlay - Subtle Bottom Gradient */
.anwendung-card .card-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 50% !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%) !important;
    z-index: 1 !important;
    pointer-events: none !important;
}

/* Card Content - Bottom Positioned */
.anwendung-card .card-content {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 25px 20px !important;
    z-index: 2 !important;
    color: #ffffff !important;
}

/* Hide the icon in carousel style */
.anwendung-card .card-icon {
    display: none !important;
}

.anwendung-card .card-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
}

.anwendung-card .card-subtitle {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.4 !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
}

/* Responsive Carousel */
@media (max-width: 900px) {
    .anwendungen-section .section-header h2 {
        font-size: 32px !important;
    }
    .anwendung-card {
        flex: 0 0 250px !important;
        height: 380px !important;
    }
}

@media (max-width: 600px) {
    .anwendungen-section {
        padding: 50px 0 40px 0 !important;
    }
    .anwendungen-section .section-header h2 {
        font-size: 26px !important;
    }
    .anwendung-card {
        flex: 0 0 220px !important;
        height: 340px !important;
    }
    .anwendung-card .card-title {
        font-size: 18px !important;
    }
}

/* =============================================================
   LASER VIDEO SHOWCASE SECTION - Glass Overlay Design
   ============================================================= */
/* =============================================================
   LASER VIDEO SHOWCASE SECTION - Glass Overlay Design v2
   ============================================================= */
.laser-video-section {
    position: relative !important;
    overflow: hidden !important;
    min-height: 550px !important;
    background: #0a1628 !important;
}

/* Video Background - Full width, absolute positioned */
.laser-video-section .video-background {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
    z-index: 1 !important;
}

.laser-video-section .video-background video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    transform: translate(-50%, -50%) !important;
    object-fit: cover !important;
}

/* Dark overlay on video */
.laser-video-section .video-overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg,
        rgba(15, 40, 75, 0.4) 0%,
        rgba(10, 22, 40, 0.25) 50%,
        rgba(15, 40, 75, 0.4) 100%) !important;
    z-index: 2 !important;
}

/* Content container - centers and constrains the glass panel */
.laser-video-section .content-container {
    position: relative !important;
    z-index: 3 !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    padding: 60px 40px !important;
    min-height: 550px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

/* Glass Panel */
.laser-video-section .glass-panel {
    width: 520px !important;
    max-width: 90% !important;
    padding: 45px 40px !important;
    background: rgba(15, 40, 75, 0.85) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 20px !important;
    box-shadow:
        0 25px 50px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
}

.laser-video-section .glass-panel .section-title {
    color: #ffffff !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    line-height: 1.2 !important;
}

.laser-video-section .glass-panel .section-title .highlight {
    color: #e1b52e !important;
}

.laser-video-section .feature-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 30px 0 !important;
}

.laser-video-section .feature-list li {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 15px !important;
    padding: 14px 0 !important;
    padding-left: 32px !important;
    position: relative !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    line-height: 1.4 !important;
}

.laser-video-section .feature-list li:last-child {
    border-bottom: none !important;
}

.laser-video-section .feature-list li::before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    top: 14px !important;
    color: #e1b52e !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}

.laser-video-section .cta-button {
    display: inline-block !important;
    background: #e1b52e !important;
    color: #0f284b !important;
    padding: 16px 35px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.laser-video-section .cta-button:hover {
    background: #fff !important;
    color: #0f284b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 30px rgba(225, 181, 46, 0.4) !important;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
    .laser-video-section {
        min-height: 500px !important;
    }

    .laser-video-section .content-container {
        justify-content: center !important;
        padding: 40px 20px !important;
        min-height: 500px !important;
    }

    .laser-video-section .glass-panel {
        width: 100% !important;
        max-width: 600px !important;
        padding: 35px 30px !important;
    }

    .laser-video-section .glass-panel .section-title {
        font-size: 28px !important;
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .laser-video-section {
        min-height: 450px !important;
    }

    .laser-video-section .content-container {
        padding: 30px 15px !important;
        min-height: 450px !important;
    }

    .laser-video-section .glass-panel {
        padding: 30px 25px !important;
        border-radius: 16px !important;
    }

    .laser-video-section .glass-panel .section-title {
        font-size: 24px !important;
    }

    .laser-video-section .feature-list li {
        font-size: 14px !important;
        padding: 12px 0 12px 28px !important;
    }

    .laser-video-section .cta-button {
        width: 100% !important;
        text-align: center !important;
        padding: 14px 25px !important;
    }
}

/* ============================================
   PRODUCT SHOWCASE SECTION - Zigzag Rows
   ============================================ */

.product-showcase-section {
    background: #0f284b !important;
    padding: 80px 0 100px 0 !important;
    position: relative !important;
    overflow: visible !important;
}

.product-showcase-section::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(225, 181, 46, 0.3), transparent) !important;
}

.product-showcase-section .section-header {
    text-align: center !important;
    margin-bottom: 80px !important;
    padding: 0 40px !important;
    position: relative !important;
    z-index: 1 !important;
}

.product-showcase-section .section-header h2 {
    color: #fff !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0 !important;
    letter-spacing: -0.5px !important;
}

.product-showcase-section .section-header h2 .highlight {
    color: #e1b52e !important;
}

.product-showcase-section .section-header p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 18px !important;
    margin: 0 auto !important;
    max-width: 600px !important;
}

.product-showcase-section .products-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 40px !important;
    overflow: visible !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Last product spans full width if odd number of products */
.product-showcase-section .products-container .product-row:last-child:nth-child(odd) {
    grid-column: 1 / -1 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

/* Product Card - 2 Column Grid */
.product-row {
    display: flex !important;
    flex-direction: column !important;
    background: rgba(255, 255, 255, 0.02) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 24px !important;
    padding: 40px 35px 45px 35px !important;
    position: relative !important;
    transition: all 0.4s ease !important;
    overflow: visible !important;
}

.product-row.reverse {
    direction: ltr !important;
}

.product-row::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 30px !important;
    right: 30px !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, rgba(225, 181, 46, 0.3), transparent) !important;
    opacity: 0 !important;
    transition: opacity 0.4s ease !important;
}

.product-row:hover {
    border-color: rgba(225, 181, 46, 0.2) !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3) !important;
    transform: translateY(-5px) !important;
}

.product-row:hover::before {
    opacity: 1 !important;
}

/* Reverse layout for alternating rows */
.product-row.reverse {
    direction: rtl !important;
}

.product-row.reverse > * {
    direction: ltr !important;
}

/* Product Image Side */
.product-row .product-image {
    position: relative !important;
    text-align: center !important;
    padding: 20px !important;
}

.product-row .product-image img {
    max-width: 100% !important;
    max-height: 220px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform 0.5s ease !important;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.4)) !important;
}

.product-row:hover .product-image img {
    transform: scale(1.05) !important;
}

.product-row .product-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    background: rgba(225, 181, 46, 0.15) !important;
    color: #e1b52e !important;
    padding: 6px 14px !important;
    border-radius: 20px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    border: 1px solid rgba(225, 181, 46, 0.3) !important;
    white-space: nowrap !important;
}

/* Product Content */
.product-row .product-content {
    padding: 20px 10px 0 10px !important;
    text-align: center !important;
}

.product-row .product-title {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    margin: 0 0 8px 0 !important;
    letter-spacing: -0.5px !important;
}

.product-row .product-subtitle {
    color: #e1b52e !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 0 20px 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.product-row .product-description {
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 25px 0 !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: unset !important;
    display: block !important;
    text-overflow: clip !important;
}

/* Product Features List */
.product-row .product-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
    text-align: left !important;
    display: inline-block !important;
}

.product-row .product-features li {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px !important;
    padding: 6px 0 !important;
    padding-left: 24px !important;
    position: relative !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
}

.product-row .product-features li:last-child {
    border-bottom: none !important;
}

.product-row .product-features li::before {
    content: "✓" !important;
    position: absolute !important;
    left: 0 !important;
    color: #e1b52e !important;
    font-weight: 700 !important;
}

/* Product Price */
.product-row .product-price {
    display: flex !important;
    align-items: baseline !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-bottom: 5px !important;
    overflow: visible !important;
    height: auto !important;
}

.product-row .price-label {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 14px !important;
}

.product-row .price-value {
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 700 !important;
}

.product-row .price-currency {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.product-row .delivery-time {
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 13px !important;
    margin-bottom: 25px !important;
}

/* Product CTA Button */
.product-row .product-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    background: #e1b52e !important;
    border: none !important;
    color: #0f284b !important;
    padding: 16px 32px !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    transition: all 0.3s ease !important;
}

.product-row .product-cta:hover {
    background: #fff !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 15px 30px rgba(225, 181, 46, 0.3) !important;
}

.product-row .product-cta svg {
    width: 18px !important;
    height: 18px !important;
    transition: transform 0.3s ease !important;
}

.product-row:hover .product-cta svg {
    transform: translateX(5px) !important;
}

/* Footer Note */
.product-showcase-section .section-footer {
    text-align: center !important;
    margin-top: 50px !important;
    padding: 0 20px !important;
}

.product-showcase-section .section-footer p {
    color: rgba(255, 255, 255, 0.4) !important;
    font-size: 14px !important;
    margin: 0 !important;
}

/* Responsive - Tablet */
@media (max-width: 991px) {
    .product-showcase-section .products-container {
        grid-template-columns: 1fr !important;
        padding: 0 30px !important;
        gap: 25px !important;
    }

    .product-row {
        padding: 35px 30px !important;
    }

    .product-row .product-image {
        order: 1 !important;
    }

    .product-row .product-content {
        order: 2 !important;
        text-align: center !important;
    }

    .product-row .product-price {
        justify-content: center !important;
    }

    .product-row .product-features li {
        text-align: left !important;
    }

    .product-showcase-section .section-header h2 {
        font-size: 32px !important;
    }

    .product-row .product-title {
        font-size: 26px !important;
    }

    .product-row .price-value {
        font-size: 30px !important;
    }

    .product-row .product-image img {
        max-height: 250px !important;
    }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
    .product-showcase-section {
        padding: 60px 0 !important;
    }

    .product-showcase-section .products-container {
        padding: 0 15px !important;
        gap: 30px !important;
    }

    .product-showcase-section .section-header {
        margin-bottom: 50px !important;
    }

    .product-showcase-section .section-header h2 {
        font-size: 26px !important;
    }

    .product-showcase-section .section-header p {
        font-size: 16px !important;
    }

    .product-row {
        padding: 30px 20px !important;
        gap: 25px !important;
    }

    .product-row .product-title {
        font-size: 22px !important;
    }

    .product-row .product-subtitle {
        font-size: 13px !important;
    }

    .product-row .product-description {
        font-size: 15px !important;
    }

    .product-row .price-value {
        font-size: 26px !important;
    }

    .product-row .product-image img {
        max-height: 200px !important;
    }

    .product-row .product-cta {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 24px !important;
    }
}

/* ==========================================================
   CONTACT CTA SECTION - Clean White Design
   ========================================================== */
.contact-cta-section {
    background: #ffffff !important;
    padding: 100px 40px !important;
    position: relative !important;
    overflow: hidden !important;
    text-align: center !important;
}

.contact-cta-section .cta-background-pattern {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background:
        radial-gradient(circle at 0% 0%, rgba(15, 40, 75, 0.02) 0%, transparent 40%),
        radial-gradient(circle at 100% 100%, rgba(225, 181, 46, 0.04) 0%, transparent 40%) !important;
    pointer-events: none !important;
}

.contact-cta-section .cta-content {
    position: relative !important;
    z-index: 2 !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.contact-cta-section .cta-headline {
    color: #0f284b !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 45px 0 !important;
    letter-spacing: -0.5px !important;
}

.contact-cta-section .cta-headline .highlight {
    color: #0f284b !important;
    display: block !important;
    position: relative !important;
}

/* Static yellow underline bar - no animation */
.contact-cta-section .cta-headline .highlight::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 340px !important;
    height: 10px !important;
    background: #e1b52e !important;
    z-index: -1 !important;
    border-radius: 2px !important;
}

.contact-cta-section .cta-button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: #0f284b !important;
    color: #fff !important;
    padding: 20px 50px !important;
    border-radius: 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 25px rgba(15, 40, 75, 0.2) !important;
}

.contact-cta-section .cta-button:hover {
    background: #1a3d66 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 35px rgba(15, 40, 75, 0.3) !important;
}

.contact-cta-section .cta-button svg {
    transition: transform 0.3s ease !important;
    stroke: #fff !important;
}

.contact-cta-section .cta-button:hover svg {
    transform: translateX(5px) !important;
}

.contact-cta-section .cta-divider {
    color: #7a8a9e !important;
    font-size: 16px !important;
    margin: 45px 0 30px 0 !important;
    font-weight: 400 !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
}

.contact-cta-section .cta-divider::before,
.contact-cta-section .cta-divider::after {
    content: '' !important;
    width: 60px !important;
    height: 1px !important;
    background: #dde3eb !important;
}

.contact-cta-section .cta-phone {
    display: inline-flex !important;
    align-items: center !important;
    gap: 15px !important;
    color: #0f284b !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.contact-cta-section .cta-phone:hover {
    color: #e1b52e !important;
}

.contact-cta-section .cta-phone svg {
    stroke: #e1b52e !important;
    flex-shrink: 0 !important;
    width: 32px !important;
    height: 32px !important;
}

/* CTA Section Responsive - Tablet */
@media (max-width: 991px) {
    .contact-cta-section {
        padding: 80px 30px !important;
    }

    .contact-cta-section .cta-headline {
        font-size: 36px !important;
    }

    .contact-cta-section .cta-headline .highlight::after {
        width: 240px !important;
        height: 12px !important;
    }

    .contact-cta-section .cta-phone {
        font-size: 26px !important;
    }

    .contact-cta-section .cta-divider::before,
    .contact-cta-section .cta-divider::after {
        width: 40px !important;
    }
}

/* CTA Section Responsive - Mobile */
@media (max-width: 767px) {
    .contact-cta-section {
        padding: 60px 20px !important;
    }

    .contact-cta-section .cta-headline {
        font-size: 28px !important;
    }

    .contact-cta-section .cta-headline .highlight {
        display: inline !important;
    }

    .contact-cta-section .cta-headline .highlight::after {
        display: none !important;
    }

    .contact-cta-section .cta-button {
        padding: 18px 35px !important;
        font-size: 14px !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .contact-cta-section .cta-divider {
        font-size: 14px !important;
        margin: 35px 0 25px 0 !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .contact-cta-section .cta-divider::before,
    .contact-cta-section .cta-divider::after {
        display: none !important;
    }

    .contact-cta-section .cta-phone {
        font-size: 22px !important;
    }

    .contact-cta-section .cta-phone svg {
        width: 26px !important;
        height: 26px !important;
    }
}

/* CTA Section Responsive - Small Mobile */
@media (max-width: 480px) {
    .contact-cta-section {
        padding: 50px 15px !important;
    }

    .contact-cta-section .cta-headline {
        font-size: 22px !important;
    }

    .contact-cta-section .cta-phone {
        font-size: 18px !important;
    }

    .contact-cta-section .cta-phone svg {
        width: 22px !important;
        height: 22px !important;
    }

    .contact-cta-section .cta-button {
        padding: 16px 25px !important;
        font-size: 13px !important;
    }
}

/* ==========================================================
   SOFTWARE SECTION - Lasersoftware für Beschriftungslaser
   ========================================================== */
.software-section {
    background: linear-gradient(135deg, #0f284b 0%, #1a3d66 100%) !important;
    padding: 100px 40px !important;
    position: relative !important;
    overflow: hidden !important;
}

.software-section .software-container {
    max-width: 1400px !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 80px !important;
}

.software-section .software-image {
    flex: 0 0 45% !important;
    max-width: 45% !important;
}

.software-section .software-image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px !important;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.4) !important;
}

.software-section .software-content {
    flex: 1 !important;
}

.software-section .software-title {
    color: #ffffff !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 0 15px 0 !important;
    letter-spacing: -0.5px !important;
}

.software-section .software-subtitle {
    color: #e1b52e !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin: 0 0 40px 0 !important;
}

.software-section .software-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.software-section .software-features li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 17px !important;
    line-height: 1.6 !important;
}

.software-section .software-features li svg {
    flex-shrink: 0 !important;
    margin-top: 4px !important;
    opacity: 0;
    transform: scale(0);
    animation: checkmark-pop 0.5s ease-out forwards;
    filter: drop-shadow(0 0 4px #e1b52e);
}

/* Staggered animation delays for each checkmark */
.software-section .software-features li:nth-child(1) svg { animation-delay: 0.2s; }
.software-section .software-features li:nth-child(2) svg { animation-delay: 0.4s; }
.software-section .software-features li:nth-child(3) svg { animation-delay: 0.6s; }
.software-section .software-features li:nth-child(4) svg { animation-delay: 0.8s; }
.software-section .software-features li:nth-child(5) svg { animation-delay: 1.0s; }
.software-section .software-features li:nth-child(6) svg { animation-delay: 1.2s; }

@keyframes checkmark-pop {
    0% {
        opacity: 0;
        transform: scale(0);
        filter: drop-shadow(0 0 15px #e1b52e) drop-shadow(0 0 25px #fff);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
        filter: drop-shadow(0 0 12px #e1b52e) drop-shadow(0 0 20px #fff);
    }
    100% {
        opacity: 1;
        transform: scale(1);
        filter: drop-shadow(0 0 4px #e1b52e);
    }
}

.software-section .software-features li span {
    flex: 1 !important;
}

/* Software Section Responsive */
@media (max-width: 991px) {
    .software-section {
        padding: 80px 30px !important;
    }

    .software-section .software-container {
        flex-direction: column !important;
        gap: 50px !important;
    }

    .software-section .software-image {
        flex: none !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .software-section .software-image img {
        max-width: 500px !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .software-section .software-title {
        font-size: 32px !important;
        text-align: center !important;
    }

    .software-section .software-subtitle {
        text-align: center !important;
        font-size: 18px !important;
    }
}

@media (max-width: 576px) {
    .software-section {
        padding: 60px 20px !important;
    }

    .software-section .software-title {
        font-size: 26px !important;
    }

    .software-section .software-subtitle {
        font-size: 16px !important;
    }

    .software-section .software-features li {
        font-size: 15px !important;
        gap: 12px !important;
    }

    .software-section .software-image img {
        max-width: 100% !important;
        border-radius: 8px !important;
    }
}

@media (max-width: 480px) {
    .software-section {
        padding: 50px 15px !important;
    }

    .software-section .software-title {
        font-size: 22px !important;
    }

    .software-section .software-subtitle {
        font-size: 14px !important;
        margin: 0 0 30px 0 !important;
    }

    .software-section .software-features li {
        font-size: 14px !important;
        padding: 10px 0 !important;
        gap: 10px !important;
    }

    .software-section .software-features li svg {
        width: 18px !important;
        height: 18px !important;
    }
}

/* ==========================================================
   GLOBAL DARK THEME - All Pages
   Ensures every page (legal, CMS, category, product, etc.)
   uses the dark navy background and white text consistently.
   Added: 2026-04-09
   ========================================================== */

/* --- 1. Global dark background for ALL pages --- */
body, html {
    background: #0f284b !important;
    color: rgba(255,255,255,0.85) !important;
}

/* --- 2. Content area styling (CMS, category, product pages) --- */
.content-main,
.cms-page,
.product-detail,
.category-page {
    background: #0f284b !important;
}

/* --- 3. CMS text elements (legal pages, info pages) --- */
.cms-element-text,
.cms-element-text p,
.cms-element-text li,
.cms-element-text td,
.cms-element-text span {
    color: rgba(255,255,255,0.85) !important;
}

.cms-element-text h1,
.cms-element-text h2,
.cms-element-text h3,
.cms-element-text h4 {
    color: #E1B52E !important;
}

.cms-element-text a {
    color: #E1B52E !important;
}

.cms-element-text a:hover {
    color: #ffd700 !important;
}

/* --- 4. Product detail page --- */
.product-detail-content,
.product-detail-tabs,
.product-detail-description {
    background: #0f284b !important;
    color: rgba(255,255,255,0.85) !important;
}

.product-detail-name,
.product-detail-price {
    color: #fff !important;
}

/* --- 5. Footer dark styling --- */
.footer-main,
footer,
.footer-bottom {
    background: #0a1e38 !important;
    color: rgba(255,255,255,0.7) !important;
}

footer a {
    color: rgba(255,255,255,0.7) !important;
}

footer a:hover {
    color: #E1B52E !important;
}

footer h5, footer .footer-headline {
    color: #E1B52E !important;
}

/* --- 6. Breadcrumb styling --- */
.breadcrumb,
.breadcrumb-item,
.breadcrumb-item a {
    color: rgba(255,255,255,0.5) !important;
}
.breadcrumb-item.active {
    color: rgba(255,255,255,0.7) !important;
}

/* --- 7. Category listing / CMS sections transparent --- */
.cms-section,
.cms-section-default {
    background: transparent !important;
}

/* --- 8. Form elements (contact, login, etc.) --- */
.form-control,
.form-select {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #fff !important;
}

.form-control:focus,
.form-select:focus {
    border-color: #E1B52E !important;
    box-shadow: 0 0 0 0.2rem rgba(225,181,46,0.25) !important;
}

.form-label,
label {
    color: rgba(255,255,255,0.85) !important;
}

/* --- 9. Button styling (gold primary) --- */
.btn-primary {
    background: #E1B52E !important;
    border-color: #E1B52E !important;
    color: #0f284b !important;
}

.btn-primary:hover {
    background: #ffd700 !important;
    border-color: #ffd700 !important;
}

/* --- 10. Shopware default white overrides --- */
.product-detail-media,
.product-detail-tabs-content,
.tab-content,
.tab-pane,
.card,
.card-body,
.alert,
.modal-content {
    background: rgba(255,255,255,0.04) !important;
    color: rgba(255,255,255,0.85) !important;
    border-color: rgba(255,255,255,0.08) !important;
}


/* ── Fix: No text jump on nav hover — remove padding/margin shift ── */
.main-navigation-menu-list > .nav-item > .main-navigation-link.glt-hover {
    background: transparent !important;
    color: #f0a500 !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ── Fix: Show gold underline on hover instead of button ── */
.main-navigation-link.glt-hover .main-navigation-link-text {
    border-bottom-color: #f0a500 !important;
}

/* ── Fix: Hide "Zur Kategorie" button in flyout dropdown ── */
.twt-top-navigation-flyout .navigation-flyout-category-link {
    display: none !important;
}
