/* Modernes Carbon-Design */    
body {
    font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(rgba(15, 17, 21, 0.4), rgba(15, 17, 21, 0.5)), 
                url('General Images/Hintergrund_main.jpg');
    background-color: #0f1115;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
}

/* Sprachwahl: Perfekt unter dem Warenkorb-Button ausgerichtet und responsiv */
.language-selector-top-right {
    position: absolute;
    right: 20px;
    top: 78%;
    transform: translateY(0);
    font-size: 0.75rem;
    font-family: 'Segoe UI', sans-serif;
    z-index: 120;
    background: rgba(9, 10, 15, 0.75);
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #2d3343;
    white-space: nowrap;
}

.language-selector-top-right a { 
    color: #8f9cae; 
    text-decoration: none; 
}
.language-selector-top-right a:hover {
    color: #9a5b35;
}
.language-selector-top-right strong { 
    color: #d49b57; /* Edler Gold-Kupfer-Ton */
}

/* Für mobile Ansichten / schmale Bildschirme, damit es nicht ins Logo ragt */
@media (max-width: 580px) {
    .language-selector-top-right {
        top: 75%;
        right: 15px;
        font-size: 0.7rem;
        padding: 2px 6px;
    }
}

/* Header / Kopfbereich mit gebürstetem Kupfer-Verlauf */
header {
    width: 100%;
    padding: 5px 0;
    background-color: #161920;
    text-align: center;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #5c331a, #9a5b35, #d28c5c, #9a5b35, #5c331a) 1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    z-index: 100;
}

.header-logo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 60%;
    transition: transform 0.2s ease;
}

.header-logo-link:hover {
    transform: scale(1.02);
}

.header-logo {
    max-height: 95px;
    width: auto;
    display: block;
}

.nav-menu-container {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 110;
}

.menu-btn {
    background: #090a0f;
    border: 1px solid #2d3343;
    color: #ffffff;
    padding: 0 12px;
    font-size: 0.9rem;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    transition: all 0.2s ease;
    min-width: 42px;
    height: 42px;
    box-sizing: border-box;
}

.menu-btn:hover {
    border-color: #9a5b35;
    color: #9a5b35;
}

.menu-icon {
    display: inline-block;
    width: 18px;
    height: 2px;
    background: currentColor;
    position: relative;
    transition: background 0.2s;
}

.menu-icon::before, .menu-icon::after {
    content: '';
    width: 18px;
    height: 2px;
    background: currentColor;
    position: absolute;
    left: 0;
    transition: all 0.2s;
}

.menu-icon::before { top: -6px; }
.menu-icon::after { bottom: -6px; }

.menu-btn-label {
    font-family: 'Orbitron', sans-serif;
    font-size: 0.64rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    background: linear-gradient(180deg, #181c25, #101319);
    min-width: 290px;
    border: 1px solid rgba(212,155,87,0.35);
    border-top: 2px solid #d49b57;
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.66), inset 0 1px 0 rgba(255,255,255,0.03);
    overflow: hidden;
    text-align: left;
    z-index: 1000;
}

.dropdown-content a {
    color: #d1d8e0;
    padding: 13px 18px;
    text-decoration: none;
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(143,156,174,0.11);
}

.dropdown-content a:hover {
    background: linear-gradient(90deg, rgba(154,91,53,0.22), rgba(154,91,53,0.04));
    color: #f3d085;
    padding-left: 22px;
}

.dropdown-content .menu-category {
    background: #0b0e14;
    color: #9aa9bf;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.67rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 18px 6px 18px;
    border-bottom: 1px solid #1f2430;
}

.dropdown-content .menu-category-group {
    position: relative;
    margin-top: 5px;
    padding: 11px 18px 7px 28px;
    border-top: 1px solid rgba(212,155,87,0.24);
    border-bottom: 1px solid rgba(143,156,174,0.12);
    color: #f0c17d;
}

.dropdown-content .menu-category-group::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 15px;
    width: 4px;
    height: 4px;
    border: 1px solid #d49b57;
    border-radius: 1px;
}

.dropdown-content a.submenu-item {
    padding-left: 31px;
    font-size: 0.86rem;
    color: #b4c0d1;
    background: rgba(255,255,255,0.012);
}

.dropdown-content a.submenu-item:hover {
    padding-left: 35px;
    color: #f3d085;
    background: linear-gradient(90deg, rgba(154,91,53,0.2), rgba(154,91,53,0.03));
}

.dropdown-content a.submenu-tight {
    padding: 10px 18px 10px 31px;
    font-size: 0.84rem;
    line-height: 1.35;
    border-bottom: 1px solid rgba(143,156,174,0.08);
}

.dropdown-content a.submenu-tight:hover {
    padding-left: 35px;
}

.dropdown-content a:last-child {
    border-bottom: none;
}

.dropdown-content.show {
    display: block;
}

.cart-container {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.cart-btn {
    background: #090a0f;
    border: 1px solid #2d3343;
    color: #ffffff;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s ease;
    width: 42px;
    height: 42px;
    box-sizing: border-box;
    font-size: 1.1rem;
}

.cart-btn:hover {
    border-color: #9a5b35;
    color: #9a5b35;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #9a5b35;
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.main-container {
    max-width: 1100px;
    width: min(92vw, 1100px);
    margin: 30px auto;
    flex: 1;
}

/* WICHTIG: Standardmässig alle Sektionen ausblenden, damit nur die aktive Seite sichtbar ist */
.page-section {
    display: none;
}

.page-section.active {
    display: block;
}

/* Startseiten Styling */
.home-welcome-zone {
    text-align: center;
    padding: 30px 20px;
    background: rgba(22, 25, 32, 0.85);
    border: 1px solid #232834;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    margin-bottom: 25px;
}

.home-welcome-zone h2 {
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400; /* Normaler, klarer Schnitt */
    font-size: 1.6rem; 
    line-height: 1.4;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 25px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.home-subtitle {
    color: #d1d8e0;
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 25px;
}

.home-usp-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 35px;
}

@media (min-width: 650px) {
    .home-usp-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* USP-Karten mit gebürstetem Kupfer-Look am linken Rand */
.usp-card {
    background: rgba(22, 25, 32, 0.7);
    border: 1px solid #232834;
    border-left: 4px solid #9a5b35;
    border-image: linear-gradient(to bottom, #d28c5c, #9a5b35, #5c331a) 1;
    border-radius: 8px;
    padding: 15px;
    text-align: left;
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    gap: 14px;
}

.usp-icon {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 4px rgba(154, 91, 53, 0.4));
}

.usp-card-content {
    flex: 1;
}

.usp-card h3 {
    margin: 0 0 6px 0;
    font-size: 0.9rem;
    color: #ffffff;
    line-height: 1.3;
}

.usp-card p {
    margin: 0;
    font-size: 0.8rem;
    color: #8f9cae;
    line-height: 1.35;
}

.example-gallery-title {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #9a5b35;
    margin: 35px 0 10px 0;
    text-align: center;
}

.category-subtitle {
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    color: #ffffff;
    margin: 25px 0 15px 0;
    text-align: left;
    border-bottom: 1px solid #232834;
    padding-bottom: 8px;
}

/* Responsive Grid für Produktkacheln: Smartphone untereinander (1 Spalte), ab 600px nebeneinander (2 Spalten) */
.example-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

@media (min-width: 600px) {
    .example-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.example-card {
    background: #161920;
    border: 1px solid #232834;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.example-card:hover {
    transform: translateY(-3px);
    border-color: #9a5b35;
}

.example-card-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-bottom: 1px solid #2d3343;
    display: block;
    background-color: #090a0f;
}

.example-card-info {
    padding: 15px;
    text-align: left;
}

.example-card-info h4 {
    margin: 0 0 5px 0;
    font-size: 0.95rem;
    color: #ffffff;
}

.example-card-info p {
    margin: 0;
    font-size: 0.8rem;
    color: #8f9cae;
    line-height: 1.4;
}

.home-action-btn-zone {
    margin-top: 35px;
}

#page-home .home-welcome-zone {
    position: relative;
    overflow: hidden;
    padding: 34px 20px 30px;
    background: linear-gradient(145deg, rgba(25,29,38,0.97), rgba(13,16,21,0.95));
    border-color: rgba(212,155,87,0.28);
    border-top: 2px solid rgba(212,155,87,0.78);
    box-shadow: 0 20px 44px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.04);
}

#page-home .home-welcome-zone > div:first-child {
    position: relative;
    isolation: isolate;
    padding: 44px 28px !important;
    margin: 0 0 28px !important;
    background-size: 100% 100% !important;
}

#page-home .home-welcome-zone > div:first-child::after {
    content: "";
    position: absolute;
    inset: 8% auto 8% -42%;
    z-index: -1;
    width: 23%;
    background: linear-gradient(90deg, transparent, rgba(255,235,195,0.18), transparent);
    transform: skewX(-20deg) translateX(-30%);
    animation: homeLightSweep 10s ease-in-out infinite 2s;
}

#page-home .home-welcome-zone > div:first-child h2 {
    max-width: 720px;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1.58rem !important;
    letter-spacing: 0.04em !important;
}

#page-home .home-welcome-zone > div:first-child p {
    max-width: 570px;
    margin-left: auto !important;
    margin-right: auto !important;
}

#page-home .home-usp-grid {
    gap: 14px;
    margin-bottom: 30px;
}

#page-home .usp-card {
    min-height: 94px;
    border: 1px solid rgba(212,155,87,0.24) !important;
    border-left: 3px solid #d49b57 !important;
    border-image: none !important;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255,255,255,0.045), rgba(10,13,18,0.55));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

#page-home .usp-card:hover {
    transform: translateY(-3px);
    border-color: rgba(243,208,133,0.72) !important;
    background: linear-gradient(135deg, rgba(154,91,53,0.19), rgba(10,13,18,0.62));
}

#page-home .usp-card img {
    filter: drop-shadow(0 0 8px rgba(212,155,87,0.32));
}

#page-home .home-action-btn-zone {
    margin: 4px 0 30px !important;
    padding: 22px 24px !important;
    border: 1px solid rgba(212,155,87,0.28) !important;
    border-radius: 10px !important;
    background: linear-gradient(90deg, rgba(9,11,16,0.78), rgba(154,91,53,0.16), rgba(9,11,16,0.78)) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

#page-home .home-action-btn-zone > div:first-child {
    color: #f0c17d !important;
    text-shadow: 0 0 16px rgba(212,155,87,0.2);
}

#page-home .home-action-btn-zone .action-button {
    min-height: 48px;
    padding: 12px 18px !important;
    box-shadow: 0 7px 18px rgba(154,91,53,0.32);
}

#page-home .example-gallery-title {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 38px 0 18px;
    color: #f0c17d;
}

#page-home .example-gallery-title::before,
#page-home .example-gallery-title::after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, transparent, rgba(212,155,87,0.56));
}

#page-home .example-gallery-title::after {
    transform: scaleX(-1);
}

#page-home .example-card {
    border-color: rgba(212,155,87,0.26);
    border-radius: 8px;
    background: linear-gradient(145deg, #1b2028, #11151c);
    box-shadow: 0 12px 26px rgba(0,0,0,0.28);
}

#page-home .example-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243,208,133,0.78);
    box-shadow: 0 18px 34px rgba(154,91,53,0.2);
}

@keyframes homeLightSweep {
    0%, 35% { transform: skewX(-20deg) translateX(-30%); opacity: 0; }
    39% { opacity: 0.9; }
    52% { transform: skewX(-20deg) translateX(640%); opacity: 0; }
    100% { transform: skewX(-20deg) translateX(640%); opacity: 0; }
}

@media (max-width: 650px) {
    #page-home .home-welcome-zone {
        padding: 20px 12px;
    }

    #page-home .home-welcome-zone > div:first-child {
        padding: 20px 18px !important;
        background-image: url('/General Images/Titel_banner.png') !important;
        background-size: 100% 100% !important;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    #page-home .home-welcome-zone > div:first-child h2 {
        font-size: 1.28rem !important;
        line-height: 1.32 !important;
        margin-bottom: 10px !important;
    }

    #page-home .home-welcome-zone > div:first-child p {
        font-size: 0.78rem !important;
        line-height: 1.42 !important;
    }

    #page-home .home-action-btn-zone {
        padding: 18px !important;
        justify-content: center !important;
    }
}

/* Futuristisches Live-Preis-Feld */
.home-live-price-box {
    background: rgba(154, 91, 53, 0.1);
    border: 1px solid rgba(154, 91, 53, 0.35);
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 25px;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.25rem;
    color: #9a5b35;
    text-shadow: 0 0 10px rgba(154, 91, 53, 0.5);
    text-align: center;
    box-shadow: inset 0 0 15px rgba(154, 91, 53, 0.1);
}

.home-live-price-box strong {
    font-weight: 900;
    letter-spacing: 1px;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
    text-align: left;
    margin-top: 20px;
}

.about-image-box {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #232834;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}

.about-image-box img {
    width: 100%;
    height: auto;
    display: block;
}

.about-text-box h3 {
    font-family: 'Orbitron', sans-serif;
    color: #9a5b35;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.about-text-box p {
    color: #d1d8e0;
    font-size: 0.98rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about-highlight {
    border-left: 3px solid #9a5b35;
    background: rgba(22, 25, 32, 0.6);
    padding: 15px;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 20px;
}

@media (min-width: 650px) {
    .about-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.projects-list {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 20px;
}

.project-card {
    background: #161920;
    border: 1px solid #232834;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
}

.project-media {
    width: 100%;
    background-color: #090a0f;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-media img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
    display: block;
}

.project-slider {
    position: relative;
    width: 100%;
}

.slide {
    display: none;
}

.slide.active {
    display: block;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(9, 10, 15, 0.7);
    border: 1px solid #2d3343;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    font-weight: bold;
    transition: all 0.2s;
    user-select: none;
}

.slider-arrow:hover {
    border-color: #9a5b35;
    color: #9a5b35;
    background: #090a0f;
}

.arrow-left { left: 15px; }
.arrow-right { right: 15px; }

.before-after-container {
    position: relative;
    width: 100%;
}

.after-image {
    width: 100%;
    height: auto;
    display: block;
}

.before-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: autoBeforeAfter 4s ease-in-out infinite;
}

@keyframes autoBeforeAfter {
    0%, 37.5%   { opacity: 1; }
    50%, 87.5%  { opacity: 0; }
    100%        { opacity: 1; }
}

.ba-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: linear-gradient(135deg, #5c331a, #9a5b35);
    color: #fff;
    font-size: 0.7rem;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    pointer-events: none;
    z-index: 5;
}

.project-info {
    padding: 25px;
    text-align: left;
}

.project-tag {
    color: #9a5b35;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    margin-bottom: 8px;
}

.project-info h3 {
    margin: 0 0 12px 0;
    font-size: 1.4rem;
    color: #ffffff;
}

.project-info p {
    margin: 0;
    font-size: 0.95rem;
    color: #a5b1c2;
    line-height: 1.6;
}

.card {
    background: #161920;
    border: 1px solid #232834;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    text-align: center;
}

.product-badge {
    background: linear-gradient(135deg, #5c331a, #9a5b35);
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

h2 {
    margin: 0 0 12px 0;
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: 700;
}

.description {
    color: #8f9cae;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

.preview-wrapper {
    width: 100%;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.preview-box {
    background: #090a0f;
    border: 2px dashed #2d3343;
    border-radius: 10px;
    padding: 30px 15px 15px 15px;
    width: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    transition: width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), 
                height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
                background-color 0.3s ease;
}

.preview-box .watermark {
    color: #2d3343;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    pointer-events: none;
}

#textPreviewContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    justify-content: center;
}

.preview-line {
    width: 100%;
    word-wrap: break-word;
    transition: all 0.2s ease;
    cursor: text;
    border: 1px dashed transparent;
    border-radius: 4px;
    padding: 4px 6px;
    box-sizing: border-box;
    outline: none;
}

.preview-line:empty::before {
    content: "Zeile tippen...";
    color: #4a5568;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
}

.preview-line.selected-line {
    border-color: rgba(154, 91, 53, 0.8);
    background-color: rgba(154, 91, 53, 0.08);
}

.preview-image {
    max-width: 85%;
    max-height: 110px;
    display: none;
    border-radius: 6px;
}

.logo-color-warning {
    display: none;
    background: rgba(154, 91, 53, 0.15);
    border: 1px solid #9a5b35;
    color: #9a5b35;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 6px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    width: 95%;
    box-sizing: border-box;
    animation: fadeIn 0.3s ease-in-out;
}

.rembos-color-badge {
    color: #ffffff;
    font-size: 0.9rem;
    padding: 8px 12px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.rembos-color-badge.active-style {
    background: rgba(154, 91, 53, 0.15);
    border: 1px solid #9a5b35;
    color: #9a5b35;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cart-qty-input-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #090a0f;
    padding: 4px 8px;
    border: 1px solid #2d3343;
    border-radius: 6px;
    margin-top: 5px;
}

.cart-qty-input-wrapper label {
    font-size: 0.8rem;
    color: #8f9cae;
    text-transform: uppercase;
    font-weight: bold;
}

.cart-qty-field {
    width: 60px !important;
    padding: 6px 8px !important;
    background: #161920 !important;
    border: 1px solid #2d3343 !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-size: 0.9rem !important;
    text-align: center;
}

.cart-item-price-tag {
    font-size: 1rem;
    color: #9a5b35;
    font-weight: bold;
    font-family: 'Orbitron', sans-serif;
    margin-top: 5px;
}

.cart-shipping-selection-zone,
.checkout-address-zone,
.contact-info-zone {
    background: #1f2430;
    border: 1px solid #2d3343;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.cart-shipping-selection-zone h3,
.checkout-address-zone h3,
.contact-info-zone h3 {
    margin: 0 0 15px 0;
    font-size: 1.1rem;
    color: #ffffff;
    font-family: 'Orbitron', sans-serif;
    border-bottom: 1px solid #2d3343;
    padding-bottom: 8px;
}

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

#page-kontakt > .card {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px !important;
    background: linear-gradient(145deg, #1b2029, #11151c 62%);
    border-color: rgba(212,155,87,0.34);
    border-top: 3px solid #d49b57;
    box-shadow: 0 22px 48px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.04);
}

#page-kontakt > .card > h2 {
    margin: 14px 0 8px;
    text-align: center;
    font-size: 1.75rem;
}

#page-kontakt > .card > .badge-dark-chrome {
    display: table;
    margin: 0 auto;
}

#page-kontakt > .card > .description {
    max-width: 720px;
    margin: 0 auto 28px;
    text-align: center;
    color: #aebbd0;
    line-height: 1.6;
}

#page-kontakt .contact-info-zone {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    padding: 20px 22px;
    background: linear-gradient(135deg, rgba(154,91,53,0.18), rgba(22,27,36,0.9));
    border-color: rgba(212,155,87,0.35);
    border-left: 3px solid #d49b57;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

#page-kontakt .contact-info-zone h3 {
    color: #f0c17d;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
}

#page-kontakt form .form-row {
    gap: 16px;
    margin-bottom: 0;
}

#page-kontakt form .input-group {
    margin-bottom: 17px;
}

#page-kontakt form .input-group label {
    color: #9fb1ca;
    letter-spacing: 0.08em;
}

#page-kontakt form .input-group input,
#page-kontakt form .input-group textarea {
    background: #0a0d13;
    border-color: rgba(80,94,120,0.58);
}

#page-kontakt form .input-group input:focus,
#page-kontakt form .input-group textarea:focus {
    border-color: #d49b57;
    box-shadow: 0 0 0 3px rgba(212,155,87,0.12);
}

#page-kontakt .file-upload-btn {
    padding: 18px;
    border-style: dashed;
    border-color: rgba(212,155,87,0.52);
    background: rgba(9,12,17,0.6);
    color: #c4d0e0;
}

#page-kontakt .file-upload-btn:hover {
    border-color: #f3d085;
    background: rgba(154,91,53,0.12);
}

#page-kontakt .action-button {
    margin-top: 8px !important;
    min-height: 54px;
    box-shadow: 0 9px 24px rgba(154,91,53,0.36), inset 0 1px 0 rgba(255,255,255,0.14);
}

#page-support > .card {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px !important;
    background: linear-gradient(145deg, #1b2029, #11151c 62%);
    border-color: rgba(212,155,87,0.34);
    border-top: 3px solid #d49b57;
    box-shadow: 0 22px 48px rgba(0,0,0,0.42), inset 0 1px 0 rgba(255,255,255,0.04);
}

#page-support > .card > h2 {
    margin: 0 0 9px;
    text-align: center;
    font-size: 1.7rem;
}

#page-support > .card > .description {
    max-width: 740px;
    margin: 0 auto 28px;
    text-align: center;
    color: #aebbd0;
    line-height: 1.6;
}

#page-support .support-faq-box {
    padding: 4px 20px 20px;
    background: rgba(9,12,17,0.48);
    border: 1px solid rgba(80,94,120,0.4);
    border-radius: 8px;
}

#page-support .support-faq-box h3 {
    display: flex;
    align-items: center;
    min-height: 48px;
    margin: 20px -20px 14px;
    padding: 0 20px;
    border-top: 1px solid rgba(212,155,87,0.3);
    border-bottom: 1px solid rgba(212,155,87,0.18);
    background: linear-gradient(90deg, rgba(154,91,53,0.17), transparent);
    color: #f0c17d;
    font-size: 0.92rem;
    letter-spacing: 0.04em;
}

#page-support .support-faq-box h3:first-child {
    margin-top: 0;
    border-top: 0;
}

#page-support .support-faq-box p,
#page-support .support-faq-box ul {
    color: #c3cddd;
    line-height: 1.7;
}

#page-support .support-faq-box ul {
    padding-left: 1.3em;
}

#page-support .support-faq-box li {
    margin: 0 0 10px;
    padding-left: 0.35em;
}

#page-support .support-faq-box li::marker {
    color: #d49b57;
}

#page-support .support-faq-box strong {
    color: #ffffff;
}

#page-support .support-faq-box img {
    max-height: 32px !important;
    padding: 6px 10px;
    border: 1px solid rgba(143,156,174,0.22);
    border-radius: 5px;
    background: #ffffff;
    box-sizing: content-box;
}

@media (max-width: 580px) {
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
    #page-kontakt > .card { padding: 22px 16px !important; }
    #page-kontakt > .card > h2 { font-size: 1.4rem; }
    #page-support > .card { padding: 22px 16px !important; }
    #page-support > .card > h2 { font-size: 1.35rem; }
    #page-support .support-faq-box { padding-left: 15px; padding-right: 15px; }
    #page-support .support-faq-box h3 { margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; }
}

.form-row .input-group {
    flex: 1;
    margin-bottom: 0;
}

.shipping-option-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #2d3343;
    cursor: pointer;
}

.shipping-option-row:last-child {
    border-bottom: none;
}

.shipping-option-row input[type="radio"] {
    accent-color: #9a5b35;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.shipping-option-label {
    flex: 1;
    font-size: 0.95rem;
    color: #d1d8e0;
    cursor: pointer;
}

.shipping-option-price {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: bold;
    font-family: monospace;
}

.cart-total-banner {
    background: #090a0f;
    border: 1px solid #2d3343;
    border-top: 2px solid #9a5b35;
    border-radius: 8px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    font-family: 'Orbitron', sans-serif;
}

.cart-total-label {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}

.cart-total-price {
    font-size: 1.3rem;
    color: #9a5b35;
    font-weight: bold;
}

/* Support & FAQ / AGB Styling */
.support-faq-box {
    text-align: left;
    margin-top: 20px;
}

.support-faq-box h3 {
    color: #9a5b35;
    font-family: 'Orbitron', sans-serif;
    margin-top: 35px;
    margin-bottom: 12px;
    font-size: 1.15rem;
    border-bottom: 1px solid #2d3343;
    padding-bottom: 8px;
}

.support-faq-box h3:first-child {
    margin-top: 10px;
}

.support-faq-box p, 
.support-faq-box ul {
    color: #d1d8e0;
    font-size: 0.95rem;
    line-height: 1.6;
}

.support-faq-box ul {
    padding-left: 20px;
}

.support-faq-box li {
    margin-bottom: 8px;
}

.support-faq-box li strong {
    color: #ffffff;
}

/* Rollen-Vorschau und Lightbox */
.foil-sample-container {
    margin-top: 15px;
    background: #090a0f;
    border: 1px solid #2d3343;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.foil-sample-label {
    font-size: 0.75rem;
    color: #8f9cae;
    text-transform: uppercase;
    font-weight: 600;
}
.foil-sample-img {
    max-width: 120px;
    height: auto;
    border-radius: 4px;
    cursor: zoom-in;
    transition: transform 0.2s ease;
}
.foil-sample-img:hover {
    transform: scale(1.05);
}

/* Zubehör Grid Styling */
.zubehoer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 24px;
}

@media (min-width: 760px) {
    .zubehoer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1180px) {
    .zubehoer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.zubehoer-card {
    position: relative;
    background: linear-gradient(180deg, rgba(20, 24, 31, 0.98), rgba(13, 16, 21, 0.96));
    border: 1px solid rgba(212, 155, 87, 0.38);
    border-top: 2px solid rgba(212, 155, 87, 0.9);
    border-radius: 18px;
    padding: 18px 18px 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    box-shadow: 0 16px 28px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.05);
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    overflow: hidden;
}

.zubehoer-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(212, 155, 87, 0.09), transparent 38%, rgba(255,255,255,0.02));
    pointer-events: none;
}

.zubehoer-card::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(243, 208, 133, 0.8), transparent);
    pointer-events: none;
}

.zubehoer-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243, 208, 133, 0.9);
    box-shadow: 0 18px 38px rgba(154, 91, 53, 0.2), 0 0 0 1px rgba(212, 155, 87, 0.18);
    filter: saturate(1.08);
}

.zubehoer-card img {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 220px;
    min-height: 180px;
    object-fit: contain;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(7,11,17,1), rgba(18,22,29,1));
    padding: 14px;
    box-sizing: border-box;
    margin-bottom: 16px;
    border: 1px solid rgba(212, 155, 87, 0.2);
}

.zubehoer-card .zubehoer-title,
.zubehoer-card .zubehoer-price,
.zubehoer-card .btn-dark-chrome-anim,
.zubehoer-card button {
    position: relative;
    z-index: 1;
}

.zubehoer-title {
    font-size: 1.08rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.4;
    min-height: 3.1em;
    display: flex;
    align-items: flex-start;
}

.zubehoer-price {
    color: #d49b57 !important; /* Gold statt Rot */
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    letter-spacing: 0.04em;
    font-size: 1.05rem;
    margin-bottom: 8px;
}

.zubehoer-action {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-top: 12px;
}

.favorite-heart-btn {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(9,10,15,0.72);
    border: 1px solid rgba(212,155,87,0.4);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
    padding: 0;
}
.favorite-heart-btn:hover { transform: scale(1.1); border-color: #d49b57; }
.favorite-heart-btn svg { width: 18px; height: 18px; fill: none; stroke: #d49b57; stroke-width: 2; transition: fill 0.15s ease; }
.favorite-heart-btn.is-favorited svg { fill: #d49b57; }
.favorite-heart-btn.is-favorited { background: rgba(212,155,87,0.16); }

.premium-product-badge {
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(243,208,133,0.78);
    border-radius: 50%;
    background: radial-gradient(circle at 35% 28%, rgba(255,236,178,0.2), rgba(212,155,87,0.08) 55%, rgba(9,10,15,0.55));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f3d085;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06), 0 2px 8px rgba(212,155,87,0.22);
}
.premium-product-badge svg { width: 20px; height: 20px; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.55)); }
.premium-gem-outline { fill: none; stroke: #ffe5a3; stroke-width: 1.15; stroke-linejoin: round; }
.premium-gem-facet-left { fill: #bd752e; }
.premium-gem-facet-top { fill: #f6c86f; }
.premium-gem-facet-right { fill: #986020; }
.premium-gem-facet-base { fill: #d79a42; }
.premium-gem-shine { fill: rgba(255,255,255,0.72); }

.zubehoer-price-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.zubehoer-price-row .zubehoer-price { flex: 1 1 auto; }

.pd-price-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.pd-price-row .pd-price { margin-bottom: 0; }
.pd-price-row .favorite-heart-btn { width: 42px; height: 42px; }
.pd-price-row .favorite-heart-btn svg { width: 20px; height: 20px; }
.pd-price-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.pd-price-actions .premium-product-badge { width: 42px; height: 42px; }
.pd-price-actions .premium-product-badge svg { width: 22px; height: 22px; }

.zubehoer-qty-input {
    width: 100% !important;
    padding: 8px !important;
    background: #090a0f !important;
    border: 1px solid #2d3343 !important;
    border-radius: 6px !important;
    color: #fff !important;
    font-size: 0.95rem !important;
    text-align: center;
    box-sizing: border-box;
}

/* Modal / Pop-Up für Artikelkonfiguration & Nachrichten */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 21000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}
.modal-card {
    background: #161920;
    border: 1px solid #2d3343;
    border-top: 2px solid #9a5b35;
    border-radius: 16px;
    padding: 25px;
    max-width: 500px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.8);
    text-align: left;
    animation: zoomIn 0.2s ease;
}
.modal-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    color: #8f9cae;
    font-size: 1.5rem;
    cursor: pointer;
    line-height: 1;
}
.modal-close-btn:hover {
    color: #9a5b35;
}

/* Cross-Selling Box im Warenkorb */
.cross-selling-box {
    background: rgba(154, 91, 53, 0.05);
    border: 1px dashed #9a5b35;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: left;
}

.cross-selling-title {
    font-family: 'Orbitron', sans-serif;
    color: #9a5b35;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cross-selling-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 12px;
}

.cross-selling-item {
    background: #161920;
    border: 1px solid #2d3343;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cross-selling-item img {
    width: 100%;
    height: 70px;
    object-fit: contain;
    margin-bottom: 6px;
}

.cross-selling-item-title {
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
}

.cross-selling-item-price {
    font-size: 0.85rem;
    color: #9a5b35;
    font-weight: bold;
    margin-bottom: 8px;
}

.cross-selling-add-btn {
    background: linear-gradient(135deg, #5c331a, #9a5b35);
    color: #fff;
    border: none;
    padding: 6px 12px;
    font-size: 0.75rem;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    transition: background 0.2s;
}

.cross-selling-add-btn:hover {
    background: linear-gradient(135deg, #422412, #7a4629);
}

/* Lightbox Container */
.lightbox-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 4000;
    justify-content: center;
    align-items: center;
    cursor: zoom-out;
}
.lightbox-content {
    max-width: 90%;
    max-height: 85%;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    animation: zoomIn 0.25s ease;
}
@keyframes zoomIn {
    from { transform: scale(0.9); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* Footer Styling */
footer {
    width: 100%;
    background-color: #161920;
    border-top: 1px solid #232834;
    padding: 30px 20px;
    margin-top: 50px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.85rem;
    color: #8f9cae;
}

.footer-content {
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a {
    color: #d1d8e0;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #9a5b35;
}

@media (max-width: 580px) {
    header {
        padding: 5px 0;
        min-height: 80px;
    }
    .header-logo {
        max-height: 65px;
    }
    .nav-menu-container {
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .menu-btn {
        width: 42px;
        min-width: 42px;
        height: 56px;
        padding: 5px 0;
        flex-direction: column;
        gap: 5px;
    }
    .menu-icon {
        margin: 6px 0;
        flex-shrink: 0;
    }
    .menu-btn-label {
        width: 18px;
        font-size: 0.43rem;
        letter-spacing: 0;
        line-height: 1;
        text-align: center;
    }
    .dropdown-content {
        left: 0;
        transform: none;
        min-width: 200px;
    }
    .cart-container {
        right: 15px;
    }
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
}

.input-group {
    margin-bottom: 25px;
    text-align: left;
}

.input-group label {
    display: block;
    font-size: 0.8rem;
    color: #8f9cae;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.input-group textarea,
.input-group input[type="text"],
.input-group input[type="email"],
.input-group input[type="number"],
.input-group select {
    width: 100%;
    padding: 14px;
    background: #090a0f;
    border: 1px solid #2d3343;
    border-radius: 8px;
    color: #fff;
    box-sizing: border-box;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
}

.input-group textarea {
    resize: vertical;
    min-height: 110px;
}

.input-group textarea:focus,
.input-group input:focus,
.input-group select:focus {
    border-color: #9a5b35;
    box-shadow: 0 0 0 3px rgba(154, 91, 53, 0.15);
    outline: none;
}

.size-inputs {
    display: flex;
    gap: 15px;
}

.size-inputs .input-group {
    flex: 1;
    margin-bottom: 0;
}

.editor-zone {
    background: #0f1115;
    border: 1px solid #2d3343;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.editor-zone-title {
    font-size: 0.85rem;
    font-weight: bold;
    color: #9a5b35;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
}

.slider-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.slider-container input[type="range"] {
    flex: 1;
    accent-color: #9a5b35;
    background: #090a0f;
    height: 6px;
    border-radius: 5px;
    outline: none;
}

.slider-value {
    font-size: 0.9rem;
    color: #ffffff;
    font-weight: bold;
    min-width: 35px;
}

.align-group, .style-group {
    display: flex;
    gap: 10px;
}

.align-btn, .style-btn {
    flex: 1;
    background: #090a0f;
    border: 1px solid #2d3343;
    color: #8f9cae;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.2s;
    font-size: 0.9rem;
    user-select: none;
}

.style-btn.active {
    background: linear-gradient(135deg, #5c331a, #9a5b35);
    color: #fff;
    border-color: #9a5b35;
}

.align-group input[type="radio"] {
    display: none;
}

.align-group input[type="radio"]:checked + .align-btn {
    background: linear-gradient(135deg, #5c331a, #9a5b35);
    color: #fff;
    border-color: #9a5b35;
}

.color-picker {
    display: flex;
    gap: 12px;
    margin-top: 5px;
    flex-wrap: wrap;
}

.color-option {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    border: 2px solid transparent;
    transition: transform 0.2s, border-color 0.2s;
    box-sizing: border-box;
}

.color-option.dark-color-option {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.color-option:hover {
    transform: scale(1.15);
}

.color-option.active {
    border: 2px solid #ffffff !important;
    transform: scale(1.1);
}

.color-option.carbon-style {
    background: linear-gradient(45deg, #111 25%, #222 25%, #222 50%, #111 50%, #111 75%, #222 75%, #222 100%);
    background-size: 4px 4px;
}

.file-upload-btn {
    display: inline-block;
    width: 100%;
    padding: 14px;
    background: #1f2430;
    border: 1px solid #2d3343;
    color: #d1d8e0;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 0.95rem;
    font-weight: 600;
    transition: all 0.2s ease;
}

.file-upload-btn:hover {
    background: #282e3d;
    color: #fff;
    border-color: #525f7a;
}

.file-upload-btn input[type="file"] {
    display: none;
}

.info-box {
    background: #13161c;
    border-left: 3px solid #9a5b35;
    padding: 12px 15px;
    border-radius: 0 8px 8px 0;
    margin-top: 15px;
    font-size: 0.8rem;
    line-height: 1.4;
    color: #a5b1c2;
    text-align: left;
    animation: fadeIn 0.3s ease-in-out;
}

.info-box strong {
    color: #ffffff;
    display: block;
    margin-bottom: 4px;
}

.action-button {
    background: linear-gradient(135deg, #1d2027, #3c2d23 18%, #9a5b35 52%, #d19a61 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    font-size: 1.05rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 6px 16px rgba(154, 91, 53, 0.32), inset 0 1px 0 rgba(255,255,255,0.15);
    transition: all 0.3s ease;
}

.action-button:hover {
    background: linear-gradient(135deg, #1d2027, #4c3123 18%, #8c4d2d 54%, #d89d63 100%);
    box-shadow: 0 8px 22px rgba(154, 91, 53, 0.52), inset 0 1px 0 rgba(255,255,255,0.15);
    transform: translateY(-2px);
}

.cart-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.cart-item-card {
    background: #1f2430;
    border: 1px solid #2d3343;
    border-radius: 12px;
    padding: 20px;
    position: relative;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    transition: border-color 0.2s;
}

.cart-item-card:hover {
    border-color: #4a5568;
}

.cart-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #2d3343;
    padding-bottom: 12px;
    margin-bottom: 15px;
}

.cart-item-title {
    font-weight: bold;
    font-size: 1.1rem;
    color: #ffffff;
}

.cart-item-remove-btn {
    background: transparent;
    border: none;
    color: #8f9cae;
    font-size: 1.25rem;
    cursor: pointer;
    transition: color 0.2s;
    padding: 0;
    line-height: 1;
}

.cart-item-remove-btn:hover {
    color: #9a5b35;
}

.cart-item-details {
    font-size: 0.9rem;
    color: #a5b1c2;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cart-item-detail-badge {
    background: #090a0f;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-family: monospace;
    color: #9a5b35;
    display: inline-block;
    width: fit-content;
}

.cart-item-text-preview {
    background: #090a0f;
    border-radius: 6px;
    padding: 10px;
    margin-top: 10px;
    font-size: 0.95rem;
}

.cart-empty-state {
    padding: 40px 10px;
    color: #8f9cae;
}

.cart-empty-state p {
    margin-bottom: 25px;
}

.secondary-button {
    background: transparent;
    border: 2px solid #9a5b35;
    color: #d1d8e0;
    padding: 12px 24px;
    border-radius: 25px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9rem;
    transition: all 0.2s;
    width: 100%;
}

.secondary-button:hover {
    border-color: #d28c5c;
    color: #fff;
    background: rgba(154, 91, 53, 0.15);
}

/* Animation für das aufleuchtende Startup-Banner oben */
@keyframes goldPulse {
    0% {
        box-shadow: 0 0 0 rgba(154, 91, 53, 0);
        border-color: #232834;
    }
    15% {
        box-shadow: 0 0 25px rgba(212, 155, 87, 0.9), inset 0 0 15px rgba(212, 155, 87, 0.4);
        border-color: #f3d085;
    }
    30% {
        box-shadow: 0 0 5px rgba(154, 91, 53, 0.2);
        border-color: #9a5b35;
    }
    45% {
        box-shadow: 0 0 25px rgba(212, 155, 87, 0.9), inset 0 0 15px rgba(212, 155, 87, 0.4);
        border-color: #f3d085;
    }
    60% {
        box-shadow: 0 0 5px rgba(154, 91, 53, 0.2);
        border-color: #9a5b35;
    }
    75% {
        box-shadow: 0 0 25px rgba(212, 155, 87, 0.9), inset 0 0 15px rgba(212, 155, 87, 0.4);
        border-color: #f3d085;
    }
    100% {
        box-shadow: 0 0 10px rgba(154, 91, 53, 0.3);
        border-color: #9a5b35;
    }
}

.startup-launch-banner {
    background: rgba(15, 17, 21, 0.98);
    border: 2px solid #9a5b35;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 25px;
    text-align: center;
    animation: goldPulse 3.5s ease-in-out 1;
    box-shadow: 0 5px 20px rgba(0,0,0,0.6);
}

/* Stil für das neue Pop-Up Modal bei Klick auf Kacheln oder Sie/Er */
.startup-launch-modal-card {
    background: #161920;
    border: 2px solid #9a5b35;
    border-radius: 16px;
    padding: 30px;
    max-width: 450px;
    width: 90%;
    position: relative;
    box-shadow: 0 10px 40px rgba(0,0,0,0.9);
    text-align: center;
    animation: goldPulse 3s ease-in-out 1;
}

/* =========================================
   PRODUKTDETAIL MODAL (SHOP)
   ========================================= */
.product-detail-card {
    background: linear-gradient(145deg, #1b1f28, #12151c 62%); 
    border: 1px solid rgba(212, 155, 87, 0.36); 
    border-top: 3px solid #d49b57;
    border-radius: 12px; 
    padding: 24px; 
    max-width: 960px; 
    width: 95%; 
    max-height: 90vh; 
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    display: flex; 
    flex-direction: column; 
    gap: 20px; 
    position: relative;
    box-shadow: 0 24px 70px rgba(0,0,0,0.65), inset 0 1px 0 rgba(255,255,255,0.04);
    scrollbar-width: thin;
    scrollbar-color: #d49b57 #11151d;
}
.product-detail-card::-webkit-scrollbar { width: 10px; }
.product-detail-card::-webkit-scrollbar-track { background: #11151d; border-left: 1px solid rgba(212,155,87,0.14); border-radius: 8px; }
.product-detail-card::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #f3d085, #9a5b35); border: 2px solid #11151d; border-radius: 8px; box-shadow: 0 0 8px rgba(212,155,87,0.28); }
.product-detail-card::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #ffe5a5, #d49b57); }
.pd-layout { display: flex; gap: 28px; flex-wrap: wrap; align-items: stretch; min-width: 0; width: 100%; }
.pd-gallery-col { flex: 1 1 0; min-width: 0; align-self: stretch; display: flex; flex-direction: column; gap: 12px; }
.pd-info-col { flex: 1 1 0; min-width: 0; display: flex; flex-direction: column; gap: 16px; border-left: 1px solid rgba(212,155,87,0.2); padding-left: 28px; }
.pd-main-img-container { background: linear-gradient(145deg, #07090e, #181d25); border-radius: 10px; border: 1px solid rgba(212, 155, 87, 0.42); overflow: hidden; display: flex; align-items: center; justify-content: center; height: 370px; cursor: zoom-in; box-shadow: 0 14px 28px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.025); }
.pd-main-img { max-width: 100%; max-height: 100%; object-fit: contain; }
.pd-thumbnails { display: flex; gap: 8px; overflow-x: auto; padding: 2px 0 6px; }
.pd-thumb { width: 66px; height: 66px; border-radius: 6px; border: 1px solid #2d3343; cursor: pointer; object-fit: cover; background: #090a0f; opacity: 0.7; transition: border-color 0.2s ease, opacity 0.2s ease; }
.pd-thumb.active, .pd-thumb:hover { border-color: #d49b57; opacity: 1; }
.pd-title { font-family: 'Orbitron', sans-serif; font-size: 1.7rem; color: #fff; line-height: 1.32; margin: 0; overflow-wrap: anywhere; }

.pd-price { 
    color: #d49b57 !important;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.45rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.25;
    margin-bottom: 4px;
    padding: 13px 15px;
    border: 1px solid rgba(212,155,87,0.33);
    border-left: 3px solid #d49b57;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(154,91,53,0.2), rgba(154,91,53,0.04));
    text-shadow: 0 1px 12px rgba(212, 155, 87, 0.22);
}

.pd-price {
    font-variant-numeric: tabular-nums;
}

.pd-stock-delivery { font-size: 0.9rem; padding: 13px 14px; border-radius: 8px; background: rgba(255,255,255,0.035); border: 1px solid rgba(143,156,174,0.16); border-left: 3px solid #8f9cae; display: flex; flex-direction: column; gap: 6px; }
.pd-desc { font-size: 0.95rem; color: #d1d8e0; line-height: 1.65; white-space: normal; padding-bottom: 2px; }
.pd-desc p { margin: 0 0 0.55em; }
.pd-desc p:last-child { margin-bottom: 0; }
.pd-desc-paragraph { margin: 0 0 0.9em; }
.pd-desc-list { margin: 0 0 0.7em; padding-left: 1.3em; }
.pd-desc-list li { margin: 0 0 0.32em; padding-left: 0.2em; }
.pd-desc-list li::marker { color: #d49b57; }

/* --- NEU: PRODUKT-SPEZIFIKATIONEN --- */
.pd-specs-list {
    margin-top: 2px;
    padding: 15px;
    background: linear-gradient(145deg, rgba(255,255,255,0.055), rgba(255,255,255,0.015));
    border: 1px solid rgba(212,155,87,0.24);
    border-left: 2px solid rgba(212,155,87,0.78);
    border-radius: 8px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}
.pd-specs-heading {
    margin-bottom: 11px;
    color: #f3d085;
    font-family: 'Orbitron', sans-serif;
    font-size: 0.72rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.pd-specs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}
.pd-spec-item {
    min-width: 0;
    padding: 9px 10px;
    border: 1px solid rgba(143,156,174,0.15);
    border-radius: 6px;
    background: rgba(7,9,14,0.48);
}
.pd-spec-label {
    display: block;
    margin-bottom: 3px;
    color: #8f9cae;
    font-size: 0.68rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.pd-spec-label--gold { color: #f3d085; }
.pd-spec-value {
    display: block;
    color: #e2e7ee;
    font-size: 0.84rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.pd-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 10px; }
.pd-contact-request { align-self: stretch; min-width: 0; margin-top: auto; padding: 12px 14px; border: 1px solid rgba(212,155,87,0.28); border-radius: 7px; background: rgba(212,155,87,0.05); text-align: left; box-sizing: border-box; }
.pd-contact-request p { margin: 0 0 8px; color: #b8c1cf; font-size: 0.78rem; }
.pd-contact-request-btn { border: 0; background: transparent; color: #f3d085; font-size: 0.76rem; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.pd-contact-request-btn:hover { color: #fff; }
.pd-variant-picker { position: relative; margin: 4px 0 2px; padding: 11px 12px; border: 1px solid rgba(212,155,87,0.22); border-radius: 8px; background: rgba(9,12,17,0.42); }
.pd-variant-picker > label { display: block; margin-bottom: 8px; color: #9ba9be; font-size: 0.78rem; }
.pd-variant-select-native { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.pd-variant-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.pd-variant-chip { width: auto; min-height: 38px; padding: 8px 13px; background: #0a0d13; border: 1px solid #394152; border-radius: 6px; box-shadow: none; color: #b7c4d7; font-size: 0.76rem; letter-spacing: 0; text-transform: none; }
.pd-variant-chip:hover { transform: translateY(-1px); border-color: rgba(212,155,87,0.72); background: #171b22; box-shadow: none; filter: none; }
.pd-variant-chip.active { border-color: #d49b57; background: linear-gradient(135deg, rgba(154,91,53,0.58), rgba(53,37,26,0.9)); color: #fff; box-shadow: inset 0 1px 0 rgba(255,255,255,0.13), 0 0 0 1px rgba(212,155,87,0.16); }
.pd-variant-chip.active[aria-checked="false"] { border-color: #d49b57; }
.pd-actions .action-button {
    background: transparent !important;
    border: 1px solid rgba(143, 156, 174, 0.35) !important;
    border-radius: 24px !important;
    box-shadow: none;
    color: #9fb1ca !important;
}
.pd-actions .action-button:hover {
    background: rgba(255,255,255,0.04) !important;
    border-color: rgba(212,155,87,0.7) !important;
    color: #f3d085 !important;
    box-shadow: none;
}
        
@media(max-width: 768px) {
    .product-detail-card { padding: 18px; width: 100%; }
    .pd-layout { flex-direction: column; gap: 20px; }
    .pd-gallery-col, .pd-info-col { min-width: 0; width: 100%; }
    .pd-info-col { border-left: 0; border-top: 1px solid rgba(212,155,87,0.2); padding: 20px 0 0; }
    .pd-main-img-container { height: 250px; }
    .pd-title { font-size: 1.35rem; }
}

/* Globaler Delivery Banner */
#globalDeliveryBanner {
    background: linear-gradient(90deg, #d49b57, #9a5b35);
    color: #fff; text-align: center; padding: 12px 20px; font-weight: bold; font-size: 0.95rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); z-index: 100;
}

/* --- NEU: ZURÜCK-BUTTON IM KONFIGURATOR --- */
.vc-back-btn {
    background: transparent;
    border: 1px solid #4a5568;
    color: #d1d8e0;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    margin-bottom: 20px;
}
.vc-back-btn:hover {
    border-color: #d49b57;
    color: #fff;
    background: rgba(154, 91, 53, 0.1);
}

#page-visual-configurator {
    padding-top: 26px;
}

#vc-main-card {
    max-width: 1180px;
    padding: 28px !important;
    background: linear-gradient(145deg, #1b2029, #11151c 58%);
    border: 1px solid rgba(212,155,87,0.35);
    border-top: 3px solid #d49b57;
    box-shadow: 0 24px 60px rgba(0,0,0,0.45), inset 0 1px 0 rgba(255,255,255,0.04);
}

#vc-main-card > h2 {
    margin: 14px 42px 8px 0;
    font-size: 1.7rem;
}

#vc-main-card > .description {
    max-width: 680px;
    margin-bottom: 26px;
    color: #aebbd0;
}

#vc-engraving-mode-container {
    background: rgba(9,10,15,0.7) !important;
    border-color: rgba(212,155,87,0.32) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.025);
}

#vc-main-card > div[style*="gap: 30px"] {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 24px !important;
    align-items: stretch !important;
}

#vc-main-card > div[style*="gap: 30px"] > div:first-child,
#vc-main-card > div[style*="gap: 30px"] > div:last-child {
    min-width: 0 !important;
    padding: 20px;
    border: 1px solid rgba(143,156,174,0.18);
    border-radius: 10px;
    background: rgba(9,12,17,0.38);
}

#vc-main-card > div[style*="gap: 30px"] > div:first-child {
    background: radial-gradient(circle at top, rgba(212,155,87,0.1), transparent 43%), rgba(7,9,14,0.68);
    border-color: rgba(212,155,87,0.32);
}

#vc-workspace {
    max-width: 440px !important;
    border: 1px solid rgba(212,155,87,0.5);
    box-shadow: 0 18px 40px rgba(0,0,0,0.42), 0 0 0 8px rgba(255,255,255,0.018);
}

#vc-workspace::after {
    content: "";
    position: absolute;
    inset: -20% auto -20% -55%;
    width: 34%;
    background: linear-gradient(90deg, transparent, rgba(255,239,201,0.18), transparent);
    transform: skewX(-18deg) translateX(-30%);
    animation: vcLightSweep 7s ease-in-out infinite;
    pointer-events: none;
    z-index: 30;
}

#vc-main-card .vc-tab-container {
    margin-bottom: 18px;
    background: #0b0e14;
    border-color: rgba(143,156,174,0.23);
}

#vc-main-card .vc-tab-btn {
    min-height: 48px;
    color: #9ba9be;
}

#vc-main-card .vc-tab-btn.active {
    background: linear-gradient(135deg, #46301f, #9a5b35);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}

#vc-main-card .vc-drag-zone {
    min-height: 190px;
    justify-content: center;
    border-color: rgba(212,155,87,0.48);
    background: linear-gradient(145deg, rgba(154,91,53,0.14), rgba(9,10,15,0.72));
}

#vc-main-card .vc-template-item {
    min-height: 88px;
    border-color: rgba(143,156,174,0.22);
    background: #0a0d13;
}

#vc-main-card .vc-template-item:hover {
    border-color: #d49b57;
    background: rgba(154,91,53,0.14);
}

#vc-controls {
    background: linear-gradient(145deg, rgba(154,91,53,0.17), rgba(9,10,15,0.72)) !important;
    border-color: rgba(212,155,87,0.5) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.035);
}

#vc-main-card input[type="range"] {
    accent-color: #d49b57;
}

#vc-main-card #vc-qty {
    max-width: 180px;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-weight: bold;
    border-color: rgba(212,155,87,0.38);
}

#vc-main-card #vcLivePriceBox {
    margin: 0 0 16px !important;
    border-color: rgba(212,155,87,0.5);
    background: linear-gradient(90deg, rgba(154,91,53,0.22), rgba(9,10,15,0.68));
    color: #f3d085;
}

#vc-main-card > div[style*="gap: 30px"] > div:last-child > .btn-gold-anim {
    min-height: 54px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    box-shadow: 0 9px 22px rgba(154,91,53,0.34);
    position: relative;
    overflow: hidden;
}

#vc-main-card > div[style*="gap: 30px"] > div:last-child > .btn-gold-anim::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 -45%;
    width: 28%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.34), transparent);
    transform: skewX(-22deg) translateX(-20%);
    animation: vcLightSweep 5.5s ease-in-out infinite 1.2s;
    pointer-events: none;
}

@keyframes vcLightSweep {
    0%, 28% { transform: skewX(-18deg) translateX(-20%); opacity: 0; }
    32% { opacity: 0.9; }
    48% { transform: skewX(-18deg) translateX(580%); opacity: 0; }
    100% { transform: skewX(-18deg) translateX(580%); opacity: 0; }
}

@media (max-width: 820px) {
    #vc-main-card {
        padding: 20px !important;
    }

    #vc-main-card > div[style*="gap: 30px"] {
        grid-template-columns: 1fr;
    }

    #vc-main-card > div[style*="gap: 30px"] > div:first-child,
    #vc-main-card > div[style*="gap: 30px"] > div:last-child {
        padding: 16px;
    }
}

/* =========================================
   ADMIN BEREICH & AKKORDEONS
   ========================================= */
.table-responsive { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; }
.erp-table { width: 100%; border-collapse: collapse; min-width: 800px; font-size: 0.9rem; }
.erp-table th, .erp-table td { padding: 12px 14px; border: 1px solid #2d3343; text-align: left; }
.erp-table th { background: #0f1115; color: #d49b57; font-size: 0.75rem; text-transform: uppercase; font-family: 'Orbitron', sans-serif; letter-spacing: 1px; }
.erp-table tr:nth-child(even) { background: rgba(255,255,255,0.02); }

.product-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 15px; align-items: start; }
.prod-accordion { background: transparent; border: none; border-radius: 12px; position: relative; }

.accordion-header { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #11141c; border: 1px solid #2d3343; border-radius: 12px; cursor: pointer; transition: all 0.2s ease; }
.accordion-header:hover { border-color: #9a5b35; }
.accordion-header.active { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border-bottom: none; background: #1a1e29; }

.accordion-content { padding: 12px; border: 1px solid #2d3343; border-top: none; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; background: #090a0f; display: none; box-shadow: 0 5px 20px rgba(0,0,0,0.5); }
.accordion-content.active { display: block; }

.arrow-icon { font-size: 1.2rem; transition: transform 0.3s; color:#d49b57; font-weight:bold; }
.arrow-icon.active { transform: rotate(180deg); }

.prod-grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.prod-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.responsive-form-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 10px; align-items: flex-end; margin-top: 15px; }

.lang-tabs { display: flex; gap: 6px; margin-bottom: 12px; border-bottom: 1px solid #2d3343; padding-bottom: 8px; }
.lang-tab { background: #161920; border: 1px solid #2d3343; color: #8f9cae; padding: 6px 12px; font-size: 0.8rem; border-radius: 6px; cursor: pointer; font-weight: bold; }
.lang-tab.active { background: linear-gradient(135deg, #5c331a, #9a5b35); color: #fff; border-color: #9a5b35; }
.lang-pane { display: none; }
.lang-pane.active { display: block; }

.zone-canvas-container { 
    position: relative; 
    display: flex; 
    justify-content: center;
    width: 100%; 
    max-width: 450px; 
    max-height: 350px; 
    background: #000; 
    border-radius: 8px; 
    overflow: auto; 
    border: 1px solid #2d3343; 
    margin-top: 8px; 
}
.zone-canvas-container canvas { 
    width: auto; 
    max-width: 100%; 
    height: auto; 
    max-height: 100%; 
    display: block; 
    cursor: crosshair; 
    object-fit: contain; 
}

.configurator-sub-box { border-left: 2px dashed #9a5b35; padding-left: 15px; margin-top: 8px; margin-bottom: 8px; display: none; }

@media (max-width: 1100px) {
    .erp-grid-2 { grid-template-columns: 1fr; }
    .product-list { grid-template-columns: 1fr; }
    .header-bar { flex-direction: column; align-items: flex-start; gap: 15px; }
    .prod-grid-3, .prod-grid-2 { grid-template-columns: 1fr; }
    .accordion-header { flex-direction: column; align-items: flex-start; gap: 10px; }
    .accordion-header > div { width: 100%; display: flex; justify-content: space-between; }
}

@media (min-width: 1200px) {
    .accordion-content form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: start;
    }
    
    .accordion-content form > .prod-card-header,
    .accordion-content form > .prod-card-footer,
    .accordion-content form > button.gemini-btn,
    .accordion-content form > div:first-of-type {
        grid-column: 1 / -1;
    }
}
