.news-website-page {
    background:
        radial-gradient(circle at 8% 8%, rgba(243, 200, 91, 0.15), transparent 28%),
        radial-gradient(circle at 92% 18%, rgba(201, 25, 25, 0.08), transparent 30%),
        #fffaf1;
}

.news-website-page .education-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(380px, 0.76fr);
    gap: 44px;
    align-items: center;
    max-width: none;
    width: 100%;
    padding: 72px max(28px, calc((100vw - 1180px) / 2 + 20px)) 62px;
    background:
        radial-gradient(circle at 4% 12%, rgba(243, 200, 91, 0.28) 0 1px, transparent 2px) 0 0 / 18px 18px,
        linear-gradient(135deg, #fffdf8 0%, #fff0d8 52%, #ffffff 100%);
}

.news-website-page .education-hero::before {
    content: "";
    position: absolute;
    left: -150px;
    bottom: -90px;
    width: 620px;
    height: 250px;
    border-radius: 50%;
    background: repeating-radial-gradient(ellipse at center, rgba(214, 166, 58, 0.28) 0 2px, transparent 3px 18px);
    transform: rotate(17deg);
}

.news-website-page .education-hero-copy,
.news-website-page .education-visual {
    position: relative;
    z-index: 1;
}

.news-website-page .education-hero .eyebrow {
    display: inline-flex;
    padding: 8px 15px;
    background: #ffffff;
    border: 1px solid rgba(214, 166, 58, 0.5);
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(5, 5, 5, 0.08);
}

.news-website-page .education-hero h1 {
    max-width: 760px;
    margin-top: 12px;
    font-size: clamp(42px, 4.9vw, 70px);
    line-height: 1.06;
    font-weight: 900;
}

.news-website-page .education-hero h1::first-line {
    color: var(--primary);
}

.news-website-page .education-hero-copy > p:not(.eyebrow) {
    max-width: 650px;
    margin-top: 18px;
    color: #3f4650;
    font-size: 18px;
}

.news-website-page .education-hero .btn {
    min-height: 50px;
    border-radius: 8px;
}

.news-website-page .education-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.news-website-page .education-trust span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 12px;
    color: var(--black);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(214, 166, 58, 0.42);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.news-website-page .education-trust i {
    color: var(--primary);
}

.news-website-page .education-visual {
    overflow: hidden;
    border: 1px solid var(--gold);
    border-radius: 16px;
    background: var(--black);
    box-shadow: 0 30px 70px rgba(5, 5, 5, 0.28);
}

.news-website-page .education-browser {
    display: flex;
    gap: 8px;
    padding: 15px 18px;
    background: #171717;
}

.news-website-page .education-browser span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ff4d4d;
}

.news-website-page .education-browser span:nth-child(2) {
    background: var(--gold);
}

.news-website-page .education-browser span:nth-child(3) {
    background: #22c55e;
}

.news-website-page .education-screen {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 30px;
    color: var(--white);
    background:
        radial-gradient(circle at 78% 22%, rgba(243, 200, 91, 0.44), transparent 20%),
        radial-gradient(circle at 80% 22%, rgba(243, 200, 91, 0.3) 0 2px, transparent 3px) 0 0 / 11px 11px,
        linear-gradient(135deg, #050505 0%, #171717 52%, #651111 100%);
}

.news-website-page .education-screen::after {
    content: "";
    position: absolute;
    top: 54px;
    right: 34px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(243, 200, 91, 0.95) 0 2px, transparent 3px) 0 0 / 11px 11px,
        radial-gradient(circle, rgba(243, 200, 91, 0.3), transparent 62%);
    box-shadow: 0 0 58px rgba(243, 200, 91, 0.42);
}

.news-website-page .education-screen strong,
.news-website-page .education-screen h2,
.news-website-page .education-news-layout,
.news-website-page .education-metric {
    position: relative;
    z-index: 1;
}

.news-website-page .education-screen strong {
    display: inline-block;
    padding: 8px 12px;
    color: var(--white);
    background: var(--primary);
    border: 1px solid var(--gold);
    border-radius: 6px;
    font-size: 12px;
}

.news-website-page .education-screen h2 {
    max-width: 380px;
    margin-top: 20px;
    color: var(--white);
    font-size: 32px;
}

.news-website-page .education-news-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 12px;
    margin-top: 24px;
}

.news-website-page .education-news-layout div {
    min-height: 86px;
    display: grid;
    align-content: end;
    padding: 14px;
    border: 1px solid rgba(243, 200, 91, 0.45);
    border-radius: 9px;
    background: linear-gradient(135deg, rgba(201, 25, 25, 0.7), rgba(214, 166, 58, 0.25));
    font-weight: 900;
}

.news-website-page .education-news-layout .lead-story {
    grid-row: span 2;
    min-height: 184px;
    background:
        linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.72)),
        linear-gradient(135deg, #c91919, #151515 58%, #d6a63a);
}

.news-website-page .education-metric {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(243, 200, 91, 0.42);
    border-radius: 9px;
}

.news-website-page .education-metric span {
    color: var(--gold);
    font-weight: 900;
}

.news-website-page .education-intro {
    padding-top: 52px;
}

.news-website-page .edu-grid,
.news-website-page .earning-grid,
.news-website-page .income-grid {
    display: grid;
    gap: 18px;
}

.news-website-page .edu-grid,
.news-website-page .earning-grid {
    grid-template-columns: repeat(4, 1fr);
}

.news-website-page .edu-grid article,
.news-website-page .earning-grid article,
.news-website-page .income-grid article {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(5, 5, 5, 0.07);
}

.news-website-page .edu-grid article,
.news-website-page .earning-grid article {
    padding: 24px 20px;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.news-website-page .edu-grid article:hover,
.news-website-page .earning-grid article:hover {
    transform: translateY(-8px);
    border-color: var(--gold);
    box-shadow: 0 24px 52px rgba(5, 5, 5, 0.14);
}

.news-website-page .edu-grid i,
.news-website-page .earning-grid i {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
    color: var(--primary);
    background: #fff4d8;
    border: 1px solid rgba(214, 166, 58, 0.6);
    border-radius: 50%;
    font-size: 24px;
}

.news-website-page .edu-grid h3 {
    font-size: 18px;
}

.news-website-page .edu-grid p,
.news-website-page .earning-grid span {
    color: var(--muted);
    font-size: 14px;
}

.news-website-page .earning-grid article {
    display: grid;
    gap: 8px;
    background: linear-gradient(180deg, #ffffff, #fff7e8);
}

.news-website-page .earning-grid strong {
    font-size: 18px;
}

.news-website-page .income-box {
    margin-top: 22px;
    padding: 28px;
    color: var(--white);
    background:
        radial-gradient(circle at 88% 18%, rgba(243, 200, 91, 0.18), transparent 30%),
        linear-gradient(135deg, #050505, #171717 58%, #651111);
    border: 1px solid var(--gold);
    border-radius: 14px;
    box-shadow: var(--shadow);
}

.news-website-page .income-grid {
    grid-template-columns: repeat(3, 1fr);
    margin: 18px 0;
}

.news-website-page .income-grid article {
    padding: 20px;
    border-color: rgba(243, 200, 91, 0.44);
}

.news-website-page .income-grid strong {
    display: block;
    color: var(--primary);
    font-size: 20px;
}

.news-website-page .income-grid span {
    color: var(--black);
    font-weight: 800;
}

.news-website-page .income-box p {
    color: #e8e8e8;
}

.news-website-page .feature-band {
    background:
        radial-gradient(circle at 86% 16%, rgba(243, 200, 91, 0.18), transparent 28%),
        linear-gradient(135deg, #050505, #171717 55%, #4d0d0d);
}

.news-website-page .feature-band .section-heading p {
    color: #e8e8e8;
}

.news-website-page .feature-grid span {
    color: var(--white);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(243, 200, 91, 0.42);
}

.news-website-page .feature-grid span::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    color: var(--black);
    background: var(--gold);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 900;
}

@media (max-width: 860px) {
    .news-website-page .education-hero {
        grid-template-columns: 1fr;
        padding: 42px 20px;
    }

    .news-website-page .education-visual {
        max-width: 560px;
        width: 100%;
        justify-self: center;
    }

    .news-website-page .edu-grid,
    .news-website-page .earning-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .news-website-page .education-hero h1 {
        font-size: 34px;
    }

    .news-website-page .education-hero-copy > p:not(.eyebrow) {
        font-size: 15px;
    }

    .news-website-page .education-news-layout {
        grid-template-columns: 1fr 1fr;
    }

    .news-website-page .education-news-layout div,
    .news-website-page .education-news-layout .lead-story {
        min-height: 86px;
    }

    .news-website-page .edu-grid article,
    .news-website-page .earning-grid article {
        padding: 16px 12px;
    }

    .news-website-page .income-grid {
        grid-template-columns: 1fr;
    }
}

/* Distinct news-website page style: editorial brochure, not homepage copy */
.news-website-page {
    background:
        linear-gradient(90deg, rgba(214, 166, 58, 0.06) 0 1px, transparent 1px 100%) 0 0 / 38px 38px,
        linear-gradient(180deg, #fffaf1 0%, #ffffff 34%, #fff7ea 100%);
}

.news-website-page .education-hero {
    grid-template-columns: minmax(0, 0.82fr) minmax(390px, 0.78fr);
    gap: 56px;
    align-items: stretch;
    padding-top: 64px;
    padding-bottom: 64px;
    background:
        linear-gradient(110deg, #ffffff 0 58%, #100f0d 58% 100%);
}

.news-website-page .education-hero::before {
    left: auto;
    right: 40%;
    top: 0;
    bottom: auto;
    width: 170px;
    height: 100%;
    border-radius: 0;
    opacity: 0.9;
    background:
        linear-gradient(135deg, transparent 0 34%, rgba(201, 25, 25, 0.12) 35% 64%, transparent 65% 100%);
    transform: none;
}

.news-website-page .education-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary), var(--gold));
}

.news-website-page .education-hero .eyebrow {
    color: var(--white);
    background: var(--primary);
    border: 0;
    border-radius: 5px;
    box-shadow: none;
}

.news-website-page .education-hero h1 {
    max-width: 700px;
    font-size: clamp(42px, 4.5vw, 64px);
    line-height: 1.08;
}

.news-website-page .education-hero h1::first-line {
    color: var(--black);
}

.news-website-page .education-hero-copy > p:not(.eyebrow) {
    max-width: 620px;
    color: #4b5563;
    font-size: 17px;
}

.news-website-page .education-hero .hero-actions {
    margin-top: 26px;
}

.news-website-page .education-hero .btn {
    min-width: 190px;
}

.news-website-page .education-trust {
    margin-top: 22px;
}

.news-website-page .education-trust span {
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(5, 5, 5, 0.08);
}

.news-website-page .education-visual {
    align-self: center;
    border: 0;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
    transform: rotate(-1deg);
}

.news-website-page .education-browser {
    background: #ffffff;
    border-bottom: 1px solid #ead8b2;
}

.news-website-page .education-browser span {
    background: var(--primary);
}

.news-website-page .education-screen {
    min-height: 415px;
    padding: 28px;
    color: var(--black);
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.08) 0 1px, transparent 1px 100%) 0 0 / 18px 18px,
        linear-gradient(180deg, #ffffff 0%, #fff2d3 100%);
}

.news-website-page .education-screen::after {
    top: 22px;
    right: 22px;
    width: 138px;
    height: 138px;
    opacity: 0.78;
    background:
        linear-gradient(135deg, var(--primary), #721010),
        radial-gradient(circle, rgba(243, 200, 91, 0.95) 0 2px, transparent 3px) 0 0 / 12px 12px;
    border-radius: 14px;
    box-shadow: 0 18px 36px rgba(201, 25, 25, 0.26);
}

.news-website-page .education-screen strong {
    color: var(--black);
    background: var(--gold);
    border: 0;
}

.news-website-page .education-screen h2 {
    max-width: 320px;
    color: var(--black);
    font-size: 30px;
}

.news-website-page .education-news-layout div {
    color: var(--black);
    background: #ffffff;
    border-color: rgba(214, 166, 58, 0.5);
    box-shadow: 0 10px 24px rgba(5, 5, 5, 0.08);
}

.news-website-page .education-news-layout .lead-story {
    color: var(--white);
    background:
        linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.75)),
        linear-gradient(135deg, var(--primary), #171717);
}

.news-website-page .education-metric {
    color: var(--white);
    background: var(--black);
    border-color: var(--gold);
}

.news-website-page .education-intro {
    position: relative;
    align-items: stretch;
}

.news-website-page .education-intro > div:first-child {
    padding: 34px;
    background: #ffffff;
    border-left: 5px solid var(--primary);
    border-radius: 10px;
    box-shadow: 0 18px 46px rgba(5, 5, 5, 0.08);
}

.news-website-page .education-intro .process-box {
    background:
        linear-gradient(135deg, #111111, #4d0d0d);
    border-color: var(--gold);
    color: var(--white);
}

.news-website-page .education-intro .process-box li {
    border-top-color: rgba(243, 200, 91, 0.28);
}

.news-website-page .education-section .section-heading,
.news-website-page .earning-section .section-heading {
    max-width: none;
    display: grid;
    grid-template-columns: 0.65fr 1fr;
    gap: 26px;
    align-items: end;
}

.news-website-page .education-section .section-heading h2,
.news-website-page .earning-section .section-heading h2 {
    padding-left: 18px;
    border-left: 5px solid var(--primary);
}

.news-website-page .edu-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
}

.news-website-page .edu-grid article {
    border-top: 4px solid var(--primary);
    border-radius: 6px;
}

.news-website-page .edu-grid article:nth-child(even) {
    margin-top: 28px;
    border-top-color: var(--gold);
}

.news-website-page .edu-grid i,
.news-website-page .earning-grid i {
    border-radius: 8px;
}

.news-website-page .earning-section {
    max-width: none;
    padding-left: max(28px, calc((100vw - 1180px) / 2 + 20px));
    padding-right: max(28px, calc((100vw - 1180px) / 2 + 20px));
    background:
        radial-gradient(circle at 8% 20%, rgba(243, 200, 91, 0.13), transparent 28%),
        #111111;
}

.news-website-page .earning-section h2,
.news-website-page .earning-section .section-heading p {
    color: var(--white);
}

.news-website-page .earning-grid article {
    color: var(--white);
    background: linear-gradient(145deg, #1d1d1d, #070707);
    border-color: rgba(243, 200, 91, 0.35);
}

.news-website-page .earning-grid span {
    color: #dfdfdf;
}

.news-website-page .income-box {
    background: #ffffff;
    color: var(--black);
}

.news-website-page .income-box h3,
.news-website-page .income-box p {
    color: var(--black);
}

.news-website-page .income-grid article {
    background: #fff7e8;
}

.news-website-page .feature-band {
    margin-top: 0;
}

.news-website-page .cta-band {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background:
        linear-gradient(135deg, #c91919 0%, #8d0f12 50%, #050505 100%);
}

.news-website-page .cta-band::after {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(243, 200, 91, 0.18);
}

@media (max-width: 860px) {
    .news-website-page .education-hero {
        grid-template-columns: 1fr;
        background: linear-gradient(180deg, #ffffff 0 58%, #111111 58% 100%);
    }

    .news-website-page .education-section .section-heading,
    .news-website-page .earning-section .section-heading {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .news-website-page .edu-grid article:nth-child(even) {
        margin-top: 0;
    }
}

@media (max-width: 560px) {
    .news-website-page .education-visual {
        transform: none;
    }

    .news-website-page .education-screen {
        padding: 20px;
    }

    .news-website-page .edu-grid,
    .news-website-page .earning-grid {
        grid-template-columns: 1fr;
    }
}

/* Final direction: not inspired by the front page */
.news-website-page {
    background:
        linear-gradient(90deg, rgba(5, 5, 5, 0.035) 0 1px, transparent 1px 100%) 0 0 / 42px 42px,
        linear-gradient(180deg, #fbfaf6 0%, #ffffff 42%, #fff7e8 100%);
}

.news-website-page .education-hero {
    display: block;
    max-width: 1180px;
    margin: 0 auto;
    padding: 58px 20px 46px;
    background: transparent;
}

.news-website-page .education-hero::before,
.news-website-page .education-hero::after {
    display: none;
}

.news-website-page .education-hero-copy {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
}

.news-website-page .education-hero .eyebrow {
    color: var(--primary);
    background: #fff4d8;
    border: 1px solid rgba(214, 166, 58, 0.55);
    border-radius: 999px;
}

.news-website-page .education-hero h1 {
    max-width: 900px;
    margin: 18px auto 0;
    font-size: clamp(38px, 5.2vw, 68px);
    line-height: 1.08;
    color: var(--black);
}

.news-website-page .education-hero h1::first-line {
    color: var(--black);
}

.news-website-page .education-hero h1::after {
    content: "";
    display: block;
    width: 160px;
    height: 5px;
    margin: 22px auto 0;
    background: linear-gradient(90deg, var(--primary), var(--gold));
    border-radius: 999px;
}

.news-website-page .education-hero-copy > p:not(.eyebrow) {
    max-width: 760px;
    margin: 18px auto 0;
}

.news-website-page .education-hero .hero-actions {
    justify-content: center;
}

.news-website-page .education-trust {
    justify-content: center;
}

.news-website-page .education-visual {
    max-width: 960px;
    margin: 34px auto 0;
    transform: none;
    border: 1px solid rgba(214, 166, 58, 0.55);
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 22px 55px rgba(5, 5, 5, 0.12);
}

.news-website-page .education-browser {
    display: none;
}

.news-website-page .education-screen {
    min-height: auto;
    padding: 28px;
    color: var(--black);
    background:
        linear-gradient(90deg, transparent 0 48%, rgba(214, 166, 58, 0.28) 48% 49%, transparent 49% 100%),
        #ffffff;
}

.news-website-page .education-screen::after {
    top: 28px;
    right: 28px;
    width: 190px;
    height: 118px;
    border-radius: 4px;
    background:
        linear-gradient(135deg, rgba(201, 25, 25, 0.92), rgba(5, 5, 5, 0.86)),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.28) 0 2px, transparent 2px 12px);
    box-shadow: none;
}

.news-website-page .education-screen strong {
    color: var(--white);
    background: var(--primary);
}

.news-website-page .education-screen h2 {
    max-width: 520px;
    color: var(--black);
    font-size: clamp(26px, 3vw, 38px);
}

.news-website-page .education-news-layout {
    grid-template-columns: repeat(4, 1fr);
}

.news-website-page .education-news-layout .lead-story,
.news-website-page .education-news-layout div {
    grid-row: auto;
    min-height: 96px;
    color: var(--black);
    background: #fff8e8;
}

.news-website-page .education-news-layout .lead-story {
    color: var(--white);
    background: var(--black);
}

.news-website-page .education-metric {
    color: var(--black);
    background: #fff4d8;
}

.news-website-page .education-metric b {
    color: var(--black);
}

.news-website-page .education-intro {
    grid-template-columns: minmax(0, 1fr) 360px;
}

.news-website-page .education-intro > div:first-child {
    border-left: 0;
    border-top: 5px solid var(--primary);
}

.news-website-page .education-intro .process-box {
    background: #ffffff;
    color: var(--black);
    border-top: 5px solid var(--gold);
}

.news-website-page .education-intro .process-box li {
    border-top-color: var(--line);
}

.news-website-page .education-section .section-heading,
.news-website-page .earning-section .section-heading {
    display: block;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.news-website-page .education-section .section-heading h2,
.news-website-page .earning-section .section-heading h2 {
    padding-left: 0;
    border-left: 0;
}

.news-website-page .edu-grid article:nth-child(even) {
    margin-top: 0;
}

.news-website-page .edu-grid article {
    border-top: 0;
    border-left: 4px solid var(--primary);
}

.news-website-page .edu-grid article:nth-child(even) {
    border-left-color: var(--gold);
}

.news-website-page .earning-section {
    background:
        linear-gradient(90deg, rgba(243, 200, 91, 0.09) 0 1px, transparent 1px 100%) 0 0 / 34px 34px,
        #141414;
}

@media (max-width: 860px) {
    .news-website-page .education-hero {
        background: transparent;
    }

    .news-website-page .education-intro {
        grid-template-columns: 1fr;
    }

    .news-website-page .education-news-layout {
        grid-template-columns: 1fr 1fr;
    }
}

/* Fresh news content hero */
.news-website-page .news-content-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(440px, 0.92fr);
    gap: 36px;
    align-items: center;
    width: 100%;
    min-height: calc(100vh - 58px);
    padding: 46px max(30px, calc((100vw - 1180px) / 2 + 20px)) 0;
    color: #ffffff;
    background:
        radial-gradient(circle at 76% 10%, rgba(255, 96, 31, 0.28), transparent 27%),
        radial-gradient(circle at 100% 100%, rgba(243, 200, 91, 0.12), transparent 28%),
        linear-gradient(135deg, #050505 0%, #090909 52%, #160606 100%);
}

.news-website-page .news-content-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 73% 23%, rgba(243, 80, 32, 0.42) 0 2px, transparent 3px) 0 0 / 22px 22px,
        linear-gradient(90deg, transparent 0 52%, rgba(201, 25, 25, 0.18) 52% 100%);
    opacity: 0.62;
}

.news-website-page .news-content-copy,
.news-website-page .news-content-visual,
.news-website-page .news-content-strip {
    position: relative;
    z-index: 1;
}

.news-website-page .hero-offer {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 16px;
    padding: 8px 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #d81919, #7a0c0c);
    border: 1px solid rgba(243, 200, 91, 0.44);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 900;
}

.news-website-page .news-content-copy h1 {
    max-width: 660px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(50px, 5.5vw, 82px);
    line-height: 1.04;
    font-weight: 900;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.24);
}

.news-website-page .news-content-copy h1 span {
    display: block;
    margin-top: 4px;
    color: var(--gold);
}

.news-website-page .news-content-copy > p:not(.hero-offer):not(.hero-category-line) {
    max-width: 650px;
    margin: 22px 0 18px;
    color: #f2f2f2;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.52;
}

.news-website-page .content-price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 560px;
    margin: 22px 0;
    border-top: 1px dashed rgba(255, 255, 255, 0.58);
    border-bottom: 1px dashed rgba(214, 166, 58, 0.72);
}

.news-website-page .content-price-grid article {
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 0 12px;
    padding: 18px 22px 18px 0;
}

.news-website-page .content-price-grid article + article {
    padding-left: 22px;
    border-left: 1px dashed rgba(214, 166, 58, 0.72);
}

.news-website-page .content-price-grid i {
    grid-row: span 3;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    color: var(--gold);
    border: 2px solid var(--gold);
    border-radius: 8px;
    font-size: 25px;
}

.news-website-page .content-price-grid small {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.news-website-page .content-price-grid strong {
    color: var(--gold);
    font-size: 36px;
    line-height: 1;
}

.news-website-page .content-price-grid span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
}

.news-website-page .hero-category-line {
    max-width: 650px;
    margin: 0 0 22px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.news-website-page .news-content-hero .hero-actions {
    gap: 16px;
    margin-top: 0;
}

.news-website-page .news-content-hero .btn {
    min-width: 210px;
    min-height: 54px;
    border-radius: 7px;
    font-size: 16px;
}

.news-website-page .news-content-hero .primary {
    background: #12b844;
    box-shadow: 0 12px 28px rgba(18, 184, 68, 0.28);
}

.news-website-page .news-content-visual {
    min-height: 510px;
}

.news-website-page .news-globe {
    position: absolute;
    top: 0;
    right: 12px;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 110, 45, 0.96) 0 2px, transparent 3px) 0 0 / 13px 13px,
        radial-gradient(circle at 50% 50%, rgba(243, 80, 32, 0.25), transparent 62%);
    box-shadow: 0 0 70px rgba(243, 80, 32, 0.42);
}

.news-website-page .news-globe::after {
    content: "";
    position: absolute;
    left: -40px;
    right: -35px;
    top: 145px;
    height: 110px;
    border-top: 4px solid rgba(255, 87, 34, 0.9);
    border-bottom: 3px solid rgba(243, 200, 91, 0.65);
    border-radius: 50%;
    transform: rotate(-18deg);
}

.news-website-page .laptop-news {
    position: absolute;
    right: 80px;
    top: 96px;
    width: 360px;
    height: 245px;
    padding: 18px;
    color: #111111;
    background: #f7f5ef;
    border: 12px solid #242424;
    border-radius: 16px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.48);
}

.news-website-page .screen-top {
    margin-bottom: 14px;
    padding: 10px;
    color: #ffffff;
    background: linear-gradient(90deg, #333333, #b51a1a);
    text-align: center;
    font-size: 34px;
    font-weight: 900;
}

.news-website-page .screen-body span {
    float: left;
    width: 110px;
    height: 82px;
    margin-right: 14px;
    background:
        linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.52)),
        linear-gradient(135deg, #242424, #d6a63a);
}

.news-website-page .screen-body p {
    height: 10px;
    margin: 9px 0;
    background: #555555;
}

.news-website-page .phone-news {
    position: absolute;
    right: 8px;
    top: 166px;
    width: 112px;
    height: 205px;
    padding: 18px 10px;
    color: #ffffff;
    background:
        linear-gradient(180deg, #c91919 0 42%, #ffffff 42% 100%);
    border: 8px solid #111111;
    border-radius: 22px;
    text-align: center;
    box-shadow: 0 26px 46px rgba(0, 0, 0, 0.45);
}

.news-website-page .phone-news b,
.news-website-page .phone-news span {
    display: block;
    font-size: 20px;
    line-height: 1.05;
}

.news-website-page .paper-roll {
    position: absolute;
    left: 34px;
    bottom: 52px;
    width: 360px;
    height: 104px;
    display: grid;
    place-items: center;
    color: #111111;
    background:
        linear-gradient(90deg, #e8e2d6, #ffffff 18%, #d8d1c4 28%, #ffffff 38%, #efe7d9);
    border-radius: 60px 14px 14px 60px;
    box-shadow: 0 26px 50px rgba(0, 0, 0, 0.42);
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 1px;
    transform: rotate(-3deg);
}

.news-website-page .news-content-strip {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin: 34px calc(-1 * max(30px, calc((100vw - 1180px) / 2 + 20px))) 0;
    padding: 18px max(30px, calc((100vw - 1180px) / 2 + 20px));
    background: rgba(0, 0, 0, 0.92);
    border-top: 1px solid rgba(214, 166, 58, 0.65);
}

.news-website-page .news-content-strip article {
    display: grid;
    grid-template-columns: 54px 1fr;
    align-items: center;
    padding: 0 28px;
    border-right: 1px solid rgba(214, 166, 58, 0.4);
}

.news-website-page .news-content-strip article:last-child {
    border-right: 0;
}

.news-website-page .news-content-strip i {
    grid-row: span 2;
    color: var(--gold);
    font-size: 34px;
}

.news-website-page .news-content-strip strong,
.news-website-page .news-content-strip span {
    display: block;
}

.news-website-page .news-content-strip strong {
    color: #ffffff;
    font-size: 24px;
}

.news-website-page .news-content-strip span {
    color: #ffffff;
    font-size: 14px;
}

@media (max-width: 1050px) {
    .news-website-page .news-content-hero {
        grid-template-columns: 1fr;
        padding-top: 34px;
    }

    .news-website-page .news-content-visual {
        min-height: 430px;
        max-width: 720px;
        width: 100%;
        justify-self: center;
    }

    .news-website-page .news-content-strip {
        grid-template-columns: 1fr 1fr;
        gap: 18px 0;
    }
}

@media (max-width: 560px) {
    .news-website-page .news-content-hero {
        min-height: auto;
        padding: 28px 18px 0;
    }

    .news-website-page .hero-offer {
        font-size: 11px;
    }

    .news-website-page .news-content-copy h1 {
        font-size: 38px;
    }

    .news-website-page .content-price-grid {
        grid-template-columns: 1fr;
    }

    .news-website-page .content-price-grid article + article {
        padding-left: 0;
        border-left: 0;
        border-top: 1px dashed rgba(214, 166, 58, 0.72);
    }

    .news-website-page .news-content-hero .btn {
        width: 100%;
    }

    .news-website-page .news-content-visual {
        min-height: 330px;
    }

    .news-website-page .news-globe {
        width: 230px;
        height: 230px;
        right: 0;
    }

    .news-website-page .laptop-news {
        width: 260px;
        height: 178px;
        right: 48px;
        top: 58px;
        border-width: 8px;
    }

    .news-website-page .screen-top {
        font-size: 22px;
    }

    .news-website-page .phone-news {
        right: 0;
        top: 122px;
        width: 82px;
        height: 150px;
        border-width: 6px;
    }

    .news-website-page .phone-news b,
    .news-website-page .phone-news span {
        font-size: 14px;
    }

    .news-website-page .paper-roll {
        left: 6px;
        bottom: 32px;
        width: 245px;
        height: 76px;
        font-size: 27px;
    }

    .news-website-page .news-content-strip {
        grid-template-columns: 1fr;
        margin-top: 18px;
    }

    .news-website-page .news-content-strip article {
        padding: 12px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(214, 166, 58, 0.28);
    }
}

/* Exact reference image hero */
.news-website-page .news-reference-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #050505;
}

.news-website-page .news-reference-hero img {
    display: block;
    width: 100%;
    height: auto;
}

.news-website-page .hero-seo-copy {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.news-website-page .reference-hotspot {
    position: absolute;
    z-index: 2;
    display: block;
    border-radius: 10px;
}

.news-website-page .whatsapp-hotspot {
    left: 4.4%;
    top: 75.1%;
    width: 20%;
    height: 8.8%;
}

.news-website-page .signup-hotspot {
    left: 26.1%;
    top: 75.1%;
    width: 18%;
    height: 8.8%;
}

.news-website-page .reference-hotspot:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 3px;
}

@media (max-width: 700px) {
    .news-website-page .news-reference-hero {
        overflow-x: auto;
    }

    .news-website-page .news-reference-hero img {
        width: 980px;
        max-width: none;
    }

    .news-website-page .whatsapp-hotspot {
        left: 43px;
        top: 402px;
        width: 196px;
        height: 48px;
    }

    .news-website-page .signup-hotspot {
        left: 256px;
        top: 402px;
        width: 176px;
        height: 48px;
    }
}

/* Crispy image-rich polish */
.news-website-page .education-hero {
    padding-top: 46px;
}

.news-website-page .education-hero h1 {
    letter-spacing: 0;
}

.news-website-page .education-visual {
    border-radius: 12px;
}

.news-website-page .education-screen {
    padding: 24px;
}

.news-website-page .education-news-layout div {
    position: relative;
    overflow: hidden;
    padding-top: 54px;
}

.news-website-page .education-news-layout div::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    height: 34px;
    border-radius: 7px;
    opacity: 0.95;
}

.news-website-page .education-news-layout .lead-story::before {
    height: 72px;
    background:
        radial-gradient(circle at 72% 38%, #f3c85b 0 16px, transparent 17px),
        linear-gradient(135deg, #2d2d2d, #c91919);
}

.news-website-page .education-news-layout div:not(.lead-story)::before {
    background:
        linear-gradient(90deg, rgba(201, 25, 25, 0.85) 0 28%, transparent 28% 34%, rgba(214, 166, 58, 0.72) 34% 100%),
        repeating-linear-gradient(0deg, rgba(5, 5, 5, 0.12) 0 2px, transparent 2px 9px);
}

.news-website-page .story-image,
.news-website-page .edu-image,
.news-website-page .revenue-visual {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(214, 166, 58, 0.45);
    background: #111111;
}

.news-website-page .story-image {
    min-height: 210px;
    margin-bottom: 24px;
    border-radius: 10px;
    background:
        linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.78)),
        radial-gradient(circle at 28% 35%, rgba(243, 200, 91, 0.75), transparent 12%),
        linear-gradient(135deg, #111111, #7c1212 55%, #d6a63a);
}

.news-website-page .story-image::before {
    content: "LIVE DESK";
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 7px 10px;
    color: #ffffff;
    background: var(--primary);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 900;
}

.news-website-page .story-image::after {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    height: 70px;
    border-radius: 9px;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0 30%, transparent 30% 34%, rgba(255, 255, 255, 0.72) 34% 100%),
        repeating-linear-gradient(0deg, rgba(5, 5, 5, 0.15) 0 2px, transparent 2px 12px);
}

.news-website-page .edu-grid article {
    display: flex;
    flex-direction: column;
}

.news-website-page .edu-image {
    min-height: 138px;
    margin: -24px -20px 18px;
    border-width: 0 0 1px;
    border-radius: 0;
}

.news-website-page .domain-image {
    background:
        radial-gradient(circle at 50% 45%, transparent 0 34px, rgba(243, 200, 91, 0.85) 35px 37px, transparent 38px),
        linear-gradient(90deg, rgba(255,255,255,0.18) 0 1px, transparent 1px 100%) 0 0 / 22px 22px,
        linear-gradient(135deg, #101010, #8d0f12);
}

.news-website-page .hosting-image {
    background:
        repeating-linear-gradient(0deg, #1d1d1d 0 16px, #2d2d2d 16px 18px),
        linear-gradient(135deg, #050505, #d6a63a);
}

.news-website-page .hosting-image::after {
    content: "";
    position: absolute;
    inset: 20px 26px;
    border-radius: 8px;
    background:
        radial-gradient(circle at 18% 20%, #22c55e 0 5px, transparent 6px),
        radial-gradient(circle at 18% 50%, #22c55e 0 5px, transparent 6px),
        radial-gradient(circle at 18% 80%, #22c55e 0 5px, transparent 6px),
        linear-gradient(90deg, #101010 0 34%, #3b3b3b 34% 100%);
}

.news-website-page .epaper-image {
    background:
        linear-gradient(115deg, transparent 0 18%, rgba(255, 255, 255, 0.9) 18% 74%, transparent 74%),
        repeating-linear-gradient(0deg, rgba(5, 5, 5, 0.18) 0 2px, transparent 2px 14px),
        linear-gradient(135deg, #f8edd2, #7f1616);
}

.news-website-page .admin-image {
    background:
        linear-gradient(90deg, rgba(201, 25, 25, 0.95) 0 26%, transparent 26% 100%),
        linear-gradient(180deg, #202020 0 18%, transparent 18% 100%),
        linear-gradient(135deg, #111111, #f3c85b);
}

.news-website-page .admin-image::after {
    content: "";
    position: absolute;
    left: 34%;
    right: 10%;
    top: 34%;
    bottom: 18%;
    border-radius: 8px;
    background:
        linear-gradient(90deg, #ffffff 0 28%, transparent 28% 34%, #ffffff 34% 62%, transparent 62% 68%, #ffffff 68% 100%),
        linear-gradient(#fff, #fff);
}

.news-website-page .revenue-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: stretch;
    margin-top: 22px;
    padding: 18px;
    border-radius: 12px;
    background:
        radial-gradient(circle at 88% 18%, rgba(243, 200, 91, 0.24), transparent 28%),
        linear-gradient(135deg, #050505, #4d0d0d);
}

.news-website-page .revenue-screen {
    min-height: 170px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 8px;
    color: #ffffff;
    border: 1px solid rgba(243, 200, 91, 0.45);
    border-radius: 10px;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 100%) 0 0 / 18px 18px,
        rgba(255,255,255,0.06);
}

.news-website-page .revenue-screen strong {
    display: grid;
    place-items: center;
    width: 76px;
    height: 76px;
    color: var(--black);
    background: var(--gold);
    border-radius: 50%;
    font-size: 42px;
}

.news-website-page .revenue-bars {
    display: flex;
    align-items: end;
    gap: 14px;
    min-height: 170px;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
}

.news-website-page .revenue-bars span {
    flex: 1;
    min-height: 38px;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(180deg, var(--gold), var(--primary));
}

.news-website-page .revenue-bars span:nth-child(2) {
    min-height: 72px;
}

.news-website-page .revenue-bars span:nth-child(3) {
    min-height: 118px;
}

.news-website-page .revenue-bars span:nth-child(4) {
    min-height: 146px;
}

.news-website-page .edu-grid article,
.news-website-page .earning-grid article,
.news-website-page .faq-grid details {
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.news-website-page .faq-grid details:hover {
    transform: translateY(-4px);
    border-color: var(--gold);
    box-shadow: 0 18px 38px rgba(5, 5, 5, 0.12);
}

@media (max-width: 860px) {
    .news-website-page .revenue-visual {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .news-website-page .story-image {
        min-height: 170px;
    }

    .news-website-page .edu-image {
        min-height: 112px;
    }
}

/* Coded reference-style hero, no image asset */
.news-website-page .news-content-hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(460px, 0.94fr);
    gap: 28px;
    min-height: calc(100vh - 59px);
    padding-top: 28px;
    padding-bottom: 0;
    background:
        radial-gradient(circle at 75% 18%, rgba(255, 85, 28, 0.34), transparent 24%),
        radial-gradient(circle at 100% 100%, rgba(243, 200, 91, 0.12), transparent 30%),
        linear-gradient(135deg, #020202 0%, #080808 52%, #130606 100%);
}

.news-website-page .news-content-copy h1 {
    max-width: 630px;
    font-size: clamp(42px, 5vw, 72px);
}

.news-website-page .news-content-copy > p:not(.hero-offer):not(.hero-category-line) {
    margin: 18px 0 14px;
    font-size: 17px;
}

.news-website-page .hero-offer {
    margin-bottom: 12px;
}

.news-website-page .content-price-grid {
    margin: 18px 0 14px;
}

.news-website-page .content-price-grid article {
    padding-top: 14px;
    padding-bottom: 14px;
}

.news-website-page .hero-category-line {
    margin-bottom: 10px;
    font-size: 14px;
}

.news-website-page .news-content-hero .btn {
    min-height: 48px;
}

.news-website-page .news-content-hero .hero-actions {
    margin-bottom: 0;
}

.news-website-page .news-content-visual {
    min-height: 430px;
}

.news-website-page .news-globe {
    top: -18px;
    right: 0;
    width: 345px;
    height: 345px;
}

.news-website-page .laptop-news {
    right: 86px;
    top: 62px;
    width: 340px;
    height: 228px;
}

.news-website-page .screen-top {
    font-size: 31px;
}

.news-website-page .phone-news {
    top: 132px;
    width: 104px;
    height: 190px;
}

.news-website-page .paper-roll {
    left: 22px;
    bottom: 42px;
    width: 338px;
    height: 94px;
    font-size: 38px;
}

.news-website-page .news-content-strip {
    margin-top: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.news-website-page .news-content-strip article {
    grid-template-columns: 46px 1fr;
    padding: 0 24px;
}

.news-website-page .news-content-strip i {
    font-size: 30px;
}

.news-website-page .news-content-strip strong {
    font-size: 21px;
}

@media (max-width: 1050px) {
    .news-website-page .news-content-hero {
        min-height: auto;
    }
}

/* Hero responsive refinement after page was reduced to hero only */
@media (max-width: 900px) {
    .news-website-page .news-content-hero {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 26px 18px 0;
    }

    .news-website-page .news-content-copy {
        max-width: 620px;
    }

    .news-website-page .news-content-visual {
        min-height: 320px;
        max-width: 520px;
        width: 100%;
        justify-self: center;
    }

    .news-website-page .news-globe {
        width: 245px;
        height: 245px;
        right: 0;
    }

    .news-website-page .laptop-news {
        width: 270px;
        height: 180px;
        right: 70px;
        top: 54px;
        border-width: 8px;
    }

    .news-website-page .screen-top {
        font-size: 22px;
    }

    .news-website-page .phone-news {
        top: 112px;
        right: 6px;
        width: 78px;
        height: 142px;
        border-width: 6px;
    }

    .news-website-page .phone-news b,
    .news-website-page .phone-news span {
        font-size: 14px;
    }

    .news-website-page .paper-roll {
        left: 10px;
        bottom: 28px;
        width: 250px;
        height: 72px;
        font-size: 26px;
    }

    .news-website-page .news-content-strip {
        grid-template-columns: 1fr 1fr;
        margin-top: 10px;
    }
}

@media (max-width: 560px) {
    .news-website-page .news-content-hero {
        padding: 22px 14px 0;
    }

    .news-website-page .hero-offer {
        font-size: 11px;
        line-height: 1.25;
    }

    .news-website-page .news-content-copy h1 {
        font-size: clamp(30px, 10vw, 40px);
        line-height: 1.12;
    }

    .news-website-page .news-content-copy h1 .headline-line {
        white-space: normal;
    }

    .news-website-page .news-content-copy > p:not(.hero-offer):not(.hero-category-line) {
        font-size: 14px;
        line-height: 1.45;
    }

    .news-website-page .content-price-grid {
        grid-template-columns: 1fr;
    }

    .news-website-page .content-price-grid article {
        padding: 12px 0;
    }

    .news-website-page .content-price-grid article + article {
        padding-left: 0;
        border-left: 0;
        border-top: 1px dashed rgba(214, 166, 58, 0.72);
    }

    .news-website-page .hero-category-line {
        font-size: 12px;
        line-height: 1.45;
    }

    .news-website-page .news-content-hero .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .news-website-page .news-content-hero .btn {
        width: 100%;
        min-width: 0;
        min-height: 46px;
    }

    .news-website-page .news-content-visual {
        min-height: 270px;
    }

    .news-website-page .news-globe {
        width: 190px;
        height: 190px;
    }

    .news-website-page .laptop-news {
        width: 230px;
        height: 150px;
        right: 42px;
        top: 42px;
    }

    .news-website-page .screen-top {
        font-size: 18px;
        padding: 7px;
    }

    .news-website-page .screen-body span {
        width: 72px;
        height: 54px;
    }

    .news-website-page .phone-news {
        width: 68px;
        height: 126px;
        top: 88px;
        right: 0;
    }

    .news-website-page .paper-roll {
        width: 210px;
        height: 62px;
        font-size: 22px;
    }

    .news-website-page .news-content-strip {
        grid-template-columns: 1fr;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .news-website-page .news-content-strip article {
        grid-template-columns: 42px 1fr;
        padding: 10px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(214, 166, 58, 0.28);
    }

    .news-website-page .news-content-strip article:last-child {
        border-bottom: 0;
    }

    .news-website-page .news-content-strip i {
        font-size: 25px;
    }

    .news-website-page .news-content-strip strong {
        font-size: 18px;
    }
}

/* Mobile 2-column price and button layout */
@media (max-width: 560px) {
    .news-website-page .content-price-grid {
        grid-template-columns: 1fr 1fr;
        gap: 0;
    }

    .news-website-page .content-price-grid article {
        grid-template-columns: 40px 1fr;
        padding: 11px 8px;
    }

    .news-website-page .content-price-grid article + article {
        padding-left: 10px;
        border-top: 0;
        border-left: 1px dashed rgba(214, 166, 58, 0.72);
    }

    .news-website-page .content-price-grid i {
        width: 34px;
        height: 34px;
        font-size: 19px;
    }

    .news-website-page .content-price-grid small {
        font-size: 11px;
    }

    .news-website-page .content-price-grid strong {
        font-size: 29px;
    }

    .news-website-page .content-price-grid span {
        font-size: 11px;
        line-height: 1.2;
    }

    .news-website-page .news-content-hero .hero-actions {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .news-website-page .news-content-hero .btn {
        min-height: 50px;
        padding: 9px 8px;
        font-size: 14px;
        text-align: center;
    }
}

/* Move hero stats up on mobile */
@media (max-width: 560px) {
    .news-website-page .news-content-copy {
        order: 1;
    }

    .news-website-page .news-content-strip {
        order: 2;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        margin-top: 12px;
        padding: 8px 0;
    }

    .news-website-page .news-content-strip article {
        grid-template-columns: 34px 1fr;
        min-height: 58px;
        padding: 8px 10px;
        border-right: 1px solid rgba(214, 166, 58, 0.28);
        border-bottom: 1px solid rgba(214, 166, 58, 0.28);
    }

    .news-website-page .news-content-strip article:nth-child(2n) {
        border-right: 0;
    }

    .news-website-page .news-content-strip article:nth-child(n+3) {
        border-bottom: 0;
    }

    .news-website-page .news-content-strip i {
        font-size: 22px;
    }

    .news-website-page .news-content-strip strong {
        font-size: 15px;
    }

    .news-website-page .news-content-strip span {
        font-size: 11px;
        line-height: 1.2;
    }

    .news-website-page .news-content-visual {
        order: 3;
        margin-top: 10px;
    }
}

/* Mobile alignment cleanup */
@media (max-width: 560px) {
    .news-website-page .news-content-hero {
        align-items: stretch;
        overflow: hidden;
    }

    .news-website-page .news-content-copy,
    .news-website-page .news-content-strip,
    .news-website-page .news-content-visual {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        justify-self: stretch;
    }

    .news-website-page .content-price-grid,
    .news-website-page .news-content-hero .hero-actions {
        width: 100%;
    }

    .news-website-page .content-price-grid article {
        align-items: center;
        min-width: 0;
    }

    .news-website-page .content-price-grid strong,
    .news-website-page .content-price-grid span,
    .news-website-page .content-price-grid small {
        min-width: 0;
        overflow-wrap: normal;
    }

    .news-website-page .news-content-hero .btn {
        justify-content: center;
        gap: 6px;
        white-space: nowrap;
    }

    .news-website-page .news-content-strip {
        margin: 12px 0 0;
        padding: 8px 10px;
        border-top: 1px solid rgba(214, 166, 58, 0.45);
        border-bottom: 1px solid rgba(214, 166, 58, 0.28);
    }

    .news-website-page .news-content-strip article {
        align-items: center;
        padding: 10px 8px;
    }
}

/* Use supplied reference image as hero background */
.news-website-page .news-content-hero {
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.94) 44%, rgba(0, 0, 0, 0.38) 68%, rgba(0, 0, 0, 0.16) 100%),
        url("../images/news-website-content-hero.png") center center / contain no-repeat,
        #050505;
}

.news-website-page .news-content-hero::before {
    opacity: 0.18;
}

.news-website-page .news-content-visual {
    visibility: hidden;
}

/* Two-line hero headline fix */
.news-website-page .news-content-copy h1 {
    max-width: 720px;
    font-size: clamp(44px, 4.8vw, 72px);
    line-height: 1.08;
}

.news-website-page .news-content-copy h1 .headline-line {
    display: block;
    color: #ffffff;
    background: transparent;
    white-space: nowrap;
}

.news-website-page .news-content-copy h1 .price-line {
    margin-top: 8px;
    color: var(--gold);
}

@media (max-width: 760px) {
    .news-website-page .news-content-copy h1 {
        font-size: clamp(34px, 9vw, 48px);
    }

    .news-website-page .news-content-copy h1 .headline-line {
        white-space: normal;
    }
}
