  .osc-hero {
    --orange: #F25D0B;
    --black: #171613;
    --light: #E2E7E8;
    --gray: #A2A8A9;
    --bluegray: #586473;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 760px;
    padding: 34px 24px 54px;
    color: #fff;
    background: var(--black);
    font-family: Onest, Arial, Helvetica, sans-serif;
  }

  .osc-hero * { box-sizing: border-box; }

  .osc-hero__container {
    position: relative;
    z-index: 3;
    width: min(100%, 1260px);
    margin: 0 auto;
  }

  .osc-hero__noise {
    position: absolute;
    z-index: 0;
    inset: 0;
    opacity: .25;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
  }

  .osc-hero__glow {
    position: absolute;
    z-index: 1;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    opacity: .18;
    filter: blur(70px);
    background: var(--orange);
  }

  .osc-hero__glow--one { top: -390px; left: -180px; }
  .osc-hero__glow--two { right: -340px; bottom: -460px; }

  .osc-hero__brand {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 42px;
  }

  .osc-hero__logo {
    display: block;
    width: 168px;
    height: auto;
    max-width: 46vw;
    object-fit: contain;
  }

  .osc-hero__divider {
    width: 1px;
    height: 26px;
    background: rgba(255,255,255,.38);
  }

  .osc-hero__brand-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .03em;
  }

  .osc-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(370px, .7fr);
    align-items: end;
    gap: 80px;
    min-height: 590px;
    padding: 94px 0 42px;
  }

  .osc-hero__eyebrow,
  .osc-fund__eyebrow {
    margin: 0 0 22px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: .11em;
    color: #D9E0E1;
  }

  .osc-hero h1 {
    margin: 0;
    font-size: clamp(72px, 9.2vw, 148px);
    font-weight: 700;
    line-height: .82;
    letter-spacing: -.075em;
  }

  .osc-hero__lead {
    max-width: 570px;
    margin: 36px 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.43;
    color: rgba(255,255,255,.88);
  }

  .osc-hero__facts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .osc-hero__facts span {
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.27);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
  }

  .osc-hero__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
    margin-top: 38px;
  }

  .osc-hero__button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    min-height: 58px;
    padding: 0 24px;
    border-radius: 999px;
    color: #fff !important;
    background: var(--orange);
    font-size: 15px;
    font-weight: 650;
    text-decoration: none !important;
    transition: transform .25s ease, background .25s ease;
  }

  .osc-hero__button:hover {
    transform: translateY(-2px);
    background: #ff6a19;
  }

  .osc-hero__button span {
    font-size: 21px;
    font-weight: 400;
  }

  .osc-hero__link,
  .osc-fund__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    font-size: 14px;
    font-weight: 550;
    text-decoration: none !important;
  }

  .osc-hero__link:hover,
  .osc-fund__link:hover {
    color: var(--orange) !important;
  }

  .osc-fund {
    position: relative;
    padding: 34px;
    border: 1px solid rgba(226,231,232,.36);
    border-radius: 26px;
    overflow: hidden;
    background: rgba(226,231,232,.11);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    backdrop-filter: blur(9px);
  }

  .osc-fund::before {
    content: '';
    position: absolute;
    top: -85px;
    right: -88px;
    width: 205px;
    height: 205px;
    border: 30px solid rgba(242,93,11,.76);
    border-radius: 50%;
  }

  .osc-fund > * {
    position: relative;
    z-index: 1;
  }

  .osc-fund__eyebrow { color: #FF9B66; }

  .osc-fund h2 {
    max-width: 350px;
    margin: 0;
    font-size: clamp(27px, 3vw, 39px);
    font-weight: 650;
    line-height: 1.06;
    letter-spacing: -.045em;
  }

  .osc-fund__text {
    max-width: 405px;
    margin: 18px 0 28px;
    font-size: 15px;
    line-height: 1.48;
    color: rgba(255,255,255,.73);
  }

  .osc-fund__levels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 28px;
  }

  .osc-fund__levels div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.31);
  }

  .osc-fund__levels strong {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -.045em;
    color: var(--orange);
  }

  .osc-fund__levels span {
    font-size: 11px;
    color: rgba(255,255,255,.66);
  }

  .osc-hero__shape {
    position: absolute;
    z-index: 2;
    right: -5vw;
    bottom: -36%;
    width: min(32vw, 490px);
    min-width: 300px;
    opacity: .84;
    pointer-events: none;
    filter: saturate(.92) contrast(1.04);
    transform: rotate(-7deg);
  }

  .osc-hero__scroll {
    position: absolute;
    z-index: 4;
    bottom: 28px;
    left: 50%;
    width: 32px;
    height: 50px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 99px;
    transform: translateX(-50%);
  }

  .osc-hero__scroll span {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 4px;
    height: 10px;
    border-radius: 9px;
    background: var(--orange);
    transform: translateX(-50%);
    animation: oscScroll 1.6s ease-in-out infinite;
  }

  @keyframes oscScroll {
    0%, 100% { transform: translate(-50%, 0); opacity: 1; }
    60% { transform: translate(-50%, 18px); opacity: .15; }
  }

  @media (max-width: 900px) {
    .osc-hero {
      min-height: auto;
      padding: 24px 20px 88px;
    }

    .osc-hero__grid {
      grid-template-columns: 1fr;
      gap: 46px;
      min-height: auto;
      padding: 74px 0 0;
    }

    .osc-hero h1 { font-size: clamp(63px, 16vw, 110px); }
    .osc-hero__lead { max-width: 540px; font-size: 18px; }
    .osc-fund { max-width: 590px; padding: 28px; }
    .osc-hero__shape { right: -85px; bottom: -220px; width: 330px; opacity: .56; }
  }

  @media (max-width: 520px) {
    .osc-hero { padding: 20px 16px 76px; }
    .osc-hero__brand { gap: 10px; }
    .osc-hero__logo { width: 138px; max-width: 45vw; }
    .osc-hero__divider { height: 20px; }
    .osc-hero__brand-title { font-size: 11px; }
    .osc-hero__grid { padding-top: 66px; gap: 38px; }
    .osc-hero__eyebrow { margin-bottom: 16px; font-size: 10px; }
    .osc-hero h1 { font-size: clamp(57px, 17.5vw, 83px); }
    .osc-hero__lead { margin-top: 28px; font-size: 16px; line-height: 1.45; }
    .osc-hero__facts { margin-top: 22px; gap: 7px; }
    .osc-hero__facts span { padding: 8px 10px; font-size: 11px; }
    .osc-hero__actions {
      align-items: flex-start;
      flex-direction: column;
      gap: 17px;
      margin-top: 30px;
    }
    .osc-hero__button {
      width: 100%;
      justify-content: space-between;
      min-height: 56px;
      padding: 0 21px;
    }
    .osc-fund { padding: 24px 20px; border-radius: 21px; }
    .osc-fund::before {
      top: -104px;
      right: -94px;
      width: 195px;
      height: 195px;
      border-width: 28px;
    }
    .osc-fund h2 { max-width: 255px; font-size: 29px; }
    .osc-fund__text { margin: 16px 0 24px; font-size: 14px; }
    .osc-fund__levels strong { font-size: 24px; }
    .osc-fund__levels span { font-size: 10px; }
    .osc-hero__shape { display: none; }
    .osc-hero__scroll { bottom: 16px; }
  }
  
  .osc-about {
    --orange: #F25D0B;
    --black: #171613;
    --light: #E2E7E8;
    --gray: #A2A8A9;
    --bluegray: #586473;
    padding: 120px 24px;
    background: var(--light);
    color: var(--black);
    font-family: Onest, Arial, Helvetica, sans-serif;
  }

  .osc-about * { box-sizing: border-box; }

  .osc-about__inner {
    width: min(100%, 1260px);
    margin: 0 auto;
  }

  .osc-about__intro {
    display: grid;
    grid-template-columns: minmax(175px, .42fr) minmax(0, 1fr);
    gap: 32px;
    align-items: start;
    margin-bottom: 70px;
  }

  .osc-about__eyebrow {
    margin: 5px 0 0;
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 1.3;
  }

  .osc-about h2 {
    max-width: 830px;
    margin: 0;
    font-size: clamp(46px, 5.6vw, 78px);
    font-weight: 700;
    line-height: .98;
    letter-spacing: -.06em;
  }

  .osc-about h2 span { color: var(--orange); }

  .osc-about__description {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 46px;
    max-width: 840px;
    margin: 0 0 86px auto;
    padding-left: 32px;
    border-left: 1px solid rgba(23,22,19,.23);
  }

  .osc-about__description p {
    margin: 0;
    color: #404847;
    font-size: 19px;
    line-height: 1.47;
  }

  .osc-about__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(23,22,19,.32);
    border-bottom: 1px solid rgba(23,22,19,.32);
  }

  .osc-about__feature {
    min-height: 300px;
    padding: 27px 32px 34px 0;
  }

  .osc-about__feature + .osc-about__feature {
    padding-left: 32px;
    border-left: 1px solid rgba(23,22,19,.32);
  }

  .osc-about__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-bottom: 72px;
    border-radius: 50%;
    color: #fff;
    background: var(--black);
    font-size: 12px;
    font-weight: 650;
  }

  .osc-about__feature:nth-child(2) .osc-about__number { background: var(--orange); }
  .osc-about__feature:nth-child(3) .osc-about__number { background: var(--bluegray); }

  .osc-about h3 {
    margin: 0 0 15px;
    font-size: clamp(24px, 2.1vw, 31px);
    font-weight: 650;
    line-height: 1.08;
    letter-spacing: -.045em;
  }

  .osc-about__feature p {
    max-width: 325px;
    margin: 0;
    color: #5c6666;
    font-size: 15px;
    line-height: 1.47;
  }

  .osc-about__timeline {
    margin-top: 100px;
    padding: 37px 40px 40px;
    border-radius: 26px;
    color: #fff;
    background: var(--black);
  }

  .osc-about__timeline-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 58px;
  }

  .osc-about__timeline .osc-about__eyebrow { margin: 0; color: #FF9B66; }

  .osc-about__apply {
    display: inline-flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255,255,255,.46);
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .osc-about__apply:hover { color: var(--orange) !important; border-bottom-color: var(--orange); }
  .osc-about__apply span { font-size: 20px; line-height: 1; }

  .osc-about__stages {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(255,255,255,.27);
  }

  .osc-about__stage {
    position: relative;
    min-height: 156px;
    padding: 22px 24px 0 0;
  }

  .osc-about__stage + .osc-about__stage {
    padding-left: 24px;
    border-left: 1px solid rgba(255,255,255,.27);
  }

  .osc-about__stage > span {
    display: block;
    margin-bottom: 27px;
    color: #AEB5B5;
    font-size: 13px;
    font-weight: 600;
  }

  .osc-about__stage.is-active > span { color: var(--orange); }

  .osc-about__stage strong {
    display: block;
    margin-bottom: 9px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.025em;
  }

  .osc-about__stage p {
    margin: 0;
    color: #BFC7C8;
    font-size: 13px;
    line-height: 1.42;
  }

  @media (max-width: 900px) {
    .osc-about { padding: 88px 20px; }
    .osc-about__intro { grid-template-columns: 1fr; gap: 22px; margin-bottom: 52px; }
    .osc-about__description { max-width: none; margin: 0 0 68px; }
    .osc-about__features { grid-template-columns: 1fr; }
    .osc-about__feature, .osc-about__feature + .osc-about__feature {
      min-height: auto;
      padding: 28px 0 32px;
      border-left: 0;
    }
    .osc-about__feature + .osc-about__feature { border-top: 1px solid rgba(23,22,19,.32); }
    .osc-about__number { margin-bottom: 35px; }
    .osc-about__timeline { margin-top: 70px; padding: 32px 28px; }
    .osc-about__stages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .osc-about__stage:nth-child(3) { border-top: 1px solid rgba(255,255,255,.27); padding-left: 0; }
    .osc-about__stage:nth-child(3) + .osc-about__stage { border-top: 1px solid rgba(255,255,255,.27); }
  }

  @media (max-width: 560px) {
    .osc-about { padding: 72px 16px; }
    .osc-about h2 { font-size: clamp(41px, 12vw, 57px); }
    .osc-about__description { grid-template-columns: 1fr; gap: 19px; margin-bottom: 52px; padding-left: 20px; }
    .osc-about__description p { font-size: 17px; }
    .osc-about__timeline { margin-top: 56px; padding: 25px 20px; border-radius: 21px; }
    .osc-about__timeline-head { align-items: flex-start; flex-direction: column; gap: 22px; margin-bottom: 38px; }
    .osc-about__stages { grid-template-columns: 1fr; }
    .osc-about__stage, .osc-about__stage + .osc-about__stage {
      min-height: auto;
      padding: 21px 0;
      border-left: 0;
      border-top: 1px solid rgba(255,255,255,.27);
    }
    .osc-about__stage:first-child { padding-top: 21px; }
    .osc-about__stage > span { margin-bottom: 18px; }
  }
  
  .osc-nominations {
  --orange: #F25D0B;
  --black: #171613;
  --light: #E2E7E8;
  padding: 120px 24px;
  overflow: hidden;
  color: #fff;
  background: var(--black);
  font-family: Onest, Arial, Helvetica, sans-serif;
}

.osc-nominations * { box-sizing: border-box; }

.osc-nominations__inner {
  width: min(100%, 1260px);
  margin: 0 auto;
}

.osc-nominations__head {
  display: grid;
  grid-template-columns: minmax(170px, .42fr) minmax(0, 1fr) minmax(250px, .48fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 72px;
}

.osc-nominations__eyebrow {
  margin: 6px 0 0;
  color: #FF9B66;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1.3;
}

.osc-nominations h2 {
  margin: 0;
  font-size: clamp(43px, 5vw, 72px);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.06em;
}

.osc-nominations h2 span { color: var(--orange); }

.osc-nominations__lead {
  margin: 7px 0 0;
  color: rgba(255,255,255,.69);
  font-size: 17px;
  line-height: 1.48;
}

.osc-nominations__list {
  border-top: 1px solid rgba(255,255,255,.3);
}

.osc-nomination {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,.3);
  cursor: default;
  transition: background .3s ease;
}

.osc-nomination::before {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--orange);
  transition: width .55s cubic-bezier(.2,.8,.2,1);
}

.osc-nomination:hover { background: rgba(255,255,255,.055); }
.osc-nomination:hover::before { width: 100%; }

.osc-nomination__top {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr) 54px;
  gap: 30px;
  align-items: center;
  min-height: 128px;
  padding: 26px 0;
}

.osc-nomination__number {
  color: #A6AEAE;
  font-size: 16px;
  font-weight: 600;
  transition: color .3s ease, transform .3s ease;
}

.osc-nomination h3 {
  margin: 0;
  font-size: clamp(38px, 5.2vw, 72px);
  font-weight: 650;
  line-height: .9;
  letter-spacing: -.07em;
  transition: color .3s ease, transform .3s ease;
}

.osc-nomination__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.43);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  transition: transform .35s cubic-bezier(.2,.8,.2,1), color .3s ease, background .3s ease;
}

.osc-nomination:hover .osc-nomination__number { color: var(--orange); transform: translateX(8px); }
.osc-nomination:hover h3 { color: #fff; transform: translateX(8px); }
.osc-nomination:hover .osc-nomination__mark { color: var(--black); background: var(--orange); border-color: var(--orange); transform: rotate(45deg); }

.osc-nomination__details {
  display: grid;
  grid-template-columns: 170px minmax(0, 530px) auto;
  gap: 30px;
  align-items: start;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .45s ease, padding .45s ease, opacity .28s ease, transform .38s ease;
}

.osc-nomination:hover .osc-nomination__details {
  max-height: 155px;
  padding: 0 0 29px;
  opacity: 1;
  transform: translateY(0);
}

.osc-nomination__details p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.45;
}

.osc-nomination__details span {
  justify-self: end;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.31);
  border-radius: 999px;
  color: #C8D0D0;
  font-size: 12px;
  font-weight: 550;
  white-space: nowrap;
}

.osc-nominations__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 35px;
}

.osc-nominations__footer p {
  max-width: 590px;
  margin: 0;
  color: rgba(255,255,255,.67);
  font-size: 16px;
  line-height: 1.45;
}

.osc-nominations__footer a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 21px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--orange);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none !important;
  transition: background .25s ease, transform .25s ease;
  white-space: nowrap;
}

.osc-nominations__footer a:hover { background: #FF6A19; transform: translateY(-2px); }
.osc-nominations__footer a span { font-size: 19px; line-height: 1; }

.osc-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .72s ease var(--delay, 0s), transform .72s cubic-bezier(.2,.8,.2,1) var(--delay, 0s);
}

.osc-reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .osc-nominations__head { grid-template-columns: .33fr 1fr; }
  .osc-nominations__lead { grid-column: 2; max-width: 590px; }
  .osc-nomination__top { grid-template-columns: 110px minmax(0, 1fr) 54px; }
  .osc-nomination__details { grid-template-columns: 110px minmax(0, 1fr) auto; }
}

@media (max-width: 700px) {
  .osc-nominations { padding: 82px 20px; }
  .osc-nominations__head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 44px; }
  .osc-nominations__lead { grid-column: auto; margin-top: 0; font-size: 16px; }
  .osc-nomination__top { grid-template-columns: 54px minmax(0, 1fr) 42px; gap: 14px; min-height: 100px; }
  .osc-nomination__number { font-size: 13px; }
  .osc-nomination h3 { font-size: clamp(34px, 9.4vw, 53px); }
  .osc-nomination__mark { width: 38px; height: 38px; font-size: 18px; }
  .osc-nomination__details,
  .osc-nomination:hover .osc-nomination__details {
    display: block;
    max-height: none;
    padding: 0 12px 24px 68px;
    opacity: 1;
    transform: none;
  }
  .osc-nomination__details p { font-size: 14px; }
  .osc-nomination__details span { display: inline-flex; margin-top: 15px; font-size: 11px; }
  .osc-nominations__footer { align-items: flex-start; flex-direction: column; gap: 20px; }
  .osc-nominations__footer a { width: 100%; justify-content: space-between; }
}

@media (max-width: 480px) {
  .osc-nominations { padding: 70px 16px; }
  .osc-nominations h2 { font-size: clamp(40px, 12vw, 56px); }
  .osc-nomination__top { grid-template-columns: 43px minmax(0, 1fr) 37px; gap: 9px; min-height: 86px; }
  .osc-nomination h3 { font-size: clamp(30px, 9.3vw, 43px); }
  .osc-nomination__mark { width: 34px; height: 34px; font-size: 16px; }
  .osc-nomination__details,
  .osc-nomination:hover .osc-nomination__details { padding-left: 52px; }
  .osc-reveal { transform: trnslateY(18px); }
}

@media (prefers-reduced-motion: reduce) {
  .osc-reveal,
  .osc-nomination,
  .osc-nomination::before,
  .osc-nomination__number,
  .osc-nomination h3,
  .osc-nomination__mark,
  .osc-nomination__details,
  .osc-nominations__footer a {
    transition: none !important;
    transform: none !important;
  }
  .osc-reveal { opacity: 1; }
}

.osc-about__photo {
  grid-row: 1 / span 2;
  align-self: stretch;
  min-height: 355px;
  overflow: hidden;
  border-radius: 20px;
  background: #171613;
}

.osc-about__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.88) contrast(1.06);
  transition: transform .8s cubic-bezier(.2,.8,.2,1);
}

.osc-about__photo:hover img {
  transform: scale(1.045);
}

@media (min-width: 901px) {
  .osc-about__intro {
    grid-template-columns: 255px 150px minmax(0, 1fr);
  }

  .osc-about__intro .osc-about__photo {
    grid-column: 1;
  }

  .osc-about__intro .osc-about__eyebrow {
    grid-column: 2;
  }

  .osc-about__intro h2 {
    grid-column: 3;
  }
}

@media (max-width: 900px) {
  .osc-about__photo {
    grid-row: auto;
    min-height: 280px;
    margin-bottom: 8px;
  }
}

@media (max-width: 560px) {
  .osc-about__photo {
    min-height: 220px;
    border-radius: 16px;
  }
}

/* Перестройка изображения в блоке «О чемпионате» */
@media (min-width: 901px) {
  .osc-about {
    position: relative;
    overflow: hidden;
  }

  .osc-about__photo {
    position: absolute;
    z-index: 0;
    top: 76px;
    left: -55px;
    width: 410px;
    height: 760px;
    min-height: 0;
    border-radius: 0;
    background: transparent;
    opacity: .22;
    pointer-events: none;
  }

  .osc-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left top;
    filter: grayscale(1) contrast(1.15);
  }

  .osc-about__inner {
    position: relative;
    z-index: 1;
  }

  .osc-about__intro {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .osc-about__intro .osc-about__photo {
    display: none;
  }

  .osc-about__intro .osc-about__eyebrow {
    grid-column: 1;
  }

  .osc-about__intro h2 {
    grid-column: 2;
  }
}

.osc-four {
  --orange: #F25D0B;
  --black: #171613;
  --paper: #E2E7E8;
  --slate: #586473;
  position: relative;
  overflow: hidden;
  padding: 122px 24px;
  color: var(--black);
  background: var(--paper);
  font-family: Onest, Arial, Helvetica, sans-serif;
}

.osc-four * { box-sizing: border-box; }

.osc-four__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1260px);
  margin: 0 auto;
}

.osc-four__orb {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(23,22,19,.1);
  border-radius: 50%;
  pointer-events: none;
}

.osc-four__orb--one { width: 660px; height: 660px; top: -425px; right: -140px; }
.osc-four__orb--two { width: 380px; height: 380px; bottom: -250px; left: -120px; border-color: rgba(242,93,11,.2); }

.osc-four__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(315px, .53fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 66px;
}

.osc-four__eyebrow {
  margin: 0 0 20px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
}

.osc-four h2 {
  margin: 0;
  font-size: clamp(50px, 6.1vw, 86px);
  font-weight: 700;
  line-height: .92;
  letter-spacing: -.07em;
}

.osc-four h2 span { color: var(--orange); }

.osc-four__head-side {
  padding: 22px 0 0 28px;
  border-left: 1px solid rgba(23,22,19,.22);
}

.osc-four__all-badge {
  display: inline-flex;
  margin-bottom: 17px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--black);
  font-size: 12px;
  font-weight: 650;
}

.osc-four__head-side p {
  max-width: 370px;
  margin: 0;
  color: #505A5A;
  font-size: 17px;
  line-height: 1.46;
}

.osc-four__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.osc-four-card {
  position: relative;
  min-height: 410px;
  padding: 20px 20px 22px;
  overflow: hidden;
  border: 1px solid rgba(23,22,19,.2);
  border-radius: 21px;
  background: rgba(255,255,255,.27);
  box-shadow: 0 8px 20px rgba(23,22,19,.04);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.osc-four-card::after {
  content: '';
  position: absolute;
  top: -90px;
  right: -90px;
  width: 190px;
  height: 190px;
  border: 28px solid rgba(242,93,11,.09);
  border-radius: 50%;
  transition: transform .6s cubic-bezier(.2,.8,.2,1), border-color .35s ease;
}

.osc-four-card:hover {
  z-index: 1;
  border-color: var(--orange);
  background: var(--black);
  box-shadow: 0 20px 38px rgba(23,22,19,.2);
  transform: translateY(-9px);
}

.osc-four-card:hover::after { border-color: rgba(242,93,11,.62); transform: scale(1.18) rotate(22deg); }

.osc-four-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.osc-four-card__number {
  color: var(--slate);
  font-size: 14px;
  font-weight: 700;
  transition: color .35s ease;
}

.osc-four-card__status {
  padding: 6px 9px;
  border: 1px solid rgba(23,22,19,.26);
  border-radius: 999px;
  color: #5A6463;
  font-size: 10px;
  font-weight: 650;
  transition: color .35s ease, border-color .35s ease;
}

.osc-four-card__icon {
  position: relative;
  z-index: 1;
  margin-top: 47px;
  color: var(--orange);
  font-size: 60px;
  line-height: .8;
  letter-spacing: -.12em;
  transition: transform .55s cubic-bezier(.2,.8,.2,1), color .35s ease;
}

.osc-four-card h3 {
  position: relative;
  z-index: 1;
  min-height: 77px;
  margin: 38px 0 15px;
  font-size: clamp(28px, 2.5vw, 38px);
  font-weight: 650;
  line-height: .91;
  letter-spacing: -.06em;
  transition: color .35s ease;
}

.osc-four-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #596362;
  font-size: 14px;
  line-height: 1.46;
  transition: color .35s ease;
}

.osc-four-card__line {
  position: absolute;
  right: 20px;
  bottom: 61px;
  left: 20px;
  height: 1px;
  background: rgba(23,22,19,.22);
  transition: background .35s ease;
}

.osc-four-card__line::before {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
  transition: width .5s cubic-bezier(.2,.8,.2,1);
}

.osc-four-card__tag {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 22px;
  left: 20px;
  color: #697271;
  font-size: 11px;
  font-weight: 600;
  transition: color .35s ease;
}

.osc-four-card:hover .osc-four-card__number { color: #FF9B66; }
.osc-four-card:hover .osc-four-card__status { color: #fff; border-color: rgba(255,255,255,.35); }
.osc-four-card:hover .osc-four-card__icon { color: #fff; transform: rotate(45deg) scale(1.1); }
.osc-four-card:hover h3 { color: #fff; }
.osc-four-card:hover p { color: rgba(255,255,255,.72); }
.osc-four-card:hover .osc-four-card__line { background: rgba(255,255,255,.25); }
.osc-four-card:hover .osc-four-card__line::before { width: 100%; }
.osc-four-card:hover .osc-four-card__tag { color: #FF9B66; }

.osc-four__note {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) auto;
  gap: 19px;
  align-items: center;
  margin-top: 28px;
  padding: 21px 22px;
  border-radius: 17px;
  color: #fff;
  background: var(--slate);
}

.osc-four__note-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.48);
  border-radius: 50%;
  color: #FFB58D;
  font-size: 17px;
}

.osc-four__note p {
  max-width: 730px;
  margin: 0;
  color: rgba(255,255,255,.8);
  font-size: 14px;
  line-height: 1.45;
}

.osc-four__note p strong { color: #fff; }

.osc-four__note a {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--orange);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .25s ease, background .25s ease;
}

.osc-four__note a:hover { background: #FF6A19; transform: translateY(-2px); }
.osc-four__note a span { font-size: 19px; line-height: 1; }

@media (max-width: 1050px) {
  .osc-four__head { grid-template-columns: 1fr; gap: 28px; }
  .osc-four__head-side { max-width: 610px; padding: 0 0 0 25px; }
  .osc-four__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px; }
  .osc-four-card { min-height: 375px; }
}

@media (max-width: 650px) {
  .osc-four { padding: 82px 20px; }
  .osc-four__grid { grid-template-columns: 1fr; gap: 13px; }
  .osc-four-card { min-height: 330px; }
  .osc-four-card__icon { margin-top: 33px; }
  .osc-four-card h3 { min-height: auto; margin-top: 28px; }
  .osc-four__note { grid-template-columns: 42px 1fr; gap: 14px; padding: 19px; }
  .osc-four__note a { grid-column: 1 / -1; width: 100%; justify-content: space-between; }
}

@media (max-width: 480px) {
  .osc-four { padding: 70px 16px; }
  .osc-four h2 { font-size: clamp(43px, 12.5vw, 58px); }
  .osc-four__head-side { padding-left: 18px; }
  .osc-four__head-side p { font-size: 16px; }
  .osc-four-card { min-height: 315px; padding: 18px; }
  .osc-four-card__line { right: 18px; left: 18px; }
  .osc-four-card__tag { right: 18px; left: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .osc-four-card,
  .osc-four-card::after,
  .osc-four-card__number,
  .osc-four-card__status,
  .osc-four-card__icon,
  .osc-four-card h3,
  .osc-four-card p,
  .osc-four-card__line,
  .osc-four-card__line::before,
  .osc-four-card__tag,
  .osc-four__note a {
    transition: none !important;
    transform: none !important;
  }
}

/* Соединяем календарь «О чемпионате» и блок номинаций */
@media (min-width: 701px) {
  .osc-four {
    margin-top: -108px;
    padding-top: 210px;
    clip-path: inset(0);
  }

  .osc-about {
    position: relative;
    z-index: 2;
    padding-bottom: 175px;
  }

  .osc-four {
    position: relative;
    z-index: 3;
  }

  .osc-four__head {
    position: relative;
  }

  .osc-four__head::before {
    content: '';
    position: absolute;
    top: -78px;
    left: -34px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(23,22,19,.13);
    border-radius: 50%;
    pointer-events: none;
  }
}

@media (max-width: 700px) {
  .osc-four {
    margin-top: 0;
  }
}

.osc-prize {
  --orange: #F25D0B;
  --black: #171613;
  --paper: #E2E7E8;
  --slate: #586473;
  position: relative;
  padding: 115px 24px 125px;
  overflow: hidden;
  color: var(--black);
  background: var(--paper);
  font-family: Onest, Arial, Helvetica, sans-serif;
}

.osc-prize * { box-sizing: border-box; }

.osc-prize__inner {
  width: min(100%, 1260px);
  margin: 0 auto;
}

.osc-prize__head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) minmax(280px, .53fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 62px;
}

.osc-prize__eyebrow {
  margin: 7px 0 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
}

.osc-prize h2 {
  margin: 0;
  font-size: clamp(45px, 5.4vw, 78px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.065em;
}

.osc-prize h2 span { color: var(--orange); }

.osc-prize__lead {
  margin: 8px 0 0;
  color: #55605F;
  font-size: 17px;
  line-height: 1.48;
}

.osc-prize__board {
  position: relative;
  overflow: hidden;
  padding: 39px 42px 42px;
  border-radius: 28px;
  color: #fff;
  background: var(--black);
}

.osc-prize__board::before {
  content: '';
  position: absolute;
  top: -210px;
  right: -135px;
  width: 470px;
  height: 470px;
  border: 52px solid rgba(242,93,11,.76);
  border-radius: 50%;
  pointer-events: none;
}

.osc-prize__board::after {
  content: '';
  position: absolute;
  bottom: -180px;
  left: -120px;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  pointer-events: none;
}

.osc-prize__board-top,
.osc-prize__scale,
.osc-prize__formula { position: relative; z-index: 1; }

.osc-prize__board-top {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: flex-start;
}

.osc-prize__label {
  display: block;
  margin-bottom: 14px;
  color: #FF9B66;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .1em;
}

.osc-prize__board-top strong {
  display: block;
  font-size: clamp(27px, 3vw, 39px);
  font-weight: 650;
  line-height: 1.05;
  letter-spacing: -.045em;
}

.osc-prize__update {
  max-width: 210px;
  margin-top: 5px;
  color: rgba(255,255,255,.63);
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

.osc-prize__scale {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 98px;
}

.osc-prize__line {
  position: absolute;
  top: 4px;
  right: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(255,255,255,.25);
}

.osc-prize__line span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
  transition: width 1.8s cubic-bezier(.2,.8,.2,1) .3s;
}

.osc-prize__board.is-visible .osc-prize__line span { width: 100%; }

.osc-prize__level {
  position: relative;
  padding-top: 28px;
}

.osc-prize__dot {
  position: absolute;
  top: -7px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 3px solid var(--black);
  border-radius: 50%;
  background: #C9D2D3;
  transition: background .45s ease, transform .45s ease;
}

.osc-prize__board.is-visible .osc-prize__level--one .osc-prize__dot,
.osc-prize__board.is-visible .osc-prize__level--two .osc-prize__dot,
.osc-prize__board.is-visible .osc-prize__level--three .osc-prize__dot {
  background: var(--orange);
  transform: scale(1.12);
}

.osc-prize__level strong {
  display: block;
  color: #fff;
  font-size: clamp(42px, 5.3vw, 72px);
  font-weight: 650;
  line-height: .85;
  letter-spacing: -.07em;
}

.osc-prize__level small {
  display: block;
  margin-top: 11px;
  color: rgba(255,255,255,.62);
  font-size: 13px;
}

.osc-prize__level b {
  display: block;
  margin-top: 20px;
  color: #FF9B66;
  font-size: clamp(19px, 2vw, 27px);
  font-weight: 650;
  line-height: 1;
  letter-spacing: -.04em;
}

.osc-prize__formula {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  padding-top: 21px;
  border-top: 1px solid rgba(255,255,255,.24);
}

.osc-prize__formula span {
  color: rgba(255,255,255,.57);
  font-size: 13px;
}

.osc-prize__formula strong {
  color: #fff;
  font-size: 15px;
  font-weight: 550;
}

.osc-prize__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0;
  align-items: stretch;
  margin-top: 18px;
  border: 1px solid rgba(23,22,19,.2);
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255,255,255,.27);
}

.osc-prize__fee,
.osc-prize__includes { padding: 27px 30px; }

.osc-prize__includes { border-left: 1px solid rgba(23,22,19,.2); }

.osc-prize__fee > span,
.osc-prize__includes > span {
  display: block;
  margin-bottom: 15px;
  color: #697271;
  font-size: 12px;
  font-weight: 650;
}

.osc-prize__fee strong,
.osc-prize__includes strong {
  display: block;
  margin-bottom: 13px;
  font-size: clamp(25px, 2.6vw, 37px);
  font-weight: 650;
  line-height: .95;
  letter-spacing: -.055em;
}

.osc-prize__fee strong { color: var(--orange); }

.osc-prize__fee p,
.osc-prize__includes p {
  margin: 0;
  color: #5A6463;
  font-size: 13px;
  line-height: 1.45;
}

.osc-prize__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 205px;
  padding: 25px 23px;
  color: #fff !important;
  background: var(--orange);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none !important;
  transition: background .25s ease;
}

.osc-prize__button:hover { background: #FF6A19; }
.osc-prize__button span { font-size: 21px; }

@media (max-width: 1000px) {
  .osc-prize__head { grid-template-columns: 1fr 1fr; }
  .osc-prize__lead { grid-column: 2; }
  .osc-prize__bottom { grid-template-columns: 1fr 1fr; }
  .osc-prize__button { grid-column: 1 / -1; min-width: auto; }
}

@media (max-width: 700px) {
  .osc-prize { padding: 82px 20px; }
  .osc-prize__head { grid-template-columns: 1fr; gap: 19px; margin-bottom: 43px; }
  .osc-prize__lead { grid-column: auto; margin: 0; font-size: 16px; }
  .osc-prize__board { padding: 28px 20px; border-radius: 21px; }
  .osc-prize__board-top { flex-direction: column; gap: 13px; }
  .osc-prize__update { max-width: none; margin: 0; text-align: left; }
  .osc-prize__scale { grid-template-columns: 1fr; gap: 0; margin-top: 55px; }
  .osc-prize__line { top: 0; bottom: 0; left: 6px; width: 2px; height: auto; }
  .osc-prize__line span { width: 100% !important; height: 0; transition: height 1.8s cubic-bezier(.2,.8,.2,1) .3s; }
  .osc-prize__board.is-visible .osc-prize__line span { height: 100%; }
  .osc-prize__level { padding: 0 0 34px 35px; }
  .osc-prize__level:last-child { padding-bottom: 0; }
  .osc-prize__dot { top: 4px; left: 0; }
  .osc-prize__level strong { font-size: 48px; }
  .osc-prize__level b { margin-top: 12px; }
  .osc-prize__formula { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 37px; }
  .osc-prize__bottom { grid-template-columns: 1fr; margin-top: 14px; }
  .osc-prize__includes { border-top: 1px solid rgba(23,22,19,.2); border-left: 0; }
  .osc-prize__button { min-height: 61px; }
}

@media (max-width: 480px) {
  .osc-prize { padding: 70px 16px; }
  .osc-prize h2 { font-size: clamp(40px, 12vw, 56px); }
  .osc-prize__fee,
  .osc-prize__includes { padding: 23px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .osc-prize__line span,
  .osc-prize__dot,
  .osc-prize__button { transition: none !important; }
}

/* Связываем блок «4 дисциплины» и «Призовой фонд» */
@media (min-width: 701px) {
  .osc-four {
    padding-bottom: 54px;
  }

  .osc-prize {
    margin-top: -2px;
    padding-top: 62px;
  }

  .osc-prize::before {
    content: '';
    position: absolute;
    top: -130px;
    left: 50%;
    width: min(1260px, calc(100% - 48px));
    height: 200px;
    border-top: 1px solid rgba(23,22,19,.12);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .osc-prize__head {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 700px) {
  .osc-four {
    padding-bottom: 48px;
  }

  .osc-prize {
    padding-top: 64px;
  }
}

/* Анимация перехода: номинации → призовой фонд */
@media (min-width: 701px) {
  .osc-prize {
    position: relative;
    padding-top: 98px;
  }

  .osc-prize::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -142px;
    left: calc(50% - 1px);
    width: 2px;
    height: 172px;
    background: #F25D0B;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.15s cubic-bezier(.2,.8,.2,1);
  }

  .osc-prize.is-visible::after {
    transform: scaleY(1);
  }

  .osc-prize__head {
    opacity: 0;
    transform: translateY(42px);
    transition: opacity .65s ease .28s, transform .75s cubic-bezier(.2,.8,.2,1) .28s;
  }

  .osc-prize.is-visible .osc-prize__head {
    opacity: 1;
    transform: translateY(0);
  }

  .osc-prize__board {
    opacity: 0;
    transform: translateY(55px) scale(.98);
    transition: opacity .75s ease .48s, transform .85s cubic-bezier(.2,.8,.2,1) .48s;
  }

  .osc-prize.is-visible .osc-prize__board {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  .osc-prize__bottom {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .65s ease .7s, transform .7s cubic-bezier(.2,.8,.2,1) .7s;
  }

  .osc-prize.is-visible .osc-prize__bottom {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  .osc-prize__head,
  .osc-prize__board,
  .osc-prize__bottom {
    opacity: 1;
    transform: none;
  }
}

.osc-judges {
  --orange: #F25D0B;
  --black: #171613;
  --paper: #E2E7E8;
  --slate: #586473;
  position: relative;
  overflow: hidden;
  padding: 125px 24px;
  color: var(--black);
  background: #F6F7F7;
  font-family: Onest, Arial, Helvetica, sans-serif;
}

.osc-judges * { box-sizing: border-box; }

.osc-judges__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1260px);
  margin: 0 auto;
}

.osc-judges__shape {
  position: absolute;
  z-index: 0;
  right: -180px;
  bottom: -260px;
  width: 650px;
  height: 650px;
  opacity: .16;
  border: 72px solid var(--orange);
  border-radius: 50%;
  animation: oscJudgeFloat 8s ease-in-out infinite;
  pointer-events: none;
}

.osc-judges__shape::before {
  content: '';
  position: absolute;
  top: 18%;
  left: 18%;
  width: 64%;
  height: 64%;
  border: 1px solid rgba(23,22,19,.45);
  border-radius: 50%;
}

@keyframes oscJudgeFloat {
  0%,100% { transform: translate3d(0,0,0) rotate(0); }
  50% { transform: translate3d(-22px,-16px,0) rotate(6deg); }
}

.osc-judges__head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) minmax(280px, .5fr);
  gap: 30px;
  align-items: start;
  margin-bottom: 65px;
}

.osc-judges__eyebrow {
  margin: 7px 0 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
}

.osc-judges h2 {
  margin: 0;
  font-size: clamp(45px, 5.3vw, 77px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.065em;
}

.osc-judges h2 span { color: var(--orange); }

.osc-judges__head > p:last-child {
  margin: 8px 0 0;
  color: #55605F;
  font-size: 17px;
  line-height: 1.48;
}

.osc-judges__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.osc-judge {
  border-radius: 22px;
  overflow: hidden;
}

.osc-judge--main {
  display: grid;
  grid-template-columns: minmax(230px, .84fr) minmax(0, 1.16fr);
  min-height: 485px;
  color: #fff;
  background: var(--black);
  box-shadow: 0 14px 32px rgba(23,22,19,.14);
}

.osc-judge__photo {
  position: relative;
  overflow: hidden;
  background: #343431;
}

.osc-judge__photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.05) 25%, rgba(0,0,0,.44) 100%);
  pointer-events: none;
}

.osc-judge__photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 485px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.04);
  transform: scale(1.03);
  transition: transform 1.2s cubic-bezier(.2,.8,.2,1);
}

.osc-judges.is-visible .osc-judge__photo img { transform: scale(1); }
.osc-judge--main:hover .osc-judge__photo img { transform: scale(1.05); }

.osc-judge__role {
  position: absolute;
  z-index: 1;
  bottom: 19px;
  left: 18px;
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  color: #fff;
  background: rgba(23,22,19,.35);
  font-size: 11px;
  font-weight: 650;
  backdrop-filter: blur(7px);
}

.osc-judge__content {
  padding: 28px 27px 25px;
}

.osc-judge__title {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.osc-judge__title > span {
  padding-top: 8px;
  color: #FF9B66;
  font-size: 13px;
  font-weight: 650;
}

.osc-judge h3 {
  margin: 0;
  font-size: clamp(29px, 3.1vw, 45px);
  font-weight: 650;
  line-height: .89;
  letter-spacing: -.06em;
}

.osc-judge__position {
  margin: 26px 0 19px;
  color: #fff;
  font-size: 15px;
  font-weight: 550;
  line-height: 1.42;
}

.osc-judge ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.osc-judge li {
  position: relative;
  padding-left: 15px;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  line-height: 1.4;
}

.osc-judge li::before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--orange);
}

.osc-judge--pending {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 485px;
  padding: 22px;
  border: 1px solid rgba(23,22,19,.2);
  background: rgba(255,255,255,.36);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), background .35s ease, border-color .35s ease;
}

.osc-judge--pending::after {
  content: '';
  position: absolute;
  right: -75px;
  bottom: -75px;
  width: 175px;
  height: 175px;
  border: 28px solid rgba(242,93,11,.08);
  border-radius: 50%;
  transition: transform .55s cubic-bezier(.2,.8,.2,1), border-color .35s ease;
}

.osc-judge--pending:hover {
  border-color: var(--orange);
  background: #fff;
  transform: translateY(-8px);
}

.osc-judge--pending:hover::after { border-color: rgba(242,93,11,.35); transform: rotate(25deg) scale(1.12); }

.osc-judge__pending-number {
  color: var(--orange);
  font-size: 13px;
  font-weight: 700;
}

.osc-judge__pending-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: auto 0 26px;
  border: 1px solid rgba(23,22,19,.27);
  border-radius: 50%;
  color: var(--orange);
  font-size: 30px;
  font-weight: 300;
  transition: transform .4s ease, background .35s ease, color .35s ease;
}

.osc-judge--pending:hover .osc-judge__pending-symbol { color: #fff; background: var(--orange); transform: rotate(90deg); }

.osc-judge__pending-label {
  margin: 0 0 13px;
  color: #66706F;
  font-size: 11px;
  font-weight: 650;
}

.osc-judge--pending h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
  color: var(--black);
  font-size: clamp(22px, 2vw, 29px);
  line-height: .96;
}

.osc-judge--pending > span:last-child {
  position: relative;
  z-index: 1;
  color: #687170;
  font-size: 12px;
  line-height: 1.42;
}

.osc-judges__foot {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-top: 23px;
  padding-top: 22px;
  border-top: 1px solid rgba(23,22,19,.2);
  color: #5F6968;
  font-size: 14px;
}

.osc-judges__foot a {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--black) !important;
  font-weight: 650;
  text-decoration: none !important;
}

.osc-judges__foot a:hover { color: var(--orange) !important; }

@media (max-width: 1120px) {
  .osc-judges__head { grid-template-columns: 1fr 1fr; }
  .osc-judges__head > p:last-child { grid-column: 2; }
  .osc-judges__grid { grid-template-columns: repeat(3, 1fr); }
  .osc-judge--main { grid-column: 1 / -1; grid-template-columns: 330px 1fr; min-height: 420px; }
  .osc-judge__photo img { min-height: 420px; }
  .osc-judge--pending { min-height: 340px; }
}

@media (max-width: 700px) {
  .osc-judges { padding: 82px 20px; }
  .osc-judges__head { grid-template-columns: 1fr; gap: 19px; margin-bottom: 43px; }
  .osc-judges__head > p:last-child { grid-column: auto; margin: 0; font-size: 16px; }
  .osc-judges__grid { grid-template-columns: 1fr; }
  .osc-judge--main { grid-template-columns: 1fr; min-height: auto; }
  .osc-judge__photo { height: 330px; }
  .osc-judge__photo img { min-height: 0; }
  .osc-judge__content { padding: 25px 20px; }
  .osc-judge--pending { min-height: 255px; }
  .osc-judge__pending-symbol { margin: 28px 0 23px; }
  .osc-judges__foot { align-items: flex-start; flex-direction: column; }
  .osc-judges__shape { right: -255px; bottom: -300px; width: 570px; height: 570px; }
}

@media (max-width: 480px) {
  .osc-judges { padding: 70px 16px; }
  .osc-judges h2 { font-size: clamp(40px, 12vw, 56px); }
  .osc-judge__photo { height: 280px; }
  .osc-judge__title { gap: 13px; }
  .osc-judge__position { margin-top: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .osc-judges__shape { animation: none; }
  .osc-judge,
  .osc-judge::after,
  .osc-judge__photo img,
  .osc-judge__pending-symbol { transition: none !important; transform: none !important; }
}

/* Исправление карточки Полины: фамилия не обрезается */
.osc-judge--main {
  grid-template-columns: minmax(250px, .78fr) minmax(390px, 1.22fr);
}

.osc-judge__content {
  min-width: 0;
  overflow: visible;
}

.osc-judge__title {
  min-width: 0;
}

.osc-judge__title h3 {
  min-width: 0;
  overflow-wrap: anywhere;
  font-size: clamp(26px, 2.55vw, 39px);
  line-height: .92;
  letter-spacing: -.055em;
}

/* Жёсткое исправление: Полина Владимирова без обрезания */
@media (min-width: 1121px) {
  .osc-judge--main {
    grid-template-columns: 42% 58% !important;
    overflow: visible !important;
  }

  .osc-judge__content {
    min-width: 0 !important;
    padding: 26px 22px 25px !important;
    overflow: visible !important;
  }

  .osc-judge__title {
    display: block !important;
    min-width: 0 !important;
  }

  .osc-judge__title > span {
    display: block;
    padding: 0 0 11px !important;
  }

  .osc-judge__title h3 {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    font-size: 34px !important;
    line-height: .91 !important;
    letter-spacing: -.055em !important;
    overflow: visible !important;
    white-space: normal !important;
    word-break: normal !important;
  }
}

/* Новый фонд со шкалой */
.osc-prize {
  --orange: #F25D0B;
  --black: #171613;
  --paper: #E2E7E8;
  --grey: #C5CED0;
  padding: 120px 24px;
  background: var(--paper);
  color: var(--black);
  font-family: Onest, Arial, Helvetica, sans-serif;
}

.osc-prize * {
  box-sizing: border-box;
}

.osc-prize__inner {
  width: min(100%, 1060px);
  margin: 0 auto;
}

.osc-prize__head {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 32px;
  align-items: start;
}

.osc-prize__eyebrow {
  margin: 7px 0 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
}

.osc-prize__headline h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(46px, 5.7vw, 76px);
  font-weight: 700;
  line-height: .96;
  letter-spacing: -.065em;
}

.osc-prize__headline p {
  max-width: 650px;
  margin: 25px 0 0;
  color: #63706F;
  font-size: 18px;
  line-height: 1.47;
}

.osc-prize__current {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-top: 65px;
}

.osc-prize__fund-value {
  color: var(--orange);
  font-size: clamp(66px, 9vw, 124px);
  font-weight: 700;
  line-height: .8;
  letter-spacing: -.075em;
}

.osc-prize__current > span {
  padding-bottom: 8px;
  color: #6B7777;
  font-size: 14px;
  line-height: 1.25;
}

.osc-prize__slider {
  margin-top: 48px;
}

.osc-prize__track {
  position: relative;
  height: 21px;
  border-radius: 999px;
  background: var(--grey);
}

.osc-prize__fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  border-radius: inherit;
  background: var(--orange);
  transition: width 1.2s cubic-bezier(.2,.8,.2,1);
}

.osc-prize__handle {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  border: 5px solid var(--paper);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 4px 14px rgba(23,22,19,.2);
  transform: translate(-50%, -50%);
  transition: left 1.2s cubic-bezier(.2,.8,.2,1);
}

.osc-prize__scale {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 16px;
  color: #768181;
  font-size: 14px;
}

.osc-prize__scale strong {
  color: var(--black);
  font-size: 14px;
}

.osc-prize__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 52px;
}

.osc-prize__cards > div {
  padding: 23px 25px;
  border: 1px solid rgba(23,22,19,.2);
  border-radius: 18px;
  background: rgba(255,255,255,.35);
}

.osc-prize__cards span {
  display: block;
  margin-bottom: 13px;
  color: #737E7D;
  font-size: 14px;
}

.osc-prize__cards strong {
  display: block;
  font-size: clamp(23px, 2.5vw, 33px);
  font-weight: 650;
  line-height: 1.08;
  letter-spacing: -.045em;
}

.osc-prize__footer {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  margin-top: 23px;
  color: #6A7675;
  font-size: 13px;
  line-height: 1.45;
}

.osc-prize__footer p {
  max-width: 650px;
  margin: 0;
}

.osc-prize__footer span {
  white-space: nowrap;
}

.osc-prize__footer b {
  color: var(--black);
  font-weight: 600;
}

@media (max-width: 700px) {
  .osc-prize {
    padding: 82px 20px;
  }

  .osc-prize__head {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .osc-prize__headline p {
    margin-top: 20px;
    font-size: 16px;
  }

  .osc-prize__current {
    margin-top: 48px;
  }

  .osc-prize__fund-value {
    font-size: 75px;
  }

  .osc-prize__track {
    height: 16px;
  }

  .osc-prize__handle {
    width: 30px;
    height: 30px;
    border-width: 4px;
  }

  .osc-prize__scale {
    font-size: 12px;
  }

  .osc-prize__cards {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .osc-prize__footer {
    flex-direction: column;
    gap: 10px;
  }

  .osc-prize__footer span {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .osc-prize {
    padding: 70px 16px;
  }

  .osc-prize__headline h2 {
    font-size: clamp(40px, 12vw, 56px);
  }
}

/* Аварийно показываем все блоки без JavaScript */
.osc-reveal,
.osc-reveal.is-visible,
.osc-prize,
.osc-judges,
.osc-logistics,
.osc-four {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

.osc-logistics__step {
  opacity: 1 !important;
  transform: none !important;
}

.osc-prize__head,
.osc-prize__board,
.osc-prize__bottom {
  opacity: 1 !important;
  transform: none !important;
}

.osc-prize__line span {
  width: 100% !important;
}

.osc-prize__dot {
  background: #F25D0B !important;
}

.osc-logistics {
  --orange: #F25D0B;
  --black: #171613;
  --paper: #E2E7E8;
  position: relative;
  overflow: hidden;
  padding: 120px 24px 100px;
  color: var(--black);
  background: var(--paper);
  font-family: Onest, Arial, Helvetica, sans-serif;
}

.osc-logistics * { box-sizing: border-box; }

.osc-logistics__inner {
  width: min(100%, 1260px);
  margin: 0 auto;
}

.osc-logistics__intro {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}

.osc-logistics__eyebrow {
  margin: 9px 0 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .11em;
}

.osc-logistics h2 {
  margin: 0;
  font-size: clamp(46px, 5.5vw, 80px);
  font-weight: 700;
  line-height: .94;
  letter-spacing: -.068em;
}

.osc-logistics h2 span { color: var(--orange); }

.osc-logistics__lead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 38px;
  align-items: end;
  max-width: 905px;
  margin: 35px 0 62px 210px;
}

.osc-logistics__lead p {
  margin: 0;
  color: #596462;
  font-size: 17px;
  line-height: 1.5;
}

.osc-logistics__reglament {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--black);
  color: var(--black) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .2s ease, border-color .2s ease;
}

.osc-logistics__reglament:hover { color: var(--orange) !important; border-color: var(--orange); }
.osc-logistics__reglament span { font-size: 18px; }

.osc-logistics__steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.osc-logistics__step {
  position: relative;
  min-height: 340px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(23,22,19,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.28);
  transition: background .25s ease, transform .25s ease, border-color .25s ease;
}

.osc-logistics__step:hover {
  border-color: rgba(242,93,11,.5);
  background: rgba(255,255,255,.55);
  transform: translateY(-5px);
}

.osc-logistics__num {
  color: var(--orange);
  font-size: 12px;
  font-weight: 750;
}

.osc-logistics__icon {
  position: relative;
  width: 66px;
  height: 66px;
  margin: 31px 0 27px;
  border: 1px solid rgba(23,22,19,.22);
  border-radius: 50%;
}

.osc-logistics__icon--check::before,
.osc-logistics__icon--check::after {
  position: absolute;
  content: "";
  background: var(--orange);
  border-radius: 2px;
}

.osc-logistics__icon--check::before {
  top: 31px;
  left: 16px;
  width: 16px;
  height: 4px;
  transform: rotate(45deg);
}

.osc-logistics__icon--check::after {
  top: 25px;
  left: 27px;
  width: 27px;
  height: 4px;
  transform: rotate(-45deg);
}

.osc-logistics__icon--beans { display: flex; align-items: center; justify-content: center; gap: 4px; }
.osc-logistics__icon--beans i {
  display: block;
  width: 10px;
  height: 29px;
  border-radius: 60% 40% 58% 42% / 55% 45% 55% 45%;
  background: var(--orange);
  transform: rotate(27deg);
}
.osc-logistics__icon--beans i:nth-child(2) { height: 36px; transform: rotate(-4deg); }
.osc-logistics__icon--beans i:nth-child(3) { transform: rotate(-28deg); }

.osc-logistics__icon--box::before {
  position: absolute;
  top: 19px;
  left: 17px;
  width: 29px;
  height: 25px;
  border: 2px solid var(--orange);
  content: "";
}
.osc-logistics__icon--box::after {
  position: absolute;
  top: 17px;
  left: 30px;
  width: 2px;
  height: 29px;
  content: "";
  background: var(--orange);
  transform: rotate(39deg);
}

.osc-logistics h3 {
  max-width: 260px;
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: -.052em;
}

.osc-logistics__step p {
  max-width: 325px;
  margin: 0;
  color: #596462;
  font-size: 14px;
  line-height: 1.47;
}

.osc-logistics__note {
  position: absolute;
  right: 25px;
  bottom: 23px;
  left: 25px;
  display: block;
  padding-top: 13px;
  border-top: 1px solid rgba(23,22,19,.15);
  color: #737C7B;
  font-size: 11px;
  line-height: 1.25;
}

.osc-logistics__footer {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-top: 16px;
  padding: 19px 21px;
  border-radius: 12px;
  color: #fff;
  background: #5D6A79;
}

.osc-logistics__footer-mark {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
}

.osc-logistics__footer p {
  margin: 0;
  color: rgba(255,255,255,.87);
  font-size: 13px;
  line-height: 1.4;
}

.osc-logistics__footer a {
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}
.osc-logistics__footer a:hover { color: #FFB58A !important; }
.osc-logistics__footer a span { margin-left: 7px; font-size: 16px; }

@media (max-width: 850px) {
  .osc-logistics { padding: 90px 20px 76px; }
  .osc-logistics__intro { grid-template-columns: 1fr; gap: 17px; }
  .osc-logistics__lead { margin-left: 0; }
  .osc-logistics__steps { grid-template-columns: 1fr; }
  .osc-logistics__step { min-height: 290px; }
}

@media (max-width: 580px) {
  .osc-logistics { padding: 72px 16px 60px; }
  .osc-logistics h2 { font-size: clamp(41px, 12vw, 61px); }
  .osc-logistics__lead { grid-template-columns: 1fr; gap: 22px; margin-top: 27px; margin-bottom: 42px; }
  .osc-logistics__lead p { font-size: 16px; }
  .osc-logistics__reglament { justify-self: start; }
  .osc-logistics__footer { grid-template-columns: 25px 1fr; gap: 13px; padding: 17px; }
  .osc-logistics__footer a { grid-column: 2; }
}

@media (prefers-reduced-motion: reduce) {
  .osc-logistics__step { transition: none; }
}

.osc-final-cta-photo {
  --orange: #F25D0B;
  --black: #171613;
  position: relative;
  overflow: hidden;
  padding: 88px 24px 38px;
  color: #fff;
  background: var(--black);
  font-family: Onest, Arial, Helvetica, sans-serif;
}

.osc-final-cta-photo * { box-sizing: border-box; }

.osc-final-cta-photo__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1260px);
  margin: 0 auto;
}

.osc-final-cta-photo__line {
  position: absolute;
  z-index: 0;
  border: 1px solid rgba(242,93,11,.55);
  border-radius: 50%;
  pointer-events: none;
}

.osc-final-cta-photo__line--one {
  top: -410px;
  right: -270px;
  width: 760px;
  height: 760px;
  animation: oscFinalPhotoLineOne 15s ease-in-out infinite alternate;
}

.osc-final-cta-photo__line--two {
  bottom: -440px;
  left: -280px;
  width: 610px;
  height: 610px;
  border-color: rgba(255,255,255,.14);
  animation: oscFinalPhotoLineTwo 18s ease-in-out infinite alternate;
}

@keyframes oscFinalPhotoLineOne {
  from { transform: translate3d(0,0,0) rotate(0); }
  to { transform: translate3d(-35px,28px,0) rotate(13deg); }
}

@keyframes oscFinalPhotoLineTwo {
  from { transform: translate3d(0,0,0) rotate(0); }
  to { transform: translate3d(31px,-24px,0) rotate(-11deg); }
}

.osc-final-cta-photo__top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.osc-final-cta-photo__top p,
.osc-final-cta-photo__top span {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.osc-final-cta-photo__top p { color: #FF9B66; }
.osc-final-cta-photo__top span { color: rgba(255,255,255,.68); }

.osc-final-cta-photo__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(365px, .95fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
  padding: 70px 0;
}

.osc-final-cta-photo h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(49px, 6.2vw, 91px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.075em;
}

.osc-final-cta-photo h2 span { color: var(--orange); }

.osc-final-cta-photo__content > p {
  max-width: 490px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.5;
}

.osc-final-cta-photo__facts {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 12px;
  max-width: 525px;
  margin-top: 30px;
}

.osc-final-cta-photo__facts div {
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.27);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}

.osc-final-cta-photo__facts span {
  display: block;
  margin-bottom: 9px;
  color: rgba(255,255,255,.56);
  font-size: 11px;
}

.osc-final-cta-photo__facts strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.18;
  letter-spacing: -.035em;
}

.osc-final-cta-photo__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 525px);
  min-height: 61px;
  margin-top: 17px;
  padding: 0 21px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--orange);
  font-size: 15px;
  font-weight: 650;
  text-decoration: none !important;
  transition: background .24s ease, transform .24s ease;
}

.osc-final-cta-photo__button:hover {
  background: #FF6A19;
  transform: translateY(-3px);
}

.osc-final-cta-photo__button span { font-size: 21px; }

.osc-final-cta-photo__visual {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border-radius: 22px;
  background: #393834;
}

.osc-final-cta-photo__visual img {
  display: block;
  width: 100%;
  height: 530px;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(1.05);
  animation: oscFinalPhotoZoom 16s ease-in-out infinite alternate;
}

@keyframes oscFinalPhotoZoom {
  from { transform: scale(1); }
  to { transform: scale(1.07); }
}

.osc-final-cta-photo__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02) 35%, rgba(0,0,0,.67) 100%);
  pointer-events: none;
}

.osc-final-cta-photo__caption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.43);
  border-radius: 999px;
  color: #fff;
  background: rgba(23,22,19,.3);
  font-size: 12px;
  font-weight: 650;
  text-align: center;
  backdrop-filter: blur(6px);
}

.osc-final-cta-photo__bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  align-items: stretch;
  border-top: 1px solid rgba(255,255,255,.25);
}

.osc-final-cta-photo__bottom span,
.osc-final-cta-photo__bottom a {
  min-height: 67px;
  padding: 19px 17px 0 0;
  color: rgba(255,255,255,.69);
  font-size: 12px;
  line-height: 1.38;
}

.osc-final-cta-photo__bottom span + span,
.osc-final-cta-photo__bottom a {
  padding-left: 17px;
  border-left: 1px solid rgba(255,255,255,.25);
}

.osc-final-cta-photo__bottom b {
  margin-right: 8px;
  color: var(--orange);
  font-size: 11px;
}

.osc-final-cta-photo__bottom a {
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.osc-final-cta-photo__bottom a:hover { color: #FF9B66 !important; }
.osc-final-cta-photo__bottom i { margin-left: 7px; font-size: 17px; font-style: normal; }

@media (max-width: 930px) {
  .osc-final-cta-photo { padding: 74px 20px 33px; }
  .osc-final-cta-photo__grid { grid-template-columns: 1fr; gap: 46px; }
  .osc-final-cta-photo__content { max-width: 700px; }
  .osc-final-cta-photo__visual { max-width: 620px; min-height: 440px; }
  .osc-final-cta-photo__visual img { height: 440px; }
  .osc-final-cta-photo__bottom { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .osc-final-cta-photo__bottom span:nth-child(3),
  .osc-final-cta-photo__bottom a { border-top: 1px solid rgba(255,255,255,.25); }
  .osc-final-cta-photo__bottom span:nth-child(3) { padding-left: 0; }
}

@media (max-width: 560px) {
  .osc-final-cta-photo { padding: 57px 16px 26px; }
  .osc-final-cta-photo__top { align-items: flex-start; flex-direction: column; gap: 10px; }
  .osc-final-cta-photo__grid { padding: 48px 0; }
  .osc-final-cta-photo h2 { font-size: clamp(46px, 13.5vw, 68px); }
  .osc-final-cta-photo__facts { grid-template-columns: 1fr; }
  .osc-final-cta-photo__visual { min-height: 360px; }
  .osc-final-cta-photo__visual img { height: 360px; }
  .osc-final-cta-photo__bottom { grid-template-columns: 1fr; }
  .osc-final-cta-photo__bottom span,
  .osc-final-cta-photo__bottom span + span,
  .osc-final-cta-photo__bottom a {
    min-height: auto;
    padding: 14px 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.25);
  }
  .osc-final-cta-photo__bottom span:first-child { border-top: 0; }
  .osc-final-cta-photo__line--one { top: -480px; right: -400px; }
}

@media (prefers-reduced-motion: reduce) {
  .osc-final-cta-photo__line,
  .osc-final-cta-photo__visual img { animation: none; }
  .osc-final-cta-photo__button { transition: none !important; }
}

/* ФИНАЛЬНЫЙ CTA — фото полностью, без карточки и фона */
.osc-final-cta-photo__visual {
  min-height: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.osc-final-cta-photo__visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: saturate(.82) contrast(1.05);
  animation: oscFinalPhotoZoom 16s ease-in-out infinite alternate;
}

.osc-final-cta-photo__shade,
.osc-final-cta-photo__caption {
  display: none !important;
}

/* На планшете и телефоне — без фиксированной высоты */
@media (max-width: 930px) {
  .osc-final-cta-photo__visual {
    max-width: 620px;
  }

  .osc-final-cta-photo__visual img {
    height: auto !important;
  }
}

@media (max-width: 560px) {
  .osc-final-cta-photo__visual {
    min-height: 0 !important;
  }

  .osc-final-cta-photo__visual img {
    height: auto !important;
  }
}

.osc-registration-hero {
  --orange: #F25D0B;
  --black: #171613;
  position: relative;
  overflow: hidden;
  padding: 38px 24px 38px;
  color: #fff;
  background: var(--black);
  font-family: Onest, Arial, Helvetica, sans-serif;
}

.osc-registration-hero * { box-sizing: border-box; }

.osc-registration-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .24;
  pointer-events: none;
  background-image: radial-gradient(rgba(255,255,255,.18) .55px, transparent .7px);
  background-size: 4px 4px;
  mix-blend-mode: screen;
}

.osc-registration-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100%, 1260px);
  margin: 0 auto;
}

.osc-registration-hero__ring {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(242,93,11,.42);
  border-radius: 50%;
  pointer-events: none;
}

.osc-registration-hero__ring--one {
  top: -400px;
  right: -255px;
  width: 750px;
  height: 750px;
  animation: oscRegistrationRingOne 15s ease-in-out infinite alternate;
}

.osc-registration-hero__ring--two {
  bottom: -390px;
  left: -260px;
  width: 540px;
  height: 540px;
  border-color: rgba(255,255,255,.16);
  animation: oscRegistrationRingTwo 18s ease-in-out infinite alternate;
}

@keyframes oscRegistrationRingOne {
  from { transform: translate3d(0,0,0) rotate(0); }
  to { transform: translate3d(-28px,26px,0) rotate(12deg); }
}

@keyframes oscRegistrationRingTwo {
  from { transform: translate3d(0,0,0) rotate(0); }
  to { transform: translate3d(27px,-22px,0) rotate(-10deg); }
}

.osc-registration-hero__topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 22px;
  border-bottom: 1px solid rgba(255,255,255,.24);
}

.osc-registration-hero__topline span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
}

.osc-registration-hero__topline span:first-child { color: #FF9B66; }
.osc-registration-hero__topline span:last-child { color: rgba(255,255,255,.68); }

.osc-registration-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr);
  gap: 50px;
  align-items: center;
  min-height: 625px;
}

.osc-registration-hero h1 {
  max-width: 850px;
  margin: 0;
  font-size: clamp(52px, 6.25vw, 92px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -.077em;
}

.osc-registration-hero h1 span { color: var(--orange); }

.osc-registration-hero__lead {
  max-width: 570px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.48;
}

.osc-registration-hero__data {
  display: grid;
  grid-template-columns: minmax(180px, .87fr) minmax(240px, 1.13fr);
  gap: 12px;
  max-width: 620px;
  margin-top: 31px;
}

.osc-registration-hero__data div {
  min-height: 110px;
  padding: 16px 18px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
}

.osc-registration-hero__data span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255,255,255,.56);
  font-size: 11px;
}

.osc-registration-hero__data strong {
  display: block;
  color: #fff;
  font-size: 21px;
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -.047em;
}

.osc-registration-hero__data div:first-child strong {
  color: var(--orange);
  font-size: clamp(34px, 3.15vw, 47px);
  line-height: .9;
}

.osc-registration-hero__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100%, 620px);
  min-height: 64px;
  margin-top: 17px;
  padding: 0 23px;
  border-radius: 999px;
  color: #fff !important;
  background: var(--orange);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform .24s ease, background .24s ease;
}

.osc-registration-hero__button:hover { background: #FF6A19; transform: translateY(-3px); }
.osc-registration-hero__button span { font-size: 24px; line-height: 1; }

.osc-registration-hero__hint {
  margin: 17px 0 0;
  color: rgba(255,255,255,.55);
  font-size: 11px;
}

.osc-registration-hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 580px;
}

.osc-registration-hero__paw-wrap {
  position: absolute;
  top: 40px;
  right: max(-20px, -3vw);
  width: min(100%, 540px);
  animation: oscRegistrationPawFloat 3.4s ease-in-out infinite;
}

/* Лапка поднимается и опускается к зоне CTA. */
@keyframes oscRegistrationPawFloat {
  0%, 100% { transform: translate3d(0, -4px, 0) rotate(0deg); }
  50% { transform: translate3d(-8px, 28px, 0) rotate(-2deg); }
}

.osc-registration-hero__paw-wrap img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(.88) contrast(1.07) drop-shadow(0 24px 35px rgba(0,0,0,.34));
}

.osc-registration-hero__motion-line {
  position: absolute;
  right: 29%;
  bottom: 106px;
  width: 1px;
  height: 94px;
  background: linear-gradient(to bottom, transparent, rgba(242,93,11,.9), transparent);
  animation: oscRegistrationLine 3.4s ease-in-out infinite;
}

@keyframes oscRegistrationLine {
  0%, 100% { transform: scaleY(.72); opacity: .4; }
  50% { transform: scaleY(1); opacity: 1; }
}

.osc-registration-hero__arrow {
  position: absolute;
  right: calc(29% - 8px);
  bottom: 77px;
  color: var(--orange);
  font-size: 22px;
  font-weight: 300;
  animation: oscRegistrationArrow 3.4s ease-in-out infinite;
}

@keyframes oscRegistrationArrow {
  0%, 100% { transform: translateY(-3px); opacity: .6; }
  50% { transform: translateY(7px); opacity: 1; }
}

.osc-registration-hero__bottom {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.24);
}

.osc-registration-hero__bottom span {
  min-height: 70px;
  padding: 20px 17px 0 0;
  color: rgba(255,255,255,.68);
  font-size: 12px;
  line-height: 1.38;
}

.osc-registration-hero__bottom span + span {
  padding-left: 17px;
  border-left: 1px solid rgba(255,255,255,.24);
}

.osc-registration-hero__bottom b {
  margin-right: 8px;
  color: var(--orange);
  font-size: 11px;
}

@media (max-width: 900px) {
  .osc-registration-hero { padding: 34px 20px 32px; }
  .osc-registration-hero__grid { grid-template-columns: 1fr; gap: 8px; min-height: 0; padding: 58px 0; }
  .osc-registration-hero__visual { min-height: 410px; max-width: 620px; width: 100%; }
  .osc-registration-hero__paw-wrap { top: 0; right: auto; left: 8%; width: min(100%, 490px); }
  .osc-registration-hero__motion-line { right: 39%; bottom: 25px; }
  .osc-registration-hero__arrow { right: calc(39% - 8px); bottom: 0; }
  .osc-registration-hero__bottom { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .osc-registration-hero__bottom span:nth-child(3),
  .osc-registration-hero__bottom span:nth-child(4) { border-top: 1px solid rgba(255,255,255,.24); }
  .osc-registration-hero__bottom span:nth-child(3) { padding-left: 0; }
}

@media (max-width: 560px) {
  .osc-registration-hero { padding: 28px 16px 27px; }
  .osc-registration-hero__topline { align-items: flex-start; flex-direction: column; gap: 10px; }
  .osc-registration-hero__grid { padding: 45px 0; }
  .osc-registration-hero h1 { font-size: clamp(45px, 13.2vw, 68px); }
  .osc-registration-hero__lead { font-size: 16px; }
  .osc-registration-hero__data { grid-template-columns: 1fr; }
  .osc-registration-hero__data div { min-height: auto; }
  .osc-registration-hero__visual { min-height: 315px; }
  .osc-registration-hero__paw-wrap { left: 0; width: min(100%, 400px); }
  .osc-registration-hero__motion-line { right: 35%; bottom: 24px; height: 66px; }
  .osc-registration-hero__arrow { right: calc(35% - 8px); bottom: 0; }
  .osc-registration-hero__bottom { grid-template-columns: 1fr; }
  .osc-registration-hero__bottom span,
  .osc-registration-hero__bottom span + span {
    min-height: auto;
    padding: 14px 0;
    border-left: 0;
    border-top: 1px solid rgba(255,255,255,.24);
  }
  .osc-registration-hero__bottom span:first-child { border-top: 0; }
  .osc-registration-hero__ring--one { top: -480px; right: -420px; }
}

@media (prefers-reduced-motion: reduce) {
  .osc-registration-hero__ring,
  .osc-registration-hero__paw-wrap,
  .osc-registration-hero__motion-line,
  .osc-registration-hero__arrow { animation: none; }
  .osc-registration-hero__button { transition: none !important; }
}

/* OMNI SUPER CUP — оформление pop-up формы.
   Замените recXXXXXXXXX на ID блока BF501N. */

#recXXXXXXXXX .t-popup__container {
  max-width: 940px !important;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px !important;
  overflow: hidden;
  background-color: #171613 !important;
  background-image: url("https://optim.tildacdn.com/tild6337-6434-4238-b737-356636373436/-/format/webp/_.jpg.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .60) !important;
}

#recXXXXXXXXX .t-popup__close {
  top: 18px !important;
  right: 18px !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid rgba(255, 255, 255, .38) !important;
  border-radius: 50% !important;
  background-color: transparent !important;
}

#recXXXXXXXXX .t-popup__close:hover {
  background-color: #f25d0b !important;
}

#recXXXXXXXXX .t-popup__close-icon g {
  fill: #ffffff !important;
}

#recXXXXXXXXX .t702__title,
#recXXXXXXXXX .t702__text,
#recXXXXXXXXX .t702__form,
#recXXXXXXXXX .t-form__inputsbox {
  color: #ffffff !important;
  font-family: Onest, Arial, sans-serif !important;
}

#recXXXXXXXXX .t702__title {
  color: #ffffff !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
  letter-spacing: -.02em !important;
  text-transform: uppercase !important;
}

#recXXXXXXXXX .t702__text {
  max-width: 710px !important;
  margin-bottom: 28px !important;
  color: rgba(255, 255, 255, .76) !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
}

#recXXXXXXXXX .t-input,
#recXXXXXXXXX .t-select {
  height: 60px !important;
  padding: 0 18px !important;
  border: 1px solid transparent !important;
  border-radius: 12px !important;
  background-color: #e2e7e8 !important;
  color: #171613 !important;
  font-family: Onest, Arial, sans-serif !important;
  font-size: 16px !important;
}

#recXXXXXXXXX .t-input::placeholder {
  color: #747474 !important;
}

#recXXXXXXXXX .t-input:focus,
#recXXXXXXXXX .t-select:focus {
  border-color: #f25d0b !important;
  box-shadow: 0 0 0 3px rgba(242, 93, 11, .24) !important;
}

#recXXXXXXXXX .t-input-title {
  margin-bottom: 7px !important;
  color: #ffffff !important;
  font-family: Onest, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

#recXXXXXXXXX .t-checkbox__indicator {
  border-color: rgba(255, 255, 255, .65) !important;
  background-color: transparent !important;
}

#recXXXXXXXXX input[type="checkbox"]:checked + .t-checkbox__indicator {
  border-color: #f25d0b !important;
  background-color: #f25d0b !important;
}

#recXXXXXXXXX .t-checkbox__labeltext,
#recXXXXXXXXX .t-form__errorbox-wrapper,
#recXXXXXXXXX .t-form__errorbox-item {
  color: rgba(255, 255, 255, .75) !important;
  font-family: Onest, Arial, sans-serif !important;
}

#recXXXXXXXXX .t-checkbox__labeltext a {
  color: #ffffff !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

#recXXXXXXXXX .t-submit {
  height: 66px !important;
  border-radius: 100px !important;
  background-color: #f25d0b !important;
  color: #ffffff !important;
  font-family: Onest, Arial, sans-serif !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  transition: background-color .2s ease, transform .2s ease !important;
}

#recXXXXXXXXX .t-submit:hover {
  background-color: #ff6a1a !important;
  transform: translateY(-2px);
}

#recXXXXXXXXX .t-form__inputsbox {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 14px !important;
}

#recXXXXXXXXX .t-input-group {
  width: 100% !important;
  margin-bottom: 16px !important;
}

/* Компания и чекбокс занимают всю ширину.
   При необходимости поменяйте номера после проверки в форме. */
#recXXXXXXXXX .t-input-group:nth-child(2),
#recXXXXXXXXX .t-input-group:nth-child(6) {
  grid-column: 1 / -1 !important;
}

#recXXXXXXXXX .t-form__submit {
  grid-column: 1 / -1 !important;
}

@media screen and (max-width: 640px) {
  #recXXXXXXXXX .t-popup__container {
    width: calc(100% - 20px) !important;
    max-height: calc(100vh - 20px) !important;
    border-radius: 20px !important;
  }

  #recXXXXXXXXX .t702__title {
    font-size: 29px !important;
  }

  #recXXXXXXXXX .t702__text {
    font-size: 16px !important;
  }

  #recXXXXXXXXX .t-form__inputsbox {
    grid-template-columns: 1fr !important;
  }

  #recXXXXXXXXX .t-input-group:nth-child(2),
  #recXXXXXXXXX .t-input-group:nth-child(6),
  #recXXXXXXXXX .t-form__submit {
    grid-column: auto !important;
  }
}

/* OMNI SUPER CUP:
   убираем прямоугольную карточку у лапки в блоке «О чемпионате» */
@media screen and (max-width: 640px) {
  .osc-about__photo {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .osc-about__photo img {
    display: block !important;
    width: min(260px, 62vw) !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    object-position: center !important;
    border-radius: 0 !important;
    background: transparent !important;
  }
}

/* =====================================================
   OMNI SUPER CUP — Cookie Consent T972
   Вставить в: Настройки сайта → Пользовательский CSS
   ===================================================== */

.t972,
.t972 * {
  font-family: Onest, Arial, Helvetica, sans-serif !important;
}

/* Баннер cookie */
.t972 .t972__banner,
.t972__banner {
  border: 1px solid rgba(255, 255, 255, .17) !important;
  border-radius: 20px !important;
  background: #171613 !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .38) !important;
}

/* Заголовок */
.t972 .t972__title,
.t972__title {
  color: #ffffff !important;
  font-family: Onest, Arial, Helvetica, sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: -.02em !important;
}

/* Основной текст */
.t972 .t972__text,
.t972 .t972__descr,
.t972__text,
.t972__descr {
  color: rgba(255, 255, 255, .76) !important;
  font-family: Onest, Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

/* Ссылки, включая /privacy */
.t972 a,
.t972 a:visited {
  color: #f25d0b !important;
  text-decoration: underline !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

/* Общий вид кнопок */
.t972 button,
.t972 input[type="button"],
.t972 .t972__button,
.t972 .t-btn {
  min-height: 46px !important;
  padding: 12px 20px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-family: Onest, Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-transform: none !important;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease !important;
}

/* Основная кнопка — «Принять все» */
.t972 .t972__button_accept,
.t972 .t972__button-accept,
.t972 .t972__accept,
.t972 button[type="submit"] {
  background: #f25d0b !important;
  color: #ffffff !important;
}

/* Второстепенные кнопки — «Настроить», «Отклонить» */
.t972 .t972__button_reject,
.t972 .t972__button-reject,
.t972 .t972__button_settings,
.t972 .t972__button-settings,
.t972 .t972__reject,
.t972 .t972__settings {
  border-color: rgba(255, 255, 255, .42) !important;
  background: transparent !important;
  color: #ffffff !important;
}

/* Hover */
.t972 button:hover,
.t972 .t972__button:hover,
.t972 .t-btn:hover {
  transform: translateY(-2px) !important;
}

.t972 .t972__button_accept:hover,
.t972 .t972__button-accept:hover,
.t972 .t972__accept:hover,
.t972 button[type="submit"]:hover {
  background: #ff6a1a !important;
}

/* Окно тонкой настройки cookie */
.t972 .t-popup__container,
.t972 .t972__popup,
.t972 .t972__settings-popup {
  border: 1px solid rgba(255, 255, 255, .18) !important;
  border-radius: 22px !important;
  background: #171613 !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .58) !important;
}

/* Заголовки категорий */
.t972 .t972__cookie-title,
.t972 .t972__category-title,
.t972 .t972__item-title {
  color: #ffffff !important;
  font-family: Onest, Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
}
  
 /* ============================================
   FIX мобильной карточки главного судьи
   ============================================ */
@media screen and (max-width: 700px) {

  .osc-judge--main {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 280px auto !important;
    min-width: 0 !important;
    width: 100% !important;
    height: auto !important;
    overflow: hidden !important;
  }

  .osc-judge--main .osc-judge__photo {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    height: 280px !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  .osc-judge--main .osc-judge__photo img {
    display: block !important;
    width: 100% !important;
    height: 280px !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
  }

  .osc-judge--main .osc-judge__content {
    grid-column: 1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    padding: 25px 20px 28px !important;
    overflow: visible !important;
  }

  .osc-judge--main .osc-judge__title {
    display: block !important;
    width: 100% !important;
  }

  .osc-judge--main .osc-judge__title > span {
    display: block !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
  }

  .osc-judge--main .osc-judge__title h3 {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 36px !important;
    line-height: .96 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  .osc-judge--main .osc-judge__position {
    display: block !important;
    width: 100% !important;
    margin: 18px 0 !important;
    font-size: 17px !important;
    line-height: 1.4 !important;
  }

  .osc-judge--main .osc-judge__content ul {
    display: grid !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 12px !important;
  }

  .osc-judge--main .osc-judge__content li {
    display: block !important;
    width: 100% !important;
    padding-left: 15px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    white-space: normal !important;
    overflow: visible !important;
  }
}
.osc-logistics__inner {
  position: relative;
}

.osc-logistics__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 320px;
  height: auto;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}

.osc-logistics__intro,
.osc-logistics__lead {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .osc-logistics__bg {
    width: 160px;
    opacity: 0.5;
  }
}
.osc-logistics__inner {
  position: relative;
  overflow: hidden;
}

.osc-logistics__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 420px;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
  opacity: 0.85;
}

.osc-logistics__intro,
.osc-logistics__lead,
.osc-logistics__steps,
.osc-logistics__footer {
  position: relative;
  z-index: 1;
}

.osc-logistics__steps {
  background: transparent;
}

.osc-logistics__step {
  background: #eceeee;
}

@media (max-width: 900px) {
  .osc-logistics__bg {
    width: 140px;
    height: 220px;
    opacity: 0.4;
  }
}
.osc-logistics__inner {
  position: relative;
}

.osc-logistics__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 0;
  pointer-events: none;
  opacity: 0.9;
}

.osc-logistics__intro,
.osc-logistics__lead {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 240px);
}

.osc-logistics__steps,
.osc-logistics__footer {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .osc-logistics__bg {
    display: none;
  }
  .osc-logistics__intro,
  .osc-logistics__lead {
    max-width: 100%;
  }
}
.osc-logistics__step p {
  margin-bottom: 16px;
}

.osc-logistics__note {
  display: block;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.osc-logistics__step .osc-logistics__line,
.osc-logistics__step hr {
  margin: 12px 0;
}

@media (max-width: 640px) {
  .osc-logistics__step p {
    margin-bottom: 20px;
  }
  .osc-logistics__note {
    margin-top: 12px;
    padding-top: 8px;
  }
}
.osc-logistics__inner {
  position: relative;
}

.osc-logistics__bg {
  position: absolute;
  top: 0;
  right: -40px;
  width: 140px;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

.osc-logistics__intro,
.osc-logistics__lead {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 180px);
}

.osc-logistics__steps,
.osc-logistics__footer {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .osc-logistics__bg {
    display: none;
  }
  .osc-logistics__intro,
  .osc-logistics__lead {
    max-width: 100%;
  }
}
.osc-logistics__inner {
  position: relative;
}

.osc-logistics__bg {
  position: absolute;
  top: 0;
  right: 20px;
  width: 90px;
  height: auto;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
  opacity: 1;
}

.osc-logistics__intro,
.osc-logistics__lead {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 140px);
}

.osc-logistics__steps,
.osc-logistics__footer {
  position: relative;
  z-index: 2;
}

@media (max-width: 900px) {
  .osc-logistics__bg {
    display: none;
  }
  .osc-logistics__intro,
  .osc-logistics__lead {
    max-width: 100%;
  }
}
.osc-judges__subhead {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin: 8px 0 16px;
}

.osc-judge {
  display: flex;
  flex-direction: column;
}

.osc-judge__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.osc-judge__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.osc-judges__subhead {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  margin: 8px 0 16px;
}

.osc-judges__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}

.osc-judge {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: transform .35s ease, box-shadow .35s ease;
  transform-origin: center;
  will-change: transform;
}

.osc-judges__grid:hover .osc-judge {
  transform: scale(0.97);
  opacity: 0.85;
}

.osc-judges__grid .osc-judge:hover {
  transform: scale(1.04);
  opacity: 1;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
  z-index: 2;
}

.osc-judge__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.osc-judge__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.osc-judge__role {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(255,255,255,0.9);
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
}

.osc-judge__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.osc-judge__title span {
  color: #ff5a1f;
  font-weight: 700;
  font-size: 14px;
}

.osc-judge__title h3 {
  font-size: 24px;
  margin: 4px 0 0;
}

.osc-judge__position {
  font-size: 14px;
  color: #555;
}

.osc-judge ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.osc-judge ul li {
  font-size: 13px;
  color: #555;
  padding-left: 14px;
  position: relative;
}

.osc-judge ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #ff5a1f;
}

@media (max-width: 900px) {
  .osc-judges__grid {
    grid-template-columns: 1fr;
  }
}
.osc-judges__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.osc-judge {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(24px);
  animation: judgeFadeIn .6s ease forwards;
  animation-delay: var(--delay, 0s);
  transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s ease;
}

@keyframes judgeFadeIn {
  to { opacity: 1; transform: translateY(0); }
}

.osc-judge:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 48px rgba(0,0,0,0.14);
}

.osc-judge__photo {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.osc-judge__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.osc-judge:hover .osc-judge__photo img {
  transform: scale(1.08);
}

.osc-judge__role {
  position: absolute;
  left: 16px;
  bottom: 16px;
  background: rgba(255,255,255,0.92);
  color: #000;
  font-weight: 600;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  transition: background .3s ease;
}

.osc-judge:hover .osc-judge__role {
  background: #fff;
}

.osc-judge__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.osc-judge__content h3 {
  font-size: 24px;
  margin: 0;
}

.osc-judge__position {
  font-size: 14px;
  color: #555;
  margin: 0;
}

.osc-judge__facts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.osc-judge__facts li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}

.osc-judge__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff5a1f;
}

@media (max-width: 900px) {
  .osc-judges__grid {
    grid-template-columns: 1fr;
  }
}
.osc-judge__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.osc-judge__facts li {
  position: relative;
  padding-left: 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #555;
}

.osc-judge__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff5a1f;
}
.osc-judge, .osc-judge * {
  font-family: 'Onest', sans-serif;
}

.osc-judge__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.osc-judge__facts li {
  position: relative;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.4;
  color: #555;
  font-family: 'Onest', sans-serif;
}

.osc-judge__facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ff5a1f;
}

.osc-judge__content h3,
.osc-judge__position {
  font-family: 'Onest', sans-serif;
}
.osc-judges__inner {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1360px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .osc-judges__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.osc-judge--zoomout .osc-judge__photo img {
  transform: scale(0.6);
  object-position: center center;
}

.osc-judge--zoomout:hover .osc-judge__photo img {
  transform: scale(0.65);
}
.osc-judges {
  background: #eef0f1;
  padding: 60px 0;
}

.osc-judges__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.osc-judges__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 32px;
}

@media (max-width: 900px) {
  .osc-judges {
    padding: 40px 0;
  }
  .osc-judges__inner {
    padding: 0 20px;
  }
  .osc-judges__grid {
    grid-template-columns: 1fr;
  }
}
.osc-final-cta-photo__visual img {
  max-width: 60%;
  max-height: 60%;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: auto;
  display: block;
  position: relative;
  align-self: center;
  justify-self: center;
}

.osc-final-cta-photo__visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .osc-judge__photo {
    aspect-ratio: 3 / 4;
  }

  .osc-judge__photo img {
    object-fit: cover;
    object-position: top center;
  }

  /* Полина — фото уже кадрировано нормально, чуть опустить фокус */
  .osc-judges__grid > .osc-judge:nth-child(1) .osc-judge__photo img {
    object-position: top center;
  }

  /* Олег — сидит, лицо ближе к центру-верху */
  .osc-judges__grid > .osc-judge:nth-child(2) .osc-judge__photo img {
    object-position: 50% 20%;
  }

  /* Анастасия — крупный портрет, нужно вернуть в кадр целиком */
  .osc-judges__grid > .osc-judge:nth-child(3) .osc-judge__photo img {
    object-position: 50% 15%;
  }

  /* Виктор — стоит, лицо в верхней трети */
  .osc-judges__grid > .osc-judge:nth-child(4) .osc-judge__photo img {
    object-position: 50% 10%;
  }
}
/* Убираем шум, свечение и прочие декоративные наложения */
.osc-hero__noise,
.osc-hero__glow,
.osc-hero__shape {
  display: none !important;
}

/* Чистое фоновое изображение с затемнением только слева */
.osc-hero {
  position: relative;
  background-image:
    linear-gradient(
      90deg,
      rgba(7, 8, 8, 0.92) 0%,
      rgba(7, 8, 8, 0.76) 38%,
      rgba(7, 8, 8, 0.25) 68%,
      rgba(7, 8, 8, 0.04) 100%
    ),
    url('https://optim.tildacdn.com/tild3237-3130-4966-b866-306438326239/-/format/webp/hero-roaster-bg.png.webp');

  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* После удаления фонда контент остаётся в одной колонке */
.osc-hero__grid {
  display: block;
}

.osc-hero__copy {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  max-width: 720px;
}

/* На всякий случай скрываем фонд, даже если HTML ещё не удалён */
.osc-fund {
  display: none !important;
}

@media (max-width: 1024px) {
  .osc-hero {
    background-image:
      linear-gradient(
        180deg,
        rgba(7, 8, 8, 0.58) 0%,
        rgba(7, 8, 8, 0.72) 50%,
        rgba(7, 8, 8, 0.96) 100%
      ),
      url('https://optim.tildacdn.com/tild3237-3130-4966-b866-306438326239/-/format/webp/hero-roaster-bg.png.webp');

    background-position: 62% center;
  }
}

@media (max-width: 640px) {
  .osc-hero {
    background-position: 66% center;
  }

  .osc-hero__copy {
    width: 100%;
    max-width: none;
  }
}
/* Имиджевый блок: текст слева, чашка справа */
.osc-about__manifesto {
  position: relative;
  margin: 64px 0 22px;
  overflow: hidden;
  border-radius: 26px;
  background: #0b0c0b;
}

.osc-about__manifesto-media {
  position: relative;
  min-height: 430px;

  background-image:
    linear-gradient(
      90deg,
      rgba(7, 8, 7, 0.98) 0%,
      rgba(7, 8, 7, 0.94) 30%,
      rgba(7, 8, 7, 0.68) 48%,
      rgba(7, 8, 7, 0.12) 68%,
      rgba(7, 8, 7, 0) 100%
    ),
    url('https://optim.tildacdn.com/tild3463-6666-4237-b336-663763626532/-/format/webp/A_warm_premium_edito.png.webp');

  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

/* Старый тег img больше не нужен */
.osc-about__manifesto-media > img {
  display: none;
}

/* Отключаем старый тёмный слой */
.osc-about__manifesto-media::after {
  display: none;
}

.osc-about__manifesto-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(650px, 55%);
  min-height: 430px;
  padding: 52px 48px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.osc-about__manifesto-label {
  margin: 0 0 17px;
  color: #ff5a12;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.osc-about__manifesto-copy h3 {
  margin: 0 0 22px;
  font-size: clamp(36px, 3.6vw, 56px);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.osc-about__manifesto-copy p {
  max-width: 590px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.52;
}
@media (max-width: 760px) {
  .osc-about__manifesto-media {
    min-height: 600px;

    background-image:
      linear-gradient(
        180deg,
        rgba(7, 8, 7, 0.02) 0%,
        rgba(7, 8, 7, 0.08) 35%,
        rgba(7, 8, 7, 0.88) 65%,
        rgba(7, 8, 7, 0.98) 100%
      ),
      url('https://optim.tildacdn.com/tild3463-6666-4237-b336-663763626532/-/format/webp/A_warm_premium_edito.png.webp');

    background-size: cover;
    background-position: 64% center;
  }

  .osc-about__manifesto-copy {
    justify-content: flex-end;
    width: 100%;
    min-height: 600px;
    padding: 32px 24px;
  }

  .osc-about__manifesto-copy h3 {
    font-size: clamp(34px, 11vw, 48px);
  }
}
/* =========================================
   ФИНАЛЬНЫЕ ИСПРАВЛЕНИЯ
   ========================================= */

/* Чашка меньше и правее */
.osc-about__manifesto-media {
  min-height: 410px;

  background-image:
    linear-gradient(
      90deg,
      rgba(7, 8, 7, 1) 0%,
      rgba(7, 8, 7, 0.96) 32%,
      rgba(7, 8, 7, 0.72) 48%,
      rgba(7, 8, 7, 0.12) 67%,
      rgba(7, 8, 7, 0) 100%
    ),
    url('https://optim.tildacdn.com/tild3463-6666-4237-b336-663763626532/-/format/webp/A_warm_premium_edito.png.webp');

  /* 62% — уменьшает фото, 100% — прижимает его вправо */
  background-size: auto 110%;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-color: #080908;
}

/* На больших экранах оставляем текстовую часть компактной */
.osc-about__manifesto-copy {
  width: min(650px, 55%);
  min-height: 410px;
}


/* =========================================
   КАРТОЧКИ 01 / 02 / 03
   ========================================= */

.osc-about__features {
  align-items: stretch;
}

.osc-about__feature {
  display: grid;
  grid-template-rows: 42px auto 1fr auto;
  align-content: stretch;
  gap: 0;
}

/* Одинаковый отступ от номера до заголовка */
.osc-about__number {
  margin: 0 0 48px;
}

/* Заголовки начинаются на одной линии */
.osc-about__feature h3 {
  align-self: start;
  min-height: 54px;
  margin: 0 0 14px;
}

/* Тексты занимают одинаковую область */
.osc-about__feature p {
  align-self: start;
}

/* Нижние подписи выровнены по низу карточек */
.osc-about__feature-note {
  align-self: end;
  margin-top: 24px;
}


/* =========================================
   МОБИЛЬНЫЙ КАЛЕНДАРЬ
   ========================================= */

@media (max-width: 640px) {

  /* Картинка чашки: меньше и правее */
  .osc-about__manifesto-media {
    min-height: 550px;

    background-image:
      linear-gradient(
        180deg,
        rgba(7, 8, 7, 0.02) 0%,
        rgba(7, 8, 7, 0.08) 32%,
        rgba(7, 8, 7, 0.83) 63%,
        rgba(7, 8, 7, 0.98) 100%
      ),
      url('https://optim.tildacdn.com/tild3463-6666-4237-b336-663763626532/-/format/webp/A_warm_premium_edito.png.webp');

    background-size: auto 58%;
    background-position: 100% 4%;
    background-repeat: no-repeat;
    background-color: #080908;
  }

  .osc-about__manifesto-copy {
    width: 100%;
    min-height: 550px;
    padding: 30px 22px;
    justify-content: flex-end;
  }

  /* Карточки на мобильном */
  .osc-about__feature {
    display: flex;
    min-height: 460px;
    padding: 32px 28px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .osc-about__number {
    flex: 0 0 42px;
    margin: 0 0 48px;
  }

  .osc-about__feature h3 {
    min-height: auto;
    margin: 0 0 22px;
  }

  .osc-about__feature p {
    margin: 0;
  }

  .osc-about__feature-note {
    margin-top: auto;
    padding-top: 28px;
  }

  /* Убираем разный gap между этапами */
  .osc-about__stages {
    display: block;
  }

  /* Каждый этап получает одинаковую высоту и внутреннюю сетку */
  .osc-about__stage,
  .osc-about__stage:not(:first-child) {
    position: relative;
    display: grid;
    min-height: 280px;
    padding: 46px 8px 42px 76px;
    grid-template-rows: 28px 54px auto;
    align-content: start;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  /* Точка располагается по одной координате */
  .osc-about__stage::before,
  .osc-about__stage:not(:first-child)::before {
    top: 17px;
    left: 0;
  }

  /* Номер каждого этапа */
  .osc-about__stage span {
    display: block;
    min-height: 28px;
    margin: 0;
    align-self: start;
  }

  /* Названия этапов */
  .osc-about__stage strong {
    display: block;
    min-height: 54px;
    margin: 0;
    align-self: start;
  }

  /* Даты и пояснения */
  .osc-about__stage p {
    margin: 0;
    align-self: start;
  }

  /* На мобильном разрешаем корректный перенос строки */
  .osc-about__nowrap {
    white-space: normal;
  }
}
.osc-prize__share {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 40px;
  align-items: center;
  margin-top: 28px;
  padding: 32px 36px;
  overflow: hidden;
  border-radius: 22px;
  background: #111210;
  color: #ffffff;
}

.osc-prize__share-copy {
  max-width: 650px;
}

.osc-prize__share-copy > span {
  display: block;
  margin-bottom: 12px;
  color: #ff5a12;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
}

.osc-prize__share-copy strong {
  display: block;
  margin-bottom: 9px;
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.osc-prize__share-copy p {
  max-width: 600px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.5;
}

.osc-prize__share-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.osc-prize__share-button,
.osc-prize__copy-button {
  min-height: 54px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.osc-prize__share-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  background: #ff5a12;
  color: #ffffff;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.osc-prize__share-button:hover {
  background: #e94c06;
  transform: translateY(-2px);
}

.osc-prize__share-button svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.osc-prize__copy-button {
  padding: 0 21px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #ffffff;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.osc-prize__copy-button:hover {
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.osc-prize__copy-button.is-copied {
  border-color: #ff5a12;
  color: #ff7a3d;
}

@media (max-width: 900px) {
  .osc-prize__share {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .osc-prize__share-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .osc-prize__share-button,
  .osc-prize__copy-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .osc-prize__share {
    margin-top: 20px;
    padding: 26px 22px;
    border-radius: 18px;
  }

  .osc-prize__share-copy strong {
    font-size: 27px;
  }
}
.osc-prize__headline {
  max-width: 980px;
}

.osc-prize__headline-nowrap {
  display: block;
  width: max-content;
  max-width: none;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .osc-prize__headline-nowrap {
    width: auto;
    white-space: normal;
  }
}
.osc-logistics__bg {
  position: absolute;
  top: 46%;

  /* Вместо right */
  left: -145px;
  right: auto;

  z-index: -1;
  display: block;
  width: clamp(520px, 48vw, 820px);
  max-width: none;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}
@media (max-width: 1024px) {
  .osc-logistics__bg {
    top: 42%;
    left: -190px;
    right: auto;
    width: 650px;
    opacity: 0.72;
  }
}

@media (max-width: 640px) {
  .osc-logistics__bg {
    top: 390px;
    left: -145px;
    right: auto;
    width: 430px;
    opacity: 0.45;
    transform: none;
  }
}
@media screen and (max-width: 640px) {

  /* Одинаковый внутренний отступ у всех карточек */
  .osc-four-card,
  .osc-four-card:nth-child(1),
  .osc-four-card:nth-child(2),
  .osc-four-card:nth-child(3),
  .osc-four-card:nth-child(4) {
    width: 100% !important;
    max-width: 100% !important;
    padding: 28px 48px 30px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  /* Убираем возможные отрицательные смещения */
  .osc-four-card > * {
    position: relative;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }

  /* Номер карточки */
  .osc-four-card__top {
    width: 100% !important;
    margin: 0 0 32px !important;
    padding: 0 !important;
  }

  /* Иконка */
  .osc-four-card__icon {
    margin: 0 0 14px !important;
    padding: 0 !important;
  }

  /* Заголовок */
  .osc-four-card h3 {
    width: 100% !important;
    margin: 0 0 16px !important;
    padding: 0 !important;
    text-align: left !important;
  }

  /* Основной текст */
  .osc-four-card p {
    width: 100% !important;
    margin: 0 0 26px !important;
    padding: 0 !important;
    text-align: left !important;
  }

  /* Нижняя линия */
  .osc-four-card__line {
    width: 100% !important;
    margin: auto 0 0 !important;
  }

  /* Нижняя подпись */
  .osc-four-card__tag {
    display: block !important;
    width: 100% !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
    text-align: right !important;
    white-space: normal !important;
  }
}