/*
 * Lukas-Teissl Consulting – Custom Development landing page
 * Scoped to .ltx-dev to avoid side effects on the existing website.
 */
.ltx-custom-development-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{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)}

.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{order:initial}
  .ltx-dev-product__visual{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 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;
  }
}
