.elementor-841 .elementor-element.elementor-element-f5e2da1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d2ce84c *//* Hero */
.tc-hero {
  text-align: center;
  padding: 60px 20px 40px;
  max-width: 900px;
  margin: 0 auto;
}

.tc-hero h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.tc-hero p {
  font-size: 1rem;
  color: #6b7280;
}

/* Wrapper */
.tc-wrapper {
  max-width: 900px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

/* Section */
.tc-section {
  margin-bottom: 40px;
}

.tc-section h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.tc-section p {
  font-size: 1rem;
  line-height: 1.7;
  color: #374151;
}

.tc-section ul {
  padding-left: 20px;
  margin: 10px 0;
}

.tc-section ul li {
  margin-bottom: 6px;
  font-size: 1rem;
  color: #374151;
}

/* Links */
.tc-section a {
  color: #2563eb;
  text-decoration: underline;
}

.tc-section a:hover {
  text-decoration: none;
}

/* Mobile */
@media (max-width: 600px) {
  .tc-hero h1 {
    font-size: 2.2rem;
  }
}/* End custom CSS */