.elementor-1646 .elementor-element.elementor-element-c1c1662{--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 */body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    color: #2c3e50;
    background-color: #f4f7fa;
}
    .container1 {
    max-width: 1100px;
    margin: 0px 0px 20px 140px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    }
    
    .container1 h1 {
       text-align: center;
    font-size: 2.8em;
    margin-bottom: 20px;
    line-height: 1.2;
    }
    .subtitle {
      font-size: 1.35rem;
      color: #2c3e50;
      max-width: 780px;
      margin: 0 auto;
    }
    .container1 h2 {
      font-size: 2.15rem;
    color: #fffff;
    margin: 70px 0 24px;
    border-bottom: 4px solid #dbeafe;
    padding-bottom: 14px;
    }
    .container1 h3 {
     font-size: 1.68rem;
    color: #000 !important;
    margin: 50px 0 20px;
    }
    p, li { margin-bottom: 1.25em; color: var(--text-light); }
    ul.checklist {
      list-style: none;
      margin: 32px 0;
    }
    .checklist li {
      padding-left: 40px;
      position: relative;
      margin: 20px 0;
      font-size: 1.1rem;
    }
    .checklist li::before {
      content: "✔";
    color: #16a34a;
    position: absolute;
    left: 0;
    font-size: 1.8em;
    line-height: 1.2;
    }
    .region-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
      gap: 32px;
      margin: 50px 0;
    }
    .region-card {
      background: white;
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 32px;
      box-shadow: 0 6px 18px rgba(0,0,0,0.06);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }
    .region-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 32px rgba(0,0,0,0.1);
    }
    .region-card h4 {
      color: var(--primary);
      margin-bottom: 20px;
      font-size: 1.45rem;
    }
    .example {
      background: #f9fafb;
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      padding: 24px;
      margin: 32px 0;
      font-family: ui-monospace, 'Cascadia Code', monospace;
      font-size: 0.98rem;
      line-height: 1.6;
      white-space: pre-wrap;
      color: #111827;
    }
    .faq-section { margin: 90px 0 60px; }
    .faq-item {
      border-bottom: 1px solid var(--border);
      padding: 24px 0;
    }
    .faq-q {
      font-weight: 600;
      font-size: 1.25rem;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: var(--text);
    }
    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
      margin-top: 16px;
      color: var(--text-light);
    }
    .cta-final {
      text-align: center;
      margin: 100px 0 80px;
    }
    .cta-final a {
      display: inline-block;
      background: var(--primary);
      color: white;
      padding: 18px 48px;
      border-radius: 50px;
      font-size: 1.2rem;
      font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
    }
    .cta-final a:hover {
      background: var(--primary-light);
      transform: translateY(-3px);
      box-shadow: 0 10px 25px rgba(59,130,246,0.3);
    }
    
   .footer {
    font-size: 1.02rem;
    color: #4b5563;
    text-align: center;
}
   @media (max-width: 768px) {
    .container1 {
        padding: 30px 18px;
        margin: 30px 12px;
    }
    .container1 h1 { font-size: 2.3rem; }
    .container1 h2 { font-size: 1.9rem; }
    .container1 h3 { font-size: 1.55rem; }
}/* End custom CSS */