/* =========================================================
   Olquenta — Carbon & Lime template
   Deep charcoal, electric-lime accent, modern grotesk
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --bg: #0e100c;
    --bg-2: #14170f;
    --panel: #191d13;
    --panel-2: #1f2418;
    --border: rgba(182, 242, 74, 0.15);
    --border-strong: rgba(182, 242, 74, 0.38);
    --text: #eef2e4;
    --muted: #a6ad97;
    --faint: #6e7560;
    --lime: #b6f24a;
    --lime-2: #a3e635;
    --lime-deep: #7fbf22;
    --lime-soft: rgba(182, 242, 74, 0.12);
    --grad: linear-gradient(120deg, #c9fa5e 0%, #a3e635 100%);
    --danger: #ff6a6a;
    --display: 'Space Grotesk', system-ui, sans-serif;
    --sans: 'Inter', system-ui, sans-serif;
    --radius: 14px;
    --radius-lg: 18px;
    --shadow: 0 26px 58px -28px rgba(0, 0, 0, 0.8);
    --shadow-sm: 0 14px 34px -20px rgba(0, 0, 0, 0.7);
    --shadow-glow: 0 0 44px -12px rgba(182, 242, 74, 0.4);
    --container: 1180px;
    --nav-h: 76px;
    --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
    font-family: var(--sans);
    background: var(--bg);
    background-image:
        radial-gradient(1000px 560px at 82% -10%, rgba(182,242,74,0.10), transparent 60%),
        radial-gradient(760px 500px at 4% 4%, rgba(182,242,74,0.05), transparent 55%);
    background-attachment: fixed;
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 1.12; letter-spacing: -0.02em; color: var(--text); }
a { color: var(--lime-2); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--lime); }
img { max-width: 100%; display: block; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 26px; }
::selection { background: rgba(182,242,74,0.28); color: #0e100c; }

::-webkit-scrollbar { width: 11px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: var(--lime-deep); border-radius: 20px; border: 3px solid var(--bg); }

/* =========================================================
   HEADER
   ========================================================= */
.header {
    position: sticky; top: 0; z-index: 1000; height: var(--nav-h);
    display: flex; align-items: center;
    background: rgba(14, 16, 12, 0.72);
    backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border);
}
.header .container { width: 100%; }
.header-content { display: flex; align-items: center; justify-content: center; position: relative; }
.logo img { height: 46px; width: auto; }

/* =========================================================
   HERO
   ========================================================= */
.hero { text-align: center; padding: 72px 0 42px; position: relative; overflow: hidden; }
.hero-content { max-width: 880px; margin: 0 auto; position: relative; z-index: 1; }
.hero-content h1 { font-size: clamp(2.1rem, 5.2vw, 3.6rem); margin-bottom: 22px; }
.hero-content h1::after { content: ""; display: block; width: 90px; height: 4px; margin: 22px auto 0; background: var(--grad); border-radius: 4px; }
.hero-content p { color: var(--muted); font-size: clamp(1rem, 1.6vw, 1.18rem); max-width: 720px; margin: 0 auto; }

/* section titles */
.section-title { font-family: var(--display); text-align: center; font-size: clamp(1.8rem, 3.6vw, 2.6rem); font-weight: 700; margin: 0 auto 40px; color: var(--text); }

/* =========================================================
   CASINO RANKING
   ========================================================= */
.casino-ranking { padding: 44px 0 30px; }
.casino-ranking .container { display: flex; flex-direction: column; gap: 22px; }
.casino-ranking .section-title { margin-bottom: 8px; }

.casino-card {
    position: relative; display: grid; grid-template-columns: 60px 130px 1fr auto; align-items: center; gap: 28px;
    background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px 32px;
    box-shadow: var(--shadow-sm); transition: transform 0.3s var(--ease), box-shadow 0.3s, border-color 0.3s;
}
.casino-card:hover { transform: translateY(-4px); box-shadow: var(--shadow), var(--shadow-glow); border-color: var(--border-strong); }
.casino-ranking .casino-card:first-of-type { border-color: var(--lime); box-shadow: 0 0 0 1px var(--lime) inset, var(--shadow-sm); }

.ranking-number { font-family: var(--display); font-size: 2.6rem; font-weight: 700; color: var(--lime); text-align: center; line-height: 1; }
.casino-logo-link { display: block; }
.casino-logo { width: 130px; height: 80px; display: grid; place-items: center; border-radius: 12px; background: var(--lime-soft); border: 1px solid var(--border); font-family: var(--display); font-weight: 700; font-size: 1.2rem; color: var(--lime); transition: transform 0.3s var(--ease); }
.casino-logo-link:hover .casino-logo { transform: scale(1.04); box-shadow: var(--shadow-glow); }
.casino-info { min-width: 0; }
.casino-title { font-family: var(--display); font-size: 1.4rem; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.casino-subtitle { color: var(--muted); margin-bottom: 6px; }
.verified-badge { display: inline-block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; color: var(--lime-2); background: var(--lime-soft); border: 1px solid var(--border-strong); padding: 3px 11px; border-radius: 999px; margin-bottom: 10px; }
.offer-text { color: var(--text); font-size: 1.05rem; font-weight: 500; margin-bottom: 14px; }
.pwr-score { margin-bottom: 14px; max-width: 340px; }
.pwr-label { font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--lime-2); font-weight: 700; margin-bottom: 6px; }
.progress-bar { height: 8px; background: rgba(255,255,255,0.08); border-radius: 999px; overflow: hidden; }
.progress-fill { height: 100%; background: var(--grad); border-radius: 999px; transition: width 1.1s var(--ease); }
.feature-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.feature-tag { font-size: 0.78rem; color: var(--muted); background: rgba(255,255,255,0.03); border: 1px solid var(--border); padding: 6px 13px; border-radius: 999px; }
.casino-cta { padding: 14px 30px; border-radius: 999px; font-family: var(--display); font-weight: 700; color: #0e100c !important; background: var(--grad); white-space: nowrap; box-shadow: 0 12px 28px -12px rgba(182,242,74,0.6); transition: transform 0.25s var(--ease), box-shadow 0.25s; }
.casino-cta:hover { transform: translateY(-3px); box-shadow: 0 18px 40px -12px rgba(182,242,74,0.8); }

/* =========================================================
   REGULATION
   ========================================================= */
.regulation-section { padding: 56px 0; }
.regulation-section .container { max-width: 1000px; }
.regulation-section h2 { text-align: center; font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 34px; }
.regulation-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.regulation-item { background: var(--panel); border: 1px solid var(--border); border-top: 3px solid var(--lime); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); }
.regulation-item h3 { font-size: 1.18rem; margin-bottom: 8px; color: var(--text); }
.regulation-item p, .regulation-content > p { color: var(--muted); }
.regulation-content > p { grid-column: 1 / -1; }

/* =========================================================
   FAQ
   ========================================================= */
.faq-section { padding: 56px 0; }
.faq-section .container { max-width: 860px; }
.faq-section h2 { text-align: center; font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 34px; }
.faq-accordion { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; transition: border-color 0.25s, box-shadow 0.25s; }
.faq-item.active { border-color: var(--lime); box-shadow: var(--shadow-sm); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 24px; cursor: pointer; font-family: var(--display); font-weight: 600; font-size: 1.06rem; color: var(--text); }
.faq-icon { flex-shrink: 0; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--lime-soft); color: var(--lime); font-size: 1.3rem; font-weight: 700; transition: transform 0.3s var(--ease); }
.faq-item.active .faq-icon { transform: rotate(45deg); background: var(--grad); color: #0e100c; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s var(--ease); }
.faq-item.active .faq-answer { max-height: 600px; }
.faq-answer p, .answer-content p, .answer-content { color: var(--muted); }
.faq-answer > *, .answer-content { padding: 0 24px; }
.faq-answer p:last-child, .answer-content p:last-child { padding-bottom: 22px; }
.faq-answer p:first-child { padding-top: 4px; }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: #0a0b08; color: #b6bda8; padding: 54px 0 30px; margin-top: 60px; border-top: 1px solid var(--border); }
.footer-content { display: flex; flex-direction: column; align-items: center; gap: 24px; text-align: center; }
.footer-disclaimer p, .footer-disclaimer { color: #8d9480; font-size: 0.88rem; max-width: 780px; margin: 0 auto; }
.footer-links { width: 100%; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 22px; }
.footer-grid a { color: #c4cbb4; font-size: 0.92rem; }
.footer-grid a:hover { color: var(--lime); }
.footer-logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px; }
.logo-item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.logo-btn { display: block; }
.logo-img { height: 50px; width: auto; opacity: 0.75; filter: grayscale(0.4) brightness(1.3); transition: 0.25s; }
.logo-img:hover { opacity: 1; filter: none; }
.trustpilot-logo { display: flex; align-items: center; gap: 8px; color: #c4cbb4; font-weight: 600; }
.trustpilot-logo .stars { color: var(--lime); letter-spacing: 2px; }
.footer-legal p, .footer-legal { color: #767c68; font-size: 0.8rem; max-width: 900px; margin: 0 auto; line-height: 1.7; }
.footer-bottom { color: #767c68; font-size: 0.82rem; border-top: 1px solid rgba(255,255,255,0.07); padding-top: 22px; width: 100%; text-align: center; }
.footer-bottom a { color: var(--lime); }

/* =========================================================
   LEGAL PAGES
   ========================================================= */
.legal-content { padding: 50px 0 40px; }
.legal-content .container { max-width: 900px; }
.breadcrumb { font-size: 0.85rem; color: var(--muted); margin-bottom: 22px; }
.breadcrumb a { color: var(--lime-2); }
.legal-header { text-align: center; margin-bottom: 34px; }
.legal-header h1 { font-size: clamp(2rem, 4vw, 3rem); }
.legal-subtitle { color: var(--muted); margin-top: 10px; }
.legal-body { display: flex; flex-direction: column; gap: 20px; }
.legal-section { background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; box-shadow: var(--shadow-sm); }
.legal-section h2 { font-size: 1.45rem; margin-bottom: 14px; color: var(--text); padding-bottom: 12px; border-bottom: 2px solid var(--lime); display: inline-block; }
.legal-section h3 { font-size: 1.18rem; margin: 20px 0 8px; color: var(--text); }
.legal-section p, .legal-section li { color: var(--muted); margin-bottom: 12px; }
.legal-section ul { padding-left: 4px; list-style: none; }
.legal-section li { position: relative; padding-left: 26px; }
.legal-section li::before { content: ""; position: absolute; left: 3px; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--lime); }
.legal-section a { color: var(--lime-2) !important; text-decoration: underline; text-underline-offset: 3px; }
.legal-section strong { color: var(--text); }

/* =========================================================
   CONTACT / FORMS
   ========================================================= */
.contact-form-container { max-width: 720px; margin: 0 auto; }
.contact-form { display: grid; gap: 18px; margin-top: 10px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-group { display: flex; flex-direction: column; }
.form-group label { margin-bottom: 8px; color: var(--text); font-weight: 600; font-size: 0.92rem; }
.form-group input, .form-group select, .form-group textarea {
    width: 100%; padding: 13px 15px; font-size: 1rem; font-family: var(--sans);
    background: var(--bg-2); border: 1px solid var(--border); border-radius: 10px; color: var(--text); transition: border-color 0.2s, box-shadow 0.2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--lime); box-shadow: 0 0 0 3px var(--lime-soft); }
.form-group select option { background: #14170f; }
.radio-group { display: flex; flex-direction: column; gap: 10px; }
.radio-label { display: flex; align-items: center; gap: 10px; color: var(--muted); cursor: pointer; }
.radio-label input, .form-group input[type="checkbox"], .form-group input[type="radio"] { width: auto; accent-color: var(--lime); }
.submit-btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 32px; border-radius: 999px; font-family: var(--display); font-weight: 700; color: #0e100c; background: var(--grad); border: none; cursor: pointer; transition: transform 0.25s var(--ease), box-shadow 0.25s; }
.submit-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-glow); color: #0e100c; }
.contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin: 26px 0; }
.contact-card { background: var(--panel); border: 1px solid var(--border); border-top: 3px solid var(--lime); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); text-align: center; }
.contact-card h3 { margin-bottom: 8px; color: var(--text); }
.contact-info { color: var(--muted); }
.form-message, .success-message { background: var(--lime-soft); border: 1px solid var(--border-strong); border-radius: var(--radius); padding: 18px; text-align: center; color: var(--lime); margin-top: 16px; }
.unsubscribe-form { max-width: 560px; margin: 0 auto; display: grid; gap: 16px; }

/* =========================================================
   SCROLL PROGRESS + REVEAL
   ========================================================= */
#scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 1100; background: var(--grad); box-shadow: 0 0 12px rgba(182,242,74,0.6); transition: width 0.08s linear; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s var(--ease), transform 0.7s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 820px) {
    .casino-card { grid-template-columns: 1fr; justify-items: center; text-align: center; gap: 14px; padding: 30px 22px; }
    .pwr-score { max-width: 100%; width: 100%; }
    .feature-tags { justify-content: center; }
    .casino-cta { width: 100%; }
    .form-row { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .hero { padding: 48px 0 30px; }
    .legal-section { padding: 24px 20px; }
    .footer-grid { gap: 8px 16px; }
}
@media (prefers-reduced-motion: reduce) {
    * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
    .reveal { opacity: 1; transform: none; }
    #scroll-progress { display: none; }
}
