/*
Theme Name: Papkova Air
Description: Светлая тема с крупной типографикой, спокойными акцентами и каталогом WooCommerce. Требует родительскую тему papkova-jurist.
Template: papkova-jurist
Version: 1.0.0
Text Domain: papkova-air
*/

:root {
  --ink: #1d1d1f;
  --muted: #65656c;
  --blue: #0066cc;
  --surface: #f5f5f7;
  --line: #dedee3;
  --black: var(--ink);
  --background: var(--surface);
  --accent-1: #0071e3;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: #fff; font: 17px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.08; font-weight: 600; letter-spacing: -.045em; text-wrap: balance; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
button, a, input, textarea { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
[hidden] { display: none !important; }
.container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.screen-reader-text, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 200; padding: 12px 20px; background: #fff; color: var(--blue); }
.air-button, .pk-button, .pk-wrap button.button, .pk-wrap a.button, .pk-wrap button[type=submit], .pk-wrap input[type=submit] { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 52px; padding: 13px 25px; border: 0; border-radius: 99px; color: #fff; background: #0071e3; font-size: 17px; font-weight: 400; line-height: 1.4; cursor: pointer; transition: background .2s, transform .2s; }
.air-button:hover, .pk-button:hover, .pk-wrap button.button:hover { background: #005bb5; }
.air-button--small { min-height: 38px; padding: 8px 18px; font-size: 14px; }
.air-link { display: inline-flex; align-items: center; gap: 12px; color: var(--blue); font-size: 17px; line-height: 1.4; }
.air-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.air-link span { font-size: 23px; line-height: 1; }
.air-eyebrow { color: var(--muted); font-size: 16px; line-height: 1.4; font-weight: 500; letter-spacing: .01em; margin-bottom: 22px; }
.air-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.88); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); border-bottom: 1px solid rgba(0,0,0,.07); }
.air-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 76px; }
.air-brand { display: inline-flex; align-items: baseline; flex-wrap: wrap; gap: 12px; font-size: 20px; font-weight: 600; letter-spacing: -.04em; white-space: nowrap; }
.air-brand__dot { color: var(--blue); }
.air-brand__role { color: var(--muted); font-size: 12px; font-weight: 400; letter-spacing: 0; }
.air-menu { display: flex; align-items: center; gap: 32px; list-style: none; margin: 0; padding: 0; }
.air-menu a { display: inline-block; padding-block: 10px; font-size: 14px; color: #444449; }
.air-menu a:hover, .air-menu a[aria-current] { color: var(--blue); }
.air-menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 11px; cursor: pointer; }
.air-menu-toggle span { display: block; height: 1.5px; margin: 6px 0; width: 22px; background: var(--ink); transition: transform .2s; }
.air-menu-toggle[aria-expanded=true] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.air-menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.air-mobile-menu { padding-block: 8px 28px; max-height: calc(100dvh - 76px); overflow-y: auto; }
.air-mobile-menu .air-menu { display: block; }
.air-mobile-menu .air-menu a { font-size: 24px; padding-block: 10px; }
.air-mobile-menu > .air-link { margin-top: 20px; }
.air-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; align-items: center; padding-block: 64px 54px; }
.air-hero .air-eyebrow { display: flex; align-items: center; gap: 9px; color: var(--blue); }
.air-status { width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.air-hero h1 { font-size: clamp(48px, 4.8vw, 69px); line-height: 1.025; letter-spacing: -.055em; }
.air-hero h1 > span { color: #75757c; }
.air-hero__description { font-size: 20px; line-height: 1.5; color: var(--muted); max-width: 490px; margin-top: 29px; }
.air-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.air-hero__foot { display: flex; align-items: center; gap: 18px; color: var(--muted); font-size: 13px; line-height: 1.5; margin-top: 60px; }
.air-line { width: 35px; height: 1px; background: #a4a4ab; }
.air-hero__portrait { position: relative; height: 560px; border-radius: 28px; overflow: hidden; background: var(--surface); }
.air-hero__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.air-hero__portrait::after { content: ''; position: absolute; inset: 50% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.55)); pointer-events: none; }
.air-hero__portrait figcaption { position: absolute; z-index: 1; bottom: 28px; left: 30px; right: 24px; color: #fff; }
.air-hero__portrait figcaption span:first-child { display: block; font-size: 25px; letter-spacing: -.03em; font-weight: 500; }
.air-hero__portrait figcaption span:last-child { font-size: 13px; color: #f1f1f3; }
.air-topics { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); padding-block: 25px 30px; font-size: 14px; }
.air-topics > span { color: var(--muted); font-size: 13px; }
.air-topics a { display: flex; align-items: center; gap: 35px; }
.air-topics a:hover { color: var(--blue); }
.air-topics a span { color: var(--muted); }
.air-section { padding-block: 100px; }
.air-surface { background: var(--surface); }
.air-section h2, .consultation-form h2 { font-size: clamp(36px, 3.7vw, 52px); }
.air-section h2 span { color: #797981; }
.air-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.air-section-head > p { color: var(--muted); font-size: 17px; max-width: 320px; }
.air-section-head > .air-link { flex-shrink: 0; margin-bottom: 4px; }
.air-section-description { max-width: 650px; color: var(--muted); font-size: 19px; margin-top: -18px; margin-bottom: 24px; }
.air-services { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.air-service { display: flex; flex-direction: column; background: #fff; padding: 40px; border-radius: 26px; }
.air-service--blue { background: #eaf2fa; }
.air-service__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; }
.air-icon { display: inline-flex; align-items: center; justify-content: center; color: var(--blue); }
.air-service__number { font-size: 13px; color: #6d7178; }
.air-service h3 { font-size: 32px; max-width: 400px; margin-bottom: 14px; }
.air-service > p { color: var(--muted); }
.air-service ul { margin: 30px 0 36px; padding: 0; list-style: none; }
.air-service li { padding: 11px 0 11px 23px; position: relative; border-top: 1px solid rgba(0,0,0,.09); font-size: 16px; }
.air-service li::before { content: '+'; position: absolute; left: 0; color: var(--muted); }
.air-service > .air-link { margin-top: auto; }
.air-about { display: grid; grid-template-columns: .8fr 1.15fr; gap: 100px; align-items: center; }
.air-about__portrait { position: relative; border-radius: 26px; overflow: hidden; align-self: stretch; min-height: 510px; background: var(--surface); }
.air-about__portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; }
.air-about__portrait figcaption { position: absolute; bottom: 26px; left: 28px; color: #fff; background: rgba(0,0,0,.45); border-radius: 99px; padding: 8px 16px; backdrop-filter: blur(15px); font-size: 14px; }
.air-about__text { margin: 28px 0; color: var(--muted); font-size: 18px; line-height: 1.6; }
.air-about__text p + p { margin-top: 16px; }
.air-values { display: flex; flex-wrap: wrap; list-style: none; padding: 0; gap: 9px; margin: 0 0 30px; }
.air-values li { padding: 7px 14px; border-radius: 99px; background: var(--surface); color: #55555c; font-size: 13px; }
.air-test-note { color: #67605a; font-size: 14px; margin-bottom: 20px; }
.air-kits { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.air-kit { display: flex; flex-direction: column; overflow: hidden; border-radius: 24px; background: #fff; }
.air-kit__visual { background: #e8edf3; padding: 30px 24px 0; height: 225px; overflow: hidden; display: flex; justify-content: center; align-items: flex-start; }
.air-kit__visual--1 { background: #e8eeea; }
.air-kit__visual--2 { background: #edeaf2; }
.air-paper { width: 162px; min-height: 218px; border-radius: 5px; background: #fff; padding: 20px; box-shadow: 0 10px 30px #1d1d1f12; transform: rotate(-8deg); color: #526378; }
.air-kit__visual--1 .air-paper { transform: rotate(6deg); color: #526c5f; }
.air-kit__visual--2 .air-paper { transform: rotate(-5deg); color: #776887; }
.air-paper > span { font-size: 7px; letter-spacing: .08em; display: block; margin-bottom: 26px; }
.air-paper > svg { width: 32px; height: 32px; margin-bottom: 17px; }
.air-paper__lines i { display: block; height: 3px; margin-top: 7px; background: #e9eaed; }
.air-paper__lines i:last-child { width: 65%; }
.air-paper b { display: block; font-size: 9px; margin-top: 25px; font-weight: 400; }
.air-kit__body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.air-kit__label { color: #736153; font-size: 12px; margin-bottom: 12px; }
.air-kit h3 { font-size: 25px; line-height: 1.17; letter-spacing: -.03em; margin-bottom: 15px; }
.air-kit__body > p:not(.air-kit__label) { color: var(--muted); font-size: 16px; }
.air-kit__bottom { margin-top: auto; padding-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; align-items: center; }
.air-kit__price { font-size: 18px; font-weight: 500; }
.air-kit__price .woocommerce-Price-amount { white-space: nowrap; }
.air-kit__bottom .air-link { font-size: 15px; gap: 7px; }
.air-documents-link { display: flex; align-items: center; gap: 22px; margin-top: 40px; padding-top: 30px; border-top: 1px solid #d9d9df; }
.air-documents-link strong { font-weight: 500; display: block; }
.air-documents-link > span > span { display: block; margin-top: 5px; font-size: 15px; color: var(--muted); }
.air-documents-link__arrow { margin-left: auto; color: var(--blue); font-size: 26px; }
.consultation-form__layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.consultation-form h2 { max-width: 440px; }
.consultation-form__description { color: var(--muted); font-size: 18px; margin: 26px 0 32px; max-width: 390px; }
.air-contacts { display: grid; gap: 23px; }
.air-contacts > a { font-size: 17px; overflow-wrap: anywhere; }
.air-contacts > a > span { display: block; color: var(--muted); font-size: 13px; margin-bottom: 5px; }
.air-messengers { display: flex; flex-wrap: wrap; gap: 25px; }
.air-telegram-channel { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); max-width: 440px; }
.air-telegram-channel__title { color: var(--ink); font-size: 20px; line-height: 1.35; font-weight: 600; margin-bottom: 10px; }
.air-telegram-channel__description { color: var(--muted); font-size: 16px; line-height: 1.55; margin-bottom: 12px; }
.air-telegram-channel__url { color: var(--blue); font-size: 17px; line-height: 1.5; overflow-wrap: anywhere; text-decoration: underline; text-underline-offset: 3px; }
.air-telegram-channel__url:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; border-radius: 2px; }
.air-telegram-qr { margin-top: 14px; font-size: 14px; color: var(--muted); }
.air-telegram-qr--contact { margin-top: -10px; }
.air-telegram-qr summary { cursor: pointer; width: fit-content; }
.air-telegram-qr summary:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.air-telegram-qr img { display: block; width: 176px; height: 176px; max-width: 100%; object-fit: contain; background: #fff; border-radius: 12px; margin-top: 12px; }
.air-form { padding-top: 6px; min-width: 0; }
.consultation-form__form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.consultation-form__field { min-width: 0; display: block; margin-bottom: 20px; }
.consultation-form__field label { display: block; }
.consultation-form__field br { display: none; }
.pk-field-label { display: block; font-size: 15px; margin-bottom: 9px; }
.pk-field-optional { color: var(--muted); font-size: 13px; margin-left: 7px; }
.wpcf7-form-control-wrap { display: block; }
.consultation-form__input, .consultation-form__textarea { display: block; width: 100%; background: var(--surface); color: var(--ink); border: 1px solid #e0e0e5; border-radius: 12px; padding: 16px; font-size: 17px; line-height: 1.4; }
.consultation-form__input { height: 58px; }
.consultation-form__textarea { min-height: 135px; resize: vertical; }
.consultation-form__input::placeholder, .consultation-form__textarea::placeholder { color: #75757b; opacity: 1; }
.consultation-form__privacy { min-width: 0; padding: 0; border: 0; font-size: 14px; line-height: 1.55; color: var(--muted); margin: 4px 0 25px; }
.consultation-form__privacy legend { padding: 0; margin-bottom: 14px; color: var(--ink); font-size: 15px; font-weight: 600; }
.consultation-form__consent + .consultation-form__consent { margin-top: 14px; }
.consultation-form__consent p { margin: 0; }
.pk-form-hint { font-size: 13px; line-height: 1.5; color: var(--muted); margin: -4px 0 23px; }
.pk-form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.pk-guard-status { color: #a33120; font-size: 14px; margin: 12px 0; }
.pk-guard-status:empty { display: none; }
.consultation-form__privacy a { color: var(--blue); text-decoration: underline; text-underline-offset: 2px; }
.consultation-form__privacy .wpcf7-list-item { margin: 0; }
.consultation-form__privacy label { display: flex; gap: 11px; align-items: flex-start; }
.consultation-form__privacy input { width: 19px; height: 19px; accent-color: var(--blue); flex: 0 0 19px; margin: 2px 0 0; }
.consultation-form__submit { border: 0; border-radius: 99px; background: #0071e3; color: #fff; min-height: 52px; padding: 13px 28px; cursor: pointer; }
.consultation-form__submit:hover:not(:disabled) { background: #005bb5; }
.consultation-form__submit:disabled { background: #e6e6eb; color: #73737b; cursor: not-allowed; }
.wpcf7-not-valid-tip { font-size: 14px; margin-top: 7px; }
.wpcf7 form .wpcf7-response-output { margin: 20px 0 0; padding: 15px; border-radius: 12px; font-size: 15px; }
.air-footer { background: var(--surface); padding-block: 40px 25px; }
.air-footer__top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 27px; }
.air-footer__top > .air-brand { gap: 0; }
.air-footer__bottom { border-top: 1px solid var(--line); padding-top: 23px; display: flex; justify-content: space-between; gap: 25px; font-size: 12px; color: var(--muted); }
.air-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 12px 22px; }
.air-footer__bottom a:hover { text-decoration: underline; }
#cookie-banner { max-width: 740px !important; padding: 16px 22px !important; border-radius: 20px !important; border: 1px solid #dedee4; background: rgba(255,255,255,.96) !important; backdrop-filter: blur(20px); box-shadow: 0 6px 30px #00000010 !important; font-size: 13px !important; }
.cookie-banner__button { border-radius: 99px !important; background: #0071e3 !important; }
.admin-bar .air-header { top: 32px; }
.pk-wrap { padding-block: 70px 90px; }
.pk-wrap h1, .pk-title { font-size: clamp(36px, 4vw, 58px); margin-top: 0; letter-spacing: -.04em; }
.pk-eyebrow { color: var(--muted); font-size: 14px; letter-spacing: .03em; }
.pk-lead { color: var(--muted); }
.pk-card { background: var(--surface); padding: 30px; }
.pk-card h2 { font-size: 28px; margin: 0; }
.pk-card p { color: var(--muted); }
.pk-tag { font-size: 12px; color: #67594b; background: #eeeae4; }
.pk-note { background: #f4f1eb; font-size: 15px; color: #635b53; }
.pk-step { border-top: 1px solid #c7c7ce; }
.pk-step h3 { font-size: 22px; }
.pk-step p { color: var(--muted); }
.pk-back { color: var(--blue); margin-bottom: 30px; }
.pk-details section { padding: 26px; }
.pk-details h3 { line-height: 1.25; }
.pk-wrap .woocommerce-product-details__short-description { color: var(--muted); }
.pk-wrap .summary { float: none !important; width: 100% !important; max-width: none; }
.pk-wrap .woocommerce-variation-add-to-cart { display: flex; align-items: center; gap: 15px; flex-wrap: wrap; }
.pk-wrap select, .pk-wrap input:not([type=checkbox]):not([type=radio]):not([type=submit]), .pk-wrap textarea { border-color: #c7c7ce; min-height: 48px; }
.pk-wrap .woocommerce-privacy-policy-text { font-size: 15px; }
.pk-wrap .pk-page-content a:not(.pk-button):not(.button) { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.pk-page-content > p, .pk-page-content > h2, .pk-page-content > h3, .pk-page-content > ul, .pk-page-content > ol { max-width: 900px; }
.pk-page-content h2 { font-size: 28px; line-height: 1.25; }
.pk-page-content ol { padding-left: 25px; }
.pk-legal-links { background: var(--surface); padding: 30px; border-radius: 22px; }
.pk-legal-links ul { margin: 20px 0 0; }
.pk-legal-links a { color: var(--blue); }
.air-documents { margin-top: 55px; }
.air-documents h2 { font-size: 30px; margin-bottom: 28px; }
.air-documents__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.air-document { display: flex; align-items: center; gap: 20px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; }
.air-document > span:nth-child(2) { flex: 1; }
.air-document:hover { background: var(--surface); }
.air-not-found p { margin-bottom: 25px; }
.air-not-found h1 { margin-bottom: 25px; }
@media (max-width: 1100px) {
  .container { width: calc(100% - 56px); }
  .air-hero { gap: 38px; grid-template-columns: 1.1fr 1fr; }
  .air-hero h1 { font-size: 53px; }
  .air-hero__portrait { height: 530px; }
  .air-actions { gap: 18px; }
  .air-brand__role { display: none; }
  .air-about, .consultation-form__layout { gap: 50px; }
  .air-topics { gap: 20px; }
  .air-topics a { gap: 15px; }
  .air-kit__body { padding: 22px; }
}
@media (max-width: 900px) {
  .air-nav { display: none; }
  .air-menu-toggle { display: block; }
  .air-header__inner { gap: 15px; min-height: 68px; }
  .air-header__cta { margin-left: auto; }
  .air-header:has(.air-menu-toggle[hidden]) .air-nav { display: block; }
  .air-header:has(.air-menu-toggle[hidden]) .air-header__inner { flex-wrap: wrap; padding-block: 10px; }
  .air-hero h1 { font-size: 48px; }
  .air-hero__portrait { height: 510px; }
  .air-hero__description { font-size: 18px; }
  .air-hero__foot { margin-top: 35px; }
  .air-topics { flex-wrap: wrap; font-size: 13px; }
  .air-topics > span { display: none; }
  .air-service { padding: 30px; }
  .air-service h3 { font-size: 28px; }
  .air-section { padding-block: 75px; }
  .air-about { gap: 40px; grid-template-columns: .8fr 1fr; }
  .air-about__text { font-size: 16px; }
  .air-kits { gap: 16px; }
  .air-kit h3 { font-size: 22px; }
  .air-kit__visual { height: 200px; }
  .consultation-form__layout { gap: 38px; }
  .consultation-form__form-row { grid-template-columns: 1fr; gap: 0; }
  .air-footer__bottom { flex-direction: column; gap: 15px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .air-hero { grid-template-columns: 1fr; padding-block: 44px 30px; gap: 34px; }
  .air-hero h1 { font-size: clamp(40px, 8.7vw, 59px); }
  .air-hero__description { max-width: 550px; margin-top: 22px; font-size: 18px; }
  .air-eyebrow { font-size: 14px; margin-bottom: 18px; }
  .air-actions { margin-top: 25px; gap: 20px; }
  .air-hero__foot { display: none; }
  .air-hero__portrait { height: 440px; border-radius: 23px; }
  .air-hero__portrait img { object-position: center 36%; }
  .air-topics { display: grid; grid-template-columns: 1fr; gap: 0; padding-block: 4px 20px; border-top: 0; }
  .air-topics a { justify-content: space-between; padding-block: 13px; border-bottom: 1px solid var(--line); font-size: 15px; }
  .air-section { padding-block: 60px; }
  .air-section h2, .consultation-form h2 { font-size: 37px; letter-spacing: -.04em; }
  .air-section-head { display: block; margin-bottom: 30px; }
  .air-section-head > p, .air-section-head > .air-link { margin-top: 20px; }
  .air-section-head > p br { display: none; }
  .air-section-description { font-size: 17px; margin-top: -10px; }
  .air-services, .air-kits { grid-template-columns: 1fr; }
  .air-service { padding: 28px; border-radius: 22px; }
  .air-service__top { margin-bottom: 30px; }
  .air-service h3 { font-size: 30px; }
  .air-about { display: flex; flex-direction: column-reverse; gap: 30px; }
  .air-about__portrait { min-height: 450px; width: 100%; }
  .air-about__portrait img { object-position: center 42%; }
  .air-about__text { font-size: 17px; }
  .air-kit__visual { height: 215px; }
  .air-kit__body { padding: 25px; }
  .air-kit h3 { font-size: 27px; }
  .air-kit__price { font-size: 20px; }
  .air-kits { gap: 22px; }
  .air-documents-link { align-items: flex-start; gap: 15px; }
  .air-documents-link > .air-icon { padding-top: 3px; }
  .air-documents-link strong { line-height: 1.3; }
  .air-documents-link > span > span { font-size: 14px; }
  .consultation-form__layout { grid-template-columns: 1fr; gap: 35px; }
  .consultation-form__description { max-width: none; }
  .air-form { padding-top: 0; }
  .consultation-form__form-row { grid-template-columns: 1fr 1fr; gap: 18px; }
  .air-footer__top { flex-direction: column; align-items: flex-start; gap: 20px; }
  .air-footer .air-menu { flex-wrap: wrap; gap: 5px 24px; }
  .air-footer__bottom { font-size: 13px; }
  .air-footer__bottom nav { gap: 12px 20px; }
  .air-documents__grid { grid-template-columns: 1fr; }
  .pk-wrap { padding-block: 45px 60px; }
  .pk-wrap h1, .pk-title { font-size: 37px; overflow-wrap: anywhere; }
  .pk-grid, .pk-details, .pk-steps { grid-template-columns: 1fr; }
  .pk-wrap .variations th, .pk-wrap .variations td { display: block; }
  .pk-wrap .variations select { width: 100%; }
  .pk-legal-links { padding: 22px; font-size: 16px; }
  .pk-legal-links h2 { font-size: 25px; }
  .pk-legal-links ul { padding-left: 18px; }
  .air-document { padding: 20px; font-size: 16px; }
}
@media (max-width: 480px) {
  .air-brand { font-size: 18px; }
  .air-header__inner { gap: 8px; }
  .air-button--small { font-size: 12px; padding: 8px 12px; min-height: 34px; }
  .air-menu-toggle { width: 38px; padding: 8px; }
  .air-hero h1 { font-size: clamp(34px, 9.1vw, 44px); }
  .air-hero__portrait { height: 390px; }
  .air-hero__portrait figcaption { left: 23px; bottom: 22px; }
  .air-actions { gap: 20px; }
  .air-actions > .air-button { padding-inline: 22px; }
  .air-actions > .air-link { font-size: 16px; }
  .air-section h2, .consultation-form h2 { font-size: 34px; }
  .consultation-form__form-row { grid-template-columns: 1fr; gap: 0; }
  .air-about__portrait { min-height: 425px; }
  .consultation-form__submit { width: 100%; }
  #cookie-banner { left: 10px !important; right: 10px !important; bottom: 10px !important; padding: 14px 16px !important; font-size: 12px !important; }
}
@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .air-header__cta { display: none; }
  .air-menu-toggle { margin-left: auto; }
  .air-hero h1 { font-size: 33px; }
  .air-service { padding: 23px; }
}
@media (max-width: 782px) { .admin-bar .air-header { top: 46px; } }
@media (max-width: 600px) { .admin-bar .air-header { top: 0; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Подпись разработчика */
.developer-credit { display: inline-flex; align-items: center; gap: 8px; max-width: 100%; margin-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.4; text-decoration: none; }
.developer-credit img { display: block; width: 32px; height: 32px; flex: 0 0 32px; object-fit: contain; }
.developer-credit:hover span { text-decoration: underline; }
.developer-credit:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; border-radius: 4px; }
