/* ==========================================================================
   Wild Robin Casino — Hoofdstylesheet
   Donker bosthema: diep groen + goud + amber · Robin Hood avontuurstijl
   ========================================================================== */

/* ---------- CSS Variabelen ---------- */
:root {
  --wr-bg-deep:      #0a0f07;
  --wr-bg:           #0d1509;
  --wr-bg-raised:    #131d0e;
  --wr-bg-card:      #182210;

  --wr-forest:       #1a3a10;
  --wr-moss:         #253d18;
  --wr-bark:         #3a4e2a;

  --wr-green:        #4caf50;
  --wr-green-bright: #6dd672;
  --wr-green-deep:   #2e7d32;
  --wr-green-dark:   #1b5e20;

  --wr-gold:         #f4c430;
  --wr-gold-light:   #ffd95a;
  --wr-gold-deep:    #c8960a;
  --wr-amber:        #ff8f00;

  --wr-cream:        #f5f0e8;
  --wr-parchment:    #e8dcc8;
  --wr-fog:          #9aac8a;

  --wr-text:         #f0ece0;
  --wr-text-soft:    #c8c0a8;
  --wr-text-muted:   #7a8a6a;
  --wr-border:       rgba(76, 175, 80, 0.15);

  --grad-gold:         linear-gradient(135deg, #ffd95a 0%, #f4c430 50%, #c8960a 100%);
  --grad-btn-primary:  linear-gradient(135deg, #4caf50 0%, #2e7d32 60%, #1b5e20 100%);
  --grad-btn-gold:     linear-gradient(135deg, #f4c430 0%, #c8960a 60%, #8a6200 100%);
  --grad-bg-section:   linear-gradient(180deg, #0d1509 0%, #131d0e 100%);
  --grad-forest:       linear-gradient(180deg, rgba(13,21,9,0) 0%, rgba(13,21,9,0.95) 100%);

  --sh-card:        0 10px 30px -8px rgba(0,0,0,0.7), 0 4px 12px -4px rgba(10, 30, 6, 0.6);
  --sh-card-hover:  0 20px 50px -10px rgba(0,0,0,0.85), 0 8px 24px -4px rgba(76, 175, 80, 0.4);
  --sh-gold:        0 8px 24px -4px rgba(244, 196, 48, 0.45);

  --f-display: 'Cinzel', 'Georgia', serif;
  --f-body:    'Nunito', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;

  --container-max: 1280px;
  --radius-sm: 8px;
  --radius:    14px;
  --radius-lg: 22px;
  --radius-pill: 999px;

  --ease-out:    cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
  --dur-fast: 180ms;
  --dur:      280ms;
  --dur-slow: 500ms;

  --header-h: 78px;
  --sticky-h: 76px;
}

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  overflow-x: hidden;
  max-width: 100%;
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--f-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--wr-text);
  background-color: var(--wr-bg-deep);
  background-image:
    radial-gradient(ellipse 1000px 700px at 15% 0%, rgba(26, 58, 16, 0.55), transparent 60%),
    radial-gradient(ellipse 800px 600px at 85% 70%, rgba(76, 175, 80, 0.10), transparent 60%),
    radial-gradient(ellipse 600px 400px at 50% 30%, rgba(244, 196, 48, 0.04), transparent 60%),
    linear-gradient(180deg, #0a0f07 0%, #0d1509 100%);
  background-attachment: fixed;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-bottom: var(--sticky-h);
}

img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color var(--dur) var(--ease-out); }
button { font-family: inherit; background: none; border: none; cursor: pointer; color: inherit; }
ul { list-style: none; }

h1, h2, h3, h4 {
  font-family: var(--f-display);
  line-height: 1.15;
  letter-spacing: 0.03em;
}

::selection { background: var(--wr-green); color: var(--wr-bg-deep); }

/* ---------- Utilities ---------- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 32px);
}

.accent {
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.accent-green {
  color: var(--wr-green-bright);
}

.eyebrow {
  display: inline-block;
  font-family: var(--f-body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--wr-gold);
  padding: 5px 14px;
  border: 1px solid rgba(244, 196, 48, 0.40);
  border-radius: var(--radius-pill);
  background: rgba(244, 196, 48, 0.07);
  margin-bottom: 18px;
}

.section-title {
  font-family: var(--f-display);
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 900;
  margin-bottom: 14px;
  color: var(--wr-text);
  text-transform: uppercase;
}

.section-lead {
  color: var(--wr-text-soft);
  font-size: 17px;
  max-width: 640px;
}

.section-head {
  text-align: center;
  margin-bottom: 48px;
}
.section-head .section-lead {
  margin-inline: auto;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  border-radius: var(--radius-pill);
  font-family: var(--f-body);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  transition: all var(--dur) var(--ease-out);
  white-space: nowrap;
  text-decoration: none;
}
.btn img, .btn svg { flex-shrink: 0; }

.btn--primary {
  background: var(--grad-btn-primary);
  color: var(--wr-cream);
  box-shadow: 0 6px 20px -6px rgba(76, 175, 80, 0.55);
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px -6px rgba(76, 175, 80, 0.7);
  filter: brightness(1.1);
}

.btn--gold {
  background: var(--grad-btn-gold);
  color: var(--wr-bg-deep);
  box-shadow: var(--sh-gold);
  font-weight: 900;
}
.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 35px -6px rgba(244, 196, 48, 0.6);
  filter: brightness(1.08);
}

.btn--ghost {
  background: rgba(76, 175, 80, 0.08);
  color: var(--wr-text);
  border: 1px solid rgba(76, 175, 80, 0.35);
}
.btn--ghost:hover {
  background: rgba(76, 175, 80, 0.16);
  border-color: rgba(76, 175, 80, 0.6);
  transform: translateY(-2px);
}

.btn--lg { padding: 16px 36px; font-size: 15px; }
.btn--sm { padding: 9px 18px; font-size: 12px; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background var(--dur-slow) var(--ease-out),
              box-shadow var(--dur-slow) var(--ease-out);
}

.site-header.is-scrolled {
  background: rgba(10, 15, 7, 0.92);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  box-shadow: 0 4px 24px -8px rgba(0,0,0,0.7),
              0 1px 0 rgba(76, 175, 80, 0.2);
}

.header-inner {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 32px);
  display: flex;
  align-items: center;
  gap: 32px;
}

.brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

/* SVG logo inline */
.brand__logo-svg {
  height: 48px;
  width: auto;
  flex-shrink: 0;
}

.brand__name {
  font-family: var(--f-display);
  font-size: 18px;
  font-weight: 900;
  color: var(--wr-gold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}
.brand__name span {
  display: block;
  font-size: 11px;
  color: var(--wr-text-soft);
  letter-spacing: 0.22em;
  font-family: var(--f-body);
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2px;
}

/* Nav */
.nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav__link {
  display: block;
  padding: 10px 14px;
  font-family: var(--f-body);
  font-size: 14px;
  font-weight: 700;
  color: var(--wr-text-soft);
  letter-spacing: 0.04em;
  transition: color var(--dur) var(--ease-out);
  position: relative;
}
.nav__link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--grad-btn-primary);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform var(--dur) var(--ease-out);
}
.nav__link:hover { color: var(--wr-green-bright); }
.nav__link:hover::after { transform: scaleX(1); }

.nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 14px;
}

.nav__toggle { display: none; }
.nav__close  { display: none; }
.nav__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 98;
  opacity: 0;
  transition: opacity var(--dur-slow) var(--ease-out);
}
.nav__backdrop.is-open { opacity: 1; }
body.nav-open { overflow: hidden; }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: var(--header-h);
}

.hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.35;
}
.hero__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,15,7,0.5) 0%, rgba(10,15,7,0.9) 100%),
    radial-gradient(ellipse 700px 500px at 60% 40%, rgba(76,175,80,0.12), transparent 70%);
}

/* Decorative forest particles */
.hero__particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.hero__leaf {
  position: absolute;
  opacity: 0.15;
  animation: leafFloat 8s ease-in-out infinite;
}
.hero__leaf:nth-child(1) { top: 15%; left: 8%;  width: 60px;  animation-delay: 0s;    animation-duration: 9s;  }
.hero__leaf:nth-child(2) { top: 40%; right: 10%; width: 40px;  animation-delay: 2s;    animation-duration: 7s;  }
.hero__leaf:nth-child(3) { top: 70%; left: 15%; width: 30px;  animation-delay: 4s;    animation-duration: 10s; }
.hero__leaf:nth-child(4) { top: 25%; right: 25%; width: 50px;  animation-delay: 1.5s;  animation-duration: 8s;  }

.hero__content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: clamp(60px, 10vh, 100px) clamp(16px, 4vw, 32px);
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-body);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wr-gold);
  padding: 7px 18px;
  border: 1px solid rgba(244, 196, 48, 0.40);
  border-radius: var(--radius-pill);
  background: rgba(244, 196, 48, 0.08);
  margin-bottom: 28px;
}

.hero__badge-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.hero h1 {
  font-size: clamp(38px, 8vw, 82px);
  font-weight: 900;
  color: var(--wr-text);
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.05;
  text-shadow: 0 4px 24px rgba(0,0,0,0.5);
}

.hero__desc {
  color: var(--wr-text-soft);
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 560px;
  margin-inline: auto;
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

.hero__stats {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 5vw, 60px);
  flex-wrap: wrap;
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.stat__num {
  font-family: var(--f-display);
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  background: var(--grad-gold);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.stat__label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wr-text-muted);
}

/* Divider between stats */
.hero__stats .stat:not(:last-child) {
  padding-right: clamp(24px, 5vw, 60px);
  border-right: 1px solid var(--wr-border);
}

/* ---------- Brand Section ---------- */
.brand-section {
  padding: clamp(70px, 10vw, 120px) 0;
  position: relative;
}
.brand-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(76,175,80,0.4), transparent);
}

.brand-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.brand-media {
  position: relative;
}
.brand-media img {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
  filter: drop-shadow(0 20px 60px rgba(76,175,80,0.25));
}

/* Decorative ring behind brand image */
.brand-media::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  border-radius: 50%;
  border: 1px solid rgba(76,175,80,0.15);
  animation: ringPulse 4s ease-in-out infinite;
}
.brand-media::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
  border-radius: 50%;
  border: 1px solid rgba(244,196,48,0.10);
  animation: ringPulse 4s ease-in-out infinite 1.5s;
}

.brand-text .eyebrow { margin-bottom: 14px; }

.brand-text p {
  color: var(--wr-text-soft);
  line-height: 1.75;
  margin-bottom: 16px;
  font-size: 15.5px;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 28px;
}

.features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(76, 175, 80, 0.06);
  border: 1px solid rgba(76, 175, 80, 0.18);
  border-radius: var(--radius);
  font-size: 13.5px;
  font-weight: 700;
  color: var(--wr-text-soft);
  transition: all var(--dur) var(--ease-out);
}
.features li:hover {
  background: rgba(76, 175, 80, 0.12);
  border-color: rgba(76, 175, 80, 0.35);
  color: var(--wr-green-bright);
}
.features li svg, .features li .icon {
  flex-shrink: 0;
  color: var(--wr-green);
}

/* ---------- Games Slider ---------- */
.games {
  padding: clamp(60px, 8vw, 100px) 0;
  background: linear-gradient(180deg, rgba(19, 29, 14, 0.5) 0%, rgba(13, 21, 9, 0.5) 100%);
  position: relative;
}
.games::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244,196,48,0.3), transparent);
}
.games::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(76,175,80,0.3), transparent);
}

.slider {
  position: relative;
}

.slider__viewport {
  overflow: hidden;
  border-radius: var(--radius-lg);
}

.slider__track {
  display: flex;
  gap: 20px;
  transition: transform 420ms var(--ease-in-out);
  will-change: transform;
}

.game-card {
  flex: 0 0 calc((100% - 80px) / 5);
  min-width: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--wr-bg-card);
  border: 1px solid var(--wr-border);
  box-shadow: var(--sh-card);
  transition: all var(--dur-slow) var(--ease-out);
}
.game-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-card-hover);
  border-color: rgba(76, 175, 80, 0.4);
}

.game-card__image {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: var(--wr-forest);
}
.game-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur-slow) var(--ease-out);
}
.game-card:hover .game-card__image img {
  transform: scale(1.06);
}

.game-card__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(10, 15, 7, 0.65);
  opacity: 0;
  transition: opacity var(--dur) var(--ease-out);
  backdrop-filter: blur(4px);
}
.game-card:hover .game-card__overlay { opacity: 1; }

.game-card__meta {
  padding: 12px 14px;
}
.game-card__title {
  font-family: var(--f-display);
  font-size: 13px;
  font-weight: 700;
  color: var(--wr-cream);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.game-card__tag {
  font-size: 11px;
  font-weight: 700;
  color: var(--wr-text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(13, 21, 9, 0.9);
  border: 1px solid rgba(76, 175, 80, 0.35);
  color: var(--wr-green-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--dur) var(--ease-out);
  backdrop-filter: blur(8px);
}
.slider__btn:hover {
  background: var(--wr-green-dark);
  border-color: var(--wr-green);
  box-shadow: 0 0 20px rgba(76, 175, 80, 0.4);
}
.slider__btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  transform: translateY(-50%);
}
.slider__btn--prev { left: -22px; }
.slider__btn--next { right: -22px; }

.games__footer {
  text-align: center;
  margin-top: 40px;
}

/* ---------- Banner Sectie ---------- */
.banner-section {
  padding: clamp(50px, 6vw, 80px) 0;
}

.promo-banner {
  display: block;
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--dur-slow) var(--ease-out), box-shadow var(--dur-slow) var(--ease-out);
}
.promo-banner:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 70px -15px rgba(76, 175, 80, 0.35), var(--sh-gold);
}

.promo-banner__img {
  width: 100%;
  border-radius: var(--radius-lg);
}

.promo-banner__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg,
    transparent 30%,
    rgba(244, 196, 48, 0.12) 50%,
    transparent 70%
  );
  border-radius: var(--radius-lg);
  animation: shimmer 3s ease-in-out infinite;
}

/* ---------- SEO Sectie ---------- */
.seo-section {
  padding: clamp(60px, 8vw, 100px) 0;
  position: relative;
}
.seo-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(76,175,80,0.3), transparent);
}

.seo-section h2 {
  font-family: var(--f-display);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: var(--wr-gold);
  margin: 36px 0 14px;
  letter-spacing: 0.04em;
}
.seo-section h2:first-child { margin-top: 0; }

.seo-section h3 {
  font-family: var(--f-display);
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: 700;
  color: var(--wr-green-bright);
  margin: 28px 0 10px;
}

.seo-section p {
  color: var(--wr-text-soft);
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 15px;
}

.seo-section ul, .seo-section ol {
  color: var(--wr-text-soft);
  margin: 14px 0 20px 24px;
  font-size: 15px;
  line-height: 1.8;
}
.seo-section ul { list-style: disc; }
.seo-section ol { list-style: decimal; }

.seo-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border-radius: var(--radius);
  overflow: hidden;
}
.seo-section table th {
  background: rgba(76,175,80,0.15);
  color: var(--wr-green-bright);
  font-family: var(--f-display);
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 12px 16px;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(76,175,80,0.25);
}
.seo-section table td {
  padding: 10px 16px;
  color: var(--wr-text-soft);
  font-size: 14px;
  border-bottom: 1px solid rgba(76,175,80,0.08);
}
.seo-section table tr:last-child td { border-bottom: none; }
.seo-section table tr:nth-child(even) td {
  background: rgba(76,175,80,0.04);
}
.seo-section strong {
  color: var(--wr-cream);
  font-weight: 700;
}
.seo-section a {
  color: var(--wr-green-bright);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.seo-section a:hover { color: var(--wr-gold); }

/* ---------- Footer ---------- */
.site-footer {
  background: linear-gradient(180deg, var(--wr-bg) 0%, var(--wr-bg-deep) 100%);
  border-top: 1px solid rgba(76, 175, 80, 0.15);
  padding-top: 70px;
  position: relative;
}
.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(76, 175, 80, 0.5), transparent);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.4fr;
  gap: 50px;
  padding-bottom: 50px;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-about {
  color: var(--wr-text-soft);
  font-size: 14.5px;
  line-height: 1.7;
  max-width: 360px;
  margin-bottom: 22px;
}

.footer-title {
  font-family: var(--f-body);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--wr-gold);
  margin-bottom: 18px;
}

.footer-list li { margin-bottom: 10px; }
.footer-list a {
  color: var(--wr-text-soft);
  font-size: 14px;
  transition: color var(--dur) var(--ease-out), padding var(--dur) var(--ease-out);
  display: inline-block;
}
.footer-list a:hover {
  color: var(--wr-green-bright);
  padding-left: 6px;
}

.socials { display: flex; gap: 10px; }
.social {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(76, 175, 80, 0.05);
  border: 1px solid rgba(76, 175, 80, 0.2);
  border-radius: 50%;
  color: var(--wr-text-soft);
  transition: all var(--dur) var(--ease-out);
}
.social:hover {
  background: var(--grad-btn-primary);
  border-color: transparent;
  color: var(--wr-cream);
  transform: translateY(-3px) rotate(-6deg);
  box-shadow: 0 8px 20px -6px rgba(76, 175, 80, 0.5);
}

.footer-bottom {
  border-top: 1px solid var(--wr-border);
  padding: 26px 0;
}
.footer-bottom__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: var(--wr-text-muted);
}

/* ---------- Sticky Promo ---------- */
.sticky-promo {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 90;
  background: linear-gradient(135deg, rgba(10,15,7,0.97) 0%, rgba(19,29,14,0.97) 100%);
  border-top: 1px solid rgba(76, 175, 80, 0.4);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);
  box-shadow: 0 -10px 30px -8px rgba(0,0,0,0.7),
              0 -2px 12px -4px rgba(76, 175, 80, 0.35);
  transform: translateY(0);
  transition: transform 320ms var(--ease-out);
}
.sticky-promo::before {
  content: '';
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 196, 48, 0.5), transparent);
}
.sticky-promo.is-hidden { transform: translateY(110%); }

.sticky-promo__inner {
  max-width: var(--container-max);
  margin-inline: auto;
  height: var(--sticky-h);
  padding-inline: clamp(14px, 4vw, 28px);
  display: flex;
  align-items: center;
  gap: 16px;
}

.sticky-promo__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  min-width: 0;
}

.sticky-promo__icon {
  width: 44px; height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--grad-btn-primary);
  color: var(--wr-cream);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px -4px rgba(76, 175, 80, 0.55);
  font-size: 22px;
}

.sticky-promo__text { display: flex; flex-direction: column; min-width: 0; }
.sticky-promo__name {
  font-family: var(--f-display);
  font-size: 16px;
  font-weight: 900;
  color: var(--wr-gold);
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}
.sticky-promo__offer {
  font-size: 13px;
  font-weight: 700;
  color: var(--wr-text-soft);
  letter-spacing: 0.04em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sticky-promo__cta { flex-shrink: 0; padding: 11px 22px; font-size: 13px; }
.sticky-promo__close {
  flex-shrink: 0;
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--wr-text-soft);
  transition: background var(--dur) var(--ease-out), color var(--dur) var(--ease-out);
}
.sticky-promo__close:hover {
  background: rgba(76, 175, 80, 0.1);
  color: var(--wr-cream);
}

/* ---------- Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms var(--ease-out), transform 700ms var(--ease-out);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
