Bla

<style>
  /* Container geral (sem divs) */
  section.personalizacao {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    color: #222;
    max-width: 1100px;
    margin: 0 auto;
    padding: 28px 20px;
    box-sizing: border-box;
  }

  p.title {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
  }

  p.intro {
    margin: 0 0 18px 0;
    line-height: 1.5;
    color: #333;
  }

  /* Grid de cartões usando semantic elements (sem divs) */
  ul.tech-list {
    list-style: none;
    padding: 0;
    margin: 18px 0 26px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
  }

  li.tech {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 6px 18px rgba(18, 35, 75, 0.03);
  }

  p.tech-name {
    margin: 0 0 8px 0;
    font-weight: 700;
    font-size: 16px;
  }

  p.tech-desc {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.45;
    color: #444;
  }

  p.tech-meta {
    margin: 0;
    font-size: 13px;
    color: #666;
  }

  /* Tabela detalhada */
  table.tech-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 8px;
    font-size: 14px;
  }

  table.tech-table thead th {
    text-align: left;
    padding: 10px 12px;
    border-bottom: 2px solid #eef0f3;
    font-weight: 700;
  }

  table.tech-table tbody td {
    padding: 10px 12px;
    border-bottom: 1px solid #f1f3f5;
    vertical-align: top;
  }

  /* Dicas por categoria */
  section.tips p.section-title {
    margin: 20px 0 10px 0;
    font-weight: 700;
    font-size: 16px;
  }

  ul.tips-list {
    margin: 6px 0 20px 18px;
    color: #333;
  }

  li.tip-item {
    margin: 6px 0;
  }

  /* Responsividade */
  @media (max-width: 520px) {
    p.
Whatsapp Websolutions III