/* ============================================================
   STSCARS — BOLD LANDING TEMPLATE
   Loaded only on index.html, on top of style.css.
   Namespaced under body.lp-page so other pages are untouched.
   ============================================================ */

.lp-page {
    --ink: #0a0f1f;
    --ink-2: #131b33;
    --brand: #2f6bff;
    --brand-light: #6f9bff;
    --pop: #ff5b2e;
    --pop-light: #ff8a5c;
    --pop-2: #ffd23f;
    --paper: #ffffff;
    --paper-soft: #f2f5fb;
    --line: rgba(10, 15, 31, .10);
}

.lp-page body,
.lp-page {
    background: var(--paper);
}

/* ===== HEADER — dark glass, permanent ===== */
.lp-page header {
    background: rgba(10, 15, 31, .82) !important;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
}

.lp-page .nav__brand-title { color: #ffffff; }
.lp-page .nav__brand-sub { color: rgba(255, 255, 255, .55); }
.lp-page .nav__link { color: rgba(255, 255, 255, .78); }
.lp-page .nav__link:hover { color: #ffffff; }
.lp-page .nav__burger-line { background: #ffffff; }

.lp-page .nav__cta {
    background: linear-gradient(135deg, var(--pop), #ff3d00);
    border-color: rgba(255, 255, 255, .25);
    box-shadow: 0 10px 26px rgba(255, 91, 46, .4);
}

.lp-page .btn-secondary {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .9);
}

.lp-page .btn-secondary:hover {
    background: rgba(255, 255, 255, .16);
    color: #ffffff;
    border-color: rgba(255, 255, 255, .4);
}

.lp-page .nav__mobile { background: rgba(10, 15, 31, .98); }
.lp-page .nav__mobile a.nav__link { color: rgba(255, 255, 255, .82); }

@media (max-width: 768px) {
    .lp-page .nav__mobile {
        margin: 0 -18px;
        padding: 18px;
    }
}

/* ===== SHARED LP PRIMITIVES ===== */
.lp-page .container { max-width: 1180px; }

.lp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.lp-eyebrow::before {
    content: "";
    width: 22px;
    height: 3px;
    border-radius: 2px;
    background: var(--pop);
    display: inline-block;
}

.lp-h2 {
    font-size: clamp(28px, 4.4vw, 46px);
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.08;
    color: var(--ink);
}

.lp-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #55617e;
    max-width: 560px;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 26px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 15px;
    white-space: nowrap;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.lp-btn--pop {
    background: linear-gradient(135deg, var(--pop), #ff3d00);
    color: #fff;
    border: none;
    box-shadow: 0 16px 34px rgba(255, 91, 46, .38);
}

.lp-btn--pop:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 46px rgba(255, 91, 46, .5);
    filter: brightness(1.04);
}

.lp-btn--ghost {
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .35);
}

.lp-btn--ghost:hover {
    background: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .6);
    transform: translateY(-3px);
}

.lp-btn--dark {
    background: var(--ink);
    color: #fff;
    border: none;
    box-shadow: 0 14px 30px rgba(10, 15, 31, .25);
}

.lp-btn--dark:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(10, 15, 31, .35);
}

.lp-section { padding: 88px 0; }

@media (max-width: 768px) {
    .lp-section { padding: 56px 0; }
}

/* ===== MARQUEE TICKER ===== */
.lp-ticker {
    background: var(--pop);
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

.lp-ticker__track {
    display: flex;
    width: max-content;
    animation: lp-marquee 26s linear infinite;
    gap: 40px;
}

.lp-ticker__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #1a0800;
    white-space: nowrap;
}

.lp-ticker__dot { opacity: .55; }

@keyframes lp-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .lp-ticker__track { animation: none; }
}

/* ===== HERO ===== */
.lp-hero {
    position: relative;
    background: linear-gradient(150deg, var(--ink) 0%, #101c3d 45%, #16306b 100%);
    padding: 64px 0 130px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}

.lp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(700px 500px at 88% 12%, rgba(47, 107, 255, .35), transparent 60%),
        radial-gradient(500px 400px at 10% 90%, rgba(255, 91, 46, .18), transparent 60%);
    pointer-events: none;
}

.lp-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 46px;
    align-items: center;
}

.lp-hero__eyebrow {
    color: var(--pop-2);
}

.lp-hero__eyebrow::before { background: var(--pop-2); }

.lp-hero__title {
    font-size: clamp(36px, 5.6vw, 64px);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.04;
    color: #ffffff;
    margin-bottom: 20px;
}

.lp-hero__title mark {
    background: none;
    color: transparent;
    background-image: linear-gradient(120deg, var(--pop-2), var(--pop));
    -webkit-background-clip: text;
    background-clip: text;
}

.lp-hero__subtitle {
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255, 255, 255, .72);
    max-width: 520px;
    margin-bottom: 30px;
}

.lp-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 34px;
}

.lp-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.lp-hero__stat-value {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    letter-spacing: -0.01em;
}

.lp-hero__stat-label {
    font-size: 12px;
    color: rgba(255, 255, 255, .55);
    margin-top: 2px;
}

/* Hero visual: photo stack */
.lp-hero__visual {
    position: relative;
    height: 420px;
}

.lp-hero__photo {
    position: absolute;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, .45);
    border: 4px solid rgba(255, 255, 255, .9);
}

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

.lp-hero__photo--main {
    inset: 0 0 40px 40px;
    transform: rotate(2deg);
}

.lp-hero__photo--float {
    width: 46%;
    height: 58%;
    right: -10px;
    top: -14px;
    transform: rotate(-6deg);
    z-index: 2;
}

.lp-hero__badge {
    position: absolute;
    left: -14px;
    bottom: 6px;
    z-index: 3;
    background: #ffffff;
    border-radius: 16px;
    padding: 12px 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    gap: 10px;
    transform: rotate(-3deg);
}

.lp-hero__badge-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .18);
    flex-shrink: 0;
}

.lp-hero__badge-text { font-size: 12px; font-weight: 700; color: var(--ink); line-height: 1.3; }
.lp-hero__badge-text b { display: block; font-size: 13px; }

/* VIN tracker — bold pill bar */
.lp-track {
    margin-top: 40px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .16);
    backdrop-filter: blur(8px);
    border-radius: 20px;
    padding: 16px 18px;
    max-width: 560px;
}

.lp-track__title {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, .65);
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.lp-track__form { display: flex; gap: 10px; }

.lp-track__input {
    flex: 1;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .25);
    background: rgba(255, 255, 255, .1);
    color: #fff;
    padding: 12px 16px;
    outline: none;
    font-size: 14px;
}

.lp-track__input::placeholder { color: rgba(255, 255, 255, .45); }
.lp-track__input:focus { border-color: var(--pop-2); background: rgba(255, 255, 255, .16); }

.lp-track__btn {
    border: none;
    border-radius: 999px;
    padding: 12px 20px;
    background: linear-gradient(135deg, var(--pop-2), var(--pop));
    color: #1a0800;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
}

.lp-track__result { margin-top: 8px; font-size: 13px; color: rgba(255, 255, 255, .65); }

@media (max-width: 900px) {
    .lp-hero__grid { grid-template-columns: 1fr; }
    .lp-hero__visual { height: 320px; margin-top: 10px; }
}

@media (max-width: 600px) {
    .lp-hero { padding: 40px 0 90px; clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%); }
    .lp-track__form { flex-direction: column; }
    .lp-hero__actions .lp-btn { width: 100%; justify-content: center; }
}

/* ===== SHOWCASE (bento cases) ===== */
.lp-showcase { background: var(--paper); }

.lp-showcase__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 34px;
}

.lp-bento {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 200px;
    gap: 16px;
}

.lp-bento__item {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    grid-column: span 2;
    grid-row: span 1;
    box-shadow: 0 14px 34px rgba(10, 15, 31, .10);
}

.lp-bento__item--big {
    grid-column: span 2;
    grid-row: span 2;
}

.lp-bento__item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.lp-bento__item:hover img { transform: scale(1.07); }

.lp-bento__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(6, 10, 22, .92) 0%, rgba(6, 10, 22, .25) 55%, transparent 80%);
}

.lp-bento__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px;
    color: #fff;
}

.lp-bento__tag {
    display: inline-block;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 999px;
    background: var(--pop);
    margin-bottom: 8px;
}

.lp-bento__title { font-size: 16px; font-weight: 800; margin-bottom: 4px; }
.lp-bento__meta { font-size: 12px; color: rgba(255, 255, 255, .7); margin-bottom: 10px; }

.lp-bento__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.lp-bento__price-value { font-size: 20px; font-weight: 900; color: var(--pop-2); }
.lp-bento__price-label { font-size: 11px; color: rgba(255, 255, 255, .6); }

@media (max-width: 900px) {
    .lp-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 220px; }
    .lp-bento__item { grid-column: span 1; }
    .lp-bento__item--big { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 560px) {
    .lp-bento { grid-template-columns: 1fr; }
    .lp-bento__item, .lp-bento__item--big { grid-column: span 1; grid-row: span 1; height: 240px; }
}

/* ===== PROCESS — bold rail ===== */
.lp-process { background: var(--paper-soft); }

.lp-rail {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 40px;
}

.lp-rail__step {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(10, 15, 31, .06);
    display: flex;
    flex-direction: column;
}

.lp-rail__media { height: 130px; position: relative; }
.lp-rail__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

.lp-rail__num {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: var(--ink);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-rail__step:nth-child(1) .lp-rail__num,
.lp-rail__step:nth-child(3) .lp-rail__num { background: var(--brand); }

.lp-rail__step:nth-child(2) .lp-rail__num,
.lp-rail__step:nth-child(4) .lp-rail__num { background: var(--pop); }

.lp-rail__body { padding: 16px 18px 20px; flex: 1; }
.lp-rail__title { font-size: 16px; font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.lp-rail__text { font-size: 13.5px; line-height: 1.55; color: #5b667f; }

@media (max-width: 900px) {
    .lp-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 560px) {
    .lp-rail { grid-template-columns: 1fr; }
}

/* ===== WHO IT'S FOR ===== */
.lp-who { background: var(--paper); }

.lp-who__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 40px;
}

.lp-who__tile {
    border-radius: 24px;
    padding: 26px 22px;
    color: #fff;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.lp-who__tile:nth-child(1) { background: linear-gradient(150deg, var(--ink), #16306b); }
.lp-who__tile:nth-child(2) { background: linear-gradient(150deg, var(--brand), #1c3fa0); }
.lp-who__tile:nth-child(3) { background: linear-gradient(150deg, var(--pop), #c93d16); }

.lp-who__icon { font-size: 30px; margin-bottom: auto; }
.lp-who__title { font-size: 18px; font-weight: 800; margin-bottom: 8px; line-height: 1.3; }
.lp-who__text { font-size: 13.5px; line-height: 1.55; color: rgba(255, 255, 255, .82); }

@media (max-width: 900px) {
    .lp-who__grid { grid-template-columns: 1fr; }
}

/* ===== CTA / FORM ===== */
.lp-cta {
    background: linear-gradient(150deg, var(--ink) 0%, #142248 100%);
    color: #fff;
    border-radius: 32px;
    padding: 50px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.lp-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(500px 300px at 90% 0%, rgba(255, 91, 46, .22), transparent 60%);
    pointer-events: none;
}

.lp-cta__inner { position: relative; z-index: 1; }

.lp-cta__title { font-size: clamp(24px, 3.2vw, 32px); font-weight: 900; letter-spacing: -0.02em; margin-bottom: 12px; }
.lp-cta__subtitle { font-size: 15px; line-height: 1.6; color: rgba(255, 255, 255, .68); margin-bottom: 20px; }

.lp-cta__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.lp-cta__list li { position: relative; padding-left: 28px; font-size: 14px; color: rgba(255, 255, 255, .88); }
.lp-cta__list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: var(--pop);
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-form {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    padding: 22px;
}

.lp-form__field--full { grid-column: 1 / -1; }
.lp-form__label { font-size: 12px; color: rgba(255, 255, 255, .68); margin-bottom: 5px; display: block; }

.lp-form input,
.lp-form textarea {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .07);
    color: #fff;
    padding: 11px 13px;
    font-size: 14px;
    outline: none;
    transition: .2s ease;
}

.lp-form input::placeholder,
.lp-form textarea::placeholder { color: rgba(255, 255, 255, .35); }

.lp-form input:focus,
.lp-form textarea:focus {
    border-color: var(--pop-2);
    background: rgba(255, 255, 255, .12);
}

.lp-form textarea { min-height: 70px; resize: vertical; }

.lp-form__submit { grid-column: 1 / -1; margin-top: 4px; justify-self: flex-start; }

.lp-form__hint { grid-column: 1 / -1; font-size: 11px; color: rgba(255, 255, 255, .5); }
.lp-form__status { grid-column: 1 / -1; font-size: 12px; color: rgba(255, 255, 255, .7); }
.lp-form__status.form__status--success { color: #86efac; }
.lp-form__status.form__status--error { color: #fca5a5; }

@media (max-width: 900px) {
    .lp-cta { grid-template-columns: 1fr; padding: 34px 22px; border-radius: 26px; }
    .lp-form { grid-template-columns: 1fr; }
    .lp-form__field--full { grid-column: 1; }
}

/* ===== FAQ ===== */
.lp-faq { background: var(--paper-soft); }

.lp-faq__grid {
    columns: 2;
    column-gap: 18px;
    margin-top: 36px;
}

.lp-faq .faq-item {
    break-inside: avoid;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px 18px;
    box-shadow: 0 8px 20px rgba(10, 15, 31, .04);
}

.lp-faq .faq-item__question { font-size: 14.5px; font-weight: 700; color: var(--ink); }
.lp-faq .faq-item__icon { color: var(--pop); font-weight: 900; }
.lp-faq .faq-item__answer { color: #5b667f; }

@media (max-width: 700px) {
    .lp-faq__grid { columns: 1; }
}

.lp-faq__cta {
    margin-top: 26px;
    text-align: center;
}

/* ===== CONTACTS ===== */
.lp-contact {
    background: var(--paper);
}

.lp-contact__grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 20px;
}

.lp-contact__panel {
    border-radius: 26px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lp-contact__panel--dark {
    background: linear-gradient(150deg, var(--ink), #16306b);
    color: #fff;
}

.lp-contact__panel--pop {
    background: linear-gradient(150deg, var(--pop), #c93d16);
    color: #fff;
}

.lp-contact__title { font-size: 22px; font-weight: 900; margin-bottom: 8px; letter-spacing: -0.01em; }
.lp-contact__text { font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, .78); margin-bottom: 20px; }

.lp-contact__icons { display: flex; gap: 12px; }

.lp-contact__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, background .2s ease;
}

.lp-contact__icon:hover { transform: translateY(-3px); background: rgba(255, 255, 255, .22); }
.lp-contact__icon img { width: 22px; height: 22px; filter: brightness(0) invert(1); }

@media (max-width: 900px) {
    .lp-contact__grid { grid-template-columns: 1fr; }
}

/* ===== FOOTER on dark page context ===== */
.lp-page footer {
    border-top: 1px solid var(--line);
    color: #8a93ab;
}

.lp-page footer a { color: #55617e; }

/* ===== Modal buttons on lp-page keep bold style ===== */
.lp-page .modal__form button[type="submit"] {
    background: linear-gradient(135deg, var(--pop), #ff3d00);
    color: #fff;
    border: none;
}

/* ===== FLOATING TELEGRAM WIDGET ===== */
.lp-fab {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 60;
    display: flex;
    align-items: center;
    height: 56px;
    border-radius: 999px;
    background: linear-gradient(135deg, #2AABEE, #229ED9);
    box-shadow: 0 14px 34px rgba(34, 158, 217, .45);
    text-decoration: none;
    transition: box-shadow .25s ease, transform .25s ease;
}

.lp-fab:hover {
    box-shadow: 0 18px 44px rgba(34, 158, 217, .6);
    transform: translateY(-2px);
}

.lp-fab__pulse {
    position: absolute;
    right: 0;
    top: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(42, 171, 238, .55);
    animation: lp-fab-pulse 2.2s ease-out infinite;
    pointer-events: none;
}

.lp-fab__label {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-weight: 800;
    font-size: 13.5px;
    letter-spacing: -.01em;
    transition: max-width .3s ease, padding-left .3s ease;
}

.lp-fab:hover .lp-fab__label {
    max-width: 220px;
    padding-left: 18px;
}

.lp-fab__icon {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-fab__icon img {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
}

@keyframes lp-fab-pulse {
    0% { transform: scale(1); opacity: .55; }
    100% { transform: scale(1.9); opacity: 0; }
}

@media (max-width: 640px) {
    .lp-fab { right: 14px; bottom: 14px; }
    .lp-fab__label { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .lp-fab__pulse { animation: none; }
}
