@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600;700;800;900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

.lg-about-wrapper {
  position: relative;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  --lg-about-primary: #183b7a;
  --lg-about-secondary: #35a7e6;
  --lg-about-sky: #dff5ff;
  --lg-about-accent: #ffca3a;
  --lg-about-red: #ef476f;
  --lg-about-text: #10213f;
  --lg-about-muted: #63708a;
  --lg-about-light: #f5f8ff;
  --lg-about-white: #ffffff;
  --lg-about-border: rgba(24, 59, 122, 0.12);
  --lg-about-shadow: 0 20px 55px rgba(24, 59, 122, 0.12);
  --lg-about-radius: 24px;
  background: #ffffff;
  color: var(--lg-about-text);
}

.lg-about-wrapper .lg-about-container {
  width: min(1350px, calc(100% - 32px));
  margin: 0 auto;
}

.lg-about-wrapper .lg-about-section,
.lg-about-wrapper .lg-about-hero,
.lg-about-wrapper .lg-about-final {
  font-family: 'Lato', sans-serif;
}

.lg-about-wrapper .lg-about-hero {
  padding: clamp(76px, 9vw, 128px) 0 clamp(64px, 8vw, 112px);
  background:
    radial-gradient(circle at 12% 15%, rgba(53, 167, 230, 0.22), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(255, 202, 58, 0.24), transparent 28%),
    linear-gradient(180deg, #f4f9ff 0%, #ffffff 100%);
}

.lg-about-wrapper .lg-about-hero-grid,
.lg-about-wrapper .lg-about-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 72px);
  align-items: center;
}

.lg-about-wrapper .lg-about-badge,
.lg-about-wrapper .lg-about-section-eyebrow,
.lg-about-wrapper .lg-about-final-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  border: 1px solid rgba(53, 167, 230, 0.25);
  background: rgba(255, 255, 255, 0.82);
  color: var(--lg-about-primary);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 10px 30px rgba(24, 59, 122, 0.08);
}

.lg-about-wrapper .lg-about-section-eyebrow {
  color: var(--lg-about-secondary);
  text-transform: uppercase;
  letter-spacing: 0;
  background: rgba(53, 167, 230, 0.08);
  box-shadow: none;
}

.lg-about-wrapper .lg-about-hero-title,
.lg-about-wrapper .lg-about-section-title,
.lg-about-wrapper .lg-about-final-box h2 {
  margin: 18px 0 0;
  font-family: 'Lato', sans-serif;
  color: var(--lg-about-text);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.06;
}

.lg-about-wrapper .lg-about-hero-title {
  max-width: 660px;
  font-size: clamp(42px, 5.5vw, 72px);
}

.lg-about-wrapper .lg-about-section-title {
  font-size: clamp(32px, 4vw, 50px);
}

.lg-about-wrapper .lg-about-hero-text,
.lg-about-wrapper .lg-about-section-text,
.lg-about-wrapper .lg-about-large-card p,
.lg-about-wrapper .lg-about-feature-card p,
.lg-about-wrapper .lg-about-value-card p,
.lg-about-wrapper .lg-about-audience-card p,
.lg-about-wrapper .lg-about-final-box p {
  font-family: 'Lato', sans-serif;
  color: var(--lg-about-muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 18px 0 0;
}

.lg-about-wrapper .lg-about-hero-text {
  max-width: 610px;
  font-size: 18px;
}

.lg-about-wrapper .lg-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.lg-about-wrapper .lg-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 999px;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.lg-about-wrapper .lg-about-btn:hover {
  transform: translateY(-3px);
}

.lg-about-wrapper .lg-about-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--lg-about-primary), #2466c6);
  box-shadow: 0 16px 34px rgba(24, 59, 122, 0.25);
}

.lg-about-wrapper .lg-about-btn-secondary {
  color: var(--lg-about-primary);
  background: #ffffff;
  border: 1px solid var(--lg-about-border);
  box-shadow: 0 12px 28px rgba(24, 59, 122, 0.08);
}

.lg-about-wrapper .lg-about-hero-visual {
  position: relative;
  min-height: 500px;
}

.lg-about-wrapper .lg-about-workspace {
  position: relative;
  min-height: 440px;
  border-radius: 32px;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.94), rgba(223,245,255,0.86)),
    radial-gradient(circle at 80% 15%, rgba(255,202,58,0.35), transparent 32%);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: var(--lg-about-shadow);
  overflow: hidden;
}

.lg-about-wrapper .lg-about-workspace-top {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.lg-about-wrapper .lg-about-workspace-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--lg-about-red);
}

.lg-about-wrapper .lg-about-workspace-top span:nth-child(2) {
  background: var(--lg-about-accent);
}

.lg-about-wrapper .lg-about-workspace-top span:nth-child(3) {
  background: var(--lg-about-secondary);
}

.lg-about-wrapper .lg-about-flag-card {
  position: absolute;
  width: 210px;
  height: 128px;
  border-radius: 18px;
  box-shadow: 0 18px 38px rgba(24, 59, 122, 0.16);
  overflow: hidden;
  background: #ffffff;
}

.lg-about-wrapper .lg-about-flag-card span {
  position: absolute;
  inset: 18px;
  border-radius: 12px;
}

.lg-about-wrapper .lg-about-flag-card-one {
  left: 42px;
  top: 82px;
  transform: rotate(-7deg);
}

.lg-about-wrapper .lg-about-flag-card-one span {
  background: linear-gradient(90deg, var(--lg-about-primary) 0 34%, #ffffff 34% 40%, var(--lg-about-red) 40% 70%, var(--lg-about-accent) 70%);
}

.lg-about-wrapper .lg-about-flag-card-two {
  right: 34px;
  top: 142px;
  transform: rotate(8deg);
}

.lg-about-wrapper .lg-about-flag-card-two span {
  background: linear-gradient(135deg, var(--lg-about-secondary) 0 45%, #ffffff 45% 55%, var(--lg-about-primary) 55%);
}

.lg-about-wrapper .lg-about-flag-card-three {
  left: 118px;
  bottom: 92px;
  transform: rotate(2deg);
}

.lg-about-wrapper .lg-about-flag-card-three span {
  background: linear-gradient(180deg, var(--lg-about-accent) 0 33%, #ffffff 33% 38%, var(--lg-about-primary) 38% 70%, var(--lg-about-red) 70%);
}

.lg-about-wrapper .lg-about-color-row {
  position: absolute;
  right: 38px;
  bottom: 42px;
  display: flex;
  gap: 10px;
  padding: 12px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(24, 59, 122, 0.13);
}

.lg-about-wrapper .lg-about-color-row span {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.lg-about-wrapper .lg-about-color-row span:nth-child(1) { background: var(--lg-about-primary); }
.lg-about-wrapper .lg-about-color-row span:nth-child(2) { background: var(--lg-about-secondary); }
.lg-about-wrapper .lg-about-color-row span:nth-child(3) { background: var(--lg-about-accent); }
.lg-about-wrapper .lg-about-color-row span:nth-child(4) { background: var(--lg-about-red); }

.lg-about-wrapper .lg-about-symbol-row {
  position: absolute;
  left: 36px;
  bottom: 36px;
  display: flex;
  gap: 12px;
}

.lg-about-wrapper .lg-about-symbol-row i,
.lg-about-wrapper .lg-about-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lg-about-primary);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(24, 59, 122, 0.12);
}

.lg-about-wrapper .lg-about-symbol-row i {
  width: 42px;
  height: 42px;
  border-radius: 14px;
}

.lg-about-wrapper .lg-about-float {
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  font-size: 24px;
  animation: lg-about-float 4s ease-in-out infinite;
}

.lg-about-wrapper .lg-about-float-one { top: 26px; right: 32px; color: var(--lg-about-secondary); }
.lg-about-wrapper .lg-about-float-two { top: 210px; left: -18px; color: var(--lg-about-red); animation-delay: 0.7s; }
.lg-about-wrapper .lg-about-float-three { bottom: 42px; right: 76px; color: var(--lg-about-accent); animation-delay: 1.3s; }

.lg-about-wrapper .lg-about-section {
  padding: clamp(64px, 8vw, 110px) 0;
}

.lg-about-wrapper .lg-about-section-head {
  max-width: 760px;
  margin: 0 auto 44px;
  text-align: center;
}

.lg-about-wrapper .lg-about-story {
  background: #ffffff;
}

.lg-about-wrapper .lg-about-story-visual {
  min-height: 430px;
}

.lg-about-wrapper .lg-about-desk {
  position: relative;
  min-height: 420px;
  border-radius: 32px;
  background: linear-gradient(135deg, #f6fbff, #ffffff);
  border: 1px solid var(--lg-about-border);
  box-shadow: var(--lg-about-shadow);
  overflow: hidden;
}

.lg-about-wrapper .lg-about-wave {
  position: absolute;
  left: 52px;
  width: 310px;
  height: 72px;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(24, 59, 122, 0.14);
}

.lg-about-wrapper .lg-about-wave-one {
  top: 76px;
  background: linear-gradient(90deg, var(--lg-about-primary) 0 33%, #ffffff 33% 40%, var(--lg-about-red) 40% 70%, var(--lg-about-accent) 70%);
  transform: rotate(-5deg);
}

.lg-about-wrapper .lg-about-wave-two {
  top: 150px;
  left: 96px;
  background: linear-gradient(90deg, var(--lg-about-secondary) 0 42%, #ffffff 42% 50%, var(--lg-about-primary) 50%);
  transform: rotate(5deg);
}

.lg-about-wrapper .lg-about-wave-three {
  top: 226px;
  background: linear-gradient(90deg, var(--lg-about-accent) 0 34%, var(--lg-about-red) 34% 62%, var(--lg-about-primary) 62%);
  transform: rotate(-2deg);
}

.lg-about-wrapper .lg-about-desk-card {
  position: absolute;
  right: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 154px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  color: var(--lg-about-primary);
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(24, 59, 122, 0.12);
}

.lg-about-wrapper .lg-about-desk-card:nth-of-type(4) { top: 78px; }
.lg-about-wrapper .lg-about-desk-card:nth-of-type(5) { top: 162px; }
.lg-about-wrapper .lg-about-desk-card:nth-of-type(6) { top: 246px; }

.lg-about-wrapper .lg-about-check-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.lg-about-wrapper .lg-about-check-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--lg-about-text);
  font-weight: 800;
  line-height: 1.5;
}

.lg-about-wrapper .lg-about-check-list i {
  margin-top: 3px;
  color: var(--lg-about-secondary);
}

.lg-about-wrapper .lg-about-mission,
.lg-about-wrapper .lg-about-values,
.lg-about-wrapper .lg-about-trust {
  background: var(--lg-about-light);
}

.lg-about-wrapper .lg-about-two-grid,
.lg-about-wrapper .lg-about-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lg-about-wrapper .lg-about-large-card {
  min-height: 310px;
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--lg-about-radius);
  background: linear-gradient(135deg, #ffffff, #eef9ff);
  border: 1px solid rgba(255,255,255,0.9);
  box-shadow: var(--lg-about-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lg-about-wrapper .lg-about-large-card-alt {
  background: linear-gradient(135deg, #ffffff, #fff7df);
}

.lg-about-wrapper .lg-about-large-card:hover,
.lg-about-wrapper .lg-about-feature-card:hover,
.lg-about-wrapper .lg-about-value-card:hover,
.lg-about-wrapper .lg-about-audience-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 64px rgba(24, 59, 122, 0.16);
}

.lg-about-wrapper .lg-about-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 22px;
  color: #ffffff;
  font-size: 28px;
  background: linear-gradient(135deg, var(--lg-about-primary), var(--lg-about-secondary));
  box-shadow: 0 16px 34px rgba(24, 59, 122, 0.22);
}

.lg-about-wrapper .lg-about-large-card h3,
.lg-about-wrapper .lg-about-feature-card h3,
.lg-about-wrapper .lg-about-value-card h3,
.lg-about-wrapper .lg-about-audience-card h3 {
  margin: 22px 0 0;
  font-family: 'Lato', sans-serif;
  color: var(--lg-about-text);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.lg-about-wrapper .lg-about-feature-grid,
.lg-about-wrapper .lg-about-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.lg-about-wrapper .lg-about-feature-card,
.lg-about-wrapper .lg-about-value-card,
.lg-about-wrapper .lg-about-audience-card {
  position: relative;
  min-height: 245px;
  padding: 28px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid var(--lg-about-border);
  box-shadow: 0 16px 42px rgba(24, 59, 122, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
}

.lg-about-wrapper .lg-about-feature-card::before,
.lg-about-wrapper .lg-about-audience-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--lg-about-primary), var(--lg-about-secondary), var(--lg-about-accent), var(--lg-about-red));
}

.lg-about-wrapper .lg-about-feature-card > i,
.lg-about-wrapper .lg-about-value-card > i,
.lg-about-wrapper .lg-about-audience-card > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  color: var(--lg-about-primary);
  font-size: 23px;
  background: rgba(53, 167, 230, 0.1);
}

.lg-about-wrapper .lg-about-value-card:nth-child(2) > i { color: var(--lg-about-secondary); background: rgba(53, 167, 230, 0.12); }
.lg-about-wrapper .lg-about-value-card:nth-child(3) > i { color: var(--lg-about-red); background: rgba(239, 71, 111, 0.1); }
.lg-about-wrapper .lg-about-value-card:nth-child(4) > i { color: #b88300; background: rgba(255, 202, 58, 0.18); }

.lg-about-wrapper .lg-about-audience-card span {
  position: absolute;
  right: 24px;
  bottom: 24px;
  color: var(--lg-about-secondary);
  transition: transform 0.25s ease;
}

.lg-about-wrapper .lg-about-audience-card:hover span {
  transform: translateX(5px);
}

.lg-about-wrapper .lg-about-trust-banner {
  padding: clamp(30px, 5vw, 54px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 10%, rgba(255, 202, 58, 0.25), transparent 30%),
    linear-gradient(135deg, #ffffff, #eaf8ff);
  box-shadow: var(--lg-about-shadow);
  border: 1px solid rgba(255,255,255,0.9);
}

.lg-about-wrapper .lg-about-trust-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.lg-about-wrapper .lg-about-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.lg-about-wrapper .lg-about-trust-grid div {
  min-height: 132px;
  display: grid;
  place-items: center;
  text-align: center;
  gap: 12px;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  color: var(--lg-about-primary);
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(24, 59, 122, 0.08);
}

.lg-about-wrapper .lg-about-trust-grid i {
  font-size: 28px;
  color: var(--lg-about-secondary);
}

.lg-about-wrapper .lg-about-final {
  padding: clamp(64px, 8vw, 110px) 0;
  background: #ffffff;
}

.lg-about-wrapper .lg-about-final-box {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(44px, 7vw, 78px) clamp(22px, 5vw, 60px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 202, 58, 0.34), transparent 26%),
    radial-gradient(circle at 88% 22%, rgba(53, 167, 230, 0.34), transparent 28%),
    linear-gradient(135deg, var(--lg-about-primary), #1f6ed0);
  color: #ffffff;
  box-shadow: 0 28px 70px rgba(24, 59, 122, 0.25);
}

.lg-about-wrapper .lg-about-final-box h2 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: clamp(34px, 4.5vw, 58px);
}

.lg-about-wrapper .lg-about-final-box p {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255,255,255,0.86);
}

.lg-about-wrapper .lg-about-final-badge {
  position: relative;
  z-index: 2;
  color: #ffffff;
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.25);
}

.lg-about-wrapper .lg-about-final-actions {
  justify-content: center;
  position: relative;
  z-index: 2;
}

.lg-about-wrapper .lg-about-btn-light {
  color: var(--lg-about-primary);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0,0,0,0.16);
}

.lg-about-wrapper .lg-about-btn-outline {
  color: #ffffff;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.32);
}

.lg-about-wrapper .lg-about-final-shape {
  position: absolute;
  border-radius: 18px;
  opacity: 0.32;
}

.lg-about-wrapper .lg-about-final-shape-one {
  width: 110px;
  height: 68px;
  left: 46px;
  top: 42px;
  background: linear-gradient(90deg, var(--lg-about-accent), #ffffff, var(--lg-about-red));
  transform: rotate(-12deg);
}

.lg-about-wrapper .lg-about-final-shape-two {
  width: 130px;
  height: 80px;
  right: 54px;
  bottom: 44px;
  background: linear-gradient(135deg, var(--lg-about-secondary), #ffffff 46%, var(--lg-about-accent));
  transform: rotate(10deg);
}

.lg-about-wrapper .lg-about-final-shape-three {
  width: 84px;
  height: 84px;
  right: 18%;
  top: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
}

.lg-about-wrapper .lg-about-animate {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.lg-about-wrapper .lg-about-animate[data-lg-about-animate="fade-left"] {
  transform: translateX(32px);
}

.lg-about-wrapper .lg-about-animate[data-lg-about-animate="fade-right"] {
  transform: translateX(-32px);
}

.lg-about-wrapper .lg-about-animate[data-lg-about-animate="zoom-in"] {
  transform: scale(0.94);
}

.lg-about-wrapper .lg-about-animate.lg-about-visible {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

@keyframes lg-about-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 991px) {
  .lg-about-wrapper .lg-about-hero-grid,
  .lg-about-wrapper .lg-about-story-grid {
    grid-template-columns: 1fr;
  }

  .lg-about-wrapper .lg-about-hero-visual {
    min-height: 440px;
  }

  .lg-about-wrapper .lg-about-feature-grid,
  .lg-about-wrapper .lg-about-audience-grid,
  .lg-about-wrapper .lg-about-trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg-about-wrapper .lg-about-two-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .lg-about-wrapper .lg-about-container {
    width: min(100% - 24px, 1140px);
  }

  .lg-about-wrapper .lg-about-actions {
    flex-direction: column;
  }

  .lg-about-wrapper .lg-about-btn {
    width: 100%;
    min-height: 52px;
    padding: 14px 18px;
  }

  .lg-about-wrapper .lg-about-hero-visual,
  .lg-about-wrapper .lg-about-story-visual {
    min-height: 360px;
  }

  .lg-about-wrapper .lg-about-workspace,
  .lg-about-wrapper .lg-about-desk {
    min-height: 350px;
    border-radius: 24px;
  }

  .lg-about-wrapper .lg-about-flag-card {
    width: 160px;
    height: 100px;
  }

  .lg-about-wrapper .lg-about-flag-card-one {
    left: 18px;
    top: 80px;
  }

  .lg-about-wrapper .lg-about-flag-card-two {
    right: 16px;
    top: 138px;
  }

  .lg-about-wrapper .lg-about-flag-card-three {
    left: 70px;
    bottom: 86px;
  }

  .lg-about-wrapper .lg-about-float {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    font-size: 20px;
  }

  .lg-about-wrapper .lg-about-wave {
    left: 22px;
    width: 225px;
  }

  .lg-about-wrapper .lg-about-desk-card {
    right: 16px;
    min-width: 126px;
    padding: 12px;
    font-size: 13px;
  }

  .lg-about-wrapper .lg-about-feature-grid,
  .lg-about-wrapper .lg-about-values-grid,
  .lg-about-wrapper .lg-about-audience-grid,
  .lg-about-wrapper .lg-about-trust-grid {
    grid-template-columns: 1fr;
  }

  .lg-about-wrapper .lg-about-feature-card,
  .lg-about-wrapper .lg-about-value-card,
  .lg-about-wrapper .lg-about-audience-card {
    min-height: auto;
  }

  .lg-about-wrapper .lg-about-final-shape {
    display: none;
  }
}