:root{
  --xc-ext-bg: linear-gradient(135deg,#0f172a,#1e293b 60%,#0b1024);
  --xc-ext-card-bg: linear-gradient(145deg,#fff,#fff7f0);
  --xc-ext-shadow: 0 18px 40px rgba(15,23,42,.12);
  --xc-ext-border: rgba(15,23,42,.08);
  --xc-ext-cta: #1d4ed8;
}
.xc-ext-topbar{background:linear-gradient(90deg,#fff3e6,#fff7f0);border-bottom:1px solid rgba(232,84,59,.15);position:relative;z-index:25}
.xc-ext-topbar__inner{display:flex;align-items:center;gap:14px;justify-content:space-between;padding:11px 0;flex-wrap:wrap}
.xc-ext-chip{display:inline-flex;align-items:center;gap:10px;font-family:var(--fd,inherit);font-weight:700;color:#0f172a;font-size:14px;line-height:1.2}
.xc-ext-chip span small{display:block;font-size:12px;font-weight:600;color:#5b6472}
.xc-ext-topbar__copy{margin:0;color:#475569;font-size:14px;flex:1;min-width:220px}
.xc-ext-install-btn,.xc-ext-secondary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:13px 18px;font-family:var(--fd,inherit);font-weight:700;text-decoration:none;border:1px solid transparent;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease;white-space:nowrap}
.xc-ext-install-btn{background:#111827;color:#fff;box-shadow:0 14px 28px rgba(17,24,39,.16)}
.xc-ext-install-btn:hover,.xc-ext-install-btn:focus-visible{transform:translateY(-1px);color:#fff;box-shadow:0 18px 34px rgba(17,24,39,.22)}
.xc-ext-secondary-btn{background:#fff;color:#111827;border-color:rgba(17,24,39,.12)}
.xc-ext-secondary-btn:hover,.xc-ext-secondary-btn:focus-visible{background:#f8fafc;color:#111827}
.xc-ext-logo{width:26px;height:26px;flex:0 0 26px;display:inline-block}
.xc-ext-inline-card,.xc-ext-prefooter,.xc-ext-codes-card{background:var(--xc-ext-card-bg);border:1px solid var(--xc-ext-border);border-radius:26px;box-shadow:var(--xc-ext-shadow)}
.xc-ext-inline-card{padding:22px;margin:28px 0}
.xc-ext-inline-card__grid{display:grid;grid-template-columns:minmax(0,1.15fr) auto;gap:20px;align-items:center}
.xc-ext-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-family:var(--fd,inherit);text-transform:uppercase;letter-spacing:.08em;color:#1d4ed8;font-weight:800;margin-bottom:10px}
.xc-ext-inline-card h3,.xc-ext-prefooter h3,.xc-ext-codes-card h3{margin:0 0 8px;font-size:clamp(22px,3vw,30px);line-height:1.1;color:#0f172a}
.xc-ext-inline-card p,.xc-ext-prefooter p,.xc-ext-codes-card p{margin:0;color:#475569;line-height:1.65;font-size:15px}
.xc-ext-benefits{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.xc-ext-benefits span{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid rgba(17,24,39,.08);border-radius:999px;padding:8px 12px;font-size:13px;color:#334155}
.xc-ext-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end;align-items:center}
.xc-ext-actions--left{justify-content:flex-start;margin-top:16px}
.xc-ext-prefooter{margin:32px auto;padding:28px}
.xc-ext-prefooter__grid{display:grid;grid-template-columns:minmax(0,1.2fr) auto;gap:22px;align-items:center}
.xc-ext-codes-card{padding:20px;margin:24px 0 10px}
.xc-ext-codes-card__grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px}
.xc-ext-sticky{position:fixed;left:16px;bottom:18px;z-index:55;max-width:340px;background:#0f172a;color:#fff;border-radius:18px;box-shadow:0 22px 40px rgba(15,23,42,.28);padding:14px 14px 14px 16px;display:flex;gap:12px;align-items:flex-start}
.xc-ext-sticky__copy{flex:1;min-width:0}
.xc-ext-sticky__copy strong{display:block;font-size:14px;line-height:1.25;margin-bottom:4px}
.xc-ext-sticky__copy span{display:block;font-size:12.5px;line-height:1.45;color:#d8e1f0}
.xc-ext-sticky__actions{display:flex;align-items:center;gap:10px;margin-top:10px;flex-wrap:wrap}
.xc-ext-sticky .xc-ext-install-btn{padding:10px 14px;font-size:13px;background:#2563eb}
.xc-ext-dismiss{appearance:none;border:0;background:transparent;color:#cbd5e1;font-size:22px;line-height:1;cursor:pointer;padding:0 2px}
.xc-ext-nav-link{display:inline-flex!important;align-items:center;gap:8px}
.xc-ext-nav-link svg{width:18px;height:18px;flex:0 0 18px}
.hero__cta .xc-ext-install-btn,.lp-hero__actions .xc-ext-install-btn,.xc-countdown-actions .xc-ext-secondary-btn{padding:14px 20px}
.xc-ext-storeline{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#64748b;margin-top:8px}
@media (max-width: 900px){
  .xc-ext-inline-card__grid,.xc-ext-prefooter__grid,.xc-ext-codes-card__grid{grid-template-columns:1fr}
  .xc-ext-actions{justify-content:flex-start}
  .xc-ext-topbar__inner{align-items:flex-start}
}
@media (max-width: 768px){
  .xc-ext-sticky{left:12px;right:12px;max-width:none;bottom:12px}
  .xc-ext-topbar__inner{padding:12px 0}
  .xc-ext-inline-card,.xc-ext-prefooter,.xc-ext-codes-card{border-radius:22px}
}
@media (max-width: 560px){
  .xc-ext-install-btn,.xc-ext-secondary-btn{width:100%}
  .xc-ext-actions,.xc-ext-sticky__actions{width:100%}
  .xc-ext-topbar__copy{font-size:13px}
}

.xc-ext-chip,.xc-ext-eyebrow{text-decoration:none}.xc-ext-chip:hover,.xc-ext-eyebrow:hover{color:#1d4ed8}.xc-ext-footer-link{display:inline-flex!important;align-items:center;gap:7px;text-decoration:none;font-weight:700}.xc-ext-footer-link .xc-ext-logo{width:17px;height:17px;flex-basis:17px}@media (min-width:1050px) and (max-width:1320px){.xc-ext-nav-link span{display:none}.xc-ext-nav-link{padding-left:6px!important;padding-right:6px!important}}
