/* ============================================================
   Wild Robin Casino — style.css (NL)
   Brand: Forest #071a10 | Orange #E55A00/#FF9A3C | Teal #3DD6C8
   Fonts: Nunito (headings) + Open Sans (body)
   ============================================================ */

*, *::before, *::after { box-sizing: border-box; }
html { line-height: 1.15; -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  background: #04100a;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
ul, ol { margin: 0 0 1.5em 0; padding-left: 1.25em; }
h1, h2, h3, h4, h5, h6, p { margin: 0; }

.container { max-width: 1400px; width: 95%; margin: 0 auto; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  padding: 14px 28px;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}
.btn:hover  { transform: translateY(-2px); }
.btn:active { transform: translateY(1px); }

.btn--primary {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 18px 0;
  font-size: 19px;
  color: #fff;
  background: linear-gradient(180deg, #FF9A3C 0%, #E55A00 100%);
  box-shadow: 0 6px 0 #8a2d00;
  letter-spacing: 0.04em;
}
.btn--primary:hover { box-shadow: 0 8px 0 #8a2d00; }

.btn--login {
  width: 160px;
  padding: 12px 0;
  background: transparent;
  border: 2px solid rgba(61,214,200,0.6);
  color: #3DD6C8;
  border-radius: 8px;
  font-size: 15px;
}
.btn--login:hover { background: rgba(61,214,200,0.08); }

.btn--signup {
  width: 160px;
  padding: 12px 0;
  color: #fff;
  background: linear-gradient(180deg, #FF9A3C 0%, #E55A00 100%);
  box-shadow: 0 4px 0 #8a2d00;
  font-size: 15px;
}

/* ============================================================
   Site Header
   ============================================================ */
.site-header {
  background: #030d07;
  border-bottom: 1px solid rgba(61,214,200,0.15);
  position: sticky;
  top: 0;
  z-index: 100;
}
.site-header__inner {
  position: relative;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.site-header__logo img { display: block; }

.site-nav {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0; margin: 0;
}
.site-nav__link {
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #b8ddd0;
  padding: 8px 14px;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}
.site-nav__link:hover {
  color: #FF9A3C;
  background: rgba(229,90,0,0.08);
}

.site-header__actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

.nav-wrap { display: flex; align-items: center; flex: 1; gap: 20px; justify-content: space-between; }

/* Burger */
.menu-toggle {
  display: none;
  position: relative;
  width: 30px; height: 20px;
  background: transparent; border: 0; cursor: pointer; padding: 0; flex-shrink: 0;
}
.menu-toggle__bar,
.menu-toggle__bar::before,
.menu-toggle__bar::after {
  position: absolute; left: 0; width: 100%; height: 2px;
  background: #fff; transition: transform 0.3s, top 0.3s, opacity 0.3s;
}
.menu-toggle__bar         { top: 9px; }
.menu-toggle__bar::before { content: ""; top: -8px; }
.menu-toggle__bar::after  { content: ""; top: 8px; }
.menu-toggle.is-open .menu-toggle__bar { background: transparent; }
.menu-toggle.is-open .menu-toggle__bar::before { top: 0; transform: rotate(45deg); }
.menu-toggle.is-open .menu-toggle__bar::after  { top: 0; transform: rotate(-45deg); }

@media (max-width: 1100px) {
  .menu-toggle { display: block; }
  .nav-wrap {
    display: none; position: absolute; top: 100%; left: 0; right: 0;
    background: #030d07; border-top: 1px solid rgba(61,214,200,0.18);
    box-shadow: 0 12px 32px rgba(0,0,0,0.7);
    flex-direction: column; align-items: stretch;
    padding: 16px 20px 20px; gap: 12px; z-index: 200;
  }
  .nav-wrap.is-open { display: flex; }
  .site-nav { flex-direction: column; width: 100%; gap: 2px; }
  .site-nav__link { display: block; padding: 10px 12px; text-align: left; }
  .site-header__actions {
    flex-direction: column; width: 100%; gap: 8px;
    border-top: 1px solid rgba(61,214,200,0.12); padding-top: 12px;
  }
  .site-header__actions .btn { width: 100%; }
}

/* ============================================================
   Hero
   ============================================================ */
.hero {
  margin-top: 16px;
  background: url(../../wp-content/uploads/2024/01/mainbg.webp) no-repeat center / cover;
  border-radius: 20px;
  overflow: hidden;
}
.hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 480px;
  padding: 70px 40px;
  text-align: center;
  background: radial-gradient(ellipse at center, rgba(4,16,10,0.15) 20%, rgba(4,16,10,0.72) 100%);
}

.hero h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  font-size: clamp(32px, 4.8vw, 64px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FF9A3C;
  text-shadow: 0 2px 32px rgba(0,0,0,0.75);
  margin-bottom: 20px;
  max-width: 900px;
}
.hero__subtitle {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: clamp(14px, 1.4vw, 20px);
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background: rgba(4,16,10,0.82);
  border: 1px solid rgba(61,214,200,0.45);
  border-radius: 10px;
  padding: 10px 28px;
  backdrop-filter: blur(6px);
  letter-spacing: 0.03em;
}
.hero__btn { margin-top: 36px; }

/* Floating orbs */
.hero__chips { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.hero__chip  { position: absolute; border-radius: 50%; opacity: 0.08; animation: floatChip linear infinite; }
.hero__chip:nth-child(1) { width: 150px; height: 150px; background: #E55A00; top: 10%; left: 5%;  animation-duration: 20s; }
.hero__chip:nth-child(2) { width: 90px;  height: 90px;  background: #3DD6C8; top: 60%; left: 80%; animation-duration: 15s; animation-delay: -5s; }
.hero__chip:nth-child(3) { width: 60px;  height: 60px;  background: #E55A00; top: 80%; left: 15%; animation-duration: 22s; animation-delay: -9s; }
.hero__chip:nth-child(4) { width: 120px; height: 120px; background: #3DD6C8; top: 20%; left: 72%; animation-duration: 17s; animation-delay: -3s; }

@keyframes floatChip {
  0%   { transform: translateY(0)     rotate(0deg); }
  50%  { transform: translateY(-28px) rotate(180deg); }
  100% { transform: translateY(0)     rotate(360deg); }
}

@media (max-width: 768px) { .hero__inner { min-height: 360px; padding: 48px 20px; } }
@media (max-width: 480px) { .hero__inner { min-height: 280px; padding: 36px 16px; } }

/* ============================================================
   Info grid
   ============================================================ */
.info-grid { margin-top: 20px; display: flex; justify-content: space-between; gap: 16px; }
.info-grid__col {
  flex: 1 1 0;
  background: #071a10;
  border: 2px solid rgba(61,214,200,0.3);
  border-radius: 18px;
  padding: 28px 24px;
  box-shadow: 0 0 28px rgba(61,214,200,0.05);
  transition: box-shadow 0.2s;
}
.info-grid__col:hover { box-shadow: 0 0 50px rgba(61,214,200,0.12); }
.info-grid__title {
  position: relative;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FF9A3C;
  margin-bottom: 22px;
  padding-bottom: 14px;
}
.info-grid__title::after {
  content: "";
  position: absolute; bottom: 0; left: 10%; width: 80%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(61,214,200,0.6), transparent);
}
.info-grid__list { list-style: none; padding: 0; margin: 0; }
.info-grid__list li {
  position: relative; padding-left: 26px; margin-bottom: 14px;
  font-family: "Open Sans", sans-serif; font-size: 15px; line-height: 1.6;
  color: rgba(255,255,255,0.88);
}
.info-grid__list li::before {
  content: "◆"; position: absolute; top: 2px; left: 0;
  color: #FF9A3C; font-size: 10px;
}
.info-grid__list--pros li::before { content: "✔"; color: #3DD6C8; font-size: 12px; }

@media (max-width: 900px) { .info-grid { flex-direction: column; } }

/* ============================================================
   CTA Banner
   ============================================================ */
.cta-banner {
  margin-top: 20px;
  background: linear-gradient(135deg, #04100a 0%, #0b1e14 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(229,90,0,0.16);
  border: 1px solid rgba(229,90,0,0.18);
}
.cta-banner__inner {
  padding: 80px 24px;
  background: url(../../wp-content/uploads/2024/01/banerbadge.webp) no-repeat center / cover;
}
.cta-banner__content {
  max-width: 520px; margin: 0 auto;
  background: rgba(4,16,10,0.92);
  border: 1px solid rgba(61,214,200,0.4);
  border-radius: 18px; padding: 48px 40px;
  text-align: center; backdrop-filter: blur(10px);
}
.cta-banner__label {
  font-family: "Open Sans", sans-serif; font-size: 13px;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(61,214,200,0.75); margin-bottom: 8px;
}
.cta-banner__title {
  font-family: "Nunito", sans-serif;
  font-weight: 900; font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.15; text-transform: uppercase;
  color: #FF9A3C; margin: 12px 0 18px;
}
.cta-banner__sub {
  font-family: "Open Sans", sans-serif; font-size: 16px;
  line-height: 1.65; color: rgba(255,255,255,0.78); margin-bottom: 28px;
}

@media (max-width: 1200px) { .cta-banner__inner { background-size: 150%; padding: 48px 20px; } }
@media (max-width: 768px)  { .cta-banner__inner { background-image: none; padding: 32px 16px; }
                             .cta-banner__content { padding: 28px 20px; } }

/* ============================================================
   Bonus cards
   ============================================================ */
.bonus-section { margin-top: 20px; }
.bonus-section__title {
  font-family: "Nunito", sans-serif;
  font-weight: 900; font-size: clamp(22px, 3vw, 36px);
  text-align: center; text-transform: uppercase;
  color: #FF9A3C; margin-bottom: 22px; letter-spacing: 0.03em;
}
.bonus-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.bonus-card {
  background: #071a10;
  border: 2px solid rgba(61,214,200,0.28);
  border-radius: 18px; overflow: hidden;
  display: flex; flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s;
}
.bonus-card:hover { transform: translateY(-4px); box-shadow: 0 14px 44px rgba(229,90,0,0.22); }
.bonus-card__img { width: 100%; height: 200px; object-fit: cover; display: block; }
.bonus-card__body {
  background: linear-gradient(180deg, #0e2a1a 0%, #071a10 100%);
  padding: 28px 24px; text-align: center; flex: 1;
}
.bonus-card__label {
  font-family: "Open Sans", sans-serif; font-size: 12px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(255,255,255,0.52); margin-bottom: 8px;
}
.bonus-card__title {
  font-family: "Nunito", sans-serif;
  font-weight: 900; font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.2; text-transform: uppercase;
  color: #FF9A3C; margin-bottom: 8px;
}
.bonus-card__sub {
  font-family: "Open Sans", sans-serif; font-size: 15px;
  font-weight: 700; text-transform: uppercase;
  color: rgba(255,255,255,0.78); margin-bottom: 22px;
}

@media (max-width: 900px) { .bonus-cards { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .bonus-cards { grid-template-columns: 1fr 1fr; gap: 12px; }
  .bonus-card__img { height: 140px; }
  .bonus-card__body { padding: 16px 12px; }
  .bonus-card__title { font-size: 20px; }
}
@media (max-width: 420px) { .bonus-cards { grid-template-columns: 1fr; } }

/* ============================================================
   SEO Content block
   ============================================================ */
.section { margin-top: 20px; }
.section__inner {
  background: #071a10;
  border: 1px solid rgba(61,214,200,0.22);
  border-radius: 20px; padding: 40px 40px 24px;
  overflow: hidden; box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}
#content { padding: 40px 56px 24px; }
#content > * + * { margin-top: 20px; }

#content h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 900; font-size: clamp(20px, 2.2vw, 32px);
  line-height: 1.2; text-align: center; text-transform: uppercase;
  color: #FF9A3C; margin-top: 44px; padding-top: 32px;
  border-top: 1px solid rgba(61,214,200,0.1);
}
#content h2:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
#content h3 {
  font-family: "Nunito", sans-serif;
  font-weight: 800; font-size: clamp(17px, 1.8vw, 24px);
  line-height: 1.3; text-align: center; text-transform: uppercase;
  color: #3DD6C8; margin-top: 28px;
}
#content p  { font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.8; color: rgba(255,255,255,0.82); }
#content ul { margin: 0; padding-left: 26px; }
#content li { font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.82); margin-bottom: 8px; }
#content li::marker { color: #FF9A3C; }

@media (max-width: 1200px) { #content { padding: 28px 32px 16px; } }
@media (max-width: 768px)  { #content { padding: 20px 16px 12px; } }
@media (max-width: 576px)  {
  #content h2 { font-size: 18px; }
  #content h3 { font-size: 16px; }
  #content p, #content li { font-size: 14px; }
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { margin-top: 20px; }
.faq__inner {
  background: #071a10; border: 2px solid rgba(61,214,200,0.25);
  border-radius: 20px; padding: 28px;
}
.faq__heading {
  font-family: "Nunito", sans-serif;
  font-weight: 900; font-size: clamp(20px, 2.5vw, 32px);
  text-align: center; text-transform: uppercase;
  color: #FF9A3C; margin-bottom: 24px;
}
.faq__list { list-style: none; padding: 0; margin: 0; }
.faq__item {
  background: linear-gradient(135deg, #0d2618 0%, #0a1e14 100%);
  border: 1px solid rgba(61,214,200,0.2);
  border-radius: 12px; margin-bottom: 10px;
  overflow: hidden; cursor: pointer;
  transition: border-color 0.2s;
}
.faq__item:last-child { margin-bottom: 0; }
.faq__item:hover { border-color: rgba(229,90,0,0.5); }
.faq__question {
  position: relative;
  font-family: "Nunito", sans-serif;
  font-weight: 800; font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.35; color: #FF9A3C;
  padding: 18px 52px 18px 20px; margin: 0; user-select: none;
}
.faq__question::after {
  content: "+"; position: absolute; top: 50%; right: 18px;
  transform: translateY(-50%); font-size: 24px; font-weight: 900;
  color: #3DD6C8; transition: transform 0.25s; line-height: 1;
}
.faq__item.is-open .faq__question::after { transform: translateY(-50%) rotate(45deg); }
.faq__answer {
  font-family: "Open Sans", sans-serif; font-size: 15px; line-height: 1.7;
  color: rgba(255,255,255,0.8); padding: 0 20px; max-height: 0;
  overflow: hidden; transition: max-height 0.35s ease, padding 0.2s ease;
}
.faq__item.is-open .faq__answer { max-height: 400px; padding: 0 20px 18px; }

/* ============================================================
   Footer
   ============================================================ */
.site-footer { margin-top: 48px; background: #030d07; border-top: 1px solid rgba(61,214,200,0.12); }
.site-footer__inner { text-align: center; padding: 48px 0 40px; }
.site-footer__logo { margin-bottom: 24px; display: inline-block; opacity: 0.9; transition: opacity 0.15s; }
.site-footer__logo:hover { opacity: 1; }
.site-footer__logo img { margin: 0 auto; }

.site-footer__text {
  max-width: 860px; margin: 0 auto 32px;
  font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1.8;
  color: rgba(255,255,255,0.45);
}

.site-footer__partners {
  position: relative; display: inline-flex; flex-wrap: wrap;
  justify-content: center; align-items: center; gap: 16px;
  padding: 24px 0; margin-bottom: 28px;
}
.site-footer__partners::before,
.site-footer__partners::after {
  content: ""; position: absolute; left: 10%; width: 80%; height: 1px;
  background: linear-gradient(to right, transparent, rgba(61,214,200,0.35), transparent);
}
.site-footer__partners::before { top: 0; }
.site-footer__partners::after  { bottom: 0; }
.site-footer__partners img {
  height: 28px; width: auto; opacity: 0.62;
  filter: grayscale(25%); transition: opacity 0.15s, filter 0.15s;
}
.site-footer__partners img:hover { opacity: 1; filter: none; }

.site-footer__age { margin: 0 auto 12px; opacity: 0.55; }
.site-footer__copy {
  font-family: "Open Sans", sans-serif; font-size: 12px; line-height: 1.5;
  color: rgba(255,255,255,0.28); letter-spacing: 0.02em;
}

/* Mobile tweaks */
@media (max-width: 480px) {
  .site-footer__partners { gap: 10px; }
  .site-footer__partners img { height: 22px; }
  .faq__inner { padding: 18px 14px; }
  .faq__question { padding: 14px 44px 14px 14px; }
}
