@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800&family=Raleway:wght@400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700&family=Raleway:wght@400;500&display=swap');

body {
    font-family: 'Raleway', sans-serif;
    background-color: #f5f4f1;
    color: #2b2b2b;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
  }
  .navbar {
    background-color: #f5f4f1;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .navbar-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    color: hsl(144, 21%, 23%);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .navbar-brand:hover {
    color: hsl(138, 25%, 38%);
  }
  .navbar-brand img {
    width: 51px;
    height: 51px;
    object-fit: cover;
  }
  .navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: hsl(144, 21%, 23%);
    padding: 0.5rem 1rem;
  }
  .navbar-nav .nav-link:hover {
    color: hsl(130, 38%, 45%);
  }
  .navbar-toggler {
    border-color: hsl(138, 25%, 38%);
  }

#contact-body {
  background-color: #f4f4f1;
  font-family: 'Raleway', sans-serif;
  color: #2a2a2a;
  padding: 56px 0;
}

#contact-body .contact-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

#contact-body h1 {
  font-family: 'Inter', sans-serif;
  color: hsl(144, 21%, 23%);
  font-size: 2.2rem;
  margin-bottom: 18px;
  border-radius: 0;
}

#contact-body p.lead-text {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3a3a3a;
  margin-bottom: 40px;
}

#contact-body h2 {
  font-family: 'Inter', sans-serif;
  color: hsl(138, 25%, 38%);
  font-size: 1.4rem;
  margin-top: 48px;
  margin-bottom: 16px;
  border-radius: 0;
}

#contact-body .info-block {
  margin-bottom: 48px;
}

#contact-body dl.contact-facts {
  margin: 0;
  padding: 24px;
  background-color: #ffffff;
  border: 1px solid #e0ded8;
  border-radius: 0;
}

#contact-body dl.contact-facts dt {
  font-weight: 700;
  color: hsl(144, 21%, 23%);
  font-family: 'Inter', sans-serif;
  margin-top: 14px;
}

#contact-body dl.contact-facts dt:first-child {
  margin-top: 0;
}

#contact-body dl.contact-facts dd {
  margin-bottom: 0;
  color: #333;
  line-height: 1.6;
}

#contact-body a {
  color: hsl(138, 25%, 38%);
  text-decoration: underline;
}

#contact-body a:hover {
  color: hsl(130, 38%, 45%);
}

#contact-body .find-us-line {
  margin-top: 14px;
  font-size: 0.95rem;
  color: #444;
  border-radius: 0;
}

#contact-body form {
  background-color: #ffffff;
  border: 1px solid #e0ded8;
  padding: 32px 28px;
  border-radius: 0;
}

#contact-body .form-label {
  font-family: 'Inter', sans-serif;
  color: hsl(144, 21%, 23%);
  font-weight: 600;
  margin-bottom: 6px;
}

#contact-body .form-control {
  border-radius: 0;
  border: 1px solid #ccc9c0;
  padding: 10px 12px;
  margin-bottom: 20px;
}

#contact-body .form-control:focus {
  border-color: hsl(138, 25%, 38%);
  box-shadow: 0 0 0 0.2rem hsla(138, 25%, 38%, 0.15);
}

#contact-body textarea.form-control {
  min-height: 130px;
}

#contact-body .btn-submit {
  background-color: hsl(138, 25%, 38%);
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 12px 28px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: background-color 0.2s ease;
}

#contact-body .btn-submit:hover {
  background-color: hsl(130, 38%, 45%);
  color: #ffffff;
}

#contact-body .cta-line {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e0ded8;
  text-align: center;
}

#contact-body .cta-line a.btn-cta {
  display: inline-block;
  background-color: hsl(144, 21%, 23%);
  color: #ffffff;
  padding: 12px 30px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  border-radius: 0;
}

#contact-body .cta-line a.btn-cta:hover {
  background-color: hsl(130, 38%, 45%);
  color: #ffffff;
}

#contact-body .required-note {
  font-size: 0.85rem;
  color: #666;
  margin-top: -6px;
  margin-bottom: 22px;
}

footer.site-footer {
  background: hsl(144, 21%, 23%);
  color: #f4f4f1;
  font-family: 'Raleway', sans-serif;
  padding: 48px 0 24px;
}
footer.site-footer h3, footer.site-footer h5 {
  font-family: 'Inter', sans-serif;
  color: #f4f4f1;
}
footer.site-footer a {
  color: #e6e6e2;
  text-decoration: none;
}
footer.site-footer a:hover {
  color: hsl(130, 38%, 65%);
  text-decoration: underline;
}
footer.site-footer .footer-desc {
  color: #d8d8d3;
  font-size: 0.95rem;
  line-height: 1.6;
}
footer.site-footer hr {
  border-color: rgba(244,244,241,0.15);
  margin: 32px 0 16px;
}
footer.site-footer .social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(244,244,241,0.3);
  color: #f4f4f1;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: background 0.2s ease, color 0.2s ease;
}
footer.site-footer .social-icons a:hover {
  background: hsl(130, 38%, 45%);
  border-color: hsl(130, 38%, 45%);
  color: #fff;
}
footer.site-footer .footer-bottom {
  font-size: 0.85rem;
  color: #c7c7c2;
}
footer.site-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer.site-footer ul li {
  margin-bottom: 8px;
}

#cookieNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: hsl(144, 21%, 23%);
  color: #f4f4f1;
  border-top: 2px solid hsl(130, 38%, 45%);
  padding: 16px 0;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Raleway', sans-serif;
}
#cookieNotice h5 {
  font-family: 'Inter', sans-serif;
  color: #f4f4f1;
  font-size: 1.05rem;
  margin-bottom: 6px;
}
#cookieNotice p, #cookieNotice li {
  font-size: 0.85rem;
  color: #e6e6e2;
  margin-bottom: 4px;
}
#cookieNotice ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.cookie-btn {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  padding: 8px 16px;
  border: none;
  flex: 1;
  transition: opacity 0.2s ease, transform 0.15s ease;
}
.cookie-btn-accept {
  background: hsl(130, 38%, 45%);
  color: #fff;
}
.cookie-btn-accept:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.cookie-btn-reject {
  background: hsl(138, 25%, 38%);
  color: #fff;
}
.cookie-btn-reject:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.cookie-link {
  font-size: 0.85rem;
  color: #e6e6e2;
  text-decoration: underline;
  align-self: center;
}
.cookie-link:hover {
  color: #fff;
}
@media (max-width: 576px) {
  #cookieNotice h5 { font-size: 0.95rem; }
  #cookieNotice p, #cookieNotice li { font-size: 0.8rem; }
}

#about-body {
  font-family: 'Raleway', sans-serif;
  background-color: #f5f4f1;
  color: #2a2a2a;
  padding: 56px 0;
}
#about-body .container-narrow {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
#about-body h1, #about-body h2 {
  font-family: 'Inter', sans-serif;
  color: hsl(144, 21%, 23%);
}
#about-body h1 {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
#about-body .lede {
  font-size: 1.1rem;
  color: #444;
  margin-bottom: 40px;
  line-height: 1.7;
}
#about-body h2 {
  font-size: 1.5rem;
  margin-top: 48px;
  margin-bottom: 16px;
  border-left: 4px solid hsl(130, 38%, 45%);
  padding-left: 14px;
}
#about-body p {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 1.02rem;
}
#about-body figure {
  margin: 32px 0;
}
#about-body img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
#about-body figcaption {
  font-size: 0.88rem;
  color: #666;
  margin-top: 8px;
  font-style: italic;
}
#about-body .cta-box {
  background-color: hsl(138, 25%, 38%);
  color: #f7f6f3;
  padding: 32px 28px;
  margin-top: 52px;
  text-align: center;
}
#about-body .cta-box h2 {
  color: #f7f6f3;
  border-left: none;
  padding-left: 0;
  margin-top: 0;
}
#about-body .cta-box p {
  color: #eef2ee;
}
#about-body .cta-box a.btn {
  background-color: hsl(130, 38%, 45%);
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  border-radius: 0;
  display: inline-block;
  margin-top: 10px;
}
#about-body .cta-box a.btn:hover {
  background-color: #ffffff;
  color: hsl(144, 21%, 23%);
}
#about-body a {
  color: hsl(138, 25%, 38%);
  text-decoration: underline;
}



  .thankyou-section {
    font-family: 'Raleway', sans-serif;
    background: linear-gradient(135deg, hsl(138, 25%, 38%, 0.06), hsl(130, 38%, 45%, 0.1));
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 3rem 1rem;
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 3rem 2rem;
    box-shadow: 0 1rem 3rem rgba(23, 62, 39, 0.12);
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    border-top: 6px solid hsl(138, 25%, 38%);
  }

  .thankyou-icon-wrapper {
    width: 96px;
    height: 96px;
    margin: 0 auto 1.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, hsl(138, 25%, 38%), hsl(130, 38%, 45%));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.5rem 1.5rem hsl(138, 25%, 38%, 0.35);
    animation: popIn 0.5s ease-out;
  }

  .thankyou-icon-wrapper svg {
    width: 48px;
    height: 48px;
    stroke: #ffffff;
  }

  @keyframes popIn {
    0% { transform: scale(0); opacity: 0; }
    70% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1; }
  }

  .thankyou-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: hsl(144, 21%, 23%);
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .thankyou-text {
    color: hsl(144, 21%, 23%, 0.85);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 0.75rem;
  }

  .thankyou-highlight {
    background: hsl(130, 38%, 45%, 0.1);
    border-left: 4px solid hsl(130, 38%, 45%);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    text-align: left;
    margin: 1.75rem 0;
  }

  .thankyou-highlight p {
    margin-bottom: 0.5rem;
    color: hsl(144, 21%, 23%);
    font-size: 0.98rem;
  }

  .thankyou-highlight p:last-child {
    margin-bottom: 0;
  }

  .thankyou-highlight i {
    color: hsl(138, 25%, 38%);
    margin-right: 0.5rem;
  }

  .btn-thankyou {
    background-color: hsl(138, 25%, 38%);
    border: none;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    padding: 0.75rem 2.25rem;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 0.4rem 1rem hsl(138, 25%, 38%, 0.3);
  }

  .btn-thankyou:hover {
    background-color: hsl(130, 38%, 45%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 0.6rem 1.4rem hsl(130, 38%, 45%, 0.4);
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2rem 1.25rem;
    }
    .thankyou-heading {
      font-size: 1.6rem;
    }
  }



.hero-column {
  background-color: #f7f6f3;
  padding: 56px 20px;
}

.hero-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.hero-eyebrow {
  font-family: 'Raleway', sans-serif;
  font-size: 0.95rem;
  color: hsl(138, 25%, 38%);
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
}

.hero-eyebrow i {
  margin-right: 6px;
}

.hero-inner h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  color: #222;
  margin-bottom: 14px;
  line-height: 1.2;
}

.hero-inner h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  color: hsl(144, 21%, 23%);
  margin-bottom: 20px;
  line-height: 1.4;
}

.hero-inner p.lead-text {
  font-family: 'Raleway', sans-serif;
  font-size: 1.08rem;
  color: #3c3c3c;
  margin-bottom: 28px;
  line-height: 1.6;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: hsl(138, 25%, 38%);
  color: #f7f6f3;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid hsl(138, 25%, 38%);
  transition: background-color 0.2s ease, color 0.2s ease;
  margin-bottom: 36px;
}

.hero-cta:hover {
  background-color: hsl(144, 21%, 23%);
  border-color: hsl(144, 21%, 23%);
  color: #f7f6f3;
}

.hero-image-wrap {
  width: 100%;
}

.hero-image-wrap img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media (max-width: 576px) {
  .hero-inner h1 {
    font-size: 1.9rem;
  }
  .hero-inner h2 {
    font-size: 1.1rem;
  }
}

#story {
  background-color: #f4f4f1;
  padding: 52px 0;
  font-family: 'Raleway', sans-serif;
  color: #2b2b2b;
}
#story .container-narrow {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
#story h2 {
  font-family: 'Inter', sans-serif;
  color: hsl(144, 21%, 23%);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#story h3 {
  font-family: 'Inter', sans-serif;
  color: hsl(138, 25%, 38%);
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 36px;
  margin-bottom: 14px;
}
#story p {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 18px;
  color: #333;
}
#story .story-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  margin: 30px 0;
  display: block;
}
#story .lead-text {
  font-size: 1.15rem;
  color: hsl(144, 21%, 23%);
  border-left: 3px solid hsl(130, 38%, 45%);
  padding-left: 18px;
  margin-bottom: 30px;
  font-style: italic;
}
#story ul.values-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#story ul.values-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e0dfda;
  line-height: 1.6;
}
#story ul.values-list li strong {
  color: hsl(138, 25%, 38%);
  font-family: 'Inter', sans-serif;
}
#story .facts-line {
  font-size: 0.95rem;
  color: #5a5a5a;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 18px;
}

.services-column {
  background-color: #f7f6f3;
  font-family: 'Raleway', sans-serif;
  color: #2a2a2a;
  padding: 52px 0;
}
.services-column .inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
.services-column h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: hsl(144, 21%, 23%);
  font-size: 2rem;
  margin-bottom: 14px;
}
.services-column .intro {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #3a3a3a;
  margin-bottom: 40px;
}
.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd9d0;
}
.service-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd9d0;
}
.service-row .num {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: hsl(130, 38%, 45%);
  font-size: 1.05rem;
  min-width: 30px;
  flex-shrink: 0;
}
.service-row .service-text {
  flex: 1;
}
.service-row .service-text h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.08rem;
  color: hsl(144, 21%, 23%);
  margin: 0 0 6px 0;
}
.service-row .service-text p {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}
.service-row .price {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: hsl(138, 25%, 38%);
  font-size: 1.02rem;
  white-space: nowrap;
  text-align: right;
  min-width: 90px;
  padding-top: 2px;
}
.terms-note {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #ddd9d0;
  font-size: 0.92rem;
  line-height: 1.7;
  color: #4a4a4a;
}
.terms-note strong {
  color: hsl(144, 21%, 23%);
}
@media (max-width: 576px) {
  .service-row {
    flex-wrap: wrap;
  }
  .service-row .price {
    text-align: left;
    min-width: 0;
    margin-left: 42px;
  }
}

#why-us {
  background-color: #f4f4f1;
  padding: 52px 0;
  font-family: 'Raleway', sans-serif;
}
#why-us .inner-col {
  max-width: 760px;
  margin: 0 auto;
}
#why-us h2 {
  font-family: 'Inter', sans-serif;
  color: hsl(144, 21%, 23%);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 14px;
}
#why-us .lead-text {
  color: #333;
  margin-bottom: 40px;
  font-size: 1.05rem;
  line-height: 1.7;
}
#why-us .advantage-card {
  border: 1px solid #e0e0da;
  border-radius: 0;
  background-color: #fff;
  padding: 28px 22px;
  height: 100%;
  transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
#why-us .advantage-card:hover {
  background-color: hsl(138, 25%, 38%);
  transform: translateY(-4px);
  border-color: hsl(138, 25%, 38%);
}
#why-us .advantage-card:hover h3,
#why-us .advantage-card:hover p,
#why-us .advantage-card:hover .icon-wrap i {
  color: #f7f6f3;
}
#why-us .icon-wrap {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(130, 38%, 92%);
  margin-bottom: 16px;
  transition: background-color 0.25s ease;
}
#why-us .advantage-card:hover .icon-wrap {
  background-color: hsl(144, 21%, 23%);
}
#why-us .icon-wrap i {
  font-size: 1.5rem;
  color: hsl(138, 25%, 38%);
  transition: color 0.25s ease;
}
#why-us h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: hsl(144, 21%, 23%);
  margin-bottom: 10px;
  transition: color 0.25s ease;
}
#why-us .advantage-card p {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
  transition: color 0.25s ease;
}

#get-in-touch .contact-section {
  background:#f4f4f1;
  padding:56px 0;
  font-family:'Raleway',sans-serif;
  color:#2b2b28;
}
#get-in-touch .contact-section .col-wrap {
  max-width:760px;
  margin:0 auto;
  padding:0 20px;
}
#get-in-touch .contact-section h2 {
  font-family:'Inter',sans-serif;
  color:hsl(144, 21%, 23%);
  font-size:2rem;
  margin-bottom:16px;
  border-radius:0;
}
#get-in-touch .contact-section p.lead-text {
  font-size:1.05rem;
  line-height:1.7;
  margin-bottom:36px;
  color:#3a3a36;
}
#get-in-touch .contact-info {
  margin-bottom:40px;
}
#get-in-touch .contact-info dl {
  display:grid;
  grid-template-columns:120px 1fr;
  gap:10px 16px;
  margin:0;
}
#get-in-touch .contact-info dt {
  font-family:'Inter',sans-serif;
  font-weight:600;
  color:hsl(138, 25%, 38%);
}
#get-in-touch .contact-info dd {
  margin:0;
  color:#2b2b28;
}
#get-in-touch .contact-info a {
  color:hsl(138, 25%, 38%);
  text-decoration:underline;
}
#get-in-touch .contact-info a:hover {
  color:hsl(130, 38%, 45%);
}
#get-in-touch .find-us {
  margin-top:8px;
  font-size:0.95rem;
  color:#3a3a36;
  border-left:3px solid hsl(130, 38%, 45%);
  padding-left:14px;
}
#get-in-touch .find-us a {
  color:hsl(144, 21%, 23%);
  font-weight:600;
  text-decoration:underline;
}
#get-in-touch .contact-form-wrap {
  background:#fff;
  border:1px solid #e0e0dc;
  border-radius:0;
  padding:32px;
}
#get-in-touch .contact-form-wrap h3 {
  font-family:'Inter',sans-serif;
  color:hsl(144, 21%, 23%);
  font-size:1.4rem;
  margin-bottom:20px;
}
#get-in-touch .contact-section label {
  font-family:'Inter',sans-serif;
  font-weight:600;
  font-size:0.9rem;
  color:hsl(144, 21%, 23%);
  margin-bottom:4px;
  display:block;
}
#get-in-touch .contact-section .form-control {
  border-radius:0;
  border:1px solid #cfcfc9;
  padding:10px 12px;
  font-family:'Raleway',sans-serif;
  color:#2b2b28;
  background:#fdfdfc;
  margin-bottom:18px;
}
#get-in-touch .contact-section .form-control:focus {
  border-color:hsl(138, 25%, 38%);
  box-shadow:0 0 0 2px hsla(138,25%,38%,0.15);
  outline:none;
}
#get-in-touch .contact-section textarea.form-control {
  min-height:130px;
  resize:vertical;
}
#get-in-touch .btn-submit {
  background:hsl(138, 25%, 38%);
  color:#fff;
  border:none;
  border-radius:0;
  padding:12px 28px;
  font-family:'Inter',sans-serif;
  font-weight:600;
  letter-spacing:0.02em;
  transition:background 0.2s ease;
}
#get-in-touch .btn-submit:hover {
  background:hsl(130, 38%, 45%);
  color:#fff;
}
#get-in-touch .hours-note {
  font-size:0.88rem;
  color:#5a5a55;
  margin-top:24px;
}
@media (max-width:576px){
  #get-in-touch .contact-info dl {
    grid-template-columns:1fr;
  }
  #get-in-touch .contact-form-wrap {
    padding:22px;
  }
}



#legal {
  background-color: #f4f4f1;
  font-family: 'Raleway', sans-serif;
  padding: 48px 0;
}

#legal .disclaimer-box {
  max-width: 720px;
  margin: 0 auto;
  padding: 32px 28px;
  background-color: #ffffff;
  border: 1px solid #e2e2dd;
  border-left: 4px solid hsl(138, 25%, 38%);
}

#legal .disclaimer-icon {
  font-size: 1.8rem;
  color: hsl(130, 38%, 45%);
  margin-bottom: 12px;
}

#legal h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: hsl(144, 21%, 23%);
  font-size: 1.6rem;
  margin-bottom: 16px;
}

#legal p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

#faq-page {
  background: #f4f4f1;
  font-family: 'Raleway', sans-serif;
  color: #2a2a2a;
  padding: 56px 0;
}
#faq-page .faq-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
#faq-page h1 {
  font-family: 'Inter', sans-serif;
  color: hsl(144, 21%, 23%);
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 18px;
  border-radius: 0;
}
#faq-page h2 {
  font-family: 'Inter', sans-serif;
  color: hsl(138, 25%, 38%);
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 44px;
  margin-bottom: 14px;
  border-radius: 0;
}
#faq-page p {
  line-height: 1.7;
  font-size: 1.02rem;
  color: #333;
  margin-bottom: 14px;
}
#faq-page .intro-text {
  font-size: 1.08rem;
  color: #3a3a3a;
  margin-bottom: 8px;
}
#faq-page .accordion {
  border-radius: 0;
  margin-top: 20px;
}
#faq-page .accordion-item {
  border: 1px solid #ddd8ce;
  border-radius: 0;
  margin-bottom: 8px;
  background: #fbfaf8;
}
#faq-page .accordion-button {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: hsl(144, 21%, 23%);
  background: #fbfaf8;
  border-radius: 0;
  font-size: 1.02rem;
  padding: 16px 18px;
}
#faq-page .accordion-button:not(.collapsed) {
  color: #fff;
  background: hsl(138, 25%, 38%);
  box-shadow: none;
}
#faq-page .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(130, 38%, 45%);
}
#faq-page .accordion-button::after {
  filter: none;
}
#faq-page .accordion-body {
  background: #ffffff;
  color: #333;
  line-height: 1.7;
  padding: 16px 18px;
  font-size: 0.98rem;
}
#faq-page .cta-box {
  margin-top: 52px;
  padding: 30px 26px;
  background: hsl(144, 21%, 23%);
  border-radius: 0;
  text-align: center;
}
#faq-page .cta-box h3 {
  font-family: 'Inter', sans-serif;
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 12px;
}
#faq-page .cta-box p {
  color: #e7ede8;
  margin-bottom: 20px;
}
#faq-page .cta-box a.btn {
  background: hsl(130, 38%, 45%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 30px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#faq-page .cta-box a.btn:hover {
  background: hsl(138, 25%, 38%);
  color: #fff;
}
#faq-page a {
  color: hsl(138, 25%, 38%);
  text-decoration: underline;
}
#faq-page a:hover {
  color: hsl(130, 38%, 45%);
}
@media (max-width: 576px) {
  #faq-page h1 { font-size: 1.7rem; }
  #faq-page h2 { font-size: 1.2rem; }
  #faq-page .accordion-button { font-size: 0.94rem; }
}
