/* MNC Communications Knowledge Hub archive hero. */
.mnc-blog-page-head {
    position: relative;
    overflow: hidden;
    min-height: 0;
    padding: 0 !important;
    color: #fff;
    background: #10182d !important;
}

.mnc-blog-page-head::before,
.mnc-blog-page-head::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

/* Shared brand surface for category, single-post and contact heroes. */
.mnc-hero-base {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(112deg, #10182d 0%, #162b50 58%, #263755 100%);
}

.mnc-hero-base::before,
.mnc-hero-base::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.mnc-hero-base::before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 48%;
    background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .24;
    mask-image: linear-gradient(90deg, transparent, #000 45%);
}

.mnc-hero-base::after {
    top: -180px;
    right: -110px;
    width: 570px;
    height: 570px;
    border: 1px solid rgba(252, 190, 0, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(252, 190, 0, .035), 0 0 0 84px rgba(252, 190, 0, .025);
}

.mnc-blog-page-head::before {
    top: -180px;
    right: -110px;
    width: 570px;
    height: 570px;
    border: 1px solid rgba(252, 190, 0, .18);
    border-radius: 50%;
    box-shadow: 0 0 0 42px rgba(252, 190, 0, .035), 0 0 0 84px rgba(252, 190, 0, .025);
}

.mnc-blog-page-head::after {
    right: 22%;
    bottom: -42px;
    width: 220px;
    height: 220px;
    border: 1px solid rgba(89, 181, 255, .16);
    border-radius: 50%;
}

.mnc-blog-page-head::before,
.mnc-blog-page-head::after {
    display: none;
}

.mnc-blog-hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
}

.mnc-blog-hero:not(.mnc-hero-base)::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 48%;
    background-image: radial-gradient(rgba(255, 255, 255, .14) 1px, transparent 1px);
    background-size: 22px 22px;
    opacity: .24;
    content: '';
    mask-image: linear-gradient(90deg, transparent, #000 45%);
}

.mnc-blog-hero__layout {
    display: grid;
    min-height: 468px;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    align-items: center;
    gap: 50px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.mnc-blog-hero__copy {
    position: relative;
    z-index: 2;
    max-width: 780px;
}

.mnc-blog-breadcrumb {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 27px;
    color: rgba(255, 255, 255, .68);
    font: 500 13px/1.5 Inter, sans-serif;
}

.mnc-blog-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.mnc-blog-breadcrumb a:hover,
.mnc-blog-breadcrumb a:focus-visible {
    color: #fcbe00;
}

.mnc-blog-hero__eyebrow {
    margin: 0 0 12px;
    color: #fcbe00;
    font: 700 11px/1.5 Inter, sans-serif;
    letter-spacing: .18em;
}

.mnc-blog-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 4vw, 52px);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.mnc-blog-hero__lead {
    max-width: 680px;
    margin: 18px 0 25px;
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    line-height: 1.7;
}

.mnc-blog-search {
    display: flex;
    position: relative;
    width: min(100%, 680px);
    align-items: center;
    min-height: 52px;
    margin-bottom: 16px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    background: rgba(255, 255, 255, .11);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    backdrop-filter: blur(8px);
}

.mnc-blog-search:focus-within {
    border-color: #fcbe00;
    box-shadow: 0 0 0 3px rgba(252, 190, 0, .2);
}

.mnc-blog-search__icon {
    width: 42px;
    color: #fcbe00;
    font-size: 28px;
    line-height: 1;
    text-align: center;
}

.mnc-blog-search input {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 12px;
    border: 0 !important;
    outline: 0;
    color: #fff;
    background: transparent !important;
    box-shadow: none !important;
    font: 400 15px/1.4 'IBM Plex Sans Thai', sans-serif;
}

.mnc-blog-search input::placeholder {
    color: rgba(255, 255, 255, .65);
}

.mnc-blog-search button {
    flex: 0 0 auto;
    min-width: 88px;
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 999px;
    color: #10182d;
    background: #fcbe00;
    cursor: pointer;
    font: 700 14px/1 'IBM Plex Sans Thai', sans-serif;
    transition: transform .2s ease, background-color .2s ease;
}

.mnc-blog-search button:hover,
.mnc-blog-search button:focus-visible {
    background: #ffd34d;
    transform: translateY(-1px);
}

.mnc-blog-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.mnc-blog-chip {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 5px 13px;
    border: 1px solid rgba(255, 255, 255, .27);
    border-radius: 999px;
    color: rgba(255, 255, 255, .8);
    background: rgba(255, 255, 255, .06);
    font-size: 13px;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.mnc-blog-chip:hover,
.mnc-blog-chip:focus-visible,
.mnc-blog-chip.is-active {
    border-color: #fcbe00;
    color: #10182d;
    background: #fcbe00;
}

.mnc-blog-hero__visual {
    display: flex;
    position: relative;
    z-index: 2;
    min-height: 330px;
    align-items: center;
    justify-content: center;
}

.mnc-blog-network {
    position: relative;
    width: min(320px, 100%);
    height: 260px;
}

.mnc-blog-network__line {
    position: absolute;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(252, 190, 0, .7), rgba(110, 190, 255, .1));
}

.mnc-blog-network__line--one { top: 67px; left: 160px; width: 130px; transform: rotate(-29deg); }
.mnc-blog-network__line--two { top: 133px; left: 160px; width: 140px; transform: rotate(9deg); }
.mnc-blog-network__line--three { top: 158px; left: 150px; width: 106px; transform: rotate(47deg); }
.mnc-blog-network__line--four { top: 128px; left: 145px; width: 125px; transform: rotate(174deg); background: linear-gradient(90deg, rgba(110, 190, 255, .1), rgba(252, 190, 0, .7)); }

.mnc-blog-network__node {
    display: grid;
    position: absolute;
    width: 16px;
    height: 16px;
    place-items: center;
    border: 2px solid #fcbe00;
    border-radius: 50%;
    background: #162b50;
    box-shadow: 0 0 0 6px rgba(252, 190, 0, .08), 0 0 18px rgba(252, 190, 0, .3);
}

.mnc-blog-network__node--core {
    left: 110px;
    top: 104px;
    width: 90px;
    height: 90px;
    border: 1px solid #fcbe00;
    color: #fcbe00;
    background: rgba(16, 24, 45, .86);
    box-shadow: 0 0 0 18px rgba(252, 190, 0, .05), 0 0 50px rgba(252, 190, 0, .16);
    font: 700 21px/1 Inter, sans-serif;
    letter-spacing: .08em;
}

.mnc-blog-network__node--one { top: 30px; right: 22px; }
.mnc-blog-network__node--two { top: 123px; right: -2px; }
.mnc-blog-network__node--three { right: 67px; bottom: 8px; }
.mnc-blog-network__node--four { top: 112px; left: 23px; border-color: #75c9ff; box-shadow: 0 0 0 6px rgba(117, 201, 255, .08), 0 0 18px rgba(117, 201, 255, .3); }

.mnc-blog-proof {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    gap: 12px;
}

.mnc-blog-proof span {
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 10px;
    color: rgba(255, 255, 255, .62);
    background: rgba(0, 0, 0, .12);
    font: 500 10px/1.4 Inter, sans-serif;
    letter-spacing: .02em;
}

.mnc-blog-proof strong {
    display: block;
    color: #fcbe00;
    font-size: 13px;
}

@media (max-width: 900px) {
    .mnc-blog-hero__layout { grid-template-columns: minmax(0, 1.15fr) minmax(230px, .85fr); gap: 25px; }
    .mnc-blog-hero__visual { min-height: 270px; transform: scale(.86); }
}

@media (max-width: 700px) {
    .mnc-blog-hero__layout { display: block; min-height: 0; padding-top: 34px; padding-bottom: 34px; }
    .mnc-blog-breadcrumb { margin-bottom: 20px; }
    .mnc-blog-hero h1 { font-size: clamp(29px, 8vw, 36px); }
    .mnc-blog-hero__lead { margin-top: 14px; font-size: 16px; }
    .mnc-blog-search { width: 100%; }
    .mnc-blog-chips { flex-wrap: nowrap; overflow-x: auto; margin-right: -12px; padding: 2px 12px 7px 0; scrollbar-width: thin; }
    .mnc-blog-chip { flex: 0 0 auto; }
    .mnc-blog-hero__visual { min-height: 205px; transform: scale(.72); transform-origin: center top; }
    .mnc-blog-proof { bottom: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .mnc-blog-search button,
    .mnc-blog-chip { transition: none; }
}

/* Compact hero used by individual blog posts. */
.mnc-blog-page-head--single .mnc-blog-hero {
    min-height: 0;
}

.mnc-blog-page-head--single .mnc-blog-hero__single-inner {
    position: relative;
    z-index: 2;
    padding-top: 25px;
    padding-bottom: 27px;
}

.mnc-blog-page-head--single .mnc-blog-breadcrumb {
    margin-bottom: 13px;
    font-size: 12px;
}

.mnc-blog-page-head--single h1 {
    max-width: 950px;
    margin: 0;
    color: #fcbe00;
    font-size: clamp(27px, 3.5vw, 43px);
    line-height: 1.22;
}

.mnc-blog-page-head--single .mnc-blog-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 15px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    line-height: 1.5;
}

.mnc-blog-post-meta span span {
    color: #fcbe00;
}

.mnc-blog-post-meta a {
    color: inherit;
    text-decoration: none;
}

.mnc-blog-post-meta a:hover,
.mnc-blog-post-meta a:focus-visible {
    color: #fcbe00;
}

.mnc-blog-share {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 15px;
}

.mnc-blog-share a,
.mnc-blog-share button {
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    padding: 4px 10px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    color: rgba(255, 255, 255, .78);
    background: rgba(255, 255, 255, .07);
    cursor: pointer;
    font: 500 11px/1.3 Inter, sans-serif;
    text-decoration: none;
    transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}

.mnc-blog-share a:hover,
.mnc-blog-share a:focus-visible,
.mnc-blog-share button:hover,
.mnc-blog-share button:focus-visible {
    border-color: #fcbe00;
    color: #10182d;
    background: #fcbe00;
}

.mnc-blog-page-head--single + .post-head {
    position: relative;
    z-index: 1;
}

@media (max-width: 700px) {
    .mnc-blog-page-head--single .mnc-blog-hero__single-inner {
        padding-top: 22px;
        padding-bottom: 24px;
    }

    .mnc-blog-page-head--single h1 {
        font-size: clamp(27px, 8vw, 34px);
    }

    .mnc-blog-page-head--single .mnc-blog-post-meta {
        gap: 6px 12px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mnc-blog-share a,
    .mnc-blog-share button { transition: none; }
}
