:root {
  --blue: #3157ec;
  --ink: #071127;
  --white: #fff;
  --line: #dce1ec;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: inherit;
}
.header {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(24px, 5vw, 86px);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
}
.brand img {
  width: 64px;
  height: 42px;
  object-fit: contain;
}
.nav {
  display: flex;
  align-items: center;
  gap: 36px;
  font-size: 17px;
  font-weight: 600;
}
.nav a {
  text-decoration: none;
}
.nav-cta,
.button {
  background: #fff;
  color: var(--ink);
  padding: 18px 25px;
  text-decoration: none;
  font-weight: 800;
  display: inline-block;
  box-shadow: 6px 7px 0 var(--ink);
}
.nav-cta {
  background: var(--blue);
  color: #fff;
  padding: 13px 20px;
}
.menu-toggle {
  display: none;
}
.white,
.blue {
  position: relative;
  overflow: hidden;
}
.blue {
  background: var(--blue);
  color: #fff;
}
.section-inner,
.hero {
  padding: 90px clamp(28px, 6vw, 110px);
  max-width: 1600px;
  margin: auto;
}
.label {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
  font-size: 15px;
  margin: 0 0 35px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 0.94;
}
h1 {
  font-size: clamp(58px, 8vw, 130px);
  color: var(--blue);
  margin: 25px 0;
}
h2 {
  font-size: clamp(48px, 6vw, 95px);
  margin: 0 0 45px;
}
h2 span,
.format h2 span,
.trajectory h2 span {
  color: var(--blue);
}
p {
  line-height: 1.55;
}
.hero {
  padding-top: 38px;
}
.grant-logos,
.bottom-logos {
  display: flex;
  align-items: center;
  gap: 44px;
  justify-content: center;
}
.grant-logos img {
  width: 150px;
  height: 70px;
  object-fit: contain;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  min-height: 600px;
}
.hero-sub {
  font-size: clamp(28px, 3.2vw, 54px);
  font-weight: 700;
}
.slogan {
  font-size: clamp(29px, 3vw, 50px);
  font-weight: 800;
  color: var(--blue);
  text-transform: uppercase;
}
.slogan span {
  margin-left: 20vw;
}
.cutout {
  object-fit: contain;
}
.hero-robot {
  width: 100%;
  max-height: 520px;
}
.grant-copy {
  font-size: 18px;
  text-align: center;
  max-width: 1250px;
  margin: 20px auto 0;
}
.two {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}
.mission h2 {
  font-size: clamp(45px, 5vw, 80px);
}
.mission p {
  font-size: 20px;
  font-weight: 600;
}
.children {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
}
.lead {
  font-size: 28px;
  max-width: 1100px;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.about-grid h3 {
  font-size: 48px;
  color: var(--blue);
  text-transform: uppercase;
}
.deco-r1 {
  max-height: 500px;
}
.big-list {
  list-style: none;
  padding: 0;
  font-size: 22px;
}
.big-list li {
  margin: 24px 0;
}
.big-list b {
  color: var(--blue);
  text-transform: uppercase;
}
.facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 45px;
}
.facts div {
  border-top: 2px solid var(--blue);
  padding: 18px;
}
.facts b {
  font-size: 42px;
  color: var(--blue);
  display: block;
}
.facts span {
  font-size: 16px;
}
.format-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  align-items: start;
}
.format h2 {
  grid-column: 1/-1;
}
.deco-r2 {
  max-height: 360px;
  justify-self: center;
}
.format-callout {
  font-size: clamp(28px, 3vw, 55px);
  font-weight: 800;
  line-height: 1.12;
}
.format-copy {
  font-size: 20px;
}
.offer-grid,
.program-grid,
.adv-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.offer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.offer-list li {
  margin: 0 0 32px;
  font-size: 22px;
}
.offer-list b {
  font-size: 28px;
  text-transform: uppercase;
  display: block;
}
.offer-list span {
  display: block;
  margin-top: 7px;
}
.kit {
  max-height: 520px;
}
.advantages-title {
  font-size: 40px;
  color: var(--blue);
}
.adv-grid p {
  font-size: 30px;
}
.adv-grid b {
  color: var(--blue);
  text-transform: uppercase;
}
.deco-r3 {
  max-height: 450px;
}
.program .deco-r4 {
  max-height: 440px;
}
.schedule-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 75px;
}
.schedule h3 {
  font-size: 34px;
  text-transform: uppercase;
}
.dates {
  display: grid;
  border: 1px solid #7890f3;
  margin-bottom: 25px;
}
.dates.five {
  grid-template-columns: repeat(5, 1fr);
}
.dates.four {
  grid-template-columns: repeat(4, 1fr);
}
.dates b {
  font-size: clamp(34px, 4vw, 64px);
  padding: 26px 18px;
  border-right: 1px solid #7890f3;
}
.details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #7890f3;
}
.details p {
  padding: 20px;
  border-right: 1px solid #7890f3;
}
.details b,
.details span {
  display: block;
}
.details b {
  font-size: 25px;
  margin-bottom: 15px;
}
.trajectory h2 {
  max-width: 1150px;
}
.story-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 65px;
}
.story-grid > img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}
.stories article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 25px;
  border-top: 1px solid var(--line);
  padding: 28px 0;
}
.stories i {
  font-style: normal;
  color: var(--blue);
  font-weight: 800;
}
.stories h3 {
  font-size: 34px;
}
.stories p {
  font-size: 20px;
}
.team-lead {
  font-size: 27px;
  font-weight: 700;
  max-width: 1000px;
}
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.partners-grid article {
  border-bottom: 1px solid var(--line);
  padding-bottom: 25px;
}
.partners-grid img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: top;
}
.partners-grid h3 {
  font-size: 22px;
  margin: 20px 0 8px;
}
.bottom-logos {
  margin-top: 65px;
}
.bottom-logos img {
  width: 190px;
  height: 80px;
  object-fit: contain;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 0.65fr 0.75fr;
  gap: 45px;
  align-items: center;
}
.cta-robot {
  max-height: 420px;
}
.cta-grid p {
  font-size: 24px;
}
.footer {
  padding: 40px clamp(28px, 6vw, 110px);
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 30px;
  background: var(--blue);
  color: #fff;
  border-top: 1px solid #7890f3;
}
.footer a {
  text-decoration: none;
}
.footer span {
  line-height: 1.6;
}
@media (max-width: 850px) {
  .header {
    height: 72px;
  }
  .brand img {
    width: 50px;
  }
  .brand span {
    font-size: 13px;
  }
  .menu-toggle {
    display: block;
    border: 0;
    background: none;
    font: inherit;
    font-weight: 800;
  }
  .nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 22px;
    flex-direction: column;
    align-items: stretch;
  }
  .nav.open {
    display: flex;
  }
  .section-inner,
  .hero {
    padding: 64px 22px;
  }
  .hero-grid,
  .two,
  .about-grid,
  .format-grid,
  .offer-grid,
  .program-grid,
  .adv-grid,
  .schedule-grid,
  .story-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    min-height: auto;
  }
  .slogan span {
    margin-left: 0;
  }
  .grant-logos {
    gap: 12px;
  }
  .grant-logos img {
    width: 30%;
    height: 52px;
  }
  .facts {
    grid-template-columns: 1fr 1fr;
  }
  .partners-grid {
    grid-template-columns: 1fr 1fr;
  }
  .partners-grid img {
    height: 300px;
  }
  .dates b {
    font-size: 26px;
    padding: 17px 8px;
  }
  .details {
    grid-template-columns: 1fr;
  }
  .footer {
    grid-template-columns: 1fr 1fr;
  }
  .format h2 {
    grid-column: auto;
  }
}
@media (max-width: 520px) {
  h1 {
    font-size: 52px;
  }
  .partners-grid {
    grid-template-columns: 1fr;
  }
  .partners-grid img {
    height: 360px;
  }
  .footer {
    grid-template-columns: 1fr;
  }
  .bottom-logos {
    gap: 10px;
  }
  .bottom-logos img {
    width: 31%;
  }
  .dates b {
    font-size: 21px;
  }
  .offer-list b {
    font-size: 23px;
  }
}
.person-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 70px;
  align-items: center;
}
.portrait {
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: top;
}
.robot-cloud {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.robot-cloud img {
  max-height: 290px;
}
.robot-cloud img:last-child {
  grid-column: 1/-1;
  justify-self: center;
}
@media (max-width: 850px) {
  .person-grid {
    grid-template-columns: 1fr;
  }
  .portrait {
    height: 480px;
  }
}
@media (max-width: 520px) {
  .portrait {
    height: 400px;
  }
}
.team-top-logos {
  height: 115px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 16px clamp(25px, 6vw, 100px);
}
.team-top-logos img {
  width: 18%;
  height: 76px;
  object-fit: contain;
}
.team-hero .section-inner {
  padding-top: 52px;
  padding-bottom: 52px;
}
.team-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.team-hero h1 {
  color: #fff;
  font-size: clamp(56px, 7vw, 112px);
  margin: 0;
  text-transform: uppercase;
}
.team-kit {
  width: 100%;
  height: 430px;
  object-fit: contain;
}
.team-hero-lead {
  grid-column: 1/-1;
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: 700;
  max-width: 1120px;
  margin: 10px auto 0;
  text-align: center;
}
.teacher {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  min-height: 850px;
}
.teacher-dark {
  grid-template-columns: 1.25fr 0.75fr;
}
.teacher-photo {
  min-height: 720px;
  overflow: hidden;
}
.teacher-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.teacher-copy {
  padding: 72px clamp(35px, 5vw, 90px);
  align-self: center;
}
.teacher-copy h2 {
  font-size: clamp(52px, 6vw, 102px);
}
.teacher-dark h2 {
  font-size: clamp(48px, 5.2vw, 86px);
}
.teacher-lead {
  font-size: clamp(18px, 1.55vw, 26px);
  max-width: 980px;
}
.expertise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 42px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.expertise-grid article {
  padding: 25px 28px 25px 0;
}
.expertise-grid article:nth-child(even) {
  border-left: 1px solid var(--line);
  padding-left: 28px;
}
.expertise-grid article:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}
.expertise-grid h3 {
  font-size: 20px;
  margin: 0 0 10px;
}
.expertise-grid p {
  font-size: 15px;
  margin: 0;
}
.skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}
.skill-tags span {
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 9px 14px;
  border-radius: 999px;
}
.teacher-tasks {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
  max-width: 900px;
}
.teacher-tasks li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 18px;
}
.teacher-tasks li::before {
  content: "→";
  margin-right: 16px;
}
.team-belief-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
}
.belief-robot {
  max-height: 560px;
  object-fit: contain;
}
.team-belief h2 {
  font-size: clamp(42px, 5vw, 78px);
  color: var(--blue);
  text-transform: uppercase;
}
.schedule-link {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.team-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: end;
}
.team-cta-grid h2 {
  font-size: clamp(58px, 7vw, 110px);
  text-transform: uppercase;
}
.team-cta-grid > div:last-child {
  padding-bottom: 25px;
}
.team-cta-grid > div:last-child p {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 700px;
}
@media (max-width: 900px) {
  .team-hero-grid,
  .teacher,
  .teacher-dark,
  .team-belief-grid,
  .team-cta-grid {
    grid-template-columns: 1fr;
  }
  .team-top-logos img {
    width: 22%;
    height: 55px;
  }
  .team-kit {
    height: 300px;
  }
  .team-hero-lead {
    grid-column: auto;
  }
  .teacher {
    min-height: 0;
  }
  .teacher-photo {
    min-height: 540px;
  }
  .teacher-dark .teacher-photo {
    order: -1;
  }
  .teacher-copy {
    padding: 60px 24px;
  }
  .team-belief-grid {
    gap: 25px;
  }
  .belief-robot {
    max-height: 380px;
  }
}
@media (max-width: 520px) {
  .team-top-logos {
    height: 84px;
    padding: 10px;
  }
  .team-top-logos img {
    height: 45px;
  }
  .team-hero h1 {
    font-size: 49px;
  }
  .team-kit {
    height: 240px;
  }
  .teacher-photo {
    min-height: 430px;
  }
  .teacher-copy h2,
  .teacher-dark h2 {
    font-size: 48px;
  }
  .expertise-grid {
    grid-template-columns: 1fr;
  }
  .expertise-grid article:nth-child(even) {
    border-left: 0;
    padding-left: 0;
  }
  .expertise-grid article:nth-child(n + 2) {
    border-top: 1px solid var(--line);
  }
  .team-belief h2 {
    font-size: 36px;
  }
  .team-cta-grid {
    gap: 20px;
  }
}
.teacher-photo-nadezhda {
  background: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 34px 0 0;
}
.teacher-photo-dmitry {
  background: var(--blue);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px 0 0;
}
.teacher-photo.teacher-photo-nadezhda img,
.teacher-photo.teacher-photo-dmitry img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
}
.teacher-photo.teacher-photo-nadezhda img {
  max-width: 900px;
}
.teacher-photo.teacher-photo-dmitry img {
  max-width: 720px;
}
.partners-grid article {
  display: flex;
  flex-direction: column;
}
.partners-grid article > img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center bottom;
  background: #fff;
}

/* Final client review: legibility and phone layout */
#about,
#program,
#schedule,
#team {
  scroll-margin-top: 105px;
}
.header {
  height: 104px;
}
.brand span {
  font-size: 17px;
}
.nav {
  font-size: 19px;
}
.grant-logos {
  gap: 64px;
}
.grant-logos img {
  width: 210px;
  height: 92px;
}
.grant-logos img:first-child {
  width: 235px;
}
.bottom-logos img {
  width: 230px;
  height: 100px;
}
.teacher-light .teacher-copy h2 {
  color: var(--blue);
}
.teacher-copy > .label {
  font-size: 18px;
}
.expertise-grid h3 {
  font-size: 23px;
}
.expertise-grid p {
  font-size: 17px;
  line-height: 1.55;
}
.teacher-photo-dmitry {
  background: var(--blue);
}
.team-belief h2 {
  letter-spacing: -0.035em;
  line-height: 1.02;
}

@media (max-width: 900px) {
  #about,
  #program,
  #schedule,
  #team {
    scroll-margin-top: 82px;
  }
  .header {
    height: 76px;
    padding: 0 18px;
  }
  .brand {
    gap: 8px;
  }
  .brand img {
    width: 58px;
    height: 40px;
  }
  .brand span {
    font-size: 14px;
    white-space: nowrap;
  }
  .menu-toggle {
    font-size: 16px;
  }
  .nav {
    top: 76px;
    padding: 18px;
    gap: 12px;
    box-shadow: 0 18px 32px rgba(7, 17, 39, 0.14);
  }
  .nav a {
    padding: 14px 4px;
    font-size: 19px;
  }
  .nav .nav-cta {
    padding: 17px 18px;
    margin-top: 4px;
  }
  .section-inner,
  .hero {
    padding: 58px 24px;
  }
  .grant-logos {
    gap: 16px;
    justify-content: space-between;
    margin-bottom: 26px;
  }
  .grant-logos img,
  .grant-logos img:first-child {
    width: 31%;
    height: 72px;
  }
  .hero h1 {
    font-size: clamp(58px, 17vw, 74px);
    line-height: 0.92;
  }
  .hero-sub {
    font-size: 32px;
    line-height: 1.18;
  }
  .slogan {
    font-size: 27px;
    line-height: 1.16;
  }
  .hero-robot {
    max-height: 360px;
  }
  .grant-copy {
    font-size: 16px;
    text-align: left;
  }
  .mission h2 {
    font-size: 44px;
    line-height: 0.98;
  }
  .mission p {
    font-size: 18px;
    line-height: 1.55;
  }
  .lead {
    font-size: 24px;
    line-height: 1.45;
  }
  .about-grid h3 {
    font-size: 34px;
  }
  .big-list {
    font-size: 19px;
  }
  .format-callout {
    font-size: 26px;
    line-height: 1.2;
  }
  .format-copy {
    font-size: 18px;
  }
  .advantages-title {
    font-size: 32px;
    line-height: 1.05;
  }
  .adv-grid p {
    font-size: 23px;
    line-height: 1.35;
  }
  .trajectory h2 {
    font-size: 43px;
    line-height: 1.02;
  }
  .stories h3 {
    font-size: 29px;
  }
  .stories p {
    font-size: 18px;
  }
  .team .section-inner {
    padding-top: 74px;
  }
  .team h2 {
    font-size: 52px;
    line-height: 0.98;
  }
  .team-lead {
    font-size: 22px;
    line-height: 1.5;
  }
  .partners h2 {
    font-size: 46px;
    line-height: 0.98;
  }
  .bottom-logos {
    gap: 14px;
  }
  .bottom-logos img {
    width: 32%;
    height: 86px;
  }
  .cta h2 {
    font-size: 56px;
    line-height: 0.97;
  }
  .cta-grid p {
    font-size: 20px;
  }
  .team-hero .section-inner {
    padding-top: 72px;
  }
  .team-hero h1 {
    font-size: 50px;
    line-height: 0.96;
  }
  .team-hero-lead {
    font-size: 21px;
    line-height: 1.45;
  }
  .teacher-photo {
    min-height: 390px;
  }
  .teacher-copy {
    padding: 58px 24px;
  }
  .teacher-copy > .label {
    font-size: 16px;
    line-height: 1.35;
  }
  .teacher-copy h2,
  .teacher-dark h2 {
    font-size: 50px;
    line-height: 0.96;
  }
  .teacher-dark h2 {
    color: #fff;
  }
  .teacher-lead {
    font-size: 19px;
  }
  .expertise-grid h3 {
    font-size: 22px;
  }
  .expertise-grid p {
    font-size: 17px;
  }
  .team-belief-grid {
    gap: 18px;
  }
  .belief-robot {
    max-height: 360px;
    width: 100%;
  }
  .team-belief h2 {
    font-size: 37px;
    line-height: 1.06;
    letter-spacing: -0.025em;
    word-spacing: 0.08em;
  }
  .team-cta-grid h2 {
    font-size: 54px;
    line-height: 0.98;
  }
  .team-cta-grid > div:last-child p {
    font-size: 21px;
    line-height: 1.35;
  }
  .team-cta .button {
    width: 100%;
    padding: 19px 18px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .header {
    padding: 0 14px;
  }
  .brand span {
    font-size: 13px;
  }
  .section-inner,
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .partners-grid img {
    height: 330px;
  }
  .bottom-logos {
    margin-top: 44px;
  }
  .bottom-logos img {
    height: 76px;
  }
  .cta h2 {
    font-size: 51px;
  }
  .team-belief h2 {
    font-size: 34px;
  }
  .team-cta-grid h2 {
    font-size: 50px;
  }
}

/* Second pass against every annotated screenshot */
.equipment-visuals {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: center;
}
.tablet-figure {
  margin: 0;
  text-align: center;
}
.tablet-figure img {
  width: 100%;
  max-height: 390px;
  object-fit: contain;
}
.tablet-figure figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 700;
}
.team h2 {
  letter-spacing: -0.035em;
  word-spacing: 0.14em;
}
.team-hero .label {
  font-size: 20px;
}
.team-top-logos {
  height: 138px;
  display: grid;
  grid-template-columns: 0.7fr 1.15fr 1.2fr 1.25fr;
  gap: 28px;
}
.team-top-logos img {
  width: 100%;
  height: 96px;
}
.team-belief h2 {
  font-size: clamp(40px, 4.4vw, 68px);
  word-spacing: 0.14em;
}
.footer {
  font-size: 17px;
}

@media (max-width: 900px) {
  .grant-logos {
    display: grid;
    grid-template-columns: 1.15fr 1.2fr 1.35fr;
    gap: 10px;
  }
  .grant-logos img,
  .grant-logos img:first-child {
    width: 100%;
    height: 84px;
  }
  .about h2 {
    color: var(--blue);
  }
  .equipment-visuals {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 12px;
  }
  .tablet-figure img {
    max-height: 300px;
  }
  .team h2 {
    letter-spacing: -0.02em;
    word-spacing: 0.12em;
  }
  .team-top-logos {
    height: auto;
    grid-template-columns: 0.7fr 1.1fr 1.15fr 1.25fr;
    gap: 8px;
    padding: 14px;
  }
  .team-top-logos img {
    width: 100%;
    height: 64px;
  }
  .team-hero .label {
    font-size: 18px;
  }
  .belief-robot {
    max-height: none;
    width: 112%;
    max-width: none;
    margin-left: -6%;
  }
  .team-belief h2 {
    font-size: 33px;
    letter-spacing: -0.01em;
    word-spacing: 0.13em;
    line-height: 1.1;
  }
  .partners h2 {
    font-size: 39px;
    line-height: 1.02;
    overflow-wrap: normal;
  }
  .bottom-logos {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr 1.35fr;
    gap: 10px;
  }
  .bottom-logos img {
    width: 100%;
    height: 92px;
  }
  .footer {
    font-size: 17px;
    line-height: 1.5;
  }
  .footer strong {
    font-size: 20px;
  }
}

@media (max-width: 520px) {
  .equipment-visuals {
    grid-template-columns: 1fr;
  }
  .equipment-visuals .kit {
    max-height: 360px;
  }
  .tablet-figure {
    max-width: 270px;
    justify-self: center;
  }
  .team h2 {
    font-size: 46px;
  }
  .advantages-title {
    font-size: 29px;
    letter-spacing: -0.02em;
  }
  .team-belief h2 {
    font-size: 31px;
  }
  .team-cta-grid h2 {
    font-size: 46px;
  }
}

.ie-blocker {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background-color: #ffffff;
  z-index: 999999;
}
.ie-blocker-content {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: sans-serif;
  max-width: 600px; width: 90%;
  padding: 20px; color: #333333;
}
.ie-blocker-content h1 { font-size: 28px; margin-bottom: 20px; color: #d9534f; }
.ie-blocker-content p { font-size: 16px; line-height: 1.6; margin-bottom: 15px; }

.header, main, .footer {
  display: none !important;
}

@supports (display: grid) {
  .ie-blocker {
    display: none !important;
  }
  .header {
    display: flex !important;
  }
  main {
    display: block !important
  }
  .footer {
    display: grid !important;
  }
}
