:root {
  --pfs-accent: #91dff4;
  --pfs-accent-2: #b6a0ff;
  --pfs-soft: #111824;
  --pfs-soft-2: #151e2d;
}

.pfs-brand-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 13px;
  object-fit: contain;
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02));
  box-shadow: 0 10px 30px rgba(0,0,0,.24);
}

.pfs-brand-copy,
.pfs-brand-copy strong,
.pfs-brand-copy span {
  display: block;
}

.pfs-brand-copy strong {
  color: #f7f9fc;
  font-size: 1rem;
  line-height: 1.1;
  letter-spacing: -.02em;
}

.pfs-brand-copy span {
  margin-top: 5px;
  color: #8190a7;
  font-size: .68rem;
  font-weight: 850;
  line-height: 1;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pfs-home-hero {
  padding: 82px 0 66px;
}

.pfs-home-hero .pfs-hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr);
  gap: clamp(38px, 6vw, 80px);
}

.pfs-home-hero h1,
.pfs-page-hero h1 {
  max-width: 820px;
  margin: 18px 0 22px;
  font-size: clamp(3.2rem, 6.4vw, 6.3rem);
  line-height: .94;
  letter-spacing: -.065em;
}

.pfs-home-hero p,
.pfs-page-hero p {
  max-width: 720px;
}

.pfs-hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.pfs-benefit-pill {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid rgba(145, 223, 244, .2);
  border-radius: 999px;
  color: #cad5e2;
  background: rgba(27, 42, 59, .45);
  font-size: .8rem;
  font-weight: 780;
}

.pfs-benefit-pill::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pfs-accent), var(--pfs-accent-2));
  box-shadow: 0 0 0 4px rgba(145, 223, 244, .08);
}

.pfs-suite-preview.compact .pfs-suite-preview-head {
  padding: 24px 26px;
}

.pfs-suite-preview.compact .pfs-suite-preview-head h2 {
  font-size: 1.65rem;
}

.pfs-app-mini {
  text-decoration: none;
}

.pfs-app-mini:hover {
  background: rgba(255,255,255,.025);
}

.pfs-app-icon.warden {
  background: linear-gradient(145deg, #314661, #192435);
}

.pfs-app-icon.mesh {
  background: linear-gradient(145deg, #2c5260, #172933);
}

.pfs-app-icon.motion {
  background: linear-gradient(145deg, #493f69, #242039);
}

.pfs-outcome-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pfs-outcome-card,
.pfs-product-card,
.pfs-step-card {
  min-width: 0;
  border: 1px solid var(--pf-line);
  border-radius: 24px;
  background: linear-gradient(145deg, var(--pfs-soft-2), var(--pfs-soft));
  box-shadow: 0 18px 48px rgba(0,0,0,.13);
}

.pfs-outcome-card {
  padding: 28px;
}

.pfs-outcome-card .pfs-card-number {
  color: var(--pfs-accent);
  font-size: .73rem;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.pfs-outcome-card h3 {
  margin: 18px 0 10px;
  font-size: 1.55rem;
  line-height: 1.08;
  letter-spacing: -.04em;
}

.pfs-outcome-card p {
  margin: 0;
  color: #9facbd;
  line-height: 1.68;
}

.pfs-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.pfs-product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
}

.pfs-product-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 26px;
  border-bottom: 1px solid var(--pf-line);
}

.pfs-product-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 26px;
}

.pfs-product-card h2,
.pfs-product-card h3 {
  margin: 0;
  font-size: 1.75rem;
  letter-spacing: -.045em;
}

.pfs-product-card .pfs-product-summary {
  min-height: 78px;
  margin: 13px 0 0;
  color: #a9b4c4;
  line-height: 1.67;
}

.pfs-feature-list {
  display: grid;
  gap: 11px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pfs-feature-list li {
  position: relative;
  padding-left: 24px;
  color: #d4dce7;
  line-height: 1.5;
}

.pfs-feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pfs-accent);
  font-weight: 950;
}

.pfs-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.pfs-product-meta span {
  padding: 7px 10px;
  border: 1px solid var(--pf-line);
  border-radius: 999px;
  color: #91a0b4;
  background: rgba(5,9,16,.38);
  font-size: .72rem;
  font-weight: 800;
}

.pfs-product-card .pfs-actions {
  margin-top: auto;
  padding-top: 28px;
}

.pfs-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pfs-step-card {
  padding: 24px;
}

.pfs-step-card strong {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #091018;
  background: linear-gradient(135deg, var(--pfs-accent), #d7f4fb);
  font-size: .82rem;
}

.pfs-step-card h3 {
  margin: 18px 0 8px;
  font-size: 1.15rem;
  letter-spacing: -.025em;
}

.pfs-step-card p {
  margin: 0;
  color: #98a6b9;
  line-height: 1.62;
}

.pfs-key-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.pfs-key-item {
  padding: 17px;
  border: 1px solid var(--pf-line);
  border-radius: 15px;
  background: rgba(5,9,16,.45);
}

.pfs-key-item span,
.pfs-key-item strong {
  display: block;
}

.pfs-key-item span {
  color: #78879c;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pfs-key-item strong {
  margin-top: 7px;
  color: #eef3f9;
}

.pfs-footer .pfs-brand {
  align-items: flex-start;
}

.pfs-footer-brand-copy {
  max-width: 300px;
}

.pfs-footer-brand-copy > p {
  margin: 20px 0 0;
  color: #8d9aab;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .pfs-home-hero .pfs-hero-grid,
  .pfs-outcome-grid,
  .pfs-product-grid,
  .pfs-key-strip {
    grid-template-columns: 1fr;
  }

  .pfs-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pfs-product-card .pfs-product-summary {
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .pfs-home-hero,
  .pfs-page-hero {
    padding-top: 56px;
  }

  .pfs-home-hero h1,
  .pfs-page-hero h1 {
    font-size: clamp(2.8rem, 15vw, 4.4rem);
  }

  .pfs-steps {
    grid-template-columns: 1fr;
  }

  .pfs-price-inline {
    align-items: flex-start;
    flex-direction: column;
  }
}
