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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #fefdfb;
}

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

.navbar-brand {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c2c2c;
  letter-spacing: -0.02em;
}

.nav-link {
  color: #5a5a5a;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  transition: color 0.3s ease;
}

.nav-link:hover,
.nav-link.active {
  color: #8b6f47;
}

.hero-section {
  margin-top: 76px;
  position: relative;
  height: 100vh;
  min-height: 600px;
}

.hero-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.hero-subtitle {
  font-size: 1.5rem;
  color: #f5f5f5;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto;
}

.page-hero {
  margin-top: 76px;
  padding: 6rem 0 4rem;
  background-color: #f7f5f2;
  text-align: center;
}

.page-title {
  font-size: 3rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.page-subtitle {
  font-size: 1.25rem;
  color: #5a5a5a;
  font-weight: 300;
}

.content-section {
  padding: 5rem 0;
}

.bg-light-sand {
  background-color: #f7f5f2;
}

.bg-cream {
  background-color: #faf8f5;
}

.section-heading {
  font-size: 2.25rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.section-text {
  font-size: 1.125rem;
  color: #4a4a4a;
  line-height: 1.8;
  margin-bottom: 1.25rem;
}

.section-text:last-child {
  margin-bottom: 0;
}

img.img-fluid {
  border-radius: 4px;
}

.faq-item {
  margin-bottom: 2.5rem;
}

.faq-question {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 0.75rem;
}

.faq-answer {
  font-size: 1.125rem;
  color: #4a4a4a;
  line-height: 1.8;
}

.cta-section {
  background-color: #8b6f47;
  color: #ffffff;
}

.cta-section .section-heading,
.cta-section .section-text {
  color: #ffffff;
}

.btn-primary {
  background-color: #8b6f47;
  border-color: #8b6f47;
  color: #ffffff;
  padding: 0.875rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #75593a;
  border-color: #75593a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 111, 71, 0.3);
}

.cta-section .btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8b6f47;
}

.cta-section .btn-primary:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #75593a;
}

.contact-form-wrapper {
  background-color: #f7f5f2;
  padding: 2.5rem;
  border-radius: 4px;
}

.form-heading {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c2c2c;
}

.form-control {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-control:focus {
  border-color: #8b6f47;
  box-shadow: 0 0 0 0.2rem rgba(139, 111, 71, 0.15);
}

.form-label {
  font-weight: 500;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
}

.form-check-label {
  color: #4a4a4a;
  font-size: 0.95rem;
}

.form-check-label a {
  color: #8b6f47;
  text-decoration: underline;
}

.contact-info {
  margin-top: 2rem;
}

.contact-info-heading {
  font-size: 1.125rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.contact-info-heading:first-child {
  margin-top: 0;
}

.contact-info-text {
  font-size: 1.125rem;
  color: #4a4a4a;
  line-height: 1.6;
  margin-bottom: 0;
}

.policy-content {
  font-size: 1.0625rem;
  color: #4a4a4a;
  line-height: 1.8;
}

.policy-heading {
  font-size: 1.875rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.policy-heading:first-child {
  margin-top: 0;
}

.policy-subheading {
  font-size: 1.375rem;
  font-weight: 600;
  color: #2c2c2c;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.policy-text {
  margin-bottom: 1rem;
}

.policy-list {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

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

.footer {
  background-color: #2c2c2c;
  color: #e5e5e5;
}

.footer-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}

.footer-text {
  font-size: 1rem;
  color: #c5c5c5;
  line-height: 1.6;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

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

.footer-links a:hover {
  color: #ffffff;
}

.footer-copyright {
  font-size: 0.9375rem;
  color: #999;
  margin: 0;
}

.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2c2c2c;
  color: #ffffff;
  padding: 1.5rem 0;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  display: none;
}

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

.cookie-text {
  font-size: 0.9375rem;
  line-height: 1.6;
}

.cookie-link {
  color: #8b6f47;
  text-decoration: underline;
}

.cookie-link:hover {
  color: #a58556;
}

.cookie-consent .btn {
  padding: 0.625rem 1.5rem;
  font-size: 0.9375rem;
}

.cookie-consent .btn-light {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #2c2c2c;
}

.cookie-consent .btn-light:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.cookie-consent .btn-outline-light {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.cookie-consent .btn-outline-light:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

  .section-heading {
    font-size: 1.875rem;
  }

  .section-text {
    font-size: 1.0625rem;
  }
}

@media (max-width: 767px) {
  .hero-section {
    height: 70vh;
    min-height: 500px;
  }

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

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

  .page-hero {
    padding: 4rem 0 3rem;
  }

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

  .content-section {
    padding: 3rem 0;
  }

  .section-heading {
    font-size: 1.625rem;
  }

  .contact-form-wrapper {
    padding: 1.5rem;
  }

  .cookie-consent .text-lg-right {
    text-align: left;
  }

  .cookie-consent .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
