.license-detail-hero {
  background: linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
  border-bottom: 1px solid #e5edf7;
  padding: 70px 0 56px;
}

.license-detail-hero .eyebrow {
  margin-bottom: 10px;
}

.license-detail-hero h1 {
  max-width: 900px;
  color: #171724;
  font-size: clamp(2.35rem, 4vw, 4rem);
  letter-spacing: -.045em;
}

.license-detail {
  padding: 78px 0 92px;
  background: #fff;
}

.license-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 46px;
  align-items: start;
}

.license-content-card {
  padding: 44px 46px;
  border: 1px solid #e6edf6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.license-content-card section + section {
  margin-top: 34px;
  padding-top: 30px;
  border-top: 1px solid #edf2f8;
}

.license-content-card h2 {
  margin-bottom: 14px;
  color: #171724;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.license-content-card h3 {
  margin: 20px 0 8px;
  color: #171724;
  font-size: 1.05rem;
}

.license-content-card p {
  margin: 0 0 12px;
  color: #626b79;
}

.license-content-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.license-content-card li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 25px;
  color: #626b79;
}

.license-content-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3474e8;
}

.license-content-card strong {
  color: #171724;
}

.license-side {
  position: sticky;
  top: 26px;
  padding: 30px;
  border-radius: 18px;
  background: linear-gradient(180deg, #1478ed 0%, #2563eb 100%);
  color: #fff;
  box-shadow: 0 18px 40px rgba(37, 99, 235, .22);
}

.license-side h2 {
  color: #fff;
  font-size: 1.35rem;
}

.license-side p {
  color: rgba(255, 255, 255, .84);
  font-size: .95rem;
}

.license-side .button {
  margin-top: 12px;
  background: #fff;
  color: #1478ed;
  box-shadow: none;
}

@media (max-width: 900px) {
  .license-detail-grid {
    grid-template-columns: 1fr;
  }

  .license-side {
    position: static;
  }
}

@media (max-width: 600px) {
  .license-detail-hero {
    padding: 54px 0 42px;
  }

  .license-content-card {
    padding: 28px 24px;
  }
}

/* Integrated license detail heading */
.license-content-intro{margin-bottom:26px;padding-bottom:24px;border-bottom:1px solid #edf2f8}.license-content-intro h1{max-width:900px;margin:0;color:#171724;font-size:clamp(2.1rem,3.5vw,3.35rem);letter-spacing:-.045em}.license-detail{padding-top:72px}@media(max-width:600px){.license-detail{padding-top:52px}.license-content-intro{margin-bottom:22px;padding-bottom:20px}.license-content-intro h1{font-size:clamp(1.85rem,9vw,2.55rem)}}


/* Heading readability safety override */
h1,h2,.page-content-title,.contact-hero h1,.license-content-intro h1{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;font-weight:600 !important;letter-spacing:normal !important;line-height:1.22 !important;font-stretch:normal !important;text-transform:none !important;transform:none}
@media(max-width:560px){h1,h2,.page-content-title,.contact-hero h1,.license-content-intro h1{line-height:1.26 !important;letter-spacing:normal !important}}
