* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #ffffff;
  color: #07131c;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

button {
  font-family: inherit;
}

.abt-container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 34px;
}

.abt-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #07131c;
}

.abt-hero-bg {
  position: absolute;
  inset: -8%;
  background-image: url("../images/about-hero.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  will-change: transform;
}

.abt-hero-overlay {
  position: absolute;
  inset: 0;
  /* background:
    linear-gradient(90deg, rgba(7, 19, 28, 0.92), rgba(7, 19, 28, 0.66), rgba(7, 19, 28, 0.28)),
    radial-gradient(circle at 15% 30%, rgba(215, 25, 75, 0.25), transparent 32%),
    radial-gradient(circle at 82% 25%, rgba(0, 116, 173, 0.35), transparent 34%); */
}
.abt-hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
  padding: 82px 0;
}

.abt-kicker,
.abt-section-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-weight: 900;
}

.abt-kicker {
  gap: 10px;
  margin-bottom: 18px;
  padding: 9px 16px;
  color: #0074ad;
  background: rgba(0, 116, 173, 0.085);
  border: 1px solid rgba(0, 116, 173, 0.16);
  font-size: 14px;
}

.abt-kicker i {
  width: 10px;
  height: 10px;
  background: #d7194b;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(215, 25, 75, 0.14);
}


.abt-hero h1 {
  margin: 0 0 18px;
  color: #000000;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.05;
  letter-spacing: -1.7px;
  font-weight: 900;
}

.abt-hero p {
  max-width: 650px;
  margin: 0 0 30px;
  color: rgba(0, 0, 0, 0.84);
  font-size: 17px;
  line-height: 1.7;
}

.abt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.abt-hero-span {
  /* display: block; */
  background: linear-gradient(90deg, #d7194b 0%, #8d3b80 46%, #0074ad 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.abt-heading h2 span {
  background: linear-gradient(90deg, #d7194b 0%, #8d3b80 46%, #0074ad 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.abt-primary-btn,
.abt-secondary-btn,
.abt-cta-content a {
  min-height: 52px;
  padding: 14px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 900;
  transition: all 0.35s ease;
}

.abt-primary-btn,
.abt-cta-content a {
  color: #ffffff;
  background: linear-gradient(135deg, #d7194b, #0074ad);
  box-shadow: 0 16px 38px rgba(0, 116, 173, 0.24);
}

.abt-secondary-btn {
  color: #000000;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
}

.abt-primary-btn svg,
.abt-cta-content a svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  transition: transform 0.35s ease;
}

.abt-primary-btn:hover,
.abt-secondary-btn:hover,
.abt-cta-content a:hover {
  transform: translateY(-4px);
}

.abt-primary-btn:hover svg,
.abt-cta-content a:hover svg {
  transform: translateX(5px);
}

.abt-intro {
  padding: 100px 0;
  background:
    radial-gradient(circle at 10% 20%, rgba(215, 25, 75, 0.055), transparent 30%),
    radial-gradient(circle at 90% 18%, rgba(0, 116, 173, 0.08), transparent 30%),
    #ffffff;
}

.abt-intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 66px;
  align-items: center;
}

.abt-intro-image {
  position: relative;
}

.abt-intro-image img,
.abt-capability-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  border-radius: 34px;
  box-shadow: 0 26px 68px rgba(0, 80, 125, 0.14);
}

.abt-floating-card {
  position: absolute;
  right: -24px;
  bottom: 34px;
  max-width: 260px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 116, 173, 0.12);
  box-shadow: 0 18px 42px rgba(0, 80, 125, 0.14);
  backdrop-filter: blur(14px);
}

.abt-floating-card strong {
  display: block;
  margin-bottom: 6px;
  color: #07131c;
  font-size: 18px;
  font-weight: 900;
}

.abt-floating-card span {
  color: #40515d;
  font-size: 14px;
  line-height: 1.45;
}

.abt-section-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 116, 173, 0.085);
  color: #0074ad;
  font-size: 14px;
  font-weight: 900;
}

.abt-intro h2,
.abt-capability h2 {
  margin: 0 0 18px;
  color: #07131c;
  font-size: clamp(32px, 3.8vw, 54px);
  line-height: 1.1;
  letter-spacing: -1.3px;
  font-weight: 900;
}

.abt-intro p,
.abt-capability-content > p {
  margin: 0 0 18px;
  color: #40515d;
  font-size: 16px;
  line-height: 1.72;
}

.abt-mini-points {
  margin-top: 26px;
  display: grid;
  gap: 14px;
}

.abt-mini-points div {
  padding: 18px 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(0, 116, 173, 0.11);
  box-shadow: 0 14px 32px rgba(0, 80, 125, 0.06);
  display: flex;
  align-items: center;
  gap: 14px;
  transition: all 0.35s ease;
}

.abt-mini-points div:hover {
  transform: translateX(8px);
}

.abt-mini-points strong {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: linear-gradient(135deg, #d7194b, #0074ad);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  flex: 0 0 42px;
}

.abt-mini-points span {
  color: #40515d;
  font-size: 15px;
  font-weight: 800;
}

.abt-mission {
  padding: 0 0 100px;
  background: #ffffff;
}

.abt-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.abt-mission-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border-radius: 30px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(215, 25, 75, 0.18), rgba(0, 116, 173, 0.28)) border-box;
  border: 1px solid transparent;
  box-shadow: 0 22px 54px rgba(0, 80, 125, 0.09);
  transition: all 0.35s ease;
}

.abt-mission-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(0, 116, 173, 0.11), transparent 34%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.abt-mission-card:hover {
  transform: translateY(-8px);
}

.abt-mission-card:hover::before {
  opacity: 1;
}

.abt-icon {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: linear-gradient(135deg, #d7194b, #0074ad);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.abt-icon svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
}

.abt-mission-card h3,
.abt-why-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: #07131c;
  font-size: 24px;
  font-weight: 900;
}

.abt-mission-card p,
.abt-why-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #40515d;
  font-size: 15px;
  line-height: 1.68;
}

.abt-why {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 25, 75, 0.055), transparent 26%),
    radial-gradient(circle at 88% 12%, rgba(0, 116, 173, 0.085), transparent 28%),
    linear-gradient(180deg, #f8fcff 0%, #ffffff 100%);
}

.abt-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 116, 173, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 116, 173, 0.035) 1px, transparent 1px);
  /* background-size: 42px 42px; */
}

.abt-heading {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto 42px;
  text-align: center;
}

.abt-heading span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(0, 116, 173, 0.085);
  color: #0074ad;
  font-size: 14px;
  font-weight: 900;
}

.abt-heading h2 {
  margin: 0 0 14px;
  color: #07131c;
  font-size: clamp(32px, 3.8vw, 52px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.abt-heading p {
  margin: 0;
  color: #40515d;
  font-size: 16px;
  line-height: 1.65;
}

.abt-why-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.abt-why-card {
  padding: 28px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(0, 116, 173, 0.1);
  box-shadow: 0 18px 40px rgba(0, 80, 125, 0.07);
  transition: all 0.35s ease;
}

.abt-why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0, 80, 125, 0.12);
}

.abt-why-card > span {
  display: inline-flex;
  margin-bottom: 18px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, #d7194b, #0074ad);
  color: #ffffff;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.abt-capability {
  padding: 100px 0;
  background: #ffffff;
}

.abt-capability-grid {
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 64px;
  align-items: center;
}

.abt-focus-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.abt-focus-list div {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8fcff;
  border: 1px solid rgba(0, 116, 173, 0.12);
  color: #07131c;
  font-size: 15px;
  font-weight: 900;
  transition: all 0.35s ease;
}

.abt-focus-list div:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #d7194b, #0074ad);
  transform: translateY(-5px);
}

.abt-values {
  padding: 0 0 100px;
  background: #ffffff;
}

.abt-values-box {
  overflow: hidden;
  padding: 46px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #d7194b, #0074ad);
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 44px;
  align-items: center;
  box-shadow: 0 30px 76px rgba(0, 80, 125, 0.18);
}

.abt-values-box span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.abt-values-box h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.6vw, 50px);
  line-height: 1.12;
  font-weight: 900;
}

.abt-values-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.abt-values-list div {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
}

.abt-values-list strong {
  display: block;
  margin-bottom: 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
}

.abt-values-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.55;
}

.abt-cta {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: flex;
  align-items: center;
  background: #07131c;
}

.abt-cta-bg {
  position: absolute;
  inset: -8%;
  background-image: url("../images/want-to-know-more.png");
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  will-change: transform;
}

.abt-cta-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 19, 28, 0.92), rgba(7, 19, 28, 0.68), rgba(7, 19, 28, 0.38)),
    radial-gradient(circle at 15% 30%, rgba(215, 25, 75, 0.25), transparent 32%),
    radial-gradient(circle at 85% 30%, rgba(0, 116, 173, 0.3), transparent 35%);
}

.abt-cta-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
  padding: 60px 0;
}

.abt-cta-content span {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.abt-cta-content h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(32px, 3.8vw, 50px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.abt-cta-content p {
  margin: 0 0 26px;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.68;
}

.abt-reveal {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(6px);
  transition:
    opacity 0.82s ease,
    transform 0.82s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.82s ease;
}

.abt-reveal.abt-show {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (max-width: 1100px) {
  .abt-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .abt-container {
    padding: 0 24px;
  }

  .abt-hero {
    min-height: 520px;
  }

  .abt-intro-grid,
  .abt-mission-grid,
  .abt-capability-grid,
  .abt-values-box {
    grid-template-columns: 1fr;
  }

  .abt-intro,
  .abt-why,
  .abt-capability {
    padding: 74px 0;
  }

  .abt-mission,
  .abt-values {
    padding-bottom: 74px;
  }

  .abt-intro-image img,
  .abt-capability-image img {
    height: 420px;
  }

  .abt-floating-card {
    right: 22px;
  }
}

@media (max-width: 575px) {
  .abt-container {
    padding: 0 16px;
  }

  .abt-hero {
    min-height: 500px;
  }

  .abt-hero-content {
    padding: 76px 0;
  }

  .abt-hero h1 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .abt-hero p,
  .abt-intro p,
  .abt-capability-content > p,
  .abt-cta-content p {
    font-size: 15px;
  }

  .abt-hero-actions {
    flex-direction: column;
  }

  .abt-primary-btn,
  .abt-secondary-btn,
  .abt-cta-content a {
    width: 100%;
  }

  .abt-intro,
  .abt-why,
  .abt-capability {
    padding: 58px 0;
  }

  .abt-mission,
  .abt-values {
    padding-bottom: 58px;
  }

  .abt-intro-image img,
  .abt-capability-image img {
    height: 280px;
    border-radius: 24px;
  }

  .abt-floating-card {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 16px;
    max-width: 100%;
  }

  .abt-mini-points div {
    align-items: flex-start;
  }

  .abt-why-grid,
  .abt-focus-list,
  .abt-values-list {
    grid-template-columns: 1fr;
  }

  .abt-mission-card,
  .abt-why-card,
  .abt-values-box {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .abt-cta {
    min-height: 430px;
  }
}