:root {
  --primary-color: hsl(20, 64%, 39%);
  --secondary-color: hsl(170, 55%, 17%);
  --accent-color: hsl(230, 88%, 65%);
}

body {
    font-family: 'Nunito', sans-serif;
    color: #222;
    background-color: #fff;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
  }
  .navbar {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .navbar-brand {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: hsl(20, 64%, 39%);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .navbar-brand img {
    border-radius: 12px;
  }
  .nav-link {
    color: #222;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
  }
  .nav-link:hover {
    color: hsl(20, 64%, 39%);
  }
  .navbar-toggler {
    border-radius: 12px;
  }

#faq-body {
  font-family: 'Nunito', sans-serif;
  background: #f8f9fa;
  color: #222;
  padding: 52px 0;
}
#faq-body h1, #faq-body h2, #faq-body h3 {
  font-family: 'Poppins', sans-serif;
}
#faq-body .faq-hero {
  background: hsl(170, 55%, 17%);
  color: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  margin-bottom: 48px;
}
#faq-body .faq-hero h1 {
  color: #fff;
  font-size: 2.1rem;
  margin-bottom: 12px;
}
#faq-body .faq-hero p {
  color: #f0f0f0;
  max-width: 720px;
  margin-bottom: 0;
}
#faq-body .sub-block {
  margin-bottom: 48px;
}
#faq-body .sub-block h2 {
  color: hsl(20, 64%, 39%);
  font-size: 1.5rem;
  margin-bottom: 14px;
}
#faq-body .sub-block p {
  line-height: 1.7;
}
#faq-body .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 14px;
}
#faq-body .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1c1c1c;
  background: #fff;
}
#faq-body .accordion-button:not(.collapsed) {
  background: hsl(20, 64%, 39%);
  color: #fff;
  box-shadow: none;
}
#faq-body .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
#faq-body .accordion-button:focus {
  box-shadow: none;
  border-color: #e0e0e0;
}
#faq-body .accordion-body {
  background: #fff;
  color: #333;
  line-height: 1.7;
}
#faq-body .cta-box {
  background: hsl(230, 88%, 65%);
  border-radius: 20px;
  padding: 36px 32px;
  color: #fff;
  margin-top: 52px;
  text-align: center;
}
#faq-body .cta-box h2 {
  color: #fff;
  margin-bottom: 10px;
}
#faq-body .cta-box p {
  color: #eef0ff;
  margin-bottom: 20px;
}
#faq-body .cta-box a.btn {
  background: hsl(20, 64%, 39%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#faq-body .cta-box a.btn:hover {
  background: hsl(20, 64%, 32%);
  color: #fff;
}
#faq-body .info-strip {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 18px;
  padding: 20px 24px;
  margin-bottom: 48px;
}
#faq-body .info-strip span {
  display: inline-block;
  margin-right: 24px;
  font-weight: 700;
  color: hsl(170, 55%, 17%);
}
@media (max-width: 576px) {
  #faq-body .faq-hero { padding: 28px 20px; }
  #faq-body .cta-box { padding: 28px 20px; }
}

footer {
  background: hsl(170, 55%, 17%);
  color: #f5f5f5;
  font-family: 'Nunito', sans-serif;
  padding: 48px 0 24px;
  border-radius: 24px 24px 0 0;
}
footer h5, footer h6 {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
}
footer a {
  color: #f0ede8;
  text-decoration: none;
}
footer a:hover {
  color: hsl(230, 88%, 65%);
  text-decoration: underline;
}
footer .footer-desc {
  color: #e6e3de;
}
footer hr {
  border-color: rgba(255,255,255,0.15);
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: hsl(20, 64%, 39%);
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: background 0.3s ease, transform 0.2s ease;
}
.social-icons a:hover {
  background: hsl(230, 88%, 65%);
  color: #ffffff;
  transform: translateY(-3px);
}
#cookieBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #ffffff;
  color: #222222;
  border-top: 3px solid hsl(20, 64%, 39%);
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
  padding: 18px 16px;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Nunito', sans-serif;
}
#cookieBar h6 {
  font-family: 'Poppins', sans-serif;
  color: hsl(170, 55%, 17%);
  margin-bottom: 6px;
}
#cookieBar p, #cookieBar li {
  font-size: 0.88rem;
  color: #333333;
  margin-bottom: 4px;
}
#cookieBar ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.cookie-btn {
  border-radius: 16px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 0.9rem;
  border: none;
  transition: all 0.25s ease;
  flex: 1;
}
.btn-accept-all {
  background: hsl(20, 64%, 39%);
  color: #ffffff;
}
.btn-accept-all:hover {
  background: hsl(20, 64%, 30%);
  color: #ffffff;
}
.btn-reject {
  background: hsl(170, 55%, 17%);
  color: #ffffff;
}
.btn-reject:hover {
  background: hsl(170, 55%, 12%);
  color: #ffffff;
}
.btn-manage {
  background: transparent;
  color: hsl(230, 88%, 65%);
  border: 1px solid hsl(230, 88%, 65%);
  border-radius: 16px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-manage:hover {
  background: hsl(230, 88%, 65%);
  color: #ffffff;
}
@media (max-width: 576px) {
  #cookieBar p, #cookieBar li { font-size: 0.82rem; }
  .cookie-btn, .btn-manage { font-size: 0.82rem; padding: 8px 10px; }
}

#services-body {
  font-family: 'Nunito', sans-serif;
  background: #f8f9fa;
  color: #222;
  padding: 52px 0;
}
#services-body h1, #services-body h2, #services-body h3 {
  font-family: 'Poppins', sans-serif;
}
#services-body .intro-block {
  max-width: 780px;
  margin-bottom: 40px;
}
#services-body .intro-block h1 {
  color: hsl(170, 55%, 17%);
  font-size: 2rem;
  margin-bottom: 16px;
}
#services-body .intro-block p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
}
#services-body .service-card {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  background: #fff;
  border: 1px solid #e6e2dc;
  border-radius: 20px;
  padding: 26px;
  margin-bottom: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
#services-body .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(0,0,0,0.10);
  border-color: hsl(20, 64%, 39%);
}
#services-body .icon-wrap {
  flex-shrink: 0;
  width: 66px;
  height: 66px;
  border-radius: 16px;
  background: hsl(20, 64%, 39%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}
#services-body .service-content h3 {
  font-size: 1.2rem;
  color: hsl(170, 55%, 17%);
  margin-bottom: 6px;
}
#services-body .service-content p {
  font-size: 0.96rem;
  color: #333;
  margin-bottom: 10px;
  line-height: 1.55;
}
#services-body .price-tag {
  display: inline-block;
  background: hsl(230, 88%, 65%);
  color: #fff;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 12px;
  font-size: 0.95rem;
}
#services-body .details-table-wrap {
  margin-top: 48px;
}
#services-body .details-table-wrap h2 {
  color: hsl(170, 55%, 17%);
  font-size: 1.5rem;
  margin-bottom: 18px;
}
#services-body table {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
#services-body table th {
  background: hsl(170, 55%, 17%);
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
}
#services-body table td {
  font-size: 0.92rem;
  color: #333;
  vertical-align: middle;
}
#services-body .cta-box {
  margin-top: 48px;
  background: hsl(20, 64%, 39%);
  border-radius: 20px;
  padding: 34px;
  text-align: center;
}
#services-body .cta-box h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
#services-body .cta-box p {
  color: #f5efe9;
  margin-bottom: 18px;
}
#services-body .cta-box a.btn {
  background: hsl(230, 88%, 65%);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
#services-body .cta-box a.btn:hover {
  background: #fff;
  color: hsl(20, 64%, 39%);
}
@media (max-width: 576px) {
  #services-body .service-card {
    flex-direction: column;
    text-align: left;
  }
}



  .thankyou-section {
    font-family: 'Nunito', sans-serif;
    background: linear-gradient(135deg, hsl(20, 64%, 97%) 0%, hsl(170, 55%, 96%) 100%);
    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(20, 40, 30, 0.12);
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }

  .thankyou-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 2rem;
    margin-bottom: 1rem;
  }

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

  .thankyou-icon-wrapper svg {
    width: 56px;
    height: 56px;
    stroke: var(--secondary-color);
  }

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

  .thankyou-message {
    font-size: 1.05rem;
    color: #4a4a4a;
    line-height: 1.75;
    margin-bottom: 0.75rem;
  }

  .thankyou-note {
    background: hsl(230, 88%, 65%, 0.08);
    border-left: 4px solid var(--accent-color);
    border-radius: 0.6rem;
    padding: 1rem 1.25rem;
    font-size: 0.95rem;
    color: var(--secondary-color);
    text-align: left;
    margin: 1.75rem 0;
  }

  .thankyou-note strong {
    color: var(--primary-color);
  }

  .btn-thankyou {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    padding: 0.75rem 2.25rem;
    border-radius: 0.6rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
  }

  .btn-thankyou:hover {
    background-color: hsl(20, 64%, 32%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem hsl(20, 64%, 39%, 0.3);
  }

  .thankyou-divider {
    width: 60px;
    height: 4px;
    background: var(--accent-color);
    border-radius: 2px;
    margin: 1.25rem auto;
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2.25rem 1.25rem;
    }

    .thankyou-heading {
      font-size: 1.6rem;
    }

    .thankyou-icon-wrapper {
      width: 80px;
      height: 80px;
    }

    .thankyou-icon-wrapper svg {
      width: 44px;
      height: 44px;
    }
  }

#about-page {
  font-family: 'Nunito', sans-serif;
  background: #ffffff;
  color: #222222;
  padding: 52px 0;
}
#about-page h1, #about-page h2, #about-page h3 {
  font-family: 'Poppins', sans-serif;
}
#about-page .hero-about {
  background: hsl(20, 64%, 39%);
  color: #ffffff;
  border-radius: 20px;
  padding: 44px 32px;
  margin-bottom: 52px;
}
#about-page .hero-about h1 {
  color: #ffffff;
  font-size: 2rem;
  margin-bottom: 12px;
}
#about-page .hero-about p {
  color: #f5f0eb;
  font-size: 1.05rem;
  margin-bottom: 0;
}
#about-page .section-block {
  margin-bottom: 52px;
}
#about-page img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 18px;
}
#about-page h2 {
  color: hsl(170, 55%, 17%);
  font-size: 1.6rem;
  margin-bottom: 18px;
}
#about-page .lead-text {
  font-size: 1.05rem;
  line-height: 1.7;
}
#about-page .value-card {
  background: #f8f9fa;
  border-radius: 18px;
  padding: 24px;
  height: 100%;
  border: 1px solid #e9e9e9;
}
#about-page .value-card h3 {
  color: hsl(170, 55%, 17%);
  font-size: 1.15rem;
  margin-bottom: 10px;
}
#about-page .value-card p {
  font-size: 0.96rem;
  color: #333333;
  margin-bottom: 0;
}
#about-page .stat-strip {
  background: hsl(170, 55%, 17%);
  color: #ffffff;
  border-radius: 18px;
  padding: 32px;
}
#about-page .stat-strip .stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 1.9rem;
  font-weight: 600;
  color: #ffffff;
}
#about-page .stat-strip .stat-label {
  font-size: 0.88rem;
  color: #d9e9e3;
}
#about-page .steps-list {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
}
#about-page .steps-list li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 56px;
  margin-bottom: 22px;
}
#about-page .steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: hsl(230, 88%, 65%);
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
#about-page .steps-list h3 {
  font-size: 1.05rem;
  color: hsl(170, 55%, 17%);
  margin-bottom: 6px;
}
#about-page .steps-list p {
  font-size: 0.95rem;
  color: #333333;
  margin-bottom: 0;
}
#about-page .cta-box {
  background: hsl(20, 64%, 39%);
  color: #ffffff;
  border-radius: 20px;
  padding: 36px;
  text-align: center;
}
#about-page .cta-box h2 {
  color: #ffffff;
}
#about-page .cta-box p {
  color: #f5f0eb;
  margin-bottom: 20px;
}
#about-page .btn-cta {
  background: hsl(230, 88%, 65%);
  color: #ffffff;
  border: none;
  border-radius: 14px;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#about-page .btn-cta:hover {
  background: #4a5fe8;
  color: #ffffff;
}
@media (max-width: 767px) {
  #about-page .hero-about {
    padding: 28px 20px;
  }
  #about-page .stat-strip {
    padding: 22px;
  }
}

.hero-section {
  background: #f8f9fa;
  padding: 52px 0;
}
.hero-section h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #222;
  font-size: 2.2rem;
}
.hero-section h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: hsl(20, 64%, 39%);
  font-size: 1.3rem;
  margin-bottom: 18px;
}
.hero-section p.description {
  font-family: 'Nunito', sans-serif;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.6;
}
.hero-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.hero-list li {
  font-family: 'Nunito', sans-serif;
  color: #222;
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.98rem;
}
.hero-list li i {
  color: hsl(230, 88%, 65%);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.hours-box {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  padding: 18px 22px;
  margin-bottom: 24px;
  font-family: 'Nunito', sans-serif;
  color: #222;
}
.hours-box strong {
  color: hsl(170, 55%, 17%);
  font-family: 'Poppins', sans-serif;
}
.hours-box .hour-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.92rem;
  padding: 2px 0;
}
.btn-primary-custom {
  background: hsl(20, 64%, 39%);
  border: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 16px;
  transition: background 0.3s ease, transform 0.2s ease;
}
.btn-primary-custom:hover {
  background: hsl(20, 64%, 30%);
  color: #fff;
  transform: translateY(-2px);
}
.btn-outline-custom {
  background: transparent;
  border: 2px solid hsl(170, 55%, 17%);
  color: hsl(170, 55%, 17%);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.btn-outline-custom:hover {
  background: hsl(170, 55%, 17%);
  color: #fff;
}
.hero-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 1.7rem;
  }
  .hero-section {
    padding: 40px 0;
  }
}

#who-we-are .about-tojuse {background:#f8f9fa;color:#222;font-family:'Nunito',sans-serif;padding:52px 0;}
#who-we-are .about-tojuse h2, #who-we-are .about-tojuse h3 {font-family:'Poppins',sans-serif;color:hsl(20,64%,39%);}
#who-we-are .about-tojuse img {aspect-ratio: 3/2;width:100%;height:auto;object-fit:cover;border-radius:20px;}
#who-we-are .about-tojuse .lead-text {font-size:1.05rem;line-height:1.7;}
#who-we-are .value-card {background:#fff;border-radius:18px;padding:24px;height:100%;border:1px solid #e6e0da;}
#who-we-are .value-card h4 {font-family:'Poppins',sans-serif;color:hsl(170,55%,17%);font-size:1.1rem;margin-bottom:10px;}
#who-we-are .stat-box {background:hsl(170,55%,17%);color:#fff;border-radius:18px;padding:20px;text-align:center;}
#who-we-are .stat-box .num {font-family:'Poppins',sans-serif;font-size:1.8rem;font-weight:600;color:#fff;}
#who-we-are .stat-box .label {font-size:0.9rem;color:#f0f0f0;}
#who-we-are .accent-link {color:hsl(230,88%,65%);font-weight:700;}

.services-section{
  padding:52px 0;
  background:#f8f9fa;
  font-family:'Nunito',sans-serif;
}
.services-section h2{
  font-family:'Poppins',sans-serif;
  color:#222;
  font-weight:700;
}
.services-section .lead-text{
  color:#333;
  max-width:700px;
}
.service-card{
  background:#fff;
  border:1px solid #e2e2e2;
  border-radius:20px;
  padding:32px;
  height:100%;
  transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 28px rgba(0,0,0,0.12);
  border-color: hsl(20, 64%, 39%);
}
.service-icon{
  width:60px;
  height:60px;
  border-radius:16px;
  background:hsl(20, 64%, 39%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:28px;
  margin-bottom:18px;
}
.service-card h3{
  font-family:'Poppins',sans-serif;
  font-size:1.25rem;
  font-weight:600;
  color:#222;
  margin-bottom:10px;
}
.service-card p{
  color:#333;
  font-size:0.98rem;
  line-height:1.6;
  margin-bottom:16px;
}
.service-price{
  display:inline-block;
  font-family:'Poppins',sans-serif;
  font-weight:600;
  color:#fff;
  background:hsl(170, 55%, 17%);
  padding:6px 16px;
  border-radius:14px;
  font-size:0.95rem;
}
.service-terms{
  font-size:0.85rem;
  color:#555;
  margin-top:10px;
  border-top:1px dashed #ddd;
  padding-top:10px;
}
@media (max-width:767px){
  .services-section{padding:48px 0;}
  .service-card{padding:24px;}
}

#what-to-expect {
  padding: 48px 0;
  background: #f8f9fa;
}
#what-to-expect h2 {
  font-family: 'Poppins', sans-serif;
  color: #222;
  font-weight: 600;
}
#what-to-expect .lead-sub {
  font-family: 'Nunito', sans-serif;
  color: #444;
}
#what-to-expect .work-card {
  border: 1px solid #ddd;
  border-radius: 18px;
  background: #fff;
  padding: 20px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
#what-to-expect .work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
#what-to-expect .icon-wrap {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 12px;
  background: hsl(20, 64%, 39%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}
#what-to-expect .work-card p {
  font-family: 'Nunito', sans-serif;
  color: #222;
  margin-bottom: 0;
  font-size: 0.98rem;
  line-height: 1.4;
}
#what-to-expect .wide-card {
  grid-column: span 2;
}

#voices {
  padding: 52px 0;
  background: #f8f9fa;
  font-family: 'Nunito', sans-serif;
}
#voices h2 {
  font-family: 'Poppins', sans-serif;
  color: hsl(170, 55%, 17%);
  font-weight: 700;
}
#voices .lead-text {
  color: #333;
  max-width: 640px;
}
#voices .review-card {
  background: #fff;
  border-radius: 18px;
  padding: 26px 24px;
  height: 100%;
  border: 1px solid #e6e2dc;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
}
#voices .review-card .stars {
  color: hsl(20, 64%, 39%);
  font-size: 0.95rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#voices .review-card .stars .empty {
  color: #d8d2c9;
}
#voices .review-card p.review-text {
  color: #2a2a2a;
  font-size: 0.98rem;
  line-height: 1.55;
  flex-grow: 1;
}
#voices .review-meta {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eee;
  display: flex;
  align-items: center;
  gap: 12px;
}
#voices .review-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: hsl(170, 55%, 17%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
}
#voices .review-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #1c1c1c;
  font-size: 0.95rem;
  margin: 0;
}
#voices .review-loc {
  font-size: 0.82rem;
  color: #6b6b6b;
  margin: 0;
}
#voices .review-card.tall {
  background: hsl(170, 55%, 17%);
  color: #f5f5f5;
  border: none;
}
#voices .review-card.tall p.review-text {
  color: #eef3f1;
}
#voices .review-card.tall .review-name {
  color: #fff;
}
#voices .review-card.tall .review-loc {
  color: #cfe0da;
}
#voices .review-card.tall .stars {
  color: hsl(20, 64%, 55%);
}
#voices .review-card.tall .review-avatar {
  background: hsl(20, 64%, 39%);
}
#voices .review-card.accent-border {
  border: 2px solid hsl(230, 88%, 65%);
}
#voices .badge-short {
  display: inline-block;
  background: hsl(20, 64%, 39%);
  color: #fff;
  font-size: 0.72rem;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  font-family: 'Poppins', sans-serif;
}
#voices .stat-strip {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e6e2dc;
  padding: 20px 10px;
  text-align: center;
}
#voices .stat-strip .num {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: hsl(20, 64%, 39%);
  font-size: 1.6rem;
  display: block;
}
#voices .stat-strip .lbl {
  font-size: 0.82rem;
  color: #555;
}
@media (max-width: 767px) {
  #voices .review-card { padding: 20px 18px; }
}

#offer {
  font-family: 'Nunito', sans-serif;
  background: #f8f9fa;
  padding: 48px 0;
}
#offer h2, #offer h3 {
  font-family: 'Poppins', sans-serif;
}
#offer .offer-card {
  background: #fff;
  border: 2px solid hsl(20, 64%, 39%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}
#offer .offer-badge {
  background: hsl(20, 64%, 39%);
  color: #fff;
  display: inline-block;
  padding: 6px 18px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 16px;
}
#offer .offer-date-box {
  background: hsl(170, 55%, 17%);
  color: #fff;
  border-radius: 16px;
  padding: 20px 24px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}
#offer .offer-date-box i {
  font-size: 1.6rem;
  color: hsl(230, 88%, 65%);
}
#offer .offer-list {
  list-style: none;
  padding-left: 0;
  margin: 24px 0;
}
#offer .offer-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #222;
  font-size: 1.02rem;
}
#offer .offer-list li i {
  color: hsl(20, 64%, 39%);
  font-size: 1.2rem;
  margin-top: 3px;
}
#offer .btn-offer {
  background: hsl(20, 64%, 39%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px 32px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
}
#offer .btn-offer:hover {
  background: hsl(20, 64%, 30%);
  color: #fff;
}
#offer .offer-note {
  color: #444;
  font-size: 0.95rem;
  margin-top: 16px;
}
@media (max-width: 767px) {
  #offer .offer-card { padding: 24px; }
  #offer .offer-date-box { font-size: 1.05rem; padding: 16px 20px; }
}

#faq {
  padding: 52px 0;
  background: #f8f9fa;
  font-family: 'Nunito', sans-serif;
  color: #222;
}
#faq h2 {
  font-family: 'Poppins', sans-serif;
  color: hsl(20, 64%, 39%);
  font-weight: 700;
  margin-bottom: 12px;
}
#faq .lead-text {
  color: #333;
  margin-bottom: 40px;
  max-width: 720px;
}
#faq .accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 16px !important;
  overflow: hidden;
  margin-bottom: 14px;
  background: #fff;
}
#faq .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: hsl(170, 55%, 17%);
  background: #fff;
  border-radius: 16px;
}
#faq .accordion-button:not(.collapsed) {
  color: #fff;
  background: hsl(20, 64%, 39%);
  box-shadow: none;
}
#faq .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem hsla(230, 88%, 65%, 0.35);
}
#faq .accordion-button::after {
  filter: none;
}
#faq .accordion-body {
  color: #333;
  background: #fff;
  line-height: 1.6;
}
@media (max-width: 576px) {
  #faq { padding: 40px 0; }
  #faq .accordion-button { font-size: 0.95rem; }
}

#get-in-touch{
  background:#f8f9fa;
  padding:52px 0;
  font-family:'Nunito',sans-serif;
  color:#222;
}
#get-in-touch h2, #get-in-touch h3{
  font-family:'Poppins',sans-serif;
}
#get-in-touch .contact-card{
  background:#fff;
  border-radius:20px;
  padding:32px;
  box-shadow:0 3px 12px rgba(0,0,0,0.06);
  height:100%;
}
#get-in-touch .form-label{
  font-weight:600;
  color:#222;
}
#get-in-touch .form-control{
  border-radius:14px;
  border:1px solid #ccc;
  padding:10px 14px;
}
#get-in-touch .form-control:focus{
  border-color:hsl(20, 64%, 39%);
  box-shadow:0 0 0 0.2rem hsla(20, 64%, 39%, 0.2);
}
#get-in-touch .btn-primary-custom{
  background:hsl(20, 64%, 39%);
  border:none;
  color:#fff;
  font-weight:700;
  border-radius:14px;
  padding:12px 28px;
}
#get-in-touch .btn-primary-custom:hover{
  background:hsl(20, 64%, 30%);
  color:#fff;
}
#get-in-touch .info-block{
  background:hsl(170, 55%, 17%);
  color:#f8f9fa;
  border-radius:20px;
  padding:32px;
  height:100%;
}
#get-in-touch .info-block a{
  color:#f8f9fa;
  text-decoration:underline;
}
#get-in-touch .info-block a:hover{
  color:hsl(230, 88%, 75%);
}
#get-in-touch .info-item{
  margin-bottom:18px;
}
#get-in-touch .info-item strong{
  display:block;
  font-family:'Poppins',sans-serif;
  margin-bottom:4px;
  color:#fff;
}
#get-in-touch .map-link{
  display:inline-block;
  margin-top:6px;
  font-weight:600;
  color:hsl(230, 88%, 75%) !important;
}

.disclaimer-section{
  background:#f8f9fa;
  padding:48px 0;
  font-family:'Nunito',sans-serif;
}
.disclaimer-card{
  background:#ffffff;
  border-radius:20px;
  padding:36px;
  border:1px solid #e2e2e2;
  box-shadow:0 2px 10px rgba(0,0,0,0.04);
}
.disclaimer-icon{
  font-size:2rem;
  color:hsl(230, 88%, 65%);
  margin-bottom:16px;
}
.disclaimer-title{
  font-family:'Poppins',sans-serif;
  font-weight:600;
  color:hsl(170, 55%, 17%);
  margin-bottom:16px;
}
.disclaimer-text{
  color:#333333;
  font-size:1rem;
  line-height:1.7;
  margin:0;
}

#contact-main {
  background-color: #f8f9fa;
  color: #222;
  font-family: 'Nunito', sans-serif;
  padding: 52px 0;
}
#contact-main h1, #contact-main h2, #contact-main h3 {
  font-family: 'Poppins', sans-serif;
}
#contact-main .intro-block {
  max-width: 720px;
  margin-bottom: 40px;
}
#contact-main .form-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
#contact-main .form-card h2 {
  color: hsl(20, 64%, 39%);
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#contact-main .form-control {
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 10px 14px;
}
#contact-main .form-control:focus {
  border-color: hsl(230, 88%, 65%);
  box-shadow: 0 0 0 0.2rem hsla(230, 88%, 65%, 0.25);
}
#contact-main .btn-submit {
  background-color: hsl(20, 64%, 39%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
#contact-main .btn-submit:hover {
  background-color: hsl(20, 64%, 30%);
  color: #fff;
}
#contact-main .info-card {
  background-color: hsl(170, 55%, 17%);
  color: #f8f9fa;
  border-radius: 20px;
  padding: 32px;
  height: 100%;
}
#contact-main .info-card h2 {
  color: #f8f9fa;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
#contact-main .info-card a {
  color: #fce8dd;
  text-decoration: underline;
}
#contact-main .info-card a:hover {
  color: #fff;
}
#contact-main .info-list li {
  margin-bottom: 14px;
  line-height: 1.5;
}
#contact-main .info-list strong {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  color: hsl(20, 50%, 75%);
  margin-bottom: 2px;
}
#contact-main .find-us {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 0.95rem;
}
#contact-main .find-us a {
  color: #cdd6ff;
  font-weight: 600;
}
#contact-main .bot-trap {
  height: 0;
  overflow: hidden;
}
#contact-main .cta-strip {
  margin-top: 48px;
  background-color: #fff;
  border: 2px solid hsl(20, 64%, 39%);
  border-radius: 20px;
  padding: 28px;
  text-align: center;
}
#contact-main .cta-strip h3 {
  color: hsl(170, 55%, 17%);
  margin-bottom: 10px;
}
#contact-main .cta-strip a.btn {
  background-color: hsl(230, 88%, 65%);
  color: #fff;
  border-radius: 14px;
  padding: 10px 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 6px;
}
#contact-main .cta-strip a.btn:hover {
  background-color: hsl(230, 88%, 55%);
  color: #fff;
}
@media (max-width: 767px) {
  #contact-main .form-card, #contact-main .info-card {
    padding: 22px;
  }
}
