/* psvz.kz — standalone look: light steel, signal red, key tags */
:root {
  --bg: #f2f4f5;
  --surface: #ffffff;
  --ink: #16212b;
  --ink-2: #3c4854;
  --muted: #5d6974;
  --line: #dde3e7;
  --line-2: #c9d1d7;
  --red: #d42f2a;
  --red-2: #b3231f;
  --red-soft: #fcebea;
  --steel: #e6ebee;
  --dark: #16212b;
  --dark-2: #1f2c37;
  --wa: #16803f;
  --wa-2: #116932;
  --r: 8px;
  --r-lg: 14px;
  --wrap: 1180px;
  --gut: 24px;
  --hdr: 72px;
  --f-sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, "Cascadia Mono", Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--hdr) + 8px); }
body { margin: 0; background: var(--bg); color: var(--ink); font: 400 16px/1.6 var(--f-sans); }
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3 { text-wrap: balance; }
:focus-visible { outline: 3px solid var(--red); outline-offset: 3px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gut); }
.skip { position: absolute; left: -9999px; top: 8px; z-index: 100; padding: 10px 16px; border-radius: var(--r); background: var(--ink); color: #fff; font-weight: 600; }
.skip:focus { left: 12px; }

/* buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 22px; border: 2px solid transparent; border-radius: var(--r); cursor: pointer;
  font: 600 16px/1.1 var(--f-sans); text-decoration: none; white-space: nowrap;
  transition: background-color .2s, border-color .2s, color .2s, transform .2s;
}
.btn svg { flex: none; }
.btn:active { transform: translateY(1px); }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-2); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { background: var(--wa-2); }
.btn-line { border-color: var(--ink); background: transparent; color: var(--ink); }
.btn-line:hover { background: var(--ink); color: #fff; }
.btn-lg { min-height: 56px; padding: 0 26px; font-size: 17px; }
.btn-sm { min-height: 42px; padding: 0 16px; font-size: 15px; }
.btn .num { font-family: var(--f-mono); font-weight: 500; }

/* logo: a red key tag with a punched hole */
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.logo-tag { position: relative; display: inline-flex; align-items: center; height: 38px; padding: 0 14px 0 30px; border-radius: 19px 6px 6px 19px; background: var(--red); color: #fff; font: 600 21px/1 var(--f-mono); letter-spacing: -.01em; }
.logo-hole { position: absolute; left: 11px; top: 50%; width: 10px; height: 10px; margin-top: -5px; border-radius: 50%; background: var(--bg); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25); }
.logo-text { max-width: 110px; color: var(--ink-2); font-size: 13px; font-weight: 500; line-height: 1.2; }

/* header */
.hdr { position: sticky; top: 0; z-index: 40; background: rgba(242, 244, 245, .96); border-bottom: 1px solid var(--line); backdrop-filter: saturate(1.2) blur(8px); }
.hdr-in { display: flex; align-items: center; gap: 26px; height: var(--hdr); }
.nav { display: flex; align-items: center; gap: 22px; margin-left: 8px; }
.nav a { padding: 8px 0; border-bottom: 2px solid transparent; color: var(--ink-2); font-size: 15px; font-weight: 500; text-decoration: none; white-space: nowrap; }
.nav a:hover { border-color: var(--red); color: var(--ink); }
.nav .nav-tel { display: none; }
.hdr-cta { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.hdr-tel { font: 600 18px/1 var(--f-mono); text-decoration: none; white-space: nowrap; }
.hdr-tel:hover { color: var(--red); }
.hdr-cta .btn-sm svg { width: 18px; height: 18px; }
.burger { display: none; width: 46px; height: 46px; margin-right: -8px; border: 0; border-radius: var(--r); background: transparent; cursor: pointer; place-items: center; }

/* hero: text on the left, framed photo with the facts card on the right */
.hero { padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 7vw, 96px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 460px; align-items: center; gap: clamp(32px, 5vw, 72px); }
.badge { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 20px; padding: 7px 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--ink-2); font-size: 14px; font-weight: 500; }
.badge-dot { width: 9px; height: 9px; border-radius: 50%; background: #1ea952; box-shadow: 0 0 0 4px rgba(30, 169, 82, .18); }
.hero h1 { margin: 0 0 20px; font: 700 clamp(34px, 1.3rem + 2.6vw, 58px)/1.08 var(--f-sans); letter-spacing: -.02em; }
.hero h1 .acc { color: var(--red); }
.hero-sub { max-width: 600px; margin: 0 0 30px; color: var(--ink-2); font-size: 18px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.hero-note { max-width: 600px; margin: 0; color: var(--muted); font-size: 15px; }
.hero-note strong { color: var(--ink); font-weight: 600; }

.hero-visual { position: relative; padding-bottom: 60px; }
.hero-photo { overflow: hidden; margin-left: 60px; border-radius: var(--r-lg); background: var(--dark); box-shadow: 0 30px 60px rgba(22, 33, 43, .18); aspect-ratio: 4 / 5; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.facts { position: absolute; left: 0; right: 40px; bottom: 0; padding: 18px 18px 16px; border-radius: var(--r-lg); background: var(--surface); box-shadow: 0 20px 44px rgba(22, 33, 43, .18); }
.facts-title { margin: 0 0 12px; font: 600 14px/1.3 var(--f-mono); color: var(--red); letter-spacing: .02em; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.metric { display: flex; flex-direction: column; gap: 2px; padding: 10px; border-radius: var(--r); background: var(--bg); }
.metric-label { color: var(--muted); font-size: 12.5px; line-height: 1.25; }
.metric-value { font: 600 19px/1.15 var(--f-mono); white-space: nowrap; }
.metric-tag { color: var(--muted); font-size: 12.5px; line-height: 1.25; }
.facts-note { margin: 12px 0 0; color: var(--ink-2); font-size: 14px; line-height: 1.45; }

/* sections */
.sec { padding: clamp(56px, 7vw, 92px) 0; }
.sec-b { background: var(--surface); }
.sec-dark { background: var(--dark); color: #eef2f5; }
.sec-head { max-width: 760px; margin: 0 0 clamp(28px, 4vw, 44px); }
.kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 10px; color: var(--red); font: 600 14px/1 var(--f-mono); letter-spacing: .06em; text-transform: uppercase; }
.kicker::before { content: ""; width: 22px; height: 12px; border-radius: 6px 2px 2px 6px; background: var(--red); box-shadow: inset 5px 0 0 -2px var(--bg); }
.sec-b .kicker::before { box-shadow: inset 5px 0 0 -2px var(--surface); }
.sec-head h2, .contact-text h2 { margin: 0; font: 700 clamp(28px, 1.1rem + 1.8vw, 42px)/1.15 var(--f-sans); letter-spacing: -.015em; }
.sub { margin: 12px 0 0; color: var(--ink-2); font-size: 17px; }

/* services */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.svc { display: flex; flex-direction: column; padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); }
.sec-b .svc { background: var(--bg); border-color: transparent; }
.svc h3 { margin: 0 0 8px; font-size: 20px; font-weight: 600; line-height: 1.25; }
.svc p { margin: 0; color: var(--ink-2); }
.svc ul { display: grid; gap: 6px; margin: 14px 0 0; padding: 0; list-style: none; color: var(--ink-2); font-size: 15px; }
.svc li { position: relative; padding-left: 18px; }
.svc li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 2px; background: var(--red); }
.svc .svc-tag { margin-top: auto; padding-top: 16px; color: var(--red); font: 600 13.5px/1.3 var(--f-mono); }

/* situations */
.sit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.situation { padding: 22px; border-radius: var(--r-lg); background: var(--bg); }
.situation h3 { margin: 0 0 6px; font-size: 18px; font-weight: 600; }
.situation p { margin: 0; color: var(--ink-2); }

/* about (unique per city) */
.about-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-block { padding: 24px 22px; border-left: 4px solid var(--red); border-radius: 0 var(--r-lg) var(--r-lg) 0; background: var(--surface); }
.about-block h3 { margin: 0 0 10px; font-size: 19px; font-weight: 600; line-height: 1.3; }
.about-block p { margin: 0 0 10px; color: var(--ink-2); font-size: 15.5px; line-height: 1.65; }
.about-block p:last-child { margin-bottom: 0; }

/* process */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.step { padding: 22px 20px; border-radius: var(--r-lg); background: var(--bg); }
.sec-a .step { background: var(--surface); }
.step-n { display: inline-block; margin-bottom: 10px; color: var(--red); font: 600 14px/1 var(--f-mono); }
.step h3 { margin: 0 0 6px; font-size: 18px; font-weight: 600; }
.step p { margin: 0; color: var(--ink-2); font-size: 15.5px; }

/* prices */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 26px 22px 22px; border: 1px solid var(--line); border-radius: var(--r-lg); background: var(--surface); }
.price-card.is-top { border: 2px solid var(--red); }
.price-badge { position: absolute; top: -12px; left: 20px; padding: 3px 10px; border-radius: 999px; background: var(--red); color: #fff; font: 600 12.5px/1.4 var(--f-mono); }
.price-card h3 { margin: 0 0 8px; font-size: 19px; font-weight: 600; }
.price-value { margin: 0; font: 600 32px/1.1 var(--f-mono); letter-spacing: -.02em; }
.price-note { margin: 6px 0 14px; color: var(--muted); font-size: 14.5px; }
.price-card ul { display: grid; gap: 6px; margin: auto 0 0; padding: 14px 0 0; border-top: 1px dashed var(--line-2); list-style: none; color: var(--ink-2); font-size: 15px; }
.price-card li { position: relative; padding-left: 18px; }
.price-card li::before { content: ""; position: absolute; left: 0; top: .62em; width: 7px; height: 7px; border-radius: 2px; background: var(--red); }
.price-foot { max-width: 860px; margin: 20px 0 0; color: var(--muted); font-size: 14px; }

/* faq */
.faq { display: grid; gap: 10px; max-width: 880px; }
.qa { border-radius: var(--r-lg); background: var(--bg); }
.qa summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 600; }
.qa summary::-webkit-details-marker { display: none; }
.qa summary:hover { color: var(--red); }
.qa-ico { display: grid; flex: none; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--surface); color: var(--red); transition: transform .25s; }
.qa[open] .qa-ico { transform: rotate(45deg); }
.qa p { margin: 0; padding: 0 18px 18px; color: var(--ink-2); }

/* contacts on dark */
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 64px); align-items: start; }
.sec-dark .kicker { color: #ff8b86; }
.sec-dark .kicker::before { background: #ff8b86; box-shadow: inset 5px 0 0 -2px var(--dark); }
.contact-text > p { margin: 14px 0 22px; color: #c8d1d9; font-size: 17px; }
.contact-line { display: flex; flex-direction: column; gap: 2px; margin: 0 0 14px; color: #c8d1d9; }
.contact-line span { color: #93a1ad; font-size: 14px; }
.contact-tel { color: #fff; font: 600 30px/1.2 var(--f-mono); text-decoration: none; }
.contact-tel:hover { color: #ff8b86; }
.contact-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.lead { padding: 26px; border-radius: var(--r-lg); background: var(--surface); color: var(--ink); }
.lead h3 { margin: 0 0 16px; font-size: 22px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.field label { color: var(--ink-2); font-size: 14px; font-weight: 500; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 11px 13px; border: 1px solid var(--line-2); border-radius: var(--r); background: var(--bg); color: var(--ink); font-size: 16px; }
.field textarea { resize: vertical; min-height: 104px; }
.field input::placeholder, .field textarea::placeholder { color: #8a959f; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--red); outline: none; box-shadow: 0 0 0 3px rgba(212, 47, 42, .18); background: #fff; }
.lead .btn { width: 100%; }
.lead .btn[disabled] { opacity: .6; cursor: progress; }
.form-status { min-height: 1.5em; margin: 10px 0 0; font-size: 15px; }
.form-status.ok { color: var(--wa); }
.form-status.err { color: var(--red-2); }
.form-status a { color: var(--red); font-weight: 600; }
.form-consent { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.hp { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

.others, .chips { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 40px; }
.others > span { color: #93a1ad; margin-right: 4px; }
.chip { display: inline-flex; align-items: center; min-height: 40px; padding: 0 16px; border: 1px solid var(--line-2); border-radius: 999px; font-size: 15px; font-weight: 500; text-decoration: none; }
.chip:hover { border-color: var(--red); color: var(--red); }
.sec-dark .chip { border-color: #3a4a57; color: #eef2f5; }
.sec-dark .chip:hover { border-color: #ff8b86; color: #ff8b86; }

/* hub: cities as key tags */
.tag-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.key-tag { position: relative; display: flex; flex-direction: column; gap: 6px; padding: 18px 20px 20px; border-radius: 40px 40px var(--r-lg) var(--r-lg); background: var(--surface); border: 1px solid var(--line); text-decoration: none; box-shadow: 0 12px 30px rgba(22, 33, 43, .06); transition: transform .2s, box-shadow .2s, border-color .2s; }
.key-tag:hover { transform: translateY(-4px) rotate(-.6deg); border-color: var(--red); box-shadow: 0 20px 40px rgba(22, 33, 43, .12); }
.key-tag-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.key-tag-hole { width: 22px; height: 22px; border: 5px solid var(--red); border-radius: 50%; background: var(--bg); }
.key-tag-code { padding: 4px 10px; border-radius: 6px; background: var(--steel); color: var(--ink-2); font: 600 15px/1 var(--f-mono); letter-spacing: .08em; }
.key-tag-city { font-size: 26px; font-weight: 700; letter-spacing: -.01em; }
.key-tag-text { color: var(--ink-2); font-size: 15px; line-height: 1.45; }
.key-tag-price { font: 600 15px/1.3 var(--f-mono); }
.key-tag-go { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 10px; color: var(--red); font-weight: 600; }

/* footer, mobile bar, 404 */
.ftr { padding: 36px 0; background: var(--dark-2); color: #c8d1d9; }
.ftr-in { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.ftr .logo-hole { background: var(--dark-2); }
.ftr .logo-text { color: #93a1ad; }
.ftr-text p { margin: 0; }
.ftr-name { color: #fff; font-weight: 600; }
.ftr-text p + p { color: #93a1ad; font-size: 14px; }
.ftr-links { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: flex-end; }
.ftr-links a { font-size: 15px; text-decoration: none; }
.ftr-links a:hover, .ftr-links a[aria-current] { color: #ff8b86; }
.mbar { display: none; }
.nf { padding: clamp(60px, 9vw, 120px) 0; }
.nf h1 { margin: 0 0 14px; font: 700 clamp(36px, 5vw, 56px)/1.1 var(--f-sans); }
.nf p { max-width: 560px; margin: 0 0 26px; color: var(--ink-2); font-size: 18px; }
.nf-cta { display: flex; flex-wrap: wrap; gap: 12px; }

/* responsive */
@media (max-width: 1180px) {
  .hdr-tel { display: none; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .tag-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 520px; }
  .svc-grid, .sit-grid, .about-grid { grid-template-columns: repeat(2, 1fr); }
  .price-grid { grid-template-columns: 1fr; max-width: 560px; gap: 24px; }
  .contact { grid-template-columns: 1fr; }
}
@media (max-width: 920px) {
  :root { --hdr: 64px; --gut: 18px; }
  .hdr-in { gap: 12px; }
  .logo-text { display: none; }
  .burger { display: grid; }
  .nav { position: absolute; top: var(--hdr); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; margin: 0; padding: 6px var(--gut) 18px; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(22, 33, 43, .12); }
  .nav.open { display: flex; }
  .nav a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 17px; }
  .nav .nav-tel { display: block; border: 0; padding-top: 18px; color: var(--red); font: 600 22px/1 var(--f-mono); }
  .ftr-in { grid-template-columns: 1fr; }
  .ftr-links { justify-content: flex-start; }
}
@media (max-width: 700px) {
  body { padding-bottom: 72px; }
  .hdr-cta .btn-red span { display: none; }
  .hdr-cta .btn-red { width: 46px; padding: 0; }
  .hero { padding-top: 28px; }
  .hero-sub { font-size: 16.5px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .hero-visual { padding-bottom: 0; }
  .hero-photo { margin-left: 0; aspect-ratio: 4 / 3; }
  .facts { position: relative; inset: auto; z-index: 1; margin-top: -40px; margin-left: 12px; margin-right: 12px; }
  .metric { padding: 8px; }
  .metric-value { font-size: 16px; white-space: normal; }
  .svc-grid, .sit-grid, .about-grid, .steps, .tag-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .lead { padding: 20px 16px; }
  .contact-cta .btn { flex: 1 1 100%; }
  .contact-tel { font-size: 26px; }
  .mbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 45; display: grid; grid-template-columns: 1fr 1fr 52px; gap: 8px; padding: 8px 10px calc(8px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(22, 33, 43, .08); }
  .mbar .btn { min-height: 50px; padding: 0 8px; font-size: 15px; }
  .mbar-form { display: grid; place-items: center; border: 1px solid var(--line-2); border-radius: var(--r); color: var(--red); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
