@charset "UTF-8";
.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}

@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

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

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

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  70% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0);
  }
  70% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0);
  }
}

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes badge-float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(2deg);
            transform: translateY(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(-1deg);
            transform: translateY(-5px) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateY(-12px) rotate(1deg);
            transform: translateY(-12px) rotate(1deg);
  }
}

@keyframes badge-float {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-8px) rotate(2deg);
            transform: translateY(-8px) rotate(2deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(-1deg);
            transform: translateY(-5px) rotate(-1deg);
  }
  75% {
    -webkit-transform: translateY(-12px) rotate(1deg);
            transform: translateY(-12px) rotate(1deg);
  }
}

@-webkit-keyframes crown-sparkle {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(15deg);
            transform: scale(1.2) rotate(15deg);
    -webkit-filter: brightness(1.5) hue-rotate(30deg);
            filter: brightness(1.5) hue-rotate(30deg);
  }
}

@keyframes crown-sparkle {
  0%, 100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(15deg);
            transform: scale(1.2) rotate(15deg);
    -webkit-filter: brightness(1.5) hue-rotate(30deg);
            filter: brightness(1.5) hue-rotate(30deg);
  }
}

@-webkit-keyframes badge-glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 20px rgba(147, 51, 234, 0.4), 0 0 40px rgba(147, 51, 234, 0.2), 0 4px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(147, 51, 234, 0.4), 0 0 40px rgba(147, 51, 234, 0.2), 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 30px rgba(147, 51, 234, 0.6), 0 0 60px rgba(147, 51, 234, 0.4), 0 8px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(147, 51, 234, 0.6), 0 0 60px rgba(147, 51, 234, 0.4), 0 8px 30px rgba(0, 0, 0, 0.2);
  }
}

@keyframes badge-glow {
  0%, 100% {
    -webkit-box-shadow: 0 0 20px rgba(147, 51, 234, 0.4), 0 0 40px rgba(147, 51, 234, 0.2), 0 4px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 20px rgba(147, 51, 234, 0.4), 0 0 40px rgba(147, 51, 234, 0.2), 0 4px 20px rgba(0, 0, 0, 0.15);
  }
  50% {
    -webkit-box-shadow: 0 0 30px rgba(147, 51, 234, 0.6), 0 0 60px rgba(147, 51, 234, 0.4), 0 8px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 30px rgba(147, 51, 234, 0.6), 0 0 60px rgba(147, 51, 234, 0.4), 0 8px 30px rgba(0, 0, 0, 0.2);
  }
}

@-webkit-keyframes number-shine {
  0% {
    background-position: -100% 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes number-shine {
  0% {
    background-position: -100% 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOut {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes pulse-play {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
  }
}

@keyframes pulse-play {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
            box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
  }
}

@-webkit-keyframes star-twinkle {
  0%, 100% {
    opacity: 0.3;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes star-twinkle {
  0%, 100% {
    opacity: 0.3;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@-webkit-keyframes star-float {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-10px) rotate(90deg);
            transform: translateY(-10px) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(180deg);
            transform: translateY(-5px) rotate(180deg);
  }
  75% {
    -webkit-transform: translateY(-15px) rotate(270deg);
            transform: translateY(-15px) rotate(270deg);
  }
}

@keyframes star-float {
  0%, 100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-10px) rotate(90deg);
            transform: translateY(-10px) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(180deg);
            transform: translateY(-5px) rotate(180deg);
  }
  75% {
    -webkit-transform: translateY(-15px) rotate(270deg);
            transform: translateY(-15px) rotate(270deg);
  }
}

@-webkit-keyframes star-drift {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@keyframes star-drift {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.6;
  color: #1f2937;
  overflow-x: hidden;
  font-size: 16px;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.main-container {
  min-height: 100vh;
  background-color: #5e2ab3;
  color: #ffffff;
  overflow: hidden;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 0;
  /* background: rgba(147, 51, 234, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff; */
}

@media (min-width: 768px) {
  .navigation {
    padding: 10px 0;
  }
}

.nav-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .nav-container {
    padding: 0 1.5rem;
  }
}

.nav-logo {
  z-index: 1001;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1;
}

@media (min-width: 768px) {
  .nav-logo {
    height: auto;
  }
}

.nav-logo .logo-bitstar {
  color: #ffffff;
}

/* .nav-logo .logo-live {
  color: #fbbf24;
} */

.nav-logo .nav-logo-img {
  height: 100px;
  width: auto;
}

@media (min-width: 768px) {
  .nav-logo .nav-logo-img {
    height: 120px;
  }
}

/* スクロール時のロゴスタイル */
.nav-logo .nav-logo-img.scrolled {
  background: #fff;
  padding: 4px;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mobile-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}

.mobile-menu-btn .hamburger-line {
  width: 48px;
  height: 2px;
  background: #5f2ab3;
  margin: 4px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.mobile-menu-btn.active .hamburger-line:nth-child(1) {
  -webkit-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
  /* background: #fff; */
}

.mobile-menu-btn.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
  /* background: #fff; */
}

/* スクロール時のモバイルメニューボタンスタイル */
.mobile-menu-btn.scrolled {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1000;
}

.nav-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.nav-link {
  color: #5f2ab3;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.5rem 0;
  letter-spacing: 4px;
}

.nav-link:hover {
  color: #fbbf24;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fbbf24;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.nav-link:hover::after {
  width: 100%;
}

.nav-cta {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 1rem;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.875rem;
  min-height: 44px;
}

@media (min-width: 640px) {
  .btn {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}

.btn.btn-outline {
  background: rgba(31, 41, 55, 0.8);
  border: 1px solid #4b5563;
  color: #ffffff;
}

.btn.btn-outline:hover {
  background: rgba(55, 65, 81, 0.8);
}

.btn.btn-primary {
  background: linear-gradient(135deg, #fb923c, #f97316);
  color: #ffffff;
}

.btn.btn-primary:hover {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.btn.btn-cta {
  background: #ffffff;
  color: #581c87;
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .btn.btn-cta {
    padding: 1rem 2rem;
    font-size: 1.125rem;
  }
}

.btn.btn-cta:hover {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.btn.btn-gradient {
  background: linear-gradient(135deg, #9333ea, #ec4899);
  color: #ffffff;
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

@media (min-width: 640px) {
  .btn.btn-gradient {
    padding: 1rem 3rem;
    font-size: 1.25rem;
  }
}

.btn.btn-gradient:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

.btn.btn-cta-white {
  background: #ffffff;
  color: #581c87;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .btn.btn-cta-white {
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
  }
}

.btn.btn-cta-white:hover {
  background: rgba(255, 255, 255, 0.9);
}

.btn.btn-cta-outline {
  border: 1px solid #ffffff;
  color: #ffffff;
  background: transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .btn.btn-cta-outline {
    padding: 0.75rem 2rem;
    font-size: 1.125rem;
  }
}

.btn.btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.logo-scroll-container {
  width: 100%;
  overflow: hidden;
  padding: 1rem 0;
  position: relative;
}

@media (min-width: 640px) {
  .logo-scroll-container {
    padding: 1.5rem 0;
  }
}

.logo-scroll-top-container {
  background: linear-gradient(135deg, #9333ea, #ec4899);
}

.logo-scroll-bottom-container {
  background: linear-gradient(135deg, #fb923c, #fbbf24);
}

.logo-scroll-top {
  width: 100%;
}

.logo-scroll-top.slick-slider .slick-list {
  overflow: hidden;
}

.logo-scroll-top.slick-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-scroll-top.slick-slider .slick-slide {
  width: auto !important;
  float: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
}

.logo-scroll-top.slick-slider .slick-dots,
.logo-scroll-top.slick-slider .slick-arrow {
  display: none !important;
}

.logo-scroll-bottom {
  width: 100%;
}

.logo-scroll-bottom.slick-slider .slick-list {
  overflow: hidden;
}

.logo-scroll-bottom.slick-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-scroll-bottom.slick-slider .slick-slide {
  width: auto !important;
  float: none !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
}

.logo-scroll-bottom.slick-slider .slick-dots,
.logo-scroll-bottom.slick-slider .slick-arrow {
  display: none !important;
}

.scroll-item {
  display: inline-block !important;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 0 2rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 640px) {
  .scroll-item {
    font-size: 1.25rem;
    padding: 0 2.5rem;
  }
}

@media (min-width: 768px) {
  .scroll-item {
    font-size: 1.5rem;
    padding: 0 3rem;
  }
}

@media (min-width: 1024px) {
  .scroll-item {
    font-size: 1.875rem;
    padding: 0 4rem;
  }
}

.logo-scroll-top:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-animation: scroll-left 25s linear infinite;
          animation: scroll-left 25s linear infinite;
}

.logo-scroll-top:not(.slick-initialized) .scroll-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo-scroll-bottom:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-animation: scroll-right 25s linear infinite;
          animation: scroll-right 25s linear infinite;
}

.logo-scroll-bottom:not(.slick-initialized) .scroll-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo-scroll-top.slick-initialized .slick-slide:not(:last-child),
.logo-scroll-bottom.slick-initialized .slick-slide:not(:last-child) {
  margin-right: 0 !important;
}

.float-cta {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  z-index: 999;
}

@media (min-width: 640px) {
  .float-cta {
    bottom: 2rem;
    left: 1.5rem;
  }
}

.float-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  background: #06c755;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 12px rgba(6, 199, 85, 0.3);
          box-shadow: 0 2px 12px rgba(6, 199, 85, 0.3);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (min-width: 640px) {
  .float-btn {
    padding: 1rem 1.25rem;
    font-size: 1rem;
    border-radius: 14px;
  }
}

.float-btn:hover {
  background: #05b04a;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 16px rgba(6, 199, 85, 0.4);
          box-shadow: 0 4px 16px rgba(6, 199, 85, 0.4);
}

.float-btn i {
  font-size: 1rem;
}

@media (min-width: 640px) {
  .float-btn i {
    font-size: 1.125rem;
  }
}

.float-btn-text {
  line-height: 1.2;
  text-align: left;
}

@media (max-width: 640px) {
  .float-btn-text {
    font-size: 0.75rem;
  }
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 120px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-section {
    padding-top: 100px;
  }
}

.hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.hero-section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.2); */
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.hero-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 160px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .hero-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .hero-container {
    gap: 3rem;
    min-height: calc(100vh - 200px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  text-align: left;
}

@media (min-width: 1024px) {
  .hero-content {
    gap: 2rem;
  }
}

.hero-content .btn-cta {
  display: none;
}

.hero-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .hero-image {
    width: 35%;
    margin-bottom: 0px;
  }
}

.hero-image .mobile-image-container {
  position: relative;
  max-width: 40%;
  width: calc(100% + 60px);
  overflow: hidden;
  border-radius: 20px;
  margin-left: 0px;
}

@media (min-width: 640px) {
  .hero-image .mobile-image-container {
    max-width: 400px;
  }
}

@media (min-width: 768px) {
  .hero-image .mobile-image-container {
    max-width: 450px;
  }
}

@media (min-width: 1024px) {
  .hero-image .mobile-image-container {
    max-width: 500px;
  }
}

.hero-image .mobile-image-container .mobile-bg-video {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -o-object-fit: cover;
  object-fit: contain;
  z-index: 1;
  opacity: 1;
  border-radius: 20px;
}

@media (min-width: 640px) {
  .hero-image .mobile-image-container .mobile-bg-video {
    position: absolute;
    top: 8px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 14px);
    -o-object-fit: cover;
    object-fit: contain;
    z-index: 1;
    opacity: 1;
    border-radius: 50px;
  }
}

.hero-image .mobile-image {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

.hero-image .mobile-image.sp {
  display: block;
}

@media (min-width: 640px) {
  .hero-image .mobile-image.sp {
    display: none;
  }
}

.hero-image .mobile-image.pc {
  display: none;
}

@media (min-width: 640px) {
  .hero-image .mobile-image.pc {
    display: block;
  }
}

.hero-title {
  font-size: 32px;
  text-shadow: #000 1px 1px 2px;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 48px;
  }
}

@media (min-width: 1024px) {
  .hero-title {
    font-size: 64px;
  }
}

.hero-logo {
  font-size: 1.875rem;
  font-weight: bold;
}

@media (min-width: 640px) {
  .hero-logo {
    font-size: 2.25rem;
  }
}

@media (min-width: 768px) {
  .hero-logo {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .hero-logo {
    font-size: 3.75rem;
  }
}

@media (min-width: 1280px) {
  .hero-logo {
    font-size: 4.5rem;
  }
}

.hero-logo .logo-bitstar {
  color: #ffffff;
  text-shadow: #000 1px 1px 2px;
}

.hero-logo .logo-live {
  color: #fff;
  text-shadow: #000 1px 1px 2px;
}

.hero-logo .hero-logo-img {
  height: 80px;
  width: auto;
}

@media (min-width: 640px) {
  .hero-logo .hero-logo-img {
    height: 100px;
  }
}

@media (min-width: 768px) {
  .hero-logo .hero-logo-img {
    height: 120px;
  }
}

@media (min-width: 1024px) {
  .hero-logo .hero-logo-img {
    height: 140px;
  }
}

@media (min-width: 1280px) {
  .hero-logo .hero-logo-img {
    height: 160px;
  }
}

.hero-subtitle {
  font-size: 0.875rem;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  margin-top: 40px;
  text-shadow: #000 1px 1px 2px;
}

@media (min-width: 640px) {
  .hero-subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .hero-subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .hero-subtitle {
    font-size: 1.25rem;
  }
}

.no1-badge {
  position: absolute;
  bottom: 0px !important;
  right: 0px !important;
  top: auto !important;
  z-index: 20;
}

@media (min-width: 640px) {
  .no1-badge {
    top: -1.5rem;
    right: -1.5rem;
  }
}

@media (min-width: 768px) {
  .no1-badge {
    top: -2rem;
    right: -2rem;
  }
}

@media (min-width: 1024px) {
  .no1-badge {
    top: -2.5rem;
    right: -2.5rem;
  }
}

.no1-badge .badge-content {
  background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 50%, #ffffff 100%);
  color: #581c87;
  border-radius: 50%;
  padding: 1rem;
  text-align: center;
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: visible;
  border: 3px solid transparent;
  background-clip: padding-box;
  -webkit-animation: badge-float 4s ease-in-out infinite, badge-glow 3s ease-in-out infinite;
          animation: badge-float 4s ease-in-out infinite, badge-glow 3s ease-in-out infinite;
}

.no1-badge .badge-content::before {
  content: '';
  position: absolute;
  inset: -3px;
  padding: 3px;
  background: linear-gradient(45deg, #9333ea, #ec4899, #fbbf24, #9333ea);
  border-radius: 50%;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  z-index: -1;
}

.no1-badge .badge-content::after {
  content: '✨';
  position: absolute;
  top: 8%;
  right: 12%;
  font-size: 0.8rem;
  -webkit-animation: crown-sparkle 2s ease-in-out infinite;
          animation: crown-sparkle 2s ease-in-out infinite;
  z-index: 3;
}

@media (min-width: 640px) {
  .no1-badge .badge-content {
    width: 140px;
    height: 140px;
    padding: 0;
    border-width: 4px;
  }
  .no1-badge .badge-content::after {
    font-size: 0.9rem;
    top: 5%;
    right: 10%;
  }
}

@media (min-width: 768px) {
  .no1-badge .badge-content {
    width: 140px;
    height: 140px;
    padding: 0;
    border-width: 4px;
  }
  .no1-badge .badge-content::after {
    font-size: 1rem;
    top: 5%;
    right: 10%;
  }
}

@media (min-width: 1024px) {
  .no1-badge .badge-content {
    width: 150px;
    height: 150px;
    padding: 0;
    border-width: 5px;
  }
  .no1-badge .badge-content::after {
    font-size: 1.3rem;
    top: 3%;
    right: 8%;
  }
}

.no1-badge .badge-content .crown-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #9333ea;
  margin-bottom: 0.25rem;
  -webkit-filter: drop-shadow(0 2px 4px rgba(147, 51, 234, 0.3));
          filter: drop-shadow(0 2px 4px rgba(147, 51, 234, 0.3));
  -webkit-animation: crown-sparkle 3s ease-in-out infinite 0.5s;
          animation: crown-sparkle 3s ease-in-out infinite 0.5s;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 640px) {
  .no1-badge .badge-content .crown-icon {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 768px) {
  .no1-badge .badge-content .crown-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .no1-badge .badge-content .crown-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.75rem;
  }
}

.no1-badge .badge-content .badge-text-1 {
  font-size: 16px !important;
}

.no1-badge .badge-content .badge-text-2 {
  font-size: 12px !important;
}

.no1-badge .badge-content .badge-text-1, .no1-badge .badge-content .badge-text-2 {
  font-size: 0.6rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  background: linear-gradient(45deg, #9333ea, #ec4899);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .no1-badge .badge-content .badge-text-1, .no1-badge .badge-content .badge-text-2 {
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 768px) {
  .no1-badge .badge-content .badge-text-1, .no1-badge .badge-content .badge-text-2 {
    font-size: 0.8rem;
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .no1-badge .badge-content .badge-text-1, .no1-badge .badge-content .badge-text-2 {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
}

.no1-badge .badge-content .badge-no1 {
  font-size: 1.8rem;
  font-weight: 900;
  background: linear-gradient(135deg, #9333ea 0%, #ec4899 50%, #9333ea 100%);
  background-size: 200% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: number-shine 3s ease-in-out infinite;
          animation: number-shine 3s ease-in-out infinite;
  text-shadow: 0 2px 10px rgba(147, 51, 234, 0.3);
  position: relative;
  line-height: 1;
  margin-top: 0.25rem;
}

.no1-badge .badge-content .badge-no1::before {
  content: '1';
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(147, 51, 234, 0.1);
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  z-index: -1;
}

@media (min-width: 640px) {
  .no1-badge .badge-content .badge-no1 {
    font-size: 2.2rem;
    margin-top: 0.25rem;
  }
}

@media (min-width: 768px) {
  .no1-badge .badge-content .badge-no1 {
    font-size: 2.8rem;
    margin-top: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .no1-badge .badge-content .badge-no1 {
    font-size: 3.5rem;
    margin-top: 0.5rem;
  }
}

.no1-badge::before {
  content: '⭐';
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 0.8rem;
  -webkit-animation: crown-sparkle 2.5s ease-in-out infinite 1s;
          animation: crown-sparkle 2.5s ease-in-out infinite 1s;
  z-index: 1;
}

@media (min-width: 640px) {
  .no1-badge::before {
    font-size: 1rem;
  }
}

.no1-badge::after {
  content: '💫';
  position: absolute;
  bottom: -5px;
  right: -5px;
  font-size: 0.7rem;
  -webkit-animation: crown-sparkle 2s ease-in-out infinite 1.5s;
          animation: crown-sparkle 2s ease-in-out infinite 1.5s;
  z-index: 1;
}

@media (min-width: 640px) {
  .no1-badge::after {
    font-size: 0.8rem;
  }
}

.onayami-section {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  img.onayami {
    max-width: 800px;
    margin: auto;
    display: block;
    height: auto;
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  img.onayami.sp {
    display: none;
  }
}

.problems-section {
  padding: 80px 0;
  background: #f9fafb;
  color: #1f2937;
}

.problems-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .problems-section .container {
    padding: 0 1.5rem;
  }
}

.problems-section .section-title {
  position: relative;
}

.problems-section .section-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#9333ea), to(transparent));
  background: linear-gradient(90deg, transparent, #9333ea, transparent);
  z-index: -1;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .container {
    padding: 0 1.5rem;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .section-header {
    margin-bottom: 4rem;
  }
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #581c87;
  line-height: 1.3;
}

@media (min-width: 640px) {
  .section-title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .section-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
  }
}

.section-subtitle {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .section-subtitle {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .section-subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}

.problems-grid {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .problems-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

@media (min-width: 1024px) {
  .problems-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
  }
}

.problem-card {
  border: 1px solid rgba(147, 51, 234, 0.2);
  background: #ffffff;
  border-radius: 1rem;
  overflow: visible;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.problem-card::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffffff;
  -webkit-filter: drop-shadow(0 3px 3px rgba(147, 51, 234, 0.2));
          filter: drop-shadow(0 3px 3px rgba(147, 51, 234, 0.2));
}

.problem-card:nth-child(even)::after {
  left: 75%;
}

@media (max-width: 768px) {
  .problem-card:nth-child(even)::after {
    left: 50%;
  }
}

.problem-card:nth-child(odd)::after {
  left: 25%;
}

@media (max-width: 768px) {
  .problem-card:nth-child(odd)::after {
    left: 50%;
  }
}

.problem-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-color: rgba(147, 51, 234, 0.4);
}

.problem-card:hover:hover {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.problem-card .card-image {
  position: relative;
  height: 6rem;
  border-radius: 0.75rem;
  overflow: hidden;
  margin: 0.75rem 0.75rem 1.25rem;
}

@media (min-width: 640px) {
  .problem-card .card-image {
    height: 7rem;
    margin: 0.75rem 0.75rem 1.25rem;
  }
}

@media (min-width: 768px) {
  .problem-card .card-image {
    height: 8rem;
    margin: 1rem 1rem 1.5rem;
  }
}

.problem-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-filter: grayscale(20%) opacity(0.9);
          filter: grayscale(20%) opacity(0.9);
}

.problem-card .card-image .image-overlay {
  position: absolute;
  inset: 0;
  background: rgba(147, 51, 234, 0.1);
}

.problem-card:hover .card-image img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.problem-card .card-content {
  padding: 0 1rem 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .problem-card .card-content {
    padding: 0 1.5rem 2rem;
  }
}

.problem-card .card-content .card-title {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #6c13bd;
  font-size: 36px;
  position: relative;
}

@media (min-width: 640px) {
  .problem-card .card-content .card-title {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .problem-card .card-content .card-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
}

.problem-card .card-content .card-title::before {
  content: '"';
  font-size: 2rem;
  font-family: serif;
  position: absolute;
  top: -12px;
  left: -8px;
  color: rgba(147, 51, 234, 0.3);
  line-height: 1;
}

@media (min-width: 640px) {
  .problem-card .card-content .card-title::before {
    font-size: 2.5rem;
    top: -15px;
    left: -8px;
  }
}

@media (min-width: 768px) {
  .problem-card .card-content .card-title::before {
    font-size: 3rem;
    top: -20px;
    left: -10px;
  }
}

.problem-card .card-content .card-title::after {
  content: '"';
  font-size: 2rem;
  font-family: serif;
  position: absolute;
  bottom: -18px;
  right: -8px;
  color: rgba(147, 51, 234, 0.3);
  line-height: 1;
}

@media (min-width: 640px) {
  .problem-card .card-content .card-title::after {
    font-size: 2.5rem;
    bottom: -20px;
    right: -8px;
  }
}

@media (min-width: 768px) {
  .problem-card .card-content .card-title::after {
    font-size: 3rem;
    bottom: -25px;
    right: -10px;
  }
}

.problem-card .card-content .card-text {
  color: #374151;
  line-height: 1.7;
  font-size: 14px;
  font-style: italic;
  position: relative;
  padding: 0.5rem 0.75rem;
}

@media (min-width: 640px) {
  .problem-card .card-content .card-text {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 768px) {
  .problem-card .card-content .card-text {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}

.solution-section {
  position: relative;
  padding: 80px 1rem;
  padding-top: 160px;
  margin-top: -140px;
  background: linear-gradient(135deg, #22c55e, #3b82f6);
  color: #ffffff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .solution-section {
    padding: 80px 1.5rem;
    margin-top: 0;
  }
}

.solution-bg {
  position: absolute;
  inset: 0;
}

.solution-bg .bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}

.solution-content {
  position: relative;
  z-index: 10;
  text-align: center;
}

.solution-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .solution-title {
    font-size: 2.25rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .solution-title {
    font-size: 36px;
    font-weight: bold;
  }
}

.solution-subtitle {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-align: left;
  text-shadow: #000 1px 1px 1px;
}

@media (min-width: 640px) {
  .solution-subtitle {
    font-size: 1.25rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .solution-subtitle {
    font-size: 18px;
    font-weight: bold;
    max-width: 600px;
    margin: auto;
    text-align: center;
  }
}

.solution-subtitle strong {
  color: #fff859;
  font-size: 24px;
}

.features-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #8B5CF6 0%, #A855F7 50%, #9333EA 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.features-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("https://images.unsplash.com/photo-1574375927938-d5a98e8ffe85?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.15;
  pointer-events: none;
}

.features-section::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.8), rgba(168, 85, 247, 0.9));
  pointer-events: none;
}

.features-section .star-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.features-section .star-bg .star {
  position: absolute;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.features-section .star-bg .star.star-1 {
  top: 5%;
  left: 5%;
  font-size: 1.5rem;
  -webkit-animation: star-twinkle 3s ease-in-out infinite, star-float 8s ease-in-out infinite;
          animation: star-twinkle 3s ease-in-out infinite, star-float 8s ease-in-out infinite;
  -webkit-animation-delay: 0s, 1s;
          animation-delay: 0s, 1s;
}

.features-section .star-bg .star.star-2 {
  top: 8%;
  right: 8%;
  font-size: 0.8rem;
  -webkit-animation: star-twinkle 2.5s ease-in-out infinite, star-drift 6s ease-in-out infinite;
          animation: star-twinkle 2.5s ease-in-out infinite, star-drift 6s ease-in-out infinite;
  -webkit-animation-delay: 0.5s, 0s;
          animation-delay: 0.5s, 0s;
}

.features-section .star-bg .star.star-3 {
  top: 15%;
  left: 3%;
  font-size: 1.2rem;
  -webkit-animation: star-twinkle 3.5s ease-in-out infinite, star-float 10s ease-in-out infinite;
          animation: star-twinkle 3.5s ease-in-out infinite, star-float 10s ease-in-out infinite;
  -webkit-animation-delay: 1s, 2s;
          animation-delay: 1s, 2s;
}

.features-section .star-bg .star.star-4 {
  top: 12%;
  right: 15%;
  font-size: 2rem;
  -webkit-animation: star-twinkle 2s ease-in-out infinite, star-drift 7s ease-in-out infinite;
          animation: star-twinkle 2s ease-in-out infinite, star-drift 7s ease-in-out infinite;
  -webkit-animation-delay: 1.5s, 0.5s;
          animation-delay: 1.5s, 0.5s;
}

.features-section .star-bg .star.star-5 {
  top: 95%;
  left: 10%;
  font-size: 1rem;
  -webkit-animation: star-twinkle 4s ease-in-out infinite, star-float 9s ease-in-out infinite;
          animation: star-twinkle 4s ease-in-out infinite, star-float 9s ease-in-out infinite;
  -webkit-animation-delay: 0.3s, 1.5s;
          animation-delay: 0.3s, 1.5s;
}

.features-section .star-bg .star.star-6 {
  top: 3%;
  left: 30%;
  font-size: 0.6rem;
  -webkit-animation: star-twinkle 2.8s ease-in-out infinite, star-drift 5s ease-in-out infinite;
          animation: star-twinkle 2.8s ease-in-out infinite, star-drift 5s ease-in-out infinite;
  -webkit-animation-delay: 2s, 1s;
          animation-delay: 2s, 1s;
}

.features-section .star-bg .star.star-7 {
  top: 92%;
  right: 5%;
  font-size: 1.3rem;
  -webkit-animation: star-twinkle 3.2s ease-in-out infinite, star-float 11s ease-in-out infinite;
          animation: star-twinkle 3.2s ease-in-out infinite, star-float 11s ease-in-out infinite;
  -webkit-animation-delay: 0.8s, 0s;
          animation-delay: 0.8s, 0s;
}

.features-section .star-bg .star.star-8 {
  top: 6%;
  right: 35%;
  font-size: 0.9rem;
  -webkit-animation: star-twinkle 2.3s ease-in-out infinite, star-drift 8s ease-in-out infinite;
          animation: star-twinkle 2.3s ease-in-out infinite, star-drift 8s ease-in-out infinite;
  -webkit-animation-delay: 1.2s, 2.5s;
          animation-delay: 1.2s, 2.5s;
}

.features-section .star-bg .star.star-9 {
  top: 88%;
  left: 85%;
  font-size: 1.7rem;
  -webkit-animation: star-twinkle 3.8s ease-in-out infinite, star-float 6s ease-in-out infinite;
          animation: star-twinkle 3.8s ease-in-out infinite, star-float 6s ease-in-out infinite;
  -webkit-animation-delay: 0.2s, 1.8s;
          animation-delay: 0.2s, 1.8s;
}

.features-section .star-bg .star.star-10 {
  top: 96%;
  left: 60%;
  font-size: 1.1rem;
  -webkit-animation: star-twinkle 2.7s ease-in-out infinite, star-drift 9s ease-in-out infinite;
          animation: star-twinkle 2.7s ease-in-out infinite, star-drift 9s ease-in-out infinite;
  -webkit-animation-delay: 1.8s, 0.3s;
          animation-delay: 1.8s, 0.3s;
}

@media (min-width: 768px) {
  .features-section .star-bg .star.star-1 {
    font-size: 2rem;
  }
  .features-section .star-bg .star.star-2 {
    font-size: 1rem;
  }
  .features-section .star-bg .star.star-3 {
    font-size: 1.5rem;
  }
  .features-section .star-bg .star.star-4 {
    font-size: 2.5rem;
  }
  .features-section .star-bg .star.star-5 {
    font-size: 1.3rem;
  }
  .features-section .star-bg .star.star-6 {
    font-size: 0.8rem;
  }
  .features-section .star-bg .star.star-7 {
    font-size: 1.8rem;
  }
  .features-section .star-bg .star.star-8 {
    font-size: 1.2rem;
  }
  .features-section .star-bg .star.star-9 {
    font-size: 2.2rem;
  }
  .features-section .star-bg .star.star-10 {
    font-size: 1.4rem;
  }
}

.features-section .container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .features-section .container {
    padding: 0 1.5rem;
  }
}

.features-section .section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 36px;
}

@media (min-width: 640px) {
  .features-section .section-title {
    margin-bottom: 3rem;
    font-size: 1.875rem;
  }
}

@media (min-width: 768px) {
  .features-section .section-title {
    font-size: 36px;
    margin-bottom: 4rem;
    font-weight: bold;
  }
}

.features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .features-list {
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .features-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1400px;
  }
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  padding: 0;
  background: #ffffff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 640px) {
  .feature-item {
    gap: 0;
    padding: 0;
    border-radius: 1.25rem;
  }
}

@media (min-width: 768px) {
  .feature-item {
    padding: 0;
    gap: 0;
  }
}

@media (min-width: 1024px) {
  .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0;
    border-radius: 1.5rem;
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
}

.feature-item:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
  .feature-item:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
  }
}

@media (min-width: 1024px) {
  .feature-item:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
  }
}

.feature-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  min-width: auto;
  width: 100%;
}

@media (min-width: 640px) {
  .feature-left {
    gap: 0;
  }
}

@media (min-width: 1024px) {
  .feature-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: auto;
    gap: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
  }
}

.feature-icon {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 640px) {
  .feature-icon {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 1024px) {
  .feature-icon {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.feature-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 0.5rem;
  width: 100%;
  padding: 16px;
}

@media (min-width: 1024px) {
  .feature-titles {
    text-align: center;
    gap: 1rem;
    width: 100%;
    padding: 16px;
  }
}

.feature-main-title {
  font-size: 14px;
  opacity: 0.4;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 0.25rem;
  font-family: 'Arial', sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 640px) {
  .feature-main-title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .feature-main-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    opacity: 1;
  }
}

.feature-sub-title {
  font-size: 20px;
  color: #374151;
  margin: 0;
  font-weight: bold;
  background: linear-gradient(45deg, #8B5CF6, #A855F7, #a857b5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@media (min-width: 640px) {
  .feature-sub-title {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .feature-sub-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    background: none;
    -webkit-text-fill-color: initial;
  }
}

.feature-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .feature-right {
    text-align: center;
    padding-left: 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.feature-description-wrapper {
  width: 100%;
  text-align: center;
  padding: 0 16px 16px 16px;
}

@media (min-width: 1024px) {
  .feature-description-wrapper {
    text-align: center;
    padding: 0 16px 16px 16px;
  }
}

.feature-description {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin: 0;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}

@media (min-width: 640px) {
  .feature-description {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (min-width: 768px) {
  .feature-description {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}

@media (min-width: 1024px) {
  .feature-description {
    text-align: center;
    line-height: 1.8;
    padding: 0;
  }
}

.target-section {
  padding: 80px 0 0;
  background: #fff;
  color: #1f2937;
}

.target-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  padding: 0;
}

@media (min-width: 768px) {
  .target-section .container {
    padding: 0 1.5rem;
  }
}

.target-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

@media (min-width: 768px) {
  .target-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    max-width: 1000px;
    margin: auto;
  }
}

.target-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}

.target-item.target-influencer {
  background: #ffffff;
}

.target-item.target-influencer .target-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 2rem;
  text-align: left;
}

.target-item.target-influencer .target-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.target-item.target-data {
  background: linear-gradient(135deg, #9333ea, #ec4899);
  color: #ffffff;
}

.target-item.target-data .target-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 2rem;
  text-align: left;
}

.target-item.target-data .target-content .target-title {
  color: #ffffff;
}

.target-item.target-data .target-content .target-text {
  color: rgba(255, 255, 255, 0.9);
}

.target-item.target-data .target-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.target-item.target-beginner {
  background: #ffffff;
}

.target-item.target-beginner .target-content {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 2rem;
  text-align: left;
}

.target-item.target-beginner .target-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 768px) {
  .target-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
    border-radius: 40px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(147, 51, 234, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
  }
}

.target-item .target-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 50%;
}

.target-item .target-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .target-item .target-image img {
    margin-bottom: -18px;
  }
}

.target-item .target-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.5rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 640px) {
  .target-item .target-content {
    padding: 3rem 2rem;
  }
}

.target-item .target-content .target-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  white-space: nowrap;
}

@media (min-width: 640px) {
  .target-item .target-content .target-title {
    font-size: 1.875rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .target-item .target-content .target-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
  }
}

.target-item .target-content .target-text {
  line-height: 1.8;
  font-size: 14px;
}

@media (min-width: 640px) {
  .target-item .target-content .target-text {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .target-item .target-content .target-text {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}

@media (max-width: 768px) {
  .target-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    overflow: hidden;
  }
  .target-item .target-image {
    position: absolute;
    max-width: none;
    width: 60%;
    z-index: 1;
  }
  .target-item .target-image img {
    width: 100%;
    height: auto;
  }
  .target-item .target-content {
    position: relative;
    z-index: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 1.5rem !important;
  }
  .target-item .target-content .target-title {
    font-size: 1.875rem !important;
    margin-bottom: 2rem !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 768px) and (min-width: 640px) {
  .target-item .target-content .target-title {
    font-size: 2.25rem !important;
  }
}

@media (max-width: 768px) {
  .target-item .target-content .target-text {
    font-size: 1.125rem !important;
    line-height: 1.8 !important;
  }
}

@media (max-width: 768px) and (min-width: 640px) {
  .target-item .target-content .target-text {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 768px) {
  .target-item.target-influencer .target-image {
    left: -20%;
    top: 70%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .target-item.target-influencer .target-content {
    text-align: right !important;
    padding: 40px 1.5rem 40px 3rem !important;
  }
  .target-item.target-influencer .target-text {
    display: inline-block;
    text-align: left;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: -20px;
    padding: 0 0 0 20px;
    font-weight: bold;
    font-size: 18px !important;
  }
  .target-item.target-data .target-image {
    right: -30%;
    top: 70%;
    width: 90%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .target-item.target-data .target-content {
    text-align: left !important;
    padding: 40px 3rem 40px 1.5rem !important;
  }
  .target-item.target-data .target-text {
    font-weight: bold;
  }
  .target-item.target-beginner .target-image {
    left: -25%;
    top: 70%;
    width: 70%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .target-item.target-beginner .target-content {
    text-align: right !important;
    padding: 40px 1.5rem 40px 3rem !important;
  }
  .target-item.target-beginner .target-text {
    font-weight: bold;
  }
}

.benefits-section {
  padding: 80px 1rem;
  background: #fafafa;
  color: #1f2937;
}

@media (min-width: 768px) {
  .benefits-section {
    padding: 80px 1.5rem;
  }
}

.benefits-section .section-header {
  text-align: center;
}

.benefits-section .section-header .section-title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .benefits-section .section-header .section-title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
  }
}

.benefits-content {
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .benefits-content {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 640px) {
  .benefits-list {
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .benefits-list {
    gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .benefits-list {
    gap: 2.5rem;
  }
}

.benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  padding-bottom: 20px;
  border-bottom: solid 1px #ddd;
  letter-spacing: 2px;
  position: relative;
}

@media (min-width: 640px) {
  .benefit-item {
    gap: 1rem;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .benefit-item {
    gap: 1.5rem;
    padding-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .benefit-item {
    gap: 2rem;
    padding: 2rem 0;
    border-bottom: solid 2px #ddd;
  }
}

.benefit-item .benefit-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 640px) {
  .benefit-item .benefit-icon {
    width: 3rem;
    height: 3rem;
  }
}

@media (min-width: 1024px) {
  .benefit-item .benefit-icon {
    width: 4rem;
    height: 4rem;
  }
}

.benefit-item .benefit-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-item .benefit-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 120px;
  font-weight: 900;
  color: #8B5CF6;
  opacity: 0.1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-family: impact;
}

@media (min-width: 640px) {
  .benefit-item .benefit-number {
    width: 90px;
    height: 90px;
    font-size: 56px;
  }
}

@media (min-width: 768px) {
  .benefit-item .benefit-number {
    width: 120px;
    height: 120px;
    font-size: 80px;
    opacity: 0.15;
    position: relative;
    left: auto;
    top: auto;
  }
}

@media (min-width: 1024px) {
  .benefit-item .benefit-number {
    width: 140px;
    height: 140px;
    font-size: 100px;
    opacity: 0.2;
  }
}

.benefit-item .benefit-text {
  padding-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .benefit-item .benefit-text {
    padding-left: 0;
  }
}

.benefit-item .benefit-text .benefit-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  border-bottom: solid 2px #5e2ab3;
  padding-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #5e2ab3;
}

@media (min-width: 640px) {
  .benefit-item .benefit-text .benefit-title {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .benefit-item .benefit-text .benefit-title {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    border-bottom: solid 3px #8B5CF6;
    margin-bottom: 1rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1024px) {
  .benefit-item .benefit-text .benefit-title {
    font-size: 32px;
    margin-bottom: 1.25rem;
  }
}

.benefit-item .benefit-text .benefit-description {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 640px) {
  .benefit-item .benefit-text .benefit-description {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .benefit-item .benefit-text .benefit-description {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.8;
  }
}

@media (min-width: 1024px) {
  .benefit-item .benefit-text .benefit-description {
    font-size: 22px;
    line-height: 1.9;
  }
}

.section-cta {
  text-align: center;
  margin: 3rem 0 0;
  padding: 1.5rem;
  background: rgba(6, 199, 85, 0.05);
  border-radius: 0.75rem;
  border: 1px solid rgba(6, 199, 85, 0.2);
}

@media (min-width: 640px) {
  .section-cta {
    margin: 4rem 0;
    padding: 2rem;
  }
}

.section-cta .btn-line {
  background: #06c755;
  color: white;
  font-size: 1rem;
  padding: 1rem 2rem;
  font-weight: 600;
  border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 0 2px 8px rgba(6, 199, 85, 0.2);
          box-shadow: 0 2px 8px rgba(6, 199, 85, 0.2);
}

@media (min-width: 640px) {
  .section-cta .btn-line {
    font-size: 1.125rem;
    padding: 1rem 2.5rem;
  }
}

.section-cta .btn-line:hover {
  background: #05b04a;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(6, 199, 85, 0.3);
          box-shadow: 0 4px 12px rgba(6, 199, 85, 0.3);
}

.section-cta .btn-line i {
  margin-right: 0.5rem;
  font-size: 1.1em;
}

.section-cta .cta-sub {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #4b5563;
  font-weight: 400;
}

@media (min-width: 640px) {
  .section-cta .cta-sub {
    font-size: 0.875rem;
  }
}

.success-stories-section {
  padding: 80px 0;
  background: #ffffff;
  color: #1f2937;
}

.success-stories-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .success-stories-section .container {
    padding: 0 1.5rem;
  }
}

.stories-grid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .stories-grid {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .stories-grid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

.story-card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(147, 51, 234, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

@media (min-width: 640px) {
  .story-card {
    padding: 2rem;
  }
}

.story-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#9333ea), color-stop(#ec4899), to(#fbbf24));
  background: linear-gradient(90deg, #9333ea, #ec4899, #fbbf24);
}

.story-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-color: rgba(147, 51, 234, 0.3);
}

.story-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.story-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 3px solid #9333ea;
}

@media (min-width: 640px) {
  .story-avatar {
    width: 70px;
    height: 70px;
  }
}

.story-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.story-name {
  font-size: 14px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .story-name {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .story-name {
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
}

.story-category {
  font-size: 14px;
  color: #9333ea;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

@media (min-width: 640px) {
  .story-category {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .story-category {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}

.story-period {
  font-size: 14px;
  color: #6b7280;
}

@media (min-width: 640px) {
  .story-period {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .story-period {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}

.story-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 1.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media (min-width: 640px) {
  .story-results {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}

@media (min-width: 768px) {
  .story-results {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  padding: 10px;
  background: #ffffff;
  border: 1px solid rgba(147, 51, 234, 0.15);
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
  min-height: 88px;
}

@media (min-width: 640px) {
  .result-item {
    padding: 1.25rem;
  }
}

.result-label {
  display: block;
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 0.25rem;
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 1.4;
}

@media (min-width: 640px) {
  .result-label {
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .result-label {
    font-size: 1rem;
    color: #4b5563;
  }
}

.result-value {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.6;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media (min-width: 640px) {
  .result-value {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .result-value {
    font-size: 16px;
  }
}

.story-quote {
  font-style: italic;
  line-height: 1.7;
  color: #374151;
  border-left: 4px solid #9333ea;
  padding-left: 1rem;
  margin: 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 640px) {
  .story-quote {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .story-quote {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    border-left: 4px solid #000;
  }
}

.story-quote::before {
  content: '"';
  font-size: 2rem;
  color: rgba(147, 51, 234, 0.3);
  position: absolute;
  top: -10px;
  left: 2px;
  font-family: serif;
}

@media (min-width: 768px) {
  .story-quote::before {
    color: rgba(0, 0, 0, 0.3);
  }
}

.video-section {
  padding: 40px 0;
  background: linear-gradient(135deg, #111827, #1f2937);
}

.video-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .video-section .container {
    padding: 0 1.5rem;
  }
}

.video-container {
  max-width: 800px;
  margin: 0 auto;
}

.video-player {
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.video-thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.video-thumbnail:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.video-thumbnail:hover .play-button {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-animation: pulse-play 2s infinite;
          animation: pulse-play 2s infinite;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@media (min-width: 640px) {
  .play-button {
    width: 100px;
    height: 100px;
  }
}

.play-button i {
  font-size: 2rem;
  color: #9333ea;
  margin-left: 4px;
}

@media (min-width: 640px) {
  .play-button i {
    font-size: 2.5rem;
  }
}

.slideshow-section {
  padding: 40px 0;
  background: #ffffff;
}

.slideshow-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .slideshow-section .container {
    padding: 0 1.5rem;
  }
}

.slideshow-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .slideshow-container {
    max-width: 1400px;
  }
}

.slideshow-wrapper {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1024px) {
  .slideshow-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    aspect-ratio: auto;
    overflow: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    border-radius: 0;
  }
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.slide.active {
  opacity: 1;
}

@media (min-width: 1024px) {
  .slide {
    position: relative;
    opacity: 1;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    aspect-ratio: 16/10;
  }
  .slide:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  }
  .slide:nth-child(n+4) {
    display: none;
  }
}

.slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideshow-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .slideshow-dots {
    display: none;
  }
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(156, 163, 175, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dot.active, .dot:hover {
  background: #9333ea;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.slideshow-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(147, 51, 234, 0.8);
  border: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.125rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slideshow-nav:hover {
  background: #9333ea;
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}

.slideshow-nav.prev {
  left: 1rem;
}

.slideshow-nav.next {
  right: 1rem;
}

@media (min-width: 1024px) {
  .slideshow-nav {
    display: none;
  }
}

.database-section {
  position: relative;
  padding: 80px 1rem;
  background: #111827;
  color: #ffffff;
  overflow: hidden;
}

@media (min-width: 768px) {
  .database-section {
    padding: 80px 1.5rem;
  }
}

.database-bg {
  position: absolute;
  inset: 0;
}

.database-bg .bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}

.database-content {
  position: relative;
  z-index: 10;
  padding: 0;
}

.database-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 0.75rem;
  text-align: center;
}

@media (min-width: 640px) {
  .database-title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .database-title {
    font-size: 36px;
    font-weight: bold;
  }
}

.database-subtitle {
  font-size: 14px;
  color: #d1d5db;
  text-align: center;
  margin-bottom: 3rem;
}

@media (min-width: 640px) {
  .database-subtitle {
    font-size: 1.125rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) {
  .database-subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
}

.database-grid {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 640px) {
  .database-grid {
    gap: 2rem;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  .database-grid {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    gap: 2.5rem;
    max-width: 1400px;
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .database-grid {
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    gap: 3rem;
  }
}

.database-card {
  background: #1f2937;
  border: 1px solid #374151;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .database-card {
    border-radius: 1rem;
  }
  .database-card:hover {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
    -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  .database-card:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
  }
}

@media (min-width: 768px) {
  .database-card:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3 / 5;
  }
}

@media (min-width: 768px) {
  .database-card:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5 / 7;
  }
}

@media (min-width: 768px) {
  .database-card:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2 / 4;
  }
}

@media (min-width: 768px) {
  .database-card:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-column: 4 / 6;
  }
}

.database-card .database-image {
  height: auto;
}

.database-card .database-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media (min-width: 768px) {
  .database-card .database-image img:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.database-card .database-card-content {
  padding: 1.5rem;
  text-align: center;
}

@media (min-width: 640px) {
  .database-card .database-card-content {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .database-card .database-card-content {
    padding: 2.5rem;
    text-align: left;
  }
}

.database-card .database-card-content .database-card-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #ffffff;
  letter-spacing: 2px;
}

@media (min-width: 640px) {
  .database-card .database-card-content .database-card-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .database-card .database-card-content .database-card-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.5rem;
  }
}

.database-card .database-card-content .database-card-text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  letter-spacing: 1px;
}

@media (min-width: 640px) {
  .database-card .database-card-content .database-card-text {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .database-card .database-card-content .database-card-text {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
  }
}

.flow-section {
  padding: 80px 0;
  background: #ffffff;
  color: #1f2937;
}

.flow-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .flow-section .container {
    padding: 0 1.5rem;
  }
}

.flow-design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 700px;
  margin: 0 auto;
}

.flow-list {
  padding-left: 0;
  border-bottom: solid 1px #e1e8ed;
  width: 100%;
  list-style: none;
  margin: 0;
}

.flow-item {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25rem 0;
  border-top: solid 1px #e1e8ed;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 640px) {
  .flow-item {
    padding: 1.5rem 0;
  }
}

.flow-item:last-child .flow-icon::after {
  display: none;
}

.flow-icon {
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  color: #e26b5d;
  text-align: center;
  width: 70px;
  position: relative;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 640px) {
  .flow-icon {
    font-size: 2.5rem;
  }
}

.flow-icon::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
  color: #e26b5d;
}

.flow-icon::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 1.25rem);
  background-color: #858585;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

@media (min-width: 640px) {
  .flow-icon::after {
    height: calc(100% + 1.5rem);
  }
}

.flow-content {
  width: calc(100% - 70px);
  margin: 0;
  margin-top: 0.8em;
  padding-left: 1rem;
}

@media (min-width: 640px) {
  .flow-content {
    padding-left: 1.5rem;
  }
}

.flow-title {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #1f2937;
}

@media (min-width: 640px) {
  .flow-title {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 768px) {
  .flow-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
}

.flow-description {
  margin: 0;
  color: #4b5563;
  line-height: 1.6;
  font-size: 14px;
}

@media (min-width: 640px) {
  .flow-description {
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (min-width: 768px) {
  .flow-description {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}

.flow-cta {
  text-align: center;
  margin-top: 3rem;
}

@media (min-width: 768px) {
  .flow-cta {
    margin-top: 4rem;
  }
}

@media (min-width: 1024px) {
  .flow-cta {
    margin-top: 5rem;
  }
}

.cta-section {
  position: relative;
  padding: 80px 1rem;
  background: linear-gradient(135deg, #9333ea, #7c3aed);
  overflow: hidden;
}

@media (min-width: 768px) {
  .cta-section {
    padding: 80px 1.5rem;
  }
}

.cta-bg {
  position: absolute;
  inset: 0;
}

.cta-bg .bg-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}

.cta-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 64rem;
  margin: 0 auto;
}

.cta-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 1.25rem;
  color: #ffffff;
}

@media (min-width: 640px) {
  .cta-title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .cta-title {
    font-size: 36px;
    font-weight: bold;
  }
}

.cta-subtitle {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
}

@media (min-width: 640px) {
  .cta-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .cta-subtitle {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
  }
}

.cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 640px) {
  .cta-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
  }
}

.company-section {
  padding: 80px 1rem;
  background: #f9fafb;
  color: #1f2937;
}

@media (min-width: 768px) {
  .company-section {
    padding: 80px 1.5rem;
  }
}

.company-section .container {
  padding: 0;
}

.company-table-container {
  max-width: 800px;
  margin: 0 auto;
  background: #ffffff;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}

.company-table th, .company-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid #e5e7eb;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .company-table th, .company-table td {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
}

.company-table th {
  background: linear-gradient(135deg, #9333ea, #7c3aed);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  white-space: nowrap;
  width: 35%;
}

@media (min-width: 640px) {
  .company-table th {
    width: 30%;
  }
}

.company-table td {
  color: #374151;
  line-height: 1.6;
}

.company-table tr:last-child th, .company-table tr:last-child td {
  border-bottom: none;
}

.faq-section {
  padding: 80px 0;
  background: #fafafa;
  color: #1f2937;
}

.faq-section .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .faq-section .container {
    padding: 0 1.5rem;
  }
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.75rem;
  padding: 0;
}

@media (min-width: 640px) {
  .faq-container {
    gap: 1rem;
    padding: 0 1.5rem;
  }
}

.faq-item {
  background: #ffffff;
  border: 1px solid rgba(147, 51, 234, 0.2);
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(147, 51, 234, 0.4);
}

.faq-item:hover:hover {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.faq-item.active {
  border-color: #9333ea;
}

.faq-item.active .faq-question {
  background: rgba(147, 51, 234, 0.05);
}

.faq-item.active .faq-question .faq-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #9333ea;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 1rem 1.25rem 1.25rem;
  opacity: 1;
}

@media (min-width: 640px) {
  .faq-item.active .faq-answer {
    padding: 1rem 1.5rem 1.5rem;
  }
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.25rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 640px) {
  .faq-question {
    padding: 1.25rem 1.5rem;
  }
}

.faq-question h3 {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin: 0;
  line-height: 1.4;
}

@media (min-width: 640px) {
  .faq-question h3 {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  .faq-question h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
  }
}

.faq-question .faq-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #9ca3af;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 0.75rem;
}

@media (min-width: 640px) {
  .faq-question .faq-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 1rem;
  }
}

.faq-question:hover {
  background: rgba(147, 51, 234, 0.02);
}

.faq-question:hover .faq-icon {
  color: #9333ea;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 1.25rem;
}

@media (min-width: 640px) {
  .faq-answer {
    padding: 0 1.5rem;
  }
}

.faq-answer p {
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
  font-size: 14px;
}

@media (min-width: 640px) {
  .faq-answer p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .faq-answer p {
    font-size: 18px;
    font-weight: bold;
    color: #000;
  }
}

.footer {
  padding: 1.5rem 0;
  color: #ffffff;
  background: #fff;
}

@media (min-width: 640px) {
  .footer {
    padding: 2rem 0;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 3rem 0;
  }
}

.footer .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer .container {
    padding: 0 1.5rem;
  }
}

.footer-logo {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

@media (min-width: 640px) {
  .footer-logo {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.footer-logo .logo-bitstar {
  color: #ffffff;
}

.footer-logo .logo-live {
  color: #fbbf24;
}

.footer-logo .footer-logo-img {
  width: 180px;
  height: auto;
}

@media (min-width: 640px) {
  .footer-logo .footer-logo-img {
    width: 200px;
  }
}

.footer-tagline {
  color: #9ca3af;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .footer-tagline {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
}

.footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  font-size: 0.875rem;
  color: #9ca3af;
  margin-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 640px) {
  .footer-links {
    gap: 2rem;
    margin-bottom: 2rem;
  }
}

.footer-link {
  color: #9ca3af;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #ffffff;
}

.footer-copyright {
  color: #6b7280;
  font-size: 0.625rem;
}

@media (min-width: 640px) {
  .footer-copyright {
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  .nav-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .hero-title {
    font-size: 54px;
  }
  .hero-logo {
    font-size: 3rem;
  }
  .solution-title {
    font-size: 2.25rem;
  }
  .keypoints-title, .cta-title {
    font-size: 1.875rem;
  }
  .no1-badge {
    top: -1rem;
    right: -1rem;
  }
  .no1-badge .badge-content {
    width: 140px;
    height: 140px;
    padding: 1rem;
  }
}

@media (max-width: 640px) {
  .nav-container {
    gap: 1rem;
  }
  .hero-container {
    text-align: center;
  }
  .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.hidden {
  display: none;
}

@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
}

.foot-img {
  width: 100%;
  display: block;
  height: 280px;
  margin: auto;
  background: #fff;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .foot-img {
    height: 360px;
  }
}

@media (min-width: 1024px) {
  .foot-img {
    height: 360px;
  }
}

.kaiketsu.pc {
  display: block;
  margin: auto;
  max-width: 800px;
  padding-top: 80px;
}

@media (max-width: 768px) {
  .kaiketsu.pc {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */