/* ==========================================================
   Klinika Sylwa - Centrum Medycyny Naturalnej
   Wspólny arkusz styli dla wszystkich podstron witryny
   ========================================================== */

:root {
  --green-deep: #2E5E3E;
  --green-mid: #4D8062;
  --green-soft: #8FA68A;
  --green-bg: #E2EBE2;
  --terracotta: #B5824A;
  --terracotta-soft: #D4A876;
  --cream: #EFE9DD;
  --cream-light: #F7F3EA;
  --ink: #2A2A2A;
  --muted: #6B6B6B;
  --muted-light: #A09B91;
  --border: #D6D2C7;
  --white: #FFFFFF;
  --warning: #C84B31;
  --warning-bg: #FAEBE7;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --shadow-sm: 0 2px 8px rgba(46, 94, 62, 0.06);
  --shadow-md: 0 8px 24px rgba(46, 94, 62, 0.10);
  --shadow-lg: 0 24px 60px rgba(46, 94, 62, 0.14);
  --radius: 14px;
  --radius-lg: 24px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.2; color: var(--green-deep); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: clamp(1.4rem, 2vw, 1.7rem); }
h4 { font-size: 1.2rem; }

p { margin-bottom: 1rem; max-width: 70ch; }
a { color: var(--green-deep); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--terracotta); }

ul, ol { margin: 0 0 1rem 1.25rem; }
li { margin-bottom: 0.4rem; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
.container-narrow { max-width: 900px; margin: 0 auto; padding: 0 1.5rem; }

/* ===== TOP BAR ===== */
.topbar {
  background: var(--green-deep);
  color: var(--cream);
  font-size: 0.85rem;
  padding: 0.5rem 0;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
.topbar a { color: var(--cream); }
.topbar a:hover { color: var(--terracotta-soft); }
.topbar-info { display: flex; gap: 1.5rem; align-items: center; }
.topbar-info span { display: flex; align-items: center; gap: 0.4rem; }

/* ===== NAV ===== */
.nav {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(12px);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.logo {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--green-deep);
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.logo-mark { width: 36px; height: 36px; color: var(--green-deep); flex-shrink: 0; }
.logo-sub {
  font-family: var(--sans);
  font-size: 0.7rem;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 400;
  margin-top: -2px;
  display: block;
}
.nav-menu { display: flex; gap: 2rem; align-items: center; }
.nav-menu a {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--ink);
}
.nav-menu a:hover { color: var(--green-deep); }
.nav-menu a.active { color: var(--green-deep); font-weight: 600; }
.nav-cta {
  background: var(--green-deep);
  color: var(--white) !important;
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  font-weight: 500;
  transition: all 0.2s;
}
.nav-cta:hover { background: var(--terracotta); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s;
  cursor: pointer;
  border: none;
  font-family: var(--sans);
  text-align: center;
}
.btn-primary { background: var(--green-deep); color: var(--white); box-shadow: var(--shadow-md); }
.btn-primary:hover { background: var(--terracotta); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-ghost { background: transparent; color: var(--green-deep); border: 1.5px solid var(--green-deep); }
.btn-ghost:hover { background: var(--green-deep); color: var(--white); }
.btn-sm { padding: 0.6rem 1.2rem; font-size: 0.9rem; }

/* ===== BREADCRUMBS ===== */
.breadcrumbs {
  background: var(--cream-light);
  padding: 1rem 0;
  font-size: 0.9rem;
  color: var(--muted);
  border-bottom: 1px solid var(--border);
}
.breadcrumbs ol { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center; }
.breadcrumbs li { margin: 0; display: flex; align-items: center; gap: 0.5rem; }
.breadcrumbs li:not(:last-child)::after { content: '/'; color: var(--muted-light); margin-left: 0.5rem; }
.breadcrumbs a { color: var(--muted); }
.breadcrumbs a:hover { color: var(--green-deep); }
.breadcrumbs li:last-child { color: var(--ink); font-weight: 500; }

/* ===== PAGE HERO (terapie) ===== */
.page-hero {
  background: var(--cream-light);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--green-bg) 0%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
}
.page-hero-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.page-hero-text .section-eyebrow { color: var(--terracotta); }
.page-hero h1 { margin-bottom: 1rem; line-height: 1.05; }
.page-hero h1 em { font-style: italic; color: var(--terracotta); }
.page-hero-lead { font-size: 1.15rem; color: var(--muted); margin-bottom: 2rem; max-width: 580px; }
.page-hero-meta {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1.5rem 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-bottom: 2rem;
}
.page-hero-meta-item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.page-hero-meta-item .label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
}
.page-hero-meta-item .value {
  font-family: var(--serif);
  font-size: 1.4rem;
  color: var(--green-deep);
  font-weight: 600;
}
.page-hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; }
.page-hero-visual {
  aspect-ratio: 4/5;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.page-hero-visual svg { width: 100%; height: 100%; display: block; }

/* ===== SECTIONS ===== */
section { padding: 5rem 0; }
.section-header { text-align: center; margin-bottom: 3.5rem; max-width: 700px; margin-left: auto; margin-right: auto; }
.section-eyebrow {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--terracotta);
  font-weight: 500;
  margin-bottom: 1rem;
  display: block;
}
.section-header h2 { margin-bottom: 1rem; }
.section-header p { color: var(--muted); font-size: 1.1rem; margin: 0 auto; }

/* ===== TWO-COLUMN CONTENT ===== */
.two-col {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
  align-items: start;
}
.two-col.reverse { grid-template-columns: 1fr 1.5fr; }
.two-col h2 { margin-bottom: 1.25rem; }
.two-col p { margin-bottom: 1rem; }
.two-col-aside {
  background: var(--cream-light);
  padding: 2rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
.two-col-aside h4 {
  font-family: var(--sans);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--terracotta);
  font-weight: 600;
  margin-bottom: 1rem;
}
.two-col-aside ul { margin: 0; padding: 0; list-style: none; }
.two-col-aside li {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
  color: var(--ink);
}
.two-col-aside li svg { width: 18px; height: 18px; color: var(--green-mid); flex-shrink: 0; margin-top: 4px; }

/* ===== PROBLEMS GRID (small) ===== */
.problems-grid-sm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.problem-pill {
  background: var(--cream-light);
  padding: 1.25rem;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  gap: 0.85rem;
  border: 1px solid var(--border);
  font-size: 0.95rem;
  color: var(--ink);
  font-weight: 500;
}
.problem-pill svg { width: 22px; height: 22px; color: var(--green-mid); flex-shrink: 0; }

/* ===== PROCESS / STEPS ===== */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
  margin-top: 2rem;
}
.step { text-align: center; position: relative; }
.step::after {
  content: '';
  position: absolute;
  top: 30px;
  left: 60%;
  width: 80%;
  height: 1px;
  border-top: 1px dashed var(--terracotta-soft);
}
.step:last-child::after { display: none; }
.step-num {
  width: 60px; height: 60px;
  background: var(--white);
  border: 2px solid var(--green-deep);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem;
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--green-deep);
  position: relative;
  z-index: 1;
}
.step h4 { font-family: var(--sans); font-size: 1rem; font-weight: 600; margin-bottom: 0.5rem; color: var(--ink); }
.step p { font-size: 0.9rem; color: var(--muted); margin: 0 auto; max-width: 220px; }

/* ===== SAFETY / WARNING BOX ===== */
.safety-box {
  background: var(--warning-bg);
  border-left: 4px solid var(--warning);
  border-radius: var(--radius);
  padding: 2rem;
  margin: 2rem 0;
}
.safety-box h4 {
  font-family: var(--sans);
  font-size: 1rem;
  font-weight: 600;
  color: var(--warning);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.safety-box ul { margin: 0; padding-left: 1.25rem; columns: 2; column-gap: 2rem; }
.safety-box li { font-size: 0.95rem; color: var(--ink); margin-bottom: 0.5rem; break-inside: avoid; }

/* ===== PRICING ===== */
.pricing-table {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-top: 2rem;
}
.pricing-row {
  display: grid;
  grid-template-columns: 2.5fr 1fr 1fr;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  align-items: center;
  border-bottom: 1px solid var(--border);
}
.pricing-row:last-child { border-bottom: none; }
.pricing-row.header {
  background: var(--green-deep);
  color: var(--white);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.pricing-row .name { font-weight: 500; color: var(--ink); }
.pricing-row.header .name { color: var(--white); }
.pricing-row .duration { color: var(--muted); font-size: 0.95rem; }
.pricing-row.header .duration { color: var(--cream); }
.pricing-row .price {
  font-family: var(--serif);
  font-size: 1.3rem;
  color: var(--green-deep);
  font-weight: 600;
  text-align: right;
}
.pricing-row.header .price { font-family: var(--sans); font-size: 0.85rem; color: var(--white); }
.pricing-note {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 1rem;
  text-align: center;
}

/* ===== FAQ ===== */
.faq { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  padding: 1.25rem 1.5rem;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  font-size: 1rem;
  transition: background 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { background: var(--cream-light); }
.faq-item summary::after {
  content: '+';
  font-family: var(--serif);
  font-size: 1.6rem;
  color: var(--green-deep);
  font-weight: 300;
  transition: transform 0.2s;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item[open] summary { background: var(--cream-light); }
.faq-content { padding: 0 1.5rem 1.5rem; color: var(--muted); }
.faq-content p { margin-bottom: 0.75rem; }
.faq-content p:last-child { margin-bottom: 0; }

/* ===== SPECIALIST CARD ===== */
.specialist-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 2rem;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 2rem;
  align-items: center;
}
.specialist-photo {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  background: var(--green-bg);
}
.specialist-photo svg,
.specialist-photo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.specialist-info h4 { font-family: var(--serif); font-size: 1.5rem; color: var(--ink); margin-bottom: 0.25rem; }
.specialist-role { color: var(--terracotta); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; margin-bottom: 1rem; }
.specialist-info p { color: var(--muted); margin-bottom: 1rem; }
.specialist-info .btn { padding: 0.65rem 1.4rem; font-size: 0.9rem; }

/* ===== RELATED THERAPIES ===== */
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}
.related-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.5rem;
  transition: all 0.2s;
  text-decoration: none;
  color: inherit;
}
.related-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--green-mid); }
.related-card-icon {
  width: 44px; height: 44px;
  background: var(--green-bg);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--green-deep);
  margin-bottom: 1rem;
}
.related-card h4 {
  font-family: var(--sans);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0.4rem;
}
.related-card p { font-size: 0.9rem; color: var(--muted); margin: 0; }

/* ===== CALLOUT ===== */
.callout {
  background: var(--green-deep);
  color: var(--cream);
  border-radius: var(--radius-lg);
  padding: 4rem 3rem;
  margin: 4rem 0;
  text-align: center;
  background-image: radial-gradient(circle at 20% 80%, rgba(181, 130, 74, 0.2) 0%, transparent 60%);
}
.callout h2 { color: var(--cream); margin-bottom: 1rem; }
.callout p { color: rgba(239, 233, 221, 0.85); max-width: 600px; margin: 0 auto 2rem; font-size: 1.1rem; }
.callout .btn-primary { background: var(--terracotta); }
.callout .btn-primary:hover { background: var(--terracotta-soft); color: var(--ink); }

/* ===== HUB GRID (terapie index) ===== */
.hub-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.hub-tab {
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}
.hub-tab:hover { border-color: var(--green-mid); color: var(--green-deep); }
.hub-tab.active { background: var(--green-deep); color: var(--white); border-color: var(--green-deep); }

.hub-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.hub-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
.hub-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.hub-card-img {
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, var(--green-mid), var(--green-deep));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cream);
}
.hub-card-img svg { width: 70px; height: 70px; opacity: 0.9; }
.hub-card-img.alt-1 { background: linear-gradient(135deg, #6A8A4D, #4D8062); }
.hub-card-img.alt-2 { background: linear-gradient(135deg, var(--terracotta), #8B6234); }
.hub-card-img.alt-3 { background: linear-gradient(135deg, var(--green-deep), #1F3F2A); }
.hub-card-img.alt-4 { background: linear-gradient(135deg, #94B197, var(--green-mid)); }
.hub-card-img.alt-5 { background: linear-gradient(135deg, var(--terracotta-soft), var(--terracotta)); }
.hub-card-img.alt-6 { background: linear-gradient(135deg, var(--green-soft), var(--green-deep)); }
.hub-card-body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; }
.hub-card-body h4 {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--ink);
  margin-bottom: 0.5rem;
}
.hub-card-body p { font-size: 0.95rem; color: var(--muted); margin-bottom: 1rem; flex: 1; }
.hub-card-meta {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  border-top: 1px solid var(--border);
  font-size: 0.9rem;
  align-items: center;
}
.hub-card-meta strong { color: var(--green-deep); font-family: var(--serif); font-size: 1.15rem; }
.hub-card-meta .arrow { color: var(--green-deep); transition: transform 0.2s; }
.hub-card:hover .arrow { transform: translateX(4px); }

/* ===== FOOTER ===== */
footer { background: var(--green-deep); color: var(--cream); padding: 4rem 0 2rem; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
footer h5 {
  font-family: var(--sans);
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--terracotta-soft);
  margin-bottom: 1.25rem;
  font-weight: 600;
}
footer .logo { color: var(--cream); margin-bottom: 1rem; }
footer .logo-mark { color: var(--cream); }
footer p { color: rgba(239, 233, 221, 0.7); font-size: 0.9rem; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 0.5rem; }
.footer-links a { color: rgba(239, 233, 221, 0.85); font-size: 0.9rem; }
.footer-links a:hover { color: var(--terracotta-soft); }
.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(239, 233, 221, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: rgba(239, 233, 221, 0.6);
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-bottom a { color: rgba(239, 233, 221, 0.6); margin-left: 1.5rem; }

/* ===== STICKY MOBILE CTA ===== */
.sticky-cta { display: none; }

/* ===== RESPONSIVE ===== */
@media (max-width: 980px) {
  .page-hero-grid, .two-col, .two-col.reverse { grid-template-columns: 1fr; gap: 3rem; }
  .page-hero-visual { max-width: 480px; margin: 0 auto; width: 100%; }
  .problems-grid-sm, .related-grid, .hub-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
  .step::after { display: none; }
  .specialist-card { grid-template-columns: 1fr; text-align: center; }
  .specialist-photo { max-width: 200px; margin: 0 auto; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .nav-menu { display: none; }
  .nav-toggle { display: block; }
  section { padding: 4rem 0; }
  .safety-box ul { columns: 1; }
}
@media (max-width: 600px) {
  .problems-grid-sm, .related-grid, .hub-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .topbar-info { gap: 1rem; }
  .topbar-info span:nth-child(2), .topbar a span { display: none; }
  .pricing-row { grid-template-columns: 1fr 1fr; gap: 0.5rem; }
  .pricing-row .duration { display: none; }
  .callout { padding: 3rem 1.5rem; border-radius: 16px; }
  .sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: var(--white);
    padding: 0.75rem 1rem;
    gap: 0.5rem;
    border-top: 1px solid var(--border);
    box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
    z-index: 99;
  }
  .sticky-cta a { flex: 1; padding: 0.85rem 1rem; font-size: 0.9rem; justify-content: center; }
  body { padding-bottom: 70px; }
}


/* ===== STYLE STRONY GŁÓWNEJ ===== */
:root {
    --green-deep: #2E5E3E;
    --green-mid: #4D8062;
    --green-soft: #8FA68A;
    --green-bg: #E2EBE2;
    --terracotta: #B5824A;
    --terracotta-soft: #D4A876;
    --cream: #EFE9DD;
    --cream-light: #F7F3EA;
    --ink: #2A2A2A;
    --muted: #6B6B6B;
    --muted-light: #A09B91;
    --border: #D6D2C7;
    --white: #FFFFFF;
    --serif: 'Cormorant Garamond', Georgia, serif;
    --sans: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    --shadow-sm: 0 2px 8px rgba(46, 94, 62, 0.06);
    --shadow-md: 0 8px 24px rgba(46, 94, 62, 0.10);
    --shadow-lg: 0 24px 60px rgba(46, 94, 62, 0.14);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    font-family: var(--sans);
    color: var(--ink);
    background: var(--white);
    line-height: 1.65;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
  }

  h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.2; color: var(--green-deep); letter-spacing: -0.01em; }
  h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
  h2 { font-size: clamp(2rem, 3.5vw, 3rem); }
  h3 { font-size: clamp(1.4rem, 2vw, 1.8rem); }
  h4 { font-size: 1.25rem; }

  p { margin-bottom: 1rem; max-width: 65ch; }
  a { color: var(--green-deep); text-decoration: none; transition: color 0.2s; }
  a:hover { color: var(--terracotta); }

  .container { max-width: 1200px; margin: 0 auto; padding: 0 1.5rem; }
  .container-narrow { max-width: 900px; margin: 0 auto; padding: 0 1.5rem; }

  /* ===== TOP BAR ===== */
  .topbar {
    background: var(--green-deep);
    color: var(--cream);
    font-size: 0.85rem;
    padding: 0.5rem 0;
  }
  .topbar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; }
  .topbar a { color: var(--cream); }
  .topbar a:hover { color: var(--terracotta-soft); }
  .topbar-info { display: flex; gap: 1.5rem; align-items: center; }
  .topbar-info span { display: flex; align-items: center; gap: 0.4rem; }

  /* ===== NAV ===== */
  .nav {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.95);
  }
  .nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
  }
  .logo {
    font-family: var(--serif);
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--green-deep);
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .logo-mark {
    width: 36px;
    height: 36px;
    color: var(--green-deep);
  }
  .logo-sub {
    font-family: var(--sans);
    font-size: 0.7rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 400;
    margin-top: -2px;
    display: block;
  }
  .nav-menu { display: flex; gap: 2rem; align-items: center; }
  .nav-menu a {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--ink);
    position: relative;
  }
  .nav-menu a:hover { color: var(--green-deep); }
  .nav-cta {
    background: var(--green-deep);
    color: var(--white) !important;
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    font-weight: 500;
    transition: all 0.2s;
  }
  .nav-cta:hover { background: var(--terracotta); }
  .nav-toggle { display: none; background: none; border: none; cursor: pointer; }

  /* ===== HERO ===== */
  .hero {
    position: relative;
    background: var(--cream-light);
    overflow: hidden;
    padding: 6rem 0 5rem;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, var(--green-bg) 0%, transparent 70%);
    border-radius: 50%;
    z-index: 0;
  }
  .hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--white);
    color: var(--green-deep);
    padding: 0.5rem 1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    box-shadow: var(--shadow-sm);
  }
  .hero-eyebrow::before {
    content: '';
    width: 8px; height: 8px;
    background: var(--green-mid);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(77, 128, 98, 0.2);
  }
  .hero h1 {
    margin-bottom: 1.5rem;
    line-height: 1.05;
  }
  .hero h1 em {
    font-style: italic;
    color: var(--terracotta);
  }
  .hero-lead {
    font-size: 1.2rem;
    color: var(--muted);
    margin-bottom: 2rem;
    max-width: 520px;
  }
  .hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
  .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 999px;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    font-family: var(--sans);
  }
  .btn-primary {
    background: var(--green-deep);
    color: var(--white);
    box-shadow: var(--shadow-md);
  }
  .btn-primary:hover {
    background: var(--terracotta);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
  }
  .btn-ghost {
    background: transparent;
    color: var(--green-deep);
    border: 1.5px solid var(--green-deep);
  }
  .btn-ghost:hover {
    background: var(--green-deep);
    color: var(--white);
  }
  .hero-trust {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
  }
  .trust-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.9rem;
    color: var(--muted);
  }
  .trust-item svg { width: 20px; height: 20px; color: var(--green-mid); flex-shrink: 0; }

  .hero-visual {
    position: relative;
    aspect-ratio: 4/5;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background: linear-gradient(135deg, var(--green-deep), var(--green-mid));
  }
  .hero-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 500"><defs><linearGradient id="g" x1="0%25" y1="0%25" x2="0%25" y2="100%25"><stop offset="0%25" stop-color="%232E5E3E"/><stop offset="100%25" stop-color="%234D8062"/></linearGradient></defs><rect fill="url(%23g)" width="400" height="500"/><g opacity="0.25" stroke="%23EFE9DD" stroke-width="1.5" fill="none"><path d="M50 350 Q 80 250, 110 350 T 170 350 T 230 350 T 290 350 T 350 350"/><path d="M40 380 Q 100 300, 160 380 T 280 380 T 360 380"/><path d="M200 100 L 200 250"/><path d="M200 130 Q 170 130, 160 110"/><path d="M200 150 Q 230 150, 240 130"/><path d="M200 180 Q 165 180, 150 160"/><path d="M200 200 Q 235 200, 250 180"/><circle cx="200" cy="90" r="14" fill="%23EFE9DD" opacity="0.4"/></g><text x="200" y="450" text-anchor="middle" font-family="Cormorant Garamond, serif" font-style="italic" font-size="22" fill="%23EFE9DD" opacity="0.85">Sylwa</text></svg>') center/cover;
  }
  .hero-badge {
    position: absolute;
    bottom: 2rem;
    left: -2rem;
    background: var(--white);
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 0.85rem;
    z-index: 2;
  }
  .hero-badge-num { font-family: var(--serif); font-size: 2rem; color: var(--green-deep); line-height: 1; font-weight: 600; }
  .hero-badge-label { font-size: 0.8rem; color: var(--muted); line-height: 1.3; }

  /* ===== TRUST BAR ===== */
  .trustbar {
    background: var(--white);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 2rem 0;
  }
  .trustbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .trustbar-label {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--muted);
  }
  .trustbar-logos { display: flex; gap: 2.5rem; flex-wrap: wrap; align-items: center; opacity: 0.7; }
  .trustbar-logo {
    font-family: var(--serif);
    font-size: 1.1rem;
    color: var(--muted);
    font-style: italic;
  }

  /* ===== SECTIONS ===== */
  section { padding: 6rem 0; }
  .section-header { text-align: center; margin-bottom: 4rem; max-width: 700px; margin-left: auto; margin-right: auto; }
  .section-eyebrow {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--terracotta);
    font-weight: 500;
    margin-bottom: 1rem;
    display: block;
  }
  .section-header h2 { margin-bottom: 1rem; }
  .section-header p { color: var(--muted); font-size: 1.1rem; margin: 0 auto; }

  /* ===== PROBLEMS ===== */
  .problems { background: var(--cream-light); }
  .problems-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  .problem-card {
    background: var(--white);
    padding: 2rem 1.75rem;
    border-radius: 14px;
    border: 1px solid var(--border);
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .problem-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
    border-color: var(--green-mid);
  }
  .problem-icon {
    width: 48px; height: 48px;
    background: var(--green-bg);
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 1.25rem;
    color: var(--green-deep);
  }
  .problem-icon svg { width: 26px; height: 26px; }
  .problem-card h4 { margin-bottom: 0.5rem; color: var(--ink); font-family: var(--sans); font-size: 1.1rem; font-weight: 600; }
  .problem-card p { font-size: 0.95rem; color: var(--muted); margin: 0; }
  .problem-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 1rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--green-deep);
  }
  .problem-link svg { width: 14px; height: 14px; transition: transform 0.2s; }
  .problem-card:hover .problem-link svg { transform: translateX(4px); }

  /* ===== PROCESS ===== */
  .process { background: var(--white); position: relative; }
  .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
  }
  .process-step { text-align: center; position: relative; }
  .process-step::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 60%;
    width: 80%;
    height: 1px;
    border-top: 1px dashed var(--terracotta-soft);
    z-index: 0;
  }
  .process-step:last-child::after { display: none; }
  .process-num {
    width: 60px; height: 60px;
    background: var(--white);
    border: 2px solid var(--green-deep);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 1.5rem;
    font-family: var(--serif);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--green-deep);
    position: relative;
    z-index: 1;
  }
  .process-step.active .process-num { background: var(--green-deep); color: var(--white); }
  .process-step h4 {
    font-family: var(--sans);
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--ink);
  }
  .process-step p { font-size: 0.9rem; color: var(--muted); margin: 0 auto; max-width: 220px; }

  /* ===== TERAPIE ===== */
  .therapies { background: var(--cream-light); }
  .therapies-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
  .therapy-card {
    background: var(--white);
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
    border: 1px solid var(--border);
  }
  .therapy-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-md);
  }
  .therapy-img {
    aspect-ratio: 5/4;
    background: linear-gradient(135deg, var(--green-mid), var(--green-deep));
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cream);
  }
  .therapy-img svg { width: 64px; height: 64px; opacity: 0.9; }
  .therapy-img.alt-1 { background: linear-gradient(135deg, #6A8A4D, #4D8062); }
  .therapy-img.alt-2 { background: linear-gradient(135deg, var(--terracotta), #8B6234); }
  .therapy-img.alt-3 { background: linear-gradient(135deg, var(--green-deep), #1F3F2A); }
  .therapy-img.alt-4 { background: linear-gradient(135deg, #94B197, var(--green-mid)); }
  .therapy-info { padding: 1.5rem; }
  .therapy-info h4 {
    font-family: var(--sans);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--ink);
    margin-bottom: 0.4rem;
  }
  .therapy-info p {
    font-size: 0.9rem;
    color: var(--muted);
    margin-bottom: 1rem;
    min-height: 2.6em;
  }
  .therapy-meta {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
    border-top: 1px solid var(--border);
    font-size: 0.85rem;
  }
  .therapy-meta strong { color: var(--green-deep); }
  .therapy-cta-row { text-align: center; margin-top: 3rem; }

  /* ===== TEAM ===== */
  .team { background: var(--white); }
  .team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .team-card {
    text-align: center;
    transition: all 0.3s;
  }
  .team-photo {
    aspect-ratio: 4/5;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 1rem;
    background: var(--green-bg);
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .team-photo svg, .team-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .team-card h4 {
    font-family: var(--serif);
    font-size: 1.3rem;
    color: var(--ink);
    margin-bottom: 0.25rem;
  }
  .team-card .team-role {
    font-size: 0.85rem;
    color: var(--terracotta);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 0.75rem;
  }
  .team-card p { font-size: 0.9rem; color: var(--muted); margin: 0 auto; max-width: 240px; }

  /* ===== CALLOUT ===== */
  .callout {
    background: var(--green-deep);
    color: var(--cream);
    border-radius: 24px;
    padding: 4rem 3rem;
    margin: 4rem 0;
    text-align: center;
    background-image: radial-gradient(circle at 20% 80%, rgba(181, 130, 74, 0.2) 0%, transparent 60%);
  }
  .callout h2 { color: var(--cream); margin-bottom: 1rem; }
  .callout p { color: rgba(239, 233, 221, 0.85); max-width: 600px; margin: 0 auto 2rem; font-size: 1.1rem; }
  .callout .btn-primary { background: var(--terracotta); }
  .callout .btn-primary:hover { background: var(--terracotta-soft); color: var(--ink); }

  /* ===== TESTIMONIALS ===== */
  .testimonials { background: var(--cream-light); }
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .testimonial {
    background: var(--white);
    padding: 2rem;
    border-radius: 14px;
    border: 1px solid var(--border);
    position: relative;
  }
  .testimonial::before {
    content: '"';
    position: absolute;
    top: -10px;
    left: 24px;
    font-family: var(--serif);
    font-size: 5rem;
    line-height: 1;
    color: var(--terracotta-soft);
  }
  .testimonial-text {
    font-family: var(--serif);
    font-size: 1.15rem;
    line-height: 1.55;
    color: var(--ink);
    margin-bottom: 1.5rem;
    font-style: italic;
  }
  .testimonial-author { display: flex; align-items: center; gap: 0.85rem; padding-top: 1rem; border-top: 1px solid var(--border); }
  .testimonial-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--green-mid), var(--green-deep));
    display: flex; align-items: center; justify-content: center;
    color: var(--cream);
    font-weight: 600;
    font-size: 0.95rem;
  }
  .testimonial-name { font-size: 0.95rem; font-weight: 600; color: var(--ink); }
  .testimonial-meta { font-size: 0.8rem; color: var(--muted); }

  /* ===== BLOG ===== */
  .blog { background: var(--white); }
  .blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
  .blog-card {
    background: var(--white);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--border);
    transition: all 0.3s;
  }
  .blog-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
  .blog-img {
    aspect-ratio: 16/9;
    background: linear-gradient(135deg, var(--terracotta-soft), var(--terracotta));
    display: flex; align-items: center; justify-content: center;
    color: var(--cream);
  }
  .blog-img.alt-1 { background: linear-gradient(135deg, var(--green-soft), var(--green-mid)); }
  .blog-img.alt-2 { background: linear-gradient(135deg, var(--cream), var(--terracotta-soft)); }
  .blog-content { padding: 1.5rem; }
  .blog-meta { font-size: 0.8rem; color: var(--terracotta); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.6rem; font-weight: 500; }
  .blog-content h4 {
    font-family: var(--serif);
    font-size: 1.4rem;
    color: var(--ink);
    margin-bottom: 0.6rem;
    line-height: 1.25;
  }
  .blog-content p { font-size: 0.95rem; color: var(--muted); margin: 0; }

  /* ===== CONTACT ===== */
  .contact { background: var(--cream-light); }
  .contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
  }
  .contact-info h2 { margin-bottom: 1.5rem; }
  .contact-info p { color: var(--muted); margin-bottom: 2rem; }
  .contact-list { list-style: none; padding: 0; margin: 0 0 2rem; }
  .contact-list li {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
    align-items: flex-start;
  }
  .contact-list li svg {
    width: 22px; height: 22px;
    color: var(--green-mid);
    flex-shrink: 0;
    margin-top: 2px;
  }
  .contact-list strong { display: block; color: var(--ink); margin-bottom: 0.15rem; font-weight: 600; }
  .contact-list span { color: var(--muted); font-size: 0.95rem; }
  .map-placeholder {
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, var(--green-bg), var(--cream));
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .map-pin {
    width: 56px; height: 56px;
    background: var(--terracotta);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-md);
    position: relative;
    z-index: 2;
  }
  .map-pin::after {
    content: '';
    position: absolute;
    width: 20px; height: 20px;
    background: var(--cream);
    border-radius: 50%;
  }
  .map-grid-bg {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(var(--border) 1px, transparent 1px),
      linear-gradient(90deg, var(--border) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.4;
  }

  /* ===== FOOTER ===== */
  footer { background: var(--green-deep); color: var(--cream); padding: 4rem 0 2rem; }
  .footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
  }
  footer h5 {
    font-family: var(--sans);
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--terracotta-soft);
    margin-bottom: 1.25rem;
    font-weight: 600;
  }
  footer .logo { color: var(--cream); margin-bottom: 1rem; }
  footer .logo-mark { color: var(--cream); }
  footer p { color: rgba(239, 233, 221, 0.7); font-size: 0.9rem; }
  .footer-links { list-style: none; padding: 0; margin: 0; }
  .footer-links li { margin-bottom: 0.5rem; }
  .footer-links a { color: rgba(239, 233, 221, 0.85); font-size: 0.9rem; }
  .footer-links a:hover { color: var(--terracotta-soft); }
  .footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(239, 233, 221, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.85rem;
    color: rgba(239, 233, 221, 0.6);
    flex-wrap: wrap;
    gap: 1rem;
  }
  .footer-bottom a { color: rgba(239, 233, 221, 0.6); margin-left: 1.5rem; }

  /* ===== STICKY CTA (mobile) ===== */
  .sticky-cta { display: none; }

  /* ===== RESPONSIVE ===== */
  @media (max-width: 980px) {
    .hero-grid { grid-template-columns: 1fr; gap: 3rem; }
    .hero-visual { max-width: 480px; margin: 0 auto; width: 100%; }
    .hero-badge { left: 0; }
    .problems-grid, .therapies-grid, .blog-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(2, 1fr); gap: 2.5rem; }
    .process-step::after { display: none; }
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { grid-template-columns: 1fr; gap: 3rem; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .nav-menu { display: none; }
    .nav-toggle { display: block; }
    section { padding: 4rem 0; }
  }
  @media (max-width: 600px) {
    .problems-grid, .therapies-grid, .blog-grid, .testimonials-grid, .team-grid { grid-template-columns: 1fr; }
    .process-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
    .topbar-info { gap: 1rem; }
    .topbar-info span:nth-child(2) { display: none; }
    .hero { padding: 3rem 0 4rem; }
    .callout { padding: 3rem 1.5rem; border-radius: 16px; }
    .sticky-cta {
      display: flex;
      position: fixed;
      bottom: 0; left: 0; right: 0;
      background: var(--white);
      padding: 0.75rem 1rem;
      gap: 0.5rem;
      border-top: 1px solid var(--border);
      box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
      z-index: 99;
    }
    .sticky-cta a { flex: 1; padding: 0.85rem 1rem; font-size: 0.9rem; justify-content: center; }
  }