
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

    .abm-about-page,
    .abm-about-page * {
      box-sizing: border-box;
      font-family: 'Poppins', sans-serif !important;
    }

    .abm-about-page {
      position: relative;
      width: 100%;
      padding: 70px 20px;
      overflow: hidden;
      background:
        radial-gradient(circle at top left, rgba(79, 172, 254, 0.16) 0%, transparent 30%),
        radial-gradient(circle at bottom right, rgba(0, 119, 255, 0.12) 0%, transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #edf5ff 100%);
    }

    .abm-about-page::before,
    .abm-about-page::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      filter: blur(70px);
      pointer-events: none;
      z-index: 0;
    }

    .abm-about-page::before {
      width: 260px;
      height: 260px;
      top: -60px;
      left: -60px;
      background: rgba(25, 140, 255, 0.12);
    }

    .abm-about-page::after {
      width: 280px;
      height: 280px;
      right: -70px;
      bottom: -90px;
      background: rgba(93, 198, 255, 0.14);
    }

    .abm-about-container {
      position: relative;
      z-index: 2;
      max-width: 1320px;
      margin: 0 auto;
    }

    .abm-glass-card {
      background: rgba(255, 255, 255, 0.56);
      border: 1px solid rgba(255, 255, 255, 0.62);
      backdrop-filter: blur(18px);
      -webkit-backdrop-filter: blur(18px);
      border-radius: 28px;
      box-shadow:
        0 20px 60px rgba(17, 53, 102, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.66);
      overflow: hidden;
    }

    .abm-section {
      margin-bottom: 34px;
    }

    .abm-section:last-child {
      margin-bottom: 0;
    }

    .abm-hero {
      padding: 52px 40px;
    }

    .abm-grid {
      display: grid;
      grid-template-columns: 0.90fr 1.10fr;
      gap: 34px;
      align-items: start;
    }

    .abm-grid.reverse {
      grid-template-columns: 1.05fr 0.95fr;
      align-items: center;
    }

    .abm-badge {
      display: inline-block;
      margin-bottom: 14px;
      padding: 9px 14px;
      border-radius: 999px;
      background: rgba(255,255,255,0.74);
      border: 1px solid rgba(120, 190, 255, 0.30);
      color: #1260c9;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      box-shadow: 0 8px 22px rgba(18, 96, 201, 0.08);
    }

    .abm-title {
      margin: 0 0 16px;
      font-size: clamp(2rem, 4vw, 3.35rem);
      line-height: 1.08;
      font-weight: 800;
      color: #0c1f3f;
      letter-spacing: -0.02em;
    }

    .abm-title .accent {
      background: linear-gradient(90deg, #147bff, #58c2ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
    }

    
  .abm-subtitle {
    margin: 0 0 14px;
    font-size: clamp(1.45rem, 2.4vw, 2.25rem);
    line-height: 1.18;
    font-weight: 800;
    color: #143b6b;
    letter-spacing: -0.015em;
  }
.abm-text {
      margin: 0 0 16px;
      color: #3f5875;
      font-size: 15.5px;
      line-height: 1.95;
    }

    .abm-text strong {
      color: #0d2b57;
    }

    .abm-highlights {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 16px;
      margin-top: 24px;
    }

    .abm-highlight {
      background: rgba(255,255,255,0.55);
      border: 1px solid rgba(123, 188, 255, 0.22);
      border-radius: 20px;
      padding: 18px;
      box-shadow: 0 10px 24px rgba(20, 73, 146, 0.06);
    }

    .abm-highlight h3 {
      margin: 0 0 8px;
      color: #0d2b57;
      font-size: 17px;
      line-height: 1.3;
      font-weight: 700;
    }

    .abm-highlight p {
      margin: 0;
      color: #47617f;
      font-size: 14px;
      line-height: 1.85;
    }

    .abm-image-wrap {
      position: relative;
      border-radius: 22px;
      overflow: hidden;
      background: rgba(255,255,255,0.50);
      border: 1px solid rgba(123, 188, 255, 0.20);
      box-shadow: 0 14px 30px rgba(18, 72, 138, 0.10);
      max-width: 360px;
      margin: 0 auto 22px;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }

    .abm-image-wrap::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.04));
      pointer-events: none;
    }

    .abm-image-wrap img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .abm-headshot-wrap {
      max-width: 320px;
    }

    .abm-photo-wrap {
      max-width: 420px;
    }

    .abm-content-box {
      padding: 6px 0;
    }

    .abm-quote-box {
      margin-top: 18px;
      padding: 18px 20px;
      border-radius: 18px;
      background: rgba(255,255,255,0.62);
      border: 1px solid rgba(123, 188, 255, 0.22);
      color: #3f5875;
      font-size: 15px;
      line-height: 1.9;
      box-shadow: 0 10px 24px rgba(20, 73, 146, 0.05);
    }

    .abm-quote-box strong {
      color: #0d2b57;
    }

    .abm-stats-row {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 16px;
      margin-top: 26px;
    }

    .abm-stat {
      padding: 22px 18px;
      text-align: center;
      border-radius: 20px;
      background: rgba(255,255,255,0.58);
      border: 1px solid rgba(123, 188, 255, 0.22);
      box-shadow: 0 10px 24px rgba(20, 73, 146, 0.06);
    }

    .abm-stat-number {
      display: block;
      margin-bottom: 6px;
      font-size: 28px;
      font-weight: 800;
      line-height: 1;
      color: #147bff;
    }

    .abm-stat-label {
      color: #486280;
      font-size: 14px;
      line-height: 1.6;
      font-weight: 600;
    }

    .abm-portfolio-shell {
      margin-top: 4px;
      padding: 18px;
      border-radius: 22px;
      background: rgba(255,255,255,0.52);
      border: 1px solid rgba(123, 188, 255, 0.20);
      box-shadow: 0 12px 28px rgba(20, 73, 146, 0.06);
    }

    .abm-portfolio-head {
      margin-bottom: 14px;
    }

    .abm-portfolio-kicker {
      display: inline-block;
      margin-bottom: 8px;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #1260c9;
    }

    .abm-portfolio-title {
      margin: 0;
      color: #0c1f3f;
      font-size: 20px;
      font-weight: 800;
      line-height: 1.2;
    }

    .abm-portfolio-grid {
      display: grid;
      grid-template-columns: 1fr;
      gap: 12px;
    }

    .abm-site-card {
      position: relative;
      display: block;
      padding: 16px 16px 16px 18px;
      border-radius: 18px;
      text-decoration: none !important;
      background:
        linear-gradient(135deg, rgba(255,255,255,0.88), rgba(240,248,255,0.72));
      border: 1px solid rgba(123, 188, 255, 0.22);
      box-shadow: 0 10px 24px rgba(20, 73, 146, 0.06);
      transition: all 0.28s ease;
      overflow: hidden;
    }

    .abm-site-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 16px 32px rgba(20, 73, 146, 0.10);
      background:
        linear-gradient(135deg, rgba(255,255,255,0.96), rgba(233,245,255,0.82));
    }

    .abm-site-card::before {
      content: "";
      position: absolute;
      left: 0;
      top: 14px;
      bottom: 14px;
      width: 4px;
      border-radius: 999px;
      background: linear-gradient(180deg, #147bff, #58c2ff);
      box-shadow: 0 0 16px rgba(20, 123, 255, 0.24);
    }

    .abm-site-top {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 12px;
    }

    .abm-site-name {
      margin: 0 0 5px;
      color: #0d2b57 !important;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.3;
    }

    .abm-site-url {
      display: block;
      color: #147bff;
      font-size: 12px;
      font-weight: 600;
      line-height: 1.5;
      word-break: break-word;
    }

    .abm-site-arrow {
      flex-shrink: 0;
      color: #147bff;
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      margin-top: 1px;
    }

    .abm-site-desc {
      margin: 10px 0 0;
      color: #4a6582;
      font-size: 13.5px;
      line-height: 1.8;
    }

    .abm-site-more {
      margin-top: 12px;
      padding: 14px 16px;
      border-radius: 16px;
      background: rgba(255,255,255,0.72);
      border: 1px dashed rgba(123, 188, 255, 0.28);
      color: #46627f;
      font-size: 13.5px;
      line-height: 1.8;
      text-align: center;
      font-weight: 600;
    }

    @media (max-width: 980px) {
      .abm-grid,
      .abm-grid.reverse {
        grid-template-columns: 1fr;
      }

      .abm-headshot-wrap,
      .abm-photo-wrap {
        max-width: 320px;
      }
    }

    @media (max-width: 767px) {
      .abm-about-page {
        padding: 44px 14px;
      }

      .abm-hero {
        padding: 28px 20px;
      }

      .abm-title {
        font-size: 2rem;
      }

      .abm-highlights,
      .abm-stats-row {
        grid-template-columns: 1fr;
      }

      .abm-image-wrap {
        max-width: 260px;
      }

      .abm-portfolio-shell {
        padding: 14px;
      }

      .abm-site-card {
        padding: 15px 14px 15px 16px;
      }
    }
  