@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.home .header-container,
.home .navi {
  background-color: transparent;
}
.header-container,.navi {
  box-shadow: unset;
  background: #d7e9ed;
}
.header-container-in {
  padding: 8px 0 0;
}
.home .navi .navi-in a {
  color: #FFF;
}
.header-container-in.hlt-top-menu .logo-header {
  display: flex;
  align-items: center;
}
.header-in {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header-in span.logo-subtext {
  color: #333;
  font-size: 0.8rem;
  font-weight: normal;
  text-shadow: unset;
}
.home .header-in span.logo-subtext {
  color: #FFF;
  text-shadow: 2px 2px 16px rgb(87 138 142);
}
.navi-in a:hover {
  opacity: .8;
  background-color: unset;
}

.ss-top a.share-button {
  width: unset;
  height: 34px;
  flex: 1;
}
.article-footer .sns-share-buttons a {
  flex: 1;
}
.kv_top_wrap {
  background: url('https://bellalunababy.net/wp-content/themes/cocoon-child-master/img/common/kv_sleeping_baby.png') no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 790px;
}
.kv_top_inner {
  height: calc(100% - 120px);
  position: relative;
}
.kv_top_message {
  border-radius: 28% 69% 54% 49% / 42% 37% 65% 40%;
  background: rgba(255, 255, 255, 1);
  width: 560px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 1rem;
  top: 50%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #364d64;
  padding: 42px;
  line-height: 1.4;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  flex-direction: column;
}
.kv_top_message_title {
  text-align: center;
  color: #1d5c79;
}
.kv_top_message_text {
  text-align: center;
  font-size: 0.9rem;
  font-weight: normal;
}
.carousel-in {
  border-radius: 4px;
}
@keyframes poyopoyo {
  0% {
    border-radius: 28% 69% 54% 49% / 42% 37% 65% 40%;
  }
  33% {
    border-radius: 50% 40% 60% 30% / 35% 60% 40% 55%;
  }
  66% {
    border-radius: 35% 60% 40% 55% / 60% 40% 50% 30%;
  }
  100% {
    border-radius: 28% 69% 54% 49% / 42% 37% 65% 40%;
  }
}

.kv_top_message {
  animation: poyopoyo 6s infinite ease-in-out;
}

@media screen and (max-width: 480px) {
  .list .entry-card-title {
      padding: 0.3em 0 0;
      -webkit-line-clamp: none;
  }
}

#navi-menu-content .material-symbols-rounded {
  color: #FFF;
}

.wp-block-search__label {
  display: none;
}

.list .card-thumb img {
  border: unset;
  border-radius: 4px;
  box-shadow: unset;
  transition: all 0.4sease-out;
}
.author-box {
  border-radius: 4px;
  background-color: unset;
}
.nwa .author-box .author-thumb.w180 {
  width: 180px;
}
.circle-image img {
  /* border: 1px solid #beccde; */
}
.widget_recent_entries ul li a, .widget_categories ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_meta ul li a, .widget_rss ul li a, .widget_nav_menu ul li a {
  font-size: 15px;
}
.widget_recent_entries ul li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_pages ul li a:hover,
.widget_meta ul li a:hover,
.widget_rss ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_block ul li a:hover {
  /* background-color: #f5f8fa; */
  background-color: unset;
  transition: all 0.3s ease-in-out;
  color: var(--cocoon-text-color);
  opacity: .8;
}
.a-wrap:hover {
  background-color: #f1f0ee;
  border-radius: 4px;
}
.widget_pages ul li a:hover {
  background-color: unset;
  opacity: .8;
}

.page-id-2 ol.toc-list>li>ol {
  list-style-type: none;
  padding-left: 0 !important;
}

.page-id-9 .footer-widgets {
  display: none;
}

.mobile-menu-buttons .menu-icon {
  line-height: 0;
}
.navi-menu-content .menu-drawer a::after {
  font-family: 'Material Symbols Rounded';
  content: '\e5e1';
}

.slick-next:before {
  font-family: 'Material Symbols Rounded';
  content: '\e5e1';
}
.slick-prev:before {
  font-family: 'Material Symbols Rounded';
  content: "\e5e0";
}

/* ✅ PCのみ表示（スマホ・タブレットでは非表示） */
.pc-only {
  display: none !important;
}
@media (min-width: 769px) {
  .pc-only {
    display: block !important;
  }
}

/* スマホのみ表示（PCでは非表示） */
.sp-only {
  display: block !important;
}
@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

/* タブレットのみ表示（PC・スマホでは非表示） */
.tb-only {
  display: none !important;
}
@media (min-width: 601px) and (max-width: 768px) {
  .tb-only {
    display: block !important;
  }
}

/* PC & スマホで表示（タブレットでは非表示） */
.pc-sp-only {
  display: block !important;
}
@media (min-width: 601px) and (max-width: 768px) {
  .pc-sp-only {
    display: none !important;
  }
}

/* タブレット & スマホで表示（PCでは非表示） */
.tb-sp-only {
  display: block !important;
}
@media (min-width: 769px) {
  .tb-sp-only {
    display: none !important;
  }
}

/* PC & タブレットで表示（スマホでは非表示） */
.tb-pc-only {
  display: none !important;
}
@media (min-width: 601px) {
  .tb-pc-only {
    display: block !important;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
  .header-in {
    flex-direction: column;
    gap: 5px 0;
  }
  .kv_top_wrap {
    background: url(https://bellalunababy.net/wp-content/themes/cocoon-child-master/img/common/kv_sleeping_baby_sm.png) no-repeat;
    background-position: center top;
    background-size: cover;
    height: 640px;
    background-color: #a5d8dd;
  }
  .kv_top_message {
    width: 90%;
    height: 64%;
    left: 50%;
    top: 16px;
    font-size: 1.4rem;
    padding: 42px 24px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .kv_top_message_text {

  }
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

}


/************************************
** InstagramのCTA
************************************/
.instagram-cta {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.9), rgba(236, 72, 153, 0.9), rgba(251, 146, 60, 0.9));
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.instagram-cta__content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  color: #FFF;
}

.instagram-cta__icon {
  background-color: #FFF;
  padding: 0.75rem;
  border-radius: 50%;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.instagram-cta__icon svg {
  color: #db2777;
  display: block;
}

.instagram-cta__text {
  text-align: center;
}

.instagram-cta__text h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  background: unset;
  border: none;
  padding: unset;
  color: #fff;
}

.instagram-cta__text p {
  font-size: 0.875rem;
  line-height: 1.7;
}

.instagram-cta__button {
  width: 100%;
}

.instagram-cta__button a {
  display: block;
  width: 100%;
  min-width: 240px;
  background-color: #FFF;
  color: #db2777;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-align: center;
}

.instagram-cta__button a:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .instagram-cta__content {
    flex-direction: row;
    padding: 2rem;
  }
  
  .instagram-cta__text {
    flex-grow: 1;
    text-align: left;
    max-width: 280px;
  }
  
  .instagram-cta__text p {
    font-size: 1rem;
  }

  .instagram-cta__button {
    width: auto;
  }

  .instagram-cta__button a {
    display: inline-block;
    width: auto;
  }
}
/************************************
** 無料診断申し込みのCTA
************************************/
.cta-free-diagnosis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  background: linear-gradient(90deg, #00b4d8 0%, #10d7b5 100%);
  color: #FFF;
  box-shadow: 0 4px 14px rgba(0, 180, 216, 0.4);
  cursor: pointer;
  border: none;
  min-width: 240px;
  max-width: 100%;
  margin-top: 0.8rem;
}

.cta-free-diagnosis:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 180, 216, 0.5);
  color: #FFF;
}

.cta-free-diagnosis:active {
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(0, 180, 216, 0.3);
}

.cta-text {
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  line-height: 1.2;
}

.cta-subtext {
  font-size: 14px;
  font-weight: 400;
  /* margin-top: 4px; */
  opacity: 0.9;
}

.cta-icon {
  margin-right: 12px;
  display: flex;
  align-items: center;
}

/* Animation */
.cta-free-diagnosis::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transition: left 0.7s ease;
}

.cta-free-diagnosis:hover::before {
  left: 100%;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .cta-free-diagnosis {
    /* padding: 14px 24px; */
    padding: 24px 18px;
    font-size: 16px;
    min-width: 256px;
    max-width: 240px;
    margin-top: 0.5rem;
    max-height: 48px;
  }

  .top-cta-free-diagnosis-container a {
    min-width: 90%;
  }

  .cta-text {
    flex-direction: column;
  }
  
  .cta-subtext {
    font-size: 12px;
  }
  
  .cta-icon {
    margin-right: 8px;
  }
  
  .cta-icon svg {
    width: 20px;
    height: 20px;
  }
}
/* 料金 */
.Price_Content_Wrap.section {
  border-radius: 0 0 4px 4px;
}
.Price_Content_Wrap ul {
  margin: 0;
  padding: 0;
}

.Price_Content_Wrap ul li {
  list-style: none;
}

.page-template-page-price .main {
  background: #d7e9ed;
}

.Focal {
  font-size: 14px;
  background: #FFF0A7;
  padding: 14px;
  border-radius: 6px;
}

.Price_Content_Wrap {
  font-size: 16px;
  line-height: 1.6;
}

.Price_Content_Inner {
  color: #4d4d4d;
}

.Price_Content_Item01>ul>li {
  /* background: #F1F5F9; */
  background: #FFF;
  border-radius: 6px;
  padding: 0 10px 50px;
  box-shadow: var(--shadow-md);
}

.Plan_Name {
  text-align: center;
  margin-bottom: 40px;
}

.Plan_Name h2 {
  text-align: center;
  background: #4c89cf;
  padding: 25px 10px;
  color: #FFF;
  font-size: 20px;
  display: inline-block;
  border-radius: 0 0 6px 6px;
}

.Price_Info {
  text-align: center;
  font-family: "adobe-caslon-pro", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 45px;
  line-height: 32px;
  padding: 18px 0;
  color: #4c89cf;
}

.Price_Info span:first-child {
  font-size: 24px;
  margin-right: 4px;
}

.Price_Info span.Price_Unit {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

.Price_Info span.Price_Note {
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  display: block;
}

/* .Price_Info span:last-child {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
  } */
.Price_Content_Inner h3 {
  font-size: 16px;
  color: #FFF;
  background: #4c89cf;
  border-radius: 24px;
  text-align: center;
  width: 100%;
  max-width: 224px;
  margin: 28px auto;
  padding: 6px;
}

.Target_Info {
  text-align: center;
  font-size: 16px;
}

.Service_Details ul li span {
  position: relative;
  font-size: 14px;
  display: block;
  padding-left: 14px;
}

.Service_Details ul li span::before {
  position: absolute;
  content: "※";
  top: 0px;
  left: 0px;
}

.Recommended_For,
.Service_Details,
.Flow {
  margin: 0 auto;
}

.Recommended_For ul,
.Service_Details ul {}

.Flow ul {}

.Recommended_For ul li,
.Service_Details ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 16px;
}

.Recommended_For ul li:before,
.Service_Details ul li:before {
  content: "・";
  position: absolute;
  top: 1px;
  left: 0px;
}

.Flow ul li {
  position: relative;
  margin-bottom: 18px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 3px;
}

.Flow ul li:last-child {
  margin-bottom: 0;
}

.Flow ul li:after {
  position: absolute;
  content: "↓";
  left: 0;
  bottom: -18px;
  color: #4c89cf;
}

.Flow ul li:last-child:after {
  content: unset;
}

.Flow ul li span:first-child {
  padding-top: 1px;
}

@media screen and (max-width: 780px) {
  .Price_Content_Item01>ul>li {
    margin-bottom: 40px;
  }

  .Recommended_For,
  .Service_Details,
  .Flow {
    max-width: 100%;
  }

  .Price_Content_Item01>ul>li {
    padding: 0 20px 50px;
  }
}

@media screen and (min-width: 780px) {
  .Price_Content_Item01>ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .Price_Content_Item01>ul>li {
    width: 32%;
  }
}
.Plan_Cta {
  margin-top: 40px;
}
.Plan_Cta a {
  color: #FFF;
  background-color: #fc98a3;
  padding: 18px 10px;
  border-radius: 2.8rem;
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s 0s ease;
  box-shadow: var(--shadow-md);
}
.Plan_Cta a:hover {
  transform: scale(0.98);
}

.consultation-area {
  text-align: center;
  background: #FFF;
  padding: 40px 20px;
  border-radius: 6px;
  margin-top: 24px;
}
.consultation-area .Plan_Cta a {
  max-width: 360px;
}
/* 初期は非表示 */
.Recommended_For,
.Service_Details,
.Flow {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

/* 開いたとき用 */
.open {
  max-height: 1000px; /* 内容に合わせて適宜調整（大きめにしておけばOK） */
}

/* 開閉ボタン風デザイン */
.toggle-btn {
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}

.toggle-btn::after {
  content: '+';
  position: absolute;
  right: 16px;
  top: 50%;
  font-size: 16px;
  transition: transform 0.3s ease;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-weight: bold;
}

/* 開いたときの「−」マーク */
.toggle-btn.opened::after {
  content: '-';
}

/* トップページ - 概要 */
/* Section Styles */
.section {
  padding: 80px 0;
  position: relative;
}

.section:nth-child(even) {
  background-color: var(--bg-secondary);
}

.section-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 24px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.section-title-main {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 12px;
  color: #4c89cf;
}

.section-title-main::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 3px;
  background-color: #fc98a3;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lead-text {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 40px;
  color: var(--text-primary);
}
.section.about-section .lead-text {
  text-align: left;
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  
  .section-title-main {
    font-size: 24px;
  }
  
  .lead-text {
    font-size: 16px;
    padding: 0 16px;
    text-align: left;
  }
}
/* About Section Styles */
.about-section {
  overflow: hidden;
  background: #FFF;
  border-radius: 4px 4px 0 0;
}

.about-content {
  display: flex;
  align-items: center;
  gap: 48px;
}

.about-text {
  flex: 1;
}

.about-image {
  flex: 1;
  position: relative;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-image:hover img {
  transform: scale(1.05);
}

.image-decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.decoration.stars {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 60px;
  opacity: 0.7;
}

.decoration.moon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 40px;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .about-content {
    flex-direction: column-reverse;
    gap: 32px;
  }
  
  .about-text, .about-image {
    width: 100%;
  }
  
  .about-image {
    max-width: 400px;
    margin: 0 auto;
  }
}
/* Diagnosis Section Styles */
.diagnosis-section {
  background-color: var(--bg-primary);
  position: relative;
  overflow: hidden;
}

.diagnosis-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 48px 0;
  position: relative;
  z-index: 1;
}

.flow-item {
  flex: 1;
  min-width: 180px;
  max-width: 250px;
  background-color: #f8f7fb;
  border-radius: var(--radius-sm);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.flow-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.flow-icon {
  font-size: 40px;
  color: #4c89cf;
  margin-bottom: 16px;
}

.flow-text {
  font-size: 16px;
  font-weight: 500;
}

.flow-arrow {
  color: #4c89cf;
  font-size: 24px;
}

.safety-notice {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 16px 24px;
  border-radius: var(--radius-sm);
  margin: 32px auto;
  max-width: 600px;
}

.safety-notice i {
  color: #4c89cf;
  font-size: 24px;
}

.safety-notice p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

.top-cta-free-diagnosis-container {
  text-align: center;
  margin-top: 48px;
}

.top-cta-free-diagnosis {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: #06C755; /* LINE Green */
  color: #FFF;
  padding: 16px 32px;
  border-radius: var(--radius-sm);
  font-size: 18px;
  font-weight: 700;
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
  text-decoration: none;
}

.top-cta-free-diagnosis:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
  color: #FFF;
}

.top-cta-free-diagnosis i {
  font-size: 24px;
}

@media (max-width: 768px) {
  .diagnosis-flow {
    flex-direction: column;
  }
  .flow-arrow {
    transform: rotate(90deg);
  }
  
  .flow-item {
    min-width: 80%;
  }
  
  .top-cta-free-diagnosis {
    padding: 14px 24px;
    font-size: 16px;
  }
}
/* Button Styles */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: var(--radius-sm);
  font-weight: 500;
  transition: var(--transition-medium);
  border: none;
  cursor: pointer;
  text-align: center;
}

.button-primary {
  background-color: var(--primary);
  color: #FFF;
}

.button-primary:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.button-secondary {
  background-color: var(--secondary);
  color: #FFF;
}

.button-secondary:hover {
  background-color: var(--secondary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.button-accent {
  background-color: var(--accent);
  color: var(--text-primary);
}

.button-accent:hover {
  background-color: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Helper Classes */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

.grid {
  display: grid;
}

.mt-sm { margin-top: var(--space-sm); }
.mt-md { margin-top: var(--space-md); }
.mt-lg { margin-top: var(--space-lg); }
.mt-xl { margin-top: var(--space-xl); }

.mb-sm { margin-bottom: var(--space-sm); }
.mb-md { margin-bottom: var(--space-md); }
.mb-lg { margin-bottom: var(--space-lg); }
.mb-xl { margin-bottom: var(--space-xl); }

/* Animation Classes */
.fade-in {
  animation: fadeIn 0.8s ease forwards;
}

.slide-up {
  animation: slideUp 0.8s ease forwards;
}

.slide-in-left {
  animation: slideInLeft 0.8s ease forwards;
}

.slide-in-right {
  animation: slideInRight 0.8s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slideUp {
  from { transform: translateY(30px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes slideInLeft {
  from { transform: translateX(-50px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}

@keyframes slideInRight {
  from { transform: translateX(50px); opacity: 0; }
  to { transform: translateX(0); opacity: 1; }
}
/* Plans Section Styles */
.plans-section {
  background-color: var(--bg-secondary);
}

.plans-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 48px;
}

.plan-card {
  background-color: #FFF;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
  display: flex;
  flex-direction: column;
}

.plan-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.plan-header {
  background-color: var(--primary);
  padding: 24px;
  text-align: center;
  color: #FFF;
}

.plan-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.plan-price {
  font-size: 32px;
  font-weight: 700;
  margin: 16px 0 8px;
}

.plan-price span {
  font-size: 16px;
  font-weight: 400;
}

.plan-period {
  font-size: 14px;
  opacity: 0.9;
}

.plan-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.plan-recommend {
  background-color: var(--accent-light);
  color: var(--primary-dark);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  text-align: center;
  font-weight: 700;
  margin-bottom: 16px;
}

.plan-features {
  list-style: none;
  margin-bottom: 24px;
}

.plan-features li {
  padding: 8px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-bottom: 1px solid var(--bg-secondary);
  font-size: 14px;
  line-height: 1.6;
}

.plan-features li::before {
  content: '•';
  color: var(--primary);
  font-weight: 700;
}

.plan-flow {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 2px dashed var(--bg-secondary);
}

.plan-flow-title {
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}

.flow-steps {
  list-style: none;
}

.flow-steps li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 14px;
}

.flow-steps li::before {
  content: '↓';
  position: absolute;
  left: 0;
  color: var(--primary);
}

.plan-footer {
  padding: 24px;
  text-align: center;
  background-color: var(--bg-secondary);
}

.plan-button {
  display: inline-block;
  background-color: var(--primary);
  color: #FFF;
  padding: 12px 32px;
  border-radius: var(--radius-sm);
  font-weight: 700;
  transition: var(--transition-medium);
}

.plan-button:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
}

.consultation-area {
  text-align: center;
  margin-top: 48px;
  padding: 32px;
  background-color: #FFF;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
}

.consultation-text {
  font-size: 1.2rem;
  margin-bottom: 24px;
  color: var(--text-primary);
}

.consultation-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background-color: var(--primary);
  color: #FFF;
  padding: 16px 32px;
  border-radius: var(--radius-sm);
  font-size: 18px;
  font-weight: 700;
  transition: var(--transition-medium);
}

.consultation-button:hover {
  background-color: var(--primary-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

@media (max-width: 1200px) {
  .plans-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media (max-width: 768px) {
  .plans-container {
    grid-template-columns: 1fr;
  }
  
  .plan-card {
    max-width: 100%;
  }
  .consultation-text {
    text-align: left;
  }
  .consultation-button {
    padding: 14px 24px;
    font-size: 16px;
  }
}
/* Process Section Styles */
.process-section {
  background-color: var(--bg-primary);
}

.process-content {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.process-step {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  padding: 24px;
  background-color: #f8f7fb;
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-medium);
  align-items: center;
  flex: 1;
  align-self: stretch;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.process-step:nth-child(odd) {
  flex-direction: row;
}

.process-step:nth-child(even) {
  flex-direction: row-reverse;
}

.process-step > div:not(.step-image) {
  flex: 1;
  min-width: 300px;
}

.step-number {
  display: inline-block;
  padding: 8px 16px;
  background-color: #4c89cf;
  color: #FFF;
  border-radius: var(--radius-sm);
  font-weight: 700;
  margin-bottom: 16px;
}

.step-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #4c89cf;
}

.step-description {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-secondary);
}

.step-image {
  flex: 1;
  min-width: 300px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.step-image:hover img {
  transform: scale(1.05);
}

.process-connector {
  color: #4c89cf;
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  .process-content {
    flex-direction: column;
  }

  .process-step, 
  .process-step:nth-child(odd), 
  .process-step:nth-child(even) {
    flex-direction: column;
    padding: 24px;
  }

  .process-step > div:not(.step-image) {
    flex: 1;
    min-width: 100%;
  }
  
  .step-image {
    order: -1;
    min-width: 100%;
  }
  
  .step-description {
    font-size: 15px;
  }

  .process-connector {
    transform: rotate(90deg);
  }
}
/* Testimonials Section Styles */
.testimonials-section {
  background-color: var(--bg-secondary);
}

.testimonials-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  margin-top: 48px;
}

.testimonial-card {
  flex: 1;
  min-width: 300px;
  max-width: 480px;
  background-color: #FFF;
  border-radius: var(--radius-sm);
  padding: 24px;
  box-shadow: var(--shadow-md);
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.testimonial-before,
.testimonial-after {
  padding: 16px;
  border-radius: var(--radius-sm);
}

.testimonial-before h4,
.testimonial-after h4 {
  font-size: 18px;
  margin-bottom: 8px;
}

.testimonial-before {
  background-color: rgba(51, 51, 51, 0.05);
  color: var(--text-secondary);
  flex: 1;
}

.testimonial-after {
  background-color: #FFF0A7;
  color: var(--text-primary);
}

.testimonial-arrow {
  display: flex;
  justify-content: center;
  font-size: 24px;
  color: var(--primary);
}

.testimonial-image {
  margin-top: 16px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  height: 200px;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.testimonial-image:hover img {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .testimonial-card {
    min-width: 100%;
  }
}
/* Value Section Styles */
.value-section {
  background-color: var(--bg-secondary);
  position: relative;
}

.value-content {
  position: relative;
  z-index: 1;
}

.value-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 40px 0;
}

.benefit-item {
  flex: 1;
  min-width: 200px;
  max-width: 300px;
  background-color: #FFF;
  border-radius: var(--radius-sm);
  padding: 24px;
  text-align: center;
  box-shadow: var(--shadow-md);
  transition: transform var(--transition-medium), box-shadow var(--transition-medium);
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.benefit-icon {
  font-size: 36px;
  color: #4c89cf;
  margin-bottom: 16px;
}

.benefit-text {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
}

.benefit-etc {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  font-size: 18px;
  color: var(--text-secondary);
}

.conclusion-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 40px;
  color: #4c89cf;
}

.conclusion-text br {
  display: block;
  content: '';
  margin: 8px 0;
}

.conclusion-text span {
  position: relative;
  z-index: 1;
  display: block;
}

@media (max-width: 768px) {
  .benefit-item {
    min-width: 150px;
    max-width: 100%;
  }
  .benefit-etc {
    text-align: left;
  }  
  .conclusion-text {
    font-size: 1.4rem;
    text-align: left;
  }
}
:root {
  /* Colors */
  --primary: #5b6bb5;
  --primary-light: #8a96cf;
  --primary-dark: #3f4f9e;
  
  --secondary: #a988bd;
  --secondary-light: #c2a9d0;
  --secondary-dark: #8a69a2;
  
  --accent: #fca5a5;
  --accent-light: #fecaca;
  --accent-dark: #f87171;
  
  --success: #34d399;
  --warning: #fbbf24;
  --error: #ef4444;
  
  --bg-primary: #ffffff;
  --bg-secondary: #f8f7fb;
  
  --text-primary: #333333;
  --text-secondary: #666666;
  --text-light: #999999;
  
  /* Shadows */
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
  
  /* Border Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  
  /* Spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 24px;
  --space-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  
  /* Animation */
  --transition-fast: 0.2s ease;
  --transition-medium: 0.3s ease;
  --transition-slow: 0.5s ease;
}