/* Extracted from keystoneapp/templates/index.html */
.home-about-section {
    background: #fff;
  }
  .home-about-image {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 18px 46px rgba(15, 23, 42, .16);
  }
  .home-about-image img {
    width: 100%;
    min-height: 420px;
    max-height: 520px;
    object-fit: cover;
  }
  .home-about-badge {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    padding: 1rem;
    border-radius: 8px;
    background: rgba(15, 23, 42, .9);
    color: #fff;
  }
  .home-about-kicker {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .45rem .8rem;
    border-radius: 999px;
    background: #fff7ed;
    color: #9a3412;
    font-weight: 800;
    font-size: .9rem;
  }
  .home-about-copy {
    max-width: 760px;
  }
  .home-about-proof {
    height: 100%;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid rgba(15, 23, 42, .08);
    background: #f8fafc;
  }
  .home-about-proof i {
    color: #0d6efd;
    font-size: 1.45rem;
  }
  .home-about-link {
    color: #0d6efd;
    font-weight: 800;
    text-decoration: none;
  }
  .home-about-link:hover {
    text-decoration: underline;
  }
  @media (max-width: 767.98px) {
    .home-about-image img {
      min-height: 320px;
    }
  }

.home-services-section {
    background: #f8fafc;
  }
  .home-service-card {
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
    transition: transform .18s ease, box-shadow .18s ease;
  }
  .home-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(15, 23, 42, .13);
  }
  .home-service-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .home-service-card .card-body {
    padding: 1.25rem;
  }
  .home-service-card .badge {
    border-radius: 999px;
    padding: .45rem .75rem;
  }
  .home-service-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    color: #0d6efd;
    font-weight: 800;
    text-decoration: none;
  }
.home-service-link:hover {
    color: #0a58ca;
    text-decoration: underline;
  }

.collaboration-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  line-height: 1.25;
}

.collaboration-cta i {
  flex: 0 0 auto;
}

@media (max-width: 575.98px) {
  .collaboration-cta {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
  }
}

/* Generated classes for former inline style attributes */
/* Inline styles extracted from keystoneapp/templates/index.html */
.ktl-inline-feb5dd6d { position: fixed; top: 70px; right: 20px; z-index: 9999; max-width: 300px; box-shadow: 0 4px 15px rgba(0,0,0,0.2); }
.ktl-inline-74f4c4a8 { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); }
.ktl-inline-08c984d6 { font-size:clamp(2rem, 4vw, 3rem); }
.ktl-inline-e71de21a { max-width:820px; }
.ktl-inline-af357f27 { height: 220px; object-fit: cover; }
.ktl-inline-0682b29b { background: #f8f9fa; }
.ktl-inline-f87e5388 { height: 200px; object-fit: cover; }
.ktl-inline-ca472a6d { height: 200px; }
.ktl-inline-0980f49e { font-size: 4rem; opacity: 0.5; }
.ktl-inline-b890eba9 { background: linear-gradient(135deg, #0d6efd 0%, #0099ff 100%); color: #fff; }
.ktl-inline-d33f46c3 { object-fit:cover; min-height:300px; max-height:400px; width:100%; max-width:450px; }
