:root{--ink:#171b1d;--paper:#f2f0e9;--white:#fff;--orange:#ff5a1f;--muted:#6f7472;--line:#d8d8d1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Manrope,Arial,sans-serif}button,input,select{font:inherit}button,a{color:inherit}a{text-decoration:none}img{display:block;max-width:100%}em{font-style:normal;color:var(--orange)}.header{height:86px;padding:0 4vw;display:flex;align-items:center;gap:40px;background:#f7f5ef;position:sticky;top:0;z-index:20;border-bottom:1px solid #ddd}.brand{display:flex;align-items:center;gap:12px;font:700 21px/1 'Roboto Condensed',sans-serif;letter-spacing:.04em}.brand-mark{width:42px;height:42px;background:var(--orange);color:#fff;display:grid;place-items:center;letter-spacing:-.08em}.brand small{display:block;font:600 8px/1.8 Manrope;letter-spacing:.14em;color:#7b7e7d}.header nav{display:flex;gap:28px;margin:auto;font-size:13px;font-weight:700}.header nav a:hover{color:var(--orange)}.head-contact{display:flex;flex-direction:column}.head-contact a{font-weight:800}.head-contact small{color:#777;text-align:right;font-size:10px}.menu{display:none;background:none;border:0}.btn{border:0;cursor:pointer;font-weight:800;padding:17px 22px}.btn-small{background:var(--ink);color:#fff;padding:13px 18px}.btn-primary{background:var(--orange);color:#fff}.btn-primary:hover{background:#e7470c}.hero{min-height:730px;position:relative;color:#fff;display:flex;align-items:flex-end;overflow:hidden}.hero-bg,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{background:linear-gradient(90deg,rgba(8,11,12,.95) 0%,rgba(8,11,12,.72) 43%,rgba(8,11,12,.12) 75%),linear-gradient(0deg,rgba(8,11,12,.65),transparent 50%)}.hero-content{position:relative;z-index:2;width:100%;padding:110px 8vw 58px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;display:flex;align-items:center;gap:10px}.eyebrow span{display:inline-block;width:34px;height:2px;background:var(--orange)}.eyebrow.dark{color:#555}.hero h1,.section h2,.factory h2,.project h2,.calc h2,.faq h2,.cta h2,dialog h2{font:700 clamp(48px,6vw,92px)/.92 'Roboto Condensed',sans-serif;text-transform:uppercase;letter-spacing:-.035em;margin:28px 0}.hero-copy{max-width:620px;color:#d1d4d3;font-size:17px;line-height:1.7}.hero-actions{display:flex;align-items:center;gap:30px;margin-top:34px}.hero-actions b{margin-left:30px}.text-link{font-size:13px;font-weight:800}.hero-proof{display:flex;gap:70px;margin-top:76px;border-top:1px solid #ffffff33;padding-top:26px;max-width:720px}.hero-proof div{display:flex;flex-direction:column}.hero-proof b{font:700 25px 'Roboto Condensed'}.hero-proof span{font-size:11px;color:#aaa}.hero-note{position:absolute;right:5vw;bottom:55px;z-index:2;border-left:2px solid var(--orange);padding-left:15px;font-size:12px}.hero-note span{color:var(--orange);font-weight:800}.trust{min-height:96px;background:#fff;display:flex;align-items:center;justify-content:space-around;gap:20px;padding:20px 6vw;font-size:12px}.trust span{color:#999}.trust b{font:700 16px 'Roboto Condensed';letter-spacing:.08em}.section{padding:120px 7vw}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:56px}.section-head h2,.compare h2,.steps h2,.faq h2{font-size:clamp(42px,5vw,76px);margin:22px 0 0}.section-head>p{max-width:440px;color:var(--muted);line-height:1.7}.product-grid{display:grid;grid-template-columns:1fr 1fr 1.08fr;gap:14px}.product-card{background:#fff;padding:34px;min-height:470px;display:flex;flex-direction:column;position:relative}.product-card.featured{background:var(--ink);color:#fff}.product-card>p,.image-card p{font-size:11px;color:#888;letter-spacing:.15em}.product-card h3{font:700 38px/1 'Roboto Condensed';text-transform:uppercase;margin:28px 0}.product-card ul{list-style:none;padding:0;margin:0;color:#777;font-size:13px;line-height:2}.product-card li:before{content:'—';color:var(--orange);margin-right:8px}.price{margin-top:auto;border-top:1px solid #ddd;padding-top:18px;font-size:12px}.featured .price{border-color:#ffffff22}.price b{font:700 24px 'Roboto Condensed'}.product-card button{margin-top:20px;text-align:left;background:none;border:0;padding:0;font-size:12px;font-weight:800;cursor:pointer}.tag{position:absolute;right:25px;top:25px;background:var(--orange);padding:7px 10px;font-size:9px;font-weight:800}.image-card{padding:0;overflow:hidden}.image-card img{width:100%;height:100%;object-fit:cover}.image-card>div{position:absolute;inset:auto 0 0;padding:50px 30px 28px;color:#fff;background:linear-gradient(transparent,#000)}.image-card button{color:#fff}.factory{background:var(--ink);color:#fff;display:grid;grid-template-columns:1.2fr .8fr;gap:12vw;padding:130px 8vw}.factory h2{font-size:clamp(50px,6vw,88px)}.factory-copy{padding-top:120px}.factory-copy>p{color:#b6b9b8;line-height:1.8}.metric{display:flex;align-items:center;gap:18px;margin:60px 0}.metric b{font:700 88px 'Roboto Condensed';color:var(--orange)}.metric span{font-size:12px;color:#aaa}.factory-copy a{font-size:12px;font-weight:800;border-bottom:1px solid var(--orange);padding-bottom:8px}.compare{text-align:center;background:#fff}.compare .eyebrow{justify-content:center}.compare-grid{max-width:1050px;margin:55px auto 34px;display:grid;grid-template-columns:1fr 1fr 1fr;text-align:left;border-top:1px solid var(--line)}.compare-grid>div{padding:18px 22px;border-bottom:1px solid var(--line);font-size:13px}.compare-grid>div:nth-child(3n+1){color:#888}.compare-head{display:flex;flex-direction:column;background:#f3f1eb}.compare-head b{font:700 30px 'Roboto Condensed'}.compare-head span{font-size:11px;color:#777}.project{position:relative;min-height:760px;background:#111}.project>img{width:100%;height:760px;object-fit:cover}.project-card{position:absolute;top:70px;left:7vw;width:min(530px,86vw);background:var(--ink);color:#fff;padding:55px}.project-card h2{font-size:64px;margin-bottom:8px}.project-card>p{color:#aaa}.project-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:45px 0;border-block:1px solid #ffffff22;padding:25px 0}.project-stats div{display:flex;flex-direction:column}.project-stats b{font:700 20px 'Roboto Condensed'}.project-stats span{font-size:9px;color:#999}.project-card blockquote{margin:0;font-size:14px;line-height:1.7}.project-card>small{color:#777}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #bbb}.steps-grid article{padding:28px;border-right:1px solid #ccc;min-height:240px}.steps-grid article>b{color:var(--orange);font-size:12px}.steps-grid h3{font:700 25px 'Roboto Condensed';text-transform:uppercase;margin-top:60px}.steps-grid p{font-size:12px;color:#777;line-height:1.7}.calc{background:var(--ink);color:#fff;padding:100px 8vw;display:grid;grid-template-columns:.8fr 1.2fr;gap:10vw}.calc h2{font-size:clamp(48px,5vw,74px)}.calc>div>p:last-child{color:#999}.calc form{background:#24292b;padding:40px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.calc label,dialog label{display:flex;flex-direction:column;gap:8px;font-size:10px;text-transform:uppercase;letter-spacing:.1em}.calc input,.calc select,dialog input{background:transparent;color:inherit;border:0;border-bottom:1px solid #666;padding:15px 0;outline:none}.calc select option{color:#111}.calc-result{grid-column:1/-1;display:flex;flex-direction:column;margin:15px 0}.calc-result span,.calc-result small{color:#999;font-size:10px}.calc-result b{font:700 43px 'Roboto Condensed';color:var(--orange)}.calc form .btn{grid-column:1/-1}.faq{display:grid;grid-template-columns:.7fr 1.3fr;gap:9vw}.faq h2{font-size:clamp(50px,5vw,76px)}.faq-list{padding-top:40px}.faq details{border-top:1px solid #bbb;padding:22px 0}.faq details:last-child{border-bottom:1px solid #bbb}.faq summary{list-style:none;display:flex;justify-content:space-between;font-weight:700;cursor:pointer}.faq summary b{color:var(--orange);font-size:22px}.faq details p{color:#777;line-height:1.7;font-size:13px}.cta{text-align:center;background:var(--orange);color:#fff;padding:100px 6vw}.cta h2{font-size:clamp(48px,6vw,86px)}.cta em{color:var(--ink)}.btn-light{background:#fff;color:#111}footer{background:#0e1112;color:#fff;padding:60px 7vw;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:50px}footer>div:not(.brand){display:flex;flex-direction:column;gap:8px;font-size:13px}footer div span,footer a,footer>small{color:#888}footer>small{grid-column:1/-1;border-top:1px solid #ffffff18;padding-top:20px}dialog{border:0;padding:50px;width:min(520px,92vw);background:#f4f1e9;color:#111}dialog::backdrop{background:#000b;backdrop-filter:blur(5px)}dialog h2{font-size:50px}dialog form{display:grid;gap:18px;margin-top:30px}.modal-close{position:absolute;right:18px;top:18px;border:0;background:none;font-size:28px;cursor:pointer}.toast{position:fixed;right:25px;bottom:25px;background:var(--orange);color:#fff;padding:18px 24px;z-index:99;font-weight:700}.toast[hidden]{display:none}
@media(max-width:900px){.header{height:72px;padding:0 20px}.header nav{position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;padding:20px;display:none}.header nav.open{display:flex}.head-contact,.header>.btn{display:none}.menu{display:block;margin-left:auto}.hero{min-height:680px}.hero-content{padding:90px 24px 35px}.hero h1{font-size:52px}.hero-proof{gap:22px;flex-wrap:wrap;margin-top:45px}.hero-note{display:none}.trust{overflow:auto;justify-content:flex-start}.section{padding:80px 24px}.section-head,.factory,.calc,.faq{grid-template-columns:1fr}.section-head{align-items:flex-start;flex-direction:column}.product-grid{grid-template-columns:1fr}.factory{padding:80px 24px}.factory-copy{padding-top:0}.compare-grid{overflow:auto;grid-template-columns:160px 220px 220px}.project-card{left:24px;padding:30px}.steps-grid{grid-template-columns:1fr 1fr}.calc{padding:70px 24px}.faq{gap:20px}footer{grid-template-columns:1fr}}
@media(max-width:560px){.brand{font-size:16px}.brand-mark{width:36px;height:36px}.hero h1{font-size:44px}.hero-copy{font-size:14px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-proof b{font-size:20px}.product-card{min-height:420px}.project-card{top:30px}.project-card h2{font-size:45px}.project-stats{grid-template-columns:1fr}.project>img{height:700px}.steps-grid{grid-template-columns:1fr}.calc form{grid-template-columns:1fr;padding:25px}.calc form>*{grid-column:1!important}.calc-result b{font-size:32px}}
.quick-actions{position:fixed;right:22px;bottom:22px;z-index:70;display:flex;flex-direction:column;gap:10px}.quick-actions a{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:800;box-shadow:0 10px 30px #0004}.quick-actions .qa-wa{background:#25d366}.quick-actions .qa-calc{background:var(--orange);font-size:20px}.mobile-convert{display:none}.calculator-hero{background:var(--ink);color:#fff;padding:100px 7vw 80px;display:flex;justify-content:space-between;align-items:end;gap:50px}.calculator-hero h1{font:700 clamp(58px,7vw,105px)/.86 'Roboto Condensed';text-transform:uppercase;margin:30px 0}.calculator-hero p{max-width:640px;color:#a5aaa8;line-height:1.7}.calc-badge{border-left:2px solid var(--orange);padding-left:20px;display:flex;flex-direction:column;max-width:180px}.calc-badge b{font:700 50px 'Roboto Condensed';color:var(--orange)}.calc-badge span{font-size:10px;color:#aaa}.pro-calc{padding:75px 7vw 100px;display:grid;grid-template-columns:1fr 430px;gap:55px;align-items:start}.calc-step{display:grid;grid-template-columns:55px 1fr;gap:22px;border-top:1px solid #c9c9c2;padding:25px 0}.calc-step>span{color:var(--orange);font-weight:800;font-size:11px}.calc-step label{display:flex;flex-direction:column;gap:10px;font-weight:800}.calc-step select,.calc-step input{background:#fff;border:0;padding:18px;margin-top:8px;font-size:17px}.calc-step p{font-size:11px;color:#777}.two-fields{display:grid;grid-template-columns:1fr 1fr;gap:15px}.check{flex-direction:row!important;align-items:center}.check input{width:20px;height:20px;margin:0}.check small{color:#888;font-weight:400}.calc-summary{position:sticky;top:110px;background:#24292b;color:#fff;padding:38px}.calc-summary>small{color:#888;letter-spacing:.12em}.calc-summary h2{font:700 48px 'Roboto Condensed';color:var(--orange);margin:20px 0 30px}.summary-row{display:flex;justify-content:space-between;border-top:1px solid #444;padding:15px 0;font-size:12px}.calc-summary p{font-size:10px;color:#888;line-height:1.6}.calc-summary .btn{display:block;text-align:center;margin-top:25px}.calc-phone{display:block;text-align:center;font-size:11px;margin-top:15px}.calc-trust{background:#fff;display:grid;grid-template-columns:repeat(3,1fr);padding:45px 7vw}.calc-trust div{display:flex;flex-direction:column;border-right:1px solid #ddd;padding:0 30px}.calc-trust b{font:700 28px 'Roboto Condensed'}.calc-trust span{font-size:10px;color:#777}
@media(max-width:900px){.pro-calc{grid-template-columns:1fr;padding:55px 24px}.calculator-hero{padding:70px 24px;align-items:flex-start;flex-direction:column}.calc-summary{position:static}.quick-actions{display:none}.mobile-convert{position:fixed;display:grid;grid-template-columns:1fr 1fr;left:0;right:0;bottom:0;z-index:80;background:#fff;box-shadow:0 -5px 25px #0002}.mobile-convert a{padding:15px;text-align:center;font-size:12px;font-weight:800}.mobile-convert a:first-child{background:var(--orange);color:#fff}body{padding-bottom:52px}}

/* Facade configurator 2.0 */
.configurator{padding:100px max(5vw,40px);grid-template-columns:minmax(420px,.82fr) minmax(600px,1.18fr);gap:5vw;min-height:850px;background:radial-gradient(circle at 78% 46%,#342019 0,#15191a 31%,#0d1112 65%)}
.config-copy h2{font-size:clamp(52px,5.2vw,84px);margin:22px 0 24px}.config-copy>p:not(.eyebrow){max-width:600px;font-size:15px}.config-step{display:flex;align-items:center;gap:12px;margin-top:29px;color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.12em}.config-step span{color:var(--orange);font-weight:800}.swatches{display:grid;grid-template-columns:repeat(5,minmax(68px,1fr));gap:8px;margin:14px 0 26px}.swatch{width:auto;height:86px;padding:8px;background:#191e1f;border:1px solid #ffffff17;outline:0;display:flex;flex-direction:column;align-items:flex-start;gap:8px;color:#fff;text-align:left}.swatch i{display:block;width:100%;height:34px;background:var(--c);box-shadow:inset 0 0 0 1px #ffffff2e}.swatch span{display:block;min-width:0}.swatch b,.swatch small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.swatch b{font-size:9px}.swatch small{margin-top:3px;color:#7f8785;font-size:8px}.swatch:hover,.swatch.active{transform:none;outline:0;border-color:var(--orange);background:#222829;box-shadow:inset 0 -3px var(--orange)}.swatch.active i{box-shadow:inset 0 0 0 2px #fff,0 0 0 1px var(--orange)}
.profile-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;border:0;margin:14px 0 24px}.profile-tabs button{border:1px solid #ffffff17;background:#191e1f;padding:15px;color:#fff;text-align:left;display:flex;flex-direction:column;gap:5px}.profile-tabs button b{font-size:11px}.profile-tabs button small{color:#77807e;font-size:8px}.profile-tabs button.active{border-color:var(--orange);background:#242a2b;box-shadow:inset 0 -3px var(--orange)}
.config-summary{display:grid;grid-template-columns:1fr auto;align-items:center;gap:18px;padding-top:20px;border-top:1px solid #ffffff20}.config-summary>div{display:flex;flex-direction:column}.config-summary small{color:#777f7d;font-size:8px;text-transform:uppercase;letter-spacing:.14em}.config-summary b{margin:4px 0 2px;font:700 18px Unbounded,Manrope,sans-serif}.config-summary span{color:#929997;font-size:10px}.config-summary .btn{padding:17px 18px;white-space:nowrap}.config-summary .btn span{color:#fff;margin-left:10px}
.panel-stage{height:650px;display:block;overflow:hidden;background:#171d1e;border:1px solid #ffffff17;box-shadow:0 40px 90px #0007;perspective:none}.panel-stage:before,.panel-orbit,.panel-label{display:none}.stage-toolbar{height:62px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff17;text-transform:uppercase;font-size:9px;letter-spacing:.12em}.stage-toolbar span{display:flex;align-items:center;gap:9px;color:#929997}.stage-toolbar i{width:7px;height:7px;border-radius:50%;background:#39d98a;box-shadow:0 0 0 5px #39d98a1e}.stage-toolbar b{font:700 13px Unbounded,Manrope,sans-serif;color:#fff}.building-scene{height:500px;position:relative;overflow:hidden;background:linear-gradient(#88989d 0,#d4d5cd 66%,#5c605a 67%)}.scene-sky{position:absolute;inset:0;background:radial-gradient(circle at 75% 18%,#fff8 0 3%,transparent 18%),linear-gradient(160deg,#5c6e75,#d6d3c7 65%)}.scene-building{--panel-color:#ece9df;position:absolute;width:82%;height:57%;left:10%;bottom:15%;transform:none!important;transition:none}.building-front{position:absolute;inset:0 0 0 20%;background-color:var(--panel-color);background-image:repeating-linear-gradient(0deg,#0000 0 15px,#00000012 16px 17px);clip-path:polygon(0 9%,100% 0,100% 100%,0 100%);transition:background-color .45s}.building-side{position:absolute;left:0;top:16%;bottom:0;width:21%;background:color-mix(in srgb,var(--panel-color) 70%,#000);clip-path:polygon(0 17%,100% 0,100% 100%,0 89%);transition:background-color .45s}.profile-line .building-front{background-image:repeating-linear-gradient(0deg,#0000 0 45px,#00000024 46px 49px)}.profile-smooth .building-front{background-image:linear-gradient(#ffffff0d,#0000000d)}.brand-sign{position:absolute;left:9%;top:30%;background:#ff5426;color:#fff;padding:12px 15px;font:700 17px Unbounded}.window-strip{position:absolute;left:6%;right:5%;top:53%;height:21%;background:linear-gradient(100deg,#152225,#53666a 45%,#17272a);border:6px solid #222b2c}.building-door,.loading-door{position:absolute;bottom:0;background:#263033;border:5px solid #1b2224}.building-door{left:14%;width:15%;height:30%}.loading-door{right:10%;width:25%;height:39%;background:repeating-linear-gradient(0deg,#394346 0 14px,#283134 15px 18px)}.scene-ground{position:absolute;left:-10%;right:-10%;bottom:-16%;height:35%;background:#4e5350;transform:rotate(-4deg);border-top:3px solid #92978e}.scene-ground i{display:block;width:65%;height:8px;margin:8% auto;background:#d8d3bd;opacity:.5}.stage-specs{height:88px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}.stage-specs span{padding:0 20px;border-right:1px solid #ffffff14;display:flex;flex-direction:column;gap:5px}.stage-specs small{color:#747c7a;font-size:8px;text-transform:uppercase;letter-spacing:.1em}.stage-specs b{font-size:10px}
@media(max-width:1100px){.configurator{grid-template-columns:1fr;}.panel-stage{height:590px}.building-scene{height:440px}}
@media(max-width:650px){.configurator{padding:70px 18px}.swatches{grid-template-columns:repeat(2,1fr)}.swatch{height:72px}.profile-tabs{grid-template-columns:1fr}.profile-tabs button{padding:12px}.config-summary{grid-template-columns:1fr}.config-summary .btn{width:100%}.panel-stage{height:470px}.building-scene{height:340px}.scene-building{width:105%;left:-2%;height:55%}.stage-specs{height:68px}.stage-specs span{padding:0 8px}.stage-specs b{font-size:8px}}
@media(max-width:560px){.two-fields,.calc-trust{grid-template-columns:1fr}.calc-trust div{padding:18px 0;border-right:0;border-bottom:1px solid #ddd}.calc-summary h2{font-size:38px}}

/* Premium motion and interactive product experience */
body{overflow-x:hidden}.header{transition:height .35s ease,background .35s ease,box-shadow .35s ease}.header.scrolled{height:70px;background:#f7f5eff2;backdrop-filter:blur(16px);box-shadow:0 10px 35px #0000000d}.hero-bg{transform:scale(1.06);animation:hero-cinema 8s cubic-bezier(.2,.65,.25,1) forwards}.hero-content .eyebrow{animation:hero-rise .7s .15s both}.hero h1{animation:hero-rise .9s .28s both}.hero-copy{animation:hero-rise .9s .42s both}.hero-actions{animation:hero-rise .9s .55s both}.hero-proof{animation:hero-rise .9s .68s both}.hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(105deg,transparent 30%,#ff5a1f18 50%,transparent 70%);transform:translateX(-100%);animation:hero-scan 6s 1s ease-out both}.reveal{opacity:0;transform:translateY(55px);transition:opacity .85s ease,transform .85s cubic-bezier(.2,.7,.2,1)}.reveal.is-visible{opacity:1;transform:none}.product-card{transition:transform .35s ease,box-shadow .35s ease}.product-card:hover{transform:translateY(-8px);box-shadow:0 24px 60px #171b1d20}.product-card.image-card img,.project>img{transition:transform 1s cubic-bezier(.2,.65,.25,1)}.product-card.image-card:hover img,.project:hover>img{transform:scale(1.035)}
@keyframes hero-cinema{to{transform:scale(1)}}@keyframes hero-rise{from{opacity:0;transform:translateY(34px)}to{opacity:1;transform:none}}@keyframes hero-scan{0%{transform:translateX(-110%)}60%,100%{transform:translateX(110%)}}
.configurator{background:#101415;color:#fff;padding:120px 7vw;display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;align-items:center;min-height:760px}.config-copy h2,.geo h2{font:700 clamp(52px,6vw,88px)/.9 'Roboto Condensed';text-transform:uppercase;letter-spacing:-.04em;margin:26px 0}.config-copy>p{color:#919796;line-height:1.7}.swatches{display:flex;gap:12px;margin:35px 0 18px}.swatch{width:42px;height:42px;background:var(--c);border:3px solid #101415;outline:1px solid #ffffff35;cursor:pointer;transition:.25s}.swatch:hover,.swatch.active{transform:translateY(-5px);outline:2px solid var(--orange);outline-offset:3px}.config-meta{display:flex;justify-content:space-between;border-top:1px solid #ffffff20;padding:16px 0;color:#929796;font-size:11px}.config-meta b{color:#fff}.profile-tabs{display:flex;border-block:1px solid #ffffff20;margin-bottom:28px}.profile-tabs button{border:0;background:transparent;color:#777;padding:16px 14px;cursor:pointer;font-size:11px;font-weight:800}.profile-tabs button.active{color:#fff;box-shadow:inset 0 -2px var(--orange)}.panel-stage{height:520px;position:relative;display:grid;place-items:center;perspective:1200px}.panel-stage:before{content:"";position:absolute;width:70%;height:45%;background:var(--orange);filter:blur(110px);opacity:.13}.panel-orbit{position:absolute;width:480px;height:480px;border:1px solid #ffffff14;border-radius:50%;animation:orbit 15s linear infinite}.panel-orbit:after{content:"";position:absolute;width:9px;height:9px;background:var(--orange);border-radius:50%;top:55px;left:70px;box-shadow:0 0 25px var(--orange)}.panel-demo{--panel-color:#ece9df;position:relative;width:min(560px,85%);height:210px;transform-style:preserve-3d;transform:rotateX(58deg) rotateZ(-24deg);transition:transform .55s ease}.panel-stage:hover .panel-demo{transform:rotateX(48deg) rotateZ(-18deg) translateY(-10px)}.panel-skin{height:28px;background-color:var(--panel-color);box-shadow:inset 0 0 0 1px #ffffff55;transition:background-color .45s ease}.profile-micro .panel-skin{background-image:repeating-linear-gradient(90deg,transparent 0 12px,#00000018 13px 14px)}.profile-line .panel-skin{background-image:repeating-linear-gradient(90deg,transparent 0 48px,#00000024 49px 52px)}.profile-smooth .panel-skin{background-image:none}.panel-top{transform:translateZ(1px)}.panel-core{height:145px;background:#d5c891;display:flex;overflow:hidden;box-shadow:inset 0 0 45px #765f2740}.panel-core i{flex:1;background:repeating-linear-gradient(80deg,#c7b873 0 3px,#e0d49e 4px 7px);opacity:.55}.panel-bottom{height:24px}.panel-label{position:absolute;right:3%;bottom:25px;border-left:2px solid var(--orange);padding-left:14px;display:flex;flex-direction:column;font-size:10px;color:#777}.panel-label b{color:#fff;font:700 22px 'Roboto Condensed'}.panel-label small{color:#777}@keyframes orbit{to{transform:rotate(360deg)}}
.geo{background:var(--orange);color:#fff;padding:110px 7vw;display:grid;grid-template-columns:.72fr 1.28fr;gap:8vw;align-items:center}.geo-copy>p{max-width:520px;line-height:1.7}.geo h2 em{color:var(--ink)}.kz-map{position:relative;height:520px;isolation:isolate}.map-outline{position:absolute;inset:8% 2%;background:#171b1d;clip-path:polygon(5% 26%,18% 20%,27% 30%,42% 18%,58% 27%,73% 18%,93% 35%,91% 59%,77% 61%,66% 82%,45% 73%,33% 84%,16% 72%,3% 53%);box-shadow:inset 0 0 0 2px #ffffff20}.map-outline:after{content:"KZ";position:absolute;inset:0;display:grid;place-items:center;font:700 180px 'Roboto Condensed';color:#ffffff08}.city{position:absolute;display:flex;flex-direction:column;font-size:10px;z-index:2}.city i{width:10px;height:10px;border:2px solid #fff;background:var(--orange);border-radius:50%;margin-bottom:7px;box-shadow:0 0 0 5px #ffffff12}.city.active i{animation:city-pulse 2s infinite}.city b{font-size:12px}.city small{color:#ffffff80}.almaty{left:68%;top:70%}.astana{left:55%;top:35%}.shymkent{left:48%;top:76%}.aktau{left:8%;top:62%}.atyrau{left:17%;top:44%}.pavlodar{left:72%;top:31%}.route{position:absolute;height:1px;background:#ffffff32;transform-origin:left;z-index:1}.r1{width:170px;left:56%;top:38%;transform:rotate(67deg)}.r2{width:190px;left:49%;top:77%;transform:rotate(-4deg)}.r3{width:410px;left:18%;top:47%;transform:rotate(23deg)}@keyframes city-pulse{50%{box-shadow:0 0 0 14px #ffffff00}}
@media(max-width:900px){.configurator,.geo{grid-template-columns:1fr;padding:80px 24px}.panel-stage{height:420px}.kz-map{height:440px}.panel-demo{width:85%}}
@media(max-width:560px){.panel-stage{height:330px}.panel-demo{height:150px}.panel-core{height:100px}.panel-orbit{width:300px;height:300px}.swatches{flex-wrap:wrap}.profile-tabs{overflow:auto}.kz-map{height:340px}.map-outline:after{font-size:100px}.city b{font-size:9px}.city small{display:none}.r3{width:260px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}
.trust a{color:inherit;text-decoration:none;white-space:nowrap}.trust a:hover{color:var(--orange)}
main{animation:page-enter .55s ease both}@keyframes page-enter{from{opacity:0}to{opacity:1}}
