* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

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

.nav-link {
  font-weight: 500;
  color: #495057;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #28a745;
}

.hero-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.hero-section h1 {
  color: #212529;
  line-height: 1.2;
}

.hero-section .lead {
  color: #495057;
  font-size: 1.25rem;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  font-weight: 600;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
  font-weight: 600;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  transform: translateY(-2px);
}

.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #e9f7ef;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #28a745;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #e9ecef;
}

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

.approach-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.approach-card:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.circle-icon {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  color: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
}

.benefit-card {
  transition: transform 0.3s ease;
}

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

.concern-item {
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #28a745;
  transition: all 0.3s ease;
}

.concern-item:hover {
  background-color: #e9f7ef;
  border-left-width: 6px;
}

.cta-section {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
  color: #ffffff;
}

.cta-section h2 {
  color: #ffffff;
}

.cta-section .lead {
  color: #ffffff;
}

.footer {
  background-color: #212529;
}

.footer a {
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #28a745;
  text-decoration: none;
}

.page-header {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.value-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.circle-icon-large {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto;
}

.commitment-box {
  border-left: 4px solid #28a745;
}

.commitment-list li {
  margin-bottom: 10px;
  padding-left: 10px;
}

.contact-info-box {
  border-left: 4px solid #28a745;
}

.service-detail {
  padding: 40px 0;
}

.service-list li {
  margin-bottom: 10px;
  padding-left: 10px;
}

.process-step {
  padding: 30px 20px;
}

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

.expectation-box {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.contact-form-wrapper {
  border-left: 4px solid #28a745;
}

.faq-item {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.office-details {
  border-left: 4px solid #28a745;
}

.thank-you-section {
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.checkmark-circle {
  width: 100px;
  height: 100px;
  background-color: #28a745;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.checkmark {
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
}

.contact-reminder {
  border-top: 2px solid #e9ecef;
}

.policy-content h2 {
  margin-top: 40px;
}

.policy-content h3 {
  margin-top: 30px;
}

.policy-content ul {
  margin-bottom: 20px;
}

.policy-content li {
  margin-bottom: 8px;
}

.contact-box {
  border-left: 4px solid #28a745;
}

.custom-list li {
  margin-bottom: 10px;
}

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

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

.cookie-banner p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

.cookie-banner a {
  color: #28a745;
  text-decoration: underline;
}

.cookie-banner a:hover {
  color: #20c997;
}

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

  .hero-section h1 {
    font-size: 2rem;
  }

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

  .btn-lg {
    padding: 10px 20px;
    font-size: 1rem;
  }

  .cookie-banner .text-right {
    text-align: left;
    margin-top: 15px;
  }

  .navbar-brand {
    font-size: 1.25rem;
  }
}

@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 1.75rem;
  }

  .lead {
    font-size: 1.1rem;
  }

  .btn-lg {
    display: block;
    width: 100%;
    margin: 5px 0;
  }
}
