body.hksa-template {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #0f2336;
    background: #f7fbfd;
    overflow-x: hidden;
}

.hksa-shell {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.hksa-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(11, 41, 64, 0.92);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
    transition: box-shadow 180ms ease, background-color 180ms ease;
}

.hksa-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
}

.hksa-brand {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.hksa-brand-logo {
    height: 56px;
    width: auto;
    display: block;
}

.hksa-brand-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: #1c88c7;
    font-weight: 700;
}

.hksa-brand-text {
    font-size: 18px;
    font-weight: 700;
}

.hksa-nav {
    flex: 1;
}

.hksa-nav-list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hksa-nav-link,
.hksa-nav-link-button {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 8px 14px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.hksa-nav-link:hover,
.hksa-nav-link-button:hover,
.hksa-nav-link.is-active {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.hksa-nav-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.hksa-nav-dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
}

.hksa-nav-caret {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-left: -10px;
    color: rgba(255, 255, 255, 0.9);
    border: 0;
    background: transparent;
    cursor: pointer;
}

.hksa-nav-panel {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    min-width: 220px;
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 18px;
    padding: 8px;
    box-shadow: 0 18px 40px rgba(11, 41, 64, 0.18);
    z-index: 20;
}

.hksa-nav-dropdown:hover .hksa-nav-panel,
.hksa-nav-dropdown:focus-within .hksa-nav-panel {
    display: block;
}

.hksa-nav-panel-link {
    display: block;
    padding: 10px 12px;
    border-radius: 12px;
    color: #0f2336;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.hksa-nav-panel-link:hover,
.hksa-nav-panel-link.is-active {
    background: #eff7fb;
    color: #0b2940;
}

.hksa-header-tools {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.hksa-language-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: #fff;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 700;
}

.hksa-login {
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
}

.hksa-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 44px;
    height: 44px;
    padding: 10px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: transparent;
    cursor: pointer;
}

.hksa-mobile-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.hksa-mobile-nav[hidden] {
    display: none !important;
}

.hksa-mobile-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: #0b2940;
}

.hksa-mobile-nav-inner {
    display: flex;
    flex-direction: column;
    padding: 12px 0 16px;
}

.hksa-mobile-link,
.hksa-mobile-group-label {
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.hksa-mobile-link-child {
    padding-left: 16px;
    opacity: 0.88;
}

.hksa-mobile-group-label {
    padding-top: 16px;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
}

.hksa-hero {
    background: linear-gradient(180deg, #0b2940 0%, #123c59 100%);
    color: #fff;
    padding: 72px 0 56px;
}

.hksa-kicker {
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    opacity: 0.8;
}

.hksa-hero h1 {
    margin: 0;
    font-size: 42px;
    line-height: 1.1;
}

.hksa-hero-copy {
    max-width: 720px;
    margin: 16px 0 0;
    font-size: 18px;
    opacity: 0.9;
}

.hksa-section {
    padding: 48px 0;
}

.hksa-copy,
.hksa-page .edit {
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 20px;
    padding: 24px;
}

.hksa-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}

.hksa-card {
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 18px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 26px rgba(11, 41, 64, 0.06);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hksa-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(11, 41, 64, 0.12);
    border-color: #c7dce8;
}

.hksa-card-body {
    padding: 20px;
}

.hksa-card h3 {
    margin: 0 0 10px;
}

.hksa-card h3 a {
    color: inherit;
    text-decoration: none;
}

.hksa-card-media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #dfeef7;
}

.hksa-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hksa-card-kicker {
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    color: #1c88c7;
    font-weight: 700;
}

.hksa-card p {
    margin: 0;
    color: #466273;
}

.hksa-card-subtitle {
    margin-top: 8px;
    color: #466273;
    font-size: 14px;
}

.hksa-card-link {
    display: inline-flex;
    margin-top: 16px;
    color: #0b2940;
    font-weight: 700;
    text-decoration: none;
}

.hksa-card-grid-coach {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hksa-card-grid-contact,
.hksa-card-grid-charity {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hksa-card-grid-mission {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hksa-coach-section + .hksa-coach-section {
    margin-top: 40px;
}

.hksa-section-head {
    margin-bottom: 20px;
}

.hksa-section-head h2 {
    margin: 0;
    font-size: 32px;
    line-height: 1.15;
}

.hksa-coach-card {
    overflow: hidden;
}

.hksa-coach-trigger {
    display: block;
    width: 100%;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.hksa-coach-trigger .hksa-card-media img {
    transition: transform 240ms ease;
}

.hksa-coach-trigger:hover .hksa-card-media img {
    transform: scale(1.04);
}

.hksa-coach-name {
    display: block;
    font-size: 22px;
    line-height: 1.15;
    color: #0f2336;
    margin: 0;
}

.hksa-coach-modal[hidden] {
    display: none !important;
}

.hksa-coach-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
}

.hksa-coach-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 20, 31, 0.7);
}

.hksa-coach-modal-card {
    position: relative;
    width: min(980px, calc(100% - 32px));
    margin: 48px auto;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 28px 70px rgba(5, 20, 31, 0.35);
    max-height: calc(100vh - 96px);
}

.hksa-coach-modal-grid {
    display: grid;
    grid-template-columns: 320px 1fr;
    max-height: calc(100vh - 96px);
}

.hksa-coach-modal-media img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

.hksa-coach-modal-body {
    padding: 28px;
    overflow-y: auto;
}

.hksa-coach-modal-body h3 {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.1;
}

.hksa-coach-modal-body > p {
    line-height: 1.8;
}

.hksa-coach-modal-quote {
    margin: 18px 0 22px;
    padding-left: 16px;
    border-left: 3px solid #1c88c7;
    color: #36546b;
    font-style: italic;
}

.hksa-coach-modal-section + .hksa-coach-modal-section {
    margin-top: 22px;
}

.hksa-coach-modal-section h4 {
    margin: 0 0 10px;
    color: #22345a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hksa-coach-modal-list {
    margin: 0;
    padding-left: 18px;
    color: #4e6478;
}

.hksa-coach-modal-list li + li {
    margin-top: 8px;
}

.hksa-coach-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 2;
    border: 1px solid #d8e7ef;
    border-radius: 999px;
    padding: 8px 12px;
    background: #fff;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(11, 41, 64, 0.12);
}

.hksa-card-simple .hksa-card-body h3 {
    margin-bottom: 8px;
}

.hksa-about-intro {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 28px;
    align-items: center;
}

.hksa-about-media {
    position: relative;
    min-height: 440px;
}

.hksa-about-photo-main,
.hksa-about-photo-sub {
    position: absolute;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(11, 41, 64, 0.18);
}

.hksa-about-photo-main {
    inset: 0 auto auto 0;
    width: 68%;
    height: 60%;
}

.hksa-about-photo-sub {
    right: 0;
    bottom: 0;
    width: 58%;
    height: 54%;
    border: 4px solid #f7fbfd;
}

.hksa-about-metric {
    position: absolute;
    top: 18px;
    right: 0;
    width: 190px;
    padding: 18px;
    border-radius: 20px;
    background: #0b2940;
    color: #fff;
    box-shadow: 0 18px 40px rgba(11, 41, 64, 0.25);
}

.hksa-about-metric strong {
    display: block;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px;
}

.hksa-about-metric span {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    opacity: 0.85;
}

.hksa-about-copy .edit {
    margin: 0;
}

.hksa-section-block {
    margin-top: 40px;
}

.hksa-founder {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 28px;
    margin-top: 40px;
    align-items: center;
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 24px;
    overflow: hidden;
}

.hksa-founder-media img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
}

.hksa-founder-copy {
    padding: 28px;
}

.hksa-founder-copy h2 {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1.1;
}

.hksa-founder-quote {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 1.55;
    color: #1c88c7;
    font-style: italic;
}

.hksa-venue-card {
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 0;
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 24px;
    overflow: hidden;
    margin-top: 28px;
    box-shadow: 0 12px 30px rgba(11, 41, 64, 0.08);
}

.hksa-venue-card:nth-of-type(even) {
    grid-template-columns: 1fr 380px;
}

.hksa-venue-card:nth-of-type(even) .hksa-venue-media {
    order: 2;
}

.hksa-venue-card:nth-of-type(even) .hksa-venue-body {
    order: 1;
}

.hksa-venue-media {
    position: relative;
    min-height: 320px;
}

.hksa-venue-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hksa-venue-region {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(11, 41, 64, 0.9);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hksa-venue-body {
    padding: 28px;
}

.hksa-venue-body h2 {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.1;
}

.hksa-venue-facilities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.hksa-venue-facilities span {
    padding: 8px 12px;
    border-radius: 999px;
    background: #eff7fb;
    color: #0f2336;
    font-size: 13px;
    font-weight: 600;
}

.hksa-venue-note {
    margin-top: 18px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f4f8fb;
    font-style: italic;
    line-height: 1.7;
}

.hksa-contact-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
}

.hksa-contact-intro {
    margin: 16px 0 24px;
    font-size: 16px;
    color: #466273;
}

.hksa-contact-form-card {
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 14px 34px rgba(11, 41, 64, 0.08);
}

.hksa-contact-form-card h2 {
    margin: 0 0 16px;
    font-size: 28px;
}

.hksa-contact-form-card input,
.hksa-contact-form-card textarea,
.hksa-contact-form-card select {
    width: 100%;
    border: 1px solid #c8dbe6;
    border-radius: 12px;
    padding: 12px 14px;
    margin-top: 8px;
}

.hksa-contact-form-card button,
.hksa-contact-form-card [type='submit'] {
    margin-top: 14px;
    border: 0;
    border-radius: 999px;
    padding: 12px 18px;
    background: #0b2940;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

.hksa-contact-form-card label,
.hksa-contact-form-card .form-label {
    display: block;
    margin-top: 14px;
    font-size: 13px;
    font-weight: 700;
    color: #29485a;
}

.hksa-contact-form-card input:focus,
.hksa-contact-form-card textarea:focus,
.hksa-contact-form-card select:focus {
    outline: none;
    border-color: #1c88c7;
    box-shadow: 0 0 0 4px rgba(28, 136, 199, 0.12);
}

.hksa-contact-form-card textarea {
    min-height: 140px;
}

.hksa-charity-hero {
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(11, 41, 64, 0.18);
}

.hksa-charity-hero img {
    width: 100%;
    display: block;
}

.hksa-charity-copy {
    margin-top: 28px;
}

.hksa-charity-copy h2 {
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 1.15;
}

.hksa-charity-body {
    margin-top: 24px;
}

.hksa-charity-body p + p {
    margin-top: 16px;
}

.hksa-programme-intro {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 40px;
}

.hksa-programme-intro h2 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.15;
}

.hksa-programme-card,
.hksa-programme-split {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 28px;
    align-items: center;
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 24px;
    padding: 28px;
    margin-top: 28px;
}

.hksa-programme-card-accent {
    background: #c8102e;
    color: #fff;
}

.hksa-programme-card-accent h2,
.hksa-programme-card-accent p,
.hksa-programme-card-accent .hksa-card-kicker {
    color: inherit;
}

.hksa-programme-logo-wrap,
.hksa-programme-inline-brand img,
.hksa-programme-block-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hksa-programme-logo-wrap img,
.hksa-programme-block-logo,
.hksa-programme-inline-brand img {
    max-width: 180px;
    width: 100%;
    object-fit: contain;
}

.hksa-programme-copy h2,
.hksa-programme-split-copy h2,
.hksa-programme-block h2,
.hksa-programme-dark h2 {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.15;
}

.hksa-programme-pill {
    display: inline-flex;
    margin-top: 16px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    font-weight: 700;
}

.hksa-programme-split-media img {
    width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    border-radius: 20px;
}

.hksa-programme-inline-brand {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 16px;
}

.hksa-programme-inline-brand img {
    max-width: 72px;
}

.hksa-programme-quote {
    margin: 18px 0 10px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f4f8fb;
    color: #0f2336;
    font-style: italic;
}

.hksa-programme-quote-light {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.hksa-programme-partners {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.hksa-programme-partner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: #f4f8fb;
}

.hksa-programme-partner img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.hksa-programme-block,
.hksa-programme-dark {
    margin-top: 32px;
}

.hksa-programme-dark {
    padding: 32px;
    border-radius: 28px;
    background: linear-gradient(180deg, #0b2940 0%, #123c59 100%);
    color: #fff;
}

.hksa-programme-dark .hksa-section-head p,
.hksa-programme-dark .hksa-card-kicker {
    color: #fff;
}

.hksa-programme-dark .hksa-card {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.hksa-programme-dark .hksa-card h3,
.hksa-programme-dark .hksa-card p {
    color: #fff;
}

.hksa-back-link {
    display: inline-flex;
    margin-bottom: 18px;
    color: #0b2940;
    font-weight: 700;
    text-decoration: none;
    align-items: center;
    gap: 8px;
}

.hksa-back-link::before {
    content: '<';
    opacity: 0.7;
}

.hksa-article {
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 24px;
    padding: 28px;
    max-width: 920px;
    margin: 0 auto;
    box-shadow: 0 16px 40px rgba(11, 41, 64, 0.08);
}

.hksa-article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e7f0f5;
}

.hksa-article-date {
    color: #466273;
    font-size: 14px;
    font-weight: 600;
}

.hksa-article-intro {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.7;
    color: #29485a;
    max-width: 760px;
}

.hksa-article-cover {
    margin-bottom: 22px;
    border-radius: 22px;
    overflow: hidden;
    background: #dfeef7;
}

.hksa-article-cover img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.hksa-article-body {
    margin: 0;
    color: #223949;
    line-height: 1.9;
}

.hksa-article-body p + p {
    margin-top: 16px;
}

.hksa-article-body h2,
.hksa-article-body h3 {
    margin-top: 28px;
    margin-bottom: 12px;
}

.hksa-employment-intro {
    max-width: 860px;
    margin-bottom: 28px;
}

.hksa-job-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.hksa-job-card {
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 24px;
    overflow: hidden;
}

.hksa-job-card-body {
    padding: 24px;
}

.hksa-job-card h2 {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.2;
}

.hksa-job-list {
    margin: 0;
    padding-left: 18px;
    color: #466273;
}

.hksa-job-list li + li {
    margin-top: 10px;
}

.hksa-apply-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 28px 0 16px;
    padding: 24px 28px;
    border-radius: 24px;
    background: linear-gradient(180deg, #0b2940 0%, #123c59 100%);
    color: #fff;
}

.hksa-apply-card p,
.hksa-apply-card .hksa-card-kicker,
.hksa-apply-card .hksa-card-link {
    color: inherit;
}

.hksa-apply-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    border-radius: 999px;
    background: #1c88c7;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.hksa-meta-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.hksa-meta-strip span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eaf5fb;
    color: #0f2336;
    font-size: 14px;
}

.hksa-faq-group + .hksa-faq-group {
    margin-top: 24px;
}

.hksa-faq-item {
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 16px;
    padding: 14px 16px;
    margin-top: 12px;
}

.hksa-faq-item summary {
    cursor: pointer;
    font-weight: 700;
}

.hksa-faq-item p {
    margin: 12px 0 0;
}

.hksa-schedule-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0;
}

.hksa-schedule-tab {
    border: 1px solid #d8e7ef;
    background: #fff;
    color: #0f2336;
    border-radius: 999px;
    padding: 10px 14px;
    cursor: pointer;
    font-weight: 700;
}

.hksa-schedule-tab.is-active {
    background: #0b2940;
    color: #fff;
    border-color: #0b2940;
}

.hksa-schedule-panel {
    display: none;
}

.hksa-schedule-panel.is-active {
    display: block;
}

.hksa-schedule-course {
    background: #fff;
    border: 1px solid #d8e7ef;
    border-radius: 18px;
    padding: 0;
    margin-top: 16px;
    overflow: hidden;
}

.hksa-schedule-course summary {
    list-style: none;
    cursor: pointer;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-weight: 700;
}

.hksa-schedule-course summary::-webkit-details-marker {
    display: none;
}

.hksa-schedule-course-title {
    color: #0f2336;
}

.hksa-schedule-course-subtitle {
    color: #466273;
    font-size: 14px;
    font-weight: 400;
}

.hksa-schedule-course-body {
    padding: 0 20px 20px;
}

.hksa-schedule-section + .hksa-schedule-section {
    margin-top: 20px;
}

.hksa-schedule-section h3 {
    margin: 0 0 12px;
}

.hksa-table-wrap {
    overflow-x: auto;
    border: 1px solid #d8e7ef;
    border-radius: 14px;
}

.hksa-schedule-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    background: #fff;
}

.hksa-schedule-table th,
.hksa-schedule-table td {
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e7f0f5;
}

.hksa-schedule-table th {
    background: #eff7fb;
}

.hksa-video-embed {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
    border-radius: 18px;
    overflow: hidden;
    background: #091a29;
}

.hksa-video-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.hksa-footer {
    background: #0b2940;
    color: #d9edf7;
    margin-top: 48px;
    padding: 40px 0 24px;
}

.hksa-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 24px;
}

.hksa-footer h3,
.hksa-footer-brand {
    margin: 0 0 12px;
    color: #fff;
}

.hksa-footer-slogan {
    margin: 0;
}

.hksa-footer-logo-link {
    display: inline-flex;
    margin-bottom: 14px;
}

.hksa-footer-logo {
    height: 60px;
    width: auto;
}

.hksa-footer-socials {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.hksa-footer-socials a,
.hksa-footer-links a {
    color: inherit;
    text-decoration: none;
}

.hksa-footer-socials a {
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.hksa-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hksa-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hksa-footer-contact span {
    display: block;
    font-size: 12px;
    opacity: 0.72;
}

.hksa-footer-contact strong {
    display: block;
    margin-top: 2px;
    color: #fff;
    font-size: 14px;
}

.hksa-footer-bottom {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 960px) {
    .hksa-header-inner,
    .hksa-footer-grid {
        grid-template-columns: 1fr;
    }

    .hksa-header-inner {
        align-items: flex-start;
    }

    .hksa-nav {
        display: none;
    }

    .hksa-mobile-toggle {
        display: inline-flex;
    }

    .hksa-hero h1 {
        font-size: 32px;
    }

    .hksa-card-grid {
        grid-template-columns: 1fr;
    }

    .hksa-card-grid-coach,
    .hksa-card-grid-contact,
    .hksa-card-grid-charity,
    .hksa-card-grid-mission,
    .hksa-coach-modal-grid,
    .hksa-about-intro,
    .hksa-founder,
    .hksa-venue-card,
    .hksa-contact-layout,
    .hksa-programme-card,
    .hksa-programme-split,
    .hksa-job-grid {
        grid-template-columns: 1fr;
    }

    .hksa-venue-card:nth-of-type(even) .hksa-venue-media,
    .hksa-venue-card:nth-of-type(even) .hksa-venue-body {
        order: initial;
    }

    .hksa-schedule-course summary {
        padding: 16px;
    }

    .hksa-schedule-course-body {
        padding: 0 16px 16px;
    }

    .hksa-coach-modal-card {
        margin: 16px auto;
        max-height: calc(100vh - 32px);
    }

    .hksa-about-media {
        min-height: 360px;
    }

    .hksa-about-metric {
        width: 170px;
    }

    .hksa-programme-partners {
        grid-template-columns: 1fr;
    }

    .hksa-apply-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .hksa-article {
        padding: 20px;
    }

    .hksa-article-meta {
        align-items: flex-start;
    }
}

/* Design HTML alignment overrides */
body.hksa-template {
    font-family: "Inter", "Noto Sans TC", Arial, sans-serif;
    color: #2a3f67;
    background: #ffffff;
}

.hksa-shell {
    width: min(1320px, calc(100% - 48px));
}

.hksa-section {
    padding: 72px 0;
}

.hksa-inline-icon,
.hksa-tool-icon,
.hksa-nav-caret-icon,
.hksa-mobile-toggle-icon,
.hksa-social-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.hksa-mobile-toggle-icon {
    width: 20px;
    height: 20px;
}

.hksa-nav-caret-icon {
    width: 14px;
    height: 14px;
}

.hksa-header {
    position: fixed;
    inset: 0 0 auto 0;
    background: linear-gradient(180deg, rgba(9, 25, 66, 0.88) 0%, rgba(9, 25, 66, 0.06) 100%);
    border-bottom: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.hksa-header.is-scrolled {
    background: rgba(255, 255, 255, 0.88);
    color: #22345a;
    border-bottom: 1px solid rgba(210, 223, 237, 0.9);
    box-shadow: 0 14px 38px rgba(12, 34, 73, 0.1);
    backdrop-filter: blur(16px);
}

.hksa-header-inner {
    min-height: 80px;
    gap: 28px;
    padding: 18px 0;
}

.hksa-brand-logo {
    height: 64px;
}

.hksa-nav-list {
    gap: 4px;
}

.hksa-nav-link,
.hksa-nav-link-button {
    color: rgba(255, 255, 255, 0.92);
    padding: 9px 15px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 600;
}

.hksa-header.is-scrolled .hksa-nav-link,
.hksa-header.is-scrolled .hksa-nav-link-button,
.hksa-header.is-scrolled .hksa-nav-caret {
    color: #22345a;
}

.hksa-nav-link:hover,
.hksa-nav-link-button:hover,
.hksa-nav-link.is-active,
.hksa-nav-dropdown.is-active > .hksa-nav-link {
    background: rgba(255, 255, 255, 0.16);
}

.hksa-header.is-scrolled .hksa-nav-link:hover,
.hksa-header.is-scrolled .hksa-nav-link-button:hover,
.hksa-header.is-scrolled .hksa-nav-link.is-active,
.hksa-header.is-scrolled .hksa-nav-dropdown.is-active > .hksa-nav-link {
    background: rgba(34, 52, 90, 0.08);
    color: #22345a;
}

.hksa-nav-caret {
    margin-left: -8px;
}

.hksa-nav-panel {
    display: block;
    top: 100%;
    min-width: 240px;
    margin-top: 8px;
    padding: 10px;
    border-radius: 20px;
    border-color: #dbe5f1;
    box-shadow: 0 24px 50px rgba(16, 40, 82, 0.16);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.hksa-nav-dropdown:hover .hksa-nav-panel,
.hksa-nav-dropdown:focus-within .hksa-nav-panel,
.hksa-nav-dropdown.is-open .hksa-nav-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
}

.hksa-nav-panel-link {
    padding: 12px 14px;
    border-radius: 14px;
}

.hksa-header-tools {
    gap: 12px;
}

.hksa-language-switch,
.hksa-login {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.hksa-language-switch {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.hksa-login {
    border: 0;
    background: linear-gradient(135deg, #67c8f4 0%, #88d8fb 100%);
    color: #fff;
    box-shadow: 0 16px 30px rgba(95, 182, 231, 0.38);
}

.hksa-header.is-scrolled .hksa-language-switch {
    background: rgba(255, 255, 255, 0.82);
    border-color: #d7e4f0;
    color: #22345a;
}

.hksa-header.is-scrolled .hksa-login {
    color: #fff;
}

.hksa-mobile-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.hksa-mobile-toggle span {
    display: none;
}

.hksa-header.is-scrolled .hksa-mobile-toggle {
    background: rgba(255, 255, 255, 0.9);
    border-color: #d7e4f0;
    color: #22345a;
}

.hksa-mobile-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-top: 1px solid #e0e9f3;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 22px 48px rgba(15, 35, 72, 0.14);
}

.hksa-mobile-link,
.hksa-mobile-group-label {
    color: #22345a;
}

.hksa-mobile-link:hover,
.hksa-mobile-link.is-active {
    color: #1f3e78;
}

.hksa-mobile-link-child {
    padding-left: 18px;
}

.hksa-hero {
    position: relative;
    overflow: hidden;
    padding: 156px 0 112px;
    background: linear-gradient(135deg, #0b1c4c 0%, #1d3e86 100%);
    color: #fff;
}

.hksa-hero-minimal {
    min-height: 292px;
    padding: 116px 0 56px;
}

.hksa-hero-texture,
.hksa-hero-bubbles,
.hksa-hero-wave {
    position: absolute;
    inset: 0;
}

.hksa-hero-texture {
    background: url("../img/water-texture.jpg") center / cover no-repeat;
    opacity: 0.2;
    mix-blend-mode: screen;
}

.hksa-hero-bubbles span {
    position: absolute;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.68), rgba(128, 212, 255, 0.22));
    box-shadow: 0 0 18px rgba(157, 219, 255, 0.28);
}

.hksa-hero-bubbles span:nth-child(1) {
    width: 12px;
    height: 12px;
    top: 18%;
    left: 12%;
}

.hksa-hero-bubbles span:nth-child(2) {
    width: 22px;
    height: 22px;
    top: 14%;
    right: 25%;
}

.hksa-hero-bubbles span:nth-child(3) {
    width: 14px;
    height: 14px;
    top: 52%;
    left: 32%;
}

.hksa-hero-bubbles span:nth-child(4) {
    width: 18px;
    height: 18px;
    right: 10%;
    bottom: 22%;
}

.hksa-hero-bubbles span:nth-child(5) {
    width: 10px;
    height: 10px;
    left: 8%;
    bottom: 12%;
}

.hksa-hero-bubbles span:nth-child(6) {
    width: 16px;
    height: 16px;
    right: 30%;
    bottom: 8%;
}

.hksa-hero-wave {
    inset: auto -8% -40px;
    height: 120px;
    background: linear-gradient(180deg, rgba(86, 134, 209, 0.46), rgba(69, 116, 192, 0.6));
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: scaleX(1.15);
}

.hksa-hero-inner {
    position: relative;
    z-index: 2;
}

.hksa-kicker {
    margin: 0 0 18px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.24em;
    color: #6cc9f2;
}

.hksa-hero h1 {
    margin: 0;
    max-width: 760px;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: 0;
}

.hksa-hero-copy {
    max-width: 700px;
    margin-top: 24px;
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.78);
}

.hksa-section-head h2,
.hksa-venue-body h2,
.hksa-contact-panel h2,
.hksa-coach-modal-body h3 {
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    letter-spacing: 0;
}

.hksa-coach-section + .hksa-coach-section {
    margin-top: 56px;
}

.hksa-coach-card {
    position: relative;
    border: 0;
    border-radius: 22px;
    background: linear-gradient(180deg, #182654 0%, #21336b 100%);
    box-shadow: 0 24px 48px rgba(19, 40, 88, 0.2);
}

.hksa-coach-card::after {
    content: "";
    position: absolute;
    right: 16px;
    bottom: 8px;
    width: 120px;
    height: 44px;
    background: url("../img/hksa-logo-color.png") center / contain no-repeat;
    opacity: 0.15;
    filter: grayscale(1) brightness(1.7);
    pointer-events: none;
}

.hksa-coach-trigger {
    position: relative;
    color: #fff;
    padding: 14px;
}

.hksa-coach-plus {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #67c8f4;
    color: #13305e;
    box-shadow: 0 10px 18px rgba(73, 165, 219, 0.3);
}

.hksa-coach-trigger .hksa-card-media {
    border-radius: 16px;
    background: #fff;
    border: 3px solid rgba(255, 255, 255, 0.9);
    aspect-ratio: 0.88;
}

.hksa-coach-card .hksa-card-body {
    position: relative;
    padding: 16px 2px 4px;
}

.hksa-coach-card .hksa-card-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #67c8f4;
    color: #13305e;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.hksa-coach-name {
    color: #fff;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 20px;
}

.hksa-coach-card .hksa-card-subtitle {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.82);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    font-weight: 700;
}

.hksa-contact-layout {
    grid-template-columns: minmax(320px, 510px) minmax(0, 1fr);
    gap: 40px;
    align-items: start;
}

.hksa-contact-panel {
    border-radius: 30px;
    padding: 40px;
    background: linear-gradient(180deg, #162455 0%, #1d2e67 100%);
    color: #fff;
    box-shadow: 0 28px 56px rgba(18, 39, 84, 0.18);
}

.hksa-contact-panel h2 {
    margin: 0 0 28px;
    color: #67c8f4;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hksa-contact-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hksa-contact-item {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.hksa-contact-item-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #67c8f4;
    margin-top: 2px;
}

.hksa-contact-item-copy p {
    margin: 0 0 6px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.875rem;
    font-weight: 700;
}

.hksa-contact-item-copy h3 {
    margin: 0;
    color: #fff;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.hksa-contact-form-card {
    border: 1px solid #dfe8f2;
    border-radius: 30px;
    padding: 32px 40px 36px;
    box-shadow: 0 18px 40px rgba(18, 39, 84, 0.08);
}

.hksa-contact-form-card .contact-form-container,
.hksa-contact-form-card .contact-form,
.hksa-contact-form-card .contact-form-template-dream {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.hksa-contact-form-card .contact-form-title,
.hksa-contact-form-card .edit[field="contact_form_title"] {
    display: none !important;
}

.hksa-contact-form-card form.mw_form > .module-custom-fields > .mw-flex-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.hksa-contact-form-card form.mw_form > .module-custom-fields > .mw-flex-row > .mw-flex-col-md-12:nth-child(3) {
    grid-column: 1 / -1;
}

.hksa-contact-form-card form.mw_form > .mw-flex-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px;
    align-items: end;
    margin-top: 24px;
}

.hksa-contact-form-card form.mw_form label {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #2b3f67;
}

.hksa-contact-form-card form.mw_form input,
.hksa-contact-form-card form.mw_form textarea {
    border-color: #d7e2ef;
    border-radius: 16px;
    padding: 13px 16px;
    margin-top: 0;
}

.hksa-contact-form-card form.mw_form textarea {
    min-height: 118px;
}

.hksa-contact-form-card form.mw_form .captcha-holder {
    width: 100% !important;
}

.hksa-contact-form-card form.mw_form .module-btn button {
    min-width: 140px;
    margin-top: 0;
    background: linear-gradient(135deg, #67c8f4 0%, #88d8fb 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(95, 182, 231, 0.28);
}

.hksa-venue-card {
    gap: 0;
    margin-top: 36px;
    border: 0;
    border-radius: 34px;
    background: #fff;
    box-shadow: 0 24px 54px rgba(20, 38, 80, 0.1);
    overflow: hidden;
}

.hksa-venue-media {
    min-height: 404px;
}

.hksa-venue-media img {
    height: 100%;
}

.hksa-venue-region {
    top: 18px;
    left: 18px;
    padding: 9px 15px;
    border-radius: 999px;
    background: #253770;
    color: #fff;
    font-size: 13px;
    box-shadow: 0 12px 22px rgba(21, 38, 80, 0.22);
}

.hksa-venue-body {
    padding: 38px 34px;
    justify-content: center;
}

.hksa-venue-subtitle {
    margin: 0 0 10px;
    color: #67c8f4;
    font-size: 14px;
    font-weight: 700;
}

.hksa-venue-body h2 {
    margin: 0 0 16px;
    font-size: 30px;
    color: #22345a;
}

.hksa-venue-address,
.hksa-venue-pool {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 14px;
    color: #465d81;
    font-size: 15px;
    line-height: 1.65;
}

.hksa-venue-pool {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 10px 16px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: #f4f8fc;
    color: #22345a;
    font-weight: 700;
}

.hksa-venue-facilities-label {
    margin: 0 0 14px;
    color: #526891;
    font-size: 14px;
    font-weight: 700;
}

.hksa-venue-facilities {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 20px;
}

.hksa-venue-facilities span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    background: transparent;
    color: #3f5478;
    font-size: 15px;
    font-weight: 600;
}

.hksa-venue-facilities span::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #586b96;
    border-radius: 999px;
    flex: 0 0 auto;
}

.hksa-venue-note {
    margin-top: 24px;
    padding: 18px 20px;
    border-radius: 18px;
    background: #f4f8fc;
    font-style: normal;
}

.hksa-venue-note-label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #526891;
    font-size: 14px;
    font-weight: 700;
}

.hksa-venue-note p {
    margin: 0;
    color: #5e6f8c;
    line-height: 1.7;
}

.hksa-back-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    color: #2f426d;
    font-size: 0.875rem;
    font-weight: 600;
}

.hksa-back-link::before {
    content: none;
}

.hksa-article {
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: 980px;
    padding: 0;
}

.hksa-article-meta {
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 22px;
    padding: 0;
    border-bottom: 0;
}

.hksa-article-date {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #7a89a3;
    font-size: 0.875rem;
}

.hksa-article-intro {
    margin: 0 0 26px;
    color: #566883;
    font-size: 1.125rem;
    line-height: 1.75;
}

.hksa-article-cover,
.hksa-video-embed {
    margin-bottom: 28px;
    border-radius: 26px;
    border: 1px solid #e2eaf3;
    background: #fff;
    box-shadow: none;
}

.hksa-article-body {
    color: #566883;
    font-size: 1.125rem;
    line-height: 1.75;
}

.hksa-article-body p + p {
    margin-top: 18px;
}

.hksa-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #162454 0%, #21356d 100%);
    color: rgba(255, 255, 255, 0.78);
    margin-top: 0;
    padding: 84px 0 28px;
}

.hksa-footer::before {
    content: "";
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: 112px;
    height: 140px;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    background: rgba(78, 114, 187, 0.3);
    transform: scaleX(1.16);
}

.hksa-footer-grid,
.hksa-footer-bottom {
    position: relative;
    z-index: 1;
}

.hksa-footer-grid {
    gap: 48px;
}

.hksa-footer h3 {
    margin: 0 0 18px;
    color: #67c8f4;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hksa-footer-logo {
    height: 76px;
}

.hksa-footer-slogan {
    max-width: 240px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
}

.hksa-footer-socials {
    gap: 14px;
    margin-top: 22px;
}

.hksa-footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.hksa-footer-links {
    gap: 12px;
}

.hksa-footer-links a {
    color: rgba(255, 255, 255, 0.8);
}

.hksa-footer-contact {
    gap: 16px;
}

.hksa-footer-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.hksa-footer-contact-icon {
    color: #67c8f4;
    margin-top: 2px;
}

.hksa-footer-contact strong {
    margin-top: 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    font-weight: 600;
}

.hksa-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 52px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.hksa-footer-bottom-slogan {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

@media (max-width: 1100px) {
    .hksa-header-inner {
        gap: 18px;
    }

    .hksa-nav-link,
    .hksa-nav-link-button {
        padding: 9px 12px;
        font-size: 14px;
    }

    .hksa-contact-layout,
    .hksa-venue-card {
        grid-template-columns: 1fr;
    }

    .hksa-venue-card:nth-of-type(even) .hksa-venue-media,
    .hksa-venue-card:nth-of-type(even) .hksa-venue-body {
        order: initial;
    }

    .hksa-venue-media {
        min-height: 320px;
    }

    .hksa-card-grid-coach {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 960px) {
    .hksa-shell {
        width: min(100%, calc(100% - 32px));
    }

    .hksa-header-inner {
        min-height: 74px;
        padding: 14px 0;
        align-items: center;
    }

    .hksa-brand-logo {
        height: 50px;
    }

    .hksa-hero {
        padding: 124px 0 80px;
    }

    .hksa-hero-minimal {
        min-height: 240px;
        padding: 104px 0 40px;
    }

    .hksa-hero h1 {
        font-size: 3rem;
    }

    .hksa-hero-copy {
        font-size: 1rem;
    }

    .hksa-contact-panel,
    .hksa-contact-form-card,
    .hksa-venue-body {
        padding: 28px 24px;
    }

    .hksa-contact-form-card form.mw_form > .module-custom-fields > .mw-flex-row,
    .hksa-contact-form-card form.mw_form > .mw-flex-row,
    .hksa-venue-facilities,
    .hksa-footer-bottom {
        grid-template-columns: 1fr;
    }

    .hksa-footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .hksa-shell {
        width: calc(100% - 28px);
    }

    .hksa-hero h1 {
        font-size: 2.25rem;
    }

    .hksa-contact-panel h2,
    .hksa-venue-body h2 {
        font-size: 1.875rem;
    }

    .hksa-card-grid-coach {
        grid-template-columns: 1fr;
    }

    .hksa-coach-trigger {
        padding: 12px;
    }

    .hksa-contact-item-copy h3,
    .hksa-article-body,
    .hksa-article-intro {
        font-size: 16px;
    }

    .hksa-venue-media {
        min-height: 260px;
    }

    .hksa-footer {
        padding-top: 64px;
    }
}

/* Home page and shared design interactions */
.hksa-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.hksa-button:hover {
    transform: scale(1.045);
}

.hksa-button-primary {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, #67c8f4 0%, #88d8fb 100%);
    box-shadow: 0 16px 34px rgba(95, 182, 231, 0.35);
}

.hksa-button-ghost {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
}

.hksa-button-ghost:hover {
    background: rgba(255, 255, 255, 0.2);
}

.hksa-button-icon {
    width: 18px;
    height: 18px;
}

.hksa-home {
    color: #22345a;
    background: #fff;
    overflow-x: clip;
}

.hksa-home-hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
}

.hksa-home-hero-bg {
    position: absolute;
    inset: 0;
    background: #102454;
}

.hksa-home-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hksa-home-hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 36, 84, 0.42) 0%, rgba(22, 36, 84, 0.36) 42%, rgba(22, 36, 84, 0.82) 100%);
}

.hksa-home-hero-inner {
    position: relative;
    z-index: 2;
    padding-top: 128px;
    padding-bottom: 80px;
}

.hksa-home-hero-copy {
    max-width: 940px;
}

.hksa-home-hero h1 {
    margin: 0;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: clamp(48px, 7vw, 88px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: 0;
    text-wrap: balance;
}

.hksa-home-hero-copy p {
    max-width: 590px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.125rem;
    line-height: 1.7;
}

.hksa-wave-text {
    display: inline-block;
    width: 0;
    min-height: 0.16em;
}

.hksa-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 36px;
}

.hksa-home-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 760px;
    margin-top: 64px;
}

.hksa-home-stat {
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(14px);
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.hksa-home-stat:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.15);
}

.hksa-home-stat strong {
    display: block;
    color: #67c8f4;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 2.25rem;
    line-height: 1;
}

.hksa-home-stat span {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hksa-home-bubbles,
.hksa-home-section-bubbles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.hksa-home-section-bubbles {
    opacity: 0.6;
}

.hksa-bubble {
    position: absolute;
    bottom: -10%;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), rgba(103, 200, 244, 0.35));
    box-shadow: 0 0 12px rgba(103, 200, 244, 0.35);
    animation-name: hksa-bubble-rise;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
}

.hksa-home-section-bubbles .hksa-bubble {
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), rgba(90, 181, 226, 0.25));
    box-shadow: 0 0 12px rgba(90, 181, 226, 0.25);
}

.hksa-home-section-intro {
    max-width: 720px;
    margin: 0 auto;
    padding: 56px 24px;
    text-align: center;
}

.hksa-home-section-intro h2,
.hksa-home-section-row h2,
.hksa-home-course-copy h2 {
    margin: 0;
    color: #22345a;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
}

.hksa-home-difference {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.hksa-home-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    overflow: hidden;
}

.hksa-home-feature-image,
.hksa-home-feature-copy {
    aspect-ratio: 1 / 1;
    min-height: 320px;
}

.hksa-home-feature-image {
    position: relative;
    overflow: hidden;
}

.hksa-home-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.hksa-home-feature-image:hover img,
.hksa-card:hover .hksa-card-media img,
.hksa-home-venue-card:hover img {
    transform: scale(1.08);
}

.hksa-home-feature-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 48px;
    color: #fff;
    text-align: center;
}

.hksa-home-feature-aqua {
    background: #16c5a8;
}

.hksa-home-feature-pink {
    background: #ec4c8e;
}

.hksa-home-feature-green {
    background: #a5cc3a;
}

.hksa-home-feature-copy h3 {
    margin: 0;
    color: #fff;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: clamp(24px, 2vw, 30px);
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hksa-home-feature-copy p {
    max-width: 360px;
    margin: 20px 0 0;
    color: rgba(255, 255, 255, 0.95);
    font-size: 1rem;
    line-height: 1.75;
}

.hksa-home-feature-copy a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 10px 28px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.hksa-home-feature-copy a:hover {
    background: #fff;
}

.hksa-home-feature-aqua a:hover {
    color: #16a98f;
}

.hksa-home-feature-pink a:hover {
    color: #d73579;
}

.hksa-home-feature-green a:hover {
    color: #769c1d;
}

.hksa-home-course-fit {
    position: relative;
    overflow: hidden;
    padding: 96px 0;
    background: linear-gradient(180deg, #f7fbff 0%, #eef7fb 100%);
}

.hksa-home-course-fit-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 48px;
}

.hksa-home-course-photo {
    position: relative;
}

.hksa-home-photo-glow {
    position: absolute;
    inset: -18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #67c8f4 0%, #88d8fb 100%);
    opacity: 0.2;
    filter: blur(48px);
    animation: hksa-float-slow 6s ease-in-out infinite;
}

.hksa-home-course-photo img {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(19, 40, 88, 0.18);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}

.hksa-home-course-photo img:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(19, 40, 88, 0.22);
}

.hksa-home-course-copy p:not(.hksa-card-kicker) {
    margin: 24px 0 0;
    color: #566883;
    font-size: 18px;
    line-height: 1.85;
}

.hksa-home-check-list {
    display: grid;
    gap: 14px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.hksa-home-check-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #30466d;
    font-size: 16px;
}

.hksa-home-check-list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, #67c8f4 0%, #88d8fb 100%);
    flex: 0 0 auto;
}

.hksa-home-check-list .hksa-inline-icon {
    width: 14px;
    height: 14px;
}

.hksa-home-courses {
    padding: 96px 0 56px;
    background: #fff;
}

.hksa-home-section-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 48px;
}

.hksa-home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 999px;
    color: #22345a;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, gap 0.3s ease;
}

.hksa-home-text-link:hover {
    gap: 12px;
    background: rgba(34, 52, 90, 0.06);
}

.hksa-home-course-grid {
    margin-top: 0;
}

.hksa-home-course-card {
    border-radius: 24px;
}

.hksa-card-media {
    overflow: hidden;
}

.hksa-card-media img {
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.hksa-home-course-card .hksa-card-body {
    padding: 24px;
}

.hksa-home-course-card h3 {
    margin-top: 8px;
    color: #22345a;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 22px;
}

.hksa-home-course-card .hksa-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #2f98ce;
    transition: gap 0.3s ease;
}

.hksa-home-course-card:hover .hksa-card-link {
    gap: 10px;
}

.hksa-home-venues {
    padding: 40px 0 104px;
    background: #fff;
}

.hksa-home-venue-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.hksa-home-venue-card {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 24px 48px rgba(19, 40, 88, 0.16);
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}

.hksa-home-venue-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(19, 40, 88, 0.22);
}

.hksa-home-venue-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(22, 36, 84, 0.02) 0%, rgba(22, 36, 84, 0.15) 42%, rgba(22, 36, 84, 0.82) 100%);
}

.hksa-home-venue-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.hksa-home-venue-region {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #1e4a5e;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hksa-home-venue-region .hksa-inline-icon {
    width: 13px;
    height: 13px;
}

.hksa-home-venue-title {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    color: #fff;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: clamp(18px, 1.6vw, 20px);
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

body.hksa-js [data-hksa-reveal] {
    opacity: 0;
    transform: translateY(34px);
    transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

body.hksa-js [data-hksa-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

.hksa-nav-dropdown.is-open .hksa-nav-panel {
    display: block;
}

.hksa-nav-dropdown.is-open .hksa-nav-caret-icon,
.hksa-schedule-course[open] summary::after,
.hksa-faq-item[open] summary::after {
    transform: translateY(-30%) rotate(225deg);
}

.hksa-faq-item,
.hksa-schedule-course {
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.hksa-faq-item[open],
.hksa-schedule-course[open] {
    border-color: #c9dceb;
    box-shadow: 0 18px 34px rgba(18, 39, 84, 0.08);
}

.hksa-faq-item summary,
.hksa-schedule-course summary {
    position: relative;
    padding-right: 48px;
}

.hksa-faq-item summary::after,
.hksa-schedule-course summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s ease;
}

@keyframes hksa-bubble-rise {
    0% {
        transform: translate3d(0, 0, 0) scale(0.85);
        opacity: 0;
    }
    12% {
        opacity: 0.72;
    }
    100% {
        transform: translate3d(var(--drift, 0px), -118vh, 0) scale(1.08);
        opacity: 0;
    }
}

@keyframes hksa-float-slow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hksa-bubble,
    .hksa-home-photo-glow {
        animation: none !important;
    }

    body.hksa-js [data-hksa-reveal],
    .hksa-button,
    .hksa-home-feature-image img,
    .hksa-card-media img,
    .hksa-home-venue-card,
    .hksa-home-venue-card img {
        transition: none !important;
    }
}

@media (max-width: 1100px) {
    .hksa-home-feature-grid,
    .hksa-home-venue-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hksa-home-course-fit-grid {
        gap: 36px;
    }
}

@media (max-width: 960px) {
    .hksa-home-hero {
        min-height: auto;
    }

    .hksa-home-hero-inner {
        padding-top: 132px;
        padding-bottom: 72px;
    }

    .hksa-home-hero h1 {
        font-size: clamp(42px, 11vw, 68px);
        line-height: 1.02;
    }

    .hksa-home-stats,
    .hksa-home-course-fit-grid {
        grid-template-columns: 1fr;
    }

    .hksa-home-stats {
        max-width: none;
    }

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

    .hksa-home-feature-image,
    .hksa-home-feature-copy {
        min-height: 280px;
        aspect-ratio: auto;
    }

    .hksa-home-feature-image {
        aspect-ratio: 16 / 11;
    }

    .hksa-home-course-fit,
    .hksa-home-courses {
        padding: 72px 0;
    }

    .hksa-home-venues {
        padding: 24px 0 76px;
    }

    .hksa-home-course-photo {
        max-width: 640px;
        margin: 0 auto;
    }
}

@media (max-width: 640px) {
    .hksa-button {
        width: 100%;
        min-height: 46px;
        padding: 0 20px;
    }

    .hksa-home-hero-copy p {
        font-size: 1rem;
    }

    .hksa-home-hero-actions {
        flex-direction: column;
    }

    .hksa-home-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 42px;
    }

    .hksa-home-stat {
        padding: 16px 14px;
    }

    .hksa-home-stat strong {
        font-size: 1.875rem;
    }

    .hksa-home-feature-copy {
        padding: 30px 22px;
    }

    .hksa-home-section-intro {
        padding: 44px 16px;
    }

    .hksa-home-section-row {
        margin-bottom: 32px;
    }

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

    .hksa-home-venue-card {
        border-radius: 20px;
    }
}

/* Remaining plan4 page alignment */
.hksa-section-head-centered {
    text-align: center;
}

.hksa-about-copy-rich h2 {
    margin: 0;
    color: #4c5d87;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: clamp(24px, 2.8vw, 30px);
    line-height: 1.08;
    letter-spacing: 0;
}

.hksa-about-timeline-pill {
    position: absolute;
    left: 14px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid #dce7f1;
    background: rgba(255, 255, 255, 0.92);
    color: #4e6997;
    font-size: 0.75rem;
    font-weight: 700;
    box-shadow: 0 16px 28px rgba(15, 35, 72, 0.1);
}

.hksa-about-mission-grid {
    gap: 18px;
}

.hksa-about-mission-card {
    border-radius: 24px;
    border-color: #e1eaf3;
    box-shadow: 0 14px 32px rgba(19, 40, 88, 0.06);
}

.hksa-about-mission-card .hksa-card-body {
    padding: 28px 24px 24px;
}

.hksa-about-mission-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: linear-gradient(135deg, #67c8f4 0%, #88d8fb 100%);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 26px rgba(95, 182, 231, 0.28);
}

.hksa-about-band {
    position: relative;
    margin: 56px 0;
    padding: 72px 40px;
    border-radius: 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(22, 36, 84, 0.92) 0%, rgba(33, 53, 109, 0.94) 100%);
}

.hksa-about-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/water-texture.jpg") center / cover no-repeat;
    opacity: 0.16;
    mix-blend-mode: screen;
}

.hksa-about-band-copy {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.hksa-about-band-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
    color: #67c8f4;
}

.hksa-about-band p {
    margin: 0;
    color: #fff;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: clamp(24px, 2.4vw, 30px);
    font-weight: 600;
    line-height: 1.4;
}

.hksa-founder-story {
    border-radius: 30px;
    border-color: #e1eaf3;
    box-shadow: 0 20px 44px rgba(19, 40, 88, 0.08);
}

.hksa-founder-medal {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #67c8f4 0%, #88d8fb 100%);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    box-shadow: 0 16px 30px rgba(95, 182, 231, 0.24);
}

.hksa-founder-subhead {
    margin: 0 0 20px;
    color: #516580;
    font-size: 1.125rem;
    font-weight: 600;
}

.hksa-founder-story-section + .hksa-founder-story-section {
    margin-top: 26px;
}

.hksa-founder-story-section h3 {
    margin: 0 0 10px;
    color: #22345a;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
}

.hksa-founder-story-section p {
    margin: 0;
    color: #5c6f8b;
    line-height: 1.9;
}

.hksa-blog-grid {
    margin-top: 0;
    gap: 24px;
}

.hksa-blog-card {
    border-radius: 24px;
    border-color: #e2eaf3;
    box-shadow: 0 14px 34px rgba(19, 40, 88, 0.06);
}

.hksa-blog-card .hksa-card-body {
    padding: 20px 22px 22px;
}

.hksa-blog-card h3 {
    margin: 0;
    color: #22345a;
    font-size: 1.25rem;
    line-height: 1.45;
}

.hksa-blog-card h3 a {
    display: block;
}

.hksa-jobs-grid {
    gap: 32px;
}

.hksa-job-card-design {
    border-radius: 30px;
    border-color: #dde6f1;
    box-shadow: 0 18px 38px rgba(19, 40, 88, 0.08);
}

.hksa-job-card-design .hksa-job-card-body {
    padding: 34px 36px;
}

.hksa-job-card-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}

.hksa-job-role-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, #67c8f4 0%, #88d8fb 100%);
    color: #fff;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
    flex: 0 0 auto;
    box-shadow: 0 16px 28px rgba(95, 182, 231, 0.25);
}

.hksa-job-card-head h2 {
    margin: 0;
    color: #22345a;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
}

.hksa-job-check-list {
    padding: 0;
    list-style: none;
}

.hksa-job-check-list li {
    position: relative;
    padding-left: 28px;
    color: #566883;
    line-height: 1.8;
}

.hksa-job-check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #67c8f4 0%, #88d8fb 100%);
    box-shadow: 0 0 0 4px rgba(103, 200, 244, 0.14);
}

.hksa-employment-privacy {
    margin-top: 22px;
    text-align: center;
}

.hksa-programme-split-reverse {
    grid-template-columns: 1fr 280px;
}

.hksa-programme-split-reverse .hksa-programme-split-media {
    order: 2;
}

.hksa-programme-split-reverse .hksa-programme-split-copy {
    order: 1;
}

.hksa-programme-copy p + p,
.hksa-programme-split-copy p + p {
    margin-top: 14px;
}

.hksa-charity-stats-grid {
    margin-top: 24px;
    margin-bottom: 6px;
}

.hksa-charity-stat-card {
    border-radius: 22px;
    border-color: #e1eaf3;
    box-shadow: 0 14px 32px rgba(19, 40, 88, 0.06);
}

.hksa-charity-stat-card .hksa-card-body {
    padding: 22px 20px;
    text-align: center;
}

.hksa-charity-stat-card h3 {
    margin: 0 0 8px;
    color: #22345a;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 28px;
}

.hksa-charity-body {
    max-width: 900px;
}

.hksa-charity-body p {
    color: #556883;
    font-size: 18px;
    line-height: 1.85;
}

.hksa-course-detail-body {
    max-width: 980px;
    margin: 0 auto;
    border-radius: 28px !important;
    border-color: #e1eaf3 !important;
    box-shadow: 0 18px 40px rgba(19, 40, 88, 0.06);
}

.hksa-course-detail-body h2 {
    color: #22345a;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 30px;
    line-height: 1.2;
}

.hksa-course-detail-body p,
.hksa-course-detail-body li {
    color: #586b87;
    line-height: 1.85;
}

.hksa-course-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 28px;
}

.hksa-course-tab-link {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #f0f6fb;
    color: #29486e;
    font-weight: 700;
    font-size: 0.875rem;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.hksa-course-tab-link:hover {
    background: #dcecf8;
    color: #1d3a66;
}

.hksa-course-section-card + .hksa-course-section-card {
    margin-top: 36px;
}

.hksa-course-section-card {
    scroll-margin-top: 110px;
}

.hksa-course-section-head {
    margin-bottom: 24px;
}

.hksa-course-section-head h2 {
    margin: 0;
    color: #22345a;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 1.875rem;
    line-height: 1.2;
}

.hksa-course-section-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.hksa-course-table-card,
.hksa-course-bullets-card {
    overflow: hidden;
    border: 1px solid #dfe8f2;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 14px 30px rgba(19, 40, 88, 0.06);
}

.hksa-course-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.hksa-course-table th,
.hksa-course-table td {
    padding: 14px 18px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #edf2f7;
}

.hksa-course-table th {
    width: 34%;
    color: #22345a;
    font-weight: 700;
}

.hksa-course-table td {
    color: #5b6d88;
}

.hksa-course-table tr.is-striped {
    background: #f7fbff;
}

.hksa-course-bullets-card {
    padding: 22px 24px;
}

.hksa-course-bullets-card h3 {
    margin: 0 0 14px;
    color: #22345a;
    font-size: 1.125rem;
    font-weight: 700;
}

.hksa-course-bullets-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.hksa-course-bullets-card li {
    position: relative;
    padding-left: 18px;
    color: #586b87;
}

.hksa-course-bullets-card li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #67c8f4;
}

.hksa-course-note {
    margin: 14px 0 0;
    color: #7b879c;
    font-size: 0.75rem;
    font-style: italic;
}

.hksa-course-related {
    margin-top: 56px;
}

.hksa-course-related h2 {
    margin: 0 0 26px;
    color: #22345a;
    font-family: "Outfit", "Noto Sans TC", Arial, sans-serif;
    font-size: 1.875rem;
    line-height: 1.15;
}

.hksa-course-related-grid {
    gap: 24px;
}

.hksa-course-related-card {
    display: block;
    border-radius: 24px;
    border-color: #e1eaf3;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 14px 32px rgba(19, 40, 88, 0.06);
}

.hksa-course-related-card .hksa-card-body {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hksa-course-related-card strong {
    color: #22345a;
    font-size: 1.25rem;
    line-height: 1.3;
}

.hksa-course-related-card small {
    color: #66788f;
    font-size: 0.875rem;
}

.hksa-course-related-link {
    margin-top: 8px;
    color: #2f98ce;
    font-size: 0.875rem;
    font-weight: 700;
}

@media (max-width: 1100px) {
    .hksa-programme-split-reverse {
        grid-template-columns: 1fr;
    }

    .hksa-programme-split-reverse .hksa-programme-split-media,
    .hksa-programme-split-reverse .hksa-programme-split-copy {
        order: initial;
    }
}

@media (max-width: 960px) {
    .hksa-about-band {
        margin: 44px 0;
        padding: 56px 24px;
    }

    .hksa-founder-story {
        grid-template-columns: 1fr;
    }

    .hksa-founder-story .hksa-founder-media img {
        min-height: 360px;
    }

    .hksa-jobs-grid {
        grid-template-columns: 1fr;
    }

    .hksa-job-card-design .hksa-job-card-body {
        padding: 28px 24px;
    }

    .hksa-course-section-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .hksa-about-copy-rich h2 {
        font-size: 34px;
    }

    .hksa-about-metric {
        width: 154px;
        padding: 14px;
    }

    .hksa-about-timeline-pill {
        left: 10px;
        bottom: 10px;
    }

    .hksa-about-band p {
        font-size: 24px;
    }

    .hksa-founder-story-section h3 {
        font-size: 24px;
    }

    .hksa-job-card-head {
        align-items: flex-start;
    }

    .hksa-charity-body p {
        font-size: 16px;
    }

    .hksa-course-tab-link {
        width: 100%;
        justify-content: center;
    }

    .hksa-course-section-head h2,
    .hksa-course-related h2 {
        font-size: 28px;
    }

    .hksa-course-table th,
    .hksa-course-table td {
        padding: 12px 14px;
    }

    .hksa-course-bullets-card {
        padding: 18px 18px 20px;
    }
}
