.help-center-header {
    background: url("/medias/illustrations/bg1.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 90vh !important;
  }
  .help-center-header .input-wrapper {
    position: relative;
    width: 100%;
    max-width: 55%;
  }
  @media (max-width: 575.98px) {
    .help-center-header .input-wrapper {
      max-width: 70%;
    }
  }
  
  .light-style .help-center-bg-alt {
    background-color: #f0f2f4;
  }
  
  .dark-style .help-center-bg-alt {
    background-color: #313249;
  }

  .navbar-collapse.collapse.show{
    border-top: 1px solid rgb(238, 238, 238);
    padding-top: 20px;
    margin-top: 20px;
  }
  .swiper-button-prev, 
.swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5); /* 半透明灰色背景 */
  border-radius: 50%; /* 圓形背景 */
  color: #fff; /* 箭頭顏色設為白色 */
}
#home_swiper .swiper-slide{border: #dddddd 1px solid;}

.layout-navbar-fixed .layout-wrapper.layout-navbar-full .layout-navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1080;
}

.layout-navbar-fixed .layout-wrapper.layout-navbar-full .layout-page {
  padding-top: 64px;
}

@media (max-width: 991.98px) {
  .layout-navbar-fixed .layout-wrapper.layout-navbar-full .layout-navbar {
    min-height: 64px;
  }

  .layout-navbar-fixed .layout-wrapper.layout-navbar-full .layout-page {
    padding-top: 72px;
  }

  .layout-navbar.navbar > .container-xxl {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand toggle"
      "collapse collapse";
    align-items: center;
    column-gap: 0.75rem;
  }

  .layout-navbar .navbar-brand {
    grid-area: brand;
    min-width: 0;
    max-width: calc(100% - 58px);
    margin-right: 0;
  }

  .layout-navbar .navbar-brand img {
    max-width: min(230px, 64vw);
    height: auto;
  }

  .layout-navbar .navbar-toggler {
    grid-area: toggle;
    margin-left: auto;
    border: 0;
    box-shadow: none;
  }

  .layout-navbar .navbar-collapse,
  .layout-navbar .navbar-collapse.collapse.show,
  .layout-navbar .navbar-collapse.collapsing {
    position: fixed !important;
    top: 72px;
    left: 1rem;
    right: 1rem;
    z-index: 1081;
    min-width: 0;
    max-width: none;
    width: auto !important;
    flex-basis: 100% !important;
    margin-top: 0;
    padding: 0.75rem;
    border: 1px solid rgba(105, 108, 255, 0.12);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 38px rgba(31, 38, 64, 0.12);
    max-height: calc(100vh - 88px);
    overflow-y: auto;
  }

  .layout-navbar .navbar-collapse:not(.show):not(.collapsing) {
    display: none !important;
  }

  .layout-navbar .navbar-collapse .navbar-nav {
    width: 100%;
    align-items: stretch !important;
    gap: 0.2rem;
    margin-left: 0 !important;
  }

  .layout-navbar .navbar-collapse .nav-link {
    display: flex;
    align-items: center;
    min-height: 2.55rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.65rem;
  }

  .layout-navbar .navbar-collapse .nav-link:hover {
    background: rgba(105, 108, 255, 0.08);
  }

  .layout-navbar .navbar-collapse .btn {
    width: 100%;
    justify-content: center;
  }

  .layout-navbar .navbar-collapse .dropdown-menu {
    position: static !important;
    width: 100%;
    margin-top: 0.25rem;
    transform: none !important;
    box-shadow: none;
  }

  .layout-navbar .navbar-collapse .dropdown-user .dropdown-menu {
    min-width: 100%;
  }
}

.home-hero-title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.15em;
}

.home-hero-title-highlight {
  color: #696cff;
  font-weight: 700;
}

.home-landing {
  display: flex;
  flex-direction: column;
  gap: 0;
}

html.home-motion-enabled .home-eyebrow,
html.home-motion-enabled .home-apple-eyebrow,
html.home-motion-enabled .home-apple-title,
html.home-motion-enabled .home-apple-lead,
html.home-motion-enabled .home-apple-metric,
html.home-motion-enabled .home-hero-heading,
html.home-motion-enabled .home-hero-lead,
html.home-motion-enabled .home-stat-card,
html.home-motion-enabled .home-hero-proof,
html.home-motion-enabled .home-hero-definition,
html.home-motion-enabled .home-definition-card,
html.home-motion-enabled .home-access-block,
html.home-motion-enabled .home-visual-main,
html.home-motion-enabled .home-visual-card,
html.home-motion-enabled .home-section-head,
html.home-motion-enabled .home-info-card,
html.home-motion-enabled .home-feature-tag,
html.home-motion-enabled .home-discover-card,
html.home-motion-enabled .home-testimonial-card,
html.home-motion-enabled .home-step-card,
html.home-motion-enabled .home-capability-card,
html.home-motion-enabled .home-advantage-card,
html.home-motion-enabled .home-form-card,
html.home-motion-enabled .home-video-frame,
html.home-motion-enabled .home-contact-item,
html.home-motion-enabled #home_swiper {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  will-change: opacity, transform;
}

.home-apple-hero {
  --apple-blue: #0071e3;
  --apple-indigo: #5e5ce6;
  --apple-pink: #ff2d55;
  --apple-orange: #ff9f0a;
  --apple-green: #30d158;
  --apple-cyan: #64d2ff;
  --apple-ease: cubic-bezier(.22, 1, .36, 1);
  --hero-bg-opacity: 0.5;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  min-height: calc(100vh - 64px);
  margin: -1.5rem 0 2rem;
  padding: 7rem clamp(1.5rem, 4vw, 4rem) 5.5rem;
  color: #1d1d1f;
  text-align: center;
  isolation: isolate;
}

.home-apple-hero::before {
  content: "";
  position: absolute;
  inset: 8.25rem clamp(18px, 4vw, 4rem) auto;
  z-index: -1;
  height: 260px;
  background:
    linear-gradient(90deg,
      rgba(245, 245, 247, 0) 0%,
      rgba(100, 210, 255, 0.34) 16%,
      rgba(94, 92, 230, 0.28) 36%,
      rgba(255, 45, 85, 0.24) 62%,
      rgba(255, 159, 10, 0.3) 84%,
      rgba(245, 245, 247, 0) 100%);
  border-radius: 46px;
  filter: blur(18px) saturate(118%);
  opacity: var(--hero-bg-opacity);
  pointer-events: none;
}

.home-apple-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(245, 245, 247, 0.92) 0, rgba(245, 245, 247, 0) 360px),
    #f5f5f7;
}

.home-apple-hero-inner {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 1180px;
  margin: 0 auto;
}

.home-apple-copy {
  max-width: 980px;
  margin: 0 auto;
}

.home-apple-eyebrow {
  margin: 0;
  color: #6e6e73;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.home-apple-title {
  max-width: min(980px, calc(100vw - 48px));
  margin: 18px auto 0;
  color: #1d1d1f;
  font-size: clamp(46px, 7vw, 92px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.home-apple-title span {
  display: block;
}

.home-apple-lead {
  max-width: min(820px, calc(100vw - 48px));
  margin: 28px auto 0;
  color: #6e6e73;
  font-size: clamp(18px, 2.2vw, 25px);
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.home-brand-transition-note {
  max-width: min(760px, calc(100vw - 48px));
  margin: 14px auto 0;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: #4d4d52;
  font-size: clamp(13px, 1.4vw, 15px);
  font-weight: 600;
  line-height: 1.5;
  text-wrap: balance;
}

.home-apple-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  max-width: 760px;
  margin: 2rem auto 0;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.home-apple-metric strong,
.home-apple-metric span {
  display: block;
}

.home-apple-metric strong {
  color: #1d1d1f;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1;
}

.home-apple-metric span {
  margin-top: 0.55rem;
  color: #6e6e73;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.45;
}

.home-apple-hero .home-access-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem !important;
}

.home-apple-hero .home-access-block table {
  width: auto;
}

.home-apple-hero .home-access-block h6 {
  color: #1d1d1f;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0;
}

.home-apple-hero .home-access-block small {
  color: #6e6e73 !important;
  font-weight: 600;
}

.home-hero-card {
  background:
    radial-gradient(circle at top right, rgba(105, 108, 255, 0.14), transparent 28%),
    radial-gradient(circle at bottom left, rgba(0, 152, 255, 0.10), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #fbfbff 55%, #f5f8ff 100%);
}

.home-eyebrow,
.home-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: rgba(105, 108, 255, 0.10);
  color: #4b4fcf;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-hero-heading {
  max-width: 760px;
  font-size: clamp(2.15rem, 3vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #1f2640;
  margin: 0;
}

.home-hero-lead {
  max-width: 64ch;
  font-size: 1rem;
  line-height: 1.7;
  color: #5f6781;
}

.home-chip-list,
.home-highlight-list,
.home-access-buttons,
.home-form-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.home-chip {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.45rem 0.9rem;
  border: 1px solid rgba(105, 108, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #3e4663;
  font-size: 0.95rem;
  font-weight: 600;
}

.home-highlight-badge {
  padding: 0.55rem 0.85rem;
  border-radius: 0.85rem;
  font-size: 0.87rem;
  line-height: 1.35;
  white-space: normal;
}

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.home-stat-card,
.home-info-card,
.home-step-card,
.home-capability-card,
.home-form-card {
  border: 1px solid rgba(105, 108, 255, 0.12);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(105, 108, 255, 0.04) 0%, rgba(255, 255, 255, 0.97) 65%);
}

.home-stat-card {
  padding: 0.85rem 0.9rem 0.9rem;
}

.home-stat-value {
  font-size: 1.35rem;
  font-weight: 800;
  color: #202744;
}

.home-stat-label {
  margin-top: 0.3rem;
  color: #66708b;
  line-height: 1.45;
  font-size: 0.84rem;
}

.home-hero-proof {
  color: #47506a;
  font-weight: 600;
}

.home-hero-definition {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(105, 108, 255, 0.14);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(8px);
}

.home-definition-intro {
  color: #5a627d;
  line-height: 1.7;
  font-size: 0.96rem;
}

.home-definition-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.home-definition-card {
  margin: 0;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(105, 108, 255, 0.12);
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(105, 108, 255, 0.05) 0%, rgba(255, 255, 255, 0.97) 100%);
}

.home-definition-card dt {
  margin: 0;
  color: #202744;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.home-definition-card dd {
  margin: 0.45rem 0 0;
  color: #67718d;
  font-size: 0.88rem;
  line-height: 1.65;
}

.home-visual-wrap {
  position: relative;
  min-height: 360px;
}

.home-visual-main,
.home-visual-card {
  overflow: hidden;
  border: 1px solid rgba(39, 46, 81, 0.08);
  border-radius: 1.4rem;
  background: #fff;
}

.home-visual-main {
  position: relative;
  margin-left: auto;
  width: min(100%, 500px);
}

.home-visual-main img,
.home-visual-card img {
  display: block;
  width: 100%;
  height: auto;
}

.home-visual-card {
  position: absolute;
  width: 46%;
}

.home-visual-card-top {
  top: 1.2rem;
  left: 0;
}

.home-visual-card-bottom {
  right: 0;
  bottom: 1rem;
}

.home-section-head {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.home-section-title {
  margin: 0.75rem auto 0;
  max-width: 20ch;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.24;
  color: #202744;
}

.home-info-card,
.home-step-card,
.home-capability-card,
.home-advantage-card {
  height: 100%;
  padding: 1.5rem;
}

.home-info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  border-radius: 0.95rem;
  background: rgba(105, 108, 255, 0.12);
  color: #696cff;
  font-size: 1.45rem;
}

.home-info-card h3,
.home-step-card h3,
.home-capability-card h3,
.home-advantage-card h3 {
  margin-bottom: 0.85rem;
  font-size: 1.2rem;
  color: #202744;
}

.home-info-card p,
.home-step-card p,
.home-capability-card p,
.home-advantage-card p,
.home-contact-text {
  margin-bottom: 0;
  color: #67718d;
  line-height: 1.7;
}

.home-info-card--featured {
  background: linear-gradient(135deg, rgba(105, 108, 255, 0.06) 0%, rgba(255, 255, 255, 0.98) 70%);
  border-color: rgba(105, 108, 255, 0.22);
}

.home-info-card--featured h3 {
  font-size: 1.3rem;
}

.home-info-lead {
  color: #67718d;
  margin-bottom: 1.1rem !important;
  line-height: 1.7;
}

.home-feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.home-feature-tag {
  display: inline-block;
  padding: 0.32rem 0.85rem;
  border-radius: 2rem;
  border: 1px solid rgba(105, 108, 255, 0.28);
  background: rgba(105, 108, 255, 0.08);
  color: #4a4db8;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.45;
  white-space: nowrap;
}

a.home-feature-tag,
a.home-feature-tag:hover {
  color: #4a4db8;
  text-decoration: none;
}

a.home-feature-tag:hover {
  border-color: rgba(105, 108, 255, 0.4);
  background: rgba(105, 108, 255, 0.13);
}

a.home-capability-card {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

a.home-capability-card:hover {
  transform: translateY(-3px);
  border-color: rgba(105, 108, 255, 0.28);
  box-shadow: 0 18px 30px rgba(31, 38, 64, 0.08);
  color: inherit;
}

.home-discover-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.home-discover-card {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-height: 100%;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(105, 108, 255, 0.14);
  border-radius: 1.1rem;
  background: linear-gradient(135deg, rgba(105, 108, 255, 0.05) 0%, rgba(255, 255, 255, 0.98) 100%);
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-discover-card:hover {
  transform: translateY(-3px);
  border-color: rgba(105, 108, 255, 0.24);
  box-shadow: 0 18px 30px rgba(31, 38, 64, 0.08);
  color: inherit;
}

.home-discover-title {
  color: #202744;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}

.home-discover-text {
  color: #67718d;
  font-size: 0.9rem;
  line-height: 1.65;
}

.home-social-proof {
  margin-top: 2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(105, 108, 255, 0.1);
}

.home-testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
  padding: 1.25rem 1rem;
}

.home-testimonial-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(105, 108, 255, 0.22);
  flex-shrink: 0;
}

.home-testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.home-proof-quote {
  margin: 0;
  font-size: 0.95rem;
  color: #47506a;
  font-style: italic;
  line-height: 1.75;
}

.home-proof-cite {
  margin-top: 0.3rem;
  margin-bottom: 0;
  font-size: 0.82rem;
  color: #8a92a8;
  font-weight: 600;
  font-style: normal;
}

.home-step-card {
  position: relative;
  overflow: hidden;
}

.home-step-number {
  display: inline-block;
  margin-bottom: 1rem;
  color: #696cff;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.home-capability-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 1rem;
}

.home-form-grid {
  justify-content: center;
}

.home-document-intro {
  max-width: 720px;
  margin: 0.9rem auto 0;
  color: #66708b;
  line-height: 1.75;
}

.home-documents-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.home-document-panel {
  height: 100%;
  padding: 1.4rem;
  border: 1px solid rgba(105, 108, 255, 0.14);
  border-radius: 1.35rem;
  background: linear-gradient(135deg, rgba(105, 108, 255, 0.04) 0%, rgba(255, 255, 255, 0.98) 72%);
}

.home-document-panel-head h3 {
  margin: 0.75rem 0 0;
  font-size: 1.35rem;
  color: #202744;
}

.home-document-panel-head p {
  margin: 0.7rem 0 0;
  color: #67718d;
  line-height: 1.7;
}

.home-document-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.78rem;
  border-radius: 999px;
  background: rgba(105, 108, 255, 0.1);
  color: #4b4fcf;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-form-grid--dense {
  margin-top: 1.2rem;
  justify-content: flex-start;
}

.home-form-card {
  flex: 1 1 220px;
  max-width: 270px;
  padding: 1rem;
}

.home-document-feature-list {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.home-document-feature {
  max-width: none;
}

.home-document-feature-title {
  color: #202744;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.4;
}

.home-document-feature-lead {
  margin: 0.55rem 0 0;
  color: #67718d;
  line-height: 1.7;
}

.home-document-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.9rem;
}

.home-document-chip {
  display: inline-flex;
  align-items: center;
  padding: 0.36rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(105, 108, 255, 0.18);
  background: rgba(105, 108, 255, 0.07);
  color: #4b5576;
  font-size: 0.84rem;
  font-weight: 600;
  line-height: 1.45;
}

.home-document-note {
  margin-top: 1rem;
  color: #5f6882;
  line-height: 1.65;
}

.home-form-code {
  font-size: 0.95rem;
  font-weight: 800;
  color: #696cff;
  letter-spacing: 0.08em;
}

.home-form-title {
  margin-top: 0.5rem;
  color: #333d5b;
  line-height: 1.55;
}

.home-advantage-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.home-advantage-card img {
  align-self: flex-end;
  width: 90px;
  height: 140px;
}

.home-video-frame {
  position: relative;
  padding-top: 56.25%;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #0f1324;
}

.home-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.home-access-block {
  margin-top: 1.35rem;
}

.home-main-cta {
  min-width: 210px;
}

.home-access-option-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.home-access-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.home-access-option-btn {
  flex-shrink: 0;
  min-width: 210px;
}

.home-access-option-note {
  color: #5f6882;
  font-size: 0.9rem;
  line-height: 1.55;
}

.home-access-tutorial-note {
  margin-top: 0.85rem;
  font-size: 0.85rem;
  color: #8a92a8;
}

.home-access-tutorial-note a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(105,108,255,0.35);
}

.home-access-tutorial-note a:hover {
  color: rgba(105,108,255,0.9);
}

.home-access-notes {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  margin-top: 1rem;
}

.home-access-note {
  color: #5f6882;
  line-height: 1.6;
}

.home-contact-card {
  background:
    linear-gradient(135deg, rgba(105, 108, 255, 0.08), rgba(0, 152, 255, 0.06)),
    #ffffff;
}

.home-contact-intro {
  color: #66708b;
  max-width: 600px;
  margin: 0.5rem auto 0;
  font-size: 1rem;
  line-height: 1.75;
}

.home-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}

.home-contact-item {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(105, 108, 255, 0.12);
  border-radius: 1.1rem;
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.home-contact-item:hover {
  border-color: rgba(105, 108, 255, 0.28);
  box-shadow: 0 10px 28px rgba(31, 38, 64, 0.08);
}

.home-contact-item-icon {
  font-size: 1.65rem;
  color: rgba(105, 108, 255, 0.75);
  margin-bottom: 0.25rem;
}

.home-contact-item-title {
  font-weight: 700;
  font-size: 1rem;
  color: #202744;
}

.home-contact-item-body {
  color: #66708b;
  font-size: 0.88rem;
  line-height: 1.6;
  flex: 1;
  margin: 0;
}

.home-contact-item-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.6rem;
}

.home-contact-value {
  font-weight: 700;
  color: rgba(105, 108, 255, 0.85);
  text-decoration: none;
  font-size: 0.95rem;
  margin-top: 0.4rem;
  word-break: break-all;
}

.home-contact-value:hover {
  text-decoration: underline;
}


@media (max-width: 991.98px) {
  .home-apple-hero {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
  }

  .home-apple-hero::before {
    top: 6.35rem;
    height: 220px;
  }

  .home-apple-copy {
    max-width: 760px;
  }

  .home-apple-title {
    font-size: 3.2rem;
  }

  .home-hero-heading,
  .home-section-title {
    max-width: none;
  }

  .home-discover-grid,
  .home-stats-grid {
    grid-template-columns: 1fr;
  }

  .home-visual-wrap {
    min-height: 320px;
  }

  .home-visual-main {
    margin: 0 auto;
  }

  .home-visual-card {
    width: 42%;
  }

}

@media (max-width: 767.98px) {
  .home-apple-hero {
    margin-top: -1rem;
    padding: 3.5rem 1rem 2.4rem;
  }

  .home-apple-hero::before {
    top: 5rem;
    height: 170px;
  }

  .home-apple-title {
    font-size: 2.45rem;
    line-height: 1.08;
  }

  .home-apple-lead {
    font-size: 1rem;
  }

  .home-apple-metrics {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .home-apple-metric {
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .home-apple-metric:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .home-apple-hero .home-access-block table,
  .home-apple-hero .home-access-block tbody,
  .home-apple-hero .home-access-block tr,
  .home-apple-hero .home-access-block td {
    display: block;
    width: 100% !important;
  }

  .home-apple-hero .home-access-block tr:nth-child(2) {
    display: none;
  }

  .home-apple-hero .home-access-block td {
    padding: 0 !important;
  }

  .home-apple-hero .home-access-block .btn {
    width: 100%;
    margin-top: 0.8rem;
  }

  .home-apple-hero .home-access-block h6,
  .home-apple-hero .home-access-block small {
    padding-left: 0 !important;
  }

  .home-hero-card .card-body,
  .home-contact-card .card-body {
    padding: 1.5rem !important;
  }

  .home-discover-grid,
  .home-definition-grid {
    grid-template-columns: 1fr;
  }

  .home-documents-layout {
    grid-template-columns: 1fr;
  }

  .home-access-buttons,
  .home-form-grid {
    flex-direction: column;
  }

  .home-contact-grid {
    grid-template-columns: 1fr;
  }

  .home-main-cta,
  .home-access-buttons .btn {
    width: 100%;
  }

  .home-visual-wrap {
    min-height: 280px;
  }

  .home-visual-card {
    display: none;
  }

  .home-section-title {
    font-size: 1.35rem;
  }

}
