/* ========================================
   VISANEWS2U - Decorative Elements
   Много мелких винтажных иконок с parallax
   ======================================== */

/* ========================================
   SECTION WITH DECORATIONS
   ======================================== */

.has-decorations {
  position: relative;
  overflow: hidden;
}

.section-decorations {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}

/* ========================================
   DECORATIVE ICONS - Base Styles
   ======================================== */

.decor-icon {
  position: absolute;
  opacity: 0.05;
  color: var(--color-accent);
  stroke: currentColor;
  fill: none;
  transition: opacity 0.3s ease;
}

/* Size variants */
.decor-icon.decor-lg {
  width: 80px;
  height: 80px;
}

.decor-icon.decor-md {
  width: 50px;
  height: 50px;
}

.decor-icon.decor-sm {
  width: 35px;
  height: 35px;
}

.decor-icon.decor-xs {
  width: 24px;
  height: 24px;
}

/* ========================================
   HERO SECTION DECORATIONS
   ======================================== */

.hero .section-decorations .decor-icon:nth-child(1) { top: 8%; left: 2%; }
.hero .section-decorations .decor-icon:nth-child(2) { top: 15%; left: 6%; }
.hero .section-decorations .decor-icon:nth-child(3) { top: 25%; left: 3%; }
.hero .section-decorations .decor-icon:nth-child(4) { top: 35%; left: 8%; }
.hero .section-decorations .decor-icon:nth-child(5) { top: 50%; left: 2%; }
.hero .section-decorations .decor-icon:nth-child(6) { top: 60%; left: 5%; }
.hero .section-decorations .decor-icon:nth-child(7) { top: 75%; left: 3%; }
.hero .section-decorations .decor-icon:nth-child(8) { top: 85%; left: 7%; }
.hero .section-decorations .decor-icon:nth-child(9) { bottom: 5%; left: 2%; }
.hero .section-decorations .decor-icon:nth-child(10) { top: 12%; left: 10%; }

/* ========================================
   STEPS SECTION DECORATIONS
   ======================================== */

.steps-section .decor-icon:nth-child(1) { top: 3%; right: 2%; transform: rotate(-15deg); }
.steps-section .decor-icon:nth-child(2) { top: 8%; right: 6%; transform: rotate(10deg); }
.steps-section .decor-icon:nth-child(3) { top: 15%; right: 3%; transform: rotate(-5deg); }
.steps-section .decor-icon:nth-child(4) { top: 22%; left: 2%; transform: rotate(20deg); }
.steps-section .decor-icon:nth-child(5) { top: 30%; right: 5%; transform: rotate(-10deg); }
.steps-section .decor-icon:nth-child(6) { top: 38%; left: 3%; transform: rotate(15deg); }
.steps-section .decor-icon:nth-child(7) { top: 45%; right: 2%; transform: rotate(-20deg); }
.steps-section .decor-icon:nth-child(8) { top: 52%; left: 5%; transform: rotate(5deg); }
.steps-section .decor-icon:nth-child(9) { top: 60%; right: 4%; transform: rotate(-8deg); }
.steps-section .decor-icon:nth-child(10) { top: 68%; left: 2%; transform: rotate(12deg); }
.steps-section .decor-icon:nth-child(11) { top: 75%; right: 3%; transform: rotate(-12deg); }
.steps-section .decor-icon:nth-child(12) { top: 82%; left: 4%; transform: rotate(8deg); }
.steps-section .decor-icon:nth-child(13) { bottom: 12%; right: 5%; transform: rotate(-6deg); }
.steps-section .decor-icon:nth-child(14) { bottom: 6%; left: 3%; transform: rotate(18deg); }
.steps-section .decor-icon:nth-child(15) { bottom: 3%; right: 2%; transform: rotate(-14deg); }
.steps-section .decor-icon:nth-child(16) { top: 5%; left: 5%; transform: rotate(6deg); }

/* ========================================
   DESTINATIONS SECTION DECORATIONS
   ======================================== */

#destinations .decor-icon:nth-child(1) { top: 2%; left: 2%; transform: rotate(-5deg); }
#destinations .decor-icon:nth-child(2) { top: 5%; right: 3%; transform: rotate(15deg); }
#destinations .decor-icon:nth-child(3) { top: 8%; left: 5%; transform: rotate(-12deg); }
#destinations .decor-icon:nth-child(4) { top: 12%; right: 2%; transform: rotate(8deg); }
#destinations .decor-icon:nth-child(5) { top: 18%; left: 2%; transform: rotate(-18deg); }
#destinations .decor-icon:nth-child(6) { top: 22%; right: 4%; transform: rotate(10deg); }
#destinations .decor-icon:nth-child(7) { top: 28%; left: 4%; transform: rotate(-6deg); }
#destinations .decor-icon:nth-child(8) { top: 32%; right: 2%; transform: rotate(14deg); }
#destinations .decor-icon:nth-child(9) { top: 38%; left: 2%; transform: rotate(-10deg); }
#destinations .decor-icon:nth-child(10) { top: 42%; right: 5%; transform: rotate(20deg); }
#destinations .decor-icon:nth-child(11) { top: 48%; left: 5%; transform: rotate(-15deg); }
#destinations .decor-icon:nth-child(12) { top: 52%; right: 2%; transform: rotate(5deg); }
#destinations .decor-icon:nth-child(13) { top: 58%; left: 2%; transform: rotate(-8deg); }
#destinations .decor-icon:nth-child(14) { top: 62%; right: 4%; transform: rotate(12deg); }
#destinations .decor-icon:nth-child(15) { top: 68%; left: 4%; transform: rotate(-14deg); }
#destinations .decor-icon:nth-child(16) { top: 72%; right: 2%; transform: rotate(6deg); }
#destinations .decor-icon:nth-child(17) { top: 78%; left: 2%; transform: rotate(-20deg); }
#destinations .decor-icon:nth-child(18) { top: 82%; right: 5%; transform: rotate(8deg); }
#destinations .decor-icon:nth-child(19) { bottom: 8%; left: 5%; transform: rotate(-12deg); }
#destinations .decor-icon:nth-child(20) { bottom: 3%; right: 2%; transform: rotate(15deg); }

/* ========================================
   TEAM SECTION DECORATIONS
   ======================================== */

.team-section .decor-icon:nth-child(1) { top: 2%; right: 2%; transform: rotate(10deg); }
.team-section .decor-icon:nth-child(2) { top: 6%; left: 2%; transform: rotate(-8deg); }
.team-section .decor-icon:nth-child(3) { top: 12%; right: 4%; transform: rotate(15deg); }
.team-section .decor-icon:nth-child(4) { top: 18%; left: 3%; transform: rotate(-12deg); }
.team-section .decor-icon:nth-child(5) { top: 25%; right: 2%; transform: rotate(6deg); }
.team-section .decor-icon:nth-child(6) { top: 32%; left: 2%; transform: rotate(-18deg); }
.team-section .decor-icon:nth-child(7) { top: 40%; right: 3%; transform: rotate(12deg); }
.team-section .decor-icon:nth-child(8) { top: 48%; left: 4%; transform: rotate(-5deg); }
.team-section .decor-icon:nth-child(9) { top: 55%; right: 5%; transform: rotate(8deg); }
.team-section .decor-icon:nth-child(10) { top: 62%; left: 2%; transform: rotate(-14deg); }
.team-section .decor-icon:nth-child(11) { top: 70%; right: 2%; transform: rotate(20deg); }
.team-section .decor-icon:nth-child(12) { top: 78%; left: 3%; transform: rotate(-10deg); }
.team-section .decor-icon:nth-child(13) { bottom: 15%; right: 4%; transform: rotate(6deg); }
.team-section .decor-icon:nth-child(14) { bottom: 8%; left: 5%; transform: rotate(-16deg); }
.team-section .decor-icon:nth-child(15) { bottom: 4%; right: 2%; transform: rotate(14deg); }
.team-section .decor-icon:nth-child(16) { top: 8%; left: 6%; transform: rotate(-6deg); }

/* ========================================
   REVIEWS SECTION DECORATIONS
   ======================================== */

.reviews-section .decor-icon:nth-child(1) { top: 3%; left: 2%; transform: rotate(-5deg); }
.reviews-section .decor-icon:nth-child(2) { top: 8%; right: 3%; transform: rotate(12deg); }
.reviews-section .decor-icon:nth-child(3) { top: 15%; left: 4%; transform: rotate(-10deg); }
.reviews-section .decor-icon:nth-child(4) { top: 22%; right: 2%; transform: rotate(8deg); }
.reviews-section .decor-icon:nth-child(5) { top: 32%; left: 2%; transform: rotate(-15deg); }
.reviews-section .decor-icon:nth-child(6) { top: 42%; right: 4%; transform: rotate(10deg); }
.reviews-section .decor-icon:nth-child(7) { top: 52%; left: 3%; transform: rotate(-8deg); }
.reviews-section .decor-icon:nth-child(8) { top: 62%; right: 2%; transform: rotate(15deg); }
.reviews-section .decor-icon:nth-child(9) { top: 72%; left: 5%; transform: rotate(-12deg); }
.reviews-section .decor-icon:nth-child(10) { bottom: 18%; right: 3%; transform: rotate(6deg); }
.reviews-section .decor-icon:nth-child(11) { bottom: 8%; left: 2%; transform: rotate(-18deg); }
.reviews-section .decor-icon:nth-child(12) { bottom: 3%; right: 5%; transform: rotate(10deg); }

/* ========================================
   CTA SECTION DECORATIONS
   ======================================== */

#cta .decor-icon {
  opacity: 0.08;
  color: rgba(255, 255, 255, 0.3);
}

#cta .decor-icon:nth-child(1) { top: 5%; left: 3%; transform: rotate(-10deg); }
#cta .decor-icon:nth-child(2) { top: 10%; right: 5%; transform: rotate(15deg); }
#cta .decor-icon:nth-child(3) { top: 20%; left: 5%; transform: rotate(-5deg); }
#cta .decor-icon:nth-child(4) { top: 30%; right: 3%; transform: rotate(12deg); }
#cta .decor-icon:nth-child(5) { top: 45%; left: 2%; transform: rotate(-18deg); }
#cta .decor-icon:nth-child(6) { top: 55%; right: 4%; transform: rotate(8deg); }
#cta .decor-icon:nth-child(7) { bottom: 35%; left: 4%; transform: rotate(-12deg); }
#cta .decor-icon:nth-child(8) { bottom: 25%; right: 2%; transform: rotate(6deg); }
#cta .decor-icon:nth-child(9) { bottom: 12%; left: 6%; transform: rotate(-8deg); }
#cta .decor-icon:nth-child(10) { bottom: 5%; right: 5%; transform: rotate(14deg); }

/* ========================================
   SERVICES PROMO CARD
   ======================================== */

.services-promo-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 32px;
  max-width: 800px;
  margin: 60px auto 40px;
  padding: 40px 48px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(250, 248, 245, 0.95) 100%);
  border: 1.5px solid rgba(184, 149, 108, 0.25);
  border-radius: 28px;
  box-shadow:
    0 4px 24px rgba(44, 36, 24, 0.06),
    0 12px 48px rgba(184, 149, 108, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  overflow: hidden;
  transition:
    transform 0.5s var(--ease-smooth),
    box-shadow 0.4s var(--ease-out);
}

.services-promo-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 8px 32px rgba(44, 36, 24, 0.08),
    0 20px 60px rgba(184, 149, 108, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.services-promo-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(184, 149, 108, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

.services-promo-badge {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #4a9c6d 0%, #2d7a4d 100%);
  border-radius: 24px;
  box-shadow: 0 8px 32px rgba(74, 156, 109, 0.35);
  position: relative;
  z-index: 1;
}

.services-promo-badge-icon {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 4px;
}

.services-promo-badge-text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.services-promo-content {
  flex: 1;
  min-width: 0;
}

.services-promo-title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 600;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.services-promo-desc {
  font-size: 15px;
  color: var(--color-text-muted);
  line-height: 1.6;
  margin-bottom: 16px;
}

.services-promo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.services-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: rgba(184, 149, 108, 0.1);
  border: 1px solid rgba(184, 149, 108, 0.2);
  border-radius: 20px;
  font-size: 13px;
  color: var(--color-text);
  transition: all 0.3s ease;
}

.services-tag:hover {
  background: rgba(184, 149, 108, 0.15);
  border-color: rgba(184, 149, 108, 0.3);
}

.services-promo-btn {
  flex-shrink: 0;
  white-space: nowrap;
}

/* ========================================
   PARALLAX ANIMATION
   ======================================== */

@keyframes floatDecor {
  0%, 100% {
    transform: translateY(0) rotate(var(--rotation, 0deg));
  }
  50% {
    transform: translateY(-8px) rotate(calc(var(--rotation, 0deg) + 2deg));
  }
}

.decor-icon {
  animation: floatDecor 6s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

/* Staggered delays for natural movement */
.decor-icon:nth-child(1) { --delay: 0s; --rotation: -5deg; }
.decor-icon:nth-child(2) { --delay: 0.5s; --rotation: 10deg; }
.decor-icon:nth-child(3) { --delay: 1s; --rotation: -8deg; }
.decor-icon:nth-child(4) { --delay: 1.5s; --rotation: 12deg; }
.decor-icon:nth-child(5) { --delay: 2s; --rotation: -10deg; }
.decor-icon:nth-child(6) { --delay: 2.5s; --rotation: 6deg; }
.decor-icon:nth-child(7) { --delay: 3s; --rotation: -12deg; }
.decor-icon:nth-child(8) { --delay: 3.5s; --rotation: 8deg; }
.decor-icon:nth-child(9) { --delay: 4s; --rotation: -6deg; }
.decor-icon:nth-child(10) { --delay: 4.5s; --rotation: 14deg; }
.decor-icon:nth-child(11) { --delay: 5s; --rotation: -14deg; }
.decor-icon:nth-child(12) { --delay: 5.5s; --rotation: 4deg; }

/* ========================================
   RESPONSIVE - TABLET (1024px)
   ======================================== */

@media (max-width: 1024px) {
  .decor-icon.decor-lg { width: 60px; height: 60px; }
  .decor-icon.decor-md { width: 40px; height: 40px; }
  .decor-icon.decor-sm { width: 28px; height: 28px; }
  .decor-icon.decor-xs { width: 20px; height: 20px; }

  .services-promo-card {
    flex-direction: column;
    text-align: center;
    padding: 32px 24px;
    gap: 24px;
  }

  .services-promo-tags {
    justify-content: center;
  }

  .services-promo-btn {
    width: 100%;
    max-width: 300px;
  }
}

/* ========================================
   RESPONSIVE - MOBILE (900px)
   ======================================== */

@media (max-width: 900px) {
  .decor-icon.decor-lg { width: 45px; height: 45px; }
  .decor-icon.decor-md { width: 32px; height: 32px; }
  .decor-icon.decor-sm { width: 22px; height: 22px; }
  .decor-icon.decor-xs { width: 16px; height: 16px; }

  .decor-icon {
    opacity: 0.04;
  }

  .services-promo-card {
    margin: 32px 0 24px;
    padding: 24px 20px;
    gap: 16px;
    border-radius: 20px;
  }

  .services-promo-badge {
    width: 72px;
    height: 72px;
    border-radius: 16px;
  }

  .services-promo-badge-icon {
    font-size: 24px;
  }

  .services-promo-badge-text {
    font-size: 12px;
  }

  .services-promo-title {
    font-size: 20px;
  }

  .services-promo-desc {
    font-size: 14px;
  }

  .services-tag {
    padding: 6px 12px;
    font-size: 12px;
  }
}

/* ========================================
   REDUCED MOTION
   ======================================== */

@media (prefers-reduced-motion: reduce) {
  .decor-icon {
    animation: none;
  }
}
