:root {
  --green: #0d4838;
  --green-deep: #08382c;
  --green-ink: #062c23;
  --green-soft: #eaf1ec;
  --sage: #879884;
  --sage-light: #dfe8e0;
  --ink: #1d2823;
  --muted: #667069;
  --line: #dce4de;
  --paper: #fffefb;
  --paper-warm: #f6f3ed;
  --paper-green: #f2f6f2;
  --copper: #bd7f55;
  --copper-dark: #956142;
  --copper-soft: #f0d8c7;
  --copper-pale: #fbf0e7;
  --white: #ffffff;
  --display: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shadow-sm: 0 10px 28px rgba(8, 56, 44, 0.07);
  --shadow-md: 0 24px 70px rgba(8, 56, 44, 0.12);
  --shadow-lg: 0 34px 90px rgba(6, 44, 35, 0.2);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 36px;
  --content: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

::selection {
  color: var(--white);
  background: var(--green);
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 11px 16px;
  border-radius: 10px;
  color: var(--white);
  background: var(--green-deep);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.meetup-header {
  position: relative;
  z-index: 20;
  min-height: 88px;
  padding: 16px max(24px, calc((100vw - var(--content)) / 2));
  border-bottom: 1px solid rgba(13, 72, 56, 0.08);
  background: rgba(255, 254, 251, 0.92);
  backdrop-filter: blur(18px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.brand {
  display: inline-flex;
  width: 104px;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.brand-tagline {
  margin: 0;
  color: #68716b;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

main {
  display: block;
}

.blueprint-chapter {
  position: relative;
}

.hero h1,
.statement h2,
.section-heading h2,
.bonus-copy h2,
.offer-section h2,
.guarantee h2,
.registration h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.035em;
}

.section-heading {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.section-heading h2,
.bonus-copy h2,
.offer-section > .section-heading h2,
.guarantee h2,
.registration h2 {
  color: var(--green-deep);
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1.03;
}

.section-lead {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.section-kicker,
.topic-label,
.bonus-card span,
.registration-prices span {
  color: var(--copper-dark);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.button {
  min-height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: var(--white);
  background: var(--green);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.01em;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(4, 35, 28, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(4, 35, 28, 0.28);
}

.button:hover svg {
  transform: translateX(3px);
}

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(189, 127, 85, 0.52);
  outline-offset: 4px;
}

.chapter-hero {
  padding-bottom: 108px;
  background:
    radial-gradient(circle at 88% 88%, rgba(255, 255, 255, 0.58), transparent 32%),
    linear-gradient(135deg, #edf3ee 0%, var(--sage-light) 100%);
}

.chapter-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(13, 72, 56, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(13, 72, 56, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}

.hero {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, 1120px);
  min-height: 610px;
  margin: 0 auto;
  padding: 92px 24px 132px;
  display: grid;
  place-items: center;
  text-align: center;
}

.hero-copy {
  max-width: 1030px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero h1 {
  max-width: 1020px;
  color: var(--green-deep);
  font-size: clamp(58px, 7.4vw, 102px);
  line-height: 0.94;
  text-wrap: balance;
}

.hero-lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: #42564c;
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.65;
  text-wrap: balance;
}

.hero-actions {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.hero-actions .button {
  min-width: 228px;
  color: var(--green-deep);
  background: #f4c9a9;
  box-shadow: 0 18px 46px rgba(8, 56, 44, 0.18);
}

.hero-actions .button:hover {
  background: #ffd5b6;
}

.hero-actions span {
  color: #53675d;
  font-size: 13px;
  font-weight: 700;
}

.audience-block {
  position: relative;
  z-index: 3;
  width: min(100% - 48px, 1040px);
  margin: -72px auto 0;
  padding: clamp(38px, 5vw, 64px);
  border: 1px solid rgba(13, 72, 56, 0.09);
  border-radius: var(--radius-lg);
  background: rgba(255, 254, 251, 0.98);
  box-shadow: var(--shadow-lg);
}

.audience-block .section-heading {
  margin-bottom: 24px;
}

.audience-block h2 {
  color: var(--green-deep);
  font-size: clamp(34px, 4.2vw, 52px);
}

.audience-copy {
  max-width: 820px;
  margin: 0 auto;
  color: #4f5b54;
  font-size: 17px;
  line-height: 1.82;
  text-align: center;
}

.chapter-proof {
  padding: 110px 0 124px;
  background:
    radial-gradient(circle at 94% 0%, rgba(135, 152, 132, 0.14), transparent 22%),
    var(--paper);
}

.speakers {
  width: min(100% - 48px, var(--content));
  margin: 0 auto;
}

.speaker-grid {
  display: grid;
}

.speaker-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-warm);
  box-shadow: var(--shadow-md);
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.25fr);
  grid-template-areas:
    "photo name"
    "photo copy";
  column-gap: clamp(42px, 6vw, 86px);
  align-items: start;
}

.speaker-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 8px;
  background: linear-gradient(90deg, var(--copper), #e2b694);
}

.speaker-photo {
  grid-area: photo;
  align-self: stretch;
  min-height: 720px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.9), transparent 36%),
    linear-gradient(145deg, #e3e9e2, #ccd8ce);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  filter: saturate(0.92) contrast(1.02);
}

.speaker-name {
  grid-area: name;
  margin: 74px 72px 24px 0;
  color: var(--green-deep);
  font-family: var(--display);
  font-size: clamp(40px, 4.6vw, 64px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.speaker-copy {
  grid-area: copy;
  max-width: 660px;
  margin: 0 72px 66px 0;
}

.speaker-copy > p {
  margin: 0;
  color: #46524b;
  font-size: 15px;
  line-height: 1.75;
}

.speaker-copy > p + p {
  margin-top: 24px;
}

.author-timeline {
  position: relative;
  margin: 28px 0;
  padding: 4px 0;
  list-style: none;
}

.author-timeline::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 58px;
  width: 1px;
  background: var(--copper-soft);
}

.author-timeline li {
  position: relative;
  padding: 12px 0 12px 84px;
  color: #4b5650;
  font-size: 14px;
  line-height: 1.5;
}

.author-timeline li::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 54px;
  width: 9px;
  height: 9px;
  border: 3px solid var(--paper-warm);
  border-radius: 50%;
  background: var(--copper);
  box-shadow: 0 0 0 1px var(--copper-soft);
}

.author-timeline strong {
  position: absolute;
  top: 15px;
  left: 0;
  width: 44px;
  color: var(--copper-dark);
  font-size: 12px;
  text-align: right;
}

.chapter-problem {
  padding: 118px 0 126px;
  background: var(--paper-green);
}

.statement {
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  text-align: center;
}

.statement h2 {
  color: var(--green-deep);
  font-size: clamp(42px, 5.3vw, 72px);
  line-height: 1.02;
  text-wrap: balance;
}

.statement p {
  max-width: 820px;
  margin: 28px auto 0;
  color: #4f5b54;
  font-size: 17px;
  line-height: 1.8;
}

.statement-copy {
  max-width: 860px;
  margin: 32px auto 0;
}

.statement-copy p {
  max-width: none;
  margin: 0;
  text-align: left;
}

.statement-copy p + p {
  margin-top: 18px;
}

.statement-copy p:last-child {
  margin-top: 24px;
  padding: 20px 24px;
  border-left: 3px solid var(--copper);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.topics {
  width: min(100% - 48px, var(--content));
  margin: 0 auto;
}

.curriculum {
  padding-top: 112px;
}

.topic-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: topic;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.topic-list > li {
  counter-increment: topic;
  position: relative;
  min-width: 0;
  padding: 34px 34px 32px 90px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: #4a5650;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.topic-list > li:hover {
  border-color: #cad8ce;
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.topic-list > li::before {
  content: counter(topic, decimal-leading-zero);
  position: absolute;
  top: 34px;
  left: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--white);
  background: var(--green);
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
}

.topic-list h3 {
  margin: 7px 0 12px;
  color: var(--green-deep);
  font-family: var(--display);
  font-size: clamp(25px, 2.5vw, 34px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.topic-list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.curriculum-list > li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.curriculum-list > li:last-child:nth-child(odd) > * {
  max-width: 760px;
}

.curriculum-list ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.curriculum-list ul li,
.registration-copy li,
.fit-card li {
  position: relative;
  padding-left: 24px;
}

.curriculum-list ul li {
  margin: 8px 0;
  color: #667069;
  font-size: 13px;
  line-height: 1.5;
}

.curriculum-list ul li::before,
.registration-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--copper-dark);
  font-weight: 900;
}

.topic-outcome {
  display: block;
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--green-deep);
  font-size: 13px;
  line-height: 1.45;
}

.bonus-section {
  position: relative;
  overflow: hidden;
  width: min(100% - 48px, var(--content));
  margin: 112px auto;
  padding: clamp(38px, 5vw, 68px);
  border-radius: var(--radius-lg);
  color: var(--white);
  background:
    radial-gradient(circle at 100% 0%, rgba(189, 127, 85, 0.32), transparent 30%),
    var(--green-deep);
  box-shadow: var(--shadow-lg);
}

.bonus-section::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -90px;
  bottom: -90px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255, 255, 255, 0.03), 0 0 0 96px rgba(255, 255, 255, 0.02);
}

.bonus-copy {
  position: relative;
  max-width: 800px;
  margin: 0 auto 42px;
  text-align: center;
}

.bonus-copy h2 {
  color: var(--white);
}

.bonus-copy p {
  max-width: 780px;
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.68;
}

.bonus-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.bonus-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: var(--radius-md);
  background: var(--paper-warm);
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, background 180ms ease;
}

.bonus-card:hover {
  background: var(--paper);
  transform: translateY(-3px);
}

.bonus-card figure {
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #d8ddd8;
}

.bonus-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.bonus-card:hover img {
  transform: scale(1.025);
}

.bonus-card > div {
  padding: 30px;
}

.bonus-card span {
  color: var(--copper-dark);
}

.bonus-card h3 {
  margin: 9px 0 11px;
  color: var(--green-deep);
  font-family: var(--display);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.06;
}

.bonus-card p {
  margin: 0;
  color: #5f6862;
  font-size: 14px;
  line-height: 1.6;
}

.bonus-note {
  position: relative;
  width: fit-content;
  max-width: 100%;
  margin: 32px auto 0;
  padding: 13px 22px;
  border: 1px solid rgba(245, 200, 167, 0.36);
  border-radius: 999px;
  color: #f5c8a7;
  background: rgba(255, 255, 255, 0.07);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  text-align: center;
}

.chapter-program {
  padding: 118px 0 126px;
  background: var(--paper-warm);
}

.format-section {
  padding: 0;
}

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

.format-list > li {
  grid-column: span 2;
  min-height: 260px;
  padding: 82px 28px 30px;
}

.format-list > li:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.format-list > li::before {
  top: 30px;
  left: 28px;
}

.format-list h3 {
  font-size: 28px;
}

.format-list p {
  color: var(--muted);
  font-size: 14px;
}

.chapter-urgency {
  padding: 118px 0 72px;
  background: var(--paper);
}

.fit-section {
  width: min(100% - 48px, var(--content));
  margin: 0 auto;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.fit-card {
  min-height: 390px;
  padding: clamp(32px, 4vw, 52px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper-green);
}

.fit-card.is-positive {
  color: var(--white);
  border-color: var(--green-deep);
  background:
    radial-gradient(circle at 100% 0%, rgba(189, 127, 85, 0.23), transparent 38%),
    var(--green-deep);
  box-shadow: var(--shadow-md);
}

.fit-card h3 {
  margin: 0 0 28px;
  color: var(--green-deep);
  font-family: var(--display);
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.fit-card.is-positive h3 {
  color: var(--white);
}

.fit-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-card li {
  margin: 15px 0;
  color: #526059;
  font-size: 15px;
  line-height: 1.55;
}

.fit-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.fit-card.is-positive li {
  color: rgba(255, 255, 255, 0.82);
}

.fit-card.is-positive li::before {
  color: #f0bd98;
}

.fit-card.is-negative li::before {
  content: "×";
  color: var(--copper-dark);
  font-size: 20px;
  line-height: 1.1;
}

.guarantee {
  position: relative;
  overflow: hidden;
  width: min(100% - 48px, 1040px);
  margin: 0 auto 118px;
  padding: clamp(36px, 5vw, 62px);
  border: 1px solid #ead5c5;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 0% 100%, rgba(189, 127, 85, 0.16), transparent 36%),
    var(--copper-pale);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(34px, 5vw, 62px);
  align-items: center;
}

.offer-section > .guarantee {
  width: min(100%, 1040px);
  margin: 36px auto 0;
}

.guarantee-badge {
  width: 148px;
  height: 148px;
  border: 1px solid var(--copper);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 16px 40px rgba(149, 97, 66, 0.11);
}

.guarantee-badge strong {
  font-family: var(--display);
  font-size: 56px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.78;
}

.guarantee-badge span {
  margin-top: 10px;
  color: var(--copper-dark);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.guarantee h2 {
  font-size: clamp(30px, 3.2vw, 44px);
}

.guarantee p {
  max-width: 720px;
  margin: 17px 0 0;
  color: #5c5d57;
  font-size: 15px;
  line-height: 1.68;
}

.guarantee-condition {
  color: var(--green-deep) !important;
  font-weight: 800;
}

.chapter-investment {
  color: var(--white);
  background: var(--green-deep);
}

.offer-section {
  position: relative;
  overflow: hidden;
  padding: 118px max(24px, calc((100vw - var(--content)) / 2)) 126px;
  background:
    radial-gradient(circle at 8% 8%, rgba(189, 127, 85, 0.25), transparent 24%),
    radial-gradient(circle at 100% 85%, rgba(135, 152, 132, 0.17), transparent 26%);
}

.offer-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.14;
  background-image: radial-gradient(rgba(255, 255, 255, 0.7) 0.7px, transparent 0.7px);
  background-size: 18px 18px;
}

.offer-section > * {
  position: relative;
}

.offer-section > .section-heading.on-dark h2,
.on-dark h2 {
  color: var(--white);
}

.on-dark .section-lead {
  color: rgba(255, 255, 255, 0.7);
}

.registration {
  width: min(100%, var(--content));
  margin: 58px auto 0;
  padding: clamp(34px, 5vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.24);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(390px, 1.1fr);
  gap: clamp(44px, 6vw, 82px);
  align-items: start;
}

.registration-copy {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.registration-copy > p:not(.section-kicker),
.registration-system {
  max-width: 470px;
  margin: 20px 0 0;
  color: #566159;
  font-size: 15px;
  line-height: 1.7;
}

.registration-copy > .registration-title {
  color: var(--green-deep);
  font-size: clamp(32px, 3.5vw, 44px);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.registration-prices {
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.registration-prices > div {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper-green);
  display: flex;
  flex-direction: column;
}

.registration-prices > div > span {
  display: block;
  min-height: 2.5em;
}

.registration-prices strong {
  display: flex;
  min-height: 46px;
  margin-top: 8px;
  align-items: baseline;
  gap: 5px;
  color: var(--green-deep);
  font-family: var(--display);
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 0.95;
  white-space: nowrap;
}

.registration-prices small {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.registration-prices p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.registration-date {
  margin: 28px 0 0 !important;
  color: var(--green-deep) !important;
  font-size: 13px !important;
  font-weight: 800;
}

.registration-system {
  margin-top: 0;
}

.registration-details {
  margin-top: 26px;
}

.registration-copy ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.registration-copy li {
  margin: 11px 0;
  color: #505b55;
  font-size: 13px;
}

.application-form {
  position: relative;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--paper-warm);
  box-shadow: var(--shadow-sm);
}

.application-form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.application-form fieldset:disabled {
  opacity: 0.78;
}

.application-form legend {
  margin-bottom: 10px;
  color: var(--green-deep);
  font-family: var(--display);
  font-size: clamp(32px, 3.5vw, 44px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.application-lead {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.application-form label {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #35423b;
  font-size: 12px;
  font-weight: 800;
}

.application-form input,
.application-form textarea,
.application-form select {
  width: 100%;
  min-height: 52px;
  border: 1px solid #d4ddd6;
  border-radius: 11px;
  padding: 0 14px;
  color: var(--ink);
  background: var(--white);
  font-size: 14px;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.application-form textarea {
  min-height: 108px;
  padding: 14px;
  line-height: 1.5;
  resize: vertical;
}

.application-form input:focus,
.application-form textarea:focus,
.application-form select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(13, 72, 56, 0.1);
}

.form-grid .full {
  grid-column: 1 / -1;
}

.application-form .button {
  width: 100%;
  margin-top: 18px;
  color: var(--green-deep);
  background: #f0bd98;
}

.form-status {
  margin: 14px 0 0;
  padding: 13px 14px;
  border: 1px solid var(--copper-soft);
  border-radius: 11px;
  color: #725b49;
  background: var(--copper-pale);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.form-status.is-loading {
  color: #725b49;
}

.form-status.is-success {
  border-color: #b9d2c1;
  color: var(--green-deep);
  background: var(--green-soft);
}

.application-form.is-submitted {
  min-height: 440px;
  display: grid;
  place-items: center;
}

.application-form.is-submitted fieldset {
  display: none;
}

.application-form.is-submitted .form-status.is-success {
  max-width: 15ch;
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--green-deep);
  background: transparent;
  font-family: var(--display);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.form-status.is-error {
  border-color: #e4b8b1;
  color: #8c2620;
  background: #fff0ed;
}

.application-form .button:disabled {
  cursor: wait;
  opacity: 0.68;
}

#prijava {
  scroll-margin-top: 24px;
}

.faq-section {
  width: 100%;
  padding: 118px max(24px, calc((100vw - 980px) / 2)) 126px;
  background: var(--paper-warm);
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: var(--paper);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-list details[open] {
  border-color: #c8d7cc;
  box-shadow: var(--shadow-sm);
}

.faq-list summary {
  position: relative;
  padding: 24px 70px 24px 26px;
  color: var(--green-deep);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
  list-style: none;
  cursor: pointer;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: var(--green-deep);
  background: var(--green-soft);
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: 500;
  transform: translateY(-50%);
}

.faq-list details[open] summary::after {
  content: "−";
  color: var(--white);
  background: var(--green);
}

.faq-list details p {
  max-width: 790px;
  margin: -2px 70px 26px 26px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.meetup-footer {
  padding: 48px max(24px, calc((100vw - var(--content)) / 2));
  border-top: 1px solid var(--line);
  background: var(--paper);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.meetup-footer small {
  margin-top: 8px;
  color: #89918c;
  font-size: 10px;
  font-weight: 600;
}

@media (max-width: 1020px) {
  .speaker-card {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1fr);
    column-gap: 40px;
  }

  .speaker-photo {
    min-height: 680px;
  }

  .speaker-name {
    margin: 54px 38px 20px 0;
  }

  .speaker-copy {
    margin: 0 38px 48px 0;
  }

  .registration {
    grid-template-columns: 1fr;
  }

  .application-form {
    max-width: 720px;
  }
}

@media (max-width: 820px) {
  .hero {
    min-height: 560px;
    padding-top: 74px;
  }

  .speaker-card {
    grid-template-columns: 1fr;
    grid-template-areas:
      "photo"
      "name"
      "copy";
  }

  .speaker-photo {
    min-height: 0;
    aspect-ratio: 16 / 12;
  }

  .speaker-photo img {
    object-position: center 16%;
  }

  .speaker-name {
    margin: 44px 42px 18px;
  }

  .speaker-copy {
    max-width: none;
    margin: 0 42px 48px;
  }

  .topic-list {
    grid-template-columns: 1fr;
  }

  .curriculum-list > li:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .bonus-grid,
  .fit-grid {
    grid-template-columns: 1fr;
  }

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

  .format-list > li,
  .format-list > li:nth-last-child(-n + 2) {
    grid-column: auto;
  }

  .format-list > li:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .guarantee {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .guarantee-badge {
    margin: 0 auto;
  }

  .guarantee p {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 620px) {
  .meetup-header {
    min-height: 76px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .brand {
    width: 94px;
  }

  .hero,
  .audience-block,
  .speakers,
  .statement,
  .topics,
  .bonus-section,
  .fit-section,
  .guarantee {
    width: min(100% - 30px, 520px);
  }

  .chapter-hero {
    padding-bottom: 76px;
  }

  .hero {
    min-height: 520px;
    padding: 58px 0 104px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 68px);
    line-height: 0.97;
  }

  .hero-lead {
    margin-top: 24px;
    font-size: 16px;
  }

  .hero-actions {
    width: 100%;
    margin-top: 30px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions span {
    max-width: 330px;
    font-size: 11px;
    line-height: 1.5;
  }

  .audience-block {
    margin-top: -58px;
    padding: 34px 24px;
    border-radius: var(--radius-md);
  }

  .audience-copy {
    font-size: 15px;
    line-height: 1.72;
  }

  .chapter-proof,
  .chapter-problem,
  .chapter-program,
  .chapter-urgency,
  .faq-section {
    padding-top: 80px;
    padding-bottom: 84px;
  }

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

  .section-heading h2,
  .bonus-copy h2,
  .offer-section > .section-heading h2,
  .registration h2 {
    font-size: clamp(35px, 11vw, 48px);
  }

  .speaker-card {
    border-radius: var(--radius-md);
  }

  .speaker-photo {
    aspect-ratio: 1 / 1.02;
  }

  .speaker-name {
    margin: 32px 24px 16px;
    font-size: 42px;
    text-align: center;
  }

  .speaker-copy {
    margin: 0 24px 32px;
  }

  .speaker-copy > p {
    font-size: 14px;
  }

  .author-timeline li {
    padding-left: 84px;
    font-size: 13px;
  }

  .statement h2 {
    font-size: clamp(38px, 11.5vw, 52px);
  }

  .statement p {
    font-size: 15px;
    line-height: 1.7;
  }

  .curriculum {
    padding-top: 78px;
  }

  .topic-list > li {
    padding: 82px 24px 28px;
    border-radius: 18px;
  }

  .topic-list > li::before {
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
  }

  .topic-list h3 {
    font-size: 28px;
    text-align: center;
  }

  .bonus-section {
    margin-top: 78px;
    margin-bottom: 78px;
    padding: 36px 18px 26px;
    border-radius: var(--radius-md);
  }

  .bonus-copy {
    margin-bottom: 30px;
    padding: 0 8px;
  }

  .bonus-card > div {
    padding: 24px 20px;
  }

  .format-list {
    grid-template-columns: 1fr;
  }

  .format-list > li:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .format-list > li {
    min-height: 0;
  }

  .fit-card {
    min-height: 0;
    padding: 34px 26px;
    border-radius: var(--radius-md);
  }

  .fit-card h3 {
    font-size: 35px;
  }

  .guarantee {
    margin-bottom: 82px;
    padding: 34px 24px;
    border-radius: var(--radius-md);
  }

  .guarantee-badge {
    width: 126px;
    height: 126px;
  }

  .guarantee h2 {
    font-size: 30px;
  }

  .offer-section {
    padding: 82px 15px 88px;
  }

  .registration {
    margin-top: 42px;
    padding: 28px 18px;
    border-radius: var(--radius-md);
    gap: 38px;
  }

  .registration-copy > .registration-title {
    text-align: center;
  }

  .registration-prices {
    grid-template-columns: 1fr;
  }

  .registration-prices > div {
    align-items: center;
    text-align: center;
  }

  .application-form {
    padding: 26px 18px;
    border-radius: 18px;
  }

  .application-form legend {
    width: 100%;
    text-align: center;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-grid .full {
    grid-column: auto;
  }

  .faq-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .faq-list summary {
    padding: 20px 58px 20px 20px;
    font-size: 14px;
  }

  .faq-list summary::after {
    right: 16px;
  }

  .faq-list details p {
    margin: -1px 20px 22px;
    font-size: 13px;
  }

  .button {
    width: 100%;
  }

  .meetup-footer {
    padding: 38px 20px;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
