/*
Theme Name: The Best IPTV
Theme URI: https://thebest-iptv.net
Author: The Best IPTV
Description: Thème premium sombre pour service IPTV — 20 000+ chaînes HD/4K.
Version: 1.0.0
License: Private
Text Domain: thebestiptv
*/

/* ═══════════════════════════════════════════
   THE BEST IPTV — Thème WordPress
   Design : dark premium, rouge accent
   ═══════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --bg: #080c14;
  --bg2: #0d1320;
  --accent: #e63946;
  --accent2: #ff6b6b;
  --gold: #f4c430;
  --text: #f0f4ff;
  --muted: #8899aa;
  --border: rgba(255,255,255,0.07);
  --card: rgba(255,255,255,0.04);
  --glow: 0 0 40px rgba(230,57,70,0.25);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bg); color: var(--text); font-family: 'Outfit', sans-serif; font-weight: 400; line-height: 1.6; overflow-x: hidden; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ── TYPOGRAPHY ── */
.font-display, h1, h2 { font-family: 'Bebas Neue', sans-serif; letter-spacing: 1.5px; }
.section-tag { display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 1rem; }
.section-title { font-family: 'Bebas Neue', sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: 1.5px; line-height: 1.1; margin-bottom: 1rem; }
.section-sub { color: var(--muted); max-width: 560px; font-size: 1rem; font-weight: 300; margin-bottom: 3rem; }

/* ── LAYOUT ── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 5%; }
section, .wp-section { padding: 90px 5%; }
.page-hero { padding: 140px 5% 80px; position: relative; overflow: hidden; background: var(--bg); }
.page-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 60% at 80% 50%, rgba(230,57,70,.1) 0%, transparent 70%); pointer-events: none; }
.grid-bg { position: absolute; inset: 0; opacity: .03; background-image: linear-gradient(var(--text) 1px, transparent 1px), linear-gradient(90deg, var(--text) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; }

/* ── BUTTONS ── */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; border-radius: 8px; font-weight: 600; font-size: .95rem; cursor: pointer; transition: all .25s; font-family: 'Outfit', sans-serif; border: none; }
.btn-red { background: var(--accent); color: #fff; box-shadow: var(--glow); }
.btn-red:hover { background: var(--accent2); transform: translateY(-2px); }
.btn-ghost { background: var(--card); color: var(--text); border: 1px solid var(--border); }
.btn-ghost:hover { border-color: rgba(255,255,255,.2); transform: translateY(-2px); }

/* ── CARDS ── */
.card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 2rem; transition: all .3s; }
.card:hover { border-color: rgba(230,57,70,.3); transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,.3); }

/* ── NAV ── */
nav.site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 999; display: flex; align-items: center; justify-content: space-between; padding: 0 5%; height: 70px; background: rgba(8,12,20,.88); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); transition: background .3s; }
nav.site-nav.scrolled { background: rgba(8,12,20,.97); }
.nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 2px; }
.nav-logo span { color: var(--accent); }
.nav-links { display: flex; gap: 1.8rem; list-style: none; align-items: center; }
.nav-links a { color: var(--muted); font-size: .88rem; font-weight: 500; transition: color .2s; position: relative; padding-bottom: 2px; }
.nav-links a::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--accent); transition: width .25s; }
.nav-links a:hover, .nav-links a.active, .nav-links .current-menu-item > a { color: var(--text); }
.nav-links a:hover::after, .nav-links a.active::after, .nav-links .current-menu-item > a::after { width: 100%; }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.nav-lang { display: flex; gap: .4rem; }
.lang-btn { background: none; border: 1px solid var(--border); color: var(--muted); padding: 3px 9px; border-radius: 4px; font-size: .72rem; cursor: pointer; transition: all .2s; font-family: 'Outfit', sans-serif; }
.lang-btn.active, .lang-btn:hover { border-color: var(--accent); color: var(--accent); }
.btn-nav { background: var(--accent); color: #fff; padding: 8px 20px; border-radius: 6px; font-size: .85rem; font-weight: 600; transition: all .2s; white-space: nowrap; border: none; cursor: pointer; font-family: 'Outfit', sans-serif; }
.btn-nav:hover { background: var(--accent2); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--text); border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 70px; left: 0; right: 0; background: var(--bg2); padding: 1.5rem 5%; border-bottom: 1px solid var(--border); z-index: 998; flex-direction: column; gap: .8rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--text); font-weight: 500; padding: .5rem 0; border-bottom: 1px solid var(--border); }
.mob-social { display: flex; gap: .8rem; padding: .4rem 0; flex-wrap: wrap; }
.mob-social a { border: none !important; padding: 0 !important; font-size: 1.3rem; }

/* ── SOCIAL SIDEBAR ── */
.social-sidebar { position: fixed; top: 50%; right: 0; transform: translateY(-50%); z-index: 900; display: flex; flex-direction: column; gap: 2px; }
.social-sidebar a { display: flex; align-items: center; gap: 10px; padding: 11px 14px; color: #fff; font-size: .74rem; font-weight: 600; overflow: hidden; white-space: nowrap; max-width: 46px; transition: max-width .3s ease; border-radius: 6px 0 0 6px; }
.social-sidebar a:hover { max-width: 180px; }
.ss-icon { font-size: 1.1rem; flex-shrink: 0; width: 20px; text-align: center; }
.ss-label { opacity: 0; transition: opacity .15s .08s; }
.social-sidebar a:hover .ss-label { opacity: 1; }
.ss-fb { background: #1877f2; }
.ss-x { background: #111; border: 1px solid #333; border-right: none; }
.ss-wa { background: #25d366; }
.ss-tg { background: #0088cc; }
.ss-ms { background: #0078d4; }

/* ── MARQUEE ── */
.marquee-wrap { padding: 36px 0; overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg2); }
.marquee-wrap.dark { background: var(--bg); }
.marquee-track { display: flex; gap: 2.5rem; width: max-content; animation: marquee 28s linear infinite; }
.marquee-track:hover { animation-play-state: paused; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.pill { background: var(--card); border: 1px solid var(--border); padding: 7px 18px; border-radius: 6px; white-space: nowrap; font-size: .83rem; font-weight: 600; color: var(--muted); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.anim-1 { animation: fadeUp .6s .1s ease both; }
.anim-2 { animation: fadeUp .6s .2s ease both; }
.anim-3 { animation: fadeUp .6s .3s ease both; }
.anim-4 { animation: fadeUp .6s .4s ease both; }
.fade-in { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* ── BADGES ── */
.badge-live { display: inline-flex; align-items: center; gap: 6px; background: rgba(230,57,70,.1); border: 1px solid rgba(230,57,70,.3); color: var(--accent2); padding: 5px 12px; border-radius: 50px; font-size: .72rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 1.2rem; }
.badge-live::before { content: '●'; font-size: .45rem; animation: blink 1.5s infinite; }
@keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }

/* ── PAYPAL MODAL ── */
.pp-backdrop { display: none; position: fixed; inset: 0; z-index: 2000; background: rgba(0,0,0,.78); backdrop-filter: blur(7px); align-items: center; justify-content: center; }
.pp-backdrop.open { display: flex; }
.pp-box { background: var(--bg2); border: 1px solid rgba(230,57,70,.25); border-radius: 16px; padding: 2.5rem 2rem; max-width: 420px; width: 90%; position: relative; text-align: center; box-shadow: var(--glow); }
.pp-box h3 { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; margin-bottom: .4rem; }
.pp-box > p { color: var(--muted); font-size: .88rem; margin-bottom: 1.5rem; }
.pp-close { position: absolute; top: 14px; right: 18px; background: none; border: none; color: var(--muted); font-size: 1.4rem; cursor: pointer; }
.pp-close:hover { color: var(--text); }
.pp-select { width: 100%; background: var(--card); border: 1px solid var(--border); color: var(--text); padding: 12px 16px; border-radius: 8px; font-size: .95rem; font-family: 'Outfit', sans-serif; outline: none; margin-bottom: 1rem; }
.pp-select option { background: var(--bg2); }
.pp-confirm { width: 100%; background: var(--accent); color: #fff; padding: 13px; border: none; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; font-family: 'Outfit', sans-serif; transition: all .2s; }
.pp-confirm:hover { background: var(--accent2); }
.pp-lock { font-size: .72rem; color: var(--muted); margin-top: .8rem; }

/* ── FOOTER ── */
footer.site-footer { background: var(--bg2); border-top: 1px solid var(--border); padding: 50px 5% 30px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; letter-spacing: 2px; display: block; margin-bottom: 1rem; }
.footer-logo span { color: var(--accent); }
.footer-desc { font-size: .85rem; color: var(--muted); max-width: 280px; line-height: 1.7; }
.footer-social { display: flex; gap: .7rem; margin-top: 1.2rem; flex-wrap: wrap; }
.footer-social a { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: all .2s; border: 1px solid var(--border); color: var(--muted); background: var(--card); }
.footer-social a:hover { transform: translateY(-2px); color: #fff; }
.footer-social .fs-fb:hover { background: #1877f2; border-color: #1877f2; }
.footer-social .fs-x:hover { background: #111; border-color: #555; }
.footer-social .fs-wa:hover { background: #25d366; border-color: #25d366; }
.footer-social .fs-tg:hover { background: #0088cc; border-color: #0088cc; }
.footer-social .fs-ms:hover { background: #0078d4; border-color: #0078d4; }
.footer-col h4 { font-size: .78rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text); margin-bottom: 1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: .55rem; }
.footer-col ul li a { color: var(--muted); font-size: .85rem; transition: color .2s; }
.footer-col ul li a:hover { color: var(--accent); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 1.5rem; border-top: 1px solid var(--border); font-size: .78rem; color: var(--muted); flex-wrap: wrap; gap: 1rem; }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { color: var(--muted); transition: color .2s; }
.footer-legal a:hover { color: var(--text); }

/* ── PRICING ── */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; margin-top: 3rem; }
.pricing-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 2rem 1.8rem; position: relative; transition: all .3s; display: flex; flex-direction: column; }
.pricing-card:hover { transform: translateY(-6px); box-shadow: 0 24px 50px rgba(0,0,0,.4); }
.pricing-card.popular { border-color: var(--accent); box-shadow: var(--glow); }
.popular-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; padding: 4px 16px; border-radius: 50px; font-size: .7rem; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; white-space: nowrap; }
.plan-dur { font-size: .8rem; font-weight: 600; color: var(--muted); text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 1rem; }
.plan-price { font-family: 'Bebas Neue', sans-serif; font-size: 3rem; line-height: 1; margin-bottom: .2rem; }
.plan-price sup { font-size: 1.4rem; vertical-align: top; margin-top: .5rem; }
.plan-save { font-size: .78rem; color: var(--gold); font-weight: 600; margin-bottom: 1.5rem; min-height: 1.2em; }
.plan-features { list-style: none; flex: 1; }
.plan-features li { display: flex; align-items: flex-start; gap: 10px; font-size: .88rem; color: var(--muted); padding: .45rem 0; border-bottom: 1px solid var(--border); }
.plan-features li:last-child { border-bottom: none; }
.plan-features li::before { content: '✓'; color: var(--accent); font-weight: 700; flex-shrink: 0; }
.plan-btn { display: block; text-align: center; margin-top: 1.8rem; padding: 12px; border-radius: 8px; font-weight: 600; font-size: .9rem; cursor: pointer; font-family: 'Outfit', sans-serif; width: 100%; transition: all .2s; }
.plan-btn-outline { border: 1px solid var(--border) !important; color: var(--text); background: transparent; }
.plan-btn-outline:hover { border-color: var(--accent) !important; color: var(--accent); }
.plan-btn-fill { background: var(--accent); color: #fff; border: none; }
.plan-btn-fill:hover { background: var(--accent2); }

/* ── CHANNELS ── */
.cat-tabs { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.cat-tab { background: var(--card); border: 1px solid var(--border); color: var(--muted); padding: 8px 20px; border-radius: 50px; font-size: .82rem; font-weight: 600; cursor: pointer; transition: all .2s; font-family: 'Outfit', sans-serif; }
.cat-tab.active, .cat-tab:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.channels-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 1rem; }
.ch-card { background: var(--card); border: 1px solid var(--border); border-radius: 10px; padding: 1.2rem 1rem; text-align: center; transition: all .25s; }
.ch-card:hover { border-color: rgba(230,57,70,.3); transform: translateY(-2px); }
.ch-flag { font-size: 1.6rem; margin-bottom: .4rem; }
.ch-name { font-size: .82rem; font-weight: 600; }

/* ── VOD SLIDERS ── */
.vod-slider { display: flex; gap: 1rem; overflow-x: auto; scroll-behavior: smooth; padding-bottom: 12px; scrollbar-width: none; }
.vod-slider::-webkit-scrollbar { display: none; }
.vod-card { flex: 0 0 155px; border-radius: 10px; overflow: hidden; cursor: pointer; transition: transform .3s, box-shadow .3s; background: var(--bg2); border: 1px solid var(--border); position: relative; }
.vod-card:hover { transform: scale(1.07); box-shadow: 0 14px 40px rgba(0,0,0,.65); z-index: 2; }
.vod-poster { width: 100%; aspect-ratio: 2/3; display: flex; align-items: center; justify-content: center; }
.vod-poster .p-emoji { font-size: 3rem; opacity: .35; }
.vod-badge { position: absolute; top: 8px; left: 8px; background: var(--accent); color: #fff; font-size: .6rem; font-weight: 700; padding: 2px 7px; border-radius: 3px; text-transform: uppercase; }
.slider-arrow { width: 38px; height: 38px; border-radius: 50%; background: rgba(8,12,20,.92); border: 1px solid var(--border); color: var(--text); font-size: 1.1rem; cursor: pointer; transition: all .2s; }
.slider-arrow:hover { background: var(--accent); border-color: var(--accent); }
.slider-label { font-family: 'Bebas Neue', sans-serif; font-size: 1.4rem; letter-spacing: 1px; margin-bottom: 1rem; }
.slider-wrap { position: relative; margin-bottom: 3rem; }

/* ── FAQ ── */
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2rem; }
.faq-item { background: var(--card); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.faq-q { padding: 1.2rem 1.5rem; cursor: pointer; display: flex; align-items: center; justify-content: space-between; font-weight: 500; font-size: .95rem; transition: color .2s; gap: 1rem; }
.faq-q:hover { color: var(--accent); }
.faq-icon { font-size: 1.2rem; color: var(--accent); flex-shrink: 0; transition: transform .3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; font-size: .88rem; color: var(--muted); line-height: 1.7; padding: 0 1.5rem; }
.faq-item.open .faq-a { max-height: 300px; padding: 0 1.5rem 1.2rem; }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 4rem; align-items: start; }
.contact-detail { display: flex; align-items: center; gap: 14px; margin-bottom: 1.2rem; }
.cd-icon { width: 44px; height: 44px; border-radius: 10px; background: rgba(230,57,70,.1); border: 1px solid rgba(230,57,70,.2); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; flex-shrink: 0; }
.cd-label { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.cd-value a, .cd-value { color: var(--text); font-weight: 500; }
.cd-value a:hover { color: var(--accent); }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.contact-form input, .contact-form select, .contact-form textarea { background: var(--card); border: 1px solid var(--border); color: var(--text); padding: 12px 16px; border-radius: 8px; font-size: .95rem; font-family: 'Outfit', sans-serif; transition: border-color .2s; outline: none; width: 100%; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--accent); }
.contact-form select option { background: var(--bg2); }
.contact-form textarea { resize: vertical; min-height: 130px; }
.contact-form button[type="submit"] { background: var(--accent); color: #fff; padding: 14px; border: none; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; font-family: 'Outfit', sans-serif; width: 100%; transition: all .2s; }
.contact-form button[type="submit"]:hover { background: var(--accent2); }
.wpcf7-submit { background: var(--accent) !important; color: #fff !important; padding: 14px !important; border: none !important; border-radius: 8px !important; font-size: 1rem !important; font-weight: 600 !important; cursor: pointer !important; font-family: 'Outfit', sans-serif !important; width: 100% !important; transition: all .2s !important; }

/* ── SOCIAL CARDS ── */
.social-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(130px, 1fr)); gap: 1rem; margin-top: 3rem; }
.soc-card { display: flex; flex-direction: column; align-items: center; gap: 10px; padding: 1.5rem 1rem; border-radius: 14px; color: #fff; font-weight: 600; font-size: .85rem; transition: all .3s; text-align: center; }
.soc-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.5); }
.sc-icon { font-size: 2rem; }
.sc-fb { background: linear-gradient(135deg, #1877f2, #0d5dbf); }
.sc-x { background: linear-gradient(135deg, #1a1a1a, #333); border: 1px solid #444; }
.sc-wa { background: linear-gradient(135deg, #25d366, #128c40); }
.sc-tg { background: linear-gradient(135deg, #0088cc, #005f99); }
.sc-ms { background: linear-gradient(135deg, #0078d4, #005a9e); }

/* ── INSTALLATION TABS ── */
.device-tabs { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.device-tab { background: var(--card); border: 1px solid var(--border); color: var(--muted); padding: 10px 20px; border-radius: 50px; font-size: .85rem; font-weight: 600; cursor: pointer; transition: all .2s; font-family: 'Outfit', sans-serif; display: flex; align-items: center; gap: 8px; }
.device-tab.active, .device-tab:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.guide-panel { display: none; }
.guide-panel.active { display: block; }
.steps { counter-reset: step; display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
.step { display: flex; gap: 1.5rem; align-items: flex-start; }
.step-num { flex-shrink: 0; width: 44px; height: 44px; border-radius: 50%; background: var(--accent); color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1.3rem; }
.step-body h3 { font-size: 1rem; font-weight: 600; margin-bottom: .4rem; }
.step-body p { font-size: .88rem; color: var(--muted); line-height: 1.7; }
.step-body code { background: rgba(255,255,255,.06); border: 1px solid var(--border); border-radius: 4px; padding: 2px 8px; font-size: .82rem; color: var(--accent2); }
.tip-box { background: rgba(244,196,48,.06); border: 1px solid rgba(244,196,48,.2); border-radius: 10px; padding: 1.2rem 1.5rem; margin-top: 1.5rem; }
.tip-box p { font-size: .88rem; color: var(--muted); }
.tip-box strong { color: var(--gold); }

/* ── LEGAL ── */
.legal-tabs { display: flex; gap: .5rem; margin-bottom: 3rem; flex-wrap: wrap; }
.legal-tab { background: var(--card); border: 1px solid var(--border); color: var(--muted); padding: 10px 22px; border-radius: 50px; font-size: .85rem; font-weight: 600; cursor: pointer; transition: all .2s; font-family: 'Outfit', sans-serif; }
.legal-tab.active, .legal-tab:hover { background: var(--accent); border-color: var(--accent); color: #fff; }
.legal-panel { display: none; max-width: 800px; }
.legal-panel.active { display: block; }
.legal-panel h2 { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: 1px; margin-bottom: 1.5rem; }
.legal-panel h3 { font-size: 1rem; font-weight: 600; margin: 2rem 0 .8rem; }
.legal-panel p, .legal-panel li { font-size: .9rem; color: var(--muted); line-height: 1.85; margin-bottom: .7rem; }
.legal-panel ul { padding-left: 1.2rem; }
.legal-note { background: rgba(244,196,48,.06); border: 1px solid rgba(244,196,48,.2); border-radius: 8px; padding: 12px 18px; font-size: .78rem; color: var(--muted); text-align: center; margin-top: 2rem; }

/* ── WP CONTENT OVERRIDES ── */
.entry-content, .wp-block-group { color: var(--muted); }
.entry-content h1, .entry-content h2, .entry-content h3 { color: var(--text); }
body.page { padding-top: 70px; }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) { .footer-top { grid-template-columns: 1fr 1fr; } }
@media (max-width: 768px) {
  .nav-links, .nav-right { display: none; }
  .hamburger { display: flex; }
  .social-sidebar { display: none; }
  section, .wp-section { padding: 70px 5%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .faq-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
}
@media (max-width: 480px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
