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

:root {
  --primary: hsl(167, 57%, 33%);
  --secondary: hsl(317, 43%, 17%);
  --accent: hsl(17, 76%, 59%);
}

body {
  font-family: 'Libre Baskerville', serif;
  color: #222;
  background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
}
* {
  border-radius: 0 !important;
}
.navbar {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.navbar-brand {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand:hover {
  color: var(--primary);
}
.nav-link {
  color: #222;
  font-weight: 600;
  padding: 0.5rem 1rem !important;
}
.nav-link:hover {
  color: var(--primary);
}
.navbar-toggler {
  border-color: var(--primary);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem hsla(167, 57%, 33%, 0.25);
}

#contact-page {
  background-color: #f8f9fa;
  color: #222;
  padding: 96px 0;
  font-family: 'Libre Baskerville', serif;
}
#contact-page h1, #contact-page h2, #contact-page h3 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(317, 43%, 17%);
}
#contact-page .intro {
  max-width: 700px;
  margin-bottom: 56px;
}
#contact-page .form-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 40px;
  margin-bottom: 80px;
}
#contact-page .form-label {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: #222;
}
#contact-page .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
}
#contact-page .form-control:focus {
  border-color: hsl(167, 57%, 33%);
  box-shadow: 0 0 0 0.2rem hsla(167, 57%, 33%, 0.25);
}
#contact-page .btn-primary-custom {
  background-color: hsl(17, 76%, 59%);
  border: none;
  color: #ffffff;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}
#contact-page .btn-primary-custom:hover {
  background-color: hsl(17, 76%, 49%);
  color: #ffffff;
}
#contact-page .info-block {
  padding: 40px;
  background-color: hsl(167, 57%, 33%);
  color: #ffffff;
  height: 100%;
}
#contact-page .info-block h2 {
  color: #ffffff;
}
#contact-page .info-block a {
  color: #ffffff;
  text-decoration: underline;
}
#contact-page .info-block a:hover {
  color: hsl(17, 76%, 59%);
}
#contact-page .info-block p {
  margin-bottom: 12px;
}
#contact-page .map-link {
  color: hsl(17, 76%, 59%);
  font-weight: 600;
  text-decoration: underline;
}
#contact-page .map-link:hover {
  color: #ffffff;
}
#contact-page .cta-final {
  text-align: center;
  margin-top: 96px;
  padding-top: 56px;
  border-top: 1px solid #ddd;
}
#contact-page .cta-final a {
  display: inline-block;
  background-color: hsl(317, 43%, 17%);
  color: #ffffff;
  padding: 14px 36px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
}
#contact-page .cta-final a:hover {
  background-color: hsl(167, 57%, 33%);
}
#contact-page .hours-line {
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  #contact-page {
    padding: 56px 0;
  }
  #contact-page .form-card, #contact-page .info-block {
    padding: 24px;
  }
}

footer {
  background: hsl(317, 43%, 17%);
  color: #f5f5f5;
  padding: 80px 0 32px;
  font-family: 'Libre Baskerville', serif;
  border-radius: 0;
}
footer h5 {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: 600;
}
footer p, footer li, footer a {
  color: #e6e0e2;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: hsl(17, 76%, 59%);
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 10px;
}
.footer-divider {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 40px 0 24px;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.3);
  color: #ffffff;
  margin-right: 10px;
  border-radius: 0;
  font-size: 18px;
}
.social-icons a:hover {
  background: hsl(167, 57%, 33%);
  border-color: hsl(167, 57%, 33%);
  color: #ffffff;
}
.footer-bottom-text {
  font-size: 14px;
  color: #cfc7ca;
}

#privacyBox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #ffffff;
  border-top: 3px solid hsl(167, 57%, 33%);
  box-shadow: 0 -2px 12px rgba(0,0,0,0.2);
  max-height: 60vh;
  overflow-y: auto;
  padding: 20px 0;
  font-family: 'Libre Baskerville', serif;
}
#privacyBox h5 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(317, 43%, 17%);
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
#privacyBox p {
  color: #333333;
  font-size: 14px;
  margin-bottom: 10px;
}
#privacyBox .cookie-cat {
  font-size: 13px;
  color: #333333;
  margin-bottom: 6px;
}
#privacyBox .cookie-cat strong {
  color: hsl(167, 57%, 33%);
}
.cookie-btn {
  font-family: 'Quicksand', sans-serif;
  border-radius: 0;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  border: 2px solid hsl(167, 57%, 33%);
  transition: all 0.2s ease;
  width: 100%;
}
.btn-accept-all {
  background: hsl(167, 57%, 33%);
  color: #ffffff;
}
.btn-accept-all:hover {
  background: hsl(167, 57%, 25%);
  color: #ffffff;
}
.btn-reject-optional {
  background: #ffffff;
  color: hsl(167, 57%, 33%);
}
.btn-reject-optional:hover {
  background: hsl(167, 57%, 33%);
  color: #ffffff;
}
.cookie-manage-link {
  font-size: 13px;
  color: hsl(17, 76%, 59%);
  text-decoration: underline;
}
.cookie-manage-link:hover {
  color: hsl(317, 43%, 17%);
}

#faq-main {
  font-family: 'Libre Baskerville', serif;
  background-color: #fff;
  color: #222;
  padding: 96px 0;
}
#faq-main h1, #faq-main h2, #faq-main h3 {
  font-family: 'Quicksand', sans-serif;
}
#faq-main h1 {
  color: hsl(317, 43%, 17%);
  font-weight: 700;
}
#faq-main .intro-text {
  max-width: 760px;
  margin: 0 auto 56px auto;
  font-size: 1.05rem;
  line-height: 1.7;
}
#faq-main .sub-block {
  max-width: 900px;
  margin: 0 auto 64px auto;
}
#faq-main .sub-block h2 {
  color: hsl(167, 57%, 33%);
  font-size: 1.5rem;
  margin-bottom: 16px;
  border-left: 4px solid hsl(17, 76%, 59%);
  padding-left: 12px;
}
#faq-main .sub-block p {
  line-height: 1.8;
}
#faq-main .accordion {
  max-width: 900px;
  margin: 0 auto;
}
#faq-main .accordion-item {
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 12px;
}
#faq-main .accordion-button {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: hsl(317, 43%, 17%);
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}
#faq-main .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: hsl(167, 57%, 33%);
}
#faq-main .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(167, 57%, 33%);
}
#faq-main .accordion-button::after {
  filter: none;
}
#faq-main .accordion-body {
  background-color: #f8f9fa;
  color: #222;
  line-height: 1.8;
}
#faq-main .cta-box {
  max-width: 900px;
  margin: 88px auto 0 auto;
  background-color: hsl(317, 43%, 17%);
  color: #fff;
  padding: 48px 32px;
  text-align: center;
}
#faq-main .cta-box h2 {
  color: #fff;
  margin-bottom: 16px;
}
#faq-main .cta-box p {
  color: #f0f0f0;
  margin-bottom: 24px;
}
#faq-main .cta-box .btn {
  background-color: hsl(17, 76%, 59%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#faq-main .cta-box .btn:hover {
  background-color: hsl(17, 76%, 49%);
  color: #fff;
}
@media (max-width: 576px) {
  #faq-main {
    padding: 64px 0;
  }
  #faq-main .sub-block {
    margin-bottom: 48px;
  }
}

#services-content {
  background-color: #ffffff;
  color: #222222;
  font-family: 'Libre Baskerville', serif;
  padding-top: 96px;
  padding-bottom: 96px;
}
#services-content h1,
#services-content h2,
#services-content h3,
#services-content h4 {
  font-family: 'Quicksand', sans-serif;
}
#services-content .intro-block {
  max-width: 780px;
  margin-bottom: 80px;
}
#services-content .intro-block h1 {
  color: hsl(317, 43%, 17%);
  font-weight: 700;
  margin-bottom: 20px;
}
#services-content .intro-block p {
  color: #333333;
  font-size: 1.05rem;
  line-height: 1.7;
}
#services-content .service-card {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background-color: #f8f9fa;
  padding: 32px 24px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#services-content .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  border-color: hsl(167, 57%, 33%);
}
#services-content .service-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(167, 57%, 33%);
  color: #ffffff;
  border-radius: 0;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#services-content .service-card h3 {
  color: hsl(317, 43%, 17%);
  font-size: 1.2rem;
  margin-bottom: 12px;
  font-weight: 600;
}
#services-content .service-card p {
  color: #333333;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 18px;
}
#services-content .service-price {
  display: inline-block;
  color: #ffffff;
  background-color: hsl(17, 76%, 59%);
  padding: 6px 14px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0;
}
#services-content .details-section {
  margin-top: 96px;
}
#services-content .details-section h2 {
  color: hsl(317, 43%, 17%);
  font-weight: 700;
  margin-bottom: 28px;
}
#services-content .table-responsive {
  border: 1px solid #e0e0e0;
}
#services-content table {
  margin-bottom: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: 0.95rem;
}
#services-content table thead {
  background-color: hsl(317, 43%, 17%);
  color: #ffffff;
}
#services-content table thead th {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  border: none;
}
#services-content table td,
#services-content table th {
  vertical-align: middle;
  padding: 14px 16px;
}
#services-content table tbody tr {
  color: #222222;
}
#services-content .cta-block {
  margin-top: 96px;
  padding: 48px 32px;
  background-color: hsl(167, 57%, 33%);
  text-align: center;
  border-radius: 0;
}
#services-content .cta-block h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
}
#services-content .cta-block p {
  color: #f0f0f0;
  margin-bottom: 26px;
  font-size: 1rem;
}
#services-content .btn-cta {
  background-color: hsl(17, 76%, 59%);
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  border-radius: 0;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease;
}
#services-content .btn-cta:hover {
  background-color: hsl(317, 43%, 17%);
  color: #ffffff;
}
@media (max-width: 767px) {
  #services-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  #services-content .details-section {
    margin-top: 64px;
  }
  #services-content .cta-block {
    margin-top: 64px;
  }
}

#about-page {
  background: #fff;
  color: #222;
  font-family: 'Libre Baskerville', serif;
}
#about-page h1, #about-page h2, #about-page h3 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(317, 43%, 17%);
}
#about-page .top-section {
  padding: 96px 0 64px;
}
#about-page section.block {
  padding: 88px 0;
}
#about-page section.block:nth-of-type(odd) {
  background: #f8f9fa;
}
#about-page img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
#about-page .accent-text {
  color: hsl(17, 76%, 59%);
}
#about-page .primary-bg {
  background: hsl(167, 57%, 33%);
  color: #fff;
}
#about-page .primary-bg h2,
#about-page .primary-bg h3 {
  color: #fff;
}
#about-page .secondary-bg {
  background: hsl(317, 43%, 17%);
  color: #fff;
}
#about-page .secondary-bg h2,
#about-page .secondary-bg h3 {
  color: #fff;
}
#about-page .value-card {
  border: 1px solid #ddd;
  padding: 24px;
  height: 100%;
  background: #fff;
}
#about-page .value-card h3 {
  font-size: 1.15rem;
  margin-bottom: 12px;
}
#about-page .step-item {
  border-left: 3px solid hsl(167, 57%, 33%);
  padding-left: 20px;
  margin-bottom: 32px;
}
#about-page .step-number {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: hsl(17, 76%, 59%);
  font-size: 1.4rem;
}
#about-page .stat-box {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  background: #fff;
}
#about-page .stat-number {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: hsl(167, 57%, 33%);
}
#about-page .btn-accent {
  background: hsl(17, 76%, 59%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#about-page .btn-accent:hover {
  background: hsl(17, 76%, 49%);
  color: #fff;
}
#about-page .btn-outline-custom {
  border: 2px solid hsl(167, 57%, 33%);
  color: hsl(167, 57%, 33%);
  border-radius: 0;
  padding: 10px 30px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#about-page .btn-outline-custom:hover {
  background: hsl(167, 57%, 33%);
  color: #fff;
}
#about-page hr.divider {
  border: none;
  border-top: 1px solid #ddd;
  margin: 0;
}



.thankyou-section {
  font-family: 'Libre Baskerville', serif;
  background: linear-gradient(135deg, hsl(167, 57%, 33%, 0.06), hsl(317, 43%, 17%, 0.05));
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 3rem 1rem;
}

.thankyou-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 3rem 2rem;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.thankyou-heading {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: hsl(317, 43%, 17%);
}

.thankyou-icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.75rem;
  border-radius: 50%;
  background: hsl(167, 57%, 33%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: popIn 0.5s ease-out;
}

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

.thankyou-icon-wrapper svg {
  width: 52px;
  height: 52px;
  stroke: #fff;
}

.thankyou-message {
  color: #4a4a4a;
  font-size: 1.05rem;
  line-height: 1.8;
}

.thankyou-info-box {
  background: hsl(167, 57%, 33%, 0.07);
  border-left: 4px solid hsl(17, 76%, 59%);
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  text-align: left;
  font-size: 0.98rem;
  color: hsl(317, 43%, 17%);
}

.thankyou-info-box i {
  color: hsl(17, 76%, 59%);
}

.btn-thankyou-primary {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  background-color: hsl(167, 57%, 33%);
  border-color: hsl(167, 57%, 33%);
  color: #fff;
  padding: 0.7rem 2.25rem;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.btn-thankyou-primary:hover {
  background-color: hsl(167, 57%, 26%);
  border-color: hsl(167, 57%, 26%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px hsl(167, 57%, 33%, 0.35);
}

.thankyou-accent-line {
  width: 60px;
  height: 4px;
  background: hsl(17, 76%, 59%);
  border-radius: 2px;
  margin: 1.25rem auto;
}

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

.hero-section {
  background-color: #f8f9fa;
  padding: 96px 0;
  color: #222;
}
.hero-section h1 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 2.2rem;
}
.hero-section h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 500;
  color: hsl(167, 57%, 33%);
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.hero-section p.description {
  font-family: 'Libre Baskerville', serif;
  font-size: 1rem;
  color: #333;
  line-height: 1.7;
}
.info-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 28px 0;
  padding: 16px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.info-strip .info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Libre Baskerville', serif;
  font-size: 0.95rem;
  color: #222;
}
.info-strip .info-item i {
  color: hsl(17, 76%, 59%);
  font-size: 1.1rem;
}
.btn-primary-custom {
  background-color: hsl(167, 57%, 33%);
  border: 2px solid hsl(167, 57%, 33%);
  color: #fff;
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.btn-primary-custom:hover {
  background-color: #fff;
  color: hsl(167, 57%, 33%);
  border-color: hsl(167, 57%, 33%);
}
.btn-secondary-custom {
  background-color: transparent;
  border: 2px solid hsl(317, 43%, 17%);
  color: hsl(317, 43%, 17%);
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 0;
  transition: all 0.3s ease;
}
.btn-secondary-custom:hover {
  background-color: hsl(317, 43%, 17%);
  color: #fff;
}
.hero-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
@media (max-width: 767px) {
  .hero-section {
    padding: 56px 0;
  }
  .info-strip {
    flex-direction: column;
    gap: 12px;
  }
}

#company {
  padding: 96px 0;
  background-color: #fff;
  color: #222;
}
#company h2 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(167, 57%, 33%);
  font-weight: 700;
  margin-bottom: 24px;
}
#company h3 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(317, 43%, 17%);
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: 32px;
  margin-bottom: 14px;
}
#company p {
  font-family: 'Libre Baskerville', serif;
  color: #333;
  line-height: 1.75;
  margin-bottom: 16px;
}
#company .about-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  margin-bottom: 24px;
}
#company .values-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#company .values-list li {
  font-family: 'Libre Baskerville', serif;
  color: #333;
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
#company .values-list li:last-child {
  border-bottom: none;
}
#company .values-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 12px;
  height: 12px;
  background-color: hsl(17, 76%, 59%);
}
#company .stat-box {
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  height: 100%;
}
#company .stat-box .num {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: hsl(167, 57%, 33%);
  display: block;
}
#company .stat-box .label {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.9rem;
  color: #333;
}
@media (max-width: 767px) {
  #company {
    padding: 64px 0;
  }
}

.services-section {
  padding: 96px 0;
  background-color: #f8f9fa;
}
.services-section h2 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(317, 43%, 17%);
  font-weight: 700;
}
.services-section .lead-text {
  font-family: 'Libre Baskerville', serif;
  color: #333;
  max-width: 700px;
}
.service-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 28px;
  height: 100%;
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.service-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  border-color: hsl(167, 57%, 33%);
  transform: translateY(-4px);
}
.service-icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(167, 57%, 33%);
  color: #fff;
  font-size: 1.6rem;
  border-radius: 0;
}
.service-card:hover .service-icon {
  background-color: hsl(17, 76%, 59%);
}
.service-content h3 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: hsl(317, 43%, 17%);
  margin-bottom: 8px;
}
.service-content p {
  font-family: 'Libre Baskerville', serif;
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.service-price {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: hsl(167, 57%, 33%);
  font-size: 1.05rem;
}

#value {
  background-color: #f8f9fa;
  padding: 96px 0;
  font-family: 'Libre Baskerville', serif;
}

#value h2 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: #222;
}

#value .section-intro {
  color: #333;
  max-width: 680px;
}

#value .divider {
  width: 60px;
  height: 3px;
  background-color: hsl(17, 76%, 59%);
  margin-bottom: 24px;
}

#value .value-card {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  padding: 32px 24px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#value .value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  border-color: hsl(167, 57%, 33%);
}

#value .value-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(167, 57%, 33%);
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 20px;
  border-radius: 0;
}

#value .value-card h3 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #222;
  margin-bottom: 12px;
}

#value .value-card p {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}

#reviews {
  padding: 96px 0;
  background: #f8f9fa;
}
#reviews h2 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(317, 43%, 17%);
  font-weight: 700;
}
#reviews .lead-text {
  font-family: 'Libre Baskerville', serif;
  color: #333;
  max-width: 700px;
}
#reviews .review-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#reviews .review-card .stars {
  color: hsl(17, 76%, 59%);
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
#reviews .review-card .star-empty {
  color: #d9d9d9;
}
#reviews .review-card p.review-text {
  font-family: 'Libre Baskerville', serif;
  color: #333;
  flex-grow: 1;
  margin-bottom: 20px;
}
#reviews .review-card .reviewer {
  border-top: 1px solid #eee;
  padding-top: 14px;
}
#reviews .review-card .reviewer-name {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  color: hsl(167, 57%, 33%);
  margin-bottom: 2px;
}
#reviews .review-card .reviewer-loc {
  font-family: 'Libre Baskerville', serif;
  font-size: 0.9rem;
  color: #666;
}
#reviews .review-card.short {
  justify-content: center;
}
#reviews .review-card.accent-border {
  border-left: 4px solid hsl(17, 76%, 59%);
}
#reviews .review-card.secondary-bg {
  background: hsl(317, 43%, 17%);
}
#reviews .review-card.secondary-bg p.review-text, #reviews .review-card.secondary-bg .reviewer-loc {
  color: #f5f5f5;
}
#reviews .review-card.secondary-bg .reviewer-name {
  color: hsl(17, 76%, 59%);
}
#reviews .review-card.secondary-bg .reviewer {
  border-top: 1px solid rgba(255,255,255,0.2);
}
#reviews .review-card.secondary-bg .star-empty {
  color: rgba(255,255,255,0.3);
}
@media (max-width: 767px) {
  #reviews {
    padding: 64px 0;
  }
}

#contact {
  padding: 96px 0;
  background-color: #f8f9fa;
  font-family: 'Libre Baskerville', serif;
  color: #222;
}
#contact h2 {
  font-family: 'Quicksand', sans-serif;
  color: hsl(167, 57%, 33%);
  font-weight: 700;
  margin-bottom: 16px;
}
#contact p.lead-text {
  color: #333;
  margin-bottom: 40px;
  max-width: 640px;
}
#contact .form-card {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 40px;
}
#contact label {
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
  color: #222;
  margin-bottom: 6px;
}
#contact .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px 14px;
  color: #222;
  background-color: #fff;
}
#contact .form-control:focus {
  border-color: hsl(167, 57%, 33%);
  box-shadow: none;
  outline: 2px solid hsl(167, 57%, 33%);
  outline-offset: 1px;
}
#contact .btn-submit {
  background-color: hsl(17, 76%, 59%);
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  letter-spacing: 0.03em;
}
#contact .btn-submit:hover {
  background-color: hsl(17, 76%, 49%);
  color: #ffffff;
}
#contact .info-block {
  background-color: hsl(317, 43%, 17%);
  color: #f8f9fa;
  padding: 40px;
  height: 100%;
}
#contact .info-block h3 {
  font-family: 'Quicksand', sans-serif;
  color: #ffffff;
  margin-bottom: 24px;
  font-size: 1.25rem;
}
#contact .info-block p {
  color: #f0e9ec;
  margin-bottom: 18px;
}
#contact .info-block a {
  color: hsl(17, 76%, 59%);
  text-decoration: none;
}
#contact .info-block a:hover {
  text-decoration: underline;
  color: hsl(17, 76%, 69%);
}
#contact .info-icon-line {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 20px;
}
#contact hr.divider {
  border-top: 1px solid rgba(255,255,255,0.25);
  margin: 24px 0;
}
#contact .find-us {
  font-size: 0.95rem;
  color: #f0e9ec;
}
@media (max-width: 767px) {
  #contact {
    padding: 64px 0;
  }
  #contact .form-card,
  #contact .info-block {
    padding: 24px;
  }
}

#legal-notice {
  background-color: #f8f9fa;
  padding: 96px 0;
  font-family: 'Libre Baskerville', serif;
}
#legal-notice h2 {
  font-family: 'Quicksand', sans-serif;
  color: #222;
  font-weight: 600;
}
#legal-notice .icon-wrap {
  color: hsl(167, 57%, 33%);
  font-size: 2rem;
  flex-shrink: 0;
}
#legal-notice .notice-box {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  padding: 32px;
}
#legal-notice p {
  color: #333;
  line-height: 1.8;
  margin-bottom: 0;
}
