.elementor-2190 .elementor-element.elementor-element-0eab9e8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-d549c8d */:root{
  --onl-dark:#0f172a;
  --onl-dark-2:#1e293b;
  --onl-gold:#c18f59;
  --onl-gold-2:#e6c79f;
  --onl-bg:#f8fafc;
  --onl-white:#ffffff;
  --onl-text:#334155;
  --onl-muted:#64748b;
  --onl-line:rgba(15,23,42,.10);
  --onl-shadow:0 18px 50px rgba(15,23,42,.10);
  --onl-radius:24px;
  --onl-radius-sm:18px;
  --onl-container:1280px;
}

.onl-project-page,
.onl-project-page *{
  box-sizing:border-box;
}

.onl-project-page{
  background:
    radial-gradient(circle at top left, rgba(193,143,89,.10), transparent 30%),
    linear-gradient(180deg, #fcfcfd 0%, #f8fafc 100%);
  color:var(--onl-text);
  font-family:inherit;
}

.onl-project-page img{
  display:block;
  width:100%;
  height:auto;
}

.onl-project-page a{
  text-decoration:none;
}

.onl-container{
  width:min(var(--onl-container), calc(100% - 32px));
  margin-inline:auto;
}

.onl-section-head{
  max-width:760px;
  margin:0 auto 34px;
  text-align:center;
}

.onl-section-eyebrow{
  display:inline-block;
  margin-bottom:10px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(193,143,89,.12);
  color:var(--onl-gold);
  font-size:12px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.onl-section-head h2,
.onl-project-page h2{
  margin:0;
  color:var(--onl-dark);
  line-height:1.15;
  font-size:clamp(28px, 4vw, 48px);
}

.onl-project-page p{
  margin:0;
  line-height:1.9;
  font-size:16px;
  color:var(--onl-text);
}

/* Hero */
.onl-project-hero{
  padding:42px 0 36px;
}

.onl-project-hero__grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:34px;
  align-items:center;
}

.onl-project-kicker{
  margin-bottom:14px;
  color:var(--onl-gold);
  font-size:13px;
  font-weight:700;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.onl-project-title{
  margin:0 0 16px;
  color:var(--onl-dark);
  font-size:clamp(34px, 5vw, 68px);
  line-height:1.02;
  letter-spacing:-.03em;
}

.onl-project-subtitle{
  max-width:680px;
  margin-bottom:26px !important;
  font-size:18px !important;
  color:var(--onl-muted) !important;
  line-height:1.85 !important;
}

.onl-project-meta{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:14px;
  margin-bottom:24px;
}

.onl-meta-card{
  padding:16px 18px;
  border:1px solid var(--onl-line);
  border-radius:18px;
  background:rgba(255,255,255,.76);
  backdrop-filter:blur(8px);
  box-shadow:0 10px 25px rgba(15,23,42,.05);
}

.onl-meta-label{
  display:block;
  margin-bottom:6px;
  font-size:12px;
  color:var(--onl-muted);
  text-transform:uppercase;
  letter-spacing:.08em;
}

.onl-meta-card strong{
  color:var(--onl-dark);
  font-size:15px;
  line-height:1.5;
}

.onl-project-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.onl-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 22px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  transition:.28s ease;
}

.onl-btn--gold{
  background:linear-gradient(135deg, var(--onl-gold) 0%, var(--onl-gold-2) 100%);
  color:#1b1b1b;
  box-shadow:0 12px 30px rgba(193,143,89,.25);
}

.onl-btn--gold:hover{
  transform:translateY(-2px);
}

.onl-btn--ghost{
  border:1px solid rgba(15,23,42,.14);
  background:rgba(255,255,255,.85);
  color:var(--onl-dark);
}

.onl-btn--ghost:hover{
  border-color:rgba(193,143,89,.45);
  color:var(--onl-gold);
}

.onl-main-image-card{
  overflow:hidden;
  border-radius:30px;
  background:#fff;
  box-shadow:var(--onl-shadow);
  border:1px solid rgba(255,255,255,.6);
}

.onl-main-image-card img{
  aspect-ratio:4 / 3;
  object-fit:cover;
}

/* Intro */
.onl-project-intro{
  padding:34px 0 26px;
}

.onl-project-intro__grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:28px;
  align-items:start;
}

.onl-project-intro__text{
  padding:32px;
  border-radius:var(--onl-radius);
  background:rgba(255,255,255,.84);
  border:1px solid var(--onl-line);
  box-shadow:var(--onl-shadow);
}

.onl-project-intro__text p + p{
  margin-top:16px;
}

.onl-project-highlights{
  display:grid;
  gap:16px;
}

.onl-highlight-card{
  padding:24px;
  border-radius:22px;
  background:linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border:1px solid var(--onl-line);
  box-shadow:0 14px 35px rgba(15,23,42,.06);
}

.onl-highlight-card h3{
  margin:0 0 10px;
  color:var(--onl-dark);
  font-size:20px;
}

/* Gallery */
.onl-project-gallery{
  padding:44px 0 28px;
}

.onl-gallery-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr;
  gap:16px;
}

.onl-gallery-item{
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 35px rgba(15,23,42,.08);
}

.onl-gallery-item img{
  width:100%;
  height:100%;
  min-height:280px;
  object-fit:cover;
  transition:transform .45s ease;
}

.onl-gallery-item--large{
  grid-row:span 2;
}

.onl-gallery-item--large img{
  min-height:576px;
}

.onl-gallery-item:hover img{
  transform:scale(1.05);
}

/* Solution */
.onl-project-solution{
  padding:42px 0 24px;
}

.onl-project-solution__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
}

.onl-solution-box{
  padding:34px;
  border-radius:28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(248,250,252,.96) 100%);
  border:1px solid var(--onl-line);
  box-shadow:var(--onl-shadow);
}

.onl-solution-box h2{
  margin:0 0 14px;
  font-size:30px;
}

.onl-solution-box p{
  color:var(--onl-muted);
}

/* Benefits */
.onl-project-benefits{
  padding:44px 0 28px;
}

.onl-benefits-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}

.onl-benefit-card{
  position:relative;
  overflow:hidden;
  min-height:240px;
  padding:26px 24px;
  border-radius:24px;
  background:linear-gradient(180deg, #0f172a 0%, #182235 100%);
  color:#fff;
  box-shadow:0 18px 40px rgba(15,23,42,.18);
}

.onl-benefit-card:before{
  content:"";
  position:absolute;
  inset:auto -20% -35% auto;
  width:160px;
  height:160px;
  border-radius:50%;
  background:rgba(193,143,89,.13);
}

.onl-benefit-number{
  margin-bottom:18px;
  color:var(--onl-gold-2);
  font-size:13px;
  font-weight:800;
  letter-spacing:.18em;
}

.onl-benefit-card h3{
  position:relative;
  margin:0 0 10px;
  font-size:22px;
  line-height:1.3;
}

.onl-benefit-card p{
  position:relative;
  color:rgba(255,255,255,.78);
}

/* Products */
.onl-project-products{
  padding:44px 0 34px;
}

.onl-project-products__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}

.onl-product-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--onl-line);
  box-shadow:0 14px 35px rgba(15,23,42,.07);
  transition:transform .28s ease, box-shadow .28s ease;
}

.onl-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 44px rgba(15,23,42,.12);
}

.onl-product-card__image img{
  aspect-ratio:4/3;
  object-fit:cover;
}

.onl-product-card__content{
  padding:22px;
}

.onl-product-card__content h3{
  margin:0 0 10px;
  color:var(--onl-dark);
  font-size:21px;
  line-height:1.35;
}

.onl-product-card__content p{
  color:var(--onl-muted);
  font-size:15px;
  line-height:1.8;
}

/* CTA */
.onl-project-cta{
  padding:34px 0 64px;
}

.onl-project-cta__box{
  padding:42px 28px;
  border-radius:30px;
  text-align:center;
  background:
    radial-gradient(circle at top center, rgba(193,143,89,.18), transparent 34%),
    linear-gradient(180deg, #101826 0%, #0f172a 100%);
  box-shadow:0 24px 60px rgba(15,23,42,.22);
}

.onl-project-cta__box h2{
  margin:0 0 14px;
  color:#fff;
}

.onl-project-cta__box p{
  max-width:760px;
  margin:0 auto;
  color:rgba(255,255,255,.78);
}

.onl-project-actions--center{
  justify-content:center;
  margin-top:24px;
}

/* Responsive */
@media (max-width: 1100px){
  .onl-project-hero__grid,
  .onl-project-intro__grid,
  .onl-project-solution__grid{
    grid-template-columns:1fr;
  }

  .onl-project-meta,
  .onl-benefits-grid,
  .onl-project-products__grid{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }

  .onl-gallery-grid{
    grid-template-columns:1fr 1fr;
  }

  .onl-gallery-item--large{
    grid-row:auto;
    grid-column:1 / -1;
  }

  .onl-gallery-item--large img{
    min-height:420px;
  }
}

@media (max-width: 767px){
  .onl-container{
    width:min(100% - 20px, var(--onl-container));
  }

  .onl-project-hero{
    padding:24px 0 24px;
  }

  .onl-project-title{
    font-size:34px;
  }

  .onl-project-subtitle{
    font-size:16px !important;
  }

  .onl-project-meta,
  .onl-benefits-grid,
  .onl-project-products__grid,
  .onl-gallery-grid{
    grid-template-columns:1fr;
  }

  .onl-project-intro__text,
  .onl-solution-box,
  .onl-benefit-card,
  .onl-project-cta__box{
    padding:22px;
  }

  .onl-main-image-card img,
  .onl-gallery-item img,
  .onl-gallery-item--large img{
    min-height:auto;
    aspect-ratio:4/3;
  }

  .onl-project-actions{
    flex-direction:column;
  }

  .onl-btn{
    width:100%;
  }

  .onl-product-card__content h3{
    font-size:19px;
  }
}/* End custom CSS */