:root {
  --lsp-green:#4C8F2F;
  --lsp-green-soft:#C1DFB9;
  --lsp-bg:#080a09;
  --lsp-panel:#111413;
  --lsp-panel-2:#171a18;
  --lsp-graphite:#272727;
  --lsp-gray:#3D3D3D;
  --lsp-line:rgba(255,255,255,.13);
  --lsp-line-green:rgba(76,143,47,.42);
  --lsp-text:#ffffff;
  --lsp-muted:rgba(255,255,255,.68);
  --lsp-faint:rgba(255,255,255,.44);
  --lsp-max:1210px;
}

* { box-sizing:border-box; }
html { background:var(--lsp-bg); }
body.lsp-premium-active {
  background:
    radial-gradient(circle at 13% 23%, rgba(76,143,47,.20), transparent 25%),
    radial-gradient(circle at 83% 10%, rgba(255,255,255,.08), transparent 21%),
    linear-gradient(135deg, #080908 0%, #101311 42%, #050605 100%) !important;
  color:var(--lsp-text) !important;
  font-family:Manrope, Arial, sans-serif !important;
  overflow-x:hidden;
}
body.lsp-premium-active:before {
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  opacity:.18;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size:120px 120px;
  mask-image:radial-gradient(circle at 50% 15%, #000, transparent 70%);
  z-index:-1;
}
body.lsp-premium-active a { color:inherit; }
body.lsp-premium-active .ct-footer,
body.lsp-premium-active footer.ct-footer,
body.lsp-premium-active .site-footer { display:none !important; }
body.lsp-premium-active .site-main,
body.lsp-premium-active #main,
body.lsp-premium-active .ct-container-full,
body.lsp-premium-active [data-content="normal"] { background:transparent !important; }
body.lsp-premium-active .entry-content,
body.lsp-premium-active .ct-container,
body.lsp-premium-active .ct-container-full { max-width:none !important; width:100% !important; padding:0 !important; }
body.lsp-premium-active .entry-header,
body.lsp-premium-active .hero-section,
body.lsp-premium-active .ct-breadcrumbs { display:none !important; }

body.lsp-premium-active .ct-header,
body.lsp-premium-active header,
body.lsp-premium-active #header,
body.lsp-premium-active .ct-header [data-row],
body.lsp-premium-active .ct-header [data-row*="middle"] {
  background:rgba(5,7,6,.94) !important;
  border-bottom:1px solid rgba(76,143,47,.24) !important;
  box-shadow:0 14px 60px rgba(0,0,0,.28) !important;
}
body.lsp-premium-active .site-title,
body.lsp-premium-active .site-title a,
body.lsp-premium-active [data-id="logo"] .site-title,
body.lsp-premium-active [data-id="logo"] a {
  color:#fff !important;
  font-family:Montserrat, Arial, sans-serif !important;
  font-weight:900 !important;
  letter-spacing:.02em !important;
}
body.lsp-premium-active .ct-header nav a,
body.lsp-premium-active .ct-header [data-id="menu"] > ul > li > a {
  color:rgba(255,255,255,.82) !important;
  font-family:Montserrat, Arial, sans-serif !important;
  font-size:12px !important;
  font-weight:700 !important;
  letter-spacing:.04em !important;
  text-transform:uppercase !important;
}
body.lsp-premium-active .ct-header nav a:hover,
body.lsp-premium-active .ct-header .current-menu-item > a { color:var(--lsp-green-soft) !important; }

.lsp-wrap {
  width:100%;
  margin:0 auto;
  padding:0 0 44px;
  color:#fff;
  font-family:Manrope, Arial, sans-serif;
}
.lsp-wrap:before {
  content:"";
  display:block;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(76,143,47,.32), transparent);
}
.lsp-hero,
.lsp-section,
.lsp-filter-row,
.lsp-feature-project,
.lsp-feature-article,
.lsp-calculator-panel,
.lsp-contact-section,
.lsp-map,
.lsp-cta {
  width:min(var(--lsp-max), calc(100vw - 64px));
  margin-left:auto;
  margin-right:auto;
}
.lsp-hero {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0, .92fr) minmax(430px, .96fr);
  gap:58px;
  align-items:center;
  min-height:550px;
  padding:84px 0 58px;
}
.lsp-hero:before {
  content:"";
  position:absolute;
  left:-14vw;
  top:10%;
  width:50vw;
  height:70%;
  background:radial-gradient(circle at center, rgba(76,143,47,.22), transparent 62%);
  filter:blur(12px);
  pointer-events:none;
}
.lsp-hero-copy { position:relative; z-index:2; }
.lsp-badge {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:24px;
  padding:8px 14px;
  border:1px solid rgba(76,143,47,.6);
  border-radius:999px;
  color:var(--lsp-green-soft);
  background:rgba(76,143,47,.12);
  font-family:Montserrat, Arial, sans-serif;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.lsp-badge:before { content:""; width:6px; height:6px; border-radius:50%; background:var(--lsp-green); box-shadow:0 0 18px var(--lsp-green); }
.lsp-hero h1 {
  margin:0;
  max-width:720px;
  color:#fff;
  font-family:Montserrat, Arial, sans-serif;
  font-size:clamp(48px, 5.6vw, 76px);
  line-height:1.06;
  font-weight:900;
  letter-spacing:-.055em;
}
.lsp-hero h1:after {
  content:"";
  display:block;
  width:132px;
  height:2px;
  margin:28px 0 0;
  background:linear-gradient(90deg, var(--lsp-green), transparent);
}
.lsp-hero p {
  max-width:620px;
  margin:26px 0 0;
  color:var(--lsp-muted);
  font-size:18px;
  line-height:1.7;
}
.lsp-actions { display:flex; gap:14px; flex-wrap:wrap; margin-top:30px; }
.lsp-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:50px;
  padding:0 24px;
  border-radius:8px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.045);
  color:#fff !important;
  font-family:Montserrat, Arial, sans-serif;
  font-size:14px;
  font-weight:800;
  text-decoration:none !important;
  transition:transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.lsp-btn:hover { transform:translateY(-2px); border-color:rgba(193,223,185,.55); background:rgba(76,143,47,.12); box-shadow:0 15px 35px rgba(0,0,0,.25); }
.lsp-btn-primary { background:linear-gradient(135deg, #5eaf3d, var(--lsp-green)); border-color:rgba(193,223,185,.34); box-shadow:0 16px 44px rgba(76,143,47,.28); }
.lsp-btn-primary:hover { background:linear-gradient(135deg, #6cbd48, #3f7f28); }
.lsp-hero-art {
  position:relative;
  z-index:1;
  min-height:390px;
  overflow:hidden;
  border-radius:0 0 0 0;
  border:1px solid rgba(255,255,255,.08);
  background:#171917;
  box-shadow:0 32px 90px rgba(0,0,0,.48);
}
.lsp-hero-art img { display:block; width:100%; height:100%; min-height:390px; object-fit:cover; filter:saturate(.95) contrast(1.04); }
.lsp-hero-art:after,
.lsp-image-card:after,
.lsp-solution:after,
.lsp-article:after {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg, transparent 45%, rgba(0,0,0,.68));
}

.lsp-section { padding:48px 0; }
.lsp-section-row {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin:0 0 26px;
}
.lsp-section-row h2,
.lsp-calculator-panel h2,
.lsp-form h2,
.lsp-feature-project h2,
.lsp-feature-article h2,
.lsp-cta h2 {
  margin:0;
  color:#fff;
  font-family:Montserrat, Arial, sans-serif;
  font-weight:900;
  letter-spacing:-.035em;
  line-height:1.15;
}
.lsp-section-row h2 { font-size:32px; }
.lsp-section-row h2 span,
.lsp-section-row a { color:var(--lsp-green); text-decoration:none !important; }
.lsp-section-row a { font-weight:800; font-size:14px; }
.lsp-grid { display:grid; gap:18px; }
.lsp-grid-3 { grid-template-columns:repeat(3, minmax(0, 1fr)); }
.lsp-card {
  position:relative;
  display:grid;
  grid-template-columns:62px 1fr 22px;
  gap:18px;
  align-items:center;
  min-height:136px;
  padding:24px;
  overflow:hidden;
  border:1px solid var(--lsp-line);
  border-radius:9px;
  background:
    radial-gradient(circle at 88% 20%, rgba(76,143,47,.10), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.025)),
    #101211;
  color:#fff !important;
  text-decoration:none !important;
  box-shadow:0 18px 50px rgba(0,0,0,.26);
  transition:.22s ease;
}
.lsp-card:hover { transform:translateY(-4px); border-color:rgba(76,143,47,.68); box-shadow:0 26px 80px rgba(0,0,0,.38); }
.lsp-card:before,
.lsp-price-card:before,
.lsp-solution:before,
.lsp-article:before {
  content:"";
  position:absolute;
  top:0; left:22px;
  width:76px; height:2px;
  background:linear-gradient(90deg, var(--lsp-green), transparent);
  opacity:.8;
}
.lsp-icon { display:flex; align-items:center; justify-content:center; width:54px; height:54px; border-radius:13px; color:var(--lsp-green); border:1px solid rgba(76,143,47,.42); background:rgba(76,143,47,.08); }
.lsp-icon svg { width:30px; height:30px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.lsp-card-copy strong { display:block; margin-bottom:8px; color:#fff; font-family:Montserrat, Arial, sans-serif; font-weight:900; font-size:18px; line-height:1.25; }
.lsp-card-copy em { display:block; color:var(--lsp-muted); font-style:normal; font-size:14.5px; line-height:1.65; }
.lsp-arrow { color:var(--lsp-faint); font-size:22px; }
.lsp-photo-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:18px; }
.lsp-photo-grid-6 { grid-template-columns:repeat(3, minmax(0, 1fr)); }
.lsp-image-card {
  position:relative;
  display:block;
  overflow:hidden;
  min-height:260px;
  border-radius:9px;
  border:1px solid var(--lsp-line);
  background:#111;
  text-decoration:none !important;
  color:#fff !important;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}
.lsp-image-card img { width:100%; height:100%; min-height:260px; object-fit:cover; display:block; transition:.35s ease; }
.lsp-image-card:hover img { transform:scale(1.04); }
.lsp-image-caption {
  position:absolute;
  left:18px; right:18px; bottom:17px;
  z-index:2;
}
.lsp-image-caption strong { display:block; font-family:Montserrat, Arial, sans-serif; font-size:18px; font-weight:900; color:#fff; }
.lsp-image-caption em { display:block; margin-top:4px; font-size:13px; font-style:normal; color:rgba(255,255,255,.72); }

.lsp-filter-row { display:flex; gap:12px; flex-wrap:wrap; padding:0 0 24px; }
.lsp-filter-row span { padding:10px 18px; border-radius:8px; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.045); color:#fff; font-weight:800; font-size:13px; }
.lsp-filter-row span:first-child { background:linear-gradient(135deg, #60ae3f, var(--lsp-green)); border-color:var(--lsp-green); }
.lsp-solution-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:18px; }
.lsp-solution {
  position:relative;
  overflow:hidden;
  min-height:280px;
  border-radius:9px;
  border:1px solid var(--lsp-line);
  background:#111;
  box-shadow:0 20px 60px rgba(0,0,0,.28);
}
.lsp-solution img { width:100%; height:100%; min-height:280px; object-fit:cover; display:block; opacity:.94; }
.lsp-solution div { position:absolute; left:20px; right:20px; bottom:18px; z-index:2; }
.lsp-solution h3 { margin:0 0 8px; color:#fff; font-family:Montserrat, Arial, sans-serif; font-size:22px; font-weight:900; }
.lsp-solution p { margin:0 0 14px; color:rgba(255,255,255,.75); line-height:1.5; }
.lsp-solution a,
.lsp-feature-project a,
.lsp-feature-article a,
.lsp-article a { color:var(--lsp-green-soft) !important; text-decoration:none !important; font-weight:800; }

.lsp-calculator-panel {
  display:grid;
  grid-template-columns:1.18fr .82fr;
  gap:36px;
  align-items:stretch;
  margin-top:18px;
  padding:32px;
  border:1px solid var(--lsp-line);
  border-radius:9px;
  background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.024)), #101211;
  box-shadow:0 24px 70px rgba(0,0,0,.32);
}
.lsp-calc-cards { display:grid; grid-template-columns:repeat(5, minmax(0,1fr)); gap:16px; }
.lsp-calc-cards .lsp-card { grid-template-columns:1fr; min-height:230px; align-items:start; }
.lsp-calc-cards .lsp-arrow { align-self:end; }
.lsp-calc-form h2 { font-size:28px; margin:0 0 24px; }
.lsp-calc-form h2 span { margin-left:12px; color:var(--lsp-green); font-size:13px; letter-spacing:0; }
.lsp-calc-form { display:grid; grid-template-columns:1fr 1fr; gap:16px 18px; }
.lsp-calc-form label { display:flex; flex-direction:column; gap:8px; color:#fff; font-weight:700; }
.lsp-calc-form h2,
.lsp-calc-form .lsp-note { grid-column:1 / -1; }
.lsp-calc-form input,
.lsp-calc-form select,
.lsp-form input,
.lsp-form textarea {
  width:100%;
  min-height:52px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  padding:0 16px;
  color:#fff;
  background:rgba(255,255,255,.06);
  outline:none;
  font-family:Manrope, Arial, sans-serif;
}
.lsp-calc-form select option { color:#111; }
.lsp-calc-form .lsp-btn { width:max-content; grid-column:1 / 2; margin-top:4px; }
.lsp-note { color:var(--lsp-faint); font-size:13px; border-top:1px solid rgba(255,255,255,.08); padding-top:16px; margin:8px 0 0; }
.lsp-calc-result { padding:36px; border-radius:9px; border:1px solid rgba(76,143,47,.35); background:radial-gradient(circle at 80% 20%, rgba(76,143,47,.25), transparent 35%), linear-gradient(135deg, rgba(76,143,47,.16), rgba(255,255,255,.035)), #111711; }
.lsp-calc-result h3 { margin:0 0 24px; color:var(--lsp-green-soft); font-family:Montserrat, Arial, sans-serif; font-size:22px; }
.lsp-calc-result strong { display:block; font-family:Montserrat, Arial, sans-serif; font-size:50px; line-height:1; color:#fff; }
.lsp-calc-result p { font-size:20px; color:#fff; margin:8px 0 28px; }
.lsp-calc-result em { display:block; color:var(--lsp-muted); font-style:normal; line-height:1.6; border-top:1px solid rgba(193,223,185,.2); padding-top:22px; }
.lsp-calc-result b { color:var(--lsp-green-soft); font-size:26px; }

.lsp-price-grid { display:grid; grid-template-columns:repeat(2, minmax(0, 1fr)); gap:16px; }
.lsp-price-card {
  position:relative;
  display:grid;
  grid-template-columns:60px 1fr auto;
  gap:18px;
  align-items:center;
  min-height:132px;
  padding:24px;
  border:1px solid var(--lsp-line);
  border-radius:9px;
  background:linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.02)), #111312;
}
.lsp-price-card h3 { margin:0 0 8px; color:#fff; font-family:Montserrat, Arial, sans-serif; font-size:20px; font-weight:900; }
.lsp-price-card p { margin:0 0 10px; color:var(--lsp-muted); }
.lsp-price-card small { color:var(--lsp-faint); }
.lsp-price-actions { display:flex; gap:10px; }
.lsp-price-actions a { display:inline-flex; align-items:center; height:38px; padding:0 13px; border:1px solid rgba(76,143,47,.6); color:var(--lsp-green-soft) !important; border-radius:7px; text-decoration:none !important; font-weight:900; }
.lsp-price-actions a:first-child { border-color:rgba(255,63,63,.65); color:#ff6262 !important; }
.lsp-info-box { display:flex; gap:22px; align-items:center; margin-top:16px; padding:25px; border-radius:9px; border:1px solid rgba(76,143,47,.42); background:rgba(76,143,47,.08); }
.lsp-info-box h3 { margin:0 0 5px; color:#fff; font-family:Montserrat, Arial, sans-serif; }
.lsp-info-box p { margin:0; color:var(--lsp-muted); }

.lsp-feature-project,
.lsp-feature-article {
  display:grid;
  grid-template-columns:1.2fr .9fr;
  gap:0;
  overflow:hidden;
  margin-top:24px;
  border:1px solid var(--lsp-line);
  border-radius:9px;
  background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), #101211;
}
.lsp-feature-project img,
.lsp-feature-article img { width:100%; height:100%; min-height:280px; object-fit:cover; }
.lsp-feature-project div,
.lsp-feature-article div { padding:34px; }
.lsp-feature-project span,
.lsp-feature-article span,
.lsp-article span { display:inline-block; margin-bottom:16px; color:var(--lsp-green); font-family:Montserrat, Arial, sans-serif; font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:.06em; }
.lsp-feature-project h2,
.lsp-feature-article h2 { font-size:31px; }
.lsp-feature-project p,
.lsp-feature-article p { color:var(--lsp-muted); line-height:1.7; margin:16px 0 22px; }
.lsp-article-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:18px; }
.lsp-article { position:relative; display:grid; grid-template-columns:42% 58%; min-height:215px; overflow:hidden; border:1px solid var(--lsp-line); border-radius:9px; background:#111312; }
.lsp-article:after { display:none; }
.lsp-article img { width:100%; height:100%; min-height:215px; object-fit:cover; }
.lsp-article div { padding:22px; }
.lsp-article h3 { margin:0 0 10px; color:#fff; font-family:Montserrat, Arial, sans-serif; font-size:19px; font-weight:900; line-height:1.25; }
.lsp-article p { margin:0 0 15px; color:var(--lsp-muted); font-size:14px; line-height:1.55; }

.lsp-contact-section { display:grid; grid-template-columns:.75fr 1.1fr; gap:24px; margin-top:24px; }
.lsp-contact-list { display:grid; gap:12px; }
.lsp-contact-list .lsp-card { min-height:112px; }
.lsp-form { padding:32px; border-radius:9px; border:1px solid var(--lsp-line); background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), #101211; }
.lsp-form h2 { font-size:28px; margin:0 0 8px; }
.lsp-form p { margin:0 0 22px; color:var(--lsp-muted); }
.lsp-form input,
.lsp-form textarea { margin-bottom:16px; }
.lsp-form textarea { min-height:160px; padding:16px; resize:vertical; }
.lsp-form .lsp-btn { width:100%; border:none; }
.lsp-map { overflow:hidden; margin-top:24px; border:1px solid var(--lsp-line); border-radius:9px; min-height:210px; background:#101211; }
.lsp-map img { display:block; width:100%; height:100%; min-height:210px; object-fit:cover; opacity:.86; }

.lsp-cta {
  display:grid;
  grid-template-columns:70px 1fr auto;
  gap:26px;
  align-items:center;
  margin-top:30px;
  margin-bottom:28px;
  padding:28px;
  border-radius:9px;
  border:1px solid var(--lsp-line);
  background:radial-gradient(circle at 78% 50%, rgba(76,143,47,.24), transparent 30%), linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), #101211;
  box-shadow:0 22px 70px rgba(0,0,0,.3);
}
.lsp-cta-icon { display:flex; width:62px; height:62px; border:1px solid rgba(255,255,255,.15); border-radius:50%; align-items:center; justify-content:center; color:rgba(255,255,255,.75); }
.lsp-cta-icon svg { width:30px; height:30px; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
.lsp-cta h2 { font-size:24px; margin-bottom:8px; }
.lsp-cta p { margin:0; color:var(--lsp-muted); line-height:1.6; }

.lsp-footer {
  width:min(var(--lsp-max), calc(100vw - 64px));
  margin:0 auto;
  display:grid;
  grid-template-columns:1.2fr 2fr 1.2fr;
  gap:34px;
  align-items:start;
  padding:42px 0 36px;
  border-top:1px solid rgba(76,143,47,.25);
  color:rgba(255,255,255,.68);
  font-family:Manrope, Arial, sans-serif;
}
.lsp-footer strong { display:block; margin-bottom:14px; color:#fff; font-family:Montserrat, Arial, sans-serif; font-size:24px; font-weight:900; }
.lsp-footer p { margin:0; line-height:1.6; }
.lsp-footer nav { display:flex; flex-wrap:wrap; gap:14px 24px; }
.lsp-footer a { color:rgba(255,255,255,.74) !important; text-decoration:none !important; font-weight:700; }
.lsp-footer a:hover { color:var(--lsp-green-soft) !important; }
.lsp-footer-contact { text-align:right; }

@media (max-width:1024px) {
  .lsp-hero { grid-template-columns:1fr; gap:30px; min-height:auto; padding-top:58px; }
  .lsp-hero-art { min-height:330px; }
  .lsp-grid-3,
  .lsp-solution-grid,
  .lsp-photo-grid,
  .lsp-photo-grid-6,
  .lsp-article-grid { grid-template-columns:repeat(2, minmax(0,1fr)); }
  .lsp-calc-cards { grid-template-columns:repeat(2, minmax(0,1fr)); }
  .lsp-calculator-panel,
  .lsp-feature-project,
  .lsp-feature-article,
  .lsp-contact-section { grid-template-columns:1fr; }
  .lsp-price-grid { grid-template-columns:1fr; }
  .lsp-footer { grid-template-columns:1fr; }
  .lsp-footer-contact { text-align:left; }
}
@media (max-width:700px) {
  .lsp-hero,
  .lsp-section,
  .lsp-filter-row,
  .lsp-feature-project,
  .lsp-feature-article,
  .lsp-calculator-panel,
  .lsp-contact-section,
  .lsp-map,
  .lsp-cta,
  .lsp-footer { width:min(100% - 28px, var(--lsp-max)); }
  .lsp-hero h1 { font-size:42px; }
  .lsp-hero p { font-size:16px; }
  .lsp-actions,
  .lsp-price-actions { flex-direction:column; }
  .lsp-btn { width:100%; }
  .lsp-grid-3,
  .lsp-solution-grid,
  .lsp-photo-grid,
  .lsp-photo-grid-6,
  .lsp-article-grid,
  .lsp-calc-cards { grid-template-columns:1fr; }
  .lsp-card { grid-template-columns:54px 1fr 20px; }
  .lsp-calculator-panel { padding:20px; }
  .lsp-calc-form { grid-template-columns:1fr; }
  .lsp-cta { grid-template-columns:1fr; }
  .lsp-price-card { grid-template-columns:54px 1fr; }
  .lsp-price-actions { grid-column:1 / -1; flex-direction:row; }
  .lsp-article { grid-template-columns:1fr; }
  .lsp-section-row { align-items:start; flex-direction:column; }
}

/* =========================================================
   LEMBAR.SHOP — layout fix v1.0.1
   Wider desktop layout, clean header spacing, less squeezed hero.
   ========================================================= */
:root {
  --lsp-max: 1500px;
}

body.lsp-premium-active .ct-header .ct-container,
body.lsp-premium-active .ct-header [data-row] > .ct-container,
body.lsp-premium-active .ct-header [data-row] .ct-container,
body.lsp-premium-active header .ct-container {
  width: min(var(--lsp-max), calc(100vw - 96px)) !important;
  max-width: min(var(--lsp-max), calc(100vw - 96px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.lsp-premium-active .ct-header [data-row],
body.lsp-premium-active .ct-header [data-row*="middle"] {
  min-height: 92px !important;
}

body.lsp-premium-active .ct-header [data-id="logo"] .site-title,
body.lsp-premium-active .ct-header .site-title,
body.lsp-premium-active .ct-header .site-title a {
  font-size: 27px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.lsp-premium-active .ct-header [data-id="menu"] > ul {
  gap: clamp(18px, 2vw, 34px) !important;
}

body.lsp-premium-active .ct-header nav a,
body.lsp-premium-active .ct-header [data-id="menu"] > ul > li > a {
  font-size: 12.5px !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.lsp-hero,
.lsp-section,
.lsp-filter-row,
.lsp-feature-project,
.lsp-feature-article,
.lsp-calculator-panel,
.lsp-contact-section,
.lsp-map,
.lsp-cta,
.lsp-footer {
  width: min(var(--lsp-max), calc(100vw - 96px));
}

.lsp-hero {
  grid-template-columns: minmax(620px, 1.05fr) minmax(520px, .95fr);
  gap: clamp(56px, 6vw, 92px);
  min-height: 650px;
  padding: 98px 0 76px;
}

.lsp-hero h1 {
  max-width: 820px;
  font-size: clamp(52px, 4.45vw, 74px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

.lsp-hero p {
  max-width: 720px;
  font-size: 18px;
}

.lsp-hero-art,
.lsp-hero-art img {
  min-height: 520px;
}

.lsp-card {
  min-height: 148px;
  padding: 26px 28px;
}

.lsp-section {
  padding: 58px 0;
}

.lsp-footer {
  margin-top: 34px;
}

@media (min-width: 1540px) {
  .lsp-hero h1 {
    font-size: 78px;
  }
}

@media (max-width: 1180px) {
  body.lsp-premium-active .ct-header .ct-container,
  body.lsp-premium-active .ct-header [data-row] > .ct-container,
  body.lsp-premium-active .ct-header [data-row] .ct-container,
  body.lsp-premium-active header .ct-container,
  .lsp-hero,
  .lsp-section,
  .lsp-filter-row,
  .lsp-feature-project,
  .lsp-feature-article,
  .lsp-calculator-panel,
  .lsp-contact-section,
  .lsp-map,
  .lsp-cta,
  .lsp-footer {
    width: min(100% - 48px, var(--lsp-max));
  }

  .lsp-hero {
    grid-template-columns: 1fr;
    gap: 36px;
    min-height: auto;
  }

  .lsp-hero h1 {
    max-width: 820px;
  }
}

@media (max-width: 720px) {
  body.lsp-premium-active .ct-header .ct-container,
  body.lsp-premium-active .ct-header [data-row] > .ct-container,
  body.lsp-premium-active .ct-header [data-row] .ct-container,
  body.lsp-premium-active header .ct-container,
  .lsp-hero,
  .lsp-section,
  .lsp-filter-row,
  .lsp-feature-project,
  .lsp-feature-article,
  .lsp-calculator-panel,
  .lsp-contact-section,
  .lsp-map,
  .lsp-cta,
  .lsp-footer {
    width: min(100% - 28px, var(--lsp-max));
  }

  .lsp-hero {
    padding: 54px 0 38px;
  }

  .lsp-hero h1 {
    font-size: clamp(36px, 11vw, 52px);
    line-height: 1.08;
  }

  .lsp-hero-art,
  .lsp-hero-art img {
    min-height: 310px;
  }
}

/* v1.0.2 cleanup: remove cheap badges, hide duplicated site tagline, improve contacts/about */
body.lsp-premium-active [data-id="logo"] .site-description,
body.lsp-premium-active .ct-header .site-description,
body.lsp-premium-active .site-description {
  display:none !important;
}
body.lsp-premium-active [data-id="logo"] img,
body.lsp-premium-active .custom-logo {
  max-height:48px !important;
  width:auto !important;
  object-fit:contain !important;
}
body.lsp-premium-active .lsp-badge {
  display:none !important;
}
body.lsp-premium-active .lsp-hero-copy > h1:first-child,
body.lsp-premium-active .lsp-hero-copy > .lsp-badge + h1 {
  margin-top:0 !important;
}
body.lsp-premium-active .lsp-added-about > a {
  color:rgba(255,255,255,.82) !important;
}
body.lsp-premium-active .lsp-added-about.current-menu-item > a {
  color:var(--lsp-green-soft) !important;
}
.lsp-messenger-card {
  cursor:default;
}
.lsp-messenger-links {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:12px;
}
.lsp-messenger-links a {
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:7px;
  border:1px solid rgba(76,143,47,.48);
  background:rgba(76,143,47,.10);
  color:#C1DFB9 !important;
  font-family:Montserrat, Arial, sans-serif;
  font-size:12px;
  font-weight:800;
  text-decoration:none !important;
}
.lsp-messenger-links a:hover {
  background:rgba(76,143,47,.18);
  border-color:rgba(193,223,185,.62);
}
.lsp-map-dnipro {
  position:relative;
  overflow:hidden;
  min-height:260px;
  background:
    radial-gradient(circle at 52% 46%, rgba(76,143,47,.28), transparent 16%),
    linear-gradient(24deg, transparent 47%, rgba(255,255,255,.08) 48%, transparent 49%),
    linear-gradient(78deg, transparent 45%, rgba(255,255,255,.07) 46%, transparent 47%),
    linear-gradient(142deg, transparent 48%, rgba(255,255,255,.06) 49%, transparent 50%),
    linear-gradient(8deg, transparent 42%, rgba(76,143,47,.12) 43%, transparent 44%),
    #111413 !important;
}
.lsp-map-dnipro:before,
.lsp-map-dnipro:after {
  content:"";
  position:absolute;
  inset:-20%;
  opacity:.42;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px);
  background-size:92px 92px;
  transform:rotate(-8deg);
}
.lsp-map-dnipro:after {
  opacity:.22;
  background-size:54px 54px;
  transform:rotate(13deg);
}
.lsp-map-city {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  z-index:2;
  width:min(460px, calc(100% - 50px));
  padding:28px;
  text-align:center;
  border:1px solid rgba(76,143,47,.45);
  border-radius:12px;
  background:rgba(5,7,6,.72);
  box-shadow:0 22px 80px rgba(0,0,0,.44), 0 0 70px rgba(76,143,47,.14);
  backdrop-filter:blur(5px);
}
.lsp-map-city span {
  display:block;
  margin-bottom:6px;
  color:var(--lsp-green-soft);
  font-family:Montserrat, Arial, sans-serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.lsp-map-city strong {
  display:block;
  color:#fff;
  font-family:Montserrat, Arial, sans-serif;
  font-size:42px;
  line-height:1;
  font-weight:900;
}
.lsp-map-city p {
  max-width:340px;
  margin:14px auto 0;
  color:var(--lsp-muted);
  line-height:1.55;
}
.lsp-about-intro {
  display:grid;
  grid-template-columns:1.1fr .75fr;
  gap:28px;
  align-items:stretch;
}
.lsp-about-copy,
.lsp-about-panel {
  border:1px solid var(--lsp-line);
  border-radius:9px;
  background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), #101211;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.lsp-about-copy { padding:34px; }
.lsp-about-copy h2 { margin-bottom:18px; }
.lsp-about-copy p {
  max-width:780px;
  color:var(--lsp-muted);
  font-size:17px;
  line-height:1.75;
}
.lsp-about-copy p:last-child { margin-bottom:0; }
.lsp-about-panel {
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:310px;
  padding:32px;
  background:
    radial-gradient(circle at 78% 20%, rgba(76,143,47,.25), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.02)),
    url('../img/hero-home.jpg') center/cover no-repeat;
  overflow:hidden;
  position:relative;
}
.lsp-about-panel:before {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.80));
}
.lsp-about-panel strong,
.lsp-about-panel span,
.lsp-about-panel em {
  position:relative;
  z-index:2;
}
.lsp-about-panel strong {
  color:#fff;
  font-family:Montserrat, Arial, sans-serif;
  font-size:42px;
  line-height:1;
  font-weight:900;
  letter-spacing:.05em;
}
.lsp-about-panel span {
  display:block;
  margin-top:14px;
  color:var(--lsp-green-soft);
  font-family:Montserrat, Arial, sans-serif;
  font-weight:800;
}
.lsp-about-panel em {
  display:block;
  margin-top:10px;
  color:var(--lsp-muted);
  font-style:normal;
}
@media (max-width:1024px) {
  .lsp-about-intro { grid-template-columns:1fr; }
}
@media (max-width:700px) {
  .lsp-map-city strong { font-size:32px; }
  .lsp-messenger-links { flex-direction:column; }
}

/* v1.0.3 fixes: articles as posts page, stronger header cleanup, real Dnipro map visual */
body.lsp-premium-active .ct-header [data-id="logo"] .site-description,
body.lsp-premium-active .ct-header [data-id="logo"] .site-tagline,
body.lsp-premium-active .ct-header [data-id="logo"] .ct-site-description,
body.lsp-premium-active .ct-header [data-id="logo"] [class*="description"],
body.lsp-premium-active .ct-header [data-id="logo"] [class*="tagline"],
body.lsp-premium-active .ct-logo-container .site-description,
body.lsp-premium-active .ct-logo-container .site-tagline,
body.lsp-premium-active .site-description,
body.lsp-premium-active .site-tagline {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  line-height: 0 !important;
}
body.lsp-premium-active .ct-header [data-id="logo"] img,
body.lsp-premium-active .ct-header .custom-logo {
  display:block !important;
  max-height:50px !important;
  width:auto !important;
  object-fit:contain !important;
}
body.lsp-premium-active .lsp-map-dnipro {
  min-height: 310px !important;
  background:#101211 !important;
}
body.lsp-premium-active .lsp-map-dnipro img {
  display:block !important;
  width:100% !important;
  min-height:310px !important;
  height:310px !important;
  object-fit:cover !important;
  opacity:.9 !important;
  filter:saturate(.95) contrast(1.05) brightness(.92) !important;
}
body.lsp-premium-active .lsp-map-dnipro:before,
body.lsp-premium-active .lsp-map-dnipro:after {
  display:none !important;
}
body.lsp-premium-active .lsp-map-dnipro .lsp-map-city {
  left:44px !important;
  top:auto !important;
  bottom:34px !important;
  transform:none !important;
  width:min(390px, calc(100% - 88px)) !important;
  text-align:left !important;
  background:rgba(5,7,6,.78) !important;
}
body.lsp-premium-active .lsp-about-panel-brand {
  background:
    radial-gradient(circle at 72% 18%, rgba(76,143,47,.25), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,255,255,.02)),
    url('../img/hero-price.jpg') center/cover no-repeat !important;
}
body.lsp-premium-active .lsp-about-strip {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:34px;
  border:1px solid var(--lsp-line);
  border-radius:9px;
  background:radial-gradient(circle at 82% 42%, rgba(76,143,47,.22), transparent 26%), linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), #101211;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
body.lsp-premium-active .lsp-about-strip h2 { margin:0 0 10px; color:#fff; font-family:Montserrat, Arial, sans-serif; font-size:30px; font-weight:900; }
body.lsp-premium-active .lsp-about-strip p { margin:0; color:var(--lsp-muted); font-size:16px; }
@media (max-width:700px) {
  body.lsp-premium-active .lsp-about-strip { flex-direction:column; align-items:flex-start; }
  body.lsp-premium-active .lsp-map-dnipro .lsp-map-city { left:20px !important; bottom:20px !important; width:calc(100% - 40px) !important; }
}

/* v1.0.4: real Google map, clean About page, stronger logo tagline cleanup */
body.lsp-premium-active .ct-header .site-description,
body.lsp-premium-active .ct-header .ct-site-description,
body.lsp-premium-active .ct-header .site-tagline,
body.lsp-premium-active .ct-header .ct-logo-container + div,
body.lsp-premium-active .ct-header .site-branding p,
body.lsp-premium-active .ct-header [data-id="logo"] p,
body.lsp-premium-active .ct-header [data-id="logo"] span:not(.site-title):not(.ct-label):not(.screen-reader-text) {
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  line-height:0 !important;
}

body.lsp-premium-active .lsp-about-plain {
  width:min(var(--lsp-max), calc(100vw - 64px));
  margin:0 auto;
  padding:92px 0 46px;
  border-bottom:1px solid rgba(76,143,47,.24);
  position:relative;
}
body.lsp-premium-active .lsp-about-plain:before {
  content:"";
  position:absolute;
  left:-16vw;
  top:80px;
  width:52vw;
  height:360px;
  background:radial-gradient(circle at center, rgba(76,143,47,.20), transparent 63%);
  filter:blur(14px);
  pointer-events:none;
}
body.lsp-premium-active .lsp-about-label {
  display:inline-flex;
  align-items:center;
  margin-bottom:20px;
  color:var(--lsp-green-soft);
  font-family:Montserrat, Arial, sans-serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.lsp-premium-active .lsp-about-label:before {
  content:"";
  width:34px;
  height:2px;
  margin-right:12px;
  background:var(--lsp-green);
}
body.lsp-premium-active .lsp-about-plain h1 {
  max-width:760px;
  margin:0 0 28px;
  color:#fff;
  font-family:Montserrat, Arial, sans-serif;
  font-size:clamp(46px, 6vw, 82px);
  line-height:1.03;
  font-weight:900;
  letter-spacing:-.055em;
}
body.lsp-premium-active .lsp-about-text {
  max-width:920px;
  display:grid;
  gap:16px;
}
body.lsp-premium-active .lsp-about-text p {
  margin:0;
  color:var(--lsp-muted);
  font-size:18px;
  line-height:1.75;
}
body.lsp-premium-active .lsp-about-actions {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:32px;
}
body.lsp-premium-active.lsp-page-about .lsp-section:first-of-type {
  padding-top:42px;
}

body.lsp-premium-active .lsp-real-map {
  position:relative;
  overflow:hidden;
  min-height:420px !important;
  margin-top:26px;
  padding:0 !important;
  background:#101211 !important;
  border:1px solid rgba(255,255,255,.16) !important;
  border-radius:10px !important;
  box-shadow:0 28px 90px rgba(0,0,0,.40);
}
body.lsp-premium-active .lsp-real-map iframe {
  display:block;
  width:100% !important;
  height:420px !important;
  min-height:420px !important;
  border:0 !important;
  filter:grayscale(1) invert(.92) contrast(1.06) brightness(.62) saturate(.45);
}
body.lsp-premium-active .lsp-real-map:before {
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 48%, rgba(76,143,47,.30), transparent 20%),
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.38));
  mix-blend-mode:multiply;
}
body.lsp-premium-active .lsp-real-map .lsp-map-city {
  left:42px !important;
  top:auto !important;
  bottom:34px !important;
  transform:none !important;
  width:min(390px, calc(100% - 84px)) !important;
  text-align:left !important;
  z-index:2 !important;
  background:rgba(5,7,6,.82) !important;
  border-color:rgba(76,143,47,.50) !important;
}
body.lsp-premium-active .lsp-real-map .lsp-map-city p {
  margin-left:0;
  margin-right:0;
}

@media (max-width:720px) {
  body.lsp-premium-active .lsp-about-plain,
  body.lsp-premium-active .lsp-real-map {
    width:min(100% - 28px, var(--lsp-max));
  }
  body.lsp-premium-active .lsp-about-plain {
    padding:56px 0 34px;
  }
  body.lsp-premium-active .lsp-about-text p {
    font-size:16px;
  }
  body.lsp-premium-active .lsp-real-map,
  body.lsp-premium-active .lsp-real-map iframe {
    min-height:360px !important;
    height:360px !important;
  }
  body.lsp-premium-active .lsp-real-map .lsp-map-city {
    left:18px !important;
    bottom:18px !important;
    width:calc(100% - 36px) !important;
    padding:22px !important;
  }
}

/* v1.0.5 objects: working filters and project detail pages */
.lsp-filter-row button.lsp-filter-btn {
  appearance:none;
  border:1px solid rgba(255,255,255,.14);
  border-radius:8px;
  background:rgba(255,255,255,.045);
  color:#fff;
  padding:10px 18px;
  font-family:Montserrat, Arial, sans-serif;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
  transition:.18s ease;
}
.lsp-filter-row button.lsp-filter-btn:hover {
  border-color:rgba(76,143,47,.65);
  background:rgba(76,143,47,.12);
}
.lsp-filter-row button.lsp-filter-btn.is-active {
  background:linear-gradient(135deg, #60ae3f, var(--lsp-green));
  border-color:var(--lsp-green);
}
.lsp-filter-item[hidden] { display:none !important; }
.lsp-empty-filter {
  margin:24px 0 0;
  padding:22px 24px;
  border:1px solid rgba(76,143,47,.35);
  border-radius:9px;
  color:var(--lsp-muted);
  background:rgba(76,143,47,.08);
}
.lsp-feature-project-image {
  display:block;
  min-height:100%;
  overflow:hidden;
}
.lsp-feature-project-image img {
  transition:.35s ease;
}
.lsp-feature-project-image:hover img {
  transform:scale(1.025);
}
.lsp-image-caption b {
  display:block;
  margin-top:10px;
  color:var(--lsp-green-soft);
  font-family:Montserrat, Arial, sans-serif;
  font-size:13px;
  font-style:normal;
  font-weight:800;
}
.lsp-project-detail-hero,
.lsp-project-info,
.lsp-project-materials,
.lsp-project-steps,
.lsp-project-result {
  width:min(var(--lsp-max), calc(100vw - 96px));
  margin-left:auto;
  margin-right:auto;
}
.lsp-project-detail-hero {
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:34px;
  align-items:stretch;
  padding:84px 0 44px;
}
.lsp-project-detail-image {
  overflow:hidden;
  border:1px solid var(--lsp-line);
  border-radius:9px;
  background:#111;
  box-shadow:0 28px 90px rgba(0,0,0,.45);
}
.lsp-project-detail-image img {
  display:block;
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
}
.lsp-project-detail-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:42px;
  border:1px solid var(--lsp-line);
  border-radius:9px;
  background:radial-gradient(circle at 90% 20%, rgba(76,143,47,.15), transparent 38%), linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), #101211;
}
.lsp-back-link,
.lsp-project-detail-copy a.lsp-back-link {
  width:max-content;
  margin-bottom:26px;
  color:var(--lsp-green-soft) !important;
  text-decoration:none !important;
  font-family:Montserrat, Arial, sans-serif;
  font-size:13px;
  font-weight:800;
}
.lsp-project-location {
  display:inline-flex;
  width:max-content;
  margin-bottom:14px;
  color:var(--lsp-green);
  font-family:Montserrat, Arial, sans-serif;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.lsp-project-detail-copy h1 {
  margin:0;
  max-width:640px;
  color:#fff;
  font-family:Montserrat, Arial, sans-serif;
  font-size:clamp(42px, 4vw, 64px);
  line-height:1.05;
  font-weight:900;
  letter-spacing:-.05em;
}
.lsp-project-detail-copy p {
  max-width:620px;
  margin:22px 0 0;
  color:var(--lsp-muted);
  font-size:18px;
  line-height:1.7;
}
.lsp-chip-row {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  margin-top:24px;
}
.lsp-chip-row span {
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  color:rgba(255,255,255,.76);
  background:rgba(255,255,255,.045);
  font-size:12px;
  font-weight:800;
}
.lsp-info-card,
.lsp-material-card,
.lsp-step-row article,
.lsp-project-result {
  border:1px solid var(--lsp-line);
  border-radius:9px;
  background:linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.02)), #101211;
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}
.lsp-info-card {
  min-height:140px;
  padding:26px;
}
.lsp-info-card p { margin:18px 0 0; color:var(--lsp-muted); line-height:1.65; }
.lsp-mini-line {
  display:block;
  width:70px;
  height:2px;
  background:linear-gradient(90deg, var(--lsp-green), transparent);
}
.lsp-material-grid {
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
}
.lsp-material-card {
  padding:24px;
}
.lsp-material-card .lsp-icon { margin-bottom:18px; }
.lsp-material-card strong {
  display:block;
  color:#fff;
  font-family:Montserrat, Arial, sans-serif;
  font-size:17px;
  font-weight:900;
  line-height:1.25;
}
.lsp-material-card p {
  margin:12px 0 0;
  color:var(--lsp-muted);
  font-size:14px;
  line-height:1.6;
}
.lsp-step-row {
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:18px;
}
.lsp-step-row article {
  padding:24px;
}
.lsp-step-row article span {
  display:block;
  margin-bottom:18px;
  color:var(--lsp-green);
  font-family:Montserrat, Arial, sans-serif;
  font-size:15px;
  font-weight:900;
}
.lsp-step-row article strong {
  display:block;
  color:#fff;
  font-family:Montserrat, Arial, sans-serif;
  font-size:17px;
  line-height:1.4;
}
.lsp-project-result {
  padding:36px;
  background:radial-gradient(circle at 85% 45%, rgba(76,143,47,.18), transparent 38%), linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02)), #101211;
}
.lsp-project-result h2 {
  margin:0 0 14px;
  color:#fff;
  font-family:Montserrat, Arial, sans-serif;
  font-size:34px;
  font-weight:900;
}
.lsp-project-result p {
  max-width:860px;
  margin:0;
  color:var(--lsp-muted);
  font-size:18px;
  line-height:1.75;
}
@media (max-width:1180px) {
  .lsp-project-detail-hero,
  .lsp-project-info,
  .lsp-project-materials,
  .lsp-project-steps,
  .lsp-project-result { width:min(100% - 48px, var(--lsp-max)); }
  .lsp-project-detail-hero { grid-template-columns:1fr; padding-top:54px; }
  .lsp-project-detail-image img { min-height:360px; }
  .lsp-material-grid,
  .lsp-step-row { grid-template-columns:repeat(2, minmax(0,1fr)); }
}
@media (max-width:720px) {
  .lsp-project-detail-hero,
  .lsp-project-info,
  .lsp-project-materials,
  .lsp-project-steps,
  .lsp-project-result { width:min(100% - 28px, var(--lsp-max)); }
  .lsp-project-detail-copy { padding:26px; }
  .lsp-project-detail-copy h1 { font-size:38px; }
  .lsp-material-grid,
  .lsp-step-row { grid-template-columns:1fr; }
}

/* =========================================================
   v1.0.6 Object detail: real project structure, gallery, materials
   ========================================================= */
.lsp-project-detail-hero-v106 {
  grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr);
  gap: 28px;
  align-items: stretch;
}
.lsp-project-gallery {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
  min-width: 0;
}
.lsp-project-main-photo {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  border: 1px solid var(--lsp-line);
  border-radius: 10px;
  background: #111;
  box-shadow: 0 28px 90px rgba(0,0,0,.45);
}
.lsp-project-main-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.35));
}
.lsp-project-main-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}
.lsp-project-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.lsp-gallery-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  height: 96px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: #111;
  cursor: pointer;
  opacity: .68;
  transition: .2s ease;
}
.lsp-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lsp-gallery-thumb:hover,
.lsp-gallery-thumb.is-active {
  opacity: 1;
  border-color: rgba(76,143,47,.78);
  box-shadow: 0 0 0 1px rgba(76,143,47,.28), 0 14px 30px rgba(0,0,0,.32);
}
.lsp-project-products .lsp-section-row a {
  color: var(--lsp-green-soft) !important;
  text-decoration: none !important;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 800;
}
.lsp-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.lsp-product-card {
  overflow: hidden;
  border: 1px solid var(--lsp-line);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.02)), #101211;
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
}
.lsp-product-photo {
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid rgba(76,143,47,.24);
  background: #0f1110;
}
.lsp-product-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .25s ease;
}
.lsp-product-card:hover .lsp-product-photo img {
  transform: scale(1.04);
}
.lsp-product-copy {
  padding: 20px;
}
.lsp-product-copy strong {
  display: block;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.25;
}
.lsp-product-copy p {
  min-height: 66px;
  margin: 10px 0 14px;
  color: var(--lsp-muted);
  font-size: 14px;
  line-height: 1.55;
}
.lsp-product-copy a {
  color: var(--lsp-green-soft) !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}
.lsp-project-info .lsp-info-card p {
  font-size: 15px;
}
@media (max-width: 1180px) {
  .lsp-project-detail-hero-v106 {
    grid-template-columns: 1fr;
  }
  .lsp-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .lsp-project-main-photo,
  .lsp-project-main-photo img {
    min-height: 330px;
  }
  .lsp-project-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lsp-gallery-thumb {
    height: 78px;
  }
  .lsp-product-grid {
    grid-template-columns: 1fr;
  }
  .lsp-product-copy p {
    min-height: auto;
  }
}

/* =========================================================
   v1.0.7 Object detail: no fake product photos, sharper gallery, lightbox
   ========================================================= */
.lsp-project-main-photo {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: zoom-in;
}
.lsp-project-main-photo img {
  image-rendering: auto;
}
.lsp-project-main-photo .lsp-open-photo {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(0,0,0,.56);
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  opacity: 0;
  transform: translateY(6px);
  transition: .2s ease;
}
.lsp-project-main-photo:hover .lsp-open-photo {
  opacity: 1;
  transform: translateY(0);
}
.lsp-system-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.lsp-system-card {
  display: flex;
  gap: 18px;
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--lsp-line);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255,255,255,.055), rgba(255,255,255,.02)), #101211;
  box-shadow: 0 20px 60px rgba(0,0,0,.28);
}
.lsp-system-card .lsp-icon {
  flex: 0 0 auto;
}
.lsp-system-copy strong {
  display: block;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}
.lsp-system-copy p {
  margin: 10px 0 14px;
  color: var(--lsp-muted);
  font-size: 14px;
  line-height: 1.58;
}
.lsp-system-copy a {
  color: var(--lsp-green-soft) !important;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
}
.lsp-system-note {
  max-width: 920px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 13px;
  line-height: 1.6;
}
.lsp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 34px;
  background: rgba(0,0,0,.92);
  backdrop-filter: blur(8px);
}
.lsp-lightbox.is-open {
  display: flex;
}
.lsp-lightbox img {
  display: block;
  max-width: min(1400px, 96vw);
  max-height: 92vh;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  box-shadow: 0 30px 120px rgba(0,0,0,.75);
  object-fit: contain;
}
.lsp-lightbox-close {
  position: fixed;
  top: 22px;
  right: 26px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  background: rgba(20,20,20,.82);
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  cursor: pointer;
}
body.lsp-lightbox-open {
  overflow: hidden;
}
@media (max-width: 1180px) {
  .lsp-system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
  .lsp-system-grid { grid-template-columns: 1fr; }
  .lsp-system-card { min-height: auto; }
  .lsp-lightbox { padding: 16px; }
}
