@charset "UTF-8";
body {
  overflow-x: hidden;
  background-color: #ffffff; }

/* --- Animations --- */
/* Scroll Reveal Animation */
.reveal {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1); }

.reveal.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* Delays for staggered animations */
.delay-100 {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms; }

.delay-200 {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms; }

.delay-300 {
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms; }

/* Floating animation for icons */
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

.animate-float {
  -webkit-animation: float 3s ease-in-out infinite;
  animation: float 3s ease-in-out infinite; }

/* Hero Background Pan Animation */
@-webkit-keyframes panBg {
  0% {
    -webkit-transform: scale(1.1) translate(0, 0);
    transform: scale(1.1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.15) translate(-2%, 2%);
    transform: scale(1.15) translate(-2%, 2%); } }
@keyframes panBg {
  0% {
    -webkit-transform: scale(1.1) translate(0, 0);
    transform: scale(1.1) translate(0, 0); }
  100% {
    -webkit-transform: scale(1.15) translate(-2%, 2%);
    transform: scale(1.15) translate(-2%, 2%); } }

.hero-bg {
  -webkit-animation: panBg 20s infinite alternate ease-in-out;
  animation: panBg 20s infinite alternate ease-in-out;
  /* Placeholder collage using multiple backgrounds or a single rich image */
  background-image: url("https://images.unsplash.com/photo-1519074069444-1ba4fff66d16?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80");
  background-size: cover;
  background-position: center; }

/* --- Custom Shapes --- */
.wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  /* Fix sub-pixel gaps */ }

.wave-bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px; }

.wave-bottom .shape-fill {
  fill: #f0f4ff;
  /* Matches brand-purple */ }

/* Card Hover Effects */
.hover-card {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.hover-card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

body {
  min-width: 1500px; }

.hamibook_logo_bar {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }

.hamibook_logo_main {
  width: 100%;
  max-width: 1060px;
  height: 70px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hamibook_logo {
  width: 142px;
  height: 30px; }
  .hamibook_logo a {
    width: 142px;
    height: 30px;
    display: block;
    cursor: pointer; }

header {
  height: 498px; }

.header-bg-bk {
  background: -webkit-gradient(linear, left top, left bottom, from(#7db9e8), to(#5d77d0));
  background: -webkit-linear-gradient(top, #7db9e8 0%, #5d77d0 100%);
  background: -o-linear-gradient(top, #7db9e8 0%, #5d77d0 100%);
  background: linear-gradient(to bottom, #7db9e8 0%, #5d77d0 100%); }

.header-bg-box {
  height: 498px;
  background: url("../images/visual_bk_left.png") top left/auto 498px no-repeat, url("../images/visual_bk_right.png") top right/auto 498px no-repeat;
  /* 第二張：位置 / 大小 */ }

.visual_bk_left {
  width: auto;
  height: 498px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }

.visual_bk_right {
  width: auto;
  height: 498px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99; }

.visual_title {
  width: 368px;
  height: 179px; }

.block01_bk {
  padding: 40px 0 50px 0;
  background-color: #edf0fe; }

.block01_video_block {
  background-color: white;
  border-radius: 20px;
  padding: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.block01_text {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-align: justify; }

.block02_bk {
  background-color: #fff;
  padding: 50px 0; }

.block02_main {
  background-color: #f6f8ff;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 0 25px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.block02_top_bk {
  background-color: #6d85d6;
  padding: 68px 0 30px 0;
  border-radius: 20px 20px 0 0;
  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; }

.block02_card_box {
  width: 260px;
  background-color: #fff;
  border-radius: 25px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.block02_card_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: -45px 0 0 0; }

.block02_card_text_list {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 17px 0; }

.block02_card_big_text01 {
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #f28820;
  margin: 0 10px 0 0; }

.block02_card_big_text02 {
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #51a16a;
  margin: 0 10px 0 0; }

.block02_card_big_text03 {
  font-size: 48px;
  line-height: 50px;
  font-weight: bold;
  color: #566ec2;
  margin: 0 10px 0 0; }

.block02_card_text01 {
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  color: #000; }

.block02_card_text02 {
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
  color: #000; }

.block02_card_round_shape01 {
  width: 100%;
  height: 46px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 46px;
  background-color: #f28820;
  border-radius: 23px;
  font-weight: 600; }

.block02_card_round_shape02 {
  width: 100%;
  height: 46px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 46px;
  background-color: #51a16a;
  border-radius: 23px;
  font-weight: 600; }

.block02_card_round_shape03 {
  width: 100%;
  height: 46px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 46px;
  background-color: #566ec2;
  border-radius: 23px;
  font-weight: 600; }

.block02_card_multiplication_icon {
  width: 31px;
  height: 31px;
  margin: 0 20px; }

.block02_arrow_list {
  width: 100%;
  height: 28px;
  margin: 0 0 17px 0; }

.block02_arrow {
  width: 70px;
  height: 28px;
  background-color: #6d85d6;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  margin: 0 auto; }

.block02_middle_title_list {
  width: 100%;
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px 0; }

.block02_middle_title {
  font-size: 26px;
  font-weight: bold;
  color: #000;
  margin: 0 10px 0 0; }

.block02_middle_icon {
  width: 97px;
  height: 71px; }

.block02_demos_block {
  width: 880px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.block02_demos_card {
  width: 412px; }

.block02_video {
  width: 412px;
  height: 232px;
  border: 2px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  margin: 0 0 10px 0;
  overflow: hidden; }

.block02_img {
  width: 412px;
  height: 232px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  overflow: hidden; }

.block02_demos_text01 {
  width: 264px;
  height: 47px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  font-size: 26px;
  font-weight: bold;
  border-radius: 24px;
  background-color: #566ec2;
  margin: 0 auto 8px auto; }

.block02_demos_text02 {
  width: 100%;
  height: 19px;
  color: #000000;
  text-align: center;
  line-height: 19px;
  font-size: 17px;
  font-weight: bold; }

.block03_bk {
  background-color: #edf0fe;
  padding: 35px 55px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.block03_main {
  width: 989px;
  margin: 0 auto; }

.block04_bk {
  background-color: #fafafa;
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.block04_main {
  width: 989px;
  margin: 0 auto; }

.block05_bk {
  background-color: #edf0fe;
  padding: 35px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.block05_main {
  width: 989px;
  margin: 0 auto; }

.block06_bk {
  background-color: #fafafa;
  padding: 35px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.block06_main {
  width: 836px;
  margin: 0 auto; }

.block06_title {
  color: #3b55b0;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0; }

.qa_list {
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1); }

.qa_list_arrow {
  color: #3b55b0; }

.q_text {
  font-size: 21px;
  color: #3b55b0; }

.a_text {
  font-size: 18px;
  color: #2a2a2a; }

.block07_title {
  color: #3b55b0;
  font-size: 28px;
  font-weight: bold;
  text-align: center; }

.block07_email {
  color: #2a2a2a;
  font-size: 20px; }
  .block07_email a {
    color: #3a93cb; }
