.lp-wrap {
  font-family: inherit;
}

body.in-landing-page #content-wrapper.container {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.in-landing-page .content-wrapper-in {
  max-width: 100% !important;
  width: 100% !important;
}

body.in-landing-page #content {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}

body.in-landing-page #content .content-inner,
body.in-landing-page #content .content-inner-in,
body.in-landing-page #content .page-content,
body.in-landing-page #content .html-content,
body.in-landing-page #content .description,
body.in-landing-page #content .description-inner {
  max-width: none !important;
  width: 100% !important;
}

body.in-landing-page aside.sidebar {
  display: none !important;
}

body.in-landing-page .breadcrumbs-wrapper {
  display: none !important;
}

body.in-landing-page main#content > h1,
body.in-landing-page .page-header {
  display: none !important;
}

body.in-landing-page .lp-wrap {
  width: 100%;
}

body.in-landing-page .lp-container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding-left: 48px;
  padding-right: 48px;
}

body.in-landing-page .lp-hero {
  position: relative;
  overflow: hidden;
  background: #0d0f10;
  padding: 120px 0;
  margin-top: 20px;
}

body.in-landing-page .lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/user/documents/upload/test.png");
  background-size: cover;
  background-position: center;
  filter: blur(12px);
  transform: scale(1.08);
  opacity: 0.22;
  z-index: 0;
}

body.in-landing-page .lp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(13, 15, 16, 0.94) 0%,
    rgba(13, 15, 16, 0.86) 38%,
    rgba(13, 15, 16, 0.52) 62%,
    rgba(13, 15, 16, 0.24) 100%
  );
  z-index: 1;
}

body.in-landing-page .lp-hero .lp-container {
  position: relative;
  z-index: 2;
}

.lp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 620px);
  gap: 88px;
  align-items: center;
}

.lp-hero-text {
  max-width: 760px;
}

.lp-eyebrow {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.lp-hero-text h1 {
  margin: 0 0 24px;
  font-size: 72px;
  line-height: 0.98;
  letter-spacing: -0.035em;
  font-weight: 700;
  color: #ffffff;
}

.lp-hero-text p {
  margin: 0 0 34px;
  max-width: 760px;
  font-size: 24px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
}

.lp-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.lp-btn {
  display: inline-block;
  min-width: 170px;
  padding: 18px 28px;
  border-radius: 14px;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.lp-btn-primary {
  background: #ffffff;
  color: #111111;
  border: 1px solid #ffffff;
}

.lp-btn-primary:hover {
  background: #f2f2f2;
  color: #111111;
}

.lp-btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.lp-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.lp-points {
  margin: 0;
  padding-left: 22px;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.8);
}

.lp-hero-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lp-hero-image::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
  filter: blur(30px);
  opacity: 0.6;
  z-index: 0;
}

.lp-hero-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 620px;
  display: block;
  padding: 0;
  border-radius: 24px;
  background: transparent;
  border: 0;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
  object-fit: cover;
}

.lp-section {
  padding: 88px 0;
}

.lp-section h2 {
  margin: 0 0 28px;
  font-size: 40px;
  line-height: 1.1;
  color: #111111;
}

.lp-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.lp-card {
  padding: 32px;
  border-radius: 18px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.lp-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  color: #111111;
}

.lp-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
  color: #5a5a5a;
}

.lp-brands {
  background: #fafafa;
}

.lp-brands-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}

.lp-brands-grid div {
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 14px;
  background: #ffffff;
  font-weight: 700;
  color: #222222;
}

.lp-cta {
  position: relative;
  overflow: hidden;
  background: #111111;
  color: #ffffff;
  text-align: center;
  padding: 92px 20px;
}

.lp-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/user/documents/upload/test.png");
  background-size: cover;
  background-position: center;
  filter: blur(18px);
  transform: scale(1.08);
  opacity: 0.12;
  z-index: 0;
}

.lp-cta .lp-container {
  position: relative;
  z-index: 1;
}

.lp-cta h2 {
  margin: 0 0 18px;
  font-size: 42px;
  color: #ffffff;
}

.lp-cta p {
  margin: 0 0 30px;
  font-size: 19px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 1200px) {
  .lp-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .lp-hero-text h1 {
    font-size: 56px;
  }

  .lp-hero-text p {
    font-size: 21px;
  }

  .lp-hero-image {
    justify-content: flex-start;
  }

  .lp-hero-image::before {
    right: auto;
    left: 80px;
  }
}

@media (max-width: 768px) {
  body.in-landing-page .lp-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.in-landing-page .lp-hero {
    padding: 76px 0;
  }

  .lp-hero-text h1 {
    font-size: 40px;
  }

  .lp-hero-text p {
    font-size: 18px;
  }

  .lp-btn {
    width: 100%;
    min-width: 0;
  }

  .lp-grid {
    grid-template-columns: 1fr;
  }

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

  .lp-section {
    padding: 64px 0;
  }

  .lp-section h2 {
    font-size: 32px;
  }

  .lp-cta {
    padding: 72px 20px;
  }

  .lp-cta h2 {
    font-size: 34px;
  }
}