/* ================================================
   PRESS RELEASE ARCHIVE PAGE - TeroTAM
   Font: Montserrat | Colors: #0C1C44, #FF8214
   ================================================ */

/* ---------- Global Overrides for WP/Elementor ---------- */
.pr-archive-page,
.pr-archive-page *,
.pr-archive-page *::before,
.pr-archive-page *::after {
    box-sizing: border-box;
}
.pr-archive-page {
    font-family: 'Montserrat', sans-serif;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-block-start: 0 !important;
    width: 100%;
    overflow-x: clip;
}
.pr-archive-page section {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ---------- Container ---------- */
.pr-archive-page .pr-container {
    max-width: 1200px; margin: 0 auto; padding: 0 30px; width: 100%;
}

/* ---------- Breadcrumbs ---------- */
.pr-breadcrumbs {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; margin-bottom: 24px;
}
.pr-breadcrumbs a {
    color: rgba(255,255,255,0.7); text-decoration: none; transition: color .3s;
}
.pr-breadcrumbs a:hover { color: #FF8214; }
.pr-bread-sep { color: rgba(255,255,255,0.4); display: flex; }
.pr-bread-current { color: #FF8214; font-weight: 500; }

/* ================================
   HERO SECTION
   ================================ */
.pr-hero {
    background: linear-gradient(135deg, #0C1C44 0%, #142952 60%, #0C1C44 100%);
    padding: 60px 0 0;
    position: relative;
    overflow: hidden;
}
.pr-hero-bg-pattern {
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 20% 80%, rgba(255,130,20,0.06) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,130,20,0.04) 0%, transparent 50%);
    pointer-events: none;
}
.pr-hero-bg-pattern::before {
    content: '';
    position: absolute;
    top: -50%; right: -20%;
    width: 600px; height: 600px;
    border-radius: 50%;
    border: 1px solid rgba(255,130,20,0.08);
    pointer-events: none;
}
.pr-hero .pr-container { position: relative; z-index: 2; }
.pr-hero-title {
    font-size: 42px; font-weight: 700; color: #fff !important;
    line-height: 1.2; margin: 0 0 16px 0;
}
.pr-hero-title span { color: #FF8214; }
.pr-hero-desc {
    font-size: 16px; color: rgba(255,255,255,0.75) !important;
    max-width: 680px; line-height: 1.7; margin: 0;
}

/* Hero Stats */
.pr-hero-stats-wrapper {
    margin-top: 40px;
    background: rgba(255,255,255,0.05);
    border-top: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    padding: 28px 30px;
    position: relative; z-index: 2;
}
.pr-hero-stats {
    display: flex; align-items: center; gap: 50px;
    max-width: 1200px; margin: 0 auto;
    justify-content: center;
}
.pr-stat {
    display: flex; align-items: center; gap: 14px;
}
.pr-stat-icon {
    display: flex; align-items: center; justify-content: center;
    width: 52px; height: 52px;
    background: rgba(255,130,20,0.1);
    border-radius: 0; flex-shrink: 0;
}
.pr-stat-info { display: flex; flex-wrap: wrap; align-items: baseline; gap: 2px; }
.pr-stat-number {
    font-size: 32px; font-weight: 700; color: #FF8214;
    line-height: 1;
}
.pr-stat-suffix { font-size: 20px; font-weight: 700; color: #FF8214; }
.pr-stat-label {
    font-size: 12px; color: rgba(255,255,255,0.6);
    text-transform: uppercase; letter-spacing: 0.5px;
    width: 100%;
}
.pr-stat-divider {
    width: 1px; height: 50px; background: rgba(255,255,255,0.12);
}

/* ================================
   FILTER & SEARCH SECTION
   ================================ */
.pr-filter-section {
    background: #fff;
    padding: 28px 0;
    box-shadow: 0 2px 20px rgba(12,28,68,0.06);
    position: relative; z-index: 10;
}
.pr-filter-bar {
    display: flex; flex-direction: column; gap: 20px;
}
.pr-search-wrapper {
    position: relative; max-width: 400px;
}
.pr-search-icon {
    position: absolute; left: 14px; top: 50%;
    transform: translateY(-50%); pointer-events: none; z-index: 2;
}
.pr-archive-page .pr-search-input {
    width: 100% !important; padding: 12px 16px 12px 46px !important;
    border: 1px solid #e2e5ea !important; border-radius: 0 !important;
    font-size: 14px !important; font-family: 'Montserrat', sans-serif;
    background: #F8F9FE !important; transition: all .3s;
    outline: none; box-sizing: border-box;
}
.pr-archive-page .pr-search-input:focus {
    border-color: #FF8214 !important; background: #fff !important;
    box-shadow: 0 0 0 3px rgba(255,130,20,0.1) !important;
}
.pr-archive-page .pr-search-clear {
    position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
    background: none !important; border: none !important;
    font-size: 20px; color: #999 !important; cursor: pointer;
    line-height: 1; padding: 4px;
}

/* Filter Tags */
.pr-filter-tags {
    display: flex; gap: 8px; flex-wrap: wrap;
}
.pr-archive-page .pr-filter-tag {
    padding: 8px 18px !important;
    border-radius: 0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat', sans-serif !important;
    cursor: pointer !important;
    transition: all .3s !important;
    border: 1px solid #e2e5ea !important;
    background: #fff !important;
    color: #555 !important;
    line-height: 1.4 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    white-space: nowrap !important;
}
.pr-archive-page .pr-filter-tag:hover {
    border-color: #FF8214 !important;
    color: #FF8214 !important;
    background: rgba(255,130,20,0.04) !important;
}
.pr-archive-page .pr-filter-tag.active {
    background: #0C1C44 !important;
    color: #fff !important;
    border-color: #0C1C44 !important;
}

/* ================================
   RESULTS INFO
   ================================ */
.pr-results-section {
    background: #F8F9FE;
    padding: 20px 0 0;
}
.pr-results-info {
    display: flex; justify-content: space-between; align-items: center;
}
.pr-results-count {
    font-size: 14px; color: #666;
}
.pr-results-count strong { color: #0C1C44; }

/* ================================
   PRESS RELEASE LISTING
   ================================ */
.pr-listing-section {
    padding: 30px 0 70px;
    background: #F8F9FE;
}
.pr-releases-list {
    display: flex; flex-direction: column; gap: 28px;
}

/* ---------- Press Release Card (Alternating Layout) ---------- */
.pr-card {
    background: #fff;
    border: 1px solid #e2e5ea;
    border-radius: 0;
    display: flex;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(12,28,68,0.04);
    transition: all .4s cubic-bezier(.25,.8,.25,1);
    opacity: 0; transform: translateY(20px);
}
.pr-card.visible {
    opacity: 1; transform: translateY(0);
}
.pr-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(12,28,68,0.1);
    border-color: #FF8214;
}

/* Left image layout (default) */
.pr-card-left .pr-card-image { order: 1; }
.pr-card-left .pr-card-body { order: 2; }

/* Right image layout (alternating) */
.pr-card-right .pr-card-image { order: 2; }
.pr-card-right .pr-card-body { order: 1; }

/* Card Image */
.pr-card-image {
    width: 380px; min-height: 260px;
    flex-shrink: 0; position: relative;
    overflow: hidden;
}
.pr-card-image-link {
    display: block; width: 100%; height: 100%;
}
.pr-card-img {
    width: 100% !important; height: 100% !important;
    object-fit: cover; display: block;
    transition: transform .6s cubic-bezier(.25,.8,.25,1);
}
.pr-card:hover .pr-card-img { transform: scale(1.05); }
.pr-card-img-placeholder {
    width: 100%; height: 100%; min-height: 260px;
    display: flex; align-items: center; justify-content: center;
    background: #f0f2f5;
}
.pr-card-overlay {
    position: absolute; inset: 0;
    background: rgba(12,28,68,0.7);
    display: flex; align-items: center; justify-content: center;
    opacity: 0; transition: opacity .4s;
}
.pr-card:hover .pr-card-overlay { opacity: 1; }
.pr-card-overlay-text {
    color: #fff; font-size: 14px; font-weight: 600;
    padding: 10px 24px; border: 2px solid #FF8214;
    border-radius: 0; transition: background .3s;
}
.pr-card:hover .pr-card-overlay-text { background: #FF8214; }

/* Category Badge */
.pr-category-badge {
    position: absolute; top: 14px; left: 14px;
    background: #0C1C44; color: #fff !important;
    font-size: 11px; font-weight: 600; text-transform: uppercase;
    padding: 5px 14px; border-radius: 0;
    letter-spacing: 0.5px; z-index: 2;
    text-decoration: none;
}
.pr-card-right .pr-category-badge {
    left: auto; right: 14px;
}

/* Card Body */
.pr-card-body {
    flex: 1; padding: 32px 36px;
    display: flex; flex-direction: column; justify-content: center;
    min-width: 0;
}
.pr-card-meta {
    margin-bottom: 14px;
}
.pr-card-date {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; color: #888; font-weight: 500;
}
.pr-card-date svg { color: #FF8214; }
.pr-card-title {
    font-size: 20px; font-weight: 700; line-height: 1.4;
    margin: 0 0 14px 0;
}
.pr-card-title a {
    color: #0C1C44 !important; text-decoration: none; transition: color .3s;
}
.pr-card-title a:hover { color: #FF8214 !important; }
.pr-card-excerpt {
    font-size: 14px; color: #555; line-height: 1.75;
    margin: 0 0 20px 0;
}
.pr-read-more {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 14px; font-weight: 600; color: #FF8214 !important;
    text-decoration: none; transition: gap .3s, color .3s;
}
.pr-read-more:hover { color: #0C1C44 !important; gap: 12px; }

/* ================================
   BUTTONS
   ================================ */
.pr-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 13px 28px; border-radius: 0;
    font-size: 14px; font-weight: 600; text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s; cursor: pointer; border: 2px solid transparent;
    white-space: nowrap;
}
.pr-archive-page .pr-btn-orange,
.pr-archive-page .pr-btn-orange:link,
.pr-archive-page .pr-btn-orange:visited {
    background: #FF8214 !important; color: #fff !important; border-color: #FF8214 !important;
}
.pr-archive-page .pr-btn-orange:hover {
    background: #e6720e !important; border-color: #e6720e !important; color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255,130,20,0.3);
}
.pr-btn-primary {
    background: #0C1C44; color: #fff; border-color: #0C1C44;
}
.pr-btn-primary:hover {
    background: #142952; transform: translateY(-2px);
}
.pr-btn-outline {
    background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.3);
}
.pr-btn-outline:hover {
    border-color: #FF8214; color: #FF8214;
}

/* ================================
   PAGINATION
   ================================ */
.pr-pagination {
    margin-top: 50px; display: flex; justify-content: center;
}
.pr-pagination .page-numbers {
    list-style: none; display: flex; gap: 6px;
    padding: 0; margin: 0;
}
.pr-pagination .page-numbers li { display: flex; }
.pr-pagination .page-numbers a,
.pr-pagination .page-numbers span {
    display: flex; align-items: center; justify-content: center;
    min-width: 42px; height: 42px; padding: 0 6px;
    border-radius: 0; font-size: 14px; font-weight: 500;
    text-decoration: none; transition: all .3s;
    border: 1px solid #e2e5ea; color: #555;
    background: #fff;
}
.pr-pagination .page-numbers a:hover {
    border-color: #FF8214; color: #FF8214;
    background: rgba(255,130,20,0.04);
}
.pr-pagination .page-numbers .current {
    background: #0C1C44; color: #fff; border-color: #0C1C44;
}

/* ================================
   NO RESULTS
   ================================ */
.pr-no-results {
    text-align: center; padding: 80px 20px;
}
.pr-no-results-icon { margin-bottom: 20px; }
.pr-no-results h3 { font-size: 22px; color: #0C1C44; margin: 0 0 8px 0; }
.pr-no-results p { color: #666; margin: 0 0 24px 0; }

/* ================================
   CTA SECTION
   ================================ */
.pr-cta-section {
    background: linear-gradient(135deg, #0C1C44 0%, #142952 100%);
    padding: 80px 0; position: relative; overflow: hidden;
    text-align: center;
}
.pr-cta-bg-pattern {
    position: absolute; inset: 0;
    background-image:
        radial-gradient(circle at 10% 50%, rgba(255,130,20,0.08) 0%, transparent 50%),
        radial-gradient(circle at 90% 50%, rgba(255,130,20,0.06) 0%, transparent 50%);
    pointer-events: none;
}
.pr-cta-content { position: relative; z-index: 2; }
.pr-cta-title {
    font-size: 34px; font-weight: 700; color: #fff !important; margin: 0 0 14px 0;
}
.pr-cta-title span { color: #FF8214; }
.pr-cta-desc {
    font-size: 15px; color: rgba(255,255,255,0.7) !important;
    max-width: 560px; margin: 0 auto 30px; line-height: 1.7;
}
.pr-cta-buttons {
    display: flex; gap: 14px; justify-content: center; flex-wrap: wrap;
}

/* ================================
   RESPONSIVE
   ================================ */
@media (max-width: 1024px) {
    .pr-hero-title { font-size: 34px; }
    .pr-hero-stats { gap: 30px; }
    .pr-stat-number { font-size: 26px; }
    .pr-card-image { width: 320px; }
}

@media (max-width: 768px) {
    .pr-hero { padding: 40px 0 0; }
    .pr-hero-title { font-size: 28px; }
    .pr-hero-desc { font-size: 14px; }
    .pr-hero-stats { flex-wrap: wrap; gap: 20px; justify-content: center; }
    .pr-hero-stats-wrapper { padding: 20px; }
    .pr-stat-divider { display: none; }

    .pr-filter-bar { flex-direction: column; align-items: flex-start; }
    .pr-search-wrapper { max-width: 100%; width: 100%; }
    .pr-filter-tags { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }

    .pr-card {
        flex-direction: column !important;
    }
    .pr-card-image {
        width: 100% !important; min-height: 200px; order: 1 !important;
    }
    .pr-card-body {
        order: 2 !important; padding: 24px;
    }
    .pr-card-right .pr-category-badge {
        left: 14px; right: auto;
    }

    .pr-cta-title { font-size: 26px; }
    .pr-cta-buttons { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
    .pr-hero-stats { flex-direction: column; gap: 16px; }
    .pr-stat { width: 100%; justify-content: flex-start; }
    .pr-hero-title { font-size: 24px; }
    .pr-card-body { padding: 20px; }
    .pr-card-title { font-size: 17px; }
    .pr-btn { padding: 11px 20px; font-size: 13px; }
}
