body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #212529;
  line-height: 1.6;
}

.text-primary {
  color: #0056b3 !important;
}

.bg-primary {
  background-color: #0056b3 !important;
}

.btn-primary {
  background-color: #0056b3;
  border-color: #0056b3;
}

.btn-primary:hover {
  background-color: #004494;
  border-color: #004494;
}

.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  background-color: #138496;
  border-color: #138496;
}

.hero-section {
  background: linear-gradient(135deg, #0056b3 0%, #004494 100%);
  min-height: 500px;
  display: flex;
  align-items: center;
}

.cta-section {
  background: linear-gradient(135deg, #0056b3 0%, #004494 100%);
}

.navbar-brand {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

.navbar-light .navbar-nav .nav-link {
  color: #495057;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #0056b3;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.icon-circle {
  width: 80px;
  height: 80px;
  background-color: #e7f1ff;
  border-radius: 50%;
  display: inline-block;
}

.advantage-icon {
  width: 60px;
  height: 60px;
  background-color: #0056b3;
  border-radius: 50%;
  display: inline-block;
}

.value-icon {
  width: 70px;
  height: 70px;
  background-color: #17a2b8;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
}

.quality-icon {
  width: 70px;
  height: 70px;
  background-color: #0056b3;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #0056b3;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}

.step-box .step-number {
  width: 50px;
  height: 50px;
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
}

.page-header {
  padding: 80px 0;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #212529;
  color: white;
  padding: 20px 0;
  z-index: 9999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.cookie-banner.hide {
  display: none;
}

.policy-content h2 {
  color: #0056b3;
}

.policy-content h4 {
  color: #004494;
}

.policy-content ul {
  margin-bottom: 1rem;
}

.policy-content ul li {
  margin-bottom: 0.5rem;
}

.success-checkmark {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.check-icon {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #28a745;
}

.check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}

.check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}

.icon-line {
  height: 5px;
  background-color: #28a745;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}

.icon-line.line-tip {
  top: 56px;
  left: 22px;
  width: 25px;
  transform: rotate(45deg);
}

.icon-line.line-long {
  top: 48px;
  right: 14px;
  width: 47px;
  transform: rotate(-45deg);
}

.icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(40, 167, 69, 0.2);
}

.icon-fix {
  top: 12px;
  width: 10px;
  left: 34px;
  z-index: 1;
  height: 105px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: white;
}

@media (max-width: 768px) {
  .hero-section {
    min-height: 400px;
  }

  .page-header {
    padding: 60px 0;
  }

  .display-4 {
    font-size: 2rem;
  }
}
