/* ==========================================================================
   POWERED BY ASUS (PBA) - PCBUILDERS.LK OFFICIAL STYLESHEET
   Cyber Obsidian Luxury Theme with ROG Crimson & ASUS Cyan Accents
   ========================================================================== */

:root {
    --pba-bg-deep: #0a0b10;
    --pba-bg-card: #11131c;
    --pba-bg-card-hover: #161926;
    --pba-border: rgba(255, 255, 255, 0.08);
    --pba-border-hover: rgba(239, 68, 68, 0.4);
    --pba-rog-red: #ff1a40;
    --pba-rog-red-glow: rgba(255, 26, 64, 0.35);
    --pba-tuf-gold: #ffb703;
    --pba-proart-gold: #c5a059;
    --pba-commercial-blue: #00b4d8;
    --pba-accent-cyan: #00e5ff;
    --pba-text-primary: #ffffff;
    --pba-text-secondary: #94a3b8;
    --pba-text-muted: #64748b;
    --pba-koko-green: #00e676;
}

.pcb-pba-page-wrap {
    background-color: var(--pba-bg-deep);
    color: var(--pba-text-primary);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    min-height: 100vh;
    padding-bottom: 80px;
    position: relative;
    overflow-x: hidden;
}

/* Subtle background ambient mesh */
.pcb-pba-page-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px;
    max-width: 100%;
    height: 700px;
    background: radial-gradient(circle 700px at 50% 120px, rgba(239, 68, 68, 0.09), rgba(0, 180, 216, 0.04) 50%, transparent 80%);
    pointer-events: none;
    z-index: 0;
}

body.page-id-62564 #page .site-content,
body.page-template-template-powered-by-asus-php #page .site-content {
    margin-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Ensure theme outer wrappers do not restrict page width */
body.page-id-62564 #primary,
body.page-id-62564 .site-main,
body.page-id-62564 #content,
body.page-id-62564 .col-full,
body.page-id-62564 .entry-content,
body.page-id-62564 .hentry,
body.page-template-template-powered-by-asus-php #primary,
body.page-template-template-powered-by-asus-php .site-main,
body.page-template-template-powered-by-asus-php #content,
body.page-template-template-powered-by-asus-php .col-full,
.page-template-template-powered-by-asus .site-content .col-full,
.page-template-template-powered-by-asus #content .col-full,
.page-template-template-powered-by-asus #primary,
.page-template-template-powered-by-asus #main,
.page-template-template-powered-by-asus .entry-content {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

.pcb-pba-container {
    max-width: 1920px !important;
    width: 96% !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    position: relative;
    z-index: 1;
    box-sizing: border-box !important;
}

/* ==========================================================================
   HERO & OFFICIAL PBA PARTNER BANNER
   ========================================================================== */
.pcb-pba-hero {
    padding: 48px 0 36px;
    text-align: center;
}

.pcb-pba-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 26, 64, 0.1);
    border: 1px solid rgba(255, 26, 64, 0.35);
    border-radius: 9999px;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ff4d6d;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(255, 26, 64, 0.15);
}

.pcb-pba-badge-dot {
    width: 8px;
    height: 8px;
    background-color: var(--pba-rog-red);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--pba-rog-red);
    animation: pbaPulse 2s infinite ease-in-out;
}

@keyframes pbaPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.85); }
}

.pcb-pba-hero-banner-wrap {
    margin: 10px auto 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

.pcb-pba-hero-banner-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 18px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(255, 26, 64, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pcb-pba-hero-banner-img:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 50px rgba(0, 0, 0, 0.7), 0 0 40px rgba(255, 26, 64, 0.28);
}

.pcb-pba-hero-title {
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.5px;
    margin: 0 0 16px;
    color: #ffffff;
    text-transform: uppercase;
}

.pcb-pba-hero-title span {
    background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 50%, #94a3b8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pcb-pba-hero-title .pba-glow-text {
    background: linear-gradient(135deg, #ff4d6d 0%, #ff1a40 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 20px rgba(255, 26, 64, 0.4));
}

.pcb-pba-hero-desc {
    max-width: 820px;
    margin: 0 auto 36px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--pba-text-secondary);
}

/* Trust Perks Strip */
.pcb-pba-perks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto 48px;
}

.pcb-pba-perk-item {
    background: rgba(17, 19, 28, 0.85);
    border: 1px solid var(--pba-border);
    border-radius: 12px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.pcb-pba-perk-item:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 26, 64, 0.3);
}

.pcb-pba-perk-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ff4d6d;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.pcb-pba-perk-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px;
}

.pcb-pba-perk-sub {
    font-size: 12px;
    color: var(--pba-text-muted);
    margin: 0;
}

.pcb-pba-segment-bar {
    position: relative;
    padding: 24px 0 36px;
    margin: 0 auto;
    text-align: center;
}

.pcb-pba-pills-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 4px;
}

.pcb-pba-pill-btn {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.2px;
    height: 50px;
    line-height: 50px;
    padding: 0 34px;
    border-radius: 9999px;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    box-sizing: border-box;
    margin: 0;
}

/* Inactive State: Crisp White Pill with Bold Black Text (Matching Mockup) */
.pcb-pba-pill-btn:not(.active) {
    background: #ffffff !important;
    color: #000000 !important;
    border: 2px solid transparent !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.pcb-pba-pill-btn:not(.active):hover {
    background: #f1f5f9 !important;
    color: #000000 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2);
}

/* Active State: Pure Black Pill with Electric Royal Blue Border (Matching Mockup) */
.pcb-pba-pill-btn.active {
    background: #000000 !important;
    color: #ffffff !important;
    border: 2px solid #2563eb !important;
    box-shadow: 0 0 20px rgba(37, 99, 235, 0.5), inset 0 0 10px rgba(37, 99, 235, 0.2) !important;
    transform: translateY(-1px);
}

.pcb-pba-pill-btn span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

/* ==========================================================================
   SEGMENT SECTION INTRO
   ========================================================================== */
.pcb-pba-section-banner {
    background: #11131c;
    border: 1px solid var(--pba-border);
    border-radius: 16px;
    padding: 24px 30px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.pcb-pba-section-banner::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--pba-rog-red);
}

.pcb-pba-section-banner[data-theme="tuf"]::before { background: var(--pba-tuf-gold); }
.pcb-pba-section-banner[data-theme="proart"]::before { background: var(--pba-proart-gold); }
.pcb-pba-section-banner[data-theme="commercial"]::before { background: var(--pba-commercial-blue); }

.pcb-pba-banner-info h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 6px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
}

.pcb-pba-banner-info p {
    margin: 0;
    font-size: 14px;
    color: var(--pba-text-secondary);
}

.pcb-pba-segment-tag {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-transform: uppercase;
}

/* ==========================================================================
   PBA BUILD CARDS GRID (CYBERPOWERPC / CLEAN REFERENCE SPEC STANDARD)
   ========================================================================== */
.pcb-pba-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-bottom: 60px;
}

.pcb-pba-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease;
}

.pcb-pba-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
    border-color: #cbd5e1;
}

.pcb-pba-card.theme-rog:hover {
    border-color: rgba(255, 26, 64, 0.5);
    box-shadow: 0 16px 36px rgba(255, 26, 64, 0.12);
}

.pcb-pba-card.theme-tuf:hover {
    border-color: rgba(245, 158, 11, 0.5);
    box-shadow: 0 16px 36px rgba(245, 158, 11, 0.12);
}

.pcb-pba-card.theme-proart:hover {
    border-color: rgba(197, 160, 89, 0.5);
    box-shadow: 0 16px 36px rgba(197, 160, 89, 0.12);
}

.pcb-pba-card.theme-commercial:hover {
    border-color: rgba(0, 180, 216, 0.5);
    box-shadow: 0 16px 36px rgba(0, 180, 216, 0.12);
}

/* Card Image Area (Clean Light Studio Box) */
.pcb-pba-card-media {
    position: relative;
    background: #f1f3f7;
    padding: 26px 18px 20px;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
    height: 290px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.pcb-pba-card-badge-top {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 4px 10px;
    border-radius: 6px;
    text-transform: uppercase;
}

.badge-rog { background: rgba(255, 26, 64, 0.12); color: #dc2626; border: 1px solid rgba(255, 26, 64, 0.3); }
.badge-tuf { background: rgba(245, 158, 11, 0.12); color: #d97706; border: 1px solid rgba(245, 158, 11, 0.3); }
.badge-proart { background: rgba(197, 160, 89, 0.15); color: #92400e; border: 1px solid rgba(197, 160, 89, 0.35); }
.badge-commercial { background: rgba(0, 180, 216, 0.12); color: #0284c7; border: 1px solid rgba(0, 180, 216, 0.3); }

.pcb-pba-pba-certified-chip {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 3px 6px;
    display: flex;
    align-items: center;
}

.pcb-pba-pba-certified-chip img {
    height: 14px;
    width: auto;
}

.pcb-pba-card-img-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pcb-pba-card-img {
    height: 250px;
    max-height: 250px;
    width: auto;
    max-width: 95%;
    margin: 0 auto;
    object-fit: contain;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.15));
}

.pcb-pba-card:hover .pcb-pba-card-img {
    transform: scale(1.05) translateY(-3px);
    filter: drop-shadow(0 16px 26px rgba(0, 0, 0, 0.28));
}

/* Card Content Area */
.pcb-pba-card-content {
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #ffffff;
}

.pcb-pba-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
    line-height: 1.35;
    min-height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pcb-pba-card-title a {
    color: #111827;
    text-decoration: none;
    transition: color 0.2s ease;
}

.pcb-pba-card-title a:hover {
    color: #2563eb;
}

/* Clean Summary Text & Specs List (Matching Reference) */
.pcb-pba-summary-wrap {
    margin-bottom: 12px;
}

.pcb-pba-os-title {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 5px;
}

.pcb-pba-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 1.55;
    color: #374151;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pcb-pba-spec-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.pcb-pba-spec-item::before {
    display: none;
}

/* Red GPU Accent matching reference screenshot */
.pcb-pba-spec-item.gpu .gpu-name {
    color: #dc2626;
    font-weight: 700;
}

.pcb-pba-spec-item.mobo {
    color: #4b5563;
}

/* Rating & FPS Row */
.pcb-pba-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f1f5f9;
}

.pcb-pba-stars {
    color: #111827;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 12.5px;
}

.pcb-pba-stars span:first-child {
    letter-spacing: 1px;
}

.pcb-pba-rev-count {
    color: #6b7280;
    font-size: 11.5px;
    font-weight: 500;
}

.pcb-pba-fps-pill {
    color: #111827;
    font-size: 11.5px;
    font-weight: 700;
    background: transparent;
    border: none;
    padding: 0;
    text-decoration: underline;
}

/* Card Footer (Price & Shop Button) */
.pcb-pba-card-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
    padding-top: 10px;
}

.pcb-pba-footer-price-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-grow: 1;
}

.pcb-pba-price-main {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin: 0;
}

.pcb-pba-price-current {
    font-size: 21px;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.3px;
}

.pcb-pba-price-current .curr {
    font-size: 13.5px;
    font-weight: 700;
    color: #475569;
    margin-right: 2px;
}

.pcb-pba-price-old {
    font-size: 13px;
    color: #94a3b8;
    text-decoration: line-through;
}

.pcb-pba-koko-line {
    font-size: 11px;
    color: #475569;
    line-height: 1.35;
}

.pcb-pba-koko-line strong {
    color: #0f172a;
    font-weight: 700;
}

.pcb-koko-pill {
    background: #00e676;
    color: #000000;
    font-size: 9px;
    font-weight: 900;
    padding: 1.5px 5px;
    border-radius: 3px;
    margin-left: 2px;
    letter-spacing: 0.5px;
}

.pcb-pba-customize-link-wrap {
    margin-top: 2px;
}

.pcb-pba-customize-link {
    font-size: 11px;
    font-weight: 700;
    color: #2563eb;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.pcb-pba-customize-link:hover {
    text-decoration: underline;
    color: #1d4ed8;
}

.pcb-pba-footer-action-col {
    flex-shrink: 0;
}

.pcb-pba-btn-shop {
    background: #111827;
    color: #ffffff !important;
    border-radius: 9999px;
    padding: 9px 24px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}

.pcb-pba-btn-shop:hover {
    background: #2563eb;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}

/* ==========================================================================
   CUSTOM BUILD INQUIRY BANNER
   ========================================================================== */
.pcb-pba-custom-cta {
    background: linear-gradient(135deg, #111422 0%, #171124 50%, #1a0f1e 100%);
    border: 1px solid rgba(255, 26, 64, 0.3);
    border-radius: 20px;
    padding: 40px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.pcb-pba-custom-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 26, 64, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.pcb-pba-cta-left h3 {
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.pcb-pba-cta-left p {
    font-size: 15px;
    color: var(--pba-text-secondary);
    margin: 0;
    max-width: 650px;
    line-height: 1.6;
}

.pcb-pba-cta-buttons {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
}

.pcb-pba-cta-btn-primary {
    background: linear-gradient(135deg, #ff1a40 0%, #dc2626 100%);
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(255, 26, 64, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pcb-pba-cta-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 26, 64, 0.5);
    color: #ffffff;
}

.pcb-pba-cta-btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 13.5px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.pcb-pba-cta-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1400px) {
    .pcb-pba-cards-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 22px;
    }
}

@media (max-width: 1200px) {
    .pcb-pba-perks-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1024px) {
    .pcb-pba-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .pcb-pba-custom-cta {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 24px;
    }
    .pcb-pba-cta-buttons {
        width: 100%;
        flex-direction: column;
    }
    .pcb-pba-cta-btn-primary,
    .pcb-pba-cta-btn-secondary {
        justify-content: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pcb-pba-segment-bar {
        padding: 14px 0 22px !important;
    }
    .pcb-pba-pills-wrap {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        width: 100% !important;
        max-width: 440px !important;
        margin: 0 auto !important;
        padding: 0 8px !important;
        box-sizing: border-box !important;
    }
    .pcb-pba-pill-btn {
        width: 100% !important;
        height: 42px !important;
        line-height: 42px !important;
        padding: 0 8px !important;
        font-size: clamp(11.5px, 3.3vw, 13px) !important;
        font-weight: 800 !important;
        letter-spacing: 0.15px !important;
        text-align: center !important;
        justify-content: center !important;
        border-radius: 9999px !important;
        white-space: nowrap !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }
    .pcb-pba-pill-btn span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .pcb-pba-pill-btn.active {
        box-shadow: 0 0 16px rgba(37, 99, 235, 0.45) !important;
    }
}

@media (max-width: 640px) {
    .pcb-pba-badge-pill {
        font-size: 10.5px;
        letter-spacing: 0.8px;
        padding: 5px 12px;
        max-width: 92%;
        white-space: normal;
        text-align: center;
    }
    .pcb-pba-hero-title {
        font-size: 26px;
    }
    .pcb-pba-hero-desc {
        font-size: 13.5px;
        line-height: 1.5;
    }
    .pcb-pba-hero-logo {
        max-width: 220px;
    }
    .pcb-pba-perks-grid {
        grid-template-columns: 1fr;
    }
    .pcb-pba-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .pcb-pba-card-media {
        height: 250px;
    }
    .pcb-pba-card-img {
        height: 210px;
        max-height: 210px;
    }
    .pcb-pba-section-banner {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        padding: 18px 20px;
    }
}
