
    /* ─── Card ──────────────────────────────────────────────────── */
    .partnership-card {
      position: relative;
      width: 100%;
      max-width: 560px;
      padding: 20px;
      background: #072740;
      border-radius: var(--radius);
      border: 1px solid rgba(242, 133, 0, 0.15);
      overflow: hidden;
      box-shadow:
        0 0 0 1px rgba(242, 133, 0, 0.05),
        0 24px 64px rgba(0,0,0,0.6),
        0 2px 12px rgba(0,0,0,0.4);
      animation: cardIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
    }

    @keyframes cardIn {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    /* ─── Accent bar (top) ──────────────────────────────────────── */
    .partner-card-bar {
      height: 3px;
      background: linear-gradient(90deg, #f28500 0%, rgba(242,133,0,0.2) 80%, transparent 100%);
    }

    /* ─── Header ────────────────────────────────────────────────── */
    .partner-card-header {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 18px 24px 0;
      margin-bottom: 20px;
    }

    .partner-card-label-tag {
      font-family: 'Rubik', sans-serif;
      font-size: 10px;
      font-weight: 600;
      letter-spacing: 2.5px;
      color: #f28500;
      background:  rgba(242, 133, 0, 0.15);
      border: 1px solid rgba(242, 133, 0, 0.3);
      padding: 3px 10px;
      border-radius: 4px;
      text-transform: uppercase;
    }

    .partner-label-divider {
      flex: 1;
      height: 1px;
      background: rgba(255, 255, 255, 0.08);
    }

    .partnership-date {
      font-family: 'Roboto', sans-serif;
      font-size: 11px;
      font-weight: 400;
      color:  rgba(255, 255, 255, 0.5);
      letter-spacing: 0.5px;
    }

    /* ─── Body ──────────────────────────────────────────────────── */
    .partner-card-body {
      padding: 24px 24px 0;
    }

    /* Connector graphic */
    .connector {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 24px;
    }

    .logo-box {
      flex: 0 0 auto;
      width: 88px;
      height: 88px;
      border-radius: 10px;
      background: #0a3050;
      border: 1px solid rgba(242, 133, 0, 0.2);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 6px;
      transition: border-color 0.25s, box-shadow 0.25s;
    }

    .partnership-card:hover .logo-box {
      border-color: rgba(242, 133, 0, 0.5);
      box-shadow: 0 0 16px rgba(242, 133, 0, 0.1);
    }

    

    .logo-box span {
      font-family: 'Rubik', sans-serif;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 1.5px;
      color: #ffffff;
      opacity: 0.55;
      text-transform: uppercase;
    }

    .connector-line {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 4px;
    }

    .connector-rail {
      width: 100%;
      height: 2px;
      background: linear-gradient(90deg, #f28500 0%, rgba(242,133,0,0.3) 100%);
      border-radius: 2px;
      position: relative;
    }

    .connector-rail::before,
    .connector-rail::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      transform: translateY(-50%);
    }

    .connector-rail::before {
      left: 0;
      background: #f28500;
      box-shadow: 0 0 8px #f28500;
    }

    .connector-rail::after {
      right: 0;
      background: rgba(242,133,0,0.5);
      box-shadow: 0 0 6px rgba(242,133,0,0.4);
    }

    .connector-label {
      font-family: 'Roboto', sans-serif;
      font-size: 9px;
      letter-spacing: 2px;
      color:  rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      font-weight: 500;
    }

    /* Your company logo box */
    .logo-box.own {
        
      background: #0a3050;
      border-color: rgba(255, 255, 255, 0.1);
    }

  

    /* ─── Partner Info ──────────────────────────────────────────── */
    .partner-name {
      font-family: 'Rubik', sans-serif;
      font-size: 28px;
      font-weight: 700;
      letter-spacing: 0.5px;
      color: #ffffff;
      line-height: 1.1;
      margin-bottom: 8px;
    }

    .partner-tagline {
      font-family: 'Roboto', sans-serif;
      font-size: 13px;
      font-weight: 300;
      color:  rgba(255, 255, 255, 0.5);
      line-height: 1.6;
      margin-bottom: 20px;
      max-width: 420px;
    }

    /* ─── Divider ───────────────────────────────────────────────── */
    .partner-card-divider {
      height: 1px;
      background: rgba(255, 255, 255, 0.08);
      margin: 0 24px;
    }

    /* ─── Footer ────────────────────────────────────────────────── */
    .partner-card-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 24px 20px;
      gap: 12px;
      flex-wrap: wrap;
    }

    .meta-group {
      display: flex;
      flex-direction: column;
      gap: 3px;
    }

    .meta-label {
      font-family: 'Roboto', sans-serif;
      font-size: 9px;
      letter-spacing: 2px;
      color:  rgba(255, 255, 255, 0.5);
      text-transform: uppercase;
      font-weight: 500;
    }

    .meta-value {
      font-family: 'Rubik', sans-serif;
      font-size: 13px;
      font-weight: 500;
      color: #ffffff;
    }

    /* CTA button */
    .cta-btn-partner-card {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 9px 20px;
      background: #f28500;
      border: 1px solid #f28500;
      border-radius: 6px;
      color: #ffffff;
      font-family: 'Rubik', sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer;
      transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
    }

    .cta-btn-partner-card:hover {
      background: #e07900;
      border-color: #e07900;
      box-shadow: 0 0 24px rgba(242, 133, 0, 0.4);
      transform: translateY(-1px);
    }

    .cta-btn-partner-card svg {
      width: 12px;
      height: 12px;
      fill: currentColor;
      transition: transform 0.2s;
    }

    .cta-btn-partner-card:hover svg {
      transform: translateX(3px);
    }

    /* ─── Corner deco ───────────────────────────────────────────── */
    .corner-deco {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 120px;
      height: 120px;
      pointer-events: none;
      opacity: 0.04;
    }