/* ═══════════════════════════════════════════════════
   SHARED STYLES — casinos-zonder-cruks.live
═══════════════════════════════════════════════════ */
:root {
  --tp-green: #00b67a;
  --tp-green-dark: #009966;
  --tp-green-bg: #f0f9f6;
  --ink: #1b1b1b;
  --muted: #666;
  --bg: #fafafa;
  --border: #e5e5e5;
  --header-bg: #1b1a1b;
  --white: #ffffff;
  --gold: #f5c518;
  --radius: 12px;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Arial, 'Lato', sans-serif; background: var(--bg); color: var(--ink); min-height: 100vh; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
h1,h2,h3,h4 { line-height: 1.25; }
img { max-width: 100%; display: block; }

/* TOP STRIP */
.top-strip { background: var(--header-bg); color: #fff; padding: 7px 16px; font-size: 11.5px; text-align: center; }
.top-strip strong { color: var(--tp-green); }

/* HEADER */
.site-header { background: var(--header-bg); color: #fff; padding: 28px 20px 22px; text-align: center; border-bottom: 4px solid var(--tp-green); }
.logo { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 12px; text-decoration: none; color: #fff; }
.logo-icon { width: 38px; height: 38px; background: var(--tp-green); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.logo-name { font-size: 19px; font-weight: 800; }
.logo-name span { color: var(--tp-green); }
.header-title { font-size: clamp(17px, 3.5vw, 26px); font-weight: 800; margin-bottom: 10px; }
.header-title u { text-decoration-color: var(--tp-green); }
.header-desc { max-width: 740px; margin: 0 auto; font-size: 13.5px; opacity: .88; line-height: 1.65; }

/* TRUST BAR */
.trust-bar { background: #fff; padding: 10px 16px; border-bottom: 1px solid var(--border); display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; font-size: 12.5px; font-weight: 700; }
.trust-bar span { display: flex; align-items: center; gap: 6px; }
.trust-bar i { color: var(--tp-green); }

/* NAV */
.nav-wrapper { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 999; box-shadow: 0 2px 8px rgba(0,0,0,.06); }
.nav-toggle-btn { display: flex; align-items: center; gap: 8px; padding: 11px 20px; font-size: 13px; font-weight: 700; color: var(--ink); cursor: pointer; background: none; border: none; width: 100%; }
.nav-toggle-btn:hover { color: var(--tp-green); }
.nav-arrow { margin-left: auto; font-size: 11px; transition: transform .3s; color: var(--muted); font-weight: 400; }
.nav-toggle-btn.open .nav-arrow { transform: rotate(180deg); }
.nav-menu { display: none; background: #fff; border-top: 1px solid var(--border); padding: 10px 16px 14px; flex-wrap: wrap; gap: 7px; }
.nav-menu.open { display: flex; }
.nav-btn { padding: 8px 16px; border-radius: 30px; font-size: 13px; font-weight: 600; cursor: pointer; border: 1.5px solid var(--border); background: #fff; color: var(--muted); transition: .2s; white-space: nowrap; text-decoration: none; display: inline-block; }
.nav-btn:hover { border-color: var(--tp-green); color: var(--tp-green); }
.nav-btn.active { background: var(--tp-green); border-color: var(--tp-green); color: #fff; }

/* BREADCRUMB */
.breadcrumb-wrap { max-width: 980px; margin: 14px auto 0; padding: 0 16px; }
.breadcrumb-wrap nav { font-size: 12px; color: var(--muted); }
.breadcrumb-wrap a { color: var(--tp-green); }
.breadcrumb-wrap span { margin: 0 5px; }

/* PAGE HERO */
.page-hero { background: var(--header-bg); color: #fff; padding: 36px 20px; text-align: center; border-bottom: 3px solid var(--tp-green); }
.page-hero .badge { display: inline-block; background: rgba(0,182,122,.15); border: 1px solid rgba(0,182,122,.35); color: var(--tp-green); font-size: 11px; font-weight: 700; padding: 4px 13px; border-radius: 20px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .8px; }
.page-hero h1 { font-size: clamp(18px, 3.5vw, 26px); font-weight: 800; margin-bottom: 10px; }
.page-hero h1 .accent { color: var(--tp-green); }
.page-hero p { font-size: 14px; opacity: .85; max-width: 660px; margin: 0 auto; line-height: 1.65; }

/* MAIN CONTAINER */
.container { max-width: 980px; margin: 0 auto; padding: 28px 16px 48px; }

/* SECTION LABELS */
.section-tag { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--tp-green); margin-bottom: 8px; }
.section-tag::before { content: ''; width: 16px; height: 2px; background: var(--tp-green); border-radius: 2px; }
.section-title { font-size: clamp(16px, 2.8vw, 22px); font-weight: 800; margin-bottom: 8px; }
.section-sub { color: var(--muted); font-size: 14px; max-width: 660px; line-height: 1.65; margin-bottom: 22px; }

/* ═══ CASINO CARDS ═══ */
.casinos-grid { display: flex; flex-direction: column; gap: 18px; }
.casino-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; transition: .25s ease; box-shadow: 0 2px 8px rgba(0,0,0,.05); position: relative; overflow: hidden; }
.casino-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--tp-green), #17a673); opacity: 0; transition: .25s; }
.casino-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(0,0,0,.1); }
.casino-card:hover::before { opacity: 1; }
.rank-badge { position: absolute; top: 14px; right: 14px; background: var(--tp-green-bg); border: 1px solid #bfe8d7; color: var(--tp-green); font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }
.card-top { display: flex; align-items: center; gap: 20px; }
.card-top img { width: 110px; height: 110px; object-fit: cover; border-radius: var(--radius); border: 1px solid var(--border); flex-shrink: 0; background: #f0f0f0; }
.card-info { flex: 1; min-width: 0; }
.card-info h3 { font-size: 17px; font-weight: 800; margin-bottom: 5px; }
.rating-line { font-size: 13px; color: var(--muted); margin-bottom: 7px; }
.stars { color: var(--gold); font-weight: bold; }
.bonus { display: inline-block; padding: 7px 12px; font-size: 13px; font-weight: 700; background: var(--tp-green-bg); color: var(--tp-green); border-radius: 8px; border: 1px solid #bfe8d7; }
.card-bottom { padding-top: 15px; margin-top: 15px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.features { display: flex; flex-direction: column; gap: 5px; }
.feature { display: flex; gap: 7px; font-size: 13.5px; color: var(--muted); }
.check { color: var(--tp-green); font-weight: 900; flex-shrink: 0; }
.btn-play { display: block; min-width: 190px; text-align: center; padding: 13px 20px; background: linear-gradient(90deg, var(--tp-green), #17a673, #2bb673); color: #fff; border-radius: 10px; font-size: 14px; font-weight: 700; transition: .2s; white-space: nowrap; }
.btn-play:hover { opacity: .9; transform: translateY(-1px); box-shadow: 0 5px 16px rgba(0,182,122,.3); }
.btn-play-sub { font-size: 10px; text-align: center; margin-top: 5px; color: #aaa; }
.loader-wrap { text-align: center; padding: 48px 0; color: var(--muted); font-size: 14px; }
.spinner { width: 34px; height: 34px; border: 3px solid var(--border); border-top-color: var(--tp-green); border-radius: 50%; animation: spin .8s linear infinite; margin: 0 auto 12px; }
@keyframes spin { to { transform: rotate(360deg); } }

/* INFO CARDS */
.info-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 16px; margin-top: 22px; }
.info-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 20px; transition: .2s; }
.info-card:hover { border-color: var(--tp-green); box-shadow: 0 4px 12px rgba(0,182,122,.1); }
.info-card .ic-icon { font-size: 26px; margin-bottom: 10px; }
.info-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 7px; }
.info-card p { font-size: 13px; color: var(--muted); line-height: 1.6; }

/* PROS/CONS */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 26px 0; }
.pros, .cons { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 18px; }
.pros { border-top: 3px solid var(--tp-green); }
.cons { border-top: 3px solid #ef4444; }
.pros h4 { color: var(--tp-green); font-size: 13px; font-weight: 700; margin-bottom: 12px; }
.cons h4 { color: #ef4444; font-size: 13px; font-weight: 700; margin-bottom: 12px; }
.pros li, .cons li { font-size: 13px; color: var(--muted); list-style: none; display: flex; gap: 8px; margin-bottom: 8px; line-height: 1.5; }

/* TABLE */
.comp-table { width: 100%; border-collapse: collapse; font-size: 13.5px; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); margin-top: 20px; }
.comp-table th { background: var(--header-bg); color: #fff; padding: 11px 14px; text-align: left; font-size: 12px; font-weight: 700; }
.comp-table td { padding: 12px 14px; border-bottom: 1px solid var(--border); }
.comp-table tr:last-child td { border-bottom: none; }
.comp-table tr:hover td { background: var(--tp-green-bg); }
.tag-yes { color: var(--tp-green); font-weight: 700; }
.tag-no { color: #ef4444; font-weight: 700; }

/* FAQ */
.faq-list { display: flex; flex-direction: column; gap: 10px; margin-top: 22px; }
.faq-item { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.faq-q { padding: 15px 18px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 14px; font-weight: 600; transition: color .2s; }
.faq-q:hover { color: var(--tp-green); }
.faq-q svg { width: 17px; height: 17px; flex-shrink: 0; transition: transform .3s; color: var(--muted); }
.faq-item.open .faq-q svg { transform: rotate(180deg); color: var(--tp-green); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-item.open .faq-a { max-height: 300px; }
.faq-a p { padding: 0 18px 16px; font-size: 13.5px; color: var(--muted); line-height: 1.7; }

/* STEPS */
.steps { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.step { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 16px 18px; display: flex; gap: 16px; align-items: flex-start; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--tp-green); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 15px; flex-shrink: 0; }
.step h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.step p { font-size: 13px; color: var(--muted); line-height: 1.6; margin: 0; }

/* SLOTS GRID */
.slots-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; margin-top: 22px; }
.slot-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 16px; display: flex; gap: 14px; align-items: flex-start; transition: .2s; }
.slot-card:hover { border-color: var(--tp-green); box-shadow: 0 4px 12px rgba(0,182,122,.1); }
.slot-icon { font-size: 34px; flex-shrink: 0; }
.slot-card h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.slot-card p { font-size: 12.5px; color: var(--muted); margin: 0; line-height: 1.55; }
.slot-rtp { display: inline-block; margin-top: 5px; font-size: 11px; font-weight: 700; background: var(--tp-green-bg); color: var(--tp-green); padding: 2px 8px; border-radius: 4px; }

/* STAT BAR */
.stat-bar { display: flex; flex-wrap: wrap; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; margin: 28px 0; }
.stat-item { flex: 1; min-width: 130px; padding: 18px 16px; text-align: center; border-right: 1px solid var(--border); }
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 24px; font-weight: 800; color: var(--tp-green); }
.stat-label { font-size: 12px; color: var(--muted); margin-top: 3px; }

/* FOOTER */
footer { text-align: center; padding: 40px 20px; color: var(--muted); font-size: 12.5px; border-top: 1px solid var(--border); background: #fff; }
footer a { color: var(--tp-green); }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-bottom: 14px; }
.footer-links a { color: var(--muted); font-size: 12px; }
.footer-links a:hover { color: var(--tp-green); }
.responsible { max-width: 700px; margin: 12px auto 0; font-size: 11.5px; line-height: 1.65; color: #aaa; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .card-top { flex-direction: column; text-align: center; }
  .card-bottom { flex-direction: column; align-items: stretch; }
  .btn-play { min-width: auto; width: 100%; }
  .feature { justify-content: center; }
  .pros-cons { grid-template-columns: 1fr; }
  .stat-bar { flex-direction: column; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--border); }
  .stat-item:last-child { border-bottom: none; }
}
