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

:root {
  --ink: #17201e;
  --paper: #efeee9;
  --paper-light: #f8f7f3;
  --green: #2d6d62;
  --mint: #96d7c4;
  --lime: #d8ff58;
  --orange: #f28a5d;
  --yellow: #edc552;
  --muted: #68706d;
  --line: rgba(23, 32, 30, .15);
  --display: "Unbounded", Arial, sans-serif;
  --text: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { min-width: 0; max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--text); -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.section { padding-top: 130px; padding-bottom: 130px; }

.site-header { height: 82px; display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 20; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; font: 700 18px/1 var(--display); letter-spacing: -.04em; }
.brand small { display: block; margin-top: 6px; color: var(--muted); font: 600 8px/1 var(--text); letter-spacing: .19em; }
.brand-mark { width: 28px; height: 28px; display: inline-flex; align-items: end; gap: 3px; }
.brand-mark i { width: 5px; display: block; background: var(--ink); border-radius: 4px; }
.brand-mark i:nth-child(1) { height: 9px; }
.brand-mark i:nth-child(2) { height: 17px; }
.brand-mark i:nth-child(3) { height: 26px; background: var(--lime); border: 1px solid var(--ink); }
.desktop-nav { display: flex; gap: 34px; font-size: 12px; font-weight: 700; }
.desktop-nav a { padding-block: 8px; border-bottom: 1px solid transparent; }
.desktop-nav a:hover { border-color: var(--ink); }
.telegram-cta { min-width: 166px; display: flex; align-items: center; gap: 10px; padding: 8px 13px 8px 9px; border: 1px solid var(--line); color: var(--ink); background: rgba(248,247,243,.62); font-size: 11px; font-weight: 700; transition: transform .2s, background .2s, border-color .2s; }
.telegram-cta:hover { transform: translateY(-2px); border-color: var(--green); background: var(--paper-light); }
.telegram-cta > span:last-child { line-height: 1.1; }
.telegram-cta small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 7px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.telegram-icon { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--green); }
.telegram-icon i { display: block; width: 18px; height: 17px; background: var(--paper-light); clip-path: polygon(2% 43%, 100% 0, 72% 100%, 44% 68%, 26% 84%, 28% 61%); }

.hero { min-height: calc(100svh - 82px); padding-top: 38px; padding-bottom: 0; position: relative; }
.hero-title { display: flex; justify-content: space-between; align-items: end; position: relative; z-index: 5; pointer-events: none; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: #4c5551; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: var(--ink); }
.eyebrow.light { color: #a9b3af; }
.eyebrow.light > span { background: var(--lime); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; }
h1 { margin: 0; font-size: clamp(43px, 5vw, 72px); line-height: 1.03; font-weight: 600; }
h1 em { color: transparent; -webkit-text-stroke: 1.4px var(--ink); font-style: normal; }

.house-stage { min-height: 0; position: absolute; inset: 0; display: grid; grid-template-columns: minmax(520px, 1.45fr) minmax(330px, .75fr); margin: 0; overflow: hidden; isolation: isolate; }
.house-stage::before { content: ""; position: absolute; width: 760px; height: 760px; border: 1px solid rgba(23,32,30,.07); border-radius: 50%; left: -70px; top: 20px; box-shadow: 0 0 0 90px rgba(23,32,30,.025), 0 0 0 180px rgba(23,32,30,.018); z-index: -1; }
.house-stage::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(23,32,30,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(23,32,30,.06) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(to right, black, transparent 72%); opacity: .3; z-index: -2; }
.wifi-brief { position: absolute; top: 145px; right: 0; width: 344px; padding: 14px 0 12px 20px; border-left: 3px solid var(--green); z-index: 8; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.brief-index, .card-kicker { display: block; margin-bottom: 12px; color: var(--green); font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.wifi-brief h2 { margin-bottom: 12px; font: 600 27px/1.1 var(--display); }
.wifi-brief p { max-width: 310px; margin-bottom: 14px; color: var(--muted); font-size: 11px; line-height: 1.55; }
.coverage-line { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 11px; color: var(--muted); font-size: 8px; letter-spacing: .1em; }
.coverage-line i { display: block; height: 3px; background: linear-gradient(90deg, var(--green) 86%, rgba(23,32,30,.12) 86%); }
.coverage-line strong { color: var(--ink); font-size: 9px; }

.house-viewport { min-height: 100%; position: relative; }
.guide-line { position: absolute; width: 1px; height: 420px; top: 120px; border-left: 1px dashed rgba(23,32,30,.18); z-index: 0; transition: height .8s ease, top .8s ease; }
.guide-left { left: 21%; }
.guide-right { left: 76%; }
.house-model { position: absolute; width: 560px; height: 530px; left: 42%; bottom: 4px; transform: translateX(-50%) scale(.85); transform-origin: bottom center; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.building-layer { position: absolute; width: 340px; height: 215px; left: 110px; transition: transform .85s cubic-bezier(.18,.78,.18,1), filter .45s, opacity .45s; transform-origin: 50% 50%; }
.floor-deck { position: absolute; inset: 0; overflow: visible; background: #d8ddd8; border: 1px solid rgba(23,32,30,.48); transform: rotate(27deg) skewX(-18deg) scaleY(.73); box-shadow: 15px 20px 0 -2px #7d8984, 16px 22px 0 -1px rgba(23,32,30,.5), 28px 34px 32px rgba(23,32,30,.13); }
.floor-deck::before { content: ""; position: absolute; left: 8px; right: -23px; bottom: -29px; height: 28px; border: 1px solid rgba(23,32,30,.45); background: repeating-linear-gradient(90deg, #72817b 0 24px, #d9ded9 24px 30px, #4f5a56 30px 33px); transform: skewX(40deg); transform-origin: top left; box-shadow: 0 8px 15px rgba(23,32,30,.12); }
.floor-deck::after { content: ""; position: absolute; inset: 9px; border: 1px solid rgba(23,32,30,.28); background: linear-gradient(90deg, transparent 49.6%, rgba(23,32,30,.25) 50%, transparent 50.4%), linear-gradient(transparent 49.6%, rgba(23,32,30,.25) 50%, transparent 50.4%); }
.room { position: absolute; display: block; border: 3px solid #f4f3ee; box-shadow: inset 0 0 0 1px rgba(23,32,30,.12); z-index: 2; }
.room-1 { inset: 11px 58% 51% 12px; background: #80c8b7; }
.room-2 { inset: 11px 29% 51% 42%; background: #eac05a; }
.room-3 { inset: 11px 11px 51% 70%; background: #e48a66; }
.room-4 { inset: 51% 49% 12px 12px; background: #b9d79b; }
.room-5 { inset: 51% 11px 12px 51%; background: #f0eee8; }
.layer-tag { position: absolute; left: -72px; top: 98px; padding: 6px 8px; color: var(--muted); background: rgba(239,238,233,.92); border-left: 2px solid var(--green); font-size: 7px; font-weight: 700; letter-spacing: .14em; white-space: nowrap; opacity: 0; transform: translateX(14px); transition: opacity .4s .15s, transform .45s .15s; }
.signal-node { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--lime); border: 2px solid var(--ink); z-index: 5; }
.signal-node::before, .signal-node::after { content: ""; position: absolute; left: 50%; top: 50%; border: 1px solid rgba(45,109,98,.55); border-radius: 50%; transform: translate(-50%, -50%); }
.signal-node::before { width: 42px; height: 42px; }
.signal-node::after { width: 76px; height: 76px; border-color: rgba(45,109,98,.25); }
.node-a { left: 40%; top: 32%; }
.node-b { left: 64%; top: 57%; }
.node-c { left: 22%; top: 65%; }
.device-chip { position: absolute; z-index: 8; padding: 5px 7px; background: var(--ink); color: white; font-size: 6px; font-weight: 700; letter-spacing: .1em; }
.chip-a { right: 18%; top: 18%; }
.chip-b { left: 18%; bottom: 19%; }
.chip-c { right: 18%; bottom: 18%; color: var(--lime); }
.layer-one { top: 242px; transform: translateY(0) scale(.98); z-index: 2; }
.layer-two { top: 224px; transform: translateY(0) scale(.96); z-index: 3; }
.layer-three { top: 206px; transform: translateY(0) scale(.94); z-index: 4; }
.layer-roof { top: 157px; transform: translateY(0) scale(.92); z-index: 5; }
.roof-piece { position: absolute; top: 46px; width: 205px; height: 126px; background: #4c5350; border: 1px solid var(--ink); box-shadow: 13px 15px 0 #353a38; }
.roof-a { left: 1px; transform: rotate(27deg) skewX(-18deg) scaleY(.73); }
.roof-b { right: 2px; transform: rotate(-27deg) skewX(18deg) scaleY(.73); }
.house-shadow { position: absolute; width: 390px; height: 90px; left: 90px; bottom: 30px; background: radial-gradient(ellipse, rgba(23,32,30,.24), transparent 70%); filter: blur(12px); transition: opacity .5s; z-index: 0; }

.house-stage:hover .layer-roof,
.house-stage.is-exploded .layer-roof { transform: translateY(-92px) scale(.92); }
.house-stage:hover .layer-three,
.house-stage.is-exploded .layer-three { transform: translateY(-30px) scale(.94); }
.house-stage:hover .layer-two,
.house-stage.is-exploded .layer-two { transform: translateY(65px) scale(.96); }
.house-stage:hover .layer-one,
.house-stage.is-exploded .layer-one { transform: translateY(160px) scale(.98); }
.house-stage:hover .house-model,
.house-stage.is-exploded .house-model { transform: translateX(-58%) translateY(-44px) scale(.72); }
.house-stage:hover .layer-tag,
.house-stage.is-exploded .layer-tag { opacity: 1; transform: translateX(0); }
.house-stage:hover .house-shadow,
.house-stage.is-exploded .house-shadow { opacity: .4; }
.house-stage:hover .guide-line,
.house-stage.is-exploded .guide-line { top: 65px; height: 510px; }

.house-toggle { position: absolute; left: 18px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 0; border: 0; background: transparent; color: var(--ink); cursor: pointer; z-index: 12; }
.toggle-icon { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; background: var(--lime); font-size: 18px; transition: transform .4s, background .3s; }
.toggle-label { font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.house-stage:hover .toggle-icon,
.house-stage.is-exploded .toggle-icon { transform: rotate(45deg); background: var(--paper-light); }

.equipment-panel { position: absolute; width: 344px; right: 0; top: 304px; padding: 0 0 10px 40px; z-index: 10; }
.equipment-card { position: relative; padding: 9px 0 9px 18px; border-left: 3px solid var(--green); border-top: 1px solid var(--line); opacity: 0; transform: translateX(45px); transition: opacity .45s, transform .6s cubic-bezier(.2,.8,.2,1); }
.equipment-card::before { content: ""; position: absolute; left: -43px; top: 50%; width: 39px; border-top: 1px dashed rgba(23,32,30,.35); }
.equipment-card:nth-child(2) { border-left-color: var(--orange); transition-delay: .08s; }
.equipment-card:nth-child(3) { border-left-color: var(--yellow); transition-delay: .16s; }
.equipment-card .card-kicker { margin-bottom: 8px; }
.card-title { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; }
.card-title h3 { margin-bottom: 9px; font: 600 20px/1 var(--display); letter-spacing: -.04em; }
.card-title span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.equipment-card p { max-width: 310px; margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
.house-stage:hover .equipment-card,
.house-stage.is-exploded .equipment-card { opacity: 1; transform: translateX(0); }
.router-device { height: 26px; margin-top: 9px; display: none; align-items: center; gap: 5px; padding: 5px 9px; background: var(--ink); }
.router-device i { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.router-device i:nth-child(4), .router-device i:nth-child(5) { background: #65706c; }
.router-device span { margin-left: auto; color: #aab1ae; font-size: 7px; letter-spacing: .15em; }
.audit-meter { height: 17px; display: none; align-items: end; gap: 5px; margin-top: 8px; }
.audit-meter i { width: 10px; background: var(--orange); }
.audit-meter i:nth-child(1) { height: 25%; }.audit-meter i:nth-child(2) { height: 45%; }
.audit-meter i:nth-child(3) { height: 35%; }.audit-meter i:nth-child(4) { height: 72%; }
.audit-meter i:nth-child(5) { height: 55%; }.audit-meter i:nth-child(6) { height: 88%; }
.audit-meter i:nth-child(7) { height: 66%; }.audit-meter i:nth-child(8) { height: 44%; }
.hero-hint { position: absolute; left: 51%; bottom: 22px; display: flex; align-items: center; gap: 11px; z-index: 11; transition: opacity .3s; }
.house-stage:hover .hero-hint, .house-stage.is-exploded .hero-hint { opacity: 0; }
.mouse-icon { width: 21px; height: 30px; border: 1px solid var(--ink); border-radius: 12px; position: relative; }
.mouse-icon::before { content: ""; position: absolute; width: 2px; height: 6px; background: var(--green); top: 5px; left: 9px; animation: scroll 1.8s infinite; }
@keyframes scroll { 50% { transform: translateY(6px); opacity: .25; } }
.hero-hint p { margin: 0; }
.hero-hint b, .hero-hint small { display: block; }
.hero-hint b { font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.hero-hint small { color: var(--muted); font-size: 8px; }

.intro-strip { background: var(--green); color: white; }
.intro-strip .shell { min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.intro-strip p { max-width: 760px; margin: 0; font-size: clamp(18px, 2vw, 25px); line-height: 1.5; }
.intro-strip a { flex: 0 0 auto; padding: 15px 18px; border: 1px solid rgba(255,255,255,.5); font-size: 12px; font-weight: 700; }
.intro-strip a span { margin-left: 18px; color: var(--lime); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 56px; }
.section-heading h2, .result-copy h2, .request-card h2 { margin: 0; font-size: clamp(38px, 4.1vw, 58px); line-height: 1.08; font-weight: 600; }
.section-heading > p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 70px 1.1fr 1.4fr 1fr; align-items: center; gap: 30px; min-height: 150px; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.service-row:hover { padding-inline: 20px; background: var(--paper-light); }
.service-row-link { position: relative; color: inherit; cursor: pointer; }
.service-row-link::after { content: "↗"; position: absolute; top: 17px; right: 2px; color: var(--green); font-size: 18px; opacity: 0; transform: translate(-7px, 7px); transition: opacity .2s, transform .2s; }
.service-row-link:hover::after { opacity: 1; transform: translate(0, 0); }
.service-row-link:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; background: var(--paper-light); }
.service-number { color: var(--green); font: 600 10px var(--display); }
.service-row h3 { margin: 0; font: 600 18px/1.2 var(--display); letter-spacing: -.04em; }
.service-row > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.tag-list { display: flex; flex-wrap: wrap; gap: 6px; justify-content: flex-end; }
.tag-list span { padding: 7px 8px; border: 1px solid var(--line); font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.result-section { background: var(--ink); color: white; overflow: hidden; }
.result-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 110px; align-items: center; }
.result-copy h2 em { color: transparent; -webkit-text-stroke: 1px var(--lime); font-style: normal; }
.result-copy > p:not(.eyebrow) { max-width: 510px; margin-top: 30px; color: #aeb7b3; line-height: 1.8; }
.result-data { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255,255,255,.16); }
.data-main { grid-column: 1 / -1; padding: 28px; border-bottom: 1px solid rgba(255,255,255,.16); }
.result-data span { color: #8e9994; font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.data-main strong { display: block; margin: 12px 0 22px; color: var(--lime); font: 600 68px/1 var(--display); }
.data-main sup { font-size: .3em; color: #9ba49f; }
.data-main > i { display: block; height: 4px; background: #353d3a; }
.data-main > i b { display: block; width: 96%; height: 100%; background: var(--lime); }
.data-cell { padding: 24px 28px; border-bottom: 1px solid rgba(255,255,255,.16); }
.data-cell + .data-cell { border-left: 1px solid rgba(255,255,255,.16); }
.data-cell strong { display: block; margin-top: 10px; font: 600 20px var(--display); }
.data-cell small { font: 500 9px var(--text); color: #8e9994; }
.result-data ul { grid-column: 1 / -1; list-style: none; margin: 0; padding: 15px 28px 22px; }
.result-data li { padding: 11px 0; color: #d8dcda; font-size: 12px; }
.result-data li span { color: var(--lime); margin-right: 10px; }

.steps { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; }
.steps li { min-height: 180px; padding: 21px 25px 0 0; border-top: 1px solid var(--ink); position: relative; }
.steps li::before { content: ""; position: absolute; width: 9px; height: 9px; top: -5px; left: 0; border: 1px solid var(--ink); border-radius: 50%; background: var(--lime); }
.steps li > span { display: block; margin-bottom: 47px; color: #8a918d; font: 600 9px var(--display); }
.steps h3 { margin-bottom: 12px; font: 600 15px var(--display); letter-spacing: -.03em; }
.steps p { max-width: 230px; color: var(--muted); font-size: 12px; line-height: 1.65; }

.request-section { padding-top: 25px; }
.request-card { display: grid; grid-template-columns: 1fr .85fr; gap: 90px; padding: 75px; color: white; background: var(--green); position: relative; overflow: hidden; }
.request-card::before { content: ""; position: absolute; width: 420px; height: 420px; left: -190px; bottom: -270px; border: 1px solid rgba(216,255,88,.18); border-radius: 50%; box-shadow: 0 0 0 70px rgba(216,255,88,.035), 0 0 0 140px rgba(216,255,88,.02); }
.request-note { max-width: 450px; margin-top: 28px; color: #c7d7d1; line-height: 1.7; }
.telegram-only { align-items: center; }
.telegram-contact { min-height: 112px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 22px 25px; color: var(--ink); background: var(--paper-light); border: 1px solid rgba(255,255,255,.45); position: relative; z-index: 2; transition: transform .2s, background .2s; }
.telegram-contact:hover { transform: translateY(-3px); background: var(--lime); }
.telegram-contact .telegram-icon { width: 48px; height: 48px; }
.telegram-contact .telegram-icon i { width: 27px; height: 25px; }
.telegram-contact > span:nth-child(2) { font: 600 19px/1 var(--display); letter-spacing: -.03em; }
.telegram-contact small { display: block; margin-bottom: 7px; color: var(--muted); font: 700 8px/1 var(--text); letter-spacing: .14em; text-transform: uppercase; }
.telegram-contact b { font-size: 24px; font-weight: 400; }
.request-form { display: grid; gap: 17px; position: relative; z-index: 2; }
.request-form label { color: #c0d0ca; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.request-form input, .request-form textarea { width: 100%; display: block; margin-top: 7px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; outline: none; resize: vertical; color: white; background: transparent; }
.request-form input:focus, .request-form textarea:focus { border-color: var(--lime); }
.request-form input::placeholder, .request-form textarea::placeholder { color: #90aaa1; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: space-between; min-width: 210px; gap: 30px; padding: 18px 21px; font-size: 13px; font-weight: 700; }
.button-primary { background: var(--lime); color: var(--ink); box-shadow: 6px 6px 0 var(--ink); }
.request-form .button { width: calc(100% - 6px); margin-top: 6px; }
.request-form > small { color: #9eb8ae; font-size: 8px; line-height: 1.5; }
.success-message { display: inline-block; margin-top: 18px; padding: 12px 14px; color: var(--lime); border: 1px solid rgba(216,255,88,.4); font-size: 12px; }
.footer { min-height: 128px; display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; color: var(--muted); border-top: 1px solid var(--line); font-size: 11px; }
.footer p { margin: 0; }

/* Audit MikroTik service page */
.desktop-nav a[aria-current="page"] { border-color: var(--green); color: var(--green); }
.audit-page { background: var(--paper-light); }
.audit-hero { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); align-items: center; gap: 100px; padding-top: 90px; padding-bottom: 110px; position: relative; isolation: isolate; }
.audit-hero::before { content: ""; position: absolute; width: 640px; height: 640px; left: -260px; top: 15px; border: 1px solid rgba(23,32,30,.07); border-radius: 50%; box-shadow: 0 0 0 90px rgba(23,32,30,.022), 0 0 0 180px rgba(23,32,30,.014); z-index: -1; }
.audit-hero-copy { max-width: 760px; }
.audit-hero h1 { margin: 0; font-size: clamp(56px, 6.4vw, 92px); line-height: 1.02; }
.audit-hero h1 em { color: transparent; -webkit-text-stroke: 1.4px var(--green); font-style: normal; }
.audit-lead { max-width: 690px; margin: 32px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.audit-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.audit-actions .button, .audit-terms-copy .button { max-width: 250px; }
.audit-text-link { padding: 12px 0; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.audit-text-link span { margin-left: 20px; color: var(--green); }
.audit-terminal { color: white; background: var(--ink); border: 1px solid rgba(23,32,30,.7); box-shadow: 18px 18px 0 var(--mint); }
.terminal-head { display: flex; justify-content: space-between; padding: 15px 18px; border-bottom: 1px solid rgba(255,255,255,.15); color: #9ca7a2; font-size: 8px; letter-spacing: .15em; }
.terminal-head b { color: var(--lime); font-weight: 700; }
.terminal-score { padding: 27px 25px 22px; border-bottom: 1px solid rgba(255,255,255,.15); }
.terminal-score span { display: block; color: #8f9a95; font-size: 8px; font-weight: 700; letter-spacing: .16em; }
.terminal-score strong { display: block; margin-top: 10px; color: var(--lime); font: 600 74px/1 var(--display); }
.terminal-score sup { color: #87928d; font-size: .3em; }
.audit-terminal ul { list-style: none; margin: 0; padding: 8px 25px; }
.audit-terminal li { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 11px; }
.audit-terminal li i { width: 8px; height: 8px; border: 1px solid var(--lime); border-radius: 50%; box-shadow: inset 0 0 0 2px var(--ink); background: var(--lime); }
.audit-terminal li b { color: #89948f; font-size: 7px; letter-spacing: .13em; }
.audit-terminal > p { margin: 0; padding: 17px 25px 20px; color: #aab3af; font-size: 9px; letter-spacing: .06em; }
.audit-scope { background: var(--paper-light); }
.audit-check-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--line); }
.audit-check-grid article { min-height: 250px; padding: 28px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s, transform .25s; }
.audit-check-grid article:hover { background: var(--paper); transform: translateY(-3px); }
.audit-check-grid article > span { color: var(--green); font: 600 9px var(--display); }
.audit-check-grid h3 { margin: 55px 0 14px; font: 600 18px/1.2 var(--display); letter-spacing: -.04em; }
.audit-check-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.audit-report-section { color: white; background: var(--ink); overflow: hidden; }
.audit-report-grid { display: grid; grid-template-columns: 1fr .88fr; gap: 110px; align-items: center; }
.audit-report-copy h2 { margin: 0; font-size: clamp(42px, 4.6vw, 66px); line-height: 1.08; font-weight: 600; }
.audit-report-copy h2 em { color: transparent; -webkit-text-stroke: 1px var(--lime); font-style: normal; }
.audit-report-copy > p:not(.eyebrow) { max-width: 570px; margin-top: 28px; color: #b1bbb6; line-height: 1.8; }
.audit-report-copy ul { list-style: none; margin: 30px 0 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 22px; }
.audit-report-copy li { padding: 13px 0; border-top: 1px solid rgba(255,255,255,.12); color: #d6dcda; font-size: 12px; }
.audit-report-copy li span { margin-right: 9px; color: var(--lime); }
.pdf-preview { padding: 38px; background: #26302d; transform: rotate(1.5deg); box-shadow: 26px 26px 0 rgba(216,255,88,.13); }
.pdf-sheet { padding: 34px; color: var(--ink); background: #f5f4ef; box-shadow: 0 18px 45px rgba(0,0,0,.28); }
.pdf-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; border-bottom: 1px solid var(--ink); }
.pdf-head strong { font: 700 17px var(--display); }
.pdf-head span { color: var(--muted); font-size: 7px; letter-spacing: .14em; }
.pdf-sheet > h3 { margin: 35px 0 25px; font: 600 31px/1.08 var(--display); letter-spacing: -.05em; }
.pdf-meta { display: grid; gap: 5px; padding-bottom: 18px; color: var(--muted); font-size: 7px; letter-spacing: .12em; }
.pdf-meta b { color: var(--ink); font-size: 8px; }
.pdf-finding { display: grid; grid-template-columns: 24px 1fr auto; align-items: center; gap: 11px; padding: 14px 0; border-top: 1px solid var(--line); }
.pdf-finding > span { font: 600 8px var(--display); }
.pdf-finding p { margin: 0; }
.pdf-finding b, .pdf-finding small { display: block; }
.pdf-finding b { margin-bottom: 5px; font-size: 10px; }
.pdf-finding small { color: var(--muted); font-size: 8px; }
.pdf-finding em { padding: 5px 7px; border: 1px solid currentColor; font-size: 7px; font-style: normal; font-weight: 700; }
.risk-high em { color: #d9664f; }.risk-medium em { color: #b98b24; }.risk-low em { color: var(--green); }
.pdf-footer { display: flex; flex-wrap: wrap; gap: 5px; padding-top: 18px; border-top: 1px solid var(--ink); }
.pdf-footer span { padding: 5px 7px; border: 1px solid var(--line); font-size: 6px; font-weight: 700; letter-spacing: .1em; }
.audit-terms { display: grid; grid-template-columns: 1fr .9fr; gap: 120px; align-items: start; }
.audit-terms h2 { margin: 0; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.08; font-weight: 600; }
.audit-terms-copy { padding-top: 28px; border-top: 1px solid var(--ink); }
.audit-terms-copy p { margin-bottom: 18px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.audit-terms-copy .button { margin-top: 18px; }
.audit-contact { padding-top: 0; }

@media (max-width: 1050px) {
  .hero { min-height: auto; display: grid; grid-template-rows: auto 1fr; }
  .house-stage { grid-template-columns: 1fr; min-height: 930px; margin-top: 0; }
  .house-stage { position: relative; inset: auto; }
  .house-viewport { min-height: 650px; }
  .wifi-brief { top: 18px; }
  .equipment-panel { position: absolute; right: 0; top: auto; bottom: 30px; width: 360px; }
  .house-model { left: 39%; }
  .hero-hint { left: 55%; bottom: 295px; }
  .service-row { grid-template-columns: 50px 1fr 1.4fr; }
  .tag-list { grid-column: 2 / -1; justify-content: flex-start; padding-bottom: 20px; }
  .result-grid { grid-template-columns: 1fr; gap: 65px; }
  .request-card { grid-template-columns: 1fr; gap: 55px; }
  .audit-hero { grid-template-columns: 1fr .8fr; gap: 55px; }
  .audit-hero h1 { font-size: clamp(48px, 6.6vw, 70px); }
  .audit-report-grid { grid-template-columns: 1fr 1fr; gap: 55px; }
  .audit-terms { gap: 70px; }
}

@media (max-width: 720px) {
  .shell { width: min(1240px, calc(100% - 28px)); }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .site-header { height: 74px; }
  .desktop-nav { display: none; }
  .telegram-cta { min-width: 0; padding: 0; border: 0; background: transparent; }
  .telegram-cta:hover { transform: none; background: transparent; }
  .telegram-cta > span:last-child { display: none; }
  .telegram-icon { width: 34px; height: 34px; border: 1px solid var(--green); }
  .brand { font-size: 15px; }
  .brand-mark { transform: scale(.85); transform-origin: left center; margin-right: -3px; }
  .hero { min-height: auto; padding-top: 30px; }
  .hero-title { display: block; width: 100%; }
  .hero-title .eyebrow { max-width: 260px; margin-bottom: 17px; }
  h1 { width: 100%; font-size: clamp(34px, 10.5vw, 46px); line-height: 1.06; overflow-wrap: anywhere; }
  .house-stage {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 430px auto;
    overflow: hidden;
  }
  .house-stage::before {
    width: 540px;
    height: 540px;
    left: 50%;
    top: 170px;
    transform: translateX(-50%);
    box-shadow: 0 0 0 65px rgba(23,32,30,.025), 0 0 0 130px rgba(23,32,30,.018);
  }
  .wifi-brief { position: relative; top: auto; right: auto; width: 100%; min-width: 0; margin-top: 28px; padding-left: 16px; grid-row: 1; }
  .wifi-brief h2 { font-size: 24px; }
  .wifi-brief p { max-width: 100%; }
  .coverage-line { grid-template-columns: minmax(0, 1fr) auto auto; }
  .house-viewport { width: 100%; min-width: 0; min-height: 430px; height: 430px; grid-row: 2; overflow: hidden; }
  .house-model { left: 50%; bottom: -28px; transform: translateX(-50%) scale(.66); transform-origin: bottom center; }
  .house-stage:hover .house-model,
  .house-stage.is-exploded .house-model { transform: translateX(-51%) translateY(-46px) scale(.57); }
  .building-layer { transition-duration: .65s; }
  .house-stage:hover .layer-roof,
  .house-stage.is-exploded .layer-roof { transform: translateY(-70px) scale(.92); }
  .house-stage:hover .layer-three,
  .house-stage.is-exploded .layer-three { transform: translateY(-15px) scale(.94); }
  .house-stage:hover .layer-two,
  .house-stage.is-exploded .layer-two { transform: translateY(65px) scale(.96); }
  .house-stage:hover .layer-one,
  .house-stage.is-exploded .layer-one { transform: translateY(145px) scale(.98); }
  .house-toggle { left: 4px; bottom: 13px; min-height: 44px; }
  .toggle-icon { width: 40px; height: 40px; }
  .guide-left { left: 14%; }.guide-right { left: 86%; }
  .hero-hint { display: none; }
  .equipment-panel { position: relative; right: auto; bottom: auto; width: 100%; max-width: 100%; min-width: 0; padding: 12px 0 0; grid-row: 3; }
  .equipment-card { width: 100%; min-width: 0; padding: 13px 4px 13px 15px; opacity: 1; transform: none; }
  .equipment-card p { max-width: calc(100% - 8px); }
  .equipment-card::before { display: none; }
  .intro-strip .shell { padding: 35px 0; display: block; }
  .intro-strip p { margin-bottom: 24px; font-size: 17px; }
  .section-heading { display: block; margin-bottom: 42px; }
  .section-heading h2, .result-copy h2, .request-card h2 { font-size: clamp(29px, 8.7vw, 35px); overflow-wrap: anywhere; }
  .section-heading > p { margin-top: 26px; }
  .service-row { grid-template-columns: 28px minmax(0, 1fr); gap: 12px; padding: 25px 0; }
  .service-row > p, .tag-list { grid-column: 2; }
  .service-row h3 { font-size: 16px; }
  .service-row > p { font-size: 12px; line-height: 1.65; }
  .service-row:hover { padding-inline: 0; }
  .service-row-link::after { top: 18px; right: 0; opacity: 1; transform: none; font-size: 15px; }
  .result-data { grid-template-columns: 1fr; }
  .data-main, .data-cell, .result-data ul { grid-column: 1; }
  .data-cell + .data-cell { border-left: 0; }
  .data-main strong { font-size: 56px; }
  .data-main, .data-cell { padding-inline: 20px; }
  .result-data ul { padding-inline: 20px; }
  .steps { grid-template-columns: 1fr; gap: 30px; }
  .steps li { min-height: 145px; }
  .steps li > span { margin-bottom: 28px; }
  .request-section { padding-top: 12px; }
  .request-card { padding: 44px 20px; }
  .telegram-contact { min-height: 96px; grid-template-columns: auto minmax(0, 1fr) auto; gap: 13px; padding: 16px; }
  .telegram-contact > span:nth-child(2) { min-width: 0; font-size: 16px; }
  .footer { grid-template-columns: 1fr auto; padding: 40px 0; }
  .footer > p:nth-child(2) { display: none; }
  .audit-hero { min-height: auto; display: block; padding-top: 58px; padding-bottom: 84px; }
  .audit-hero::before { width: 420px; height: 420px; left: -250px; top: 35px; box-shadow: 0 0 0 55px rgba(23,32,30,.022), 0 0 0 110px rgba(23,32,30,.014); }
  .audit-hero h1 { font-size: clamp(39px, 12vw, 52px); line-height: 1.06; overflow-wrap: normal; }
  .audit-lead { margin-top: 25px; font-size: 14px; line-height: 1.7; }
  .audit-actions { align-items: stretch; flex-direction: column; gap: 15px; margin-top: 30px; }
  .audit-actions .button { max-width: none; width: calc(100% - 6px); }
  .audit-text-link { align-self: flex-start; }
  .audit-terminal { margin: 62px 8px 0 0; box-shadow: 9px 9px 0 var(--mint); }
  .terminal-score strong { font-size: 60px; }
  .audit-check-grid { grid-template-columns: 1fr; }
  .audit-check-grid article { min-height: 0; padding: 23px 20px 26px; }
  .audit-check-grid h3 { margin: 30px 0 11px; font-size: 17px; }
  .audit-report-grid { grid-template-columns: 1fr; gap: 55px; }
  .audit-report-copy h2 { font-size: 35px; }
  .audit-report-copy ul { grid-template-columns: 1fr; }
  .pdf-preview { padding: 15px; transform: none; box-shadow: 10px 10px 0 rgba(216,255,88,.13); }
  .pdf-sheet { padding: 23px 19px; }
  .pdf-sheet > h3 { margin: 28px 0 22px; font-size: 25px; }
  .pdf-finding { grid-template-columns: 20px minmax(0, 1fr) auto; gap: 8px; }
  .pdf-finding small { font-size: 7px; }
  .audit-terms { grid-template-columns: 1fr; gap: 45px; }
  .audit-terms h2 { font-size: 35px; }
  .audit-terms-copy { padding-top: 22px; }
  .audit-terms-copy .button { max-width: none; width: calc(100% - 6px); }
}

@media (hover: none) {
  .house-stage:hover .layer-roof { transform: translateY(0) scale(.92); }
  .house-stage:hover .layer-three { transform: translateY(0) scale(.94); }
  .house-stage:hover .layer-two { transform: translateY(0) scale(.96); }
  .house-stage:hover .layer-one { transform: translateY(0) scale(.98); }
  .house-stage:hover .house-model { transform: translateX(-50%) scale(.85); }
  .house-stage:hover .layer-tag { opacity: 0; transform: translateX(14px); }
  .house-stage:hover .equipment-card { opacity: 0; transform: translateX(45px); }
  .house-stage.is-exploded .equipment-card { opacity: 1; transform: translateX(0); }
}

@media (max-width: 720px) and (hover: none) {
  .house-stage:hover .house-model { transform: translateX(-50%) scale(.66); }
  .house-stage:hover .equipment-card { opacity: 1; transform: none; }
  .house-stage.is-exploded:hover .house-model { transform: translateX(-51%) translateY(-46px) scale(.57); }
  .house-stage.is-exploded:hover .layer-roof { transform: translateY(-70px) scale(.92); }
  .house-stage.is-exploded:hover .layer-three { transform: translateY(-15px) scale(.94); }
  .house-stage.is-exploded:hover .layer-two { transform: translateY(65px) scale(.96); }
  .house-stage.is-exploded:hover .layer-one { transform: translateY(145px) scale(.98); }
}

@media (max-width: 380px) {
  .shell { width: min(1240px, calc(100% - 22px)); }
  h1 { font-size: 32px; }
  .house-stage { grid-template-rows: auto 400px auto; }
  .house-viewport { min-height: 400px; height: 400px; }
  .house-model { bottom: -34px; transform: translateX(-50%) scale(.6); }
  .house-stage:hover .house-model { transform: translateX(-50%) scale(.6); }
  .house-stage.is-exploded .house-model,
  .house-stage.is-exploded:hover .house-model { transform: translateX(-51%) translateY(-42px) scale(.52); }
  .coverage-line { gap: 7px; }
  .coverage-line strong { font-size: 8px; }
  .section-heading h2, .result-copy h2, .request-card h2 { font-size: 28px; }
  .audit-hero h1 { font-size: 37px; }
  .audit-report-copy h2, .audit-terms h2 { font-size: 31px; }
  .pdf-sheet { padding-inline: 16px; }
}

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

/* 404 */
.error-page { min-height: 100vh; background: var(--paper); }
.error-hero { min-height: calc(100vh - 76px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr); align-items: center; gap: clamp(55px, 9vw, 140px); padding-top: 70px; padding-bottom: 90px; }
.error-copy { position: relative; z-index: 1; }
.error-code { margin: 28px 0 -20px; color: transparent; -webkit-text-stroke: 1px var(--teal); font-family: var(--display); font-size: clamp(92px, 15vw, 190px); font-weight: 700; line-height: .78; letter-spacing: -.07em; }
.error-copy h1 { max-width: 760px; margin: 32px 0 24px; font-size: clamp(48px, 7vw, 92px); line-height: .88; }
.error-copy > p:not(.eyebrow):not(.error-code) { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.75; }
.error-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.error-actions .button { min-width: 220px; }
.error-panel { position: relative; min-height: 410px; padding: 34px; overflow: hidden; color: #fff; background: var(--ink); box-shadow: 18px 18px 0 var(--mint); }
.error-panel::after { position: absolute; right: -90px; bottom: -90px; width: 280px; height: 280px; border: 1px solid rgba(134,219,199,.35); border-radius: 50%; box-shadow: 0 0 0 48px rgba(134,219,199,.05), 0 0 0 96px rgba(134,219,199,.03); content: ""; }
.error-panel > span { color: var(--mint); font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }
.error-panel strong { display: block; margin-top: 48px; color: var(--lime); font-family: var(--display); font-size: clamp(100px, 13vw, 170px); line-height: .8; letter-spacing: -.07em; }
.error-panel i { display: block; width: 100%; height: 1px; margin: 65px 0 24px; background: rgba(255,255,255,.16); }
.error-panel p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.62); font-size: 9px; letter-spacing: .16em; }

@media (max-width: 720px) {
  .error-hero { min-height: auto; grid-template-columns: 1fr; gap: 58px; padding-top: 60px; padding-bottom: 85px; }
  .error-code { font-size: 108px; }
  .error-copy h1 { font-size: 43px; }
  .error-copy > p:not(.eyebrow):not(.error-code) { font-size: 14px; }
  .error-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .error-actions .button { width: calc(100% - 6px); }
  .error-actions .audit-text-link { align-self: flex-start; }
  .error-panel { min-height: 310px; padding: 28px; box-shadow: 10px 10px 0 var(--mint); }
  .error-panel strong { margin-top: 40px; font-size: 108px; }
  .error-panel i { margin: 45px 0 22px; }
}
