/*
 * Lukas-Teissl Consulting – /de/eigenentwicklungen/ isolated premium page
 * This stylesheet is registered only by protected/views/de/eigenentwicklungen.php.
 * It intentionally contains the full page styling so this URL does not rely on
 * the global layout's custom-development asset detection.
 */
body{background:#fff;overflow-x:hidden}
.ltx-dev{
  --ltx-ink:#0b1730;
  --ltx-ink-2:#142746;
  --ltx-copy:#4e5d70;
  --ltx-muted:#718096;
  --ltx-line:rgba(11,23,48,.10);
  --ltx-soft:#f4f8fb;
  --ltx-soft-2:#eef5f7;
  --ltx-green:#3a8b03;
  --ltx-green-dark:#2c6d02;
  --ltx-teal:#087b88;
  --ltx-teal-dark:#075c67;
  --ltx-blue:#0f5f8f;
  --ltx-white:#fff;
  --ltx-danger:#c64a4a;
  --ltx-shadow:0 24px 70px rgba(11,23,48,.12);
  --ltx-shadow-soft:0 14px 42px rgba(11,23,48,.08);
  position:relative;
  overflow:hidden;
  color:var(--ltx-ink);
  background:#fff;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.65;
}
.ltx-dev *,.ltx-dev *::before,.ltx-dev *::after{box-sizing:border-box}
.ltx-dev img{display:block;max-width:100%;height:auto}
.ltx-dev a{text-decoration:none}
.ltx-dev button,.ltx-dev a{touch-action:manipulation}
.ltx-dev button{font:inherit}
.ltx-dev-container{width:min(1180px,92vw);margin-inline:auto;position:relative;z-index:2}
.ltx-dev h1,.ltx-dev h2,.ltx-dev h3,.ltx-dev h4,.ltx-dev p{margin-top:0}
.ltx-dev h1,.ltx-dev h2,.ltx-dev h3,.ltx-dev h4{color:var(--ltx-ink);letter-spacing:-.025em}
.ltx-dev h1{font-size:clamp(2.05rem,3.15vw,3.15rem);line-height:1.08;font-weight:850;margin-bottom:.92rem;max-width:760px}
.ltx-dev h2{font-size:clamp(1.55rem,2.35vw,2.25rem);line-height:1.14;font-weight:820;margin-bottom:.72rem}
.ltx-dev h3{font-size:clamp(1.06rem,1.45vw,1.34rem);line-height:1.25;font-weight:800}
.ltx-dev p{color:var(--ltx-copy);font-size:.98rem}
.ltx-dev :focus-visible{outline:3px solid rgba(8,123,136,.38);outline-offset:4px;border-radius:8px}

.ltx-dev-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:.48rem;margin:0 0 1rem;color:#718096;font-size:.76rem;font-weight:700;line-height:1.3}
.ltx-dev-breadcrumb a{color:#4f6177;transition:color .2s ease}
.ltx-dev-breadcrumb a:hover{color:var(--ltx-teal-dark)}
.ltx-dev-breadcrumb i{font-size:.58rem;color:#91a0b2}
.ltx-dev-breadcrumb span[aria-current="page"]{color:var(--ltx-teal-dark)}

.ltx-dev-eyebrow,.ltx-dev-kicker,.ltx-dev-product__tag{
  display:inline-flex;align-items:center;gap:.55rem;
  color:var(--ltx-teal-dark);font-size:.77rem;font-weight:850;line-height:1.2;
  letter-spacing:.105em;text-transform:uppercase;
}
.ltx-dev-eyebrow{padding:.54rem .82rem;border:1px solid rgba(8,123,136,.18);border-radius:999px;background:rgba(255,255,255,.78);box-shadow:0 8px 24px rgba(11,23,48,.06);margin-bottom:.85rem}
.ltx-dev-kicker{margin-bottom:.7rem}
.ltx-dev-kicker--light{color:#8ee6df}

.ltx-dev-hero{position:relative;padding:clamp(3.2rem,5.2vw,5.25rem) 0 1.45rem;background:
  radial-gradient(circle at 85% 10%,rgba(8,123,136,.16),transparent 31%),
  radial-gradient(circle at 8% 70%,rgba(58,139,3,.12),transparent 28%),
  linear-gradient(135deg,#f9fbfd 0%,#f2f7fa 55%,#f8fbfa 100%)}
.ltx-dev-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(11,23,48,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(11,23,48,.025) 1px,transparent 1px);background-size:38px 38px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.65),transparent 90%);pointer-events:none}
.ltx-dev-orb{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}
.ltx-dev-orb--one{width:390px;height:390px;right:-170px;top:5%;background:rgba(8,123,136,.08)}
.ltx-dev-orb--two{width:240px;height:240px;left:-100px;bottom:5%;background:rgba(58,139,3,.08)}
.ltx-dev-hero__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr);gap:clamp(1.8rem,3.6vw,3.6rem);align-items:center}
.ltx-dev-hero__content{position:relative;z-index:3}
.ltx-dev-lead{font-size:clamp(1.02rem,1.25vw,1.16rem)!important;line-height:1.6;max-width:720px;margin-bottom:.75rem!important;color:#33445b!important}
.ltx-dev-hero__note{max-width:700px;padding-left:.9rem;border-left:3px solid var(--ltx-green);font-size:.91rem!important;margin-bottom:1.05rem!important}
.ltx-dev-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem;margin-top:1.05rem}
.ltx-dev-btn{display:inline-flex;align-items:center;justify-content:center;gap:.62rem;min-height:48px;padding:.76rem 1.12rem;border:1px solid transparent;border-radius:13px;font-size:.9rem;font-weight:800;line-height:1.25;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease}
.ltx-dev-btn:hover{transform:translateY(-2px)}
.ltx-dev-btn--primary{color:#fff!important;background:linear-gradient(135deg,var(--ltx-teal),var(--ltx-blue));box-shadow:0 13px 30px rgba(8,103,136,.24)}
.ltx-dev-btn--primary:hover{color:#fff!important;box-shadow:0 17px 36px rgba(8,103,136,.31)}
.ltx-dev-btn--secondary{color:var(--ltx-ink)!important;background:rgba(255,255,255,.9);border-color:rgba(11,23,48,.13);box-shadow:0 10px 26px rgba(11,23,48,.07)}
.ltx-dev-btn--secondary:hover{color:var(--ltx-teal-dark)!important;border-color:rgba(8,123,136,.28)}
.ltx-dev-btn--light{color:var(--ltx-ink)!important;background:#fff;box-shadow:0 13px 30px rgba(0,0,0,.17)}
.ltx-dev-btn--light:hover{color:var(--ltx-teal-dark)!important;background:#f5fbfb}
.ltx-dev-btn--ghost{color:#fff!important;background:transparent;border-color:rgba(255,255,255,.38)}
.ltx-dev-btn--ghost:hover{color:#fff!important;background:rgba(255,255,255,.1);border-color:#fff}
.ltx-dev-microcopy{display:flex;align-items:center;gap:.45rem;margin:.75rem 0 0!important;color:#68778b!important;font-size:.82rem!important;font-weight:650}
.ltx-dev-microcopy i{color:var(--ltx-green)}

.ltx-dev-hero__visual{position:relative;padding:1.2rem 0 2rem}
.ltx-dev-visual-card{position:relative;padding:.65rem;border:1px solid rgba(255,255,255,.85);border-radius:30px;background:rgba(255,255,255,.55);box-shadow:var(--ltx-shadow);transform:rotate(1.1deg);backdrop-filter:blur(12px)}
.ltx-dev-visual-card::before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(130deg,rgba(255,255,255,.92),rgba(8,123,136,.17),rgba(58,139,3,.12));z-index:-1}
.ltx-dev-visual-card picture,.ltx-dev-visual-card img{width:100%;border-radius:23px}
.ltx-dev-visual-card img{aspect-ratio:4/3;object-fit:cover;background:#f7f9fc}
.ltx-dev-visual-card__glow{position:absolute;inset:20% 12% -12%;background:rgba(8,123,136,.15);filter:blur(35px);z-index:-2;border-radius:50%}
.ltx-dev-float-card{position:absolute;z-index:4;display:flex;flex-direction:column;min-width:165px;max-width:205px;padding:.85rem 1rem;border:1px solid rgba(255,255,255,.88);border-radius:17px;background:rgba(255,255,255,.94);box-shadow:0 18px 42px rgba(11,23,48,.16);backdrop-filter:blur(10px)}
.ltx-dev-float-card strong{color:var(--ltx-teal-dark);font-size:1.25rem;line-height:1.15}
.ltx-dev-float-card span{margin-top:.2rem;color:#617085;font-size:.73rem;font-weight:700;line-height:1.35}
.ltx-dev-float-card--one{left:-3%;bottom:2%;transform:rotate(-2deg)}
.ltx-dev-float-card--two{right:-3%;top:4%;transform:rotate(2deg)}
.ltx-dev-hero__footnote{max-width:720px;margin:1rem 0 0!important;color:#778498!important;font-size:.72rem!important;line-height:1.45}

.ltx-dev-trust{position:relative;background:#fff;border-top:1px solid var(--ltx-line);border-bottom:1px solid var(--ltx-line)}
.ltx-dev-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.ltx-dev-trust__item{display:flex;gap:.9rem;align-items:flex-start;padding:1.35rem 1.15rem}
.ltx-dev-trust__item+ .ltx-dev-trust__item{border-left:1px solid var(--ltx-line)}
.ltx-dev-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;border-radius:13px;color:var(--ltx-teal-dark);background:linear-gradient(135deg,rgba(8,123,136,.13),rgba(58,139,3,.11))}
.ltx-dev-trust__item h2{font-size:.91rem;letter-spacing:-.01em;margin:.1rem 0 .18rem}
.ltx-dev-trust__item p{margin:0;font-size:.76rem;line-height:1.45}

.ltx-dev-section{position:relative;padding:clamp(3.3rem,5.2vw,5.25rem) 0}
.ltx-dev-section--soft{background:linear-gradient(180deg,#f7f9fb,#f2f6f8)}
.ltx-dev-section__header{max-width:800px;margin:0 auto clamp(1.65rem,3vw,2.65rem);text-align:center}
.ltx-dev-section__header p{max-width:720px;margin:0 auto;font-size:.96rem}

.ltx-dev-compare{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:1.25rem;align-items:stretch}
.ltx-dev-compare__card{padding:clamp(1.2rem,2.2vw,1.7rem);border-radius:22px;background:#fff;box-shadow:var(--ltx-shadow-soft);border:1px solid var(--ltx-line)}
.ltx-dev-compare__card--before{background:linear-gradient(145deg,#fff,#fff8f7)}
.ltx-dev-compare__card--after{background:linear-gradient(145deg,#fff,#f5fbf7);border-color:rgba(58,139,3,.18)}
.ltx-dev-compare__heading{display:flex;align-items:center;gap:.8rem;margin-bottom:1.15rem}
.ltx-dev-compare__heading>span{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;background:#fff0ee;color:var(--ltx-danger)}
.ltx-dev-compare__card--after .ltx-dev-compare__heading>span{background:#edf7e8;color:var(--ltx-green)}
.ltx-dev-compare__heading h3{font-size:1.02rem;margin:0}
.ltx-dev-compare ul,.ltx-dev-checklist,.ltx-dev-demo ul{list-style:none;padding:0;margin:0}
.ltx-dev-compare li,.ltx-dev-checklist li{display:flex;align-items:flex-start;gap:.72rem;margin:.72rem 0;color:#4b5a6e;font-size:.94rem;line-height:1.5}
.ltx-dev-compare__card--before li i{color:#d2675d;margin-top:.28rem}
.ltx-dev-compare__card--after li i,.ltx-dev-checklist li i{color:var(--ltx-green);margin-top:.28rem}
.ltx-dev-compare__arrow{display:flex;align-items:center;justify-content:center;color:var(--ltx-teal);font-size:1.65rem}

.ltx-dev-products{display:flex;flex-direction:column;gap:clamp(1.5rem,3.2vw,2.8rem)}
.ltx-dev-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.92fr);gap:clamp(1.55rem,3.3vw,3rem);align-items:center;padding:clamp(1.2rem,2.4vw,1.75rem);border:1px solid var(--ltx-line);border-radius:26px;background:#fff;box-shadow:var(--ltx-shadow-soft)}
.ltx-dev-product--reverse .ltx-dev-product__content{order:2}
.ltx-dev-product--reverse .ltx-dev-product__visual,.ltx-dev-product--reverse .ltx-dev-share-showcase,.ltx-dev-product--reverse .ltx-dev-newsletter-showcase{order:1}
.ltx-dev-product__tag{margin-bottom:.72rem;padding:.43rem .68rem;border-radius:999px;background:rgba(8,123,136,.08)}
.ltx-dev-product__content h3{font-size:clamp(1.32rem,1.9vw,1.78rem);margin:0 0 .34rem}
.ltx-dev-product__content h4{font-size:clamp(.98rem,1.2vw,1.12rem);line-height:1.38;margin:0 0 .72rem;color:var(--ltx-teal-dark)}
.ltx-dev-product__content>p{font-size:.92rem;line-height:1.65}
.ltx-dev-checklist{margin:.9rem 0}
.ltx-dev-checklist li i{display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px;width:22px;height:22px;border-radius:50%;background:#edf7e8;font-size:.68rem}
.ltx-dev-result{display:flex;align-items:flex-start;gap:.7rem;padding:.88rem 1rem;margin:1.15rem 0 0!important;border-radius:14px;background:#f1f7f8;color:#355063!important;font-size:.86rem!important;font-weight:720}
.ltx-dev-result i{color:#dc8d13;margin-top:.22rem}
.ltx-dev-actions--product{align-items:center}
.ltx-dev-text-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--ltx-teal-dark)!important;font-size:.88rem;font-weight:800;line-height:1.35}
.ltx-dev-text-link i{transition:transform .2s ease}
.ltx-dev-text-link:hover i{transform:translateX(4px)}
.ltx-dev-product__visual{position:relative;display:block;overflow:hidden;padding:.55rem;border-radius:24px;background:#edf2f5;border:1px solid rgba(11,23,48,.08);box-shadow:0 20px 50px rgba(11,23,48,.14);transition:transform .25s ease,box-shadow .25s ease}
.ltx-dev-product__visual:hover{transform:translateY(-4px) rotate(.35deg);box-shadow:0 28px 62px rgba(11,23,48,.18)}
.ltx-dev-product__visual picture,.ltx-dev-product__visual img{width:100%;border-radius:18px}
.ltx-dev-product__visual img{aspect-ratio:4/3;object-fit:cover;background:#f7f9fc}
.ltx-dev-product__open{position:absolute;right:1.1rem;top:1.1rem;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:13px;color:#fff;background:rgba(11,23,48,.86);box-shadow:0 10px 24px rgba(11,23,48,.22)}


/* LT Share – asset-free premium system mockup.
   Deliberately built with HTML/CSS instead of a fabricated screenshot, so the
   card remains sharp, lightweight and truthful on every device. */
.ltx-dev-product--share{
  border-color:rgba(28,86,126,.15);
  background:
    radial-gradient(circle at 90% 10%,rgba(35,164,173,.08),transparent 33%),
    linear-gradient(145deg,#fff,#f7fbfc 72%,#f4f9fb);
}
.ltx-dev-product--share .ltx-dev-product__tag{
  color:#0b6d77;
  background:linear-gradient(135deg,rgba(8,123,136,.10),rgba(15,95,143,.08));
}
.ltx-dev-product--share .ltx-dev-product__content h4{color:#0a6774}
.ltx-dev-share-showcase{
  position:relative;
  display:block;
  min-width:0;
  padding:.62rem;
  overflow:hidden;
  border:1px solid rgba(11,23,48,.10);
  border-radius:25px;
  background:
    radial-gradient(circle at 88% 8%,rgba(64,209,198,.18),transparent 34%),
    linear-gradient(145deg,#071a2e,#0a2e46 56%,#075966);
  box-shadow:0 24px 58px rgba(8,35,57,.20);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.ltx-dev-share-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:28px 28px;
  -webkit-mask-image:linear-gradient(145deg,#000,transparent 78%);
  mask-image:linear-gradient(145deg,#000,transparent 78%);
}
.ltx-dev-share-showcase:hover{
  transform:translateY(-4px) rotate(.22deg);
  border-color:rgba(38,153,164,.28);
  box-shadow:0 32px 70px rgba(8,35,57,.27);
}
.ltx-dev-share-browser{
  position:relative;
  z-index:2;
  min-height:420px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.18);
  border-radius:19px;
  background:linear-gradient(180deg,rgba(255,255,255,.985),rgba(247,251,252,.98));
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.ltx-dev-share-browser__bar{
  display:grid;
  grid-template-columns:auto auto auto minmax(0,1fr) auto;
  align-items:center;
  gap:.38rem;
  min-height:43px;
  padding:.55rem .72rem;
  border-bottom:1px solid rgba(11,23,48,.08);
  background:#eef3f5;
}
.ltx-dev-share-browser__bar>span{width:8px;height:8px;border-radius:50%;background:#b8c4ca}
.ltx-dev-share-browser__bar>span:nth-child(1){background:#e88c82}
.ltx-dev-share-browser__bar>span:nth-child(2){background:#dfbd69}
.ltx-dev-share-browser__bar>span:nth-child(3){background:#78bb8a}
.ltx-dev-share-browser__bar>div{
  min-width:0;
  margin-left:.35rem;
  padding:.38rem .65rem;
  overflow:hidden;
  border:1px solid rgba(11,23,48,.07);
  border-radius:9px;
  background:#fff;
  color:#657487;
  font-size:.62rem;
  font-weight:750;
  line-height:1;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ltx-dev-share-browser__bar>i{color:#628397;font-size:.68rem}
.ltx-dev-share-browser__body{
  position:relative;
  min-height:377px;
  padding:clamp(1.35rem,3vw,2rem);
  background:
    radial-gradient(circle at 84% 10%,rgba(58,196,187,.12),transparent 30%),
    linear-gradient(180deg,#fff,#f7fbfc);
}
.ltx-dev-share-brand{
  display:flex;
  align-items:center;
  gap:.5rem;
  width:max-content;
  margin-bottom:1.05rem;
  color:#0a6875;
  font-size:.8rem;
  font-weight:900;
  letter-spacing:.08em;
}
.ltx-dev-share-brand i{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(135deg,#0d8490,#0f5f8f);
  box-shadow:0 9px 20px rgba(8,103,136,.22);
}
.ltx-dev-share-kicker{
  display:block;
  margin-bottom:.42rem;
  color:#0c7a83;
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1.2;
  text-transform:uppercase;
}
.ltx-dev-share-browser__body>strong{
  display:block;
  max-width:390px;
  margin-bottom:.45rem;
  color:#0b1730;
  font-size:clamp(1.2rem,2vw,1.55rem);
  font-weight:880;
  letter-spacing:-.035em;
  line-height:1.12;
}
.ltx-dev-share-browser__body>p{
  margin:0 0 1.08rem!important;
  color:#637387!important;
  font-size:.76rem!important;
  font-weight:720;
  line-height:1.5;
}
.ltx-dev-share-flow{
  display:grid;
  grid-template-columns:36px 1fr 36px 1fr 36px 1fr 36px;
  align-items:center;
  gap:.4rem;
  margin:1rem 0 1.15rem;
}
.ltx-dev-share-flow span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border:1px solid rgba(8,123,136,.13);
  border-radius:12px;
  color:#0b7280;
  background:#edf8f8;
  box-shadow:0 6px 16px rgba(11,23,48,.05);
}
.ltx-dev-share-flow span:last-child{color:#fff;background:linear-gradient(135deg,#0c8890,#10618d)}
.ltx-dev-share-flow b{height:2px;border-radius:999px;background:linear-gradient(90deg,rgba(8,123,136,.18),rgba(8,123,136,.55));position:relative}
.ltx-dev-share-flow b::after{content:"";position:absolute;right:-1px;top:50%;width:6px;height:6px;border-top:2px solid rgba(8,123,136,.52);border-right:2px solid rgba(8,123,136,.52);transform:translateY(-50%) rotate(45deg)}
.ltx-dev-share-chips{display:flex;flex-wrap:wrap;gap:.48rem;margin-top:.2rem}
.ltx-dev-share-chips span{
  display:inline-flex;
  align-items:center;
  gap:.38rem;
  min-height:29px;
  padding:.38rem .55rem;
  border:1px solid rgba(11,23,48,.08);
  border-radius:999px;
  background:#fff;
  color:#52657a;
  box-shadow:0 5px 14px rgba(11,23,48,.04);
  font-size:.61rem;
  font-weight:800;
  line-height:1.2;
}
.ltx-dev-share-chips i{color:#0b7c87;font-size:.58rem}
.ltx-dev-share-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.8rem;
  margin-top:1.1rem;
  padding:.68rem .78rem;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(135deg,#0c7f88,#105c89);
  box-shadow:0 11px 24px rgba(8,103,136,.18);
  font-size:.68rem;
  font-weight:850;
  line-height:1.3;
}
.ltx-dev-share-showcase .ltx-dev-product__open{
  z-index:4;
  right:1.35rem;
  top:1.32rem;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(7,31,49,.86);
  -webkit-backdrop-filter:blur(9px);
  backdrop-filter:blur(9px);
}


/* LT Newsletter Intelligence – premium, asset-free dashboard mockup.
   The visual communicates the system architecture without pretending to be a
   literal screenshot of the current installer or a third-party provider UI. */
.ltx-dev-product--newsletter{
  border-color:rgba(13,111,122,.16);
  background:
    radial-gradient(circle at 10% 92%,rgba(56,167,112,.08),transparent 31%),
    radial-gradient(circle at 92% 8%,rgba(30,154,177,.09),transparent 33%),
    linear-gradient(145deg,#fff,#f7fbfb 74%,#f2f8f7);
}
.ltx-dev-product--newsletter .ltx-dev-product__tag{
  color:#0a6b73;
  background:linear-gradient(135deg,rgba(12,128,137,.11),rgba(46,142,98,.09));
}
.ltx-dev-product--newsletter .ltx-dev-product__content h4{color:#0a6774}
.ltx-dev-product--newsletter .ltx-dev-result{
  background:linear-gradient(135deg,rgba(12,128,137,.07),rgba(46,142,98,.07));
  border:1px solid rgba(19,128,120,.08);
}
.ltx-dev-newsletter-showcase{
  position:relative;
  display:block;
  min-width:0;
  padding:.62rem;
  overflow:hidden;
  border:1px solid rgba(7,43,58,.16);
  border-radius:25px;
  background:
    radial-gradient(circle at 84% 8%,rgba(53,212,192,.21),transparent 34%),
    radial-gradient(circle at 10% 88%,rgba(77,180,108,.16),transparent 32%),
    linear-gradient(145deg,#061726,#0a3446 58%,#08655f);
  box-shadow:0 25px 62px rgba(6,42,55,.22);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.ltx-dev-newsletter-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size:26px 26px;
  -webkit-mask-image:linear-gradient(145deg,#000,transparent 82%);
  mask-image:linear-gradient(145deg,#000,transparent 82%);
}
.ltx-dev-newsletter-showcase:hover{
  transform:translateY(-4px) rotate(-.18deg);
  border-color:rgba(70,196,181,.30);
  box-shadow:0 34px 76px rgba(6,42,55,.29);
}
.ltx-dev-newsletter-browser{
  position:relative;
  z-index:2;
  min-height:420px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.19);
  border-radius:19px;
  background:#f7fafb;
  box-shadow:0 18px 42px rgba(0,0,0,.19);
}
.ltx-dev-newsletter-browser__bar{
  display:grid;
  grid-template-columns:auto auto auto minmax(0,1fr) auto;
  align-items:center;
  gap:.38rem;
  min-height:43px;
  padding:.55rem .72rem;
  border-bottom:1px solid rgba(11,23,48,.08);
  background:#eef3f4;
}
.ltx-dev-newsletter-browser__bar>span{width:8px;height:8px;border-radius:50%;background:#b8c4ca}
.ltx-dev-newsletter-browser__bar>span:nth-child(1){background:#e88c82}
.ltx-dev-newsletter-browser__bar>span:nth-child(2){background:#dfbd69}
.ltx-dev-newsletter-browser__bar>span:nth-child(3){background:#78bb8a}
.ltx-dev-newsletter-browser__bar>div{
  min-width:0;
  margin-left:.35rem;
  padding:.38rem .65rem;
  overflow:hidden;
  border:1px solid rgba(11,23,48,.07);
  border-radius:9px;
  background:#fff;
  color:#657487;
  font-size:.62rem;
  font-weight:750;
  line-height:1;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ltx-dev-newsletter-browser__bar>i{color:#628397;font-size:.68rem}
.ltx-dev-newsletter-dashboard{
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  min-height:377px;
  background:linear-gradient(180deg,#f9fbfc,#f3f8f8);
}
.ltx-dev-newsletter-sidebar{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.62rem;
  padding:.86rem .55rem;
  border-right:1px solid rgba(9,43,55,.08);
  background:linear-gradient(180deg,#08263a,#0a4350 72%,#0b625b);
}
.ltx-dev-newsletter-sidebar b{
  display:flex;
  align-items:center;
  justify-content:center;
  width:33px;
  height:33px;
  margin-bottom:.28rem;
  border:1px solid rgba(255,255,255,.18);
  border-radius:10px;
  color:#fff;
  background:rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  font-size:.67rem;
  font-weight:900;
  letter-spacing:.06em;
}
.ltx-dev-newsletter-sidebar span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:32px;
  height:32px;
  border-radius:10px;
  color:rgba(226,244,245,.60);
  font-size:.69rem;
}
.ltx-dev-newsletter-sidebar span.is-active{
  color:#fff;
  background:rgba(86,222,201,.18);
  box-shadow:inset 0 0 0 1px rgba(118,232,216,.18);
}
.ltx-dev-newsletter-main{
  min-width:0;
  padding:clamp(1rem,2.25vw,1.45rem);
  background:
    radial-gradient(circle at 92% 2%,rgba(45,186,171,.10),transparent 27%),
    linear-gradient(180deg,#fff,#f6faf9);
}
.ltx-dev-newsletter-heading{margin-bottom:.82rem}
.ltx-dev-newsletter-heading>span{
  display:block;
  margin-bottom:.28rem;
  color:#0b7b82;
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.12em;
  line-height:1.2;
  text-transform:uppercase;
}
.ltx-dev-newsletter-heading>strong{
  display:block;
  max-width:390px;
  color:#0b1730;
  font-size:clamp(1.05rem,1.8vw,1.36rem);
  font-weight:880;
  letter-spacing:-.035em;
  line-height:1.13;
}
.ltx-dev-newsletter-heading>p{
  margin:.32rem 0 0!important;
  color:#718091!important;
  font-size:.62rem!important;
  font-weight:760;
  line-height:1.45;
}
.ltx-dev-newsletter-stats{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.48rem;
  margin-bottom:.58rem;
}
.ltx-dev-newsletter-stats>div{
  display:grid;
  grid-template-columns:24px minmax(0,1fr);
  grid-template-areas:"icon value" "icon label";
  align-items:center;
  column-gap:.45rem;
  min-width:0;
  padding:.58rem .62rem;
  border:1px solid rgba(10,79,87,.09);
  border-radius:12px;
  background:rgba(255,255,255,.93);
  box-shadow:0 7px 18px rgba(10,54,65,.05);
}
.ltx-dev-newsletter-stats i{
  grid-area:icon;
  display:flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:8px;
  color:#0b7c82;
  background:#eaf6f4;
  font-size:.58rem;
}
.ltx-dev-newsletter-stats strong{
  grid-area:value;
  overflow:hidden;
  color:#183249;
  font-size:.66rem;
  font-weight:900;
  line-height:1.1;
  text-overflow:ellipsis;
}
.ltx-dev-newsletter-stats span{
  grid-area:label;
  overflow:hidden;
  color:#7a8a99;
  font-size:.5rem;
  font-weight:750;
  line-height:1.15;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.ltx-dev-newsletter-insights{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);
  gap:.55rem;
}
.ltx-dev-newsletter-chart,.ltx-dev-newsletter-audience{
  min-width:0;
  min-height:116px;
  padding:.68rem;
  border:1px solid rgba(10,79,87,.09);
  border-radius:13px;
  background:#fff;
  box-shadow:0 7px 18px rgba(10,54,65,.045);
}
.ltx-dev-newsletter-chart>div:first-child,.ltx-dev-newsletter-audience>span{
  color:#536879;
  font-size:.55rem;
  font-style:normal;
  font-weight:850;
  line-height:1.2;
}
.ltx-dev-newsletter-chart>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:.5rem}
.ltx-dev-newsletter-chart>div:first-child b{
  padding:.2rem .35rem;
  border-radius:999px;
  color:#0c786c;
  background:#e8f7ef;
  font-size:.43rem;
  font-weight:900;
  letter-spacing:.07em;
}
.ltx-dev-newsletter-bars{
  display:flex;
  align-items:flex-end;
  gap:.33rem;
  height:62px;
  margin-top:.55rem;
  padding:.2rem .15rem 0;
  border-bottom:1px solid rgba(9,68,78,.10);
  background:linear-gradient(180deg,rgba(10,124,130,.035),transparent);
}
.ltx-dev-newsletter-bars i{
  flex:1;
  min-width:7px;
  border-radius:5px 5px 2px 2px;
  background:linear-gradient(180deg,#36b8ad,#168191);
  box-shadow:0 4px 9px rgba(18,126,137,.12);
}
.ltx-dev-newsletter-bars i:nth-child(1){height:32%}
.ltx-dev-newsletter-bars i:nth-child(2){height:48%}
.ltx-dev-newsletter-bars i:nth-child(3){height:42%}
.ltx-dev-newsletter-bars i:nth-child(4){height:68%}
.ltx-dev-newsletter-bars i:nth-child(5){height:61%}
.ltx-dev-newsletter-bars i:nth-child(6){height:84%}
.ltx-dev-newsletter-audience>div{display:flex;flex-wrap:wrap;gap:.34rem;margin-top:.58rem}
.ltx-dev-newsletter-audience em{
  display:inline-flex;
  align-items:center;
  gap:.28rem;
  min-height:25px;
  padding:.3rem .4rem;
  border:1px solid rgba(12,100,108,.09);
  border-radius:8px;
  color:#5b7181;
  background:#f7fbfa;
  font-size:.49rem;
  font-style:normal;
  font-weight:780;
  line-height:1.2;
}
.ltx-dev-newsletter-audience em i{color:#0b8080;font-size:.48rem}
.ltx-dev-newsletter-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.7rem;
  margin-top:.58rem;
  padding:.58rem .68rem;
  border-radius:11px;
  color:#fff;
  background:linear-gradient(135deg,#0a7b83,#148c7a);
  box-shadow:0 9px 22px rgba(10,111,112,.16);
  font-size:.61rem;
  font-weight:850;
  line-height:1.25;
}
.ltx-dev-newsletter-showcase .ltx-dev-product__open{
  z-index:4;
  right:1.35rem;
  top:1.32rem;
  width:38px;
  height:38px;
  border:1px solid rgba(255,255,255,.22);
  background:rgba(7,31,49,.86);
  -webkit-backdrop-filter:blur(9px);
  backdrop-filter:blur(9px);
}

.ltx-dev-section--demo{padding-top:.65rem;padding-bottom:clamp(3.3rem,5.2vw,5.25rem)}
.ltx-dev-demo{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(330px,.75fr);gap:2rem;align-items:center;overflow:hidden;padding:clamp(1.65rem,3.5vw,2.8rem);border-radius:28px;background:
  radial-gradient(circle at 85% 10%,rgba(76,219,210,.22),transparent 35%),
  linear-gradient(135deg,#08182f,#0c3152 65%,#075d67);box-shadow:0 32px 80px rgba(6,28,52,.26)}
.ltx-dev-demo h2,.ltx-dev-demo p,.ltx-dev-demo li{color:#fff}
.ltx-dev-demo h2{font-size:clamp(1.55rem,2.35vw,2.25rem)}
.ltx-dev-demo p{color:rgba(255,255,255,.78)}
.ltx-dev-demo ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1rem;margin:1.35rem 0 1.6rem}
.ltx-dev-demo li{display:flex;align-items:center;gap:.55rem;font-size:.86rem}
.ltx-dev-demo li i{color:#76ded7}
.ltx-dev-demo__graphic{display:flex;align-items:center;justify-content:center;min-height:300px;perspective:900px}
.ltx-dev-demo__window{width:min(390px,100%);padding:1rem;border:1px solid rgba(255,255,255,.28);border-radius:24px;background:rgba(255,255,255,.12);box-shadow:0 30px 70px rgba(0,0,0,.26);backdrop-filter:blur(14px);transform:rotateY(-7deg) rotateX(3deg)}
.ltx-dev-demo__window>span{display:inline-block;width:9px;height:9px;margin-right:4px;border-radius:50%;background:rgba(255,255,255,.45)}
.ltx-dev-demo__tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1rem}
.ltx-dev-demo__tiles i{display:flex;align-items:center;justify-content:center;aspect-ratio:1.35;border-radius:17px;color:#6de2d9;font-size:2rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}

.ltx-dev-modules{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.ltx-dev-module{position:relative;padding:1.15rem;border:1px solid var(--ltx-line);border-radius:19px;background:#fff;box-shadow:0 10px 30px rgba(11,23,48,.06);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.ltx-dev-module:hover{transform:translateY(-5px);border-color:rgba(8,123,136,.23);box-shadow:0 18px 44px rgba(11,23,48,.11)}
.ltx-dev-module__icon{display:flex;align-items:center;justify-content:center;width:43px;height:43px;margin-bottom:.75rem;border-radius:14px;color:var(--ltx-teal-dark);background:linear-gradient(135deg,rgba(8,123,136,.13),rgba(58,139,3,.1));font-size:1rem}
.ltx-dev-module h3{font-size:.96rem;margin:0 0 .35rem}
.ltx-dev-module p{font-size:.82rem;line-height:1.55;margin:0}

.ltx-dev-finder{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:clamp(1.6rem,3.5vw,3rem);padding:clamp(1.4rem,2.8vw,2.35rem);border:1px solid rgba(8,123,136,.14);border-radius:26px;background:linear-gradient(145deg,#f7fbfc,#fff);box-shadow:var(--ltx-shadow-soft)}
.ltx-dev-finder__intro{align-self:center}
.ltx-dev-finder__intro h2{font-size:clamp(1.48rem,2.1vw,2.02rem)}
.ltx-dev-finder__prompt{font-size:.78rem!important;font-weight:850;text-transform:uppercase;letter-spacing:.08em;color:#68778a!important}
.ltx-dev-finder__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-bottom:1rem}
.ltx-dev-finder__option{display:flex;align-items:center;gap:.65rem;min-height:54px;padding:.75rem .85rem;border:1px solid var(--ltx-line);border-radius:14px;color:#415066;background:#fff;cursor:pointer;text-align:left;font-size:.82rem;font-weight:750;transition:border-color .2s ease,background-color .2s ease,color .2s ease,transform .2s ease}
.ltx-dev-finder__option:hover{transform:translateY(-2px);border-color:rgba(8,123,136,.28)}
.ltx-dev-finder__option i{display:flex;align-items:center;justify-content:center;flex:0 0 31px;width:31px;height:31px;border-radius:10px;color:var(--ltx-teal-dark);background:#eef6f7}
.ltx-dev-finder__option.is-active{color:#fff;background:linear-gradient(135deg,var(--ltx-teal),var(--ltx-blue));border-color:transparent;box-shadow:0 11px 28px rgba(8,103,136,.2)}
.ltx-dev-finder__option.is-active i{color:#fff;background:rgba(255,255,255,.16)}
.ltx-dev-finder__result{padding:1.25rem;border-radius:18px;background:#0c203c;color:#fff;box-shadow:0 18px 45px rgba(11,23,48,.18)}
.ltx-dev-finder__label{display:block;color:#83dcd6;font-size:.7rem;font-weight:850;letter-spacing:.09em;text-transform:uppercase;margin-bottom:.35rem}
.ltx-dev-finder__result h3{color:#fff;margin:0 0 .4rem;font-size:1.05rem}
.ltx-dev-finder__result p{color:rgba(255,255,255,.76);font-size:.86rem;margin-bottom:.8rem}
.ltx-dev-finder__modules{display:inline-flex;max-width:100%;padding:.45rem .65rem;margin-bottom:1rem;border-radius:9px;background:rgba(255,255,255,.1);color:#cfe9ed;font-size:.72rem;font-weight:720;line-height:1.4}
.ltx-dev-finder__result .ltx-dev-btn{min-height:45px;padding:.7rem .95rem;font-size:.82rem}

.ltx-dev-process{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem;list-style:none;padding:0;margin:0;counter-reset:ltx-process}
.ltx-dev-process__step{position:relative;min-height:195px;padding:1.1rem 1rem;border:1px solid var(--ltx-line);border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(11,23,48,.06)}
.ltx-dev-process__step:not(:last-child)::after{content:"";position:absolute;top:32px;left:calc(100% + 2px);width:calc(1rem - 4px);height:1px;background:linear-gradient(90deg,var(--ltx-teal),rgba(8,123,136,.1))}
.ltx-dev-process__number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;margin-bottom:.75rem;border-radius:13px;color:#fff;background:linear-gradient(135deg,var(--ltx-teal),var(--ltx-blue));font-size:.76rem;font-weight:850;box-shadow:0 10px 24px rgba(8,103,136,.2)}
.ltx-dev-process__step h3{font-size:.94rem;margin:0 0 .4rem}
.ltx-dev-process__step p{font-size:.8rem;line-height:1.55;margin:0}

.ltx-dev-section--advantage{background:#fff}
.ltx-dev-advantage{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(1.8rem,4.5vw,4rem);align-items:center}
.ltx-dev-advantage__content>p{font-size:.96rem}
.ltx-dev-checklist--large li{font-size:.96rem;margin:.9rem 0}
.ltx-dev-advantage__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:420px}
.ltx-dev-advantage__visual::before,.ltx-dev-advantage__visual::after{content:"";position:absolute;border:1px dashed rgba(8,123,136,.28);border-radius:50%}
.ltx-dev-advantage__visual::before{width:310px;height:310px}
.ltx-dev-advantage__visual::after{width:220px;height:220px}
.ltx-dev-advantage__core{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;width:130px;height:130px;border-radius:37px;color:#fff;font-size:2.9rem;background:linear-gradient(145deg,#0d2646,var(--ltx-teal));box-shadow:0 28px 65px rgba(8,64,91,.28);transform:rotate(-4deg)}
.ltx-dev-advantage__node{position:absolute;z-index:3;display:flex;align-items:center;justify-content:center;width:67px;height:67px;border:1px solid rgba(8,123,136,.15);border-radius:21px;color:var(--ltx-teal-dark);background:#fff;box-shadow:0 15px 35px rgba(11,23,48,.12);font-size:1.35rem}
.ltx-dev-advantage__node--one{top:9%;left:19%}
.ltx-dev-advantage__node--two{top:12%;right:16%}
.ltx-dev-advantage__node--three{bottom:10%;left:15%}
.ltx-dev-advantage__node--four{bottom:8%;right:19%}

.ltx-dev-section--faq{background:linear-gradient(180deg,#f7fafb,#fff)}
.ltx-dev-faq{max-width:920px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}
.ltx-dev-faq__item{border:1px solid var(--ltx-line);border-radius:17px;background:#fff;box-shadow:0 8px 25px rgba(11,23,48,.05);overflow:hidden}
.ltx-dev-faq__item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.05rem 1.2rem;cursor:pointer;color:var(--ltx-ink);font-size:.93rem;font-weight:800;list-style:none}
.ltx-dev-faq__item summary::-webkit-details-marker{display:none}
.ltx-dev-faq__item summary i{display:flex;align-items:center;justify-content:center;flex:0 0 31px;width:31px;height:31px;border-radius:10px;color:var(--ltx-teal-dark);background:#eef6f7;transition:transform .2s ease}
.ltx-dev-faq__item[open] summary i{transform:rotate(45deg)}
.ltx-dev-faq__item>div{padding:0 1.2rem 1.15rem}
.ltx-dev-faq__item p{margin:0;font-size:.88rem;line-height:1.7}

.ltx-dev-final{padding:0 0 clamp(3.2rem,5.2vw,5.2rem)}
.ltx-dev-final__card{position:relative;overflow:hidden;padding:clamp(1.8rem,3.4vw,3rem);border-radius:28px;text-align:center;background:
  radial-gradient(circle at 5% 0%,rgba(80,226,214,.22),transparent 31%),
  radial-gradient(circle at 100% 100%,rgba(58,139,3,.28),transparent 34%),
  linear-gradient(135deg,#07162d,#0b3150 65%,#075f67);box-shadow:0 32px 80px rgba(6,28,52,.25)}
.ltx-dev-final__card h2{max-width:780px;margin:0 auto .72rem;color:#fff;font-size:clamp(1.6rem,2.45vw,2.35rem)}
.ltx-dev-final__card>p{max-width:700px;margin:0 auto;color:rgba(255,255,255,.78);font-size:.95rem}
.ltx-dev-actions--center{justify-content:center}
.ltx-dev-final__card small{display:flex;justify-content:center;align-items:center;gap:.45rem;margin-top:1rem;color:rgba(255,255,255,.66);font-size:.75rem}
.ltx-dev-final__card small i{color:#87e2d9}

@media (prefers-reduced-motion:no-preference){
  .ltx-dev.is-enhanced .ltx-dev-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.65,.3,1)}
  .ltx-dev.is-enhanced .ltx-dev-reveal.is-visible{opacity:1;transform:none}
}

@media (max-width:1100px){
  .ltx-dev-hero__grid{grid-template-columns:minmax(0,1fr) minmax(390px,.85fr);gap:2.4rem}
  .ltx-dev-trust__grid{grid-template-columns:repeat(2,1fr)}
  .ltx-dev-trust__item:nth-child(3){border-left:0;border-top:1px solid var(--ltx-line)}
  .ltx-dev-trust__item:nth-child(4){border-top:1px solid var(--ltx-line)}
  .ltx-dev-product{grid-template-columns:minmax(0,1fr) minmax(340px,.85fr);gap:2rem}
  .ltx-dev-modules{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ltx-dev-process{grid-template-columns:repeat(3,minmax(0,1fr))}
  .ltx-dev-process__step:not(:last-child)::after{display:none}
}

@media (max-width:900px){
  .ltx-dev-hero{padding-top:3.3rem}
  .ltx-dev-hero__grid,.ltx-dev-product,.ltx-dev-demo,.ltx-dev-finder,.ltx-dev-advantage{grid-template-columns:1fr}
  .ltx-dev-hero__content{text-align:center}
  .ltx-dev-breadcrumb{justify-content:center}
  .ltx-dev h1{margin-inline:auto}
  .ltx-dev-lead,.ltx-dev-hero__note{margin-inline:auto}
  .ltx-dev-hero__note{border-left:0;border-top:3px solid var(--ltx-green);padding:1rem 0 0}
  .ltx-dev-hero__content .ltx-dev-actions,.ltx-dev-microcopy{justify-content:center}
  .ltx-dev-hero__visual{width:min(700px,100%);margin-inline:auto}
  .ltx-dev-hero__footnote{text-align:center;margin-inline:auto!important}
  .ltx-dev-compare{grid-template-columns:1fr}
  .ltx-dev-compare__arrow{transform:rotate(90deg);height:38px}
  .ltx-dev-product--reverse .ltx-dev-product__content,.ltx-dev-product--reverse .ltx-dev-product__visual,.ltx-dev-product--reverse .ltx-dev-share-showcase,.ltx-dev-product--reverse .ltx-dev-newsletter-showcase{order:initial}
  .ltx-dev-product__visual,.ltx-dev-share-showcase,.ltx-dev-newsletter-showcase{grid-row:1}
  .ltx-dev-demo__graphic{min-height:245px}
  .ltx-dev-finder__intro{text-align:center}
  .ltx-dev-advantage__visual{grid-row:1;min-height:340px}
}

@media (max-width:700px){
  .ltx-dev-container{width:min(100% - 30px,1180px)}
  .ltx-dev h1{font-size:clamp(1.85rem,8.4vw,2.45rem)}
  .ltx-dev h2{font-size:clamp(1.38rem,6vw,1.9rem)}
  .ltx-dev-hero{padding-top:2.65rem}
  .ltx-dev-eyebrow{font-size:.69rem;letter-spacing:.075em}
  .ltx-dev-actions{flex-direction:column;align-items:stretch}
  .ltx-dev-btn{width:100%;min-height:50px}
  .ltx-dev-microcopy{text-align:center}
  .ltx-dev-visual-card{border-radius:23px;padding:.45rem}
  .ltx-dev-visual-card picture,.ltx-dev-visual-card img{border-radius:18px}
  .ltx-dev-float-card{min-width:135px;max-width:155px;padding:.67rem .75rem;border-radius:14px}
  .ltx-dev-float-card strong{font-size:1rem}
  .ltx-dev-float-card span{font-size:.65rem}
  .ltx-dev-float-card--one{left:-1%;bottom:0}
  .ltx-dev-float-card--two{right:-1%;top:2%}
  .ltx-dev-trust__grid{grid-template-columns:1fr}
  .ltx-dev-trust__item+.ltx-dev-trust__item,.ltx-dev-trust__item:nth-child(3),.ltx-dev-trust__item:nth-child(4){border-left:0;border-top:1px solid var(--ltx-line)}
  .ltx-dev-section{padding:3.15rem 0}
  .ltx-dev-section__header{margin-bottom:1.65rem}
  .ltx-dev-product{padding:1rem;border-radius:23px}
  .ltx-dev-product__content{padding:.3rem}
  .ltx-dev-product__visual{border-radius:19px;padding:.4rem}
  .ltx-dev-product__visual picture,.ltx-dev-product__visual img{border-radius:14px}
  .ltx-dev-actions--product .ltx-dev-text-link{justify-content:center;padding:.55rem 0}
  .ltx-dev-demo{padding:1.4rem;border-radius:24px}
  .ltx-dev-demo ul{grid-template-columns:1fr}
  .ltx-dev-demo__graphic{min-height:205px}
  .ltx-dev-modules{grid-template-columns:1fr}
  .ltx-dev-finder{padding:1.2rem;border-radius:23px}
  .ltx-dev-finder__options{grid-template-columns:1fr}
  .ltx-dev-process{grid-template-columns:1fr}
  .ltx-dev-process__step{min-height:0}
  .ltx-dev-advantage__visual{min-height:300px;transform:scale(.87)}
  .ltx-dev-faq__item summary{font-size:.87rem;padding:.95rem 1rem}
  .ltx-dev-faq__item>div{padding:0 1rem 1rem}
  .ltx-dev-final__card{padding:2rem 1.15rem;border-radius:24px}
  .ltx-dev-final__card small{align-items:flex-start;text-align:left}
}

@media (max-width:420px){
  .ltx-dev-container{width:min(100% - 22px,1180px)}
  .ltx-dev h1{font-size:1.9rem}
  .ltx-dev-float-card--two{display:none}
  .ltx-dev-float-card--one{left:50%;transform:translateX(-50%);bottom:-1rem;width:75%;max-width:260px;text-align:center}
  .ltx-dev-hero__visual{padding-bottom:3rem}
  .ltx-dev-product__content h3{font-size:1.34rem}
  .ltx-dev-product__open{width:36px;height:36px;border-radius:11px;right:.8rem;top:.8rem;font-size:.82rem}
  .ltx-dev-advantage__visual{margin-inline:-20px}
}


@media (max-width:700px){
  .ltx-dev-share-showcase{padding:.46rem;border-radius:20px}
  .ltx-dev-share-browser{min-height:0;border-radius:15px}
  .ltx-dev-share-browser__bar{min-height:38px;padding:.45rem .55rem}
  .ltx-dev-share-browser__bar>div{font-size:.56rem}
  .ltx-dev-share-browser__body{min-height:0;padding:1.15rem}
  .ltx-dev-share-browser__body>strong{font-size:1.18rem}
  .ltx-dev-share-flow{grid-template-columns:32px 1fr 32px 1fr 32px 1fr 32px;gap:.28rem}
  .ltx-dev-share-flow span{width:32px;height:32px;border-radius:10px;font-size:.72rem}
  .ltx-dev-share-chips span{font-size:.57rem}
  .ltx-dev-share-showcase .ltx-dev-product__open{right:.82rem;top:.8rem;width:34px;height:34px}
  .ltx-dev-newsletter-showcase{padding:.46rem;border-radius:20px}
  .ltx-dev-newsletter-browser{min-height:0;border-radius:15px}
  .ltx-dev-newsletter-browser__bar{min-height:38px;padding:.45rem .55rem}
  .ltx-dev-newsletter-browser__bar>div{font-size:.56rem}
  .ltx-dev-newsletter-dashboard{grid-template-columns:43px minmax(0,1fr);min-height:0}
  .ltx-dev-newsletter-sidebar{gap:.48rem;padding:.68rem .35rem}
  .ltx-dev-newsletter-sidebar b{width:29px;height:29px}
  .ltx-dev-newsletter-sidebar span{width:29px;height:29px}
  .ltx-dev-newsletter-main{padding:.9rem}
  .ltx-dev-newsletter-heading>strong{font-size:1.06rem}
  .ltx-dev-newsletter-stats{gap:.34rem}
  .ltx-dev-newsletter-stats>div{grid-template-columns:20px minmax(0,1fr);column-gap:.32rem;padding:.48rem .42rem}
  .ltx-dev-newsletter-stats i{width:20px;height:20px;font-size:.5rem}
  .ltx-dev-newsletter-stats strong{font-size:.58rem}
  .ltx-dev-newsletter-stats span{font-size:.44rem}
  .ltx-dev-newsletter-insights{grid-template-columns:1fr}
  .ltx-dev-newsletter-chart,.ltx-dev-newsletter-audience{min-height:0}
  .ltx-dev-newsletter-audience{display:none}
  .ltx-dev-newsletter-showcase .ltx-dev-product__open{right:.82rem;top:.8rem;width:34px;height:34px}
}

@media print{
  .ltx-dev{color:#000;background:#fff}
  .ltx-dev-hero,.ltx-dev-section--soft,.ltx-dev-section--demo,.ltx-dev-final__card{background:#fff!important}
  .ltx-dev h1,.ltx-dev h2,.ltx-dev h3,.ltx-dev h4,.ltx-dev p,.ltx-dev-demo h2,.ltx-dev-demo p,.ltx-dev-demo li,.ltx-dev-final__card h2,.ltx-dev-final__card>p{color:#000!important}
  .ltx-dev-btn,.ltx-dev-demo__graphic,.ltx-dev-advantage__visual{display:none!important}
  .ltx-dev-product,.ltx-dev-compare__card,.ltx-dev-module,.ltx-dev-finder,.ltx-dev-faq__item{box-shadow:none!important;break-inside:avoid}
}

/* ================================================================
   Mobile header / hero separation – 2026-08-10
   The base template makes .navbar-section absolute after the async
   bundle loads. On this landing page that allowed the breadcrumb to
   slide underneath the logo. Keep the mobile header in normal flow
   and remove the redundant breadcrumb on compact screens.
   ================================================================ */
@media (max-width:991.98px){
  body.ltx-custom-development-body .navbar-section,
  body.ltx-custom-development-body .navbar-section.is-sticky{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    bottom:auto!important;
    left:auto!important;
    width:100%!important;
    height:auto!important;
    min-height:72px!important;
    padding:9px 0 10px!important;
    background:rgba(255,255,255,.985)!important;
    border-bottom:1px solid rgba(11,23,48,.08)!important;
    box-shadow:0 7px 24px rgba(11,23,48,.075)!important;
    animation:none!important;
    transform:none!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav{
    display:block!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .container{
    width:calc(100% - 24px)!important;
    max-width:1180px!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .techvio-responsive-menu{
    position:relative!important;
    display:flex!important;
    align-items:center!important;
    min-height:52px!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .logo{
    display:flex!important;
    align-items:center!important;
    width:calc(100% - 58px)!important;
    min-width:0!important;
    min-height:52px!important;
    padding-right:10px!important;
    overflow:hidden!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .logo a{
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
    max-width:100%!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .logo img{
    width:min(172px,52vw)!important;
    max-width:172px!important;
    max-height:41px!important;
    object-fit:contain!important;
    object-position:left center!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .mean-container a.meanmenu-reveal{
    top:5px!important;
    right:0!important;
    width:42px!important;
    height:42px!important;
  }

  body.ltx-custom-development-body #content{
    position:relative!important;
    z-index:1!important;
  }
  body.ltx-custom-development-body .ltx-dev-hero{
    padding-top:clamp(1.2rem,3.8vw,1.65rem)!important;
  }
  body.ltx-custom-development-body .ltx-dev-breadcrumb{
    display:none!important;
  }
  body.ltx-custom-development-body .ltx-dev-hero__content{
    padding-top:0!important;
  }
  body.ltx-custom-development-body .ltx-dev-eyebrow{
    margin-top:0!important;
    margin-bottom:.85rem!important;
  }
}

@media (max-width:430px){
  body.ltx-custom-development-body .navbar-section,
  body.ltx-custom-development-body .navbar-section.is-sticky{
    min-height:66px!important;
    padding:7px 0 8px!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .container{
    width:calc(100% - 20px)!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .techvio-responsive-menu,
  body.ltx-custom-development-body .techvio-responsive-nav .logo{
    min-height:50px!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .logo{
    width:calc(100% - 54px)!important;
    padding-right:8px!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .logo img{
    width:min(154px,49vw)!important;
    max-width:154px!important;
    max-height:37px!important;
  }
  body.ltx-custom-development-body .techvio-responsive-nav .mean-container a.meanmenu-reveal{
    top:4px!important;
    width:40px!important;
    height:40px!important;
    border-radius:12px!important;
  }
  body.ltx-custom-development-body .ltx-dev-hero{
    padding-top:1.05rem!important;
  }
  body.ltx-custom-development-body .ltx-dev-eyebrow{
    max-width:100%!important;
    padding:.48rem .7rem!important;
    margin-bottom:.75rem!important;
    font-size:.68rem!important;
    line-height:1.25!important;
    letter-spacing:.065em!important;
  }
}

/* ==========================================================================
   /de/eigenentwicklungen/ – isolated integrated hero/header
   This file is loaded ONLY by the German target view, therefore direct header
   selectors cannot affect any other URL.
   ========================================================================== */

html body > main#main-content{
  position:relative;
  z-index:1;
  padding-top:0!important;
}

html body > .lt-site-header{
  position:fixed!important;
  z-index:9990;
  top:0;
  right:0;
  left:0;
  background:linear-gradient(180deg,rgba(5,20,36,.92) 0%,rgba(5,26,43,.80) 100%)!important;
  border-bottom:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 10px 32px rgba(3,14,28,.12)!important;
  -webkit-backdrop-filter:blur(18px) saturate(130%);
  backdrop-filter:blur(18px) saturate(130%);
  transition:background .24s ease,border-color .24s ease,box-shadow .24s ease,backdrop-filter .24s ease;
}

html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-header-inner{
  background:transparent!important;
}

html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-brand img{
  filter:brightness(0) invert(1) drop-shadow(0 2px 8px rgba(0,0,0,.22));
}

html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-nav-link,
html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-nav-trigger{
  color:rgba(255,255,255,.93)!important;
  text-shadow:0 1px 5px rgba(0,0,0,.16);
}

html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-nav-link:hover,
html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-nav-trigger:hover,
html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-nav-link[aria-current="page"],
html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-nav-item.is-active > .lt-nav-trigger{
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
}

html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-nav-link::after,
html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-nav-trigger::after{
  background:#7ddbd4!important;
}

html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-language__trigger{
  border-color:rgba(255,255,255,.20)!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 7px 18px rgba(0,0,0,.10)!important;
}

html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-language__trigger i{
  color:rgba(255,255,255,.72)!important;
}

html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-header-cta{
  border:1px solid rgba(255,255,255,.16)!important;
  background:linear-gradient(135deg,#0c8d98,#126b9a)!important;
  color:#fff!important;
  box-shadow:0 12px 28px rgba(4,52,78,.24)!important;
}

html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled) .lt-mobile-toggle{
  border-color:rgba(255,255,255,.20)!important;
  background:rgba(255,255,255,.10)!important;
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 7px 18px rgba(0,0,0,.10)!important;
}

html body > .lt-site-header.is-scrolled,
html body.lt-nav-open > .lt-site-header{
  background:rgba(252,254,253,.965)!important;
  border-bottom-color:rgba(47,102,57,.12)!important;
  box-shadow:0 12px 32px rgba(20,51,62,.11)!important;
  -webkit-backdrop-filter:blur(24px) saturate(142%);
  backdrop-filter:blur(24px) saturate(142%);
}

html body > .lt-site-header.is-scrolled .lt-brand img,
html body.lt-nav-open > .lt-site-header .lt-brand img{
  filter:none!important;
}

/* Hero intentionally starts behind the fixed header. */
.ltx-dev--eigenentwicklungen .ltx-dev-hero{
  min-height:min(760px,calc(100vh - 20px));
  padding-top:calc(var(--lt-header-height) + clamp(2.9rem,5vw,5rem));
  padding-bottom:clamp(2rem,3.6vw,3.2rem);
  background:
    radial-gradient(circle at 86% 16%,rgba(49,203,194,.18),transparent 30%),
    radial-gradient(circle at 8% 72%,rgba(72,161,56,.13),transparent 29%),
    linear-gradient(135deg,#061426 0%,#08243c 52%,#073b48 100%);
}

.ltx-dev--eigenentwicklungen .ltx-dev-hero::before{
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.82),transparent 94%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.82),transparent 94%);
}

.ltx-dev--eigenentwicklungen .ltx-dev-orb--one{background:rgba(39,198,191,.12)}
.ltx-dev--eigenentwicklungen .ltx-dev-orb--two{background:rgba(93,171,68,.10)}

.ltx-dev--eigenentwicklungen .ltx-dev-breadcrumb,
.ltx-dev--eigenentwicklungen .ltx-dev-breadcrumb a{
  color:rgba(224,239,244,.74);
}
.ltx-dev--eigenentwicklungen .ltx-dev-breadcrumb a:hover,
.ltx-dev--eigenentwicklungen .ltx-dev-breadcrumb span[aria-current="page"]{color:#fff}
.ltx-dev--eigenentwicklungen .ltx-dev-breadcrumb i{color:rgba(255,255,255,.42)}

.ltx-dev--eigenentwicklungen .ltx-dev-eyebrow{
  border-color:rgba(120,224,216,.23);
  background:rgba(255,255,255,.075);
  color:#8ee6df;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 26px rgba(0,0,0,.10);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}

.ltx-dev--eigenentwicklungen .ltx-dev-hero h1{
  max-width:710px;
  color:#fff;
  text-wrap:balance;
  text-shadow:0 3px 24px rgba(0,0,0,.15);
}

.ltx-dev--eigenentwicklungen .ltx-dev-lead{
  max-width:690px;
  color:rgba(238,247,250,.88)!important;
}

.ltx-dev--eigenentwicklungen .ltx-dev-hero__note{
  border-left-color:#6fd4c9;
  color:rgba(220,235,240,.74)!important;
}

.ltx-dev--eigenentwicklungen .ltx-dev-microcopy{
  color:rgba(221,237,241,.72)!important;
}
.ltx-dev--eigenentwicklungen .ltx-dev-microcopy i{color:#77d5ca}

.ltx-dev--eigenentwicklungen .ltx-dev-btn--secondary{
  border-color:rgba(255,255,255,.20);
  background:rgba(255,255,255,.09);
  color:#fff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 10px 26px rgba(0,0,0,.10);
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
.ltx-dev--eigenentwicklungen .ltx-dev-btn--secondary:hover{
  border-color:rgba(255,255,255,.34);
  background:rgba(255,255,255,.14);
  color:#fff!important;
}

.ltx-dev--eigenentwicklungen .ltx-dev-visual-card{
  border-color:rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
  box-shadow:0 30px 84px rgba(0,0,0,.30);
}
.ltx-dev--eigenentwicklungen .ltx-dev-visual-card::before{
  background:linear-gradient(130deg,rgba(255,255,255,.36),rgba(57,214,204,.18),rgba(95,183,73,.12));
}
.ltx-dev--eigenentwicklungen .ltx-dev-visual-card__glow{background:rgba(35,188,183,.19)}

.ltx-dev--eigenentwicklungen .ltx-dev-float-card{
  border-color:rgba(255,255,255,.78);
  background:rgba(255,255,255,.96);
}

.ltx-dev--eigenentwicklungen .ltx-dev-hero__footnote{
  color:rgba(205,224,230,.62)!important;
}

/* Keep dropdowns above the hero while retaining the site's existing menu logic. */
html body > .lt-site-header .lt-nav-dropdown,
html body > .lt-site-header .lt-language__menu{
  z-index:10010;
}

@media (max-width:1100px){
  .ltx-dev--eigenentwicklungen .ltx-dev-hero{
    min-height:auto;
    padding-top:calc(var(--lt-header-height) + 3.5rem);
  }
}

@media (max-width:900px){
  .ltx-dev--eigenentwicklungen .ltx-dev-hero{
    padding-top:calc(var(--lt-header-height) + 2.4rem);
    padding-bottom:2rem;
  }
  .ltx-dev--eigenentwicklungen .ltx-dev-hero__note{
    border-top-color:#6fd4c9;
  }
  .ltx-dev--eigenentwicklungen .ltx-dev-hero__visual{
    width:min(660px,94%);
  }
}

@media (max-width:700px){
  html body:not(.lt-nav-open) > .lt-site-header:not(.is-scrolled):not(:focus-within){
    background:linear-gradient(180deg,rgba(5,20,36,.94),rgba(6,28,45,.84))!important;
  }
  .ltx-dev--eigenentwicklungen .ltx-dev-hero{
    padding-top:calc(var(--lt-header-height) + 1.8rem);
    background:
      radial-gradient(circle at 88% 10%,rgba(49,203,194,.16),transparent 28%),
      linear-gradient(145deg,#061426 0%,#08243c 60%,#073844 100%);
  }
  .ltx-dev--eigenentwicklungen .ltx-dev-hero h1{
    font-size:clamp(1.78rem,8vw,2.3rem);
    line-height:1.08;
  }
  .ltx-dev--eigenentwicklungen .ltx-dev-lead{
    font-size:.98rem!important;
    line-height:1.58;
  }
  .ltx-dev--eigenentwicklungen .ltx-dev-hero__note{
    color:rgba(220,235,240,.76)!important;
  }
  .ltx-dev--eigenentwicklungen .ltx-dev-visual-card{
    transform:none;
  }
}

@media (max-width:420px){
  .ltx-dev--eigenentwicklungen .ltx-dev-hero{
    padding-top:calc(var(--lt-header-height) + 1.45rem);
  }
  .ltx-dev--eigenentwicklungen .ltx-dev-hero h1{
    font-size:1.82rem;
  }
}

@media (prefers-reduced-motion:reduce){
  html body > .lt-site-header{transition:none}
}


/* Chromium-safe visual layering: keep the actual system screenshot unobstructed. */
.ltx-dev--eigenentwicklungen .ltx-dev-visual-card{
  isolation:isolate;
}
.ltx-dev--eigenentwicklungen .ltx-dev-visual-card::before,
.ltx-dev--eigenentwicklungen .ltx-dev-visual-card__glow{
  display:none!important;
}
.ltx-dev--eigenentwicklungen .ltx-dev-visual-card picture,
.ltx-dev--eigenentwicklungen .ltx-dev-visual-card img{
  position:relative;
  z-index:2;
}
.ltx-dev--eigenentwicklungen .ltx-dev-visual-card{
  -webkit-backdrop-filter:none!important;
  backdrop-filter:none!important;
}

/* Mobile navigation opens as a clean light panel above the dark hero. */
@media (max-width:991px){
  html body.lt-nav-open > .lt-site-header .lt-main-nav{
    left:6px!important;
    right:6px!important;
    width:auto!important;
    box-sizing:border-box;
    border:1px solid rgba(47,102,57,.13)!important;
    border-top:2px solid rgba(47,124,50,.72)!important;
    border-radius:0 0 18px 18px;
    background:rgba(252,254,253,.985)!important;
    box-shadow:0 22px 45px rgba(8,31,45,.18)!important;
    -webkit-backdrop-filter:blur(20px) saturate(135%);
    backdrop-filter:blur(20px) saturate(135%);
  }
  html body.lt-nav-open > .lt-site-header .lt-nav-link,
  html body.lt-nav-open > .lt-site-header .lt-nav-trigger{
    color:var(--lt-ink-soft)!important;
    text-shadow:none!important;
  }
  html body.lt-nav-open > .lt-site-header .lt-nav-link:hover,
  html body.lt-nav-open > .lt-site-header .lt-nav-trigger:hover,
  html body.lt-nav-open > .lt-site-header .lt-nav-link[aria-current="page"],
  html body.lt-nav-open > .lt-site-header .lt-nav-item.is-active > .lt-nav-trigger,
  html body.lt-nav-open > .lt-site-header .lt-nav-item.is-open > .lt-nav-trigger{
    color:var(--lt-green-dark)!important;
    background:rgba(58,139,3,.065)!important;
  }
  html body.lt-nav-open > .lt-site-header .lt-nav-dropdown{
    background:#fff!important;
    border-color:rgba(47,102,57,.13)!important;
  }
  html body.lt-nav-open > .lt-site-header .lt-language__trigger,
  html body.lt-nav-open > .lt-site-header .lt-mobile-toggle{
    color:var(--lt-ink-soft)!important;
    background:#fff!important;
    border-color:rgba(47,102,57,.14)!important;
    box-shadow:0 7px 18px rgba(19,48,74,.07)!important;
  }
}

/* LT Offers – premium proposal gallery / bright presentation */
.ltx-dev-product--offers{
  --ltx-offers-gold:#b77a12;
  --ltx-offers-gold-deep:#8a5808;
  --ltx-offers-gold-soft:#f7ead0;
  position:relative;
  overflow:visible;
  grid-template-columns:minmax(0,.78fr) minmax(520px,1.22fr);
  align-items:start;
  border-color:rgba(183,122,18,.20);
  background:
    radial-gradient(circle at 91% 7%,rgba(236,199,126,.20),transparent 27%),
    linear-gradient(145deg,#fff 0%,#fffdfa 52%,#fbf7ef 100%);
  box-shadow:0 28px 74px rgba(62,48,22,.12);
}
.ltx-dev-product--offers::before{
  content:"";
  position:absolute;
  width:330px;
  height:330px;
  right:-125px;
  top:-150px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(213,169,83,.20) 0%,rgba(213,169,83,0) 72%);
  pointer-events:none;
}
.ltx-dev-product--offers::after{
  content:"";
  position:absolute;
  left:28px;
  right:28px;
  top:0;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,transparent,rgba(183,122,18,.56),transparent);
  pointer-events:none;
}
.ltx-dev-product--offers .ltx-dev-product__content{position:relative;z-index:2;padding:.35rem .15rem}
.ltx-dev-product--offers .ltx-dev-product__tag{
  color:var(--ltx-offers-gold-deep);
  background:linear-gradient(135deg,rgba(247,234,208,.78),rgba(255,255,255,.92));
  border:1px solid rgba(183,122,18,.18);
  box-shadow:0 7px 20px rgba(133,92,17,.07);
}
.ltx-dev-product--offers .ltx-dev-product__content h4{color:#7d5817}
.ltx-dev-product--offers .ltx-dev-result{
  background:linear-gradient(135deg,#fffaf1,#f8f1e3);
  border:1px solid rgba(183,122,18,.13);
  color:#5b4a2d!important;
}
.ltx-dev-product--offers .ltx-dev-result i{color:var(--ltx-offers-gold)}
.ltx-dev-product--offers .ltx-dev-btn--primary{
  color:#fff!important;
  background:linear-gradient(135deg,#111820,#25221a 58%,#9b690f 125%);
  box-shadow:0 14px 30px rgba(42,34,20,.20);
}
.ltx-dev-product--offers .ltx-dev-btn--primary:hover{box-shadow:0 19px 40px rgba(42,34,20,.28)}
.ltx-dev-product--offers .ltx-dev-text-link{color:#81580f!important}

.ltx-dev-offers-showcase{
  position:relative;
  z-index:2;
  min-width:0;
  padding:clamp(.72rem,1.2vw,1rem);
  border:1px solid rgba(183,122,18,.16);
  border-radius:26px;
  background:linear-gradient(160deg,rgba(255,255,255,.98),rgba(251,247,239,.98));
  box-shadow:0 24px 58px rgba(61,47,21,.14),inset 0 1px 0 rgba(255,255,255,.95);
}
.ltx-dev-offers-showcase__intro{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  padding:.35rem .35rem .9rem;
}
.ltx-dev-offers-showcase__intro>div{min-width:0}
.ltx-dev-offers-showcase__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  margin-bottom:.38rem;
  color:#96630d;
  font-size:.69rem;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.105em;
  text-transform:uppercase;
}
.ltx-dev-offers-showcase__intro strong{
  display:block;
  color:#172033;
  font-size:clamp(.98rem,1.25vw,1.18rem);
  line-height:1.28;
  letter-spacing:-.015em;
}
.ltx-dev-offers-showcase__intro p{
  max-width:590px;
  margin:.38rem 0 0!important;
  color:#6f675b!important;
  font-size:.76rem!important;
  line-height:1.48!important;
}
.ltx-dev-offers-showcase__count{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.38rem;
  flex:0 0 auto;
  min-width:58px;
  min-height:36px;
  padding:.4rem .65rem;
  border:1px solid rgba(183,122,18,.14);
  border-radius:999px;
  color:#8b5b0c;
  background:#fff9ed;
  font-size:.73rem;
  font-weight:850;
  box-shadow:0 7px 18px rgba(91,63,12,.07);
}
.ltx-dev-offers-showcase__stage{
  position:relative;
  display:block;
  overflow:hidden;
  border:1px solid rgba(104,82,38,.12);
  border-radius:20px;
  background:#fff;
  box-shadow:0 20px 42px rgba(45,38,27,.14);
  transform:translateZ(0);
  transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease;
}
.ltx-dev-offers-showcase__stage:hover{
  transform:translateY(-3px);
  border-color:rgba(183,122,18,.30);
  box-shadow:0 28px 55px rgba(45,38,27,.19);
}
.ltx-dev-offers-showcase__stage picture,.ltx-dev-offers-showcase__stage img{display:block;width:100%}
.ltx-dev-offers-showcase__stage img{
  aspect-ratio:4/3;
  object-fit:cover;
  background:#fbfaf7;
  transition:opacity .16s ease,transform .5s cubic-bezier(.2,.75,.2,1);
}
.ltx-dev-offers-showcase__stage:hover img{transform:scale(1.012)}
.ltx-dev-offers-showcase.is-switching .ltx-dev-offers-showcase__stage img{opacity:.45}
.ltx-dev-offers-showcase__expand{
  position:absolute;
  right:.8rem;
  top:.8rem;
  display:inline-flex;
  align-items:center;
  gap:.48rem;
  min-height:36px;
  padding:.48rem .7rem;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  color:#fff;
  background:rgba(12,17,23,.86);
  box-shadow:0 12px 26px rgba(0,0,0,.22);
  -webkit-backdrop-filter:blur(9px);
  backdrop-filter:blur(9px);
  font-size:.69rem;
  font-weight:800;
  line-height:1;
}
.ltx-dev-offers-showcase__expand i{color:#e3b75f}
.ltx-dev-offers-showcase__caption{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:1rem;
  padding:.8rem .25rem .72rem;
  border-bottom:1px solid rgba(83,68,41,.09);
}
.ltx-dev-offers-showcase__caption strong{color:#202a3a;font-size:.83rem;line-height:1.35}
.ltx-dev-offers-showcase__caption span{max-width:56%;color:#7a7163;font-size:.72rem;line-height:1.45;text-align:right}
.ltx-dev-offers-showcase__thumbs{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.62rem;
  padding-top:.72rem;
}
.ltx-dev-offers-showcase__thumb{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(71,61,43,.10);
  border-radius:15px;
  background:#fff;
  box-shadow:0 8px 22px rgba(50,40,23,.07);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.ltx-dev-offers-showcase__thumb:hover{transform:translateY(-2px);border-color:rgba(183,122,18,.30);box-shadow:0 13px 28px rgba(50,40,23,.11)}
.ltx-dev-offers-showcase__thumb.is-active{border-color:rgba(183,122,18,.56);box-shadow:0 0 0 2px rgba(218,174,90,.13),0 12px 28px rgba(50,40,23,.10)}
.ltx-dev-offers-showcase__thumb picture,.ltx-dev-offers-showcase__thumb img{width:100%;display:block}
.ltx-dev-offers-showcase__thumb img{aspect-ratio:4/3;object-fit:cover;background:#fbfaf7}
.ltx-dev-offers-showcase__thumb>span{
  display:flex;
  align-items:center;
  gap:.42rem;
  min-height:43px;
  padding:.48rem .55rem;
  color:#4b4439;
  font-size:.66rem;
  font-weight:760;
  line-height:1.28;
}
.ltx-dev-offers-showcase__thumb b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 23px;
  width:23px;
  height:23px;
  border-radius:8px;
  color:#9a650c;
  background:#fff6e5;
  font-size:.57rem;
  letter-spacing:.03em;
}
.ltx-dev-offers-showcase__thumb.is-active b{color:#fff;background:linear-gradient(135deg,#c99228,#93600b)}
.ltx-dev-offers-showcase__controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.8rem;
  padding:.72rem .2rem .1rem;
}
.ltx-dev-offers-showcase__control{
  display:inline-flex;
  align-items:center;
  gap:.45rem;
  padding:.3rem .1rem;
  border:0;
  color:#6d6250;
  background:transparent;
  cursor:pointer;
  font-size:.67rem;
  font-weight:800;
}
.ltx-dev-offers-showcase__control:hover{color:#8a590b}
.ltx-dev-offers-showcase__dots{display:flex;gap:.34rem}
.ltx-dev-offers-showcase__dots span{width:6px;height:6px;border-radius:50%;background:#d9d2c6;transition:width .2s ease,background-color .2s ease}
.ltx-dev-offers-showcase__dots span.is-active{width:19px;border-radius:999px;background:#b77a12}

body.ltx-gallery-open{overflow:hidden!important}
.ltx-dev-gallery-lightbox[hidden]{display:none!important}
.ltx-dev-gallery-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:clamp(14px,3vw,34px);
}
.ltx-dev-gallery-lightbox__backdrop{position:absolute;inset:0;background:rgba(4,9,15,.90);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.ltx-dev-gallery-lightbox__dialog{
  position:relative;
  z-index:2;
  width:min(1280px,96vw);
  max-height:94vh;
  padding:clamp(.5rem,1.2vw,.8rem);
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:linear-gradient(160deg,#fff,#f7f1e6);
  box-shadow:0 40px 100px rgba(0,0,0,.48);
}
.ltx-dev-gallery-lightbox figure{margin:0;overflow:hidden;border-radius:18px;background:#fff}
.ltx-dev-gallery-lightbox figure img{width:100%;max-height:calc(94vh - 118px);aspect-ratio:4/3;object-fit:contain;background:#fbfaf7}
.ltx-dev-gallery-lightbox figcaption{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.85rem 1rem .95rem}
.ltx-dev-gallery-lightbox figcaption strong{color:#172033;font-size:.9rem;line-height:1.35}
.ltx-dev-gallery-lightbox figcaption span{max-width:58%;color:#706656;font-size:.75rem;line-height:1.45;text-align:right}
.ltx-dev-gallery-lightbox__close,.ltx-dev-gallery-lightbox__nav{
  position:absolute;
  z-index:3;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.20);
  color:#fff;
  background:rgba(12,17,23,.90);
  cursor:pointer;
  box-shadow:0 12px 28px rgba(0,0,0,.28);
  transition:transform .2s ease,background-color .2s ease;
}
.ltx-dev-gallery-lightbox__close:hover,.ltx-dev-gallery-lightbox__nav:hover{transform:scale(1.05);background:#9a650c}
.ltx-dev-gallery-lightbox__close{right:-11px;top:-11px;width:42px;height:42px;border-radius:50%}
.ltx-dev-gallery-lightbox__nav{top:50%;width:48px;height:62px;border-radius:16px;transform:translateY(-50%)}
.ltx-dev-gallery-lightbox__nav:hover{transform:translateY(-50%) scale(1.05)}
.ltx-dev-gallery-lightbox__nav--prev{left:-24px}
.ltx-dev-gallery-lightbox__nav--next{right:-24px}

@media (max-width:1080px){
  .ltx-dev-product--offers{grid-template-columns:minmax(0,.82fr) minmax(450px,1.18fr);gap:1.55rem}
  .ltx-dev-offers-showcase__thumb>span{font-size:.61rem}
}
@media (max-width:991px){
  .ltx-dev-product--offers{grid-template-columns:1fr}
  .ltx-dev-product--offers .ltx-dev-product__content{order:1}
  .ltx-dev-offers-showcase{order:2}
  .ltx-dev-gallery-lightbox__nav--prev{left:8px}
  .ltx-dev-gallery-lightbox__nav--next{right:8px}
}
@media (max-width:700px){
  .ltx-dev-product--offers{overflow:hidden;padding:.9rem}
  .ltx-dev-offers-showcase{padding:.55rem;border-radius:20px}
  .ltx-dev-offers-showcase__intro{padding:.3rem .3rem .7rem}
  .ltx-dev-offers-showcase__count{display:none}
  .ltx-dev-offers-showcase__stage{border-radius:16px}
  .ltx-dev-offers-showcase__expand{right:.55rem;top:.55rem;min-height:32px;padding:.4rem .58rem;font-size:.62rem}
  .ltx-dev-offers-showcase__caption{display:block;padding:.7rem .25rem .65rem}
  .ltx-dev-offers-showcase__caption strong{display:block;margin-bottom:.18rem}
  .ltx-dev-offers-showcase__caption span{display:block;max-width:none;text-align:left}
  .ltx-dev-offers-showcase__thumbs{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(150px,72%);overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;padding-bottom:.35rem;scrollbar-width:thin}
  .ltx-dev-offers-showcase__thumb{scroll-snap-align:start}
  .ltx-dev-offers-showcase__control span{display:none}
  .ltx-dev-offers-showcase__control{width:38px;height:34px;justify-content:center;border:1px solid rgba(183,122,18,.14);border-radius:11px;background:#fff}
  .ltx-dev-gallery-lightbox{padding:10px}
  .ltx-dev-gallery-lightbox__dialog{width:100%;padding:.35rem;border-radius:17px}
  .ltx-dev-gallery-lightbox figure{border-radius:13px}
  .ltx-dev-gallery-lightbox figure img{max-height:76vh}
  .ltx-dev-gallery-lightbox figcaption{display:block;padding:.7rem .75rem .8rem}
  .ltx-dev-gallery-lightbox figcaption strong{display:block;margin-bottom:.15rem}
  .ltx-dev-gallery-lightbox figcaption span{display:block;max-width:none;text-align:left}
  .ltx-dev-gallery-lightbox__close{right:4px;top:4px;width:38px;height:38px}
  .ltx-dev-gallery-lightbox__nav{width:38px;height:50px;border-radius:12px}
  .ltx-dev-gallery-lightbox__nav--prev{left:7px}
  .ltx-dev-gallery-lightbox__nav--next{right:7px}
}
@media (prefers-reduced-motion:reduce){
  .ltx-dev-offers-showcase__stage,.ltx-dev-offers-showcase__stage img,.ltx-dev-offers-showcase__thumb,.ltx-dev-gallery-lightbox__close,.ltx-dev-gallery-lightbox__nav{transition:none!important}
}

/* ==========================================================================
   Lukas Teissl Studio — 2026-09-15 / DE, EN, ES
   Every rule is scoped to the new card. Existing systems stay untouched.
   Feature illustration only: no external assets or active media permissions.
   ========================================================================== */
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio{
  --ltx-studio-gold:#d8b46c;
  --ltx-studio-dark:#121e2b;
  position:relative;
  isolation:isolate;
  background:radial-gradient(ellipse at 100% 0,rgba(219,187,124,.14),transparent 55%),linear-gradient(145deg,#fff 30%,#faf8f3);
  border-color:rgba(159,123,53,.21);
  box-shadow:0 18px 50px rgba(24,33,42,.08);
  scroll-margin-top:110px;
}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio>*{min-width:0}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-product__tag{background:#f4ede0;color:#6e5120;letter-spacing:.075em;line-height:1.4}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-product__content h3{font-size:clamp(1.32rem,1.9vw,1.78rem);line-height:1.18}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-product__content h4{color:#7b5a24}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-checklist li i{color:#75602d;background:#f3eee2}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-result{background:#f3efe6;color:#574c37!important}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-result i{color:#926b26}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-btn--primary{background:linear-gradient(135deg,#152334,#2a3d4f);box-shadow:0 12px 24px rgba(18,30,43,.16)}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-btn--primary:hover{background:linear-gradient(135deg,#25374a,#36546a);box-shadow:0 16px 32px rgba(18,30,43,.22)}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-text-link{color:#75551e!important}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-studio-note{margin:1rem 0 0!important;color:#626c76;font-size:.75rem;line-height:1.65}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-studio-showcase{min-width:0;width:100%;align-self:center}
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio.ltx-dev-product--reverse .ltx-dev-studio-showcase{order:1}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-preview{
  display:block;position:relative;padding:1.1rem;border:1px solid #344452;border-radius:22px;
  color:#e9edf2!important;background:radial-gradient(ellipse at 100% 0,rgba(207,173,106,.13),transparent 47%),linear-gradient(145deg,#162637,#111a26);
  box-shadow:0 24px 45px rgba(15,28,42,.18);transition:transform .22s ease,box-shadow .22s ease;
}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-preview:hover{transform:translateY(-3px);box-shadow:0 28px 50px rgba(15,28,42,.23)}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-preview:focus-visible,
.ltx-dev--eigenentwicklungen .ltx-dev-studio-details>summary:focus-visible,
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-btn:focus-visible,
.ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-text-link:focus-visible{outline:3px solid #087b88;outline-offset:5px}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-topbar{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:1rem;flex-wrap:wrap}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-brand{display:flex;gap:.6rem;align-items:center;color:#e2e7ec;line-height:1.25}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-brand>b{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;font-size:.76rem;letter-spacing:.03em;border:1px solid rgba(216,180,108,.45);border-radius:10px;color:#e8c88b;background:linear-gradient(135deg,rgba(216,180,108,.2),rgba(216,180,108,.04))}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-brand>span{font-size:.6rem;letter-spacing:.13em}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-brand strong{display:block;font-size:.74rem;letter-spacing:.22em;color:#f0d29a;margin-top:.18rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-preview-label{font-size:.65rem;line-height:1.5;color:#c4cfd9;background:rgba(255,255,255,.055);padding:.28rem .6rem;border:1px solid rgba(255,255,255,.12);border-radius:999px}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-screen{position:relative;border:1px solid rgba(212,189,144,.22);border-radius:14px;overflow:hidden;background:#172534}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-screen__top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.56rem .8rem;color:#c6d1db;background:rgba(4,13,24,.4);font-size:.65rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-screen__top b{font-weight:650;color:#e0c997;white-space:nowrap;font-size:.61rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stage{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 79px;gap:1rem;align-items:end;min-height:213px;padding:1.25rem 1rem;background:radial-gradient(ellipse at 90% 80%,rgba(215,180,108,.17),transparent 70%),linear-gradient(145deg,#192e40,#111d2b)}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stage::before{content:"";position:absolute;width:120px;height:120px;right:0;top:-43px;border:1px solid rgba(216,180,108,.19);border-radius:50%;box-shadow:0 0 0 19px rgba(216,180,108,.035),0 0 0 40px rgba(216,180,108,.02);pointer-events:none}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__copy{position:relative;min-width:0;z-index:1}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__kicker{display:block;margin:0 0 .75rem;color:#dabf88;font-size:.62rem;letter-spacing:.07em;text-transform:uppercase;line-height:1.6}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__copy>strong{display:block;font-size:clamp(1.1rem,1.9vw,1.52rem);font-weight:760;letter-spacing:-.045em;line-height:1.2;color:#fff;overflow-wrap:normal}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__copy>strong>em{display:block;margin-top:.25rem;font-style:normal;color:#e5c88e}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__copy>p{margin:.78rem 0 0;color:#c4ced8;font-size:.72rem;line-height:1.65;max-width:250px}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__line{display:block;width:36px;height:2px;border-radius:2px;background:#d2b276;margin-top:1rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-camera{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:79px;min-height:108px;padding:.6rem .25rem;border:1px solid rgba(236,213,166,.28);border-radius:12px;background:linear-gradient(150deg,rgba(213,185,135,.14),rgba(213,185,135,.02));color:#e5c88e}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-camera svg{width:46px;height:46px}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-camera span{font-size:.65rem;line-height:1.4;margin-top:.4rem;color:#dfd5be}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-timeline{display:flex;align-items:center;gap:5px;height:24px;padding:0 .8rem;background:rgba(5,15,25,.45)}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-timeline span{width:33%;height:4px;border-radius:5px;background:#d7b56f}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-timeline i{height:4px;flex:1;border-radius:5px;background:#465260}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-controls{display:grid;grid-template-columns:minmax(0,1fr) 106px;gap:.65rem;margin-top:.65rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-prompter,.ltx-dev--eigenentwicklungen .ltx-dev-studio-audio{min-width:0;border:1px solid rgba(255,255,255,.13);border-radius:12px;background:rgba(6,15,26,.46);padding:.75rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-prompter>div{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.3rem;font-size:.66rem;color:#c8d2dc}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-prompter b{font-size:.57rem;font-weight:650;padding:.15rem .35rem;border-radius:5px;background:rgba(93,186,174,.12);color:#a8e3d9}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-prompter p{margin:.65rem 0 .55rem!important;padding:.1rem 0 .1rem .55rem;border-left:2px solid #dcc28e;color:#f0e4cb;font-size:.79rem;line-height:1.55;font-weight:550}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-prompter small{display:block;color:#aab8c6;font-size:.64rem;line-height:1.6}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-audio{display:flex;flex-direction:column;justify-content:space-between}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-audio>span{font-size:.66rem;color:#c8d2dc}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-audio>strong{font-size:.77rem;line-height:1.5;color:#e4d1aa;white-space:nowrap}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-audio>small{font-size:.59rem;line-height:1.5;color:#aab8c6;overflow-wrap:anywhere}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-wave{display:flex;align-items:center;justify-content:space-between;height:30px;gap:2px;margin:.3rem 0}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-wave>i{display:block;flex:1;max-width:3px;height:28%;background:#d3b171;border-radius:3px}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-wave>i:nth-child(3n){height:55%;background:#b6d2d0}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-wave>i:nth-child(4n){height:82%}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-wave>i:nth-child(5n){height:100%}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1rem;border-top:1px solid rgba(255,255,255,.13);padding-top:.85rem;gap:.4rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stats>div{min-width:0;padding:0 .5rem;border-left:1px solid rgba(255,255,255,.13);text-align:center}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stats>div:first-child{border-left:0;padding-left:0}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stats strong{display:block;font-size:.85rem;line-height:1.5;color:#f0dfbc;font-weight:700}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-stats span{display:block;margin-top:.18rem;font-size:.6rem;line-height:1.5;color:#b9c7d3;overflow-wrap:anywhere}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-caption{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:.9rem;font-size:.61rem;line-height:1.6;color:#b6c2ce}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-caption>span{font-size:1.1rem;line-height:1;color:#f0d29a}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-value{padding:1.25rem .25rem .85rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-value>strong{display:block;font-size:.96rem;line-height:1.4;color:#243342;letter-spacing:-.02em}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-value>p{margin:.4rem 0 .75rem!important;color:#596675;font-size:.82rem;line-height:1.7}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-chips{display:flex;flex-wrap:wrap;gap:.4rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-chips>span{border:1px solid #d9d5c8;border-radius:7px;padding:.25rem .5rem;color:#615334;background:#fffdf7;font-size:.68rem;font-weight:650;line-height:1.5}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-details{border-top:1px solid rgba(159,123,53,.24);margin-top:.35rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-details>summary{position:relative;display:block;list-style:none;cursor:pointer;min-height:48px;padding:1rem 1.6rem 1rem .25rem;color:#6e5120;font-size:.78rem;font-weight:700;line-height:1.5}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-details>summary::-webkit-details-marker{display:none}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-details>summary::after{content:"+";position:absolute;right:.3rem;top:50%;transform:translateY(-50%);font-size:1.2rem;line-height:1;font-weight:400}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-details[open]>summary::after{content:"−"}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-details dl{margin:0;padding:0 .25rem .25rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-details dl>div{margin:0 0 .8rem}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-details dt{margin:0 0 .2rem;color:#263748;font-size:.78rem;font-weight:750;line-height:1.5}
.ltx-dev--eigenentwicklungen .ltx-dev-studio-details dd{margin:0;color:#576677;font-size:.77rem;line-height:1.7}
@media(max-width:1000px){
  .ltx-dev--eigenentwicklungen .ltx-dev-product--studio{grid-template-columns:minmax(0,1fr);gap:1.5rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-product__content{order:1}
  .ltx-dev--eigenentwicklungen .ltx-dev-product--studio .ltx-dev-studio-showcase{order:2;max-width:630px;justify-self:center}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__copy>strong{font-size:clamp(1.35rem,3.6vw,1.85rem)}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stage{min-height:228px;grid-template-columns:minmax(0,1fr) 100px}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-camera{width:100px;min-height:120px}
}
@media(max-width:520px){
  .ltx-dev--eigenentwicklungen .ltx-dev-product--studio{padding:1rem;gap:1.15rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-preview{padding:.8rem;border-radius:17px}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-preview-label{font-size:.59rem;padding:.22rem .45rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stage{padding:1rem .85rem;grid-template-columns:minmax(0,1fr) 58px;gap:.65rem;min-height:207px}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__copy>strong{font-size:clamp(1.06rem,4.4vw,1.5rem)}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__kicker{font-size:.58rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__copy>p{font-size:.68rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-camera{width:58px;min-height:88px;border-radius:9px}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-camera svg{width:35px;height:35px}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-camera span{font-size:.59rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-controls{grid-template-columns:minmax(0,1fr) 80px;gap:.45rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-prompter,.ltx-dev--eigenentwicklungen .ltx-dev-studio-audio{padding:.6rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-audio>strong{font-size:.68rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stats strong{font-size:.77rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stats span{font-size:.59rem}
}
@media(max-width:360px){
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-topbar{row-gap:.6rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stage{grid-template-columns:minmax(0,1fr);min-height:0}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-camera{width:auto;min-height:0;flex-direction:row;justify-content:flex-start;gap:.4rem;padding:.25rem .6rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-camera svg{width:25px;height:25px}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-camera span{margin:0}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stage__copy>strong{font-size:1.2rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stats{column-gap:0}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stats>div{padding:0 .2rem}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-stats strong{font-size:.7rem}
}
@media(prefers-reduced-motion:reduce){
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-preview{transition:none}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-preview:hover{transform:none}
}
@media print{
  .ltx-dev--eigenentwicklungen .ltx-dev-product--studio,.ltx-dev--eigenentwicklungen .ltx-dev-studio-preview{box-shadow:none!important}
  .ltx-dev--eigenentwicklungen .ltx-dev-studio-preview{-webkit-print-color-adjust:exact;print-color-adjust:exact}
}
