.newsletter-capture {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: clamp(1.3rem, 3vw, 3rem);
    align-items: center;
    margin-top: clamp(1.7rem, 4vw, 3.4rem);
    padding: clamp(1.4rem, 4vw, 3rem);
    overflow: hidden;
    color: rgba(255, 249, 237, .78);
    background:
        radial-gradient(circle at 6% 0%, rgba(201,149,61,.16), transparent 18rem),
        linear-gradient(135deg, #06121e 0%, #0a2032 58%, #071724 100%);
    border: 1px solid rgba(201,149,61,.46);
    border-radius: 26px;
    box-shadow: 0 24px 58px rgba(2, 8, 14, .18);
}

.newsletter-capture::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -145px;
    width: 330px;
    height: 330px;
    border: 1px solid rgba(201,149,61,.13);
    border-radius: 50%;
    pointer-events: none;
}

.newsletter-capture__ornament {
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    color: rgba(229,194,127,.33);
    font-size: 1.2rem;
}

.newsletter-capture__content,
.newsletter-capture__form-wrap {
    position: relative;
    z-index: 1;
}

.newsletter-capture__kicker {
    margin: 0;
    color: #e6c98d;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.newsletter-capture h2 {
    max-width: 720px;
    margin: .45rem 0 0;
    color: #fff8e8;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: clamp(2.2rem, 4.6vw, 4rem);
    font-weight: 600;
    line-height: .93;
    letter-spacing: -.035em;
}

.newsletter-capture__content > p:not(.newsletter-capture__kicker) {
    max-width: 700px;
    margin: .85rem 0 0;
    color: rgba(255,249,237,.67);
    line-height: 1.7;
}

.newsletter-capture__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-top: 1rem;
}

.newsletter-capture__benefits span {
    display: inline-flex;
    min-height: 32px;
    align-items: center;
    padding: .38rem .68rem;
    color: #ead3a1;
    background: rgba(255,255,255,.055);
    border: 1px solid rgba(201,149,61,.22);
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
}

.newsletter-capture__form-wrap {
    padding: clamp(1rem, 2.5vw, 1.4rem);
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    backdrop-filter: blur(8px);
}

.newsletter-capture__label {
    display: block;
    margin-bottom: .45rem;
    color: #fff5df;
    font-size: .86rem;
    font-weight: 800;
}

.newsletter-capture__label span {
    color: rgba(255,249,237,.52);
    font-size: .72rem;
    font-weight: 600;
}

.newsletter-capture__row {
    display: grid;
    grid-template-columns: minmax(145px, .72fr) minmax(190px, 1fr) auto;
    gap: .55rem;
    align-items: end;
}

.newsletter-capture__field {
    min-width: 0;
}

body.premium-portal .newsletter-capture__row input[type="text"],
body.premium-portal .newsletter-capture__row input[type="email"] {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: .78rem .9rem;
    color: #10251c;
    background: #fffdf8;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 6px;
    outline: none;
}

body.premium-portal .newsletter-capture__row input[type="text"]:focus,
body.premium-portal .newsletter-capture__row input[type="email"]:focus {
    border-color: #e0bd76;
    box-shadow: 0 0 0 3px rgba(224,189,118,.16);
}

.newsletter-capture__row button {
    min-height: 48px;
    padding: .75rem 1rem;
    color: #071522;
    background: linear-gradient(135deg, #efd99f, #c9953d);
    border: 1px solid #dfb967;
    border-radius: 6px;
    cursor: pointer;
    font: inherit;
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.newsletter-capture__consent {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: .55rem;
    align-items: start;
    margin-top: .75rem;
    color: rgba(255,249,237,.60);
    font-size: .72rem;
    line-height: 1.55;
}

body.premium-portal .newsletter-capture__consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: .15rem 0 0;
    accent-color: #c9953d;
}

.newsletter-capture__consent a {
    color: #ead19a;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.newsletter-capture__message {
    margin-bottom: .75rem;
    padding: .72rem .82rem;
    border-radius: 8px;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.45;
}

.newsletter-capture__message--success {
    color: #dff7e7;
    background: rgba(52, 143, 84, .18);
    border: 1px solid rgba(123, 207, 151, .35);
}

.newsletter-capture__message--error {
    color: #ffe3df;
    background: rgba(157, 58, 47, .19);
    border: 1px solid rgba(228, 137, 126, .35);
}

.newsletter-capture__message--info {
    color: #fff3d6;
    background: rgba(201,149,61,.13);
    border: 1px solid rgba(201,149,61,.30);
}

.newsletter-capture__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

@media (max-width: 900px) {
    .newsletter-capture {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 620px) {
    .newsletter-capture {
        margin-inline: 0;
        padding: 1.2rem;
        border-radius: 20px;
    }

    .newsletter-capture__row {
        grid-template-columns: 1fr;
    }

    .newsletter-capture__row button {
        width: 100%;
    }
}
