.elementor-4228 .elementor-element.elementor-element-6ba2604{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4228 .elementor-element.elementor-element-27ea893{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-27ea893 *//* =========================
   AY Site Footer
========================= */

.ay-site-footer {
  position: relative;
  overflow: hidden;
  padding: 72px 24px 30px;
  background:
    radial-gradient(circle at 12% 0%, rgba(55, 198, 255, 0.10), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #F4FAFF 100%);
  color: #0B1D3A;
  font-family: "Inter", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  border-top: 1px solid rgba(11, 29, 58, 0.08);
}

.ay-site-footer * {
  box-sizing: border-box;
}

.ay-footer-container {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.ay-footer-main {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 64px;
  align-items: start;
}

/* Brand */

.ay-footer-brand {
  max-width: 360px;
}

.ay-footer-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
}

.ay-footer-logo img {
  display: block;
  width: auto;
  height: 104px;
  object-fit: contain;
}

.ay-footer-brand p {
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(11, 29, 58, 0.66);
}

/* Links */

.ay-footer-links {
  display: grid;
  grid-template-columns: 0.8fr 0.8fr 1.2fr;
  gap: 34px;
}

.ay-footer-links h3 {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 900;
  color: #0B1D3A;
}

.ay-footer-links a {
  display: block;
  margin-top: 12px;
  color: rgba(11, 29, 58, 0.62);
  text-decoration: none !important;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 750;
  transition: color 0.22s ease;
}

.ay-footer-links a:hover {
  color: #1E5BFF;
  text-decoration: none !important;
}

.ay-footer-links p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(11, 29, 58, 0.62);
}

/* CTA */

.ay-footer-cta {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 48px;
  margin-top: 20px !important;
  padding: 0 22px;
  border-radius: 999px;
  color: #ffffff !important;
  background: linear-gradient(135deg, #1E5BFF, #37C6FF);
  box-shadow: 0 16px 38px rgba(30, 91, 255, 0.18);
  font-size: 15px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
}

.ay-footer-cta:hover {
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Bottom */

.ay-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid rgba(11, 29, 58, 0.10);
}

.ay-footer-bottom p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(11, 29, 58, 0.52);
}

.ay-footer-bottom div {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ay-footer-bottom a {
  color: rgba(11, 29, 58, 0.52);
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 750;
}

.ay-footer-bottom a:hover {
  color: #1E5BFF;
  text-decoration: none !important;
}

/* Mobile */

@media (max-width: 900px) {
  .ay-footer-main {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ay-footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .ay-footer-links > div:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .ay-site-footer {
    padding: 56px 32px 28px;
  }

  .ay-footer-logo img {
    height: 46px;
  }

  .ay-footer-brand p {
    font-size: 16px;
    line-height: 1.68;
  }

  .ay-footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .ay-footer-cta {
    width: 100%;
  }

  .ay-footer-bottom {
    display: grid;
    gap: 14px;
    margin-top: 42px;
  }

  .ay-footer-bottom div {
    flex-wrap: wrap;
    gap: 14px;
  }
}

/* =========================
   Footer Fine Tune
   Logo description 15px + Footer headings bigger
========================= */

/* Logo 下面段描述 */
.ay-footer-brand p {
  font-size: 15px !important;
  line-height: 1.75 !important;
}

/* 右邊 3 個欄目標題：服務 / 關於 / 下一步 */
.ay-footer-links h3 {
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
}

/* 欄目內連結保持清晰 */
.ay-footer-links a {
  font-size: 15.5px !important;
  line-height: 1.45 !important;
}

/* 下一步段落 */
.ay-footer-links p {
  font-size: 15px !important;
  line-height: 1.72 !important;
}

/* Mobile */
@media (max-width: 680px) {
  .ay-footer-brand p {
    font-size: 15px !important;
  }

  .ay-footer-links h3 {
    font-size: 18px !important;
  }

  .ay-footer-links a {
    font-size: 15.5px !important;
  }
}/* End custom CSS */