/* =========================================================
   ABOUT REKHATAMA PAGE
   ========================================================= */

.rk-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.rk-eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1f3c88;
}

.rk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.rk-btn--primary {
  color: #ffffff;
  background: #1f3c88;
  border-color: #1f3c88;
  box-shadow: 0 12px 26px rgba(31, 60, 136, 0.22);
}

.rk-btn--primary:hover {
  color: #ffffff;
  background: #17306f;
  border-color: #17306f;
  transform: translateY(-1px);
}

.rk-btn--secondary {
  color: #1f3c88;
  background: #ffffff;
  border-color: rgba(31, 60, 136, 0.2);
}

.rk-btn--secondary:hover {
  color: #1f3c88;
  background: #f4f7ff;
  border-color: rgba(31, 60, 136, 0.35);
}

.rk-btn--light {
  color: #1f3c88;
  background: #ffffff;
  border-color: #ffffff;
}

.rk-btn--light:hover {
  color: #1f3c88;
  background: #eef4ff;
  border-color: #eef4ff;
}

/* Hero */

.rk-about-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.20), transparent 34%),
    linear-gradient(135deg, #eef5ff 0%, #ffffff 52%, #f4f7fb 100%);
}

.rk-about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(31, 60, 136, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 60, 136, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.rk-about-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: center;
}

.rk-about-hero__content h1 {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10234d;
}

.rk-about-hero__content p {
  max-width: 760px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #526070;
}

.rk-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rk-about-hero__card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(31, 60, 136, 0.12);
  box-shadow: 0 24px 60px rgba(16, 35, 77, 0.12);
  backdrop-filter: blur(10px);
}

.rk-about-hero__card h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  color: #10234d;
}

.rk-about-hero__card p {
  margin: 0 0 18px;
  color: #526070;
  line-height: 1.7;
}

.rk-about-hero__card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rk-about-hero__card li {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
  color: #1e2f50;
}

.rk-about-hero__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a8df;
  font-weight: 900;
}

/* Section Heading */

.rk-section-heading {
  max-width: 840px;
  margin-bottom: 36px;
}

.rk-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.rk-section-heading h2,
.rk-about-vision__content h2,
.rk-about-services__content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #10234d;
}

.rk-section-heading p,
.rk-about-vision__content p,
.rk-about-services__content p {
  margin: 0;
  color: #5b6878;
  line-height: 1.75;
  font-size: 1rem;
}

/* Intro */

.rk-about-intro {
  padding: 78px 0;
  background: #ffffff;
}

.rk-about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rk-about-card {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
}

.rk-about-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-about-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.18rem;
}

.rk-about-card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.7;
}

/* Stats */

.rk-about-stats {
  padding: 42px 0;
  background: #f6f8fb;
}

.rk-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rk-stat-card {
  min-height: 150px;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e7edf5;
}

.rk-stat-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.35rem;
  color: #1f3c88;
}

.rk-stat-card span {
  display: block;
  color: #5b6878;
  line-height: 1.65;
}

/* Vision */

.rk-about-vision {
  padding: 82px 0;
  background:
    linear-gradient(135deg, #10234d 0%, #1f3c88 100%);
  color: #ffffff;
}

.rk-about-vision .rk-eyebrow {
  color: #8be7ff;
}

.rk-about-vision__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.rk-about-vision__content h2,
.rk-about-vision__content p {
  color: #ffffff;
}

.rk-about-vision__content p {
  opacity: 0.88;
}

.rk-vision-list {
  display: grid;
  gap: 16px;
}

.rk-vision-item {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.rk-vision-item h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.2rem;
}

.rk-vision-item p {
  margin: 0;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}

.rk-vision-item ul {
  margin: 0;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.rk-vision-item li {
  margin-bottom: 8px;
  line-height: 1.65;
}

/* Values */

.rk-about-values {
  padding: 78px 0;
  background: #ffffff;
}

.rk-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rk-value-card {
  padding: 24px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e7edf5;
}

.rk-value-card h3 {
  margin: 0 0 10px;
  color: #10234d;
}

.rk-value-card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.65;
}

/* Services */

.rk-about-services {
  padding: 82px 0;
  background: #f6f8fb;
}

.rk-about-services__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.rk-service-list {
  display: grid;
  gap: 14px;
}

.rk-service-link {
  display: block;
  padding: 22px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(16, 35, 77, 0.05);
  transition: 0.2s ease;
}

.rk-service-link:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 60, 136, 0.28);
  box-shadow: 0 18px 38px rgba(16, 35, 77, 0.09);
}

.rk-service-link span {
  display: block;
  margin-bottom: 6px;
  color: #10234d;
  font-size: 1.08rem;
  font-weight: 800;
}

.rk-service-link small {
  display: block;
  color: #5b6878;
  line-height: 1.6;
}

/* Why */

.rk-about-why {
  padding: 78px 0;
  background: #ffffff;
}

.rk-why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.rk-why-item {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 12px 32px rgba(16, 35, 77, 0.05);
}

.rk-why-item h3 {
  margin: 0 0 10px;
  color: #10234d;
}

.rk-why-item p {
  margin: 0;
  color: #5b6878;
  line-height: 1.7;
}

/* CTA */

.rk-about-cta {
  padding: 80px 0;
  background: #ffffff;
}

.rk-about-cta__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #1f3c88 0%, #10234d 100%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(31, 60, 136, 0.25);
}

.rk-about-cta__box .rk-eyebrow {
  color: #8be7ff;
}

.rk-about-cta__box h2 {
  margin: 0 0 12px;
  max-width: 760px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.rk-about-cta__box p {
  margin: 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.rk-about-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Responsive */

@media (max-width: 991px) {
  .rk-about-hero {
    padding: 64px 0;
  }

  .rk-about-hero__inner,
  .rk-about-vision__grid,
  .rk-about-services__grid,
  .rk-about-cta__box {
    grid-template-columns: 1fr;
  }

  .rk-about-grid,
  .rk-stats-grid,
  .rk-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rk-about-cta__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .rk-container,
  .rk-about-hero__inner {
    width: min(100% - 24px, 1180px);
  }

  .rk-about-hero__content h1 {
    font-size: 2.15rem;
  }

  .rk-about-grid,
  .rk-stats-grid,
  .rk-values-grid,
  .rk-why-grid {
    grid-template-columns: 1fr;
  }

  .rk-about-hero__actions,
  .rk-about-cta__actions {
    flex-direction: column;
  }

  .rk-btn {
    width: 100%;
  }

  .rk-about-hero__card,
  .rk-about-cta__box {
    padding: 26px;
    border-radius: 24px;
  }

  .rk-about-intro,
  .rk-about-vision,
  .rk-about-values,
  .rk-about-services,
  .rk-about-why,
  .rk-about-cta {
    padding: 56px 0;
  }
}



/* =========================================================
   CONTACT REKHATAMA PAGE
   ========================================================= */

.rk-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.rk-eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1f3c88;
}

.rk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.rk-btn--primary {
  color: #ffffff;
  background: #1f3c88;
  border-color: #1f3c88;
  box-shadow: 0 12px 26px rgba(31, 60, 136, 0.22);
}

.rk-btn--primary:hover {
  color: #ffffff;
  background: #17306f;
  border-color: #17306f;
  transform: translateY(-1px);
}

.rk-btn--secondary {
  color: #1f3c88;
  background: #ffffff;
  border-color: rgba(31, 60, 136, 0.22);
}

.rk-btn--secondary:hover {
  color: #1f3c88;
  background: #f4f7ff;
  border-color: rgba(31, 60, 136, 0.38);
}

.rk-btn--light {
  color: #1f3c88;
  background: #ffffff;
  border-color: #ffffff;
}

.rk-btn--light:hover {
  color: #1f3c88;
  background: #eef4ff;
  border-color: #eef4ff;
}

/* Hero */

.rk-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #eef5ff 0%, #ffffff 52%, #f4f7fb 100%);
}

.rk-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(31, 60, 136, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 60, 136, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.rk-contact-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: center;
}

.rk-contact-hero__content h1 {
  margin: 0 0 18px;
  max-width: 840px;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10234d;
}

.rk-contact-hero__content p {
  max-width: 760px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #526070;
}

.rk-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rk-contact-hero__card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(31, 60, 136, 0.12);
  box-shadow: 0 24px 60px rgba(16, 35, 77, 0.12);
  backdrop-filter: blur(10px);
}

.rk-contact-hero__card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.35rem;
}

.rk-contact-hero__card p {
  margin: 0 0 18px;
  color: #526070;
  line-height: 1.7;
}

.rk-contact-hero__card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rk-contact-hero__card li {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
  color: #1e2f50;
}

.rk-contact-hero__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a8df;
  font-weight: 900;
}

/* Heading */

.rk-section-heading {
  max-width: 840px;
  margin-bottom: 36px;
}

.rk-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.rk-section-heading h2,
.rk-contact-info__content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #10234d;
}

.rk-section-heading p,
.rk-contact-info__content p {
  margin: 0;
  color: #5b6878;
  line-height: 1.75;
}

/* Contact Main Cards */

.rk-contact-main {
  padding: 78px 0;
  background: #ffffff;
}

.rk-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rk-contact-card {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
}

.rk-contact-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-contact-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.12rem;
}

.rk-contact-card p {
  margin: 0 0 16px;
  color: #5b6878;
  line-height: 1.65;
}

.rk-contact-card a {
  color: #1f3c88;
  font-weight: 800;
  text-decoration: none;
}

.rk-contact-card a:hover {
  text-decoration: underline;
}

/* Contact Info */

.rk-contact-info {
  padding: 82px 0;
  background: #f6f8fb;
}

.rk-contact-info__grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 36px;
  align-items: start;
}

.rk-contact-list {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.rk-contact-list__item {
  padding: 20px 22px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e7edf5;
}

.rk-contact-list__item span {
  display: block;
  margin-bottom: 6px;
  color: #1f3c88;
  font-weight: 900;
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rk-contact-list__item a,
.rk-contact-list__item p {
  margin: 0;
  color: #10234d;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
}

.rk-contact-list__item a:hover {
  color: #1f3c88;
  text-decoration: underline;
}

.rk-contact-form-box {
  padding: 32px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 18px 46px rgba(16, 35, 77, 0.08);
}

.rk-contact-form-box h3 {
  margin: 0 0 12px;
  color: #10234d;
  font-size: 1.55rem;
}

.rk-contact-form-box p {
  margin: 0;
  color: #5b6878;
  line-height: 1.75;
}

.rk-contact-form-box__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.rk-contact-note {
  margin-top: 22px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #eef5ff;
  color: #526070;
  line-height: 1.65;
}

.rk-contact-note strong {
  color: #10234d;
}

/* Purpose */

.rk-contact-purpose {
  padding: 78px 0;
  background: #ffffff;
}

.rk-purpose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rk-purpose-card {
  display: block;
  min-height: 210px;
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
  text-decoration: none;
  transition: 0.2s ease;
}

.rk-purpose-card:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 60, 136, 0.28);
  box-shadow: 0 18px 42px rgba(16, 35, 77, 0.1);
}

.rk-purpose-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.16rem;
}

.rk-purpose-card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.68;
}

/* Location */

.rk-contact-location {
  padding: 78px 0;
  background: #f6f8fb;
}

.rk-map-box {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid #dfe8f3;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(16, 35, 77, 0.08);
}

.rk-map-box iframe {
  display: block;
  width: 100%;
  height: 430px;
  border: 0;
}

/* CTA */

.rk-contact-cta {
  padding: 80px 0;
  background: #ffffff;
}

.rk-contact-cta__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #1f3c88 0%, #10234d 100%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(31, 60, 136, 0.25);
}

.rk-contact-cta__box .rk-eyebrow {
  color: #8be7ff;
}

.rk-contact-cta__box h2 {
  margin: 0 0 12px;
  max-width: 760px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.rk-contact-cta__box p {
  margin: 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.rk-contact-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Responsive */

@media (max-width: 991px) {
  .rk-contact-hero {
    padding: 64px 0;
  }

  .rk-contact-hero__inner,
  .rk-contact-info__grid,
  .rk-contact-cta__box {
    grid-template-columns: 1fr;
  }

  .rk-contact-grid,
  .rk-purpose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rk-contact-cta__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .rk-container,
  .rk-contact-hero__inner {
    width: min(100% - 24px, 1180px);
  }

  .rk-contact-hero__content h1 {
    font-size: 2.1rem;
  }

  .rk-contact-grid,
  .rk-purpose-grid {
    grid-template-columns: 1fr;
  }

  .rk-contact-hero__actions,
  .rk-contact-form-box__actions,
  .rk-contact-cta__actions {
    flex-direction: column;
  }

  .rk-btn {
    width: 100%;
  }

  .rk-contact-hero__card,
  .rk-contact-form-box,
  .rk-contact-cta__box {
    padding: 26px;
    border-radius: 24px;
  }

  .rk-contact-main,
  .rk-contact-info,
  .rk-contact-purpose,
  .rk-contact-location,
  .rk-contact-cta {
    padding: 56px 0;
  }

  .rk-map-box iframe {
    height: 340px;
  }
}

.rk-map-actions {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}

@media (max-width: 640px) {
  .rk-map-actions .rk-btn {
    width: 100%;
  }
}


/* =========================================================
   LICENSES & PARTNERS PAGE
   ========================================================= */

.rk-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.rk-eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1f3c88;
}

.rk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.rk-btn--primary {
  color: #ffffff;
  background: #1f3c88;
  border-color: #1f3c88;
  box-shadow: 0 12px 26px rgba(31, 60, 136, 0.22);
}

.rk-btn--primary:hover {
  color: #ffffff;
  background: #17306f;
  border-color: #17306f;
  transform: translateY(-1px);
}

.rk-btn--secondary {
  color: #1f3c88;
  background: #ffffff;
  border-color: rgba(31, 60, 136, 0.22);
}

.rk-btn--secondary:hover {
  color: #1f3c88;
  background: #f4f7ff;
  border-color: rgba(31, 60, 136, 0.38);
}

.rk-btn--light {
  color: #1f3c88;
  background: #ffffff;
  border-color: #ffffff;
}

.rk-btn--light:hover {
  color: #1f3c88;
  background: #eef4ff;
  border-color: #eef4ff;
}

/* Hero */

.rk-license-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #eef5ff 0%, #ffffff 52%, #f4f7fb 100%);
}

.rk-license-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(31, 60, 136, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 60, 136, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.rk-license-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: center;
}

.rk-license-hero__content h1 {
  margin: 0 0 18px;
  max-width: 860px;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10234d;
}

.rk-license-hero__content p {
  max-width: 760px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #526070;
}

.rk-license-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rk-license-hero__card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(31, 60, 136, 0.12);
  box-shadow: 0 24px 60px rgba(16, 35, 77, 0.12);
  backdrop-filter: blur(10px);
}

.rk-license-hero__card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.35rem;
}

.rk-license-hero__card p {
  margin: 0 0 18px;
  color: #526070;
  line-height: 1.7;
}

.rk-license-hero__card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rk-license-hero__card li {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
  color: #1e2f50;
}

.rk-license-hero__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a8df;
  font-weight: 900;
}

/* Section Heading */

.rk-section-heading {
  max-width: 840px;
  margin-bottom: 36px;
}

.rk-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.rk-section-heading h2,
.rk-license-brin__content h2,
.rk-license-model__content h2,
.rk-license-proof__content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #10234d;
}

.rk-section-heading p,
.rk-license-brin__content p,
.rk-license-model__content p,
.rk-license-proof__content p {
  margin: 0;
  color: #5b6878;
  line-height: 1.75;
}

/* Overview */

.rk-license-overview {
  padding: 78px 0;
  background: #ffffff;
}

.rk-license-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rk-license-overview__card {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
}

.rk-license-overview__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-license-overview__card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.18rem;
}

.rk-license-overview__card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.7;
}

/* BRIN */

.rk-license-brin {
  padding: 82px 0;
  background:
    linear-gradient(135deg, #10234d 0%, #1f3c88 100%);
}

.rk-license-brin .rk-eyebrow {
  color: #8be7ff;
}

.rk-license-brin__grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 36px;
  align-items: center;
}

.rk-license-brin__content h2,
.rk-license-brin__content p {
  color: #ffffff;
}

.rk-license-brin__content p {
  opacity: 0.88;
}

.rk-license-brin__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.rk-license-brin__panel {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.rk-license-brin__panel h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1.35rem;
}

.rk-license-brin__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rk-license-brin__panel li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.rk-license-brin__panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8be7ff;
  font-weight: 900;
}

/* Partner */

.rk-partner-section {
  padding: 78px 0;
  background: #f6f8fb;
}

.rk-partner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rk-partner-card {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
}

.rk-partner-card__logo {
  display: inline-grid;
  place-items: center;
  min-width: 94px;
  height: 44px;
  padding: 0 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-partner-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.18rem;
}

.rk-partner-card p {
  margin: 0 0 16px;
  color: #5b6878;
  line-height: 1.7;
}

.rk-partner-card a {
  color: #1f3c88;
  font-weight: 800;
  text-decoration: none;
}

.rk-partner-card a:hover {
  text-decoration: underline;
}

/* Model */

.rk-license-model {
  padding: 82px 0;
  background: #ffffff;
}

.rk-license-model__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.rk-license-model__list {
  display: grid;
  gap: 14px;
}

.rk-license-model__item {
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 12px 30px rgba(16, 35, 77, 0.05);
}

.rk-license-model__item h3 {
  margin: 0 0 8px;
  color: #10234d;
  font-size: 1.12rem;
}

.rk-license-model__item p {
  margin: 0;
  color: #5b6878;
  line-height: 1.65;
}

/* Benefits */

.rk-license-benefit {
  padding: 78px 0;
  background: #f6f8fb;
}

.rk-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rk-benefit-card {
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 12px 30px rgba(16, 35, 77, 0.05);
}

.rk-benefit-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.08rem;
}

.rk-benefit-card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.65;
}

/* Proof */

.rk-license-proof {
  padding: 82px 0;
  background: #ffffff;
}

.rk-license-proof__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: start;
}

.rk-license-proof__items {
  display: grid;
  gap: 14px;
}

.rk-license-proof__item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e7edf5;
}

.rk-license-proof__item span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-license-proof__item p {
  margin: 0;
  color: #5b6878;
  line-height: 1.7;
}

/* CTA */

.rk-license-cta {
  padding: 80px 0;
  background: #ffffff;
}

.rk-license-cta__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #1f3c88 0%, #10234d 100%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(31, 60, 136, 0.25);
}

.rk-license-cta__box .rk-eyebrow {
  color: #8be7ff;
}

.rk-license-cta__box h2 {
  margin: 0 0 12px;
  max-width: 760px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.rk-license-cta__box p {
  margin: 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.rk-license-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Responsive */

@media (max-width: 991px) {
  .rk-license-hero {
    padding: 64px 0;
  }

  .rk-license-hero__inner,
  .rk-license-brin__grid,
  .rk-license-model__grid,
  .rk-license-proof__grid,
  .rk-license-cta__box {
    grid-template-columns: 1fr;
  }

  .rk-license-overview__grid,
  .rk-partner-grid,
  .rk-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rk-license-cta__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .rk-container,
  .rk-license-hero__inner {
    width: min(100% - 24px, 1180px);
  }

  .rk-license-hero__content h1 {
    font-size: 2.1rem;
  }

  .rk-license-overview__grid,
  .rk-partner-grid,
  .rk-benefit-grid {
    grid-template-columns: 1fr;
  }

  .rk-license-hero__actions,
  .rk-license-brin__actions,
  .rk-license-cta__actions {
    flex-direction: column;
  }

  .rk-btn {
    width: 100%;
  }

  .rk-license-proof__item {
    grid-template-columns: 1fr;
  }

  .rk-license-hero__card,
  .rk-license-brin__panel,
  .rk-license-cta__box {
    padding: 26px;
    border-radius: 24px;
  }

  .rk-license-overview,
  .rk-license-brin,
  .rk-partner-section,
  .rk-license-model,
  .rk-license-benefit,
  .rk-license-proof,
  .rk-license-cta {
    padding: 56px 0;
  }
}



/* =========================================================
   CLIENTS PAGE
   ========================================================= */

.rk-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.rk-eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1f3c88;
}

.rk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.rk-btn--primary {
  color: #ffffff;
  background: #1f3c88;
  border-color: #1f3c88;
  box-shadow: 0 12px 26px rgba(31, 60, 136, 0.22);
}

.rk-btn--primary:hover {
  color: #ffffff;
  background: #17306f;
  border-color: #17306f;
  transform: translateY(-1px);
}

.rk-btn--secondary {
  color: #1f3c88;
  background: #ffffff;
  border-color: rgba(31, 60, 136, 0.22);
}

.rk-btn--secondary:hover {
  color: #1f3c88;
  background: #f4f7ff;
  border-color: rgba(31, 60, 136, 0.38);
}

.rk-btn--light {
  color: #1f3c88;
  background: #ffffff;
  border-color: #ffffff;
}

.rk-btn--light:hover {
  color: #1f3c88;
  background: #eef4ff;
  border-color: #eef4ff;
}

/* Hero */

.rk-clients-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #eef5ff 0%, #ffffff 52%, #f4f7fb 100%);
}

.rk-clients-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(31, 60, 136, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 60, 136, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.rk-clients-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: center;
}

.rk-clients-hero__content h1 {
  margin: 0 0 18px;
  max-width: 880px;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10234d;
}

.rk-clients-hero__content p {
  max-width: 760px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #526070;
}

.rk-clients-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rk-clients-hero__card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(31, 60, 136, 0.12);
  box-shadow: 0 24px 60px rgba(16, 35, 77, 0.12);
  backdrop-filter: blur(10px);
}

.rk-clients-hero__card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.35rem;
}

.rk-clients-hero__card p {
  margin: 0 0 18px;
  color: #526070;
  line-height: 1.7;
}

.rk-clients-hero__card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rk-clients-hero__card li {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
  color: #1e2f50;
}

.rk-clients-hero__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a8df;
  font-weight: 900;
}

/* Heading */

.rk-section-heading {
  max-width: 840px;
  margin-bottom: 36px;
}

.rk-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.rk-section-heading h2,
.rk-clients-value__content h2,
.rk-clients-solution__content h2,
.rk-clients-proof__content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #10234d;
}

.rk-section-heading p,
.rk-clients-value__content p,
.rk-clients-solution__content p,
.rk-clients-proof__content p {
  margin: 0;
  color: #5b6878;
  line-height: 1.75;
}

/* Segment */

.rk-clients-segment {
  padding: 78px 0;
  background: #ffffff;
}

.rk-clients-segment__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rk-client-segment-card {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
}

.rk-client-segment-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-client-segment-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.12rem;
}

.rk-client-segment-card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.65;
}

/* Value */

.rk-clients-value {
  padding: 82px 0;
  background:
    linear-gradient(135deg, #10234d 0%, #1f3c88 100%);
}

.rk-clients-value .rk-eyebrow {
  color: #8be7ff;
}

.rk-clients-value__grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 36px;
  align-items: center;
}

.rk-clients-value__content h2,
.rk-clients-value__content p {
  color: #ffffff;
}

.rk-clients-value__content p {
  opacity: 0.88;
}

.rk-clients-value__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.rk-clients-value__panel {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.rk-clients-value__panel h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1.35rem;
}

.rk-clients-value__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rk-clients-value__panel li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.rk-clients-value__panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8be7ff;
  font-weight: 900;
}

/* Industry */

.rk-clients-industry {
  padding: 78px 0;
  background: #f6f8fb;
}

.rk-industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rk-industry-card {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
}

.rk-industry-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.15rem;
}

.rk-industry-card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.7;
}

/* Client Logo */

.rk-clients-logo {
  padding: 78px 0;
  background: #ffffff;
}

.rk-client-logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rk-client-logo-card {
  min-height: 96px;
  display: grid;
  place-items: center;
  padding: 20px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e7edf5;
  color: #7a8796;
  font-weight: 800;
}

.rk-client-logo-note {
  margin: 22px auto 0;
  max-width: 760px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #eef5ff;
  color: #526070;
  line-height: 1.65;
  text-align: center;
}

.rk-client-logo-note p {
  margin: 0;
}

.rk-client-logo-note strong {
  color: #10234d;
}

/* Solution */

.rk-clients-solution {
  padding: 82px 0;
  background: #f6f8fb;
}

.rk-clients-solution__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.rk-client-solution-list {
  display: grid;
  gap: 14px;
}

.rk-client-solution-link {
  display: block;
  padding: 22px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(16, 35, 77, 0.05);
  transition: 0.2s ease;
}

.rk-client-solution-link:hover {
  transform: translateY(-2px);
  border-color: rgba(31, 60, 136, 0.28);
  box-shadow: 0 18px 38px rgba(16, 35, 77, 0.09);
}

.rk-client-solution-link span {
  display: block;
  margin-bottom: 6px;
  color: #10234d;
  font-size: 1.08rem;
  font-weight: 800;
}

.rk-client-solution-link small {
  display: block;
  color: #5b6878;
  line-height: 1.6;
}

/* Process */

.rk-clients-process {
  padding: 78px 0;
  background: #ffffff;
}

.rk-client-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rk-client-process-card {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
}

.rk-client-process-card span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-client-process-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.12rem;
}

.rk-client-process-card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.65;
}

/* Proof */

.rk-clients-proof {
  padding: 82px 0;
  background: #f6f8fb;
}

.rk-clients-proof__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: start;
}

.rk-clients-proof__items {
  display: grid;
  gap: 14px;
}

.rk-clients-proof__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 12px 30px rgba(16, 35, 77, 0.05);
}

.rk-clients-proof__item span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-clients-proof__item p {
  margin: 0;
  color: #5b6878;
  line-height: 1.7;
}

/* CTA */

.rk-clients-cta {
  padding: 80px 0;
  background: #ffffff;
}

.rk-clients-cta__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #1f3c88 0%, #10234d 100%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(31, 60, 136, 0.25);
}

.rk-clients-cta__box .rk-eyebrow {
  color: #8be7ff;
}

.rk-clients-cta__box h2 {
  margin: 0 0 12px;
  max-width: 760px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.rk-clients-cta__box p {
  margin: 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.rk-clients-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Responsive */

@media (max-width: 991px) {
  .rk-clients-hero {
    padding: 64px 0;
  }

  .rk-clients-hero__inner,
  .rk-clients-value__grid,
  .rk-clients-solution__grid,
  .rk-clients-proof__grid,
  .rk-clients-cta__box {
    grid-template-columns: 1fr;
  }

  .rk-clients-segment__grid,
  .rk-client-process-grid,
  .rk-client-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rk-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rk-clients-cta__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .rk-container,
  .rk-clients-hero__inner {
    width: min(100% - 24px, 1180px);
  }

  .rk-clients-hero__content h1 {
    font-size: 2.1rem;
  }

  .rk-clients-segment__grid,
  .rk-industry-grid,
  .rk-client-logo-grid,
  .rk-client-process-grid {
    grid-template-columns: 1fr;
  }

  .rk-clients-hero__actions,
  .rk-clients-value__actions,
  .rk-clients-cta__actions {
    flex-direction: column;
  }

  .rk-btn {
    width: 100%;
  }

  .rk-clients-proof__item {
    grid-template-columns: 1fr;
  }

  .rk-clients-hero__card,
  .rk-clients-value__panel,
  .rk-clients-cta__box {
    padding: 26px;
    border-radius: 24px;
  }

  .rk-clients-segment,
  .rk-clients-value,
  .rk-clients-industry,
  .rk-clients-logo,
  .rk-clients-solution,
  .rk-clients-process,
  .rk-clients-proof,
  .rk-clients-cta {
    padding: 56px 0;
  }
}



/* =========================================================
   CAREER PAGE
   ========================================================= */

.rk-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.rk-eyebrow {
  margin: 0 0 12px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1f3c88;
}

.rk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  transition: 0.2s ease;
  border: 1px solid transparent;
  white-space: nowrap;
}

.rk-btn--primary {
  color: #ffffff;
  background: #1f3c88;
  border-color: #1f3c88;
  box-shadow: 0 12px 26px rgba(31, 60, 136, 0.22);
}

.rk-btn--primary:hover {
  color: #ffffff;
  background: #17306f;
  border-color: #17306f;
  transform: translateY(-1px);
}

.rk-btn--secondary {
  color: #1f3c88;
  background: #ffffff;
  border-color: rgba(31, 60, 136, 0.22);
}

.rk-btn--secondary:hover {
  color: #1f3c88;
  background: #f4f7ff;
  border-color: rgba(31, 60, 136, 0.38);
}

.rk-btn--light {
  color: #1f3c88;
  background: #ffffff;
  border-color: #ffffff;
}

.rk-btn--light:hover {
  color: #1f3c88;
  background: #eef4ff;
  border-color: #eef4ff;
}

/* Hero */

.rk-career-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #eef5ff 0%, #ffffff 52%, #f4f7fb 100%);
}

.rk-career-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(31, 60, 136, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 60, 136, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.rk-career-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  gap: 36px;
  align-items: center;
}

.rk-career-hero__content h1 {
  margin: 0 0 18px;
  max-width: 880px;
  font-size: clamp(2.2rem, 4vw, 4.3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
  color: #10234d;
}

.rk-career-hero__content p {
  max-width: 760px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #526070;
}

.rk-career-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.rk-career-hero__card {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(31, 60, 136, 0.12);
  box-shadow: 0 24px 60px rgba(16, 35, 77, 0.12);
  backdrop-filter: blur(10px);
}

.rk-career-hero__card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.35rem;
}

.rk-career-hero__card p {
  margin: 0 0 18px;
  color: #526070;
  line-height: 1.7;
}

.rk-career-hero__card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rk-career-hero__card li {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
  color: #1e2f50;
}

.rk-career-hero__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #00a8df;
  font-weight: 900;
}

/* Heading */

.rk-section-heading {
  max-width: 840px;
  margin-bottom: 36px;
}

.rk-section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.rk-section-heading h2,
.rk-career-culture__content h2,
.rk-career-fit__content h2,
.rk-career-apply__content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #10234d;
}

.rk-section-heading p,
.rk-career-culture__content p,
.rk-career-fit__content p,
.rk-career-apply__content p {
  margin: 0;
  color: #5b6878;
  line-height: 1.75;
}

/* Intro */

.rk-career-intro {
  padding: 78px 0;
  background: #ffffff;
}

.rk-career-intro__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.rk-career-intro-card {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
}

.rk-career-intro-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 16px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-career-intro-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.18rem;
}

.rk-career-intro-card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.7;
}

/* Culture */

.rk-career-culture {
  padding: 82px 0;
  background:
    linear-gradient(135deg, #10234d 0%, #1f3c88 100%);
}

.rk-career-culture .rk-eyebrow {
  color: #8be7ff;
}

.rk-career-culture__grid {
  display: grid;
  grid-template-columns: 1fr 0.85fr;
  gap: 36px;
  align-items: center;
}

.rk-career-culture__content h2,
.rk-career-culture__content p {
  color: #ffffff;
}

.rk-career-culture__content p {
  opacity: 0.88;
}

.rk-career-culture__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.rk-career-culture__panel {
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.rk-career-culture__panel h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1.35rem;
}

.rk-career-culture__panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rk-career-culture__panel li {
  position: relative;
  padding-left: 26px;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.55;
}

.rk-career-culture__panel li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #8be7ff;
  font-weight: 900;
}

/* Roles */

.rk-career-roles {
  padding: 78px 0;
  background: #f6f8fb;
}

.rk-career-role-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rk-career-role-card {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
}

.rk-career-role-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1f3c88;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.rk-career-role-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.12rem;
}

.rk-career-role-card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.65;
}

/* Fit */

.rk-career-fit {
  padding: 82px 0;
  background: #ffffff;
}

.rk-career-fit__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 36px;
  align-items: start;
}

.rk-career-fit__items {
  display: grid;
  gap: 14px;
}

.rk-career-fit__item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  align-items: start;
  padding: 22px;
  border-radius: 22px;
  background: #f8fafc;
  border: 1px solid #e7edf5;
}

.rk-career-fit__item span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-career-fit__item p {
  margin: 0;
  color: #5b6878;
  line-height: 1.7;
}

/* Process */

.rk-career-process {
  padding: 78px 0;
  background: #f6f8fb;
}

.rk-career-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.rk-career-process-card {
  padding: 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 14px 36px rgba(16, 35, 77, 0.06);
}

.rk-career-process-card span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #eef5ff;
  color: #1f3c88;
  font-weight: 900;
}

.rk-career-process-card h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.12rem;
}

.rk-career-process-card p {
  margin: 0;
  color: #5b6878;
  line-height: 1.65;
}

/* Apply */

.rk-career-apply {
  padding: 82px 0;
  background: #ffffff;
}

.rk-career-apply__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.rk-career-apply__box {
  padding: 32px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 18px 46px rgba(16, 35, 77, 0.08);
}

.rk-career-apply__box h3 {
  margin: 0 0 18px;
  color: #10234d;
  font-size: 1.45rem;
}

.rk-career-apply__list {
  display: grid;
  gap: 14px;
  margin-bottom: 24px;
}

.rk-career-apply__item {
  padding: 18px 20px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid #e7edf5;
}

.rk-career-apply__item span {
  display: block;
  margin-bottom: 6px;
  color: #1f3c88;
  font-weight: 900;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.rk-career-apply__item a,
.rk-career-apply__item p {
  margin: 0;
  color: #10234d;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: none;
}

.rk-career-apply__item a:hover {
  color: #1f3c88;
  text-decoration: underline;
}

/* Open Application */

.rk-career-open {
  padding: 78px 0;
  background: #f6f8fb;
}

.rk-career-open__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 32px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e7edf5;
  box-shadow: 0 18px 46px rgba(16, 35, 77, 0.08);
}

.rk-career-open__box h3 {
  margin: 0 0 10px;
  color: #10234d;
  font-size: 1.45rem;
}

.rk-career-open__box p {
  margin: 0;
  color: #5b6878;
  line-height: 1.7;
}

/* CTA */

.rk-career-cta {
  padding: 80px 0;
  background: #ffffff;
}

.rk-career-cta__box {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: 42px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.22), transparent 34%),
    linear-gradient(135deg, #1f3c88 0%, #10234d 100%);
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(31, 60, 136, 0.25);
}

.rk-career-cta__box .rk-eyebrow {
  color: #8be7ff;
}

.rk-career-cta__box h2 {
  margin: 0 0 12px;
  max-width: 760px;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1.15;
  letter-spacing: -0.035em;
  color: #ffffff;
}

.rk-career-cta__box p {
  margin: 0;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.rk-career-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Responsive */

@media (max-width: 1100px) {
  .rk-career-role-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .rk-career-hero {
    padding: 64px 0;
  }

  .rk-career-hero__inner,
  .rk-career-culture__grid,
  .rk-career-fit__grid,
  .rk-career-apply__grid,
  .rk-career-open__box,
  .rk-career-cta__box {
    grid-template-columns: 1fr;
  }

  .rk-career-intro__grid,
  .rk-career-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rk-career-cta__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  .rk-container,
  .rk-career-hero__inner {
    width: min(100% - 24px, 1180px);
  }

  .rk-career-hero__content h1 {
    font-size: 2.1rem;
  }

  .rk-career-intro__grid,
  .rk-career-role-grid,
  .rk-career-process-grid {
    grid-template-columns: 1fr;
  }

  .rk-career-hero__actions,
  .rk-career-culture__actions,
  .rk-career-cta__actions {
    flex-direction: column;
  }

  .rk-btn {
    width: 100%;
  }

  .rk-career-fit__item {
    grid-template-columns: 1fr;
  }

  .rk-career-hero__card,
  .rk-career-culture__panel,
  .rk-career-apply__box,
  .rk-career-open__box,
  .rk-career-cta__box {
    padding: 26px;
    border-radius: 24px;
  }

  .rk-career-intro,
  .rk-career-culture,
  .rk-career-roles,
  .rk-career-fit,
  .rk-career-process,
  .rk-career-apply,
  .rk-career-open,
  .rk-career-cta {
    padding: 56px 0;
  }
}