/* Asfar public site — template skin */
.site-page {
    --Y: #f5c000;
    --Yd: #c99900;
    --B: #0a0a0a;
    --B2: #141414;
    --W: #fff;
    --W8: rgba(255, 255, 255, .08);
    --W15: rgba(255, 255, 255, .15);
    --W30: rgba(255, 255, 255, .3);
    --G6: #666;
    --G4: #444;
    --r: 12px;
    --R: 20px;
    --RR: 50px;
    --ff: Cairo, sans-serif;
    --fd: Tajawal, sans-serif;
    font-family: var(--ff);
    background: var(--W);
    color: var(--B);
    line-height: 1.7;
    overflow-x: hidden;
}
.site-page a { color: inherit; text-decoration: none; }
.site-page img { max-width: 100%; display: block; }
.site-page ul { list-style: none; padding: 0; margin: 0; }

.site-skip {
    position: absolute;
    inset-inline-start: -999px;
    top: 0;
    background: #000;
    color: #fff;
    padding: .5rem 1rem;
    z-index: 3000;
}
.site-skip:focus { inset-inline-start: 1rem; }

.wrap { max-width: 1140px; margin: 0 auto; padding: 0 28px; }
.sec { padding: 100px 0; }
.sec-dark { background: var(--B); color: var(--W); }
.sec-gray { background: #f7f7f5; }
.tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .15em;
    padding: 5px 14px;
    border-radius: var(--RR);
    margin-bottom: 18px;
    border: 1.5px solid;
}
.tag-light { color: var(--Yd); border-color: rgba(245, 192, 0, .4); background: rgba(245, 192, 0, .08); }
.tag-dark { color: var(--Y); border-color: rgba(245, 192, 0, .3); background: rgba(245, 192, 0, .08); }
.site-page h2, .sec h2 {
    font-family: var(--fd);
    font-size: clamp(30px, 4.5vw, 52px);
    font-weight: 900;
    line-height: 1.12;
    margin: 0 0 18px;
}
.sub { font-size: 17px; color: var(--G6); max-width: 540px; line-height: 1.75; }
.sub-w { color: var(--W30); }
.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 14px 28px;
    border-radius: var(--RR);
    font-family: var(--ff);
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    border: none;
    transition: .2s;
    text-decoration: none;
    min-height: 50px;
}
.btn-y { background: var(--Y); color: var(--B); }
.btn-y:hover { background: var(--Yd); transform: translateY(-2px); }
.btn-bdr { background: transparent; color: var(--W); border: 1.5px solid var(--W30); }
.btn-bdr:hover { background: var(--W15); }
.btn-ink { background: var(--B); color: var(--Y); }

#nav {
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(255, 255, 255, .93);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid #ebebeb;
}
.nav-in { display: flex; align-items: center; justify-content: space-between; height: 66px; gap: 1rem; }
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--fd);
    font-size: 22px;
    font-weight: 900;
    color: var(--B);
}
.logo img { width: 42px; height: 42px; border-radius: 12px; object-fit: cover; background: #111; }
.logo em { color: var(--Yd); font-style: normal; }
.logo small { display: block; font-size: 11px; font-weight: 600; color: var(--G6); font-family: var(--ff); }
.nav-links { display: flex; gap: 22px; font-size: 14px; font-weight: 600; align-items: center; flex-wrap: wrap; }
.nav-links a { color: var(--G4); }
.nav-links a:hover, .nav-links a.is-active { color: var(--Yd); }
.nav-right { display: flex; gap: 12px; align-items: center; }
.ham {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 4px;
}
.ham span { width: 22px; height: 2px; background: var(--B); border-radius: 2px; display: block; }

#hero {
    background: var(--B);
    min-height: calc(100vh - 66px);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 72px 0;
}
.hero-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: var(--Y);
    opacity: .04;
    filter: blur(120px);
    pointer-events: none;
}
.hero-glow.g1 { top: -300px; right: -200px; }
.hero-glow.g2b { bottom: -200px; left: -100px; }
#hero .wrap { position: relative; z-index: 1; }
.hero-label { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: var(--W30); margin-bottom: 28px; }
.hero-dot { width: 8px; height: 8px; background: var(--Y); border-radius: 50%; }
.hero-h1 {
    font-family: var(--fd);
    font-size: clamp(42px, 6.5vw, 80px);
    font-weight: 900;
    line-height: 1.05;
    color: var(--W);
    margin: 0 0 24px;
}
.hero-h1 em { color: var(--Y); font-style: normal; }
.hero-p { font-size: 18px; color: var(--W30); margin-bottom: 40px; max-width: 460px; line-height: 1.8; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 56px; }
.hero-nums { display: flex; gap: 40px; flex-wrap: wrap; border-top: 1px solid var(--W8); padding-top: 32px; }
.hero-num strong { font-family: var(--fd); font-size: 28px; font-weight: 900; color: var(--Y); display: block; line-height: 1.15; }
.hero-num span { font-size: 13px; color: var(--W30); margin-top: 4px; display: block; }

.phone-wrap { position: relative; display: flex; justify-content: center; }
.phone-frame {
    width: 270px;
    background: #0d0d0d;
    border-radius: 44px;
    border: 2px solid rgba(255, 255, 255, .07);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.phone-inner { padding: 8px; }
.phone-screen {
    background: #141414;
    border-radius: 38px;
    overflow: hidden;
    aspect-ratio: 9 / 19;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.phone-screen img { width: 100%; height: 100%; object-fit: cover; }
.phone-ph { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 24px; text-align: center; color: rgba(255, 255, 255, .35); }
.phone-ph img { width: 64px; height: 64px; border-radius: 16px; object-fit: cover; }
.phone-ph strong { color: rgba(255, 255, 255, .55); font-size: 13px; }
.phone-ph p { font-size: 12px; line-height: 1.6; margin: 0; }
.phone-ring, .phone-ring2 {
    position: absolute;
    border: 1px solid rgba(245, 192, 0, .08);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.phone-ring { width: 360px; height: 360px; }
.phone-ring2 { width: 450px; height: 450px; border-color: rgba(245, 192, 0, .04); }
.phone-badge {
    position: absolute;
    background: var(--W);
    border-radius: 14px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .25);
    z-index: 2;
}
.pb-left { bottom: 60px; left: -60px; }
.pb-right { top: 80px; right: -60px; }
.pb-val { font-size: 14px; font-weight: 700; color: var(--B); }
.pb-label { font-size: 10px; color: var(--G6); }

.steps-wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 60px; position: relative; }
.step { text-align: center; padding: 0 12px; }
.step-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--B);
    color: var(--Y);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 22px;
    font-weight: 900;
    font-family: var(--fd);
    border: 3px solid var(--W);
    box-shadow: 0 0 0 2px var(--Y);
}
.step h3 { font-weight: 700; font-size: 15px; margin-bottom: 6px; }
.step p { font-size: 13px; color: var(--G6); line-height: 1.6; margin: 0; }

.about-img-wrap { position: relative; }
.about-logo-panel {
    width: 100%;
    min-height: 460px;
    background: linear-gradient(135deg, #141414, #222);
    border-radius: var(--R);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 36px;
}
.about-logo-panel img { width: min(100%, 340px); border-radius: 28px; object-fit: cover; box-shadow: 0 20px 50px rgba(0, 0, 0, .35); }
.about-chip {
    position: absolute;
    bottom: 28px;
    right: 28px;
    background: var(--W);
    border-radius: 14px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, .15);
}
.ac-icon {
    width: 44px;
    height: 44px;
    background: var(--Y);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    flex-shrink: 0;
}
.ac-txt strong { font-size: 18px; font-weight: 900; color: var(--B); display: block; line-height: 1.2; }
.ac-txt span { font-size: 12px; color: var(--G6); }
.values-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.val { display: flex; gap: 14px; align-items: flex-start; padding: 16px; border-radius: var(--r); background: #f9f9f7; border: 1px solid #eee; }
.val-ic {
    width: 36px;
    height: 36px;
    background: var(--B);
    color: var(--Y);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 800;
    flex-shrink: 0;
}
.val h4 { font-size: 14px; font-weight: 700; margin: 0 0 3px; }
.val p { font-size: 12px; color: var(--G6); line-height: 1.5; margin: 0; }

.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.svc-card { background: var(--W); border: 1px solid #ebebeb; border-radius: var(--R); padding: 36px 30px; }
.svc-card h3 { font-family: var(--fd); font-size: 26px; margin: 0 0 10px; }
.svc-card ul { margin: 16px 0 0; }
.svc-card li { padding: 8px 0; border-bottom: 1px solid #f0f0f0; font-size: 14px; color: var(--G6); }

.dl-wrap { text-align: center; }
.store-row { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
.store-btn {
    display: flex;
    align-items: center;
    gap: 14px;
    background: var(--B2);
    border: 1.5px solid var(--W15);
    border-radius: var(--r);
    padding: 14px 26px;
    color: var(--W);
}
.store-btn:hover { border-color: var(--Y); transform: translateY(-3px); }
.sb-small { font-size: 11px; color: #999; }
.sb-big { font-family: var(--fd); font-size: 20px; font-weight: 700; }

.frm-card {
    max-width: 640px;
    margin: 48px auto 0;
    background: var(--W);
    border-radius: var(--R);
    border: 1px solid #e8e8e8;
    padding: 44px 40px;
    box-shadow: 0 2px 30px rgba(0, 0, 0, .06);
}
.frow { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.site-form, .fg { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.site-form { display: grid; gap: 4px; }
.site-form label, .fg label { font-size: 13px; font-weight: 700; color: #333; display: grid; gap: 6px; }
.site-form input, .site-form select, .site-form textarea,
.fg input, .fg select, .fg textarea {
    border: 1.5px solid #e0e0e0;
    border-radius: var(--r);
    padding: 12px 14px;
    font-family: var(--ff);
    font-size: 14px;
    width: 100%;
    background: var(--W);
}
.site-form input:focus, .site-form select:focus, .site-form textarea:focus {
    outline: none;
    border-color: var(--Y);
}
.site-form__check { display: flex !important; gap: .65rem; align-items: flex-start; font-weight: 500 !important; }
.site-form__check input { width: auto; }
.site-form__errors, .bad { color: #8a1f11; background: #fff1ee; border-radius: .8rem; padding: .8rem 1rem; }
.frm-btn { width: 100%; justify-content: center; border-radius: var(--r); }

.contact-wrap { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; align-items: start; }
.contact-cards { display: flex; flex-direction: column; gap: 14px; margin-top: 30px; }
.cc { display: flex; gap: 16px; align-items: center; padding: 18px 20px; background: var(--B2); border-radius: var(--r); border: 1px solid var(--W8); }
.cc-ic { width: 44px; height: 44px; background: var(--Y); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-weight: 900; flex-shrink: 0; color: var(--B); }
.cc-lbl { font-size: 11px; color: #999; }
.cc-val { font-weight: 700; color: var(--W); font-size: 14px; }
.contact-form { background: var(--B2); border: 1px solid var(--W8); border-radius: var(--R); padding: 36px 32px; }
.contact-form h3 { font-size: 18px; font-weight: 700; color: var(--W); margin: 0 0 24px; }
.contact-form .site-form label { color: #aaa; }
.contact-form .site-form input,
.contact-form .site-form textarea { background: #111; border-color: #2a2a2a; color: var(--W); }

.site-page-hero { padding: 56px 0 12px; }
.site-page-hero h1 { font-family: var(--fd); font-size: clamp(32px, 4vw, 48px); font-weight: 900; margin: 0 0 12px; }
.site-lead { font-size: 17px; color: var(--G6); max-width: 38rem; }
.site-kicker { color: var(--Yd); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.site-section { padding: 48px 0 90px; }
.site-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.site-prose { max-width: 42rem; }
.site-prose h2 { font-size: 1.4rem; margin-top: 1.4rem; }
.site-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; width: min(1140px, calc(100% - 56px)); margin: 2rem auto 0; }
.site-values article { background: #f9f9f7; border: 1px solid #eee; border-radius: var(--r); padding: 18px; }
.site-legal { max-width: 48rem; }
.site-legal h2 { font-size: 1.15rem; margin-top: 1.6rem; }
.site-legal__intro, .site-legal__contact { color: var(--G6); }
.site-channels li { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid #eee; }
.site-faq button {
    width: 100%;
    text-align: start;
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: var(--r);
    padding: .85rem 1rem;
    font-weight: 700;
    margin-top: .45rem;
    font-family: inherit;
}
.site-faq button.is-open { background: var(--Y); }
.site-flash {
    width: min(1140px, calc(100% - 56px));
    margin: 1rem auto 0;
    background: #111;
    color: var(--Y);
    border-radius: .9rem;
    padding: .85rem 1.1rem;
    font-weight: 700;
}

footer.site-footer { background: var(--B); color: #888; padding: 70px 0 32px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; padding-bottom: 52px; border-bottom: 1px solid #1c1c1c; }
.f-brand .logo { margin-bottom: 14px; color: var(--W); }
.f-brand p { font-size: 14px; color: #555; line-height: 1.8; }
.f-col h4 { font-size: 13px; font-weight: 700; color: var(--W); margin: 0 0 18px; }
.f-col a { display: block; font-size: 13px; color: #555; margin-bottom: 10px; }
.f-col a:hover { color: var(--Y); }
.footer-bot { padding-top: 28px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 13px; color: #444; }
.f-meta { font-size: 12px; color: #444; margin-top: 12px; }

.site-chat { position: fixed; left: 28px; bottom: 28px; z-index: 80; display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; }
.site-chat__fab {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--Y);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(245, 192, 0, .45);
    cursor: pointer;
    padding: 0;
}
.site-chat__fab img { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.site-chat__fab span { display: none; }
.site-chat__panel {
    width: min(340px, calc(100vw - 40px));
    height: min(520px, calc(100vh - 8rem));
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .18);
}
.site-chat__head { background: #111; color: #fff; padding: 16px 18px; display: flex; gap: 12px; align-items: center; }
.site-chat__head img { border-radius: 50%; }
.site-chat__head small { display: flex; align-items: center; gap: .35rem; color: #888; }
.site-chat__dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; display: inline-block; }
.site-chat__log { flex: 1; overflow: auto; padding: 16px; background: #fafafa; }
.site-chat__bubble { max-width: 82%; margin-bottom: 10px; padding: 10px 14px; border-radius: 16px; background: #fff; border: 1px solid #ebebeb; }
.site-chat__bubble p { margin: 0; }
.site-chat__bubble time { display: block; font-size: 11px; color: var(--G6); margin-top: 4px; }
.site-chat__bubble.is-guest { margin-inline-start: auto; background: var(--Y); border: 0; }
.site-chat__bubble.is-agent { background: #111; color: #fff; border: 0; }
.site-chat__form { padding: 12px 14px; display: grid; gap: 8px; border-top: 1px solid #ebebeb; background: #fff; }
.site-chat__form input, .site-chat__form textarea { width: 100%; border: 1.5px solid #e5e5e5; border-radius: 999px; padding: 9px 14px; font-family: inherit; }
.site-chat__compose { display: flex; gap: 10px; }
.site-chat__compose button { width: 38px; height: 38px; background: #111; color: var(--Y); border: 0; border-radius: 50%; font-weight: 800; }
.site-chat__hint { color: #8a1f11; margin: 0; font-size: .82rem; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
[x-cloak] { display: none !important; }

@media (max-width: 900px) {
    .g2, .contact-wrap, .site-split, .svc-grid, .site-values { grid-template-columns: 1fr; }
    .steps-wrap { grid-template-columns: 1fr 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .pb-left, .pb-right { display: none; }
    .hero-h1 { font-size: 48px; }
}
@media (max-width: 640px) {
    .nav-links { display: none; position: absolute; inset-inline: 16px; top: 66px; background: #fff; border: 1px solid #eee; border-radius: 16px; flex-direction: column; align-items: stretch; padding: 12px; box-shadow: 0 16px 40px rgba(0, 0, 0, .08); }
    .nav-links.is-open { display: flex; }
    .ham { display: flex; }
    .steps-wrap, .g3, .frow, .values-grid, .footer-grid { grid-template-columns: 1fr; }
    .sec { padding: 70px 0; }
    .hero-h1 { font-size: 38px; }
    .frm-card { padding: 28px 20px; }
    .site-chat { left: 16px; bottom: 16px; }
}
