.public-shell {
    width: min(1320px, calc(100% - 34px));
    padding-top: 22px;
    padding-bottom: 50px;
}

.public-nav {
    min-height: 82px;
    padding: 12px 22px;
    border-color: rgba(191, 215, 232, .95);
    box-shadow: 0 18px 48px rgba(16, 55, 85, .10);
}

.landing-brand {
    display: flex;
    align-items: center;
    gap: 18px;
}

.landing-brand img {
    display: block;
    width: clamp(150px, 16vw, 220px);
    height: auto;
    object-fit: contain;
}

.landing-brand small {
    padding-right: 18px;
    border-right: 1px solid #d3e2ed;
    color: #648096;
    font-size: 12px;
    font-weight: 500;
}

.landing-frame {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    padding: clamp(30px, 5vw, 68px);
    border: 1px solid rgba(185, 211, 229, .95);
    border-radius: 36px;
    background:
        radial-gradient(circle at 12% 12%, rgba(32, 158, 217, .10), transparent 28%),
        radial-gradient(circle at 90% 8%, rgba(255, 138, 36, .10), transparent 25%),
        rgba(255, 255, 255, .68);
    box-shadow: 0 30px 90px rgba(15, 56, 87, .13);
    backdrop-filter: blur(18px);
}

.landing-frame:before {
    content: '';
    position: absolute;
    top: 0;
    right: 8%;
    left: 8%;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: linear-gradient(90deg, #147bd1, #20a05a 50%, #ff8a24);
}

.landing-frame .hero {
    margin: 10px auto 58px;
}

.hero-platforms {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 4vw, 52px);
    margin: 0 auto 28px;
    direction: ltr;
}

.hero-logo {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 12px 28px rgba(16, 55, 85, .13);
}

.hero-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-logo.telegram-logo img {
    width: 112%;
    height: 112%;
    max-width: none;
    object-fit: cover;
}

.hero-brand-mark {
    color: #126cae;
    font-family: Arial, sans-serif;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -1px;
}

.hero h1 {
    font-weight: 800;
    letter-spacing: -2px;
}

.hero > p:not(.eyebrow) {
    font-weight: 500;
}

.landing-frame .service-card {
    border-color: rgba(202, 220, 233, .95);
    box-shadow: 0 20px 48px rgba(16, 55, 85, .10);
}

.real-landing-logo {
    overflow: hidden;
    border-radius: 50%;
    background: transparent !important;
    box-shadow: 0 12px 25px rgba(16, 55, 85, .13) !important;
}

.real-landing-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.real-landing-logo.telegram-crop img {
    width: 112%;
    height: 112%;
    max-width: none;
    object-fit: cover;
}

.landing-frame .trust-row {
    margin-top: 34px;
    padding: 16px 20px;
    border: 1px solid #d9e7f0;
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
}

@media (max-width: 720px) {
    .public-shell {
        width: min(100% - 18px, 1320px);
        padding-top: 9px;
    }
    .public-nav {
        min-height: 68px;
        padding: 9px 12px;
    }
    .landing-brand {
        gap: 8px;
    }
    .landing-brand img {
        width: 125px;
    }
    .landing-brand small {
        display: none;
    }
    .landing-frame {
        margin-top: 12px;
        padding: 28px 15px;
        border-radius: 25px;
    }
    .hero-platforms {
        gap: 22px;
    }
    .hero-logo {
        width: 58px;
        height: 58px;
    }
    .hero-brand-mark {
        font-size: 22px;
    }
    .landing-frame .hero {
        margin-bottom: 38px;
    }
}
