:root {
  --primary-color: #0d6efd;
  --secondary-color: #6c757d;
  --accent-color: #198754;
  --light-color: #f8f9fa;
  --dark-color: #212529;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  padding-top: 72px; /* чтобы контент не заезжал под шапку */
  margin-bottom: 60px;
  background-color: var(--light-color);
  background-image: url('/images/background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--dark-color);
  font-family: 'Segoe UI', sans-serif;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
  pointer-events: none;
}

/* Navigation link styling */
.nav-link {
  position: relative;
  padding-bottom: .25rem;
  transition: all 0.3s ease;
}

.nav-link:hover {
  transform: translateY(-2px);
  color: var(--primary-color) !important;
}

.nav-link.active {
  color: var(--primary-color) !important;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--primary-color);
  border-radius: 2px;
  transition: width 0.3s ease;
}

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

.nav-link.active::after {
  width: 100%;
}

.nav-link i {
  transition: transform 0.3s ease;
}

.nav-link:hover i {
  transform: scale(1.2) rotate(5deg);
}

.hero {
  background-color: #0d6efd;
  color: #fff;
}

.marketing h2 {
  color: #0d6efd;
}

.marketing {
  margin-top: 2rem;
}

/* Heading styles */
h1, h2, h3, h4, h5, h6 {
  color: var(--dark-color);
  font-weight: 400;
  margin-bottom: 1rem;
}

/* Card formatting */
.card {
  border: none;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card img {
  transition: transform 0.3s ease;
}

.card:hover img {
  transform: scale(1.1);
}

.card-header {
  background-color: var(--primary-color);
  color: #fff;
  font-weight: 600;
}

.card-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

/* Hero image styling */
.hero-img {
  max-height: 500px;
  object-fit: cover;
  filter: brightness(60%);
}

/* New hero media container */
.hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  filter: brightness(60%);
}

/* Default hero background */
.hero-media.default {
  background-image: url('https://via.placeholder.com/1920x600');
}

/* Extra vertical padding utility */
.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

/* Partner logo styling */
.partner-logo {
  width: 200px;
  height: 80px;
  object-fit: cover;
}

/* Testimonial photo styling */
.testimonial-photo {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

/* Ensure carousel controls remain visible */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

/* Image/text section layout */
.image-section {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2rem 5%;
}

.image-section.reverse {
  flex-direction: row-reverse;
}

.image-section > div {
  flex: 1;
}

@media (max-width: 768px) {
  .image-section {
    flex-direction: column;
    text-align: center;
  }
  .image-section.reverse {
    flex-direction: column;
  }
}

.aboutus-section,
.expertise-section {
 padding: 60px 20px;
}

/* Consistent image sizing */
.standard-image {
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: 12px;
  margin: 1rem auto;
  display: block;
}

@media (max-width: 768px) {
  .standard-image {
    width: 70vw;
    height: 70vw;
  }
}

/* About page card hover effects */
.card-hover {
  transition: transform 0.3s ease;
}

.card-hover:hover {
  transform: scale(1.05);
}

.hover-zoom {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* Testimonial carousel */
.carousel-container {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  -webkit-overflow-scrolling: touch; /* Плавная прокрутка на iOS */
}

.carousel-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  will-change: transform; /* Оптимизация для браузера */
  backface-visibility: hidden; /* Предотвращение мерцания */
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); /* Аппаратное ускорение */
  -webkit-transform: translateZ(0);
}

.testimonial-slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  box-sizing: border-box;
  padding: 20px;
  min-width: 0; /* Предотвращение переполнения на мобильных */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* Оптимизация для мобильных устройств */
@media (max-width: 768px) {
  .carousel-track {
    transition: transform 0.5s ease-in-out;
  }
  
  .testimonial-slide {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 15px;
  }
  
  .carousel-container {
    max-width: 100%;
    padding: 0 10px;
  }
}

.testimonial-img {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-text blockquote {
  font-size: 1.1rem;
  color: #333;
  margin: 0 0 10px;
}

.testimonial-text footer {
  font-style: italic;
  color: #555;
}

.slide-image {
  width: 120px; 
  height: 120px; 
  border-radius: 8px; 
  object-fit: cover;
}

.full-visual-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  display: block;
  margin: 20px auto;
}

@media (max-width: 768px) {
  .full-visual-img {
    max-width: 100%;
  }
}

.expertise-section h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.expertise-section p {
  margin-bottom: 16px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .expertise-section {
    padding: 40px 16px;
  }
}


/* Services section shared styling */
.services-section {
  padding: 60px 5%;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
}

.section-title {
  text-align: center;
  font-size: 2.2rem;
  color: #1d1e4c;
  margin-bottom: 50px;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.service-item img {
  width: 320px;
  max-width: 100%;
  border-radius: 12px;
  flex-shrink: 0;
}

.service-text h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #1d1e4c;
}

.service-text p {
  font-size: 1rem;
  color: #555;
  max-width: 600px;
}

/* Mobile styles */
@media (max-width: 768px) {
  .service-item {
    flex-direction: column;
    text-align: center;
  }

  .service-item img {
    width: 100%;
  }

  .service-text {
    padding: 0 10px;
  }
}

@media (max-width: 576px) {
  .service-item {
    gap: 20px;
    margin-bottom: 40px;
  }

  .service-item img {
    max-width: 280px;
    margin: 0 auto 20px;
  }
}

.services-button-wrapper {
  text-align: center;
  margin-top: 40px;
}

.services-button {
  background-color: #3B82F6;
  color: white;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.services-button:hover {
  background-color: #2563eb;
}

.faq-section {
  padding: 60px 5%;
  background-color: #f8f9fa;
  border-radius: 20px;
  font-family: 'Segoe UI', sans-serif;
}

.faq-section h2 {
  text-align: center;
  font-size: 2.5rem;
  color: #1d1e4c;
  margin-bottom: 40px;
}

.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.faq-item input {
  display: none;
}

.faq-question {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  color: #222;
}

.faq-question::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: #3B82F6;
  font-size: 1.2rem;
}

.faq-item input:checked + .faq-question::before {
  content: "–";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  font-size: 1rem;
  color: #555;
  padding-left: 25px;
}

.faq-item input:checked + .faq-question + .faq-answer {
  max-height: 200px;
  margin-top: 10px;
}

/* Основной блок */
section.home-about {
    padding: 60px 0;
    background-color: #f8f9fa;
}

/* Картинка — уже скруглена inline, но можно продублировать */
.home-about img {
    border-radius: 20px;
    max-width: 100%;
    height: auto;
}

/* Заголовок */
.home-about h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0b1534;
    margin-bottom: 20px;
}

/* Параграфы */
.home-about p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* Кнопка "Learn More" */
.home-about .btn {
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: #3b82f6;
    border: none;
    position: relative;
    overflow: hidden;
}

.home-about .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.home-about .btn:hover::before {
    width: 300px;
    height: 300px;
}

.home-about .btn:hover {
    transform: scale(1.05) translateY(-2px);
    background-color: #1e40af;
    color: #fff;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4);
    animation: button-bounce 0.6s ease-in-out;
}

.home-about .btn:active {
    transform: scale(1.02) translateY(0);
}

.animate-scroll:hover {
  animation-play-state: paused;
}

.logo-scroll {
  display: flex;
  gap: 10px;
  animation: scroll-left 80s linear infinite;
  width: max-content;
  align-items: center;
}

.logo-scroll img {
  height: 70px; /* было 50px */
  margin: 0 40px; /* добавим расстояние между логотипами */
  opacity: 0.95;
  object-fit: contain;
}



@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}


  .service-box {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
    background: #ffffff;
    padding: 20px;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); /* 🔹 постоянная тень */
  }

  .service-box:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15); /* 🔹 усиливается при наведении */
  }

  .service-box img {
    border-radius: 12px;
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
  }

  .service-box h5,
  .service-box p {
    transition: transform 0.3s ease;
  }

  .service-box:hover img,
  .service-box:hover h5,
  .service-box:hover p {
    transform: scale(1.03);
  }

.background {
  background: url('/images/contact.png') no-repeat center center/cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.full-width-override {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

/* Общая раскладка секций (ПК) */
.image-section {
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Чтобы текст и картинка делили ширину пополам на десктопе */
.image-section > .text-col,
.image-section > .image-col {
  flex: 1 1 0;
}

/* Адаптив: на мобильных складываем в колонку и переносим картинку наверх */
@media (max-width: 768px) {
  .image-section {
    flex-direction: column;
    gap: 24px;
  }
  .image-section .image-col {
    order: -1;           /* картинка станет над текстом */
    width: 100%;
  }
}

/* Картинки адаптивные + лёгкое скругление */
.full-visual-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}


@media (max-width: 768px) {
    .img-spacing {
        margin-top: 20px; /* Отступ сверху */
    }
}

/* секция на всю ширину окна */
.hero-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}


 #our-services img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}



.service-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}


.service-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px; /* закругление как у Firewall */
}

.service-image img[alt="VPS Hosting Service"] {
    border-radius: 12px;
}


/* По умолчанию (десктоп) картинка не заходит за контейнер */
.our-services-img {
  width: 100%;
  height: auto;
}

/* На мобильных — во всю ширину экрана */
@media (max-width: 768px) {
  .our-services-img {
    width: 100vw;           /* ширина экрана */
    margin-left: -15px;     /* убрать отступ контейнера */
    margin-right: -15px;
    max-width: 100vw;
  }
}

/* Обертка всей карусели специалистов */
.experts-carousel {
  margin-top: 3rem; /* увеличенный отступ сверху */
}

/* Карточка специалиста */
.expert-card { 
  padding-top: 1rem;           
  margin: 0 1rem;              
}

.expert-avatar {
  width: 120px;                 /* увеличенный размер круглой мини-картинки */
  height: 120px;
  margin: 0 auto 0.75rem;       /* больше отступ снизу под подпись */
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,.08);
  background: rgba(0,0,0,.03);
}

.expert-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.expert-title {
  margin: 0;
  font-style: italic;
  color: #6c757d;              
  white-space: nowrap;         
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.05rem;           /* чуть крупнее текст */
}

/* Больше аватарка на мобильных */
@media (max-width: 576px) {
  .expert-avatar { 
    width: 140px; 
    height: 140px; 
  }
  .expert-title { font-size: 1.1rem; }
}


.server-card img {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}

.badge-sale {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #b1c300;
    color: #fff;
    font-weight: 700;
    padding: .4rem .6rem;
    border-radius: 999px;
    font-size: .9rem;
    box-shadow: 0 4px 14px rgba(0,0,0,.15);
}

@media (max-width: 576px) {
    .server-card img {
        aspect-ratio: 1/1;     /* квадрат на мобилках */
        border-radius: 12px 12px 0 0;
    }
}


.expert-avatar {
  width: 250px;      /* ширина квадрата */
  height: 250px;     /* высота такая же → квадрат */
  margin: 0 auto 15px;
  border-radius: 12px;   /* если хочешь слегка скругленные углы */
  overflow: hidden;      /* чтобы картинка не вылезала */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;   /* фон если картинка меньше */
}

.expert-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;  /* картинка равномерно заполняет квадрат */
}



/* Карточки как на скрине */
.feature {
  border: none;
  background: #fff;
  padding: 0 0 8px;
}

/* Большое квадратное изображение, мягкие углы и тень */
.feature-img {
  width: 100%;
  aspect-ratio: 1 / 1;                 /* сохраняет квадрат */
  object-fit: cover;                   /* заполняет без искажений */
  border-radius: 22px;                 /* мягкое скругление как на скрине */
  box-shadow: 0 14px 28px rgba(0,0,0,.10), 0 10px 10px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}

/* Лёгкий hover‑эффект */
.feature:hover .feature-img {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(0,0,0,.12), 0 12px 12px rgba(0,0,0,.08);
}

/* Заголовки и тексты под картинками */
#services h4 { letter-spacing: .2px; }
#services p  { line-height: 1.5; }

/* Кнопка снизу по центру */
#services .btn-lg {
  border-radius: 14px;
  box-shadow: 0 10px 18px rgba(31, 100, 255, .15);
}

/* Payments / badges */
.payment-logos .pay-badge{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #9a833d;                 /* warm pastel circle like in the example */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 26px rgba(0,0,0,.06), 0 2px 10px rgba(0,0,0,.04);
  transition: transform .2s ease, box-shadow .2s ease;
}
.payment-logos .pay-badge img{
  width: 42px;                          /* tweak if your SVGs are larger/smaller */
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,.12));
}
.payment-logos .pay-badge:hover{
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,.10), 0 4px 14px rgba(0,0,0,.06);
}

/* Small screens: slightly smaller badges */
@media (max-width: 480px){
  .payment-logos .pay-badge{
    width: 82px; height: 82px;
  }
  .payment-logos .pay-badge img{
    width: 36px; height: 36px;
  }
}


/* Лента с логотипами: в одну строку, с переносом и равными интервалами */
.payment-logos{
  display: flex;
  flex-wrap: wrap;                /* перенос при узком экране */
  justify-content: center;        /* по центру по горизонтали */
  align-items: center;            /* по центру по вертикали */
  gap: 42px;                      /* расстояние между кругами */
  width: 100%;
}

/* Круглый бейдж */
.payment-logos .pay-badge {
  width: 100px;           /* размер круга */
  height: 100px;
  /*border-radius: 50%;*/
  background: #fff1cc;    /* цвет фона */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.payment-logos .pay-badge img {
  width: 100%;             /* иконка всегда заполняет круг */
  height: 100%;
  object-fit: contain;    /* не обрезает и сохраняет пропорции */
}

/* Карточки в стиле VPN: крупное изображение, мягкие тени, округлости */
.plan-card{
  border: 0;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}

.plan-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}

.plan-media{
  position: relative;
  aspect-ratio: 16/9; /* одинаковая высота всех “шапок” */
  overflow: hidden;
}

.plan-media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
  display: block;
}

.plan-body{
  padding: 20px 22px 24px;
}

.plan-title{
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a; /* темно-синий, как в VPN‑картах */
  margin: 2px 0 6px;
}

.plan-price{
  margin: 0 0 14px;
  color: #64748b;
  font-weight: 500;
}

.plan-price span{
  color: #0f172a;
  font-weight: 800;
}

.plan-specs{
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  color: #334155;
  font-size: .95rem;
}

.plan-specs li{
  display: flex;
  gap: .35rem;
  padding: 6px 0;
  border-bottom: 1px dashed rgba(15,23,42,.08);
}

.plan-specs li:last-child{
  border-bottom: 0;
}

.plan-btn{
  width: 100%;
  padding: .9rem 1.25rem;
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: .2px;
  box-shadow: 0 10px 24px rgba(15,23,42,.16);
}

.plan-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(15,23,42,.20);
}

/* высота твоего navbar ≈ 64–72px; подгони под себя */
.navbar {
  position: fixed;
  top: 0;
  left: 0; right: 0;
  z-index: 1030; /* поверх контента */
}

#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  color: white;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.4);
  transition: all 0.3s ease;
  font-size: 28px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
}

#scrollTopBtn.show {
  display: flex;
  opacity: 1;
  transform: translateY(0);
  animation: pulse 2s ease-in-out infinite;
}

#scrollTopBtn:hover {
  background: linear-gradient(135deg, #0b5ed7, #5568d3);
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 12px 35px rgba(13, 110, 253, 0.5);
}

@keyframes pulse {
  0%, 100% {
    box-shadow: 0 8px 25px rgba(13, 110, 253, 0.4);
  }
  50% {
    box-shadow: 0 8px 35px rgba(13, 110, 253, 0.6);
  }
}

@media (max-width: 768px) {
  #scrollTopBtn {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    font-size: 22px;
  }
}

.navbar .nav-link img {
  vertical-align: middle;
  margin-top: -2px;
}


/* Контейнер: показываем только 3 карточки, остальное обрезаем */
.services-strip-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 20px 0;
  background: transparent;
  min-height: 350px;
}

.services-strip {
  overflow: visible;
  width: 100%;
  position: relative;
}

.services-strip::before,
.services-strip::after {
  content: '';
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.services-strip::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.services-strip::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.services-track {
  display: flex;
  gap: 30px;
  animation: scroll-services 40s linear infinite;
  width: max-content;
  will-change: transform;
  min-width: 100%;
}

.services-strip-wrapper:hover .services-track {
  animation-play-state: paused;
}

.services-track .feature {
  flex: 0 0 280px;
  padding: 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.services-track .feature:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.services-track .feature-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
}

@keyframes scroll-services {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 15px));
  }
}

/* Адаптивность для карусели */
@media (max-width: 992px) {
  .services-strip-wrapper {
    min-height: 380px;
  }
  
  .services-track .feature {
    flex: 0 0 320px;
    min-width: 320px;
  }
}

@media (max-width: 576px) {
  .services-strip-wrapper {
    min-height: 350px;
    padding: 15px 0;
  }
  
  .services-strip {
    overflow: visible;
  }
  
  .services-track .feature {
    flex: 0 0 280px;
    min-width: 280px;
  }
  
  .services-track .feature-img {
    height: 180px;
  }
  
  .services-track .feature h4 {
    font-size: 1.1rem;
  }
  
  .services-track .feature p {
    font-size: 0.9rem;
  }
}


/* Cart page styling */
.cart-item {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.cart-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.cart-summary {
  text-align: right;
  font-size: 1.25rem;
  font-weight: 600;
}

/* ============================================
   HERO SECTION - Modern Design with Animations
   ============================================ */
.hero-section {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 100px 0 80px;
}
<<<<<<< HEAD
=======

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.9) 0%, rgba(102, 126, 234, 0.9) 50%, rgba(118, 75, 162, 0.9) 100%);
  animation: gradient-shift 15s ease infinite;
}

@keyframes gradient-shift {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

.hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  animation: particles-float 20s ease-in-out infinite;
}

@keyframes particles-float {
  0%, 100% { transform: translateY(0) translateX(0); }
  33% { transform: translateY(-20px) translateX(10px); }
  66% { transform: translateY(20px) translateX(-10px); }
}

.hero-content {
  position: relative;
  z-index: 1;
}

.min-vh-50 {
  min-height: 50vh;
}

.hero-text {
  color: white;
}

.text-gradient {
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-title {
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}

.hero-title span {
  display: block;
  margin-bottom: 0.5rem;
}

.hero-description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.98);
  line-height: 1.75;
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  margin-bottom: 2rem;
}

.hero-btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.hero-btn:hover::before {
  width: 300px;
  height: 300px;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
}

.hero-stats {
  margin-top: 3rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-image-wrapper {
  position: relative;
}

.hero-main-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: float-image 6s ease-in-out infinite;
}

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

.floating-card {
  position: absolute;
  background: white;
  padding: 20px 25px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #333;
  animation: float-card 4s ease-in-out infinite;
  min-width: 120px;
  z-index: 10;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.floating-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.floating-card.card-1 .floating-card-icon {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.floating-card.card-2 .floating-card-icon {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.floating-card.card-3 .floating-card-icon {
  background: linear-gradient(135deg, #17a2b8, #0d6efd);
}

.floating-card-text {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.floating-card.card-1 {
  top: 10%;
  right: -5%;
  animation-delay: 0s;
}

.floating-card.card-2 {
  bottom: 30%;
  right: 0%;
  animation-delay: 1s;
}

.floating-card.card-3 {
  top: 50%;
  left: -5%;
  animation-delay: 2s;
}

@keyframes float-card {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.08); }
}

.floating-card:hover {
  transform: translateY(-10px) scale(1.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* ============================================
   WELCOME SECTION
   ============================================ */
.welcome-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  position: relative;
}

.welcome-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(13, 110, 253, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(102, 126, 234, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.welcome-icons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px 20px;
}

.welcome-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.welcome-icon-item:hover {
  transform: translateY(-10px);
}

.icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.icon-circle i {
  font-size: 2.5rem;
  color: white;
}

.welcome-icon-item:hover .icon-circle {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
}

.welcome-icon-item span {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .welcome-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px 10px;
  }
  
  .icon-circle {
    width: 80px;
    height: 80px;
  }
  
  .icon-circle i {
    font-size: 2rem;
  }
}

.text-gradient-2 {
  background: linear-gradient(135deg, #0d6efd 0%, #667eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-badge {
  display: inline-block;
  margin-bottom: 1rem;
}

.badge-text {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 126, 234, 0.1));
  border-radius: 50px;
  color: #0d6efd;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.welcome-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
}

/* New Welcome Feature Cards */
.welcome-feature-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.welcome-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.welcome-feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  transition: all 0.3s ease;
}

.welcome-feature-card:hover .welcome-feature-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

.welcome-feature-card h4 {
  color: #1d1e4c;
  font-size: 1.25rem;
}

.welcome-feature-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Welcome CTA Box */
.welcome-cta-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.welcome-cta-box h3 {
  color: #1d1e4c;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .welcome-feature-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
  
  .welcome-feature-card h4 {
    font-size: 1.15rem;
  }
  
  .welcome-cta-box h3 {
    font-size: 1.5rem;
  }
}
  color: #555;
}

.feature-item i {
  font-size: 1.3rem;
}

.welcome-btn {
  transition: all 0.3s ease;
}

.welcome-btn:hover {
  transform: translateY(-3px);
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.about-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.about-image-wrapper {
  position: relative;
  display: inline-block;
}

.about-image {
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.about-image:hover {
  transform: scale(1.03) rotate(1deg);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 126, 234, 0.1));
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-image-wrapper:hover .image-overlay {
  opacity: 1;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.about-stats {
  display: flex;
  gap: 20px;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1;
  min-width: 120px;
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  animation: icon-glow 3s ease-in-out infinite;
}

.stat-icon:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.5);
  animation: icon-pulse-hover 0.6s ease-in-out;
}

.stat-box:hover .stat-icon {
  animation: icon-bounce 0.6s ease-in-out;
}

.stat-content {
  flex: 1;
}

.stat-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0d6efd;
  line-height: 1;
  margin-bottom: 5px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.stat-label {
  font-size: 0.9rem;
  color: #666 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.about-btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.about-btn:hover::before {
  width: 300px;
  height: 300px;
}

.about-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.4);
}

.about-btn:active {
  transform: translateY(-1px) scale(1.02);
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.testimonials-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(13, 110, 253, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.testimonial-carousel-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-card {
  background: white;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.testimonial-rating {
  font-size: 1.5rem;
}

.testimonial-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 20px auto;
  border: 4px solid #0d6efd;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.2);
}

.testimonial-quote {
  font-size: 1.3rem;
  color: #333;
  font-style: italic;
  line-height: 1.8;
  margin: 20px 0;
  position: relative;
  padding: 0 20px;
}

.testimonial-quote::before,
.testimonial-quote::after {
  content: '"';
  font-size: 3rem;
  color: #0d6efd;
  opacity: 0.3;
  position: absolute;
}

.testimonial-quote::before {
  left: -10px;
  top: -10px;
}

.testimonial-quote::after {
  right: -10px;
  bottom: -30px;
}

.testimonial-author {
  color: #666;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 20px;
}

.testimonial-control {
  background: rgba(13, 110, 253, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.testimonial-control:hover {
  opacity: 1;
  background: rgba(13, 110, 253, 0.2);
}

.testimonials-btn {
  transition: all 0.3s ease;
}

.testimonials-btn:hover {
  transform: translateY(-3px);
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.animated {
  opacity: 1;
}

.animate-on-scroll[data-animation="fade-in-up"] {
  transform: translateY(50px);
}

.animate-on-scroll[data-animation="fade-in-up"].animated {
  transform: translateY(0);
}

.animate-on-scroll[data-animation="fade-in-left"] {
  transform: translateX(-50px);
}

.animate-on-scroll[data-animation="fade-in-left"].animated {
  transform: translateX(0);
}

.animate-on-scroll[data-animation="fade-in-right"] {
  transform: translateX(50px);
}

.animate-on-scroll[data-animation="fade-in-right"].animated {
  transform: translateX(0);
}

.animate-fade-in-up {
  animation: fadeInUp 1s ease-out;
}

.animate-fade-in-right {
  animation: fadeInRight 1s ease-out;
}

.animate-scale-in {
  animation: scaleIn 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
/* ============================================
   SERVICES SECTION ENHANCEMENTS
   ============================================ */
.services-section-main {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.services-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 50% 50%, rgba(13, 110, 253, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.services-main-title {
  margin-bottom: 1rem;
}

.services-main-btn {
  transition: all 0.3s ease;
}

.services-main-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(13, 110, 253, 0.3) !important;
}

/* ============================================
   PARTNERS SECTION ENHANCEMENTS
   ============================================ */
.partners-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.partners-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(13, 110, 253, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(102, 126, 234, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.partners-title {
  margin-bottom: 1rem;
}

.partners-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.logo-scroll img {
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(30%);
}

.logo-scroll:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

/* ============================================
   ABOUT PAGE STYLES
   ============================================ */
.about-page-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.about-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.about-page-title {
  margin-bottom: 1.5rem;
}

.about-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.about-page-image-wrapper {
  position: relative;
  display: inline-block;
}

.about-page-image {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.about-page-image:hover {
  transform: scale(1.03) rotate(1deg);
}

.about-page-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 2rem;
}

.about-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.about-feature-item i {
  font-size: 1.3rem;
}

.about-page-stats {
  display: flex;
  gap: 30px;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.about-stat-item {
  text-align: center;
}

.about-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d6efd;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.about-stat-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.expertise-page-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.expertise-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 80% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 20% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

/* ============================================
   SERVICES PAGE ENHANCEMENTS
   ============================================ */
.services-page-hero {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.services-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.services-page-title {
  margin-bottom: 1.5rem;
}

.services-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.services-page-image-wrapper {
  position: relative;
  display: inline-block;
}

.services-page-image {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.services-page-image:hover {
  transform: scale(1.03) rotate(1deg);
}

.services-list-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.service-item-wrapper {
  margin-bottom: 60px;
}

.service-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.service-item-link:hover {
  text-decoration: none;
  color: inherit;
}

.service-item-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background: white;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-item-link:hover .service-item-card {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-item-card.service-item-reverse {
  flex-direction: row-reverse;
}

.service-item-image-wrapper {
  flex: 0 0 400px;
  position: relative;
}

.service-item-image {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.service-item-link:hover .service-item-image {
  transform: scale(1.05);
}

.service-item-content {
  flex: 1;
  position: relative;
}

.service-item-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.service-item-link:hover .service-item-icon {
  transform: scale(1.1) rotate(5deg);
}

.service-icon-1 { background: linear-gradient(135deg, #28a745, #20c997); }
.service-icon-2 { background: linear-gradient(135deg, #0d6efd, #667eea); }
.service-icon-3 { background: linear-gradient(135deg, #dc3545, #c82333); }
.service-icon-4 { background: linear-gradient(135deg, #17a2b8, #138496); }
.service-icon-5 { background: linear-gradient(135deg, #ffc107, #e0a800); }
.service-icon-6 { background: linear-gradient(135deg, #6f42c1, #5a32a3); }
.service-icon-7 { background: linear-gradient(135deg, #fd7e14, #e86800); }
.service-icon-8 { background: linear-gradient(135deg, #20c997, #17a2b8); }
.service-icon-9 { background: linear-gradient(135deg, #e83e8c, #d91a72); }
.service-icon-10 { background: linear-gradient(135deg, #6610f2, #520dc2); }
.service-icon-11 { background: linear-gradient(135deg, #0dcaf0, #0aa2c0); }
.service-icon-12 { background: linear-gradient(135deg, #198754, #157347); }
.service-icon-13 { background: linear-gradient(135deg, #0d6efd, #667eea); }

.service-item-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 20px;
  line-height: 1.3;
}

.service-item-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.services-cta-btn {
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.services-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
}

@media (max-width: 992px) {
  .service-item-card {
    flex-direction: column !important;
    text-align: center;
  }
  
  .service-item-image-wrapper {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
  }
  
  .service-item-title {
    font-size: 1.5rem;
  }
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */
.contact-hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.contact-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/contact.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

@keyframes contact-image-zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  display: none;
}

.contact-hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 3;
  display: none;
}

.contact-hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 3;
  display: none;
}

.contact-hero-section .container {
  position: relative;
  z-index: 4;
}

.contact-hero-title {
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.contact-hero-title {
  color: white;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.contact-hero-text {
  color: rgba(255, 255, 255, 0.95);
}

.contact-methods-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.contact-method-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.contact-method-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.contact-method-card:hover .contact-method-icon {
  transform: scale(1.15) rotate(5deg);
}

.email-icon {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.telegram-icon {
  background: linear-gradient(135deg, #0088cc, #0066aa);
}

.finance-icon {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.main-telegram-icon {
  background: linear-gradient(135deg, #0d6efd, #667eea);
}

.contact-method-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.contact-method-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.contact-method-link {
  display: inline-flex;
  align-items: center;
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.contact-method-link:hover {
  color: #0b5ed7;
  transform: translateX(5px);
}

.contact-form-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.contact-form-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 50% 50%, rgba(13, 110, 253, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.contact-form-card {
  background: white;
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.contact-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.contact-input,
.contact-textarea {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-input:focus,
.contact-textarea:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
  outline: none;
  transform: translateY(-2px);
}

.contact-submit-btn {
  border-radius: 50px;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.contact-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
}

/* ============================================
   REGISTER PAGE STYLES
   ============================================ */
.register-hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.register-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.register-hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(13, 110, 253, 0.02) 20px, rgba(13, 110, 253, 0.02) 40px);
  pointer-events: none;
}

.register-card {
  background: white;
  border-radius: 30px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.register-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0d6efd, #667eea, #764ba2);
}

.register-card-header {
  margin-bottom: 30px;
}

.register-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 2.5rem;
  color: white;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  animation: icon-pulse 2s ease-in-out infinite;
}

@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
  }
}

.register-title {
  margin-bottom: 10px;
}

.form-group-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.register-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.register-label i {
  color: #0d6efd;
  font-size: 1.1rem;
}

.register-input {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.register-input:focus {
  border-color: #0d6efd;
  background: white;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
  outline: none;
  transform: translateY(-2px);
}

.password-input-wrapper {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
  z-index: 10;
}

.password-toggle:hover {
  color: #0d6efd;
}

.register-error {
  font-size: 0.875rem;
  margin-top: 5px;
  display: block;
}

.register-submit-btn {
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
  margin-top: 0;
  margin-bottom: 0;
}

.register-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
}

.register-divider {
  position: relative;
  text-align: center;
  margin: 2.5rem 0;
}

.register-divider::before,
.register-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background: #e0e0e0;
}

.register-divider::before {
  left: 0;
}

.register-divider::after {
  right: 0;
}

.register-divider span {
  background: white;
  padding: 0 15px;
  color: #666;
  position: relative;
  z-index: 1;
}

.register-link {
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.register-link:hover {
  color: #0b5ed7;
  text-decoration: underline;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-label {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  cursor: pointer;
}

.register-form .form-check {
  margin: 2rem 0 2.5rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.register-form .form-check-input {
  margin-top: 0.3em;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.register-form .form-check-label span,
.register-form .form-check-label a {
  margin-right: 0.25rem;
}

.register-form .form-check-label a {
  font-weight: 600;
  text-decoration: none;
}

.register-form .form-check-label a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .register-hero-section {
    padding: 20px 0 40px 0;
    min-height: auto;
  }
  
  .register-card {
    padding: 35px 25px;
    border-radius: 24px;
    margin: 0 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  }
  
  .register-icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    margin-bottom: 20px !important;
  }
  
  .register-title {
    font-size: 1.9rem;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  
  .register-card-header {
    margin-bottom: 30px;
  }
  
  .register-card-header p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
  }
  
  .register-form {
    margin-top: 10px;
  }
  
  .form-group-wrapper {
    margin-bottom: 1.5rem !important;
  }
  
  .register-label {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  
  .register-label i {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  
  .register-input {
    padding: 14px 16px;
    font-size: 1rem;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
  }
  
  .register-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
  }
  
  .password-input-wrapper {
    position: relative;
  }
  
  .password-toggle {
    right: 14px;
    font-size: 1.2rem;
    padding: 8px;
  }
  
  .register-error {
    font-size: 0.85rem;
    margin-top: 6px;
    display: block;
  }
  
  .register-form .form-check {
    margin: 2rem 0 2.5rem 0 !important;
    padding: 1.25rem 1.25rem !important;
    background-color: #f8f9fa !important;
    border-radius: 12px !important;
    border: 1px solid #e9ecef !important;
  }
  
  .register-form .form-check-input {
    margin-top: 0.3em !important;
    width: 1.2em !important;
    height: 1.2em !important;
    margin-right: 0.75rem !important;
    flex-shrink: 0 !important;
  }
  
  .register-form .form-check-label {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    color: #495057 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    cursor: pointer !important;
  }
  
  .register-form .form-check-label span,
  .register-form .form-check-label a {
    margin-right: 0.25rem !important;
  }
  
  .register-form .form-check-label a {
    font-weight: 600 !important;
    text-decoration: none !important;
  }
  
  .register-form .form-check-label a:hover {
    text-decoration: underline !important;
  }
  
  .register-submit-btn {
    padding: 16px 30px;
    font-size: 1.05rem;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 12px;
    font-weight: 600;
  }
  
  .register-divider {
    margin: 2.5rem 0;
  }
  
  .register-divider span {
    font-size: 0.9rem;
    padding: 0 20px;
  }
  
  .register-form .text-center {
    margin-top: 1rem;
  }
  
  .register-form .text-center p {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  
  .register-form .text-center a {
    font-size: 1rem;
    display: inline-block;
  }

  .contact-hero-section {
    min-height: 500px;
  }

  .contact-hero-title {
    font-size: 2.5rem;
  }
}

/* ============================================
   CART PAGE STYLES
   ============================================ */
.cart-hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-bottom: 1px solid #e0e0e0;
}

.cart-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.cart-hero-title {
  margin-bottom: 10px;
}

.cart-content-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  min-height: 60vh;
}

.cart-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-item-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.cart-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-color: #0d6efd;
}

.cart-item-image-wrapper {
  position: relative;
  flex: 0 0 200px;
  overflow: hidden;
  background: #f8f9fa;
}

.cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.cart-item-card:hover .cart-item-image {
  transform: scale(1.1);
}

.cart-item-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #28a745, #20c997);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.cart-item-content {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-item-header {
  margin-bottom: 15px;
}

.cart-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.cart-item-variant {
  font-size: 0.85rem;
  padding: 5px 12px;
  border-radius: 20px;
}

.cart-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.cart-item-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.price-label {
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
}

.cart-remove-btn {
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cart-remove-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.cart-actions {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.cart-summary-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 2px solid #e0e0e0;
  position: sticky;
  top: 20px;
}

.cart-summary-header {
  background: linear-gradient(135deg, #0d6efd, #667eea);
  color: white;
  padding: 25px;
  text-align: center;
}

.cart-summary-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: white;
}

.cart-summary-body {
  padding: 25px;
}

.cart-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.summary-label {
  color: #666;
  font-weight: 500;
}

.summary-value {
  color: #333;
  font-weight: 600;
}

.cart-summary-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
  margin: 20px 0;
}

.cart-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 2px solid #e0e0e0;
  margin-top: 15px;
}

.total-label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
}

.total-value {
  font-size: 2rem;
  font-weight: 700;
  color: #0d6efd;
}

.cart-summary-footer {
  padding: 25px;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
}

.checkout-btn {
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.checkout-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
}

.cart-empty-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}

.cart-empty-card {
  background: white;
  border-radius: 25px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
}

.cart-empty-icon {
  font-size: 5rem;
  color: #e0e0e0;
  animation: empty-cart-pulse 2s ease-in-out infinite;
}

@keyframes empty-cart-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.cart-empty-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .cart-item-card {
    flex-direction: column;
  }
  
  .cart-item-image-wrapper {
    flex: 0 0 250px;
  }
  
  .cart-summary-card {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .cart-item-image-wrapper {
    flex: 0 0 200px;
  }
  
  .cart-item-title {
    font-size: 1.2rem;
  }
  
  .price-value {
    font-size: 1.3rem;
  }
  
  .cart-empty-card {
    padding: 40px 30px;
  }
  
  .cart-empty-icon {
    font-size: 4rem;
  }
}

/* ============================================
   NAVBAR MODERN STYLES
   ============================================ */
.navbar-modern {
  background: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  margin: 0;
  width: 100%;
  min-height: 70px;
}

/* Toast container positioning below navbar */
.toast-container-below-nav {
  top: 80px;
}

@media (max-width: 991px) {
  .toast-container-below-nav {
    top: 70px;
  }
}

@media (max-width: 991px) {
  .navbar-modern {
    min-height: 60px !important;
    padding: 8px 0 !important;
  }
}


.navbar-modern .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 25px;
  gap: 15px;
}

body {
  padding-top: 80px;
}

.navbar-logo {
  height: 45px;
  transition: transform 0.3s ease;
}

.navbar-brand:hover .navbar-logo {
  transform: scale(1.05);
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navbar-nav-left {
  flex: 1;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  overflow: visible;
  flex-wrap: nowrap;
}

.navbar-nav-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.navbar-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  margin: 0 30px;
  padding: 0 10px;
}

.nav-link {
  color: #333 !important;
  font-weight: 500;
  padding: 10px 18px !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  margin: 0 4px;
}

.nav-link:hover {
  color: #0d6efd !important;
  background: rgba(13, 110, 253, 0.05);
  transform: translateY(-2px);
}

.nav-link.active {
  color: #0d6efd !important;
  background: rgba(13, 110, 253, 0.1);
  font-weight: 600;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #0d6efd, #667eea);
  border-radius: 2px;
}

.nav-link i {
  font-size: 1.1rem;
}

/* Telegram Bot Link - Center (Desktop) */
.telegram-bot-link {
  padding: 0 !important;
  margin: 0 10px;
}

.telegram-bot-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  background: linear-gradient(135deg, #0088cc, #0066aa);
  border-radius: 30px;
  color: white !important;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 136, 204, 0.35);
  position: relative;
  overflow: hidden;
}

.telegram-bot-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent);
  animation: telegram-shine 3s ease-in-out infinite;
}

@keyframes telegram-shine {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.telegram-bot-wrapper:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 136, 204, 0.5);
  background: linear-gradient(135deg, #0099dd, #0077bb);
}

.telegram-icon {
  font-size: 1.4rem;
  position: relative;
  z-index: 1;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.telegram-bot-text {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  letter-spacing: 0.3px;
}

.telegram-bot-arrow {
  font-size: 0.85rem;
  opacity: 0.9;
  position: relative;
  z-index: 1;
  margin-left: 2px;
}

/* Social Media Icons Group */
.social-icons-group {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.social-icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: white !important;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 1.3rem;
}

.social-icon-link i {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.social-icon-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}

.instagram-link::before {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.telegram-link::before {
  background: linear-gradient(135deg, #0088cc, #0066aa);
}

.whatsapp-link::before {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.social-icon-link:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.social-icon-link:hover i {
  transform: scale(1.15) rotate(5deg);
}

.instagram-link:hover::before {
  background: linear-gradient(135deg, #ffa64d 0%, #ff7a5c 25%, #ff4d6d 50%, #ff2d8a 75%, #d91a8f 100%);
}

.telegram-link:hover::before {
  background: linear-gradient(135deg, #0099dd, #0077bb);
}

.whatsapp-link:hover::before {
  background: linear-gradient(135deg, #2FE57C, #1AB394);
}

.social-icon-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
  z-index: 0;
}

.social-icon-link:hover::after {
  width: 100%;
  height: 100%;
}

/* Social Media Icons для мобильной версии */
/* Базовые стили для соцсетей (десктоп) */
.social-icons-group-mobile {
  display: none;
}

.social-icon-link-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: white !important;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 1.1rem;
}

.social-icon-link-mobile i {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.social-icon-link-mobile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 1;
}

.social-icon-link-mobile.instagram-link::before {
  background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icon-link-mobile.telegram-link::before {
  background: linear-gradient(135deg, #0088cc, #0066aa);
}

.social-icon-link-mobile.whatsapp-link::before {
  background: linear-gradient(135deg, #25D366, #128C7E);
}

.social-icon-link-mobile:hover {
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.social-icon-link-mobile:hover i {
  transform: scale(1.15) rotate(5deg);
}

.social-icon-link-mobile.instagram-link:hover::before {
  background: linear-gradient(135deg, #ffa64d 0%, #ff7a5c 25%, #ff4d6d 50%, #ff2d8a 75%, #d91a8f 100%);
}

.social-icon-link-mobile.telegram-link:hover::before {
  background: linear-gradient(135deg, #0099dd, #0077bb);
}

.social-icon-link-mobile.whatsapp-link:hover::before {
  background: linear-gradient(135deg, #2FE57C, #1AB394);
}

/* Telegram Bot для мобильной версии */
.telegram-bot-link-mobile {
  padding: 0 !important;
  margin: 0 10px;
  order: 2;
}

.telegram-bot-wrapper-mobile {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #0088cc, #0066aa);
  border-radius: 25px;
  color: white !important;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 136, 204, 0.35);
  position: relative;
  overflow: hidden;
}

.telegram-bot-wrapper-mobile::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent);
  animation: telegram-shine 3s ease-in-out infinite;
}

.telegram-bot-wrapper-mobile:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 136, 204, 0.45);
  background: linear-gradient(135deg, #0099dd, #0077bb);
}

.telegram-icon-mobile {
  font-size: 1.3rem;
  position: relative;
  z-index: 1;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.telegram-bot-text-mobile {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

/* Cart Link */
.cart-link {
  position: relative;
  padding: 10px 15px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-icon-large {
  font-size: 1.5rem !important;
  color: #0d6efd;
}

.cart-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: white;
  border-radius: 50%;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 0 3px 10px rgba(220, 53, 69, 0.5), 0 0 0 2px white;
  animation: cart-pulse 2s ease-in-out infinite;
  line-height: 1;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  backdrop-filter: none;
  transform: translateZ(0);
}

@keyframes cart-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Register Link */
.register-link {
  background: linear-gradient(135deg, #0d6efd, #667eea) !important;
  color: white !important;
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.register-link:hover,
.register-link:focus,
.register-link:active,
.register-link:focus-visible,
.register-link:visited {
  color: white !important;
  background: linear-gradient(135deg, #0b5ed7, #5568d3) !important;
}

.register-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.4);
}

.register-link:active {
  transform: translateY(0);
  color: white !important;
}

.register-link.active,
.register-link.active:hover,
.register-link.active:focus,
.register-link.active:active {
  background: linear-gradient(135deg, #0b5ed7, #5568d3) !important;
  color: white !important;
}

.register-link::after {
  display: none;
}

/* Login Link */
.login-link {
  background: linear-gradient(135deg, #20c997, #17a2b8) !important;
  color: white !important;
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(32, 201, 151, 0.3);
  transition: all 0.3s ease;
}

.login-link:hover,
.login-link:focus,
.login-link:active,
.login-link:focus-visible,
.login-link:visited {
  color: white !important;
  background: linear-gradient(135deg, #1aa179, #138496) !important;
}

.login-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(32, 201, 151, 0.4);
}

.login-link:active {
  transform: translateY(0);
  color: white !important;
}

.login-link.active,
.login-link.active:hover,
.login-link.active:focus,
.login-link.active:active {
  background: linear-gradient(135deg, #1aa179, #138496) !important;
  color: white !important;
}

.login-link::after {
  display: none;
}

/* Login Link */
.login-link {
  background: linear-gradient(135deg, #20c997, #17a2b8);
  color: white !important;
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(32, 201, 151, 0.3);
  transition: all 0.3s ease;
}

.login-link:hover {
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(32, 201, 151, 0.4);
}

.login-link.active {
  background: linear-gradient(135deg, #1aa179, #138496);
}

/* Admin Link */
.admin-link {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
  color: white !important;
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

.admin-link:hover {
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

/* Profile Link Button - красивая кнопка профиля */
.profile-link-btn {
  background: linear-gradient(135deg, #0d6efd, #0056b3) !important;
  color: white !important;
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
  border: none;
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.profile-link-btn:hover {
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.5);
  background: linear-gradient(135deg, #0056b3, #004085) !important;
}

.profile-link-btn.active {
  background: linear-gradient(135deg, #0056b3, #003d7a) !important;
  box-shadow: 0 5px 20px rgba(13, 110, 253, 0.4);
}

.profile-link-btn i {
  font-size: 1.1em;
  margin-right: 6px;
}

/* Mobile Navbar - Новая версия с нуля */
@media (max-width: 991px) {
  /* Скрываем десктопное меню */
  .navbar-collapse.d-none.d-lg-block,
  .navbar-nav-left,
  .navbar-nav-right,
  .navbar-center {
    display: none !important;
  }
  
  /* Настройки навбара */
  .navbar-modern {
    min-height: 60px !important;
    height: 60px !important;
    padding: 0 !important;
  }
  
  body {
    padding-top: 70px !important;
  }

  /* Контейнер навбара */
  .navbar-modern .container-fluid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 60px !important;
    padding: 0 15px !important;
    position: relative !important;
  }

  /* Логотип слева */
  .navbar-brand {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
  }

  .navbar-logo {
    height: 32px !important;
    width: auto !important;
  }

  /* Соцсети по центру */
  .social-icons-group-mobile {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 6px 10px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 50px !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
  }

  /* Корзина и меню справа */
  .navbar-right-mobile {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 0 0 auto !important;
    z-index: 10 !important;
  }

  .cart-link-mobile {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px !important;
    color: #0d6efd !important;
    font-size: 1.2rem !important;
    text-decoration: none !important;
    position: relative !important;
    transition: color 0.2s !important;
  }

  .cart-link-mobile:hover {
    color: #0b5ed7 !important;
  }

  .cart-badge-mobile {
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
    background: linear-gradient(135deg, #dc3545, #c82333) !important;
    color: white !important;
    border-radius: 50% !important;
    min-width: 22px !important;
    height: 22px !important;
    padding: 0 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.8rem !important;
    font-weight: 800 !important;
    border: 2px solid white !important;
    box-shadow: 0 3px 10px rgba(220, 53, 69, 0.5) !important;
    z-index: 3 !important;
  }

  .navbar-toggler {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 6px 10px !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 8px !important;
    background: white !important;
    font-size: 0.85rem !important;
    transition: all 0.3s ease !important;
  }

  .navbar-toggler:hover {
    border-color: #0d6efd !important;
    background: #f8f9fa !important;
  }

  .navbar-toggler-icon {
    width: 18px !important;
    height: 18px !important;
  }

  /* Скрываем корзину в навбаре, когда меню открыто */
  body.offcanvas-open .cart-link-mobile {
    display: none !important;
  }
  
  .cart-badge {
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 11;
    pointer-events: none;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 3px 10px rgba(220, 53, 69, 0.5), 0 0 0 2px white;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    backdrop-filter: none;
    transform: translateZ(0);
  }
  
  /* Offcanvas Menu Styles */
  .offcanvas {
    width: 300px !important;
    z-index: 1045 !important;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.1);
  }
  
  .offcanvas.show {
    visibility: visible !important;
  }
  
  .offcanvas-backdrop {
    z-index: 1040 !important;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
  }
  
  .offcanvas-header {
    padding: 16px 20px;
    border-bottom: 2px solid #e9ecef;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  
  .offcanvas-header-content {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px;
    width: 100%;
    position: relative;
  }
  
  .offcanvas-header-content .navbar-brand {
    flex: 0 0 auto;
    z-index: 2;
  }
  
  .offcanvas-header-content .social-icons-group-mobile {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    z-index: 1;
  }
  
  .offcanvas-header-content .btn-close {
    flex: 0 0 auto;
    z-index: 2;
    margin: 0 !important;
  }
  
  .offcanvas-header .navbar-brand {
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
  }
  
  .offcanvas-header .navbar-brand:hover {
    transform: scale(1.05);
  }
  
  .telegram-bot-link-offcanvas {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    display: inline-flex !important;
    align-items: center;
  }
  
  .cart-link-offcanvas {
    flex: 0 0 auto;
    margin: 0;
    padding: 8px;
    display: inline-flex !important;
    align-items: center;
    color: #0d6efd;
    font-size: 1.2rem;
    text-decoration: none;
    transition: all 0.2s ease;
    border-radius: 8px;
  }
  
  .cart-link-offcanvas:hover {
    color: #0b5ed7;
    background-color: rgba(13, 110, 253, 0.1);
    transform: scale(1.1);
  }
  
  .offcanvas-header .btn-close {
    flex: 0 0 auto;
    margin: 0;
    padding: 0.5rem;
    font-size: 1.2rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  
  .offcanvas-header .btn-close::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(102, 102, 102, 0.1);
    transform: translate(-50%, -50%);
    transition: width 0.4s, height 0.4s;
  }
  
  .offcanvas-header .btn-close:hover::before {
    width: 40px;
    height: 40px;
  }
  
  .offcanvas-header .btn-close:hover {
    transform: rotate(90deg) scale(1.2);
    color: #0d6efd;
    animation: icon-bounce 0.5s ease-in-out;
  }
  
  .offcanvas-body {
    padding: 0;
    overflow-y: auto;
  }
  
  .offcanvas-body .navbar-nav {
    padding: 8px 0;
  }
  
  .offcanvas-body .nav-item {
    margin: 2px 8px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .offcanvas-body .nav-link {
    padding: 14px 20px !important;
    border-radius: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #495057;
    font-size: 0.95rem;
    font-weight: 500;
    position: relative;
  }
  
  .offcanvas-body .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(135deg, #0d6efd, #667eea);
    transition: width 0.3s ease;
    border-radius: 10px 0 0 10px;
  }
  
  .offcanvas-body .nav-link:hover {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 126, 234, 0.1));
    transform: translateX(8px);
    padding-left: 24px;
    color: #0d6efd;
  }
  
  .offcanvas-body .nav-link:hover::before {
    width: 4px;
  }
  
  .offcanvas-body .nav-link i {
    transition: all 0.3s ease;
    width: 24px;
    text-align: center;
    margin-right: 12px;
    font-size: 1.1rem;
  }
  
  .offcanvas-body .nav-link:hover i {
    transform: scale(1.2) rotate(5deg);
    color: #0d6efd;
  }
  
  .offcanvas-body .nav-link.active {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.15), rgba(102, 126, 234, 0.15));
    color: #0d6efd;
    font-weight: 600;
    border-left: 4px solid #0d6efd;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.2);
  }
  
  .offcanvas-body .nav-link.active::before {
    width: 4px;
  }
  
  .offcanvas-body .nav-link.active i {
    color: #0d6efd;
  }
  
  /* Cart badge inline styles */
  .cart-link-mobile-menu {
    position: relative;
  }
  
  .cart-badge-inline {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    border-radius: 12px;
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    border: 2px solid white;
    box-shadow: 0 2px 6px rgba(220, 53, 69, 0.3);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    transform: translateZ(0);
    transition: all 0.2s ease;
  }
  
  .cart-link-mobile-menu:hover .cart-badge-inline {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.4);
  }
  
  .offcanvas-body .nav-item.border-top {
    border-top: 2px solid #e9ecef !important;
    margin-top: 8px;
    padding-top: 8px;
  }
  
  .offcanvas-body .language-mobile-header {
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin: 8px;
    padding: 12px 16px;
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.05), rgba(102, 126, 234, 0.05));
    border: 1px solid rgba(13, 110, 253, 0.1);
  }
  
  .offcanvas-body .language-mobile-header:hover {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 126, 234, 0.1));
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
  }
  
  .offcanvas-body .language-chevron {
    transition: transform 0.3s ease;
  }
  
  .offcanvas-body .language-mobile-header.active .language-chevron {
    transform: rotate(180deg);
  }
  
  .offcanvas-body .language-mobile-list {
    display: none;
    flex-direction: column;
    padding: 4px 8px 8px 8px;
    overflow: hidden;
  }
  
  .offcanvas-body .language-mobile-list[style*="block"] {
    display: block !important;
  }
  
  .offcanvas-body .language-mobile-item {
    padding: 12px 20px 12px 32px !important;
    border-radius: 8px;
    margin: 2px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #495057;
    font-size: 0.9rem;
  }
  
  .offcanvas-body .language-mobile-item:hover {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 126, 234, 0.1));
    transform: translateX(4px);
    color: #0d6efd;
  }
  
  .offcanvas-body .language-mobile-item.active {
    background: linear-gradient(135deg, rgba(13, 110, 253, 0.15), rgba(102, 126, 234, 0.15));
    color: #0d6efd;
    font-weight: 600;
    border-left: 3px solid #0d6efd;
    box-shadow: 0 2px 6px rgba(13, 110, 253, 0.15);
  }
}

/* Extra small devices */
@media (max-width: 576px) {
  .telegram-bot-wrapper-mobile {
    padding: 7px 10px;
    max-width: 150px;
  }

  .telegram-bot-text-mobile {
    font-size: 0.7rem;
  }

  .telegram-icon-mobile {
    font-size: 1rem;
  }

  .navbar-logo {
    height: 30px;
  }
}

/* Tablet Menu */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav {
    gap: 3px;
  }

  .nav-link {
    padding: 10px 12px !important;
    font-size: 0.9rem;
  }

  .telegram-bot-wrapper {
    padding: 10px 18px;
  }

  .telegram-bot-text {
    font-size: 0.9rem;
  }
}

/* Navbar Toggler */
.navbar-toggler {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 8px 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.navbar-toggler::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}

.navbar-toggler:hover::before {
  width: 150px;
  height: 150px;
}

.navbar-toggler:hover {
  border-color: #0d6efd;
  background: rgba(13, 110, 253, 0.1);
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
  animation: button-bounce 0.6s ease-in-out;
}

.navbar-toggler:active {
  transform: scale(1.05) rotate(45deg);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.navbar-toggler-icon {
  transition: transform 0.3s ease;
}

.navbar-toggler:hover .navbar-toggler-icon {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    padding: 80px 0 50px;
  }

  .hero-title {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    text-align: center;
  }

  .hero-title span {
    display: block;
    margin-bottom: 0.3rem;
  }

  .hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: center;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 1.75rem;
  }
  
  .hero-text {
    text-align: center;
  }

  .hero-stats {
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-buttons {
    justify-content: center !important;
  }
  
  .hero-stats {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 2rem !important;
  }

  .stat-item {
    flex: 0 0 auto;
  }

  .stat-number {
    font-size: 2rem;
  }
  
  .stat-label {
    color: white !important;
  }

  .floating-card {
    display: none;
  }

  .hero-image {
    margin-top: 2rem;
  }

  .about-stats {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    margin: 1.5rem 0;
  }
  
  .stat-box {
    min-width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    padding: 18px;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .stat-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
    flex-shrink: 0;
  }
  
  .stat-content {
    flex: 1;
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .stat-value {
    font-size: 1.6rem;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #0d6efd;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  
  .stat-label {
    font-size: 0.85rem;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #666 !important;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .testimonial-card {
    padding: 30px 20px;
  }

  .testimonial-quote {
    font-size: 1.1rem;
  }

  .services-main-title,
  .partners-title {
    font-size: 2rem;
  }

  .welcome-title,
  .about-title,
  .about-page-title {
    font-size: 2rem;
  }

  .about-page-stats {
    justify-content: center;
  }

  .welcome-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .servers-page-title,
  .hosting-page-title,
  .vpn-page-title,
  .vps-page-title {
    font-size: 2rem;
  }

  .service-item-link {
    display: block;
    width: 100%;
  }

  .service-item-card {
    padding: 30px 20px;
  }

  .service-item-image-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }

  .service-item-title {
    font-size: 1.5rem;
  }

  .service-item-description {
    font-size: 1rem;
  }

  .contact-method-card {
    padding: 30px 20px;
  }

  .contact-form-card {
    padding: 30px 20px;
  }
}

/* ============================================
   SERVERS PAGE STYLES
   ============================================ */
.servers-page-hero {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.servers-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.servers-page-title {
  margin-bottom: 1.5rem;
}

.servers-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.servers-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.servers-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.servers-feature-item i {
  font-size: 1.3rem;
}

.servers-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px 20px;
}

.servers-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.servers-icon-item:hover {
  transform: translateY(-10px);
}

.servers-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
  animation: icon-float 4s ease-in-out infinite;
}

.servers-icon-circle i {
  font-size: 2.5rem;
  color: white;
  transition: transform 0.3s ease;
}

.servers-icon-item:hover .servers-icon-circle {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.5);
  animation: icon-pulse 0.8s ease-in-out;
}

.servers-icon-item:hover .servers-icon-circle i {
  transform: scale(1.2) rotate(-10deg);
}

.servers-icon-item span {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}

.servers-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.servers-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ============================================
   HOSTING PAGE STYLES
   ============================================ */
.hosting-page-hero {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.hosting-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.hosting-page-title {
  margin-bottom: 1.5rem;
}

.hosting-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.hosting-page-image-wrapper {
  position: relative;
  display: inline-block;
}

.hosting-page-image {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.hosting-page-image:hover {
  transform: scale(1.03) rotate(1deg);
}

.hosting-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hosting-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.hosting-feature-item i {
  font-size: 1.3rem;
}

.hosting-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.hosting-product-card .card-img-top {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #f8f9fa;
  border-radius: 15px 15px 0 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
  filter: brightness(1);
}

.hosting-product-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.6s ease-out backwards;
}

.hosting-product-card:nth-child(1) {
  animation-delay: 0.1s;
}

.hosting-product-card:nth-child(2) {
  animation-delay: 0.2s;
}

.hosting-product-card:nth-child(3) {
  animation-delay: 0.3s;
}

.hosting-product-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.hosting-product-card:hover .card-img-top {
  transform: scale(1.1);
  filter: brightness(1.1);
}

@keyframes borderGlow {
  0%, 100% {
    opacity: 0.9;
    filter: brightness(1);
  }
  50% {
    opacity: 1;
    filter: brightness(1.3);
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

/* Анимации для секций */
@keyframes sectionFadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Анимация для заголовков */
.display-5 {
  animation: fadeInUp 0.8s ease-out;
}

.lead {
  animation: fadeInUp 1s ease-out;
}

/* Плавное появление карточек с задержкой */
.hosting-product-card {
  opacity: 1 !important;
  animation: fadeInUp 0.6s ease-out backwards;
}

.website-builder-card {
  opacity: 1 !important;
  animation: fadeInUp 0.6s ease-out backwards;
}

.website-code-card {
  opacity: 1 !important;
  animation: fadeInUp 0.6s ease-out backwards;
}

/* Анимация для кнопок */
.btn-primary {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
  width: 300px;
  height: 300px;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
}

/* Анимация для карточек при загрузке */
@keyframes cardSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Улучшенная анимация для hover эффектов */
.hosting-product-card,
.website-builder-card,
.website-code-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hosting-product-card .card-body,
.website-builder-card .card-body,
.website-code-card .card-body {
  transition: all 0.3s ease;
}

.hosting-product-card:hover .card-body,
.website-builder-card:hover .card-body,
.website-code-card:hover .card-body {
  transform: translateY(-5px);
}

/* Мобильная версия для изображений хостинга */
@media (max-width: 768px) {
  .hosting-product-card:hover {
    transform: translateY(-8px) scale(1.01);
  }
  
  .hosting-product-card:hover .card-img-top {
    transform: scale(1.05);
  }
  
  .website-builder-card:hover .card-img-top {
    transform: scale(1.05);
  }
  
  .website-code-card:hover .card-img-top {
    transform: scale(1.05);
  }
}

.hosting-description-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 2px solid #e9ecef;
  border-radius: 15px;
  padding: 25px 30px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hosting-description-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0.5rem;
}

.hosting-additional-price {
  font-weight: 700;
  font-size: 1.3rem;
  color: #198754;
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  padding: 4px 12px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(25, 135, 84, 0.2);
  border: 2px solid #198754;
  margin-left: 5px;
  white-space: nowrap;
}

/* =============================================
   WEBSITE BUILDER SECTION STYLES
   ============================================= */

.website-builder-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #e3f2fd 100%);
  border-radius: 30px;
  margin: 40px auto;
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}

.website-builder-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(111, 66, 193, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.website-builder-title {
  background: linear-gradient(135deg, #0d6efd 0%, #6f42c1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}

.website-builder-description {
  background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
  border: 2px solid rgba(13, 110, 253, 0.2);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.15);
}

.website-builder-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(13, 110, 253, 0.1);
  background: #ffffff;
  animation: fadeInUp 0.6s ease-out backwards;
}

.website-builder-card:nth-child(1) {
  animation-delay: 0.1s;
}

.website-builder-card:nth-child(2) {
  animation-delay: 0.2s;
}

.website-builder-card:nth-child(3) {
  animation-delay: 0.3s;
}

.website-builder-card .card-img-top {
  width: 100% !important;
  height: auto !important;
  min-height: 250px;
  max-height: 400px;
  aspect-ratio: 3 / 2;
  object-fit: cover !important;
  object-position: center;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #f8f9fa;
  border-radius: 15px 15px 0 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
  filter: brightness(1);
}


.website-builder-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(13, 110, 253, 0.25);
  border-color: rgba(13, 110, 253, 0.4);
}

.website-builder-card:hover .card-img-top {
  transform: scale(1.1);
  filter: brightness(1.1);
}

/* =============================================
   WEBSITE CODE SECTION STYLES
   ============================================= */

.website-code-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 30px;
  margin: 40px auto;
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  animation: fadeInUp 0.8s ease-out;
  transition: transform 0.3s ease;
}

.website-code-section:hover {
  transform: translateY(-5px);
}

.website-code-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(111, 66, 193, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(13, 110, 253, 0.15) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.website-code-section .lead {
  color: #e0e0e0 !important;
}

.website-code-title {
  background: linear-gradient(135deg, #6f42c1 0%, #0d6efd 50%, #00d4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 30px rgba(111, 66, 193, 0.5);
}

.website-code-description {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 2px solid rgba(111, 66, 193, 0.3);
  box-shadow: 0 8px 25px rgba(111, 66, 193, 0.2);
  backdrop-filter: blur(10px);
}

.website-code-description .hosting-description-text {
  color: #e0e0e0 !important;
}

.website-code-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(111, 66, 193, 0.3);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  animation: fadeInUp 0.6s ease-out backwards;
}

.website-code-card:nth-child(1) {
  animation-delay: 0.1s;
}

.website-code-card:nth-child(2) {
  animation-delay: 0.2s;
}

.website-code-card:nth-child(3) {
  animation-delay: 0.3s;
}

.website-code-card .card-img-top {
  width: 100% !important;
  height: auto !important;
  min-height: 250px;
  max-height: 400px;
  aspect-ratio: 3 / 2;
  object-fit: cover !important;
  object-position: center;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(26, 26, 46, 0.5);
  border-radius: 15px 15px 0 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
  filter: brightness(0.9) contrast(1.1);
}

.website-code-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(111, 66, 193, 0.4);
  border-color: rgba(111, 66, 193, 0.6);
}

.website-code-card:hover .card-img-top {
  transform: scale(1.1);
  filter: brightness(1.1) contrast(1.2);
}

.website-code-card .card-body {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.website-code-card .card-title {
  color: #ffffff;
}

.website-code-card .card-text {
  color: #e0e0e0;
}

.website-code-card .list-unstyled li {
  color: #e0e0e0;
}

.website-code-section .text-muted {
  color: #b0b0b0 !important;
}

@media (max-width: 768px) {
  .hosting-description-box {
    padding: 20px;
    margin: 0 15px;
  }
  
  .hosting-description-text {
    font-size: 1rem;
  }
  
  .hosting-additional-price {
    font-size: 1.15rem;
    padding: 3px 10px;
  }
}

/* ============================================
   VPN PAGE STYLES
   ============================================ */
.vpn-page-hero {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.vpn-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.vpn-page-title {
  margin-bottom: 1.5rem;
}

.vpn-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.vpn-page-image-wrapper {
  position: relative;
  display: inline-block;
}

.vpn-page-image {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.vpn-page-image:hover {
  transform: scale(1.03) rotate(1deg);
}

.vpn-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vpn-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.vpn-feature-item i {
  font-size: 1.3rem;
}

.vpn-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.vpn-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.datacenter-map-image {
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.datacenter-map-image:hover {
  transform: scale(1.02);
}

/* ============================================
   VPS PAGE STYLES
   ============================================ */
.vps-page-hero {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.vps-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.vps-page-title {
  margin-bottom: 1.5rem;
}

.vps-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.vps-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vps-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.vps-feature-item i {
  font-size: 1.3rem;
}

.vps-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px 20px;
}

.vps-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.vps-icon-item:hover {
  transform: translateY(-10px);
}

.vps-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
  animation: icon-float 4s ease-in-out infinite;
}

.vps-icon-circle i {
  font-size: 2.5rem;
  color: white;
  transition: transform 0.3s ease;
}

.vps-icon-item:hover .vps-icon-circle {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.5);
  animation: icon-pulse 0.8s ease-in-out;
}

.vps-icon-item:hover .vps-icon-circle i {
  transform: scale(1.2) rotate(-10deg);
}

.vps-icon-item span {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}

.vps-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.vps-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ============================================
   VDI PAGE STYLES
   ============================================ */
.vdi-page-hero {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.vdi-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.vdi-page-title {
  margin-bottom: 1.5rem;
}

.vdi-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.vdi-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vdi-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.vdi-feature-item i {
  font-size: 1.3rem;
}

.vdi-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px 20px;
}

.vdi-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.vdi-icon-item:hover {
  transform: translateY(-10px);
}

.vdi-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
  animation: icon-float 4s ease-in-out infinite;
}

.vdi-icon-circle i {
  font-size: 2.5rem;
  color: white;
  transition: transform 0.3s ease;
}

.vdi-icon-item:hover .vdi-icon-circle {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.5);
  animation: icon-pulse 0.8s ease-in-out;
}

.vdi-icon-item:hover .vdi-icon-circle i {
  transform: scale(1.2) rotate(-10deg);
}

.vdi-icon-item span {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}

.vdi-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.vdi-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ============================================
   PAYMENTS SECTION STYLES
   ============================================ */
.payments-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.payments-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.payments-title {
  margin-bottom: 1.5rem;
}

.payments-description {
  line-height: 1.8;
}

.payment-logos-wrapper {
  padding: 40px 20px;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.payment-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.payment-badge-item:hover {
  transform: translateY(-10px);
}

.payment-badge-inner {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
}

.payment-paypal {
  background: linear-gradient(135deg, #0070ba, #009cde);
}

.payment-bitcoin {
  background: linear-gradient(135deg, #f7931a, #ffb84d);
}

.payment-ethereum {
  background: linear-gradient(135deg, #627eea, #8a9ef5);
}

.payment-bank {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
}

.payment-tether {
  background: linear-gradient(135deg, #26a17b, #4ec9a8);
}

.payment-badge-item:hover .payment-badge-inner {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.payment-badge-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
  animation: payment-glow 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes payment-glow {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(20%, 20%) scale(1.2);
    opacity: 0.5;
  }
}

.payment-badge-inner img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.payment-badge-item:hover .payment-badge-inner img {
  transform: scale(1.1);
}

.payment-badge-label {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
  text-align: center;
}

/* ============================================
   GLOBAL DATA CENTERS SECTION STYLES
   ============================================ */
.datacenter-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.datacenter-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 50% 20%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 50% 80%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.datacenter-title {
  margin-bottom: 1.5rem;
}

.datacenter-description {
  line-height: 1.8;
}

.datacenter-map-wrapper {
  padding: 40px 20px;
}

.datacenter-map-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: white;
  padding: 30px;
}

.datacenter-map-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.5s ease;
}

.datacenter-map-container:hover .datacenter-map-image {
  transform: scale(1.02);
}

.datacenter-pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.datacenter-pin {
  position: absolute;
  animation: pin-pulse 2s ease-in-out infinite;
}

.datacenter-pin:nth-child(1) { top: 25%; left: 20%; animation-delay: 0s; }
.datacenter-pin:nth-child(2) { top: 30%; left: 30%; animation-delay: 0.3s; }
.datacenter-pin:nth-child(3) { top: 20%; left: 50%; animation-delay: 0.6s; }
.datacenter-pin:nth-child(4) { top: 35%; left: 75%; animation-delay: 0.9s; }
.datacenter-pin:nth-child(5) { top: 70%; left: 85%; animation-delay: 1.2s; }

.pin-dot {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.datacenter-pin:hover .pin-dot {
  transform: scale(1.5);
  box-shadow: 0 0 0 8px rgba(13, 110, 253, 0.2), 0 10px 25px rgba(0, 0, 0, 0.3);
}

.pin-label {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0d6efd;
  white-space: nowrap;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.datacenter-pin:hover .pin-label {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

@keyframes pin-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.datacenter-stats {
  margin-top: 60px;
}

.datacenter-stat-item {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.datacenter-stat-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.datacenter-stat-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: white;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.3);
  transition: transform 0.3s ease;
}

.datacenter-stat-item:hover .datacenter-stat-icon {
  transform: scale(1.15) rotate(5deg);
}

.datacenter-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d6efd;
  line-height: 1;
  margin-bottom: 10px;
}

.datacenter-stat-label {
  font-size: 1rem;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Дополнительные анимации для Payments */
.payment-badge-item {
  animation: payment-float 6s ease-in-out infinite;
}

.payment-badge-item:nth-child(1) { animation-delay: 0s; }
.payment-badge-item:nth-child(2) { animation-delay: 0.5s; }
.payment-badge-item:nth-child(3) { animation-delay: 1s; }
.payment-badge-item:nth-child(4) { animation-delay: 1.5s; }
.payment-badge-item:nth-child(5) { animation-delay: 2s; }
.payment-badge-item:nth-child(6) { animation-delay: 2.5s; }

@keyframes payment-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(2deg);
  }
  50% {
    transform: translateY(-15px) rotate(0deg);
  }
  75% {
    transform: translateY(-10px) rotate(-2deg);
  }
}

/* Анимация появления для payment badges */
.payment-badge-item {
  opacity: 0;
  transform: scale(0.8) translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.payment-badge-item.animated {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.payment-badge-item.animated:nth-child(1) { transition-delay: 0.1s; }
.payment-badge-item.animated:nth-child(2) { transition-delay: 0.2s; }
.payment-badge-item.animated:nth-child(3) { transition-delay: 0.3s; }
.payment-badge-item.animated:nth-child(4) { transition-delay: 0.4s; }
.payment-badge-item.animated:nth-child(5) { transition-delay: 0.5s; }
.payment-badge-item.animated:nth-child(6) { transition-delay: 0.6s; }

/* Анимация для статистики Data Centers */
.datacenter-stat-item {
  animation: stat-appear 0.8s ease-out;
}

.datacenter-stat-item:nth-child(1) { animation-delay: 0.1s; }
.datacenter-stat-item:nth-child(2) { animation-delay: 0.2s; }
.datacenter-stat-item:nth-child(3) { animation-delay: 0.3s; }
.datacenter-stat-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes stat-appear {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Адаптивность для Payments и Data Centers */
@media (max-width: 992px) {
  .payment-logos {
    gap: 30px;
  }
  
  .payment-badge-inner {
    width: 100px;
    height: 100px;
  }
  
  .payment-badge-inner img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .payment-logos {
    gap: 25px;
  }
  
  .payment-badge-inner {
    width: 90px;
    height: 90px;
  }
  
  .payment-badge-inner img {
    width: 45px;
    height: 45px;
  }
  
  .payment-badge-label {
    font-size: 0.9rem;
  }
  
  .datacenter-map-container {
    padding: 15px;
  }
  
  .datacenter-pin {
    display: none; /* Скрываем пины на мобильных для упрощения */
  }
  
  .datacenter-stat-number {
    font-size: 2rem;
  }
  
  .datacenter-stat-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

/* ============================================
   LANGUAGE SWITCHER STYLES
   ============================================ */
.language-switcher {
  position: relative;
}

.language-switcher-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 15px !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.language-switcher-btn:hover {
  background: rgba(13, 110, 253, 0.05);
  color: #0d6efd !important;
}

.language-switcher-btn i.bi-globe {
  font-size: 1.1rem;
  color: #333;
}

.language-switcher-btn:hover i.bi-globe {
  color: #0d6efd;
}

.language-text {
  font-weight: 500;
  font-size: 0.95rem;
}

.language-dropdown {
  min-width: 180px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  padding: 8px 0;
  margin-top: 8px;
}

.language-form {
  margin: 0;
  padding: 0;
}

.language-option {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  transition: all 0.2s ease;
  font-size: 0.95rem;
  color: #333;
  cursor: pointer;
}

.language-option:hover {
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
}

.language-option.active {
  background: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
  font-weight: 600;
}

.language-option.active:hover {
  background: rgba(13, 110, 253, 0.15);
}

.language-name {
  flex: 1;
}

.language-option i.bi-check-lg {
  font-size: 1rem;
  color: #0d6efd;
}

@media (max-width: 991px) {
  /* Мобильная версия языков - компактный аккордеон */
  .language-switcher-mobile {
    width: 100%;
    margin: 5px 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
    pointer-events: auto !important;
    z-index: 100;
    position: relative;
  }
  
  .language-mobile-header {
    font-weight: 600;
    color: #0d6efd !important;
    padding: 8px 15px !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    pointer-events: auto !important;
    z-index: 100;
    position: relative;
  }
  
  .language-mobile-header:hover {
    background: rgba(13, 110, 253, 0.05);
  }
  
  .language-mobile-list {
    pointer-events: auto !important;
    z-index: 100;
    position: relative;
  }
  
  .language-chevron {
    transition: transform 0.2s ease;
    font-size: 0.8rem;
  }
  
  .language-switcher-mobile.active .language-chevron {
    transform: rotate(180deg);
  }
  
  .language-mobile-list {
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin-top: 5px;
  }
  
  .language-switcher-mobile.active .language-mobile-list {
    display: flex;
  }
  
  .language-form-mobile {
    width: 100%;
    margin: 0;
  }
  
  .language-mobile-item {
    width: 100%;
    padding: 10px 15px 10px 35px !important;
    text-align: left;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333 !important;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
    font-size: 0.9rem;
    pointer-events: auto !important;
    z-index: 100;
    position: relative;
  }
  
  .language-mobile-item:hover {
    background: rgba(13, 110, 253, 0.1) !important;
    color: #0d6efd !important;
  }
  
  .language-mobile-item.active {
    background: rgba(13, 110, 253, 0.15) !important;
    color: #0d6efd !important;
    font-weight: 600;
  }
  
  .language-form-mobile {
    pointer-events: auto !important;
    z-index: 100;
    position: relative;
  }
  
  .language-switcher {
    display: none !important;
  }
  
  .language-switcher-btn {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 20px !important;
  }
  
  .language-text {
    display: inline !important;
  }
  
  .language-dropdown {
    width: 100%;
    margin-top: 5px;
    position: static !important;
    transform: none !important;
  }
  
  .language-option {
    padding: 12px 20px !important;
  }
}

/* ============================================
   ENHANCED ANIMATIONS FOR BUTTONS AND ICONS
   ============================================ */

/* Global button animations */
.btn {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

.btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-primary:hover {
  animation: button-shine 1.5s ease-in-out infinite;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  background-size: 200% 200%;
}

.btn-primary i,
.btn-outline-primary i,
.btn-success i {
  transition: transform 0.3s ease;
}

.btn:hover i {
  transform: scale(1.2) rotate(5deg);
}

/* Icon animations */
@keyframes icon-glow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(13, 110, 253, 0.6);
  }
}

@keyframes icon-pulse-hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes icon-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes icon-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes button-shine {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

@keyframes button-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

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

@keyframes icon-wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}

/* Additional icon hover effects */
.bi-server:hover,
.bi-globe:hover,
.bi-shield-lock:hover,
.bi-hdd-stack:hover,
.bi-display:hover,
.bi-gear:hover,
.bi-info-circle:hover,
.bi-envelope:hover,
.bi-cart:hover,
.bi-person-plus:hover {
  animation: icon-wiggle 0.5s ease-in-out;
}

/* Telegram button enhanced animation */
.telegram-bot-link,
.telegram-bot-link-mobile,
.telegram-bot-link-offcanvas {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.telegram-bot-link:hover,
.telegram-bot-link-mobile:hover,
.telegram-bot-link-offcanvas:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.4);
  animation: button-bounce 0.6s ease-in-out;
}

.telegram-bot-link i,
.telegram-bot-link-mobile i,
.telegram-bot-link-offcanvas i {
  transition: transform 0.3s ease;
}

.telegram-bot-link:hover i,
.telegram-bot-link-mobile:hover i,
.telegram-bot-link-offcanvas:hover i {
  transform: scale(1.2) rotate(15deg);
}

/* Cart icon animation */
.cart-link,
.cart-link-mobile,
.cart-link-offcanvas {
  transition: all 0.3s ease;
}

.cart-link-mobile:hover,
.cart-link-offcanvas:hover {
  transform: scale(1.1) rotate(-5deg);
}

.cart-link:hover {
  transform: translateY(-2px);
}

.cart-link:hover i,
.cart-link-mobile:hover i,
.cart-link-offcanvas:hover i {
  animation: icon-bounce 0.6s ease-in-out;
}

.cart-link:hover .cart-icon-large {
  color: #0b5ed7;
  transform: scale(1.1);
}

.cart-link:hover .cart-label {
  color: #0b5ed7;
}

/* Register button animation */
.btn-register,
.btn-register-mobile {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-register::before,
.btn-register-mobile::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-register:hover::before,
.btn-register-mobile:hover::before {
  width: 300px;
  height: 300px;
}

.btn-register:hover,
.btn-register-mobile:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.4);
  animation: button-bounce 0.6s ease-in-out;
}

.btn-register:hover i,
.btn-register-mobile:hover i {
  transform: scale(1.2) rotate(10deg);
}

>>>>>>> apply-admin-panel

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.9) 0%, rgba(102, 126, 234, 0.9) 50%, rgba(118, 75, 162, 0.9) 100%);
  animation: gradient-shift 15s ease infinite;
}

@keyframes gradient-shift {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.8; }
}

.hero-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
  animation: particles-float 20s ease-in-out infinite;
}

@keyframes particles-float {
  0%, 100% { transform: translateY(0) translateX(0); }
  33% { transform: translateY(-20px) translateX(10px); }
  66% { transform: translateY(20px) translateX(-10px); }
}

.hero-content {
  position: relative;
  z-index: 1;
}

.min-vh-50 {
  min-height: 50vh;
}

.hero-text {
  color: white;
}

.text-gradient {
  background: linear-gradient(135deg, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-title {
  line-height: 1.3;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}

.hero-title span {
  display: block;
  margin-bottom: 0.5rem;
}

.hero-description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.98);
  line-height: 1.75;
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  max-width: 90%;
  margin-bottom: 2rem;
}

.hero-btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.hero-btn:hover::before {
  width: 300px;
  height: 300px;
}

.hero-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
}

.hero-stats {
  margin-top: 3rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-image-wrapper {
  position: relative;
}

.hero-main-image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: float-image 6s ease-in-out infinite;
}

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

.floating-card {
  position: absolute;
  background: white;
  padding: 20px 25px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #333;
  animation: float-card 4s ease-in-out infinite;
  min-width: 120px;
  z-index: 10;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.floating-card-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.floating-card.card-1 .floating-card-icon {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.floating-card.card-2 .floating-card-icon {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.floating-card.card-3 .floating-card-icon {
  background: linear-gradient(135deg, #17a2b8, #0d6efd);
}

.floating-card-text {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.floating-card.card-1 {
  top: 10%;
  right: -5%;
  animation-delay: 0s;
}

.floating-card.card-2 {
  bottom: 30%;
  right: 0%;
  animation-delay: 1s;
}

.floating-card.card-3 {
  top: 50%;
  left: -5%;
  animation-delay: 2s;
}

@keyframes float-card {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.08); }
}

.floating-card:hover {
  transform: translateY(-10px) scale(1.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

/* ============================================
   WELCOME SECTION
   ============================================ */
.welcome-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  position: relative;
}

.welcome-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 10% 20%, rgba(13, 110, 253, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(102, 126, 234, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.welcome-icons-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px 20px;
}

.welcome-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.welcome-icon-item:hover {
  transform: translateY(-10px);
}

.icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.icon-circle i {
  font-size: 2.5rem;
  color: white;
}

.welcome-icon-item:hover .icon-circle {
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
}

.welcome-icon-item span {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .welcome-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 30px 10px;
  }
  
  .icon-circle {
    width: 80px;
    height: 80px;
  }
  
  .icon-circle i {
    font-size: 2rem;
  }
}

.text-gradient-2 {
  background: linear-gradient(135deg, #0d6efd 0%, #667eea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-badge {
  display: inline-block;
  margin-bottom: 1rem;
}

.badge-text {
  display: inline-block;
  padding: 8px 20px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 126, 234, 0.1));
  border-radius: 50px;
  color: #0d6efd;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.welcome-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
}

/* New Welcome Feature Cards */
.welcome-feature-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.welcome-feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.welcome-feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  transition: all 0.3s ease;
}

.welcome-feature-card:hover .welcome-feature-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
}

.welcome-feature-card h4 {
  color: #1d1e4c;
  font-size: 1.25rem;
}

.welcome-feature-card p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Welcome CTA Box */
.welcome-cta-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.welcome-cta-box h3 {
  color: #1d1e4c;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .welcome-feature-icon {
    width: 70px;
    height: 70px;
    font-size: 1.75rem;
  }
  
  .welcome-feature-card h4 {
    font-size: 1.15rem;
  }
  
  .welcome-cta-box h3 {
    font-size: 1.5rem;
  }
}

.feature-item i {
  font-size: 1.3rem;
}

.welcome-btn {
  transition: all 0.3s ease;
}

.welcome-btn:hover {
  transform: translateY(-3px);
}

/* ============================================
   ABOUT SECTION
   ============================================ */
.about-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.about-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.about-image-wrapper {
  position: relative;
  display: inline-block;
}

.about-image {
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.about-image:hover {
  transform: scale(1.03) rotate(1deg);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), rgba(102, 126, 234, 0.1));
  border-radius: 25px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-image-wrapper:hover .image-overlay {
  opacity: 1;
}

.about-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.about-stats {
  display: flex;
  gap: 20px;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.stat-box {
  flex: 1;
  min-width: 120px;
  background: white;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.stat-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  animation: icon-glow 3s ease-in-out infinite;
}

.stat-icon:hover {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.5);
  animation: icon-pulse-hover 0.6s ease-in-out;
}

.stat-box:hover .stat-icon {
  animation: icon-bounce 0.6s ease-in-out;
}

.stat-content {
  flex: 1;
}

.stat-value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #0d6efd;
  line-height: 1;
  margin-bottom: 5px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.stat-label {
  font-size: 0.9rem;
  color: #666 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.about-btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.about-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.about-btn:hover::before {
  width: 300px;
  height: 300px;
}

.about-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.4);
}

.about-btn:active {
  transform: translateY(-1px) scale(1.02);
}

/* ============================================
   TESTIMONIALS SECTION
   ============================================ */
.testimonials-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.testimonials-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 50% 0%, rgba(13, 110, 253, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.testimonial-carousel-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-card {
  background: white;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.testimonial-rating {
  font-size: 1.5rem;
}

.testimonial-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 20px auto;
  border: 4px solid #0d6efd;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.2);
}

.testimonial-quote {
  font-size: 1.3rem;
  color: #333;
  font-style: italic;
  line-height: 1.8;
  margin: 20px 0;
  position: relative;
  padding: 0 20px;
}

.testimonial-quote::before,
.testimonial-quote::after {
  content: '"';
  font-size: 3rem;
  color: #0d6efd;
  opacity: 0.3;
  position: absolute;
}

.testimonial-quote::before {
  left: -10px;
  top: -10px;
}

.testimonial-quote::after {
  right: -10px;
  bottom: -30px;
}

.testimonial-author {
  color: #666;
  font-weight: 600;
  font-size: 1rem;
  margin-top: 20px;
}

.testimonial-control {
  background: rgba(13, 110, 253, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.testimonial-control:hover {
  opacity: 1;
  background: rgba(13, 110, 253, 0.2);
}

.testimonials-btn {
  transition: all 0.3s ease;
}

.testimonials-btn:hover {
  transform: translateY(-3px);
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.animate-on-scroll.animated {
  opacity: 1;
}

.animate-on-scroll[data-animation="fade-in-up"] {
  transform: translateY(50px);
}

.animate-on-scroll[data-animation="fade-in-up"].animated {
  transform: translateY(0);
}

.animate-on-scroll[data-animation="fade-in-left"] {
  transform: translateX(-50px);
}

.animate-on-scroll[data-animation="fade-in-left"].animated {
  transform: translateX(0);
}

.animate-on-scroll[data-animation="fade-in-right"] {
  transform: translateX(50px);
}

.animate-on-scroll[data-animation="fade-in-right"].animated {
  transform: translateX(0);
}

.animate-fade-in-up {
  animation: fadeInUp 1s ease-out;
}

.animate-fade-in-right {
  animation: fadeInRight 1s ease-out;
}

.animate-scale-in {
  animation: scaleIn 0.6s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
/* ============================================
   SERVICES SECTION ENHANCEMENTS
   ============================================ */
.services-section-main {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.services-background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 50% 50%, rgba(13, 110, 253, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.services-main-title {
  margin-bottom: 1rem;
}

.services-main-btn {
  transition: all 0.3s ease;
}

.services-main-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(13, 110, 253, 0.3) !important;
}

/* ============================================
   PARTNERS SECTION ENHANCEMENTS
   ============================================ */
.partners-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.partners-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(13, 110, 253, 0.04) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(102, 126, 234, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

.partners-title {
  margin-bottom: 1rem;
}

.partners-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  padding: 20px 0;
}

.logo-scroll img {
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: grayscale(30%);
}

.logo-scroll:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}

/* ============================================
   ABOUT PAGE STYLES
   ============================================ */
.about-page-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.about-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.about-page-title {
  margin-bottom: 1.5rem;
}

.about-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.about-page-image-wrapper {
  position: relative;
  display: inline-block;
}

.about-page-image {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.about-page-image:hover {
  transform: scale(1.03) rotate(1deg);
}

.about-page-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 2rem;
}

.about-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.about-feature-item i {
  font-size: 1.3rem;
}

.about-page-stats {
  display: flex;
  gap: 30px;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.about-stat-item {
  text-align: center;
}

.about-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d6efd;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.about-stat-label {
  font-size: 0.9rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.expertise-page-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.expertise-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 80% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 20% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

/* ============================================
   SERVICES PAGE ENHANCEMENTS
   ============================================ */
.services-page-hero {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.services-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.services-page-title {
  margin-bottom: 1.5rem;
}

.services-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.services-page-image-wrapper {
  position: relative;
  display: inline-block;
}

.services-page-image {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.services-page-image:hover {
  transform: scale(1.03) rotate(1deg);
}

.services-list-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.service-item-wrapper {
  margin-bottom: 60px;
}

.service-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

.service-item-link:hover {
  text-decoration: none;
  color: inherit;
}

.service-item-card {
  display: flex;
  align-items: center;
  gap: 40px;
  background: white;
  border-radius: 25px;
  padding: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  cursor: pointer;
}

.service-item-link:hover .service-item-card {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.service-item-card.service-item-reverse {
  flex-direction: row-reverse;
}

.service-item-image-wrapper {
  flex: 0 0 400px;
  position: relative;
}

.service-item-image {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.service-item-link:hover .service-item-image {
  transform: scale(1.05);
}

.service-item-content {
  flex: 1;
  position: relative;
}

.service-item-icon {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.service-item-link:hover .service-item-icon {
  transform: scale(1.1) rotate(5deg);
}

.service-icon-1 { background: linear-gradient(135deg, #28a745, #20c997); }
.service-icon-2 { background: linear-gradient(135deg, #0d6efd, #667eea); }
.service-icon-3 { background: linear-gradient(135deg, #dc3545, #c82333); }
.service-icon-4 { background: linear-gradient(135deg, #17a2b8, #138496); }
.service-icon-5 { background: linear-gradient(135deg, #ffc107, #e0a800); }
.service-icon-6 { background: linear-gradient(135deg, #6f42c1, #5a32a3); }
.service-icon-7 { background: linear-gradient(135deg, #fd7e14, #e86800); }
.service-icon-8 { background: linear-gradient(135deg, #20c997, #17a2b8); }
.service-icon-9 { background: linear-gradient(135deg, #e83e8c, #d91a72); }
.service-icon-10 { background: linear-gradient(135deg, #6610f2, #520dc2); }
.service-icon-11 { background: linear-gradient(135deg, #0dcaf0, #0aa2c0); }
.service-icon-12 { background: linear-gradient(135deg, #198754, #157347); }
.service-icon-13 { background: linear-gradient(135deg, #0d6efd, #667eea); }

.service-item-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0d6efd;
  margin-bottom: 20px;
  line-height: 1.3;
}

.service-item-description {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.services-cta-btn {
  border-radius: 50px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.services-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
}

@media (max-width: 992px) {
  .service-item-card {
    flex-direction: column !important;
    text-align: center;
  }
  
  .service-item-image-wrapper {
    flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
  }
  
  .service-item-title {
    font-size: 1.5rem;
  }
}

/* ============================================
   CONTACT PAGE STYLES
   ============================================ */
.contact-hero-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.contact-hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/images/contact.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: 1;
  image-rendering: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}

@keyframes contact-image-zoom {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.contact-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  display: none;
}

.contact-hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 3;
  display: none;
}

.contact-hero-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  pointer-events: none;
  z-index: 3;
  display: none;
}

.contact-hero-section .container {
  position: relative;
  z-index: 4;
}

.contact-hero-title {
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}

.contact-hero-title {
  color: white;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.contact-hero-text {
  color: rgba(255, 255, 255, 0.95);
}

.contact-methods-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.contact-method-card {
  background: white;
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-method-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.contact-method-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.contact-method-card:hover .contact-method-icon {
  transform: scale(1.15) rotate(5deg);
}

.email-icon {
  background: linear-gradient(135deg, #28a745, #20c997);
}

.telegram-icon {
  background: linear-gradient(135deg, #0088cc, #0066aa);
}

.finance-icon {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.main-telegram-icon {
  background: linear-gradient(135deg, #0d6efd, #667eea);
}

.contact-method-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.contact-method-description {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
  flex-grow: 1;
}

.contact-method-link {
  display: inline-flex;
  align-items: center;
  color: #0d6efd;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.contact-method-link:hover {
  color: #0b5ed7;
  transform: translateX(5px);
}

.contact-form-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.contact-form-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 50% 50%, rgba(13, 110, 253, 0.03) 0%, transparent 70%);
  pointer-events: none;
}

.contact-form-card {
  background: white;
  border-radius: 25px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.contact-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.contact-input,
.contact-textarea {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.contact-input:focus,
.contact-textarea:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
  outline: none;
  transform: translateY(-2px);
}

.contact-submit-btn {
  border-radius: 50px;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.contact-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
}

/* ============================================
   REGISTER PAGE STYLES
   ============================================ */
.register-hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.register-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.register-hero-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(13, 110, 253, 0.02) 20px, rgba(13, 110, 253, 0.02) 40px);
  pointer-events: none;
}

.register-card {
  background: white;
  border-radius: 30px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.register-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #0d6efd, #667eea, #764ba2);
}

.register-card-header {
  margin-bottom: 30px;
}

.register-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 2.5rem;
  color: white;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  animation: icon-pulse 2s ease-in-out infinite;
}

@keyframes icon-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
  }
}

.register-title {
  margin-bottom: 10px;
}

.form-group-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}

.register-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
}

.register-label i {
  color: #0d6efd;
  font-size: 1.1rem;
}

.register-input {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 15px 20px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.register-input:focus {
  border-color: #0d6efd;
  background: white;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
  outline: none;
  transform: translateY(-2px);
}

.password-input-wrapper {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #666;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
  z-index: 10;
}

.password-toggle:hover {
  color: #0d6efd;
}

.register-error {
  font-size: 0.875rem;
  margin-top: 5px;
  display: block;
}

.register-submit-btn {
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
  margin-top: 0;
  margin-bottom: 0;
}

.register-submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
}

.register-divider {
  position: relative;
  text-align: center;
  margin: 2.5rem 0;
}

.register-divider::before,
.register-divider::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45%;
  height: 1px;
  background: #e0e0e0;
}

.register-divider::before {
  left: 0;
}

.register-divider::after {
  right: 0;
}

.register-divider span {
  background: white;
  padding: 0 15px;
  color: #666;
  position: relative;
  z-index: 1;
}

.register-link {
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.register-link:hover {
  color: #0b5ed7;
  text-decoration: underline;
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-label {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  cursor: pointer;
}

.register-form .form-check {
  margin: 2rem 0 2.5rem 0;
  padding: 1.25rem 1.5rem;
  background-color: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.register-form .form-check-input {
  margin-top: 0.3em;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.register-form .form-check-label span,
.register-form .form-check-label a {
  margin-right: 0.25rem;
}

.register-form .form-check-label a {
  font-weight: 600;
  text-decoration: none;
}

.register-form .form-check-label a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .register-hero-section {
    padding: 20px 0 40px 0;
    min-height: auto;
  }
  
  .register-card {
    padding: 35px 25px;
    border-radius: 24px;
    margin: 0 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  }
  
  .register-icon-wrapper {
    width: 70px;
    height: 70px;
    font-size: 2rem;
    margin-bottom: 20px !important;
  }
  
  .register-title {
    font-size: 1.9rem;
    margin-bottom: 12px;
    line-height: 1.2;
  }
  
  .register-card-header {
    margin-bottom: 30px;
  }
  
  .register-card-header p {
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
  }
  
  .register-form {
    margin-top: 10px;
  }
  
  .form-group-wrapper {
    margin-bottom: 1.5rem !important;
  }
  
  .register-label {
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    font-weight: 600;
  }
  
  .register-label i {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  
  .register-input {
    padding: 14px 16px;
    font-size: 1rem;
    border-radius: 10px;
    border: 2px solid #e0e0e0;
  }
  
  .register-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
  }
  
  .password-input-wrapper {
    position: relative;
  }
  
  .password-toggle {
    right: 14px;
    font-size: 1.2rem;
    padding: 8px;
  }
  
  .register-error {
    font-size: 0.85rem;
    margin-top: 6px;
    display: block;
  }
  
  .register-form .form-check {
    margin: 2rem 0 2.5rem 0 !important;
    padding: 1.25rem 1.25rem !important;
    background-color: #f8f9fa !important;
    border-radius: 12px !important;
    border: 1px solid #e9ecef !important;
  }
  
  .register-form .form-check-input {
    margin-top: 0.3em !important;
    width: 1.2em !important;
    height: 1.2em !important;
    margin-right: 0.75rem !important;
    flex-shrink: 0 !important;
  }
  
  .register-form .form-check-label {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    color: #495057 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    cursor: pointer !important;
  }
  
  .register-form .form-check-label span,
  .register-form .form-check-label a {
    margin-right: 0.25rem !important;
  }
  
  .register-form .form-check-label a {
    font-weight: 600 !important;
    text-decoration: none !important;
  }
  
  .register-form .form-check-label a:hover {
    text-decoration: underline !important;
  }
  
  .register-submit-btn {
    padding: 16px 30px;
    font-size: 1.05rem;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 12px;
    font-weight: 600;
  }
  
  .register-divider {
    margin: 2.5rem 0;
  }
  
  .register-divider span {
    font-size: 0.9rem;
    padding: 0 20px;
  }
  
  .register-form .text-center {
    margin-top: 1rem;
  }
  
  .register-form .text-center p {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    line-height: 1.6;
  }
  
  .register-form .text-center a {
    font-size: 1rem;
    display: inline-block;
  }

  .contact-hero-section {
    min-height: 500px;
  }

  .contact-hero-title {
    font-size: 2.5rem;
  }
}

/* ============================================
   CART PAGE STYLES
   ============================================ */
.cart-hero-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-bottom: 1px solid #e0e0e0;
}

.cart-hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.cart-hero-title {
  margin-bottom: 10px;
}

.cart-content-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
  min-height: 60vh;
}

.cart-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-item-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}

.cart-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-color: #0d6efd;
}

.cart-item-image-wrapper {
  position: relative;
  flex: 0 0 200px;
  overflow: hidden;
  background: #f8f9fa;
}

.cart-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.cart-item-card:hover .cart-item-image {
  transform: scale(1.1);
}

.cart-item-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #28a745, #20c997);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  box-shadow: 0 5px 15px rgba(40, 167, 69, 0.3);
}

.cart-item-content {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-item-header {
  margin-bottom: 15px;
}

.cart-item-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}

.cart-item-variant {
  font-size: 0.85rem;
  padding: 5px 12px;
  border-radius: 20px;
}

.cart-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #e0e0e0;
}

.cart-item-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.price-label {
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.price-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d6efd;
}

.cart-remove-btn {
  border-radius: 25px;
  padding: 8px 20px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cart-remove-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 53, 69, 0.3);
}

.cart-actions {
  background: white;
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.cart-summary-card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 2px solid #e0e0e0;
  position: sticky;
  top: 20px;
}

.cart-summary-header {
  background: linear-gradient(135deg, #0d6efd, #667eea);
  color: white;
  padding: 25px;
  text-align: center;
}

.cart-summary-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: white;
}

.cart-summary-body {
  padding: 25px;
}

.cart-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.summary-label {
  color: #666;
  font-weight: 500;
}

.summary-value {
  color: #333;
  font-weight: 600;
}

.cart-summary-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
  margin: 20px 0;
}

.cart-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-top: 2px solid #e0e0e0;
  margin-top: 15px;
}

.total-label {
  font-size: 1.3rem;
  font-weight: 700;
  color: #333;
}

.total-value {
  font-size: 2rem;
  font-weight: 700;
  color: #0d6efd;
}

.cart-summary-footer {
  padding: 25px;
  background: #f8f9fa;
  border-top: 1px solid #e0e0e0;
}

.checkout-btn {
  border-radius: 50px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.checkout-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.4);
}

.cart-empty-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
}

.cart-empty-card {
  background: white;
  border-radius: 25px;
  padding: 60px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
}

.cart-empty-icon {
  font-size: 5rem;
  color: #e0e0e0;
  animation: empty-cart-pulse 2s ease-in-out infinite;
}

@keyframes empty-cart-pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

.cart-empty-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .cart-item-card {
    flex-direction: column;
  }
  
  .cart-item-image-wrapper {
    flex: 0 0 250px;
  }
  
  .cart-summary-card {
    position: static;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .cart-item-image-wrapper {
    flex: 0 0 200px;
  }
  
  .cart-item-title {
    font-size: 1.2rem;
  }
  
  .price-value {
    font-size: 1.3rem;
  }
  
  .cart-empty-card {
    padding: 40px 30px;
  }
  
  .cart-empty-icon {
    font-size: 4rem;
  }
}

/* ============================================
   NAVBAR MODERN STYLES
   ============================================ */
/* ============================================
   НАВИГАЦИЯ - БАЗОВЫЕ СТИЛИ
   ============================================ */
.navbar-modern {
  background: white;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  margin: 0;
  width: 100%;
  min-height: 70px;
  overflow: visible;
}

/* Toast container positioning below navbar */
.toast-container-below-nav {
  top: 80px;
}

@media (max-width: 991px) {
  .toast-container-below-nav {
    top: 70px;
  }
}



/* ============================================
   ДЕСКТОПНАЯ НАВИГАЦИЯ
   ============================================ */
.navbar-modern .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  position: relative;
  min-height: 70px;
  overflow: visible;
}

/* Логотип слева */
.navbar-modern .container-fluid > .navbar-brand {
  flex: 0 0 auto;
  z-index: 10;
  position: relative;
  margin-right: 30px;
}

.navbar-logo {
  height: 45px;
  width: auto;
  max-width: 200px;
  transition: transform 0.3s ease;
}

.navbar-brand:hover .navbar-logo {
  transform: scale(1.05);
}

/* Десктопное меню */
/* Базовое правило для десктопного меню - видно на больших экранах */
@media (min-width: 992px) {
  .navbar-modern .container-fluid > .collapse {
    flex: 1;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    min-width: 0;
    overflow: visible;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* Правило для внутреннего div десктопного меню */
@media (min-width: 992px) {
  .navbar-modern .container-fluid > .collapse > div {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: space-between;
    gap: 15px;
    flex-wrap: nowrap;
    overflow: visible;
    min-width: 0;
  }
}

/* Левая навигация */
.navbar-nav-left {
  flex: 0 1 auto;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  flex-shrink: 0;
  padding-right: 8px;
  position: relative;
  z-index: 2;
  overflow: visible;
  max-width: 50%;
}

.navbar-nav-left .nav-item {
  white-space: nowrap;
  flex-shrink: 0;
}

.navbar-nav-left .nav-link {
  padding: 8px 10px;
  font-size: 0.82rem;
  margin: 0 1px;
  white-space: nowrap;
}

/* Соцсети по центру (десктоп) */
.navbar-center-social {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  margin: 0;
  padding: 0 5px;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

/* Правая навигация */
.navbar-nav-right {
  flex: 0 1 auto;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  flex-shrink: 0;
  padding-left: 15px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  overflow: visible;
}

.navbar-nav-right .nav-item {
  white-space: nowrap;
  flex-shrink: 0;
}

.navbar-nav-right .nav-link {
  padding: 8px 12px;
  font-size: 0.85rem;
  margin: 0 2px;
}

.navbar-nav-right .dropdown {
  position: static;
}

.navbar-nav-right .language-switcher {
  position: relative;
  z-index: 1001;
}

.navbar-nav-right .language-switcher .dropdown-menu,
.navbar-nav-right .language-switcher .language-dropdown {
  position: fixed !important;
  z-index: 9999 !important;
  margin-top: 0.125rem !important;
  max-height: 400px;
  overflow-y: auto;
}

/* Удалено дублирующееся определение body - уже определено выше */

.navbar-logo {
  height: 45px;
  transition: transform 0.3s ease;
}

.navbar-brand:hover .navbar-logo {
  transform: scale(1.05);
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}


.nav-link {
  color: #333 !important;
  font-weight: 500;
  padding: 10px 18px !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.95rem;
  margin: 0 4px;
}

.nav-link:hover {
  color: #0d6efd !important;
  background: rgba(13, 110, 253, 0.05);
  transform: translateY(-2px);
}

.nav-link.active {
  color: #0d6efd !important;
  background: rgba(13, 110, 253, 0.1);
  font-weight: 600;
}

.nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #0d6efd, #667eea);
  border-radius: 2px;
}

.nav-link i {
  font-size: 1.1rem;
}

/* Telegram Bot Link - Center (Desktop) */
.telegram-bot-link {
  padding: 0 !important;
  margin: 0 10px;
}

.telegram-bot-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 8px 10px;
  background: linear-gradient(135deg, #0088cc, #0066aa);
  border-radius: 30px;
  color: white !important;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 136, 204, 0.35);
  position: relative;
  overflow: hidden;
  font-size: 0.85rem;
  white-space: nowrap;
  width: 44px;
  height: 44px;
}

.telegram-bot-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent);
  animation: telegram-shine 3s ease-in-out infinite;
}

@keyframes telegram-shine {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.telegram-bot-wrapper:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 136, 204, 0.5);
  background: linear-gradient(135deg, #0099dd, #0077bb);
}

.telegram-icon {
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.telegram-bot-text {
  display: none !important;
}

.telegram-bot-arrow {
  display: none !important;
}

/* Instagram Link Styles */
.instagram-link {
  padding: 0 !important;
  margin: 0 5px;
}

.instagram-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 8px 10px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  border-radius: 30px;
  color: white !important;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(131, 58, 180, 0.35);
  position: relative;
  overflow: hidden;
  font-size: 0.85rem;
  white-space: nowrap;
  width: 44px;
  height: 44px;
}

.instagram-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent);
  animation: instagram-shine 3s ease-in-out infinite;
}

@keyframes instagram-shine {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.instagram-wrapper:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 30px rgba(131, 58, 180, 0.5);
  background: linear-gradient(135deg, #9b4dd4, #ff2d2d, #ffc055);
}

.instagram-icon {
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.instagram-text {
  display: none !important;
}

.instagram-arrow {
  display: none !important;
}

/* WhatsApp Link Styles */
.whatsapp-link {
  padding: 0 !important;
  margin: 0 5px;
}

.whatsapp-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 8px 10px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 30px;
  color: white !important;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.35);
  position: relative;
  overflow: hidden;
  font-size: 0.85rem;
  white-space: nowrap;
  width: 44px;
  height: 44px;
}

.whatsapp-wrapper::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent);
  animation: whatsapp-shine 3s ease-in-out infinite;
}

@keyframes whatsapp-shine {
  0%, 100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.whatsapp-wrapper:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
  background: linear-gradient(135deg, #2FE576, #15A085);
}

.whatsapp-icon {
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.whatsapp-text {
  display: none !important;
}

.whatsapp-arrow {
  display: none !important;
}

/* Instagram для мобильной версии */
.instagram-link-mobile {
  padding: 0 !important;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.instagram-wrapper-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  border-radius: 50%;
  color: white !important;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(131, 58, 180, 0.35);
}

.instagram-wrapper-mobile:hover {
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 5px 20px rgba(131, 58, 180, 0.5);
  background: linear-gradient(135deg, #9b4dd4, #ff2d2d, #ffc055);
}

.instagram-icon-mobile {
  font-size: 1.2rem;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  line-height: 1;
}

/* WhatsApp для мобильной версии */
.whatsapp-link-mobile {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.whatsapp-wrapper-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  border-radius: 50%;
  color: white !important;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(37, 211, 102, 0.35);
}

.whatsapp-wrapper-mobile:hover {
  transform: translateY(-2px) scale(1.1);
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.5);
  background: linear-gradient(135deg, #2FE576, #15A085);
}

.whatsapp-icon-mobile {
  font-size: 1.2rem;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  line-height: 1;
}

/* Telegram Bot для мобильной версии */
.telegram-bot-link-mobile,
.telegram-bot-link-offcanvas {
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.telegram-bot-wrapper-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: linear-gradient(135deg, #0088cc, #0066aa);
  border-radius: 50%;
  color: white !important;
  transition: all 0.3s ease;
  box-shadow: 0 3px 15px rgba(0, 136, 204, 0.35);
  position: relative;
  overflow: hidden;
}

.telegram-bot-wrapper-mobile::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent);
  animation: telegram-shine 3s ease-in-out infinite;
}

.telegram-bot-wrapper-mobile:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 20px rgba(0, 136, 204, 0.45);
  background: linear-gradient(135deg, #0099dd, #0077bb);
}

.telegram-icon-mobile {
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  line-height: 1;
}

.telegram-bot-text-mobile {
  position: relative;
  z-index: 1;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
}

/* Cart Link */
.cart-link {
  position: relative;
  padding: 10px 15px !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cart-icon-large {
  font-size: 1.5rem !important;
  color: #0d6efd;
}

.cart-label {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
}

.cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: white;
  border-radius: 50%;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 800;
  box-shadow: 0 3px 10px rgba(220, 53, 69, 0.5), 0 0 0 2px white;
  animation: cart-pulse 2s ease-in-out infinite;
  line-height: 1;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  backdrop-filter: none;
  transform: translateZ(0);
}

@keyframes cart-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Register Link */
.register-link {
  background: linear-gradient(135deg, #0d6efd, #667eea) !important;
  color: white !important;
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.register-link:hover,
.register-link:focus,
.register-link:active,
.register-link:focus-visible,
.register-link:visited {
  color: white !important;
  background: linear-gradient(135deg, #0b5ed7, #5568d3) !important;
}

.register-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.4);
}

.register-link:active {
  transform: translateY(0);
  color: white !important;
}

.register-link.active,
.register-link.active:hover,
.register-link.active:focus,
.register-link.active:active {
  background: linear-gradient(135deg, #0b5ed7, #5568d3) !important;
  color: white !important;
}

.register-link::after {
  display: none;
}

/* Login Link */
.login-link {
  background: linear-gradient(135deg, #20c997, #17a2b8) !important;
  color: white !important;
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(32, 201, 151, 0.3);
  transition: all 0.3s ease;
}

.login-link:hover,
.login-link:focus,
.login-link:active,
.login-link:focus-visible,
.login-link:visited {
  color: white !important;
  background: linear-gradient(135deg, #1aa179, #138496) !important;
}

.login-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(32, 201, 151, 0.4);
}

.login-link:active {
  transform: translateY(0);
  color: white !important;
}

.login-link.active,
.login-link.active:hover,
.login-link.active:focus,
.login-link.active:active {
  background: linear-gradient(135deg, #1aa179, #138496) !important;
  color: white !important;
}

.login-link::after {
  display: none;
}

/* Login Link */
.login-link {
  background: linear-gradient(135deg, #20c997, #17a2b8);
  color: white !important;
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(32, 201, 151, 0.3);
  transition: all 0.3s ease;
}

.login-link:hover {
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(32, 201, 151, 0.4);
}

.login-link.active {
  background: linear-gradient(135deg, #1aa179, #138496);
}

/* Admin Link */
.admin-link {
  background: linear-gradient(135deg, #ffc107, #fd7e14);
  color: white !important;
  font-weight: 600;
  padding: 10px 20px !important;
  border-radius: 25px;
  box-shadow: 0 5px 15px rgba(255, 193, 7, 0.3);
}

.admin-link:hover {
  color: white !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 193, 7, 0.4);
}

/* Navbar Collapse - ensure menu is visible */
.navbar-collapse {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

/* Ensure desktop menu is always visible */
@media (min-width: 992px) {
  #navbarNav.navbar-collapse {
    display: flex !important;
    flex-basis: auto !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    display: none !important;
  }
  
  .navbar-collapse.show {
    display: flex !important;
  }
}

/* Navbar Toggler */
.navbar-toggler {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 8px 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.navbar-toggler::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s;
}

.navbar-toggler:hover::before {
  width: 150px;
  height: 150px;
}

.navbar-toggler:hover {
  border-color: #0d6efd;
  background: rgba(13, 110, 253, 0.1);
  transform: scale(1.1) rotate(90deg);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.3);
  animation: button-bounce 0.6s ease-in-out;
}

.navbar-toggler:active {
  transform: scale(1.05) rotate(45deg);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.1);
}

.navbar-toggler-icon {
  transition: transform 0.3s ease;
}

.navbar-toggler:hover .navbar-toggler-icon {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .hero-section {
    min-height: auto;
    padding: 80px 0 50px;
  }

  .hero-title {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
    text-align: center;
  }

  .hero-title span {
    display: block;
    margin-bottom: 0.3rem;
  }

  .hero-description {
    font-size: 1.1rem;
    line-height: 1.7;
    text-align: center;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 1.75rem;
  }
  
  .hero-text {
    text-align: center;
  }

  .hero-stats {
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-buttons {
    justify-content: center !important;
  }
  
  .hero-stats {
    justify-content: center !important;
    flex-wrap: wrap;
    gap: 2rem !important;
  }

  .stat-item {
    flex: 0 0 auto;
  }

  .stat-number {
    font-size: 2rem;
  }
  
  .stat-label {
    color: white !important;
  }

  .floating-card {
    display: none;
  }

  .hero-image {
    margin-top: 2rem;
  }

  .about-stats {
    display: flex !important;
    flex-direction: column;
    gap: 15px;
    margin: 1.5rem 0;
  }
  
  .stat-box {
    min-width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
    padding: 18px;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .stat-icon {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
    flex-shrink: 0;
  }
  
  .stat-content {
    flex: 1;
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .stat-value {
    font-size: 1.6rem;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #0d6efd;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 4px;
  }
  
  .stat-label {
    font-size: 0.85rem;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #666 !important;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .testimonial-card {
    padding: 30px 20px;
  }

  .testimonial-quote {
    font-size: 1.1rem;
  }

  .services-main-title,
  .partners-title {
    font-size: 2rem;
  }

  .welcome-title,
  .about-title,
  .about-page-title {
    font-size: 2rem;
  }

  .about-page-stats {
    justify-content: center;
  }

  .welcome-icons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .servers-page-title,
  .hosting-page-title,
  .vpn-page-title,
  .vps-page-title {
    font-size: 2rem;
  }

  .service-item-link {
    display: block;
    width: 100%;
  }

  .service-item-card {
    padding: 30px 20px;
  }

  .service-item-image-wrapper {
    flex: 0 0 auto;
    width: 100%;
  }

  .service-item-title {
    font-size: 1.5rem;
  }

  .service-item-description {
    font-size: 1rem;
  }

  .contact-method-card {
    padding: 30px 20px;
  }

  .contact-form-card {
    padding: 30px 20px;
  }
}

/* ============================================
   SERVERS PAGE STYLES
   ============================================ */
.servers-page-hero {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.servers-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.servers-page-title {
  margin-bottom: 1.5rem;
}

.servers-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.servers-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.servers-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.servers-feature-item i {
  font-size: 1.3rem;
}

.servers-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px 20px;
}

.servers-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.servers-icon-item:hover {
  transform: translateY(-10px);
}

.servers-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
  animation: icon-float 4s ease-in-out infinite;
}

.servers-icon-circle i {
  font-size: 2.5rem;
  color: white;
  transition: transform 0.3s ease;
}

.servers-icon-item:hover .servers-icon-circle {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.5);
  animation: icon-pulse 0.8s ease-in-out;
}

.servers-icon-item:hover .servers-icon-circle i {
  transform: scale(1.2) rotate(-10deg);
}

.servers-icon-item span {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}

.servers-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.servers-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ============================================
   HOSTING PAGE STYLES
   ============================================ */
.hosting-page-hero {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.hosting-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.hosting-page-title {
  margin-bottom: 1.5rem;
}

.hosting-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.hosting-page-image-wrapper {
  position: relative;
  display: inline-block;
}

.hosting-page-image {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.hosting-page-image:hover {
  transform: scale(1.03) rotate(1deg);
}

.hosting-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hosting-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.hosting-feature-item i {
  font-size: 1.3rem;
}

.hosting-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.hosting-product-card .card-img-top {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: center;
  display: block;
  background: #f8f9fa;
  border-radius: 15px 15px 0 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
  filter: brightness(1);
}

.hosting-product-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: fadeInUp 0.6s ease-out backwards;
}

.hosting-product-card:nth-child(1) {
  animation-delay: 0.1s;
}

.hosting-product-card:nth-child(2) {
  animation-delay: 0.2s;
}

.hosting-product-card:nth-child(3) {
  animation-delay: 0.3s;
}

.hosting-product-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.hosting-product-card:hover .card-img-top {
  transform: scale(1.1);
  filter: brightness(1.1);
}

@keyframes borderGlow {
  0%, 100% {
    opacity: 0.9;
    filter: brightness(1);
  }
  50% {
    opacity: 1;
    filter: brightness(1.3);
  }
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

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

/* Анимации для секций */
@keyframes sectionFadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Анимация для заголовков */
.display-5 {
  animation: fadeInUp 0.8s ease-out;
}

.lead {
  animation: fadeInUp 1s ease-out;
}

/* Плавное появление карточек с задержкой */
.hosting-product-card {
  opacity: 1 !important;
  animation: fadeInUp 0.6s ease-out backwards;
}

.website-builder-card {
  opacity: 1 !important;
  animation: fadeInUp 0.6s ease-out backwards;
}

.website-code-card {
  opacity: 1 !important;
  animation: fadeInUp 0.6s ease-out backwards;
}

/* Анимация для кнопок */
.btn-primary {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
  width: 300px;
  height: 300px;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(13, 110, 253, 0.4);
}

/* Анимация для карточек при загрузке */
@keyframes cardSlideIn {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Улучшенная анимация для hover эффектов */
.hosting-product-card,
.website-builder-card,
.website-code-card {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.hosting-product-card .card-body,
.website-builder-card .card-body,
.website-code-card .card-body {
  transition: all 0.3s ease;
}

.hosting-product-card:hover .card-body,
.website-builder-card:hover .card-body,
.website-code-card:hover .card-body {
  transform: translateY(-5px);
}

/* Мобильная версия для изображений хостинга */
@media (max-width: 768px) {
  .hosting-product-card:hover {
    transform: translateY(-8px) scale(1.01);
  }
  
  .hosting-product-card:hover .card-img-top {
    transform: scale(1.05);
  }
  
  .website-builder-card:hover .card-img-top {
    transform: scale(1.05);
  }
  
  .website-code-card:hover .card-img-top {
    transform: scale(1.05);
  }
}

.hosting-description-box {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 2px solid #e9ecef;
  border-radius: 15px;
  padding: 25px 30px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hosting-description-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 0.5rem;
}

.hosting-additional-price {
  font-weight: 700;
  font-size: 1.3rem;
  color: #198754;
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  padding: 4px 12px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(25, 135, 84, 0.2);
  border: 2px solid #198754;
  margin-left: 5px;
  white-space: nowrap;
}

/* =============================================
   WEBSITE BUILDER SECTION STYLES
   ============================================= */

.website-builder-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #e3f2fd 100%);
  border-radius: 30px;
  margin: 40px auto;
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
}

.website-builder-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.08) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(111, 66, 193, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.website-builder-title {
  background: linear-gradient(135deg, #0d6efd 0%, #6f42c1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}

.website-builder-description {
  background: linear-gradient(135deg, #ffffff 0%, #f0f7ff 100%);
  border: 2px solid rgba(13, 110, 253, 0.2);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.15);
}

.website-builder-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(13, 110, 253, 0.1);
  background: #ffffff;
  animation: fadeInUp 0.6s ease-out backwards;
}

.website-builder-card:nth-child(1) {
  animation-delay: 0.1s;
}

.website-builder-card:nth-child(2) {
  animation-delay: 0.2s;
}

.website-builder-card:nth-child(3) {
  animation-delay: 0.3s;
}

.website-builder-card .card-img-top {
  width: 100% !important;
  height: auto !important;
  min-height: 250px;
  max-height: 400px;
  aspect-ratio: 3 / 2;
  object-fit: cover !important;
  object-position: center;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #f8f9fa;
  border-radius: 15px 15px 0 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
  filter: brightness(1);
}


.website-builder-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(13, 110, 253, 0.25);
  border-color: rgba(13, 110, 253, 0.4);
}

.website-builder-card:hover .card-img-top {
  transform: scale(1.1);
  filter: brightness(1.1);
}

/* =============================================
   WEBSITE CODE SECTION STYLES
   ============================================= */

.website-code-section {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 30px;
  margin: 40px auto;
  padding: 50px 20px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  animation: fadeInUp 0.8s ease-out;
  transition: transform 0.3s ease;
}

.website-code-section:hover {
  transform: translateY(-5px);
}

.website-code-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(111, 66, 193, 0.15) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(13, 110, 253, 0.15) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}

.website-code-section .lead {
  color: #e0e0e0 !important;
}

.website-code-title {
  background: linear-gradient(135deg, #6f42c1 0%, #0d6efd 50%, #00d4ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 30px rgba(111, 66, 193, 0.5);
}

.website-code-description {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 2px solid rgba(111, 66, 193, 0.3);
  box-shadow: 0 8px 25px rgba(111, 66, 193, 0.2);
  backdrop-filter: blur(10px);
}

.website-code-description .hosting-description-text {
  color: #e0e0e0 !important;
}

.website-code-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid rgba(111, 66, 193, 0.3);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  animation: fadeInUp 0.6s ease-out backwards;
}

.website-code-card:nth-child(1) {
  animation-delay: 0.1s;
}

.website-code-card:nth-child(2) {
  animation-delay: 0.2s;
}

.website-code-card:nth-child(3) {
  animation-delay: 0.3s;
}

.website-code-card .card-img-top {
  width: 100% !important;
  height: auto !important;
  min-height: 250px;
  max-height: 400px;
  aspect-ratio: 3 / 2;
  object-fit: cover !important;
  object-position: center;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: rgba(26, 26, 46, 0.5);
  border-radius: 15px 15px 0 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
  filter: brightness(0.9) contrast(1.1);
}

.website-code-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 25px 60px rgba(111, 66, 193, 0.4);
  border-color: rgba(111, 66, 193, 0.6);
}

.website-code-card:hover .card-img-top {
  transform: scale(1.1);
  filter: brightness(1.1) contrast(1.2);
}

.website-code-card .card-body {
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.website-code-card .card-title {
  color: #ffffff;
}

.website-code-card .card-text {
  color: #e0e0e0;
}

.website-code-card .list-unstyled li {
  color: #e0e0e0;
}

.website-code-section .text-muted {
  color: #b0b0b0 !important;
}

@media (max-width: 768px) {
  .hosting-description-box {
    padding: 20px;
    margin: 0 15px;
  }
  
  .hosting-description-text {
    font-size: 1rem;
  }
  
  .hosting-additional-price {
    font-size: 1.15rem;
    padding: 3px 10px;
  }
}

/* ============================================
   VPN PAGE STYLES
   ============================================ */
.vpn-page-hero {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.vpn-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.vpn-page-title {
  margin-bottom: 1.5rem;
}

.vpn-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.vpn-page-image-wrapper {
  position: relative;
  display: inline-block;
}

.vpn-page-image {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}

.vpn-page-image:hover {
  transform: scale(1.03) rotate(1deg);
}

.vpn-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vpn-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.vpn-feature-item i {
  font-size: 1.3rem;
}

.vpn-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.vpn-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.datacenter-map-image {
  border-radius: 20px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.datacenter-map-image:hover {
  transform: scale(1.02);
}

/* ============================================
   VPS PAGE STYLES
   ============================================ */
.vps-page-hero {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.vps-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.vps-page-title {
  margin-bottom: 1.5rem;
}

.vps-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.vps-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vps-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.vps-feature-item i {
  font-size: 1.3rem;
}

.vps-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px 20px;
}

.vps-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.vps-icon-item:hover {
  transform: translateY(-10px);
}

.vps-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
  animation: icon-float 4s ease-in-out infinite;
}

.vps-icon-circle i {
  font-size: 2.5rem;
  color: white;
  transition: transform 0.3s ease;
}

.vps-icon-item:hover .vps-icon-circle {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.5);
  animation: icon-pulse 0.8s ease-in-out;
}

.vps-icon-item:hover .vps-icon-circle i {
  transform: scale(1.2) rotate(-10deg);
}

.vps-icon-item span {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}

.vps-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.vps-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ============================================
   VDI PAGE STYLES
   ============================================ */
.vdi-page-hero {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.vdi-page-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.vdi-page-title {
  margin-bottom: 1.5rem;
}

.vdi-page-text {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
}

.vdi-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vdi-feature-item {
  display: flex;
  align-items: center;
  font-size: 1.05rem;
  color: #555;
}

.vdi-feature-item i {
  font-size: 1.3rem;
}

.vdi-icon-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding: 40px 20px;
}

.vdi-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.vdi-icon-item:hover {
  transform: translateY(-10px);
}

.vdi-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
  animation: icon-float 4s ease-in-out infinite;
}

.vdi-icon-circle i {
  font-size: 2.5rem;
  color: white;
  transition: transform 0.3s ease;
}

.vdi-icon-item:hover .vdi-icon-circle {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 15px 40px rgba(13, 110, 253, 0.5);
  animation: icon-pulse 0.8s ease-in-out;
}

.vdi-icon-item:hover .vdi-icon-circle i {
  transform: scale(1.2) rotate(-10deg);
}

.vdi-icon-item span {
  font-weight: 600;
  color: #333;
  font-size: 1.1rem;
}

.vdi-product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
}

.vdi-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ============================================
   PAYMENTS SECTION STYLES
   ============================================ */
.payments-section {
  background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.payments-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.payments-title {
  margin-bottom: 1.5rem;
}

.payments-description {
  line-height: 1.8;
}

.payment-logos-wrapper {
  padding: 40px 20px;
}

.payment-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.payment-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease;
}

.payment-badge-item:hover {
  transform: translateY(-10px);
}

.payment-badge-inner {
  position: relative;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
}

.payment-paypal {
  background: linear-gradient(135deg, #0070ba, #009cde);
}

.payment-bitcoin {
  background: linear-gradient(135deg, #f7931a, #ffb84d);
}

.payment-ethereum {
  background: linear-gradient(135deg, #627eea, #8a9ef5);
}

.payment-bank {
  background: linear-gradient(135deg, #6c5ce7, #a29bfe);
}

.payment-tether {
  background: linear-gradient(135deg, #26a17b, #4ec9a8);
}

.payment-badge-item:hover .payment-badge-inner {
  transform: scale(1.15) rotate(5deg);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.payment-badge-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent);
  animation: payment-glow 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes payment-glow {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(20%, 20%) scale(1.2);
    opacity: 0.5;
  }
}

.payment-badge-inner img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.payment-badge-item:hover .payment-badge-inner img {
  transform: scale(1.1);
}

.payment-badge-label {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
  text-align: center;
}

/* ============================================
   GLOBAL DATA CENTERS SECTION STYLES
   ============================================ */
.datacenter-section {
  background: linear-gradient(to bottom, #f8f9fa 0%, #ffffff 100%);
}

.datacenter-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 50% 20%, rgba(13, 110, 253, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 50% 80%, rgba(102, 126, 234, 0.05) 0%, transparent 50%);
  pointer-events: none;
}

.datacenter-title {
  margin-bottom: 1.5rem;
}

.datacenter-description {
  line-height: 1.8;
}

.datacenter-map-wrapper {
  padding: 40px 20px;
}

.datacenter-map-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  background: white;
  padding: 30px;
}

.datacenter-map-image {
  width: 100%;
  height: auto;
  border-radius: 15px;
  transition: transform 0.5s ease;
}

.datacenter-map-container:hover .datacenter-map-image {
  transform: scale(1.02);
}

.datacenter-pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.datacenter-pin {
  position: absolute;
  animation: pin-pulse 2s ease-in-out infinite;
}

.datacenter-pin:nth-child(1) { top: 25%; left: 20%; animation-delay: 0s; }
.datacenter-pin:nth-child(2) { top: 30%; left: 30%; animation-delay: 0.3s; }
.datacenter-pin:nth-child(3) { top: 20%; left: 50%; animation-delay: 0.6s; }
.datacenter-pin:nth-child(4) { top: 35%; left: 75%; animation-delay: 0.9s; }
.datacenter-pin:nth-child(5) { top: 70%; left: 85%; animation-delay: 1.2s; }

.pin-dot {
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  border-radius: 50%;
  border: 4px solid white;
  box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

.datacenter-pin:hover .pin-dot {
  transform: scale(1.5);
  box-shadow: 0 0 0 8px rgba(13, 110, 253, 0.2), 0 10px 25px rgba(0, 0, 0, 0.3);
}

.pin-label {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0d6efd;
  white-space: nowrap;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.datacenter-pin:hover .pin-label {
  opacity: 1;
  transform: translateX(-50%) translateY(-5px);
}

@keyframes pin-pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.datacenter-stats {
  margin-top: 60px;
}

.datacenter-stat-item {
  text-align: center;
  padding: 30px 20px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.datacenter-stat-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.datacenter-stat-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: white;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.3);
  transition: transform 0.3s ease;
}

.datacenter-stat-item:hover .datacenter-stat-icon {
  transform: scale(1.15) rotate(5deg);
}

.datacenter-stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d6efd;
  line-height: 1;
  margin-bottom: 10px;
}

.datacenter-stat-label {
  font-size: 1rem;
  color: #666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Дополнительные анимации для Payments */
.payment-badge-item {
  animation: payment-float 6s ease-in-out infinite;
}

.payment-badge-item:nth-child(1) { animation-delay: 0s; }
.payment-badge-item:nth-child(2) { animation-delay: 0.5s; }
.payment-badge-item:nth-child(3) { animation-delay: 1s; }
.payment-badge-item:nth-child(4) { animation-delay: 1.5s; }
.payment-badge-item:nth-child(5) { animation-delay: 2s; }
.payment-badge-item:nth-child(6) { animation-delay: 2.5s; }

@keyframes payment-float {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  25% {
    transform: translateY(-10px) rotate(2deg);
  }
  50% {
    transform: translateY(-15px) rotate(0deg);
  }
  75% {
    transform: translateY(-10px) rotate(-2deg);
  }
}

/* Анимация появления для payment badges */
.payment-badge-item {
  opacity: 0;
  transform: scale(0.8) translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.payment-badge-item.animated {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.payment-badge-item.animated:nth-child(1) { transition-delay: 0.1s; }
.payment-badge-item.animated:nth-child(2) { transition-delay: 0.2s; }
.payment-badge-item.animated:nth-child(3) { transition-delay: 0.3s; }
.payment-badge-item.animated:nth-child(4) { transition-delay: 0.4s; }
.payment-badge-item.animated:nth-child(5) { transition-delay: 0.5s; }
.payment-badge-item.animated:nth-child(6) { transition-delay: 0.6s; }

/* Анимация для статистики Data Centers */
.datacenter-stat-item {
  animation: stat-appear 0.8s ease-out;
}

.datacenter-stat-item:nth-child(1) { animation-delay: 0.1s; }
.datacenter-stat-item:nth-child(2) { animation-delay: 0.2s; }
.datacenter-stat-item:nth-child(3) { animation-delay: 0.3s; }
.datacenter-stat-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes stat-appear {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Адаптивность для Payments и Data Centers */
@media (max-width: 992px) {
  .payment-logos {
    gap: 30px;
  }
  
  .payment-badge-inner {
    width: 100px;
    height: 100px;
  }
  
  .payment-badge-inner img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 768px) {
  .payment-logos {
    gap: 25px;
  }
  
  .payment-badge-inner {
    width: 90px;
    height: 90px;
  }
  
  .payment-badge-inner img {
    width: 45px;
    height: 45px;
  }
  
  .payment-badge-label {
    font-size: 0.9rem;
  }
  
  .datacenter-map-container {
    padding: 15px;
  }
  
  .datacenter-pin {
    display: none; /* Скрываем пины на мобильных для упрощения */
  }
  
  .datacenter-stat-number {
    font-size: 2rem;
  }
  
  .datacenter-stat-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

/* ============================================
   LANGUAGE SWITCHER STYLES
   ============================================ */
.language-switcher {
  position: relative;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 1000 !important;
}

/* Language dropdown menu - hidden by default */
.language-switcher .dropdown-menu,
.language-dropdown,
.dropdown-menu.language-dropdown {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Show dropdown when parent has show class - multiple selectors for reliability */
.dropdown.show > .dropdown-menu,
.dropdown.show .dropdown-menu,
.dropdown.show .language-dropdown,
.language-switcher.dropdown.show .dropdown-menu,
.language-switcher.dropdown.show .language-dropdown,
.nav-item.dropdown.show .dropdown-menu,
.nav-item.dropdown.show .language-dropdown,
.nav-item.dropdown.show > .dropdown-menu,
.nav-item.dropdown.show > ul.dropdown-menu,
li.dropdown.show ul.dropdown-menu,
li.dropdown.show .language-dropdown,
li.dropdown.show .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Additional selectors for manual toggle */
#languageDropdown[aria-expanded="true"] + .dropdown-menu,
#languageDropdown[aria-expanded="true"] ~ .dropdown-menu,
#languageDropdown[aria-expanded="true"] ~ .language-dropdown {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Force show with inline styles (highest priority) */
.language-dropdown[style*="display: block"],
.dropdown-menu[style*="display: block"],
.language-dropdown[style*="display:block"],
.dropdown-menu[style*="display:block"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Override any conflicting styles */
.dropdown.show .language-dropdown,
.dropdown.show .dropdown-menu.language-dropdown {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.language-switcher-btn {
  display: flex !important;
  align-items: center;
  gap: 6px;
  padding: 6px 10px !important;
  border-radius: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 1001 !important;
  position: relative;
}

.language-switcher-btn:hover {
  background: rgba(13, 110, 253, 0.05);
  color: #0d6efd !important;
}

.language-switcher-btn i.bi-globe {
  font-size: 1.1rem;
  color: #333;
}

.language-switcher-btn:hover i.bi-globe {
  color: #0d6efd;
}

.language-text {
  font-weight: 500;
  font-size: 0.85rem;
  white-space: nowrap;
}

.language-dropdown {
  min-width: 180px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border: 1px solid #e0e0e0;
  padding: 8px 0;
  margin-top: 0.125rem !important;
  z-index: 9999 !important;
  position: fixed !important;
  background-color: white !important;
  pointer-events: auto !important;
  transform: none !important;
  max-height: 400px;
  overflow-y: auto;
}

.navbar-nav-right .language-switcher .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  left: auto !important;
  transform: none !important;
  margin-top: 0.125rem !important;
}

.language-form {
  margin: 0;
  padding: 0;
}

.language-option {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border: none;
  background: transparent;
  width: 100%;
  text-align: left;
  transition: all 0.2s ease;
  font-size: 0.95rem;
  color: #333;
  cursor: pointer;
}

.language-option:hover {
  background: rgba(13, 110, 253, 0.08);
  color: #0d6efd;
}

.language-option.active {
  background: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
  font-weight: 600;
}

.language-option.active:hover {
  background: rgba(13, 110, 253, 0.15);
}

.language-name {
  flex: 1;
}

.language-option i.bi-check-lg {
  font-size: 1rem;
  color: #0d6efd;
}

@media (max-width: 991px) {
  /* Мобильная версия языков - компактный аккордеон */
  .language-switcher-mobile {
    width: 100%;
    margin: 5px 0;
    border-top: 1px solid #e0e0e0;
    padding-top: 5px;
    pointer-events: auto !important;
    z-index: 100;
    position: relative;
  }
  
  .language-mobile-header {
    font-weight: 600;
    color: #0d6efd !important;
    padding: 8px 15px !important;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    pointer-events: auto !important;
    z-index: 100;
    position: relative;
  }
  
  .language-mobile-header:hover {
    background: rgba(13, 110, 253, 0.05);
  }
  
  .language-mobile-list {
    pointer-events: auto !important;
    z-index: 100;
    position: relative;
  }
  
  .language-chevron {
    transition: transform 0.2s ease;
    font-size: 0.8rem;
  }
  
  .language-switcher-mobile.active .language-chevron {
    transform: rotate(180deg);
  }
  
  .language-mobile-list {
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 0;
    margin-top: 5px;
  }
  
  .language-switcher-mobile.active .language-mobile-list {
    display: flex;
  }
  
  .language-form-mobile {
    width: 100%;
    margin: 0;
  }
  
  .language-mobile-item {
    width: 100%;
    padding: 10px 15px 10px 35px !important;
    text-align: left;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333 !important;
    border-radius: 0;
    margin: 0;
    cursor: pointer;
    font-size: 0.9rem;
    pointer-events: auto !important;
    z-index: 100;
    position: relative;
  }
  
  .language-mobile-item:hover {
    background: rgba(13, 110, 253, 0.1) !important;
    color: #0d6efd !important;
  }
  
  .language-mobile-item.active {
    background: rgba(13, 110, 253, 0.15) !important;
    color: #0d6efd !important;
    font-weight: 600;
  }
  
  .language-form-mobile {
    pointer-events: auto !important;
    z-index: 100;
    position: relative;
  }
  
  .language-switcher {
    display: none !important;
  }
  
  .language-switcher-btn {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 20px !important;
  }
  
  .language-text {
    display: inline !important;
  }
  
  .language-dropdown {
    width: 100%;
    margin-top: 5px;
    position: static !important;
    transform: none !important;
  }
  
  .language-option {
    padding: 12px 20px !important;
  }
}

/* ============================================
   ENHANCED ANIMATIONS FOR BUTTONS AND ICONS
   ============================================ */

/* Global button animations */
.btn {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

.btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn:active {
  transform: translateY(-1px) scale(0.98);
}

.btn-primary:hover {
  animation: button-shine 1.5s ease-in-out infinite;
  background: linear-gradient(135deg, #0d6efd, #667eea);
  background-size: 200% 200%;
}

.btn-primary i,
.btn-outline-primary i,
.btn-success i {
  transition: transform 0.3s ease;
}

.btn:hover i {
  transform: scale(1.2) rotate(5deg);
}

/* Icon animations */
@keyframes icon-glow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(13, 110, 253, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(13, 110, 253, 0.6);
  }
}

@keyframes icon-pulse-hover {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1.15);
  }
}

@keyframes icon-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes icon-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes button-shine {
  0% {
    background-position: -200% center;
  }
  100% {
    background-position: 200% center;
  }
}

@keyframes button-bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

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

@keyframes icon-wiggle {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
}

/* Additional icon hover effects */
.bi-server:hover,
.bi-globe:hover,
.bi-shield-lock:hover,
.bi-hdd-stack:hover,
.bi-display:hover,
.bi-gear:hover,
.bi-info-circle:hover,
.bi-envelope:hover,
.bi-cart:hover,
.bi-person-plus:hover {
  animation: icon-wiggle 0.5s ease-in-out;
}

/* Telegram button enhanced animation */
.telegram-bot-link,
.telegram-bot-link-mobile,
.telegram-bot-link-offcanvas {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.telegram-bot-link:hover,
.telegram-bot-link-mobile:hover,
.telegram-bot-link-offcanvas:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.4);
  animation: button-bounce 0.6s ease-in-out;
}

.telegram-bot-link i,
.telegram-bot-link-mobile i,
.telegram-bot-link-offcanvas i {
  transition: transform 0.3s ease;
}

.telegram-bot-link:hover i,
.telegram-bot-link-mobile:hover i,
.telegram-bot-link-offcanvas:hover i {
  transform: scale(1.2) rotate(15deg);
}

/* Cart icon animation */
.cart-link,
.cart-link-mobile,
.cart-link-offcanvas {
  transition: all 0.3s ease;
}

.cart-link-mobile:hover,
.cart-link-offcanvas:hover {
  transform: scale(1.1) rotate(-5deg);
}

.cart-link:hover {
  transform: translateY(-2px);
}

.cart-link:hover i,
.cart-link-mobile:hover i,
.cart-link-offcanvas:hover i {
  animation: icon-bounce 0.6s ease-in-out;
}

.cart-link:hover .cart-icon-large {
  color: #0b5ed7;
  transform: scale(1.1);
}

.cart-link:hover .cart-label {
  color: #0b5ed7;
}

/* Register button animation */
.btn-register,
.btn-register-mobile {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.btn-register::before,
.btn-register-mobile::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-register:hover::before,
.btn-register-mobile:hover::before {
  width: 300px;
  height: 300px;
}

.btn-register:hover,
.btn-register-mobile:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(13, 110, 253, 0.4);
  animation: button-bounce 0.6s ease-in-out;
}

.btn-register:hover i,
.btn-register-mobile:hover i {
  transform: scale(1.2) rotate(10deg);
}
