/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* ============================================================
   PCA Homepage Styles
   Add to: child theme's style.css (or enqueue separately)
   ============================================================ */

/* BASE */
.pca-page * { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Inter', sans-serif; }
.pca-page a { text-decoration: none; color: inherit; }

/* ── HERO ─────────────────────────────────────────────────── */
.pca-hero { background: #1B8ACC; min-height: 520px; padding: 80px 60px 0; position: relative; overflow: hidden; display: flex; }
.pca-hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: flex; align-items: center; gap: 60px; }
.pca-hero-left { flex: 1; padding-bottom: 80px; }
.pca-hero-badge { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; padding: 6px 16px; color: rgba(255,255,255,.9); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 28px; }
.pca-hero-badge span { width: 7px; height: 7px; background: #33D68A; border-radius: 50%; display: inline-block; }
.pca-hero h1 { font-size: clamp(36px, 5vw, 56px); font-weight: 800; color: #fff; line-height: 1.05; margin-bottom: 22px; letter-spacing: -.02em; }
.pca-hero-sub { font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 14px; line-height: 1.4; }
.pca-hero-body { font-size: 14px; color: rgba(255,255,255,.8); line-height: 1.7; margin-bottom: 36px; max-width: 420px; }
.pca-hero-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.pca-btn-white { background: #fff; color: #1B8ACC; border: none; padding: 13px 24px; border-radius: 8px; font-weight: 700; font-size: 14px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.pca-btn-outline { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.5); padding: 12px 24px; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; }
.pca-hero-right { width: 420px; flex-shrink: 0; display: flex; align-items: flex-end; }

/* Dashboard mockup */
.pca-dashboard { background: #111827; border-radius: 16px 16px 0 0; padding: 20px; width: 100%; box-shadow: 0 -8px 40px rgba(0,0,0,.3); }
.pca-dash-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.pca-dash-logo { display: flex; align-items: center; gap: 8px; color: #fff; font-size: 12px; font-weight: 600; }
.pca-dash-status { font-size: 11px; color: #33D68A; display: flex; align-items: center; gap: 5px; }
.pca-dash-status::before { content: ''; width: 6px; height: 6px; background: #33D68A; border-radius: 50%; display: inline-block; }
.pca-dash-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-bottom: 1px solid #1F2937; font-size: 12px; }
.pca-dash-row:last-of-type { border-bottom: none; }
.pca-dash-label { color: #9CA3AF; }
.pca-dash-val.green { color: #33D68A; font-weight: 600; }
.pca-dash-val.blue  { color: #60A5FA; font-weight: 600; }
.pca-dash-val.white { color: #fff;     font-weight: 600; }
.pca-color-sys { margin-top: 16px; padding-top: 14px; border-top: 1px solid #1F2937; }
.pca-color-label { font-size: 10px; color: #6B7280; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.pca-color-bar { height: 6px; border-radius: 3px; background: linear-gradient(to right, #1B8ACC 70%, #33D68A 85%, #EF4444 100%); margin-bottom: 6px; }
.pca-color-legend { display: flex; justify-content: space-between; font-size: 10px; }
.pca-color-legend span:nth-child(1) { color: #60A5FA; }
.pca-color-legend span:nth-child(2) { color: #33D68A; }
.pca-color-legend span:nth-child(3) { color: #EF4444; }

/* ── STATS ────────────────────────────────────────────────── */
.pca-stats { background: #fff; padding: 60px; }
.pca-stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pca-stat-card { border-radius: 14px; padding: 28px 24px; }
.pca-stat-card:nth-child(odd)  { background: #EEF4FB; }
.pca-stat-card:nth-child(even) { background: #EBF5F0; }
.pca-stat-num { font-size: 40px; font-weight: 800; margin-bottom: 6px; letter-spacing: -.02em; }
.pca-stat-card:nth-child(odd)  .pca-stat-num { color: #1B8ACC; }
.pca-stat-card:nth-child(even) .pca-stat-num { color: #009B67; }
.pca-stat-label { font-size: 11px; font-weight: 600; color: #64748B; letter-spacing: .1em; text-transform: uppercase; }

/* ── SERVICES ─────────────────────────────────────────────── */
.pca-services { background: #EDEBE5; padding: 80px 60px; }
.pca-services-inner { max-width: 1200px; margin: 0 auto; }
.pca-services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.pca-section-eyebrow { font-size: 11px; font-weight: 600; color: #64748B; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.pca-services-header h2 { font-size: clamp(32px, 4vw, 48px); font-weight: 800; color: #0F172A; line-height: 1.05; letter-spacing: -.02em; }
.pca-services-desc { max-width: 320px; font-size: 14px; color: #475569; line-height: 1.7; align-self: flex-end; padding-bottom: 6px; }
.pca-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.pca-svc-card { background: #fff; border-radius: 14px; padding: 24px; border: 1px solid rgba(0,0,0,.06); }
.pca-svc-icon { width: 40px; height: 40px; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.pca-svc-icon.blue { background: #EEF4FB; }
.pca-svc-icon.pink { background: #FDEEF0; }
.pca-svc-icon.teal { background: #E8F5F0; }
.pca-svc-card h4 { font-size: 15px; font-weight: 700; color: #0F172A; margin-bottom: 8px; }
.pca-svc-card p  { font-size: 13px; color: #64748B; line-height: 1.6; }

/* ── FEATURES ─────────────────────────────────────────────── */
.pca-features { background: #fff; padding: 80px 60px; }
.pca-features-inner { max-width: 1200px; margin: 0 auto; }
.pca-features-heading { text-align: center; margin-bottom: 56px; }
.pca-features-heading h2 { font-size: 36px; font-weight: 800; color: #0F172A; margin-bottom: 12px; }
.pca-features-heading p  { font-size: 14px; color: #64748B; max-width: 480px; margin: 0 auto; line-height: 1.7; }
.pca-feat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin-bottom: 60px; }
.pca-feat-row:last-child { margin-bottom: 0; }
.pca-feat-images { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; min-height: 220px; }

/* Stat badge (blue card) */
.pca-stat-badge { background: #1B8ACC; border-radius: 14px; padding: 24px; color: #fff; height: 100%; }
.pca-stat-badge .num { font-size: 40px; font-weight: 800; margin-bottom: 4px; }
.pca-stat-badge .lbl { font-size: 11px; opacity: .75; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 16px; }
.pca-stat-badge .rows div { display: flex; justify-content: space-between; font-size: 11px; padding: 5px 0; border-bottom: 1px solid rgba(255,255,255,.15); color: rgba(255,255,255,.8); }
.pca-stat-badge .rows div span { color: rgba(255,255,255,.9); font-weight: 600; }

/* Feature image placeholder */
.pca-feat-img { border-radius: 14px; overflow: hidden; background: #0B1929; display: flex; align-items: center; justify-content: center; }
.pca-feat-img img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 14px; }

/* Feature tag pill */
.pca-feat-tag { display: inline-flex; align-items: center; gap: 6px; background: #EEF4FB; color: #1B8ACC; font-size: 11px; font-weight: 600; padding: 5px 12px; border-radius: 999px; margin-bottom: 16px; }
.pca-feat-tag.green { background: #E8F5F0; color: #009B67; }
.pca-feat-tag.red   { background: #FDEEF0; color: #D62B38; }

.pca-feat-content h3 { font-size: 26px; font-weight: 800; color: #0F172A; margin-bottom: 14px; line-height: 1.2; }
.pca-feat-content p  { font-size: 14px; color: #475569; line-height: 1.7; margin-bottom: 20px; }

.pca-btn-blue { background: #1B8ACC; color: #fff; border: none; padding: 11px 22px; border-radius: 8px; font-weight: 600; font-size: 13px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
.pca-btn-red  { background: #D62B38; color: #fff; border: none; padding: 11px 22px; border-radius: 8px; font-weight: 600; font-size: 13px; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }

/* Recovery card (green) */
.pca-recovery-card { background: #EBF5F0; border-radius: 14px; padding: 24px; }
.pca-recovery-card .eyebrow { font-size: 10px; color: #009B67; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; font-weight: 600; }
.pca-recovery-card .big     { font-size: 44px; font-weight: 800; color: #009B67; margin-bottom: 4px; }
.pca-recovery-card .sub     { font-size: 12px; color: #64748B; margin-bottom: 20px; }
.pca-recovery-table div { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid rgba(0,155,103,.15); font-size: 12px; color: #475569; }
.pca-recovery-table div:last-child { border-bottom: none; }
.pca-recovery-table div span { color: #009B67; font-weight: 600; }

/* Threat card (dark) */
.pca-threat-card { background: #111827; border-radius: 14px; padding: 20px; }
.pca-threat-card .eyebrow { font-size: 10px; color: #6B7280; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 12px; }
.pca-threat-card .big     { font-size: 40px; font-weight: 800; color: #EF4444; margin-bottom: 4px; }
.pca-threat-card .sub     { font-size: 11px; color: #9CA3AF; margin-bottom: 16px; }
.pca-threat-table div { display: flex; justify-content: space-between; padding: 7px 0; border-bottom: 1px solid #1F2937; font-size: 11px; color: #9CA3AF; }
.pca-threat-table div:last-child { border-bottom: none; }
.pca-threat-table div span { color: #33D68A; font-weight: 600; }

/* ── INDUSTRIES ───────────────────────────────────────────── */
.pca-industries { background: #0F1620; padding: 80px 60px; }
.pca-industries-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.pca-industries-left .eyebrow { font-size: 11px; color: #64748B; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; font-weight: 600; }
.pca-industries-left h2 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; color: #fff; line-height: 1.08; margin-bottom: 20px; letter-spacing: -.02em; }
.pca-industries-left p  { font-size: 14px; color: #94A3B8; line-height: 1.7; margin-bottom: 32px; }
.pca-industry-pills { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pca-pill { background: #1E2A38; border-radius: 10px; padding: 14px 18px; display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; color: #fff; }
.pca-pill .dot           { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.pca-pill .dot.blue      { background: #1B8ACC; }
.pca-pill .dot.green     { background: #009B67; }
.pca-color-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pca-color-card { border-radius: 14px; padding: 24px; }
.pca-color-card .kicker { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 10px; opacity: .75; font-weight: 600; }
.pca-color-card h3 { font-size: 22px; font-weight: 800; margin-bottom: 8px; }
.pca-color-card p  { font-size: 12px; line-height: 1.6; opacity: .8; }
.pca-color-card.blue  { background: #1B8ACC; color: #fff; }
.pca-color-card.green { background: #009B67; color: #fff; }
.pca-color-card.red   { background: #D62B38; color: #fff; }
.pca-color-card.dark  { background: #1E2A38; color: #fff; }

/* ── TESTIMONIALS ─────────────────────────────────────────── */
.pca-testimonials { background: #fff; padding: 80px 60px; }
.pca-testimonials-inner { max-width: 1200px; margin: 0 auto; }
.pca-testimonials-heading { text-align: center; margin-bottom: 48px; }
.pca-testimonials-heading h2 { font-size: 36px; font-weight: 800; color: #0F172A; margin-bottom: 12px; }
.pca-testimonials-heading p  { font-size: 14px; color: #64748B; max-width: 440px; margin: 0 auto; line-height: 1.6; }
.pca-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.pca-testi-card { border: 1px solid #E2E8F0; border-radius: 14px; padding: 28px; }
.pca-stars { color: #F59E0B; font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }
.pca-testi-card q { font-size: 13px; color: #334155; line-height: 1.7; display: block; margin-bottom: 20px; font-style: italic; }
.pca-testi-author { display: flex; align-items: center; gap: 12px; }
.pca-avatar { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 14px; color: #fff; flex-shrink: 0; }
.pca-avatar.blue  { background: #1B8ACC; }
.pca-avatar.green { background: #009B67; }
.pca-avatar.red   { background: #D62B38; }
.pca-testi-name { font-weight: 700; font-size: 13px; color: #0F172A; }
.pca-testi-role { font-size: 11px; color: #64748B; }

/* ── ABOUT ────────────────────────────────────────────────── */
.pca-about { background: #fff; padding: 80px 60px; border-top: 1px solid #F1F5F9; }
.pca-about-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.pca-about-left .eyebrow { font-size: 11px; color: #64748B; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 14px; font-weight: 600; }
.pca-about-left h2 { font-size: clamp(28px, 3.5vw, 42px); font-weight: 800; color: #0F172A; line-height: 1.1; margin-bottom: 20px; letter-spacing: -.02em; }
.pca-about-left p  { font-size: 14px; color: #475569; line-height: 1.7; margin-bottom: 14px; }
.pca-badges { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.pca-badge-pill { background: #F1F5F9; border-radius: 6px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: #334155; }

/* Office cards */
.pca-office-cards { display: flex; flex-direction: column; gap: 14px; }
.pca-office-card { border-radius: 14px; padding: 22px; }
.pca-office-card.blue-light  { background: #EEF4FB; }
.pca-office-card.green-light { background: #EBF5F0; }
.pca-office-card.pink-light  { background: #FEF0F1; }
.pca-office-card-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.pca-office-icon { width: 32px; height: 32px; border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.pca-office-icon.blue  { background: #1B8ACC; }
.pca-office-icon.green { background: #009B67; }
.pca-office-icon.red   { background: #D62B38; }
.pca-office-kicker { font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #64748B; }
.pca-office-card h4 { font-size: 16px; font-weight: 700; color: #0F172A; margin-bottom: 4px; }
.pca-office-card p  { font-size: 13px; color: #475569; line-height: 1.5; }
.pca-office-card .phone { font-size: 13px; font-weight: 600; margin-top: 8px; font-family: monospace; }
.pca-office-card.blue-light  .phone { color: #1B8ACC; }
.pca-office-card.green-light .phone { color: #009B67; }
.pca-office-card.pink-light  .phone { color: #D62B38; }

/* ── CTA ──────────────────────────────────────────────────── */
.pca-cta { background: #EDEBE5; padding: 60px; }
.pca-cta-inner { max-width: 1200px; margin: 0 auto; }
.pca-cta-panels { display: grid; grid-template-columns: repeat(3, 1fr); border-radius: 18px; overflow: hidden; }
.pca-cta-panel { padding: 40px 36px; }
.pca-cta-panel.blue  { background: #1B8ACC; }
.pca-cta-panel.green { background: #009B67; }
.pca-cta-panel.dark  { background: #12161C; }
.pca-cta-panel .kicker { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.6); margin-bottom: 14px; font-weight: 600; }
.pca-cta-panel h3 { font-size: 24px; font-weight: 800; color: #fff; margin-bottom: 10px; line-height: 1.2; }
.pca-cta-panel p  { font-size: 13px; color: rgba(255,255,255,.75); line-height: 1.6; margin-bottom: 28px; }
.pca-btn-cta { background: #fff; color: #0F172A; padding: 12px 20px; border-radius: 8px; font-weight: 700; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; border: none; cursor: pointer; }
.pca-btn-cta.blue-btn { background: #1B8ACC; color: #fff; }

/* ── FOOTER ───────────────────────────────────────────────── */
.pca-footer { background: #0F1620; }
.pca-newsletter { padding: 48px 60px; border-bottom: 1px solid #1E2A38; display: flex; align-items: center; gap: 60px; max-width: 1200px; margin: 0 auto; }
.pca-newsletter h3 { font-size: 28px; font-weight: 800; color: #fff; line-height: 1.2; flex-shrink: 0; width: 220px; }
.pca-newsletter-form { display: flex; gap: 12px; flex: 1; }
.pca-newsletter-form input { flex: 1; background: #1E2A38; border: 1px solid #2D3A4A; border-radius: 8px; padding: 13px 18px; color: #fff; font-size: 14px; font-family: inherit; outline: none; }
.pca-newsletter-form input::placeholder { color: #6B7280; }
.pca-footer-main { padding: 56px 60px; max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 280px repeat(4, 1fr); gap: 40px; }
.pca-footer-brand p { font-size: 13px; color: #64748B; margin-top: 16px; line-height: 1.6; }
.pca-footer-col h5 { font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: #64748B; margin-bottom: 18px; }
.pca-footer-col a  { display: block; font-size: 13px; color: #94A3B8; margin-bottom: 10px; }
.pca-footer-bottom { border-top: 1px solid #1E2A38; padding: 20px 60px; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.pca-footer-bottom p { font-size: 12px; color: #475569; }
.pca-footer-dots { display: flex; gap: 8px; align-items: center; }
.pca-footer-dots span { width: 14px; height: 14px; border-radius: 50%; }
.pca-footer-dots span:nth-child(1) { background: #1B8ACC; }
.pca-footer-dots span:nth-child(2) { background: #009B67; }
.pca-footer-dots span:nth-child(3) { background: #D62B38; }
