/* Page-specific redesign styles for /features (from features.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 .feat-hero {
      padding: 80px 0 24px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
.pg-redesign .feat-hero::before {
      content: "";
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse at 50% -10%, rgba(0,170,255,0.10) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 30%, rgba(245,166,35,0.08) 0%, transparent 50%);
      pointer-events: none;
    }
.pg-redesign .feat-hero > * { position: relative; }
.pg-redesign .feat-hero .eyebrow-row { justify-content: center; }
.pg-redesign .feat-hero h1 {
      font-family: var(--font-display);
      font-weight: var(--weight-bold);
      font-size: clamp(44px, 5.5vw, 72px);
      line-height: 1.02;
      letter-spacing: -0.03em;
      color: var(--fg-1);
      margin: 0 auto 20px;
      max-width: 16ch;
      text-wrap: balance;
    }
.pg-redesign .feat-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.14em;
    }
.pg-redesign .feat-hero .lead {
      font-family: var(--font-body);
      font-size: 19px;
      line-height: 1.55;
      color: var(--fg-3);
      max-width: 600px;
      margin: 0 auto;
      text-wrap: pretty;
    }
.pg-redesign .feat-hero .jump {
      display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 8px;
      margin-top: 32px;
    }
.pg-redesign .jump a {
      font-family: var(--font-mono);
      font-size: 12px;
      letter-spacing: 0.04em;
      color: var(--fg-2);
      text-decoration: none;
      padding: 8px 15px;
      border: 1px solid var(--border-1);
      border-radius: 999px;
      background: var(--bg-canvas);
      transition: all var(--dur-base) var(--ease-out);
    }
.pg-redesign .jump a:hover { border-color: var(--fg-1); color: var(--fg-1); transform: translateY(-1px); }
.pg-redesign .feat-row {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
      gap: 64px;
      align-items: center;
      padding: 64px 0;
    }
.pg-redesign .feat-row.flip .feat-text { order: 2; }
.pg-redesign .feat-row.flip .feat-visual { order: 1; }
.pg-redesign .feat-text .kicker {
      display: inline-flex; align-items: center; gap: 9px;
      font-family: var(--font-body);
      font-weight: var(--weight-semibold);
      font-size: 12px;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--brand-600);
      margin-bottom: 16px;
    }
.pg-redesign .feat-text .kicker .rule { width: 26px; height: 1px; background: var(--brand-600); }
.pg-redesign .feat-text h2 {
      font-family: var(--font-display);
      font-weight: var(--weight-bold);
      font-size: 44px;
      line-height: 1.06;
      letter-spacing: -0.025em;
      color: var(--fg-1);
      margin: 0 0 8px 0;
    }
.pg-redesign .feat-text .tag {
      display: inline-flex; align-items: center; gap: 6px;
      font-family: var(--font-mono);
      font-size: 11px;
      letter-spacing: 0.04em;
      color: var(--fg-3);
      padding: 4px 10px;
      border-radius: 999px;
      background: var(--neutral-100);
      margin-bottom: 18px;
    }
.pg-redesign .feat-text > p {
      font-family: var(--font-body);
      font-size: 17px;
      line-height: 1.6;
      color: var(--fg-2);
      margin: 0 0 24px 0;
      max-width: 460px;
    }
.pg-redesign .feat-list {
      list-style: none; padding: 0; margin: 0 0 28px 0;
      display: flex; flex-direction: column; gap: 12px;
    }
.pg-redesign .feat-list li {
      display: flex; align-items: flex-start; gap: 12px;
      font-family: var(--font-body);
      font-size: 15px;
      line-height: 1.4;
      color: var(--fg-1);
      font-weight: var(--weight-medium);
    }
.pg-redesign .feat-list .tick {
      flex-shrink: 0;
      width: 22px; height: 22px;
      border-radius: 999px;
      background: var(--brand-50);
      color: var(--brand-600);
      display: inline-flex; align-items: center; justify-content: center;
      margin-top: 1px;
    }
.pg-redesign .feat-visual {
      position: relative;
      border-radius: var(--radius-xl);
      background: linear-gradient(180deg, #FAF8F4 0%, #F3F0E8 100%);
      border: 1px solid var(--border-1);
      padding: 44px 44px;
      min-height: 380px;
      display: flex; align-items: center; justify-content: center;
      overflow: hidden;
    }
.pg-redesign .feat-visual::before {
      content: "";
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse at 30% 30%, rgba(0,170,255,0.10) 0%, transparent 55%),
        radial-gradient(ellipse at 80% 80%, rgba(245,166,35,0.10) 0%, transparent 55%);
      pointer-events: none;
    }
.pg-redesign .feat-visual > * { position: relative; }
.pg-redesign .panel {
      background: white;
      border: 1px solid var(--border-1);
      border-radius: var(--radius-lg);
      box-shadow: var(--shadow-lg);
    }
.pg-redesign .pos-mock { width: 100%; max-width: 360px; overflow: hidden; }
.pg-redesign .pos-head {
      display: flex; align-items: center; gap: 8px;
      padding: 12px 16px;
      border-bottom: 1px solid var(--border-1);
      background: var(--neutral-50);
    }
.pg-redesign .pos-head .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--neutral-300); }
.pg-redesign .pos-head .dot:nth-child(1) { background: #FF5F57; }
.pg-redesign .pos-head .dot:nth-child(2) { background: #FEBC2E; }
.pg-redesign .pos-head .dot:nth-child(3) { background: #28C840; }
.pg-redesign .pos-head .label {
      margin-left: 6px; font-family: var(--font-mono); font-size: 11px;
      letter-spacing: 0.06em; text-transform: uppercase; color: var(--fg-3);
    }
.pg-redesign .pos-head .off {
      margin-left: auto; font-family: var(--font-mono); font-size: 9.5px;
      color: #047857; background: var(--success-50);
      padding: 3px 8px; border-radius: 999px; letter-spacing: 0.04em;
    }
.pg-redesign .pos-body { padding: 16px 18px; }
.pg-redesign .pos-li {
      display: flex; align-items: center; justify-content: space-between;
      padding: 9px 0;
      border-bottom: 1px dashed var(--border-1);
      font-family: var(--font-body); font-size: 13.5px; color: var(--fg-2);
    }
.pg-redesign .pos-li .amt { font-family: var(--font-mono); color: var(--fg-1); }
.pg-redesign .pos-tot {
      display: flex; align-items: center; justify-content: space-between;
      margin-top: 12px; padding-top: 12px;
      border-top: 1px solid var(--fg-2);
      font-family: var(--font-display); font-weight: var(--weight-bold);
      font-size: 16px; color: var(--fg-1);
    }
.pg-redesign .pos-tot .amt { font-variant-numeric: tabular-nums; }
.pg-redesign .pos-pay {
      margin-top: 14px;
      background: var(--neutral-900); color: white;
      border-radius: var(--radius-md);
      text-align: center;
      font-family: var(--font-body); font-weight: var(--weight-semibold);
      font-size: 14px; padding: 13px;
    }
.pg-redesign .pos-float {
      position: absolute; bottom: 28px; right: 18px;
      padding: 11px 14px;
      display: inline-flex; align-items: center; gap: 9px;
      border-radius: 999px;
    }
.pg-redesign .pos-float .ic {
      width: 22px; height: 22px; border-radius: 999px;
      background: var(--success-500); color: white;
      display: inline-flex; align-items: center; justify-content: center;
    }
.pg-redesign .pos-float .t {
      font-family: var(--font-mono); font-size: 11px; color: var(--fg-2);
      letter-spacing: 0.04em;
    }
.pg-redesign .pulse-mock { width: 100%; max-width: 380px; overflow: hidden; }
.pg-redesign .pulse-top {
      padding: 18px 20px 14px;
      border-bottom: 1px solid var(--border-1);
    }
.pg-redesign .pulse-eyebrow {
      font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.12em;
      text-transform: uppercase; color: var(--fg-4); margin-bottom: 6px;
    }
.pg-redesign .pulse-row {
      display: flex; align-items: baseline; gap: 12px;
    }
.pg-redesign .pulse-kpi {
      font-family: var(--font-display); font-weight: var(--weight-extrabold);
      font-size: 34px; letter-spacing: -0.02em; color: var(--fg-1);
      font-variant-numeric: tabular-nums; line-height: 1;
    }
.pg-redesign .pulse-kpi .cur { font-size: 17px; color: var(--fg-3); margin-right: 2px; }
.pg-redesign .pulse-delta {
      font-family: var(--font-mono); font-size: 12px; color: var(--success-500);
      padding: 3px 8px; border-radius: 999px; background: var(--success-50);
    }
.pg-redesign .pulse-week {
      display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px;
      align-items: end;
      padding: 16px 20px 10px;
      height: 92px;
    }
.pg-redesign .pulse-week .col { display: flex; flex-direction: column; align-items: center; gap: 5px; height: 100%; justify-content: flex-end; }
.pg-redesign .pulse-week .bar { width: 100%; border-radius: 4px; background: var(--brand-500); }
.pg-redesign .pulse-week .bar.dim { background: var(--brand-200); }
.pg-redesign .pulse-week .d { font-family: var(--font-mono); font-size: 9px; color: var(--fg-4); }
.pg-redesign .pulse-insight {
      margin: 0 20px 18px;
      display: flex; align-items: center; gap: 10px;
      padding: 11px 13px;
      border-radius: var(--radius-md);
      background: var(--accent-50);
      border: 1px solid rgba(217,70,239,0.2);
    }
.pg-redesign .pulse-insight .spark {
      width: 26px; height: 26px; border-radius: 7px;
      background: var(--accent-500); color: white; flex-shrink: 0;
      display: inline-flex; align-items: center; justify-content: center;
    }
.pg-redesign .pulse-insight .it {
      font-family: var(--font-body); font-size: 12px; line-height: 1.35; color: var(--accent-800);
    }
.pg-redesign .pulse-insight .it b { color: var(--accent-700); font-weight: var(--weight-semibold); }
.pg-redesign .os-stage { display: flex; align-items: center; gap: 22px; }
.pg-redesign .os-phone {
      width: 168px; aspect-ratio: 9 / 19;
      background: var(--neutral-900);
      border-radius: 26px;
      padding: 7px;
      box-shadow: var(--shadow-xl);
      flex-shrink: 0;
    }
.pg-redesign .os-screen {
      width: 100%; height: 100%; background: white;
      border-radius: 20px;
      padding: 16px 13px;
      display: flex; flex-direction: column; gap: 8px;
      position: relative; overflow: hidden;
    }
.pg-redesign .os-screen::before {
      content: ""; position: absolute; top: 6px; left: 50%; transform: translateX(-50%);
      width: 42px; height: 4px; border-radius: 2px; background: var(--neutral-200);
    }
.pg-redesign .os-biz {
      font-family: var(--font-display); font-size: 14px; font-weight: var(--weight-bold);
      color: var(--fg-1); letter-spacing: -0.01em; margin-top: 10px;
    }
.pg-redesign .os-rate {
      font-family: var(--font-mono); font-size: 9.5px; color: var(--sunset-500);
      letter-spacing: 0.04em; margin-bottom: 2px;
    }
.pg-redesign .os-svc {
      font-family: var(--font-body); font-size: 11px; color: var(--fg-2);
      padding: 8px 9px; border: 1px solid var(--border-1); border-radius: 8px;
      display: flex; justify-content: space-between; align-items: center;
    }
.pg-redesign .os-svc .px { font-family: var(--font-mono); color: var(--fg-1); }
.pg-redesign .os-svc.pick { border-color: var(--brand-500); background: var(--brand-50); }
.pg-redesign .os-cta {
      margin-top: auto;
      background: var(--neutral-900); color: white;
      border-radius: 8px; text-align: center;
      font-family: var(--font-body); font-size: 11px; font-weight: var(--weight-semibold);
      padding: 9px;
    }
.pg-redesign .os-stat {
      align-self: stretch;
      display: flex; flex-direction: column; justify-content: center;
      padding: 20px 4px;
      max-width: 150px;
    }
.pg-redesign .os-stat .big {
      font-family: var(--font-display); font-weight: var(--weight-extrabold);
      font-size: 56px; line-height: 0.95; letter-spacing: -0.03em;
      background: var(--gradient-sunset);
      -webkit-background-clip: text; background-clip: text; color: transparent;
    }
.pg-redesign .os-stat .cap {
      font-family: var(--font-body); font-size: 13px; line-height: 1.45;
      color: var(--fg-2); margin-top: 10px;
    }
.pg-redesign .feat-link {
      font-family: var(--font-body);
      font-weight: var(--weight-semibold);
      font-size: 15px;
      color: var(--brand-700);
      text-decoration: none;
      display: inline-flex; align-items: center; gap: 7px;
    }
.pg-redesign .feat-link:hover { gap: 10px; }
.pg-redesign .feat-link svg { transition: transform var(--dur-base) var(--ease-out); }
.pg-redesign .feat-divider { border: 0; border-top: 1px solid var(--border-1); margin: 0; }
@media (max-width: 1180px) {
.pg-redesign .feat-row {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 48px 0;
      }
.pg-redesign .feat-row.flip .feat-text { order: 1; }
.pg-redesign .feat-row.flip .feat-visual { order: 2; }
.pg-redesign .feat-text h2 { font-size: 36px; }
.pg-redesign .feat-visual { min-height: 320px; }
}
@media (max-width: 720px) {
.pg-redesign .feat-text h2 { font-size: 30px; }
.pg-redesign .feat-visual { padding: 28px 24px; min-height: 0; }
.pg-redesign .os-stage { flex-direction: column; }
.pg-redesign .pos-float { right: 10px; bottom: 16px; }
}
