/* Translated from References/cta-polish and References/section-redesign.
   Keep the existing GalaFy copy, fonts, assets and registration destinations. */

/* Provider challenges; reference: References/problem-v2/01-problem.png. */
.problem {
  background: #fffaf2;
  padding-block: 72px;
}
.problem > .wrap.split { display: block; }
.problem .problem-intro .eyebrow {
  max-width: none;
  margin: 0 0 20px;
  color: var(--site-heading);
}
.problem h2 {
  max-width: 880px;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  line-height: 1.15;
  text-wrap: balance;
}
.problem .problem-intro > p:last-child {
  max-width: 800px;
  margin: 20px 0 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.8;
}
.problem .pain-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
}
.problem .pain-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 32px 24px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #e5d8c6;
  border-radius: 0;
  box-shadow: none;
}
.problem .pain-row:nth-child(even) {
  padding-right: 0;
  padding-left: 32px;
  border-left: 1px solid #e5d8c6;
}
.problem .pain-row .icon-tile {
  width: 32px;
  height: 32px;
  background: transparent;
  color: var(--site-accent);
  border: 0;
  border-radius: 0;
}
.problem .pain-row .icon-tile svg { width: 26px; height: 26px; }
.problem .pain-row p {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.75;
}
.problem .pain-row strong { font-weight: 500; }
.problem .pullout {
  margin: 28px 0 0;
  padding: 24px 28px;
  gap: 18px;
  align-items: center;
  background: #fff1ca;
  border: 0;
  border-left: 3px solid var(--site-accent);
  border-radius: 0;
  font-family: 'Baloo Chettan', sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
  color: var(--ink);
}
.problem .pullout-icon {
  width: 32px;
  height: 32px;
  background: transparent;
  border-radius: 0;
  color: var(--site-accent);
}
.problem .pullout-icon svg { width: 28px; height: 28px; }

@media (max-width: 760px) {
  .problem { padding-block: 56px; }
  .problem .problem-intro > p:last-child { font-size: .9375rem; }
  .problem .pain-points { grid-template-columns: 1fr; margin-top: 28px; }
  .problem .pain-row,
  .problem .pain-row:nth-child(even) {
    padding: 22px 0;
    gap: 14px;
    border-left: 0;
  }
  .problem .pain-row p { font-size: .9375rem; }
  .problem .pullout {
    margin-top: 20px;
    padding: 20px 18px;
    align-items: flex-start;
    gap: 12px;
    font-size: 1.25rem;
  }
  .problem .pullout-icon { width: 26px; height: 28px; }
  .problem .pullout-icon svg { width: 26px; height: 26px; }
}

/* A compact vertical sequence replaces the rejected circle timeline. */
.steps {
  background: #fff7e9;
  color: var(--ink);
}
.steps > .wrap {
  display: grid;
  grid-template-columns: .85fr 1.5fr;
  gap: 72px;
  align-items: start;
}
.steps h2 {
  color: var(--site-accent);
  max-width: 360px;
  font-size: clamp(2.125rem, 3.2vw, 2.75rem);
  line-height: 1.15;
}
.steps .eyebrow { color: var(--site-heading); }
.steps .step-grid {
  display: block;
  margin: 0;
}
.steps .step-grid li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 28px;
  border: 0;
  padding: 24px 0;
  text-align: left;
}
.steps .step-grid li:first-child { padding-top: 0; }
.steps .step-grid li:last-child { padding-bottom: 0; }
.steps .step-grid li + li { border-top: 1px solid #e5d9c5; }
.steps .step-grid li::after { display: none; }
.steps .step-grid li > h3,
.steps .step-grid li > p { grid-column: 2; }
.steps .step-number {
  grid-column: 1;
  grid-row: 1 / 3;
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--site-accent);
  font-size: 36px;
  line-height: 1.15;
}
.steps .step-grid h3 {
  color: var(--ink);
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 0 0 8px;
}
.steps .step-grid p {
  color: var(--ink);
  font-size: .9375rem;
  line-height: 1.75;
}
.steps .step-arrow { display: none; }

/* Early access offer; references: References/offer-v2 and offer-cta-v3. */
.offer {
  border-top: 1px solid var(--line);
  padding-block: 80px;
}
.offer .offer-heading {
  display: grid;
  grid-template-columns: 1.55fr 1fr;
  gap: 20px 56px;
  align-items: end;
  max-width: none;
  text-align: left;
  margin-bottom: 36px;
}
.offer .offer-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}
.offer .offer-heading h2 {
  font-size: clamp(2.125rem, 3.2vw, 2.75rem);
  line-height: 1.15;
  margin: 0;
}
.offer .offer-heading > p:last-child {
  max-width: none;
  margin: 0 0 4px;
  font-size: 1rem;
  line-height: 1.8;
}
.offer .offer-reassurance {
  max-width: none;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin: 28px 0;
}
.offer .offer-reassurance p {
  padding: 0;
  align-items: flex-start;
  font-size: .9375rem;
  line-height: 1.7;
  gap: 14px;
}
.offer .offer-reassurance p .offer-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--site-accent);
}
.offer .offer-reassurance .offer-icon svg {
  width: 28px;
  height: 28px;
}
.offer .pricing-table {
  max-width: none;
  border: 1px solid #dedcd7;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(52, 49, 46, .04);
}
.offer .pricing-table th,
.offer .pricing-table td {
  width: auto;
  padding: 20px 24px;
  font-size: .9375rem;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #dedcd7;
}
.offer .pricing-table th:first-child {
  width: auto;
  text-align: left;
}
.offer .pricing-table .feature-col { width: 22%; }
.offer .pricing-table .promo-col { width: 30%; }
.offer .pricing-table .paid-col { width: 24%; }
.offer .pricing-table thead th {
  background: #34312e;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  padding-block: 22px;
  border-bottom: 0;
}
.offer .pricing-table thead th + th { border-left: 1px solid #615b55; }
.offer .pricing-table .promo {
  background: #fff8df;
  color: var(--ink);
  border-inline: 1px solid #e8dfc3;
}
.offer .pricing-table thead th.promo {
  background: var(--site-yellow);
  color: #000;
  border-inline-color: var(--site-yellow);
  padding-inline: 16px;
}
.offer .promo-heading {
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 1rem;
  white-space: nowrap;
}
.offer .promo-heading > svg { width: 20px; height: 20px; }
.offer .pricing-table .price {
  font-size: 2.5rem;
  line-height: 1.2;
  padding-block: 24px;
}
.offer .pricing-table .price span {
  font-size: .8125rem;
  line-height: 1.5;
  margin-top: 4px;
}
.offer .pricing-table tbody tr:last-child > * { border-bottom: 0; }
.offer .offer-bottom {
  max-width: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
.offer .offer-bottom .offer-register {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  min-width: 0;
  max-width: none;
  padding: 32px 40px;
  background: #34312e;
  border-radius: 12px;
  text-align: left;
}
.offer .offer-bottom .readiness {
  max-width: 800px;
  margin: 0;
  color: #fff;
  font-family: 'Baloo Chettan', sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.35;
  text-wrap: balance;
}
.offer .offer-bottom .primary { min-width: 250px; grid-row: auto; }
.offer .offer-register .primary svg { flex-shrink: 0; }
.offer .offer-register .primary:focus-visible { outline-color: #fff; }
.offer .offer-bottom .fee-note {
  max-width: 900px;
  font-size: .8125rem;
  line-height: 1.75;
  margin: 16px auto 0;
  text-align: center;
}

@media (max-width: 900px) {
  .offer .offer-heading { grid-template-columns: 1fr; gap: 20px; }
  .offer .offer-heading > p:last-child { max-width: 720px; margin: 0; }
  .offer .pricing-table th,
  .offer .pricing-table td { padding-inline: 16px; }
  .offer .pricing-table thead th { font-size: 1rem; }
  .offer .pricing-table thead th.promo { padding-inline: 12px; }
  .offer .pricing-table .promo-col { width: 36%; }
  .offer .pricing-table .paid-col { width: 21%; }
  .offer .promo-heading { font-size: .875rem; gap: 7px; }
  .offer .pricing-table .price { font-size: 2.125rem; }
}

/* Reuse the real event photograph for a warm final registration moment. */
.closing {
  background: linear-gradient(100deg, rgba(48, 0, 32, .86), rgba(55, 4, 40, .82)),
    url('/assets/event.jpg') center / cover no-repeat;
  color: #fff;
  border-bottom: 0;
  padding-block: 96px;
}
.closing h2 {
  max-width: 850px;
  font-size: clamp(2.25rem, 3.8vw, 3.25rem);
  line-height: 1.2;
}
.closing > .wrap > p {
  max-width: 720px;
  margin: 24px auto 30px;
  font-size: 1.0625rem;
  line-height: 1.7;
}
.closing .primary { min-width: 260px; }
.closing .closing-secondary { margin-top: 20px; }

@media (max-width: 760px) {
  .steps > .wrap { grid-template-columns: 1fr; gap: 32px; }
  .steps h2 { max-width: 560px; }
  .offer { padding-block: 56px; }
  .offer .offer-heading { margin-bottom: 28px; }
  .offer .offer-heading > p:last-child { font-size: .9375rem; }
  .offer .offer-reassurance { grid-template-columns: 1fr; gap: 20px; margin-block: 24px; }
  .offer .offer-reassurance p { font-size: .875rem; }
  .offer .pricing-table table { min-width: 680px; }
  .offer .pricing-table th,
  .offer .pricing-table td { padding: 16px 12px; font-size: .8125rem; }
  .offer .pricing-table thead th { font-size: .875rem; padding-block: 18px; }
  .offer .pricing-table .price { font-size: 1.75rem; padding-block: 20px; }
  .offer .pricing-table .price span { font-size: .75rem; }
  .offer .offer-bottom .offer-register {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 28px 24px;
  }
  .offer .offer-bottom .readiness { font-size: 1.5rem; }
  .closing { padding-block: 64px; }
  .closing > .wrap > p { font-size: 1rem; }
}
@media (max-width: 540px) {
  .offer .offer-bottom .offer-register { padding: 24px 20px; }
  .offer .offer-bottom .readiness { font-size: 1.375rem; }
  .offer .offer-bottom .primary { width: 100%; min-width: 0; justify-content: center; }
  #main .offer .offer-register .primary { padding-inline: 16px; }
  .steps .step-grid li {
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 18px;
    padding-block: 22px;
  }
  .steps .step-number { font-size: 30px; }
  .steps .step-grid h3 { margin: 0 0 8px; font-size: 1.375rem; }
  .steps .step-grid p { font-size: .875rem; }
}

/* Grouped two-column comparison; reference: References/comparison-v2. */
#main .comparison { background: #fff; }
#main .comparison .eyebrow,
#main .comparison .medium-heading {
  text-align: left;
  margin-inline: 0;
}
#main .comparison .medium-heading {
  max-width: 850px;
  font-size: clamp(2.125rem, 3.2vw, 2.75rem);
  line-height: 1.15;
}
#main .comparison-table {
  max-width: none;
  margin-top: 36px;
  border: 1px solid #e5ded1;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(52, 49, 46, .06);
}
#main .comparison table {
  width: 100%;
  min-width: 0;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  line-height: 1.75;
}
#main .comparison th,
#main .comparison td {
  padding: 24px 28px;
  width: auto;
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font-size: 1rem;
  vertical-align: top;
}
#main .comparison thead th {
  width: 50%;
  padding: 22px 28px;
  font-family: 'Baloo Chettan', sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}
#main .comparison .comparison-now-heading { background: #34312e; color: #fff; }
#main .comparison .comparison-galafy-heading { background: var(--site-yellow); color: #000; }
#main .comparison .comparison-topic-row th {
  width: auto;
  padding: 13px 24px;
  background: #f8f5ef;
  border-bottom: 1px solid #e8e2d7;
}
#main .comparison tbody + tbody .comparison-topic-row th { border-top: 1px solid #e5ded1; }
#main .comparison .comparison-topic-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-family: 'Baloo Chettan', sans-serif;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4;
}
#main .comparison .comparison-topic-title svg {
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  color: var(--site-accent);
  stroke-width: 1.7;
}
#main .comparison .comparison-galafy-cell {
  background: #fffdf5;
  border-left: 1px solid #e8e2d7;
}
#main .comparison .comparison-detail-row p { margin: 0; font-size: 1rem; line-height: 1.75; }
#main .comparison .comparison-detail-row strong { font-weight: 500; color: #34312e; }
#main .comparison .comparison-mobile-label { display: none; }

@media (max-width: 760px) {
  #main .comparison th,
  #main .comparison td { padding: 22px; }
  #main .comparison thead th { font-size: 1.375rem; }
  #main .comparison .comparison-detail-row p { font-size: .9375rem; }
}
@media (max-width: 600px) {
  #main .comparison-table { margin-top: 28px; border-radius: 12px; }
  #main .comparison table,
  #main .comparison tbody,
  #main .comparison tr,
  #main .comparison td { display: block; width: 100%; }
  /* Keep native column headers available to assistive technology. */
  #main .comparison thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
  }
  #main .comparison .comparison-topic-row th { display: block; width: 100%; padding: 16px 20px; }
  #main .comparison .comparison-topic-title { justify-content: flex-start; font-size: 1.1875rem; gap: 10px; }
  #main .comparison .comparison-mobile-label {
    display: block;
    margin-bottom: 9px;
    color: var(--site-heading);
    font-size: .8125rem;
    line-height: 1.5;
    font-weight: 500;
  }
  #main .comparison .comparison-detail-row td { padding: 20px; }
  #main .comparison .comparison-galafy-cell { border-left: 0; border-top: 1px solid #eee7d9; }
  #main .comparison .comparison-galafy-cell .comparison-mobile-label {
    padding-left: 10px;
    border-left: 3px solid var(--site-yellow);
    color: #34312e;
  }
  #main .comparison .comparison-detail-row p { font-size: .9375rem; line-height: 1.7; }
}

/* Documentary photo and stacked explanation replace the quote/feature grid. */
#main .reputation { padding-block: 80px; border-top: 1px solid var(--line); }
#main .reputation > .wrap {
  display: grid;
  grid-template-columns: .95fr 1.25fr;
  grid-template-rows: auto 1fr;
  gap: 28px 64px;
}
#main .reputation-heading { grid-column: 2; grid-row: 1; max-width: none; margin: 0; }
#main .reputation-heading h2 {
  font-size: clamp(2.125rem, 3.2vw, 2.75rem);
  line-height: 1.15;
}
#main .reputation-layout { display: contents; }
#main .reputation-statement {
  grid-column: 1;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  border: 0;
  border-radius: 8px;
  background: #34312e;
  color: #fff;
  padding: 0;
  gap: 0;
  overflow: hidden;
}
#main .reputation-statement > img {
  flex: 1 1 auto;
  width: 100%;
  height: 0;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}
#main .reputation-statement > p {
  flex: 0 0 auto;
  padding: 26px 30px;
  color: #fff;
  font-size: 1.625rem;
  line-height: 1.35;
}
#main .reputation-grid { grid-column: 2; grid-row: 2; display: block; }
#main .reputation-item {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border: 0;
}
#main .reputation-item:first-child { padding-top: 0; }
#main .reputation-item:last-child { padding-bottom: 0; }
#main .reputation-item + .reputation-item { border-top: 1px solid var(--line); }
#main .reputation-item > svg {
  width: 26px;
  height: 26px;
  margin: 2px 0 0;
  color: var(--site-accent);
  stroke-width: 1.6;
}
#main .reputation-item > p { font-size: .9375rem; line-height: 1.8; color: var(--ink); }

/* Open typography and one dividing rule replace the two outcome cards. */
#main .choices { background: #fff7e9; padding-block: 64px; }
#main .choices .eyebrow,
#main .choices h2 { text-align: left; }
#main .choices h2 {
  font-size: clamp(2.125rem, 3.2vw, 2.75rem);
  line-height: 1.15;
}
#main .choice-grid { grid-template-columns: 1fr 1fr; gap: 0; margin-top: 36px; }
#main .choice-grid article {
  display: block;
  padding: 0 48px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  overflow: visible;
}
#main .choice-grid article:last-child { padding: 0 0 0 48px; border-left: 1px solid var(--site-accent); }
#main .choice-grid .outcome-icon { display: none; }
#main .choice-grid h3 { font-size: 1.75rem; line-height: 1.3; color: var(--ink); margin: 0 0 16px; }
#main .choice-grid article:last-child h3 { color: var(--site-accent); }
#main .choice-grid p { font-size: .9375rem; line-height: 1.85; color: var(--ink); }

@media (max-width: 1024px) and (min-width: 761px) {
  .steps > .wrap { grid-template-columns: .8fr 1.5fr; gap: 36px; }
  .steps .step-grid li { grid-template-columns: 40px minmax(0, 1fr); column-gap: 18px; }
  #main .reputation > .wrap { gap: 24px 36px; }
  #main .reputation-statement > p { padding: 24px; font-size: 1.5rem; }
}
@media (max-width: 760px) {
  #main .choices { padding-block: 48px; }
  #main .choice-grid { grid-template-columns: 1fr; gap: 28px; margin-top: 30px; }
  #main .choice-grid article { padding: 0; }
  #main .choice-grid article:last-child { padding: 28px 0 0; border-left: 0; border-top: 1px solid var(--site-accent); }
  #main .choice-grid h3 { font-size: 1.5rem; }
  #main .reputation { padding-block: 56px; }
  #main .reputation > .wrap { grid-template-columns: 1fr; gap: 28px; }
  #main .reputation-heading { grid-column: 1; grid-row: 1; }
  #main .reputation-statement { grid-column: 1; grid-row: 2; }
  #main .reputation-statement > img { flex: none; height: 280px; min-height: 0; object-position: center 45%; }
  #main .reputation-statement > p { padding: 24px; font-size: 1.5rem; }
  #main .reputation-grid { grid-column: 1; grid-row: 3; }
}
