/* extracted from view/limousine-service-in-riga-rix-airport.php — порядок блоков сохранён */

/* --- block 1 --- */
.bl-kayak-partner-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.bl-kayak-banner {
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
  border-radius: 20px;
  padding: 40px;
  color: white;
  position: relative;
  box-shadow: 0 20px 40px rgba(255, 107, 53, 0.3);
  overflow: hidden;
}

.bl-kayak-content {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
  z-index: 2;
}

.bl-kayak-badge {
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.bl-kayak-logo {
  height: 100px;
  width: auto;
  display: block;
}

.bl-kayak-text {
  flex: 1;
}

.bl-kayak-text h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: white;
}

.bl-kayak-text p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px 0;
  opacity: 0.9;
}

.bl-kayak-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #FF6B35;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.bl-kayak-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  color: #FF6B35;
  text-decoration: none;
}

.bl-kayak-decorative {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.bl-kayak-circle {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.bl-kayak-lines {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  gap: 8px;
}

.bl-kayak-lines span {
  display: block;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1px;
}

.bl-kayak-lines span:nth-child(2) {
  width: 60px;
}

.bl-kayak-lines span:nth-child(3) {
  width: 30px;
}

/* Responsive */
@media (max-width: 768px) {
  .bl-kayak-banner {
    padding: 30px 20px;
  }
  
  .bl-kayak-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  
  .bl-kayak-text h3 {
    font-size: 24px;
  }
  
  .bl-kayak-badge {
    padding: 15px;
  }
  
  .bl-kayak-logo {
    height: 100px;
  }
  
  .bl-kayak-circle {
    width: 150px;
    height: 150px;
    top: -30px;
    right: -30px;
  }
}
