body{
  height: 50vh;
}

.container-pricing {
    padding: 80px 24px;
    background: linear-gradient(135deg, #cce7ff 0%, #fff1f1 45%, #91c4f6 100%);
  }
  
  .pricing-header {
    max-width: 850px;
    margin: 0 auto 50px auto;
    text-align: center;
  }
  
  .pricing-header h1 {
    color: #012251;
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  
  .pricing-header p {
    color: #334155;
    font-size: 1.05rem;
    line-height: 1.7;
  }
  
  .pricing-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    align-items: stretch;
    justify-content: center;
  }
  
  .pricing-card {
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(1, 34, 81, 0.08);
    padding: 32px;
  }
  
  .pricing-card-main {
    flex: 1.2;
    border: 2px solid rgba(253, 65, 10, 0.15);
  }
  
  .pricing-card-side {
    flex: 0.9;
  }
  
  .pricing-badge {
    display: inline-block;
    background-color: #fd410a;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
  }
  
  .pricing-card h2 {
    color: #012251;
    font-size: 1.7rem;
    margin-bottom: 28px;
  }
  
  .pricing-block + .pricing-block {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #e5e7eb;
  }
  
  .pricing-block h3 {
    color: #012251;
    font-size: 1.15rem;
    margin-bottom: 10px;
  }
  
  .price {
    color: #fd410a;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 14px;
  }
  
  .pricing-text {
    color: #475569;
    line-height: 1.7;
    font-size: 1rem;
  }
  
  .pricing-btn {
    display: inline-block;
    margin-top: 32px;
    background-color: #fd410a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    padding: 14px 22px;
    border-radius: 10px;
    transition: transform 0.2s ease, background-color 0.3s ease;
  }
  
  .pricing-btn:hover {
    background-color: #d93706;
    transform: translateY(-2px);
  }
  
  .pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
  }
  
  .pricing-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 14px;
    color: #334155;
    line-height: 1.6;
  }
  
  .pricing-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fd410a;
    font-size: 1.3rem;
    line-height: 1;
  }
  
  .pricing-note {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.98rem;
    border-top: 1px solid #d7e4fe;
    padding-top: 20px;
  }

  .container-faq {
    padding: 80px 24px;
    background-color: #ffffff;
  }
  
  .faq-header {
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: center;
  }
  
  .faq-header h2 {
    color: #012251;
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
  
  .faq-header p {
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.7;
  }
  
  .faq-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  
  .faq-item {
    background-color: #f8fbff;
    border: 1px solid rgba(1, 34, 81, 0.08);
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 12px 28px rgba(1, 34, 81, 0.05);
  }
  
  .faq-item h3 {
    color: #012251;
    font-size: 1.15rem;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  
  .faq-item p {
    color: #475569;
    line-height: 1.7;
    font-size: 0.98rem;
  }

  .container-cta-final {
    padding: 90px 24px;
    background: linear-gradient(135deg, #012251 0%, #021a3a 100%);
    text-align: center;
    color: #ffffff;
  }
  
  .cta-content {
    max-width: 800px;
    margin: 0 auto;
  }
  
  .cta-content h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  
  .cta-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 20px;
    color: rgba(255,255,255,0.9);
  }
  
  .cta-highlight {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
  }
  
  .btn-cta-final {
    display: inline-block;
    background-color: #fd410a;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    padding: 16px 26px;
    border-radius: 10px;
    font-size: 1rem;
    transition: transform 0.2s ease, background-color 0.3s ease;
  }
  
  .btn-cta-final:hover {
    background-color: #d93706;
    transform: translateY(-2px);
  }

  /* ----- COOKIE BANNER ----- */

.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  background: linear-gradient(135deg, #012251 0%, #021a3a 100%);
  color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(1, 34, 81, 0.25);
  padding: 22px;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-content {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.cookie-text h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
  color: #ffffff;
}

.cookie-text p {
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  max-width: 780px;
}

.cookie-text a {
  display: inline-block;
  margin-top: 8px;
  color: #9ad3fc;
  font-weight: 600;
  text-decoration: underline;
}

.cookie-text a:hover {
  color: #fd410a;
}

.cookie-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-btn {
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 18px;
  border-radius: 10px;
  transition: all 0.25s ease;
}

.cookie-refuse {
  background-color: #ffffff;
  color: #012251;
}

.cookie-refuse:hover {
  background-color: #ecf6ff;
  transform: translateY(-2px);
}

.cookie-accept {
  background-color: #fd410a;
  color: #ffffff;
}

.cookie-accept:hover {
  background-color: #d93706;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(253, 65, 10, 0.3);
}