body {
  overflow-x: hidden;
}

.custom-full-container,
.custom-full-container .mainbg,
.custom-full-container #content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.custom-page--wide,
.custom-page__inner,
.custom-content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.cf-hero-premium {
  min-height: 620px;
  padding: 120px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    linear-gradient(90deg, rgba(255,255,255,.94), rgba(255,255,255,.76)),
    linear-gradient(135deg, #f4f1ed, #ffffff);
}

.cf-hero__content {
  max-width: 860px;
  margin: 0 auto;
}

.cf-label,
.cf-section-head span,
.cf-request__box span {
  display: inline-block;
  margin-bottom: 18px;
  color: #c8a97e;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 700;
}

.cf-hero h1 {
  margin: 0 0 22px;
  font-size: 56px;
  line-height: 1.08;
  color: #242424;
  font-weight: 500;
}

.cf-hero p {
  max-width: 680px;
  margin: 0 auto 34px;
  font-size: 19px;
  line-height: 1.7;
  color: #555;
}

.cf-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.cf-btn {
  display: inline-block;
  padding: 15px 32px;
  background: #c8a97e;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none !important;
  font-weight: 600;
  transition: .25s;
}

.cf-btn:hover {
  background: #b89666;
  transform: translateY(-2px);
}

.cf-btn--light {
  background: #fff;
  color: #222 !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.12);
}

.cf-btn--light:hover {
  background: #f5f5f5;
}

.cf-section {
  padding: 95px 20px;
}

.cf-section-head {
  max-width: 760px;
  margin: 0 auto 45px;
  text-align: center;
}

.cf-section-head h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 500;
  color: #242424;
}

.cf-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.cf-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.cf-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.cf-card {
  min-height: 190px;
  padding: 34px 28px;
  background: #fff;
  border-radius: 18px;
  text-align: center;
  box-shadow: 0 18px 45px rgba(0,0,0,.06);
  transition: .25s;
}

.cf-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 25px 60px rgba(0,0,0,.1);
}

.cf-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 500;
  color: #242424;
}

.cf-card p {
  margin: 0;
  color: #666;
  line-height: 1.65;
}

.cf-types {
  background: #f7f4ef;
}

.cf-type {
  padding: 28px 20px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #2b2b2b;
  box-shadow: 0 12px 32px rgba(0,0,0,.04);
}

.cf-steps {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.cf-step {
  position: relative;
  padding: 34px 26px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
}

.cf-step b {
  display: block;
  margin-bottom: 22px;
  font-size: 38px;
  color: #c8a97e;
  font-weight: 500;
}

.cf-step h3 {
  margin: 0 0 12px;
  font-size: 21px;
  font-weight: 500;
}

.cf-step p {
  margin: 0;
  color: #666;
  line-height: 1.6;
}

.cf-request {
  padding: 100px 20px;
  background: #252525;
}

.cf-request__box {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 40px;
  text-align: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  color: #fff;
}

.cf-request__box h2 {
  margin: 0 0 18px;
  font-size: 42px;
  font-weight: 500;
}

.cf-request__box p {
  max-width: 620px;
  margin: 0 auto 30px;
  color: rgba(255,255,255,.75);
  font-size: 17px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .cf-hero h1 {
    font-size: 42px;
  }

  .cf-grid-3,
  .cf-grid-4,
  .cf-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cf-hero-premium {
    min-height: auto;
    padding: 80px 18px;
  }

  .cf-hero h1 {
    font-size: 32px;
  }

  .cf-section {
    padding: 65px 16px;
  }

  .cf-grid-3,
  .cf-grid-4,
  .cf-steps {
    grid-template-columns: 1fr;
  }

  .cf-section-head h2,
  .cf-request__box h2 {
    font-size: 28px;
  }

  .cf-request__box {
    padding: 45px 22px;
  }
}

/* ===== HERO PREMIUM ===== */
/* ===== HERO LUX ===== */

.cf-hero-lux {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  background: #111;
}

.cf-hero-lux::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/images/custom-furniture/hero-bg.jpg') center center / cover no-repeat;
  transform: scale(1.08) translateX(-2%);
  animation: cfHeroMoveSmooth 22s ease-in-out infinite alternate;
  z-index: 0;
  will-change: transform;
}

@keyframes cfHeroMoveSmooth {
  from {
    transform: scale(1.08) translateX(-2%);
  }
  to {
    transform: scale(1.08) translateX(2%);
  }
}

.cf-hero-lux__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.58);
  z-index: 1;
}

.cf-hero-lux__content {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  margin: 0 auto;
  min-height: 760px;
  padding: 80px 20px 210px;
  display: grid;
  grid-template-columns: 1fr 560px;
  gap: 60px;
  align-items: center;
}

.cf-hero-lux__text {
  color: #fff;
  max-width: 650px;
}

.cf-hero-lux__text h1 {
  margin: 0 0 22px;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 500;
  color: #fff;
}

.cf-hero-lux__text h3 {
  margin: 0 0 24px;
  font-size: 22px;
  color: #d7b16f;
  letter-spacing: 2px;
  font-weight: 400;
}

.cf-hero-lux__text p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,.88);
}

.cf-lux-btn {
  display: inline-block;
  margin-top: 22px;
  padding: 16px 38px;
  background: #d7b16f;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
}

.cf-hero-lux__visual {
  position: relative;
  z-index: 4;
}

.cf-hero-lux__visual img {
  display: block;
  width: 560px;
  max-width: 100%;
  transform: translateY(-35px);
  filter: drop-shadow(0 40px 60px rgba(0,0,0,.45));
}

.cf-hero-lux__bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -95px;
  height: 285px;
  background: url('/images/custom-furniture/min-01.png') center bottom / 100% auto no-repeat;
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 991px) {
  .cf-hero-lux__content {
    grid-template-columns: 1fr;
    padding-bottom: 180px;
  }

  .cf-hero-lux__visual {
    display: none;
  }

  .cf-hero-lux__text h1 {
    font-size: 42px;
  }
}