/* Rock Dark – Jackpoetheit.com */
:root{--bg:#0f0f0f;--surface:#1a1a1a;--text:#e5e5e5;--muted:#a3a3a3;--accent:#e11d48;--border:#262626}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Segoe UI',system-ui,sans-serif;background:var(--bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60'%3E%3Cpath fill='none' stroke='rgba(225,29,72,0.06)' stroke-width='.6' d='M0 0l60 60M60 0L0 60'/%3E%3Crect x='25' y='25' width='10' height='10' fill='rgba(225,29,72,0.03)' transform='rotate(45 30 30)'/%3E%3C/svg%3E");background-size:60px 60px;color:var(--text);line-height:1.6;min-height:100vh;position:relative}
body::before{content:'';position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(ellipse 70% 50% at 50% 50%,rgba(225,29,72,.04) 0%,transparent 55%)}
@keyframes rose-glow{0%,100%{box-shadow:0 0 0 1px var(--accent)}50%{box-shadow:0 0 20px rgba(225,29,72,.25),0 0 0 1px var(--accent)}}
.strip{background:var(--surface);border-bottom:1px solid var(--border);padding:.5rem 1.5rem;font-size:.85rem;display:flex;flex-wrap:wrap;gap:1rem}
.strip a{color:var(--muted);text-decoration:none}.strip a:hover{color:var(--accent)}
.header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--border);padding:1rem 1.5rem}
.header-inner{max-width:1000px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}
.logo{font-size:1.35rem;font-weight:700;color:var(--text);text-decoration:none}.logo:hover{color:var(--accent)}
.logo .age{color:#e11d48;font-size:.75em;margin-left:.25rem}
.nav{display:flex;flex-wrap:wrap;gap:.5rem}
.nav a{padding:.45rem .9rem;color:var(--muted);text-decoration:none;font-size:.9rem;border-radius:8px;transition:color .2s,background .2s}
.nav a:hover{color:var(--accent);background:var(--surface)}
.main{max-width:1000px;margin:0 auto;padding:2rem 1.5rem 3rem}
.hero{text-align:center;padding:2.5rem 1rem;margin-bottom:2rem;border:1px solid var(--border);border-radius:12px;background:var(--surface)}
.hero h1{font-size:clamp(1.4rem,3.5vw,2rem);margin-bottom:.75rem;color:var(--text);font-weight:700}
.hero p{color:var(--muted);font-size:1rem;max-width:520px;margin:0 auto}
.section-title{font-size:1.2rem;font-weight:700;margin-bottom:1.25rem;color:var(--text)}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem}
/* Showcase 10: Minimal row – logo, name, score, CTA */
.grid.showcase-minimal{grid-template-columns:1fr;gap:.6rem}
.grid.showcase-minimal .card{display:flex;align-items:center;gap:1.25rem;padding:1rem 1.25rem;border-radius:10px}
.grid.showcase-minimal .card-head{margin-bottom:0;flex:1;min-width:0}
.grid.showcase-minimal .card-head img{height:32px}
.grid.showcase-minimal .card-head h2{font-size:1rem;margin:0}
.grid.showcase-minimal .card-meta,.grid.showcase-minimal .card p{display:none}
.grid.showcase-minimal .card-num{font-size:1.25rem;font-weight:800;color:var(--accent);min-width:2.5rem;text-align:right}
.card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.5rem;transition:border-color .25s,box-shadow .3s,transform .2s}
.card:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 8px 28px rgba(225,29,72,.18);transform:translateY(-2px);animation:rose-glow 2s ease-in-out infinite}
.card-head{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}
.card-head img{height:40px;width:auto;max-width:120px;object-fit:contain}
.card-head h2{font-size:1.1rem;font-weight:700;color:var(--text)}
.card-meta{font-size:.8rem;color:var(--muted);margin-bottom:.75rem}
.card p{font-size:.9rem;color:var(--muted);margin-bottom:1rem}
.card-cta{display:inline-block;padding:.5rem 1rem;background:var(--accent);color:#fff;text-decoration:none;font-weight:600;font-size:.88rem;border-radius:8px;transition:background .2s}
.card-cta:hover{background:#be123c;box-shadow:0 4px 24px rgba(225,29,72,.5)}
.card-cta{transition:background .2s,box-shadow .25s}
.rg-box{margin-top:2.5rem;padding:1.75rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}
.rg-box h2{font-size:1.15rem;margin-bottom:.75rem;color:var(--text)}
.rg-box p,.rg-box li{font-size:.95rem;color:var(--muted)}.rg-box ul{margin-left:1.25rem;margin-top:.5rem}
.faq-block{margin-top:2rem}
.faq-block details{margin-bottom:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;overflow:hidden}
.faq-block summary{padding:1rem 1.25rem;cursor:pointer;font-weight:600;color:var(--text)}.faq-block summary:hover{color:var(--accent)}
.faq-block .ans{padding:1rem 1.25rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--muted)}
.footer{margin-top:3rem;padding:2rem 1.5rem;background:var(--surface);border-top:1px solid var(--border)}
.footer-inner{max-width:1000px;margin:0 auto;text-align:center}
.footer .regs{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem}
.footer .regs a{display:inline-flex;align-items:center;gap:.5rem;color:var(--muted);text-decoration:none;font-size:.85rem}
.footer .regs a:hover{color:var(--accent)}.footer .regs img{height:22px;width:auto}
.footer .links{margin-bottom:1rem}
.footer .links a{color:var(--muted);text-decoration:none;font-size:.88rem;margin:0 .5rem}.footer .links a:hover{color:var(--accent)}
.footer .legal{font-size:.8rem;color:var(--muted)}
.page-content{max-width:720px;margin:0 auto;padding:2rem 1.5rem 3rem}
.page-content h1{font-size:1.65rem;margin-bottom:1rem;color:var(--text)}
.page-content h2{font-size:1.15rem;margin:1.5rem 0 .5rem;color:var(--accent)}
.page-content p,.page-content li{margin-bottom:.75rem;color:var(--muted)}.page-content ul{margin-left:1.25rem}.page-content a{color:var(--accent)}
.cookie-bar{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:999;background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem;display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;box-shadow:0 4px 24px rgba(0,0,0,.3)}
.cookie-bar p{flex:1;min-width:200px;font-size:.9rem;color:var(--muted)}
.cookie-bar button{padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600}
#accept-cookies{background:var(--accent);color:#fff;border:none}
#decline-cookies{background:var(--bg);color:var(--muted);border:1px solid var(--border)}
.site-header{position:sticky;top:0;z-index:100;background:var(--bg);border-bottom:1px solid var(--accent);padding:1rem 1.5rem}
.brand{font-size:1.35rem;font-weight:700;color:var(--text)}.header-18{color:var(--accent);font-size:.75em}
.site-footer{margin-top:3rem;padding:2rem 1.5rem;background:var(--surface);text-align:center}
.site-footer .regulators a,.site-footer .footer-links a{color:var(--muted);text-decoration:none}
.text-page{max-width:720px;margin:0 auto;padding:2rem 1.5rem 3rem}
.disclaimer-jack{position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.85);display:flex;align-items:center;justify-content:center;padding:1.5rem;pointer-events:auto}
.disclaimer-jack[hidden]{display:none!important}
.disclaimer-jack-wrap{max-width:380px;background:var(--surface);border:2px solid var(--accent);border-radius:12px;padding:2rem;text-align:center}
.disclaimer-jack-lead{font-size:1.2rem;font-weight:700;color:var(--accent);margin-bottom:.75rem}
.disclaimer-jack p{font-size:.9rem;color:var(--muted);margin-bottom:1rem;line-height:1.5}
.disclaimer-jack-actions{display:flex;flex-direction:column;gap:.5rem}
.disclaimer-jack-actions button{padding:.7rem 1rem;border-radius:8px;cursor:pointer;font-weight:600}
#disclaimer-enter{background:var(--accent);color:#fff;border:none}
#disclaimer-leave{background:transparent;color:var(--muted);border:1px solid var(--border)}
.info-jack-strip{padding:1rem 1.25rem;background:var(--surface);border-bottom:2px solid var(--accent);margin-bottom:1rem;font-size:.9rem;color:var(--muted)}
.info-jack-strip-last{margin-top:1.5rem;margin-bottom:0;border-bottom:none;border-top:2px solid var(--accent)}
.info-jack-two{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.info-jack-two div{padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:10px}
.info-jack-two h3{font-size:1rem;color:var(--accent);margin-bottom:.5rem}
.info-jack-two p{font-size:.88rem;color:var(--muted);margin:0}
.info-jack-bullets{padding:1rem 1.25rem;margin-bottom:1.5rem;border-left:4px solid var(--accent);background:rgba(225,29,72,.06);border-radius:0 8px 8px 0}
.info-jack-bullets h3{font-size:.95rem;margin-bottom:.5rem;color:var(--text)}
.info-jack-bullets ul{margin:0 0 0 1rem;font-size:.88rem;color:var(--muted)}
.info-jack-three{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.5rem}
.info-jack-t{padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px}
.info-jack-t h4{font-size:.9rem;color:var(--accent);margin-bottom:.4rem}
.info-jack-t p{font-size:.82rem;color:var(--muted);margin:0}
@media (max-width:650px){.info-jack-two,.info-jack-three{grid-template-columns:1fr}}
.intro-twocol-jack{display:grid;grid-template-columns:1.2fr 1fr;gap:1.5rem;margin-bottom:2rem}
@media (max-width:650px){.intro-twocol-jack{grid-template-columns:1fr}}
.intro-twocol-jack .left{padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:12px}
.intro-twocol-jack .left h3{font-size:1.05rem;color:var(--accent);margin-bottom:.5rem}
.intro-twocol-jack .left p{font-size:.9rem;color:var(--muted);margin:0;line-height:1.55}
.intro-twocol-jack .right{padding:1.25rem;border-left:4px solid var(--accent);background:rgba(225,29,72,.06);border-radius:0 10px 10px 0}
.intro-twocol-jack .right h3{font-size:.95rem;margin-bottom:.5rem;color:var(--text)}
.intro-twocol-jack .right ul{margin:0 0 0 1rem;font-size:.88rem;color:var(--muted)}
.support-bar-jack{display:flex;flex-wrap:wrap;gap:1rem;padding:1.25rem;margin:2rem 0;background:var(--surface);border:2px solid var(--border);border-radius:12px;justify-content:space-around}
.support-bar-jack .item{flex:1;min-width:120px;text-align:center}
.support-bar-jack .item strong{display:block;font-size:.9rem;color:var(--accent);margin-bottom:.25rem}
.support-bar-jack .item span{font-size:.8rem;color:var(--muted)}
.header-jack .header-inner{flex-direction:row-reverse}
.header-jack-nav-left{order:0}
.header-jack .logo{order:1}
.header-jack-centered .header-inner{flex-direction:column;align-items:center}
.header-jack-centered .logo{order:0;margin-bottom:.5rem}
.nav-jack-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}
.header-info-jack{max-width:760px;width:100%;padding:.7rem 1rem;border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:8px;background:var(--surface);text-align:center}
.header-info-jack p{margin:0;font-size:.85rem;line-height:1.45;color:var(--muted)}
.header-info-jack p + p{margin-top:.2rem}
.header-info-jack strong{color:var(--text)}
.footer-jack .footer-inner{text-align:center}
.footer-jack-legal-first{margin-bottom:1rem}
.footer-jack-row{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}
.footer-jack .regs,.footer-jack .links{margin-bottom:0}
.footer-jack-grid .footer-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;text-align:left;max-width:900px;margin-left:auto;margin-right:auto}
.footer-jack-cell h4{font-size:.8rem;color:var(--accent);margin-bottom:.5rem;text-transform:uppercase}
.footer-jack-grid .regs,.footer-jack-grid .links{display:flex;flex-direction:column;gap:.3rem;margin-bottom:0}
.footer-jack-grid .legal{margin:0;font-size:.8rem}
@media (max-width:600px){.footer-jack-grid .footer-inner{grid-template-columns:1fr;text-align:center}}
.cookie-jack-box{left:50%;transform:translateX(-50%);max-width:360px;flex-direction:column;align-items:stretch;padding:1.25rem}
.cookie-jack-p{margin:0 0 .75rem;min-width:0}
.cookie-jack-btns{display:flex;gap:.5rem}
.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:999;background:var(--surface);border:1px solid var(--accent);padding:1rem;display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}
