.elementor-830 .elementor-element.elementor-element-bf6cfa9{--display:flex;--min-height:calc(100vh - 80px);--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;--justify-content:center;--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-830 .elementor-element.elementor-element-b5b7f99{text-align:center;font-family:"Quicksand", Sans-serif;font-size:18px;font-weight:400;line-height:28px;color:var( --e-global-color-78a227e );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-830 .elementor-element.elementor-element-bac129c{text-align:center;}.elementor-830 .elementor-element.elementor-element-bac129c .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:60px;font-weight:700;}.elementor-830 .elementor-element.elementor-element-fda21b1{text-align:center;font-family:"Quicksand", Sans-serif;font-size:18px;font-weight:400;line-height:28px;}.elementor-830 .elementor-element.elementor-element-cdfcc6d{background-color:var( --e-global-color-6f3d1d0 );padding:30px 30px 30px 30px;border-radius:30px 30px 30px 30px;}@media(min-width:768px){.elementor-830 .elementor-element.elementor-element-bf6cfa9{--content-width:1200px;}}@media(max-width:1024px){.elementor-830 .elementor-element.elementor-element-bf6cfa9{--padding-top:50px;--padding-bottom:50px;--padding-left:15px;--padding-right:15px;}}@media(max-width:767px){.elementor-830 .elementor-element.elementor-element-bf6cfa9{--padding-top:50px;--padding-bottom:50px;--padding-left:10px;--padding-right:10px;}.elementor-830 .elementor-element.elementor-element-bac129c .elementor-heading-title{font-size:36px;line-height:46px;}}/* Start custom CSS for heading, class: .elementor-element-bac129c */.elementor-830 .elementor-element.elementor-element-bac129c i {
    font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cdfcc6d *//* ── LAYOUT ── */
    .pilot-page {
    }

    /* ── HERO ── */
    .pilot-hero {
      background: #2F4F4F;
      border-radius: 12px;
      padding: 10px;
      margin-bottom: 56px;
      color: #fff;
    }

    .pilot-hero .eyebrow {
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #a8d5b5;
      margin-bottom: 12px;
    }

    .pilot-hero h1 {
      font-size: 2.4rem;
      font-weight: 800;
      line-height: 1.2;
      margin-bottom: 16px;
    }

    .pilot-hero .subtitle {
      font-size: 1.05rem;
      color: #c8e6c9;
      margin-bottom: 32px;
    }

    .pilot-meta {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 16px;
    }

    .pilot-meta-item {
      background: rgba(255,255,255,0.1);
      border-radius: 8px;
      padding: 14px 18px;
    }

    .pilot-meta-item .label {
      font-size: 0.72rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      color: #a8d5b5;
      margin-bottom: 4px;
    }

    .pilot-meta-item .value {
      font-size: 0.95rem;
      font-weight: 600;
      color: #fff;
    }

    /* ── SECTION WRAPPER ── */
    .pilot-section {
      margin-bottom: 52px;
    }

    .pilot-section h2 {
      font-size: 1.6rem;
      font-weight: 700;
      color: #2F4F4F;
      padding-bottom: 10px;
      border-bottom: 3px solid #a8d5b5;
      margin-bottom: 20px;
    }

    .pilot-section p {
      font-size: 1rem;
      color: #444;
      margin-bottom: 14px;
    }

    .pilot-section ul {
      list-style: none;
      padding: 0;
      margin-bottom: 14px;
    }

    .pilot-section ul li {
      padding: 6px 0 6px 22px;
      position: relative;
      color: #444;
      font-size: 0.97rem;
    }

    .pilot-section ul li::before {
      content: "✦";
      position: absolute;
      left: 0;
      color: #4a8a5a;
      font-size: 0.7rem;
      top: 9px;
    }

    /* ── PROGRAM COMPONENTS GRID ── */
    .components-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin-top: 24px;
    }

    .component-card {
      border: 1px solid #d4e8d8;
      border-radius: 10px;
      padding: 24px;
      background: #f7fcf8;
    }

    .component-card .card-icon {
      font-size: 1.8rem;
      margin-bottom: 10px;
    }

    .component-card h3 {
      font-size: 1.05rem;
      font-weight: 700;
      color: #2F4F4F;
      margin-bottom: 10px;
    }

    .component-card ul {
      margin: 0;
    }

    .component-card ul li {
      font-size: 0.92rem;
    }

    /* ── TIMELINE ── */
    .timeline {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 16px;
      margin-top: 20px;
    }

    .timeline-item {
      border-left: 4px solid #4a8a5a;
      padding: 16px 20px;
      background: #f7fcf8;
      border-radius: 0 8px 8px 0;
    }

    .timeline-item .year-badge {
      display: inline-block;
      background: #4a8a5a;
      color: #fff;
      font-size: 0.78rem;
      font-weight: 700;
      padding: 3px 10px;
      border-radius: 20px;
      margin-bottom: 10px;
      letter-spacing: 0.05em;
    }

    .timeline-item h4 {
      font-size: 0.95rem;
      font-weight: 700;
      color: #2F4F4F;
      margin-bottom: 8px;
    }

    /* ── BUDGET TABLE ── */
    .budget-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      font-size: 0.97rem;
    }

    .budget-table thead tr {
      background: #2F4F4F;
      color: #fff;
    }

    .budget-table thead th {
      padding: 14px 20px;
      text-align: left;
      font-weight: 600;
      font-size: 0.85rem;
      letter-spacing: 0.05em;
      text-transform: uppercase;
    }

    .budget-table tbody tr {
      border-bottom: 1px solid #e4f0e8;
    }

    .budget-table tbody tr:nth-child(even) {
      background: #f7fcf8;
    }

    .budget-table tbody td {
      padding: 12px 20px;
      color: #444;
    }

    .budget-table tfoot tr {
      background: #e8f5e9;
    }

    .budget-table tfoot td {
      padding: 14px 20px;
      font-weight: 700;
      color: #2F4F4F;
      font-size: 1rem;
    }

    /* ── OUTCOMES GRID ── */
    .outcomes-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
      gap: 16px;
      margin-top: 20px;
    }

    .outcome-item {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      background: #f7fcf8;
      border-radius: 8px;
      padding: 18px;
      border: 1px solid #d4e8d8;
    }

    .outcome-item .outcome-icon {
      font-size: 1.5rem;
      flex-shrink: 0;
    }

    .outcome-item p {
      font-size: 0.92rem;
      color: #444;
      margin: 0;
    }

    /* ── LONG-TERM VISION BANNER ── */
    .vision-banner {
      background: linear-gradient(135deg, #2F4F4F 0%, #4a8a5a 100%);
      border-radius: 12px;
      padding: 40px 48px;
      color: #fff;
      margin-top: 52px;
    }

    .vision-banner h2 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 14px;
      color: #fff;
      border: none;
      padding: 0;
    }

    .vision-banner p {
      color: #c8e6c9;
      font-size: 1rem;
      max-width: 700px;
    }

    /* ── CTA ── */
    .pilot-cta {
      text-align: center;
      margin-top: 56px;
      padding: 48px 24px;
      background: #f7fcf8;
      border-radius: 12px;
      border: 1px solid #d4e8d8;
    }

    .pilot-cta h2 {
      font-size: 1.5rem;
      color: #2F4F4F;
      margin-bottom: 10px;
    }

    .pilot-cta p {
      color: #666;
      margin-bottom: 24px;
    }

    .btn-primary {
      display: inline-block;
      background: #2F4F4F;
      color: #fff;
      padding: 14px 32px;
      border-radius: 6px;
      font-weight: 700;
      font-size: 0.95rem;
      text-decoration: none;
      transition: background 0.2s;
    }

    .btn-primary:hover {
      background: #4a8a5a;
    }

    .btn-secondary {
      display: inline-block;
      background: transparent;
      color: #2F4F4F;
      padding: 14px 32px;
      border-radius: 6px;
      font-weight: 700;
      font-size: 0.95rem;
      text-decoration: none;
      border: 2px solid #2F4F4F;
      margin-left: 12px;
      transition: all 0.2s;
    }

    .btn-secondary:hover {
      background: #2F4F4F;
      color: #fff;
    }

    /* ── RESPONSIVE ── */
    @media (max-width: 640px) {
      .pilot-hero {
        padding: 36px 24px;
      }

      .pilot-hero h1 {
        font-size: 1.7rem;
      }

      .vision-banner {
        padding: 32px 24px;
      }

      .btn-secondary {
        margin-left: 0;
        margin-top: 10px;
      }

      .pilot-cta .cta-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }
    }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bf6cfa9 */.elementor-830 .elementor-element.elementor-element-bf6cfa9 {
    background-image: linear-gradient(180deg, hsl(78 42% 77%), hsl(72 33% 93%));;
}/* End custom CSS */