/*
Theme Name: Global Architect Unified Theme
Theme URI: https://example.com/
Author: Codex
Description: Unified WordPress theme generated from the Global Architect static page set.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: global-architect-theme
*/

body {
  margin: 0;
  font-family: system-ui, sans-serif;
}

.ga-preview-nav {
  position: fixed;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  background: transparent;
  color: #24364f;
  width: max-content;
  max-width: min(760px, calc(100vw - 360px));
}

.ga-preview-nav__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.ga-preview-nav__links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  align-items: center;
  gap: 28px;
  white-space: nowrap;
}

.ga-preview-nav__links > li {
  margin: 0;
  padding: 0;
}

.ga-preview-nav__links a,
.ga-preview-nav__link {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 0 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  color: #54657d;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ga-preview-nav__links a:hover,
.ga-preview-nav__link:hover {
  color: #0d2e5c;
  transform: translateY(-1px);
}

.ga-preview-nav__links .current-menu-item > a,
.ga-preview-nav__links .current-menu-ancestor > a,
.ga-preview-nav__link.is-current {
  color: #0d2e5c;
  border-bottom-color: #d8a93a;
}

.ga-static-root {
  min-height: 100vh;
}

.ga-static-root img {
  max-width: 100%;
}

.ga-static-logo-image {
  display: block;
  height: 56px;
  width: auto;
  max-width: min(360px, 100%);
  object-fit: contain;
  object-position: left center;
}

body.ga-page .ga-static-root .fixed.top-0,
body.ga-page .ga-static-root header.fixed,
body.ga-page .ga-static-root nav.fixed {
  top: 0 !important;
}

@media screen and (max-width: 782px) {
  .ga-preview-nav {
    display: none;
  }

  body.admin-bar .ga-static-root .fixed.top-0,
  body.admin-bar .ga-static-root header.fixed,
  body.admin-bar .ga-static-root nav.fixed {
    top: 46px !important;
  }
}

body.admin-bar .ga-preview-nav {
  top: 54px;
}

body.admin-bar .ga-static-root .fixed.top-0,
body.admin-bar .ga-static-root header.fixed,
body.admin-bar .ga-static-root nav.fixed {
  top: 32px !important;
}

body.ga-page-template-gallery .ga-static-root [style*="opacity:0"] {
  opacity: 1 !important;
}

body.ga-page-template-gallery .ga-static-root [style*="opacity: 0"] {
  opacity: 1 !important;
}

body.ga-page-template-gallery .ga-static-root [style*="transform: translateY(10px)"],
body.ga-page-template-gallery .ga-static-root [style*="transform:translateY(10px)"],
body.ga-page-template-gallery .ga-static-root [style*="transform: translateY(20px)"],
body.ga-page-template-gallery .ga-static-root [style*="transform:translateY(20px)"],
body.ga-page-template-gallery .ga-static-root [style*="transform: scale(0.95)"],
body.ga-page-template-gallery .ga-static-root [style*="transform:scale(0.95)"] {
  transform: none !important;
}

body.ga-page-template-gallery .ga-template-gallery-banner {
  width: 100%;
  height: auto;
}

body.ga-page-home .ga-static-root [style*="opacity: 0"],
body.ga-page-home .ga-static-root [style*="opacity:0"] {
  opacity: 1 !important;
}

body.ga-page-home .ga-static-root [style*="transform: translateY(20px)"],
body.ga-page-home .ga-static-root [style*="transform:translateY(20px)"],
body.ga-page-home .ga-static-root [style*="transform: translateX(-20px)"],
body.ga-page-home .ga-static-root [style*="transform:translateX(-20px)"],
body.ga-page-home .ga-static-root [style*="transform: translateX(20px)"],
body.ga-page-home .ga-static-root [style*="transform:translateX(20px)"],
body.ga-page-home .ga-static-root [style*="transform: scale(0.9)"],
body.ga-page-home .ga-static-root [style*="transform:scale(0.9)"] {
  transform: none !important;
}

.ga-support-faq-summary {
  list-style: none;
  cursor: pointer;
}

.ga-support-faq-summary::-webkit-details-marker {
  display: none;
}

.ga-support-faq-arrow {
  position: relative;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.ga-support-faq-arrow::before,
.ga-support-faq-arrow::after {
  content: "";
  position: absolute;
  top: 9px;
  width: 10px;
  height: 2px;
  background: #94a3b8;
  transition: transform 0.2s ease, background 0.2s ease;
}

.ga-support-faq-arrow::before {
  left: 1px;
  transform: rotate(45deg);
}

.ga-support-faq-arrow::after {
  right: 1px;
  transform: rotate(-45deg);
}

.ga-wechat-float {
  position: relative;
  overflow: visible;
  z-index: 5;
}

.ga-wechat-float__panel {
  position: absolute;
  top: 50%;
  right: calc(100% + 14px);
  width: 180px;
  padding: 14px;
  border-radius: 20px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.16);
  transform: translateY(-50%) scale(0.96);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 80;
}

.ga-wechat-float:hover .ga-wechat-float__panel,
.ga-wechat-float:focus-within .ga-wechat-float__panel {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.ga-wechat-float__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  background: #fff;
}

.ga-wechat-float__caption {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #475569;
}

details[open] .ga-support-faq-arrow::before,
details[open] .ga-support-faq-arrow::after {
  background: #d97706;
}

details[open] .ga-support-faq-arrow::before {
  transform: rotate(-45deg);
}

details[open] .ga-support-faq-arrow::after {
  transform: rotate(45deg);
}

.ga-static-root nav .hidden.md\:flex.items-center.space-x-10,
.ga-static-root nav .hidden.md\:flex.items-center.gap-8,
.ga-static-root nav .hidden.md\:flex.items-center.space-x-8,
.ga-static-root nav .hidden.lg\:flex.items-center.space-x-12,
.ga-static-root nav.hidden.md\:flex.items-center.space-x-10,
.ga-static-root nav.hidden.md\:flex.items-center.gap-8,
.ga-static-root nav.hidden.md\:flex.items-center.space-x-8,
.ga-static-root nav.hidden.lg\:flex.items-center.space-x-12 {
  display: none !important;
}

body.ga-page .ga-static-root footer {
  display: none !important;
}

.ga-site-footer {
  background: #ffffff;
  border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.ga-site-footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 24px 40px;
}

.ga-site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 48px;
  margin-bottom: 72px;
}

.ga-site-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ga-site-footer__logo {
  display: inline-flex;
  align-items: center;
}

.ga-site-footer__logo-image {
  display: block;
  height: 64px;
  width: auto;
  max-width: min(380px, 100%);
  object-fit: contain;
  object-position: left center;
}

.ga-site-footer__description {
  margin: 0;
  max-width: 320px;
  font-size: 14px;
  line-height: 1.8;
  color: #64748b;
}

.ga-site-footer__column {
  min-width: 0;
}

.ga-site-footer__heading {
  display: block;
  margin-bottom: 28px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #0d2e5c;
}

.ga-site-footer__links,
.ga-site-footer__meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.ga-site-footer__links li,
.ga-site-footer__meta li {
  margin: 0;
  padding: 0;
}

.ga-site-footer__links a,
.ga-site-footer__meta a {
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  text-decoration: underline;
  text-decoration-color: rgba(216, 169, 58, 0.35);
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.ga-site-footer__links a:hover,
.ga-site-footer__meta a:hover {
  color: #0d2e5c;
  text-decoration-color: rgba(13, 46, 92, 0.45);
}

.ga-site-footer__social {
  display: flex;
  gap: 14px;
  margin-top: 24px;
}

.ga-site-footer__social a {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d2e5c;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.26);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ga-site-footer__social a:hover {
  background: #0d2e5c;
  color: #ffffff;
  transform: translateY(-1px);
}

.ga-support-detail {
  min-height: 100vh;
  background: #fff;
}

.ga-support-detail__hero {
  position: relative;
  padding: 168px 24px 88px;
  background: linear-gradient(135deg, #001e40 0%, #003366 100%);
  color: #fff;
}

.ga-support-detail__hero-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.ga-support-detail__back {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  text-decoration: none;
}

.ga-support-detail__back:hover {
  color: #fff;
}

.ga-support-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.ga-support-detail__type,
.ga-support-detail__topic,
.ga-support-detail__duration {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
}

.ga-support-detail__type {
  background: #d97706;
  color: #fff;
}

.ga-support-detail__topic,
.ga-support-detail__duration {
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
}

.ga-support-detail__title {
  margin: 0 0 18px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.ga-support-detail__excerpt {
  max-width: 760px;
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(219, 234, 254, 0.9);
}

.ga-support-detail__body {
  padding: 56px 24px 88px;
}

.ga-support-detail__content-wrap {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(260px, 0.75fr);
  gap: 40px;
  align-items: start;
}

.ga-support-detail__player,
.ga-support-detail__cover {
  margin-bottom: 32px;
  overflow: hidden;
  border-radius: 28px;
  background: #e2e8f0;
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.12);
}

.ga-support-detail__player-inner {
  position: relative;
  padding-top: 56.25%;
}

.ga-support-detail__player-inner iframe,
.ga-support-detail__player-inner video,
.ga-support-video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ga-support-detail__cover img {
  display: block;
  width: 100%;
  height: auto;
}

.ga-support-detail__article {
  color: #334155;
  font-size: 16px;
  line-height: 1.9;
}

.ga-support-detail__article h2,
.ga-support-detail__article h3,
.ga-support-detail__article h4 {
  color: #001e40;
  line-height: 1.25;
  margin: 32px 0 16px;
}

.ga-support-detail__article h2 {
  font-size: 28px;
}

.ga-support-detail__article h3 {
  font-size: 24px;
}

.ga-support-detail__article p,
.ga-support-detail__article ul,
.ga-support-detail__article ol {
  margin: 0 0 18px;
}

.ga-support-detail__article a {
  color: #0d4fa8;
}

.ga-support-detail__article img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

.ga-support-detail__cta {
  margin-top: 28px;
}

.ga-support-detail__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 16px;
  background: #001e40;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ga-support-detail__cta-link:hover {
  background: #003366;
  transform: translateY(-1px);
}

.ga-support-detail__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 110px;
}

.ga-support-detail__panel {
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  padding: 28px;
}

.ga-support-detail__panel h2 {
  margin: 0 0 18px;
  color: #001e40;
  font-size: 18px;
}

.ga-support-detail__panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ga-support-detail__panel li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #475569;
  font-size: 14px;
}

.ga-support-detail__panel li strong {
  color: #001e40;
}

.ga-support-detail__panel-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ga-support-detail__panel-links a {
  color: #0d2e5c;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.ga-support-detail__panel-links a:hover {
  color: #d97706;
}

.ga-support-detail__related {
  padding: 0 24px 96px;
}

.ga-support-detail__related-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 24px;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

.ga-support-detail__related-heading {
  margin-bottom: 28px;
}

.ga-support-detail__related-heading h2 {
  margin: 0 0 8px;
  color: #001e40;
  font-size: 30px;
}

.ga-support-detail__related-heading p {
  margin: 0;
  color: #64748b;
  font-size: 16px;
}

.ga-support-detail__related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ga-support-detail__related-card {
  display: block;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 24px;
  background: #fff;
  padding: 28px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.ga-support-detail__related-card:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 158, 11, 0.35);
  box-shadow: 0 22px 40px rgba(15, 23, 42, 0.08);
}

.ga-support-detail__related-type {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  border-radius: 999px;
  padding: 7px 12px;
  background: #eff6ff;
  color: #0d4fa8;
  font-size: 12px;
  font-weight: 700;
}

.ga-support-detail__related-card h3 {
  margin: 0 0 10px;
  color: #001e40;
  font-size: 20px;
  line-height: 1.4;
}

.ga-support-detail__related-card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .ga-support-detail__content-wrap {
    grid-template-columns: minmax(0, 1fr);
  }

  .ga-support-detail__sidebar {
    position: static;
  }

  .ga-support-detail__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .ga-support-detail__hero {
    padding: 124px 18px 72px;
  }

  .ga-support-detail__body,
  .ga-support-detail__related {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ga-support-detail__panel,
  .ga-support-detail__related-card {
    padding: 22px;
  }

  .ga-support-detail__related-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.ga-site-footer__bottom {
  padding-top: 32px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 24px;
}

.ga-site-footer__copyright {
  margin: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(100, 116, 139, 0.8);
}

.ga-site-footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.ga-site-footer__bottom-links a {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(100, 116, 139, 0.72);
  transition: color 0.2s ease;
}

.ga-site-footer__bottom-links a:hover {
  color: #0d2e5c;
}

@media screen and (max-width: 782px) {
  .ga-site-footer__container {
    padding: 52px 18px 28px;
  }

  .ga-site-footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 44px;
  }

  .ga-site-footer__description {
    max-width: none;
  }

  .ga-site-footer__heading {
    margin-bottom: 18px;
  }

  .ga-site-footer__bottom {
    align-items: flex-start;
  }

  .ga-site-footer__bottom-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}
