/*
Theme Name: Longfu88
Theme URI: https://longfu-88.games
Author: Longfu88
Description: Longfu88 Malaysia casino guide. Light theme, red + black, Asian dragon accent. 7,500+ games.
Version: 1.0
Requires at least: 5.6
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: longfu88
*/

:root {
  /* Light theme, red + ink navy (Longfu88 brand) */
  --bg:        #ffffff;
  --bg-soft:   #f4f5f7;
  --bg-soft2:  #eceef2;
  --panel:     #ffffff;

  --red:       #d81f2a;   /* brand red */
  --red-l:     #f24450;
  --red-d:     #a8121c;
  --red-soft:  rgba(216,31,42,0.08);
  --ink:       #1a2340;   /* deep navy headings */
  --gold:      #d4a017;   /* dragon gold accent */
  --gold-l:    #f0c14b;

  --text:      #1a2340;
  --text2:     #55607a;
  --muted:     #939cb2;
  --line:      #e6e8ee;
  --line2:     #d2d6e0;

  --r:         10px;
  --r2:        16px;
  --r3:        24px;
  --shadow-s:  0 1px 3px rgba(26,35,64,0.06);
  --shadow-m:  0 6px 22px rgba(26,35,64,0.09);
  --shadow-l:  0 14px 44px rgba(26,35,64,0.14);
  --rshadow:   0 8px 24px rgba(216,31,42,0.28);

  --font:      'Public Sans', system-ui, -apple-system, sans-serif;
  --font-h:    'Sora', 'Public Sans', sans-serif;
  --hh:        66px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; width: 100%; }
body { font-family: var(--font); background: var(--bg); color: var(--text2); -webkit-font-smoothing: antialiased; overflow-x: hidden; width: 100%; max-width: 100%; padding-top: var(--hh); line-height: 1.6; }
* { max-width: 100%; }
img, svg, video, iframe { max-width: 100%; height: auto; display: block; }
a { color: var(--red); text-decoration: none; }
a:hover { color: var(--red-d); }
ul, ol { list-style: none; }
h1,h2,h3,h4 { font-family: var(--font-h); color: var(--ink); line-height: 1.15; letter-spacing: -0.02em; }

.lf8-wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 22px; }

/* BUTTONS */
.lf8-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-family: var(--font-h); font-weight: 700; font-size: 15px; border-radius: 50px; border: none; cursor: pointer; padding: 13px 28px; transition: all .18s; white-space: nowrap; }
.lf8-btn--red { background: linear-gradient(135deg,#d81f2a,#f24450); color: #fff; box-shadow: var(--rshadow); }
.lf8-btn--red:hover { transform: translateY(-2px); color: #fff; box-shadow: 0 12px 30px rgba(216,31,42,.4); }
.lf8-btn--dark { background: var(--ink); color: #fff; }
.lf8-btn--dark:hover { transform: translateY(-2px); color: #fff; background: #10162b; }
.lf8-btn--ghost { background: #fff; border: 1.5px solid var(--line2); color: var(--ink); }
.lf8-btn--ghost:hover { border-color: var(--red); color: var(--red); background: var(--red-soft); }
.lf8-btn--sm { padding: 9px 20px; font-size: 13px; }
.lf8-btn--lg { padding: 15px 34px; font-size: 16px; }

/* HEADER */
#lf8-header { position: fixed; top: 0; left: 0; right: 0; z-index: 200; height: var(--hh); background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.lf8-header__inner { display: flex; align-items: center; gap: 20px; height: 100%; max-width: 1240px; margin: 0 auto; padding: 0 22px; }
.lf8-logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.lf8-logo img { height: 38px; width: auto; }
.lf8-logo__text { font-family: var(--font-h); font-size: 24px; font-weight: 800; color: var(--ink); letter-spacing: -0.03em; }
.lf8-logo__text b { color: var(--red); }
.lf8-nav { display: flex; align-items: center; height: 100%; flex: 1; }
.lf8-nav ul { display: flex; align-items: center; gap: 2px; }
.lf8-nav ul li a { display: flex; align-items: center; padding: 9px 15px; border-radius: 50px; font-size: 14px; font-weight: 600; color: var(--text2); transition: all .15s; white-space: nowrap; }
.lf8-nav ul li a:hover, .lf8-nav ul li.current-menu-item a { color: var(--red); background: var(--red-soft); }
.lf8-header__cta { display: flex; align-items: center; gap: 10px; margin-left: auto; flex-shrink: 0; }
.lf8-hamburger { display: none; flex-direction: column; gap: 5px; align-items: center; justify-content: center; width: 40px; height: 40px; cursor: pointer; background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--r); }
.lf8-hamburger span { display: block; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.lf8-mobile-nav { display: block; position: fixed; top: var(--hh); right: 0; width: 300px; height: calc(100vh - var(--hh)); background: #fff; border-left: 1px solid var(--line); z-index: 190; overflow-y: auto; padding: 16px 0 80px; transform: translateX(100%); transition: transform .3s; box-shadow: var(--shadow-l); }
.lf8-mobile-nav.open { transform: translateX(0); }
.lf8-mobile-nav ul li { border-bottom: 1px solid var(--line); }
.lf8-mobile-nav ul li a { display: block; padding: 15px 24px; font-size: 15px; font-weight: 600; color: var(--ink); }
.lf8-mobile-nav ul li a:hover { color: var(--red); background: var(--red-soft); }
.lf8-mobile-nav__cta { padding: 16px 24px; display: flex; flex-direction: column; gap: 10px; }
.lf8-mobile-nav__cta .lf8-btn { width: 100%; }

/* HERO */
#lf8-hero { position: relative; background: linear-gradient(180deg, var(--bg-soft) 0%, #fff 100%); padding: 44px 0 40px; overflow: hidden; }
.lf8-hero__inner { max-width: 1240px; margin: 0 auto; padding: 0 22px; }
.lf8-hero__banner { border-radius: var(--r3); overflow: hidden; position: relative; background: linear-gradient(120deg, #fbf3e0 0%, #f6e6c8 45%, #efd9b0 100%); box-shadow: var(--shadow-m); min-height: 340px; display: flex; align-items: center; }
.lf8-hero__banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.lf8-hero__content { position: relative; z-index: 2; padding: 48px 56px; max-width: 620px; }
.lf8-hero__badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(216,31,42,.1); color: var(--red); font-size: 13px; font-weight: 700; padding: 7px 14px; border-radius: 50px; margin-bottom: 18px; }
.lf8-hero__title { font-size: 46px; font-weight: 800; color: var(--ink); line-height: 1.05; margin-bottom: 16px; }
.lf8-hero__title span { color: var(--red); }
.lf8-hero__desc { font-size: 18px; color: var(--text2); margin-bottom: 26px; max-width: 460px; font-weight: 500; }
.lf8-hero__btns { display: flex; gap: 12px; flex-wrap: wrap; }
.lf8-hero__deco { position: absolute; right: 0; top: 0; bottom: 0; width: 45%; z-index: 1; background: radial-gradient(circle at 70% 50%, rgba(212,160,23,.25) 0%, transparent 60%); pointer-events: none; }

/* TRUST STRIP */
#lf8-trust { max-width: 1240px; margin: -18px auto 0; padding: 0 22px; position: relative; z-index: 5; }
.lf8-trust__inner { background: #fff; border: 1px solid var(--line); border-radius: var(--r2); box-shadow: var(--shadow-m); display: flex; align-items: stretch; overflow: hidden; }
.lf8-trust__item { flex: 1; display: flex; align-items: center; gap: 11px; padding: 18px 20px; border-right: 1px solid var(--line); }
.lf8-trust__item:last-child { border-right: none; }
.lf8-trust__icon { width: 38px; height: 38px; flex-shrink: 0; border-radius: 10px; background: var(--red-soft); display: flex; align-items: center; justify-content: center; }
.lf8-trust__icon svg { width: 20px; height: 20px; stroke: var(--red); }
.lf8-trust__text strong { display: block; font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.lf8-trust__text span { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }

/* SECTION */
.lf8-section { padding: 56px 0; }
.lf8-section--soft { background: var(--bg-soft); }
.lf8-section__head { max-width: 700px; margin: 0 auto 40px; text-align: center; }
.lf8-section__tag { display: inline-block; font-size: 12px; font-weight: 700; color: var(--red); background: var(--red-soft); padding: 5px 14px; border-radius: 50px; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 14px; }
.lf8-section__title { font-size: 36px; font-weight: 800; color: var(--ink); margin-bottom: 12px; }
.lf8-section__sub { font-size: 16px; color: var(--text2); }

/* BONUSES (real: 188% MYR 2088 + 18FS, 10% cashback, live, sports) */
.lf8-bonuses { max-width: 1240px; margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.lf8-bonus { background: #fff; border: 1px solid var(--line); border-radius: var(--r2); padding: 26px 24px; transition: all .2s; position: relative; overflow: hidden; }
.lf8-bonus:hover { transform: translateY(-4px); border-color: var(--line2); box-shadow: var(--shadow-m); }
.lf8-bonus--feat { background: linear-gradient(160deg, #fff5f5, #fff); border-color: rgba(216,31,42,.3); }
.lf8-bonus--feat::before { content: ''; position: absolute; top: -30px; right: -30px; width: 120px; height: 120px; background: radial-gradient(circle, rgba(212,160,23,.18), transparent 70%); }
.lf8-bonus__pct { font-family: var(--font-h); font-size: 38px; font-weight: 800; color: var(--red); line-height: 1; margin-bottom: 8px; position: relative; }
.lf8-bonus__name { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.lf8-bonus__desc { font-size: 13px; color: var(--text2); line-height: 1.6; margin-bottom: 14px; }
.lf8-bonus__terms { font-size: 11px; color: var(--muted); padding-top: 12px; border-top: 1px solid var(--line); }

/* CATEGORIES */
.lf8-cats { max-width: 1240px; margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.lf8-cat { background: #fff; border: 1px solid var(--line); border-radius: var(--r2); padding: 22px 14px; text-align: center; transition: all .2s; color: inherit; }
.lf8-cat:hover { transform: translateY(-4px); border-color: var(--red); box-shadow: var(--shadow-m); color: inherit; }
.lf8-cat__icon { width: 50px; height: 50px; margin: 0 auto 12px; border-radius: 14px; background: var(--red-soft); display: flex; align-items: center; justify-content: center; }
.lf8-cat__icon svg { width: 25px; height: 25px; stroke: var(--red); }
.lf8-cat__name { font-family: var(--font-h); font-size: 15px; font-weight: 700; color: var(--ink); }
.lf8-cat__count { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* GAMES */
.lf8-games { max-width: 1240px; margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.lf8-game { background: #fff; border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; transition: all .2s; }
.lf8-game:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); border-color: var(--line2); }
.lf8-game__thumb { height: 130px; background: linear-gradient(135deg, var(--red), var(--red-d)); display: flex; align-items: center; justify-content: center; position: relative; }
.lf8-game__thumb img { width: 100%; height: 100%; object-fit: cover; }
.lf8-game__thumb span { color: #fff; font-family: var(--font-h); font-weight: 700; font-size: 15px; text-align: center; padding: 0 10px; }
.lf8-game__hot { position: absolute; top: 8px; right: 8px; background: rgba(255,255,255,.95); color: var(--red); font-size: 10px; font-weight: 700; padding: 3px 9px; border-radius: 50px; }
.lf8-game__body { padding: 12px 14px; }
.lf8-game__name { font-size: 14px; font-weight: 700; color: var(--ink); }
.lf8-game__prov { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* PROVIDERS */
#lf8-providers { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lf8-providers__inner { max-width: 1240px; margin: 0 auto; padding: 26px 22px; display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; }
.lf8-providers__label { font-size: 13px; font-weight: 600; color: var(--muted); width: 100%; text-align: center; margin-bottom: 6px; }
.lf8-provider { font-family: var(--font-h); font-size: 15px; font-weight: 700; color: var(--text2); background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 9px 18px; }

/* STEPS */
.lf8-steps { max-width: 1000px; margin: 0 auto; padding: 0 22px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.lf8-step { text-align: center; position: relative; }
.lf8-step__num { width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 50%; background: #fff; border: 2px solid var(--red); color: var(--red); display: flex; align-items: center; justify-content: center; font-family: var(--font-h); font-size: 21px; font-weight: 800; position: relative; z-index: 2; }
.lf8-step:not(:last-child)::after { content: ''; position: absolute; top: 27px; left: calc(50% + 38px); right: calc(-50% + 38px); height: 2px; background: var(--line2); z-index: 1; }
.lf8-step h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.lf8-step p { font-size: 14px; color: var(--text2); }

/* CTA */
#lf8-cta { padding: 40px 0; }
.lf8-cta__box { max-width: 1100px; margin: 0 auto; padding: 44px 52px; background: linear-gradient(135deg, var(--ink) 0%, #10162b 100%); border-radius: var(--r3); position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.lf8-cta__box::before { content: ''; position: absolute; top: -60px; right: -30px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(212,160,23,.2) 0%, transparent 65%); }
.lf8-cta__box::after { content: ''; position: absolute; bottom: -80px; left: 10%; width: 240px; height: 240px; background: radial-gradient(circle, rgba(216,31,42,.22) 0%, transparent 65%); }
.lf8-cta__text { position: relative; z-index: 1; }
.lf8-cta__heading { font-family: var(--font-h); font-size: 28px; font-weight: 800; color: #fff; margin-bottom: 8px; }
.lf8-cta__text p { font-size: 16px; color: rgba(255,255,255,.8); }
.lf8-cta__actions { position: relative; z-index: 1; }

/* FAQ */
.lf8-faq { max-width: 800px; margin: 0 auto; padding: 0 22px; }
.accordion { display: flex; flex-direction: column; gap: 12px; }
.accordion__block { background: #fff; border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; transition: box-shadow .2s, border-color .2s; }
.accordion__block:hover { border-color: var(--line2); box-shadow: var(--shadow-s); }
.faq__box { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; cursor: pointer; user-select: none; gap: 16px; }
.faq__box h3 { font-family: var(--font-h); font-size: 16px; font-weight: 700; color: var(--ink); margin: 0; line-height: 1.4; flex: 1; }
.faq__plus { width: 28px; height: 28px; flex-shrink: 0; position: relative; background: var(--red-soft); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.faq__plus span { position: absolute; background: var(--red); border-radius: 2px; transition: transform .25s, opacity .25s; }
.faq__plus span:first-child { width: 12px; height: 2px; }
.faq__plus span:last-child { width: 2px; height: 12px; }
.faq__box.open .faq__plus span:last-child { transform: rotate(90deg); opacity: 0; }
.faq__box.open .faq__plus { background: var(--red); }
.faq__box.open .faq__plus span { background: #fff; }
.submenu { box-sizing: border-box; display: none; padding: 0 24px 20px; }
.submenu p, .submenu li, .submenu div { font-size: 15px !important; line-height: 1.7 !important; color: var(--text2) !important; }
.submenu strong, .submenu b { color: var(--ink) !important; }
.submenu a { color: var(--red) !important; }
.faq__box .ez-toc-section, .faq__box .ez-toc-section-end { display: none !important; }

/* MAIN */
#lf8-main { max-width: 840px; margin: 0 auto; padding: 56px 22px; }
.lf8-entry-title { font-size: 38px; font-weight: 800; color: var(--ink); margin-bottom: 22px; line-height: 1.12; }
.lf8-entry { color: var(--text2); }
.lf8-entry p { font-size: 17px; line-height: 1.8; margin-bottom: 20px; color: var(--text2); }
.lf8-entry p strong, .lf8-entry p b { color: var(--ink); }
.lf8-entry h2 { font-size: 28px; font-weight: 800; color: var(--ink); margin: 38px 0 16px; }
.lf8-entry h3 { font-size: 21px; font-weight: 700; color: var(--ink); margin: 26px 0 12px; }
.lf8-entry a { color: var(--red); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.lf8-entry ul, .lf8-entry ol { margin: 0 0 20px; padding-left: 4px; }
.lf8-entry ul li, .lf8-entry ol li { position: relative; padding: 8px 0 8px 32px; font-size: 16px; line-height: 1.7; }
.lf8-entry ul li::before { content: ''; position: absolute; left: 6px; top: 15px; width: 8px; height: 8px; background: var(--red); border-radius: 50%; }
.lf8-entry ol { counter-reset: oc; }
.lf8-entry ol li { counter-increment: oc; }
.lf8-entry ol li::before { content: counter(oc); position: absolute; left: 0; top: 8px; width: 22px; height: 22px; background: var(--red-soft); color: var(--red); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; }
.lf8-entry table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 24px 0; border: 1px solid var(--line); border-radius: var(--r2); overflow: hidden; }
.lf8-entry table th { background: var(--bg-soft); color: var(--ink); font-weight: 700; font-size: 14px; padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); }
.lf8-entry table td { padding: 12px 16px; font-size: 14px; color: var(--text2); border-bottom: 1px solid var(--line); }
.lf8-entry table tr:last-child td { border-bottom: none; }
.lf8-entry blockquote { margin: 24px 0; padding: 18px 24px; background: var(--red-soft); border-left: 4px solid var(--red); border-radius: 0 var(--r) var(--r) 0; }
.lf8-entry blockquote p { margin: 0; color: var(--text2); font-style: italic; }
.lf8-entry img { border-radius: var(--r2); margin: 20px 0; }

/* PAGINATION */
.lf8-pagination { display: flex; justify-content: center; gap: 8px; margin: 40px 0 0; }
.lf8-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; height: 42px; padding: 0 12px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); font-size: 14px; font-weight: 700; color: var(--text2); transition: all .15s; }
.lf8-pagination .page-numbers:hover, .lf8-pagination .page-numbers.current { background: linear-gradient(135deg,#d81f2a,#f24450); border-color: transparent; color: #fff; }

/* COMMENTS */
.lf8-comments { margin-top: 40px; padding-top: 32px; border-top: 1px solid var(--line); }
.lf8-comments h3 { font-size: 22px; font-weight: 700; color: var(--ink); margin-bottom: 20px; }
ol.comment-list { list-style: none; padding: 0; }
.comment-item { display: flex; gap: 14px; margin-bottom: 22px; }
.comment-avatar img { width: 44px; height: 44px; border-radius: 50%; }
.comment-author { font-size: 14px; font-weight: 700; color: var(--red); }
.comment-text { font-size: 15px; line-height: 1.6; color: var(--text2); margin-top: 4px; }
.cf-label { display: block; font-size: 14px; font-weight: 600; color: var(--text2); margin: 12px 0 5px; }
.cf-input, .cf-textarea { width: 100%; max-width: 420px; background: #fff; border: 1.5px solid var(--line2); border-radius: var(--r); color: var(--ink); font-family: var(--font); font-size: 15px; padding: 11px 15px; outline: none; transition: border-color .15s; }
.cf-input:focus, .cf-textarea:focus { border-color: var(--red); }
.cf-textarea { max-width: 560px; height: 120px; resize: vertical; }

/* 404 */
.lf8-notfound { text-align: center; padding: 90px 22px; max-width: 600px; margin: 0 auto; }
.lf8-notfound h1 { font-size: 96px; font-weight: 800; color: var(--red); opacity: .2; }
.lf8-notfound h2 { font-size: 28px; color: var(--ink); margin: 8px 0 12px; }
.lf8-notfound p { color: var(--text2); margin-bottom: 26px; font-size: 16px; }
.lf8-search-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.lf8-search-form input { background: #fff; border: 1.5px solid var(--line2); border-radius: 50px; color: var(--ink); font-size: 15px; padding: 13px 22px; outline: none; width: 320px; }
.lf8-search-form input:focus { border-color: var(--red); }

/* FOOTER */
#lf8-footer { background: var(--ink); color: #9aa3bd; padding: 56px 0 0; margin-top: 40px; }
.lf8-footer__body { max-width: 1240px; margin: 0 auto; padding: 0 22px 40px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; border-bottom: 1px solid rgba(255,255,255,.1); }
.lf8-footer__brand-name { font-family: var(--font-h); font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 12px; display: block; }
.lf8-footer__brand-name b { color: var(--red-l); }
.lf8-footer__desc { font-size: 14px; line-height: 1.7; color: #9aa3bd; margin-bottom: 18px; max-width: 300px; }
.lf8-footer__pay { display: flex; gap: 6px; flex-wrap: wrap; }
.lf8-footer__pay span { font-size: 11px; font-weight: 600; color: #c2c9db; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 6px; padding: 4px 9px; }
.lf8-footer__col-title { font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 16px; display: block; }
.lf8-footer__links li { margin-bottom: 10px; }
.lf8-footer__links li a { font-size: 14px; color: #9aa3bd; transition: color .15s; }
.lf8-footer__links li a:hover { color: #fff; }
.lf8-footer__bottom { max-width: 1240px; margin: 0 auto; padding: 22px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.lf8-footer__copy { font-size: 13px; color: #6f7896; }
.lf8-footer__copy a { color: #9aa3bd; }
.lf8-footer__badges { display: flex; align-items: center; gap: 12px; }
.lf8-age { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); color: #fff; font-size: 12px; font-weight: 800; padding: 4px 10px; border-radius: 50px; }
.lf8-footer__resp { font-size: 12px; color: #6f7896; }

/* MOBILE BOTTOM NAV */
#lf8-mobnav { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #fff; border-top: 1px solid var(--line); padding: 8px 0; z-index: 200; box-shadow: 0 -2px 16px rgba(26,35,64,.06); }
.lf8-mobnav__row { display: flex; align-items: center; justify-content: space-around; }
.lf8-mobnav__link { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 4px 8px; }
.lf8-mobnav__link svg { width: 20px; height: 20px; stroke: var(--muted); fill: none; }
.lf8-mobnav__link span { font-size: 10px; font-weight: 600; color: var(--muted); }
.lf8-mobnav__link:hover svg { stroke: var(--red); }
.lf8-mobnav__link:hover span { color: var(--red); }
.lf8-mobnav__cta a { display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; background: linear-gradient(135deg,#d81f2a,#f24450); border-radius: 50%; box-shadow: var(--rshadow); margin-top: -18px; }
.lf8-mobnav__cta svg { width: 24px; stroke: #fff; fill: none; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .lf8-cats { grid-template-columns: repeat(3, 1fr); }
  .lf8-games { grid-template-columns: repeat(3, 1fr); }
  .lf8-bonuses { grid-template-columns: repeat(2, 1fr); }
  .lf8-trust__inner { flex-wrap: wrap; }
  .lf8-trust__item { flex: 1 0 50%; border-bottom: 1px solid var(--line); }
  .lf8-trust__item:nth-child(2) { border-right: none; }
}
@media (max-width: 900px) {
  .lf8-nav { display: none; }
  .lf8-hamburger { display: flex; }
}
@media (max-width: 768px) {
  :root { --hh: 58px; }
  .lf8-section { padding: 40px 0; }
  .lf8-hero__content { padding: 32px 28px; }
  .lf8-hero__title { font-size: 32px; }
  .lf8-hero__desc { font-size: 16px; }
  .lf8-section__title { font-size: 27px; }
  .lf8-steps { grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .lf8-step:not(:last-child)::after { display: none; }
  .lf8-cta__box { padding: 32px 28px; text-align: center; justify-content: center; }
  .lf8-cta__heading { font-size: 23px; }
  .lf8-footer__body { grid-template-columns: 1fr 1fr; gap: 28px; }
  #lf8-main { padding: 40px 20px; }
  .lf8-entry-title { font-size: 28px; }
  #lf8-mobnav { display: block; }
  body { padding-bottom: 68px; }
  .lf8-header__cta .lf8-btn--ghost { display: none; }
  .lf8-hero__banner { min-height: 280px; }
}
@media (max-width: 560px) {
  .lf8-cats { grid-template-columns: repeat(2, 1fr); }
  .lf8-games { grid-template-columns: 1fr 1fr; }
  .lf8-bonuses { grid-template-columns: 1fr; }
  .lf8-steps { grid-template-columns: 1fr; }
  .lf8-footer__body { grid-template-columns: 1fr; }
  .lf8-hero__title { font-size: 27px; }
  .lf8-cta__actions .lf8-btn { width: 100%; }
}
