/* Shared styles for Halveron OS product / division / pricing pages */
:root {
  --ink: #0a0a0a;
  --ember: #ff4301;
  --chalk: #fafaf8;
  --surface: #eeecea;
  --muted: #6b6865;
  --font: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --pp-max: 72rem;
  --pp-pad: 1.5rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: clamp(1.05rem, 0.35vw + 0.95rem, 1.15rem);
  font-weight: 500;
  line-height: 1.55;
  color: var(--muted);
  background: var(--chalk);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.pp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 248, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
}
.pp-header-inner {
  max-width: var(--pp-max);
  margin: 0 auto;
  padding: 0.95rem var(--pp-pad);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4rem;
}
.pp-brand {
  font-weight: 760;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  color: var(--ink);
  font-size: 1.1rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.pp-nav {
  display: none;
  align-items: center;
  gap: 1.35rem;
  font-size: 0.92rem;
  color: var(--ink);
  line-height: 1;
}
.pp-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
}
.pp-nav a:hover { color: var(--ember); }
.pp-nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--ember);
  color: #fff !important;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.88rem;
  min-height: 2.4rem;
  line-height: 1;
}
.pp-nav-cta:hover { filter: brightness(1.05); }

.pp-main {
  max-width: var(--pp-max);
  margin: 0 auto;
  padding: 2.75rem var(--pp-pad) 5rem;
}

.pp-eyebrow {
  color: var(--ember);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  font-weight: 700;
  margin: 0 0 1rem;
  line-height: 1.2;
}
.pp-hero h1 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.1rem, 2.4vw + 1.4rem, 3.4rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 700;
  max-width: 18ch;
  text-wrap: balance;
}
.pp-lead {
  margin: 1.15rem 0 0;
  max-width: 38rem;
  color: var(--muted);
  font-size: clamp(1.02rem, 0.25vw + 0.95rem, 1.18rem);
  line-height: 1.65;
}
.pp-actions {
  margin-top: 1.85rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.pp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1.55rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.pp-btn:hover { transform: translateY(-1px); }
.pp-btn-primary { background: var(--ember); color: #fff; border: 1px solid transparent; }
.pp-btn-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(10, 10, 10, 0.22);
}

.pp-section { margin-top: 3.75rem; }
.pp-section h2 {
  margin: 0 0 1.15rem;
  color: var(--ink);
  font-size: clamp(1.4rem, 1vw + 1.1rem, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-weight: 700;
}
.pp-section > p {
  max-width: 40rem;
  margin: 0 0 1.5rem;
}

.pp-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  align-items: stretch;
}
.pp-card {
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 1rem;
  padding: 1.35rem 1.4rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.pp-card h3 {
  margin: 0 0 0.45rem;
  color: var(--ink);
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  line-height: 1.25;
}
.pp-card p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1 1 auto;
}
.pp-card a.pp-card-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  color: var(--ember);
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2;
}
.pp-badge {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  margin-bottom: 0.55rem;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 67, 1, 0.1);
  color: var(--ember);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.pp-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.65rem;
}
.pp-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.45;
}
.pp-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--ember);
}

.pp-cta-band {
  margin-top: 4rem;
  background: var(--ink);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 1.25rem;
  padding: 2.5rem 1.75rem;
  text-align: center;
}
.pp-cta-band h2 {
  margin: 0 0 0.75rem;
  color: #fff;
  font-size: clamp(1.4rem, 1vw + 1.15rem, 1.9rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.pp-cta-band p {
  margin: 0 auto 1.5rem;
  max-width: 32rem;
  line-height: 1.6;
}
.pp-cta-band .pp-btn-primary { margin-top: 0.25rem; }

.pp-footer {
  border-top: 1px solid rgba(10, 10, 10, 0.08);
  padding: 2.5rem 0 2rem;
  background: #fff;
}
.pp-footer-inner {
  max-width: var(--pp-max);
  margin: 0 auto;
  padding: 0 var(--pp-pad);
  display: grid;
  gap: 1.75rem;
}
.pp-footer p {
  margin: 0 0 0.55rem;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.85rem;
  line-height: 1.2;
}
.pp-footer ul { list-style: none; margin: 0; padding: 0; }
.pp-footer li { margin: 0.4rem 0; font-size: 0.9rem; line-height: 1.35; }
.pp-footer a:hover { color: var(--ember); }
.pp-footer-tag {
  max-width: var(--pp-max);
  margin: 1.75rem auto 0;
  padding: 0 var(--pp-pad);
  color: var(--muted);
  font-size: 0.85rem;
  line-height: 1.45;
}

.pp-two-col {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}
.pp-path {
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 1rem;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.pp-path.is-primary {
  border-color: rgba(255, 67, 1, 0.35);
  box-shadow: 0 0 0 1px rgba(255, 67, 1, 0.12);
}
.pp-path h3 {
  margin: 0 0 0.5rem;
  color: var(--ink);
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.pp-path p { margin: 0 0 1rem; }
.pp-path .pp-list { margin-bottom: 0.5rem; }
.pp-path .pp-actions { margin-top: auto; padding-top: 1.25rem; }

.pp-accordion details {
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 0.85rem;
  padding: 1rem 1.15rem;
  margin-bottom: 0.65rem;
}
.pp-accordion summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 600;
  list-style: none;
  line-height: 1.35;
}
.pp-accordion summary::-webkit-details-marker { display: none; }
.pp-accordion details[open] summary { color: var(--ember); margin-bottom: 0.65rem; }
.pp-accordion details p { margin: 0; font-size: 0.95rem; line-height: 1.55; }

.pp-cost {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.1rem;
  background: rgba(255, 67, 1, 0.08);
  border-radius: 0.75rem;
  color: var(--ink);
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
}

@media (min-width: 640px) {
  .pp-grid { grid-template-columns: repeat(2, 1fr); }
  .pp-two-col { grid-template-columns: repeat(2, 1fr); }
  .pp-footer-inner { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
  :root { --pp-pad: 2rem; }
  .pp-nav { display: flex; }
  .pp-grid.pp-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .pp-grid.pp-grid-4 { grid-template-columns: repeat(4, 1fr); }
  .pp-main { padding-top: 3.25rem; }
}
