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

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

/* ================= HEADER ================= */
.grdua-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: linear-gradient(90deg, #8B0000, #B22222);
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
  transition: background 0.3s ease, padding 0.3s ease;
  padding: 15px 0;
}

.grdua-container.grdua-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.grdua-site-name {
  font-size: 24px;
  font-weight: 700;
  color: #FFD700;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
}

.grdua-site-name span {
  color: #fff;
}

/* NAV LINKS */
.grdua-nav a {
  color: #fff;
  font-weight: 600;
  margin-left: 25px;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
}

.grdua-nav a::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background: #FFD700;
  transition: width 0.3s ease;
}

.grdua-nav a:hover::after {
  width: 100%;
}

/* BURGER MENU */
.grdua-burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.grdua-burger span {
  display: block;
  height: 3px;
  width: 100%;
  background: #FFD700;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* BURGER ANIMATION WHEN OPEN */
.grdua-burger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

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

.grdua-burger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* ================= HERO ================= */
.grdua-hero-modernized {
  position: relative;
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #8B0000, #B22222);
  overflow: hidden;
  color: #fff;
}

.grdua-hero-shapes .shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.3;
  animation: float 15s infinite ease-in-out;
}

.shape-1 { width: 150px; height: 150px; background: #FFD700; top: 10%; left: 5%; }
.shape-2 { width: 200px; height: 200px; background: #FF4500; top: 20%; right: 10%; }
.shape-3 { width: 120px; height: 120px; background: #00FFFF; bottom: 15%; left: 20%; }
.shape-4 { width: 180px; height: 180px; background: #FF69B4; bottom: 5%; right: 15%; }

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

.grdua-hero-content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  text-align: center;
}

.grdua-hero-card {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.6);
  max-width: 700px;
  animation: fadeIn 1.2s ease forwards;
}

.grdua-kicker {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFD700;
  margin-bottom: 10px;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.7);
}

.grdua-hero-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}

.grdua-hero-lead {
  font-size: 18px;
  margin-bottom: 30px;
  color: #f0f0f0;
  line-height: 1.6;
}

.grdua-btn-cta {
  display: inline-block;
  padding: 14px 35px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(45deg, #FFD700, #FF8C00);
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(255,215,0,0.6);
  transition: all 0.3s ease;
}

.grdua-btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(255,215,0,0.9);
}

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

/* ================= OFFERS ================= */
.grdua-offers-modern {
  position: relative;
  padding: 80px 0;
  background: #0d0d0d; /* тёмный фон в стиле казино */
  color: #fff;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.grdua-offers-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 50% 50%, #ff004f, #0d0d0d);
  opacity: 0.2;
  z-index: 1;
}

.grdua-offers-modern .grdua-container {
  position: relative;
  z-index: 2;
}

.grdua-offers-header {
  text-align: center;
  margin-bottom: 50px;
}

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

.grdua-offers-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
  text-shadow: 0 0 10px #ffcc00, 0 0 20px #ff004f;
}

.grdua-offers-sub {
  font-size: 16px;
  color: #cccccc;
  max-width: 600px;
  margin: 0 auto;
}

/* --- Карточка предложения --- */
.grdua-offer-card {
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(145deg, #1c1c1c, #2a2a2a);
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(255, 204, 0, 0.3);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grdua-offer-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 40px #ff004f, 0 0 60px #ffcc00;
}

.grdua-offer-left, .grdua-offer-right {
  padding: 30px;
}

.grdua-offer-left {
  flex: 1 1 250px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.grdua-offer-logo {
  max-width: 120px;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.grdua-offer-logo:hover {
  transform: scale(1.1);
}

.grdua-offer-rating {
  font-size: 16px;
  color: #ffcc00;
  margin-top: 10px;
}

.grdua-stars {
  color: #ffcc00;
  margin-right: 5px;
}

.grdua-score {
  font-weight: 600;
}

.grdua-offer-right {
  flex: 2 1 400px;
}

.grdua-offer-title {
  font-size: 24px;
  color: #ffcc00;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.grdua-offer-desc {
  font-size: 15px;
  color: #e0e0e0;
  margin-bottom: 20px;
}

.grdua-offer-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}

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

.grdua-offer-features li i {
  color: #ffcc00;
}

.grdua-offer-action {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.grdua-btn-gradient {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(45deg, #ff004f, #ffcc00);
  color: #fff;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
}

.grdua-btn-gradient:hover {
  background: linear-gradient(45deg, #ffcc00, #ff004f);
  box-shadow: 0 0 15px #ff004f, 0 0 25px #ffcc00;
}

.grdua-legal {
  font-size: 12px;
  color: #aaaaaa;
}
/* ================= ABOUT ================= */
.grdua-features-modern {
  position: relative;
  padding: 180px 0;
  background: #0a0a0a;
  color: #fff;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

.grdua-features-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: url('../img/features-bg.jpg') no-repeat center center;
  background-size: cover;
  opacity: 0.15;
  transform: translateY(0);
  z-index: 1;
  will-change: transform;
}

.grdua-features-modern .grdua-container {
  position: relative;
  z-index: 2;
}

/* Заголовок */
.grdua-features-header {
  text-align: center;
  margin-bottom: 60px;
}

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

.grdua-features-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0 0 10px #ff004f, 0 0 20px #ffcc00;
}

.grdua-features-sub {
  font-size: 16px;
  color: #cccccc;
  max-width: 700px;
  margin: 0 auto;
}

/* Сетка преимуществ */
.grdua-features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.grdua-feature-card {
  background: linear-gradient(145deg, #1b1b1b, #2c2c2c);
  border-radius: 16px;
  padding: 25px;
  flex: 1 1 250px;
  max-width: 300px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 204, 0, 0.2);
}

.grdua-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 30px #ff004f, 0 0 50px #ffcc00;
}

.grdua-feature-icon {
  font-size: 36px;
  color: #ffcc00;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.grdua-feature-card:hover .grdua-feature-icon {
  transform: rotate(10deg) scale(1.2);
}

.grdua-feature-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffcc00;
}

.grdua-feature-desc {
  font-size: 14px;
  color: #e0e0e0;
}
.grdua-about {
  background: #671c00;
  padding: 100px 0;
  font-family: 'Inter', sans-serif;
  color: #e0f7ff;
}

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

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

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

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

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

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

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

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

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

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

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

.grdua-values-card {
  background: linear-gradient(135deg, #2B1200, #671c00);
  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;
}

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


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

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

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

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

.grdua-text-gold {
  color: #FFA500;
  margin-right: 8px;
}






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




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

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

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

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

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

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

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

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

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

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

.grdua-faq-modern {
  position: relative;
  padding: 80px 0;
  background: #0d0d0d; /* тёмный фон казино */
  color: #fff;
  overflow: hidden;
}

.grdua-faq-parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: 1;
}

/* Контейнер и заголовки */
.grdua-faq-modern .grdua-container {
  position: relative;
  z-index: 2;
}

.grdua-faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.grdua-kicker-small {
  font-size: 14px;
  color: #f1c40f;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  display: inline-block;
}

.grdua-faq-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.grdua-faq-sub {
  font-size: 16px;
  color: #ccc;
}

/* Сетка FAQ */
.grdua-faq-grid {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.grdua-faq-column {
  flex: 1;
  min-width: 300px;
}

/* FAQ Item */
.grdua-faq-item {
  margin-bottom: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grdua-faq-item.active {
  transform: scale(1.02);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

/* Вопрос */
.grdua-faq-question {
  width: 100%;
  padding: 18px 25px;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  background: linear-gradient(90deg, #ff3c3c, #ff8c00);
  color: #fff;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}

.grdua-faq-question:hover {
  background: linear-gradient(90deg, #ff8c00, #ff3c3c);
}

.grdua-faq-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.grdua-faq-item.active .grdua-faq-icon {
  transform: rotate(45deg);
}

/* Ответ */
.grdua-faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  font-size: 15px;
  color: #ddd;
  background: rgba(255,255,255,0.02);
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.grdua-faq-item.active .grdua-faq-answer {
  padding: 15px 25px;
  max-height: 1000px; /* большое значение для JS */
}

/* Иконки вопросов */
.grdua-faq-question i {
  margin-right: 8px;
  color: #f1c40f;
}
/* ================= FOOTER ================= */
.grdua-footer-modernized {
  background: linear-gradient(135deg, #1b1b1b 0%, #111 100%);
  color: #fff;
  padding: 60px 20px 40px;
  font-family: 'Poppins', sans-serif;
  position: relative;
  overflow: hidden;
}

.grdua-footer-modernized::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255, 215, 0, 0.05), transparent 70%);
  z-index: 0;
  pointer-events: none;
  transform: rotate(45deg);
}

.grdua-footer-modernized .grdua-container {
  position: relative;
  z-index: 2;
}

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

.grdua-footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 24px;
  color: #ffcc00;
  text-decoration: none;
  margin-bottom: 10px;
}

.grdua-footer-logo img {
  display: block;
}

.grdua-footer-tagline {
  color: #ccc;
  font-size: 14px;
}

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

.grdua-footer-column {
  flex: 1;
  min-width: 250px;
}

.grdua-footer-column h4 {
  color: #ffcc00;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

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

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

.grdua-footer-column ul li a {
  color: #ddd;
  text-decoration: none;
  transition: color 0.3s;
}

.grdua-footer-column ul li a:hover {
  color: #ffcc00;
}

.grdua-footer-info p {
  font-size: 14px;
  color: #ccc;
  margin-bottom: 10px;
}

.grdua-footer-note {
  font-size: 12px;
  color: #999;
}

/* Партнерские логотипы */
.grdua-footer-partners .grdua-footer-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

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

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

/* Нижний блок футера */
.grdua-footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 12px;
  color: #888;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
}
.grdua-about-modern {
  position: relative;
  padding: 80px 20px;
  background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 100%);
  color: #fff;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.grdua-burger:active {
  transform: scale(0.9);
}
.grdua-age-popup,
.grdua-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 ===== */
.grdua-age-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.grdua-age-popup.active {
  opacity: 1;
  visibility: visible;
}

.grdua-popup-card {
  background: linear-gradient(145deg, #1a0a0a, #2b0f0f);
  border: 2px solid #ffcc00;
  border-radius: 25px;
  padding: 40px 30px;
  width: 90%;
  max-width: 450px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 30px rgba(255,204,0,0.4), 0 0 15px rgba(255,0,0,0.2);
  animation: popupFade 0.5s ease forwards;
}

@keyframes popupFade {
  0% { transform: scale(0.8); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.grdua-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 22px;
  color: #ffcc00;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.grdua-popup-close:hover {
  transform: rotate(90deg) scale(1.2);
}

#grdua-age-title {
  font-size: 28px;
  color: #ffcc00;
  margin-bottom: 15px;
  font-weight: 700;
}

.grdua-popup-text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5;
}

.grdua-popup-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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






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



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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===== Нижний блок ===== */
.grdua-footer-bottom {
  text-align: center;
  font-size: 0.8rem;
  color: #FFF;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.grdua-footer-socials {
  margin-top: 20px;
}
.grdua-responsible {
  background: linear-gradient(135deg, #1b0a0a, #3a0f0f);
  padding: 150px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
  
}

.grdua-responsible::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at center, rgba(255,204,0,0.08) 0%, transparent 70%);
  transform: rotate(45deg);
  pointer-events: none;
}

.grdua-responsible-intro {
  text-align: center;
  font-size: 24px;
  max-width: 900px;
  margin: 0 auto 60px auto;
  color: #ffd700;
  line-height: 1.6;
  text-shadow: 0 2px 8px rgba(0,0,0,0.5);
}

.grdua-responsible-block {
  background: rgba(30, 10, 10, 0.85);
  border: 2px solid #ffcc00;
  border-radius: 20px;
  padding: 30px 25px;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(255,204,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grdua-responsible-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(255,204,0,0.35);
}

.grdua-responsible-block h2 {
  color: #ffcc00;
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  margin-left: 16px;
}

.grdua-responsible-block h2::before {
  content: '★';
  position: absolute;
  left: -23px;
  color: #ffcc00;
  font-size: 24px;
}

.grdua-responsible-block p {
  color: #f0e68c;
  line-height: 1.7;
}

.grdua-responsible-list {
  margin-top: 15px;
  padding-left: 20px;
}

.grdua-responsible-list li {
  margin-bottom: 8px;
  position: relative;
}

.grdua-responsible-list li::before {
  content: '•';
  color: #ffcc00;
  position: absolute;
  left: -15px;
}

.grdua-responsible-block.final {
  border: 2px solid #ff9900;
  background: linear-gradient(145deg, rgba(30,10,10,0.9), rgba(50,15,15,0.9));
}

.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;
}
.grdua-age-warning {
  padding: 60px 20px;
  background: linear-gradient(135deg, #a30029 0%, #f5c542 100%);
  color: #fff;
  text-align: left;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

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

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

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

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

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

.grdua-age-back:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
/* ================= RESPONSIVE ================= */
@media (max-width: 980px){
  .grdua-offer-left {
    border-right: 0;
  }
  .grdua-responsible-intro {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }

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

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

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

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

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

  .grdua-footer-partners .grdua-footer-logos {
    justify-content: center;
  }
  .grdua-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .grdua-offer-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .grdua-features-grid {
    gap: 1.5rem;
  }
  .grdua-hero-card {
    padding: 1.5rem 2rem;
  }
  .grdua-hero-title {
    font-size: 2rem;
  }
  .grdua-hero-lead {
    font-size: 0.95rem;
  }
  .grdua-btn-cta {
    padding: 0.7rem 2rem;
    font-size: 0.95rem;
  }
#grdua-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;
}

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


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

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

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

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

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

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

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

#grdua-nav a:hover {
  color: #FF7F00;
}

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

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

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

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

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

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

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