/* ========== Fly Kids Home — adventure park feel (Lotte-like) ========== */
.home-page {
    --fk-purple: #5925ec;
    --fk-purple-2: #5b26ff;
    --fk-pink: #ff37b5;
    --fk-dark: #111;
    --fk-muted: #666;
    --fk-bg: #f6f6f6;
    --fk-card: #fff;
    --fk-radius: 16px;
    --fk-shadow: 0 8px 28px rgba(17, 17, 17, 0.08);
    background: #ffffff;
    color: var(--fk-dark);
    font-family: Montserrat, 'e-Ukraine', system-ui, sans-serif;
}

.home[v-cloak],
.section-detail[v-cloak] {
    display: none;
}

.home {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

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

.fk-section:nth-child(even) {
    background: #f7f7fb;
}

.fk-section__head {
    margin-bottom: 28px;
    text-align: center;
}

.fk-h1, .fk-h2, .fk-hero__title {
    font-family: 'e-Ukraine Head', 'e-Ukraine', Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
}

.fk-h1 { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.fk-h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); }

.fk-lead {
    color: var(--fk-muted);
    max-width: 640px;
    margin: 0 auto;
}

/* buttons — solid rounded rects (park UI), не spa-pills */
.fk-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: none;
    border-radius: 12px;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: -.01em;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.fk-btn:hover { transform: translateY(-1px); }

.fk-btn--primary {
    background: var(--fk-purple);
    color: #fff;
    box-shadow: 0 6px 18px rgba(89, 37, 236, .35);
}

.fk-btn--primary:hover { background: #4b1fd4; }

.fk-btn--light {
    background: rgba(255,255,255,.95);
    color: var(--fk-purple);
    border: 0;
}

.fk-btn--ghost {
    background: #fff;
    color: var(--fk-purple);
    border: 1.5px solid var(--fk-purple);
}

.fk-btn--wide { width: 100%; }

.fk-more-wrap {
    margin-top: 28px;
    text-align: center;
}

/* hero */
.fk-hero {
    position: relative;
    min-height: min(72vh, 640px);
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    /* під фіксований header — negative margin щоб hero був full-bleed як у Lotte */
    margin-top: -108px;
    padding-top: 108px;
}

.fk-hero__media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(15, 10, 36, .75) 0%, rgba(89, 37, 236, .45) 55%, rgba(255, 55, 181, .35) 100%),
        radial-gradient(circle at 70% 40%, #7057ff 0%, transparent 50%),
        #1a0f4a;
}

.fk-hero__gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15,10,36,.85) 0%, rgba(15,10,36,.35) 55%, transparent 100%),
        linear-gradient(180deg, transparent 50%, rgba(15,10,36,.5) 100%);
}

.fk-hero__content {
    position: relative;
    z-index: 1;
    padding: 80px 0 64px;
}

.fk-hero__title {
    font-size: clamp(1.7rem, 4vw, 2.75rem);
    max-width: 18ch;
    color: #fff;
}

.fk-hero__sub {
    font-size: clamp(1rem, 2vw, 1.2rem);
    max-width: 40ch;
    opacity: .95;
    margin: 0 0 24px;
}

.fk-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.fk-hero__trust {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 14px;
    opacity: .95;
}

/* cards / why */
.fk-why__grid,
.fk-shows__grid,
.fk-reviews__grid,
.fk-rooms__grid,
.fk-packages__grid {
    display: grid;
    gap: 16px;
}

.fk-why__grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }

.fk-card, .fk-why__card, .fk-show-card, .fk-review, .fk-room, .fk-pkg {
    background: var(--fk-card);
    border-radius: var(--fk-radius);
    padding: 20px;
    box-shadow: var(--fk-shadow);
    border: 1px solid rgba(89, 37, 236, .06);
}

.fk-why__icon { font-size: 1.8rem; margin-bottom: 8px; }
.fk-card__title { margin: 0 0 8px; font-size: 1.05rem; }
.fk-card__text { margin: 0; color: var(--fk-muted); font-size: 14px; line-height: 1.45; }
.fk-card__full { margin: 10px 0 0; font-size: 14px; line-height: 1.5; color: #333; }

/* filters / chips */
.fk-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 20px;
}

.fk-chip {
    border: 1px solid #e5e5ee;
    background: #fff;
    color: var(--fk-dark);
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

.fk-chip.is-active {
    background: var(--fk-purple);
    border-color: var(--fk-purple);
    color: #fff;
}

/* gallery — фіксована ширина слайдів (не розтягуються при фільтрі) */
.fk-gallery__track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 240px;
    justify-content: start;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
}

.fk-gallery__slide {
    width: 240px;
    min-width: 240px;
    max-width: 240px;
    min-height: 180px;
    border-radius: var(--fk-radius);
    padding: 16px;
    color: #fff;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: var(--fk-shadow);
    box-sizing: border-box;
}

.fk-gallery__label { font-weight: 700; font-size: 1.1rem; }
.fk-gallery__full { margin: 8px 0 0; font-size: 13px; opacity: .95; }

/* calc */
.fk-calc__box {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 20px;
    background: #fff;
    border-radius: 24px;
    padding: 24px;
    box-shadow: var(--fk-shadow);
}

.fk-calc__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.fk-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    color: var(--fk-muted);
}

.fk-field input,
.fk-field select {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    color: var(--fk-dark);
    background: #fff;
    font-family: inherit;
}

.fk-calc__result {
    background: linear-gradient(160deg, #5925ec, #af2d7f);
    color: #fff;
    border-radius: 20px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    justify-content: center;
}

.fk-calc__price strong { font-size: 2rem; }
.fk-calc__note { font-size: 13px; opacity: .9; }

/* packages */
.fk-packages__grid { grid-template-columns: repeat(3, 1fr); }
.fk-pkg { position: relative; display: flex; flex-direction: column; gap: 10px; }
.fk-pkg--hit { border: 2px solid var(--fk-pink); }
.fk-pkg__badge {
    align-self: flex-start;
    background: var(--fk-pink);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
}
.fk-pkg__name { margin: 0; font-size: 1.4rem; }
.fk-pkg__price strong { font-size: 1.5rem; color: var(--fk-purple); }
.fk-pkg__list { margin: 0; padding-left: 18px; color: var(--fk-muted); font-size: 14px; flex: 1; }
.fk-pkg .fk-btn { margin-top: auto; }

/* shows */
.fk-shows__grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.fk-show-card__media {
    height: 120px;
    border-radius: 14px;
    margin: -4px -4px 12px;
    display: flex;
    align-items: flex-end;
    padding: 10px;
}
.fk-show-card__type {
    background: rgba(0,0,0,.35);
    color: #fff;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 8px;
    letter-spacing: .04em;
}

/* rooms */
.fk-rooms__grid { grid-template-columns: repeat(3, 1fr); }
.fk-room__preview {
    height: 140px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    margin-bottom: 12px;
}
.fk-menu-block {
    margin-top: 28px;
    padding: 24px;
    border-radius: var(--fk-radius);
    background: linear-gradient(90deg, #f2f2ff, #f9f2ff);
    text-align: center;
}

/* reviews */
.fk-reviews__grid { grid-template-columns: repeat(3, 1fr); }
.fk-review__video {
    height: 140px;
    border-radius: 14px;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    font-weight: 700;
}
.fk-review__name { font-weight: 600; color: var(--fk-purple); margin-bottom: 6px; }

/* process */
.fk-process__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 16px;
    max-width: 720px;
    margin-inline: auto;
}
.fk-process__step {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 14px;
    align-items: start;
    background: #fff;
    padding: 16px;
    border-radius: var(--fk-radius);
    box-shadow: var(--fk-shadow);
}
.fk-process__n {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--fk-purple);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/* faq */
.fk-faq__list { max-width: 760px; margin: 0 auto; display: grid; gap: 10px; }
.fk-faq__item {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    overflow: hidden;
}
.fk-faq__q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    background: none;
    border: none;
    padding: 16px 18px;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}
.fk-faq__a { padding: 0 18px 16px; color: var(--fk-muted); font-size: 14px; }

/* offer */
.fk-offer__box {
    background: linear-gradient(135deg, #2a0d6e, #5925ec 50%, #ff37b5);
    color: #fff;
    border-radius: 28px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--fk-shadow);
}
.fk-offer__box .fk-h2 { color: #fff; }
.fk-offer__box ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: grid;
    gap: 8px;
}

/* form */
.fk-form__box {
    max-width: 560px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
    background: #fff;
    padding: 28px;
    border-radius: 24px;
    box-shadow: var(--fk-shadow);
}
.fk-form__ok { color: #00a92d; font-weight: 600; }

.fk-modal {
    position: fixed;
    inset: 0;
    background: rgba(17,17,17,.55);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.fk-modal__card {
    width: min(420px, 100%);
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    position: relative;
    display: grid;
    gap: 10px;
}
.fk-modal__close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: none;
    background: none;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}

@media (max-width: 900px) {
    .fk-calc__box { grid-template-columns: 1fr; }
    .fk-packages__grid,
    .fk-rooms__grid,
    .fk-reviews__grid { grid-template-columns: 1fr; }
    .fk-calc__fields { grid-template-columns: 1fr; }
    .fk-section { padding: 48px 0; }
    .fk-hero { min-height: auto; }
    .fk-hero__content { padding: 56px 0 40px; }
}
