/* Pinnacle Bank — Full Site CSS */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
.pb-root{font-family:'DM Sans',system-ui,sans-serif;color:#1e293b;line-height:1.6;-webkit-font-smoothing:antialiased}
.pb-root *{box-sizing:border-box}
img{max-width:100%;height:auto}
.pb-wrap{max-width:1200px;margin:0 auto;padding:0 24px}

/* ── TOP BAR ── */
.pb-topbar{background:#0a1628;padding:8px 0;border-bottom:1px solid #1e3a5f}
.pb-topbar .pb-wrap{display:flex;align-items:center;justify-content:space-between}
.pb-tb-left,.pb-tb-right{display:flex;align-items:center;gap:20px}
.pb-tb-left a,.pb-tb-right span,.pb-tb-right a{color:#94a3b8;font-size:12px;text-decoration:none;transition:color .2s}
.pb-tb-left a:hover{color:#f5a623}
.pb-topbar-signin{background:#f5a623;color:#0a0e1a!important;padding:4px 14px;border-radius:4px;font-weight:600!important}
.pb-topbar-signin:hover{background:#e0951f!important}

/* ── HEADER ── */
.pb-header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.pb-head-inner{display:flex;align-items:center;gap:24px;padding:14px 24px}
.pb-logo{display:flex;align-items:center;gap:12px;text-decoration:none}
.pb-logo-p{width:40px;height:40px;background:#0a1628;color:#f5a623;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:20px;font-weight:700;flex-shrink:0}
.pb-logo-text{display:flex;flex-direction:column}
.pb-logo-text strong{font-size:15px;font-weight:700;color:#0a1628;letter-spacing:-.3px}
.pb-logo-text small{font-size:10px;color:#64748b;letter-spacing:.3px}
.pb-nav{display:flex;gap:4px;flex:1;justify-content:center;flex-wrap:wrap}
.pb-nav a{color:#374151;font-size:13px;font-weight:500;text-decoration:none;padding:6px 10px;border-radius:6px;transition:all .2s;white-space:nowrap}
.pb-nav a:hover{background:#f1f5f9;color:#0a1628}
.pb-cta-btn{background:#0a1628;color:#f5a623;padding:9px 20px;border-radius:6px;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .2s}
.pb-cta-btn:hover{background:#1e3a5f}
.pb-burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.pb-burger span{display:block;width:22px;height:2px;background:#374151;border-radius:2px;transition:.3s}
.pb-mobile-menu{display:none;background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px;flex-direction:column;gap:4px}
.pb-mobile-menu a{color:#374151;text-decoration:none;padding:10px 12px;border-radius:6px;font-weight:500;display:block}
.pb-mobile-menu a:hover{background:#f1f5f9}
.pb-mobile-signin{background:#0a1628;color:#f5a623!important;text-align:center;margin-top:8px}
.pb-mobile-menu.pb-open{display:flex}

/* ── HERO ── */
.pb-hero{background:linear-gradient(135deg,#0a1628 0%,#1e3a5f 40%,#0f2744 100%);padding:80px 0;position:relative;overflow:hidden;min-height:580px;display:flex;align-items:center}
.pb-hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.pb-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15}
.pb-orb1{width:500px;height:500px;background:#f5a623;top:-150px;right:-100px}
.pb-orb2{width:400px;height:400px;background:#3b82f6;bottom:-100px;left:-80px}
.pb-orb3{width:300px;height:300px;background:#10b981;top:50%;right:30%;transform:translateY(-50%)}
.pb-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}
.pb-hero-pill{display:inline-block;background:rgba(245,166,35,.15);border:1px solid rgba(245,166,35,.3);color:#f5a623;font-size:12px;font-weight:600;letter-spacing:1px;text-transform:uppercase;padding:6px 14px;border-radius:20px;margin-bottom:20px}
.pb-hero-h1{font-family:'Playfair Display',serif;font-size:52px;font-weight:700;color:#fff;line-height:1.15;margin-bottom:20px}
.pb-hero-h1 em{color:#f5a623;font-style:italic}
.pb-hero-p{color:#94a3b8;font-size:17px;line-height:1.7;margin-bottom:32px;max-width:460px}
.pb-hero-btns{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:32px}
.pb-btn-gold{background:#f5a623;color:#0a0e1a;font-weight:700;padding:13px 28px;border-radius:7px;text-decoration:none;font-size:14px;transition:all .2s;display:inline-block;border:none;cursor:pointer}
.pb-btn-gold:hover{background:#e0951f;transform:translateY(-1px)}
.pb-btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.3);font-weight:600;padding:12px 26px;border-radius:7px;text-decoration:none;font-size:14px;transition:all .2s;display:inline-block}
.pb-btn-ghost:hover{border-color:#f5a623;color:#f5a623}
.pb-btn-ghost-w{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);font-weight:600;padding:12px 26px;border-radius:7px;text-decoration:none;font-size:14px;transition:all .2s;display:inline-block}
.pb-btn-ghost-w:hover{background:rgba(255,255,255,.1)}
.pb-btn-outline{background:transparent;color:#0a1628;border:1.5px solid #0a1628;font-weight:600;padding:10px 22px;border-radius:6px;text-decoration:none;font-size:13px;transition:all .2s;display:inline-block}
.pb-btn-outline:hover{background:#0a1628;color:#f5a623}
.pb-btn-sm{padding:7px 16px;font-size:12px}
.pb-btn-lg{padding:15px 32px;font-size:15px}
.pb-btn-full{width:100%;text-align:center}
.pb-trust-row{display:flex;gap:20px;flex-wrap:wrap}
.pb-trust-item{display:flex;align-items:center;gap:7px;color:#94a3b8;font-size:13px}
.pb-trust-item span{font-size:16px}

/* ── CREDIT CARD 3D ── */
.pb-card-3d{background:linear-gradient(135deg,#1e3a5f,#0a1628);border-radius:16px;padding:28px;width:340px;max-width:100%;position:relative;overflow:hidden;box-shadow:0 24px 48px rgba(0,0,0,.4);margin:0 auto}
.pb-card-shine{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.06) 0%,transparent 50%,rgba(255,255,255,.03) 100%);pointer-events:none}
.pb-card-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
.pb-card-brand{color:#f5a623;font-weight:800;font-size:13px;letter-spacing:2px}
.pb-card-vi{color:#fff;font-size:18px;font-style:italic;font-weight:700}
.pb-chip{width:44px;height:34px;background:linear-gradient(135deg,#d4a843,#f5c842);border-radius:6px;margin-bottom:20px;overflow:hidden;position:relative}
.pb-chip-lines{position:absolute;inset:0;background:repeating-linear-gradient(0deg,transparent,transparent 8px,rgba(0,0,0,.1) 8px,rgba(0,0,0,.1) 9px),repeating-linear-gradient(90deg,transparent,transparent 8px,rgba(0,0,0,.1) 8px,rgba(0,0,0,.1) 9px)}
.pb-card-num{color:rgba(255,255,255,.9);font-family:monospace;font-size:17px;letter-spacing:3px;margin-bottom:20px}
.pb-card-bot{display:flex;gap:32px}
.pb-cl{color:rgba(255,255,255,.5);font-size:9px;text-transform:uppercase;letter-spacing:1px;margin-bottom:3px}
.pb-cv{color:#fff;font-size:13px;font-weight:600;letter-spacing:1px}
.pb-stats-row{display:flex;gap:12px;margin-top:20px;justify-content:center}
.pb-stat{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:14px 20px;text-align:center;flex:1}
.pb-stat-n{color:#f5a623;font-size:20px;font-weight:800;font-family:'Playfair Display',serif}
.pb-stat-l{color:#94a3b8;font-size:11px;margin-top:3px}

/* ── PRODUCTS SECTION ── */
.pb-products-section{padding:60px 0;background:#f8fafc}
.pb-tabs{display:flex;gap:4px;margin-bottom:32px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}
.pb-tabs::-webkit-scrollbar{display:none}
.pb-tab{background:#fff;border:1px solid #e2e8f0;color:#374151;padding:10px 18px;border-radius:7px;font-size:13px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}
.pb-tab:hover{border-color:#f5a623;color:#0a1628}
.pb-tab-active{background:#0a1628;color:#f5a623;border-color:#0a1628}
.pb-tab-panel{display:none}
.pb-tp-active{display:block}
.pb-tp-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:28px;flex-wrap:wrap}
.pb-tp-header h2{font-family:'Playfair Display',serif;font-size:26px;color:#0a1628;margin-bottom:6px}
.pb-tp-header p{color:#64748b;font-size:14px}
.pb-tp-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.pb-tp-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:box-shadow .2s}
.pb-tp-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.1)}
.pb-tp-name{font-size:16px;font-weight:700;color:#0a1628;margin-bottom:6px}
.pb-tp-desc{font-size:13px;color:#64748b;margin-bottom:16px;line-height:1.5}
.pb-tp-rate{margin-bottom:20px}
.pb-tp-num{font-family:'Playfair Display',serif;font-size:30px;font-weight:700;color:#f5a623}
.pb-tp-unit{font-size:13px;color:#94a3b8;margin-left:4px}

/* ── APP SECTION ── */
.pb-app-sec{padding:80px 0;background:#0a1628}
.pb-app-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.pb-app-left{color:#fff}
.pb-section-eyebrow{color:#f5a623;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px}
.pb-section-h2{font-family:'Playfair Display',serif;font-size:40px;font-weight:700;color:#fff;line-height:1.2;margin-bottom:16px}
.pb-app-left p{color:#94a3b8;font-size:15px;line-height:1.7;margin-bottom:24px}
.pb-checklist{list-style:none;margin-bottom:28px;display:flex;flex-direction:column;gap:10px}
.pb-checklist li{display:flex;align-items:center;gap:10px;color:#cbd5e1;font-size:14px}
.pb-ck{color:#f5a623;font-weight:700;font-size:15px;flex-shrink:0}
.pb-store-badges{display:flex;gap:12px;flex-wrap:wrap}
.pb-store-badge{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);color:#fff;padding:10px 20px;border-radius:8px;text-decoration:none;font-size:13px;font-weight:600;transition:all .2s}
.pb-store-badge:hover{background:rgba(245,166,35,.15);border-color:#f5a623;color:#f5a623}

/* ── PHONE MOCKUP ── */
.pb-app-right{display:flex;justify-content:center}
.pb-phone{width:260px;background:#111827;border-radius:36px;padding:12px;box-shadow:0 32px 64px rgba(0,0,0,.6);position:relative;border:3px solid #1f2937}
.pb-phone-notch{width:80px;height:20px;background:#111827;border-radius:10px;margin:0 auto 8px;position:relative;z-index:2}
.pb-phone-screen{background:linear-gradient(180deg,#0a1628 0%,#0f2744 100%);border-radius:24px;padding:16px;min-height:420px}
.pb-ps-top{display:flex;justify-content:space-between;color:rgba(255,255,255,.6);font-size:11px;margin-bottom:16px}
.pb-ps-greeting{color:#94a3b8;font-size:12px;margin-bottom:4px}
.pb-ps-total{color:rgba(255,255,255,.5);font-size:10px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}
.pb-ps-amount{color:#fff;font-size:26px;font-weight:800;font-family:'Playfair Display',serif;margin-bottom:20px}
.pb-ps-accounts{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}
.pb-ps-acct{display:flex;align-items:center;gap:10px;background:rgba(255,255,255,.06);border-radius:10px;padding:10px}
.pb-ps-acct span{font-size:18px}
.pb-acct-name{color:rgba(255,255,255,.7);font-size:11px}
.pb-acct-bal{color:#f5a623;font-size:13px;font-weight:700}
.pb-ps-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}
.pb-ps-act{background:rgba(255,255,255,.06);border-radius:8px;padding:8px 4px;text-align:center;color:rgba(255,255,255,.7);font-size:10px}
.pb-psa-ic{font-size:16px;margin-bottom:2px}

/* ── EDUCATION ── */
.pb-edu-sec{padding:80px 0;background:#fff}
.pb-edu-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:40px;flex-wrap:wrap;gap:20px}
.pb-edu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pb-edu-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:all .2s}
.pb-edu-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.pb-edu-ic{font-size:32px;margin-bottom:12px}
.pb-edu-card h3{font-size:15px;font-weight:700;color:#0a1628;margin-bottom:8px;line-height:1.3}
.pb-edu-card p{font-size:13px;color:#64748b;line-height:1.6;margin-bottom:16px}
.pb-edu-link{color:#f5a623;font-weight:600;font-size:13px;text-decoration:none}
.pb-edu-link:hover{text-decoration:underline}

/* ── CONNECT ── */
.pb-connect-sec{padding:60px 0;background:#f8fafc}
.pb-connect-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pb-connect-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:28px;text-align:center;transition:all .2s}
.pb-connect-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:#f5a623}
.pb-connect-ic{font-size:36px;margin-bottom:12px}
.pb-connect-card h3{font-size:15px;font-weight:700;color:#0a1628;margin-bottom:8px}
.pb-connect-card p{font-size:13px;color:#64748b;margin-bottom:16px;line-height:1.5}
.pb-connect-card a{color:#0a1628;font-weight:600;font-size:13px;text-decoration:none}
.pb-connect-card a:hover{color:#f5a623}

/* ── TESTIMONIALS ── */
.pb-testi-sec{padding:80px 0;background:#fff}
.pb-testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pb-testi-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:28px}
.pb-testi-stars{font-size:14px;margin-bottom:12px;letter-spacing:1px}
.pb-testi-q{font-size:14px;color:#374151;line-height:1.7;margin-bottom:20px;font-style:italic}
.pb-testi-who{display:flex;align-items:center;gap:12px}
.pb-testi-av{width:40px;height:40px;border-radius:50%;background:#0a1628;color:#f5a623;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;flex-shrink:0}
.pb-testi-who strong{font-size:14px;color:#0a1628;display:block}
.pb-testi-who div>div{font-size:12px;color:#94a3b8}

/* ── CTA STRIP ── */
.pb-cta-strip{background:linear-gradient(135deg,#f5a623,#e08a00);padding:60px 0}
.pb-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}
.pb-cta-inner h2{font-family:'Playfair Display',serif;font-size:30px;color:#0a0e1a;font-weight:700;margin-bottom:6px}
.pb-cta-inner p{color:rgba(10,14,26,.7);font-size:15px}
.pb-cta-btns{display:flex;gap:12px;flex-wrap:wrap}
.pb-cta-strip .pb-btn-gold{background:#0a1628;color:#f5a623}
.pb-cta-strip .pb-btn-gold:hover{background:#1e3a5f}

/* ── INNER HERO ── */
.pb-inner-hero{background:linear-gradient(135deg,#0a1628,#1e3a5f);padding:60px 0;text-align:center}
.pb-ih-inner{max-width:640px;margin:0 auto}
.pb-ih-icon{font-size:48px;margin-bottom:16px}
.pb-inner-hero h1{font-family:'Playfair Display',serif;font-size:40px;color:#fff;font-weight:700;margin-bottom:12px}
.pb-inner-hero p{color:#94a3b8;font-size:16px;line-height:1.7}

/* ── INNER SECTIONS ── */
.pb-inner-sec{padding:64px 0}
.pb-inner-h2{font-family:'Playfair Display',serif;font-size:26px;color:#0a1628;margin-bottom:28px}
.pb-acct-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pb-acct-cards.pb-2col{grid-template-columns:repeat(2,1fr);max-width:800px}
.pb-acct-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;position:relative;transition:all .2s}
.pb-acct-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.1)}
.pb-acct-featured{border:2px solid #f5a623;box-shadow:0 8px 32px rgba(245,166,35,.15)}
.pb-badge-pop{position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#f5a623;color:#0a0e1a;font-size:11px;font-weight:700;padding:4px 14px;border-radius:20px;white-space:nowrap;letter-spacing:.3px}
.pb-acct-card h3{font-size:17px;font-weight:700;color:#0a1628;margin-bottom:6px;margin-top:8px}
.pb-acct-sub{font-size:12px;color:#94a3b8;margin-bottom:16px;text-transform:uppercase;letter-spacing:.5px}
.pb-acct-price{margin-bottom:20px}
.pb-price-big{font-family:'Playfair Display',serif;font-size:36px;font-weight:700;color:#0a1628}
.pb-price-per{font-size:14px;color:#94a3b8;margin-left:4px}
.pb-feat-list{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:24px}
.pb-feat-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#374151;line-height:1.5}

/* ── CD TABLE ── */
.pb-cd-table{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}
.pb-cd-head{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:0;background:#0a1628;color:#94a3b8;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:12px 20px}
.pb-cd-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:0;padding:14px 20px;align-items:center;border-bottom:1px solid #f1f5f9;background:#fff;transition:background .15s}
.pb-cd-row:last-child{border-bottom:none}
.pb-cd-row:hover{background:#f8fafc}
.pb-cd-best{background:#fffbeb;border-left:3px solid #f5a623}
.pb-cd-rate{font-weight:700;color:#0a1628;font-size:15px}
.pb-best-tag{font-size:11px;color:#92400e;background:#fef3c7;padding:2px 8px;border-radius:4px;margin-left:6px}

/* ── CREDIT CARD PRODUCTS ── */
.pb-cc-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pb-cc-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:28px;position:relative;transition:all .2s}
.pb-cc-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.1)}
.pb-cc-featured{border:2px solid #f5a623}
.pb-cc-visual{border-radius:10px;padding:20px;margin-bottom:20px;height:100px;display:flex;flex-direction:column;justify-content:space-between;position:relative}
.pb-cc-brand{color:rgba(255,255,255,.9);font-weight:800;font-size:12px;letter-spacing:2px}
.pb-cc-num{color:rgba(255,255,255,.6);font-family:monospace;font-size:12px;letter-spacing:2px}
.pb-cc-vi{position:absolute;bottom:12px;right:16px;color:rgba(255,255,255,.9);font-size:16px;font-weight:800;font-style:italic}
.pb-cc-card h3{font-size:16px;font-weight:700;color:#0a1628;margin-bottom:6px}
.pb-cc-card p{font-size:13px;color:#64748b;margin-bottom:12px}

/* ── LOANS ── */
.pb-loan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pb-loan-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:all .2s}
.pb-loan-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);border-color:#f5a623}
.pb-loan-ic{font-size:32px;margin-bottom:12px}
.pb-loan-card h3{font-size:15px;font-weight:700;color:#0a1628;margin-bottom:8px}
.pb-loan-card p{font-size:13px;color:#64748b;line-height:1.5;margin-bottom:16px}

/* ── FEATURES GRID ── */
.pb-feat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.pb-feat-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:all .2s}
.pb-feat-card:hover{background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.pb-feat-ic{font-size:32px;margin-bottom:12px}
.pb-feat-card h3{font-size:14px;font-weight:700;color:#0a1628;margin-bottom:8px}
.pb-feat-card p{font-size:13px;color:#64748b;line-height:1.5}

/* ── EDUCATION PAGE ── */
.pb-edu-cats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:0}
.pb-edu-cat{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;transition:all .2s}
.pb-edu-cat:hover{background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.08)}
.pb-edu-cat-ic{font-size:32px;margin-bottom:12px}
.pb-edu-cat h3{font-size:15px;font-weight:700;color:#0a1628;margin-bottom:8px}
.pb-edu-cat p{font-size:13px;color:#64748b;line-height:1.5;margin-bottom:14px}
.pb-articles{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}
.pb-article-row{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #f1f5f9;gap:20px;background:#fff;transition:background .15s}
.pb-article-row:last-child{border-bottom:none}
.pb-article-row:hover{background:#f8fafc}
.pb-article-row h3{font-size:15px;font-weight:600;color:#0a1628;margin-bottom:4px}
.pb-article-row p{font-size:13px;color:#64748b}
.pb-art-meta{display:flex;align-items:center;gap:12px;flex-shrink:0}
.pb-art-meta span{font-size:12px;color:#94a3b8;white-space:nowrap}

/* ── PAGE CTA ── */
.pb-page-cta{background:linear-gradient(135deg,#f5a623,#e08a00);padding:48px 0}
.pb-fdic{background:#f1f5f9;border-top:1px solid #e2e8f0;padding:12px 0;font-size:12px;color:#64748b;line-height:1.6}

/* ── SIGN IN ── */
.pb-signin-sec{min-height:70vh;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:60px 24px}
.pb-signin-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:48px;width:100%;max-width:420px;text-align:center;box-shadow:0 16px 48px rgba(0,0,0,.08)}
.pb-logo-p-lg{width:60px;height:60px;font-size:28px;margin:0 auto 16px;border-radius:12px}
.pb-logo-p-sm{width:32px;height:32px;font-size:16px;border-radius:6px}
.pb-signin-box h2{font-family:'Playfair Display',serif;font-size:22px;color:#0a1628;margin-bottom:6px}
.pb-signin-box p{color:#64748b;font-size:14px;margin-bottom:28px}
.pb-fg{text-align:left;margin-bottom:16px}
.pb-fg label{display:block;font-size:12px;font-weight:600;color:#374151;margin-bottom:5px;text-transform:uppercase;letter-spacing:.3px}
.pb-fg input{width:100%;padding:11px 14px;border:1px solid #d1d5db;border-radius:7px;font-size:14px;outline:none;transition:border-color .2s;font-family:inherit}
.pb-fg input:focus{border-color:#f5a623;box-shadow:0 0 0 3px rgba(245,166,35,.1)}
.pb-remember-me{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151;margin-bottom:20px;cursor:pointer;text-align:left}
.pb-signin-links{display:flex;justify-content:center;gap:20px;margin-top:20px;flex-wrap:wrap}
.pb-signin-links a{color:#0a1628;font-size:13px;text-decoration:none}
.pb-signin-links a:hover{color:#f5a623}

/* ── FOOTER ── */
.pb-footer{background:#0a1628;padding:64px 0 0}
.pb-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px;margin-bottom:48px}
.pb-footer-brand p{color:#64748b;font-size:13px;line-height:1.7;margin:14px 0 20px}
.pb-footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:0}
.pb-socials{display:flex;gap:8px}
.pb-socials a{width:32px;height:32px;background:rgba(255,255,255,.08);border-radius:6px;display:flex;align-items:center;justify-content:center;color:#94a3b8;text-decoration:none;font-size:13px;font-weight:700;transition:all .2s}
.pb-socials a:hover{background:#f5a623;color:#0a0e1a}
.pb-fcol h4{color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;margin-bottom:14px}
.pb-fcol a{display:block;color:#64748b;font-size:13px;text-decoration:none;margin-bottom:8px;transition:color .2s}
.pb-fcol a:hover{color:#f5a623}
.pb-footer-bottom{border-top:1px solid #1e3a5f;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.pb-foot-links{display:flex;gap:20px;flex-wrap:wrap}
.pb-foot-links a{color:#64748b;font-size:12px;text-decoration:none}
.pb-foot-links a:hover{color:#f5a623}
.pb-footer-bottom>div:last-child{color:#64748b;font-size:12px}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .pb-tp-cards{grid-template-columns:repeat(2,1fr)}
  .pb-loan-grid{grid-template-columns:repeat(2,1fr)}
  .pb-feat-grid{grid-template-columns:repeat(2,1fr)}
  .pb-edu-cats{grid-template-columns:repeat(2,1fr)}
  .pb-footer-grid{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:768px){
  .pb-topbar{display:none}
  .pb-nav{display:none}
  .pb-cta-btn{display:none}
  .pb-burger{display:flex}
  .pb-hero-grid,.pb-app-grid{grid-template-columns:1fr}
  .pb-hero{padding:48px 0}
  .pb-hero-h1{font-size:36px}
  .pb-hero-right{display:flex;flex-direction:column;align-items:center}
  .pb-card-3d{width:100%;max-width:320px}
  .pb-app-right{display:none}
  .pb-acct-cards{grid-template-columns:1fr}
  .pb-acct-cards.pb-2col{grid-template-columns:1fr}
  .pb-cc-cards{grid-template-columns:1fr}
  .pb-testi-grid{grid-template-columns:1fr}
  .pb-edu-grid{grid-template-columns:repeat(2,1fr)}
  .pb-connect-grid{grid-template-columns:repeat(2,1fr)}
  .pb-footer-grid{grid-template-columns:1fr 1fr}
  .pb-cta-inner{flex-direction:column;text-align:center}
  .pb-section-h2{font-size:28px}
  .pb-tp-cards{grid-template-columns:1fr}
  .pb-loan-grid{grid-template-columns:1fr}
  .pb-feat-grid{grid-template-columns:1fr}
  .pb-edu-cats{grid-template-columns:1fr}
  .pb-article-row{flex-direction:column;align-items:flex-start}
}
@media(max-width:480px){
  .pb-edu-grid{grid-template-columns:1fr}
  .pb-connect-grid{grid-template-columns:1fr}
  .pb-footer-grid{grid-template-columns:1fr}
  .pb-hero-btns{flex-direction:column}
  .pb-cta-btns{flex-direction:column}
  .pb-tabs{gap:6px}
}

/* ── SIGN IN & REGISTER PAGES ───────────────────────────────────────────── */
.pb-signin-sec{min-height:100vh;background:linear-gradient(135deg,#0a1628 0%,#1e3a5f 60%,#0f2744 100%);display:flex;align-items:center;justify-content:center;padding:40px 16px}
.pb-signin-box{background:#fff;border-radius:20px;padding:40px;width:100%;max-width:420px;box-shadow:0 24px 64px rgba(0,0,0,.3)}
/* ── Fix: mobile logout page scroll ───────────────────────────────── */
@media(max-width:600px){
  .pb-signin-sec{
    align-items:flex-start;       /* don't vertically centre — allow scrolling */
    padding-top:32px;
    padding-bottom:40px;
    min-height:100svh;            /* use small-viewport height so address bar doesn't hide content */
  }
  .pb-signin-box{
    padding:28px 20px;            /* tighter padding so tall OTP step fits */
    border-radius:14px;
  }
}
.pb-reg-box{max-width:520px}
.pb-signin-logo{display:flex;justify-content:center;margin-bottom:20px;text-decoration:none}
.pb-logo-p-lg{width:54px;height:54px;background:#0a1628;color:#f5a623;border-radius:12px;display:flex;align-items:center;justify-content:center;font-family:'Playfair Display',serif;font-size:26px;font-weight:700}
.pb-signin-box h2{text-align:center;font-family:'Playfair Display',serif;font-size:24px;color:#0a1628;margin:0 0 6px}
.pb-signin-box>p{text-align:center;color:#64748b;font-size:14px;margin:0 0 24px}
.pb-fg{margin-bottom:16px}
.pb-fg label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}
.pb-form-input{width:100%;border:1.5px solid #e2e8f0;border-radius:8px;padding:11px 14px;font-size:14px;font-family:inherit;transition:border-color .15s;background:#fff;color:#1e293b}
.pb-form-input:focus{outline:none;border-color:#f5a623;box-shadow:0 0 0 3px rgba(245,166,35,.1)}
.pb-form-msg{padding:12px 14px;border-radius:8px;font-size:14px;margin-bottom:16px;line-height:1.5;display:none}
.pb-msg-ok{background:#dcfce7;border:1px solid #bbf7d0;color:#15803d}
.pb-msg-err{background:#fee2e2;border:1px solid #fecaca;color:#b91c1c}
.pb-signin-links{text-align:center;margin-top:20px;display:flex;flex-direction:column;gap:8px}
.pb-signin-links a{color:#3b82f6;font-size:13px;text-decoration:none}
.pb-signin-links a:hover{color:#1d4ed8;text-decoration:underline}
.pb-reg-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pb-reg-terms{margin:12px 0 16px;font-size:13px;color:#374151;line-height:1.5}
.pb-reg-terms a{color:#3b82f6;text-decoration:none}
@media(max-width:480px){.pb-reg-grid{grid-template-columns:1fr}}

/* ═══ KYC REGISTRATION FLOW ══════════════════════════════════════════════════ */
.pb-kyc-wrap{min-height:100vh;background:#f0f4f8;font-family:'DM Sans',system-ui,sans-serif}

/* Progress header */
.pb-kyc-progress{background:#0a1628;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;position:sticky;top:0;z-index:200}
.pb-kyc-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.pb-kyc-logo span{color:#fff;font-size:15px;font-weight:600}
.pb-kyc-steps{display:flex;align-items:center;gap:0}
.pb-kyc-step{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:80px}
.pb-kyc-step span{width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.15);color:#94a3b8;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;transition:all .3s}
.pb-kyc-step label{color:#64748b;font-size:11px;white-space:nowrap}
.pb-kyc-step.pb-kyc-active span{background:#f5a623;color:#0a1628}
.pb-kyc-step.pb-kyc-active label{color:#f5a623}
.pb-kyc-step.pb-kyc-done span{background:#16a34a;color:#fff}
.pb-kyc-step.pb-kyc-done label{color:#86efac}
.pb-kyc-line{width:40px;height:2px;background:rgba(255,255,255,.15);margin-bottom:18px}

/* Body */
.pb-kyc-body{max-width:680px;margin:0 auto;padding:40px 24px 80px}
.pb-kyc-panel h2{font-family:'Playfair Display',serif;font-size:28px;color:#0a1628;margin:0 0 8px}
.pb-kyc-sub{color:#64748b;font-size:15px;margin:0 0 32px;line-height:1.6}
.pb-kyc-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.pb-kyc-divider{font-size:13px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.8px;margin:28px 0 16px;padding-bottom:8px;border-bottom:2px solid #e2e8f0}
.pb-kyc-btns{display:flex;justify-content:space-between;align-items:center;margin-top:32px;gap:12px}
.pb-kyc-next{background:#0a1628;color:#f5a623;border:none;padding:14px 32px;border-radius:9px;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s;font-family:inherit;display:flex;align-items:center;gap:8px}
.pb-kyc-next:hover{background:#1e3a5f}
.pb-kyc-next span{font-size:18px}
.pb-kyc-back{background:transparent;color:#64748b;border:1.5px solid #d1d5db;padding:12px 24px;border-radius:9px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;transition:all .15s}
.pb-kyc-back:hover{border-color:#0a1628;color:#0a1628}
.pb-kyc-signin{text-align:center;margin-top:24px;font-size:14px;color:#64748b}
.pb-kyc-signin a{color:#3b82f6;text-decoration:none}
.pb-kyc-info-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:14px 16px;font-size:13px;color:#1e40af;line-height:1.6;margin-top:16px}

/* Account type cards */
.pb-acc-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:32px}
.pb-acc-type-card{border:2px solid #e2e8f0;border-radius:14px;padding:20px 16px;cursor:pointer;transition:all .2s;position:relative;background:#fff;text-align:center}
.pb-acc-type-card input{display:none}
.pb-acc-type-card:hover{border-color:#f5a623;transform:translateY(-2px)}
.pb-acc-type-card.pb-acc-selected{border-color:#0a1628;background:#f8fafc}
.pb-atc-icon{font-size:28px;margin-bottom:8px}
.pb-atc-name{font-size:15px;font-weight:700;color:#0a1628;margin-bottom:4px}
.pb-atc-rate{font-size:14px;font-weight:700;color:#f5a623;margin-bottom:6px}
.pb-atc-desc{font-size:12px;color:#64748b;line-height:1.4}
.pb-atc-check{position:absolute;top:10px;right:10px;width:22px;height:22px;border-radius:50%;background:#0a1628;color:#f5a623;font-size:12px;display:none;align-items:center;justify-content:center;font-weight:700}
.pb-acc-type-card.pb-acc-selected .pb-atc-check{display:flex}

/* Phone field */
.pb-phone-wrap{display:flex;gap:0}
.pb-phone-prefix{background:#f1f5f9;border:1.5px solid #e2e8f0;border-right:none;padding:11px 12px;border-radius:8px 0 0 8px;font-size:14px;color:#374151;white-space:nowrap}
.pb-form-input-phone{border-radius:0 8px 8px 0!important}

/* Upload areas */
.pb-kyc-upload-area{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:16px 0}
.pb-kyc-upload-box{border:2px dashed #cbd5e1;border-radius:12px;padding:28px 16px;text-align:center;cursor:pointer;transition:all .2s;background:#fff}
.pb-kyc-upload-box:hover{border-color:#f5a623;background:#fffbeb}
.pb-upload-icon{font-size:28px;margin-bottom:8px}
.pb-upload-label{font-size:14px;font-weight:600;color:#374151;margin-bottom:4px}
.pb-upload-hint{font-size:12px;color:#94a3b8}
.pb-field-note{font-size:12px;color:#64748b;margin-top:6px;line-height:1.5}

/* Password strength */
.pb-pw-wrap{position:relative;display:flex;gap:0}
.pb-pw-toggle{background:#f1f5f9;border:1.5px solid #e2e8f0;border-left:none;padding:11px 14px;border-radius:0 8px 8px 0;font-size:12px;font-weight:600;color:#64748b;cursor:pointer;white-space:nowrap}
.pb-pw-wrap .pb-form-input{border-radius:8px 0 0 8px!important;border-right:none}
.pb-pw-strength{height:4px;background:#e2e8f0;border-radius:4px;margin:8px 0 4px;overflow:hidden}
.pb-pw-strength div{height:100%;border-radius:4px;transition:all .3s;width:0}
.pb-pw-label{font-size:12px;font-weight:600;min-height:16px}

/* Review */
.pb-kyc-review{background:#fff;border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;margin-bottom:24px}
.pb-review-section{padding:16px 20px;border-bottom:1px solid #f1f5f9}
.pb-review-section:last-child{border-bottom:none}
.pb-review-section h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#94a3b8;margin:0 0 12px}
.pb-review-row{display:flex;justify-content:space-between;padding:5px 0;font-size:14px}
.pb-review-row span{color:#64748b}
.pb-review-row strong{color:#0a1628}

/* Consents */
.pb-kyc-consents{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}
.pb-consent-row{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#374151;line-height:1.5;cursor:pointer}
.pb-consent-row input{margin-top:3px;flex-shrink:0;width:16px;height:16px;accent-color:#0a1628}
.pb-consent-row a{color:#3b82f6;text-decoration:none}

/* Success */
.pb-kyc-success{text-align:center;padding:20px 0}
.pb-kyc-success-icon{font-size:64px;margin-bottom:16px}
.pb-kyc-success h2{font-family:'Playfair Display',serif;font-size:30px;color:#0a1628;margin:0 0 12px}
.pb-kyc-success p{color:#64748b;font-size:15px;line-height:1.7;max-width:460px;margin:0 auto 24px}
.pb-kyc-success-steps{background:#f8fafc;border-radius:12px;padding:20px 24px;display:inline-flex;flex-direction:column;gap:12px;margin:0 auto 24px;text-align:left}
.pb-ss-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#64748b}
.pb-ss-item span{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;background:#e2e8f0;flex-shrink:0}
.pb-ss-item.pb-ss-done span{background:#16a34a;color:#fff}
.pb-ss-item.pb-ss-pending span{background:#f59e0b;color:#fff}
.pb-ss-item.pb-ss-done{color:#0a1628;font-weight:600}

@media(max-width:600px){
  .pb-kyc-steps{display:none}
  .pb-acc-type-grid{grid-template-columns:1fr 1fr}
  .pb-kyc-row{grid-template-columns:1fr}
  .pb-kyc-upload-area{grid-template-columns:1fr}
  .pb-kyc-body{padding:24px 16px 60px}
}

/* ═══ OTP SIGN-IN EXTRA STYLES ══════════════════════════════════════════════ */
.pb-otp-input {
    text-align:center !important;
    font-size:32px !important;
    letter-spacing:12px !important;
    font-weight:700 !important;
    font-family:monospace !important;
    border:2px solid #0a1628 !important;
}

/* Pinnacle Bank — Customer Dashboard */

.pbd-shell{display:flex;min-height:100vh;background:#f0f4f8;font-family:'DM Sans',system-ui,sans-serif}

/* SIDEBAR */
.pbd-sidebar{width:240px;background:#0a1628;display:flex;flex-direction:column;flex-shrink:0;position:sticky;top:0;height:100vh;overflow-y:auto}
.pbd-sb-logo{display:flex;align-items:center;gap:10px;padding:24px 20px;border-bottom:1px solid rgba(255,255,255,.08)}
.pbd-logo-p{width:34px;height:34px;background:#f5a623;border-radius:7px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:17px;color:#0a1628;font-family:'Playfair Display',serif;flex-shrink:0}
.pbd-sb-logo span{color:#fff;font-size:14px;font-weight:600}
.pbd-nav{padding:16px 12px;flex:1}
.pbd-nav-item{display:flex;align-items:center;gap:10px;color:#94a3b8;text-decoration:none;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:500;margin-bottom:2px;transition:all .15s;width:100%;background:none;border:none;cursor:pointer;text-align:left}
.pbd-nav-item:hover,.pbd-nav-item.pbd-active{background:rgba(245,166,35,.12);color:#f5a623}
.pbd-nav-item span{font-size:16px;width:20px;text-align:center}
.pbd-badge{background:#ef4444;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;margin-left:auto}
.pbd-sb-bottom{padding:16px 12px;border-top:1px solid rgba(255,255,255,.08)}
.pbd-signout{width:100%;background:rgba(255,255,255,.06);color:#94a3b8;border:1px solid rgba(255,255,255,.1);padding:9px 14px;border-radius:8px;font-size:13px;cursor:pointer;transition:all .15s;text-align:left}
.pbd-signout:hover{background:rgba(239,68,68,.15);color:#fca5a5;border-color:rgba(239,68,68,.3)}

/* MAIN */
.pbd-main{flex:1;overflow-x:hidden;min-width:0}
.pbd-topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 28px;background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}
.pbd-greeting{font-size:15px;color:#374151}
.pbd-greeting strong{color:#0a1628}
.pbd-notif-btn{background:none;border:1px solid #e2e8f0;padding:7px 14px;border-radius:7px;cursor:pointer;font-size:14px;display:flex;align-items:center;gap:6px}
.pbd-notif-btn:hover{background:#f8fafc}
.pbd-section{padding:28px}

/* Balance hero */
.pbd-balance-hero{background:linear-gradient(135deg,#0a1628 0%,#1e3a5f 100%);border-radius:16px;padding:32px;margin-bottom:24px;position:relative;overflow:hidden}
.pbd-balance-hero::before{content:'';position:absolute;width:300px;height:300px;background:radial-gradient(circle,rgba(245,166,35,.15),transparent);right:-60px;top:-60px;pointer-events:none}
.pbd-bh-label{color:#94a3b8;font-size:13px;font-weight:500;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}
.pbd-bh-amount{color:#fff;font-size:42px;font-weight:800;font-family:'Playfair Display',serif;letter-spacing:-1px;line-height:1}
.pbd-bh-sub{color:#64748b;font-size:13px;margin-top:8px}

/* Quick actions */
.pbd-quick-actions{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}
.pbd-qa{flex:1;min-width:100px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#374151;cursor:pointer;transition:all .15s}
.pbd-qa span{font-size:22px}
.pbd-qa:hover{border-color:#f5a623;color:#0a1628;box-shadow:0 4px 16px rgba(245,166,35,.15)}

/* Account cards */
.pbd-section-title{font-size:15px;font-weight:700;color:#0a1628;margin:0 0 14px}
.pbd-acc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:14px;margin-bottom:28px}
.pbd-acc-card{border-radius:14px;padding:20px;position:relative;overflow:hidden;color:#fff;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}
.pbd-acc-blue{background:linear-gradient(135deg,#1e3a5f,#0a1628)}
.pbd-acc-green{background:linear-gradient(135deg,#064e3b,#065f46)}
.pbd-acc-gold{background:linear-gradient(135deg,#78350f,#92400e)}
.pbd-acc-new{background:#f8fafc;border:2px dashed #cbd5e1;color:#94a3b8;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}
.pbd-acc-new:hover{border-color:#f5a623;color:#f5a623}
.pbd-acc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}
.pbd-acc-icon{font-size:22px}
.pbd-acc-status{font-size:10px;font-weight:700;padding:3px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px}
.pbd-s-active{background:rgba(22,163,74,.3);color:#86efac}
.pbd-s-pending{background:rgba(245,166,35,.3);color:#fcd34d}
.pbd-s-frozen{background:rgba(59,130,246,.3);color:#93c5fd}
.pbd-s-closed{background:rgba(239,68,68,.3);color:#fca5a5}
.pbd-acc-name{font-size:13px;font-weight:600;opacity:.8;margin-bottom:2px}
.pbd-acc-num{font-size:12px;font-family:monospace;opacity:.6;letter-spacing:2px;margin-bottom:4px}
.pbd-acc-bal{font-size:24px;font-weight:800;font-family:'Playfair Display',serif}
.pbd-acc-rate{font-size:11px;opacity:.7;margin-top:2px}
.pbd-acc-pending-msg{font-size:11px;color:#fcd34d;margin-top:4px}

/* Account detail card */
.pbd-acc-detail-card{background:#fff;border-radius:12px;padding:22px;border:1px solid #e2e8f0}
.pbd-adc-header{display:flex;align-items:center;gap:14px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}
.pbd-adc-name{font-size:16px;font-weight:700;color:#0a1628}
.pbd-adc-type{font-size:12px;color:#64748b}
.pbd-adc-rows{}
.pbd-adc-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f8fafc;font-size:14px}
.pbd-adc-row span{color:#64748b}
.pbd-adc-row strong{color:#0a1628;font-weight:600}

/* Transactions */
.pbd-txn-list{background:#fff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0}
.pbd-txn-row{display:flex;align-items:center;gap:14px;padding:14px 18px;border-bottom:1px solid #f8fafc;transition:background .1s}
.pbd-txn-row:hover{background:#f8fafc}
.pbd-txn-row:last-child{border-bottom:none}
.pbd-txn-icon{width:38px;height:38px;background:#f8fafc;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.pbd-txn-info{flex:1;min-width:0}
.pbd-txn-desc{font-size:14px;font-weight:600;color:#0a1628;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.pbd-txn-meta{font-size:11px;color:#94a3b8;margin-top:2px}
.pbd-txn-meta code{font-size:10px;background:#f1f5f9;padding:1px 5px;border-radius:3px}
.pbd-txn-right{text-align:right;flex-shrink:0}
.pbd-txn-amount{font-size:15px;font-weight:700}
.pbd-txn-status{font-size:11px;color:#94a3b8;margin-top:2px}

/* Forms */
.pbd-page-title{font-size:20px;font-weight:700;color:#0a1628;margin:0 0 24px;font-family:'Playfair Display',serif}
.pbd-form-card{background:#fff;border-radius:14px;padding:28px;border:1px solid #e2e8f0;max-width:520px}
.pbd-fg{margin-bottom:18px}
.pbd-fg label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}
.pbd-input{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:10px 14px;font-size:14px;font-family:inherit;transition:border-color .15s;background:#fff}
.pbd-input:focus{outline:none;border-color:#f5a623;box-shadow:0 0 0 3px rgba(245,166,35,.1)}
.pbd-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.pbd-submit-btn{width:100%;background:#0a1628;color:#f5a623;border:none;padding:13px;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:background .15s;font-family:inherit}
.pbd-submit-btn:hover{background:#1e3a5f}
.pbd-btn-outline{background:transparent;color:#0a1628;border:1.5px solid #0a1628;padding:10px 22px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;font-family:inherit}
.pbd-btn-outline:hover{background:#0a1628;color:#f5a623}
.pbd-info-box{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:12px 14px;font-size:13px;color:#92400e;margin-bottom:16px;line-height:1.5}
.pbd-alert{padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:16px;line-height:1.5}
.pbd-alert.pbd-success{background:#dcfce7;border:1px solid #bbf7d0;color:#15803d}
.pbd-alert.pbd-error{background:#fee2e2;border:1px solid #fecaca;color:#b91c1c}
.pbd-empty{padding:40px;text-align:center;color:#94a3b8;font-size:14px}

/* Notifications */
.pbd-notif-list{display:flex;flex-direction:column;gap:10px;max-width:640px}
.pbd-notif-item{display:flex;gap:14px;background:#fff;border-radius:12px;padding:16px;border:1px solid #e2e8f0;transition:border-color .15s}
.pbd-notif-unread{border-left:3px solid #f5a623;background:#fffbeb}
.pbd-notif-icon{width:38px;height:38px;background:#f8fafc;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
.pbd-notif-title{font-size:14px;font-weight:700;color:#0a1628;margin-bottom:4px}
.pbd-notif-msg{font-size:13px;color:#374151;line-height:1.6}
.pbd-notif-time{font-size:11px;color:#94a3b8;margin-top:6px}

/* ── Mobile hamburger toggle button ── */
.pbd-mob-toggle{
  display:none;background:none;border:none;font-size:22px;color:#0a1628;
  cursor:pointer;padding:4px 8px;border-radius:6px;line-height:1;margin-right:8px;
  flex-shrink:0;
}
/* Mobile sidebar backdrop */
.pbd-mob-backdrop{
  display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:199;
}

/* Responsive */
@media(max-width:768px){
  .pbd-mob-toggle{display:flex;align-items:center;}
  .pbd-sidebar{
    display:flex;position:fixed;left:-260px;top:0;height:100vh;width:240px;
    z-index:200;transition:left .25s ease;box-shadow:4px 0 24px rgba(0,0,0,.25);
  }
  .pbd-sidebar.pbd-mob-open{left:0;}
  .pbd-mob-backdrop.pbd-mob-open,.pbd-sidebar.pbd-mob-open ~ .pbd-mob-backdrop{display:block;}
  /* When sidebar is open, show backdrop */
  .pbd-shell:has(.pbd-sidebar.pbd-mob-open) .pbd-mob-backdrop{display:block;}
  .pbd-balance-hero{padding:20px}
  .pbd-bh-amount{font-size:32px}
  .pbd-section{padding:16px}
  .pbd-form-row{grid-template-columns:1fr}
  .pbd-acc-grid{grid-template-columns:1fr}
  .pbd-topbar{padding:12px 16px;}
  .pbd-greeting{font-size:14px;}
}

/* ═══ SECURITY & LOGIN HISTORY ══════════════════════════════════════════════ */
.pbd-login-log { display:flex; flex-direction:column; gap:10px; }
.pbd-login-event {
    display:flex; align-items:flex-start; gap:14px;
    background:#fff; border:1.5px solid #e2e8f0; border-radius:12px;
    padding:14px 16px; transition:border-color .2s;
}
.pbd-login-event.pbd-login-success { border-left:4px solid #16a34a; }
.pbd-login-event.pbd-login-danger  { border-left:4px solid #dc2626; background:#fff5f5; }
.pbd-le-icon  { font-size:22px; flex-shrink:0; margin-top:2px; }
.pbd-le-body  { flex:1; min-width:0; }
.pbd-le-title { font-size:14px; color:#0a1628; margin-bottom:6px; }
.pbd-le-meta  {
    display:flex; flex-wrap:wrap; gap:8px 16px;
    font-size:12px; color:#64748b; margin-bottom:4px;
}
.pbd-le-meta span { display:flex; align-items:center; gap:4px; }
.pbd-le-device { font-size:11px; color:#94a3b8; font-style:italic; }

/* ═══ OTP INPUT ══════════════════════════════════════════════════════════════ */
.pb-otp-input {
    text-align:center !important;
    font-size:28px !important;
    letter-spacing:10px !important;
    font-weight:700 !important;
    font-family:monospace !important;
}

/* Pinnacle Bank — Admin Styles */
.pb-admin-wrap h1 { font-size: 22px; font-weight: 700; color: #0a1628; margin-bottom: 24px; padding-bottom: 12px; border-bottom: 2px solid #e2e8f0; }
.pb-admin-wrap h2 { font-size: 16px; font-weight: 600; color: #1e293b; margin: 0 0 16px; display: flex; align-items: center; justify-content: space-between; }
.pb-stats-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 16px; margin-bottom: 8px; }
.pb-stat-box { background: #fff; border-radius: 12px; padding: 20px; border-left: 4px solid #e2e8f0; box-shadow: 0 1px 8px rgba(0,0,0,.06); }
.pb-stat-box.pb-stat-blue   { border-color: #3b82f6; }
.pb-stat-box.pb-stat-green  { border-color: #16a34a; }
.pb-stat-box.pb-stat-orange { border-color: #f59e0b; }
.pb-stat-box.pb-stat-purple { border-color: #8b5cf6; }
.pb-stat-box.pb-stat-red    { border-color: #ef4444; }
.pb-stat-box.pb-stat-teal   { border-color: #0ea5e9; }
.pb-stat-icon { font-size: 24px; margin-bottom: 8px; }
.pb-stat-val  { font-size: 26px; font-weight: 800; color: #0a1628; line-height: 1.1; }
.pb-stat-lbl  { font-size: 12px; color: #64748b; margin-top: 4px; }
.pb-admin-card { background: #fff; border-radius: 12px; padding: 24px; box-shadow: 0 1px 8px rgba(0,0,0,.06); margin-bottom: 20px; }
.pb-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.pb-table th { background: #f8fafc; color: #374151; font-weight: 600; padding: 10px 12px; text-align: left; border-bottom: 2px solid #e2e8f0; white-space: nowrap; }
.pb-table td { padding: 10px 12px; border-bottom: 1px solid #f1f5f9; vertical-align: middle; }
.pb-table tr:hover td { background: #f8fafc; }
.pb-badge { display: inline-block; padding: 3px 10px; border-radius: 20px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .3px; }
.pb-badge-green  { background: #dcfce7; color: #15803d; }
.pb-badge-orange { background: #fef3c7; color: #b45309; }
.pb-badge-red    { background: #fee2e2; color: #b91c1c; }
.pb-badge-blue   { background: #dbeafe; color: #1d4ed8; }
.pb-badge-gray   { background: #f1f5f9; color: #64748b; }
.pb-btn-approve { background: #16a34a; color: #fff; border: none; padding: 6px 12px; border-radius: 5px; font-size: 12px; font-weight: 600; cursor: pointer; margin-right: 4px; transition: background .15s; }
.pb-btn-approve:hover { background: #15803d; }
.pb-btn-decline { background: #dc2626; color: #fff; border: none; padding: 6px 12px; border-radius: 5px; font-size: 12px; font-weight: 600; cursor: pointer; margin-right: 4px; }
.pb-btn-decline:hover { background: #b91c1c; }
.pb-btn-neutral { background: #3b82f6; color: #fff; border: none; padding: 6px 12px; border-radius: 5px; font-size: 12px; font-weight: 600; cursor: pointer; }
.pb-filters { display: flex; gap: 10px; align-items: center; margin-bottom: 16px; flex-wrap: wrap; }
.pb-search, .pb-select, .pb-input, .pb-textarea { border: 1px solid #d1d5db; border-radius: 6px; padding: 7px 12px; font-size: 13px; }
.pb-search { min-width: 260px; }
.pb-link-btn { font-size: 13px; font-weight: 500; color: #3b82f6; text-decoration: none; }
/* Modal overlay */
#pb-modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.5); z-index: 99999; align-items: center; justify-content: center; }
#pb-modal.pb-show { display: flex; }
#pb-modal-box { background: #fff; border-radius: 12px; padding: 28px; width: 440px; max-width: 95vw; box-shadow: 0 24px 48px rgba(0,0,0,.2); }
#pb-modal-box h3 { margin: 0 0 16px; font-size: 17px; color: #0a1628; }
#pb-modal-note { width: 100%; border: 1px solid #d1d5db; border-radius: 6px; padding: 10px; font-size: 13px; margin: 10px 0 16px; min-height: 70px; }
.pb-modal-btns { display: flex; gap: 10px; justify-content: flex-end; }


/* ══════════════════════════════════════════════════════
   PINNACLE BANK — Bank of America Layout
   ══════════════════════════════════════════════════════ */

/* FDIC top bar */
.boa-fdic-bar{background:#f2f2f2;border-bottom:1px solid #ddd;padding:6px 0;font-size:12px;color:#333;text-align:center}
.boa-fdic-inner{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}
.boa-fdic-badge{background:#003a70;color:#fff;font-weight:900;font-size:13px;padding:1px 6px;border-radius:2px;letter-spacing:.5px}

/* Secondary nav */
.boa-subnav{background:#fff;border-bottom:1px solid #e5e5e5;padding:0}
.boa-subnav-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:4px;padding:8px 0}
.boa-subnav-left,.boa-subnav-right{display:flex;align-items:center;gap:0;flex-wrap:wrap}
.boa-subnav-left a,.boa-subnav-right a{font-size:13px;color:#333;text-decoration:none;padding:6px 14px;transition:color .15s}
.boa-subnav-left a:hover,.boa-subnav-right a:hover{color:#012169}
.boa-subnav-active{color:#012169!important;border-bottom:2px solid #012169;font-weight:600}
.boa-lang{display:flex;align-items:center;gap:4px}

/* Main header */
.boa-header{background:#fff;padding:14px 0;border-bottom:1px solid #e5e5e5}
.boa-header-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.boa-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.boa-logo-icon{display:flex;align-items:center}
.boa-logo-text{font-size:20px;font-weight:900;color:#012169;letter-spacing:.5px;font-family:'Arial Black','DM Sans',sans-serif}
.boa-header-search{display:flex;align-items:center;border:1px solid #999;border-radius:4px;overflow:hidden;min-width:220px}
.boa-search-input{border:none;outline:none;padding:8px 12px;font-size:14px;color:#333;width:100%;background:#fff}
.boa-search-btn{background:#fff;border:none;border-left:1px solid #ccc;padding:8px 12px;cursor:pointer;color:#555;display:flex;align-items:center}
.boa-search-btn:hover{background:#f5f5f5}

/* Main nav */
.boa-mainnav{background:#fff;border-bottom:2px solid #e5e5e5}
.boa-mainnav-inner{display:flex;align-items:stretch;flex-wrap:wrap}
.boa-nav-item{position:relative}
.boa-nav-item > a{display:flex;align-items:center;gap:4px;padding:14px 16px;font-size:14px;color:#1a1a1a;text-decoration:none;white-space:nowrap;font-weight:500;transition:color .15s;border-bottom:3px solid transparent}
.boa-nav-item:hover > a,.boa-nav-item > a:hover{color:#012169;border-bottom-color:#012169}
.boa-chevron{font-size:11px;color:#666;transition:transform .2s}
.boa-nav-item:hover .boa-chevron{transform:rotate(180deg)}
.boa-dropdown{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid #e5e5e5;border-top:2px solid #012169;box-shadow:0 4px 16px rgba(0,0,0,.12);min-width:220px;z-index:999;padding:8px 0}
.boa-dropdown a{display:block;padding:9px 20px;font-size:13px;color:#333;text-decoration:none;white-space:nowrap;transition:background .1s}
.boa-dropdown a:hover{background:#f0f4ff;color:#012169}
.boa-nav-item:hover .boa-dropdown{display:block}

/* Burger */
.boa-burger{display:none;position:fixed;top:16px;right:16px;z-index:1001;background:#fff;border:1px solid #ccc;border-radius:4px;padding:8px;cursor:pointer;flex-direction:column;gap:4px}
.boa-burger span{display:block;width:22px;height:2px;background:#012169;transition:.2s}
.boa-burger-open span:nth-child(1){transform:rotate(45deg) translate(4px,4px)}
.boa-burger-open span:nth-child(2){opacity:0}
.boa-burger-open span:nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}

/* ── HERO ── */
.boa-hero{background:linear-gradient(135deg,#012169 0%,#0047AB 40%,#1565C0 70%,#1976D2 100%);min-height:380px;padding:40px 0}
.boa-hero-inner{display:flex;align-items:flex-start;gap:48px}

/* Login box */
.boa-login-box{background:#fff;border-radius:4px;padding:24px;width:280px;min-width:260px;flex-shrink:0;box-shadow:0 2px 12px rgba(0,0,0,.2)}
.boa-login-field{margin-bottom:14px}
.boa-login-field label{display:block;font-size:13px;font-weight:600;color:#1a1a1a;margin-bottom:4px}
.boa-login-input{width:100%;border:1px solid #999;border-radius:3px;padding:9px 10px;font-size:14px;color:#1a1a1a;outline:none;transition:border .15s}
.boa-login-input:focus{border-color:#012169;box-shadow:0 0 0 2px rgba(1,33,105,.12)}
.boa-save-uid{display:flex;align-items:center;gap:7px;font-size:13px;color:#333;margin:8px 0 14px;cursor:pointer}
.boa-save-uid input{width:15px;height:15px;cursor:pointer}
.boa-login-btn{display:block;width:100%;background:#012169;color:#fff;border:none;border-radius:40px;padding:12px;font-size:16px;font-weight:600;cursor:pointer;text-align:center;text-decoration:none;transition:background .15s;margin-bottom:12px}
.boa-login-btn:hover{background:#001a52}
.boa-login-links{display:flex;align-items:center;gap:8px;justify-content:center;margin-bottom:8px;flex-wrap:wrap}
.boa-login-links a{color:#012169;font-size:13px;text-decoration:none}
.boa-login-links a:hover{text-decoration:underline}
.boa-sep{color:#ccc}
.boa-login-err{background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;font-size:13px;padding:8px 10px;border-radius:4px;margin-top:8px}
.boa-open-acct{display:flex;align-items:center;gap:8px;border:1px solid #ccc;border-radius:3px;padding:11px 14px;margin-top:14px;font-size:14px;color:#333;text-decoration:none;font-weight:500;transition:border .15s}
.boa-open-acct:hover{border-color:#012169;color:#012169}
.boa-logged-greeting{font-size:18px;font-weight:700;color:#012169;margin-bottom:16px}

/* Credit cards promo */
.boa-hero-promo{flex:1;color:#fff;min-width:0}
.boa-promo-title{font-size:28px;font-weight:700;color:#fff;margin:0 0 28px;line-height:1.2}
.boa-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.boa-card-col{text-align:center}
.boa-card-rate{font-size:48px;font-weight:300;color:#fff;line-height:1;margin-bottom:4px;display:flex;align-items:flex-start;justify-content:center}
.boa-big-num{font-size:56px;font-weight:300;line-height:1}
.boa-pct-sup{font-size:28px;font-weight:300;margin-top:6px}
.boa-card-rate-label{font-size:13px;color:rgba(255,255,255,.9);margin-bottom:4px}
.boa-card-fee{font-size:13px;color:rgba(255,255,255,.85);margin-bottom:12px}

/* Card visuals */
.boa-card-visual{border-radius:8px;padding:14px 12px;height:90px;position:relative;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px;box-shadow:0 4px 12px rgba(0,0,0,.3)}
.boa-card-red{background:linear-gradient(135deg,#c62828,#e53935)}
.boa-card-gray{background:linear-gradient(135deg,#546e7a,#78909c)}
.boa-card-blue{background:linear-gradient(135deg,#0d47a1,#1976d2)}
.boa-card-white{background:linear-gradient(135deg,#e0e0e0,#f5f5f5)}
.boa-cv-chip{width:24px;height:18px;background:linear-gradient(135deg,#d4a017,#f5c842);border-radius:3px;border:1px solid rgba(0,0,0,.15)}
.boa-cv-brand{font-size:8px;font-weight:700;color:rgba(255,255,255,.9);letter-spacing:.5px;text-align:left}
.boa-cv-dark{color:rgba(0,0,0,.6)!important}
.boa-cv-network{font-size:10px;font-weight:700;color:rgba(255,255,255,.9);text-align:right;line-height:1.2}
.boa-new-offer-badge{position:absolute;top:6px;right:6px;background:#012169;color:#fff;font-size:8px;font-weight:700;padding:2px 5px;border-radius:2px;letter-spacing:.5px}
.boa-cv-mc{display:flex;justify-content:flex-end;gap:-8px}
.boa-mc-r,.boa-mc-o{width:22px;height:22px;border-radius:50%}
.boa-mc-r{background:#eb001b;margin-right:-10px}
.boa-mc-o{background:#f79e1b;opacity:.9}

.boa-card-name{font-size:13px;color:#fff;margin-bottom:8px;font-weight:500}
.boa-card-offer-btn{display:block;border:2px solid #fff;border-radius:4px;padding:8px 6px;font-size:13px;font-weight:700;color:#fff;text-decoration:none;line-height:1.3;transition:background .15s}
.boa-card-offer-btn sup{font-size:11px;vertical-align:super}
.boa-card-offer-btn span{font-size:11px;font-weight:400}
.boa-card-offer-btn:hover{background:rgba(255,255,255,.15)}
.boa-card-offer-link{color:#012169!important;border-color:#012169!important}
.boa-card-offer-link:hover{background:rgba(1,33,105,.08)!important}

/* Override pb-root so boa layout takes full width */
.boa-wrap{max-width:1200px;margin:0 auto;padding:0 24px}

/* Responsive */
@media(max-width:900px){
  .boa-subnav-left,.boa-subnav-right,.boa-mainnav-inner,.boa-header-inner .boa-header-search{display:none}
  .boa-burger{display:flex}
  .boa-hero-inner{flex-direction:column;align-items:stretch}
  .boa-login-box{width:100%;max-width:380px;align-self:center}
  .boa-cards-grid{grid-template-columns:repeat(2,1fr)}
  .boa-promo-title{font-size:20px}
  .boa-big-num{font-size:36px}
}
@media(max-width:520px){
  .boa-cards-grid{grid-template-columns:repeat(2,1fr);gap:12px}
}

/* ══════════════════════════════════════════════════════════
   Pinnacle Bank — Feature Extensions CSS
   ══════════════════════════════════════════════════════════ */

/* Market Data Widget */
.pbd-market-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.pbd-mkt-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px}
.pbd-mkt-title{font-size:13px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}
.pbd-mkt-rows{display:flex;flex-direction:column;gap:8px}
.pbd-mkt-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f1f5f9}
.pbd-mkt-row:last-child{border-bottom:none}
.pbd-mkt-sym{font-weight:700;font-size:13px;color:#0a1628;min-width:70px}
.pbd-mkt-val{font-size:14px;color:#374151;font-family:monospace}
.pbd-mkt-chg{font-size:12px;font-weight:600;min-width:55px;text-align:right}
.pbd-mkt-ts{font-size:11px;color:#94a3b8;margin-top:12px;text-align:right}
.pbd-mkt-refresh{background:none;border:none;cursor:pointer;color:#f5a623;font-weight:700;font-size:12px;padding:0}
@media(max-width:600px){.pbd-market-grid{grid-template-columns:1fr}}

/* Bitcoin Deposit */
.pbd-btc-wallet-box{background:#fffbeb;border:2px dashed #f59e0b;border-radius:10px;padding:16px;margin:12px 0}
.pbd-btc-wallet-label{font-size:12px;font-weight:700;color:#92400e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}
.pbd-btc-wallet-addr{font-family:monospace;font-size:13px;color:#0a1628;word-break:break-all;background:#fff;padding:8px 12px;border-radius:6px;border:1px solid #f59e0b}
.pbd-btc-rate{font-size:12px;color:#64748b;margin-top:6px;font-style:italic}
.pbd-usd-equiv{font-size:13px;font-weight:700;color:#16a34a;margin-top:4px}

/* Wire Transfer Security */
.pbd-security-question-box{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:20px;margin-bottom:16px}
.pbd-security-question-text{font-size:15px;font-weight:600;color:#1e3a5f;margin-bottom:12px}

/* Admin Card Modal */
#pb-card-edit-modal{display:none}
#pb-card-edit-modal.pb-show{display:flex!important}

/* Page content */
.pb-page-content{min-height:60vh}

/* ══════════════════════════════════════════════════════════════════
   Pinnacle Bank v2 CSS — Ticker, Approval badges, Debit styles
   ══════════════════════════════════════════════════════════════════ */

/* Push content down to account for ticker */
body.pb-isolated .pb-root { padding-top: 0; }
.pb-ticker-bar + .boa-subnav { }

/* Approval pending badge on sign-in page */
.pb-pending-approval-box {
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 10px;
    padding: 16px 20px;
    color: #92400e;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
    display: none;
}
.pb-pending-approval-box strong { display: block; margin-bottom: 4px; font-size: 15px; }

/* Admin approval badge */
.pb-login-pending-warn {
    display: inline-block;
    background: #fef3c7;
    color: #92400e;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 6px;
}

/* Debit button */
.pb-btn-debit {
    background: #dc2626;
    color: #fff;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.pb-btn-debit:hover { background: #b91c1c; }

/* Manual txn page */
#mt-to-acc-row { transition: all .2s; }

/* ══════════════════════════════════════════════════════════════════════
   Pinnacle Bank v3 — Fraud, KYC, Holds, Limits, Currencies
   ══════════════════════════════════════════════════════════════════════ */

/* Fraud severity pills */
.pb-sev-critical{background:#fee2e2;color:#dc2626;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase}
.pb-sev-high    {background:#ffedd5;color:#ea580c;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase}
.pb-sev-medium  {background:#fef3c7;color:#d97706;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase}
.pb-sev-low     {background:#f1f5f9;color:#64748b;padding:4px 10px;border-radius:12px;font-size:11px;font-weight:700;text-transform:uppercase}

/* Limit inputs */
.pb-lim-inp{width:82px;padding:5px 7px;border:1.5px solid #e2e8f0;border-radius:6px;font-size:12px;transition:border-color .15s}
.pb-lim-inp:focus{border-color:#f5a623;outline:none;box-shadow:0 0 0 2px rgba(245,166,35,.1)}

/* Currency wallet rows */
.pb-cur-wallet-row{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;border:1px solid #e2e8f0;border-radius:9px;margin-bottom:8px;background:#fff}
.pb-cur-code-badge{background:#eff6ff;color:#1d4ed8;padding:2px 9px;border-radius:8px;font-size:12px;font-weight:700;font-family:monospace}

/* KYC doc type badge */
.pb-doc-type-badge{background:#eff6ff;color:#1d4ed8;padding:3px 10px;border-radius:10px;font-size:12px;font-weight:600}

/* Hold status */
.pb-hold-pill{background:#fef3c7;color:#92400e;padding:3px 10px;border-radius:10px;font-size:11px;font-weight:700}

/* v3 stat box accent borders */
.pb-stat-box-red  {border-left-color:#dc2626!important}
.pb-stat-box-amber{border-left-color:#f59e0b!important}

/* Admin table overflow fix */
.pb-admin-card{overflow-x:auto}

/* Responsive admin grids */
@media(max-width:1100px){
    .pb-stats-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
    .pb-stats-grid{grid-template-columns:1fr}
}

/* ═══ v7 SECURITY FEATURES ══════════════════════════════════════════════════ */

/* Mobile Sign-Out in Public Nav */
.pb-mobile-logout{
    background:#e31837!important;
    color:#fff!important;
    text-align:center;
    margin-top:6px;
    font-weight:700;
    border-radius:6px;
    padding:10px 12px;
    display:block;
    text-decoration:none;
    font-size:14px;
    letter-spacing:.3px;
}
.pb-mobile-logout:hover{
    background:#b91226!important;
    color:#fff!important;
}

/* IP Info pill */
#pb-ip-display,
.pb-ip-info{
    display:inline-flex;
    align-items:center;
    font-size:12px;
}
@media(max-width:600px){
    #pb-ip-display,
    .pb-ip-info{
        display:none;
    }
}

/* Dashboard mobile topbar sign-out button */
.pbd-mob-signout{
    display:none;
    background:#e31837;
    color:#fff;
    border:none;
    border-radius:7px;
    padding:7px 13px;
    font-size:13px;
    font-weight:700;
    cursor:pointer;
    flex-shrink:0;
}
.pbd-mob-signout:hover{background:#b91226}

@media(max-width:768px){
    .pbd-mob-signout{
        display:block;
    }
    /* Ensure topbar space for both hamburger + signout btn */
    .pbd-topbar{
        display:flex!important;
        justify-content:space-between!important;
        align-items:center!important;
    }
}

/* Session timeout overlay button polish */
#pb-session-overlay button:hover{
    opacity:.88;
}

/* Pending modal close icon */
#pb-pending-modal button:hover{
    opacity:.9;
}
