:root{--ink:#0a141f;--ink-2:#101f2d;--paper:#f5f6f2;--paper-2:#e9ede8;--muted:#7b8790;--line:rgba(9,20,31,.14);--cyan:#9ff8dc;--lime:#d5f46b;--orange:#ff7d45;--white:#fff;--mono:"DM Mono",monospace;--sans:Manrope,"PingFang SC","Microsoft YaHei",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}.page-width{width:min(1180px,calc(100% - 64px));margin:0 auto}.site-header{position:absolute;top:0;left:0;right:0;z-index:10;height:88px;display:flex;align-items:center;justify-content:space-between;width:min(1280px,calc(100% - 64px));margin:0 auto;color:#fff}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:30px;height:30px;display:flex;gap:3px;align-items:end}.brand-mark span{display:block;width:7px;background:var(--cyan);border-radius:1px}.brand-mark span:nth-child(1){height:13px}.brand-mark span:nth-child(2){height:23px;background:var(--lime)}.brand-mark span:nth-child(3){height:30px;background:var(--orange)}.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:19px;letter-spacing:1px}.brand-copy em{font:500 9px var(--mono);letter-spacing:1px;font-style:normal;opacity:.7;margin-top:5px}.main-nav{display:flex;gap:38px;margin-left:auto;margin-right:46px}.main-nav a{font-size:13px;color:rgba(255,255,255,.76);transition:color .25s}.main-nav a:hover{color:#fff}.header-cta{display:flex;align-items:center;gap:12px;font-size:13px;color:#fff}.header-cta svg{width:15px;height:15px}.menu-toggle{display:none;background:none;border:0;color:#fff}.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden;background:var(--ink);color:#fff}.hero-photo{position:absolute;inset:0;background:url('assets/sign-01.jpg') 68% 50%/cover no-repeat;opacity:.48;filter:saturate(.88)}.hero:after{content:"";position:absolute;inset:0;background:rgba(5,14,23,.48);pointer-events:none}.hero-noise{position:absolute;inset:0;opacity:.13;background-image:radial-gradient(rgba(255,255,255,.7) .7px,transparent .7px);background-size:5px 5px;mix-blend-mode:soft-light}.hero-content{position:relative;z-index:2;padding-top:85px}.eyebrow,.mono{font:500 11px var(--mono);letter-spacing:1px}.eyebrow{display:flex;align-items:center;gap:10px;color:var(--cyan);margin:0 0 30px}.eyebrow-dot{width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(255,125,69,.14)}h1,h2,h3,p{margin-top:0}h1{font-size:76px;line-height:1.1;letter-spacing:0;font-weight:700;max-width:720px;margin-bottom:28px}h1 span{color:var(--cyan)}.hero-lede{color:rgba(255,255,255,.78);font-size:17px;line-height:1.85;margin-bottom:38px}.hero-actions{display:flex;gap:14px}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:52px;padding:0 22px;border:1px solid transparent;font-size:13px;font-weight:600;transition:transform .25s,background .25s,border-color .25s}.button:hover{transform:translateY(-2px)}.button svg{width:16px;height:16px}.button-primary{background:var(--cyan);color:var(--ink)}.button-primary:hover{background:#c4ffe9}.button-ghost{border-color:rgba(255,255,255,.35);color:#fff}.button-ghost:hover{border-color:#fff}.hero-foot{display:flex;align-items:center;gap:28px;margin-top:94px;color:rgba(255,255,255,.5)}.hero-scroll{display:flex;align-items:center;gap:9px;font-size:11px}.hero-scroll span{display:inline-block;width:30px;height:1px;background:rgba(255,255,255,.5)}.hero-side-note{position:absolute;right:4.5%;bottom:52px;z-index:2;font:500 11px var(--mono);line-height:1.9;color:rgba(255,255,255,.6);text-align:right}.hero-side-note span{color:var(--cyan)}.signal-strip{background:var(--ink-2);color:#fff}.signal-grid{display:grid;grid-template-columns:repeat(3,1fr) 1.4fr;min-height:125px;align-items:center}.signal-grid>div{border-right:1px solid rgba(255,255,255,.12);padding:0 34px;display:flex;align-items:baseline;gap:13px}.signal-grid>div:first-child{padding-left:0}.signal-grid>div:last-child{border:0}.signal-value{font-size:37px;font-weight:600;color:var(--cyan);letter-spacing:0}.signal-label{font-size:12px;color:rgba(255,255,255,.54)}.signal-note{justify-content:flex-end;gap:18px!important;color:rgba(255,255,255,.55);font-size:12px}.signal-line{width:40px;height:1px;background:var(--orange)}.section-light{background:var(--paper)}.section-dark{background:var(--ink);color:#fff}.intro{padding:140px 0 155px}.intro-grid{display:grid;grid-template-columns:1fr 2.6fr .95fr;gap:42px}.section-kicker{display:flex;gap:12px;align-items:center;font:500 12px var(--mono);letter-spacing:1px;color:#60707b}.kicker-index{color:var(--orange)}.intro-main h2,.section-head h2,.solutions-head h2,.tech-content h2,.gallery-head h2,.contact-copy h2{font-size:56px;line-height:1.15;letter-spacing:0;font-weight:600;margin:0 0 28px}.intro-main h2 em,.solutions-head h2 em,.gallery-head h2 em{font-style:normal;color:#72818b}.intro-lede{font-size:22px;line-height:1.65;max-width:690px;margin-bottom:36px}.intro-details{display:grid;grid-template-columns:1fr 210px;gap:42px;border-top:1px solid var(--line);padding-top:22px;color:#68747d;font-size:14px}.intro-details p{margin-bottom:0}.text-link{display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600}.text-link svg{width:15px;height:15px;color:var(--orange)}.intro-aside{padding-top:6px}.aside-rule{height:1px;background:var(--line);margin-bottom:17px}.intro-aside .mono{font-size:10px;color:#99a1a6}.intro-aside ul{margin:28px 0 0;padding:0;list-style:none}.intro-aside li{padding:14px 0;border-bottom:1px solid var(--line);font-size:13px}.intro-aside li span{font:11px var(--mono);color:var(--orange);margin-right:14px}.products{padding:140px 0 155px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:60px}.section-kicker-dark{color:rgba(255,255,255,.48)}.section-head h2{margin-top:27px;margin-bottom:0}.section-head h2 span{color:var(--cyan)}.section-head>p{font-size:14px;line-height:1.8;color:rgba(255,255,255,.56);margin:0 0 4px}.product-tabs{display:flex;border-bottom:1px solid rgba(255,255,255,.16);margin-bottom:38px;gap:30px}.tab{position:relative;border:0;background:transparent;color:rgba(255,255,255,.48);padding:0 0 15px;font-size:13px}.tab span{font:10px var(--mono);color:var(--orange);margin-left:7px}.tab.active{color:#fff}.tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--cyan)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.product-card{background:#132635;border:1px solid rgba(255,255,255,.08);transition:transform .3s,border-color .3s;min-width:0}.product-card:hover{transform:translateY(-6px);border-color:rgba(159,248,220,.45)}.product-card.hidden{display:none}.product-visual{height:230px;position:relative;overflow:hidden;background:#203442}.product-visual img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.82)}.product-card:nth-child(1) .product-visual img{object-position:center}.product-card:nth-child(2) .product-visual img{object-position:center 54%}.product-card:nth-child(3) .product-visual img{object-position:center 57%}.product-index{position:absolute;top:16px;left:17px;font:11px var(--mono);color:#fff}.product-chip{position:absolute;right:14px;top:14px;padding:5px 9px;background:rgba(8,20,30,.72);font:10px var(--mono);color:var(--cyan)}.product-info{padding:22px 21px 23px;position:relative;min-height:153px}.product-info h3{font-size:21px;font-weight:600;margin-bottom:8px}.product-info p{font-size:12px;line-height:1.7;color:rgba(255,255,255,.55);max-width:86%;margin-bottom:0}.icon-link{position:absolute;right:18px;bottom:19px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.2);color:var(--cyan);transition:background .2s}.icon-link:hover{background:var(--cyan);color:var(--ink)}.icon-link svg{width:14px;height:14px}.solutions{padding:140px 0 150px}.solutions-head{margin-bottom:52px}.solutions-head>p{color:#68747d}.solution-list{border-top:1px solid var(--line)}.solution-row{display:grid;grid-template-columns:74px 1.05fr 1fr;gap:34px;padding:35px 0;border-bottom:1px solid var(--line);align-items:center}.solution-number{font:500 12px var(--mono);color:var(--orange);align-self:start;padding-top:4px}.solution-copy .mono{font-size:10px;color:#9aa3a8;margin-bottom:14px}.solution-copy h3{font-size:29px;font-weight:600;margin-bottom:12px}.solution-copy>p:not(.mono){font-size:13px;line-height:1.8;color:#69767e;max-width:420px;margin-bottom:19px}.solution-image{height:190px;overflow:hidden}.solution-image img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.72);transition:transform .5s,filter .5s}.solution-row:hover .solution-image img{transform:scale(1.04);filter:saturate(1)}.tech{padding:140px 0}.tech-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}.tech-content h2{margin-top:28px}.tech-content h2 span{color:var(--cyan)}.tech-content>p{color:rgba(255,255,255,.6);line-height:1.9;font-size:15px;max-width:470px}.tech-points{border-top:1px solid rgba(255,255,255,.15);margin-top:42px}.tech-points>div{display:flex;gap:17px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.15);align-items:flex-start}.point-icon{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(159,248,220,.48);color:var(--cyan);flex:none}.point-icon svg{width:16px;height:16px}.tech-points strong{display:block;font-size:14px;font-weight:600;margin-bottom:4px}.tech-points small{display:block;color:rgba(255,255,255,.5);font-size:12px}.tech-media{position:relative;height:590px;overflow:hidden}.tech-media:after{content:"";position:absolute;inset:0;border:1px solid rgba(159,248,220,.23);pointer-events:none}.tech-media img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.78)}.media-caption{position:absolute;left:22px;right:22px;bottom:19px;display:flex;justify-content:space-between;color:#fff;font-size:12px;z-index:1}.media-caption .mono{font-size:10px;color:var(--cyan)}.gallery{padding:140px 0 155px}.gallery-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px}.gallery-head h2{margin-top:24px;margin-bottom:0}.gallery-head .mono{color:#98a3a7}.gallery-grid{display:grid;grid-template-columns:1.13fr 1fr 1fr;gap:16px}.gallery-item{margin:0;position:relative;height:275px;overflow:hidden;background:#dce3de}.gallery-item.tall{height:390px;grid-row:span 2}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.72);transition:transform .5s,filter .5s}.gallery-item:hover img{transform:scale(1.04);filter:saturate(1)}.gallery-item figcaption{position:absolute;left:18px;right:18px;bottom:15px;display:flex;justify-content:space-between;align-items:center;color:#fff;text-shadow:0 1px 7px rgba(0,0,0,.5);font-size:13px}.gallery-item figcaption small{font:10px var(--mono);opacity:.8}.section-accent{background:var(--cyan)}.contact{padding:120px 0 125px}.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:110px}.contact-copy h2{font-size:59px;margin-top:25px}.contact-copy h2 span{color:#176953}.contact-copy>p:not(.mono){font-size:16px;max-width:440px;line-height:1.8;color:#286555}.contact-meta{display:flex;gap:55px;margin-top:50px}.contact-meta span{display:block;font:10px var(--mono);color:#3f7a6b;margin-bottom:7px}.contact-meta strong{font-size:14px;font-weight:600}.contact-form{padding-top:7px}.contact-form label{display:block;font-size:12px;color:#326758;margin-bottom:21px}.contact-form input,.contact-form textarea{display:block;width:100%;border:0;border-bottom:1px solid rgba(6,40,29,.3);background:transparent;padding:11px 0;color:var(--ink);outline:none;resize:vertical}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#6b9c8e}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--ink)}.button-dark{background:var(--ink);color:#fff;margin-top:7px}.button-dark:hover{background:#1b303d}.form-note{font-size:10px;color:#4f8578;margin-top:13px}.site-footer{background:var(--ink);color:#fff;padding:55px 0 25px}.footer-grid{display:grid;grid-template-columns:1fr 1.1fr 1fr;gap:44px}.footer-brand{align-self:start}.site-footer p{font-size:13px;color:rgba(255,255,255,.47);line-height:1.8;margin:0}.footer-links{display:flex;flex-wrap:wrap;gap:10px 28px;align-content:start}.footer-links a{font-size:12px;color:rgba(255,255,255,.62)}.footer-links a:hover{color:var(--cyan)}.footer-bottom{grid-column:1/-1;display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.13);padding-top:20px;margin-top:25px;color:rgba(255,255,255,.36)}.footer-bottom .mono{font-size:9px}.footer-bottom a{font-size:11px;display:flex;align-items:center;gap:8px}.footer-bottom svg{width:13px;height:13px}.toast{position:fixed;right:28px;bottom:28px;z-index:20;display:flex;align-items:center;gap:10px;padding:13px 16px;background:var(--ink);color:#fff;font-size:12px;transform:translateY(130%);opacity:0;transition:transform .35s,opacity .35s;box-shadow:0 12px 35px rgba(0,0,0,.2)}.toast.show{transform:none;opacity:1}.toast svg{color:var(--cyan);width:16px;height:16px}.cursor-glow{position:fixed;z-index:30;width:18px;height:18px;border:1px solid rgba(159,248,220,.65);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);mix-blend-mode:difference;opacity:0;transition:opacity .2s}@media(max-width:900px){.page-width{width:min(100% - 40px,680px)}.site-header{width:calc(100% - 40px);height:73px}.main-nav,.header-cta{display:none}.menu-toggle{display:block}.hero{min-height:690px}.hero-photo{background-position:62% center}.hero-content{padding-top:78px}.hero-content h1{font-size:54px}.hero-lede{font-size:15px}.hero-foot{margin-top:65px}.signal-grid{grid-template-columns:repeat(2,1fr);padding:18px 0}.signal-grid>div{padding:14px 14px!important;border-bottom:1px solid rgba(255,255,255,.12)}.signal-grid>div:nth-child(2){border-right:0}.signal-note{justify-content:flex-start!important;grid-column:1/-1}.intro,.products,.solutions,.tech,.gallery{padding:92px 0}.intro-grid{grid-template-columns:1fr;gap:30px}.intro-main h2,.section-head h2,.solutions-head h2,.tech-content h2,.gallery-head h2{font-size:43px}.intro-aside{padding-top:10px}.intro-details{grid-template-columns:1fr;gap:22px}.section-head,.gallery-head{display:block}.section-head>p{margin-top:22px}.product-grid{grid-template-columns:repeat(2,1fr)}.product-visual{height:190px}.solution-row{grid-template-columns:42px 1fr;gap:18px}.solution-image{grid-column:2;height:220px;margin-top:4px}.tech-grid{grid-template-columns:1fr;gap:55px}.tech-media{height:430px}.contact{padding:90px 0}.contact-grid{grid-template-columns:1fr;gap:48px}.contact-copy h2{font-size:47px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-links{grid-column:2;grid-row:1}.footer-bottom{grid-column:1/-1}}
@media(max-width:560px){.page-width{width:calc(100% - 36px)}.hero{min-height:650px}.hero-content h1{font-size:42px}.hero-lede br{display:none}.hero-actions{flex-direction:column;align-items:flex-start}.button{min-height:49px}.hero-foot{margin-top:55px;display:block}.hero-scroll{margin-top:16px}.hero-side-note{right:18px;bottom:28px}.signal-value{font-size:30px}.signal-label{font-size:11px}.intro-main h2,.section-head h2,.solutions-head h2,.tech-content h2,.gallery-head h2{font-size:36px}.intro-lede{font-size:18px}.product-tabs{gap:20px;overflow:auto;padding-bottom:1px}.tab{white-space:nowrap}.product-grid{grid-template-columns:1fr}.product-visual{height:220px}.solution-row{display:grid;grid-template-columns:30px 1fr}.solution-copy h3{font-size:25px}.solution-image{grid-column:2;height:200px}.gallery-head .text-link{margin-top:24px}.gallery-grid{grid-template-columns:1fr 1fr;gap:10px}.gallery-item,.gallery-item.tall{height:220px}.gallery-item.tall{grid-row:auto;grid-column:1/-1;height:270px}.gallery-item figcaption{display:block}.gallery-item figcaption small{display:block;margin-top:3px}.contact-copy h2{font-size:39px}.contact-meta{gap:25px;flex-wrap:wrap;margin-top:34px}.footer-grid{grid-template-columns:1fr}.footer-links{grid-column:auto;grid-row:auto}.footer-bottom{display:block}.footer-bottom a{margin-top:12px}.cursor-glow{display:none}}
.hero-noise{background-image:none}
@media(max-width:900px){.main-nav.open{display:flex;position:absolute;left:0;right:0;top:72px;margin:0;padding:18px 20px;background:var(--ink);border:1px solid rgba(255,255,255,.12);flex-direction:column;gap:16px}.main-nav.open a{font-size:14px;color:#fff}}
.site-header>.brand .brand-copy strong{font-size:15px;letter-spacing:0;white-space:nowrap}.site-header>.brand .brand-copy em{font-size:9px;letter-spacing:.6px;white-space:nowrap}
@media(max-width:560px){.site-header>.brand{gap:9px}.site-header>.brand .brand-copy strong{font-size:12px}.site-header>.brand .brand-copy em{font-size:8px}}
.site-header>.brand .brand-copy em b{font-size:11px;font-weight:600;color:var(--cyan);letter-spacing:.3px}
@media(max-width:560px){.site-header>.brand .brand-copy em b{font-size:10px}}
.hero-photo{background-image:url('assets/hero-products.jpg');background-position:center center}
.site-header>.brand .brand-copy strong{font-size:20px}.site-header>.brand .brand-copy em{font-size:11px}.site-header>.brand .brand-copy em b{font-size:13px}
@media(max-width:560px){.site-header>.brand .brand-copy strong{font-size:16px}.site-header>.brand .brand-copy em{font-size:10px}.site-header>.brand .brand-copy em b{font-size:12px}}
.hero-side-note span{font-size:16px;font-weight:600;letter-spacing:.5px}.hero-side-note{line-height:1.2}
@media(max-width:560px){.hero-side-note span{font-size:15px}}
.hero-matrix{position:absolute;z-index:3;right:4.5%;top:190px;width:265px;padding:16px 18px;background:rgba(7,18,29,.66);border:1px solid rgba(159,248,220,.25);backdrop-filter:blur(6px)}.hero-matrix-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:11px;margin-bottom:2px;border-bottom:1px solid rgba(255,255,255,.14);color:var(--cyan);font-size:11px}.hero-matrix-head>span:last-child{color:var(--orange);font:11px var(--mono)}.hero-matrix a{display:grid;grid-template-columns:24px 1fr 14px;align-items:center;gap:7px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.74);transition:color .2s,padding .2s}.hero-matrix a:last-child{border-bottom:0}.hero-matrix a:hover{padding-left:4px;color:var(--cyan)}.hero-matrix a>span{font:10px var(--mono);color:var(--orange)}.hero-matrix strong{font-size:12px;font-weight:500}.hero-matrix svg{width:13px;height:13px;color:rgba(255,255,255,.45)}
@media(max-width:1100px){.hero-matrix{right:28px;width:240px}}
@media(max-width:900px){.hero-matrix{display:none}}
.site-header>.brand .brand-copy em b{font-size:15px;color:#fff;font-weight:700}
.hero-matrix{right:2.8%;width:285px}
@media(max-width:1100px){.hero-matrix{right:28px;width:250px}}
@media(max-width:560px){.site-header>.brand .brand-copy em b{font-size:14px;color:#fff}}

/* Reference-template layout: clean fixed navigation, wide product hero and showroom sections. */
section{scroll-margin-top:82px}.site-header{position:fixed;width:100%;height:82px;padding:0 max(32px,calc((100% - 1180px)/2));margin:0;background:#fff;color:var(--ink);box-shadow:0 1px 0 rgba(8,20,30,.1)}.site-header>.brand .brand-copy strong{color:var(--ink);font-size:18px}.site-header>.brand .brand-copy em{color:#65717a;opacity:1}.site-header>.brand .brand-copy em b{color:var(--ink);font-size:14px}.main-nav{gap:30px;margin-left:auto;margin-right:32px}.main-nav a{color:#28333c;font-size:14px}.main-nav a:hover{color:#0879b7}.header-cta{min-height:44px;padding:0 18px;background:var(--ink);color:#fff;font-size:14px}.header-cta svg{width:16px;height:16px}.menu-toggle{color:var(--ink)}
.hero{min-height:680px;margin-top:82px;background:#dce6eb}.hero-photo{opacity:.68;transition:background-image .45s ease,opacity .3s;filter:saturate(.88)}.hero:after{background:rgba(8,19,28,.49)}.hero-content{padding-top:42px}.hero-content h1{font-size:68px}.hero-foot{margin-top:66px}.hero-dots{position:absolute;z-index:4;left:50%;bottom:26px;display:flex;gap:8px;transform:translateX(-50%)}.hero-dots button{width:8px;height:8px;padding:0;border:1px solid rgba(255,255,255,.8);border-radius:50%;background:transparent}.hero-dots button.active{width:26px;border-radius:6px;background:#fff}
.signal-strip{background:#fff;color:var(--ink);border-bottom:1px solid var(--line)}.signal-grid{min-height:112px}.signal-grid>div{border-right-color:var(--line)}.signal-value{color:#0879b7}.signal-label,.signal-note{color:#66737c}.signal-line{background:#0879b7}
.products{background:#fff;color:var(--ink)}.products .section-head{display:block;text-align:center;margin-bottom:48px}.products .section-kicker{justify-content:center;color:#76838b}.products .section-head h2{font-size:48px;margin-top:20px}.products .section-head h2 span{color:#0879b7}.products .section-head>p{color:#7b868d;margin-top:18px}.products .product-tabs{justify-content:center;border-bottom-color:var(--line)}.products .tab{color:#68747c}.products .tab.active{color:var(--ink)}.products .tab.active:after{background:#0879b7}.products .product-card{background:#fff;border-color:#e2e7ea;box-shadow:0 8px 24px rgba(18,35,47,.06)}.products .product-card:hover{border-color:#69b8df;box-shadow:0 16px 36px rgba(18,67,96,.11)}.products .product-info h3{color:var(--ink)}.products .product-info p{color:#6e7a82}.products .icon-link{border-color:#cfd7dc;color:#0879b7}.products .icon-link:hover{background:#0879b7;color:#fff}.products .product-chip{background:rgba(7,23,35,.82);color:#fff}
.tech{background:#edf4f7;color:var(--ink)}.tech .section-kicker{color:#77858d}.tech-content h2 span{color:#0879b7}.tech-content>p{color:#66757e}.tech-points{border-top-color:#cbd7dc}.tech-points>div{border-bottom-color:#cbd7dc}.point-icon{border-color:#5faed4;color:#0879b7;background:#fff}.tech-points small{color:#6b7880}.tech-media:after{border-color:rgba(8,121,183,.28)}
@media(max-width:900px){section{scroll-margin-top:74px}.site-header{width:100%;height:74px;padding:0 20px}.hero{margin-top:74px;min-height:650px}.hero-content{padding-top:38px}.hero-content h1{font-size:52px}.hero-dots{bottom:18px}.products .section-head{text-align:left}.products .section-kicker{justify-content:flex-start}.products .product-tabs{justify-content:flex-start}.main-nav.open{top:73px}}
@media(max-width:560px){.site-header{padding:0 18px}.site-header>.brand .brand-copy strong{font-size:14px}.site-header>.brand .brand-copy em{font-size:9px}.site-header>.brand .brand-copy em b{font-size:12px;color:var(--ink)}.hero{min-height:650px}.hero-content h1{font-size:42px}.products .section-head h2{font-size:36px}}
.site-header>.brand .brand-copy em b{color:#fff;background:var(--ink);padding:2px 5px}
@media(max-width:560px){.site-header>.brand .brand-copy em b{color:#fff}}
main{display:flex;flex-direction:column}.hero{order:1}.signal-strip{order:2}.products{order:3}.solutions{order:4}.tech{order:5}.intro{order:6}.gallery{order:7}.contact{order:8}
.brand-logo{width:48px;height:48px;display:block;object-fit:cover;border-radius:50%;background:#fff;flex:none}.footer-brand .brand-logo{width:46px;height:46px}
.footer-legal{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.footer-bottom .icp-link{font-size:11px;color:rgba(255,255,255,.58)}.footer-bottom .icp-link:hover{color:var(--cyan)}
@media(max-width:560px){.brand-logo{width:40px;height:40px}.footer-brand .brand-logo{width:42px;height:42px}.footer-legal{display:block}.footer-bottom .icp-link{display:block;margin-top:8px}}
.hero-contacts{position:absolute;z-index:3;right:2.8%;top:24px;width:285px;color:#fff;border-top:1px solid rgba(255,255,255,.42);border-bottom:1px solid rgba(255,255,255,.22);padding:10px 0;background:rgba(7,18,29,.18);backdrop-filter:blur(3px)}.hero-contacts-head{display:flex;justify-content:space-between;align-items:center;padding:0 12px 6px;color:var(--cyan);font-size:10px}.hero-contacts-head>span:last-child{color:rgba(255,255,255,.6);font-size:10px}.hero-contacts a{display:grid;grid-template-columns:48px 1fr 16px;align-items:center;gap:10px;padding:5px 12px;color:#fff}.hero-contacts a>span{font-size:12px;color:rgba(255,255,255,.66)}.hero-contacts strong{font:600 15px var(--mono)}.hero-contacts svg{width:14px;height:14px;color:var(--cyan)}
@media(max-width:1100px){.hero-contacts{right:28px;width:250px}}
@media(max-width:900px){.hero-contacts{display:none}}
