.nt-megatrends-page {
    background: var(--mia-bg-primary);
    color: var(--mia-text-primary, #ffffff);
}

.nt-megatrends-page h1,
.nt-megatrends-page h2,
.nt-megatrends-page strong {
    font-family: var(--mia-font-display);
}

.nt-megatrends-page svg {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.nt-mt-film-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.8rem 0.2rem;
    color: #d3dde5;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, transform 90ms ease-out;
}

.nt-mt-film-link svg {
    width: 17px;
    height: 17px;
}

.nt-mt-film-link:hover {
    color: #ffffff;
}

.nt-mt-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.8rem 1.35rem;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.nt-mt-button svg {
    width: 17px;
    height: 17px;
}

.nt-mt-button--primary {
    color: #ffffff;
    background: var(--mia-blue);
}

.nt-mt-button--primary:hover {
    color: #ffffff;
    background: #0080b8;
    box-shadow: 0 8px 24px rgba(0, 156, 221, 0.3);
}

.nt-mt-button--ghost {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.3);
    background: transparent;
}

.nt-mt-button--ghost:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
}

@media (hover: hover) and (pointer: fine) {
    .nt-mt-button--primary:hover,
    .nt-mt-button--ghost:hover {
        transform: translateY(-2px);
    }
}

.nt-mt-film-link:active,
.nt-mt-button:active {
    transform: scale(0.97);
    transition-duration: 90ms;
    transition-timing-function: ease-out;
}

.nt-mt-trends {
    padding: clamp(4.5rem, 9vw, 7rem) 0;
}

.nt-mt-section-head {
    max-width: 720px;
    margin: 0 auto clamp(3rem, 7vw, 5rem);
    text-align: center;
}

.nt-mt-section-head h2 {
    margin: 0 0 0.85rem;
    color: var(--mia-text-primary, #ffffff);
    font-size: clamp(2rem, 4.2vw, 3rem);
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.nt-mt-section-head p {
    margin: 0;
    color: var(--mia-text-secondary, #b0b0b0);
    font-size: 1.02rem;
    line-height: 1.7;
}

.nt-mt-trend {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: clamp(2.5rem, 6vw, 5.5rem);
    align-items: center;
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    border-top: 1px solid var(--mia-border);
    scroll-margin-top: 170px;
}

.nt-mt-index {
    display: block;
    margin-bottom: 0.75rem;
    color: var(--mia-blue);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.nt-mt-trend-copy > h2 {
    margin: 0 0 1rem;
    color: var(--mia-text-primary, #ffffff);
    font-size: clamp(1.75rem, 3.4vw, 2.55rem);
    letter-spacing: -0.025em;
    line-height: 1.16;
}

.nt-mt-shift {
    margin: 0;
    color: var(--mia-text-secondary, #b0b0b0);
    font-size: 1rem;
    line-height: 1.75;
}

.nt-mt-consequences {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin: 1.5rem 0;
    list-style: none;
}

.nt-mt-consequences li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 0.85rem;
    align-items: center;
}

.nt-mt-icon {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 9px;
    color: var(--mia-blue);
    background: rgba(0, 156, 221, 0.1);
}

.nt-mt-icon svg {
    width: 19px;
    height: 19px;
}

.nt-mt-consequences strong,
.nt-mt-consequences small {
    display: block;
}

.nt-mt-consequences strong {
    color: var(--mia-text-primary, #ffffff);
    font-size: 0.9rem;
    font-weight: 600;
}

.nt-mt-consequences small {
    margin-top: 0.1rem;
    color: var(--mia-text-muted);
    font-size: 0.8rem;
    line-height: 1.45;
}

.nt-mt-answer {
    padding: 1rem 1.15rem;
    border: 1px solid rgba(0, 156, 221, 0.28);
    border-radius: 12px;
    color: #ffffff;
    background: var(--nt-navy-900);
}

.nt-mt-answer span {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--nt-blue-on-dark);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.nt-mt-answer p {
    margin: 0;
    color: #d3dde5;
    font-size: 0.88rem;
    line-height: 1.6;
}

.nt-mt-visual {
    position: relative;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 156, 221, 0.24);
    border-radius: 16px;
    background: var(--nt-navy-800);
    box-shadow: var(--nt-media-shadow);
}

.nt-mt-visual img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.nt-mt-visual--scale img {
    aspect-ratio: 4 / 5;
}

.nt-mt-visual figcaption {
    display: flex;
    align-items: baseline;
    gap: 0.65rem;
    padding: 1rem 1.2rem;
    color: #ffffff;
    flex-wrap: wrap;
    background: var(--nt-navy-800);
}

.nt-mt-visual figcaption strong {
    color: var(--nt-blue-on-dark);
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.nt-mt-visual figcaption span {
    color: #aebdca;
    font-size: 0.76rem;
    line-height: 1.4;
}

.nt-mt-visual figcaption a {
    color: inherit;
    text-underline-offset: 0.18em;
}

.nt-mt-energy-transition {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1rem;
    padding: clamp(1.75rem, 5vw, 3.5rem);
    border: 1px solid rgba(0, 156, 221, .28);
    border-radius: 16px;
    color: #ffffff;
    background: var(--nt-navy-800);
}

.nt-mt-energy-intro > span {
    display: block;
    color: var(--nt-blue-on-dark);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nt-mt-energy-intro h3 {
    margin: .55rem 0 1rem;
    color: #ffffff;
    font-family: var(--mia-font-display);
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    letter-spacing: -.025em;
    line-height: 1.18;
}

.nt-mt-energy-intro p {
    margin: 0;
    color: #b9c6d1;
    font-size: .94rem;
    line-height: 1.7;
}

.nt-mt-energy-intro p + p {
    margin-top: 1rem;
}

.nt-mt-energy-flow {
    counter-reset: energy-step;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nt-mt-energy-flow li {
    counter-increment: energy-step;
    position: relative;
    min-height: 0;
    padding: 3rem 0 0;
}

.nt-mt-energy-flow li::before {
    content: counter(energy-step);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: grid;
    width: 2rem;
    height: 2rem;
    place-items: center;
    border: 1px solid rgba(0, 156, 221, 0.55);
    border-radius: 50%;
    color: #ffffff;
    background: var(--nt-navy-900);
    font-size: 0.75rem;
    font-weight: 700;
}

.nt-mt-energy-flow li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 1rem;
    left: 2.4rem;
    width: calc(100% + 0.6rem);
    height: 1px;
    background: rgba(0, 156, 221, 0.38);
}

.nt-mt-energy-flow strong,
.nt-mt-energy-flow small {
    display: block;
}

.nt-mt-energy-flow strong {
    color: #ffffff;
    font-size: .94rem;
    line-height: 1.4;
}

.nt-mt-energy-flow small {
    margin-top: .35rem;
    color: #9eb0bd;
    font-size: .78rem;
    line-height: 1.5;
}

.nt-mt-energy-note {
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #8fa4b4;
    font-size: .76rem;
    line-height: 1.6;
}

.nt-mt-video {
    padding: clamp(4.5rem, 9vw, 6.5rem) 0;
    color: #ffffff;
    background: var(--nt-navy-900);
}

.nt-mt-section-head--dark {
    margin-bottom: 2rem;
}

.nt-mt-section-head--dark h2 {
    color: #ffffff;
}

.nt-mt-section-head--dark p {
    color: #aebdca;
}

.nt-mt-video-container {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(0, 156, 221, 0.3);
    border-radius: 16px;
    background: #000000;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.28);
}

.nt-mt-video-thumbnail,
.nt-mt-video-trigger,
.nt-mt-video-iframe {
    position: absolute;
    inset: 0;
}

.nt-mt-video-thumbnail {
    z-index: 2;
    transition: opacity 0.4s ease;
}

.nt-mt-video-thumbnail.hidden {
    opacity: 0;
    pointer-events: none;
}

.nt-mt-video-thumbnail img,
.nt-mt-video-iframe iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.nt-mt-video-thumbnail img {
    display: block;
    object-fit: cover;
}

.nt-mt-video-trigger {
    z-index: 4;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    color: #ffffff;
    background: transparent;
    cursor: pointer;
}

.nt-mt-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    transition: background 0.2s ease;
}

.nt-mt-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    border-radius: 50%;
    background: var(--mia-blue);
    box-shadow: 0 8px 28px rgba(0, 156, 221, 0.45);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
}

.nt-mt-video-play-btn svg {
    width: 34px;
    height: 34px;
    margin-left: 3px;
}

.nt-mt-video-container:hover .nt-mt-video-overlay {
    background: rgba(0, 0, 0, 0.22);
}

.nt-mt-video-trigger:focus-visible {
    outline: 3px solid #40c4ff;
    outline-offset: -6px;
}

@media (hover: hover) and (pointer: fine) {
    .nt-mt-video-container:hover .nt-mt-video-play-btn {
        transform: translate(-50%, -50%) scale(1.07);
    }
}

.nt-mt-video-trigger:active .nt-mt-video-play-btn {
    transform: translate(-50%, -50%) scale(0.94);
    transition-duration: 90ms;
    transition-timing-function: ease-out;
}

.nt-mt-video-iframe {
    z-index: 1;
}

.nt-mt-cta {
    padding: clamp(3.5rem, 7vw, 5rem) 0;
    border-top: 1px solid rgba(0, 156, 221, 0.24);
    color: #ffffff;
    text-align: center;
    background: var(--nt-navy-900);
}

.nt-mt-cta h2 {
    margin: 0.55rem auto 0.8rem;
    color: #ffffff;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    letter-spacing: -0.035em;
    line-height: 1.14;
}

.nt-mt-cta p {
    max-width: 660px;
    margin: 0 auto;
    color: #aebdca;
    font-size: 1.02rem;
    line-height: 1.7;
}

/* Give growth, operating sequence and energy transition their own reading rhythm. */
.nt-mt-trend--sequence,
.nt-mt-trend--energy { grid-template-columns: 1fr; gap: 2.5rem; }
.nt-mt-trend--sequence .nt-mt-trend-copy,
.nt-mt-trend--energy .nt-mt-trend-copy { max-width: 48rem; }
.nt-mt-operation-sequence { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; padding: 0; margin: 0; list-style: none; }
.nt-mt-operation-sequence li { border-top: 2px solid var(--mia-blue); padding-top: 1.25rem; }
.nt-mt-operation-sequence li > span { color: var(--nt-link-color); font-size: .85rem; font-weight: 600; }
.nt-mt-operation-sequence h3 { margin: 1rem 0 .75rem; color: var(--mia-text-primary); font-size: 1.25rem; line-height: 1.35; }
.nt-mt-operation-sequence p { color: var(--mia-text-secondary); font-size: 1rem; line-height: 1.65; }
.nt-mt-trend--energy .nt-mt-energy-transition { margin-top: 0; }

@media (min-width: 901px) {
    .nt-mt-trend--scale { grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); }
    .nt-mt-visual--scale img { aspect-ratio: auto; max-height: 46rem; object-fit: contain; }
    .nt-mt-trend:nth-of-type(odd) .nt-mt-visual {
        order: -1;
    }
}

@media (max-width: 900px) {
    .nt-mt-trend {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .nt-mt-energy-transition {
        grid-template-columns: 1fr;
    }

    .nt-mt-energy-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nt-mt-visual {
        width: min(100%, 620px);
        margin: 0 auto;
    }
}

@media (max-width: 720px) {
    .nt-mt-operation-sequence { grid-template-columns: 1fr; gap: 1.5rem; }

    .nt-mt-trend {
        scroll-margin-top: 145px;
    }

    .nt-mt-energy-flow {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .nt-mt-energy-flow li {
        padding: 0 0 0 3rem;
    }

    .nt-mt-energy-flow li::before {
        top: 0;
    }

    .nt-mt-energy-flow li:not(:last-child)::after {
        top: 2.4rem;
        left: 1rem;
        width: 1px;
        height: calc(100% - 0.6rem);
    }
}

@media (max-width: 520px) {

    .nt-mt-video-play-btn {
        width: 62px;
        height: 62px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nt-mt-button,
    .nt-mt-film-link,
    .nt-mt-video-overlay,
    .nt-mt-video-play-btn {
        transition: none;
    }
}

/* Full media heroes retained from 3.5.98. */

.nt-mt-hero {
    position: relative;
    min-height: clamp(34rem, 68svh, 44rem);
    padding: clamp(8.5rem, 14vw, 11rem) 0 clamp(5rem, 8vw, 7rem);
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(circle at 78% 28%, rgba(0, 156, 221, 0.18), transparent 28rem),
        linear-gradient(135deg, var(--nt-navy-900), var(--nt-navy-800));
}

.nt-mt-hero-media,
.nt-mt-hero-overlay {
    position: absolute;
    inset: 0;
}

.nt-mt-hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% 72%;
}

.nt-mt-hero-overlay {
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(4, 18, 31, 0.94) 0%, rgba(4, 18, 31, 0.78) 52%, rgba(4, 18, 31, 0.5) 100%),
        linear-gradient(0deg, rgba(4, 18, 31, 0.76) 0%, rgba(4, 18, 31, 0.08) 58%);
}

.nt-mt-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.22;
    background: repeating-linear-gradient(0deg, transparent 0 79px, rgba(255, 255, 255, 0.08) 80px);
    mask-image: linear-gradient(90deg, transparent 32%, #000 72%, transparent);
}

.nt-mt-hero-inner {
    position: relative;
    z-index: 3;
    text-align: left;
}

.nt-mt-hero h1 {
    max-width: 900px;
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp(2.7rem, 6.2vw, 5.25rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.03;
}

.nt-mt-hero h1 span {
    color: var(--mia-blue);
}

.nt-mt-hero-lead {
    max-width: 720px;
    margin: 0;
    color: #b9c6d1;
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.7;
}

.nt-mt-hero-actions {
    display: flex;
    justify-content: flex-start;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1.75rem;
}

.nt-mt-cta .nt-mt-hero-actions {
    justify-content: center;
}

@media (max-width: 720px) {
    .nt-mt-hero-media img {
        object-position: 72% 72%;
    }

    .nt-mt-hero {
        min-height: 36rem;
        padding: 7.75rem 0 4.5rem;
    }
}

@media (max-width: 520px) {
    .nt-mt-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .nt-mt-cta .nt-mt-hero-actions {
        padding: 0 0.5rem;
    }
}
