@charset "utf-8";

:root {
  --home-bg: #05070c;
  --home-border: rgba(255, 255, 255, 0.08);
  --home-border-strong: rgba(146, 175, 139, 0.24);
  --home-text: #f5f7fb;
  --home-muted: #b8c0cb;
  --home-muted-strong: #dce2ea;
  --home-accent: #5f7f5a;
  --home-accent-strong: #92af8b;
  --home-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

body.home-index {
  background:
    radial-gradient(circle at top right, rgba(95, 127, 90, 0.16), transparent 32%),
    radial-gradient(circle at left center, rgba(38, 50, 42, 0.28), transparent 30%),
    linear-gradient(180deg, #05070c 0%, #0a110f 38%, #06090d 100%);
  color: var(--home-text);
}

body.home-index::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 140px 140px;
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}

.home-index * {
  box-sizing: border-box;
}

.home-index a {
  transition: color .25s ease, background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.home-index .mainer {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.home-index .wrap {
  position: relative;
  z-index: 1;
  max-width: 1240px;
}

.home-index .header {
  line-height: 1.4;
  background: rgba(5, 7, 12, 0.66);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.home-index .header.fixed {
  background: rgba(5, 7, 12, 0.94);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

.home-index .header .wrap {
  width: auto;
  max-width: 1300px;
  min-height: 88px;
  padding: 0 210px 0 215px;
}

.home-index .logo {
  width: 190px;
  padding-right: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.home-index .logo img {
  max-height: 54px;
  width: auto;
}

.home-index .menu {
  width: 100%;
  max-width: none;
  margin: 0;
}

.home-index .menu ul {
  justify-content: center;
  gap: 6px;
}

.home-index .menu ul li {
  flex: 0 0 auto;
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.home-index .menu ul li a {
  padding: 0 12px;
  line-height: 88px;
  color: rgba(255, 255, 255, 0.76);
}

.home-index .menu ul li a:before {
  top: auto;
  bottom: 18px;
  height: 2px;
  background: linear-gradient(90deg, var(--home-accent), var(--home-accent-strong));
}

.home-index .menu ul li.on a,
.home-index .menu ul li a:hover {
  color: #fff;
}

.home-index .menu ul li.on a:before,
.home-index .menu ul li a:hover:before {
  width: calc(100% - 24px);
}

.home-index .tel {
  border: 0;
  margin-top: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  line-height: 1;
}

.home-index .tel span {
  display: inline-block;
  padding: 14px 18px 14px 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: url(../images/icon1.png) no-repeat 16px center rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 13px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.home-index .menu_wrap {
  top: 24px;
}

.home-index .full {
  display: none;
}

.home-kicker,
.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: var(--home-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.home-kicker:before,
.home-eyebrow:before {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(105, 242, 164, 0.5);
}

.home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
}

.home-button--primary {
  background: linear-gradient(135deg, var(--home-accent), var(--home-accent-strong));
  border-color: rgba(105, 242, 164, 0.72);
  color: #04140b;
  box-shadow: 0 18px 36px rgba(34, 179, 107, 0.24);
}

.home-button--primary:hover {
  color: #04140b;
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(34, 179, 107, 0.3);
}

.home-button--ghost {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.home-button--ghost:hover {
  color: var(--home-accent);
  border-color: rgba(105, 242, 164, 0.42);
  background: rgba(34, 179, 107, 0.08);
  transform: translateY(-2px);
}

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

.home-actions--center {
  justify-content: center;
}

.home-inline-link {
  color: var(--home-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  text-decoration: none;
}

.home-inline-link:after {
  content: " ->";
}

.home-inline-link:hover {
  color: #fff;
}

.home-panel {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid var(--home-border);
  background: linear-gradient(180deg, rgba(15, 20, 29, 0.96), rgba(10, 14, 20, 0.96));
  box-shadow: var(--home-shadow);
}

.home-panel:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 242, 164, 0.56), transparent 76%);
}

.home-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 38px;
}

.home-section-head--center {
  justify-content: center;
  text-align: center;
}

.home-section-head__copy {
  max-width: 800px;
}

.home-section-head h2,
.home-product-overview h3,
.home-family-board__head h3,
.home-product-showcase__head h3,
.home-about__content h2,
.home-news-card__body h3,
.home-export__panel h2 {
  margin: 16px 0 14px;
  color: #fff;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.08;
  font-weight: 700;
}

.home-section-head__text,
.home-product-overview p,
.home-family-card__text,
.home-utility-card p,
.home-about__content p,
.home-news-card__body p,
.home-export__panel p,
.home-export-card p {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.9;
}

.home-hero {
  position: relative;
  padding: 116px 0 72px;
}

.home-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 18%, rgba(34, 179, 107, 0.18), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(77, 102, 130, 0.24), transparent 28%),
    linear-gradient(180deg, #05070c 0%, #07111a 38%, rgba(5, 7, 12, 0) 100%);
}

.home-hero:after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 60px;
  bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 42px;
  pointer-events: none;
}

.home-hero__frame {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

#bannerCarousel {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

#bannerCarousel .banner,
#bannerCarousel .banner .owl-stage-outer,
#bannerCarousel .banner .owl-stage,
#bannerCarousel .banner .owl-item,
#bannerCarousel .banner .item {
  border-radius: 0;
}

#bannerCarousel .banner {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.36);
}

#bannerCarousel .banner .item,
#bannerCarousel .banner .img1 {
  min-height: 660px;
}

#bannerCarousel .banner .item {
  position: relative;
  background: #081018;
}

#bannerCarousel .banner .item:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 14, 0.86) 0%, rgba(7, 11, 17, 0.46) 42%, rgba(7, 11, 17, 0.16) 100%),
    linear-gradient(180deg, rgba(5, 7, 12, 0.24), rgba(5, 7, 12, 0.46));
}

#bannerCarousel .banner .img1 img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.04);
}

#bannerCarousel .owl_cur {
  left: 26px;
  right: 26px;
  top: 50%;
  margin-top: -36px;
  z-index: 4;
}

#bannerCarousel .owl_cur span {
  width: 72px;
  height: 72px;
  background: none;
  border: 0;
  border-radius: 0;
  position: relative;
}

#bannerCarousel .owl_cur span.prev {
  float: left;
}

#bannerCarousel .owl_cur span.next {
  float: right;
}

#bannerCarousel .owl_cur span .carousel-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 58px;
  height: 58px;
  margin: -29px 0 0 -29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(8, 12, 18, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  backdrop-filter: blur(12px);
}

#bannerCarousel .owl_cur span:hover .carousel-arrow {
  color: #201500;
  background: linear-gradient(135deg, var(--home-accent), var(--home-accent-strong));
  border-color: rgba(105, 242, 164, 0.75);
  transform: translateY(-2px);
}

#bannerCarousel .banner .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  z-index: 3;
  text-align: center;
}

#bannerCarousel .banner .owl-dot span {
  width: 46px;
  height: 4px;
  margin: 0 5px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
}

#bannerCarousel .banner .owl-dot.active span,
#bannerCarousel .banner .owl-dot:hover span {
  width: 58px;
  background: linear-gradient(90deg, var(--home-accent), var(--home-accent-strong));
}

.banner-overlay {
  position: absolute;
  left: 0;
  bottom: 76px;
  transform: none;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(320px, 470px);
  gap: 0;
  align-items: end;
  z-index: 3;
}

.banner-overlay__content,
.banner-stats .stat {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.banner-overlay__content {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  max-width: 470px;
  padding: 30px 30px 26px 32px;
  border-radius: 22px 30px 22px 22px;
  background:
    linear-gradient(158deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 18%, rgba(14, 20, 29, 0.56) 46%, rgba(7, 10, 15, 0.34) 100%),
    radial-gradient(circle at 100% 0, rgba(34, 179, 107, 0.2), transparent 38%),
    linear-gradient(180deg, rgba(15, 20, 28, 0.4), rgba(6, 8, 12, 0.22));
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(18px) saturate(145%);
}

.banner-overlay__content:before {
  content: "";
  position: absolute;
  left: 32px;
  top: 20px;
  width: 96px;
  height: 2px;
  background: linear-gradient(90deg, rgba(34, 179, 107, 0.92), rgba(34, 179, 107, 0));
  box-shadow: 0 0 18px rgba(34, 179, 107, 0.35);
  z-index: 0;
}

.banner-overlay__content:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 60px;
  height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  opacity: 0.5;
  z-index: 0;
}

.banner-top-text {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 14px 8px 16px;
  border: 1px solid rgba(105, 242, 164, 0.34);
  border-radius: 999px;
  background: rgba(34, 179, 107, 0.1);
  color: #d8ffe9;
  font-family: "Avenir Next Condensed", "Bahnschrift SemiCondensed", "Trebuchet MS", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.banner-top-text:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--home-accent), var(--home-accent-strong));
  box-shadow: 0 0 14px rgba(34, 179, 107, 0.45);
}

.banner-overlay__content h1 {
  position: relative;
  z-index: 1;
  margin: 18px 0 16px;
  max-width: 11ch;
  color: #f5fff9;
  font-family: "Avenir Next Condensed", "Bahnschrift SemiCondensed", "Arial Narrow", sans-serif;
  font-size: clamp(30px, 3.3vw, 48px);
  letter-spacing: .04em;
  line-height: 1.02;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.28);
}

.banner-overlay__content p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 29rem;
  color: rgba(244, 247, 251, 0.88);
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  font-size: 15px;
  letter-spacing: .02em;
  line-height: 1.72;
}

.banner-actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.banner-actions .home-button {
  font-family: "Avenir Next Condensed", "Bahnschrift SemiCondensed", "Trebuchet MS", sans-serif;
  letter-spacing: .18em;
}

.banner-actions .home-button--primary {
  border-color: rgba(105, 242, 164, 0.7);
  color: #04130a;
  box-shadow: 0 16px 32px rgba(34, 179, 107, 0.2);
}

.banner-actions .home-button--primary:hover {
  color: #04130a;
  box-shadow: 0 22px 38px rgba(34, 179, 107, 0.26);
}

.banner-actions .home-button--ghost {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.banner-actions .home-button--ghost:hover {
  border-color: var(--home-accent);
  background: rgba(34, 179, 107, 0.12);
}

.banner-stats {
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  width: min(100%, 540px);
  justify-self: end;
}

.banner-stats .stat {
  min-height: 174px;
  padding: 24px 20px 20px;
  border-radius: 26px;
  position: relative;
  overflow: hidden;
}

.banner-stats .stat:before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--home-accent), transparent 82%);
}

.stat-number,
.stat-number-link {
  display: inline-flex;
  align-items: center;
  color: var(--home-accent);
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  word-break: break-word;
}

.stat-number-link:hover {
  color: #fff;
}

.stat-label {
  display: block;
  margin-top: 18px;
  color: var(--home-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .28em;
  line-height: 1.6;
  text-transform: uppercase;
}

.home-product {
  position: relative;
  padding: 40px 0 96px;
}

.home-product:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 24px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.018), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.home-product__layout {
  display: grid;
  grid-template-columns: minmax(320px, .92fr) minmax(0, 1.08fr);
  gap: 24px;
  margin-bottom: 28px;
}

.home-product-overview,
.home-family-board {
  padding: 34px;
}

.home-product-overview h3,
.home-family-board__head h3,
.home-product-showcase__head h3 {
  font-size: 30px;
}

.home-steps {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.home-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.home-step__index {
  flex: 0 0 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(34, 179, 107, 0.12);
  border: 1px solid rgba(34, 179, 107, 0.3);
  color: var(--home-accent);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .16em;
}

.home-step strong,
.home-family-card strong {
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1.35;
}

.home-step p {
  margin: 8px 0 0;
}

.home-product-overview__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-product-overview__footer strong {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

.home-family-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.home-family-card {
  display: flex;
  flex-direction: column;
  min-height: 212px;
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.home-family-card:hover {
  transform: translateY(-6px);
  border-color: var(--home-border-strong);
  box-shadow: 0 26px 38px rgba(0, 0, 0, 0.28);
}

.home-family-card__index {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--home-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .32em;
  text-transform: uppercase;
}

.home-family-card__text {
  margin: 12px 0 18px;
}

.home-family-card__cta {
  margin-top: auto;
  color: var(--home-accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.home-family-card__cta:after {
  content: " ->";
}

.home-product-showcase {
  margin-bottom: 0;
}

.home-product-showcase__title {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 26px;
}

.home-product-showcase__title:before {
  content: "";
  width: 48px;
  height: 2px;
  background: linear-gradient(90deg, var(--home-accent), rgba(105, 242, 164, 0));
  box-shadow: 0 0 18px rgba(34, 179, 107, 0.28);
}

.home-product-showcase__title h3 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 18px 10px 0;
  color: #f5f7fb;
  font-family: "Bahnschrift SemiCondensed", "DIN Alternate", "Arial Narrow", "Microsoft YaHei", sans-serif;
  font-size: clamp(26px, 2.7vw, 36px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: .14em;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.home-product-showcase__title h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 6px);
  height: 1px;
  background: linear-gradient(90deg, rgba(34, 179, 107, 0.52), rgba(255, 255, 255, 0.08) 58%, transparent);
}

.home-product-showcase__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

.home-product-showcase__text {
  max-width: 760px;
  margin: 0;
  color: var(--home-muted-strong);
}

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

.home-product-card {
  display: flex;
  flex-direction: column;
}

.home-product-grid .home-product-card:nth-child(1) {
  order: 2;
}

.home-product-grid .home-product-card:nth-child(2) {
  order: 1;
}

.home-product-grid .home-product-card:nth-child(3) {
  order: 3;
}

.home-product-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--home-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  line-height: 1.2;
  text-transform: uppercase;
}

.home-product-card__badge:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--home-accent), var(--home-accent-strong));
  box-shadow: 0 0 16px rgba(34, 179, 107, 0.32);
}

.home-product-card__media {
  display: block;
  height: 260px;
  overflow: hidden;
  background: #0c131d;
}

.home-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.home-product-card__media:hover img {
  transform: scale(1.06);
}

.home-product-card__body,
.home-product-card__footer {
  padding: 26px;
}

.home-product-card__body {
  padding-bottom: 0;
}

.home-product-card__heading {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.home-product-card__body h3 {
  margin: 0;
  min-width: 0;
  font-size: 26px;
}

.home-product-card__body h3 a {
  display: block;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-product-card__body h3 a:hover {
  color: var(--home-accent);
}

.home-product-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 22px;
}

.home-product-card__footer .home-button {
  flex: 1 1 168px;
}

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

.home-utility-card {
  display: block;
  padding: 28px 28px 26px;
  text-decoration: none;
}

.home-utility-card strong {
  display: block;
  margin: 14px 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
}

.home-utility-card:hover {
  transform: translateY(-6px);
  border-color: var(--home-border-strong);
}

.home-about {
  padding: 0 0 88px;
}

.home-about__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .84fr);
  gap: 20px;
  align-items: stretch;
}

.home-about__content {
  padding: 32px;
  min-height: 480px;
}

.home-about__title {
  margin-bottom: 18px;
}

.home-about__title h3 {
  margin: 0;
}

.home-about__content h2 {
  margin-top: 0;
  max-width: 12ch;
}

.home-about__content p {
  margin: 0 0 22px;
  color: var(--home-muted-strong);
  font-size: 15px;
}

.home-about__visual img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--home-shadow);
}

.home-news {
  padding: 96px 0 110px;
  background:
    radial-gradient(circle at top left, rgba(34, 179, 107, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(13, 19, 28, 0.96), rgba(10, 15, 22, 0.92));
}

.home-news__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px 24px;
  align-items: end;
  margin-bottom: 30px;
}

.home-news__title {
  margin-bottom: 0;
}

.home-news__title h3 {
  margin: 0;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1.08;
  letter-spacing: .1em;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.home-news__summary {
  max-width: 760px;
  margin: 0;
  color: var(--home-muted-strong);
  font-size: 15px;
  line-height: 1.9;
}

.home-news__head .home-button {
  justify-self: end;
}

.home-news__layout {
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: stretch;
}

.home-news__visual {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--home-shadow);
}

.home-news__visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 7, 12, 0.1) 0%, rgba(5, 7, 12, 0.72) 100%),
    linear-gradient(90deg, rgba(6, 9, 14, 0.66) 0%, rgba(6, 9, 14, 0.12) 54%, rgba(6, 9, 14, 0.3) 100%);
}

.home-news__visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.home-news__visual-copy {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  z-index: 1;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.home-news__visual-copy .home-kicker {
  margin-bottom: 12px;
  text-shadow: 0 6px 20px rgba(0, 0, 0, 0.55);
}

.home-news__visual-copy h4 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2vw, 30px);
  line-height: 1.18;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.58);
}

.home-news__visual-copy p {
  margin: 12px 0 0;
  color: var(--home-muted-strong);
  font-size: 14px;
  line-height: 1.75;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.52);
}

.home-news__list {
  display: grid;
  gap: 16px;
}

.home-news-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  min-height: 160px;
  padding: 22px 24px;
}

.home-news-card__index {
  flex: 0 0 62px;
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(34, 179, 107, 0.92), rgba(105, 242, 164, 0.9));
  color: #04140b;
  font-size: 18px;
  font-weight: 700;
  box-shadow: 0 16px 28px rgba(34, 179, 107, 0.18);
  text-decoration: none;
}

.home-news-card__body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
}

.home-news-card__live + .home-news-card__fallback {
  display: none;
}

.home-news-card__eyebrow {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--home-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.home-news-card__body h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.32;
}

.home-news-card__body h3 a {
  color: #fff;
  text-decoration: none;
}

.home-news-card__body h3 a:hover {
  color: var(--home-accent);
}

.home-news-card__body p {
  margin: 0;
  color: var(--home-muted-strong);
  font-size: 14px;
  line-height: 1.75;
}

.home-news-card__body .home-inline-link {
  margin-top: 16px;
}

.home-news-card:hover {
  transform: translateY(-5px);
  border-color: var(--home-border-strong);
  box-shadow: 0 24px 42px rgba(0, 0, 0, 0.28);
}

.home-export {
  padding: 0 0 120px;
}

.home-export__panel {
  padding: 48px 42px;
}

.home-export__title {
  margin-bottom: 24px;
}

.home-export__title h3 {
  margin: 0;
}

.home-export__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.24fr) minmax(280px, .76fr);
  gap: 20px;
  align-items: stretch;
}

.home-export__intro,
.home-export__offer {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(19, 25, 35, 0.96), rgba(12, 17, 25, 0.92));
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.24);
}

.home-export__intro:before,
.home-export__offer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 242, 164, 0.48), transparent 76%);
}

.home-export__intro {
  padding: 34px 34px 30px;
}

.home-export__offer {
  padding: 32px 30px 28px;
  background:
    radial-gradient(circle at top right, rgba(34, 179, 107, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(24, 31, 43, 0.98), rgba(12, 17, 25, 0.94));
}

.home-export__panel h2 {
  margin-top: 0;
  max-width: 820px;
}

.home-export__intro h2 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(26px, 2.35vw, 34px);
  line-height: 1.12;
  white-space: nowrap;
}

.home-export__intro p {
  max-width: 58rem;
  margin: 0;
  color: var(--home-muted-strong);
}

.home-export__intro p + p {
  margin-top: 16px;
}

.home-export__offer .home-export-card__label {
  margin-bottom: 18px;
}

.home-export__rate {
  display: block;
  color: #eefff5;
  font-size: clamp(56px, 7vw, 96px);
  line-height: .9;
  font-weight: 700;
  letter-spacing: -.04em;
  text-shadow: 0 16px 32px rgba(0, 0, 0, 0.32);
}

.home-export__rate-copy {
  margin: 18px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.home-export__rate-note {
  margin: 14px 0 0;
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.75;
}

.home-export__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 30px 0 0;
}

.home-export-card {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 28px 24px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(19, 25, 35, 0.96), rgba(12, 17, 25, 0.92));
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.24);
}

.home-export-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(105, 242, 164, 0.48), transparent 76%);
}

.home-export-card__label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(34, 179, 107, 0.12);
  color: var(--home-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.home-export-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(22px, 1.9vw, 25px);
  line-height: 1.28;
}

.home-export__list {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.home-export-card__text {
  margin: 18px 0 0;
  color: var(--home-muted-strong);
  font-size: 15px;
  line-height: 1.75;
}

.home-export__list li {
  position: relative;
  padding-left: 20px;
  color: var(--home-muted-strong);
  font-size: 15px;
  line-height: 1.75;
}

.home-export__list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--home-accent), var(--home-accent-strong));
  box-shadow: 0 0 14px rgba(34, 179, 107, 0.32);
}

.home-export__process {
  margin-top: 28px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-export__process-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.home-export__process-copy {
  max-width: 520px;
  margin: 0;
  color: var(--home-muted-strong);
  font-size: 15px;
  line-height: 1.75;
  text-align: right;
}

.home-export__process .home-steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-export__process .home-step {
  min-height: 100%;
}

.home-export__cta {
  margin-top: 24px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.home-export__cta p {
  max-width: 760px;
  margin: 0 auto 18px;
  color: var(--home-muted-strong);
}

.home-index .footer {
  position: relative;
  background: linear-gradient(180deg, #05070c 0%, #080d14 100%);
}

.home-index .footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(105, 242, 164, 0.36), transparent);
}

@media only screen and (max-width: 1200px) {
  .banner-overlay {
    width: calc(100% - 88px);
    grid-template-columns: minmax(0, 1fr);
  }

  .home-export__hero {
    grid-template-columns: 1fr;
  }

  .home-product-grid,
  .home-export__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 1000px) {
  .home-index .header .wrap {
    padding: 0 165px 0 185px;
  }

  .home-index .menu ul li {
    font-size: 12px;
    letter-spacing: .12em;
  }

  .home-hero {
    padding-top: 108px;
  }

  .home-product__layout,
  .home-about__wrap,
  .home-news__layout {
    grid-template-columns: 1fr;
  }

  .home-news__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-news__head .home-button {
    justify-self: start;
  }

  .home-export__process-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-export__process-copy {
    max-width: none;
    text-align: left;
  }

  .home-about__content,
  .home-about__visual img {
    min-height: 0;
  }

  .home-about__visual img {
    min-height: 340px;
  }

  .home-news__visual img {
    min-height: 420px;
  }
}

@media only screen and (max-width: 900px) {
  .home-index .header {
    background: rgba(5, 7, 12, 0.92);
  }

  .home-index .header .wrap {
    min-height: 72px;
    padding: 0;
  }

  .home-index .header .logo {
    width: 180px;
    line-height: 72px;
  }

  .home-index .menu {
    background: rgba(5, 7, 12, 0.98);
  }

  .home-index .menu ul {
    gap: 0;
  }

  .home-index .menu ul li {
    width: 100%;
    font-size: 14px;
    letter-spacing: .14em;
  }

  .home-index .menu ul li a {
    line-height: 48px;
  }

  .home-index .menu ul li.on a:before,
  .home-index .menu ul li a:hover:before {
    width: 4px;
    left: 8px;
    top: 10px;
    bottom: 10px;
  }

  .home-index .menu_wrap {
    top: 16px;
  }

  .home-index .tel {
    right: 54px;
  }

  .home-index .tel span {
    padding: 12px 14px 12px 40px;
    font-size: 11px;
    letter-spacing: .08em;
  }

  .home-hero {
    padding: 92px 0 48px;
  }

  #bannerCarousel .banner,
  #bannerCarousel .banner .owl-stage-outer,
  #bannerCarousel .banner .owl-stage,
  #bannerCarousel .banner .owl-item,
  #bannerCarousel .banner .item {
    border-radius: 0;
  }

  #bannerCarousel .banner .item,
  #bannerCarousel .banner .img1,
  #bannerCarousel .banner .img1 img {
    min-height: 560px;
    height: 560px;
  }

  .banner-overlay {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: calc(100% - 32px);
    margin: -84px auto 0;
  }

  .banner-overlay__content {
    max-width: none;
  }

  .banner-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-section-head,
  .home-product-showcase__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-utility-grid {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 767px) {
  body.home-index::before {
    display: none;
  }

  .home-index .tel {
    display: none;
  }

  .home-kicker,
  .home-eyebrow {
    gap: 8px;
    font-size: 11px;
    letter-spacing: .22em;
  }

  .home-kicker:before,
  .home-eyebrow:before {
    width: 24px;
  }

  #bannerCarousel .owl_cur {
    left: 12px;
    right: 12px;
  }

  #bannerCarousel .owl_cur span {
    width: 52px;
    height: 52px;
  }

  #bannerCarousel .banner .item,
  #bannerCarousel .banner .img1,
  #bannerCarousel .banner .img1 img {
    min-height: 430px;
    height: 430px;
  }

  #bannerCarousel .owl_cur span .carousel-arrow {
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    font-size: 22px;
  }

  .banner-overlay {
    margin-top: -48px;
    gap: 18px;
  }

  .home-product-showcase__title {
    gap: 12px;
    margin-bottom: 18px;
  }

  .home-product-showcase__title:before {
    width: 32px;
  }

  .home-product-showcase__title h3 {
    padding-bottom: 8px;
    font-size: 22px;
    letter-spacing: .1em;
  }

  .home-product-overview,
  .home-family-board,
  .home-product-card__body,
  .home-product-card__footer,
  .home-utility-card,
  .home-about__content,
  .home-export__panel {
    padding: 24px;
  }

  .home-about__title {
    margin-bottom: 14px;
  }

  .home-news__summary {
    font-size: 14px;
  }

  .home-news__visual-copy {
    left: 20px;
    right: 20px;
    bottom: 20px;
    padding: 18px 18px 16px;
  }

  .home-news__visual-copy h4 {
    font-size: 22px;
  }

  .banner-overlay__content {
    padding: 24px 22px;
    border-radius: 24px;
  }

  .banner-overlay__content:before {
    left: 22px;
    top: 16px;
    width: 72px;
  }

  .banner-overlay__content:after {
    right: 14px;
    top: 14px;
    width: 44px;
    height: 44px;
  }

  .banner-overlay__content h1 {
    max-width: none;
    font-size: 30px;
  }

  .banner-overlay__content p {
    font-size: 15px;
  }

  .banner-stats,
  .home-family-grid,
  .home-product-grid,
  .home-export__grid,
  .home-export__process .home-steps {
    grid-template-columns: 1fr;
  }

  .banner-stats .stat {
    min-height: 0;
    padding: 18px 18px 16px;
  }

  .stat-number,
  .stat-number-link {
    font-size: 30px;
  }

  .home-section-head h2,
  .home-product-overview h3,
  .home-family-board__head h3,
  .home-product-showcase__head h3,
  .home-about__content h2,
  .home-news-card__body h3,
  .home-export__panel h2 {
    font-size: 30px;
  }

  .home-export__intro h2 {
    white-space: normal;
  }

  .home-actions,
.home-product-card__footer {
  flex-direction: row;
}

.home-actions .home-button,
.home-product-card__footer .home-button {
  width: 140px;
  height: 48px;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 26px;
  font-size: 12px;
  letter-spacing: 2px;
  flex: 0 0 auto;
}

  .home-product-card__media {
    height: 220px;
  }

  .home-news {
    padding: 82px 0;
  }

  .home-news-card {
    flex-direction: column;
    padding: 20px;
  }

  .home-news-card__index {
    flex-basis: 54px;
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .home-index .header .logo {
    width: 150px;
  }

  #bannerCarousel .banner .item,
  #bannerCarousel .banner .img1,
  #bannerCarousel .banner .img1 img {
    min-height: 380px;
    height: 380px;
  }

  .banner-overlay {
    width: calc(100% - 24px);
  }

  #bannerCarousel .owl_cur {
    left: 10px;
    right: 10px;
  }

  .banner-overlay__content {
    padding: 24px 22px;
  }

  .banner-top-text {
    gap: 8px;
    padding: 7px 12px 7px 14px;
    font-size: 10px;
    letter-spacing: .22em;
  }

  .banner-overlay__content h1 {
    font-size: 24px;
  }

  .home-step {
    padding: 16px;
  }

  .home-step__index {
    flex-basis: 48px;
    height: 48px;
    font-size: 13px;
  }

  .home-news__visual img {
    min-height: 300px;
  }

  .home-news__visual-copy {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 16px;
  }

  .home-news__visual-copy h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 520px) {
  .home-product-grid,
  .home-export__grid,
  .home-export__process .home-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-product-card__media {
    height: 200px;
  }

  .home-export__panel {
    padding: 24px 22px;
  }

  .home-export__hero,
  .home-export__grid {
    gap: 16px;
  }

  .home-export__process {
    margin-top: 24px;
    padding-top: 24px;
  }

  .home-export__cta {
    margin-top: 20px;
    padding-top: 22px;
  }
}

/* Industrial green override */
:root {
  --home-border-strong: rgba(146, 175, 139, 0.24);
  --home-accent: #5f7f5a;
  --home-accent-strong: #92af8b;
}

body.home-index {
  background:
    radial-gradient(circle at top right, rgba(95, 127, 90, 0.16), transparent 32%),
    radial-gradient(circle at left center, rgba(38, 50, 42, 0.28), transparent 30%),
    linear-gradient(180deg, #05070c 0%, #0a110f 38%, #06090d 100%);
}

.home-kicker:before,
.home-eyebrow:before {
  background: rgba(146, 175, 139, 0.36);
}

.home-button--primary {
  border-color: rgba(146, 175, 139, 0.52);
  color: #0a120c;
  box-shadow: 0 16px 34px rgba(95, 127, 90, 0.16);
}

.home-button--primary:hover {
  color: #0a120c;
  box-shadow: 0 20px 38px rgba(95, 127, 90, 0.22);
}

.home-button--ghost:hover {
  border-color: rgba(146, 175, 139, 0.34);
  background: rgba(95, 127, 90, 0.12);
  color: #dce7da;
}

#bannerCarousel .owl_cur span:hover .carousel-arrow {
  color: #0a120c;
  border-color: rgba(146, 175, 139, 0.5);
}

.banner-overlay__content {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.06) 16%, rgba(18, 24, 20, 0.7) 48%, rgba(8, 10, 9, 0.42) 100%),
    radial-gradient(circle at 100% 0, rgba(95, 127, 90, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(15, 20, 18, 0.46), rgba(7, 9, 8, 0.24));
}

.banner-overlay__content:before {
  background: linear-gradient(90deg, rgba(146, 175, 139, 0.88), rgba(95, 127, 90, 0));
  box-shadow: 0 0 16px rgba(95, 127, 90, 0.22);
}

.banner-top-text {
  border-color: rgba(146, 175, 139, 0.28);
  background: rgba(95, 127, 90, 0.14);
  color: #dce8da;
}

.banner-top-text:before {
  box-shadow: 0 0 10px rgba(95, 127, 90, 0.24);
}

.banner-actions .home-button--primary {
  border-color: rgba(146, 175, 139, 0.52);
  color: #0a120c;
  box-shadow: 0 16px 30px rgba(95, 127, 90, 0.18);
}

.banner-actions .home-button--primary:hover {
  color: #0a120c;
  box-shadow: 0 20px 36px rgba(95, 127, 90, 0.24);
}

.banner-actions .home-button--ghost:hover {
  background: rgba(95, 127, 90, 0.14);
}

.home-step__index {
  background: rgba(95, 127, 90, 0.14);
  border-color: rgba(146, 175, 139, 0.24);
}

.home-product-showcase__title:before {
  background: linear-gradient(90deg, var(--home-accent), rgba(146, 175, 139, 0));
  box-shadow: 0 0 14px rgba(95, 127, 90, 0.16);
}

.home-product-showcase__title h3:after {
  background: linear-gradient(90deg, rgba(95, 127, 90, 0.38), rgba(255, 255, 255, 0.08) 58%, transparent);
}

.home-news-card__index {
  background: linear-gradient(135deg, rgba(95, 127, 90, 0.96), rgba(146, 175, 139, 0.92));
  color: #0a120c;
  box-shadow: 0 14px 26px rgba(95, 127, 90, 0.16);
}

.home-export__intro:before,
.home-export__offer:before {
  background: linear-gradient(90deg, rgba(146, 175, 139, 0.3), transparent 76%);
}

.home-export__offer {
  background:
    radial-gradient(circle at top right, rgba(95, 127, 90, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(24, 31, 43, 0.98), rgba(12, 17, 25, 0.94));
}

.home-export-card__label {
  background: rgba(95, 127, 90, 0.12);
}

.home-panel:before {
  background: linear-gradient(90deg, rgba(146, 175, 139, 0.3), transparent 76%);
}

.home-hero:before {
  background:
    radial-gradient(circle at 15% 18%, rgba(95, 127, 90, 0.14), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(77, 102, 130, 0.18), transparent 28%),
    linear-gradient(180deg, #05070c 0%, #07110f 38%, rgba(5, 7, 12, 0) 100%);
}

.home-product-card__badge:before {
  box-shadow: 0 0 14px rgba(95, 127, 90, 0.22);
}

.home-news {
  background:
    radial-gradient(circle at top left, rgba(95, 127, 90, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(13, 19, 28, 0.96), rgba(10, 15, 22, 0.92));
}

.home-export-card:before,
.home-index .footer:before {
  background: linear-gradient(90deg, transparent, rgba(146, 175, 139, 0.3), transparent);
}

/* Black and yellow homepage refresh */
:root {
  --home-border-strong: rgba(255, 205, 92, 0.24);
  --home-accent: #d8a320;
  --home-accent-strong: #ffd15c;
}

body.home-index {
  background:
    radial-gradient(circle at top right, rgba(255, 193, 69, 0.14), transparent 30%),
    radial-gradient(circle at left center, rgba(87, 67, 18, 0.22), transparent 28%),
    linear-gradient(180deg, #05070c 0%, #100c06 38%, #06070b 100%);
}

.home-index .header {
  border-bottom-color: rgba(255, 205, 92, 0.12);
}

.home-kicker:before,
.home-eyebrow:before {
  background: rgba(255, 205, 92, 0.42);
}

.home-button--primary {
  border-color: rgba(255, 205, 92, 0.56);
  color: #171109;
  box-shadow: 0 18px 36px rgba(216, 163, 32, 0.24);
}

.home-button--primary:hover {
  color: #171109;
  box-shadow: 0 22px 42px rgba(216, 163, 32, 0.3);
}

.home-button--ghost:hover {
  color: #ffe7a1;
  border-color: rgba(255, 205, 92, 0.4);
  background: rgba(255, 193, 69, 0.1);
}

#bannerCarousel .owl_cur span:hover .carousel-arrow {
  color: #171109;
  border-color: rgba(255, 205, 92, 0.54);
}

.banner-overlay__content {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.05) 16%, rgba(27, 20, 10, 0.72) 48%, rgba(8, 7, 4, 0.46) 100%),
    radial-gradient(circle at 100% 0, rgba(216, 163, 32, 0.18), transparent 40%),
    linear-gradient(180deg, rgba(16, 12, 5, 0.48), rgba(8, 7, 4, 0.26));
}

.banner-overlay__content:before {
  background: linear-gradient(90deg, rgba(255, 205, 92, 0.92), rgba(216, 163, 32, 0));
  box-shadow: 0 0 16px rgba(216, 163, 32, 0.22);
}

.banner-top-text {
  border-color: rgba(255, 205, 92, 0.28);
  background: rgba(216, 163, 32, 0.14);
  color: #ffe7aa;
}

.banner-top-text:before {
  box-shadow: 0 0 10px rgba(216, 163, 32, 0.24);
}

.banner-actions .home-button--primary {
  border-color: rgba(255, 205, 92, 0.56);
  color: #171109;
  box-shadow: 0 16px 30px rgba(216, 163, 32, 0.18);
}

.banner-actions .home-button--primary:hover {
  color: #171109;
  box-shadow: 0 20px 36px rgba(216, 163, 32, 0.24);
}

.banner-actions .home-button--ghost:hover {
  background: rgba(255, 193, 69, 0.12);
}

.home-step__index {
  background: rgba(216, 163, 32, 0.14);
  border-color: rgba(255, 205, 92, 0.24);
}

.home-product-showcase__title:before {
  background: linear-gradient(90deg, var(--home-accent), rgba(255, 205, 92, 0));
  box-shadow: 0 0 14px rgba(216, 163, 32, 0.16);
}

.home-product-showcase__title h3:after {
  background: linear-gradient(90deg, rgba(216, 163, 32, 0.38), rgba(255, 255, 255, 0.08) 58%, transparent);
}

.home-news-card__index {
  background: linear-gradient(135deg, rgba(216, 163, 32, 0.98), rgba(255, 209, 92, 0.92));
  color: #171109;
  box-shadow: 0 14px 26px rgba(216, 163, 32, 0.16);
}

.home-export__intro:before,
.home-export__offer:before,
.home-panel:before,
.home-export-card:before,
.home-index .footer:before {
  background: linear-gradient(90deg, rgba(255, 205, 92, 0.3), transparent 76%);
}

.home-export__offer {
  background:
    radial-gradient(circle at top right, rgba(216, 163, 32, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(29, 23, 13, 0.98), rgba(12, 10, 7, 0.94));
}

.home-export-card__label {
  background: rgba(216, 163, 32, 0.12);
}

.home-hero:before {
  background:
    radial-gradient(circle at 15% 18%, rgba(216, 163, 32, 0.14), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(108, 88, 34, 0.18), transparent 28%),
    linear-gradient(180deg, #05070c 0%, #120d07 38%, rgba(5, 7, 12, 0) 100%);
}

.home-product-card__badge:before {
  box-shadow: 0 0 14px rgba(216, 163, 32, 0.22);
}

.home-news {
  background:
    radial-gradient(circle at top left, rgba(216, 163, 32, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(18, 15, 11, 0.96), rgba(10, 10, 12, 0.92));
}

body.home-index.home-dealer-open {
  overflow: hidden;
}

.home-dealer-widget {
  position: relative;
  z-index: 1006;
}

.home-dealer-trigger {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 205, 92, 0.28);
  border-right: 0;
  border-radius: 20px 0 0 20px;
  background:
    linear-gradient(135deg, rgba(19, 16, 10, 0.98), rgba(9, 9, 11, 0.96));
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.home-dealer-trigger:hover {
  background:
    linear-gradient(135deg, rgba(36, 27, 12, 0.98), rgba(15, 12, 8, 0.96));
}

.home-dealer-trigger__icon {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 209, 92, 0.92);
  border-radius: 999px 999px 999px 0;
  transform: rotate(-45deg);
}

.home-dealer-trigger__icon:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 209, 92, 0.96);
}

.home-dealer-trigger__label {
  color: #fff1c6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.home-dealer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1006;
  background: rgba(7, 7, 9, 0.56);
  backdrop-filter: blur(2px);
}

.home-dealer-drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1007;
  width: min(420px, 100vw);
  height: 100vh;
  padding: 28px 24px 28px;
  background:
    radial-gradient(circle at top right, rgba(255, 209, 92, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(255, 251, 241, 0.98), rgba(247, 239, 220, 0.98));
  box-shadow: -28px 0 64px rgba(0, 0, 0, 0.24);
  transform: translateX(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform .32s ease, opacity .32s ease;
  overflow-y: auto;
}

.home-dealer-widget.is-open .home-dealer-drawer {
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}

.home-dealer-drawer__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.home-dealer-drawer__eyebrow {
  margin: 0;
  color: #7f651d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-dealer-drawer h2 {
  margin-top: 8px;
  color: #16110a;
  font-size: 40px;
  line-height: 1;
  white-space: normal;
}

.home-dealer-drawer__close {
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 999px;
  background: rgba(24, 18, 10, 0.08);
  color: #241b10;
  font-size: 34px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

.home-dealer-drawer__close:hover {
  background: rgba(24, 18, 10, 0.14);
}

.home-dealer-card {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(216, 163, 32, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 247, 231, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 42px rgba(89, 64, 14, 0.12);
}

.home-dealer-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(216, 163, 32, 0.14);
  color: #7b621f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-dealer-card h3 {
  margin-top: 16px;
  color: #1d160d;
  font-size: 30px;
  line-height: 1.08;
  white-space: normal;
}

.home-dealer-card__copy {
  margin-top: 14px;
  color: #5f5033;
  line-height: 1.8;
}

.home-dealer-card__address {
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(216, 163, 32, 0.16);
}

.home-dealer-card__address strong {
  display: block;
  color: #7b621f;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-dealer-card__address p {
  margin-top: 10px;
  color: #20180f;
  font-size: 20px;
  line-height: 1.55;
  text-align: left;
}

.home-dealer-card__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 22px;
}

.home-dealer-card__actions .home-button {
  width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 900px) {
  .home-dealer-widget {
    top: auto;
    right: 14px;
    bottom: 18px;
    transform: none;
  }

  .home-dealer-trigger {
    min-height: 52px;
    padding: 14px 18px;
    border-right: 1px solid rgba(255, 205, 92, 0.28);
    border-radius: 999px;
  }

  .home-dealer-trigger__label {
    writing-mode: initial;
    transform: none;
    letter-spacing: 0.12em;
  }

  .home-dealer-drawer {
    width: 100vw;
    padding: 22px 18px 28px;
  }

  .home-dealer-drawer h2 {
    font-size: 32px;
  }

  .home-dealer-card {
    padding: 20px;
    border-radius: 24px;
  }

  .home-dealer-card h3 {
    font-size: 26px;
  }

  .home-dealer-card__address p {
    font-size: 18px;
  }
}

/* Light homepage content theme */
body.home-index.home-index--light {
  background:
    radial-gradient(circle at top right, rgba(216, 163, 32, 0.08), transparent 24%),
    radial-gradient(circle at left 28%, rgba(126, 140, 160, 0.1), transparent 26%),
    linear-gradient(180deg, #fffdfa 0%, #f8f4ec 34%, #f6f2ea 100%);
  color: #1f2933;
}

body.home-index.home-index--light::before {
  background-image:
    linear-gradient(rgba(42, 54, 68, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(42, 54, 68, 0.035) 1px, transparent 1px);
  background-size: 132px 132px;
  opacity: 0.22;
}

body.home-index.home-index--light .home-product,
body.home-index.home-index--light .home-about,
body.home-index.home-index--light .home-news {
  position: relative;
  z-index: 1;
}

body.home-index.home-index--light .home-product {
  padding-top: 34px;
}

body.home-index.home-index--light .home-panel {
  border-color: rgba(28, 37, 48, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 245, 237, 0.98));
  box-shadow: 0 20px 52px rgba(28, 37, 48, 0.08);
}

body.home-index.home-index--light .home-panel:before {
  background: linear-gradient(90deg, rgba(216, 163, 32, 0.42), rgba(216, 163, 32, 0));
}

body.home-index.home-index--light .home-section-head h2,
body.home-index.home-index--light .home-product-overview h3,
body.home-index.home-index--light .home-family-board__head h3,
body.home-index.home-index--light .home-product-showcase__head h3,
body.home-index.home-index--light .home-about__content h2,
body.home-index.home-index--light .home-news-card__body h3,
body.home-index.home-index--light .home-export__panel h2,
body.home-index.home-index--light .home-product-showcase__title h3,
body.home-index.home-index--light .home-news__visual-copy h4 {
  color: #16202a;
  text-shadow: none;
}

body.home-index.home-index--light .home-section-head__text,
body.home-index.home-index--light .home-product-overview p,
body.home-index.home-index--light .home-family-card__text,
body.home-index.home-index--light .home-utility-card p,
body.home-index.home-index--light .home-about__content p,
body.home-index.home-index--light .home-news-card__body p,
body.home-index.home-index--light .home-export__panel p,
body.home-index.home-index--light .home-export-card p,
body.home-index.home-index--light .home-news__summary {
  color: #5e6a76;
}

body.home-index.home-index--light .home-kicker,
body.home-index.home-index--light .home-eyebrow,
body.home-index.home-index--light .home-product-card__badge,
body.home-index.home-index--light .home-news-card__eyebrow,
body.home-index.home-index--light .home-inline-link {
  color: #b88012;
}

body.home-index.home-index--light .home-kicker:before,
body.home-index.home-index--light .home-eyebrow:before,
body.home-index.home-index--light .home-product-showcase__title:before {
  background: linear-gradient(90deg, rgba(216, 163, 32, 0.9), rgba(216, 163, 32, 0));
  box-shadow: none;
}

body.home-index.home-index--light .home-product-showcase__title h3:after {
  background: linear-gradient(90deg, rgba(216, 163, 32, 0.34), rgba(28, 37, 48, 0.08) 58%, transparent);
}

body.home-index.home-index--light .home-inline-link:hover,
body.home-index.home-index--light .home-product-card__body h3 a:hover,
body.home-index.home-index--light .home-news-card__body h3 a:hover {
  color: #8f660d;
}

body.home-index.home-index--light .home-inline-link:after {
  color: rgba(184, 128, 18, 0.72);
}

body.home-index.home-index--light .home-button--primary {
  border-color: rgba(216, 163, 32, 0.42);
  color: #18120a;
  box-shadow: 0 16px 34px rgba(216, 163, 32, 0.18);
}

body.home-index.home-index--light .home-button--primary:hover {
  color: #18120a;
  box-shadow: 0 20px 38px rgba(216, 163, 32, 0.22);
}

body.home-index.home-index--light .home-button--ghost {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(28, 37, 48, 0.12);
  color: #1f2933;
}

body.home-index.home-index--light .home-button--ghost:hover {
  color: #8f660d;
  border-color: rgba(216, 163, 32, 0.3);
  background: rgba(255, 245, 220, 0.98);
}

body.home-index.home-index--light .home-product-card__badge:before {
  box-shadow: 0 0 10px rgba(216, 163, 32, 0.18);
}

body.home-index.home-index--light .home-product-card__media {
  background: #ebe5d9;
}

body.home-index.home-index--light .home-product-card__body h3 a,
body.home-index.home-index--light .home-news-card__body h3 a {
  color: #16202a;
}

body.home-index.home-index--light .home-about__visual img,
body.home-index.home-index--light .home-news__visual {
  border-color: rgba(28, 37, 48, 0.08);
  box-shadow: 0 22px 56px rgba(28, 37, 48, 0.12);
}

body.home-index.home-index--light .home-news {
  background:
    radial-gradient(circle at top left, rgba(216, 163, 32, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.88), rgba(248, 244, 236, 0.98));
}

body.home-index.home-index--light .home-news__visual:after {
  background:
    linear-gradient(180deg, rgba(18, 20, 24, 0.06) 0%, rgba(18, 20, 24, 0.58) 100%),
    linear-gradient(90deg, rgba(18, 20, 24, 0.4) 0%, rgba(18, 20, 24, 0.1) 54%, rgba(18, 20, 24, 0.24) 100%);
}

body.home-index.home-index--light .home-news__visual-copy p {
  color: rgba(255, 250, 240, 0.9);
}

body.home-index.home-index--light .home-news-card {
  box-shadow: 0 16px 40px rgba(28, 37, 48, 0.08);
}

body.home-index.home-index--light .home-news-card__index {
  box-shadow: 0 14px 26px rgba(216, 163, 32, 0.16);
}

body.home-index.home-index--light .home-news-card:hover {
  box-shadow: 0 22px 48px rgba(28, 37, 48, 0.12);
}

/* Purple brand homepage theme */
body.home-index.home-index--violet {
  background:
    radial-gradient(circle at top right, rgba(115, 72, 180, 0.12), transparent 24%),
    radial-gradient(circle at left 32%, rgba(205, 191, 235, 0.18), transparent 28%),
    linear-gradient(180deg, #fffcff 0%, #f7f1fc 36%, #f3edf8 100%);
}

body.home-index.home-index--violet::before {
  background-image:
    linear-gradient(rgba(69, 44, 108, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69, 44, 108, 0.03) 1px, transparent 1px);
  opacity: 0.24;
}

body.home-index.home-index--violet .home-button--primary {
  background: linear-gradient(135deg, #43117d, #6b2dad);
  border-color: rgba(89, 44, 144, 0.54);
  color: #fff;
  box-shadow: 0 18px 38px rgba(67, 17, 125, 0.2);
}

body.home-index.home-index--violet .home-button--primary:hover {
  color: #fff;
  box-shadow: 0 22px 42px rgba(67, 17, 125, 0.26);
}

body.home-index.home-index--violet .home-button--ghost {
  border-color: rgba(73, 37, 120, 0.12);
  color: #2d1a4b;
}

body.home-index.home-index--violet .home-button--ghost:hover {
  color: #4c1d82;
  border-color: rgba(97, 52, 156, 0.26);
  background: rgba(115, 72, 180, 0.08);
}

body.home-index.home-index--violet .home-kicker,
body.home-index.home-index--violet .home-eyebrow,
body.home-index.home-index--violet .home-product-card__badge,
body.home-index.home-index--violet .home-news-card__eyebrow,
body.home-index.home-index--violet .home-inline-link {
  color: #5b2399;
}

body.home-index.home-index--violet .home-kicker:before,
body.home-index.home-index--violet .home-eyebrow:before,
body.home-index.home-index--violet .home-product-showcase__title:before,
body.home-index.home-index--violet .home-panel:before {
  background: linear-gradient(90deg, rgba(91, 35, 153, 0.84), rgba(144, 101, 207, 0));
}

body.home-index.home-index--violet .home-product-showcase__title h3:after {
  background: linear-gradient(90deg, rgba(91, 35, 153, 0.28), rgba(38, 24, 58, 0.06) 58%, transparent);
}

body.home-index.home-index--violet .home-inline-link:hover,
body.home-index.home-index--violet .home-product-card__body h3 a:hover,
body.home-index.home-index--violet .home-news-card__body h3 a:hover {
  color: #4c1d82;
}

body.home-index.home-index--violet .home-inline-link:after {
  color: rgba(91, 35, 153, 0.7);
}

body.home-index.home-index--violet .home-product-card__badge:before {
  background: linear-gradient(135deg, #5b2399, #8f63c9);
  box-shadow: 0 0 12px rgba(91, 35, 153, 0.16);
}

body.home-index.home-index--violet .home-news {
  background:
    radial-gradient(circle at top left, rgba(129, 94, 184, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 252, 255, 0.88), rgba(244, 238, 249, 0.98));
}

body.home-index.home-index--violet .home-news-card__index {
  background: linear-gradient(135deg, #4b1986, #7c45ba);
  color: #fff;
  box-shadow: 0 14px 28px rgba(75, 25, 134, 0.16);
}

body.home-index.home-index--violet .home-news__visual-copy h4 {
  color: #fff;
  text-shadow: 0 8px 22px rgba(0, 0, 0, 0.58);
}

body.home-index.home-index--violet .banner-overlay__content {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 16%, rgba(36, 17, 62, 0.76) 48%, rgba(13, 8, 22, 0.52) 100%),
    radial-gradient(circle at 100% 0, rgba(132, 94, 196, 0.22), transparent 40%),
    linear-gradient(180deg, rgba(22, 13, 37, 0.48), rgba(10, 7, 17, 0.3));
}

body.home-index.home-index--violet .banner-overlay__content:before {
  background: linear-gradient(90deg, rgba(164, 131, 221, 0.92), rgba(91, 35, 153, 0));
  box-shadow: 0 0 16px rgba(91, 35, 153, 0.2);
}

body.home-index.home-index--violet .banner-top-text {
  border-color: rgba(184, 163, 223, 0.28);
  background: rgba(137, 103, 195, 0.16);
  color: #f3edff;
}

body.home-index.home-index--violet .banner-top-text:before {
  box-shadow: 0 0 10px rgba(137, 103, 195, 0.22);
}

body.home-index.home-index--violet #bannerCarousel .owl_cur span:hover .carousel-arrow {
  background: linear-gradient(135deg, #4b1986, #7d46ba);
  border-color: rgba(164, 131, 221, 0.66);
  color: #fff;
}

body.home-index.home-index--violet #bannerCarousel .banner .owl-dot.active span,
body.home-index.home-index--violet #bannerCarousel .banner .owl-dot:hover span {
  background: linear-gradient(90deg, #5b2399, #9a78d5);
}

body.home-index.home-index--violet .home-hero:before {
  background:
    radial-gradient(circle at 15% 18%, rgba(127, 90, 192, 0.18), transparent 28%),
    radial-gradient(circle at 84% 12%, rgba(94, 64, 151, 0.2), transparent 28%),
    linear-gradient(180deg, #08070d 0%, #140d1f 38%, rgba(5, 7, 12, 0) 100%);
}

body.home-index.home-index--violet .home-product-card__media {
  background: #efe8f7;
}

body.home-index.home-index--violet .home-index .footer,
body.home-index.home-index--violet .footer {
  background: linear-gradient(180deg, #0f0818 0%, #130b1f 100%);
}

body.home-index.home-index--violet .home-index .footer:before,
body.home-index.home-index--violet .footer:before {
  background: linear-gradient(90deg, transparent, rgba(154, 120, 213, 0.34), transparent);
}

body.home-index.home-index--violet .f_nav ul a:hover,
body.home-index.home-index--violet .ceh-footer-meta a:hover,
body.home-index.home-index--violet .f_friend_list a:hover {
  color: #d9c4ff;
}

body.home-index.home-index--violet .f_text span {
  color: #b58af5;
}

body.home-index.home-index--violet .ceh-footer-meta__search a:before {
  background: linear-gradient(135deg, rgba(91, 35, 153, 0.94), rgba(175, 148, 225, 0.94));
  box-shadow: 0 0 0 4px rgba(91, 35, 153, 0.12);
}

body.home-index.home-index--violet .full li a:hover span,
body.home-index.home-index--violet .full li a:hover label {
  color: #fff;
  background-color: #5b2399 !important;
}

body.home-index.home-index--violet .home-dealer-trigger,
body.home-index.home-index--violet .header.ceh-home-nav .ceh-home-nav__dealer {
  border-color: rgba(137, 103, 195, 0.26);
  background: linear-gradient(135deg, rgba(58, 17, 104, 0.98), rgba(88, 37, 146, 0.96));
}

body.home-index.home-index--violet .home-dealer-trigger:hover,
body.home-index.home-index--violet .header.ceh-home-nav .ceh-home-nav__dealer:hover {
  background: linear-gradient(135deg, rgba(74, 28, 128, 0.98), rgba(104, 52, 166, 0.96));
}

body.home-index.home-index--violet .home-dealer-trigger__icon,
body.home-index.home-index--violet .header.ceh-home-nav .ceh-home-nav__dealer-icon {
  border-color: rgba(205, 186, 240, 0.92);
}

body.home-index.home-index--violet .home-dealer-trigger__icon:before,
body.home-index.home-index--violet .header.ceh-home-nav .ceh-home-nav__dealer-icon::before {
  background: rgba(233, 222, 255, 0.96);
}

body.home-index.home-index--violet .home-dealer-trigger__label,
body.home-index.home-index--violet .header.ceh-home-nav .ceh-home-nav__dealer-label {
  color: #f6efff;
}

body.home-index.home-index--violet .home-dealer-drawer {
  background:
    radial-gradient(circle at top right, rgba(150, 118, 208, 0.16), transparent 30%),
    linear-gradient(180deg, rgba(254, 252, 255, 0.98), rgba(245, 238, 251, 0.98));
}
