.wf-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.625rem 0.875rem;
  border-radius: 50px;
  border: 1px solid #fff1e5;
  background: #fff;
  width: fit-content;
}

.wf-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(309deg, #fff1e5 -0.36%, #ffa94d 40.87%, #ff9d4d 90.86%);
  flex-shrink: 0;
}

.wf-badge-text {
  background: linear-gradient(320deg, #ffdbbb -48.52%, #ffa94d 15.28%, #ff8d30 92.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 0.875rem;
  font-weight: 500;
}

.wf-section-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.875rem;
  margin-bottom: 2.8rem;
}

.wf-section-title {
  font-size: clamp(2rem, 1.5155rem + 2.0682vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.06em;
  color: var(--typography-black-1, #222);
}

.wf-section-title :is(h1, h2, h3, p) {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.wf-section-title span {
  color: var(--primary-orange, #ff6f00);
  font-style: italic;
}

.wf-section-description {
  margin: 0;
  max-width: 46.5rem;
  font-size: 1.125rem;
  line-height: 1.5;
  color: var(--descriptive-color-6, #555);
}

.wf-card {
  display: flex;
  flex-direction: column;
  gap: 2.375rem;
  padding: 2.375rem;
  background: #fff;
  border: 1px solid #ffede5;
  border-radius: 25px;
  box-shadow: 0 4px 50px rgba(131, 144, 170, 0.08);
}

.wf-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 10px;
  background: #fff7f0;
  overflow: hidden;
  font-size: 1.75rem;
  line-height: 1;
}

.wf-card-icon img {
  width: 2.375rem;
  height: 2.375rem;
  object-fit: contain;
}

.wf-card-body h3 {
  margin: 0 0 0.875rem;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
}

.wf-card-body p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #555;
}

.wf-meta {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.75rem;
  border: 1px solid #ffd1bd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 7px 7px 39px 0 rgba(0, 0, 0, 0.1);
}

.wf-meta-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #222;
}

.wf-meta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
  background: #fff7f0;
  flex-shrink: 0;
}

.wf-meta-icon img {
  width: 15px;
  height: 15px;
}

.wf-hero .wf-meta-icon {
  background: none;
  border-radius: 0;
}

.wf-hero .wf-meta-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wf-meta-divider {
  width: 1px;
  align-self: stretch;
  background: #ffd1bd;
}

/* Hero image */

.wf-hero {
  padding: 11rem 0 10rem;
}

.wf-hero-inner {
  display: flex;
  gap: 2rem;
  align-items: stretch;
}

.wf-hero-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  padding: 2.8rem;
  background: #fff;
  border: 1px solid #ffede5;
  border-radius: 50px;
}

.wf-hero-title {
  font-size: clamp(2rem, 1.2728rem + 3.1034vw, 3.625rem);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #1d1d1d;
}

.wf-hero-title :is(h1, h2, h3, p) {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.wf-hero-title span {
  color: var(--primary-orange, #ff6f00);
  font-style: italic;
  font-weight: 400;
}

.wf-hero-description {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #555;
}

.wf-hero-description :is(h1, h2, h3, p) {
  margin: 0 0 1rem;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.wf-hero-description p:last-child {
  margin-bottom: 0;
}

.wf-hero-description span {
  color: var(--primary-orange, #ff6f00);
}

.wf-hero-copy .main-btn {
  width: fit-content;
  margin-top: 0.75rem;
}

.wf-hero-visual {
  flex: 1;
  min-height: 28rem;
  border-radius: 50px;
  overflow: hidden;
}

.wf-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Trust bar */

.wf-trust {
  padding-bottom: 10rem;
}

.wf-trust-inner {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}

.wf-trust--filled .wf-trust-inner {
  padding: 2.5rem 3rem;
  background: #fff7f0;
  border-radius: 25px;
}

.wf-trust-title {
  flex: 0 0 23.7rem;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: #222;
}

.wf-trust-title :is(h1, h2, h3, p) {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.wf-trust-title span {
  color: var(--primary-orange, #ff6f00);
  font-style: italic;
}

.wf-trust-items {
  display: flex;
  flex: 1;
  min-width: 0;
}

.wf-trust-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1.5rem 1rem 2rem;
  border-right: 1px solid #ffd1bd;
}

.wf-trust-item:last-child {
  border-right: none;
  padding-right: 0;
}

.wf-trust-value {
  font-size: 2.625rem;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: var(--primary-orange, #ff6f00);
  font-weight: 400;
}

.wf-trust-value--logo {
  color: #005eb8;
  font-weight: 700;
}

.wf-trust-logo {
  height: 3.25rem;
  width: auto;
  max-width: 7rem;
  object-fit: contain;
}

.wf-trust-item p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #555;
}

/* Problem */

.wf-problem {
  padding-bottom: 10rem;
}

.wf-problem-list {
  display: grid;
  grid-template-columns: repeat(var(--wf-problem-count, 1), minmax(0, 1fr));
  gap: 1.875rem;
}

/* Agenda */

.wf-agenda {
  padding-bottom: 10rem;
}

.wf-agenda .container {
  display: flex;
  gap: 1.875rem;
  align-items: flex-start;
}

.wf-agenda-header {
  flex: 0 0 40.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.wf-agenda-list {
  flex: 1;
  min-width: 0;
  padding: 2.375rem;
  background: #fff;
  border: 1px solid #ffede5;
  border-radius: 50px;
}

.wf-agenda-item {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffd1bd;
}

.wf-agenda-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.wf-agenda-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.125rem;
}

.wf-agenda-emoji {
  font-size: 1.625rem;
  line-height: 30px;
}

.wf-agenda-emoji img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.wf-agenda-number {
  font-size: 1.125rem;
  color: var(--primary-orange, #ff6f00);
}

.wf-agenda-item h3 {
  margin: 0 0 1.125rem;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
}

.wf-agenda-item p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: #555;
}

.wf-agenda--type2 .container,
.wf-agenda--type3 .container {
  flex-direction: column;
}

.wf-agenda--type2 .wf-agenda-header,
.wf-agenda--type3 .wf-agenda-header,
.wf-agenda--type4 .wf-agenda-header {
  flex-basis: auto;
  width: 100%;
  align-items: center;
  text-align: center;
}

.wf-agenda--type2 .wf-agenda-list,
.wf-agenda--type3 .wf-agenda-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
}

.wf-agenda--type3 .wf-agenda-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wf-agenda--type2 .wf-agenda-item,
.wf-agenda--type3 .wf-agenda-item {
  margin: 0;
  padding: 1.5rem;
  border: 1px solid #ffede5;
  border-radius: 25px;
  background: #fff;
}

.wf-agenda--type4 .container {
  flex-direction: column;
}

.wf-agenda--type4 .wf-agenda-list {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
}

.wf-agenda--type4 .wf-agenda-item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  column-gap: 1.5rem;
  border-bottom: none;
  padding-bottom: 2rem;
  margin-bottom: 0;
  position: relative;
}

.wf-agenda--type4 .wf-agenda-item::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 2.5rem;
  bottom: 0;
  width: 1px;
  background: #ffd1bd;
}

.wf-agenda--type4 .wf-agenda-item:last-child::before {
  display: none;
}

.wf-agenda--type4 .wf-agenda-item-top {
  grid-row: 1 / span 3;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}

/* Speakers */

.wf-speakers {
  margin-bottom: 10rem;
}

.wf-speakers-panel {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  padding: 3.75rem;
  background: #fff;
  border: 1px solid #ffede5;
  border-radius: 50px;
}

.wf-speakers-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.875rem;
  max-width: 51rem;
  margin: 0 auto;
}

.wf-speakers-list {
  display: flex;
  gap: 1.875rem;
}

.wf-speaker {
  flex: 1;
  display: flex;
  min-width: 0;
  min-height: 29.9375rem;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 25px;
}

.wf-speaker-photo {
  position: relative;
  flex: 1 1 50%;
  min-width: 0;
  overflow: hidden;
  border-radius: 25px 0 0 25px;
}

.wf-speaker-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 30%;
}

.wf-speaker-info {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 0;
  padding: 1.875rem 1.375rem;
  background: #f9f8f7;
}

.wf-speaker-info h3 {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
}

.wf-speaker-role {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #555;
}

.wf-speaker-info p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #6c757d;
}

.wf-speaker-info a,
.wf-speaker-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  margin-top: auto;
  padding: 0.5rem 0;
  font-size: 1rem;
  line-height: 1.2;
  color: var(--primary-orange, #ff6f00);
  text-decoration: none;
}

.wf-speaker-link img {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}

.wf-speaker-link:hover img {
  transform: translateX(4px);
}

.wf-speakers--portraits .wf-speakers-list {
  justify-content: center;
}

.wf-speakers--portraits .wf-speaker {
  flex-direction: column;
  max-width: 22rem;
  min-height: 0;
  border: none;
  background: transparent;
  align-items: center;
  text-align: center;
}

.wf-speakers--portraits .wf-speaker-photo {
  width: 10rem;
  height: 10rem;
  flex: none;
  border-radius: 50%;
  overflow: hidden;
}

.wf-speakers--portraits .wf-speaker-info {
  background: transparent;
  align-items: center;
  padding: 1.25rem 0 0;
}

.wf-speakers--portraits .wf-speaker-info p {
  display: none;
}

/* Best for */

.wf-best-for {
  padding-bottom: 10rem;
}

.wf-best-for-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
}

.wf-best-for--tags {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wf-best-for-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.wf-best-for-tag {
  padding: 0.75rem 1.25rem;
  border: 1px solid #ffede5;
  border-radius: 50px;
  background: #fff;
  font-size: 1rem;
  color: #222;
}

/* Bonus */

.wf-bonus {
  padding-bottom: 10rem;
}

.wf-bonus-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.8rem;
}

.wf-bonus-copy {
  max-width: 41.5rem;
}

.wf-bonus-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
}

.wf-bonus-image {
  width: 100%;
  min-height: 14rem;
  border-radius: 10px;
  background: #fff7f0;
  overflow: hidden;
}

.wf-bonus-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wf-bonus--ebook .wf-bonus-list {
  grid-template-columns: 1fr;
  max-width: 28rem;
  margin: 0 auto;
}

/* CTA card */

.wf-cta {
  padding-bottom: 10rem;
}

.wf-cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  padding: 2.4rem 4.875rem;
  text-align: center;
  border: 1px solid #ffede5;
  border-radius: 50px;
  background: linear-gradient(0.13deg, rgba(255, 241, 229, 0.4) 36%, rgba(255, 169, 77, 0.4) 95%);
  box-shadow: 0 4px 100px rgba(131, 144, 170, 0.08);
}

.wf-cta-inner .wf-section-description {
  max-width: 46.5rem;
}

.wf-cta-inner .wf-meta {
  margin: 0 auto;
}

@media (max-width: 1100px) {
  .wf-speakers-panel {
    padding: 1.5rem;
    border-radius: 25px;
  }

  .wf-hero-inner,
  .wf-trust-inner,
  .wf-agenda .container,
  .wf-speakers-list,
  .wf-bonus-header {
    flex-direction: column;
  }

  .wf-hero-visual {
    min-height: 18rem;
    width: 100%;
  }

  .wf-trust-title {
    flex-basis: auto;
    width: 100%;
  }

  .wf-problem-list,
  .wf-best-for-list,
  .wf-bonus-list,
  .wf-agenda--type2 .wf-agenda-list,
  .wf-agenda--type3 .wf-agenda-list {
    grid-template-columns: 1fr;
  }

  .wf-agenda-header {
    flex-basis: auto;
    width: 100%;
  }

  .wf-speakers:not(.wf-speakers--portraits) .wf-speaker {
    flex-direction: column;
    min-height: 0;
  }

  .wf-speakers:not(.wf-speakers--portraits) .wf-speaker-photo {
    flex: none;
    width: 100%;
    height: 16.5rem;
    border-radius: 25px 25px 0 0;
  }

  .wf-speakers:not(.wf-speakers--portraits) .wf-speaker-photo img {
    object-position: center 22%;
  }

  .wf-cta-inner {
    padding: 1.5rem 1.25rem;
  }
}

@media (max-width: 768px) {
  .wf-badge {
    margin-bottom: 0;
    padding: 0.5rem 0.875rem;
  }

  .wf-badge-text {
    font-size: 0.75rem;
  }

  .wf-section-header {
    gap: 0.875rem;
    margin-bottom: 1.5rem;
  }

  .wf-section-title {
    font-size: 1.75rem;
    letter-spacing: -0.02em;
    text-align: center;
  }

  .wf-section-description {
    font-size: 1rem;
    line-height: 1.4;
  }

  .wf-card {
    gap: 1.5rem;
    padding: 1.125rem;
  }

  .wf-card-icon {
    width: 2.625rem;
    height: 2.625rem;
  }

  .wf-card-body h3 {
    margin-bottom: 0.875rem;
    font-size: 1.3125rem;
    line-height: 1.2;
  }

  .wf-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem;
    border-radius: 10px;
  }

  .wf-meta-item {
    width: 100%;
    font-size: 0.8125rem;
  }

  .wf-meta-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .wf-meta-icon img {
    width: 12px;
    height: 12px;
  }

  .wf-hero .wf-meta-icon img {
    width: 100%;
    height: 100%;
  }

  .wf-meta-divider {
    width: 100%;
    height: 1px;
  }

  .wf-hero {
    padding: 10rem 0 5.6rem;
  }

  .wf-hero-inner {
    gap: 0.875rem;
  }

  .wf-hero-copy {
    align-items: center;
    gap: 2rem;
    padding: 2rem 0.875rem;
    border-radius: 25px;
    text-align: center;
  }

  .wf-hero-title {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }

  .wf-hero-description {
    font-size: 1rem;
    line-height: 1.4;
  }

  .wf-hero-copy .main-btn {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .wf-hero-visual {
    min-height: 0;
    height: 24.125rem;
    border-radius: 25px;
  }

  .wf-hero-visual img {
    object-fit: cover;
  }

  .wf-trust {
    padding-bottom: 5.6rem;
  }

  .wf-trust-inner {
    align-items: center;
    gap: 2rem;
  }

  .wf-trust--filled .wf-trust-inner {
    padding: 1.25rem;
    border-radius: 25px;
  }

  .wf-trust-title {
    font-size: 1.625rem;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
  }

  .wf-trust-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.125rem;
    width: 100%;
  }

  .wf-trust-item {
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0 0 1rem;
    border-right: none;
    border-bottom: 1px solid #ffd1bd;
  }

  .wf-trust-item:last-child {
    padding-right: 0;
  }

  .wf-trust-value {
    font-size: 1.625rem;
    line-height: 1.2;
    letter-spacing: -0.03em;
  }

  .wf-trust-logo {
    height: 1.125rem;
    max-width: 2.5rem;
  }

  .wf-trust-item p {
    font-size: 0.8125rem;
    line-height: 1.3;
  }

  .wf-problem,
  .wf-agenda,
  .wf-best-for,
  .wf-bonus {
    padding-bottom: 5.6rem;
  }

  .wf-problem-list,
  .wf-best-for-list,
  .wf-bonus-list {
    gap: 0.875rem;
  }

  .wf-agenda .container {
    gap: 1.5rem;
  }

  .wf-agenda-header {
    align-items: center;
    text-align: center;
    gap: 0.875rem;
  }

  .wf-agenda-list {
    padding: 1.125rem;
    border-radius: 25px;
  }

  .wf-agenda-item {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
  }

  .wf-agenda-item h3 {
    margin-bottom: 1.125rem;
    font-size: 1.3125rem;
    line-height: 1.2;
  }

  .wf-agenda--type2 .wf-agenda-item,
  .wf-agenda--type3 .wf-agenda-item {
    padding: 1.125rem;
  }

  .wf-agenda--type4 .wf-agenda-item {
    grid-template-columns: 3rem 1fr;
    column-gap: 1rem;
    padding-bottom: 1.5rem;
  }

  .wf-speakers {
    margin-bottom: 5.6rem;
  }

  .wf-speakers-panel {
    padding: 1.25rem;
    gap: 1.5rem;
    border-radius: 25px;
  }

  .wf-speakers-header {
    gap: 0.875rem;
  }

  .wf-speakers-list {
    gap: 1.5rem;
  }

  .wf-speakers:not(.wf-speakers--portraits) .wf-speaker-photo {
    flex: none;
    width: 100%;
    height: 16.5rem;
    border-radius: 25px 25px 0 0;
  }

  .wf-speakers:not(.wf-speakers--portraits) .wf-speaker-photo img {
    object-position: center 22%;
  }

  .wf-speaker-info {
    gap: 1.125rem;
    padding: 1.125rem;
  }

  .wf-speaker-info h3 {
    font-size: 1.3125rem;
    line-height: 1.2;
  }

  .wf-speaker-role {
    font-size: 0.75rem;
  }

  .wf-speaker-info p {
    font-size: 0.8125rem;
  }

  .wf-speakers--portraits .wf-speaker {
    max-width: none;
  }

  .wf-best-for .wf-card-icon {
    width: 3.375rem;
    height: 3.375rem;
  }

  .wf-bonus-header {
    align-items: center;
    text-align: center;
    margin-bottom: 1.5rem;
  }

  .wf-bonus-copy {
    max-width: none;
  }

  .wf-bonus-header .main-btn,
  .wf-best-for--tags .main-btn,
  .wf-cta-inner .main-btn {
    width: 100%;
    max-width: none;
  }

  .wf-cta {
    padding-bottom: 5.6rem;
  }

  .wf-cta-inner {
    gap: 1.75rem;
    padding: 1.25rem;
    border-radius: 25px;
  }

  .wf-cta-inner .wf-meta {
    width: 100%;
  }
}
