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

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

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

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

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

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

/* ================= HERO ================= */
.hrbets-hero {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  min-height: 80vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
}


.hrbets-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 30, 20, 0.6); 
  backdrop-filter: blur(2px);
  z-index: 1;
}


.hrbets-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 100px 0;
}

.hrbets-hero-left {
  flex: 1;
}

.hrbets-kicker {
  display: inline-block;
  background: linear-gradient(135deg, #800020, #59d9e5);
  color: #fff;
  font-weight: 700;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.9rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.hrbets-hero-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  margin: 20px 0 15px;
  line-height: 1.2;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.hrbets-hero-lead {
  font-size: 1.1rem;
  color: #e4f8ed;
  max-width: 520px;
  line-height: 1.7;
  margin-bottom: 35px;
}

.hrbets-hero-ctas {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.hrbets-btn {
  padding: 12px 28px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hrbets-btn-cta {
  background: linear-gradient(135deg, #59d9e5, #800020);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 204, 128, 0.4);
}

.hrbets-btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 128, 96, 0.6);
}

.hrbets-btn-line {
  border: 2px solid #00ffd4;
  color: #00ffd4;
  background: transparent;
}

.hrbets-btn-line:hover {
  background: #00ffd4;
  color: #59d9e5;
}

.hrbets-hero-right {
  flex: 1;
  display: flex;
  justify-content: center;
}

.hrbets-hero-image {
  width: 100%;
  max-width: 420px;
  animation: floatCard 4s ease-in-out infinite;
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* ===== Parallax Effect ===== */
.hrbets-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ================= OFFERS ================= */
.hrbets-offers {
  background: linear-gradient(180deg, #001f4d 0%, #330022 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.hrbets-section-head {
  text-align: center;
  margin-bottom: 60px;
}

.hrbets-kicker-small {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #00ffd4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hrbets-section-title {
  font-size: 2.4rem;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
}

.hrbets-section-sub {
  color: #dcdcdc;
  font-size: 1.1rem;
}

/* Highlighted offer */
.hrbets-offer-highlight {
  
  margin: 0 auto;
  background: linear-gradient(145deg, rgba(0,0,0,0.4), rgba(255,255,255,0.08));
  border: 2px solid rgba(212,175,55,0.3);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: all 0.4s ease;
  box-shadow: 0 0 25px rgba(0,0,0,0.4);
}

.hrbets-offer-highlight:hover {
  border-color: #00ffd4;
  box-shadow: 0 0 40px rgba(212,175,55,0.3);
}

/* Banner (top part) */
.hrbets-offer-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, rgba(0,0,0,0.6), #001f4d);
  padding: 20px 30px;
  border-bottom: 2px solid rgba(212,175,55,0.2);
}

.hrbets-offer-logo {
  width: 160px;
  height: auto;
  filter: drop-shadow(0 0 8px rgba(0,0,0,0.6));
}

.hrbets-offer-rating {
  text-align: right;
  display: flex;
  align-items: center;
}

.hrbets-stars {
  color: #00ffd4;
  font-size: 1.8rem;
  margin-right: 10px;
}

.hrbets-score {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
}

/* Content */
.hrbets-offer-content {
      padding: 30px 40px;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.hrbets-offer-title {
  font-size: 1.8rem;
  color: #00ffd4;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.hrbets-offer-desc {
  margin-right: 10px;
  color: #f1f1f1;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hrbets-offer-features {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px 20px;
}

.hrbets-offer-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #e9e9e9;
  font-size: 1rem;
}

.hrbets-offer-features i {
  color: #00ffd4;
  font-size: 1.1rem;
}

.hrbets-offer-action {
  text-align: center;
  margin-top: auto;
}

.hrbets-btn.hrbets-btn-gold {
  background: linear-gradient(135deg, #00ffd4, #f5d879);
  color: #fff;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.hrbets-btn.hrbets-btn-gold:hover {
  background: linear-gradient(135deg, #f5d879, #00ffd4);
  transform: translateY(-2px);
  box-shadow: 0 0 15px rgba(212,175,55,0.4);
}

.hrbets-legal {
  display: block;
  margin-top: 10px;
  color: #bbb;
  font-size: 0.85rem;
  text-align: left;
}
/* ================= ABOUT ================= */
.hrbets-features-block {
  background: radial-gradient(circle at top, #0a1a2b, #061026);
  color: #e0f7ff;
  padding: 120px 0;
  font-family: 'Inter', sans-serif;
}

.hrbets-features-block-top {
  text-align: center;
  margin-bottom: 70px;
}

.hrbets-kicker-small {
  display: inline-block;
  background: linear-gradient(135deg, #1f8fff, #00ffd4);
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 20px rgba(0, 255, 212, 0.25);
}

.hrbets-features-block-title {
  font-size: 2.6rem;
  font-weight: 900;
  margin: 20px 0 12px;
  background: linear-gradient(90deg, #00ffd4, #1f8fff);
  -webkit-background-clip: text;
  color: transparent;
}

.hrbets-features-block-sub {
  color: #a0e5ff;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.7;
}

.hrbets-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}

.hrbets-feature {
  background: linear-gradient(135deg, #0f2a44, #061026);
  border-radius: 28px;
  padding: 40px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 50px rgba(0, 255, 212, 0.2);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.hrbets-feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 80px rgba(0, 255, 212, 0.35);
}

.hrbets-feature-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1f8fff, #00ffd4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: #fff;
  box-shadow: 0 0 25px rgba(31, 143, 255, 0.6), 0 0 50px rgba(0, 255, 212, 0.4);
  animation: glowPulse 2.5s infinite ease-in-out;
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 25px rgba(31, 143, 255, 0.6), 0 0 50px rgba(0, 255, 212, 0.4); transform: scale(1); }
  50% { box-shadow: 0 0 40px rgba(31, 143, 255, 0.8), 0 0 70px rgba(0, 255, 212, 0.6); transform: scale(1.05); }
}

.hrbets-feature h4 {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 15px;
  color: #00ffd4;
}

.hrbets-feature p {
  color: #a0f0ff;
  font-size: 1rem;
  line-height: 1.6;
}

.hrbets-about {
  background: #061026;
  padding: 100px 0;
  font-family: 'Inter', sans-serif;
  color: #e0f7ff;
}

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

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

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

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

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

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

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

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

.hrbets-about-card-image img:hover {
  transform: scale(1.05) rotate(-2deg);
}
.hrbets-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;
}

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

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

.hrbets-values-card {
  background: linear-gradient(135deg, #0f2a44, #061026);
  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;
}

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


.hrbets-values-icon {
  font-size: 3rem;
  color: #00ffd4;
  margin-bottom: 20px;
}

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

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

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

.hrbets-text-gold {
  color: #ffd700;
  margin-right: 8px;
}






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




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

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

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

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

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

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

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

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

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

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

.hrbets-faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hrbets-faq-item {
  background: linear-gradient(145deg, #001f4d, #330022);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  transition: transform 0.3s ease;
}

.hrbets-faq-item:hover {
  transform: translateY(-3px);
}

.hrbets-faq-question {
  width: 100%;
  padding: 18px 20px;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

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

.hrbets-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.3s ease;
  padding: 0 20px;
  color: #cfdcff;
  font-size: 0.95rem;
  line-height: 1.6;
}

.hrbets-faq-item.active .hrbets-faq-answer {
  max-height: 500px;
  padding: 15px 20px 20px 20px;
}

.hrbets-faq-item.active .hrbets-faq-icon {
  transform: rotate(180deg);
}
section#hrbets-faq {
  padding: 10% 0;
}
.hrbets-icon {
  font-size: 1.2rem;
  color: #00ffd4;
  transition: transform 0.3s ease;
}

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

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

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

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

.hrbets-btn.hrbets-btn-line:hover {
  background-color: #00ffd4;
  color: #001f4d;
  box-shadow: 0 0 10px #00ffd4a6;
}

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

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

.hrbets-text-gold {
  color: #00ffd4;
}

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

.hrbets-col {
  flex: 1;
  min-width: 280px;
}
/* ================= FOOTER ================= */
.hrbets-footer-modern {
  background: linear-gradient(135deg, #061026, #0c1f3d);
  color: #e0f7ff;
  padding: 80px 0 40px;
  position: relative;
  font-family: 'Inter', sans-serif;
}

/* Верхний блок */
.hrbets-footer-top {
  text-align: center;
  margin-bottom: 50px;
}

.hrbets-footer-logo span {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(90deg, #00ffd4, #1f8fff);
  -webkit-background-clip: text;
  color: transparent;
}

.hrbets-footer-tagline {
  font-size: 1rem;
  margin-top: 10px;
  color: #a0e5ff;
}

/* Карточки футера */
.hrbets-footer-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
}

.hrbets-footer-card {
  background: rgba(6,16,38,0.85);
  border-radius: 20px;
  padding: 30px;
  flex: 1 1 280px;
  max-width: 320px;
  box-shadow: 0 20px 60px rgba(0,255,212,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hrbets-footer-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 90px rgba(0,255,212,0.25);
}

.hrbets-footer-card h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #00ffd4;
}

.hrbets-footer-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hrbets-footer-card ul li {
  margin-bottom: 10px;
}

.hrbets-footer-card a {
  color: #a0e5ff;
  text-decoration: none;
  transition: color 0.3s;
}

.hrbets-footer-card a:hover {
  color: #00ffd4;
}


.hrbets-footer-responsible .hrbets-footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 15px;
}

.hrbets-footer-responsible .hrbets-footer-logos img {
  max-height: 40px;
  filter: brightness(1.2);
  transition: transform 0.3s ease;
}

.hrbets-footer-responsible .hrbets-footer-logos img:hover {
  transform: scale(1.1);
}


.hrbets-footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #7fcfff;
}

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

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


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

.hrbets-burger:active {
  transform: scale(0.9);
}
.hrbets-age-popup,
.hrbets-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 ===== */
.hrbets-popup-card {
  background: #014d35;
  color: #fff;
  max-width: 480px;
  width: 90%;
  padding: 2rem 1.5rem;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.25);
  border: 1px solid rgba(212, 175, 55, 0.3);
  text-align: center;
  position: relative;
  transform: translateY(-10px);
  animation: cbSlideUp 0.5s ease forwards;
}


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

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

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

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

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

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

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

.hrbets-btn-primary {
  background: #00ffd4;
  color: #000;
}
.hrbets-btn-primary:hover {
  background: #e3c052;
}

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

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

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

.hrbets-cookie-card h3 {
  font-size: 1.1rem;
  color: #00ffd4;
  margin-bottom: 0.6rem;
}

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

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

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

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

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

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

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

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

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

/* ===== Hero Inner ===== */
.hrbets-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 ===== */
.hrbets-hero-left {
  flex: 1 1 500px;
  min-width: 300px;
}

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

.hrbets-hero-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== Text ===== */
.hrbets-popup-text {
  color: #e0e0ff;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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


.hrbets-privacy-block {
    padding: 30px 25px;
  }
  .hrbets-privacy-intro {
    font-size: 1.3rem;
  }
  .hrbets-privacy-block h2 {
    font-size: 1.4rem;
  }
  #hrbets-age-popup.active {
  display: flex;
  opacity: 1;
}
.hrbets-top-banner {
    background-color: #ffd700;
    color: #000;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}
/* ================= RESPONSIVE ================= */
@media (max-width: 980px){
  
#hrbets-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;
}

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


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

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

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

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

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

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

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

#hrbets-nav a:hover {
  color: #00ffd4;
}

  .hrbets-hero {
    
    height: max-content;
  }
  .hrbets-hero-ctas {
    justify-content: space-evenly;
  }
  .hrbets-offer-rating {
    flex-direction: column;
  }
  .hrbets-offer-content {
    flex-direction: column;
  }
  .hrbets-footer-logos-grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .hrbets-hero-inner {
    flex-direction: column;
    text-align: center;
    padding: 80px 20px;
  }

  .hrbets-hero-right {
    margin-top: 40px;
  }

  .hrbets-hero-title {
    font-size: 2.2rem;
  }
  .hrbets-features-grid { grid-template-columns:1fr }
  .hrbets-offer-grid { grid-template-columns:1fr }
  .hrbets-footer-grid { grid-template-columns:1fr }
  .hrbets-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) }
  .hrbets-nav.active { display:flex; flex-direction:column; gap:8px }
  .hrbets-burger { display:flex }
  .hrbets-about-row {
    flex-direction: column-reverse;
    text-align: center;
  }

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

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

@media (max-width: 768px) {
  .hrbets-privacy-intro {
    font-size: 1.2rem;
  }
  .hrbets-privacy-block h2 {
    font-size: 1.3rem;
  }
  .hrbets-privacy-list {
    padding-left: 25px;
  }
  .hrbets-section-subtitle {
    font-size: 1.3rem;
  }
  .hrbets-btn.hrbets-btn-line {
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
  }
}