/* KazinoOnline — Emerald & Gold Theme (mmdrd- prefixed) */
/* ================= RESET ================= */
* {box-sizing: border-box;margin:0;padding:0}
html,body{height:100%}
.mmdrd-body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: #671c00;
  color: #2B1200;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/* ================= CONTAINER ================= */
.mmdrd-container { max-width:1200px;margin:0 auto;padding:0 20px;}

/* ================= HEADER ================= */
.mmdrd-header {
    background-color: #2b2b2b; /* основной серый */
    
    position: relative;
}

/* LOGO */
.logo-glow {
    filter: drop-shadow(0 0 8px #f44336) drop-shadow(0 0 5px #4caf50);
}

/* TEXT */
.text-neon {
    color: #f44336;
    text-shadow: 0 0 5px #4caf50, 0 0 8px #f44336;
    font-weight: 800;
}

/* NAV LINKS */
.link-neon {
    color: #fff;
    font-weight: 600;
    padding: 0.5rem 1rem;
    position: relative;
    transition: all 0.3s ease;
}

.link-neon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #4caf50;
    transition: width 0.3s ease;
}

.link-neon:hover {
    color: #f44336;
    text-shadow: 0 0 6px #f44336, 0 0 10px #4caf50;
}

.link-neon:hover::after {
    width: 100%;
}

/* DECORATIVE LINE */
.decorative-line {
    height: 2px;
    background: linear-gradient(to right, #f44336, #4caf50);
    top: 50%;
    opacity: 0.3;
}
/* ================= HERO ================= */
.mmdrd-hero-parallax {
    background-image: url('../img/hero-bg.jpg'); /* фон казино */
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    filter: brightness(0.5);
    z-index:1;
}

/* DECORATIVE LINES */
.hero-lines .line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, #f44336, #4caf50);
    opacity: 0.4;
    z-index: 9;
}

.line-1 { top: 20%; left: -10%; width: 120%; transform: rotate(10deg); }
.line-2 { top: 50%; left: -15%; width: 130%; transform: rotate(-5deg); }
.line-3 { top: 75%; left: -5%; width: 110%; transform: rotate(15deg); }

/* HERO TEXT EFFECTS */
.text-glow {
    text-shadow: 0 0 6px #f44336, 0 0 12px #4caf50;
}

/* BUTTON EFFECTS */
.glow-btn {
    border-color: #4caf50;
    color: #4caf50;
    transition: all 0.3s ease;
}

.glow-btn:hover {
    background-color: #4caf50;
    color: #fff;
    box-shadow: 0 0 12px #4caf50, 0 0 18px #f44336;
}

/* HERO CARD STYLING */
.mmdrd-hero-card {
    border: none;
}
/* ================= OFFERS ================= */
.mmdrd-offers-modern {
  position: relative;
  background-color: #2b2b2b;
  overflow: hidden;
  color: #f8f9fa;
}

.mmdrd-offers-parallax-bg {
  background: url('../img/parallax-offers.jpg') center/cover no-repeat fixed;
  opacity: 0.2;
  z-index: 1;
}

.offers-shapes span.shape {
  position: absolute;
  display: block;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 2;
}

.offers-shapes .shape-1 { width: 120px; height: 120px; background: #4caf50; top: 10%; left: 5%; }
.offers-shapes .shape-2 { width: 180px; height: 180px; background: #e63946; top: 50%; left: 80%; }
.offers-shapes .shape-3 { width: 100px; height: 100px; background: #4caf50; top: 70%; left: 20%; }

.mmdrd-offers-header .mmdrd-kicker-small {
  font-weight: 700;
  text-transform: uppercase;
  color: #4caf50;
  letter-spacing: 0.05em;
}

.mmdrd-offers-header .mmdrd-offers-title {
  color: #e63946;
  text-shadow: 0 0 8px rgba(230,57,70,0.5);
}

.mmdrd-offers-header .mmdrd-offers-sub {
  color: #f8f9fa;
  max-width: 650px;
  margin: 0 auto;
}

.mmdrd-offer-card {
  background-color: rgba(75, 175, 80, 0.1);
  border-radius: 2rem;
  border: 2px solid #4caf50;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  z-index: 3;
}

.mmdrd-offer-card:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(0,0,0,0.7);
}

.mmdrd-offer-logo-container img {
  border-radius: 50%;
  border: 3px solid #4caf50;
  padding: 5px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mmdrd-offer-logo-container img:hover {
  transform: rotate(-5deg) scale(1.05);
  box-shadow: 0 0 15px rgba(76,175,80,0.7);
}

.mmdrd-offer-title.glow-text {
  color: #4caf50;
  text-shadow: 0 0 10px rgba(76,175,80,0.6), 0 0 20px rgba(230,57,70,0.4);
}

.mmdrd-offer-features li i {
  font-size: 1.1rem;
}

.mmdrd-btn.glow-btn {
  border-color: #4caf50;
  color: #4caf50;
  text-shadow: 0 0 5px rgba(76,175,80,0.8);
  transition: all 0.3s;
}

.mmdrd-btn.glow-btn:hover {
  background-color: #4caf50;
  color: #2b2b2b;
  text-shadow: 0 0 10px rgba(76,175,80,1);
}
.mmdrd-about {
  background: #671c00;
  padding: 100px 0;
  font-family: 'Inter', sans-serif;
  color: #e0f7ff;
}

.mmdrd-about-card {
  display: flex;
  align-items: center;
  gap: 50px;
  background: linear-gradient(135deg, #2B1200, #671c00);
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 0 20px 60px rgba(0, 255, 212, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.mmdrd-about-modern {
  position: relative;
  background-color: #2b2b2b;
  overflow: hidden;
}

.mmdrd-about-parallax {
  background: url('../img/parallax-about.jpg') center/cover no-repeat fixed;
  opacity: 0.15;
  z-index: 1;
}

.mmdrd-about-shapes span.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 2;
}

.mmdrd-about-shapes .shape-1 { width: 120px; height: 120px; background: #4caf50; top: 5%; left: 10%; }
.mmdrd-about-shapes .shape-2 { width: 180px; height: 180px; background: #e63946; top: 40%; left: 75%; }
.mmdrd-about-shapes .shape-3 { width: 100px; height: 100px; background: #4caf50; top: 70%; left: 20%; }
.mmdrd-about-shapes .shape-4 { width: 140px; height: 140px; background: #e63946; top: 20%; left: 50%; }

.mmdrd-about-title.text-glow {
  text-shadow: 0 0 10px rgba(230,57,70,0.6), 0 0 15px rgba(76,175,80,0.4);
}

.mmdrd-about-features li {
  margin-bottom: 0.75rem;
  font-size: 1.05rem;
}

.mmdrd-about-visual.hover-scale {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mmdrd-about-visual.hover-scale:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 40px rgba(0,0,0,0.7);
}

.mmdrd-about-img.glow-img {
  box-shadow: 0 0 15px rgba(76,175,80,0.5), 0 0 20px rgba(230,57,70,0.5);
  transition: all 0.3s ease;
}

.mmdrd-about-img.glow-img:hover {
  transform: rotate(-2deg) scale(1.05);
  box-shadow: 0 0 25px rgba(76,175,80,0.8), 0 0 30px rgba(230,57,70,0.6);
}


/* ================= FOOTER ================= */
.mmdrd-footer-modernized {
  background-color: #2b2b2b;
  position: relative;
  overflow: hidden;
}

.mmdrd-footer-parallax {
  background: url('../img/parallax-footer.jpg') center/cover no-repeat fixed;
  opacity: 0.15;
  z-index: 1;
}

.mmdrd-footer-shapes span.shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  z-index: 2;
}

.mmdrd-footer-shapes .shape-1 { width: 120px; height: 120px; background: #4caf50; top: 10%; left: 5%; }
.mmdrd-footer-shapes .shape-2 { width: 180px; height: 180px; background: #e63946; top: 60%; left: 80%; }
.mmdrd-footer-shapes .shape-3 { width: 100px; height: 100px; background: #4caf50; top: 40%; left: 50%; }

.mmdrd-footer-logo .logo-glow {
  filter: drop-shadow(0 0 8px #4caf50) drop-shadow(0 0 8px #e63946);
}

.glow-text {
  text-shadow: 0 0 10px #4caf50, 0 0 15px #e63946;
}

.hover-glow:hover {
  color: #4caf50 !important;
  text-shadow: 0 0 10px #4caf50, 0 0 15px #e63946;
}

.footer-logo {
  max-height: 40px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 8px #4caf50) drop-shadow(0 0 8px #e63946);
}

.mmdrd-about-modern {
  position: relative;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 100%);
  color: #fff;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.mmdrd-about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.mmdrd-about-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.05;
  animation: float 12s infinite ease-in-out alternate;
}

.mmdrd-about-shape.shape-1 { width: 200px; height: 200px; top: -50px; left: -50px; background: #ffcc00; }
.mmdrd-about-shape.shape-2 { width: 300px; height: 300px; bottom: -80px; right: -80px; background: #00d4ff; }
.mmdrd-about-shape.shape-3 { width: 150px; height: 150px; top: 200px; right: 100px; background: #ff00d4; }
.mmdrd-about-shape.shape-4 { width: 250px; height: 250px; bottom: 150px; left: 150px; background: #00ff9e; }

@keyframes float {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(15deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}

.mmdrd-about-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 50px;
}

.mmdrd-about-text {
  flex: 1;
  min-width: 300px;
}

.mmdrd-kicker-small {
  font-size: 14px;
  color: #ffcc00;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mmdrd-about-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.mmdrd-about-desc {
  font-size: 16px;
  color: #ccc;
  margin-bottom: 20px;
}

.mmdrd-about-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.mmdrd-about-features li {
  font-size: 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.mmdrd-about-features li i {
  color: #ffcc00;
}

.mmdrd-btn-cta {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #ffcc00, #ff6600);
  color: #111;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mmdrd-btn-cta:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255,204,0,0.6);
}

.mmdrd-about-visual {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mmdrd-card-glass {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.mmdrd-card-glass:hover {
  transform: translateY(-10px) rotate(-2deg);
}

.mmdrd-about-img {
  width: 100%;
  display: block;
}
.mmdrd-footer-bottom span {
  margin-bottom: 5px;
}

.mmdrd-burger {
  display: none;
  position: relative;
  width: 28px;
  height: 22px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1200;
  transition: transform 0.3s ease;
}

.mmdrd-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  transition: all 0.35s ease;
}


.mmdrd-burger span:nth-child(1) {
  top: 0;
}
.mmdrd-burger span:nth-child(2) {
  top: 9px;
}
.mmdrd-burger span:nth-child(3) {
  top: 18px;
}
.mmdrd-burger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
  background: #FF7F00;
}
.mmdrd-burger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.mmdrd-burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
  background: #FF7F00;
}

.mmdrd-burger:active {
  transform: scale(0.9);
}


/* ===== POPUP CARD ===== */
#mmdrd-age-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 27, 0.95);
  z-index: 9999;
  display: flex;
  opacity: 1;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease;
}

/* POPUP CARD */
.mmdrd-popup-card {
  position: relative;
  background-color: #2b2b2b;
  border: 2px solid #4caf50;
  border-radius: 1rem;
  max-width: 420px;
  width: 90%;
  padding: 2rem;
}

/* TITLE GLOW */
.text-glow {
  text-shadow: 0 0 8px #e53935, 0 0 12px #4caf50;
}

/* BUTTONS */
.glow-btn {
  transition: all 0.3s ease;
}
.glow-btn:hover {
  box-shadow: 0 0 12px #4caf50, 0 0 20px #e53935;
  transform: scale(1.05);
}

#mmdrd-age-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.75);
  z-index: 9999;            /* Очень высокий слой */
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;       /* Важно, чтобы клики работали */
}
#mmdrd-age-popup.hidden {
  opacity: 0;
  pointer-events: none;
}

.mmdrd-btn-primary,
.mmdrd-btn-ghost {
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.mmdrd-btn-primary {
  background: linear-gradient(135deg, #ffcc00, #ff6600);
  color: #111;
  border: 2px solid #ffcc00;
}

.mmdrd-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 20px rgba(255,204,0,0.6);
}

.mmdrd-btn-ghost {
  background: transparent;
  color: #ffcc00;
  border: 2px solid #ffcc00;
}

.mmdrd-btn-ghost:hover {
  background: rgba(255,204,0,0.1);
  transform: translateY(-3px);
  box-shadow: 0 0 15px rgba(255,204,0,0.3);
}

.mmdrd-btn-primary i,
.mmdrd-btn-ghost i {
  margin-right: 8px;
}

/* Primary Button */
.mmdrd-btn-primary {
  background: linear-gradient(90deg, #ff7a00, #ffb347);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(255, 122, 0, 0.35);
}

.mmdrd-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 122, 0, 0.5);
}

/* Ghost Button */
.mmdrd-btn-ghost {
  background: transparent;
  color: #ff7a00;
  border: 2px solid #ff7a00;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.mmdrd-btn-ghost:hover {
  background: #ff7a00;
  color: #fff;
  box-shadow: 0 0 12px rgba(255, 122, 0, 0.3);
}

/* ===== Animations ===== */
@keyframes mmdrd-popup-fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes mmdrd-popup-slideUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}


@keyframes cbSlideUp {
  to { transform: translateY(0); opacity: 1; }
}

/* ===== CLOSE BUTTON ===== */
.mmdrd-popup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  background: none;
  border: none;
  color: #FF7F00;
  font-size: 1.3rem;
  cursor: pointer;
  transition: transform 0.25s ease, color 0.25s ease;
}

.mmdrd-popup-close:hover {
  color: #fff;
  transform: rotate(90deg);
}

/* ===== POPUP TEXT ===== */
.mmdrd-popup-card h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #FF7F00;
  letter-spacing: 0.3px;
}

.mmdrd-popup-text {
  color: #eaeaea;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

/* ===== POPUP BUTTONS ===== */
.mmdrd-popup-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.mmdrd-btn {
  padding: 0.7rem 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
  font-family: inherit;
}

.mmdrd-btn-primary {
  background: #FF7F00;
  color: #000;
}
.mmdrd-btn-primary:hover {
  background: #e3c052;
}

.mmdrd-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
}
.mmdrd-btn-ghost:hover {
  background: rgba(255,255,255,0.1);
}

/* ===== COOKIE POPUP (bottom) ===== */
.mmdrd-cookie-popup {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 20px;
  background: transparent;
  backdrop-filter: none;
  animation: none;
}

.mmdrd-cookie-card {
  background: #014d35;
  color: #fff;
  border: 1px solid rgba(212,175,55,0.3);
  box-shadow: 0 0 20px rgba(212,175,55,0.25);
  border-radius: 14px;
  padding: 1.2rem 1.5rem;
  max-width: 420px;
  width: 100%;
  animation: cbSlideUp 0.5s ease forwards;
}

.mmdrd-cookie-card h3 {
  font-size: 1.1rem;
  color: #FF7F00;
  margin-bottom: 0.6rem;
}

.mmdrd-cookie-text {
  font-size: 0.9rem;
  color: #eaeaea;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.mmdrd-cookie-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
  flex-wrap: wrap;
}


.mmdrd-hero-slider {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mmdrd-slide {
  position: absolute; /* <- важно */
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  z-index: 0;
}

.mmdrd-slide.active {
  opacity: 1;
  z-index: 1;
}
.mmdrd-hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
}

/* ===== Slider Background ===== */
.mmdrd-hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.mmdrd-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.mmdrd-slide.active {
  opacity: 1;
}

/* ===== Overlay ===== */
.mmdrd-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}

/* ===== Hero Inner ===== */
.mmdrd-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ===== Hero Left ===== */
.mmdrd-hero-left {
  flex: 1 1 500px;
  min-width: 300px;
}

.mmdrd-kicker {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFA500;
  margin-bottom: 0.5rem;
}



.mmdrd-hero-lead {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #e0e0ff;
}

/* ===== Hero Right (Age Alert) ===== */
.mmdrd-hero-right {
  flex: 0 0 480px;
  max-width: 100%;
}

.mmdrd-age-alert {
  height: max-content;
  background: #FF4500;
  padding: 2rem;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0 40px rgba(255,215,0,0.25);
  border: 2px solid rgba(255,215,0,0.3);
}

.mmdrd-age-alert h2 {
  font-size: 2rem;
  color: #FFA500;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 800;
}

.mmdrd-age-alert p {
  font-size: 1rem;
  color: #e0e0ff;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.mmdrd-age-divider {
  width: 60px;
  height: 3px;
  background: #ffffff;
  margin: 1.5rem auto 0;
  border-radius: 2px;
}
.mmdrd-age-popup {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,0,30,0.95), rgba(51,0,34,0.95));
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.mmdrd-age-popup.active {
  opacity: 1;
  pointer-events: all;
}






.mmdrd-btn-ghost:hover {
  background: rgba(255,215,0,0.2);
  color: #FF4500;
}
#mmdrd-age-popup {
  display: none; /* Скрыт по умолчанию */
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  backdrop-filter: blur(4px);
  transition: opacity 0.3s ease;
}



.mmdrd-privacy {
  padding: 120px 20px;
  background: linear-gradient(160deg, #FF4500 0%, #1e2145 100%);
  color: #f0f0ff;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}

.mmdrd-privacy::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.05), transparent 70%);
  top: -25%;
  left: -25%;
  transform: rotate(25deg);
  pointer-events: none;
}

/* Intro Text */
.mmdrd-privacy-intro {
  font-size: 1.45rem;
  line-height: 2;
  margin-bottom: 5rem;
  color: #dcdcff;
  font-weight: 500;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

/* Privacy Blocks */
.mmdrd-privacy-block {
  background: rgba(255, 255, 255, 0.03);
  border-left: 6px solid #FFA500;
  padding: 35px 40px;
  margin-bottom: 30px;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
  transition: all 0.6s ease;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.8s forwards;
  animation-delay: 0.2s;
}

/* Sequential fade-in for blocks */
.mmdrd-privacy-block:nth-child(1) { animation-delay: 0.1s; }
.mmdrd-privacy-block:nth-child(2) { animation-delay: 0.2s; }
.mmdrd-privacy-block:nth-child(3) { animation-delay: 0.3s; }
.mmdrd-privacy-block:nth-child(4) { animation-delay: 0.4s; }
.mmdrd-privacy-block:nth-child(5) { animation-delay: 0.5s; }
.mmdrd-privacy-block:nth-child(6) { animation-delay: 0.6s; }
.mmdrd-privacy-block:nth-child(7) { animation-delay: 0.7s; }
.mmdrd-privacy-block:nth-child(8) { animation-delay: 0.8s; }

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(50px); }
  100% { opacity: 1; transform: translateY(0); }
}

.mmdrd-privacy-block:hover {
  background: rgba(255, 215, 0, 0.12);
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 18px 60px rgba(0,0,0,0.6);
}

/* Block Heading */
.mmdrd-privacy-block h2 {
  color: #FF7F00;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
}

.mmdrd-privacy-block h2::before {
  content: "★";
  color: #FFA500;
  margin-right: 10px;
  font-size: 1.4rem;
  vertical-align: middle;
}

.mmdrd-privacy-block h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #FF7F00, #FFA500);
  margin-top: 10px;
  border-radius: 2px;
}

/* Paragraphs and Lists */
.mmdrd-privacy-block p,
.mmdrd-privacy-block ul {
  font-size: 1.1rem;
  line-height: 1.85;
  color: #e0e0ff;
}

.mmdrd-privacy-list {
  margin: 20px 0;
  padding-left: 30px;
  list-style: none;
  counter-reset: privacy-item;
}

.mmdrd-privacy-list li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 38px;
}

.mmdrd-privacy-list li::before {
  counter-increment: privacy-item;
  content: counter(privacy-item);
  position: absolute;
  left: 0;
  top: 0;
  color: #FFA500;
  font-weight: 700;
  font-size: 1.2rem;
}

/* Final Block Highlight */
.mmdrd-privacy-block.final {
  border-left-color: #ff6f61;
  background: rgba(255,111,97,0.05);
}

.mmdrd-privacy-block.final h2 {
  color: #ff6f61;
}


.mmdrd-privacy-block {
    padding: 30px 25px;
  }
  .mmdrd-privacy-intro {
    font-size: 1.3rem;
  }
  .mmdrd-privacy-block h2 {
    font-size: 1.4rem;
  }
  #mmdrd-age-popup.active {
  display: flex;
  opacity: 1;
}
.mmdrd-gallery-parallax {
  position: relative;
  padding: 6rem 1rem;
  color: #fff;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}
a {
  text-decoration: none;
  color: #fff;
}
.mmdrd-gallery-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url('../img/offers-bg.jpg');
  background-size: cover;
  background-attachment: fixed; /* параллакс эффект */
  background-position: center;
  filter: brightness(0.4); /* затемнение для контраста с текстом */
  z-index: 0;
}

.mmdrd-container {
  position: relative;
  z-index: 1;
}

/* Заголовок блока */
.mmdrd-gallery-header {
  text-align: center;
  margin-bottom: 4rem;
}

.mmdrd-kicker-small {
  font-size: 0.9rem;
  color: #ffa500;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}

.mmdrd-gallery-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.mmdrd-gallery-sub {
  font-size: 1.1rem;
  color: #ccc;
}

/* Сетка галереи */
.mmdrd-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

/* Эффект карточки */
.mmdrd-gallery-item {
  overflow: hidden;
  border-radius: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
}

.mmdrd-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.mmdrd-gallery-item:hover img {
  transform: scale(1.1);
}

.mmdrd-gallery-item:hover {
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
  z-index: 2;
}
.mmdrd-footer-modern {
  background: linear-gradient(180deg, #ff6b00 0%, #ff9f1c 100%);
  color: #fff;
  padding: 60px 20px 30px;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
}

.mmdrd-footer-modern a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mmdrd-footer-modern a:hover {
  color: #ffd36b;
}

.mmdrd-footer-top {
  text-align: center;
  margin-bottom: 40px;
}

.mmdrd-footer-logo span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  background: linear-gradient(90deg, #fff, #ffd36b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mmdrd-footer-tagline {
  margin-top: 10px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.9);
}

.mmdrd-footer-socials a {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.2rem;
  transition: transform 0.3s;
}

.mmdrd-footer-socials a:hover {
  transform: scale(1.2);
  color: #ffd36b;
}

/* ===== Средний блок ===== */
.mmdrd-footer-middle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.mmdrd-footer-column {
  flex: 1 1 250px;
}

.mmdrd-footer-column h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.mmdrd-footer-column h4::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #ffd36b;
  margin-top: 5px;
  border-radius: 2px;
}

.mmdrd-footer-column ul {
  list-style: none;
  padding: 0;
}

.mmdrd-footer-column ul li {
  margin-bottom: 10px;
}

.mmdrd-footer-column ul li a {
  font-size: 0.95rem;
}

.mmdrd-footer-column p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.mmdrd-footer-note {
  margin-top: 10px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

/* ===== Логотипы партнеров ===== */
.mmdrd-footer-partners .mmdrd-footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}

.mmdrd-footer-partners .mmdrd-footer-logos a img {
  height: 35px;
  filter: brightness(1) invert(1);
  transition: transform 0.3s, filter 0.3s;
}

.mmdrd-footer-partners .mmdrd-footer-logos a img:hover {
  transform: scale(1.1);
  filter: brightness(1.2) invert(0.9);
}

/* ===== Нижний блок ===== */
.mmdrd-footer-bottom {
  text-align: center;
  font-size: 0.8rem;
  color: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.mmdrd-footer-socials {
  margin-top: 20px;
}
.mmdrd-responsible {
  position: relative;
  background-color: #1f1f1f; /* темно-серый фон */
  color: #e0e0e0; /* светлый текст */
  padding: 4rem 0;
  font-family: 'Montserrat', sans-serif;
}

/* Контейнер */
.mmdrd-container {
  position: relative;
  z-index: 10;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Вступительный текст */
.mmdrd-responsible-intro {
  font-size: 1.25rem;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
}

/* Заголовки блоков */
.mmdrd-responsible-block h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  color: #4caf50; /* зелёный акцент */
  position: relative;
  display: inline-block;
}

/* Линия под заголовком */
.mmdrd-responsible-block h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #e53935; /* красный акцент */
  margin-top: 6px;
  border-radius: 2px;
}

/* Параграфы */
.mmdrd-responsible-block p {
  font-size: 1rem;
  line-height: 1.8;
  color: #d0d0d0;
  margin-bottom: 1.5rem;
}

/* Список */
.mmdrd-responsible-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.mmdrd-responsible-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  color: #ffffff;
  transition: transform 0.3s, color 0.3s;
}

/* Иконка маркера */
.mmdrd-responsible-list li::before {
  content: '✔'; /* стильная галочка */
  position: absolute;
  left: 0;
  top: 0;
  color: #4caf50; /* зелёная галочка */
  font-weight: bold;
}

/* Hover эффект для пунктов */
.mmdrd-responsible-list li:hover {
  transform: translateX(5px);
  color: #e53935; /* красный акцент при наведении */
}

/* Финальный блок */
.mmdrd-responsible-block.final h2::after {
  background-color: #4caf50; /* зелёная линия для финального блока */
}

.crb-btn-primary {
    background-color: #f7d84a;
    color: #000;
    border: none;
}
.crb-btn {
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s 
ease;
    font-size: 0.95rem;
}
.mmdrd-age-warning {
  padding: 60px 20px;
  background: linear-gradient(135deg, #a30029 0%, #f5c542 100%);
  color: #fff;
  text-align: left;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.mmdrd-age-flex {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.mmdrd-age-image img {
  max-width: 400px;
  width: 100%;
  border-radius: 12px;
}

.mmdrd-age-text h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.mmdrd-age-text p {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.mmdrd-age-back {
  display: inline-block;
  margin-top: 25px;
  padding: 12px 28px;
  background: #fff;
  color: #a30029;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mmdrd-age-back:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
/* ================= RESPONSIVE ================= */
