.lf-home,
.lf-home * {
  box-sizing: border-box;
}

.lf-home {
  color: #17324f;
  background: #fff;
  font-family: "SVN-Avo", Arial, sans-serif;
}

.lf-shell {
  width: min(1240px, calc(100% - 48px));
  margin-inline: auto;
}

.lf-section {
  padding-block: 78px;
}

.lf-section--soft {
  background: #f6f9fd;
}

.lf-section--navy {
  color: #fff;
  background: #0d2948;
}

.lf-kicker {
  display: inline-block;
  color: #1769e0;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lf-heading {
  margin-bottom: 34px;
}

.lf-heading h2 {
  max-width: 760px;
  margin: 10px 0 0;
  color: #0b2342;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lf-heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.lf-heading--split > a,
.lf-text-link {
  color: #1769e0;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: 14px;
  white-space: nowrap;
}

.lf-heading--center {
  max-width: 800px;
  margin-inline: auto;
  text-align: center;
}

.lf-heading--center h2 {
  margin-inline: auto;
}

.lf-heading--light h2,
.lf-section--navy .lf-kicker {
  color: #fff;
}

.lf-hero {
  min-height: 560px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(115deg, #f8fbff 0%, #eef6ff 100%);
}

.lf-hero__grid {
  min-height: 560px;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  align-items: center;
  gap: 72px;
}

.lf-hero__copy {
  padding-block: 54px;
}

.lf-hero h1 {
  max-width: 640px;
  margin: 16px 0 20px;
  color: #0b2342;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: clamp(52px, 5.4vw, 78px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.lf-hero h1 span {
  color: #1769e0;
}

.lf-hero__copy > p {
  max-width: 590px;
  margin: 0 0 28px;
  color: #526a82;
  font-size: 17px;
  line-height: 1.65;
}

.lf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lf-button {
  min-height: 48px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 10px;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.lf-button--primary {
  color: #fff;
  background: #1769e0;
  box-shadow: 0 12px 28px rgba(23, 105, 224, 0.2);
}

.lf-button--secondary {
  color: #0b2342;
  background: #fff;
  border: 1px solid #cad9e8;
}

.lf-button--light {
  color: #1769e0;
  background: #fff;
}

.lf-hero__facts {
  max-width: 620px;
  margin-top: 34px;
  padding-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #cfdeed;
}

.lf-hero__facts div {
  display: grid;
  gap: 2px;
}

.lf-hero__facts div + div {
  padding-left: 18px;
  border-left: 1px solid #cfdeed;
}

.lf-hero__facts strong {
  color: #0b2342;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: 14px;
}

.lf-hero__facts span {
  color: #70839a;
  font-size: 11px;
}

.lf-hero__visual {
  position: relative;
  min-height: 470px;
}

.lf-hero__visual::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  top: 22px;
  right: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 25%, #fff, #d9ebff 58%, #c7e1ff);
}

.lf-hero__image {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(16, 55, 96, 0.16));
}

.lf-hero__image--main {
  z-index: 3;
  width: 280px;
  height: 280px;
  top: 95px;
  right: 175px;
}

.lf-hero__image--top {
  z-index: 2;
  width: 220px;
  height: 175px;
  top: 40px;
  right: 18px;
}

.lf-hero__image--bottom {
  z-index: 4;
  width: 270px;
  height: 190px;
  right: 22px;
  bottom: 34px;
}

.lf-hero__badge {
  position: absolute;
  z-index: 5;
  left: 12px;
  bottom: 42px;
  width: 215px;
  padding: 15px 17px;
  display: grid;
  gap: 2px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #fff;
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(11, 35, 66, 0.12);
}

.lf-hero__badge b {
  color: #0b2342;
  font-size: 13px;
}

.lf-hero__badge span {
  color: #72859a;
  font-size: 11px;
}

.lf-channel-bar {
  border-bottom: 1px solid #e3ebf3;
  background: #fff;
}

.lf-channel-bar__inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 32px;
}

.lf-channel-bar__inner > span {
  color: #70839a;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.lf-channel-bar__inner > div {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #6e8298;
}

.lf-category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.lf-category {
  min-width: 0;
  overflow: hidden;
  color: #0b2342;
  background: #f7f9fc;
  border: 1px solid #e4ebf3;
  border-radius: 14px;
}

.lf-category img {
  width: 100%;
  aspect-ratio: 1.2;
  object-fit: cover;
}

.lf-category > div {
  padding: 18px;
}

.lf-category h3,
.lf-product-card h3,
.lf-resource-card h3,
.lf-service-card h3,
.lf-benefit-card h3,
.lf-process-card h3 {
  margin: 0;
  color: #0b2342;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-weight: 400;
}

.lf-category h3 {
  font-size: 18px;
}

.lf-category span,
.lf-product-card span,
.lf-service-card span {
  display: inline-block;
  margin-top: 8px;
  color: #1769e0;
  font-size: 12px;
}

.lf-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lf-process-card {
  padding: 30px;
  background: #fff;
  border: 1px solid #e1e9f2;
  border-radius: 14px;
}

.lf-process-card > span {
  color: #1769e0;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: 12px;
}

.lf-process-card h3 {
  margin-top: 22px;
  font-size: 23px;
}

.lf-process-card p,
.lf-benefit-card p,
.lf-service-card p {
  margin: 10px 0 0;
  color: #667b91;
  font-size: 14px;
  line-height: 1.6;
}

.lf-factory {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 68px;
}

.lf-factory__media img {
  width: 100%;
  aspect-ratio: 1.45;
  object-fit: cover;
  border-radius: 16px;
}

.lf-factory__copy h2 {
  margin: 12px 0 16px;
  color: #0b2342;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.lf-factory__copy > p {
  color: #64798f;
  font-size: 16px;
  line-height: 1.7;
}

.lf-stat-grid {
  margin: 26px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.lf-stat-grid div {
  display: grid;
  gap: 2px;
}

.lf-stat-grid strong {
  color: #1769e0;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: 26px;
}

.lf-stat-grid span {
  color: #74879b;
  font-size: 11px;
}

.lf-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lf-service-card {
  overflow: hidden;
  background: #fff;
  border-radius: 14px;
}

.lf-service-card img {
  width: 100%;
  aspect-ratio: 1.55;
  object-fit: cover;
}

.lf-service-card > div {
  padding: 24px;
}

.lf-service-card h3 {
  font-size: 24px;
}

.lf-service-card p {
  min-height: 68px;
}

.lf-product-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.lf-product-card > div {
  display: grid;
  place-items: center;
  min-height: 225px;
  overflow: hidden;
  background: #f5f8fc;
  border-radius: 14px;
}

.lf-product-card img {
  width: 88%;
  height: 205px;
  object-fit: contain;
}

.lf-product-card h3 {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.35;
}

.lf-benefit-strip {
  background: #1769e0;
}

.lf-benefit-strip .lf-shell {
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: #fff;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: 15px;
}

.lf-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.lf-benefit-card {
  padding: 24px;
  border: 1px solid #e1e9f2;
  border-radius: 14px;
}

.lf-benefit-card > span {
  color: #1769e0;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: 11px;
}

.lf-benefit-card h3 {
  margin-top: 20px;
  font-size: 19px;
}

.lf-campaign {
  min-height: 360px;
  padding-inline: 54px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 48px;
  color: #fff;
  background: linear-gradient(120deg, #0e2b4c, #1769e0);
  border-radius: 18px;
}

.lf-campaign h2 {
  max-width: 650px;
  margin: 12px 0 14px;
  color: #fff;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: clamp(38px, 4.5vw, 62px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.lf-campaign p {
  max-width: 620px;
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.78);
}

.lf-campaign > div:last-child {
  min-width: 210px;
  display: grid;
  justify-items: end;
}

.lf-campaign small,
.lf-campaign span {
  color: rgba(255, 255, 255, 0.72);
}

.lf-campaign strong {
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: 70px;
}

.lf-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lf-resource-card img {
  width: 100%;
  aspect-ratio: 1.6;
  object-fit: cover;
  border-radius: 14px;
}

.lf-resource-card > span {
  display: inline-block;
  margin-top: 16px;
  color: #1769e0;
  font-size: 10px;
  letter-spacing: 0.14em;
}

.lf-resource-card h3 {
  margin-top: 9px;
  font-size: 21px;
  line-height: 1.35;
}

.lf-resource-card b {
  display: inline-block;
  margin-top: 14px;
  color: #1769e0;
  font-size: 13px;
}

.lf-final {
  padding-block: 58px;
  color: #fff;
  background: #0b2342;
}

.lf-final .lf-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.lf-final h2 {
  max-width: 770px;
  margin: 10px 0 0;
  color: #fff;
  font-family: "OWNEX-Avo-Bold-File", "SVN-Avo", Arial, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 400;
  line-height: 1.08;
}

@media (max-width: 1100px) {
  .lf-hero__grid,
  .lf-factory {
    gap: 38px;
  }

  .lf-category-grid,
  .lf-product-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .lf-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .lf-section {
    padding-block: 58px;
  }

  .lf-hero,
  .lf-hero__grid {
    min-height: auto;
  }

  .lf-hero__grid,
  .lf-factory {
    grid-template-columns: 1fr;
  }

  .lf-hero__visual {
    min-height: 430px;
  }

  .lf-channel-bar__inner {
    grid-template-columns: 1fr;
    padding-block: 20px;
  }

  .lf-channel-bar__inner > div {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .lf-heading--split,
  .lf-final .lf-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .lf-process-grid,
  .lf-service-grid,
  .lf-resource-grid {
    grid-template-columns: 1fr;
  }

  .lf-category-grid,
  .lf-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lf-campaign {
    min-height: auto;
    padding: 42px 32px;
    grid-template-columns: 1fr;
  }

  .lf-campaign > div:last-child {
    justify-items: start;
  }
}

@media (max-width: 560px) {
  .lf-shell {
    width: min(100% - 32px, 1240px);
  }

  .lf-hero h1 {
    font-size: 48px;
  }

  .lf-hero__facts,
  .lf-stat-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lf-hero__facts div + div {
    padding-left: 0;
    padding-top: 12px;
    border-left: 0;
    border-top: 1px solid #cfdeed;
  }

  .lf-hero__visual {
    min-height: 360px;
  }

  .lf-hero__visual::before {
    width: 310px;
    height: 310px;
    right: 8px;
  }

  .lf-hero__image--main {
    width: 210px;
    height: 210px;
    right: 80px;
  }

  .lf-hero__image--top {
    width: 150px;
    height: 120px;
  }

  .lf-hero__image--bottom {
    width: 185px;
    height: 135px;
  }

  .lf-hero__badge {
    display: none;
  }

  .lf-category-grid,
  .lf-product-grid,
  .lf-benefit-grid {
    grid-template-columns: 1fr;
  }

  .lf-benefit-strip .lf-shell {
    padding-block: 18px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
