@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(28, 16%, 38%);
  --secondary: hsl(178, 16%, 19%);
  --accent: hsl(238, 28%, 63%);
  --surface: #f4f4f1;
}

body {
    font-family: 'Crimson Text', serif;
    background-color: var(--surface);
    color: #2a2a2a;
  }
  h1, h2, h3, h4, h5, h6, .navbar-brand, .nav-link {
    font-family: 'Work Sans', sans-serif;
  }
  .navbar {
    background-color: var(--surface);
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.08);
  }
  .navbar-brand {
    font-weight: 700;
    font-size: 1.4rem;
    color: var(--secondary) !important;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .navbar-brand img {
    border-radius: 12px;
  }
  .nav-link {
    color: var(--secondary) !important;
    font-weight: 600;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    transition: color 0.2s ease;
  }
  .nav-link:hover {
    color: var(--accent) !important;
  }
  .navbar-toggler {
    border-color: var(--primary);
  }
  .navbar-toggler-icon {
    filter: none;
  }
  @media (max-width: 991px) {
    .navbar-collapse {
      margin-top: 1rem;
    }
  }

footer {
    background: hsl(178, 16%, 19%);
    color: #f4f4f1;
    padding: 56px 0 24px;
    font-family: 'Crimson Text', serif;
    border-radius: 24px 24px 0 0;
  }
  footer h5 {
    font-family: 'Work Sans', sans-serif;
    color: #f4f4f1;
    margin-bottom: 16px;
    font-size: 1.15rem;
  }
  footer a {
    color: #e5e2dc;
    text-decoration: none;
  }
  footer a:hover {
    color: hsl(238, 28%, 73%);
  }
  footer p, footer li {
    font-size: 1rem;
    color: #dcd9d3;
  }
  footer ul {
    list-style: none;
    padding-left: 0;
  }
  footer ul li {
    margin-bottom: 10px;
  }
  .footer-brand {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: #f4f4f1;
  }
  .footer-divider {
    border-top: 1px solid rgba(244,244,241,0.15);
    margin: 32px 0 20px;
  }
  .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 16px;
    background: hsl(28, 16%, 38%);
    color: #f4f4f1;
    margin-right: 10px;
    transition: background 0.2s ease, transform 0.2s ease;
  }
  .social-icons a:hover {
    background: hsl(238, 28%, 63%);
    transform: translateY(-2px);
  }
  .footer-bottom {
    font-size: 0.9rem;
    color: #c9c6c0;
  }
  #privacyBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f4f4f1;
    border-top: 3px solid hsl(28, 16%, 38%);
    z-index: 1050;
    padding: 20px 0;
    max-height: 60vh;
    overflow-y: auto;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.15);
    border-radius: 24px 24px 0 0;
    font-family: 'Crimson Text', serif;
  }
  #privacyBanner h5 {
    font-family: 'Work Sans', sans-serif;
    color: hsl(178, 16%, 19%);
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  #privacyBanner p, #privacyBanner li {
    color: #333;
    font-size: 0.92rem;
    margin-bottom: 6px;
  }
  #privacyBanner ul {
    padding-left: 18px;
    margin-bottom: 12px;
  }
  .cookie-btn {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    border-radius: 16px;
    padding: 10px 18px;
    font-size: 0.95rem;
    border: none;
    transition: all 0.2s ease;
    width: 100%;
  }
  .btn-accept-all {
    background: hsl(238, 28%, 63%);
    color: #fff;
  }
  .btn-accept-all:hover {
    background: hsl(238, 28%, 53%);
    color: #fff;
  }
  .btn-reject-optional {
    background: hsl(28, 16%, 38%);
    color: #fff;
  }
  .btn-reject-optional:hover {
    background: hsl(28, 16%, 28%);
    color: #fff;
  }
  .cookie-manage-link {
    color: hsl(178, 16%, 19%);
    font-size: 0.88rem;
    text-decoration: underline;
  }
  .cookie-manage-link:hover {
    color: hsl(238, 28%, 63%);
  }

#services-section {
  background-color: #f4f4f1;
  font-family: 'Crimson Text', serif;
  padding: 52px 0;
  color: #222;
}
#services-section h1, #services-section h2, #services-section h3, #services-section h4 {
  font-family: 'Work Sans', sans-serif;
}
#services-section .page-intro {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}
#services-section .page-intro h1 {
  color: hsl(178, 16%, 19%);
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 16px;
}
#services-section .page-intro p {
  font-size: 1.15rem;
  color: #333;
}
#services-section .info-block {
  margin-bottom: 48px;
}
#services-section .info-block h3 {
  color: hsl(28, 16%, 38%);
  font-weight: 600;
  font-size: 1.35rem;
  margin-bottom: 10px;
}
#services-section .info-block p {
  font-size: 1.08rem;
  color: #333;
  line-height: 1.6;
}
#services-section .list-wrapper {
  background: #fff;
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 2px 14px rgba(0,0,0,0.05);
}
#services-section .service-row {
  display: flex;
  flex-wrap: wrap;
}
#services-section .service-item {
  padding: 26px 20px;
  transition: background-color 0.25s ease, transform 0.25s ease;
  border-radius: 16px;
  height: 100%;
}
#services-section .service-item:hover {
  background-color: #f4f4f1;
  transform: translateY(-4px);
}
#services-section .service-col {
  border-right: 1px solid #e0ddd8;
}
@media (max-width: 767px) {
  #services-section .service-col {
    border-right: none;
    border-bottom: 1px solid #e0ddd8;
  }
}
#services-section .service-icon {
  font-size: 2rem;
  color: hsl(238, 28%, 63%);
  margin-bottom: 14px;
}
#services-section .service-item h4 {
  font-weight: 600;
  color: hsl(178, 16%, 19%);
  font-size: 1.25rem;
  margin-bottom: 8px;
}
#services-section .service-item p {
  font-size: 1.02rem;
  color: #333;
  margin-bottom: 12px;
}
#services-section .service-price {
  display: inline-block;
  background-color: hsl(28, 16%, 38%);
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.95rem;
}
#services-section .cta-box {
  margin-top: 52px;
  text-align: center;
  background-color: hsl(178, 16%, 19%);
  border-radius: 22px;
  padding: 44px 24px;
  color: #f7f6f3;
}
#services-section .cta-box h3 {
  font-weight: 700;
  color: #f7f6f3;
  margin-bottom: 14px;
}
#services-section .cta-box p {
  color: #e8e6e2;
  font-size: 1.1rem;
  margin-bottom: 22px;
}
#services-section .cta-btn {
  background-color: hsl(238, 28%, 63%);
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.25s ease;
}
#services-section .cta-btn:hover {
  background-color: hsl(28, 16%, 38%);
  color: #fff;
}

#contact-content {
  background-color: #f4f4f1;
  padding: 56px 0;
  font-family: 'Crimson Text', serif;
  color: #222;
}
#contact-content h1,
#contact-content h2,
#contact-content h3 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(178, 16%, 19%);
}
#contact-content .lead-text {
  font-size: 1.2rem;
  color: #333;
  max-width: 700px;
}
#contact-content .contact-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
#contact-content .info-item {
  margin-bottom: 22px;
}
#contact-content .info-item strong {
  display: block;
  font-family: 'Work Sans', sans-serif;
  color: hsl(28, 16%, 38%);
  margin-bottom: 4px;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
#contact-content .info-item a {
  color: hsl(238, 28%, 63%);
  text-decoration: none;
  font-size: 1.1rem;
}
#contact-content .info-item a:hover {
  text-decoration: underline;
}
#contact-content .info-item p {
  margin: 0;
  font-size: 1.1rem;
  color: #222;
}
#contact-content .map-link {
  display: inline-block;
  margin-top: 6px;
  color: hsl(238, 28%, 63%);
  font-weight: 600;
  text-decoration: underline;
}
#contact-content .form-card {
  background-color: hsl(178, 16%, 19%);
  border-radius: 20px;
  padding: 32px;
  color: #f4f4f1;
}
#contact-content .form-card h2 {
  color: #f4f4f1;
}
#contact-content .form-label {
  color: #f4f4f1;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.95rem;
}
#contact-content .form-control {
  border-radius: 12px;
  border: none;
  padding: 12px 14px;
  font-family: 'Crimson Text', serif;
  font-size: 1.05rem;
}
#contact-content .form-control:focus {
  box-shadow: 0 0 0 3px hsl(238, 28%, 63%, 0.4);
}
#contact-content .btn-submit {
  background-color: hsl(238, 28%, 63%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 28px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
#contact-content .btn-submit:hover {
  background-color: hsl(238, 28%, 50%);
  color: #fff;
}
#contact-content .hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.05rem;
}
#contact-content .hours-table td {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
#contact-content .cta-strip {
  background-color: hsl(28, 16%, 38%);
  border-radius: 20px;
  padding: 32px;
  text-align: center;
  margin-top: 48px;
  color: #fff;
}
#contact-content .cta-strip h2 {
  color: #fff;
}
#contact-content .cta-strip a.btn-cta {
  display: inline-block;
  margin-top: 12px;
  background-color: #fff;
  color: hsl(28, 16%, 38%);
  padding: 12px 30px;
  border-radius: 14px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
}
#contact-content .cta-strip a.btn-cta:hover {
  background-color: #f0f0f0;
}



  

  .thankyou-section {
    font-family: 'Crimson Text', serif;
    background: linear-gradient(135deg, hsl(28, 16%, 96%) 0%, hsl(238, 28%, 96%) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 60px 15px;
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
  }

  .success-icon-wrapper {
    width: 110px;
    height: 110px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px hsla(238, 28%, 63%, 0.35);
    animation: pop-in 0.5s ease-out;
  }

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

  .success-icon-wrapper svg {
    width: 55px;
    height: 55px;
    stroke: #ffffff;
  }

  .thankyou-heading {
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    color: var(--secondary);
    font-size: 2.2rem;
    margin-bottom: 20px;
    line-height: 1.3;
  }

  .thankyou-text {
    font-size: 1.2rem;
    color: hsl(178, 10%, 35%);
    line-height: 1.75;
    margin-bottom: 15px;
  }

  .thankyou-highlight {
    font-weight: 600;
    color: var(--primary);
  }

  .info-box {
    background: hsl(238, 28%, 97%);
    border-left: 4px solid var(--accent);
    border-radius: 10px;
    padding: 22px 25px;
    margin: 30px 0;
    text-align: left;
  }

  .info-box-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
  }

  .info-box-item:last-child {
    margin-bottom: 0;
  }

  .info-box-item svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    stroke: var(--accent);
    margin-top: 3px;
  }

  .info-box-item span {
    font-size: 1.05rem;
    color: var(--secondary);
    font-family: 'Crimson Text', serif;
  }

  .btn-home {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    background-color: var(--primary);
    border: none;
    color: #ffffff;
    padding: 14px 42px;
    border-radius: 50px;
    font-size: 1.05rem;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }

  .btn-home:hover {
    background-color: var(--secondary);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 25px hsla(28, 16%, 38%, 0.3);
  }

  .btn-home svg {
    width: 20px;
    height: 20px;
    stroke: #ffffff;
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 40px 22px;
      border-radius: 16px;
    }

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

    .thankyou-text {
      font-size: 1.05rem;
    }

    .success-icon-wrapper {
      width: 90px;
      height: 90px;
    }

    .success-icon-wrapper svg {
      width: 45px;
      height: 45px;
    }
  }

.hero-section {
  background: #f4f4f1;
  padding: 56px 0;
}
.hero-heading {
  font-family: 'Work Sans', sans-serif;
  color: hsl(178, 16%, 19%);
  font-weight: 700;
  font-size: 2.6rem;
}
.hero-subheading {
  font-family: 'Work Sans', sans-serif;
  color: hsl(28, 16%, 38%);
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.hero-desc {
  font-family: 'Crimson Text', serif;
  color: #333;
  font-size: 1.2rem;
  max-width: 700px;
}
.hero-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 32px;
}
.hero-img-wrap img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}
.hero-cta-btn {
  background: hsl(238, 28%, 63%);
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  padding: 14px 34px;
  border-radius: 18px;
  border: none;
  font-size: 1.1rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}
.hero-cta-btn:hover {
  background: hsl(178, 16%, 19%);
  color: #fff;
  transform: translateY(-2px);
}
@media (max-width: 767px) {
  .hero-heading {
    font-size: 2rem;
  }
  .hero-subheading {
    font-size: 1.15rem;
  }
}

.services-section {
  background-color: #f4f4f1;
  padding: 56px 0;
  font-family: 'Crimson Text', serif;
}

.services-section h2 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(178, 16%, 19%);
  font-weight: 700;
}

.services-section .lead {
  color: hsl(28, 16%, 38%);
  font-size: 1.15rem;
}

.service-list {
  border-top: 1px solid rgba(0,0,0,0.1);
}

.service-item {
  padding: 32px 24px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  border-radius: 18px;
}

.service-item:hover {
  background-color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

@media (min-width: 768px) {
  .service-list .service-item:nth-child(odd) {
    border-right: 1px solid rgba(0,0,0,0.1);
  }
}

.service-icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background-color: hsl(238, 28%, 63%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

.service-item:hover .service-icon-wrap {
  background-color: hsl(28, 16%, 38%);
}

.service-icon-wrap i {
  color: #fff;
  font-size: 1.6rem;
}

.service-item h3 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(178, 16%, 19%);
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.service-item p {
  color: #3a3a38;
  font-size: 1.05rem;
  line-height: 1.55;
  margin-bottom: 14px;
}

.service-price {
  display: inline-block;
  background-color: hsl(178, 16%, 19%);
  color: #f7f6f3;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 0.95rem;
}

.service-terms {
  color: hsl(28, 16%, 38%);
  font-size: 0.9rem;
  margin-top: 8px;
  margin-bottom: 0;
}

#works {
  background-color: #f4f4f1;
  padding: 56px 0;
  font-family: 'Crimson Text', serif;
}
#works h2, #works h5, #works .modal-title {
  font-family: 'Work Sans', sans-serif;
}
#works .section-heading {
  color: hsl(178, 16%, 19%);
  font-weight: 700;
}
#works .section-sub {
  color: hsl(28, 16%, 38%);
  font-size: 1.15rem;
  max-width: 640px;
}
#works .case-card {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  border: none;
  box-shadow: 0 3px 14px rgba(0,0,0,0.06);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#works .case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}
#works .case-img-wrap {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #e9e7e2;
}
#works .case-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#works .case-body {
  padding: 20px 22px 24px;
}
#works .case-badge {
  display: inline-block;
  background-color: hsl(238, 28%, 63%);
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
}
#works .case-title {
  color: hsl(178, 16%, 19%);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 8px;
}
#works .case-text {
  color: #4a4a48;
  font-size: 1.02rem;
  line-height: 1.5;
  margin-bottom: 16px;
}
#works .case-link-btn {
  border: 1px solid hsl(28, 16%, 38%);
  color: hsl(28, 16%, 38%);
  background-color: transparent;
  border-radius: 999px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 7px 18px;
}
#works .case-link-btn:hover {
  background-color: hsl(28, 16%, 38%);
  color: #fff;
}
#works .modal-content {
  border-radius: 20px;
  border: none;
  font-family: 'Crimson Text', serif;
}
#works .modal-header {
  border-bottom: 1px solid #eee;
}
#works .modal-title {
  color: hsl(178, 16%, 19%);
  font-weight: 600;
}
#works .modal-body img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 18px;
}
#works .modal-body p {
  color: #4a4a48;
  font-size: 1.05rem;
  line-height: 1.6;
}
#works .modal-badge {
  display: inline-block;
  background-color: hsl(238, 28%, 63%);
  color: #fff;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
}

#advantages {
  background-color: #f4f4f1;
  padding: 52px 0;
  font-family: 'Crimson Text', serif;
}
#advantages h2 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(178, 16%, 19%);
  font-weight: 700;
}
#advantages p.lead-text {
  color: hsl(28, 16%, 38%);
  max-width: 700px;
  margin: 0 auto;
}
#advantages .adv-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 32px 24px;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
#advantages .adv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 30px rgba(28, 24, 20, 0.15);
  background-color: hsl(28, 16%, 38%);
}
#advantages .adv-card:hover .adv-title, #advantages .adv-card:hover .adv-text, #advantages .adv-card:hover .adv-icon {
  color: #f7f6f3 !important;
}
#advantages .adv-icon {
  font-size: 2.2rem;
  color: hsl(238, 28%, 63%);
  margin-bottom: 16px;
  display: inline-block;
  transition: color 0.3s ease;
}
#advantages .adv-title {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: hsl(178, 16%, 19%);
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
#advantages .adv-text {
  color: #444;
  font-size: 1.02rem;
  line-height: 1.5;
  transition: color 0.3s ease;
}

#testimonials {
  background: #f4f4f1;
  padding: 52px 0;
  font-family: 'Crimson Text', serif;
}
#testimonials h2 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(178, 16%, 19%);
  font-weight: 700;
}
#testimonials .lead-text {
  color: #333;
  max-width: 720px;
}
#testimonials .review-card {
  background: #fff;
  border-radius: 20px;
  padding: 26px;
  height: 100%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
}
#testimonials .review-card .stars {
  color: hsl(238, 28%, 63%);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#testimonials .review-card .review-text {
  color: #2b2b2b;
  font-size: 1.05rem;
  line-height: 1.55;
  flex-grow: 1;
}
#testimonials .review-card .review-footer {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
#testimonials .review-card .reviewer-name {
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  color: hsl(28, 16%, 38%);
  margin-bottom: 2px;
}
#testimonials .review-card .reviewer-loc {
  font-size: 0.9rem;
  color: #6a6a6a;
}
#testimonials .review-card.compact {
  padding: 20px;
}
#testimonials .review-card.tall {
  background: hsl(178, 16%, 19%);
}
#testimonials .review-card.tall .review-text, #testimonials .review-card.tall .reviewer-loc {
  color: #f4f4f1;
}
#testimonials .review-card.tall .reviewer-name {
  color: #fff;
}
#testimonials .review-card.tall .review-footer {
  border-top: 1px solid rgba(255,255,255,0.2);
}
#testimonials .review-card.accent-border {
  border: 2px solid hsl(238, 28%, 63%);
}
#testimonials .stats-strip {
  background: hsl(28, 16%, 38%);
  border-radius: 20px;
  padding: 24px;
  color: #fff;
}
#testimonials .stats-strip .stat-num {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #fff;
}
#testimonials .stats-strip .stat-label {
  font-size: 0.9rem;
  color: #f0eee9;
}
@media (max-width: 767px) {
  #testimonials .review-card { padding: 20px; }
}

#contacts {
  background-color: #f4f4f1;
  padding: 52px 0;
  font-family: 'Crimson Text', serif;
}
#contacts h2, #contacts h3 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(178, 16%, 19%);
}
#contacts .contact-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 36px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  height: 100%;
}
#contacts .info-card {
  background-color: hsl(28, 16%, 38%);
  color: #f7f6f3;
  border-radius: 20px;
  padding: 36px;
  height: 100%;
}
#contacts .info-card h3 {
  color: #f7f6f3;
}
#contacts .info-card a {
  color: #f7f6f3;
  text-decoration: underline;
}
#contacts .info-card a:hover {
  color: hsl(238, 28%, 80%);
}
#contacts .info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
#contacts .info-item i {
  font-size: 1.3rem;
  min-width: 24px;
  color: hsl(238, 28%, 78%);
}
#contacts .form-label {
  font-family: 'Work Sans', sans-serif;
  color: hsl(178, 16%, 19%);
  font-weight: 500;
}
#contacts .form-control {
  border-radius: 14px;
  border: 1px solid #ddd8d2;
  padding: 12px 16px;
  font-family: 'Crimson Text', serif;
  font-size: 1.05rem;
}
#contacts .form-control:focus {
  border-color: hsl(238, 28%, 63%);
  box-shadow: 0 0 0 0.2rem hsla(238, 28%, 63%, 0.2);
}
#contacts .btn-send {
  background-color: hsl(238, 28%, 63%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 32px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
#contacts .btn-send:hover {
  background-color: hsl(238, 28%, 50%);
  color: #fff;
}
#contacts .map-link {
  color: hsl(238, 28%, 78%);
  font-size: 0.95rem;
}
#contacts .map-link:hover {
  color: #fff;
}
#contacts .hours-note {
  font-size: 0.95rem;
  color: #e8e6e2;
}

#legal-notice {
  background: #f4f4f1;
  padding: 48px 0;
  font-family: 'Crimson Text', serif;
}
#legal-notice .disclaimer-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 32px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
#legal-notice .disclaimer-icon {
  color: hsl(238, 28%, 63%);
  font-size: 2.2rem;
  margin-bottom: 16px;
}
#legal-notice h2 {
  font-family: 'Work Sans', sans-serif;
  color: hsl(178, 16%, 19%);
  font-weight: 600;
  margin-bottom: 20px;
}
#legal-notice p {
  color: #333333;
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

#portfolio-section {
  background: #f4f4f1;
  padding: 56px 0;
  font-family: 'Crimson Text', serif;
  color: #2b2b2b;
}
#portfolio-section h1,
#portfolio-section h2,
#portfolio-section h3,
#portfolio-section h4 {
  font-family: 'Work Sans', sans-serif;
}
#portfolio-section .intro-block {
  max-width: 780px;
  margin-bottom: 48px;
}
#portfolio-section .intro-block h1 {
  color: hsl(178, 16%, 19%);
  font-weight: 700;
  margin-bottom: 16px;
}
#portfolio-section .intro-block p {
  font-size: 1.15rem;
  line-height: 1.6;
}
#portfolio-section .stats-strip {
  background: hsl(178, 16%, 19%);
  color: #f7f6f3;
  border-radius: 20px;
  padding: 24px 28px;
  margin-bottom: 48px;
}
#portfolio-section .stats-strip .stat-num {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #f7f6f3;
}
#portfolio-section .stats-strip .stat-label {
  font-size: 0.95rem;
  opacity: 0.85;
}
#portfolio-section .case-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(0,0,0,0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
#portfolio-section .case-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
}
#portfolio-section .case-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
#portfolio-section .case-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#portfolio-section .case-body {
  padding: 20px 22px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#portfolio-section .badge-category {
  background: hsl(238, 28%, 63%);
  color: #ffffff;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 0.78rem;
  border-radius: 10px;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 12px;
  align-self: flex-start;
}
#portfolio-section .case-body h3 {
  color: hsl(178, 16%, 19%);
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#portfolio-section .case-body p {
  font-size: 1.02rem;
  line-height: 1.55;
  color: #3a3a3a;
  margin-bottom: 16px;
  flex-grow: 1;
}
#portfolio-section .btn-detail {
  background: hsl(28, 16%, 38%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 9px 18px;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.92rem;
  align-self: flex-start;
}
#portfolio-section .btn-detail:hover {
  background: hsl(28, 16%, 30%);
  color: #fff;
}
#portfolio-section .modal-content {
  border-radius: 20px;
  border: none;
  background: #f7f6f3;
}
#portfolio-section .modal-header {
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
#portfolio-section .modal-title {
  color: hsl(178, 16%, 19%);
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
}
#portfolio-section .modal-body img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 18px;
}
#portfolio-section .modal-body table {
  font-size: 0.98rem;
}
#portfolio-section .modal-body table th {
  color: hsl(28, 16%, 38%);
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  width: 40%;
}
#portfolio-section .cta-box {
  background: hsl(238, 28%, 63%);
  color: #ffffff;
  border-radius: 20px;
  padding: 40px 32px;
  margin-top: 56px;
  text-align: center;
}
#portfolio-section .cta-box h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
}
#portfolio-section .cta-box p {
  font-size: 1.1rem;
  margin-bottom: 22px;
  opacity: 0.95;
}
#portfolio-section .cta-box .btn-cta {
  background: #ffffff;
  color: hsl(238, 28%, 63%);
  border-radius: 12px;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  padding: 12px 30px;
  border: none;
}
#portfolio-section .cta-box .btn-cta:hover {
  background: hsl(178, 16%, 19%);
  color: #fff;
}
@media (max-width: 576px) {
  #portfolio-section .cta-box { padding: 28px 20px; }
}

#about-main {
  background: #f4f4f1;
  padding: 56px 0;
  font-family: 'Crimson Text', serif;
  color: #2a2a2a;
}
#about-main h1, #about-main h2, #about-main h3 {
  font-family: 'Work Sans', sans-serif;
}
#about-main .hero-block {
  background: hsl(178, 16%, 19%);
  color: #f7f6f3;
  border-radius: 20px;
  padding: 48px 32px;
  margin-bottom: 48px;
}
#about-main .hero-block h1 {
  color: #f7f6f3;
  font-weight: 700;
}
#about-main .hero-block p {
  font-size: 1.15rem;
  color: #eae8e2;
}
#about-main .section-block {
  margin-bottom: 48px;
}
#about-main .about-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
#about-main .card-value {
  background: #fff;
  border-radius: 18px;
  padding: 28px 24px;
  height: 100%;
  border: 1px solid #e4e2dd;
}
#about-main .card-value h3 {
  color: hsl(28, 16%, 38%);
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#about-main .stat-box {
  background: hsl(28, 16%, 38%);
  color: #f7f6f3;
  border-radius: 18px;
  padding: 24px 16px;
  text-align: center;
  height: 100%;
}
#about-main .stat-box .num {
  font-family: 'Work Sans', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #f7f6f3;
  display: block;
}
#about-main .stat-box .label {
  font-size: 0.95rem;
  color: #ece9e2;
}
#about-main .accent-text {
  color: hsl(238, 28%, 63%);
  font-weight: 600;
}
#about-main .qa-item {
  background: #fff;
  border-radius: 18px;
  padding: 22px 24px;
  margin-bottom: 16px;
  border-left: 4px solid hsl(238, 28%, 63%);
}
#about-main .qa-item h3 {
  color: hsl(178, 16%, 19%);
  font-size: 1.1rem;
  margin-bottom: 8px;
}
#about-main .cta-block {
  background: hsl(238, 28%, 63%);
  color: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
}
#about-main .cta-block h2 {
  color: #fff;
}
#about-main .cta-block p {
  color: #f0f0f7;
}
#about-main .btn-cta {
  background: #fff;
  color: hsl(238, 28%, 63%);
  border: none;
  border-radius: 14px;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 12px;
}
#about-main .btn-cta:hover {
  background: hsl(178, 16%, 19%);
  color: #fff;
}
#about-main p {
  font-size: 1.1rem;
  line-height: 1.7;
}
