/* ================================================================
   PRESS-RELEASES.CSS — Premium Press Releases Page
   20 Microns | press-releases.php
   Theme: #7FA69B Sage Green | Font: Exo 2
   Matches: news-events.css, company-pages.css design language
   ================================================================ */

html:has(body.page-press-releases) { overflow-x: clip; }
body.page-press-releases { overflow-x: clip; }

/* ================================================================
   HERO — 85vh dark premium
   ================================================================ */
.pr-hero {
    min-height: 85vh;
    background: linear-gradient(145deg, #08121c 0%, #0f1923 42%, #142030 76%, #09131d 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 96px 0 24px;
}

.pr-hero-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(127,166,155,.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(127,166,155,.06) 1px, transparent 1px);
    background-size: 64px 64px;
    animation: prGridDrift 24s linear infinite;
    z-index: 0;
}
@keyframes prGridDrift {
    0%   { transform: translate(0,0); }
    100% { transform: translate(-64px,-64px); }
}

.pr-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.pr-hero-glow.g1 {
    width: 720px; height: 720px;
    top: -260px; right: -100px;
    background: radial-gradient(circle, rgba(127,166,155,.13) 0%, transparent 65%);
    filter: blur(60px);
    animation: prGlowPulse 8s ease-in-out infinite alternate;
}
.pr-hero-glow.g2 {
    width: 460px; height: 460px;
    bottom: -180px; left: -100px;
    background: radial-gradient(circle, rgba(127,166,155,.09) 0%, transparent 65%);
    filter: blur(50px);
    animation: prGlowPulse 10s ease-in-out infinite alternate-reverse;
}
.pr-hero-glow.g3 {
    width: 300px; height: 300px;
    top: 45%; left: 42%;
    transform: translate(-50%,-50%);
    background: radial-gradient(circle, rgba(127,166,155,.07) 0%, transparent 70%);
    filter: blur(42px);
    animation: prGlowPulse 6s ease-in-out infinite alternate;
    animation-delay: -3s;
}
@keyframes prGlowPulse {
    0%   { opacity: .55; transform: scale(.94); }
    100% { opacity: 1;   transform: scale(1.08); }
}

.pr-hero-particles { position: absolute; inset: 0; pointer-events: none; z-index: 1; }
.pr-hero-particles span {
    position: absolute;
    width: 3px; height: 3px;
    background: rgba(127,166,155,.5);
    border-radius: 50%;
    animation: prPtFade 4s ease-in-out infinite;
}
.pr-hero-particles span:nth-child(1) { top:18%; left:12%; animation-delay:0s; }
.pr-hero-particles span:nth-child(2) { top:62%; left:7%;  animation-delay:.7s; }
.pr-hero-particles span:nth-child(3) { top:32%; left:52%; animation-delay:1.3s; }
.pr-hero-particles span:nth-child(4) { top:78%; left:35%; animation-delay:2s; }
.pr-hero-particles span:nth-child(5) { top:14%; left:75%; animation-delay:.3s; }
.pr-hero-particles span:nth-child(6) { top:55%; left:90%; animation-delay:2.6s; }
.pr-hero-particles span:nth-child(7) { top:85%; left:62%; animation-delay:1.1s; }
.pr-hero-particles span:nth-child(8) { top:25%; left:94%; animation-delay:3.2s; }
@keyframes prPtFade {
    0%,100% { opacity:0; transform:scale(1); }
    50%      { opacity:1; transform:scale(1.7); }
}

.pr-hero .container {
    position: relative; z-index: 2;
    max-width: 1280px; margin: 0 auto;
    padding: 0 28px; width: 100%;
}

.pr-hero-layout {
    display: grid;
    grid-template-columns: minmax(0,1.1fr) minmax(300px,.9fr);
    gap: 56px;
    align-items: center;
}

/* Hero copy */
.pr-hero-copy { max-width: 640px; }

.pr-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(127,166,155,.12);
    border: 1px solid rgba(127,166,155,.25);
    border-radius: 50px;
    padding: 6px 16px;
    color: #7fa69b;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.pr-hero-badge-dot {
    width: 7px; height: 7px;
    background: #7fa69b; border-radius: 50%;
    animation: prDotPulse 2s ease-in-out infinite;
}
@keyframes prDotPulse {
    0%,100% { box-shadow: 0 0 0 0 rgba(127,166,155,.7); }
    50%      { box-shadow: 0 0 0 6px rgba(127,166,155,0); }
}

.pr-hero-title {
    font-family: 'Exo 2', sans-serif;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    font-weight: 800;
    line-height: 1.12;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -.02em;
}
.pr-hero-title .accent { color: #7fa69b; }

.pr-hero-subtitle {
    font-size: 1.08rem;
    color: rgba(255,255,255,.62);
    line-height: 1.72;
    margin-bottom: 36px;
    max-width: 520px;
}

.pr-hero-line {
    display: block;
    width: 56px; height: 3px;
    background: linear-gradient(90deg, #7fa69b, transparent);
    margin-bottom: 36px;
    border-radius: 2px;
}

.pr-hero-stats {
    display: flex; gap: 0; align-items: stretch;
}
.pr-hero-stat {
    flex: 1;
    display: flex; flex-direction: column; align-items: center;
    padding: 18px 20px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(127,166,155,.14);
    border-right: none;
}
.pr-hero-stat:first-child  { border-radius: 12px 0 0 12px; }
.pr-hero-stat:last-child   { border-radius: 0 12px 12px 0; border-right: 1px solid rgba(127,166,155,.14); }
.pr-hero-stat-num {
    font-size: 2rem; font-weight: 800; color: #fff; line-height: 1;
}
.pr-hero-stat-num span { font-size: 1.2rem; color: #7fa69b; }
.pr-hero-stat-label {
    font-size: .72rem; font-weight: 600;
    color: rgba(255,255,255,.45);
    letter-spacing: .06em; text-transform: uppercase; margin-top: 5px;
}

/* ================================================================
   HERO VISUAL — stacked newspaper cards
   ================================================================ */
.pr-hero-visual-wrap {
    display: flex; align-items: center; justify-content: center;
}
.pr-hero-visual {
    position: relative;
    width: 340px; height: 380px;
}

/* Master glow */
.pr-visual-glow {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(127,166,155,.15) 0%, transparent 65%);
    filter: blur(40px);
    border-radius: 50%;
    pointer-events: none;
}

/* Newspaper cards stacked */
.pr-visual-card {
    position: absolute;
    background: linear-gradient(135deg, rgba(13,24,40,.97), rgba(20,36,58,.93));
    border: 1px solid rgba(127,166,155,.22);
    border-radius: 14px;
    padding: 16px 18px;
    box-shadow: 0 16px 48px rgba(0,0,0,.5);
    transition: transform .4s ease;
}
.pr-visual-card.vc1 {
    width: 240px;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%) rotate(-5deg);
    animation: prCardFloat1 6s ease-in-out infinite alternate;
    z-index: 1;
}
.pr-visual-card.vc2 {
    width: 220px;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%) rotate(4deg) translateY(20px) translateX(20px);
    animation: prCardFloat2 8s ease-in-out infinite alternate;
    z-index: 2;
}
.pr-visual-card.vc3 {
    width: 200px;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%) rotate(-2deg) translateY(-24px) translateX(-24px);
    animation: prCardFloat3 7s ease-in-out infinite alternate;
    z-index: 3;
}
@keyframes prCardFloat1 {
    0%   { transform: translate(-50%,-50%) rotate(-5deg) translateY(0); }
    100% { transform: translate(-50%,-50%) rotate(-3deg) translateY(-10px); }
}
@keyframes prCardFloat2 {
    0%   { transform: translate(-50%,-50%) rotate(4deg) translateY(20px) translateX(20px); }
    100% { transform: translate(-50%,-50%) rotate(6deg) translateY(8px) translateX(20px); }
}
@keyframes prCardFloat3 {
    0%   { transform: translate(-50%,-50%) rotate(-2deg) translateY(-24px) translateX(-24px); }
    100% { transform: translate(-50%,-50%) rotate(0deg) translateY(-34px) translateX(-24px); }
}

.pr-vc-header {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(127,166,155,.15);
}
.pr-vc-icon {
    width: 28px; height: 28px;
    background: rgba(127,166,155,.15);
    border-radius: 6px;
    display: flex; align-items: center; justify-content: center;
    color: #7fa69b; font-size: .85rem;
}
.pr-vc-tag {
    font-size: .65rem; font-weight: 700;
    color: #7fa69b; text-transform: uppercase; letter-spacing: .08em;
}
.pr-vc-lines { display: flex; flex-direction: column; gap: 5px; }
.pr-vc-line {
    height: 6px; border-radius: 3px;
    background: rgba(255,255,255,.08);
}
.pr-vc-line.l1 { width: 100%; }
.pr-vc-line.l2 { width: 80%; }
.pr-vc-line.l3 { width: 60%; background: rgba(127,166,155,.15); }

/* Floating badges on visual */
.pr-visual-badge {
    position: absolute;
    background: rgba(10,22,40,.92);
    border: 1px solid rgba(127,166,155,.3);
    border-radius: 10px;
    padding: 8px 14px;
    backdrop-filter: blur(8px);
    animation: prBadgeFloat 5s ease-in-out infinite alternate;
    white-space: nowrap;
    box-shadow: 0 8px 24px rgba(0,0,0,.4);
}
.pr-visual-badge.b1 { top: 8%; right: -10px; animation-delay: 0s; }
.pr-visual-badge.b2 { bottom: 12%; left: -10px; animation-delay: -2.5s; }
@keyframes prBadgeFloat {
    0%   { transform: translateY(0); }
    100% { transform: translateY(-8px); }
}
.pr-badge-label { font-size: .65rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .06em; }
.pr-badge-value {
    font-size: 1.2rem; font-weight: 800; color: #fff; line-height: 1.1;
}
.pr-badge-value span { color: #7fa69b; font-size: .9rem; }

/* Scroll indicator */
.pr-hero-scroll {
    position: absolute; bottom: 28px; left: 50%;
    transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    color: rgba(255,255,255,.3);
    font-size: .68rem; letter-spacing: .1em; text-transform: uppercase;
    z-index: 3;
}
.pr-hero-scroll-line {
    width: 1px; height: 36px;
    background: linear-gradient(180deg, rgba(127,166,155,.6), transparent);
    animation: prScrollAnim 2s ease-in-out infinite;
}
@keyframes prScrollAnim {
    0%,100% { transform: scaleY(1); opacity: .5; }
    50%      { transform: scaleY(.5); opacity: 1; }
}

/* ================================================================
   BODY
   ================================================================ */
.pr-body {
    padding: 80px 0 0;
    background: #f8fafc;
}
.pr-body .container {
    max-width: 1280px; margin: 0 auto; padding: 0 28px;
}

/* Section header */
.pr-section-header {
    text-align: center;
    margin-bottom: 52px;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}
.pr-section-header.visible { opacity: 1; transform: translateY(0); }

.pr-section-badge {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(127,166,155,.1);
    border: 1px solid rgba(127,166,155,.3);
    border-radius: 50px;
    padding: 5px 15px;
    color: #5a8a7f;
    font-size: .75rem; font-weight: 700;
    letter-spacing: .1em; text-transform: uppercase;
    margin-bottom: 14px;
}
.pr-section-title {
    font-family: 'Exo 2', sans-serif;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800; color: #0a1628;
    margin-bottom: 10px; letter-spacing: -.02em;
}
.pr-section-title .accent { color: #7fa69b; }
.pr-section-subtitle {
    font-size: 1rem; color: #6b7a8d; line-height: 1.6;
}

/* ================================================================
   FILTER TABS
   ================================================================ */
.pr-tabs-wrap {
    display: flex; justify-content: center; margin-bottom: 48px;
}
.pr-tabs {
    display: inline-flex;
    background: #fff;
    border: 1px solid rgba(127,166,155,.2);
    border-radius: 14px;
    padding: 5px; gap: 4px;
    box-shadow: 0 4px 20px rgba(10,22,40,.08);
    flex-wrap: wrap;
}
.pr-tab-btn {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 22px;
    border: none; background: transparent; border-radius: 10px;
    font-family: 'Exo 2', sans-serif;
    font-size: .88rem; font-weight: 700;
    color: #6b7a8d; cursor: pointer;
    transition: all .3s ease; letter-spacing: .01em;
}
.pr-tab-btn i { font-size: .95rem; }
.pr-tab-count {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 22px; height: 22px; padding: 0 7px;
    background: rgba(127,166,155,.15);
    border-radius: 50px;
    font-size: .7rem; font-weight: 700; color: #7fa69b;
    transition: all .3s;
}
.pr-tab-btn.active {
    background: linear-gradient(135deg, #0a1628, #142030);
    color: #fff;
    box-shadow: 0 8px 24px rgba(10,22,40,.22);
}
.pr-tab-btn.active .pr-tab-count {
    background: rgba(127,166,155,.25); color: #7fa69b;
}

/* ================================================================
   PRESS RELEASES PANEL + GRID
   ================================================================ */
.pr-releases-panel { display: none; }
.pr-releases-panel.active { display: block; }

.pr-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-bottom: 60px;
}

/* ================================================================
   PRESS RELEASE CARD
   ================================================================ */
.pr-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(10,22,40,.07);
    border: 1px solid rgba(127,166,155,.1);
    transition: all .38s cubic-bezier(.34,1.56,.64,1);
    position: relative;
    opacity: 0;
    transform: translateY(28px);
    display: flex;
    flex-direction: column;
}
.pr-card.visible { opacity: 1; transform: translateY(0); }
.pr-card:hover {
    box-shadow: 0 20px 56px rgba(10,22,40,.14);
    transform: translateY(-6px);
    border-color: rgba(127,166,155,.3);
}

/* Card accent top border by type */
.pr-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    border-radius: 20px 20px 0 0;
}
.pr-card.type-pdf::before    { background: linear-gradient(90deg, #e53e3e, #fc8181); }
.pr-card.type-video::before  { background: linear-gradient(90deg, #6b48ff, #9f7aea); }
.pr-card.type-article::before { background: linear-gradient(90deg, #7fa69b, #b2c9c4); }

/* Card visual banner */
.pr-card-banner {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.pr-card.type-pdf .pr-card-banner {
    background: linear-gradient(135deg, #1a0a0a 0%, #2d1010 50%, #1a0808 100%);
}
.pr-card.type-video .pr-card-banner {
    background: linear-gradient(135deg, #0f0a1a 0%, #1e1040 50%, #0d0818 100%);
}
.pr-card.type-article .pr-card-banner {
    background: linear-gradient(135deg, #08121c 0%, #0f1e2c 50%, #0a1628 100%);
}

/* Banner grid pattern */
.pr-card-banner::before {
    content: '';
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 20px 20px;
}

.pr-card-banner-icon {
    position: relative; z-index: 1;
    width: 64px; height: 64px;
    border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 8px 28px rgba(0,0,0,.4);
}
.pr-card.type-pdf .pr-card-banner-icon {
    background: linear-gradient(135deg, rgba(229,62,62,.25), rgba(229,62,62,.1));
    border: 1px solid rgba(229,62,62,.3);
    color: #fc8181;
}
.pr-card.type-video .pr-card-banner-icon {
    background: linear-gradient(135deg, rgba(107,72,255,.25), rgba(107,72,255,.1));
    border: 1px solid rgba(107,72,255,.3);
    color: #9f7aea;
}
.pr-card.type-article .pr-card-banner-icon {
    background: linear-gradient(135deg, rgba(127,166,155,.25), rgba(127,166,155,.1));
    border: 1px solid rgba(127,166,155,.3);
    color: #7fa69b;
}

/* Date badge on banner */
.pr-card-date-badge {
    position: absolute;
    top: 12px; right: 12px;
    background: rgba(10,22,40,.9);
    border: 1px solid rgba(127,166,155,.3);
    border-radius: 10px;
    padding: 6px 12px;
    text-align: center;
    backdrop-filter: blur(6px);
    z-index: 5;
    min-width: 52px;
}
.pr-card-date-badge .day  { font-size: 1.3rem; font-weight: 800; color: #fff; line-height: 1; }
.pr-card-date-badge .mon  { font-size: .62rem; font-weight: 700; color: #7fa69b; text-transform: uppercase; letter-spacing: .05em; }
.pr-card-date-badge .yr   { font-size: .57rem; color: rgba(255,255,255,.4); }

/* Card body */
.pr-card-body {
    padding: 20px 22px 24px;
    flex: 1;
    display: flex; flex-direction: column;
}

.pr-card-type-row {
    display: flex; align-items: center; gap: 8px;
    margin-bottom: 10px;
}
.pr-card-type-badge {
    display: inline-flex; align-items: center; gap: 5px;
    padding: 3px 10px;
    border-radius: 50px;
    font-size: .67rem; font-weight: 700;
    text-transform: uppercase; letter-spacing: .07em;
}
.pr-card.type-pdf .pr-card-type-badge    { background: rgba(229,62,62,.1); color: #c53030; }
.pr-card.type-video .pr-card-type-badge  { background: rgba(107,72,255,.1); color: #6b48ff; }
.pr-card.type-article .pr-card-type-badge { background: rgba(127,166,155,.12); color: #5a8a7f; }

.pr-card-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.02rem; font-weight: 700;
    color: #0a1628; line-height: 1.42;
    margin-bottom: 10px;
}

.pr-card-desc {
    font-size: .82rem; color: #6b7a8d;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pr-card-footer {
    display: flex; align-items: center; justify-content: space-between;
    gap: 8px;
    padding-top: 14px;
    border-top: 1px solid rgba(127,166,155,.12);
    margin-top: auto;
}
.pr-card-source {
    font-size: .72rem; color: #9aa5b4;
    font-style: italic;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
    max-width: 120px;
}
.pr-card-action {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 7px 16px;
    border-radius: 8px;
    font-family: 'Exo 2', sans-serif;
    font-size: .75rem; font-weight: 700;
    letter-spacing: .04em;
    text-decoration: none;
    transition: all .28s ease;
    white-space: nowrap;
    flex-shrink: 0;
}
.pr-card.type-pdf .pr-card-action {
    background: rgba(229,62,62,.1);
    color: #c53030;
    border: 1px solid rgba(229,62,62,.2);
}
.pr-card.type-pdf .pr-card-action:hover {
    background: linear-gradient(135deg, #e53e3e, #fc8181);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(229,62,62,.3);
    transform: translateY(-1px);
}
.pr-card.type-video .pr-card-action {
    background: rgba(107,72,255,.1);
    color: #6b48ff;
    border: 1px solid rgba(107,72,255,.2);
}
.pr-card.type-video .pr-card-action:hover {
    background: linear-gradient(135deg, #6b48ff, #9f7aea);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(107,72,255,.3);
    transform: translateY(-1px);
}
.pr-card.type-article .pr-card-action {
    background: rgba(127,166,155,.12);
    color: #5a8a7f;
    border: 1px solid rgba(127,166,155,.25);
}
.pr-card.type-article .pr-card-action:hover {
    background: linear-gradient(135deg, #7fa69b, #5a8a7f);
    color: #0a1628;
    border-color: transparent;
    box-shadow: 0 6px 18px rgba(127,166,155,.3);
    transform: translateY(-1px);
}

/* FEATURED card — first/latest, full width */
.pr-card.featured {
    grid-column: span 3;
    flex-direction: row;
    border-color: rgba(127,166,155,.25);
    box-shadow: 0 8px 40px rgba(10,22,40,.12);
}
.pr-card.featured .pr-card-banner {
    width: 340px;
    min-width: 280px;
    height: auto;
    min-height: 200px;
    flex-shrink: 0;
    border-radius: 0;
}
.pr-card.featured .pr-card-banner-icon {
    width: 80px; height: 80px;
    font-size: 2.2rem; border-radius: 20px;
}
.pr-card.featured .pr-card-body { padding: 32px 36px; }
.pr-card.featured .pr-card-title { font-size: 1.28rem; -webkit-line-clamp: unset; margin-bottom: 12px; }
.pr-card.featured .pr-card-desc { font-size: .88rem; -webkit-line-clamp: 4; }

/* Empty state */
.pr-empty-state {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 40px;
    color: #6b7a8d;
}
.pr-empty-state i { font-size: 3.5rem; color: rgba(127,166,155,.3); display: block; margin-bottom: 18px; }
.pr-empty-state h4 { font-family: 'Exo 2', sans-serif; font-size: 1.2rem; font-weight: 700; color: #0a1628; margin-bottom: 8px; }
.pr-empty-state p  { font-size: .92rem; color: #6b7a8d; max-width: 360px; margin: 0 auto; line-height: 1.6; }

/* Body end */
.pr-body-end { height: 72px; background: #f8fafc; }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1100px) {
    .pr-hero-visual-wrap { display: none; }
    .pr-hero-layout { grid-template-columns: 1fr; }
    .pr-hero-copy { max-width: 700px; }

    .pr-cards-grid { grid-template-columns: repeat(2, 1fr); gap: 22px; }
    .pr-card.featured {
        grid-column: span 2;
        flex-direction: column;
    }
    .pr-card.featured .pr-card-banner { width: 100%; height: 160px; }
}

@media (max-width: 768px) {
    .pr-hero { min-height: 75vh; padding: 80px 0 48px; }

    .pr-hero-stats { flex-wrap: wrap; justify-content: center; }
    .pr-hero-stat { min-width: 90px; flex: 0 0 calc(33% - 2px); }
    .pr-hero-stat:first-child  { border-radius: 12px 0 0 0; }
    .pr-hero-stat:last-child   { border-radius: 0 12px 0 0; }

    .pr-tabs { flex-direction: column; width: 100%; max-width: 340px; }
    .pr-tab-btn { justify-content: center; }

    .pr-cards-grid { grid-template-columns: 1fr; }
    .pr-card.featured { grid-column: span 1; flex-direction: column; }
    .pr-card.featured .pr-card-banner { width: 100%; height: 150px; }
    .pr-card.featured .pr-card-body { padding: 22px; }
}

@media (max-width: 480px) {
    .pr-hero-title { font-size: 2rem; }
    .pr-hero-badge { font-size: .7rem; }
    .pr-body { padding: 56px 0 0; }
    .pr-body .container { padding: 0 16px; }
    .pr-card-banner { height: 120px; }
    .pr-tab-btn { padding: 10px 16px; font-size: .82rem; }
}
