.elementor-22803 .elementor-element.elementor-element-c67e51f{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-22803 .elementor-element.elementor-element-69397c4 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-69397c4 */:root {
      --green:      #287638;
      --green-dark: #1d5829;
      --green-light:#e8f3eb;
      --yellow:     #fcd657;
      --yellow-dark:#fcd657;
      --white:      #ffffff;
      --grey-light: #f4f5f4;
      --grey-mid:   #e2e4e2;
      --grey-text:  #000;
      --text-dark:  #000;
      --font-sans:  'Manrope', sans-serif;
      --font-serif: 'Domine', serif;
      --radius:     10px;
      --radius-lg:  16px;
    }

   


    .siffi-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 100px;
    }


    .siffi-hero {
      background: var(--green);
      color: var(--white);
    border-radius: 10px;
      position: relative;
      overflow: hidden;
    }

    .siffi-hero::before {
      content: '';
      position: absolute;
      top: -60px; right: -80px;
      width: 360px; height: 360px;
      border-radius: 50%;
      background: rgba(255,255,255,0.05);
      pointer-events: none;
    }

    .siffi-hero::after {
      content: '';
      position: absolute;
      bottom: -100px; left: -40px;
      width: 280px; height: 280px;
      border-radius: 50%;
      background: rgba(255,255,255,0.04);
      pointer-events: none;
    }

    .siffi-hero-badge {
      display: inline-block;
      font-family: var(--font-sans);
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--green);
      background: var(--yellow);
      border-radius: 4px;
      padding: 4px 10px;
      margin-bottom: 20px;
    }

    .siffi-hero h1 {
      font-family: var(--font-serif);
      font-size: clamp(30px, 4.5vw, 48px);
      font-weight: 700;
      line-height: 1.18;
      margin-bottom: 20px;
      max-width: 680px;
    }

    .siffi-hero p {
      font-size: 16px;
      font-weight: 400;
      color: rgba(255,255,255,0.88);
      max-width: 620px;
      margin-bottom: 10px;
      line-height: 1.7;
    }

    .siffi-hero p.siffi-form-label {
      margin-top: 28px;
      font-weight: 600;
      color: rgba(255,255,255,0.95);
      font-size: 15px;
    }

    .siffi-form {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 12px;
      align-items: center;
    }

    .siffi-form input {
      flex: 1 1 180px;
      height: 48px;
      padding: 0 16px;
      border: 1.5px solid rgba(255,255,255,0.25);
      border-radius: var(--radius);
      background: rgba(255,255,255,0.12);
      color: var(--white);
      font-family: var(--font-sans);
      font-size: 14px;
      font-weight: 500;
      outline: none;
      transition: border-color 0.2s, background 0.2s;
    }

    .siffi-form input::placeholder { color: rgba(255,255,255,0.55); }

    .siffi-form input:focus {
      border-color: var(--yellow);
      background: rgba(255,255,255,0.18);
    }

   
    .siffi-form-bottom input {
      border: 1.5px solid var(--grey-mid);
      background: var(--white);
      color: var(--text-dark);
    }

    .siffi-form-bottom input::placeholder { color: #aaa; }

    .siffi-form-bottom input:focus {
      border-color: var(--green);
      background: var(--white);
    }


    .siffi-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      height: 48px;
      padding: 0 24px;
      background: #fcd657;
      color: #000;
      border: none;
      border-radius: var(--radius);
      font-family: var(--font-sans);
      font-size: 14px;
      font-weight: 700;
      cursor: pointer;
      white-space: nowrap;
      transition: background 0.2s, transform 0.15s;
      flex-shrink: 0;
      text-decoration: none;
    }

    .siffi-btn:hover  { background: var(--yellow-dark); color:#182718; }
    .siffi-btn:active { transform: scale(0.97); }

    .siffi-btn svg {
      width: 16px; height: 16px;
      stroke: currentcolor;
      fill: none;
      flex-shrink: 0;
    }

   
    .siffi-takeaways {
      background: var(--grey-light);
      padding: 72px 0;
    }

    .siffi-section-label {
      display: inline-block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--green);
      margin-bottom: 10px;
    }

    .siffi-section-title {
      font-family: var(--font-serif);
      font-size: clamp(22px, 3vw, 32px);
      font-weight: 700;
      color: var(--text-dark);
      margin-bottom: 40px;
      line-height: 1.25;
    }

.siffi-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.siffi-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--grey-mid);
  padding: 24px 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.siffi-card:hover {
  border-color: #b3d4bc;
  box-shadow: 0 4px 16px rgba(40, 118, 56, 0.08);
}

.siffi-card-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 9px;
  background: var(--green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.siffi-card-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--green);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.siffi-card-body {}

.siffi-card-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--green);
  margin: 0 0 4px 0;  
  padding: 0;
  line-height: 1.3;   
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.siffi-card-text {
  font-size: 14px;
  color: var(--grey-text);
  line-height: 1.55;
  margin: 0;           
  padding: 0;
}


    .siffi-cta {
      
      background: var(--white);
    }

    .siffi-cta-inner {
      background: var(--green-light);
      border-radius: var(--radius-lg);
      border: 1px solid #c5dfc9;
      padding: 48px 40px;
    }

    .siffi-cta-inner .siffi-section-title {
      margin-bottom: 8px;
    }

    .siffi-cta-inner > p {
      font-size: 15px;
      color: var(--grey-text);
      margin-bottom: 28px;
      max-width: 560px;
    }

    .siffi-cta-divider {
      margin: 36px 0 28px;
      border: none;
      border-top: 1px solid var(--grey-mid);
    }

    .siffi-reach-out {
      font-size: 15px;
      color: var(--grey-text);
    }

    .siffi-reach-out a {
      color: var(--green);
      font-weight: 600;
      text-decoration: underline;
      text-underline-offset: 2px;
    }

    
@media (max-width: 720px) {

 
  .siffi-hero {
    padding: 44px 0 40px;
  }

  .siffi-hero h1 {
    font-size: 26px;
    line-height: 1.22;
    margin-bottom: 16px;
  }

  .siffi-hero p {
    font-size: 14.5px;
  }

  .siffi-hero-eyebrow {
    gap: 8px;
  }

  
  .siffi-form {
    flex-direction: column;
    align-items: stretch;
  }

  .siffi-form input {
    flex: unset;
    width: 100%;
  }

  .siffi-btn {
    width: 100%;
    justify-content: center;
  }

  
  .siffi-takeaways {
    padding: 48px 0;
  }

  .siffi-section-title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  
  .siffi-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .siffi-card {
    padding: 20px 18px;
    text-align: left;
  }

  
  .siffi-cta {
    padding: 40px 0 48px;
  }

  .siffi-cta-inner {
    padding: 32px 20px;
    border-radius: 12px;
  }

  .siffi-cta-inner > p {
    font-size: 14px;
  }

  
  .siffi-other-reports {
    padding: 0 0 56px;
  }

  .siffi-report-cards {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }

  .siffi-report-card {
    padding: 20px 18px;
  }

 
  .siffi-container {
    padding: 0 18px;
  }

  .siffi-reach-out {
    font-size: 14px;
  }
}
    
    button:not(:hover):not(:active):not(.has-background), input[type=submit]:not(:hover):not(:active):not(.has-background), input[type=reset]:not(:hover):not(:active):not(.has-background), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
    background-color: #182718;
}

    .siffi-other-reports {
     margin-top:-0px;
      background: var(--white);
    }

    .siffi-other-reports-inner {
      border-top: 2px solid var(--green);
      padding-top: 10px;
    }

    .siffi-other-reports .siffi-section-title {
      margin-bottom: 24px;
    }

    .siffi-report-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 16px;
    }

    .siffi-report-card {
      border: 1px solid var(--grey-mid);
      border-radius: var(--radius-lg);
      padding: 24px 22px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      transition: box-shadow 0.2s, border-color 0.2s;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
    }

    .siffi-report-card:hover {
      border-color: #b3d4bc;
      box-shadow: 0 4px 16px rgba(40, 118, 56, 0.08);
    }

    .siffi-report-card-tag {
      font-size: 11px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: var(--green);
      background: var(--green-light);
      border-radius: 4px;
      padding: 3px 8px;
      width: fit-content;
    }

    .siffi-report-card-title {
      font-family: var(--font-serif);
      font-size: 17px;
      font-weight: 700;
      color: var(--text-dark);
      line-height: 1.3;
    }

    .siffi-report-card-desc {
      font-size: 13px;
      color: var(--grey-text);
      line-height: 1.55;
      flex: 1;
    }

    .siffi-report-card-cta {
      font-size: 13px;
      font-weight: 700;
      color: var(--green);
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .siffi-report-card-cta svg {
      width: 14px; height: 14px;
      stroke: currentColor;
      fill: none;
      stroke-width: 2.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }/* End custom CSS */