.landing-hero {
    position: relative;
    padding: 54px 0 42px;
}

.landing-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 560px;
    background:
            linear-gradient(120deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 245, 245, 0.9) 52%, rgba(235, 243, 255, 0.94) 100%),
            radial-gradient(circle at 78% 48%, rgba(190, 24, 45, 0.16), transparent 34%);
    pointer-events: none;
}

.landing-hero::after {
    content: "";
    position: absolute;
    right: -180px;
    top: 120px;
    width: 520px;
    height: 520px;
    border-radius: 999px;
    background: rgba(190, 24, 45, 0.08);
    filter: blur(8px);
    pointer-events: none;
}

.hero-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    align-items: center;
    gap: 54px;
}

.hero-copy {
    position: relative;
    z-index: 2;
}

.eyebrow {
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #b3152b;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: -0.5px;
}

.eyebrow span {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    background: linear-gradient(135deg, #8f1023, #d9233c);
    box-shadow: 0 10px 22px rgba(190, 24, 45, 0.22);
}

.hero-copy h1 {
    margin: 0;
    color: #07111f;
    font-size: 56px;
    font-weight: 950;
    line-height: 1.13;
    letter-spacing: -2.8px;
    word-break: keep-all;
}

.hero-copy h1 span {
    color: #a50e25;
}

.summary {
    margin: 24px 0 0;
    color: #3f4a5f;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.78;
    letter-spacing: -0.3px;
}

.hero-trust {
    margin-top: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.hero-trust span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    color: #244064;
    font-size: 13px;
    font-weight: 900;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(191, 210, 238, 0.8);
    box-shadow: 0 8px 20px rgba(20, 55, 110, 0.06);
}

.download-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.download-button {
    height: 50px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid rgba(196, 209, 231, 0.94);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #151a24;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(28, 61, 105, 0.08);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.download-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(28, 61, 105, 0.12);
    border-color: rgba(20, 99, 243, 0.28);
}

.download-button.primary {
    min-width: 205px;
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #d9233c, #9e1028);
    box-shadow: 0 18px 38px rgba(174, 19, 45, 0.28);
}

.mobile-only-download {
    display: none;
}

.download-button svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
}

.store-apple,
.store-google {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.store-apple {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M16.7 13.1c0-2.3 1.9-3.4 2-3.5-1.1-1.6-2.7-1.8-3.3-1.8-1.4-.1-2.7.8-3.4.8-.7 0-1.8-.8-3-.8-1.5 0-2.9.9-3.7 2.2-1.6 2.8-.4 6.9 1.1 9.2.8 1.1 1.7 2.4 2.9 2.3 1.2 0 1.6-.7 3-.7s1.8.7 3 .7c1.3 0 2.1-1.1 2.8-2.2.9-1.3 1.2-2.5 1.2-2.6 0 0-2.6-1-2.6-3.6zM14.5 6.3c.6-.8 1.1-1.8 1-2.9-1 .1-2.1.7-2.8 1.5-.6.7-1.1 1.8-1 2.8 1.1.1 2.1-.5 2.8-1.4z'/%3E%3C/svg%3E");
}

.store-google {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300C853' d='M4 3.7v16.6l9.1-8.3L4 3.7z'/%3E%3Cpath fill='%23FFB300' d='m13.1 12 2.8 2.6 3.5-2c.8-.4.8-1.5 0-1.9l-3.5-2-2.8 3.3z'/%3E%3Cpath fill='%231976D2' d='m4 3.7 11.9 5-2.8 3.3L4 3.7z'/%3E%3Cpath fill='%23E53935' d='m4 20.3 11.9-5.7-2.8-2.6L4 20.3z'/%3E%3C/svg%3E");
}

.hero-visual {
    position: relative;
    min-height: 390px;
}

.hero-visual-card {
    position: relative;
    overflow: hidden;
    height: 390px;
    border-radius: 34px;
    background:
            linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(255, 235, 237, 0.78)),
            radial-gradient(circle at 70% 38%, rgba(190, 24, 45, 0.18), transparent 32%);
    border: 1px solid rgba(237, 198, 205, 0.9);
    box-shadow: 0 32px 80px rgba(117, 16, 40, 0.2);
}

.hero-visual-card::before {
    content: "KLABS";
    position: absolute;
    left: 30px;
    top: 26px;
    color: rgba(190, 24, 45, 0.09);
    font-family: "Montserrat", sans-serif;
    font-size: 52px;
    font-weight: 950;
    letter-spacing: -2px;
}

.hero-model {
    position: absolute;
    right: -72px;
    bottom: 0;
    width: 680px;
    max-width: none;
    height: auto;
    object-fit: contain;
}

.hero-floating {
    position: absolute;
    z-index: 4;
    display: grid;
    gap: 2px;
    padding: 14px 16px;
    border-radius: 20px;
    background: rgba(7, 17, 31, 0.86);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 48px rgba(7, 17, 31, 0.24);
    backdrop-filter: blur(16px);
}

.hero-floating span {
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    font-weight: 900;
}

.hero-floating strong {
    color: var(--gold);
    font-size: 30px;
    font-weight: 950;
    line-height: 1;
}

.hero-floating em {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
}

.hero-floating--odds {
    right: 24px;
    bottom: 30px;
}

.hero-floating--rate {
    left: -18px;
    bottom: 72px;
}

.hero-floating--rate strong {
    color: #37d88f;
}
