@font-face {
  font-family: "Manrope EB";
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}
@font-face {
  font-family: "Manrope EB";
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: "Manrope EB";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --eb-bg: #0a1421;
  --eb-bg-deep: #08111c;
  --eb-panel: rgba(20, 34, 51, .74);
  --eb-line: rgba(222, 232, 245, .19);
  --eb-line-soft: rgba(222, 232, 245, .1);
  --eb-text: #f6f7fa;
  --eb-muted: #b4bfcd;
  --eb-accent: #e8bd79;
  --eb-dark: #111925;
  --eb-radius: 16px;
  --eb-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; min-width: 320px; background: var(--eb-bg); color: var(--eb-text); font-family: "Manrope EB", system-ui, sans-serif; font-size: 18px; line-height: 1.55; opacity: 1; transition: opacity .1s ease; -webkit-font-smoothing: antialiased; }
html.eb-restoring-scroll body { opacity: 0; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; pointer-events: none; background: radial-gradient(circle at 72% 10%, rgba(72, 91, 126, .28), transparent 38%), radial-gradient(circle at 20% 78%, rgba(37, 77, 91, .13), transparent 38%), linear-gradient(135deg, #07111c 0%, #0e1a29 52%, #08121e 100%); }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
.shell { width: min(100% - 96px, 1320px); margin-inline: auto; }
.eb-icon { width: 1.35em; height: 1.35em; flex: 0 0 auto; }
.eb-custom-icon { width: 1.35em; height: 1.35em; flex: 0 0 auto; object-fit: contain; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 10px 16px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 30; min-height: 76px; border-bottom: 1px solid var(--eb-line-soft); background: rgba(9, 18, 30, .88); backdrop-filter: blur(18px); }
.site-header__inner { width: min(100% - 48px, 1390px); min-height: 76px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { font-size: 30px; font-weight: 650; letter-spacing: -.045em; }
.header-actions { display: flex; align-items: center; gap: 28px; }
.language-switcher { display: flex; align-items: center; gap: 6px; color: #95a1b0; font-size: 16px; }
.language-switcher a { position: relative; min-width: 44px; min-height: 44px; padding: 8px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 9px; transition: color .16s ease, border-color .16s ease, background .16s ease; }
.language-switcher a:hover, .language-switcher a:focus-visible { color: var(--eb-text); border-color: var(--eb-line); background: rgba(255,255,255,.045); }
.language-switcher .is-active { color: var(--eb-text); border-color: color-mix(in srgb, var(--eb-accent) 42%, transparent); background: rgba(255,255,255,.035); }
.language-switcher .is-active::after { content: ""; position: absolute; left: 9px; right: 9px; bottom: 5px; height: 2px; background: var(--eb-accent); }
.header-call { display: flex; align-items: center; gap: 12px; padding-left: 30px; border-left: 1px solid var(--eb-line); font-size: 17px; font-weight: 620; }
.header-call .eb-icon, .header-call .eb-custom-icon { width: 25px; height: 25px; }
.menu-button { display: none; color: var(--eb-text); background: none; border: 0; padding: 8px; cursor: pointer; }
.mobile-nav { position: absolute; top: 100%; right: 16px; width: 210px; padding: 10px; background: #101d2d; border: 1px solid var(--eb-line); border-radius: 12px; box-shadow: var(--eb-shadow); }
.mobile-nav a { display: block; padding: 12px; border-radius: 8px; }
.mobile-nav a:hover { background: rgba(255,255,255,.06); }

.hero { position: relative; min-height: calc(100svh - 76px); overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 28%; z-index: -1; background: linear-gradient(to bottom, transparent, var(--eb-bg)); }
.hero__portrait-wrap { position: absolute; z-index: -1; right: max(0px, calc((100vw - 1460px) / 2)); top: 0; bottom: 0; width: min(53vw, 790px); overflow: hidden; opacity: .98; -webkit-mask-image: linear-gradient(to right, transparent 0, #000 21%, #000 91%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, #000 21%, #000 91%, transparent 100%); }
.hero__portrait { width: 100%; height: 100%; object-fit: cover; object-position: 52% 18%; filter: saturate(.78) contrast(1.04); }
.hero__portrait-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,19,31,.32), transparent 35%), linear-gradient(0deg, rgba(7,15,25,.75), transparent 35%); mix-blend-mode: multiply; }
.hero__inner { min-height: calc(100svh - 76px); padding-block: clamp(36px, 6vh, 74px) 42px; display: grid; grid-template-columns: minmax(0, .86fr) minmax(340px, .55fr); grid-template-areas: "copy ." "licenses ." "education education"; align-content: space-between; gap: clamp(20px, 3vh, 38px) 30px; }
.hero__mobile-spacer { display: none; }
.hero__copy { grid-area: copy; max-width: 800px; }
.hero h1 { margin: 0 0 18px; font-size: clamp(64px, 7.6vw, 116px); line-height: .98; letter-spacing: -.062em; font-weight: 560; }
.hero__description { max-width: 720px; color: #dce2ea; font-size: clamp(17px, 1.22vw, 20px); line-height: 1.72; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.button { min-height: 58px; padding: 14px 28px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 9px; font-weight: 680; font-size: 17px; line-height: 1.2; cursor: pointer; transition: transform .2s ease, filter .2s ease, border-color .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); filter: brightness(1.05); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid color-mix(in srgb, var(--eb-accent) 70%, white); outline-offset: 3px; }
.button--accent { color: var(--eb-dark); background: linear-gradient(135deg, color-mix(in srgb, var(--eb-accent) 90%, white), var(--eb-accent)); box-shadow: 0 10px 28px color-mix(in srgb, var(--eb-accent) 18%, transparent); }
.button--outline { color: var(--eb-text); border-color: rgba(229,237,247,.35); background: rgba(10,20,32,.28); }
.credential-group h2 { margin: 0 0 13px; color: #ecf0f5; font-size: 13px; line-height: 1.2; font-weight: 700; text-transform: uppercase; letter-spacing: .25em; }
.credential-group--licenses { grid-area: licenses; max-width: 720px; }
.credential-group--education { grid-area: education; max-width: 980px; }
.credential-row { display: grid; gap: 12px; }
.credential-row--licenses { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.credential-row--education { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
.credential { width: 100%; min-width: 0; margin: 0; color: var(--eb-text); border: 1px solid var(--eb-line); border-radius: 12px; background: rgba(10, 21, 35, .58); backdrop-filter: blur(10px); }
button.credential { font: inherit; text-align: left; cursor: default; }
button.credential.has-certificate { cursor: zoom-in; transition: border-color .2s ease, transform .2s ease; }
button.credential.has-certificate:hover { border-color: color-mix(in srgb, var(--eb-accent) 65%, transparent); transform: translateY(-2px); }
.credential--license { min-height: 88px; padding: 14px 20px; display: flex; align-items: center; gap: 18px; }
.credential--education { min-height: 132px; padding: 16px 14px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.credential__icon { color: var(--eb-accent); display: grid; place-items: center; }
.credential--license .credential__icon { width: 54px; height: 54px; flex: 0 0 54px; }
.credential--education .credential__icon { width: 68px; height: 58px; margin-bottom: 8px; color: #b4aaa0; }
.credential__icon .eb-icon { width: 100%; height: 100%; }
.credential__logo { width: 100%; height: 100%; object-fit: contain; }
.credential__text { min-width: 0; display: block; }
.credential__text strong, .credential__text small { display: block; }
.credential__text strong { font-size: 15px; font-weight: 640; }
.credential__text small { margin-top: 4px; color: var(--eb-muted); font-size: 13px; line-height: 1.4; }

.section { padding-block: clamp(88px, 10vw, 150px); border-top: 1px solid rgba(255,255,255,.035); }
.kicker { margin: 0 0 14px; color: #eef2f6; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .28em; }
.section-title { max-width: 1050px; margin: 0; font-size: clamp(44px, 5vw, 76px); line-height: 1.08; letter-spacing: -.05em; font-weight: 560; }
.section-intro { max-width: 820px; margin: 20px 0 0; color: var(--eb-muted); font-size: 19px; }
.services-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.service-card { min-height: 328px; padding: clamp(24px, 3vw, 38px); display: flex; flex-direction: column; border: 1px solid var(--eb-line); border-radius: var(--eb-radius); background: linear-gradient(145deg, rgba(23,39,58,.82), rgba(11,24,38,.6)); box-shadow: inset 0 1px rgba(255,255,255,.025); }
.service-card__top { display: grid; grid-template-columns: 88px 1fr; gap: 28px; align-items: start; flex: 1; }
.service-card__icon { width: 88px; height: 88px; padding: 9px; color: var(--eb-accent); }
.service-card__icon .eb-icon { width: 100%; height: 100%; }
.service-card h3 { margin: 2px 0 11px; font-size: clamp(22px, 2vw, 29px); line-height: 1.28; letter-spacing: -.025em; font-weight: 640; }
.service-card p { margin: 0; color: var(--eb-muted); font-size: 16px; line-height: 1.65; }
.service-card__button { width: 100%; min-height: 52px; margin-top: 24px; }
.service-card__hint { min-height: 48px; margin-top: 12px; padding-top: 12px; display: flex; align-items: flex-start; gap: 10px; color: #9ca8b7; border-top: 1px solid var(--eb-line-soft); font-size: 13px; line-height: 1.45; }
.service-card__hint .eb-icon, .service-card__hint .eb-custom-icon { width: 18px; height: 18px; color: var(--eb-accent); object-fit: contain; }

.contacts { padding-bottom: 52px; }
.contacts-layout { margin-top: 46px; display: grid; grid-template-columns: 1fr .86fr; gap: 28px; align-items: start; }
.contact-list, .contact-side { display: grid; gap: 14px; }
.contact-card, .company-card { min-height: 104px; padding: 18px 26px; display: grid; grid-template-columns: 60px 1fr auto; align-items: center; gap: 22px; border: 1px solid var(--eb-line); border-radius: 12px; background: rgba(18,33,50,.56); }
.contact-card { transition: border-color .2s ease, transform .2s ease; }
.contact-card:hover { border-color: color-mix(in srgb, var(--eb-accent) 55%, transparent); transform: translateX(3px); }
.contact-card__icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--eb-accent); border: 1px solid var(--eb-accent); border-radius: 10px; }
.contact-card__icon .eb-icon, .contact-card__icon .eb-custom-icon { width: 30px; height: 30px; }
.contact-card small, .contact-card strong, .company-card small, .company-card strong { display: block; }
.contact-card small, .company-card small { color: var(--eb-muted); font-size: 14px; }
.contact-card strong, .company-card strong { margin-top: 2px; font-size: 17px; font-weight: 620; overflow-wrap: anywhere; }
.contact-card > .eb-icon { width: 19px; color: #7d8997; }
.messenger-row, .social-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.messenger-row .button { min-width: 0; padding-inline: 14px; }
.social-row a, .social-row .social-disabled { min-height: 94px; padding: 17px 20px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--eb-line); border-radius: 12px; background: rgba(18,33,50,.46); }
.social-row .social-disabled { opacity: .52; cursor: not-allowed; }
.social-row .eb-icon, .social-row .eb-custom-icon { width: 30px; height: 30px; color: var(--eb-accent); object-fit: contain; }
.social-row span, .social-row small { display: block; min-width: 0; }
.social-row span { font-size: 15px; font-weight: 620; }
.social-row small { max-width: 190px; margin-top: 3px; color: var(--eb-muted); font-size: 11px; font-weight: 400; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.company-card { grid-template-columns: 46px 1fr; }
.company-card > .eb-icon { width: 40px; height: 40px; color: var(--eb-accent); }
.contact-form-card, .license-list-card { padding: clamp(24px, 3vw, 36px); border: 1px solid var(--eb-line); border-radius: 14px; background: rgba(18,33,50,.6); }
.contact-form-card h3, .license-list-card h3 { margin: 0 0 20px; font-size: 22px; font-weight: 620; }
.contact-form-card form { display: grid; gap: 14px; }
.contact-form-card label { display: grid; gap: 7px; }
.contact-form-card label > span { color: #dbe2ea; font-size: 13px; font-weight: 600; }
.contact-form-card input, .contact-form-card textarea { width: 100%; color: var(--eb-text); border: 1px solid rgba(220,231,245,.25); border-radius: 9px; background: rgba(8,18,29,.34); padding: 14px 16px; outline: none; }
.contact-form-card input { min-height: 52px; }
.contact-form-card textarea { min-height: 130px; resize: vertical; }
.contact-form-card input:focus, .contact-form-card textarea:focus { border-color: var(--eb-accent); }
.contact-form-card .button { width: 100%; min-height: 54px; margin-top: 4px; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-notice { margin: -5px 0 16px; padding: 12px 14px; border-radius: 8px; font-size: 14px; }
.form-notice--success { color: #c7f4d5; background: rgba(45,135,77,.2); border: 1px solid rgba(91,199,128,.35); }
.form-notice--error { color: #ffd2d2; background: rgba(159,44,44,.2); border: 1px solid rgba(230,102,102,.35); }
.license-list-card h3 { display: flex; align-items: center; gap: 11px; }
.license-list-card h3 .eb-icon { color: var(--eb-accent); }
.license-list-card ul { margin: 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.license-list-card li { display: flex; gap: 10px; color: var(--eb-muted); font-size: 15px; }
.license-list-card li .eb-icon { width: 18px; height: 18px; margin-top: 2px; color: var(--eb-accent); }

.site-footer { padding-block: 28px 52px; border-top: 1px solid var(--eb-line-soft); color: #929eac; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 30px; font-size: 14px; }
.footer-links a { color: #c5ccd5; }
.footer-links a::before { content: "•"; margin-right: 30px; color: var(--eb-accent); }
.legal-details { margin-top: 22px; display: grid; gap: 8px; }
.legal-details details { border-top: 1px solid var(--eb-line-soft); }
.legal-details summary { padding: 12px 0; color: #c9d1da; cursor: pointer; font-size: 14px; }
.legal-details p { max-width: 900px; margin: 0 0 16px; font-size: 13px; }
.disclaimers { max-width: 1120px; margin-top: 24px; }
.disclaimers p { margin: 7px 0; font-size: 12px; line-height: 1.6; }
.certificate-modal { width: min(94vw, 920px); max-height: 92svh; padding: 0; color: var(--eb-text); background: #0d1928; border: 1px solid var(--eb-line); border-radius: 16px; box-shadow: 0 30px 100px rgba(0,0,0,.58); overflow: hidden; }
.certificate-modal::backdrop { background: rgba(3, 8, 15, .82); backdrop-filter: blur(5px); }
.certificate-modal__bar { min-height: 62px; padding: 13px 16px 13px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--eb-line-soft); }
.certificate-modal__bar h2 { margin: 0; font-size: 18px; font-weight: 650; }
.certificate-modal__bar button { width: 38px; height: 38px; color: var(--eb-text); background: rgba(255,255,255,.06); border: 1px solid var(--eb-line); border-radius: 9px; cursor: pointer; font-size: 25px; line-height: 1; }
.certificate-modal__body { max-height: calc(92svh - 145px); padding: 18px; display: grid; place-items: start center; overflow: auto; background: #07111d; overscroll-behavior: contain; }
.certificate-modal__body img { max-width: 100%; max-height: calc(92svh - 185px); width: auto; height: auto; object-fit: contain; }
.certificate-modal__pdf { width: 100%; display: grid; gap: 16px; justify-items: center; }
.certificate-modal__page { width: 100%; overflow: hidden; background: #fff; border-radius: 7px; box-shadow: 0 8px 28px rgba(0,0,0,.28); }
.certificate-modal__page canvas { width: 100%; height: auto; display: block; background: #fff; }
.certificate-modal__status { min-height: min(55svh, 520px); margin: 0; padding: 24px; display: grid; place-items: center; color: var(--eb-muted); text-align: center; }
.certificate-modal__status.is-error { color: #f2c579; }
.certificate-modal__body [hidden] { display: none !important; }
.certificate-modal__open { width: calc(100% - 36px); min-height: 48px; margin: 10px 18px 14px; }
.not-found { min-height: 100svh; padding: 24px; display: grid; place-content: center; justify-items: center; text-align: center; }
.not-found > p { margin: 0; color: var(--eb-accent); font-size: 100px; line-height: 1; font-weight: 700; }
.not-found h1 { margin: 12px 0 30px; }

@media (max-width: 1050px) {
  .shell { width: min(100% - 48px, 960px); }
  .hero__portrait-wrap { right: -9vw; width: 64vw; opacity: .72; }
  .hero__inner { grid-template-columns: 1fr; grid-template-areas: "copy" "licenses" "education"; }
  .hero__copy, .credential-group--licenses { max-width: 66vw; }
  .credential-group--education { max-width: 100%; }
  .contacts-layout { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 62px; }
  body { font-size: 17px; }
  .shell { width: min(100% - 32px, 720px); }
  .site-header, .site-header__inner { min-height: 60px; }
  .site-header__inner { width: calc(100% - 28px); }
  .brand { font-size: 21px; }
  .header-actions { gap: 10px; }
  .header-call { min-width: 40px; padding-left: 14px; }
  .header-call span { display: none; }
  .header-call .eb-icon, .header-call .eb-custom-icon { width: 22px; height: 22px; }
  .menu-button { display: inline-grid; place-items: center; }
  .hero { min-height: calc(100svh - 60px); }
  .hero__inner { min-height: calc(100svh - 60px); padding-block: 24px 28px; gap: 22px; align-content: start; }
  .hero__portrait-wrap { inset: 0 -24% 0 auto; width: 88%; opacity: .38; -webkit-mask-image: linear-gradient(to right, transparent, #000 38%); mask-image: linear-gradient(to right, transparent, #000 38%); }
  .hero__portrait-wrap::after { background: linear-gradient(90deg, rgba(8,18,29,.75), rgba(8,18,29,.08)), linear-gradient(0deg, rgba(7,15,25,.88), transparent 45%); }
  .hero__copy, .credential-group--licenses { max-width: 100%; }
  .hero h1 { margin-bottom: 12px; font-size: clamp(42px, 13vw, 64px); }
  .hero__description { max-width: 520px; font-size: 16px; line-height: 1.52; }
  .hero__actions { gap: 9px; margin-top: 18px; }
  .hero__actions .button { min-height: 48px; padding: 11px 16px; font-size: 14px; }
  .credential-group h2 { margin-bottom: 9px; font-size: 10px; }
  .credential-row { display: grid; gap: 10px; overflow: visible; }
  .credential-row--licenses { grid-template-columns: 1fr; }
  .credential-row--education { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .credential { position: relative; min-height: 0; padding: 12px; }
  .credential--license { min-height: 82px; display: flex; align-items: center; justify-content: flex-start; gap: 14px; text-align: left; }
  .credential--education { min-height: 132px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
  .credential--license .credential__icon { width: 48px; height: 48px; margin: 0; flex: 0 0 48px; }
  .credential--education .credential__icon { width: 68px; height: 58px; margin: 0 0 9px; }
  .credential__text { min-width: 0; display: block; position: static; padding: 0; color: var(--eb-text); background: transparent; border: 0; box-shadow: none; }
  .credential__text strong { font-size: 14px; }
  .credential__text small { font-size: 12px; line-height: 1.4; }
  .certificate-modal { width: calc(100vw - 24px); max-height: calc(100svh - 24px); border-radius: 14px; }
  .certificate-modal__bar { min-height: 58px; padding: 10px 10px 10px 16px; }
  .certificate-modal__bar h2 { font-size: 17px; line-height: 1.35; }
  .certificate-modal__bar button { width: 44px; height: 44px; flex: 0 0 44px; }
  .certificate-modal__body { max-height: calc(100svh - 162px); padding: 10px; overflow-x: hidden; }
  .certificate-modal__pdf { gap: 10px; }
  .certificate-modal__page { border-radius: 5px; }
  .certificate-modal__status { min-height: min(55svh, 420px); padding: 18px 10px; }
  .certificate-modal__open { width: calc(100% - 20px); min-height: 50px; margin: 8px 10px 10px; }
  .section { padding-block: 74px; }
  .section-title { font-size: clamp(38px, 10vw, 55px); }
  .section-intro { margin-top: 14px; font-size: 16px; }
  .services-grid { grid-template-columns: 1fr; margin-top: 34px; }
  .service-card { min-height: 0; padding: 24px; }
  .service-card__top { grid-template-columns: 66px 1fr; gap: 18px; }
  .service-card__icon { width: 66px; height: 66px; }
  .contacts-layout { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .hero__portrait-wrap {
    inset: 0 0 auto;
    width: 100%;
    height: clamp(500px, 150vw, 660px);
    opacity: .78;
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 68%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 68%, transparent 100%);
  }
  .hero__portrait {
    width: 100%;
    height: 103%;
    object-fit: cover;
    object-position: 50% top;
    transform: translateY(-3%);
  }
  .hero__portrait-wrap::after {
    background: linear-gradient(180deg, rgba(7,15,25,.03) 0%, rgba(7,15,25,.04) 45%, rgba(7,15,25,.68) 76%, var(--eb-bg) 100%), linear-gradient(90deg, rgba(8,18,29,.22), transparent 46%, rgba(8,18,29,.12));
    mix-blend-mode: normal;
  }
  .hero__inner {
    grid-template-areas: "mobile-photo" "copy" "licenses" "education";
    padding-top: 0;
  }
  .hero__mobile-spacer {
    grid-area: mobile-photo;
    height: clamp(320px, 96vw, 410px);
    display: block;
  }
  .hero__copy {
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 18px rgba(0,0,0,.42);
  }
}

@media (max-width: 480px) {
  .site-header__inner { width: calc(100% - 20px); gap: 8px; }
  .brand { font-size: 19px; }
  .header-actions { gap: 6px; }
  .language-switcher { gap: 3px; font-size: 14px; }
  .language-switcher a { min-width: 44px; min-height: 44px; padding: 7px 5px; }
  .header-call { min-width: 38px; padding-left: 7px; }
  .menu-button { display: none; }
  .hero__description { max-width: 87%; font-size: 14.5px; line-height: 1.47; }
  .hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .hero__actions .button { padding-inline: 9px; }
  .hero__actions .button .eb-icon, .hero__actions .button .eb-custom-icon { width: 18px; height: 18px; }
  .credential-row--education { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .kicker { font-size: 10px; }
  .section-title { font-size: 37px; }
  .service-card__top { grid-template-columns: 52px 1fr; gap: 14px; }
  .service-card__icon { width: 52px; height: 52px; padding: 3px; }
  .service-card h3 { margin-top: 0; font-size: 20px; }
  .service-card p { font-size: 14px; }
  .contact-card, .company-card { min-height: 82px; padding: 13px 15px; grid-template-columns: 44px 1fr auto; gap: 13px; }
  .contact-card__icon { width: 44px; height: 44px; }
  .contact-card__icon .eb-icon, .contact-card__icon .eb-custom-icon { width: 24px; height: 24px; }
  .contact-card strong { font-size: 14px; }
  .messenger-row { gap: 8px; }
  .messenger-row .button { min-height: 49px; font-size: 13px; }
  .social-row { grid-template-columns: 1fr; }
  .company-card { grid-template-columns: 40px 1fr; }
  .contact-form-card, .license-list-card { padding: 20px; }
  .footer-links { display: grid; gap: 10px; }
  .footer-links a::before { display: none; }
}

@media (max-width: 390px) and (max-height: 760px) {
	  .hero__inner { gap: 18px; padding: 0 0 24px; }
	  .hero__mobile-spacer { height: clamp(320px, 96vw, 370px); }
  .hero h1 { margin-bottom: 7px; font-size: 39px; }
  .hero__description { font-size: 13px; line-height: 1.4; }
  .hero__actions { margin-top: 11px; }
  .hero__actions .button { min-height: 43px; font-size: 12px; }
  .credential-group h2 { margin-bottom: 6px; }
	  .credential--license { min-height: 78px; }
	  .credential--education { min-height: 126px; }
	  .credential--license .credential__icon { width: 44px; height: 44px; flex-basis: 44px; }
	  .credential--education .credential__icon { width: 62px; height: 52px; }
}

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