.elementor-7920 .elementor-element.elementor-element-7ae208c{--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;}.elementor-7920 .elementor-element.elementor-element-7ae208c:not(.elementor-motion-effects-element-type-background), .elementor-7920 .elementor-element.elementor-element-7ae208c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#001E2E;}.elementor-7920 .elementor-element.elementor-element-9409430{--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;}.elementor-7920 .elementor-element.elementor-element-e59dcfc{--divider-border-style:solid;--divider-color:var( --e-global-color-astglobalcolor0 );--divider-border-width:1px;}.elementor-7920 .elementor-element.elementor-element-e59dcfc .elementor-divider-separator{width:100%;}.elementor-7920 .elementor-element.elementor-element-e59dcfc .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-7920 .elementor-element.elementor-element-6be8341{--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 for html, class: .elementor-element-3ecd9a4 */<style>
  .po-hero {
    font-family: 'Inter', sans-serif;
    background: #001e2e;
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
  }
  .po-hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(4,204,194,0.1) 0%, transparent 65%);
    pointer-events: none;
  }
  .po-hero::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(4,204,194,0.05) 0%, transparent 65%);
    pointer-events: none;
  }
  .po-container {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .po-label {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #04ccc2;
    display: block;
    margin-bottom: 16px;
  }
  .po-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 20px;
  }
  .po-title span { color: #04ccc2; }
  .po-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: rgba(255,255,255,0.85);
    margin: 0 0 32px;
    line-height: 1.6;
  }
  .po-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 32px;
    border-radius: 8px;
    background: #04ccc2;
    color: #001e2e;
    text-decoration: none;
    transition: background 0.2s;
  }
  .po-btn:hover { background: #03b5ab; }

  /* Right side */
  .po-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .po-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: border-color 0.2s, background 0.2s;
  }
  .po-card:hover {
    border-color: rgba(4,204,194,0.35);
    background: rgba(4,204,194,0.04);
  }
  .po-card-icon {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(4,204,194,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .po-card-icon svg {
    width: 18px;
    height: 18px;
    stroke: #04ccc2;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .po-card-text {
    font-size: 14px;
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
  }

  @media (max-width: 900px) {
    .po-container { grid-template-columns: 1fr; gap: 48px; }
    .po-title { font-size: 40px; }
  }
  @media (max-width: 480px) {
    .po-title { font-size: 32px; }
    .po-hero { padding: 64px 0; }
  }
</style>/* End custom CSS */