:root {
  --primary: hsl(342, 42%, 33%);
  --secondary: hsl(10, 29%, 16%);
  --accent: hsl(318, 68%, 52%);
}

body{
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
  background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.navbar{
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  padding-top: 14px;
  padding-bottom: 14px;
}
.navbar-brand{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: var(--secondary) !important;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.navbar-brand img{
  border-radius: 10px;
}
.navbar-nav .nav-link{
  color: var(--secondary);
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 12px;
  transition: color 0.2s, background-color 0.2s;
}
.navbar-nav .nav-link:hover{
  color: #ffffff;
  background-color: var(--primary);
}
.navbar-toggler{
  border-color: var(--primary);
}
.navbar-toggler-icon{
  filter: none;
}
@media (min-width: 992px){
  .navbar-nav .nav-link{
    margin-left: 4px;
  }
}

#portfolio-content {
  font-family: 'Source Sans Pro', sans-serif;
  background: #ffffff;
  color: #222;
  padding: 52px 0;
}
#portfolio-content h1, #portfolio-content h2, #portfolio-content h3, #portfolio-content h4 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(10, 29%, 16%);
}
#portfolio-content .intro-wrap {
  max-width: 780px;
  margin: 0 auto 40px;
  text-align: center;
}
#portfolio-content .intro-wrap p {
  font-size: 1.05rem;
  color: #333;
}
#portfolio-content .badge-category {
  background: hsl(318, 68%, 52%);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
#portfolio-content .card {
  border: 1px solid #e4d9dd;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  overflow: hidden;
  background: #fff;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#portfolio-content .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
}
#portfolio-content .card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
#portfolio-content .card-body {
  padding: 20px;
}
#portfolio-content .card-body p {
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 16px;
}
#portfolio-content .btn-details {
  background: hsl(342, 42%, 33%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 9px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}
#portfolio-content .btn-details:hover {
  background: hsl(318, 68%, 52%);
  color: #fff;
}
#portfolio-content .modal-content {
  border-radius: 20px;
  border: none;
}
#portfolio-content .modal-header {
  background: hsl(10, 29%, 16%);
  color: #fff;
  border-radius: 20px 20px 0 0;
}
#portfolio-content .modal-header .btn-close {
  filter: invert(1);
}
#portfolio-content .modal-body img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 16px;
}
#portfolio-content .modal-body table {
  font-size: 0.92rem;
}
#portfolio-content .modal-body th {
  color: hsl(342, 42%, 33%);
  font-family: 'Montserrat', sans-serif;
  width: 40%;
}
#portfolio-content .stats-strip {
  background: hsl(342, 42%, 33%);
  border-radius: 20px;
  padding: 32px 24px;
  margin: 48px 0;
  color: #fff;
}
#portfolio-content .stats-strip h3 {
  color: #fff;
  margin-bottom: 4px;
}
#portfolio-content .stats-strip .stat-item {
  text-align: center;
  margin-bottom: 16px;
}
#portfolio-content .stats-strip .stat-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  display: block;
}
#portfolio-content .cta-final {
  background: #f7eef2;
  border-radius: 22px;
  padding: 40px 24px;
  text-align: center;
  margin-top: 48px;
}
#portfolio-content .cta-final .btn {
  background: hsl(318, 68%, 52%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
#portfolio-content .cta-final .btn:hover {
  background: hsl(342, 42%, 33%);
  color: #fff;
}
#portfolio-content .table-responsive table {
  border-collapse: collapse;
  width: 100%;
}
#portfolio-content .table-responsive th, #portfolio-content .table-responsive td {
  border: 1px solid #e4d9dd;
  padding: 10px 12px;
  text-align: left;
  font-size: 0.92rem;
}
#portfolio-content .table-responsive th {
  background: #f7eef2;
  font-family: 'Montserrat', sans-serif;
  color: hsl(10, 29%, 16%);
}

footer {
  background: hsl(10, 29%, 16%);
  color: #f8f9fa;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 56px 0 24px;
  border-radius: 24px 24px 0 0;
}
footer h5 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  margin-bottom: 16px;
  font-weight: 600;
}
footer a {
  color: #f1e6ea;
  text-decoration: none;
}
footer a:hover {
  color: hsl(318, 68%, 52%);
  text-decoration: underline;
}
footer p, footer li {
  color: #e6dcdf;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: hsl(342, 42%, 33%);
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.2rem;
  transition: background 0.3s ease, transform 0.3s ease;
}
.footer-social a:hover {
  background: hsl(318, 68%, 52%);
  transform: translateY(-3px);
  color: #ffffff;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 32px;
  padding-top: 20px;
  font-size: 0.9rem;
  color: #d8cdd0;
}
#privacyBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #ffffff;
  border-top: 3px solid hsl(342, 42%, 33%);
  box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  border-radius: 20px 20px 0 0;
  padding: 18px;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Source Sans Pro', sans-serif;
}
#privacyBanner h6 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(10, 29%, 16%);
  font-weight: 700;
  margin-bottom: 8px;
}
#privacyBanner p, #privacyBanner li {
  color: #333333;
  font-size: 0.9rem;
}
#privacyBanner ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.cookie-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  border-radius: 14px;
  padding: 10px 18px;
  border: none;
  font-size: 0.9rem;
  flex: 1;
  transition: all 0.3s ease;
}
.btn-accept-all {
  background: hsl(342, 42%, 33%);
  color: #ffffff;
}
.btn-accept-all:hover {
  background: hsl(318, 68%, 52%);
  color: #ffffff;
  transform: translateY(-2px);
}
.btn-reject-optional {
  background: hsl(10, 29%, 16%);
  color: #ffffff;
}
.btn-reject-optional:hover {
  background: hsl(318, 68%, 52%);
  color: #ffffff;
  transform: translateY(-2px);
}
.cookie-manage-link {
  color: hsl(342, 42%, 33%);
  font-size: 0.85rem;
  text-decoration: underline;
  display: inline-block;
  margin-top: 8px;
}
.cookie-manage-link:hover {
  color: hsl(318, 68%, 52%);
}

#faq-section {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #ffffff;
  color: #222222;
  padding: 56px 0;
}
#faq-section h1, #faq-section h2, #faq-section h3 {
  font-family: 'Montserrat', sans-serif;
}
#faq-section .faq-header {
  margin-bottom: 48px;
}
#faq-section .faq-header h1 {
  color: hsl(342, 42%, 33%);
  font-weight: 700;
}
#faq-section .faq-header p {
  color: #333333;
  max-width: 760px;
}
#faq-section .accordion-item {
  border: 1px solid #e2d9dd;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
#faq-section .accordion-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: hsl(10, 29%, 16%);
  background-color: #ffffff;
  padding: 18px 20px;
}
#faq-section .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: hsl(342, 42%, 33%);
}
#faq-section .accordion-button:focus {
  box-shadow: none;
  border-color: hsl(318, 68%, 52%);
}
#faq-section .accordion-button::after {
  filter: none;
}
#faq-section .accordion-body {
  background-color: #fbf6f8;
  color: #333333;
  padding: 18px 20px;
  line-height: 1.65;
}
#faq-section .info-card {
  background-color: #fbf6f8;
  border: 1px solid #e2d9dd;
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 48px;
}
#faq-section .info-card h2 {
  color: hsl(342, 42%, 33%);
  font-size: 1.5rem;
  margin-bottom: 16px;
}
#faq-section .table-responsive table {
  margin-bottom: 0;
}
#faq-section table th {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  background-color: hsl(10, 29%, 16%);
}
#faq-section table td, #faq-section table th {
  padding: 12px 14px;
  border-color: #e2d9dd;
}
#faq-section .cta-box {
  background-color: hsl(342, 42%, 33%);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  margin-top: 48px;
}
#faq-section .cta-box h2 {
  color: #ffffff;
  margin-bottom: 12px;
}
#faq-section .cta-box p {
  color: #f3e6ec;
  margin-bottom: 20px;
}
#faq-section .cta-box .btn {
  background-color: hsl(318, 68%, 52%);
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  border-radius: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#faq-section .cta-box .btn:hover {
  background-color: hsl(318, 68%, 42%);
  color: #ffffff;
}
@media (max-width: 576px) {
  #faq-section .cta-box {
    padding: 28px 20px;
  }
}

.hero-section {
  background-color: #ffffff;
  padding: 52px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
.hero-section h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: hsl(10, 29%, 16%);
  font-size: 2.4rem;
}
.hero-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: hsl(342, 42%, 33%);
  font-size: 1.3rem;
  margin-bottom: 18px;
}
.hero-section p.hero-desc {
  color: #333333;
  font-size: 1.05rem;
  max-width: 720px;
}
.hero-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.hero-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #333333;
  font-size: 1rem;
}
.hero-list li i {
  color: hsl(318, 68%, 52%);
  font-size: 1.2rem;
}
.hero-cta-btn {
  background-color: hsl(318, 68%, 52%);
  color: #ffffff;
  border: none;
  border-radius: 20px;
  padding: 14px 32px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
}
.hero-cta-btn:hover {
  background-color: hsl(342, 42%, 33%);
  color: #ffffff;
  transform: translateY(-2px);
}
.hero-image-wrap {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}
.hero-image-wrap img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .hero-section h1 {
    font-size: 1.8rem;
  }
  .hero-section h2 {
    font-size: 1.1rem;
  }
}

#why-us {
  padding: 56px 0;
  background-color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
}
#why-us h2 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(10, 29%, 16%);
  font-weight: 700;
}
#why-us .subtitle {
  color: #333333;
  max-width: 700px;
  margin: 0 auto;
}
#why-us .advantage-card {
  border: 1px solid #e5e0e2;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 32px 24px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
#why-us .advantage-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  border-color: hsl(318, 68%, 52%);
}
#why-us .icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background-color: hsl(342, 42%, 33%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background-color 0.3s ease;
}
#why-us .advantage-card:hover .icon-wrap {
  background-color: hsl(318, 68%, 52%);
}
#why-us .icon-wrap i {
  font-size: 1.8rem;
  color: #ffffff;
}
#why-us .advantage-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: hsl(10, 29%, 16%);
  margin-bottom: 12px;
}
#why-us .advantage-card p {
  color: #333333;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 0;
}

#subscribe {
  background: hsl(342, 42%, 33%);
  padding: 52px 0;
  font-family: 'Source Sans Pro', sans-serif;
  border-radius: 20px;
  margin: 48px auto;
  max-width: 1200px;
}

#subscribe h2 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}

#subscribe p {
  color: #f5f5f5;
  font-size: 1.05rem;
  max-width: 600px;
  margin: 0 auto 28px;
}

#subscribe .newsletter-card {
  background: #fff;
  border: 1px solid #e0d5da;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  padding: 32px;
  max-width: 640px;
  margin: 0 auto;
}

#subscribe .form-control {
  border-radius: 14px;
  border: 1px solid #ccc;
  padding: 12px 16px;
  color: #222;
  font-size: 1rem;
}

#subscribe .form-control:focus {
  border-color: hsl(318, 68%, 52%);
  box-shadow: 0 0 0 0.2rem rgba(214, 45, 149, 0.2);
}

#subscribe .btn-subscribe {
  background: hsl(318, 68%, 52%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 28px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  transition: background 0.2s ease;
  white-space: nowrap;
}

#subscribe .btn-subscribe:hover {
  background: hsl(342, 42%, 33%);
  color: #fff;
}

#subscribe .small-note {
  color: #555;
  font-size: 0.85rem;
  margin-top: 14px;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  #subscribe .newsletter-card {
    padding: 22px;
  }
}

#voices {
  background: #fdf7f9;
  padding: 52px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
#voices h2 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(342, 42%, 33%);
  font-weight: 700;
}
#voices .lead-text {
  color: #333;
  max-width: 640px;
  margin: 0 auto;
}
#voices .review-card {
  background: #fff;
  border: 1px solid #e8dfe3;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  padding: 26px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#voices .review-card .stars {
  color: hsl(318, 68%, 52%);
  font-size: 1.05rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#voices .review-card .stars .empty {
  color: #d9c9d0;
}
#voices .review-card p.review-text {
  color: #333;
  font-size: 0.98rem;
  line-height: 1.55;
  flex-grow: 1;
}
#voices .review-card .reviewer {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
#voices .review-card .avatar {
  width: 46px;
  height: 46px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid hsl(342, 42%, 33%);
}
#voices .review-card .name-block strong {
  color: hsl(10, 29%, 16%);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  display: block;
}
#voices .review-card .name-block span {
  color: #777;
  font-size: 0.85rem;
}
#voices .review-card.long {
  border-left: 4px solid hsl(342, 42%, 33%);
}
#voices .review-card.short {
  justify-content: center;
}
#voices .review-card.accent-top {
  border-top: 4px solid hsl(318, 68%, 52%);
}
#voices .stats-strip {
  background: hsl(342, 42%, 33%);
  color: #fdf7f9;
  border-radius: 20px;
  padding: 24px;
  margin-top: 44px;
}
#voices .stats-strip .num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
}
#voices .stats-strip .lbl {
  font-size: 0.85rem;
  color: #f3dbe6;
}

#works {
  padding:56px 0;
  background:#fff;
  font-family:'Source Sans Pro',sans-serif;
  color:#222;
}
#works h2 {
  font-family:'Montserrat',sans-serif;
  color:hsl(342,42%,33%);
  font-weight:700;
}
#works .lead-text {
  color:#444;
  max-width:700px;
  margin:0 auto 40px;
}
#works .work-card {
  border:1px solid #e5dfe0;
  border-radius:20px;
  box-shadow:0 4px 14px rgba(0,0,0,0.06);
  overflow:hidden;
  background:#fff;
  height:100%;
  transition:transform .2s ease, box-shadow .2s ease;
}
#works .work-card:hover {
  transform:translateY(-4px);
  box-shadow:0 8px 20px rgba(0,0,0,0.1);
}
#works .work-img-wrap {
  width:100%;
  aspect-ratio:4/3;
  overflow:hidden;
  background:#f5f5f5;
}
#works .work-img-wrap img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
#works .work-body {
  padding:20px 22px 24px;
}
#works .badge-cat {
  background:hsl(318,68%,52%);
  color:#fff;
  font-family:'Montserrat',sans-serif;
  font-weight:600;
  font-size:0.75rem;
  padding:6px 12px;
  border-radius:12px;
  display:inline-block;
  margin-bottom:12px;
}
#works .work-body h3 {
  font-family:'Montserrat',sans-serif;
  font-size:1.15rem;
  color:hsl(10,29%,16%);
  margin-bottom:10px;
}
#works .work-body p {
  font-size:0.95rem;
  color:#444;
  margin-bottom:16px;
}
#works .btn-details {
  background:hsl(342,42%,33%);
  color:#fff;
  border:none;
  border-radius:14px;
  padding:8px 18px;
  font-family:'Montserrat',sans-serif;
  font-weight:600;
  font-size:0.9rem;
}
#works .btn-details:hover {
  background:hsl(318,68%,52%);
  color:#fff;
}
#works .modal-content {
  border-radius:20px;
  border:none;
}
#works .modal-header {
  border-bottom:1px solid #eee;
}
#works .modal-title {
  font-family:'Montserrat',sans-serif;
  color:hsl(342,42%,33%);
  font-weight:700;
}
#works .modal-body img {
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  border-radius:14px;
  margin-bottom:16px;
}
#works .modal-body p {
  color:#333;
}
#works .modal-badge {
  background:hsl(318,68%,52%);
  color:#fff;
  padding:6px 12px;
  border-radius:12px;
  font-size:0.8rem;
  font-weight:600;
  display:inline-block;
  margin-bottom:14px;
}

#offer{
  font-family:'Source Sans Pro',sans-serif;
  padding:56px 0;
  background:linear-gradient(135deg, hsl(342,42%,33%), hsl(318,68%,40%));
}
#offer h2, #offer h3{
  font-family:'Montserrat',sans-serif;
}
#offer .offer-card{
  border-radius:22px;
  background:#fff;
  color:#222;
  padding:40px;
  box-shadow:0 6px 18px rgba(0,0,0,0.15);
  border:1px solid rgba(0,0,0,0.06);
}
#offer .offer-badge{
  display:inline-block;
  background:hsl(318,68%,52%);
  color:#fff;
  font-weight:600;
  padding:6px 18px;
  border-radius:20px;
  font-size:0.9rem;
  margin-bottom:16px;
}
#offer h2{
  color:hsl(342,42%,33%);
  font-weight:700;
  font-size:2rem;
  margin-bottom:18px;
}
#offer p.desc{
  color:#333;
  font-size:1.05rem;
  line-height:1.7;
  margin-bottom:24px;
}
#offer .date-box{
  background:hsl(10,29%,16%);
  color:#fff;
  border-radius:18px;
  padding:20px 24px;
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:28px;
}
#offer .date-box i{
  font-size:2rem;
  color:hsl(318,68%,60%);
}
#offer .date-box .label{
  font-size:0.9rem;
  color:#f0dde5;
  margin-bottom:2px;
}
#offer .date-box .date{
  font-size:1.5rem;
  font-weight:700;
  font-family:'Montserrat',sans-serif;
}
#offer ul.benefits{
  list-style:none;
  padding:0;
  margin:0 0 28px 0;
}
#offer ul.benefits li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:14px;
  color:#333;
  font-size:1rem;
}
#offer ul.benefits li i{
  color:hsl(342,42%,33%);
  font-size:1.3rem;
  margin-top:2px;
}
#offer .btn-cta{
  background:hsl(318,68%,52%);
  color:#fff;
  font-weight:600;
  padding:14px 34px;
  border-radius:16px;
  border:none;
  font-size:1.05rem;
  transition:background 0.2s ease;
  display:inline-block;
  text-decoration:none;
}
#offer .btn-cta:hover{
  background:hsl(342,42%,33%);
  color:#fff;
}
@media (max-width:576px){
  #offer .offer-card{padding:26px;}
  #offer .date-box{flex-direction:column;align-items:flex-start;}
}

#about-us {
  font-family: 'Source Sans Pro', sans-serif;
  color: #2a2a2a;
  background-color: #fdf9fb;
  padding: 52px 0;
}
#about-us h2, #about-us h3 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(342, 42%, 33%);
}
#about-us .lead-text {
  font-size: 1.1rem;
  color: #3a3a3a;
}
#about-us .about-card {
  background-color: #ffffff;
  border: 1px solid #e5dade;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  padding: 32px;
  height: 100%;
}
#about-us img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid #e5dade;
}
#about-us .stat-box {
  background-color: hsl(342, 42%, 33%);
  color: #ffffff;
  border-radius: 18px;
  padding: 22px 16px;
  text-align: center;
  height: 100%;
}
#about-us .stat-box .stat-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: #ffffff;
  display: block;
}
#about-us .stat-box .stat-label {
  font-size: 0.9rem;
  color: #f2e6ec;
}
#about-us .values-list li {
  margin-bottom: 12px;
  padding-left: 6px;
}
#about-us .values-list li strong {
  color: hsl(342, 42%, 33%);
}
#about-us .accent-line {
  width: 60px;
  height: 4px;
  background-color: hsl(318, 68%, 52%);
  border-radius: 4px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #about-us { padding: 40px 0; }
  #about-us .about-card { padding: 24px; }
}

.services-section {
  background-color: #f8f5f6;
  padding: 56px 0;
  font-family: 'Source Sans Pro', sans-serif;
}

.services-section h2 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(10, 29%, 16%);
  font-weight: 700;
}

.services-section .lead-text {
  color: #444;
  max-width: 700px;
  margin: 0 auto;
}

.service-card {
  background-color: #ffffff;
  border: 1px solid #e3d9dc;
  border-radius: 20px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  border-color: hsl(318, 68%, 52%);
}

.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background-color: hsl(342, 42%, 33%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(10, 29%, 16%);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.service-card p {
  color: #4a4a4a;
  font-size: 0.98rem;
  line-height: 1.6;
  margin-bottom: 18px;
}

.service-price {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: hsl(318, 68%, 52%);
  font-size: 1.1rem;
  border-top: 1px solid #eee;
  padding-top: 14px;
  width: 100%;
}

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

#get-in-touch {
  background-color: #faf5f7;
  padding: 56px 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #222;
}
#get-in-touch h2 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(342, 42%, 33%);
  font-weight: 700;
}
#get-in-touch p {
  color: #333;
}
#get-in-touch .contact-card {
  background-color: #ffffff;
  border: 1px solid #e5dcdf;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  padding: 32px;
}
#get-in-touch .info-card {
  background-color: hsl(10, 29%, 16%);
  color: #f8f9fa;
  border-radius: 20px;
  padding: 32px;
  height: 100%;
}
#get-in-touch .info-card h3 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
#get-in-touch .info-card a {
  color: hsl(318, 68%, 62%);
  text-decoration: none;
}
#get-in-touch .info-card a:hover {
  text-decoration: underline;
}
#get-in-touch .info-card ul {
  list-style: none;
  padding-left: 0;
}
#get-in-touch .info-card ul li {
  margin-bottom: 14px;
  padding-left: 28px;
  position: relative;
}
#get-in-touch .info-card ul li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: hsl(318, 68%, 62%);
}
#get-in-touch .map-link {
  display: inline-block;
  margin-top: 8px;
  color: hsl(318, 68%, 62%);
  font-weight: 600;
  text-decoration: none;
}
#get-in-touch .map-link:hover {
  text-decoration: underline;
}
#get-in-touch .form-label {
  font-weight: 600;
  color: #333;
}
#get-in-touch .form-control {
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 10px 14px;
}
#get-in-touch .form-control:focus {
  border-color: hsl(342, 42%, 33%);
  box-shadow: 0 0 0 0.2rem hsla(342, 42%, 33%, 0.15);
}
#get-in-touch .btn-send {
  background-color: hsl(342, 42%, 33%);
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 12px 32px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  transition: background-color 0.2s ease;
}
#get-in-touch .btn-send:hover {
  background-color: hsl(318, 68%, 52%);
  color: #ffffff;
}
#get-in-touch .hours-badge {
  background-color: hsla(318, 68%, 52%, 0.15);
  color: #f8f9fa;
  border: 1px solid hsla(318, 68%, 62%, 0.4);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.95rem;
}

#legal {
  background: #f5f5f5;
  padding: 48px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
#legal .disclaimer-card {
  background: #fff;
  border: 1px solid #e0d5da;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}
#legal .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: hsl(342, 42%, 33%, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
#legal .icon-wrap i {
  font-size: 1.8rem;
  color: hsl(342, 42%, 33%);
}
#legal h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: hsl(10, 29%, 16%);
  margin-bottom: 16px;
}
#legal p {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.thank-you-section {
    font-family: 'Source Sans Pro', sans-serif;
    background: linear-gradient(135deg, hsl(342, 42%, 33%) 0%, hsl(10, 29%, 16%) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
  }

  .thank-you-card {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 3rem 2rem;
    max-width: 650px;
    width: 100%;
    text-align: center;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
  }

  .thank-you-card h1,
  .thank-you-card h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }

  .success-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem auto;
    border-radius: 50%;
    background: linear-gradient(135deg, hsl(318, 68%, 52%) 0%, hsl(342, 42%, 33%) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: popIn 0.5s ease-out;
    box-shadow: 0 0.5rem 1.5rem hsla(318, 68%, 52%, 0.35);
  }

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

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

  .thank-you-heading {
    color: hsl(10, 29%, 16%);
    font-size: 1.85rem;
    margin-bottom: 1rem;
  }

  .thank-you-text {
    color: #4a4a4a;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
  }

  .info-box {
    background-color: hsl(342, 42%, 96%);
    border-left: 4px solid hsl(318, 68%, 52%);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    text-align: start;
    margin: 1.75rem 0;
  }

  .info-box p {
    margin-bottom: 0.5rem;
    color: hsl(10, 29%, 16%);
    font-size: 0.98rem;
  }

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

  .info-box i {
    color: hsl(318, 68%, 52%);
    margin-right: 0.5rem;
    width: 1.2rem;
    text-align: center;
  }

  .btn-primary-custom {
    background-color: hsl(342, 42%, 33%);
    border: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 0.75rem 2.25rem;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 0.3rem 1rem hsla(342, 42%, 33%, 0.35);
  }

  .btn-primary-custom:hover {
    background-color: hsl(318, 68%, 52%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1.25rem hsla(318, 68%, 52%, 0.4);
  }

  .btn-primary-custom:active {
    transform: translateY(0);
  }

  @media (max-width: 576px) {
    .thank-you-card {
      padding: 2rem 1.25rem;
    }

    .thank-you-heading {
      font-size: 1.5rem;
    }

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

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

#services-section {
  padding: 56px 0;
  background: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #2b2b2b;
}
#services-section h1,
#services-section h2,
#services-section h3 {
  font-family: 'Montserrat', sans-serif;
}
#services-section .page-header {
  margin-bottom: 40px;
}
#services-section .page-header h1 {
  color: hsl(342, 42%, 33%);
  font-weight: 700;
}
#services-section .page-header p {
  color: #4a4a4a;
  max-width: 720px;
}
#services-section .service-list {
  border-top: 1px solid #e2e2e2;
}
#services-section .service-item {
  padding: 28px 20px;
  border-bottom: 1px solid #e2e2e2;
  transition: background-color 0.25s ease, transform 0.25s ease;
  border-radius: 16px;
}
#services-section .service-item:hover {
  background-color: hsl(342, 42%, 97%);
  transform: translateY(-3px);
}
#services-section .service-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: hsl(342, 42%, 33%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}
#services-section .service-title {
  color: hsl(10, 29%, 16%);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 6px;
}
#services-section .service-desc {
  color: #4a4a4a;
  font-size: 0.96rem;
  margin-bottom: 10px;
}
#services-section .service-price {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 16px;
  background: hsl(318, 68%, 52%);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.92rem;
}
#services-section .details-block {
  background: hsl(342, 42%, 97%);
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  padding: 32px;
  margin-top: 48px;
}
#services-section .details-block h2 {
  color: hsl(342, 42%, 33%);
  font-weight: 700;
  margin-bottom: 20px;
}
#services-section .table-responsive table {
  margin-bottom: 0;
}
#services-section table th {
  color: hsl(10, 29%, 16%);
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border-bottom: 2px solid hsl(342, 42%, 33%);
}
#services-section table td,
#services-section table th {
  vertical-align: middle;
  padding: 12px 10px;
  color: #2b2b2b;
}
#services-section table tr {
  border-bottom: 1px solid #e2e2e2;
}
#services-section .cta-box {
  margin-top: 48px;
  background: hsl(10, 29%, 16%);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  color: #ffffff;
}
#services-section .cta-box h2 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
}
#services-section .cta-box p {
  color: #f0e6ea;
  margin-bottom: 22px;
}
#services-section .btn-cta {
  background: hsl(318, 68%, 52%);
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  border-radius: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.25s ease;
}
#services-section .btn-cta:hover {
  opacity: 0.88;
  color: #ffffff;
}
@media (max-width: 767px) {
  #services-section .service-item {
    padding: 22px 12px;
  }
}

#contact-content {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #f8f5f6;
  padding: 52px 0;
  color: #222;
}
#contact-content h1, #contact-content h2, #contact-content h3 {
  font-family: 'Montserrat', sans-serif;
}
#contact-content .contact-hero {
  margin-bottom: 48px;
}
#contact-content .contact-hero h1 {
  color: hsl(342, 42%, 33%);
  font-weight: 700;
}
#contact-content .contact-hero p {
  color: #444;
  max-width: 700px;
}
#contact-content .card {
  border: 1px solid #e5dfe1;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  background-color: #fff;
}
#contact-content .info-card {
  padding: 32px;
  height: 100%;
}
#contact-content .info-card h3 {
  color: hsl(10, 29%, 16%);
  font-weight: 700;
  margin-bottom: 20px;
}
#contact-content .info-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
#contact-content .info-list li {
  margin-bottom: 14px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
#contact-content .info-list li span.label {
  font-weight: 600;
  color: hsl(342, 42%, 33%);
  min-width: 90px;
  display: inline-block;
}
#contact-content a {
  color: hsl(318, 68%, 52%);
  text-decoration: none;
}
#contact-content a:hover {
  text-decoration: underline;
}
#contact-content .map-note {
  font-size: 0.95rem;
  color: #555;
  margin-top: 6px;
}
#contact-content .form-card {
  padding: 32px;
}
#contact-content .form-card h3 {
  color: hsl(10, 29%, 16%);
  font-weight: 700;
  margin-bottom: 20px;
}
#contact-content .form-label {
  font-weight: 600;
  color: #333;
}
#contact-content .form-control {
  border-radius: 12px;
  border: 1px solid #d9d2d4;
  padding: 10px 14px;
}
#contact-content .form-control:focus {
  border-color: hsl(318, 68%, 52%);
  box-shadow: 0 0 0 0.2rem rgba(216, 34, 158, 0.15);
}
#contact-content .btn-submit {
  background-color: hsl(342, 42%, 33%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 28px;
  font-weight: 600;
  transition: background-color 0.2s ease;
}
#contact-content .btn-submit:hover {
  background-color: hsl(318, 68%, 52%);
  color: #fff;
}
#contact-content .cta-block {
  margin-top: 48px;
  background-color: hsl(342, 42%, 33%);
  border-radius: 20px;
  padding: 36px;
  text-align: center;
  color: #fff;
}
#contact-content .cta-block h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
}
#contact-content .cta-block p {
  color: #f2e6ec;
  margin-bottom: 20px;
}
#contact-content .cta-block .btn-cta {
  background-color: hsl(318, 68%, 52%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 12px 30px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#contact-content .cta-block .btn-cta:hover {
  background-color: #fff;
  color: hsl(342, 42%, 33%);
}
@media (max-width: 767px) {
  #contact-content .info-card, #contact-content .form-card {
    padding: 22px;
  }
}
