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

body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #f7f6f3;
    color: #2b2830;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
  }
  .navbar {
    background-color: #f7f6f3;
    border-bottom: 1px solid #e3e0e8;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-brand {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: hsl(256, 20%, 37%);
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .navbar-brand img {
    width: 44px;
    height: 44px;
    object-fit: cover;
  }
  .navbar-nav .nav-link {
    color: hsl(262, 10%, 23%);
    font-weight: 600;
    margin-left: 8px;
    margin-right: 8px;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    color: hsl(248, 36%, 57%);
  }
  .navbar-toggler {
    border-color: hsl(256, 20%, 37%);
  }

footer.site-footer {
  background: hsl(262, 10%, 23%);
  color: #f4f4f1;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 64px 0 24px;
}
footer.site-footer h5 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  margin-bottom: 18px;
}
footer.site-footer p, footer.site-footer li, footer.site-footer a {
  color: #e3e1e8;
}
footer.site-footer a {
  text-decoration: none;
  transition: color 0.2s ease;
}
footer.site-footer a:hover {
  color: hsl(248, 36%, 70%);
}
footer.site-footer ul {
  list-style: none;
  padding-left: 0;
}
footer.site-footer ul li {
  margin-bottom: 10px;
}
.footer-divider {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin: 32px 0 20px;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: hsl(256, 20%, 37%);
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.social-icons a:hover {
  background: hsl(248, 36%, 57%);
  color: #ffffff;
  transform: translateY(-2px);
}
.footer-bottom-text {
  color: #bdb9c6;
  font-size: 0.9rem;
}

#consentBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: hsl(262, 10%, 23%);
  color: #f4f4f1;
  border-top: 3px solid hsl(248, 36%, 57%);
  padding: 16px 0;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.25);
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Source Sans Pro', sans-serif;
}
#consentBar h6 {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 1.05rem;
}
#consentBar p, #consentBar li {
  color: #e3e1e8;
  font-size: 0.88rem;
  margin-bottom: 6px;
}
#consentBar ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}
#consentBar ul li strong {
  color: #ffffff;
}
.consent-btn {
  border-radius: 7px;
  padding: 9px 18px;
  font-weight: 600;
  font-size: 0.92rem;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  width: 100%;
}
.btn-consent-accept {
  background: hsl(248, 36%, 57%);
  color: #ffffff;
}
.btn-consent-accept:hover {
  background: hsl(248, 36%, 47%);
  color: #ffffff;
}
.btn-consent-reject {
  background: transparent;
  color: #f4f4f1;
  border-color: #f4f4f1;
}
.btn-consent-reject:hover {
  background: #f4f4f1;
  color: hsl(262, 10%, 23%);
}
.consent-manage-link {
  color: hsl(248, 36%, 75%);
  font-size: 0.88rem;
  text-decoration: underline;
}
.consent-manage-link:hover {
  color: #ffffff;
}

#portfolio-content {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #2b2733;
}
#portfolio-content h1, #portfolio-content h2, #portfolio-content h3, #portfolio-content h4 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(262, 10%, 23%);
}
#portfolio-content .intro-block {
  max-width: 780px;
  margin: 0 auto 64px;
  text-align: center;
}
#portfolio-content .intro-block p {
  font-size: 1.05rem;
  line-height: 1.7;
}
#portfolio-content .stats-strip {
  background-color: #ffffff;
  border: 1px solid #e3e0e8;
  border-radius: 8px;
  padding: 24px 16px;
  margin-bottom: 80px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.04);
}
#portfolio-content .stats-strip .stat-num {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: hsl(256, 20%, 37%);
}
#portfolio-content .stats-strip .stat-label {
  font-size: 0.9rem;
  color: #55505c;
}
#portfolio-content .card {
  border: 1px solid #e3e0e8;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  background-color: #ffffff;
  overflow: hidden;
  height: 100%;
  transition: transform 0.15s ease;
}
#portfolio-content .card:hover {
  transform: translateY(-4px);
}
#portfolio-content .card-img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #eceae f2;
}
#portfolio-content .card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#portfolio-content .badge-category {
  background-color: hsl(248, 36%, 57%);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  border-radius: 6px;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 10px;
}
#portfolio-content .card-body {
  padding: 20px;
}
#portfolio-content .card-body h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
}
#portfolio-content .card-body p {
  font-size: 0.93rem;
  color: #4b4653;
  line-height: 1.55;
}
#portfolio-content .btn-details {
  background-color: hsl(256, 20%, 37%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.88rem;
  padding: 8px 16px;
}
#portfolio-content .btn-details:hover {
  background-color: hsl(248, 36%, 57%);
  color: #ffffff;
}
#portfolio-content .modal-content {
  border-radius: 8px;
  border: none;
}
#portfolio-content .modal-header {
  background-color: hsl(256, 20%, 37%);
  color: #ffffff;
  border-bottom: none;
}
#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: 6px;
  margin-bottom: 16px;
}
#portfolio-content .table-responsive table {
  font-size: 0.92rem;
}
#portfolio-content .table-responsive th {
  font-family: 'Montserrat', sans-serif;
  color: hsl(262, 10%, 23%);
  width: 40%;
}
#portfolio-content .cta-block {
  background-color: hsl(262, 10%, 23%);
  color: #f7f6f3;
  border-radius: 8px;
  padding: 56px 24px;
  text-align: center;
  margin-top: 88px;
}
#portfolio-content .cta-block h2 {
  color: #ffffff;
}
#portfolio-content .cta-block p {
  color: #ddd9e2;
  max-width: 600px;
  margin: 0 auto 24px;
}
#portfolio-content .cta-block .btn-cta {
  background-color: hsl(248, 36%, 57%);
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
  padding: 12px 32px;
  font-size: 1rem;
}
#portfolio-content .cta-block .btn-cta:hover {
  background-color: #ffffff;
  color: hsl(256, 20%, 37%);
}
@media (max-width: 576px) {
  #portfolio-content { padding: 64px 0; }
  #portfolio-content .cta-block { margin-top: 56px; }
}

.hero-section {
  background-color: #f7f6f3;
  padding: 96px 0;
}
.hero-section h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: hsl(262, 10%, 23%);
}
.hero-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: hsl(256, 20%, 37%);
  font-size: 1.35rem;
}
.hero-section p.hero-desc {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 1.1rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.hero-points {
  list-style: none;
  padding: 0;
  margin: 0 auto 32px;
  max-width: 650px;
  text-align: left;
  display: inline-block;
}
.hero-points li {
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  margin-bottom: 12px;
  font-size: 1.05rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hero-points i {
  color: hsl(248, 36%, 57%);
  font-size: 1.2rem;
  margin-top: 2px;
}
.hero-cta {
  background-color: hsl(256, 20%, 37%);
  color: #fff;
  border: none;
  padding: 14px 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-block;
  text-decoration: none;
}
.hero-cta:hover {
  background-color: hsl(248, 36%, 57%);
  color: #fff;
  transform: translateY(-2px);
}
.hero-image-wrap {
  margin-top: 56px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  border: 1px solid #e4e2dd;
}
.hero-image-wrap img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 576px) {
  .hero-section {
    padding: 64px 0;
  }
  .hero-points {
    display: block;
  }
}

#how-we-work {
  background-color: #f7f6f3;
  padding: 88px 0;
  font-family: 'Source Sans Pro', sans-serif;
}

#how-we-work .section-heading {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: hsl(262, 10%, 23%);
  font-size: 2rem;
  margin-bottom: 12px;
}

#how-we-work .section-sub {
  color: hsl(262, 10%, 23%);
  opacity: 0.85;
  max-width: 640px;
  margin: 0 auto 48px;
  font-size: 1rem;
}

#how-we-work .work-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  padding: 24px 20px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

#how-we-work .work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

#how-we-work .icon-wrap {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background-color: hsl(256, 20%, 37%);
  color: #f7f6f3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
}

#how-we-work .work-text {
  color: hsl(262, 10%, 23%);
  font-size: 0.98rem;
  line-height: 1.45;
  margin: 0;
  padding-top: 4px;
}

#how-we-work .wide-card {
  height: 100%;
}

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

.services-section{background:#f7f6f3;padding:96px 0;font-family:'Source Sans Pro',sans-serif;}
.services-section h2{font-family:'Montserrat',sans-serif;color:hsl(262,10%,23%);font-weight:700;}
.services-section .lead-text{color:hsl(262,10%,23%);max-width:720px;margin:0 auto;}
.service-card{background:#fff;border:1px solid #e6e4e0;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.05);padding:32px 24px;height:100%;text-align:center;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(75,63,110,0.18);border-color:hsl(248,36%,57%);}
.service-icon-wrap{width:64px;height:64px;border-radius:50%;background:hsl(256,20%,37%);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:28px;transition:background 0.25s ease;}
.service-card:hover .service-icon-wrap{background:hsl(248,36%,57%);}
.service-card h3{font-family:'Montserrat',sans-serif;font-size:1.15rem;color:hsl(262,10%,23%);font-weight:600;margin-bottom:12px;}
.service-card p{color:#4a4a4a;font-size:0.95rem;line-height:1.55;margin-bottom:16px;}
.service-price{display:inline-block;background:hsl(256,20%,37%);color:#fff;font-weight:600;padding:6px 16px;border-radius:6px;font-size:0.95rem;}
.service-card:hover .service-price{background:hsl(248,36%,57%);}
@media (max-width:767px){.services-section{padding:64px 0;}}

#who-we-are .about-section {background:#f7f6f3;padding:96px 0;font-family:'Source Sans Pro',sans-serif;color:#2b2632;}
#who-we-are .about-section h2, #who-we-are .about-section h3 {font-family:'Montserrat',sans-serif;}
#who-we-are .about-section .eyebrow {color:hsl(248,36%,57%);font-weight:600;letter-spacing:1px;text-transform:uppercase;font-size:0.85rem;}
#who-we-are .about-section h2 {color:hsl(256,20%,37%);font-weight:700;margin-bottom:1.25rem;}
#who-we-are .about-section p {line-height:1.75;color:#3a3540;}
#who-we-are .about-img {aspect-ratio:3/2;width:100%;height:auto;object-fit:cover;border-radius:8px;border:1px solid #e2dfe6;box-shadow:0 6px 18px rgba(60,50,80,0.1);}
#who-we-are .about-img-wrap {position:relative;margin-bottom:1.5rem;}
#who-we-are .about-stats-card {background:#fff;border:1px solid #e5e2ea;border-radius:8px;padding:1.5rem;box-shadow:0 4px 14px rgba(60,50,80,0.08);text-align:center;}
#who-we-are .about-stats-card h3 {color:hsl(256,20%,37%);font-size:2rem;font-weight:700;margin-bottom:0.25rem;}
#who-we-are .about-stats-card span {color:#5c5568;font-size:0.9rem;}
#who-we-are .values-card {background:#fff;border:1px solid #e5e2ea;border-radius:8px;padding:1.25rem;box-shadow:0 4px 12px rgba(60,50,80,0.06);height:100%;}
#who-we-are .values-card h4 {color:hsl(262,10%,23%);font-family:'Montserrat',sans-serif;font-weight:600;font-size:1.05rem;margin-bottom:0.5rem;}
#who-we-are .values-card p {font-size:0.95rem;margin-bottom:0;}
@media (max-width:767px){#who-we-are .about-section {padding:64px 0;}}

#clients {
  background: #f7f6f3;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
#clients h2 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(262, 10%, 23%);
  font-weight: 700;
}
#clients .lead-text {
  color: hsl(262, 10%, 23%);
  max-width: 700px;
  margin: 0 auto;
}
#clients .sub-stats {
  color: hsl(256, 20%, 37%);
  font-size: 0.95rem;
}
#clients .review-card {
  background: #fff;
  border: 1px solid #e5e3de;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#clients .review-card .stars {
  color: hsl(248, 36%, 57%);
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#clients .review-card .star-empty {
  color: #d9d7d2;
}
#clients .review-card p.review-text {
  color: hsl(262, 10%, 23%);
  font-size: 0.98rem;
  line-height: 1.55;
  flex-grow: 1;
}
#clients .review-card .reviewer-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: hsl(256, 20%, 37%);
  margin-bottom: 0;
}
#clients .review-card .reviewer-loc {
  color: #777;
  font-size: 0.85rem;
}
#clients .review-card .badge-topic {
  display: inline-block;
  background: #f1effa;
  color: hsl(256, 20%, 37%);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 12px;
  align-self: flex-start;
}
#clients .review-card.featured {
  background: hsl(256, 20%, 37%);
  border: none;
}
#clients .review-card.featured p.review-text, #clients .review-card.featured .reviewer-name {
  color: #fff;
}
#clients .review-card.featured .reviewer-loc {
  color: #d8d5e8;
}
#clients .review-card.featured .stars {
  color: #f2c94c;
}
#clients .review-card.featured .badge-topic {
  background: rgba(255,255,255,0.15);
  color: #fff;
}
#clients .reviews-wrapper {
  max-height: 980px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #clients { padding: 64px 0; }
}

#value {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
#value h2 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(262, 10%, 23%);
  font-weight: 700;
}
#value .lead-text {
  color: hsl(262, 10%, 23%);
  max-width: 700px;
  margin: 0 auto;
}
#value .value-card {
  background-color: #ffffff;
  border: 1px solid #e3e0e8;
  border-radius: 8px;
  padding: 32px 24px;
  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;
}
#value .value-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.1);
  border-color: hsl(248, 36%, 57%);
}
#value .icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background-color: hsl(256, 20%, 37%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: background-color 0.25s ease;
}
#value .value-card:hover .icon-wrap {
  background-color: hsl(248, 36%, 57%);
}
#value .icon-wrap i {
  font-size: 1.6rem;
  color: #f7f6f3;
}
#value .value-card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.15rem;
  color: hsl(262, 10%, 23%);
  margin-bottom: 12px;
  font-weight: 600;
}
#value .value-card p {
  color: #4a4750;
  font-size: 0.96rem;
  line-height: 1.55;
  margin-bottom: 0;
}

#in-numbers {
    background-color: #f7f6f3;
    padding: 96px 0;
    font-family: 'Source Sans Pro', sans-serif;
  }

  #in-numbers h2 {
    font-family: 'Montserrat', sans-serif;
    color: hsl(262, 10%, 23%);
    font-weight: 700;
  }

  #in-numbers .lead {
    color: hsl(262, 10%, 23%);
    max-width: 680px;
    margin: 0 auto;
  }

  #in-numbers .stat-card {
    background-color: #ffffff;
    border: 1px solid #e3e0e8;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(70, 60, 100, 0.08);
    padding: 32px 20px;
    height: 100%;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  #in-numbers .stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(70, 60, 100, 0.14);
  }

  #in-numbers .stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: hsl(256, 20%, 37%);
    color: #f7f6f3;
    font-size: 1.6rem;
    margin-bottom: 16px;
  }

  #in-numbers .stat-number {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    color: hsl(248, 36%, 57%);
    line-height: 1.1;
    animation: countFade 0.9s ease-out;
  }

  #in-numbers .stat-label {
    color: hsl(262, 10%, 23%);
    font-weight: 600;
    margin-top: 6px;
  }

  #in-numbers .stat-context {
    color: #6b6674;
    font-size: 0.92rem;
    margin-top: 4px;
  }

  @keyframes countFade {
    from {
      opacity: 0;
      transform: translateY(10px) scale(0.92);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }

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

#get-in-touch .contact-section {
  background:#f7f6f3;
  padding:96px 0;
  font-family:'Source Sans Pro',sans-serif;
  color:#2b2530;
}
#get-in-touch .contact-section h2 {
  font-family:'Montserrat',sans-serif;
  font-weight:700;
  color:hsl(256,20%,37%);
}
#get-in-touch .contact-section p.lead-text {
  color:#4a4550;
  font-size:1.05rem;
  max-width:640px;
}
#get-in-touch .contact-card {
  background:#ffffff;
  border:1px solid #e6e3de;
  border-radius:8px;
  box-shadow:0 4px 14px rgba(0,0,0,0.05);
  padding:32px;
}
#get-in-touch .info-card {
  background:#ffffff;
  border:1px solid #e6e3de;
  border-radius:8px;
  box-shadow:0 4px 14px rgba(0,0,0,0.05);
  padding:32px;
  height:100%;
}
#get-in-touch .info-card h3 {
  font-family:'Montserrat',sans-serif;
  font-weight:600;
  color:hsl(256,20%,37%);
  font-size:1.25rem;
  margin-bottom:20px;
}
#get-in-touch .info-item {
  display:flex;
  gap:14px;
  margin-bottom:18px;
  align-items:flex-start;
}
#get-in-touch .info-item .icon-box {
  width:40px;
  height:40px;
  border-radius:8px;
  background:hsl(248,36%,57%);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size:1.1rem;
}
#get-in-touch .info-item a, #get-in-touch .info-item span {
  color:#2b2530;
  text-decoration:none;
}
#get-in-touch .info-item a:hover {
  color:hsl(248,36%,57%);
  text-decoration:underline;
}
#get-in-touch .map-link {
  color:hsl(256,20%,37%);
  font-weight:600;
  text-decoration:underline;
}
#get-in-touch .map-link:hover {
  color:hsl(248,36%,57%);
}
#get-in-touch .form-label {
  font-weight:600;
  color:#2b2530;
  font-size:0.95rem;
}
#get-in-touch .form-control {
  border:1px solid #d8d5cf;
  border-radius:6px;
  padding:10px 14px;
  font-size:0.95rem;
}
#get-in-touch .form-control:focus {
  border-color:hsl(248,36%,57%);
  box-shadow:0 0 0 0.2rem rgba(140,120,190,0.2);
}
#get-in-touch .btn-submit {
  background:hsl(256,20%,37%);
  color:#fff;
  border:none;
  border-radius:6px;
  padding:12px 32px;
  font-weight:600;
  font-family:'Montserrat',sans-serif;
  transition:background 0.2s ease;
}
#get-in-touch .btn-submit:hover {
  background:hsl(248,36%,57%);
  color:#fff;
}
#get-in-touch .reply-note {
  background:#f1eef8;
  border-radius:8px;
  padding:14px 18px;
  font-size:0.9rem;
  color:#3d3550;
  margin-top:18px;
}
@media (max-width:767px){
  #get-in-touch .contact-section {padding:64px 0;}
  #get-in-touch .contact-card, #get-in-touch .info-card {padding:24px;}
}

#legal-notice {
  background: #f4f4f1;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
}
#legal-notice .disclaimer-card {
  background: #ffffff;
  border: 1px solid #e2e0e6;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(45, 39, 64, 0.06);
  padding: 48px 40px;
}
#legal-notice .icon-wrap {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: hsl(248, 36%, 57%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#legal-notice .icon-wrap i {
  color: #ffffff;
  font-size: 1.6rem;
}
#legal-notice h2 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(262, 10%, 23%);
  font-weight: 700;
  margin-bottom: 0;
}
#legal-notice p {
  color: #333333;
  font-size: 1.02rem;
  line-height: 1.7;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  #legal-notice .disclaimer-card {
    padding: 32px 22px;
  }
  #legal-notice .header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

#contact-section {
  background-color: #f7f6f3;
  padding: 96px 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
}
#contact-section h1, #contact-section h2, #contact-section h3 {
  font-family: 'Montserrat', sans-serif;
  color: hsl(262, 10%, 23%);
}
#contact-section .lead-text {
  color: #444;
  font-size: 1.05rem;
  max-width: 700px;
}
#contact-section .card {
  border: 1px solid #e2e0dc;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  background-color: #fff;
}
#contact-section .info-card {
  padding: 32px;
}
#contact-section .info-item {
  margin-bottom: 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
#contact-section .info-item i {
  color: hsl(248, 36%, 57%);
  font-size: 1.3rem;
  min-width: 26px;
  margin-top: 3px;
}
#contact-section .info-item a {
  color: hsl(256, 20%, 37%);
  text-decoration: none;
  font-weight: 600;
}
#contact-section .info-item a:hover {
  color: hsl(248, 36%, 57%);
  text-decoration: underline;
}
#contact-section .find-us {
  background-color: #f4f4f1;
  border-radius: 6px;
  padding: 14px 16px;
  font-size: 0.95rem;
  color: #444;
  margin-top: 8px;
}
#contact-section .find-us a {
  color: hsl(256, 20%, 37%);
  font-weight: 600;
}
#contact-section .form-card {
  padding: 36px;
}
#contact-section .form-label {
  font-weight: 600;
  color: hsl(262, 10%, 23%);
}
#contact-section .form-control {
  border-radius: 6px;
  border: 1px solid #d8d6d1;
  padding: 10px 14px;
}
#contact-section .form-control:focus {
  border-color: hsl(248, 36%, 57%);
  box-shadow: 0 0 0 0.2rem rgba(129, 111, 189, 0.2);
}
#contact-section .btn-submit {
  background-color: hsl(256, 20%, 37%);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 32px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  transition: background-color 0.2s ease;
}
#contact-section .btn-submit:hover {
  background-color: hsl(248, 36%, 57%);
  color: #fff;
}
#contact-section .reply-note {
  background-color: hsl(256, 20%, 37%);
  color: #f7f6f3;
  border-radius: 8px;
  padding: 18px 22px;
  font-size: 0.95rem;
  margin-top: 28px;
}
#contact-section .reply-note strong {
  color: #fff;
}
#contact-section .cta-box {
  text-align: center;
  margin-top: 72px;
}
#contact-section .cta-box a.btn-cta {
  background-color: hsl(248, 36%, 57%);
  color: #fff;
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  display: inline-block;
}
#contact-section .cta-box a.btn-cta:hover {
  background-color: hsl(256, 20%, 37%);
  color: #fff;
}
@media (max-width: 767px) {
  #contact-section { padding: 64px 0; }
  #contact-section .form-card, #contact-section .info-card { padding: 24px; }
}



  .thankyou-section {
    font-family: 'Source Sans Pro', sans-serif;
    background: linear-gradient(135deg, hsl(256, 20%, 37%) 0%, hsl(262, 10%, 23%) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 3rem 1rem;
  }

  .thankyou-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 3rem 2rem;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.25);
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    animation: fadeInUp 0.6s ease-out;
  }

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

  .success-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    background: hsl(248, 36%, 57%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: popIn 0.5s ease-out 0.2s both;
    box-shadow: 0 0 0 8px hsla(248, 36%, 57%, 0.15);
  }

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

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

  .thankyou-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    color: hsl(262, 10%, 23%);
    font-size: 1.9rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .thankyou-subheading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: hsl(248, 36%, 57%);
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .thankyou-message {
    color: hsl(262, 10%, 23%);
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 1.75rem;
  }

  .info-box {
    background: hsl(256, 20%, 97%);
    border-left: 4px solid hsl(248, 36%, 57%);
    border-radius: 0.5rem;
    padding: 1.25rem 1.5rem;
    text-align: left;
    margin-bottom: 2rem;
  }

  .info-box p {
    margin-bottom: 0.5rem;
    color: hsl(262, 10%, 23%);
    font-size: 0.98rem;
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
  }

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

  .info-box svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    stroke: hsl(248, 36%, 57%);
    margin-top: 2px;
  }

  .btn-home {
    background-color: hsl(256, 20%, 37%);
    border: none;
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding: 0.75rem 2.5rem;
    border-radius: 0.5rem;
    font-size: 1rem;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px hsla(256, 20%, 37%, 0.35);
  }

  .btn-home:hover,
  .btn-home:focus {
    background-color: hsl(248, 36%, 57%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px hsla(248, 36%, 57%, 0.45);
  }

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

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

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

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