/* Kaspersky Standard cinema campaign: landing step only. */
body.cinema-landing {
    background: #16081f;
}

.cinema-landing .container.flow-shell {
    background: #16081f;
}

.cinema-landing .cinema-stage {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 490px;
    padding: 20px 20px 24px;
    color: #fff;
    text-align: center;
    background:
        radial-gradient(circle at 50% 56%, rgba(156, 50, 151, .55), transparent 43%),
        radial-gradient(circle at 88% 6%, rgba(103, 25, 112, .8), transparent 35%),
        linear-gradient(165deg, #511257 0%, #290d37 62%, #16081f 100%);
}

.cinema-landing .cinema-stage::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: auto -15% -90px;
    height: 210px;
    border-radius: 50%;
    background: rgba(116, 29, 105, .25);
    filter: blur(34px);
}

.cinema-landing .cinema-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    width: min(100%, 760px);
    margin: 0 auto;
}

.cinema-landing .kaspersky-lockup img {
    filter: brightness(0) invert(1);
}

.cinema-landing .kaspersky-edition {
    border-color: rgba(255,255,255,.5);
    color: #fff;
}

.cinema-landing .lang-switcher {
    flex: none;
    border: 1px solid rgba(255,255,255,.28);
    background: rgba(255,255,255,.12);
}

.cinema-landing .lang-switcher button {
    color: #e9d8ed;
}

.cinema-landing .lang-switcher button.active {
    background: #fff;
    color: #401348;
}

.cinema-landing .cinema-copy {
    width: min(100%, 600px);
    margin: 30px auto 0;
}

.cinema-landing .cinema-title {
    margin: 0;
    font-size: clamp(28px, 5vw, 40px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.cinema-landing .cinema-subtitle {
    margin: 10px auto 0;
    max-width: 410px;
    color: #eaddea;
    font-size: 14px;
    line-height: 1.5;
}

.cinema-art {
    position: relative;
    width: 310px;
    height: 240px;
    margin: 17px auto 0;
    perspective: 600px;
}

.cinema-poster {
    position: absolute;
    top: 18px;
    width: 115px;
    height: 164px;
    overflow: hidden;
    border: 4px solid rgba(255,255,255,.24);
    border-radius: 12px;
    box-shadow: 0 18px 26px rgba(0,0,0,.42);
}

.cinema-poster::before {
    content: "";
    position: absolute;
    inset: 16px 16px 40px;
    border-radius: 50% 50% 8% 8%;
    background: rgba(255,255,255,.16);
    transform: rotate(-15deg);
}

.cinema-poster::after {
    content: "";
    position: absolute;
    inset: auto 10px 12px;
    height: 22px;
    border-top: 5px solid rgba(255,255,255,.65);
    border-bottom: 4px solid rgba(255,255,255,.35);
}

.cinema-poster-one {
    left: 28px;
    transform: rotate(-14deg);
    background: linear-gradient(155deg, #23b5aa, #12516b 57%, #0a2136);
}

.cinema-poster-two {
    right: 22px;
    transform: rotate(14deg);
    background: linear-gradient(160deg, #d77b8b, #69335f 58%, #261930);
}

.cinema-screen {
    position: absolute;
    top: 62px;
    left: 67px;
    display: grid;
    place-items: center;
    width: 176px;
    height: 124px;
    border: 6px solid #272334;
    border-radius: 13px;
    background: linear-gradient(140deg, #32284c, #111224 75%);
    box-shadow: 0 18px 28px rgba(0,0,0,.5);
    transform: rotate(-2deg);
}

.cinema-screen::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 65px;
    height: 12px;
    border-radius: 0 0 8px 8px;
    background: #272334;
    transform: translateX(-50%);
}

.cinema-play {
    display: grid;
    place-items: center;
    width: 62px;
    height: 62px;
    border: 2px solid rgba(255,255,255,.75);
    border-radius: 50%;
    background: rgba(255,255,255,.12);
}

.cinema-play svg {
    width: 26px;
    height: 26px;
    margin-left: 4px;
    fill: #fff;
}

.cinema-shield {
    position: absolute;
    right: 15px;
    bottom: 20px;
    display: grid;
    place-items: center;
    width: 78px;
    height: 88px;
    background: linear-gradient(160deg, #2ce0bf, #00a88e);
    clip-path: polygon(50% 0, 93% 18%, 88% 64%, 50% 100%, 12% 64%, 7% 18%);
    filter: drop-shadow(0 8px 12px rgba(0,0,0,.3));
}

.cinema-shield svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.cinema-landing .cinema-form-wrap {
    position: relative;
    z-index: 1;
    flex: 1;
    width: 100%;
    padding: 22px 20px 30px;
    border-radius: 24px 24px 0 0;
    margin-top: -20px;
    background: #fff;
}

.cinema-landing .cinema-form-inner {
    width: 100%;
    max-width: 460px;
    min-width: 0;
    margin: 0 auto;
}

.cinema-landing .phone-input { width: 100%; min-width: 0; direction: ltr; }
.cinema-landing .phone-input input { min-width: 0; width: 0; flex: 1 1 0; }

.cinema-landing .cinema-form-title {
    margin: 0 0 17px;
    color: #24212a;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
}

.cinema-landing .reference-flow form,
.cinema-landing form {
    text-align: left;
}

.cinema-landing .phone-input {
    border-color: #d5c9d8;
}

.cinema-landing .phone-input:focus-within {
    border-color: #00a88e;
    box-shadow: 0 0 0 3px rgba(0,168,142,.12);
}

.cinema-landing .field-label,
.cinema-landing .phone-field-icon {
    color: #007e6c;
}

.cinema-landing .primary-btn {
    border-radius: 999px;
    background: #00a88e !important;
    box-shadow: 0 8px 20px rgba(0,168,142,.22) !important;
    text-transform: none;
}

.cinema-landing .primary-btn:hover {
    background: #008b76 !important;
}

.cinema-landing .primary-btn[disabled] {
    background: #e4e1e5 !important;
    box-shadow: none !important;
}

html[dir="rtl"] .cinema-landing form { text-align: right; }

@media (max-width: 420px) {
    .cinema-landing .cinema-stage { min-height: 405px; padding: 16px 17px 12px; }
    .cinema-landing .kaspersky-lockup { gap: 5px; }
    .cinema-landing .kaspersky-lockup img { width: 105px; height: auto; }
    .cinema-landing .kaspersky-edition { padding-left: 6px; font-size: 12px; }
    .cinema-landing .cinema-copy { margin-top: 17px; }
    .cinema-landing .cinema-title { font-size: 27px; }
    .cinema-landing .cinema-subtitle { margin-top: 7px; font-size: 13px; }
    .cinema-art { height: 177px; margin-top: 9px; transform: scale(.72); transform-origin: top center; }
    .cinema-landing .cinema-form-wrap { padding: 16px 17px 18px; }
    .cinema-landing .cinema-form-title { margin-bottom: 11px; font-size: 17px; }
    .cinema-landing .phone-input { min-height: 54px; }
    .cinema-landing .primary-btn { min-height: 50px; margin-top: 12px; }
}
