:root {
  --ink: #191715;
  --muted: #666b73;
  --line: #e4e6e9;
  --surface: #f5f6f7;
  --white: #fff;
  --cyan: #00aeea;
  --magenta: #e41d7e;
  --yellow: #ffe51f;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(20, 24, 30, .10);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; background: #fff; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.topbar { background: var(--ink); color: #fff; font-size: 12px; letter-spacing: .04em; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topbar p { margin: 0; color: #cfd2d6; text-transform: uppercase; font-weight: 700; }
.topbar-links { display: flex; align-items: center; gap: 14px; }
.topbar-links span { width: 1px; height: 13px; background: #555; }
.topbar a:hover { color: var(--cyan); }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(228,230,233,.85); backdrop-filter: blur(16px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 188px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 31px; font-size: 14px; font-weight: 650; }
.main-nav > a:not(.button) { position: relative; }
.main-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -9px; width: 100%; height: 2px; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: .25s; }
.main-nav > a:hover::after { transform: scaleX(1); }
.menu-toggle { display: none; padding: 7px; background: none; border: 0; }
.menu-toggle > span:not(.sr-only) { width: 25px; height: 2px; margin: 5px; display: block; background: var(--ink); transition: .25s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 25px; border: 1px solid var(--ink); border-radius: 4px; background: var(--ink); color: #fff; font-size: 14px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(25,23,21,.18); background: #2d2b28; }
.button-small { min-height: 43px; padding: 0 19px; font-size: 13px; }

.hero { position: relative; min-height: 720px; overflow: hidden; background: #edf0f3; }
.hero-image { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(247,249,250,.99) 0%, rgba(247,249,250,.97) 32%, rgba(247,249,250,.28) 58%, rgba(247,249,250,0) 82%), url("assets/matver-hero.webp"); background-position: center; background-size: cover; }
.hero-inner { position: relative; min-height: 720px; display: flex; align-items: center; }
.hero-copy { max-width: 675px; padding: 68px 0 86px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #4e555e; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow > span { position: relative; width: 30px; height: 2px; background: linear-gradient(90deg, var(--cyan) 0 33%, var(--magenta) 33% 66%, var(--yellow) 66%); }
.hero h1 { max-width: 665px; margin: 0; font-size: clamp(43px, 5.1vw, 73px); line-height: 1.04; letter-spacing: -.048em; font-weight: 780; }
.hero h1 em { position: relative; font-style: normal; white-space: nowrap; }
.hero h1 em::after { content: ""; position: absolute; z-index: -1; left: 2%; right: 0; bottom: 7px; height: 13px; background: rgba(0,174,234,.20); transform: skew(-14deg); }
.hero-lead { max-width: 620px; margin: 27px 0 33px; color: #555c65; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding: 12px 0; border-bottom: 1px solid #aeb2b7; font-size: 14px; font-weight: 750; }
.text-link span { margin-left: 8px; color: var(--cyan); }
.text-link:hover { border-color: var(--cyan); }
.hero-trust { display: flex; gap: 0; margin-top: 52px; }
.hero-trust > div { min-height: 47px; display: flex; align-items: center; gap: 11px; padding: 0 25px; border-left: 1px solid #ccd0d4; }
.hero-trust > div:first-child { padding-left: 0; border: 0; }
.hero-trust strong { font-size: 29px; line-height: 1; letter-spacing: -.04em; }
.hero-trust > div:nth-child(2) strong { color: var(--magenta); }
.hero-trust > div:nth-child(3) strong { color: var(--cyan); }
.hero-trust span { color: #60666e; font-size: 11px; line-height: 1.35; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.cmy-dots { position: absolute; right: 38px; bottom: 32px; display: flex; gap: 8px; }
.cmy-dots i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.cmy-dots i:nth-child(2) { background: var(--magenta); }
.cmy-dots i:nth-child(3) { background: var(--yellow); }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 50px; }
.section-heading h2, .quality-copy h2, .institution-copy h2, .experience-copy h2, .quote-copy h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading > p { max-width: 470px; margin: 0 0 5px; color: var(--muted); font-size: 16px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.offer-card { position: relative; min-height: 410px; padding: 39px; border-right: 1px solid var(--line); overflow: hidden; transition: background .25s, transform .25s, box-shadow .25s; }
.offer-card:last-child { border-right: 0; }
.offer-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: var(--accent); transform: scaleX(.14); transform-origin: left; transition: transform .3s; }
.offer-card:hover { z-index: 2; background: #fff; transform: translateY(-5px); box-shadow: var(--shadow); }
.offer-card:hover::before { transform: scaleX(1); }
.accent-cyan { --accent: var(--cyan); }
.accent-magenta { --accent: var(--magenta); }
.accent-yellow { --accent: var(--yellow); }
.icon-box { width: 65px; height: 65px; display: grid; place-items: center; margin-bottom: 38px; background: color-mix(in srgb, var(--accent) 12%, white); border-radius: 50%; }
.icon-box svg { width: 31px; fill: none; stroke: var(--ink); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.card-number { position: absolute; right: 32px; top: 34px; margin: 0; color: #c2c5c9; font-size: 12px; font-weight: 800; }
.offer-card h3 { margin: 0 0 16px; font-size: 22px; line-height: 1.25; letter-spacing: -.02em; }
.offer-card > p:not(.card-number) { margin: 0; color: var(--muted); font-size: 14px; }
.offer-card > a { position: absolute; left: 39px; bottom: 35px; font-size: 13px; font-weight: 800; }
.offer-card > a span { margin-left: 8px; color: var(--accent); }

.institutions { position: relative; color: #fff; background: #1b1a18; overflow: hidden; }
.institutions::before { content: ""; position: absolute; width: 520px; height: 520px; right: -170px; top: -230px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018); }
.institutions-grid { position: relative; display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: 105px; }
.eyebrow.light { color: #aeb3b9; }
.institution-copy h2 { max-width: 610px; }
.institution-copy > p:not(.eyebrow) { max-width: 590px; margin: 27px 0 34px; color: #b8bcc1; font-size: 16px; }
.button-light { border-color: #fff; background: #fff; color: var(--ink); }
.button-light:hover { background: var(--cyan); border-color: var(--cyan); color: #fff; }
.institution-panel { padding: 15px 42px 0; border-left: 1px solid #444340; }
.panel-label { margin-bottom: 13px; color: #777c82; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
.institution-panel ul { margin: 0; padding: 0; list-style: none; }
.institution-panel li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 21px 0; border-bottom: 1px solid #343330; }
.institution-panel li > span { width: 31px; height: 31px; display: grid; place-items: center; margin-top: 2px; border: 1px solid #4a4b4b; border-radius: 50%; color: var(--cyan); font-size: 10px; font-weight: 800; }
.institution-panel strong { font-size: 16px; }
.institution-panel li p { margin: 4px 0 0; color: #92969b; font-size: 13px; }
.file-note { display: flex; align-items: center; gap: 12px; margin-top: 24px; color: #bfc2c6; font-size: 12px; }
.file-note svg { width: 22px; fill: none; stroke: var(--magenta); stroke-width: 1.8; }

.quality { background: #fff; }
.quality-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 115px; }
.quality-visual { position: relative; min-height: 430px; display: grid; place-items: center; background: linear-gradient(145deg, #f3f5f7, #e7eaee); overflow: hidden; }
.quality-visual::before, .quality-visual::after { content: ""; position: absolute; width: 320px; height: 15px; filter: blur(13px); opacity: .6; transform: rotate(-14deg); }
.quality-visual::before { left: -50px; top: 75px; background: linear-gradient(90deg, var(--cyan), var(--magenta)); }
.quality-visual::after { right: -30px; bottom: 68px; background: linear-gradient(90deg, var(--magenta), var(--yellow)); }
.toner-shape { position: relative; width: 330px; height: 145px; background: linear-gradient(155deg, #303338, #0f1113 75%); border-radius: 13px 26px 17px 12px; transform: perspective(650px) rotateY(-12deg) rotateX(4deg); box-shadow: 0 34px 35px rgba(17,19,22,.28); }
.toner-core { position: absolute; left: -18px; bottom: 18px; width: 43px; height: 92px; background: #17191c; border: 6px solid #2c2f33; border-radius: 11px; }
.toner-handle { position: absolute; left: 95px; top: -37px; width: 128px; height: 57px; border: 17px solid #181a1d; border-bottom: 0; border-radius: 17px 17px 0 0; }
.toner-label { position: absolute; right: 29px; top: 49px; width: 123px; padding: 12px 10px; background: #e7eaed; border-left: 7px solid var(--cyan); color: #1c1d1f; font-size: 17px; font-weight: 900; line-height: 1.05; letter-spacing: .12em; }
.toner-label::after { content: ""; position: absolute; left: -7px; bottom: 0; width: 7px; height: 33%; background: var(--magenta); box-shadow: 0 -14px 0 var(--yellow); }
.toner-label small { font-size: 6px; letter-spacing: .04em; }
.quality-stamp { position: absolute; right: 24px; bottom: 22px; width: 135px; height: 135px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #fff; border-radius: 50%; box-shadow: 0 12px 30px rgba(20,22,25,.14); transform: rotate(6deg); text-align: center; }
.quality-stamp strong { font-size: 34px; line-height: 1; }
.quality-stamp span { margin-top: 5px; color: var(--muted); font-size: 9px; line-height: 1.3; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.quality-copy > p:not(.eyebrow) { margin: 26px 0; color: var(--muted); }
.check-list { margin: 29px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 13px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 650; }
.check-list i { width: 23px; height: 23px; display: grid; place-items: center; background: rgba(0,174,234,.12); border-radius: 50%; color: #008ab9; font-size: 11px; font-style: normal; }
.arrow-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 5px; border-bottom: 1px solid var(--ink); font-size: 14px; font-weight: 800; }
.arrow-link span { color: var(--magenta); }

.devices { background: var(--surface); }
.section-heading-compact { margin-bottom: 43px; }
.device-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.device-card { position: relative; min-height: 390px; padding: 48px; overflow: hidden; }
.device-content { position: relative; z-index: 2; max-width: 330px; }
.pill { display: inline-block; margin-bottom: 43px; padding: 5px 10px; border-radius: 20px; font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.device-card h3 { margin: 0 0 17px; font-size: 29px; line-height: 1.13; letter-spacing: -.03em; }
.device-card p { margin: 0 0 28px; font-size: 14px; }
.device-card a { font-size: 13px; font-weight: 800; }
.device-card a span { margin-left: 9px; }
.device-sale { background: #fff; }
.device-sale .pill { background: rgba(0,174,234,.12); color: #0086b4; }
.device-sale p { color: var(--muted); }
.device-sale a span { color: var(--cyan); }
.device-rental { background: var(--cyan); color: #fff; }
.device-rental .pill { background: rgba(255,255,255,.18); }
.device-rental p { color: rgba(255,255,255,.79); }
.device-rental a span { color: var(--yellow); }
.device-illustration { position: absolute; right: -20px; bottom: -20px; width: 265px; height: 300px; display: grid; place-items: center; transform: rotate(-7deg); }
.mini-printer { position: relative; width: 180px; height: 190px; background: linear-gradient(145deg,#fafbfc,#d9dde2); border: 1px solid #d1d5da; border-radius: 7px 7px 13px 13px; box-shadow: 0 26px 45px rgba(15,20,25,.18); }
.mini-printer::before { content: ""; position: absolute; left: 16px; top: -55px; width: 148px; height: 75px; background: #26292d; border-radius: 9px 9px 2px 2px; transform: skew(-4deg); }
.mini-printer::after { content: ""; position: absolute; left: 23px; top: 75px; width: 134px; height: 52px; background: #272a2e; border-radius: 3px; }
.mini-printer i { position: absolute; right: 20px; top: 21px; width: 39px; height: 23px; background: #44484d; border-radius: 2px; }
.mini-printer b { position: absolute; left: 28px; right: 28px; bottom: 21px; height: 7px; background: #c1c6cc; border-radius: 3px; }
.rental-meter { position: absolute; right: -5px; bottom: 23px; width: 240px; height: 230px; border: 1px solid rgba(255,255,255,.28); border-radius: 50% 50% 0 0; transform: rotate(-8deg); }
.rental-meter::before, .rental-meter::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); }
.rental-meter::before { inset: 25px; }
.rental-meter::after { inset: 51px; }
.rental-meter span { position: absolute; left: 54px; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.rental-meter span:first-child { top: 53px; opacity: .6; }
.rental-meter span:nth-of-type(2) { bottom: 42px; }
.rental-meter b { position: absolute; left: 112px; top: 82px; width: 5px; height: 66px; background: var(--yellow); transform-origin: bottom; transform: rotate(37deg); }
.rental-meter strong { position: absolute; left: 104px; top: 132px; font-size: 36px; color: var(--yellow); }

.experience { position: relative; background: #22211f; color: #fff; overflow: hidden; }
.experience::after { content: "MATVER"; position: absolute; right: -30px; bottom: -85px; color: rgba(255,255,255,.025); font-size: 245px; font-weight: 900; letter-spacing: -.08em; }
.experience-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .75fr 1fr; align-items: center; gap: 100px; }
.experience-number { position: relative; display: flex; align-items: baseline; padding-left: 30px; }
.experience-number::before { content: ""; position: absolute; left: 0; top: -3px; width: 5px; height: 100%; background: linear-gradient(var(--cyan) 0 33%,var(--magenta) 33% 66%,var(--yellow) 66%); }
.experience-number span { position: absolute; left: 35px; top: -12px; color: #909499; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.experience-number strong { font-size: clamp(110px, 14vw, 180px); line-height: .8; letter-spacing: -.09em; }
.experience-number em { margin-left: 12px; color: var(--cyan); font-size: 25px; font-style: normal; font-weight: 800; }
.experience-copy > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 33px; color: #aeb2b7; }
.experience-values { display: flex; gap: 44px; }
.experience-values > div { display: flex; align-items: center; gap: 13px; }
.experience-values i { width: 9px; height: 9px; border-radius: 50%; background: var(--magenta); box-shadow: 12px 0 0 var(--yellow), -12px 0 0 var(--cyan); }
.experience-values span { display: flex; flex-direction: column; }
.experience-values strong { font-size: 13px; }
.experience-values small { color: #797d82; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }

.quote { background: #f4f5f6; }
.quote-grid { display: grid; grid-template-columns: .77fr 1.23fr; gap: 105px; align-items: start; }
.quote-copy { position: sticky; top: 125px; }
.quote-copy > p:not(.eyebrow) { margin: 25px 0 35px; color: var(--muted); }
.contact-person { display: flex; align-items: center; gap: 15px; padding-top: 26px; border-top: 1px solid #d9dcdf; }
.avatar { width: 54px; height: 54px; display: grid; place-items: center; background: var(--ink); border-radius: 50%; color: #fff; font-size: 13px; font-weight: 800; }
.contact-person div:last-child { display: grid; }
.contact-person strong { font-size: 12px; }
.contact-person a { font-size: 17px; font-weight: 800; }
.contact-person small { color: #888d94; }
.quote-form { padding: 44px; background: #fff; box-shadow: 0 18px 55px rgba(20,25,30,.08); }
.quote-form fieldset { margin: 0 0 27px; padding: 0; border: 0; }
.quote-form legend, .quote-form label > span:first-child { display: block; margin-bottom: 9px; color: #555b62; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.choice-row label { cursor: pointer; }
.choice-row input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row span { min-height: 43px; display: grid !important; place-items: center; margin: 0 !important; padding: 5px 9px; border: 1px solid #dfe2e5; color: #575d64 !important; font-size: 10px !important; text-align: center; }
.choice-row input:checked + span { border-color: var(--cyan); background: rgba(0,174,234,.07); color: #007da8 !important; box-shadow: inset 0 0 0 1px var(--cyan); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.quote-form > label, .form-row label { display: block; margin-bottom: 19px; }
.quote-form input[type="text"], .quote-form input[type="email"], .quote-form input[type="tel"], .quote-form textarea { width: 100%; padding: 13px 14px; border: 1px solid #dfe2e5; border-radius: 0; background: #fbfbfc; color: var(--ink); outline: none; transition: border .2s, box-shadow .2s; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--cyan); box-shadow: 0 0 0 3px rgba(0,174,234,.10); }
.quote-form textarea { resize: vertical; }
.file-field { display: flex !important; align-items: center; gap: 13px; padding: 15px; border: 1px dashed #c9cdd1; background: #f8f9fa; cursor: pointer; }
.file-field input { position: absolute; opacity: 0; pointer-events: none; }
.file-field svg { width: 25px; fill: none; stroke: var(--cyan); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.file-field > span { display: flex !important; flex-direction: column; margin: 0 !important; color: inherit !important; text-transform: none !important; letter-spacing: 0 !important; }
.file-field strong { font-size: 12px; }
.file-field small { color: #8a8f95; font-size: 10px; }
.consent { display: flex !important; align-items: center; gap: 9px; }
.consent input { accent-color: var(--cyan); }
.consent span { margin: 0 !important; color: #7b8086 !important; font-size: 10px !important; font-weight: 500 !important; text-transform: none !important; letter-spacing: 0 !important; }
.form-submit { width: 100%; border: 0; }
.form-status { min-height: 20px; margin: 10px 0 0; color: #15805f; font-size: 12px; text-align: center; }
.matver-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-alert { margin: 0 0 24px; padding: 13px 15px; border-left: 3px solid; font-size: 12px; line-height: 1.55; }
.form-alert-success { border-color: #16805f; background: #eef8f4; color: #12664e; }
.form-alert-error { border-color: var(--magenta); background: #fff0f5; color: #8a174a; }
.consent a { text-decoration: underline; text-underline-offset: 2px; }

.footer { padding: 72px 0 20px; background: #151412; color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.1fr; gap: 55px; padding-bottom: 58px; }
.footer-brand img { width: 180px; }
.footer-brand p { margin: 20px 0 0; color: #8d9196; font-size: 13px; }
.footer h3 { margin: 5px 0 18px; font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; }
.footer-main a, .footer-main > div > p { margin: 0 0 9px; color: #92969b; font-size: 12px; }
.footer-main a:hover { color: var(--cyan); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #2f2e2b; color: #686c71; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.footer-bottom a:hover { color: var(--cyan); }

.content-page { min-height: 58vh; background: var(--surface); }
.content-page-inner { max-width: 920px; padding: 55px 70px; background: #fff; box-shadow: 0 18px 55px rgba(20,25,30,.07); }
.content-page h1 { margin: 0 0 32px; font-size: clamp(38px, 5vw, 58px); line-height: 1.08; letter-spacing: -.04em; }
.content-page h2 { margin-top: 38px; font-size: 28px; line-height: 1.2; }
.content-page h3 { margin-top: 30px; font-size: 21px; }
.entry-content { color: #4f555d; }
.entry-content a { color: #007da8; text-decoration: underline; }
.entry-content ul, .entry-content ol { padding-left: 24px; }
.post-summary { padding: 28px 0; border-bottom: 1px solid var(--line); }
.post-summary h2 { margin: 0 0 8px; }
.error-page { text-align: left; }
.error-page > p:not(.eyebrow) { margin: -12px 0 30px; color: var(--muted); }

body.admin-bar .site-header { top: 32px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .main-nav { gap: 19px; }
  .main-nav > a { font-size: 12px; }
  .hero-image { background-position: 57% center; }
  .hero h1 { max-width: 560px; }
  .quality-grid, .quote-grid { gap: 60px; }
  .institutions-grid { gap: 60px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .topbar p { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 82px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 24px 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(20,20,20,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav > a:not(.button) { padding: 13px 0; font-size: 14px; }
  .main-nav .button { margin-top: 12px; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .hero-image { inset: auto 0 0; height: 370px; background-image: linear-gradient(180deg,#f5f7f8 0%,rgba(245,247,248,.12) 35%), url("assets/matver-hero.webp"); background-position: 68% center; }
  .hero-inner { min-height: 760px; align-items: start; }
  .hero-copy { max-width: 680px; padding-top: 75px; }
  .hero-lead { max-width: 620px; }
  .hero-trust { display: none; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-card:last-child { border-bottom: 0; }
  .institutions-grid, .quality-grid, .experience-grid, .quote-grid { grid-template-columns: 1fr; }
  .institution-panel { padding-left: 0; border-left: 0; }
  .quality-grid { gap: 55px; }
  .experience-grid { gap: 70px; }
  .experience-number { max-width: 480px; }
  .quote-copy { position: static; }
  .device-card { padding: 40px 35px; }
  .device-illustration, .rental-meter { opacity: .6; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-main > div:last-child { grid-column: auto; }
  body.admin-bar .site-header { top: 46px; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 32px, var(--container)); }
  .topbar-links { width: 100%; justify-content: space-between; }
  .header-inner { height: 72px; }
  .brand img { width: 158px; }
  .main-nav { top: 72px; }
  .hero, .hero-inner { min-height: 760px; }
  .hero-copy { padding-top: 57px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { margin-top: 22px; font-size: 16px; line-height: 1.65; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; max-width: 320px; }
  .text-link { text-align: center; }
  .hero-image { height: 305px; background-position: 63% center; }
  .section { padding: 68px 0; }
  .section-heading h2, .quality-copy h2, .institution-copy h2, .experience-copy h2, .quote-copy h2 { font-size: 36px; }
  .offer-card { padding: 32px 28px; }
  .offer-card > a { left: 28px; }
  .quality-visual { min-height: 330px; }
  .toner-shape { width: 250px; height: 112px; transform: scale(.9) perspective(650px) rotateY(-12deg) rotateX(4deg); }
  .quality-stamp { width: 110px; height: 110px; }
  .device-grid { grid-template-columns: 1fr; }
  .device-card { min-height: 370px; }
  .experience-number strong { font-size: 125px; }
  .experience-values { align-items: flex-start; flex-direction: column; gap: 18px; }
  .quote-form { padding: 28px 20px; }
  .choice-row { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
  .content-page-inner { padding: 38px 25px; }
}

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