/* from page-device-info.php */
/* ══ BATCH 6 — LIGHT HERO + LIGHT BODY ══ b6- classes */

/* ── LIGHT HERO ── */
.b6-hero { position:relative; overflow:hidden; padding:88px 0 100px; }
.b6-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;
}
.b6-eyebrow {
  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;
}
.b6-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;
}
.b6-h1 .hl {
  -webkit-background-clip:text; background-clip:text;
  -webkit-text-fill-color:transparent;
}
.b6-sub {
  font-size:1.02rem; line-height:1.8; color:#475569;
  margin:0 0 28px; max-width:520px;
}
.b6-btns { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:28px; }
.b6-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;
}
.b6-btn-solid:hover { transform:translateY(-2px); color:#fff; }
.b6-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;
}
.b6-btn-ghost:hover { border-color:#2563eb; background:#dbeafe; color:#1e40af; }
.b6-pills { display:flex; gap:8px; flex-wrap:wrap; padding-top:22px; border-top:1px solid #e2e8f0; }
.b6-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 ── */
.b6-card {
  background:#fff; border:1.5px solid #e2e8f0; border-radius:20px;
  padding:20px; box-shadow:0 16px 48px rgba(15,23,42,.08);
}
.b6-card-bar {
  display:flex; align-items:center; gap:8px;
  margin-bottom:14px; padding-bottom:12px; border-bottom:1px solid #f1f5f9;
}
.b6-cdots { display:flex; gap:5px; }
.b6-cdots span { width:9px; height:9px; border-radius:50%; }
.b6-clbl { font-size:.71rem; font-weight:600; color:#94a3b8; margin-left:5px; }
.b6-live {
  margin-left:auto; font-size:.65rem; font-weight:800;
  border-radius:50px; padding:3px 9px; display:flex; align-items:center; gap:4px;
}
.b6-live::before { content:''; width:5px; height:5px; border-radius:50%; animation:b6blink 2s infinite; }
@keyframes b6blink { 0%,100%{opacity:1}50%{opacity:.3} }
.b6-live-g { background:#dcfce7; border:1px solid #86efac; color:#15803d; }
.b6-live-g::before { background:#22c55e; }
.b6-live-b { background:#dbeafe; border:1px solid #93c5fd; color:#1d4ed8; }
.b6-live-b::before { background:#2563eb; }
.b6-live-p { background:#ede9fe; border:1px solid #c4b5fd; color:#5b21b6; }
.b6-live-p::before { background:#7c3aed; }
/* Card stat row */
.b6-cstat-row { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin-bottom:12px; }
.b6-cstat {
  border-radius:9px; padding:11px 8px; text-align:center;
  background:#f8fafc; border:1px solid #e2e8f0;
}
.b6-cstat-n { font-family:'Bricolage Grotesque',sans-serif; font-size:1.1rem; font-weight:800; color:#0f172a; line-height:1; }
.b6-cstat-l { font-size:.6rem; font-weight:600; color:#94a3b8; margin-top:2px; }
/* Card log rows */
.b6-clog-rows { display:flex; flex-direction:column; gap:7px; }
.b6-clog-row {
  display:flex; align-items:center; gap:9px;
  background:#f8fafc; border:1px solid #e2e8f0;
  border-radius:9px; padding:9px 11px;
}
.b6-clog-ico { width:26px; height:26px; border-radius:7px; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.b6-clog-body { flex:1; min-width:0; }
.b6-clog-app { font-size:.67rem; font-weight:700; color:#94a3b8; }
.b6-clog-txt { font-size:.76rem; color:#334155; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.b6-clog-tag { font-size:.62rem; font-weight:700; padding:2px 7px; border-radius:50px; flex-shrink:0; }
.tg  { background:#dcfce7; color:#15803d; border:1px solid #86efac; }
.tb  { background:#dbeafe; color:#1d4ed8; border:1px solid #93c5fd; }
.tp  { background:#ede9fe; color:#5b21b6; border:1px solid #c4b5fd; }
.ta  { background:#fef3c7; color:#92400e; border:1px solid #fcd34d; }
.tr  { background:#fee2e2; color:#be123c; border:1px solid #fca5a5; }
.tt  { background:#ccfbf1; color:#0f766e; border:1px solid #5eead4; }

/* ══ SHARED BODY SECTIONS (light) ══ */
.b6-wrap    { max-width:1080px; margin:0 auto; padding:0 32px; }
.b6-section { padding:88px 0; position:relative; overflow:hidden; }
.b6-hdr { text-align:center; margin-bottom:56px; }
.b6-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; }
.b6-hdr p  { font-size:.97rem; line-height:1.74; color:#475569; max-width:580px; margin:0 auto; }
.b6-what-grid { display:grid; grid-template-columns:1fr 1fr; gap:52px; align-items:start; position:relative; z-index:1; }
.b6-what-left 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; }
.b6-what-left p  { font-size:.95rem; color:#475569; line-height:1.8; margin:0 0 14px; }
.b6-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; }
.b6-warn-t { font-size:.84rem; color:#78350f; line-height:1.65; }
.b6-warn-t strong { color:#451a03; }
.b6-sm-cards { display:flex; flex-direction:column; gap:12px; }
.b6-sm-card { 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; }
.b6-sm-card:hover { border-color:#bfdbfe; box-shadow:0 4px 14px rgba(37,99,235,.1); }
.b6-sm-ico { width:38px; height:38px; border-radius:10px; flex-shrink:0; display:flex; align-items:center; justify-content:center; }
.b6-sm-card h4 { font-family:'Bricolage Grotesque',sans-serif; font-size:.93rem; font-weight:800; color:#0f172a; margin:0 0 3px; }
.b6-sm-card p  { font-size:.83rem; color:#475569; line-height:1.6; margin:0; }
.b6-use-grid { display:grid; grid-template-columns:1fr 1fr; gap:22px; position:relative; z-index:1; }
.b6-use-card { 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; }
.b6-use-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; border-radius:20px 20px 0 0; }
.b6u-blue::before   { background:linear-gradient(90deg,#2563eb,#7c3aed); }
.b6u-teal::before   { background:linear-gradient(90deg,#0d9488,#22c55e); }
.b6u-orange::before { background:linear-gradient(90deg,#f97316,#f59e0b); }
.b6u-purple::before { background:linear-gradient(90deg,#7c3aed,#ec4899); }
.b6u-green::before  { background:linear-gradient(90deg,#22c55e,#0d9488); }
.b6u-red::before    { background:linear-gradient(90deg,#ef4444,#f97316); }
.b6-use-card:hover { transform:translateY(-4px); border-color:transparent; }
.b6u-blue:hover   { box-shadow:0 14px 38px rgba(37,99,235,.14); }
.b6u-teal:hover   { box-shadow:0 14px 38px rgba(13,148,136,.12); }
.b6u-orange:hover { box-shadow:0 14px 38px rgba(249,115,22,.12); }
.b6u-purple:hover { box-shadow:0 14px 38px rgba(124,58,237,.12); }
.b6u-green:hover  { box-shadow:0 14px 38px rgba(34,197,94,.12); }
.b6u-red:hover    { box-shadow:0 14px 38px rgba(239,68,68,.12); }
.b6-use-ico { width:48px; height:48px; border-radius:13px; margin-bottom:16px; display:flex; align-items:center; justify-content:center; }
.b6u-blue   .b6-use-ico { background:linear-gradient(135deg,#dbeafe,#ede9fe); }
.b6u-teal   .b6-use-ico { background:linear-gradient(135deg,#ccfbf1,#dcfce7); }
.b6u-orange .b6-use-ico { background:linear-gradient(135deg,#fef3c7,#ffedd5); }
.b6u-purple .b6-use-ico { background:linear-gradient(135deg,#ede9fe,#fce7f3); }
.b6u-green  .b6-use-ico { background:linear-gradient(135deg,#dcfce7,#ccfbf1); }
.b6u-red    .b6-use-ico { background:linear-gradient(135deg,#fee2e2,#ffedd5); }
.b6-use-card h3 { font-family:'Bricolage Grotesque',sans-serif; font-size:1.03rem; font-weight:800; color:#0f172a; margin:0 0 9px; }
.b6-use-card > p { font-size:.88rem; color:#475569; line-height:1.72; margin:0 0 16px; }
.b6-checks { display:flex; flex-direction:column; gap:7px; }
.b6-check  { display:flex; align-items:flex-start; gap:8px; font-size:.83rem; color:#334155; }
.b6-check svg { flex-shrink:0; margin-top:1px; }
.b6-bens-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; position:relative; z-index:1; }
.b6-ben { background:#fff; border:1.5px solid #e2e8f0; border-radius:16px; padding:26px; transition:border-color .2s,box-shadow .2s,transform .2s; }
.b6-ben:hover { border-color:#bfdbfe; box-shadow:0 8px 28px rgba(37,99,235,.1); transform:translateY(-3px); }
.b6-ben-ico { width:44px; height:44px; border-radius:12px; margin-bottom:14px; display:flex; align-items:center; justify-content:center; }
.b6-ben h3 { font-family:'Bricolage Grotesque',sans-serif; font-size:.97rem; font-weight:800; color:#0f172a; margin:0 0 7px; }
.b6-ben p  { font-size:.86rem; color:#475569; line-height:1.7; margin:0; }
.b6-law-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-bottom:22px; position:relative; z-index:1; }
.b6-law-card { background:#fff; border:1.5px solid #e2e8f0; border-radius:15px; padding:24px; text-align:center; }
.b6-law-ico  { width:46px; height:46px; border-radius:13px; margin:0 auto 14px; display:flex; align-items:center; justify-content:center; }
.b6-law-card h4 { font-family:'Bricolage Grotesque',sans-serif; font-size:.95rem; font-weight:800; color:#0f172a; margin:0 0 7px; }
.b6-law-card p  { font-size:.84rem; color:#475569; line-height:1.65; margin:0; }
.b6-big-warn { 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; }
.b6-big-warn-t { font-size:.87rem; color:#78350f; line-height:1.67; }
.b6-big-warn-t strong { color:#451a03; }
.b6-faq-list { display:flex; flex-direction:column; gap:9px; max-width:780px; margin:0 auto; position:relative; z-index:1; }
.b6-faq-item { background:#fff; border:1.5px solid #e2e8f0; border-radius:13px; overflow:hidden; transition:border-color .2s,box-shadow .2s; }
.b6-faq-item.open { border-color:#bfdbfe; box-shadow:0 4px 18px rgba(37,99,235,.1); }
.b6-faq-q { 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; transition:background .15s; }
.b6-faq-q:hover { background:#f8faff; }
.b6-faq-q-t { font-size:.91rem; font-weight:700; color:#0f172a; line-height:1.4; }
.b6-faq-arr { 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; }
.b6-faq-item.open .b6-faq-arr { transform:rotate(180deg); background:linear-gradient(135deg,#2563eb,#7c3aed); color:#fff; }
.b6-faq-a { max-height:0; overflow:hidden; transition:max-height .35s ease,padding .3s; padding:0 19px; }
.b6-faq-item.open .b6-faq-a { max-height:400px; padding:0 19px 15px; }
.b6-faq-a p { font-size:.9rem; color:#475569; line-height:1.75; margin:0; }
/* CTA */
.b6-cta { position:relative; overflow:hidden; border-top:1px solid #e2e8f0; }
.b6-cta-inner { text-align:center; position:relative; z-index:1; }
.b6-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; }
.b6-cta-inner p  { font-size:1rem; color:#475569; max-width:520px; margin:0 auto 30px; line-height:1.76; }
.b6-cta-btns { display:flex; justify-content:center; gap:16px; flex-wrap:wrap; margin-bottom:14px; }
.b6-cta-micro { font-size:.79rem; color:#94a3b8; }
.b6-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; }
.b6-btn-cta:hover { transform:translateY(-2px); box-shadow:0 10px 32px rgba(37,99,235,.45); color:#fff; }
.b6-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; }
.b6-btn-ghost-cta:hover { border-color:#2563eb; background:#dbeafe; color:#1e40af; }
/* BG utility */
.b6-white  { background:#fff !important; }
.b6-slate  { background:linear-gradient(180deg,#f8fafc,#fff) !important; }
.b6-blue   { background:linear-gradient(180deg,#eff6ff,#fff) !important; }
.b6-purple { background:linear-gradient(180deg,#f5f3ff,#fff) !important; }
.b6-amber  { background:linear-gradient(180deg,#fffbeb,#fff) !important; }
/* fp-light overrides */
html body.fp-light .b6-h1        { color:#0f172a !important; -webkit-text-fill-color:#0f172a !important; }
html body.fp-light .b6-h1 .hl   { -webkit-text-fill-color:transparent !important; }
html body.fp-light .b6-sub       { color:#475569 !important; }
html body.fp-light .b6-hdr h2   { color:#0f172a !important; }
html body.fp-light .b6-hdr p    { color:#475569 !important; }
html body.fp-light .b6-what-left h2 { color:#0f172a !important; }
html body.fp-light .b6-what-left p  { color:#475569 !important; }
html body.fp-light .b6-use-card h3,.b6-ben h3,.b6-sm-card h4,.b6-law-card h4 { color:#0f172a !important; }
html body.fp-light .b6-use-card > p,.b6-ben p,.b6-sm-card p,.b6-check,.b6-law-card p,.b6-faq-a p,.b6-cta-inner p { color:#475569 !important; }
html body.fp-light .b6-faq-q-t  { color:#0f172a !important; }
html body.fp-light .b6-cta-inner h2 { color:#0f172a !important; }
html body.fp-light .b6-sm-card,.b6-use-card,.b6-ben,.b6-law-card,.b6-faq-item { background:#fff !important; }
html body.fp-light .b6-white  { background:#fff !important; }
html body.fp-light .b6-slate  { background:linear-gradient(180deg,#f8fafc,#fff) !important; }
html body.fp-light .b6-blue   { background:linear-gradient(180deg,#eff6ff,#fff) !important; }
html body.fp-light .b6-purple { background:linear-gradient(180deg,#f5f3ff,#fff) !important; }
html body.fp-light .b6-amber  { background:linear-gradient(180deg,#fffbeb,#fff) !important; }
/* Responsive */
@media(max-width:1024px){ .b6-hero-grid,.b6-what-grid{grid-template-columns:1fr;} .b6-card{display:none;} .b6-law-grid{grid-template-columns:1fr 1fr;} }
@media(max-width:768px){ .b6-use-grid{grid-template-columns:1fr;} .b6-bens-grid{grid-template-columns:1fr 1fr;} }
@media(max-width:640px){ .b6-bens-grid,.b6-law-grid{grid-template-columns:1fr;} .b6-wrap,.b6-hero-grid{padding:0 20px;} .b6-section{padding:72px 0;} }

.pg-hero { background:linear-gradient(135deg,#f0fdf9 0%,#ccfbf1 30%,#f0fdfa 100%) !important; }
body.fp-light .pg-hero { background:linear-gradient(135deg,#f0fdf9 0%,#ccfbf1 30%,#f0fdfa 100%) !important; }
.pg-hero::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse 700px 500px at 90% 20%,rgba(20,184,166,.12) 0%,transparent 60%); }
.pg-ew { background:#ccfbf1; border:1px solid #5eead4; color:#0f766e; }
.pg-h1 .hl { background:linear-gradient(135deg,#0d9488,#059669); -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,#0d9488,#059669); box-shadow:0 6px 24px rgba(13,148,136,.35); }
.pg-btn:hover { box-shadow:0 10px 32px rgba(13,148,136,.35); }
.pg-cta { background:linear-gradient(135deg,#f0fdf4,#f0fdfa,#fff) !important; }
body.fp-light .pg-cta { background:linear-gradient(135deg,#f0fdf4,#f0fdfa,#fff) !important; }
.pg-cta::before { content:''; position:absolute; inset:0; pointer-events:none; background:radial-gradient(ellipse 600px 400px at 20% 50%,rgba(187,247,208,.8) 0%,transparent 55%); }


/* ── 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; } }
