:root {
  --plum-950: #2d0d25;
  --plum-900: #42102f;
  --plum-800: #681443;
  --plum-700: #861855;
  --berry-600: #a72b63;
  --coral-500: #b8523d;
  --gold-500: #c49a55;
  --gold-300: #e3c98e;
  --cream-50: #fffaf3;
  --cream-100: #faf1e7;
  --cream-200: #f3e4d5;
  --rose-100: #f4dee2;
  --ink: #301d29;
  --ink-soft: #6d5965;
  --success: #30755a;
  --error: #a22f3f;
  --shadow: 0 26px 80px rgba(66, 16, 47, 0.16);
  --container: min(1180px, calc(100% - 40px));
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream-50);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: clamp(88px, 10vw, 152px) 0; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  color: var(--cream-50);
  background: var(--plum-950);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  padding-top: max(18px, env(safe-area-inset-top));
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; color: var(--plum-800); }
.brand img { width: auto; height: 44px; }
.header-cta {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 1px solid color-mix(in srgb, var(--plum-800) 35%, transparent);
  border-radius: 999px;
  color: var(--plum-800);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}
.header-cta span { margin-left: 0.35em; }
@media (hover: hover) { .header-cta:hover { color: var(--cream-50); background: var(--plum-800); transform: translateY(-2px); } }

.hero {
  position: relative;
  isolation: isolate;
  min-height: 860px;
  padding: clamp(96px, 9vw, 132px) 0 0;
  background:
    radial-gradient(circle at 74% 10%, rgba(216, 110, 93, 0.14), transparent 28%),
    radial-gradient(circle at 6% 76%, rgba(196, 154, 85, 0.16), transparent 22%),
    var(--cream-100);
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 640px;
  height: 640px;
  top: 110px;
  right: -190px;
  border: 1px solid rgba(104, 20, 67, 0.08);
  border-radius: 50%;
}
.hero-orbit { position: absolute; z-index: -1; border: 1px solid rgba(104, 20, 67, 0.09); border-radius: 50%; }
.hero-orbit-one { width: 18px; height: 18px; top: 32%; left: 4%; background: var(--gold-300); border: 0; }
.hero-orbit-two { width: 110px; height: 110px; bottom: 10%; right: 43%; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.72fr); align-items: center; gap: clamp(52px, 7vw, 106px); }
.hero-copy { padding-bottom: 36px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  color: var(--plum-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow > span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--plum-700); }
.eyebrow.light { color: var(--gold-300); }
.hero h1, .section h2 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.045em;
}
.hero h1 {
  max-width: 800px;
  margin: 0;
  color: var(--plum-950);
  font-size: clamp(56px, 6.25vw, 92px);
  line-height: 0.88;
}
.hero h1 em, .section h2 em { color: var(--plum-700); font-weight: 500; }
.hero-lead { max-width: 640px; margin: 34px 0 28px; color: var(--ink-soft); font-size: clamp(18px, 1.8vw, 21px); line-height: 1.65; }
.date-panel { display: flex; align-items: center; gap: 16px; margin-top: 28px; }
.date-panel > svg { width: 48px; height: 48px; padding: 12px; color: var(--cream-50); background: var(--plum-800); border-radius: 50%; }
.date-panel div { display: grid; }
.date-panel span { color: var(--ink-soft); font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.date-panel time { font-family: var(--serif); color: var(--plum-900); font-size: 22px; font-weight: 600; }
.hero-host { display: flex; align-items: center; gap: 14px; margin-top: 28px; }
.hero-host-portraits { display: flex; align-items: center; flex: 0 0 auto; }
.mini-portrait { width: 58px; height: 58px; padding: 3px; border: 1px solid var(--gold-500); border-radius: 50%; }
.mini-portrait + .mini-portrait { margin-left: -17px; }
.mini-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; border-radius: inherit; }
.mini-portrait-renata { background: var(--cream-50); }
.hero-host p { margin: 0; color: var(--plum-950); font-size: 14px; font-weight: 700; line-height: 1.45; }
.hero-host small { color: var(--ink-soft); font-size: 12px; font-weight: 500; }

.registration-shell {
  position: relative;
  margin-top: -26px;
  padding: 38px 38px 28px;
  color: var(--ink);
  background: color-mix(in srgb, var(--cream-50) 95%, var(--rose-100));
  border: 1px solid rgba(104, 20, 67, 0.12);
  border-radius: 132px 132px 24px 24px;
  box-shadow: var(--shadow);
}
.registration-shell::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border: 1px solid rgba(196, 154, 85, 0.25);
  border-radius: 120px 120px 18px 18px;
}
.registration-crown { display: grid; place-items: center; margin: -10px auto 2px; }
.registration-crown img { width: 48px; height: 48px; }
.form-kicker { margin: 0; color: var(--plum-700); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; text-align: center; text-transform: uppercase; }
.registration-shell h2 { margin: 4px 0 7px; color: var(--plum-950); font-size: 39px; line-height: 1; text-align: center; }
.form-intro { max-width: 340px; margin: 0 auto 18px; color: var(--ink-soft); font-size: 14px; text-align: center; }
.field { position: relative; margin-top: 11px; }
.field label { display: block; margin: 0 0 6px 2px; color: var(--plum-950); font-size: 13px; font-weight: 800; }
.field input {
  width: 100%;
  min-height: 50px;
  padding: 12px 16px;
  color: var(--ink);
  background: #fffaf7;
  border: 1px solid rgba(66, 16, 47, 0.18);
  border-radius: 10px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.field input::placeholder { color: #a18e98; }
.field input:focus-visible { border-color: var(--plum-700); box-shadow: 0 0 0 3px rgba(134, 24, 85, 0.13); background: #fffdf9; }
.field input[aria-invalid="true"] { border-color: var(--error); box-shadow: 0 0 0 3px rgba(162, 47, 63, 0.1); }
.field small { display: block; margin: 5px 2px 0; color: var(--ink-soft); font-size: 13px; }
.field-error { display: block; min-height: 0; margin: 5px 2px 0; color: var(--error); font-size: 13px; font-weight: 700; }
.field-error:not(:empty) { min-height: 18px; }
.form-alert { margin: 0 0 16px; padding: 12px 14px; color: var(--error); background: #f9e7e6; border: 1px solid #e5b5b5; border-radius: 9px; font-size: 14px; font-weight: 700; }
.primary-button, .secondary-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background 180ms ease;
}
.primary-button { width: 100%; margin-top: 16px; color: var(--cream-50); background: var(--plum-800); border: 1px solid var(--plum-800); box-shadow: 0 12px 28px rgba(104, 20, 67, 0.24); cursor: pointer; }
.primary-button svg, .secondary-button svg, .text-link svg { width: 20px; height: 20px; }
.primary-button:focus-visible, .secondary-button:focus-visible, .header-cta:focus-visible, summary:focus-visible, a:focus-visible { outline: 3px solid var(--coral-500); outline-offset: 3px; }
.primary-button:disabled { cursor: wait; opacity: 0.75; }
.primary-button.is-success { background: var(--success); border-color: var(--success); }
@media (hover: hover) { .primary-button:not(:disabled):hover, .secondary-button:hover { transform: translateY(-3px); box-shadow: 0 15px 30px rgba(104, 20, 67, 0.24); } }
.privacy-note { margin: 12px 8px 0; color: var(--ink-soft); font-size: 12px; line-height: 1.45; text-align: center; }
.privacy-note a { text-underline-offset: 2px; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 74px; color: var(--cream-50); background: var(--plum-900); }
.trust-row > div { min-height: 78px; display: flex; align-items: center; justify-content: center; gap: 11px; padding: 18px; border-right: 1px solid rgba(255, 250, 243, 0.15); }
.trust-row > div:last-child { border-right: 0; }
.trust-row svg { width: 21px; height: 21px; color: var(--gold-300); }
.trust-row span { font-size: 14px; font-weight: 700; }

.recognition { background: var(--cream-50); }
.recognition-grid { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr); align-items: center; gap: clamp(70px, 9vw, 140px); }
.section-copy h2, .section-heading h2, .faq-heading h2 { margin: 0; color: var(--plum-950); font-size: clamp(48px, 5vw, 72px); line-height: 0.98; }
.section-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow), .faq-heading > p:not(.eyebrow) { max-width: 650px; margin: 30px 0 0; color: var(--ink-soft); font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 26px; color: var(--plum-700); font-size: 14px; font-weight: 800; text-underline-offset: 5px; }
.symptom-composition { position: relative; min-height: 520px; }
.symptom-composition::before, .symptom-composition::after { content: ""; position: absolute; border: 1px solid rgba(104, 20, 67, 0.12); border-radius: 50%; }
.symptom-composition::before { width: 440px; height: 440px; inset: 40px auto auto 50%; transform: translateX(-50%); }
.symptom-composition::after { width: 310px; height: 310px; inset: 105px auto auto 50%; transform: translateX(-50%); }
.symptom, .symptom-center { position: absolute; z-index: 2; display: grid; place-items: center; border-radius: 50%; text-align: center; }
.symptom { min-width: 112px; min-height: 112px; padding: 16px; color: var(--plum-900); background: var(--rose-100); font-size: 12px; font-weight: 800; }
.symptom-center { width: 190px; height: 190px; top: 165px; left: 50%; color: var(--cream-50); background: var(--plum-800); transform: translateX(-50%); }
.symptom-center b { font-family: var(--serif); font-size: 28px; line-height: 1.05; }
.s1 { top: 7px; left: 37%; background: var(--cream-200); }
.s2 { top: 92px; right: 2%; width: 94px; min-width: 94px; min-height: 94px; background: #ead9ba; }
.s3 { bottom: 7px; left: 42%; width: 100px; min-width: 100px; min-height: 100px; }
.s4 { top: 226px; left: 0; width: 126px; height: 126px; background: #eed2cd; }
.s5 { bottom: 22px; right: 4%; width: 128px; height: 128px; background: var(--cream-200); }
.s6 { top: 60px; left: 3%; width: 105px; min-width: 105px; min-height: 105px; }
.s7 { top: 245px; right: 0; width: 120px; height: 120px; background: #ead9ba; }

[data-testimonial] { margin: 0; }
[data-testimonial] p { margin: 0; }
[data-testimonial] footer { display: grid; gap: 2px; margin-top: 22px; }
.testimonial-name { color: var(--plum-800); font-size: 14px; font-weight: 800; }
[data-testimonial] footer small { color: var(--ink-soft); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.recognition-voices { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 78px; border-top: 1px solid rgba(66, 16, 47, 0.15); border-bottom: 1px solid rgba(66, 16, 47, 0.15); }
.voice-quote { position: relative; padding: 38px clamp(24px, 4vw, 54px) 38px 0; }
.voice-quote + .voice-quote { padding-left: clamp(24px, 4vw, 54px); border-left: 1px solid rgba(66, 16, 47, 0.15); }
.voice-quote p { color: var(--plum-900); font-family: var(--serif); font-size: clamp(23px, 2.2vw, 30px); font-weight: 600; line-height: 1.35; }

.course-format { position: relative; isolation: isolate; color: var(--cream-50); background: var(--plum-950); overflow: hidden; }
.course-format::after { content: ""; position: absolute; z-index: -1; width: 680px; height: 680px; top: -360px; right: -210px; border: 1px solid rgba(227, 201, 142, 0.17); border-radius: 50%; }
.format-intro { display: grid; grid-template-columns: 0.42fr 1.3fr; align-items: center; gap: clamp(42px, 7vw, 100px); }
.format-number { color: var(--gold-300); font-family: var(--serif); font-size: clamp(180px, 24vw, 310px); font-weight: 500; line-height: 0.68; text-align: center; }
.format-copy h2 { max-width: 850px; margin: 0; font-size: clamp(54px, 6vw, 84px); line-height: 0.92; }
.format-copy h2 em { color: var(--gold-300); }
.format-copy > p:not(.eyebrow) { max-width: 700px; margin: 30px 0 0; color: #dccbd4; font-size: 18px; }
.course-dates-wrap { margin-top: 86px; border-top: 1px solid rgba(255, 250, 243, 0.2); border-bottom: 1px solid rgba(255, 250, 243, 0.2); }
.dates-label { margin: 0; padding: 18px 0 13px; color: var(--gold-300); font-size: 11px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.course-dates { display: grid; grid-template-columns: repeat(6, 1fr); margin: 0; padding: 0 0 22px; list-style: none; }
.course-dates li { padding: 12px 20px; border-left: 1px solid rgba(255, 250, 243, 0.14); }
.course-dates li:first-child { padding-left: 0; border-left: 0; }
.course-dates time { display: flex; align-items: baseline; gap: 8px; color: var(--cream-50); }
.course-dates b { font-family: var(--serif); font-size: 42px; font-weight: 500; line-height: 1; }
.course-dates span { color: #dccbd4; font-size: 13px; font-weight: 700; }
.easy-join { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(42px, 6vw, 84px); margin-top: 86px; padding: clamp(34px, 5vw, 62px); color: var(--ink); background: var(--cream-100); border-radius: 24px; }
.join-kicker { margin: 0 0 12px; color: var(--coral-500); font-size: 11px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.easy-join h3 { margin: 0; color: var(--plum-950); font-family: var(--serif); font-size: clamp(40px, 4.2vw, 58px); line-height: 0.98; }
.easy-join-copy > p:not(.join-kicker) { margin: 24px 0 0; color: var(--ink-soft); }
.easy-join .secondary-button { margin-top: 28px; color: var(--cream-50); background: var(--plum-800); border-color: var(--plum-800); }
.join-steps { display: grid; grid-template-columns: repeat(2, 1fr); margin: 0; padding: 0; border-top: 1px solid rgba(66, 16, 47, 0.16); border-left: 1px solid rgba(66, 16, 47, 0.16); list-style: none; }
.join-steps li { min-height: 152px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 24px; border-right: 1px solid rgba(66, 16, 47, 0.16); border-bottom: 1px solid rgba(66, 16, 47, 0.16); }
.join-steps li > span { width: 29px; height: 29px; display: grid; place-items: center; margin-bottom: 12px; color: var(--cream-50); background: var(--plum-800); border-radius: 50%; font-family: var(--serif); font-size: 17px; }
.join-steps b { color: var(--plum-900); font-family: var(--serif); font-size: 20px; line-height: 1.2; }
.join-steps small { margin-top: 5px; color: var(--ink-soft); font-size: 13px; }
.format-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 86px; border-top: 1px solid rgba(255, 250, 243, 0.2); }
.format-quote { padding: 34px clamp(20px, 3vw, 38px) 0; border-left: 1px solid rgba(255, 250, 243, 0.14); }
.format-quote:first-child { padding-left: 0; border-left: 0; }
.format-quote p { color: var(--cream-50); font-family: var(--serif); font-size: clamp(21px, 2vw, 27px); line-height: 1.4; }
.format-quote .testimonial-name { color: var(--gold-300); }
.format-quote footer small { color: #cdbbc5; }

.topics { background: var(--cream-100); }
.section-heading { display: grid; grid-template-columns: 0.75fr 1fr; column-gap: 90px; margin-bottom: 74px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading > p:not(.eyebrow) { align-self: end; margin: 0 0 7px; font-size: 16px; }
.topic-list { border-top: 1px solid rgba(66, 16, 47, 0.15); }
.topic { display: grid; grid-template-columns: 130px minmax(0, 1fr); padding: 35px 0; border-bottom: 1px solid rgba(66, 16, 47, 0.15); }
.topic > b { color: var(--coral-500); font-family: var(--serif); font-size: 24px; font-weight: 600; }
.topic > div { display: grid; grid-template-columns: minmax(250px, 0.65fr) minmax(0, 1fr); gap: 48px; }
.topic h3 { margin: 0; color: var(--plum-900); font-family: var(--serif); font-size: 32px; line-height: 1.1; }
.topic p { max-width: 660px; margin: 0; color: var(--ink-soft); }

.experience-section { background: var(--rose-100); }
.experience-heading { display: grid; grid-template-columns: 1.05fr 0.7fr; align-items: end; gap: clamp(50px, 8vw, 120px); }
.experience-heading .eyebrow { grid-column: 1 / -1; }
.experience-heading h2 { max-width: 790px; margin: 0; color: var(--plum-950); font-size: clamp(52px, 5.8vw, 80px); line-height: 0.93; }
.experience-heading > p:not(.eyebrow) { margin: 0 0 8px; color: var(--ink-soft); font-size: 16px; }
.medical-testimonials { display: grid; grid-template-columns: repeat(12, 1fr); gap: 0 38px; margin-top: 86px; }
.medical-quote { grid-column: span 5; align-self: start; padding: 34px 0 48px; border-top: 1px solid rgba(66, 16, 47, 0.22); }
.medical-quote:nth-child(2) { grid-column: 9 / span 4; margin-top: 100px; }
.medical-quote:nth-child(3) { grid-column: 1 / span 5; }
.medical-quote:nth-child(4) { grid-column: 6 / span 7; margin-top: -24px; }
.medical-quote:nth-child(5) { grid-column: 2 / span 4; margin-top: 52px; }
.medical-quote:nth-child(6) { grid-column: 7 / span 5; }
.medical-quote p { color: var(--plum-950); font-family: var(--serif); font-size: clamp(21px, 2vw, 27px); font-weight: 600; line-height: 1.42; }
.medical-quote-wide p { font-size: clamp(24px, 2.4vw, 32px); }
.experience-disclaimer { margin-top: 48px; padding: 22px 0; color: var(--ink-soft); border-top: 1px solid rgba(66, 16, 47, 0.2); border-bottom: 1px solid rgba(66, 16, 47, 0.2); font-size: 13px; }
.experience-disclaimer strong { color: var(--plum-900); }

.outcomes { position: relative; isolation: isolate; color: var(--cream-50); background: var(--plum-950); overflow: hidden; }
.outcomes-shape { position: absolute; z-index: -1; width: 620px; height: 620px; right: -160px; top: -220px; border: 1px solid rgba(227, 201, 142, 0.18); border-radius: 50%; }
.outcomes-shape::after { content: ""; position: absolute; inset: 70px; border: 1px solid rgba(227, 201, 142, 0.12); border-radius: 50%; }
.outcomes-heading { display: grid; grid-template-columns: 1.1fr 0.7fr; align-items: end; gap: 80px; }
.outcomes-heading .eyebrow { grid-column: 1 / -1; }
.outcomes-heading h2 { max-width: 720px; margin: 0; font-size: clamp(52px, 6vw, 84px); line-height: 0.92; }
.outcomes-heading > p:not(.eyebrow) { margin: 0 0 7px; color: #dccbd4; font-size: 18px; }
.outcome-columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 52px; margin-top: 86px; }
.outcome-columns article { padding-top: 24px; border-top: 1px solid rgba(255, 250, 243, 0.2); }
.outcome-columns span { color: var(--gold-300); font-family: var(--serif); font-size: 19px; }
.outcome-columns h3 { margin: 18px 0 12px; font-family: var(--serif); font-size: 32px; }
.outcome-columns p { margin: 0; color: #dccbd4; font-size: 15px; }

.host { background: var(--cream-50); }
.host-heading { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.55fr); align-items: end; column-gap: clamp(56px, 8vw, 118px); margin-bottom: 72px; }
.host-heading .eyebrow { grid-column: 1 / -1; }
.host-heading h2 { max-width: 820px; margin: 0; color: var(--plum-950); font-size: clamp(54px, 6vw, 82px); line-height: 0.92; }
.host-heading > p:not(.eyebrow) { margin: 0 0 8px; color: var(--ink-soft); font-size: 17px; }
.guides-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(54px, 7vw, 96px); }
.guides-grid::before { content: ""; position: absolute; top: 42px; bottom: 42px; left: 50%; width: 1px; background: color-mix(in srgb, var(--plum-800) 13%, transparent); transform: translateX(-50%); }
.guide-profile { min-width: 0; }
.guide-profile-renata { margin-top: 86px; }
.guide-visual { position: relative; }
.portrait-arch { width: 100%; aspect-ratio: 0.87; padding: 13px; border: 1px solid var(--gold-500); border-radius: 280px 280px 18px 18px; }
.portrait-arch img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; border-radius: 267px 267px 10px 10px; filter: saturate(0.92) contrast(1.01); }
.guide-profile-renata .portrait-arch img { object-position: center 21%; }
.guide-number { position: absolute; right: -9px; bottom: 30px; width: 70px; height: 70px; display: grid; place-items: center; color: var(--cream-50); background: var(--plum-800); border: 5px solid var(--cream-50); border-radius: 50%; font-family: var(--serif); font-size: 23px; font-weight: 600; }
.guide-profile-renata .guide-number { color: var(--plum-950); background: var(--gold-300); }
.guide-copy { margin: 34px 16px 0; padding-left: 26px; border-left: 1px solid color-mix(in srgb, var(--plum-800) 22%, transparent); }
.guide-role { margin: 0 0 6px; color: var(--coral-500); font-size: 11px; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
.guide-copy h3 { margin: 0; color: var(--plum-950); font-family: var(--serif); font-size: clamp(38px, 4vw, 50px); font-weight: 600; line-height: 1; }
.guide-lead { margin: 22px 0 14px; color: var(--plum-800); font-family: var(--serif); font-size: 22px; font-weight: 600; line-height: 1.4; }
.guide-copy > p:not(.guide-role, .guide-lead, .guide-patronage) { margin: 0; color: var(--ink-soft); font-size: 15px; }
.guide-copy strong { color: var(--plum-900); }
.guide-patronage { display: flex; align-items: center; gap: 12px; margin: 23px 0 0; color: var(--plum-700); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.guide-patronage::before { content: ""; width: 28px; height: 1px; background: var(--gold-500); }

.free-section { color: var(--cream-50); background: var(--plum-800); }
.free-grid { display: grid; grid-template-columns: 0.65fr 1fr; align-items: center; gap: 100px; }
.free-crown { display: grid; place-items: center; width: min(400px, 100%); aspect-ratio: 1; margin-inline: auto; border: 1px solid rgba(255, 250, 243, 0.15); border-radius: 50%; }
.free-crown-mark {
  width: 210px;
  height: 210px;
  background: var(--gold-300);
  -webkit-mask: url("../images/koruna-kralovstvi.png") center / contain no-repeat;
  mask: url("../images/koruna-kralovstvi.png") center / contain no-repeat;
}
.free-copy h2 { margin: 0 0 24px; font-size: clamp(54px, 6vw, 82px); line-height: 0.95; }
.free-copy > p:not(.eyebrow) { max-width: 680px; color: #eadce4; }
.secondary-button { margin-top: 22px; color: var(--plum-900); background: var(--gold-300); border: 1px solid var(--gold-300); }

.faq-section { background: var(--cream-100); }
.faq-grid { display: grid; grid-template-columns: 0.72fr 1fr; gap: clamp(60px, 9vw, 130px); }
.faq-heading { position: sticky; top: 40px; align-self: start; }
.faq-heading h2 { font-size: clamp(48px, 5vw, 68px); }
.faq-heading > p:not(.eyebrow) { font-size: 15px; }
.faq { border-top: 1px solid rgba(66, 16, 47, 0.16); }
.faq details { border-bottom: 1px solid rgba(66, 16, 47, 0.16); }
.faq summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--plum-950); font-family: var(--serif); font-size: 24px; font-weight: 600; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { position: relative; width: 24px; height: 24px; flex: 0 0 24px; }
.faq summary span::before, .faq summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 16px; height: 1px; background: var(--plum-700); transform: translate(-50%, -50%); transition: transform 180ms ease; }
.faq summary span::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details[open] summary span::after { transform: translate(-50%, -50%) rotate(0deg); }
.faq details p { max-width: 680px; margin: -4px 46px 24px 0; color: var(--ink-soft); font-size: 15px; }

.final-proof { background: var(--cream-50); }
.final-proof-heading { max-width: 960px; }
.final-proof-heading h2 { margin: 0; color: var(--plum-950); font-size: clamp(52px, 6vw, 82px); line-height: 0.93; }
.final-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 72px; border-top: 1px solid rgba(66, 16, 47, 0.17); border-bottom: 1px solid rgba(66, 16, 47, 0.17); }
.final-quote { padding: 38px clamp(22px, 3vw, 42px); border-left: 1px solid rgba(66, 16, 47, 0.17); }
.final-quote:first-child { padding-left: 0; border-left: 0; }
.final-quote p { color: var(--plum-900); font-family: var(--serif); font-size: clamp(22px, 2.1vw, 29px); font-weight: 600; line-height: 1.4; }
.final-proof-action { display: flex; justify-content: flex-end; }
.final-proof-action .secondary-button { color: var(--cream-50); background: var(--plum-800); border-color: var(--plum-800); }

.final-cta { color: var(--cream-50); background: var(--coral-500); }
.final-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 80px; }
.final-copy h2 { max-width: 780px; margin: 0; font-size: clamp(58px, 7vw, 96px); line-height: 0.88; }
.final-copy > p:not(.eyebrow) { max-width: 620px; margin: 26px 0 0; font-size: 18px; }
.final-action { min-width: 290px; }
.final-action > div { display: grid; margin-bottom: 12px; }
.final-action span { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.final-action strong { font-family: var(--serif); font-size: 25px; }
.light-button { width: 100%; margin: 0; color: var(--plum-900); background: var(--cream-50); border-color: var(--cream-50); }

.site-footer { padding: 44px 0 max(32px, env(safe-area-inset-bottom)); color: #d7c7d0; background: var(--plum-950); }
.footer-grid { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 36px; }
.footer-brand { color: var(--cream-50); }
.footer-brand img { height: 32px; filter: brightness(0) invert(1); opacity: 0.85; }
.site-footer p { margin: 0; font-size: 12px; }
.site-footer a { text-underline-offset: 3px; }
.footer-disclaimer { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255, 250, 243, 0.12); font-size: 12px; }

.mobile-sticky { display: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 700ms cubic-bezier(.22, 1, .36, 1), transform 700ms cubic-bezier(.22, 1, .36, 1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.topic.reveal:nth-child(2), .outcome-columns .reveal:nth-child(2) { transition-delay: 80ms; }
.topic.reveal:nth-child(3), .outcome-columns .reveal:nth-child(3) { transition-delay: 150ms; }

.thank-you-page { min-height: 100vh; background: var(--cream-100); }
.thank-you-header { padding: 22px 0; background: var(--cream-100); }
.thank-you-main { display: block; }
.thank-you-narrow { width: min(960px, calc(100% - 40px)); }
.thank-you-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(42px, 7vw, 88px) 0 clamp(74px, 9vw, 116px);
  text-align: center;
  background:
    radial-gradient(circle at 18% 25%, rgba(196, 154, 85, 0.16), transparent 18%),
    radial-gradient(circle at 84% 16%, rgba(184, 82, 61, 0.12), transparent 24%),
    var(--cream-100);
  overflow: hidden;
}
.thank-you-hero::after { content: ""; position: absolute; z-index: -1; width: 430px; height: 430px; top: -225px; left: calc(50% - 215px); border: 1px solid rgba(104, 20, 67, 0.09); border-radius: 50%; }
.thank-you-hero-inner { max-width: 870px; }
.thank-you-hero .eyebrow { justify-content: center; margin-bottom: 20px; }
.success-mark { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 24px; color: var(--cream-50); background: var(--success); border: 6px solid rgba(48, 117, 90, 0.12); border-radius: 50%; background-clip: padding-box; }
.success-mark svg { width: 33px; height: 33px; }
.thank-you-hero h1, .thank-you-section h2 { margin: 0; color: var(--plum-950); font-family: var(--serif); font-weight: 600; letter-spacing: -0.045em; }
.thank-you-hero h1 { font-size: clamp(50px, 7.4vw, 86px); line-height: 0.94; text-wrap: balance; }
.thank-you-hero h1 br { display: block; }
.thank-you-lead { max-width: 670px; margin: 28px auto 0; color: var(--ink-soft); font-size: clamp(17px, 2vw, 20px); }
.thank-you-lead strong { color: var(--plum-900); }
.registration-email-card { width: min(560px, 100%); margin: 28px auto 0; padding: 15px 22px; background: var(--cream-50); border: 1px solid rgba(104, 20, 67, 0.14); border-radius: 12px; box-shadow: 0 12px 32px rgba(66, 16, 47, 0.08); }
.registration-email-card span { display: block; color: var(--ink-soft); font-size: 12px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }
.registration-email-card strong { display: block; margin-top: 2px; color: var(--plum-800); font-size: 16px; overflow-wrap: anywhere; }
.mail-note { max-width: 610px; margin: 19px auto 0; color: var(--ink-soft); font-size: 13px; }
.thank-you-section { padding: clamp(78px, 9vw, 118px) 0; }
.thank-you-section h2 { font-size: clamp(45px, 5.7vw, 68px); line-height: 0.98; }
.thank-you-section h2 em { color: var(--plum-700); font-weight: 500; }
.course-next-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid rgba(104, 20, 67, 0.14); border-bottom: 1px solid rgba(104, 20, 67, 0.14); }
.course-next-steps article { padding: 28px 30px 30px; }
.course-next-steps article:first-child { padding-left: 0; }
.course-next-steps article + article { border-left: 1px solid rgba(104, 20, 67, 0.14); }
.course-next-steps span { color: var(--coral-500); font-family: var(--serif); font-size: 25px; }
.course-next-steps h3 { margin: 5px 0 9px; color: var(--plum-900); font-family: var(--serif); font-size: 25px; line-height: 1.05; }
.course-next-steps p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.calendar-button { width: fit-content; display: flex; margin: 36px 0 0; }
.calendar-button svg { width: 20px; height: 20px; margin-right: 10px; }
.schedule-section { color: var(--cream-50); background: var(--plum-950); }
.schedule-section h2 { color: var(--cream-50); }
.schedule-section h2 em { color: var(--gold-300); }
.thank-you-heading-row { display: grid; grid-template-columns: 1.2fr 0.8fr; align-items: end; gap: 80px; }
.thank-you-heading-row > p { max-width: 390px; margin: 0 0 5px; color: #d7c7d0; }
.thank-you-dates { display: grid; grid-template-columns: repeat(6, 1fr); margin: 58px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255, 250, 243, 0.14); border-bottom: 1px solid rgba(255, 250, 243, 0.14); }
.thank-you-dates li { padding: 24px 15px; text-align: center; }
.thank-you-dates li + li { border-left: 1px solid rgba(255, 250, 243, 0.14); }
.thank-you-dates span { display: block; color: var(--gold-300); font-size: 10px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.thank-you-dates time { display: block; margin-top: 7px; color: var(--cream-50); font-family: var(--serif); font-size: 22px; font-weight: 600; white-space: nowrap; }
.join-section { background: var(--cream-50); }
.join-reassurance { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: clamp(36px, 6vw, 76px); padding: clamp(36px, 5vw, 62px); border: 1px solid rgba(104, 20, 67, 0.13); border-radius: 22px; box-shadow: var(--shadow); }
.join-reassurance-icon { width: 142px; height: 142px; display: grid; place-items: center; color: var(--gold-300); background: var(--plum-900); border-radius: 50%; }
.join-reassurance-icon svg { width: 62px; height: 62px; }
.join-reassurance h2 { font-size: clamp(42px, 5.2vw, 62px); }
.join-reassurance > div:last-child > p:last-child { max-width: 650px; margin: 22px 0 0; color: var(--ink-soft); font-size: 17px; }
.share-section { background: var(--rose-100); }
.share-inner { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 64px; }
.share-inner h2 { max-width: 650px; font-size: clamp(40px, 5vw, 58px); }
.share-inner > div > p:last-child { max-width: 600px; margin: 20px 0 0; color: var(--ink-soft); }
.share-button { flex: 0 0 auto; white-space: nowrap; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .date-panel, .hero-host { justify-content: center; text-align: left; }
  .registration-shell { width: min(540px, 100%); margin: 20px auto 0; }
  .recognition-grid, .free-grid, .faq-grid { grid-template-columns: 1fr; }
  .recognition-grid { gap: 60px; }
  .symptom-composition { width: min(590px, 100%); margin-inline: auto; }
  .section-heading, .outcomes-heading { grid-template-columns: 1fr; }
  .format-intro { grid-template-columns: 0.32fr 1fr; }
  .course-dates { grid-template-columns: repeat(3, 1fr); }
  .course-dates li:nth-child(4) { padding-left: 0; border-left: 0; }
  .easy-join { grid-template-columns: 1fr; }
  .experience-heading { grid-template-columns: 1fr; }
  .experience-heading > p:not(.eyebrow) { max-width: 680px; margin-top: 24px; }
  .medical-testimonials { grid-template-columns: repeat(2, 1fr); gap: 0 42px; }
  .medical-quote, .medical-quote:nth-child(n) { grid-column: auto; margin-top: 0; }
  .section-heading > p:not(.eyebrow), .outcomes-heading > p:not(.eyebrow) { margin-top: 24px; }
  .topic > div { grid-template-columns: 0.7fr 1fr; }
  .host-heading { grid-template-columns: 1fr; }
  .host-heading > p:not(.eyebrow) { max-width: 620px; margin-top: 24px; }
  .free-crown { width: min(380px, 100%); }
  .faq-heading { position: static; }
  .final-inner { grid-template-columns: 1fr; align-items: start; }
  .final-action { width: min(360px, 100%); }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section { padding: 82px 0; }
  .site-header { padding-top: max(14px, env(safe-area-inset-top)); }
  .brand img { height: 34px; }
  .header-cta { min-height: 42px; padding: 8px 14px; font-size: 12px; }
  .header-cta span { display: none; }
  .hero { min-height: auto; padding-top: 116px; }
  .hero h1 { font-size: clamp(50px, 15vw, 68px); }
  .hero-lead { margin-top: 28px; font-size: 17px; }
  .date-panel { align-items: flex-start; }
  .date-panel > svg { width: 42px; height: 42px; }
  .date-panel time { font-size: 18px; }
  .registration-shell { padding: 43px 25px 30px; border-radius: 100px 100px 20px 20px; }
  .registration-shell::before { border-radius: 90px 90px 14px 14px; }
  .registration-shell h2 { font-size: 38px; }
  .trust-row { grid-template-columns: 1fr; margin-top: 54px; }
  .trust-row > div { min-height: 62px; justify-content: flex-start; padding-left: 28px; border-right: 0; border-bottom: 1px solid rgba(255, 250, 243, 0.15); }
  .trust-row > div:last-child { border-bottom: 0; }
  .recognition-voices { grid-template-columns: 1fr; margin-top: 56px; }
  .voice-quote { padding: 30px 0; }
  .voice-quote + .voice-quote { padding-left: 0; border-top: 1px solid rgba(66, 16, 47, 0.15); border-left: 0; }
  .format-intro { grid-template-columns: 1fr; gap: 38px; }
  .format-number { font-size: 150px; line-height: 0.58; text-align: left; }
  .format-copy h2 { font-size: 52px; }
  .format-copy > p:not(.eyebrow) { font-size: 16px; }
  .course-dates-wrap { margin-top: 62px; }
  .course-dates { grid-template-columns: repeat(2, 1fr); }
  .course-dates li { padding: 14px 10px; }
  .course-dates li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .course-dates li:nth-child(even) { padding-left: 18px; border-left: 1px solid rgba(255, 250, 243, 0.14); }
  .easy-join { margin-top: 62px; padding: 34px 22px; border-radius: 18px; }
  .easy-join h3 { font-size: 42px; }
  .join-steps { grid-template-columns: 1fr; }
  .join-steps li { min-height: 128px; }
  .format-proof { grid-template-columns: 1fr; margin-top: 62px; }
  .format-quote, .format-quote:first-child { padding: 30px 0; border-top: 1px solid rgba(255, 250, 243, 0.14); border-left: 0; }
  .format-proof .format-quote:first-child { border-top: 0; }
  .experience-heading h2 { font-size: 50px; }
  .medical-testimonials { grid-template-columns: 1fr; gap: 0; margin-top: 58px; }
  .medical-quote, .medical-quote:nth-child(n) { padding: 30px 0; }
  .medical-quote-wide p { font-size: 26px; }
  .final-proof-grid { grid-template-columns: 1fr; margin-top: 52px; }
  .final-quote, .final-quote:first-child { padding: 30px 0; border-top: 1px solid rgba(66, 16, 47, 0.17); border-left: 0; }
  .final-proof-grid .final-quote:first-child { border-top: 0; }
  .final-proof-action { justify-content: stretch; }
  .final-proof-action .secondary-button { width: 100%; }
  .section-copy h2, .section-heading h2, .faq-heading h2 { font-size: 48px; }
  .section-copy > p:not(.eyebrow), .section-heading > p:not(.eyebrow) { font-size: 16px; }
  .symptom-composition { min-height: 470px; transform: scale(0.82); margin: -30px auto; }
  .symptom-composition::before { width: 400px; height: 400px; inset: 35px auto auto 50%; }
  .symptom-composition::after { width: 280px; height: 280px; inset: 95px auto auto 50%; }
  .symptom-center { width: 160px; height: 160px; top: 150px; }
  .s1 { top: 0; left: 34%; }
  .s2 { top: 60px; }
  .s3 { bottom: 0; left: 26%; }
  .s4 { top: 200px; width: 110px; height: 110px; min-width: 110px; min-height: 110px; }
  .s5 { bottom: 24px; right: 5%; }
  .s6 { top: 34px; }
  .s7 { top: 196px; width: 112px; height: 112px; min-width: 112px; min-height: 112px; }
  .section-heading { gap: 0; margin-bottom: 52px; }
  .topic { grid-template-columns: 48px 1fr; padding: 29px 0; }
  .topic > div { grid-template-columns: 1fr; gap: 12px; }
  .topic h3 { font-size: 28px; }
  .topic p { font-size: 15px; }
  .outcomes-heading h2 { font-size: 54px; }
  .outcomes-shape { right: 0; }
  .outcome-columns { grid-template-columns: 1fr; gap: 42px; margin-top: 62px; }
  .host-heading { margin-bottom: 56px; }
  .host-heading h2 { font-size: 52px; }
  .guides-grid { grid-template-columns: 1fr; gap: 64px; }
  .guides-grid::before { display: none; }
  .guide-profile, .guide-profile-renata { width: min(520px, 100%); margin: 0 auto; }
  .guide-number { right: -4px; }
  .guide-copy { margin-inline: 8px; padding-left: 21px; }
  .free-grid { gap: 60px; }
  .free-crown { width: 280px; }
  .free-crown-mark { width: 160px; height: 160px; }
  .faq summary { min-height: 72px; font-size: 21px; line-height: 1.2; }
  .final-copy h2 { font-size: 58px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .mobile-sticky { position: fixed; z-index: 50; inset: auto 0 0; display: block; padding: 10px 14px max(10px, env(safe-area-inset-bottom)); background: var(--cream-50); box-shadow: 0 -8px 28px rgba(45, 13, 37, 0.14); transform: translateY(110%); transition: transform 220ms ease; }
  .mobile-sticky.is-visible { transform: translateY(0); }
  .mobile-sticky a { min-height: 50px; display: flex; align-items: center; justify-content: center; color: var(--cream-50); background: var(--plum-800); border-radius: 999px; font-size: 15px; font-weight: 800; text-decoration: none; }
  .thank-you-header { padding: 15px 0; }
  .thank-you-hero { padding-top: 34px; }
  .thank-you-hero h1 { font-size: clamp(47px, 14vw, 68px); }
  .thank-you-hero h1 br { display: none; }
  .thank-you-section { padding: 76px 0; }
  .course-next-steps { grid-template-columns: 1fr; margin-top: 38px; }
  .course-next-steps article, .course-next-steps article:first-child { padding: 23px 4px; }
  .course-next-steps article + article { border-top: 1px solid rgba(104, 20, 67, 0.14); border-left: 0; }
  .calendar-button { width: 100%; padding-inline: 18px; text-align: center; }
  .thank-you-heading-row { grid-template-columns: 1fr; gap: 24px; }
  .thank-you-dates { grid-template-columns: repeat(2, 1fr); margin-top: 40px; }
  .thank-you-dates li { padding: 19px 8px; border-bottom: 1px solid rgba(255, 250, 243, 0.14); }
  .thank-you-dates li + li { border-left: 0; }
  .thank-you-dates li:nth-child(even) { border-left: 1px solid rgba(255, 250, 243, 0.14); }
  .thank-you-dates li:nth-last-child(-n + 2) { border-bottom: 0; }
  .join-reassurance { grid-template-columns: 1fr; padding: 34px 24px; }
  .join-reassurance-icon { width: 104px; height: 104px; }
  .join-reassurance-icon svg { width: 46px; height: 46px; }
  .share-inner { grid-template-columns: 1fr; gap: 30px; }
  .share-button { width: 100%; white-space: normal; text-align: center; }
}

@media (pointer: coarse) {
  .primary-button, .secondary-button, .header-cta, .mobile-sticky a { min-height: 52px; }
  .faq summary { min-height: 76px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Hero — dvojice průvodkyň */
.hero-guide { position: relative; width: min(470px, 80%); margin: 16px 0 -132px; }
.hero-guide img { display: block; width: 100%; height: auto; filter: saturate(0.96); }
.hero-guide figcaption { position: absolute; left: calc(100% + 20px); bottom: 150px; width: 185px; }
.hero-guide figcaption strong { color: var(--plum-950); font-family: var(--serif); font-size: 19px; font-weight: 600; line-height: 1.15; text-wrap: balance; }
.hero-guide-name { display: block; }
.hero-guide-name-mobile { display: none; }
.hero-guide figcaption span { display: block; margin-top: 5px; color: var(--ink-soft); font-size: 12.5px; line-height: 1.45; }
.trust-row { position: relative; z-index: 2; }

/* Co si odnesete — kruhová fotka */
.outcomes-side { display: grid; gap: 26px; justify-items: start; }
.outcomes-side p { margin: 0 0 7px; color: #dccbd4; font-size: 18px; }
.outcomes-photo { width: min(300px, 100%); aspect-ratio: 1; margin: 0; padding: 10px; border: 1px solid rgba(227, 201, 142, 0.45); border-radius: 50%; }
.outcomes-photo img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; filter: saturate(0.92); }

@media (max-width: 980px) {
  .hero-guide { width: min(380px, 94%); margin: 6px auto 4px; }
  .hero-guide img {
    -webkit-mask-image: linear-gradient(to bottom, #000 78%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 78%, transparent 100%);
  }
  .hero-guide figcaption { position: static; width: auto; margin-top: 4px; text-align: center; }
  .hero-guide-name-desktop { display: none; }
  .hero-guide-name-mobile { display: block; }
}

/* Decentní animace — dekorativní kruhy a postupné odkrývání */
@keyframes orbit-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}
.hero-orbit-one { animation: orbit-float 7s ease-in-out infinite; }
.hero-orbit-two { animation: orbit-float 9s ease-in-out 1.2s infinite; }
.outcomes-shape { animation: orbit-float 11s ease-in-out infinite; }

.js .symptom-composition .symptom {
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 560ms cubic-bezier(0.22, 1, 0.36, 1), transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}
.js .symptom-composition .symptom-center {
  opacity: 0;
  transform: translateX(-50%) scale(0.88);
  transition: opacity 560ms cubic-bezier(0.22, 1, 0.36, 1), transform 560ms cubic-bezier(0.22, 1, 0.36, 1);
}
.symptom-composition.is-visible .symptom { opacity: 1; transform: scale(1); }
.symptom-composition.is-visible .symptom-center { opacity: 1; transform: translateX(-50%) scale(1); }
.symptom-composition.is-visible .symptom-center { transition-delay: 80ms; }
.symptom-composition.is-visible .s1 { transition-delay: 180ms; }
.symptom-composition.is-visible .s2 { transition-delay: 260ms; }
.symptom-composition.is-visible .s3 { transition-delay: 340ms; }
.symptom-composition.is-visible .s4 { transition-delay: 420ms; }
.symptom-composition.is-visible .s5 { transition-delay: 500ms; }
.symptom-composition.is-visible .s6 { transition-delay: 580ms; }
.symptom-composition.is-visible .s7 { transition-delay: 660ms; }

.js .course-dates li,
.js .join-steps li {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}
.course-dates-wrap.is-visible .course-dates li,
.easy-join.is-visible .join-steps li { opacity: 1; transform: translateY(0); }
.course-dates-wrap.is-visible .course-dates li:nth-child(2),
.easy-join.is-visible .join-steps li:nth-child(2) { transition-delay: 90ms; }
.course-dates-wrap.is-visible .course-dates li:nth-child(3),
.easy-join.is-visible .join-steps li:nth-child(3) { transition-delay: 180ms; }
.course-dates-wrap.is-visible .course-dates li:nth-child(4),
.easy-join.is-visible .join-steps li:nth-child(4) { transition-delay: 270ms; }
.course-dates-wrap.is-visible .course-dates li:nth-child(5) { transition-delay: 360ms; }
.course-dates-wrap.is-visible .course-dates li:nth-child(6) { transition-delay: 450ms; }

@media (max-width: 700px) {
  .symptom-composition.reveal.is-visible { transform: scale(0.82); }
}

/* Kroky připojení: desktop 4, mobil zhuštěně 3 */
.join-steps li.join-step-mobile { display: none; }
.easy-join.is-visible .join-steps li.join-step-mobile { transition-delay: 180ms; }
@media (max-width: 700px) {
  .join-steps li.join-step-desktop { display: none; }
  .join-steps li.join-step-mobile { display: flex; }
}

/* Výraznější CTA v panelu o připojení */
.easy-join .secondary-button { min-height: 62px; padding: 16px 36px; font-size: 16px; }

/* Závěrečná sekce: nadpisek v krémové kvůli kontrastu na terakotové */
.final-cta .eyebrow.light { color: var(--cream-50); }

/* Zkušenosti žen: na mobilu 3 viditelné + rozbalení */
.medical-more-wrap { display: none; }
@media (max-width: 700px) {
  .medical-quote.medical-more { display: none; }
  .medical-quote.medical-more.is-open { display: block; }
  .medical-more-wrap { display: block; padding-top: 28px; }
  .medical-more-btn {
    width: 100%;
    min-height: 56px;
    padding: 15px 24px;
    color: var(--plum-800);
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--plum-800) 35%, transparent);
    border-radius: 999px;
    font: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
  }
}

/* Kompaktní hero pro nízké desktopové viewporty (notebooky s lištami prohlížeče) */
@media (min-width: 981px) and (max-height: 900px) {
  .hero { min-height: 0; padding-top: 104px; }
  .hero-grid { align-items: stretch; }
  .hero-copy { display: flex; flex-direction: column; align-items: flex-start; }
  .eyebrow { margin-bottom: 18px; }
  .hero h1 { font-size: 64px; }
  .hero-lead { max-width: 560px; margin: 20px 0 0; font-size: 17px; }
  .date-panel { margin-top: 20px; }
  .date-panel > svg { width: 42px; height: 42px; }
  .date-panel time { font-size: 20px; }
  .hero-guide {
    flex: 1 1 auto;
    position: relative;
    width: 100%;
    min-height: 170px;
    margin: 12px 0 0;
  }
  .hero-guide img {
    display: block;
    height: calc(100% + 132px);
    width: auto;
    max-width: calc(100% - 160px);
    margin-bottom: -132px;
    object-fit: contain;
    object-position: left bottom;
  }
  .hero-guide figcaption { left: auto; right: 0; bottom: 96px; width: 150px; }
  .registration-crown img { width: 40px; height: 40px; }
  .registration-shell { padding: 30px 32px 24px; }
  .registration-shell h2 { font-size: 33px; }
  .form-intro { margin-bottom: 12px; }
  .field { margin-top: 9px; }
  .field input { min-height: 46px; padding: 10px 16px; }
  .primary-button { min-height: 52px; margin-top: 12px; }
}
