:root {
  --ink: #0d1117;
  --ink-soft: #151b24;
  --paper: #f3f1eb;
  --paper-deep: #e9e6de;
  --gold: #d99d37;
  --gold-light: #f0c76e;
  --muted: #8e96a3;
  --line: rgba(255, 255, 255, 0.16);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; background: var(--ink); color: #fff; font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.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: 100; top: -60px; left: 20px; padding: 12px 16px; background: var(--gold); color: var(--ink); font-weight: 700; transition: top .2s; }
.skip-link:focus { top: 20px; }

.header { position: absolute; top: 0; left: 0; z-index: 20; width: 100%; border-bottom: 1px solid rgba(255,255,255,.12); transition: background .25s, backdrop-filter .25s; }
.header.is-stuck { position: fixed; background: rgba(13,17,23,.9); backdrop-filter: blur(14px); }
.header__content { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 228px; }
.brand img { width: 100%; height: auto; }
.navigation { display: flex; align-items: center; gap: 27px; font-size: 13px; font-weight: 700; letter-spacing: .035em; }
.navigation > a { color: rgba(255,255,255,.84); transition: color .2s; }
.navigation > a:hover { color: var(--gold-light); }
.language-switcher { position: relative; z-index: 25; }
.language-switcher__toggle { display: inline-flex; align-items: center; gap: 7px; min-height: 38px; border: 1px solid rgba(255,255,255,.25); padding: 0 10px; background: rgba(13,17,23,.48); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.language-switcher__toggle:hover, .language-switcher.is-open .language-switcher__toggle { border-color: var(--gold-light); color: var(--gold-light); }
.language-switcher__toggle [data-language-flag] { font-size: 15px; line-height: 1; }
.language-switcher__chevron { margin-top: -3px; color: var(--gold-light); font-size: 17px; line-height: 1; transition: transform .2s; }
.language-switcher.is-open .language-switcher__chevron { transform: rotate(180deg); }
.language-switcher__menu { position: absolute; top: calc(100% + 8px); right: 0; display: grid; min-width: 164px; padding: 5px; border: 1px solid rgba(255,255,255,.18); background: #151b24; box-shadow: 0 16px 34px rgba(0,0,0,.35); opacity: 0; transform: translateY(-5px); visibility: hidden; transition: opacity .18s, transform .18s, visibility .18s; }
.language-switcher.is-open .language-switcher__menu { opacity: 1; transform: translateY(0); visibility: visible; }
.language-switcher__menu button { display: grid; grid-template-columns: 22px 27px 1fr; align-items: center; gap: 7px; width: 100%; border: 0; padding: 9px 8px; background: transparent; color: #e8eaed; text-align: left; font-size: 12px; }
.language-switcher__menu button:hover, .language-switcher__menu button[aria-selected="true"] { background: rgba(217,157,55,.16); color: var(--gold-light); }
.language-switcher__menu button > span { font-size: 15px; line-height: 1; }
.language-switcher__menu b { font-size: 10px; letter-spacing: .08em; }
.language-switcher__menu small { color: #aeb5bd; font-size: 11px; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: #fff; transition: transform .2s, opacity .2s; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 52px; border: 1px solid var(--gold); padding: 0 22px; background: var(--gold); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; transition: background .2s, color .2s, transform .2s; }
.button:hover { background: #f3bd54; transform: translateY(-2px); }
.button > span[aria-hidden="true"] { font-size: 18px; line-height: 1; }
.button--small { min-height: 39px; padding: 0 14px; font-size: 10px; }
.button--outline { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.button--outline:hover { background: #fff; color: var(--ink); border-color: #fff; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow > span:first-child { display: inline-block; width: 22px; height: 1px; background: currentColor; }
.eyebrow > span:last-child { min-width: 0; }
.eyebrow--dark { color: #a8731e; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 800; letter-spacing: -.055em; }
h1 em, h2 em { color: var(--gold); font-style: normal; }

.hero { position: relative; min-height: 770px; overflow: hidden; padding: 148px 0 36px; background: radial-gradient(circle at 74% 40%, #242a35 0, #121720 34%, var(--ink) 65%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,17,23,.99) 0%, rgba(13,17,23,.9) 36%, rgba(13,17,23,.2) 73%, rgba(13,17,23,.42) 100%); pointer-events: none; z-index: 1; }
.hero__grid { position: absolute; z-index: 0; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px); background-size: 74px 74px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero__content { position: relative; z-index: 2; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; min-height: 538px; }
.hero__copy { padding: 32px 0 42px; }
.hero__copy > .eyebrow { margin-bottom: 24px; }
.hero h1 { max-width: 600px; margin: 0 0 25px; font-size: clamp(50px, 5.5vw, 82px); line-height: .92; text-transform: uppercase; }
.hero__lead { max-width: 540px; margin-bottom: 31px; color: #c0c5cc; font-size: 17px; line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: #dfe2e6; font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.text-link > span[aria-hidden="true"] { color: var(--gold); font-size: 17px; }
.hero__figures { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 600px; margin: 61px 0 0; }
.hero__figures div { padding-top: 13px; border-top: 1px solid var(--line); }
.hero__figures dt { margin-bottom: 7px; color: #fff; font-size: 17px; font-weight: 800; letter-spacing: -.03em; }
.hero__figures dd { margin: 0; color: #9ba2ac; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.hero__visual { position: relative; align-self: stretch; min-height: 485px; overflow: hidden; }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 53%, rgba(13,17,23,.88) 100%); }
.hero__visual img { position: absolute; width: 100%; max-width: none; height: 100%; right: 0; object-fit: cover; object-position: 53% center; filter: saturate(.78) contrast(1.06); mix-blend-mode: screen; opacity: .88; }
.hero__visual-glow { position: absolute; z-index: -1; width: 380px; height: 380px; top: 15%; right: 15%; border-radius: 50%; background: rgba(217,157,55,.25); filter: blur(80px); }
.hero__caption { position: absolute; z-index: 3; right: 1%; bottom: 23px; width: 230px; padding: 15px 17px; border-left: 2px solid var(--gold); background: rgba(13,17,23,.66); }
.hero__caption span, .hero__caption small { display: block; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero__caption strong { display: block; margin: 5px 0 6px; font-size: 18px; letter-spacing: -.04em; }
.hero__caption small { color: #aab1ba; font-weight: 500; letter-spacing: .08em; }
.hero__footer { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding-top: 14px; border-top: 1px solid var(--line); }
.hero__footer p { max-width: 560px; margin: 0; color: #757e8b; font-size: 10px; line-height: 1.5; }
.hero__footer a { display: flex; align-items: center; gap: 14px; color: #b4bac3; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero__footer i { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: var(--gold); font-style: normal; }

.section { padding: 122px 0; }
.section--light { background: var(--paper); color: var(--ink); }
.section-intro { display: grid; grid-template-columns: .86fr 1.14fr; gap: 40px; padding-bottom: 67px; }
.section-intro > .eyebrow { padding-top: 10px; }
.section-intro h2, .models__heading h2, .advantages h2, .cta h2 { margin: 0 0 21px; font-size: clamp(40px, 4.6vw, 66px); line-height: .93; text-transform: uppercase; }
.section-intro p:not(.eyebrow) { max-width: 575px; margin: 0; color: #57606c; font-size: 17px; line-height: 1.55; }
.technology-intro-video { position: relative; align-self: start; justify-self: start; width: min(100%, 320px); overflow: hidden; border: 1px solid rgba(13,17,23,.15); background: var(--ink); box-shadow: 0 18px 40px rgba(13,17,23,.16); aspect-ratio: 1; }
.technology-intro-video::after { content: ''; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(135deg, rgba(13,17,23,.22), rgba(13,17,23,.04) 55%, rgba(13,17,23,.28)); transition: opacity .2s ease; }
.technology-intro-video video { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.technology-intro-video__play { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; width: 64px; height: 64px; padding: 0; color: var(--ink); font-size: 22px; line-height: 1; cursor: pointer; place-items: center; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: var(--gold); box-shadow: 0 8px 24px rgba(13,17,23,.32); transform: translate(-50%, -50%); transition: opacity .2s ease, transform .2s ease, background .2s ease; }
.technology-intro-video__play:hover, .technology-intro-video__play:focus-visible { background: #f1bd54; transform: translate(-50%, -50%) scale(1.06); }
.technology-intro-video__play span { margin-left: 3px; }
.technology-intro-video.is-playing::after, .technology-intro-video.is-playing .technology-intro-video__play { opacity: 0; pointer-events: none; }
.technology-grid { display: grid; grid-template-columns: 1fr 1fr .8fr; gap: 1px; background: #c7c4bc; }
.technology-card, .technology-note { position: relative; min-height: 300px; overflow: hidden; padding: 31px 31px 30px; background: #e4e1d9; }
.technology-card--gold { background: var(--gold); }
.technology-card__number { margin-bottom: 42px; color: #999890; font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.technology-card h3 { position: relative; z-index: 1; margin: 0; font-size: 70px; line-height: .8; }
.technology-card__code { white-space: nowrap; }
html:not([lang="ru"]) .technology-card__code { font-size: clamp(40px, 4.2vw, 56px); letter-spacing: -.04em; }
.technology-card__title { position: relative; z-index: 1; max-width: 190px; margin: 13px 0 16px; font-size: 13px; font-weight: 800; line-height: 1.2; text-transform: uppercase; }
.technology-card p:not(.technology-card__number):not(.technology-card__title) { position: relative; z-index: 1; max-width: 250px; margin: 0; color: #50515a; font-size: 13px; line-height: 1.5; }
.technology-card__mark { position: absolute; right: -13px; bottom: -55px; color: rgba(13,17,23,.08); font-size: 280px; font-weight: 800; letter-spacing: -.16em; }
.technology-note { display: flex; flex-direction: column; justify-content: flex-end; background: var(--ink); color: #fff; }
.technology-note p { margin: 19px 0 0; font-size: 17px; font-weight: 700; line-height: 1.35; letter-spacing: -.03em; }
.icon-chip { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid rgba(240,199,110,.55); color: var(--gold-light); font-size: 18px; }

.advantages { background: #10151d; }
.advantages__layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 58px; }
.advantages__heading { position: sticky; top: 110px; align-self: start; }
.advantages h2 { font-size: clamp(42px, 4vw, 63px); }
.advantages__list { border-top: 1px solid var(--line); }
.advantage { display: grid; grid-template-columns: 72px 1fr; gap: 22px; min-height: 144px; padding: 25px 0; border-bottom: 1px solid var(--line); }
.advantage > span { color: var(--gold-light); font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.advantage h3 { margin: 0 0 8px; font-size: 26px; }
.advantage p { max-width: 450px; margin: 0; color: #a4abb6; font-size: 14px; line-height: 1.55; }

.models { background: #171d26; }
.models__heading { display: grid; grid-template-columns: 1fr .6fr; align-items: end; gap: 48px; margin-bottom: 57px; }
.models__heading h2 { margin-bottom: 0; }
.models__heading > p { margin: 0 0 5px; color: #a3aab4; font-size: 15px; line-height: 1.55; }
.models-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.model-card { position: relative; overflow: hidden; min-height: 535px; background: #252b35; }
.model-card--laborator { grid-column: span 5; }
.model-card--aylin { grid-column: span 7; }
.model-card--diana { grid-column: span 6; }
.model-card--farrukh { grid-column: span 6; }
.model-card--dilbar { grid-column: 2 / span 10; }
.model-card__media { position: absolute; inset: 0; }
.model-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(9,12,16,.08) 0%, rgba(9,12,16,.2) 38%, rgba(9,12,16,.72) 63%, rgba(9,12,16,.96) 100%); }
.model-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.8,.2,1); }
.model-card:hover .model-card__media img { transform: scale(1.045); }
.model-card--laborator .model-card__media img, .model-card--aylin .model-card__media img { object-position: 56% 30%; }
.model-card__content { position: relative; z-index: 1; display: flex; flex-direction: column; min-height: 535px; padding: 27px 28px 24px; }
.model-card__content::before { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 68%; background: linear-gradient(180deg, rgba(9,12,16,0) 0%, rgba(9,12,16,.18) 24%, rgba(9,12,16,.72) 68%, rgba(9,12,16,.9) 100%); pointer-events: none; }
.model-card__content > * { position: relative; z-index: 1; }
.model-card__eyebrow { align-self: flex-start; margin: 0 0 auto; padding: 7px 9px 6px; background: rgba(9,12,16,.66); box-shadow: 0 5px 18px rgba(0,0,0,.24); color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.model-card h3 { max-width: 500px; margin: 0 0 19px; font-size: clamp(37px, 4vw, 54px); line-height: .82; text-shadow: 0 3px 18px rgba(0,0,0,.72); text-transform: uppercase; }
.model-card dl { display: flex; gap: 28px; margin: 0 0 17px; text-shadow: 0 2px 12px rgba(0,0,0,.72); }
.model-card dl div { padding-right: 25px; border-right: 1px solid rgba(255,255,255,.25); }
.model-card dl div:last-child { border: 0; padding: 0; }
.model-card dt { margin-bottom: 4px; font-size: 15px; font-weight: 800; }
.model-card dd { margin: 0; color: #c0c4cb; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.model-card__content > p:not(.model-card__eyebrow) { max-width: 470px; margin: 0; color: #f0f2f5; font-size: 13px; line-height: 1.45; text-shadow: 0 2px 12px rgba(0,0,0,.78); }
.model-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 19px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.25); }
.model-card__bottom strong { color: var(--gold-light); font-size: 18px; letter-spacing: -.035em; white-space: nowrap; }
.model-card__bottom button { padding: 0; border: 0; background: none; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.model-card__bottom button > span[aria-hidden="true"] { margin-left: 7px; color: var(--gold-light); font-size: 16px; }

.section-intro--compact { padding-bottom: 55px; }
.formats__grid { display: grid; grid-template-columns: repeat(12, 1fr); border-top: 1px solid #c5c2ba; border-left: 1px solid #c5c2ba; }
.format-card { grid-column: span 4; min-height: 325px; padding: 28px 24px; border-right: 1px solid #c5c2ba; border-bottom: 1px solid #c5c2ba; }
.format-card--wide { grid-column: span 6; }
.format-card span { color: #a8731e; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.format-card h3 { margin: 35px 0 16px; font-size: 22px; line-height: 1; }
.format-card p { margin: 0; color: #59616b; font-size: 13px; line-height: 1.55; }

.cta { position: relative; overflow: hidden; padding: 130px 0; background: radial-gradient(circle at 77% 30%, rgba(217,157,55,.25), transparent 30%), #111720; }
.cta::after { content: ""; position: absolute; right: -130px; top: -270px; width: 650px; height: 650px; border: 1px solid rgba(217,157,55,.17); border-radius: 50%; box-shadow: 0 0 0 80px rgba(217,157,55,.035), 0 0 0 160px rgba(217,157,55,.02); }
.cta__inner { position: relative; z-index: 1; max-width: 800px; text-align: center; }
.cta__inner .eyebrow { justify-content: center; }
.cta h2 { font-size: clamp(57px, 7vw, 99px); }
.cta p:not(.eyebrow) { max-width: 560px; margin: 0 auto 29px; color: #aeb5bd; font-size: 16px; line-height: 1.55; }
.cta__actions { display: flex; justify-content: center; gap: 12px; }

.footer { padding: 48px 0 20px; background: #0a0e13; }
.footer__top { display: grid; grid-template-columns: 1.2fr 1.3fr .55fr; gap: 38px; padding-bottom: 49px; }
.brand--footer { align-self: start; width: 255px; }
.footer__links { display: grid; gap: 13px; }
.footer__links a { color: #fff; font-size: 14px; font-weight: 700; transition: color .2s; }
.footer__links a:hover, .footer__socials a:hover { color: var(--gold-light); }
.footer__links span { display: inline-block; width: 96px; color: #737b86; font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.footer__socials { display: grid; align-content: start; gap: 13px; font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #636c78; font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.footer__bottom p { margin: 0; }
.whatsapp-float { position: fixed; z-index: 15; right: 22px; bottom: 22px; display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid rgba(255,255,255,.27); border-radius: 50%; background: var(--gold); color: var(--ink); box-shadow: 0 8px 28px rgba(0,0,0,.35); font-size: 11px; font-weight: 900; letter-spacing: -.02em; transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-3px) scale(1.03); }

.modal { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 20px; visibility: hidden; opacity: 0; transition: opacity .2s, visibility .2s; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal__backdrop { position: absolute; inset: 0; background: rgba(3,5,8,.74); backdrop-filter: blur(5px); }
.modal__panel { position: relative; width: min(100%, 530px); max-height: min(700px, 92vh); overflow: auto; padding: 39px; background: var(--paper); color: var(--ink); transform: translateY(16px); transition: transform .25s; }
.modal.is-open .modal__panel { transform: translateY(0); }
.modal__close { position: absolute; top: 14px; right: 16px; width: 30px; height: 30px; border: 0; background: transparent; color: #3c4249; font-size: 29px; line-height: 1; }
.modal h2 { margin: 0 0 13px; font-size: 40px; line-height: .93; text-transform: uppercase; }
.modal__panel > p:not(.eyebrow) { margin-bottom: 24px; color: #5e646d; font-size: 13px; line-height: 1.45; }
.modal form { display: grid; gap: 14px; }
.modal label { display: grid; gap: 6px; color: #545961; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.modal input, .modal select { width: 100%; height: 45px; border: 1px solid #c8c5bd; border-radius: 0; padding: 0 12px; background: #faf9f5; color: var(--ink); font-size: 14px; letter-spacing: 0; text-transform: none; outline-color: var(--gold); }
.modal form .button { width: 100%; margin-top: 4px; }

html[dir="rtl"] body { text-align: right; }
html[dir="rtl"] .hero::before { background: linear-gradient(270deg, rgba(13,17,23,.99) 0%, rgba(13,17,23,.9) 36%, rgba(13,17,23,.2) 73%, rgba(13,17,23,.42) 100%); }
html[dir="rtl"] .hero__caption { right: auto; left: 1%; border-right: 2px solid var(--gold); border-left: 0; }
html[dir="rtl"] .language-switcher__menu { right: auto; left: 0; }
html[dir="rtl"] .language-switcher__menu button { text-align: right; }
html[dir="rtl"] .modal__close { right: auto; left: 16px; }
html[dir="rtl"] .footer__links span { margin-left: 10px; margin-right: 0; }

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

@media (max-width: 900px) {
  .navigation { gap: 16px; }
  .navigation > a { display: none; }
  .language-switcher__toggle { min-height: 35px; padding: 0 8px; }
  .language-switcher__menu { min-width: 154px; }
  .hero { min-height: auto; }
  .hero__content { grid-template-columns: 1fr .85fr; }
  .hero h1 { font-size: clamp(50px, 8vw, 75px); }
  .technology-grid { grid-template-columns: 1fr 1fr; }
  .technology-note { grid-column: span 2; min-height: 180px; }
  .advantages__layout { grid-template-columns: .9fr 1.1fr; gap: 32px; }
  .formats__grid { grid-template-columns: 1fr 1fr; }
  .format-card, .format-card--wide { grid-column: span 1; }
  .footer__top { grid-template-columns: 1fr 1.2fr; }
  .footer__socials { grid-column: 2; }
}

@media (min-width: 901px) and (max-width: 1320px) {
  .header__content { gap: 20px; }
  .brand { width: 195px; }
  .navigation { gap: 16px; font-size: 11px; }
  .navigation .button--small { display: none; }
}

@media (min-width: 681px) {
  .hero h1 em { font-size: .84em; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--max)); }
  .technology-intro-video { width: min(100%, 280px); margin: 0 auto 32px; }
  .eyebrow { align-items: flex-start; }
  .eyebrow > span:first-child { flex: 0 0 22px; margin-top: 7px; }
  .eyebrow > span:last-child { flex: 1 1 auto; }
  .header__content { min-height: 68px; gap: 8px; }
  .brand { width: 180px; }
  .menu-toggle { display: block; }
  .language-switcher { margin-left: auto; }
  .language-switcher__toggle { min-height: 34px; }
  .language-switcher__menu { top: calc(100% + 7px); }
  .navigation { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 15px 16px 22px; border-bottom: 1px solid rgba(255,255,255,.12); background: rgba(13,17,23,.98); transform: translateY(-130%); opacity: 0; transition: transform .25s, opacity .25s; pointer-events: none; }
  .navigation.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .navigation > a { display: block; padding: 14px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .navigation .button { width: 100%; margin-top: 18px; }
  .header.is-stuck .navigation { inset-top: 68px; }
  .hero { padding: 115px 0 25px; background: #111720; }
  .hero::before { background: linear-gradient(180deg, rgba(13,17,23,.75) 0%, rgba(13,17,23,.58) 27%, rgba(13,17,23,.98) 73%); }
  .hero__content { display: flex; flex-direction: column; min-height: 0; }
  .hero__copy { order: 2; padding: 0 0 25px; }
  .hero h1 { margin-bottom: 20px; font-size: 48px; letter-spacing: -.07em; }
  .hero__lead { font-size: 15px; }
  .hero__visual { order: 1; width: 100%; min-height: 270px; margin-bottom: -10px; }
  .hero__visual img { width: 110%; right: -7%; object-position: 48% center; }
  .hero__caption { display: none; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 17px; }
  .hero__figures { gap: 10px; margin-top: 40px; }
  .hero__figures dt { font-size: 14px; }
  .hero__figures dd { font-size: 8px; }
  .hero__footer { align-items: flex-start; flex-direction: column; }
  .hero__footer a { display: none; }
  .section { padding: 78px 0; }
  .section-intro { display: block; padding-bottom: 39px; }
  .section-intro > .eyebrow { padding-top: 0; }
  .section-intro h2, .models__heading h2, .advantages h2 { font-size: 43px; }
  .section-intro p:not(.eyebrow) { font-size: 15px; }
  .technology-grid { grid-template-columns: 1fr; }
  .technology-card { min-height: 254px; }
  .technology-note { grid-column: auto; min-height: 175px; }
  .advantages__layout { display: block; }
  .advantages__heading { position: static; margin-bottom: 38px; }
  .advantage { grid-template-columns: 40px 1fr; min-height: 0; }
  .advantage h3 { font-size: 22px; }
  .models__heading { display: block; margin-bottom: 37px; }
  .models__heading > p { margin-top: 20px; }
  .models-grid { display: block; }
  .model-card, .model-card__content { min-height: 500px; }
  .model-card { margin-bottom: 16px; }
  .model-card--dilbar { margin-bottom: 0; }
  .model-card h3 { font-size: 44px; }
  .model-card__content { padding: 21px 20px; }
  .model-card dl { gap: 16px; }
  .model-card dl div { padding-right: 16px; }
  .formats__grid { grid-template-columns: 1fr; }
  .format-card { min-height: 230px; }
  .format-card h3 { margin-top: 33px; }
  .cta { padding: 85px 0; }
  .cta h2 { font-size: 58px; }
  .cta__actions { flex-direction: column; }
  .footer__top { display: block; padding-bottom: 33px; }
  .brand--footer { margin-bottom: 31px; }
  .footer__links { margin-bottom: 27px; }
  .footer__links span { display: block; margin-bottom: 4px; }
  .footer__socials { display: flex; gap: 22px; }
  .footer__bottom { display: block; line-height: 1.6; }
  .footer__bottom p + p { margin-top: 8px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 46px; height: 46px; }
  .modal__panel { padding: 32px 22px 24px; }
  .modal h2 { font-size: 34px; }
  html[dir="rtl"] .language-switcher { margin-left: 0; margin-right: auto; }
}

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