:root {
  --red: #ef1b23;
  --red-dark: #b9080f;
  --ink: #101010;
  --muted: #6d6d72;
  --paper: #f4f4f2;
  --line: #dededb;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; max-width: 100%; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: "Geologica", "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.brand-name, .hero h1, .section h2, .guarantee h2, .service-card h3, .hero-points b, .guarantee-profile-copy strong, .guarantee-seal b { font-family: "Geologica", "Segoe UI", Arial, sans-serif; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.11); color: #fff; }
.header-inner { height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 14px; overflow: hidden; background: #070708; box-shadow: 0 10px 24px rgba(0,0,0,.28); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; display: block; }
.brand-name { font-size: 25px; line-height: .9; letter-spacing: -.035em; font-weight: 700; }
.brand-name b { color: var(--red); }
.brand-name small { display: block; margin-top: 8px; color: #ff6871; font-size: 8px; text-transform: uppercase; letter-spacing: .19em; font-weight: 750; text-shadow: 0 0 14px rgba(239,27,35,.42); }
nav { display: flex; gap: 34px; margin-left: auto; }
nav a { color: #fff; font-size: 13px; font-weight: 750; text-shadow: 0 2px 12px rgba(0,0,0,.72); transition: color .2s, text-shadow .2s; }
nav a:hover { color: #ff4d56; text-shadow: 0 0 14px rgba(239,27,35,.5); }
nav a.nav-pending[aria-disabled="true"] { cursor: default; }
.header-contact { display: inline-flex; align-items: center; justify-content: flex-end; gap: 10px; flex: 0 0 auto; }
.header-whatsapp-icon { width: 25px; height: 25px; flex: 0 0 25px; display: block; line-height: 0; filter: drop-shadow(0 0 7px rgba(37,211,102,.16)); }
.header-whatsapp-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }
.header-phone { text-align: right; font-size: 16px; font-weight: 800; letter-spacing: .015em; }
.header-phone small { display: block; color: #ff737c; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; font-weight: 650; margin-bottom: 5px; text-shadow: 0 0 12px rgba(239,27,35,.38); }

.hero { min-height: 690px; color: #fff; padding: 144px 0 42px; background-color: #070304; background-image: url("../img/hero-left-texture-v2.webp"); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; overflow: hidden; isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; display: block; background-image: url("../img/hero-it-services-panel-v2.webp"); background-repeat: no-repeat; background-position: right center; background-size: max(68%, 1035px) auto; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.14) 10%, rgba(0,0,0,.72) 24%, #000 38%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.14) 10%, rgba(0,0,0,.72) 24%, #000 38%); pointer-events: none; z-index: 0; }
.hero::after { content: ""; position: absolute; inset: 0 43% 0 0; display: block; background: rgba(4,3,5,.52); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%); mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%); pointer-events: none; z-index: 1; }
.hero-grid { display: none; }
.hero-layout { display: grid; grid-template-columns: minmax(0, 700px) 1fr; align-items: center; gap: 0; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 25px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; text-shadow: 0 2px 12px rgba(0,0,0,.72); }
.eyebrow span { width: 34px; height: 2px; background: var(--red); box-shadow: 8px 0 18px var(--red); }
.eyebrow.dark { color: var(--muted); }
.hero h1 { margin: 0; font-size: clamp(42px, 3.9vw, 56px); line-height: 1; letter-spacing: -.04em; font-weight: 700; max-width: 760px; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero-lead { color: #b5b5b8; font-size: 17px; line-height: 1.72; font-weight: 400; max-width: 640px; margin: 34px 0 36px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.button { min-height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 26px; border: 0; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: .2s ease; }
.button-icon { width: 24px; height: 24px; flex: 0 0 24px; display: block; color: #fff; }
.button-primary { background: linear-gradient(135deg, #86101e 0%, #b51425 56%, #cf1d2d 100%); color: #fff; border: 1px solid rgba(255,93,104,.4); box-shadow: 0 10px 32px rgba(119,8,22,.28); }
.button-primary:hover { background: linear-gradient(135deg, #9a1121 0%, #c7192a 58%, #dd2636 100%); transform: translateY(-2px); }
.button-ghost { border: 1px solid #454545; color: #fff; }
.button-ghost:hover { border-color: #fff; }
.hero-points { list-style: none; padding: 0; margin: 34px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #292929; }
.hero-points li { padding: 18px 20px 0 0; border-right: 1px solid #292929; }
.hero-points li + li { padding-left: 20px; }
.hero-points li:last-child { border-right: 0; }
.hero-points b { display: block; color: #fff; font-size: 17px; }
.hero-point-title { display: flex !important; align-items: center; gap: 9px; }
.hero-point-icon { width: 26px; height: 26px; flex: 0 0 26px; object-fit: contain; display: block; filter: drop-shadow(0 1px 5px rgba(255,255,255,.12)); }
.hero-points .hero-point-title > span { color: #fff; display: inline; margin: 0; font-size: inherit; line-height: inherit; text-transform: none; letter-spacing: inherit; font-weight: inherit; text-shadow: none; }
.hero-points span { color: #cf4654; display: block; font-size: 10px; line-height: 1.5; margin-top: 5px; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; text-shadow: 0 2px 10px rgba(0,0,0,.58); }

.hero-visual { position: relative; min-height: 500px; display: none; place-items: center; }
.hero-visual::before { content: ""; position: absolute; width: 78%; height: 62%; border-radius: 50%; background: rgba(239,27,35,.13); filter: blur(78px); opacity: .7; pointer-events: none; }
.hero-art-wrap { width: min(660px, 56vw); aspect-ratio: 1.32; position: relative; overflow: hidden; background: transparent; -webkit-mask-image: radial-gradient(ellipse 52% 55% at 50% 50%, #000 0 64%, rgba(0,0,0,.9) 74%, rgba(0,0,0,.4) 86%, transparent 100%); mask-image: radial-gradient(ellipse 52% 55% at 50% 50%, #000 0 64%, rgba(0,0,0,.9) 74%, rgba(0,0,0,.4) 86%, transparent 100%); }
.hero-art { width: 165%; max-width: none; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: block; mix-blend-mode: screen; opacity: .98; filter: saturate(1.08) contrast(1.08) drop-shadow(0 30px 38px rgba(0,0,0,.48)); }

.trust-strip { background: var(--red); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid p { min-height: 106px; margin: 0; padding: 27px 25px 22px; display: grid; grid-template-columns: 32px auto; column-gap: 10px; align-items: center; border-right: 1px solid rgba(255,255,255,.25); }
.trust-grid p:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.trust-grid > p > span { grid-row: span 2; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.8); display: grid; place-items: center; font-weight: 900; }
.trust-grid b { font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.trust-grid small { font-size: 10px; color: rgba(255,255,255,.72); }

.section { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 390px; gap: 60px; align-items: end; margin-bottom: 60px; }
.section h2, .guarantee h2 { margin: 0; font-size: clamp(42px, 4.6vw, 66px); line-height: 1.02; letter-spacing: -.04em; font-weight: 700; }
.section-heading > p { color: var(--muted); line-height: 1.78; font-weight: 400; margin: 0 0 6px; }
.services { background-color: #02060a; background-image: url("../img/services-circuit.webp"); background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; overflow: hidden; }
.services::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.08) 0%, rgba(0,7,13,.02) 48%, rgba(0,18,29,.04) 100%); pointer-events: none; }
.services .shell { position: relative; z-index: 1; }
.services .eyebrow.dark { color: #63f3ff; }
.services .eyebrow.dark span { background: #19d8ff; box-shadow: 8px 0 18px rgba(25,216,255,.48); }
.services h2 { color: #fff; text-shadow: 0 4px 24px rgba(0,0,0,.24); }
.services-title-second { white-space: nowrap; }
.services-title-accent { color: #55e9f7; }
.services .section-heading > p { color: #a9b8ff; font-weight: 500; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card { min-height: 390px; padding: 32px; position: relative; display: flex; flex-direction: column; border-radius: 28px; background: linear-gradient(160deg, rgba(255,255,255,.98) 0%, rgba(245,248,250,.96) 52%, rgba(232,239,243,.98) 100%); border: 1px solid rgba(255,255,255,.88); box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 20px 45px rgba(0,0,0,.32), 0 2px 0 rgba(0,0,0,.08); transition: .28s ease; overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.26), rgba(255,255,255,0) 45%), radial-gradient(circle at 100% 0, rgba(25,216,255,.08), transparent 36%); pointer-events: none; }
.service-card::after { content: ""; position: absolute; left: 32px; right: 32px; top: 0; height: 4px; border-radius: 0 0 999px 999px; background: linear-gradient(90deg, rgba(25,216,255,.12), #19d8ff 44%, #63f3ff 70%, rgba(99,243,255,.2)); box-shadow: 0 0 16px rgba(25,216,255,.28); }
.service-card:hover { transform: translateY(-6px); box-shadow: inset 0 1px 0 rgba(255,255,255,.95), 0 30px 58px rgba(0,0,0,.4); }
.service-icon { position: relative; z-index: 1; width: 170px; height: 170px; display: block; margin: -28px 0 -20px -12px; }
.service-icon img { display: block; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 8px 8px rgba(37,48,68,.2)); }
.service-card h3 { position: relative; z-index: 1; color: #122c3f; font-size: 21px; margin: 0 0 12px; letter-spacing: -.02em; font-weight: 650; }
.service-card p { position: relative; z-index: 1; color: #24516e; font-size: 13px; line-height: 1.78; font-weight: 400; margin: 0; max-width: 96%; }
.service-description-separator { display: inline-block; margin: 0 .38em; color: #07090b; font-weight: 850; }
.service-card-footer { position: relative; z-index: 2; margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.service-price { color: #691a26; display: inline-flex; align-items: baseline; gap: 6px; white-space: nowrap; }
.service-price small { font-size: 13px; font-weight: 650; color: #691a26; }
.service-price strong { font-size: 25px; line-height: 1; letter-spacing: -.025em; color: #8d2130; font-weight: 800; }
.service-price-button { min-height: 42px; padding: 0 18px; border-radius: 8px; background: #08090a; color: #fff; display: inline-flex; align-items: center; justify-content: center; text-align: center; font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .015em; box-shadow: 0 8px 18px rgba(0,0,0,.16); transition: transform .2s ease, background .2s ease; }
.service-price-button:hover { background: #151719; transform: translateY(-1px); }
.services-price-note { position: relative; z-index: 1; margin: 22px 0 0; display: flex; align-items: center; justify-content: center; gap: 9px; text-align: center; color: #a9b8ff; font-size: 14px; line-height: 1.5; letter-spacing: .01em; font-weight: 600; text-shadow: 0 2px 14px rgba(0,0,0,.55); }
.services-price-note-icon { width: 22px; height: 22px; flex: 0 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1.5px solid #63f3ff; border-radius: 50%; color: #63f3ff; font-size: 14px; line-height: 1; font-weight: 900; box-shadow: 0 0 12px rgba(25,216,255,.18); }
.services-grid .service-card:last-child {
  background: linear-gradient(160deg, rgba(255,255,255,.98) 0%, rgba(245,248,250,.96) 52%, rgba(232,239,243,.98) 100%);
  border: 1px solid rgba(255,255,255,.88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.96), 0 20px 45px rgba(0,0,0,.32), 0 2px 0 rgba(0,0,0,.08);
}
.services-grid .service-card:last-child::before {
  background: linear-gradient(135deg, rgba(255,255,255,.26), rgba(255,255,255,0) 45%), radial-gradient(circle at 100% 0, rgba(25,216,255,.08), transparent 36%);
}
.services-grid .service-card:last-child::after {
  background: linear-gradient(90deg, rgba(25,216,255,.12), #19d8ff 44%, #63f3ff 70%, rgba(99,243,255,.2));
  box-shadow: 0 0 16px rgba(25,216,255,.28);
}


.guarantee {
  --guarantee-overlay: linear-gradient(100deg, rgba(14,7,11,.84) 0%, rgba(78,7,20,.74) 46%, rgba(8,10,17,.72) 100%);
  --guarantee-cyan: #5de7ff;
  --guarantee-violet: #80629d;
  --guarantee-pink: #ef1b23;
  background-color: #12080d;
  background-image: var(--guarantee-overlay), url("../img/guarantee-keyboard.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 54%;
  color: #fff;
  padding: 72px 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.guarantee::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 18%, rgba(255,255,255,.08), transparent 28%), radial-gradient(circle at 72% 32%, rgba(239,27,35,.16), transparent 34%), linear-gradient(90deg, rgba(42,2,10,.08), rgba(3,5,11,.18)); pointer-events: none; }
.guarantee::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 42%; background: linear-gradient(180deg, rgba(10,10,14,0) 0%, rgba(10,10,14,.22) 30%, rgba(8,9,12,.7) 100%); pointer-events: none; }
.guarantee-inner { display: grid; grid-template-columns: 280px 1.02fr .98fr; gap: 34px; align-items: center; position: relative; z-index: 1; }
.guarantee-profile { display: grid; align-content: start; gap: 14px; }
.guarantee-avatar-wrap { width: 176px; height: 176px; border-radius: 50%; padding: 0; overflow: hidden; border: 4px solid var(--guarantee-violet); background: #5a6b8d; box-shadow: none; }
.guarantee-avatar { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; object-position: 58% center; background: transparent; }
.guarantee-profile-copy { display: grid; gap: 6px; margin: 0; padding: 0; position: static; border-radius: 0; background: none; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
.guarantee-profile-copy::before { display: none; }
.guarantee-profile-copy strong { font-size: 30px; line-height: 1; letter-spacing: -.015em; color: #9367be; text-shadow: 0 3px 12px rgba(0,0,0,.35); font-weight: 700; }
.guarantee-profile-copy span { font-size: 12px; text-transform: uppercase; letter-spacing: .12em; color: #a7ddeb; font-weight: 800; text-shadow: 0 2px 8px rgba(0,0,0,.45); }
.guarantee-profile-copy p { margin: 2px 0 0; font-size: 12.5px; line-height: 1.68; color: rgba(255,255,255,.94); font-weight: 450; text-shadow: 0 2px 9px rgba(0,0,0,.5); }
.guarantee-seal { width: 108px; height: 108px; margin-top: 24px; border: 2px solid var(--guarantee-violet); border-radius: 50%; display: flex; align-items: center; justify-content: center; gap: 8px; position: relative; background: rgba(8,7,13,.62); box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
.guarantee-seal::before { content: ""; position: absolute; inset: -10px; border-radius: 50%; border: 1px solid rgba(81,66,95,.62); }
.guarantee-seal::after { content: ""; position: absolute; inset: 13px; border: 1px dashed rgba(143,127,164,.78); border-radius: 50%; }
.guarantee-seal b { font-size: 40px; line-height: .78; letter-spacing: -.09em; color: var(--guarantee-cyan); text-shadow: 0 4px 14px rgba(0,0,0,.62); }
.guarantee-seal b small { display: block; margin: 0 0 6px 2px; font-size: 10px; line-height: 1; text-transform: uppercase; letter-spacing: .08em; color: var(--guarantee-cyan); }
.guarantee-seal span { font-size: 9px; line-height: 1.42; text-transform: uppercase; letter-spacing: .1em; color: var(--guarantee-cyan); text-shadow: 0 2px 8px rgba(0,0,0,.7); }
.guarantee .eyebrow { color: #07080b; margin-bottom: 17px; font-weight: 800; text-shadow: none; }
.guarantee .eyebrow span { background: #07080b; box-shadow: none; }
.guarantee-message { padding: 0; border-radius: 0; background: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
.guarantee h2 { font-size: clamp(36px, 4vw, 54px); color: #fff; text-shadow: 0 3px 5px rgba(0,0,0,.7), 0 12px 30px rgba(0,0,0,.42); }
.guarantee-highlight { color: #fff; text-shadow: 0 3px 5px rgba(0,0,0,.72); }
.guarantee-inner > div { position: relative; }
.guarantee-reviews { color: #d2e8f2; background: linear-gradient(135deg, rgba(36,7,29,.72) 0%, rgba(16,7,19,.73) 48%, rgba(6,8,14,.79) 100%); border: 1px solid rgba(143,127,164,.30); border-left: 3px solid #9b4f8e; border-right: 3px solid var(--guarantee-pink); border-radius: 18px; padding: 18px 20px; box-shadow: inset 1px 0 0 rgba(223,126,205,.08), inset -1px 0 0 rgba(239,27,35,.09), inset 0 1px 0 rgba(255,255,255,.08), 0 18px 36px rgba(0,0,0,.28); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.guarantee-reviews-title { margin: 0 0 14px; font-size: 14px; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; color: #5de7ff; text-shadow: 0 0 15px rgba(93,231,255,.22), 0 2px 7px rgba(0,0,0,.55); }
.review-list { display: grid; gap: 12px; }
.review-item { display: grid; gap: 6px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
.review-item:last-child { padding-bottom: 0; border-bottom: 0; }
.review-rating { display: inline-flex; align-items: center; gap: 1px; width: max-content; line-height: 1; font-size: 13px; font-weight: 800; }
.review-star { display: inline-block; color: rgba(255,214,90,.25); }
.review-star--full { color: #ffd65a; }
.review-star--half { color: transparent; background: linear-gradient(90deg, #ffd65a 0 50%, rgba(255,214,90,.25) 50% 100%); -webkit-background-clip: text; background-clip: text; }

.review-head { display: grid; grid-template-columns: 46px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.review-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; display: block; border: 2px solid rgba(93,231,255,.68); box-shadow: 0 0 0 2px rgba(185,72,225,.16), 0 5px 14px rgba(0,0,0,.34); }
.review-person { min-width: 0; display: grid; gap: 2px; }
.review-person strong { color: #fff; font-size: 13px; line-height: 1.15; font-weight: 800; }
.review-person span { color: #9ed6e6; font-size: 10px; line-height: 1.2; text-transform: uppercase; letter-spacing: .07em; font-weight: 700; }
.review-head .review-rating { justify-self: end; }
.review-item p { margin: 0; font-size: 13px; line-height: 1.6; color: #eef8ff; }
.review-item > span { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: #9ed6e6; font-weight: 700; }
.guarantee-note { margin: 14px 0 0; padding-top: 12px; border-top: 1px solid rgba(194,109,233,.30); font-size: 12px; line-height: 1.55; color: #e4a8ff; font-weight: 650; text-shadow: 0 0 12px rgba(190,91,232,.18), 0 2px 7px rgba(0,0,0,.48); }


footer { background: #080808; color: #fff; padding: 42px 0; scroll-margin-top: 24px; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.footer-contacts { margin: 0 auto 0 0; padding-left: 34px; border-left: 1px solid #2d2d2f; display: grid; gap: 7px; min-width: 0; }
.footer-contact-meta, .footer-contact-links { display: flex; flex-wrap: wrap; align-items: center; gap: 7px 14px; }
.footer-contact-meta span { color: #a7ddeb; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.footer-contact-meta span + span::before { content: "•"; color: var(--red); margin-right: 14px; }
.footer-contact-meta .footer-contact-city { display: inline-flex; align-items: center; gap: 5px; }
.footer-contact-meta .footer-contact-city::before { content: none; margin: 0; }
.footer-location-icon { width: 13px; height: 13px; flex: 0 0 13px; color: var(--red); filter: drop-shadow(0 0 5px rgba(239,27,35,.18)); }
.footer-contact-meta .footer-contact-hours { display: inline-flex; align-items: center; gap: 5px; }
.footer-contact-meta .footer-contact-hours::before { content: none; margin: 0; }
.footer-clock-icon { width: 13px; height: 13px; flex: 0 0 13px; color: var(--red); filter: drop-shadow(0 0 5px rgba(239,27,35,.18)); }
.footer-contact-links a { color: #d5d5d7; font-size: 11px; line-height: 1.4; transition: color .2s ease; }
.footer-contact-link { display: inline-flex; align-items: center; gap: 7px; }
.footer-link-icon { width: 18px; height: 18px; flex: 0 0 auto; display: inline-flex; }
.footer-link-icon svg { width: 100%; height: 100%; display: block; }
.footer-link-icon--telegram { width: 18px; height: 18px; }
.footer-link-icon--email { width: 21px; color: #ef1b23; }
.footer-contact-links a:hover { color: #fff; }
.footer-contacts small { color: #55555a; font-size: 9px; line-height: 1.4; }
.footer-up { color: #9a9a9d; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.mobile-bar { display: none; }
.mobile-bar-icon { width: 26px; height: 26px; flex: 0 0 26px; display: inline-flex; }
.mobile-bar-icon--whatsapp { width: 27px; height: 27px; flex-basis: 27px; }
.mobile-bar-icon svg { width: 100%; height: 100%; display: block; }

@media (max-width: 1000px) {
  nav { display: none; }
  .hero { min-height: auto; background-color: #070304; background-image: url("../img/hero-left-texture-v2.webp"); background-repeat: no-repeat; background-position: center top; background-size: cover; }
  .hero::before { display: block; inset: 0; background: linear-gradient(180deg, rgba(4,3,5,.68) 0%, rgba(4,3,5,.58) 58%, rgba(4,3,5,.42) 78%, rgba(4,3,5,.5) 100%); -webkit-mask-image: none; mask-image: none; -webkit-backdrop-filter: blur(2px); backdrop-filter: blur(2px); }
  .hero::after { display: none; }
  .hero-layout { grid-template-columns: minmax(0, 1fr); }
  .hero-copy, .hero-visual { min-width: 0; }
  .hero-visual { display: grid; min-height: 390px; margin-top: 18px; }
  .hero-art-wrap { width: min(620px, 100%); aspect-ratio: 1.5; -webkit-mask-image: radial-gradient(ellipse closest-side at 50% 50%, #000 0 60%, rgba(0,0,0,.94) 73%, rgba(0,0,0,.42) 89%, transparent 100%), radial-gradient(ellipse 38% 26% at 70% 79%, #000 0 68%, rgba(0,0,0,.94) 80%, transparent 100%); -webkit-mask-composite: source-over; mask-image: radial-gradient(ellipse closest-side at 50% 50%, #000 0 60%, rgba(0,0,0,.94) 73%, rgba(0,0,0,.42) 89%, transparent 100%), radial-gradient(ellipse 38% 26% at 70% 79%, #000 0 68%, rgba(0,0,0,.94) 80%, transparent 100%); mask-composite: add; }
  .hero-art { width: 100%; height: 100%; object-fit: cover; position: static; transform: none; mix-blend-mode: normal; opacity: 1; filter: none; }
  .hero-copy { max-width: 760px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 600px; }
  .services-grid { grid-template-columns: minmax(0, 1fr); }
  .guarantee-inner { grid-template-columns: 220px minmax(0, 1fr); gap: 30px; }
  .guarantee-reviews { grid-column: 1 / -1; margin-top: 0; }
  .guarantee-avatar-wrap { width: 154px; height: 154px; }
  .guarantee-profile-copy p { font-size: 12px; }
}

@media (max-width: 680px) {
  .shell { width: calc(100% - 30px); max-width: 1180px; }
  .site-header { position: absolute; }
  .header-inner { height: 76px; gap: 12px; }
  .header-inner > *, .hero-layout > *, .section-heading > *, .service-card > *, .guarantee-inner > *, .footer-inner > * { min-width: 0; }
  .header-contact { gap: 7px; flex: 0 1 auto; min-width: 0; }
  .header-whatsapp-icon { width: 20px; height: 20px; flex-basis: 20px; }
  .header-phone { flex: 0 1 auto; white-space: nowrap; font-size: 12px; }
  .header-phone small { display: none; }
  .brand-name { font-size: 21px; }
  .brand-mark { width: 42px; height: 42px; flex-basis: 42px; border-radius: 12px; }
  .hero { padding: 126px 0 0; }
  .hero-copy, .hero-actions, .hero-points, .hero-visual { width: 100%; max-width: 100%; min-width: 0; }
  .hero-layout { max-width: 1180px; min-width: 0; gap: 18px; overflow: hidden; }
  .hero-copy { overflow: hidden; }
  .hero h1 { max-width: 100%; overflow-wrap: break-word; font-size: clamp(34px, 9vw, 44px); }
  .hero-lead { max-width: 100%; overflow-wrap: break-word; font-size: 16px; line-height: 1.65; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; max-width: 100%; }
  .hero-points { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 28px; overflow: hidden; border-top: 1px solid #292929; }
  .hero-points li, .hero-points li + li { width: auto; max-width: 100%; min-width: 0; border: 0; border-right: 1px solid #292929; padding: 14px 8px 10px; display: block; text-align: center; }
  .hero-points li:last-child { border-right: 0; }
  .hero-points b { display: flex; align-items: center; justify-content: center; min-height: 24px; font-size: 17px; line-height: 1.05; }
  .hero-point-title { gap: 6px; }
  .hero-point-icon { width: 22px; height: 22px; flex-basis: 22px; }
  .hero-points span { display: block; margin-top: 5px; font-size: 9px; line-height: 1.35; text-align: center; max-width: none; }
  .hero-visual { min-height: 0; margin: 4px 0 0; }
  .hero-art-wrap { width: 100%; max-width: min(480px, calc(100vw - 30px)); }
  .trust-strip { display: block; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid p { min-width: 0; min-height: 104px; padding: 18px 12px; grid-template-columns: 24px minmax(0, 1fr); column-gap: 8px; border-bottom: 1px solid rgba(255,255,255,.25); }
  .trust-grid p:nth-child(odd) { border-left: 1px solid rgba(255,255,255,.25); }
  .trust-grid > p > span { width: 24px; height: 24px; }
  .trust-grid b { overflow-wrap: break-word; font-size: 11px; line-height: 1.25; }
  .trust-grid small { overflow-wrap: break-word; font-size: 9px; line-height: 1.35; }
  .section { padding: 58px 0; }
  .section h2, .guarantee h2 { font-size: 42px; }
  .services .section-heading { margin-bottom: 26px; }
  .services-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .service-card { min-height: 0; padding: 18px 18px 17px; display: grid; grid-template-columns: 88px minmax(0, 1fr); column-gap: 8px; align-items: start; border-radius: 20px; }
  .service-card::after { left: 18px; right: 18px; height: 3px; }
  .service-icon { width: 104px; height: 104px; margin: -20px 0 -12px -16px; grid-row: 1 / span 2; }
  .service-card h3 { margin: 1px 0 7px; font-size: 18px; line-height: 1.2; }
  .service-card p { font-size: 12px; line-height: 1.5; max-width: none; overflow-wrap: break-word; }
  .service-card-footer { grid-column: 1 / -1; margin-top: 8px; padding-top: 12px; display: grid; grid-template-columns: auto minmax(145px, 1fr); align-items: center; gap: 10px; border-top: 1px solid rgba(18,44,63,.1); }
  .service-price { padding-left: 2px; gap: 5px; }
  .service-price small { font-size: 12px; }
  .service-price strong { font-size: 22px; }
  .service-price-button { min-height: 40px; padding: 0 12px; border-radius: 8px; font-size: 10.5px; }
  .services-price-note { margin-top: 16px; padding-inline: 8px; gap: 7px; font-size: 12.5px; line-height: 1.45; }
  .services-price-note-icon { width: 20px; height: 20px; flex-basis: 20px; font-size: 12px; }
  .section-heading br { display: none; }
  .services .section-heading br { display: block; }
  .services .section-heading h2 { font-size: clamp(38px, 10.8vw, 42px); }
  .services { background-position: 64% center; }
  .steps li { min-height: 82px; grid-template-columns: 46px 1fr; }
  .steps li h3 { margin-bottom: 3px; }
  .steps li p { font-size: 12px; line-height: 1.45; }
  .guarantee { --guarantee-overlay: linear-gradient(180deg, rgba(15,7,12,.86) 0%, rgba(59,7,18,.8) 52%, rgba(7,9,15,.82) 100%); background-position: 62% center; padding: 65px 0; }
  .guarantee-inner { grid-template-columns: minmax(0, 1fr); gap: 22px; }
  .guarantee-profile { gap: 12px; }
  .guarantee-avatar-wrap { width: 146px; height: 146px; }
  .guarantee-profile-copy { margin-left: 0; border-radius: 0; }
  .guarantee-profile-copy strong { font-size: 26px; }
  .guarantee-profile-copy span { font-size: 10px; }
  .guarantee-profile-copy p { font-size: 12.5px; line-height: 1.62; }
  .guarantee-message { padding: 0; }
  .guarantee-reviews { grid-column: 1; margin: 0; padding: 16px 18px; overflow: hidden; }
  .review-list { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-x: contain; padding: 2px 2px 8px; margin: 0 -2px; scrollbar-width: none; }
  .review-list::-webkit-scrollbar { display: none; }
  .review-item { flex: 0 0 86%; scroll-snap-align: start; padding: 12px 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 13px; background: rgba(4,5,10,.26); }
  .review-item:last-child { padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.11); }

  .review-head { grid-template-columns: 42px minmax(0, 1fr); gap: 9px; }
  .review-avatar { width: 42px; height: 42px; }
  .review-head .review-rating { grid-column: 2; justify-self: start; margin-top: -1px; }
  .review-item p { font-size: 12.5px; line-height: 1.55; }
  .guarantee-note { display: none; }
  .guarantee-seal { width: 98px; height: 98px; margin-top: 20px; margin-bottom: 2px; }
  .guarantee-seal b { font-size: 36px; }
  .guarantee .eyebrow { margin-bottom: 13px; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-contacts { margin: 0; padding: 16px 0 0; border-left: 0; border-top: 1px solid #2d2d2f; width: 100%; gap: 8px; }
  .footer-contact-meta, .footer-contact-links { gap: 6px 10px; }
  .footer-contact-meta span { font-size: 9px; }
  .footer-location-icon { width: 12px; height: 12px; flex-basis: 12px; }
  .footer-clock-icon { width: 12px; height: 12px; flex-basis: 12px; }
  .footer-contact-meta span + span::before { margin-right: 10px; }
  .footer-contact-links a { max-width: 100%; overflow-wrap: anywhere; font-size: 10px; }
  .footer-up { display: none; }
  footer { padding: 30px 0 82px; }
  .mobile-bar { position: fixed; display: grid; grid-template-columns: 1fr 1fr; z-index: 50; left: 0; right: 0; bottom: 0; box-shadow: 0 -7px 30px rgba(0,0,0,.25); }
  .mobile-bar a { min-height: 57px; display: flex; align-items: center; justify-content: center; gap: 9px; background: #fff; color: #111; text-transform: uppercase; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
  .mobile-bar a:last-child { background: #25d366; color: #fff; }
}

@media (max-width: 380px) {
  .shell { width: calc(100% - 24px); }
  .header-inner { gap: 8px; }
  .brand { gap: 8px; }
  .brand-mark { width: 38px; height: 38px; flex-basis: 38px; }
  .brand-name { font-size: 18px; }
  .brand-name small { display: block; margin-top: 6px; font-size: 5.6px; letter-spacing: .12em; white-space: nowrap; }
  .header-contact { gap: 5px; }
  .header-whatsapp-icon { width: 18px; height: 18px; flex-basis: 18px; }
  .header-phone { font-size: 11px; letter-spacing: 0; }
  .hero h1 { font-size: 34px; }
  .section h2, .guarantee h2 { font-size: 36px; }
  .button { gap: 12px; padding-inline: 18px; white-space: normal; text-align: center; }
  .service-card-footer { grid-template-columns: 1fr; gap: 8px; }
  .service-price { justify-content: center; }
  .service-price-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


/* Review avatars v10 — final */
.guarantee-reviews .review-item{position:relative!important;display:grid!important;gap:7px!important;padding:0 84px 12px 0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
.guarantee-reviews .review-item:last-child{padding-bottom:0!important;border-bottom:0!important}
.guarantee-reviews img.review-avatar{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important;max-width:54px!important;max-height:54px!important;aspect-ratio:1/1!important;border-radius:50%!important;object-fit:cover!important;object-position:58% center!important;display:block!important;margin:0!important;padding:0!important;border:2px solid rgba(93,231,255,.72)!important;box-shadow:0 0 0 2px rgba(185,72,225,.16),0 5px 14px rgba(0,0,0,.34)!important}
@media(max-width:680px){.guarantee-reviews .review-item{padding-right:70px!important}.guarantee-reviews img.review-avatar{right:8px!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;max-width:46px!important;max-height:46px!important}}
