:root {
  --primary: #0D2C5C;
  --gold: #D8A627;
}

.text-primary {
  color: var(--primary) !important;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
}

.btn-primary:hover {
  background-color: #09224a;
}

.btn-warning {
  background-color: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

.card {
  border-radius: 12px;
}

.form-control,
.form-select {
  border-radius: 6px;
}

.cookie-bar {
  z-index: 9999;
}


.benefits-section {
  background: #ffffff;
}

/* Title */
.benefits-title {
  font-size: 34px;
  font-weight: 700;
  color: #0D2C5C;
}

/* Card */
.benefit-card {
  background: #ffffff;
  padding: 40px 28px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
}

/* Icon */
.benefit-icon {
  color: #D8A627;
  font-size: 36px;
}

/* Heading */
.benefit-heading {
  font-size: 20px;
  font-weight: 700;
  color: #0D2C5C;
  margin-bottom: 12px;
}

/* Text */
.benefit-text {
  font-size: 16px;
  color: #5f6f82;
  line-height: 1.6;
}

/* CTA Button */
.btn-eval {
  background-color: #D8A627;
  color: #ffffff;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  text-decoration: none;
}

.btn-eval:hover {
  background-color: #c39a1f;
  color: #ffffff;
}

.benefit-icon {
  font-size: 42px;
  color: #D8A627;
  line-height: 1;
}

.testimonials-section {
  background: #ffffff;
}

/* Title */
.testimonials-title {
  font-size: 32px;
  font-weight: 700;
  color: #0D2C5C;
}

/* Card */
.testimonial-card {
  background: #ffffff;
  padding: 40px 32px;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.08);
  position: relative;
}

/* Quote marks */
.quote-top {
  position: absolute;
  top: 20px;
  left: 24px;
  font-size: 36px;
  font-weight: 700;
  color: #0D2C5C;
}

.quote-bottom {
  position: absolute;
  bottom: 20px;
  right: 24px;
  font-size: 36px;
  font-weight: 700;
  color: #0D2C5C;
}

/* Stars */
.stars {
  color: #D8A627;
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 20px;
}

/* Text */
.testimonial-text {
  font-style: italic;
  color: #5f6f82;
  font-size: 15.5px;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* Name */
.testimonial-name {
  font-weight: 700;
  color: #0D2C5C;
  margin-bottom: 0;
}

/* Disclaimer */
.disclaimer-text {
  font-size: 13.5px;
  color: #5f6f82;
  line-height: 1.6;
}

.disclaimer-text p {
  margin-bottom: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    padding: 32px 24px;
  }
}

.quote-top,
.quote-bottom {
  font-size: 32px;
  color: #0D2C5C;
}

.quote-top {
  position: absolute;
  top: 20px;
  left: 24px;
}

.quote-bottom {
  position: absolute;
  bottom: 20px;
  right: 24px;
  transform: rotate(180deg);
}

.stars i {
  color: #D8A627;
  font-size: 16px;
  margin-right: 2px;
}
