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

:root {
  --primary: hsl(138, 30%, 37%);
  --secondary: hsl(144, 19%, 23%);
  --accent: hsl(130, 43%, 43%);
  --surface: #f4f4f1;
}

body{
  font-family: 'Open Sans', sans-serif;
  background-color: var(--surface);
  color: #2b2b2b;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto', sans-serif;
}
.navbar{
  background-color: #ffffff;
  border-bottom: 1px solid #e0ded9;
}
.navbar-brand{
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: var(--secondary);
  font-size: 1.25rem;
}
.navbar-brand img{
  display: block;
}
.navbar .nav-link{
  color: var(--secondary);
  font-weight: 600;
  padding: 0.5rem 1rem;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus{
  color: var(--primary);
}
.navbar-toggler{
  border-color: var(--primary);
}
.navbar-toggler-icon{
  filter: none;
}

#services-page {
  background-color: #f5f4f1;
  font-family: 'Open Sans', sans-serif;
  color: #2a2a2a;
  padding: 96px 0;
}

#services-page .services-column {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

#services-page h1 {
  font-family: 'Roboto', sans-serif;
  color: hsl(144, 19%, 23%);
  font-size: 2.1rem;
  margin-bottom: 24px;
  font-weight: 700;
}

#services-page .intro-text {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #3a3a3a;
  margin-bottom: 56px;
}

#services-page h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(138, 30%, 37%);
  font-size: 1.4rem;
  margin-top: 64px;
  margin-bottom: 18px;
  font-weight: 700;
}

#services-page .section-text {
  font-size: 1rem;
  line-height: 1.75;
  color: #3a3a3a;
  margin-bottom: 0;
}

#services-page .price-list {
  margin-top: 32px;
  border-top: 1px solid #d8d6d0;
}

#services-page .price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid #d8d6d0;
}

#services-page .price-row .service-info {
  flex: 1;
}

#services-page .price-row .service-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  color: hsl(144, 19%, 23%);
  margin-bottom: 6px;
}

#services-page .price-row .service-desc {
  font-size: 0.94rem;
  line-height: 1.6;
  color: #4a4a4a;
  max-width: 520px;
}

#services-page .price-row .service-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: hsl(138, 30%, 37%);
  white-space: nowrap;
  padding-top: 2px;
}

#services-page .terms-box {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid #d8d6d0;
}

#services-page .terms-box ul {
  padding-left: 20px;
  margin-bottom: 0;
}

#services-page .terms-box li {
  font-size: 0.97rem;
  line-height: 1.7;
  color: #3a3a3a;
  margin-bottom: 10px;
}

#services-page .cta-block {
  margin-top: 88px;
  padding-top: 48px;
  border-top: 1px solid #d8d6d0;
  text-align: left;
}

#services-page .cta-block p {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3a3a3a;
  margin-bottom: 24px;
}

#services-page .cta-btn {
  display: inline-block;
  background-color: hsl(138, 30%, 37%);
  color: #fdfdfb;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 34px;
  border-radius: 0;
  font-size: 1rem;
  transition: background-color 0.2s ease;
}

#services-page .cta-btn:hover {
  background-color: hsl(130, 43%, 43%);
  color: #ffffff;
}

@media (max-width: 576px) {
  #services-page {
    padding: 64px 0;
  }
  #services-page .price-row {
    flex-direction: column;
  }
  #services-page .price-row .service-price {
    padding-top: 0;
  }
  #services-page h1 {
    font-size: 1.7rem;
  }
}

footer.site-footer {
  background: hsl(144, 19%, 23%);
  color: #f4f4f1;
  font-family: 'Open Sans', sans-serif;
  padding: 80px 0 32px;
}
footer.site-footer h3 {
  font-family: 'Roboto', sans-serif;
  color: #f4f4f1;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
footer.site-footer h4 {
  font-family: 'Roboto', sans-serif;
  color: #f4f4f1;
  font-size: 1rem;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
footer.site-footer p {
  color: #d8ded9;
  line-height: 1.7;
}
footer.site-footer a {
  color: #d8ded9;
  text-decoration: none;
}
footer.site-footer a:hover {
  color: hsl(130, 43%, 43%);
  text-decoration: underline;
}
footer.site-footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer.site-footer ul li {
  margin-bottom: 10px;
}
.footer-divider {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin: 48px 0 24px;
}
.footer-bottom {
  color: #b7bfb9;
  font-size: 0.9rem;
}
.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255,255,255,0.25);
  color: #f4f4f1;
  margin-right: 10px;
  font-size: 1.1rem;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.social-row a:hover {
  background: hsl(130, 43%, 43%);
  border-color: hsl(130, 43%, 43%);
  color: #fff;
}

#privacyBox {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1080;
  background: #f7f6f3;
  border-top: 3px solid hsl(138, 30%, 37%);
  box-shadow: 0 -4px 18px rgba(0,0,0,0.15);
  font-family: 'Open Sans', sans-serif;
  max-height: 60vh;
  overflow-y: auto;
  padding: 20px 0;
}
#privacyBox h5 {
  font-family: 'Roboto', sans-serif;
  color: hsl(144, 19%, 23%);
  font-size: 1.05rem;
  margin-bottom: 8px;
}
#privacyBox p {
  color: #3a3a3a;
  font-size: 0.88rem;
  margin-bottom: 10px;
}
#privacyBox .cookie-cat {
  font-size: 0.85rem;
  color: #333;
  margin-bottom: 6px;
}
#privacyBox .cookie-cat strong {
  color: hsl(138, 30%, 37%);
}
.btn-consent {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  padding: 10px 18px;
  border-radius: 0;
  border: 2px solid hsl(138, 30%, 37%);
  transition: all 0.2s ease;
  width: 100%;
}
.btn-accept-all {
  background: hsl(138, 30%, 37%);
  color: #fff;
}
.btn-accept-all:hover {
  background: hsl(130, 43%, 43%);
  border-color: hsl(130, 43%, 43%);
  color: #fff;
}
.btn-reject-optional {
  background: transparent;
  color: hsl(138, 30%, 37%);
}
.btn-reject-optional:hover {
  background: hsl(144, 19%, 23%);
  border-color: hsl(144, 19%, 23%);
  color: #fff;
}
.btn-manage {
  font-size: 0.82rem;
  color: hsl(144, 19%, 23%);
  text-decoration: underline;
}
.btn-manage:hover {
  color: hsl(130, 43%, 43%);
}

#about-section {
  background: #f6f5f2;
  padding: 96px 0;
  font-family: 'Open Sans', sans-serif;
  color: #2b2b2b;
}
#about-section .about-column {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
#about-section h1 {
  font-family: 'Roboto', sans-serif;
  color: hsl(144, 19%, 23%);
  font-size: 2.3rem;
  margin-bottom: 12px;
}
#about-section h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(138, 30%, 37%);
  font-size: 1.5rem;
  margin-top: 64px;
  margin-bottom: 18px;
}
#about-section p {
  line-height: 1.8;
  margin-bottom: 18px;
  font-size: 1.02rem;
}
#about-section .intro-lead {
  font-size: 1.1rem;
  color: hsl(144, 19%, 23%);
  border-left: 3px solid hsl(130, 43%, 43%);
  padding-left: 18px;
  margin-bottom: 48px;
}
#about-section img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 40px 0;
  border: none;
}
#about-section .img-caption {
  font-size: 0.88rem;
  color: #5c5c5c;
  margin-top: -30px;
  margin-bottom: 40px;
  font-style: italic;
}
#about-section .team-block {
  margin-top: 88px;
  padding-top: 56px;
  border-top: 1px solid #d8d6d0;
}
#about-section .team-card {
  background: #fff;
  padding: 26px 28px;
  border: 1px solid #e0ded7;
  margin-bottom: 20px;
}
#about-section .team-card h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.15rem;
  color: hsl(144, 19%, 23%);
  margin-bottom: 2px;
}
#about-section .team-card .role {
  font-size: 0.92rem;
  color: hsl(138, 30%, 37%);
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
#about-section .team-card p {
  margin-bottom: 0;
  font-size: 0.98rem;
}
#about-section .cta-line {
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid #d8d6d0;
  text-align: center;
}
#about-section .cta-line p {
  font-size: 1.08rem;
  margin-bottom: 20px;
}
#about-section .cta-line a.btn-cta {
  display: inline-block;
  background: hsl(138, 30%, 37%);
  color: #fdfdfb;
  padding: 13px 34px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-decoration: none;
  border: none;
}
#about-section .cta-line a.btn-cta:hover {
  background: hsl(144, 19%, 23%);
  color: #fff;
}
@media (max-width: 576px) {
  #about-section { padding: 64px 0; }
  #about-section h1 { font-size: 1.9rem; }
  #about-section h2 { font-size: 1.3rem; margin-top: 48px; }
}

#contact-page {
  background-color: #f5f4f1;
  padding: 96px 0;
  font-family: 'Open Sans', sans-serif;
  color: #2b2b2b;
}
#contact-page .contact-column {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
#contact-page h1 {
  font-family: 'Roboto', sans-serif;
  color: hsl(144, 19%, 23%);
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 24px;
  border-radius: 0;
}
#contact-page p.intro {
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 20px;
  color: #333;
}
#contact-page h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(138, 30%, 37%);
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 64px;
  margin-bottom: 20px;
  border-radius: 0;
}
#contact-page .info-block {
  border-left: 3px solid hsl(138, 30%, 37%);
  padding: 16px 24px;
  margin-bottom: 40px;
  background-color: #fbfbf9;
  border-radius: 0;
}
#contact-page .info-block dl {
  margin: 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 10px 16px;
}
#contact-page .info-block dt {
  font-weight: 600;
  color: hsl(144, 19%, 23%);
}
#contact-page .info-block dd {
  margin: 0;
  color: #333;
}
#contact-page .info-block a {
  color: hsl(138, 30%, 37%);
  text-decoration: underline;
}
#contact-page .info-block a:hover {
  color: hsl(130, 43%, 43%);
}
#contact-page .find-us {
  font-size: 0.98rem;
  color: #333;
  margin-bottom: 60px;
  line-height: 1.7;
}
#contact-page .find-us a {
  color: hsl(138, 30%, 37%);
  font-weight: 600;
  text-decoration: underline;
}
#contact-page .find-us a:hover {
  color: hsl(130, 43%, 43%);
}
#contact-page form {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 40px;
  border-radius: 0;
}
#contact-page .form-label {
  font-weight: 600;
  color: hsl(144, 19%, 23%);
  margin-bottom: 6px;
}
#contact-page .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px 14px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}
#contact-page .form-control:focus {
  border-color: hsl(138, 30%, 37%);
  box-shadow: 0 0 0 0.15rem hsla(138, 30%, 37%, 0.2);
}
#contact-page textarea.form-control {
  min-height: 140px;
}
#contact-page .btn-submit {
  background-color: hsl(138, 30%, 37%);
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  border-radius: 0;
  font-size: 1rem;
}
#contact-page .btn-submit:hover {
  background-color: hsl(130, 43%, 43%);
  color: #ffffff;
}
#contact-page .closing-cta {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
  text-align: center;
}
#contact-page .closing-cta p {
  font-size: 1.05rem;
  color: #333;
  margin-bottom: 20px;
}
#contact-page .closing-cta a.cta-link {
  display: inline-block;
  background-color: hsl(144, 19%, 23%);
  color: #ffffff;
  padding: 12px 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
}
#contact-page .closing-cta a.cta-link:hover {
  background-color: hsl(130, 43%, 43%);
}
@media (max-width: 576px) {
  #contact-page .info-block dl {
    grid-template-columns: 1fr;
  }
  #contact-page form {
    padding: 24px;
  }
}



.hero-section {
  background-color: #f4f4f1;
  padding: 96px 20px;
}

.hero-column {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

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

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

.hero-section p.lead-text {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 28px;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: hsl(138, 30%, 37%);
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding: 14px 32px;
  border-radius: 0;
  text-decoration: none;
  border: 2px solid hsl(138, 30%, 37%);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hero-cta-btn:hover {
  background-color: hsl(130, 43%, 43%);
  border-color: hsl(130, 43%, 43%);
  color: #fff;
}

.hero-image-wrap {
  margin-top: 44px;
}

.hero-image-wrap img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.hero-image-caption {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  color: #6b6b6b;
  margin-top: 10px;
}

@media (max-width: 576px) {
  .hero-section {
    padding: 64px 16px;
  }
  .hero-section h1 {
    font-size: 1.9rem;
  }
}

#who-we-are {
  background-color: #f5f4f0;
  padding: 100px 0;
  font-family: 'Open Sans', sans-serif;
  color: #2a2a2a;
}
#who-we-are .col-wrap {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 20px;
}
#who-we-are h1, #who-we-are h2, #who-we-are h3 {
  font-family: 'Roboto', sans-serif;
  color: hsl(144, 19%, 23%);
  border-radius: 0;
}
#who-we-are h1 {
  font-size: 2.3rem;
  margin-bottom: 8px;
}
#who-we-are .subtitle {
  color: hsl(138, 30%, 37%);
  font-size: 1.05rem;
  margin-bottom: 48px;
}
#who-we-are h2 {
  font-size: 1.5rem;
  margin-top: 56px;
  margin-bottom: 18px;
}
#who-we-are p {
  line-height: 1.75;
  margin-bottom: 18px;
  font-size: 1.02rem;
}
#who-we-are img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
  display: block;
  margin: 40px 0;
}
#who-we-are .figure-caption {
  font-size: 0.88rem;
  color: #5a5a5a;
  margin-top: -32px;
  margin-bottom: 40px;
  text-align: center;
}
#who-we-are .values-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 24px;
}
#who-we-are .values-list li {
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid #ddd9d0;
  position: relative;
  line-height: 1.6;
}
#who-we-are .values-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: hsl(130, 43%, 43%);
}
#who-we-are .values-list li strong {
  color: hsl(144, 19%, 23%);
}
#who-we-are .team-section {
  margin-top: 64px;
}
#who-we-are .team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}
@media (max-width: 700px) {
  #who-we-are .team-grid {
    grid-template-columns: 1fr;
  }
}
#who-we-are .team-card {
  background-color: #ffffff;
  border: 1px solid #e2ded4;
  padding: 22px 20px;
}
#who-we-are .team-card .name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: hsl(138, 30%, 37%);
  margin-bottom: 2px;
}
#who-we-are .team-card .role {
  font-size: 0.88rem;
  color: hsl(130, 43%, 43%);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
#who-we-are .team-card .desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3a3a3a;
}

.services-section {
  background-color: #f4f4f1;
  padding: 96px 20px;
  font-family: 'Open Sans', sans-serif;
  color: #2b2b2b;
}

.services-section .container-narrow {
  max-width: 760px;
  margin: 0 auto;
}

.services-section .section-eyebrow {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: hsl(138, 30%, 37%);
  margin-bottom: 12px;
}

.services-section h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  color: hsl(144, 19%, 23%);
  margin-bottom: 24px;
}

.services-section .intro-text {
  font-size: 1.02rem;
  line-height: 1.75;
  color: #444;
  margin-bottom: 56px;
}

.price-list {
  border-top: 1px solid #d8d8d3;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #d8d8d3;
}

.price-row .service-info {
  flex: 1;
}

.price-row .service-name {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  color: hsl(144, 19%, 23%);
  margin-bottom: 8px;
}

.price-row .service-desc {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  margin: 0;
  max-width: 520px;
}

.price-row .service-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: hsl(138, 30%, 37%);
  white-space: nowrap;
  padding-top: 2px;
  text-align: right;
  min-width: 110px;
}

.services-note {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px dashed #d0d0ca;
  font-size: 0.9rem;
  line-height: 1.7;
  color: #666;
}

@media (max-width: 576px) {
  .services-section {
    padding: 72px 16px;
  }

  .price-row {
    flex-direction: column;
    gap: 8px;
    padding: 24px 0;
  }

  .price-row .service-price {
    text-align: left;
    min-width: auto;
  }
}

#help {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Open Sans', sans-serif;
}
#help h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(144, 19%, 23%);
  font-weight: 700;
}
#help .lead-text {
  color: #444;
  font-size: 1.05rem;
  line-height: 1.7;
}
#help .faq-column {
  max-width: 760px;
  margin: 0 auto;
}
#help .accordion-item {
  border: none;
  border-bottom: 1px solid #d8d8d3;
  background-color: transparent;
  border-radius: 0 !important;
}
#help .accordion-item:first-of-type,
#help .accordion-item:last-of-type {
  border-radius: 0;
}
#help .accordion-button {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: hsl(144, 19%, 23%);
  background-color: transparent;
  padding: 22px 8px;
  border-radius: 0 !important;
  box-shadow: none;
}
#help .accordion-button:not(.collapsed) {
  color: hsl(138, 30%, 37%);
  background-color: transparent;
  box-shadow: none;
}
#help .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
#help .accordion-button::after {
  filter: none;
}
#help .accordion-body {
  color: #3d3d3d;
  padding: 0 8px 26px 8px;
  line-height: 1.75;
  font-size: 0.98rem;
}
#help .section-intro {
  margin-bottom: 56px;
}

#contact {
  background-color: #f4f4f1;
  font-family: 'Open Sans', sans-serif;
  padding: 96px 0;
  color: #222;
}
#contact .col-wrap {
  max-width: 760px;
  margin: 0 auto;
}
#contact h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(144, 19%, 23%);
  font-weight: 700;
  margin-bottom: 20px;
}
#contact p.lead-text {
  font-size: 1rem;
  color: #444;
  margin-bottom: 56px;
  line-height: 1.7;
}
#contact .info-block {
  margin-bottom: 56px;
}
#contact .info-block dl {
  margin: 0;
}
#contact .info-block dt {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: hsl(138, 30%, 37%);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-top: 20px;
}
#contact .info-block dd {
  margin-left: 0;
  color: #222;
  font-size: 1rem;
  margin-bottom: 4px;
}
#contact .info-block a {
  color: hsl(138, 30%, 37%);
  text-decoration: underline;
}
#contact .info-block a:hover {
  color: hsl(130, 43%, 43%);
}
#contact .find-us {
  font-size: 0.92rem;
  color: #555;
  margin-top: 8px;
}
#contact hr {
  border-top: 1px solid #ddd;
  margin: 56px 0;
}
#contact form {
  border-top: 1px solid #ddd;
  padding-top: 56px;
}
#contact label {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
  color: hsl(144, 19%, 23%);
  margin-bottom: 6px;
  display: block;
}
#contact .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #222;
  padding: 10px 12px;
  font-family: 'Open Sans', sans-serif;
}
#contact .form-control:focus {
  border-color: hsl(138, 30%, 37%);
  box-shadow: none;
  outline: none;
}
#contact .btn-submit {
  background-color: hsl(138, 30%, 37%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition: background-color 0.2s ease;
}
#contact .btn-submit:hover {
  background-color: hsl(130, 43%, 43%);
  color: #fff;
}
#contact .mb-field {
  margin-bottom: 24px;
}

#legal {
  background: #f4f4f1;
  padding: 96px 0;
  font-family: 'Open Sans', sans-serif;
}
#legal .disclaimer-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  border: 1px solid #dcdcd6;
  border-radius: 0;
}
#legal .icon-wrap {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: hsl(138, 30%, 37%);
  color: #ffffff;
  border-radius: 0;
  margin-bottom: 20px;
  font-size: 1.6rem;
}
#legal h2 {
  font-family: 'Roboto', sans-serif;
  color: hsl(144, 19%, 23%);
  font-weight: 700;
  font-size: 1.9rem;
  margin-bottom: 20px;
}
#legal p {
  color: #333333;
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}

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

  .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;
    padding: 3rem 2rem;
    max-width: 640px;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    text-align: center;
    animation: fadeInUp 0.6s ease-out;
  }

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

  .success-icon-wrapper {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5rem;
    border-radius: 50%;
    background: hsl(138, 30%, 37%);
    background: linear-gradient(135deg, hsl(130, 43%, 43%) 0%, hsl(138, 30%, 37%) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px hsla(138, 30%, 37%, 0.35);
    animation: pop 0.5s ease-out 0.2s both;
  }

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

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

  .thank-you-heading {
    color: hsl(144, 19%, 23%);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
  }

  .thank-you-text {
    color: hsl(144, 19%, 23%);
    opacity: 0.85;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0.75rem;
  }

  .info-box {
    background: hsl(138, 30%, 96%);
    border-left: 4px solid hsl(130, 43%, 43%);
    border-radius: 0.5rem;
    padding: 1rem 1.25rem;
    margin: 1.75rem 0;
    text-align: left;
  }

  .info-box p {
    margin-bottom: 0.5rem;
    color: hsl(144, 19%, 23%);
    font-size: 0.95rem;
  }

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

  .info-box i {
    color: hsl(130, 43%, 43%);
    margin-right: 0.5rem;
  }

  .btn-thank-you {
    background-color: hsl(138, 30%, 37%);
    border: none;
    color: #ffffff;
    font-weight: 600;
    padding: 0.75rem 2.25rem;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px hsla(138, 30%, 37%, 0.3);
  }

  .btn-thank-you:hover {
    background-color: hsl(130, 43%, 43%);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px hsla(130, 43%, 43%, 0.4);
  }

  .btn-thank-you: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: 42px;
      height: 42px;
    }
  }
