:root{
    color-scheme:dark;--bg:#070a10;--bg-2:#0a0f18;--panel:#101622;--panel-2:#131b29;
    --line:#252e40;--line-soft:rgba(255,255,255,.08);--text:#f4f7ff;--muted:#a4aec0;
    --purple:#735cff;--purple-2:#9b8cff;--blue:#496fff;--gold:#e5b94a;--green:#4bd69d;
    --danger:#ff6c7a;--radius:18px;--shadow:0 24px 70px rgba(0,0,0,.34);--shell:1500px
}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:92px}body{margin:0;background:radial-gradient(circle at 72% 4%,rgba(92,70,255,.12),transparent 34rem),var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.55;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 82%)}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{color:inherit}.shell{width:min(var(--shell),calc(100% - 48px));margin-inline:auto}.skip-link{position:fixed;top:-80px;left:20px;z-index:9999;background:var(--text);color:#060911;padding:10px 16px;border-radius:8px}.skip-link:focus{top:20px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(7,10,16,.76);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(18px);transition:.25s}.site-header.scrolled{background:rgba(7,10,16,.94);box-shadow:0 12px 40px rgba(0,0,0,.28)}.header-inner{height:78px;display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center}.brand{display:inline-flex;align-items:center;gap:11px;min-width:max-content}.brand>span:last-child{display:grid;line-height:.94}.brand strong{font-size:19px;letter-spacing:.05em}.brand small{font-size:9px;letter-spacing:.42em;color:#63bcff;margin-top:5px}.brand-mark{width:35px;height:35px;position:relative;display:inline-block}.brand-mark i{position:absolute;width:12px;height:27px;border-radius:3px;background:linear-gradient(180deg,var(--purple-2),var(--purple));transform:skewY(-38deg)}.brand-mark i:nth-child(1){left:1px;top:1px}.brand-mark i:nth-child(2){left:12px;top:7px}.brand-mark i:nth-child(3){left:23px;top:1px}.site-nav{display:flex;justify-content:center;gap:clamp(13px,1.5vw,26px);font-size:13px;color:#cbd3e2}.site-nav a{position:relative;padding:10px 0;transition:.2s}.site-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:3px;height:2px;background:linear-gradient(90deg,var(--purple),var(--blue));transition:.2s}.site-nav a:hover,.site-nav a:focus-visible{color:#fff}.site-nav a:hover:after,.site-nav a:focus-visible:after{right:0}.header-actions{display:flex;align-items:center;gap:11px}.language-picker{position:relative}.language-picker summary{list-style:none;cursor:pointer;border:1px solid var(--line);border-radius:10px;padding:10px 13px;font-weight:800;font-size:12px}.language-picker summary::-webkit-details-marker{display:none}.language-menu{position:absolute;right:0;top:50px;width:260px;max-height:66vh;overflow:auto;background:#0d131d;border:1px solid var(--line);border-radius:14px;padding:8px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr;gap:3px}.language-menu a{padding:9px;border-radius:8px;color:var(--muted);font-size:12px}.language-menu a span{color:#fff;font-weight:900;margin-right:7px}.language-menu a:hover,.language-menu a.active{background:#171f2d;color:#fff}.menu-toggle{display:none;border:0;background:none}.button{min-height:46px;padding:0 20px;border:1px solid transparent;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:800;font-size:14px;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s}.button:hover{transform:translateY(-2px)}.button:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(132,113,255,.45);outline-offset:3px}.button-primary{background:linear-gradient(135deg,#825eff,#4d5df5);box-shadow:0 12px 30px rgba(92,72,255,.28);color:#fff}.button-primary:hover{box-shadow:0 16px 38px rgba(92,72,255,.43)}.button-ghost{border-color:#34405a;background:rgba(255,255,255,.025)}.button-gold{color:#151008;background:linear-gradient(135deg,#f1cd75,#dda72d)}
.hero{position:relative;padding:84px 0 0;isolation:isolate}.hero-orb{position:absolute;border-radius:50%;filter:blur(10px);opacity:.55;z-index:-1}.hero-orb-one{width:460px;height:460px;right:-160px;top:-100px;background:radial-gradient(circle,var(--purple),transparent 66%)}.hero-orb-two{width:300px;height:300px;left:-120px;top:280px;background:radial-gradient(circle,#194bc8,transparent 70%)}.hero-grid,.landing-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(600px,1.1fr);gap:clamp(35px,6vw,100px);align-items:center}.hero-copy{padding:26px 0}.eyebrow{margin:0 0 18px;text-transform:uppercase;letter-spacing:.17em;font-size:11px;font-weight:900;color:#a499ff}.hero h1,.landing-hero h1{font-size:clamp(45px,5.3vw,82px);letter-spacing:-.057em;line-height:1.01;margin:0;max-width:850px;text-wrap:balance}.hero-text{font-size:clamp(17px,1.5vw,21px);color:var(--muted);max-width:720px;margin:25px 0 30px;line-height:1.65}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero blockquote{margin:32px 0 0;padding:0 0 0 19px;border-left:2px solid var(--gold);font-size:14px;color:#cad1df;max-width:640px}.product-preview{position:relative;min-height:570px;padding:26px 25px 0}.preview-window{position:absolute;inset:30px 36px 65px 0;background:#0c111b;border:1px solid #364057;border-radius:22px;overflow:hidden;box-shadow:0 45px 100px rgba(0,0,0,.5),0 0 90px rgba(95,76,255,.13);transform:perspective(1500px) rotateY(-4deg) rotateX(1deg)}.preview-bar{height:38px;border-bottom:1px solid var(--line);display:flex;gap:6px;align-items:center;padding:0 13px;color:#7f899b;font-size:10px}.preview-bar i{width:7px;height:7px;border-radius:50%;background:#354057}.preview-bar i:first-child{background:#7c5cff}.preview-bar span{margin-left:auto}.preview-body{display:grid;grid-template-columns:68px 1fr;height:calc(100% - 38px)}.preview-nav{background:#090d14;border-right:1px solid var(--line);display:flex;flex-direction:column;align-items:center;padding:17px 0;gap:19px}.preview-nav b{width:30px;height:30px;border-radius:9px;background:linear-gradient(145deg,var(--purple),#4058e8);display:grid;place-items:center}.preview-nav i{width:19px;height:5px;border-radius:5px;background:#303a4d}.preview-nav i.active{background:var(--purple-2);box-shadow:0 0 18px var(--purple)}.preview-main{padding:25px;min-width:0}.preview-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px;font-size:15px;font-weight:800}.preview-heading b{font-size:9px;color:var(--green);background:rgba(75,214,157,.08);border:1px solid rgba(75,214,157,.2);padding:5px 8px;border-radius:99px}.preview-heading b i{display:inline-block;width:5px;height:5px;background:var(--green);border-radius:50%;margin-right:5px}.preview-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.preview-kpis article{background:#131b27;border:1px solid var(--line);border-radius:12px;padding:13px;min-height:75px}.preview-kpis small{display:block;color:#7e8aa0;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.preview-kpis strong{display:block;font-size:12px;margin-top:12px}.preview-chart{margin-top:11px;height:220px;background:linear-gradient(180deg,#131b27,#0d131d);border:1px solid var(--line);border-radius:13px;padding:14px;overflow:hidden}.preview-chart>div{display:flex;justify-content:space-between;font-size:11px}.preview-chart b{color:#a89fff;font-size:9px}.preview-chart svg{width:100%;height:170px}.chart-area{fill:url(#chartFill)}.chart-line{fill:none;stroke:#806dff;stroke-width:4;filter:drop-shadow(0 0 8px #6e58ff)}.preview-list{margin-top:11px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.preview-list span{font-size:9px;color:#bbc4d4;padding:11px;background:#111823;border:1px solid var(--line);border-radius:10px}.preview-list i{display:inline-block;width:5px;height:5px;border-radius:50%;background:var(--green);margin-right:7px}.preview-phone{position:absolute;right:0;bottom:32px;width:160px;height:330px;border:7px solid #161b25;background:linear-gradient(180deg,#0d121c,#090c12);border-radius:28px;box-shadow:0 28px 50px rgba(0,0,0,.55);padding:34px 15px 14px;transform:rotate(5deg);z-index:3}.preview-phone>i{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:48px;height:6px;border-radius:10px;background:#242b39}.preview-phone small{display:block;color:#8a95aa;margin-bottom:7px}.preview-phone strong{font-size:19px}.preview-phone em{position:absolute;bottom:14px;left:14px;right:14px;height:38px;border-radius:10px;background:var(--purple);display:grid;place-items:center;font-style:normal;font-size:11px;font-weight:800}.phone-map{height:170px;margin-top:17px;border:1px solid var(--line);border-radius:13px;position:relative;background:linear-gradient(135deg,transparent 48%,#242e40 49%,#242e40 51%,transparent 52%),radial-gradient(circle at 30% 30%,#1b2840,#0e141e)}.phone-map b{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--gold);box-shadow:0 0 14px var(--gold)}.phone-map b:nth-child(1){left:25%;top:30%}.phone-map b:nth-child(2){left:64%;top:52%}.phone-map b:nth-child(3){left:42%;top:76%}.product-preview>p{position:absolute;bottom:3px;left:30px;color:#697487;font-size:10px}.benefit-strip{display:grid;grid-template-columns:repeat(4,1fr);margin-top:55px;border-top:1px solid var(--line-soft);border-bottom:1px solid var(--line-soft)}.benefit-strip article{display:flex;gap:13px;padding:25px 20px;border-right:1px solid var(--line-soft)}.benefit-strip article:last-child{border:0}.benefit-strip i{font-style:normal;font-size:10px;color:var(--gold);font-weight:900}.benefit-strip strong,.benefit-strip span{display:block}.benefit-strip strong{font-size:13px}.benefit-strip span{font-size:11px;color:var(--muted);margin-top:5px}
.section{padding:105px 0}.section-heading{max-width:780px;margin-bottom:42px}.section-heading.centered{text-align:center;margin-inline:auto}.section-heading h2,.contact-band h2{font-size:clamp(34px,4vw,57px);letter-spacing:-.045em;line-height:1.08;margin:0;text-wrap:balance}.section-heading>p:not(.eyebrow){color:var(--muted);font-size:18px;line-height:1.65}.section-heading small{display:block;color:#768195;border-left:2px solid var(--gold);padding-left:13px;margin-top:20px}.trust-section{background:linear-gradient(180deg,rgba(15,21,32,.82),rgba(7,10,16,.2));border-bottom:1px solid var(--line-soft)}.trust-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:90px;align-items:center}.trust-map{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:30px;background:linear-gradient(145deg,#111825,#0b1019);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.trust-map span{padding:20px;background:rgba(255,255,255,.02);border:1px solid var(--line-soft);border-radius:12px;color:#d9dfeb}.trust-map i{display:inline-block;width:8px;height:8px;background:var(--purple-2);border-radius:2px;transform:rotate(45deg);margin-right:11px}
.solution-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}.solution-card{min-height:285px;background:linear-gradient(145deg,var(--panel-2),#0c1119);border:1px solid var(--line);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.25s}.solution-card:after{content:"";position:absolute;width:120px;height:120px;right:-70px;top:-70px;border-radius:50%;background:var(--purple);filter:blur(45px);opacity:0;transition:.3s}.solution-card:hover{transform:translateY(-6px);border-color:#4a4f80;box-shadow:0 24px 55px rgba(0,0,0,.28)}.solution-card:hover:after{opacity:.24}.solution-card>i,.price-card>i{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:rgba(112,88,255,.1);border:1px solid rgba(139,119,255,.24);color:#a99eff;font-style:normal;font-size:20px}.solution-card h3{font-size:19px;margin:21px 0 10px}.solution-card p{font-size:13px;color:var(--muted);margin:0 0 20px}.solution-card>div{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-top:auto}.solution-card a,.solution-card button{font-size:11px;color:#a89cff;font-weight:800}.solution-card button{border:0;background:none;cursor:pointer}
.modules-section{padding-block:60px}.modules-panel{display:grid;grid-template-columns:340px 1fr;gap:38px;padding:36px;background:linear-gradient(135deg,#080e19,#11142a 56%,#09101d);border:1px solid #2b3350;border-radius:24px;box-shadow:0 30px 80px rgba(0,0,0,.35);position:relative;overflow:hidden}.modules-panel:after{content:"";position:absolute;width:360px;height:360px;right:-170px;bottom:-250px;background:var(--purple);border-radius:50%;filter:blur(100px);opacity:.25}.modules-copy{border-right:1px solid var(--line);padding-right:34px;position:relative;z-index:1}.modules-copy h2{font-size:35px;letter-spacing:-.04em;line-height:1.1;margin:0}.modules-copy p:not(.eyebrow){color:var(--muted);font-size:14px;margin:18px 0 27px}.module-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;position:relative;z-index:1}.module-grid button{min-height:88px;background:rgba(255,255,255,.025);border:1px solid var(--line-soft);border-radius:11px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:11px;cursor:pointer;transition:.2s}.module-grid button:hover,.module-grid button.selected{border-color:#7667df;background:rgba(112,88,255,.1);transform:translateY(-2px)}.module-grid i{font-style:normal;color:#a799ff;font-size:17px}
.industry-layout{display:grid;grid-template-columns:350px 1fr;background:#0c111a;border:1px solid var(--line);border-radius:22px;overflow:hidden;min-height:580px}.industry-tabs{display:grid;align-content:start;border-right:1px solid var(--line);padding:15px;background:#090e16}.industry-tabs button{border:0;border-bottom:1px solid var(--line-soft);background:transparent;text-align:left;padding:15px 16px;color:#8994a7;font-size:13px;cursor:pointer}.industry-tabs button[aria-selected=true]{background:linear-gradient(90deg,rgba(111,86,255,.16),transparent);color:#fff;border-left:2px solid var(--purple-2)}.industry-panels{padding:55px;position:relative;background:radial-gradient(circle at 85% 20%,rgba(111,86,255,.13),transparent 24rem)}.industry-panels article{max-width:730px}.industry-watermark{font-size:100px;font-weight:900;color:rgba(255,255,255,.025);position:absolute;right:55px;top:35px}.industry-panels h3{font-size:42px;letter-spacing:-.04em;margin:0 0 18px}.industry-panels p{color:var(--muted);font-size:18px}.industry-panels strong{display:block;margin:35px 0 13px;color:#cdd4e2;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.industry-panels article>div{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:35px}.industry-panels article>div span,.tags span{border:1px solid #35405a;background:#111925;color:#b8c2d3;border-radius:99px;padding:7px 11px;font-size:11px}
.projects-section{background:#090e16;border-block:1px solid var(--line-soft)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.project-card{background:linear-gradient(145deg,#111824,#0c1119);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;padding:0 22px 24px}.project-visual{height:190px;margin:0 -22px 22px;position:relative;overflow:hidden;background:linear-gradient(145deg,#1c2540,#0a0f17)}.project-visual:before{content:"";position:absolute;inset:32px 24px -25px 70px;border:1px solid #3d4966;border-radius:13px;background:#0e1520;box-shadow:0 18px 45px rgba(0,0,0,.38)}.project-visual:after{content:"";position:absolute;left:90px;right:45px;bottom:32px;height:52px;border-radius:9px;background:linear-gradient(135deg,rgba(110,87,255,.35),rgba(63,96,222,.06));clip-path:polygon(0 84%,12% 55%,28% 72%,45% 28%,62% 55%,76% 20%,100% 0,100% 100%,0 100%)}.project-visual>span{position:absolute;left:24px;top:24px;width:35px;height:35px;border-radius:9px;background:var(--purple);display:grid;place-items:center;font-weight:900;z-index:2}.project-visual i{position:absolute;left:86px;right:40px;height:8px;border-radius:5px;background:#263149;z-index:2}.project-visual i:nth-of-type(1){top:55px;width:32%}.project-visual i:nth-of-type(2){top:76px;width:54%}.project-visual i:nth-of-type(3){top:97px;width:38%}.visual-2,.visual-5{background:linear-gradient(145deg,#182b31,#0a0f17)}.visual-3,.visual-6{background:linear-gradient(145deg,#241b39,#0a0f17)}.project-card>small{color:var(--gold);text-transform:uppercase;letter-spacing:.11em;font-size:10px;font-weight:800}.project-card h3{font-size:22px;margin:8px 0 18px}.project-card dl{display:grid;gap:13px;margin:0 0 19px}.project-card dt{font-size:10px;text-transform:uppercase;color:#778297;font-weight:800}.project-card dd{margin:3px 0 0;color:#c4ccda;font-size:12px}.tags{display:flex;gap:6px;flex-wrap:wrap}
.process-section{background:linear-gradient(180deg,transparent,rgba(15,21,32,.7),transparent)}.process-list{list-style:none;margin:50px 0 0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);gap:12px;counter-reset:item}.process-list li{position:relative;padding:24px;background:#0f151f;border:1px solid var(--line);border-radius:15px;min-height:230px}.process-list li:not(:last-child):after{content:"→";position:absolute;right:-19px;top:50%;z-index:2;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--bg);color:var(--gold);border:1px solid var(--line)}.process-list span{color:#a79aff;font-weight:900;font-size:13px}.process-list h3{font-size:18px;margin:28px 0 10px}.process-list p{font-size:12px;color:var(--muted)}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.price-card{background:linear-gradient(145deg,#111824,#0c1119);border:1px solid var(--line);border-radius:var(--radius);padding:25px;display:grid;grid-template-columns:auto 1fr;gap:5px 16px;align-items:center}.price-card i{grid-row:span 3}.price-card h3{margin:0;font-size:17px}.price-card>span{font-size:11px;color:var(--muted)}.price-card strong{font-size:28px;color:#fff}.price-card small{grid-column:1/-1;color:#788399;margin-top:9px}.price-card a{grid-column:1/-1;margin-top:12px;color:#a89cff;font-size:12px;font-weight:800}
.configurator-section{background:#090e16;border-block:1px solid var(--line-soft)}.configurator{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.config-main,.estimate-card{background:#0e141e;border:1px solid var(--line);border-radius:20px}.config-main{padding:30px}.config-progress{display:flex;align-items:center;gap:18px;color:#8f9aae;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.config-progress>div{height:5px;flex:1;background:#1c2534;border-radius:8px;overflow:hidden}.config-progress i{display:block;height:100%;width:14.28%;background:linear-gradient(90deg,var(--purple),var(--blue));transition:.3s}.config-step{display:none;border:0;padding:34px 0 10px;margin:0;min-width:0}.config-step.active{display:block}.config-step legend{font-size:30px;letter-spacing:-.03em;font-weight:800;margin-bottom:25px}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.project-choices{grid-template-columns:repeat(2,1fr)}.choice{cursor:pointer}.choice input{position:absolute;opacity:0;pointer-events:none}.choice>span{min-height:72px;border:1px solid var(--line);border-radius:12px;background:#111924;padding:14px;display:flex;gap:10px;flex-direction:column;justify-content:center;transition:.2s}.choice input:checked+span{border-color:#7e6dff;background:rgba(112,88,255,.11);box-shadow:inset 0 0 0 1px rgba(126,109,255,.25)}.choice input:focus-visible+span{outline:3px solid rgba(132,113,255,.45);outline-offset:2px}.choice i{font-style:normal;color:#a699ff}.choice b{font-size:13px}.choice small{font-size:10px;color:var(--muted)}.module-choices{grid-template-columns:repeat(4,1fr)}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field-grid label>span,.language-checks>span,.mc-filters label span{display:block;color:#aab4c6;font-size:11px;font-weight:800;margin-bottom:7px}.field-grid input,.field-grid select,.field-grid textarea{width:100%;border:1px solid #313c50;background:#0a0f17;color:#fff;border-radius:10px;padding:12px 13px;min-height:47px}.field-grid textarea{min-height:130px;resize:vertical}.field-grid .wide{grid-column:1/-1}.consent{display:flex;gap:10px;align-items:flex-start}.consent input{width:18px;min-height:18px}.consent span{font-size:12px;color:var(--muted)}.consent a{color:#a799ff;text-decoration:underline}.language-checks{border:1px solid var(--line);border-radius:12px;margin-top:15px;padding:15px;display:flex;flex-wrap:wrap;gap:8px 14px}.language-checks>span{width:100%}.language-checks label{font-size:11px;color:#bec7d6}.language-checks input{accent-color:var(--purple);margin-right:5px}.config-controls{display:flex;justify-content:space-between;margin-top:25px}.estimate-card{padding:27px;position:sticky;top:97px}.estimate-card dl{margin:22px 0}.estimate-card dl>div{padding:13px 0;border-bottom:1px solid var(--line-soft)}.estimate-card dt{font-size:10px;text-transform:uppercase;color:#778399}.estimate-card dd{margin:6px 0 0;font-size:13px}.estimate-price{padding:19px;background:linear-gradient(135deg,rgba(112,88,255,.16),rgba(48,75,170,.07));border:1px solid rgba(125,106,255,.27);border-radius:13px}.estimate-price span,.estimate-price small{display:block;color:var(--muted);font-size:10px}.estimate-price strong{display:block;font-size:28px;margin:5px 0}.estimate-card>p:last-child{font-size:11px;color:#8994a8}.honeypot{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}.form-errors,.form-success{max-width:900px;margin:0 auto 20px;border-radius:12px;padding:15px 18px}.form-errors{border:1px solid rgba(255,108,122,.35);background:rgba(255,108,122,.08);color:#ffb4bb}.form-success{border:1px solid rgba(75,214,157,.35);background:rgba(75,214,157,.08);color:#a7f2d2}.form-errors ul{margin:7px 0 0}
.faq-grid{display:grid;grid-template-columns:.65fr 1fr;gap:80px;align-items:start}.faq-list{display:grid}.faq-list details{border-bottom:1px solid var(--line);padding:20px 0}.faq-list summary{list-style:none;display:flex;justify-content:space-between;gap:20px;cursor:pointer;font-weight:700}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary i{font-style:normal;color:#a899ff;font-size:20px;transition:.2s}.faq-list details[open] summary i{transform:rotate(45deg)}.faq-list p{color:var(--muted);font-size:14px;max-width:820px}.contact-band{padding:60px 0;background:linear-gradient(120deg,#11182a,#161335 55%,#101a2b);border-top:1px solid #35395a}.contact-band>.shell{display:grid;grid-template-columns:1fr .7fr auto;gap:40px;align-items:center}.contact-band h2{font-size:38px}.contact-band p{color:var(--muted)}.contact-band>div>div:nth-child(2){display:grid;gap:5px}.contact-band span{font-size:12px}.contact-band small{color:var(--gold);margin-top:8px}
.site-footer{padding:65px 0 25px;background:#05080d;border-top:1px solid var(--line-soft)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:45px}.footer-grid h2{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:#818da1;margin:0 0 16px}.footer-grid>div>a,.footer-grid>div>span,.footer-link{display:block;color:#aeb7c7;font-size:12px;margin:9px 0}.footer-grid>div>a:hover,.footer-link:hover{color:#fff}.footer-brand p{color:#8c97a9;font-size:13px;max-width:280px}.footer-link{padding:0;border:0;background:none;cursor:pointer}.footer-languages summary{font-size:12px;color:#a99dff;cursor:pointer}.footer-languages[open]{display:grid}.footer-bottom{margin-top:45px;padding-top:22px;border-top:1px solid var(--line-soft);display:flex;justify-content:space-between;color:#667185;font-size:10px}.cookie-panel{position:fixed;left:24px;bottom:24px;z-index:150;width:min(450px,calc(100% - 48px));padding:24px;background:rgba(14,20,30,.98);border:1px solid #38445b;border-radius:17px;box-shadow:var(--shadow)}.cookie-panel[hidden]{display:none}.cookie-panel h2{margin:0;font-size:22px}.cookie-panel>p:not(.eyebrow){color:var(--muted);font-size:12px}.cookie-panel>div{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.cookie-panel a{color:#a99cff;font-size:11px}.cookie-close{position:absolute;right:13px;top:13px;border:0;background:transparent;font-size:20px}.language-suggestion{position:fixed;z-index:120;right:20px;top:92px;background:#111924;border:1px solid var(--line);border-radius:11px;padding:9px 12px;display:flex;gap:12px;align-items:center;font-size:12px}.language-suggestion a{color:#a99cff}.language-suggestion button{border:0;background:none}
.landing-hero{padding:105px 0 55px;background:radial-gradient(circle at 75% 12%,rgba(111,86,255,.16),transparent 33rem)}.landing-grid .product-preview{min-height:520px}.landing-problem{display:grid;grid-template-columns:1fr 1fr;gap:16px}.landing-problem article{min-height:290px;padding:35px;background:#0e141e;border:1px solid var(--line);border-radius:var(--radius)}.landing-problem article>span{color:#a89cff;font-weight:900}.landing-problem h2{font-size:26px;line-height:1.35}.legal-hero{padding:110px 0 65px;background:linear-gradient(180deg,#11172a,#080c13)}.legal-hero h1{font-size:clamp(42px,6vw,72px);margin:0;letter-spacing:-.05em}.legal-hero p{color:var(--muted);font-size:18px}.legal-hero small{color:var(--gold)}.legal-content{max-width:1000px}.legal-content article{display:grid;grid-template-columns:50px 1fr;gap:18px;border-bottom:1px solid var(--line);padding:30px 0}.legal-content article>span{color:#9b8dff;font-weight:900}.legal-content h2{margin:0;font-size:23px}.legal-content p{color:var(--muted);line-height:1.8}.legal-contact{margin-top:35px;padding:25px;background:var(--panel);border:1px solid var(--line);border-radius:14px}.legal-contact h2{margin:0 0 10px}.legal-contact a{color:#a99cff}
.reveal{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1250px){.site-nav{display:none}.menu-toggle{display:grid;gap:5px;margin-left:auto}.menu-toggle span{position:absolute;left:-9999px}.menu-toggle i{display:block;width:24px;height:2px;background:#fff}.header-inner{grid-template-columns:auto 1fr auto}.site-nav.open{position:absolute;display:grid;left:24px;right:24px;top:70px;background:#0d131d;border:1px solid var(--line);border-radius:15px;padding:14px;box-shadow:var(--shadow)}.hero-grid,.landing-grid{grid-template-columns:1fr}.hero-copy{max-width:900px}.product-preview{min-height:570px;max-width:850px;width:100%;margin:auto}.solution-grid{grid-template-columns:repeat(3,1fr)}.module-grid{grid-template-columns:repeat(4,1fr)}.project-grid{grid-template-columns:repeat(2,1fr)}.process-list{grid-template-columns:repeat(3,1fr)}.process-list li:after{display:none}}
@media(max-width:900px){.shell{width:min(100% - 30px,var(--shell))}.header-cta{display:none}.hero{padding-top:52px}.hero h1,.landing-hero h1{font-size:clamp(42px,10vw,65px)}.benefit-strip{grid-template-columns:1fr 1fr}.benefit-strip article:nth-child(2){border-right:0}.trust-grid{grid-template-columns:1fr;gap:35px}.solution-grid{grid-template-columns:1fr 1fr}.modules-panel{grid-template-columns:1fr}.modules-copy{border-right:0;border-bottom:1px solid var(--line);padding:0 0 25px}.module-grid{grid-template-columns:repeat(3,1fr)}.industry-layout{grid-template-columns:1fr}.industry-tabs{grid-template-columns:1fr 1fr;border-right:0;border-bottom:1px solid var(--line)}.industry-panels{padding:35px}.pricing-grid{grid-template-columns:1fr 1fr}.configurator{grid-template-columns:1fr}.estimate-card{position:static;order:-1}.faq-grid{grid-template-columns:1fr;gap:20px}.contact-band>.shell{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr 1fr}.footer-brand{grid-column:1/-1}.landing-problem{grid-template-columns:1fr}}
@media(max-width:620px){.header-inner{height:66px;gap:13px}.brand strong{font-size:16px}.brand-mark{transform:scale(.85);transform-origin:left center}.language-picker summary{padding:8px}.language-menu{position:fixed;left:15px;right:15px;top:74px;width:auto}.section{padding:75px 0}.hero{padding-top:36px}.hero h1,.landing-hero h1{font-size:41px}.hero-text{font-size:16px}.hero-actions .button{width:100%}.product-preview{min-height:390px;padding:0}.preview-window{inset:18px 20px 45px 0}.preview-body{grid-template-columns:42px 1fr}.preview-nav{gap:13px}.preview-nav i{width:13px}.preview-main{padding:13px}.preview-kpis{grid-template-columns:1fr}.preview-kpis article:nth-child(n+2){display:none}.preview-chart{height:180px}.preview-chart svg{height:135px}.preview-list{display:none}.preview-phone{width:110px;height:230px;border-width:5px;padding:28px 10px 10px}.phone-map{height:105px}.preview-phone em{height:28px}.benefit-strip{grid-template-columns:1fr}.benefit-strip article{border-right:0}.trust-map{grid-template-columns:1fr;padding:16px}.solution-grid,.project-grid,.pricing-grid{grid-template-columns:1fr}.modules-panel{padding:22px}.module-grid{grid-template-columns:1fr 1fr}.industry-tabs{display:flex;overflow:auto}.industry-tabs button{min-width:175px}.industry-panels{padding:28px 20px}.industry-panels h3{font-size:32px}.process-list{grid-template-columns:1fr}.choice-grid,.project-choices,.module-choices,.field-grid{grid-template-columns:1fr}.config-main{padding:20px}.config-step legend{font-size:24px}.estimate-card{padding:20px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.footer-bottom{display:grid;gap:7px}.contact-band{padding:45px 0}.landing-problem article{padding:25px}.language-suggestion{left:15px;right:15px;top:76px}.cookie-panel{left:15px;bottom:15px;width:calc(100% - 30px)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal{opacity:1;transform:none;transition:none}.button,.solution-card,.module-grid button{transition:none}.preview-window,.preview-phone{transform:none}}
.language-picker:not([open])>.language-menu{display:none}
.hero{overflow:clip}

/* =====================================================
   MOHU_GOLD_PREMIUM_V1
   ===================================================== */

:root {
    --mohu-gold: #d5ae5f;
    --mohu-gold-light: #f3d991;
    --mohu-gold-dark: #8c6729;
    --mohu-champagne: #fff1c5;
    --mohu-black: #070707;
    --mohu-black-soft: #0e0d0b;
    --mohu-panel: #15120d;
    --mohu-line: rgba(213, 174, 95, .28);
    --mohu-glow: rgba(213, 174, 95, .22);
}

html {
    background: var(--mohu-black);
}

body {
    background:
        radial-gradient(
            circle at 10% 8%,
            rgba(213, 174, 95, .13),
            transparent 30%
        ),
        radial-gradient(
            circle at 88% 30%,
            rgba(213, 174, 95, .08),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #080706 0%,
            #0e0c09 42%,
            #070707 100%
        );
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .2;
    background-image:
        linear-gradient(
            rgba(213, 174, 95, .055) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(213, 174, 95, .055) 1px,
            transparent 1px
        );
    background-size: 70px 70px;
    mask-image:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.9),
            transparent 75%
        );
}

/* Zlatý hero s fotografií */

main > section:first-of-type {
    position: relative;
    isolation: isolate;
    min-height: min(860px, 92vh);
    overflow: hidden;
    border-bottom: 1px solid var(--mohu-line);
    background:
        linear-gradient(
            90deg,
            rgba(5,5,5,.98) 0%,
            rgba(5,5,5,.9) 38%,
            rgba(5,5,5,.42) 70%,
            rgba(5,5,5,.78) 100%
        ),
        url("/mohu-core-public/media/hero.jpg")
            center right / cover no-repeat;
}

main > section:first-of-type::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            115deg,
            rgba(213,174,95,.2),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            transparent 62%,
            #090806 100%
        );
}

main > section:first-of-type::after {
    content: "";
    position: absolute;
    right: 4%;
    bottom: 7%;
    width: 240px;
    height: 240px;
    z-index: -1;
    border: 1px solid rgba(243,217,145,.28);
    border-radius: 50%;
    box-shadow:
        0 0 0 30px rgba(213,174,95,.025),
        0 0 100px rgba(213,174,95,.18);
}

/* Typografie */

h1,
h2,
h3 {
    letter-spacing: -.035em;
}

h1 {
    text-shadow:
        0 8px 50px rgba(0,0,0,.7),
        0 0 45px rgba(213,174,95,.08);
}

.eyebrow {
    color: var(--mohu-gold-light) !important;
    letter-spacing: .18em;
    font-weight: 800;
}

strong,
.gold,
.highlight {
    color: var(--mohu-gold-light);
}

/* Tlačítka */

.button-primary,
.btn-primary,
button[type="submit"] {
    border: 1px solid #f0d184 !important;
    color: #171006 !important;
    background:
        linear-gradient(
            135deg,
            #8f6726 0%,
            #d5ae5f 40%,
            #f3d991 70%,
            #af8239 100%
        ) !important;
    box-shadow:
        0 16px 45px rgba(213,174,95,.22),
        inset 0 1px 0 rgba(255,255,255,.5);
}

.button-primary:hover,
.btn-primary:hover,
button[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow:
        0 22px 55px rgba(213,174,95,.35),
        inset 0 1px 0 rgba(255,255,255,.65);
}

.button-ghost,
.btn-secondary {
    border-color: rgba(243,217,145,.48) !important;
    background: rgba(12,10,7,.68) !important;
    backdrop-filter: blur(12px);
}

.button-ghost:hover,
.btn-secondary:hover {
    border-color: var(--mohu-gold-light) !important;
    color: var(--mohu-gold-light) !important;
}

/* Obecné karty */

.card,
.solution-card,
.industry-card,
.project-card,
.module-card,
.finance-card {
    border-color: var(--mohu-line) !important;
    background:
        linear-gradient(
            145deg,
            rgba(213,174,95,.09),
            rgba(15,13,10,.92) 35%,
            rgba(8,8,8,.96)
        ) !important;
    box-shadow:
        0 30px 80px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.035);
}

.card:hover,
.solution-card:hover,
.industry-card:hover,
.project-card:hover,
.module-card:hover,
.finance-card:hover {
    border-color: rgba(243,217,145,.62) !important;
    transform: translateY(-6px);
    box-shadow:
        0 35px 90px rgba(0,0,0,.42),
        0 0 35px rgba(213,174,95,.12);
}

/* Obrazová prezentace */

.mohu-visual-showcase {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    border-top: 1px solid rgba(213,174,95,.15);
    border-bottom: 1px solid rgba(213,174,95,.15);
    background:
        linear-gradient(
            180deg,
            #0a0907,
            #131008 50%,
            #090806
        );
}

.mohu-showcase-heading {
    display: grid;
    grid-template-columns: 1.4fr .8fr;
    align-items: end;
    gap: 70px;
    margin-bottom: 50px;
}

.mohu-showcase-heading h2 {
    max-width: 850px;
    margin: 12px 0 0;
    font-size: clamp(38px, 5vw, 74px);
    line-height: 1.02;
}

.mohu-showcase-intro {
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 18px;
    line-height: 1.75;
}

.mohu-visual-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    grid-template-rows: repeat(2, 300px);
    gap: 20px;
}

.mohu-visual-card {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 300px;
    border: 1px solid rgba(213,174,95,.32);
    border-radius: 26px;
    background: #111;
    box-shadow:
        0 28px 70px rgba(0,0,0,.42),
        inset 0 1px 0 rgba(255,255,255,.06);
}

.mohu-visual-card-large {
    grid-row: 1 / span 2;
}

.mohu-visual-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .8s cubic-bezier(.2,.75,.25,1),
        filter .6s ease;
    filter:
        saturate(.68)
        contrast(1.08)
        brightness(.72)
        sepia(.12);
}

.mohu-visual-card:hover img {
    transform: scale(1.075);
    filter:
        saturate(.95)
        contrast(1.1)
        brightness(.82)
        sepia(.08);
}

.mohu-visual-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,.03),
            rgba(5,4,2,.2) 40%,
            rgba(5,4,2,.96) 100%
        ),
        linear-gradient(
            120deg,
            rgba(213,174,95,.22),
            transparent 48%
        );
}

.mohu-visual-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 30px;
}

.mohu-visual-content h3 {
    margin: 8px 0 8px;
    color: #fff;
    font-size: 28px;
}

.mohu-visual-content p {
    max-width: 500px;
    margin: 0;
    color: rgba(255,255,255,.7);
    line-height: 1.55;
}

.mohu-visual-number {
    color: var(--mohu-gold-light);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .18em;
}

.mohu-visual-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    border-radius: inherit;
    box-shadow:
        inset 0 0 0 1px rgba(243,217,145,.08);
}

.mohu-gold-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    pointer-events: none;
}

.mohu-gold-orb-one {
    top: -180px;
    right: -120px;
    width: 480px;
    height: 480px;
    background:
        radial-gradient(
            circle,
            rgba(213,174,95,.18),
            transparent 68%
        );
}

.mohu-gold-orb-two {
    bottom: -220px;
    left: -180px;
    width: 520px;
    height: 520px;
    background:
        radial-gradient(
            circle,
            rgba(213,174,95,.13),
            transparent 68%
        );
}

/* Sekce financování */

.finance-section {
    background:
        radial-gradient(
            circle at 50% 0,
            rgba(213,174,95,.12),
            transparent 44%
        ),
        #090806;
}

.finance-card.featured {
    border-color: rgba(243,217,145,.72) !important;
    background:
        linear-gradient(
            150deg,
            rgba(213,174,95,.2),
            rgba(20,16,9,.96) 45%,
            #090806
        ) !important;
    box-shadow:
        0 34px 90px rgba(0,0,0,.45),
        0 0 50px rgba(213,174,95,.13) !important;
}

/* Formuláře */

input,
select,
textarea {
    border-color: rgba(213,174,95,.25) !important;
    background: rgba(7,7,7,.76) !important;
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--mohu-gold) !important;
    box-shadow:
        0 0 0 4px rgba(213,174,95,.1) !important;
}

/* Responzivita */

@media (max-width: 1000px) {
    main > section:first-of-type {
        min-height: auto;
        background-position: 65% center;
    }

    .mohu-showcase-heading {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mohu-visual-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 420px 270px 270px;
    }

    .mohu-visual-card-large {
        grid-column: 1 / -1;
        grid-row: auto;
    }
}

@media (max-width: 680px) {
    .mohu-visual-showcase {
        padding: 76px 0;
    }

    .mohu-visual-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .mohu-visual-card,
    .mohu-visual-card-large {
        min-height: 320px;
        grid-column: auto;
        grid-row: auto;
    }

    .mohu-showcase-heading h2 {
        font-size: 39px;
    }

    main > section:first-of-type {
        background-position: 68% center;
    }
}

/* MOHU_PAYMENT_REALITY_CSS_V2 */

.payment-reality {
    position: relative;
    padding: 82px 0 92px;
    border-top: 1px solid rgba(218, 179, 91, .28);
    border-bottom: 1px solid rgba(218, 179, 91, .22);
    background:
        radial-gradient(
            circle at 50% -20%,
            rgba(218, 179, 91, .2),
            transparent 48%
        ),
        linear-gradient(
            180deg,
            #110e08,
            #080808
        );
}

.payment-reality-head {
    max-width: 920px;
    margin-bottom: 38px;
}

.payment-reality-head h2 {
    margin: 10px 0 0;
    font-size: clamp(34px, 4.5vw, 64px);
    line-height: 1.05;
}

.payment-reality-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.payment-reality-grid article {
    position: relative;
    min-height: 310px;
    padding: 30px;
    border: 1px solid rgba(218, 179, 91, .34);
    border-radius: 22px;
    background:
        linear-gradient(
            150deg,
            rgba(218, 179, 91, .09),
            rgba(10, 10, 10, .96) 42%
        );
    box-shadow:
        0 28px 70px rgba(0, 0, 0, .35);
}

.payment-reality-grid article.featured {
    border-color: rgba(250, 219, 139, .8);
    background:
        linear-gradient(
            145deg,
            rgba(218, 179, 91, .24),
            rgba(18, 14, 7, .97) 48%,
            #080808
        );
    transform: translateY(-8px);
    box-shadow:
        0 30px 90px rgba(0, 0, 0, .48),
        0 0 42px rgba(218, 179, 91, .15);
}

.payment-reality-grid article > span {
    display: block;
    margin-bottom: 28px;
    color: #f3d98f;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .18em;
}

.payment-reality-grid article > b {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #1a1204;
    background:
        linear-gradient(
            135deg,
            #b98a35,
            #f3d98f
        );
    font-size: 10px;
    letter-spacing: .08em;
}

.payment-reality-grid h3 {
    margin: 0 0 14px;
    font-size: 27px;
}

.payment-reality-grid p {
    min-height: 108px;
    margin: 0 0 25px;
    color: rgba(255,255,255,.7);
    line-height: 1.65;
}

.payment-reality-grid a {
    color: #f3d98f;
    font-weight: 800;
    text-decoration: none;
}

.payment-reality-grid a:hover {
    color: #fff1c5;
}

@media (max-width: 900px) {
    .payment-reality-grid {
        grid-template-columns: 1fr;
    }

    .payment-reality-grid article.featured {
        transform: none;
    }

    .payment-reality-grid p {
        min-height: auto;
    }
}

/* =====================================================
   MOHU_UNIFIED_VISUAL_SYSTEM_V3
   Celý web ve stylu obrazové sekce
   ===================================================== */

:root {
    --mohu-bg: #080705;
    --mohu-bg-soft: #100d08;
    --mohu-panel: #13100a;
    --mohu-panel-blue: #0c1424;
    --mohu-gold: #d9ae55;
    --mohu-gold-light: #f6d98c;
    --mohu-gold-border: rgba(217, 174, 85, .36);
    --mohu-text-soft: rgba(255, 255, 255, .68);
}

/* Všechny sekce */

main > section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(217, 174, 85, .16);
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(217, 174, 85, .07),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #080705,
            #100d08 52%,
            #070707
        );
}

main > section:nth-of-type(even) {
    background:
        radial-gradient(
            circle at 12% 12%,
            rgba(124, 92, 255, .08),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #080b11,
            #0c1421 54%,
            #07090d
        );
}

/* Nadpisy ve všech sekcích */

.section-heading,
.section-head,
.payment-reality-head,
.mohu-showcase-heading {
    max-width: 1180px;
}

.section-heading h2,
.section-head h2,
main section > .shell > h2 {
    font-size: clamp(38px, 4.8vw, 72px);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.section-heading p,
.section-head p {
    color: var(--mohu-text-soft);
    font-size: 17px;
    line-height: 1.7;
}

/* Všechny karty stejné jako obrazové karty */

.solution-card,
.service-card,
.module-card,
.industry-card,
.project-card,
.pricing-card,
.process-card,
.process-step,
.feature-card,
.result-card,
.payment-reality-grid article {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--mohu-gold-border) !important;
    border-radius: 22px !important;
    background:
        linear-gradient(
            145deg,
            rgba(217, 174, 85, .10),
            rgba(14, 12, 8, .97) 42%,
            rgba(7, 7, 7, .98)
        ) !important;
    box-shadow:
        0 26px 70px rgba(0, 0, 0, .36),
        inset 0 1px 0 rgba(255, 255, 255, .045) !important;
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.solution-card:hover,
.service-card:hover,
.module-card:hover,
.industry-card:hover,
.project-card:hover,
.pricing-card:hover,
.process-card:hover,
.process-step:hover,
.feature-card:hover,
.result-card:hover,
.payment-reality-grid article:hover {
    transform: translateY(-7px);
    border-color: rgba(246, 217, 140, .75) !important;
    box-shadow:
        0 36px 90px rgba(0, 0, 0, .48),
        0 0 38px rgba(217, 174, 85, .12) !important;
}

/* Velké karty dostanou vizuální světlo */

.solution-card::before,
.service-card::before,
.module-card::before,
.industry-card::before,
.project-card::before,
.pricing-card::before,
.process-step::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 220px;
    height: 220px;
    pointer-events: none;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(217, 174, 85, .13),
            transparent 68%
        );
}

/* Ikony */

.solution-card [class*="icon"],
.service-card [class*="icon"],
.module-card [class*="icon"],
.pricing-card [class*="icon"] {
    border: 1px solid rgba(217, 174, 85, .38) !important;
    background:
        linear-gradient(
            145deg,
            rgba(217, 174, 85, .16),
            rgba(124, 92, 255, .13)
        ) !important;
    color: var(--mohu-gold-light) !important;
}

/* Moduly jako prémiové dlaždice */

.module-grid,
.modules-grid,
.solution-grid,
.services-grid,
.projects-grid,
.pricing-grid {
    gap: 20px !important;
}

.module-card,
.modules-grid > *,
.module-grid > * {
    min-height: 110px;
}

/* Reference – výraznější obrazová část */

.project-card {
    min-height: 440px;
}

.project-card img,
.project-card picture,
.project-card .project-preview {
    min-height: 210px;
    object-fit: cover;
    filter:
        saturate(.74)
        contrast(1.08)
        brightness(.78);
}

/* Proces jako zlatá časová osa */

.process-grid,
.process-steps {
    position: relative;
}

.process-step {
    min-height: 230px;
    padding: 28px !important;
}

.process-step::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background:
        linear-gradient(
            to bottom,
            var(--mohu-gold-light),
            transparent
        );
}

/* Ceník */

.pricing-card {
    min-height: 270px;
}

.pricing-card.featured,
.pricing-card.is-featured {
    border-color: rgba(246, 217, 140, .82) !important;
    background:
        linear-gradient(
            145deg,
            rgba(217, 174, 85, .25),
            rgba(19, 15, 8, .98) 48%,
            #080808
        ) !important;
}

.pricing-card .price,
.pricing-card [class*="price"] {
    color: var(--mohu-gold-light) !important;
    font-size: clamp(30px, 3.5vw, 50px);
}

/* Oborový přepínač */

.industry-layout,
.industry-panel,
.industry-browser {
    overflow: hidden;
    border: 1px solid var(--mohu-gold-border) !important;
    border-radius: 24px !important;
    background:
        linear-gradient(
            145deg,
            rgba(12, 20, 36, .98),
            rgba(8, 12, 19, .98)
        ) !important;
    box-shadow:
        0 30px 80px rgba(0, 0, 0, .38);
}

.industry-tabs button,
.industry-nav button,
.industry-list button {
    transition:
        color .25s ease,
        background .25s ease,
        border-color .25s ease;
}

.industry-tabs button.active,
.industry-nav button.active,
.industry-list button.active {
    color: var(--mohu-gold-light) !important;
    border-color: var(--mohu-gold) !important;
    background: rgba(217, 174, 85, .09) !important;
}

/* Formulář jako samostatný prémiový panel */

#proposal,
.proposal-section,
.configurator-section,
[class*="configurator"] {
    background:
        radial-gradient(
            circle at 75% 20%,
            rgba(217, 174, 85, .12),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #090806,
            #11100c
        ) !important;
}

form {
    border-color: var(--mohu-gold-border);
}

input,
select,
textarea {
    min-height: 52px;
    border: 1px solid rgba(217, 174, 85, .27) !important;
    border-radius: 12px !important;
    color: #fff !important;
    background: rgba(5, 5, 5, .72) !important;
}

textarea {
    min-height: 150px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--mohu-gold) !important;
    box-shadow:
        0 0 0 4px rgba(217, 174, 85, .10) !important;
}

/* Odkazy v kartách */

.solution-card a,
.service-card a,
.module-card a,
.project-card a,
.pricing-card a,
.process-card a {
    color: var(--mohu-gold-light) !important;
    font-weight: 800;
}

/* Odstranění velkých hluchých ploch */

main section .shell {
    position: relative;
    z-index: 2;
}

main section:has(.projects-grid),
main section:has(.pricing-grid),
main section:has(.process-grid) {
    min-height: auto !important;
}

/* Mobil */

@media (max-width: 900px) {
    main > section {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .section-heading h2,
    .section-head h2,
    main section > .shell > h2 {
        font-size: 39px;
    }

    .project-card {
        min-height: auto;
    }
}


/* =====================================================
   MOHU_PROFESSIONAL_DEVICE_DASHBOARD_CSS_V1
   ===================================================== */

.mohu-real-device-stage {
    position: absolute;
    top: 50%;
    right: clamp(20px, 4vw, 80px);
    z-index: 4;
    width: min(58vw, 920px);
    height: min(42vw, 660px);
    transform: translateY(-48%);
    pointer-events: none;
}

.mohu-device-glow {
    position: absolute;
    top: 12%;
    right: 8%;
    width: 76%;
    height: 66%;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(226, 183, 94, .25),
            rgba(102, 77, 255, .11) 42%,
            transparent 72%
        );
    filter: blur(40px);
}

.mohu-laptop {
    position: absolute;
    top: 5%;
    right: 2%;
    width: 90%;
    filter:
        drop-shadow(0 45px 55px rgba(0,0,0,.55));
}

.mohu-laptop-screen {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 10;
    padding: 9px;
    border: 2px solid #4f5054;
    border-bottom-color: #202124;
    border-radius: 18px 18px 9px 9px;
    background:
        linear-gradient(
            145deg,
            #595a5e,
            #18191b 14%,
            #090a0c 70%,
            #4b4c50
        );
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.16);
}

.mohu-laptop-camera {
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: 5;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #050505;
    box-shadow: 0 0 0 1px #333;
}

.mohu-laptop-bottom {
    position: relative;
    width: 108%;
    height: 22px;
    margin-left: -4%;
    border-radius: 2px 2px 22px 22px;
    background:
        linear-gradient(
            180deg,
            #a6a7aa 0%,
            #4e5055 18%,
            #242529 54%,
            #090a0c 100%
        );
    box-shadow:
        0 16px 26px rgba(0,0,0,.5);
}

.mohu-laptop-bottom::after {
    content: "";
    position: absolute;
    right: 4%;
    bottom: -7px;
    left: 4%;
    height: 9px;
    border-radius: 0 0 50% 50%;
    background: #080808;
}

.mohu-laptop-bottom span {
    display: block;
    width: 15%;
    height: 7px;
    margin: 0 auto;
    border-radius: 0 0 9px 9px;
    background:
        linear-gradient(
            180deg,
            #303136,
            #696a6d
        );
}

.mohu-admin-demo {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    width: 100%;
    height: 100%;
    color: #eef1f8;
    background: #090c14;
    font-family:
        Inter,
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

.mohu-demo-sidebar {
    display: flex;
    flex-direction: column;
    padding: 17px 13px 13px;
    border-right: 1px solid rgba(255,255,255,.07);
    background:
        linear-gradient(
            180deg,
            #101522,
            #0a0e17
        );
}

.mohu-demo-brand {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
}

.mohu-demo-brand-mark {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border-radius: 8px;
    color: #171006;
    background:
        linear-gradient(
            135deg,
            #ad7c2d,
            #f2d68c
        );
    font-size: 14px;
    font-weight: 900;
}

.mohu-demo-brand strong,
.mohu-demo-brand small {
    display: block;
    line-height: 1;
}

.mohu-demo-brand strong {
    font-size: 11px;
    letter-spacing: .14em;
}

.mohu-demo-brand small {
    margin-top: 4px;
    color: rgba(255,255,255,.44);
    font-size: 7px;
    letter-spacing: .22em;
}

.mohu-demo-sidebar nav {
    display: grid;
    gap: 5px;
}

.mohu-demo-sidebar nav a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 31px;
    padding: 7px 9px;
    border-radius: 8px;
    color: rgba(234,239,250,.55);
    text-decoration: none;
}

.mohu-demo-sidebar nav a.active {
    color: #f5dc9d;
    background:
        linear-gradient(
            90deg,
            rgba(225,182,91,.18),
            rgba(225,182,91,.04)
        );
}

.mohu-demo-sidebar nav a span {
    display: grid;
    place-items: center;
    width: 17px;
    color: #e1b65b;
    font-size: 12px;
}

.mohu-demo-sidebar nav a b {
    overflow: hidden;
    font-size: 8px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mohu-demo-user {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.07);
}

.mohu-demo-user > span {
    display: grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    color: #10131b;
    background: #e5b95e;
    font-size: 8px;
    font-weight: 900;
}

.mohu-demo-user strong,
.mohu-demo-user small {
    display: block;
}

.mohu-demo-user strong {
    font-size: 8px;
}

.mohu-demo-user small {
    margin-top: 2px;
    color: rgba(255,255,255,.4);
    font-size: 6px;
}

.mohu-demo-content {
    overflow: hidden;
    padding: 14px 16px 18px;
    background:
        radial-gradient(
            circle at 80% 0,
            rgba(89,69,201,.12),
            transparent 36%
        ),
        #0b0f18;
}

.mohu-demo-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.mohu-demo-topbar p,
.mohu-demo-topbar h3 {
    margin: 0;
}

.mohu-demo-topbar p {
    margin-bottom: 3px;
    color: rgba(255,255,255,.4);
    font-size: 7px;
}

.mohu-demo-topbar h3 {
    font-size: 14px;
    letter-spacing: -.02em;
}

.mohu-demo-top-actions {
    display: flex;
    align-items: center;
    gap: 6px;
}

.mohu-demo-top-actions button,
.mohu-demo-top-actions > span {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    color: rgba(255,255,255,.65);
    background: rgba(255,255,255,.035);
    font-size: 9px;
}

.mohu-demo-top-actions > span {
    border: 0;
    color: #14100a;
    background: #e5b95e;
    font-size: 7px;
    font-weight: 900;
}

.mohu-demo-metrics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 9px;
}

.mohu-demo-metrics article,
.mohu-demo-chart-card,
.mohu-demo-task-card,
.mohu-orders-table {
    border: 1px solid rgba(255,255,255,.065);
    border-radius: 10px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.018)
        );
    box-shadow:
        0 9px 22px rgba(0,0,0,.16);
}

.mohu-demo-metrics article {
    position: relative;
    overflow: hidden;
    min-height: 78px;
    padding: 9px;
}

.mohu-metric-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mohu-metric-icon {
    display: grid;
    place-items: center;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 6px;
    color: #e8c979;
    background: rgba(229,185,94,.12);
    font-size: 7px;
    font-weight: 800;
}

.mohu-metric-head em {
    color: #62d9a6;
    font-size: 6px;
    font-style: normal;
}

.mohu-metric-head em.warning {
    color: #ffb65c;
}

.mohu-demo-metrics article > small {
    display: block;
    margin-top: 8px;
    color: rgba(255,255,255,.4);
    font-size: 6px;
}

.mohu-demo-metrics article > strong {
    display: block;
    margin-top: 3px;
    font-size: 12px;
}

.mohu-mini-bars {
    position: absolute;
    right: 8px;
    bottom: 8px;
    left: 8px;
    display: flex;
    align-items: end;
    gap: 3px;
    height: 15px;
}

.mohu-mini-bars i {
    flex: 1;
    border-radius: 2px 2px 0 0;
    background:
        linear-gradient(
            180deg,
            #e8c979,
            rgba(229,185,94,.18)
        );
}

.mohu-metric-progress {
    height: 4px;
    margin-top: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255,255,255,.07);
}

.mohu-metric-progress i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            #8068e7,
            #e5b95e
        );
}

.mohu-demo-metrics article > p {
    margin: 3px 0 0;
    color: rgba(255,255,255,.4);
    font-size: 6px;
}

.mohu-demo-avatars {
    display: flex;
    margin-top: 8px;
}

.mohu-demo-avatars span {
    display: grid;
    place-items: center;
    width: 19px;
    height: 19px;
    margin-right: -4px;
    border: 2px solid #121722;
    border-radius: 50%;
    color: #16120b;
    background: #e5b95e;
    font-size: 5px;
    font-weight: 900;
}

.mohu-demo-avatars span:nth-child(2) {
    background: #7c68e8;
    color: #fff;
}

.mohu-demo-avatars span:nth-child(3) {
    background: #57c6ac;
}

.mohu-demo-avatars span:last-child {
    color: rgba(255,255,255,.6);
    background: #242a38;
}

.mohu-stock-lines {
    display: grid;
    gap: 3px;
    margin-top: 8px;
}

.mohu-stock-lines i {
    display: block;
    height: 3px;
    border-radius: 99px;
    background:
        linear-gradient(
            90deg,
            #e5b95e,
            rgba(229,185,94,.18)
        );
}

.mohu-demo-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(150px, .8fr);
    gap: 8px;
    margin-bottom: 8px;
}

.mohu-demo-chart-card,
.mohu-demo-task-card {
    min-height: 155px;
    padding: 10px;
}

.mohu-card-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mohu-card-heading small,
.mohu-card-heading strong {
    display: block;
}

.mohu-card-heading small {
    color: rgba(255,255,255,.4);
    font-size: 6px;
}

.mohu-card-heading strong {
    margin-top: 3px;
    font-size: 10px;
}

.mohu-card-heading select,
.mohu-card-heading button {
    height: 21px;
    padding: 0 7px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 6px;
    color: rgba(255,255,255,.65);
    background: #151b27;
    font-size: 6px;
}

.mohu-card-heading button {
    color: #171107;
    background: #e5b95e;
    font-weight: 800;
}

.mohu-chart-area {
    position: relative;
    height: 112px;
    margin-top: 6px;
}

.mohu-chart-area svg {
    position: absolute;
    inset: 3px 0 15px;
    width: 100%;
    height: calc(100% - 18px);
}

.mohu-chart-grid {
    position: absolute;
    inset: 4px 0 16px;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
}

.mohu-chart-grid i {
    border-bottom: 1px dashed rgba(255,255,255,.055);
}

.mohu-chart-labels {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    color: rgba(255,255,255,.3);
    font-size: 5px;
}

.mohu-circle-progress {
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border: 4px solid rgba(255,255,255,.08);
    border-top-color: #e5b95e;
    border-right-color: #e5b95e;
    border-radius: 50%;
    color: #e9cc82;
    font-size: 6px;
    font-weight: 800;
}

.mohu-demo-task-card ul {
    display: grid;
    gap: 6px;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
}

.mohu-demo-task-card li {
    display: flex;
    align-items: center;
    gap: 7px;
}

.mohu-demo-task-card li > span {
    display: grid;
    place-items: center;
    width: 17px;
    height: 17px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 5px;
    color: rgba(255,255,255,.5);
    font-size: 6px;
}

.mohu-demo-task-card li > span.done {
    color: #151109;
    background: #62d9a6;
}

.mohu-demo-task-card li strong,
.mohu-demo-task-card li small {
    display: block;
}

.mohu-demo-task-card li strong {
    font-size: 7px;
}

.mohu-demo-task-card li small {
    margin-top: 2px;
    color: rgba(255,255,255,.35);
    font-size: 5px;
}

.mohu-orders-table {
    padding: 9px 10px 7px;
}

.mohu-table-head,
.mohu-table-row {
    display: grid;
    grid-template-columns: 55px 1.3fr 1fr 65px;
    align-items: center;
    min-height: 24px;
    gap: 6px;
}

.mohu-table-head {
    margin-top: 6px;
    border-bottom: 1px solid rgba(255,255,255,.06);
    color: rgba(255,255,255,.3);
    font-size: 5px;
}

.mohu-table-row {
    border-bottom: 1px solid rgba(255,255,255,.04);
    color: rgba(255,255,255,.75);
    font-size: 6px;
}

.mohu-table-row:last-child {
    border-bottom: 0;
}

.mohu-table-row .person {
    display: flex;
    align-items: center;
    gap: 5px;
}

.mohu-table-row .person i {
    display: grid;
    place-items: center;
    width: 16px;
    height: 16px;
    border-radius: 5px;
    color: #151109;
    background: #e5b95e;
    font-size: 5px;
    font-style: normal;
    font-weight: 900;
}

.mohu-table-row > strong {
    text-align: right;
}

.status {
    display: inline-flex;
    padding: 3px 6px;
    border-radius: 99px;
    font-size: 5px;
    font-weight: 700;
}

.status.paid {
    color: #7de0b8;
    background: rgba(98,217,166,.1);
}

.status.processing {
    color: #f2c878;
    background: rgba(229,185,94,.1);
}

.status.delivered {
    color: #9b8cf0;
    background: rgba(124,104,232,.13);
}

/* Telefon */

.mohu-phone {
    position: absolute;
    right: -1%;
    bottom: 2%;
    z-index: 6;
    width: 23%;
    min-width: 145px;
    filter:
        drop-shadow(0 32px 34px rgba(0,0,0,.65));
}

.mohu-phone-frame {
    position: relative;
    padding: 7px;
    border: 2px solid #66676a;
    border-radius: 26px;
    background:
        linear-gradient(
            145deg,
            #5b5c5f,
            #111214 18%,
            #060607 75%,
            #494a4c
        );
    box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.16);
}

.mohu-phone-screen {
    overflow: hidden;
    aspect-ratio: 9 / 19.2;
    border-radius: 20px;
    background: #0b0f18;
}

.mohu-phone-speaker {
    position: absolute;
    top: 11px;
    left: 50%;
    z-index: 8;
    width: 35%;
    height: 12px;
    border-radius: 9px;
    background: #050505;
    transform: translateX(-50%);
}

.mohu-mobile-app {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: #edf0f6;
    background:
        radial-gradient(
            circle at 80% 0,
            rgba(124,104,232,.16),
            transparent 32%
        ),
        #0c1019;
    font-family:
        Inter,
        system-ui,
        sans-serif;
}

.mohu-mobile-app header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 12px 10px;
}

.mohu-mobile-app header small,
.mohu-mobile-app header strong {
    display: block;
}

.mohu-mobile-app header small {
    color: #e6bf69;
    font-size: 6px;
    letter-spacing: .16em;
}

.mohu-mobile-app header strong {
    margin-top: 2px;
    font-size: 10px;
}

.mohu-mobile-app header > span {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    border-radius: 8px;
    color: #151108;
    background: #e5b95e;
    font-size: 7px;
    font-weight: 900;
}

.mohu-mobile-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 10px 8px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 11px;
    background: rgba(255,255,255,.035);
}

.mohu-mobile-route small,
.mohu-mobile-route strong {
    display: block;
}

.mohu-mobile-route small {
    color: rgba(255,255,255,.4);
    font-size: 6px;
}

.mohu-mobile-route strong {
    margin-top: 3px;
    font-size: 10px;
}

.mohu-mobile-route > b {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 4px solid rgba(255,255,255,.08);
    border-top-color: #e5b95e;
    border-right-color: #e5b95e;
    border-radius: 50%;
    color: #efd184;
    font-size: 6px;
}

.mohu-mobile-map {
    position: relative;
    height: 115px;
    margin: 0 10px 8px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    background:
        linear-gradient(
            135deg,
            #151c29,
            #0b111c
        );
}

.mohu-mobile-map::before,
.mohu-mobile-map::after {
    content: "";
    position: absolute;
    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,.04),
            transparent
        );
    transform: rotate(-28deg);
}

.mohu-mobile-map::before {
    top: 25px;
    left: -15px;
    width: 140%;
    height: 10px;
}

.mohu-mobile-map::after {
    top: 74px;
    left: -15px;
    width: 140%;
    height: 8px;
    transform: rotate(22deg);
}

.mohu-mobile-map svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.map-point {
    position: absolute;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border: 2px solid #151108;
    border-radius: 50% 50% 50% 4px;
    color: #171108;
    background: #e5b95e;
    font-size: 6px;
    font-weight: 900;
    transform: rotate(-45deg);
}

.map-point::first-letter {
    transform: rotate(45deg);
}

.point-one {
    top: 25px;
    left: 42px;
}

.point-two {
    top: 54px;
    left: 102px;
}

.point-three {
    top: 69px;
    right: 26px;
}

.mohu-mobile-stop {
    margin: 0 10px;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.07);
    border-radius: 12px;
    background: rgba(255,255,255,.035);
}

.mohu-mobile-stop > small {
    color: rgba(255,255,255,.4);
    font-size: 6px;
}

.mohu-mobile-customer {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 7px;
}

.mohu-mobile-customer > span {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    color: #151108;
    background: #e5b95e;
    font-size: 7px;
    font-weight: 900;
}

.mohu-mobile-customer strong,
.mohu-mobile-customer p {
    margin: 0;
}

.mohu-mobile-customer strong {
    display: block;
    font-size: 8px;
}

.mohu-mobile-customer p {
    margin-top: 2px;
    color: rgba(255,255,255,.35);
    font-size: 5px;
}

.mohu-mobile-customer > b {
    margin-left: auto;
    color: #e8c979;
    font-size: 6px;
}

.mohu-mobile-meta {
    display: flex;
    justify-content: space-between;
    margin: 9px 0;
    color: rgba(255,255,255,.58);
    font-size: 6px;
}

.mohu-mobile-stop button {
    width: 100%;
    min-height: 27px;
    margin-top: 5px;
    border: 0;
    border-radius: 8px;
    color: #181107;
    background:
        linear-gradient(
            135deg,
            #ac7c2d,
            #f1d488
        );
    font-size: 7px;
    font-weight: 800;
}

.mohu-mobile-stop button.secondary {
    border: 1px solid rgba(229,185,94,.25);
    color: #edcd7d;
    background: rgba(229,185,94,.06);
}

.mohu-mobile-nav {
    display: flex;
    justify-content: space-around;
    margin-top: auto;
    padding: 9px 8px 10px;
    border-top: 1px solid rgba(255,255,255,.06);
}

.mohu-mobile-nav a {
    color: rgba(255,255,255,.3);
    font-size: 10px;
    text-decoration: none;
}

.mohu-mobile-nav a.active {
    color: #e5b95e;
}

/* Hero text must stay over the background but left of devices */

main > section:first-of-type > .shell,
main > section:first-of-type .hero-content,
main > section:first-of-type .hero-copy {
    position: relative;
    z-index: 7;
}

main > section:first-of-type .hero-copy,
main > section:first-of-type .hero-content {
    max-width: min(680px, 46vw);
}

/* Responsive */

@media (max-width: 1180px) {
    .mohu-real-device-stage {
        right: 10px;
        width: 56vw;
    }

    .mohu-admin-demo {
        grid-template-columns: 110px minmax(0, 1fr);
    }

    .mohu-demo-sidebar {
        padding-right: 8px;
        padding-left: 8px;
    }

    .mohu-demo-sidebar nav a b {
        font-size: 7px;
    }
}

@media (max-width: 900px) {
    .mohu-real-device-stage {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: auto;
        min-height: 540px;
        margin: 40px auto 0;
        transform: none;
    }

    .mohu-laptop {
        top: 0;
        right: 4%;
        width: 92%;
    }

    .mohu-phone {
        right: 1%;
        bottom: 0;
        width: 21%;
    }

    main > section:first-of-type .hero-copy,
    main > section:first-of-type .hero-content {
        max-width: 100%;
    }
}

@media (max-width: 620px) {
    .mohu-real-device-stage {
        min-height: 390px;
        margin-top: 28px;
    }

    .mohu-laptop {
        right: 0;
        width: 100%;
    }

    .mohu-laptop-screen {
        padding: 5px;
        border-radius: 11px 11px 5px 5px;
    }

    .mohu-admin-demo {
        grid-template-columns: 70px minmax(0, 1fr);
    }

    .mohu-demo-sidebar {
        padding: 9px 5px;
    }

    .mohu-demo-brand {
        gap: 4px;
        margin-bottom: 10px;
    }

    .mohu-demo-brand-mark {
        width: 20px;
        height: 20px;
        font-size: 9px;
    }

    .mohu-demo-brand strong {
        font-size: 7px;
    }

    .mohu-demo-brand small {
        font-size: 4px;
    }

    .mohu-demo-sidebar nav {
        gap: 2px;
    }

    .mohu-demo-sidebar nav a {
        min-height: 20px;
        gap: 3px;
        padding: 3px;
    }

    .mohu-demo-sidebar nav a span {
        width: 10px;
        font-size: 7px;
    }

    .mohu-demo-sidebar nav a b {
        font-size: 4px;
    }

    .mohu-demo-user {
        display: none;
    }

    .mohu-demo-content {
        padding: 7px;
    }

    .mohu-demo-topbar {
        margin-bottom: 5px;
    }

    .mohu-demo-topbar h3 {
        font-size: 8px;
    }

    .mohu-demo-top-actions {
        display: none;
    }

    .mohu-demo-metrics {
        gap: 3px;
        margin-bottom: 4px;
    }

    .mohu-demo-metrics article {
        min-height: 42px;
        padding: 4px;
        border-radius: 5px;
    }

    .mohu-metric-icon {
        min-width: 11px;
        height: 11px;
        padding: 0 2px;
        border-radius: 3px;
        font-size: 4px;
    }

    .mohu-metric-head em {
        font-size: 3px;
    }

    .mohu-demo-metrics article > small {
        margin-top: 3px;
        font-size: 3px;
    }

    .mohu-demo-metrics article > strong {
        margin-top: 1px;
        font-size: 6px;
    }

    .mohu-mini-bars,
    .mohu-demo-avatars,
    .mohu-stock-lines,
    .mohu-metric-progress,
    .mohu-demo-metrics article > p {
        display: none;
    }

    .mohu-demo-main-grid {
        grid-template-columns: 1fr .65fr;
        gap: 3px;
        margin-bottom: 3px;
    }

    .mohu-demo-chart-card,
    .mohu-demo-task-card {
        min-height: 75px;
        padding: 5px;
        border-radius: 5px;
    }

    .mohu-chart-area {
        height: 53px;
    }

    .mohu-demo-task-card ul {
        gap: 2px;
        margin-top: 4px;
    }

    .mohu-demo-task-card li > span {
        width: 9px;
        height: 9px;
        border-radius: 2px;
        font-size: 3px;
    }

    .mohu-demo-task-card li strong {
        font-size: 3px;
    }

    .mohu-demo-task-card li small {
        display: none;
    }

    .mohu-orders-table {
        padding: 4px;
        border-radius: 5px;
    }

    .mohu-table-head,
    .mohu-table-row {
        grid-template-columns: 28px 1.3fr 1fr 34px;
        min-height: 12px;
        gap: 2px;
        font-size: 3px;
    }

    .mohu-table-row .person i {
        width: 8px;
        height: 8px;
        border-radius: 2px;
        font-size: 2px;
    }

    .status {
        padding: 1px 2px;
        font-size: 2px;
    }

    .mohu-phone {
        right: -2px;
        bottom: -8px;
        min-width: 88px;
        width: 22%;
    }

    .mohu-phone-frame {
        padding: 4px;
        border-radius: 15px;
    }

    .mohu-phone-screen {
        border-radius: 11px;
    }

    .mohu-phone-speaker {
        top: 7px;
        height: 6px;
    }

    .mohu-mobile-app header {
        padding: 14px 6px 5px;
    }

    .mohu-mobile-app header small {
        font-size: 3px;
    }

    .mohu-mobile-app header strong {
        font-size: 5px;
    }

    .mohu-mobile-app header > span {
        width: 13px;
        height: 13px;
        border-radius: 4px;
        font-size: 3px;
    }

    .mohu-mobile-route,
    .mohu-mobile-stop {
        margin-right: 5px;
        margin-left: 5px;
        padding: 5px;
        border-radius: 6px;
    }

    .mohu-mobile-map {
        height: 58px;
        margin: 0 5px 4px;
        border-radius: 6px;
    }

    .mohu-mobile-stop button {
        min-height: 14px;
        border-radius: 4px;
        font-size: 3px;
    }

    .mohu-mobile-nav {
        padding: 4px;
    }

    .mohu-mobile-nav a {
        font-size: 5px;
    }
}

/* =====================================================
   MOHU_DENSITY_FIX_V1
   Odstranění hluchých ploch
   ===================================================== */

:root {
    --mohu-content-width: 1380px;
}

/* Širší hlavní obsah */

.shell,
.container,
.wrapper {
    width: min(
        calc(100% - clamp(32px, 6vw, 100px)),
        var(--mohu-content-width)
    ) !important;
    max-width: var(--mohu-content-width) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

/* Méně prázdného místa mezi sekcemi */

main > section {
    min-height: 0 !important;
    padding-top: clamp(58px, 6vw, 88px) !important;
    padding-bottom: clamp(58px, 6vw, 88px) !important;
}

main > section:first-of-type {
    min-height: min(820px, 88vh) !important;
    padding-top: 70px !important;
    padding-bottom: 38px !important;
}

/* Nadpisy nemají být osamocené */

.section-heading,
.section-head {
    max-width: 1000px !important;
    margin-bottom: 34px !important;
}

.section-heading.centered,
.section-head.centered {
    margin-right: auto;
    margin-left: auto;
}

.section-heading h2,
.section-head h2 {
    max-width: 950px;
    margin-bottom: 14px !important;
}

.section-heading p,
.section-head p {
    max-width: 760px;
    margin-bottom: 0 !important;
}

/* Karty více zaplní dostupný prostor */

.solution-grid,
.services-grid {
    grid-template-columns:
        repeat(5, minmax(0, 1fr)) !important;
    gap: 14px !important;
}

.solution-card,
.service-card {
    min-height: 265px !important;
    padding: 22px 18px !important;
}

.solution-card h3,
.service-card h3 {
    font-size: 19px !important;
    line-height: 1.15 !important;
}

.solution-card p,
.service-card p {
    font-size: 13px !important;
    line-height: 1.55 !important;
}

/* Moduly přes celou šířku */

.modules-section .shell,
section:has(.module-grid) .shell,
section:has(.modules-grid) .shell {
    width: min(
        calc(100% - clamp(32px, 5vw, 80px)),
        1440px
    ) !important;
    max-width: 1440px !important;
}

.module-grid,
.modules-grid {
    grid-template-columns:
        repeat(5, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.module-card,
.module-grid > *,
.modules-grid > * {
    min-height: 92px !important;
    padding: 16px 12px !important;
}

/* Reálný byznys – žádná prázdná půlka */

section:has(.experience-grid),
section:has(.business-experience),
section:has(.experience-panel) {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.experience-grid,
.business-experience,
.experience-layout {
    display: grid !important;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(480px, .9fr) !important;
    align-items: stretch !important;
    gap: 42px !important;
}

.experience-grid > *,
.business-experience > *,
.experience-layout > * {
    min-height: 100%;
}

/* Panel se seznamem má být výraznější */

.experience-panel,
.business-experience-panel,
.real-business-panel {
    padding: 28px !important;
    border: 1px solid rgba(215,174,85,.3) !important;
    border-radius: 22px !important;
    background:
        linear-gradient(
            145deg,
            rgba(13,21,36,.98),
            rgba(8,12,20,.98)
        ) !important;
}

.experience-panel ul,
.business-experience-panel ul,
.real-business-panel ul {
    display: grid !important;
    grid-template-columns:
        repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
}

.experience-panel li,
.business-experience-panel li,
.real-business-panel li {
    min-height: 58px !important;
    padding: 14px 16px !important;
    border: 1px solid rgba(255,255,255,.08) !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.025) !important;
}

/* Proces – více obsahu, méně prázdné výšky */

.process-grid,
.process-steps {
    grid-template-columns:
        repeat(5, minmax(0, 1fr)) !important;
    gap: 12px !important;
}

.process-step,
.process-card {
    min-height: 215px !important;
    padding: 24px 20px !important;
}

/* Ceník */

.pricing-grid {
    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.pricing-card {
    min-height: 245px !important;
    padding: 25px !important;
}

/* Reference */

.projects-grid {
    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;
    gap: 16px !important;
}

.project-card {
    min-height: 390px !important;
}

/* Obory */

.industry-layout,
.industry-browser {
    min-height: 460px !important;
}

/* Nový obrazový pás */

.mohu-dense-visual-band {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
    background:
        radial-gradient(
            circle at 72% 15%,
            rgba(215,174,85,.12),
            transparent 32%
        ),
        #080705 !important;
}

.mohu-dense-band-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.65fr)
        minmax(360px, .8fr);
    gap: 18px;
    height: clamp(450px, 43vw, 630px);
}

.mohu-dense-band-main,
.mohu-dense-band-side article {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(215,174,85,.35);
    border-radius: 24px;
    background: #090909;
}

.mohu-dense-band-main img,
.mohu-dense-band-side img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter:
        saturate(.72)
        contrast(1.08)
        brightness(.68);
    transition:
        transform .65s ease,
        filter .65s ease;
}

.mohu-dense-band-main:hover img,
.mohu-dense-band-side article:hover img {
    transform: scale(1.04);
    filter:
        saturate(.92)
        contrast(1.08)
        brightness(.78);
}

.mohu-dense-band-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(5,5,5,.94),
            rgba(5,5,5,.62) 48%,
            rgba(5,5,5,.16)
        ),
        linear-gradient(
            180deg,
            transparent,
            rgba(5,5,5,.82)
        );
}

.mohu-dense-band-content {
    position: absolute;
    right: 44%;
    bottom: 50px;
    left: 42px;
    z-index: 2;
}

.mohu-dense-band-content > span,
.mohu-dense-band-side article span {
    color: #f2d68a;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .18em;
}

.mohu-dense-band-content h2 {
    margin: 13px 0 15px;
    font-size: clamp(36px, 4.6vw, 68px);
    line-height: 1;
}

.mohu-dense-band-content p {
    max-width: 580px;
    margin: 0 0 25px;
    color: rgba(255,255,255,.72);
    font-size: 17px;
    line-height: 1.65;
}

.mohu-dense-band-side {
    display: grid;
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.mohu-dense-band-side article::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            180deg,
            transparent 25%,
            rgba(5,5,5,.92)
        );
}

.mohu-dense-band-side article > div {
    position: absolute;
    right: 26px;
    bottom: 25px;
    left: 26px;
    z-index: 2;
}

.mohu-dense-band-side h3 {
    margin: 8px 0 0;
    font-size: 26px;
}

/* Platební blok nemusí zabírat půl stránky */

.payment-reality {
    padding-top: 68px !important;
    padding-bottom: 72px !important;
}

.payment-reality-grid article {
    min-height: 270px !important;
}

/* Odstranění náhodných velkých mezer */

section > .shell > *:last-child {
    margin-bottom: 0 !important;
}

section + section {
    margin-top: 0 !important;
}

br + br {
    display: none;
}

/* Tablet */

@media (max-width: 1150px) {
    .solution-grid,
    .services-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr)) !important;
    }

    .module-grid,
    .modules-grid {
        grid-template-columns:
            repeat(4, minmax(0, 1fr)) !important;
    }

    .mohu-dense-band-grid {
        grid-template-columns: 1.25fr .75fr;
    }

    .mohu-dense-band-content {
        right: 28%;
    }
}

/* Mobil */

@media (max-width: 760px) {
    main > section {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    .solution-grid,
    .services-grid,
    .pricing-grid,
    .projects-grid,
    .process-grid,
    .process-steps {
        grid-template-columns: 1fr !important;
    }

    .module-grid,
    .modules-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    .experience-grid,
    .business-experience,
    .experience-layout {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .mohu-dense-band-grid {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
    }

    .mohu-dense-band-main {
        min-height: 470px;
    }

    .mohu-dense-band-content {
        right: 24px;
        bottom: 30px;
        left: 24px;
    }

    .mohu-dense-band-content h2 {
        font-size: 39px;
    }

    .mohu-dense-band-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 260px;
    }

    .mohu-dense-band-side h3 {
        font-size: 19px;
    }
}

@media (max-width: 520px) {
    .mohu-dense-band-side {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 250px);
    }
}


/* =====================================================
   MOHU_REAL_PROJECTS_CSS_V2
   ===================================================== */

.mohu-real-projects {
    padding: 82px 0 !important;
    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(114, 87, 255, .08),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #08101b,
            #0b121e 52%,
            #070b12
        ) !important;
}

.mohu-real-projects .section-heading {
    max-width: 900px !important;
    margin-bottom: 38px !important;
}

.mohu-real-projects-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.mohu-real-project-card {
    overflow: hidden;
    min-height: 500px;
    border: 1px solid rgba(215, 174, 85, .36);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(215, 174, 85, .08),
            rgba(9, 9, 9, .97) 38%,
            #060606
        );
    box-shadow:
        0 26px 70px rgba(0, 0, 0, .36);
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.mohu-real-project-card:hover {
    transform: translateY(-7px);
    border-color: rgba(245, 216, 139, .72);
    box-shadow:
        0 35px 90px rgba(0, 0, 0, .5),
        0 0 40px rgba(215, 174, 85, .1);
}

.mohu-project-visual {
    position: relative;
    height: 240px;
    overflow: hidden;
    border-bottom: 1px solid rgba(215, 174, 85, .18);
}

.mohu-project-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(124, 92, 255, .22),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #111a2a,
            #0b101c 62%,
            #161021
        );
}

.mohu-project-visual.market::before {
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(80, 197, 175, .22),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #0c1d21,
            #0a1117 62%,
            #0f1a1c
        );
}

.mohu-project-visual.delivery::before {
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(215, 174, 85, .18),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            #16120b,
            #0d1016 65%,
            #141017
        );
}

.mohu-project-visual.fleet::before {
    background:
        radial-gradient(
            circle at 22% 18%,
            rgba(83, 128, 255, .2),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            #0b1421,
            #0b0f17 62%,
            #11141b
        );
}

.mohu-project-visual.admin::before {
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(164, 94, 255, .22),
            transparent 40%
        ),
        linear-gradient(
            145deg,
            #151025,
            #0c1018 62%,
            #10111a
        );
}

.mohu-project-screen {
    position: absolute;
    inset: 28px 26px 0;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255,255,255,.13);
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    background:
        linear-gradient(
            145deg,
            rgba(15, 22, 37, .96),
            rgba(7, 11, 19, .98)
        );
    box-shadow:
        0 22px 45px rgba(0,0,0,.35);
}

.mohu-screen-logo {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    color: #171108;
    background:
        linear-gradient(
            135deg,
            #9a78ff,
            #d8c9ff
        );
    font-weight: 900;
}

.mohu-screen-copy {
    margin-top: 18px;
}

.mohu-screen-copy small,
.mohu-screen-copy strong {
    display: block;
}

.mohu-screen-copy small {
    color: rgba(255,255,255,.38);
    font-size: 10px;
    letter-spacing: .15em;
}

.mohu-screen-copy strong {
    margin-top: 7px;
    color: #fff;
    font-size: 23px;
}

.mohu-screen-stats,
.mohu-screen-grid,
.mohu-fleet-bars,
.mohu-admin-nodes {
    position: absolute;
    right: 24px;
    bottom: 20px;
    left: 24px;
}

.mohu-screen-stats {
    display: flex;
    align-items: end;
    gap: 10px;
    height: 48px;
}

.mohu-screen-stats i {
    flex: 1;
    border-radius: 5px 5px 0 0;
    background:
        linear-gradient(
            180deg,
            #8f74ef,
            rgba(143,116,239,.18)
        );
}

.mohu-screen-stats i:nth-child(1) {
    height: 48%;
}

.mohu-screen-stats i:nth-child(2) {
    height: 78%;
}

.mohu-screen-stats i:nth-child(3) {
    height: 62%;
}

.mohu-screen-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.mohu-screen-grid i {
    height: 46px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 8px;
    background: rgba(255,255,255,.035);
}

.mohu-project-visual svg {
    position: absolute;
    right: 24px;
    bottom: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: 90px;
}

.mohu-fleet-bars {
    display: grid;
    gap: 8px;
}

.mohu-fleet-bars i {
    display: block;
    height: 9px;
    border-radius: 99px;
    background:
        linear-gradient(
            90deg,
            #d9ae55,
            rgba(217,174,85,.12)
        );
}

.mohu-admin-nodes {
    display: flex;
    justify-content: space-between;
}

.mohu-admin-nodes i {
    width: 28%;
    height: 52px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 10px;
    background:
        linear-gradient(
            145deg,
            rgba(124,92,255,.15),
            rgba(255,255,255,.025)
        );
}

.mohu-project-body {
    padding: 26px 24px 28px;
}

.mohu-project-kicker {
    color: #f1cf7a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .13em;
}

.mohu-project-body h3 {
    margin: 10px 0 12px;
    font-size: 28px;
}

.mohu-project-body p {
    min-height: 92px;
    margin: 0;
    color: rgba(255,255,255,.66);
    font-size: 14px;
    line-height: 1.65;
}

.mohu-project-body ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}

.mohu-project-body li {
    padding: 7px 10px;
    border: 1px solid rgba(215,174,85,.25);
    border-radius: 999px;
    color: rgba(255,255,255,.72);
    background: rgba(255,255,255,.025);
    font-size: 11px;
}

.mohu-project-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 42px;
    border-color: rgba(245,216,139,.64);
    background:
        radial-gradient(
            circle at 80% 20%,
            rgba(215,174,85,.2),
            transparent 36%
        ),
        linear-gradient(
            145deg,
            #1b150a,
            #0d0b08 55%,
            #070707
        );
}

.mohu-project-cta h3 {
    margin: 12px 0 16px;
    font-size: 38px;
    line-height: 1.08;
}

.mohu-project-cta p {
    margin-bottom: 25px;
    color: rgba(255,255,255,.68);
    line-height: 1.65;
}

@media (max-width: 1100px) {
    .mohu-real-projects-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    .mohu-real-projects-grid {
        grid-template-columns: 1fr;
    }

    .mohu-real-project-card {
        min-height: auto;
    }

    .mohu-project-body p {
        min-height: auto;
    }

    .mohu-project-cta {
        padding: 30px;
    }

    .mohu-project-cta h3 {
        font-size: 31px;
    }
}

/* =====================================================
   MOHU_VITAMIN_LIVE_PREVIEW_CSS_V1
   ===================================================== */

.mohu-project-visual.mohu-live-site-preview {
    position: relative;
    height: 300px !important;
    overflow: hidden;
    background: #0a0d0b !important;
}

.mohu-project-visual.mohu-live-site-preview::before,
.mohu-project-visual.mohu-live-site-preview::after {
    display: none !important;
}

.mohu-live-site-browser {
    position: absolute;
    inset: 18px 18px 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    background: #ffffff;
    box-shadow:
        0 24px 55px rgba(0, 0, 0, .48);
}

.mohu-live-site-browser-bar {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background:
        linear-gradient(
            180deg,
            #f4f4f4,
            #dedede
        );
}

.mohu-browser-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d45b54;
}

.mohu-browser-dot:nth-child(2) {
    background: #deb34f;
}

.mohu-browser-dot:nth-child(3) {
    background: #58a967;
}

.mohu-browser-address {
    overflow: hidden;
    min-width: 0;
    max-width: 190px;
    margin-left: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    color: #526158;
    background: #ffffff;
    font-size: 9px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mohu-live-site-viewport {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #f5f0e4;
}

.mohu-live-site-viewport iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 1780px;
    height: 980px;
    border: 0;
    background: #ffffff;
    pointer-events: none;
    transform: scale(.31);
    transform-origin: top left;
}

.mohu-live-site-link {
    position: absolute;
    inset: 0;
    z-index: 5;
    cursor: pointer;
}

.mohu-live-site-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 6;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(11, 55, 25, .88);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    pointer-events: none;
}

.mohu-real-project-card:hover
.mohu-live-site-browser {
    border-color: rgba(245, 216, 139, .65);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, .55),
        0 0 30px rgba(215, 174, 85, .12);
}

@media (max-width: 700px) {
    .mohu-project-visual.mohu-live-site-preview {
        height: 260px !important;
    }

    .mohu-live-site-browser {
        inset: 12px 12px 0;
    }

    .mohu-live-site-viewport iframe {
        transform: scale(.27);
    }
}


/* =====================================================
   MOHU_ALL_LIVE_PROJECT_PREVIEWS_CSS_V2
   ===================================================== */

.mohu-project-visual.mohu-live-site-preview {
    position: relative;
    height: 300px !important;
    overflow: hidden;
    background: #0a0d0b !important;
}

.mohu-project-visual.mohu-live-site-preview::before,
.mohu-project-visual.mohu-live-site-preview::after {
    display: none !important;
}

.mohu-live-site-browser {
    position: absolute;
    inset: 16px 16px 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 0;
    border-radius: 15px 15px 0 0;
    background: #fff;
    box-shadow:
        0 25px 60px rgba(0, 0, 0, .5);
    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.mohu-live-site-browser-bar {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background:
        linear-gradient(
            180deg,
            #f5f5f5,
            #dedede
        );
}

.mohu-browser-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d45b54;
}

.mohu-browser-dot:nth-child(2) {
    background: #deb34f;
}

.mohu-browser-dot:nth-child(3) {
    background: #58a967;
}

.mohu-browser-address {
    overflow: hidden;
    min-width: 0;
    max-width: 230px;
    margin-left: 8px;
    padding: 4px 12px;
    border-radius: 999px;
    color: #526158;
    background: #fff;
    font-size: 9px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mohu-live-site-viewport {
    position: absolute;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #f2f2f2;
}

.mohu-live-site-viewport iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 1780px;
    height: 1050px;
    border: 0;
    background: #fff;
    pointer-events: none;
    transform: scale(.305);
    transform-origin: top left;
}

.mohu-live-site-link {
    position: absolute;
    inset: 0;
    z-index: 5;
    cursor: pointer;
}

.mohu-live-site-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 6;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    color: #fff;
    background: rgba(10, 40, 23, .9);
    box-shadow:
        0 8px 24px rgba(0, 0, 0, .3);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .1em;
    pointer-events: none;
}

.mohu-real-project-card:hover
.mohu-live-site-browser {
    transform: translateY(-3px) scale(1.01);
    border-color: rgba(245, 216, 139, .7);
    box-shadow:
        0 32px 72px rgba(0, 0, 0, .58),
        0 0 30px rgba(215, 174, 85, .13);
}

.mohu-live-site-preview.preview-load-error
.mohu-live-site-viewport {
    background:
        linear-gradient(
            145deg,
            #101722,
            #080c13
        );
}

.mohu-live-site-preview.preview-load-error
.mohu-live-site-viewport::after {
    content: "Web otevřete kliknutím";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.7);
    font-size: 14px;
}

@media (max-width: 700px) {
    .mohu-project-visual.mohu-live-site-preview {
        height: 265px !important;
    }

    .mohu-live-site-browser {
        inset: 11px 11px 0;
    }

    .mohu-live-site-viewport iframe {
        transform: scale(.27);
    }
}


/* =====================================================
   MOHU_REAL_OPERATION_SHOWCASE_CSS_V2
   ===================================================== */

.mohu-real-operation-showcase {
    position: relative;
    overflow: hidden;
    padding: 88px 0 !important;
    border-top: 1px solid rgba(216, 174, 84, .18);
    border-bottom: 1px solid rgba(216, 174, 84, .18);
    background:
        radial-gradient(
            circle at 82% 24%,
            rgba(216, 174, 84, .13),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #080b11,
            #0b111b 52%,
            #080806
        ) !important;
}

.mohu-real-operation-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(390px, .8fr)
        minmax(600px, 1.2fr);
    align-items: center;
    gap: 70px;
}

.mohu-real-operation-copy h2 {
    max-width: 650px;
    margin: 12px 0 22px;
    font-size: clamp(42px, 4.8vw, 68px);
    line-height: 1;
    letter-spacing: -.05em;
}

.mohu-real-operation-intro {
    max-width: 680px;
    margin: 0;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    line-height: 1.72;
}

.mohu-real-operation-points {
    display: grid;
    margin: 30px 0;
}

.mohu-real-operation-points article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.mohu-real-operation-points article:first-child {
    border-top: 1px solid rgba(255,255,255,.08);
}

.mohu-real-operation-points article > span {
    padding-top: 3px;
    color: #efcd79;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .12em;
}

.mohu-real-operation-points h3 {
    margin: 0 0 5px;
    font-size: 17px;
}

.mohu-real-operation-points p {
    margin: 0;
    color: rgba(255,255,255,.52);
    font-size: 13px;
    line-height: 1.55;
}

.mohu-real-operation-preview {
    min-width: 0;
}

.mohu-operation-browser {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    border: 1px solid rgba(239, 205, 121, .44);
    border-radius: 22px;
    background: #fff;
    box-shadow:
        0 45px 100px rgba(0,0,0,.54),
        0 0 65px rgba(216,174,84,.09);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.mohu-operation-browser:hover {
    transform: translateY(-5px);
    box-shadow:
        0 55px 115px rgba(0,0,0,.62),
        0 0 75px rgba(216,174,84,.15);
}

.mohu-operation-browser-bar {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) 54px;
    align-items: center;
    height: 42px;
    padding: 0 13px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    background:
        linear-gradient(
            180deg,
            #f4f4f4,
            #dddddd
        );
}

.mohu-operation-dots {
    display: flex;
    gap: 6px;
}

.mohu-operation-dots i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #dd615b;
}

.mohu-operation-dots i:nth-child(2) {
    background: #dfb14f;
}

.mohu-operation-dots i:nth-child(3) {
    background: #58aa68;
}

.mohu-operation-address {
    overflow: hidden;
    padding: 7px 14px;
    border: 1px solid rgba(0,0,0,.07);
    border-radius: 999px;
    color: #4a5550;
    background: #fff;
    font-size: 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mohu-operation-live {
    color: #28813c;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .09em;
    text-align: right;
}

.mohu-operation-viewport {
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: #f6f0e4;
}

.mohu-operation-viewport iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 1780px;
    height: 1080px;
    border: 0;
    background: #fff;
    pointer-events: none;
    transform: scale(.43);
    transform-origin: top left;
}

.mohu-operation-preview-link {
    position: absolute;
    inset: 0;
    z-index: 5;
}

.mohu-operation-preview-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 20px;
}

.mohu-operation-preview-footer small,
.mohu-operation-preview-footer strong {
    display: block;
}

.mohu-operation-preview-footer small {
    margin-bottom: 5px;
    color: #d8ae54;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
}

.mohu-operation-preview-footer strong {
    font-size: 22px;
}

.mohu-operation-preview-footer a {
    color: #efcd79;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.mohu-operation-modules {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.mohu-operation-modules span {
    padding: 7px 11px;
    border: 1px solid rgba(216,174,84,.28);
    border-radius: 999px;
    color: rgba(255,255,255,.68);
    background: rgba(216,174,84,.045);
    font-size: 10px;
}

@media (max-width: 1100px) {
    .mohu-real-operation-grid {
        grid-template-columns: 1fr;
        gap: 44px;
    }

    .mohu-operation-browser {
        min-height: 470px;
    }

    .mohu-operation-viewport iframe {
        transform: scale(.4);
    }
}

@media (max-width: 620px) {
    .mohu-real-operation-showcase {
        padding: 60px 0 !important;
    }

    .mohu-real-operation-copy h2 {
        font-size: 40px;
    }

    .mohu-operation-browser {
        min-height: 320px;
        border-radius: 16px;
    }

    .mohu-operation-browser-bar {
        grid-template-columns: 54px minmax(0, 1fr) 40px;
        height: 36px;
        padding: 0 9px;
    }

    .mohu-operation-viewport {
        top: 36px;
    }

    .mohu-operation-viewport iframe {
        transform: scale(.275);
    }

    .mohu-operation-preview-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

