/* from page-chrome-screen-recording.php */
/* ══ BATCH 3 — LIGHT THEME ══ Screen Recording & Screenshots pages */
.b3-hero { position:relative; overflow:hidden; padding:88px 0 100px; }
.b3-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; }
.b3-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; }
.b3-h1 { font-family:'Bricolage Grotesque',sans-serif; font-size:clamp(2.1rem,3.8vw,3.3rem); font-weight:800; line-height:1.08; color:#0f172a; margin:0 0 20px; }
.b3-h1 .hl { -webkit-background-clip:text; background-clip:text; -webkit-text-fill-color:transparent; }
.b3-sub { font-size:1.02rem; line-height:1.8; color:#475569; margin:0 0 28px; max-width:520px; }
.b3-btns { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:28px; }
.b3-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; }
.b3-btn-solid:hover { transform:translateY(-2px); color:#fff; }
.b3-btn-ghost { display:inline-flex; align-items:center; gap:9px; font-weight:600; font-size:.97rem; padding:13px 28px; border-radius:12px; text-decoration:none; border:2px solid #bfdbfe; color:#1d4ed8; background:#eff6ff; transition:border-color .2s,background .2s; }
.b3-btn-ghost:hover { border-color:#2563eb; background:#dbeafe; color:#1e40af; }
.b3-pills { display:flex; gap:8px; flex-wrap:wrap; padding-top:22px; border-top:1px solid #e2e8f0; }
.b3-pill { display:inline-flex; align-items:center; gap:6px; border-radius:50px; padding:5px 12px; font-size:.78rem; font-weight:700; background:#f8fafc; color:#475569; border:1px solid #e2e8f0; }
/* Light card */
.b3-card { background:#fff; border:1.5px solid #e2e8f0; border-radius:20px; padding:20px; box-shadow:0 16px 48px rgba(15,23,42,.08); }
.b3-card-bar { display:flex; align-items:center; gap:8px; margin-bottom:14px; padding-bottom:12px; border-bottom:1px solid #f1f5f9; }
.b3-cdots { display:flex; gap:5px; }
.b3-cdots span { width:9px; height:9px; border-radius:50%; }
.b3-clbl { font-size:.71rem; font-weight:600; color:#94a3b8; margin-left:5px; }
.b3-clive { margin-left:auto; font-size:.65rem; font-weight:800; border-radius:50px; padding:3px 9px; display:flex; align-items:center; gap:4px; }
.b3-clive::before { content:''; width:5px; height:5px; border-radius:50%; animation:b3blink 2s infinite; }
@keyframes b3blink { 0%,100%{opacity:1}50%{opacity:.3} }
.b3-live-g { background:#dcfce7; border:1px solid #86efac; color:#15803d; }
.b3-live-g::before { background:#22c55e; }
.b3-live-b { background:#dbeafe; border:1px solid #93c5fd; color:#1d4ed8; }
.b3-live-b::before { background:#2563eb; }
.b3-cstats { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin-bottom:12px; }
.b3-cs { border-radius:9px; padding:11px 8px; text-align:center; background:#f8fafc; border:1px solid #e2e8f0; }
.b3-cs-n { font-family:'Bricolage Grotesque',sans-serif; font-size:1.1rem; font-weight:800; color:#0f172a; line-height:1; }
.b3-cs-l { font-size:.6rem; font-weight:600; color:#94a3b8; margin-top:2px; }
.b3-crows { display:flex; flex-direction:column; gap:7px; }
.b3-crow { display:flex; align-items:center; gap:9px; background:#f8fafc; border:1px solid #e2e8f0; border-radius:9px; padding:9px 11px; }
.b3-cico { width:26px; height:26px; border-radius:7px; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.b3-cbody { flex:1; min-width:0; }
.b3-capp { font-size:.67rem; font-weight:700; color:#94a3b8; }
.b3-ctxt { font-size:.76rem; color:#334155; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.b3-ctag { font-size:.62rem; font-weight:700; padding:2px 7px; border-radius:50px; flex-shrink:0; }
.l3g { background:#dcfce7; color:#15803d; border:1px solid #86efac; }
.l3b { background:#dbeafe; color:#1d4ed8; border:1px solid #93c5fd; }
.l3p { background:#ede9fe; color:#5b21b6; border:1px solid #c4b5fd; }
.l3a { background:#fef3c7; color:#92400e; border:1px solid #fcd34d; }
.l3r { background:#fee2e2; color:#be123c; border:1px solid #fca5a5; }
.l3t { background:#ccfbf1; color:#0f766e; border:1px solid #5eead4; }
/* BODY SECTIONS */
.b3-wrap { max-width:1080px; margin:0 auto; padding:0 32px; }
.b3-sec { padding:88px 0; position:relative; overflow:hidden; }
.b3-white  { background:#fff !important; }
.b3-slate  { background:linear-gradient(180deg,#f8fafc,#fff) !important; }
.b3-blue   { background:linear-gradient(180deg,#eff6ff,#fff) !important; }
.b3-purple { background:linear-gradient(180deg,#f5f3ff,#fff) !important; }
.b3-amber  { background:linear-gradient(180deg,#fffbeb,#fff) !important; }
body.fp-light .b3-white  { background:#fff !important; }
body.fp-light .b3-slate  { background:linear-gradient(180deg,#f8fafc,#fff) !important; }
body.fp-light .b3-blue   { background:linear-gradient(180deg,#eff6ff,#fff) !important; }
body.fp-light .b3-purple { background:linear-gradient(180deg,#f5f3ff,#fff) !important; }
body.fp-light .b3-amber  { background:linear-gradient(180deg,#fffbeb,#fff) !important; }
.b3-hdr { text-align:center; margin-bottom:56px; }
.b3-hdr h2 { font-family:'Bricolage Grotesque',sans-serif; font-size:clamp(1.9rem,2.8vw,2.5rem); font-weight:800; color:#0f172a; margin:0 0 14px; }
.b3-hdr p  { font-size:.97rem; line-height:1.74; color:#475569; max-width:580px; margin:0 auto; }
.b3-what { display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:start; position:relative; z-index:1; }
.b3-wl h2 { font-family:'Bricolage Grotesque',sans-serif; font-size:clamp(1.7rem,2.5vw,2.2rem); font-weight:800; color:#0f172a; margin:0 0 16px; }
.b3-wl p  { font-size:.95rem; color:#475569; line-height:1.8; margin:0 0 14px; }
.b3-warn { background:linear-gradient(135deg,#fffbeb,#fef9c3); border:1.5px solid #fde68a; border-radius:12px; padding:15px 18px; margin-top:18px; display:flex; gap:11px; align-items:flex-start; }
.b3-warn-t { font-size:.84rem; color:#78350f; line-height:1.65; }
.b3-warn-t strong { color:#451a03; }
.b3-smcs { display:flex; flex-direction:column; gap:12px; }
.b3-smc { background:#fff; border:1.5px solid #e2e8f0; border-radius:13px; padding:16px 18px; display:flex; gap:12px; align-items:flex-start; transition:border-color .2s,box-shadow .2s; }
.b3-smc:hover { border-color:#bfdbfe; box-shadow:0 4px 14px rgba(37,99,235,.1); }
.b3-smico { width:38px; height:38px; border-radius:10px; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.b3-smc h4 { font-family:'Bricolage Grotesque',sans-serif; font-size:.93rem; font-weight:800; color:#0f172a; margin:0 0 3px; }
.b3-smc p  { font-size:.83rem; color:#475569; line-height:1.6; margin:0; }
.b3-ugrid { display:grid; grid-template-columns:1fr 1fr; gap:22px; position:relative; z-index:1; }
.b3-uc { background:#fff; border:1.5px solid #e2e8f0; border-radius:20px; padding:30px; position:relative; overflow:hidden; transition:border-color .2s,box-shadow .2s,transform .2s; }
.b3-uc::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; border-radius:20px 20px 0 0; }
.b3u-b::before { background:linear-gradient(90deg,#2563eb,#7c3aed); }
.b3u-t::before { background:linear-gradient(90deg,#0d9488,#22c55e); }
.b3u-o::before { background:linear-gradient(90deg,#f97316,#f59e0b); }
.b3u-p::before { background:linear-gradient(90deg,#7c3aed,#ec4899); }
.b3u-g::before { background:linear-gradient(90deg,#22c55e,#0d9488); }
.b3u-r::before { background:linear-gradient(90deg,#ef4444,#f97316); }
.b3-uc:hover { transform:translateY(-4px); border-color:transparent; }
.b3u-b:hover { box-shadow:0 14px 38px rgba(37,99,235,.14); }
.b3u-t:hover { box-shadow:0 14px 38px rgba(13,148,136,.12); }
.b3u-o:hover { box-shadow:0 14px 38px rgba(249,115,22,.12); }
.b3u-p:hover { box-shadow:0 14px 38px rgba(124,58,237,.12); }
.b3u-g:hover { box-shadow:0 14px 38px rgba(34,197,94,.12); }
.b3u-r:hover { box-shadow:0 14px 38px rgba(239,68,68,.12); }
.b3-uico { width:48px; height:48px; border-radius:13px; margin-bottom:16px; display:flex; align-items:center; justify-content:center; }
.b3u-b .b3-uico { background:linear-gradient(135deg,#dbeafe,#ede9fe); }
.b3u-t .b3-uico { background:linear-gradient(135deg,#ccfbf1,#dcfce7); }
.b3u-o .b3-uico { background:linear-gradient(135deg,#fef3c7,#ffedd5); }
.b3u-p .b3-uico { background:linear-gradient(135deg,#ede9fe,#fce7f3); }
.b3u-g .b3-uico { background:linear-gradient(135deg,#dcfce7,#ccfbf1); }
.b3u-r .b3-uico { background:linear-gradient(135deg,#fee2e2,#ffedd5); }
.b3-uc h3 { font-family:'Bricolage Grotesque',sans-serif; font-size:1.03rem; font-weight:800; color:#0f172a; margin:0 0 9px; }
.b3-uc > p { font-size:.88rem; color:#475569; line-height:1.72; margin:0 0 16px; }
.b3-cks { display:flex; flex-direction:column; gap:7px; }
.b3-ck { display:flex; align-items:flex-start; gap:8px; font-size:.83rem; color:#334155; }
.b3-ck svg { flex-shrink:0; margin-top:1px; }
.b3-bgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; position:relative; z-index:1; }
.b3-ben { background:#fff; border:1.5px solid #e2e8f0; border-radius:16px; padding:26px; transition:border-color .2s,box-shadow .2s,transform .2s; }
.b3-ben:hover { border-color:#bfdbfe; box-shadow:0 8px 28px rgba(37,99,235,.1); transform:translateY(-3px); }
.b3-bico { width:44px; height:44px; border-radius:12px; margin-bottom:14px; display:flex; align-items:center; justify-content:center; }
.b3-ben h3 { font-family:'Bricolage Grotesque',sans-serif; font-size:.97rem; font-weight:800; color:#0f172a; margin:0 0 7px; }
.b3-ben p  { font-size:.86rem; color:#475569; line-height:1.7; margin:0; }
.b3-lgrid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-bottom:22px; position:relative; z-index:1; }
.b3-lc { background:#fff; border:1.5px solid #e2e8f0; border-radius:15px; padding:24px; text-align:center; }
.b3-lico { width:46px; height:46px; border-radius:13px; margin:0 auto 14px; display:flex; align-items:center; justify-content:center; }
.b3-lc h4 { font-family:'Bricolage Grotesque',sans-serif; font-size:.95rem; font-weight:800; color:#0f172a; margin:0 0 7px; }
.b3-lc p  { font-size:.84rem; color:#475569; line-height:1.65; margin:0; }
.b3-bigwarn { background:linear-gradient(135deg,#fffbeb,#fef9c3); border:1.5px solid #fde68a; border-radius:13px; padding:17px 22px; display:flex; gap:13px; align-items:flex-start; position:relative; z-index:1; }
.b3-bigwarn-t { font-size:.87rem; color:#78350f; line-height:1.67; }
.b3-bigwarn-t strong { color:#451a03; }
.b3-flist { display:flex; flex-direction:column; gap:9px; max-width:780px; margin:0 auto; position:relative; z-index:1; }
.b3-fi { background:#fff; border:1.5px solid #e2e8f0; border-radius:13px; overflow:hidden; transition:border-color .2s,box-shadow .2s; }
.b3-fi.open { border-color:#bfdbfe; box-shadow:0 4px 18px rgba(37,99,235,.1); }
.b3-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; }
.b3-fq:hover { background:#f8faff; }
.b3-fqt { font-size:.91rem; font-weight:700; color:#0f172a; line-height:1.4; }
.b3-farr { flex-shrink:0; width:22px; height:22px; border-radius:50%; background:#f1f5f9; color:#64748b; display:flex; align-items:center; justify-content:center; transition:transform .3s,background .2s; }
.b3-fi.open .b3-farr { transform:rotate(180deg); background:linear-gradient(135deg,#2563eb,#7c3aed); color:#fff; }
.b3-fa { max-height:0; overflow:hidden; transition:max-height .35s ease,padding .3s; padding:0 19px; }
.b3-fi.open .b3-fa { max-height:400px; padding:0 19px 15px; }
.b3-fa p { font-size:.9rem; color:#475569; line-height:1.75; margin:0; }
.b3-cta { position:relative; overflow:hidden; border-top:1px solid #e2e8f0; }
.b3-cta-inner { text-align:center; position:relative; z-index:1; }
.b3-cta-inner h2 { font-family:'Bricolage Grotesque',sans-serif; font-size:clamp(1.9rem,3vw,2.7rem); font-weight:800; color:#0f172a; margin:0 0 14px; }
.b3-cta-inner p  { font-size:1rem; color:#475569; max-width:520px; margin:0 auto 30px; line-height:1.76; }
.b3-cta-btns { display:flex; justify-content:center; gap:16px; flex-wrap:wrap; margin-bottom:14px; }
.b3-cta-micro { font-size:.79rem; color:#94a3b8; }
.b3-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,.35); transition:transform .2s,box-shadow .2s; }
.b3-btn-cta:hover { transform:translateY(-2px); box-shadow:0 10px 32px rgba(37,99,235,.45); color:#fff; }
.b3-btn-ghost-cta { display:inline-flex; align-items:center; gap:9px; border:2px solid #bfdbfe; color:#1d4ed8; background:#eff6ff; font-weight:600; font-size:.97rem; padding:13px 28px; border-radius:12px; text-decoration:none; transition:border-color .2s,background .2s; }
.b3-btn-ghost-cta:hover { border-color:#2563eb; background:#dbeafe; color:#1e40af; }
/* fp-light overrides */
html body.fp-light .b3-h1 { color:#0f172a !important; -webkit-text-fill-color:#0f172a !important; }
html body.fp-light .b3-h1 .hl { -webkit-text-fill-color:transparent !important; }
html body.fp-light .b3-sub { color:#475569 !important; }
html body.fp-light .b3-hdr h2 { color:#0f172a !important; }
html body.fp-light .b3-hdr p { color:#475569 !important; }
html body.fp-light .b3-wl h2 { color:#0f172a !important; }
html body.fp-light .b3-wl p { color:#475569 !important; }
html body.fp-light .b3-uc h3,.b3-ben h3,.b3-smc h4,.b3-lc h4 { color:#0f172a !important; }
html body.fp-light .b3-uc>p,.b3-ben p,.b3-smc p,.b3-ck,.b3-lc p,.b3-fa p,.b3-cta-inner p { color:#475569 !important; }
html body.fp-light .b3-fqt { color:#0f172a !important; }
html body.fp-light .b3-cta-inner h2 { color:#0f172a !important; }
html body.fp-light .b3-smc,.b3-uc,.b3-ben,.b3-lc,.b3-fi { background:#fff !important; }
/* Responsive */
@media(max-width:1024px){ .b3-hero-grid,.b3-what{grid-template-columns:1fr;} .b3-card{display:none;} .b3-lgrid{grid-template-columns:1fr 1fr;} }
@media(max-width:768px){ .b3-ugrid{grid-template-columns:1fr;} .b3-bgrid{grid-template-columns:1fr 1fr;} }
@media(max-width:640px){ .b3-bgrid,.b3-lgrid{grid-template-columns:1fr;} .b3-wrap,.b3-hero-grid{padding:0 20px;} .b3-sec{padding:72px 0;} }

.pg-bg  { background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 30%,#eff6ff 100%) !important; }
body.fp-light .pg-bg { background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 30%,#eff6ff 100%) !important; }
.pg-bg::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse 700px 500px at 90% 20%,rgba(66,133,244,.12) 0%,transparent 60%); }
.pg-ew  { background:#e8f0fd; border:1px solid rgba(66,133,244,.4); color:#274f92; }
.pg-h1 .hl { background:linear-gradient(135deg,#4285F4,#274f92); -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,#4285F4,#274f92); box-shadow:0 6px 24px rgba(66,133,244,.35); }
.pg-btn:hover { box-shadow:0 10px 32px rgba(66,133,244,.35); }

/* CTA heading fix — beat light-theme.css [class*="-cta-inner"] h2 white rule */
html body.fp-light .b3-cta-inner h2 { color:#0f172a !important; -webkit-text-fill-color:#0f172a !important; }
html body.fp-light .b3-cta-inner p  { color:#475569 !important; -webkit-text-fill-color:#475569 !important; }

/* ── Breadcrumb bar ── */
.tos-bc-bar { background:#fff; border-bottom:1px solid #f1f5f9; padding:10px 0; }
.tos-bc-bar nav { max-width:1080px; margin:0 auto; padding:0 32px; }
.tos-bc-bar ol { display:inline-flex; align-items:center; gap:6px; font-size:.78rem; color:#94a3b8; list-style:none; padding:0; margin:0; flex-wrap:wrap; }
.tos-bc-bar ol li a { color:#2563eb; text-decoration:none; font-weight:500; transition:color .15s; }
.tos-bc-bar ol li a:hover { color:#1d4ed8; }
.tos-bc-bar ol li.bc-sep { color:#cbd5e1; }
.tos-bc-bar ol li.bc-cur { color:#0f172a; font-weight:600; }
@media(max-width:640px){ .tos-bc-bar nav { padding:0 20px; } .tos-bc-bar ol { font-size:.73rem; } }
