*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { touch-action: pan-x pan-y; }
body { cursor: default; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
input, textarea, select { -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; cursor: text; }
:root {
    --brand:     #5759f0;
    --brand-l:   #7B7DF5;
    --brand-d:   #4345d0;
    --cyan:      #14b8fe;
    --red:       #DA4453;
    --green:     #25D366;
    --orange:    #F59E0B;
    --purple:    #8B5CF6;
    --pink:      #EC4899;
    --bg:      #0c0a1a;
    --bg2:     #110e24;
    --bg3:     #1a1635;
    --bg4:     #221e3d;
    --border:  rgba(87,89,240,0.08);
    --border2: rgba(87,89,240,0.15);
    --border3: rgba(87,89,240,0.25);
    --glow:    rgba(87,89,240,0.3);
    --subtle:  rgba(87,89,240,0.06);
    --t1:      #EEEEEE;
    --t2:      #9B95B5;
    --t3:      #5D5580;
    --font:      "Ping", sans-serif;
    --font-head: "Ping", sans-serif;
    --r-sm: 8px; --r-md: 12px; --r-lg: 16px; --r-xl: 24px; --r-full: 9999px;
    --transition: .3s cubic-bezier(.4,0,.2,1);
    --section-py: clamp(5rem, 10vw, 8rem);
}
html { scroll-behavior: auto; font-size: 16px; -webkit-font-smoothing: antialiased; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body { font-family: "Ping"; background: var(--bg); color: var(--t1); line-height: 1.6; overflow-x: hidden; direction: rtl; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }
button, input, select, textarea { font-family: inherit; font-size: inherit; border: none; outline: none; background: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem,4vw,2rem); }
.gradient-text { background: linear-gradient(135deg, #5949ed, #00a2ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 0 20px rgba(0,162,255,.4)); }
.section-label { display: block; text-align: center; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--brand-l); margin-bottom: .75rem; }
.section-title { font-family: var(--font-head); font-size: clamp(2rem,4.5vw,2.6rem); font-weight: 800; text-align: center; margin-bottom: .75rem; line-height: 1.2; color: var(--t1); }
.section-sub { font-size: 1.05rem; color: var(--t2); text-align: center; margin-bottom: 3.5rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .75rem 1.75rem; border-radius: var(--r-full); font-weight: 700; cursor: pointer; transition: var(--transition); position: relative; overflow: hidden; white-space: nowrap; font-family: var(--font); }
.btn--primary { background: linear-gradient(135deg, var(--brand), var(--brand-d)); color: #fff; box-shadow: 0 4px 20px var(--glow); }
.btn--primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(87,89,240,.5); }
.btn--ghost { border: 1.5px solid rgba(255,255,255,.15); color: #fff; backdrop-filter: blur(6px); }
.btn--ghost:hover { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.05); }
.btn--outline { border: 1.5px solid var(--border2); color: var(--t1); }
.btn--outline:hover { border-color: var(--brand); color: var(--brand-l); background: var(--subtle); }
.btn--glass {
    background: linear-gradient(135deg, rgba(255,255,255,.12) 0%, rgba(255,255,255,.05) 100%);
    backdrop-filter: blur(20px) saturate(1.4);
    -webkit-backdrop-filter: blur(20px) saturate(1.4);
    color: #fff; font-weight: 700;
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 8px 32px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.25), inset 0 -1px 0 rgba(255,255,255,.05);
}
.btn--glass:hover {
    background: linear-gradient(135deg, rgba(255,255,255,.18) 0%, rgba(255,255,255,.08) 100%);
    border-color: rgba(255,255,255,.35);
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(87,89,240,.25), inset 0 1px 0 rgba(255,255,255,.3), inset 0 -1px 0 rgba(255,255,255,.08);
}
.btn--liquid-glass {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255,255,255,.15) 0%, rgba(255,255,255,.05) 50%, rgba(89,73,237,.1) 100%);
    backdrop-filter: blur(24px) saturate(1.6) brightness(1.1);
    -webkit-backdrop-filter: blur(24px) saturate(1.6) brightness(1.1);
    color: #fff;
    font-weight: 700;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 100px;
    box-shadow:
        0 8px 32px rgba(0,0,0,.25),
        inset 0 1px 0 rgba(255,255,255,.35),
        inset 0 -1px 0 rgba(255,255,255,.06),
        0 0 0 1px rgba(89,73,237,.1);
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    transition: all .4s cubic-bezier(.22,1,.36,1);
}
.btn--liquid-glass::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(105deg, transparent 30%, rgba(255,255,255,.2) 45%, rgba(255,255,255,.35) 50%, rgba(255,255,255,.2) 55%, transparent 70%);
    background-size: 250% 100%;
    animation: liquidSheen 4s ease-in-out infinite;
    pointer-events: none;
}
.btn--liquid-glass::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 50%;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,.15) 0%, transparent 100%);
    pointer-events: none;
}
.btn--liquid-glass svg {
    transition: transform .3s ease;
    flex-shrink: 0;
}
.btn--liquid-glass:hover {
    transform: translateY(-2px) scale(1.02);
    border-color: rgba(255,255,255,.45);
    box-shadow:
        0 16px 48px rgba(89,73,237,.3),
        inset 0 1px 0 rgba(255,255,255,.4),
        inset 0 -1px 0 rgba(255,255,255,.1),
        0 0 20px rgba(89,73,237,.15);
}
.btn--liquid-glass:hover svg {
    transform: translateX(-3px);
}
.btn--liquid-glass:active {
    transform: translateY(0) scale(.98);
    box-shadow:
        0 4px 16px rgba(0,0,0,.3),
        inset 0 2px 4px rgba(0,0,0,.15);
}
@keyframes liquidSheen {
    0%, 100% { background-position: 200% 0; }
    50% { background-position: -100% 0; }
}
.btn--sm { padding: .5rem 1.25rem; font-size: .875rem; }
.btn--lg { padding: 1rem 2.25rem; font-size: 1.05rem; }
.btn--block { width: 100%; }
.preloader { position: fixed; inset: 0; z-index: 9999; background: linear-gradient(135deg, #4358d6 0%, #5252e8 30%, #6045d8 60%, #7040c8 100%); display: flex; align-items: center; justify-content: center; }
.preloader__bg { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: .45; }
.preloader__canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; }
.preloader__content { position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; align-items: center; gap: .75rem; margin-top: -5vh; }
.preloader__robot { width: 260px; height: 260px; border-radius: 20px; overflow: hidden; opacity: 0; margin-bottom: .75rem; border: 1px solid rgba(87,89,240,.1); box-shadow: 0 0 60px rgba(87,89,240,.06), 0 20px 60px rgba(0,0,0,.3); }
.preloader__robot spline-viewer { width: 100%; height: 100%; display: block; }
.preloader__brand { height: clamp(2.1rem, 5.6vw, 3.5rem); width: auto; opacity: 0; filter: drop-shadow(0 0 60px rgba(87,89,240,.4)) drop-shadow(0 0 120px rgba(87,89,240,.15)); }
.preloader__tagline { font-family: var(--font); font-size: 20px; font-weight: 700; color: #fff; letter-spacing: .06em; opacity: 0; }
.nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1rem 0; transition: padding .4s ease, background .5s ease, border-color .5s ease, box-shadow .5s ease; }
.nav--scrolled {
    padding: .6rem 0;
    background: linear-gradient(135deg, rgba(255,255,255,.08) 0%, rgba(255,255,255,.04) 100%);
    backdrop-filter: blur(24px) saturate(1.4);
    -webkit-backdrop-filter: blur(24px) saturate(1.4);
    border-bottom: 1px solid rgba(255,255,255,.1);
    box-shadow: 0 8px 32px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.08), inset 0 -1px 0 rgba(255,255,255,.02);
}
.nav__inner { max-width: 1200px; margin: 0 auto; padding: 0 clamp(1.25rem,4vw,2rem); display: flex; align-items: center; justify-content: center; position: relative; }
.logo { position: absolute; right: clamp(1.25rem,4vw,2rem); display: flex; align-items: center; gap: .5rem; z-index: 10; }
.logo__img { height: 30px; width: auto; }
.logo__icon { width: 34px; height: 34px; background: linear-gradient(135deg, var(--brand), var(--cyan)); border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 1.15rem; color: #fff; }
.logo__text { font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; }
.nav__links { display: flex; align-items: center; gap: .5rem; }
.nav__links a {
    font-size: .875rem; font-weight: 700; color: #fff;
    padding: .45rem .9rem; border-radius: 12px; position: relative;
    transition: color .3s ease, transform .3s ease;
    overflow: hidden; isolation: isolate;
}
.nav__links a::before {
    content: ''; position: absolute; inset: 0; border-radius: 12px; opacity: 0;
    background: radial-gradient(circle at center, rgba(87,89,240,.2) 0%, rgba(87,89,240,.06) 50%, transparent 80%);
    transition: opacity .4s ease, transform .4s ease; transform: scale(0.7); z-index: -1;
}
.nav__links a:hover { color: #fff; transform: translateY(-1px); }
.nav__links a:hover::before { opacity: 1; transform: scale(1.3); }
.nav__links a::after {
    content: ''; position: absolute; bottom: 4px; left: 50%; width: 0; height: 1.5px;
    background: linear-gradient(90deg, transparent, var(--brand), transparent);
    transition: width .3s ease, left .3s ease; border-radius: 2px;
}
.nav__links a:hover::after { width: 60%; left: 20%; }
.nav__burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; z-index: 10; padding: 4px; }
.nav__burger span { width: 22px; height: 2px; background: var(--t1); transition: var(--transition); border-radius: 2px; display: block; }
.nav__burger--open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.nav__burger--open span:nth-child(2) { opacity: 0; }
.nav__burger--open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.hero-journey { position: static; z-index: auto; }
html.scroll-locked,
html.scroll-locked body { overflow: hidden; position: fixed; width: 100%; }
html.nav-hidden .nav__links { display: none !important; }
.features, .compare, .showcase, .stats, .reviews, .pricing, .faq { box-shadow: none; }
.story__shader, .app-preview__shader, .features__shader, .compare__shader, .faq__shader,
.story__ambient, .app-preview__ambient, .features__ambient, .compare__ambient, .faq__ambient,
.story__vignette, .app-preview__vignette, .features__vignette, .compare__vignette, .faq__vignette { display: none; }
.hero { min-height: 100vh; display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 5rem; z-index: 1; }
.hero__spotlight {
    position: fixed; inset: 0; pointer-events: none; z-index: 9999;
    --mx: 50%; --my: 50%;
    background:
        radial-gradient(350px circle at var(--mx) var(--my), rgba(157,31,250,.18) 0%, transparent 60%),
        radial-gradient(250px circle at var(--mx) var(--my), rgba(255,255,255,.06) 0%, transparent 50%);
    opacity: 0;
    transition: opacity .4s ease;
}
.hero__spotlight.is-active { opacity: 1; }
.hero__bg { position: fixed; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; background: linear-gradient(135deg, #4358d6 0%, #5252e8 30%, #6045d8 60%, #7040c8 100%); }
.hero__shader { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: .45; }
.hero__veil { display: none; }
.hero__wrap { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; min-height: calc(100vh - 5rem); padding-top: 2rem; padding-bottom: 2rem; }
.hero__header { text-align: center; max-width: 700px; margin-bottom: 2.5rem; }
.hero__pill { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem 1rem .4rem .6rem; background: var(--subtle); border: 1px solid var(--border2); border-radius: var(--r-full); font-size: .85rem; color: var(--brand-l); margin-bottom: 1.5rem; }
.hero__pill-dot { width: 8px; height: 8px; background: var(--brand); border-radius: 50%; animation: pulse-dot 2s ease-in-out infinite; }
.hero__title { font-family: 'Ping Heavy'; font-size: 38px; font-weight: 900; line-height: 1.12; margin-bottom: 1rem; -webkit-text-stroke: .5px rgba(255,255,255,.3); }
.hero__title .word {
    display: inline-block;
    opacity: 0;
    filter: blur(10px);
    transform: translateY(8px);
    will-change: transform, filter, opacity;
}
.hero__title .word.blur-in {
    animation: blurIn .5s ease forwards;
}
.hero__title.shine-active .word {
    font-family: "Ping Heavy" !important;
    background: linear-gradient(
        90deg,
        #b0aac8 0%,
        #b0aac8 28%,
        #e0d8ff 40%,
        #fff 50%,
        #e0d8ff 60%,
        #b0aac8 72%,
        #b0aac8 100%
    );
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShine 4s ease-in-out infinite;
    filter: drop-shadow(0 2px 8px rgba(87,89,240,.35)) drop-shadow(0 0 20px rgba(87,89,240,.15));
}
.hero__title br + .word,
.hero__title .word:first-child { }
.hero__sub { font-size: 18px; color: #fff; line-height: 1.35; margin-bottom: 1.5rem; max-width: 560px; margin-left: auto; margin-right: auto; }
.hero__btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero__stage {
    position: relative; display: flex; align-items: center; justify-content: center;
    width: 100%; max-width: 1000px; min-height: 440px; margin: 0 auto 2rem;
    perspective: 800px;
}
.hero__orbit { position: absolute; inset: 0; transform-style: preserve-3d; }
.hero-feat {
    position: absolute; top: 50%; left: 50%;
    display: flex; align-items: center; gap: .5rem;
    padding: .5rem .9rem .5rem .5rem;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(16px) saturate(1.3);
    -webkit-backdrop-filter: blur(16px) saturate(1.3);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 14px;
    font-size: .75rem; font-weight: 700; color: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.1);
    white-space: nowrap; z-index: 3;
    transform: translate(-50%, -50%);
    transition: box-shadow .3s ease, border-color .3s ease;
    will-change: transform;
}
.hero-feat:hover { border-color: rgba(255,255,255,.3); box-shadow: 0 8px 32px rgba(87,89,240,.2), inset 0 1px 0 rgba(255,255,255,.15); }
.hero-feat__ico {
    width: 32px; height: 32px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    border: 1px solid rgba(255,255,255,.08);
    font-size: 17px;
}
.hero-feat span { letter-spacing: .01em; }
.hero-feat:nth-child(1)  .hero-feat__ico { background: linear-gradient(135deg, #5759f0, #818cf8); color: #fff; }
.hero-feat:nth-child(2)  .hero-feat__ico { background: linear-gradient(135deg, #25d366, #6ee7a0); color: #fff; }
.hero-feat:nth-child(3)  .hero-feat__ico { background: linear-gradient(135deg, #14b8fe, #67d4ff); color: #fff; }
.hero-feat:nth-child(4)  .hero-feat__ico { background: linear-gradient(135deg, #ec4899, #f472b6); color: #fff; }
.hero-feat:nth-child(5)  .hero-feat__ico { background: linear-gradient(135deg, #f59e0b, #fbbf24); color: #fff; }
.hero-feat:nth-child(6)  .hero-feat__ico { background: linear-gradient(135deg, #9d1ffa, #c084fc); color: #fff; }
.hero-feat:nth-child(7)  .hero-feat__ico { background: linear-gradient(135deg, #da4453, #f87171); color: #fff; }
.hero-feat:nth-child(8)  .hero-feat__ico { background: linear-gradient(135deg, #0ea5e9, #38bdf8); color: #fff; }
.hero-feat:nth-child(9)  .hero-feat__ico { background: linear-gradient(135deg, #8b5cf6, #a78bfa); color: #fff; }
.hero-feat:nth-child(10) .hero-feat__ico { background: linear-gradient(135deg, #10b981, #34d399); color: #fff; }
.hero-feat:nth-child(11) .hero-feat__ico { background: linear-gradient(135deg, #f43f5e, #fb7185); color: #fff; }
.hero-feat:nth-child(12) .hero-feat__ico { background: linear-gradient(135deg, #6366f1, #818cf8); color: #fff; }
.hero-feat:nth-child(13) .hero-feat__ico { background: linear-gradient(135deg, #f97316, #fb923c); color: #fff; }
.hero-feat:nth-child(14) .hero-feat__ico { background: linear-gradient(135deg, #06b6d4, #22d3ee); color: #fff; }
.hero-feat:nth-child(15) .hero-feat__ico { background: linear-gradient(135deg, #eab308, #fde047); color: #fff; }
.hero-feat:nth-child(16) .hero-feat__ico { background: linear-gradient(135deg, #3b82f6, #60a5fa); color: #fff; }
.hero-feat:nth-child(17) .hero-feat__ico { background: linear-gradient(135deg, #a855f7, #c084fc); color: #fff; }
.hero__bottom { text-align: center; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.hero__proof { display: flex; align-items: center; gap: 1rem; }
.hero__avatars { display: flex; }
.hero__avatars span { width: 36px; height: 36px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .6rem; font-weight: 700; color: #fff; border: 2px solid var(--bg); margin-right: -8px; }
.hero__avatars span:first-child { margin-right: 0; }
.hero__proof-text { font-size: .85rem; }
.hero__proof-text strong { display: block; color: var(--orange); font-size: .9rem; }
.hero__proof-text span { color: var(--t2); font-size: .8rem; }
.iphone14 { position: relative; perspective: 1200px; transform-style: preserve-3d; }
.iphone14__frame {
    position: relative; width: 196px; height: 404px; transform-style: preserve-3d;
    background: linear-gradient(145deg, #f5f5f0 0%, #e8e8e3 40%, #f0f0eb 60%, #fafaf5 100%);
    border-radius: 28px; padding: 3px;
    box-shadow:
        0 0 0 1px rgba(255,255,255,.08),
        inset 0 0 0 1px rgba(255,255,255,.05),
        inset 0 1px 0 rgba(255,255,255,.6),
        inset 0 -1px 0 rgba(0,0,0,.08);
}
.iphone14__frame::before {
    content: ''; position: absolute; inset: 0; border-radius: 28px;
    background: linear-gradient(170deg, rgba(255,255,255,.5) 0%, transparent 30%, transparent 70%, rgba(255,255,255,.15) 100%);
    pointer-events: none; z-index: 10;
}
.iphone14__btn { position: absolute; background: linear-gradient(180deg, #e8e8e3, #d8d8d3); z-index: 5; }
.iphone14__btn--silent { left: -2px; top: 60px; width: 2px; height: 15px; border-radius: 2px 0 0 2px; }
.iphone14__btn--vol-up { left: -2px; top: 83px; width: 2px; height: 25px; border-radius: 2px 0 0 2px; }
.iphone14__btn--vol-down { left: -2px; top: 115px; width: 2px; height: 25px; border-radius: 2px 0 0 2px; }
.iphone14__btn--power { right: -2px; top: 99px; width: 2px; height: 35px; border-radius: 0 2px 2px 0; }
.iphone14__bezel {
    position: relative; width: 100%; height: 100%;
    background: #000; border-radius: 24px; overflow: hidden;
}
.iphone14__island {
    position: absolute; top: 4px; left: 50%; transform: translateX(-50%);
    width: 92px; height: 20px; background: #2a2a2a; border-radius: 11px; z-index: 10;
    box-shadow: 0 0 0 1px rgba(255,255,255,.04);
}
.iphone14__island-cam {
    position: absolute; right: 12px; top: 50%; transform: translateY(-50%);
    width: 6px; height: 6px; border-radius: 50%;
    background: radial-gradient(circle at 40% 40%, #1a1a3a 0%, #0a0a15 60%, #000 100%);
    box-shadow: inset 0 0 2px rgba(87,89,240,.2), 0 0 0 1.5px rgba(255,255,255,.06);
}
.iphone14__screen {
    position: absolute; inset: 0; border-radius: 24px; overflow: hidden;
    background: #0c0a1a;
}
.hero__video { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 3; border-radius: 24px; }
.hero__video-poster { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .75rem; z-index: 2; cursor: pointer; }
.hero__poster-bg { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(87,89,240,.25) 0%, rgba(20,184,254,.15) 50%, rgba(87,89,240,.2) 100%); }
.hero__poster-icon { position: relative; z-index: 1; width: 56px; height: 56px; border-radius: 50%; background: rgba(87,89,240,.5); backdrop-filter: blur(12px); border: 1.5px solid rgba(255,255,255,.15); display: flex; align-items: center; justify-content: center; transition: transform .3s, background .3s; }
.hero__poster-icon:hover { transform: scale(1.1); background: rgba(87,89,240,.7); }
.hero__poster-icon svg { margin-right: -3px; }
.hero__poster-label { position: relative; z-index: 1; font-size: .75rem; color: rgba(255,255,255,.6); font-weight: 700; letter-spacing: .03em; }
.iphone14__shine { display: none; }
.phone { width: 270px; background: #1e1a3a; border-radius: 36px; border: 2.5px solid rgba(87,89,240,.12); overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.5), 0 0 0 1px rgba(255,255,255,.04), inset 0 1px 0 rgba(255,255,255,.06); position: relative; }
.phone--lg { width: 300px; }
.phone--xl { width: 320px; }
.phone__notch { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 110px; height: 22px; background: #1e1a3a; border-radius: 0 0 14px 14px; z-index: 5; }
.phone__screen { padding-top: 28px; min-height: 480px; background: var(--bg2); position: relative; overflow: hidden; }
.capp { background: #fafafe; color: #1a1a2e; height: 100%; min-height: 450px; display: flex; flex-direction: column; }
.capp--full { min-height: 500px; }
.capp__head { display: flex; align-items: center; gap: .5rem; padding: .6rem .75rem; background: linear-gradient(135deg, var(--brand), var(--cyan)); color: #fff; }
.capp__head--cover { flex-direction: column; padding: 1rem .75rem; text-align: center; gap: .3rem; position: relative; }
.capp__cover { position: absolute; inset: 0; }
.capp__avatar { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.2); display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .85rem; }
.capp__avatar--lg { width: 44px; height: 44px; font-size: 1.1rem; position: relative; z-index: 1; border: 2px solid rgba(255,255,255,.3); }
.capp__biz-info { display: flex; flex-direction: column; }
.capp__biz-info--lg { position: relative; z-index: 1; align-items: center; }
.capp__biz-name { font-weight: 700; font-size: .75rem; }
.capp__biz-info--lg .capp__biz-name { font-size: .9rem; }
.capp__biz-cat { font-size: .55rem; opacity: .85; }
.capp__biz-rating { font-size: .55rem; color: #FFD700; margin-top: .15rem; }
.capp__label { font-size: .55rem; font-weight: 700; color: #555; padding: .4rem .75rem .15rem; text-transform: uppercase; letter-spacing: .05em; }
.capp__section { padding: .3rem .5rem; }
.capp__section-title { font-size: .6rem; font-weight: 700; color: #555; margin-bottom: .3rem; }
.capp__services { display: flex; gap: .3rem; padding: .2rem .5rem; overflow-x: auto; }
.capp__srv { padding: .3rem .6rem; border-radius: 20px; font-size: .55rem; font-weight: 700; background: #eee; color: #555; white-space: nowrap; }
.capp__srv--active { background: var(--brand); color: #fff; }
.capp__srv-list { display: flex; flex-direction: column; gap: .25rem; }
.capp__srv-item { display: flex; justify-content: space-between; align-items: center; padding: .4rem .5rem; background: #f0f0f5; border-radius: 8px; font-size: .6rem; }
.capp__srv-item em { font-style: normal; font-weight: 700; color: var(--brand); }
.capp__dates, .capp__dates--lg { display: flex; gap: .25rem; padding: .25rem .5rem; }
.capp__dates span { flex: 1; text-align: center; padding: .3rem; border-radius: 8px; font-size: .55rem; color: #777; background: #f0f0f5; }
.capp__dates .active { background: var(--brand); color: #fff; }
.capp__times, .capp__times--lg { display: flex; gap: .25rem; padding: .3rem .5rem; flex-wrap: wrap; }
.capp__times span { padding: .3rem .5rem; border-radius: 6px; font-size: .55rem; color: #555; background: #f0f0f5; }
.capp__times .active { background: var(--brand); color: #fff; }
.capp__times .booked { opacity: .35; text-decoration: line-through; }
.capp__book, .capp__book--lg { margin: auto .5rem .5rem; padding: .5rem; background: var(--brand); color: #fff; border-radius: 10px; text-align: center; font-size: .65rem; font-weight: 700; }
.capp__book--lg { padding: .6rem; font-size: .75rem; border-radius: 12px; }
.hero__stores { display: flex; gap: .5rem; justify-content: center; }
.hero__store-badge { display: flex; align-items: center; gap: .3rem; padding: .3rem .7rem; background: rgba(255,255,255,.05); border: 1px solid var(--border); border-radius: var(--r-sm); font-size: .6rem; color: var(--t2); }
.hero__store-badge span { font-size: .8rem; }
.hero__scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: .5rem; z-index: 2; }
.hero__scroll span { font-size: .7rem; color: var(--t3); letter-spacing: .05em; }
.hero__scroll-bar { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--brand), transparent); animation: scroll-line 2s ease-in-out infinite; }
.ticker { padding: 1.25rem 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); overflow: hidden; background: var(--bg2); }
.ticker__track { display: flex; gap: 2.5rem; animation: marquee 35s linear infinite; width: max-content; }
.ticker__track span { font-size: .85rem; font-weight: 700; color: var(--t3); white-space: nowrap; }
.story { position: relative; height: 100vh; overflow: hidden; z-index: 1; background: transparent; }
.story__shader { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: .45; }
.story__slide, .story__reveal { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 2rem; z-index: 1; opacity: 0; }
.story__text { text-align: center; max-width: 800px; direction: rtl; font-family: var(--font-head); font-size: clamp(1.8rem,4.5vw,2.8rem); font-weight: 700; line-height: 1.15; }
.story__slide--pain .story__text { color: rgba(255,255,255,.85); }
.story__slide--hope .story__text { color: #fff; background: linear-gradient(90deg, #fff 0%, #fff 40%, #00a2ff 50%, #fff 60%, #fff 100%); background-size: 200% 100%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; animation: hopeShine 4s ease-in-out infinite; filter: drop-shadow(0 0 30px rgba(0,162,255,.3)) drop-shadow(0 0 60px rgba(89,73,237,.15)); }
@keyframes hopeShine { 0%, 100% { background-position: 100% 0; } 50% { background-position: -100% 0; } }
.story__reveal .story__text { font-size: clamp(2.2rem,5.5vw,2.6rem); font-weight: 900; color: #fff; text-shadow: 0 0 40px rgba(0,162,255,.3);    font-family: 'Ping Heavy'; }
.story__text .gradient-text { display: inline-block; direction: ltr; unicode-bidi: bidi-override; background: linear-gradient(110deg, #5949ed 20%, #a78bfa 40%, #fff 50%, #00a2ff 60%, #5949ed 80%); background-size: 250% 100%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; filter: drop-shadow(0 0 20px rgba(0,162,255,.4)); animation: shiningText 3s ease-in-out infinite; }
@keyframes shiningText { 0% { background-position: 100% 0; } 100% { background-position: -100% 0; } }
.story__reveal-tagline { font-family: var(--font-head); font-size: clamp(2.2rem,5.5vw,2.6rem); font-weight: 900; color: #fff; max-width: 800px; margin-top: 1.2rem; margin-bottom: 2rem; line-height: 1.15; position: relative; display: inline-block; text-shadow: 0 0 40px rgba(0,162,255,.3); overflow: visible; padding: 0.5rem;font-family: 'Ping Heavy'; font-size: clamp(2.2rem, 5.5vw, 2.6rem) !important;}
.story__sub-fade { opacity: 0; transform: translateY(15px); }
.sparkle { position: absolute; pointer-events: none; z-index: 2; animation: sparkleAnim .8s ease-in-out infinite; filter: drop-shadow(0 0 3px currentColor) drop-shadow(0 0 8px currentColor); }
.sparkle svg { display: block; }
@keyframes sparkleAnim {
    0% { opacity: 0; transform: scale(0) rotate(75deg); filter: drop-shadow(0 0 2px currentColor); }
    50% { opacity: 1; transform: scale(1.2) rotate(120deg); filter: drop-shadow(0 0 6px currentColor) drop-shadow(0 0 12px currentColor); }
    100% { opacity: 0; transform: scale(0) rotate(180deg); filter: drop-shadow(0 0 2px currentColor); }
}
.typewriter-cursor { display: inline; color: #00a2ff; font-weight: 300; animation: cursorBlink .6s ease-in-out infinite; -webkit-text-fill-color: #00a2ff; background: none; -webkit-background-clip: unset; background-clip: unset; }
@keyframes cursorBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.app-preview__title { line-height: 1.05; margin-bottom: .4rem; color: #fff; text-shadow: 0 0 20px rgba(255,255,255,.4), 0 0 40px rgba(255,255,255,.15), 0 2px 12px rgba(0,0,0,.5); }
.app-preview__sub { color: rgba(255,255,255,.85); text-shadow: 0 0 15px rgba(255,255,255,.2), 0 2px 8px rgba(0,0,0,.4); }
.app-preview .iphone14 { transform: scale(0.8); }
.app-preview .beam-hub { margin-top: -2rem; }
.app-preview {
    position: relative; z-index: 1;
    min-height: auto;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    padding: var(--section-py) 0;
    background: transparent;
}
.app-preview__shader { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; opacity: .45; }
.app-preview__ambient {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background: linear-gradient(to bottom right, rgba(87,89,240,.03), transparent, rgba(218,68,83,.03));
    filter: blur(48px);
}
.app-preview__vignette {
    position: absolute; inset: 0; z-index: 3; pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 40%, rgba(12,10,26,.6));
}
.app-preview__shapes { position: absolute; inset: 0; overflow: hidden; z-index: 1; pointer-events: none; }
.app-shape {
    position: absolute; border-radius: 9999px;
    background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 8px 32px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.1);
    opacity: 0; will-change: transform, opacity;
}
.app-shape::after {
    content: ''; position: absolute; inset: 0; border-radius: 9999px;
    background: linear-gradient(135deg, rgba(255,255,255,.08) 0%, transparent 50%);
}
.app-shape--circle {
    border-radius: 50%;
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 4px 20px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.15);
}
.app-shape--circle::after { border-radius: 50%; }
.app-preview > .container { position: relative; z-index: 5; }
.beam-hub { position: relative; z-index: 5; width: 100%; max-width: 800px; height: clamp(500px, 62vh, 700px); margin: 0 auto; }
.beam-hub__svg { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; z-index: 1; overflow: visible; }
.beam-hub__center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; }
.beam-hub__glow { position: absolute; width: 340px; height: 340px; top: 50%; left: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(87,89,240,.15), transparent 70%); pointer-events: none; z-index: -1; }
.beam-hub__ring { position: absolute; inset: 0; z-index: 2; }
.beam-hub__node { position: absolute; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; gap: .35rem; transform: translate(-50%, -50%) rotate(var(--a)) translateY(var(--orbit-r, -280px)) rotate(calc(-1 * var(--a))); }
.beam-hub__ico { width: 54px; height: 54px; border-radius: 50%; background: rgba(var(--c), .1); border: 1.5px solid rgba(var(--c), .3); display: flex; align-items: center; justify-content: center; font-size: 1.45rem; box-shadow: 0 0 22px rgba(var(--c), .35), 0 0 6px rgba(var(--c), .2), 0 4px 20px rgba(0,0,0,.3); transition: var(--transition); }
.beam-hub__ico:hover { transform: scale(1.12); box-shadow: 0 0 32px rgba(var(--c), .5), 0 0 12px rgba(var(--c), .3), 0 4px 20px rgba(0,0,0,.3); }
.beam-hub__ico i { color: rgb(var(--c)); filter: drop-shadow(0 0 6px rgba(var(--c), .5)); }
.beam-hub__label { font-size: .72rem; font-weight: 700; color: var(--t1); text-align: center; direction: rtl; white-space: nowrap; text-shadow: 0 1px 8px rgba(0,0,0,.6); }
.app-preview__stage { position: relative; display: flex; justify-content: center; align-items: center; padding: 4rem 2rem; min-height: 550px; }
.app-preview__glow { position: absolute; width: 450px; height: 450px; background: radial-gradient(circle, rgba(87,89,240,.12), transparent 70%); top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.app-preview__phone { position: relative; z-index: 2; will-change: clip-path, transform; }
.app-preview__phone .phone { box-shadow: 0 40px 100px rgba(0,0,0,.6), 0 0 60px rgba(87,89,240,.1); }
.app-preview__phone .phone__screen { min-height: 520px; }
.app-preview__note { position: absolute; display: flex; align-items: center; gap: .6rem; padding: .7rem 1rem; background: rgba(28,24,53,.92); backdrop-filter: blur(12px); border: 1px solid var(--border2); border-radius: var(--r-md); font-size: .75rem; box-shadow: 0 8px 30px rgba(0,0,0,.4); z-index: 3; opacity: 0; white-space: nowrap; }
.app-preview__note strong { display: block; color: var(--t1); }
.app-preview__note small { display: block; color: var(--t2); font-size: .65rem; }
.app-preview__note-ico { font-size: 1.25rem; }
.app-preview__note--1 { top: 10%; right: calc(50% + 190px); }
.app-preview__note--2 { top: 50%; left: calc(50% + 190px); }
.app-preview__note--3 { bottom: 10%; right: calc(50% + 170px); }
.features { padding: var(--section-py) 0; background: transparent; position: relative; z-index: 1; overflow: hidden; min-height: auto; display: flex; flex-direction: column; justify-content: center; }
.features .section-title { line-height: 1.05; color: #fff; text-shadow: 0 0 20px rgba(255,255,255,.4), 0 0 40px rgba(255,255,255,.15), 0 2px 12px rgba(0,0,0,.5); }
.features__shader { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; opacity: .45; }
.features__ambient { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(to bottom right, rgba(87,89,240,.03), transparent, rgba(218,68,83,.03)); filter: blur(48px); }
.features__vignette { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: radial-gradient(ellipse at center, transparent 40%, rgba(12,10,26,.6)); }
.features__columns { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; height: 620px; overflow: hidden; max-width: 1000px; margin: 0 auto; padding: 0 clamp(1rem, 3vw, 3rem); mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent); -webkit-mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent); }
.features__col { overflow: hidden; }
.features__col-inner { display: flex; flex-direction: column; gap: 1.5rem; animation: featScrollUp var(--dur, 25s) linear infinite; }
.features__col--reverse .features__col-inner { animation-name: featScrollDown; }
@keyframes featScrollUp { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }
@keyframes featScrollDown { 0% { transform: translateY(-50%); } 100% { transform: translateY(0); } }
.features__columns:hover .features__col-inner { animation-play-state: paused; }
@media (pointer: coarse) {
    .features__columns.touch-hold .features__col-inner { animation-play-state: paused; }
}
.feat { background: rgba(255,255,255,.06); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.12); border-radius: var(--r-lg); padding: 1.75rem; transition: var(--transition); flex-shrink: 0; box-shadow: 0 8px 32px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.08); }
.feat:hover { border-color: rgba(255,255,255,.22); box-shadow: 0 20px 60px rgba(0,0,0,.4), inset 0 1px 0 rgba(255,255,255,.12); }
.feat__ico { width: 48px; height: 48px; border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.feat__ico--brand { background: rgba(123,125,245,.15); color: #9B9DFF; filter: drop-shadow(0 0 8px rgba(123,125,245,.5)); }
.feat__ico--cyan { background: rgba(56,210,255,.15); color: #56D2FF; filter: drop-shadow(0 0 8px rgba(56,210,255,.5)); }
.feat__ico--green { background: rgba(52,235,140,.15); color: #34EB8C; filter: drop-shadow(0 0 8px rgba(52,235,140,.5)); }
.feat__ico--emerald { background: rgba(80,230,195,.15); color: #50E6C3; filter: drop-shadow(0 0 8px rgba(80,230,195,.5)); }
.feat__ico--purple { background: rgba(180,140,255,.15); color: #B48CFF; filter: drop-shadow(0 0 8px rgba(180,140,255,.5)); }
.feat__ico--sky { background: rgba(100,180,255,.15); color: #64B4FF; filter: drop-shadow(0 0 8px rgba(100,180,255,.5)); }
.feat__ico--mint { background: rgba(100,240,210,.15); color: #64F0D2; filter: drop-shadow(0 0 8px rgba(100,240,210,.5)); }
.feat__ico--lavender { background: rgba(160,140,255,.15); color: #A08CFF; filter: drop-shadow(0 0 8px rgba(160,140,255,.5)); }
.feat__ico--aqua { background: rgba(0,220,230,.15); color: #00DCE6; filter: drop-shadow(0 0 8px rgba(0,220,230,.5)); }
.feat__ico i { font-size: 1.5rem; }
.feat h3 { font-family: var(--font-head); font-size: 14px; font-weight: 700; margin-bottom: .4rem; line-height: 1.15; }
.feat p { font-size: 14px; color: var(--t2); line-height: 1.35; }
.compare { padding: clamp(2.5rem, 5vw, 4rem) 0; background: transparent; position: relative; z-index: 1; overflow: hidden; min-height: auto; display: flex; flex-direction: column; justify-content: center; }
.compare__shader { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; opacity: .45; }
.compare__ambient { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(to bottom right, rgba(87,89,240,.03), transparent, rgba(218,68,83,.03)); filter: blur(48px); }
.compare__vignette { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: radial-gradient(ellipse at center, transparent 40%, rgba(12,10,26,.6)); }
.compare .section-title { line-height: 1.05; color: #fff; text-shadow: 0 0 20px rgba(255,255,255,.4), 0 0 40px rgba(255,255,255,.15), 0 2px 12px rgba(0,0,0,.5); margin-bottom: .3rem; }
.compare .section-sub { color: rgba(255,255,255,.85); text-shadow: 0 0 15px rgba(255,255,255,.2), 0 2px 8px rgba(0,0,0,.4); margin-bottom: 1.25rem; }
.pkg-card-wrap { position: relative; max-width: 680px; margin: 0 auto; perspective: 800px; }
.pkg-card-wrap__glow { position: absolute; inset: -2px; border-radius: calc(var(--r-xl) + 2px); opacity: 0; transition: opacity .4s ease; z-index: 0; pointer-events: none;
    background: linear-gradient(180deg, rgba(255,255,255,.03) 0%, rgba(139,92,246,.5) 50%, rgba(99,102,241,.4) 100%);
}
.pkg-card-wrap__blur { position: absolute; bottom: -30%; left: 10%; width: 80%; height: 60%; z-index: 0; pointer-events: none; opacity: 0; transition: opacity .5s ease;
    background: radial-gradient(ellipse at center, rgba(139,92,246,.5), rgba(99,102,241,.3) 40%, transparent 70%); filter: blur(40px);
}
.pkg-card-wrap:hover .pkg-card-wrap__glow { opacity: 1; }
.pkg-card-wrap:hover .pkg-card-wrap__blur { opacity: 1; }
.pkg-card { position: relative; z-index: 1; background: rgba(14,12,30,.85); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); box-shadow: 0 8px 32px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.06); overflow: hidden; transition: transform .15s ease, box-shadow .4s ease; transform-style: preserve-3d; }
.pkg-card-wrap:hover .pkg-card { box-shadow: 0 12px 48px rgba(139,92,246,.15), 0 8px 32px rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.08); }
.pkg-card__header { text-align: center; padding: 1.25rem 1.5rem .75rem; border-bottom: 1px solid rgba(255,255,255,.08); }
.pkg-card__name { font-family: var(--font-head); font-size: 1.15rem; font-weight: 800; color: #fff; margin-bottom: .25rem; }
.pkg-card__sub { font-size: .85rem; color: #34EB8C; font-weight: 700; filter: drop-shadow(0 0 6px rgba(52,235,140,.4)); }
.pkg-card__features { display: grid; grid-template-columns: 1fr 1fr; gap: 0 2rem; padding: 1rem 2rem; }
.pkg-card__col { display: flex; flex-direction: column; }
.pkg-card__item { display: flex; align-items: center; gap: .5rem; padding: .3rem 0; font-size: .82rem; color: rgba(255,255,255,.85); }
.pkg-card__check { color: #34EB8C; font-weight: 700; font-size: .95rem; flex-shrink: 0; filter: drop-shadow(0 0 4px rgba(52,235,140,.4)); }
.pkg-card__item--soon { color: rgba(255,255,255,.45); }
.pkg-card__soon { font-size: .65rem; font-weight: 700; color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); border-radius: 4px; padding: .1rem .4rem; margin-inline-end: .4rem; flex-shrink: 0; }
.pkg-card__footer { text-align: center; padding: .75rem 1.5rem 1.25rem; border-top: 1px solid rgba(255,255,255,.08); }
.pkg-card__more { font-size: .8rem; color: #fff; font-weight: 700; margin-bottom: .5rem; text-shadow: 0 0 12px rgba(255,255,255,.4), 0 0 30px rgba(255,255,255,.15); }
.pkg-card__price { font-family: var(--font-head); font-size: 2rem; font-weight: 800; color: #fff; text-shadow: 0 0 12px rgba(255,255,255,.4), 0 0 30px rgba(255,255,255,.15); }
.pkg-card__period { font-size: .9rem; font-weight: 400; color: rgba(255,255,255,.6); }
.pkg-card__vat { font-size: .75rem; color: rgba(255,255,255,.4); margin-top: .15rem; }
.pkg-card__disclaimer { text-align: center; color: rgba(255,255,255,.4); font-size: .75rem; margin-top: 1rem; }
.showcase { padding-top: var(--section-py); background: transparent; position: relative; z-index: 1; min-height: auto; }
.showcase__stage { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; gap: 4rem; padding: 0 clamp(1.25rem,4vw,2rem); max-width: 1200px; margin: 0 auto; }
.showcase__device { flex-shrink: 0; }
.app-head { display: flex; justify-content: space-between; align-items: center; padding: .4rem .75rem; font-size: .65rem; color: var(--t3); }
.app-head span:nth-child(2) { font-weight: 700; font-size: .75rem; color: var(--t1); }
.app-days { display: flex; gap: .3rem; padding: .35rem .5rem; }
.app-days span { flex: 1; text-align: center; padding: .25rem; border-radius: 6px; font-size: .6rem; color: var(--t3); }
.app-days .active { background: var(--brand); color: #fff; }
.app-slots { padding: .25rem .5rem .5rem; display: flex; flex-direction: column; gap: .35rem; }
.app-slot { display: flex; align-items: center; gap: .4rem; padding: .45rem .6rem; border-radius: 6px; font-size: .6rem; }
.app-slot b { color: var(--t2); min-width: 28px; }
.app-slot span { color: var(--t1); font-weight: 400; }
.app-slot--brand { background: rgba(87,89,240,.1); border-right: 3px solid var(--brand); }
.app-slot--cyan { background: rgba(20,184,254,.1); border-right: 3px solid var(--cyan); }
.app-slot--free { background: rgba(255,255,255,.02); border-right: 3px solid var(--t3); }
.app-slot--free span { color: var(--t3); }
.sc { position: absolute; inset: 28px 0 0 0; opacity: 0; transform: translateY(16px); transition: .5s ease; }
.sc--active { opacity: 1; transform: translateY(0); }
.sc-search { margin: .5rem; padding: .45rem .6rem; background: rgba(255,255,255,.03); border-radius: 6px; font-size: .6rem; color: var(--t3); }
.sc-cust { display: flex; align-items: center; gap: .5rem; padding: .5rem .6rem; border-bottom: 1px solid rgba(255,255,255,.04); }
.sc-av { width: 28px; height: 28px; border-radius: 50%; flex-shrink: 0; }
.sc-cust-info { flex: 1; }
.sc-cust-info b { display: block; font-size: .65rem; }
.sc-cust-info small { font-size: .55rem; color: var(--t2); }
.sc-tag { padding: .1rem .4rem; border-radius: var(--r-full); font-size: .5rem; font-weight: 700; }
.sc-tag--vip { background: rgba(245,158,11,.12); color: var(--orange); }
.sc-tag--new { background: rgba(16,185,129,.12); color: #10B981; }
.sc-chat { padding: .6rem; display: flex; flex-direction: column; gap: .4rem; }
.sc-bub { max-width: 78%; padding: .4rem .6rem; border-radius: 10px; font-size: .6rem; line-height: 1.5; }
.sc-bub i { font-style: normal; display: block; font-size: .45rem; color: var(--t3); margin-top: .15rem; }
.sc-bub--in { background: var(--bg3); align-self: flex-end; border-bottom-right-radius: 3px; }
.sc-bub--out { background: rgba(87,89,240,.12); color: var(--brand-l); align-self: flex-start; border-bottom-left-radius: 3px; }
.sc-chatbar { margin: .4rem; padding: .5rem .6rem; background: rgba(255,255,255,.03); border-radius: var(--r-full); font-size: .6rem; color: var(--t3); }
.sc-stat-row { display: flex; gap: .4rem; padding: .6rem; }
.sc-stat-card { flex: 1; background: var(--bg3); border-radius: 6px; padding: .6rem; text-align: center; }
.sc-stat-card b { display: block; font-size: 1rem; font-weight: 800; color: var(--brand-l); direction: ltr; }
.sc-stat-card small { font-size: .55rem; color: var(--t2); }
.sc-chart-wrap { display: flex; align-items: flex-end; gap: .4rem; padding: .75rem 1rem; height: 100px; }
.sc-chart-bar { flex: 1; height: var(--h); background: linear-gradient(to top, var(--brand), var(--cyan)); border-radius: 3px 3px 0 0; }
.sc-trend { text-align: center; font-size: .6rem; color: #10B981; font-weight: 700; padding: .4rem; }
.showcase__tabs { display: flex; flex-direction: column; gap: .5rem; max-width: 340px; }
.showcase__tab { padding: 1.1rem 1.25rem; border-radius: var(--r-lg); border: 1px solid transparent; background: transparent; opacity: .4; transition: .4s ease; cursor: pointer; text-align: right; display: flex; align-items: center; gap: .75rem; font-family: var(--font); font-size: 1rem; font-weight: 700; color: var(--t1); }
.showcase__tab span { font-size: .7rem; font-weight: 700; color: var(--brand-l); min-width: 1.5rem; }
.showcase__tab--active { opacity: 1; background: var(--bg3); border-color: var(--border); border-right: 3px solid var(--brand); }
.showcase__scroll-space { height: 300vh; }
.stats { padding: 4rem 0; background: transparent; position: relative; z-index: 1; min-height: auto; display: flex; flex-direction: column; justify-content: center; }
.stats__row { display: flex; align-items: center; justify-content: center; gap: 4rem; flex-wrap: wrap; }
.stats__item { text-align: center; color: #fff; }
.stats__num { font-family: var(--font-head); font-size: clamp(2rem,3.5vw,2.75rem); font-weight: 900; font-variant-numeric: tabular-nums; direction: ltr; display: inline; }
.stats__sign { font-size: 1.5rem; font-weight: 700; color: rgba(255,255,255,.7); }
.stats__label { display: block; font-size: .85rem; color: rgba(255,255,255,.7); margin-top: .25rem; }
.reviews { padding: var(--section-py) 0; background: transparent; overflow: hidden; position: relative; z-index: 1; min-height: auto; display: flex; flex-direction: column; justify-content: center; }
.reviews__scroll { overflow: hidden; padding: 1rem 0; }
.reviews__track { display: flex; gap: 1.5rem; padding: 0 1rem; animation: marquee 50s linear infinite; width: max-content; }
.review { background: var(--bg3); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 2rem; min-width: 340px; max-width: 380px; flex-shrink: 0; transition: var(--transition); }
.review:hover { border-color: var(--border2); transform: translateY(-4px); }
.review__stars { color: var(--orange); font-size: .85rem; letter-spacing: 2px; margin-bottom: .75rem; }
.review p { font-size: .875rem; color: var(--t2); line-height: 1.8; margin-bottom: 1.25rem; }
.review__author { display: flex; align-items: center; gap: .6rem; }
.review__av { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: .65rem; font-weight: 700; color: #fff; flex-shrink: 0; }
.review__author strong { display: block; font-size: .85rem; }
.review__author span { font-size: .7rem; color: var(--t3); }
.pricing { padding: var(--section-py) 0; background: transparent; position: relative; z-index: 1; min-height: auto; display: flex; flex-direction: column; justify-content: center; }
.pricing__single { display: flex; justify-content: center; }
.price-card--solo { background: linear-gradient(180deg, rgba(87,89,240,.04), var(--bg3)); border: 1.5px solid var(--border3); border-radius: var(--r-xl); padding: 3rem 2.5rem; max-width: 480px; width: 100%; position: relative; box-shadow: 0 0 60px rgba(87,89,240,.06); text-align: center; }
.price-card__tag { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); padding: .3rem 1.5rem; background: linear-gradient(135deg, var(--brand), var(--cyan)); border-radius: var(--r-full); font-size: .75rem; font-weight: 700; color: #fff; white-space: nowrap; }
.price-card--solo h3 { font-family: var(--font-head); font-size: 1.75rem; font-weight: 900; margin-bottom: .25rem; }
.price-card__sub { font-size: .95rem; color: var(--t2); margin-bottom: 2rem; }
.price-card__includes { display: flex; flex-direction: column; gap: .5rem; margin-bottom: 2rem; text-align: right; }
.price-card__row { display: flex; align-items: center; gap: .6rem; padding: .5rem .75rem; background: rgba(255,255,255,.02); border-radius: var(--r-sm); font-size: .9rem; color: var(--t1); }
.price-card__row svg { color: var(--brand-l); flex-shrink: 0; }
.price-card__note { display: block; margin-top: 1rem; font-size: .75rem; color: var(--t3); }
.faq { padding: clamp(2.5rem, 5vw, 4rem) 0 var(--section-py); background: transparent; position: relative; z-index: 1; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-start; }
.faq__shader { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; opacity: .45; }
.faq__ambient { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(to bottom right, rgba(87,89,240,.03), transparent, rgba(218,68,83,.03)); filter: blur(48px); }
.faq__vignette { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: radial-gradient(ellipse at center, transparent 40%, rgba(12,10,26,.6)); }
.faq .section-title { color: #fff; text-shadow: 0 0 20px rgba(255,255,255,.4), 0 0 40px rgba(255,255,255,.15), 0 2px 12px rgba(0,0,0,.5); margin-bottom: 1.5rem; margin-top: 50px; }
.faq__chat { max-width: 600px; margin: 0 auto; max-height: calc(100vh - 14rem); overflow-y: hidden; padding-left: .5rem; scrollbar-width: thin; scrollbar-color: rgba(255,255,255,.2) transparent; }
.faq__chat::-webkit-scrollbar { width: 4px; }
.faq__chat::-webkit-scrollbar-track { background: transparent; }
.faq__chat::-webkit-scrollbar-thumb { background: rgba(255,255,255,.2); border-radius: 9999px; }
.faq__item { margin-bottom: .6rem; }
.faq__q { width: 100%; display: flex; align-items: center; gap: .75rem; cursor: pointer; font-family: var(--font); border: none; background: none; padding: 0; }
.faq__bubble { display: inline-block; padding: .6rem 1.1rem; border-radius: 1rem; font-size: 14px; font-weight: 700; color: #fff; background: rgba(255,255,255,.12); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.15); transition: background .35s cubic-bezier(.4,0,.2,1), border-color .35s cubic-bezier(.4,0,.2,1), transform .35s cubic-bezier(.4,0,.2,1); text-align: right; }
.faq__q:hover .faq__bubble { background: rgba(255,255,255,.2); border-color: rgba(255,255,255,.25); }
.faq__item--open .faq__bubble { background: rgba(87,89,240,.35); border-color: rgba(87,89,240,.5); transform: scale(1.03); }
.faq__icon { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; flex-shrink: 0; color: rgba(255,255,255,.45); transition: color .35s cubic-bezier(.4,0,.2,1), transform .4s cubic-bezier(.34,1.56,.64,1); }
.faq__item--open .faq__icon { color: #fff; transform: rotate(45deg); }
.faq__a { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .45s cubic-bezier(.4,0,.2,1), opacity .35s cubic-bezier(.4,0,.2,1), margin .35s cubic-bezier(.4,0,.2,1); margin-top: 0; }
.faq__a > .faq__answer-bubble { overflow: hidden; }
.faq__item--open .faq__a { grid-template-rows: 1fr; opacity: 1; margin-top: .5rem; }
.faq__answer-bubble { margin-inline-start: 2.5rem; padding: .7rem 1.2rem; border-radius: 1rem; font-size: .88rem; line-height: 1.7; color: #fff; background: var(--brand); box-shadow: 0 4px 16px rgba(87,89,240,.3); transform-origin: top right; }
.faq__cta { text-align: center; margin-top: 2rem; }
.contact { padding: clamp(2.5rem, 5vw, 4rem) 0; background: linear-gradient(135deg, #4358d6 0%, #5252e8 30%, #6045d8 60%, #7040c8 100%); position: fixed; inset: 0; z-index: 10000; overflow: hidden; display: none; flex-direction: column; justify-content: center; align-items: center; }
.contact.is-open { display: flex; }
.contact__close { display: none; }
.contact__shader { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; opacity: .45; }
.contact__ambient { position: absolute; inset: 0; z-index: 0; pointer-events: none; background: linear-gradient(to bottom right, rgba(87,89,240,.03), transparent, rgba(218,68,83,.03)); filter: blur(48px); }
.contact__vignette { position: absolute; inset: 0; z-index: 3; pointer-events: none; background: radial-gradient(ellipse at center, transparent 40%, rgba(12,10,26,.6)); }
.contact__orbit { position: absolute; top: 50%; left: 50%; pointer-events: none; object-fit: contain; }
.contact__orbit--back { width: 2000px; height: 2000px; z-index: 2; opacity: .5; transform: translate(-50%, -50%) rotate(279deg); animation: orbit-spin 60s linear infinite; }
.contact__orbit--mid { width: 1000px; height: 1000px; z-index: 2; opacity: .6; transform: translate(-50%, -50%) rotate(304deg); animation: orbit-spin-reverse 60s linear infinite; }
.contact__orbit--front { width: 800px; height: 800px; z-index: 2; opacity: .8; transform: translate(-50%, -50%) rotate(48deg); animation: orbit-spin 60s linear infinite; }
@keyframes orbit-spin { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes orbit-spin-reverse { from { transform: translate(-50%, -50%) rotate(0deg); } to { transform: translate(-50%, -50%) rotate(-360deg); } }
.contact__fade { position: absolute; bottom: 0; left: 0; right: 0; height: 50%; z-index: 3; pointer-events: none; background: linear-gradient(to top, rgba(12,10,26,.7), transparent); }
.contact__confetti { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 10; pointer-events: none; }
.contact__footer { position: absolute; bottom: 0; left: 0; right: 0; z-index: 8; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.08); }
.contact__footer-inner { display: flex; align-items: center; justify-content: center; gap: 1.5rem; flex-wrap: wrap; max-width: 600px; margin: 0 auto; padding: 0 1rem; }
.contact__footer-logo { height: 22px; opacity: .5; }
.contact__footer-links { display: flex; align-items: center; gap: 1.2rem; }
.contact__footer-link { color: rgba(255,255,255,.45); font-size: .78rem; text-decoration: none; display: flex; align-items: center; gap: .3rem; transition: color .3s; }
.contact__footer-link:hover { color: rgba(255,255,255,.8); }
.contact__footer-link i { font-size: 1rem; }
.contact__footer-copy { font-size: .7rem; color: rgba(255,255,255,.25); }
.contact__hero { display: flex; align-items: center; justify-content: center; min-height: 100vh; position: relative; z-index: 5; }
.wizard { width: 480px; max-width: 90vw; text-align: center; background: rgba(255,255,255,.08); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.15); border-radius: var(--r-xl); padding: 2rem 2.5rem; box-shadow: 0 8px 32px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.1); }
.wizard__progress { width: 100%; height: 4px; background: rgba(255,255,255,.15); border-radius: 9999px; margin-bottom: 2rem; overflow: hidden; }
.wizard__bar { height: 100%; width: 14%; background: #fff; border-radius: 9999px; transition: width .5s cubic-bezier(.4,0,.2,1); }
.wizard__steps { position: relative; min-height: 280px; display: flex; align-items: center; justify-content: center; }
.wizard__step { display: none; animation: wizardFadeIn .4s cubic-bezier(.4,0,.2,1); width: 100%; }
.wizard__step--active { display: flex; flex-direction: column; align-items: center; justify-content: center; }
@keyframes wizardFadeIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
.wizard__logo { width: 90px; display: block; margin: 0 auto 1.5rem; }
.wizard__title { font-family: var(--font-head); font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; color: #fff; margin-bottom: .75rem; line-height: 1.1; text-shadow: 0 0 20px rgba(255,255,255,.4), 0 0 40px rgba(255,255,255,.15), 0 2px 12px rgba(0,0,0,.5); }
.wizard__sub { font-size: 1rem; color: rgba(255,255,255,.7); line-height: 1.7; margin-bottom: 1.5rem; }
.wizard__step-title { font-family: var(--font-head); font-size: 1.4rem; font-weight: 700; color: #fff; margin-bottom: 1.25rem; }
.wizard__field { margin-bottom: .75rem; }
.wizard__input { width: 100%; padding: .85rem 1.15rem; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); border: 1px solid rgba(255,255,255,.2); border-radius: 9999px; color: #fff; font-size: .95rem; font-family: var(--font); transition: var(--transition); outline: none; text-align: center; }
.wizard__input::placeholder { color: rgba(255,255,255,.4); }
.wizard__input:focus { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.18); box-shadow: 0 0 0 3px rgba(255,255,255,.1); }
.wizard__options { display: flex; flex-wrap: wrap; gap: .5rem; justify-content: center; margin-bottom: 1.25rem; }
.wizard__option { padding: .6rem 1.15rem; border-radius: 9999px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); color: #fff; font-size: .9rem; font-family: var(--font); font-weight: 400; cursor: pointer; transition: all .25s cubic-bezier(.4,0,.2,1); }
.wizard__option:hover { background: rgba(255,255,255,.18); border-color: rgba(255,255,255,.35); }
.wizard__option--selected { background: rgba(255,255,255,.25); border-color: #fff; box-shadow: 0 0 12px rgba(255,255,255,.2); }
.wizard__nav { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-top: .5rem; }
.wizard__btn { padding: .75rem 2rem; border: none; border-radius: 9999px; background: #fff; color: var(--brand); font-family: var(--font-head); font-size: 1rem; font-weight: 700; cursor: pointer; transition: all .3s cubic-bezier(.4,0,.2,1); display: inline-flex; align-items: center; gap: .5rem; }
.wizard__btn:hover { transform: scale(1.03); box-shadow: 0 8px 30px rgba(255,255,255,.25); }
.wizard__btn:active { transform: scale(0.97); }
.wizard__back { display: inline-flex; align-items: center; gap: .35rem; background: none; border: none; color: rgba(255,255,255,.5); font-size: .85rem; font-family: var(--font); cursor: pointer; transition: color .25s ease; }
.wizard__back:hover { color: #fff; }
.wizard__done-icon { width: 80px; height: 80px; border-radius: 50%; background: rgba(16,185,129,.15); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; animation: success-pulse .6s cubic-bezier(.4,0,.2,1); }
@keyframes success-pulse { 0% { transform: scale(0.5); opacity: 0; } 50% { transform: scale(1.1); } 100% { transform: scale(1); opacity: 1; } }
.footer { padding: 4rem 0 2rem; border-top: 1px solid var(--border); background: var(--bg); position: relative; z-index: 11; }
.footer__top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer__brand p { font-size: .85rem; color: var(--t2); margin-top: .75rem; line-height: 1.7; max-width: 260px; }
.footer__col h4 { font-size: .85rem; font-weight: 700; margin-bottom: 1rem; }
.footer__col a { display: block; font-size: .85rem; color: var(--t2); padding: .25rem 0; transition: var(--transition); }
.footer__col a:hover { color: var(--brand-l); }
.footer__social { display: flex; gap: .6rem; margin-top: .5rem; }
.footer__social a { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; background: var(--bg3); border: 1px solid var(--border); border-radius: var(--r-sm); color: var(--t2); transition: var(--transition); }
.footer__social a:hover { color: var(--brand-l); border-color: var(--brand); }
.footer__bottom { padding-top: 2rem; border-top: 1px solid var(--border); text-align: center; }
.footer__bottom p { font-size: .75rem; color: var(--t3); }
.modal { position: fixed; inset: 0; z-index: 2000; display: none; align-items: center; justify-content: center; }
.modal--open { display: flex; }
.modal__bg { position: absolute; inset: 0; background: rgba(0,0,0,.7); backdrop-filter: blur(8px); }
.modal__box { position: relative; background: var(--bg3); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 3rem; text-align: center; max-width: 400px; width: 90%; transform: scale(.9); opacity: 0; transition: var(--transition); }
.modal--open .modal__box { transform: scale(1); opacity: 1; }
.modal__ico { width: 72px; height: 72px; margin: 0 auto 1.5rem; background: rgba(87,89,240,.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; color: var(--brand-l); }
.modal__box h3 { font-size: 1.35rem; font-weight: 700; margin-bottom: .5rem; }
.modal__box p { font-size: .9rem; color: var(--t2); margin-bottom: 1.5rem; }
.wa-widget { position: fixed; bottom: 24px; right: 24px; z-index: 9998; direction: rtl; }
.wa-widget__fab {
    width: 60px; height: 60px; border-radius: 50%; border: none; cursor: pointer;
    background: #25D366; display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 20px rgba(37,211,102,.4), 0 2px 8px rgba(0,0,0,.2);
    transition: transform .3s ease, box-shadow .3s ease; position: relative;
}
.wa-widget__fab:hover { transform: scale(1.1); box-shadow: 0 6px 28px rgba(37,211,102,.5); }
.wa-widget__badge {
    position: absolute; top: -4px; left: -4px; width: 20px; height: 20px;
    background: #DA4453; color: #fff; font-size: .65rem; font-weight: 700;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    animation: pulse-dot 2s ease-in-out infinite;
}
.wa-widget__chat {
    position: absolute; bottom: 72px; right: 0; width: 360px;
    background: #fff; border-radius: 20px; overflow: hidden;
    box-shadow: 0 12px 50px rgba(0,0,0,.35), 0 0 0 1px rgba(0,0,0,.05);
    opacity: 0; visibility: hidden; transform: translateY(16px) scale(0.95);
    transition: opacity .3s ease, transform .3s ease, visibility .3s;
}
.wa-widget__chat.is-open { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.wa-widget__header {
    display: flex; align-items: center; gap: 12px; padding: 12px 18px;
    background: #075E54; color: #fff; direction: rtl;
}
.wa-widget__avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.wa-widget__header-info { flex: 1; text-align: right; }
.wa-widget__header-info strong { display: block; font-size: .9rem; margin-bottom: -2px; line-height: 1.2; }
.wa-widget__header-info span { font-size: .7rem; opacity: .85; line-height: 1; }
.wa-widget__close { background: rgba(255,255,255,.15); border: none; color: #fff; font-size: 1.2rem; cursor: pointer; width: 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; line-height: 1; opacity: .9; transition: opacity .2s, background .2s; flex-shrink: 0; }
.wa-widget__close:hover { opacity: 1; background: rgba(255,255,255,.25); }
.wa-widget__body {
    padding: 20px 16px; min-height: 130px; direction: rtl;
    background: #e2dbd3 url('../assets/wabg.png') center / cover;
}
.wa-widget__bubble {
    background: #fff; border-radius: 8px 0 8px 8px; padding: 10px 14px;
    max-width: 90%; box-shadow: 0 1px 2px rgba(0,0,0,.08); position: relative; margin-right: 6px;
}
.wa-widget__bubble::before {
    content: ''; position: absolute; top: 0; right: -6px; width: 0; height: 0;
    border-top: 8px solid #fff; border-right: 6px solid transparent;
}
.wa-widget__bubble strong { display: block; font-size: 14px;; color: #075E54; margin-bottom: 4px; }
.wa-widget__bubble p { font-size: .82rem; color: #303030; margin: 0; line-height: 1.5; direction: rtl; }
.wa-widget__meta { display: flex; align-items: center; justify-content: flex-start; gap: 4px; margin-top: 6px; direction: ltr; }
.wa-widget__time { font-size: .6rem; color: #999; }
.wa-widget__checks { flex-shrink: 0; }
.wa-widget__footer { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: #f0f0f0; direction: rtl; }
.wa-widget__input {
    flex: 1; padding: 10px 16px; border: none; border-radius: 22px;
    background: #fff; font-size: .85rem; outline: none; font-family: var(--font);
    direction: rtl; color: #333;
}
.wa-widget__input::placeholder { color: #999; }
.wa-widget__send {
    width: 34px; height: 34px; border-radius: 50%; border: none;
    background: transparent; cursor: pointer; display: flex; align-items: center;
    justify-content: center; transition: transform .2s; flex-shrink: 0;
}
.wa-widget__send:hover { transform: scale(1.15); }
.wa-widget__send svg { transform: scaleX(-1); fill: #8696a0; width: 22px; height: 22px; }
@keyframes blurIn {
    0% { opacity:0; filter:blur(10px); transform:translateY(8px); }
    50% { opacity:.5; filter:blur(5px); transform:translateY(3px); }
    100% { opacity:1; filter:blur(0px); transform:translateY(0); }
}
@keyframes textShine {
    0% { background-position: 200% 50%; }
    100% { background-position: -100% 50%; }
}
@keyframes drift { 0%,100%{transform:translate(0,0)} 33%{transform:translate(25px,-35px)} 66%{transform:translate(-20px,20px)} }
@keyframes pulse-dot { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.4;transform:scale(.7)} }
@keyframes scroll-line { 0%{transform:scaleY(0);transform-origin:top;opacity:0} 30%{opacity:1} 100%{transform:scaleY(1);transform-origin:top;opacity:0} }
@keyframes marquee { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@keyframes spin { to{transform:rotate(360deg)} }
@media(max-width:1024px) {
    .hero__stage { min-height: 380px; }
    .features__columns { grid-template-columns: repeat(2, 1fr); height: 550px; }
    .compare__grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }
    .compare__vs { display: none; }
    .showcase__stage { flex-direction: column; gap: 2rem; padding-top: 2rem; }
    .showcase__tabs { flex-direction: row; gap: .5rem; overflow-x: auto; max-width: 100%; padding-bottom: .5rem; }
    .showcase__tab { min-width: 140px; flex-shrink: 0; font-size: .85rem; padding: .75rem 1rem; }
    .showcase__scroll-space { height: 0; display: none; }
    .contact__card { grid-template-columns: 1fr; gap: 2.5rem; padding: 2.5rem; }
    .footer__top { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .stats__row { gap: 2rem; }
    .app-preview__note { display: none; }
    .beam-hub__ico { width: 46px; height: 46px; font-size: 1.25rem; }
    .beam-hub__node { --orbit-r: -220px; }
    .beam-hub { height: clamp(450px, 58vh, 600px); }
    .story__slide, .story__reveal { padding: 1.5rem; }
    .story__text { max-width: 600px; }
    .story__reveal-tagline { max-width: 600px; }
}
@media(max-width:767px) {
    .nav { padding: .75rem 0; }
    .nav__inner { justify-content: space-between; direction: ltr; }
    .logo { position: static; }
    .nav__burger { display: flex; }
    .nav__links {
        display: none; position: fixed; inset: 0;
        background:
            radial-gradient(ellipse at 20% 20%, rgba(87,89,240,.25) 0%, transparent 50%),
            radial-gradient(ellipse at 80% 80%, rgba(218,68,83,.15) 0%, transparent 50%),
            radial-gradient(ellipse at 50% 50%, rgba(20,184,254,.1) 0%, transparent 60%),
            linear-gradient(135deg, rgba(12,10,26,.97) 0%, rgba(20,18,40,.98) 50%, rgba(12,10,26,.97) 100%);
        backdrop-filter: blur(40px) saturate(1.3);
        -webkit-backdrop-filter: blur(40px) saturate(1.3);
        flex-direction: column; align-items: center; justify-content: center;
        gap: 0; z-index: 5;
        opacity: 0; transition: opacity .3s ease;
        overflow: hidden;
    }
    .nav__links::before {
        content: '';
        position: absolute; inset: 0;
        background:
            conic-gradient(from 180deg at 50% 50%, rgba(87,89,240,.06) 0deg, transparent 60deg, rgba(218,68,83,.04) 120deg, transparent 180deg, rgba(20,184,254,.06) 240deg, transparent 300deg, rgba(87,89,240,.06) 360deg);
        animation: menuGlow 12s linear infinite;
        pointer-events: none;
    }
    .nav__links::after {
        content: '';
        position: absolute;
        width: 300px; height: 300px;
        top: 15%; right: -10%;
        background: radial-gradient(circle, rgba(87,89,240,.12) 0%, transparent 70%);
        border-radius: 50%;
        filter: blur(40px);
        animation: menuFloat 8s ease-in-out infinite alternate;
        pointer-events: none;
    }
    @keyframes menuGlow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
    @keyframes menuFloat { 0% { transform: translate(0, 0) scale(1); } 100% { transform: translate(-30px, 40px) scale(1.2); } }
    .nav__links--open { display: flex; opacity: 1; }
    .nav__links a {
        font-size: 1.4rem; font-weight: 700; color: #fff;
        padding: 1.1rem 2rem; width: 100%; text-align: center;
        border-bottom: 1px solid rgba(255,255,255,.06);
        transition: all .3s ease;
        position: relative; z-index: 1;
    }
    .nav__links a:hover, .nav__links a:active { background: rgba(87,89,240,.1); border-bottom-color: rgba(87,89,240,.15); }
    .nav__links a::before, .nav__links a::after { display: none; }
    .hero-feat__ico i { line-height: 22px; display: block; text-align: center; width: 22px; height: 22px; }
    html { overflow-x: clip !important; }
    body { overflow-x: hidden !important; }
    .hero { padding-top: 3.5rem; min-height: 100vh; min-height: 100dvh; }
    .hero__wrap { min-height: auto; padding-top: 1.5rem; padding-bottom: 3rem; }
    .hero__header { margin-bottom: 1.5rem; }
    .hero__title { font-size: clamp(1.5rem, 6.5vw, 2.1rem); line-height: 1.18; margin-bottom: .75rem; }
    .hero__sub { font-size: clamp(.9rem, 3.8vw, 1.1rem); line-height: 1.5; }
    .hero__sub br { display: none; }
    .hero__btns { flex-direction: column; align-items: stretch; position: relative; z-index: 300; }
    .hero__btns .btn--liquid-glass { width: 100%; justify-content: center; text-align: center; }
    .hero__proof { flex-direction: column; align-items: center; gap: .4rem; }
    .hero__stage { min-height: 320px; }
    .hero__spotlight { display: none; }
    .hero-feat {
        padding: .3rem .55rem .3rem .3rem;
        font-size: .55rem;
        border-radius: 10px;
        gap: .3rem;
    }
    .hero-feat__ico {
        width: 22px; height: 22px; border-radius: 6px; font-size: 11px;
    }
    .iphone14__frame { width: 170px; height: 354px; border-radius: 24px; padding: 3px; }
    .iphone14__frame::before { border-radius: 24px; }
    .iphone14__bezel { border-radius: 21px; }
    .iphone14__screen { border-radius: 21px; }
    .iphone14__shine { border-radius: 24px; }
    .iphone14__island { width: 80px; height: 17px; top: 5px; border-radius: 9px; }
    .iphone14__island-cam { width: 5px; height: 5px; right: 10px; }
    .hero__video { border-radius: 21px; }
    .phone { width: 200px; border-radius: 26px; }
    .phone--lg { width: 230px; }
    .phone--xl { width: 240px; }
    .phone__screen { min-height: 360px; }
    .phone__notch { width: 85px; height: 17px; border-radius: 0 0 9px 9px; }
    .preloader { background: linear-gradient(135deg, rgba(67,88,214,.55) 0%, rgba(82,82,232,.55) 30%, rgba(96,69,216,.55) 60%, rgba(112,64,200,.55) 100%), var(--bg) !important; }
    .preloader__robot { width: 180px; height: 180px; }
    .story { height: 100vh !important; height: 100dvh !important; min-height: 100dvh; }
    .story__slide, .story__reveal { padding: 1.25rem 1rem; }
    .story__text { max-width: 100%; font-size: clamp(2.1rem, 9vw, 3rem); line-height: 1.3; }
    .story__reveal .story__text { font-size: clamp(2.4rem, 10.5vw, 2.6rem); }
    .story__reveal-tagline { font-size: clamp(2.1rem, 10vw, 2.6rem); max-width: 100%; margin-top: .8rem; margin-bottom: 1.2rem; padding: .3rem;font-family: 'Ping Heavy'; }
    .story__text .gradient-text { font-size: inherit; }
    .app-preview__shapes { display: none !important; }
    .app-preview .section-title { font-size: clamp(1.6rem, 6.5vw, 2.2rem); }
    .app-preview .section-sub { font-size: clamp(1rem, 4vw, 1.2rem); }
    .app-preview { min-height: 100vh; min-height: 100dvh; }
    .app-preview__phone .phone__screen { min-height: 400px; }
    .capp--full { min-height: 380px; }
    .beam-hub { height: clamp(380px, 52vh, 520px); }
    .beam-hub__node { --orbit-r: -180px; }
    .beam-hub__svg { display: block; }
    .beam-hub__ico { width: 36px; height: 36px; font-size: .95rem; line-height: 36px; }
    .beam-hub__ico i { font-size: inherit; line-height: inherit; display: block; text-align: center; width: 36px; height: 36px; }
    .beam-hub__label { font-size: .5rem; }
    .app-preview__note { display: flex; position: static; transform: none; width: 100%; max-width: 320px; margin: .5rem auto; font-size: .8rem; padding: .6rem .8rem; white-space: normal; }
    .features { min-height: 100vh; min-height: 100dvh; padding-top: 5rem; padding-bottom: 2rem; }
    .features .section-title { font-size: 18px; }
    .features__columns {
        grid-template-columns: 1fr 1fr;
        gap: .6rem; height: calc(100dvh - 10rem);
        padding: 0 .5rem;
    }
    .features__col:nth-child(3) { display: none; }
    .features__col { min-height: 0; }
    .features__col-inner { gap: .6rem; }
    .feat { padding: .65rem; }
    .feat__ico { width: 32px; height: 32px; margin-bottom: .5rem; }
    .feat__ico i { font-size: 1rem; line-height: 32px; display: block; text-align: center; width: 32px; height: 32px; }
    .feat h3 { font-size: .78rem; }
    .feat p { font-size: .68rem; line-height: 1.3; }
    .compare { min-height: 100vh; min-height: 100dvh; padding: 2rem 0; }
    .compare__grid { gap: 1.5rem; }
    .pkg-card-wrap { max-width: 95vw; }
    .pkg-card__features { grid-template-columns: 1fr 1fr; gap: 0 1rem; padding: .75rem 1rem; }
    .pkg-card__header { padding: 1rem 1rem .6rem; }
    .pkg-card__name { font-size: 1rem; }
    .pkg-card__item { font-size: .78rem; }
    .pkg-card__price { font-size: 1.6rem; }
    .pkg-card__footer { padding: .6rem 1rem 1rem; }
    .faq { height: auto; min-height: auto; padding-bottom: 2rem; }
    .faq__cta { text-align: center; margin-top: 1.5rem; }
    .faq__cta .btn { width: 100%; justify-content: center; }
    .faq__chat { max-height: none !important; overflow: visible !important; scrollbar-width: none; padding-left: 0; }
    .faq__chat::-webkit-scrollbar { display: none; }
    .faq__item { margin-bottom: .3rem; }
    .faq__q { padding: .35rem .5rem; gap: .5rem; }
    .faq__bubble { font-size: .85rem; padding: .45rem .8rem; }
    .faq__answer-bubble { font-size: .8rem; padding: .5rem .8rem; margin-inline-start: 1.5rem; line-height: 1.5; }
    .faq__a { transition: none !important; display: block !important; height: 0; overflow: hidden; opacity: 0; }
    .faq__item--open .faq__a { height: auto; overflow: visible; opacity: 1; margin-top: .3rem; }
    .faq__cta { text-align: center; margin-top: 1.5rem; }
    .faq__wizard-wrap { margin-top: 2rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.1); }
    .faq__cta .btn { width: 100%; justify-content: center; }
    .contact .container { padding: 0 3vw; }
    .contact__hero { min-height: 100vh; min-height: 100dvh; padding: 4vw 0; display: flex; align-items: center; justify-content: center; }
    .contact__card { padding: 4vw 3.5vw; }
    .wizard { width: 94vw !important; max-width: 94vw !important; padding: 5vw 4vw; box-sizing: border-box; margin: 0 auto; border-radius: 4vw; }
    .wizard__progress { height: 1vw; margin-bottom: 5vw; border-radius: 2vw; }
    .wizard__steps { min-height: 50vh; width: 100%; }
    .wizard__step--active { align-items: stretch; }
    .wizard__step--active .wizard__step-title,
    .wizard__step--active .wizard__title,
    .wizard__step--active .wizard__sub { text-align: center; }
    .wizard__step--active > .wizard__btn { align-self: center; }
    .wizard__step--active .wizard__logo { margin: 0 auto 4vw; }
    .wizard__step--active .wizard__done-icon { margin: 0 auto 3vw; }
    .wizard__logo { width: 18vw; margin-bottom: 4vw; }
    .wizard__title { font-size: 6.5vw; margin-bottom: 2vw; }
    .wizard__sub { font-size: 3.8vw; margin-bottom: 4vw; line-height: 1.6; }
    .wizard__step-title { font-size: 5vw; margin-bottom: 4vw; }
    .wizard__field { margin-bottom: 2.5vw; width: 100%; }
    .wizard__input { font-size: 3.8vw; padding: 3vw 4vw; border-radius: 8vw; }
    .wizard__options { gap: 2vw; margin-bottom: 4vw; }
    .wizard__option { font-size: 3.5vw; padding: 2.2vw 4vw; border-radius: 8vw; }
    .wizard__btn { font-size: 3.8vw; padding: 3vw 7vw; border-radius: 8vw; gap: 2vw; }
    .wizard__btn svg { width: 4vw; height: 4vw; }
    .wizard__nav { gap: 3vw; margin-top: 2vw; }
    .wizard__back { font-size: 3.5vw; gap: 1.5vw; }
    .wizard__done-icon { width: 18vw; height: 18vw; margin-bottom: 3vw; }
    .contact__footer-inner { flex-direction: column; gap: 2vw; }
    .contact__footer-links { gap: 3vw; }
    .wa-widget { right: .75rem; bottom: .75rem; }
    .wa-widget__fab { width: 50px; height: 50px; }
    .wa-widget__fab i { font-size: 1.4rem; }
    .wa-widget__chat { width: calc(100vw - 1.5rem); max-width: 340px; right: 0; bottom: 62px; }
    .hero, .story, .app-preview, .features, .compare, .showcase, .stats, .reviews, .pricing, .faq {
        position: relative !important;
        top: auto !important;
        z-index: auto !important;
        height: auto !important;
        min-height: 100dvh !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
        box-shadow: none !important;
        background: transparent !important;
    }
    .hero-journey { position: static !important; z-index: auto !important; }
    .contact { background: transparent !important; z-index: 2000 !important; }
    .contact__orbit, .contact__fade, .contact__confetti, .contact__footer { display: none !important; }
    .hero__bg { position: fixed !important; inset: 0; z-index: 0; }
    .hero__shader { display: block !important; }
    #storyShader, #appPreviewShader, #featShader, #compareShader, #faqShader, #contactShader,
    .preloader__canvas, .preloader__robot,
    .hero__ambient, .story__ambient, .app-preview__ambient, .features__ambient, .compare__ambient, .faq__ambient, .contact__ambient,
    .hero__vignette, .story__vignette, .app-preview__vignette, .features__vignette, .compare__vignette, .faq__vignette, .contact__vignette,
    #heroShooting {
        display: none !important;
    }
    .section-title { font-size: clamp(1.4rem, 5.5vw, 2rem); }
    .section-sub { font-size: clamp(.85rem, 3.5vw, 1rem); }
    .btn--liquid-glass { padding: .85rem 1.75rem; font-size: .95rem; gap: .5rem; }
    .btn--liquid-glass svg { width: 16px; height: 16px; }
    .sparkle svg { transform: scale(0.8); }
    .typewriter-cursor { font-size: inherit; }
    .footer__top { grid-template-columns: 1fr; }
    .stats__row { flex-direction: column; gap: 1.5rem; }
    .review { min-width: 260px; }
    .showcase__stage { height: auto; position: relative; flex-direction: column; padding: 2rem clamp(1.25rem,4vw,2rem); }
    .showcase__tabs { flex-direction: column; overflow-x: visible; }
    .showcase__tab { min-width: auto; }
}
@media(max-width:390px) {
    .hero__title { font-size: clamp(1.3rem, 6vw, 1.7rem); }
    .hero__sub { font-size: clamp(.8rem, 3.5vw, .95rem); }
    .iphone14__frame { width: 150px; height: 312px; }
    .phone { width: 180px; }
    .phone--lg { width: 200px; }
    .story__text { font-size: clamp(1.1rem, 5vw, 1.5rem); line-height: 1.25; }
    .story__reveal .story__text { font-size: clamp(1.3rem, 6vw, 1.8rem); }
    .story__reveal-tagline { font-size: clamp(1.2rem, 5.5vw, 1.7rem); }
    .btn--liquid-glass { padding: .7rem 1.4rem; font-size: .85rem; }
    .section-title { font-size: clamp(1.2rem, 5vw, 1.7rem); }
    .beam-hub { height: clamp(340px, 48vh, 450px); }
    .beam-hub__node { --orbit-r: -155px; }
    .beam-hub__ico { width: 32px; height: 32px; font-size: .85rem; }
    .faq__chat { max-height: none !important; overflow: visible !important; }
    .preloader__robot { width: 150px; height: 150px; }
    .nav__links a { font-size: 1.2rem; padding: .8rem 1.5rem; }
    .feat h3 { font-size: .72rem; }
    .feat p { font-size: .63rem; }
    .wa-widget__fab { width: 44px; height: 44px; }
    .wa-widget__chat { bottom: 56px; }
}
@media(prefers-reduced-motion:reduce) {
    *, *::before, *::after { animation-duration:.01ms!important; transition-duration:.01ms!important; }
    .reviews__track, .ticker__track { animation: none; }
}
.mobile-lead-modal { display: none; }
@media(max-width:767px) {
    .contact { display: none !important; }
    .faq__cta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5000;
        margin: 0;
        padding: 0;
        transform: translateY(100%);
        transition: transform .3s ease;
    }
    .faq__cta.is-visible {
        transform: translateY(0);
    }
    .faq__cta .btn {
        display: flex;
        width: 100%;
        border-radius: 0;
        padding: 1rem;
        font-size: 1rem;
        background: var(--brand);
        box-shadow: 0 -4px 20px rgba(87,89,240,.5);
    }
    .mobile-lead-modal {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 10000;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(67,88,214,.55) 0%, rgba(82,82,232,.55) 30%, rgba(96,69,216,.55) 60%, rgba(112,64,200,.55) 100%), var(--bg);
        overflow: hidden;
    }
    .mobile-lead-modal.is-open {
        display: flex;
    }
    .mobile-lead-modal__shader {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: .45;
    }
    .mobile-lead-modal__bg {
        display: none;
    }
    .mobile-lead-modal__content {
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1.5rem;
    }
    .mobile-lead-modal .wizard {
        width: 100%;
        max-width: 400px;
    }
}
