/* =====================================================================
   STRATIFY · Webdesign
   Senior-level craft: refined typography, premium motion, dense polish.
   Loaded AFTER css/style.css
   ===================================================================== */

:root {
    --wd-ink: #0A0A0F;
    --wd-ink-2: #14141C;
    --wd-bg: #FAFAFA;
    --wd-surface: #FFFFFF;
    --wd-line: rgba(10,10,15,0.08);
    --wd-line-2: rgba(10,10,15,0.12);
    --wd-muted: #6B7280;
    --wd-text: #18181B;

    --wd-grad-primary: linear-gradient(135deg, #4F46E5 0%, #7C3AED 50%, #06B6D4 100%);
    --wd-grad-2: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);
    --wd-grad-3: linear-gradient(135deg, #06B6D4 0%, #10B981 100%);
    --wd-grad-4: linear-gradient(135deg, #F59E0B 0%, #EF4444 100%);
    --wd-grad-5: linear-gradient(135deg, #8B5CF6 0%, #06B6D4 100%);
    --wd-grad-6: linear-gradient(135deg, #F59E0B 0%, #EC4899 100%);

    --wd-ease: cubic-bezier(0.22, 0.61, 0.36, 1);
    --wd-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --wd-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Reset noise overlay from base */
body { cursor: auto !important; background: var(--wd-bg); }
body a, body button, body .btn { cursor: pointer !important; }
.custom-cursor, .cursor-glow { display: none !important; }

/* Crisp text rendering */
.wd, .wd * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.wd {
    position: relative;
    overflow: hidden;
    background: var(--wd-bg);
    color: var(--wd-text);
}

.wd-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
}

/* ==================================================================
   Global noise + grid texture (Vercel-style)
   ================================================================== */
.wd-noise {
    position: fixed; inset: 0;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: overlay;
    opacity: 0.4;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}

/* ==================================================================
   HERO  ·  Massive type, mesh gradient, refined motion
   ================================================================== */
.wd-hero {
    position: relative;
    padding: 160px 0 100px;
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    overflow: hidden;
    isolation: isolate;
}
.wd-hero-mesh {
    position: absolute; inset: -10% -10% 0 -10%;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(40% 35% at 20% 25%, rgba(124,58,237,0.22), transparent 60%),
        radial-gradient(35% 40% at 80% 15%, rgba(6,182,212,0.20), transparent 60%),
        radial-gradient(45% 35% at 65% 80%, rgba(236,72,153,0.16), transparent 60%),
        radial-gradient(40% 35% at 15% 90%, rgba(79,70,229,0.16), transparent 60%);
    filter: blur(50px) saturate(120%);
    opacity: 0.95;
    animation: wd-mesh-drift 28s ease-in-out infinite;
}
@keyframes wd-mesh-drift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(2%, -1.5%) scale(1.04); }
    66% { transform: translate(-2%, 1.5%) scale(0.98); }
}
.wd-hero-grid {
    position: absolute; inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(rgba(10,10,15,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10,10,15,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    background-position: -1px -1px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 30%, transparent 85%);
    pointer-events: none;
}

.wd-hero-inner {
    position: relative; z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(48px, 6vw, 96px);
    align-items: center;
}

.wd-eyebrow-pill {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 7px 16px 7px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(10,10,15,0.08);
    font-size: 0.78rem; font-weight: 600; letter-spacing: 0.01em;
    color: var(--wd-text);
    margin-bottom: 32px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 6px 20px rgba(10,10,15,0.05);
    opacity: 0;
    animation: wd-fade-up 0.8s var(--wd-ease-out) 0.1s forwards;
}
.wd-eyebrow-pill .wd-pulse {
    width: 6px; height: 6px; border-radius: 50%;
    background: #10B981;
    box-shadow: 0 0 0 0 rgba(16,185,129,0.6);
    animation: wd-pulse 2s ease-out infinite;
}
.wd-eyebrow-pill .wd-divider {
    width: 1px; height: 12px;
    background: rgba(10,10,15,0.15);
    display: inline-block;
}
.wd-eyebrow-pill em {
    font-style: normal;
    color: var(--wd-muted);
    font-weight: 500;
}
@keyframes wd-pulse {
    0% { box-shadow: 0 0 0 0 rgba(16,185,129,0.5); }
    70% { box-shadow: 0 0 0 10px rgba(16,185,129,0); }
    100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

.wd-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 5.2vw, 5rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.045em;
    margin: 0 0 28px;
    color: var(--wd-ink);
}
.wd-hero h1 .wd-line {
    display: block;
    overflow: hidden;
    padding-bottom: 0.40em;
    margin-bottom: -0.28em;
}
.wd-hero h1 .wd-line > span {
    display: inline-block;
    transform: translateY(110%) rotate(2deg);
    animation: wd-line-in 1.2s var(--wd-ease-out) forwards;
    will-change: transform;
}
.wd-hero h1 .wd-line:nth-child(1) > span { animation-delay: 0.2s; }
.wd-hero h1 .wd-line:nth-child(2) > span { animation-delay: 0.32s; }
.wd-hero h1 .wd-line:nth-child(3) > span { animation-delay: 0.44s; }
@keyframes wd-line-in {
    to { transform: translateY(0) rotate(0); }
}
.wd-hero h1 .wd-line > .wd-ink-grad {
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 40%, #EC4899 70%, #06B6D4 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    /* iOS Safari Fix: bei -webkit-background-clip:text werden Descender
       sonst unsauber abgeschnitten. Extra padding-bottom gibt der Glyph
       genug Mal-Bereich fuer die "g"-Unterschleife. */
    padding-bottom: 0.22em;
}
@keyframes wd-grad-shift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.wd-hero-sub {
    font-size: clamp(1.08rem, 1.5vw, 1.32rem);
    line-height: 1.5;
    color: var(--wd-muted);
    max-width: 520px;
    margin: 0 0 36px;
    letter-spacing: -0.005em;
    opacity: 0;
    animation: wd-fade-up 0.9s var(--wd-ease-out) 0.85s forwards;
}
@keyframes wd-fade-up {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.wd-hero-actions {
    display: flex; flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
    opacity: 0;
    animation: wd-fade-up 0.9s var(--wd-ease-out) 1s forwards;
}

/* ==================================================================
   BUTTONS  ·  Refined, magnetic, layered shadow
   ================================================================== */
.wd-btn {
    display: inline-flex; align-items: center; gap: 8px;
    height: 52px; padding: 0 26px;
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 0.96rem; font-weight: 600;
    letter-spacing: -0.005em;
    text-decoration: none;
    transition:
        transform 0.4s var(--wd-ease-out),
        box-shadow 0.4s var(--wd-ease-out),
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
    position: relative;
    isolation: isolate;
    white-space: nowrap;
    border: none;
    cursor: pointer;
}
.wd-btn-primary {
    background: var(--wd-ink);
    color: #fff !important;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.15) inset,
        0 0 0 1px rgba(0,0,0,0.6),
        0 8px 24px -8px rgba(10,10,15,0.4);
}
.wd-btn-primary::before {
    content: "";
    position: absolute; inset: 0;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0));
    z-index: -1;
}
.wd-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.15) inset,
        0 0 0 1px rgba(0,0,0,0.7),
        0 16px 32px -12px rgba(10,10,15,0.5);
}
.wd-btn-primary svg { transition: transform 0.3s var(--wd-ease-out); }
.wd-btn-primary:hover svg { transform: translateX(3px); }

.wd-btn-ghost {
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(20px);
    color: var(--wd-text) !important;
    border: 1px solid rgba(10,10,15,0.12);
    box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset;
}
.wd-btn-ghost:hover {
    transform: translateY(-2px);
    background: #fff;
    border-color: rgba(10,10,15,0.25);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 12px 24px -10px rgba(10,10,15,0.15);
}

.wd-hero-meta {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    padding: 14px 22px;
    border-radius: 14px;
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(10,10,15,0.08);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.6) inset,
        0 12px 32px -8px rgba(10,10,15,0.08);
    margin-bottom: 0;
    opacity: 0;
    animation: wd-fade-up 0.9s var(--wd-ease-out) 1.15s forwards;
    flex-wrap: wrap;
}
.wd-hero-meta-item {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.85rem;
    color: var(--wd-text);
    font-weight: 500;
}
.wd-hero-meta-item svg { color: #10B981; flex-shrink: 0; }
.wd-hero-meta-divider {
    width: 1px; height: 16px;
    background: rgba(10,10,15,0.12);
}

/* ==================================================================
   DEVICE FRAME  ·  Refined Apple-style mockup
   ================================================================== */
.wd-device {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 24px;
    background: #18181B;
    padding: 14px;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.08) inset,
        0 80px 120px -40px rgba(10,10,15,0.35),
        0 30px 60px -20px rgba(79,70,229,0.18),
        0 0 0 1px rgba(10,10,15,0.5);
    opacity: 0;
    transform: translateY(40px) scale(0.98);
    animation: wd-device-in 1.4s var(--wd-ease-out) 1.3s forwards;
    overflow: visible;
    isolation: isolate;
}
@keyframes wd-device-in {
    to { opacity: 1; transform: translateY(0) scale(1); }
}
.wd-device::after {
    content: "";
    position: absolute; inset: -40% -10% -20% -10%;
    background:
        radial-gradient(circle at 30% 50%, rgba(124,58,237,0.30), transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(6,182,212,0.25), transparent 50%);
    filter: blur(60px);
    z-index: -1;
    opacity: 0.6;
}
.wd-device-screen {
    border-radius: 14px;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9.6;
}
.wd-device-bar {
    display: flex; align-items: center; gap: 8px;
    padding: 10px 14px;
    background: #F4F4F5;
    border-bottom: 1px solid rgba(10,10,15,0.06);
}
.wd-device-dot { width: 11px; height: 11px; border-radius: 50%; }
.wd-device-dot.r { background: #FF5F57; }
.wd-device-dot.y { background: #FEBC2E; }
.wd-device-dot.g { background: #28C840; }
.wd-device-url {
    flex: 1;
    margin-left: 12px;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid rgba(10,10,15,0.06);
    border-radius: 7px;
    font-family: 'SF Mono', 'Menlo', monospace;
    font-size: 0.72rem;
    color: var(--wd-muted);
    display: flex; align-items: center; gap: 6px;
}
.wd-device-url svg { color: var(--wd-muted); }
.wd-device-body {
    position: relative;
    padding: 36px 40px;
    height: calc(100% - 38px);
    background:
        radial-gradient(60% 50% at 100% 0%, rgba(124,58,237,0.08), transparent 70%),
        radial-gradient(60% 50% at 0% 100%, rgba(6,182,212,0.06), transparent 70%),
        #FFFFFF;
    display: flex; flex-direction: column;
}
.wd-device-nav {
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 28px;
}
.wd-device-brand {
    display: inline-flex; align-items: center; gap: 8px;
    font-family: var(--font-heading); font-weight: 700; font-size: 0.92rem;
    color: var(--wd-ink);
    letter-spacing: -0.01em;
}
.wd-device-brand::before {
    content: ""; width: 18px; height: 18px;
    background: var(--wd-grad-primary);
    border-radius: 6px;
}
.wd-device-nav-links {
    display: flex; gap: 22px;
    list-style: none; margin: 0; padding: 0;
}
.wd-device-nav-links li {
    height: 6px; border-radius: 3px;
    background: rgba(10,10,15,0.10);
}
.wd-device-nav-links li:nth-child(1) { width: 40px; }
.wd-device-nav-links li:nth-child(2) { width: 52px; }
.wd-device-nav-links li:nth-child(3) { width: 32px; }
.wd-device-nav-links li:nth-child(4) {
    width: 64px;
    background: var(--wd-ink);
    height: 22px;
    border-radius: 6px;
    margin-top: -8px;
}
.wd-device-hero {
    flex: 1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 32px;
    align-items: center;
}
.wd-device-hero h3 {
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 1.8vw, 1.7rem);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -0.025em;
    color: var(--wd-ink);
    margin: 0 0 10px;
}
.wd-device-hero p {
    color: var(--wd-muted);
    font-size: 0.86rem;
    line-height: 1.5;
    margin: 0 0 18px;
}
.wd-device-cta-row {
    display: flex; gap: 8px; align-items: center;
}
.wd-device-cta {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    background: var(--wd-ink);
    color: #fff;
    border-radius: 7px;
    font-size: 0.74rem; font-weight: 600;
}
.wd-device-cta-ghost {
    font-size: 0.76rem;
    color: var(--wd-muted);
    font-weight: 500;
}
.wd-device-visual {
    position: relative;
    aspect-ratio: 1/1;
    border-radius: 16px;
    background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,0.6), transparent 60%),
        conic-gradient(from 180deg at 50% 50%, #4F46E5, #7C3AED, #EC4899, #F59E0B, #06B6D4, #10B981, #4F46E5);
    box-shadow: 0 20px 40px -10px rgba(79,70,229,0.3);
    overflow: hidden;
    animation: wd-device-rotate 12s linear infinite;
}
@keyframes wd-device-rotate {
    to { transform: rotate(360deg); }
}
.wd-device-visual::after {
    content: "";
    position: absolute; inset: 15%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(10,10,15,0.1);
    animation: wd-device-rotate 12s linear reverse infinite;
}

/* Floating badge */
.wd-device-float {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid rgba(10,10,15,0.08);
    border-radius: 14px;
    padding: 12px 16px;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 20px 40px -10px rgba(10,10,15,0.18);
    display: flex; align-items: center; gap: 10px;
    z-index: 2;
}
.wd-device-float-1 {
    top: 8%; right: -3%;
    animation: wd-float-1 6s ease-in-out infinite;
}
.wd-device-float-2 {
    bottom: 12%; left: -4%;
    animation: wd-float-2 7s ease-in-out 1s infinite;
}
@keyframes wd-float-1 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
@keyframes wd-float-2 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(10px); }
}
.wd-device-float-icon {
    width: 32px; height: 32px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.wd-device-float-1 .wd-device-float-icon { background: var(--wd-grad-3); }
.wd-device-float-2 .wd-device-float-icon { background: var(--wd-grad-primary); }
.wd-device-float-text { font-size: 0.78rem; line-height: 1.25; }
.wd-device-float-text strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    color: var(--wd-ink);
    font-weight: 700;
    letter-spacing: -0.01em;
}
.wd-device-float-text span { color: var(--wd-muted); font-size: 0.72rem; }

/* ==================================================================
   LOGOS STRIP  ·  "Built with" trust bar
   ================================================================== */
.wd-trustbar {
    padding: 56px 0;
    background: #FFFFFF;
    border-top: 1px solid var(--wd-line);
    border-bottom: 1px solid var(--wd-line);
}
.wd-trustbar-label {
    text-align: center;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--wd-muted);
    margin-bottom: 28px;
}
.wd-trustbar-row {
    display: flex; justify-content: space-around; align-items: center;
    flex-wrap: wrap;
    gap: 32px 48px;
}
.wd-trustbar-item {
    display: inline-flex; align-items: center; gap: 10px;
    color: var(--wd-text);
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: -0.01em;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}
.wd-trustbar-item:hover { opacity: 1; }
.wd-trustbar-item svg { flex-shrink: 0; }

/* ==================================================================
   SECTION DEFAULTS  ·  Apple-style breathing room
   ================================================================== */
.wd-section {
    padding: 160px 0;
    position: relative;
}
.wd-section-tight { padding: 100px 0; }
.wd-section-alt {
    background: #FFFFFF;
    border-top: 1px solid var(--wd-line);
    border-bottom: 1px solid var(--wd-line);
}
.wd-section-dark {
    background: var(--wd-ink);
    color: rgba(255,255,255,0.88);
}

.wd-section-head {
    max-width: 760px;
    margin: 0 auto 80px;
    text-align: center;
    position: relative; z-index: 2;
}
.wd-section-head.left {
    text-align: left;
    margin-left: 0;
}
.wd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wd-muted);
    margin-bottom: 20px;
}
.wd-eyebrow::before {
    content: "";
    width: 24px; height: 1px;
    background: var(--wd-muted);
    margin-right: 4px;
}
.wd-section-head h2 {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.035em;
    margin: 0 0 18px;
    color: var(--wd-ink);
}
.wd-section-head h2 .wd-grad {
    background: var(--wd-grad-primary);
    background-size: 200% 200%;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: wd-grad-shift 8s ease-in-out infinite;
}
.wd-section-head p {
    color: var(--wd-muted);
    font-size: clamp(1rem, 1.2vw, 1.18rem);
    line-height: 1.55;
    letter-spacing: -0.005em;
    max-width: 580px;
    margin: 0 auto;
}
.wd-section-head.left p { margin: 0; }

/* ==================================================================
   PRINCIPLES  ·  Apple "the way we think" 3-column
   ================================================================== */
.wd-principles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border-top: 1px solid var(--wd-line);
    border-bottom: 1px solid var(--wd-line);
    background: #fff;
}
.wd-principle {
    padding: 64px 40px;
    border-right: 1px solid var(--wd-line);
    position: relative;
    transition: background-color 0.4s ease;
}
.wd-principle:last-child { border-right: none; }
.wd-principle:hover {
    background: #FAFAFA;
}
.wd-principle-num {
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--wd-muted);
    margin-bottom: 24px;
}
.wd-principle h3 {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--wd-ink);
    margin: 0 0 14px;
}
.wd-principle p {
    color: var(--wd-muted);
    font-size: 0.96rem;
    line-height: 1.6;
    margin: 0;
}

/* ==================================================================
   STATS  ·  Massive numbers
   ================================================================== */
.wd-stats {
    padding: 140px 0;
    background:
        radial-gradient(60% 100% at 50% 0%, rgba(124,58,237,0.05), transparent 70%),
        #FFFFFF;
    border-top: 1px solid var(--wd-line);
}
.wd-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--wd-line);
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid var(--wd-line);
    box-shadow: 0 30px 60px -20px rgba(10,10,15,0.08);
}
.wd-stat {
    text-align: center;
    padding: 56px 24px;
    background: #FFFFFF;
    transition: background-color 0.4s ease;
}
.wd-stat:hover { background: #FAFAFA; }
.wd-stat-num {
    font-family: var(--font-heading);
    font-size: clamp(2.8rem, 5.5vw, 4.2rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--wd-ink);
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    margin-bottom: 14px;
    font-variant-numeric: tabular-nums;
}
.wd-stat-num .wd-stat-unit {
    font-size: 0.4em;
    color: var(--wd-muted);
    font-weight: 600;
    letter-spacing: -0.01em;
}
.wd-stat-label {
    color: var(--wd-muted);
    font-size: 0.92rem;
    line-height: 1.45;
    letter-spacing: -0.005em;
    max-width: 220px;
    margin: 0 auto;
}

/* ==================================================================
   STORY  ·  Problem vs Solution (refined)
   ================================================================== */
.wd-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: stretch;
}
.wd-story-card {
    padding: 48px 44px;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.5s var(--wd-ease-out), box-shadow 0.5s var(--wd-ease-out);
}
.wd-story-card:hover {
    transform: translateY(-4px);
}
.wd-story-card.problem {
    background:
        linear-gradient(180deg, rgba(239,68,68,0.04), transparent 70%),
        #FFFFFF;
    border: 1px solid var(--wd-line);
}
.wd-story-card.solution {
    background: var(--wd-ink);
    color: rgba(255,255,255,0.88);
    box-shadow: 0 40px 80px -20px rgba(10,10,15,0.25);
}
.wd-story-card.solution::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 24px;
    background: var(--wd-grad-primary);
    z-index: -2;
    opacity: 0.6;
}
.wd-story-card.solution::after {
    content: "";
    position: absolute; inset: 1px;
    border-radius: 23px;
    background: var(--wd-ink);
    z-index: -1;
}
.wd-story-tag {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.08em; text-transform: uppercase;
    margin-bottom: 22px;
}
.wd-story-card.problem .wd-story-tag {
    background: rgba(239,68,68,0.10);
    color: #DC2626;
}
.wd-story-card.solution .wd-story-tag {
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.12);
}
.wd-story-card h3 {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.025em;
    margin: 0 0 18px;
}
.wd-story-card.problem h3 { color: var(--wd-ink); }
.wd-story-card.solution h3 { color: #FFFFFF; }
.wd-story-card p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 0 28px;
}
.wd-story-card.problem p { color: var(--wd-muted); }
.wd-story-card.solution p { color: rgba(255,255,255,0.72); }
.wd-story-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.wd-story-list li {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 0.96rem;
    line-height: 1.5;
}
.wd-story-list li svg {
    flex-shrink: 0;
    margin-top: 3px;
}
.wd-story-card.problem .wd-story-list li { color: var(--wd-text); }
.wd-story-card.problem .wd-story-list li svg { color: #DC2626; }
.wd-story-card.solution .wd-story-list li { color: rgba(255,255,255,0.92); }
.wd-story-card.solution .wd-story-list li svg { color: #10B981; }

/* ==================================================================
   PROCESS  ·  Vercel-style timeline with sticky visuals
   ================================================================== */
.wd-process { position: relative; }
.wd-process-line {
    position: absolute;
    left: 50%; top: 100px; bottom: 100px;
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--wd-line-2) 10%, var(--wd-line-2) 90%, transparent);
    transform: translateX(-50%);
    z-index: 0;
}
.wd-process-line::before {
    content: "";
    position: absolute;
    left: -1px; top: 0;
    width: 3px;
    height: var(--wd-progress, 0%);
    background: var(--wd-grad-primary);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(124,58,237,0.4);
    transition: height 0.3s linear;
}
.wd-process-steps {
    display: flex; flex-direction: column;
    gap: 80px;
    position: relative;
    z-index: 1;
}
.wd-process-step {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 40px;
    align-items: center;
}
.wd-process-step:nth-child(odd) .wd-process-content { text-align: right; }
.wd-process-step:nth-child(even) .wd-process-content {
    order: 3;
    text-align: left;
}
.wd-process-step:nth-child(even) .wd-process-visual {
    order: 1;
}
.wd-process-content {
    min-width: 0;
    overflow-wrap: break-word;
}
.wd-process-content h3 {
    font-family: var(--font-heading);
    font-size: clamp(1.2rem, 1.8vw, 1.5rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    color: var(--wd-ink);
    margin: 0 0 10px;
}
.wd-process-content p {
    color: var(--wd-muted);
    font-size: clamp(0.875rem, 1.1vw, 0.95rem);
    line-height: 1.6;
    margin: 0;
}
.wd-process-number {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid var(--wd-line);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-heading);
    font-size: 0.78rem; font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--wd-muted);
    margin: 0 auto;
    transition: all 0.5s var(--wd-ease-out);
    position: relative;
    z-index: 2;
}
.wd-process-step.in-view .wd-process-number {
    background: var(--wd-ink);
    color: #fff;
    border-color: var(--wd-ink);
    transform: scale(1.1);
    box-shadow: 0 12px 24px -8px rgba(10,10,15,0.3);
}
.wd-process-visual {
    background: #FFFFFF;
    border: 1px solid var(--wd-line);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.8) inset;
    transition: transform 0.5s var(--wd-ease-out), box-shadow 0.5s var(--wd-ease-out);
}
.wd-process-step:hover .wd-process-visual {
    transform: translateY(-4px);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 20px 40px -10px rgba(10,10,15,0.10);
}
.wd-process-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: linear-gradient(180deg, #F4F4F5, #E4E4E7);
    border: 1px solid var(--wd-line);
    color: var(--wd-ink);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 16px;
}
.wd-process-visual strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.96rem;
    font-weight: 600;
    letter-spacing: -0.015em;
    color: var(--wd-ink);
    margin-bottom: 4px;
}
.wd-process-visual span {
    font-size: 0.82rem;
    color: var(--wd-muted);
}

/* ==================================================================
   FEATURES  ·  Sophisticated cards with border-glow on hover
   ================================================================== */
.wd-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.wd-feature {
    position: relative;
    padding: 36px 32px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid var(--wd-line);
    transition:
        transform 0.5s var(--wd-ease-out),
        border-color 0.4s ease,
        box-shadow 0.4s ease;
    overflow: hidden;
    isolation: isolate;
}
.wd-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(400px circle at var(--mx, 50%) var(--my, 50%), rgba(124,58,237,0.08), transparent 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
}
.wd-feature:hover {
    transform: translateY(-6px);
    border-color: rgba(124,58,237,0.30);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 30px 60px -20px rgba(10,10,15,0.10);
}
.wd-feature:hover::before { opacity: 1; }
.wd-feature-icon {
    width: 48px; height: 48px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 24px;
    color: #fff;
    box-shadow: 0 8px 20px -8px rgba(10,10,15,0.20), 0 1px 0 rgba(255,255,255,0.20) inset;
    transition: transform 0.5s var(--wd-spring);
}
.wd-feature:hover .wd-feature-icon { transform: translateY(-2px) rotate(-4deg); }
.wd-feature-icon.grad-1 { background: var(--wd-grad-primary); }
.wd-feature-icon.grad-2 { background: var(--wd-grad-2); }
.wd-feature-icon.grad-3 { background: var(--wd-grad-3); }
.wd-feature-icon.grad-4 { background: var(--wd-grad-4); }
.wd-feature-icon.grad-5 { background: var(--wd-grad-5); }
.wd-feature-icon.grad-6 { background: var(--wd-grad-6); }
.wd-feature h3 {
    font-family: var(--font-heading);
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--wd-ink);
    margin: 0 0 8px;
}
.wd-feature p {
    color: var(--wd-muted);
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0;
}

/* ==================================================================
   TECH MARQUEE  ·  Infinite scroll trust strip
   ================================================================== */
.wd-marquee-wrap {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    background: #FFFFFF;
    border-top: 1px solid var(--wd-line);
    border-bottom: 1px solid var(--wd-line);
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}
.wd-marquee {
    display: flex;
    width: max-content;
    animation: wd-marquee 32s linear infinite;
}
@keyframes wd-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.wd-marquee-track {
    display: flex;
    gap: 60px;
    padding-right: 60px;
    align-items: center;
}
.wd-marquee-item {
    display: inline-flex; align-items: center; gap: 12px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--wd-text);
    letter-spacing: -0.01em;
    white-space: nowrap;
    flex-shrink: 0;
}
.wd-marquee-item svg {
    flex-shrink: 0;
    color: var(--wd-ink);
}
.wd-marquee-item .wd-dot {
    width: 4px; height: 4px;
    border-radius: 50%;
    background: var(--wd-muted);
    opacity: 0.4;
}

/* ==================================================================
   SHOWCASE  ·  Premium portfolio cards
   ================================================================== */
.wd-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
.wd-showcase-card {
    position: relative;
    border-radius: 24px;
    background: #FFFFFF;
    border: 1px solid var(--wd-line);
    overflow: hidden;
    transition:
        transform 0.5s var(--wd-ease-out),
        box-shadow 0.5s var(--wd-ease-out),
        border-color 0.4s ease;
}
.wd-showcase-card:hover {
    transform: translateY(-6px);
    border-color: rgba(10,10,15,0.18);
    box-shadow: 0 40px 80px -20px rgba(10,10,15,0.12);
}
.wd-showcase-visual {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}
.wd-showcase-card:nth-child(1) .wd-showcase-visual {
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.4), transparent 50%),
        linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%);
}
.wd-showcase-card:nth-child(2) .wd-showcase-visual {
    background:
        radial-gradient(circle at 70% 30%, rgba(255,255,255,0.3), transparent 50%),
        linear-gradient(135deg, #06B6D4 0%, #10B981 100%);
}
.wd-showcase-mockup {
    position: absolute;
    bottom: -8%; left: 10%; right: 10%;
    aspect-ratio: 16/10;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -20px 40px -10px rgba(0,0,0,0.3);
    transform: perspective(900px) rotateX(10deg) translateY(0);
    transition: transform 0.6s var(--wd-ease-out);
    overflow: hidden;
}
.wd-showcase-card:hover .wd-showcase-mockup {
    transform: perspective(900px) rotateX(2deg) translateY(-12px);
}
.wd-showcase-mockup-bar {
    display: flex; gap: 4px; padding: 8px 10px;
    background: #F4F4F5;
    border-bottom: 1px solid rgba(10,10,15,0.04);
}
.wd-showcase-mockup-bar span {
    width: 7px; height: 7px; border-radius: 50%;
    background: rgba(10,10,15,0.10);
}
.wd-showcase-mockup-content {
    padding: 12px;
    display: flex; flex-direction: column; gap: 8px;
}
.wd-showcase-mockup-content > div {
    height: 6px;
    background: linear-gradient(90deg, rgba(10,10,15,0.10), rgba(10,10,15,0.04));
    border-radius: 3px;
}
.wd-showcase-mockup-content > div:nth-child(1) { width: 40%; height: 10px; background: rgba(10,10,15,0.15); }
.wd-showcase-mockup-content > div:nth-child(2) { width: 70%; }
.wd-showcase-mockup-content > div:nth-child(3) { width: 90%; }
.wd-showcase-mockup-content > div:nth-child(4) { width: 60%; }
.wd-showcase-mockup-content > div:nth-child(5) { width: 30%; height: 16px; background: var(--wd-ink); margin-top: 4px; border-radius: 4px; }

.wd-showcase-tag {
    position: absolute;
    top: 16px; left: 16px;
    padding: 4px 10px;
    background: rgba(255,255,255,0.16);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 999px;
    color: #fff;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    z-index: 2;
}
.wd-showcase-body {
    padding: 24px 28px 28px;
}
.wd-showcase-cat {
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--wd-muted);
    margin-bottom: 10px;
}
.wd-showcase-body h3 {
    font-family: var(--font-heading);
    font-size: 1.32rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wd-ink);
    margin: 0 0 6px;
}
.wd-showcase-body p {
    color: var(--wd-muted);
    font-size: 0.94rem;
    line-height: 1.55;
    margin: 0 0 18px;
}
.wd-showcase-metrics {
    display: flex; gap: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--wd-line);
}
.wd-showcase-metric strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wd-ink);
    font-variant-numeric: tabular-nums;
}
.wd-showcase-metric span {
    color: var(--wd-muted);
    font-size: 0.76rem;
}

/* ==================================================================
   PRICING  ·  Premium feature table
   ================================================================== */
.wd-pricing-section {
    position: relative;
    overflow: hidden;
}
.wd-pricing-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.wd-pricing-bg .wd-pricing-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.55;
    will-change: transform;
}
.wd-pricing-glow-1 {
    width: 520px; height: 520px;
    top: 8%; left: -180px;
    background: radial-gradient(circle, rgba(124,58,237,0.18) 0%, rgba(124,58,237,0) 70%);
    animation: wd-pricing-float 14s ease-in-out infinite alternate;
}
.wd-pricing-glow-2 {
    width: 620px; height: 620px;
    bottom: 4%; right: -220px;
    background: radial-gradient(circle, rgba(103,232,249,0.14) 0%, rgba(103,232,249,0) 70%);
    animation: wd-pricing-float 18s ease-in-out infinite alternate-reverse;
}
@keyframes wd-pricing-float {
    0%   { transform: translate3d(0,0,0) scale(1); }
    100% { transform: translate3d(40px,-30px,0) scale(1.08); }
}
.wd-pricing-section > .wd-container { position: relative; z-index: 1; }

.wd-pricing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
}
.wd-pricing-single {
    grid-template-columns: minmax(0, 480px);
    justify-content: center;
}
.wd-price-addon {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 14px 18px;
    border-radius: 14px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    margin-bottom: 28px;
}
.wd-price-addon strong {
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.wd-price-addon span {
    font-size: 0.86rem;
    color: rgba(255,255,255,0.6);
}
.wd-price-card:not(.featured) .wd-price-addon {
    background: #FAFAFA;
    border-color: var(--wd-line);
}
.wd-price-card:not(.featured) .wd-price-addon strong { color: var(--wd-ink); }
.wd-price-card:not(.featured) .wd-price-addon span { color: var(--wd-muted); }
.wd-price-card {
    padding: 40px 32px;
    border-radius: 22px;
    background: #FFFFFF;
    border: 1px solid var(--wd-line);
    display: flex; flex-direction: column;
    position: relative;
    isolation: isolate;
    transition:
        transform 0.5s var(--wd-ease-out),
        box-shadow 0.5s var(--wd-ease-out),
        border-color 0.4s ease;
}
.wd-price-card::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(124,58,237,0.45), rgba(103,232,249,0.35));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.45s var(--wd-ease-out);
    pointer-events: none;
    z-index: 1;
}
.wd-price-card:hover {
    transform: translateY(-6px) scale(1.012);
    box-shadow: 0 30px 60px -20px rgba(10,10,15,0.12);
}
.wd-price-card:hover::before { opacity: 1; }
.wd-price-card.featured {
    background: var(--wd-ink);
    color: rgba(255,255,255,0.88);
    border-color: var(--wd-ink);
    transform: translateY(-8px);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.08) inset,
        0 50px 100px -28px rgba(10,10,15,0.35),
        0 0 0 1px rgba(124,58,237,0.40);
}
.wd-price-card.featured::after {
    content: "";
    position: absolute;
    inset: -32px;
    border-radius: 32px;
    background: radial-gradient(60% 50% at 50% 50%, rgba(124,58,237,0.28) 0%, rgba(124,58,237,0) 70%);
    filter: blur(28px);
    z-index: -1;
    opacity: 0.85;
    pointer-events: none;
    animation: wd-pricing-pulse 6s ease-in-out infinite;
}
@keyframes wd-pricing-pulse {
    0%, 100% { opacity: 0.65; transform: scale(0.96); }
    50%      { opacity: 0.95; transform: scale(1.04); }
}
.wd-price-card.featured:hover {
    transform: translateY(-12px) scale(1.015);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.08) inset,
        0 60px 110px -28px rgba(10,10,15,0.45),
        0 0 0 1px rgba(124,58,237,0.55);
}
.wd-price-popular {
    position: absolute;
    top: -1px; right: 24px;
    transform: translateY(-50%);
    padding: 5px 12px;
    border-radius: 999px;
    background: var(--wd-grad-primary);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 8px 16px -4px rgba(124,58,237,0.4);
}
.wd-price-name {
    font-family: var(--font-heading);
    font-size: 1.08rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin: 0 0 6px;
}
.wd-price-card .wd-price-name { color: var(--wd-ink); }
.wd-price-card.featured .wd-price-name { color: #FFFFFF; }
.wd-price-desc {
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 28px;
}
.wd-price-card .wd-price-desc { color: var(--wd-muted); }
.wd-price-card.featured .wd-price-desc { color: rgba(255,255,255,0.65); }

.wd-price-tag {
    display: flex; align-items: baseline; gap: 6px;
    margin-bottom: 4px;
}
.wd-price-amount {
    font-family: var(--font-heading);
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
}
.wd-price-card .wd-price-amount { color: var(--wd-ink); }
.wd-price-card.featured .wd-price-amount {
    background: linear-gradient(135deg, #FFFFFF 0%, #A78BFA 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.wd-price-unit { font-size: 0.92rem; font-weight: 500; }
.wd-price-card .wd-price-unit { color: var(--wd-muted); }
.wd-price-card.featured .wd-price-unit { color: rgba(255,255,255,0.55); }

.wd-price-hint {
    font-size: 0.8rem;
    margin-bottom: 28px;
}
.wd-price-card .wd-price-hint { color: var(--wd-muted); }
.wd-price-card.featured .wd-price-hint { color: rgba(255,255,255,0.45); }

.wd-price-list {
    list-style: none; padding: 0;
    margin: 0 0 28px;
    display: flex; flex-direction: column; gap: 12px;
    flex: 1;
}
.wd-price-list li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 0.92rem;
    line-height: 1.45;
}
.wd-price-list li svg { flex-shrink: 0; margin-top: 3px; }
.wd-price-card .wd-price-list li { color: var(--wd-text); }
.wd-price-card .wd-price-list li svg { color: #10B981; }
.wd-price-card .wd-price-list li.muted { color: var(--wd-muted); }
.wd-price-card .wd-price-list li.muted svg { color: var(--wd-muted); opacity: 0.5; }
.wd-price-card.featured .wd-price-list li { color: rgba(255,255,255,0.88); }
.wd-price-card.featured .wd-price-list li svg { color: #67E8F9; }

.wd-price-cta {
    display: block;
    height: 48px;
    text-align: center;
    line-height: 48px;
    padding: 0 24px;
    border-radius: 12px;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 0.94rem;
    text-decoration: none;
    transition: all 0.3s var(--wd-ease-out);
    letter-spacing: -0.005em;
}
.wd-price-card .wd-price-cta {
    background: #FAFAFA;
    color: var(--wd-ink) !important;
    border: 1px solid var(--wd-line-2);
}
.wd-price-card .wd-price-cta:hover {
    background: var(--wd-ink);
    color: #fff !important;
    border-color: var(--wd-ink);
    transform: translateY(-2px);
}
.wd-price-card.featured .wd-price-cta {
    background: #FFFFFF;
    color: var(--wd-ink) !important;
    border: none;
    box-shadow: 0 1px 0 rgba(0,0,0,0.05) inset, 0 8px 24px -8px rgba(255,255,255,0.3);
}
.wd-price-card.featured .wd-price-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -8px rgba(255,255,255,0.4);
}

/* ==================================================================
   TESTIMONIALS  ·  3-card refined row
   ================================================================== */
.wd-testimonials {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.wd-testimonial {
    padding: 32px 28px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid var(--wd-line);
    display: flex; flex-direction: column;
    transition: transform 0.5s var(--wd-ease-out), box-shadow 0.4s ease, border-color 0.4s ease;
    position: relative;
}
.wd-testimonial:hover {
    transform: translateY(-4px);
    border-color: var(--wd-line-2);
    box-shadow: 0 30px 60px -20px rgba(10,10,15,0.08);
}
.wd-testimonial-rating {
    display: flex; gap: 2px;
    color: #F59E0B;
    margin-bottom: 16px;
}
.wd-testimonial-quote {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    line-height: 1.5;
    letter-spacing: -0.015em;
    color: var(--wd-ink);
    margin: 0 0 24px;
    flex: 1;
}
.wd-testimonial-author {
    display: flex; align-items: center; gap: 12px;
    padding-top: 20px;
    border-top: 1px solid var(--wd-line);
}
.wd-testimonial-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    color: #fff;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 0.92rem;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.wd-testimonial:nth-child(1) .wd-testimonial-avatar { background: var(--wd-grad-primary); }
.wd-testimonial:nth-child(2) .wd-testimonial-avatar { background: var(--wd-grad-3); }
.wd-testimonial:nth-child(3) .wd-testimonial-avatar { background: var(--wd-grad-2); }
.wd-testimonial-author strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 0.94rem;
    font-weight: 600;
    color: var(--wd-ink);
    letter-spacing: -0.01em;
}
.wd-testimonial-author span {
    color: var(--wd-muted);
    font-size: 0.82rem;
}

/* ==================================================================
   FAQ  ·  Refined accordion
   ================================================================== */
.wd-faq {
    max-width: 860px;
    margin: 0 auto;
}
.wd-faq-item {
    border-bottom: 1px solid var(--wd-line);
}
.wd-faq-item:first-child { border-top: 1px solid var(--wd-line); }
.wd-faq-q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 26px 4px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 1.08rem;
    letter-spacing: -0.015em;
    color: var(--wd-ink);
    display: flex; justify-content: space-between; align-items: center;
    gap: 24px;
    cursor: pointer;
    transition: color 0.3s ease;
}
.wd-faq-q:hover { color: var(--wd-muted); }
.wd-faq-q-icon {
    width: 24px; height: 24px;
    border-radius: 50%;
    background: rgba(10,10,15,0.05);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.3s ease, transform 0.4s var(--wd-ease-out);
    color: var(--wd-ink);
}
.wd-faq-item.open .wd-faq-q-icon {
    background: var(--wd-ink);
    color: #fff;
    transform: rotate(45deg);
}
.wd-faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s var(--wd-ease-out);
}
.wd-faq-item.open .wd-faq-a { max-height: 600px; }
.wd-faq-a-inner {
    padding: 0 4px 28px;
    color: var(--wd-muted);
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 700px;
}

/* ==================================================================
   FINAL CTA  ·  Massive dark dramatic
   ================================================================== */
.wd-final {
    position: relative;
    padding: 160px 0;
    overflow: hidden;
    isolation: isolate;
    background: var(--wd-ink);
    color: #FFFFFF;
}
.wd-final::before {
    content: "";
    position: absolute; inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 30%, transparent 80%);
    z-index: 0;
}
.wd-final-mesh {
    position: absolute; inset: -10% -10% 0 -10%;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(40% 35% at 20% 30%, rgba(124,58,237,0.35), transparent 60%),
        radial-gradient(40% 40% at 80% 60%, rgba(6,182,212,0.30), transparent 60%),
        radial-gradient(40% 35% at 50% 100%, rgba(236,72,153,0.20), transparent 60%);
    filter: blur(60px) saturate(140%);
    animation: wd-mesh-drift 22s ease-in-out infinite;
}
.wd-final-inner {
    position: relative; z-index: 1;
    text-align: center;
    max-width: 880px;
    margin: 0 auto;
}
.wd-final h2 {
    font-family: var(--font-heading);
    font-size: clamp(2.4rem, 6vw, 4.8rem);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: -0.04em;
    margin: 0 0 24px;
    color: #FFFFFF;
}
.wd-final h2 .wd-grad-light {
    background: linear-gradient(135deg, #C4B5FD 0%, #67E8F9 50%, #F0ABFC 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: wd-grad-shift 8s ease-in-out infinite;
}
.wd-final p {
    color: rgba(255,255,255,0.65);
    font-size: clamp(1.05rem, 1.4vw, 1.25rem);
    line-height: 1.55;
    letter-spacing: -0.005em;
    margin: 0 auto 42px;
    max-width: 580px;
}
.wd-final-actions {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 12px;
    margin-bottom: 56px;
}
.wd-final-actions .wd-btn-primary {
    background: #FFFFFF;
    color: var(--wd-ink) !important;
    box-shadow:
        0 1px 0 rgba(0,0,0,0.05) inset,
        0 0 0 1px rgba(255,255,255,0.3),
        0 16px 40px -10px rgba(255,255,255,0.4);
}
.wd-final-actions .wd-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow:
        0 1px 0 rgba(0,0,0,0.05) inset,
        0 0 0 1px rgba(255,255,255,0.4),
        0 24px 60px -10px rgba(255,255,255,0.5);
}
.wd-final-actions .wd-btn-ghost {
    background: rgba(255,255,255,0.06);
    color: #FFFFFF !important;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
}
.wd-final-actions .wd-btn-ghost:hover {
    background: rgba(255,255,255,0.10);
    border-color: rgba(255,255,255,0.3);
}
.wd-final-meta {
    display: inline-flex; align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    padding: 14px 22px;
    border-radius: 14px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
}
.wd-final-meta-item {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 0.85rem;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
}
.wd-final-meta-item svg { color: #67E8F9; flex-shrink: 0; }
.wd-final-meta-divider {
    width: 1px; height: 14px;
    background: rgba(255,255,255,0.12);
}

/* ==================================================================
   REVEALS  ·  Refined IntersectionObserver-driven motion
   ================================================================== */
.wd-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition:
        opacity 0.9s var(--wd-ease-out),
        transform 0.9s var(--wd-ease-out);
}
.wd-reveal.in {
    opacity: 1;
    transform: translateY(0);
}
.wd-reveal-d-1 { transition-delay: 0.08s; }
.wd-reveal-d-2 { transition-delay: 0.16s; }
.wd-reveal-d-3 { transition-delay: 0.24s; }
.wd-reveal-d-4 { transition-delay: 0.32s; }
.wd-reveal-d-5 { transition-delay: 0.40s; }

/* ==================================================================
   STICKY CTA  ·  Refined floating action
   ================================================================== */
.wd-sticky-cta {
    position: fixed;
    bottom: 24px; left: 50%;
    transform: translateX(-50%) translateY(120%);
    background: var(--wd-ink);
    color: #fff;
    padding: 8px 8px 8px 22px;
    border-radius: 999px;
    display: inline-flex; align-items: center; gap: 14px;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.1) inset,
        0 20px 40px -10px rgba(10,10,15,0.4),
        0 0 0 1px rgba(255,255,255,0.06);
    z-index: 100;
    transition: transform 0.5s var(--wd-ease-out), opacity 0.4s ease;
    border: 1px solid rgba(255,255,255,0.04);
    max-width: calc(100% - 32px);
    opacity: 0;
}
.wd-sticky-cta.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
.wd-sticky-cta-text {
    font-size: 0.88rem;
    font-weight: 500;
    color: rgba(255,255,255,0.85);
    letter-spacing: -0.005em;
}
.wd-sticky-cta-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #FFFFFF;
    color: var(--wd-ink) !important;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.86rem;
    transition: transform 0.3s var(--wd-ease-out);
    letter-spacing: -0.005em;
}
.wd-sticky-cta-btn:hover { transform: translateY(-1px); }
.wd-sticky-cta-btn svg { transition: transform 0.3s var(--wd-ease-out); }
.wd-sticky-cta-btn:hover svg { transform: translateX(2px); }

/* ==================================================================
   RESPONSIVE
   ================================================================== */
@media (max-width: 1024px) {
    .wd-section, .wd-stats { padding: 100px 0; }
    .wd-features { grid-template-columns: repeat(2, 1fr); }
    .wd-stats-grid { grid-template-columns: repeat(2, 1fr); }
    /* Horizontal snap-scroll wie fonio.ai */
    .wd-pricing {
        display: flex;
        grid-template-columns: none;
        gap: 16px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 28px max(22px, calc((100vw - 1280px) / 2 + 32px)) 32px;
        overflow-x: auto;
        overflow-y: visible;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .wd-pricing::-webkit-scrollbar { display: none; }
    .wd-pricing > .wd-price-card {
        flex: 0 0 86%;
        max-width: 380px;
        min-width: 280px;
        padding: 32px 24px;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    .wd-price-card.featured { transform: none; }
    .wd-price-card.featured:hover { transform: translateY(-6px) scale(1.012); }
    .wd-price-amount { font-size: 2.2rem; }
    .wd-showcase { grid-template-columns: 1fr; }
    .wd-testimonials { grid-template-columns: 1fr; gap: 16px; }
    .wd-principles { grid-template-columns: 1fr; }
    .wd-principle { border-right: none; border-bottom: 1px solid var(--wd-line); padding: 48px 32px; }
    .wd-principle:last-child { border-bottom: none; }
    .wd-device-hero { grid-template-columns: 1fr; gap: 20px; }
    .wd-device-visual { max-width: 200px; margin: 0 auto; }
    .wd-hero-inner { grid-template-columns: 1fr; gap: 48px; text-align: center; }
    .wd-hero-meta { justify-content: center; }
    .wd-hero-actions { justify-content: center; }
}

@media (max-width: 768px) {
    .wd-container { padding: 0 22px; }
    .wd-hero { padding: 120px 0 60px; }
    .wd-hero-meta { gap: 14px; padding: 12px 18px; }
    .wd-hero-meta-divider { display: none; }
    .wd-hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; margin-left: auto; margin-right: auto; }
    .wd-btn { justify-content: center; width: 100%; height: 56px; }
    .wd-section, .wd-stats { padding: 80px 0; }
    .wd-section-head { margin-bottom: 56px; }
    .wd-story-grid { grid-template-columns: 1fr; gap: 16px; }
    .wd-story-card { padding: 32px 26px; }
    .wd-process-line { left: 28px; top: 30px; bottom: 30px; }
    .wd-process-step { grid-template-columns: 56px 1fr !important; gap: 20px; }
    .wd-process-step:nth-child(odd) .wd-process-content,
    .wd-process-step:nth-child(even) .wd-process-content {
        order: 2;
        text-align: left;
    }
    .wd-process-step:nth-child(even) .wd-process-visual,
    .wd-process-step:nth-child(odd) .wd-process-visual {
        display: none;
    }
    .wd-process-number { grid-column: 1; }
    .wd-features { grid-template-columns: 1fr; }
    .wd-feature { padding: 28px 26px; }
    /* Pricing: horizontaler Snap-Scroll behält Full-Size-Karten */
    .wd-pricing { padding-left: max(22px, calc((100vw - 1280px) / 2 + 22px)); padding-right: max(22px, calc((100vw - 1280px) / 2 + 22px)); }
    .wd-final { padding: 80px 0; }
    .wd-final-actions { flex-direction: column; align-items: stretch; max-width: 320px; margin: 0 auto 40px; }
    .wd-final-meta { gap: 14px; padding: 12px 18px; }
    .wd-final-meta-divider { display: none; }
    .wd-device { padding: 8px; border-radius: 16px; }
    .wd-device-body { padding: 20px 22px; }
    .wd-device-float { display: none; }
    .wd-sticky-cta { padding: 6px 6px 6px 16px; gap: 10px; }
    .wd-sticky-cta-text { font-size: 0.8rem; }
    .wd-sticky-cta-btn { padding: 8px 14px; font-size: 0.78rem; }
    .wd-trustbar { padding: 36px 0; }
    .wd-trustbar-row { gap: 22px 28px; }
    .wd-trustbar-item { font-size: 0.92rem; }
    .wd-eyebrow-pill { margin-left: auto; margin-right: auto; }
}

@media (max-width: 480px) {
    .wd-section, .wd-stats { padding: 64px 0; }
    .wd-section-head { margin-bottom: 44px; }
    .wd-stats-grid { grid-template-columns: 1fr 1fr; border-radius: 14px; }
    .wd-stat { padding: 36px 16px; }
    /* Pricing: kompaktere Card-Größe für sehr kleine Phones */
    .wd-pricing { padding-left: 18px; padding-right: 18px; gap: 14px; }
    .wd-pricing > .wd-price-card { flex-basis: 88%; min-width: 260px; padding: 28px 22px; }
    .wd-showcase-body { padding: 20px 22px 22px; }
    .wd-marquee-track { gap: 36px; padding-right: 36px; }
    .wd-marquee-item { font-size: 0.92rem; gap: 8px; }
}

/* ── Hero Phone Stage (whs-*) ─────────────────────────── */
.wd-hero-stage { position: relative; display: flex; justify-content: center; }

.whs-stage {
  position: relative;
  height: clamp(540px, 72vh, 700px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.whs-stage::before {
  content: '';
  position: absolute;
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(79,70,229,0.12), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
  animation: whs-glow 6s ease-in-out infinite;
}
@keyframes whs-glow { 0%,100%{opacity:.7;transform:scale(1)} 50%{opacity:1;transform:scale(1.08)} }

.whs-phone {
  position: relative;
  width: 270px; height: 570px;
  background: linear-gradient(150deg,#1a1a1f 0%,#0a0a0f 50%,#1a1a1f 100%);
  border-radius: 44px; padding: 7px;
  box-shadow:
    0 1px 1px rgba(255,255,255,0.5) inset,
    0 -1px 1px rgba(0,0,0,0.18) inset,
    0 28px 56px rgba(10,10,15,0.22),
    0 56px 112px rgba(10,10,15,0.12);
  z-index: 3;
}
.whs-screen {
  width: 100%; height: 100%;
  background: #fff;
  border-radius: 38px;
  overflow: hidden;
  position: relative;
}
.whs-island {
  position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
  width: 88px; height: 26px;
  background: #000; border-radius: 100px; z-index: 20;
}
.whs-status-bar {
  position: absolute; top: 13px; left: 0; right: 0;
  display: flex; justify-content: space-between;
  padding: 0 22px; z-index: 15;
  font-size: 12px; font-weight: 600; color: #18181B;
}
.whs-status-right { display: flex; gap: 5px; align-items: center; }
.whs-battery {
  width: 20px; height: 10px;
  border: 1px solid #18181B; border-radius: 3px; padding: 1px;
  display: inline-flex; align-items: center;
}
.whs-battery::after { content:''; width:100%; height:100%; background:#18181B; border-radius:1px; }
.whs-home-bar {
  position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
  width: 100px; height: 4px;
  background: rgba(10,10,15,0.7); border-radius: 100px; z-index: 25;
}
.whs-s4 ~ .whs-home-bar,.whs-s4 .whs-home-bar { background: rgba(255,255,255,0.5); }

.whs-states { position: absolute; inset: 0; overflow: hidden; }
.whs-state {
  position: absolute; inset: 0;
  opacity: 0; transform: scale(0.98);
  transition: opacity 700ms cubic-bezier(0.22,.61,.36,1), transform 700ms cubic-bezier(0.22,.61,.36,1);
  pointer-events: none;
  padding-top: 48px;
}
.whs-state.whs-visible { opacity: 1; transform: scale(1); }

/* State 1 – Homepage */
.whs-s1 { background: #fff; }
.whs-home-hero {
  position: relative; height: 240px;
  margin: 0 12px; border-radius: 18px; overflow: hidden;
  background:
    radial-gradient(circle at 30% 30%, rgba(245,158,11,0.5), transparent 55%),
    radial-gradient(circle at 70% 70%, rgba(239,68,68,0.35), transparent 60%),
    linear-gradient(150deg,#1F2937,#111827);
  animation: whs-ken 8s ease-in-out infinite;
}
@keyframes whs-ken { 0%,100%{transform:scale(1)} 50%{transform:scale(1.05) translateY(-1%)} }
.whs-home-overlay {
  position: absolute; inset: 14px; z-index: 2;
  display: flex; flex-direction: column; justify-content: space-between;
}
.whs-home-brand {
  display: flex; align-items: center; gap: 6px;
  font-family: var(--font-heading); font-size: 12px; font-weight: 700;
  color: white; letter-spacing: -0.02em;
}
.whs-brand-mark {
  width: 16px; height: 16px; border-radius: 5px;
  background: linear-gradient(135deg,#4F46E5,#7C3AED,#06B6D4);
  box-shadow: 0 3px 10px rgba(79,70,229,0.4);
}
.whs-home-tag {
  align-self: flex-start;
  background: rgba(255,255,255,0.18); backdrop-filter: blur(20px);
  color: white; padding: 3px 8px; border-radius: 100px;
  font-family: 'JetBrains Mono',monospace; font-size: 8px;
  letter-spacing: 0.06em; text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.15);
}
.whs-home-body { padding: 14px 16px 0; }
.whs-home-headline {
  font-family: var(--font-heading); font-size: 22px; font-weight: 700;
  line-height: 1.06; letter-spacing: -0.025em; color: #0A0A0F; margin-bottom: 5px;
}
.whs-home-sub { font-size: 11px; color: #6B7280; line-height: 1.5; margin-bottom: 12px; }
.whs-home-actions { display: flex; flex-direction: column; gap: 7px; margin-bottom: 10px; }
.whs-home-btn-p {
  background: #0A0A0F; color: white; padding: 10px 14px;
  border-radius: 100px; font-size: 12px; font-weight: 500;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 4px 12px rgba(10,10,15,0.18);
}
.whs-home-btn-s {
  background: rgba(10,10,15,0.04); color: #0A0A0F; padding: 9px 14px;
  border-radius: 100px; font-size: 12px; font-weight: 500;
  display: flex; align-items: center; justify-content: space-between;
  border: 1px solid rgba(10,10,15,0.08);
}
.whs-arr { font-size: 14px; }
.whs-home-trust {
  display: flex; justify-content: center; gap: 10px;
  font-family: 'JetBrains Mono',monospace; font-size: 8px; color: #6B7280;
}
.whs-home-trust span { display: inline-flex; align-items: center; gap: 3px; }
.whs-home-trust span::before { content:''; width:3px; height:3px; border-radius:50%; background:#10B981; }

/* State 2 – Booking */
.whs-s2 { background: #fff; }
.whs-book-header {
  display: flex; align-items: center; gap: 10px;
  padding: 4px 16px 14px; border-bottom: 1px solid rgba(10,10,15,0.06);
}
.whs-book-back {
  width: 30px; height: 30px; border-radius: 50%;
  background: rgba(10,10,15,0.04);
  display: flex; align-items: center; justify-content: center;
  color: #0A0A0F;
}
.whs-book-title { font-family: var(--font-heading); font-size: 16px; font-weight: 600; color: #0A0A0F; letter-spacing: -0.02em; }
.whs-book-body { padding: 16px 16px; display: flex; flex-direction: column; gap: 10px; }
.whs-book-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.whs-book-field { display: flex; flex-direction: column; gap: 4px; }
.whs-book-lbl { font-size: 9px; font-weight: 600; color: #6B7280; text-transform: uppercase; letter-spacing: 0.06em; }
.whs-book-input {
  background: rgba(10,10,15,0.03); border: 1px solid rgba(10,10,15,0.08);
  border-radius: 10px; padding: 9px 10px;
  font-size: 11px; color: #0A0A0F; font-weight: 500;
  display: flex; justify-content: space-between; align-items: center;
  transition: all 400ms cubic-bezier(0.22,.61,.36,1);
}
.whs-book-input.whs-filled {
  background: rgba(79,70,229,0.04); border-color: rgba(79,70,229,0.18);
}
.whs-book-input svg { color: rgba(10,10,15,0.25); transition: color 400ms; flex-shrink: 0; }
.whs-book-input.whs-filled svg { color: #4F46E5; }
.whs-book-submit {
  background: #0A0A0F; color: white; padding: 12px 16px;
  border-radius: 100px; font-size: 13px; font-weight: 500;
  display: flex; align-items: center; justify-content: space-between;
  box-shadow: 0 4px 12px rgba(10,10,15,0.18); margin-top: 4px;
  opacity: 0.35; transition: opacity 500ms cubic-bezier(0.22,.61,.36,1);
}
.whs-book-submit.whs-ready { opacity: 1; }

/* State 3 – Success */
.whs-s3 { background: linear-gradient(180deg,#fff,#F8FAFC); }
.whs-success-card {
  margin: 20px 16px 0; padding: 22px 16px;
  background: #fff; border-radius: 18px;
  border: 1px solid rgba(10,10,15,0.06); text-align: center;
  box-shadow: 0 1px 3px rgba(10,10,15,0.04),0 12px 32px rgba(10,10,15,0.06);
}
.whs-success-check {
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg,#4F46E5,#7C3AED,#06B6D4);
  margin: 0 auto 12px;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(79,70,229,0.25);
  color: white;
  animation: whs-pop 600ms cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes whs-pop { 0%{transform:scale(0.5);opacity:0} 100%{transform:scale(1);opacity:1} }
.whs-success-title { font-family: var(--font-heading); font-size: 17px; font-weight: 600; color: #0A0A0F; margin-bottom: 3px; letter-spacing: -0.02em; }
.whs-success-sub { font-size: 11px; color: #6B7280; margin-bottom: 12px; }
.whs-success-detail {
  background: rgba(10,10,15,0.03); border-radius: 10px; padding: 10px;
  text-align: left; display: flex; flex-direction: column; gap: 6px;
}
.whs-dr { display: flex; justify-content: space-between; font-size: 11px; }
.whs-dr > span:first-child { color: #6B7280; }
.whs-dr > span:last-child { color: #0A0A0F; font-weight: 600; }
.whs-accent-text { color: #4F46E5; }
.whs-incoming {
  margin: 12px 16px 0; padding: 12px 14px;
  background: #0A0A0F; color: white; border-radius: 14px;
  display: flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 24px rgba(10,10,15,0.18);
  opacity: 0; transform: translateY(8px);
  transition: opacity 500ms cubic-bezier(0.22,.61,.36,1), transform 500ms cubic-bezier(0.22,.61,.36,1);
}
.whs-incoming.whs-visible { opacity: 1; transform: translateY(0); }
.whs-incoming-icon {
  width: 32px; height: 32px; border-radius: 50%;
  background: linear-gradient(135deg,#4F46E5,#06B6D4);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  animation: whs-call-pulse 1.4s ease-in-out infinite;
}
@keyframes whs-call-pulse { 0%,100%{box-shadow:0 0 0 0 rgba(6,182,212,0.5)} 50%{box-shadow:0 0 0 6px rgba(6,182,212,0)} }
.whs-incoming-text { flex: 1; min-width: 0; }
.whs-inc-title { font-size: 11px; font-weight: 600; margin-bottom: 2px; }
.whs-inc-sub { font-size: 9px; color: rgba(255,255,255,0.6); font-family: 'JetBrains Mono',monospace; }
.whs-live-badge {
  background: rgba(94,234,212,0.18); color: #5EEAD4;
  padding: 3px 7px; border-radius: 100px; font-size: 8px; font-weight: 600; letter-spacing: 0.04em;
}

/* State 4 – Dashboard */
.whs-s4 { background: linear-gradient(180deg,#0A0A0F,#14141a); color: white; padding-top: 52px; }
.whs-dash-greet {
  padding: 0 16px 3px;
  font-size: 10px; color: rgba(255,255,255,0.5);
  font-family: 'JetBrains Mono',monospace; letter-spacing: 0.06em; text-transform: uppercase;
}
.whs-dash-head {
  padding: 0 16px 12px;
  font-family: var(--font-heading); font-size: 19px; font-weight: 600;
  color: white; letter-spacing: -0.02em; line-height: 1.1;
}
.whs-dash-hero-card {
  margin: 0 16px 12px; padding: 14px;
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
}
.whs-dash-lbl { font-size: 9px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 3px; }
.whs-dash-val {
  font-family: var(--font-heading); font-size: 30px; font-weight: 700; line-height: 1;
  background: linear-gradient(135deg,#4F46E5,#7C3AED,#06B6D4);
  background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  letter-spacing: -0.03em; margin-bottom: 8px;
}
.whs-dash-chart { height: 36px; width: 100%; }
.whs-chart-line {
  stroke-dasharray: 400; stroke-dashoffset: 400;
}
.whs-s4.whs-visible .whs-chart-line {
  animation: whs-draw 1.4s cubic-bezier(0.22,.61,.36,1) 400ms forwards;
}
.whs-s4.whs-visible .whs-chart-area {
  animation: whs-fade-area 700ms cubic-bezier(0.22,.61,.36,1) 1200ms forwards;
}
@keyframes whs-draw { to { stroke-dashoffset: 0; } }
@keyframes whs-fade-area { to { opacity: 1; } }
.whs-dash-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 7px; padding: 0 16px;
}
.whs-dash-tile {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
  border-radius: 12px; padding: 9px 10px;
}
.whs-dt-lbl { font-size: 8px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.whs-dt-val { font-family: var(--font-heading); font-size: 17px; font-weight: 600; color: white; line-height: 1; letter-spacing: -0.02em; }
.whs-dt-delta { margin-top: 3px; font-size: 8px; color: #6EE7B7; font-family: 'JetBrains Mono',monospace; }

/* Accent cards */
.whs-accent {
  position: absolute;
  background: rgba(255,255,255,0.85); backdrop-filter: blur(20px);
  border: 1px solid rgba(10,10,15,0.08); border-radius: 14px;
  padding: 11px 14px; z-index: 5;
  box-shadow: 0 2px 4px rgba(10,10,15,0.04),0 20px 48px rgba(10,10,15,0.08);
  min-width: 150px;
  transition: opacity 400ms cubic-bezier(0.22,.61,.36,1), transform 400ms cubic-bezier(0.22,.61,.36,1);
}
.whs-accent-tr { top: 5%; right: 0; }
.whs-accent-bl { bottom: 8%; left: 0; }
@media (max-width: 480px) {
  .whs-accent-tr { top: 2%; right: 1%; }
  .whs-accent-bl { bottom: 4%; left: 1%; }
}
.whs-accent-lbl { font-size: 9px; color: #6B7280; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 3px; font-weight: 500; }
.whs-accent-val { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: #0A0A0F; line-height: 1; letter-spacing: -0.02em; margin-bottom: 3px; }
.whs-grad {
  background: linear-gradient(135deg,#4F46E5,#7C3AED,#06B6D4);
  background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.whs-accent-meta {
  font-size: 9px; color: #6B7280;
  font-family: 'JetBrains Mono',monospace;
  display: flex; align-items: center; gap: 4px;
}
.whs-accent-meta::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: #10B981; box-shadow: 0 0 0 2px rgba(16,185,129,0.15);
  animation: whs-dot-pulse 2s ease-in-out infinite;
}
@keyframes whs-dot-pulse { 0%,100%{box-shadow:0 0 0 2px rgba(16,185,129,0.15)} 50%{box-shadow:0 0 0 4px rgba(16,185,129,0.05)} }

/* Progress dots */
.whs-progress {
  position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%);
  display: flex; gap: 5px; z-index: 6;
}
.whs-dot {
  width: 5px; height: 5px; border-radius: 50%;
  background: rgba(10,10,15,0.2);
  transition: all 500ms cubic-bezier(0.22,.61,.36,1);
}
.whs-dot-active { width: 20px; border-radius: 100px; background: #0A0A0F; }

/* Mobile: single column */
@media (max-width: 960px) {
  .whs-stage { height: clamp(480px,65vw,580px); }
  .whs-phone { width: 248px; height: 520px; border-radius: 40px; }
  .whs-screen { border-radius: 34px; }
  .whs-home-hero { height: 210px; }
  .whs-dash-val { font-size: 26px; }
  .whs-accent { display: none; }
}
@media (max-width: 480px) {
  .wd-hero { padding: 120px 0 80px; }
  .whs-stage { height: 500px; }
  .whs-phone { width: 232px; height: 490px; border-radius: 38px; }
  .whs-screen { border-radius: 32px; }
}

@media (prefers-reduced-motion: reduce) {
  .whs-home-hero, .whs-success-check, .whs-incoming-icon { animation: none !important; }
}

@media (prefers-reduced-motion: reduce) {
    .wd-hero h1 .wd-line { overflow: visible !important; }
    .wd-hero-mesh, .wd-final-mesh,
    .wd-device-visual, .wd-device-visual::after,
    .wd-marquee,
    .wd-device-float-1, .wd-device-float-2,
    .wd-hero h1 .wd-line > span,
    .wd-eyebrow-pill, .wd-hero-sub, .wd-hero-actions, .wd-hero-meta, .wd-device {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
    .wd-reveal { opacity: 1; transform: none; transition: none; }
    .wd-feature:hover, .wd-price-card:hover, .wd-showcase-card:hover,
    .wd-story-card:hover, .wd-testimonial:hover {
        transform: none;
    }
}

/* ==================================================================
   HERO PHONE STAGE  ·  whs-* (Webdesign Hero Stage)
   ================================================================== */

.wd-hero-stage {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whs-stage {
    position: relative;
    height: clamp(540px,72vh,700px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.whs-stage::before {
    content: '';
    position: absolute;
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(79,70,229,0.12), transparent 65%);
    filter: blur(40px);
    pointer-events: none;
    animation: whs-glow 6s ease-in-out infinite;
}
@keyframes whs-glow { 0%,100%{opacity:.7;transform:scale(1)} 50%{opacity:1;transform:scale(1.08)} }

.whs-phone {
    position: relative;
    width: 270px; height: 570px;
    background: linear-gradient(150deg,#1a1a1f 0%,#0a0a0f 50%,#1a1a1f 100%);
    border-radius: 44px; padding: 7px;
    box-shadow:
        0 1px 1px rgba(255,255,255,0.5) inset,
        0 -1px 1px rgba(0,0,0,0.18) inset,
        0 28px 56px rgba(10,10,15,0.22),
        0 56px 112px rgba(10,10,15,0.12);
    z-index: 3;
}

.whs-screen {
    width: 100%; height: 100%;
    background: #fff;
    border-radius: 38px;
    overflow: hidden;
    position: relative;
}

.whs-island {
    position: absolute; top: 10px; left: 50%; transform: translateX(-50%);
    width: 88px; height: 26px;
    background: #000; border-radius: 100px; z-index: 20;
}

.whs-status-bar {
    position: absolute; top: 13px; left: 0; right: 0;
    display: flex; justify-content: space-between;
    padding: 0 22px; z-index: 15;
    font-size: 12px; font-weight: 600; color: #18181B;
}

.whs-status-right { display: flex; gap: 5px; align-items: center; }

.whs-battery {
    width: 20px; height: 10px;
    border: 1px solid #18181B; border-radius: 3px; padding: 1px;
    display: inline-flex; align-items: center;
}
.whs-battery::after { content:''; width:100%; height:100%; background:#18181B; border-radius:1px; }

.whs-home-bar {
    position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%);
    width: 100px; height: 4px;
    background: rgba(10,10,15,0.7); border-radius: 100px; z-index: 25;
}

.whs-states { position: absolute; inset: 0; overflow: hidden; }

.whs-state {
    position: absolute; inset: 0;
    opacity: 0; transform: scale(0.98);
    transition: opacity 700ms var(--wd-ease), transform 700ms var(--wd-ease);
    pointer-events: none;
    padding-top: 48px;
}
.whs-state.whs-visible { opacity: 1; transform: scale(1); }

.whs-s1 { background: #fff; }

.whs-home-hero {
    position: relative; height: 240px;
    margin: 0 12px; border-radius: 18px; overflow: hidden;
    background:
        radial-gradient(circle at 30% 30%, rgba(245,158,11,0.5), transparent 55%),
        radial-gradient(circle at 70% 70%, rgba(239,68,68,0.35), transparent 60%),
        linear-gradient(150deg,#1F2937,#111827);
    animation: whs-ken 8s ease-in-out infinite;
}
@keyframes whs-ken { 0%,100%{transform:scale(1)} 50%{transform:scale(1.05) translateY(-1%)} }

.whs-home-overlay {
    position: absolute; inset: 14px; z-index: 2;
    display: flex; flex-direction: column; justify-content: space-between;
}

.whs-home-brand {
    display: flex; align-items: center; gap: 6px;
    font-family: var(--font-heading); font-size: 12px; font-weight: 700;
    color: white; letter-spacing: -0.02em;
}

.whs-brand-mark {
    width: 16px; height: 16px; border-radius: 5px;
    background: linear-gradient(135deg,#4F46E5,#7C3AED,#06B6D4);
    box-shadow: 0 3px 10px rgba(79,70,229,0.4);
}

.whs-home-tag {
    align-self: flex-start;
    background: rgba(255,255,255,0.18); backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: white; padding: 3px 8px; border-radius: 100px;
    font-family: 'JetBrains Mono', monospace; font-size: 8px;
    letter-spacing: 0.06em; text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.15);
}

.whs-home-body { padding: 14px 16px 0; }

.whs-home-headline {
    font-family: var(--font-heading); font-size: 22px; font-weight: 700;
    line-height: 1.06; letter-spacing: -0.025em; color: #0A0A0F; margin-bottom: 5px;
}

.whs-home-sub { font-size: 11px; color: #6B7280; line-height: 1.5; margin-bottom: 12px; }

.whs-home-actions { display: flex; flex-direction: column; gap: 7px; margin-bottom: 10px; }

.whs-home-btn-p {
    background: #0A0A0F; color: white; padding: 10px 14px;
    border-radius: 100px; font-size: 12px; font-weight: 500;
    display: flex; align-items: center; justify-content: space-between;
    box-shadow: 0 4px 12px rgba(10,10,15,0.18);
}

.whs-home-btn-s {
    background: rgba(10,10,15,0.04); color: #0A0A0F; padding: 9px 14px;
    border-radius: 100px; font-size: 12px; font-weight: 500;
    display: flex; align-items: center; justify-content: space-between;
    border: 1px solid rgba(10,10,15,0.08);
}

.whs-arr { font-size: 14px; }

.whs-home-trust {
    display: flex; justify-content: center; gap: 10px;
    font-family: 'JetBrains Mono', monospace; font-size: 8px; color: #6B7280;
}
.whs-home-trust span { display: inline-flex; align-items: center; gap: 3px; }
.whs-home-trust span::before { content:''; width:3px; height:3px; border-radius:50%; background:#10B981; }

.whs-s2 { background: #fff; }

.whs-book-header {
    display: flex; align-items: center; gap: 10px;
    padding: 4px 16px 14px; border-bottom: 1px solid rgba(10,10,15,0.06);
}

.whs-book-back {
    width: 30px; height: 30px; border-radius: 50%;
    background: rgba(10,10,15,0.04);
    display: flex; align-items: center; justify-content: center; color: #0A0A0F;
}

.whs-book-title {
    font-family: var(--font-heading); font-size: 16px; font-weight: 600;
    color: #0A0A0F; letter-spacing: -0.02em;
}

.whs-book-body { padding: 16px; display: flex; flex-direction: column; gap: 10px; }

.whs-book-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

.whs-book-field { display: flex; flex-direction: column; gap: 4px; }

.whs-book-lbl {
    font-size: 9px; font-weight: 600; color: #6B7280;
    text-transform: uppercase; letter-spacing: 0.06em;
}

.whs-book-input {
    background: rgba(10,10,15,0.03); border: 1px solid rgba(10,10,15,0.08);
    border-radius: 10px; padding: 9px 10px;
    font-size: 11px; color: #0A0A0F; font-weight: 500;
    display: flex; justify-content: space-between; align-items: center;
    transition: all 400ms var(--wd-ease);
}
.whs-book-input.whs-filled { background: rgba(79,70,229,0.04); border-color: rgba(79,70,229,0.18); }
.whs-book-input svg { color: rgba(10,10,15,0.25); transition: color 400ms; flex-shrink: 0; }
.whs-book-input.whs-filled svg { color: #4F46E5; }

.whs-book-submit {
    background: #0A0A0F; color: white; padding: 12px 16px;
    border-radius: 100px; font-size: 13px; font-weight: 500;
    display: flex; align-items: center; justify-content: space-between;
    box-shadow: 0 4px 12px rgba(10,10,15,0.18); margin-top: 4px;
    opacity: 0.35; transition: opacity 500ms var(--wd-ease);
}
.whs-book-submit.whs-ready { opacity: 1; }

.whs-s3 { background: linear-gradient(180deg,#fff,#F8FAFC); }

.whs-success-card {
    margin: 20px 16px 0; padding: 22px 16px;
    background: #fff; border-radius: 18px;
    border: 1px solid rgba(10,10,15,0.06); text-align: center;
    box-shadow: 0 1px 3px rgba(10,10,15,0.04), 0 12px 32px rgba(10,10,15,0.06);
}

.whs-success-check {
    width: 48px; height: 48px; border-radius: 50%;
    background: linear-gradient(135deg,#4F46E5,#7C3AED,#06B6D4);
    margin: 0 auto 12px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 10px 28px rgba(79,70,229,0.25); color: white;
    animation: whs-pop 600ms var(--wd-spring);
}
@keyframes whs-pop { 0%{transform:scale(0.5);opacity:0} 100%{transform:scale(1);opacity:1} }

.whs-success-title {
    font-family: var(--font-heading); font-size: 17px; font-weight: 600;
    color: #0A0A0F; margin-bottom: 3px; letter-spacing: -0.02em;
}
.whs-success-sub { font-size: 11px; color: #6B7280; margin-bottom: 12px; }

.whs-success-detail {
    background: rgba(10,10,15,0.03); border-radius: 10px; padding: 10px;
    text-align: left; display: flex; flex-direction: column; gap: 6px;
}

.whs-dr { display: flex; justify-content: space-between; font-size: 11px; }
.whs-dr > span:first-child { color: #6B7280; }
.whs-dr > span:last-child { color: #0A0A0F; font-weight: 600; }
.whs-accent-text { color: #4F46E5; }

.whs-incoming {
    margin: 12px 16px 0; padding: 12px 14px;
    background: #0A0A0F; color: white; border-radius: 14px;
    display: flex; align-items: center; gap: 10px;
    box-shadow: 0 8px 24px rgba(10,10,15,0.18);
    opacity: 0; transform: translateY(8px);
    transition: opacity 500ms var(--wd-ease), transform 500ms var(--wd-ease);
}
.whs-incoming.whs-visible { opacity: 1; transform: translateY(0); }

.whs-incoming-icon {
    width: 32px; height: 32px; border-radius: 50%;
    background: linear-gradient(135deg,#4F46E5,#06B6D4);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    animation: whs-call-pulse 1.4s ease-in-out infinite;
}
@keyframes whs-call-pulse { 0%,100%{box-shadow:0 0 0 0 rgba(6,182,212,0.5)} 50%{box-shadow:0 0 0 6px rgba(6,182,212,0)} }

.whs-incoming-text { flex: 1; min-width: 0; }
.whs-inc-title { font-size: 11px; font-weight: 600; margin-bottom: 2px; }
.whs-inc-sub { font-size: 9px; color: rgba(255,255,255,0.6); font-family: 'JetBrains Mono', monospace; }

.whs-live-badge {
    background: rgba(94,234,212,0.18); color: #5EEAD4;
    padding: 3px 7px; border-radius: 100px; font-size: 8px; font-weight: 600; letter-spacing: 0.04em;
}

.whs-s4 { background: linear-gradient(180deg,#0A0A0F,#14141a); color: white; padding-top: 52px; }

.whs-dash-greet {
    padding: 0 16px 3px;
    font-size: 10px; color: rgba(255,255,255,0.5);
    font-family: 'JetBrains Mono', monospace; letter-spacing: 0.06em; text-transform: uppercase;
}

.whs-dash-head {
    padding: 0 16px 12px;
    font-family: var(--font-heading); font-size: 19px; font-weight: 600;
    color: white; letter-spacing: -0.02em; line-height: 1.1;
}

.whs-dash-hero-card {
    margin: 0 16px 12px; padding: 14px;
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
}

.whs-dash-lbl {
    font-size: 9px; color: rgba(255,255,255,0.5);
    text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 3px;
}

.whs-dash-val {
    font-family: var(--font-heading); font-size: 30px; font-weight: 700; line-height: 1;
    background: linear-gradient(135deg,#4F46E5,#7C3AED,#06B6D4);
    background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    letter-spacing: -0.03em; margin-bottom: 8px;
}

.whs-dash-chart { height: 36px; width: 100%; }

.whs-chart-line {
    fill: none; stroke: url(#whsLG); stroke-width: 2;
    stroke-linecap: round; stroke-linejoin: round;
    stroke-dasharray: 400; stroke-dashoffset: 400;
}
.whs-s4.whs-visible .whs-chart-line { animation: whs-draw 1.4s var(--wd-ease) 400ms forwards; }
.whs-chart-area { opacity: 0; }
.whs-s4.whs-visible .whs-chart-area { animation: whs-fade-area 700ms var(--wd-ease) 1200ms forwards; }
@keyframes whs-draw { to { stroke-dashoffset: 0; } }
@keyframes whs-fade-area { to { opacity: 1; } }

.whs-dash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; padding: 0 16px; }

.whs-dash-tile {
    background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px; padding: 9px 10px;
}
.whs-dt-lbl { font-size: 8px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 4px; }
.whs-dt-val { font-family: var(--font-heading); font-size: 17px; font-weight: 600; color: white; line-height: 1; letter-spacing: -0.02em; }
.whs-dt-delta { margin-top: 3px; font-size: 8px; color: #6EE7B7; font-family: 'JetBrains Mono', monospace; }

.whs-accent {
    position: absolute;
    background: rgba(255,255,255,0.88); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(10,10,15,0.08); border-radius: 14px;
    padding: 11px 14px; z-index: 5;
    box-shadow: 0 2px 4px rgba(10,10,15,0.04), 0 20px 48px rgba(10,10,15,0.08);
    min-width: 148px;
    transition: opacity 400ms var(--wd-ease), transform 400ms var(--wd-ease);
}
.whs-accent-tr { top: 5%; right: 0; }
.whs-accent-bl { bottom: 9%; left: 0; }

.whs-accent-lbl { font-size: 9px; color: #6B7280; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 3px; font-weight: 500; }
.whs-accent-val { font-family: var(--font-heading); font-size: 20px; font-weight: 700; color: #0A0A0F; line-height: 1; letter-spacing: -0.02em; margin-bottom: 3px; }
.whs-grad { background: linear-gradient(135deg,#4F46E5,#7C3AED,#06B6D4); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.whs-accent-meta { font-size: 9px; color: #6B7280; font-family: 'JetBrains Mono', monospace; display: flex; align-items: center; gap: 4px; }
.whs-accent-meta::before {
    content: ''; width: 5px; height: 5px; border-radius: 50%;
    background: #10B981; box-shadow: 0 0 0 2px rgba(16,185,129,0.15);
    animation: whs-dot-pulse 2s ease-in-out infinite;
}
@keyframes whs-dot-pulse { 0%,100%{box-shadow:0 0 0 2px rgba(16,185,129,0.15)} 50%{box-shadow:0 0 0 4px rgba(16,185,129,0.05)} }

.whs-progress {
    position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%);
    display: flex; gap: 5px; z-index: 6;
}
.whs-dot { width: 5px; height: 5px; border-radius: 50%; background: rgba(10,10,15,0.18); transition: all 500ms var(--wd-ease); }
.whs-dot-active { width: 20px; border-radius: 100px; background: #0A0A0F; }

@media (max-width: 1024px) {
    .wd-hero-inner { grid-template-columns: 1fr !important; gap: 48px; text-align: center; }
    .wd-hero-meta { justify-content: center; }
    .wd-hero-actions { justify-content: center; }
    .wd-hero-text .wd-hero-sub { margin-left: auto; margin-right: auto; }
}
@media (max-width: 960px) {
    .whs-stage { height: clamp(480px,65vw,580px); }
    .whs-phone { width: 248px; height: 520px; border-radius: 40px; }
    .whs-screen { border-radius: 34px; }
    .whs-home-hero { height: 210px; }
    .whs-dash-val { font-size: 26px; }
    .whs-accent { display: none; }
}
@media (max-width: 480px) {
    .whs-stage { height: 500px; }
    .whs-phone { width: 230px; height: 488px; border-radius: 38px; }
    .whs-screen { border-radius: 32px; }
    .whs-island { width: 78px; height: 24px; }
}
@media (prefers-reduced-motion: reduce) {
    .whs-home-hero, .whs-success-check, .whs-incoming-icon, .whs-stage::before { animation: none !important; }
}
