@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&family=Playfair+Display:ital,wght@0,400;0,500;1,400&display=swap');

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

:root {
  --primary: hsl(349, 17%, 37%);
  --secondary: hsl(355, 15%, 20%);
  --accent: hsl(341, 33%, 60%);
  --surface: #f4f4f1;
}

body{
  font-family: 'Playfair Display', serif;
  color: var(--secondary);
  background-color: var(--surface);
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Ubuntu', sans-serif;
}
.navbar{
  background-color: #ffffff;
  border-bottom: 1px solid #e5e2df;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar-brand{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: var(--secondary) !important;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.4rem;
}
.navbar-brand img{
  object-fit: cover;
}
.navbar-nav .nav-link{
  font-family: 'Ubuntu', sans-serif;
  color: var(--secondary) !important;
  font-weight: 600;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.5rem 0.75rem;
}
.navbar-nav .nav-link:hover{
  color: var(--accent) !important;
}
.navbar-toggler{
  border-color: var(--primary);
}
.navbar-toggler:focus{
  box-shadow: 0 0 0 0.15rem var(--accent);
}

footer {
  background: hsl(355, 15%, 20%);
  color: #f4f4f1;
  padding: 88px 0 32px;
  font-family: 'Playfair Display', serif;
}
footer h5 {
  font-family: 'Ubuntu', sans-serif;
  color: #f4f4f1;
  margin-bottom: 18px;
  font-size: 1.15rem;
}
footer p {
  color: #ddd6d3;
  line-height: 1.6;
}
footer a {
  color: #ddd6d3;
  text-decoration: none;
}
footer a:hover {
  color: hsl(341, 33%, 60%);
}
.footer-divider {
  border-top: 1px solid rgba(244,244,241,0.15);
  margin: 40px 0 24px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(244,244,241,0.3);
  color: #f4f4f1;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: all 0.25s ease;
}
.footer-social a:hover {
  background: hsl(341, 33%, 60%);
  border-color: hsl(341, 33%, 60%);
  color: hsl(355, 15%, 20%);
}
.footer-bottom {
  color: #bdb5b1;
  font-size: 0.9rem;
}
.footer-links li {
  margin-bottom: 10px;
}

#cookiePanel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: hsl(355, 15%, 20%);
  color: #f4f4f1;
  border-top: 3px solid hsl(341, 33%, 60%);
  padding: 18px 0;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Playfair Display', serif;
}
#cookiePanel h5 {
  font-family: 'Ubuntu', sans-serif;
  color: #f4f4f1;
  font-size: 1.05rem;
  margin-bottom: 6px;
}
#cookiePanel p, #cookiePanel small {
  color: #ddd6d3;
}
.cookie-cat {
  border: 1px solid rgba(244,244,241,0.2);
  padding: 8px 12px;
  margin-bottom: 6px;
  font-size: 0.85rem;
}
.btn-cookie-accept {
  background: hsl(341, 33%, 60%);
  border: none;
  color: hsl(355, 15%, 20%);
  font-family: 'Ubuntu', sans-serif;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.25s ease;
  flex: 1;
}
.btn-cookie-accept:hover {
  background: hsl(349, 17%, 37%);
  color: #f4f4f1;
}
.btn-cookie-reject {
  background: transparent;
  border: 1px solid #f4f4f1;
  color: #f4f4f1;
  font-family: 'Ubuntu', sans-serif;
  padding: 10px 20px;
  font-weight: 600;
  transition: all 0.25s ease;
  flex: 1;
}
.btn-cookie-reject:hover {
  background: #f4f4f1;
  color: hsl(355, 15%, 20%);
}
.cookie-manage-link {
  color: hsl(341, 33%, 60%);
  font-size: 0.85rem;
  text-decoration: underline;
}

#faq-section {
  background: #f7f6f3;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
  color: hsl(355, 15%, 20%);
}
#faq-section .faq-header h1 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(355, 15%, 20%);
  font-weight: 700;
  margin-bottom: 16px;
}
#faq-section .faq-header p {
  color: hsl(349, 17%, 37%);
  font-size: 1.1rem;
  max-width: 720px;
}
#faq-section .accordion-item {
  border: 1px solid #ddd8d4;
  border-radius: 0;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  background: #ffffff;
}
#faq-section .accordion-button {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: hsl(355, 15%, 20%);
  background: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
#faq-section .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: hsl(349, 17%, 37%);
}
#faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(341, 33%, 60%);
}
#faq-section .accordion-button::after {
  filter: none;
}
#faq-section .accordion-body {
  background: #fbfaf8;
  color: hsl(355, 15%, 20%);
  font-size: 1rem;
  line-height: 1.7;
}
#faq-section .info-table {
  border: 1px solid #ddd8d4;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
#faq-section .info-table th {
  font-family: 'Ubuntu', sans-serif;
  background: hsl(355, 15%, 20%);
  color: #ffffff;
  font-weight: 600;
}
#faq-section .info-table td, #faq-section .info-table th {
  padding: 12px 16px;
  border: 1px solid #e5e0dc;
}
#faq-section .cta-box {
  background: hsl(355, 15%, 20%);
  color: #ffffff;
  padding: 48px 32px;
  margin-top: 80px;
  text-align: center;
}
#faq-section .cta-box h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  margin-bottom: 12px;
}
#faq-section .cta-box p {
  color: #f0ece9;
  margin-bottom: 24px;
}
#faq-section .btn-accent {
  background: hsl(341, 33%, 60%);
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#faq-section .btn-accent:hover {
  background: hsl(349, 17%, 37%);
  color: #ffffff;
}
#faq-section .section-divider {
  margin: 64px 0 40px;
  border-top: 1px solid #ddd8d4;
  padding-top: 40px;
}
#faq-section .section-divider h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(355, 15%, 20%);
  font-weight: 700;
  margin-bottom: 24px;
}
#faq-section a {
  color: hsl(341, 33%, 60%);
}
#faq-section a:hover {
  color: hsl(349, 17%, 37%);
}





.thankyou-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, hsl(355, 15%, 20%) 0%, hsl(349, 17%, 37%) 100%);
  padding: 3rem 1rem;
}

.thankyou-card {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem;
  max-width: 640px;
  width: 100%;
  text-align: center;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.25);
  animation: fadeInUp 0.7s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.check-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.75rem;
  border-radius: 50%;
  background: hsla(341, 33%, 60%, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s both;
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.check-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-circle svg {
  width: 38px;
  height: 38px;
  stroke: #fff;
  stroke-width: 3;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.thankyou-heading {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: var(--secondary);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 1rem;
}

.thankyou-text {
  font-family: 'Playfair Display', serif;
  color: var(--primary);
  font-size: 1.1rem;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.thankyou-note {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  color: var(--accent);
  font-size: 1rem;
  margin-bottom: 2rem;
}

.divider-line {
  width: 60px;
  height: 3px;
  background: var(--accent);
  border: none;
  border-radius: 3px;
  margin: 1.5rem auto;
}

.btn-home {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: #fff;
  padding: 0.75rem 2.25rem;
  border-radius: 50px;
  font-size: 1rem;
  transition: all 0.3s ease;
  letter-spacing: 0.02em;
}

.btn-home:hover,
.btn-home:focus {
  background-color: var(--accent);
  border-color: var(--accent);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem hsla(341, 33%, 60%, 0.4);
}

.contact-hints {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contact-hint-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Playfair Display', serif;
  color: var(--secondary);
  font-size: 0.95rem;
}

.contact-hint-item svg {
  width: 20px;
  height: 20px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
}

@media (max-width: 576px) {
  .thankyou-card {
    padding: 2rem 1.25rem;
  }
  .contact-hints {
    flex-direction: column;
    gap: 0.9rem;
    align-items: center;
  }
}

#contact-main {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
  color: hsl(355, 15%, 20%);
}
#contact-main h1, #contact-main h2, #contact-main h3 {
  font-family: 'Ubuntu', sans-serif;
}
#contact-main .contact-hero {
  margin-bottom: 64px;
}
#contact-main .contact-hero h1 {
  color: hsl(355, 15%, 20%);
  font-weight: 700;
}
#contact-main .contact-hero p {
  color: hsl(349, 17%, 37%);
  font-size: 1.1rem;
  max-width: 700px;
}
#contact-main .card {
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  background-color: #ffffff;
}
#contact-main .info-card {
  padding: 40px;
  height: 100%;
}
#contact-main .info-card h3 {
  color: hsl(355, 15%, 20%);
  margin-bottom: 24px;
  font-size: 1.4rem;
}
#contact-main .info-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
#contact-main .info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#contact-main .info-item strong {
  display: block;
  color: hsl(341, 33%, 60%);
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}
#contact-main .info-item a {
  color: hsl(355, 15%, 20%);
  text-decoration: none;
  font-size: 1.05rem;
}
#contact-main .info-item a:hover {
  color: hsl(341, 33%, 60%);
  text-decoration: underline;
}
#contact-main .info-item p {
  margin: 0;
  font-size: 1.05rem;
  color: hsl(355, 15%, 20%);
}
#contact-main .map-link {
  display: inline-block;
  margin-top: 10px;
  color: hsl(349, 17%, 37%);
  font-size: 0.95rem;
  border-bottom: 1px solid hsl(349, 17%, 37%);
}
#contact-main .map-link:hover {
  color: hsl(341, 33%, 60%);
  border-color: hsl(341, 33%, 60%);
}
#contact-main .form-card {
  padding: 40px;
}
#contact-main .form-card h3 {
  color: hsl(355, 15%, 20%);
  margin-bottom: 10px;
  font-size: 1.4rem;
}
#contact-main .form-card p.form-note {
  color: hsl(349, 17%, 37%);
  margin-bottom: 28px;
}
#contact-main label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.9rem;
  color: hsl(355, 15%, 20%);
  margin-bottom: 6px;
  display: block;
}
#contact-main .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px 14px;
  margin-bottom: 20px;
  font-family: 'Playfair Display', serif;
}
#contact-main .form-control:focus {
  border-color: hsl(341, 33%, 60%);
  box-shadow: 0 0 0 0.2rem rgba(184, 107, 140, 0.2);
}
#contact-main textarea.form-control {
  min-height: 130px;
  resize: vertical;
}
#contact-main .btn-submit {
  background-color: hsl(349, 17%, 37%);
  color: #f7f6f3;
  border: none;
  border-radius: 0;
  padding: 12px 36px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  letter-spacing: 0.4px;
  transition: background-color 0.2s ease;
}
#contact-main .btn-submit:hover {
  background-color: hsl(341, 33%, 60%);
  color: #fff;
}
#contact-main .hours-table td {
  padding: 4px 0;
  color: hsl(355, 15%, 20%);
  font-size: 0.98rem;
}
#contact-main .hours-table td.day {
  color: hsl(349, 17%, 37%);
  font-family: 'Ubuntu', sans-serif;
  padding-right: 16px;
}
#contact-main .cta-strip {
  margin-top: 72px;
  text-align: center;
  padding: 48px 24px;
  background-color: hsl(355, 15%, 20%);
  border: 1px solid rgba(0,0,0,0.1);
}
#contact-main .cta-strip h3 {
  color: #f7f6f3;
  margin-bottom: 16px;
}
#contact-main .cta-strip p {
  color: #e6dfe1;
  margin-bottom: 24px;
}
#contact-main .cta-strip a.btn-cta {
  background-color: hsl(341, 33%, 60%);
  color: #fff;
  text-decoration: none;
  padding: 12px 36px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  display: inline-block;
}
#contact-main .cta-strip a.btn-cta:hover {
  background-color: #fff;
  color: hsl(355, 15%, 20%);
}
@media (max-width: 767px) {
  #contact-main { padding: 64px 0; }
  #contact-main .info-card, #contact-main .form-card { padding: 28px; }
}

#services-main {
  background-color: #f7f6f3;
  font-family: 'Playfair Display', serif;
  color: hsl(355, 15%, 20%);
  padding: 96px 0;
}
#services-main h1, #services-main h2, #services-main h3, #services-main h4 {
  font-family: 'Ubuntu', sans-serif;
}
#services-main .page-intro {
  max-width: 780px;
  margin: 0 auto 64px auto;
  text-align: center;
}
#services-main .page-intro h1 {
  color: hsl(355, 15%, 20%);
  font-weight: 700;
  margin-bottom: 20px;
}
#services-main .page-intro p {
  font-size: 1.1rem;
  color: hsl(355, 15%, 30%);
}
#services-main .service-card {
  background-color: #ffffff;
  border: 1px solid #e2ddd9;
  border-radius: 0;
  padding: 32px 24px;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#services-main .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  border-color: hsl(341, 33%, 60%);
}
#services-main .service-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(349, 17%, 37%);
  color: #f7f6f3;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
#services-main .service-card h3 {
  font-size: 1.25rem;
  color: hsl(355, 15%, 20%);
  margin-bottom: 12px;
}
#services-main .service-card p {
  font-size: 0.98rem;
  color: hsl(355, 15%, 30%);
  margin-bottom: 18px;
}
#services-main .service-price {
  display: inline-block;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  color: hsl(341, 33%, 60%);
  border-top: 1px solid #e2ddd9;
  padding-top: 14px;
  width: 100%;
}
#services-main .details-section {
  background-color: #ffffff;
  border: 1px solid #e2ddd9;
  padding: 40px;
  margin-top: 88px;
}
#services-main .details-section h2 {
  color: hsl(355, 15%, 20%);
  margin-bottom: 24px;
  font-weight: 700;
}
#services-main dl.terms-list {
  margin: 0;
}
#services-main dl.terms-list dt {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(349, 17%, 37%);
  font-weight: 700;
  margin-top: 16px;
}
#services-main dl.terms-list dd {
  color: hsl(355, 15%, 30%);
  margin-bottom: 0;
}
#services-main .table-responsive {
  margin-top: 8px;
}
#services-main table.services-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
#services-main table.services-table th,
#services-main table.services-table td {
  border: 1px solid #e2ddd9;
  padding: 10px 12px;
  text-align: left;
  color: hsl(355, 15%, 20%);
}
#services-main table.services-table th {
  background-color: hsl(349, 17%, 37%);
  color: #f7f6f3;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
}
#services-main .cta-box {
  background-color: hsl(355, 15%, 20%);
  color: #f7f6f3;
  padding: 56px 40px;
  margin-top: 88px;
  text-align: center;
}
#services-main .cta-box h2 {
  color: #f7f6f3;
  font-weight: 700;
  margin-bottom: 16px;
}
#services-main .cta-box p {
  color: #e7e2df;
  max-width: 600px;
  margin: 0 auto 28px auto;
}
#services-main .cta-box .btn-cta {
  background-color: hsl(341, 33%, 60%);
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.25s ease;
}
#services-main .cta-box .btn-cta:hover {
  background-color: hsl(341, 33%, 50%);
  color: #ffffff;
}
@media (max-width: 767px) {
  #services-main .details-section,
  #services-main .cta-box {
    padding: 28px 20px;
  }
}



.hero-section {
    background-color: #f7f6f3;
    padding: 96px 0;
}

.hero-section h1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    color: hsl(355, 15%, 20%);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-section h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: hsl(341, 33%, 60%);
    font-size: 1.3rem;
    margin-bottom: 1.25rem;
}

.hero-section p.hero-desc {
    font-family: 'Playfair Display', serif;
    color: hsl(355, 15%, 20%);
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.hero-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 2rem;
}

.hero-list li {
    font-family: 'Playfair Display', serif;
    color: hsl(355, 15%, 20%);
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
}

.hero-list li i {
    color: hsl(341, 33%, 60%);
    font-size: 1.2rem;
    margin-top: 0.15rem;
}

.hero-img-wrap {
    border: 1px solid hsl(349, 17%, 37%, 0.2);
    box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

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

.btn-hero-primary {
    background-color: hsl(349, 17%, 37%);
    color: #f7f6f3;
    border: 1px solid hsl(349, 17%, 37%);
    border-radius: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    padding: 0.75rem 1.75rem;
    transition: all 0.25s ease;
}

.btn-hero-primary:hover {
    background-color: hsl(341, 33%, 60%);
    border-color: hsl(341, 33%, 60%);
    color: #fff;
}

.btn-hero-secondary {
    background-color: transparent;
    color: hsl(355, 15%, 20%);
    border: 1px solid hsl(355, 15%, 20%);
    border-radius: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    padding: 0.75rem 1.75rem;
    transition: all 0.25s ease;
}

.btn-hero-secondary:hover {
    background-color: hsl(355, 15%, 20%);
    color: #f7f6f3;
}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 64px 0;
    }
    .hero-section h1 {
        font-size: 2rem;
    }
}

#help {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
  color: hsl(355, 15%, 20%);
}
#help h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(355, 15%, 20%);
  font-weight: 700;
}
#help .lead-text {
  color: hsl(349, 17%, 37%);
  max-width: 700px;
}
#help .accordion-item {
  border: 1px solid hsl(349, 17%, 80%);
  border-radius: 0;
  margin-bottom: 12px;
  background-color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
#help .accordion-button {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  color: hsl(355, 15%, 20%);
  background-color: #ffffff;
  border-radius: 0;
  box-shadow: none;
}
#help .accordion-button:not(.collapsed) {
  background-color: hsl(341, 33%, 60%);
  color: #ffffff;
}
#help .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(341, 33%, 60%);
}
#help .accordion-button::after {
  filter: none;
}
#help .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
#help .accordion-body {
  background-color: #ffffff;
  color: hsl(355, 15%, 20%);
  font-size: 1.02rem;
  line-height: 1.7;
}

#strengths {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
}

#strengths h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(355, 15%, 20%);
  font-weight: 700;
}

#strengths .lead-text {
  color: hsl(349, 17%, 37%);
  max-width: 700px;
  margin: 0 auto;
}

#strengths .advantage-card {
  background-color: #ffffff;
  border: 1px solid #e2ded9;
  border-radius: 0;
  padding: 40px 28px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

#strengths .advantage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  border-color: hsl(341, 33%, 60%);
}

#strengths .icon-wrap {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(349, 17%, 37%);
  color: #f7f6f3;
  margin-bottom: 24px;
  border-radius: 0;
  transition: background-color 0.25s ease;
}

#strengths .advantage-card:hover .icon-wrap {
  background-color: hsl(341, 33%, 60%);
}

#strengths .icon-wrap i {
  font-size: 28px;
  color: #f7f6f3;
}

#strengths .advantage-card h3 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.25rem;
  color: hsl(355, 15%, 20%);
  margin-bottom: 14px;
  font-weight: 600;
}

#strengths .advantage-card p {
  color: #4a4644;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #strengths {
    padding: 64px 0;
  }
}

#story {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
  color: hsl(355, 15%, 20%);
}
#story h2, #story h3 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(355, 15%, 20%);
}
#story .lead-text {
  font-size: 1.05rem;
  line-height: 1.8;
}
#story .img-frame {
  border: 1px solid hsl(349, 17%, 37%, 0.25);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 1.5rem;
}
#story .img-frame img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
#story .value-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  border-radius: 0;
  padding: 28px 24px;
  height: 100%;
}
#story .value-card h4 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(341, 33%, 60%);
  font-size: 1.1rem;
  margin-bottom: 10px;
}
#story .stat-line {
  border-top: 1px solid rgba(0,0,0,0.1);
  padding-top: 40px;
  margin-top: 60px;
}
#story .stat-num {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: hsl(349, 17%, 37%);
}
#story .stat-label {
  font-size: 0.9rem;
  color: hsl(355, 15%, 20%);
}
@media (max-width: 767px) {
  #story { padding: 64px 0; }
}

#updates {
  background-color: hsl(355, 15%, 20%);
  padding: 96px 0;
}
#updates .updates-card {
  background-color: hsl(349, 17%, 37%);
  border: 1px solid hsl(341, 33%, 60%);
  box-shadow: 0 4px 18px rgba(0,0,0,0.25);
  border-radius: 0;
  padding: 56px 40px;
}
#updates h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #f7f6f3;
  font-weight: 700;
  margin-bottom: 16px;
}
#updates p {
  font-family: 'Playfair Display', serif;
  color: #f4f4f1;
  font-size: 1.05rem;
  margin-bottom: 32px;
}
#updates .form-control {
  border-radius: 0;
  border: 1px solid hsl(341, 33%, 60%);
  padding: 12px 16px;
  font-family: 'Playfair Display', serif;
  background-color: #f7f6f3;
  color: hsl(355, 15%, 20%);
}
#updates .form-control:focus {
  box-shadow: none;
  border-color: hsl(341, 33%, 60%);
  background-color: #ffffff;
}
#updates .btn-subscribe {
  background-color: hsl(341, 33%, 60%);
  color: #ffffff;
  border: none;
  border-radius: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  padding: 12px 32px;
  transition: background-color 0.2s ease;
}
#updates .btn-subscribe:hover {
  background-color: hsl(341, 33%, 50%);
  color: #ffffff;
}
#updates small.form-note {
  display: block;
  margin-top: 16px;
  color: #e6dfe0;
  font-family: 'Playfair Display', serif;
  font-size: 0.9rem;
}

.services-section {
  background-color: #f7f6f3;
  padding: 100px 0;
  font-family: 'Playfair Display', serif;
}

.services-section h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(355, 15%, 20%);
  font-weight: 700;
}

.services-section .lead-text {
  color: hsl(349, 17%, 37%);
  max-width: 700px;
  margin: 0 auto;
}

.services-list {
  border-top: 1px solid #ddd8d3;
}

.service-item {
  border-bottom: 1px solid #ddd8d3;
  padding: 32px 24px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background-color: #ffffff;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0;
}

.service-item:hover {
  background-color: #faf7f8;
  transform: translateX(4px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

.service-icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 0;
  background-color: hsl(349, 17%, 37%);
  color: #f7f6f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
}

.service-item:hover .service-icon {
  background-color: hsl(341, 33%, 60%);
}

.service-body {
  flex: 1;
}

.service-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.service-title {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(355, 15%, 20%);
  font-weight: 700;
  font-size: 1.2rem;
  margin: 0;
}

.service-price {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(349, 17%, 37%);
  font-weight: 700;
  font-size: 1.05rem;
  white-space: nowrap;
}

.service-desc {
  color: #4a4448;
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 767px) {
  .service-item {
    padding: 24px 16px;
  }
}

#clients {
    background-color: #f7f6f3;
    padding: 96px 0;
    font-family: 'Playfair Display', serif;
}
#clients h2 {
    font-family: 'Ubuntu', sans-serif;
    color: hsl(355, 15%, 20%);
    font-weight: 700;
}
#clients .lead-sub {
    color: hsl(349, 17%, 37%);
    max-width: 640px;
    margin: 0 auto;
}
#clients .review-card {
    background: #ffffff;
    border: 1px solid #e2ddd9;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    border-radius: 0;
    padding: 28px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#clients .review-card .stars {
    color: hsl(341, 33%, 60%);
    font-size: 1.05rem;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
#clients .review-card .star-empty {
    color: #d9d2ce;
}
#clients .review-card p.review-text {
    color: hsl(355, 15%, 20%);
    font-size: 1rem;
    line-height: 1.55;
    flex-grow: 1;
}
#clients .review-card .reviewer {
    margin-top: 16px;
    border-top: 1px solid #eee;
    padding-top: 12px;
}
#clients .review-card .reviewer .name {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
    color: hsl(349, 17%, 37%);
    font-size: 0.98rem;
}
#clients .review-card .reviewer .loc {
    font-size: 0.85rem;
    color: #8a7f7a;
}
#clients .review-card.accent-card {
    background: hsl(349, 17%, 37%);
    border: 1px solid hsl(349, 17%, 37%);
}
#clients .review-card.accent-card p.review-text, #clients .review-card.accent-card .reviewer .name {
    color: #f7f6f3;
}
#clients .review-card.accent-card .reviewer .loc {
    color: #e0d5d1;
}
#clients .review-card.accent-card .reviewer {
    border-top: 1px solid rgba(255,255,255,0.2);
}
#clients .review-card.dark-card {
    background: hsl(355, 15%, 20%);
    border: 1px solid hsl(355, 15%, 20%);
}
#clients .review-card.dark-card p.review-text, #clients .review-card.dark-card .reviewer .name {
    color: #f7f6f3;
}
#clients .review-card.dark-card .reviewer .loc {
    color: #cbb8b3;
}
#clients .review-card.dark-card .reviewer {
    border-top: 1px solid rgba(255,255,255,0.2);
}
#clients .stats-strip {
    background: #ffffff;
    border: 1px solid #e2ddd9;
    padding: 24px;
    text-align: center;
}
#clients .stats-strip .num {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: hsl(341, 33%, 60%);
}
#clients .stats-strip .label {
    color: hsl(355, 15%, 20%);
    font-size: 0.9rem;
}
@media (max-width: 767px) {
    #clients { padding: 64px 0; }
}

#our-approach {
  background-color: #f4f4f1;
  padding: 90px 0;
  font-family: 'Playfair Display', serif;
}

#our-approach .section-heading {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(355, 15%, 20%);
  font-weight: 700;
  margin-bottom: 12px;
}

#our-approach .section-subtext {
  color: hsl(349, 17%, 37%);
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  max-width: 620px;
  margin: 0 auto 48px;
}

#our-approach .approach-card {
  background-color: #ffffff;
  border: 1px solid #e2ddd9;
  border-radius: 0;
  padding: 28px 22px;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#our-approach .approach-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
}

#our-approach .approach-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid hsl(341, 33%, 60%);
  color: hsl(341, 33%, 60%);
  font-size: 1.3rem;
  margin-bottom: 16px;
}

#our-approach .approach-text {
  color: hsl(355, 15%, 20%);
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

#figures {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
}

#figures .section-heading {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(355, 15%, 20%);
  font-weight: 700;
  margin-bottom: 16px;
}

#figures .section-subtext {
  color: hsl(349, 17%, 37%);
  max-width: 640px;
  margin: 0 auto 56px;
  font-size: 1.05rem;
}

#figures .stat-card {
  background-color: #ffffff;
  border: 1px solid #e0ddd8;
  border-radius: 0;
  padding: 32px 24px;
  height: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-align: center;
}

#figures .stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.09);
}

#figures .stat-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(341, 33%, 60%);
  color: #ffffff;
  border-radius: 0;
  font-size: 1.8rem;
}

#figures .stat-number {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  color: hsl(355, 15%, 20%);
  display: inline-block;
  position: relative;
  animation: countFade 1.2s ease-in-out;
}

@keyframes countFade {
  0% {
    opacity: 0;
    transform: translateY(14px);
  }
  60% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#figures .stat-label {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(349, 17%, 37%);
  font-size: 1rem;
  font-weight: 500;
  margin-top: 6px;
}

#figures .stat-context {
  font-size: 0.9rem;
  color: #6b6560;
  margin-top: 4px;
}

@media (max-width: 767px) {
  #figures {
    padding: 64px 0;
  }
  #figures .stat-number {
    font-size: 2rem;
  }
}

#deal {
  background: linear-gradient(135deg, hsl(349, 17%, 37%) 0%, hsl(355, 15%, 20%) 100%);
  padding: 96px 0;
  color: #f7f6f3;
}
#deal .offer-card {
  background: hsl(355, 15%, 20%);
  border: 1px solid hsl(341, 33%, 60%);
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  padding: 48px;
}
#deal h2 {
  font-family: 'Ubuntu', sans-serif;
  color: #f7f6f3;
  font-weight: 700;
  margin-bottom: 24px;
}
#deal p.offer-text {
  font-family: 'Playfair Display', serif;
  color: #f0e9eb;
  font-size: 1.1rem;
  line-height: 1.7;
}
#deal .date-box {
  background: hsl(341, 33%, 60%);
  border: 1px solid hsl(341, 33%, 60%);
  padding: 20px 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0;
}
#deal .date-box i {
  font-size: 2rem;
  color: hsl(355, 15%, 20%);
}
#deal .date-box .date-text-wrap {
  display: flex;
  flex-direction: column;
}
#deal .date-box .label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 0.85rem;
  color: hsl(355, 15%, 20%);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#deal .date-box .date-value {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: hsl(355, 15%, 20%);
}
#deal ul.benefits-list {
  list-style: none;
  padding-left: 0;
  margin: 28px 0;
}
#deal ul.benefits-list li {
  font-family: 'Playfair Display', serif;
  color: #f7f6f3;
  padding: 10px 0;
  border-bottom: 1px solid rgba(247,246,243,0.15);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.02rem;
}
#deal ul.benefits-list li:last-child {
  border-bottom: none;
}
#deal ul.benefits-list li i {
  color: hsl(341, 33%, 60%);
  font-size: 1.2rem;
  margin-top: 3px;
}
#deal .btn-deal {
  background: hsl(341, 33%, 60%);
  color: hsl(355, 15%, 20%);
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  padding: 14px 36px;
  border: 1px solid hsl(341, 33%, 60%);
  border-radius: 0;
  font-size: 1.05rem;
  transition: all 0.2s ease;
  display: inline-block;
  text-decoration: none;
}
#deal .btn-deal:hover {
  background: transparent;
  color: #f7f6f3;
  border-color: #f7f6f3;
}
@media (max-width: 767px) {
  #deal .offer-card {
    padding: 28px;
  }
  #deal .date-box {
    flex-wrap: wrap;
  }
}

#reach-us {
    background-color: #f7f6f3;
    padding: 96px 0;
    font-family: 'Playfair Display', serif;
    color: hsl(355, 15%, 20%);
}

#reach-us h2, #reach-us h3 {
    font-family: 'Ubuntu', sans-serif;
    color: hsl(355, 15%, 20%);
}

#reach-us .section-intro {
    max-width: 640px;
    margin-bottom: 56px;
}

#reach-us .contact-card {
    background-color: #ffffff;
    border: 1px solid #e0ddd8;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 0;
    padding: 40px;
    height: 100%;
}

#reach-us .info-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

#reach-us .info-list li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

#reach-us .info-icon {
    color: hsl(341, 33%, 60%);
    font-size: 1.2rem;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

#reach-us .info-list a {
    color: hsl(349, 17%, 37%);
    text-decoration: none;
    font-weight: 600;
}

#reach-us .info-list a:hover {
    color: hsl(341, 33%, 60%);
    text-decoration: underline;
}

#reach-us .find-us-note {
    background-color: #f4f4f1;
    border-left: 3px solid hsl(341, 33%, 60%);
    padding: 14px 18px;
    margin-top: 8px;
    font-size: 0.95rem;
}

#reach-us .find-us-note a {
    color: hsl(349, 17%, 37%);
    font-weight: 600;
}

#reach-us .hours-table {
    width: 100%;
    margin-top: 12px;
    font-size: 0.95rem;
}

#reach-us .hours-table td {
    padding: 4px 0;
    border-bottom: 1px solid #ece9e5;
}

#reach-us .form-card {
    background-color: #ffffff;
    border: 1px solid #e0ddd8;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 0;
    padding: 40px;
}

#reach-us .form-label {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    color: hsl(355, 15%, 20%);
    margin-bottom: 6px;
}

#reach-us .form-control {
    border-radius: 0;
    border: 1px solid #cfcac4;
    padding: 10px 14px;
    font-family: 'Playfair Display', serif;
    background-color: #fdfcfb;
}

#reach-us .form-control:focus {
    border-color: hsl(341, 33%, 60%);
    box-shadow: 0 0 0 0.2rem hsla(341, 33%, 60%, 0.25);
}

#reach-us .btn-submit {
    background-color: hsl(349, 17%, 37%);
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 12px 36px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease;
}

#reach-us .btn-submit:hover {
    background-color: hsl(341, 33%, 60%);
    color: #ffffff;
}

#reach-us .reply-badge {
    display: inline-block;
    background-color: hsl(341, 33%, 60%);
    color: #ffffff;
    padding: 6px 16px;
    font-size: 0.85rem;
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 24px;
}

#disclaimer {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Playfair Display', serif;
}
#disclaimer .disclaimer-card {
  background-color: #ffffff;
  border: 1px solid #e0ddd9;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 48px;
  border-radius: 0;
}
#disclaimer .disclaimer-icon {
  font-size: 2.5rem;
  color: hsl(341, 33%, 60%);
  margin-bottom: 16px;
}
#disclaimer h2 {
  font-family: 'Ubuntu', sans-serif;
  color: hsl(355, 15%, 20%);
  font-weight: 700;
  margin-bottom: 24px;
}
#disclaimer p {
  color: hsl(355, 15%, 20%);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #disclaimer {
    padding: 64px 0;
  }
  #disclaimer .disclaimer-card {
    padding: 32px 24px;
  }
}
