:root {
    --bg: #fffdfa;
    --surface: rgba(255, 255, 255, 0.88);
    --surface-strong: #ffffff;
    --ink: #16254a;
    --muted: #5d6a87;
    --line: rgba(22, 37, 74, 0.08);
    --accent: #ff7a1a;
    --accent-strong: #ff9440;
    --accent-soft: #fff2e6;
    --blue-soft: #deebff;
    --shadow-lg: 0 28px 70px rgba(35, 48, 96, 0.12);
    --shadow-md: 0 16px 36px rgba(35, 48, 96, 0.08);
    --container: 1180px;
}

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

body.prelogin-page {
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    color: var(--ink);
    background:
        radial-gradient(circle at 8% 12%, rgba(255, 164, 93, 0.16), transparent 25%),
        radial-gradient(circle at 78% 18%, rgba(221, 233, 255, 0.92), transparent 24%),
        linear-gradient(180deg, #fffefc 0%, #fffdf9 48%, #fffaf5 100%);
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: var(--yz-header-height, 44px);
}

.yz-global-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1200;
}

.yz-global-header header {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.yz-global-header .header-nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: 1201;
}

.yz-global-header .header-nav-menu {
    display: none;
    position: fixed;
    top: calc(var(--yz-header-height, 44px) + 8px);
    left: 12px;
    min-width: 220px;
    max-width: min(280px, calc(100vw - 24px));
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
    overflow: hidden;
    z-index: 1202;
    backdrop-filter: blur(8px);
}

.yz-global-header .header-nav-menu.open {
    display: block;
}

.yz-global-header .header-nav-item {
    display: block;
    padding: 12px 14px;
    color: #334155;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
    border-bottom: 1px solid #eef2f7;
    background: transparent;
    transition: background-color .18s ease, color .18s ease;
}

.yz-global-header .header-nav-item:last-child {
    border-bottom: none;
}

.yz-global-header .header-nav-item:hover {
    background: #f8fafc;
    color: #0f172a;
}

body.prelogin-page::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), transparent 78%);
    pointer-events: none;
}

img {
    max-width: 100%;
}

.landing-shell {
    position: relative;
    z-index: 1;
    width: min(calc(100% - 28px), var(--container));
    margin: 0 auto;
    padding: 0 0 88px;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 18px 40px rgba(35, 48, 96, 0.08);
    backdrop-filter: blur(14px);
}

.brand img {
    display: block;
    width: auto;
    height: 40px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover {
    transform: translateY(-1px);
}

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
    box-shadow: 0 14px 30px rgba(255, 122, 26, 0.28);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
    gap: 42px;
    align-items: center;
    padding: 42px 6px 0;
}

.hero-copy h1,
.section-head h2,
.cta-copy h2 {
    letter-spacing: -0.035em;
    line-height: 1.08;
}

.hero-copy h1 {
    max-width: 550px;
    font-size: clamp(42px, 4.4vw, 66px);
}

.eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    color: var(--accent);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.eyebrow.center {
    display: block;
    text-align: center;
}

.lead {
    max-width: 520px;
    margin-top: 22px;
    color: var(--muted);
    font-size: 21px;
    line-height: 1.72;
}

.hero-cta {
    margin-top: 30px;
}

.hero-preview {
    position: relative;
    padding: 22px 0 22px 10px;
}

.hero-preview::before {
    content: "";
    position: absolute;
    inset: 12px 6px 0 106px;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(222, 235, 255, 0.96), rgba(222, 235, 255, 0.42) 46%, transparent 62%);
}

.spark {
    position: absolute;
    width: 18px;
    height: 18px;
    color: #ffb16b;
    z-index: 2;
}

.spark::before,
.spark::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: currentColor;
    border-radius: 99px;
}

.spark::before {
    width: 2px;
    height: 100%;
}

.spark::after {
    width: 100%;
    height: 2px;
}

.spark-left {
    top: 122px;
    left: 4px;
}

.spark-right {
    top: 64px;
    right: 0;
}

.app-card {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    border-radius: 34px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow-lg);
    backdrop-filter: blur(12px);
}

.app-sidebar {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 22px 16px 18px;
    background: rgba(255, 255, 255, 0.76);
    border-right: 1px solid rgba(22, 37, 74, 0.06);
}

.app-sidebar img {
    width: 78px;
    height: auto;
    margin-bottom: 4px;
}

.nav-item {
    color: #5e6c8a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.app-main {
    padding: 24px 22px 18px;
}

.app-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.app-head h2 {
    max-width: 220px;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.mini-steps {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 8px;
    color: #6d7896;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.app-label {
    margin-top: 18px;
    margin-bottom: 12px;
    color: #30415f;
    font-size: 14px;
    font-weight: 800;
}

.image-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.image-strip img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
    border: 1px solid rgba(22, 37, 74, 0.06);
    box-shadow: 0 10px 18px rgba(35, 48, 96, 0.07);
}

.copy-box {
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(22, 37, 74, 0.08);
    color: #40506d;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.45;
}

.copy-box + .copy-box {
    margin-top: 10px;
}

.app-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid rgba(22, 37, 74, 0.06);
}

.preview-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4b5d80;
    font-size: 13px;
    font-weight: 800;
}

.socials {
    display: flex;
    gap: 8px;
}

.socials i {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.socials .ig { background: linear-gradient(135deg, #ff7a1a, #fc4f97, #6c63ff); }
.socials .fb { background: #2c64ff; }
.socials .wa { background: #28c76f; }

.download {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 14px;
    background: #16254a;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.highlights {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.pill-card,
.info-card,
.cta-band {
    background: var(--surface);
    border: 1px solid var(--line);
    box-shadow: var(--shadow-md);
    backdrop-filter: blur(10px);
}

.pill-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 16px 14px;
    border-radius: 20px;
}

.pill-card b,
.info-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-style: normal;
    font-weight: 800;
}

.pill-card b {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 0;
}

.pill-card b svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.pill-card span {
    color: #32405d;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.pill-card:nth-child(2) b,
.pill-card:nth-child(5) b {
    background: linear-gradient(135deg, #edf4ff, #f7fbff);
    color: #2c64ff;
}

.pill-card:nth-child(3) b {
    background: linear-gradient(135deg, #ebfff3, #f5fff9);
    color: #29b765;
}

.pill-card:nth-child(4) b {
    background: linear-gradient(135deg, #f4ecff, #faf6ff);
    color: #8544ff;
}

.section {
    margin-top: 96px;
}

.section-head {
    text-align: center;
    margin-bottom: 30px;
}

.section-head h2 {
    max-width: 860px;
    margin: 0 auto;
    font-size: clamp(32px, 3.7vw, 54px);
}

.section-head h2 span {
    padding-bottom: 6px;
    border-bottom: 4px solid rgba(255, 122, 26, 0.88);
}

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

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

.info-card {
    position: relative;
    padding: 26px 24px 28px;
    border-radius: 24px;
}

.step-card:not(:last-child)::after {
    content: "\203A";
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    color: #243457;
    font-size: 42px;
    line-height: 1;
}

.info-card i {
    min-width: 58px;
    height: 58px;
    margin-bottom: 18px;
    padding: 0 14px;
    background: linear-gradient(135deg, var(--accent-soft), #fff7ef);
    color: var(--accent);
    font-size: 14px;
}

.benefit-card i {
    min-width: 64px;
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
    padding: 0;
    border-radius: 22px;
    border: 1px solid rgba(22, 37, 74, 0.04);
    box-shadow:
        0 10px 24px rgba(35, 48, 96, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.benefit-card i svg {
    width: 26px;
    height: 26px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.benefit-card:nth-child(1) i,
.benefit-card:nth-child(4) i {
    background: linear-gradient(135deg, #fff5ec 0%, #fffdf9 100%);
    color: #ff7a1a;
}

.benefit-card:nth-child(2) i,
.benefit-card:nth-child(6) i {
    background: linear-gradient(135deg, #f1f5ff 0%, #fbfdff 100%);
    color: #4b74ff;
}

.benefit-card:nth-child(3) i {
    background: linear-gradient(135deg, #effbf2 0%, #fbfffc 100%);
    color: #2bbf63;
}

.benefit-card:nth-child(5) i {
    background: linear-gradient(135deg, #f5f0ff 0%, #fcfaff 100%);
    color: #8a56ff;
}

.step-card:nth-child(2) i {
    background: linear-gradient(135deg, #edf4ff, #f7fbff);
    color: #2c64ff;
}

.step-card:nth-child(3) i {
    background: linear-gradient(135deg, #ebfff3, #f5fff9);
    color: #29b765;
}

.step-card:nth-child(4) i {
    background: linear-gradient(135deg, #f4ecff, #faf6ff);
    color: #8544ff;
}

.info-card h3 {
    font-size: 22px;
    line-height: 1.18;
    letter-spacing: -0.04em;
}

.benefit-card h3,
.step-card h3 {
    max-width: 220px;
}

.info-card p,
.cta-copy p {
    margin-top: 12px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.cta-band {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 28px 36px;
    align-items: start;
    overflow: hidden;
    margin-top: 28px;
    padding: 40px 40px 30px;
    border-radius: 28px;
    background:
        linear-gradient(135deg, rgba(255, 244, 230, 0.95) 0%, rgba(255, 255, 255, 0.98) 44%, rgba(233, 241, 255, 0.98) 100%);
    box-shadow: var(--shadow-lg);
}

.cta-band::before {
    content: "";
    position: absolute;
    right: -92px;
    bottom: -128px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: rgba(222, 235, 255, 0.82);
}

.cta-band::after {
    content: "";
    position: absolute;
    right: 38px;
    top: 34px;
    width: 96px;
    height: 96px;
    background-image: radial-gradient(rgba(22, 37, 74, 0.12) 1px, transparent 1px);
    background-size: 8px 8px;
    opacity: 0.46;
}

.cta-band > * {
    position: relative;
    z-index: 1;
}

.launch-copy {
    max-width: 610px;
    padding-top: 10px;
}

.launch-copy h2 {
    max-width: 560px;
    font-size: clamp(38px, 4.3vw, 64px);
}

.launch-copy h2 span {
    color: var(--accent);
}

.launch-copy p {
    max-width: 560px;
    margin-top: 18px;
    color: var(--muted);
    font-size: 19px;
    line-height: 1.55;
}

.launch-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 20px;
    align-self: center;
}

.launch-point {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.launch-icon {
    flex: 0 0 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #fff;
    box-shadow:
        0 8px 18px rgba(35, 48, 96, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.82);
    font-size: 0;
}

.launch-icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.launch-icon-orange {
    background: linear-gradient(135deg, #fff4e8 0%, #fffaf4 100%);
    color: #ff8a20;
}

.launch-icon-blue {
    background: linear-gradient(135deg, #eff4ff 0%, #fafcff 100%);
    color: #4f74ff;
}

.launch-icon-green {
    background: linear-gradient(135deg, #effaf0 0%, #f9fff9 100%);
    color: #50b66a;
}

.launch-icon-purple {
    background: linear-gradient(135deg, #f4efff 0%, #fbf9ff 100%);
    color: #8a56ff;
}

.launch-point h3 {
    font-size: 18px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.launch-point p {
    margin-top: 6px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.launch-footer {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    margin-top: 10px;
    padding: 20px 22px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(248, 250, 255, 0.78) 100%);
    border: 1px solid rgba(22, 37, 74, 0.06);
    backdrop-filter: blur(12px);
    box-shadow:
        0 18px 34px rgba(35, 48, 96, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.launch-offer {
    display: flex;
    align-items: center;
    gap: 16px;
    min-width: 0;
}

.launch-offer-icon {
    flex: 0 0 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #f7f9ff 0%, #ffffff 100%);
    border: 1px solid rgba(22, 37, 74, 0.05);
    box-shadow:
        0 10px 22px rgba(35, 48, 96, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    font-size: 0;
}

.launch-offer-icon svg {
    width: 20px;
    height: 20px;
    stroke: #ff8a20;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.launch-offer p {
    margin: 0;
    color: #7b849f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.launch-offer strong {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: -0.03em;
}

.launch-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 18px;
    padding-left: 6px;
    border-left: 1px solid rgba(22, 37, 74, 0.08);
    color: #4f628c;
    font-size: 13px;
    font-weight: 700;
}

.launch-badges span {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.launch-badges span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 7px;
    border-right: 2px solid #5d79ff;
    border-bottom: 2px solid #5d79ff;
    transform: translateY(-1px) rotate(40deg);
    opacity: 0.9;
}

.launch-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.launch-cta .btn {
    min-width: 220px;
    box-shadow: 0 14px 28px rgba(255, 122, 26, 0.24);
}

.launch-cta .btn::after {
    content: "›";
    margin-left: 10px;
    font-size: 20px;
    line-height: 1;
    transform: translateY(-1px);
}

.launch-cta small {
    color: #7b849f;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
}

@media (max-width: 1180px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .hero-copy h1,
    .lead {
        max-width: none;
    }

    .hero-preview {
        padding-left: 0;
    }

    .hero-preview::before {
        inset: 26px 28px 0;
    }

    .highlights {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .landing-shell {
        width: min(calc(100% - 22px), var(--container));
    }

    .lead {
        font-size: 18px;
    }

    .steps-grid,
    .benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .step-card:nth-child(2)::after,
    .step-card:nth-child(4)::after {
        display: none;
    }

    .cta-band {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .topbar {
        padding: 14px 16px;
    }

    .brand img {
        height: 34px;
    }

    .btn {
        width: 100%;
    }

    .hero {
        padding-top: 32px;
    }

    .app-card {
        grid-template-columns: 1fr;
    }

    .app-sidebar {
        border-right: 0;
        border-bottom: 1px solid rgba(22, 37, 74, 0.06);
    }

    .mini-steps,
    .app-head,
    .app-footer {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }

    .highlights,
    .steps-grid,
    .benefits-grid,
    .image-strip {
        grid-template-columns: 1fr;
    }

    .section {
        margin-top: 76px;
    }

    .step-card::after {
        display: none;
    }

    .cta-band {
        padding: 30px 24px;
    }

    .launch-points,
    .launch-footer {
        grid-template-columns: 1fr;
    }

    .launch-footer {
        justify-items: start;
    }

    .launch-badges,
    .launch-cta {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .launch-cta .btn {
        min-width: 0;
        width: 100%;
    }

    .launch-badges {
        border-left: 0;
        padding-left: 0;
    }
}
