:root {
  --ink: #081426;
  --muted: #5f6c80;
  --line: #dfe5ee;
  --surface: #ffffff;
  --surface-alt: #f3f6fa;
  --navy: #07111f;
  --navy-2: #0b1d35;
  --blue: #174fc9;
  --blue-bright: #2f70ff;
  --cyan: #49ddff;
  --green: #4ee39b;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(9, 30, 66, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--surface); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.55; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: white; color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.topline { background: var(--navy); color: #cbd7eb; font-size: 13px; }
.topline__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topline__contacts { display: flex; gap: 24px; }
.topline a:hover { color: white; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(8,20,38,.08); backdrop-filter: blur(14px); transition: box-shadow .2s ease; }
.site-header--scrolled { box-shadow: 0 12px 30px rgba(8,20,38,.08); }
.header__inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 174px; height: auto; }
.nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav a { color: #28364a; font-weight: 650; font-size: 14px; }
.nav a:hover { color: var(--blue); }
.header__actions { display: flex; align-items: center; gap: 14px; }
.cabinet-link { display: inline-flex; min-height: 44px; align-items: center; padding: 0 17px; border: 1px solid var(--line); border-radius: 12px; color: var(--blue); font-size: 14px; font-weight: 750; }
.cabinet-link:hover { border-color: var(--blue); background: #f2f6ff; }
.menu-button { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--surface-alt); padding: 11px; }
.menu-button span { display: block; height: 2px; background: var(--ink); margin: 4px 0; border-radius: 4px; }

.hero { position: relative; min-height: 690px; overflow: hidden; background: var(--navy); color: white; }
.hero__media { position: absolute; inset: 0; background: url('/assets/hero-city.webp') center/cover no-repeat; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,10,21,.98) 0%, rgba(3,10,21,.92) 36%, rgba(3,10,21,.36) 70%, rgba(3,10,21,.2) 100%), linear-gradient(0deg, rgba(3,10,21,.35), transparent 45%); }
.hero__inner { position: relative; z-index: 1; min-height: 690px; display: grid; grid-template-columns: minmax(0, 680px) 340px; align-items: center; justify-content: space-between; gap: 50px; padding-block: 92px 76px; }
.hero__copy { max-width: 690px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow { color: #a9c2f4; }
.status-dot { width: 9px; height: 9px; border-radius: 99px; background: var(--green); box-shadow: 0 0 0 6px rgba(78,227,155,.12); }
.hero h1 { max-width: 760px; margin: 22px 0 22px; font-size: clamp(46px, 5.3vw, 76px); line-height: .99; letter-spacing: -.055em; }
.hero__copy > p { max-width: 620px; margin: 0; color: #c8d5e8; font-size: clamp(18px, 2vw, 22px); line-height: 1.5; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 13px; padding: 0 22px; cursor: pointer; font-weight: 800; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--blue-bright); color: white; box-shadow: 0 12px 28px rgba(47,112,255,.28); }
.button--primary:hover { background: #4c83ff; }
.button--ghost { border-color: rgba(255,255,255,.32); color: white; background: rgba(255,255,255,.07); }
.button--ghost:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.55); }
.button--outline { width: 100%; background: white; color: var(--blue); border-color: #cbd6e7; }
.button--outline:hover { border-color: var(--blue); background: #f3f7ff; }
.button--dark { background: var(--ink); color: white; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 38px; margin: 50px 0 0; }
.hero__facts div { padding-right: 36px; border-right: 1px solid rgba(255,255,255,.18); }
.hero__facts div:last-child { border-right: 0; padding-right: 0; }
.hero__facts dt { font-size: 18px; font-weight: 850; }
.hero__facts dd { margin: 1px 0 0; color: #91a5c1; font-size: 13px; }
.network-card { align-self: end; margin-bottom: 44px; padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(7,17,31,.72); backdrop-filter: blur(14px); box-shadow: 0 25px 70px rgba(0,0,0,.35); }
.network-card__top, .power-visual__header, .power-visual__footer { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #9db0ca; font-size: 13px; }
.online { display: inline-flex; align-items: center; gap: 7px; color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .06em; font-size: 11px; }
.online i { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 12px currentColor; }
.network-card__meter { height: 5px; margin: 20px 0; border-radius: 10px; background: rgba(255,255,255,.1); overflow: hidden; }
.network-card__meter span { display: block; width: 92%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--blue-bright), var(--cyan)); }
.network-card strong { display: block; font-size: 20px; line-height: 1.3; }
.network-card p { margin: 10px 0 0; color: #a8b7cb; font-size: 14px; }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-strip__grid { min-height: 118px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-strip__grid > div { display: flex; align-items: center; gap: 14px; min-height: 64px; padding: 0 22px; border-right: 1px solid var(--line); }
.trust-strip__grid > div:first-child { padding-left: 0; }
.trust-strip__grid > div:last-child { border-right: 0; }
.trust-icon { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 12px; background: #eaf1ff; color: var(--blue); font-weight: 900; font-size: 12px; }
.trust-strip p { display: grid; margin: 0; line-height: 1.35; }
.trust-strip strong { font-size: 14px; }
.trust-strip small { margin-top: 3px; color: var(--muted); font-size: 12px; }

.section { padding: 104px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.section-heading h2, .resilience h2, .coverage h2, .about h2, .connect h2 { margin: 10px 0 0; max-width: 690px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.section-heading > p { max-width: 410px; margin: 0 0 4px; color: var(--muted); }
.tariffs { background: var(--surface-alt); }
.tariff-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.tariff-card { position: relative; display: flex; flex-direction: column; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 12px 35px rgba(8,20,38,.04); }
.tariff-card--featured { border-color: var(--blue-bright); box-shadow: 0 24px 60px rgba(23,79,201,.16); transform: translateY(-8px); }
.popular { position: absolute; top: -13px; right: 24px; padding: 6px 12px; border-radius: 99px; background: var(--blue-bright); color: white; font-size: 12px; font-weight: 850; }
.tariff-card__head > span { color: var(--muted); font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.tariff-card h3 { margin: 6px 0 24px; font-size: 24px; }
.price { min-height: 72px; display: flex; align-items: center; gap: 8px; }
.price em { align-self: flex-end; margin: 0 -2px 17px 0; color: var(--muted); font-size: 13px; font-style: normal; }
.price strong { font-size: 58px; line-height: 1; letter-spacing: -.06em; }
.price span { color: var(--muted); line-height: 1.15; font-size: 14px; }
.speed { display: flex; align-items: baseline; gap: 6px; margin: 26px 0 24px; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.speed strong { font-size: 32px; letter-spacing: -.04em; }
.speed span { color: var(--muted); font-size: 13px; }
.tariff-card ul { flex: 1; display: grid; gap: 11px; list-style: none; margin: 0 0 28px; padding: 0; }
.tariff-card li::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 9px; border-radius: 50%; background: #e7fbf2; color: #008d54; font-size: 12px; font-weight: 900; }

.resilience { overflow: hidden; background: var(--navy); color: white; }
.resilience__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 90px; }
.kicker--light { color: #8eb3ff; }
.resilience__copy > p { max-width: 620px; margin: 24px 0 0; color: #b4c2d5; font-size: 18px; }
.resilience__numbers { display: grid; grid-template-columns: repeat(2, minmax(0, 220px)); gap: 16px; margin-top: 34px; }
.resilience__numbers div { padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.04); }
.resilience__numbers strong, .resilience__numbers span { display: block; }
.resilience__numbers strong { font-size: 24px; }
.resilience__numbers span { color: #93a4bc; font-size: 13px; }
.text-link { margin-top: 32px; padding: 0; border: 0; background: transparent; color: #8eb3ff; cursor: pointer; font-weight: 800; }
.text-link span { display: inline-block; margin-left: 6px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.power-visual { position: relative; min-height: 390px; padding: 24px; border: 1px solid rgba(255,255,255,.12); border-radius: 30px; background: radial-gradient(circle at 50% 55%, rgba(47,112,255,.24), transparent 48%), #0a1729; box-shadow: 0 28px 80px rgba(0,0,0,.35); }
.power-visual::before { content: ""; position: absolute; inset: 52px 24px 54px; border: 1px solid rgba(73,221,255,.11); border-radius: 20px; background-image: linear-gradient(rgba(73,221,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(73,221,255,.05) 1px, transparent 1px); background-size: 28px 28px; }
.power-row { position: relative; z-index: 1; display: flex; justify-content: space-between; margin-top: 62px; color: #8091a9; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.power-row strong { color: var(--cyan); }
.power-line { position: relative; z-index: 1; height: 3px; margin: 12px 0 44px; overflow: hidden; border-radius: 9px; background: rgba(255,255,255,.08); }
.power-line span { display: block; width: 86%; height: 100%; background: linear-gradient(90deg, var(--blue-bright), var(--cyan)); box-shadow: 0 0 18px var(--cyan); }
.battery { position: relative; z-index: 2; display: flex; justify-content: center; align-items: center; filter: drop-shadow(0 0 30px rgba(73,221,255,.18)); }
.battery__body { width: min(330px, 78%); height: 118px; display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; padding: 12px; border: 3px solid #9bb0cb; border-radius: 16px; }
.battery__body span { border-radius: 7px; background: linear-gradient(180deg, #4eebc6, #23a7e9); box-shadow: inset 0 0 12px rgba(255,255,255,.18); }
.battery > i { width: 14px; height: 42px; border-radius: 0 7px 7px 0; background: #9bb0cb; }
.power-visual__footer { position: absolute; left: 24px; right: 24px; bottom: 23px; }
.power-visual__footer strong { color: white; font-size: 18px; }

.coverage { background: white; }
.coverage__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 70px; }
.coverage__copy > p { margin: 24px 0; color: var(--muted); font-size: 18px; }
.coverage__areas { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.coverage__areas span { padding: 9px 13px; border-radius: 999px; background: #edf3ff; color: var(--blue); font-size: 13px; font-weight: 800; }
.coverage-map { position: relative; min-height: 430px; overflow: hidden; border: 1px solid #cdd8e7; border-radius: 28px; background: #eaf0f8; }
.map-grid { position: absolute; inset: 0; opacity: .75; background-image: linear-gradient(29deg, transparent 47%, rgba(8,20,38,.09) 48%, rgba(8,20,38,.09) 51%, transparent 52%), linear-gradient(113deg, transparent 46%, rgba(8,20,38,.07) 47%, rgba(8,20,38,.07) 50%, transparent 51%), linear-gradient(rgba(8,20,38,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(8,20,38,.04) 1px, transparent 1px); background-size: 110px 85px, 140px 120px, 44px 44px, 44px 44px; }
.route { position: absolute; height: 8px; border-radius: 10px; background: white; box-shadow: 0 0 0 1px rgba(8,20,38,.06); transform-origin: left center; }
.route--one { width: 76%; left: 4%; top: 56%; transform: rotate(-18deg); }
.route--two { width: 62%; left: 30%; top: 18%; transform: rotate(58deg); }
.route--three { width: 55%; left: 11%; top: 26%; transform: rotate(44deg); }
.pin { position: absolute; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; background: var(--blue-bright); transform: rotate(-45deg); box-shadow: 0 9px 22px rgba(23,79,201,.28); }
.pin i { width: 10px; height: 10px; border-radius: 50%; background: white; }
.pin--one { left: 27%; top: 55%; }
.pin--two { left: 70%; top: 26%; }
.pin--three { left: 60%; top: 68%; }
.map-label { position: absolute; display: grid; padding: 10px 13px; border-radius: 12px; background: rgba(255,255,255,.9); box-shadow: 0 12px 30px rgba(8,20,38,.1); backdrop-filter: blur(8px); }
.map-label strong { font-size: 14px; }
.map-label small { color: var(--muted); }
.map-label--kyiv { left: 11%; bottom: 16%; }
.map-label--brovary { right: 8%; top: 18%; }

.services { background: var(--surface-alt); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.service-card { display: grid; grid-template-columns: 76px 1fr; gap: 24px; align-items: start; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: white; }
.service-card__icon { width: 76px; height: 76px; display: grid; place-items: center; border-radius: 20px; background: var(--navy); color: var(--cyan); font-size: 20px; font-weight: 900; }
.service-card h3 { margin: 0 0 6px; font-size: 25px; }
.service-card p { margin: 0; color: var(--muted); }
.service-card button { grid-column: 2; justify-self: start; padding: 0; border: 0; background: transparent; color: var(--blue); cursor: pointer; font-weight: 800; }

.about { background: white; }
.about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about__grid p { margin: 0 0 18px; color: var(--muted); font-size: 18px; }

.connect { padding: 104px 0; background: linear-gradient(135deg, #0a1b33 0%, #0b2b65 100%); color: white; }
.connect__grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 84px; align-items: center; }
.connect__copy > p { max-width: 520px; color: #bac8da; font-size: 18px; }
.connect__contacts { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 34px; }
.connect__contacts a { padding: 15px 17px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; background: rgba(255,255,255,.05); }
.connect__contacts small, .connect__contacts strong { display: block; }
.connect__contacts small { color: #8fa3bd; }
.connect__contacts strong { margin-top: 3px; }
.connect-form { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; padding: 28px; border-radius: 24px; background: white; color: var(--ink); box-shadow: var(--shadow); }
.connect-form label { display: grid; gap: 7px; }
.connect-form label:nth-child(3), .connect-form .button, .connect-form > small { grid-column: 1 / -1; }
.connect-form label > span { font-size: 13px; font-weight: 800; }
.connect-form input, .connect-form textarea, .connect-form select { width: 100%; border: 1px solid #cbd5e4; border-radius: 11px; background: #f8fafc; color: var(--ink); padding: 12px 13px; outline: none; }
.connect-form input, .connect-form select { min-height: 48px; }
.connect-form textarea { resize: vertical; min-height: 88px; }
.connect-form input:focus, .connect-form textarea:focus, .connect-form select:focus { border-color: var(--blue-bright); box-shadow: 0 0 0 4px rgba(47,112,255,.1); background: white; }
.connect-form > small { color: var(--muted); font-size: 12px; }

.footer { padding: 68px 0 26px; background: #050c16; color: #a9b7cb; }
.footer__grid { display: grid; grid-template-columns: 1.5fr 1fr .8fr .8fr; gap: 50px; }
.footer__brand img { width: 180px; }
.footer__brand p { max-width: 280px; }
.footer h2 { margin: 0 0 14px; color: white; font-size: 15px; }
.footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer a:hover { color: white; }
.footer__bottom { display: flex; justify-content: space-between; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); font-size: 12px; }

.connect-dialog { width: min(620px, calc(100% - 30px)); max-height: calc(100vh - 30px); overflow: auto; border: 0; border-radius: 24px; padding: 0; box-shadow: 0 30px 100px rgba(0,0,0,.34); }
.connect-dialog::backdrop { background: rgba(2,8,18,.76); backdrop-filter: blur(5px); }
.dialog__head { display: flex; justify-content: space-between; align-items: start; gap: 20px; padding: 25px 28px 5px; }
.dialog__head h2 { margin: 7px 0 0; font-size: 34px; letter-spacing: -.04em; }
.dialog__head button { width: 40px; height: 40px; border: 0; border-radius: 50%; background: var(--surface-alt); color: var(--ink); cursor: pointer; font-size: 27px; line-height: 1; }
.connect-form--dialog { box-shadow: none; padding-top: 20px; }
.mobile-call { display: none; }

@media (max-width: 1050px) {
  .nav { gap: 17px; }
  .nav a:nth-child(4) { display: none; }
  .hero__inner { grid-template-columns: 1fr 310px; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); padding-block: 18px; }
  .trust-strip__grid > div:nth-child(2) { border-right: 0; }
  .resilience__grid, .coverage__grid, .connect__grid { gap: 46px; }
}

@media (max-width: 860px) {
  .topline { display: none; }
  .header__inner { height: 70px; }
  .nav { position: absolute; top: 70px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
  .nav--open { display: flex; }
  .nav a, .nav a:nth-child(4) { display: block; padding: 12px; }
  .menu-button { display: block; }
  .hero, .hero__inner { min-height: 720px; }
  .hero__inner { grid-template-columns: 1fr; align-content: center; padding-block: 76px 58px; }
  .network-card { display: none; }
  .hero__copy { max-width: 700px; }
  .hero__shade { background: linear-gradient(90deg, rgba(3,10,21,.97), rgba(3,10,21,.72)), linear-gradient(0deg, rgba(3,10,21,.72), transparent 60%); }
  .tariff-grid { grid-template-columns: 1fr; }
  .tariff-card--featured { transform: none; }
  .resilience__grid, .coverage__grid, .connect__grid, .about__grid { grid-template-columns: 1fr; }
  .coverage-map { min-height: 360px; }
  .service-grid { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 66px; }
  .container { width: min(100% - 28px, 1180px); }
  .brand img { width: 146px; }
  .cabinet-link { min-height: 40px; padding-inline: 12px; font-size: 12px; }
  .menu-button { width: 40px; height: 40px; }
  .hero, .hero__inner { min-height: 660px; }
  .hero__inner { padding-block: 64px 46px; }
  .hero__media { background-position: 63% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(3,10,21,.97), rgba(3,10,21,.77)), linear-gradient(0deg, rgba(3,10,21,.8), transparent 54%); }
  .hero h1 { margin-top: 18px; font-size: clamp(40px, 12vw, 58px); }
  .hero__copy > p { font-size: 17px; }
  .hero__actions { display: grid; }
  .hero__facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px 0; margin-top: 38px; }
  .hero__facts div { padding-right: 14px; }
  .hero__facts div:nth-child(2) { border-right: 0; padding-left: 14px; }
  .hero__facts div:last-child { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.16); padding-top: 16px; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip__grid > div { padding: 13px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-strip__grid > div:last-child { border-bottom: 0; }
  .section { padding: 74px 0; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading h2, .resilience h2, .coverage h2, .about h2, .connect h2 { font-size: 36px; }
  .section-heading > p { margin-top: 16px; }
  .tariff-card { padding: 24px; }
  .resilience__grid { gap: 42px; }
  .resilience__numbers { grid-template-columns: 1fr; }
  .power-visual { min-height: 320px; padding: 18px; }
  .power-visual__header, .power-visual__footer { left: 18px; right: 18px; }
  .battery__body { height: 94px; }
  .coverage__grid { gap: 38px; }
  .coverage-map { min-height: 300px; }
  .service-card { grid-template-columns: 58px 1fr; gap: 16px; padding: 22px; }
  .service-card__icon { width: 58px; height: 58px; border-radius: 16px; font-size: 16px; }
  .connect { padding: 74px 0; }
  .connect__contacts { grid-template-columns: 1fr; }
  .connect-form { grid-template-columns: 1fr; padding: 20px; }
  .connect-form label, .connect-form label:nth-child(3), .connect-form .button, .connect-form > small { grid-column: 1; }
  .footer { padding-top: 52px; }
  .footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .footer__bottom { display: grid; gap: 5px; }
  .mobile-call { position: fixed; z-index: 70; left: 10px; right: 10px; bottom: 10px; min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 14px; background: var(--blue-bright); color: white; box-shadow: 0 15px 40px rgba(47,112,255,.42); font-weight: 850; }
  .dialog__head { padding-inline: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
