/* ==========================================================================
   Brand SEO Hub — Gold Casino Promo Theme
   Warm amber/black depth · Glossy gold highlights · Zero dependencies
   ========================================================================== */

/* ─── CSS Variables ─────────────────────────────────────────────────────── */
:root {
    --color-bg: #120905;
    --color-bg-alt: #241105;
    --color-bg-card: rgba(255,194,91,.075);
    --color-bg-card-hover: rgba(255,194,91,.13);
    --color-border: rgba(255,198,91,.16);
    --color-border-light: rgba(255,198,91,.3);
    --color-neon-pink: #ff9f1c;
    --color-neon-pink-light: #ffd166;
    --color-neon-blue: #ff7a1a;
    --color-neon-purple: #c8660c;
    --color-section-title-bg: #ffae32;
    --color-section-title-text: #170900;
    --color-text: #ffffff;
    --color-text-dim: rgba(255,246,230,.76);
    --color-text-muted: rgba(255,231,190,.48);
    --color-white: #ffffff;
    --color-green: #00ff88;
    --color-red: #ff3366;
    --color-accent: #ff8a1f;
    --color-accent-hover: #ffc15a;
    --font-system: "Inter", "Montserrat", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
    --radius-sm: 999px;
    --radius-md: 16px;
    --radius-lg: 24px;
    --shadow-sm: 0 0 10px rgba(255,159,28,.22);
    --shadow-md: 0 0 24px rgba(255,159,28,.32);
    --shadow-lg: 0 0 40px rgba(255,159,28,.42);
    --transition: .25s cubic-bezier(.4,0,.2,1);
    --max-width: 1200px;
    --header-height: 68px;
}

/* ─── Reset ─────────────────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-system);font-size:16px;line-height:1.7;color:var(--color-text);background:linear-gradient(180deg,#120905 0%,#241105 48%,#3a1a05 100%);background-attachment:fixed;-webkit-font-smoothing:antialiased;overflow-x:hidden;min-height:100vh}
body::before{content:"";position:fixed;inset:0;background:linear-gradient(120deg,rgba(255,159,28,.08),transparent 34%,rgba(255,209,102,.06) 68%,transparent),linear-gradient(180deg,rgba(255,255,255,.035),transparent 28%);pointer-events:none;z-index:0}
img{max-width:100%;height:auto;display:block}
.ui-icon{width:1.1em;height:1.1em;display:inline-block;vertical-align:-.18em;flex-shrink:0}
a{color:var(--color-neon-pink);text-decoration:none;transition:all var(--transition)}
a:hover{color:var(--color-neon-pink-light);text-shadow:0 0 10px rgba(255,159,28,.42)}
ul,ol{list-style:none}
button,input,select,textarea{font:inherit;color:inherit}
h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:650;color:#fff7e0;letter-spacing:.02em}
h1{font-size:clamp(2rem,4.5vw,3rem);letter-spacing:.03em}
h2{font-size:clamp(1.4rem,3vw,2rem);letter-spacing:.02em}
h3{font-size:clamp(1.1rem,2.5vw,1.4rem)}
h4{font-size:1.05rem}
p{margin-bottom:1em}
p:last-child{margin-bottom:0}

:focus-visible{outline:2px solid var(--color-neon-pink);outline-offset:3px;border-radius:4px}

/* ─── Layout ────────────────────────────────────────────────────────────── */
.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px;position:relative;z-index:1}
.main-content{padding:40px 0}
.section{padding:80px 0;position:relative}
.section--alt{background:rgba(255,255,255,.02)}
.section__header{text-align:center;margin-bottom:48px}
.section__header h2{display:inline-flex;align-items:center;justify-content:center;gap:14px;width:fit-content;max-width:100%;margin:0 auto 14px;padding:14px 24px;background:linear-gradient(135deg,#ffb13b,var(--color-section-title-bg));color:var(--color-section-title-text);border:1px solid rgba(255,255,255,.18);border-radius:18px;font-weight:650;box-shadow:0 14px 34px rgba(255,159,28,.24),0 0 28px rgba(255,159,28,.18);text-shadow:none}
.section-title-with-icon{display:inline-flex;align-items:center;justify-content:center;gap:14px}
.section-title-icon{width:42px;height:42px;padding:10px;border-radius:14px;color:#fff7e0;background:rgba(27,11,0,.18);border:1px solid rgba(27,11,0,.18);box-shadow:inset 0 0 18px rgba(255,255,255,.12);animation:iconFloat 4.8s ease-in-out infinite}
.section__header h2 span{color:inherit}
.section__header h2 .highlight{color:var(--color-section-title-text);text-shadow:none}
.section__subtitle{color:var(--color-text-dim);font-size:.95em;max-width:650px;margin:0 auto;font-weight:300}
.section__action{text-align:center;margin-top:40px}

/* ─── Header ────────────────────────────────────────────────────────────── */
.site-header{position:sticky;top:0;z-index:100;background:rgba(18,9,5,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--color-border);height:var(--header-height)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}
.site-branding{display:flex;align-items:center;gap:12px;flex-shrink:0}
.site-title{font-size:1.4rem;font-weight:600;color:var(--color-white);letter-spacing:.06em}
.site-title a{display:flex;align-items:center;color:var(--color-white)}
.site-title a:hover{color:var(--color-neon-pink-light);text-shadow:0 0 15px rgba(255,159,28,.44)}
.site-title .accent{color:var(--color-neon-pink);text-shadow:0 0 12px rgba(255,159,28,.44)}
.site-logo-img{width:150px;height:auto;max-height:42px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(255,116,23,.26))}

/* ─── Primary Navigation ────────────────────────────────────────────────── */
.primary-nav{display:flex;align-items:center}
.primary-nav__list{display:flex;gap:6px}
.primary-nav__list a{display:flex;align-items:center;gap:7px;padding:8px 16px;color:var(--color-text-dim);font-size:.88em;font-weight:400;border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap;letter-spacing:.03em}
.nav-icon{width:16px;height:16px;color:var(--color-neon-pink-light);opacity:.82;transition:transform var(--transition),opacity var(--transition),color var(--transition)}
.primary-nav__list a:hover .nav-icon,
.primary-nav__list .current-menu-item>a .nav-icon,
.primary-nav__list .current_page_item>a .nav-icon{opacity:1;color:#ffd46a;transform:translateY(-1px) scale(1.08)}
.primary-nav__list a:hover,
.primary-nav__list .current-menu-item>a,
.primary-nav__list .current_page_item>a{color:var(--color-white);background:rgba(255,159,28,.14)}
.primary-nav__list .current-menu-item>a,
.primary-nav__list .current_page_item>a{color:var(--color-neon-pink-light);text-shadow:0 0 10px rgba(255,159,28,.42)}

/* Hamburger */
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:101}
.hamburger span{display:block;width:24px;height:2px;background:var(--color-text);border-radius:2px;transition:all .3s ease}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* ─── Breadcrumb ────────────────────────────────────────────────────────── */
.breadcrumb{padding:14px 0;font-size:.82em;color:var(--color-text-dim);border-bottom:1px solid var(--color-border);margin-bottom:30px}
.breadcrumb ol{display:flex;flex-wrap:wrap;gap:0}
.breadcrumb li{display:flex;align-items:center}
.breadcrumb a{color:var(--color-text-dim)}
.breadcrumb a:hover{color:var(--color-neon-pink-light)}
.breadcrumb-sep{margin:0 8px;color:var(--color-text-muted)}

/* ─── Cards ─────────────────────────────────────────────────────────────── */
.card{background:var(--color-bg-card);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:28px;transition:all var(--transition)}
.card:hover{background:var(--color-bg-card-hover);border-color:var(--color-border-light);transform:translateY(-3px);box-shadow:0 18px 34px rgba(0,0,0,.24),0 0 30px rgba(255,159,28,.18)}
.card--media{position:relative;overflow:hidden}
.card--media::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.11) 42%,transparent 58%);transform:translateX(-120%);transition:transform .75s ease;pointer-events:none}
.card--media:hover::after{transform:translateX(120%)}
.card__media{overflow:hidden;border-radius:12px;margin:-8px -8px 18px;background:rgba(255,255,255,.03)}
.card__media img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform .7s cubic-bezier(.2,.8,.2,1),filter .7s ease}
.card--media:hover .card__media img{transform:scale(1.065);filter:saturate(1.08) contrast(1.05)}
.card__title{font-size:1.05rem;font-weight:400;margin-bottom:8px;color:var(--color-white)}
.card__text{font-size:.88em;color:var(--color-text-dim);line-height:1.6}

/* ─── Buttons ───────────────────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-weight:500;font-size:.93em;border-radius:var(--radius-sm);transition:all var(--transition);cursor:pointer;border:none;text-align:center;text-decoration:none;line-height:1.4;letter-spacing:.03em}
.btn--primary{background:linear-gradient(135deg,#ff8a1f,#ffd166);color:#170900;box-shadow:0 10px 28px rgba(255,138,31,.34),inset 0 1px 0 rgba(255,255,255,.32)}
.btn--primary:hover{background:linear-gradient(135deg,#ff9f1c,#ffe08a);box-shadow:0 14px 36px rgba(255,159,28,.46),inset 0 1px 0 rgba(255,255,255,.38);transform:scale(1.04);color:#170900}
.btn--secondary{background:rgba(255,194,91,.06);color:var(--color-neon-pink-light);border:1px solid rgba(255,209,102,.48);box-shadow:0 0 10px rgba(255,159,28,.16)}
.btn--secondary:hover{background:rgba(255,159,28,.13);box-shadow:0 0 24px rgba(255,159,28,.32);transform:scale(1.04);color:#ffe8a8}
.btn--green{background:linear-gradient(135deg,#ff9f1c,#ffe08a);color:#170900;box-shadow:0 0 20px rgba(255,159,28,.32)}
.btn--green:hover{box-shadow:0 0 32px rgba(255,159,28,.48);transform:scale(1.04)}
.btn--accent{background:linear-gradient(135deg,var(--color-accent),var(--color-accent-hover));color:#170900;box-shadow:0 0 20px rgba(255,138,31,.32)}
.btn--accent:hover{box-shadow:0 0 32px rgba(255,159,28,.48);transform:scale(1.04)}
.btn--sm{padding:10px 22px;font-size:.84em}
.btn--lg{padding:18px 40px;font-size:1em}
.btn--full{width:100%}
.btn-icon{width:17px;height:17px}

/* Register Button */
.btn--register-header{background:linear-gradient(135deg,#ff8a1f,#ffd166);color:#170900;font-weight:700;padding:10px 24px;font-size:.86em;border-radius:var(--radius-sm);margin-left:16px;flex-shrink:0;order:99;box-shadow:0 0 20px rgba(255,159,28,.46),inset 0 1px 0 rgba(255,255,255,.34);animation:register-glow 2s ease-in-out infinite}
@keyframes register-glow{0%,100%{box-shadow:0 0 20px rgba(255,159,28,.46),inset 0 1px 0 rgba(255,255,255,.34)}50%{box-shadow:0 0 36px rgba(255,159,28,.72),0 0 60px rgba(255,209,102,.28),inset 0 1px 0 rgba(255,255,255,.4)}}
.btn--register-header:hover{box-shadow:0 0 40px rgba(255,159,28,.72),inset 0 1px 0 rgba(255,255,255,.4);transform:scale(1.05);animation:none}

.cta-group{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}

/* ─── Grid ──────────────────────────────────────────────────────────────── */
.grid{display:grid;gap:24px}
.grid--2{grid-template-columns:repeat(2,1fr);max-width:900px;margin-left:auto;margin-right:auto}
.grid--3{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}
.grid--4{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}

/* ─── Hero ──────────────────────────────────────────────────────────────── */
.hero{padding:80px 0 60px;text-align:center;position:relative}
.hero::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:min(680px,90vw);height:360px;background:linear-gradient(180deg,rgba(255,159,28,.12),transparent 72%);filter:blur(18px);pointer-events:none}
.hero__content{max-width:850px;margin:0 auto;position:relative;z-index:1}
.hero h1{color:#fff7e0;margin-bottom:20px;font-weight:750;text-shadow:0 10px 28px rgba(0,0,0,.28),0 0 22px rgba(255,159,28,.18)}
.hero__text{font-size:1.05em;color:var(--color-text-dim);margin-bottom:10px;max-width:650px;margin-left:auto;margin-right:auto;font-weight:300}
.hero__badges{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:36px}
.hero__badge{display:flex;align-items:center;gap:8px;padding:10px 20px;background:var(--color-bg-card);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:.82em;color:var(--color-text-dim);font-weight:300}
.hero__badge::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--color-neon-pink);box-shadow:0 0 6px var(--color-neon-pink);flex-shrink:0}

/* Hero Banner */
.hero-banner{width:100%;max-width:800px;margin:36px auto;border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--color-border-light);box-shadow:0 22px 48px rgba(0,0,0,.28),0 0 30px rgba(255,159,28,.16)}
.hero-banner__img{width:100%;height:auto;display:block;border-radius:var(--radius-lg)}

/* Card Icons */
.card-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;background:var(--color-bg-card);backdrop-filter:blur(10px);border:1px solid var(--color-border);margin-bottom:16px;font-size:1.4em;flex-shrink:0;transition:all var(--transition)}
.card-icon--sports{box-shadow:0 0 12px rgba(0,255,136,.2);color:var(--color-green)}
.card-icon--casino{box-shadow:0 0 12px rgba(255,159,28,.22);color:var(--color-neon-pink)}
.card-icon--bonus{box-shadow:0 0 12px rgba(255,209,102,.3);color:var(--color-neon-pink-light)}
.card-icon--mobile{box-shadow:0 0 12px rgba(255,138,31,.22);color:var(--color-accent)}
.card:hover .card-icon--sports{box-shadow:0 0 20px rgba(0,255,136,.4)}
.card:hover .card-icon--casino{box-shadow:0 0 20px rgba(255,159,28,.42)}
.card:hover .card-icon--bonus{box-shadow:0 0 20px rgba(255,209,102,.5)}
.card:hover .card-icon--mobile{box-shadow:0 0 20px rgba(255,138,31,.42)}

/* ─── Bonus Table ───────────────────────────────────────────────────────── */
.bonus-table__wrapper{overflow-x:auto;border:1px solid var(--color-border);border-radius:var(--radius-md);backdrop-filter:blur(10px);background:var(--color-bg-card)}
.bonus-table{width:100%;border-collapse:collapse;font-size:.9em}
.bonus-table th,.bonus-table td{padding:16px 18px;text-align:left;border-bottom:1px solid var(--color-border)}
.bonus-table th{background:rgba(255,159,28,.1);color:var(--color-neon-pink-light);font-weight:600;font-size:.82em;text-transform:uppercase;letter-spacing:.08em}
.bonus-table td{color:var(--color-text);font-weight:300;vertical-align:top}
.bonus-table td:first-child{font-weight:400;color:var(--color-white)}

/* ─── App CTA ───────────────────────────────────────────────────────────── */
.app-cta{background:var(--color-bg-card);backdrop-filter:blur(15px);border:1px solid var(--color-border-light);border-radius:var(--radius-lg);padding:48px;text-align:center;box-shadow:0 18px 38px rgba(0,0,0,.24),0 0 30px rgba(255,159,28,.12)}
.app-cta h3{font-weight:200;margin-bottom:10px}

/* ─── Trust List ────────────────────────────────────────────────────────── */
.trust-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}
.trust-item{display:flex;gap:14px;padding:24px;background:var(--color-bg-card);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all var(--transition)}
.trust-item:hover{border-color:var(--color-border-light);box-shadow:0 0 20px rgba(255,159,28,.14)}
.trust-item__icon{font-size:1.3em;flex-shrink:0;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.04);border-radius:12px}
.trust-item h4{font-size:.95em;font-weight:400;margin-bottom:4px}
.trust-item p{font-size:.82em;color:var(--color-text-dim);margin:0;font-weight:300}

/* ─── FAQ ───────────────────────────────────────────────────────────────── */
.faq-list{max-width:800px;margin:0 auto}
.faq-item{border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:12px;overflow:hidden;background:var(--color-bg-card);backdrop-filter:blur(10px)}
.faq-item__question{width:100%;padding:20px 24px;background:transparent;border:none;color:var(--color-white);font-weight:400;font-size:.95em;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px;transition:all var(--transition);letter-spacing:.02em}
.faq-item__question:hover{background:rgba(255,159,28,.08)}
.faq-item__question::after{content:"+";font-size:1.3em;color:var(--color-neon-pink);transition:transform .3s ease;flex-shrink:0}
.faq-item.open .faq-item__question::after{content:"−";transform:rotate(180deg)}
.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}
.faq-item__answer-inner{padding:0 24px 20px;font-size:.9em;color:var(--color-text-dim);line-height:1.7;font-weight:300}
.faq-item.open .faq-item__answer{max-height:500px}
.faq-item.open .faq-item__answer-inner{padding:0 24px 20px}

/* ─── Post Cards ────────────────────────────────────────────────────────── */
.post-card{background:var(--color-bg-card);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;transition:all var(--transition)}
.post-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(0,0,0,.22),0 0 30px rgba(255,159,28,.15);border-color:var(--color-border-light)}
.post-card__thumb{aspect-ratio:16/9;background:rgba(255,255,255,.02);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:.8em}
.post-card__thumb img{width:100%;height:100%;object-fit:cover}
.post-card__body{padding:20px 24px}
.post-card__category{font-size:.75em;color:var(--color-neon-pink);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-weight:400}
.post-card__title{font-size:.95em;font-weight:400;margin-bottom:8px;color:var(--color-white)}
.post-card__title a{color:var(--color-white)}
.post-card__title a:hover{color:var(--color-neon-pink-light)}
.post-card__date{font-size:.78em;color:var(--color-text-muted)}
.post-card__read-more{font-size:.82em;margin-top:8px;display:inline-flex;align-items:center;gap:4px}
.latest-guides-grid{grid-template-columns:repeat(auto-fit,minmax(210px,280px));justify-content:center;gap:20px;max-width:1180px;margin:0 auto}
.latest-guides-grid .post-card{width:100%;max-width:280px}
.latest-guides-grid .post-card__thumb{aspect-ratio:16/9;max-height:158px;font-size:.7em}
.latest-guides-grid .post-card__body{padding:14px 16px}
.latest-guides-grid .post-card__category{font-size:.66em;margin-bottom:5px}
.latest-guides-grid .post-card__title{font-size:.84em;margin-bottom:5px;line-height:1.35}
.latest-guides-grid .post-card__date{font-size:.68em}

/* ─── Single Post ───────────────────────────────────────────────────────── */
.post-header{margin-bottom:36px}
.post-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:.82em;color:var(--color-text-dim);margin-top:14px}
.post-category{color:var(--color-neon-pink);font-weight:400}
.post-thumbnail{margin-bottom:36px;border-radius:var(--radius-md);overflow:hidden}
.post-content{font-size:1.02em;line-height:1.85;font-weight:300}
.post-content h2{margin:40px 0 18px;font-weight:200;letter-spacing:.03em}
.post-content h3{margin:28px 0 14px;font-weight:300;color:var(--color-white)}
.post-content ul,.post-content ol{margin:0 0 20px 24px}
.post-content ul li,.post-content ol li{margin-bottom:8px;list-style:disc;color:var(--color-text-dim)}
.post-content ol li{list-style:decimal}
.post-content blockquote{border-left:2px solid var(--color-neon-pink);padding:14px 24px;margin:24px 0;background:rgba(255,159,28,.06);border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic;color:var(--color-text-dim)}
.post-content .brandhub-app-inline-image,
.post-content .brandhub-sobre-inline-image,
.post-content .brandhub-pix-inline-image,
.post-content .brandhub-bonus-inline-image,
.post-content .brandhub-cassino-inline-image,
.post-content .brandhub-apostas-inline-image,
.post-content .brandhub-legal-inline-image,
.guides-blog-hero-image{margin:22px 0 28px;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--color-border);background:rgba(255,255,255,.03);box-shadow:0 18px 34px rgba(0,0,0,.22)}
.post-content .brandhub-app-inline-image img,
.post-content .brandhub-sobre-inline-image img,
.post-content .brandhub-pix-inline-image img,
.post-content .brandhub-bonus-inline-image img,
.post-content .brandhub-cassino-inline-image img,
.post-content .brandhub-apostas-inline-image img,
.post-content .brandhub-legal-inline-image img,
.guides-blog-hero-image img{width:100%;aspect-ratio:16/9;object-fit:cover}
.post-content .brandhub-app-inline-image figcaption,
.post-content .brandhub-sobre-inline-image figcaption,
.post-content .brandhub-pix-inline-image figcaption,
.post-content .brandhub-bonus-inline-image figcaption,
.post-content .brandhub-cassino-inline-image figcaption,
.post-content .brandhub-apostas-inline-image figcaption,
.post-content .brandhub-legal-inline-image figcaption,
.guides-blog-hero-image figcaption{padding:10px 14px;color:var(--color-text-dim);font-size:.86em;line-height:1.5;text-align:center;background:rgba(18,9,5,.78)}
.post-content table{width:100%;border-collapse:collapse;margin:24px 0}
.post-content th,.post-content td{padding:12px 16px;border:1px solid var(--color-border);text-align:left}
.post-content th{background:rgba(255,159,28,.1);color:var(--color-neon-pink-light);font-weight:600}

.related-posts{margin-top:64px;padding-top:40px;border-top:1px solid var(--color-border)}
.related-posts h3{margin-bottom:28px;font-weight:200}

/* ─── Archive ───────────────────────────────────────────────────────────── */
.archive-title{margin-bottom:36px;text-align:center;font-weight:200}
.archive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:28px}
.pagination{display:flex;justify-content:center;gap:8px;margin-top:48px}
.pagination .page-numbers{padding:10px 20px;background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-dim);font-size:.88em;font-weight:400}
.pagination .page-numbers.current{background:linear-gradient(135deg,#ff8a1f,#ffd166);color:#170900;border-color:transparent;box-shadow:0 0 16px rgba(255,159,28,.34)}
.pagination .page-numbers:hover:not(.current){border-color:var(--color-neon-pink);color:var(--color-neon-pink)}

/* ─── 404 ───────────────────────────────────────────────────────────────── */
.error-404{text-align:center;padding:100px 20px}
.error-404__code{font-size:6rem;font-weight:100;background:linear-gradient(135deg,var(--color-neon-pink),var(--color-neon-purple));-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1;margin-bottom:16px}
.error-404__title{font-size:1.4rem;font-weight:300;margin-bottom:16px}
.error-404__text{color:var(--color-text-dim);margin-bottom:36px}

/* ─── Responsible Banner ────────────────────────────────────────────────── */
.responsible-banner{background:rgba(255,255,255,.02);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:22px;text-align:center;font-size:.82em;color:var(--color-text-dim);margin:24px 0;font-weight:300}
.responsible-banner strong{color:var(--color-neon-pink)}

/* ─── Footer ────────────────────────────────────────────────────────────── */
.site-footer{background:rgba(18,9,5,.86);backdrop-filter:blur(20px);border-top:1px solid var(--color-border);padding:48px 0 28px;margin-top:0;position:relative;z-index:1}
.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;margin-bottom:28px}
.footer__title{display:flex;align-items:center;gap:9px;color:var(--color-white);font-size:.85em;margin-bottom:16px;font-weight:500;text-transform:uppercase;letter-spacing:.08em}
.footer-title-icon{width:18px;height:18px;color:#ffd46a}
.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}
.footer__links li{list-style:none}
.footer__links a,.footer-contact a{display:inline-flex;align-items:center;gap:8px;font-size:.84em;color:var(--color-text-dim);font-weight:300}
.footer-link-icon{width:15px;height:15px;color:var(--color-neon-pink-light);opacity:.78;transition:all var(--transition)}
.footer__links a:hover{color:var(--color-neon-pink)}
.footer__links a:hover .footer-link-icon,.footer-contact a:hover .footer-link-icon{opacity:1;color:#ffd46a;transform:translateX(2px)}
.footer-bottom{border-top:1px solid var(--color-border);padding-top:24px;font-size:.78em;color:var(--color-text-muted);text-align:center;font-weight:300}
.footer-bottom strong{color:var(--color-neon-pink);font-weight:500}

.footer-social{display:flex;gap:14px}
.footer-social__icon{width:40px;height:40px;border-radius:50%;background:var(--color-bg-card);backdrop-filter:blur(10px);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-dim);transition:all var(--transition)}
.footer-social__icon:hover{color:var(--color-neon-pink-light);border-color:var(--color-neon-pink);transform:translateY(-2px);box-shadow:0 0 16px rgba(255,159,28,.34)}
.footer-logo{display:inline-flex;align-items:center;margin-bottom:10px}
.footer-logo-img{width:172px;height:auto;max-height:48px;object-fit:contain;filter:drop-shadow(0 0 14px rgba(255,116,23,.22))}
.footer-logo__accent{color:var(--color-neon-pink);text-shadow:0 0 10px rgba(255,159,28,.34)}
.footer-logo__light{color:var(--color-white)}
.footer-desc{font-size:.82em;color:var(--color-text-dim);line-height:1.6;margin:0;max-width:280px;font-weight:300}
.footer-contact{margin-top:18px}
.footer-contact a{font-size:.82em;color:var(--color-text-dim);font-weight:300}
.footer-contact a:hover{color:var(--color-neon-pink)}

@keyframes iconFloat{0%,100%{transform:translateY(0);box-shadow:0 0 24px rgba(255,178,46,.14),inset 0 0 18px rgba(255,255,255,.04)}50%{transform:translateY(-4px);box-shadow:0 0 34px rgba(255,178,46,.26),inset 0 0 20px rgba(255,255,255,.06)}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.card__media img,.card--media::after,.nav-icon,.footer-link-icon{transition:none!important}}

/* ─── Utility ───────────────────────────────────────────────────────────── */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.text-center{text-align:center}
.text-dim{color:var(--color-text-dim)}
.text-sm{font-size:.85em}
.mt-0{margin-top:0}
.mt-2{margin-top:16px}
.mt-3{margin-top:24px}
.mt-4{margin-top:32px}
.mb-0{margin-bottom:0}
.mb-2{margin-bottom:16px}
.mb-3{margin-bottom:24px}
.border-top{border-top:1px solid var(--color-border)}

/* ─── Placeholder Cards ─────────────────────────────────────────────────── */
.placeholder-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}
.placeholder-card{background:var(--color-bg-card);backdrop-filter:blur(10px);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:32px 24px;text-align:center;color:var(--color-text-muted)}
.placeholder-card__icon{font-size:1.8em;margin-bottom:12px}

/* ─── Media Queries — Mobile ────────────────────────────────────────────── */
@media (max-width:768px){
    .btn--register-header{margin-left:0;font-size:.8em;padding:8px 16px;animation:none;box-shadow:0 0 12px rgba(255,159,28,.34)}
    .site-logo-img{width:128px;max-height:36px}
    .footer-logo-img{width:154px;max-height:44px}
    .hamburger{display:flex}
    .primary-nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:rgba(18,9,5,.97);backdrop-filter:blur(30px);border-left:1px solid var(--color-border);padding:80px 24px 24px;transition:right .35s ease;z-index:100}
    .primary-nav.open{right:0}
    .primary-nav__list{flex-direction:column;gap:4px}
    .primary-nav__list a{padding:14px 18px;font-size:.95em}
    .section__header h2{padding:12px 16px;border-radius:16px;font-size:1.25rem}
    .section-title-with-icon{gap:10px;flex-wrap:wrap}
    .section-title-with-icon span{flex:1 1 220px}
    .section-title-icon{width:38px;height:38px;padding:9px}
    .hero{padding:50px 0 40px}
    .section{padding:50px 0}
    .grid--2,.grid--3,.grid--4{grid-template-columns:1fr}
    .latest-guides-grid{grid-template-columns:minmax(0,300px);justify-content:center}
    .latest-guides-grid .post-card{max-width:300px}
    .footer-grid{grid-template-columns:1fr;gap:28px}
    .footer-bottom{text-align:center}
    .footer-legal-links{justify-content:center}
    .cta-group{flex-direction:column;align-items:stretch}
    .cta-group .btn{justify-content:center}
    .pagination{flex-wrap:wrap}
    .footer__bottom{flex-direction:column;text-align:center}
}

@media (min-width:769px) and (max-width:1023px){
    .grid--4{grid-template-columns:repeat(2,1fr)}
}

/* ─── Print ─────────────────────────────────────────────────────────────── */
@media print{
    .site-header,.site-footer,.hamburger,.btn,.breadcrumb{display:none}
    body{color:#000;background:#fff;font-size:12pt}
    a{color:#000;text-decoration:underline}
}

/* ─── WordPress Content Fixes ───────────────────────────────────────────── */
.wp-block-button__link{border-radius:var(--radius-sm)!important;font-family:var(--font-system);letter-spacing:.03em;font-weight:700;background:linear-gradient(135deg,#ff8a1f,#ffd166);color:#170900;box-shadow:0 10px 28px rgba(255,138,31,.3)}
.wp-block-button__link:hover{background:linear-gradient(135deg,#ff9f1c,#ffe08a);color:#170900;box-shadow:0 14px 36px rgba(255,159,28,.42)}
.wp-block-table table{border-collapse:collapse;width:100%}
.wp-block-table td,.wp-block-table th{border:1px solid var(--color-border);padding:12px 16px}
.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
