@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500;600;700;800&family=Crimson+Text:wght@400;600&display=swap');

:root {
  --primary: hsl(154, 21%, 39%);
  --secondary: hsl(304, 16%, 25%);
  --accent: hsl(4, 47%, 61%);
  --surface: #f4f4f1;
  --color-primary: hsl(154, 21%, 39%);
  --color-secondary: hsl(304, 16%, 25%);
  --color-accent: hsl(4, 47%, 61%);
}

body{
  font-family: 'Crimson Text', serif;
  color: #2b2b2b;
  background-color: var(--surface);
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Work Sans', sans-serif;
  color: var(--secondary);
}
.navbar{
  background-color: #ffffff;
  border-bottom: 1px solid #e6e5e1;
}
.navbar-brand{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  color: var(--secondary) !important;
}
.navbar-brand img{
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
}
.navbar-nav .nav-link{
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: var(--secondary);
  padding: 0.5rem 1rem;
}
.navbar-nav .nav-link:hover{
  color: var(--primary);
}
.navbar-toggler{
  border-color: var(--primary);
}
.navbar-toggler:focus{
  box-shadow: 0 0 0 0.2rem hsla(154, 21%, 39%, 0.25);
}

footer {
    background-color: hsl(304, 16%, 25%);
    color: #f4f4f1;
    font-family: 'Crimson Text', serif;
    padding: 80px 0 24px;
  }
  footer h5, footer h6 {
    font-family: 'Work Sans', sans-serif;
    color: #f4f4f1;
    margin-bottom: 16px;
  }
  footer p, footer li, footer a {
    font-size: 1.05rem;
    color: #e6e3e0;
  }
  footer a {
    text-decoration: none;
    transition: color 0.2s ease;
  }
  footer a:hover {
    color: hsl(4, 47%, 61%);
  }
  footer ul {
    list-style: none;
    padding-left: 0;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  .footer-divider {
    border-color: 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-radius: 8px;
    background-color: hsl(154, 21%, 39%);
    color: #ffffff;
    margin-right: 10px;
    font-size: 1.1rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .social-icons a:hover {
    background-color: hsl(4, 47%, 61%);
    color: #ffffff;
    transform: translateY(-3px);
  }
  .footer-bottom {
    font-size: 0.95rem;
    color: #cfcbc7;
  }
  #privacyNotice {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1080;
    background-color: #f4f4f1;
    border-top: 3px solid hsl(154, 21%, 39%);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    padding: 18px 0;
    max-height: 60vh;
    overflow-y: auto;
    font-family: 'Crimson Text', serif;
  }
  #privacyNotice h6 {
    font-family: 'Work Sans', sans-serif;
    color: hsl(304, 16%, 25%);
    margin-bottom: 8px;
    font-size: 1.1rem;
  }
  #privacyNotice p {
    color: #333333;
    font-size: 0.95rem;
    margin-bottom: 10px;
  }
  #privacyNotice ul {
    padding-left: 18px;
    margin-bottom: 12px;
  }
  #privacyNotice ul li {
    font-size: 0.9rem;
    color: #333333;
    margin-bottom: 4px;
  }
  .cookie-btn {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    transition: all 0.2s ease;
    width: 100%;
  }
  .btn-accept-all {
    background-color: hsl(154, 21%, 39%);
    color: #ffffff;
  }
  .btn-accept-all:hover {
    background-color: hsl(154, 21%, 30%);
    color: #ffffff;
  }
  .btn-reject-optional {
    background-color: hsl(4, 47%, 61%);
    color: #ffffff;
  }
  .btn-reject-optional:hover {
    background-color: hsl(4, 47%, 50%);
    color: #ffffff;
  }
  .btn-manage {
    color: hsl(304, 16%, 25%);
    text-decoration: underline;
    font-size: 0.9rem;
    display: inline-block;
    margin-top: 8px;
  }
  .btn-manage:hover {
    color: hsl(4, 47%, 61%);
  }

#services-section {
  background: #f7f6f3;
  font-family: 'Crimson Text', serif;
  padding: 96px 0;
  color: #2b2b2b;
}
#services-section h1,
#services-section h2,
#services-section h3,
#services-section h4 {
  font-family: 'Work Sans', sans-serif;
}
#services-section .page-intro {
  max-width: 780px;
  margin: 0 auto 56px auto;
  text-align: center;
}
#services-section .page-intro h1 {
  color: hsl(154, 21%, 39%);
  font-weight: 700;
  margin-bottom: 18px;
}
#services-section .page-intro p {
  font-size: 1.15rem;
  color: #444;
}
#services-section .service-card {
  background: #fff;
  border: 1px solid #e2e0da;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 32px 26px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#services-section .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  border-color: hsl(154, 21%, 39%);
}
#services-section .service-icon {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: hsl(154, 21%, 39%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
#services-section .service-card h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: hsl(304, 16%, 25%);
  margin-bottom: 10px;
}
#services-section .service-card p {
  font-size: 1.02rem;
  color: #4a4a4a;
  margin-bottom: 16px;
}
#services-section .service-price {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: hsl(4, 47%, 61%);
  border-top: 1px solid #eee;
  padding-top: 12px;
  width: 100%;
}
#services-section .steps-block {
  background: #fff;
  border: 1px solid #e2e0da;
  border-radius: 8px;
  padding: 48px 40px;
  margin-top: 88px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
#services-section .steps-block h2 {
  color: hsl(154, 21%, 39%);
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}
#services-section .step-item {
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
}
#services-section .step-number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: hsl(304, 16%, 25%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
}
#services-section .step-item h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: hsl(304, 16%, 25%);
  margin-bottom: 4px;
}
#services-section .step-item p {
  color: #4a4a4a;
  margin-bottom: 0;
}
#services-section .cta-box {
  margin-top: 88px;
  background: hsl(154, 21%, 39%);
  border-radius: 8px;
  padding: 52px 32px;
  text-align: center;
}
#services-section .cta-box h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}
#services-section .cta-box p {
  color: #f0f0ee;
  font-size: 1.1rem;
  margin-bottom: 26px;
}
#services-section .cta-box .btn-cta {
  background: hsl(4, 47%, 61%);
  color: #fff;
  border: none;
  padding: 12px 34px;
  border-radius: 6px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease;
}
#services-section .cta-box .btn-cta:hover {
  background: hsl(4, 47%, 51%);
  color: #fff;
}

.hero-section {
  background-color: #f4f4f1;
  padding: 96px 0;
}
.hero-section h1 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  color: hsl(304, 16%, 25%);
}
.hero-section h2 {
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  color: hsl(154, 21%, 39%);
  font-size: 1.4rem;
}
.hero-section p, .hero-section li {
  font-family: 'Crimson Text', serif;
  color: #333333;
  font-size: 1.15rem;
}
.hero-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  border: 1px solid #e2e0da;
}
.hero-list {
  list-style: none;
  padding-left: 0;
}
.hero-list li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hero-list i {
  color: hsl(154, 21%, 39%);
  font-size: 1.2rem;
  margin-top: 3px;
}
.btn-primary-custom {
  background-color: hsl(154, 21%, 39%);
  border: 1px solid hsl(154, 21%, 39%);
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 28px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-primary-custom:hover {
  background-color: hsl(154, 21%, 30%);
  border-color: hsl(154, 21%, 30%);
  color: #ffffff;
}
.btn-outline-custom {
  background-color: transparent;
  border: 1px solid hsl(4, 47%, 61%);
  color: hsl(4, 47%, 61%);
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 28px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-outline-custom:hover {
  background-color: hsl(4, 47%, 61%);
  color: #ffffff;
}
@media (max-width: 767px) {
  .hero-section {
    padding: 56px 0;
  }
  .hero-section h1 {
    font-size: 1.9rem;
  }
}

#gallery {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
#gallery h2 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(304, 16%, 25%);
  font-weight: 700;
}
#gallery .lead {
  color: #444;
  font-size: 1.15rem;
  max-width: 720px;
}
#gallery .case-card {
  background-color: #fff;
  border: 1px solid #e3e1dc;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  overflow: hidden;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#gallery .case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.09);
}
#gallery .case-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #ece9e3;
}
#gallery .case-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#gallery .case-body {
  padding: 20px 22px 24px;
}
#gallery .case-badge {
  display: inline-block;
  background-color: hsl(154, 21%, 39%);
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
#gallery .case-title {
  font-family: 'Work Sans', sans-serif;
  color: hsl(304, 16%, 25%);
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 8px;
}
#gallery .case-text {
  color: #4a4a4a;
  font-size: 1.02rem;
  line-height: 1.55;
  margin-bottom: 16px;
}
#gallery .btn-case {
  background-color: transparent;
  border: 1px solid hsl(154, 21%, 39%);
  color: hsl(154, 21%, 39%);
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9rem;
  padding: 7px 18px;
  border-radius: 6px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#gallery .btn-case:hover {
  background-color: hsl(154, 21%, 39%);
  color: #fff;
}
#gallery .modal-content {
  border-radius: 8px;
  border: none;
}
#gallery .modal-header {
  background-color: hsl(304, 16%, 25%);
  color: #f7f6f3;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
}
#gallery .modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
#gallery .modal-title {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
#gallery .modal-body {
  font-family: 'Crimson Text', serif;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.6;
}
#gallery .modal-body img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 18px;
}
#gallery .modal-footer {
  border-top: none;
}
#gallery .btn-modal-close {
  background-color: hsl(4, 47%, 61%);
  border: none;
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  padding: 8px 20px;
  border-radius: 6px;
}
#gallery .btn-modal-close:hover {
  background-color: hsl(4, 47%, 51%);
  color: #fff;
}

#questions {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
#questions h2 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(304, 16%, 25%);
  font-weight: 700;
}
#questions p.lead {
  font-family: 'Crimson Text', serif;
  color: #444;
  font-size: 1.2rem;
}
#questions .faq-accordion .accordion-item {
  border: 1px solid #e0dfda;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  background-color: #ffffff;
}
#questions .faq-accordion .accordion-button {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: hsl(304, 16%, 25%);
  background-color: #ffffff;
  font-size: 1.05rem;
  padding: 20px 24px;
}
#questions .faq-accordion .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: hsl(154, 21%, 39%);
  box-shadow: none;
}
#questions .faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(154, 21%, 39%);
}
#questions .faq-accordion .accordion-button::after {
  filter: none;
}
#questions .faq-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
#questions .faq-accordion .accordion-body {
  font-family: 'Crimson Text', serif;
  font-size: 1.08rem;
  color: #333;
  padding: 22px 24px;
  background-color: #fdfdfc;
  line-height: 1.65;
}
#questions .faq-badge {
  display: inline-block;
  background-color: hsl(4, 47%, 61%);
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #questions {
    padding: 64px 0;
  }
  #questions .faq-accordion .accordion-button {
    font-size: 0.98rem;
    padding: 16px 18px;
  }
  #questions .faq-accordion .accordion-body {
    padding: 18px;
    font-size: 1rem;
  }
}

#company {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
  color: #333;
}
#company h2, #company h3 {
  font-family: 'Work Sans', sans-serif;
}
#company .section-label {
  color: hsl(4, 47%, 61%);
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
#company h2 {
  color: hsl(154, 21%, 39%);
  font-weight: 700;
  margin-bottom: 24px;
}
#company p {
  font-size: 1.15rem;
  line-height: 1.75;
  color: #333;
}
#company .story-img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e0ddd8;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}
#company .value-card {
  background-color: #fff;
  border: 1px solid #e5e2dd;
  border-radius: 8px;
  padding: 24px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
#company .value-card h3 {
  color: hsl(304, 16%, 25%);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#company .value-card p {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 0;
}
#company .stat-strip {
  background-color: hsl(154, 21%, 39%);
  border-radius: 8px;
  padding: 32px 24px;
  color: #f7f6f3;
}
#company .stat-strip .num {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
}
#company .stat-strip .lbl {
  font-size: 0.95rem;
  color: #f0efe9;
}

.services-section {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
.services-section .section-heading {
  font-family: 'Work Sans', sans-serif;
  color: hsl(304, 16%, 25%);
  font-weight: 700;
}
.services-section .section-sub {
  font-family: 'Crimson Text', serif;
  font-size: 1.15rem;
  color: #444;
  max-width: 700px;
  margin: 0 auto;
}
.service-card {
  background-color: #ffffff;
  border: 1px solid #e2e0da;
  border-radius: 8px;
  padding: 32px 28px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  border-color: hsl(154, 21%, 39%);
}
.service-icon {
  width: 58px;
  height: 58px;
  border-radius: 8px;
  background-color: hsl(154, 21%, 39%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
.service-card h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.3rem;
  color: hsl(304, 16%, 25%);
  font-weight: 600;
  margin-bottom: 10px;
}
.service-card p {
  color: #444;
  font-size: 1.08rem;
  line-height: 1.55;
  margin-bottom: 18px;
}
.service-price {
  display: inline-block;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: hsl(4, 47%, 61%);
  font-size: 1.15rem;
  border-top: 1px solid #eee;
  padding-top: 14px;
  width: 100%;
}
.service-price span {
  color: #333;
  font-family: 'Crimson Text', serif;
  font-weight: 400;
  font-size: 0.95rem;
  display: block;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .services-section { padding: 64px 0; }
  .service-card { padding: 24px 20px; }
}

#feedback {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
#feedback h2 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(304, 16%, 25%);
  font-weight: 700;
}
#feedback .lead-sub {
  font-size: 1.15rem;
  color: #444;
  max-width: 640px;
}
#feedback .review-card {
  background: #fff;
  border: 1px solid #e2e0da;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 28px 26px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#feedback .review-card.tinted {
  background: #f7f6f3;
}
#feedback .stars {
  color: hsl(4, 47%, 61%);
  font-size: 1.05rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#feedback .review-text {
  font-size: 1.1rem;
  color: #2b2b2b;
  flex-grow: 1;
  line-height: 1.55;
}
#feedback .reviewer-name {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: hsl(154, 21%, 39%);
  margin-bottom: 0;
  margin-top: 16px;
}
#feedback .reviewer-loc {
  font-size: 0.92rem;
  color: #6b6b6b;
}
#feedback .badge-service {
  display: inline-block;
  background: hsl(154, 21%, 39%);
  color: #fdfdfc;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.72rem;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
}
#feedback .stat-strip {
  border-top: 1px solid #e2e0da;
  border-bottom: 1px solid #e2e0da;
  padding: 24px 0;
  margin-top: 72px;
}
#feedback .stat-num {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  color: hsl(304, 16%, 25%);
}
#feedback .stat-label {
  font-size: 0.95rem;
  color: #555;
}
@media (max-width: 767px) {
  #feedback { padding: 64px 0; }
}

#why-us {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
#why-us h2 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(304, 16%, 25%);
  font-weight: 700;
}
#why-us .section-sub {
  color: #4a4a4a;
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto;
}
#why-us .advantage-card {
  background-color: #ffffff;
  border: 1px solid #e2e0da;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 36px 28px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
#why-us .advantage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  border-color: hsl(154, 21%, 39%);
}
#why-us .icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 8px;
  background-color: hsl(154, 21%, 39%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#why-us .icon-wrap i {
  font-size: 1.6rem;
  color: #f7f6f3;
}
#why-us .advantage-card:nth-child(odd) .icon-wrap {
  background-color: hsl(4, 47%, 61%);
}
#why-us .advantage-card h3 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.25rem;
  color: hsl(304, 16%, 25%);
  margin-bottom: 12px;
  font-weight: 600;
}
#why-us .advantage-card p {
  color: #3d3d3d;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 0;
}

#limited .offer-section {
  padding: 96px 0;
  background: linear-gradient(135deg, hsl(154, 21%, 39%) 0%, hsl(154, 21%, 32%) 100%);
  color: #f7f6f3;
}
#limited .offer-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 10px;
  padding: 48px;
}
#limited .offer-heading {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  color: #f7f6f3;
  font-size: 2.2rem;
  margin-bottom: 24px;
}
#limited .offer-text {
  font-family: 'Crimson Text', serif;
  font-size: 1.15rem;
  line-height: 1.7;
  color: #f4f4f1;
  margin-bottom: 32px;
}
#limited .deadline-box {
  background: hsl(4, 47%, 61%);
  border-radius: 8px;
  padding: 20px 28px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 36px;
  color: #ffffff;
}
#limited .deadline-box .bi {
  font-size: 1.8rem;
  color: #ffffff;
}
#limited .deadline-text {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  color: #ffffff;
}
#limited .deadline-date {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffffff;
  display: block;
}
#limited .benefit-list {
  list-style: none;
  padding: 0;
  margin: 0 0 36px 0;
}
#limited .benefit-list li {
  font-family: 'Crimson Text', serif;
  font-size: 1.1rem;
  color: #f7f6f3;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
#limited .benefit-list li:last-child {
  border-bottom: none;
}
#limited .benefit-list .bi {
  color: hsl(4, 47%, 61%);
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}
#limited .offer-cta {
  background: #ffffff;
  color: hsl(154, 21%, 39%);
  border: none;
  padding: 14px 36px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  border-radius: 8px;
  transition: all 0.25s ease;
  display: inline-block;
  text-decoration: none;
}
#limited .offer-cta:hover {
  background: hsl(4, 47%, 61%);
  color: #ffffff;
}
#limited .discount-badge {
  display: inline-block;
  background: hsl(304, 16%, 25%);
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #limited .offer-card { padding: 32px 24px; }
  #limited .offer-heading { font-size: 1.6rem; }
  #limited .deadline-box { flex-direction: row; padding: 16px 20px; }
  #limited .deadline-date { font-size: 1.2rem; }
}

#contacts {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
#contacts h2, #contacts h3 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(304, 16%, 25%);
}
#contacts p, #contacts li, #contacts label {
  font-size: 1.15rem;
  color: #333;
}
#contacts .contact-card {
  background-color: #fff;
  border: 1px solid #e0ded9;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  padding: 40px;
  height: 100%;
}
#contacts .info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}
#contacts .info-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background-color: hsl(154, 21%, 39%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
#contacts .info-item a {
  color: hsl(154, 21%, 39%);
  text-decoration: none;
  font-weight: 600;
}
#contacts .info-item a:hover {
  color: hsl(4, 47%, 61%);
  text-decoration: underline;
}
#contacts .map-link {
  color: hsl(4, 47%, 61%);
  font-weight: 600;
  text-decoration: none;
}
#contacts .map-link:hover {
  text-decoration: underline;
}
#contacts .form-control {
  border-radius: 6px;
  border: 1px solid #ccc9c2;
  font-family: 'Crimson Text', serif;
  font-size: 1.05rem;
  padding: 10px 14px;
}
#contacts .form-control:focus {
  border-color: hsl(154, 21%, 39%);
  box-shadow: 0 0 0 0.2rem rgba(76, 115, 97, 0.2);
}
#contacts .btn-submit {
  background-color: hsl(154, 21%, 39%);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 32px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.2s ease;
}
#contacts .btn-submit:hover {
  background-color: hsl(4, 47%, 61%);
  color: #fff;
}
#contacts .hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contacts .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px dashed #e0ded9;
  font-size: 1.05rem;
}
#contacts .hours-list li:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  #contacts {
    padding: 64px 0;
  }
  #contacts .contact-card {
    padding: 26px;
  }
}

#important {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
}
#important h2 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(304, 16%, 25%);
  font-weight: 600;
}
#important .disclaimer-card {
  background-color: #ffffff;
  border: 1px solid #e0e0dc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 40px;
}
#important .bi-info-circle-fill {
  color: hsl(154, 21%, 39%);
  font-size: 2rem;
  flex-shrink: 0;
}
#important p {
  color: #333333;
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 0;
}

#contact-section {
  background: #f4f4f1;
  padding: 96px 0;
  font-family: 'Crimson Text', serif;
  color: #2b2b2b;
}
#contact-section h1,
#contact-section h2,
#contact-section h3,
#contact-section .heading-font {
  font-family: 'Work Sans', sans-serif;
}
#contact-section .lead-text {
  font-size: 1.2rem;
  color: #444;
}
#contact-section .contact-card {
  background: #fff;
  border: 1px solid #e0dfda;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  padding: 32px;
}
#contact-section .info-block {
  background: #fff;
  border: 1px solid #e0dfda;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
  padding: 32px;
  height: 100%;
}
#contact-section .info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}
#contact-section .info-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 8px;
  background: hsl(154, 21%, 39%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}
#contact-section .info-item a {
  color: hsl(154, 21%, 39%);
  text-decoration: none;
  font-weight: 600;
}
#contact-section .info-item a:hover {
  text-decoration: underline;
}
#contact-section .info-item p {
  margin-bottom: 2px;
}
#contact-section .find-us {
  font-size: 0.98rem;
  color: #555;
  margin-top: 4px;
}
#contact-section .find-us a {
  color: hsl(4, 47%, 61%);
  font-weight: 600;
  text-decoration: none;
}
#contact-section .find-us a:hover {
  text-decoration: underline;
}
#contact-section .hours-table {
  width: 100%;
  font-size: 0.98rem;
}
#contact-section .hours-table td {
  padding: 3px 0;
  border: none;
}
#contact-section .hours-table td.day {
  color: #333;
  font-weight: 600;
  width: 55%;
}
#contact-section .hours-table td.time {
  color: #555;
  text-align: right;
}
#contact-section .form-label {
  font-weight: 600;
  color: #2b2b2b;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.95rem;
}
#contact-section .form-control {
  border-radius: 6px;
  border: 1px solid #cfceca;
  padding: 10px 14px;
  font-family: 'Crimson Text', serif;
  font-size: 1.05rem;
}
#contact-section .form-control:focus {
  border-color: hsl(154, 21%, 39%);
  box-shadow: 0 0 0 0.2rem rgba(76, 122, 101, 0.2);
}
#contact-section .btn-submit {
  background: hsl(154, 21%, 39%);
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: 8px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
}
#contact-section .btn-submit:hover {
  background: hsl(154, 21%, 30%);
  color: #fff;
}
#contact-section .reply-note {
  background: hsl(154, 21%, 39%);
  color: #fff;
  border-radius: 8px;
  padding: 18px 24px;
  font-size: 1rem;
  margin-bottom: 28px;
}
#contact-section .reply-note strong {
  color: #fff;
}
#contact-section .cta-strip {
  background: hsl(304, 16%, 25%);
  color: #f4f4f1;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
  margin-top: 88px;
}
#contact-section .cta-strip h3 {
  color: #fff;
  margin-bottom: 10px;
}
#contact-section .cta-strip p {
  color: #e6e2e6;
  margin-bottom: 20px;
}
#contact-section .cta-strip .btn-cta {
  background: hsl(4, 47%, 61%);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#contact-section .btn-cta:hover {
  background: hsl(4, 47%, 50%);
  color: #fff;
}
@media (max-width: 767px) {
  #contact-section { padding: 64px 0; }
  #contact-section .contact-card,
  #contact-section .info-block { padding: 24px; }
}





.thankyou-section {
  font-family: 'Crimson Text', serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, hsl(154, 21%, 96%) 0%, hsl(304, 16%, 97%) 100%);
  padding: 3rem 1rem;
}

.thankyou-card {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.08);
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  border-top: 5px solid var(--color-primary);
}

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

.thankyou-text {
  color: hsl(0, 0%, 30%);
  font-size: 1.15rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background: hsl(154, 21%, 39%, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pop-in 0.5s ease-out;
}

.icon-wrapper svg {
  width: 55px;
  height: 55px;
  stroke: var(--color-primary);
}

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

.info-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 1.75rem 0;
}

.info-badge {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--color-secondary);
  background: hsl(304, 16%, 25%, 0.08);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.info-badge svg {
  width: 16px;
  height: 16px;
  stroke: var(--color-accent);
}

.btn-home {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  padding: 0.75rem 2.25rem;
  border-radius: 0.5rem;
  font-size: 1.05rem;
  transition: all 0.25s ease;
}

.btn-home:hover,
.btn-home:focus {
  background-color: hsl(154, 21%, 32%);
  border-color: hsl(154, 21%, 32%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}

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

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