/* DenmarKoffer — Emerald & Gold Theme (chr4- prefixed) */
/* ================= RESET ================= */
* {box-sizing: border-box;margin:0;padding:0}
html,body{}
.chr4-body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: linear-gradient(135deg, #ff00ff  20%, #000000 40%, #39FF14 60%);
  color: #2B1200;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

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

/* ================= HEADER ================= */
.chr4-header { 
  position:sticky; top:0; z-index:50; 
  background: linear-gradient(180deg,#2B1200,#000000);  
  box-shadow:0 6px 20px rgba(0,0,51,0.2); 
}
.chr4-header-row { display:flex;align-items:center;justify-content:space-between;padding:14px ; gap:16px; }
.chr4-brand { display:flex; align-items:center; gap:12px; color:#000000; text-decoration:none; font-weight:800; }
.chr4-logo { font-size:26px; transform:translateY(-2px) }
.chr4-site-name { font-size:1.25rem; letter-spacing:0.4px; color: #ffffff; }
.chr4-site-name span { color:#ff00ff } 

.chr4-nav { display:flex; gap:20px; align-items:center; }
.chr4-nav a { color:#ffffff; font-weight:700; padding:8px 10px; border-radius:8px; transition:all .18s; text-decoration:none; }
.chr4-nav a:hover { background: rgba(0,95,75,0.06);color: #000000; transform:translateY(-2px) }

.chr4-burger { display:none; width:42px;height:36px; background:#000000;  border:none; cursor:pointer; padding:6px; align-items:center; justify-content:center; }
.chr4-burger span { display:block; height:3px; background:#000000; border-radius:3px; margin:5px 0; transition:all .25s }

.chr4-burger.active span:nth-child(1){ transform:rotate(45deg) translate(6px,6px) }
.chr4-burger.active span:nth-child(2){ opacity:0; transform:translateX(-10px) }
.chr4-burger.active span:nth-child(3){ transform:rotate(-45deg) translate(6px,-6px) }

/* ================= HERO ================= */
.chr4-hero-new {
  position: relative;
  overflow: hidden;
  padding: 100px 20px;
  background: url("../img/hero-bg1.jpg");
  background-size: cover;
  color: #fff;
  font-family: 'Inter', sans-serif;
}
.chr4-hero-new::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* чёрное затемнение с прозрачностью 60% */
  z-index: 1;
}.chr4-hero-new > * {
  position: relative;
  z-index: 2;
}
.chr4-hero-new .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}
.chr4-responsible-block {
  background: linear-gradient(180deg, #000, #ff00ff, #000);
  color: #fff;
  padding: 10% 0;
  
 
  position: relative;
  overflow: hidden;
}

.chr4-responsible-header {
  margin-bottom: 50px;
}

.chr4-kicker-small {
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #ffcc00;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 700;
}

.chr4-responsible-title {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 15px;
}

.chr4-responsible-sub {
  font-size: 1rem;
  color: #f0e6e6;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== Сетка карточек 3x2 ===== */
.chr4-responsible-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* ===== Карточки ===== */
.chr4-responsible-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.chr4-responsible-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(255, 204, 0, 0.5);
}

.chr4-responsible-icon {
  font-size: 2rem;
  margin-bottom: 15px;
  display: inline-block;
}

/* ===== Текст карточек ===== */
.chr4-responsible-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.chr4-responsible-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #eee;
}

/* ===== Контакт ===== */
.chr4-responsible-footer {
  margin-top: 50px;
  font-size: 0.95rem;
  color: #ffea9d;
}

.chr4-responsible-footer a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}
/* ========= Левый блок ========== */
.chr4-hero-text {
  flex: 1 1 500px;
  z-index: 2;
}

.chr4-hero-badge {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #ffd700, #ffae00);
  color: #4b001f;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.chr4-hero-title {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #fff, #ffd700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.chr4-hero-lead {
  font-size: 1.15rem;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 500px;
  opacity: 0.9;
}

.chr4-btn-cta {
  display: inline-block;
  padding: 14px 35px;
  background: #ffd700;
  color: #4b001f;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.chr4-btn-cta:hover {
  background: #ffae00;
  transform: scale(1.05);
}

/* ========= Правый блок визуальный ========== */
.chr4-hero-visual {
  position: relative;
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chr4-hero-card-floating {
  position: relative;
  width: 300px;
  height: 300px;
  animation: float 6s ease-in-out infinite;
}

.chr4-hero-card-floating img {
  width: 100%;
  display: block;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.chr4-hero-chip {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at center, #ffd700, #ffae00);
  box-shadow: 0 0 20px #ffd700;
}

.chr4-hero-chip.glow {
  width: 50px;
  height: 50px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  animation: chip-float 4s ease-in-out infinite alternate;
}

.chr4-hero-chip.glow-small {
  width: 25px;
  height: 25px;
  bottom: 10px;
  right: 30%;
  animation: chip-float 3s ease-in-out infinite alternate;
}

.chr4-hero-light-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.15), transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: pulse 5s infinite;
}

/* ========= Фоновые абстрактные фигуры ========== */
.chr4-hero-bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.15;
  filter: blur(60px);
  animation: bg-move 20s linear infinite;
}

.chr4-bg-shape-1 { width: 300px; height: 300px; background: #ffd700; top: -50px; left: -50px; }
.chr4-bg-shape-2 { width: 400px; height: 400px; background: #ff4b00; bottom: -80px; right: -60px; }
.chr4-bg-shape-3 { width: 250px; height: 250px; background: #ffae00; top: 30%; right: 10%; }
.chr4-bg-shape-4 { width: 150px; height: 150px; background: #ff0000; bottom: 20%; left: 15%; }

/* ========= Анимации ========== */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
}

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

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.15; }
  50% { transform: scale(1.2); opacity: 0.25; }
}

@keyframes bg-move {
  0% { transform: translate(0, 0); }
  50% { transform: translate(30px, -20px); }
  100% { transform: translate(0, 0); }
}
@media (max-width: 992px) {
  .chr4-hero-new .container {
    flex-direction: column;
    text-align: center;
  }
  .chr4-hero-title {
    font-size: 26px;
  }
  .chr4-responsible-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .chr4-hero-visual { margin-bottom: 40px; }
}

/* ===== Button Stylish ===== */
.chr4-btn-cta {
  display: inline-block;
  padding: 0.8rem 2.5rem;
  background: linear-gradient(135deg, #39ff14, #000000);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 14px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.3);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.chr4-btn-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255,255,255,0.15);
  transform: rotate(45deg);
  transition: all 0.5s ease;
}

.chr4-btn-cta:hover::before {
  top: -20%;
  left: -20%;
}

.chr4-btn-cta:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

/* ===== Animations ===== */
@keyframes fadeInScale {
  0% { opacity: 0; transform: scale(0.8); }
  100% { opacity: 1; transform: scale(1); }
}

/* ================= OFFERS ================= */
.chr4-offer-description {
  margin-top: 35px;
  padding: 25px 30px;
  background: linear-gradient(145deg, #2a0012, #50001f);
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.7);
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.65;
  text-align: justify;
}

.chr4-offer-description h3 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffd700;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(255,215,0,0.7);
}

.chr4-offer-description p {
  margin-bottom: 12px;
  color: #f5f5f5;
}

.chr4-offer-description strong {
  color: #ffd700;
  font-weight: 700;
}
.chr4-offers {
  padding: 10% 20px;
  font-family: 'Inter', sans-serif;
  color: #fff;
}

.chr4-offers-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  margin-bottom: 60px;
  color: #ffd700;
  text-shadow: 0 0 12px rgba(255, 215, 0, 0.7);
  letter-spacing: 1px;
}

/* ===== Карточка ===== */
.chr4-offer-card-unique {
  background: linear-gradient(145deg, #30000f, #600010);
  border-radius: 25px;
  padding: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 12px 40px rgba(0,0,0,0.7);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.chr4-offer-card-unique:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 18px 60px rgba(0,0,0,0.8);
}

/* ===== Flex контейнер ===== */
.chr4-offer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
  position: relative;
}

/* ===== Левый блок ===== */
.chr4-offer-left {
  flex: 1 1 180px;
  text-align: center;
}

.chr4-offer-logo-wrapper {
  max-width: 140px;
  margin: 0 auto 15px;
  padding: 12px;
  background: radial-gradient(circle at top left, #ffd700 0%, rgba(255,215,0,0.1) 100%);
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255,215,0,0.5), inset 0 0 15px rgba(255,215,0,0.2);
  transition: transform 0.3s ease;
}

.chr4-offer-logo-wrapper:hover {
  transform: scale(1.1) rotate(-2deg);
}

.chr4-offer-logo {
  width: 100%;
  border-radius: 12px;
  display: block;
}

/* ===== Название и рейтинг ===== */
.chr4-offer-name a {
  color: #ffd700;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(255,215,0,0.8);
  transition: color 0.3s, text-shadow 0.3s;
}

.chr4-offer-name a:hover {
  color: #fff;
  text-shadow: 0 0 18px #ffd700, 0 0 28px #ffea00;
}

.chr4-stars {
  display: block;
  font-size: 1.3rem;
  margin-top: 8px;
  background: linear-gradient(90deg, #ffd700, #ffec99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 6px rgba(255,215,0,0.5);
  animation: twinkle 2s infinite alternate;
}

@keyframes twinkle {
  0% { text-shadow: 0 0 4px rgba(255,215,0,0.4);}
  50% { text-shadow: 0 0 12px rgba(255,255,200,0.9);}
  100% { text-shadow: 0 0 6px rgba(255,215,0,0.6);}
}

/* ===== Центральный блок ===== */
.chr4-offer-center {
  flex: 2 1 300px;
  text-align: center;
}

.chr4-bonus {
  font-size: 1.25rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}

.chr4-bonus strong {
  color: #ffd700;
  font-weight: 700;
  text-shadow: 0 0 8px rgba(255,215,0,0.6);
}

/* ===== Платёжные системы ===== */
.chr4-payments span {
  display: inline-block;
  margin: 0 10px;
  font-size: 1.2rem;
  transition: transform 0.3s, filter 0.3s;
}

.chr4-payments span:hover {
  transform: scale(1.3) rotate(-5deg);
  filter: drop-shadow(0 0 8px gold);
}

/* ===== Правый блок и кнопка ===== */
.chr4-offer-right {
  flex: 1 1 150px;
  text-align: center;
}

.chr4-btn-offer-unique {
  display: inline-block;
  padding: 16px 35px;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, #ffd700, #ffb700, #ffec99);
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 6px 25px rgba(255,215,0,0.4);
  transition: transform 0.3s, box-shadow 0.3s, background 0.5s;
  position: relative;
  overflow: hidden;
}

.chr4-btn-offer-unique::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, rgba(255,255,255,0.4), rgba(255,255,255,0));
  transform: rotate(45deg);
  transition: all 0.5s;
}

.chr4-btn-offer-unique:hover::before {
  top: -20%;
  left: -20%;
}

.chr4-btn-offer-unique:hover {
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 10px 35px rgba(255,215,0,0.6);
}

/* ===== Декоративные элементы ===== */
.chr4-offer-decor {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,215,0,0.25), transparent);
  border-radius: 0 25px 25px 0;
  pointer-events: none;
  animation: shimmer 3s infinite linear;
}

@keyframes shimmer {
  0% { background-position: -200px 0; }
  100% { background-position: 200px 0; }
}

/* ================= ABOUT ================= */
.chr4-features-modern {
  padding: 6rem 1rem;
  background: linear-gradient(135deg, #FF00FF, #000000, #39FF14);
  color: #fff;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}

.chr4-features-header {
  text-align: center;
  margin-bottom: 40px;
}

.chr4-kicker-small {
  font-size: 0.9rem;
  color: #ff9500;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.chr4-features-title {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

.chr4-features-sub {
  font-size: 1rem;
  color: #ccc;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== Сетка 3x2 ===== */
.chr4-features-grid-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

/* ===== Мини-карточки ===== */
.chr4-feature-mini-card {
  background: linear-gradient(135deg, #2c0035, #3b004d);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.chr4-feature-mini-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(255, 150, 0, 0.6);
}

/* ===== Иконки ===== */
.chr4-feature-mini-icon {
  font-size: 2rem;
  margin-bottom: 10px;
  display: inline-block;
  padding: 15px;
  background: linear-gradient(135deg, #ff9500, #ffd500);
  border-radius: 50%;
  color: #1a001a;
  transition: transform 0.3s;
}

.chr4-feature-mini-card:hover .chr4-feature-mini-icon {
  transform: scale(1.2) rotate(10deg);
}
.chr4-feature-mini-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.chr4-feature-mini-card p {
  font-size: 0.9rem;
  color: #ddd;
  line-height: 1.4;
}
.chr4-about {
  background: #671c00;
  padding: 100px 0;
  font-family: 'Inter', sans-serif;
  color: #e0f7ff;
}

.chr4-about-card {
  display: flex;
  align-items: center;
  gap: 50px;
  background: linear-gradient(135deg, #000000, #FF00FF);
  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;
}

.chr4-about-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 90px rgba(0, 255, 212, 0.35);
}

.chr4-card-reverse {
  flex-direction: row-reverse;
}

.chr4-about-card-content {
  flex: 1;
}

.chr4-about-card-title {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #000000, #FF00FF);
  -webkit-background-clip: text;
  color: transparent;
}

.chr4-about-card-content p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #ffffff;
}

.chr4-about-card-image {
  flex: 1;
  text-align: center;
}

.chr4-about-card-image img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 255, 212, 0.25);
  transition: transform 0.4s ease;
}

.chr4-about-card-image img:hover {
  transform: scale(1.05) rotate(-2deg);
}
.chr4-values-parallax {
  position: relative;
  background-image: url('../img/values-bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  color: #e0f7ff;
  overflow: hidden;
}

.chr4-values-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6,16,38,0.8);
  z-index: 1;
}

.chr4-values-cards {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.chr4-values-card {
  background: linear-gradient(135deg, #000000, #FF00FF);
  border-radius: 25px;
  padding: 40px 30px;
  flex: 1 1 380px;
  max-width: 480px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,255,212,0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.chr4-values-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 90px rgba(0,255,212,0.35);
}


.chr4-values-icon {
  font-size: 3rem;
  color: #000000;
  margin-bottom: 20px;
}

.chr4-values-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #000000, #FF00FF);
  -webkit-background-clip: text;
  color: transparent;
}

.chr4-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffffff;
  text-align: left;
}

.chr4-values-list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.chr4-text-gold {
  color: #ff00ff;
  margin-right: 8px;
}






@media (max-width: 992px) {
  .chr4-about-card,
  .chr4-card-reverse {
    flex-direction: column;
    text-align: center;
  }
  .chr4-card-reverse .chr4-about-card-content {
    order: 2;
  }
  .chr4-card-reverse .chr4-about-card-image {
    order: 1;
  }
  .chr4-about-card,
  .chr4-card-reverse {
    flex-direction: column;
    text-align: center;
  }
  .chr4-card-reverse .chr4-about-card-content {
    order: 2;
  }
  .chr4-card-reverse .chr4-about-card-image {
    order: 1;
  }
}




@keyframes cbGlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.chr4-about-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}

.chr4-about-row:last-child {
  margin-bottom: 0;
}

.chr4-about-row.chr4-reverse {
  flex-direction: row-reverse;
}

.chr4-about-text {
  flex: 1;
}

.chr4-about-title {
  font-size: 2.4rem;
  font-weight: 800;
  color: #000000;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.chr4-about-text p {
  line-height: 1.7;
  color: #e8f5ed;
  font-size: 1.05rem;
}

.chr4-about-img {
  flex: 1;
  text-align: center;
}

.chr4-about-image {
  width: 100%;
  max-width: 420px;
  border-radius: 20px;
  border: 1px solid rgba(255, 215, 0, 0.25);
  box-shadow: 0 0 20px rgba(0, 128, 96, 0.3);
  transition: all 0.4s ease;
}

.chr4-about-image:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 0 40px rgba(0, 255, 180, 0.4);
}

.chr4-faq-modern {
  padding: 6rem 1rem;
  background: linear-gradient(to bottom, #1e1e1e 0%, #111 100%);
  color: #fff;
  font-family: 'Inter', sans-serif;
}

.chr4-faq-header {
  text-align: center;
  margin-bottom: 4rem;
}

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

.chr4-faq-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.chr4-faq-sub {
  font-size: 1.1rem;
  color: #ccc;
}

/* Две колонки */
.chr4-faq-grid {
  display: flex;
  gap: 2rem;
}

.chr4-faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* FAQ item */
.chr4-faq-item {
  background: rgba(255,165,0,0.05);
  border-left: 4px solid #ff00ff;
  border-radius: 0.8rem;
  overflow: hidden;
}

.chr4-faq-question {
  width: 100%;
  padding: 1rem 1.5rem;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1.05rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.chr4-faq-question:hover {
  background: rgba(255,165,0,0.1);
}

.chr4-faq-icon {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.chr4-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  color: #ddd;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.chr4-faq-item.active .chr4-faq-answer {
  max-height: 500px;
  padding: 1rem 1.5rem;
}

.chr4-faq-item.active .chr4-faq-icon {
  transform: rotate(180deg);
}
.chr4-icon {
  font-size: 1.2rem;
  color: #000000;
  transition: transform 0.3s ease;
}

.chr4-icon.rotated {
  transform: rotate(45deg);
}
.chr4-section.chr4-alt {
  background: linear-gradient(180deg, #000000 0%, rgba(128,0,32,0.3) 100%);
  color: #fff;
  padding: 80px 0;
}

.chr4-section-subtitle {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.chr4-text-muted {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  line-height: 1.7;
}

.chr4-btn.chr4-btn-line {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid #ff00ff;
  color: #000000;
  padding: 0.7rem 1.4rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.chr4-btn.chr4-btn-line:hover {
  background-color: #000000;
  color: #000000;
  box-shadow: 0 0 10px #ff00ffa6;
}

.chr4-list.chr4-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.chr4-list.chr4-checklist li {
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.05rem;
  color: #f0f0f0;
}

.chr4-text-gold {
  color: #000000;
}

.chr4-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.chr4-col {
  flex: 1;
  min-width: 280px;
}
/* ================= FOOTER ================= */
.chr4-footer-modern {
  background: #1b0b1f;
  color: #fff;
  font-family: 'Inter', sans-serif;
  padding: 60px 20px 30px;
}

.chr4-footer a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.chr4-footer a:hover {
  color: #ffcc00;
}

/* ===== Верхняя часть ===== */
.chr4-footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.chr4-footer-logo {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffcc00;
}

.chr4-footer-tagline {
  margin: 10px 0;
  font-size: 0.95rem;
  color: #ccc;
}

.chr4-footer-socials a {
  margin-left: 15px;
  font-size: 1.2rem;
  color: #fff;
}
.chr4-footer-socials a:hover {
  color: #ffcc00;
}

/* ===== Средняя часть ===== */
.chr4-footer-middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.chr4-footer-column {
  flex: 1 1 250px;
  margin-bottom: 30px;
}

.chr4-footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffcc00;
}

.chr4-footer-links {
  list-style: none;
  padding: 0;
}

.chr4-footer-links li {
  margin-bottom: 10px;
}

.chr4-footer-links li a:hover {
  color: #ffcc00;
  text-decoration: underline;
}

.chr4-footer-note {
  font-size: 0.85rem;
  color: #aaa;
  margin-top: 10px;
  line-height: 1.4;
}

/* ===== Логотипы партнёров ===== */
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.footer-logos a img {
  height: 40px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

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

/* ===== Нижняя часть ===== */
.chr4-footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #aaa;
}

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

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

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

.chr4-burger:active {
  transform: scale(0.9);
}
.chr4-age-popup,
.chr4-cookie-popup {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(1, 50, 32, 0.85);
  backdrop-filter: blur(6px);
  z-index: 1200;
  animation: cbFadeIn 0.4s ease forwards;
}

@keyframes cbFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ===== POPUP CARD ===== */
.chr4-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: chr4-popup-fadeIn 0.4s ease forwards;
}



/* ===== Close Button ===== */
.chr4-popup-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255, 122, 0, 0.1);
  color: #ff7a00;
  font-size: 1.4rem;
  border: none;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.3s ease;
}

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



#chr4-age-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #ff7a00, #ffb347);
  margin: 10px auto 0;
  border-radius: 3px;
}

/* ===== Text ===== */

/* ===== Buttons ===== */
.chr4-popup-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* Primary Button */
.chr4-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);
}

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

/* Ghost Button */
.chr4-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;
}

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

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

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


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

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

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

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

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

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

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

.chr4-btn-primary {
  background: #ff00ff;
  color: #000;
}
.chr4-btn-primary:hover {
  background: #e3c052;
}

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

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

.chr4-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;
}

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

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

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



.chr4-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;
}

.chr4-slide.active {
  opacity: 1;
  z-index: 1;
}


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

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




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



.chr4-age-alert {
  height: max-content;
  background: #000000;
  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);
}

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

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

.chr4-age-divider {
  width: 60px;
  height: 3px;
  background: #ffffff;
  margin: 1.5rem auto 0;
  border-radius: 2px;
}
.chr4-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;
}

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

/* ===== Popup Card ===== */
.chr4-popup-card {
  background: #000;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  max-width: 480px;
  width: 90%;
  text-align: center;
  box-shadow: 0 0 60px rgba(255, 0, 234, 0.25);
  border: 2px solid rgba(255, 0, 221, 0.3);
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.5s ease;
}

.chr4-age-popup.active .chr4-popup-card {
  transform: translateY(0);
  opacity: 1;
}

/* ===== Close Button ===== */
.chr4-popup-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: none;
  font-size: 1.2rem;
  color: #000;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.chr4-popup-close:hover {
  transform: scale(1.2);
}

/* ===== Title ===== */
.chr4-popup-card h2 {
  font-size: 2rem;
  color: #ff00ff;
  margin-bottom: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
}



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

.chr4-btn-primary {
  background: #ff00ff;
  color: #000000;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.chr4-btn-primary:hover {
  background: #ffe86f;
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(255,215,0,0.4);
}

.chr4-btn-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid #ff00ff;
  padding: 0.8rem 2rem;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.chr4-btn-ghost:hover {
  background: rgba(255,215,0,0.2);
  color: #000000;
}
#chr4-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;
}



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

.chr4-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 */
.chr4-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 */
.chr4-privacy-block {
  background: rgba(255, 255, 255, 0.03);
  border-left: 6px solid #ff00ff;
  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 */
.chr4-privacy-block:nth-child(1) { animation-delay: 0.1s; }
.chr4-privacy-block:nth-child(2) { animation-delay: 0.2s; }
.chr4-privacy-block:nth-child(3) { animation-delay: 0.3s; }
.chr4-privacy-block:nth-child(4) { animation-delay: 0.4s; }
.chr4-privacy-block:nth-child(5) { animation-delay: 0.5s; }
.chr4-privacy-block:nth-child(6) { animation-delay: 0.6s; }
.chr4-privacy-block:nth-child(7) { animation-delay: 0.7s; }
.chr4-privacy-block:nth-child(8) { animation-delay: 0.8s; }

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

.chr4-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 */
.chr4-privacy-block h2 {
  color: #000000;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
}

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

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

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

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

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

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

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

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


.chr4-privacy-block {
    padding: 30px 25px;
  }
  .chr4-privacy-intro {
    font-size: 1.3rem;
  }
  .chr4-privacy-block h2 {
    font-size: 1.4rem;
  }
  #chr4-age-popup.active {
  display: flex;
  opacity: 1;
}
section#chr4-gallery {
  padding: 5% 0;
}
.chr4-gallery-parallax {
  position: relative;
  padding: 6rem 1rem;
  color: #fff;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
}
a {
  text-decoration: none;
  color: #fff;
}
.chr4-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;
}

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

.chr4-gallery-header {
  text-align: center;
  margin-bottom: 40px;
}

.chr4-kicker-small {
  font-size: 0.9rem;
  color: #ff9500;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.chr4-gallery-title {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 10px;
}

.chr4-gallery-sub {
  font-size: 1rem;
  color: #ccc;
  max-width: 700px;
  margin: 0 auto;
}

/* ===== Сетка 3x3 ===== */
.chr4-gallery-grid-3x3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ===== Элементы галереи ===== */
.chr4-gallery-item {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.chr4-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

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

.chr4-gallery-item:hover {
  box-shadow: 0 10px 25px rgba(255, 150, 0, 0.5);
  transform: translateY(-5px);
}
.chr4-footer-modern {
  background: linear-gradient(135deg, #000000, #0c1f3d);
  color: #fff;
  padding: 60px 20px 30px;
  font-family: 'Inter', sans-serif;
  position: relative;
  overflow: hidden;
}

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

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

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

.chr4-footer-logo span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  background: #FF00FF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== Нижний блок ===== */
.chr4-footer-bottom {
  text-align: center;
  font-size: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.chr4-footer-socials {
  margin-top: 20px;
}
.chr4-responsible {
  background: linear-gradient(135deg, #ff7f50, #000000); /* оранжево-золотой градиент */
  padding: 80px 20px;
  color: #fff;
  font-family: "Inter", sans-serif;
  position: relative;
  overflow: hidden;
}

.chr4-responsible::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.05);
  transform: rotate(45deg);
  pointer-events: none;
}

.chr4-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* ===== Заголовок ===== */
.chr4-responsible-intro {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 50px;
  text-align: center;
}


/* ===== Заголовки разделов ===== */
.chr4-responsible-block h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  padding-left: 15px;
}

.chr4-responsible-block h2::before {
  content: "•";
  color: #ffd700;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2rem;
  line-height: 1;
}

/* ===== Списки ===== */
.chr4-responsible-list {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}

.chr4-responsible-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.chr4-responsible-list li::before {
  content: "✓";
  color: #ffd700;
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* ===== Финальный блок ===== */
.chr4-responsible-block.final {
  border-left-color: #000000;
  background: rgba(255, 255, 255, 0.15);
}

/* ===== Ссылки ===== */
.chr4-responsible a {
  color: #fff;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.chr4-responsible a:hover {
  color: #ffd700;
}

.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;
}
.chr4-age-warning {
  background: linear-gradient(135deg, rgba(0,0,0,0.8), rgba(50,0,50,0.8)), url("../img/18+.png") center/cover no-repeat;
  color: #fff;
  padding: 80px 20px;
  font-family: 'Inter', sans-serif;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.chr4-age-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.chr4-age-image img {
  max-width: 180px;
  filter: drop-shadow(0 0 15px #ff007f);
  border-radius: 15px;
  transition: transform 0.3s ease;
}

.chr4-age-image img:hover {
  transform: scale(1.05);
}

.chr4-age-text {
  max-width: 700px;
  text-align: center;
}

.chr4-age-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #ff00ff;
  margin-bottom: 20px;
  text-shadow: 0 0 15px #ff00ff;
}

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

.chr4-btn-primary.chr4-age-back {
  display: inline-block;
  padding: 12px 28px;
  background: linear-gradient(90deg, #ff00ff, #ff66ff);
  color: #fff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  margin-top: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 0, 255, 0.5);
}

.chr4-btn-primary.chr4-age-back:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 0, 255, 0.8);
}
/* ================= RESPONSIVE ================= */
@media (max-width: 980px){
  .chr4-container {
    padding: 10px;
  }
  .chr4-offer-decor {
    display: none;
  }
   .chr4-offer-content {
    flex-direction: column;
    text-align: center;
  }
  .chr4-offer-left, .chr4-offer-center, .chr4-offer-right {
    flex: 1 1 100%;
  }
  .chr4-responsible-intro {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }

  .chr4-responsible-block {
    padding: 25px 20px;
  }

  .chr4-responsible-block h2 {
    font-size: 1.3rem;
  }
  .crb-cookie-card {
    bottom: 30%;
  }
  .chr4-popup-card {
    padding: 35px 20px;
  }

  #chr4-age-title {
    font-size: 1.6rem;
  }

  .chr4-popup-text {
    font-size: 0.95rem;
  }

  .chr4-popup-actions {
    flex-direction: column;
    gap: 10px;
  }
  .chr4-faq-grid {
    flex-direction: column;
  }
  .chr4-footer-middle {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  
  .chr4-footer-column {
    text-align: center;
  }

  .chr4-footer-partners .chr4-footer-logos {
    justify-content: center;
  }
  .chr4-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .chr4-offer-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .chr4-features-grid {
    gap: 1.5rem;
  }
  
#chr4-burger {
  position: relative;
  width: 40px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 2000;
}

#chr4-burger span {
  display: block;
  height: 4px;
  width: 100%;
  background: #ff00ff;
  border-radius: 2px;
  transition: all 0.4s ease;
}


  #chr4-burger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(0px);
}

#chr4-burger.active span:nth-child(2) {
  opacity: 0;
}

#chr4-burger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-0px);
}

#chr4-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background: linear-gradient(180deg,#2B1200,#000000);
  backdrop-filter: blur(6px);
  transition: right 0.5s ease;
  z-index: 1500;
  padding-top: 80px;
}

#chr4-nav.active {
  right: 0;
  margin-left: -20px;
  align-items: flex-start;
}

#chr4-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
}

#chr4-nav a {
  color: #ff00ff;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

#chr4-nav a:hover {
  color: #000000;
}

  
  .chr4-features-grid { grid-template-columns:1fr }
  .chr4-offer-grid { grid-template-columns:1fr }
  .chr4-footer-grid { grid-template-columns:1fr }
  .chr4-nav { display:none; position:absolute; top:66px; left:16px; right:16px; background:#fff; border-radius:12px; padding:14px; box-shadow:0 10px 30px rgba(0,0,51,0.2) }
  .chr4-nav.active { display:flex; flex-direction:column; gap:8px }
  .chr4-burger { display:flex }
  .chr4-about-row {
    flex-direction: column-reverse;
    text-align: center;
  }

  .chr4-about-title {
    font-size: 2rem;
  }

  .chr4-about-image {
    max-width: 320px;
  }
  .chr4-about-row.chr4-reverse {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .chr4-gallery-grid-3x3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .chr4-features-grid {
    flex-direction: column;
    align-items: center;
  }

  .chr4-feature-card {
    width: 90%;
  }
  .chr4-privacy-intro {
    font-size: 1.2rem;
  }
  .chr4-privacy-block h2 {
    font-size: 1.3rem;
  }
  .chr4-privacy-list {
    padding-left: 25px;
  }
  .chr4-section-subtitle {
    font-size: 1.3rem;
  }
  .chr4-btn.chr4-btn-line {
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
  }
}