/*
 Theme Name:   Astra Child Cyber
 Description:  Graspresse Cyber-Neon Edition
 Author:       Graspresse
 Template:     astra
 Version:      1.0.0
*/

/****************************************************************
1. MASTER CONTROLS (DEINE REGLER)
****************************************************************/
:root {
    --pink-neon: #ff2a93;
    --turquois-neon: #00e5ff;
    --spirit-green: #00ff88;

    /* LOGIN TRENLLERNIEN POSITION (HÖHE) */
  
		/* Login Bar Linie */
		--login-line-turquois-y: 0px;
    --login-line-pink-y: 32px;  


    /* HEADER & LOGO */
    --header-height: 441px;
    --logo-width: 600px;
    --logo-top-gap: 60px;
    --logo-float-distance: 3px;
    --logo-float-speed: 6s;

    /* BACKGROUND */
    --bg-width: 939px;
    --bg-position-y: 33px;
    --bg-opacity: 0.999;

    /* NAVIGATION */
    --menu-top-gap: 380px; 
    --button-gap: 0.3vw;
    --btn-font-size: 18px;
    --btn-padding-y: 9px;
    --btn-padding-x: 0.6vw;
    --sub-font-size: 16px;

    /* NEON LINIEN (EXISTIERENDE) */
    --l1-y: 31px;
    --l2-y: 372px;
    --l3-y: 439px;
    --l1-width: 65%;
    --l2-width: 85%;
    --l3-width: 100%;

    /* TYPOGRAPHY */
    --h1-size: 3.2rem;
    --h2-size: 2.2rem;
    --h3-size: 1.6rem;
}

/****************************************************************
2. LOGO & BACKGROUND SYSTEM (CYBER-DIAMOND SMOOTH)
****************************************************************/

/* 2.1 HEADER FUNDAMENT */
.site-header.gp-neon-header {
    position: relative !important;
    width: 100% !important;
    height: var(--header-height) !important;
    background: #000309 !important;
    z-index: 9999 !important;
    overflow: visible !important;
    display: flex !important;
    justify-content: center !important;
}

/* 2.2 ASTRA & WP WIDTH OVERRIDE (Zentrierungs-Garantie) */
.ast-site-identity, 
.ast-logo-container, 
.site-branding, 
.custom-logo-link {
    width: var(--logo-width) !important;
    max-width: var(--logo-width) !important;
    min-width: var(--logo-width) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex: 0 0 var(--logo-width) !important;
    position: relative !important;
}

/* 2.3 LOGO CONTAINER (Perspective für 3D Raumtiefe) */
.gp-logo-container {
    position: absolute;
    top: var(--logo-top-gap) !important;
    left: 50%;
    transform: translateX(-50%) !important;
    width: var(--logo-width) !important;
    z-index: 10020;
    pointer-events: auto;
    perspective: 2000px !important;
    overflow: visible !important;
}

/* 2.4 BALKEN ENTFERNT */
.gp-logo-container::before,
.custom-logo-link::before,
.gp-logo-container::after,
.custom-logo-link::after {
    display: none !important;
    content: none !important;
}

/* 2.5 LOGO BILD (Glitch + Schweben + Ultra Smooth Transition) */
.gp-logo-container img,
.custom-logo-link img {
    width: var(--logo-width) !important;
    height: auto !important;
    display: block !important;
    position: relative !important;
    z-index: 10 !important;

    animation: masterCyberFlow 22s step-end infinite !important;

    filter: drop-shadow(0 0 2px #fff) 
            drop-shadow(0 0 15px var(--turquois-neon)) !important;

    /* ✨ Jetzt wirklich geschmeidig */
    transition: 
        transform 1.4s cubic-bezier(0.16, 1, 0.3, 1),
        filter 0.9s cubic-bezier(0.16, 1, 0.3, 1) !important;

    transform-origin: center center;
    will-change: transform, filter;

    /* leichte Grundtiefe für smoother Einstieg */
    transform: translateZ(0);
}

/* 2.6 LOGO HOVER STATE (Elegantes Vor-Gleiten) */
.gp-logo-container:hover img,
.custom-logo-link:hover img {

    /* Sanftere Tiefenfahrt statt harter 80px */
    transform: 
        translate3d(0, -4px, 60px)
        scale(1.045)
        rotateX(0.6deg) !important;

    filter: drop-shadow(0 0 8px #ffffff)
            drop-shadow(0 0 30px var(--turquois-neon))
            drop-shadow(0 0 50px rgba(0, 229, 255, 0.35)) !important;
}

/****************************************************************
2.7 MASTER ENGINE (SCHWEBEN + GLITCH)
****************************************************************/
@keyframes masterCyberFlow {
    0%, 24%, 49%, 74%, 98.5% { 
        transform: translate(0px, 0px) rotate(0deg); 
        opacity: 1;
    }
    25% { transform: translate(1px, -2px) rotate(0.2deg); }
    50% { transform: translate(0px, -4px) rotate(0deg); }
    75% { transform: translate(-1px, -2px) rotate(-0.2deg); }
    99% {
        transform: translate(5px, -2px) skewX(8deg);
        filter: hue-rotate(180deg) brightness(1.3) contrast(1.2) blur(0.5px);
        opacity: 0.9;
    }
    99.5% {
        transform: translate(-5px, 2px) skewX(-8deg);
        filter: hue-rotate(90deg) brightness(1.5);
        opacity: 0.95;
    }
}

/****************************************************************
2.8 LIVING BACKGROUND ENGINE
****************************************************************/
.neon-background-fx {
    position: absolute;
    top: var(--bg-position-y) !important; 
    left: 50%;
    transform: translateX(-50%);
    width: var(--bg-width);
    height: 850px;
    background: url('https://graspresse.de/wp-content/uploads/2026/02/cannabis-community-rosin-pressen-eigenanbau-hintergrund.png') no-repeat center top !important;
    background-size: contain !important;
    opacity: var(--bg-opacity);
    mix-blend-mode: lighten;
    pointer-events: none;
    z-index: 5;
    animation: bgLivingScene 30s ease-in-out infinite;
}

@keyframes bgLivingScene {
    0%, 100% {
        transform: translateX(-50%) translateX(0px);
        filter: brightness(1) contrast(1);
        opacity: var(--bg-opacity);
    }
    50% {
        transform: translateX(-50%) translateX(6px);
        filter: brightness(1.05) contrast(1.03);
        opacity: calc(var(--bg-opacity) * 1.03);
    }
}

/****************************************************************
3. TYPOGRAPHY SYSTEM (PROFESSIONAL SCALE – EFFECTS UNCHANGED)
****************************************************************/

h1, h2, h3, h4, .elementor-heading-title {
    position: relative;
    z-index: 1;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.9px !important;
    line-height: 1.2 !important;
    color: #fff !important;

    text-shadow:
        1px 1px 2px #000,
        0 0 10px var(--turquois-neon),
        0 0 20px rgba(0, 229, 255, 0.35) !important;

    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}


/* ✅ Professionelle Größenhierarchie */
h1 {
    font-size: clamp(2.1rem, 3.2vw, 2.6rem) !important;
}

h2 {
    font-size: clamp(1.6rem, 2.4vw, 2rem) !important;
}

h3 {
    font-size: clamp(1.25rem, 1.8vw, 1.5rem) !important;
}

h4 {
    font-size: clamp(1.05rem, 1.4vw, 1.2rem) !important;
}


/* Hover bleibt IDENTISCH */
h1:hover,
h2:hover,
h3:hover {
    text-shadow:
        0 0 10px #fff,
        0 0 25px var(--turquois-neon),
        0 0 50px var(--turquois-neon) !important;

    letter-spacing: 1.4px !important;
    transform: scale(1.03) !important;
}

/****************************************************************
4. MATRIX NEON GLITCH SYSTEM
****************************************************************/

.neon-glitch .elementor-heading-title {
    animation: matrix-vibration 9.6s step-end infinite;
}

.neon-glitch .elementor-heading-title::before,
.neon-glitch .elementor-heading-title::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* Pink Glitch */
.neon-glitch .elementor-heading-title::before {
    left: 3px;
    text-shadow: -2px 0 var(--pink-neon);
    animation: matrix-glitch-top 3.9s step-end infinite;
}

/* Green Glitch */
.neon-glitch .elementor-heading-title::after {
    left: -3px;
    text-shadow: 2px 0 var(--spirit-green);
    animation: matrix-glitch-bottom 6.3s step-end infinite;
}

/* Hover Boost */
.neon-glitch:hover .elementor-heading-title {
    animation: matrix-vibration 0.2s step-end infinite !important;
}

/* KEYFRAMES */

@keyframes matrix-vibration {
    0%,95%,100% { transform: translate(0); }
    96% { transform: translate(3px,-2px); }
    97% { transform: translate(-3px,2px); }
    98% { transform: translate(2px,-3px); }
}

@keyframes matrix-glitch-top {
    0%,90%,100% { opacity:0; }
    91% { opacity:1; transform: translateX(12px); }
    93% { opacity:0; }
}

@keyframes matrix-glitch-bottom {
    0%,85%,100% { opacity:0; }
    86% { opacity:1; transform: translateX(-10px); }
    88% { opacity:0; }
}

/****************************************************************
5. NEON LINES (FIXED + BUG REMOVED)
****************************************************************/

.fixed-header-neon {
    position: absolute !important;
    inset: 0;
    pointer-events: none;
    z-index: 10010 !important;
}

.neon-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(0% 50%, 5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    background-size: 200% 100% !important;
    will-change: background-position;
}

/* LINE 1 */
.line-1 {
    top: var(--l1-y);
    width: var(--l1-width);
    height: 3px !important;
    z-index: 10011;
    background-image: linear-gradient(
        90deg,
        transparent,
        var(--turquois-neon),
        #f8079c,
        #008ca8,
        #eb0f97,
        var(--turquois-neon),
        transparent
    ) !important;
    filter: drop-shadow(0 0 10px var(--turquois-neon));
    animation: flowRight200 18s linear infinite !important;
}

/* LINE 2 */
.line-2 {
    top: var(--l2-y);
    width: var(--l2-width);
    height: 3px !important;
    z-index: 10005;
    background-image: linear-gradient(
        90deg,
        transparent,
        var(--pink-neon),
        #cb1c89,
        #2f6914,
        #cb1c89,
        var(--turquois-neon),
        transparent
    ) !important;
    filter: drop-shadow(0 0 12px var(--pink-neon));
    animation: flowLeft200 28s linear infinite !important;
}

/* LINE 3 (BUG FIXED HERE) */
.line-3 {
    top: var(--l3-y);
    width: var(--l3-width);
    height: 3px !important; /* <-- FIXED */
    z-index: 10011;
    background-image: linear-gradient(
        90deg,
        transparent,
        var(--turquois-neon),
        var(--pink-neon),
        #a2b775,
        var(--turquois-neon),
        var(--pink-neon),
        transparent
    ) !important;
    filter: drop-shadow(0 0 15px var(--turquois-neon));
    animation: flowRight200 35s linear infinite !important;
}

/****************************************************************
6. HYPNOTIC ENGINE (MATRIX 200% LOGIK)
****************************************************************/

@keyframes flowRight200 {
    0%   { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

@keyframes flowLeft200 {
    0%   { background-position: 200% 0%; }
    100% { background-position: 0% 0%; }
}

/****************************************************************
7. NEON DIVIDER SYSTEM (ELEMENTOR OPTIMIZED)
Kann überall auf der Seite als Elementor-Trenner genutzt werden
****************************************************************/

.neon-divider .elementor-divider-separator,
.neon-divider-left .elementor-divider-separator {
    position: relative !important;
    border: none !important;
    background: none !important;
    height: 14px !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center;
}

.neon-divider .elementor-divider-separator::before,
.neon-divider-left .elementor-divider-separator::before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    height: 3px;
    background-size: 200% 100% !important;
    clip-path: polygon(0% 50%, 5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%);
    pointer-events: none;
}

/* Divider Rechts-Fluss (Türkis Fokus) */
.neon-divider .elementor-divider-separator::before {
    background: linear-gradient(90deg, transparent, var(--turquois-neon), #eeff02, var(--pink-neon), #690041, var(--turquois-neon), transparent);
    filter: drop-shadow(0 0 8px var(--turquois-neon)) brightness(1.2);
    animation: flowRight200 12s linear infinite !important;
}

/* Divider Links-Fluss (Pink Fokus) */
.neon-divider-left .elementor-divider-separator::before {
    background: linear-gradient(90deg, transparent, var(--pink-neon), #cbda00, var(--turquois-neon), #00626d, var(--pink-neon), transparent);
    filter: drop-shadow(0 0 8px var(--pink-neon)) brightness(1.2);
    animation: flowLeft200 12s linear infinite !important;
}

/****************************************************************
9. NEON SLOGAN SYSTEM (EXTENDED COLORS)
Für Elementor Klassen neon-slogan-1 bis 6
****************************************************************/
[class*="neon-slogan-"] .elementor-heading-title {
    transition: all 0.3s ease-in-out !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 2px !important;
    line-height: 1.2 !important;
}

.neon-slogan-1 .elementor-heading-title { text-shadow: 0 0 5px #fff, 0 0 10px var(--turquois-neon), 0 0 20px var(--turquois-neon) !important; }
.neon-slogan-2 .elementor-heading-title { text-shadow: 0 0 5px #fff, 0 0 10px var(--pink-neon), 0 0 20px var(--pink-neon) !important; }
.neon-slogan-3 .elementor-heading-title { text-shadow: 0 0 5px #fff, 0 0 10px var(--spirit-green), 0 0 20px var(--spirit-green) !important; }
.neon-slogan-4 .elementor-heading-title { text-shadow: 0 0 5px #fff, 0 0 10px #00d4ff, 0 0 20px #00d4ff !important; }
.neon-slogan-5 .elementor-heading-title { text-shadow: 0 0 5px #fff, 0 0 10px #bd00ff, 0 0 20px #bd00ff !important; }
.neon-slogan-6 .elementor-heading-title { text-shadow: 0 0 5px #fff, 0 0 10px #ffb347, 0 0 20px #ffb347 !important; }

[class*="neon-slogan-"]:hover .elementor-heading-title {
    transform: scale(1.03);
    filter: brightness(1.3);
    cursor: crosshair;
}

/****************************************************************
9.1. MATRIX NEON GLITCH (PERFECTION: IDLE JUMP & HOVER RUSH)
Normal: Seltenes Zucken | Hover: High-Speed Glitch
****************************************************************/

.neon-glitch .elementor-heading-title {
    position: relative;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 229, 255, 0.7);
    /* Normal: Sehr langer Zyklus für unregelmäßiges Zucken */
    animation: matrix-vibration 9.6s step-end infinite;
}

.neon-glitch .elementor-heading-title::before,
.neon-glitch .elementor-heading-title::after {
    content: "Denn Gesundheit beginnt bei Qualität"; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

/* Der pinke Riss - Normalzustand (langsam/selten) */
.neon-glitch .elementor-heading-title::before {
    left: 3px;
    text-shadow: -2px 0 var(--pink-neon);
    clip-path: polygon(0 0, 100% 0, 100% 33%, 0 33%);
    animation: matrix-glitch-top 3.9s step-end infinite;
}

/* Der grüne Riss - Normalzustand (langsam/selten) */
.neon-glitch .elementor-heading-title::after {
    left: -3px;
    text-shadow: 2px 0 var(--spirit-green);
    clip-path: polygon(0 67%, 100% 67%, 100% 100%, 0 100%);
    animation: matrix-glitch-bottom 6.3s step-end infinite;
}

/* --- HOVER: EFFEKT-BESCHLEUNIGUNG --- */

.neon-glitch:hover .elementor-heading-title {
    /* Schaltet bei Hover auf extrem schnell um */
    animation: matrix-vibration 0.2s step-end infinite !important;
    text-shadow: 0 0 15px var(--turquois-neon), 0 0 30px var(--turquois-neon);
}

.neon-glitch:hover .elementor-heading-title::before {
    /* Pinker Riss wird bei Hover zur rasanten Störung */
    animation: matrix-glitch-top 0.3s step-end infinite !important;
    opacity: 1;
}

.neon-glitch:hover .elementor-heading-title::after {
    /* Grüner Riss wird bei Hover zur rasanten Störung */
    animation: matrix-glitch-bottom 0.25s step-end infinite !important;
    opacity: 1;
}

/* --- KEYFRAMES (Bleiben gleich, nur die Geschwindigkeit ändert sich oben) --- */

@keyframes matrix-vibration {
    0%, 95%, 100% { transform: translate(0); }
    96% { transform: translate(3px, -2px); filter: brightness(2); }
    97% { transform: translate(-3px, 2px); }
    98% { transform: translate(2px, -3px); }
}

@keyframes matrix-glitch-top {
    0%, 90%, 100% { opacity: 0; transform: translateX(0); }
    91% { opacity: 1; transform: translateX(12px); clip-path: polygon(0 15%, 100% 15%, 100% 20%, 0 20%); }
    92% { transform: translateX(-12px); clip-path: polygon(0 40%, 100% 40%, 100% 45%, 0 45%); }
    93% { opacity: 0; }
}

@keyframes matrix-glitch-bottom {
    0%, 85%, 100% { opacity: 0; transform: translateX(0); }
    86% { opacity: 1; transform: translateX(-10px); clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%); }
    87% { transform: translateX(10px); clip-path: polygon(0 60%, 100% 60%, 100% 70%, 0 70%); }
    88% { opacity: 0; }
}




/****************************************************************
10. NAVIGATION SYSTEM
****************************************************************/
.neon-menu-container {
    position: absolute;
    top: var(--menu-top-gap);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 99999 !important;
    display: flex;
    justify-content: center;
    overflow: visible !important;
}

.neon-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: var(--button-gap);
    overflow: visible !important;
}

.neon-menu-container ul li { position: relative; overflow: visible !important; }

/* 10.2 HAUPT-BUTTONS (FIXED REGLER) */
.neon-menu-container ul li a {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    padding: var(--btn-padding-y) var(--btn-padding-x) !important; /* REGLER VERKNÜPFT */
    font-size: var(--btn-font-size) !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    min-height: 48px;
    letter-spacing: 1.5px;
    background: rgba(0, 3, 9, 0.95) !important;
    border: 1px solid var(--turquois-neon) !important;
    clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0% 30%);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
}

.neon-menu-container ul li:hover > a {
    color: #000 !important;
    background: var(--turquois-neon) !important;
    box-shadow: 0 0 30px var(--turquois-neon) !important;
    transform: scale(1.05) translateY(-3px);
}

/* 10.3 UNTERMENÜS */
.neon-menu-container ul li ul.sub-menu {
    position: absolute;
    display: block !important;
    background: rgba(0, 8, 15, 0.98) !important;
    border: 1px solid var(--turquois-neon) !important;
    padding: 12px 0 !important;
    min-width: 280px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(25px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 25001;
}

.neon-menu-container ul > li > ul.sub-menu { top: calc(100% + 15px); left: 50%; }

.neon-menu-container ul li:hover > ul.sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateX(-50%) translateY(0) scale(1) !important;
}

/* 10.4 STYLING DROPDOWN-LINKS (FIXED REGLER) */
.neon-menu-container ul.sub-menu li a {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 229, 255, 0.1) !important;
    padding: 12px 35px !important;
    font-size: var(--sub-font-size) !important; /* REGLER VERKNÜPFT */
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    text-align: center !important;
    width: 100% !important;
    white-space: normal !important;
    line-height: 1.4 !important;
}

/****************************************************************
11. RESPONSIVE SYSTEM
****************************************************************/

@media screen and (max-width:1140px){
    :root{
        --logo-width:700px;
    }
}

@media screen and (max-width:767px){
    :root{
        --header-height:280px;
        --logo-width:85vw;
    }
}

/****************************************************************
12. PERFORMANCE
****************************************************************/

@media (prefers-reduced-motion: reduce){
    *,*::before,*::after{
        animation-duration:0.001s !important;
        animation-iteration-count:1 !important;
        transition-duration:0.001s !important;
    }
}

/****************************************************************
13. ADMIN BAR & LOGIN BAR OFFSET (DOUBLE LINE EDITION)
****************************************************************/

.gp-has-adminbar { top:32px !important; }

@media screen and (max-width:782px){
    .gp-has-adminbar{ top:46px !important; }
}

/* BASIS: TÜRKISE TRENNLINIE */
.site-header::before {
    content: "";
    position: absolute;
    top: var(--login-line-turquois-y) !important;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--turquois-neon);
    box-shadow: 0 0 8px var(--turquois-neon);
    z-index: 100000;
}

/* NEU: PINKE TRENNLINIE UNTER DEM LOGIN */
.site-header::after {
    content: "";
    position: absolute;
    top: var(--login-line-pink-y) !important;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--pink-neon);
    box-shadow: 0 0 8px var(--pink-neon);
    z-index: 100000;
}

/****************************************************************
14. CYBER-LOGIN SYSTEM (TOP HUD INTERFACE - EVOLVED)
****************************************************************/

/* Container: Kantiges HUD-Design mit Schrägen */
.gp-cyber-login-bar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 18px;
    z-index: 100001;
    padding: 0 30px;
    background: rgba(0, 3, 9, 0.9);
    
    /* Kantiger HUD-Schnitt statt simpler Rundungen */
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    
    border-bottom: 2px solid var(--turquois-neon);
    box-shadow: 0 4px 15px rgba(0, 229, 255, 0.2);
    backdrop-filter: blur(10px);
    border-left: 1px solid rgba(0, 229, 255, 0.3);
    border-right: 1px solid rgba(0, 229, 255, 0.3);
}

/* Formular-Styling */
.gp-cyber-login-bar form {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

/* Input Felder: Cyber-Look (Angeschrägt & Glühend) */
.gp-cyber-login-bar input[type="text"],
.gp-cyber-login-bar input[type="password"] {
    background: rgba(0, 229, 255, 0.08) !important;
    border: 1px solid rgba(0, 229, 255, 0.4) !important;
    border-radius: 2px !important; /* Fast eckig */
    color: #fff !important;
    font-size: 10px !important;
    font-family: 'Courier New', Courier, monospace; /* Tech-Schriftart */
    padding: 2px 10px !important;
    height: 22px !important;
    width: 120px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.gp-cyber-login-bar input:focus {
    outline: none !important;
    border-color: var(--pink-neon) !important; /* Wechselt auf Pink bei Focus */
    background: rgba(255, 42, 147, 0.1) !important;
    box-shadow: 0 0 12px rgba(255, 42, 147, 0.3) !important;
    width: 140px; /* Expands slightly */
}

/* Login Button: Neon-Verschluss */
.gp-cyber-login-bar button,
.gp-cyber-login-bar .login-submit {
    background: var(--turquois-neon) !important;
    color: #000 !important;
    border: none !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    padding: 0 15px !important;
    height: 22px !important;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0% 100%);
    cursor: pointer !important;
    text-transform: uppercase;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.gp-cyber-login-bar button:hover {
    background: #fff !important;
    box-shadow: 0 0 20px #fff;
    transform: translateY(-1px);
}

/* Links: Pinker Glow-Effekt */
.gp-cyber-login-bar .login-links {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: flex;
    gap: 12px;
}

.gp-cyber-login-bar .login-links a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.gp-cyber-login-bar .login-links a:hover {
    color: var(--pink-neon) !important;
    text-shadow: 0 0 8px var(--pink-neon);
    border-bottom: 1px solid var(--pink-neon);
}

/* Status-Punkt: Jetzt mit "Scanning" Ring */
.gp-cyber-login-bar::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--spirit-green);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--spirit-green);
    margin-right: -2px;
    position: relative;
    animation: pulseStatus 1.5s infinite;
}

@keyframes pulseStatus {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.5; box-shadow: 0 0 20px var(--spirit-green); }
    100% { transform: scale(1); opacity: 1; }
}

/* Zusätzlicher Scan-Effekt der über die Bar läuft */
.gp-cyber-login-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 20%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.2), transparent);
    animation: scanBar 6s linear infinite;
}

@keyframes scanBar {
    0% { left: -100%; }
    20% { left: 120%; }
    100% { left: 120%; }
}

/* Mobile: Full-Width Tactical View */
@media screen and (max-width: 767px) {
    .gp-cyber-login-bar {
        width: 100%;
        clip-path: none;
        border-radius: 0;
        justify-content: center;
        gap: 10px;
        height: auto;
        padding: 8px;
        flex-wrap: wrap;
    }
    .gp-cyber-login-bar input {
        width: 90px;
    }
}

/****************************************************************
15. GLOBAL CYBER-BUTTON SYSTEM (EXACT MENU REPLICA)
****************************************************************/

/* 15.1 DIE BASIS: ÜBERTRAGUNG DES MENU-STYLES AUF ALLE BUTTONS */
.elementor-button, 
.elementor-button-wrapper a,
main button, 
main .button, 
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.wpforms-submit {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    
    /* Exakte Menu-Proportionen */
    padding: 12px 25px !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #fff !important;
    background: rgba(0, 229, 255, 0.1) !important;
    
    /* Der spezifische schräge Menu-Schnitt */
    clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0% 30%) !important;
    
    /* Rand & Glow wie im Header */
    border: 1px solid var(--turquois-neon) !important;
    border-radius: 0 !important;
    
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) !important;
    overflow: hidden !important;
    z-index: 1;
}

/* 15.2 DER LICHTSTRAHL (DER "SWIPE"-EFFEKT BEIM HOVER) */
.elementor-button::before, 
main button::before, 
main .button::before,
.wp-block-button__link::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: -150% !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent
    ) !important;
    transform: skewX(-20deg) !important;
    z-index: -1 !important;
}

/* 15.3 HOVER-EFFEKT: VOLLES AUFLEUCHTEN */
.elementor-button:hover, 
main button:hover, 
main .button:hover,
.woocommerce a.button:hover,
.wpforms-submit:hover {
    background: var(--turquois-neon) !important;
    color: #000 !important; /* Text wird schwarz wie im Menu-Hover */
    box-shadow: 0 0 20px var(--turquois-neon) !important;
    transform: translateY(-2px) !important;
}

/* Lichtstrahl-Animation bei Hover */
.elementor-button:hover::before, 
main button:hover::before, 
main .button:hover::before {
    left: 150% !important;
    transition: all 0.6s ease-in-out !important;
}

/* 15.4 AUSNAHMEN REPARIEREN (KEINE BUTTONS IM MENU ANGREIFEN) */
/* Dies verhindert die "komischen Kreise" im Header endgültig */
.site-header button, 
.site-header .button,
.ast-menu-toggle,
#ast-mobile-header button {
    clip-path: none !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* 15.5 SPEZIAL: PINK-VARIANTE (WENN GEWÜNSCHT) */
/* Einfach die CSS-Klasse "btn-pink" im Elementor vergeben */
.btn-pink {
    border-color: var(--pink-neon) !important;
    background: rgba(255, 42, 147, 0.1) !important;
}

.btn-pink:hover {
    background: var(--pink-neon) !important;
    box-shadow: 0 0 20px var(--pink-neon) !important;
}

/****************************************************************
23. Ultimativer Graspresse Footer Look - Cinematic Edition (FIXED)
****************************************************************/

.site-footer {
    background-color: #00050a !important; /* Sicherheit falls Bild nicht lädt */
    
    background-image: 
        linear-gradient(
            to bottom, 
            rgba(0, 5, 10, 1) 0px,      /* Hartes Schwarz exakt bei 0px */
            rgba(0, 5, 10, 1) 2px,      /* Bleibt bis 2px tiefschwarz (überlappt die Kante) */
            rgba(0, 5, 10, 0.4) 40%, 
            rgba(0, 5, 10, 0.4) 60%, 
            rgba(0, 5, 10, 1) 100%
        ), 
        url('https://graspresse.de/wp-content/uploads/2026/02/cannabis-rosin-extraktion-gold-harz-finish.webp') !important;

    /* Der wichtigste Trick: Den Hintergrund 1px nach oben schieben */
    background-position: center -1px !important; 
    
    /* ... restlicher Code bleibt gleich ... */
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: auto !important;
    display: block !important;
    position: relative;
    padding-top: 50px !important;
    padding-bottom: 20px !important;

    /* Neon-Rahmen (3px wie bei dir) */
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, transparent, var(--turquois-neon), var(--pink-neon), transparent) 1;
    
    /* Box-Shadow nach oben ziehen */
    box-shadow: inset 0px 5px 100px rgba(0, 0, 0, 1); 
}

/* Fix für Astra-interne Container */
.site-primary-footer-wrap, 
.ast-builder-grid-row-container-inner {
    background-color: transparent !important;
    width: 100%;
}

/* FOOTER NAVIGATION HUB */
.footer-navigation-hub {
    text-align: center;
    margin-bottom: 30px;
}

.footer-slogan-wrap {
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.neon-text-blue { color: var(--turquois-neon, #00e5ff); font-weight: 800; font-size: 1.4rem; text-shadow: 0 0 10px rgba(0,229,255,0.5); }
.neon-text-pink { color: var(--pink-neon, #ff00ff); font-weight: 800; font-size: 1.4rem; text-shadow: 0 0 10px rgba(255,0,255,0.5); }

.sub-slogan {
    font-size: 0.8rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    margin-top: 5px;
}

/* HORIZONTALES ICON MENÜ */
.footer-icon-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    min-width: 100px;
}

.icon-link .icon {
    font-size: 24px;
    margin-bottom: 8px;
}

.icon-link .label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.7);
}

.icon-link:hover {
    transform: translateY(-5px);
}

.icon-link:hover .icon {
    filter: drop-shadow(0 0 10px var(--turquois-neon));
}

.icon-link:hover .label {
    color: #fff;
    text-shadow: 0 0 8px var(--turquois-neon);
}

/* Styling für die Standard-Links & Texte */
.site-footer a, 
.site-footer .widget_block {
    color: #ffffff !important;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 1), 2px 2px 4px rgba(0, 0, 0, 1) !important;
}

.site-footer .widget_nav_menu a {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
    padding: 8px 15px;
    opacity: 0.7;
    transition: all 0.4s ease;
}

.site-footer .widget_nav_menu a:hover {
    opacity: 1;
    color: var(--turquois-neon, #00e5ff) !important;
    text-shadow: 0 0 15px var(--turquois-neon, #00e5ff) !important;
}

/* Copyright & Logo-Text */
.ast-footer-copyright, 
.ast-footer-copyright p {
    color: rgba(255, 255, 255, 0.3) !important;
    font-size: 11px !important;
    margin-top: 20px !important;
    letter-spacing: 1px;
}

/* Abstände zwischen den Widget-Elementen minimieren */
.site-footer .widget {
    margin-bottom: 15px !important; 
}

/* 1. Mehr Luft für das Wasserzeichen */
#block-11 {
    margin-top: 40px !important;
    margin-bottom: 10px !important;
}

/* 2. Dezenten Glow für die Icons (Normalzustand) */
.icon-link .icon {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
    transition: all 0.4s ease-in-out;
}

/* 3. Copyright noch dezenter machen */
.ast-footer-copyright {
    opacity: 0.4;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 15px !important;
}

/* 4. Kleiner Fix für die mobile Ansicht (Icons nebeneinander) */
@media (max-width: 768px) {
    .footer-icon-menu {
        gap: 15px !important;
    }
    .icon-link {
        min-width: 70px !important;
    }
    .icon-link .label {
        font-size: 9px !important;
    }
}







/****************************************************************
28. Widget Boxen & Divider (FIXED: Keine doppelten Linien)
****************************************************************/

/* Reset für alle Divider-Varianten */
.neon-divider,
.neon-divider-left {
    height: 2px !important;
    border: none !important; /* WICHTIG: Schaltet Elementor-Standardlinie aus */
    opacity: 1 !important;
}

/* Falls du das Elementor Divider Widget nutzt, muss auch das innere Element resettet werden */
.neon-divider .elementor-divider-separator,
.neon-divider-left .elementor-divider-separator {
    border: none !important; 
    height: 2px !important;
}

.neon-divider {
    width: 60%;
    margin: 25px auto;
    background: linear-gradient(
        90deg,
        transparent,
        var(--turquois-neon),
        var(--pink-neon),
        transparent
    ) !important;
    box-shadow: 0 0 15px var(--turquois-neon);
}

.neon-divider-left {
    width: 78%;
    margin: 35px auto;
    background: linear-gradient(
        90deg,
        var(--turquois-neon),
        var(--pink-neon),
        transparent
    ) !important;
    box-shadow: 0 0 10px var(--turquois-neon);
}


/* =========================================
   3. HERO CONTENT CONTAINER
========================================= */

.gp-hero-content {
    max-width: 1040px;
    margin: 60px auto;
    padding: 50px;
    background: rgba(0, 5, 10, 0.78);
    backdrop-filter: blur(14px);
    border: 2px solid rgba(0, 190, 211, 0.6);
    border-radius: 24px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.8);
}


/* =========================================
   4. TITLES & TEXT
========================================= */

.neon-title {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-bottom: 5px;
    line-height: 1.1;
}

.neon-title .dot {
    color: var(--pink-neon);
    text-shadow: 0 0 20px var(--pink-neon);
}

.gp-subtitle {
    font-size: 1.1rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--turquois-neon);
    margin-bottom: 25px;
    opacity: 0.9;
}

.gp-intro-text {
    font-size: 1.2rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.9);
    margin: 40px 0;
    text-align: center;
}

.gp-intro-text strong {
    color: var(--turquois-neon);
    font-weight: 800;
}


/* =========================================
   5. FEATURE GRID
========================================= */

.gp-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.gp-feature-item {
    background: rgba(255, 255, 255, 0.04);
    padding: 40px 30px;
    border-radius: 15px;
    border-left: 4px solid var(--turquois-neon);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gp-feature-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-left-color: var(--pink-neon);
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

.gp-feature-item h3 {
    font-size: 1.4rem;
    margin: 20px 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.gp-icon {
    font-size: 3rem;
    display: block;
    margin-bottom: 10px;
}


/* =========================================
   6. MAIN BUTTON
========================================= */

.gp-main-button {
    display: inline-block;
    padding: 20px 55px;
    margin-top: 30px;
    background: transparent;
    border: 2px solid var(--turquois-neon);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0% 30%);
    transition: all 0.4s ease;
}

.gp-main-button:hover {
    background: var(--turquois-neon);
    color: #000;
    box-shadow: 0 0 40px var(--turquois-neon);
    transform: translateY(-3px);
}





/****************************************************************
29. User Loginleiste
****************************************************************/

/* Styling für Login/User-Eingabefelder */
.elementor-field-group input, 
.login input[type="text"], 
.login input[type="password"] {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(0, 229, 255, 0.3) !important;
    border-radius: 8px !important;
    color: #fff !important;
    padding: 12px !important;
    transition: all 0.3s ease !important;
}

/* Der Neon-Fokus Effekt */
.elementor-field-group input:focus, 
.login input:focus {
    border-color: var(--turquois-neon) !important;
    box-shadow: 0 0 15px var(--turquois-neon) !important;
    outline: none !important;
    background: rgba(0, 229, 255, 0.05) !important;
}