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

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

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

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

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

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

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

/* затемнение поверх фонового изображения */
.cb-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 30, 20, 0.6); /* изумрудно-чёрное полупрозрачное затемнение */
  backdrop-filter: blur(2px);
  z-index: 1;
}

/* контент внутри */
.cb-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  padding: 100px 0;
}

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

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

.cb-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);
}

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

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

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

.cb-btn-cta {
  background: linear-gradient(135deg, #009b77, #00d084);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 128, 96, 0.4);
}

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

.cb-btn-line {
  border: 2px solid #ffd700;
  color: #ffd700;
  background: transparent;
}

.cb-btn-line:hover {
  background: #ffd700;
  color: #004d38;
}

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

.cb-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 ===== */
.cb-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* ================= OFFERS ================= */
.cb-offers {
  background: linear-gradient(180deg, #013220 0%, #024b31 100%);
  color: #fff;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

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

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

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

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

/* Highlighted offer */
.cb-offer-highlight {
  max-width: 900px;
  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);
}

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

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

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

.cb-offer-rating {
  text-align: right;
}

.cb-stars {
  color: #d4af37;
  font-size: 1.3rem;
}

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

/* Content */
.cb-offer-content {
  padding: 30px 40px;
}

.cb-offer-title {
  font-size: 1.8rem;
  color: #d4af37;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

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

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

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

.cb-offer-features i {
  color: #d4af37;
  font-size: 1.1rem;
}

.cb-offer-action {
  text-align: center;
}

.cb-btn.cb-btn-gold {
  background: linear-gradient(135deg, #d4af37, #f5d879);
  color: #013220;
  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;
}

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

.cb-legal {
  display: block;
  margin-top: 10px;
  color: #bbb;
  font-size: 0.85rem;
}
/* ================= ABOUT ================= */
.cb-features-block {
  padding: 80px 0;
  background: radial-gradient(circle at top, #f9fff9 0%, #e8f7ea 100%);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cb-features-block-top {
  max-width: 800px;
  margin: 0 auto 40px;
}

.cb-kicker-small {
  display: inline-block;
  background: linear-gradient(135deg, #007f5f, #00a86b);
  color: #fff;
  font-weight: 800;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 20px rgba(0, 128, 96, 0.25);
}

.cb-features-block-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #005c46;
  margin: 14px 0 8px;
}

.cb-features-block-sub {
  color: #2e4b3f;
  font-size: 1.05rem;
  opacity: 0.9;
}

.cb-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.cb-feature {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #f6fff8 100%);
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 12px 30px rgba(0, 128, 96, 0.08);
  transition: all 0.35s ease;
  overflow: hidden;
}

.cb-feature-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(0, 255, 153, 0.1), transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.cb-feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 44px rgba(0, 128, 96, 0.15);
}

.cb-feature:hover .cb-feature-glow {
  opacity: 1;
}

.cb-feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #009b77, #00d084);
  color: #ffd700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  box-shadow: 0 8px 28px rgba(0, 128, 96, 0.25);
  transition: transform 0.35s ease;
}

.cb-feature:hover .cb-feature-icon {
  transform: rotateY(360deg);
}

.cb-feature h4 {
  color: #004d38;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.cb-feature p {
  color: #244a3c;
  font-size: 0.96rem;
  line-height: 1.6;
  max-width: 300px;
  margin: 0 auto;
}
.cb-about {
  background: #0a0f0c;
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.cb-about::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(0, 128, 96, 0.15), transparent 70%);
  animation: cbGlow 12s infinite linear;
  z-index: 0;
}

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

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

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

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

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

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

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

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

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

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

.cb-faq {
  background: #08110e;
  color: #fff;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.cb-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top center, rgba(0, 128, 96, 0.25), transparent 70%);
  z-index: 0;
}

.cb-faq .cb-section-head {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.cb-faq .cb-kicker-small {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.cb-faq .cb-section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffd700;
}

.cb-faq .cb-section-sub {
  color: #d8f3e2;
  margin-top: 10px;
}

.cb-faq-list {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cb-faq-item {
  border: 1px solid rgba(0, 201, 122, 0.3);
  border-radius: 12px;
  background: rgba(10, 20, 15, 0.6);
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.cb-faq-item.active {
  border-color: #ffd700;
  background: rgba(20, 40, 30, 0.9);
  box-shadow: 0 0 15px rgba(0, 201, 122, 0.3);
}

.cb-faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #fff;
  padding: 18px 22px;
  text-align: left;
  font-size: 1.05rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s ease;
}

.cb-faq-question span i {
  color: #ffd700;
  margin-right: 10px;
}

.cb-faq-question:hover {
  color: #00c97a;
}

.cb-faq-answer {
  padding: 0 22px 0;
  color: #e3f7e9;
  font-size: 0.98rem;
  line-height: 1.6;
  overflow: hidden;
  max-height: 0;
  transition: all 0.35s ease;
}

.cb-faq-item.active .cb-faq-answer {
  padding: 0 22px 18px;
}

.cb-icon {
  font-size: 1.2rem;
  color: #ffd700;
  transition: transform 0.3s ease;
}

.cb-icon.rotated {
  transform: rotate(45deg);
}
.cb-section.cb-alt {
  background: linear-gradient(180deg, #0d1f14 0%, #123820 100%);
  color: #fff;
  padding: 80px 0;
}

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

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

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

.cb-btn.cb-btn-line:hover {
  background-color: #ffd700;
  color: #0d1f14;
  box-shadow: 0 0 10px #ffd700a6;
}

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

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

.cb-text-gold {
  color: #ffd700;
}

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

.cb-col {
  flex: 1;
  min-width: 280px;
}
/* ================= FOOTER ================= */
.sw-footer {
  background: #1a0b0b;
  color: #fff;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  padding: 60px 0 30px;
  font-size: 15px;
  line-height: 1.7;
}

.sw-footer-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.sw-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
}

/* ===== Columns ===== */
.sw-footer-col h4 {
  color: #FFD700;
  font-weight: 600;
  margin-bottom: 15px;
}

.sw-footer-col p {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}

.sw-footer-col strong {
  color: #FFD700;
}

/* ===== Links ===== */
.sw-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.sw-footer-links a {
  color: #fff;
  opacity: 0.9;
  transition: 0.3s;
}

.sw-footer-links a:hover {
  color: #FFD700;
  opacity: 1;
}

/* ===== Logo block ===== */
.sw-footer-logo span {
  font-size: 20px;
  font-weight: 700;
  color: #FFD700;
}

.sw-footer-age {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}


/* ===== Logos ===== */
.sw-footer-logos {
  border: 1px solid rgba(255, 215, 0, 0.2);
  background: rgba(43, 18, 18, 0.4);
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 40px;
}

.sw-footer-logos h5 {
  font-size: 14px;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 600;
}

.sw-footer-logos-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  justify-items: center;
}

.sw-footer-logos-grid img {
  height: 45px;
  opacity: 0.8;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.sw-footer-logos-grid img:hover {
  opacity: 1;
  filter: grayscale(0);
}
a.sw-footer-logo {
  text-decoration: none;
}
/* ===== Bottom line ===== */
.sw-footer-bottom {
  border-top: 1px solid rgba(255, 215, 0, 0.2);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

.sw-footer-bottom strong {
  color: #FFD700;
}

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

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

/* Полоски в обычном состоянии */
.cb-burger span:nth-child(1) {
  top: 0;
}
.cb-burger span:nth-child(2) {
  top: 9px;
}
.cb-burger span:nth-child(3) {
  top: 18px;
}
.cb-burger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
  background: #d4af37;
}
.cb-burger.active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-10px);
}
.cb-burger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
  background: #d4af37;
}

/* Анимация клика */
.cb-burger:active {
  transform: scale(0.9);
}
.cb-age-popup,
.cb-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;
}

/* fade-in эффект */
@keyframes cbFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ===== POPUP CARD ===== */
.cb-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;
}

/* slide-up эффект */
@keyframes cbSlideUp {
  to { transform: translateY(0); opacity: 1; }
}

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

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

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

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

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

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

.cb-btn-primary {
  background: #d4af37;
  color: #013220;
}
.cb-btn-primary:hover {
  background: #e3c052;
}

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

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

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

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

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

.cb-cookie-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.7rem;
  flex-wrap: wrap;
}
.crb-cookie-popup {
  position: fixed;
  inset: 0;
  display: none;
  justify-content: center;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1200;
  animation: fadeIn 0.4s ease forwards;
}

.crb-cookie-card {
  background: linear-gradient(135deg, #064e3b 0%, #052e24 100%);
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
  width: 100%;
  margin: 20px;
  padding: 2rem 1.75rem 1.5rem;
  text-align: center;
  position: relative;
  transform: translateY(100%);
  animation: slideUp 0.6s ease forwards;
}

.crb-cookie-close {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 20px;
  color: #c5a100;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.2s ease;
}

.crb-cookie-close:hover {
  color: #f7d84a;
  transform: rotate(90deg);
}

.crb-cookie-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  color: #f7d84a;
}

.crb-cookie-text {
  font-size: 0.95rem;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 15px;
}

.crb-cookie-text a.crb-link {
  color: #f7d84a;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.crb-cookie-text a.crb-link:hover {
  color: #ffd700;
}

.crb-cookie-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.crb-btn {
  padding: 0.65rem 1.4rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.crb-btn-primary {
  background-color: #f7d84a;
  color: #064e3b;
  border: none;
}

.crb-btn-primary:hover {
  background-color: #ffe877;
  color: #052e24;
}

.crb-btn-ghost {
  background-color: transparent;
  border: 1.5px solid #f7d84a;
  color: #f7d84a;
}

.crb-btn-ghost:hover {
  background-color: #f7d84a;
  color: #064e3b;
}
.cb-privacy {
  padding: 80px 20px;
  background: linear-gradient(135deg, #1f331b, #214e34);
  color: #f0f0f0;
  font-family: "Inter", sans-serif;
}

.cb-privacy-intro {
  font-size: 1.3rem;
  line-height: 1.9;
  margin-bottom: 3rem;
  color: #f2e6ff;
}

.cb-privacy-block {
  background: rgba(1, 50, 32, 0.85);
  border-left: 4px solid #ffd700;
  padding: 25px 30px;
  margin-bottom: 25px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.cb-privacy-block:hover {
  background: rgba(13, 100, 13, 0.15);
}

.cb-privacy-block h2 {
  color: #ffd700;
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
}

.cb-privacy-block p,
.cb-privacy-block ul {
  font-size: 1rem;
  line-height: 1.75;
}

.cb-privacy-list {
  margin: 12px 0;
  padding-left: 22px;
  list-style-type: disc;
}

.cb-privacy-list li {
  margin-bottom: 10px;
}

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

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}




/* ================= RESPONSIVE ================= */
@media (max-width: 980px){
  .sw-footer-logos-grid {
    flex-direction: column;
    align-items: flex-start;
  }
  .cb-hero-inner {
    flex-direction: column-reverse;
    text-align: center;
    padding: 80px 20px;
  }

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

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

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

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

@media (max-width: 768px) {
  .cb-section-subtitle {
    font-size: 1.3rem;
  }
  .cb-btn.cb-btn-line {
    font-size: 0.95rem;
    padding: 0.6rem 1.2rem;
  }
}