/* =========================================================
   About
========================================================= */

/* About section */
.sys-about {
  padding: 90px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.85fr);
  gap: 60px;
  align-items: center;
  justify-content: center;
  background: #F6F9FC;
}

/* About direct children width */
.sys-about > * {
  max-width: 600px;
}

/* About content */
.sys-about__content {
  justify-self: end;
}

/* About stats */
.sys-about__stats {
  display: grid;
  gap: 18px;
  justify-self: start;
}

/* Stat card */
.sys-about__stats div {
  padding: 28px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--sysbasic-border);
  box-shadow: 0 18px 45px rgba(10, 38, 71, 0.08);
}

/* Stat number */
.sys-about__stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--sysbasic-primary);
  font-size: 44px;
  line-height: 1;
}

/* Stat label */
.sys-about__stats span {
  color: var(--sysbasic-muted);
  font-weight: 800;
}

/* =========================================================
   CTA
========================================================= */

/* CTA section */
.sys-cta {
  width: min(1180px, calc(100% - 56px));
  margin: 80px auto;
  padding: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(44, 116, 179, 0.35), transparent 36%),
    linear-gradient(135deg, var(--sysbasic-primary), var(--sysbasic-secondary));
  color: #ffffff;
}

/* CTA title */
.sys-cta h2 {
  margin-bottom: 0;
  color: #ffffff;
}








/* =========================================================
   Inner Pages / About Page
========================================================= */

/* Generic inner page hero */
.sys-page-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 90px 0 95px;
   background:
    linear-gradient(90deg, rgba(10, 38, 71, 0.98) 0%, rgba(10, 38, 71, 0.86) 38%, rgba(10, 38, 71, 0.20) 100%),
    url("../../images/abouthero.webp") center center / cover no-repeat;
  color: #ffffff;
}

/* Inner page hero container */
.sys-page-hero__inner {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
}

/* Inner page label */
.sys-page-hero span {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Inner page title */
.sys-page-hero h1 {
  max-width: 820px;
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.05;
  letter-spacing: -2px;
}

/* Inner page paragraph */
.sys-page-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.8;
}
/* =========================================================
   About Page - Image Mockup Style
========================================================= */

/* About hero with image background */
.sys-about-image-hero {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: 360px;
  padding: 78px 0 86px;
  background:
    linear-gradient(90deg, rgba(5, 22, 43, 0.96) 0%, rgba(5, 22, 43, 0.78) 44%, rgba(5, 22, 43, 0.30) 100%),
    url("../images/about-hero-clean.png") center center / cover no-repeat;
  color: #ffffff;
}

/* Hero inner */
.sys-about-image-hero__inner {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
}

/* Hero label */
.sys-about-image-hero span {
  display: inline-block;
  margin-bottom: 18px;
  color: #2C74FF;
  font-weight: 900;
  letter-spacing: 0.3px;
}

/* Hero title */
.sys-about-image-hero h1 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(48px, 6vw, 76px);
  line-height: 1;
  letter-spacing: -2px;
}

/* Hero text */
.sys-about-image-hero p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.8;
}

/* Showcase section */
.sys-about-showcase {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto;
  padding: 44px 0 32px;
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: 60px;
  align-items: center;
}

/* Showcase label */
.sys-about-showcase__intro span,
.sys-about-panel span {
  display: inline-block;
  margin-bottom: 14px;
  color: #005BFF;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Showcase title */
.sys-about-showcase__intro h2 {
  margin: 0 0 16px;
  color: var(--sysbasic-primary);
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.2px;
}

/* Showcase text */
.sys-about-showcase__intro p {
  margin: 0 0 20px;
  color: var(--sysbasic-muted);
  font-size: 16px;
  line-height: 1.75;
}

/* Showcase button */
.sys-about-showcase__btn {
  min-height: 42px;
  padding: 0 22px;
  background: #005BFF;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 91, 255, 0.22);
}

/* Features grid */
.sys-about-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  text-align: center;
}

/* Feature card */
.sys-about-feature {
  padding: 18px 14px;
  border-right: 1px solid #dce6f2;
}

/* Last feature */
.sys-about-feature:last-child {
  border-right: 0;
}

/* Feature icon */
.sys-about-feature__icon {
  margin: 0 auto 18px;
  color: #005BFF;
  font-size: 38px;
  line-height: 1;
}

/* Feature title */
.sys-about-feature h3 {
  margin: 0 0 10px;
  color: var(--sysbasic-primary);
  font-size: 18px;
}

/* Feature text */
.sys-about-feature p {
  max-width: 160px;
  margin: 0 auto;
  color: var(--sysbasic-muted);
  font-size: 13px;
  line-height: 1.55;
}

/* Numbers band */
.sys-about-numbers {
  width: min(1280px, calc(100% - 56px));
  margin: 16px auto 22px;
  padding: 26px 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff, #eef5ff);
  box-shadow: 0 18px 45px rgba(10, 38, 71, 0.08);
}

/* Number item */
.sys-about-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-right: 1px solid #d8e3f2;
}

/* Last number */
.sys-about-number:last-child {
  border-right: 0;
}

/* Number icon */
.sys-about-number__icon {
  color: #005BFF;
  font-size: 36px;
}

/* Number value */
.sys-about-number strong {
  display: block;
  color: var(--sysbasic-primary);
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

/* Number label */
.sys-about-number span {
  display: block;
  margin-top: 5px;
  color: var(--sysbasic-muted);
  font-size: 14px;
}

/* About content grid */
.sys-about-grid {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto 22px;
  display: grid;
  grid-template-columns: 0.85fr 1fr 1fr;
  gap: 22px;
}

/* Panel */
.sys-about-panel {
  min-height: 230px;
  padding: 30px;
  border-radius: 12px;
  background: #f8fbff;
  border: 1px solid #eef3fa;
  box-shadow: 0 16px 38px rgba(10, 38, 71, 0.06);
}

/* Panel title */
.sys-about-panel h2 {
  margin: 0 0 16px;
  color: var(--sysbasic-primary);
  font-size: 28px;
  line-height: 1.18;
}

/* Panel text */
.sys-about-panel p {
  margin: 0;
  color: var(--sysbasic-muted);
  line-height: 1.75;
}

/* Values panel */
.sys-about-panel--values {
  display: flex;
  flex-direction: column;
}

/* Mini values */
.sys-about-values-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

/* Mini value */
.sys-about-mini-value {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  align-items: start;
}

/* Mini icon */
.sys-about-mini-value div {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eaf2ff;
  color: #005BFF;
  font-size: 22px;
}

/* Mini title */
.sys-about-mini-value h3 {
  margin: 0 0 6px;
  color: var(--sysbasic-primary);
  font-size: 16px;
}

/* Mini text */
.sys-about-mini-value p {
  color: var(--sysbasic-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* Image panel */
.sys-about-panel--image {
  padding: 0;
  overflow: hidden;
  background: #071B33;
}

/* Image */
.sys-about-panel--image img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  display: block;
}

/* Final CTA */
.sys-about-final-cta {
  width: min(1280px, calc(100% - 56px));
  margin: 0 auto 56px;
  padding: 28px 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, rgba(7, 27, 51, 0.98), rgba(10, 38, 71, 0.96)),
    radial-gradient(circle at right, rgba(44, 116, 179, 0.3), transparent 40%);
  color: #ffffff;
}

/* Final CTA title */
.sys-about-final-cta h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: 28px;
}

/* Final CTA text */
.sys-about-final-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

/* Responsive */
@media (max-width: 1000px) {
  .sys-about-showcase,
  .sys-about-grid {
    grid-template-columns: 1fr;
  }

  .sys-about-features,
  .sys-about-numbers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sys-about-feature:nth-child(2),
  .sys-about-number:nth-child(2) {
    border-right: 0;
  }

  .sys-about-final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .sys-about-features,
  .sys-about-numbers,
  .sys-about-values-mini {
    grid-template-columns: 1fr;
  }

  .sys-about-feature,
  .sys-about-number {
    border-right: 0;
    border-bottom: 1px solid #dce6f2;
  }

  .sys-about-feature:last-child,
  .sys-about-number:last-child {
    border-bottom: 0;
  }

  .sys-about-image-hero {
    padding: 60px 0 70px;
  }

  .sys-about-panel,
  .sys-about-final-cta {
    padding: 28px;
  }
}