/*
Theme Name: Ahanet
Theme URI: https://ahanet.test/
Author: Ahanet
Description: Custom WordPress theme for the Ahanet website.
Version: 1.0.0
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Text Domain: ahanet
*/

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #f8fafc;
    color: #111827;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

a {
    color: #0f172a;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2563eb;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    width: min(1100px, calc(100% - 2rem));
    margin-inline: auto;
}

.container--wide {
    width: min(1400px, calc(100% - 2rem));
}

.site-header,
.site-footer {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.site-footer {
    border-bottom: 0;
    border-top: 1px solid #e5e7eb;
    margin-top: auto;
}

.site>.home-footer {
    margin-top: auto;
}

.site-footer__wrap {
    padding: 1.25rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.site-header__inner,
.site-footer__inner {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
}

.site-footer__nav .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
}

.site-footer__nav .footer-menu a {
    color: inherit;
    text-decoration: none;
}

.site-footer__nav .footer-menu a:hover,
.site-footer__nav .footer-menu a:focus {
    text-decoration: underline;
}

.site-branding {
    display: grid;
    gap: 0.25rem;
}

.site-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.site-description {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.site-navigation .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.site-content {
    padding: 3rem 0;
    flex: 1;
}

body.ahanet-home-chrome .site-content {
    padding-top: 5.75rem;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.post-card,
.page,
.error-404 {
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.post-card__thumb {
    margin: 1rem 0;
    border-radius: 0.75rem;
    overflow: hidden;
}

.entry-title {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    line-height: 1.2;
}

.entry-meta {
    margin: 0;
    color: #6b7280;
    font-size: 0.95rem;
}

.entry-content,
.entry-summary {
    margin-top: 1rem;
}

.pagination {
    margin-top: 2rem;
}

.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    min-height: 2.5rem;
    padding: 0.25rem 0.75rem;
    border: 1px solid #d1d5db;
    border-radius: 999px;
    background: #ffffff;
}

.pagination .current {
    background: #111827;
    border-color: #111827;
    color: #ffffff;
}

@media (max-width: 640px) {
    .site-header__inner,
    .site-footer__inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .site-content {
        padding: 2rem 0;
    }
    body.ahanet-home-chrome .site-content {
        padding-top: 5rem;
    }
}

body.page-template-template-home {
    background: #0f172a;
    color: #ffffff;
    overflow-x: hidden;
}

body.page-template-template-home a {
    color: inherit;
}

.home-page {
    min-height: 100vh;
    background: #0f172a;
    color: #ffffff;
}

.home-header {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-header__inner {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.home-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.home-brand__icon {
    color: #facc15;
    font-size: 1.2rem;
}

.home-brand__logo {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.home-brand__name {
    color: #fff;
    font-size: 1.1rem;
}

.home-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    color: #cbd5e1;
    font-size: 0.95rem;
    font-weight: 500;
}

.home-menu a {
    color: inherit;
}

.home-menu a:hover,
.home-menu a:focus {
    color: #ffffff;
}

.home-header__toolbar {
    display: contents;
}

.home-header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.home-header__toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.45rem;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
}

.home-header__toggle-icon {
    font-size: 0.95rem;
}

.home-header__toggle-icon--close {
    display: none;
}

.home-header--nav-open .home-header__toggle-icon--open {
    display: none;
}

.home-header--nav-open .home-header__toggle-icon--close {
    display: block;
}

.home-header__toggle-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-header__link-icon {
    display: none;
}

.home-header__link {
    color: #e2e8f0;
    font-size: 0.95rem;
    font-weight: 600;
}

.home-header__link--phone,
.home-header__link--email {
    color: #cbd5e1;
}

.home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.75rem;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    font-weight: 700;
    transition: all 0.2s ease;
    text-align: center;
    cursor: pointer;
    appearance: none;
    font: inherit;
}

.home-button--accent {
    background: #facc15;
    color: #0f172a;
    box-shadow: 0 0 20px rgba(250, 204, 21, 0.2);
}

.home-button--accent:hover,
.home-button--accent:focus {
    background: #fbbf24;
    color: #0f172a;
}

.home-button--ghost {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
}

.home-button--ghost:hover,
.home-button--ghost:focus {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.home-main {
    background: #0f172a;
    overflow-x: hidden;
}

.home-hero {
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    padding: 9rem 0 5rem;
}

.home-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.home-hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.28;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.8) 0%, rgba(15, 23, 42, 1) 100%);
}

.home-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.home-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cbd5e1;
    font-size: 0.8rem;
    font-weight: 600;
}

.home-badge__dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: #facc15;
    box-shadow: 0 0 8px #facc15;
}

.home-hero__title {
    margin: 0 0 1rem;
    font-size: clamp(2.5rem, 6vw, 4.75rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.home-hero__title span {
    color: transparent;
    background: linear-gradient(90deg, #ffffff, #94a3b8);
    -webkit-background-clip: text;
    background-clip: text;
}

.home-hero__text {
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    color: #94a3b8;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 500;
}

.home-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.home-actions--center {
    margin-top: 1.5rem;
}

.home-stats {
    margin-top: 5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.home-stat__value {
    margin-bottom: 0.25rem;
    font-size: clamp(1.75rem, 3vw, 2.2rem);
    font-weight: 800;
}

.home-stat__label {
    color: #94a3b8;
    font-size: 0.9rem;
    font-weight: 500;
}

.home-section {
    padding: 6rem 0;
}

.home-section--alt {
    background: #0a0f1c;
}

.home-section--dark {
    background: #0f172a;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.home-section--brands {
    background: #0a0f1c;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.home-section--cta {
    background: #0f172a;
}

.home-section__head {
    margin-bottom: 3rem;
    text-align: center;
}

.home-section__head--center {
    margin-bottom: 0;
}

.home-section__eyebrow {
    margin: 0 0 0.75rem;
    color: #facc15;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.78rem;
    font-weight: 800;
}

.home-section__title {
    margin: 0;
    font-size: clamp(1.9rem, 3vw, 2.75rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

.home-grid--cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.home-card {
    padding: 2rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease;
}

.home-card:hover {
    border-color: rgba(250, 204, 21, 0.5);
    transform: translateY(-2px);
}

.home-card__icon {
    display: grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.05);
    color: #d1d5db;
    font-size: 1.2rem;
}

.home-card__title {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
}

.home-card__text {
    margin: 0;
    color: #94a3b8;
    line-height: 1.65;
}

.home-section__footer {
    margin-top: 2.5rem;
    text-align: center;
}

.home-features {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.home-features__content,
.home-features__media {
    flex: 1;
}

.home-features__text {
    max-width: 42rem;
    margin: 1.5rem 0 2rem;
    color: #94a3b8;
}

.home-points {
    display: grid;
    gap: 1.25rem;
}

.home-point {
    display: flex;
    gap: 1rem;
}

.home-point__icon {
    margin-top: 0.15rem;
    color: #facc15;
}

.home-point__title {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 800;
}

.home-point__text {
    margin: 0;
    color: #94a3b8;
    font-size: 0.95rem;
}

.home-features__media {
    position: relative;
}

.home-features__media::before {
    content: '';
    position: absolute;
    inset: 10%;
    background: rgba(250, 204, 21, 0.2);
    filter: blur(100px);
    border-radius: 999px;
}

.home-features__image {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
}

.home-brands {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 2.5rem;
    filter: grayscale(1);
    opacity: 0.55;
    transition: all 0.3s ease;
}

.home-brands:hover {
    filter: grayscale(0);
    opacity: 1;
}

.home-brands--image {
    display: block;
    max-width: 100%;
    opacity: 1;
    filter: none;
    margin-inline: auto;
}

.home-brands__image {
    display: block;
    max-width: min(100%, 860px);
    width: 100%;
    height: auto;
    margin-inline: auto;
    object-fit: contain;
}

.home-cta {
    max-width: 56rem;
    margin: 0 auto;
    padding: 3rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
}

.home-notice {
    padding-top: 6rem;
}

.home-notice p {
    margin: 0;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(250, 204, 21, 0.25);
    border-radius: 0.75rem;
    background: rgba(250, 204, 21, 0.08);
    color: #fef3c7;
}

.home-cta__title {
    margin: 0 0 1rem;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    font-weight: 800;
}

.home-cta__text {
    max-width: 42rem;
    margin: 0 auto;
    color: #94a3b8;
}

.home-footer {
    background: #0a0f1c;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 2rem 0 0rem 0;
}

.home-footer__inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2rem;
    padding-bottom: 2rem;
}

.home-footer__brand {
    max-width: 28rem;
}

.home-footer__text {
    color: #94a3b8;
    font-size: 0.92rem;
}

.home-footer__columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.home-footer__title {
    margin: 0 0 1rem;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #cbd5e1;
}

.home-footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
    color: #94a3b8;
    font-size: 0.92rem;
}

.home-footer__list a {
    color: inherit;
}

.home-footer__list a:hover,
.home-footer__list a:focus {
    color: #ffffff;
}

.home-socials {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.home-socials a {
    color: #94a3b8;
    font-size: 1.1rem;
}

.home-socials a:hover,
.home-socials a:focus {
    color: #ffffff;
}

.home-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 0;
}

.home-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #64748b;
    font-size: 0.85rem;
}

.home-brand--footer {
    margin-bottom: 0.75rem;
}

.request-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(8px);
}

.request-modal.is-open {
    display: flex;
}

.request-modal__dialog {
    position: relative;
    width: min(640px, 100%);
    background: #0f172a;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.35);
}

.request-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.25rem;
    height: 2.25rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1.1rem;
    cursor: pointer;
}

.request-modal__eyebrow {
    margin: 0 0 0.5rem;
    color: #facc15;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.75rem;
    font-weight: 800;
}

.request-modal__title {
    margin: 0 0 1.5rem;
    font-size: 1.7rem;
    line-height: 1.2;
}

.request-modal__notice {
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.95rem;
}

.request-modal__notice.is-success {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.28);
    color: #bbf7d0;
}

.request-modal__notice.is-error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.28);
    color: #fecaca;
}

.request-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.request-form__type select {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font: inherit;
}

.request-form__type option {
    color: #0f172a;
}

.request-form label {
    display: grid;
    gap: 0.45rem;
    color: #cbd5e1;
    font-size: 0.92rem;
}

.request-form input,
.request-form textarea {
    width: 100%;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font: inherit;
}

.request-form textarea {
    resize: vertical;
}

.request-form__full {
    grid-column: 1 / -1;
}

.request-form__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

html.has-modal-open {
    overflow: hidden;
}

@media (max-width: 960px) {
    .home-header__inner {
        flex-wrap: wrap;
        align-items: center;
        min-height: 3.5rem;
        padding: 0.5rem 0;
        gap: 0.5rem 0.75rem;
    }
    .home-brand {
        flex: 1 1 auto;
        min-width: 0;
    }
    .home-brand__name {
        font-size: 0.88rem;
    }
    .home-header__toolbar {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        flex-shrink: 0;
    }
    .home-header__toggle {
        display: inline-flex;
    }
    .home-header__actions {
        gap: 0.4rem;
    }
    .home-header__actions .home-button--header {
        padding: 0.42rem 0.7rem;
        font-size: 0.72rem;
        line-height: 1.2;
        white-space: nowrap;
    }
    .home-header__link--phone {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 0.45rem;
        background: rgba(255, 255, 255, 0.05);
        color: #ffffff;
    }
    .home-header__link-icon {
        display: block;
        font-size: 0.8rem;
    }
    .home-header__link-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
    .home-nav {
        display: none;
        width: 100%;
        flex-basis: 100%;
        order: 3;
        padding-top: 0.35rem;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }
    .home-header--nav-open .home-nav {
        display: block;
    }
    .home-menu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 0.25rem 0;
    }
    .home-menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }
    .home-menu li:last-child {
        border-bottom: 0;
    }
    .home-menu a {
        display: block;
        padding: 0.65rem 0.25rem;
        font-size: 0.9rem;
    }
    .home-features {
        flex-direction: column;
    }
    .home-grid--cards,
    .home-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-footer__inner,
    .home-footer__columns {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .home-hero {
        min-height: auto;
        padding-top: 5.5rem;
    }
    .home-grid--cards,
    .home-stats {
        grid-template-columns: 1fr;
    }
    .home-section {
        padding: 4rem 0;
    }
    .home-cta {
        padding: 2rem 1.25rem;
    }
    .home-footer__inner {
        padding-bottom: 1.5rem;
    }
    .home-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .request-form__grid {
        grid-template-columns: 1fr;
    }
    .request-modal__dialog {
        padding: 1.25rem;
    }
}

.news-page {
    background: #0f172a;
    color: #ffffff;
}

.news-hero {
    position: relative;
    padding: 5rem 0 2rem;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.news-hero__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0f172a 0%, #111827 50%, #0a0f1c 100%);
}

.news-hero__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 1) 100%);
}

.news-hero__inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.news-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.8rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #cbd5e1;
    font-size: 0.8rem;
    font-weight: 600;
}

.news-hero__badge i {
    color: #facc15;
}

.news-hero__title {
    margin: 0;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.news-hero__title span {
    color: transparent;
    background: linear-gradient(90deg, #ffffff, #94a3b8);
    -webkit-background-clip: text;
    background-clip: text;
}

.news-hero__text {
    max-width: 42rem;
    margin: 1.5rem auto 0;
    color: #94a3b8;
    font-size: 1.05rem;
}

.news-filters {
    padding: 1.5rem 0 2rem;
    background: #0a0f1c;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.news-filters__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.news-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.25rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.news-filter:hover,
.news-filter:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.news-filter.is-active {
    background: #facc15;
    border-color: #facc15;
    color: #0f172a;
    font-weight: 600;
}

.news-filter.is-active:hover,
.news-filter.is-active:focus {
    background: #facc15;
    border-color: #fde047;
    color: #0f172a;
}

.news-featured-wrap {
    padding: 3rem 0;
    background: #0f172a;
}

.news-featured {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 0;
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.news-featured__media {
    position: relative;
    min-height: 360px;
}

.news-featured__image,
.news-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-placeholder {
    width: 100%;
    height: 100%;
    min-height: 360px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.news-placeholder--card {
    min-height: 220px;
}

.news-badge--featured {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: #facc15;
    color: #0f172a;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    box-shadow: 0 0 15px rgba(250, 204, 21, 0.2);
}

.news-card__label {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 500;
}

.news-featured__content {
    padding: 2rem;
    display: grid;
    align-content: center;
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    color: #94a3b8;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.news-meta--muted {
    color: #64748b;
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
}

.news-featured__title {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    line-height: 1.15;
    font-weight: 800;
}

.news-featured__title a,
.news-card__title a {
    color: inherit;
}

.news-featured__excerpt {
    margin: 0 0 1.5rem;
    color: #94a3b8;
    line-height: 1.65;
    font-size: 1rem;
}

.news-card__excerpt {
    margin: 0 0 1rem;
    color: #94a3b8;
    line-height: 1.65;
    font-size: 0.875rem;
}

.news-readmore,
.news-card__more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #facc15;
    font-weight: 700;
}

.news-readmore--btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    background: #facc15;
    color: #0f172a;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 0 15px rgba(250, 204, 21, 0.2);
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.news-readmore--btn:hover,
.news-readmore--btn:focus {
    background: #fde047;
    color: #0f172a;
    box-shadow: 0 0 18px rgba(250, 204, 21, 0.3);
}

.news-card__more {
    font-size: 0.875rem;
    font-weight: 500;
}

.news-card__more:hover,
.news-card__more:focus {
    text-decoration: underline;
}

.news-grid-wrap {
    padding: 4rem 0;
    background: #0a0f1c;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.news-card {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.2s ease;
}

.news-card:hover {
    transform: translateY(-2px);
    border-color: rgba(250, 204, 21, 0.35);
}

.news-card__media {
    position: relative;
    height: 220px;
}

.news-card__content {
    padding: 1.5rem;
}

.news-card__title {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 700;
    transition: color 0.2s ease;
}

.news-card:hover .news-card__title a {
    color: #facc15;
}

.news-empty {
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
}

.news-pagination {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.news-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    min-height: 2.5rem;
    margin: 0 0.25rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
}

.news-pagination .page-numbers.current {
    background: #facc15;
    border-color: #facc15;
    color: #0f172a;
}

.news-subscribe {
    padding: 5rem 0 4rem;
    background: #0f172a;
}

.news-subscribe__card {
    max-width: 56rem;
    margin: 0 auto;
    padding: 3rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
}

.news-subscribe__icon {
    color: #facc15;
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.news-subscribe__title {
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #fff;
}

.news-subscribe__text {
    max-width: 42rem;
    margin: 0 auto 1.5rem;
    color: #94a3b8;
}

.news-subscribe__notice {
    margin: 0 auto 1rem;
    max-width: 38rem;
    padding: 0.9rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.95rem;
}

.news-subscribe__notice.is-success {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.28);
    color: #bbf7d0;
}

.news-subscribe__notice.is-error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.28);
    color: #fecaca;
}

.news-subscribe__form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    max-width: 38rem;
    margin: 0 auto;
}

.news-subscribe__form--inline {
    flex-wrap: nowrap;
    max-width: 28rem;
    align-items: stretch;
}

.news-subscribe__form--inline input[type='email'] {
    flex: 1 1 auto;
    min-width: 0;
}

.news-subscribe__form--inline button {
    flex: 0 0 auto;
}

.news-subscribe__form input {
    flex: 1 1 220px;
    padding: 0.95rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font: inherit;
}

.news-subscribe__form input::placeholder {
    color: #94a3b8;
}

.news-subscribe__form button {
    padding: 0.95rem 1.4rem;
    border: 0;
    border-radius: 0.5rem;
    background: #facc15;
    color: #0f172a;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 0 15px rgba(250, 204, 21, 0.2);
    transition: background 0.2s ease;
}

.news-subscribe__form button:hover,
.news-subscribe__form button:focus {
    background: #fde047;
}

.news-page .page,
.news-page .single-post {
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.news-single {
    padding: 8rem 0 0;
    background: #0f172a;
}

.news-single__hero {
    padding: 0 0 3rem;
    background: linear-gradient(180deg, #0a0f1c 0%, #0f172a 100%);
}

.news-single__hero-inner {
    max-width: 980px;
}

.news-single__back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 1.5rem;
    color: #facc15;
    font-size: 0.95rem;
    font-weight: 700;
}

.news-single__back:hover {
    text-decoration: underline;
}

.news-single__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
    margin: 0 0 1rem;
    color: #94a3b8;
    font-size: 0.9rem;
}

.news-single__badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #facc15;
    color: #0f172a;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.news-single__title {
    max-width: 16ch;
    margin: 0 0 1rem;
    font-size: clamp(2.4rem, 5vw, 4.25rem);
    line-height: 1.05;
    font-weight: 800;
}

.news-single__intro {
    max-width: 58rem;
    margin: 0 0 2rem;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.75;
    color: #94a3b8;
}

.news-single__author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-single__author-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.news-single__author-avatar img {
    width: 3rem;
    height: 3rem;
    object-fit: cover;
    border-radius: 999px;
}

.news-single__author-name {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.news-single__author-role {
    margin: 0.25rem 0 0;
    color: #94a3b8;
    font-size: 0.9rem;
}

.news-single__share {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.news-single__share-label {
    color: #94a3b8;
    font-size: 0.9rem;
}

.news-single__share-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.news-single__share-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    transition: all 0.2s ease;
}

.news-single__share-link:hover {
    border-color: rgba(250, 204, 21, 0.45);
    color: #facc15;
    transform: translateY(-1px);
}

.news-single__image-section {
    padding: 0 0 4rem;
    background: #0f172a;
}

.news-single__image {
    overflow: hidden;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.news-single__image img {
    display: block;
    width: 100%;
    height: auto;
}

.news-single__article {
    padding: 0 0 4rem;
    background: #0f172a;
}

.news-single__content {
    max-width: 860px;
    margin: 0 auto;
    color: #dbe4f0;
    font-size: 1.05rem;
    line-height: 1.85;
}

.news-single__content>*+* {
    margin-top: 1.35rem;
}

.news-single__content h2,
.news-single__content h3,
.news-single__content h4 {
    margin: 2.5rem 0 1rem;
    color: #fff;
    line-height: 1.2;
}

.news-single__content h2 {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.news-single__content h3 {
    font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.news-single__content p {
    color: #cbd5e1;
}

.news-single__content ul,
.news-single__content ol {
    margin: 0 0 1.5rem;
    padding-left: 1.4rem;
}

.news-single__content li+li {
    margin-top: 0.75rem;
}

.news-single__content blockquote {
    margin: 2rem 0;
    padding: 1.5rem 1.75rem;
    border-left: 4px solid #facc15;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    color: #e2e8f0;
    font-style: italic;
}

.news-single__content figure {
    margin: 2rem 0;
}

.news-single__content img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.news-single__content a {
    color: #facc15;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.news-single__footer {
    max-width: 860px;
    margin: 3rem auto 0;
    padding-top: 1.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}

.news-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.news-single__tags-label {
    color: #94a3b8;
    font-size: 0.9rem;
}

.news-single__tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.news-single__tags-list a {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font-size: 0.85rem;
}

.news-single__tags-list a:hover {
    border-color: rgba(250, 204, 21, 0.4);
    color: #facc15;
}

.news-single__bio {
    padding: 0 0 4rem;
    background: #0a0f1c;
}

.news-single__bio-card {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
}

.news-single__bio-avatar img {
    width: 5rem;
    height: 5rem;
    border-radius: 999px;
    object-fit: cover;
}

.news-single__bio-name {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 800;
}

.news-single__bio-role {
    margin: 0.35rem 0 1rem;
    color: #facc15;
    font-size: 0.95rem;
    font-weight: 600;
}

.news-single__bio-text {
    color: #94a3b8;
    line-height: 1.8;
}

.news-related {
    padding: 0 0 4rem;
    background: #0f172a;
}

.news-related__title {
    margin: 0 0 1.5rem;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
}

.news-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.news-related__grid .news-card {
    height: 100%;
}

.news-subscribe--single {
    padding-top: 0;
}

.news-single__comments {
    padding: 0 0 4rem;
    background: #0f172a;
}

.news-single__comments .container {
    max-width: 860px;
}

@media (max-width: 1024px) {
    .news-featured {
        grid-template-columns: 1fr;
    }
    .news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .news-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .news-single__author,
    .news-single__footer {
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .news-hero {
        padding-top: 8rem;
        min-height: auto;
    }
    .news-grid,
    .news-related__grid {
        grid-template-columns: 1fr;
    }
    .news-featured__content,
    .news-subscribe__card,
    .news-single__bio-card {
        padding: 1.25rem;
    }
    .news-subscribe__form {
        flex-direction: column;
    }
    .news-single {
        padding-top: 7rem;
    }
    .news-single__title {
        max-width: none;
        font-size: clamp(2rem, 9vw, 3rem);
    }
    .news-single__author,
    .news-single__footer {
        gap: 1rem;
    }
    .news-single__author-meta {
        align-items: flex-start;
    }
    .news-single__share {
        width: 100%;
    }
}

body.news-article-page {
    background: #0f172a;
    color: #fff;
    font-family: "Inter", sans-serif;
}

.news-article-shell {
    min-height: 100vh;
    background: #0f172a;
    color: #fff;
}

.news-article-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    backdrop-filter: blur(10px);
    background: rgba(10, 15, 28, 0.76);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.news-article-header.is-scrolled {
    background: rgba(15, 23, 42, 0.95);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.news-article-header__inner {
    max-width: 1280px;
    height: 5rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.news-article-header__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.news-article-header__logo {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
}

.news-article-header__icon {
    color: #facc15;
    font-size: 1.5rem;
}

.news-article-header__nav {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 0.95rem;
    font-weight: 600;
    color: #cbd5e1;
}

.news-article-header__nav a {
    color: inherit;
    transition: color 0.2s ease;
}

.news-article-header__nav a:hover,
.news-article-header__nav a.is-active {
    color: #fff;
}

.news-article-header__actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.news-article-header__link {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 600;
}

.news-article-header__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.75rem 1.35rem;
    border-radius: 0.45rem;
    background: #facc15;
    color: #0f172a;
    font-size: 0.95rem;
    font-weight: 700;
    box-shadow: 0 0 15px rgba(250, 204, 21, 0.3);
}

.news-article-page {
    /* padding-top: 5rem; */
}

.news-article-section {
    width: 100%;
}

.news-article-section--hero {
    padding: 5rem 0 3rem;
    background: linear-gradient(180deg, #0a0f1c 0%, #0f172a 100%);
}

.news-article-section--image {
    padding: 0 0 3rem;
    background: #0f172a;
}

.news-article-section--content {
    padding: 1rem 0 4rem;
    background: #0f172a;
}

.news-article-section--bio {
    padding: 0 0 4rem;
    background: #0a0f1c;
}

.news-article-section--related {
    padding: 0 0 5rem;
    background: #0f172a;
}

.news-article-section--newsletter {
    padding: 4rem 0;
    background: #0a0f1c;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.news-article-section--comments {
    padding: 0 0 4rem;
    background: #0f172a;
}

.news-article-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.news-article-container--narrow {
    max-width: 896px;
}

.news-article-container--wide {
    max-width: 1080px;
}

.news-article-container--content {
    max-width: 768px;
}

.news-article-container--newsletter {
    max-width: 896px;
}

.news-article-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 0 2rem;
    color: #facc15;
    font-size: 0.95rem;
    font-weight: 600;
}

.news-article-back:hover {
    text-decoration: underline;
}

.news-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    color: #94a3b8;
    font-size: 0.95rem;
}

.news-article-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #facc15;
    color: #0f172a;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.news-article-title {
    margin: 0 0 1.25rem;
    font-size: clamp(2.2rem, 5vw, 4rem);
    line-height: 1.08;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.03em;
}

.news-article-intro {
    margin: 0 0 2rem;
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    line-height: 1.75;
    color: #94a3b8;
}

.news-article-author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.news-article-author__meta {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.news-article-author__avatar {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    object-fit: cover;
}

.news-article-author__name {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}

.news-article-author__role {
    margin: 0.25rem 0 0;
    color: #94a3b8;
    font-size: 0.9rem;
}

.news-article-share {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.news-article-share__label {
    color: #94a3b8;
    font-size: 0.95rem;
}

.news-article-share__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.news-article-share__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    transition: all 0.2s ease;
}

.news-article-share__button:hover {
    border-color: rgba(250, 204, 21, 0.45);
    color: #facc15;
    transform: translateY(-1px);
}

.news-article-image {
    overflow: hidden;
    border-radius: 1.5rem;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.news-article-image img {
    display: block;
    width: 100%;
    height: auto;
}

.article-content {
    font-size: 1.125rem;
    line-height: 1.85;
    color: #cbd5e1;
}

.article-content>*+* {
    margin-top: 1.35rem;
}

.article-content h2 {
    margin: 2.75rem 0 1rem;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    line-height: 1.2;
    font-weight: 800;
    color: #fff;
}

.article-content h3 {
    margin: 2.25rem 0 0.9rem;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.25;
    font-weight: 700;
    color: #fff;
}

.article-content h4 {
    margin: 2rem 0 0.75rem;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
}

.article-content p {
    margin: 0;
    color: #cbd5e1;
}

.article-content ul,
.article-content ol {
    margin: 0 0 1.5rem;
    padding-left: 1.4rem;
}

.article-content li+li {
    margin-top: 0.7rem;
}

.article-content blockquote {
    margin: 2rem 0;
    padding: 1.5rem 1.75rem;
    border-left: 4px solid #facc15;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.03);
    color: #e2e8f0;
    font-style: italic;
}

.article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}

.article-content .glass-panel {
    margin: 2rem 0;
    padding: 2rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.article-content .glass-panel .text-brand-accent {
    color: #facc15;
}

.article-content .wp-block-image,
.article-content figure {
    margin: 2rem 0;
}

.news-article-tags-share {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
}

.news-article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
}

.news-article-tags__label {
    color: #94a3b8;
    font-size: 0.95rem;
}

.news-article-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.news-article-tags__item {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font-size: 0.85rem;
}

.news-article-tags__item:hover {
    border-color: rgba(250, 204, 21, 0.4);
    color: #facc15;
}

.news-article-author__socials {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.news-article-author__socials a {
    color: #94a3b8;
    font-size: 1rem;
    transition: color 0.2s ease;
}

.news-article-author__socials a:hover {
    color: #facc15;
}

.news-article-bio {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
}

.news-article-bio__avatar img {
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 999px;
    object-fit: cover;
}

.news-article-bio__name {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
}

.news-article-bio__role {
    margin: 0.35rem 0 0.9rem;
    color: #facc15;
    font-size: 0.95rem;
    font-weight: 600;
}

.news-article-bio__text {
    color: #94a3b8;
    line-height: 1.8;
}

.news-article-bio__socials {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
}

.news-article-bio__socials a {
    color: #94a3b8;
    font-size: 1rem;
}

.news-article-related__title {
    margin: 0 0 2rem;
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 800;
    color: #fff;
}

.news-article-related__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.news-article-related-card {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.2s ease;
}

.news-article-related-card:hover {
    transform: translateY(-2px);
    border-color: rgba(250, 204, 21, 0.35);
}

.news-article-related-card__media {
    position: relative;
    display: block;
    height: 12rem;
}

.news-article-related-card__image,
.news-article-related-card__placeholder {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: linear-gradient(135deg, rgba(250, 204, 21, 0.14), rgba(255, 255, 255, 0.04));
}

.news-article-related-card__badge {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.35rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    font-size: 0.75rem;
    font-weight: 600;
}

.news-article-related-card__content {
    padding: 1.5rem;
}

.news-article-related-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.8rem;
    color: #94a3b8;
    font-size: 0.78rem;
}

.news-article-related-card__title {
    margin: 0 0 1rem;
    font-size: 1.1rem;
    line-height: 1.45;
    color: #fff;
    font-weight: 800;
}

.news-article-related-card__title a {
    color: inherit;
}

.news-article-related-card__more {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #facc15;
    font-size: 0.9rem;
    font-weight: 600;
}

.news-article-newsletter {
    padding: 3rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    text-align: center;
    backdrop-filter: blur(10px);
}

.news-article-newsletter__icon {
    margin-bottom: 1rem;
    color: #facc15;
    font-size: 2.25rem;
}

.news-article-newsletter__title {
    margin: 0 0 1rem;
    color: #fff;
    font-size: clamp(1.9rem, 3vw, 2.4rem);
    font-weight: 800;
}

.news-article-newsletter__text {
    max-width: 42rem;
    margin: 0 auto 1.5rem;
    color: #94a3b8;
    line-height: 1.7;
}

.news-article-newsletter__notice {
    margin: 0 auto 1rem;
    max-width: 38rem;
    padding: 0.9rem 1rem;
    border-radius: 0.75rem;
    font-size: 0.95rem;
}

.news-article-newsletter__notice.is-success {
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.28);
    color: #bbf7d0;
}

.news-article-newsletter__notice.is-error {
    background: rgba(239, 68, 68, 0.12);
    border: 1px solid rgba(239, 68, 68, 0.28);
    color: #fecaca;
}

.news-article-newsletter__form {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    max-width: 38rem;
    margin: 0 auto;
}

.news-article-newsletter__form input {
    flex: 1 1 220px;
    padding: 0.95rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font: inherit;
}

.news-article-newsletter__form button {
    padding: 0.95rem 1.4rem;
    border: 0;
    border-radius: 0.75rem;
    background: #facc15;
    color: #0f172a;
    font-weight: 800;
    cursor: pointer;
}

.news-article-container--content .comment-respond,
.news-article-container--content .comments-area {
    color: #dbe4f0;
}

@media (max-width: 1024px) {
    .news-article-header__nav {
        gap: 1rem;
    }
    .news-article-related__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .news-article-header__inner {
        flex-wrap: wrap;
        height: auto;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
    }
    .news-article-header__nav {
        order: 3;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .news-article-page {
        /* padding-top: 7rem; */
    }
    .news-article-section--hero {
        padding-top: 6rem;
    }
    .news-article-title {
        font-size: clamp(2rem, 9vw, 3rem);
    }
    .news-article-author,
    .news-article-tags-share,
    .news-article-bio {
        gap: 1rem;
    }
    .news-article-bio,
    .news-article-newsletter {
        padding: 1.25rem;
    }
    .news-article-related__grid {
        grid-template-columns: 1fr;
    }
    .news-article-newsletter__form {
        flex-direction: column;
    }
    .news-article-header__actions {
        width: 100%;
        justify-content: space-between;
    }
}

body.ahanet-home-chrome.page {
    background: #0f172a;
    color: #ffffff;
}

.site-page {
    background: #0f172a;
    color: #ffffff;
}

.site-page-hero {
    position: relative;
    padding: 5rem 0 2rem;
    min-height: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.site-page-hero__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0f172a 0%, #111827 50%, #0a0f1c 100%);
}

.site-page-hero__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.35) 0%, rgba(15, 23, 42, 1) 100%);
}

.site-page-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
}

.site-page-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.site-page-back:hover,
.site-page-back:focus {
    color: #facc15;
}

.site-page-hero__title {
    margin: 0;
    font-size: clamp(2.2rem, 5vw, 3.75rem);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #ffffff;
}

.site-page-hero__intro {
    margin: 1.25rem 0 0;
    max-width: 42rem;
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.65;
}

.site-page-section {
    padding: 0 0 4rem;
}

.site-page-section--media {
    padding: 0 0 3rem;
}

.site-page-section--content {
    padding-bottom: 5rem;
}

.site-page-container--wide {
    max-width: 1080px;
}

.site-page-container--content {
    max-width: 760px;
}

.site-page .page {
    background: transparent;
    box-shadow: none;
}

.site-page-media {
    overflow: hidden;
    border-radius: 1.5rem;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
}

.site-page-media img {
    display: block;
    width: 100%;
    height: auto;
}

.site-page-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-page-links__label {
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 600;
}

.site-page-links a,
.site-page-links>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    min-height: 2.25rem;
    padding: 0.25rem 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    color: #ffffff;
    font-size: 0.9rem;
}

.site-page-links a:hover,
.site-page-links a:focus {
    border-color: rgba(250, 204, 21, 0.45);
    color: #facc15;
}

.site-page .article-content a {
    color: #facc15;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.site-page .article-content a:hover,
.site-page .article-content a:focus {
    color: #fbbf24;
}

@media (max-width: 640px) {
    .site-page-hero {
        padding-top: 7rem;
        min-height: auto;
    }
    .site-page-section--content {
        padding-bottom: 3.5rem;
    }
}