
/* Block 1 */
.hero-banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.hero-image-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.4) contrast(1.1);
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(102, 126, 234, 0.8) 0%,
        rgba(118, 75, 162, 0.7) 50%,
        rgba(0, 0, 0, 0.6) 100%
    );
}

.hero-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 2;
}

.hero-text-wrapper {
    max-width: 800px;
    text-align: center;
    color: #ffffff;
    animation: fadeInUp 1.2s ease-out;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    background: linear-gradient(45deg, #ffffff, #e0e7ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle {
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #e0e7ff;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
    line-height: 1.4;
}

.hero-description {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}

.hero-secondary-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 300;
}

.hero-action-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}

.hero-cta-button {
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    color: #ffffff;
    border: none;
    padding: 1.25rem 3rem;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hero-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(255, 107, 107, 0.6);
    background: linear-gradient(135deg, #ff5252, #ff7043);
}

.hero-cta-button i {
    font-size: 1.1rem;
}

.hero-stats {
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.stat-item {
    text-align: center;
    padding: 1rem 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.stat-label {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.25rem;
}

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

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.4rem;
    }
    
    .hero-description {
        font-size: 1.1rem;
    }
    
    .hero-secondary-text {
        font-size: 1rem;
    }
    
    .hero-stats {
        gap: 1.5rem;
    }
    
    .hero-cta-button {
        padding: 1rem 2rem;
        font-size: 1.1rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .stat-label {
        font-size: 0.8rem;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .hero-stats {
        flex-direction: column;
        gap: 1rem;
    }
    
    .stat-item {
        padding: 0.75rem 1rem;
        width: 100%;
        max-width: 200px;
    }
}

/* Block 2 */
.trusted-destinations {
  padding: 5rem 0;
  background: linear-gradient(135deg, #f8faff 0%, #e8f2ff 100%);
  position: relative;
  overflow: hidden;
}

.trusted-destinations::before {
  content: '';
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e0e9f7" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  opacity: 0.3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.trusted-destinations .container {
  position: relative;
  z-index: 2;
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.025em;
  box-shadow: 0 8px 25px rgba(79, 70, 229, 0.3);
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  background: linear-gradient(135deg, #1e293b 0%, #4f46e5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtitle {
  font-size: 1.25rem;
  color: #64748b;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-bottom: 5rem;
}

.benefit-card {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.benefit-card::before {
  content: '';
  background: linear-gradient(135deg, rgba(79, 70, 229, 0.05), rgba(124, 58, 237, 0.05));
  border-radius: 50%;
  width: 200px;
  height: 200px;
  top: -100px;
  right: -100px;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(79, 70, 229, 0.15);
}

.benefit-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 25px rgba(79, 70, 229, 0.25);
}

.benefit-icon i {
  font-size: 1.75rem;
  color: white;
}

.benefit-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.benefit-description {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.benefit-stats {
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.stat-highlight {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.875rem;
  display: inline-block;
}

.testimonials-section {
  margin-bottom: 4rem;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 3rem;
}

.testimonials-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
}

.testimonials-subtitle {
  font-size: 1.125rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.testimonial-card {
  background: white;
  border-radius: 24px;
  padding: 2rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.1);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 50px rgba(79, 70, 229, 0.12);
}

.stars-rating {
  color: #fbbf24;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.testimonial-quote {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 1.5rem;
  font-style: italic;
  border: none;
  margin-left: 0;
  padding-left: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}

.author-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e2e8f0;
}

.author-name {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.25rem;
}

.author-location {
  color: #64748b;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.trip-cost {
  background: #ecfdf5;
  color: #059669;
  padding: 0.25rem 0.75rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 600;
}

.trust-indicators {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 4rem;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: white;
  padding: 1rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(79, 70, 229, 0.1);
  color: #4f46e5;
  font-weight: 600;
  transition: all 0.3s ease;
}

.trust-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(79, 70, 229, 0.15);
}

.trust-badge i {
  font-size: 1.25rem;
}

.cta-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  background: white;
  border-radius: 32px;
  padding: 3rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(79, 70, 229, 0.1);
}

.cta-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.cta-description {
  font-size: 1.125rem;
  color: #64748b;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-button {
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  color: white;
  border: none;
  padding: 1.25rem 2.5rem;
  border-radius: 16px;
  font-size: 1.125rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(79, 70, 229, 0.3);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(79, 70, 229, 0.4);
}

.planning-interface {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .trusted-destinations {
    padding: 3rem 0;
  }
  
  .section-title {
    font-size: 2rem;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-section {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 2rem;
  }
  
  .trust-indicators {
    gap: 1rem;
  }
  
  .trust-badge {
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
  }
}

/* Block 3 */
.features-showcase {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
}

.section-header {
  text-align: center;
  margin-bottom: 70px;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 20px rgba(102, 126, 234, 0.3);
}

.section-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #6b7280;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
  margin-bottom: 80px;
}

.feature-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

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

.primary-feature {
  grid-column: span 2;
}

.feature-image-wrapper {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.primary-feature .feature-image-wrapper {
  height: 320px;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

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

.feature-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 20px rgba(255, 107, 107, 0.4);
}

.feature-content {
  padding: 32px;
}

.primary-feature .feature-content {
  padding: 40px;
}

.feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
}

.primary-feature .feature-title {
  font-size: 1.8rem;
}

.feature-description {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 24px;
  font-size: 1rem;
}

.primary-feature .feature-description {
  font-size: 1.1rem;
}

.feature-highlights {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #374151;
  font-size: 0.95rem;
  font-weight: 500;
}

.highlight-item i {
  width: 20px;
  color: #10b981;
  font-size: 1rem;
}

.feature-stats {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  color: white;
  margin-top: 20px;
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
}

.process-section {
  margin-bottom: 80px;
}

.process-header {
  text-align: center;
  margin-bottom: 60px;
}

.process-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 16px;
}

.process-subtitle {
  font-size: 1.1rem;
  color: #6b7280;
  max-width: 700px;
  margin: 0 auto;
}

.process-timeline {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.process-step {
  text-align: center;
  position: relative;
}

.step-number {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 24px;
  box-shadow: 0 8px 30px rgba(102, 126, 234, 0.4);
}

.step-content {
  background: white;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.step-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #1a1a2e;
  margin-bottom: 16px;
}

.step-description {
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 20px;
}

.step-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #667eea;
  font-weight: 600;
  font-size: 0.9rem;
}

.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 32px;
  padding: 60px 40px;
  text-align: center;
  color: white;
}

.cta-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-description {
  font-size: 1.1rem;
  opacity: 0.9;
  margin-bottom: 40px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.cta-primary, .cta-secondary {
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cta-primary {
  background: white;
  color: #667eea;
}

.cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(255, 255, 255, 0.3);
}

.cta-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.cta-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.cta-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.cta-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  opacity: 0.9;
}

.cta-feature i {
  color: #10b981;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .features-showcase {
    padding: 60px 0;
  }
  
  .section-title {
    font-size: 2.2rem;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .primary-feature {
    grid-column: span 1;
  }
  
  .process-timeline {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .cta-title {
    font-size: 1.8rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-features {
    flex-direction: column;
    gap: 15px;
  }
}

/* Block 4 */
.pricing-plans {
      padding: 100px 0;
      background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
      position: relative;
    }

    .pricing-plans::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 200px;
      background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
      clip-path: polygon(0 0, 100% 0, 100% 150px, 0 200px);
    }

    .section-header {
      text-align: center;
      margin-bottom: 80px;
      position: relative;
      z-index: 2;
    }

    .section-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(255, 255, 255, 0.9);
      color: #667eea;
      padding: 12px 24px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 14px;
      margin-bottom: 24px;
      box-shadow: 0 4px 20px rgba(102, 126, 234, 0.15);
    }

    .section-title {
      font-size: 3.2rem;
      font-weight: 800;
      color: white;
      margin-bottom: 20px;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .section-subtitle {
      font-size: 1.2rem;
      color: rgba(255, 255, 255, 0.9);
      max-width: 700px;
      margin: 0 auto;
      line-height: 1.6;
    }

    .plans-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
      gap: 40px;
      margin-bottom: 100px;
    }

    .plan-card {
      background: white;
      border-radius: 20px;
      padding: 40px 30px;
      box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
      border: 2px solid transparent;
      transition: all 0.3s ease;
      position: relative;
    }

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

    .featured {
      border-color: #667eea;
      transform: scale(1.05);
    }

    .popular-badge {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: linear-gradient(135deg, #667eea, #764ba2);
      color: white;
      padding: 8px 20px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .plan-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .plan-icon {
      width: 80px;
      height: 80px;
      background: linear-gradient(135deg, #667eea, #764ba2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      color: white;
      font-size: 28px;
    }

    .plan-name {
      font-size: 1.8rem;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 12px;
    }

    .plan-description {
      color: #6c757d;
      font-size: 1rem;
      margin-bottom: 30px;
      line-height: 1.5;
    }

    .plan-price {
      display: flex;
      align-items: baseline;
      justify-content: center;
      margin-bottom: 10px;
    }

    .currency {
      font-size: 1.5rem;
      font-weight: 600;
      color: #667eea;
    }

    .amount {
      font-size: 3.5rem;
      font-weight: 800;
      color: #2c3e50;
      margin: 0 5px;
    }

    .period {
      font-size: 1.2rem;
      color: #6c757d;
      font-weight: 500;
    }

    .price-note {
      font-size: 14px;
      color: #28a745;
      font-weight: 600;
      text-align: center;
    }

    .plan-features {
      margin-bottom: 40px;
    }

    .feature-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      padding: 12px 0;
      border-bottom: 1px solid #f8f9fa;
    }

    .feature-item:last-child {
      border-bottom: none;
    }

    .feature-item i {
      color: #28a745;
      font-size: 16px;
      margin-top: 2px;
    }

    .feature-item span {
      color: #495057;
      font-size: 15px;
      line-height: 1.5;
    }

    .plan-cta-button {
      width: 100%;
      padding: 16px 24px;
      border: none;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      margin-bottom: 15px;
    }

    .basic-cta {
      background: #f8f9fa;
      color: #495057;
      border: 2px solid #dee2e6;
    }

    .basic-cta:hover {
      background: #e9ecef;
      border-color: #adb5bd;
    }

    .premium-cta {
      background: linear-gradient(135deg, #667eea, #764ba2);
      color: white;
    }

    .premium-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    }

    .enterprise-cta {
      background: linear-gradient(135deg, #2c3e50, #34495e);
      color: white;
    }

    .enterprise-cta:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(44, 62, 80, 0.3);
    }

    .plan-guarantee {
      text-align: center;
      font-size: 13px;
      color: #6c757d;
      font-style: italic;
    }

    .comparison-section {
      margin-bottom: 80px;
    }

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

    .comparison-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 15px;
    }

    .comparison-subtitle {
      font-size: 1.1rem;
      color: #6c757d;
      max-width: 600px;
      margin: 0 auto;
    }

    .comparison-table-wrapper {
      overflow-x: auto;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    .comparison-table {
      width: 100%;
      background: white;
      border-collapse: separate;
      border-spacing: 0;
    }

    .comparison-table th {
      background: linear-gradient(135deg, #667eea, #764ba2);
      color: white;
      padding: 20px;
      font-weight: 600;
      text-align: center;
      border: none;
    }

    .comparison-table th:first-child {
      text-align: left;
      border-top-left-radius: 15px;
    }

    .comparison-table th:last-child {
      border-top-right-radius: 15px;
    }

    .comparison-table td {
      padding: 20px;
      border-bottom: 1px solid #f8f9fa;
      text-align: center;
    }

    .feature-column {
      text-align: left !important;
      width: 30%;
    }

    .feature-name {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 600;
      color: #2c3e50;
    }

    .feature-tooltip {
      position: relative;
      cursor: help;
    }

    .feature-tooltip .tooltip-text {
      display: none;
      position: absolute;
      bottom: 125%;
      left: 50%;
      transform: translateX(-50%);
      background: #2c3e50;
      color: white;
      padding: 8px 12px;
      border-radius: 6px;
      font-size: 12px;
      white-space: nowrap;
      z-index: 1000;
    }

    .feature-tooltip:hover .tooltip-text {
      display: block;
    }

    .plan-feature {
      font-weight: 500;
      color: #495057;
    }

    .featured-column {
      background: linear-gradient(135deg, #28a745, #20c997) !important;
    }

    .success-metrics {
      margin-bottom: 80px;
    }

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

    .metrics-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 15px;
    }

    .metrics-subtitle {
      font-size: 1.1rem;
      color: #6c757d;
      max-width: 600px;
      margin: 0 auto;
    }

    .metrics-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .metric-card {
      background: white;
      padding: 40px 30px;
      border-radius: 15px;
      text-align: center;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }

    .metric-card:hover {
      transform: translateY(-5px);
    }

    .metric-icon {
      width: 70px;
      height: 70px;
      background: linear-gradient(135deg, #667eea, #764ba2);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      color: white;
      font-size: 24px;
    }

    .metric-number {
      font-size: 3rem;
      font-weight: 800;
      color: #28a745;
      margin-bottom: 10px;
    }

    .metric-label {
      font-size: 1.2rem;
      font-weight: 600;
      color: #2c3e50;
      margin-bottom: 15px;
    }

    .metric-description {
      color: #6c757d;
      line-height: 1.5;
      font-size: 15px;
    }

    .testimonials-by-plan {
      margin-bottom: 80px;
    }

    .group-header {
      text-align: center;
      margin-bottom: 40px;
    }

    .group-title {
      font-size: 2.2rem;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 10px;
    }

    .group-subtitle {
      font-size: 1.1rem;
      color: #6c757d;
    }

    .testimonial-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 30px;
    }

    .testimonial-card.compact {
      background: white;
      padding: 30px;
      border-radius: 15px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .testimonial-card.compact blockquote {
      font-size: 16px;
      line-height: 1.6;
      color: #495057;
      margin-bottom: 20px;
      font-style: italic;
    }

    .testimonial-author {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .author-avatar {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }

    .author-name {
      font-weight: 600;
      color: #2c3e50;
      display: block;
    }

    .author-plan {
      font-size: 14px;
      color: #6c757d;
    }

    .faq-section {
      margin-bottom: 80px;
    }

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

    .faq-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #2c3e50;
      margin-bottom: 15px;
    }

    .faq-subtitle {
      font-size: 1.1rem;
      color: #6c757d;
      max-width: 700px;
      margin: 0 auto;
    }

    .faq-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
      gap: 25px;
    }

    .faq-item {
      background: white;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    }

    .faq-question {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-weight: 600;
      color: #2c3e50;
      margin-bottom: 15px;
      font-size: 16px;
    }

    .faq-question i {
      color: #667eea;
      font-size: 18px;
      margin-top: 2px;
    }

    .faq-answer p {
      color: #6c757d;
      line-height: 1.6;
      margin: 0;
    }

    .final-cta {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: center;
      background: linear-gradient(135deg, #667eea, #764ba2);
      padding: 80px 60px;
      border-radius: 20px;
      color: white;
    }

    .cta-title {
      font-size: 2.8rem;
      font-weight: 800;
      margin-bottom: 20px;
    }

    .cta-description {
      font-size: 1.2rem;
      margin-bottom: 40px;
      opacity: 0.9;
      line-height: 1.6;
    }

    .cta-buttons {
      display: flex;
      gap: 20px;
      margin-bottom: 30px;
    }

    .cta-primary-btn, .cta-secondary-btn {
      padding: 16px 32px;
      border: none;
      border-radius: 12px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .cta-primary-btn {
      background: white;
      color: #667eea;
    }

    .cta-primary-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
    }

    .cta-secondary-btn {
      background: transparent;
      color: white;
      border: 2px solid white;
    }

    .cta-secondary-btn:hover {
      background: white;
      color: #667eea;
    }

    .cta-guarantees {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .guarantee-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
    }

    .guarantee-item i {
      color: #28a745;
    }

    .success-image {
      width: 100%;
      height: 300px;
      object-fit: cover;
      border-radius: 15px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .pricing-plans {
        padding: 60px 0;
      }

      .section-title {
        font-size: 2.2rem;
      }

      .section-subtitle {
        font-size: 1rem;
      }

      .plans-grid {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .featured {
        transform: none;
      }

      .comparison-table-wrapper {
        font-size: 14px;
      }

      .final-cta {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 50px 30px;
        text-align: center;
      }

      .cta-title {
        font-size: 2.2rem;
      }

      .cta-buttons {
        flex-direction: column;
      }

      .testimonial-cards {
        grid-template-columns: 1fr;
      }

      .faq-grid {
        grid-template-columns: 1fr;
      }
    }

/* Block 5 */
.contact-form-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.contact-form-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23cbd5e0" fill-opacity="0.1"><circle cx="30" cy="30" r="1"/></g></g></svg>') repeat;
  pointer-events: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.form-wrapper {
  background: white;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 800px;
}

.form-content {
  padding: 60px;
  display: flex;
  flex-direction: column;
}

.form-header {
  margin-bottom: 40px;
}

.header-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.header-icon i {
  color: white;
  font-size: 24px;
}

.form-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 16px;
  line-height: 1.2;
}

.form-subtitle {
  font-size: 18px;
  color: #4a5568;
  margin-bottom: 32px;
  line-height: 1.6;
}

.form-benefits {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #2d3748;
}

.benefit-item i {
  color: #48bb78;
  font-size: 16px;
  flex-shrink: 0;
}

.contact-form {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-grid {
  display: grid;
  gap: 24px;
  margin-bottom: 32px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: 14px;
  font-weight: 600;
  color: #2d3748;
}

.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-wrapper i {
  position: absolute;
  left: 16px;
  color: #718096;
  font-size: 16px;
  z-index: 2;
}

.form-input {
  width: 100%;
  padding: 16px 16px 16px 48px;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
}

.form-input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.form-preferences {
  margin-bottom: 40px;
  padding: 24px;
  background: #f7fafc;
  border-radius: 16px;
}

.preferences-header {
  margin-bottom: 24px;
}

.preferences-title {
  font-size: 18px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
}

.preferences-subtitle {
  font-size: 14px;
  color: #718096;
}

.preferences-grid {
  display: grid;
  gap: 24px;
}

.preference-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.preference-label {
  font-size: 14px;
  font-weight: 600;
  color: #2d3748;
}

.preference-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.preference-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: white;
}

.preference-option:hover {
  border-color: #cbd5e0;
}

.preference-option input[type="radio"] {
  margin: 0;
  width: 16px;
  height: 16px;
}

.preference-option input[type="radio"]:checked + .option-text {
  color: #667eea;
  font-weight: 600;
}

.option-text {
  font-size: 14px;
  color: #4a5568;
}

.submit-button {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 12px;
  padding: 18px 32px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 24px;
}

.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.button-content i {
  font-size: 18px;
}

.form-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.privacy-notice,
.response-time {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #718096;
}

.privacy-notice i,
.response-time i {
  color: #48bb78;
  flex-shrink: 0;
}

.form-image {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  position: relative;
  overflow: hidden;
}

.consultation-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.9;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
  padding: 40px;
}

.overlay-content {
  color: white;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

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

.stat-number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 12px;
  opacity: 0.9;
}

.trust-section {
  margin-top: 80px;
  text-align: center;
}

.trust-title {
  font-size: 24px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 48px;
}

.testimonials-slider {
  position: relative;
  margin-bottom: 32px;
}

.testimonial-slide {
  display: none;
  background: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.testimonial-slide.active {
  display: block;
}

.testimonial-content {
  text-align: center;
}

.stars {
  margin-bottom: 24px;
}

.stars i {
  color: #fbbf24;
  font-size: 16px;
  margin: 0 2px;
}

.testimonial-content blockquote {
  font-size: 18px;
  line-height: 1.6;
  color: #2d3748;
  font-style: italic;
  margin-bottom: 32px;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.author-image {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.author-details {
  text-align: left;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 4px;
}

.author-location,
.trip-details {
  font-size: 14px;
  color: #718096;
  margin-bottom: 2px;
}

.slider-indicators {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 48px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background: #e2e8f0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #667eea;
}

.guarantee-section {
  background: white;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}

.guarantee-card {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}

.guarantee-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #f6ad55 0%, #ed8936 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.guarantee-icon i {
  color: white;
  font-size: 24px;
}

.guarantee-title {
  font-size: 20px;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 8px;
}

.guarantee-text {
  color: #4a5568;
  line-height: 1.6;
}

.guarantee-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.guarantee-features .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #2d3748;
}

.guarantee-features .feature-item i {
  color: #48bb78;
  font-size: 16px;
  flex-shrink: 0;
}

@media (max-width: 968px) {
  .form-wrapper {
    grid-template-columns: 1fr;
  }
  
  .form-content {
    padding: 40px;
  }
  
  .form-title {
    font-size: 28px;
  }
  
  .preference-options {
    grid-template-columns: 1fr;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .guarantee-features {
    grid-template-columns: 1fr;
  }
  
  .guarantee-card {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .contact-form-section {
    padding: 60px 0;
  }
  
  .form-content {
    padding: 24px;
  }
  
  .form-title {
    font-size: 24px;
  }
  
  .form-subtitle {
    font-size: 16px;
  }
  
  .testimonial-slide {
    padding: 24px;
  }
  
  .testimonial-author {
    flex-direction: column;
    text-align: center;
  }
  
  .author-details {
    text-align: center;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
