/* Unibee Blog + Homepage Extra Styles */

/* ═══ HOMEPAGE KATEGORIEN ═══ */
.hp-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-top:2.5rem}
.hp-cat{display:flex;flex-direction:column;background:#fff;border-radius:16px;padding:2rem 1.5rem;border:1px solid #e2e8f0;text-decoration:none !important;transition:all .35s;overflow:hidden;position:relative}
.hp-cat::after{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0f5e5a,#c4a676);opacity:0;transition:opacity .3s}
.hp-cat:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(0,0,0,.06);border-color:#cbd5e1}
.hp-cat:hover::after{opacity:1}
.hp-cat-icon{font-size:2rem;margin-bottom:1rem}
.hp-cat h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}
.hp-cat p{font-size:.8125rem;color:#94a3b8;margin:0;line-height:1.5}

/* ═══ HOMEPAGE TOP PROGRAMME ═══ */
.hp-top3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2.5rem}
.hp-prog{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;text-decoration:none !important;transition:all .35s;position:relative}
.hp-prog:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.08)}
.hp-prog img{width:100%;height:220px;object-fit:cover;transition:transform .4s}
.hp-prog:hover img{transform:scale(1.04)}
.hp-prog-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#c4a676,#a8865a);color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.375rem .875rem;border-radius:100px;z-index:2;box-shadow:0 4px 12px rgba(168,134,90,.3)}
.hp-prog-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.hp-prog-stars{font-size:.75rem;color:#f59e0b;margin-bottom:.5rem}
.hp-prog h3{font-size:1.125rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}
.hp-prog-meta{font-size:.8125rem;color:#64748b;margin-bottom:1rem}
.hp-prog-price{font-size:1.5rem;font-weight:800;color:#0f5e5a;letter-spacing:-.02em}

/* ═══ BLOG GRID ═══ */
.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}
.blog-card{display:flex;flex-direction:column;background:#fff;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;text-decoration:none !important;transition:all .35s}
.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.06)}
.blog-card-img{overflow:hidden;max-height:200px}
.blog-card-img img{width:100%;height:200px;object-fit:cover;transition:transform .4s}
.blog-card:hover .blog-card-img img{transform:scale(1.04)}
.blog-card-body{padding:1.5rem;flex:1;display:flex;flex-direction:column}
.blog-card-cat{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#0f5e5a;margin-bottom:.5rem}
.blog-card-cat a{color:#0f5e5a !important;text-decoration:none !important}
.blog-card h3{font-size:1.0625rem;font-weight:700;color:#0f172a;margin:0 0 .5rem;line-height:1.3}
.blog-card p{font-size:.8125rem;color:#94a3b8;flex:1;margin:0 0 .75rem;line-height:1.5}
.blog-card-meta{font-size:.6875rem;color:#cbd5e1;margin-top:auto}

/* ═══ BLOG PAGINATION ═══ */
.blog-pag{text-align:center;margin-top:3rem}
.blog-pag .page-numbers{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;font-size:.875rem;font-weight:600;color:#64748b;background:#fff;border:1px solid #e2e8f0;margin:0 .25rem;transition:all .2s;text-decoration:none}
.blog-pag .page-numbers:hover,.blog-pag .page-numbers.current{background:#0f5e5a;color:#fff;border-color:#0f5e5a}
.blog-pag .prev,.blog-pag .next{width:auto;padding:0 1rem;font-size:.8125rem}

/* ═══ SINGLE POST ═══ */
.post-meta{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:1rem;font-size:.8125rem;color:#94a3b8}
.post-meta .tag{margin-bottom:0}
.post-author{color:#0f5e5a;font-weight:600}
.post-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#0f172a;line-height:1.15;letter-spacing:-.03em;margin-bottom:2rem}
.post-hero-img{margin-bottom:2.5rem;border-radius:16px;overflow:hidden}
.post-img{width:100%;height:auto;display:block}
.post-content{font-size:1.0625rem;line-height:1.8;color:#334155;opacity:1 !important;transform:none !important;visibility:visible !important}
.post-content h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin:2.5rem 0 1rem;padding-bottom:.75rem;border-bottom:2px solid #f0fdf9}
.post-content h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:2rem 0 .75rem}
.post-content p{margin-bottom:1.25rem}
.post-content a{color:#0f5e5a;font-weight:500;border-bottom:1px solid #e6f5f5;transition:border-color .2s}
.post-content a:hover{border-color:#0f5e5a}
.post-content ul,.post-content ol{margin:1rem 0 1.5rem 1.5rem}
.post-content li{margin-bottom:.5rem;color:#475569}
.post-content blockquote{background:#f0fdf9;border-left:3px solid #0f5e5a;border-radius:0 12px 12px 0;padding:1.25rem 1.5rem;margin:1.5rem 0;font-style:italic;color:#334155}
.post-content img{border-radius:12px;margin:1.5rem 0;max-width:100%;height:auto}
/* YouTube Embeds responsive */
.post-content iframe[src*="youtube"],.post-content iframe[src*="youtu.be"]{width:100%;aspect-ratio:16/9;height:auto;border-radius:12px;margin:1.5rem 0;border:none}
.post-content .wp-block-embed,.post-content .fluid-width-video-wrapper{position:relative;width:100%;margin:1.5rem 0}
/* Kaputte/leere iframes verstecken */
.post-content iframe:not([src]),.post-content iframe[src=""],.post-content iframe[src="about:blank"]{display:none}

/* Divi-Reste im Post-Content neutralisieren — gezielt, kein all:unset */
.post-content .et_pb_section{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;float:none !important;background:none !important}
.post-content .et_pb_row{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important;float:none !important}
.post-content .et_pb_column{width:100% !important;max-width:100% !important;float:none !important;margin:0 !important;padding:0 !important}
.post-content .et_pb_module,.post-content .et_pb_text_inner{width:100% !important;max-width:100% !important;margin:0 !important;padding:0 !important}
.post-content .et_pb_image img{border-radius:12px;margin:1.5rem 0}
.post-content [class*="et_pb"]{background:none !important;border:none !important;box-shadow:none !important;position:static !important;float:none !important;display:block !important;visibility:visible !important;opacity:1 !important;overflow:visible !important;height:auto !important}

/* Alte Bestellformulare, Buttons, CTAs aus Posts entfernen */
.post-content .et_pb_button_module_wrapper,
.post-content .et_pb_button,
.post-content .et_pb_cta_button,
.post-content .et_pb_promo,
.post-content .et_pb_pricing,
.post-content .et_pb_pricing_table,
.post-content .et_pb_contact_form,
.post-content .et_pb_signup,
.post-content .et_pb_shop,
.post-content .et_pb_wc_add_to_cart,
.post-content .et_pb_code,
.post-content iframe[src*="digistore"],
.post-content iframe[src*="bestellformular"],
.post-content .button-blue,
.post-content .button-green,
.post-content .button-orange,
.post-content a[href*="digistore24.com/product"],
.post-content .wp-block-button,
.post-content .digistore-widget,
.post-content [id*="digistore"],
.post-content [class*="digistore"],
.post-content [class*="bestellformular"],
.post-content [class*="order-form"],
.post-content .su-box,
.post-content .su-button{display:none !important}

/* Alte inline-styled Buttons/Boxen neutralisieren */
.post-content a[style*="background"][style*="color: #fff"],
.post-content a[style*="background"][style*="color:#fff"],
.post-content a[style*="background-color"][style*="padding"]{display:inline;background:none !important;color:#0f5e5a !important;padding:0 !important;border-radius:0 !important;font-weight:600;border-bottom:1px solid #e6f5f5 !important;text-decoration:none !important}
.post-content div[style*="background"][style*="border"][style*="padding"]{background:#f8fafc !important;border:1px solid #e2e8f0 !important;border-radius:12px !important;padding:1.25rem !important}

/* Institut-Hinweis */
.post-institute{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f6f8fb;border-radius:12px;margin-top:2rem;border:1px solid #e2e8f0}
.post-institute strong{font-size:.9375rem;color:#0f172a;display:block}
.post-institute span{font-size:.8125rem;color:#64748b;display:block}

/* ═══ BREADCRUMBS ═══ */
.breadcrumbs{font-size:.8125rem;color:#94a3b8;margin-bottom:1.5rem}
.breadcrumbs a{color:#64748b;transition:color .2s}
.breadcrumbs a:hover{color:#0f5e5a}
.bc-sep{margin:0 .5rem;color:#cbd5e1}

/* ═══ BLOG FILTER BAR ═══ */
.blog-filter-bar{background:#fff;border-bottom:1px solid #e2e8f0;padding:1rem 0;position:sticky;top:56px;z-index:90}
.blog-filters{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:.25rem 0}
.blog-filters::-webkit-scrollbar{display:none}
.blog-filter{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:100px;font-size:.8125rem;font-weight:600;color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;white-space:nowrap;transition:all .2s;flex-shrink:0}
.blog-filter:hover{color:#0f5e5a;border-color:#0f5e5a;background:#f0fdf9}
.blog-filter--active{color:#fff;background:#0f5e5a;border-color:#0f5e5a}
.blog-filter--active:hover{color:#fff;background:#0a4a48}
.blog-filter-icon{font-size:.875rem}

/* ═══ BLOG PRODUKT-HINWEIS ═══ */
.blog-product-hint{background:linear-gradient(135deg,#f0fdf9,#f8fafc);border-bottom:1px solid #e2e8f0;padding:1rem 0}
.blog-hint-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}
.blog-hint-inner strong{color:#0f172a;font-size:.875rem}
.blog-hint-inner span{color:#64748b;font-size:.8125rem}

/* ═══ BLOG CLUSTER HUB ═══ */
.blog-cluster-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}
.blog-cluster-head>div{display:flex;align-items:center;gap:.75rem}
.blog-cluster-icon{font-size:1.5rem}
.blog-cluster-title{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0}
.blog-cluster-count{font-size:.75rem;color:#94a3b8;font-weight:500;background:#f1f5f9;padding:.25rem .625rem;border-radius:100px}
.blog-cluster-more{font-size:.8125rem;font-weight:600;color:#0f5e5a;transition:color .2s}
.blog-cluster-more:hover{color:#0a4a48}
.blog-grid--3{grid-template-columns:repeat(3,1fr)}

/* ═══ POST PRODUKT-CTA ═══ */
.post-product-cta{background:linear-gradient(135deg,#f0fdf9,#f8fafc);border:1px solid #d1e7dd;border-radius:16px;padding:2rem;margin-top:2.5rem}
.post-product-chip{display:inline-block;background:#0f5e5a;color:#fff;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:.25rem .75rem;border-radius:100px;margin-bottom:.75rem}
.post-product-cta h3{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}
.post-product-cta p{font-size:.875rem;color:#475569;margin:0 0 1.25rem;line-height:1.6}
.post-product-actions{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}

/* ═══ LOGIN PAGE ═══ */
.login-box{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2.5rem;box-shadow:0 8px 32px rgba(0,0,0,.06);text-align:center}
.login-icon{font-size:2.5rem;margin-bottom:1rem}
.login-title{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0 0 .5rem}
.login-sub{font-size:.9375rem;color:#64748b;margin:0 0 2rem}
.login-box input[type="text"],.login-box input[type="password"],.login-box input[type="email"]{width:100%;padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .2s;background:#f8fafc;color:#0f172a;margin-bottom:1rem}
.login-box input[type="text"]:focus,.login-box input[type="password"]:focus{outline:none;border-color:#0f5e5a;box-shadow:0 0 0 3px rgba(15,94,90,.1);background:#fff}
.login-box input[type="submit"]{width:100%;padding:1rem;background:linear-gradient(135deg,#0f5e5a,#0a4a48);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:all .3s;margin-top:.5rem}
.login-box input[type="submit"]:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(15,94,90,.3)}
.login-box label{display:block;font-size:.8125rem;font-weight:600;color:#334155;margin-bottom:.375rem;text-align:left}
.login-box p{margin-bottom:.25rem}
.login-box .login-remember{display:flex;align-items:center;gap:.5rem;margin:1rem 0;font-size:.8125rem;color:#64748b;justify-content:flex-start}
.login-box .login-remember input{width:auto;margin:0}
.login-footer{margin-top:1.5rem;padding-top:1rem;border-top:1px solid #f1f5f9}
.login-footer a{color:#0f5e5a;font-size:.8125rem;font-weight:500}
.login-actions{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}
.login-link{color:#64748b;font-size:.8125rem;text-align:center}
.login-help{text-align:center;margin-top:2rem;padding:1.5rem;background:#f8fafc;border-radius:14px;border:1px solid #f1f5f9}
.login-help p{font-size:.8125rem;color:#64748b;margin:0 0 .75rem}

/* Login Form Wrap — DigiMember Formular schön stylen, NICHT verstecken */
.login-form-wrap{text-align:left}
.login-form-wrap input[type="text"],.login-form-wrap input[type="password"],.login-form-wrap input[type="email"]{width:100% !important;padding:.875rem 1rem !important;border:2px solid #e2e8f0 !important;border-radius:10px !important;font-size:1rem !important;font-family:inherit !important;background:#f8fafc !important;color:#0f172a !important;margin-bottom:1rem !important;box-sizing:border-box !important}
.login-form-wrap input[type="text"]:focus,.login-form-wrap input[type="password"]:focus{border-color:#0f5e5a !important;box-shadow:0 0 0 3px rgba(15,94,90,.1) !important;background:#fff !important;outline:none !important}
.login-form-wrap input[type="submit"],.login-form-wrap button[type="submit"],.login-form-wrap .et_pb_button,.login-form-wrap [class*="button"]{display:block !important;width:100% !important;padding:1rem !important;background:linear-gradient(135deg,#0f5e5a,#0a4a48) !important;color:#fff !important;border:none !important;border-radius:10px !important;font-size:1rem !important;font-weight:700 !important;font-family:inherit !important;cursor:pointer !important;transition:all .3s !important;text-align:center !important;margin-top:.5rem !important;text-decoration:none !important}
.login-form-wrap input[type="submit"]:hover,.login-form-wrap button[type="submit"]:hover,.login-form-wrap .et_pb_button:hover{transform:translateY(-2px) !important;box-shadow:0 8px 24px rgba(15,94,90,.3) !important}
.login-form-wrap label{display:block !important;font-size:.8125rem !important;font-weight:600 !important;color:#334155 !important;margin-bottom:.375rem !important}
.login-form-wrap p{margin-bottom:.75rem !important}
.login-form-wrap a{color:#0f5e5a !important;font-size:.8125rem !important}
/* Divi-Wrapper im Login NICHT verstecken */
.login-form-wrap [class*="et_pb"]{display:block !important;background:none !important;border:none !important;box-shadow:none !important;padding:0 !important;margin:0 !important;max-width:100% !important}

/* ═══ TABLE OF CONTENTS (auto-generiert für Posts mit 3+ H2s) ═══ */
.toc{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem 2rem;margin-bottom:2.5rem}
.toc-title{display:block;font-size:.9375rem;color:#0f172a;margin-bottom:.75rem}
.toc ol{margin:0;padding:0 0 0 1.25rem;counter-reset:toc}
.toc li{margin-bottom:.5rem;font-size:.875rem;color:#64748b;line-height:1.4}
.toc a{color:#0f5e5a;text-decoration:none;font-weight:500}
.toc a:hover{text-decoration:underline}

/* ═══ FACHLICH GEPRÜFT BADGE ═══ */
.reviewed-badge{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;background:#f0fdf9;border:1px solid #d1e7dd;border-radius:10px;padding:.75rem 1rem;margin-bottom:2rem;font-size:.75rem;color:#0f5e5a}
.reviewed-badge a{color:#0f5e5a;font-weight:600}
.reviewed-badge span:last-child{color:#64748b}

/* ═══ ABOUT — Qualifikationen ═══ */
.about-quals{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem}
.about-qual{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem 1.5rem;transition:border-color .2s}
.about-qual:hover{border-color:#0f5e5a}
.about-qual strong{display:block;font-size:1rem;color:#0f172a;margin-bottom:.375rem}
.about-qual span{font-size:.8125rem;color:#64748b;line-height:1.5}

/* ═══ STIMME TESTEN ═══ */
.stimme-player{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:2rem;box-shadow:0 4px 24px rgba(0,0,0,.04)}
.stimme-player-head{display:flex;align-items:center;gap:1rem}
.stimme-avatar{border-radius:50%;width:64px;height:64px;object-fit:cover;border:3px solid rgba(196,166,118,.2)}
.stimme-features{display:flex;flex-direction:column;gap:1.25rem}
.stimme-feature{display:flex;gap:1rem;align-items:flex-start}
.stimme-feature-icon{font-size:1.5rem;flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#f0fdf9;border-radius:12px}
.stimme-feature strong{display:block;font-size:.9375rem;color:#0f172a;margin-bottom:.25rem}
.stimme-feature p{font-size:.8125rem;color:#64748b;margin:0;line-height:1.5}
.stimme-quote{background:#f0fdf9;border-radius:16px;padding:2rem;border-left:4px solid #0f5e5a}
.stimme-quote blockquote{font-size:1.0625rem;color:#334155;font-style:italic;line-height:1.7;margin:0 0 .75rem}
.stimme-quote cite{font-size:.8125rem;color:#64748b;font-style:normal}

/* ═══ HOMEPAGE CATEGORY CARD COUNT ═══ */
.hp-cat-count{display:block;font-size:.75rem;font-weight:600;color:#0f5e5a;margin-top:auto;padding-top:.75rem}

/* ═══ NAVIGATION DROPDOWN ═══ */
.ub-nav-dd{position:relative}
.ub-nav-dd-trigger{cursor:pointer}
.ub-nav-dd-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.12),0 0 0 1px rgba(0,0,0,.04);padding:.75rem;min-width:260px;opacity:0;visibility:hidden;pointer-events:none;transition:all .25s cubic-bezier(.4,0,.2,1);z-index:200}
.ub-nav-dd-menu::before{content:'';position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:12px;height:12px;background:#fff;border-radius:2px;rotate:45deg;box-shadow:-1px -1px 0 rgba(0,0,0,.04)}
.ub-nav-dd:hover .ub-nav-dd-menu,.ub-nav-dd-menu:hover{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.ub-dd-item{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem;border-radius:8px;font-size:.8125rem;font-weight:500;color:#334155;transition:all .15s;white-space:nowrap}
.ub-dd-item:hover{background:#f0fdf9;color:#0f5e5a}
.ub-dd-icon{font-size:1rem;width:1.5rem;text-align:center;flex-shrink:0}

/* ═══ MOBILE BURGER + NAV HEAD ═══ */
.ub-burger{display:none;background:none;border:none;cursor:pointer;padding:6px;flex-direction:column;gap:4px;z-index:110}
.ub-burger span{display:block;width:20px;height:2px;background:#334155;border-radius:2px;transition:all .3s}
.ub-nav-mobile-head{display:none}
.ub-nav-close{display:none;background:none;border:none;font-size:1.75rem;color:#64748b;cursor:pointer;padding:0;line-height:1}

/* ═══ CATEGORY PAGE ═══ */
.cat-subheading{display:flex;align-items:baseline;gap:1rem;margin:3rem 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f0fdf9}
.cat-subheading:first-child{margin-top:0}
.cat-subheading h3{font-size:1.25rem;font-weight:700;color:#0f172a}
.cat-subcount{font-size:.8125rem;color:#94a3b8;font-weight:500}

.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2rem}

/* Card v5 — Clean Split: helles Bild oben, weißer Text unten */
.cat-card{display:flex;flex-direction:column;border-radius:18px;overflow:hidden;background:#fff;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 16px rgba(0,0,0,.06);border:2px solid #e2e8f0;position:relative}
.cat-card::after{content:'';position:absolute;inset:-2px;border-radius:20px;border:2px solid transparent;background:linear-gradient(135deg,#0f5e5a,#c4a676) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;transition:opacity .4s}
.cat-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px rgba(0,0,0,.1);border-color:transparent}
.cat-card:hover::after{opacity:1}

/* Bild: hell, frisch, volle Farbe */
.cat-card-bg{width:100%;height:180px;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}
.cat-card:hover .cat-card-bg{transform:scale(1.05)}

/* Overlay nicht mehr sichtbar */
.cat-card-ov{display:none}

/* Text auf weißem Hintergrund — 100% lesbar */
.cat-card-content{padding:1.25rem 1.375rem 1.375rem;display:flex;flex-direction:column;gap:.25rem;flex:1}
.cat-card-badge{align-self:flex-start;background:linear-gradient(135deg,#c4a676,#a8865a);color:#fff;font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .75rem;border-radius:100px;margin-bottom:.25rem}
.cat-card-content h4{font-size:1.125rem;font-weight:800;color:#0f172a;margin:0;line-height:1.25;letter-spacing:-.02em}
.cat-card-desc{font-size:.8125rem;font-weight:500;color:#64748b !important;margin:.125rem 0 0;line-height:1.5;opacity:1 !important}
.cat-card-foot{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:.875rem}
.cat-card-price{font-size:1.125rem;font-weight:800;color:#0f5e5a}
.cat-card-cta{font-size:.8125rem;font-weight:600;color:#c4a676;transition:all .2s}
.cat-card:hover .cat-card-cta{color:#a8865a}
.cat-card-info{position:absolute;top:.75rem;right:.75rem;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);color:#64748b;font-size:.5625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.25rem .625rem;border-radius:6px;z-index:3;border:1px solid #e2e8f0}

/* ═══ RESPONSIVE ═══ */
/* ═══ HOMEPAGE + BLOG RESPONSIVE ═══ */
@media(max-width:980px){.ub-nav-desktop{display:none !important}.ub-burger{display:flex}}
@media(max-width:900px){
  .hp-cats{grid-template-columns:repeat(2,1fr)}
  .hp-top3{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}
  .cat-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){

  /* ═══ HERO — alle Varianten ═══ */
  .hero[style*="min-height"]{min-height:auto !important;padding-top:5.5rem !important;padding-bottom:3rem !important}
  .hero [style*="min-height"]{min-height:auto !important}
  .hero [style*="display:flex"][style*="align-items:center"]{min-height:auto !important}
  .hero h1{font-size:1.75rem !important}
  .full-img{height:35vh !important;min-height:220px !important;background-attachment:scroll !important}

  /* ═══ GRIDS → 1 Spalte ═══ */
  [style*="grid-template-columns: 1fr 1fr"],[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr !important;gap:2rem !important}
  .hp-cats{grid-template-columns:1fr}
  .blog-grid{grid-template-columns:1fr}
  .blog-grid--3{grid-template-columns:1fr !important}
  .reviews{grid-template-columns:1fr !important}
  .compare{grid-template-columns:1fr !important}
  .cat-grid{grid-template-columns:1fr}

  /* ═══ BLOG ═══ */
  .blog-hint-inner{flex-direction:column;text-align:center;gap:.75rem}
  .blog-cluster-head{flex-direction:column;align-items:flex-start;gap:.5rem}
  .blog-filter-bar{top:56px}
  .blog-filters{padding:0 .25rem}
  .post-product-actions{flex-direction:column;align-items:stretch}
  .post-product-cta{padding:1.5rem}

  /* ═══ ABOUT ═══ */
  .ub-about .hero [style*="display:flex"]{flex-direction:column !important;text-align:center}
  .ub-about .hero img[style*="border-radius:50%"]{width:100px !important;height:100px !important}

  /* ═══ CATEGORY ═══ */
  .cat-card-bg{height:150px}

  /* ═══ LOGIN ═══ */
  .login-box{padding:1.75rem 1.25rem}
  .login-title{font-size:1.5rem}

  /* ═══ STIMME ═══ */
  .stimme-player{padding:1.5rem}

  /* ═══ GLOBAL ═══ */
  .breadcrumbs{font-size:.75rem}
  .sec{padding:2.5rem 0}
  .wrap{padding:0 1.25rem}
}
