/*!
 * Helderkruin Admissions Widgets — frontend styles
 *
 * Sections:
 *   1. Shared tokens
 *   2. Admission Process
 *      2.1 Hero band
 *      2.2 Document checklist (animated check-ticks)
 *      2.3 Grade-specific flow tabs
 *      2.4 Leadership messages
 *   3. Skoolfonds Table
 *      3.1 Header
 *      3.2 Grade cards grid
 *      3.3 Note callout
 *      3.4 Download CTA
 */

/* =========================================================================
   1. SHARED TOKENS
   ========================================================================= */
.hkad-process *,
.hkad-fees *  { box-sizing: border-box; }

.hkad-process,
.hkad-fees {
    font-family: 'Montserrat', sans-serif;
    color: #15204D;
}

/* =========================================================================
   2. ADMISSION PROCESS
   ========================================================================= */
.hkad-process {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* ---- 2.1 Hero band -------------------------------------------------- */
.hkad-process__hero {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(135deg, #15204D 0%, #2a3d7a 55%, #7096C8 100%);
    padding: 48px 32px;
    color: #FFFFFF;
}

/* Full-width — breaks out of the Elementor container and spans the
   full viewport. Negative horizontal margin equal to half the
   container-vs-viewport difference extends both edges out to the
   viewport bounds. Squares off the corners since round corners look
   odd on a full-width edge-to-edge band. */
.hkad-process__hero--full-width {
    width: 100vw;
    max-width: 100vw;
    margin-left:  calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
}

.hkad-process__hero::before,
.hkad-process__hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
    opacity: 0.15;
}

.hkad-process__hero::before {
    width: 280px; height: 280px;
    background: radial-gradient(circle, #FFD24A 0%, transparent 70%);
    top: -80px; right: -60px;
}

.hkad-process__hero::after {
    width: 220px; height: 220px;
    background: radial-gradient(circle, #E71615 0%, transparent 70%);
    bottom: -60px; left: -40px;
}

.hkad-process__hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.hkad-process__hero-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #15204D;
    background: rgba(255, 255, 255, 0.95);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.hkad-process__hero-title {
    margin: 0 0 14px 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(30px, 4.5vw, 48px);
    line-height: 1.05;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-weight: 400;
}

.hkad-process__hero-lead {
    margin: 0 auto 12px auto;
    max-width: 640px;
    font-size: clamp(13px, 1.4vw, 15px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.hkad-process__hero-handnote {
    margin: 8px auto 0 auto;
    font-family: 'Caveat', cursive;
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 700;
    color: #FFD24A;
    line-height: 1.2;
}

/* ---- 2.2 Checklist -------------------------------------------------- */
.hkad-process__checklist-card {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 32px 32px 28px;
    box-shadow: 0 16px 36px -16px rgba(21, 32, 77, 0.18);
}

.hkad-process__checklist-heading {
    margin: 0 0 6px 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400;
    color: #15204D;
    text-align: center;
}

.hkad-process__checklist-intro {
    margin: 0 auto 22px auto;
    max-width: 620px;
    text-align: center;
    font-size: 14px;
    line-height: 1.55;
    color: #55627E;
    font-style: italic;
}

.hkad-process__checklist-list {
    list-style: none;
    padding: 0;
    margin: 0 0 22px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.hkad-process__checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    background: #F6F8FC;
    border-radius: 12px;
    font-size: 13.5px;
    line-height: 1.45;
    color: #15204D;
    border-left: 3px solid #E71615;
    /* Initial state: invisible. The .is-animated class on the parent
       widget triggers the staggered reveal animation. */
    opacity: 0;
    transform: translateY(8px);
}

.hkad-process.is-animated .hkad-process__checklist-item {
    animation: hkad-check-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: var(--hkad-item-delay, 0s);
}

@keyframes hkad-check-in {
    0%   { opacity: 0; transform: translateY(8px); }
    100% { opacity: 1; transform: translateY(0);   }
}

.hkad-process__checklist-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: #15204D;
    color: #FFFFFF;
    font-size: 17px;
    flex-shrink: 0;
    margin-top: -3px; /* aligns with first text line */
}

/* Force white on the icon glyph itself. Font Awesome webfont uses
   `color` (the <i>), but SVG icons rendered by Elementor's
   Icons_Manager need explicit fill since the SVG's path can have
   its own fill that ignores `currentColor`. */
.hkad-process__checklist-icon-circle i,
.hkad-process__checklist-icon-circle svg {
    width: 17px;
    height: 17px;
    line-height: 1;
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
}

.hkad-process__checklist-icon-circle svg path {
    fill: #FFFFFF !important;
}

.hkad-process__checklist-text {
    flex: 1;
}

.hkad-process__checklist-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    background: #FFF8E1;
    border-left: 3px solid #FFD24A;
    border-radius: 0 10px 10px 0;
    font-size: 13.5px;
    line-height: 1.5;
    color: #5C4A1A;
    font-style: italic;
}

.hkad-process__checklist-note i {
    color: #C49A1B;
    font-size: 16px;
    margin-top: 1px;
    flex-shrink: 0;
}

/* ---- 2.3 Flow tabs -------------------------------------------------- */
.hkad-process__flow-header {
    text-align: center;
    margin-bottom: 22px;
}

.hkad-process__flow-heading {
    margin: 0 0 6px 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400;
    color: #15204D;
}

.hkad-process__flow-intro {
    margin: 0 auto;
    max-width: 580px;
    font-size: 14px;
    line-height: 1.55;
    color: #55627E;
    font-style: italic;
}

.hkad-process__flow-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 6px;
    background: #F0F3F9;
    border-radius: 18px;
    margin-bottom: 22px;
}

.hkad-process__flow-tab {
    flex: 1 1 auto;
    min-width: 160px;
    padding: 14px 18px;
    background: transparent;
    border: none;
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: inherit;
    text-align: left;
    color: #15204D;
    transition: background 0.25s ease, transform 0.2s ease,
                box-shadow 0.25s ease, color 0.2s ease;
    --hkad-flow-accent: #E71615;
}

.hkad-process__flow-tab:hover:not(.is-active) {
    background: rgba(255, 255, 255, 0.7);
}

.hkad-process__flow-tab.is-active {
    background: #FFFFFF;
    box-shadow: 0 6px 16px -6px rgba(21, 32, 77, 0.18);
    transform: translateY(-1px);
    color: var(--hkad-flow-accent);
}

.hkad-process__flow-tab-emoji {
    font-size: 26px;
    line-height: 1;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hkad-process__flow-tab.is-active .hkad-process__flow-tab-emoji {
    transform: scale(1.12) rotate(-3deg);
}

.hkad-process__flow-tab-text {
    display: flex;
    flex-direction: column;
    gap: 1px;
    min-width: 0;
}

.hkad-process__flow-tab-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    line-height: 1.15;
}

.hkad-process__flow-tab-sub {
    font-size: 11.5px;
    font-weight: 500;
    color: #55627E;
    line-height: 1.25;
}

.hkad-process__flow-tab.is-active .hkad-process__flow-tab-sub {
    color: var(--hkad-flow-accent);
    opacity: 0.75;
}

/* Panels — same height-animation pattern as Kultuur Disciplines */
.hkad-process__flow-panels {
    position: relative;
    min-height: 160px;
    transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

.hkad-process__flow-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
                visibility 0.45s;
    --hkad-flow-accent: #E71615;
}

.hkad-process__flow-panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    z-index: 1;
}

.hkad-process__flow-card {
    background: #FFFFFF;
    border-radius: 18px;
    padding: 28px 30px;
    box-shadow: 0 16px 36px -16px rgba(21, 32, 77, 0.18);
    border-top: 4px solid var(--hkad-flow-accent);
}

.hkad-process__flow-steps {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: step;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hkad-process__flow-step {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.hkad-process__flow-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    background: var(--hkad-flow-accent);
    color: #FFFFFF;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    box-shadow: 0 4px 10px -4px color-mix(in srgb, var(--hkad-flow-accent) 60%, transparent);
}

.hkad-process__flow-step-content {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
    min-width: 0;
    padding-top: 2px;
}

.hkad-process__flow-step-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--hkad-flow-accent) 12%, white);
    color: var(--hkad-flow-accent);
    font-size: 15px;
    flex-shrink: 0;
}

.hkad-process__flow-step-icon i,
.hkad-process__flow-step-icon svg {
    width: 15px; height: 15px;
}

.hkad-process__flow-step-body {
    flex: 1;
    min-width: 0;
}

.hkad-process__flow-step-text {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 1.55;
    color: #15204D;
}

.hkad-process__flow-step-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--hkad-flow-accent);
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: gap 0.2s ease;
}

.hkad-process__flow-step-link:hover {
    gap: 9px;
    text-decoration: underline;
}

.hkad-process__flow-step-link i {
    font-size: 11px;
}

/* ---- 2.4 Leadership messages ---------------------------------------- */
.hkad-process__messages-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.hkad-process__msg-card {
    position: relative;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 28px 28px 26px;
    box-shadow: 0 14px 30px -14px rgba(21, 32, 77, 0.16);
    border-top: 4px solid var(--hkad-msg-accent, #15204D);
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.3s ease;
}

.hkad-process__msg-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px -16px rgba(21, 32, 77, 0.22);
}

.hkad-process__msg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: color-mix(in srgb, var(--hkad-msg-accent, #15204D) 14%, white);
    color: var(--hkad-msg-accent, #15204D);
    font-size: 20px;
    margin-bottom: 16px;
}

.hkad-process__msg-icon i,
.hkad-process__msg-icon svg {
    width: 20px; height: 20px;
}

.hkad-process__msg-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--hkad-msg-accent, #15204D);
    opacity: 0.7;
    margin-bottom: 4px;
}

.hkad-process__msg-title {
    margin: 0 0 12px 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400;
    color: #15204D;
}

.hkad-process__msg-body {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #55627E;
}

/* ---- Process: mobile ------------------------------------------------ */
@media (max-width: 768px) {
    .hkad-process { gap: 24px; }

    .hkad-process__hero {
        padding: 36px 22px;
        border-radius: 18px;
    }

    .hkad-process__checklist-card,
    .hkad-process__flow-card {
        padding: 24px 22px;
        border-radius: 16px;
    }

    .hkad-process__checklist-list {
        grid-template-columns: 1fr;
    }

    .hkad-process__flow-tabs {
        flex-direction: column;
        gap: 4px;
    }

    .hkad-process__flow-tab {
        min-width: 0;
        width: 100%;
    }

    .hkad-process__messages-grid {
        grid-template-columns: 1fr;
    }

    .hkad-process__msg-card {
        padding: 24px 22px;
    }

    .hkad-process__flow-step-content {
        flex-direction: column;
        gap: 8px;
    }

    .hkad-process__flow-heading,
    .hkad-process__checklist-heading {
        font-size: 24px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hkad-process__checklist-item,
    .hkad-process__flow-tab,
    .hkad-process__flow-tab-emoji,
    .hkad-process__flow-panel,
    .hkad-process__msg-card {
        transition: none;
        animation: none;
        opacity: 1;
        transform: none;
    }
}

/* =========================================================================
   3. SKOOLFONDS TABLE
   ========================================================================= */
.hkad-fees {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

/* ---- 3.1 Header ----------------------------------------------------- */
.hkad-fees__header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.hkad-fees__eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #E71615;
    background: color-mix(in srgb, #E71615 10%, white);
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 14px;
}

.hkad-fees__title {
    margin: 0 0 8px 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(28px, 3.6vw, 38px);
    letter-spacing: 1.2px;
    line-height: 1.05;
    text-transform: uppercase;
    font-weight: 400;
    color: #15204D;
}

.hkad-fees__intro {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #55627E;
    font-style: italic;
}

/* ---- 3.2 Grade cards grid ------------------------------------------ */
.hkad-fees__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.hkad-fees__card {
    position: relative;
    background: #FFFFFF;
    border-radius: 18px;
    padding: 26px 24px 22px;
    box-shadow: 0 14px 32px -16px rgba(21, 32, 77, 0.18);
    border-top: 4px solid var(--hkad-fees-accent, #15204D);
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.3s ease;
}

.hkad-fees__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 44px -18px rgba(21, 32, 77, 0.24);
}

/* Featured card — slightly larger ribbon, subtle scale, stronger shadow */
.hkad-fees__card.is-featured {
    border-top-width: 6px;
    box-shadow: 0 20px 40px -16px color-mix(in srgb, var(--hkad-fees-accent, #15204D) 35%, rgba(21,32,77,0.1));
    transform: translateY(-2px);
}

.hkad-fees__card.is-featured:hover {
    transform: translateY(-6px);
}

.hkad-fees__ribbon {
    position: absolute;
    top: 18px;
    right: -6px;
    background: var(--hkad-fees-accent, #E71615);
    color: #FFFFFF;
    padding: 5px 14px 5px 12px;
    border-radius: 4px 0 0 4px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.25);
}

.hkad-fees__ribbon::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    border-style: solid;
    border-width: 0 6px 6px 0;
    border-color: transparent color-mix(in srgb, var(--hkad-fees-accent, #E71615) 60%, black) transparent transparent;
}

.hkad-fees__card-head {
    text-align: center;
}

.hkad-fees__grade {
    margin: 0 0 4px 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.05;
    text-transform: uppercase;
    font-weight: 400;
    color: #15204D;
}

.hkad-fees__grade-note {
    font-size: 11.5px;
    font-style: italic;
    color: #55627E;
    line-height: 1.3;
}

/* Big primary fee */
.hkad-fees__primary {
    text-align: center;
    padding: 16px 12px;
    background: color-mix(in srgb, var(--hkad-fees-accent, #15204D) 8%, white);
    border-radius: 14px;
}

.hkad-fees__primary-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--hkad-fees-accent, #15204D);
    margin-bottom: 4px;
}

.hkad-fees__primary-amount {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    line-height: 1.05;
    letter-spacing: 0.5px;
    color: var(--hkad-fees-accent, #15204D);
    font-weight: 400;
}

/* Secondary rows */
.hkad-fees__rows {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hkad-fees__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    background: #F6F8FC;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.4;
}

.hkad-fees__row--discount {
    background: #FFF8E1;
}

.hkad-fees__row-label {
    color: #55627E;
    display: inline-flex;
    align-items: flex-start;
    gap: 6px;
    flex: 1;
    min-width: 0;
}

.hkad-fees__row-label i {
    font-size: 11px;
    margin-top: 3px;
    flex-shrink: 0;
    color: #7096C8;
}

.hkad-fees__row--discount .hkad-fees__row-label i {
    color: #C49A1B;
}

.hkad-fees__row-value {
    color: #15204D;
    font-weight: 700;
    flex-shrink: 0;
    white-space: nowrap;
}

/* ---- 3.3 Note callout ---------------------------------------------- */
.hkad-fees__note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 18px;
    background: #FFF8E1;
    border-left: 3px solid #FFD24A;
    border-radius: 0 10px 10px 0;
    font-size: 13.5px;
    line-height: 1.5;
    color: #5C4A1A;
    font-style: italic;
}

.hkad-fees__note i {
    color: #C49A1B;
    font-size: 16px;
    margin-top: 1px;
    flex-shrink: 0;
}

/* ---- 3.4 Download CTA ---------------------------------------------- */
.hkad-fees__cta {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: #15204D;
    padding: 36px 32px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.hkad-fees__cta::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -80px;
    width: 280px;
    height: 280px;
    border-radius: 999px;
    background: radial-gradient(circle, #E71615 0%, transparent 70%);
    opacity: 0.18;
    pointer-events: none;
}

.hkad-fees__cta-content {
    position: relative;
    z-index: 1;
    flex: 1 1 320px;
    min-width: 0;
}

.hkad-fees__cta-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFD24A;
    margin-bottom: 8px;
}

.hkad-fees__cta-title {
    margin: 0 0 8px 0;
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(24px, 3vw, 32px);
    letter-spacing: 1px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFFFFF;
}

.hkad-fees__cta-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 540px;
}

.hkad-fees__cta-btn {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 26px;
    background: #E71615;
    color: #FFFFFF;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    box-shadow: 0 8px 22px -8px rgba(231, 22, 21, 0.5);
    transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.22s ease,
                gap 0.22s ease;
    flex-shrink: 0;
}

.hkad-fees__cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px -10px rgba(231, 22, 21, 0.6);
    gap: 14px;
}

.hkad-fees__cta-btn i {
    font-size: 16px;
}

/* ---- Skoolfonds: mobile -------------------------------------------- */
@media (max-width: 640px) {
    .hkad-fees__cta {
        padding: 28px 22px;
        border-radius: 18px;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .hkad-fees__cta-btn {
        align-self: center;
    }

    .hkad-fees__primary-amount {
        font-size: 32px;
    }

    .hkad-fees__card {
        padding: 22px 20px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hkad-fees__card,
    .hkad-fees__cta-btn {
        transition: none;
    }
    .hkad-fees__card:hover,
    .hkad-fees__cta-btn:hover {
        transform: none;
    }
}
