@charset "UTF-8";

:root {
    --bg: #f5f3fc;
    --bg-soft: #ffffff;
    --surface: #ffffff;
    --surface-strong: #ffffff;
    --surface-muted: #e2d5f5;
    --ink: #1a0a2e;
    --ink-soft: #2d1066;
    --muted: #6b46a8;
    --line: rgba(124, 58, 237, 0.16);
    --accent: #7c3aed;
    --accent-strong: #6d28d9;
    --accent-soft: #c4b5fd;
    --secondary: #4c1d95;
    --secondary-soft: #ede9fe;
    --success: #2e6a4f;
    --danger: #b13f2f;
    --shadow-sm: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 12px rgba(0, 0, 0, 0.04);
    --shadow-md: 0 2px 16px rgba(0, 0, 0, 0.08), 0 4px 32px rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 4px 32px rgba(0, 0, 0, 0.1), 0 8px 64px rgba(0, 0, 0, 0.06);
    --radius-lg: 14px;
    --radius-md: 9px;
    --radius-sm: 6px;
    --container: min(1120px, calc(100% - 40px));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

[v-cloak] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    direction: rtl;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Geeza Pro", "Cairo", "Tahoma", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--ink);
    background-color: var(--bg);
    background-image:
        linear-gradient(180deg, #ede8fc 0%, #f5f3fc 40%, #f5f3fc 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    color: var(--accent-strong);
    text-decoration-color: rgba(124, 58, 237, 0.3);
    text-underline-offset: 0.24em;
}

a:hover {
    text-decoration-color: currentColor;
}

p {
    margin: 0 0 1.15rem;
    color: var(--ink-soft);
}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--ink);
    line-height: 1.4;
}

h1 {
    font-size: clamp(1.6rem, 2.6vw, 3.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

h2 {
    font-size: clamp(1.25rem, 2vw, 1.9rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

h3 {
    font-size: 1.05rem;
    font-weight: 700;
}

h4 {
    font-size: 1rem;
    font-weight: 700;
}

ul,
ol,
dl {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

input[type="tel"] {
    direction: ltr;
    text-align: right;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

input::placeholder,
textarea::placeholder {
    color: #9b8bbf !important;
    opacity: 1;
}

.r3kx9 {
    width: var(--container);
    margin: 0 auto;
}

/* ── HEADER — flat full-width sticky bar ── */
.d9pwk {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 clamp(16px, 3vw, 40px);
    height: 88px;
    display: flex;
    align-items: center;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 60;
    background: #ffffff;
    border-bottom: 2px solid rgba(124, 58, 237, 0.12);
    box-shadow: var(--shadow-sm);
    transition: box-shadow 0.25s ease;
}

.d9pwk.bm3qr {
    transform: translateY(-100%);
    transition: transform 0.28s ease;
}

.d9pwk.xk9pv,
.d9pwk.jl4sf {
    transform: translateY(0);
}

.g1xsf {
    display: inline-flex;
    align-items: center;
    width: 88px;
    flex: 0 0 auto;
}

.g1xsf img {
    max-height: 68px;
    width: auto;
}

.b4hpn {
    flex: 1;
    display: flex;
    justify-content: center;
}

.b4hpn ul {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

.b4hpn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: var(--radius-sm);
    color: var(--ink-soft);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    transition: background-color 0.18s ease, color 0.18s ease;
}

.b4hpn a:hover {
    background: rgba(124, 58, 237, 0.08);
    color: var(--accent-strong);
}

.v2yjt {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.h6tyx {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.f3qdk {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(124, 58, 237, 0.15);
    background: rgba(124, 58, 237, 0.04);
    transition: background-color 0.18s ease;
}

.f3qdk:hover {
    background: rgba(124, 58, 237, 0.1);
}

.d9pwk .v2yjt .f3qdk svg {
    overflow: visible;
}

.d9pwk .v2yjt .f3qdk svg path {
    stroke: var(--accent-strong);
    stroke-linecap: round;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.f3qdk.ng5qr .e9ubs {
    transform: translateY(10px) rotate(45deg);
}

.f3qdk.ng5qr .i2vnc {
    opacity: 0;
}

.f3qdk.ng5qr .j5rqp {
    transform: translateY(-10px) rotate(-45deg);
}

.b4hpn-enter-active,
.b4hpn-leave-active {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.b4hpn-enter-from,
.b4hpn-leave-to {
    opacity: 0;
    transform: translateY(-6px);
}

/* ── MAIN LAYOUT ── */
main.r3kx9 {
    padding: 32px 0 80px;
}

main.r3kx9.s8kzt {
    display: grid;
    gap: 32px;
}

/* ── HERO / PAGE BLOCK ── */
.z2pjg,
.x8tqs {
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 56px);
    border-radius: var(--radius-lg);
    background: var(--secondary);
    isolation: isolate;
}

.z2pjg::before,
.x8tqs::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at bottom left, rgba(196, 181, 253, 0.28) 0%, transparent 55%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, transparent 60%);
    z-index: -1;
}

.z2pjg::after,
.x8tqs::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(196, 181, 253, 0.08);
    transform: translate(60px, -80px);
    z-index: -1;
}

.z2pjg h1,
.x8tqs h1 {
    max-width: 14ch;
    color: #faf5ff;
}

/* ── CONTENT SECTIONS ── */
.r5lnb,
.a4wkp {
    display: grid;
    gap: 28px;
}

.a4wkp > * {
    min-width: 0;
}

.r5lnb.s8kzt .a4wkp {
    gap: 36px;
}

/* ── CARDS ── */
.n7zcv,
.e7qpz {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-top: 3px solid var(--accent);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-sm);
}

.n7zcv.d3qsm {
    padding: 22px;
}

.v6yfx {
    font-size: 1.04rem;
    border-top-color: var(--accent-soft);
}

.g9hnr {
    font-size: clamp(0.98rem, 1.5vw, 1.12rem);
    line-height: 1.8;
    color: var(--ink);
}

/* ── SECTION HEADINGS ── */
.b5ptd {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 4px;
}

.b5ptd::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--line);
}

.b5ptd::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 48px;
    height: 3px;
    background: var(--accent);
    border-radius: 2px;
    z-index: 1;
}

.mx8qf {
    margin-bottom: 8px;
}

/* ── PROCESS STEPS — vertical timeline ── */
.h7sbv,
.c6ynr,
.r9thf,
.j6myw ul {
    list-style: none;
}

.f4lcn,
.l5nvh,
.b3fzx {
    display: grid;
    gap: 20px;
}

.h7sbv {
    display: flex;
    flex-direction: column;
    gap: 12px;
    counter-reset: process;
}

.e3kmr {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #ffffff;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-radius: var(--radius-md);
    padding: 20px 22px;
    box-shadow: var(--shadow-sm);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    min-height: auto;
    padding-top: 20px !important;
}

.e3kmr:hover {
    border-color: rgba(124, 58, 237, 0.3);
    box-shadow: var(--shadow-md);
}

.i6wdp {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--accent);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    font-weight: 800;
}

.j9qfz {
    flex: 1;
    min-width: 0;
}

.s2yrx {
    color: var(--ink);
    margin-bottom: 4px;
}

.t7bkm {
    margin: 0;
    color: var(--muted);
    font-size: 0.93rem;
}

/* ── PRICE CARD ── */
.o8czj {
    display: grid;
    justify-items: start;
    gap: 8px;
    background: var(--secondary);
    color: #faf5ff;
    border-top: 3px solid var(--accent-soft);
}

.u4fxp,
.y7mds,
.z3wqn {
    color: inherit;
}

.y7mds {
    font-size: clamp(1.5rem, 3vw, 1.2rem);
    font-weight: 800;
    margin-bottom: 0;
    line-height: 2.5rem;
}

.y7mds strong {
    font-weight: inherit;
}

/* ── SERVICE CATEGORIES GRID ── */
.q6kry {
    display: grid;
    gap: 16px;
}

.r9thf {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.r9thf > li {
    min-width: 0;
}

.a2pzb {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-right: 4px solid var(--accent-soft);
    background: #ffffff;
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    cursor: pointer;
}

.a2pzb:hover,
.r9thf .a2pzb.jl4sf {
    border-right-color: var(--accent);
    box-shadow: var(--shadow-md);
    transform: translateX(-2px);
}

.r9thf .v8nlq {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.08);
    border: 1px solid rgba(124, 58, 237, 0.12);
}

.a2pzb .v8nlq svg {
    width: 28px;
    height: 28px;
}

.a2pzb .v8nlq svg path {
    stroke: var(--accent-strong);
    stroke-width: 1.8;
    fill: none;
}

.a2pzb .g4kts {
    margin: 0 0 4px;
    font-size: 0.96rem;
    color: var(--ink);
}

.a2pzb .k7mwv {
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
    line-height: 1.6;
}

/* ── FAQ ── */
.c6ynr {
    display: grid;
    gap: 10px;
}

.d9psh {
    background: #ffffff;
    border: 1px solid rgba(124, 58, 237, 0.1);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.h2rbm {
    font-weight: 700;
    color: var(--ink);
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(124, 58, 237, 0.08);
    background: rgba(124, 58, 237, 0.03);
}

.j5wkq {
    color: var(--ink-soft);
    padding: 14px 20px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.f8ldv {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 26px;
    height: 26px;
    border-radius: var(--radius-sm);
    background: var(--accent);
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 800;
}

.h2rbm .f8ldv {
    background: rgba(124, 58, 237, 0.12);
    color: var(--accent-strong);
}

.y9mrk {
    text-align: center;
    font-weight: 600;
    color: var(--ink);
    margin-top: 1.5rem;
}

/* ── INNER PAGES ── */
.l4ymv .a4wkp {
    max-width: 860px;
    margin: 0 auto;
}

.l4ymv .n7zcv {
    font-size: 1.02rem;
}

.l4ymv .n7zcv p:last-child {
    margin-bottom: 0;
}

/* ── FORMS ── */
.n4xjc {
    max-width: 820px;
    margin: 0 auto;
}

.i3yrs {
    margin-bottom: 1.2rem;
    position: relative;
}

.i3yrs:last-child {
    margin-bottom: 0;
}

.o6vbt {
    position: relative;
    box-sizing: border-box;
}

.i3yrs label {
    margin-bottom: 0.56rem;
    display: block;
    padding: 0 2px;
    color: var(--ink);
    font-size: 0.92rem;
    font-weight: 700;
}

.i3yrs label span {
    color: var(--accent);
}

.o6vbt input,
.o6vbt select,
.o6vbt textarea {
    width: 100%;
    border: 1.5px solid rgba(124, 58, 237, 0.16);
    border-radius: var(--radius-md);
    padding: 12px 16px;
    color: var(--ink);
    background-color: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.o6vbt input,
.o6vbt select {
    height: 52px;
}

.o6vbt textarea {
    min-height: 150px;
    resize: vertical;
}

.o6vbt.jl4sf input,
.o6vbt.jl4sf select,
.o6vbt.jl4sf textarea,
.o6vbt input:focus,
.o6vbt select:focus,
.o6vbt textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.14);
}

form .hc8xl input,
form .hc8xl select,
form .hc8xl textarea {
    background-color: rgba(46, 106, 79, 0.04);
    border-color: rgba(46, 106, 79, 0.4);
}

form .ux1ev input,
form .ux1ev select,
form .ux1ev textarea {
    background-color: rgba(177, 63, 47, 0.03);
    border-color: rgba(177, 63, 47, 0.4);
}

.o6vbt.phone input {
    padding-left: 110px;
}

.z5hmn {
    position: relative;
}

.t2wqx {
    position: absolute;
    left: 6px;
    top: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
    z-index: 2;
    height: 40px;
    padding: 0 10px;
    direction: ltr;
    border-radius: var(--radius-sm);
    background: rgba(124, 58, 237, 0.06);
    border: 1px solid rgba(124, 58, 237, 0.1);
    pointer-events: none;
}

.t2wqx .q8fds {
    width: 18px;
}

.t2wqx span {
    font-size: 0.86rem;
    color: var(--ink);
}

.o6vbt svg.arrow {
    width: 11px;
    position: absolute;
    right: 14px;
    top: 22px;
    pointer-events: none;
    fill: var(--muted);
}

/* ── BUTTONS ── */
.g3ycd {
    display: grid;
    justify-content: center;
}

.k8pnj {
    min-width: min(100%, 320px);
    min-height: 52px;
    padding: 0 32px;
    margin: 24px auto 0;
    border: 0;
    border-radius: var(--radius-md);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    color: #ffffff;
    background: var(--accent);
    box-shadow: 0 2px 12px rgba(124, 58, 237, 0.25);
    cursor: pointer;
    font-size: 0.96rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.k8pnj:hover {
    background: var(--accent-strong);
    transform: translateY(-1px);
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.3);
}

.k8pnj:disabled {
    cursor: not-allowed;
    opacity: 0.6;
    box-shadow: none;
    transform: none;
    background: #a78bfa;
}

/* ── FORM HELPERS ── */
.a7pxm,
.b5hmw {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
    color: var(--muted);
    font-size: 0.84rem;
}

.l2nkt,
.s9qbz,
.t2wqx .p2bcv {
    color: var(--muted);
}

.b5hmw {
    justify-content: center;
    margin: 16px 0 0;
    text-align: center;
}

.b5hmw .v8nlq,
.step .circle {
    flex: 0 0 auto;
}

.b5hmw .v8nlq {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: var(--radius-sm);
    background: rgba(124, 58, 237, 0.08);
}

.b5hmw .v8nlq svg {
    width: 16px;
    fill: none;
    stroke: var(--secondary);
    stroke-width: 1.6;
}

/* ── ERROR / SUCCESS ── */
.v6rwf {
    margin-top: 6px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--danger);
    font-size: 0.82rem;
    line-height: 1.5;
}

.v6rwf svg {
    width: 13px;
    fill: var(--danger);
    flex: 0 0 auto;
}

.h4bnk {
    justify-content: center;
    margin-top: 14px;
    padding: 12px 16px;
    border-radius: var(--radius-md);
    background: rgba(177, 63, 47, 0.06);
    border: 1px solid rgba(177, 63, 47, 0.15);
}

.e9qzr.n7zcv,
.r5lnb.e9qzr .n7zcv {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.e9qzr h2,
.i7xmd {
    color: var(--accent-strong);
}

.i7xmd {
    font-weight: 800;
}

/* ── GRID UTILITIES ── */
.p7mzv {
    display: grid;
    gap: 18px;
}

.p7mzv.g-2col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.p7mzv.g-3col {
    grid-template-columns: 1.1fr 1fr;
    align-items: start;
}

.a6elm {
    min-width: 0;
}

.n5rcu {
    display: block;
    height: 4px;
}

/* ── FOOTER ── */
.j6myw {
    width: var(--container);
    margin: 0 auto 32px;
    padding: 32px 36px;
    border-radius: var(--radius-lg);
    background: var(--secondary);
    color: #ede9fe;
    box-shadow: var(--shadow-md);
    border-top: 4px solid var(--accent);
}

.j6myw a,
.j6myw p {
    color: inherit;
}

.j6myw ul {
    display: grid;
    gap: 10px;
}

.j6myw a {
    text-decoration: none;
    font-size: 0.93rem;
    opacity: 0.9;
    transition: opacity 0.15s ease;
}

.j6myw a:hover {
    opacity: 1;
    color: var(--accent-soft);
}

.n8srx,
.f3pkd {
    margin: 0;
}

.f3pkd {
    opacity: 0.65;
    font-size: 0.88rem;
    margin-top: 12px;
}

/* ── WHATSAPP FLOAT — icon only circle ── */
.o5zjq {
    position: fixed;
    right: 18px;
    bottom: 20px;
    z-index: 50;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7c3aed;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.o5zjq:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 28px rgba(124, 58, 237, 0.5);
}

.o5zjq svg {
    width: 26px;
    height: 26px;
    fill: currentColor;
}

.o5zjq span {
    display: none;
}

/* ── LOADING OVERLAY ── */
.u2vbm {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 1000;
}

.u2vbm::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(245, 243, 252, 0.85);
    backdrop-filter: blur(4px);
}

.y8cfl {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    justify-items: center;
}

.z4prk {
    width: 46px;
    height: 46px;
    border: 3px solid rgba(124, 58, 237, 0.15);
    border-top-color: var(--accent);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: spinning 0.75s linear infinite;
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ── RESPONSIVE ── */
@media (max-width: 980px) {
    .h7sbv {
        grid-template-columns: 1fr;
    }

    .r9thf,
    .p7mzv.g-2col,
    .p7mzv.g-3col {
        grid-template-columns: 1fr;
    }

    .z2pjg h1,
    .x8tqs h1 {
        max-width: none;
    }
}

@media (max-width: 760px) {
    :root {
        --container: calc(100% - 24px);
    }

    .d9pwk {
        padding: 0 16px;
        height: 88px;
    }

    .b4hpn {
        position: absolute;
        top: 58px;
        right: 0;
        left: 0;
        background: #ffffff;
        border-bottom: 1px solid rgba(124, 58, 237, 0.1);
        box-shadow: var(--shadow-md);
        flex: none;
        justify-content: flex-start;
    }

    .b4hpn ul {
        padding: 10px 16px;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }

    .b4hpn a {
        justify-content: flex-start;
        padding: 0 12px;
    }

    main.r3kx9 {
        padding-top: 20px;
    }

    .z2pjg,
    .x8tqs,
    .n7zcv,
    .e7qpz,
    .j6myw {
        padding: 22px;
        border-radius: var(--radius-lg);
    }

    .n7zcv.d3qsm {
        padding: 18px;
    }

    .a7pxm {
        flex-direction: column;
        align-items: flex-start;
    }

    .k8pnj {
        width: 100%;
        min-width: 0;
    }

    .a2pzb {
        flex-direction: column;
    }
}

.z3wqn {
    margin-bottom: 0.6rem;
}

@media (min-width: 990px) {}

.k2ejw {
    background: rgba(124, 58, 237, 0.06);
    border: 1px solid rgba(124, 58, 237, 0.14);
    border-right: 4px solid var(--accent);
    border-radius: var(--radius-md);
    padding: 14px 18px;
    font-size: 0.93rem;
    color: var(--ink-soft);
}