/* SCK TRANSPARÊNCIA PAGE */

/* HERO — centralizado, sem mockup */
.sck-hero {
  position: relative; z-index: 1;
  padding: 140px 6% 80px; max-width: 800px; margin: 0 auto;
  text-align: center;
}
.sck-hero-content { display: flex; flex-direction: column; align-items: center; }
.sck-hero-content .back-link { align-self: flex-start; margin-bottom: 32px; }
.sck-product-logo { margin-bottom: 28px; }
.sck-product-logo img { width: 280px; height: auto; display: block; margin: 0 auto; }
.sck-hero-content > p { font-size: 17px; color: var(--muted); line-height: 1.8; margin-bottom: 36px; max-width: 520px; }
.sck-actions { display: flex; flex-direction: column; gap: 12px; width: 100%; max-width: 380px; }
.sck-note { font-family: var(--font-mono); font-size: 11px; color: var(--muted); text-align: center; margin-top: 6px; }

/* MOCKUP */
.sck-preview {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: 16px; overflow: hidden;
}
.sck-preview-bar {
  background: var(--bg2); padding: 12px 16px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid var(--border);
}
.dot { width: 10px; height: 10px; border-radius: 50%; }
.dot-r{background:#FF5F57;} .dot-y{background:#FEBC2E;} .dot-g{background:#28C840;}
.url-bar {
  flex: 1; background: var(--surface); border: 1px solid var(--surface2);
  border-radius: 6px; padding: 5px 12px;
  font-family: var(--font-mono); font-size: 11px; color: var(--muted);
}
.sck-preview-body { padding: 20px; }
.dash-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-bottom: 14px; }
.dash-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 10px; padding: 14px; }
.dash-card-label { font-size: 10px; color: var(--muted); margin-bottom: 6px; }
.dash-card-val { font-family: var(--font-head); font-size: 22px; font-weight: 700; color: var(--accent); }
.dash-card-val.v2{color:var(--accent2);} .dash-card-val.wh{color:var(--text);}
.dash-table { background: var(--bg2); border: 1px solid var(--border); border-radius: 10px; overflow: hidden; }
.dash-th { display: grid; grid-template-columns: 2fr 1fr 1fr; font-size: 10px; color: var(--muted); font-family: var(--font-mono); padding: 8px 12px; border-bottom: 1px solid var(--border); text-transform: uppercase; letter-spacing: 1px; }
.dash-tr { display: grid; grid-template-columns: 2fr 1fr 1fr; font-size: 12px; padding: 10px 12px; border-bottom: 1px solid rgba(79,140,242,0.05); }
.dash-tr:last-child { border-bottom: none; }
.dbadge { font-size: 10px; padding: 2px 8px; border-radius: 4px; font-weight: 500; display: inline-block; }
.dbadge-ok  { background: rgba(79,140,242,0.12); color: var(--accent); }
.dbadge-rev { background: rgba(122,174,255,0.10); color: var(--accent2); }
.dmuted { color: var(--muted); font-size: 11px; }

/* SEÇÕES */
.sck-sec { position: relative; z-index: 1; padding: 90px 6%; max-width: 1160px; margin: 0 auto; }
.sck-sec-dark { background: var(--bg2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 90px 0; }
.sck-sec-dark .inner { max-width: 1160px; margin: 0 auto; padding: 0 6%; }

/* LEIS */
.lei-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.lei-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
.lei-card-hd { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 16px; }
.lei-icon { width: 44px; height: 44px; flex-shrink: 0; border-radius: 10px; background: rgba(79,140,242,0.08); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; }
.lei-title { font-family: var(--font-head); font-size: 15px; font-weight: 700; margin-bottom: 3px; }
.lei-sub   { font-family: var(--font-mono); font-size: 10px; color: var(--accent); }
.lei-card > p { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 16px; }
.lei-link { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-mono); font-size: 11px; color: var(--accent); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color var(--ease); }
.lei-link:hover { border-bottom-color: var(--accent); }

/* PENALIDADES */
.pen-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-top: 52px; }
.pen-card { border-radius: var(--radius); padding: 28px; border: 1px solid; }
.pen-card.n1{background:rgba(250,204,21,0.05);border-color:rgba(250,204,21,0.2);}
.pen-card.n2{background:rgba(251,146,60,0.05);border-color:rgba(251,146,60,0.2);}
.pen-card.n3{background:rgba(239,68,68,0.05); border-color:rgba(239,68,68,0.2);}
.pen-nivel { font-family: var(--font-mono); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: 12px; font-weight: 500; }
.n1 .pen-nivel{color:#facc15;} .n2 .pen-nivel{color:#fb923c;} .n3 .pen-nivel{color:#ef4444;}
.pen-card h4 { font-family: var(--font-head); font-size: 17px; font-weight: 800; margin-bottom: 10px; }
.pen-card p  { font-size: 13px; color: var(--muted); line-height: 1.7; }
.pen-aviso { margin-top: 24px; padding: 18px 22px; background: rgba(239,68,68,0.05); border: 1px solid rgba(239,68,68,0.2); border-radius: 12px; display: flex; align-items: flex-start; gap: 14px; }
.pen-aviso p { font-size: 13.5px; color: var(--muted); line-height: 1.7; }

/* STEPS */
.steps { display: flex; flex-direction: column; margin-top: 52px; }
.step { display: grid; grid-template-columns: 48px 1fr; gap: 24px; position: relative; }
.step:not(:last-child)::before { content:''; position:absolute; left:23px; top:52px; bottom:-32px; width:1px; background:linear-gradient(to bottom,rgba(79,140,242,.35),transparent); }
.step + .step { margin-top: 32px; }
.step-num { width:48px; height:48px; border-radius:12px; background:rgba(79,140,242,0.1); border:1px solid var(--border); display:flex; align-items:center; justify-content:center; font-family:var(--font-mono); font-size:13px; font-weight:500; color:var(--accent); flex-shrink:0; }
.step-body { padding-top: 10px; }
.step-body h4 { font-family:var(--font-head); font-size:16px; font-weight:700; margin-bottom:8px; }
.step-body > p { font-size:14px; color:var(--muted); line-height:1.7; }
.step-sck { display:flex; align-items:flex-start; gap:10px; background:rgba(79,140,242,0.06); border:1px solid var(--border); border-radius:8px; padding:12px 14px; margin-top:12px; }
.step-sck p { font-size:12.5px; color:var(--text); line-height:1.6; margin:0; }
.step-sck strong { color:var(--accent); }

/* FEATURES */
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 18px; margin-top: 52px; }
.feat-card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); padding:28px 24px; transition:border-color var(--ease),transform var(--ease); }
.feat-card:hover { border-color:var(--border-h); transform:translateY(-3px); }
.feat-icon { width:44px; height:44px; margin-bottom:18px; display:flex; align-items:center; justify-content:center; background:rgba(79,140,242,0.08); border:1px solid var(--border); border-radius:10px; }
.feat-card h4 { font-family:var(--font-head); font-size:15px; font-weight:700; margin-bottom:8px; }
.feat-card p  { font-size:13px; color:var(--muted); line-height:1.65; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 20px; margin-top: 52px; }
.pricing-card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius-lg); padding:36px 32px; position:relative; }
.pricing-card.highlight { border-color:rgba(79,140,242,0.5); }
.pricing-popular { position:absolute; top:-14px; left:50%; transform:translateX(-50%); background:var(--accent); color:#fff; font-family:var(--font-mono); font-size:10px; font-weight:700; padding:4px 16px; border-radius:100px; white-space:nowrap; }
.pricing-card h3    { font-family:var(--font-head); font-size:18px; font-weight:700; margin-bottom:6px; }
.pricing-card .desc { font-size:13px; color:var(--muted); margin-bottom:24px; line-height:1.5; }
.price              { font-family:var(--font-head); font-size:40px; font-weight:800; color:var(--accent); margin-bottom:4px; line-height:1; }
.price sup          { font-size:20px; vertical-align:super; }
.price span         { font-size:14px; color:var(--muted); font-weight:400; }
.price-per          { font-size:12px; color:var(--muted); margin-bottom:28px; }
.price-features     { list-style:none; margin-bottom:28px; }
.price-features li  { font-size:13.5px; color:var(--muted); padding:8px 0; border-bottom:1px solid rgba(255,255,255,0.04); display:flex; align-items:center; gap:10px; }
.price-features li:last-child { border-bottom:none; }
.pcheck { width:15px; height:15px; flex-shrink:0; }

/* CTA FINAL */
.sck-cta { position:relative; z-index:1; padding:90px 6%; text-align:center; }
.sck-cta h2 { font-family:var(--font-head); font-size:clamp(28px,4vw,44px); font-weight:800; letter-spacing:-1.5px; margin-bottom:16px; }
.sck-cta > p { font-size:16px; color:var(--muted); margin-bottom:36px; }
.cta-btns { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

@media (max-width: 900px) {
  .sck-hero { padding: 120px 4% 60px; }
  .lei-grid, .pen-grid { grid-template-columns: 1fr; }
  .sck-sec { padding: 60px 4%; }
  .sck-sec-dark { padding: 70px 0; }
  .sck-sec-dark .inner { padding: 0 4%; }
  .sck-product-logo img { width: 220px; }
}

/* TRUSTED STRIP (herdado da home) */
.trusted-section {
  background: var(--bg2);
  border-top: 1px solid var(--border); border-bottom: 1px solid var(--border);
  padding: 48px 6%; text-align: center;
}
.trusted-section p {
  font-family: var(--font-mono); font-size: 11px; color: var(--muted);
  letter-spacing: 2px; text-transform: uppercase; margin-bottom: 28px;
}
.trusted-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.trusted-badge {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 16px; background: var(--surface); border: 1px solid var(--border);
  border-radius: 100px; font-size: 12px; color: var(--muted);
}

/* HERO VISUAL (substitui mockup) */
.sck-hero { grid-template-columns: 1fr 1fr; }
.sck-product-logo img { width: 260px; height: auto; display: block; margin-bottom: 24px; }

.sck-hero-visual { display: flex; flex-direction: column; gap: 16px; }
.sck-visual-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 24px;
  display: flex; align-items: flex-start; gap: 18px;
  transition: border-color var(--ease), transform var(--ease);
}
.sck-visual-card:hover { border-color: var(--border-h); transform: translateX(4px); }
.sck-visual-icon {
  width: 52px; height: 52px; flex-shrink: 0; border-radius: 12px;
  background: rgba(79,140,242,0.08); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
}
.sck-visual-card h3 { font-family: var(--font-head); font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.sck-visual-card p  { font-size: 13px; color: var(--muted); line-height: 1.6; }

@media (max-width: 900px) {
  .sck-hero { grid-template-columns: 1fr; }
  .sck-product-logo img { width: 200px; }
}
