/* ══════════════════════════════════════════════════════════════════════════
   Watily — Salla App Store landing (editorial upgrade)
   Loaded only on the salla route. Structural: black+orange. Flat.
   ══════════════════════════════════════════════════════════════════════════ */
.wt-sl-hero, .wt-sl-how, .wt-sl-feat, .wt-sl-pricing, .wt-sl-faq {
    --sl-dark: #1A1714;
    --sl-cream: #FAF8F5;
    --sl-line: #EFEDE8;
    --sl-muted: #6E6963;
    --sl-soft: #FFF4E6;
    --sl-border: #FFE4C2;
}

/* Hero */
.wt-sl-hero {
    position: relative; isolation: isolate; overflow: clip;
    padding-bottom: clamp(28px, 4vw, 44px);
    background:
        radial-gradient(ellipse 70% 60% at 88% 12%, rgba(240, 108, 20, 0.1) 0%, transparent 58%),
        radial-gradient(ellipse 60% 50% at 8% 82%, rgba(26, 23, 20, 0.05) 0%, transparent 55%),
        linear-gradient(180deg, var(--sl-cream) 0%, #ffffff 100%);
}
.wt-sl-hero__glow { position: absolute; border-radius: 50%; z-index: -1; pointer-events: none; }
.wt-sl-hero__glow--a { top: -120px; inset-inline-end: -60px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(240, 108, 20, 0.14), transparent 62%); }
.wt-sl-hero__glow--b { top: 140px; inset-inline-start: -160px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(26, 23, 20, 0.06), transparent 64%); }
.wt-sl-hero__grid { display: grid; grid-template-columns: 1fr; gap: clamp(40px, 6vw, 56px); align-items: center; padding-top: clamp(8px, 2vw, 16px); }
@media (min-width: 940px) { .wt-sl-hero__grid { grid-template-columns: 1.04fr 0.96fr; } }
.wt-sl-hero__content { text-align: center; }
@media (min-width: 940px) { .wt-sl-hero__content { text-align: start; } }
.wt-sl-hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 6px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--sl-line); font-size: 0.8rem; font-weight: 700; color: #B85C00; }
.wt-sl-hero__pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--wt-brand-orange, #F06C14); }
.wt-sl-hero__content h1 { margin: 22px 0 0; font-size: clamp(1.85rem, 4vw, 2.9rem); line-height: 1.18; font-weight: 800; letter-spacing: -0.02em; color: var(--sl-dark); }
.wt-sl-hl { position: relative; display: inline-block; color: #B85C00; }
.wt-sl-hl::after { content: ""; position: absolute; inset-inline: 0; bottom: 0.05em; height: 0.28em; z-index: -1; border-radius: 4px; background: linear-gradient(90deg, #FFE4C2, #FFC98A); }
.wt-sl-hero__lead { margin: 22px auto 0; font-size: clamp(1rem, 2vw, 1.1rem); line-height: 1.8; color: #524E49; max-width: 54ch; }
@media (min-width: 940px) { .wt-sl-hero__lead { margin-inline: 0; } }
.wt-sl-hero__actions { margin-top: 28px; display: flex; gap: 13px; flex-wrap: wrap; align-items: center; justify-content: center; }
@media (min-width: 940px) { .wt-sl-hero__actions { justify-content: flex-start; } }
.wt-sl-btn { display: inline-flex; align-items: center; gap: 9px; background: var(--wt-brand-orange, #F06C14); }
.wt-sl-hero__ghost { display: inline-flex; align-items: center; padding: 14px 24px; border-radius: 13px; font-size: 1rem; font-weight: 700; color: var(--sl-dark); transition: background 0.18s ease; }
.wt-sl-hero__ghost:hover { background: #F0EDE8; }
.wt-sl-hero__note { margin-top: 16px; font-size: 0.82rem; color: var(--sl-muted); font-weight: 600; }

/* Order-flow card */
.wt-sl-hero__visual { position: relative; display: flex; flex-direction: column; align-items: center; }
.wt-sl-card { width: min(400px, 100%); background: #fff; border: 1px solid var(--sl-line); border-radius: 22px; padding: 20px; }
.wt-sl-card__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--sl-line); }
.wt-sl-card__biz { display: inline-flex; align-items: center; gap: 9px; font-size: 0.82rem; font-weight: 800; color: var(--sl-dark); }
.wt-sl-card__biz-mark { width: 26px; height: 26px; border-radius: 8px; background: var(--sl-soft); color: #B85C00; display: inline-flex; align-items: center; justify-content: center; }
.wt-sl-card__no { font-size: 0.72rem; font-weight: 700; color: #95908A; }
.wt-sl-card__node { margin-top: 12px; display: flex; align-items: center; gap: 12px; background: var(--sl-cream); border: 1px solid var(--sl-line); border-radius: 14px; padding: 12px 14px; }
.wt-sl-card__node--reward { background: #E8F7EF; border-color: #C6EBD4; }
.wt-sl-card__node-ico { width: 36px; height: 36px; border-radius: 10px; background: #fff; color: #0F8540; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.wt-sl-card__node--reward .wt-sl-card__node-ico { color: #B85C00; }
.wt-sl-card__node-body { flex: 1; min-width: 0; }
.wt-sl-card__node-body b { display: block; font-size: 0.8rem; font-weight: 800; color: var(--sl-dark); }
.wt-sl-card__node-body small { display: block; font-size: 0.72rem; color: #0A6831; font-weight: 600; }
.wt-sl-card__node-badge { font-size: 0.85rem; font-weight: 800; color: #0F8540; }
.wt-sl-card__foot { margin-top: 12px; display: flex; align-items: center; gap: 8px; font-size: 0.74rem; color: var(--sl-muted); font-weight: 600; }
.wt-sl-card__foot-check { color: #0A6831; font-weight: 900; }
.wt-sl-chip { margin-top: 14px; width: min(400px, 100%); display: flex; align-items: center; gap: 12px; background: var(--sl-soft); border: 1px solid var(--sl-border); border-radius: 16px; padding: 12px 14px; }
.wt-sl-chip__ico { width: 38px; height: 38px; border-radius: 11px; background: #fff; color: #B85C00; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.wt-sl-chip b { display: block; font-size: 0.76rem; font-weight: 800; color: var(--sl-dark); }
.wt-sl-chip small { display: block; font-size: 0.72rem; color: #0F8540; font-weight: 700; }

/* Marquee (black) */
.wt-sl-marquee { margin-top: clamp(28px, 5vw, 44px); background: #0A0A0A; padding: 18px 0; overflow: hidden; }
.wt-sl-marquee__track { display: flex; width: max-content; animation: wtSlMarquee 28s linear infinite; }
@keyframes wtSlMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.wt-sl-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-sl-marquee__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--wt-brand-orange, #F06C14); }

/* Why (narrative) */
.wt-sl-why { padding: clamp(48px, 7vw, 80px) 0; background: var(--sl-cream); }
.wt-sl-why .wt-section-heading { max-width: 760px; margin-inline: auto; }

/* How pipeline */
.wt-sl-how { padding: clamp(56px, 8vw, 90px) 0 clamp(40px, 6vw, 70px); }
.wt-sl-how .wt-section-heading { max-width: 640px; margin-inline: auto; text-align: center; }
.wt-sl-how .wt-section-heading .wt-badge { justify-content: center; }
.wt-sl-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-sl-how__rail { position: absolute; top: 26px; inset-inline: 15%; height: 2px; background: repeating-linear-gradient(90deg, #D9D5CD 0 8px, transparent 8px 16px); z-index: 0; }
@media (max-width: 767px) { .wt-sl-how__rail { display: none; } }
.wt-sl-how__step { position: relative; text-align: center; padding: 0 clamp(8px, 2vw, 16px); }
.wt-sl-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(--sl-cream); }
.wt-sl-how__dot--0 { background: #FFF4E6; color: #B85C00; }
.wt-sl-how__dot--1 { background: #F1EFEA; color: #1A1714; }
.wt-sl-how__dot--2 { background: #E8F7EF; color: #0F8540; }
.wt-sl-how__num { display: block; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.04em; color: #95908A; margin-bottom: 6px; }
.wt-sl-how__step h3 { margin: 0; font-size: 1.05rem; font-weight: 800; color: var(--sl-dark); }
.wt-sl-how__step p { max-width: 30ch; margin: 8px auto 0; font-size: 0.84rem; line-height: 1.7; color: var(--sl-muted); }

/* Feature cards (with checklist) */
.wt-sl-feat { padding: clamp(48px, 7vw, 80px) 0; }
.wt-sl-feat__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 16px; margin-top: clamp(24px, 4vw, 40px); }
.wt-sl-feat-card { background: #fff; border: 1px solid var(--sl-line); border-radius: 20px; padding: 26px; transition: transform 0.25s ease, border-color 0.25s ease; }
.wt-sl-feat-card:hover { transform: translateY(-4px); border-color: var(--sl-border); }
.wt-sl-feat-card__head { display: flex; align-items: center; gap: 12px; }
.wt-sl-feat-card__ico { width: 46px; height: 46px; border-radius: 14px; background: var(--sl-soft); color: #B85C00; display: inline-flex; align-items: center; justify-content: center; flex: none; }
.wt-sl-feat-card h3 { margin: 0; font-size: 1.02rem; font-weight: 800; color: var(--sl-dark); line-height: 1.35; }
.wt-sl-feat-card__list { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.wt-sl-feat-card__list li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.86rem; color: #3A3733; line-height: 1.6; }
.wt-sl-feat-card__list li .wt-icon { color: #0F8540; flex: none; margin-top: 4px; }

/* Pricing */
.wt-sl-pricing { padding: clamp(48px, 7vw, 80px) 0; background: var(--sl-cream); }
.wt-sl-plans { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 16px; max-width: 780px; margin: 0 auto; }
.wt-sl-plan { position: relative; background: #fff; border: 1px solid var(--sl-line); border-radius: 22px; padding: 30px; }
.wt-sl-plan--featured { border: 2px solid var(--wt-brand-orange, #F06C14); }
.wt-sl-plan__tag { position: absolute; top: -13px; inset-inline-start: 26px; background: var(--wt-brand-orange, #F06C14); color: #fff; font-size: 0.72rem; font-weight: 800; border-radius: 999px; padding: 5px 16px; }
.wt-sl-plan__name { font-size: 1.05rem; font-weight: 800; color: var(--sl-dark); }
.wt-sl-plan__price { margin-top: 12px; display: flex; align-items: baseline; gap: 6px; }
.wt-sl-plan__price b { font-size: 2rem; font-weight: 800; color: var(--sl-dark); letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
.wt-sl-plan__price span { font-size: 0.8rem; color: var(--sl-muted); }
.wt-sl-plan__msgs { margin-top: 10px; font-size: 0.78rem; font-weight: 700; color: #B85C00; background: var(--sl-soft); border-radius: 999px; padding: 6px 13px; display: inline-block; }
.wt-sl-plan__list { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.wt-sl-plan__list li { display: flex; align-items: flex-start; gap: 8px; font-size: 0.86rem; color: #3A3733; line-height: 1.6; }
.wt-sl-plan__list li .wt-icon { color: #0F8540; flex: none; margin-top: 3px; }
.wt-sl-pricing__note { text-align: center; margin-top: 22px; color: var(--sl-muted); font-size: 0.88rem; }

/* FAQ accordion */
.wt-sl-faq { padding: clamp(40px, 6vw, 72px) 0 clamp(48px, 8vw, 88px); }
.wt-sl-faq__list { max-width: 900px; margin: clamp(24px, 4vw, 40px) auto 0; display: flex; flex-direction: column; gap: 10px; }
.wt-sl-faq__item { background: #fff; border: 1px solid var(--sl-line); border-radius: 16px; overflow: hidden; transition: border-color 0.2s ease; }
.wt-sl-faq__item[open] { border-color: var(--sl-border); }
.wt-sl-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(--sl-dark); list-style: none; }
.wt-sl-faq__item summary::-webkit-details-marker { display: none; }
.wt-sl-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-sl-faq__item[open] summary::after { content: "\2212"; background: var(--wt-brand-orange, #F06C14); color: #fff; }
.wt-sl-faq__item p { margin: 0; padding: 2px 24px 21px; font-size: 0.9rem; line-height: 1.9; color: #524E49; }

/* CTA */
.wt-sl-cta .wt-sl-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-sl-cta__card::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(ellipse at 50% -10%, rgba(240, 108, 20, 0.26) 0%, transparent 60%); pointer-events: none; }
.wt-sl-cta__card > * { position: relative; z-index: 1; }
.wt-sl-cta__mark { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 18px; background: #fff; color: var(--sl-dark); }
.wt-sl-cta .wt-sl-cta__card h2 { margin: 22px auto 0; max-width: 26ch; color: #fff; font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 800; line-height: 1.25; }
.wt-sl-cta .wt-sl-cta__card p { margin: 16px auto 0; max-width: 52ch; color: rgba(255, 255, 255, 0.66); font-size: 1rem; line-height: 1.8; }
.wt-sl-cta__actions { margin-top: 28px; }
@media (max-width: 600px) {
    .wt-sl-cta__actions .wt-btn { width: 100%; justify-content: center; }
}
