/* #region Global Styles */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--white);
  color: var(--text-body);
  line-height: 1.6;
  font-family: var(--font);
}
a {
  text-decoration: none;
  color: inherit;
}
li {
  list-style: none;
}
@font-face {
  font-family: "Noto Serif TC";
  src: url("fonts/noto-serif-tc/NotoSerifTC-SemiBold-Subset.woff2")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  unicode-range: U+4E00-9FFF, U+3000-303F, U+FF00-FFEF;
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/fontawesome/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/fontawesome/fa-brands-400.woff2") format("woff2");
}
.noto-text {
  font-family: var(--font-noto);
  font-feature-settings: "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; /* 啟用連字 */
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 60px 36px;
  }
}
@media (min-width: 1200px) {
  .container {
    min-width: 1300px;
  }
}
/* Focus-visible, reduced-motion, high-contrast */
*:focus-visible {
  outline: 3px solid var(--secondary-color);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (prefers-contrast: high) {
  .button,
  .nav__link--cta,
  .services__card,
  .process__card {
    border: 2px solid currentColor;
  }
}
/* #endregion */
/* #region Font Awesome Icons */
.fa,
.fas,
.fa-solid,
.fab {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

/* 图标定义 - 使用 Unicode */
.fa-heartbeat::before {
  content: "\f21e";
}
.fa-bars::before {
  content: "\f0c9";
}
.fa-chevron-down::before {
  content: "\f078";
}
.fa-chevron-left::before {
  content: "\f053";
}
.fa-chevron-right::before {
  content: "\f054";
}
.fa-user-md::before {
  content: "\f0f0";
}
.fa-user-tie::before {
  content: "\f508";
}
.fa-user-nurse::before {
  content: "\f82f";
}
.fa-user-circle::before {
  content: "\f2bd";
}
.fa-quote-left::before {
  content: "\f10d";
}
.fa-users::before {
  content: "\f0c0";
}
.fa-tags::before {
  content: "\f02c";
}
.fa-star::before {
  content: "\f005";
}
.fa-clock::before {
  content: "\f017";
}
.fa-heart::before {
  content: "\f004";
}
.fa-phone-alt::before {
  content: "\f879";
}
.fa-comments::before {
  content: "\f086";
}
.fa-newspaper::before {
  content: "\f1ea";
}
.fa-calendar-alt::before {
  content: "\f073";
}
.fa-arrow-right::before {
  content: "\f061";
}
.fa-check-circle::before {
  content: "\f058";
}
.fa-bullseye::before {
  content: "\f140";
}
.fa-clipboard::before {
  content: "\f328";
}
.fa-calendar-days::before {
  content: "\f073";
}
.fa-chart-line::before {
  content: "\f201";
}
.fa-dumbbell::before {
  content: "\f44b";
}
.fa-heart-pulse::before {
  content: "\f21e";
}
.fa-brain::before {
  content: "\f5dc";
}
.fa-baby::before {
  content: "\f77c";
}
.fa-bone::before {
  content: "\f5d7";
}
.fa-person-cane::before {
  content: "\e53c";
}
.fa-puzzle-piece::before {
  content: "\f12e";
}
.fa-hand-holding-medical::before {
  content: "\e05c";
}
.fa-dna::before {
  content: "\f471";
}
.fa-lungs::before {
  content: "\f604";
}
.fa-wind::before {
  content: "\f72e";
}
.fa-person-walking::before {
  content: "\f554";
}
.fa-kit-medical::before {
  content: "\f479";
}
.fa-toilet::before {
  content: "\f7d8";
}
.fa-hospital::before {
  content: "\f0f8";
}
.fa-droplet::before {
  content: "\f043";
}
.fa-microscope::before {
  content: "\f610";
}
.fa-prescription-bottle::before {
  content: "\f485";
}
.fa-shield-heart::before {
  content: "\e574";
}
.fa-phone::before {
  content: "\f095";
}
.fa-envelope::before {
  content: "\f0e0";
}
.fa-map-marker-alt::before {
  content: "\f3c5";
}
.fa-whatsapp::before {
  content: "\f232";
}
.fa-facebook-f::before {
  content: "\f39e";
}
.fa-instagram::before {
  content: "\f16d";
}
.fa-youtube::before {
  content: "\f167";
}
.fa-award::before {
  content: "\f559";
}
.fa-calendar-check::before {
  content: "\f274";
}
.fa-arrow-down::before {
  content: "\f063";
}
.fa-plus::before {
  content: "\f067";
}
.fa-times::before {
  content: "\f00d";
}
.fa-laptop-medical::before {
  content: "\f812";
}
.fa-users-cog::before {
  content: "\f509";
}
.fa-file-medical-alt::before {
  content: "\f478";
}
.fa-chart-bar::before {
  content: "\f080";
}
.fa-sync-alt::before {
  content: "\f2f1";
}
.fa-threads::before {
  content: "\e618";
}
/* #endregion */
/* #region CSS Variables */
:root {
  /* Colors */
  --primary-color: #005f73;
  --primary-color-dark: #004d5a;
  --secondary-color: #0a9396;
  --secondary-color-hover: #0cb8bc;
  --secondary-color-mid: #007a8a;
  --secondary-color-alt: #00929f;
  --accent-color: #ffe5a0;
  --accent-color-dark: #ffda75;
  --text-dark: #333333;
  --text-light: #666666;
  --text-medium: #555555;
  --text-gray: #4a5568;
  --text-body: #2d3748;
  --text-heading: #1a202c;
  --white: #f8f9fa;
  --pure-white: #ffffff;
  --bg-light: #f4f7f6;
  --bg-gradient-light: linear-gradient(135deg, #f8f9fa 0%, #e8f4f5 100%);
  --border-light: rgba(0, 0, 0, 0.05);
  --overlay-dark: rgba(0, 0, 0, 0.9);
  --white-alpha-02: rgba(255, 255, 255, 0.2);
  --white-alpha-08: rgba(255, 255, 255, 0.8);
  --border-nav: 2px solid var(--primary-color);
  --supervision-gradient: linear-gradient(
    to bottom,
    transparent 0%,
    var(--bg-light) 50%,
    transparent 100%
  );
  --rights-border-light: rgba(0, 0, 0, 0.02);
  --icon-bg: #f1f3f5;
  --icon-bg-hover: #e9ecef;
  --badge-promo: #e63946;
  --badge-event: #f77f00;
  --star-color: #ffc107;
  --divider-color: #eee;
  --indicator-inactive: #ddd;
  --print-black: #000;

  /* Header hero footer */
  --header-bg: rgba(226, 244, 244, 0.85);
  --header-border-color: rgba(0, 95, 115, 0.15);
  --header-shadow: 0 4px 24px rgba(0, 95, 115, 0.06);
  --hero-gradient: linear-gradient(
    90deg,
    rgba(0, 95, 115, 0.95) 0%,
    rgba(0, 95, 115, 0.75) 100%
  );
  --footer-socialLink-bg: rgba(255, 255, 255, 0.1);
  --footer-socialLink-highlight: #a8dadc;

  /* Spacing */
  --spacing-xs: 8px;
  --spacing-sm: 12px;
  --spacing-md: 24px;
  --spacing-lg: 48px;
  --spacing-xl: 64px;
  --spacing-xxl: 120px;
  --spacing-section: 100px;

  /* Typography */
  --font:
    -apple-system, BlinkMacSystemFont, "PingFang TC", "Microsoft JhengHei",
    "微軟正黑體", "Helvetica Neue", Arial, sans-serif;
  --font-noto: "Noto Serif TC", "PingFang TC", "Microsoft JhengHei", sans-serif;

  /* Border & Shadow */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  --radius-pill: 50px;
  --shadow-sm: 0 2px 8px rgba(0, 95, 115, 0.04);
  --shadow-md: 0 12px 24px -6px rgba(0, 95, 115, 0.08);
  --shadow-lg: 0 24px 48px -12px rgba(0, 95, 115, 0.12);
  --shadow-float: 0 8px 30px -8px rgba(0, 95, 115, 0.15);

  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-base: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* #endregion */
/* #region header */
.header {
  background: rgba(226, 244, 244, 0.85);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  box-shadow: 0 4px 24px rgba(0, 95, 115, 0.06);
  border-bottom: 1px solid rgba(0, 95, 115, 0.15);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 11px 16px;
  width: 100%;
  margin: 0 auto;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1001;
}
.brand__icon {
  font-size: 24px;
  color: var(--primary-color);
}
.brand__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.brand__name {
  font-size: 19px;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 1px;
  font-family: Georgia, serif;
}
.brand__subtitle {
  font-size: 12px;
  font-weight: 500;
  color: #555555;
  margin-top: 3px;
}
.nav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 255, 255, 0.96) 100%
  );
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-bottom: 3px solid var(--primary-color);
  z-index: 999;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.nav.active {
  height: calc(100vh - 82px);
  padding: 12px 16px 24px;
  opacity: 1;
  visibility: visible;
}
.nav__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  align-items: stretch;
  gap: 5px;
  width: 100%;
  margin: 0;
}
.nav__item {
  position: relative;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  transition: background 0.25s ease;
}
.nav__item:hover {
  background: rgba(0, 95, 115, 0.04);
}
.nav__item--has-submenu > .nav__link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav__item--has-submenu > .nav__link i {
  font-size: 13px;
  transition: transform 0.35s ease;
}
.nav__item--has-submenu.active > .nav__link i {
  transform: rotate(180deg);
}
.nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  min-height: 48px;
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  border-radius: 14px;
  transition: all 0.25s ease;
}
.nav__link:hover {
  color: var(--primary-color);
  background: rgba(0, 95, 115, 0.06);
}
.nav__item .nav__link--cta {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 12px 20px;
  margin-top: 8px;
  justify-content: center;
  border-radius: 50px;
  font-weight: bold;
  transition: all var(--transition-base);
  box-shadow: var(--shadow-sm);
}
.nav__link--cta:hover {
  background-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.nav__link--cta:active {
  transform: translateY(0) scale(0.98);
  box-shadow: var(--shadow-sm);
}
.nav__submenu {
  position: static;
  opacity: 0;
  visibility: hidden;
  transform: none;
  box-shadow: none;
  border: none;
  border-left: 4px solid var(--primary-color);
  background: linear-gradient(
    90deg,
    rgba(0, 95, 115, 0.05) 0%,
    transparent 100%
  );
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease-out,
    visibility 0s 0.4s;
  list-style: none;
  z-index: 100;
}
.nav__item--has-submenu.active .nav__submenu {
  max-height: 600px;
  opacity: 1;
  visibility: visible;
  padding: 6px 0;
  margin: 4px 0 0 0;
  transition:
    max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.35s ease-out,
    visibility 0s 0s;
}
.nav__submenu-item {
  list-style: none;
  margin: 3px 0;
}
.nav__submenu-link {
  padding: 10px 20px 10px 28px;
  font-size: 14px;
  color: #555555;
  display: flex;
  align-items: center;
  min-height: 44px;
  transition: all 0.25s ease;
  position: relative;
}
.nav__submenu-link::before {
  content: "";
  position: absolute;
  left: 14px;
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
  opacity: 0.6;
  transition: all 0.25s ease;
}
.nav__submenu-link:hover {
  padding-left: 40px;
  color: var(--primary-color);
  background: rgba(0, 95, 115, 0.08);
}
.nav__submenu-link:hover::before {
  opacity: 1;
  transform: scale(1.4);
}

.header__menu-toggle {
  display: block;
  font-size: 22px;
  color: var(--primary-color);
  cursor: pointer;
  z-index: 1001;
  padding: 5px;
  background: none;
  border: none;
  min-width: 46px;
  min-height: 46px;
}

@media (min-width: 768px) {
  .header__container {
    padding: 13px 20px;
  }
  .brand {
    gap: 15px;
  }
  .brand__icon {
    font-size: 30px;
  }
  .brand__name {
    font-size: 24px;
    letter-spacing: 1.3px;
  }
  .brand__subtitle {
    font-size: 15px;
  }
  .nav.active {
    padding: 16px 20px 32px;
  }
  .nav__link {
    padding: 14px 18px;
    min-height: 52px;
    font-size: 16px;
  }
  .nav__submenu-link {
    padding: 11px 22px 11px 32px;
    font-size: 15px;
    min-height: 46px;
  }
  .nav__submenu-link::before {
    left: 18px;
    width: 7px;
    height: 7px;
  }
}

@media (min-width: 1200px) {
  .header__menu-toggle {
    display: none;
  }
  .header__container {
    padding: 16px 24px;
  }
  .nav {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    border-bottom: none;
    z-index: auto;
    padding: 0;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    transition: none;
    box-shadow: none;
  }
  .nav.active {
    height: auto;
    padding: 0;
  }
  .nav__list {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    width: auto;
  }
  .nav__item {
    width: auto;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }
  .nav__item:hover {
    background: transparent;
  }
  .nav__item--has-submenu > .nav__link {
    cursor: default;
  }
  .nav__item--has-submenu > .nav__link i {
    font-size: 10px;
    transition: transform var(--transition-base);
  }
  .nav__item--has-submenu:hover > .nav__link i {
    transform: rotate(180deg);
  }
  .nav__item--has-submenu.active > .nav__link i {
    transform: none;
  }
  .nav__link {
    display: inline;
    padding: 0;
    font-size: 15px;
    color: inherit;
    border-radius: 0;
    white-space: nowrap;
  }
  .nav__link:hover {
    color: var(--secondary-color);
    background: transparent;
  }
  .nav__item .nav__link--cta {
    padding: 10px 24px;
    margin-top: 0;
    display: inline-flex;
  }
  .nav__submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: var(--shadow-lg);
    min-width: 200px;
    padding: 8px 0;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all var(--transition-base);
    border: 1px solid #e2e8f0;
    border-left: 1px solid #e2e8f0;
    max-height: none;
    overflow: visible;
  }
  .nav__item--has-submenu:hover .nav__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .nav__item--has-submenu.active .nav__submenu {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    padding: 8px 0;
    margin-top: 8px;
  }
  .nav__submenu-item {
    margin: 0;
  }
  .nav__submenu-link {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
  }
  .nav__submenu-link::before {
    display: none;
  }
  .nav__submenu-link:hover {
    background: #f4f7f6;
    color: var(--primary-color);
    padding-left: 24px;
  }
}
/* #endregion*/
/* #region footer */
.footer {
  background-color: var(--primary-color);
  color: #ffffff;
  padding: 20px 0 20px;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-bottom: 40px;
  padding: 0 20px;
  text-align: center;
}
.footer h4,
.footer h3 {
  color: white;
}
.footer__gridbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__gridbox h3 {
  color: var(--white);
}
.footer__tagline {
  font-size: 14px;
  color: #ffe5a0;
  letter-spacing: 1px;
  font-weight: 500;
}

.footer__contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.footer__contact-item i {
  color: #a8dadc;
  width: 16px;
  flex-shrink: 0;
}

.footer__contact-item a {
  transition: color 0.3s ease;
}

.footer__contact-item a:hover {
  color: #a8dadc;
  text-decoration: underline;
}

.footer__social {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.footer__social-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer__social-link:hover {
  background-color: #a8dadc;
  color: var(--primary-color);
  transform: translateY(-3px);
}

.footer__nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__link {
  font-size: 14px;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.footer__link:hover {
  color: #a8dadc;
  text-decoration: underline;
}

.footer__copyright {
  text-align: center;
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.8);
}

.footer__copyright p {
  color: white;
  font-size: 13px;
  margin-bottom: 0px;
}

.footer .container {
  padding: 20px 24px;
  padding-bottom: 1px;
}

.footer__social-links {
  padding-top: 10px;
  display: flex;
  gap: 12px;
}

@media (min-width: 768px) {
  .footer h4,
  .footer h3 {
    text-align: left;
  }
  .footer__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    text-align: left;
  }
  .footer__gridbox {
    align-items: flex-start;
  }
  .footer__contact {
    align-items: flex-start;
  }
  .footer__social {
    justify-content: flex-start;
  }
  .footer__nav {
    flex-direction: row;
    gap: 24px 36px;
  }
  .footer .container {
    padding: 30px 36px;
    padding-bottom: 1px;
  }
}

@media (min-width: 1200px) {
  .footer .container {
    padding: 40px 48px;
    padding-bottom: 1px;
  }
}
/* #endregion*/
/* #region FAQ*/
.faq {
  padding: 80px 0;
  background-color: var(--bg-light);
}
.faq__list {
  max-width: 800px;
  margin: 0 auto;
}
/* #endregion */
/* #region Contact*/
.contact {
  padding: 40px 0;
  background: var(--white);
}
.contact__form-wrapper {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10px;
}

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

@media (min-width: 1200px) {
  .contact {
    padding: 80px 0;
  }
}
/* #endregion */
/* #region Quick Contact Section */
.quick-contact {
  background: var(--bg-gradient-light);
}
.quick-contact__subtitle {
  text-align: center;
  color: var(--text-light);
  font-size: 14px;
  margin-bottom: 24px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.quick-contact__item h3 {
  font-size: 16px;
  margin-bottom: 0.7rem;
}
.quick-contact__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

.quick-contact__item {
  flex: 0 1 calc(33.333% - 8px);
  min-width: 0;
  background: var(--pure-white);
  padding: 16px 8px 12px;
  border-radius: var(--radius-sm);
  text-align: center;
  transition: all var(--transition-base);
  box-shadow: var(--shadow-sm);
  border: 1px solid transparent;
}

.quick-contact__item:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--primary-color);
}

.quick-contact__item h4 {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

.quick-contact__icon {
  width: 36px;
  height: 36px;
  margin: 0 auto 8px;
  background: var(--bg-gradient-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--primary-color);
  transition: all var(--transition-base);
}

.quick-contact__item:hover .quick-contact__icon {
  background: var(--primary-color);
  color: var(--pure-white);
  transform: scale(1.1);
}

.quick-contact__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 11px;
  color: var(--text-light);
  word-break: break-word;
  margin: 0;
}

.quick-contact__info strong {
  font-size: 10px;
  color: var(--text-dark);
}

.quick-contact__info a {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 10px;
  transition: color var(--transition-fast);
}

.quick-contact__info a:hover {
  color: var(--secondary-color);
  text-decoration: underline;
}

@media (min-width: 768px) {
  .quick-contact__subtitle {
    font-size: 15px;
    margin-bottom: 36px;
  }

  .quick-contact__grid {
    gap: 20px;
  }

  .quick-contact__item {
    flex: 0 1 calc(33.333% - 14px);
    padding: 28px 16px;
    border-radius: var(--radius-md);
    border-width: 2px;
  }

  .quick-contact__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    font-size: 22px;
  }

  .quick-contact__info {
    gap: 6px;
    font-size: 14px;
  }

  .quick-contact__info strong {
    font-size: 13px;
  }

  .quick-contact__info a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .quick-contact__subtitle {
    font-size: 16px;
    margin-bottom: 48px;
  }

  .quick-contact__grid {
    gap: 32px;
  }

  .quick-contact__item {
    flex: 0 1 calc(33.333% - 24px);
    padding: 40px 24px;
  }

  .quick-contact__item:hover {
    transform: translateY(-4px);
  }

  .quick-contact__icon {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .quick-contact__info {
    gap: 8px;
    font-size: 15px;
  }

  .quick-contact__info strong {
    font-size: 14px;
  }

  .quick-contact__info a {
    font-size: 15px;
  }
}
/* #endregion */
/* #region FAQ Accordion Styles */
.faq__item {
  background: var(--pure-white);
  border-radius: var(--radius-lg);
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-base);
}

.faq__item:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.faq__question {
  width: 100%;
  padding: 20px;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  text-align: left;
  transition: all var(--transition-base);
}

.faq__question:hover {
  color: var(--secondary-color);
}

.faq__question[aria-expanded="true"] {
  color: var(--secondary-color);
}

.faq__icon {
  flex-shrink: 0;
  font-size: 14px;
  color: var(--secondary-color);
  transition: transform var(--transition-base);
}

.faq__question[aria-expanded="true"] .faq__icon {
  transform: rotate(180deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease-out,
    padding 0.4s ease-out;
  padding: 0 20px;
}

.faq__item.active .faq__answer {
  max-height: 1000px;
  padding: 0 20px 20px 20px;
}

.faq__answer p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-gray);
  margin: 0;
}

@media (min-width: 768px) {
  .faq__question {
    padding: 24px 28px;
    font-size: 17px;
  }

  .faq__item.active .faq__answer {
    padding: 0 28px 24px 28px;
  }

  .faq__answer {
    padding: 0 28px;
  }

  .faq__answer p {
    font-size: 15px;
  }
}
/* #endregion */
/* #region form */
.form__group {
  margin-bottom: 20px;
}

.form__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--text-dark);
}

.form__input,
.form__textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: var(--radius-sm);
  font-size: 16px;
  font-family: inherit;
  transition: all var(--transition-base);
}

.form__input:focus,
.form__textarea:focus {
  outline: none;
  border-color: var(--secondary-color);
  box-shadow: 0 0 0 3px rgba(10, 147, 150, 0.1);
}
/* #endregion */
/* #region whatsapp floating button */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: var(--pure-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 2px 8px rgba(37, 211, 102, 0.3);
  z-index: 1000;
  transition: all var(--transition-base);
}

.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 12px rgba(37, 211, 102, 0.4);
  background: linear-gradient(135deg, #128c7e 0%, #25d366 100%);
}

@media (min-width: 768px) {
  .whatsapp-float {
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    font-size: 32px;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  }

  .whatsapp-float:hover {
    box-shadow: 0 6px 24px rgba(37, 211, 102, 0.6);
  }
}
/* #endregion */
/* #region divider, button, components*/
.divider {
  border: 0;
  height: 1px;
  background: var(--divider-color);
  margin: 0;
  width: 100%;
}
.button {
  padding: 14px 36px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all var(--transition-base);
  border: none;
  text-align: center;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.button--primary {
  background-color: var(--accent-color);
  color: var(--text-dark);
}

.button--primary:hover {
  background-color: var(--accent-color-dark);
  transform: translateY(-2px);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1);
}

.button--submit {
  width: 100%;
  padding: 14px;
  background: var(--primary-color);
  color: var(--pure-white);
  font-size: 16px;
}

.button--submit:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
}
/* #endregion */
/* #region section*/
.h2-pretitle {
  color: var(--secondary-color);
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.h2--left {
  margin-bottom: 56px;
  line-height: 1.3;
  text-align: left;
}

/* Typography - Mobile First */
p {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
  color: #333;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.2;
  color: var(--primary-color);
  text-align: center;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  p {
    font-size: 1.0625rem;
    line-height: 1.75;
    margin-bottom: 1.375rem;
  }

  h4 {
    font-size: 1.25rem;
    margin-bottom: 0.875rem;
  }

  h3 {
    font-size: 1.4rem;
    margin-bottom: 1.125rem;
  }

  h2 {
    font-size: 2.25rem;
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 1200px) {
  p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }

  h4 {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }

  h3 {
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
  }

  h2 {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
}
/* #endregion */
.nowrap {
  white-space: nowrap;
}
.two-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 0px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
}

@media (min-width: 768px) {
  .two-grid {
    gap: 32px;
  }
}

@media (min-width: 1200px) {
  .two-grid {
    gap: 60px;
  }
}
