/* [project]/src/app/styles/html-content.module.css [app-client] (css) */
.html-content-module__aLi-oq__htmlContentWrapper {
  width: 100%;
  font-family: var(--font-lato), sans-serif;
  color: #1f2933;
  line-height: 1.7;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem 2rem;
}

.html-content-module__aLi-oq__htmlContentWrapper body {
  background: #fff;
  margin: 0;
  padding: 0;
}

.html-content-module__aLi-oq__htmlContentWrapper header {
  color: #fff;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 450px;
  margin-bottom: 3rem;
  padding: 4rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, .3), 0 5px 15px rgba(0, 0, 0, .2);
}

.html-content-module__aLi-oq__htmlContentWrapper header:before {
  content: "";
  z-index: 1;
  background: linear-gradient(135deg, rgba(0, 0, 0, .4) 0%, rgba(0, 0, 0, .5) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.html-content-module__aLi-oq__htmlContentWrapper header img {
  object-fit: cover;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.html-content-module__aLi-oq__htmlContentWrapper header h1 {
  z-index: 2;
  position: relative;
}

.html-content-module__aLi-oq__htmlContentWrapper header p {
  z-index: 2;
  position: relative;
}

.html-content-module__aLi-oq__htmlContentWrapper header h1 {
  font-family: var(--font-playfair), serif;
  color: #fff;
  margin: 0 0 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.html-content-module__aLi-oq__htmlContentWrapper header p {
  opacity: .95;
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.8;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container section {
  background: #fff;
  border-left: 4px solid #0ea5e9;
  border-radius: 8px;
  margin-bottom: 3rem;
  padding: 2rem;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container section img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin: 1.5rem 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container section .image-container {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin: 1.5rem 0;
  display: grid;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container section .image-container img {
  object-fit: cover;
  height: 200px;
  margin: 0;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container section:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, .1);
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container section h2 {
  font-family: var(--font-playfair), serif;
  color: #1f2933;
  border-bottom: 2px solid #e0b341;
  margin: 0 0 1.25rem;
  padding-bottom: .75rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container section h3 {
  font-family: var(--font-playfair), serif;
  color: #0ea5e9;
  background: #f8fafc;
  border-left: 3px solid #0ea5e9;
  border-radius: 8px;
  margin: 1.5rem 0 1rem;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container section p {
  color: #4b5563;
  margin: 0 0 1.25rem;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container section p:last-child {
  margin-bottom: 0;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ul {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ol {
  margin: 1.5rem 0;
  padding-left: 2rem;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ul li {
  color: #4b5563;
  margin-bottom: .875rem;
  padding-left: .5rem;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ol li {
  color: #4b5563;
  margin-bottom: .875rem;
  padding-left: .5rem;
  font-size: 1.0625rem;
  line-height: 1.8;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ul li:last-child {
  margin-bottom: 0;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ol li:last-child {
  margin-bottom: 0;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ul li strong {
  color: #0ea5e9;
  font-weight: 700;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ol li strong {
  color: #0ea5e9;
  font-weight: 700;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ul {
  padding-left: 0;
  list-style: none;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ul li {
  padding-left: 1.75rem;
  position: relative;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ul li:before {
  content: "✓";
  color: #0ea5e9;
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ol {
  counter-reset: item;
  padding-left: 0;
  list-style: none;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ol li {
  counter-increment: item;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  position: relative;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ol li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container ol li:before {
  content: counter(item);
  color: #fff;
  background: linear-gradient(135deg, #0ea5e9 0%, #0287c7 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container a {
  color: #0ea5e9;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container a:hover {
  color: #0287c7;
  border-bottom-color: #0287c7;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container strong {
  color: #1f2933;
  font-weight: 700;
}

.html-content-module__aLi-oq__htmlContentWrapper .content-container section h3 + p {
  background: #fff;
  border-radius: 8px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
  margin-left: 0;
  padding: 1rem 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

@media (max-width: 768px) {
  .html-content-module__aLi-oq__htmlContentWrapper .content-container {
    padding: 0 1rem 1.5rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper header {
    min-height: 300px;
    padding: 2rem 1.5rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper header h1 {
    font-size: 1.875rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper header p {
    font-size: 1rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper .content-container section {
    margin-bottom: 2rem;
    padding: 1.5rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper .content-container section h2 {
    font-size: 1.5rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper .content-container section h3 {
    font-size: 1.25rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper .content-container ul {
    padding-left: 1.5rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper .content-container ol {
    padding-left: 1.5rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper .content-container ol li {
    padding-left: 2.25rem;
  }
}

.html-content-module__aLi-oq__htmlContentWrapper script {
  display: none;
}

.html-content-module__aLi-oq__htmlContentWrapper li br {
  content: "";
  margin-top: .5rem;
  display: block;
}

.html-content-module__aLi-oq__htmlContentWrapper .seo-footer {
  background: #f8fafc;
  border-top: 3px solid #0ea5e9;
  border-radius: 8px;
  margin-top: 4rem;
  padding: 3rem 2rem;
}

.html-content-module__aLi-oq__htmlContentWrapper .seo-footer h3 {
  font-family: var(--font-playfair), serif;
  color: #1f2933;
  text-align: center;
  margin: 0 0 1.5rem;
  font-size: 1.75rem;
  font-weight: 700;
}

.html-content-module__aLi-oq__htmlContentWrapper .seo-footer .links-container {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
}

.html-content-module__aLi-oq__htmlContentWrapper .seo-footer .links-container a {
  color: #0ea5e9;
  text-align: center;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  padding: .75rem 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.html-content-module__aLi-oq__htmlContentWrapper .seo-footer .links-container a:hover {
  color: #fff;
  background: #0ea5e9;
  border-color: #0ea5e9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(14, 165, 233, .2);
}

@media (max-width: 768px) {
  .html-content-module__aLi-oq__htmlContentWrapper .seo-footer {
    padding: 2rem 1.5rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper .seo-footer h3 {
    font-size: 1.5rem;
  }

  .html-content-module__aLi-oq__htmlContentWrapper .seo-footer .links-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/*# sourceMappingURL=src_app_styles_html-content_module_838060e3.css.map*/