:root {
  --berry-accent: #8fbf7a;
  --berry-font-family:
    "Montserrat",
    "Noto Sans SC",
    "Noto Sans TC",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Arial,
    sans-serif;
  --bs-font-sans-serif: var(--berry-font-family);
  --bs-body-font-family: var(--berry-font-family);
  --bs-heading-font-family: var(--berry-font-family);
}

html,
body {
  font-family: var(--berry-font-family) !important;
  font-weight: 400;
  font-size: 14px;
}

b,
strong {
  font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: var(--berry-font-family) !important;
  font-weight: 800;
  line-height: 1.1em;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--berry-font-family) !important;
  font-weight: 600;
  line-height: 1.1em;
}

p,
span,
a,
li,
button,
input,
textarea,
label,
.btn,
.nav-link,
.accordion-button,
.accordion-body,
.card-title,
.card-text,
.text-body,
.text-body-secondary {
  font-family: var(--berry-font-family) !important;
}

.btn {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 8px;
}

.bo-brand-logo {
  width: 125px;
  height: auto;
  max-height: 32px;
}

.bo-navbar-link {
  font-weight: 600;
  font-size: 14px;
}

.bo-language-flag {
  flex: 0 0 auto;
}

.bo-language-current-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.bo-language-flag-current {
  inline-size: 1rem;
  block-size: 1rem;
  box-shadow: 0 0 0 1px rgba(47, 43, 61, 0.08);
  flex: 0 0 auto;
  vertical-align: middle;
}

.dropdown-language .dropdown-item {
  display: flex;
  align-items: center;
}

nav.layout-navbar::before {
  pointer-events: none;
}

#layout-navbar .container-xxl {
  display: flex;
  align-items: center;
}

.scrollspy-example [id^="landing"] {
  scroll-margin-top: 110px;
}

.landing-hero .hero-text-box {
  max-inline-size: 60rem;
}

.landing-hero .hero-title {
  max-inline-size: 46.875rem;
  margin-inline: auto;
  background: none;
  color: var(--bs-heading-color);
  -webkit-text-fill-color: currentColor;
}

.landing-hero {
  --bs-hero-bg: none !important;
  background: none !important;
  background-color: #fff;
  background-image: none;
  padding-block-start: 2.924544rem;
}

.landing-hero::after {
  background-color: #fff;
}

.landing-hero-blank {
  background: #fff !important;
  background-color: #fff;
  background-image: none;
}

body,
.layout-wrapper,
.layout-container,
.layout-page,
.content-wrapper,
.scrollspy-example,
#hero-animation,
#hero-animation .landing-hero,
#hero-animation .landing-hero::after,
#hero-animation .landing-hero-blank {
  background-color: #fff !important;
  background-image: none !important;
}

.landing-hero .hero-animation-img {
  margin-top: 2.535rem;
}

.landing-hero .hero-animation-img .hero-video-frame {
  position: relative;
  inline-size: 64%;
  margin-block: 0;
  margin-inline: auto;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 1.5rem 3rem rgba(47, 43, 61, 0.16);
  aspect-ratio: 16 / 9;
  background-color: #000;
}

.landing-hero .hero-animation-img .hero-video-frame iframe {
  inline-size: 100%;
  block-size: 100%;
  border: 0;
}

.landing-hero .hero-animation-img .hero-video-banner {
  max-inline-size: 56rem;
  margin: 1.98rem auto 3rem;
  padding: 0;
  background: transparent;
  color: var(--bs-heading-color);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.1em;
}

.landing-hero .hero-video-banner-line {
  display: block;
}

.landing-hero .hero-video-banner-line-muted {
  font-weight: 400;
}

.landing-hero .hero-animation-img .hero-video-banner-line-strong {
  font-weight: 600;
  color: var(--bs-primary);
}

.landing-features .features-icon-box .icon-base {
  font-size: 2.4rem;
}

.landing-contact-card {
  background-color: #fff;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.5rem rgba(47, 43, 61, 0.08);
}

.landing-contact-title-line {
  display: block;
}

.landing-contact-title-line-muted {
  font-weight: 400;
}

.landing-contact-subnote {
  margin-top: 0.75rem;
  font-size: var(--bs-h6-font-size);
  font-weight: 600;
  line-height: 1.1em;
  color: rgba(47, 43, 61, 0.68);
}

.landing-contact-form-note {
  margin-top: 0.75rem;
  font-size: var(--bs-h6-font-size);
  font-weight: 400;
  line-height: 1.1em;
  color: rgba(47, 43, 61, 0.68);
}

.landing-contact-card .form-label {
  margin-bottom: 0.55rem;
  color: var(--bs-heading-color);
  font-weight: 600;
}

.landing-contact-card .form-control {
  min-height: 3rem;
  border-radius: 0.875rem;
}

.landing-contact-card .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.12);
}


.landing-benefit-card {
  position: relative;
  overflow: hidden;
  min-height: 25rem;
  border: 0;
  border-radius: 1.5rem;
  background-color: #d8c7b4;
  background-image:
    linear-gradient(180deg, rgba(28, 24, 20, 0.08) 0%, rgba(28, 24, 20, 0.62) 58%, rgba(20, 17, 14, 0.82) 100%),
    url("/assets/img/benefits-placeholder.png");
  background-size: cover;
  background-position: center;
  box-shadow: 0 1.25rem 2.75rem rgba(47, 43, 61, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.landing-benefit-card:hover {
  transform: translateY(-0.35rem);
  box-shadow: 0 1.5rem 3rem rgba(47, 43, 61, 0.18);
}

.landing-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 22%, rgba(25, 22, 18, 0.18) 48%, rgba(25, 22, 18, 0.54) 100%);
}

.landing-benefit-card-body {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 25rem;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  color: var(--bs-white);
}

.landing-benefit-card-body h5,
.landing-benefit-card-body p {
  color: inherit;
  text-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.28);
}

.landing-reviews .card {
  border: 1px solid rgba(var(--bs-secondary-rgb), 0.16);
}

.landing-register-card {
  padding: 3rem;
  border-radius: 1.5rem;
  background-color: #fff;
  box-shadow: 0 1rem 2.5rem rgba(47, 43, 61, 0.08);
}

.landing-register .cta-title {
  letter-spacing: -0.02em;
  text-transform: none;
}

.content-footer .footer-link:hover {
  text-decoration: underline;
}

@media (max-width: 910px) {
  .footer-container {
    text-align: left !important;
    align-items: flex-start !important;
  }
}

@media (max-width: 991.98px) {
  .bo-brand-logo {
    width: 110px;
    max-height: 28px;
  }

  .landing-register-card {
    padding: 2rem 1.25rem;
  }

  .landing-register .text-lg-end .btn {
    display: block;
    width: 100%;
  }

  .landing-register .text-lg-end .btn + .btn {
    margin-top: 0.75rem;
  }

  .landing-register .text-lg-end .btn.me-2 {
    margin-right: 0 !important;
  }

  .landing-benefit-card,
  .landing-benefit-card-body {
    min-height: 19rem;
  }

  .landing-hero .hero-animation-img .hero-video-frame {
    inline-size: 100%;
    border-radius: 0.875rem;
  }

  .landing-hero .hero-animation-img .hero-video-banner {
    margin: 1.25rem auto 2rem;
    padding: 0.875rem 1rem;
  }
}

@media (min-width: 1200px) {
  #layout-navbar .navbar-brand {
    margin-right: 1.5rem !important;
  }
}
