@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Merriweather:wght@300;400;700&display=swap');

:root {
  --primary: hsl(113, 19%, 28%);
  --secondary: hsl(141, 10%, 8%);
  --accent: hsl(89, 35%, 44%);
  --surface: #f4f4f1;
}

body{
  font-family:'Merriweather', serif;
  background-color:var(--surface);
  color:var(--secondary);
}
h1,h2,h3,h4,h5,h6{
  font-family:'Lato', sans-serif;
}
.navbar{
  background-color:#ffffff;
  border-bottom:1px solid #e0e0dc;
}
.navbar-brand{
  font-family:'Lato', sans-serif;
  font-weight:700;
  color:var(--secondary) !important;
  display:flex;
  align-items:center;
  gap:10px;
}
.navbar-nav .nav-link{
  font-family:'Lato', sans-serif;
  font-weight:600;
  color:var(--secondary) !important;
  padding:8px 16px !important;
}
.navbar-nav .nav-link:hover{
  color:var(--accent) !important;
}
.navbar-toggler{
  border-color:var(--primary);
}
.navbar-toggler:focus{
  box-shadow:0 0 0 0.2rem rgba(89,120,60,0.25);
}

#services-page {
  background-color: #f4f4f1;
  font-family: 'Merriweather', serif;
  color: #222;
  padding: 96px 0;
}
#services-page h1, #services-page h2, #services-page h3, #services-page h4 {
  font-family: 'Lato', sans-serif;
  color: hsl(141, 10%, 8%);
}
#services-page .intro-block {
  margin-bottom: 88px;
}
#services-page .intro-block p {
  max-width: 780px;
  line-height: 1.8;
  color: #333;
}
#services-page .subhead-block {
  margin-bottom: 64px;
}
#services-page .subhead-block h3 {
  font-size: 1.3rem;
  border-left: 4px solid hsl(89, 35%, 44%);
  padding-left: 14px;
  margin-bottom: 16px;
}
#services-page .subhead-block p {
  line-height: 1.8;
  color: #333;
  max-width: 900px;
}
#services-page .service-list {
  margin-top: 40px;
}
#services-page .service-item {
  display: flex;
  gap: 18px;
  padding: 28px 12px;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  transition: background-color 0.25s ease, padding-left 0.25s ease;
}
#services-page .service-item:hover {
  background-color: #ffffff;
  padding-left: 22px;
  border-color: hsl(89, 35%, 44%);
}
#services-page .service-icon {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(113, 19%, 28%);
  color: #f7f6f3;
  font-size: 1.4rem;
  border-radius: 0;
}
#services-page .service-item:hover .service-icon {
  background-color: hsl(89, 35%, 44%);
  color: hsl(141, 10%, 8%);
}
#services-page .service-content h4 {
  font-size: 1.08rem;
  margin-bottom: 6px;
}
#services-page .service-content p {
  font-size: 0.94rem;
  color: #333;
  margin-bottom: 8px;
  line-height: 1.65;
}
#services-page .service-price {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: hsl(113, 19%, 28%);
  font-size: 1rem;
}
#services-page .terms-block {
  margin-top: 88px;
  background-color: hsl(141, 10%, 8%);
  color: #f7f6f3;
  padding: 48px 40px;
}
#services-page .terms-block h3 {
  color: #f7f6f3;
  margin-bottom: 18px;
}
#services-page .terms-block ul {
  margin: 0;
  padding-left: 20px;
  line-height: 1.9;
}
#services-page .terms-block li {
  margin-bottom: 8px;
}
#services-page .cta-block {
  margin-top: 88px;
  text-align: center;
  padding: 56px 24px;
  background-color: hsl(89, 35%, 44%);
}
#services-page .cta-block h3 {
  color: hsl(141, 10%, 8%);
  margin-bottom: 14px;
}
#services-page .cta-block p {
  color: hsl(141, 10%, 8%);
  max-width: 620px;
  margin: 0 auto 26px auto;
  line-height: 1.7;
}
#services-page .cta-btn {
  display: inline-block;
  background-color: hsl(141, 10%, 8%);
  color: #f7f6f3;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 14px 36px;
  text-decoration: none;
  border-radius: 0;
  border: 2px solid hsl(141, 10%, 8%);
  transition: background-color 0.25s ease, color 0.25s ease;
}
#services-page .cta-btn:hover {
  background-color: transparent;
  color: hsl(141, 10%, 8%);
}
@media (max-width: 767px) {
  #services-page { padding: 64px 0; }
  #services-page .terms-block { padding: 32px 20px; }
}

footer.site-footer {
  background: hsl(141, 10%, 8%);
  color: #f4f4f1;
  font-family: 'Merriweather', serif;
  padding: 80px 0 24px;
}
footer.site-footer h5 {
  font-family: 'Lato', sans-serif;
  color: #f4f4f1;
  margin-bottom: 18px;
  font-weight: 700;
}
footer.site-footer p, footer.site-footer li, footer.site-footer a {
  color: #d8dbd3;
  font-size: 0.95rem;
}
footer.site-footer a {
  text-decoration: none;
  transition: color 0.2s ease;
}
footer.site-footer a:hover {
  color: hsl(89, 35%, 44%);
}
footer.site-footer ul {
  list-style: none;
  padding-left: 0;
}
footer.site-footer ul li {
  margin-bottom: 10px;
}
.footer-divider {
  border-color: rgba(244,244,241,0.15);
  margin: 48px 0 24px;
}
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: hsl(113, 19%, 28%);
  color: #f4f4f1;
  margin-right: 10px;
  font-size: 1.1rem;
  border-radius: 0;
  transition: background 0.2s ease;
}
.social-icons a:hover {
  background: hsl(89, 35%, 44%);
  color: #fff;
}
.footer-bottom {
  font-size: 0.85rem;
  color: #b5b8ae;
}
#cookieBar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: hsl(141, 10%, 8%);
  color: #f4f4f1;
  border-top: 3px solid hsl(89, 35%, 44%);
  padding: 18px 0;
  max-height: 60vh;
  overflow-y: auto;
  font-family: 'Merriweather', serif;
}
#cookieBar h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #f4f4f1;
  margin-bottom: 6px;
}
#cookieBar p, #cookieBar li {
  font-size: 0.85rem;
  color: #d8dbd3;
  margin-bottom: 6px;
}
#cookieBar ul {
  padding-left: 18px;
  margin-bottom: 10px;
}
.cookie-btn {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-radius: 0;
  padding: 10px 18px;
  font-size: 0.9rem;
  border: 2px solid transparent;
  transition: all 0.2s ease;
  width: 100%;
}
.btn-accept-all {
  background: hsl(89, 35%, 44%);
  color: #fff;
  border-color: hsl(89, 35%, 44%);
}
.btn-accept-all:hover {
  background: hsl(89, 35%, 34%);
  border-color: hsl(89, 35%, 34%);
  color: #fff;
}
.btn-reject-optional {
  background: transparent;
  color: #f4f4f1;
  border-color: #f4f4f1;
}
.btn-reject-optional:hover {
  background: #f4f4f1;
  color: hsl(141, 10%, 8%);
}
.cookie-manage-link {
  font-size: 0.85rem;
  color: hsl(89, 35%, 60%);
  text-decoration: underline;
}
.cookie-manage-link:hover {
  color: #fff;
}

#contact-section {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
  color: #222;
}
#contact-section h1, #contact-section h2, #contact-section h3 {
  font-family: 'Lato', sans-serif;
  color: hsl(141, 10%, 8%);
}
#contact-section .lead-text {
  color: #333;
  max-width: 700px;
}
#contact-section .contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
#contact-section .info-card {
  background-color: hsl(113, 19%, 28%);
  color: #f7f6f3;
  padding: 40px;
  border-radius: 0;
  flex: 1 1 320px;
}
#contact-section .info-card h3 {
  color: #f7f6f3;
  margin-bottom: 24px;
}
#contact-section .info-card p {
  margin-bottom: 12px;
}
#contact-section .info-card a {
  color: hsl(89, 35%, 70%);
  text-decoration: none;
}
#contact-section .info-card a:hover {
  text-decoration: underline;
}
#contact-section .info-card ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#contact-section .info-card ul li {
  margin-bottom: 6px;
  font-size: 0.95rem;
}
#contact-section .map-link {
  display: inline-block;
  margin-top: 16px;
  font-weight: bold;
  color: hsl(89, 35%, 70%);
  border-bottom: 1px solid hsl(89, 35%, 70%);
}
#contact-section .map-link:hover {
  color: #f7f6f3;
  border-color: #f7f6f3;
}
#contact-section .form-card {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 0;
  flex: 1 1 400px;
  border: 1px solid #e0ddd6;
}
#contact-section .form-card h3 {
  margin-bottom: 24px;
}
#contact-section .form-label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: hsl(141, 10%, 8%);
}
#contact-section .form-control {
  border-radius: 0;
  border: 1px solid #ccc9c0;
  padding: 10px 14px;
  margin-bottom: 18px;
}
#contact-section .form-control:focus {
  border-color: hsl(89, 35%, 44%);
  box-shadow: none;
}
#contact-section .btn-submit {
  background-color: hsl(89, 35%, 44%);
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#contact-section .btn-submit:hover {
  background-color: hsl(113, 19%, 28%);
  color: #ffffff;
}
#contact-section .cta-strip {
  margin-top: 80px;
  background-color: hsl(141, 10%, 8%);
  color: #f7f6f3;
  padding: 40px;
  text-align: center;
}
#contact-section .cta-strip h3 {
  color: #f7f6f3;
  margin-bottom: 16px;
}
#contact-section .cta-strip a.btn-cta {
  background-color: hsl(89, 35%, 44%);
  color: #ffffff;
  padding: 12px 32px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
}
#contact-section .cta-strip a.btn-cta:hover {
  background-color: hsl(89, 35%, 34%);
}
@media (max-width: 767px) {
  #contact-section {
    padding: 64px 0;
  }
  #contact-section .info-card,
  #contact-section .form-card {
    padding: 28px;
  }
}



  

  .thankyou-section {
    background: linear-gradient(135deg, hsl(113, 19%, 96%) 0%, hsl(89, 35%, 95%) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    font-family: 'Merriweather', serif;
  }

  .thankyou-card {
    background: #fff;
    border-radius: 1rem;
    padding: 3rem 2rem;
    max-width: 640px;
    width: 100%;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
    text-align: center;
    border-top: 6px solid var(--accent);
  }

  .thankyou-heading {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    color: var(--secondary);
    font-size: 2rem;
  }

  .thankyou-text {
    color: hsl(141, 10%, 30%);
    font-size: 1.05rem;
    line-height: 1.8;
  }

  .icon-circle {
    width: 100px;
    height: 100px;
    background: hsl(89, 35%, 92%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.75rem;
    animation: pop-in 0.5s ease-out;
  }

  .icon-circle svg {
    width: 52px;
    height: 52px;
    stroke: var(--primary);
  }

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

  .info-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem;
    text-align: left;
    display: inline-block;
  }

  .info-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
    color: hsl(141, 10%, 25%);
    font-size: 0.98rem;
  }

  .info-list li svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    stroke: var(--accent);
    margin-top: 2px;
  }

  .btn-home {
    background-color: var(--primary);
    border: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 0.75rem 2.25rem;
    border-radius: 0.5rem;
    letter-spacing: 0.3px;
    transition: all 0.25s ease;
  }

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

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

.alp-hero {
    background-color: #f4f4f1;
    padding: 56px 0 40px;
    font-family: 'Merriweather', serif;
    border-bottom: 1px solid #e2e1db;
}
.alp-hero .eyebrow {
    font-family: 'Lato', sans-serif;
    color: hsl(89, 35%, 44%);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 14px;
}
.alp-hero .eyebrow i {
    margin-right: 8px;
}
.alp-hero h1 {
    font-family: 'Lato', sans-serif;
    color: hsl(141, 10%, 8%);
    font-weight: 900;
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.alp-hero h2 {
    font-family: 'Lato', sans-serif;
    color: hsl(113, 19%, 28%);
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 16px;
}
.alp-hero p.lead-text {
    color: #333;
    font-size: 1.05rem;
    max-width: 640px;
    margin-bottom: 26px;
}
.alp-hero .btn-alp-main {
    font-family: 'Lato', sans-serif;
    background-color: hsl(113, 19%, 28%);
    color: #f8f9fa;
    border: 2px solid hsl(113, 19%, 28%);
    border-radius: 0;
    padding: 12px 30px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.alp-hero .btn-alp-main:hover {
    background-color: hsl(89, 35%, 44%);
    border-color: hsl(89, 35%, 44%);
    color: #fff;
}
@media (max-width: 767px) {
    .alp-hero h1 {
        font-size: 1.8rem;
    }
    .alp-hero h2 {
        font-size: 1.05rem;
    }
}

.services-section{
  background:#f4f4f1;
  padding:104px 0;
  font-family:'Merriweather',serif;
}
.services-section .section-heading{
  font-family:'Lato',sans-serif;
  font-weight:700;
  color:hsl(141,10%,8%);
  margin-bottom:16px;
}
.services-section .section-intro{
  color:#3a3a38;
  max-width:720px;
  margin:0 auto 56px auto;
  font-size:1.02rem;
  line-height:1.7;
}
.service-card{
  background:#ffffff;
  border:1px solid #e2e0da;
  border-radius:0;
  height:100%;
  padding:32px 28px;
  display:flex;
  flex-direction:column;
  transition:transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.service-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 24px rgba(0,0,0,0.12);
  border-color:hsl(89,35%,44%);
}
.service-icon{
  width:56px;
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:hsl(113,19%,28%);
  color:#f7f6f3;
  font-size:1.6rem;
  margin-bottom:20px;
  transition:background 0.25s ease;
}
.service-card:hover .service-icon{
  background:hsl(89,35%,44%);
}
.service-title{
  font-family:'Lato',sans-serif;
  font-weight:700;
  font-size:1.15rem;
  color:hsl(141,10%,8%);
  margin-bottom:12px;
}
.service-desc{
  color:#4a4a48;
  font-size:0.95rem;
  line-height:1.65;
  flex-grow:1;
  margin-bottom:18px;
}
.service-footer{
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-top:1px solid #eceae4;
  padding-top:14px;
}
.service-price{
  font-family:'Lato',sans-serif;
  font-weight:700;
  color:hsl(113,19%,28%);
  font-size:1.05rem;
}
.service-badge{
  font-size:0.75rem;
  color:#6a6a68;
  text-transform:uppercase;
  letter-spacing:0.03em;
}
@media (max-width:767.98px){
  .services-section{padding:72px 0;}
}

#cases {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
}
#cases h2 {
  font-family: 'Lato', sans-serif;
  color: hsl(141, 10%, 8%);
  font-weight: 700;
}
#cases .lead-text {
  color: hsl(141, 10%, 8%);
  max-width: 680px;
}
#cases .case-card {
  background-color: #ffffff;
  border: 1px solid #e2e1dc;
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s ease;
}
#cases .case-card:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
#cases .case-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
#cases .case-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#cases .badge-category {
  background-color: hsl(89, 35%, 44%);
  color: hsl(141, 10%, 8%);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 12px;
  border-radius: 0;
  align-self: flex-start;
  margin-bottom: 12px;
}
#cases .case-title {
  font-family: 'Lato', sans-serif;
  color: hsl(141, 10%, 8%);
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 10px;
}
#cases .case-text {
  color: #3d3d3a;
  font-size: 0.95rem;
  line-height: 1.6;
  flex-grow: 1;
}
#cases .btn-details {
  margin-top: 16px;
  background-color: hsl(113, 19%, 28%);
  color: #f7f6f3;
  border: none;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 10px 18px;
  align-self: flex-start;
}
#cases .btn-details:hover {
  background-color: hsl(89, 35%, 44%);
  color: hsl(141, 10%, 8%);
}
#cases .modal-content {
  border-radius: 0;
  background-color: #ffffff;
}
#cases .modal-header {
  background-color: hsl(113, 19%, 28%);
  color: #f7f6f3;
  border-radius: 0;
}
#cases .modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
#cases .modal-body img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin-bottom: 18px;
}
#cases .modal-body p {
  color: #3d3d3a;
  line-height: 1.7;
}
#cases .modal-footer {
  border-top: 1px solid #e2e1dc;
}

#figures {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
}

#figures .section-heading {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: hsl(141, 10%, 8%);
  margin-bottom: 16px;
}

#figures .section-subtext {
  color: hsl(141, 10%, 8%);
  font-size: 1.05rem;
  max-width: 640px;
  margin: 0 auto 56px;
  opacity: 0.85;
}

#figures .stat-card {
  background-color: #ffffff;
  border: 1px solid hsl(113, 19%, 28%, 0.15);
  border-radius: 0;
  padding: 36px 24px;
  height: 100%;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#figures .stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

#figures .stat-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(89, 35%, 44%, 0.12);
  color: hsl(113, 19%, 28%);
  font-size: 1.8rem;
  border-radius: 0;
}

#figures .stat-number {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  color: hsl(113, 19%, 28%);
  line-height: 1;
  margin-bottom: 10px;
  animation: countFade 0.9s ease-in-out;
}

#figures .stat-label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: hsl(141, 10%, 8%);
  margin-bottom: 6px;
}

#figures .stat-context {
  font-size: 0.9rem;
  color: hsl(141, 10%, 8%);
  opacity: 0.7;
}

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

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

#subscribe {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
}
#subscribe .newsletter-box {
  background-color: hsl(113, 19%, 28%);
  border: none;
  padding: 56px 40px;
  max-width: 720px;
  margin: 0 auto;
}
#subscribe h2 {
  font-family: 'Lato', sans-serif;
  color: #f8f9fa;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
#subscribe p.desc {
  color: #e6e8e3;
  text-align: center;
  margin-bottom: 32px;
  font-size: 1rem;
  line-height: 1.7;
}
#subscribe form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
#subscribe input[type="email"] {
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 12px 16px;
  flex: 1 1 280px;
  font-family: 'Merriweather', serif;
  color: #222;
  background-color: #f8f9fa;
}
#subscribe input[type="email"]:focus {
  outline: none;
  border-color: hsl(89, 35%, 44%);
  box-shadow: 0 0 0 2px hsl(89, 35%, 44%, 0.4);
}
#subscribe button {
  background-color: hsl(89, 35%, 44%);
  color: #1a1a1a;
  border: none;
  border-radius: 0;
  padding: 12px 28px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#subscribe button:hover {
  background-color: #7ea33c;
  color: #ffffff;
}
#subscribe .small-note {
  color: #d6d9d1;
  text-align: center;
  font-size: 0.85rem;
  margin-top: 20px;
}

#contacts {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
  color: #222;
}
#contacts h2 {
  font-family: 'Lato', sans-serif;
  color: hsl(113, 19%, 28%);
  font-weight: 700;
}
#contacts .subheading {
  color: #444;
  margin-bottom: 48px;
  max-width: 640px;
}
#contacts .contact-card {
  background-color: #fff;
  border: 1px solid #e0e0dc;
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
#contacts .info-card {
  background-color: hsl(113, 19%, 28%);
  color: #f7f6f3;
  border-radius: 0;
  padding: 32px;
  height: 100%;
}
#contacts .info-card h3 {
  font-family: 'Lato', sans-serif;
  color: #f7f6f3;
  font-weight: 700;
  margin-bottom: 24px;
}
#contacts .info-card p,
#contacts .info-card li {
  color: #eef0ea;
}
#contacts .info-card a {
  color: #d9e6cb;
  text-decoration: underline;
}
#contacts .info-card a:hover {
  color: #fff;
}
#contacts .info-icon {
  color: hsl(89, 35%, 44%);
  min-width: 24px;
}
#contacts .hours-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#contacts .hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 0.95rem;
}
#contacts .hours-list li:last-child {
  border-bottom: none;
}
#contacts .map-link {
  display: inline-block;
  margin-top: 8px;
  color: hsl(89, 35%, 44%);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid hsl(89, 35%, 44%);
}
#contacts .map-link:hover {
  color: hsl(113, 19%, 28%);
  border-color: hsl(113, 19%, 28%);
}
#contacts .form-label {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #222;
}
#contacts .form-control {
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 10px 14px;
  font-family: 'Merriweather', serif;
}
#contacts .form-control:focus {
  border-color: hsl(89, 35%, 44%);
  box-shadow: 0 0 0 0.2rem rgba(126, 158, 82, 0.25);
}
#contacts .btn-submit {
  background-color: hsl(113, 19%, 28%);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 12px 32px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease;
}
#contacts .btn-submit:hover {
  background-color: hsl(89, 35%, 44%);
  color: #fff;
}
#contacts .reply-note {
  font-size: 0.9rem;
  color: #555;
  margin-top: 16px;
}

#notice {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
}
#notice .disclaimer-box {
  background-color: #fff;
  border: 1px solid #e0e0dc;
  border-left: 5px solid hsl(89, 35%, 44%);
  padding: 48px;
}
#notice h2 {
  font-family: 'Lato', sans-serif;
  color: hsl(113, 19%, 28%);
  font-weight: 700;
  margin-bottom: 24px;
}
#notice .icon-wrap {
  width: 56px;
  height: 56px;
  background-color: hsl(113, 19%, 28%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  border-radius: 0;
}
#notice p {
  color: #333;
  line-height: 1.8;
  font-size: 1.02rem;
  margin-bottom: 0;
}

#about-main {
  background-color: #f7f6f3;
  font-family: 'Merriweather', serif;
  color: #222;
  padding: 96px 0;
}
#about-main h1, #about-main h2, #about-main h3 {
  font-family: 'Lato', sans-serif;
  color: hsl(141, 10%, 8%);
}
#about-main .lead-intro {
  max-width: 800px;
  margin: 0 auto 64px auto;
  text-align: center;
}
#about-main .content-block {
  margin-bottom: 80px;
}
#about-main .content-block h2 {
  border-left: 4px solid hsl(89, 35%, 44%);
  padding-left: 16px;
  margin-bottom: 24px;
}
#about-main img {
  aspect-ratio: 3 / 2;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 0;
}
#about-main .values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#about-main .values-list li {
  background-color: #fff;
  border: 1px solid #e0ded8;
  padding: 20px;
  margin-bottom: 16px;
  border-left: 4px solid hsl(113, 19%, 28%);
}
#about-main .values-list li strong {
  font-family: 'Lato', sans-serif;
  color: hsl(113, 19%, 28%);
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}
#about-main .stats-strip {
  background-color: hsl(113, 19%, 28%);
  color: #f7f6f3;
  padding: 40px 24px;
  margin: 80px 0;
}
#about-main .stats-strip .stat-num {
  font-family: 'Lato', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: hsl(89, 35%, 44%);
  display: block;
}
#about-main .stats-strip .stat-label {
  font-size: 0.9rem;
  color: #eceae4;
}
#about-main .steps-list {
  counter-reset: step-counter;
  padding: 0;
  list-style: none;
}
#about-main .steps-list li {
  counter-increment: step-counter;
  position: relative;
  padding: 12px 0 12px 56px;
  border-bottom: 1px solid #e0ded8;
  min-height: 56px;
}
#about-main .steps-list li:last-child {
  border-bottom: none;
}
#about-main .steps-list li::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 10px;
  width: 36px;
  height: 36px;
  background-color: hsl(89, 35%, 44%);
  color: hsl(141, 10%, 8%);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-main .steps-list h3 {
  font-size: 1.05rem;
  margin-bottom: 4px;
}
#about-main .team-section {
  margin-top: 96px;
}
#about-main .team-card {
  background-color: #fff;
  border: 1px solid #e0ded8;
  padding: 28px;
  height: 100%;
}
#about-main .team-card .role {
  font-family: 'Lato', sans-serif;
  color: #fff;
  background-color: hsl(113, 19%, 28%);
  display: inline-block;
  padding: 4px 12px;
  font-size: 0.85rem;
  margin-bottom: 12px;
}
#about-main .team-card h3 {
  margin-bottom: 4px;
}
#about-main .cta-box {
  background-color: hsl(141, 10%, 8%);
  color: #f7f6f3;
  padding: 56px 40px;
  margin-top: 96px;
  text-align: center;
}
#about-main .cta-box h2 {
  color: #f7f6f3;
  border: none;
  padding-left: 0;
}
#about-main .cta-box p {
  color: #d8d6d0;
  max-width: 600px;
  margin: 0 auto 24px auto;
}
#about-main .btn-cta {
  background-color: hsl(89, 35%, 44%);
  color: hsl(141, 10%, 8%);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 0;
  border: none;
  text-decoration: none;
  display: inline-block;
}
#about-main .btn-cta:hover {
  background-color: #f7f6f3;
  color: hsl(141, 10%, 8%);
}
@media (max-width: 767px) {
  #about-main { padding: 64px 0; }
  #about-main .content-block { margin-bottom: 56px; }
  #about-main .stats-strip { margin: 56px 0; }
}

#portfolio-body {
  background-color: #f4f4f1;
  padding: 96px 0;
  font-family: 'Merriweather', serif;
  color: #222;
}

#portfolio-body h1,
#portfolio-body h2,
#portfolio-body h3,
#portfolio-body h4 {
  font-family: 'Lato', sans-serif;
  color: hsl(141, 10%, 8%);
}

#portfolio-body .intro-block {
  max-width: 780px;
  margin-bottom: 64px;
}

#portfolio-body .intro-block p {
  font-size: 1.05rem;
  line-height: 1.75;
}

#portfolio-body .stats-row {
  margin-bottom: 72px;
}

#portfolio-body .stat-box {
  background-color: #fff;
  border: 1px solid #e0e0dc;
  padding: 24px 16px;
  text-align: center;
  height: 100%;
}

#portfolio-body .stat-box .stat-number {
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: hsl(113, 19%, 28%);
  display: block;
}

#portfolio-body .stat-box .stat-label {
  font-size: 0.85rem;
  color: #4a4a4a;
}

#portfolio-body .project-card {
  background-color: #fff;
  border: 1px solid #e0e0dc;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s ease;
}

#portfolio-body .project-card:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

#portfolio-body .project-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background-color: #e9e9e6;
}

#portfolio-body .project-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#portfolio-body .project-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#portfolio-body .badge-category {
  background-color: hsl(89, 35%, 44%);
  color: hsl(141, 10%, 8%);
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding: 5px 10px;
  display: inline-block;
  margin-bottom: 12px;
  border-radius: 0;
  align-self: flex-start;
}

#portfolio-body .project-title {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

#portfolio-body .project-desc {
  font-size: 0.92rem;
  color: #333;
  line-height: 1.6;
  flex-grow: 1;
}

#portfolio-body .btn-details {
  margin-top: 16px;
  background-color: hsl(113, 19%, 28%);
  color: #f7f6f3;
  border: none;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  padding: 9px 18px;
  border-radius: 0;
  align-self: flex-start;
}

#portfolio-body .btn-details:hover {
  background-color: hsl(89, 35%, 44%);
  color: hsl(141, 10%, 8%);
}

#portfolio-body .modal-content {
  border-radius: 0;
  background-color: #fff;
  color: #222;
}

#portfolio-body .modal-header {
  background-color: hsl(113, 19%, 28%);
  color: #f7f6f3;
  border-radius: 0;
}

#portfolio-body .modal-header .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}

#portfolio-body .modal-img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

#portfolio-body .qa-section {
  margin-top: 96px;
}

#portfolio-body .qa-item {
  background-color: #fff;
  border: 1px solid #e0e0dc;
  padding: 22px 24px;
  margin-bottom: 16px;
}

#portfolio-body .qa-item h4 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: hsl(113, 19%, 28%);
}

#portfolio-body .qa-item p {
  margin-bottom: 0;
  font-size: 0.94rem;
  color: #333;
}

#portfolio-body .cta-box {
  margin-top: 88px;
  background-color: hsl(141, 10%, 8%);
  color: #f7f6f3;
  padding: 48px 32px;
  text-align: center;
}

#portfolio-body .cta-box h2 {
  color: #f7f6f3;
  margin-bottom: 14px;
}

#portfolio-body .cta-box p {
  color: #d8d8d5;
  max-width: 620px;
  margin: 0 auto 24px;
}

#portfolio-body .cta-box .btn-cta {
  background-color: hsl(89, 35%, 44%);
  color: hsl(141, 10%, 8%);
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  padding: 12px 30px;
  border: none;
  border-radius: 0;
}

#portfolio-body .cta-box .btn-cta:hover {
  background-color: #f7f6f3;
  color: hsl(141, 10%, 8%);
}

#portfolio-body .section-label {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.85rem;
  color: hsl(89, 35%, 44%);
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
