@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/dm-sans-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("/fonts/dm-sans-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/fonts/playfair-display-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600 700;
  font-display: swap;
  src: url("/fonts/playfair-display-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink: #11100e;
  --coal: #17130f;
  --brown: #2f261d;
  --brown-2: #4a3a2b;
  --gold: #caa46a;
  --gold-2: #e4c58e;
  --gold-on-light: #6d4f24;
  --paper: #f4efe5;
  --paper-2: #e8dcc9;
  --cream: #fff8ec;
  --muted: #6b5c4a;
  --line: rgba(78, 58, 38, 0.18);
  --line-dark: rgba(255, 248, 236, 0.18);
  --danger: #9f382c;
  --ok: #286b4f;
  --shadow: 0 22px 70px rgba(17, 13, 8, 0.28);
  --radius: 8px;
  --content: 1180px;
  --topbar: 76px;
  --gradient-primary: linear-gradient(135deg, #1a1200 0%, #2f261d 100%);
  --gradient-primary-hover: linear-gradient(135deg, #2f261d 0%, #1a1200 100%);
  --gradient-live: linear-gradient(135deg, #5c1a1b 0%, #7a2c2e 100%);
  --gradient-live-hover: linear-gradient(135deg, #7a2c2e 0%, #8b3a3c 100%);
  --gradient-books: linear-gradient(135deg, #1f3a2e 0%, #2a4a37 100%);
  --gradient-books-hover: linear-gradient(135deg, #2a4a37 0%, #385e48 100%);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

html {
  background: var(--ink);
  color: var(--ink);
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--topbar) + 16px);
  scrollbar-color: var(--gold) #15120e;
}

/* iOS 26 Safari samples the toolbar tint from fixed/sticky elements near the
   viewport edges (4px from top, 3px from bottom, 80% viewport width) before
   falling back to body / html. The sticky `.topbar` covers the top sampling
   zone with a solid dark background. For the bottom toolbar we paint a
   fixed dark sampler strip. The strip is positioned near the bottom edge
   per the WebKit reverse-engineered sampling rules: bottom:3px (must be <4px
   to supersede body), width >=88% of viewport, height >=15px. Its colour is
   --ink (#0f0f0f) so Safari paints the bottom bar to match the brand. */
.safari-bottom-tint {
  position: fixed;
  inset: auto 5% 3px 5%;
  height: 16px;
  background-color: var(--ink);
  opacity: 0;
  z-index: 0;
  pointer-events: none;
  contain: strict;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #15120e;
}

::-webkit-scrollbar-thumb {
  border: 3px solid #15120e;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--gold-2), #9f7d45);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.page-survey {
  background: #eee5d7;
}

img,
svg,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Prose-link accent — inline links inside section/article copy get gold underline.
   Excludes elements with their own class (CTA buttons, path-card a, etc.). */
main :is(p, dd, li, .section-heading, .audience-decision-card, .module-row-body, .article-body) a:not([class]),
.module-row-body a:not([class]) {
  color: var(--gold-on-light);
  text-decoration: underline;
  text-decoration-color: var(--gold-on-light);
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  font-weight: 600;
  transition: color 0.18s, text-decoration-color 0.18s;
}

main :is(p, dd, li, .section-heading, .audience-decision-card, .module-row-body, .article-body) a:not([class]):hover,
.module-row-body a:not([class]):hover {
  color: var(--ink);
  text-decoration-color: var(--ink);
}

/* Persona card titles in italic (profession names) — pure visual styling, not
   semantic emphasis (so no <em> wrapper in markup). */
.persona-card h3 {
  font-style: italic;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  line-height: 1.1;
}

h1 {
  font-size: clamp(2.2rem, 5.2vw, 4.2rem);
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
}

h3 {
  font-size: 1.05rem;
  line-height: 1.22;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--topbar);
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: clamp(16px, 2.4vw, 32px);
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: max(clamp(16px, 3vw, 28px), calc((100vw - var(--content)) / 2));
  padding-right: max(clamp(16px, 3vw, 28px), calc((100vw - var(--content)) / 2));
  color: var(--cream);
  /* iOS 26 Safari samples this background for the address bar tint.
     Use a fully opaque dark color and avoid border-bottom + backdrop-filter
     on the sticky element itself (Safari samples border colour and gets
     confused by glass on the sampled element). */
  background-color: #0f0f0f;
  border-bottom: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  min-width: 0;
  font-weight: 800;
  white-space: nowrap;
}

.brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.topbar-countdown {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  min-width: 0;
  color: rgba(255, 248, 236, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
}

.countdown-caption {
  color: rgba(255, 248, 236, 0.7);
  font-weight: 600;
}

.countdown {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--cream);
  font-variant-numeric: tabular-nums;
}

.countdown > span {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
}

.countdown strong {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--gold-2, #e0c88f);
  letter-spacing: -0.01em;
}

.countdown em {
  font-style: normal;
  font-size: 0.72rem;
  color: rgba(255, 248, 236, 0.7);
  font-weight: 500;
}

.nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav a,
.topbar-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 700;
  color: rgba(255, 248, 236, 0.8);
  white-space: nowrap;
}

.nav a:hover {
  color: var(--cream);
  background: rgba(255, 248, 236, 0.08);
}

/* Active state — same treatment for brand (logo) and nav links: gold
   underline only, no color/bg change. Subtle but unambiguous. */
.nav a[aria-current="page"],
.brand[aria-current="page"] {
  box-shadow: inset 0 -2px 0 0 var(--gold);
}

.topbar-cta {
  position: relative;
  overflow: hidden;
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(202, 164, 106, 0.22);
}

.topbar-cta:hover {
  background: var(--gold-2);
}

.hero {
  position: relative;
  min-height: min(900px, calc(92svh - var(--topbar)));
  color: var(--cream);
  overflow: hidden;
  background: var(--ink);
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(1.08) contrast(1.06);
}

.hero-shade {
  background:
    radial-gradient(circle at 18% 30%, rgba(202, 164, 106, 0.2), transparent 27%),
    linear-gradient(90deg, rgba(13, 11, 9, 0.98) 0%, rgba(13, 11, 9, 0.82) 39%, rgba(13, 11, 9, 0.26) 68%, rgba(13, 11, 9, 0.78) 100%),
    linear-gradient(180deg, rgba(13, 11, 9, 0.04), rgba(13, 11, 9, 0.92));
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
  align-items: center;
  gap: clamp(28px, 5vw, 72px);
  width: min(var(--content), calc(100% - 40px));
  min-height: min(900px, calc(92svh - var(--topbar)));
  margin: 0 auto;
  padding: clamp(42px, 8vh, 88px) 0 clamp(34px, 8vh, 76px);
}

.hero-copy {
  max-width: 760px;
}

.hero-copy h1 {
  position: relative;
  max-width: 740px;
  font-size: clamp(2.25rem, 4.5vw, 3.85rem);
}

.hero-copy h1::after {
  content: "";
  display: block;
  width: min(240px, 42vw);
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), rgba(202, 164, 106, 0));
}

.hero-copy h1 span,
.hero-copy h1 em {
  display: block;
}

.hero-copy h1 em {
  color: var(--gold-2);
  font-style: normal;
}

.kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: var(--gold);
  opacity: 0.8;
  flex-shrink: 0;
}

.eyebrow--on-light {
  color: var(--brown);
}

.eyebrow--on-light::before {
  background: var(--gold);
  opacity: 0.7;
}

.eyebrow--on-dark {
  color: #ffe1a7;
}

.eyebrow--on-dark::before {
  background: #ffe1a7;
  opacity: 0.85;
}

.hero .kicker {
  padding: 8px 14px;
  border: 1px solid rgba(228, 197, 142, 0.34);
  border-radius: 999px;
  color: #ffe1a7;
  background: rgba(15, 13, 11, 0.5);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  font-size: clamp(0.88rem, 1.08vw, 1.04rem);
  letter-spacing: 0.06em;
}

.hero-lead {
  max-width: 700px;
  margin-top: 22px;
  color: rgba(255, 248, 236, 0.86);
  font-size: clamp(1.08rem, 1.9vw, 1.36rem);
}

.hero-sublead {
  max-width: 660px;
  margin-top: 12px;
  color: rgba(255, 248, 236, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.12rem);
}

.hero-urgency {
  width: fit-content;
  margin-top: 16px;
  padding: 10px 12px;
  border-left: 3px solid var(--gold);
  color: rgba(255, 248, 236, 0.86);
  background: rgba(255, 248, 236, 0.08);
  font-weight: 900;
}

.mentor-line {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  max-width: 540px;
  margin-top: 22px;
  padding: 10px;
  border: 1px solid rgba(255, 248, 236, 0.18);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.08);
}

.mentor-line img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

.mentor-line strong,
.mentor-line span {
  display: block;
}

.mentor-line span {
  margin-top: 2px;
  color: rgba(255, 248, 236, 0.68);
  font-size: 0.9rem;
}

.hero-proof-card {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  max-width: 680px;
  margin-top: 18px;
  padding: 10px 13px 10px 10px;
  border: 1px solid rgba(202, 164, 106, 0.42);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 248, 236, 0.18), rgba(255, 248, 236, 0.06)),
    rgba(17, 16, 14, 0.48);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.hero-proof-card img {
  width: 82px;
  height: 82px;
  border: 2px solid rgba(228, 197, 142, 0.72);
  border-radius: 12px;
  object-fit: cover;
  object-position: 50% 26%;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.36);
}

.hero-proof-label {
  color: var(--gold-2);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-proof-card strong,
.hero-proof-card p {
  display: block;
}

.hero-proof-card strong {
  margin-top: 2px;
  font-size: 1.08rem;
}

.hero-proof-card p {
  margin-top: 3px;
  color: rgba(255, 248, 236, 0.76);
  font-size: 0.86rem;
}

.hero-proof-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.hero-proof-tags span {
  display: inline-flex;
  min-height: 26px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid rgba(202, 164, 106, 0.32);
  border-radius: 999px;
  color: rgba(255, 248, 236, 0.82);
  background: rgba(202, 164, 106, 0.1);
  font-size: 0.74rem;
  font-weight: 800;
}

.hero-actions,
.section-actions,
.survey-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 18px;
}

.hero-mobile-cta {
  display: none;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  overflow: hidden;
  transition: transform 0.16s ease, background 0.16s ease, border-color 0.16s ease;
}

body.page-home .hero-actions .hero-mobile-cta {
  display: none;
}

.button:hover {
  transform: translateY(-1px);
}

.button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
  transform: none;
}

.button.is-loading {
  cursor: progress;
  opacity: 0.92;
}

.button.is-loading::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: button-spin 0.8s linear infinite;
}

@keyframes button-spin {
  to {
    transform: rotate(360deg);
  }
}

.button--primary {
  color: #1a1200;
  background: linear-gradient(135deg, #b8944d 0%, var(--gold) 30%, #e0c88f 60%, var(--gold) 100%);
  background-size: 200% 100%;
  box-shadow:
    0 4px 16px rgba(199, 165, 111, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: background-position 0.4s ease, transform 0.15s, box-shadow 0.2s;
}

.button--primary:hover {
  background-position: 100% 0;
  transform: translateY(-2px);
  box-shadow:
    0 8px 28px rgba(199, 165, 111, 0.35),
    0 0 0 1px rgba(199, 165, 111, 0.15);
}

.button--primary::before,
.topbar-cta::before,
.sticky-cta::before {
  content: "";
  position: absolute;
  inset: -20% auto -20% -55%;
  width: 46%;
  transform: skewX(-18deg) translate3d(0, 0, 0);
  will-change: transform;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
  animation: cta-shine 3.8s ease-in-out infinite;
  pointer-events: none;
}

@keyframes cta-shine {
  0%,
  38% {
    transform: skewX(-18deg) translate3d(0, 0, 0);
  }

  58%,
  100% {
    transform: skewX(-18deg) translate3d(391%, 0, 0);
  }
}

.button--primary:hover {
  background: var(--gold-2);
}

.button--ghost {
  color: var(--cream);
  border-color: rgba(255, 248, 236, 0.28);
  background: rgba(255, 248, 236, 0.08);
}

.button--ghost-on-light {
  color: var(--ink);
  border: 1px solid var(--ink);
  background: transparent;
  font-weight: 700;
}

.button--ghost-on-light:hover {
  background: var(--ink);
  color: var(--cream);
}

.button--dark {
  color: var(--cream);
  background: var(--ink);
}

.hero-trust {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
}

.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.86rem;
  font-weight: 500;
  color: rgba(255, 248, 236, 0.72);
}

.hero-trust li > span {
  color: var(--gold);
  font-weight: 800;
}

.hero-mobile-stats {
  display: none;
}

.hero-form-stack {
  display: grid;
  gap: 12px;
  align-self: center;
}

.hero-quick-proof {
  padding: 14px 16px;
  border: 1px solid rgba(202, 164, 106, 0.34);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.08);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.hero-quick-proof strong,
.hero-quick-proof span {
  display: block;
}

.hero-quick-proof strong {
  color: var(--gold-2);
  font-size: 0.92rem;
  line-height: 1.25;
}

.hero-quick-proof span {
  margin-top: 5px;
  color: rgba(255, 248, 236, 0.72);
  font-size: 0.84rem;
  line-height: 1.38;
}

.hero-form-proof {
  padding: 14px 16px;
  border: 1px solid rgba(202, 164, 106, 0.3);
  border-radius: var(--radius);
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(202, 164, 106, 0.2), rgba(255, 248, 236, 0.06)),
    rgba(22, 18, 14, 0.72);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(14px);
}

.hero-form-proof span {
  display: block;
  color: var(--gold-2);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-form-proof p {
  margin-top: 8px;
  color: rgba(255, 248, 236, 0.9);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.1rem, 1.8vw, 1.32rem);
  font-weight: 700;
  line-height: 1.18;
}

.hero-form-proof strong {
  display: block;
  margin-top: 8px;
  color: rgba(255, 248, 236, 0.68);
  font-size: 0.86rem;
}

.signup-form {
  width: 100%;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(255, 248, 236, 0.2);
  border-radius: var(--radius);
  color: var(--cream);
  background: rgba(22, 18, 14, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.signup-form--secondary {
  color: var(--cream);
  background: var(--ink);
}

.hero .signup-form {
  padding: 20px 22px;
}

.hero .form-heading {
  gap: 5px;
  margin-bottom: 10px;
}

.hero .form-heading h2 {
  font-size: clamp(1.75rem, 2.4vw, 2.1rem);
}

.hero .form-heading p {
  font-size: 0.88rem;
  line-height: 1.38;
}

.hero .field {
  gap: 6px;
  margin-top: 10px;
}

.hero .field-hint {
  display: none;
}

.form-heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.form-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.form-heading p,
.form-footnote {
  color: rgba(255, 248, 236, 0.72);
}

.field {
  display: grid;
  gap: 8px;
  margin-top: 13px;
  font-size: 0.92rem;
  font-weight: 800;
}

.hp-field {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.field span {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.field em {
  color: rgba(255, 248, 236, 0.56);
  font-style: normal;
  font-weight: 700;
}

.field-hint {
  color: rgba(255, 248, 236, 0.62);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.35;
}

.field input,
.field textarea,
.survey-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 248, 236, 0.22);
  border-radius: var(--radius);
  padding: 0 13px;
  color: var(--cream);
  background: rgba(255, 248, 236, 0.08);
  outline: none;
}

.field textarea,
.survey-form textarea {
  padding: 13px;
  min-height: 150px;
  resize: vertical;
}

.field input:focus,
.field textarea:focus,
.survey-form textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(202, 164, 106, 0.2);
}

.field.is-invalid input,
.field.is-invalid textarea,
.consent.is-invalid input {
  border-color: #c08068;
  box-shadow: 0 0 0 3px rgba(192, 128, 104, 0.18);
}

.field-error {
  display: none;
  color: #d9a08c;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.field.is-invalid .field-error,
.consent.is-invalid .field-error {
  display: block;
}

.consent .field-error {
  grid-column: 2;
}

.consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 16px 0;
  color: rgba(255, 248, 236, 0.75);
  font-size: 0.88rem;
}

.consent a {
  color: var(--gold-2);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.consent input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--gold);
}

.consent-error {
  grid-column: 2;
}

.signup-form .button {
  width: 100%;
}

.form-footnote {
  margin-top: 12px;
  min-height: 22px;
  font-size: 0.85rem;
}

.form-footnote.is-error,
.survey-error {
  color: #d9a08c;
}

.form-footnote.is-ok {
  color: #b8d4c0;
}

.metric-band {
  position: relative;
  color: var(--cream);
  background: var(--ink);
  padding-block: 56px;
  margin-bottom: 0;
}

.metric-band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 1px;
  background: var(--gold);
  opacity: 0.25;
}

.metric-band::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.5;
}

.metric-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  position: relative;
}

.metric {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 130px;
  padding: 24px;
}

/* Vertical gold hairlines between cells */
.metric:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18%;
  bottom: 18%;
  width: 1px;
  background: linear-gradient(180deg, transparent 0%, rgba(202, 164, 106, 0.45) 50%, transparent 100%);
  pointer-events: none;
}

.metric {
  transition: background 0.3s ease;
}

.metric:hover {
  background: radial-gradient(circle at 50% 50%, rgba(202, 164, 106, 0.06) 0%, transparent 70%);
}

.metric:hover strong {
  text-shadow: 0 0 18px rgba(202, 164, 106, 0.45);
}

.metric strong {
  color: var(--gold-2);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
}

.metric span {
  color: rgba(255, 248, 236, 0.68);
  font-size: 0.92rem;
}

.section,
.subhero,
.article-page,
.result-hero,
.survey-shell {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  margin: 0 auto;
}

.section {
  padding-block: clamp(48px, 6vw, 80px);
  scroll-margin-top: 80px;
}

[id="formularz"],
[id="formularz-dolny"],
[id="harmonogram"],
[id="inwestycja"],
[id="program"],
[id="dlaczego"],
[id="dla-kogo"],
[id="opinie"] {
  scroll-margin-top: 80px;
}

.section--muted {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  background: #ece0cf;
}

/* Three-paths conversion zone right after hero/metrics */
.section--paths {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  background: var(--paper-2);
}

.section--paths .section-heading {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 28px;
}

.section--paths .section-heading h2 {
  max-inline-size: 28ch;
  margin-inline: auto;
}

.section--paths .section-heading p {
  max-inline-size: 60ch;
  margin-inline: auto;
}

@media (max-width: 760px) {
  .section--paths {
    padding-block: clamp(32px, 6vw, 56px);
  }
  .section--paths .section-heading {
    margin-bottom: 18px;
  }
  .section--paths .section-heading h2 {
    font-size: clamp(1.45rem, 5vw, 1.7rem);
  }
  .section--paths .section-heading p {
    font-size: 0.95rem;
  }
}

.paths-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-auto-rows: 1fr;
  gap: 18px;
  max-width: var(--content);
  margin: 0 auto;
}

.path-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
  background: #fff;
  border: 1px solid rgba(202, 164, 106, 0.2);
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(47, 38, 29, 0.05);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.25s, background 0.2s;
  overflow: hidden;
}

.path-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), transparent 80%);
  opacity: 0;
  transition: opacity 0.2s;
}

.path-card:hover {
  border-color: var(--gold);
  background: #fffdf8;
  transform: translateY(-4px);
  box-shadow:
    0 20px 44px rgba(202, 164, 106, 0.18),
    0 0 0 1px rgba(202, 164, 106, 0.3);
}

.path-card:hover::before {
  opacity: 0.85;
}

.path-card:has(.path-cta--primary) {
  border-color: rgba(202, 164, 106, 0.55);
}

.path-card:has(.path-cta--primary)::before {
  opacity: 0.6;
}

.path-card:focus-within {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.path-card--primary {
  background: linear-gradient(180deg, #fffaf0 0%, #fff 60%);
  border-color: var(--gold);
}

.path-card--primary::before {
  opacity: 1 !important;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), #e0c88f, var(--gold));
}

@media (max-width: 760px) {
  .paths-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .path-card {
    display: grid;
    grid-template-columns: 48px 1fr;
    grid-template-areas:
      "icon  tag"
      "icon  title"
      "text  text"
      "cta   cta";
    gap: 4px 14px;
    padding: 18px 18px 16px;
  }

  .path-icon {
    grid-area: icon;
    align-self: start;
    margin-bottom: 0;
    width: 44px;
    height: 44px;
  }

  .path-tag {
    grid-area: tag;
    margin-bottom: 0;
    align-self: center;
  }

  .path-card h3 {
    grid-area: title;
    margin: 0;
    font-size: 1.15rem;
    align-self: start;
  }

  .path-card p {
    grid-area: text;
    margin: 6px 0 12px;
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .path-cta {
    grid-area: cta;
    margin-top: 2px;
  }

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

.path-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(202, 164, 106, 0.16);
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.path-tag {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-on-light);
  margin-bottom: 8px;
}

.path-card h3 {
  margin: 0 0 10px;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.35rem;
  line-height: 1.2;
  color: var(--ink);
}

.path-card p {
  margin: 0 0 20px;
  color: var(--brown-2);
  line-height: 1.55;
  flex: 1;
  font-size: 0.94rem;
}

.path-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  align-self: flex-start;
  font-size: 0.92rem;
  background: var(--ink);
  color: var(--cream);
  transition: background 0.2s, transform 0.18s, gap 0.18s, box-shadow 0.2s;
}

.path-cta:hover {
  gap: 12px;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

/* Luxury gradient palette (anti-primary; see AGENT.md Brand Visual Identity) */
.path-cta--live {
  background: var(--gradient-live);
  color: var(--cream);
  box-shadow: 0 4px 14px rgba(92, 26, 27, 0.32);
}
.path-cta--live::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-2, #e4c58e);
  box-shadow: 0 0 0 0 rgba(228, 197, 142, 0.7);
  animation: live-pulse 1.6s ease-out infinite;
}
.path-cta--live:hover {
  background: var(--gradient-live-hover);
  box-shadow: 0 10px 28px rgba(92, 26, 27, 0.48);
}

@keyframes live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(228, 197, 142, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(228, 197, 142, 0); }
  100% { box-shadow: 0 0 0 0 rgba(228, 197, 142, 0); }
}

.path-cta--books {
  background: var(--gradient-books);
  color: var(--cream);
  box-shadow: 0 4px 14px rgba(31, 58, 46, 0.32);
}
.path-cta--books:hover {
  background: var(--gradient-books-hover);
  box-shadow: 0 10px 28px rgba(31, 58, 46, 0.48);
}

.path-cta.path-cta--primary {
  background: var(--gradient-primary);
  color: var(--cream);
  border: 1px solid var(--gold);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.path-cta.path-cta--primary:hover {
  background: var(--gradient-primary-hover);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.32),
    0 0 0 1px var(--gold);
}

.section--split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 360px);
  align-items: center;
  gap: clamp(28px, 5vw, 60px);
}

.section--why {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 200px;
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  max-width: 880px;
}

.why-copy {
  display: grid;
  gap: 14px;
}

.why-copy h2 {
  font-size: clamp(1.4rem, 2.6vw, 1.85rem);
  line-height: 1.3;
  margin: 0;
}

.why-copy p {
  color: var(--ink);
  font-size: clamp(0.98rem, 1.3vw, 1.05rem);
  line-height: 1.6;
  margin: 0;
}

.why-portrait img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
}

@media (max-width: 760px) {
  .section--why {
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: stretch;
    text-align: left;
  }
  .why-copy h2 {
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .why-copy p {
    font-size: 0.98rem;
    line-height: 1.55;
    text-align: left;
  }
  .why-portrait {
    justify-self: center;
  }
  .why-portrait img {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 760px) {
  .section--split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.section--split .section-copy {
  max-width: 620px;
}

.section--cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  align-items: stretch;
  gap: clamp(28px, 5vw, 64px);
  border-top: 1px solid var(--line);
}

@media (max-width: 760px) {
  .section--cta {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.section--cta .cta-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 620px;
}

.cta-checklist {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cta-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  color: var(--brown-2);
  line-height: 1.5;
  font-size: 0.96rem;
}

.cta-checklist .cta-check {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  font-weight: 900;
  font-size: 0.78rem;
}

.cta-checklist li div {
  flex: 1;
  min-width: 0;
}

.cta-checklist li strong {
  color: var(--ink);
  font-weight: 800;
  margin-right: 4px;
}

.cta-aside {
  margin: 4px 0 0;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.9rem;
}

.section--proof {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  background: var(--cream);
}

.section--lead-intel {
  padding-bottom: clamp(48px, 7vw, 90px);
}

.section--media-proof {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  background: #f6eddd;
}

.section--objections {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  background: #efe3d1;
}

.section--strategy {
  width: 100%;
  max-width: none;
  padding-bottom: clamp(50px, 6vw, 78px);
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  color: var(--cream);
  background:
    linear-gradient(135deg, rgba(75, 58, 38, 0.42), rgba(17, 13, 8, 0) 52%),
    var(--ink);
}

.section--gallery {
  width: 100%;
  max-width: none;
  padding-top: clamp(50px, 6vw, 78px);
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  color: var(--cream);
  background: var(--ink);
}

.section--gallery .section-heading p {
  color: rgba(255, 248, 236, 0.68);
}

.section--map {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  color: var(--cream);
  background: var(--ink);
}

.section--map .section-heading p {
  color: rgba(255, 248, 236, 0.68);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-auto-rows: 260px;
  gap: 14px;
}

.gallery-grid figure {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: #241b14;
}

.gallery-grid .gallery-main {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-grid figure:hover img {
  transform: scale(1.025);
}

.section-heading,
.section-copy,
.cta-copy {
  display: grid;
  gap: 16px;
  max-width: 820px;
}

.section-heading {
  margin-bottom: 28px;
}

.section-heading h2,
.section-copy h2,
.cta-copy h2 {
  font-size: clamp(1.5rem, 2.6vw, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.005em;
}

.audience-decision-example {
  margin: 14px 0 0;
  padding: 12px 14px;
  background: rgba(202, 164, 106, 0.06);
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  font-size: 0.9rem;
  font-style: italic;
  color: var(--muted);
  line-height: 1.5;
}

.audience-decision-example > span {
  margin-right: 4px;
  color: var(--gold);
  font-style: normal;
  font-weight: 700;
}

.article-stat-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 12px 0 18px;
  padding: 0;
  list-style: none;
}

.article-stat-cards li {
  padding: 16px 18px;
  background: rgba(202, 164, 106, 0.08);
  border: 1px solid rgba(202, 164, 106, 0.25);
  border-radius: 12px;
  display: grid;
  gap: 6px;
}

.article-stat-cards strong {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  color: var(--gold-2, var(--gold));
  line-height: 1;
}

.article-stat-cards span {
  font-size: 0.86rem;
  color: var(--muted);
  line-height: 1.45;
}

@media (max-width: 600px) {
  .article-stat-cards {
    grid-template-columns: 1fr;
  }
}

.module-row.module-row--collapsed {
  display: block;
  width: 100%;
  border-top: 1px solid var(--line);
  padding: 0;
  gap: 0;
  grid-template-columns: none;
}

.module-row.module-row--collapsed > summary {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  list-style: none;
  cursor: pointer;
}

.module-row--collapsed > summary::-webkit-details-marker {
  display: none;
}

.module-row--collapsed > summary > span {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.4rem;
  color: var(--gold);
}

.module-row--collapsed > summary > strong {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
}

.module-row--collapsed .module-row-chevron {
  color: var(--gold);
  opacity: 0.7;
  transition: transform 0.2s;
}

.module-row--collapsed[open] .module-row-chevron {
  transform: rotate(180deg);
}

.module-row--collapsed .module-row-body {
  padding: 4px 0 22px 70px;
}

.module-row--collapsed .module-row-body p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.6;
}

.module-row--collapsed .module-row-body ul {
  margin-top: 10px;
}

@media (max-width: 600px) {
  .module-row.module-row--collapsed > summary {
    grid-template-columns: 38px minmax(0, 1fr) 24px;
    gap: 10px;
    padding: 16px 14px;
  }
  .module-row.module-row--collapsed > summary > strong {
    font-size: 1.05rem;
  }
  .module-row.module-row--collapsed .module-row-body {
    padding: 0 14px 18px 62px;
  }
  .module-row.module-row--collapsed .module-row-chevron {
    width: 16px;
    height: 16px;
  }
}

.testimonial-mid-cta {
  display: grid;
  gap: 10px;
  padding: 26px 28px;
  background: linear-gradient(135deg, rgba(202, 164, 106, 0.16), rgba(202, 164, 106, 0.08));
  border: 1px solid rgba(202, 164, 106, 0.35);
  border-radius: 18px;
  break-inside: avoid;
  margin: 16px 0;
}

.testimonial-mid-cta strong {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.18rem;
  color: var(--ink);
  line-height: 1.3;
}

.testimonial-mid-cta p {
  margin: 0;
  font-size: 0.96rem;
  color: var(--muted);
}

.testimonial-mid-cta .button {
  margin-top: 6px;
  width: fit-content;
}

.pullquote-dots {
  display: flex;
  gap: 6px;
  margin-top: 10px;
}

.pullquote-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(202, 164, 106, 0.3);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.pullquote-dot:hover {
  background: rgba(202, 164, 106, 0.55);
}

.pullquote-dot[aria-current="true"] {
  background: var(--gold);
  transform: scale(1.25);
}

.section-lead,
.section-heading p.section-lead,
.section-copy p.section-lead {
  margin: 4px 0 14px;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 600;
  color: var(--ink);
  line-height: 1.32;
}

.section--strategy .section-lead,
.section--gallery .section-lead {
  color: var(--cream);
}

.section-heading--compact {
  margin-top: 28px;
  margin-bottom: 20px;
}

.section-heading p,
.section-copy p,
.cta-copy p,
.subhero p,
.survey-intro p,
.article-body p,
.result-hero p {
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.strategy-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 500px);
  gap: clamp(24px, 5vw, 74px);
  align-items: start;
  margin-bottom: 24px;
}

.strategy-copy {
  display: grid;
  gap: 16px;
  max-width: 820px;
}

.strategy-copy p {
  color: rgba(255, 248, 236, 0.72);
  font-size: clamp(1rem, 1.6vw, 1.18rem);
}

.strategy-proof {
  padding: 18px 20px;
  border-left: 4px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  background: rgba(255, 248, 236, 0.08);
  font-weight: 800;
}

.strategy-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.strategy-stat {
  min-height: 140px;
  padding: 20px;
  border: 1px solid rgba(255, 248, 236, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.08);
}

.strategy-stat strong {
  display: block;
  color: var(--gold-2);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
}

.strategy-stat span {
  display: block;
  margin-top: 10px;
  color: rgba(255, 248, 236, 0.7);
  font-size: 0.92rem;
}

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

.method-card {
  min-height: 238px;
  padding: 20px;
  border: 1px solid rgba(255, 248, 236, 0.16);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.08);
}

.method-card span {
  color: var(--gold-2);
  font-weight: 900;
}

.method-card h3 {
  margin-top: 18px;
  color: var(--cream);
  font-size: 1.24rem;
}

.method-card p {
  margin-top: 10px;
  color: rgba(255, 248, 236, 0.7);
}

.portrait-panel {
  display: grid;
  margin: 0;
  max-width: 360px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink);
  box-shadow: var(--shadow);
}

.portrait-panel img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 50% 30%;
}

.portrait-panel figcaption {
  padding: 18px;
  color: var(--cream);
}

.portrait-panel p {
  margin-top: 4px;
  color: rgba(255, 248, 236, 0.7);
}

.visual-stack {
  display: grid;
  gap: 14px;
}

.visual-note {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  border-radius: var(--radius);
  background: var(--ink);
}

.visual-note img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  opacity: 0.72;
}

.visual-note span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: var(--cream);
  font-weight: 900;
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 1100px) {
  .module-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .module-grid {
    grid-template-columns: 1fr;
  }
}

.program-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}

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

.cluster-grid + .module-list,
.program-stat-grid + .module-list {
  margin-top: 24px;
}

.cluster-grid + .program-stat-grid {
  margin-top: 20px;
}

.cluster-card {
  min-height: 230px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(202, 164, 106, 0.16), rgba(255, 248, 236, 0.62)),
    rgba(255, 248, 236, 0.66);
}

.cluster-card span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cluster-card h2 {
  margin-top: 16px;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
}

.cluster-card p {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.program-stat-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.64);
}

.program-stat-grid strong {
  display: block;
  color: var(--brown);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
}

.program-stat-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.section--schedule {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  color: var(--ink);
  background: var(--paper-2);
}

.section--schedule .section-heading p {
  color: var(--brown-2);
}

.homepage-mini-calendar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 1.6vw, 24px);
  margin: clamp(20px, 2.4vw, 32px) auto 0;
  max-width: 920px;
}

.calendar-month {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px;
  display: grid;
  gap: 10px;
}

.calendar-month-name {
  font-family: var(--font-display, "Playfair Display", serif);
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
  text-align: center;
  letter-spacing: 0.01em;
}

.calendar-week-head {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 2px;
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--brown-2);
  text-align: center;
  letter-spacing: 0.05em;
}

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

.calendar-day {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  color: var(--ink);
  border-radius: 50%;
  font-variant-numeric: tabular-nums;
}

.calendar-day--blank {
  visibility: hidden;
}

.calendar-day--onsite {
  background: var(--gold);
  color: #1a1207;
  font-weight: 700;
  box-shadow: 0 1px 3px rgba(202, 164, 106, 0.45);
}

.calendar-day--online {
  border: 2px solid var(--gold);
  font-weight: 600;
  color: var(--ink);
}

.schedule-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin: clamp(20px, 2.4vw, 28px) auto 0;
  max-width: 720px;
  font-size: 0.95rem;
  color: var(--ink);
}

.schedule-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.schedule-legend-item .calendar-day {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  font-size: 0.72rem;
}

@media (max-width: 880px) {
  .homepage-mini-calendar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .homepage-mini-calendar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .calendar-month {
    padding: 10px;
    gap: 6px;
  }
  .calendar-month-name {
    font-size: 0.92rem;
  }
  .calendar-week-head {
    font-size: 0.62rem;
  }
  .calendar-day {
    font-size: 0.7rem;
  }
  .schedule-legend {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

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

.schedule-item {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.55);
}

.schedule-item strong {
  display: block;
  color: var(--brown);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  line-height: 1;
}

.schedule-item span {
  display: inline-flex;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.schedule-item p {
  margin-top: 8px;
  color: var(--brown-2);
}

.schedule-note {
  margin-top: 16px;
  color: var(--brown-2);
  font-size: 0.95rem;
}

.schedule-note strong {
  color: var(--brown);
  font-weight: 800;
}

.schedule-actions {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.section--includes {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  background: #f6eddd;
}

.includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.includes-grid article {
  min-height: 150px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.68);
}

.includes-grid span {
  color: var(--gold);
  font-weight: 900;
}

.includes-grid p {
  margin-top: 12px;
  color: var(--brown);
  font-weight: 800;
}

.section--mentor-word {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  background: #efe3d2;
}

.mentor-word-grid {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}

.mentor-word-photo {
  margin: 0;
  width: 100%;
  max-width: 280px;
}

.mentor-word-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 16%;
  display: block;
  border: 3px solid rgba(202, 164, 106, 0.4);
  box-shadow:
    0 0 0 6px rgba(202, 164, 106, 0.08),
    0 18px 40px rgba(47, 38, 29, 0.18);
}

.mentor-word-copy {
  display: grid;
  gap: 16px;
}

.mentor-word-copy h2 {
  max-width: 720px;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  letter-spacing: -0.01em;
  line-height: 1.15;
}

.mentor-word-copy p {
  max-width: 660px;
  color: var(--brown-2);
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  line-height: 1.65;
}

.mentor-signature {
  display: grid;
  gap: 4px;
  margin-top: 8px;
  padding-left: 16px;
  border-left: 4px solid var(--gold);
}

.mentor-signature strong {
  color: var(--ink);
  font-size: 1.08rem;
}

.mentor-signature span {
  color: var(--muted);
  font-weight: 800;
}

.section--interview {
  padding-top: clamp(34px, 5vw, 64px);
}

.interview-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 44px);
  align-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--cream);
  background:
    radial-gradient(circle at 70% 20%, rgba(202, 164, 106, 0.18), transparent 32%),
    var(--ink);
  box-shadow: var(--shadow);
}

.interview-thumb {
  position: relative;
  display: block;
  min-height: 280px;
  overflow: hidden;
}

.interview-thumb img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  opacity: 0.82;
}

.interview-thumb b {
  position: absolute;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 248, 236, 0.38);
  border-radius: 50%;
  color: var(--ink);
  background: var(--gold-2);
  font-size: 1.8rem;
  transform: translate(-50%, -50%);
}

.interview-copy {
  display: grid;
  gap: 12px;
  padding: clamp(22px, 4vw, 44px);
}

.interview-copy strong {
  max-width: 680px;
  color: var(--cream);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  line-height: 1.15;
}

.interview-copy em {
  color: rgba(255, 248, 236, 0.7);
  font-style: normal;
  font-weight: 800;
}

.section--investment {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 20%, rgba(202, 164, 106, 0.08), transparent 40%),
    var(--paper-2);
}

.investment-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(20px, 4vw, 54px);
  align-items: start;
}

.investment-copy {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(22px, 4vw, 36px);
  position: sticky;
  top: calc(var(--topbar) + 24px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.6);
}

.investment-copy p,
.investment-copy strong {
  color: var(--brown-2);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.investment-copy strong {
  color: var(--brown);
  font-weight: 800;
}

.premium-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
  max-width: var(--content);
  margin: 0 auto;
}

@media (max-width: 760px) {
  .premium-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

.premium-grid article {
  padding: clamp(20px, 2.6vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.7);
}

.investment-note {
  margin-top: 8px;
  font-size: 0.9rem;
}

.investment-note strong {
  color: var(--muted);
  font-weight: 700;
}

.premium-grid h3 {
  color: var(--ink);
  font-size: clamp(1.1rem, 1.5vw, 1.32rem);
  letter-spacing: -0.01em;
  margin: 0;
}

.premium-grid p {
  margin-top: 12px;
  color: var(--brown-2);
}

.premium-card--base h3 {
  color: var(--ink);
}

.premium-card--base {
  background: rgba(255, 255, 255, 0.5);
  border-color: var(--line);
}

.premium-card--vip {
  position: relative;
  background: linear-gradient(180deg, rgba(202, 164, 106, 0.10), rgba(202, 164, 106, 0.02));
  border-color: rgba(202, 164, 106, 0.45);
}

.premium-badge {
  position: absolute;
  top: -10px;
  left: 16px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.premium-card--vip h3 {
  color: var(--brown);
}

.premium-card--gold {
  background:
    linear-gradient(180deg, rgba(228, 197, 142, 0.20), rgba(228, 197, 142, 0.04)),
    radial-gradient(circle at 80% 0%, rgba(228, 197, 142, 0.18), transparent 60%);
  border-color: rgba(202, 164, 106, 0.65);
  box-shadow: 0 12px 32px rgba(202, 164, 106, 0.16);
}

.premium-card--gold h3 {
  color: var(--brown);
}

@media (max-width: 1100px) {
  .premium-grid {
    grid-template-columns: 1fr;
  }
}

.section--process {
  padding-bottom: clamp(42px, 6vw, 76px);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.process-grid--two {
  grid-template-columns: repeat(2, 1fr);
}

.process-grid article {
  min-height: 180px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.62);
}

.process-grid span {
  color: var(--gold-on-light);
  font-weight: 900;
}

.process-grid h3 {
  margin-top: 18px;
  font-size: 1.28rem;
}

.process-grid p {
  margin-top: 8px;
  color: var(--muted);
}

.section--career {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  background: var(--cream);
}

.career-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.career-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(78, 58, 38, 0.13);
}

.career-card div {
  display: grid;
  align-content: start;
  gap: 10px;
  min-height: 160px;
  padding: 20px;
  background: rgba(255, 248, 236, 0.68);
}

.career-card div + div {
  background: var(--ink);
}

.career-card span {
  color: var(--gold-on-light);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.career-card div + div span {
  color: var(--gold-2);
}

.career-card p {
  color: var(--muted);
  font-weight: 800;
}

.career-card div + div p {
  color: rgba(255, 248, 236, 0.84);
}

.lead-intel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.lead-intel-card {
  min-height: 245px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.64);
}

.lead-intel-card span {
  color: var(--gold-on-light);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.lead-intel-card h3 {
  margin-top: 18px;
  font-size: 1.22rem;
}

.lead-intel-card p {
  margin-top: 10px;
  color: var(--muted);
}

.media-proof-grid {
  display: grid;
  grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
  gap: clamp(26px, 5vw, 56px);
  align-items: center;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.media-proof-copy {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.media-proof-stat {
  margin: 0;
  padding: 16px 18px;
  border-left: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.55);
  border-radius: 8px;
  color: var(--brown-2);
  font-size: 0.96rem;
  line-height: 1.55;
}

.media-proof-stat strong {
  color: var(--ink);
  font-weight: 800;
}

.section--media-proof .book-proof-grid {
  margin-bottom: clamp(24px, 3vw, 36px);
}

.section--media-proof .media-cta-grid {
  margin-bottom: 0;
}

.video-proof {
  overflow: hidden;
  border: 1px solid rgba(47, 38, 29, 0.14);
  border-radius: var(--radius);
  background: var(--ink);
  box-shadow: var(--shadow);
}

.video-proof video {
  width: 100%;
  aspect-ratio: 9 / 16;
  max-height: 720px;
  object-fit: cover;
  background: var(--ink);
}

.media-proof-copy {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.media-proof-copy > p {
  max-width: 780px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
}

.book-proof-grid {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.book-proof-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.72);
}

.book-proof-card img {
  width: 88px;
  height: 88px;
  border-radius: 6px;
  object-fit: cover;
  background: var(--paper-2);
}

.book-proof-card p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.94rem;
}

.module-card,
.audience-item,
.persona-card,
.related-card,
.testimonial-card,
.module-row,
.fit-grid article,
.subhero-note,
.result-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.54);
}

.module-card {
  min-height: 180px;
  padding: 16px;
  font-size: 0.92rem;
}

.module-card h3 {
  font-size: 0.98rem !important;
  line-height: 1.25;
}

.module-card p {
  font-size: 0.84rem;
  line-height: 1.45;
  color: var(--muted);
}

.module-card span,
.module-row > span,
.related-card span {
  color: var(--gold-on-light);
  font-weight: 900;
}

.module-card h3,
.module-row h2,
.audience-item h3,
.audience-item h2 {
  margin-top: 12px;
}

.module-card p,
.audience-item p,
.related-card p,
.module-row p {
  margin-top: 10px;
  color: var(--muted);
}

.module-row ul {
  display: grid;
  gap: 6px;
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--brown);
  font-weight: 800;
}

.module-row li::marker {
  color: var(--gold);
}

.module-list {
  display: grid;
  gap: 12px;
}

.module-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 20px;
  padding: 22px;
}

.module-row h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.3rem);
}

.audience-grid,
.persona-grid,
.audience-decision-grid,
.related-grid,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.persona-grid {
  grid-template-columns: repeat(5, 1fr);
}

.audience-grid--large,
.fit-grid {
  grid-template-columns: repeat(2, 1fr);
}

.audience-decision-grid {
  grid-template-columns: repeat(3, 1fr);
}

.audience-item,
.persona-card,
.audience-decision-card,
.fit-grid article {
  padding: 22px;
}

.fit-anti-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.fit-anti-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.5;
}

.fit-anti-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 700;
}

.audience-decision-card {
  min-height: 310px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.62);
}

.audience-decision-card h2 {
  font-size: clamp(1.45rem, 2.2vw, 2.1rem);
}

.audience-decision-card dl {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}

.audience-decision-card div {
  display: grid;
  gap: 5px;
}

.audience-decision-card dt {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.audience-decision-card dd {
  margin: 0;
  color: var(--muted);
}

.persona-card {
  min-height: 370px;
  background: rgba(255, 248, 236, 0.64);
}

.persona-card h3 {
  min-height: 58px;
  margin-top: 0;
  font-size: 1.12rem;
}

.persona-card dl {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
}

.persona-card div {
  display: grid;
  gap: 4px;
}

.persona-card dt {
  color: var(--gold-on-light);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.persona-card dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

/* Masonry layout for /opinie/ — variable card heights, 2 columns */
.testimonial-grid--full {
  column-count: 2;
  column-gap: 18px;
  grid-template-columns: none;
  display: block;
}

.testimonial-grid--full .testimonial-card {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 880px) {
  .testimonial-grid--full {
    column-count: 1;
  }
}

.subhero-note--quote {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 22px 20px;
  background: linear-gradient(180deg, rgba(202, 164, 106, 0.10), rgba(202, 164, 106, 0.03));
  border: 1px solid rgba(202, 164, 106, 0.45);
  border-radius: 14px;
  transition: opacity 0.22s ease;
}

.subhero-note-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(202, 164, 106, 0.5);
}

.subhero-note-quote {
  margin: 0;
}

.subhero-note-quote strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.32;
  color: var(--ink);
  margin-bottom: 8px;
}

.subhero-note-attr {
  display: block;
  font-size: 0.86rem;
  color: var(--brown-2);
}

.testimonial-grid--compact .testimonial-card:nth-child(n + 4) {
  display: none;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  background: #f9f3e8;
}

.testimonial-person {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.testimonial-person img {
  width: 96px;
  height: 96px;
  border-radius: 10px;
  object-fit: cover;
  background: var(--paper-2);
}

.testimonial-person p {
  color: var(--muted);
  font-size: 0.9rem;
}

.testimonial-card blockquote {
  margin: 0;
  color: #33281f;
  max-height: 13.5rem;
  overflow: hidden;
}

.testimonial-card blockquote p {
  display: block;
}

.testimonial-card blockquote p + p {
  margin-top: 12px;
}

.testimonial-pullquote {
  color: var(--brown);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.16rem;
  font-weight: 700;
  line-height: 1.22;
}

.testimonial-card blockquote.is-expanded p {
  display: block;
  overflow: visible;
}

.testimonial-card blockquote.is-expanded {
  max-height: none;
  overflow: visible;
}

.text-button {
  width: fit-content;
  min-height: 44px;
  margin-top: auto;
  padding: 10px 4px;
  border: 0;
  color: var(--brown);
  background: transparent;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.text-button[hidden] {
  display: none;
}

.section-actions {
  margin-top: 28px;
}

.faq-list,
.objection-list {
  display: grid;
  gap: 10px;
}

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

@media (max-width: 760px) {
  .objection-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.faq-list details,
.objection-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.56);
  transition: border-color 0.18s, background 0.18s;
}

.faq-list details:hover,
.objection-list details:hover {
  border-color: rgba(202, 164, 106, 0.5);
  background: rgba(255, 248, 236, 0.78);
}

.faq-list details[open],
.objection-list details[open] {
  border-color: rgba(202, 164, 106, 0.55);
  background: rgba(255, 248, 236, 0.9);
}

.faq-list summary,
.objection-list summary {
  position: relative;
  padding: 18px 52px 18px 20px;
  font-weight: 800;
  font-size: 1rem;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  transition: color 0.18s;
}

.faq-list summary::-webkit-details-marker,
.objection-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after,
.objection-list summary::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.22s ease;
}

.faq-list details[open] summary::after,
.objection-list details[open] summary::after {
  transform: translateY(-30%) rotate(-135deg);
}

.faq-list summary:hover,
.objection-list summary:hover {
  color: var(--brown);
}

.faq-list p,
.objection-list p {
  padding: 0 20px 18px;
  color: var(--brown-2);
  line-height: 1.6;
}

.subhero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 5vw, 70px);
  align-items: end;
  padding-block: clamp(60px, 10vw, 130px) clamp(40px, 7vw, 88px);
}

.subhero > div {
  display: grid;
  gap: 18px;
  max-width: 860px;
}

.subhero h1,
.article-hero h1,
.result-hero h1,
.survey-intro h1 {
  font-size: clamp(2.1rem, 4.2vw, 3.6rem);
}

.subhero-note,
.result-card {
  display: grid;
  gap: 8px;
  padding: 22px;
  color: var(--cream);
  background: var(--ink);
  border-color: rgba(255, 248, 236, 0.12);
}

/* Override base ink bg for pullquote variant — source order would otherwise win */
.subhero-note.subhero-note--quote {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(202, 164, 106, 0.10), rgba(202, 164, 106, 0.03));
  border-color: rgba(202, 164, 106, 0.45);
}

.subhero-note span,
.result-card span {
  color: rgba(255, 248, 236, 0.7);
}

.subhero-note.subhero-note--quote span {
  color: var(--brown-2);
}

.article-page {
  padding-block: clamp(56px, 9vw, 120px) 0;
}

.article-hero {
  display: grid;
  gap: 18px;
  max-width: 900px;
  margin-inline: auto;
}


.article-hero-portrait {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
  margin: 18px 0 0;
}

.article-hero-portrait img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
}

.article-hero-portrait figcaption {
  display: grid;
  gap: 6px;
}

.article-hero-portrait figcaption strong {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.6rem;
  color: var(--ink);
}

.article-hero-portrait figcaption span {
  font-size: 0.94rem;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 600px) {
  .article-hero-portrait {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 14px;
  }
  .article-hero-portrait img {
    width: 160px;
    height: 160px;
  }
}

.article-author-byline {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  margin: 16px 0 0;
  padding: 12px 16px;
  background: rgba(202, 164, 106, 0.06);
  border-left: 3px solid var(--gold);
  border-radius: 8px;
}

.article-author-byline img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
}

.article-author-byline figcaption {
  display: grid;
  gap: 2px;
}

.article-author-byline figcaption span {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.article-author-byline figcaption strong {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.2rem;
  color: var(--ink);
}

.article-author-byline figcaption p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--muted);
}

.article-credentials {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin: 16px 0 0;
  padding: 18px 22px;
  list-style: none;
  background: rgba(202, 164, 106, 0.08);
  border: 1px solid rgba(202, 164, 106, 0.25);
  border-radius: 14px;
}

.article-credentials li {
  display: grid;
  gap: 4px;
}

.article-credentials strong {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--gold-2, var(--gold));
  line-height: 1;
}

.article-credentials span {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.4;
}

@media (max-width: 600px) {
  .article-credentials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px 16px;
    gap: 14px;
  }
}

.article-body {
  display: grid;
  gap: 18px;
  max-width: 760px;
  margin-inline: auto;
  padding-block: clamp(34px, 5vw, 64px);
}

.article-topic {
  display: grid;
  gap: 10px;
}

.article-topic h2 {
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
}

.legal-block h2 {
  font-size: clamp(1.45rem, 2.3vw, 2.1rem);
}

.legal-block p {
  margin-top: 10px;
}

.legal-block ul,
.legal-block ol {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding-left: 22px;
}

.legal-block li {
  color: var(--brown);
}

.article-detail-panel {
  display: grid;
  gap: 14px;
  margin: 10px 0;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid rgba(202, 164, 106, 0.26);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(202, 164, 106, 0.14), rgba(255, 248, 236, 0.68)),
    var(--cream);
  box-shadow: 0 18px 48px rgba(17, 13, 8, 0.08);
}

.article-detail-panel h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.5rem);
}

.article-detail-panel p {
  color: var(--brown);
  font-weight: 800;
}

.article-detail-panel ul {
  display: grid;
  gap: 10px;
  margin: 4px 0 0;
  padding: 0;
  list-style: none;
}

.article-detail-panel li {
  position: relative;
  padding-left: 24px;
  color: var(--muted);
}

.article-detail-panel li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  transform: translateY(-50%);
}

.article-callout {
  display: grid;
  gap: 8px;
  padding: 22px;
  border-left: 4px solid var(--gold);
  background: var(--cream);
}

.article-callout span {
  color: var(--muted);
}

.article-howto {
  display: grid;
  gap: 18px;
  margin: 14px 0;
  padding: clamp(22px, 4vw, 32px);
  border: 1px solid rgba(202, 164, 106, 0.22);
  border-radius: var(--radius);
  background: var(--cream);
}

.article-howto h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.4rem);
}

.article-howto-steps {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.article-howto-steps > li {
  position: relative;
  padding: 16px 18px 16px 60px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(202, 164, 106, 0.16);
  counter-increment: step;
}

.article-howto-steps > li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 18px;
  left: 18px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--brown);
  background: var(--gold);
  border-radius: 50%;
}

.article-howto-steps h3 {
  margin: 0 0 4px;
  font-size: 1.1rem;
  color: var(--brown);
}

.article-howto-steps p {
  margin: 0;
  color: var(--muted);
}

.article-glossary,
.article-faq {
  display: grid;
  gap: 16px;
  margin: 14px 0;
  padding: clamp(22px, 4vw, 32px);
  border-radius: var(--radius);
  background: var(--cream);
  border: 1px solid rgba(202, 164, 106, 0.18);
}

.article-glossary h2,
.article-faq h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.4rem);
}

.article-glossary dl,
.article-faq dl {
  display: grid;
  gap: 14px;
  margin: 0;
}

.article-glossary dt,
.article-faq dt {
  margin: 0;
  padding: 14px 18px;
  border-radius: 12px 12px 0 0;
  background: rgba(202, 164, 106, 0.16);
  font-weight: 800;
  color: var(--brown);
  border: 1px solid rgba(202, 164, 106, 0.22);
  border-bottom: none;
}

.article-glossary dd,
.article-faq dd {
  margin: 0;
  padding: 14px 18px 18px;
  border-radius: 0 0 12px 12px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--muted);
  border: 1px solid rgba(202, 164, 106, 0.18);
  border-top: none;
}

.section--advisors-home .advisor-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.section--advisors-home .advisor-card {
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(202, 164, 106, 0.2);
  border-radius: 14px;
  padding: 18px;
}

.patronat-stack {
  display: grid;
  gap: 14px;
}

.patronat-stack article {
  position: relative;
  padding: 18px 18px 18px 64px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(202, 164, 106, 0.18);
}

.patronat-stack article > span {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: var(--brown);
  background: var(--gold);
  border-radius: 50%;
}

.patronat-stack h3 {
  margin: 0 0 4px;
  color: var(--brown);
}

.patronat-stack p {
  margin: 0;
  color: var(--muted);
}

.related-grid {
  grid-template-columns: repeat(3, 1fr);
}

.related-card {
  display: grid;
  gap: 10px;
  padding: 22px;
  min-height: 190px;
}

.section--live {
  width: 100%;
  max-width: none;
  padding-left: max(20px, calc((100vw - var(--content)) / 2));
  padding-right: max(20px, calc((100vw - var(--content)) / 2));
  background: #f0e3cf;
}

.live-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(20px, 4vw, 48px);
  align-items: center;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(78, 58, 38, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 86% 20%, rgba(202, 164, 106, 0.22), transparent 32%),
    rgba(255, 248, 236, 0.66);
}

.live-panel h2 {
  margin-top: 8px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.live-panel p {
  max-width: 720px;
  margin-top: 12px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.result-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  min-height: calc(100svh - var(--topbar));
  padding-block: clamp(56px, 9vw, 120px);
}

.result-hero:not(:has(aside)) {
  grid-template-columns: minmax(0, 1fr);
}

.result-hero > div {
  display: grid;
  gap: 18px;
  max-width: 850px;
}

.survey-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 560px);
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  padding-block: clamp(56px, 9vw, 120px);
}

.survey-intro {
  position: sticky;
  top: calc(var(--topbar) + 28px);
  display: grid;
  gap: 18px;
}

.survey-form {
  padding: clamp(20px, 3vw, 32px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--cream);
  box-shadow: 0 18px 60px rgba(47, 38, 29, 0.16);
}

.survey-progress {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 900;
}

.survey-progress div {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(47, 38, 29, 0.1);
}

.survey-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--gold);
  transition: width 0.2s ease;
}

.survey-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.survey-step legend {
  width: 100%;
  margin-bottom: 18px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.12;
}

.survey-step-hint {
  margin: -8px 0 18px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.5;
}

.option-grid {
  display: grid;
  gap: 10px;
}

.choice {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid rgba(47, 38, 29, 0.16);
  border-radius: var(--radius);
  background: #fffaf1;
  font-weight: 800;
}

.choice input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--gold);
}

.choice:has(input:checked) {
  border-color: var(--gold);
  background: #f7e7cb;
}

.field--survey {
  margin-top: 0;
}

.survey-contact {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid rgba(47, 38, 29, 0.14);
  border-radius: var(--radius);
  background: #f7e7cb;
}

.survey-contact[hidden] {
  display: none;
}

.survey-contact p {
  color: #5f5241;
}

.field--survey input,
.field--survey textarea,
.survey-form textarea {
  color: var(--ink);
  border-color: rgba(47, 38, 29, 0.18);
  background: #fffaf1;
}

.field--survey em {
  color: var(--muted);
}

.consent--survey {
  color: var(--muted);
}

.survey-review {
  display: grid;
  gap: 14px;
  color: var(--muted);
}

.survey-review div {
  display: grid;
  gap: 8px;
}

.survey-review span {
  display: block;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: #f7e7cb;
  color: var(--ink);
}

.survey-error {
  min-height: 24px;
  margin-top: 16px;
  color: var(--danger);
  font-weight: 800;
}

.survey-actions {
  justify-content: space-between;
  margin-top: 12px;
}

/* /doradcy/ index hero */
.adv-hero {
  background:
    radial-gradient(circle at 18% 0%, rgba(202, 164, 106, 0.18), transparent 38%),
    var(--ink);
  color: var(--cream);
  padding: clamp(56px, 8vw, 96px) clamp(24px, 4vw, 48px);
}

.adv-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr minmax(260px, 0.9fr);
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.adv-hero-copy h1 {
  margin: 14px 0 18px;
  color: var(--cream);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(2.1rem, 4.4vw, 3.4rem);
  letter-spacing: -0.01em;
  line-height: 1.08;
}

.adv-hero-lead {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  color: rgba(255, 248, 236, 0.78);
  line-height: 1.55;
  max-width: 540px;
  margin: 0 0 28px;
}

.adv-hero-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
}

.adv-hero-stats li {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.adv-hero-stats strong {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}

.adv-hero-stats span {
  font-size: 0.78rem;
  color: rgba(255, 248, 236, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.adv-hero-aside {
  background: rgba(255, 248, 236, 0.04);
  border: 1px solid rgba(199, 165, 111, 0.22);
  border-radius: 14px;
  padding: 22px 24px;
}

.adv-hero-aside-label {
  margin: 0 0 6px;
  font-size: 0.78rem;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
}

.adv-hero-aside-text {
  margin: 0;
  font-size: 0.96rem;
  color: rgba(255, 248, 236, 0.74);
  line-height: 1.55;
}

.adv-list-sect {
  background: var(--cream);
  padding: clamp(48px, 6vw, 72px) clamp(20px, 4vw, 48px);
}

.adv-list-head {
  max-width: 1080px;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.adv-list-head h2 {
  margin: 6px 0 0;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}

.adv-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.adv-chip {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--brown);
  background: rgba(255, 248, 236, 0.6);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 7px 14px;
  cursor: pointer;
  transition: background 0.18s, border-color 0.18s, color 0.18s;
  font-family: inherit;
}

.adv-chip:hover {
  background: rgba(202, 164, 106, 0.16);
  border-color: rgba(202, 164, 106, 0.45);
}

.adv-chip:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.adv-chip.is-active {
  background: var(--ink);
  color: var(--cream);
  border-color: var(--ink);
}

.adv-result-count {
  max-width: 1080px;
  margin: 0 auto 18px;
  font-size: 0.86rem;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.adv-empty {
  max-width: 1080px;
  margin: 24px auto 0;
  padding: 32px;
  text-align: center;
  color: var(--muted);
  background: rgba(255, 248, 236, 0.4);
  border: 1px dashed var(--line);
  border-radius: 14px;
}

.advisor-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.advisor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 22px 18px 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.advisor-card-photo {
  margin-bottom: 12px;
}

.advisor-card:hover {
  border-color: rgba(202, 164, 106, 0.55);
  box-shadow: 0 18px 40px rgba(47, 38, 29, 0.08);
  transform: translateY(-2px);
}

.advisor-card-photo img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--paper-2);
  border: 2px solid rgba(202, 164, 106, 0.4);
  box-shadow: 0 4px 18px rgba(47, 38, 29, 0.08);
}

.advisor-card-initials {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #c7a56f 0%, #e0c88f 50%, #c7a56f 100%);
  color: var(--ink, #2f261d);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  border: 2px solid rgba(202, 164, 106, 0.55);
  box-shadow: 0 4px 18px rgba(47, 38, 29, 0.08);
}

.advisor-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  width: 100%;
}

.advisor-card-body h3 {
  margin: 0;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.1rem;
  color: var(--ink);
  line-height: 1.2;
}

.advisor-title {
  margin: 0;
  font-size: 0.78rem;
  color: #7a5c2a;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.2em;
  line-height: 1.3;
}

.advisor-region {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 2px 0 0;
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

.advisor-region svg {
  color: var(--gold);
  opacity: 0.8;
}

.advisor-summary {
  margin: 8px 0 12px;
  font-size: 0.86rem;
  color: var(--brown-2);
  line-height: 1.5;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.advisor-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  justify-content: center;
}

.advisor-card-cta {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 8px;
  background: var(--ink);
  color: var(--cream);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.18s;
}

.advisor-card-cta:hover {
  background: var(--brown);
}

.advisor-card-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 8px;
  background: transparent;
  color: var(--brown);
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.18s, color 0.18s;
}

.advisor-card-link svg {
  color: var(--gold);
  opacity: 0.85;
}

.advisor-card-link:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.advisor-card--placeholder {
  border-style: dashed;
  border-color: rgba(202, 164, 106, 0.55);
  background: rgba(255, 248, 236, 0.35);
  justify-content: center;
}

@media (max-width: 760px) {
  .advisor-card--placeholder {
    grid-column: 1 / -1;
  }
}

.advisor-card--placeholder:hover {
  transform: none;
  box-shadow: none;
  border-color: rgba(202, 164, 106, 0.7);
}

.advisor-card-placeholder-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(202, 164, 106, 0.12);
  border: 1.5px dashed var(--gold);
  color: var(--gold);
  margin-bottom: 12px;
}

.advisor-card-placeholder-icon svg {
  width: 24px;
  height: 24px;
}

.advisor-card--placeholder h3 {
  margin: 0;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.1rem;
  color: var(--ink);
  line-height: 1.2;
}

.advisor-card-placeholder-text {
  margin: 8px 0 0;
  font-size: 0.84rem;
  color: var(--brown-2);
  line-height: 1.5;
}

.adv-map-sect {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(56px, 6vw, 80px) clamp(20px, 4vw, 48px);
}

.adv-map-head {
  max-width: 1080px;
  margin: 0 auto 24px;
  text-align: center;
}

.adv-map-head h2 {
  margin: 8px 0 8px;
  color: var(--cream);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
}

.adv-map-head p {
  margin: 0 auto;
  font-size: 0.96rem;
  color: rgba(255, 248, 236, 0.6);
  max-width: 540px;
}

.adv-map-sect .ds-map-wrap {
  max-width: 1080px;
  margin: 0 auto;
  height: 480px;
}

.adv-map-sect .ds-map-attribution {
  max-width: 1080px;
  margin: 6px auto 0;
}

/* Vision 2030 cinematic section */
.vision-2030 {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(202, 164, 106, 0.18), transparent 50%),
    linear-gradient(180deg, #0a0907 0%, #0f0d0a 60%, #0a0907 100%);
  color: var(--cream);
  padding: clamp(64px, 8vw, 110px) clamp(20px, 4vw, 48px);
  overflow: hidden;
  isolation: isolate;
}

.vision-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 20% 80%, rgba(202, 164, 106, 0.08), transparent 40%),
    radial-gradient(circle at 80% 20%, rgba(202, 164, 106, 0.06), transparent 40%);
  pointer-events: none;
}

.vision-2030::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(202, 164, 106, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(202, 164, 106, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, #000 10%, transparent 70%);
  pointer-events: none;
  z-index: -1;
}

.vision-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.vision-head {
  text-align: center;
  margin-bottom: 48px;
}

.vision-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-2);
  background: rgba(202, 164, 106, 0.1);
  border: 1px solid rgba(202, 164, 106, 0.32);
  border-radius: 999px;
  padding: 8px 18px;
  margin-bottom: 18px;
  animation: vision-eyebrow-pulse 3.5s ease-in-out infinite;
}

@keyframes vision-eyebrow-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(202, 164, 106, 0.0); }
  50% { box-shadow: 0 0 0 8px rgba(202, 164, 106, 0.12); }
}

.vision-head h2 {
  margin: 0 auto 16px;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.9rem, 3.4vw, 3rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--cream);
  max-width: 800px;
}

.vision-h-accent {
  background: linear-gradient(135deg, #e0c88f 0%, #f4dca6 50%, #c7a56f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-style: italic;
}

.vision-sub {
  margin: 0 auto;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  color: rgba(255, 248, 236, 0.7);
  line-height: 1.55;
  max-width: 620px;
}

.vision-scope {
  margin: 18px auto 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(202, 164, 106, 0.06);
  border: 1px solid rgba(202, 164, 106, 0.2);
  border-radius: 999px;
  font-size: 0.82rem;
  color: rgba(255, 248, 236, 0.55);
  max-width: 640px;
  line-height: 1.4;
}

.vision-scope svg {
  color: var(--gold-2);
  flex-shrink: 0;
  opacity: 0.85;
}

.vision-stage {
  position: relative;
  margin: 0 auto;
  max-width: 920px;
}

.vision-counter {
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 14px 28px;
  background: rgba(15, 13, 10, 0.78);
  border: 1px solid rgba(202, 164, 106, 0.4);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  pointer-events: none;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.vision-counter-num {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  font-weight: 700;
  color: var(--gold-2);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 24px rgba(202, 164, 106, 0.4);
  letter-spacing: -0.01em;
}

.vision-counter-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 248, 236, 0.7);
}

.vision-map-shell {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(202, 164, 106, 0.22);
  background: #08070a;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(202, 164, 106, 0.08),
    inset 0 0 40px rgba(0, 0, 0, 0.4);
  aspect-ratio: 16 / 11;
}

.vision-map {
  position: absolute;
  inset: 0;
  background: #08070a;
}

.vision-map .leaflet-container {
  background: #08070a;
}

.vision-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translate(-50%, -50%) scale(0.9);
  background: radial-gradient(circle, rgba(202, 164, 106, 0.4) 0%, rgba(202, 164, 106, 0.08) 30%, transparent 60%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.18;
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 2;
  mix-blend-mode: screen;
}

.vision-particles {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  pointer-events: none;
  z-index: 3;
}

.vision-pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  border: 2px solid rgba(202, 164, 106, 0.6);
  animation: vision-pulse-ripple 2s ease-out forwards;
}

@keyframes vision-pulse-ripple {
  0% {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    border-color: rgba(202, 164, 106, 0.85);
    opacity: 1;
  }
  100% {
    width: 720px;
    height: 720px;
    margin-left: -360px;
    margin-top: -360px;
    border-color: rgba(202, 164, 106, 0);
    opacity: 0;
  }
}

.vision-firework {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
  border-radius: 50%;
  background: hsl(var(--hue, 36), 76%, 70%);
  box-shadow: 0 0 16px hsl(var(--hue, 36), 76%, 60%);
  animation: vision-firework-fly 1.4s cubic-bezier(0.2, 0.8, 0.3, 1) forwards;
}

@keyframes vision-firework-fly {
  0% {
    transform: translate(0, 0) scale(0.6);
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(var(--fx, 100px), var(--fy, 100px)) scale(0.2);
    opacity: 0;
  }
}

.vision-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 32px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #c7a56f 0%, #e0c88f 50%, #c7a56f 100%);
  color: #1a1200;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-weight: 700;
  font-size: 1.15rem;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow:
    0 18px 40px rgba(202, 164, 106, 0.4),
    0 0 0 4px rgba(202, 164, 106, 0.15),
    0 0 60px rgba(202, 164, 106, 0.35);
  transition: transform 0.3s, box-shadow 0.3s, opacity 0.5s;
  animation: vision-play-pulse 2.2s ease-in-out infinite;
}

@keyframes vision-play-pulse {
  0%, 100% { box-shadow: 0 18px 40px rgba(202, 164, 106, 0.4), 0 0 0 4px rgba(202, 164, 106, 0.15), 0 0 60px rgba(202, 164, 106, 0.35); }
  50% { box-shadow: 0 18px 50px rgba(202, 164, 106, 0.55), 0 0 0 10px rgba(202, 164, 106, 0.18), 0 0 90px rgba(202, 164, 106, 0.55); }
}

.vision-play:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

.vision-play.is-playing {
  opacity: 0;
  pointer-events: none;
  animation: none;
}

.vision-play.is-finished {
  animation: none;
  opacity: 0.85;
  pointer-events: auto;
  background: rgba(15, 13, 10, 0.7);
  border: 1px solid rgba(202, 164, 106, 0.4);
  color: var(--gold-2);
  font-size: 0.95rem;
  padding: 12px 22px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.vision-play.is-finished:hover {
  opacity: 1;
  background: rgba(15, 13, 10, 0.92);
}

.vision-controls {
  margin: 28px auto 0;
  max-width: 720px;
  padding: 0 8px;
}

.vision-scrubber {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.vision-scrubber::-webkit-slider-runnable-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(202, 164, 106, 0.5) 0%, rgba(202, 164, 106, 0.15) 100%);
  border: 1px solid rgba(255, 248, 236, 0.08);
}

.vision-scrubber::-moz-range-track {
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(202, 164, 106, 0.5) 0%, rgba(202, 164, 106, 0.15) 100%);
  border: 1px solid rgba(255, 248, 236, 0.08);
}

.vision-scrubber::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0c88f, #c7a56f);
  border: 2px solid #fff;
  box-shadow: 0 0 16px rgba(202, 164, 106, 0.7), 0 4px 12px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  margin-top: -8px;
}

.vision-scrubber::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0c88f, #c7a56f);
  border: 2px solid #fff;
  box-shadow: 0 0 16px rgba(202, 164, 106, 0.7), 0 4px 12px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.vision-years {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 12px 0 0;
  padding: 0 4px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 248, 236, 0.45);
}

.vision-stats {
  list-style: none;
  margin: 56px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 18px;
  max-width: 900px;
}

.vision-stats li {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 22px 24px;
  background: linear-gradient(135deg, rgba(202, 164, 106, 0.08) 0%, rgba(202, 164, 106, 0.02) 100%);
  border: 1px solid rgba(202, 164, 106, 0.18);
  border-radius: 14px;
  text-align: center;
}

.vision-stats strong {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--gold-2);
  font-weight: 700;
  line-height: 1;
}

.vision-stats span {
  font-size: 0.84rem;
  color: rgba(255, 248, 236, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.vision-caption {
  margin: 32px auto 0;
  max-width: 580px;
  text-align: center;
  font-size: 0.92rem;
  color: rgba(255, 248, 236, 0.42);
  font-style: italic;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .vision-counter {
    top: 10px;
    padding: 10px 18px;
  }

  .vision-counter-num {
    font-size: 2rem;
  }

  .vision-play {
    padding: 14px 22px;
    font-size: 0.98rem;
  }

  .vision-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .vision-stats li {
    padding: 18px 14px;
  }

  .vision-map-shell {
    aspect-ratio: 4 / 5;
  }
}

.adv-cta-sect {
  background: var(--cream);
  padding: clamp(56px, 6vw, 80px) clamp(20px, 4vw, 48px);
}

.adv-cta-wrap {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: start;
}

.adv-cta-copy h2 {
  margin: 8px 0 14px;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: -0.01em;
}

.adv-cta-copy p {
  font-size: clamp(0.98rem, 1.2vw, 1.08rem);
  color: var(--brown-2);
  line-height: 1.65;
}

@media (max-width: 760px) {
  .adv-hero-inner {
    grid-template-columns: 1fr;
  }

  .adv-list-head {
    gap: 14px;
    position: sticky;
    top: var(--topbar, 76px);
    z-index: 5;
    background: var(--paper);
    padding: 10px 0;
    margin-bottom: 6px;
  }

  .adv-filter {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .adv-filter::-webkit-scrollbar { display: none; }

  .adv-chip {
    flex-shrink: 0;
    min-height: 44px;
  }

  .adv-map-sect .ds-map-wrap {
    height: 380px;
  }

  .adv-cta-wrap {
    grid-template-columns: 1fr;
  }

  .advisor-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .advisor-card {
    padding: 18px 14px 14px;
  }

  .advisor-card-photo img,
  .advisor-card-initials {
    width: 76px;
    height: 76px;
  }

  .advisor-card-initials {
    font-size: 1.4rem;
  }
}


/* Leaflet-based interactive advisor map - 1:1 port from PROD doradcasukcesyjny.pl */
.ds-map-wrap {
  position: relative;
  height: 380px;
  margin-top: 8px;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
}

.ds-map-wrap .leaflet-container {
  background: #1a1a1a;
  font-family: inherit;
  height: 100%;
  width: 100%;
}

.ds-map-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.86rem;
  color: rgba(255, 255, 255, 0.35);
  pointer-events: none;
}

.ds-map-attribution {
  margin-top: 6px;
  font-size: 0.62rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.18);
  text-align: right;
}

.ds-map-marker {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(135deg, #b8944d 0%, var(--gold) 40%, #e0c88f 100%);
  color: #1a1200;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.55), 0 0 0 4px rgba(202, 164, 106, 0.0);
  cursor: pointer;
  transition: transform 0.18s, box-shadow 0.18s;
}

.ds-map-marker:hover {
  transform: scale(1.18);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6), 0 0 0 5px rgba(202, 164, 106, 0.25);
  z-index: 1000;
}

.ds-map-popup {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 4px 2px;
}

.ds-map-popup-photo {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid rgba(199, 165, 111, 0.5);
  object-fit: cover;
}

.ds-map-popup-body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ds-map-popup strong {
  display: block;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1rem;
  color: var(--ink);
  line-height: 1.2;
}

.ds-map-popup span {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 600;
}

.ds-map-popup-cta {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  font-size: 0.84rem;
  color: var(--brown);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 38, 29, 0.35);
  padding-bottom: 1px;
  width: fit-content;
}

.ds-map-popup-cta:hover {
  color: var(--ink);
  border-bottom-color: var(--ink);
}

.leaflet-popup-content-wrapper {
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
  background: rgba(255, 248, 236, 0.98);
}

.leaflet-popup-tip {
  background: rgba(255, 248, 236, 0.98);
}

/* Legacy abstract SVG outline styles - kept for backwards-compat with any
   page still using .advisor-map. Remove once /doradcy/ is the only consumer. */
.advisor-map {
  position: relative;
  height: 420px;
  overflow: hidden;
  border: 1px solid rgba(255, 248, 236, 0.14);
  border-radius: var(--radius);
  background: #17130f;
}

.advisor-map--static {
  isolation: isolate;
  background:
    radial-gradient(circle at 68% 28%, rgba(202, 164, 106, 0.22), transparent 22%),
    linear-gradient(135deg, #16110d, #211a13 48%, #0f0e0c);
}

.advisor-map-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 248, 236, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 248, 236, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at center, #000, transparent 74%);
}

.advisor-map-poland {
  position: absolute;
  inset: 24px 6% 24px 6%;
  z-index: 0;
  width: auto;
  height: auto;
  filter: drop-shadow(0 18px 34px rgba(0, 0, 0, 0.32));
}

.advisor-map-poland path {
  fill: rgba(228, 197, 142, 0.18);
  stroke: rgba(228, 197, 142, 0.72);
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.map-attribution {
  margin-top: 8px;
  color: rgba(255, 248, 236, 0.44);
  font-size: 0.78rem;
  text-align: right;
}

.advisor-map-pin {
  position: absolute;
  left: var(--pin-x);
  top: var(--pin-y);
  display: grid;
  grid-template-columns: 40px;
  gap: 0;
  align-items: center;
  min-width: 40px;
  padding: 0;
  border: 2px solid rgba(255, 248, 236, 0.32);
  border-radius: 999px;
  color: var(--cream);
  background: rgba(15, 13, 11, 0.82);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.34);
  transform: translate(-19px, -19px);
  backdrop-filter: blur(10px);
}

.advisor-map-pin span {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--ink);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  font-size: 0.72rem;
  font-weight: 900;
}

.advisor-map-pin strong,
.advisor-map-pin em {
  position: absolute;
  left: 48px;
  width: max-content;
  max-width: 220px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 248, 236, 0.22);
  border-radius: var(--radius);
  background: rgba(15, 13, 11, 0.94);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-6px);
  transition: opacity 0.16s ease, transform 0.16s ease;
}

.advisor-map-pin strong {
  top: -7px;
  font-size: 0.86rem;
  line-height: 1.1;
}

.advisor-map-pin em {
  top: 27px;
  color: rgba(255, 248, 236, 0.62);
  font-size: 0.72rem;
  font-style: normal;
}

.advisor-map-pin:hover strong,
.advisor-map-pin:hover em,
.advisor-map-pin:focus-visible strong,
.advisor-map-pin:focus-visible em {
  opacity: 1;
  transform: translateX(0);
}

/* Advisor profile page - 1:1 layout port from PROD doradcasukcesyjny.pl/<slug>/ */
body.advisor-profile {
  background: var(--ink);
}

body.advisor-profile main {
  background: var(--ink);
  color: var(--cream);
}

.ds-overline-gold {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ds-overline-gold::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
  opacity: 0.6;
}

.ds-hero {
  background: var(--ink);
  padding: 80px 24px 72px;
}

.ds-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 56px;
}

.ds-photo-col {
  flex-shrink: 0;
}

.ds-photo-ring img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 3px solid var(--gold);
  box-shadow:
    0 0 0 8px rgba(199, 165, 111, 0.1),
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(199, 165, 111, 0.08);
  object-fit: cover;
  display: block;
}

.ds-photo-initials {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #c7a56f 0%, #e0c88f 50%, #c7a56f 100%);
  color: var(--ink, #1a1a1a);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  border: 3px solid var(--gold);
  box-shadow:
    0 0 0 8px rgba(199, 165, 111, 0.1),
    0 8px 32px rgba(0, 0, 0, 0.4),
    0 0 30px rgba(199, 165, 111, 0.08);
}

.ds-info-col {
  flex: 1;
  min-width: 0;
}

.ds-info-col h1 {
  margin: 0 0 10px;
  color: var(--cream);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.ds-title {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--gold-2);
  font-weight: 500;
  margin: 0 0 20px;
}

.ds-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.ds-chip {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--gold);
  border: 1px solid rgba(199, 165, 111, 0.35);
  border-radius: 20px;
  padding: 5px 14px;
  background: rgba(199, 165, 111, 0.08);
}

.ds-region {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.92rem;
  color: rgba(255, 248, 236, 0.62);
  margin-bottom: 20px;
}

.ds-region svg {
  color: var(--gold);
  opacity: 0.7;
  flex-shrink: 0;
}

.ds-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.ds-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.94rem;
  text-decoration: none;
  transition: background 0.18s, border-color 0.18s, color 0.18s, transform 0.18s;
  border: 1px solid transparent;
}

.ds-action svg {
  flex-shrink: 0;
}

.ds-action--primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: 0 14px 30px rgba(202, 164, 106, 0.22);
}

.ds-action--primary:hover {
  background: var(--gold-2);
  transform: translateY(-1px);
}

.ds-action--ghost {
  background: rgba(255, 248, 236, 0.04);
  color: var(--cream);
  border-color: rgba(255, 248, 236, 0.18);
}

.ds-action--ghost svg {
  color: var(--gold);
}

.ds-action--ghost:hover {
  background: rgba(255, 248, 236, 0.08);
  border-color: rgba(199, 165, 111, 0.5);
  color: var(--gold-2);
}

.ds-trust-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 18px;
  font-size: 0.82rem;
  color: rgba(255, 248, 236, 0.6);
}

.ds-trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ds-trust-strip span {
  color: var(--gold);
  font-weight: 800;
}

.ds-chip--license {
  background: rgba(199, 165, 111, 0.16);
  border-color: rgba(199, 165, 111, 0.55);
  color: var(--gold-2);
}

.ds-bio {
  background: var(--cream);
  color: var(--ink);
  padding: 72px 24px;
}

.ds-bio-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.ds-bio-wrap .eyebrow {
  margin-bottom: 18px;
}

.ds-bio-body p {
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.78;
  color: var(--brown-2);
  margin: 0 0 18px;
}

.ds-bio-body p:last-child {
  margin-bottom: 0;
}

.ds-bio-lead {
  font-size: clamp(1.08rem, 1.4vw, 1.25rem) !important;
  font-weight: 600;
  color: var(--ink) !important;
  line-height: 1.55 !important;
  margin-bottom: 24px !important;
}

.ds-bio-lead.has-dropcap::first-letter {
  initial-letter: 3;
  -webkit-initial-letter: 3;
  float: left;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 3.6em;
  line-height: 0.85;
  font-weight: 700;
  color: var(--gold);
  margin: 0.05em 0.12em 0 0;
  padding: 0;
}

/* Premium philosophy pull-quote */
.ds-philosophy {
  position: relative;
  background:
    radial-gradient(circle at 50% 0%, rgba(202, 164, 106, 0.08), transparent 60%),
    var(--ink);
  color: var(--cream);
  padding: clamp(56px, 7vw, 96px) clamp(20px, 4vw, 48px);
  text-align: center;
  border-top: 1px solid rgba(199, 165, 111, 0.08);
  border-bottom: 1px solid rgba(199, 165, 111, 0.08);
}

.ds-philosophy-wrap {
  position: relative;
  max-width: 780px;
  margin: 0 auto;
}

.ds-philosophy-mark {
  display: block;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(5rem, 9vw, 9rem);
  line-height: 0.6;
  color: var(--gold);
  opacity: 0.35;
  margin-bottom: -18px;
  font-style: italic;
}

.ds-philosophy-quote {
  margin: 0 auto 18px;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-style: italic;
  font-size: clamp(1.4rem, 2.4vw, 2.05rem);
  line-height: 1.4;
  color: var(--cream);
  letter-spacing: -0.005em;
  font-weight: 400;
}

.ds-philosophy-attr {
  margin: 0;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-2);
}

/* Methodology pillar cards */
.ds-methods {
  background:
    radial-gradient(circle at 80% 100%, rgba(202, 164, 106, 0.08), transparent 50%),
    var(--ink);
  color: var(--cream);
  padding: clamp(64px, 7vw, 96px) clamp(20px, 4vw, 48px);
}

.ds-methods-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.ds-methods-head {
  margin-bottom: 36px;
  max-width: 720px;
}

.ds-methods-head h2 {
  margin: 8px 0 12px;
  color: var(--cream);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.01em;
}

.ds-methods-intro {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  color: rgba(255, 248, 236, 0.62);
  line-height: 1.6;
}

.ds-methods-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
}

.ds-method-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 26px 22px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.04) 0%, rgba(255, 248, 236, 0.015) 100%),
    rgba(20, 16, 12, 0.6);
  border: 1px solid rgba(255, 248, 236, 0.08);
  text-decoration: none;
  color: var(--cream);
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s, background 0.25s;
}

.ds-method-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(202, 164, 106, 0.18) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

.ds-method-card:hover {
  border-color: rgba(202, 164, 106, 0.45);
  transform: translateY(-3px);
}

.ds-method-card:hover::before {
  opacity: 1;
}

.ds-method-card--core {
  border-color: rgba(202, 164, 106, 0.32);
  background:
    linear-gradient(180deg, rgba(202, 164, 106, 0.06) 0%, rgba(202, 164, 106, 0.015) 100%),
    rgba(20, 16, 12, 0.7);
}

.ds-method-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

.ds-method-tagline {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-2);
  opacity: 0.85;
}

.ds-method-badge {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink);
  background: var(--gold);
  border-radius: 6px;
  padding: 3px 8px;
}

.ds-method-card h3 {
  margin: 0;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.32rem;
  font-weight: 600;
  color: var(--cream);
  letter-spacing: -0.005em;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}

.ds-method-card p {
  margin: 0;
  font-size: 0.94rem;
  color: rgba(255, 248, 236, 0.72);
  line-height: 1.55;
  position: relative;
  z-index: 1;
}

.ds-method-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.04em;
  position: relative;
  z-index: 1;
  transition: gap 0.25s, color 0.25s;
}

.ds-method-card:hover .ds-method-link {
  gap: 10px;
  color: var(--gold-2);
}

/* Process steps */
.ds-process {
  background: var(--cream);
  color: var(--ink);
  padding: clamp(64px, 7vw, 96px) clamp(20px, 4vw, 48px);
}

.ds-process-wrap {
  max-width: 880px;
  margin: 0 auto;
}

.ds-process-wrap .ds-overline-gold {
  color: var(--brown);
}

.ds-process-wrap .ds-overline-gold::before {
  background: var(--brown);
  opacity: 0.5;
}

.ds-process-head {
  margin-bottom: 40px;
}

.ds-process-head h2 {
  margin: 8px 0 12px;
  color: var(--ink);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.01em;
}

.ds-process-intro {
  margin: 0;
  max-width: 620px;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  color: var(--brown-2);
  line-height: 1.6;
}

.ds-process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
  counter-reset: step;
}

.ds-process-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
  padding: 24px 26px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: border-color 0.25s, box-shadow 0.25s;
  position: relative;
}

.ds-process-step:hover {
  border-color: rgba(202, 164, 106, 0.55);
  box-shadow: 0 18px 40px rgba(47, 38, 29, 0.06);
}

.ds-process-step::before {
  content: "";
  position: absolute;
  left: 51px;
  top: 70px;
  width: 1px;
  height: calc(100% - 50px);
  background: linear-gradient(180deg, rgba(202, 164, 106, 0.45) 0%, transparent 100%);
  pointer-events: none;
}

.ds-process-step:last-child::before {
  display: none;
}

.ds-process-num {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--gold);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(202, 164, 106, 0.14);
  border: 1px solid rgba(202, 164, 106, 0.3);
  flex-shrink: 0;
}

.ds-process-body h3 {
  margin: 6px 0 6px;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.25;
}

.ds-process-body p {
  margin: 0;
  font-size: 0.98rem;
  color: var(--brown-2);
  line-height: 1.6;
}

/* Recommended reading */
.ds-reading {
  background: var(--ink);
  color: var(--cream);
  padding: clamp(64px, 7vw, 96px) clamp(20px, 4vw, 48px);
}

.ds-reading-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.ds-reading-head {
  margin-bottom: 36px;
  max-width: 680px;
}

.ds-reading-head h2 {
  margin: 8px 0 12px;
  color: var(--cream);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.01em;
}

.ds-reading-intro {
  margin: 0;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  color: rgba(255, 248, 236, 0.62);
  line-height: 1.6;
}

.ds-reading-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.ds-reading-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  background: rgba(255, 248, 236, 0.03);
  border: 1px solid rgba(255, 248, 236, 0.08);
  border-radius: 14px;
  text-decoration: none;
  color: var(--cream);
  transition: border-color 0.25s, background 0.25s, transform 0.25s;
}

.ds-reading-card:hover {
  border-color: rgba(202, 164, 106, 0.4);
  background: rgba(255, 248, 236, 0.06);
  transform: translateY(-2px);
}

.ds-reading-idx {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-top: 2px;
}

.ds-reading-body h3 {
  margin: 0 0 6px;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.18rem;
  font-weight: 600;
  color: var(--cream);
  line-height: 1.25;
}

.ds-reading-note {
  margin: 0 0 10px;
  font-size: 0.92rem;
  color: rgba(255, 248, 236, 0.66);
  line-height: 1.55;
}

.ds-reading-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--gold-2);
  letter-spacing: 0.04em;
  transition: gap 0.25s, color 0.25s;
}

.ds-reading-card:hover .ds-reading-link {
  gap: 10px;
  color: var(--cream);
}

.ds-stats {
  background: var(--cream);
  padding: 0 24px 64px;
}

.ds-stats-wrap {
  max-width: 920px;
  margin: 0 auto;
}

.ds-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 248, 236, 0.85), rgba(255, 248, 236, 0.5)),
    linear-gradient(135deg, rgba(202, 164, 106, 0.16) 0%, rgba(202, 164, 106, 0) 60%);
  box-shadow: 0 18px 40px rgba(47, 38, 29, 0.06);
}

.ds-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 10px 4px;
}

.ds-stat strong {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2rem, 3.4vw, 2.6rem);
  line-height: 1;
  color: var(--brown);
  font-weight: 700;
}

.ds-stat span {
  font-size: 0.86rem;
  color: var(--muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ds-spec {
  background: var(--ink);
  color: var(--cream);
  padding: 72px 24px;
}

.ds-spec-wrap {
  max-width: 760px;
  margin: 0 auto;
}

.ds-spec-wrap h2 {
  margin: 0 0 14px;
  color: var(--cream);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.01em;
}

.ds-spec-intro {
  margin: 0 0 28px;
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  color: rgba(255, 248, 236, 0.6);
  max-width: 620px;
}

.ds-spec-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
}

.ds-spec-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 22px;
  background: rgba(255, 248, 236, 0.04);
  border: 1px solid rgba(255, 248, 236, 0.08);
  border-radius: 14px;
  font-size: 1.02rem;
  color: rgba(255, 248, 236, 0.88);
  line-height: 1.6;
  transition: border-color 0.2s, background 0.2s;
}

.ds-spec-item:hover {
  border-color: rgba(199, 165, 111, 0.35);
  background: rgba(255, 248, 236, 0.06);
}

.ds-check {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(199, 165, 111, 0.16);
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px;
}

.ds-spec-body strong {
  display: block;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.12rem;
  color: var(--cream);
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 1.35;
}

.ds-spec-body p {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 248, 236, 0.66);
  line-height: 1.55;
}

.ds-industries {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 248, 236, 0.08);
}

.ds-industries-label {
  margin: 0 0 12px;
  font-size: 0.84rem;
  color: rgba(255, 248, 236, 0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.ds-industries-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ds-industry-tag {
  font-size: 0.84rem;
  color: var(--gold-2);
  background: rgba(199, 165, 111, 0.08);
  border: 1px solid rgba(199, 165, 111, 0.2);
  border-radius: 8px;
  padding: 5px 12px;
}

.ds-biuro {
  background: var(--ink);
  color: var(--cream);
  padding: 8px 24px 72px;
}

.ds-biuro-wrap {
  max-width: 720px;
  margin: 0 auto;
}

.ds-biuro-wrap h2 {
  margin: 0 0 22px;
  color: var(--cream);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  letter-spacing: -0.01em;
}

.ds-biuro-card {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(199, 165, 111, 0.06);
  border: 1px solid rgba(199, 165, 111, 0.18);
  border-radius: 12px;
  padding: 24px 28px;
}

.ds-biuro-photo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(199, 165, 111, 0.4);
  object-fit: cover;
  display: block;
}

.ds-biuro-info {
  flex: 1;
  min-width: 0;
}

.ds-biuro-name {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 4px;
}

.ds-biuro-title {
  font-size: 0.9rem;
  color: var(--gold-2);
  margin-bottom: 12px;
}

.ds-biuro-contacts {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ds-biuro-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: rgba(255, 248, 236, 0.62);
  text-decoration: none;
  transition: color 0.2s;
}

.ds-biuro-link svg {
  color: var(--gold);
  opacity: 0.75;
  flex-shrink: 0;
}

.ds-biuro-link:hover {
  color: var(--gold-2);
}

.ds-cta-sect {
  background: var(--ink);
  color: var(--cream);
  padding: 80px 24px;
  text-align: center;
}

.ds-cta-wrap {
  max-width: 620px;
  margin: 0 auto;
}

.ds-cta-wrap h2 {
  margin: 0 0 18px;
  color: var(--cream);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  letter-spacing: -0.01em;
}

.ds-cta-sub {
  font-size: clamp(1rem, 1.3vw, 1.12rem);
  color: rgba(255, 248, 236, 0.74);
  margin: 0 0 32px;
  line-height: 1.65;
}

.ds-cta-friction {
  margin: 16px 0 0;
  font-size: 0.88rem;
  color: rgba(255, 248, 236, 0.45);
}

.ds-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.ds-cta-link {
  font-size: 0.92rem;
  color: rgba(255, 248, 236, 0.55);
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 248, 236, 0.25);
  padding-bottom: 2px;
  transition: color 0.2s;
}

.ds-cta-link:hover {
  color: var(--gold-2);
  border-bottom-color: var(--gold-2);
}

.ds-cta-bullets {
  list-style: none;
  margin: 32px auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.92rem;
  color: rgba(255, 248, 236, 0.6);
  max-width: 460px;
  text-align: left;
}

.ds-cta-bullets li {
  position: relative;
  padding-left: 24px;
  line-height: 1.55;
}

.ds-cta-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 800;
}

.ds-other {
  background: var(--ink);
  padding: 64px 24px 48px;
  border-top: 1px solid rgba(199, 165, 111, 0.1);
}

.ds-other-wrap {
  max-width: 1080px;
  margin: 0 auto;
}

.ds-other-head {
  margin-bottom: 24px;
}

.ds-other-head h2 {
  margin: 0;
  color: var(--cream);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

.ds-other-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.ds-other-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 248, 236, 0.03);
  border: 1px solid rgba(255, 248, 236, 0.08);
  border-radius: 12px;
  text-decoration: none;
  color: var(--cream);
  transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

.ds-other-card:hover {
  border-color: rgba(199, 165, 111, 0.4);
  background: rgba(255, 248, 236, 0.06);
  transform: translateY(-1px);
}

.ds-other-card img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(199, 165, 111, 0.3);
  flex-shrink: 0;
}

.ds-other-initials {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #c7a56f, #e0c88f);
  color: var(--ink, #1a1a1a);
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  border: 2px solid rgba(199, 165, 111, 0.4);
  flex-shrink: 0;
}

.ds-other-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.ds-other-text strong {
  font-size: 0.95rem;
  color: var(--cream);
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ds-other-text span {
  font-size: 0.78rem;
  color: rgba(255, 248, 236, 0.5);
}

.ds-other-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.92rem;
  color: var(--gold-2);
  text-decoration: none;
  font-weight: 700;
}

.ds-other-all:hover {
  color: var(--cream);
}

.ds-mobile-bar {
  display: none;
}

@media (max-width: 760px) {
  .ds-mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    gap: 10px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
    background: rgba(15, 13, 11, 0.96);
    border-top: 1px solid rgba(199, 165, 111, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.4);
  }

  .ds-mobile-bar-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 16px;
    flex: 0 0 auto;
    border-radius: 10px;
    background: rgba(199, 165, 111, 0.12);
    border: 1px solid rgba(199, 165, 111, 0.45);
    color: var(--gold-2);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 700;
  }

  .ds-mobile-bar-cta {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 10px;
    background: var(--gold);
    color: var(--ink);
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 800;
  }

  body.advisor-profile {
    padding-bottom: 78px;
  }
}

@media (max-width: 760px) {
  .ds-hero {
    padding: 56px 20px 48px;
  }

  .ds-hero-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
  }

  .ds-photo-ring img {
    width: 160px;
    height: 160px;
  }

  .ds-chips,
  .ds-region,
  .ds-contact,
  .ds-hero-actions,
  .ds-trust-strip {
    justify-content: center;
  }

  .ds-trust-strip {
    text-align: center;
  }

  .ds-hero-actions {
    width: 100%;
    flex-direction: column;
  }

  .ds-action {
    width: 100%;
    justify-content: center;
  }

  .ds-bio,
  .ds-spec,
  .ds-cta-sect,
  .ds-other {
    padding: 56px 20px;
  }

  .ds-stats {
    padding: 0 20px 48px;
  }

  .ds-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 22px 18px;
    gap: 12px;
  }

  .ds-spec-list {
    grid-template-columns: 1fr;
  }

  .ds-biuro {
    padding: 8px 20px 56px;
  }

  .ds-biuro-card {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }

  .ds-biuro-contacts {
    align-items: center;
  }

  .ds-other-grid {
    grid-template-columns: 1fr;
  }

  .ds-philosophy,
  .ds-methods,
  .ds-process,
  .ds-reading {
    padding: 56px 20px;
  }

  .ds-methods-grid {
    grid-template-columns: 1fr;
  }

  .ds-reading-list {
    grid-template-columns: 1fr;
  }

  .ds-process-step {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }

  .ds-process-step::before {
    display: none;
  }

  .ds-bio-lead.has-dropcap::first-letter {
    font-size: 3.2em;
  }
}

.site-footer {
  color: var(--cream);
  background: var(--ink);
  border-top: 1px solid rgba(255, 248, 236, 0.1);
}

.footer-top {
  background:
    radial-gradient(circle at 14% 0%, rgba(202, 164, 106, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 248, 236, 0.03), rgba(255, 248, 236, 0));
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 0.58fr) minmax(0, 1.75fr);
  gap: clamp(28px, 5vw, 70px);
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 80px) 0;
}

.footer-company {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-company-name {
  color: var(--cream);
  font-size: clamp(1.28rem, 2vw, 1.58rem);
  line-height: 1.08;
}

.footer-address {
  color: rgba(255, 248, 236, 0.62);
  font-size: 0.92rem;
}

.footer-contact {
  display: grid;
  gap: 6px;
  color: rgba(255, 248, 236, 0.68);
}

.footer-contact a {
  width: fit-content;
  color: rgba(255, 248, 236, 0.78);
  font-weight: 800;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(202, 164, 106, 0.28);
  border-radius: 50%;
  color: rgba(255, 248, 236, 0.74);
  background: rgba(255, 248, 236, 0.04);
}

.footer-social a svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}

.footer-nav-group {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 34px);
}

.footer-col {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-heading {
  color: var(--gold-2);
  font-family: inherit;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-col a,
.footer-link-button {
  display: inline-flex;
  width: fit-content;
  padding: 0;
  border: 0;
  color: rgba(255, 248, 236, 0.72);
  background: transparent;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: left;
}

.footer-col a:hover,
.footer-link-button:hover,
.footer-contact a:hover,
.footer-social a:hover {
  color: var(--cream);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: min(var(--content), calc(100% - 40px));
  margin: 0 auto;
  padding: 18px 0 max(18px, calc(18px + env(safe-area-inset-bottom, 0px)));
  border-top: 1px solid rgba(255, 248, 236, 0.1);
  color: rgba(255, 248, 236, 0.58);
  font-size: 0.86rem;
}

/* iOS Safari 26 Liquid Glass URL bar overlays bottom content — env() inset
   prevents footer/body content from being clipped. */
body {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.site-footer {
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.footer-bottom strong {
  color: rgba(255, 248, 236, 0.78);
}

.sticky-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
  box-shadow: 0 16px 40px rgba(17, 13, 8, 0.32);
  overflow: hidden;
}

.sticky-cta-shell {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 45;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.sticky-cta-shell.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.sticky-cta-dismiss {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(202, 164, 106, 0.32);
  border-radius: 50%;
  color: rgba(255, 248, 236, 0.78);
  background: rgba(15, 13, 11, 0.88);
  box-shadow: 0 12px 30px rgba(17, 13, 8, 0.26);
}

.sticky-cta-dismiss svg,
.mobile-sticky-dismiss svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scroll-top {
  position: fixed;
  right: 18px;
  bottom: 82px;
  z-index: 46;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(202, 164, 106, 0.32);
  border-radius: 50%;
  color: var(--gold-2);
  background: rgba(15, 13, 11, 0.84);
  box-shadow: 0 14px 34px rgba(17, 13, 8, 0.26);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.scroll-top svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.scroll-top:hover {
  background: rgba(15, 13, 11, 0.94);
}

.mobile-sticky-cta {
  display: none;
}

/* Cookie consent card - copied from PROD doradcasukcesyjny.pl reconstruction
   for visual + interaction parity. Mobile breakpoint override at the bottom
   of this file collapses to full-width with stacked buttons. */
.ds-consent-card {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: auto;
  z-index: 99;
  max-width: 420px;
  width: calc(100% - 48px);
  padding: 18px 20px;
  border: 1px solid rgba(199, 165, 111, 0.22);
  border-radius: 14px;
  color: var(--cream);
  background: rgba(12, 11, 9, 0.96);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px -12px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(24px);
  transition: opacity 0.35s ease, transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ds-consent-card.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.ds-consent-inner {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
  align-items: stretch;
}

.ds-consent-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.88rem;
  line-height: 1.5;
}

.ds-consent-card .ds-consent-hint {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
  line-height: 1.5;
}

.ds-consent-card a {
  color: var(--gold-2, var(--gold));
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ds-consent-card a:hover {
  color: var(--gold);
}

.ds-consent-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.ds-consent-btn {
  flex: 1 1 auto;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
}

.ds-consent-btn:active {
  transform: translateY(1px);
}

.ds-consent-btn-primary {
  background: var(--gold);
  color: #0f0f0f;
  border: 1px solid var(--gold);
}

.ds-consent-btn-primary:hover {
  background: var(--gold-2, var(--gold));
  border-color: var(--gold-2, var(--gold));
}

.ds-consent-btn-secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(199, 165, 111, 0.45);
}

.ds-consent-btn-secondary:hover {
  border-color: var(--gold);
  background: rgba(199, 165, 111, 0.08);
  color: #fff;
}

/* Legacy duplicate ds-consent-* block removed - rules above (around line
   3105) are the canonical PROD-ported versions. The duplicates here used
   square borders + var(--radius) and broke the rounded-button look. */

/* Hamburger + drawer — hidden on desktop, shown on mobile. */
.topbar-burger {
  display: none;
  appearance: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.topbar-burger > span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--cream);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

.topbar-burger[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.topbar-burger[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}
.topbar-burger[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.topbar-drawer {
  position: fixed;
  inset: var(--topbar) 0 0 0;
  background: var(--ink);
  z-index: 49;
  padding: 24px 20px 32px;
  transform: translateY(-110%);
  transition: transform 0.24s ease;
  display: none;
}

.topbar-drawer[aria-hidden="false"] {
  transform: translateY(0);
  display: block;
}

.topbar-drawer-nav {
  display: grid;
  gap: 8px;
}

.topbar-drawer-nav a {
  display: block;
  padding: 14px 16px;
  border-radius: 10px;
  color: var(--cream);
  font-weight: 700;
  font-size: 1rem;
  background: rgba(255, 248, 236, 0.04);
  text-decoration: none;
}

.topbar-drawer-nav a:hover,
.topbar-drawer-nav a[aria-current="page"] {
  background: rgba(202, 164, 106, 0.18);
  color: var(--gold);
}

.topbar-drawer-cta {
  margin-top: 8px;
  background: linear-gradient(135deg, var(--gold-strong, #b8893d), var(--gold)) !important;
  color: var(--ink) !important;
  text-align: center;
}

body.drawer-open {
  overflow: hidden;
}

@media (max-width: 1120px) {
  .topbar {
    grid-template-columns: auto 1fr auto;
  }

  .topbar-countdown {
    display: none;
  }

  .hero-inner,
  .section--split,
  .mentor-word-grid,
  .media-proof-grid,
  .strategy-wrap,
  .investment-grid,
  .survey-shell,
  .subhero,
  .result-hero {
    grid-template-columns: 1fr;
  }

  .hero-inner {
    align-items: end;
    min-height: auto;
    padding-top: 66px;
  }

  .signup-form {
    max-width: 560px;
  }

  .hero-form-stack {
    width: 100%;
    max-width: 560px;
  }

  .metric-inner,
  .lead-intel-grid,
  .module-grid,
  .program-stat-grid,
  .schedule-grid,
  .includes-grid,
  .advisor-grid,
  .method-grid,
  .process-grid,
  .career-grid,
  .persona-grid,
  .testimonial-grid,
  .audience-grid,
  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-nav-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .survey-intro {
    position: static;
  }

  body.page-home .hero-actions .button--ghost {
    display: none;
  }

  body.page-home .hero-actions .hero-mobile-cta {
    display: inline-flex;
  }
}

@media (min-width: 761px) and (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: calc(100svh - var(--topbar));
    padding: 0 0 30px;
  }

  .hero-copy {
    display: flex;
    min-height: calc(100svh - var(--topbar));
    flex-direction: column;
    justify-content: center;
    padding: 44px 0 38px;
  }

  .hero-form-stack {
    margin-top: 8px;
  }
}

@media (max-width: 760px) {
  :root {
    --topbar: 62px;
  }

  body {
    padding-bottom: calc(88px + env(safe-area-inset-bottom));
  }

  h1 {
    font-size: 2.08rem;
  }

  h2 {
    font-size: 1.92rem;
  }

  .topbar {
    grid-template-columns: auto 1fr auto auto;
    min-height: var(--topbar);
    padding: 7px 10px;
    gap: 6px;
  }

  .brand span {
    display: none;
  }

  .brand img {
    width: 32px;
    height: 32px;
  }

  .nav {
    display: none;
  }

  .topbar-countdown {
    display: inline-flex;
    gap: 6px;
    font-size: 0.72rem;
    justify-self: center;
  }

  .topbar-countdown .countdown-caption {
    display: none;
  }

  .topbar-countdown .countdown {
    gap: 5px;
    font-size: 0.78rem;
  }

  .topbar-countdown .countdown > span:last-child {
    display: none;
  }

  .topbar-countdown .countdown strong {
    font-size: 0.82rem;
  }

  .topbar-cta {
    display: none;
  }

  .topbar-burger {
    display: inline-flex;
  }

  .hero {
    min-height: calc(100svh - var(--topbar));
  }

  .hero-media,
  .hero-shade {
    inset: 0;
    height: 100%;
  }

  .hero-media img {
    object-position: center center;
    filter: saturate(1.06) contrast(1.04);
  }

  .hero-shade {
    background:
      radial-gradient(circle at 70% 26%, rgba(202, 164, 106, 0.22), transparent 36%),
      linear-gradient(180deg, rgba(13, 11, 9, 0.36) 0%, rgba(13, 11, 9, 0.28) 36%, rgba(13, 11, 9, 0.62) 96%),
      linear-gradient(90deg, rgba(13, 11, 9, 0.72) 0%, rgba(13, 11, 9, 0.42) 60%, rgba(13, 11, 9, 0.18) 100%);
  }

  .hero-inner {
    width: min(100% - 28px, var(--content));
  }

  .section,
  .subhero,
  .article-page,
  .result-hero,
  .survey-shell {
    width: 100%;
    max-width: none;
  }

  .hero-inner {
    gap: 18px;
    min-height: auto;
    padding: 0 0 20px;
  }

  .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px 0 22px;
  }

  .hero-form-stack {
    margin-top: 0;
  }

  .kicker,
  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    line-height: 1.42;
  }

  .hero .kicker {
    order: 1;
    justify-content: flex-start;
    align-self: flex-start;
    width: auto;
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #ffe1a7;
    font-size: 0.82rem;
    line-height: 1.25;
    letter-spacing: 0.04em;
    white-space: normal;
    text-align: left;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.62);
  }

  .hero-copy h1 {
    order: 2;
    max-width: 650px;
    margin-top: 16px;
    font-size: clamp(2.1rem, 8.5vw, 2.6rem);
    line-height: 1.18;
    text-wrap: balance;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
  }

  .hero-copy h1::after {
    width: 136px;
    height: 2px;
    margin-top: 14px;
  }

  .hero-lead {
    order: 3;
    max-width: 640px;
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.45;
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
  }

  .hero-sublead {
    order: 3;
    margin-top: 10px;
    font-size: 0.92rem;
    line-height: 1.4;
    color: rgba(255, 248, 236, 0.86);
    text-shadow: 0 1px 12px rgba(0, 0, 0, 0.6);
  }

  .hero-urgency {
    display: none;
  }

  .mentor-line {
    display: none;
  }

  .hero-proof-card,
  .hero-trust,
  .hero-mobile-stats {
    display: none;
  }

  body.page-home .hero-actions .button--ghost {
    display: none;
  }

  body.page-home .hero-actions .hero-mobile-cta {
    display: inline-flex;
  }

  .hero-actions .button,
  .survey-actions .button {
    flex: 1 1 150px;
  }

  .hero-actions {
    order: 5;
    margin-top: 12px;
  }

  .hero-actions .button {
    min-height: 44px;
  }

  .button {
    min-height: 46px;
    padding: 0 14px;
  }

  .signup-form {
    order: 1;
    padding: 16px;
  }

  .hero-quick-proof {
    order: 3;
    padding: 10px 12px;
  }

  .hero-quick-proof strong {
    font-size: 0.8rem;
  }

  .hero-quick-proof span {
    font-size: 0.76rem;
  }

  .hero-form-proof {
    order: 2;
    padding: 12px 14px;
  }

  .hero-form-proof p {
    font-size: 1rem;
    line-height: 1.24;
  }

  .form-heading h2 {
    font-size: 1.44rem;
  }

  .form-heading p {
    font-size: 0.92rem;
  }

  .lead-intel-grid,
  .module-grid,
  .process-grid,
  .testimonial-grid,
  .audience-grid,
  .audience-grid--large,
  .persona-grid,
  .objection-list,
  .fit-grid,
  .related-grid,
  .footer-grid,
  .footer-nav-group {
    grid-template-columns: 1fr;
  }

  .metric-inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric {
    min-height: 96px;
    padding: 18px 16px;
  }

  /* Mobile 2x2 - reset desktop vertical, add 2x2 cross dividers */
  .metric:not(:first-child)::before {
    display: none;
  }

  /* Vertical divider only on right column (cell 2 + cell 4) */
  .metric:nth-child(2)::before,
  .metric:nth-child(4)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 16%;
    bottom: 16%;
    width: 1px;
    background: linear-gradient(180deg, transparent 0%, rgba(202, 164, 106, 0.45) 50%, transparent 100%);
  }

  /* Horizontal divider above bottom row (cell 3 + cell 4) */
  .metric:nth-child(3)::after,
  .metric:nth-child(4)::after {
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(202, 164, 106, 0.45) 50%, transparent 100%);
  }

  /* Gold dot at cross intersection (between cells 1/2/3/4) */
  .metric-inner::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 12px rgba(202, 164, 106, 0.6);
    transform: translate(-50%, -50%);
    opacity: 0.7;
  }

  .section,
  .section--muted,
  .section--career,
  .section--media-proof,
  .section--strategy,
  .section--gallery,
  .section--schedule,
  .section--includes,
  .section--investment,
  .section--interview,
  .section--mentor-word,
  .section--map,
  .section--proof,
  .section--objections {
    padding-top: 46px;
    padding-bottom: 46px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .section--muted,
  .section--career,
  .section--media-proof,
  .section--strategy,
  .section--gallery,
  .section--schedule,
  .section--includes,
  .section--map,
  .section--proof,
  .section--objections {
    width: 100%;
  }

  .strategy-stat-grid,
  .program-stat-grid,
  .schedule-grid,
  .includes-grid,
  .advisor-grid,
  .career-grid,
  .method-grid,
  .cluster-grid,
  .premium-grid,
  .process-grid--two,
  .audience-decision-grid {
    grid-template-columns: 1fr;
  }

  .mentor-word-grid,
  .interview-card,
  .investment-grid {
    grid-template-columns: 1fr;
  }

  .mentor-word-copy {
    order: 1;
  }

  .mentor-word-photo {
    order: 2;
    width: min(100%, 260px);
    max-height: 260px;
    margin: 4px auto 0;
  }

  .mentor-word-photo img {
    width: 100%;
    height: min(260px, 70vw);
    aspect-ratio: 1;
    object-fit: cover;
    object-position: 50% 18%;
  }

  .section--live {
    width: 100%;
    max-width: none;
    padding-left: 14px;
    padding-right: 14px;
  }

  .live-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px;
  }

  .live-panel h2 {
    max-width: 8.8em;
    font-size: clamp(2.2rem, 12vw, 3.2rem);
    line-height: 0.96;
  }

  .live-panel p {
    max-width: 100%;
    font-size: 1rem;
  }

  .live-panel .section-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .interview-thumb,
  .interview-thumb img {
    min-height: 220px;
  }

  .career-card {
    grid-template-columns: 1fr;
  }

  .lead-intel-card,
  .persona-card,
  .audience-decision-card,
  .cluster-card,
  .module-card,
  .method-card,
  .includes-grid article,
  .schedule-item,
  .process-grid article {
    min-height: auto;
    padding: 18px;
  }

  .advisor-card {
    padding: 16px 12px 14px;
  }

  .advisor-card-photo img,
  .advisor-card-initials {
    width: 72px;
    height: 72px;
  }

  .advisor-card-initials {
    font-size: 1.35rem;
  }

  .advisor-map {
    height: 360px;
  }

  .advisor-map-pin {
    grid-template-columns: 34px;
    min-width: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    transform: translate(-17px, -17px);
  }

  .advisor-map-pin strong,
  .advisor-map-pin em {
    display: none;
  }

  .advisor-map-poland {
    inset: 44px 15% 34px 14%;
  }

  .advisor-map-pin span {
    width: 34px;
    height: 34px;
  }

  .persona-card h3 {
    min-height: 0;
  }

  .persona-card dl {
    gap: 10px;
    margin-top: 14px;
  }

  .video-proof {
    width: min(100%, 280px);
    margin: 0 auto;
  }

  .book-proof-card {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .book-proof-card img {
    width: 70px;
    height: 70px;
  }

  .portrait-panel {
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
  }

  .portrait-panel img {
    width: 96px;
    height: 120px;
    aspect-ratio: auto;
  }

  .portrait-panel figcaption {
    padding: 14px;
  }

  .visual-note {
    display: none;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 230px;
  }

  .gallery-grid .gallery-main {
    grid-row: span 1;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .module-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px;
  }

  .testimonial-person {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .testimonial-person img {
    width: 96px;
    height: 96px;
  }

  .subhero,
  .article-page,
  .result-hero,
  .survey-shell {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .result-hero {
    min-height: auto;
    align-items: start;
  }

  .subhero h1,
  .article-hero h1,
  .result-hero h1,
  .survey-intro h1 {
    font-size: 2rem;
  }

  .survey-form {
    padding: 18px;
  }

  .survey-contact {
    gap: 9px;
    padding: 14px;
  }

  .survey-contact p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .survey-contact .field {
    gap: 6px;
    margin-top: 6px;
  }

  .survey-contact .field input {
    min-height: 44px;
  }

  .consent--survey {
    font-size: 0.86rem;
    line-height: 1.42;
  }

  .choice {
    padding: 12px;
  }

  .footer-bottom {
    display: grid;
  }

  .sticky-cta {
    display: none;
  }

  .sticky-cta-shell {
    display: none;
  }

  .scroll-top {
    right: 14px;
    bottom: calc(96px + env(safe-area-inset-bottom));
    width: 42px;
    height: 42px;
  }

  body.ds-consent-visible .scroll-top {
    bottom: calc(var(--ds-consent-offset, 150px) + 14px + env(safe-area-inset-bottom));
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    z-index: 95;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    align-items: center;
    padding: 10px;
    border: 1px solid rgba(202, 164, 106, 0.24);
    border-radius: 14px;
    background: rgba(15, 13, 11, 0.94);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.36);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  .mobile-sticky-dismiss {
    position: absolute;
    top: -13px;
    right: 8px;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(202, 164, 106, 0.36);
    border-radius: 50%;
    color: rgba(255, 248, 236, 0.82);
    background: rgba(15, 13, 11, 0.98);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  }

  .mobile-sticky-cta.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-sticky-primary,
  .mobile-sticky-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    border-radius: 10px;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
  }

  .mobile-sticky-primary {
    padding: 10px 14px;
    color: var(--ink);
    background: var(--gold);
  }

  .mobile-sticky-secondary {
    max-width: 112px;
    padding: 8px 10px;
    border: 1px solid rgba(202, 164, 106, 0.28);
    color: rgba(255, 248, 236, 0.82);
    font-size: 0.72rem;
  }

  .ds-consent-card {
    right: 12px;
    left: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    max-width: none;
    width: auto;
    padding: 16px 18px;
    border-radius: 12px;
  }

  .ds-consent-card p {
    font-size: 0.82rem;
  }

  .ds-consent-card .ds-consent-hint {
    font-size: 0.68rem;
  }

  .ds-consent-actions {
    flex-direction: column;
    gap: 10px;
  }

  .ds-consent-btn {
    width: 100%;
    padding: 13px 16px;
    font-size: 0.88rem;
  }

  /* Removed legacy compact 2-column override - PROD parity now uses
     stacked full-width buttons defined above. */

  body.page-survey.ds-consent-visible .survey-actions {
    position: fixed;
    right: 30px;
    left: 30px;
    bottom: calc(var(--ds-consent-offset, 150px) + 10px);
    z-index: 100;
    padding: 10px 0 0;
    background: linear-gradient(180deg, rgba(255, 250, 241, 0), #fffaf1 28%);
  }

  body.page-survey.ds-consent-visible .survey-form {
    padding-bottom: calc(var(--ds-consent-offset, 150px) + 88px);
  }
}

@media (max-width: 760px) and (max-height: 700px) {
  .hero-copy {
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .hero .kicker {
    font-size: 0.66rem;
  }

  .hero-copy h1 {
    margin-top: 9px;
    font-size: clamp(1.62rem, 7.2vw, 1.86rem);
  }

  .hero-copy h1::after {
    width: 112px;
    margin-top: 10px;
  }

  .hero-lead {
    margin-top: 10px;
    font-size: 0.86rem;
    line-height: 1.34;
  }

  .hero-proof-card {
    margin-top: 8px;
  }

  .hero-actions {
    margin-top: 9px;
  }

  .hero-trust {
    margin-top: 8px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 2rem;
  }

  .brand span {
    max-width: 132px;
  }

  .topbar-cta {
    display: none;
  }

  .hero-actions,
  .section-actions,
  .survey-actions {
    align-items: stretch;
  }

  .hero-actions .button,
  .section-actions .button,
  .survey-actions .button {
    width: 100%;
  }
}

/* Interview player (click-to-play poster) */
.interview-player {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.interview-player-poster,
.interview-player iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  border: 0;
  background: #000;
  box-shadow: 0 28px 70px rgba(15, 13, 11, 0.25);
  display: block;
}

.interview-player-poster {
  padding: 0;
  cursor: pointer;
  border: none;
}

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

.interview-player-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.45) 100%);
  display: grid;
  place-items: center;
  transition: background 0.25s;
}

.interview-player-poster:hover .interview-player-overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.55) 100%);
}

.interview-player-play {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e0c88f, #c7a56f);
  color: #1a1200;
  display: grid;
  place-items: center;
  box-shadow:
    0 12px 36px rgba(0, 0, 0, 0.4),
    0 0 0 6px rgba(202, 164, 106, 0.25);
  transition: transform 0.25s;
}

.interview-player-poster:hover .interview-player-play {
  transform: scale(1.06);
}

.interview-player-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 6px;
}

.interview-player-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-on-light);
  font-weight: 800;
}

.interview-player-meta h3 {
  margin: 0;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
  letter-spacing: -0.01em;
}

.interview-player-meta p {
  margin: 0;
  font-size: 0.96rem;
  color: var(--muted);
}

/* Media CTA grid (Książki i nagrania) */
.media-cta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.media-cta-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  border-radius: 14px;
  text-decoration: none;
  color: var(--ink);
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}

.media-cta-card:hover {
  border-color: rgba(202, 164, 106, 0.55);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(47, 38, 29, 0.06);
}

.media-cta-label {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #7a5c2a;
  font-weight: 800;
}

.media-cta-card strong {
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.25;
}

.media-cta-card span:not(.media-cta-label) {
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.4;
}

/* Premium package bullets */
.premium-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 28px;
  background: rgba(255, 248, 236, 0.7);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.premium-card h3 {
  margin: 0;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.55rem;
  letter-spacing: -0.01em;
}

.premium-tagline {
  margin: 6px 0 0;
  font-size: 0.85rem;
  font-style: italic;
  color: var(--muted);
  line-height: 1.45;
}

.premium-bullets {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.premium-bullets li {
  position: relative;
  padding-left: 20px;
  font-size: 0.86rem;
  line-height: 1.5;
  color: var(--brown-2);
}

.premium-bullets li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 800;
}

.premium-cta {
  margin-top: 18px;
  width: 100%;
  justify-content: center;
}

/* Live copy block */
.live-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Vision 2030 followup CTA strip on homepage */
.vision-followup {
  background: #0a0907;
  padding: 0 24px 56px;
  text-align: center;
}

/* Dark surface — override ghost-on-light for visibility */
.vision-followup .button--ghost-on-light {
  color: var(--cream);
  border-color: rgba(255, 248, 236, 0.5);
  background: transparent;
}

.vision-followup .button--ghost-on-light:hover {
  color: var(--ink);
  background: var(--cream);
  border-color: var(--cream);
}

@media (max-width: 760px) {
  .interview-player-play {
    width: 64px;
    height: 64px;
  }

  .media-cta-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Testimonial emphasis + pillar chips */
.testimonial-emph {
  font-style: italic;
  font-weight: 600;
  color: var(--brown);
  background: linear-gradient(180deg, transparent 65%, rgba(202, 164, 106, 0.28) 65%);
  padding: 0 1px;
}

.testimonial-pillars {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed rgba(78, 58, 38, 0.18);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.testimonial-pillars-label {
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 700;
  margin-right: 4px;
}

.testimonial-pillar-chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(202, 164, 106, 0.1);
  border: 1px solid rgba(202, 164, 106, 0.35);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--brown);
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s;
}

.testimonial-pillar-chip:hover {
  background: rgba(202, 164, 106, 0.22);
  border-color: var(--gold);
}

/* Co otrzymujesz - 4 grouped categories */
.includes-groups {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
  max-width: var(--content);
  margin: 0 auto;
}

.includes-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 26px 28px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  border-radius: 16px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.includes-group:hover {
  border-color: rgba(202, 164, 106, 0.4);
  box-shadow: 0 18px 40px rgba(47, 38, 29, 0.06);
}

.includes-group-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(202, 164, 106, 0.25);
}

.includes-group-label {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--brown);
  letter-spacing: -0.01em;
}

.includes-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.includes-group-list li {
  position: relative;
  padding-left: 20px;
  font-size: 0.94rem;
  line-height: 1.5;
  color: var(--brown-2);
}

.includes-group-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 800;
}

/* Schedule timeline - vertical with stacjonarnie vs online markers */
.schedule-timeline {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.schedule-timeline::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 12px;
  bottom: 12px;
  width: 2px;
  background: linear-gradient(180deg, rgba(202, 164, 106, 0.4) 0%, rgba(202, 164, 106, 0.18) 100%);
}

.schedule-step {
  position: relative;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
}

.schedule-step-dot {
  position: relative;
  z-index: 1;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.schedule-step-dot::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ink);
  border: 3px solid rgba(202, 164, 106, 0.55);
}

.schedule-step--onsite .schedule-step-dot::after {
  background: var(--gold);
  border-color: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(202, 164, 106, 0.18);
  width: 16px;
  height: 16px;
}

.schedule-step-body {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 20px;
  align-items: baseline;
}

.schedule-step-date {
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--brown);
  letter-spacing: -0.01em;
  white-space: nowrap;
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.schedule-step-weekday {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.02em;
  text-transform: lowercase;
}

.schedule-step-meta {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  min-width: 0;
}

.schedule-step-mode {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .schedule-step-mode {
    white-space: normal;
    text-overflow: clip;
  }
}

.schedule-step-mode--onsite {
  background: rgba(202, 164, 106, 0.18);
  color: var(--brown);
  border: 1px solid rgba(202, 164, 106, 0.45);
}

.schedule-step-mode--online {
  background: rgba(78, 58, 38, 0.08);
  color: #5a4530;
  border: 1px solid var(--line);
}

.schedule-step-title {
  margin: 0;
  font-size: 0.96rem;
  color: var(--brown-2);
  line-height: 1.4;
}

@media (max-width: 760px) {
  .schedule-step-body {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

/* Schedule calendar — month grid view for /program/ */
.schedule-calendar {
  max-width: var(--content);
  margin: clamp(40px, 5vw, 64px) auto 0;
}

.schedule-calendar-head {
  text-align: center;
  margin-bottom: 28px;
}

.schedule-calendar-head h3 {
  margin: 6px 0 14px;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: clamp(1.4rem, 2.2vw, 1.9rem);
  color: var(--ink);
}

.schedule-calendar-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-size: 0.86rem;
  color: var(--brown-2);
}

.schedule-calendar-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.schedule-calendar-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.schedule-calendar-dot--onsite {
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(202, 164, 106, 0.22);
}

.schedule-calendar-dot--online {
  background: var(--ink);
  border: 2px solid rgba(202, 164, 106, 0.55);
}

.schedule-calendar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

@media (max-width: 480px) {
  .schedule-calendar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

.schedule-calendar-month {
  padding: 20px 18px 18px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--line);
  border-radius: 14px;
}

@media (max-width: 480px) {
  .schedule-calendar-month {
    padding: 12px 10px 10px;
  }
}

.schedule-calendar-month h4 {
  margin: 0 0 14px;
  font-family: var(--ff-display, "Playfair Display", Georgia, serif);
  font-size: 1.1rem;
  color: var(--ink);
  text-align: center;
  text-transform: capitalize;
}

.schedule-calendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 6px;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.schedule-calendar-weekdays span {
  text-align: center;
  padding: 4px 0;
}

.schedule-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
}

.schedule-calendar-day {
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--brown-2);
  border-radius: 6px;
  transition: background 0.15s;
}

.schedule-calendar-day--empty {
  visibility: hidden;
}

.schedule-calendar-day--onsite {
  background: var(--gold);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(202, 164, 106, 0.35);
}

.schedule-calendar-day--online {
  background: var(--ink);
  color: var(--gold-2, #e0c88f);
  font-weight: 700;
}

/* /program/ - flat list version of programIncludes */
.program-includes-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 28px;
  max-width: var(--content);
}

.program-includes-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.96rem;
  line-height: 1.55;
  color: var(--brown-2);
}

.program-includes-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 800;
}

@media (max-width: 760px) {
  .program-includes-list {
    grid-template-columns: 1fr;
  }
}

/* FB Page Plugin sticky card. z-index 35 sits below sticky-cta-shell (45),
   mobile-sticky-cta (95), scroll-top (99), and consent (100). */
.ds-social-proof {
  position: fixed;
  left: 18px;
  bottom: 18px;
  width: 312px;
  background: var(--cream, #f6efe2);
  border: 1px solid rgba(184, 145, 75, 0.35);
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(28, 24, 19, 0.18);
  padding: 14px 14px 10px;
  z-index: 35;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.ds-social-proof[hidden] {
  display: none;
}
.ds-social-proof-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: transparent;
  border: none;
  border-radius: 50%;
  color: var(--ink-muted, #5a504a);
  cursor: pointer;
}
.ds-social-proof-close:hover {
  background: rgba(28, 24, 19, 0.06);
}
.ds-social-proof .fb-page,
.ds-social-proof .fb-page iframe {
  border-radius: 8px;
  max-width: 100%;
}

@media (max-width: 759px) {
  .ds-social-proof {
    display: none;
  }
}
