:root {
  --primary: #2d9b6f;
  --primary-dark: #1e6b4f;
  --primary-light: #4db89c;
  --neutral-dark: #1a1a1a;
  --neutral-light: #f5f5f5;
  --text-primary: #333333;
  --text-secondary: #666666;
  --border: #e0e0e0;
  --success: #2d9b6f;
}

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

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-primary);
  line-height: 1.6;
  background-color: #ffffff;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
  font-size: 1.5rem;
  color: var(--text-primary) !important;
}

.logo-text {
  color: var(--primary);
  font-weight: 900;
}

.nav-link {
  color: var(--text-secondary) !important;
  transition: color 0.3s ease;
  margin: 0 0.5rem;
}

.nav-link:hover {
  color: var(--primary) !important;
}

.hero-section {
  background: linear-gradient(135deg, #ffffff 0%, var(--neutral-light) 100%);
  padding: 60px 0;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.3;
}

.hero-subtitle {
  font-size: 1.2rem;
  color: var(--text-secondary);
  line-height: 1.6;
}

.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}

.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 2rem;
}

.accent-text {
  color: var(--primary);
}

.section-why {
  padding: 80px 0;
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}

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

.card-title {
  font-weight: 700;
  font-size: 1.2rem;
}

.card-text {
  color: var(--text-secondary);
  line-height: 1.7;
}

.benefit-item {
  padding: 1.5rem;
  border-left: 4px solid var(--primary);
  background-color: var(--neutral-light);
  border-radius: 4px;
}

.benefit-item h5 {
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.benefit-item p {
  color: var(--text-secondary);
  margin: 0;
}

.review-card {
  background-color: var(--neutral-light);
  padding: 2rem;
  border-radius: 8px;
  border-left: 4px solid var(--primary);
}

.review-text {
  font-style: italic;
  color: var(--text-secondary);
  margin-bottom: 1rem;
}

.review-author {
  font-weight: 700;
  color: var(--primary);
}

.section-cta {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  border-radius: 8px;
}

.section-cta h2 {
  font-weight: 700;
}

.page-header {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.page-subtitle {
  font-size: 1.3rem;
  opacity: 0.95;
}

.section-about {
  padding: 60px 0;
}

.section-services-detail {
  padding: 60px 0;
}

.service-detail-img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-contact {
  padding: 60px 0;
}

.contact-box {
  background-color: var(--neutral-light);
  padding: 2rem;
  border-radius: 8px;
  border-top: 4px solid var(--primary);
  text-align: center;
}

.contact-box h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.form-group label {
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

.form-control {
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0.75rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.2rem rgba(45, 155, 111, 0.25);
}

.form-check-label {
  color: var(--text-secondary);
}

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

.section-policy {
  padding: 60px 0;
}

.section-policy h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-primary);
}

.section-policy p,
.section-policy ul {
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1rem;
}

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

.footer {
  background-color: var(--neutral-dark);
  color: #ffffff;
  margin-top: 80px;
}

.footer h5,
.footer h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer a {
  color: #999999;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: var(--primary);
}

.footer .small {
  line-height: 1.8;
}

.text-muted {
  color: #999999 !important;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--neutral-dark);
  color: #ffffff;
  padding: 1.5rem 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  max-height: 150px;
  overflow-y: auto;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-light {
  background-color: var(--neutral-light) !important;
}

.bg-dark {
  background-color: var(--neutral-dark) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-white {
  color: #ffffff !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border) !important;
}

.alert-info {
  background-color: #e8f4f0;
  border: 1px solid #b8e6dc;
  color: var(--primary);
  border-radius: 4px;
  padding: 1rem;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2rem;
  }

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

  .page-title {
    font-size: 2rem;
  }

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

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

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

  .nav-link {
    margin: 0.25rem 0;
  }

  .text-md-right {
    text-align: left !important;
  }

  .cookie-banner {
    position: fixed;
    bottom: 0;
  }
}

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

  .hero-title {
    font-size: 1.5rem;
  }

  .page-title {
    font-size: 1.5rem;
  }

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

  .hero-subtitle {
    font-size: 0.95rem;
  }

  .btn-lg {
    padding: 0.6rem 1.5rem;
    font-size: 0.95rem;
  }

  .review-card {
    padding: 1rem;
  }

  .contact-box {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .cookie-banner .row {
    flex-direction: column;
  }

  .col-md-4 {
    margin-top: 1rem;
  }
}
