/* Renecon */
.renecon-page {
        max-width: 1120px;
      }
      .renecon-grid {
        display: grid;
        grid-template-columns: 1.1fr .9fr;
        gap: 32px;
        align-items: center;
        margin-bottom: 28px;
      }
      .renecon-lead {
        font-size: 1.08rem;
        line-height: 1.85;
        color: #24364b;
        margin-bottom: 0;
      }
      .renecon-card,
      .renecon-illustration,
      .renecon-highlight,
      .renecon-login-box {
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 20px 50px rgba(12, 39, 72, .10);
      }
      .renecon-illustration {
        padding: 18px;
        border: 1px solid rgba(8, 53, 108, .08);
      }

      .renecon-grid > *,
      .renecon-highlight > * {
        min-width: 0;
      }
      .renecon-illustration--network {
        width: 100%;
        max-width: 454px;
        min-width: 0;
        margin-left: auto;
        padding: 0;
        overflow: hidden;
        box-sizing: border-box;
      }
      .renecon-network-img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 454 / 290;
        object-fit: cover;
        border-radius: 20px;
      }
      .renecon-illustration--feature {
        padding: 0;
        overflow: hidden;
      }
      .renecon-feature-img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 7 / 5;
        object-fit: cover;
        border-radius: 20px;
      }
      .renecon-cards {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
        margin: 34px 0;
      }
      .renecon-card {
        padding: 22px;
        border: 1px solid rgba(8, 53, 108, .08);
        height: 100%;
      }
      .renecon-card h3 {
        font-size: 1.1rem;
        margin: 14px 0 10px;
        color: #0d2a52;
      }
      .renecon-card p,
      .renecon-highlight p,
      .renecon-login-box p,
      .renecon-list li {
        color: #40546c;
        line-height: 1.75;
      }

      .renecon-stats-wrap {
        margin: 30px 0 36px;
      }
      .renecon-stats {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        background: #fff;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 20px 50px rgba(12, 39, 72, .10);
        border: 1px solid rgba(8, 53, 108, .08);
      }
      .renecon-stat {
        padding: 28px 20px;
        text-align: center;
        border-right: 1px solid rgba(8, 53, 108, .10);
      }
      .renecon-stat:last-child {
        border-right: none;
      }
      .renecon-stat-icon {
        width: 42px;
        height: 42px;
        margin: 0 auto 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: #2fb36d;
      }
      .renecon-stat-value {
        display: block;
        font-size: 2rem;
        font-weight: 800;
        line-height: 1.1;
        color: #082a52;
        letter-spacing: -.02em;
      }
      .renecon-stat-label {
        display: block;
        margin-top: 8px;
        font-size: .92rem;
        font-weight: 700;
        letter-spacing: .08em;
        color: #5b6c80;
        text-transform: uppercase;
      }
      .renecon-image-band {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
        margin: 24px 0 34px;
      }
      .renecon-highlight {
        display: grid;
        grid-template-columns: .95fr 1.05fr;
        gap: 26px;
        padding: 24px;
        align-items: center;
        border: 1px solid rgba(8, 53, 108, .08);
      }
      .renecon-highlight h2,
      .renecon-login-box h2 {
        font-size: 1.55rem;
        margin-bottom: 12px;
        color: #082a52;
      }
      .renecon-list {
        margin: 0;
        padding-left: 18px;
      }
      .renecon-list li + li {
        margin-top: 8px;
      }
      .renecon-note {
        background: linear-gradient(135deg, #08356c 0%, #0f5ba8 100%);
        color: #fff;
        border-radius: 20px;
        padding: 24px;
        margin-top: 12px;
      }
      .renecon-note strong,
      .renecon-note p {
        color: #fff;
      }
      .renecon-login-box {
        padding: 28px;
        margin-top: 34px;
        border: 1px solid rgba(8, 53, 108, .08);
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 18px;
        flex-wrap: wrap;
      }
      .renecon-actions {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
      }
      .renecon-btn-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px 18px;
        border-radius: 999px;
        text-decoration: none;
        font-weight: 700;
        background: #eaf2fb;
        color: #0d4f93;
      }
      .renecon-icon {
        width: 62px;
        height: 62px;
        border-radius: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(6, 90, 171, .12), rgba(6, 90, 171, .22));
      }
      .renecon-svg {
        width: 100%;
        height: auto;
        display: block;
      }
      @media (max-width: 991.98px) {
        .renecon-grid,
        .renecon-highlight {
          grid-template-columns: 1fr;
        }
        .renecon-illustration--network {
          justify-self: center;
          margin-left: auto;
          margin-right: auto;
        }
        .renecon-cards,
        .renecon-stats {
          grid-template-columns: 1fr;
        }
        .renecon-stat {
          border-right: none;
          border-bottom: 1px solid rgba(8, 53, 108, .10);
        }
        .renecon-stat:last-child {
          border-bottom: none;
        }
      }
      @media (max-width: 575.98px) {
        .renecon-lead {
          font-size: 1rem;
		  margin-left: 10px;  
		  margin-right: 10px;	
        }
        .renecon-illustration--network {
          width: 100%;
          max-width: 100%;
        }
        .renecon-network-img,
        .renecon-feature-img {
          width: 100%;
          max-width: 100%;
        }
        .renecon-login-box {
          padding: 22px;
        }
      }
