@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122, U+2190-21FF, U+2212, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("fonts/unbounded-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Unbounded";
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url("fonts/unbounded-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+2000-206F, U+20AC, U+2122, U+2190-21FF, U+2212, U+FEFF, U+FFFD;
}

:root {
  --ink: #07151d;
  --navy: #06141d;
  --cyan: #00b8ef;
  --cyan-bright: #16d1ff;
  --orange: #ff8a16;
  --paper: #f4f7f6;
  --white: #fff;
  --muted: #667983;
  --line: #d9e3e6;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", Arial, sans-serif; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { margin: 0 auto; max-width: 1240px; padding-inline: 28px; width: 100%; }

.site-header { background: rgb(255 255 255 / 96%); box-shadow: 0 8px 30px rgb(7 21 29 / 10%); color: var(--ink); left: 0; position: fixed; right: 0; top: 0; z-index: 50; }
.contact-bar { background: var(--navy); color: #fff; }
.contact-inner { align-items: center; display: flex; justify-content: space-between; min-height: 38px; }
.header-address, .header-email, .top-phone { align-items: center; display: inline-flex; font-size: 11px; font-weight: 700; gap: 8px; transition: color .18s ease; }
.header-address { color: rgb(255 255 255 / 68%); }
.header-address > span, .header-email > span { color: var(--cyan-bright); font-size: 14px; }
.contact-actions { align-items: center; display: flex; gap: 26px; }
.header-email { color: rgb(255 255 255 / 62%); }
.top-phone { color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .02em; }
.top-phone > span { color: var(--cyan-bright); font-size: 13px; }
.header-address:hover, .header-email:hover, .top-phone:hover { color: var(--cyan-bright); }
.header-inner { align-items: center; display: flex; height: 82px; }
.brand-logo { display: block; flex: none; width: 225px; }
.brand-logo img { display: block; height: auto; width: 100%; }
.brand { align-items: center; display: inline-flex; flex: none; gap: 11px; }
.brand-mark { align-items: center; border: 3px solid var(--cyan); border-radius: 50%; display: inline-flex; height: 34px; justify-content: center; position: relative; width: 34px; }
.brand-mark::before, .brand-mark::after { background: var(--cyan); content: ""; height: 3px; position: absolute; width: 15px; }
.brand-mark::before { left: -8px; transform: rotate(45deg); }
.brand-mark::after { right: -8px; transform: rotate(-45deg); }
.brand-mark i { background: var(--orange); border-radius: 50%; height: 7px; width: 7px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-family: "Unbounded", Arial, sans-serif; font-size: 16px; letter-spacing: .06em; }
.brand-copy small { color: var(--cyan); font-size: 9px; font-weight: 800; letter-spacing: .28em; margin-top: 6px; }
.main-nav { display: flex; gap: 28px; margin-left: 48px; }
.main-nav a { color: #405760; font-size: 13px; font-weight: 700; transition: color .18s ease; }
.main-nav a:hover { color: #008fb9; }
.header-phone { display: flex; flex-direction: column; line-height: 1.15; margin-left: auto; text-align: right; }
.header-phone span { font-size: 14px; font-weight: 800; }
.header-phone small { color: rgb(255 255 255 / 48%); font-size: 10px; margin-top: 5px; }

.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 800; gap: 10px; justify-content: center; min-height: 52px; padding: 0 24px; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-outline { background: var(--navy); border: 1px solid var(--navy); color: #fff; margin-left: auto; }
.button-outline:hover { background: #0b2b3a; border-color: #0b2b3a; color: var(--cyan-bright); }
.button-header-price { background: var(--orange); box-shadow: 0 10px 24px rgb(255 138 22 / 22%); color: #07151d; margin-left: auto; }
.button-header-price:hover { background: #ff9d3b; box-shadow: 0 13px 30px rgb(255 138 22 / 30%); }
.button-header-price > span { font-size: 18px; line-height: 1; }
.button-primary { background: var(--cyan); box-shadow: 0 18px 40px rgb(0 184 239 / 18%); color: #031118; }
.button-primary:hover { background: var(--cyan-bright); }

.hero { background: radial-gradient(circle at 73% 35%, rgb(0 184 239 / 12%), transparent 28%), linear-gradient(118deg, #061923, #041018 68%, #07141c); color: #fff; min-height: 840px; overflow: hidden; padding-top: 188px; position: relative; }
.tech-grid, .blueprint-grid { background-image: linear-gradient(rgb(21 207 255 / 5%) 1px, transparent 1px), linear-gradient(90deg, rgb(21 207 255 / 5%) 1px, transparent 1px); background-size: 48px 48px; inset: 0; mask-image: linear-gradient(to bottom, #000, transparent 90%); pointer-events: none; position: absolute; }
.hero-layout { align-items: center; display: grid; gap: 44px; grid-template-columns: 1.05fr .95fr; min-height: 570px; position: relative; z-index: 2; }
.hero-copy { padding-bottom: 34px; }
.eyebrow { align-items: center; color: var(--cyan-bright); display: flex; font-size: 11px; font-weight: 800; gap: 10px; letter-spacing: .18em; margin-bottom: 30px; text-transform: uppercase; }
.eyebrow span { background: var(--orange); border-radius: 50%; box-shadow: 0 0 0 6px rgb(255 138 22 / 12%); height: 7px; width: 7px; }
h1, h2, h3 { font-family: "Unbounded", Arial, sans-serif; }
.hero h1 { font-size: clamp(46px, 5.15vw, 74px); font-weight: 620; letter-spacing: -.055em; line-height: 1.03; margin: 0; text-transform: uppercase; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 span { color: var(--cyan-bright); }
.hero h1 em { color: rgb(255 255 255 / 22%); font-size: .48em; font-style: normal; letter-spacing: .07em; margin-top: 14px; }
.hero-lead { color: rgb(255 255 255 / 68%); font-size: 17px; line-height: 1.7; margin: 30px 0 32px; max-width: 620px; }
.hero-actions { align-items: stretch; display: flex; gap: 14px; }
.hero-actions .button-primary { min-height: 68px; }
.button-price { background: var(--orange); box-shadow: 0 18px 42px rgb(255 138 22 / 24%); color: #07151d; min-height: 68px; padding-inline: 22px 28px; text-align: left; }
.button-price:hover { background: #ff9d3b; box-shadow: 0 22px 48px rgb(255 138 22 / 32%); }
.price-download-icon { align-items: center; border: 1px solid rgb(7 21 29 / 24%); border-radius: 50%; display: flex; flex: none; font-size: 24px; height: 38px; justify-content: center; width: 38px; }
.button-price > span:last-child { display: flex; flex-direction: column; }
.button-price strong { font-size: 14px; line-height: 1.2; }
.button-price small { font-size: 8px; font-weight: 750; letter-spacing: .04em; margin-top: 5px; opacity: .65; text-transform: uppercase; }
.text-link { align-items: center; color: rgb(255 255 255 / 74%); display: inline-flex; font-size: 13px; font-weight: 750; gap: 6px; }
.text-link:hover { color: var(--cyan-bright); }
.text-link b { font-size: 20px; }
.hero-catalog-link { margin-top: 18px; }
.hero-copy .eyebrow { animation: hero-enter .65s .05s both cubic-bezier(.22, 1, .36, 1); }
.hero-copy h1 { animation: hero-enter .8s .13s both cubic-bezier(.22, 1, .36, 1); }
.hero-lead { animation: hero-enter .75s .23s both cubic-bezier(.22, 1, .36, 1); }
.hero-actions { animation: hero-enter .75s .31s both cubic-bezier(.22, 1, .36, 1); }
.hero-catalog-link { animation: hero-enter .7s .38s both cubic-bezier(.22, 1, .36, 1); }
.hero-facts { animation: hero-enter .75s .44s both cubic-bezier(.22, 1, .36, 1); }
.hero-visual { animation: visual-enter .9s .18s both cubic-bezier(.22, 1, .36, 1); }
.meter-glow { animation: meter-breathe 4s ease-in-out infinite; }
.meter-bars i { animation: meter-level 2.2s ease-in-out infinite alternate; transform-origin: bottom; }
.meter-bars i:nth-child(2n) { animation-delay: -.45s; }
.meter-bars i:nth-child(3n) { animation-delay: -.9s; }
.button-price { animation: price-glow 3s ease-in-out infinite; }

.js .reveal { filter: blur(3px); opacity: 0; translate: 0 28px; transition: opacity .7s cubic-bezier(.22, 1, .36, 1), translate .7s cubic-bezier(.22, 1, .36, 1), filter .7s ease; transition-delay: var(--reveal-delay, 0ms); }
.js .reveal.is-visible { filter: blur(0); opacity: 1; translate: 0 0; }

@keyframes hero-enter {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes visual-enter {
  from { opacity: 0; translate: 36px 0; }
  to { opacity: 1; translate: 0 0; }
}

@keyframes meter-breathe {
  0%, 100% { opacity: .1; scale: .94; }
  50% { opacity: .2; scale: 1.08; }
}

@keyframes meter-level {
  0% { scale: 1 .7; opacity: .65; }
  100% { scale: 1 1; opacity: 1; }
}

@keyframes price-glow {
  0%, 100% { box-shadow: 0 18px 42px rgb(255 138 22 / 24%); }
  50% { box-shadow: 0 20px 48px rgb(255 138 22 / 42%); }
}
.hero-facts { border-top: 1px solid rgb(255 255 255 / 10%); display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); margin-top: 52px; padding-top: 24px; }
.hero-facts div { display: flex; flex-direction: column; }
.hero-facts strong { font-size: 13px; }
.hero-facts span { color: rgb(255 255 255 / 38%); font-size: 10px; margin-top: 4px; }

.hero-visual { height: 530px; position: relative; }
.meter-glow { background: var(--cyan); border-radius: 50%; filter: blur(115px); height: 230px; opacity: .14; position: absolute; right: 100px; top: 112px; width: 230px; }
.meter-shell { height: 380px; position: absolute; right: 4px; top: 48px; width: 500px; }
.meter-outer { align-items: center; background: linear-gradient(145deg, rgb(255 255 255 / 18%), transparent 35%), #101d24; border: 2px solid #29424c; border-radius: 50%; box-shadow: 0 40px 90px rgb(0 0 0 / 52%), inset 0 0 0 13px #071117, inset 0 0 0 15px #314853; display: flex; height: 355px; justify-content: center; left: 70px; position: absolute; top: 0; width: 355px; z-index: 4; }
.meter-inner { align-items: center; background: #07151d; border: 3px solid #0fc6f3; border-radius: 50%; box-shadow: 0 0 28px rgb(0 184 239 / 20%), inset 0 0 35px rgb(0 0 0 / 80%); display: flex; flex-direction: column; height: 260px; justify-content: center; text-align: center; width: 260px; }
.meter-label { color: var(--cyan-bright); font-size: 10px; font-weight: 800; letter-spacing: .24em; }
.meter-inner > strong { color: var(--cyan-bright); font-family: "Unbounded", Arial, sans-serif; font-size: 32px; font-weight: 480; letter-spacing: .03em; line-height: 1; margin-top: 11px; }
.meter-unit { color: rgb(21 207 255 / 64%); font-size: 12px; margin-top: 6px; }
.meter-bars { align-items: flex-end; display: flex; gap: 3px; height: 22px; margin-top: 20px; width: 145px; }
.meter-bars i { background: var(--cyan); display: block; flex: 1; height: 18px; }
.meter-bars i:nth-child(n+11) { background: rgb(0 184 239 / 24%); height: 11px; }
.meter-bars i:nth-child(3n) { height: 14px; }
.meter-scale { color: rgb(255 255 255 / 40%); display: flex; font-size: 8px; justify-content: space-between; margin-top: 6px; width: 145px; }
.bolt { background: #0b1419; border: 2px solid #425660; border-radius: 50%; box-shadow: inset 0 0 0 3px #101b20; height: 17px; position: absolute; width: 17px; }
.bolt-1 { left: 39px; top: 70px; } .bolt-2 { right: 39px; top: 70px; } .bolt-3 { bottom: 70px; left: 39px; } .bolt-4 { bottom: 70px; right: 39px; }
.meter-pipe { background: linear-gradient(to bottom, #172a34, #071117 48%, #172a34); border-block: 2px solid #293e48; height: 106px; position: absolute; top: 132px; width: 110px; z-index: 1; }
.meter-pipe::after { background: linear-gradient(90deg, #263d47, #081218 45%, #182a33); border: 2px solid #3b5059; content: ""; height: 144px; position: absolute; top: -21px; width: 34px; }
.pipe-left { left: 0; } .pipe-left::after { left: 0; } .pipe-right { right: 0; } .pipe-right::after { right: 0; }
.measure-top { border-top: 1px solid rgb(21 207 255 / 36%); color: rgb(21 207 255 / 55%); font: 8px "Unbounded", Arial, sans-serif; letter-spacing: .12em; position: absolute; right: 78px; text-align: center; top: 24px; width: 350px; }
.measure-top span { background: #071821; padding: 0 12px; position: relative; top: -8px; }
.measure-side { border-left: 1px solid rgb(21 207 255 / 32%); color: rgb(21 207 255 / 55%); display: flex; flex-direction: column; font: 8px "Unbounded", Arial, sans-serif; left: 22px; letter-spacing: .12em; padding-left: 13px; position: absolute; top: 120px; }
.measure-side strong { color: var(--cyan-bright); font-size: 13px; margin-top: 5px; }
.status-card { align-items: center; background: rgb(10 31 42 / 94%); border: 1px solid rgb(21 207 255 / 22%); bottom: 35px; box-shadow: 0 20px 45px rgb(0 0 0 / 26%); display: flex; gap: 11px; padding: 14px 18px; position: absolute; right: 2px; z-index: 8; }
.status-check { align-items: center; background: rgb(0 184 239 / 14%); border-radius: 50%; color: var(--cyan-bright); display: flex; height: 30px; justify-content: center; width: 30px; }
.status-card > span:last-child { display: flex; flex-direction: column; }
.status-card small { color: rgb(255 255 255 / 44%); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.status-card strong { font-size: 11px; margin-top: 3px; }
.trust-strip { align-items: center; border-top: 1px solid rgb(255 255 255 / 8%); display: flex; gap: 48px; height: 106px; position: relative; z-index: 3; }
.trust-strip > span { color: rgb(255 255 255 / 24%); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.trust-strip b { color: rgb(255 255 255 / 48%); font-size: 10px; letter-spacing: .12em; }

.section { padding: 112px 0; }
.products-section { background: radial-gradient(circle at 95% 8%, rgb(0 184 239 / 8%), transparent 22%), var(--paper); }
.section-heading { align-items: flex-end; display: flex; justify-content: space-between; margin-bottom: 56px; }
.section-heading > div { max-width: 680px; }
.section-heading > p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0 0 6px; max-width: 390px; }
.section-kicker { align-items: center; color: #0089b2; display: inline-flex; font-size: 10px; font-weight: 800; gap: 8px; letter-spacing: .2em; margin-bottom: 18px; text-transform: uppercase; }
.section-kicker::before { background: var(--orange); content: ""; height: 2px; width: 22px; }
.section-kicker.light { color: var(--cyan-bright); }
.section h2, .request-section h2 { font-size: clamp(31px, 3.6vw, 47px); font-weight: 570; letter-spacing: -.045em; line-height: 1.18; margin: 0; text-transform: uppercase; }
.product-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.product-card { background: rgb(255 255 255 / 52%); border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; flex-direction: column; min-height: 390px; padding: 34px; position: relative; transition: background .24s ease, transform .24s ease, box-shadow .24s ease; }
.product-card::before { background: var(--cyan); content: ""; height: 3px; left: 0; position: absolute; top: 0; transform: scaleX(0); transform-origin: left; transition: transform .24s ease; width: 100%; }
.product-card:hover { background: #fff; box-shadow: 0 24px 54px rgb(7 21 29 / 8%); transform: translateY(-4px); z-index: 2; }
.product-card:hover::before { transform: scaleX(1); }
.product-top { align-items: flex-start; display: flex; justify-content: space-between; }
.product-icon { align-items: center; background: #e7f8fc; color: #009cca; display: flex; font: 700 16px "Unbounded", Arial, sans-serif; height: 54px; justify-content: center; width: 54px; }
.product-number { color: #b5c4c9; font: 11px "Unbounded", Arial, sans-serif; letter-spacing: .1em; }
.product-card h3 { font-size: 20px; font-weight: 620; letter-spacing: -.03em; margin: 32px 0 13px; text-transform: uppercase; }
.product-card p { color: var(--muted); font-size: 13px; line-height: 1.65; margin: 0; }
.product-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 21px; }
.product-tags span { background: #edf2f2; color: #59707a; font-size: 9px; font-weight: 750; letter-spacing: .04em; padding: 5px 8px; text-transform: uppercase; }
.product-card > a { align-items: center; color: #008ab3; display: flex; font-size: 12px; font-weight: 800; gap: 8px; margin-top: auto; padding-top: 26px; }
.product-card > a b { transition: transform .18s ease; }
.product-card > a:hover b { transform: translateX(4px); }

.services-section { background: radial-gradient(circle at 16% 30%, rgb(0 184 239 / 12%), transparent 25%), var(--navy); color: #fff; }
.services-layout { display: grid; gap: 100px; grid-template-columns: .78fr 1.22fr; }
.services-intro h2 { max-width: 470px; }
.services-intro > p { color: rgb(255 255 255 / 58%); font-size: 14px; line-height: 1.75; margin: 26px 0 34px; max-width: 460px; }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: var(--cyan-bright); }
.service-list { border-top: 1px solid rgb(255 255 255 / 12%); }
.service-step { border-bottom: 1px solid rgb(255 255 255 / 12%); display: grid; gap: 26px; grid-template-columns: 46px 1fr; padding: 34px 0; }
.step-number { color: var(--cyan-bright); font: 10px "Unbounded", Arial, sans-serif; letter-spacing: .1em; padding-top: 5px; }
.service-step h3 { font-size: 17px; font-weight: 550; letter-spacing: -.02em; margin: 0 0 10px; text-transform: uppercase; }
.service-step p { color: rgb(255 255 255 / 48%); font-size: 13px; line-height: 1.7; margin: 0; max-width: 550px; }

.about-section { background: #fff; }
.about-layout { align-items: center; display: grid; gap: 80px; grid-template-columns: .9fr 1.1fr; }
.about-visual { background: linear-gradient(145deg, rgb(0 184 239 / 10%), transparent 48%), #eaf2f3; height: 590px; overflow: hidden; position: relative; }
.about-visual .blueprint-grid { background-size: 34px 34px; mask-image: none; }
.about-gauge { align-items: center; border: 1px solid rgb(0 126 164 / 20%); border-radius: 50%; display: flex; height: 360px; justify-content: center; left: 50%; position: absolute; top: 48%; transform: translate(-50%, -50%); width: 360px; }
.about-gauge::before, .about-gauge::after { border: 1px solid rgb(0 126 164 / 14%); border-radius: 50%; content: ""; position: absolute; }
.about-gauge::before { height: 270px; width: 270px; }
.about-gauge::after { border-style: dashed; height: 430px; width: 430px; }
.about-gauge > div { align-items: center; background: var(--navy); border: 8px solid #d8e8eb; border-radius: 50%; box-shadow: 0 24px 60px rgb(7 21 29 / 22%); color: var(--cyan-bright); display: flex; font: 500 45px "Unbounded", Arial, sans-serif; height: 150px; justify-content: center; width: 150px; }
.blueprint-note { border-top: 1px solid rgb(0 126 164 / 28%); color: #69909d; font: 8px "Unbounded", Arial, sans-serif; letter-spacing: .12em; padding-top: 7px; position: absolute; }
.note-1 { left: 38px; top: 102px; width: 102px; } .note-2 { right: 30px; top: 210px; width: 90px; } .note-3 { bottom: 150px; left: 52px; width: 125px; }
.about-caption { background: var(--cyan); bottom: 0; display: flex; flex-direction: column; left: 0; padding: 24px 30px; position: absolute; right: 0; }
.about-caption span { font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.about-caption strong { font: 620 13px "Unbounded", Arial, sans-serif; margin-top: 5px; text-transform: uppercase; }
.about-copy > p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 26px 0 34px; }
.benefit-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; }
.benefit-grid > div { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); display: flex; gap: 13px; min-height: 106px; padding: 21px; }
.benefit-grid > div > b { color: #00a2d1; }
.benefit-grid span { display: flex; flex-direction: column; }
.benefit-grid strong { font-size: 12px; }
.benefit-grid small { color: var(--muted); font-size: 10px; line-height: 1.5; margin-top: 5px; }
.industry-block { margin-top: 28px; }
.industry-block > span { color: #8a9aa1; font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.industry-block > div { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 11px; }
.industry-block b { border: 1px solid var(--line); color: #49616b; font-size: 10px; padding: 7px 10px; }

.request-section { background: radial-gradient(circle at 15% 22%, rgb(0 184 239 / 15%), transparent 27%), #081c27; color: #fff; overflow: hidden; padding: 100px 0; position: relative; }
.request-layout { align-items: center; display: grid; gap: 94px; grid-template-columns: .82fr 1.18fr; position: relative; z-index: 2; }
.request-copy > p { color: rgb(255 255 255 / 58%); font-size: 14px; line-height: 1.75; margin: 25px 0; max-width: 470px; }
.request-copy ul { display: grid; gap: 12px; list-style: none; margin: 30px 0 0; padding: 0; }
.request-copy li { align-items: center; color: rgb(255 255 255 / 66%); display: flex; font-size: 12px; gap: 10px; }
.request-copy li b { color: var(--cyan-bright); }
.request-contact { border-top: 1px solid rgb(255 255 255 / 10%); display: flex; flex-direction: column; margin-top: 38px; padding-top: 24px; }
.request-contact small { color: rgb(255 255 255 / 38%); font-size: 10px; }
.request-contact a { font: 550 22px "Unbounded", Arial, sans-serif; margin-top: 4px; }
.request-form { background: #fff; box-shadow: 0 35px 80px rgb(0 0 0 / 24%); color: var(--ink); min-height: 545px; padding: 38px 40px; }
.form-head { align-items: flex-start; display: flex; justify-content: space-between; margin-bottom: 28px; }
.form-index { color: #0091bb; display: block; font-size: 8px; font-weight: 850; letter-spacing: .2em; margin-bottom: 8px; }
.form-head h3 { font-size: 19px; letter-spacing: -.03em; margin: 0; text-transform: uppercase; }
.form-time { align-items: center; color: #73868e; display: flex; font-size: 8px; gap: 7px; margin-top: 3px; }
.form-time i { background: #39b776; border-radius: 50%; box-shadow: 0 0 0 4px rgb(57 183 118 / 12%); height: 6px; width: 6px; }
.form-row { display: grid; gap: 16px; grid-template-columns: 1fr 1fr; }
.request-form label { display: block; margin-bottom: 16px; }
.request-form label > span:first-child { color: #526771; display: block; font-size: 9px; font-weight: 800; letter-spacing: .04em; margin-bottom: 7px; text-transform: uppercase; }
.request-form input, .request-form textarea { background: #f3f6f6; border: 1px solid transparent; border-radius: 0; color: var(--ink); font-size: 12px; outline: none; padding: 13px 14px; transition: border .16s ease, box-shadow .16s ease; width: 100%; }
.request-form input { height: 46px; }
.request-form textarea { line-height: 1.5; min-height: 96px; resize: vertical; }
.request-form input:focus, .request-form textarea:focus { background: #fff; border-color: var(--cyan); box-shadow: 0 0 0 3px rgb(0 184 239 / 10%); }
.honeypot { height: 0; left: -9999px; opacity: 0; overflow: hidden; position: absolute; width: 0; }
.request-form .consent { align-items: flex-start; cursor: pointer; display: flex; gap: 9px; margin: 1px 0 19px; }
.consent input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.request-form .consent > span:last-child { color: #7c8d94; font-size: 9px; line-height: 1.5; }
.checkbox { align-items: center; border: 1px solid #bac8cd; color: transparent !important; display: flex !important; flex: none; height: 17px; justify-content: center; margin: 1px 0 0 !important; width: 17px; }
.consent input:checked + .checkbox { background: var(--cyan); border-color: var(--cyan); color: #fff !important; }
.consent input:focus-visible + .checkbox { box-shadow: 0 0 0 3px rgb(0 184 239 / 18%); }
.button-submit { background: var(--cyan); color: #04141b; width: 100%; }
.button-submit:hover { background: var(--cyan-bright); }
.button-submit:disabled { cursor: wait; opacity: .65; transform: none; }
.form-note { color: #657a83; font-size: 13px; font-weight: 650; line-height: 1.5; margin: 16px 0 0; text-align: center; }
.form-note a { color: #008eb8; font-size: 14px; font-weight: 850; text-decoration: underline; text-decoration-color: rgb(0 142 184 / 28%); text-underline-offset: 3px; }
.form-note a:hover { color: #006f91; text-decoration-color: currentColor; }
.form-message { display: none; font-size: 10px; margin: -4px 0 14px; padding: 9px 11px; }
.form-message:not(:empty), .form-message.success, .form-message.error { display: block; }
.form-message.error { background: #fff1ef; color: #a6382b; }
.form-message.success { background: #e9f8f1; color: #21784d; }

.site-footer { background: #040d12; color: #fff; padding-top: 64px; }
.footer-top { display: grid; gap: 56px; grid-template-columns: 1.35fr .9fr 1.25fr .85fr; padding-bottom: 54px; }
.footer-logo { background: #fff; display: block; padding: 6px 8px; width: 235px; }
.footer-logo img { display: block; height: auto; width: 100%; }
.footer-brand > p { color: rgb(255 255 255 / 38%); font-size: 11px; line-height: 1.7; margin: 18px 0 0; max-width: 265px; }
.footer-column { align-items: flex-start; display: flex; flex-direction: column; }
.footer-column > span { color: rgb(255 255 255 / 30%); font-size: 8px; font-weight: 800; letter-spacing: .18em; margin-bottom: 17px; text-transform: uppercase; }
.footer-column > a { font-size: 12px; font-weight: 750; margin-bottom: 8px; }
.footer-column > a:hover { color: var(--cyan-bright); }
.footer-column .footer-address { color: rgb(255 255 255 / 48%); font-size: 11px; font-weight: 500; line-height: 1.7; }
.footer-column p { color: rgb(255 255 255 / 48%); font-size: 11px; line-height: 1.7; margin: 0 0 5px; }
.footer-column .footer-call { border: 1px solid rgb(255 255 255 / 16%); margin-top: 13px; padding: 9px 12px; }
.footer-bottom { align-items: center; border-top: 1px solid rgb(255 255 255 / 8%); color: rgb(255 255 255 / 24%); display: flex; font-size: 9px; height: 66px; justify-content: space-between; }
.floating-actions { bottom: 22px; display: flex; flex-direction: column; gap: 10px; position: fixed; right: 22px; z-index: 40; }
.floating-button { align-items: center; border: 1px solid rgb(255 255 255 / 36%); border-radius: 50%; box-shadow: 0 12px 35px rgb(0 0 0 / 24%); color: #05151c; display: flex; font-size: 21px; height: 52px; justify-content: center; position: relative; transition: transform .18s ease, box-shadow .18s ease; width: 52px; }
.floating-button::before { background: #07151d; border-radius: 4px; color: #fff; content: attr(data-label); font-size: 10px; font-weight: 750; opacity: 0; padding: 7px 10px; pointer-events: none; position: absolute; right: 62px; transform: translateX(8px); transition: opacity .18s ease, transform .18s ease; white-space: nowrap; }
.floating-button:hover { box-shadow: 0 16px 40px rgb(0 0 0 / 30%); transform: translateY(-2px) scale(1.04); }
.floating-button:hover::before, .floating-button:focus-visible::before { opacity: 1; transform: translateX(0); }
.floating-button:focus-visible { outline: 3px solid rgb(22 209 255 / 35%); outline-offset: 3px; }
.floating-email { animation: floating-enter .55s .28s both cubic-bezier(.22, 1, .36, 1); background: var(--orange); }
.floating-call { animation: floating-enter .55s .18s both cubic-bezier(.22, 1, .36, 1); background: var(--cyan); }

@keyframes floating-enter {
  from { opacity: 0; translate: 0 18px; }
  to { opacity: 1; translate: 0 0; }
}

@media (max-width: 1080px) {
  .brand-logo { width: 200px; }
  .main-nav { gap: 18px; margin-left: 28px; }
  .header-phone { display: none; }
  .button-outline, .button-header-price { margin-left: auto; }
  .hero-layout { gap: 0; grid-template-columns: 1.07fr .93fr; }
  .hero-visual { transform: scale(.87); transform-origin: right center; }
  .services-layout, .request-layout { gap: 56px; }
  .about-layout { gap: 50px; }
}

@media (max-width: 860px) {
  .site-header { position: absolute; }
  .header-inner { height: 72px; }
  .main-nav { display: none; }
  .hero { padding-top: 166px; }
  .hero-layout { display: block; }
  .hero-copy { max-width: 680px; }
  .hero-visual { height: 450px; margin: 10px auto -10px; max-width: 560px; transform: scale(.9); transform-origin: center top; }
  .hero-facts { max-width: 600px; }
  .trust-strip { flex-wrap: wrap; gap: 22px 36px; height: auto; padding-block: 28px; }
  .trust-strip > span { flex-basis: 100%; }
  .section { padding: 82px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 20px; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .services-layout, .request-layout, .about-layout { grid-template-columns: 1fr; }
  .about-visual { height: 480px; }
  .request-form { max-width: 700px; }
  .footer-top { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 560px) {
  .container { padding-inline: 18px; }
  .contact-inner { align-items: flex-start; display: grid; gap: 5px 12px; grid-template-columns: 1fr auto; min-height: 62px; padding-block: 8px; }
  .header-address { font-size: 9px; grid-row: 1 / 3; line-height: 1.45; max-width: 220px; }
  .contact-actions { align-items: flex-end; gap: 0; }
  .header-email { display: none; }
  .top-phone { font-size: 10px; white-space: nowrap; }
  .header-inner { height: 68px; }
  .brand-logo { width: 175px; }
  .brand-copy strong { font-size: 14px; }
  .brand-mark { height: 30px; width: 30px; }
  .button-outline, .button-header-price { display: none; }
  .hero { min-height: 0; padding-top: 178px; }
  .eyebrow { font-size: 9px; letter-spacing: .12em; margin-bottom: 24px; }
  .hero h1 { font-size: clamp(38px, 12vw, 55px); }
  .hero-lead { font-size: 14px; margin: 24px 0 28px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-facts { gap: 18px; grid-template-columns: 1fr; margin-top: 38px; }
  .hero-facts div { border-left: 2px solid rgb(0 184 239 / 42%); padding-left: 12px; }
  .hero-visual { height: 325px; margin: 30px -54px 0; transform: scale(.64); transform-origin: center top; }
  .trust-strip { display: grid; grid-template-columns: 1fr 1fr; }
  .trust-strip > span { grid-column: 1 / -1; }
  .section { padding: 68px 0; }
  .section h2, .request-section h2 { font-size: 28px; }
  .section-heading { margin-bottom: 36px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 345px; }
  .service-step { gap: 15px; grid-template-columns: 34px 1fr; }
  .about-visual { height: 390px; }
  .about-gauge { height: 260px; width: 260px; }
  .about-gauge::before { height: 195px; width: 195px; }
  .about-gauge::after { height: 320px; width: 320px; }
  .about-gauge > div { height: 115px; width: 115px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .request-section { padding: 70px 0; }
  .request-layout { gap: 44px; }
  .request-form { margin-inline: -4px; min-height: 0; padding: 28px 22px; }
  .form-head { flex-direction: column; gap: 14px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-top { gap: 38px; grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; height: auto; padding-block: 22px 26px; }
  .floating-actions { bottom: 16px; gap: 8px; right: 16px; }
  .floating-button { font-size: 19px; height: 48px; width: 48px; }
  .floating-button::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js .reveal { filter: none; opacity: 1; translate: none; }
}
