@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --black: #0b0c0e;
  --black-soft: #121417;
  --paper: #f5f5f2;
  --white: #ffffff;
  --yellow: #ffc400;
  --yellow-light: #ffd52c;
  --grey: #a4a7aa;
  --line: rgba(255, 255, 255, .14);
  --dark-line: rgba(12, 14, 17, .14);
  --radius: 2px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--black); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }

.site-header { position: relative; z-index: 20; min-height: 86px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; padding: 12px max(24px, calc((100vw - var(--wrap)) / 2)); border-bottom: 1px solid var(--line); background: rgba(11, 12, 14, .96); }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 12px; color: var(--white); }
.brand-mark { position: relative; display: grid; place-items: center; width: 47px; height: 52px; color: var(--white); background: var(--yellow); clip-path: polygon(50% 0, 100% 23%, 100% 77%, 50% 100%, 0 77%, 0 23%); }
.brand-mark::before { content: ""; position: absolute; inset: 6px; background: var(--black); clip-path: inherit; }
.brand-mark > span { position: relative; z-index: 1; font-size: 27px; line-height: 1; letter-spacing: -3px; font-weight: 900; transform: translateX(-1px); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .08em; white-space: nowrap; }
.brand-copy b { font-size: 15px; font-weight: 800; }
.brand-copy em { margin-top: 5px; color: var(--yellow); font-size: 10px; font-style: normal; letter-spacing: .43em; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.main-nav a { position: relative; padding: 7px 0; color: #d1d1d1; transition: color .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--yellow); }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--yellow); }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 20px; }
.language-switcher { display: flex; border: 1px solid var(--line); }
.language-switcher button { border: 0; min-width: 30px; padding: 5px 6px; color: #989a9e; background: transparent; font-size: 10px; font-weight: 800; }
.language-switcher button.selected { color: var(--black); background: var(--yellow); }
.phone-link, .footer-phone { color: var(--yellow); font-weight: 800; font-size: 13px; white-space: nowrap; }
.nav-toggle { display: none; }

.eyebrow { margin: 0 0 15px; color: var(--yellow); font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-weight: 900; letter-spacing: -.05em; line-height: .98; text-transform: uppercase; }
h1 { margin-bottom: 25px; font-size: clamp(42px, 6.2vw, 80px); }
h2 { margin-bottom: 20px; font-size: clamp(30px, 4vw, 51px); }
h1 span, h2 span { color: var(--yellow); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 51px; padding: 0 22px; border: 1px solid transparent; text-transform: uppercase; font-size: 11px; font-weight: 900; letter-spacing: .07em; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 19px; line-height: 0; }
.button-primary { color: var(--black); background: var(--yellow); }
.button-primary:hover { background: var(--yellow-light); }
.button-outline { color: var(--white); border-color: rgba(255,255,255,.45); }
.button-outline:hover { color: var(--black); background: var(--white); }
.button-dark { color: var(--white); background: var(--black); }

.hero { position: relative; min-height: 604px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(420px, .96fr); overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 15% 25%, #202326 0, var(--black) 33%); }
.hero-content { position: relative; z-index: 2; max-width: 650px; padding: 105px max(24px, calc((100vw - var(--wrap)) / 2)) 60px; }
.hero-content h1 { max-width: 620px; }
.hero-lead { max-width: 525px; margin-bottom: 31px; color: #b5b7ba; font-size: 17px; line-height: 1.65; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.quick-facts { display: flex; gap: 36px; margin-top: 68px; }
.quick-facts > div { display: flex; flex-direction: column; gap: 5px; }
.quick-facts strong { color: var(--white); font-size: 28px; line-height: 1; letter-spacing: -.06em; }
.quick-facts small { color: var(--yellow); font-size: 11px; letter-spacing: 0; }
.quick-facts span { color: #a8aaad; font-size: 11px; text-transform: uppercase; letter-spacing: .03em; }
.hero-visual { position: relative; min-height: 604px; overflow: hidden; border-left: 1px solid var(--line); background: linear-gradient(135deg, #1a1c1f 0%, #0d0e10 56%); }
.hero-visual::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px); background-size: 42px 42px; }
.visual-corner { position: absolute; top: -185px; right: -155px; width: 460px; height: 520px; border: 28px solid var(--yellow); transform: rotate(40deg); opacity: .98; }
.device { position: absolute; z-index: 1; background: linear-gradient(145deg, #25292c, #08090b 56%); box-shadow: 0 25px 60px rgba(0,0,0,.52); }
.device-screen { top: 132px; left: 17%; width: min(55%, 290px); aspect-ratio: 1.12; border: 8px solid #373b3e; border-radius: 13px; transform: skewY(-5deg) rotate(-5deg); }
.device-screen::before { content: ""; position: absolute; inset: 11px; border: 1px solid rgba(255,196,0,.72); }
.device-screen::after { content: ""; position: absolute; width: 44%; height: 2px; right: -6%; bottom: 19%; background: var(--yellow); box-shadow: 18px 13px 0 -1px var(--yellow), 32px 28px 0 -1px var(--yellow); }
.device-screen span { position: absolute; left: 26px; top: 35px; color: #ececec; font-size: clamp(44px, 6vw, 76px); font-weight: 900; letter-spacing: -9px; }
.device-glow { position: absolute; width: 63%; height: 54%; right: 5%; bottom: 4%; background: radial-gradient(ellipse, rgba(255,196,0,.25), transparent 65%); }
.device-phone { right: 8%; bottom: 79px; width: 155px; height: 298px; border: 7px solid #3b3e41; border-radius: 27px; transform: rotate(12deg); }
.device-phone::before { content: ""; position: absolute; inset: 11px; border-radius: 15px; background: linear-gradient(140deg, #171b1d 25%, #4d5153 27%, #111315 52%); }
.device-phone::after { content: ""; position: absolute; left: 50%; top: 7px; width: 42px; height: 5px; border-radius: 5px; background: #0a0a0b; transform: translateX(-50%); }
.device-phone i { position: absolute; z-index: 2; top: 42px; right: 20px; width: 43px; height: 43px; border: 4px solid var(--yellow); border-radius: 50%; }
.device-phone b { position: absolute; z-index: 2; bottom: 35px; left: 19px; width: 85px; height: 3px; background: var(--yellow); box-shadow: 0 10px 0 -1px #eaeaea; }
.tool-gear { position: absolute; right: 0; bottom: 8px; color: #44494d; font-size: 135px; line-height: 1; transform: rotate(-16deg); }
.service-badge { position: absolute; z-index: 3; top: 66px; right: 10%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 126px; aspect-ratio: 1; color: var(--black); background: var(--yellow); clip-path: polygon(25% 5%, 75% 5%, 100% 27%, 100% 73%, 75% 95%, 25% 95%, 0 73%, 0 27%); text-align: center; }
.service-badge span { font-size: 22px; line-height: 1; }.service-badge b { margin-top: 5px; font-size: 15px; }.service-badge small { font-size: 10px; font-weight: 700; text-transform: uppercase; }
.circuit-lines { position: absolute; z-index: 2; left: 8%; bottom: 36px; width: 58%; height: 90px; opacity: .85; }
.circuit-lines i { position: absolute; height: 1px; background: var(--yellow); transform-origin: left center; }.circuit-lines i::after { content: ""; position: absolute; right: -4px; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.circuit-lines i:nth-child(1) { top: 12px; width: 64%; transform: rotate(0); }.circuit-lines i:nth-child(2) { top: 38px; width: 42%; transform: rotate(23deg); }.circuit-lines i:nth-child(3) { top: 62px; width: 76%; transform: rotate(-8deg); }.circuit-lines i:nth-child(4) { top: 78px; width: 36%; transform: rotate(-28deg); }

.services-preview { padding-block: 112px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; margin-bottom: 39px; }.section-heading h2 { margin-bottom: 0; }.text-link { color: var(--yellow); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.text-link span { padding-left: 8px; font-size: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; display: block; min-height: 237px; padding: 29px 29px 25px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: color .23s, background .23s; }.service-card:hover { color: var(--black); background: var(--yellow); }.service-card:hover p { color: #3f3510; }.service-card:hover i { color: rgba(0,0,0,.15); }.service-card:hover .service-icon { border-color: #685000; }.service-card h3 { margin: 22px 0 9px; font-size: 20px; letter-spacing: -.04em; text-transform: uppercase; }.service-card p { max-width: 235px; margin: 0; color: #a9abad; font-size: 13px; line-height: 1.5; }.service-card i { position: absolute; right: 21px; bottom: -5px; color: rgba(255,255,255,.08); font-size: 64px; font-style: normal; font-weight: 900; letter-spacing: -.08em; }.service-card-accent { background: #17191c; }.service-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,196,0,.65); color: var(--yellow); font-size: 26px; line-height: 1; }

.process-section { padding-block: 98px; background: var(--paper); color: var(--black); }.process-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 11%; }.process-intro { max-width: 380px; }.process-intro h2 { font-size: clamp(32px, 4vw, 48px); }.process-intro p:not(.eyebrow) { margin-bottom: 28px; color: #5d6064; }.process-intro .button-outline { color: var(--black); border-color: #777; }.process-intro .button-outline:hover { color: var(--white); background: var(--black); }.process-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }.process-list li { min-height: 192px; padding: 27px; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); }.process-list li > span { display: block; margin-bottom: 29px; color: var(--yellow); font-size: 12px; font-weight: 900; }.process-list h3 { margin-bottom: 7px; font-size: 16px; text-transform: uppercase; letter-spacing: -.02em; }.process-list p { margin: 0; color: #626569; font-size: 13px; line-height: 1.5; }

.trust-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 8%; align-items: center; padding-block: 108px; }.trust-art { position: relative; min-height: 340px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg, #181b1d, #090a0c); }.trust-art::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(255,196,0,.45); clip-path: polygon(0 0, 90% 0, 100% 12%, 100% 100%, 10% 100%, 0 88%); }.brand-mark.large { width: 134px; height: 149px; }.brand-mark.large::before { inset: 11px; }.brand-mark.large > span { font-size: 72px; letter-spacing: -9px; }.orbit { position: absolute; border: 1px solid rgba(255,196,0,.4); border-radius: 50%; }.orbit-one { width: 252px; height: 120px; transform: rotate(-25deg); }.orbit-two { width: 330px; height: 170px; border-color: rgba(255,255,255,.18); transform: rotate(31deg); }.tiny-chip { position: absolute; width: 16px; height: 16px; background: var(--yellow); }.chip-one { top: 54px; left: 21%; }.chip-two { right: 16%; bottom: 58px; background: var(--white); }.trust-content h2 { font-size: clamp(31px, 3.6vw, 48px); }.benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 34px; background: var(--line); }.benefits > div { display: flex; align-items: center; gap: 14px; padding: 18px; background: var(--black); }.benefits b { color: var(--yellow); font-size: 12px; }.benefits p { margin: 0; font-size: 13px; font-weight: 700; }

.cta-strip { color: var(--black); background: var(--yellow); }.cta-strip .wrap { display: flex; align-items: center; justify-content: space-between; gap: 35px; min-height: 179px; }.cta-strip p { margin: 0 0 6px; font-size: 11px; font-weight: 800; letter-spacing: .1em; }.cta-strip h2 { margin: 0; font-size: clamp(25px, 3vw, 39px); }.site-footer { background: #090a0b; }.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding-block: 43px; }.footer-top p { margin: 0; color: #87898c; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 19px; border-top: 1px solid var(--line); color: #74767a; font-size: 11px; }.footer-bottom a:hover { color: var(--yellow); }

.page-hero { position: relative; min-height: 370px; padding-top: 101px; padding-bottom: 72px; overflow: hidden; }.page-hero > p:not(.eyebrow) { max-width: 600px; color: #b3b5b8; font-size: 16px; line-height: 1.65; }.page-hero h1 { margin-bottom: 19px; font-size: clamp(40px, 5.5vw, 68px); }.page-hero.compact { min-height: 330px; }.page-hero-circuit { position: absolute; right: -30px; bottom: -92px; width: min(45vw, 600px); height: 290px; opacity: .7; background: repeating-linear-gradient(14deg, transparent 0 39px, rgba(255,196,0,.75) 40px 41px, transparent 42px 59px); transform: rotate(-8deg); }
.service-detail-list { padding-bottom: 104px; }.service-detail { position: relative; display: grid; grid-template-columns: 60px 78px 1fr 54px; gap: 18px; align-items: start; padding: 35px 0; border-top: 1px solid var(--line); }.service-detail:last-child { border-bottom: 1px solid var(--line); }.detail-number { color: var(--yellow); font-size: 13px; font-weight: 900; }.detail-icon { display: grid; place-items: center; width: 61px; height: 61px; border: 1px solid rgba(255,196,0,.65); color: var(--yellow); font-size: 33px; }.detail-body { display: grid; grid-template-columns: minmax(220px, .7fr) 1fr; gap: 28px; align-items: start; padding-right: 35px; }.detail-body h2 { grid-column: 1/-1; margin: 1px 0 -8px; font-size: 31px; }.detail-body p { margin: 0; color: #aaaeb1; font-size: 14px; line-height: 1.55; }.detail-body ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; color: #dedfe0; font-size: 13px; }.detail-body li { position: relative; padding-left: 15px; }.detail-body li::before { content: ""; position: absolute; left: 0; top: .6em; width: 5px; height: 5px; background: var(--yellow); }.round-link { display: grid; place-items: center; width: 45px; height: 45px; margin-top: 5px; border: 1px solid var(--line); color: var(--yellow); font-size: 22px; transition: .2s; }.round-link:hover { color: var(--black); border-color: var(--yellow); background: var(--yellow); }

.prices-section { padding-bottom: 108px; }.price-notice { display: flex; align-items: center; gap: 15px; padding: 17px 19px; margin-bottom: 45px; border-left: 3px solid var(--yellow); background: #16181a; }.price-notice span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border-radius: 50%; color: var(--black); background: var(--yellow); font-size: 14px; font-weight: 900; }.price-notice p { margin: 0; color: #d3d4d5; font-size: 13px; }.price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; }.price-card { position: relative; padding: 32px 29px 26px; border: 1px solid var(--line); background: #131518; }.price-card.featured { border-color: var(--yellow); }.popular-label { position: absolute; top: 0; right: 0; padding: 6px 10px; color: var(--black); background: var(--yellow); font-size: 9px; font-weight: 900; letter-spacing: .1em; }.price-card-heading { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 12px; padding-bottom: 25px; border-bottom: 1px solid var(--line); }.price-card-heading > span { display: grid; place-items: center; width: 47px; height: 47px; border: 1px solid rgba(255,196,0,.7); color: var(--yellow); font-size: 27px; }.price-card-heading p { margin: 0; color: #fff; font-weight: 900; text-transform: uppercase; }.price-card-heading small { color: #9b9da0; font-size: 11px; }.price-card-heading > b { color: var(--yellow); font-size: 16px; white-space: nowrap; }.price-card-heading > b small { color: var(--yellow); }.price-card ul { display: grid; gap: 15px; padding: 23px 0; margin: 0; list-style: none; }.price-card li { display: flex; justify-content: space-between; gap: 12px; color: #a6a9ad; font-size: 12px; }.price-card li b { color: #f5f5f5; font-size: 11px; text-align: right; white-space: nowrap; }.price-card > a { display: flex; justify-content: space-between; padding-top: 17px; border-top: 1px solid var(--line); color: var(--yellow); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }.price-card > a span { font-size: 17px; line-height: .7; }.price-table-wrap { margin-top: 105px; }.section-heading.narrow { margin-bottom: 22px; }.section-heading.narrow h2 { font-size: 34px; }.price-table { border-top: 1px solid var(--line); }.price-row { display: flex; justify-content: space-between; gap: 30px; padding: 20px 0; border-bottom: 1px solid var(--line); color: #d9dadb; font-size: 14px; }.price-row b { color: var(--yellow); font-size: 13px; white-space: nowrap; }

.contacts-hero { display: grid; grid-template-columns: 1fr .75fr; gap: 80px; align-items: end; min-height: 384px; padding-top: 96px; padding-bottom: 58px; }.contacts-hero h1 { margin-bottom: 18px; font-size: clamp(43px, 5.7vw, 73px); }.contacts-hero p:not(.eyebrow) { max-width: 560px; color: #b4b6b9; font-size: 16px; }.contact-quick { display: grid; gap: 12px; }.contact-quick a { display: flex; align-items: center; gap: 18px; padding: 17px 20px; border: 1px solid var(--line); transition: .2s; }.contact-quick a:hover { border-color: var(--yellow); background: #151719; }.contact-quick > a > span { display: grid; place-items: center; width: 37px; height: 37px; color: var(--yellow); border: 1px solid rgba(255,196,0,.5); font-size: 20px; }.contact-quick small, .info-item small { display: block; margin-bottom: 3px; color: #93969a; font-size: 9px; font-weight: 800; letter-spacing: .1em; }.contact-quick b { font-size: 14px; }.contacts-layout { display: grid; grid-template-columns: .88fr 1.12fr; margin-bottom: 108px; border: 1px solid var(--line); }.contact-info { padding: 38px; background: #141619; }.info-item { display: grid; grid-template-columns: 36px 1fr; gap: 13px; padding: 19px 0; border-bottom: 1px solid var(--line); }.info-item > span { color: var(--yellow); font-size: 22px; }.info-item p { margin: 0; color: #dedfe0; font-size: 14px; line-height: 1.55; }.map-placeholder { position: relative; min-height: 182px; display: grid; place-items: center; margin-top: 34px; overflow: hidden; background: #0c0d0f; }.map-placeholder::before { content: ""; position: absolute; inset: 0; opacity: .45; background: repeating-linear-gradient(123deg, transparent 0 22px, #35383a 23px 24px, transparent 25px 55px), repeating-linear-gradient(31deg, transparent 0 33px, #303336 34px 35px, transparent 36px 63px); }.map-placeholder b { position: relative; z-index: 1; color: var(--white); font-size: 13px; line-height: 1.1; text-align: center; }.map-pin { position: absolute; z-index: 1; top: 30px; color: var(--yellow); font-size: 35px; }.request-form { padding: 48px 52px; background: var(--paper); color: var(--black); }.request-form .eyebrow { margin-bottom: 13px; }.request-form h2 { margin-bottom: 13px; font-size: 40px; }.request-form > p:not(.eyebrow) { margin-bottom: 27px; color: #676a6e; font-size: 14px; }.request-form label { display: block; margin-top: 17px; }.request-form label > span { display: block; margin-bottom: 6px; font-size: 11px; font-weight: 800; text-transform: uppercase; }.request-form input, .request-form select, .request-form textarea { width: 100%; padding: 12px 13px; border: 1px solid #c8c9c9; border-radius: 0; color: var(--black); background: #fff; outline: none; font-size: 14px; }.request-form select { appearance: auto; }.request-form textarea { resize: vertical; }.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: #6d6d6d; box-shadow: 0 0 0 2px rgba(255,196,0,.35); }.request-form .button { width: 100%; margin-top: 23px; }.form-note { display: block; margin-top: 12px; color: #717377; font-size: 10px; line-height: 1.35; text-align: center; }.form-success { margin: 15px 0 0 !important; padding: 12px; color: #3f3500 !important; background: #ffe68b; font-size: 13px !important; text-align: center; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: auto 1fr auto; gap: 17px; }.main-nav { gap: 18px; }.phone-link { display: none; }.hero { grid-template-columns: .94fr .86fr; }.hero-content { padding-top: 83px; }.trust-section { gap: 5%; }.detail-body { grid-template-columns: 1fr; gap: 16px; }.detail-body h2 { margin-bottom: -2px; }.price-grid { gap: 10px; }.price-card { padding: 27px 20px 21px; }.price-card-heading { grid-template-columns: 45px 1fr; }.price-card-heading > b { grid-column: 2; }.contacts-layout { grid-template-columns: .8fr 1.2fr; }.request-form { padding: 42px 35px; }
}

@media (max-width: 760px) {
  .wrap { width: min(calc(100% - 34px), var(--wrap)); }.site-header { position: sticky; top: 0; grid-template-columns: 1fr auto auto; min-height: 70px; padding: 8px 17px; }.brand-mark { width: 38px; height: 42px; }.brand-mark > span { font-size: 22px; letter-spacing: -3px; }.brand-copy b { font-size: 12px; }.brand-copy em { margin-top: 4px; font-size: 8px; }.main-nav { position: fixed; z-index: 18; top: 70px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 18px 20px; border-bottom: 1px solid var(--line); background: #101214; }.main-nav.open { display: flex; }.main-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }.main-nav a.active::after { display: none; }.header-actions { gap: 10px; }.nav-toggle { display: flex; flex-direction: column; gap: 4px; width: 35px; padding: 7px 4px; border: 0; background: transparent; }.nav-toggle span { display: block; width: 25px; height: 2px; background: var(--yellow); }.language-switcher button { min-width: 27px; padding: 5px 4px; }.hero { display: block; min-height: auto; }.hero-content { padding: 68px 17px 49px; }.hero-content h1 { font-size: clamp(39px, 12vw, 58px); }.hero-lead { font-size: 15px; }.quick-facts { gap: 23px; margin-top: 45px; }.quick-facts strong { font-size: 24px; }.quick-facts span { font-size: 9px; }.hero-visual { min-height: 405px; border-left: 0; border-top: 1px solid var(--line); }.device-screen { top: 69px; left: 13%; width: 54%; }.device-phone { right: 8%; bottom: 37px; width: 122px; height: 235px; }.tool-screwdriver { right: 28%; bottom: 11px; transform: scale(.75) rotate(27deg); }.tool-gear { font-size: 105px; }.service-badge { top: 28px; right: 7%; width: 100px; }.circuit-lines { left: 4%; bottom: 10px; }.services-preview, .trust-section { padding-block: 72px; }.section-heading { align-items: flex-start; }.section-heading h2 { font-size: 36px; }.text-link { padding-top: 14px; font-size: 10px; white-space: nowrap; }.service-grid { grid-template-columns: 1fr 1fr; }.service-card { min-height: 212px; padding: 22px 18px; }.service-card h3 { margin-top: 17px; font-size: 17px; }.service-card p { font-size: 12px; }.process-section { padding-block: 67px; }.process-layout, .trust-section { grid-template-columns: 1fr; gap: 43px; }.process-intro { max-width: 100%; }.process-list { grid-template-columns: 1fr 1fr; }.process-list li { min-height: 170px; padding: 19px; }.process-list li > span { margin-bottom: 23px; }.process-list h3 { font-size: 14px; }.process-list p { font-size: 11px; }.trust-art { min-height: 290px; }.benefits { grid-template-columns: 1fr; }.cta-strip .wrap { min-height: 196px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 22px; }.footer-top { display: grid; grid-template-columns: 1fr auto; gap: 22px; }.footer-top p { grid-column: 1/-1; grid-row: 2; }.footer-phone { font-size: 12px; }.footer-bottom { flex-wrap: wrap; }.page-hero { min-height: 324px; padding-top: 73px; padding-bottom: 54px; }.page-hero h1 { font-size: clamp(38px, 10vw, 53px); }.page-hero-circuit { width: 290px; height: 180px; }.service-detail-list { padding-bottom: 70px; }.service-detail { grid-template-columns: 42px 56px 1fr; gap: 12px; padding: 28px 0; }.detail-icon { width: 49px; height: 49px; font-size: 26px; }.detail-body { grid-column: 1/-1; padding: 0; }.detail-body h2 { font-size: 27px; }.round-link { position: absolute; right: 0; top: 22px; width: 38px; height: 38px; }.prices-section { padding-bottom: 70px; }.price-grid { grid-template-columns: 1fr; gap: 15px; }.price-table-wrap { margin-top: 70px; }.price-row { font-size: 13px; }.contacts-hero { grid-template-columns: 1fr; gap: 32px; min-height: 0; padding-top: 73px; padding-bottom: 53px; }.contacts-hero h1 { font-size: clamp(39px, 10vw, 56px); }.contacts-layout { grid-template-columns: 1fr; margin-bottom: 70px; }.contact-info { padding: 25px; }.request-form { padding: 35px 25px; }.request-form h2 { font-size: 34px; }
}

@media (max-width: 390px) { .brand-copy { display: none; }.site-header { grid-template-columns: 1fr auto auto; }.quick-facts { gap: 13px; }.quick-facts strong { font-size: 20px; }.quick-facts span { font-size: 8px; }.hero-buttons .button { flex: 1; padding-inline: 13px; }.service-card { min-height: 220px; }.process-list { grid-template-columns: 1fr; }.process-list li { min-height: 140px; }.footer-top { grid-template-columns: 1fr; }.footer-phone { grid-row: 2; }.footer-top p { grid-row: 3; }.price-row { flex-direction: column; gap: 4px; }.price-row b { text-align: left; } }

/* Premium visual refresh */
body {
  background:
    radial-gradient(900px 600px at 92% 8%, rgba(255, 196, 0, .085), transparent 62%),
    radial-gradient(600px 480px at 3% 40%, rgba(81, 91, 105, .13), transparent 66%),
    #090a0c;
}
body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  opacity: .23;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
}
.site-header {
  position: sticky;
  top: 0;
  min-height: 80px;
  border-bottom-color: rgba(255,255,255,.1);
  background: rgba(9, 10, 12, .78);
  backdrop-filter: blur(18px) saturate(125%);
  -webkit-backdrop-filter: blur(18px) saturate(125%);
}
.site-header::after {
  content: "";
  position: absolute;
  right: max(24px, calc((100vw - var(--wrap)) / 2));
  bottom: -1px;
  width: 94px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--yellow), transparent);
  box-shadow: 0 0 12px rgba(255,196,0,.85);
}
.brand-mark { filter: drop-shadow(0 0 12px rgba(255,196,0,.16)); }
.main-nav a { color: #aeb1b4; }
.main-nav a::before { content: ""; position: absolute; left: 50%; bottom: 0; width: 3px; height: 3px; border-radius: 50%; background: var(--yellow); opacity: 0; box-shadow: 0 0 8px var(--yellow); transform: translateX(-50%) scale(0); transition: .25s ease; }
.main-nav a.active::after { display: none; }
.main-nav a:hover::before, .main-nav a.active::before { opacity: 1; transform: translateX(-50%) scale(1); }
.language-switcher { border-color: rgba(255,255,255,.12); border-radius: 20px; overflow: hidden; background: rgba(255,255,255,.035); }
.language-switcher button { transition: color .2s, background .2s; }
.language-switcher button.selected { color: #08090b; box-shadow: 0 0 16px rgba(255,196,0,.33); }

.hero {
  isolation: isolate;
  min-height: 650px;
  background:
    radial-gradient(600px 500px at 10% 12%, rgba(68,75,82,.25), transparent 65%),
    linear-gradient(110deg, #0d0f11 0%, #090a0c 54%, #0f1114 100%);
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 0 48.5%, rgba(255,255,255,.075) 48.6% 48.68%, transparent 48.75%);
}
.hero-content { padding-top: 125px; }
.hero-content h1 { max-width: 690px; font-size: clamp(46px, 6.25vw, 86px); text-wrap: balance; }
.hero-content h1 span { text-shadow: 0 0 28px rgba(255,196,0,.12); }
.hero-lead { color: #bec1c4; }
.hero-lead::before { content: ""; display: inline-block; width: 26px; height: 1px; margin: 0 11px 5px 0; background: var(--yellow); box-shadow: 7px 5px 0 -0.3px var(--yellow); }
.button { position: relative; overflow: hidden; border-radius: 2px; box-shadow: 0 8px 24px rgba(0,0,0,.18); }
.button::before { content: ""; position: absolute; inset: -2px auto -2px -45%; width: 28%; opacity: 0; background: linear-gradient(90deg, transparent, rgba(255,255,255,.5), transparent); transform: skewX(-22deg); transition: left .45s ease, opacity .25s ease; }
.button:hover::before { left: 120%; opacity: 1; }
.button-primary { box-shadow: 0 10px 28px rgba(255,196,0,.14); }
.quick-facts { position: relative; gap: 44px; padding-left: 19px; }
.quick-facts::before { content: ""; position: absolute; left: 0; top: 2px; bottom: 0; width: 1px; background: linear-gradient(transparent, var(--yellow), transparent); }
.quick-facts > div { position: relative; }.quick-facts > div:not(:last-child)::after { content: ""; position: absolute; right: -22px; top: 3px; bottom: 3px; width: 1px; background: rgba(255,255,255,.13); }
.hero-visual { background: radial-gradient(circle at 73% 29%, rgba(255,196,0,.18), transparent 22%), linear-gradient(135deg, #181b1e 0%, #0a0b0d 63%); }
.hero-visual::before { opacity: .22; background-size: 38px 38px; mask-image: linear-gradient(135deg, #000 20%, transparent 85%); }
.hero-visual::after { content: ""; position: absolute; z-index: 0; width: 310px; height: 310px; top: 43%; left: 23%; border: 1px solid rgba(255,196,0,.32); border-radius: 50%; box-shadow: 0 0 80px rgba(255,196,0,.1), inset 0 0 70px rgba(255,196,0,.07); }
.visual-corner { top: -214px; right: -186px; width: 500px; height: 575px; border: 1px solid rgba(255,196,0,.68); background: linear-gradient(145deg, rgba(255,196,0,.18), transparent 60%); box-shadow: 0 0 75px rgba(255,196,0,.12); }
.device-screen { border-color: #2b2f33; border-radius: 10px; box-shadow: 0 30px 80px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.06), 0 0 40px rgba(255,196,0,.08); }
.device-screen::before { border-color: rgba(255,196,0,.46); }.device-screen span { color: #f2f2ee; text-shadow: 0 0 25px rgba(255,255,255,.14); }
.device-phone { border-color: #2c3033; box-shadow: 0 25px 60px rgba(0,0,0,.74), 0 0 0 1px rgba(255,255,255,.05); }.device-phone::before { background: linear-gradient(140deg, #1b2023 25%, #5c6365 28%, #101315 54%); }.device-phone i { box-shadow: 0 0 22px rgba(255,196,0,.26); }
.tool-gear { right: -15px; bottom: 9px; width: 129px; height: 129px; color: transparent; font-size: 0; background: repeating-conic-gradient(from 4deg, #3c4144 0 8deg, transparent 8deg 17deg); filter: drop-shadow(0 12px 10px rgba(0,0,0,.6)); }
.tool-gear::before { content: ""; position: absolute; inset: 18px; border-radius: 50%; background: #32373a; box-shadow: inset 0 0 0 17px #0d0e10, inset 0 0 0 19px #4f5456; }.tool-gear::after { content: ""; position: absolute; inset: 48px; border-radius: 50%; background: #1b1e20; box-shadow: 0 0 0 1px #5a5f60; }
.service-badge { border: 1px solid rgba(255,255,255,.43); background: linear-gradient(145deg, #ffdd48, var(--yellow) 48%, #f4af00); box-shadow: 0 18px 35px rgba(0,0,0,.3), 0 0 35px rgba(255,196,0,.16); }.service-badge::before { content: ""; position: absolute; inset: 7px; border: 1px solid rgba(17,17,12,.18); clip-path: inherit; }.service-badge > * { position: relative; z-index: 1; }
.circuit-lines { opacity: .96; }.circuit-lines i { box-shadow: 0 0 8px rgba(255,196,0,.34); }

.services-preview { position: relative; padding-block: 128px; }.services-preview::before { content: ""; position: absolute; top: 48px; left: 0; width: 30%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,196,0,.68)); }.section-heading h2 { text-wrap: balance; }
.service-grid { border-color: rgba(255,255,255,.11); background: rgba(255,255,255,.02); }.service-card { min-height: 255px; border-color: rgba(255,255,255,.11); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent 55%); transition: transform .32s cubic-bezier(.2,.8,.2,1), border-color .3s, box-shadow .3s, background .3s; }.service-card::before { content: ""; position: absolute; inset: 0; opacity: 0; pointer-events: none; background: radial-gradient(250px 180px at 0 0, rgba(255,196,0,.16), transparent 70%); transition: opacity .3s; }.service-card::after { content: ""; position: absolute; left: 0; top: 0; width: 2px; height: 0; background: var(--yellow); box-shadow: 0 0 14px rgba(255,196,0,.6); transition: height .35s ease; }.service-card:hover { color: var(--white); border-color: rgba(255,196,0,.68); background: linear-gradient(145deg, rgba(255,196,0,.09), rgba(255,255,255,.025)); box-shadow: 0 22px 45px rgba(0,0,0,.3); transform: translateY(-7px); }.service-card:hover::before { opacity: 1; }.service-card:hover::after { height: 100%; }.service-card:hover p { color: #bfc0bd; }.service-card:hover i { color: rgba(255,196,0,.16); }.service-card:hover .service-icon { border-color: var(--yellow); box-shadow: 0 0 20px rgba(255,196,0,.14); }
.service-card-accent { background: linear-gradient(145deg, #202218, #131518 60%); }.service-card h3, .service-card p, .service-card i, .service-card .service-icon { position: relative; z-index: 1; }
.service-icon { position: relative; width: 49px; height: 49px; border-color: rgba(255,196,0,.45); color: transparent; transition: border-color .3s, box-shadow .3s; }.service-icon::before, .service-icon::after { content: ""; position: absolute; box-sizing: border-box; }
.detail-icon, .price-card-heading > .price-icon { position: relative; color: transparent; }
.detail-icon::before, .detail-icon::after, .price-card-heading > .price-icon::before, .price-card-heading > .price-icon::after { content: ""; position: absolute; box-sizing: border-box; }
.detail-icon svg { position: relative; z-index: 1; width: 40px; height: 40px; fill: none; stroke: var(--yellow); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 5px rgba(255,196,0,.18)); }
.service-detail:hover .detail-icon svg { filter: drop-shadow(0 0 10px rgba(255,196,0,.5)); transform: scale(1.06); transition: transform .25s, filter .25s; }
.icon-phone::before { inset: 9px 15px; border: 1.5px solid var(--yellow); border-radius: 3px; }.icon-phone::after { width: 11px; height: 1.5px; left: 19px; bottom: 12px; background: var(--yellow); }
.icon-laptop::before { width: 26px; height: 17px; left: 10px; top: 11px; border: 1.5px solid var(--yellow); border-radius: 2px; }.icon-laptop::after { width: 33px; height: 1.5px; left: 7px; top: 31px; background: var(--yellow); box-shadow: 14px 2px 0 -0.2px var(--yellow); }
.icon-computer::before { width: 21px; height: 26px; left: 14px; top: 10px; border: 1.5px solid var(--yellow); border-radius: 2px; box-shadow: 5px 5px 0 -4px var(--yellow), 5px 11px 0 -4px var(--yellow); }.icon-computer::after { width: 9px; height: 1.5px; left: 20px; bottom: 9px; background: var(--yellow); }
.icon-console::before { width: 29px; height: 18px; left: 9px; top: 15px; border: 1.5px solid var(--yellow); border-radius: 9px 9px 5px 5px; }.icon-console::after { width: 3px; height: 9px; left: 18px; top: 19px; background: var(--yellow); box-shadow: -3px 3px 0 -1px var(--yellow), 12px 1px 0 -1px var(--yellow), 15px 4px 0 -1px var(--yellow); }
.icon-drone::before { width: 10px; height: 10px; left: 18px; top: 18px; border: 1.5px solid var(--yellow); border-radius: 50%; box-shadow: -13px -9px 0 -5px var(--yellow), 13px -9px 0 -5px var(--yellow), -13px 9px 0 -5px var(--yellow), 13px 9px 0 -5px var(--yellow); }.icon-drone::after { width: 31px; height: 1.5px; left: 8px; top: 24px; background: var(--yellow); transform: rotate(25deg); box-shadow: 0 0 0 0 var(--yellow), 0 0 0 0 var(--yellow); }
.icon-parts::before { width: 23px; height: 23px; left: 12px; top: 12px; border: 1.5px dashed var(--yellow); border-radius: 50%; }.icon-parts::after { width: 7px; height: 7px; left: 20px; top: 20px; border: 1.5px solid var(--yellow); border-radius: 50%; }

.process-section { position: relative; overflow: hidden; background: linear-gradient(135deg, #f8f8f4, #ebedeb); }.process-section::before { content: ""; position: absolute; right: -16%; top: -180px; width: 620px; height: 620px; border: 1px solid rgba(255,196,0,.45); border-radius: 50%; box-shadow: 0 0 0 52px rgba(255,196,0,.045), 0 0 0 104px rgba(12,14,17,.025); }.process-layout { position: relative; }.process-list { box-shadow: 20px 25px 45px rgba(10,12,15,.06); }.process-list li { position: relative; transition: background .2s, transform .2s; }.process-list li::before { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 2px; background: var(--yellow); transition: width .3s; }.process-list li:hover { background: #fff; transform: translateY(-3px); }.process-list li:hover::before { width: 100%; }
.trust-section { position: relative; }.trust-art { border: 1px solid rgba(255,255,255,.11); box-shadow: 0 35px 80px rgba(0,0,0,.25); }.trust-art::after { content: ""; position: absolute; width: 180px; height: 180px; right: -60px; bottom: -70px; border-radius: 50%; background: radial-gradient(circle, rgba(255,196,0,.24), transparent 68%); }.benefits { background: rgba(255,255,255,.08); }.benefits > div { background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); transition: background .25s, transform .25s; }.benefits > div:hover { background: rgba(255,196,0,.1); transform: translateX(4px); }
.cta-strip { position: relative; overflow: hidden; background: linear-gradient(100deg, #ffce14, #ffc400 56%, #ffd843); }.cta-strip::after { content: ""; position: absolute; right: -90px; bottom: -130px; width: 370px; height: 370px; border: 1px solid rgba(10,11,11,.26); border-radius: 50%; box-shadow: 0 0 0 45px rgba(10,11,11,.06), 0 0 0 90px rgba(10,11,11,.04); }.cta-strip .wrap { position: relative; z-index: 1; }.button-dark { box-shadow: 0 12px 20px rgba(10,10,10,.25); }.site-footer { position: relative; overflow: hidden; background: #08090b; }.site-footer::before { content: ""; position: absolute; left: -100px; bottom: -150px; width: 410px; height: 410px; border: 1px solid rgba(255,196,0,.18); border-radius: 50%; }.site-footer .wrap { position: relative; z-index: 1; }

.page-hero { isolation: isolate; margin-bottom: 12px; background: linear-gradient(115deg, rgba(255,255,255,.028), transparent 56%); }.page-hero::before { content: ""; position: absolute; z-index: -1; top: 44px; left: -28px; width: 2px; height: 164px; background: var(--yellow); box-shadow: 9px 10px 0 -0.5px var(--yellow), 18px 20px 0 -0.5px var(--yellow); }.page-hero h1 { text-wrap: balance; }.page-hero-circuit { opacity: .45; filter: drop-shadow(0 0 10px rgba(255,196,0,.35)); }
.service-detail { transition: background .25s, padding .25s; }.service-detail::before { content: ""; position: absolute; top: 0; left: -16px; right: -16px; bottom: 0; z-index: -1; opacity: 0; background: linear-gradient(90deg, rgba(255,196,0,.065), transparent 55%); transition: opacity .25s; }.service-detail:hover { padding-inline: 16px; background: rgba(255,255,255,.018); }.service-detail:hover::before { opacity: 1; }.service-detail:hover .detail-icon { border-color: var(--yellow); box-shadow: 0 0 22px rgba(255,196,0,.15); }.detail-icon { transition: border-color .25s, box-shadow .25s; }
.price-notice { border-left-width: 2px; background: linear-gradient(90deg, rgba(255,196,0,.1), rgba(255,255,255,.025)); }.price-card { overflow: hidden; border-color: rgba(255,255,255,.12); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: 0 16px 40px rgba(0,0,0,.16); transition: transform .3s, border-color .3s, box-shadow .3s; }.price-card::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,196,0,.8), transparent); transform: scaleX(.22); transition: transform .3s; }.price-card:hover { border-color: rgba(255,196,0,.7); box-shadow: 0 28px 55px rgba(0,0,0,.32); transform: translateY(-7px); }.price-card:hover::before { transform: scaleX(1); }.price-card.featured { background: linear-gradient(145deg, rgba(255,196,0,.16), rgba(255,255,255,.025)); box-shadow: 0 18px 52px rgba(255,196,0,.08); }.price-row { transition: padding .25s, color .25s; }.price-row:hover { padding-inline: 12px; color: #fff; background: rgba(255,196,0,.07); }
.contacts-hero { position: relative; }.contacts-hero::after { content: ""; position: absolute; right: 14%; bottom: -58px; width: 240px; height: 240px; border: 1px solid rgba(255,196,0,.35); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,196,0,.035); }.contact-quick { position: relative; z-index: 1; }.contact-quick a { background: linear-gradient(135deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); }.contacts-layout { overflow: hidden; box-shadow: 0 25px 55px rgba(0,0,0,.22); }.contact-info { position: relative; background: linear-gradient(155deg, #181b1e, #101214); }.request-form { background: linear-gradient(145deg, #f8f8f4, #e8e9e6); }.request-form .button-primary { min-height: 55px; }

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity .62s ease var(--reveal-delay, 0ms), transform .62s cubic-bezier(.2,.72,.2,1) var(--reveal-delay, 0ms); }
  .motion-ready .reveal.is-visible { opacity: 1; transform: none; }
  .service-badge { animation: badge-float 5s ease-in-out infinite; }
  .device-phone { animation: phone-float 7s ease-in-out infinite; }
  .device-screen { animation: screen-breathe 6s ease-in-out infinite; }
  .hero-visual::after { animation: orbit-pulse 6s ease-in-out infinite; }
  .circuit-lines { animation: circuit-drift 6s ease-in-out infinite; }
  .orbit-one { animation: orbit-one 12s linear infinite; }
  .orbit-two { animation: orbit-two 16s linear infinite reverse; }
  .tiny-chip { animation: chip-blink 2.8s ease-in-out infinite; }
  .chip-two { animation-delay: 1.1s; }
  @keyframes badge-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-11px); } }
  @keyframes phone-float { 0%,100% { transform: rotate(12deg) translateY(0); } 50% { transform: rotate(12deg) translateY(-13px); } }
  @keyframes screen-breathe { 0%,100% { filter: brightness(1); } 50% { filter: brightness(1.1); } }
  @keyframes orbit-pulse { 0%,100% { transform: scale(.94); opacity: .42; } 50% { transform: scale(1.06); opacity: .86; } }
  @keyframes circuit-drift { 0%,100% { transform: translateX(0); } 50% { transform: translateX(11px); } }
  @keyframes orbit-one { to { transform: rotate(335deg); } }
  @keyframes orbit-two { to { transform: rotate(391deg); } }
  @keyframes chip-blink { 0%,100% { opacity: .35; transform: scale(.8); } 50% { opacity: 1; transform: scale(1.14); box-shadow: 0 0 12px var(--yellow); } }
}

@media (max-width: 760px) {
  .site-header { min-height: 70px; }.site-header::after { right: 17px; width: 48px; }.hero { min-height: auto; }.hero-content { padding-top: 80px; }.hero-content h1 { font-size: clamp(42px, 12vw, 60px); }.quick-facts { gap: 26px; }.quick-facts > div:not(:last-child)::after { right: -13px; }.service-card { min-height: 224px; }.services-preview { padding-block: 82px; }.service-card:hover { transform: translateY(-4px); }.service-icon { width: 45px; height: 45px; }.trust-art { min-height: 280px; }.page-hero::before { left: 0; height: 110px; }.service-detail:hover { padding-inline: 0; background: transparent; }.contacts-hero::after { width: 150px; height: 150px; right: 2%; }.motion-ready .reveal { transform: translateY(14px); }
}

/* Cinematic service-workbench hero image */
.hero {
  display: block;
  background-image:
    linear-gradient(90deg, rgba(9,10,12,.07) 0%, rgba(9,10,12,.2) 36%, rgba(9,10,12,.03) 100%),
    url("hero-tech-clean.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero::before { z-index: 0; background: linear-gradient(90deg, rgba(7,8,10,.19), transparent 60%); }
.hero::after { content: ""; position: absolute; z-index: 1; top: 19%; right: 5%; width: 13%; height: 1px; background: linear-gradient(90deg, transparent, var(--yellow), transparent); box-shadow: 0 10px 0 -0.5px rgba(255,196,0,.75), 0 20px 0 -0.7px rgba(255,196,0,.48); opacity: .55; pointer-events: none; }
.hero-content { min-height: 650px; max-width: min(690px, 54vw); }
.hero-visual { position: absolute; z-index: 0; inset: 0; min-height: 0; border: 0; background: transparent; pointer-events: none; }
.hero-visual > * { display: none; }
.hero-visual::before { inset: 0; opacity: 1; mask-image: none; background: linear-gradient(90deg, rgba(4,5,7,.48) 0%, rgba(5,6,8,.16) 46%, rgba(5,6,8,.03) 100%); }
.hero-visual::after { display: none; }

@media (prefers-reduced-motion: no-preference) {
  .hero::after { animation: scanner-line 5.5s ease-in-out infinite; }
  @keyframes scanner-line { 0%,100% { opacity: .2; transform: translateX(-6px); } 50% { opacity: .82; transform: translateX(8px); } }
}

@media (max-width: 760px) {
  .hero { background-position: 64% center; }.hero-content { min-height: 590px; max-width: 100%; }.hero::before { background: linear-gradient(90deg, rgba(7,8,10,.74), rgba(7,8,10,.37) 72%, rgba(7,8,10,.16)); }.hero-visual::before { background: linear-gradient(90deg, rgba(4,5,7,.2), transparent); }.hero::after { right: 7%; top: 50%; width: 20%; }
}

/* Layout and Cyrillic/Kazakh typography corrections */
body, button, input, select, textarea { font-family: "Segoe UI", "Noto Sans", Arial, sans-serif; }
h1, h2, h3, .button, .main-nav, .brand-copy, .eyebrow { font-family: "Segoe UI", "Noto Sans", Arial, sans-serif; }
h1, h2 { font-weight: 800; letter-spacing: -.055em; }
.hero-content {
  width: 100%;
  max-width: none;
  padding: 125px max(24px, calc(50vw - 10px)) 64px max(24px, calc((100vw - var(--wrap)) / 2));
}
.hero-content h1 { max-width: 650px; }
.hero-lead { max-width: 570px; }
html[lang="kk"] .hero-content h1 { max-width: 640px; font-size: clamp(42px, 5.2vw, 74px); line-height: 1.02; }
.hero-visual::after {
  display: block;
  top: 26%;
  left: auto;
  right: 12%;
  width: 94px;
  height: 94px;
  border: 1px solid rgba(255,196,0,.62);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,196,0,.24) 0 3px, transparent 4px);
  box-shadow: 0 0 0 15px rgba(255,196,0,.045), 0 0 0 31px rgba(255,196,0,.025), 0 0 36px rgba(255,196,0,.25);
  transform-origin: center;
}
@media (prefers-reduced-motion: no-preference) {
  .hero { animation: hero-background-shift 14s ease-in-out infinite; }
  .hero-visual::after { animation: radar-pulse 3.4s ease-in-out infinite; }
  .hero-content .eyebrow, .hero-content h1, .hero-content .hero-lead, .hero-content .hero-buttons, .hero-content .quick-facts { animation: hero-content-in .7s both cubic-bezier(.2,.7,.2,1); }
  .hero-content h1 { animation-delay: .08s; }.hero-content .hero-lead { animation-delay: .18s; }.hero-content .hero-buttons { animation-delay: .28s; }.hero-content .quick-facts { animation-delay: .4s; }
  @keyframes hero-background-shift { 0%,100% { background-position: 50% center; } 50% { background-position: 53% center; } }
  @keyframes radar-pulse { 0%,100% { opacity: .45; transform: scale(.88); } 50% { opacity: 1; transform: scale(1.12); } }
  @keyframes hero-content-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
}
@media (max-width: 760px) {
  .hero-content { min-height: 570px; padding: 82px 28px 48px 24px; }
  .hero-content h1, html[lang="kk"] .hero-content h1 { max-width: 530px; font-size: clamp(40px, 11vw, 58px); }
  .hero-lead { max-width: 440px; }.hero-visual::after { top: 19%; right: 8%; width: 66px; height: 66px; }
}

/* Vector-like logo letters and polished service icons */
.brand-mark > span {
  width: 24px;
  height: 27px;
  color: transparent;
  font-size: 0;
  background:
    linear-gradient(#fff,#fff) 0 10px / 5px 17px no-repeat,
    linear-gradient(#fff,#fff) 0 2px / 5px 5px no-repeat,
    linear-gradient(#fff,#fff) 9px 2px / 15px 5px no-repeat,
    linear-gradient(#fff,#fff) 14px 2px / 5px 25px no-repeat;
  filter: drop-shadow(0 0 5px rgba(255,255,255,.16));
  transform: none;
}
.brand-mark.large > span { width: 68px; height: 75px; background-size: 15px 49px, 15px 15px, 43px 15px, 15px 71px; background-position: 0 26px, 0 3px, 25px 3px, 39px 3px; }
.service-icon {
  width: 56px;
  height: 56px;
  overflow: hidden;
  border: 1px solid rgba(255,196,0,.55);
  border-radius: 14px 14px 14px 3px;
  background: linear-gradient(145deg, rgba(255,196,0,.12), rgba(255,255,255,.015));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 8px 18px rgba(0,0,0,.16);
}
.service-icon::before, .service-icon::after { display: none; }
.service-icon svg { width: 34px; height: 34px; fill: none; stroke: var(--yellow); stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; filter: drop-shadow(0 0 5px rgba(255,196,0,.2)); transition: transform .35s cubic-bezier(.2,.8,.2,1), filter .35s; }
.service-icon svg circle[fill] { fill: var(--yellow); }
.service-card:hover .service-icon { border-color: #ffe686; background: linear-gradient(145deg, rgba(255,196,0,.23), rgba(255,255,255,.04)); }.service-card:hover .service-icon svg { transform: scale(1.11) rotate(-4deg); filter: drop-shadow(0 0 10px rgba(255,196,0,.6)); }

/* Animated diagnostic layer in the hero */
.hero-visual .hero-hud {
  display: grid;
  position: absolute;
  z-index: 2;
  right: max(4%, calc((100vw - var(--wrap)) / 4));
  bottom: 9%;
  width: 212px;
  padding: 15px 15px 12px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.23);
  border-left-color: rgba(255,196,0,.85);
  color: #f4f4ef;
  background: linear-gradient(135deg, rgba(8,10,12,.79), rgba(22,25,27,.43));
  box-shadow: 0 17px 45px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.11);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(11px);
}
.hero-hud::before { content: ""; position: absolute; left: -30%; bottom: -85%; width: 180%; height: 50%; opacity: .25; background: repeating-linear-gradient(110deg, transparent 0 14px, var(--yellow) 15px 16px, transparent 17px 30px); transform: rotate(-9deg); }
.hud-header, .hud-metric, .hud-bars, .hero-hud p { position: relative; z-index: 1; }.hud-header { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 7px; color: #b8bbbc; font-size: 8px; letter-spacing: .13em; }.hud-header > span { width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 10px var(--yellow); }.hud-header b { color: var(--yellow); font-size: 9px; }.hud-metric { display: flex; align-items: center; gap: 13px; margin: 15px 0 13px; }.hud-metric strong { color: var(--yellow); font-size: 38px; letter-spacing: -.09em; line-height: .75; }.hud-metric strong small { font-size: 14px; letter-spacing: -.03em; }.hud-metric span { color: #d8dad9; font-size: 9px; font-weight: 800; line-height: 1.2; letter-spacing: .1em; }.hud-bars { display: flex; align-items: end; gap: 4px; height: 30px; padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,.16); }.hud-bars i { display: block; width: 100%; background: linear-gradient(to top, var(--yellow), rgba(255,196,0,.23)); }.hud-bars i:nth-child(1) { height: 21%; }.hud-bars i:nth-child(2) { height: 58%; }.hud-bars i:nth-child(3) { height: 33%; }.hud-bars i:nth-child(4) { height: 88%; }.hud-bars i:nth-child(5) { height: 47%; }.hud-bars i:nth-child(6) { height: 70%; }.hud-bars i:nth-child(7) { height: 39%; }.hud-bars i:nth-child(8) { height: 61%; }.hero-hud p { margin: 9px 0 0; color: #aeb1b1; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
@media (prefers-reduced-motion: no-preference) {
  .hero-visual .hero-hud { animation: hud-float 5.7s ease-in-out infinite; }.hud-header > span { animation: status-blink 1.3s ease-in-out infinite; }.hud-bars i { animation: bar-scan 1.8s ease-in-out infinite alternate; }.hud-bars i:nth-child(2n) { animation-delay: .38s; }.hud-bars i:nth-child(3n) { animation-delay: .72s; }
  @keyframes hud-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }
  @keyframes status-blink { 0%,100% { opacity: .36; } 50% { opacity: 1; box-shadow: 0 0 13px var(--yellow); } }
  @keyframes bar-scan { from { transform: scaleY(.52); transform-origin: bottom; opacity: .47; } to { transform: scaleY(1); transform-origin: bottom; opacity: 1; } }
}
@media (max-width: 760px) { .hero-visual .hero-hud { right: 6%; bottom: 7%; width: 164px; padding: 11px; transform: scale(.88); transform-origin: right bottom; }.hud-metric { margin-block: 11px 9px; }.hud-metric strong { font-size: 31px; }.service-icon { width: 50px; height: 50px; }.service-icon svg { width: 30px; height: 30px; } }

/* Background-driven circuit board scan */
.hero-visual::before {
  opacity: 1;
  background:
    linear-gradient(90deg, rgba(4,5,7,.46) 0%, rgba(5,6,8,.15) 46%, rgba(5,6,8,.03) 100%),
    linear-gradient(112deg, transparent 38%, rgba(255,196,0,0) 46%, rgba(255,218,78,.28) 50%, rgba(255,196,0,0) 54%, transparent 62%);
  background-size: 100% 100%, 260% 100%;
  background-position: 0 0, 160% 0;
}
.hero::after {
  top: 31%;
  right: 1%;
  width: 330px;
  height: 2px;
  opacity: .62;
  background: linear-gradient(90deg, transparent, rgba(255,196,0,.24) 16%, var(--yellow) 48%, rgba(255,196,0,.24) 82%, transparent);
  box-shadow: 0 10px 0 -0.7px rgba(255,196,0,.52), 0 20px 0 -1px rgba(255,196,0,.23), 0 0 16px rgba(255,196,0,.25);
}
.hero-visual::after {
  display: block;
  top: 18%;
  right: 16%;
  width: 112px;
  height: 112px;
  opacity: .82;
  border: 1px solid rgba(255,211,38,.82);
  border-radius: 50%;
  background:
    radial-gradient(circle at center, rgba(255,224,107,.9) 0 2px, transparent 3px),
    conic-gradient(from 0deg, rgba(255,196,0,.42), transparent 24%, transparent 76%, rgba(255,196,0,.42));
  box-shadow: 0 0 0 9px rgba(255,196,0,.055), 0 0 34px rgba(255,196,0,.23), inset 0 0 26px rgba(255,196,0,.12);
  mix-blend-mode: screen;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-visual::before { animation: circuit-light-pass 8s cubic-bezier(.32,.02,.2,1) infinite; }
  .hero-visual::after { animation: board-inspection 11s cubic-bezier(.45,.05,.25,1) infinite; }
  .hero::after { animation: trace-signal 5.5s ease-in-out infinite; }
  @keyframes circuit-light-pass { 0%,18% { background-position: 0 0, 160% 0; } 54%,100% { background-position: 0 0, -130% 0; } }
  @keyframes board-inspection { 0%,10% { opacity: 0; transform: translate(105px,-44px) scale(.62); } 18% { opacity: .86; } 34% { transform: translate(0,16px) scale(1); } 60% { opacity: 1; transform: translate(-144px,128px) scale(.82); } 78% { opacity: .56; transform: translate(-70px,263px) scale(.72); } 100% { opacity: 0; transform: translate(-35px,312px) scale(.58); } }
  @keyframes trace-signal { 0%,100% { opacity: .22; transform: translateX(24px); } 50% { opacity: .93; transform: translateX(-20px); } }
}
@media (max-width: 760px) {
  .hero::after { top: 32%; right: -52px; width: 190px; }.hero-visual::after { top: 13%; right: 13%; width: 78px; height: 78px; }
  @media (prefers-reduced-motion: no-preference) { .hero-visual::after { animation-name: board-inspection-mobile; } @keyframes board-inspection-mobile { 0%,12% { opacity: 0; transform: translate(50px,-20px) scale(.65); } 25% { opacity: .85; } 57% { opacity: .95; transform: translate(-48px,95px) scale(.85); } 100% { opacity: 0; transform: translate(-70px,195px) scale(.6); } } }
}

/* Warranty page */
.warranty-hero { min-height: 405px; }.warranty-hero > p:not(.eyebrow) { max-width: 600px; }.warranty-seal { position: absolute; right: 12%; top: 91px; display: grid; place-items: center; width: 145px; height: 145px; border: 1px solid rgba(255,196,0,.62); border-radius: 50%; color: var(--yellow); background: radial-gradient(circle, rgba(255,196,0,.12), transparent 66%); box-shadow: 0 0 0 16px rgba(255,196,0,.035), 0 0 55px rgba(255,196,0,.12); transform: rotate(12deg); }.warranty-seal::before, .warranty-seal::after { content: ""; position: absolute; inset: 8px; border: 1px dashed rgba(255,255,255,.22); border-radius: inherit; }.warranty-seal::after { inset: 33px; border-style: solid; border-color: rgba(255,196,0,.32); }.warranty-seal span, .warranty-seal b, .warranty-seal small { position: relative; z-index: 1; }.warranty-seal span { margin-bottom: -20px; font-size: 25px; }.warranty-seal b { font-size: 31px; line-height: 1; }.warranty-seal small { margin-top: -23px; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.warranty-section { padding-bottom: 110px; }.warranty-note { display: flex; align-items: center; gap: 14px; margin-bottom: 72px; padding: 17px 20px; border: 1px solid rgba(255,196,0,.32); background: linear-gradient(90deg, rgba(255,196,0,.11), rgba(255,255,255,.025)); }.warranty-note span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border-radius: 50%; color: #0b0c0e; background: var(--yellow); font-weight: 900; }.warranty-note p { margin: 0; color: #e2e2de; font-size: 14px; }.warranty-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.warranty-grid article { position: relative; min-height: 232px; padding: 31px 29px; overflow: hidden; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.035), transparent); transition: transform .3s, background .3s; }.warranty-grid article::after { content: ""; position: absolute; right: -32px; bottom: -47px; width: 125px; height: 125px; border: 1px solid rgba(255,196,0,.17); border-radius: 50%; }.warranty-grid article:hover { background: linear-gradient(145deg, rgba(255,196,0,.14), rgba(255,255,255,.02)); transform: translateY(-5px); }.warranty-grid span { color: var(--yellow); font-size: 13px; font-weight: 900; }.warranty-grid h3 { position: relative; z-index: 1; margin: 42px 0 10px; font-size: 19px; text-transform: uppercase; letter-spacing: -.035em; }.warranty-grid p { position: relative; z-index: 1; max-width: 275px; margin: 0; color: #afb1b3; font-size: 13px; line-height: 1.55; }
.warranty-steps { padding-block: 94px; color: #101113; background: #eff0ed; }.warranty-steps .section-heading h2 { font-size: clamp(32px, 3.7vw, 46px); }.warranty-steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin: 34px 0 0; padding: 1px; list-style: none; background: rgba(12,14,17,.14); }.warranty-steps li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; min-height: 165px; padding: 24px; background: #f8f8f4; }.warranty-steps li > b { color: #bb8f00; font-size: 12px; }.warranty-steps h3 { margin: 0 0 8px; font-size: 15px; text-transform: uppercase; letter-spacing: -.02em; }.warranty-steps p { margin: 0; color: #696c70; font-size: 13px; line-height: 1.5; }
@media (prefers-reduced-motion: no-preference) { .warranty-seal { animation: seal-turn 18s linear infinite; } @keyframes seal-turn { to { transform: rotate(372deg); } } }
@media (max-width: 760px) { .warranty-hero { min-height: 352px; }.warranty-seal { right: 5%; top: auto; bottom: 37px; width: 95px; height: 95px; }.warranty-seal::after { inset: 23px; }.warranty-seal b { font-size: 22px; }.warranty-seal small { font-size: 5px; }.warranty-seal span { font-size: 16px; }.warranty-note { align-items: flex-start; margin-bottom: 50px; }.warranty-grid, .warranty-steps ol { grid-template-columns: 1fr; }.warranty-grid article { min-height: 182px; }.warranty-grid h3 { margin-top: 25px; }.warranty-section { padding-bottom: 72px; }.warranty-steps { padding-block: 67px; } }

/* Clean, highly readable UI type for compact text */
body, button, input, select, textarea, .main-nav, .language-switcher, .eyebrow, .button, .quick-facts, .service-card p, .process-list p, .detail-body p, .detail-body ul, .price-card, .contact-quick, .info-item, .form-note, .footer-top p, .footer-bottom { font-family: "Manrope", "Segoe UI", Tahoma, sans-serif; }
.main-nav, .eyebrow, .button, .language-switcher button { letter-spacing: .035em; }
.service-card p, .detail-body p, .process-list p, .price-card li, .info-item p { font-weight: 500; }
