/* ══════════════════════════════════════════════════════════════════════════
   Watily — Booking System landing (editorial upgrade)
   Loaded only on the booking-system route. Accent: indigo #4C57E0.
   Reuses global tokens + the shared .wt-hero--bleed header-seam fix.
   ══════════════════════════════════════════════════════════════════════════ */
.wt-bk-hero,
.wt-bk-how,
.wt-bk-feat,
.wt-bk-sectors,
.wt-bk-faq {
    --wt-bk: #1A1714;
    --wt-bk-ink: #1A1714;
    --wt-bk-soft: #F1EFEA;
    --wt-bk-border: #E5E2DC;
    --wt-bk-dark: #1A1714;
    --wt-bk-cream: #FAF8F5;
    --wt-bk-line: #EFEDE8;
    --wt-bk-muted: #6E6963;
}

/* ── Hero ──────────────────────────────────────────────────────────────── */
.wt-bk-hero {
    position: relative;
    isolation: isolate;
    overflow: clip;
    padding-bottom: clamp(44px, 6vw, 68px);
    background:
        radial-gradient(ellipse 70% 60% at 88% 12%, rgba(76, 87, 224, 0.12) 0%, transparent 58%),
        radial-gradient(ellipse 60% 50% at 8% 82%, rgba(240, 108, 20, 0.06) 0%, transparent 55%),
        linear-gradient(180deg, var(--wt-bk-cream) 0%, #ffffff 100%);
}
.wt-bk-hero__glow {
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    pointer-events: none;
}
.wt-bk-hero__glow--a { top: -120px; inset-inline-end: -60px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(76, 87, 224, 0.14), transparent 62%); }
.wt-bk-hero__glow--b { top: 140px; inset-inline-start: -160px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255, 169, 82, 0.10), transparent 64%); }

.wt-bk-hero__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(40px, 6vw, 56px);
    align-items: center;
}
@media (min-width: 940px) {
    .wt-bk-hero__grid { grid-template-columns: 1.04fr 0.96fr; }
}
.wt-bk-hero__content { text-align: center; }
@media (min-width: 940px) { .wt-bk-hero__content { text-align: start; } }

.wt-bk-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 6px 16px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--wt-bk-line);
    box-shadow: 0 4px 14px rgba(26, 23, 20, 0.05);
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--wt-bk-ink);
}
.wt-bk-hero__pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--wt-bk); animation: wtBkPulse 2s infinite; }
@keyframes wtBkPulse { 0% { box-shadow: 0 0 0 0 rgba(76, 87, 224, 0.4); } 70% { box-shadow: 0 0 0 10px rgba(76, 87, 224, 0); } 100% { box-shadow: 0 0 0 0 rgba(76, 87, 224, 0); } }

.wt-bk-hero__content h1 {
    margin: 22px 0 0;
    font-size: clamp(2rem, 4.2vw, 3.4rem);
    line-height: 1.14;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--wt-bk-dark);
}
.wt-bk-hl { position: relative; display: inline-block; color: var(--wt-bk-ink); }
.wt-bk-hl::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0.08em;
    height: 0.32em;
    z-index: -1;
    border-radius: 4px;
    background: linear-gradient(90deg, #DDE1FF, #FFE4C2);
}
.wt-bk-hero__lead {
    margin: 22px auto 0;
    font-size: clamp(1rem, 2vw, 1.14rem);
    line-height: 1.8;
    color: #524E49;
    max-width: 52ch;
}
@media (min-width: 940px) { .wt-bk-hero__lead { margin-inline: 0; } }

.wt-bk-hero__actions {
    margin-top: 32px;
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media (min-width: 940px) { .wt-bk-hero__actions { justify-content: flex-start; } }
.wt-bk-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: var(--wt-brand-orange, #F06C14);
    box-shadow: 0 14px 34px rgba(240, 108, 20, 0.3);
}
.wt-bk-hero__ghost {
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    border-radius: 13px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--wt-bk-dark);
    transition: background 0.18s ease;
}
.wt-bk-hero__ghost:hover { background: #F0EDE8; }

.wt-bk-hero__badges {
    margin-top: 30px;
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 940px) { .wt-bk-hero__badges { justify-content: flex-start; } }
.wt-bk-hero__badge { display: inline-flex; align-items: center; gap: 8px; font-size: 0.82rem; font-weight: 600; color: var(--wt-bk-muted); }
.wt-bk-hero__badge .wt-icon { color: var(--wt-bk); }

/* ── Interactive booking card ──────────────────────────────────────────── */
.wt-bk-hero__visual { position: relative; display: flex; justify-content: center; }
.wt-bk-card {
    width: min(400px, 100%);
    background: #fff;
    border: 1px solid var(--wt-bk-line);
    border-radius: 22px;
    box-shadow: 0 40px 80px rgba(26, 23, 20, 0.14);
    overflow: hidden;
    animation: wtBkFloat 6s ease-in-out infinite;
}
@keyframes wtBkFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.wt-bk-card__head { background: var(--wt-bk-dark); padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.wt-bk-card__biz { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-size: 0.92rem; font-weight: 700; }
.wt-bk-card__biz-mark { width: 30px; height: 30px; border-radius: 8px; background: #fff; color: var(--wt-bk); display: inline-flex; align-items: center; justify-content: center; }
.wt-bk-card__svc { font-size: 0.7rem; color: #95908A; white-space: nowrap; }
.wt-bk-card__body { padding: 18px 20px 6px; }
.wt-bk-card__label { font-size: 0.68rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: #95908A; }
.wt-bk-card__days { margin-top: 12px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 7px; }
.wt-bk-card__day { display: flex; flex-direction: column; align-items: center; gap: 2px; padding: 8px 0; border-radius: 12px; background: var(--wt-bk-soft); color: var(--wt-bk-ink); }
.wt-bk-card__day.is-sel { background: var(--wt-bk); color: #fff; box-shadow: 0 8px 18px rgba(76, 87, 224, 0.3); }
.wt-bk-card__dow { font-size: 0.62rem; opacity: 0.75; }
.wt-bk-card__dn { font-size: 1rem; font-weight: 800; font-variant-numeric: tabular-nums; }
.wt-bk-card__slots { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.wt-bk-card__slot { text-align: center; padding: 9px 4px; border-radius: 10px; border: 1px solid var(--wt-bk-line); font-size: 0.76rem; font-weight: 700; color: #3A3733; font-variant-numeric: tabular-nums; }
.wt-bk-card__slot.is-sel { background: var(--wt-brand-orange, #F06C14); border-color: transparent; color: #fff; box-shadow: 0 8px 18px rgba(240, 108, 20, 0.28); animation: wtBkPop 0.4s ease-out; }
.wt-bk-card__slot.is-off { opacity: 0.4; text-decoration: line-through; }
@keyframes wtBkPop { from { transform: scale(1.12); } to { transform: scale(1); } }
.wt-bk-card__confirm { margin: 14px 20px 20px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 12px 14px; border-radius: 12px; background: #E8F7EF; color: #0A6831; font-size: 0.8rem; font-weight: 800; }
.wt-bk-card__confirm .wt-icon { vertical-align: -3px; }
.wt-bk-card__confirm-time { font-variant-numeric: tabular-nums; }

.wt-bk-toast {
    position: absolute;
    bottom: -18px;
    inset-inline-end: -6px;
    z-index: 4;
    width: min(280px, 78%);
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--wt-bk-line);
    border-radius: 16px;
    padding: 12px 14px;
    box-shadow: 0 18px 44px rgba(26, 23, 20, 0.14);
    animation: wtBkFloat 5.5s ease-in-out infinite 0.4s;
}
.wt-bk-toast__ico { width: 38px; height: 38px; border-radius: 11px; background: #25D366; color: #fff; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.wt-bk-toast__body { min-width: 0; }
.wt-bk-toast__body b { display: block; font-size: 0.72rem; font-weight: 800; color: var(--wt-bk-dark); }
.wt-bk-toast__body small { display: block; font-size: 0.72rem; color: #524E49; line-height: 1.45; }

.wt-bk-chip {
    position: absolute;
    top: 24px;
    inset-inline-start: -14px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 11px;
    background: #fff;
    border: 1px solid var(--wt-bk-line);
    border-radius: 16px;
    padding: 11px 15px;
    box-shadow: 0 18px 44px rgba(26, 23, 20, 0.14);
    animation: wtBkFloat 5s ease-in-out infinite 0.6s;
}
.wt-bk-chip__ico { width: 36px; height: 36px; border-radius: 11px; background: #FDECEC; color: #B12A25; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.wt-bk-chip b { display: block; font-size: 0.72rem; font-weight: 800; color: var(--wt-bk-dark); }
.wt-bk-chip small { display: block; font-size: 0.68rem; font-weight: 800; color: #0F8540; }

/* ── Value marquee ─────────────────────────────────────────────────────── */
.wt-bk-marquee { margin-top: clamp(28px, 5vw, 48px); background: var(--wt-dark, #1A1714); padding: 18px 0; overflow: hidden; }
.wt-bk-marquee__track { display: flex; width: max-content; animation: wtBkMarquee 28s linear infinite; }
@keyframes wtBkMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.wt-bk-marquee__item { display: inline-flex; align-items: center; gap: 14px; padding: 0 24px; font-size: clamp(1.05rem, 2vw, 1.3rem); font-weight: 700; color: #F0EDE8; white-space: nowrap; }
.wt-bk-marquee__dot { width: 7px; height: 7px; border-radius: 50%; background: #4C57E0; }

/* ── How it works (pipeline) ───────────────────────────────────────────── */
.wt-bk-how { padding: clamp(56px, 8vw, 90px) 0 clamp(40px, 6vw, 70px); }
.wt-bk-how .wt-section-heading { max-width: 640px; margin-inline: auto; text-align: center; }
.wt-bk-how .wt-section-heading .wt-badge { justify-content: center; }
.wt-bk-how__steps { position: relative; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: clamp(14px, 2.5vw, 20px); margin-top: clamp(28px, 5vw, 44px); }
.wt-bk-how__rail { position: absolute; top: 26px; inset-inline: 12%; height: 2px; background: repeating-linear-gradient(90deg, #D9D5CD 0 8px, transparent 8px 16px); z-index: 0; }
@media (max-width: 767px) { .wt-bk-how__rail { display: none; } }
.wt-bk-how__step { position: relative; text-align: center; padding: 0 clamp(8px, 2vw, 16px); }
.wt-bk-how__dot { position: relative; z-index: 1; width: 52px; height: 52px; border-radius: 50%; margin: 0 auto 18px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 6px var(--wt-bk-cream), 0 8px 20px rgba(15, 23, 42, 0.08); }
.wt-bk-how__dot--0 { background: #EEF0FE; color: #3A44B2; }
.wt-bk-how__dot--1 { background: #FFF4E6; color: #B85C00; }
.wt-bk-how__dot--2 { background: #E8F7EF; color: #0F8540; }
.wt-bk-how__dot--3 { background: #FDECEC; color: #B12A25; }
.wt-bk-how__num { display: block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; color: #95908A; margin-bottom: 6px; }
.wt-bk-how__step h3 { margin: 0; font-size: 1.05rem; font-weight: 800; color: var(--wt-bk-dark); }
.wt-bk-how__step p { max-width: 24ch; margin: 8px auto 0; font-size: 0.84rem; line-height: 1.7; color: var(--wt-bk-muted); }

/* ── Features (editorial list) ─────────────────────────────────────────── */
.wt-bk-feat { padding: clamp(56px, 8vw, 90px) 0; background: linear-gradient(180deg, var(--wt-bk-cream) 0%, #fff 100%); border-top: 1px solid var(--wt-bk-line); }
.wt-bk-feat__grid { display: grid; grid-template-columns: 1fr; gap: clamp(32px, 5vw, 56px); align-items: start; }
@media (min-width: 940px) { .wt-bk-feat__grid { grid-template-columns: 0.72fr 1.28fr; } }
.wt-bk-feat__intro h2 { margin: 14px 0 0; font-size: clamp(1.7rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -0.015em; color: var(--wt-bk-dark); line-height: 1.2; }
.wt-bk-feat__intro p { margin: 14px 0 0; font-size: 0.98rem; color: var(--wt-bk-muted); line-height: 1.8; max-width: 34ch; }
@media (min-width: 940px) { .wt-bk-feat__intro { position: sticky; top: 120px; } }
.wt-bk-feat__intro .wt-bk-btn { margin-top: 22px; }
.wt-bk-feat__read { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; font-size: 0.86rem; font-weight: 700; color: var(--wt-bk-ink); }
.wt-bk-feat__list { display: flex; flex-direction: column; }
.wt-bk-feat__row { display: grid; grid-template-columns: auto 1fr; gap: 22px; padding: 24px 0; border-top: 1px solid var(--wt-bk-line); }
.wt-bk-feat__row:first-child { border-top: none; }
.wt-bk-feat__lead { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.wt-bk-feat__num { font-size: 0.8rem; font-weight: 800; color: #BDB8AE; }
.wt-bk-feat__icon { width: 52px; height: 52px; border-radius: 15px; background: var(--wt-bk-soft); color: var(--wt-bk-ink); display: inline-flex; align-items: center; justify-content: center; }
.wt-bk-feat__name { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; font-size: 1.2rem; font-weight: 800; color: var(--wt-bk-dark); }
.wt-bk-feat__pill { font-size: 0.68rem; font-weight: 700; color: var(--wt-bk-ink); background: var(--wt-bk-soft); border-radius: 999px; padding: 4px 11px; }
.wt-bk-feat__desc { display: block; margin-top: 9px; font-size: 0.92rem; color: var(--wt-bk-muted); line-height: 1.8; max-width: 60ch; }

/* ── Sectors ───────────────────────────────────────────────────────────── */
.wt-bk-sectors { padding: clamp(48px, 7vw, 80px) 0; }
.wt-bk-sectors .wt-section-heading { margin-bottom: clamp(28px, 4vw, 44px); }
.wt-bk-sectors__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; }
.wt-bk-sector { background: #fff; border: 1px solid var(--wt-bk-line); border-radius: 22px; padding: 26px; transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease; }
.wt-bk-sector:hover { transform: translateY(-5px); border-color: var(--wt-bk-border); box-shadow: 0 22px 44px rgba(76, 87, 224, 0.1); }
.wt-bk-sector__icon { width: 46px; height: 46px; border-radius: 14px; background: var(--wt-bk-soft); color: var(--wt-bk-ink); display: inline-flex; align-items: center; justify-content: center; }
.wt-bk-sector h3 { margin: 14px 0 0; font-size: 1.05rem; font-weight: 800; color: var(--wt-bk-dark); }
.wt-bk-sector p { margin: 7px 0 0; font-size: 0.86rem; color: var(--wt-bk-muted); line-height: 1.8; }

/* ── FAQ accordion ─────────────────────────────────────────────────────── */
.wt-bk-faq { padding: clamp(40px, 6vw, 72px) 0 clamp(48px, 8vw, 88px); }
.wt-bk-faq__list { max-width: 900px; margin: clamp(24px, 4vw, 40px) auto 0; display: flex; flex-direction: column; gap: 10px; }
.wt-bk-faq__item { background: #fff; border: 1px solid var(--wt-bk-line); border-radius: 16px; overflow: hidden; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.wt-bk-faq__item[open] { border-color: var(--wt-bk-border); box-shadow: 0 10px 28px rgba(76, 87, 224, 0.08); }
.wt-bk-faq__item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 24px; cursor: pointer; font-size: 0.98rem; font-weight: 700; line-height: 1.55; color: var(--wt-bk-dark); list-style: none; }
.wt-bk-faq__item summary::-webkit-details-marker { display: none; }
.wt-bk-faq__item summary::after { content: "+"; flex: none; width: 28px; height: 28px; border-radius: 50%; background: #F6F4F0; color: #524E49; display: inline-flex; align-items: center; justify-content: center; font-size: 1.15rem; font-weight: 700; line-height: 1; transition: background 0.2s ease, color 0.2s ease; }
.wt-bk-faq__item[open] summary::after { content: "\2212"; background: var(--wt-bk); color: #fff; }
.wt-bk-faq__item p { margin: 0; padding: 2px 24px 21px; font-size: 0.9rem; line-height: 1.9; color: #524E49; }

/* ── CTA ───────────────────────────────────────────────────────────────── */
.wt-bk-cta .wt-bk-cta__card { display: flex; flex-direction: column; align-items: center; text-align: center; grid-template-columns: none; background: var(--wt-dark, #1A1714); border-radius: 28px; padding: clamp(48px, 7vw, 80px) clamp(24px, 5vw, 56px); position: relative; overflow: hidden; isolation: isolate; }
.wt-bk-cta__card::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse at 50% -10%, rgba(76, 87, 224, 0.28) 0%, transparent 60%); pointer-events: none; }
.wt-bk-cta__card > * { position: relative; z-index: 1; }
.wt-bk-cta__mark { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 18px; background: #fff; color: var(--wt-bk); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25); }
.wt-bk-cta .wt-bk-cta__card h2 { margin: 22px auto 0; max-width: 22ch; color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 800; line-height: 1.2; }
.wt-bk-cta .wt-bk-cta__card p { margin: 16px auto 0; max-width: 52ch; color: rgba(255, 255, 255, 0.66); font-size: 1.05rem; line-height: 1.8; }
.wt-bk-cta__actions { margin-top: 28px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.wt-bk-cta__ghost { display: inline-flex; align-items: center; padding: 15px 28px; border-radius: 13px; color: #fff; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.18); font-weight: 700; transition: background 0.18s ease; }
.wt-bk-cta__ghost:hover { background: rgba(255, 255, 255, 0.15); }
@media (max-width: 600px) {
    .wt-bk-cta__actions { width: 100%; flex-direction: column; }
    .wt-bk-cta__actions .wt-btn, .wt-bk-cta__ghost { width: 100%; justify-content: center; }
}

/* ── Reduced motion ────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
    .wt-bk-card, .wt-bk-toast, .wt-bk-chip, .wt-bk-marquee__track, .wt-bk-hero__pulse, .wt-bk-card__slot.is-sel { animation: none !important; }
}

/* ══ Overrides: black accent (no blue/navy) + flat (no shadows) ══ */
.wt-bk-hero {
    background:
        radial-gradient(ellipse 70% 60% at 88% 12%, rgba(26, 23, 20, 0.05) 0%, transparent 58%),
        radial-gradient(ellipse 60% 50% at 8% 82%, rgba(240, 108, 20, 0.05) 0%, transparent 55%),
        linear-gradient(180deg, var(--wt-bk-cream) 0%, #ffffff 100%);
}
.wt-bk-hero__glow--a { background: radial-gradient(circle, rgba(26, 23, 20, 0.06), transparent 62%); }
.wt-bk-hero__glow--b { background: radial-gradient(circle, rgba(240, 108, 20, 0.08), transparent 64%); }
.wt-bk-hero__pulse { animation: none; }
.wt-bk-hl::after { background: linear-gradient(90deg, #EDE9E1, #FFE4C2); }
.wt-bk-marquee__dot { background: var(--wt-brand-orange, #F06C14); }
.wt-bk-how__dot--0 { background: #F1EFEA; color: #1A1714; }
.wt-bk-cta__card::before { background: radial-gradient(ellipse at 50% -10%, rgba(240, 108, 20, 0.22) 0%, transparent 60%); }

.wt-bk-card, .wt-bk-toast, .wt-bk-chip, .wt-bk-sector, .wt-bk-sector:hover,
.wt-bk-card__day.is-sel, .wt-bk-card__slot.is-sel, .wt-bk-btn,
.wt-bk-cta__mark, .wt-bk-hero__eyebrow, .wt-bk-faq__item, .wt-bk-faq__item[open] {
    box-shadow: none !important;
}
/* keep only the ring cut-out on pipeline dots so the rail doesn't cross them */
.wt-bk-how__dot { box-shadow: 0 0 0 6px var(--wt-bk-cream) !important; }

/* Marquee band → black (per request) */
.wt-bk-marquee { background: #0A0A0A; }
