/* ===== PULSEVIBE NEWS THEME ===== */

:root {
    --pv-dark: #17133f;
    --pv-deep: #25155f;
    --pv-purple: #6d35b9;
    --pv-violet: #8f3fd1;
    --pv-pink: #ef2d6f;
    --pv-red: #f31548;
    --pv-orange: #ff8a22;
    --pv-yellow: #f5c51b;
    --pv-white: #ffffff;
    --pv-shadow: 0 28px 90px rgba(14, 7, 54, 0.42);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--pv-white);
    font-family: Arial, Helvetica, sans-serif;
    background: #170f45;
}

a {
    color: inherit;
}

.pv-page {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        linear-gradient(115deg, rgba(20, 18, 73, 0.96) 0%, rgba(74, 35, 154, 0.9) 47%, rgba(184, 26, 120, 0.86) 100%),
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.12), transparent 34%),
        radial-gradient(circle at 22% 78%, rgba(239, 45, 111, 0.22), transparent 34%);
}

.pv-page::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.16;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
    background-size: 46px 46px;
}

.pv-page::after {
    content: "";
    position: absolute;
    inset: auto -12% -18% -12%;
    height: 280px;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 50% 50% 0 0 / 35% 35% 0 0;
    filter: blur(1px);
}

.pv-container {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 22px;
}

/* ===== NAVIGATION ===== */

.pv-nav {
    position: relative;
    z-index: 20;
    padding: 24px 22px 0;
}

.pv-nav-wrap {
    width: 100%;
    max-width: 1240px;
    min-height: 74px;
    margin: 0 auto;
    padding: 12px 16px 12px 18px;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 22px 70px rgba(10, 5, 46, 0.32);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.pv-brand {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.pv-brand-logo {
    display: block;
    width: auto;
    max-width: 240px;
    max-height: 54px;
    object-fit: contain;
}

.pv-brand-mark {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background:
        radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.46), transparent 28%),
        linear-gradient(135deg, var(--pv-red), var(--pv-orange));
    box-shadow: 0 18px 40px rgba(243, 21, 72, 0.34);
}

.pv-brand-mark i {
    font-size: 24px;
}

.pv-brand-name {
    font-size: 22px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.8px;
    white-space: nowrap;
}

.pv-nav-links {
    justify-self: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    padding: 7px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
}

.pv-nav-links a {
    min-height: 44px;
    padding: 0 15px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 850;
    text-decoration: none;
    transition: 0.22s ease;
}

.pv-nav-links a i {
    color: var(--pv-yellow);
    font-size: 17px;
}

.pv-nav-links a:hover,
.pv-nav-links a.active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

.pv-nav-links a.pv-register-nav {
    color: #ba174c;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(255, 255, 255, 0.14);
}

.pv-nav-links a.pv-register-nav i {
    color: #ef2d6f;
}

.pv-nav-links a.pv-register-nav:hover {
    color: #ba174c;
    background: #ffffff;
}

/* ===== MAIN ===== */

.pv-main {
    position: relative;
    z-index: 3;
    padding: 70px 0 72px;
}

.pv-orb {
    position: absolute;
    z-index: 0;
    border-radius: 999px;
    pointer-events: none;
}

.pv-orb-one {
    width: 420px;
    height: 420px;
    right: 7%;
    top: 125px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow:
        inset 0 0 80px rgba(255, 255, 255, 0.05),
        0 0 0 70px rgba(255, 255, 255, 0.025);
}

.pv-orb-two {
    width: 280px;
    height: 280px;
    left: -90px;
    bottom: 45px;
    background: rgba(239, 45, 111, 0.16);
    filter: blur(10px);
}

/* ===== HERO ===== */

.pv-news-hero {
    position: relative;
    z-index: 2;
    margin-bottom: 34px;
}

.pv-hero-card {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 5vw, 54px);
    border-radius: 36px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 34px;
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 24px 80px rgba(10, 5, 46, 0.28);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.pv-hero-card::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -120px;
    top: -160px;
    border-radius: 999px;
    background: rgba(239, 45, 111, 0.22);
    pointer-events: none;
}

.pv-hero-card::after {
    content: "";
    position: absolute;
    inset: auto 34px 0 34px;
    height: 7px;
    border-radius: 999px 999px 0 0;
    background: linear-gradient(90deg, var(--pv-red), var(--pv-orange), var(--pv-yellow));
}

.pv-hero-content,
.pv-search-panel {
    position: relative;
    z-index: 2;
}

.pv-breadcrumb {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 900;
}

.pv-breadcrumb a {
    min-height: 36px;
    padding: 0 13px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
}

.pv-breadcrumb a i {
    color: var(--pv-yellow);
}

.pv-breadcrumb-sep {
    color: rgba(255, 255, 255, 0.45);
}

.pv-hero-card h1 {
    max-width: 850px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(42px, 6vw, 82px);
    line-height: 0.98;
    font-weight: 950;
    letter-spacing: -3.6px;
}

.pv-hero-card p {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.65;
}

.pv-detail-hero .pv-hero-card {
    display: block;
}

.pv-detail-hero .pv-hero-card h1 {
    max-width: 940px;
    font-size: clamp(30px, 4.2vw, 52px);
    line-height: 1.08;
    letter-spacing: -1.8px;
}

/* ===== SEARCH ===== */

.pv-search-panel {
    padding: 24px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.pv-search-label {
    margin-bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 950;
}

.pv-search-label i {
    color: var(--pv-yellow);
    font-size: 21px;
}

.pv-search-form {
    display: grid;
    gap: 12px;
}

.pv-search-input {
    min-height: 58px;
    padding: 0 16px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.pv-search-input i {
    color: #ef2d6f;
    font-size: 19px;
}

.pv-search-input input {
    width: 100%;
    min-width: 0;
    height: 56px;
    border: 0;
    outline: none;
    background: transparent;
    color: #201c33;
    font-size: 15px;
    font-weight: 800;
}

.pv-search-input input::placeholder {
    color: #998fa8;
}

.pv-search-button,
.pv-clear-search {
    min-height: 52px;
    border: 0;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pv-red), var(--pv-orange));
    box-shadow: 0 18px 38px rgba(239, 45, 111, 0.24);
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 950;
    transition: 0.22s ease;
}

.pv-clear-search {
    margin-top: 12px;
    width: 100%;
    color: #ba174c;
    background: #ffffff;
}

.pv-search-button:hover,
.pv-clear-search:hover {
    transform: translateY(-2px);
}

/* ===== NEWS LIST ===== */

.pv-section-head {
    position: relative;
    z-index: 2;
    margin-bottom: 22px;
    padding: 22px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.pv-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pv-section-kicker i {
    color: var(--pv-yellow);
    font-size: 17px;
}

.pv-section-head h2 {
    margin: 8px 0 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.12;
    font-weight: 950;
    letter-spacing: -1px;
}

.pv-section-head p {
    margin: 7px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 750;
}

.pv-count-pill {
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ba174c;
    background: #ffffff;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.pv-count-pill i {
    color: #ef2d6f;
}

.pv-news-list {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 18px;
}

.pv-news-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.54);
    box-shadow: 0 22px 68px rgba(14, 7, 54, 0.22);
    transition: 0.22s ease;
}

.pv-news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 30px 82px rgba(14, 7, 54, 0.3);
}

.pv-news-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: linear-gradient(90deg, var(--pv-red), var(--pv-orange), var(--pv-yellow));
}

.pv-news-link {
    min-height: 150px;
    padding: 26px;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    color: #201c33;
    text-decoration: none;
}

.pv-news-date {
    min-height: 112px;
    border-radius: 26px;
    display: grid;
    align-content: center;
    justify-items: center;
    color: #ffffff;
    background:
        radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.25), transparent 34%),
        linear-gradient(135deg, var(--pv-red), var(--pv-orange));
    box-shadow: 0 18px 42px rgba(239, 45, 111, 0.22);
}

.pv-news-day {
    display: block;
    font-size: 50px;
    line-height: 0.9;
    font-weight: 950;
    letter-spacing: -2px;
}

.pv-news-month {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pv-news-year {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 900;
}

.pv-news-content h3 {
    margin: 0;
    color: #201c33;
    font-size: clamp(22px, 2.5vw, 34px);
    line-height: 1.13;
    font-weight: 950;
    letter-spacing: -1.2px;
}

.pv-news-content p {
    margin: 13px 0 0;
    color: #5d526e;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 750;
}

.pv-news-arrow {
    width: 48px;
    height: 48px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ef2d6f;
    background: #f7f1fb;
    border: 1px solid #eadff5;
    transition: 0.22s ease;
}

.pv-news-arrow i {
    font-size: 22px;
}

.pv-news-card:hover .pv-news-arrow {
    color: #ffffff;
    background: linear-gradient(135deg, var(--pv-red), var(--pv-orange));
}

/* ===== EMPTY ===== */

.pv-empty-state {
    position: relative;
    z-index: 2;
    padding: 44px 28px;
    border-radius: 34px;
    text-align: center;
    color: #201c33;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.54);
    box-shadow: var(--pv-shadow);
}

.pv-empty-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pv-red), var(--pv-orange));
    box-shadow: 0 18px 42px rgba(239, 45, 111, 0.22);
}

.pv-empty-icon i {
    font-size: 30px;
}

.pv-empty-state h3 {
    margin: 0;
    color: #201c33;
    font-size: 28px;
    font-weight: 950;
    letter-spacing: -1px;
}

.pv-empty-state p {
    max-width: 540px;
    margin: 12px auto 0;
    color: #5d526e;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 750;
}

.pv-empty-state a {
    min-height: 48px;
    margin-top: 20px;
    padding: 0 18px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, var(--pv-red), var(--pv-orange));
    text-decoration: none;
    font-size: 14px;
    font-weight: 950;
}

/* ===== NEWS DETAILS ===== */

.pv-meta {
    position: relative;
    z-index: 2;
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pv-meta span {
    min-height: 42px;
    padding: 0 15px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.78);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 850;
}

.pv-meta i {
    color: var(--pv-yellow);
}

.pv-detail-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: start;
}

.pv-detail-main {
    display: grid;
    gap: 20px;
}

.pv-article-card {
    position: relative;
    overflow: hidden;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 34px;
    color: #2a243b;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.54);
    box-shadow: var(--pv-shadow);
}

.pv-article-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 7px;
    background: linear-gradient(90deg, var(--pv-red), var(--pv-orange), var(--pv-yellow));
}

.pv-article-content {
    position: relative;
    z-index: 2;
    color: #342d48;
    font-size: 16px;
    line-height: 1.8;
}

.pv-article-content :first-child {
    margin-top: 0;
}

.pv-article-content :last-child {
    margin-bottom: 0;
}

.pv-article-content h1,
.pv-article-content h2,
.pv-article-content h3,
.pv-article-content h4,
.pv-article-content h5,
.pv-article-content h6 {
    color: #201c33;
    line-height: 1.16;
    letter-spacing: -0.7px;
}

.pv-article-content p {
    color: #4d435f;
}

.pv-article-content a {
    color: #ef2d6f;
    font-weight: 900;
    text-decoration: none;
}

.pv-article-content a:hover {
    color: #6d35b9;
}

.pv-article-content blockquote {
    margin: 26px 0;
    padding: 20px 22px;
    border-left: 5px solid #ef2d6f;
    border-radius: 18px;
    color: #4d435f;
    background: #f7f1fb;
}

.pv-article-content ul,
.pv-article-content ol {
    padding-left: 22px;
}

.pv-article-content li {
    margin: 8px 0;
}

.pv-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.pv-article-content pre {
    overflow-x: auto;
    padding: 18px;
    border-radius: 18px;
    color: #ffffff;
    background: #201c33;
}

.pv-article-content code {
    padding: 2px 7px;
    border-radius: 8px;
    color: #ef2d6f;
    background: #f7f1fb;
}

.pv-article-content pre code {
    padding: 0;
    color: inherit;
    background: transparent;
}

.pv-detail-sidebar {
    display: grid;
    gap: 18px;
}

.pv-side-card {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border-radius: 28px;
    color: #201c33;
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid rgba(255, 255, 255, 0.52);
    box-shadow: 0 22px 68px rgba(14, 7, 54, 0.28);
}

.pv-side-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--pv-red), var(--pv-orange), var(--pv-yellow));
}

.pv-side-label {
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #6d35b9;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pv-side-label i {
    color: #ef2d6f;
    font-size: 16px;
}

.pv-rectangle-ad {
    min-height: 250px;
    border-radius: 22px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f1fb;
    border: 1px solid #eadff5;
}

.pv-rectangle-ad iframe,
.pv-rectangle-ad img {
    max-width: 100%;
}

/* ===== ARTICLE CTA ===== */

.pv-article-cta {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 26px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    color: #ffffff;
    background:
        radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.18), transparent 36%),
        linear-gradient(145deg, rgba(109, 53, 185, 0.96), rgba(239, 45, 111, 0.92));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 72px rgba(14, 7, 54, 0.28);
}

.pv-article-cta::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 6px;
    background: rgba(255, 255, 255, 0.35);
}

.pv-cta-icon {
    width: 64px;
    height: 64px;
    border-radius: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ba174c;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(10, 5, 46, 0.18);
}

.pv-cta-icon i {
    font-size: 29px;
}

.pv-cta-copy {
    min-width: 0;
}

.pv-cta-copy span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pv-cta-copy h2 {
    margin: 7px 0 6px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 950;
    letter-spacing: -1px;
}

.pv-cta-copy p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 750;
}

.pv-cta-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pv-cta-actions a {
    min-height: 46px;
    padding: 0 17px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
    white-space: nowrap;
}

.pv-cta-actions a.is-primary {
    color: #ba174c;
    background: #ffffff;
    border-color: #ffffff;
}

.pv-cta-actions a.is-primary span,
.pv-cta-actions a.is-primary i {
    color: #ba174c;
}

/* ===== ADS ===== */

.pv-ads {
    position: relative;
    z-index: 2;
    margin-top: 42px;
}

.pv-ad-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 468px));
    gap: 16px;
    justify-content: center;
    align-items: center;
}

.pv-ad-box {
    width: 100%;
    max-width: 468px;
    min-height: 92px;
    padding: 15px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 18px 50px rgba(9, 4, 37, 0.16);
}

.pv-ad-inner {
    max-width: 100%;
    overflow: hidden;
}

.pv-ad-inner iframe,
.pv-ad-inner img {
    max-width: 100%;
}

/* ===== PAGINATION ===== */

.pv-pagination-wrap {
    position: relative;
    z-index: 2;
    margin-top: 30px;
}

.pv-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.pv-page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pv-page-btn {
    min-width: 44px;
    min-height: 44px;
    padding: 0 15px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.14);
    text-decoration: none;
    font-size: 13px;
    font-weight: 950;
}

.pv-page-btn.is-active {
    color: #ba174c;
    background: #ffffff;
}

.pv-page-btn.is-disabled,
.pv-page-btn.is-dots {
    opacity: 0.55;
    cursor: not-allowed;
}

/* ===== FOOTER ===== */

.pv-footer {
    position: relative;
    z-index: 3;
    padding: 16px 0 38px;
}

.pv-footer-panel {
    position: relative;
    overflow: hidden;
    padding: 24px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) auto minmax(0, 0.8fr);
    align-items: center;
    gap: 24px;
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 22px 70px rgba(10, 5, 46, 0.22);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.pv-footer-panel::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    right: -120px;
    top: -150px;
    border-radius: 999px;
    background: rgba(239, 45, 111, 0.2);
    pointer-events: none;
}

.pv-footer-brand {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.pv-footer-logo {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 52px;
    object-fit: contain;
}

.pv-footer-brand-fallback {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.pv-footer-brand-fallback .pv-brand-name {
    color: #ffffff;
}

.pv-footer-copy {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 800;
}

.pv-footer-links {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.pv-footer-links a {
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    font-size: 13px;
    font-weight: 900;
    transition: 0.22s ease;
}

.pv-footer-links a:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}

.pv-powered {
    position: relative;
    z-index: 2;
    justify-self: end;
    text-align: right;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    font-weight: 800;
}

.pv-powered strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
}

.pv-powered a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 950;
}

.pv-powered a:hover {
    color: var(--pv-yellow);
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1080px) {
    .pv-nav-wrap,
    .pv-hero-card {
        grid-template-columns: 1fr;
    }

    .pv-brand,
    .pv-nav-links {
        justify-self: center;
    }

    .pv-nav-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pv-detail-layout {
        grid-template-columns: 1fr;
    }

    .pv-detail-sidebar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pv-article-cta {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .pv-cta-actions {
        grid-column: 1 / -1;
        justify-content: flex-start;
    }

    .pv-footer-panel {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pv-footer-brand {
        justify-content: center;
    }

    .pv-powered {
        justify-self: center;
        text-align: center;
    }
}

@media (max-width: 760px) {
    .pv-nav {
        padding: 14px 12px 0;
    }

    .pv-nav-wrap {
        border-radius: 22px;
    }

    .pv-brand {
        flex-direction: column;
        text-align: center;
    }

    .pv-brand-name {
        white-space: normal;
        font-size: 20px;
    }

    .pv-nav-links {
        width: 100%;
    }

    .pv-nav-links a {
        flex: 1 1 auto;
        min-width: 128px;
    }

    .pv-main {
        padding: 48px 0 54px;
    }

    .pv-hero-card,
    .pv-search-panel,
    .pv-article-card {
        border-radius: 28px;
    }

    .pv-hero-card h1 {
        letter-spacing: -2.2px;
    }

    .pv-detail-hero .pv-hero-card h1 {
        font-size: clamp(28px, 8vw, 40px);
        letter-spacing: -1.2px;
    }

    .pv-section-head {
        display: grid;
        text-align: center;
        justify-items: center;
    }

    .pv-news-link {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        padding: 24px 20px;
    }

    .pv-news-date {
        width: 140px;
    }

    .pv-detail-sidebar,
    .pv-ad-row {
        grid-template-columns: 1fr;
    }

    .pv-article-cta {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
    }

    .pv-cta-actions {
        justify-content: center;
    }

    .pv-cta-actions a {
        width: 100%;
    }

    .pv-pagination {
        display: grid;
        grid-template-columns: 1fr;
    }

    .pv-page-numbers {
        order: -1;
    }

    .pv-footer-panel {
        padding: 22px 18px;
        border-radius: 24px;
    }

    .pv-footer-logo {
        max-width: 190px;
    }

    .pv-footer-links {
        flex-direction: column;
    }

    .pv-footer-links a {
        width: 100%;
        justify-content: center;
    }
}