.whapido-lp-card {
    --whapido-lp-accent: #087e9a;
    --whapido-lp-accent-dark: #06667e;
    --whapido-lp-ink: #17212b;
    --whapido-lp-muted: #66747e;
    max-width: 880px;
    margin: 42px auto;
    padding: 0 18px;
}

.whapido-lp-card__content {
    overflow: hidden;
    border: 1px solid rgba(25, 55, 70, .11);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(23, 47, 59, .09);
}

.whapido-lp-card__brand {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 92px;
    padding: 22px 30px;
    border-bottom: 1px solid #e8eef1;
    background: linear-gradient(135deg, #f8fbfc 0%, #f1f7f9 100%);
}

.whapido-lp-card__logo-wrap {
    display: flex;
    flex: 0 0 76px;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 58px;
}

.whapido-lp-card__logo {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.whapido-lp-card__company {
    min-width: 0;
}

.whapido-lp-card__company-name {
    overflow: hidden;
    color: var(--whapido-lp-ink);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whapido-lp-card__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 18px;
    margin-top: 7px;
    color: var(--whapido-lp-muted);
    font-size: 13px;
    line-height: 1.45;
}

.whapido-lp-card__contact a,
.whapido-lp-card__contact span {
    color: inherit !important;
    text-decoration: none !important;
}

.whapido-lp-card__contact a:hover {
    color: var(--whapido-lp-accent-dark) !important;
}

.whapido-lp-card__main {
    padding: 44px 42px 46px;
    text-align: center;
}

.whapido-lp-card__eyebrow {
    margin-bottom: 10px;
    color: var(--whapido-lp-accent);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
}

.whapido-lp-card__title {
    margin: 0 0 14px;
    color: var(--whapido-lp-ink);
    font-size: clamp(30px, 5vw, 46px);
    font-weight: 800;
    line-height: 1.12;
}

.whapido-lp-card__description {
    max-width: 610px;
    margin: 0 auto 12px;
    color: #485761;
    font-size: 17px;
    line-height: 1.58;
}

.whapido-lp-card__updated {
    margin: 0 0 26px;
    color: var(--whapido-lp-muted);
    font-size: 13px;
}

.whapido-lp-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 22px 0 24px;
    border-radius: 10px;
    background: var(--whapido-lp-accent);
    box-shadow: 0 9px 20px rgba(8, 126, 154, .22);
    color: #fff !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.whapido-lp-card__button:hover,
.whapido-lp-card__button:focus {
    background: var(--whapido-lp-accent-dark);
    box-shadow: 0 12px 24px rgba(8, 103, 126, .25);
    color: #fff !important;
    transform: translateY(-1px);
}

.whapido-lp-card__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    font-size: 17px;
}

.whapido-lp-notice {
    max-width: 760px;
    margin: 30px auto;
    padding: 16px 18px;
    border: 1px solid #e1e8eb;
    border-radius: 10px;
    background: #fff;
}

@media (max-width: 640px) {
    .whapido-lp-card {
        margin: 24px auto;
        padding: 0 12px;
    }

    .whapido-lp-card__brand {
        align-items: flex-start;
        padding: 19px 20px;
    }

    .whapido-lp-card__logo-wrap {
        flex-basis: 58px;
        width: 58px;
        height: 48px;
    }

    .whapido-lp-card__company-name {
        font-size: 16px;
    }

    .whapido-lp-card__contact {
        display: grid;
        gap: 3px;
    }

    .whapido-lp-card__main {
        padding: 34px 21px 36px;
    }

    .whapido-lp-card__description {
        font-size: 15px;
    }

    .whapido-lp-card__button {
        width: 100%;
        box-sizing: border-box;
    }
}
