@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600;700;800&family=Raleway:wght@400;500;600&display=swap');

:root {
  --primary: hsl(324, 28%, 29%);
  --secondary: hsl(352, 18%, 14%);
  --accent: hsl(300, 39%, 62%);
}

body {
    font-family: 'Raleway', sans-serif;
    color: var(--secondary);
    background-color: #ffffff;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter', sans-serif;
  }
  .navbar {
    background-color: #ffffff;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #eee;
  }
  .navbar-brand {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--secondary);
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .navbar-brand img {
    border-radius: 12px;
  }
  .navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: var(--secondary);
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    color: var(--accent);
  }
  .navbar-toggler {
    border-color: var(--primary);
  }
  .navbar-toggler-icon {
    filter: none;
  }
  @media (min-width: 992px) {
    .navbar-nav {
      align-items: center;
    }
  }

footer {
  background: hsl(352, 18%, 14%);
  color: #f5f5f5;
  font-family: 'Raleway', sans-serif;
  padding: 80px 0 32px;
  margin-top: 0;
}
footer h5, footer h6 {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}
footer a {
  color: #e6d3e2;
  text-decoration: none;
  transition: color 0.2s ease;
}
footer a:hover {
  color: hsl(300, 39%, 62%);
}
footer p {
  color: #dcd0d9;
  line-height: 1.7;
}
.footer-brand {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.5rem;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: hsl(324, 28%, 29%);
  color: #ffffff;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.footer-social a:hover {
  background: hsl(300, 39%, 62%);
  color: #ffffff;
  transform: translateY(-3px);
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  margin-top: 48px;
  padding-top: 24px;
  font-size: 0.9rem;
  color: #cbb8c5;
}
.footer-links li {
  margin-bottom: 12px;
}

#cookieNotice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: hsl(352, 18%, 14%);
  color: #f5f5f5;
  border-top: 2px solid hsl(300, 39%, 62%);
  padding: 20px 0;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Raleway', sans-serif;
  border-radius: 20px 20px 0 0;
}
#cookieNotice h5 {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  font-size: 1.05rem;
  margin-bottom: 8px;
}
#cookieNotice p, #cookieNotice li {
  color: #e4d7e0;
  font-size: 0.88rem;
  margin-bottom: 6px;
}
#cookieNotice ul {
  padding-left: 18px;
  margin-bottom: 14px;
}
.cookie-btn {
  border-radius: 16px;
  padding: 10px 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  width: 100%;
}
.btn-accept-all {
  background: hsl(300, 39%, 62%);
  color: #1a0f18;
}
.btn-accept-all:hover {
  background: hsl(300, 39%, 52%);
  color: #ffffff;
}
.btn-reject-optional {
  background: transparent;
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-reject-optional:hover {
  background: #f5f5f5;
  color: hsl(352, 18%, 14%);
}
.btn-manage {
  background: hsl(324, 28%, 29%);
  color: #ffffff;
  border-radius: 16px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  text-align: center;
  transition: background 0.2s ease;
}
.btn-manage:hover {
  background: hsl(324, 28%, 22%);
  color: #ffffff;
}

#contact-page {
  background: #f8f9fa;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
  color: #222;
}
#contact-page h1, #contact-page h2, #contact-page h3 {
  font-family: 'Inter', sans-serif;
}
#contact-page .intro-text {
  max-width: 700px;
  margin: 0 auto 56px;
  color: #333;
}
#contact-page .contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.06);
  height: 100%;
}
#contact-page .info-card {
  background: hsl(352, 18%, 14%);
  color: #fff;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
#contact-page .info-card h3 {
  color: #fff;
  margin-bottom: 24px;
}
#contact-page .info-card p,
#contact-page .info-card a {
  color: #f5f5f5;
}
#contact-page .info-card a {
  text-decoration: underline;
}
#contact-page .info-item {
  margin-bottom: 24px;
}
#contact-page .info-item strong {
  display: block;
  color: hsl(300, 39%, 62%);
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
}
#contact-page .map-link {
  color: hsl(300, 39%, 62%);
  font-weight: 600;
  text-decoration: underline;
}
#contact-page .form-label {
  font-weight: 600;
  color: #222;
}
#contact-page .form-control {
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 12px 16px;
}
#contact-page .form-control:focus {
  border-color: hsl(300, 39%, 62%);
  box-shadow: 0 0 0 0.2rem rgba(200, 100, 200, 0.2);
}
#contact-page .btn-submit {
  background: hsl(324, 28%, 29%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px 32px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  transition: background 0.2s ease;
}
#contact-page .btn-submit:hover {
  background: hsl(300, 39%, 62%);
  color: #fff;
}
#contact-page .cta-box {
  background: hsl(324, 28%, 29%);
  color: #fff;
  border-radius: 20px;
  padding: 48px;
  text-align: center;
  margin-top: 88px;
}
#contact-page .cta-box h2 {
  color: #fff;
}
#contact-page .cta-box p {
  color: #f5f5f5;
}
#contact-page .cta-box .btn-cta {
  background: #fff;
  color: hsl(324, 28%, 29%);
  border-radius: 14px;
  padding: 14px 36px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
}
#contact-page .btn-cta:hover {
  background: hsl(300, 39%, 62%);
  color: #fff;
}
@media (max-width: 767px) {
  #contact-page { padding: 64px 0; }
  #contact-page .contact-card, #contact-page .info-card { padding: 28px; }
  #contact-page .cta-box { padding: 32px; }
}

#services-section {
  padding: 100px 0;
  background: #f8f9fa;
  font-family: 'Raleway', sans-serif;
  color: #222;
}
#services-section h1, #services-section h2, #services-section h3 {
  font-family: 'Inter', sans-serif;
}
#services-section .intro-block {
  max-width: 780px;
  margin: 0 auto 64px;
  text-align: center;
}
#services-section .intro-block h1 {
  font-size: 2.4rem;
  color: hsl(352, 18%, 14%);
  margin-bottom: 16px;
}
#services-section .intro-block p {
  color: #333;
  font-size: 1.05rem;
  line-height: 1.6;
}
#services-section .service-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px;
  height: 100%;
  border: 1px solid #eee;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  display: flex;
  flex-direction: column;
}
#services-section .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(80, 30, 60, 0.18);
  background: hsl(324, 28%, 29%);
}
#services-section .service-card:hover h3,
#services-section .service-card:hover p,
#services-section .service-card:hover .price-tag {
  color: #fff !important;
}
#services-section .service-card:hover .icon-wrap {
  background: hsl(300, 39%, 62%);
  color: hsl(352, 18%, 14%);
}
#services-section .icon-wrap {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  background: hsl(324, 28%, 29%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  transition: background 0.3s ease, color 0.3s ease;
}
#services-section .service-card h3 {
  font-size: 1.15rem;
  color: hsl(352, 18%, 14%);
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
#services-section .service-card p {
  color: #444;
  font-size: 0.94rem;
  line-height: 1.55;
  flex-grow: 1;
  transition: color 0.3s ease;
}
#services-section .price-tag {
  display: inline-block;
  margin-top: 16px;
  font-weight: 700;
  font-size: 1.1rem;
  color: hsl(324, 28%, 29%);
  transition: color 0.3s ease;
}
#services-section .details-table-wrap {
  margin-top: 96px;
}
#services-section .details-table-wrap h2 {
  font-size: 1.8rem;
  color: hsl(352, 18%, 14%);
  margin-bottom: 24px;
  text-align: center;
}
#services-section table {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
#services-section table th {
  background: hsl(324, 28%, 29%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding: 14px 16px;
}
#services-section table td {
  padding: 14px 16px;
  color: #333;
  border-bottom: 1px solid #eee;
  font-size: 0.92rem;
}
#services-section .cta-block {
  margin-top: 96px;
  text-align: center;
  background: hsl(352, 18%, 14%);
  border-radius: 24px;
  padding: 56px 32px;
}
#services-section .cta-block h2 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 14px;
}
#services-section .cta-block p {
  color: #eee;
  max-width: 560px;
  margin: 0 auto 26px;
}
#services-section .cta-block a.btn {
  background: hsl(300, 39%, 62%);
  color: hsl(352, 18%, 14%);
  font-weight: 700;
  padding: 12px 34px;
  border-radius: 12px;
  border: none;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  display: inline-block;
}
#services-section .cta-block a.btn:hover {
  background: #fff;
  color: hsl(324, 28%, 29%);
}
@media (max-width: 767px) {
  #services-section { padding: 64px 0; }
  #services-section .details-table-wrap,
  #services-section .cta-block { margin-top: 64px; }
}

#about-body {
  font-family: 'Raleway', sans-serif;
  color: #2a2a2a;
  background: #ffffff;
}
#about-body h1, #about-body h2, #about-body h3 {
  font-family: 'Inter', sans-serif;
  color: hsl(352, 18%, 14%);
}
#about-body .about-hero {
  background: hsl(324, 28%, 29%);
  color: #ffffff;
  padding: 96px 0;
  border-radius: 0 0 24px 24px;
}
#about-body .about-hero h1 {
  color: #ffffff;
}
#about-body .about-hero p {
  color: #f5f0f3;
  font-size: 1.1rem;
  max-width: 700px;
}
#about-body section.block {
  padding: 88px 0;
}
#about-body img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
#about-body .stat-card {
  background: #f8f5f7;
  border-radius: 20px;
  padding: 28px 20px;
  text-align: center;
  height: 100%;
}
#about-body .stat-card .stat-number {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: hsl(324, 28%, 29%);
}
#about-body .stat-card .stat-label {
  color: #4a4a4a;
  font-size: 0.95rem;
}
#about-body .value-card {
  border: 1px solid #e8e0e5;
  border-radius: 20px;
  padding: 32px 24px;
  height: 100%;
  background: #ffffff;
}
#about-body .value-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
#about-body .value-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: hsl(300, 39%, 62%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 1.1rem;
}
#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-left: 56px;
  margin-bottom: 28px;
}
#about-body .steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: hsl(324, 28%, 29%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}
#about-body .steps-list h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
#about-body .cta-box {
  background: hsl(352, 18%, 14%);
  border-radius: 24px;
  padding: 64px 40px;
  text-align: center;
  color: #ffffff;
}
#about-body .cta-box h2 {
  color: #ffffff;
}
#about-body .cta-box p {
  color: #e8dde3;
}
#about-body .btn-accent {
  background: hsl(300, 39%, 62%);
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  border-radius: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
#about-body .btn-accent:hover {
  background: hsl(300, 39%, 52%);
  color: #ffffff;
}
#about-body .section-label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
  color: hsl(300, 39%, 62%);
  font-weight: 600;
}
@media (max-width: 767px) {
  #about-body .about-hero { padding: 64px 0; }
  #about-body section.block { padding: 64px 0; }
  #about-body .cta-box { padding: 48px 24px; }
}

.hero-section {
  background: #f8f9fa;
  padding: 96px 0 88px;
}
.hero-section h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: hsl(352, 18%, 14%);
  font-size: 2.6rem;
}
.hero-section h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: hsl(324, 28%, 29%);
  font-size: 1.3rem;
}
.hero-section p.hero-desc {
  font-family: 'Raleway', sans-serif;
  color: #333;
  font-size: 1.05rem;
  max-width: 700px;
  margin: 0 auto;
}
.hero-cta-btn {
  background-color: hsl(324, 28%, 29%);
  color: #fff;
  border: none;
  border-radius: 18px;
  padding: 14px 34px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.05rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.hero-cta-btn:hover {
  background-color: hsl(300, 39%, 62%);
  color: hsl(352, 18%, 14%);
  transform: translateY(-2px);
}
.hero-image-wrap {
  margin-top: 48px;
  border-radius: 24px;
  overflow: hidden;
}
.hero-image-wrap img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}
@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 1.9rem;
  }
  .hero-section h2 {
    font-size: 1.1rem;
  }
  .hero-section {
    padding: 64px 0 56px;
  }
}

.services-catalogue {
  background: #f8f9fa;
  padding: 100px 0;
  font-family: 'Raleway', sans-serif;
}
.services-catalogue h2 {
  font-family: 'Inter', sans-serif;
  color: hsl(352, 18%, 14%);
  font-weight: 700;
}
.services-catalogue .lead-text {
  color: #444;
  max-width: 700px;
  margin: 0 auto;
}
.service-card-item {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  height: 100%;
  border: 1px solid #eee0e8;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.service-card-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(90, 30, 65, 0.15);
  background: hsl(324, 28%, 29%);
}
.service-card-item:hover h3,
.service-card-item:hover p,
.service-card-item:hover .service-price {
  color: #fff;
}
.service-card-item:hover .icon-wrap {
  background: hsl(300, 39%, 62%);
  color: #fff;
}
.icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: hsl(300, 39%, 62%, 0.15);
  background-color: rgba(196, 111, 197, 0.15);
  color: hsl(324, 28%, 29%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.service-card-item h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: hsl(352, 18%, 14%);
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.service-card-item p {
  color: #555;
  font-size: 0.96rem;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.service-price {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: hsl(324, 28%, 29%);
  font-size: 1.15rem;
  margin-top: 16px;
  display: block;
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .services-catalogue { padding: 64px 0; }
}

#portfolio {
  background-color: #f8f9fa;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
  color: #222;
}
#portfolio h2 {
  font-family: 'Inter', sans-serif;
  color: hsl(352, 18%, 14%);
  font-weight: 700;
}
#portfolio .lead-text {
  color: #444;
  max-width: 700px;
}
#portfolio .portfolio-card {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
#portfolio .portfolio-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}
#portfolio .portfolio-card .img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #eee;
}
#portfolio .portfolio-card .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#portfolio .portfolio-card .card-body {
  padding: 24px;
}
#portfolio .portfolio-card .badge-category {
  background-color: hsl(300, 39%, 62%);
  color: hsl(352, 18%, 14%);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  border-radius: 12px;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 12px;
}
#portfolio .portfolio-card h3 {
  font-family: 'Inter', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: hsl(352, 18%, 14%);
  margin-bottom: 10px;
}
#portfolio .portfolio-card p {
  font-size: 0.92rem;
  color: #555;
  margin-bottom: 16px;
}
#portfolio .btn-view-project {
  background-color: hsl(324, 28%, 29%);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 8px 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}
#portfolio .btn-view-project:hover {
  background-color: hsl(300, 39%, 62%);
  color: hsl(352, 18%, 14%);
}
#portfolio .modal-content {
  border-radius: 20px;
  border: none;
}
#portfolio .modal-header {
  background-color: hsl(352, 18%, 14%);
  color: #fff;
  border-radius: 20px 20px 0 0;
  border-bottom: none;
}
#portfolio .modal-header .btn-close {
  filter: invert(1);
}
#portfolio .modal-body img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 20px;
}
#portfolio .modal-body p {
  color: #444;
}
#portfolio .modal-body .badge-category {
  background-color: hsl(300, 39%, 62%);
  color: hsl(352, 18%, 14%);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  border-radius: 12px;
  padding: 5px 12px;
  display: inline-block;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #portfolio {
    padding: 64px 0;
  }
}

#in-numbers {
  background: #f8f9fa;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
}

#in-numbers h2 {
  font-family: 'Inter', sans-serif;
  color: hsl(352, 18%, 14%);
  font-weight: 700;
}

#in-numbers .lead-text {
  color: #444;
  max-width: 640px;
  margin: 0 auto;
}

#in-numbers .stat-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 24px;
  text-align: center;
  height: 100%;
  box-shadow: 0 4px 18px rgba(0,0,0,0.06);
  border: 1px solid rgba(0,0,0,0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#in-numbers .stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.1);
}

#in-numbers .stat-icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: hsl(324, 28%, 29%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.8rem;
}

#in-numbers .stat-card:nth-child(even) .stat-icon {
  background: hsl(300, 39%, 62%);
}

#in-numbers .stat-number {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: hsl(352, 18%, 14%);
  display: inline-block;
  animation: countUp 0.8s ease-out both;
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: translateY(14px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

#in-numbers .stat-label {
  font-size: 1rem;
  color: #333;
  margin-top: 6px;
  font-weight: 600;
}

#in-numbers .stat-context {
  font-size: 0.85rem;
  color: #777;
  margin-top: 4px;
}

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

#contact {
  background: #f8f9fa;
  padding: 96px 0;
  font-family: 'Raleway', sans-serif;
  color: #222;
}
#contact h2 {
  font-family: 'Inter', sans-serif;
  color: hsl(324, 28%, 29%);
  font-weight: 700;
}
#contact .contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  height: 100%;
}
#contact .info-box {
  background: hsl(352, 18%, 14%);
  color: #f8f9fa;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
}
#contact .info-box h3 {
  font-family: 'Inter', sans-serif;
  color: #f8f9fa;
  font-weight: 700;
  margin-bottom: 24px;
}
#contact .info-box p,
#contact .info-box a {
  color: #f5f5f5;
}
#contact .info-box a {
  text-decoration: none;
  border-bottom: 1px solid hsl(300, 39%, 62%);
}
#contact .info-box a:hover {
  color: hsl(300, 39%, 62%);
}
#contact .info-item {
  margin-bottom: 20px;
}
#contact .info-item strong {
  display: block;
  color: hsl(300, 39%, 62%);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}
#contact .form-label {
  font-weight: 600;
  color: #222;
}
#contact .form-control {
  border-radius: 12px;
  border: 1px solid #ddd;
  padding: 12px 16px;
  font-family: 'Raleway', sans-serif;
}
#contact .form-control:focus {
  border-color: hsl(300, 39%, 62%);
  box-shadow: 0 0 0 0.2rem rgba(197, 112, 202, 0.2);
}
#contact .btn-submit {
  background: hsl(324, 28%, 29%);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 32px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  transition: background 0.3s;
}
#contact .btn-submit:hover {
  background: hsl(300, 39%, 62%);
  color: #fff;
}
#contact .map-link {
  display: inline-block;
  margin-top: 8px;
  color: hsl(300, 39%, 62%);
  font-weight: 600;
  text-decoration: none;
}
#contact .map-link:hover {
  text-decoration: underline;
}

#legal-notice {
  font-family: 'Raleway', sans-serif;
  background-color: #f8f9fa;
  padding: 96px 0;
}
#legal-notice h2 {
  font-family: 'Inter', sans-serif;
  color: hsl(352, 18%, 14%);
  font-weight: 700;
}
#legal-notice .disclaimer-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 48px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
#legal-notice .bi-info-circle-fill {
  color: hsl(300, 39%, 62%);
  font-size: 2.2rem;
  flex-shrink: 0;
}
#legal-notice p {
  color: #333333;
  font-size: 1.02rem;
  line-height: 1.75;
  margin-bottom: 0;
}



  

  .thankyou-section {
    background: linear-gradient(135deg, var(--secondary) 0%, var(--primary) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    font-family: 'Raleway', sans-serif;
  }

  .thankyou-card {
    background: #fff;
    border-radius: 1.25rem;
    padding: 3rem 2rem;
    max-width: 640px;
    width: 100%;
    text-align: center;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.7s ease;
  }

  @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.75rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--primary));
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 8px rgba(191, 108, 189, 0.15);
    animation: popIn 0.6s ease 0.2s backwards;
  }

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

  .success-icon-wrapper svg {
    width: 52px;
    height: 52px;
    stroke: #fff;
    stroke-width: 3;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .thankyou-heading {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    color: var(--secondary);
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .thankyou-text {
    color: #4a4048;
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 0.75rem;
  }

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

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

  .info-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(191, 108, 189, 0.1);
    color: var(--primary);
    padding: 0.6rem 1.1rem;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
  }

  .info-badge svg {
    width: 18px;
    height: 18px;
    stroke: var(--primary);
    fill: none;
    stroke-width: 2;
  }

  .btn-thankyou {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    background-color: var(--primary);
    border: none;
    color: #fff;
    padding: 0.85rem 2.5rem;
    border-radius: 3rem;
    font-size: 1rem;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(107, 43, 89, 0.35);
  }

  .btn-thankyou:hover {
    background-color: var(--accent);
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(191, 108, 189, 0.4);
  }

  @media (max-width: 576px) {
    .thankyou-card {
      padding: 2.25rem 1.25rem;
    }
    .thankyou-heading {
      font-size: 1.6rem;
    }
    .success-icon-wrapper {
      width: 80px;
      height: 80px;
    }
    .success-icon-wrapper svg {
      width: 42px;
      height: 42px;
    }
  }
