 @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&family=Open+Sans:wght@400;600&display=swap");

    /* * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    } 

    body {
      font-family: "Open Sans", "Segoe UI", system-ui, sans-serif;
      background: #ffffff;
      padding: 40px 20px;
    }  */


    .suite-banner * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    } 

    section.ip-banner {
    background: #fff;
    padding: 50px 20px 50px 20px;
}

    .suite-banner {
      --pad-y: clamp(28px, 4vw, 56px);
      position: relative;
      overflow: hidden;
      max-width: 1364px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: clamp(24px, 4vw, 60px);
      padding: var(--pad-y) clamp(24px, 4vw, 58px);
      border-radius: 16px;
      background-color: #27344A;
      background-image:
        radial-gradient(55% 120% at 82% 125%, rgba(255, 255, 255, 0.78) 0%, rgba(190, 216, 253, 0.42) 45%, rgba(190, 216, 253, 0) 72%),
        linear-gradient(115deg, rgba(95, 155, 238, 0) 52%, rgba(95, 155, 238, 0.38) 76%, rgba(137, 181, 245, 0.62) 100%),
        radial-gradient(circle 340px at 11% 72%, rgba(36, 128, 252, 0.28) 0%, rgba(36, 128, 252, 0) 70%),
        /* fade the radar rings out with distance */
        radial-gradient(circle at 11% 72%, rgba(39, 52, 74, 0) 0px, rgba(39, 52, 74, 0) 200px, rgba(39, 52, 74, 0.9) 480px, #27344A 540px),
        repeating-radial-gradient(circle at 11% 72%, rgba(238, 241, 244, 0.12) 0px, rgba(238, 241, 244, 0.12) 1px, rgba(238, 241, 244, 0) 1px, rgba(238, 241, 244, 0) 37px);
    }

    .suite-text {
      position: relative;
      flex: 1 1 46%;
      min-width: 0;
    }

    .suite-badge {
      display: inline-block;
      margin-bottom: clamp(14px, 1.6vw, 22px);
      padding: 5px 14px;
      border: 1px solid rgba(255, 255, 255, 0.7);
      border-radius: 4px;
      color: rgba(255, 255, 255, 0.75);
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      white-space: nowrap;
    }

    .suite-text h1 {
      font-family: "Poppins", "Open Sans", system-ui, sans-serif;
      font-weight: 500;
      font-size: clamp(34px, 4.4vw, 60px);
      line-height: 1.06;
      color: #EEF1F4;
      margin-bottom: clamp(16px, 2vw, 26px);
    }

    .suite-text h1 .suite-brand {
      display: block;
      color: #2480FC;
    }

    .suite-text > p {
      max-width: 41ch;
      font-size: clamp(15px, 1.4vw, 19px);
      line-height: 1.45;
      color: rgba(238, 241, 244, 0.8);
      margin-bottom: clamp(22px, 2.6vw, 34px);
    }

    .suite-cta {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      padding: 13px 28px;
      border-radius: 4px;
      background: #2480FC;
      border: 1px solid #509AFF;
      color: #ffffff!important;
      font-size: clamp(15px, 1.3vw, 17px);
      font-weight: 500!important;
      text-decoration: none;
      transition: background 0.2s ease;
    }

    .font-weight-600{
      font-weight: 600!important;
    }

    .no-outline{
      outline: none!important;
    }

    .suite-cta:hover {
      background: #1a6fe3;
      text-decoration: underline;
    }

    .suite-cta svg {
      flex-shrink: 0;
    }

    .suite-note {
      display: block;
      margin-top: 14px;
      font-size: clamp(13px, 1.2vw, 16px);
      color: rgba(238, 241, 244, 0.8);
    }

    /* Right side: two chip columns bleeding off the banner's top and bottom edges */
    .suite-visual {
      position: relative;
      align-self: stretch;
      flex: 0 0 clamp(320px, 34vw, 449px);
      min-height: 420px;
    }

    .suite-cols {
      position: absolute;
      inset: 0;
    }

    .suite-col {
      list-style: none;
      position: absolute;
      width: calc(50% - 8px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      min-width: 0;
    }

    /* Match the SVG: column A starts ~1/5 from the top and hangs past the banner's
       bottom edge (PDFLayer cut); column B hangs past the top edge (Ipapi cut) and
       ends just above the bottom (Coinlayer fully visible) */
    .suite-col-a {
      left: 0;
      top: 48px;
      bottom: calc(-1 * var(--pad-y) - 6px);
    }

    .suite-col-b {
      right: 0;
      top: calc(-1 * var(--pad-y) - 6px);
      bottom: calc(27px - var(--pad-y));
    }

    .suite-chip {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      padding: 16px;
      border-radius: 5px;
      background: rgba(255, 255, 255, 0.6);
      border: 1px solid rgba(255, 255, 255, 0.5);
      color: #27344A;
      font-size: 15px;
      font-weight: 600;
      white-space: nowrap;
    }

    .suite-chip span {
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .suite-chip-icon {
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      color: #27344A;
    }

    /* Tablet: stack text above the chips and show them all in a grid */
    @media (max-width: 1020px) {
      .suite-banner {
        flex-direction: column;
        align-items: flex-start;
      }

      .suite-visual {
        align-self: auto;
        width: 100%;
        flex: 0 0 auto;
        min-height: 0;
      }

      .suite-cols {
        position: static;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
      }

      .suite-col {
        display: contents;
      }
    }

    /* Small tablet / large phone */
    @media (max-width: 640px) {
      .suite-cols {
        grid-template-columns: repeat(2, 1fr);
      }

      .suite-chip {
        font-size: 14px;
        padding: 12px 14px;
        gap: 10px;
      }

      .suite-chip-icon {
        width: 22px;
        height: 22px;
      }
    }

    /* Phone */
    @media (max-width: 480px) {
      .suite-cols {
        grid-template-columns: 1fr;
      }
    }