:root {
  --bg: #faf8f5;
  --surface: #ffffff;
  --text: #1a1a2e;
  --text-muted: #6b6b80;
  --accent: #9b72a6;
  --accent-mid: #c9a0c9;
  --accent-light: #ede0f5;
  --teal: #1e4d4d;
  --border: #e8e4de;
  --shadow: rgba(26, 26, 46, 0.07);
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Navigation */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(250, 248, 245, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--accent);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.nav-tagline {
  font-size: 0.8rem;
  color: var(--text-muted);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Sections */
.manifesto,
.proof,
.features,
.outcomes,
.closing,
.footer { max-width: 1100px; margin: 0 auto; padding: 0 32px; }
.philosophy { max-width: 100%; }

/* Manifesto */
.manifesto { padding-top: 80px; padding-bottom: 96px; }

.manifesto-inner {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: center;
}

.manifesto-headline {
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  font-weight: 800;
  line-height: 1.18;
  color: var(--teal);
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.manifesto-sub {
  font-size: 1.05rem;
  color: var(--text-muted);
  margin-bottom: 20px;
  max-width: 520px;
  line-height: 1.72;
}

.manifesto-sub--accent { color: var(--text); font-weight: 500; }

.manifesto-orb {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(155, 114, 166, 0.18), 0 4px 16px var(--shadow);
  background: linear-gradient(145deg, #ede0f5, #d8e8e8);
}

.orb-img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Proof strip */
.proof { padding-top: 52px; padding-bottom: 52px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.proof-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0;
  align-items: center;
}

.proof-stat { text-align: center; padding: 0 24px; }

.proof-number {
  display: block;
  font-family: var(--font-display);
  font-size: 2.1rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 8px;
}

.proof-label { font-size: 0.8rem; color: var(--text-muted); line-height: 1.4; display: block; }

.proof-divider { width: 1px; height: 52px; background: var(--border); }

/* Features */
.features { padding-top: 96px; padding-bottom: 80px; }

.features-header { text-align: center; margin-bottom: 64px; }

.section-label {
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--accent);
  margin-bottom: 16px;
}

.features-intro {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  font-weight: 700;
  color: var(--teal);
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-card {
  background: var(--surface);
  border-radius: 20px;
  padding: 28px 24px 32px;
  box-shadow: 0 2px 12px var(--shadow), 0 1px 3px var(--shadow);
  border: 1px solid var(--border);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(155, 114, 166, 0.14), 0 4px 12px var(--shadow);
}

.feature-img-wrap {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  background: var(--accent-light);
}

.feature-img { width: 100%; height: 100%; object-fit: cover; display: block; }

.feature-title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 10px;
}

.feature-body { font-size: 0.9rem; color: var(--text-muted); line-height: 1.65; }

/* Philosophy */
.philosophy { padding: 80px 32px; background: var(--teal); }

.philosophy-inner { max-width: 760px; margin: 0 auto; text-align: center; }

.philosophy-headline {
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.2vw, 2.8rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

.philosophy-body {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.75;
  margin-bottom: 18px;
}

.philosophy-tags {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.tag {
  background: rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.9);
  padding: 7px 16px;
  border-radius: 40px;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* Outcomes */
.outcomes { padding-top: 80px; padding-bottom: 80px; }

.outcomes-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
}

.outcome { background: var(--surface); padding: 40px 32px; text-align: center; }

.outcome-score {
  display: block;
  font-family: var(--font-display);
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 14px;
}

.outcome-desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.5; display: block; }

/* Closing */
.closing { padding-top: 64px; padding-bottom: 64px; text-align: center; border-top: 1px solid var(--border); }

.closing-inner { max-width: 680px; margin: 0 auto; }

.closing-text {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.4vw, 2rem);
  font-weight: 700;
  color: var(--teal);
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.closing-text--sub {
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-muted);
}

/* Footer */
.footer { padding-top: 36px; padding-bottom: 48px; border-top: 1px solid var(--border); }

.footer-inner { display: flex; align-items: center; gap: 32px; }

.footer-brand { font-family: var(--font-display); font-weight: 800; color: var(--accent); font-size: 1.1rem; }

.footer-meta { font-size: 0.82rem; color: var(--text-muted); flex: 1; }

.footer-polsa { font-size: 0.78rem; color: var(--text-muted); }

.footer-link { color: var(--accent); text-decoration: none; }

.footer-link:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 960px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .outcomes-inner { grid-template-columns: repeat(2, 1fr); }
  .proof-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .proof-divider { display: none; }
}

@media (max-width: 720px) {
  .nav-inner { padding: 16px 20px; }
  .manifesto { padding-top: 48px; padding-bottom: 64px; }
  .manifesto-inner { grid-template-columns: 1fr; gap: 40px; }
  .manifesto-orb { max-width: 320px; margin: 0 auto; }
  .manifesto-headline { font-size: 1.9rem; }
  .features { padding-top: 64px; }
  .features-grid { grid-template-columns: 1fr; }
  .proof-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
  .proof-number { font-size: 1.6rem; }
  .outcomes-inner { grid-template-columns: 1fr 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; gap: 12px; }
  .manifesto, .proof, .features, .outcomes, .closing, .footer { padding-left: 20px; padding-right: 20px; }
  .philosophy { padding: 64px 20px; }
}