.page-hero {
    position: relative;
    text-align: center;
    margin: 0 0 2rem 0;
    background-image: linear-gradient(135deg, rgba(11,102,255,0.18), rgba(42,160,255,0.14)), url('/static/hero/enterprise.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    color: #fff;
    min-height: 340px;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.08);
  }
  .page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.28) 0%, rgba(0,0,0,0.62) 100%);
    z-index: 1;
  }
  .page-hero .hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 3rem 1.5rem;
    max-width: 980px;
    margin: 0 auto;
  }
  .page-hero h1 {
    margin: 0 0 1rem 0;
    font-size: 2.9rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 12px rgba(0,0,0,0.3);
    line-height: 1.12;
  }
  .page-hero .hero-tagline {
    margin: 0 auto 1rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(255,255,255,0.98);
    max-width: 64ch;
    text-shadow: 0 1px 6px rgba(0,0,0,0.3);
    line-height: 1.55;
  }
  .page-hero .hero-subtext {
    margin: 0 auto;
    font-size: 1rem;
    color: rgba(255,255,255,0.86);
    max-width: 62ch;
    text-shadow: 0 1px 4px rgba(0,0,0,0.25);
  }
  @media (max-width: 768px) {
    .page-hero { min-height: 280px; }
    .page-hero h1 { font-size: 2rem; }
    .page-hero .hero-tagline { font-size: 1.05rem; }
    .page-hero .hero-content { padding: 2rem 1rem; }
  }

  .ps-section { margin: 0 0 2.5rem 0; }
  .ps-section h2 {
    margin: 0 0 1rem 0;
    font-size: 1.55rem;
    font-weight: 750;
    padding-bottom: 0.55rem;
    border-bottom: 2px solid rgba(11,102,255,0.15);
  }
  .ps-section p {
    max-width: 74ch;
    line-height: 1.72;
    color: var(--text);
  }
  .ps-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.38rem 0.8rem;
    border-radius: 999px;
    background: rgba(11,102,255,0.1);
    color: var(--brand, #0b66ff);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.9rem;
  }
  .ps-intro {
    max-width: 78ch;
    margin: 0 auto 2rem;
    text-align: center;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.7;
  }
  .ps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin: 1.2rem 0;
  }
  .ps-card {
    border: 1px solid rgba(15,23,42,0.08);
    border-radius: 12px;
    padding: 1.35rem;
    background: linear-gradient(180deg, #fff, #fafafa);
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  }
  .ps-card h3 {
    margin: 0 0 0.7rem 0;
    font-size: 1.08rem;
    color: var(--brand, #0b66ff);
  }
  .ps-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
    font-size: 0.95rem;
  }
  .ps-list {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
  }
  .ps-list li {
    position: relative;
    padding: 0.45rem 0 0.45rem 1.7rem;
    line-height: 1.6;
  }
  .ps-list li::before {
    content: "•";
    position: absolute;
    left: 0.35rem;
    top: 0.42rem;
    color: var(--brand, #0b66ff);
    font-weight: 700;
  }
  .ps-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1.2rem 0;
  }
  .ps-step {
    border-radius: 12px;
    padding: 1.2rem;
    background: #fff;
    border: 1px solid rgba(15,23,42,0.08);
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
  }
  .ps-step .day {
    display: inline-block;
    margin-bottom: 0.7rem;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    background: rgba(11,102,255,0.1);
    color: var(--brand, #0b66ff);
    font-size: 0.82rem;
    font-weight: 700;
  }
  .ps-step h3 {
    margin: 0 0 0.55rem 0;
    font-size: 1.03rem;
  }
  .ps-step p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
    font-size: 0.94rem;
  }
  .ps-split {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 1.25rem;
    align-items: start;
  }
  @media (max-width: 900px) {
    .ps-split { grid-template-columns: 1fr; }
  }
  .ps-panel {
    border: 1px solid rgba(15,23,42,0.08);
    border-radius: 12px;
    padding: 1.35rem;
    background: linear-gradient(180deg, #fff, #fafafa);
  }
  .ps-panel h3 {
    margin: 0 0 0.75rem 0;
    font-size: 1.05rem;
  }
  .ps-panel p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
  }
  .ps-pricing-shell {
    position: relative;
    padding: 1.6rem;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(11,102,255,0.08), rgba(42,160,255,0.12));
    border: 1px solid rgba(11,102,255,0.14);
    overflow: hidden;
  }
  .ps-pricing-shell::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(11,102,255,0.14) 0%, transparent 70%);
    pointer-events: none;
  }
  .ps-pricing-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
  }
  .ps-price-card {
    border-radius: 14px;
    padding: 1.4rem;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(15,23,42,0.08);
    box-shadow: 0 10px 24px rgba(15,23,42,0.06);
  }
  .ps-price-label {
    display: inline-block;
    padding: 0.28rem 0.62rem;
    border-radius: 999px;
    background: rgba(11,102,255,0.1);
    color: var(--brand, #0b66ff);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.8rem;
  }
  .ps-price-card h3 {
    margin: 0 0 0.45rem 0;
    font-size: 1.15rem;
  }
  .ps-price-value {
    margin: 0 0 0.25rem 0;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.05;
    color: #0f172a;
  }
  .ps-price-tax {
    margin: 0 0 0.9rem 0;
    color: var(--muted);
    font-size: 0.92rem;
  }
  .ps-price-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.68;
  }
  .ps-pricing-intro {
    max-width: 76ch;
    margin: 0;
    line-height: 1.72;
  }
  .faq-list { margin: 1rem 0 0; }
  .faq-list details {
    border: 1px solid rgba(15,23,42,0.08);
    border-radius: 8px;
    margin-bottom: 0.75rem;
    background: #fff;
  }
  .faq-list summary {
    padding: 0.95rem 1.1rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
  }
  .faq-list details p {
    padding: 0 1.1rem 1rem;
    margin: 0;
    color: var(--muted);
  }
  .cta-section {
    background: linear-gradient(135deg, rgba(11,102,255,0.08), rgba(42,160,255,0.08));
    border-radius: 12px;
    padding: 2rem;
    margin: 2rem 0 0;
    text-align: center;
  }
  .cta-section h2 {
    margin: 0 0 0.65rem 0;
    font-size: 1.45rem;
    border: none;
    padding: 0;
  }
  .cta-section p {
    margin: 0 auto 1rem;
    max-width: 62ch;
    color: var(--muted);
  }
  .cta-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ps-note {
    margin-top: 0.9rem;
    color: var(--muted);
    font-size: 0.92rem;
  }
