@font-face{font-family:'Camel';src:url('../fonts/TheYearofTheCamel-Light.woff2') format('woff2');font-weight:300;font-display:swap}
@font-face{font-family:'Camel';src:url('../fonts/TheYearofTheCamel-Regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:'Camel';src:url('../fonts/TheYearofTheCamel-Medium.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:'Camel';src:url('../fonts/TheYearofTheCamel-Bold.woff2') format('woff2');font-weight:700;font-display:swap}
@font-face{font-family:'Camel';src:url('../fonts/TheYearofTheCamel-ExtraBold.woff2') format('woff2');font-weight:800;font-display:swap}

body.rayan-hv2{
  --ink:#1b0f2b; --ink-2:#21142f; --violet:#3c1a5b; --violet-2:#5b2d8e;
  --pink:#c8266f; --pink-2:#e13a85; --paper:#faf7f2; --line:#e7e2ee;
  --body:#3d3545; --muted:#7b7286; --r:20px;
  --ease:cubic-bezier(.16,1,.3,1);
  --display:'Camel','Cairo',sans-serif;
  margin:0;padding:0;background:var(--ink);color:#fff;
  font-family:'Cairo',system-ui,sans-serif !important;line-height:1.65;overflow-x:hidden;
}
body.rayan-hv2 *{box-sizing:border-box}
body.rayan-hv2 img{display:block;width:100%;height:100%;object-fit:cover}
body.rayan-hv2 a{color:inherit;text-decoration:none;font-family:'Cairo',sans-serif !important}
body.rayan-hv2 p,body.rayan-hv2 span,body.rayan-hv2 div,body.rayan-hv2 li{font-family:'Cairo',sans-serif !important}
body.rayan-hv2 h1,body.rayan-hv2 h2,body.rayan-hv2 h3{margin:0;font-family:var(--display) !important}
body.rayan-hv2 p{margin:0}

body.rayan-hv2 .rv-nav{position:fixed;inset:0 0 auto 0;z-index:1000;display:flex;align-items:center;justify-content:space-between;padding:20px 40px;transition:all .5s var(--ease)}
body.rayan-hv2 .rv-nav.solid{background:rgba(27,15,43,.94);padding:12px 40px;backdrop-filter:blur(10px);border-bottom:1px solid rgba(231,226,238,.12)}
body.rayan-hv2 a.rv-brand{font-family:var(--display) !important;font-weight:800;font-size:22px;line-height:1.2}
body.rayan-hv2 .rv-brand small{display:block;font-family:'Cairo',sans-serif !important;font-size:9px;font-weight:400;letter-spacing:3px;opacity:.6}
body.rayan-hv2 .rv-menu{display:flex;gap:28px;font-size:14px;font-weight:500}
body.rayan-hv2 .rv-menu a{position:relative;padding:4px 0;opacity:.85;transition:opacity .3s}
body.rayan-hv2 .rv-menu a::after{content:'';position:absolute;inset:auto 0 0 auto;width:0;height:2px;background:var(--pink-2);transition:width .45s var(--ease)}
body.rayan-hv2 .rv-menu a:hover{opacity:1}
body.rayan-hv2 .rv-menu a:hover::after{width:100%}

body.rayan-hv2 .rv-pill{border:1px solid rgba(255,255,255,.5);border-radius:100px;padding:11px 24px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:10px;transition:all .45s var(--ease);background:transparent;white-space:nowrap}
body.rayan-hv2 .rv-pill:hover{background:#fff;color:var(--ink);border-color:#fff}
body.rayan-hv2 .rv-pill.filled{background:var(--pink);border-color:var(--pink);color:#fff}
body.rayan-hv2 .rv-pill.filled:hover{background:var(--pink-2);border-color:var(--pink-2);color:#fff}

body.rayan-hv2 .rv-burger{display:none;background:none;border:0;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
body.rayan-hv2 .rv-burger span{display:block;width:24px;height:2px;background:#fff}


body.rayan-hv2 .rv-drawer{position:fixed;inset:0 auto 0 0;width:80%;max-width:340px;background:var(--ink-2);z-index:1100;
  transform:translateX(-100%);transition:transform .45s var(--ease);display:flex;flex-direction:column;
  padding:22px 24px 28px;overflow-y:auto;border-left:1px solid rgba(231,226,238,.1)}
body.rayan-hv2 .rv-drawer.open{transform:none}
body.rayan-hv2 .rv-drawer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;
  padding-bottom:20px;border-bottom:1px solid rgba(231,226,238,.12)}
body.rayan-hv2 .rv-drawer-brand{font-family:var(--display) !important;font-size:19px;font-weight:800;line-height:1.25;text-align:left}
body.rayan-hv2 .rv-drawer-brand small{display:block;font-family:'Cairo',sans-serif !important;font-size:8px;
  font-weight:400;letter-spacing:2.5px;opacity:.55;margin-top:2px}
body.rayan-hv2 .rv-close{background:none;border:0;color:#fff;font-size:30px;line-height:1;cursor:pointer;padding:0 4px;
  opacity:.75;transition:opacity .3s,color .3s}
body.rayan-hv2 .rv-close:hover{opacity:1;color:var(--pink-2)}
body.rayan-hv2 .rv-drawer-menu{flex:1 1 auto;display:flex;flex-direction:column;justify-content:center;padding:18px 0;gap:0}
body.rayan-hv2 .rv-drawer-menu a{position:relative;display:block;font-family:var(--display) !important;font-size:20px;
  font-weight:400;color:rgba(255,255,255,.92);padding:15px 14px 15px 0;border-bottom:1px solid rgba(231,226,238,.07);
  transition:color .3s,padding .35s var(--ease);opacity:0;transform:translateX(-16px)}
body.rayan-hv2 .rv-drawer.open .rv-drawer-menu a{opacity:1;transform:none;transition:opacity .5s var(--ease),transform .5s var(--ease),color .3s,padding .35s var(--ease)}
body.rayan-hv2 .rv-drawer.open .rv-drawer-menu a:nth-child(1){transition-delay:.10s}
body.rayan-hv2 .rv-drawer.open .rv-drawer-menu a:nth-child(2){transition-delay:.15s}
body.rayan-hv2 .rv-drawer.open .rv-drawer-menu a:nth-child(3){transition-delay:.20s}
body.rayan-hv2 .rv-drawer.open .rv-drawer-menu a:nth-child(4){transition-delay:.25s}
body.rayan-hv2 .rv-drawer.open .rv-drawer-menu a:nth-child(5){transition-delay:.30s}
body.rayan-hv2 .rv-drawer.open .rv-drawer-menu a:nth-child(6){transition-delay:.35s}
body.rayan-hv2 .rv-drawer-menu a:last-child{border-bottom:0}
body.rayan-hv2 .rv-drawer-menu a::before{content:'';position:absolute;inset:auto auto 15px 0;width:0;height:2px;
  background:var(--pink-2);transition:width .4s var(--ease)}
body.rayan-hv2 .rv-drawer-menu a:hover,body.rayan-hv2 .rv-drawer-menu a:active{color:#fff;padding-right:8px}
body.rayan-hv2 .rv-drawer-menu a:hover::before{width:22px}
body.rayan-hv2 .rv-drawer-foot{padding-top:20px;border-top:1px solid rgba(231,226,238,.12);display:flex;
  flex-direction:column;gap:18px;align-items:stretch}
body.rayan-hv2 .rv-drawer-cta{justify-content:center;width:100%;font-size:14px;padding:13px 20px}
body.rayan-hv2 .rv-drawer-foot .rv-social{justify-content:center;gap:14px}
body.rayan-hv2 .rv-drawer-foot .rv-social a{width:38px;height:38px}

body.rayan-hv2 .rv-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1050;opacity:0;pointer-events:none;transition:opacity .35s ease}
body.rayan-hv2 .rv-backdrop.on{opacity:1;pointer-events:auto}

body.rayan-hv2 .rv-hero{position:relative;height:100svh;min-height:520px;overflow:hidden}
body.rayan-hv2 .rv-hero-media{position:absolute;inset:-10% 0 0 0;height:120%;transform:translateZ(0);backface-visibility:hidden}
body.rayan-hv2 .rv-hero-media::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(27,15,43,.98) 0%,rgba(27,15,43,.72) 34%,rgba(27,15,43,.42) 62%,rgba(27,15,43,.7) 100%)}
body.rayan-hv2 .rv-hero-in{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 40px 80px}
body.rayan-hv2 .rv-hero h1{font-family:var(--display) !important;font-size:clamp(44px,8.8vw,132px);font-weight:800;line-height:1.22;color:#fff;text-shadow:0 4px 26px rgba(27,15,43,.85),0 2px 8px rgba(60,26,91,.9)}
body.rayan-hv2 .rv-hero h1 span{font-family:var(--display) !important}
body.rayan-hv2 .rv-line{display:block;overflow:hidden;padding:.06em 0;margin:-.06em 0}
body.rayan-hv2 .rv-line.rv-done{overflow:visible}
body.rayan-hv2 .rv-line span{display:block;transform:translateY(110%);animation:rvRise 1.1s var(--ease) forwards}
body.rayan-hv2 .rv-line:nth-child(2) span{animation-delay:.12s}
@keyframes rvRise{to{transform:translateY(0)}}
body.rayan-hv2 .rv-hero p{max-width:450px;margin:22px 0 32px;font-size:16px;opacity:.82;font-weight:300}
body.rayan-hv2 .rv-cta-row{display:flex;gap:14px;flex-wrap:wrap}
body.rayan-hv2 .rv-scroll{position:absolute;bottom:28px;left:40px;z-index:3;font-size:12px;opacity:.65;display:flex;align-items:center;gap:10px}
body.rayan-hv2 .rv-scroll i{width:2px;height:36px;background:var(--pink-2);display:block;transform-origin:top;animation:rvPulse 2s infinite}
@keyframes rvPulse{0%,100%{transform:scaleY(.3);opacity:.35}50%{transform:scaleY(1);opacity:1}}

body.rayan-hv2 .rv-sec{padding:120px 40px}
body.rayan-hv2 .rv-head{display:block;margin-bottom:44px}
body.rayan-hv2 .rv-head h2{font-family:var(--display) !important;font-size:clamp(32px,4.8vw,64px);font-weight:800;line-height:1.2;color:#fff}
body.rayan-hv2 .rv-num{font-size:13px;color:var(--pink-2);font-weight:600}

body.rayan-hv2 .rv-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}
body.rayan-hv2 .rv-tile{position:relative;overflow:hidden;border-radius:var(--r);background:var(--violet);display:block}
body.rayan-hv2 .rv-tile img{transition:transform 1.1s var(--ease)}
body.rayan-hv2 .rv-tile:hover img{transform:scale(1.06)}
body.rayan-hv2 .rv-cap{position:absolute;inset:auto 0 0 0;padding:24px 20px;background:linear-gradient(to top,rgba(27,15,43,.95),transparent);font-size:15px;font-weight:600;color:#fff}
body.rayan-hv2 .rv-cap em{display:block;font-style:normal;font-size:12px;color:var(--pink-2);margin-bottom:5px;font-weight:600}
body.rayan-hv2 .rv-a{grid-column:span 7;aspect-ratio:16/10}
body.rayan-hv2 .rv-b{grid-column:span 5;aspect-ratio:4/5}
body.rayan-hv2 .rv-c,body.rayan-hv2 .rv-d,body.rayan-hv2 .rv-e{grid-column:span 4;aspect-ratio:1}

body.rayan-hv2 .rv-light{background:var(--paper);color:var(--body)}
body.rayan-hv2 .rv-light .rv-head h2{color:var(--ink)}
body.rayan-hv2 .rv-split{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}
body.rayan-hv2 .rv-txt h3{font-family:var(--display) !important;font-size:clamp(28px,3.6vw,48px);font-weight:700;line-height:1.3;margin:12px 0 16px;color:var(--ink)}
body.rayan-hv2 .rv-txt p{color:var(--muted);font-weight:300;margin-bottom:26px;max-width:420px}
body.rayan-hv2 .rv-light .rv-pill{border-color:var(--ink);color:var(--ink)}
body.rayan-hv2 .rv-light .rv-pill:hover{background:var(--ink);color:#fff}
body.rayan-hv2 .rv-visual{display:block;aspect-ratio:4/5;overflow:hidden;border-radius:var(--r);background:var(--violet)}
body.rayan-hv2 .rv-visual img{transition:transform 1.1s var(--ease)}
body.rayan-hv2 .rv-visual:hover img{transform:scale(1.05)}

body.rayan-hv2 .rv-rail{display:flex;gap:14px;overflow-x:auto;padding-bottom:16px;scroll-snap-type:x mandatory}
body.rayan-hv2 .rv-rail::-webkit-scrollbar{height:3px}
body.rayan-hv2 .rv-rail::-webkit-scrollbar-thumb{background:var(--pink);border-radius:9px}
body.rayan-hv2 .rv-rail-item{flex:0 0 clamp(230px,26vw,330px);scroll-snap-align:start;position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:var(--r);background:var(--violet);display:block}
body.rayan-hv2 .rv-rail-item img{transition:transform 1.1s var(--ease)}
body.rayan-hv2 .rv-rail-item:hover img{transform:scale(1.06)}

body.rayan-hv2 .rv-quote{max-width:820px;margin:0 auto;text-align:center}
body.rayan-hv2 .rv-mark{font-size:60px;color:var(--pink);line-height:1;font-weight:900}
body.rayan-hv2 .rv-quote p{font-family:var(--display) !important;font-size:clamp(21px,2.9vw,34px);font-weight:400;line-height:1.6;color:var(--ink);margin-top:8px}
body.rayan-hv2 .rv-quote cite{display:block;margin-top:22px;font-size:14px;font-style:normal;color:var(--muted)}

body.rayan-hv2 .rv-cta{text-align:center;padding:130px 40px;background:linear-gradient(180deg,var(--ink) 0%,var(--violet) 100%)}
body.rayan-hv2 .rv-cta h2{font-family:var(--display) !important;font-size:clamp(34px,6.6vw,98px);font-weight:800;line-height:1.15;margin-bottom:28px;color:#fff}

body.rayan-hv2 .rv-foot{background:var(--ink-2);border-top:1px solid rgba(231,226,238,.1);padding:40px;display:flex;justify-content:space-between;align-items:center;gap:18px;flex-wrap:wrap;font-size:13px;color:rgba(255,255,255,.6)}

body.rayan-hv2 .rv-rev{opacity:0;transform:translateY(38px);transition:opacity 1s var(--ease),transform 1s var(--ease)}
body.rayan-hv2 .rv-rev.in{opacity:1;transform:none}
body.rayan-hv2 .rv-rev.d1{transition-delay:.08s}
body.rayan-hv2 .rv-rev.d2{transition-delay:.16s}


body.rayan-hv2 .rv-slide{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1.6s ease}
body.rayan-hv2 .rv-slide.on{opacity:1}

body.rayan-hv2 .rv-lead{font-size:clamp(17px,2vw,22px);color:var(--ink);font-weight:400;max-width:640px;margin:-26px 0 40px}
body.rayan-hv2 .rv-covers{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:1fr;gap:14px}
body.rayan-hv2 .rv-cover{position:relative;display:block;overflow:hidden;border-radius:var(--r);background:var(--violet);grid-column:span 4;aspect-ratio:4/3}
body.rayan-hv2 .rv-cover-main{grid-column:span 12;aspect-ratio:21/9}
body.rayan-hv2 .rv-cover img{transition:transform 1.1s var(--ease)}
body.rayan-hv2 .rv-cover:hover img{transform:scale(1.05)}
body.rayan-hv2 .rv-more{margin-top:34px;text-align:center}
body.rayan-hv2 .rv-light .rv-more .rv-pill{border-color:var(--ink);color:var(--ink)}
body.rayan-hv2 .rv-light .rv-more .rv-pill:hover{background:var(--ink);color:#fff}


body.rayan-hv2 .rv-social{display:flex;gap:18px;align-items:center}
body.rayan-hv2 .rv-social a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(231,226,238,.28);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.85);transition:all .35s var(--ease)}
body.rayan-hv2 .rv-social a:hover{background:var(--pink);border-color:var(--pink);color:#fff}
body.rayan-hv2 .rv-social svg{display:block}


body.rayan-hv2 .rv-reports{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
body.rayan-hv2 .rv-report{position:relative;display:block;overflow:hidden;border-radius:var(--r);background:var(--violet);aspect-ratio:3/2}
body.rayan-hv2 .rv-report img{transition:transform 1.1s var(--ease)}
body.rayan-hv2 .rv-report:hover img{transform:scale(1.06)}

@media(max-width:860px){
body.rayan-hv2 .rv-nav{padding:14px 20px}
body.rayan-hv2 .rv-menu{display:none}
body.rayan-hv2 .rv-nav>.rv-pill{display:none}
body.rayan-hv2 .rv-burger{display:flex}
body.rayan-hv2 .rv-sec,body.rayan-hv2 .rv-cta{padding:76px 20px}
body.rayan-hv2 .rv-hero-in{padding:0 20px 60px}
body.rayan-hv2 .rv-scroll{left:20px}
body.rayan-hv2 .rv-grid{gap:10px}
body.rayan-hv2 .rv-a,body.rayan-hv2 .rv-b,body.rayan-hv2 .rv-c,body.rayan-hv2 .rv-d,body.rayan-hv2 .rv-e{grid-column:span 12;aspect-ratio:4/3}
body.rayan-hv2 .rv-cover,body.rayan-hv2 .rv-cover-main{grid-column:span 12;aspect-ratio:4/3}
body.rayan-hv2 .rv-lead{margin:-14px 0 28px}
body.rayan-hv2 .rv-foot{flex-direction:column;text-align:center;padding:32px 20px}
body.rayan-hv2 .rv-social{justify-content:center}
body.rayan-hv2 .rv-reports{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
body.rayan-hv2 .rv-rev{opacity:1;transform:none;transition:none}
body.rayan-hv2 .rv-line span{transform:none;animation:none}
body.rayan-hv2 .rv-line{overflow:visible}
}

/* === آراء العملاء — بطاقات === */
body.rayan-hv2 .rv-words{display:flex;gap:16px;overflow-x:auto;padding:4px 2px 18px;scroll-snap-type:x mandatory}
body.rayan-hv2 .rv-words::-webkit-scrollbar{height:3px}
body.rayan-hv2 .rv-words::-webkit-scrollbar-thumb{background:var(--pink);border-radius:9px}
body.rayan-hv2 .rv-wcard{flex:0 0 clamp(268px,29vw,352px);scroll-snap-align:start;margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:24px 24px 20px;display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 30px rgba(27,15,43,.05)}
body.rayan-hv2 .rv-wcard .rv-mark{display:block;font-size:42px;line-height:.72;color:var(--pink);font-weight:900}
body.rayan-hv2 .rv-wcard blockquote{margin:0 !important;padding:0 !important;border:0 !important;background:none !important;font-style:normal !important;font-size:17px !important;flex:1;font-family:var(--display) !important;font-weight:400;line-height:1.9;color:var(--ink)}
body.rayan-hv2 .rv-wcard figcaption{display:flex;flex-direction:column;gap:3px;border-top:1px solid var(--line);padding-top:13px;font-size:12px;color:var(--muted)}
body.rayan-hv2 .rv-wcard figcaption b{font-size:14px;font-weight:700;color:var(--pink)}
@media (max-width:700px){body.rayan-hv2 .rv-wcard{flex:0 0 82%}}


/* === العملاء — شريط شعارات متحرك === */
body.rayan-hv2 #clients{background:#fff;overflow:hidden}
body.rayan-hv2 #clients .rv-head{margin-bottom:36px}
body.rayan-hv2 .rv-marq{overflow:hidden;direction:ltr;padding:6px 0;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 10%,#000 90%,transparent 100%)}
body.rayan-hv2 .rv-marq+.rv-marq{margin-top:clamp(20px,2.6vw,38px)}
body.rayan-hv2 .rv-marq-track{display:flex;align-items:center;width:max-content;animation:rv-marq 62s linear infinite}
body.rayan-hv2 .rv-marq-alt .rv-marq-track{animation-duration:78s;animation-direction:reverse}
body.rayan-hv2 .rv-marq:hover .rv-marq-track{animation-play-state:paused}
body.rayan-hv2 .rv-logo{display:flex;align-items:center;justify-content:center;height:clamp(44px,4.4vw,60px);min-width:clamp(76px,8vw,116px);flex:0 0 auto;margin:0 clamp(20px,2.4vw,38px)}
body.rayan-hv2 .rv-logo img{height:100%;width:auto;max-width:clamp(112px,12vw,168px);object-fit:contain;filter:grayscale(1) contrast(.95);opacity:.72;transition:filter .4s var(--ease),opacity .4s var(--ease),transform .4s var(--ease)}
body.rayan-hv2 .rv-logo:hover img{filter:none;opacity:1;transform:scale(1.1)}
@keyframes rv-marq{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
@media (max-width:560px){body.rayan-hv2 .rv-logo{height:36px;margin:0 16px}body.rayan-hv2 .rv-logo img{max-width:96px}}
@media (prefers-reduced-motion:reduce){body.rayan-hv2 .rv-marq-track{animation:none;flex-wrap:wrap;width:auto;justify-content:center}}

/* شعار الشريط والدرج بدل النصّ (0.4.3) — يتجاوز قاعدة img العامة أعلاه */
body.rayan-hv2 a.rv-brand{display:block;line-height:0}
body.rayan-hv2 .rv-brand img,body.rayan-hv2 .rv-drawer-brand img{display:block;width:auto;height:40px;max-width:min(60vw,260px);object-fit:contain}
body.rayan-hv2 .rv-drawer-brand{line-height:0}
body.rayan-hv2 .rv-drawer-brand img{height:34px}
@media(max-width:860px){body.rayan-hv2 .rv-brand img{height:32px}}
