/* ============================================================
   Brand-Hub Styles fuer kabelei.de
   Wird vom syron-child Theme ueber wp_enqueue_style geladen.
   Design: weisser Container, borderless Content-Look.
   Headlines erben Theme-Textfarbe (nicht Hausblau).
   Farben: Gruen #05A02F, Rot #e31e24, Hover-Blau #1e73be, Badge-Gold #DC9E2C
   ============================================================ */

.brand-hub {
    max-width: 1100px;
    margin: 30px auto;
    padding: 50px 40px;
    background: #fff;
    border-radius: 12px;
}

/* Alle Sektionen: nur vertikaler Whitespace, keine Boxen, kein Headline-Border */
.brand-hub > section {
    margin: 0 0 60px;
}
.brand-hub > section h2 {
    color: inherit;
    margin: 0 0 25px;
    font-size: 1.8em;
    line-height: 1.3;
}

/* ===== Hero ===== */
.brand-hub-hero {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: center;
    margin-bottom: 50px;
}
.brand-hub-hero--no-logo {
    grid-template-columns: 1fr;
}
.brand-hub-hero__logo-wrap {
    text-align: center;
}
.brand-hub-hero__logo-wrap img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.brand-hub-hero__name {
    color: inherit;
    margin: 0 0 8px;
    font-size: 2.6em;
    line-height: 1.1;
}
.brand-hub-hero__claim {
    font-size: 1.35em;
    color: inherit;
    font-weight: 600;
    margin: 0 0 12px;
    line-height: 1.3;
}
.brand-hub-hero__sub {
    color: #555;
    margin: 0 0 18px;
    font-size: 1.05em;
}
.brand-hub-trust-badges {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}
.brand-hub-trust-badge {
    font-size: 0.92em;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.brand-hub-trust-badge i { font-size: 1.1em; }

/* Bunte Badge-Farben, rotierend pro Position */
.brand-hub-trust-badge:nth-child(6n+1),
.brand-hub-trust-badge:nth-child(6n+1) i { color: #E67E22; } /* Orange */
.brand-hub-trust-badge:nth-child(6n+2),
.brand-hub-trust-badge:nth-child(6n+2) i { color: #27AE60; } /* Grün */
.brand-hub-trust-badge:nth-child(6n+3),
.brand-hub-trust-badge:nth-child(6n+3) i { color: #1E73BE; } /* Blau */
.brand-hub-trust-badge:nth-child(6n+4),
.brand-hub-trust-badge:nth-child(6n+4) i { color: #8E44AD; } /* Lila */
.brand-hub-trust-badge:nth-child(6n+5),
.brand-hub-trust-badge:nth-child(6n+5) i { color: #E91E63; } /* Pink */
.brand-hub-trust-badge:nth-child(6n+6),
.brand-hub-trust-badge:nth-child(6n+6) i { color: #16A085; } /* Teal */

/* ===== Editorial ===== */
.brand-hub-editorial h2 {
    color: inherit;
    margin-top: 0;
}
.brand-hub-editorial__icon {
    float: right;
    font-size: 5rem;
    color: #555;
    opacity: 0.1;
    line-height: 1;
    margin: 0 0 20px 30px;
}
.brand-hub-editorial__text {
    font-size: 1.05em;
    line-height: 1.7;
}
.brand-hub-editorial__text p { margin: 0 0 1em; }
.brand-hub-editorial__link { margin-top: 1.2em; font-size: 1.05em; }
.brand-hub-editorial__link a { color: #e31e24; font-weight: 600; }
.brand-hub-editorial__link a:hover { color: #1e73be; }

/* ===== Top-Gruende: borderless Liste mit Stern + Trennlinie ===== */
.brand-hub-top-gruende ul.top5 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.brand-hub-top-gruende ul.top5 li {
    background: none;
    border: none;
    padding: 16px 0 16px 35px;
    margin: 0;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0;
    line-height: 1.6;
}
.brand-hub-top-gruende ul.top5 li:last-child { border-bottom: none; }
.brand-hub-top-gruende .high { color: #05A02F; font-weight: 700; }

/* ===== Produktgruppen ===== */
.brand-hub-group__title {
    color: inherit;
    margin: 0 0 25px;
    font-size: 1.5em;
}
.brand-hub-group__cta {
    margin: 30px 0 0;
    text-align: center;
}
/* CTA-Button erbt vollstaendig vom Theme via .button-Klasse — keine eigenen Styles. */

/* ===== Highlight-Produkte: erben WC-Loop-Styles, Badge ueberlagert ===== */
.brand-hub-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
}
.brand-hub-highlight {
    position: relative;
}
.brand-hub-highlight__badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
    background: #fff;
    color: #DC9E2C;
    font-size: 0.78em;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-transform: none;
    letter-spacing: 0;
    pointer-events: none;
}
.brand-hub-highlight__badge i {
    color: #DC9E2C;
    font-size: 0.95em;
}

/* Highlight-Produkt: Button rot (Theme/WC-Specificity überschreiben),
   Preis 1:1 wie Shop-Seite (.elementor-element-d1f48ef), kurz-Liste 14px */
ul.products.brand-hub-highlights li.product .button {
    background-color: #e31e24 !important;
    color: #FFFFFF !important;
    font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.1px;
    border-style: none;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 10px;
}
ul.products.brand-hub-highlights li.product .button:hover {
    background-color: #1E73BE !important;
    color: #fff !important;
}
ul.products.brand-hub-highlights li.product .price {
    color: #357C9A !important;
    font-size: 1.5em !important;
    font-weight: 400 !important;
    line-height: 1.5em !important;
}
@media (max-width: 1024px) {
    ul.products.brand-hub-highlights li.product .button { font-size: 14px; }
}
.brand-hub-highlight ul.kurz { font-size: 14px; }

/* ===== FAQ: borderless Accordion, rote Pfeile, schwarze Headline ===== */
.brand-hub-faq h2 { color: inherit; }
.brand-hub-faq__list {
    margin: 0;
    border-top: 1px solid #e5e5e5;
}
.brand-hub-faq__item {
    background: none;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
}
.brand-hub-faq__item summary {
    padding: 18px 5px;
    cursor: pointer;
    font-weight: 600;
    color: inherit;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    transition: color 0.15s;
}
.brand-hub-faq__item summary:hover { color: #1e73be; }
.brand-hub-faq__item summary:hover .brand-hub-faq__chevron { color: #1e73be; }
.brand-hub-faq__item summary::-webkit-details-marker { display: none; }
.brand-hub-faq__item summary::marker { display: none; }
.brand-hub-faq__chevron {
    color: #e31e24;
    transition: transform 0.2s, color 0.15s;
    flex-shrink: 0;
    font-size: 0.9em;
}
.brand-hub-faq__item[open] .brand-hub-faq__chevron { transform: rotate(180deg); }
.brand-hub-faq__q-text { flex: 1; }
.brand-hub-faq__answer {
    padding: 0 5px 18px;
    color: #444;
    line-height: 1.6;
}

/* ===== Hersteller-Info: borderless dl-Liste ===== */
.brand-hub-hersteller h2 { color: inherit; }
.brand-hub-hersteller__grid {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    border-radius: 0;
}
.brand-hub-hersteller__grid dl { margin: 0; }
.brand-hub-hersteller__grid dt {
    font-weight: 600;
    color: inherit;
    margin: 0;
    padding: 10px 12px 4px;
    font-size: 0.92em;
}
.brand-hub-hersteller__grid dd {
    margin: 0;
    padding: 0 12px 10px;
    color: #444;
    line-height: 1.5;
}
/* Zebra-Streifen: jede zweite dt/dd-Zeile leicht grau */
.brand-hub-hersteller__grid dt:nth-of-type(even),
.brand-hub-hersteller__grid dt:nth-of-type(even) + dd { background: #f5f5f5; }
.brand-hub-hersteller__grid a { color: #e31e24; }
.brand-hub-hersteller__grid a:hover { color: #1e73be; }

/* ===== News: borderless Tiles ===== */
.brand-hub-news h2 { color: inherit; }
.brand-hub-news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin: 0;
}
.brand-hub-news-card {
    background: none;
    border: none;
    padding: 0;
    border-radius: 0;
    text-decoration: none;
    color: inherit;
    display: block;
}
.brand-hub-news-card:hover .brand-hub-news-card__title { color: #e31e24; }
.brand-hub-news-card__date {
    font-size: 0.8em;
    color: #999;
    margin-bottom: 4px;
    display: block;
}
.brand-hub-news-card__title {
    font-weight: 600;
    color: inherit;
    font-size: 0.98em;
    line-height: 1.35;
    display: block;
    transition: color 0.15s;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
    .brand-hub-hero { grid-template-columns: 1fr; text-align: center; }
    .brand-hub-hersteller__grid { grid-template-columns: 1fr; gap: 25px; }
    .brand-hub-news__grid { grid-template-columns: 1fr; gap: 25px; }
}
