/* LiveBytes proto2 — product page accents
 * Import studio.css first. Keep only page-specific rules here.
 */

/* Page background accents — subtle radial washes only */

body.page-synesis {
  background-image:
    radial-gradient(ellipse 70% 45% at 50% -5%, rgba(0, 180, 216, 0.11), transparent 60%),
    radial-gradient(ellipse 50% 35% at 90% 85%, rgba(0, 180, 216, 0.06), transparent 50%);
}

body.page-phronesis {
  background-image:
    radial-gradient(ellipse 70% 45% at 50% -5%, rgba(16, 185, 129, 0.11), transparent 60%),
    radial-gradient(ellipse 50% 35% at 12% 90%, rgba(16, 185, 129, 0.05), transparent 50%);
}

body.page-organon {
  background-image:
    radial-gradient(ellipse 70% 45% at 50% -5%, rgba(123, 44, 191, 0.11), transparent 60%),
    radial-gradient(ellipse 50% 35% at 88% 80%, rgba(123, 44, 191, 0.06), transparent 50%);
}

/* Product-page typography accents */

.pill {
  display: inline-block;
  padding: 0.25rem 0.85rem;
  background: rgba(20, 184, 166, 0.12);
  border: 1px solid rgba(153, 246, 228, 0.25);
  color: var(--teal-mint);
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 1.25rem;
}

.pill-accent-synesis {
  background: rgba(0, 180, 216, 0.12);
  border-color: rgba(0, 180, 216, 0.28);
  color: var(--cyan);
}

.pill-accent-phronesis {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.28);
  color: var(--emerald);
}

.pill-accent-organon {
  background: rgba(123, 44, 191, 0.12);
  border-color: rgba(123, 44, 191, 0.28);
  color: #c084fc;
}

.product-hero .hero-headline {
  max-width: none;
}

.product-hero .hero-lede {
  margin-bottom: 0;
}

.content-section .cta-group {
  margin-top: 1.75rem;
}

.hero-headline-gradient {
  background: linear-gradient(135deg, #ffffff 38%, var(--teal-mint) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-synesis .hero-headline-gradient {
  background: linear-gradient(135deg, #ffffff 38%, var(--cyan) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-phronesis .hero-headline-gradient {
  background: linear-gradient(135deg, #ffffff 38%, var(--emerald) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-organon .hero-headline-gradient {
  background: linear-gradient(135deg, #ffffff 38%, #c084fc 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Accent a key phrase inside product H1s — clearer pop than full-line gradient */
.headline-accent {
  color: var(--teal-mint);
}

.page-synesis .headline-accent {
  color: #5ec8e8;
  background: linear-gradient(135deg, #7dd3fc 10%, var(--cyan) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-phronesis .headline-accent {
  color: #34d399;
  background: linear-gradient(135deg, #6ee7b7 10%, var(--emerald) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-organon .headline-accent {
  color: #c084fc;
  background: linear-gradient(135deg, #e0aaff 10%, #c084fc 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-lede {
  color: var(--ink-muted);
  max-width: 40rem;
  margin-bottom: 1.75rem;
}

/* Hero */

.product-hero {
  padding: clamp(3rem, 8vw, 5rem) 0 clamp(2.5rem, 6vw, 3.5rem);
  animation: hero-enter 0.7s var(--ease) both;
}

.product-hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .product-hero-inner.has-mark {
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
  }
}

.product-mark {
  width: clamp(72px, 12vw, 96px);
  height: clamp(72px, 12vw, 96px);
  flex-shrink: 0;
}

.product-mark-synesis {
  filter: drop-shadow(0 0 10px rgba(0, 180, 216, 0.28));
}

.product-mark-phronesis {
  filter: drop-shadow(0 0 10px rgba(16, 185, 129, 0.25));
}

.product-mark-organon {
  filter: drop-shadow(0 0 10px rgba(123, 44, 191, 0.28));
}

.product-kicker {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ink-dim);
  margin-bottom: 0.5rem;
}

.page-synesis .product-kicker {
  color: var(--cyan);
}

.page-phronesis .product-kicker {
  color: var(--emerald);
}

.page-organon .product-kicker {
  color: #c084fc;
}

/* Sections */

.content-section {
  padding: 2.75rem 0;
  border-top: 1px solid var(--line);
}

.glass-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: clamp(1.5rem, 4vw, 2rem);
  backdrop-filter: blur(12px);
}

.glass-panel-accent-synesis {
  border-color: rgba(0, 180, 216, 0.22);
}

.glass-panel-accent-phronesis {
  border-color: rgba(16, 185, 129, 0.22);
}

.glass-panel-accent-organon {
  border-color: rgba(123, 44, 191, 0.22);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.feature-card {
  background: var(--obsidian-lift);
  border: 1px solid var(--obsidian-edge);
  border-radius: 12px;
  padding: 1.5rem;
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.feature-card:hover {
  border-color: var(--line-teal);
  transform: translateY(-1px);
}

.feature-card h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.95rem;
  color: var(--ink-muted);
}

/* Status / legal notes */

.status-note {
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  border-radius: 10px;
  padding: 1.25rem 1.5rem;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

.status-note strong {
  color: var(--emerald);
  font-weight: 600;
}

.legal-note {
  font-size: 0.875rem;
  color: var(--ink-dim);
  margin-top: 1rem;
}

/* Product-specific button variant */

.btn-primary-synesis {
  background: linear-gradient(135deg, var(--cyan), #0077b6);
  border-color: rgba(0, 180, 216, 0.35);
  box-shadow: 0 4px 14px rgba(0, 180, 216, 0.18);
}

.btn-primary-synesis:hover {
  background: linear-gradient(135deg, #48cae4, var(--cyan));
  color: var(--obsidian);
  box-shadow: 0 5px 18px rgba(0, 180, 216, 0.28);
}

.cta-section {
  text-align: left;
}

.sync-steps {
  list-style: none;
  counter-reset: sync;
  display: grid;
  gap: 1rem;
}

.sync-steps li {
  counter-increment: sync;
  position: relative;
  padding-left: 2.75rem;
  color: var(--ink-muted);
}

.sync-steps li::before {
  content: counter(sync);
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: rgba(0, 180, 216, 0.15);
  border: 1px solid rgba(0, 180, 216, 0.35);
  color: var(--cyan);
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sync-steps li strong {
  display: block;
  color: var(--ink-primary);
  font-weight: 600;
  margin-bottom: 0.15rem;
}

/* Motion */

@keyframes hero-enter {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .product-hero {
    animation: none;
  }

  .feature-card:hover {
    transform: none;
  }
}
