/* Основные стили для страницы поддержки */
:root {
  --support-accent: #266DF0;
  --support-secondary-accent: #1e5cd8;
  --support-section-padding: 4rem 0;
  --support-border-radius: 12px;
}

/* Общие стили для страницы */
.khelkshetra-global-padding {
  padding: 0 2rem;
}

.khelkshetra-small-container {
  max-width: 900px;
  margin: 0 auto;
}

.khelkshetra-medium-container {
  max-width: 1100px;
  margin: 0 auto;
}

.khelkshetra-large-container {
  max-width: 1200px;
  margin: 0 auto;
}

.khelkshetra-section-medium {
  padding: var(--support-section-padding);
}

.khelkshetra-heading-large {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2.5rem;
}

.khelkshetra-heading-large i {
  color: var(--support-accent);
}

.text-center {
  text-align: center;
}

/* Секция Hero */
.khelkshetra-support-hero-section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  background-color: white;
}

.khelkshetra-support-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(38, 109, 240, 0.05);
}

.khelkshetra-support-hero-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(38, 109, 240, 0.07);
}

.khelkshetra-support-hero-section h1 {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  color: var(--text-color);
  font-weight: 700;
  font-size: 2.8rem;
  animation: fadeInDown 0.8s ease-out;
}

.khelkshetra-support-hero-section h1 i {
  color: var(--support-accent);
}

.khelkshetra-hero-text {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  color: var(--secondary-text-color);
  font-size: 1.2rem;
  line-height: 1.6;
  animation: fadeIn 1s ease-out;
}

.khelkshetra-support-hero-section p {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
  color: var(--secondary-text-color);
  font-size: 1.05rem;
  line-height: 1.6;
  animation: fadeIn 1.2s ease-out;
}

.khelkshetra-support-hero-section p i,
.khelkshetra-hero-text i {
  color: var(--support-accent);
}

.khelkshetra-support-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  border-radius: 8px;
  padding: 0.85rem 1.75rem;
  box-shadow: 0 4px 12px rgba(38, 109, 240, 0.25);
  color: white;
  font-weight: 600;
  background-color: var(--support-accent);
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.khelkshetra-support-button:hover {
  box-shadow: 0 6px 16px rgba(38, 109, 240, 0.35);
  background-color: var(--support-secondary-accent);
  transform: translateY(-3px);
}

/* Секция FAQ */
.khelkshetra-faq-section {
  position: relative;
  overflow: hidden;
  background-color: var(--bg-color);
}

.khelkshetra-faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100" opacity="0.05"><circle cx="50" cy="50" r="30" fill="%23266DF0"/></svg>');
  background-size: 200px;
}

.khelkshetra-faq-section .khelkshetra-heading-large {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
  animation: fadeInUp 0.8s ease-out;
}

.khelkshetra-faq-content {
  position: relative;
  z-index: 1;
  margin-bottom: 2.5rem;
}

.khelkshetra-faq-item {
  margin-bottom: 1rem;
  border-radius: var(--support-border-radius);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: white;
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.khelkshetra-faq-item:nth-child(1) {
  animation-delay: 0.1s;
}

.khelkshetra-faq-item:nth-child(2) {
  animation-delay: 0.2s;
}

.khelkshetra-faq-item:nth-child(3) {
  animation-delay: 0.3s;
}

.khelkshetra-faq-item:nth-child(4) {
  animation-delay: 0.4s;
}

.khelkshetra-faq-item:nth-child(5) {
  animation-delay: 0.5s;
}

.khelkshetra-faq-item:hover {
  box-shadow: 0 12px 30px rgba(38, 109, 240, 0.15);
  transform: translateY(-3px);
}

.khelkshetra-faq-question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.25rem;
  color: var(--text-color);
  font-weight: 600;
  font-size: 1.2rem;
  cursor: pointer;
}

.khelkshetra-faq-question::after {
  content: "\f078";
  position: absolute;
  right: 1.25rem;
  color: var(--support-accent);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s ease;
}

.khelkshetra-faq-question.active::after {
  transform: rotate(180deg);
}

.khelkshetra-faq-question i {
  color: var(--support-accent);
}

.khelkshetra-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.khelkshetra-faq-answer.active {
  max-height: 300px;
}

.khelkshetra-faq-answer p {
  padding: 0 1.25rem 1.25rem;
  color: var(--secondary-text-color);
  font-size: 1rem;
  line-height: 1.6;
}

.khelkshetra-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 auto;
  border-radius: 8px;
  padding: 0.85rem 1.75rem;
  box-shadow: 0 4px 12px rgba(38, 109, 240, 0.25);
  color: white;
  font-weight: 600;
  background-color: var(--support-accent);
  transition: all 0.3s ease;
  animation: fadeInUp 0.8s ease-out;
}

.khelkshetra-button:hover {
  box-shadow: 0 6px 16px rgba(38, 109, 240, 0.35);
  background-color: var(--support-secondary-accent);
  transform: translateY(-3px);
}

.khelkshetra-faq-section .khelkshetra-button {
  display: flex;
  justify-content: center;
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
}

/* Секция доставки */
.khelkshetra-delivery-section {
  position: relative;
  overflow: hidden;
  background-color: white;
}

.khelkshetra-delivery-section .khelkshetra-section-medium {
  padding: 0 20px;
}

.khelkshetra-delivery-section::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  z-index: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(38, 109, 240, 0.05);
}

.khelkshetra-delivery-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  gap: 3rem;
}

.khelkshetra-delivery-text {
  animation: fadeInLeft 0.8s ease-out;
  padding-top: 20px;
}

.khelkshetra-delivery-text .khelkshetra-heading-large {
  margin-bottom: 1.5rem;
}

.khelkshetra-delivery-text p {
  margin-bottom: 1.25rem;
  color: var(--secondary-text-color);
  font-size: 1.05rem;
  line-height: 1.6;
}

.khelkshetra-delivery-text p i {
  color: var(--support-accent);
}

.khelkshetra-delivery-image {
  position: relative;
  border-radius: var(--support-border-radius);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: fadeInRight 0.8s ease-out;
}

.khelkshetra-delivery-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.khelkshetra-delivery-image:hover img {
  transform: scale(1.05);
}

/* Секция контакта */
.khelkshetra-contact-section {
  position: relative;
  overflow: hidden;
  background-color: var(--bg-color);
}

.khelkshetra-contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100" opacity="0.05"><rect x="30" y="20" width="40" height="60" rx="5" fill="%23266DF0"/></svg>');
  background-size: 300px;
}

.khelkshetra-contact-section .khelkshetra-heading-large {
  position: relative;
  z-index: 1;
  justify-content: center;
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}

.khelkshetra-contact-section p {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-bottom: 2rem;
  color: var(--secondary-text-color);
  font-size: 1.05rem;
  line-height: 1.6;
  animation: fadeIn 1s ease-out;
}

.khelkshetra-contact-section p i {
  color: var(--support-accent);
}

.khelkshetra-contact-details {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.khelkshetra-contact-item {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 1.25rem;
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.khelkshetra-contact-item:nth-child(1) {
  animation-delay: 0.1s;
}

.khelkshetra-contact-item:nth-child(2) {
  animation-delay: 0.3s;
}

.khelkshetra-contact-item:nth-child(3) {
  animation-delay: 0.5s;
}

.khelkshetra-contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--support-accent);
  background-color: rgba(38, 109, 240, 0.1);
  transition: all 0.3s ease;
}

.khelkshetra-contact-icon:hover {
  box-shadow: 0 6px 16px rgba(38, 109, 240, 0.25);
  color: white;
  background-color: var(--support-accent);
  transform: translateY(-3px);
}

.khelkshetra-contact-link {
  color: var(--text-color);
  font-weight: 500;
  font-size: 1.05rem;
  transition: all 0.3s ease;
}

.khelkshetra-contact-link:hover {
  color: var(--support-accent);
}

.khelkshetra-contact-section .khelkshetra-button {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: max-content;
  margin: 0 auto;
  text-align: center;
}

/* Секция сообщества */
.khelkshetra-community-section {
  position: relative;
  overflow: hidden;
  background-color: white;
}

.khelkshetra-community-section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  z-index: 0;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(38, 109, 240, 0.05);
}

.khelkshetra-community-section .khelkshetra-heading-large {
  position: relative;
  z-index: 1;
  justify-content: center;
  margin-bottom: 1.5rem;
  text-align: center;
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}

.khelkshetra-community-section p {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-right: auto;
  margin-bottom: 1.5rem;
  margin-left: auto;
  color: var(--secondary-text-color);
  font-size: 1.05rem;
  line-height: 1.6;
  text-align: center;
  animation: fadeIn 1s ease-out;
}

.khelkshetra-community-section p i {
  color: var(--support-accent);
}

.khelkshetra-community-section .khelkshetra-button {
  display: flex;
  max-width: max-content;
  margin: 2rem auto 0;
  text-align: center;
}

/* Секция учебных материалов */
.khelkshetra-tutorials-section {
  position: relative;
  overflow: hidden;
  background-color: var(--bg-color);
}

.khelkshetra-tutorials-section::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(38, 109, 240, 0.05);
}

.khelkshetra-tutorials-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}

.khelkshetra-tutorials-text {
  animation: fadeInLeft 0.8s ease-out;
}

.khelkshetra-tutorials-text .khelkshetra-heading-large {
  margin-bottom: 1.5rem;
}

.khelkshetra-tutorials-text .intro-text {
  margin-bottom: 1.5rem;
  color: var(--secondary-text-color);
  font-size: 1.1rem;
  line-height: 1.6;
}

.khelkshetra-tutorials-text .intro-text i {
  color: var(--support-accent);
}

.khelkshetra-tutorials-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.khelkshetra-tutorials-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--secondary-text-color);
  font-size: 1rem;
}

.khelkshetra-tutorials-list li i {
  color: var(--support-accent);
}

.khelkshetra-tutorials-text .highlight {
  margin-bottom: 1.5rem;
  border-radius: var(--support-border-radius);
  padding: 1.25rem;
  color: var(--text-color);
  font-size: 1.05rem;
  line-height: 1.6;
  background-color: rgba(38, 109, 240, 0.1);
}

.khelkshetra-tutorials-text .highlight i {
  color: var(--support-accent);
}

.khelkshetra-tutorials-text .controls {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.khelkshetra-tutorials-text .khel-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 8px;
  padding: 0.85rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.khelkshetra-tutorials-text .khel-button.primary {
  box-shadow: 0 4px 12px rgba(38, 109, 240, 0.25);
  color: white;
  background-color: var(--support-accent);
}

.khelkshetra-tutorials-text .khel-button.primary:hover {
  box-shadow: 0 6px 16px rgba(38, 109, 240, 0.35);
  background-color: var(--support-secondary-accent);
  transform: translateY(-3px);
}

.khelkshetra-tutorials-text .khel-button.secondary {
  color: var(--support-accent);
  background-color: rgba(38, 109, 240, 0.1);
}

.khelkshetra-tutorials-text .khel-button.secondary:hover {
  background-color: rgba(38, 109, 240, 0.2);
  transform: translateY(-3px);
}

.khelkshetra-tutorials-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  animation: fadeInRight 0.8s ease-out;
}

.khelkshetra-tutorials-card .card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: var(--support-border-radius);
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  background-color: white;
  transition: all 0.3s ease;
}

.khelkshetra-tutorials-card .card-item:hover {
  box-shadow: 0 12px 30px rgba(38, 109, 240, 0.15);
  transform: translateY(-5px);
}

.khelkshetra-tutorials-card .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background-color: rgba(38, 109, 240, 0.1);
}

.khelkshetra-tutorials-card .icon i {
  color: var(--support-accent);
  font-size: 1.5rem;
}

.khelkshetra-tutorials-card strong {
  margin-bottom: 0.75rem;
  color: var(--text-color);
  font-size: 1.1rem;
}

.khelkshetra-tutorials-card p {
  color: var(--secondary-text-color);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Секция событий */
.khelkshetra-events-section {
  position: relative;
  overflow: hidden;
}


.khelkshetra-events-section .header {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
  text-align: center;
}

.khelkshetra-events-section h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: var(--text-color);
  font-weight: 700;
  font-size: 2.5rem;
  animation: fadeInUp 0.8s ease-out;
}

.khelkshetra-events-section h2 i {
  color: var(--support-accent);
}

.khelkshetra-events-section .tagline {
  color: var(--secondary-text-color);
  font-size: 1.1rem;
  animation: fadeIn 1s ease-out;
}

.khelkshetra-events-section .tagline i {
  color: var(--support-accent);
}

.khelkshetra-events-section .carousel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.khelkshetra-events-section .card {
  border-radius: var(--support-border-radius);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background-color: white;
  transition: all 0.3s ease;
}

.khelkshetra-events-section .card:hover {
  box-shadow: 0 12px 30px rgba(38, 109, 240, 0.15);
  transform: translateY(-5px);
}

.khelkshetra-events-section .card.featured {
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: fadeInLeft 0.8s ease-out;
}

.khelkshetra-events-section .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: 1.5rem 0;
  color: white;
  font-weight: 600;
  background-color: var(--support-accent);
}

.khelkshetra-events-section .date .month {
  font-size: 1.2rem;
}

.khelkshetra-events-section .date .day {
  font-size: 1.8rem;
  line-height: 1.2;
}

.khelkshetra-events-section .date .year {
  opacity: 0.8;
  font-size: 1rem;
}

.khelkshetra-events-section .content {
  flex: 1;
  padding: 1.5rem;
}

.khelkshetra-events-section .badge {
  display: inline-block;
  margin-bottom: 1rem;
  border-radius: 30px;
  padding: 0.4rem 1rem;
  color: var(--support-accent);
  font-weight: 600;
  font-size: 0.9rem;
  background-color: rgba(38, 109, 240, 0.1);
}

.khelkshetra-events-section .content h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  color: var(--text-color);
  font-weight: 600;
  font-size: 1.4rem;
}

.khelkshetra-events-section .content h3 i {
  color: var(--support-accent);
}

.khelkshetra-events-section .location {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: var(--secondary-text-color);
  font-size: 1rem;
}

.khelkshetra-events-section .location i {
  color: var(--support-accent);
}

.khelkshetra-events-section .description {
  margin-bottom: 1.25rem;
  color: var(--secondary-text-color);
  font-size: 0.95rem;
  line-height: 1.6;
}

.khelkshetra-events-section .meta {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.25rem;
}

.khelkshetra-events-section .meta span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-color);
  font-size: 0.9rem;
}

.khelkshetra-events-section .meta span i {
  color: var(--support-accent);
}

.khelkshetra-event-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;text-align: center;
  gap: 0.5rem;
  border-radius: 6px;
  padding: 0.75rem 1.25rem;
  color: white;
  font-weight: 600;
  font-size: 0.95rem;
  background-color: var(--support-accent);
  transition: all 0.3s ease;
}

.khelkshetra-event-button:hover {
  box-shadow: 0 4px 12px rgba(38, 109, 240, 0.25);
  background-color: var(--support-secondary-accent);
  transform: translateY(-2px);
}

.khelkshetra-events-section .grid {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
  animation: fadeInRight 0.8s ease-out;
}

.khelkshetra-events-section .grid .card {
  padding: 1.25rem;
}

.khelkshetra-events-section .type {
  display: inline-block;
  margin-bottom: 0.75rem;
  border-radius: 30px;
  padding: 0.3rem 0.75rem;
  font-weight: 600;
  font-size: 0.85rem;
}

.khelkshetra-events-section .type.strategy {
  color: #57acfd;
  background-color: rgba(87, 172, 253, 0.1);
}

.khelkshetra-events-section .type.family {
  color: #fd5783;
  background-color: rgba(253, 87, 131, 0.1);
}

.khelkshetra-events-section .type.workshop {
  color: #57fdaa;
  background-color: rgba(87, 253, 170, 0.1);
}

.khelkshetra-events-section .grid h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--text-color);
  font-weight: 600;
  font-size: 1.1rem;
}

.khelkshetra-events-section .grid h3 i {
  color: var(--support-accent);
}

.khelkshetra-events-section .grid p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  color: var(--secondary-text-color);
  font-size: 0.9rem;
}

.khelkshetra-events-section .grid p i {
  color: var(--support-accent);
}

.khelkshetra-events-section .cities {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  text-align: center;
}

.khelkshetra-events-section .cities p {
  margin-bottom: 0.75rem;
  color: var(--secondary-text-color);
  font-size: 1rem;
  animation: fadeIn 1s ease-out;
}

.khelkshetra-events-section .city-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  animation: fadeInUp 0.8s ease-out;
}

.khelkshetra-events-section .city-tags span {
  border-radius: 30px;
  padding: 0.4rem 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  color: var(--text-color);
  font-size: 0.9rem;
  background-color: white;
  transition: all 0.3s ease;
}

.khelkshetra-events-section .city-tags span:hover {
  box-shadow: 0 4px 12px rgba(38, 109, 240, 0.2);
  color: white;
  background-color: var(--support-accent);
  transform: translateY(-2px);
}

.khelkshetra-events-section .cta {
  position: relative;
  z-index: 1;
  text-align: center;
}

.khelkshetra-events-section .khelkshetra-button {
  display: inline-flex;
  animation: fadeInUp 0.8s ease-out;
}

/* Секция праздничной коллекции */
.khelkshetra-festive-section {
  position: relative;
  overflow: hidden;
  background-color: var(--bg-color);
}

.khelkshetra-festive-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100" opacity="0.05"><path d="M50 15 L90 85 L10 85 Z" fill="%23266DF0"/></svg>');
  background-size: 200px;
}

.khelkshetra-festive-hexagon {
  position: relative;
  z-index: 1;
  border-radius: var(--support-border-radius);
  padding: 2.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: white;
  animation: fadeIn 1s ease-out;
}

.khelkshetra-festive-content h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  color: var(--text-color);
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}

.khelkshetra-heading-accent {
  color: var(--text-color);
}

.khelkshetra-heading-accent i {
  color: var(--support-accent);
}

.khelkshetra-festive-intro {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-left: auto;
  color: var(--secondary-text-color);
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: center;
}

.khelkshetra-festive-intro i {
  color: var(--support-accent);
}

.khelkshetra-festive-collections {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
  margin-bottom: 2rem;
}

.khelkshetra-festive-collection {
  display: flex;
  gap: 2rem;
  animation: fadeInLeft 0.8s ease-out;
}

.khelkshetra-collection-image {
  position: relative;
  width: 50%;
  border-radius: var(--support-border-radius);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.khelkshetra-collection-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.khelkshetra-collection-image:hover img {
  transform: scale(1.05);
}

.khelkshetra-collection-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 30px;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 12px rgba(38, 109, 240, 0.3);
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  background-color: var(--support-accent);
}

.khelkshetra-collection-details {
  flex: 1;
}

.khelkshetra-collection-details h3 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
  color: var(--text-color);
  font-weight: 600;
  font-size: 1.4rem;
}

.khelkshetra-collection-details h3 i {
  color: var(--support-accent);
}

.khelkshetra-collection-includes {
  margin-bottom: 1.25rem;
}

.khelkshetra-collection-includes li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: var(--secondary-text-color);
  font-size: 1rem;
}

.khelkshetra-collection-includes li i {
  color: var(--support-accent);
}

.khelkshetra-collection-note {
  border-radius: 8px;
  padding: 1rem;
  color: var(--secondary-text-color);
  font-size: 0.95rem;
  line-height: 1.5;
  background-color: rgba(38, 109, 240, 0.05);
}

.khelkshetra-festive-scrolling {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.25rem;
  animation: fadeInRight 0.8s ease-out;
}

.khelkshetra-festive-option {
  display: flex;
  gap: 1.25rem;
  border-radius: var(--support-border-radius);
  padding: 1rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background-color: white;
  transition: all 0.3s ease;
}

.khelkshetra-festive-option:hover {
  box-shadow: 0 12px 30px rgba(38, 109, 240, 0.15);
  transform: translateY(-3px);
}

.khelkshetra-festive-option img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  object-fit: cover;
}

.khelkshetra-festive-option h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--text-color);
  font-weight: 600;
  font-size: 1.1rem;
}

.khelkshetra-festive-option h4 i {
  color: var(--support-accent);
}

.khelkshetra-festive-option p {
  color: var(--secondary-text-color);
  font-size: 0.95rem;
  line-height: 1.5;
}

.khelkshetra-festive-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.khelkshetra-festive-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.khelkshetra-benefit {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--text-color);
  font-size: 0.95rem;
}

.khelkshetra-benefit i {
  color: var(--support-accent);
}

.khelkshetra-festive-button {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 8px;
  padding: 0.85rem 1.5rem;
  box-shadow: 0 4px 12px rgba(38, 109, 240, 0.25);
  color: white;
  font-weight: 600;
  background-color: var(--support-accent);
  transition: all 0.3s ease;
}

.khelkshetra-festive-button:hover {
  box-shadow: 0 6px 16px rgba(38, 109, 240, 0.35);
  background-color: var(--support-secondary-accent);
  transform: translateY(-3px);
}

/* Секция социальных сетей */
.khelkshetra-social-section {
  position: relative;
  overflow: hidden;
  background-color: white;
}

.khelkshetra-social-section::before {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  z-index: 0;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: rgba(38, 109, 240, 0.05);
}

.khelkshetra-social-waves {
  position: relative;
  z-index: 1;
}

.khelkshetra-social-header {
  margin-bottom: 2.5rem;
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}

.khelkshetra-social-header .khelkshetra-heading-large {
  margin-bottom: 1rem;
}

.khelkshetra-social-tagline {
  color: var(--secondary-text-color);
  font-size: 1.1rem;
}

.khelkshetra-social-tagline i {
  color: var(--support-accent);
}

.khelkshetra-social-platforms {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.khelkshetra-platform-card {
  display: flex;
  border-radius: var(--support-border-radius);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  animation: fadeInLeft 0.8s ease-out;
}

.khelkshetra-platform-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  color: white;
  background-color: var(--support-accent);
  transition: all 0.3s ease;
}

.khelkshetra-platform-icon i {
  font-size: 3rem;
}

.khelkshetra-platform-details {
  flex: 1;
  padding: 2rem;
  background-color: white;
}

.khelkshetra-platform-details h3 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: var(--text-color);
  font-weight: 600;
  font-size: 1.4rem;
}

.khelkshetra-platform-details h3 i {
  color: var(--support-accent);
}

.khelkshetra-platform-details p {
  margin-bottom: 1.5rem;
  color: var(--secondary-text-color);
  font-size: 1rem;
  line-height: 1.6;
}

.khelkshetra-platform-features {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.khelkshetra-platform-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--secondary-text-color);
  font-size: 0.95rem;
}

.khelkshetra-platform-features li i {
  color: var(--support-accent);
}

.khelkshetra-platform-join {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 8px;
  padding: 0.85rem 1.5rem;
  box-shadow: 0 4px 12px rgba(38, 109, 240, 0.25);
  color: white;
  font-weight: 600;
  background-color: var(--support-accent);
  transition: all 0.3s ease;
}

.khelkshetra-platform-join:hover {
  box-shadow: 0 6px 16px rgba(38, 109, 240, 0.35);
  background-color: var(--support-secondary-accent);
  transform: translateY(-3px);
}

.khelkshetra-social-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  height: 100%;
  animation: fadeInRight 0.8s ease-out;
}

.khelkshetra-social-tile {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  border-radius: var(--support-border-radius);
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background-color: white;
  transition: all 0.3s ease;
}

.khelkshetra-social-tile:hover {
  box-shadow: 0 12px 30px rgba(38, 109, 240, 0.15);
  transform: translateY(-5px);
}

.khelkshetra-social-tile i {
  font-size: 2rem;
}

.khelkshetra-social-tile h4 {
  margin-bottom: 0.5rem;
  color: var(--text-color);
  font-weight: 600;
  font-size: 1.1rem;
}

.khelkshetra-social-tile p {
  color: var(--secondary-text-color);
  font-size: 0.9rem;
  line-height: 1.5;
}

.khelkshetra-whatsapp i {
  color: #25D366;
}

.khelkshetra-instagram i {
  color: #E1306C;
}

.khelkshetra-youtube i {
  color: #FF0000;
}

.khelkshetra-telegram i {
  color: #0088cc;
}

.khelkshetra-social-stats {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  margin: 3rem 0;
}

.khelkshetra-social-stat {
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
  animation-fill-mode: both;
}

.khelkshetra-social-stat:nth-child(1) {
  animation-delay: 0.1s;
}

.khelkshetra-social-stat:nth-child(2) {
  animation-delay: 0.3s;
}

.khelkshetra-social-stat:nth-child(3) {
  animation-delay: 0.5s;
}

.khelkshetra-stat-number {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--support-accent);
  font-weight: 700;
  font-size: 2.5rem;
}

.khelkshetra-stat-label {
  color: var(--secondary-text-color);
  font-size: 1rem;
}

.khelkshetra-hashtag-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
  animation: fadeIn 1s ease-out;
}

.khelkshetra-hashtag {
  border-radius: 30px;
  padding: 0.5rem 1rem;
  color: var(--support-accent);
  font-weight: 600;
  font-size: 0.9rem;
  background-color: rgba(38, 109, 240, 0.1);
  transition: all 0.3s ease;
}

.khelkshetra-hashtag:hover {
  box-shadow: 0 4px 12px rgba(38, 109, 240, 0.2);
  color: white;
  background-color: var(--support-accent);
  transform: translateY(-2px);
}

/* Секция отзывов */
.khelkshetra-reviews-section {
  position: relative;
  overflow: hidden;
  background-color: var(--bg-color);
}

.khelkshetra-reviews-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100" opacity="0.05"><rect x="10" y="10" width="80" height="80" rx="20" fill="%23266DF0"/></svg>');
  background-size: 300px;
}

.khelkshetra-reviews-container {
  position: relative;
  z-index: 1;
}

.khelkshetra-reviews-header {
  margin-bottom: 3rem;
  text-align: center;
  animation: fadeInUp 0.8s ease-out;
}

.khelkshetra-reviews-masonry {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.khelkshetra-review-card {
  border-radius: var(--support-border-radius);
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  background-color: white;
  transition: all 0.3s ease;
}

.khelkshetra-review-card:hover {
  box-shadow: 0 12px 30px rgba(38, 109, 240, 0.15);
  transform: translateY(-5px);
}

.khelkshetra-review-card.khelkshetra-featured {
  animation: fadeInLeft 0.8s ease-out;
}

.khelkshetra-reviewer-profile {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.khelkshetra-reviewer-profile img {
  width: 80px;
  height: 80px;
  border: 3px solid rgba(38, 109, 240, 0.1);
  border-radius: 50%;
  object-fit: cover;
}

.khelkshetra-reviewer-info h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  color: var(--text-color);
  font-weight: 600;
  font-size: 1.1rem;
}

.khelkshetra-reviewer-info h4 i {
  color: var(--support-accent);
}

.khelkshetra-reviewer-info p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  color: var(--secondary-text-color);
  font-size: 0.9rem;
}

.khelkshetra-reviewer-info p i {
  color: var(--support-accent);
}

.khelkshetra-reviewer-games {
  display: flex;
  gap: 0.5rem;
}

.khelkshetra-reviewer-games span {
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  color: var(--support-accent);
  font-size: 0.8rem;
  background-color: rgba(38, 109, 240, 0.1);
}

.khelkshetra-review-text {
  margin-bottom: 1.25rem;
  color: var(--text-color);
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.6;
}

.khelkshetra-review-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

.khelkshetra-verified-purchase {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--support-accent);
  font-weight: 600;
}

.khelkshetra-review-date {
  color: var(--secondary-text-color);
}

.khelkshetra-reviews-grid {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 1.25rem;
  animation: fadeInRight 0.8s ease-out;
}

.khelkshetra-reviewer-profile-small {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.khelkshetra-reviewer-profile-small img {
  width: 50px;
  height: 50px;
  border: 2px solid rgba(38, 109, 240, 0.1);
  border-radius: 50%;
  object-fit: cover;
}

.khelkshetra-reviewer-profile-small h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  color: var(--text-color);
  font-weight: 600;
  font-size: 1rem;
}

.khelkshetra-reviewer-profile-small h4 i {
  color: var(--support-accent);
}

.khelkshetra-reviewer-profile-small p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--secondary-text-color);
  font-size: 0.85rem;
}

.khelkshetra-reviewer-profile-small p i {
  color: var(--support-accent);
}

.khelkshetra-reviews-footer {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  animation: fadeInUp 0.8s ease-out;
}

.khelkshetra-outline-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: 2px solid var(--support-accent);
  border-radius: 8px;
  padding: 0.85rem 1.75rem;
  color: var(--support-accent);
  font-weight: 600;
  background-color: transparent;
  transition: all 0.3s ease;
}

.khelkshetra-outline-button:hover {
  box-shadow: 0 6px 16px rgba(38, 109, 240, 0.15);
  background-color: rgba(38, 109, 240, 0.1);
  transform: translateY(-3px);
}

/* Анимации */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Адаптивные стили */
@media (max-width: 1200px) {
  .khelkshetra-support-hero-section h1 {
    font-size: 2.5rem;
  }

  .khelkshetra-heading-large {
    font-size: 2.2rem;
  }

  .khelkshetra-festive-content h2 {
    font-size: 2rem;
  }

  .khelkshetra-events-section h2 {
    font-size: 2.2rem;
  }

  .khelkshetra-delivery-grid {
    gap: 2rem;
  }

  .khelkshetra-tutorials-container {
    gap: 2rem;
  }
}

@media (max-width: 991px) {
  .khelkshetra-global-padding {
    padding: 0 1.5rem;
  }

  .khelkshetra-section-medium {
    padding: 3rem 0;
  }

  .khelkshetra-support-hero-section {
    padding: 4rem 0;
  }

  .khelkshetra-support-hero-section h1 {
    font-size: 2.2rem;
  }

  .khelkshetra-hero-text {
    font-size: 1.1rem;
  }

  .khelkshetra-heading-large {
    font-size: 2rem;
  }

  .khelkshetra-delivery-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .khelkshetra-delivery-image {
    max-width: 500px;
    margin: 0 auto;
  }

  .khelkshetra-tutorials-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .khelkshetra-tutorials-card {
    max-width: 500px;
    margin: 0 auto;
  }

  .khelkshetra-events-section .carousel {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .khelkshetra-events-section .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }

  .khelkshetra-festive-collections {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .khelkshetra-festive-scrolling {
    gap: 1rem;
  }

  .khelkshetra-social-platforms {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .khelkshetra-social-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .khelkshetra-reviews-masonry {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .khelkshetra-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 1.25rem;
  }

  .khelkshetra-review-card.khelkshetra-featured {
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .khelkshetra-support-hero-section {
    padding: 3rem 0;
  }

  .khelkshetra-support-hero-section h1 {
    font-size: 2rem;
  }

  .khelkshetra-hero-text {
    font-size: 1rem;
  }

  .khelkshetra-heading-large {
    font-size: 1.8rem;
  }

  .khelkshetra-delivery-text .khelkshetra-heading-large {
    font-size: 1.8rem;
  }

  .khelkshetra-festive-content h2 {
    font-size: 1.8rem;
  }

  .khelkshetra-events-section h2 {
    font-size: 1.8rem;
  }

  .khelkshetra-tutorials-text .controls {
    flex-direction: column;
  }

  .khelkshetra-tutorials-card {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .khelkshetra-events-section .grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
  }

  .khelkshetra-festive-collection {
    flex-direction: column;
    gap: 1.5rem;
  }

  .khelkshetra-collection-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .khelkshetra-festive-scrolling {
    max-width: 500px;
    margin: 0 auto;
  }

  .khelkshetra-festive-option img {
    width: 60px;
    height: 60px;
  }

  .khelkshetra-festive-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .khelkshetra-social-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .khelkshetra-social-stats {
    flex-direction: column;
    gap: 2rem;
  }

  .khelkshetra-reviews-grid {
    grid-template-columns: 1fr;
  }

  .khelkshetra-reviews-footer {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}

@media (max-width: 576px) {
  .khelkshetra-global-padding {
    padding: 0 1rem;
  }

  .khelkshetra-section-medium {
    padding: 2.5rem 0;
  }

  .khelkshetra-support-hero-section {
    padding: 2.5rem 0;
  }

  .khelkshetra-support-hero-section h1 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .khelkshetra-heading-large {
    font-size: 1.6rem;
  }

  .khelkshetra-delivery-text .khelkshetra-heading-large {
    font-size: 1.6rem;
  }

  .khelkshetra-festive-content h2 {
    font-size: 1.6rem;
  }

  .khelkshetra-events-section h2 {
    font-size: 1.6rem;
  }

  .khelkshetra-contact-icon {
    width: 50px;
    height: 50px;
  }

  .khelkshetra-contact-item {
    gap: 1rem;
  }

  .khelkshetra-platform-card {
    flex-direction: column;
  }

  .khelkshetra-platform-icon {
    width: 100%;
    height: 100px;
  }

  .khelkshetra-festive-hexagon {
    padding: 1.5rem;
  }

  .khelkshetra-reviewer-profile {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .khelkshetra-reviewer-info {
    width: 100%;
  }

  .khelkshetra-review-text {
    font-size: 1rem;
  }

  .khelkshetra-review-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}

@media (max-width: 375px) {
  .khelkshetra-support-hero-section h1 {
    font-size: 1.6rem;
  }

  .khelkshetra-heading-large {
    gap: 0.5rem;
    font-size: 1.5rem;
  }

  .khelkshetra-delivery-text .khelkshetra-heading-large {
    font-size: 1.5rem;
  }

  .khelkshetra-festive-content h2 {
    font-size: 1.5rem;
  }

  .khelkshetra-events-section h2 {
    font-size: 1.5rem;
  }

  .khelkshetra-platform-details {
    padding: 1.5rem;
  }

  .khelkshetra-platform-details h3 {
    font-size: 1.3rem;
  }

  .khelkshetra-collection-tag {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }

  .khelkshetra-collection-details h3 {
    font-size: 1.3rem;
  }

  .khelkshetra-hashtag-container {
    gap: 0.75rem;
  }

  .khelkshetra-hashtag {
    padding: 0.4rem 0.8rem;
    font-size: 0.8rem;
  }
}