
:root {
  --bg: #f4f7f8;
  --surface: #ffffff;
  --surface-soft: #edf6f4;
  --ink: #12232b;
  --muted: #5b6d75;
  --line: #dbe5e8;
  --brand: #087f75;
  --brand-dark: #075e58;
  --accent: #ff8b3d;
  --danger: #b64040;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(18,35,43,.10);
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: var(--ink); background: var(--bg); line-height: 1.58; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 32px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: var(--ink); color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.topbar { background: var(--ink); color: #fff; font-size: 14px; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.status { display: inline-flex; align-items: center; gap: 8px; }
.status::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: #6ddf9b; box-shadow: 0 0 0 4px rgba(109,223,155,.15); }
.status.is-closed::before { background: #f1b35b; box-shadow: 0 0 0 4px rgba(241,179,91,.16); }
.topbar__note { color: #d7e2e5; }
.header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(219,229,232,.9); backdrop-filter: blur(12px); }
.header__inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; letter-spacing: -.02em; }
.logo__mark { width: 42px; height: 42px; border-radius: 13px; display: grid; place-items: center; background: var(--brand); color: #fff; box-shadow: 0 8px 20px rgba(8,127,117,.22); }
.logo__text span { display: block; font-size: 12px; color: var(--muted); font-weight: 600; letter-spacing: .02em; }
.nav { display: flex; align-items: center; gap: 26px; font-weight: 700; font-size: 15px; }
.nav a:hover { color: var(--brand); }
.header__actions { display: flex; align-items: center; gap: 10px; }
.phone-link { font-weight: 900; white-space: nowrap; }
.icon-btn { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; display: grid; place-items: center; background: #fff; transition: .2s ease; }
.icon-btn:hover { border-color: var(--brand); transform: translateY(-1px); }
.icon-btn svg { width: 21px; height: 21px; }
.btn { border: 0; border-radius: 13px; min-height: 48px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-weight: 800; cursor: pointer; transition: .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn--brand { background: var(--brand); color: #fff; box-shadow: 0 10px 24px rgba(8,127,117,.24); }
.btn--brand:hover { background: var(--brand-dark); }
.btn--accent { background: var(--accent); color: #182026; box-shadow: 0 10px 24px rgba(255,139,61,.22); }
.btn--light { background: #fff; color: var(--ink); border: 1px solid var(--line); }
.menu-btn { display: none; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line); border-radius: 12px; }
.breadcrumbs { font-size: 14px; color: var(--muted); padding: 18px 0 0; }
.breadcrumbs a:hover { color: var(--brand); }
.hero { padding: 52px 0 38px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(360px,.88fr); gap: 42px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-dark); background: var(--surface-soft); border: 1px solid #cce5df; padding: 7px 11px; border-radius: 999px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
h1 { margin: 18px 0 16px; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.045em; max-width: 900px; }
.hero__lead { margin: 0; font-size: clamp(18px, 2vw, 22px); color: var(--muted); max-width: 760px; }
.hero__facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 25px 0; }
.fact { background: #fff; border: 1px solid var(--line); padding: 9px 12px; border-radius: 11px; font-weight: 750; font-size: 14px; }
.hero__cta { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.hero__phone { font-size: 18px; font-weight: 900; }
.hero__note { margin-top: 17px; color: var(--muted); font-size: 14px; max-width: 680px; }
.hero-card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); padding: 26px; }
.hero-card::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; background: rgba(8,127,117,.10); top: -55px; right: -50px; z-index: 0; }
.hero-card > * { position: relative; z-index: 1; }
.hero-card__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 20px; }
.hero-card__price { font-size: 28px; font-weight: 950; letter-spacing: -.03em; }
.hero-card__label { color: var(--muted); font-size: 13px; }
.machine-art { height: 205px; border-radius: 18px; background: linear-gradient(145deg,#e9f6f3,#f8fbfb); display: grid; place-items: center; margin-bottom: 20px; overflow: hidden; }
.machine-art svg, .machine-art img { width: 88%; height: 88%; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 10px; align-items: flex-start; }
.check-list li::before { content: "✓"; width: 22px; height: 22px; flex: 0 0 22px; border-radius: 50%; display: grid; place-items: center; background: var(--surface-soft); color: var(--brand); font-weight: 950; }
.section { padding: 70px 0; }
.section--white { background: #fff; }
.section--dark { background: var(--ink); color: #fff; }
.section--soft { background: var(--surface-soft); }
.section-head { max-width: 760px; margin-bottom: 30px; }
.section-head h2 { margin: 0 0 12px; font-size: clamp(30px,4vw,46px); line-height: 1.08; letter-spacing: -.035em; }
.section-head p { margin: 0; color: var(--muted); font-size: 18px; }
.section--dark .section-head p { color: #c9d6da; }
.cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 23px; transition: .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: 0 14px 35px rgba(18,35,43,.08); border-color: #bfd4d8; }
.card__icon { width: 44px; height: 44px; border-radius: 13px; display: grid; place-items: center; background: var(--surface-soft); color: var(--brand); font-size: 20px; font-weight: 900; }
.card h3 { margin: 16px 0 8px; font-size: 22px; letter-spacing: -.02em; }
.card p { margin: 0; color: var(--muted); }
.card__bottom { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-weight: 850; }
.card__link { color: var(--brand); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.panel h2, .panel h3 { margin-top: 0; letter-spacing: -.025em; }
.panel ul { margin-bottom: 0; }
.number-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 16px; counter-reset: step; }
.number-list li { counter-increment: step; display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: start; }
.number-list li::before { content: counter(step); width: 42px; height: 42px; display: grid; place-items: center; background: var(--brand); color: #fff; border-radius: 13px; font-weight: 900; }
.number-list strong { display: block; margin-bottom: 3px; }
.number-list span { color: var(--muted); }
.warning { border-left: 4px solid var(--accent); background: #fff7f0; padding: 18px 20px; border-radius: 0 13px 13px 0; }
.price-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.price-table th, .price-table td { padding: 17px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.price-table th { background: #edf6f4; font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.price-table tr:last-child td { border-bottom: 0; }
.price-table td:nth-child(2) { font-weight: 900; white-space: nowrap; }
.price-note { margin-top: 18px; color: var(--muted); }
.faq { display: grid; gap: 12px; }
.faq__item { background: #fff; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.faq__question { width: 100%; border: 0; background: #fff; text-align: left; padding: 18px 48px 18px 19px; font-weight: 850; position: relative; cursor: pointer; }
.faq__question::after { content: "+"; position: absolute; right: 18px; top: 50%; transform: translateY(-50%); font-size: 25px; color: var(--brand); }
.faq__item.is-open .faq__question::after { content: "−"; }
.faq__answer { display: none; padding: 0 19px 18px; color: var(--muted); }
.faq__item.is-open .faq__answer { display: block; }
.cta { display: grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items: center; }
.cta__copy h2 { font-size: clamp(30px,4vw,48px); margin: 0 0 12px; line-height: 1.06; letter-spacing: -.035em; }
.cta__copy p { color: #cbd7da; font-size: 18px; }
.form { background: #fff; color: var(--ink); padding: 24px; border-radius: var(--radius); }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 13px; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); background: #f9fbfb; border-radius: 11px; padding: 12px 13px; outline: none; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(8,127,117,.12); }
.field textarea { min-height: 94px; resize: vertical; }
.form__consent { font-size: 12px; color: var(--muted); margin: 12px 0; }
.form__status { min-height: 24px; margin-top: 10px; font-size: 14px; font-weight: 750; }
.form__status.is-success { color: var(--brand-dark); }
.form__status.is-error { color: var(--danger); }
.hp-field { position: absolute !important; left: -9999px !important; opacity: 0 !important; pointer-events: none !important; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.contact-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 23px; }
.contact-card strong { display: block; font-size: 22px; margin: 10px 0 4px; }
.contact-card p { color: var(--muted); margin: 0; }
.footer { background: #0a171c; color: #d9e3e6; padding: 45px 0 100px; }
.footer__grid { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 35px; }
.footer h3 { color: #fff; margin: 0 0 13px; }
.footer p { color: #aebdc2; }
.footer__links { display: grid; gap: 8px; }
.footer__links a:hover { color: #fff; }
.footer__bottom { margin-top: 35px; padding-top: 20px; border-top: 1px solid #25343a; color: #91a4aa; font-size: 13px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.mobile-bar { display: none; position: fixed; z-index: 1100; left: 12px; right: 12px; bottom: 12px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 8px; box-shadow: var(--shadow); grid-template-columns: 1fr 1fr; gap: 8px; }
.mobile-bar .btn { min-height: 46px; padding: 0 12px; }
.text-content { background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:clamp(22px,4vw,42px); }
.text-content h2 { margin-top: 34px; font-size: 28px; letter-spacing: -.025em; }
.text-content h2:first-child { margin-top: 0; }
.text-content p, .text-content li { color: #43575f; }
.not-found { min-height: 62vh; display:grid; place-items:center; text-align:center; }
.not-found h1 { font-size: 80px; margin-bottom: 8px; }
@media (max-width: 1020px) {
  .nav, .header__actions .phone-link, .header__actions .icon-btn { display: none; }
  .menu-btn { display: inline-grid; place-items: center; }
  .nav.is-open { display: grid; position: absolute; top: 78px; left: 0; right: 0; background: #fff; padding: 20px 24px 25px; border-bottom: 1px solid var(--line); gap: 18px; box-shadow: 0 18px 30px rgba(18,35,43,.10); }
  .hero__grid, .cta { grid-template-columns: 1fr; }
  .hero-card { max-width: 720px; }
  .cards { grid-template-columns: repeat(2,1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .topbar__note { display: none; }
  .header__inner { min-height: 68px; }
  .nav.is-open { top: 68px; }
  .logo__text { font-size: 15px; }
  .hero { padding-top: 30px; }
  h1 { font-size: 40px; }
  .hero__grid { gap: 28px; }
  .hero-card { padding: 18px; }
  .machine-art { height: 170px; }
  .section { padding: 52px 0; }
  .cards, .split, .contact-grid, .form__grid, .footer__grid { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .price-table { font-size: 14px; }
  .price-table th, .price-table td { padding: 13px 10px; }
  .price-table th:nth-child(3), .price-table td:nth-child(3) { display: none; }
  .mobile-bar { display: grid; }
  .footer { padding-bottom: 105px; }
}


/* Contact clarity: visible messenger icons and channel note below phone */
.icon-btn { color: var(--brand); }
.icon-btn--telegram { color: #229ed9; }
.icon-btn--viber { color: #7360f2; }
.contact-phone { display: inline-flex; flex-direction: column; align-items: flex-start; gap: 4px; line-height: 1.15; }
.contact-phone__channels { color: var(--brand); font-size: 12px; font-weight: 850; white-space: nowrap; }
.contact-phone--inverse .contact-phone__channels,
.section--dark .contact-phone__channels { color: #9be2da; }
.contact-phone--inverse .btn { width: 100%; }
@media (max-width: 720px) {
  .contact-phone { align-items: stretch; }
  .contact-phone__channels { text-align: center; }
}
