body.glist-public-home {
    margin: 0;
    background: #f5f7fb;
    color: #1f2937;
    font-family: Arial, Helvetica, sans-serif;
}

body.glist-public-home a {
    color: inherit;
}

.gl-home {
    --gl-primary: #080b9d;
    --gl-primary-soft: #8789f2;
    --gl-surface: #ffffff;
    --gl-text: #1f2937;
    --gl-muted: #64748b;
    --gl-border: #dfe3ec;
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding-bottom: 48px;
}

.gl-home__header {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.gl-home__brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--gl-primary);
}

.gl-home__brand img {
    display: block;
    border-radius: 12px;
}

.gl-home__nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.gl-home__nav a {
    text-decoration: none;
    font-weight: 600;
}

.gl-home__nav-login {
    padding: 10px 16px;
    border: 1px solid var(--gl-primary);
    border-radius: 10px;
    color: var(--gl-primary) !important;
}

.gl-home__hero {
    min-height: 560px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    align-items: center;
    gap: 54px;
    padding: 72px 0 64px;
}

.gl-home__eyebrow {
    margin: 0 0 12px;
    color: var(--gl-primary);
    font-size: .86rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.gl-home h1,
.gl-home h2,
.gl-home h3,
.gl-home p {
    max-width: none;
}

.gl-home h1 {
    margin: 0;
    font-size: clamp(2.5rem, 6vw, 4.8rem);
    line-height: .99;
    letter-spacing: -.045em;
    color: #111827;
}

.gl-home__lead {
    max-width: 720px !important;
    margin: 26px 0 0;
    font-size: 1.18rem;
    line-height: 1.7;
    color: var(--gl-muted);
}

.gl-home__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.gl-home__button {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.gl-home__button--primary {
    background: var(--gl-primary);
    color: #ffffff !important;
    box-shadow: 0 12px 28px rgba(8, 11, 157, .2);
}

.gl-home__button--secondary {
    background: var(--gl-surface);
    border-color: var(--gl-border);
    color: var(--gl-primary) !important;
}

.gl-home__hint {
    margin: 12px 0 0;
    color: var(--gl-muted);
    font-size: .9rem;
}

.gl-home__preview {
    display: flex;
    justify-content: center;
}

.gl-home__phone {
    width: min(420px, 100%);
    padding: 22px;
    border: 1px solid rgba(8, 11, 157, .14);
    border-radius: 28px;
    background: var(--gl-surface);
    box-shadow: 0 30px 80px rgba(15, 23, 42, .15);
    transform: rotate(1.5deg);
}

.gl-home__phone-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 4px 18px;
    color: var(--gl-primary);
}

.gl-home__phone-head strong {
    font-size: 1.25rem;
}

.gl-home__phone-head span,
.gl-home__item small {
    color: var(--gl-muted);
}

.gl-home__item {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 15px 4px;
    border-top: 1px solid #edf0f5;
}

.gl-home__item > span:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.gl-home__check {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border: 2px solid var(--gl-primary-soft);
    border-radius: 50%;
    color: #ffffff;
    font-size: .8rem;
}

.gl-home__check--done {
    background: var(--gl-primary-soft);
}

.gl-home__price-note {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    background: #eef0ff;
    color: var(--gl-primary);
    font-size: .9rem;
    font-weight: 700;
}

.gl-home__section {
    padding: 80px 0;
}

.gl-home__section-heading {
    max-width: 720px;
    margin-bottom: 34px;
}

.gl-home__section h2,
.gl-home__privacy h2,
.gl-home__cta h2 {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -.03em;
    color: #111827;
}

.gl-home__section-heading > p:last-child,
.gl-home__privacy p,
.gl-home__cta p {
    color: var(--gl-muted);
    line-height: 1.65;
}

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

.gl-home__features article {
    padding: 24px;
    border: 1px solid var(--gl-border);
    border-radius: 18px;
    background: var(--gl-surface);
}

.gl-home__feature-icon {
    min-width: 40px;
    height: 40px;
    display: inline-grid;
    place-items: center;
    padding: 0 8px;
    border-radius: 12px;
    background: #eef0ff;
    color: var(--gl-primary);
    font-size: 1.25rem;
    font-weight: 800;
}

.gl-home__features h3 {
    margin: 18px 0 8px;
    font-size: 1.15rem;
}

.gl-home__features p {
    margin: 0;
    color: var(--gl-muted);
    line-height: 1.6;
}

.gl-home__privacy,
.gl-home__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    margin: 28px 0;
    padding: 34px;
    border-radius: 22px;
}

.gl-home__privacy {
    border: 1px solid #dfe3ec;
    background: #ffffff;
}

.gl-home__privacy > div,
.gl-home__cta > div {
    max-width: 760px;
}

.gl-home__privacy p:last-child,
.gl-home__cta p {
    margin-bottom: 0;
}

.gl-home__cta {
    background: #111827;
    color: #ffffff;
}

.gl-home__cta h2,
.gl-home__cta p {
    color: #ffffff;
}

.gl-home__cta p {
    opacity: .8;
}

.gl-home__footer {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    padding: 30px 2px 0;
    color: var(--gl-muted);
    font-size: .92rem;
}

.gl-home__footer div {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.gl-home__footer a {
    text-decoration: none;
}

@media (max-width: 900px) {
    .gl-home__hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-top: 50px;
    }

    .gl-home__preview {
        justify-content: flex-start;
    }

    .gl-home__phone {
        transform: none;
    }

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

@media (max-width: 640px) {
    .gl-home {
        width: min(100% - 24px, 1180px);
    }

    .gl-home__header {
        min-height: 68px;
    }

    .gl-home__brand img {
        width: 40px;
        height: 40px;
    }

    .gl-home__nav > a:not(.gl-home__nav-login) {
        display: none;
    }

    .gl-home__hero {
        gap: 34px;
        padding: 40px 0 48px;
    }

    .gl-home h1 {
        font-size: clamp(2.45rem, 13vw, 3.6rem);
    }

    .gl-home__lead {
        font-size: 1.05rem;
    }

    .gl-home__actions,
    .gl-home__actions .gl-home__button {
        width: 100%;
    }

    .gl-home__section {
        padding: 56px 0;
    }

    .gl-home__features {
        grid-template-columns: 1fr;
    }

    .gl-home__privacy,
    .gl-home__cta {
        align-items: stretch;
        flex-direction: column;
        padding: 24px;
    }

    .gl-home__privacy .gl-home__button,
    .gl-home__cta .gl-home__button {
        width: 100%;
        box-sizing: border-box;
    }

    .gl-home__footer {
        flex-direction: column;
    }
}
