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

:root {
  --primary: hsl(119, 30%, 39%);
  --secondary: hsl(133, 19%, 18%);
  --accent: hsl(299, 52%, 63%);
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
}
.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.navbar-brand {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand:hover {
  color: var(--primary);
}
.navbar-nav .nav-link {
  color: var(--secondary);
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 16px;
}
.navbar-nav .nav-link:hover {
  color: var(--primary);
  background-color: #f2f7f1;
}
.navbar-toggler {
  border-radius: 12px;
}

footer {
  background-color: hsl(133, 19%, 18%);
  color: #f8f9fa;
  padding: 80px 0 32px;
  font-family: 'Open Sans', sans-serif;
}
footer h5 {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
footer p, footer li, footer a {
  color: #e0e0e0;
  font-size: 0.95rem;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: hsl(299, 52%, 63%);
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  margin-bottom: 10px;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: hsl(119, 30%, 39%);
  color: #ffffff;
  border-radius: 16px;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: background-color 0.3s ease;
}
.footer-social a:hover {
  background-color: hsl(299, 52%, 63%);
  color: #ffffff;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 40px;
  padding-top: 20px;
  font-size: 0.85rem;
  color: #cfcfcf;
}
.footer-bottom a {
  color: #cfcfcf;
}
.footer-bottom a:hover {
  color: hsl(299, 52%, 63%);
}

#privacyBox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1055;
  background-color: #ffffff;
  border-top: 3px solid hsl(119, 30%, 39%);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  padding: 20px;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Open Sans', sans-serif;
}
#privacyBox h5 {
  font-family: 'Roboto', sans-serif;
  color: hsl(133, 19%, 18%);
  font-size: 1.05rem;
  margin-bottom: 8px;
}
#privacyBox p, #privacyBox li {
  color: #333333;
  font-size: 0.85rem;
  margin-bottom: 6px;
}
#privacyBox ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.cookie-btn {
  border-radius: 16px;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  width: 100%;
  transition: all 0.3s ease;
}
.btn-accept {
  background-color: hsl(119, 30%, 39%);
  color: #ffffff;
}
.btn-accept:hover {
  background-color: hsl(119, 30%, 30%);
  color: #ffffff;
}
.btn-reject {
  background-color: hsl(299, 52%, 63%);
  color: #ffffff;
}
.btn-reject:hover {
  background-color: hsl(299, 52%, 50%);
  color: #ffffff;
}
.btn-manage {
  color: hsl(133, 19%, 18%);
  font-size: 0.85rem;
  text-decoration: underline;
}
.btn-manage:hover {
  color: hsl(299, 52%, 63%);
}



.thank-you-section {
  font-family: 'Open Sans', sans-serif;
  background: linear-gradient(135deg, hsl(119, 30%, 96%) 0%, hsl(133, 19%, 96%) 100%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 3rem 1rem;
}

.thank-you-section h1,
.thank-you-section h2,
.thank-you-section h3 {
  font-family: 'Roboto', sans-serif;
}

.thank-you-card {
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  padding: 3rem 2rem;
  max-width: 640px;
  margin: 0 auto;
  border-top: 5px solid var(--primary);
}

.checkmark-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: hsl(119, 30%, 94%);
  animation: pop-in 0.5s ease-out;
}

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

.checkmark-circle {
  width: 70px;
  height: 70px;
}

.checkmark-circle .circle {
  stroke: var(--primary);
  stroke-width: 3;
  fill: none;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: draw-circle 0.6s ease-out forwards;
}

.checkmark-circle .check {
  stroke: var(--primary);
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: draw-check 0.4s 0.5s ease-out forwards;
}

@keyframes draw-circle {
  to { stroke-dashoffset: 0; }
}

@keyframes draw-check {
  to { stroke-dashoffset: 0; }
}

.thank-you-heading {
  color: var(--secondary);
  font-weight: 700;
  margin-bottom: 1rem;
}

.thank-you-text {
  color: hsl(133, 10%, 30%);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 0.75rem;
}

.info-badge {
  background: hsl(299, 52%, 97%);
  border: 1px solid hsl(299, 52%, 88%);
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
  color: var(--secondary);
  font-size: 0.95rem;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  text-align: left;
}

.info-badge svg {
  flex-shrink: 0;
  color: var(--accent);
  margin-top: 2px;
}

.btn-back-home {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 2.25rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

.btn-back-home:hover,
.btn-back-home:focus {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

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

@media (max-width: 576px) {
  .thank-you-card {
    padding: 2rem 1.25rem;
  }
  .checkmark-wrapper {
    width: 80px;
    height: 80px;
  }
  .checkmark-circle {
    width: 56px;
    height: 56px;
  }
}

#contact-section {
  background-color: #f8f9fa;
  padding: 96px 0;
  font-family: 'Open Sans', sans-serif;
  color: #222;
}
#contact-section h1,
#contact-section h2,
#contact-section h3 {
  font-family: 'Roboto', sans-serif;
}
#contact-section .intro-text {
  max-width: 700px;
}
#contact-section .card {
  border: none;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
#contact-section .form-label {
  font-weight: 600;
  color: #222;
}
#contact-section .form-control {
  border-radius: 16px;
  border: 1px solid #ccc;
  padding: 10px 16px;
}
#contact-section .form-control:focus {
  border-color: hsl(119, 30%, 39%);
  box-shadow: 0 0 0 0.2rem hsla(119, 30%, 39%, 0.25);
}
#contact-section .btn-primary {
  background-color: hsl(119, 30%, 39%);
  border-color: hsl(119, 30%, 39%);
  color: #ffffff;
  border-radius: 20px;
  padding: 12px 32px;
  font-weight: 600;
}
#contact-section .btn-primary:hover {
  background-color: hsl(119, 30%, 30%);
  border-color: hsl(119, 30%, 30%);
  color: #ffffff;
}
#contact-section .info-card {
  background-color: hsl(133, 19%, 18%);
  color: #f8f9fa;
  border-radius: 20px;
  padding: 32px;
}
#contact-section .info-card h3 {
  color: #ffffff;
}
#contact-section .info-card a {
  color: hsl(299, 52%, 63%);
  text-decoration: none;
}
#contact-section .info-card a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#contact-section .info-card p {
  margin-bottom: 12px;
}
#contact-section .hours-table td {
  padding: 4px 8px;
  color: #f8f9fa;
}
#contact-section .find-us {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 16px;
  margin-top: 16px;
}
#contact-section .cta-box {
  background-color: hsl(119, 30%, 39%);
  color: #ffffff;
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin-top: 80px;
}
#contact-section .cta-box h2 {
  color: #ffffff;
}
#contact-section .cta-box .btn-accent {
  background-color: hsl(299, 52%, 63%);
  border-color: hsl(299, 52%, 63%);
  color: #ffffff;
  border-radius: 20px;
  padding: 12px 32px;
  font-weight: 600;
}
#contact-section .cta-box .btn-accent:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: hsl(119, 30%, 39%);
}

#services-page {
  font-family: 'Open Sans', sans-serif;
  background: #f8f9fa;
  color: #222;
  padding: 96px 0;
}
#services-page h1, #services-page h2, #services-page h3 {
  font-family: 'Roboto', sans-serif;
}
#services-page .page-header {
  margin-bottom: 88px;
}
#services-page .page-header h1 {
  color: hsl(133, 19%, 18%);
  font-weight: 700;
}
#services-page .page-header p {
  color: #333;
  max-width: 760px;
}
#services-page .service-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  height: 100%;
  box-shadow: 0 3px 12px rgba(0,0,0,0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid #e9ecef;
}
#services-page .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 14px 28px rgba(0,0,0,0.14);
}
#services-page .icon-wrap {
  width: 76px;
  height: 76px;
  border-radius: 20px;
  background: hsl(119, 30%, 39%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
}
#services-page .icon-wrap i {
  font-size: 2rem;
  color: #fff;
}
#services-page .service-card h3 {
  color: hsl(133, 19%, 18%);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
#services-page .service-card p {
  color: #444;
  font-size: 0.96rem;
  margin-bottom: 16px;
}
#services-page .price-tag {
  display: inline-block;
  background: hsl(299, 52%, 63%);
  color: #fff;
  font-weight: 700;
  padding: 6px 18px;
  border-radius: 16px;
  font-size: 1rem;
}
#services-page .details-block {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-top: 88px;
  border: 1px solid #e9ecef;
}
#services-page .details-block h2 {
  color: hsl(133, 19%, 18%);
  font-weight: 700;
  margin-bottom: 24px;
}
#services-page .table-responsive table {
  margin-bottom: 0;
}
#services-page table th {
  background: hsl(119, 30%, 39%);
  color: #fff;
  font-weight: 700;
  border-color: hsl(119, 30%, 39%);
}
#services-page table td {
  color: #333;
  vertical-align: middle;
}
#services-page .cta-box {
  margin-top: 88px;
  background: hsl(133, 19%, 18%);
  border-radius: 20px;
  padding: 48px;
  text-align: center;
}
#services-page .cta-box h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}
#services-page .cta-box p {
  color: #e2e6e3;
  margin-bottom: 26px;
}
#services-page .cta-box .btn {
  background: hsl(299, 52%, 63%);
  color: #fff;
  border: none;
  padding: 12px 34px;
  border-radius: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}
#services-page .cta-box .btn:hover {
  background: hsl(299, 52%, 53%);
  color: #fff;
}
@media (max-width: 767px) {
  #services-page { padding: 72px 0; }
  #services-page .details-block, #services-page .cta-box { padding: 28px; }
}



.hero-section {
    background-color: #f8f9fa;
    color: #222;
    padding: 96px 0;
    font-family: 'Open Sans', sans-serif;
}

.hero-section h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: hsl(133, 19%, 18%);
    font-size: 2.1rem;
    margin-bottom: 16px;
}

.hero-section h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: hsl(119, 30%, 39%);
    font-size: 1.25rem;
    margin-bottom: 20px;
}

.hero-section .lead-text {
    font-size: 1.05rem;
    color: #333;
    margin-bottom: 24px;
}

.hero-hours {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px 24px;
    margin-bottom: 28px;
    border: 1px solid #e2e2e2;
}

.hero-hours p {
    margin-bottom: 6px;
    color: #333;
    font-size: 0.95rem;
}

.hero-hours i {
    color: hsl(119, 30%, 39%);
    margin-right: 8px;
}

.hero-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 32px;
}

.hero-list li {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #333;
    display: flex;
    align-items: flex-start;
}

.hero-list i {
    color: hsl(299, 52%, 63%);
    margin-right: 10px;
    font-size: 1.1rem;
    margin-top: 3px;
}

.btn-hero-primary {
    background-color: hsl(119, 30%, 39%);
    color: #fff;
    border: 2px solid hsl(119, 30%, 39%);
    border-radius: 18px;
    padding: 12px 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-hero-primary:hover {
    background-color: hsl(133, 19%, 18%);
    border-color: hsl(133, 19%, 18%);
    color: #fff;
}

.btn-hero-secondary {
    background-color: transparent;
    color: hsl(133, 19%, 18%);
    border: 2px solid hsl(133, 19%, 18%);
    border-radius: 18px;
    padding: 12px 28px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background-color: hsl(133, 19%, 18%);
    color: #fff;
}

.hero-img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 24px;
}

@media (max-width: 767px) {
    .hero-section {
        padding: 60px 0;
    }
    .hero-section h1 {
        font-size: 1.7rem;
    }
}

#story {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  background-color: #ffffff;
  padding: 96px 0;
}
#story h2, #story h3 {
  font-family: 'Roboto', sans-serif;
}
#story .about-img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
#story .value-card {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 24px;
  height: 100%;
  color: #222;
}
#story .value-card h4 {
  color: hsl(119, 30%, 39%);
  margin-bottom: 12px;
}
#story .stat-box {
  background-color: hsl(133, 19%, 18%);
  color: #f8f9fa;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
#story .stat-box .num {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: hsl(299, 52%, 63%);
}
#story .accent-line {
  width: 60px;
  height: 4px;
  background-color: hsl(299, 52%, 63%);
  border-radius: 4px;
  margin-bottom: 20px;
}

.services-section{padding:96px 0;background:#f8f9fa;font-family:'Open Sans',sans-serif;}
.services-section h2{font-family:'Roboto',sans-serif;color:hsl(133,19%,18%);font-weight:700;}
.services-section .lead-text{color:#333;max-width:700px;}
.service-card{border:none;border-radius:20px;background:#fff;padding:36px 28px;height:100%;transition:transform .3s ease, box-shadow .3s ease;box-shadow:0 2px 10px rgba(0,0,0,0.06);}
.service-card:hover{transform:translateY(-8px);box-shadow:0 14px 30px rgba(0,0,0,0.14);}
.service-icon{width:64px;height:64px;border-radius:16px;background:hsl(119,30%,39%);color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px;}
.service-card h3{font-family:'Roboto',sans-serif;color:hsl(133,19%,18%);font-size:1.25rem;font-weight:700;margin-bottom:12px;}
.service-card p{color:#444;font-size:0.97rem;line-height:1.6;margin-bottom:18px;}
.service-price{font-weight:700;color:hsl(119,30%,39%);font-size:1.15rem;}
.service-price span{display:block;font-weight:400;color:#666;font-size:0.85rem;}
.service-badge{position:absolute;top:24px;right:24px;background:hsl(299,52%,63%);color:#fff;font-size:0.75rem;font-weight:700;padding:5px 12px;border-radius:12px;}
.service-card{position:relative;}

#advantages .advantages-section {
  padding: 96px 0;
  background: #f8f9fa;
}
#advantages .advantages-section h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(133, 19%, 18%);
  font-weight: 700;
}
#advantages .advantages-section .lead-text {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  max-width: 700px;
  margin: 0 auto;
}
#advantages .adv-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  height: 100%;
  border: 1px solid #e9ecef;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
#advantages .adv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
  border-color: hsl(119, 30%, 39%);
}
#advantages .adv-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(119, 30%, 39%);
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 20px;
  transition: background 0.3s ease;
}
#advantages .adv-card:hover .adv-icon {
  background: hsl(299, 52%, 63%);
}
#advantages .adv-card h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: hsl(133, 19%, 18%);
  margin-bottom: 12px;
}
#advantages .adv-card p {
  font-family: 'Open Sans', sans-serif;
  color: #444;
  font-size: 0.96rem;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #advantages .advantages-section {
    padding: 64px 0;
  }
}

#reviews {
  font-family: 'Open Sans', sans-serif;
  background-color: #f8f9fa;
  padding: 96px 0;
}
#reviews h2, #reviews h3 {
  font-family: 'Roboto', sans-serif;
}
#reviews .section-intro {
  max-width: 720px;
  margin: 0 auto 56px;
  text-align: center;
}
#reviews .rating-summary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: hsl(133, 19%, 18%);
  color: #f8f9fa;
  padding: 10px 22px;
  border-radius: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
#reviews .rating-summary .stars {
  color: hsl(299, 52%, 63%);
}
#reviews .review-card {
  background: #ffffff;
  border: 1px solid #e2e6e2;
  border-radius: 18px;
  padding: 26px;
  height: 100%;
  color: #222;
  display: flex;
  flex-direction: column;
}
#reviews .review-card.featured {
  background: hsl(119, 30%, 39%);
  color: #ffffff;
  border: none;
}
#reviews .review-card.featured .review-location, #reviews .review-card.featured .review-name {
  color: #f0f5ef;
}
#reviews .review-card.accent-card {
  border: 2px solid hsl(299, 52%, 63%);
}
#reviews .review-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
  color: #1a1a1a;
}
#reviews .review-location {
  font-size: 0.85rem;
  color: #5a635a;
  margin-bottom: 10px;
}
#reviews .review-stars {
  color: hsl(299, 52%, 63%);
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-size: 0.95rem;
}
#reviews .review-card.featured .review-stars {
  color: #f2d6f7;
}
#reviews .review-text {
  font-size: 0.96rem;
  line-height: 1.55;
  flex-grow: 1;
}
#reviews .review-tag {
  display: inline-block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: hsl(133, 19%, 18%);
  color: #f8f9fa;
  padding: 3px 10px;
  border-radius: 10px;
  margin-bottom: 12px;
  width: fit-content;
}
#reviews .review-card.featured .review-tag {
  background: hsl(299, 52%, 63%);
  color: #2a0a30;
}
#reviews .review-card.short-card {
  justify-content: center;
}
#reviews .review-card.short-card .review-text {
  font-size: 1.05rem;
  font-style: italic;
}
@media (max-width: 576px) {
  #reviews { padding: 64px 0; }
}

#working-with-us {
  font-family: 'Open Sans', sans-serif;
  background-color: #f8f9fa;
  padding: 80px 0;
}

#working-with-us h2 {
  font-family: 'Roboto', sans-serif;
  color: #222;
  font-weight: 700;
}

#working-with-us .subtitle {
  color: #444;
  max-width: 640px;
}

#working-with-us .work-card {
  background-color: #ffffff;
  border: 1px solid #dde2dd;
  border-radius: 18px;
  padding: 24px 20px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#working-with-us .work-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

#working-with-us .icon-circle {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background-color: hsl(119, 30%, 39%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  flex-shrink: 0;
}

#working-with-us .work-card p {
  color: #222;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

#working-with-us .wide-card {
  background-color: hsl(133, 19%, 18%);
  border: 1px solid hsl(133, 19%, 18%);
}

#working-with-us .wide-card p {
  color: #f8f9fa;
}

#working-with-us .wide-card .icon-circle {
  background-color: hsl(299, 52%, 63%);
  color: #ffffff;
}

#contacts {
  background:#f8f9fa;
  padding:96px 0;
  font-family:'Open Sans',sans-serif;
  color:#222;
}
#contacts h2 {
  font-family:'Roboto',sans-serif;
  color:hsl(133,19%,18%);
  font-weight:700;
}
#contacts .lead-text {
  color:#444;
  font-size:1.05rem;
}
#contacts .contact-form-card {
  background:#fff;
  border-radius:20px;
  padding:40px;
  box-shadow:0 4px 20px rgba(0,0,0,0.06);
}
#contacts .contact-form-card .form-control {
  border-radius:14px;
  border:1px solid #ccc;
  padding:12px 16px;
  font-family:'Open Sans',sans-serif;
}
#contacts .contact-form-card .form-control:focus {
  border-color:hsl(119,30%,39%);
  box-shadow:0 0 0 0.2rem hsla(119,30%,39%,0.2);
}
#contacts .contact-form-card label {
  font-weight:600;
  color:hsl(133,19%,18%);
  margin-bottom:6px;
}
#contacts .btn-submit {
  background:hsl(119,30%,39%);
  color:#fff;
  border:none;
  border-radius:16px;
  padding:12px 32px;
  font-family:'Roboto',sans-serif;
  font-weight:700;
  transition:background 0.2s ease;
}
#contacts .btn-submit:hover {
  background:hsl(133,19%,18%);
  color:#fff;
}
#contacts .info-card {
  background:hsl(133,19%,18%);
  color:#f8f9fa;
  border-radius:20px;
  padding:40px;
  height:100%;
}
#contacts .info-card h3 {
  font-family:'Roboto',sans-serif;
  color:#fff;
  font-weight:700;
  margin-bottom:24px;
}
#contacts .info-card p {
  color:#e7e7e7;
}
#contacts .info-card a {
  color:hsl(299,52%,63%);
  text-decoration:none;
  font-weight:600;
}
#contacts .info-card a:hover {
  text-decoration:underline;
  color:#fff;
}
#contacts .info-item {
  display:flex;
  gap:14px;
  margin-bottom:22px;
  align-items:flex-start;
}
#contacts .info-icon {
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:12px;
  background:hsl(119,30%,39%);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  font-size:1.1rem;
}
#contacts .hours-list {
  list-style:none;
  padding:0;
  margin:0;
  color:#e7e7e7;
}
#contacts .hours-list li {
  display:flex;
  justify-content:space-between;
  padding:4px 0;
  border-bottom:1px solid rgba(255,255,255,0.1);
  font-size:0.95rem;
}
#contacts .map-link-line {
  font-size:0.9rem;
  margin-top:6px;
}

#notice{
  font-family:'Open Sans',sans-serif;
  background:#f5f5f5;
  padding:80px 0;
}
#notice h2{
  font-family:'Roboto',sans-serif;
  color:hsl(133, 19%, 18%);
  font-weight:700;
}
#notice .notice-card{
  background:#fff;
  border-radius:20px;
  padding:40px;
  border:1px solid #e0e0e0;
}
#notice .icon-wrap{
  width:56px;
  height:56px;
  border-radius:16px;
  background:hsl(119, 30%, 39%);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}
#notice .icon-wrap i{
  color:#fff;
  font-size:1.6rem;
}
#notice p{
  color:#333;
  font-size:1rem;
  line-height:1.7;
  margin-bottom:0;
}

#about-body {
  font-family: 'Open Sans', sans-serif;
  color: #222;
  background: #fff;
  padding: 96px 0;
}
#about-body h1, #about-body h2, #about-body h3 {
  font-family: 'Roboto', sans-serif;
  color: hsl(133, 19%, 18%);
}
#about-body .lead-text {
  font-size: 1.1rem;
  color: #333;
  line-height: 1.7;
}
#about-body img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
#about-body .section-block {
  margin-bottom: 88px;
}
#about-body .value-card {
  background: #f8f9fa;
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  border-left: 5px solid hsl(119, 30%, 39%);
}
#about-body .value-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#about-body .value-card p {
  color: #333;
  margin: 0;
}
#about-body .stat-box {
  background: hsl(133, 19%, 18%);
  color: #f8f9fa;
  border-radius: 20px;
  padding: 24px;
  text-align: center;
}
#about-body .stat-box .num {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: hsl(299, 52%, 63%);
  display: block;
}
#about-body .stat-box .label {
  font-size: 0.9rem;
  color: #f8f9fa;
}
#about-body .steps-list {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
}
#about-body .steps-list li {
  counter-increment: step-counter;
  position: relative;
  padding: 18px 20px 18px 64px;
  margin-bottom: 16px;
  background: #f8f9fa;
  border-radius: 18px;
}
#about-body .steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: hsl(119, 30%, 39%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}
#about-body .cta-box {
  background: hsl(119, 30%, 39%);
  border-radius: 20px;
  padding: 48px;
  text-align: center;
}
#about-body .cta-box h2 {
  color: #fff;
}
#about-body .cta-box p {
  color: #f0f0f0;
}
#about-body .btn-accent {
  background: hsl(299, 52%, 63%);
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 12px 32px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#about-body .btn-accent:hover {
  background: hsl(299, 52%, 53%);
  color: #fff;
}
@media (max-width: 767px) {
  #about-body { padding: 64px 0; }
  #about-body .section-block { margin-bottom: 56px; }
  #about-body .cta-box { padding: 32px 20px; }
}
