@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* ============================================================
   ABC BRAND LAYER — authentic abcproxy.com identity
   Font: Poppins. Colors: blue #3060f8 + navy #182850 + white.
   Rounded corners. No gold/coral. Loaded LAST on every page.
   ============================================================ */
:root{
  --c-navy:#182850;  --c-navy-d:#0f1c3a;
  --c-coral:#3060f8; --c-coral-d:#2348d8;   /* legacy var names kept; now real ABC blue */
  --c-gold:#3060f8;  --c-gold-d:#2348d8;
  --c-ink:#182850;
  --abc-blue:#3060f8; --abc-blue-d:#2348d8; --abc-blue-soft:#eaf0ff;
  --abc-navy:#182850;
  --pia-orange:#3060f8; --pia-orange-d:#2348d8;
  --abc-r:16px; --abc-r-sm:10px;
}

/* ---- lighter, cleaner headings (was Poppins 800/900 = too aggressive) ---- */
h1,.hero h1,.hero h2{font-weight:600 !important;letter-spacing:-.02em !important}
h2,h3,h4,h5,h6,.section-head h2,.sec-head h2,.page-title,h1.title{font-weight:600 !important;letter-spacing:-.015em !important}
.hero p,.section-head p,.sec-head p,p,li{font-weight:400 !important}
.eyebrow,.eyebrow strong,.eyebrow span{font-weight:600 !important;letter-spacing:.02em !important}
/* defeat heavy 800/900 declared inline or in cached css */
[style*="font-weight:900"],[style*="font-weight: 900"],
[style*="font-weight:800"],[style*="font-weight: 800"]{font-weight:600 !important}
.hero h1 span,.price,.amount,.total-v,.type,.card .type,.plan .type,
.stat strong,.num,.coverage-stat .num{font-weight:700 !important}
/* any leftover orange accent bars -> blue (also defeats cached pia-*.css) */
.section-head h2,.sec-head h2,.pia-flag:before,.pia-accent{border-color:#3060f8 !important}
.site-nav a.active,.blog-nav a.active,.nav a.active,.tabs a.active{border-bottom-color:#3060f8 !important}
h2{border-left-color:#3060f8 !important}
blockquote,.callout,.note-box,.tip,.info-box{border-left-color:#3060f8 !important}

/* hero feature chips were white-on-white on the light hero -> visible blue chips */
.hero-badge{
  background:#eaf0ff !important;border:1px solid #cdddff !important;
  color:#182850 !important;
}
.hero-badge:before{color:#0a7d4f !important}

/* ---- cookie consent banner (trust) ---- */
#abc-cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:99998;
  opacity:0;transform:translateY(14px);transition:opacity .35s ease,transform .35s ease;pointer-events:none}
#abc-cookie.show{opacity:1;transform:translateY(0);pointer-events:auto}
#abc-cookie .abc-cookie-inner{max-width:1040px;margin:0 auto;background:#fff;
  border:1px solid #e3e9f5;border-radius:16px;box-shadow:0 18px 50px rgba(24,40,80,.18);
  padding:16px 20px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;justify-content:space-between}
#abc-cookie .abc-cookie-text{color:#3a4a63;font-size:13.5px;line-height:1.5;flex:1;min-width:240px}
#abc-cookie .abc-cookie-text a{color:#3060f8;font-weight:600;text-decoration:underline}
#abc-cookie .abc-cookie-actions{display:flex;gap:10px;flex-shrink:0}
#abc-cookie .abc-cookie-btn{font-family:'Poppins',system-ui,Arial,sans-serif;font-weight:600;font-size:13.5px;
  padding:10px 18px;border-radius:10px;cursor:pointer;border:1px solid transparent;transition:.15s}
#abc-cookie .abc-cookie-btn.solid{background:linear-gradient(135deg,#3060f8,#2348d8);color:#fff;
  box-shadow:0 8px 20px rgba(48,96,248,.28)}
#abc-cookie .abc-cookie-btn.solid:hover{filter:brightness(1.05)}
#abc-cookie .abc-cookie-btn.ghost{background:#fff;color:#182850;border-color:#cdddff}
#abc-cookie .abc-cookie-btn.ghost:hover{background:#f3f6ff}
@media(max-width:640px){
  #abc-cookie .abc-cookie-inner{padding:14px 16px}
  #abc-cookie .abc-cookie-actions{width:100%}
  #abc-cookie .abc-cookie-btn{flex:1}
}

/* ---- trust band (badges + payment + legal) above footer ---- */
#abc-trust{background:#f5f8fd;border-top:1px solid #e6ecf7}
#abc-trust .abc-trust-inner{max-width:1100px;margin:0 auto;padding:26px 22px;
  display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center}
#abc-trust .abc-trust-badges{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}
#abc-trust .abc-tb{display:inline-flex;align-items:center;gap:6px;background:#fff;
  border:1px solid #dde6f5;border-radius:100px;padding:8px 16px;font-size:13px;
  font-weight:600;color:#182850;box-shadow:0 4px 12px rgba(24,40,80,.05)}
#abc-trust .abc-tb:before{content:"\2714";color:#0a7d4f;font-weight:900;font-size:12px}
#abc-trust .abc-tb.lock:before{content:"\1F512";color:inherit}
#abc-trust .abc-pay{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}
#abc-trust .abc-pay-label{font-size:12px;font-weight:600;color:#6b7686;text-transform:uppercase;letter-spacing:.04em;margin-right:4px}
#abc-trust .coin{font-size:12px;font-weight:800;color:#fff;border-radius:8px;padding:6px 11px;letter-spacing:.02em}
#abc-trust .coin.usdt{background:#26a17b}
#abc-trust .coin.btc{background:#f7931a}
#abc-trust .coin.eth{background:#627eea}
#abc-trust .coin.ltc{background:#345d9d}
#abc-trust .coin.trx{background:#eb0029}
#abc-trust .abc-pay-net{font-size:12px;color:#8a93a3;margin-left:4px}
#abc-trust .abc-trust-legal{display:flex;flex-wrap:wrap;justify-content:center;gap:18px;
  padding-top:4px;border-top:1px solid #e6ecf7;width:100%;max-width:760px;margin-top:4px}
#abc-trust .abc-trust-legal a{font-size:13px;color:#51607a;text-decoration:none;font-weight:500}
#abc-trust .abc-trust-legal a:hover{color:#3060f8;text-decoration:underline}

/* ---- reviews / ratings / awards (social proof) ---- */
#abc-reviews{background:#fff;border-top:1px solid #eef2f8}
#abc-reviews .abc-rev-inner{max-width:1100px;margin:0 auto;padding:48px 22px 44px}
#abc-reviews .abc-rev-head{text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:30px}
#abc-reviews .abc-rev-score{display:flex;align-items:center;gap:14px}
#abc-reviews .abc-stars{display:inline-flex;gap:3px}
#abc-reviews .abc-star{color:#ffb300;font-size:24px;line-height:1}
#abc-reviews .abc-stars.sm .abc-star{font-size:15px}
#abc-reviews .abc-rev-num strong{font-size:32px;font-weight:700;color:#182850}
#abc-reviews .abc-rev-num span{font-size:15px;color:#8a93a3;margin-left:4px}
#abc-reviews .abc-rev-sub{font-size:14.5px;color:#51607a}
#abc-reviews .abc-rev-sub strong{color:#182850}
#abc-reviews .abc-rev-platforms{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:6px}
#abc-reviews .abc-plat{display:inline-flex;align-items:center;gap:6px;background:#f5f8fd;border:1px solid #e2e9f5;
  border-radius:100px;padding:7px 14px;font-size:13px;font-weight:600;color:#182850}
#abc-reviews .abc-plat .abc-star{font-size:13px}
#abc-reviews .abc-plat.tp .abc-star{color:#00b67a}
#abc-reviews .abc-plat.sj .abc-star{color:#ff7a00}
#abc-reviews .abc-plat.g2 .abc-star{color:#ff492c}
#abc-reviews .abc-plat b{color:#3060f8}
#abc-reviews .abc-plat.award{background:#eef3ff;border-color:#cdddff;color:#2348d8}
#abc-reviews .abc-rev-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
#abc-reviews .abc-rev-card{background:#fff;border:1px solid #e6ecf7;border-radius:16px;padding:22px 22px 18px;
  box-shadow:0 8px 26px rgba(24,40,80,.06)}
#abc-reviews .abc-rev-card p{font-size:14px;line-height:1.6;color:#3a4a63;margin:12px 0 16px;font-weight:400}
#abc-reviews .abc-rev-by{display:flex;align-items:center;gap:11px}
#abc-reviews .abc-av{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#3060f8,#2348d8);color:#fff;font-weight:700;font-size:15px}
#abc-reviews .abc-rev-by strong{display:block;font-size:14px;color:#182850;font-weight:600}
#abc-reviews .abc-rev-by span{font-size:12.5px;color:#8a93a3}
#abc-reviews.abc-rev-top{background:#f6f8fd;border-top:1px solid #eef2f8;border-bottom:1px solid #eef2f8}
@media(max-width:860px){#abc-reviews .abc-rev-cards{grid-template-columns:1fr}}

/* ---- Poppins everywhere (keep monospace for code) ---- */
body, body *:not(code):not(pre):not(kbd):not(.article-code):not(.mono){
  font-family:'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif !important;
}
code, pre, kbd, .article-code, .mono{
  font-family:'JetBrains Mono', ui-monospace, 'SFMono-Regular', Menlo, monospace !important;
}

/* ---- rounded corners (ABC look) ---- */
.btn-primary,.btn-secondary,.buy,.buy-btn,.cta-btn,.order-btn,.signup,.dashboard-link,
.hdr-cta,.blog-cta,.pay-submit,.pay-btn,.scta-btn,.read,.btn,.mob-cta,.auth-submit,
input,select,textarea,.cat{
  border-radius:10px !important;
}
.card,.home-plan,.tier,.plan,.type-card,.usecase-card,.stat,.hero-stats .stat,
.discount-card,.promo-card,.promoABC,.featured,.coming,.cta-band,.cta-section,
.article-cta,.related-card,.facts .fact,.reopen-card,.pia-fact div{
  border-radius:16px !important;
}

/* ---- exact ABC blue accents (PIA #4164f6 -> #3060f8) ---- */
.tier .price,.plan .price,.ppi,.per-ip,.amount-big,.home-plan .per-row b,
.type-card a,.auth-row a,.auth-foot a,.seo-links a,.seo-inner a,a.more-link,
a.txt-link,.blue,.accent,.card-meta .read,.read{
  color:#3060f8 !important;
}
.btn-primary,.home-plan .buy,.auth-submit,.mob-cta,.pia-sticky-cta,.buy-btn,
.tier .buy,.plan .buy,.order-btn,.cta-btn,.hdr-cta,.blog-cta,.promoABC-cta,
.promoABC-head{
  background:linear-gradient(135deg,#3060f8,#2348d8) !important;
  box-shadow:0 12px 30px rgba(48,96,248,.28) !important; color:#fff !important;
}
.btn-secondary{border-color:#182850 !important;color:#182850 !important}

/* ---- de-gold: ABC has no gold. Convert gold/cream surfaces to blue/white/navy ---- */
.top-banner{background:linear-gradient(90deg,#3060f8,#2348d8) !important;color:#fff !important}
.top-banner strong{color:#fff !important;text-decoration:underline}
.signup{background:linear-gradient(135deg,#3060f8,#2348d8) !important;color:#fff !important;box-shadow:0 6px 18px rgba(48,96,248,.35) !important}
.signup:hover{background:linear-gradient(135deg,#3f70ff,#2348d8) !important}
.cta-section{background:linear-gradient(135deg,#eaf0ff,#dbe6ff) !important;color:#182850 !important}
.cta-section h2,.cta-section p,.cta-section span,.cta-section div{color:#182850 !important}
.discount-tag{background:#3060f8 !important;color:#fff !important}
.discount-tag strong{color:#fff !important}
.discount-card{background:linear-gradient(145deg,#ffffff,#eef3ff) !important;border:1px solid #d8e2ff !important}
.discount-card:before{background:radial-gradient(circle at 68% 20%,rgba(48,96,248,.18),transparent 42%) !important}
.promoABC-burst{background:radial-gradient(circle at 50% 40%,#5a82ff,#3060f8) !important;color:#fff !important;border-color:#fff !important}
.promoABC{border:1px solid #d8e2ff !important}
.price-mini b{color:#3060f8 !important}
.home-plan .tag.best{background:#0a7d4f !important}

/* ---- navy surfaces use real ABC navy ---- */
.footer,.blog-footer,.pricing-intro,.reopen-card.dark,.mini-panel{background:#182850 !important}
.hero h1,.hero h2,.section-head h2,.sec-head h2,.page-title,h1.title{color:#182850 !important}
.hero h1 span{color:#3060f8 !important}
.dashboard-link,.step-num,.home-plan .tag,.icon{background:#182850 !important;color:#fff !important}
.icon,.usecase-card .uc-ico,.use-ico{background:linear-gradient(135deg,#182850,#3060f8) !important}

/* ---- support widget / sticky -> ABC blue ---- */
.support-btn{background:linear-gradient(135deg,#182850 0%,#23407a 55%,#3060f8 130%) !important}
.pia-sticky-cta .scta-btn{background:#fff !important;color:#3060f8 !important}

/* ---- remove remaining warm/coral tints on hero ---- */
.eyebrow{background:#eaf0ff !important;border:1px solid #cdddff !important;color:#2348d8 !important}
.eyebrow strong,.eyebrow span{color:#2348d8 !important}
.hero{
  background:
    radial-gradient(circle at 84% 14%,rgba(48,96,248,.10),transparent 44%),
    radial-gradient(circle at 8% 92%,rgba(24,40,80,.06),transparent 46%),
    linear-gradient(180deg,#ffffff 0%,#f2f6ff 100%) !important;
}
.compare th.pia,.compare td.pia{background:#eef3ff !important;color:#2348d8 !important}
.home-plan.pop{border-color:#3060f8 !important;box-shadow:0 22px 60px rgba(48,96,248,.16) !important}
.home-plan .per-row b,.type-card a,.auth-row a,.auth-foot a,.coverage-stat .num .o{color:#3060f8 !important}

/* ---- header logo: smaller / compact ---- */
.logo img,.logo .logo-img,header .logo img,.hdr .logo img,.site-hdr .logo img,
.blog-hdr .logo img,.topbar .logo img,.hdr img.logo,header img.logo,.site-hdr img.logo,
.blog-hdr img.logo,.hdr .logo-img,.site-hdr .logo-img,.blog-hdr .logo-img,
.logo_img,.logo_img_active{
  height:38px !important; max-width:170px !important; width:auto !important;
}
.hdr.scrolled .logo img,.hdr.scrolled .logo .logo-img{height:34px !important}
@media(max-width:768px){
  .logo img,.logo .logo-img,header .logo img,.hdr .logo img,.site-hdr .logo img,
  .blog-hdr .logo img,.hdr img.logo,.hdr .logo-img,.site-hdr .logo-img,.blog-hdr .logo-img,
  .logo_img,.logo_img_active{height:30px !important;max-width:140px !important}
}
