/* Extracted from keystoneapp/templates/static_pages/access/access.html */
.access-hero-banner {
    background: #111827;
    overflow: hidden;
}
.access-hero-banner-img {
    display: block;
    width: 100%;
    height: auto;
}
.access-hero-intro {
    padding: 2rem 0;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}
.access-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: .75rem;
    padding: .35rem .7rem;
    border-radius: 999px;
    background: rgba(171, 116, 66, .12);
    color: #8a552c;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.access-hero-intro h1 {
    color: #111827;
}
.access-hero-intro .lead {
    max-width: 760px;
    color: #475569;
}
.access-hero-actions {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    width: 100%;
    max-width: 340px;
    margin-left: auto;
}
.access-hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border-radius: 8px;
    padding: .75rem 1rem;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
}
.access-service-card {
    position: relative;
    overflow: hidden;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 58%, #0f766e 100%);
    color: #fff;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .16);
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .access-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(15, 23, 42, .22);
  }
  .access-service-card::after {
    content: "";
    position: absolute;
    inset: auto -38px -44px auto;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: rgba(250, 204, 21, .16);
  }
  .access-service-card h3 {
    position: relative;
    font-weight: 800;
  }
  .access-service-card p {
    position: relative;
    color: rgba(255, 255, 255, .82);
  }
  .access-service-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #facc15;
    color: #0f172a;
    font-size: 1.65rem;
    box-shadow: 0 12px 28px rgba(250, 204, 21, .22);
  }
  @media (max-width: 767.98px) {
    .access-hero-intro {
      padding: 1.5rem 0;
    }
    .access-hero-intro h1 {
      font-size: 1.65rem;
    }
    .access-hero-intro .lead {
      font-size: 1rem;
    }
    .access-hero-actions {
      max-width: none;
      margin-left: 0;
    }
    .access-services-grid .access-service-card {
      display: flex;
      align-items: flex-start;
      gap: .95rem;
      padding: 1rem;
    }
    .access-services-grid .access-service-icon {
      width: 44px;
      height: 44px;
      flex: 0 0 44px;
      font-size: 1.25rem;
    }
    .access-services-grid h3 {
      margin-top: 0 !important;
      margin-bottom: .3rem;
      font-size: 1rem;
    }
    .access-services-grid p {
      line-height: 1.45;
      font-size: .92rem;
    }
  }
  .access-platform-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 190px;
    padding: 1.25rem;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 8px;
    background: #fff;
    color: #0f172a;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .access-platform-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .13);
    color: #0f172a;
  }
  .access-platform-logo {
    width: 100%;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .access-platform-logo img {
    max-width: 142px;
    max-height: 64px;
    object-fit: contain;
  }
  .access-platform-card span {
    font-weight: 800;
    text-align: center;
  }

/* Generated classes for former inline style attributes */
/* Inline styles extracted from keystoneapp/templates/static_pages/access/access.html */
.ktl-inline-6bd173e8 { background:linear-gradient(135deg,#0f172a 0%,#1d4ed8 55%,#0f766e 100%); }
.ktl-inline-82475bdd { color:rgba(255,255,255,.88); }
.ktl-inline-bb08b7aa { max-width:820px; }
.ktl-inline-994d5a8c { max-width:860px; }
.ktl-inline-e850438a { background:#0f172a; }
.ktl-inline-c706b0c6 { max-width:760px;color:rgba(255,255,255,.82); }
