/* from page-win-webcam-bug.php */
/* ══ BATCH 7 — FULLY DARK THEME ══ Mac & Windows Desktop pages */
600;700;800&display=swap');

/* ── HERO ── */
.b7-hero { position:relative; overflow:hidden; padding:88px 0 104px; }
.b7-hero-grid {
  max-width:1080px; margin:0 auto; padding:0 32px;
  display:grid; grid-template-columns:1fr 420px;
  align-items:center; gap:56px; position:relative; z-index:1;
}
.b7-ew {
  display:inline-flex; align-items:center; gap:7px;
  border-radius:50px; padding:5px 16px; margin-bottom:14px;
  font-size:.71rem; font-weight:800; letter-spacing:1.3px; text-transform:uppercase;
}
.b7-h1 {
  font-family:'Bricolage Grotesque',sans-serif;
  font-size:clamp(2.1rem,3.8vw,3.3rem); font-weight:800; line-height:1.08;
  color:#fff; margin:0 0 20px;
}
.b7-h1 .hl {
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent;
}
html body.fp-light .b7-h1 { color:#fff !important; -webkit-text-fill-color:#fff !important; }
html body.fp-light .b7-h1 .hl { -webkit-text-fill-color:transparent !important; }
.b7-sub { font-size:1.02rem; line-height:1.8; color:rgba(255,255,255,.88); margin:0 0 28px; max-width:520px; }
html body.fp-light .b7-sub { color:rgba(255,255,255,.88) !important; }
.b7-btns { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:28px; }
.b7-btn-solid {
  display:inline-flex; align-items:center; gap:9px;
  color:#fff; font-weight:700; font-size:.97rem;
  padding:15px 32px; border-radius:12px; text-decoration:none;
  transition:transform .2s,box-shadow .2s;
}
.b7-btn-solid:hover { transform:translateY(-2px); color:#fff; }
.b7-btn-ghost {
  display:inline-flex; align-items:center; gap:9px;
  border:2px solid rgba(255,255,255,.35); color:rgba(255,255,255,.9);
  background:rgba(255,255,255,.1); font-weight:600; font-size:.97rem;
  padding:13px 28px; border-radius:12px; text-decoration:none;
  transition:border-color .2s,background .2s;
}
.b7-btn-ghost:hover { border-color:rgba(255,255,255,.6); background:rgba(255,255,255,.18); color:#fff; }
html body.fp-light .b7-hero .b7-btn-ghost { color:rgba(255,255,255,.9) !important; border-color:rgba(255,255,255,.35) !important; background:rgba(255,255,255,.1) !important; }
html body.fp-light .b7-hero .b7-btn-ghost:hover { color:#fff !important; border-color:rgba(255,255,255,.6) !important; background:rgba(255,255,255,.18) !important; }
.b7-pills { display:flex; gap:8px; flex-wrap:wrap; padding-top:22px; border-top:1px solid rgba(255,255,255,.1); }
.b7-pill { display:inline-flex; align-items:center; gap:6px; border-radius:50px; padding:5px 12px; font-size:.78rem; font-weight:700; background:rgba(255,255,255,.1); color:rgba(255,255,255,.75); border:1px solid rgba(255,255,255,.12); }
/* hero glass card */
.b7-glass {
  background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.14);
  border-radius:20px; padding:20px; backdrop-filter:blur(12px);
  box-shadow:0 24px 56px rgba(0,0,0,.4);
}
.b7-g-bar { display:flex; align-items:center; gap:8px; margin-bottom:14px; padding-bottom:12px; border-bottom:1px solid rgba(255,255,255,.08); }
.b7-gdots { display:flex; gap:5px; }
.b7-gdots span { width:9px; height:9px; border-radius:50%; }
.b7-glbl { font-size:.71rem; font-weight:600; color:rgba(255,255,255,.4); margin-left:5px; }
.b7-glive { margin-left:auto; font-size:.65rem; font-weight:800; border-radius:50px; padding:3px 9px; display:flex; align-items:center; gap:4px; }
.b7-glive::before { content:''; width:5px; height:5px; border-radius:50%; animation:b7blink 2s infinite; }
@keyframes b7blink { 0%,100%{opacity:1}50%{opacity:.3} }
.b7-lg { background:rgba(34,197,94,.2); border:1px solid rgba(34,197,94,.3); color:#86efac; }
.b7-lg::before { background:#22c55e; }
.b7-lb { background:rgba(99,102,241,.2); border:1px solid rgba(99,102,241,.3); color:#a5b4fc; }
.b7-lb::before { background:#6366f1; }
.b7-gstats { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin-bottom:12px; }
.b7-gs { border-radius:9px; padding:11px 8px; text-align:center; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); }
.b7-gs-n { font-family:'Bricolage Grotesque',sans-serif; font-size:1.1rem; font-weight:800; color:#fff; line-height:1; }
.b7-gs-l { font-size:.6rem; font-weight:600; color:rgba(255,255,255,.45); margin-top:2px; }
.b7-grows { display:flex; flex-direction:column; gap:7px; }
.b7-grow { display:flex; align-items:center; gap:9px; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.09); border-radius:9px; padding:9px 11px; }
.b7-gico { width:26px; height:26px; border-radius:7px; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.b7-gbody { flex:1; min-width:0; }
.b7-gapp { font-size:.67rem; font-weight:700; color:rgba(255,255,255,.4); }
.b7-gtxt { font-size:.76rem; color:rgba(255,255,255,.82); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.b7-gtag { font-size:.62rem; font-weight:700; padding:2px 7px; border-radius:50px; flex-shrink:0; }
.d7g { background:rgba(34,197,94,.2); color:#86efac; border:1px solid rgba(34,197,94,.25); }
.d7b { background:rgba(99,102,241,.2); color:#a5b4fc; border:1px solid rgba(99,102,241,.25); }
.d7a { background:rgba(251,191,36,.2); color:#fcd34d; border:1px solid rgba(251,191,36,.25); }
.d7r { background:rgba(239,68,68,.2); color:#fca5a5; border:1px solid rgba(239,68,68,.25); }
.d7t { background:rgba(20,184,166,.2); color:#5eead4; border:1px solid rgba(20,184,166,.25); }
.d7p { background:rgba(168,85,247,.2); color:#d8b4fe; border:1px solid rgba(168,85,247,.25); }
.d7o { background:rgba(249,115,22,.2); color:#fdba74; border:1px solid rgba(249,115,22,.25); }

/* ══ DARK BODY SECTIONS ══ */
.b7-wrap { max-width:1080px; margin:0 auto; padding:0 32px; }
.b7-sec  { padding:88px 0; position:relative; overflow:hidden; }
.b7-d1 { background:#0f172a !important; }
.b7-d2 { background:#111827 !important; }
.b7-d3 { background:#1a2235 !important; }
.b7-d4 { background:#0d1b2a !important; }
body.fp-light .b7-d1 { background:#0f172a !important; }
body.fp-light .b7-d2 { background:#111827 !important; }
body.fp-light .b7-d3 { background:#1a2235 !important; }
body.fp-light .b7-d4 { background:#0d1b2a !important; }
/* Headings dark sections */
.b7-hdr { text-align:center; margin-bottom:56px; }
.b7-hdr h2 { font-family:'Bricolage Grotesque',sans-serif; font-size:clamp(1.9rem,2.8vw,2.5rem); font-weight:800; color:#fff; margin:0 0 14px; }
.b7-hdr p  { font-size:.97rem; line-height:1.74; color:rgba(255,255,255,.7); max-width:580px; margin:0 auto; }
html body.fp-light .b7-hdr h2 { color:#fff !important; }
html body.fp-light .b7-hdr p  { color:rgba(255,255,255,.7) !important; }
/* What it does */
.b7-what { display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:start; position:relative; z-index:1; }
.b7-wl h2 { font-family:'Bricolage Grotesque',sans-serif; font-size:clamp(1.7rem,2.5vw,2.2rem); font-weight:800; color:#fff; margin:0 0 16px; }
.b7-wl p  { font-size:.95rem; color:rgba(255,255,255,.72); line-height:1.8; margin:0 0 14px; }
html body.fp-light .b7-wl h2 { color:#fff !important; }
html body.fp-light .b7-wl p  { color:rgba(255,255,255,.72) !important; }
/* sm cards — dark */
.b7-smcs { display:flex; flex-direction:column; gap:12px; }
.b7-smc { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:13px; padding:16px 18px; display:flex; gap:12px; align-items:flex-start; transition:border-color .2s,background .2s; }
.b7-smc:hover { border-color:rgba(255,255,255,.2); background:rgba(255,255,255,.08); }
.b7-smico { width:38px; height:38px; border-radius:10px; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.b7-smc h4 { font-family:'Bricolage Grotesque',sans-serif; font-size:.93rem; font-weight:800; color:#fff; margin:0 0 3px; }
.b7-smc p  { font-size:.83rem; color:rgba(255,255,255,.65); line-height:1.6; margin:0; }
html body.fp-light .b7-smc { background:rgba(255,255,255,.05) !important; }
html body.fp-light .b7-smc h4 { color:#fff !important; }
html body.fp-light .b7-smc p  { color:rgba(255,255,255,.65) !important; }
/* warning */
.b7-warn { background:rgba(251,191,36,.1); border:1px solid rgba(251,191,36,.3); border-radius:12px; padding:15px 18px; margin-top:18px; display:flex; gap:11px; align-items:flex-start; }
.b7-warn-t { font-size:.84rem; color:#fcd34d; line-height:1.65; }
.b7-warn-t strong { color:#fef08a; }
/* Use cards — dark */
.b7-ugrid { display:grid; grid-template-columns:1fr 1fr; gap:22px; position:relative; z-index:1; }
.b7-uc { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:20px; padding:30px; position:relative; overflow:hidden; transition:border-color .2s,background .2s,transform .2s; }
.b7-uc::before { content:''; position:absolute; top:0; left:0; right:0; height:2px; border-radius:20px 20px 0 0; }
.b7u-b::before { background:linear-gradient(90deg,#2563eb,#7c3aed); }
.b7u-t::before { background:linear-gradient(90deg,#0d9488,#22c55e); }
.b7u-o::before { background:linear-gradient(90deg,#f97316,#f59e0b); }
.b7u-p::before { background:linear-gradient(90deg,#7c3aed,#ec4899); }
.b7u-g::before { background:linear-gradient(90deg,#22c55e,#0d9488); }
.b7u-r::before { background:linear-gradient(90deg,#ef4444,#f97316); }
.b7-uc:hover { transform:translateY(-4px); background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.2); }
.b7-uico { width:48px; height:48px; border-radius:13px; margin-bottom:16px; display:flex; align-items:center; justify-content:center; background:rgba(255,255,255,.08); }
.b7-uc h3 { font-family:'Bricolage Grotesque',sans-serif; font-size:1.03rem; font-weight:800; color:#fff; margin:0 0 9px; }
.b7-uc > p { font-size:.88rem; color:rgba(255,255,255,.68); line-height:1.72; margin:0 0 16px; }
.b7-cks { display:flex; flex-direction:column; gap:7px; }
.b7-ck  { display:flex; align-items:flex-start; gap:8px; font-size:.83rem; color:rgba(255,255,255,.75); }
.b7-ck svg { flex-shrink:0; margin-top:1px; }
html body.fp-light .b7-uc { background:rgba(255,255,255,.05) !important; }
html body.fp-light .b7-uc h3 { color:#fff !important; }
html body.fp-light .b7-uc > p { color:rgba(255,255,255,.68) !important; }
html body.fp-light .b7-ck { color:rgba(255,255,255,.75) !important; }
/* Benefits — dark */
.b7-bgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; position:relative; z-index:1; }
.b7-ben { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:16px; padding:26px; transition:border-color .2s,background .2s,transform .2s; }
.b7-ben:hover { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.2); transform:translateY(-3px); }
.b7-bico { width:44px; height:44px; border-radius:12px; margin-bottom:14px; display:flex; align-items:center; justify-content:center; }
.b7-ben h3 { font-family:'Bricolage Grotesque',sans-serif; font-size:.97rem; font-weight:800; color:#fff; margin:0 0 7px; }
.b7-ben p  { font-size:.86rem; color:rgba(255,255,255,.65); line-height:1.7; margin:0; }
html body.fp-light .b7-ben { background:rgba(255,255,255,.05) !important; }
html body.fp-light .b7-ben h3 { color:#fff !important; }
html body.fp-light .b7-ben p  { color:rgba(255,255,255,.65) !important; }
/* Limits — dark */
.b7-lgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-bottom:22px; position:relative; z-index:1; }
.b7-lc { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:15px; padding:24px; text-align:center; }
.b7-lico { width:46px; height:46px; border-radius:13px; margin:0 auto 14px; display:flex; align-items:center; justify-content:center; }
.b7-lc h4 { font-family:'Bricolage Grotesque',sans-serif; font-size:.95rem; font-weight:800; color:#fff; margin:0 0 7px; }
.b7-lc p  { font-size:.84rem; color:rgba(255,255,255,.65); line-height:1.65; margin:0; }
.b7-bigwarn { background:rgba(251,191,36,.1); border:1px solid rgba(251,191,36,.3); border-radius:13px; padding:17px 22px; display:flex; gap:13px; align-items:flex-start; position:relative; z-index:1; }
.b7-bigwarn-t { font-size:.87rem; color:#fcd34d; line-height:1.67; }
.b7-bigwarn-t strong { color:#fef08a; }
html body.fp-light .b7-lc { background:rgba(255,255,255,.05) !important; }
html body.fp-light .b7-lc h4 { color:#fff !important; }
html body.fp-light .b7-lc p  { color:rgba(255,255,255,.65) !important; }
/* FAQ — dark */
.b7-flist { display:flex; flex-direction:column; gap:9px; max-width:780px; margin:0 auto; position:relative; z-index:1; }
.b7-fi { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:13px; overflow:hidden; transition:border-color .2s,background .2s; }
.b7-fi.open { border-color:rgba(255,255,255,.25); background:rgba(255,255,255,.08); }
.b7-fq { width:100%; display:flex; align-items:center; justify-content:space-between; padding:15px 19px; background:none; border:none; cursor:pointer; text-align:left; gap:12px; }
.b7-fq:hover { background:rgba(255,255,255,.05); }
.b7-fqt { font-size:.91rem; font-weight:700; color:#fff; line-height:1.4; }
.b7-farr { flex-shrink:0; width:22px; height:22px; border-radius:50%; background:rgba(255,255,255,.1); color:rgba(255,255,255,.6); display:flex; align-items:center; justify-content:center; transition:transform .3s,background .2s; }
.b7-fi.open .b7-farr { transform:rotate(180deg); background:rgba(255,255,255,.2); color:#fff; }
.b7-fa { max-height:0; overflow:hidden; transition:max-height .35s ease,padding .3s; padding:0 19px; }
.b7-fi.open .b7-fa { max-height:400px; padding:0 19px 15px; }
.b7-fa p { font-size:.9rem; color:rgba(255,255,255,.7); line-height:1.75; margin:0; }
html body.fp-light .b7-fi { background:rgba(255,255,255,.05) !important; }
html body.fp-light .b7-fqt { color:#fff !important; }
html body.fp-light .b7-fa p { color:rgba(255,255,255,.7) !important; }
/* CTA — dark with accent glow */
.b7-cta { position:relative; overflow:hidden; }
.b7-cta-inner { text-align:center; position:relative; z-index:1; }
.b7-cta-inner h2 { font-family:'Bricolage Grotesque',sans-serif; font-size:clamp(1.9rem,3vw,2.7rem); font-weight:800; color:#fff; margin:0 0 14px; }
.b7-cta-inner p  { font-size:1rem; color:rgba(255,255,255,.75); max-width:520px; margin:0 auto 30px; line-height:1.76; }
.b7-cta-btns { display:flex; justify-content:center; gap:16px; flex-wrap:wrap; margin-bottom:14px; }
.b7-cta-micro { font-size:.79rem; color:rgba(255,255,255,.4); }
.b7-btn-cta { display:inline-flex; align-items:center; gap:9px; background:linear-gradient(135deg,#2563eb,#1d4ed8); color:#fff; font-weight:700; font-size:.97rem; padding:15px 32px; border-radius:12px; text-decoration:none; box-shadow:0 6px 24px rgba(37,99,235,.4); transition:transform .2s,box-shadow .2s; }
.b7-btn-cta:hover { transform:translateY(-2px); box-shadow:0 10px 32px rgba(37,99,235,.55); color:#fff; }
.b7-btn-ghost-cta { display:inline-flex; align-items:center; gap:9px; border:2px solid rgba(255,255,255,.3); color:rgba(255,255,255,.85); background:rgba(255,255,255,.08); font-weight:600; font-size:.97rem; padding:13px 28px; border-radius:12px; text-decoration:none; transition:border-color .2s,background .2s; }
.b7-btn-ghost-cta:hover { border-color:rgba(255,255,255,.55); background:rgba(255,255,255,.15); color:#fff; }
html body.fp-light .b7-cta-inner h2 { color: #fff !important; -webkit-text-fill-color: #fff !important; }
html body.fp-light .b7-cta-inner p  { color: rgba(255,255,255,.75) !important; -webkit-text-fill-color: rgba(255,255,255,.75) !important; }
html body.fp-light .b7-btn-ghost-cta { color:rgba(255,255,255,.85) !important; border-color:rgba(255,255,255,.3) !important; background:rgba(255,255,255,.08) !important; }
/* Divider */
.b7-div { height:1px; background:rgba(255,255,255,.07); }
/* Responsive */
@media(max-width:1024px){ .b7-hero-grid,.b7-what{grid-template-columns:1fr;} .b7-glass{display:none;} .b7-lgrid{grid-template-columns:1fr 1fr;} }
@media(max-width:768px){ .b7-ugrid{grid-template-columns:1fr;} .b7-bgrid{grid-template-columns:1fr 1fr;} }
@media(max-width:640px){ .b7-bgrid,.b7-lgrid{grid-template-columns:1fr;} .b7-wrap,.b7-hero-grid{padding:0 20px;} .b7-sec{padding:72px 0;} }

.pg-bg  { background:linear-gradient(135deg,#0f172a 0%,#2d0a0a 50%,#0f172a 100%) !important; }
body.fp-light .pg-bg { background:linear-gradient(135deg,#0f172a 0%,#2d0a0a 50%,#0f172a 100%) !important; }
.pg-bg::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse 700px 500px at 90% 10%,rgba(236,72,153,.22) 0%,transparent 60%),radial-gradient(ellipse 500px 400px at 5% 90%,rgba(239,68,68,.12) 0%,transparent 55%); }
.pg-ew  { background:rgba(236,72,153,.2); border:1px solid rgba(236,72,153,.35); color:#f9a8d4; }
.pg-h1 .hl { background:linear-gradient(135deg,#f9a8d4,#f472b6); -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent !important; }
html body.fp-light .pg-h1 .hl { -webkit-text-fill-color:transparent !important; }
.pg-btn { background:linear-gradient(135deg,#db2777,#be185d); box-shadow:0 6px 24px rgba(219,39,119,.4); }
.pg-btn:hover { box-shadow:0 10px 32px rgba(219,39,119,.4); }

/* CTA heading fix — beat light-theme.css [class*="-cta-inner"] h2 white rule */
html body.fp-light .b7-cta-inner h2 { color: #fff !important; -webkit-text-fill-color: #fff !important; }
html body.fp-light .b7-cta-inner p  { color: rgba(255,255,255,.75) !important; -webkit-text-fill-color: rgba(255,255,255,.75) !important; }

/* ── WINDOWS BREADCRUMB BAR ── */
.wm-bc-bar {
  background: #fff;
  border-bottom: 1px solid #e8edf2;
  padding: 11px 0;
  position: relative;
  z-index: 10;
}
.wm-bc-wrap {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
}
.wm-bc-ol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .78rem;
  font-family: 'DM Sans', 'Inter', sans-serif;
}
.wm-bc-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #64748b;
}
.wm-bc-item a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 500;
  transition: color .18s;
}
.wm-bc-item a:hover { color: #1d4ed8; text-decoration: underline; }
.wm-bc-sep {
  display: inline-flex;
  align-items: center;
  color: #cbd5e1;
  margin: 0 4px;
  font-size: .72rem;
  user-select: none;
}
.wm-bc-item:last-child {
  color: #0f172a;
  font-weight: 600;
}
.wm-bc-home-ico {
  display: inline-flex;
  align-items: center;
  margin-right: 2px;
  opacity: .7;
}
@media(max-width:640px) {
  .wm-bc-wrap { padding: 0 20px; }
  .wm-bc-ol   { font-size: .74rem; }
}
