:root {
  --navy-950: #03101f;
  --navy-900: #06172d;
  --navy-800: #0a2340;
  --navy-700: #11365a;
  --gold: #d9aa51;
  --gold-light: #f0ca7c;
  --cyan: #24c7df;
  --ink: #10243b;
  --muted: #687589;
  --line: #dce3eb;
  --paper: #ffffff;
  --mist: #f4f7fa;
  --width: min(1180px, calc(100% - 48px));
  --shadow: 0 24px 70px rgb(7 26 48 / 14%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.page-width { width: var(--width); margin-inline: auto; }
.section { padding-block: 112px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  color: white;
  background: rgb(3 16 31 / 82%);
  border-bottom: 1px solid rgb(255 255 255 / 10%);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.scrolled { background: rgb(3 16 31 / 96%); box-shadow: 0 8px 32px rgb(0 0 0 / 20%); }
.nav-shell { width: var(--width); height: 78px; margin: auto; display: flex; align-items: center; gap: 32px; }
.brand { min-width: 238px; height: 68px; display: flex; align-items: center; gap: 12px; overflow: visible; }
.brand-mark { position: relative; flex: 0 0 58px; width: 58px; height: 58px; overflow: hidden; }
.brand-mark img { position: absolute; width: 116px; max-width: none; height: 116px; left: -29px; top: -22px; object-fit: contain; }
.brand-copy { display: grid; gap: 2px; white-space: nowrap; line-height: 1; }
.brand-copy strong { color: #fff; font-size: 23px; font-weight: 800; letter-spacing: .08em; }
.brand-copy small { color: var(--gold-light); font-size: 8px; font-weight: 700; letter-spacing: .15em; }
.desktop-nav { display: flex; gap: 36px; margin-left: auto; font-size: 14px; font-weight: 600; }
.desktop-nav a { position: relative; padding-block: 28px; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 50% 18px; width: 0; height: 2px; background: var(--gold); transition: .25s ease; }
.desktop-nav a:hover::after { inset-inline: 0; width: 100%; }
.desktop-nav a.active::after { inset-inline: 0; width: 100%; }
.nav-cta { padding: 10px 20px; border: 1px solid var(--gold); color: var(--gold-light); font-size: 14px; font-weight: 700; }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; min-height: 760px; display: grid; align-items: center; overflow: hidden; color: white; background: var(--navy-950); }
.hero-media, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgb(3 16 31 / 96%) 0%, rgb(3 16 31 / 78%) 39%, rgb(3 16 31 / 20%) 72%, rgb(3 16 31 / 4%) 100%); }
.hero-content { position: relative; z-index: 2; padding-top: 80px; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(54px, 6vw, 86px); line-height: 1.08; letter-spacing: -.055em; font-weight: 780; }
.hero p { margin: 30px 0 0; color: rgb(255 255 255 / 78%); font-size: 19px; line-height: 1.8; }
.hero-actions, .closing-actions { display: flex; gap: 14px; margin-top: 38px; }
.button { min-width: 150px; height: 50px; display: inline-grid; place-items: center; padding: 0 24px; border: 1px solid transparent; font-size: 14px; font-weight: 750; letter-spacing: .05em; transition: transform .25s ease, background .25s ease, color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: linear-gradient(135deg, var(--gold-light), var(--gold)); }
.button-ghost { color: white; border-color: rgb(255 255 255 / 46%); background: rgb(4 19 37 / 18%); }
.button-ghost:hover { background: white; color: var(--navy-950); }
.hero-index { position: absolute; z-index: 2; right: 3vw; bottom: 24px; color: rgb(255 255 255 / 34%); font-size: 12px; letter-spacing: .24em; writing-mode: vertical-rl; }

.section-heading { display: flex; align-items: flex-start; gap: 28px; margin-bottom: 46px; }
.section-number { margin: 5px 0 0; color: var(--gold); font: 700 13px/1 monospace; letter-spacing: .08em; }
.section-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 48px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading h2::after { content: ""; display: block; width: 48px; height: 3px; margin-top: 20px; background: var(--gold); }
.section-heading div > p { margin: 18px 0 0; color: var(--muted); font-size: 16px; }

.strength-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 42px; border-block: 1px solid var(--line); }
.strength-facts article { padding: 28px 30px; border-right: 1px solid var(--line); }
.strength-facts article:last-child { border-right: 0; }
.strength-facts strong, .strength-facts span { display: block; }
.strength-facts strong { color: var(--navy-800); font-size: 32px; letter-spacing: -.04em; }
.strength-facts span { color: var(--muted); font-size: 13px; }
.office-gallery { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 250px); gap: 14px; }
.office-gallery figure { position: relative; margin: 0; overflow: hidden; background: var(--navy-900); }
.office-gallery .office-large { grid-row: 1 / 3; }
.office-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.office-gallery figure:hover img { transform: scale(1.035); }
.office-gallery figcaption { position: absolute; inset: auto 0 0; padding: 38px 22px 18px; color: white; font-size: 13px; font-weight: 700; letter-spacing: .06em; background: linear-gradient(transparent, rgb(3 16 31 / 80%)); }

.about { color: white; background: var(--navy-900); }
.about-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 86px; align-items: center; }
.about-media { position: relative; min-height: 610px; }
.about-media::before { content: ""; position: absolute; inset: -20px 48px 38px -20px; border: 1px solid rgb(217 170 81 / 42%); }
.about-media img { position: relative; width: 100%; height: 610px; object-fit: cover; box-shadow: var(--shadow); }
.about-caption { position: absolute; right: -26px; bottom: 42px; width: 230px; padding: 22px; color: var(--navy-950); background: var(--gold-light); }
.about-caption span, .about-caption strong { display: block; }
.about-caption span { font-size: 12px; letter-spacing: .12em; }
.about-caption strong { margin-top: 3px; font-size: 18px; }
.section-heading-light .section-number { color: var(--gold-light); }
.section-heading-light h2 { color: white; }
.section-heading-light div > p { color: rgb(255 255 255 / 62%); }
.about-lead { margin: -4px 0 36px 41px; color: rgb(255 255 255 / 78%); font-size: 18px; }
.capability-list { margin-left: 41px; border-top: 1px solid rgb(255 255 255 / 14%); }
.capability-list article { display: grid; grid-template-columns: 44px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgb(255 255 255 / 14%); }
.capability-list article > span { color: var(--gold-light); font: 700 12px/1 monospace; }
.capability-list h3 { margin: -5px 0 5px; font-size: 17px; }
.capability-list p { margin: 0; color: rgb(255 255 255 / 58%); font-size: 14px; }

.results { overflow: hidden; }
.result-stage { display: grid; grid-template-columns: 310px 1fr; min-height: 520px; overflow: hidden; color: white; background: var(--navy-900); box-shadow: var(--shadow); }
.result-summary { padding: 48px 38px; background: linear-gradient(145deg, #102d4c, var(--navy-950)); }
.result-period { margin: 0 0 28px; color: var(--gold-light); font-size: 14px; font-weight: 700; letter-spacing: .06em; }
.result-summary dl, .result-summary dl div { margin: 0; }
.result-summary dl { display: grid; gap: 26px; }
.result-summary dt { color: rgb(255 255 255 / 52%); font-size: 12px; }
.result-summary dd { margin: 4px 0 0; font-size: 31px; line-height: 1.15; letter-spacing: -.035em; font-weight: 750; }
.result-summary dd span { margin-left: 6px; font-size: 13px; color: var(--gold-light); }
.data-note { margin: 34px 0 0; color: rgb(255 255 255 / 42%); font-size: 12px; }
.dashboard-preview { position: relative; padding: 0; overflow: hidden; border: 0; cursor: zoom-in; background: var(--navy-950); }
.dashboard-preview img { width: 100%; height: 100%; object-fit: cover; }
.dashboard-preview span { position: absolute; right: 20px; bottom: 20px; padding: 9px 14px; color: white; background: rgb(3 16 31 / 74%); border: 1px solid rgb(255 255 255 / 18%); font-size: 12px; backdrop-filter: blur(8px); }
.result-strip { display: grid; grid-template-columns: 1.2fr .8fr 1.2fr auto; align-items: center; gap: 30px; margin-top: 18px; padding: 26px 32px; color: white; background: var(--navy-800); }
.result-strip p { margin: 0; color: var(--gold-light); font-size: 14px; }
.result-strip strong { font-size: 24px; }
.result-strip strong span { font-size: 12px; font-weight: 500; color: rgb(255 255 255 / 48%); }
.text-button { border: 0; padding: 0; color: var(--gold-light); background: none; cursor: pointer; font-size: 13px; font-weight: 700; }

.students { background: var(--mist); }
.students-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 76px; align-items: center; }
.student-lead { margin: 0 0 34px 41px; color: #47566a; font-size: 17px; }
.student-points { margin-left: 41px; display: grid; gap: 23px; }
.student-points article { padding-left: 20px; border-left: 2px solid var(--gold); }
.student-points strong { font-size: 16px; }
.student-points p { margin: 3px 0 0; color: var(--muted); font-size: 14px; }
.student-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.student-gallery img { width: 100%; height: 190px; object-fit: cover; }
.student-gallery .student-main { grid-column: 1 / 3; height: 390px; object-position: center 54%; }

.method { position: relative; overflow: hidden; color: white; background: linear-gradient(130deg, #06182f, #0d3559); }
.method::before { content: ""; position: absolute; inset: -30% -10% auto 45%; height: 520px; background: radial-gradient(circle, rgb(36 199 223 / 20%), transparent 68%); }
.method-heading { position: relative; text-align: center; }
.method-heading h2 { margin: 0; font-size: clamp(32px, 4vw, 46px); }
.method-heading p { margin: 12px 0 0; color: rgb(255 255 255 / 58%); }
.method-flow { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 58px 0 0; padding: 0; list-style: none; }
.method-flow li { position: relative; min-height: 175px; padding: 0 24px; text-align: center; border-right: 1px solid rgb(255 255 255 / 16%); }
.method-flow li:last-child { border-right: 0; }
.method-flow span { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 22px; color: var(--gold-light); border: 1px solid rgb(217 170 81 / 48%); border-radius: 50%; font: 700 12px/1 monospace; }
.method-flow strong { display: block; font-size: 16px; }
.method-flow p { margin: 6px 0 0; color: rgb(255 255 255 / 46%); font-size: 13px; }

.closing { position: relative; padding: 94px 0; color: white; background: linear-gradient(90deg, rgb(3 16 31 / 96%), rgb(3 16 31 / 58%)), url("assets/hero-city.jpg") center 56% / cover; }
.closing h2 { max-width: 720px; margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.12; letter-spacing: -.04em; }
.closing p { max-width: 680px; margin: 20px 0 0; color: rgb(255 255 255 / 67%); font-size: 17px; }

.site-footer { padding: 64px 0 20px; color: rgb(255 255 255 / 62%); background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 80px; padding-bottom: 50px; border-bottom: 1px solid rgb(255 255 255 / 10%); }
.footer-brand img { width: 150px; height: 100px; object-fit: contain; object-position: left center; }
.footer-brand p { max-width: 320px; margin: 12px 0 0; font-size: 13px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; font-size: 13px; }
.footer-grid strong { margin-bottom: 8px; color: white; }
.footer-grid a:hover { color: var(--gold-light); }
.copyright { width: var(--width); margin: 20px auto 0; color: rgb(255 255 255 / 34%); font-size: 12px; }

.ozon-page { background: var(--navy-900); }
.ozon-hero { position: relative; min-height: 690px; display: grid; align-items: center; overflow: hidden; color: white; }
.ozon-hero > img, .ozon-hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.ozon-hero > img { object-fit: cover; }
.ozon-hero-shade { background: linear-gradient(90deg, rgb(3 16 31 / 96%), rgb(3 16 31 / 70%) 48%, rgb(3 16 31 / 12%)); }
.ozon-hero-copy { position: relative; z-index: 2; padding-top: 70px; }
.back-link { display: inline-block; margin-bottom: 28px; color: var(--gold-light); font-size: 13px; }
.ozon-hero h1 { margin: 0; font-size: clamp(56px, 7vw, 92px); line-height: 1; letter-spacing: -.055em; }
.ozon-hero h2 { margin: 24px 0 0; font-size: clamp(22px, 2.4vw, 32px); font-weight: 650; }
.ozon-hero p { max-width: 680px; margin: 24px 0 34px; color: rgb(255 255 255 / 68%); font-size: 17px; }
.opportunity { color: white; background: linear-gradient(150deg, #06172d, #0a2c4e); }
.opportunity-rail { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid rgb(255 255 255 / 14%); }
.opportunity-rail article { min-height: 280px; padding: 32px 28px; border-right: 1px solid rgb(255 255 255 / 14%); }
.opportunity-rail article:last-child { border-right: 0; }
.opportunity-rail span { color: var(--gold-light); font: 700 13px/1 monospace; }
.opportunity-rail h3 { margin: 48px 0 12px; font-size: 22px; }
.opportunity-rail p { margin: 0; color: rgb(255 255 255 / 56%); font-size: 14px; }
.insight { color: white; background: var(--navy-950); }
.insight-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 86px; align-items: center; }
.insight-photo { min-height: 560px; overflow: hidden; }
.insight-photo img { width: 100%; height: 560px; object-fit: cover; filter: saturate(.72); }
.insight-copy article { display: grid; grid-template-columns: 100px 1fr; gap: 20px; padding: 24px 0; border-top: 1px solid rgb(255 255 255 / 14%); }
.insight-copy article span { color: var(--gold-light); font-size: 21px; font-weight: 750; }
.insight-copy article p { margin: 0; color: rgb(255 255 255 / 62%); }
.insight-copy blockquote { margin: 30px 0 0; padding-left: 24px; border-left: 3px solid var(--cyan); color: white; font-size: 21px; font-weight: 650; }
.ozon-reasons { color: white; background: var(--navy-900); }
.reason-timeline { max-width: 950px; margin: 0 auto; padding: 0; list-style: none; }
.reason-timeline li { position: relative; display: grid; grid-template-columns: 86px 1fr; gap: 34px; padding-bottom: 44px; }
.reason-timeline li:not(:last-child)::before { content: ""; position: absolute; left: 32px; top: 64px; bottom: 0; width: 1px; background: linear-gradient(var(--gold), rgb(217 170 81 / 10%)); }
.reason-timeline li > span { width: 64px; height: 64px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid var(--gold); border-radius: 50%; font: 700 13px/1 monospace; }
.reason-timeline h3 { margin: 2px 0 8px; color: var(--gold-light); font-size: 24px; }
.reason-timeline p { margin: 0; color: rgb(255 255 255 / 58%); }
.ozon-conclusion { padding: 80px 0; color: white; text-align: center; background: linear-gradient(135deg, #0c3152, #06172d); border-top: 1px solid rgb(217 170 81 / 25%); }
.ozon-conclusion p { max-width: 900px; margin: 0 auto; color: var(--gold-light); font-size: clamp(26px, 3.3vw, 42px); line-height: 1.4; font-weight: 700; }
.ozon-conclusion div > div { display: flex; justify-content: center; gap: 14px; margin-top: 36px; }

.image-dialog { width: min(1200px, calc(100% - 32px)); max-width: none; padding: 0; border: 0; background: var(--navy-950); box-shadow: 0 32px 100px rgb(0 0 0 / 62%); }
.image-dialog::backdrop { background: rgb(1 8 17 / 82%); backdrop-filter: blur(6px); }
.image-dialog img { width: 100%; max-height: 86vh; object-fit: contain; }
.dialog-close { position: absolute; z-index: 2; top: 10px; right: 12px; width: 40px; height: 40px; color: white; border: 1px solid rgb(255 255 255 / 24%); border-radius: 50%; background: rgb(0 0 0 / 55%); cursor: pointer; font-size: 25px; line-height: 1; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 900px) {
  :root { --width: min(100% - 32px, 720px); }
  .section { padding-block: 82px; }
  .desktop-nav, .nav-cta { display: none; }
  .nav-shell { height: 68px; }
  .brand { min-width: 200px; height: 58px; gap: 9px; }
  .brand-mark { flex-basis: 50px; width: 50px; height: 50px; }
  .brand-mark img { width: 100px; height: 100px; left: -25px; top: -19px; }
  .brand-copy strong { font-size: 20px; }
  .brand-copy small { font-size: 7px; letter-spacing: .12em; }
  .menu-toggle { margin-left: auto; width: 42px; height: 42px; display: grid; align-content: center; gap: 5px; padding: 9px; border: 0; background: transparent; }
  .menu-toggle span { display: block; height: 2px; background: white; transition: transform .25s ease, opacity .25s ease; }
  .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); }
  .mobile-nav { display: grid; max-height: 0; overflow: hidden; background: var(--navy-950); transition: max-height .32s ease; }
  .mobile-nav.open { max-height: 320px; border-top: 1px solid rgb(255 255 255 / 10%); }
  .mobile-nav a { padding: 15px 24px; border-bottom: 1px solid rgb(255 255 255 / 8%); font-size: 14px; }
  .hero { min-height: 690px; }
  .hero-shade { background: linear-gradient(90deg, rgb(3 16 31 / 94%), rgb(3 16 31 / 50%)); }
  .strength-facts { grid-template-columns: 1fr 1fr; }
  .strength-facts article:nth-child(2) { border-right: 0; }
  .strength-facts article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-grid, .students-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 68px; }
  .about-media { min-height: 480px; }
  .about-media img { height: 480px; }
  .result-stage { grid-template-columns: 1fr; }
  .result-summary { display: grid; grid-template-columns: 1fr; }
  .result-summary dl { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .dashboard-preview { min-height: 420px; }
  .result-strip { grid-template-columns: 1fr 1fr; }
  .method-flow { grid-template-columns: repeat(2, 1fr); row-gap: 42px; }
  .method-flow li:nth-child(even), .method-flow li:last-child { border-right: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / 3; }
  .opportunity-rail { grid-template-columns: 1fr 1fr; }
  .opportunity-rail article:nth-child(2) { border-right: 0; }
  .opportunity-rail article:nth-child(-n+2) { border-bottom: 1px solid rgb(255 255 255 / 14%); }
  .insight-grid { grid-template-columns: 1fr; gap: 52px; }
}

@media (max-width: 600px) {
  :root { --width: calc(100% - 32px); }
  .section { padding-block: 68px; }
  .hero { min-height: 660px; align-items: end; padding-bottom: 68px; }
  .hero-media { object-position: 63% center; }
  .hero-shade { background: linear-gradient(180deg, rgb(3 16 31 / 24%) 0%, rgb(3 16 31 / 82%) 48%, rgb(3 16 31 / 98%) 100%); }
  .hero-content { padding-top: 128px; }
  .hero h1 { font-size: clamp(43px, 13vw, 58px); line-height: 1.1; }
  .hero p { margin-top: 22px; font-size: 15px; }
  .hero-actions { gap: 10px; margin-top: 28px; }
  .button { min-width: 0; height: 46px; padding-inline: 18px; font-size: 13px; }
  .hero-index { display: none; }
  .section-heading { gap: 16px; margin-bottom: 32px; }
  .section-heading h2 { font-size: 34px; }
  .section-heading div > p { font-size: 14px; }
  .strength-facts article { padding: 22px 18px; }
  .strength-facts strong { font-size: 27px; }
  .office-gallery { display: flex; gap: 10px; margin-inline: -16px; padding-inline: 16px; overflow-x: auto; scroll-snap-type: x mandatory; }
  .office-gallery figure { flex: 0 0 84vw; height: 330px; scroll-snap-align: center; }
  .about-grid { gap: 46px; }
  .about-media, .about-media img { min-height: 390px; height: 390px; }
  .about-media::before { inset: -12px 24px 26px -12px; }
  .about-caption { right: 10px; bottom: -18px; width: 200px; padding: 16px; }
  .about-lead, .capability-list, .student-lead, .student-points { margin-left: 0; }
  .about-lead { font-size: 16px; }
  .result-stage { min-height: 0; }
  .result-summary { padding: 34px 24px; }
  .result-summary dl { grid-template-columns: 1fr 1fr; }
  .result-summary dl div:nth-child(2) { grid-column: 1 / 3; grid-row: 1; }
  .result-summary dd { font-size: 27px; }
  .dashboard-preview { min-height: 270px; }
  .dashboard-preview img { object-fit: cover; object-position: center; }
  .dashboard-preview span { right: 12px; bottom: 12px; }
  .result-strip { grid-template-columns: 1fr; gap: 8px; padding: 24px; }
  .result-strip strong { font-size: 22px; }
  .students-grid { gap: 42px; }
  .student-gallery .student-main { height: 270px; }
  .student-gallery img { height: 130px; }
  .method-flow { grid-template-columns: 1fr; max-width: 340px; margin-inline: auto; }
  .method-flow li, .method-flow li:nth-child(even) { min-height: 0; padding: 0 0 28px; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 14%); }
  .method-flow li:last-child { border-bottom: 0; }
  .method-flow span { margin-bottom: 14px; }
  .closing { padding-block: 76px; }
  .closing h2 { font-size: 42px; }
  .closing-actions { flex-wrap: wrap; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .ozon-hero { min-height: 690px; align-items: end; padding-bottom: 64px; }
  .ozon-hero > img { object-position: 62% center; }
  .ozon-hero-shade { background: linear-gradient(180deg, rgb(3 16 31 / 22%), rgb(3 16 31 / 96%) 70%); }
  .ozon-hero h1 { font-size: 50px; }
  .ozon-hero h2 { font-size: 21px; }
  .opportunity-rail { grid-template-columns: 1fr; }
  .opportunity-rail article { min-height: 0; padding: 26px 20px; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 14%); }
  .opportunity-rail article:last-child { border-bottom: 0; }
  .opportunity-rail h3 { margin-top: 20px; }
  .insight-photo, .insight-photo img { min-height: 340px; height: 340px; }
  .insight-copy article { grid-template-columns: 74px 1fr; }
  .reason-timeline li { grid-template-columns: 58px 1fr; gap: 20px; }
  .reason-timeline li > span { width: 50px; height: 50px; }
  .reason-timeline li:not(:last-child)::before { left: 25px; top: 50px; }
  .reason-timeline h3 { font-size: 21px; }
  .ozon-conclusion div > div { flex-wrap: wrap; }
}
