/* Seminar Page Styles */

/* Hero Section */
#seminar-top {
  background: linear-gradient(145deg, #d4f1f7 0%, #f2fcff 35.1%, #effbff 69.71%, #ecfbff 100%);
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  /* padding: 7.5rem 0 0 3rem; */
}

/* Main Title */
.seminar-main-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.75rem; /* 56px */
  line-height: 1.25;
  color: #14455e;
  margin-bottom: 2rem;
  position: relative;
  z-index: 3;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.7); /* 複数の影でより強く */
}

/* Special Lecture Badge */
.seminar-badge {
  margin-bottom: 2.5rem;
}

.seminar-lecture-info {
  position: relative;
  z-index: 3;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 255, 255, 0.7); /* 複数の影でより強く */
}

.badge-special {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2rem; /* 40px */
  line-height: 1.48;
  color: #14455e;
  background: transparent;
  border: none;
  padding: 0;
}

/* Subtitle Section */
.seminar-subtitle-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.5rem; /* 48px */
  line-height: 1.48;
  letter-spacing: 3%;
  color: #14455e;
  margin-bottom: 1rem;
}

.seminar-description {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.25rem; /* 24px */
  line-height: 1.48;
  color: #14455e;
  margin: 0;
}

/* AI Doctor Illustration */
.seminar-ai-illustration {
  margin-top: 2rem;
  max-width: 300px;
}

.seminar-ai-illustration img {
  width: 100%;
  height: auto;
}

/* Speakers Section */
.seminar-speakers-section {
  position: relative;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.speakers-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 600px;
  height: auto;
  flex-shrink: 0;
  display: flex;
  align-items: end;
  justify-content: end;
}

.speakers-frame-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
}

/* Theme Section */
#seminar-theme {
  background: #ffffff;
}

.theme-content {
  flex-shrink: 0;
  display: block;
  position: relative;
  z-index: 3;
}

.theme-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.25rem; /* 32px */
  line-height: 1.48;
  color: #14455e;
}

.theme-tags {
  display: flex;
  flex-direction: column;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
}

.theme-tag {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.25rem; /* 24px */
  line-height: 1.48;
  color: #ffffff;
  background: #5cbdf1;
  padding: 0.25rem 2rem;
  border-radius: 9999px;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Responsive Design */
@media (max-width: 991px) {
  .seminar-content-wrapper {
    padding: 60px 0;
  }

  .seminar-main-title {
    font-size: 2.25rem; /* 36px */
    margin-bottom: 1.5rem;
  }

  .seminar-subtitle-text {
    font-size: 1.875rem; /* 30px */
  }

  .badge-special {
    font-size: 1.75rem; /* 28px */
  }

  .seminar-description {
    font-size: 1.125rem; /* 18px */
  }

  .speaker-name {
    font-size: 1.875rem; /* 30px */
  }

  .speaker-title {
    font-size: 1.125rem; /* 18px */
  }

  .speakers-wrapper {
    margin-top: 3rem;
  }

  .speakers-frame-wrapper {
    max-width: 500px;
    margin: 2rem auto;
  }

  .speakers-frame-image {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  #seminar-top {
    min-height: auto;
    /* padding: 5.5rem 0 0 1rem; */
  }

  .seminar-ai-illustration {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 250px;
    margin-top: 16rem;
    margin-right: 1rem;
  }

  .seminar-hero-wrapper {
    min-height: auto;
  }

  .seminar-content-wrapper {
    padding: 40px 0;
  }

  .seminar-main-title {
    font-size: 2rem; /* 32px */
    margin-bottom: 1rem;
  }

  .badge-special {
    font-size: 1.625rem; /* 26px */
    margin-bottom: 0.5rem;
  }

  .seminar-subtitle-text {
    font-size: 1.625rem; /* 26px */
  }

  .seminar-description {
    font-size: 1.125rem; /* 18px */
  }

  .theme-title {
    font-size: 1.5rem; /* 24px */
  }

  .theme-tags {
    gap: 0.5rem;
  }

  .theme-tag {
    font-size: 1rem; /* 18px */
    padding: 0.5rem 1.5rem;
  }

  .speaker-bg-circle {
    width: 300px;
    height: 300px;
    top: 10%;
    right: 15%;
  }

  .speakers-wrapper {
    max-width: 350px;
  }

  .speakers-frame-image {
    width: 100%;
    height: auto;
  }
}

/* Worries Section - Cloud Bubble Style */
.worries-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 1.5rem;
  margin: 2rem 0;
}

.worry-bubble {
  position: relative;
  background: #ffffff;
  border: 3px solid #5cbdf1;
  border-radius: 50px;
  padding: 1rem 2rem;
  margin-left: 2.5rem;
  box-shadow: 0 8px 20px rgba(92, 189, 241, 0.2);
  transition: all 0.3s ease;
  transform: scale(1);
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Cloud tail - main triangle */
.worry-bubble::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 40%;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border: 3px solid #5cbdf1;
  border-radius: 50%;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);
  z-index: 1;
}

/* Small cloud bubble 1 */
.worry-bubble::after {
  content: "";
  position: absolute;
  left: -30px;
  top: 60%;
  width: 18px;
  height: 18px;
  background: #ffffff;
  border: 3px solid #5cbdf1;
  border-radius: 50%;
  z-index: 0;
}

/* Add pseudo element for second small bubble */
.worry-bubble {
  overflow: visible;
}

.worry-bubble:before {
  box-shadow: -13px 8px 0 -4px #ffffff, -13px 8px 0 -1px #5cbdf1;
}

.worry-bubble p {
  margin: 0;
  font-weight: 600;
  color: #14455e;
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 0.95rem;
}

/* Add bouncy animation */
@keyframes cloudFloat {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-3px);
  }
}

.worry-bubble {
  animation: cloudFloat 3s ease-in-out infinite;
}

.worry-bubble:nth-child(2) {
  animation-delay: 0.5s;
}

.worry-bubble:nth-child(3) {
  animation-delay: 1s;
}

.worry-bubble:nth-child(4) {
  animation-delay: 1.5s;
}

.worry-bubble:nth-child(5) {
  animation-delay: 2s;
}

/* Handle odd number of items - center the last item */
.worry-bubble:nth-child(5) {
  grid-column: 1 / -1;
  max-width: 50%;
  margin: 0 auto;
  margin-left: 2.5rem;
}

@media (max-width: 991px) {
  .worries-section {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .worry-bubble {
    margin-left: 2rem;
    padding: 1.25rem 1.75rem;
    border-radius: 40px;
    min-height: 100px;
  }

  .worry-bubble:nth-child(5) {
    grid-column: 1;
    max-width: 100%;
    margin-left: 2rem;
  }
}

@media (max-width: 767px) {
  .worry-bubble {
    margin-left: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 35px;
    min-height: 80px;
  }

  .worry-bubble::before {
    left: -15px;
    width: 30px;
    height: 30px;
  }

  .worry-bubble::after {
    left: -25px;
    width: 15px;
    height: 15px;
  }

  .worry-bubble:before {
    box-shadow: -10px 6px 0 -3px #ffffff, -10px 6px 0 -1px #5cbdf1;
  }

  .worry-bubble p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .worry-bubble:nth-child(5) {
    margin-left: 1.5rem;
  }
}

/* Animation Classes */
.sr-fadein-l,
.sr-fadein-r,
.sr-fadein-t,
.sr-fadein-b {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.sr-fadein-l.animate {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.sr-fadein-r.animate {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.sr-fadein-t.animate {
  opacity: 1;
  transform: translateY(0);
}

.sr-fadein-b.animate {
  opacity: 1;
  transform: translateY(0);
}

a {
  text-decoration: none;
}

/* #top {
  height: 85vh;
} */

#top {
  width: 120vw;
  margin-left: -10vw;
  height: 80vh;
  height: 80svh;
  overflow-y: hidden;
  background: linear-gradient(257.14deg, #81e4de 0%, #5cd1bc 48.96%, #4cdfcc 100%);
  box-shadow: 0px 0px 15px rgba(37, 51, 66, 0.2);
}

#top .image {
  width: 40vw;
  max-width: 65%;
  box-sizing: border-box;
}

#top .image.left {
  margin-top: 10rem;
}

#top .image.right {
  margin-bottom: 10rem;
}

#top .image img {
  width: 100%;
}

#top .top-catch {
  color: #ffffff;
  text-align: center;
  padding: 1em 1.5vw 0;
}

#top .top-catch h1 {
  letter-spacing: 0.1em;
  font-feature-settings: "palt" on, "pcap" on;
}

.bg-gradgreen {
  color: #ffffff;
  background: linear-gradient(257.14deg, #16b1bb 0%, #27c8be 48.96%, #4fcad2 100%);
  box-shadow: 1px 1px 2px rgba(55, 209, 219, 0.3), -1px -1px 2px rgba(45, 171, 179, 0.5), inset -5px 5px 10px rgba(45, 171, 179, 0.2), inset 5px -5px 10px rgba(45, 171, 179, 0.2),
    inset -5px -5px 10px rgba(55, 209, 219, 0.9), inset 5px 5px 13px rgba(45, 171, 179, 0.9);
  border-radius: 12px;
}

.bg-gradgreen-drop {
  color: #ffffff;
  background: linear-gradient(257.14deg, #16b1bb 0%, #27c8be 48.96%, #4fcad2 100%);
  box-shadow: -3px -3px 7px #ffffff, 3px 3px 7px #bebebe;
  border-radius: 12px;
}

#top .top-catch span {
  display: block;
  margin-bottom: 0.4em;
  padding-left: 0.7em;
}

#top .top-catch .logo {
  width: 100%;
  max-width: 35vw;
  background: #67e2d5;
  box-shadow: -5px 5px 10px rgba(93, 203, 192, 0.2), 5px -5px 10px rgba(93, 203, 192, 0.2), -5px -5px 10px rgba(113, 249, 234, 0.9), 5px 5px 13px rgba(93, 203, 192, 0.9),
    inset 1px 1px 2px rgba(113, 249, 234, 0.3), inset -1px -1px 2px rgba(93, 203, 192, 0.5);
  border-radius: 12px;
  margin: 2em 0;
}

@media (max-width: 768px) {
  #top {
    height: 95vh;
    min-height: -webkit-fill-available;
    max-height: 680px;
  }
  #top .container-fluid {
    position: relative;
    overflow: hidden;
  }
  #top .top-catch {
    padding: 1em 5em 0;
    z-index: 99;
    position: relative;
  }
  #top .top-catch .logo {
    max-width: 75vw;
  }
  #top .image {
    position: absolute;
    width: 60vw;
    max-width: 16rem;
  }
  #top .image.left {
    top: 0;
    left: -1.5rem;
    margin: 0;
  }
  #top .image.right {
    bottom: 0;
    right: -1.5rem;
    margin: 0;
  }
}

.head-deco {
  color: #d1d5db;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  display: flex;
  width: 100%;
  justify-content: center;
}

.head-deco p {
  display: block;
  width: fit-content;
  text-align: center;
  border-bottom: #d1d5db 2px solid;
}

.head-deco.mtgreen {
  color: #00bfa6;
}

.head-deco.mtgreen p {
  border-bottom: #00bfa6 2px solid;
}

.pains div {
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.pains .cloud {
  width: 100%;
  max-width: 22em;
}

.pains .person {
  width: 8em;
}

#answer {
  background-image: url(/assets/img/seminar/answer_bg.png);
  background-size: cover;
  background-position: center;
  padding-bottom: 12em;
}

#answer .answer-flex h3 {
  width: 40%;
}

#answer .answer-flex h3 span {
  font-size: 1.3em;
  font-weight: 600;
  display: block;
  width: 100%;
}

#answer .icon {
  height: 13em;
  margin: 0 -2em;
  z-index: 4;
}

@media (max-width: 768px) {
  #answer .answer-flex {
    flex-direction: column;
  }
  #answer .answer-flex h3 {
    width: 100%;
  }
}

#focus {
  margin-top: -6em;
}

#focus .row {
  background: linear-gradient(180deg, #adfaf0 0%, #41c2bb 34.38%, #25a9b1 68.23%, #12697c 100%);
  box-shadow: 0px 0px 15px rgba(37, 51, 66, 0.2);
  border-radius: 12px;
}

#focus .icon {
  height: 1em;
  margin: 0 0.8em;
}

@media (max-width: 768px) {
  #focus .row.container,
  #rapup .row.container {
    width: auto;
  }
}

.num {
  font-family: "Barlow";
  line-height: 130%;
  font-style: normal;
  font-weight: 600;
  padding: 0 0.3rem 0.1rem;
  border-bottom: 0.13em solid;
  width: fit-content;
  height: fit-content;
}

.num.dblue {
  color: #055263;
  border-color: #055263;
}

.num.white {
  color: #ffffff;
  border-color: #ffffff;
}

.rapup-box {
  background: linear-gradient(135deg, #ffffff 0%, #e8e8e8 100%);
  box-shadow: -3px -3px 7px #ffffff, 3px 3px 7px #bebebe;
  border-radius: 12px;
  text-align: center;
  width: 100%;
}

.rapup-box img {
  width: 100%;
  max-width: 12rem;
}

#onboarding {
  border: 50px solid #edfbf9;
  /* padding: 50px; */
}

@media (max-width: 768px) {
  #onboarding {
    border: 13px solid #edfbf9;
    /* padding: 13px; */
  }
}

.onboarding-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solid-mrgreen {
  border: 1px solid #00bfa6;
  border-radius: 12px;
}

.onboarding-arrows {
  background: #f4f8f9;
  border-radius: 12px;
}

.onboarding-arrows img {
  height: 1.3em;
  margin-top: -0.4em;
}

.voice-slider,
.media-slider {
  width: 100%;
  height: auto;
  padding: 30px;
}

.voice-slider .swiper-slide {
  text-align: center;
  background: #fff;
  color: #878e9a;
  filter: drop-shadow(-5px -5px 3px #ffffff) drop-shadow(5px 5px 3px #bebebe);
  border-radius: 8px;
  padding: 1.8rem;
  text-align: start;
}

.voice-slider .swiper-slide .headline {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0.8em;
}

.voice-slider .swiper-slide .headline .head-deco {
  height: fit-content;
  flex-basis: fit-content;
}

.voice-slider .swiper-slide .headline h5 {
  color: #6b7280;
  margin: 0;
}

.voice-slider .swiper-slide .comment {
  font-size: 0.9em;
}

.voice-slider .swiper-slide .personicon {
  font-size: 0.75em;
  text-align: end;
  margin-bottom: 0;
}

.voice-slider .swiper-slide img {
  display: block;
  width: 3.5em;
  object-fit: contain;
}

.media-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.media-slider .swiper-slide {
  width: 10em;
  margin-left: 1em;
}

.media-slider .swiper-slide img {
  width: 100%;
}

.accordion {
  padding: 30px 0;
}

.accordion-item {
  display: flex;
  align-items: start;
  margin-bottom: 1em;
  padding: 1.5em;
  border: none;
  background: #f4f8f9;
  box-shadow: -3px -3px 7px #ffffff, 3px 3px 7px #bebebe;
  border-radius: 8px !important;
}

.accordion-card {
  width: 100%;
}

.faq_num {
  font-size: 2em;
  line-height: 1.1em;
  font-family: "Barlow", "Open Sans", sans-serif;
  font-weight: 700;
  padding: 0.1em;
  margin-right: 0.5em;
  border-bottom: 0.1em solid #00bfa6;
  color: #00bfa6;
}

.accordion-head {
  display: flex;
  justify-content: space-between;
  font-size: 1.2em;
  font-weight: 600;
}

.accordion-title {
  padding: 0.4em 0;
}

.accordion-card .accordion-plus {
  color: #343a40;
  background-color: #ffffff;
  width: 1.8em;
  min-width: 1.8em;
  height: 1.8em;
  min-height: 1.8em;
  border-radius: 100%;
  font-size: 1.3em;
  line-height: 1.8em;
  text-align: center;
  margin-left: 0.3em;
  z-index: 5;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.accordion-card:not(.collapsed) .accordion-plus {
  color: #ffffff;
  background-color: #343a40;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion-body {
  padding: 0.25em 0 0 0;
}

/* .top-button {
  width: fit-content;
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 0.15em
} */

#value .image {
  max-width: 100%;
}

/* #about .image {
  max-width: 40%;
  max-height: 40%;
} */

#about .question {
  max-width: 100%;
}

.value-detail {
  color: #adb5bd;
  font-size: 0.8rem;
}

.infinite-slider {
  margin-bottom: -6rem;
}

.infinite-slider .page-head {
  font-size: 8.7rem;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #00bea5 0%, #00cac6 51.28%, #00a3c6 74.87%, #007fc6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  mix-blend-mode: color-dodge;
  opacity: 0.35;
  white-space: nowrap;
  user-select: none;
}

@media (max-width: 768px) {
  .infinite-slider .page-head {
    font-size: 6rem;
  }
  .value-detail {
    font-size: 0.7rem;
  }
  #value h3 {
    font-size: 2rem;
  }
  #step h2 {
    font-size: 2rem;
  }
  #about h2 {
    font-size: 2rem;
  }
}

.step-box {
  /* gap: 1.5rem; */
  /* align-items: stretch; */
}

.step-items {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  flex-flow: column;
  background: #f4f8f9;
  box-shadow: -3px -3px 7px #ffffff, 3px 3px 7px #bebebe;
  border-radius: 12px;
  padding: 1rem 1.5rem 2rem 1.5rem;
  /* margin: 1.5rem; */
  gap: 1.3rem;
}

#step .image {
  /* max-width: 50%; */
  max-height: 13em;
}

.question-box {
  background: #f5f5f5;
  box-shadow: inset -3px -3px 7px #ffffff, inset 3px 3px 7px #bebebe;
  border-radius: 12px;
}

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

.prodlogo {
  height: 7.5rem;
}

.attention {
  font-size: 0.45rem;
  letter-spacing: 0.2em;
  line-height: 2.5em;
}

.prodback {
  position: absolute;
  height: 60vh;
  width: 100%;
  transform: translateX(-9%) translateY(2vh);
  z-index: -1;
}

.prodimage {
  width: 120%;
  max-width: 45vw;
}

#attention {
  margin: 5rem 0;
}

#attention .image {
  max-width: 40%;
  object-fit: contain;
  background-color: #f7f7f7;
}

/*
.title-bd {
  border-bottom: 1px solid #00BFA6;
} */

.mental-box {
  border-radius: 12px;
  overflow: clip;
  filter: drop-shadow(0px 2px 12px rgba(37, 51, 66, 0.15));
}

.mental-box-bottom {
  cursor: pointer;
}

@media (max-width: 768px) {
  .mental-box-top {
    flex-direction: column;
  }
  .mental-box-top > div {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mental-box-top p {
    font-size: 0.9rem;
  }
  .mental-box-top h1 {
    font-size: 2.5rem;
  }
  #attention .image {
    max-width: 100%;
  }
}

@media (max-width: 992px) {
  .prodback {
    position: relative;
    transform: translateX(0) translateY(0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #00bfa6 5%, #00bfa6 100%);
    -webkit-transform: skew(0deg, -20deg);
    z-index: -1;
    padding-bottom: 15rem;
  }
  .prodimage {
    width: 60%;
    max-width: 650px;
    position: absolute;
    left: 18%;
  }
  #walker {
    margin-top: -3rem;
  }
}

@media (max-width: 768px) {
  .prodimage {
    width: 120%;
    left: -5%;
  }
}

.twitter-box {
  max-width: 530px;
  width: 100%;
  text-decoration: none;
  color: rgb(15, 20, 25);
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 20px;
  border-radius: 12px;
  padding: 15px 19px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}

.twitter-box:hover {
  opacity: 1 !important;
  transition: all 0.3s;
  color: rgb(15, 20, 25);
  background-color: rgb(247, 249, 249);
}

.twitter-box .icon {
  height: 48px;
  width: 48px;
  border-radius: 999px;
}

.twitter-box .bold {
  font-weight: 700;
}

.twitter-box .sub {
  color: rgb(83, 100, 113);
}

.twitter-box .twicon {
  font-size: 25px;
  color: rgb(29, 155, 240);
  padding-bottom: 23px;
}

.twitter-box p {
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 0.25em;
}

@media screen and (max-width: 480px) {
  .twitter-box {
    max-width: 90%;
  }
}

/* Stylish List Styles */
.stylish-problem-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.stylish-problem-list li {
  position: relative;
  margin-bottom: 1rem;
  padding: 1.25rem 1.25rem 1.25rem 4rem;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 3px solid #5cbdf1;
  transition: all 0.2s ease;
  border-radius: 4px;
}

.stylish-problem-list li:hover {
  border-left-color: #007ec6;
  box-shadow: 0 2px 8px rgba(0, 126, 198, 0.1);
}

.stylish-problem-list li .icon {
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: #5cbdf1;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stylish-problem-list li .text {
  font-size: 1rem;
  font-weight: 500;
  color: #14455e;
  line-height: 1.6;
  margin: 0;
}

/* Consistent styling for all items */
.stylish-problem-list li:nth-child(1),
.stylish-problem-list li:nth-child(2),
.stylish-problem-list li:nth-child(3) {
  border-left-color: #5cbdf1;
}

.stylish-problem-list li:nth-child(1) .icon,
.stylish-problem-list li:nth-child(2) .icon,
.stylish-problem-list li:nth-child(3) .icon {
  color: #5cbdf1;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .stylish-problem-list li {
    padding: 1rem 1rem 1rem 3.5rem;
    margin-bottom: 1rem;
  }

  .stylish-problem-list li .icon {
    left: 1rem;
    width: 18px;
    height: 18px;
    font-size: 0.9rem;
  }

  .stylish-problem-list li .text {
    font-size: 0.95rem;
  }
}

/* Speaker Profile Card Styles */
.speaker-profile-section {
  margin: 3rem 0;
}

.speaker-profile-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  transition: all 0.2s ease;
}

.speaker-profile-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #5cbdf1;
  border-radius: 10px 10px 0 0;
}

.speaker-profile-card.ai-doctor::before {
  background: #007ec6;
}

.speaker-avatar {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #5cbdf1;
  box-shadow: 0 2px 8px rgba(0, 126, 198, 0.2);
  margin-bottom: 1rem;
  transition: all 0.2s ease;
}

.speaker-avatar:hover {
  border-color: #007ec6;
  box-shadow: 0 4px 12px rgba(0, 126, 198, 0.3);
}

.speaker-info h3 {
  color: #14455e;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.speaker-badge {
  background: #5cbdf1;
  color: white;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  white-space: nowrap;
}

.speaker-profile-card.ai-doctor .speaker-badge {
  background: #007ec6;
}

.speaker-specialties {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
}

.speaker-specialties li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.75rem;
  color: #586b7d;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid #f0f4f8;
  font-size: 0.95rem;
}

.speaker-specialties li:last-child {
  border-bottom: none;
}

.speaker-specialties li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 16px;
  height: 16px;
  background: #5cbdf1;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: bold;
}

.speaker-profile-card.ai-doctor .speaker-specialties li::before {
  background: #007ec6;
  content: "";
}

.speaker-description {
  color: #586b7d;
  line-height: 1.6;
  margin-top: 1.25rem;
  font-size: 0.95rem;
}

.speaker-description strong {
  color: #14455e;
  font-weight: 600;
}

/* Responsive Design for Profile Cards */
@media screen and (max-width: 768px) {
  .speaker-profile-card {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }

  .speaker-avatar {
    width: 90px;
    height: 90px;
    margin: 0 auto 1rem;
  }

  .speaker-info h3 {
    font-size: 1.25rem;
    justify-content: center;
    flex-wrap: wrap;
  }

  .speaker-specialties li {
    padding-left: 1.5rem;
    text-align: left;
    font-size: 0.9rem;
  }
  .speaker-specialties li::before {
    top: 0.9rem;
    left: 0.25rem;
    width: 8px;
    height: 8px;
  }

  .speaker-description {
    font-size: 0.9rem;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
  .speaker-profile-card {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .speaker-avatar {
    width: 80px;
    height: 80px;
  }

  .speaker-info h3 {
    font-size: 1.15rem;
  }

  .speaker-badge {
    font-size: 0.7rem;
    padding: 0.2rem 0.6rem;
  }

  .speaker-specialties li {
    font-size: 0.85rem;
  }

  .speaker-description {
    font-size: 0.85rem;
  }
}

/* Testimonial Quote List Styles */
.testimonial-quote-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.testimonial-quote-list li {
  background: #f8fbff;
  border-left: 4px solid #5cbdf1;
  border-radius: 8px;
  padding: 2rem 1.5rem;
  position: relative;
  box-shadow: 0 2px 8px rgba(92, 189, 241, 0.1);
  position: relative;
  margin-bottom: 1.25rem;
  padding: 0.75rem 0;
  color: #14455e;
  font-size: 1rem;
  line-height: 1.6;
  font-style: italic;
  border-bottom: 1px solid rgba(92, 189, 241, 0.15);
}

.testimonial-quote-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.testimonial-quote-list li::before {
  content: '"';
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  font-size: 4rem;
  color: #5cbdf1;
  line-height: 1;
  font-family: Georgia, serif;
  opacity: 0.3;
}

/* Responsive Design for Testimonial Quote List */
@media screen and (max-width: 768px) {
  .testimonial-quote-list {
    padding: 1.5rem 1.25rem;
    margin: 1.5rem 0;
  }

  .testimonial-quote-list li {
    font-size: 0.95rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
  }

  .testimonial-quote-list li::before {
    font-size: 3rem;
    top: -0.25rem;
    left: 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .testimonial-quote-list {
    padding: 1.25rem 0;
  }

  .testimonial-quote-list li {
    font-size: 0.9rem;
  }
}

/* Key Message List Styles */
.key-message-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  background: #ffffff;
  border: 1px solid #e0f2ff;
  border-left: 3px solid #5cbdf1;
  border-radius: 4px;
  padding: 1.5rem;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.key-message-list::before {
  content: "KEY";
  position: absolute;
  top: -0.75rem;
  left: 1.25rem;
  background: #5cbdf1;
  color: white;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
  letter-spacing: 0.5px;
}

.key-message-list li {
  position: relative;
  margin-bottom: 0.75rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
  color: #14455e;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 400;
  border-bottom: 1px solid #f0f4f8;
}

.key-message-list li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.key-message-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 10px;
  height: 10px;
  background: #5cbdf1;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  font-weight: bold;
}

/* Responsive Design for Key Message List */
@media screen and (max-width: 768px) {
  .key-message-list {
    padding: 1.25rem;
    margin: 2rem 0 1.25rem 0;
  }

  .key-message-list::before {
    top: -1.4rem;
    left: 0.75rem;
    font-size: 0.65rem;
    padding: 0.2rem 0.4rem;
  }

  .key-message-list li {
    font-size: 0.9rem;
    padding: 0.4rem 0 0.4rem 1.25rem;
    margin-bottom: 0.5rem;
  }

  .key-message-list li::before {
    width: 10px;
    height: 10px;
    font-size: 0.5rem;
    top: 0.75rem;
  }
}

@media screen and (max-width: 480px) {
  .key-message-list {
    padding: 1rem;
  }

  .key-message-list li {
    font-size: 0.85rem;
    padding: 0.35rem 0 0.35rem 1rem;
  }

  .key-message-list li::before {
    width: 8px;
    height: 8px;
    font-size: 0.45rem;
    top: 0.75rem;
  }
}

/* CTA Button Styles */
.cta-button-wrapper {
  z-index: 999;
  padding: 0.5rem;
}

.cta-button {
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  width: fit-content;
  margin: 0 auto;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 140, 50, 0.5);
  opacity: 1 !important;
}

.cta-inner {
  background: linear-gradient(90deg, #ff7a00 0%, #ff9d50 25%, #ff7a00 50%, #ff9d50 75%, #ff7a00 100%);
  background-size: 200% 100%;
  color: #ffffff;
  padding: 0.75rem 2rem;
  margin: 0;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(255, 122, 0, 0.4);
  border: 2px solid rgba(255, 157, 80, 0.4);
  animation: gradient-shift 8s linear infinite;
  overflow: hidden;
}

.cta-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.8s;
}

.cta-button:hover .cta-inner::before {
  left: 100%;
}

.cta-inner::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #ff9d50 0%, #ff7a00 25%, #ff9d50 50%, #ff7a00 75%, #ff9d50 100%);
  background-size: 200% 100%;
  z-index: -1;
  border-radius: 10px;
  animation: border-glow 3s linear infinite;
}

.cta-sub-text {
  font-size: 0.85rem;
  margin: 0;
  opacity: 0.95;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.cta-main-text {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cta-main-text i {
  margin-right: 0.5rem;
  font-size: 1.1rem;
  animation: icon-float 2s ease-in-out infinite;
}

@keyframes gradient-shift {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}

@keyframes border-glow {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -100% 0%;
  }
}

@keyframes icon-float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-2px);
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .cta-inner {
    padding: 1.25rem 1.5rem;
    border-radius: 6px;
  }

  .cta-sub-text {
    font-size: 0.8rem;
  }

  .cta-main-text {
    font-size: 1.1rem;
  }

  .bottom-button {
    margin: 0 0.5rem;
  }
}

@media (max-width: 480px) {
  .cta-inner {
    padding: 1rem 1.25rem;
  }

  .cta-sub-text {
    font-size: 0.75rem;
  }

  .cta-main-text {
    font-size: 1rem;
  }

  .cta-main-text i {
    font-size: 1rem;
  }
}
