/* ══════════════════════════════════════════════════════════════════════════
   Watily — Web design landing (editorial upgrade)
   Loaded only on the web-design route. Structural: black+orange. Flat.
   ══════════════════════════════════════════════════════════════════════════ */
.wt-wd-hero, .wt-wd-faq {
    --wd-dark: #1A1714;
    --wd-cream: #FAF8F5;
    --wd-line: #EFEDE8;
    --wd-muted: #6E6963;
    --wd-soft: #FFF4E6;
    --wd-border: #FFE4C2;
}

/* Hero */
.wt-wd-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(--wd-cream) 0%, #ffffff 100%);
}
.wt-wd-hero__glow { position: absolute; border-radius: 50%; z-index: -1; pointer-events: none; }
.wt-wd-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-wd-hero__glow--b { top: 140px; inset-inline-start: -160px; width: 500px; height: 500px; background: radial-gradient(circle, rgba(138, 217, 217, 0.1), transparent 64%); }
.wt-wd-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-wd-hero__grid { grid-template-columns: 1.02fr 0.98fr; } }
.wt-wd-hero__content { text-align: center; }
@media (min-width: 940px) { .wt-wd-hero__content { text-align: start; } }
.wt-wd-hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 6px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--wd-line); font-size: 0.8rem; font-weight: 700; color: #B85C00; }
.wt-wd-hero__pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--wt-brand-orange, #F06C14); }
.wt-wd-hero__content h1 { margin: 22px 0 0; font-size: clamp(2rem, 4.2vw, 3.3rem); line-height: 1.14; font-weight: 800; letter-spacing: -0.02em; color: var(--wd-dark); }
.wt-wd-hl { position: relative; display: inline-block; color: #B85C00; }
.wt-wd-hl::after { content: ""; position: absolute; inset-inline: 0; bottom: 0.08em; height: 0.32em; z-index: -1; border-radius: 4px; background: linear-gradient(90deg, #FFE4C2, #FFC98A); }
.wt-wd-hero__lead { margin: 22px auto 0; font-size: clamp(1rem, 2vw, 1.12rem); line-height: 1.8; color: #524E49; max-width: 54ch; }
@media (min-width: 940px) { .wt-wd-hero__lead { margin-inline: 0; } }
.wt-wd-hero__actions { margin-top: 30px; display: flex; gap: 13px; flex-wrap: wrap; align-items: center; justify-content: center; }
@media (min-width: 940px) { .wt-wd-hero__actions { justify-content: flex-start; } }
.wt-wd-btn { display: inline-flex; align-items: center; gap: 9px; background: var(--wt-brand-orange, #F06C14); }
.wt-wd-hero__ghost { display: inline-flex; align-items: center; padding: 14px 24px; border-radius: 13px; font-size: 1rem; font-weight: 700; color: var(--wd-dark); transition: background 0.18s ease; }
.wt-wd-hero__ghost:hover { background: #F0EDE8; }
.wt-wd-hero__badges { margin-top: 28px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; justify-content: center; }
@media (min-width: 940px) { .wt-wd-hero__badges { justify-content: flex-start; } }
.wt-wd-hero__badge { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: var(--wd-muted); }
.wt-wd-hero__badge .wt-icon { color: #B85C00; }

/* Browser mockup */
.wt-wd-hero__visual { position: relative; display: flex; flex-direction: column; align-items: center; }
.wt-wd-browser { width: min(420px, 100%); background: #fff; border: 1px solid var(--wd-line); border-radius: 18px; overflow: hidden; }
.wt-wd-browser__bar { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-bottom: 1px solid var(--wd-line); background: var(--wd-cream); }
.wt-wd-browser__dot { width: 10px; height: 10px; border-radius: 50%; background: #E5E2DC; }
.wt-wd-browser__dot--amber { background: #FFC98A; }
.wt-wd-browser__url { margin-inline-start: 10px; flex: 1; background: #fff; border: 1px solid var(--wd-line); border-radius: 8px; padding: 5px 12px; font-family: monospace; font-size: 0.68rem; color: #95908A; }
.wt-wd-browser__site { padding: 0; }
.wt-wd-browser__nav { padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(26, 23, 20, 0.06); }
.wt-wd-browser__brand { font-size: 0.86rem; font-weight: 800; color: var(--wd-dark); }
.wt-wd-browser__navlinks { display: flex; gap: 10px; align-items: center; }
.wt-wd-browser__navlinks span { width: 26px; height: 6px; border-radius: 999px; background: rgba(26, 23, 20, 0.12); display: block; }
.wt-wd-browser__navlinks span:nth-child(2) { width: 18px; }
.wt-wd-browser__dotbtn { width: 16px !important; height: 16px !important; border-radius: 5px !important; background: var(--wt-brand-orange, #F06C14) !important; }
.wt-wd-browser__hero { padding: 22px 18px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 14px; align-items: center; }
.wt-wd-browser__tag { display: inline-block; font-size: 0.62rem; font-weight: 800; color: #B85C00; background: var(--wd-soft); border-radius: 999px; padding: 3px 9px; }
.wt-wd-browser__ln { display: block; margin-top: 9px; height: 10px; border-radius: 999px; background: rgba(26, 23, 20, 0.14); }
.wt-wd-browser__ln--thin { height: 6px; margin-top: 7px; background: rgba(26, 23, 20, 0.08); }
.wt-wd-browser__cta { display: inline-block; margin-top: 12px; padding: 8px 16px; border-radius: 9px; background: var(--wt-brand-orange, #F06C14); color: #fff; font-size: 0.7rem; font-weight: 800; }
.wt-wd-browser__img { background: var(--wd-soft); border-radius: 12px; aspect-ratio: 1; display: flex; align-items: center; justify-content: center; color: #B85C00; }
.wt-wd-browser__cards { padding: 0 18px 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.wt-wd-browser__cards span { display: block; height: 56px; border-radius: 10px; border: 1px solid rgba(26, 23, 20, 0.08); background: var(--wd-cream); }
.wt-wd-theme { margin-top: 14px; width: min(200px, 100%); background: #fff; border: 1px solid var(--wd-line); border-radius: 16px; padding: 14px 16px; }
.wt-wd-theme__label { display: block; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; color: #95908A; }
.wt-wd-theme__swatches { margin-top: 9px; display: flex; gap: 8px; }
.wt-wd-theme__swatches span { width: 26px; height: 26px; border-radius: 50%; }

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

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

/* CTA */
.wt-wd-cta .wt-wd-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-wd-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-wd-cta__card > * { position: relative; z-index: 1; }
.wt-wd-cta__mark { display: inline-flex; align-items: center; justify-content: center; width: 60px; height: 60px; border-radius: 18px; background: #fff; color: var(--wd-dark); }
.wt-wd-cta .wt-wd-cta__card h2 { margin: 22px auto 0; max-width: 24ch; color: #fff; font-size: clamp(1.7rem, 3.6vw, 2.5rem); font-weight: 800; line-height: 1.2; }
.wt-wd-cta .wt-wd-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-wd-cta__actions { margin-top: 28px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.wt-wd-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-wd-cta__ghost:hover { background: rgba(255, 255, 255, 0.15); }
@media (max-width: 600px) {
    .wt-wd-cta__actions { width: 100%; flex-direction: column; }
    .wt-wd-cta__actions .wt-btn, .wt-wd-cta__ghost { width: 100%; justify-content: center; }
}

/* Features & Types grids (flat, matches ads/hajj pattern) */
.wt-wd-feat { padding: clamp(48px, 7vw, 80px) 0; }
.wt-wd-feat__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; margin-top: clamp(24px, 4vw, 40px); }
.wt-wd-feat-card { background: #fff; border: 1px solid var(--wd-line); border-radius: 20px; padding: 26px; transition: transform 0.25s ease, border-color 0.25s ease; }
.wt-wd-feat-card:hover { transform: translateY(-4px); border-color: var(--wd-border); }
.wt-wd-feat-card__icon { width: 48px; height: 48px; border-radius: 14px; background: var(--wd-soft); color: #B85C00; display: inline-flex; align-items: center; justify-content: center; }
.wt-wd-feat-card h3 { margin: 16px 0 0; font-size: 1.05rem; font-weight: 800; color: var(--wd-dark); }
.wt-wd-feat-card p { margin: 8px 0 0; font-size: 0.86rem; color: var(--wd-muted); line-height: 1.75; }

.wt-wd-types { padding: clamp(48px, 7vw, 80px) 0; background: var(--wd-cream); }
.wt-wd-types__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 14px; margin-top: clamp(24px, 4vw, 40px); }
.wt-wd-type-card { position: relative; background: #fff; border: 1px solid var(--wd-line); border-radius: 20px; padding: 26px; transition: transform 0.25s ease, border-color 0.25s ease; }
.wt-wd-type-card:hover { transform: translateY(-4px); border-color: var(--wd-border); }
.wt-wd-type-card__price { position: absolute; top: 20px; inset-inline-end: 20px; font-size: 0.68rem; font-weight: 800; color: #B85C00; background: var(--wd-soft); border-radius: 999px; padding: 4px 11px; }
.wt-wd-type-card__icon { width: 48px; height: 48px; border-radius: 14px; background: var(--wd-soft); color: #B85C00; display: inline-flex; align-items: center; justify-content: center; }
.wt-wd-type-card h3 { margin: 16px 0 0; font-size: 1.05rem; font-weight: 800; color: var(--wd-dark); }
.wt-wd-type-card p { margin: 8px 0 0; font-size: 0.86rem; color: var(--wd-muted); line-height: 1.75; }
