
.hkgetda-site-content {
  --hkget-navy: #081d3b;
  --hkget-blue: #174b93;
  --hkget-royal: #245fbd;
  --hkget-gold: #c99225;
  --hkget-gold-light: #f2ca6b;
  --hkget-ivory: #fffaf0;
  --hkget-warm: #f7e6bf;
  --hkget-ink: #25364f;
  --hkget-muted: #5c6b7f;
  --hkget-sky: #e5f1ff;
  --hkget-lilac: #f0e9ff;
  --hkget-rose: #ffe9ec;
  --hkget-mint: #e4f7ef;
  margin: 0;
  color: var(--hkget-ink);
  font-family: "Noto Sans TC", "PingFang TC", "Microsoft JhengHei", sans-serif;
}
.hkgetda-site-content *,
.hkgetda-site-content *::before,
.hkgetda-site-content *::after { box-sizing: border-box; }
.hkgetda-profile-shell {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
}
.hkgetda-profile-hero {
  padding: 108px 0 100px;
  color: #fff7dc;
  background:
    radial-gradient(circle at 82% 12%, rgba(242,202,107,.34), transparent 29%),
    radial-gradient(circle at 6% 90%, rgba(77,152,255,.28), transparent 27%),
    linear-gradient(132deg, var(--hkget-navy) 0%, var(--hkget-blue) 58%, #5d3b91 100%);
}
.hkgetda-kicker {
  margin: 0 0 12px;
  color: var(--hkget-gold-light);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.hkgetda-profile-hero h1 {
  max-width: 1000px;
  margin: 0;
  font: 500 clamp(43px, 6.5vw, 78px)/1.16 Georgia, "Noto Serif TC", serif;
  letter-spacing: .025em;
}
.hkgetda-hero-intro {
  max-width: 820px;
  margin: 25px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.92;
}
.hkgetda-page-nav {
  position: relative;
  z-index: 4;
  padding: 15px 0;
  border-bottom: 1px solid rgba(31,77,142,.14);
  background: rgba(255,255,255,.96);
  box-shadow: 0 12px 35px rgba(17,54,104,.08);
}
.hkgetda-page-nav .hkgetda-profile-shell {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.hkgetda-page-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 1px solid rgba(36,95,189,.18);
  border-radius: 999px;
  color: #174783;
  background: linear-gradient(135deg, #fff, var(--hkget-sky));
  font-size: 12.5px;
  font-weight: 750;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, color .18s ease;
}
.hkgetda-page-nav a:nth-child(2) { background: linear-gradient(135deg, #fff, var(--hkget-lilac)); }
.hkgetda-page-nav a:nth-child(3) { background: linear-gradient(135deg, #fff, var(--hkget-mint)); }
.hkgetda-page-nav a:nth-child(4) { background: linear-gradient(135deg, #fff, #fff1d7); }
.hkgetda-page-nav a:nth-child(5) { background: linear-gradient(135deg, #fff, var(--hkget-rose)); }
.hkgetda-page-nav a:hover,
.hkgetda-page-nav a:focus-visible {
  color: #fff;
  background: linear-gradient(90deg, var(--hkget-blue), #6b48a0);
  box-shadow: 0 9px 20px rgba(23,75,147,.18);
  transform: translateY(-2px);
}
.hkgetda-section { padding: 94px 0 102px; }
.hkgetda-section-light { background: linear-gradient(145deg, #fffdf8 0%, var(--hkget-ivory) 54%, #edf5ff 100%); }
.hkgetda-section-warm { background: linear-gradient(145deg, #fff5dc, var(--hkget-warm) 54%, #f0e8ff); }
.hkgetda-section-dark {
  color: #f7e6bb;
  background:
    radial-gradient(circle at 92% 10%, rgba(224,178,85,.13), transparent 25%),
    var(--hkget-navy);
}
.hkgetda-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, .76fr);
  gap: 48px;
  align-items: end;
  margin-bottom: 40px;
}
.hkgetda-section-heading h2,
.hkgetda-cta-panel h2,
.hkgetda-history-note h2,
.hkgetda-social-panel h2 {
  margin: 5px 0 0;
  color: inherit;
  font: 500 clamp(34px, 4.5vw, 57px)/1.24 Georgia, "Noto Serif TC", serif;
}
.hkgetda-section-heading > p {
  margin: 0;
  color: var(--hkget-muted);
  font-size: 15px;
  line-height: 1.85;
}
.hkgetda-section-dark .hkgetda-section-heading > p { color: rgba(255,244,216,.70); }
.hkgetda-fact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 34px;
}
.hkgetda-fact-grid article {
  display: grid;
  gap: 9px;
  min-height: 160px;
  padding: 25px;
  border: 1px solid rgba(159,102,20,.21);
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, var(--hkget-sky));
  box-shadow: 0 15px 36px rgba(84,48,10,.07);
}
.hkgetda-fact-grid article:nth-child(2) { background: linear-gradient(145deg, #fff, var(--hkget-lilac)); }
.hkgetda-fact-grid article:nth-child(3) { background: linear-gradient(145deg, #fff, var(--hkget-mint)); }
.hkgetda-fact-grid article:nth-child(4) { background: linear-gradient(145deg, #fff, #fff0d1); }
.hkgetda-fact-grid strong {
  color: #9d6717;
  font: 600 32px/1.25 Georgia, serif;
}
.hkgetda-fact-grid span { color: #4d627e; font-size: 13px; line-height: 1.65; }
.hkgetda-founders-preview {
  display: grid;
  grid-template-columns: 1.2fr repeat(2, minmax(0, .8fr));
  gap: 18px;
  margin: 34px 0;
  padding: 26px;
  border: 1px solid rgba(36,95,189,.16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(240,201,107,.22), transparent 31%),
    linear-gradient(135deg, #0a2548, #174b93 62%, #5d3b91);
  box-shadow: 0 22px 50px rgba(10,37,72,.18);
}
.hkgetda-founders-preview-heading {
  align-self: center;
  padding: 10px 14px 10px 4px;
}
.hkgetda-founders-preview-heading h2 {
  margin: 5px 0 10px;
  color: #fff2cc;
  font: 500 clamp(30px, 4vw, 47px)/1.22 Georgia, "Noto Serif TC", serif;
}
.hkgetda-founders-preview-heading > p:not(.hkgetda-kicker) {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 13.5px;
  line-height: 1.8;
}
.hkgetda-founder-preview-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.98), var(--hkget-lilac));
}
.hkgetda-founder-preview-john { background: linear-gradient(145deg, #fff, var(--hkget-sky)); }
.hkgetda-founder-preview-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--hkget-gold), #e6b74f);
  font: 700 14px/1 Georgia, serif;
}
.hkgetda-founder-preview-card h3 {
  margin: 30px 0 10px;
  color: #143f77;
  font: 600 24px/1.25 Georgia, "Noto Serif TC", serif;
}
.hkgetda-founder-preview-card p { margin: 0; color: #53657d; font-size: 13px; line-height: 1.75; }
.hkgetda-founders-link {
  grid-column: 1 / -1;
  justify-self: end;
  display: inline-flex;
  padding: 10px 17px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  color: #fff5d8;
  background: rgba(255,255,255,.09);
  font-size: 12.5px;
  font-weight: 750;
  text-decoration: none;
}
.hkgetda-story-layout,
.hkgetda-leader-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
.hkgetda-prose,
.hkgetda-leader-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(151,95,17,.20);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 16px 39px rgba(76,44,10,.08);
}
.hkgetda-leader-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 8px;
  background: linear-gradient(90deg, var(--hkget-royal), #7b52aa, var(--hkget-gold-light));
}
.hkgetda-leader-card-ivy { background: linear-gradient(145deg, #fff, #f4edff); }
.hkgetda-leader-card-john { background: linear-gradient(145deg, #fff, #e8f3ff); }
.hkgetda-leader-mark {
  display: inline-flex;
  margin: 8px 0 22px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #174b93, #69479a);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}
.hkgetda-prose h3,
.hkgetda-leader-card h2,
.hkgetda-leader-card h3,
.hkgetda-leader-card h4,
.hkgetda-value-grid h3,
.hkgetda-programme-grid h2,
.hkgetda-contact-grid h2 {
  font-family: Georgia, "Noto Serif TC", serif;
}
.hkgetda-prose h3 { margin: 0 0 15px; color: #153f75; font-size: 28px; }
.hkgetda-prose p,
.hkgetda-leader-card p,
.hkgetda-leader-card li {
  color: #56687e;
  font-size: 14.5px;
  line-height: 1.85;
}
.hkgetda-name-list { display: grid; gap: 15px; margin: 0; }
.hkgetda-name-list > div {
  padding: 22px 24px;
  border: 1px solid rgba(224,184,95,.25);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}
.hkgetda-name-list dt { color: #ffe5a9; font-size: 18px; font-weight: 750; }
.hkgetda-name-list dd { margin: 6px 0 0; color: rgba(255,244,216,.66); font-size: 13px; line-height: 1.65; }
.hkgetda-cta-panel {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 35px;
  align-items: center;
  padding: 34px;
  border: 1px solid rgba(154,98,17,.22);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(84,48,10,.09);
}
.hkgetda-cta-panel p:not(.hkgetda-kicker) { color: #755f42; line-height: 1.8; }
.hkgetda-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hkgetda-button-row a,
.hkgetda-leader-card a,
.hkgetda-programme-grid a,
.hkgetda-contact-grid a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 47px;
  padding: 10px 19px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #ad721e, #d1a247);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}
.hkgetda-leader-card h2 { margin: 4px 0 4px; color: #153f75; font-size: 38px; }
.hkgetda-leader-card h3 { margin: 0 0 20px; color: #a66e1c; font-size: 19px; }
.hkgetda-leader-card h4 { margin: 25px 0 9px; color: #153f75; font-size: 21px; }
.hkgetda-leader-card ul { margin: 0; padding-left: 1.25em; }
.hkgetda-leader-card li + li { margin-top: 7px; }
.hkgetda-value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 17px;
}
.hkgetda-value-grid article {
  padding: 26px 24px;
  border: 1px solid rgba(225,184,95,.23);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}
.hkgetda-value-grid h3 { margin: 0 0 11px; color: #ffe6ac; font-size: 23px; }
.hkgetda-value-grid p { margin: 0; color: rgba(255,244,216,.67); font-size: 13px; line-height: 1.73; }
.hkgetda-programme-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}
.hkgetda-programme-grid article {
  position: relative;
  min-height: 310px;
  padding: 28px 26px;
  border: 1px solid rgba(151,95,17,.20);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, var(--hkget-sky));
  box-shadow: 0 15px 38px rgba(75,43,9,.07);
}
.hkgetda-programme-grid article:nth-child(2),
.hkgetda-programme-grid article:nth-child(5) { background: linear-gradient(145deg, #fff, var(--hkget-lilac)); }
.hkgetda-programme-grid article:nth-child(3),
.hkgetda-programme-grid article:nth-child(6) { background: linear-gradient(145deg, #fff, var(--hkget-mint)); }
.hkgetda-programme-grid span { color: #b47b24; font: italic 20px/1 Georgia, serif; }
.hkgetda-programme-grid h2 { margin: 36px 0 13px; color: #4c2e16; font-size: 26px; line-height: 1.38; }
.hkgetda-programme-grid p { margin: 0 0 20px; color: #715b3e; font-size: 14px; line-height: 1.8; }
.hkgetda-timeline { position: relative; max-width: 980px; margin: 0 auto; }
.hkgetda-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 92px;
  width: 1px;
  background: rgba(164,106,21,.28);
}
.hkgetda-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 36px;
  padding: 0 0 38px;
}
.hkgetda-timeline article::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 86px;
  width: 13px;
  height: 13px;
  border: 3px solid #fffaf0;
  border-radius: 50%;
  background: #bd842b;
  box-shadow: 0 0 0 1px #bd842b;
}
.hkgetda-timeline time { color: #a46c1c; font: 600 25px/1.3 Georgia, serif; }
.hkgetda-timeline h2 { margin: 0 0 8px; color: #4d3019; font: 600 25px/1.4 Georgia, "Noto Serif TC", serif; }
.hkgetda-timeline p { margin: 0; color: #755f42; font-size: 14px; line-height: 1.78; }
.hkgetda-history-note { max-width: 870px; text-align: center; }
.hkgetda-history-note p { color: rgba(255,244,216,.72); line-height: 1.85; }
.hkgetda-history-notice {
  margin-bottom: 45px;
  padding: 18px 20px;
  border: 1px solid rgba(154,98,17,.22);
  border-radius: 13px;
  color: #765f40;
  background: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.75;
}
.hkgetda-media-grid { display: grid; gap: 20px; margin-bottom: 58px; }
.hkgetda-media-grid-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hkgetda-media-grid-three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hkgetda-media-card {
  overflow: hidden;
  margin: 0;
  border: 1px solid rgba(145,90,15,.18);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(75,43,9,.08);
}
.hkgetda-section-dark .hkgetda-media-card {
  border-color: rgba(225,184,95,.26);
  background: #16304e;
}
.hkgetda-media-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f3ede2;
}
.hkgetda-poster-grid .hkgetda-media-card img { aspect-ratio: 3 / 4; background: #28170f; }
.hkgetda-media-card figcaption { display: grid; gap: 5px; padding: 16px 18px 19px; }
.hkgetda-media-card strong { color: #4c2f16; font-size: 17px; line-height: 1.5; }
.hkgetda-media-card span { color: #7c6749; font-size: 12.5px; line-height: 1.65; }
.hkgetda-section-dark .hkgetda-media-card strong { color: #ffe6ad; }
.hkgetda-section-dark .hkgetda-media-card span { color: rgba(255,244,216,.65); }
.hkgetda-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 19px;
}
.hkgetda-contact-grid article {
  padding: 30px;
  border: 1px solid rgba(151,95,17,.20);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, var(--hkget-sky));
  box-shadow: 0 15px 38px rgba(75,43,9,.08);
}
.hkgetda-contact-grid article:nth-child(2) { background: linear-gradient(145deg, #fff, var(--hkget-lilac)); }
.hkgetda-contact-grid article:nth-child(3) { background: linear-gradient(145deg, #fff, var(--hkget-mint)); }
.hkgetda-contact-grid h2 { margin: 4px 0 12px; color: #4c2e16; font-size: clamp(24px, 3vw, 35px); overflow-wrap: anywhere; }
.hkgetda-contact-grid p:not(.hkgetda-kicker) { color: #755f42; line-height: 1.7; }
.hkgetda-social-panel {
  margin-top: 28px;
  padding: 32px;
  border-radius: 18px;
  color: #ffe6ad;
  background: var(--hkget-navy);
}
.hkgetda-social-panel h2 { margin-bottom: 20px; font-size: 33px; }
.hkgetda-content-credit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 25px;
  padding: 20px max(20px, calc((100% - 1180px) / 2));
  color: rgba(255,255,255,.7);
  background: #06172f;
  font-size: 11.5px;
  letter-spacing: .035em;
}
@media (max-width: 980px) {
  .hkgetda-fact-grid,
  .hkgetda-value-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hkgetda-founders-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hkgetda-founders-preview-heading { grid-column: 1 / -1; }
  .hkgetda-programme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hkgetda-media-grid-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .hkgetda-profile-shell { width: min(100% - 28px, 1220px); }
  .hkgetda-profile-hero { padding: 82px 0 74px; }
  .hkgetda-section { padding: 74px 0 80px; }
  .hkgetda-section-heading,
  .hkgetda-cta-panel,
  .hkgetda-story-layout,
  .hkgetda-leader-grid,
  .hkgetda-contact-grid { grid-template-columns: 1fr; }
  .hkgetda-page-nav .hkgetda-profile-shell { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }
  .hkgetda-page-nav a { flex: 0 0 auto; }
  .hkgetda-section-heading { gap: 17px; align-items: start; }
  .hkgetda-cta-panel { padding: 25px; }
}
@media (max-width: 590px) {
  .hkgetda-fact-grid,
  .hkgetda-founders-preview,
  .hkgetda-value-grid,
  .hkgetda-programme-grid,
  .hkgetda-media-grid-two,
  .hkgetda-media-grid-three { grid-template-columns: 1fr; }
  .hkgetda-prose,
  .hkgetda-leader-card,
  .hkgetda-programme-grid article,
  .hkgetda-contact-grid article { padding: 23px 20px; }
  .hkgetda-timeline::before { left: 63px; }
  .hkgetda-timeline article { grid-template-columns: 63px minmax(0, 1fr); gap: 24px; }
  .hkgetda-timeline article::before { left: 57px; }
  .hkgetda-timeline time { font-size: 19px; }
  .hkgetda-founders-preview { padding: 19px; }
  .hkgetda-founders-preview-heading,
  .hkgetda-founders-link { grid-column: auto; }
  .hkgetda-founders-link { justify-self: stretch; justify-content: center; }
}

/* ================================================================
   HKGETDA v2.2.0 — colourful homepage
   ================================================================ */
.hkgetda-home-v2 {
  --hk-home-blue:#2557d6;
  --hk-home-cyan:#1bb7d7;
  --hk-home-purple:#7c4dce;
  --hk-home-pink:#ef5a9b;
  --hk-home-orange:#f39a31;
  --hk-home-yellow:#f7c94b;
  --hk-home-green:#22a87a;
  --hk-home-navy:#071f46;
  --hk-home-ink:#173052;
  overflow:hidden;
  background:#fff;
}
.hkgetda-home-shell{width:min(1240px,calc(100% - 40px));margin:0 auto}
.hkgetda-home-hero{position:relative;overflow:hidden;padding:80px 0 72px;background:linear-gradient(118deg,#fff8ef 0%,#fff 42%,#edf5ff 100%)}
.hkgetda-home-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(37,87,214,.035) 1px,transparent 1px),linear-gradient(rgba(37,87,214,.035) 1px,transparent 1px);background-size:34px 34px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.6),transparent)}
.hkgetda-home-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.7;pointer-events:none}
.hkgetda-home-orb-a{width:340px;height:340px;right:-110px;top:-120px;background:radial-gradient(circle,#ffd55d 0%,#ff8f6a 42%,rgba(255,255,255,0) 72%)}
.hkgetda-home-orb-b{width:280px;height:280px;left:-120px;bottom:-120px;background:radial-gradient(circle,#68d6f1 0%,#7a68e2 42%,rgba(255,255,255,0) 72%)}
.hkgetda-home-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:64px;align-items:center}
.hkgetda-home-eyebrow,.hkgetda-home-label{margin:0 0 15px;color:#46617f;font-size:10.5px;font-weight:850;letter-spacing:.16em;text-transform:uppercase}
.hkgetda-home-logo{display:block;width:min(520px,88%);max-height:145px;object-fit:contain;object-position:left center;margin:0 0 30px;mix-blend-mode:multiply}
.hkgetda-home-hero h1{max-width:760px;margin:0;color:var(--hk-home-navy);font:650 clamp(43px,5.6vw,72px)/1.16 Georgia,"Noto Serif TC",serif;letter-spacing:.015em}
.hkgetda-home-hero h1 span{background:linear-gradient(90deg,var(--hk-home-blue),var(--hk-home-purple),var(--hk-home-pink),var(--hk-home-orange));-webkit-background-clip:text;background-clip:text;color:transparent}
.hkgetda-home-lead{max-width:720px;margin:26px 0 0;color:#51677f;font-size:16px;line-height:1.95}
.hkgetda-home-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}
.hkgetda-home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:11px 22px;border-radius:999px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}
.hkgetda-home-btn:hover,.hkgetda-home-btn:focus-visible{transform:translateY(-2px)}
.hkgetda-home-btn-primary{color:#fff;background:linear-gradient(90deg,var(--hk-home-blue),var(--hk-home-purple));box-shadow:0 14px 28px rgba(70,69,185,.2)}
.hkgetda-home-btn-secondary{color:var(--hk-home-navy);border:1px solid rgba(7,31,70,.17);background:rgba(255,255,255,.8)}
.hkgetda-home-hero-art{position:relative;min-height:505px;border-radius:40px;background:linear-gradient(145deg,#092854 0%,#204aad 45%,#6c3dad 73%,#e6578c 100%);box-shadow:0 34px 75px rgba(23,49,103,.25);isolation:isolate}
.hkgetda-home-hero-art::before{content:"";position:absolute;inset:1px;border-radius:39px;background:radial-gradient(circle at 78% 15%,rgba(255,222,108,.45),transparent 25%),radial-gradient(circle at 14% 80%,rgba(73,220,215,.3),transparent 28%);z-index:-1}
.hkgetda-home-art-ring{position:absolute;border:1px solid rgba(255,255,255,.34);border-radius:50%;transform:rotate(-18deg)}
.hkgetda-home-art-ring-1{width:430px;height:230px;right:-35px;top:78px}.hkgetda-home-art-ring-2{width:350px;height:470px;left:78px;bottom:-120px;transform:rotate(38deg)}
.hkgetda-home-art-card{position:absolute;display:grid;gap:3px;width:185px;padding:20px 21px;border:1px solid rgba(255,255,255,.44);border-radius:20px;backdrop-filter:blur(8px);box-shadow:0 15px 35px rgba(9,25,72,.18)}
.hkgetda-home-art-card span{font:700 11px/1 Georgia,serif;opacity:.75}.hkgetda-home-art-card strong{font:700 24px/1.3 Georgia,"Noto Serif TC",serif}.hkgetda-home-art-card small{font-size:10.5px;letter-spacing:.08em;opacity:.75}
.hkgetda-home-art-education{left:32px;top:52px;color:#07325c;background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(207,246,255,.9))}
.hkgetda-home-art-arts{right:28px;top:195px;color:#4b245f;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,220,239,.92))}
.hkgetda-home-art-global{left:66px;bottom:54px;color:#154e43;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(213,255,230,.91))}
.hkgetda-home-art-word{position:absolute;right:37px;bottom:46px;color:#fff;font:700 68px/.9 Georgia,serif;text-shadow:0 10px 22px rgba(0,0,0,.16)}
.hkgetda-home-art-word small{display:block;margin-top:8px;font:800 11px/1 sans-serif;letter-spacing:.18em;color:#ffe89a}
.hkgetda-home-stats{position:relative;z-index:2;margin-top:-1px;padding:22px 0;background:#fff;border-top:1px solid rgba(37,87,214,.08);border-bottom:1px solid rgba(37,87,214,.09);box-shadow:0 15px 45px rgba(16,48,97,.07)}
.hkgetda-home-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.hkgetda-home-stat-grid article{padding:14px 26px;border-right:1px solid rgba(29,64,116,.12)}.hkgetda-home-stat-grid article:last-child{border-right:0}
.hkgetda-home-stat-grid strong{display:block;color:var(--hk-home-navy);font:700 clamp(25px,3vw,38px)/1.2 Georgia,serif}.hkgetda-home-stat-grid span{display:block;margin-top:5px;color:#667990;font-size:12px;line-height:1.55}
.hkgetda-home-section{padding:92px 0 100px}
.hkgetda-home-heading{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:55px;align-items:end;margin-bottom:42px}
.hkgetda-home-heading h2{margin:0;color:var(--hk-home-navy);font:650 clamp(34px,4.5vw,56px)/1.2 Georgia,"Noto Serif TC",serif}
.hkgetda-home-heading>p{margin:0;color:#64778e;font-size:14.5px;line-height:1.9}
.hkgetda-home-section-mission{background:linear-gradient(155deg,#fff 0%,#fff8ea 46%,#eef7ff 100%)}
.hkgetda-home-values{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.hkgetda-home-values article{position:relative;overflow:hidden;min-height:235px;padding:28px;border:1px solid rgba(25,55,94,.09);border-radius:24px;box-shadow:0 18px 42px rgba(26,56,98,.08)}
.hkgetda-home-values article::after{content:"";position:absolute;width:120px;height:120px;border-radius:50%;right:-45px;top:-40px;background:rgba(255,255,255,.42)}
.hkgetda-home-values span{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;font:800 11px/1 Georgia,serif;background:#fff}
.hkgetda-home-values h3{margin:38px 0 11px;color:#163455;font:650 26px/1.3 Georgia,"Noto Serif TC",serif}.hkgetda-home-values p{margin:0;color:#5a6c81;font-size:13.5px;line-height:1.78}
.hkgetda-value-blue{background:linear-gradient(145deg,#e7f2ff,#d8e9ff)}.hkgetda-value-purple{background:linear-gradient(145deg,#f2eaff,#e9d9ff)}.hkgetda-value-green{background:linear-gradient(145deg,#e7fbf2,#d4f5e5)}.hkgetda-value-orange{background:linear-gradient(145deg,#fff2dd,#ffe2bf)}
.hkgetda-home-section-work{position:relative;background:linear-gradient(140deg,#071f46,#183f91 48%,#5f3c9d 100%)}
.hkgetda-home-section-work::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 8% 10%,rgba(37,197,219,.18),transparent 25%),radial-gradient(circle at 92% 20%,rgba(255,193,78,.18),transparent 25%),radial-gradient(circle at 65% 92%,rgba(239,90,155,.15),transparent 28%)}
.hkgetda-home-section-work .hkgetda-home-shell,.hkgetda-home-section-gallery .hkgetda-home-shell{position:relative;z-index:1}
.hkgetda-home-heading-light h2{color:#fff}.hkgetda-home-heading-light>p{color:rgba(255,255,255,.7)}.hkgetda-home-heading-light .hkgetda-home-label{color:#ffd878}
.hkgetda-home-work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.hkgetda-work-card{position:relative;overflow:hidden;display:block;min-height:285px;padding:29px;border:1px solid rgba(255,255,255,.38);border-radius:24px;color:#173052;text-decoration:none;box-shadow:0 18px 48px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease}
.hkgetda-work-card:hover,.hkgetda-work-card:focus-visible{transform:translateY(-5px);box-shadow:0 28px 55px rgba(0,0,0,.2)}
.hkgetda-work-card::after{content:"";position:absolute;width:165px;height:165px;right:-65px;bottom:-72px;border-radius:50%;background:rgba(255,255,255,.42)}
.hkgetda-work-card b{font:800 12px/1 Georgia,serif;opacity:.72}.hkgetda-work-card h3{margin:52px 0 11px;font:700 27px/1.35 Georgia,"Noto Serif TC",serif}.hkgetda-work-card p{margin:0 0 18px;font-size:13.5px;line-height:1.8;opacity:.82}.hkgetda-work-card span{position:absolute;left:29px;bottom:26px;font-size:12px;font-weight:800}
.hkgetda-work-card-a{background:linear-gradient(145deg,#d7efff,#b5ddff)}.hkgetda-work-card-b{background:linear-gradient(145deg,#f5e5ff,#e4c7ff)}.hkgetda-work-card-c{background:linear-gradient(145deg,#d9f9eb,#bcecd7)}.hkgetda-work-card-d{background:linear-gradient(145deg,#fff0d7,#ffdca4)}.hkgetda-work-card-e{background:linear-gradient(145deg,#ffe2ec,#ffc3d9)}.hkgetda-work-card-f{background:linear-gradient(145deg,#fff6c9,#ffe68b)}
.hkgetda-home-section-founders{background:linear-gradient(150deg,#fff,#f5f1ff 45%,#eef8ff)}
.hkgetda-home-founder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.hkgetda-home-founder{display:grid;grid-template-columns:86px minmax(0,1fr);gap:24px;padding:32px;border:1px solid rgba(31,66,114,.12);border-radius:28px;box-shadow:0 20px 48px rgba(29,58,102,.1)}
.hkgetda-home-founder-ivy{background:linear-gradient(145deg,#fff,#f5e8ff)}.hkgetda-home-founder-john{background:linear-gradient(145deg,#fff,#e7f3ff)}
.hkgetda-home-founder-monogram{display:flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:23px;color:#fff;font:700 24px/1 Georgia,serif;background:linear-gradient(145deg,var(--hk-home-purple),var(--hk-home-pink));box-shadow:0 12px 28px rgba(105,73,178,.24)}
.hkgetda-home-founder-john .hkgetda-home-founder-monogram{background:linear-gradient(145deg,var(--hk-home-blue),var(--hk-home-cyan))}
.hkgetda-home-founder h3{margin:0;color:#17365b;font:700 29px/1.3 Georgia,"Noto Serif TC",serif}.hkgetda-home-founder h4{margin:7px 0 17px;color:#a66a18;font-size:14px}.hkgetda-home-founder p:not(.hkgetda-home-label),.hkgetda-home-founder li{color:#5a6e85;font-size:13.5px;line-height:1.8}.hkgetda-home-founder ul{margin:16px 0 0;padding-left:1.2em}
.hkgetda-home-center-action{text-align:center;margin-top:30px}.hkgetda-home-btn-dark{color:#fff;background:linear-gradient(90deg,var(--hk-home-navy),#3159b3)}.hkgetda-home-btn-white{color:var(--hk-home-navy);background:#fff;box-shadow:0 12px 28px rgba(0,0,0,.1)}
.hkgetda-home-section-gallery{position:relative;background:linear-gradient(135deg,#061a3c,#153d82 56%,#5c3293)}
.hkgetda-home-gallery-grid{display:grid;grid-template-columns:1.35fr repeat(2,minmax(0,.825fr));grid-template-rows:repeat(2,230px);gap:16px}
.hkgetda-home-gallery-grid a{position:relative;overflow:hidden;border-radius:22px;background:#0a2550;box-shadow:0 18px 42px rgba(0,0,0,.18)}
.hkgetda-home-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.hkgetda-home-gallery-grid a:hover img{transform:scale(1.035)}
.hkgetda-home-gallery-main{grid-row:1 / 3}.hkgetda-home-gallery-main span{position:absolute;left:22px;right:22px;bottom:20px;padding:17px 18px;border-radius:16px;color:#fff;background:rgba(4,21,48,.78);backdrop-filter:blur(8px)}.hkgetda-home-gallery-main strong{display:block;font:700 24px/1.3 Georgia,"Noto Serif TC",serif}.hkgetda-home-gallery-main small{display:block;margin-top:5px;opacity:.75}
.hkgetda-home-gallery-card span{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 12px;border-radius:12px;color:#fff;background:rgba(4,21,48,.78);font-size:12px;font-weight:750}
.hkgetda-home-section-news{background:linear-gradient(145deg,#fff8ea,#fff 48%,#edf7ff)}
.hkgetda-home-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.hkgetda-home-news-card{display:block;min-height:235px;padding:27px;border:1px solid rgba(26,62,110,.11);border-radius:23px;text-decoration:none;box-shadow:0 18px 40px rgba(27,57,96,.08);transition:transform .2s ease}.hkgetda-home-news-card:hover{transform:translateY(-4px)}
.hkgetda-home-news-card span{display:block;color:#835ea9;font-size:11px;font-weight:850;letter-spacing:.08em}.hkgetda-home-news-card h3{margin:38px 0 35px;color:#18375e;font:700 26px/1.42 Georgia,"Noto Serif TC",serif}.hkgetda-home-news-card b{font-size:12px;color:#355f9f}.hkgetda-home-news-1{background:linear-gradient(145deg,#fff,#e7f1ff)}.hkgetda-home-news-2{background:linear-gradient(145deg,#fff,#f2e6ff)}.hkgetda-home-news-3{background:linear-gradient(145deg,#fff,#e2f8ef)}
.hkgetda-home-contact{padding:72px 0;background:linear-gradient(100deg,#f7c84a 0%,#f49a34 35%,#ef5b99 67%,#7b4bcb 100%)}
.hkgetda-home-contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.hkgetda-home-contact .hkgetda-home-label{color:#fff8d7}.hkgetda-home-contact h2{margin:0;color:#fff;font:700 clamp(35px,4.5vw,56px)/1.2 Georgia,"Noto Serif TC",serif;text-shadow:0 7px 22px rgba(73,35,90,.15)}.hkgetda-home-contact p:not(.hkgetda-home-label){margin:18px 0 0;color:rgba(255,255,255,.88);font-size:13.5px}
.hkgetda-home-contact-actions{display:grid;gap:11px}.hkgetda-home-contact-actions a{display:flex;align-items:center;justify-content:space-between;min-height:54px;padding:13px 18px;border:1px solid rgba(255,255,255,.5);border-radius:16px;color:#fff;background:rgba(14,37,81,.18);backdrop-filter:blur(8px);font-size:13px;font-weight:800;text-decoration:none}.hkgetda-home-contact-actions a::after{content:"→";font-size:20px}
.hkgetda-home-v2 .hkgetda-content-credit{background:#06172f}
@media (max-width:1050px){.hkgetda-home-hero-grid{grid-template-columns:1fr;gap:42px}.hkgetda-home-hero-art{min-height:440px}.hkgetda-home-values{grid-template-columns:repeat(2,minmax(0,1fr))}.hkgetda-home-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hkgetda-home-gallery-grid{grid-template-columns:1.15fr 1fr;grid-template-rows:repeat(4,210px)}.hkgetda-home-gallery-main{grid-row:1/3}.hkgetda-home-gallery-card{min-height:210px}}
@media (max-width:800px){.hkgetda-home-shell{width:min(100% - 28px,1240px)}.hkgetda-home-hero{padding:60px 0 58px}.hkgetda-home-section{padding:72px 0 78px}.hkgetda-home-heading,.hkgetda-home-founder-grid,.hkgetda-home-contact-grid{grid-template-columns:1fr}.hkgetda-home-heading{gap:18px;align-items:start}.hkgetda-home-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hkgetda-home-stat-grid article:nth-child(2){border-right:0}.hkgetda-home-stat-grid article:nth-child(-n+2){border-bottom:1px solid rgba(29,64,116,.12)}.hkgetda-home-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:300px repeat(2,190px)}.hkgetda-home-gallery-main{grid-column:1/-1;grid-row:auto}.hkgetda-home-founder{grid-template-columns:70px minmax(0,1fr);padding:25px}.hkgetda-home-founder-monogram{width:64px;height:64px}.hkgetda-home-logo{width:min(540px,100%)}}
@media (max-width:590px){.hkgetda-home-hero-art{min-height:475px;border-radius:28px}.hkgetda-home-art-card{width:155px;padding:16px}.hkgetda-home-art-education{left:18px;top:40px}.hkgetda-home-art-arts{right:16px;top:184px}.hkgetda-home-art-global{left:25px;bottom:48px}.hkgetda-home-art-word{right:18px;bottom:40px;font-size:52px}.hkgetda-home-values,.hkgetda-home-work-grid,.hkgetda-home-news-grid,.hkgetda-home-gallery-grid{grid-template-columns:1fr}.hkgetda-home-gallery-grid{grid-template-rows:270px repeat(4,185px)}.hkgetda-home-gallery-main{grid-column:auto}.hkgetda-home-founder{grid-template-columns:1fr}.hkgetda-home-founder-monogram{margin-bottom:4px}.hkgetda-home-stat-grid{grid-template-columns:1fr}.hkgetda-home-stat-grid article{border-right:0;border-bottom:1px solid rgba(29,64,116,.12)}.hkgetda-home-stat-grid article:last-child{border-bottom:0}.hkgetda-home-actions{display:grid}.hkgetda-home-btn{width:100%}.hkgetda-home-contact-actions a{min-height:50px}}
