* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: #020810; color: #fff; font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }

.viewport { width: 100%; min-height: 100vh; overflow: hidden; position: relative; background: #020810; }
.stage {
  max-width: 2048px; margin: 0 auto; height: 100vh; min-height: max(951px, 100vh);
  position: relative; overflow: hidden;
}

.bg {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(circle at 67% 53%, rgba(20,83,140,.88) 0%, rgba(11,52,95,.82) 27%, rgba(4,25,47,.92) 52%, #01080f 82%),
    linear-gradient(110deg, #01060c 0%, #03111e 35%, #082d55 66%, #253d68 100%);
}
.bgLeft {
  position: absolute; inset: 0 auto 0 0; width: 42%; z-index: 1; pointer-events: none;
  background: linear-gradient(90deg, #01070d 0%, rgba(1,7,13,.55) 70%, transparent 100%);
}
.diagTop {
  position: absolute; top: -70px; right: -100px; width: 920px; height: 380px; z-index: 2; pointer-events: none;
  background: rgba(70,97,145,.13); clip-path: polygon(31% 0,100% 0,100% 100%,0 72%); transform: rotate(-2deg);
}
.diagBottom {
  position: absolute; left: 0; bottom: 0; width: 760px; height: 370px; z-index: 2; pointer-events: none;
  background: rgba(0,4,8,.45); clip-path: polygon(0 0,100% 48%,80% 100%,0 100%);
}
.carGlow {
  position: absolute; right: 8%; top: 42%; width: 48%; height: 46%; z-index: 3; pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(30,110,180,.55) 0%, rgba(20,80,140,.22) 45%, transparent 72%);
  filter: blur(8px);
}

/* ===== TITLE — чуть к центру, как в оригинале ===== */
.titleBlock { position: absolute; left: 7.5%; top: 4.5%; z-index: 6; }
.title {
  font-size: clamp(56px, 5.8vw, 118px);
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: -0.045em;
  color: #29a1dd;
  text-transform: uppercase;
  white-space: nowrap;
}
.subtitle {
  position: absolute; left: 7.5%; top: 19.5%; z-index: 6;
  font-size: clamp(30px, 3.3vw, 66px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #f7f8fa;
  white-space: nowrap;
}
.pct { color: #29a1dd; font-weight: 700; }

/* текст и флаг отдельно — прежние размер и позиция флага */
.russiaText {
  position: absolute;
  top: 22%;
  right: 10.5%;
  z-index: 10;
  font-size: clamp(22px, 1.85vw, 38px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.8px;
  color: #f4f6fa;
  text-transform: uppercase;
  margin: 0;
}
.russiaText .line1 {
  display: block;
  padding-left: 0.55em;
}
.flag {
  position: absolute;
  top: 9.5%;
  right: calc(9.5% + 13.8em);
  width: clamp(120px, 9.5vw, 190px);
  height: auto;
  object-fit: contain;
  z-index: 11;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,.45));
  pointer-events: none;
}
.infoBlock {
  display: contents;
}

/* ===== КАРТОЧКИ — левее, ниже, крупнее ===== */
.features {
  position: absolute; left: 2.8%; top: 46%; width: 36%; max-width: 740px; z-index: 7;
  display: flex; flex-direction: column; gap: 16px;
}
.feature {
  height: clamp(88px, 13.5vh, 132px);
  min-height: 104px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(85,91,96,.88), rgba(101,114,126,.9));
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.featureIcon {
  width: clamp(72px, 4.8vw, 98px);
  height: clamp(72px, 4.8vw, 98px);
  border-radius: 50%;
  background: #f6f6f4;
  display: grid;
  place-items: center;
  margin-left: clamp(14px, 0.9vw, 18px);
  flex-shrink: 0;
  overflow: hidden;
}
.featureIcon svg,
.featureIcon img {
  width: clamp(40px, 2.8vw, 58px);
  height: clamp(40px, 2.8vw, 58px);
  object-fit: contain;
}
.featureText {
  margin: 0 clamp(20px, 1.3vw, 32px) 0 clamp(24px, 1.7vw, 36px);
  font-size: clamp(18px, 1.55vw, 32px);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.6px;
  color: #f4f5f7;
}

.arrow {
  position: absolute; left: 37%; top: 62%; width: 110px; height: 140px; z-index: 8; pointer-events: none;
}

/* ===== CTA — ниже/шире, текст слева, MAX справа ===== */
.cta {
  position: absolute; left: 2.8%; top: 82%; width: 36%; max-width: 740px;
  height: clamp(86px, 12.2vh, 118px); min-height: 96px; z-index: 9;
  border-radius: 999px; overflow: hidden;
  display: flex; align-items: center;
  justify-content: flex-start;
  padding: 0 clamp(36px, 2.8vw, 52px) 0 clamp(48px, 4.2vw, 86px);
  gap: 14px;
  background: linear-gradient(90deg, #2ca4dd 0%, #2ca4dd 76%, #65c7f3 100%);
  transition: transform .2s, filter .2s;
}
.cta::after {
  content: ""; position: absolute; right: -10px; top: 0; width: 145px; height: 100%;
  background: linear-gradient(135deg, rgba(88,190,236,.35), rgba(148,221,250,.75));
  clip-path: polygon(35% 0,100% 0,100% 100%,0 100%); pointer-events: none;
}
.cta:hover { transform: translateY(-2px); filter: brightness(1.08); }
.ctaLabel {
  position: relative; z-index: 1;
  font-size: clamp(16px, 1.4vw, 28px);
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
}
.ctaMax {
  position: relative; z-index: 1;
  width: clamp(34px, 2vw, 42px);
  height: clamp(34px, 2vw, 42px);
  flex-shrink: 0;
  margin: 0;
}

.carShadow {
  position: absolute; right: 2%; bottom: -2%; width: 61%; height: 100px; z-index: 4; pointer-events: none;
  background: rgba(0,0,0,.58); filter: blur(32px); border-radius: 50%;
}
.carWrap {
  position: absolute; right: -6.5%; bottom: -2%; width: 63%; max-width: 1320px; z-index: 5; pointer-events: none;
  animation: driveIn 1.25s cubic-bezier(.16,.84,.18,1) .05s both;
}
.car {
  width: 100%; height: auto; object-fit: contain; object-position: right bottom;
  filter: drop-shadow(0 30px 35px rgba(0,0,0,.5)) drop-shadow(-20px 0 45px rgba(24,89,145,.15));
}
@keyframes driveIn {
  from { transform: translateX(42%); opacity: 0; }
  40% { opacity: 1; }
  to { transform: translateX(0); opacity: 1; }
}

.back { position: fixed; left: 12px; bottom: 8px; z-index: 20; font-size: 12px; opacity: .5; }

@media (max-width: 1199px) {
  .stage { height: auto; min-height: 100vh; display: flex; flex-direction: column; padding: 24px 20px 40px; }
  .bgLeft, .diagTop, .diagBottom, .arrow, .carShadow { display: none; }
  .titleBlock, .subtitle, .features, .cta, .carWrap {
    position: relative; left: auto; right: auto; top: auto; bottom: auto; width: auto; max-width: none; height: auto;
  }
  .infoBlock {
    order: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 8px auto 18px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
  .flag {
    position: relative;
    top: auto;
    right: auto;
    width: 88px;
    height: auto;
    flex-shrink: 0;
    margin: 0;
  }
  .russiaText {
    position: relative;
    top: auto;
    right: auto;
    text-align: left;
    font-size: clamp(18px, 4.8vw, 24px);
  }
  .titleBlock { order: 1; }
  .title { white-space: normal; font-size: clamp(42px, 10vw, 72px); }
  .subtitle { order: 2; margin-top: 12px; white-space: normal; font-size: clamp(22px, 5.5vw, 36px); }
  .carWrap { order: 3; width: 115%; margin: 20px 0 20px -5%; }
  .features { order: 4; }
  .feature { height: auto; min-height: 78px; padding: 10px 0; }
  .cta { order: 5; width: 100%; margin-top: 18px; }
  .ctaLabel { white-space: normal; font-size: 16px; }
}
