.lg-home-hero--promo {
  background:
    radial-gradient(circle at 54% 38%, rgba(255, 213, 102, 0.22), transparent 30%),
    radial-gradient(circle at 12% 28%, rgba(31, 90, 180, 0.16), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #ffffff 52%, #fff8ed 100%);
}

.lg-home-hero__stage {
  max-width: 1380px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1.18fr);
  gap: 34px;
  align-items: center;
  justify-content: space-between;
  padding: 86px 30px 48px !important;
}

.lg-home-hero__content {
  max-width: 560px !important;
  margin: 0 !important;
  align-items: flex-start !important;
  text-align: left !important;
  z-index: 2;
}

.lg-home-hero__content > div:first-child {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.lg-home-hero__content h1 {
  font-size: 64px !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
  text-align: left !important;
  max-width: 560px;
}

.lg-home-hero__content .shine-text {
  display: inline-block;
  background: linear-gradient(135deg, #1c2942 0%, #ff7a1a 58%, #d11f1f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none !important;
}

.lg-home-hero__content p {
  font-size: 17px !important;
  line-height: 1.78 !important;
  max-width: 540px !important;
  margin-top: 20px !important;
  color: #3f4a5c !important;
  text-align: left !important;
}

.lg-home-hero__content .semi-input-wrapper {
  max-width: 540px !important;
  box-shadow: 0 18px 44px rgba(27, 47, 77, 0.1);
}

.lg-home-hero__content div[class*="max-w-md"],
.lg-home-hero__content div[class*="mt-4"],
.lg-home-hero__content div[class*="mt-8"] {
  width: 100%;
  justify-content: flex-start !important;
}

.lg-home-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.lg-home-hero__visual::before {
  content: "";
  position: absolute;
  inset: 4% 8%;
  border-radius: 34px;
  background: radial-gradient(circle, rgba(255, 160, 59, 0.24) 0%, rgba(255, 160, 59, 0) 72%);
  filter: blur(20px);
  z-index: 0;
}

.lg-home-hero__card {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 620px);
  padding: 10px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 244, 224, 0.76));
  border: 1px solid rgba(191, 137, 52, 0.26);
  box-shadow: 0 28px 72px rgba(23, 37, 64, 0.18), 0 12px 28px rgba(221, 88, 32, 0.12);
  text-decoration: none;
  transform: translateY(-4px);
}

.lg-home-hero__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.lg-home-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 4px 2px;
  justify-content: center;
}

.lg-home-hero__meta span {
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(214, 145, 44, 0.18);
  font-size: 12px;
  font-weight: 700;
  color: #5f3514;
}

@media (max-width: 1100px) {
  .lg-home-hero__stage {
    grid-template-columns: minmax(0, 1fr);
    gap: 26px;
    padding: 82px 22px 48px !important;
  }

  .lg-home-hero__content {
    max-width: none !important;
    align-items: center !important;
    text-align: center !important;
  }

  .lg-home-hero__content > div:first-child {
    align-items: center !important;
  }

  .lg-home-hero__content h1,
  .lg-home-hero__content p {
    text-align: center !important;
    max-width: 720px !important;
  }

  .lg-home-hero__content div[class*="max-w-md"],
  .lg-home-hero__content div[class*="mt-4"],
  .lg-home-hero__content div[class*="mt-8"] {
    justify-content: center !important;
  }

  .lg-home-hero__card {
    width: min(100%, 560px);
  }
}

@media (max-width: 767px) {
  .lg-home-hero__stage {
    padding: 76px 14px 36px !important;
    gap: 20px;
  }

  .lg-home-hero__content h1 {
    font-size: 42px !important;
  }

  .lg-home-hero__content p {
    font-size: 15px !important;
  }

  .lg-home-hero__card {
    padding: 7px;
    border-radius: 15px;
  }

  .lg-home-hero__image {
    border-radius: 10px;
  }
}

.lg-seo-guides {
  background: linear-gradient(180deg, #fff8ed 0%, #ffffff 100%);
  padding: 34px 16px 46px;
}

.lg-seo-guides__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.lg-seo-guides__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px 20px;
  align-items: end;
  margin-bottom: 16px;
}

.lg-seo-guides__head p {
  grid-column: 1 / -1;
  margin: 0;
  color: #b50f16;
  font-size: 14px;
  font-weight: 800;
}

.lg-seo-guides__head h2 {
  margin: 0;
  color: #161719;
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: 0;
}

.lg-seo-guides__head a {
  color: #b50f16;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.lg-seo-guides__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.lg-seo-guides__card {
  min-height: 104px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(225, 181, 146, 0.72);
  background: rgba(255, 255, 255, 0.92);
  color: #161719;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(65, 37, 21, 0.06);
}

.lg-seo-guides__card span {
  display: block;
  margin-bottom: 10px;
  color: #b50f16;
  font-size: 13px;
  font-weight: 900;
}

.lg-seo-guides__card strong {
  display: block;
  font-size: 16px;
  line-height: 1.35;
}

@media (max-width: 1100px) {
  .lg-seo-guides__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .lg-seo-guides {
    padding: 28px 14px 36px;
  }

  .lg-seo-guides__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .lg-seo-guides__head h2 {
    font-size: 23px;
  }

  .lg-seo-guides__grid {
    grid-template-columns: 1fr;
  }

  .lg-seo-guides__card {
    min-height: 82px;
  }
}
