/* Page-specific redesign styles for /security (from security-v2.html inline <style>), scoped under .pg-redesign.
   Generated by tools/scope-redesign-css.py — do not edit by hand. */
.pg-redesign .brand .bang {
      background: var(--gradient-spectrum);
      -webkit-background-clip: text; background-clip: text; color: transparent;
    }
.pg-redesign .tc-hero {
      position: relative;
      background: var(--neutral-900);
      color: white;
      overflow: hidden;
      padding: 88px 0 96px;
    }
.pg-redesign .tc-hero::before {
      content: "";
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse at 18% 18%, rgba(0,170,255,0.20) 0%, transparent 52%),
        radial-gradient(ellipse at 88% 82%, rgba(245,166,35,0.14) 0%, transparent 52%),
        radial-gradient(ellipse at 60% 50%, rgba(217,70,239,0.08) 0%, transparent 55%);
      pointer-events: none;
    }
.pg-redesign .tc-hero > * { position: relative; }
.pg-redesign .tc-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
      gap: 64px;
      align-items: center;
    }
.pg-redesign .tc-hero .eyebrow-row { color: var(--sunset-500); }
.pg-redesign .tc-hero .eyebrow-row .rule { background: var(--sunset-500); }
.pg-redesign .tc-hero .eyebrow-row .num { color: rgba(255,255,255,0.4); }
.pg-redesign .tc-hero h1 {
      font-family: var(--font-display);
      font-weight: var(--weight-bold);
      font-size: clamp(40px, 4.8vw, 60px);
      line-height: 1.04;
      letter-spacing: -0.03em;
      color: white;
      margin: 0 0 20px 0;
      text-wrap: balance;
    }
.pg-redesign .tc-hero h1 em {
      font-style: normal; white-space: nowrap;
      background-image: linear-gradient(90deg, var(--sunset-500) 0%, var(--hotpink-500) 100%);
      background-repeat: no-repeat; background-position: 0 92%; background-size: 100% 0.12em;
    }
.pg-redesign .tc-hero .lead {
      font-family: var(--font-body);
      font-size: 18.5px;
      line-height: 1.6;
      color: rgba(255,255,255,0.72);
      margin: 0 0 30px 0;
      max-width: 480px;
    }
.pg-redesign .tc-ctas { display: flex; gap: 12px; align-items: center; margin-bottom: 30px; }
.pg-redesign .tc-hero .btn.primary {
      background: white; color: var(--neutral-900);
      box-shadow: 0 10px 30px rgba(255,255,255,0.16), 0 2px 8px rgba(245,166,35,0.20);
    }
.pg-redesign .tc-hero .btn.primary:hover { background: var(--neutral-100); }
.pg-redesign .tc-hero .btn.ghost { border-color: rgba(255,255,255,0.25); color: white; }
.pg-redesign .tc-hero .btn.ghost:hover { border-color: white; }
.pg-redesign .tc-stats {
      display: flex; gap: 0;
      border-top: 1px solid rgba(255,255,255,0.14);
      padding-top: 22px;
    }
.pg-redesign .tc-stats .s {
      padding-right: 28px; margin-right: 28px;
      border-right: 1px solid rgba(255,255,255,0.14);
    }
.pg-redesign .tc-stats .s:last-child { border-right: 0; margin-right: 0; padding-right: 0; }
.pg-redesign .tc-stats .v {
      font-family: var(--font-display); font-weight: var(--weight-bold);
      font-size: 24px; letter-spacing: -0.02em; color: white;
      font-variant-numeric: tabular-nums; line-height: 1;
    }
.pg-redesign .tc-stats .l {
      font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.06em;
      text-transform: uppercase; color: rgba(255,255,255,0.5); margin-top: 6px;
    }
.pg-redesign .posture {
      background: white;
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-xl);
      overflow: hidden;
    }
.pg-redesign .posture .ph {
      display: flex; align-items: center; gap: 8px;
      padding: 14px 18px;
      border-bottom: 1px solid var(--border-1);
      background: var(--neutral-50);
    }
.pg-redesign .posture .ph .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--neutral-300); }
.pg-redesign .posture .ph .dot:nth-child(1) { background: #FF5F57; }
.pg-redesign .posture .ph .dot:nth-child(2) { background: #FEBC2E; }
.pg-redesign .posture .ph .dot:nth-child(3) { background: #28C840; }
.pg-redesign .posture .ph .t {
      margin-left: 6px; font-family: var(--font-mono); font-size: 11px;
      letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-3);
    }
.pg-redesign .posture .ph .live {
      margin-left: auto; display: inline-flex; align-items: center; gap: 6px;
      font-family: var(--font-mono); font-size: 10px; color: #047857;
      letter-spacing: 0.06em;
    }
.pg-redesign .posture .ph .live .pd {
      width: 7px; height: 7px; border-radius: 999px; background: var(--success-500);
      box-shadow: 0 0 0 3px rgba(16,185,129,0.18);
      animation: tcpulse 2s var(--ease-in-out) infinite;
    }
@keyframes tcpulse { 0%,100%{box-shadow:0 0 0 3px rgba(16,185,129,0.18);} 50%{box-shadow:0 0 0 6px rgba(16,185,129,0.05);} }
.pg-redesign .posture .pb { padding: 8px 18px 14px; }
.pg-redesign .pline {
      display: flex; align-items: center; gap: 13px;
      padding: 13px 0;
      border-bottom: 1px solid var(--border-1);
    }
.pg-redesign .pline:last-child { border-bottom: 0; }
.pg-redesign .pline .ic {
      width: 34px; height: 34px; border-radius: 9px; flex-shrink: 0;
      background: var(--brand-50); color: var(--brand-700);
      display: inline-flex; align-items: center; justify-content: center;
    }
.pg-redesign .pline .meta { flex: 1; min-width: 0; }
.pg-redesign .pline .meta .n {
      font-family: var(--font-body); font-size: 13.5px; font-weight: var(--weight-semibold);
      color: var(--fg-1);
    }
.pg-redesign .pline .meta .d {
      font-family: var(--font-mono); font-size: 11px; color: var(--fg-3); margin-top: 2px; padding-left: 5px;
    }
.pg-redesign .pline .state {
      flex-shrink: 0;
      display: inline-flex; align-items: center; gap: 6px;
      font-family: var(--font-mono); font-size: 10.5px; font-weight: var(--weight-medium);
      letter-spacing: 0.04em;
      color: #047857; background: var(--success-50);
      padding: 5px 10px; border-radius: 999px;
    }
.pg-redesign .dd-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.4fr);
      gap: 56px;
      align-items: start;
    }
.pg-redesign .dd-head { position: sticky; top: 96px; }
.pg-redesign .dd-head .eyebrow-row { color: var(--brand-600); }
.pg-redesign .dd-head .eyebrow-row .rule { background: var(--brand-600); }
.pg-redesign .dd-head h2 {
      font-family: var(--font-display); font-weight: var(--weight-bold);
      font-size: 42px; line-height: 1.06; letter-spacing: -0.025em;
      color: var(--fg-1); margin: 0 0 16px 0;
    }
.pg-redesign .dd-head p {
      font-family: var(--font-body); font-size: 16px; line-height: 1.6;
      color: var(--fg-3); margin: 0; max-width: 320px;
    }
.pg-redesign .dd-list { display: flex; flex-direction: column; }
.pg-redesign .dd-item {
      display: grid;
      grid-template-columns: 56px 1fr auto;
      gap: 22px;
      align-items: start;
      padding: 26px 0;
      border-top: 1px solid var(--border-1);
    }
.pg-redesign .dd-item:first-child { border-top: 0; padding-top: 0; }
.pg-redesign .dd-item .idx {
      font-family: var(--font-mono); font-size: 13px; font-weight: var(--weight-medium);
      color: var(--fg-4); letter-spacing: 0.04em; padding-top: 3px;
    }
.pg-redesign .dd-item h3 {
      font-family: var(--font-display); font-weight: var(--weight-semibold);
      font-size: 20px; letter-spacing: -0.015em; color: var(--fg-1);
      margin: 0 0 7px 0;
      display: inline-flex; align-items: center; gap: 10px;
    }
.pg-redesign .dd-item h3 .ic { color: var(--brand-600); display: inline-flex; }
.pg-redesign .dd-item p {
      font-family: var(--font-body); font-size: 14.5px; line-height: 1.55;
      color: var(--fg-3); margin: 0; max-width: 460px;
    }
.pg-redesign .dd-item .tag {
      font-family: var(--font-mono); font-size: 10.5px; letter-spacing: 0.04em;
      color: #047857; background: var(--success-50);
      padding: 5px 11px; border-radius: 999px; white-space: nowrap;
      display: inline-flex; align-items: center; gap: 6px;
    }
.pg-redesign .cmp-head { text-align: center; max-width: 640px; margin: 0 auto 48px; }
.pg-redesign .cmp-head .eyebrow-row { color: var(--brand-600); justify-content: center; }
.pg-redesign .cmp-head .eyebrow-row .rule { background: var(--brand-600); }
.pg-redesign .cmp-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
    }
.pg-redesign .cmp-card {
      background: var(--bg-canvas);
      border: 1px solid var(--border-1);
      border-radius: var(--radius-lg);
      padding: 28px 26px;
      display: flex; flex-direction: column; gap: 12px;
      position: relative; overflow: hidden;
      transition: transform var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
    }
.pg-redesign .cmp-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.pg-redesign .cmp-card::after {
      content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px;
      background: var(--gradient-sunset);
    }
.pg-redesign .cmp-card .badge {
      width: 44px; height: 44px; border-radius: 12px;
      background: var(--neutral-900); color: white;
      display: inline-flex; align-items: center; justify-content: center;
      margin-bottom: 4px;
    }
.pg-redesign .cmp-card h3 {
      font-family: var(--font-display); font-weight: var(--weight-semibold);
      font-size: 20px; letter-spacing: -0.015em; color: var(--fg-1); margin: 0;
    }
.pg-redesign .cmp-card p {
      font-family: var(--font-body); font-size: 14.5px; line-height: 1.55;
      color: var(--fg-3); margin: 0; flex: 1;
    }
.pg-redesign .cmp-card .verified {
      font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
      color: #047857; display: inline-flex; align-items: center; gap: 7px;
      padding-top: 12px; border-top: 1px solid var(--border-1);
    }
.pg-redesign .tc-cta-wrap { padding: 80px 0 96px; }
.pg-redesign .tc-cta {
      position: relative;
      border-radius: var(--radius-xl);
      background: var(--neutral-900);
      color: white;
      overflow: hidden;
      padding: 64px 56px;
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 40px;
      align-items: center;
    }
.pg-redesign .tc-cta::before {
      content: ""; position: absolute; inset: 0;
      background:
        radial-gradient(ellipse at 12% 30%, rgba(0,170,255,0.16) 0%, transparent 55%),
        radial-gradient(ellipse at 92% 80%, rgba(245,166,35,0.14) 0%, transparent 55%);
      pointer-events: none;
    }
.pg-redesign .tc-cta > * { position: relative; }
.pg-redesign .tc-cta h2 {
      font-family: var(--font-display); font-weight: var(--weight-bold);
      font-size: 38px; line-height: 1.08; letter-spacing: -0.025em;
      color: white; margin: 0 0 10px 0;
    }
.pg-redesign .tc-cta p {
      font-family: var(--font-body); font-size: 16.5px; color: rgba(255,255,255,0.7);
      margin: 0; max-width: 460px;
    }
.pg-redesign .tc-cta .actions { display: flex; flex-direction: column; gap: 10px; }
.pg-redesign .tc-cta .btn.primary { background: white; color: var(--neutral-900); }
.pg-redesign .tc-cta .btn.primary:hover { background: var(--neutral-100); }
.pg-redesign .tc-cta .btn.ghost { border-color: rgba(255,255,255,0.25); color: white; }
.pg-redesign .tc-cta .btn.ghost:hover { border-color: white; }
.pg-redesign .sec-pad { padding: 88px 0; }
@media (max-width: 1180px) {
.pg-redesign .tc-grid { grid-template-columns: 1fr; gap: 44px; }
.pg-redesign .dd-grid { grid-template-columns: 1fr; gap: 32px; }
.pg-redesign .dd-head { position: static; }
.pg-redesign .cmp-grid { grid-template-columns: 1fr; }
.pg-redesign .tc-cta { grid-template-columns: 1fr; }
.pg-redesign .dd-head h2 { font-size: 34px; }
}
@media (max-width: 720px) {
.pg-redesign .tc-stats .s { border-right: 0; margin-right: 0; padding-right: 0; margin-bottom: 14px; }
.pg-redesign .dd-item { grid-template-columns: 36px 1fr; }
.pg-redesign .dd-item .tag { grid-column: 2; margin-top: 8px; }
.pg-redesign .tc-ctas { flex-direction: column; align-items: stretch; }
.pg-redesign .tc-cta { padding: 40px 28px; }
.pg-redesign .tc-cta .actions .btn { width: 100%; }
}
