/* Newsletter: end-of-article CTA block (blog) and /subscribe page */

/* --- Article CTA --- */
.article-cta {width: 100%; max-width: 720px; margin: 36px auto; border: 1px solid #33383F; border-radius: 4px; overflow: hidden; line-height: 1.4;}
.article-cta__contests {position: relative; padding: 24px 32px 26px; background: #10151C; overflow: hidden;}
.article-cta__contests-bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; border: 0;}
.article-cta__contests-overlay {position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(90deg, rgba(13, 18, 25, 0.96) 0%, rgba(13, 18, 25, 0.84) 46%, rgba(13, 18, 25, 0.54) 100%);}
.article-cta__row {position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px;}
.article-cta__copy {flex: 1 1 300px;}
.article-cta__bar {display: block; width: 30px; height: 4px; background: #3D931B; margin-bottom: 9px;}
.article-cta__heading {display: block; font-family: Oswald, "Arial Narrow", Arial, sans-serif; font-size: 28px; font-weight: 700; line-height: 1.06; text-transform: uppercase; color: #FFFFFF; text-decoration: none; margin-bottom: 8px;}
.article-cta__heading:hover {color: #FFFFFF; text-decoration: none;}
.article-cta__text {margin: 0; max-width: 380px; font-size: 14.5px; line-height: 1.5; color: #AEB8C4;}
.article-cta__actions {flex: 0 0 auto; display: flex; flex-direction: column; align-items: flex-start; gap: 10px;}
.article-cta__button {flex: 0 0 auto; display: inline-block; padding: 11px 22px; border-radius: 3px; font-size: 14.5px; font-weight: 600; text-decoration: none;}
.article-cta__button:hover {text-decoration: none;}
.article-cta__button--primary {padding: 12px 24px; background: #3D931B; font-size: 15px; color: #FFFFFF;}
.article-cta__button--primary:hover {color: #FFFFFF;}
.article-cta__button--edge {border: 1px solid #2DE0C0; color: #2DE0C0;}
.article-cta__button--edge:hover {color: #2DE0C0;}
.article-cta__button--outline {border: 1px solid #4E5862; color: #D6DEE4;}
.article-cta__button--outline:hover {color: #D6DEE4;}
.article-cta__link {display: inline-block; font-size: 14px; font-weight: 500; color: #A7DC7E; text-decoration: none;}
.article-cta__link:hover {color: #A7DC7E;}
.article-cta__edge {display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 32px; background: #0B0D0F; border-top: 1px solid #23282E;}
.article-cta__edge-brand {flex: 1 1 300px; display: flex; align-items: center; gap: 18px;}
.article-cta__edge-icon {width: 42px; height: 44px; display: block; border: 0; flex: 0 0 auto;}
.article-cta__edge-logo {width: 159px; height: 40px; display: block; border: 0; margin-bottom: 7px;}
.article-cta__subtext {display: block; font-size: 14.5px; line-height: 1.45; color: #8E9AA3;}
.article-cta__subtext--small {font-size: 13.5px;}
.article-cta__newsletter {display: flex; flex-wrap: wrap; align-items: center; gap: 18px; padding: 18px 32px; background: #12161B; border-top: 1px solid #23282E;}
.article-cta__subheading {display: block; font-family: Oswald, "Arial Narrow", Arial, sans-serif; font-size: 19px; font-weight: 700; letter-spacing: 0.01em; text-transform: uppercase; color: #FFFFFF; margin-bottom: 3px;}

/* --- Subscribe page --- */
.subscribe-page {background: var(--dull-black); padding: 1px 0;}
.subscribe {width: 100%; max-width: 860px; margin: 48px auto; padding: 0 16px; box-sizing: border-box; font-family: Barlow, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.4;}
.subscribe__header {padding: 34px 36px 30px; background: #10151C; border: 1px solid #33383F; border-bottom: 0; border-radius: 4px 4px 0 0;}
.subscribe__bar {display: block; width: 30px; height: 4px; background: #3D931B; margin-bottom: 12px;}
.subscribe__title {margin: 0 0 10px; font-size: 34px; font-weight: 700; line-height: 1.1; letter-spacing: -0.015em; color: #FFFFFF;}
.subscribe__intro {margin: 0; max-width: 520px; font-size: 16px; line-height: 1.5; color: #AEB8C4; text-wrap: pretty;}
.subscribe__body {display: flex; flex-wrap: wrap; background: #0B0D0F; border: 1px solid #33383F; border-top: 1px solid #23282E; border-radius: 0 0 4px 4px; overflow: hidden;}
.subscribe__pitch {flex: 1 1 260px; padding: 28px 32px; border-right: 1px solid #23282E; box-sizing: border-box;}
.subscribe__kicker {display: block; font-size: 12px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase; color: #6F7B85; margin-bottom: 16px;}
.subscribe__list {list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px;}
.subscribe__item {position: relative; padding-left: 17px; font-size: 14.5px; line-height: 1.45; color: #AEB8C4; text-wrap: pretty;}
.subscribe__item::before {content: ""; position: absolute; left: 0; top: 7px; width: 6px; height: 6px; background: #3D931B; border-radius: 50%;}
.subscribe__item-title {font-weight: 600; color: #FFFFFF;}
.subscribe__form-wrap {flex: 1 1 320px; padding: 28px 32px 30px; box-sizing: border-box;}
.subscribe__form {margin: 0;}
.subscribe__required {margin: 0 0 18px; font-size: 12.5px; color: #6F7B85;}
.subscribe__asterisk {color: #3D931B;}
.subscribe__label {display: block; font-size: 13px; font-weight: 600; letter-spacing: 0.02em; color: #D6DEE4; margin-bottom: 7px;}
.subscribe__input {display: block; width: 100%; box-sizing: border-box; margin: 0 0 18px; padding: 12px 14px; border: 1px solid #33383F; border-radius: 3px; background: #12161B; font-family: inherit; font-size: 15px; color: #FFFFFF; outline: none;}
.subscribe__input:focus {border-color: #3D931B;}
.subscribe__honeypot {position: absolute; left: -5000px;}
.subscribe__submit {display: inline-block; margin-top: 4px; padding: 13px 30px; border: 0; border-radius: 3px; background: #3D931B; font-family: inherit; font-size: 15.5px; font-weight: 600; color: #FFFFFF; cursor: pointer;}
.subscribe__fineprint {margin: 16px 0 0; font-size: 12.5px; line-height: 1.5; color: #6F7B85;}