* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #000;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    color: inherit;
}

.page {
    max-width: 430px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    min-height: 100vh;
}

.hero {
    position: relative;
    min-height: auto;
    padding: 28px 20px 42px;
}

.hero-inner {
    position: relative;
    z-index: 2;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 14px;
    margin-bottom: 34px;
    z-index: 5;
}

.brand {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.brand-logo {
    width: 250px;
    max-width: 82%;
    height: auto;
    display: block;
    filter: drop-shadow(0 0 18px rgba(255, 255, 255, .08));
}

.circle-btn {
    position: absolute;
    right: 0;
    top: 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .04);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(18px);
}

.showroom {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 0 0 26px;

    border-radius: 40px;
    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, .08);

    background-image:
        linear-gradient(to top,
            rgba(0, 0, 0, .55),
            rgba(0, 0, 0, .15)),
        url("images/banner.jpg");

    background-size: cover;
    background-position: center;

    box-shadow: 0 30px 120px rgba(255, 255, 255, .05);
}

.glow {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 230px;
    height: 120px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .1);
    filter: blur(45px);
}

.hero-content {
    margin-top: 0;
    animation: fadeUp .8s ease both;
}

.pill {
    margin-bottom: 28px;
}

h1 {
    font-size: 48px;
    line-height: .95;
    letter-spacing: -.07em;
    font-weight: 750;
    max-width: 390px;
}

.subline {
    margin-top: 22px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .01em;
    color: rgba(255, 255, 255, .78);
    line-height: 1.45;
}

.desc {
    margin-top: 20px;
    max-width: 350px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .58);
}

.buttons {
    display: grid;
    gap: 12px;
    margin-top: 30px;
}

.row3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.glass {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .06);
    padding: 14px 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;
    color: #fff;
    box-shadow: 0 18px 60px rgba(255, 255, 255, .04);
    backdrop-filter: blur(20px);
    transition: .25s;
}

.row3 .glass {
    font-size: 11px;
    padding: 12px 8px;
    line-height: 1.25;
}

.glass:active {
    transform: scale(.98);
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .35);
}

section {
    padding: 48px 20px;
}

.section-title {
    margin-bottom: 32px;
}

.eyebrow {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .32em;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 12px;
}

h2 {
    font-size: 31px;
    line-height: 1.05;
    letter-spacing: -.04em;
    font-weight: 750;
}

.section-text {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .56);
}

.before-card {
    position: relative;
    height: 420px;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #080808;
    box-shadow: 0 25px 90px rgba(255, 255, 255, .06);
}

.before-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, .16), transparent 35%),
        linear-gradient(180deg, #1b1b1b, #050505);
}

.car-base,
.car-top {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 98px;
    display: flex;
    justify-content: center;
    font-size: 92px;
    line-height: 1;
}

.car-base {
    opacity: .35;
    filter: grayscale(1) blur(1px);
}

.car-top {
    animation: reveal 5s ease-in-out infinite;
}

.scan-line {
    position: absolute;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: linear-gradient(180deg, transparent, #fff, transparent);
    animation: scan 5s ease-in-out infinite;
}

.smooth {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(0, 0, 0, .4);
    padding: 9px 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .22em;
    color: rgba(255, 255, 255, .55);
    backdrop-filter: blur(18px);
}

.platform {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 96px;
    height: 112px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .035);
    backdrop-filter: blur(10px);
}

.parts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.part-card {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #090909;
    padding: 20px;
    box-shadow: 0 18px 60px rgba(255, 255, 255, .03);
}

.icon {
    font-size: 26px;
    margin-bottom: 28px;
    opacity: .75;
}

.part-card p {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.02em;
}

.trust-grid {
    display: grid;
    gap: 12px;
}

.stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .02));
    padding: 20px;
}

.stat b {
    font-size: 32px;
    letter-spacing: -.05em;
}

.stat span {
    max-width: 150px;
    text-align: right;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .55);
}

.support {
    border-radius: 26px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #080808;
    padding: 20px;
}

.support-title {
    font-weight: 600;
    margin-bottom: 12px;
}

.support p {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .55);
}

.gallery-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
}

.gallery-scroll::-webkit-scrollbar {
    display: none;
}

.gallery-card {
    min-width: 76%;
    scroll-snap-align: center;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: #101010;
}

.photo {
    height: 256px;
    background:
        radial-gradient(circle at 50% 30%, rgba(255, 255, 255, .2), transparent 35%),
        linear-gradient(135deg, #2b2b2b, #050505);
}

.gallery-info {
    padding: 20px;
}

.num {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .25em;
    color: rgba(255, 255, 255, .35);
}

.gallery-info h3 {
    margin-top: 8px;
    font-size: 22px;
    letter-spacing: -.04em;
}

footer {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 40px 20px;
    text-align: center;
}

footer b {
    font-size: 20px;
    letter-spacing: -.04em;
}

footer p {
    margin-top: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, .45);
    line-height: 1.5;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

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

@keyframes reveal {

    0%,
    100% {
        clip-path: inset(0 52% 0 0);
    }

    50% {
        clip-path: inset(0 0 0 0);
    }
}

@keyframes scan {

    0%,
    100% {
        left: 44%;
    }

    50% {
        left: 78%;
    }
}

.hidden {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease;
}

.show {
    opacity: 1;
    transform: translateY(0);
}

/* ===== PREMIUM FONT STYLE OVERRIDE ===== */

body {
    font-family: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    letter-spacing: -0.015em;
}

.brand-logo {
    width: 245px;
    max-width: 78%;
}

.pill,
.eyebrow {
    font-family: "Inter", "SF Pro Text", Arial, sans-serif;
    font-weight: 500;
    letter-spacing: .24em;
}

h1 {
    font-family: "Arial Black", "Inter", "SF Pro Display", Arial, sans-serif;
    font-size: 44px;
    line-height: .98;
    letter-spacing: -0.075em;
    font-weight: 900;
    text-transform: none;
}

h2 {
    font-family: "Arial Black", "Inter", "SF Pro Display", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.02;
    letter-spacing: -0.06em;
    font-weight: 900;
    text-align: center;

    max-width: 600px;

    margin: 0 auto;
}

.subline {
    font-family: "Inter", "SF Pro Text", Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, .82);
}

.desc,
.section-text,
.support p,
.stat span,
footer p {
    font-family: "Inter", "SF Pro Text", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, .55);
}

.glass {
    font-family: "Inter", "SF Pro Text", Arial, sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.part-card p,
.support-title,
.gallery-info h3,
footer b {
    font-family: "Inter", "SF Pro Display", Arial, sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.stat b {
    font-family: "Arial Black", "Inter", Arial, sans-serif;
    font-weight: 900;
    letter-spacing: -0.07em;
}

/* чуть аккуратнее hero */
.hero {
    padding-top: 34px;
}

nav {
    margin-bottom: 38px;
}

.showroom {
    height: 285px;
    margin-bottom: 28px;
}

.hero-content {
    max-width: 390px;
}

.buttons {
    margin-top: 28px;
}

/* Центрируем заголовки секций */

.section-title {
    text-align: center;
}

.section-title .section-text {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* Hero НЕ трогаем */

.hero-content {
    text-align: left;
}

.ba-slider {
    --pos: 50%;

    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 24px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.ba-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ПОСЛЕ */
.ba-after {
    z-index: 1;
    object-position: 50% 50%;
}

/* ДО */
.ba-before {
    z-index: 2;
    clip-path: inset(0 calc(100% - var(--pos)) 0 0);
    object-position: 52% 50%;
}

.ba-range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: ew-resize;
}

.ba-line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--pos);
    width: 2px;
    background: #fff;
    z-index: 4;
    transform: translateX(-50%);
}

.ba-handle {
    position: absolute;
    left: var(--pos);
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;

    width: 52px;
    height: 52px;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.75);
    border: 2px solid #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -4px;
}

.showroom {
  position: relative;
  width: 100%;
  height: 300px;
  margin: 0 0 26px;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: #080808;
  box-shadow: 0 30px 120px rgba(255,255,255,.05);
}

.showroom-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease, transform 5s ease;
  transform: scale(1.04);
}

.showroom-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.72), rgba(0,0,0,.18), rgba(0,0,0,.35));
}

.showroom-slide.active {
  opacity: 1;
  transform: scale(1);
}

.showroom-overlay {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 2;
}

.showroom-overlay span {
  display: block;
  font-size: 11px;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: rgba(255,255,255,.65);
  margin-bottom: 10px;
}

.showroom-overlay h3 {
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.05em;
  color: #fff;
}


.gallery-card {
    min-width: 76%;
    scroll-snap-align: center;
    overflow: hidden;
    border-radius: 32px;
    border: 1px solid rgba(255,255,255,.1);
    background: #101010;
}

.gallery-info {
    padding: 20px;
}

.gallery-video {
    background: #000;
}
.gallery-image,
.gallery-video {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}