.ho-newsletter-pro {
    padding: 64px 0 76px;
    border-top: 1px solid #e4eaf0;
    background: #f7f9fb;
}

.ho-newsletter-pro-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr);
    overflow: hidden;
    border: 1px solid #dce5ec;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(16, 42, 72, .08);
}

.ho-newsletter-pro-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 4px;
    background: #008da0;
}

.ho-newsletter-pro-content {
    min-width: 0;
    padding: 48px 54px 46px;
}

.ho-newsletter-pro-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #00899c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.ho-newsletter-pro-kicker svg {
    width: 18px;
    height: 18px;
}

.ho-newsletter-pro-content h2 {
    max-width: 700px;
    margin: 14px 0 0;
    color: #082a57;
    font-size: clamp(25px, 2.5vw, 34px);
    font-weight: 750;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.ho-newsletter-pro-content > p {
    max-width: 680px;
    margin: 17px 0 0;
    color: #5e6f84;
    font-size: 15px;
    line-height: 1.72;
}

.ho-newsletter-pro-topics {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 26px;
    margin-top: 27px;
}

.ho-newsletter-pro-topics span {
    position: relative;
    padding-left: 14px;
    color: #243d5d;
    font-size: 12px;
    font-weight: 700;
}

.ho-newsletter-pro-topics span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #00a2b3;
    transform: translateY(-50%);
}

.ho-newsletter-pro-subscribe {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #e0e8ee;
    background: #f3f7f9;
    padding: 43px 46px;
}

.ho-newsletter-pro-note strong {
    display: block;
    color: #0a2b55;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.ho-newsletter-pro-note span {
    display: block;
    max-width: 440px;
    margin-top: 7px;
    color: #66768a;
    font-size: 13px;
    line-height: 1.6;
}

.ho-newsletter-pro-form {
    margin-top: 20px;
}

.ho-newsletter-pro-form form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin: 0;
    border: 1px solid #ccd9e2;
    border-radius: 12px;
    background: #fff;
    padding: 6px;
    box-shadow: 0 7px 20px rgba(14, 42, 71, .06);
}

.ho-newsletter-pro-form input {
    min-width: 0;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    padding: 0 13px;
    color: #152f50;
    font-size: 13px;
    outline: none;
}

.ho-newsletter-pro-form input::placeholder {
    color: #8390a0;
}

.ho-newsletter-pro-form input:focus {
    background: #f8fbfc;
    box-shadow: 0 0 0 3px rgba(0, 141, 160, .11);
}

.ho-newsletter-pro-form button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 0;
    border-radius: 8px;
    background: #082a57;
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    cursor: pointer;
    transition: background .18s ease, transform .18s ease;
}

.ho-newsletter-pro-form button:hover {
    background: #0b3a70;
    transform: translateY(-1px);
}

.ho-newsletter-pro-subscribe > small {
    display: flex;
    align-items: flex-start;
    gap: 7px;
    margin-top: 12px;
    color: #738092;
    font-size: 10px;
    line-height: 1.5;
}

.ho-newsletter-pro-subscribe > small svg {
    width: 15px;
    height: 15px;
    flex: 0 0 auto;
    margin-top: 1px;
    color: #158b70;
}

@media (max-width: 1000px) {
    .ho-newsletter-pro-card {
        grid-template-columns: 1fr;
    }

    .ho-newsletter-pro-subscribe {
        border-top: 1px solid #e0e8ee;
        border-left: 0;
    }
}

@media (max-width: 680px) {
    .ho-newsletter-pro {
        padding: 48px 0 56px;
    }

    .ho-newsletter-pro-card {
        border-radius: 15px;
    }

    .ho-newsletter-pro-content,
    .ho-newsletter-pro-subscribe {
        padding: 31px 22px;
    }

    .ho-newsletter-pro-content h2 {
        font-size: 24px;
    }

    .ho-newsletter-pro-content > p {
        font-size: 13px;
    }

    .ho-newsletter-pro-topics {
        display: grid;
        gap: 9px;
        margin-top: 22px;
    }

    .ho-newsletter-pro-form form {
        grid-template-columns: 1fr;
    }

    .ho-newsletter-pro-form button {
        width: 100%;
    }
}
