/* =====================================================================
 * Helderkruin KuinerKruin Widgets — Stylesheet
 * Seven aftercare-page widgets: hero, registrasie, fooie, betaling,
 * tye, kontak, missie. All styles namespaced under .hkkk-* prefixes.
 * ===================================================================== */

/* ---------------------------------------------------------------------
 * Shared tokens
 * ------------------------------------------------------------------ */
.hkkk-hero,
.hkkk-reg,
.hkkk-fee,
.hkkk-bet,
.hkkk-tye,
.hkkk-kon,
.hkkk-mis {
    --hkkk-navy: #15204D;
    --hkkk-red: #E71615;
    --hkkk-blue: #7096C8;
    --hkkk-cream: #FFE7A8;
    --hkkk-mute: #5B6B85;
    --hkkk-display: 'Bebas Neue', 'Montserrat', system-ui, -apple-system, sans-serif;
    --hkkk-body: 'Montserrat', system-ui, -apple-system, sans-serif;
    --hkkk-hand: 'Caveat', 'Brush Script MT', cursive;
    box-sizing: border-box;
    font-family: var(--hkkk-body);
}

.hkkk-hero *,
.hkkk-reg *,
.hkkk-fee *,
.hkkk-bet *,
.hkkk-tye *,
.hkkk-kon *,
.hkkk-mis * {
    box-sizing: border-box;
}

/* ---------------------------------------------------------------------
 * Icon defensive rules — counter Hello Theme button-resets
 * ------------------------------------------------------------------ */
.hkkk-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    vertical-align: middle;
    fill: none;
    stroke: currentColor;
}

/* ---------------------------------------------------------------------
 * Shared header pattern (used by registrasie, fooie, bet, tye, kon)
 * ------------------------------------------------------------------ */
.hkkk-reg__header,
.hkkk-fee__header,
.hkkk-bet__header,
.hkkk-tye__header,
.hkkk-kon__header {
    text-align: center;
    margin-bottom: 32px;
}

.hkkk-reg__eyebrow,
.hkkk-fee__eyebrow,
.hkkk-bet__eyebrow,
.hkkk-tye__eyebrow,
.hkkk-kon__eyebrow {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.hkkk-reg__title,
.hkkk-fee__title,
.hkkk-bet__title,
.hkkk-tye__title,
.hkkk-kon__title {
    margin: 0 0 12px;
    font-family: var(--hkkk-display);
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1;
    letter-spacing: 0.02em;
}

.hkkk-reg__intro,
.hkkk-fee__intro,
.hkkk-bet__intro,
.hkkk-tye__intro,
.hkkk-kon__intro {
    margin: 0 auto;
    max-width: 640px;
    font-size: 16px;
    line-height: 1.6;
}

/* =====================================================================
 * 1. HERO
 * ===================================================================== */
.hkkk-hero {
    --hkkk-hero-from: #15204D;
    --hkkk-hero-to: #7096C8;
    --hkkk-hero-angle: 135deg;
    position: relative;
    overflow: hidden;
    padding: 64px;
    border-radius: 24px;
    background: linear-gradient(var(--hkkk-hero-angle), var(--hkkk-hero-from), var(--hkkk-hero-to));
    color: #fff;
    text-align: center;
}

.hkkk-hero__inner {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto;
}

.hkkk-hero__eyebrow {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background-color: rgba(231, 22, 21, 0.85);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hkkk-hero__title {
    margin: 0 0 18px;
    font-family: var(--hkkk-display);
    font-size: 68px;
    line-height: 0.95;
    letter-spacing: 0.02em;
    color: #fff;
}

.hkkk-hero__slogan {
    margin: 0 0 22px;
    font-family: var(--hkkk-hand);
    font-size: 32px;
    line-height: 1.25;
    color: var(--hkkk-cream);
}

.hkkk-hero__intro {
    margin: 0 auto;
    max-width: 660px;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.92);
}

.hkkk-hero__leaf {
    position: absolute;
    color: rgba(255, 255, 255, 0.13);
    z-index: 1;
    pointer-events: none;
}

.hkkk-hero__leaf--1 { top: 24px; left: 32px;  font-size: 80px; transform: rotate(-30deg); animation: hkkk-leaf-1 9s ease-in-out infinite; }
.hkkk-hero__leaf--2 { top: 36px; right: 24px; font-size: 64px; transform: rotate(40deg); animation: hkkk-leaf-2 11s ease-in-out infinite; }
.hkkk-hero__leaf--3 { bottom: 28px; left: 40px; font-size: 72px; transform: rotate(70deg); animation: hkkk-leaf-3 10s ease-in-out infinite; }
.hkkk-hero__leaf--4 { bottom: 20px; right: 36px; font-size: 88px; transform: rotate(-15deg); animation: hkkk-leaf-4 13s ease-in-out infinite; }

@keyframes hkkk-leaf-1 { 0%,100% { transform: rotate(-30deg) translateY(0); } 50% { transform: rotate(-22deg) translateY(-8px); } }
@keyframes hkkk-leaf-2 { 0%,100% { transform: rotate(40deg) translateY(0); } 50% { transform: rotate(50deg) translateY(6px); } }
@keyframes hkkk-leaf-3 { 0%,100% { transform: rotate(70deg) translateY(0); } 50% { transform: rotate(62deg) translateY(-7px); } }
@keyframes hkkk-leaf-4 { 0%,100% { transform: rotate(-15deg) translateY(0); } 50% { transform: rotate(-8deg) translateY(8px); } }

/* =====================================================================
 * 2. REGISTRASIE
 * ===================================================================== */
.hkkk-reg {
    color: var(--hkkk-mute);
}

.hkkk-reg__principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 36px;
}

.hkkk-reg__principle {
    --hkkk-reg-accent: #15204D;
    position: relative;
    padding: 28px 24px 26px;
    background: #fff;
    border-radius: 14px;
    border-top: 4px solid var(--hkkk-reg-accent);
    box-shadow: 0 8px 28px rgba(21, 32, 77, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hkkk-reg__principle:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(21, 32, 77, 0.1);
}

.hkkk-reg__principle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--hkkk-reg-accent) 12%, white);
    color: var(--hkkk-reg-accent);
    font-size: 24px;
    margin-bottom: 16px;
}

.hkkk-reg__principle-title {
    margin: 0 0 8px;
    font-family: var(--hkkk-display);
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--hkkk-navy);
}

.hkkk-reg__principle-desc {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: var(--hkkk-mute);
}

.hkkk-reg__checklist {
    padding: 36px 32px;
    border-radius: 18px;
    background: var(--hkkk-navy);
    color: #fff;
    margin-bottom: 24px;
}

.hkkk-reg__checklist-title {
    margin: 0 0 8px;
    font-family: var(--hkkk-display);
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
}

.hkkk-reg__checklist-intro {
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.7);
}

.hkkk-reg__reqs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.hkkk-reg__req {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.hkkk-reg__req-num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--hkkk-red);
    color: #fff;
    font-family: var(--hkkk-display);
    font-size: 18px;
    line-height: 1;
}

.hkkk-reg__req-body {
    flex: 1;
    min-width: 0;
}

.hkkk-reg__req-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
}

.hkkk-reg__req-note {
    margin-top: 4px;
    font-family: var(--hkkk-hand);
    font-size: 18px;
    line-height: 1.2;
    color: var(--hkkk-cream);
}

.hkkk-reg__warning {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 22px;
    background: #FFF3D6;
    border-left: 4px solid var(--hkkk-red);
    border-radius: 10px;
}

.hkkk-reg__warning-icon {
    flex-shrink: 0;
    color: var(--hkkk-red);
    font-size: 24px;
}

.hkkk-reg__warning-body { flex: 1; }
.hkkk-reg__warning-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--hkkk-red);
    margin-bottom: 4px;
}
.hkkk-reg__warning-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #5C4A1A;
}

/* =====================================================================
 * 3. FOOIE
 * ===================================================================== */
.hkkk-fee__headlines {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}

.hkkk-fee__headline {
    position: relative;
    padding: 36px 32px;
    border-radius: 18px;
    text-align: center;
    overflow: hidden;
}

.hkkk-fee__headline::after {
    content: '';
    position: absolute;
    inset: -40px -40px auto auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    pointer-events: none;
}

.hkkk-fee__headline--annual { background: var(--hkkk-navy); color: #fff; }
.hkkk-fee__headline--monthly { background: var(--hkkk-red); color: #fff; }

.hkkk-fee__headline-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.15);
    font-size: 26px;
    margin-bottom: 16px;
    color: inherit;
}

.hkkk-fee__headline-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    opacity: 0.85;
    margin-bottom: 8px;
}

.hkkk-fee__headline-amount {
    font-family: var(--hkkk-display);
    font-size: 56px;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
}

.hkkk-fee__headline-caption {
    font-size: 14px;
    opacity: 0.85;
}

.hkkk-fee__other-title {
    margin: 0 0 16px;
    font-family: var(--hkkk-display);
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--hkkk-navy);
}

.hkkk-fee__rows {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.hkkk-fee__row {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(112, 150, 200, 0.18);
    transition: border-color 0.2s ease, transform 0.2s ease;
}

.hkkk-fee__row:hover {
    border-color: var(--hkkk-blue);
    transform: translateX(4px);
}

.hkkk-fee__row-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(112, 150, 200, 0.12);
    color: var(--hkkk-blue);
    font-size: 20px;
}

.hkkk-fee__row-body {
    flex: 1;
    min-width: 0;
}

.hkkk-fee__row-label {
    font-size: 15px;
    font-weight: 600;
    color: var(--hkkk-navy);
    line-height: 1.3;
}

.hkkk-fee__row-note {
    margin-top: 2px;
    font-size: 13px;
    color: var(--hkkk-mute);
    line-height: 1.4;
}

.hkkk-fee__row-amount {
    flex-shrink: 0;
    font-family: var(--hkkk-display);
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: var(--hkkk-red);
    text-align: right;
}

.hkkk-fee__tip {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 22px;
    background: #FFF8E1;
    border-left: 4px solid #FFD24A;
    border-radius: 10px;
}

.hkkk-fee__tip-icon {
    flex-shrink: 0;
    color: #B58B00;
    font-size: 22px;
}

.hkkk-fee__tip-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #5C4A1A;
}

/* =====================================================================
 * 4. BETALING
 * ===================================================================== */
.hkkk-bet__card {
    padding: 12px 24px;
    background: var(--hkkk-navy);
    border-radius: 18px;
    margin-bottom: 24px;
}

.hkkk-bet__row {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-top: 1px solid transparent;
}

.hkkk-bet__row + .hkkk-bet__row {
    border-top-color: rgba(255, 255, 255, 0.08);
}

.hkkk-bet__row-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(112, 150, 200, 0.18);
    color: var(--hkkk-blue);
    font-size: 22px;
}

.hkkk-bet__row-body {
    flex: 1;
    min-width: 0;
}

.hkkk-bet__row-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hkkk-blue);
    margin-bottom: 4px;
}

.hkkk-bet__row-value {
    font-family: var(--hkkk-display);
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #fff;
    word-break: break-all;
}

/* Defensive button reset — counter Hello Theme/Elementor button styles */
.hkkk-bet__copy {
    flex-shrink: 0;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 10px 16px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--hkkk-red) !important;
    color: #fff !important;
    font-family: var(--hkkk-body) !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: background-color 0.25s ease, transform 0.15s ease !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: none !important;
    text-decoration: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}

.hkkk-bet__copy:hover {
    transform: scale(1.03);
}

.hkkk-bet__copy:focus-visible {
    outline: 2px solid var(--hkkk-cream);
    outline-offset: 2px;
}

.hkkk-bet__copy.is-copied {
    background: #2e7d32 !important;
    pointer-events: none;
}

.hkkk-bet__copy-icon {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
}

.hkkk-bet__warning {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 18px 22px;
    background: #FFF3D6;
    border-left: 4px solid var(--hkkk-red);
    border-radius: 10px;
}

.hkkk-bet__warning-icon {
    flex-shrink: 0;
    color: var(--hkkk-red);
    font-size: 22px;
}

.hkkk-bet__warning-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #5C4A1A;
    font-weight: 500;
}

/* =====================================================================
 * 5. TYE — operating-hours timeline
 * ===================================================================== */
.hkkk-tye__timeline {
    padding: 32px 32px 48px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(21, 32, 77, 0.06);
    margin-bottom: 24px;
}

.hkkk-tye__session {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
}

.hkkk-tye__session + .hkkk-tye__session {
    border-top: 1px dashed rgba(112, 150, 200, 0.25);
}

.hkkk-tye__session-label {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hkkk-tye__session-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(112, 150, 200, 0.12);
    font-size: 20px;
}

.hkkk-tye__session-text { min-width: 0; }
.hkkk-tye__session-name {
    font-family: var(--hkkk-display);
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: var(--hkkk-navy);
}

.hkkk-tye__session-subname {
    margin-top: 2px;
    font-size: 13px;
    color: var(--hkkk-mute);
    line-height: 1.4;
}

.hkkk-tye__track {
    position: relative;
    height: 48px;
    background: #F0F3FA;
    border-radius: 999px;
    overflow: hidden;
}

.hkkk-tye__bar {
    position: absolute;
    top: 0;
    bottom: 0;
    border-radius: 999px;
    background: var(--hkkk-navy);
    box-shadow: 0 4px 14px rgba(21, 32, 77, 0.18);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    color: #fff;
    transition: transform 0.25s ease;
}

.hkkk-tye__bar:hover {
    transform: scaleY(1.05);
}

.hkkk-tye__bar-time {
    font-family: var(--hkkk-display);
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.hkkk-tye__axis {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 12px;
}

.hkkk-tye__axis-spacer { /* spacer to align with session label column */ }

.hkkk-tye__axis-track {
    position: relative;
    height: 22px;
    border-top: 1px solid rgba(112, 150, 200, 0.3);
}

.hkkk-tye__axis-label {
    position: absolute;
    top: 6px;
    transform: translateX(-50%);
    font-family: var(--hkkk-body);
    font-size: 11px;
    font-weight: 600;
    color: var(--hkkk-blue);
    letter-spacing: 0.04em;
}

/* Closures notice */
.hkkk-tye__closures {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 26px;
    background: var(--hkkk-navy);
    border-radius: 14px;
    color: #fff;
}

.hkkk-tye__closures-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(231, 22, 21, 0.2);
    color: var(--hkkk-red);
    font-size: 22px;
}

.hkkk-tye__closures-body { flex: 1; min-width: 0; }
.hkkk-tye__closures-title {
    margin: 0 0 12px;
    font-family: var(--hkkk-display);
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #fff;
}

.hkkk-tye__closures-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hkkk-tye__closure {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: var(--hkkk-cream);
    font-size: 13px;
    font-weight: 600;
}

/* =====================================================================
 * 6. KONTAK
 * ===================================================================== */
.hkkk-kon__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.hkkk-kon__grid--two {
    grid-template-columns: repeat(2, 1fr);
}

.hkkk-kon__contact {
    position: relative;
    padding: 36px 32px;
    background: var(--hkkk-navy);
    border-radius: 18px;
    color: #fff;
    overflow: hidden;
}

.hkkk-kon__contact::after {
    content: '';
    position: absolute;
    inset: -50px -50px auto auto;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(231, 22, 21, 0.12);
    pointer-events: none;
}

.hkkk-kon__contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.12);
    color: var(--hkkk-cream);
    font-size: 28px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.hkkk-kon__contact-role {
    font-family: var(--hkkk-hand);
    font-size: 22px;
    line-height: 1;
    color: var(--hkkk-cream);
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
}

.hkkk-kon__contact-name {
    margin: 0 0 22px;
    font-family: var(--hkkk-display);
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: 0.02em;
    color: #fff;
    position: relative;
    z-index: 2;
}

.hkkk-kon__contact-ctas {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
    position: relative;
    z-index: 2;
}

.hkkk-kon__cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 18px !important;
    border-radius: 12px !important;
    font-family: var(--hkkk-body) !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    color: #fff !important;
    background: var(--hkkk-red) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease !important;
    box-shadow: 0 4px 14px rgba(231, 22, 21, 0.3) !important;
    border: 0 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.hkkk-kon__cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(231, 22, 21, 0.4) !important;
    color: #fff !important;
}

.hkkk-kon__cta .hkkk-icon { font-size: 18px; }
.hkkk-kon__cta span { display: inline-block; }

.hkkk-kon__contact-note {
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.75);
    position: relative;
    z-index: 2;
}

.hkkk-kon__term {
    padding: 36px 32px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 28px rgba(21, 32, 77, 0.06);
}

.hkkk-kon__term-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hkkk-blue);
    margin-bottom: 8px;
}

.hkkk-kon__term-title {
    margin: 0 0 14px;
    font-family: var(--hkkk-display);
    font-size: 30px;
    line-height: 1.05;
    letter-spacing: 0.02em;
    color: var(--hkkk-navy);
}

.hkkk-kon__term-text {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.6;
    color: var(--hkkk-mute);
}

.hkkk-kon__term-cta {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 12px 22px !important;
    border-radius: 12px !important;
    background: var(--hkkk-navy) !important;
    color: #fff !important;
    font-family: var(--hkkk-body) !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.02em !important;
    text-decoration: none !important;
    text-transform: none !important;
    border: 0 !important;
    transition: background-color 0.25s ease, transform 0.2s ease !important;
}

.hkkk-kon__term-cta:hover {
    transform: translateX(4px);
    background: var(--hkkk-red) !important;
    color: #fff !important;
}

.hkkk-kon__term-cta .hkkk-icon { font-size: 18px; }

/* =====================================================================
 * 7. MISSIE — closing banner
 * ===================================================================== */
.hkkk-mis {
    --hkkk-mis-from: #15204D;
    --hkkk-mis-to: #7096C8;
    --hkkk-mis-angle: 135deg;
    position: relative;
    overflow: hidden;
    padding: 56px;
    border-radius: 24px;
    background: linear-gradient(var(--hkkk-mis-angle), var(--hkkk-mis-from), var(--hkkk-mis-to));
    color: #fff;
    text-align: center;
}

.hkkk-mis__inner {
    position: relative;
    z-index: 2;
    max-width: 720px;
    margin: 0 auto;
}

.hkkk-mis__eyebrow {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(255, 231, 168, 0.18);
    color: var(--hkkk-cream);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hkkk-mis__title {
    margin: 0 0 14px;
    font-family: var(--hkkk-display);
    font-size: 48px;
    line-height: 1.05;
    letter-spacing: 0.02em;
    color: #fff;
}

.hkkk-mis__subtitle {
    margin: 0 0 14px;
    font-family: var(--hkkk-hand);
    font-size: 30px;
    line-height: 1.25;
    color: var(--hkkk-cream);
}

.hkkk-mis__tagline {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.hkkk-mis__leaf {
    position: absolute;
    color: rgba(255, 231, 168, 0.3);
    z-index: 1;
    pointer-events: none;
}

.hkkk-mis__leaf--1 { top: 20px; left: 28px; font-size: 70px; transform: rotate(-25deg); animation: hkkk-mis-float-1 10s ease-in-out infinite; }
.hkkk-mis__leaf--2 { top: 28px; right: 20px; font-size: 56px; transform: rotate(35deg); animation: hkkk-mis-float-2 12s ease-in-out infinite; }
.hkkk-mis__leaf--3 { bottom: 24px; left: 40px; font-size: 64px; transform: rotate(70deg); animation: hkkk-mis-float-3 11s ease-in-out infinite; }
.hkkk-mis__leaf--4 { bottom: 16px; right: 32px; font-size: 78px; transform: rotate(-12deg); animation: hkkk-mis-float-4 14s ease-in-out infinite; }

@keyframes hkkk-mis-float-1 { 0%,100% { transform: rotate(-25deg) translateY(0); } 50% { transform: rotate(-18deg) translateY(-6px); } }
@keyframes hkkk-mis-float-2 { 0%,100% { transform: rotate(35deg) translateY(0); } 50% { transform: rotate(45deg) translateY(5px); } }
@keyframes hkkk-mis-float-3 { 0%,100% { transform: rotate(70deg) translateY(0); } 50% { transform: rotate(62deg) translateY(-6px); } }
@keyframes hkkk-mis-float-4 { 0%,100% { transform: rotate(-12deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(7px); } }

/* =====================================================================
 * Responsive — tablet
 * ===================================================================== */
@media (max-width: 880px) {
    .hkkk-hero { padding: 48px 28px; }
    .hkkk-hero__title { font-size: 52px; }
    .hkkk-hero__slogan { font-size: 28px; }

    .hkkk-reg__principles { grid-template-columns: 1fr; gap: 14px; }
    .hkkk-reg__checklist { padding: 28px 24px; }

    .hkkk-fee__headlines { grid-template-columns: 1fr; gap: 14px; }
    .hkkk-fee__headline { padding: 28px 24px; }
    .hkkk-fee__headline-amount { font-size: 44px; }

    .hkkk-bet__card { padding: 8px 18px; }
    .hkkk-bet__row { flex-wrap: wrap; gap: 12px; }
    .hkkk-bet__copy { margin-left: auto; }

    .hkkk-tye__timeline { padding: 24px 18px 40px; }
    .hkkk-tye__session { grid-template-columns: 1fr; gap: 10px; padding: 12px 0; }
    .hkkk-tye__axis { grid-template-columns: 1fr; gap: 0; }
    .hkkk-tye__axis-spacer { display: none; }
    .hkkk-tye__bar-time { font-size: 14px; }

    .hkkk-kon__grid--two { grid-template-columns: 1fr; }
    .hkkk-kon__contact, .hkkk-kon__term { padding: 28px 24px; }

    .hkkk-mis { padding: 44px 24px; }
    .hkkk-mis__title { font-size: 36px; }
    .hkkk-mis__subtitle { font-size: 26px; }
}

/* =====================================================================
 * Responsive — phone
 * ===================================================================== */
@media (max-width: 540px) {
    .hkkk-hero { padding: 36px 20px; }
    .hkkk-hero__title { font-size: 42px; }
    .hkkk-hero__slogan { font-size: 24px; }
    .hkkk-hero__intro { font-size: 14px; }
    .hkkk-hero__leaf { display: none; }

    .hkkk-reg__principle { padding: 22px 18px; }
    .hkkk-reg__principle-title { font-size: 19px; }
    .hkkk-reg__checklist-title { font-size: 24px; }
    .hkkk-reg__req { padding: 12px 14px; gap: 12px; }
    .hkkk-reg__req-num { width: 28px; height: 28px; font-size: 16px; }
    .hkkk-reg__req-text { font-size: 14px; }

    .hkkk-fee__headline { padding: 24px 20px; }
    .hkkk-fee__headline-amount { font-size: 38px; }
    .hkkk-fee__row { padding: 14px 16px; gap: 12px; }
    .hkkk-fee__row-amount { font-size: 20px; }

    .hkkk-bet__row-value { font-size: 20px; }
    .hkkk-bet__row-icon { width: 36px; height: 36px; font-size: 18px; }

    .hkkk-tye__bar-time { font-size: 12px; }
    .hkkk-tye__bar { padding: 0 8px; }
    .hkkk-tye__track { height: 40px; }

    .hkkk-kon__contact-name, .hkkk-kon__term-title { font-size: 24px; }

    .hkkk-mis { padding: 36px 20px; }
    .hkkk-mis__title { font-size: 30px; }
    .hkkk-mis__subtitle { font-size: 22px; }
    .hkkk-mis__tagline { font-size: 14px; }
    .hkkk-mis__leaf { display: none; }
}

/* =====================================================================
 * Reduced motion
 * ===================================================================== */
@media (prefers-reduced-motion: reduce) {
    .hkkk-hero__leaf,
    .hkkk-mis__leaf,
    .hkkk-reg__principle,
    .hkkk-fee__row,
    .hkkk-tye__bar,
    .hkkk-kon__cta,
    .hkkk-kon__term-cta,
    .hkkk-bet__copy {
        animation: none !important;
        transition: none !important;
    }
}
