.elementor-11084 .elementor-element.elementor-element-1731f94{--display:flex;}.elementor-11084 .elementor-element.elementor-element-62c6d6d{--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;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-0763863 */<style>
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  body { font-family: Inter, Arial, sans-serif; background: #ffffff; color: #1f2937; }

  .hero {
    background: #f5f3ff;
    border-bottom: 1px solid #e5e7eb;
    padding: 56px 32px 48px;
    text-align: center;
  }
  .hero .tag {
    display: inline-block;
    background: #ede9fe;
    color: #5b21b6;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 4px 14px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    line-height: 1.25;
    max-width: 680px;
    margin: 0 auto 16px;
  }
  .hero p {
    font-size: 16px;
    color: #6b7280;
    max-width: 540px;
    margin: 0 auto;
    line-height: 1.7;
  }

  .stats {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
  }
  .stat {
    flex: 1 1 160px;
    text-align: center;
    padding: 24px 16px;
    border-right: 1px solid #e5e7eb;
  }
  .stat:last-child { border-right: none; }
  .stat .num  { font-size: 28px; font-weight: 700; color: #5b21b6; }
  .stat .label { font-size: 13px; color: #9ca3af; margin-top: 4px; }

  .content { max-width: 860px; margin: 0 auto; padding: 48px 32px 64px; }
  .block { margin-bottom: 44px; }
  .block h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ede9fe;
  }
  .block p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.8;
    margin-bottom: 12px;
  }
  .block p:last-child { margin-bottom: 0; }

  .obstacle-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
    margin-top: 18px;
  }
  .obstacle-card {
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px;
  }
  .obstacle-card .icon { font-size: 22px; margin-bottom: 8px; }
  .obstacle-card h4 { font-size: 13px; font-weight: 700; color: #111827; margin-bottom: 6px; }
  .obstacle-card p  { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }

  .cap-list { display: flex; flex-direction: column; gap: 12px; margin-top: 18px; }
  .cap-item {
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px 20px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
  }
  .cap-dot {
    width: 32px; height: 32px; border-radius: 50%;
    background: #ede9fe; color: #5b21b6;
    font-weight: 700; font-size: 14px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .cap-item h4 { font-size: 14px; font-weight: 700; color: #111827; margin-bottom: 4px; }
  .cap-item p  { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }

  .results-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 18px;
  }
  .result-card {
    background: #fafafa;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
  }
  .check {
    width: 22px; height: 22px; border-radius: 50%;
    background: #d1fae5; color: #059669;
    font-size: 12px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 1px;
  }
  .result-card p { font-size: 13px; color: #374151; line-height: 1.6; margin: 0; }

  .closing {
    background: #f5f3ff;
    border: 1px solid #ddd6fe;
    border-radius: 12px;
    padding: 36px 32px;
    text-align: center;
    margin-top: 48px;
  }
  .closing p {
    font-size: 17px;
    line-height: 1.7;
    color: #4c1d95;
    font-style: italic;
    max-width: 640px;
    margin: 0 auto;
  }
</style>
</head>/* End custom CSS */