/* Generated from assets/css/main.css for the about route. Run: node work-v13/build-route-css.mjs */


:root{
  --rayan-font:"Vazirmatn","Noto Sans Arabic","Segoe UI",Tahoma,Arial,sans-serif;
  --rayan-blue:#0965f5;
  --rayan-blue-2:#0049d8;
  --rayan-cyan:#00b9ff;
  --rayan-navy:#051b45;
  --rayan-ink:#071d43;
  --rayan-text:#233653;
  --rayan-muted:#64748b;
  --rayan-line:#dce5f2;
  --rayan-soft:#f6f9fe;
  --rayan-white:#fff;
  --rayan-radius:20px;
  --rayan-shadow:0 18px 55px rgba(14,52,112,.09);
  --rayan-ease:cubic-bezier(.2,.75,.25,1);
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
html,body{max-width:100%;overflow-x:clip}
@supports not (overflow:clip){html,body{overflow-x:hidden}}
body{margin:0;background:#fff;color:var(--rayan-text);font-family:var(--rayan-font);font-size:16px;line-height:1.85;direction:rtl;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}
body.drawer-open{overflow:hidden}
button,input,textarea,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%;height:auto}
svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{color:var(--rayan-ink);font-weight:800;line-height:1.42}
p{color:var(--rayan-muted)}
::selection{background:#dcecff;color:var(--rayan-navy)}
.container{width:min(1440px,calc(100% - 96px));margin-inline:auto}
.skip-link{position:fixed;z-index:100000;top:12px;right:12px;padding:10px 16px;border-radius:10px;background:var(--rayan-navy);color:#fff;transform:translateY(-160%);transition:transform .2s}
.skip-link:focus{transform:translateY(0)}
:where(a,button,input,textarea,select,summary):focus-visible{outline:3px solid rgba(9,101,245,.36);outline-offset:3px}

/* Header */
.site-header{position:sticky;z-index:1000;top:0;height:94px;background:rgba(255,255,255,.96);border-bottom:1px solid #edf2f8;backdrop-filter:saturate(150%) blur(14px);transition:box-shadow .25s,background .25s}
.site-header.is-scrolled{background:rgba(255,255,255,.985);box-shadow:0 9px 28px rgba(13,43,90,.07)}
.admin-bar .site-header{top:32px}
.site-header-inner{height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:34px}
.site-brand{display:flex;align-items:center;min-width:132px}
.site-brand-link,.custom-logo-link{display:inline-flex;align-items:center;gap:9px;color:var(--rayan-ink)}
.custom-logo-link img{width:auto;max-width:178px;max-height:58px}
.site-brand-name{font-size:34px;font-weight:900;letter-spacing:-1.8px;line-height:1;white-space:nowrap}
.site-brand-symbol{width:43px;height:43px;border:0;stroke:none}
.site-brand-symbol .brand-symbol-a{fill:#0877ff}
.site-brand-symbol .brand-symbol-b{fill:#00b8ff}
.primary-navigation{min-width:0}
.primary-menu,.primary-navigation ul,.drawer-navigation ul{list-style:none;margin:0;padding:0}
.primary-menu{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.1vw,37px);white-space:nowrap}
.primary-menu>li{position:relative}
.primary-menu>li>a{position:relative;display:flex;align-items:center;min-height:94px;color:#263853;font-size:15px;font-weight:620;transition:color .2s}
.primary-menu>li>a::after{content:"";position:absolute;right:50%;bottom:20px;width:0;height:2px;border-radius:2px;background:var(--rayan-blue);transform:translateX(50%);transition:width .22s var(--rayan-ease)}
.primary-menu>li:hover>a,.primary-menu>.current-menu-item>a{color:var(--rayan-blue)}
.primary-menu>li:hover>a::after,.primary-menu>.current-menu-item>a::after{width:25px}
.primary-menu .sub-menu{position:absolute;top:82px;right:-20px;min-width:210px;padding:10px;background:#fff;border:1px solid var(--rayan-line);border-radius:15px;box-shadow:var(--rayan-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}
.primary-menu li:hover>.sub-menu,.primary-menu li:focus-within>.sub-menu{opacity:1;visibility:visible;transform:none}
.primary-menu .sub-menu a{display:block;padding:9px 12px;border-radius:9px;font-size:14px}
.primary-menu .sub-menu a:hover{background:var(--rayan-soft);color:var(--rayan-blue)}
.site-header-actions{display:flex;align-items:center;direction:ltr;gap:10px}
.header-consult-button{display:inline-flex;align-items:center;justify-content:center;min-width:176px;height:49px;padding:0 22px;border:1px solid #0455df;border-radius:10px;background:linear-gradient(135deg,#0875ff,#0756ea);box-shadow:0 9px 22px rgba(4,91,232,.18);color:#fff;font-size:14px;font-weight:750;transition:transform .2s,box-shadow .2s}
.header-consult-button:hover{transform:translateY(-2px);box-shadow:0 13px 27px rgba(4,91,232,.25)}
.mobile-menu-button{display:none;width:46px;height:46px;padding:0;border:1px solid var(--rayan-line);border-radius:12px;background:#fff;color:var(--rayan-ink);place-items:center;cursor:pointer}
.mobile-menu-button svg{width:23px;height:23px}

/* Drawer */
.mobile-drawer-overlay{position:fixed;z-index:1500;inset:0;background:rgba(3,16,39,.46);backdrop-filter:blur(3px);opacity:0;transition:opacity .25s}
.mobile-drawer-overlay.is-open{opacity:1}
.mobile-drawer{position:fixed;z-index:1600;top:0;right:0;width:min(390px,88vw);height:100dvh;padding:20px;background:#fff;box-shadow:-24px 0 70px rgba(4,22,57,.2);transform:translateX(100%);visibility:hidden;transition:transform .32s var(--rayan-ease),visibility .32s;overflow:auto}
.mobile-drawer.is-open{transform:none;visibility:visible}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--rayan-line)}
.drawer-close{width:42px;height:42px;display:grid;place-items:center;padding:0;border:1px solid var(--rayan-line);border-radius:11px;background:#fff;color:var(--rayan-ink);cursor:pointer}
.drawer-close svg{width:21px;height:21px}
.drawer-navigation{padding:16px 0}
.drawer-navigation li+li{border-top:1px solid #eff3f8}
.drawer-navigation a{display:flex;align-items:center;justify-content:space-between;padding:12px 8px;font-weight:700;color:#243750}
.drawer-navigation .sub-menu{margin:0 12px 8px;padding-right:10px;border-right:2px solid #dbe7fa}
.drawer-navigation .sub-menu a{padding:8px;font-size:14px;font-weight:550}
.drawer-actions{display:grid;gap:10px;margin-top:14px}

/* Shared buttons and headings */
.rayan-button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:10px 24px;border:1px solid transparent;border-radius:10px;font-weight:760;line-height:1.4;cursor:pointer;transition:transform .2s var(--rayan-ease),box-shadow .2s,background .2s,border-color .2s,color .2s}
.rayan-button:hover,.btn:hover{transform:translateY(-2px)}
.rayan-button svg{width:18px;height:18px}
.rayan-button--primary,.btn.primary{background:linear-gradient(135deg,#0875ff,#0754ea);border-color:#0757e9;color:#fff;box-shadow:0 10px 24px rgba(5,91,233,.2)}
.rayan-button--primary:hover,.btn.primary:hover{box-shadow:0 14px 28px rgba(5,91,233,.29)}
.btn.secondary{background:#fff;border-color:#c7d2e2;color:#243b5d;box-shadow:0 6px 18px rgba(17,49,94,.035)}
.btn.secondary:hover{border-color:#78a6f3;color:var(--rayan-blue)}

/* Hero */

/* Metrics */

/* Why */

/* Products */

/* Platform */

/* Solutions */

/* CTA */

/* Footer */
.site-footer{position:relative;background:#041a3d;color:#d8e6fb}
.footer-top{padding:64px 0 44px;border-top:1px solid rgba(255,255,255,.05)}
.footer-top-grid{display:grid;grid-template-columns:1.65fr repeat(4,1fr);gap:46px}
.footer-top-grid>div:not(.footer-brand-block){display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.footer-top-grid h3{margin-bottom:10px;color:#fff;font-size:15px}
.footer-top-grid a,.footer-top-grid span{color:#b8cae4;font-size:13px;transition:color .2s}
.footer-top-grid a:hover{color:#fff}
.footer-logo{display:inline-flex;align-items:center;gap:10px;margin-bottom:13px;color:#fff}
.footer-logo .brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#078cff,#0457e8);font-weight:900}
.footer-logo>span:last-child{display:flex;flex-direction:column}
.footer-logo b{color:#fff;font-size:23px}.footer-logo small{color:#9cb2d1;font-size:11px}
.footer-brand-block>p{max-width:360px;margin-bottom:18px;color:#9fb2ce;font-size:13px;line-height:2}
.footer-badges{display:flex;flex-wrap:wrap;gap:7px}
.footer-badge{padding:5px 9px;border:1px solid rgba(255,255,255,.14);border-radius:20px;color:#bed0e8!important;font-size:10px!important}
.footer-consult-link{margin-top:7px;color:#78b2ff!important;font-weight:750}
.footer-bottom{padding:21px 0;background:#031432}
.footer-bottom .container{display:flex;align-items:center;justify-content:space-between;gap:25px;color:#8198b8;font-size:11px}
.footer-bottom .container div{display:flex;gap:20px}.footer-bottom a:hover{color:#fff}
.mobile-bottom-nav,.rayan-install-prompt{display:none}

/* Inner pages */

/* WooCommerce */

/* Home trust and editorial content */

/* Editorial archive and article */

/* Page 8 — high-conversion product landing */

/* Responsive */
@media (max-width:1320px){
  .container{width:min(1240px,calc(100% - 56px))}
  .site-header-inner{gap:22px}.primary-menu{gap:18px}.primary-menu>li>a{font-size:13.5px}.header-consult-button{min-width:150px}
}

@media (max-width:1080px){
  .site-header{height:78px}.site-header-inner{grid-template-columns:auto 1fr auto}.primary-navigation{display:none}.site-header-actions{justify-self:end}.mobile-menu-button{display:grid;grid-column:3}.site-header-actions{grid-column:2}.primary-menu>li>a{min-height:auto}
  .footer-top-grid{grid-template-columns:1.4fr repeat(2,1fr);gap:32px}.footer-brand-block{grid-row:span 2}
}

@media (max-width:820px){
  .container{width:calc(100% - 36px)}
  .site-header-actions{display:none}.site-header-inner{grid-template-columns:1fr auto}.mobile-menu-button{grid-column:2}.site-brand{grid-column:1;grid-row:1}.site-brand-name{font-size:27px}.site-brand-symbol{width:36px;height:36px}
  .admin-bar .site-header{top:46px}
  .footer-top-grid{grid-template-columns:1fr 1fr}.footer-brand-block{grid-column:1/-1;grid-row:auto}
}

@media (max-width:600px){
  body{padding-bottom:calc(74px + env(safe-area-inset-bottom));font-size:15px;overscroll-behavior-y:contain}.container{width:calc(100% - 28px)}
  .site-header{height:70px}.site-brand-link{gap:6px}.site-brand-name{font-size:25px}.site-brand-symbol{width:33px;height:33px}.mobile-menu-button{width:42px;height:42px}
  .rayan-button,.btn{min-height:48px;padding-inline:18px}
  .mobile-bottom-nav{position:fixed;z-index:1200;right:0;bottom:0;left:0;height:calc(68px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);align-items:start;padding:5px max(8px,env(safe-area-inset-left)) calc(5px + env(safe-area-inset-bottom));border-top:1px solid #dce5f0;background:rgba(255,255,255,.98);box-shadow:0 -8px 25px rgba(10,38,79,.08);backdrop-filter:blur(12px)}
  .mobile-bottom-nav>a,.mobile-bottom-nav>button{height:55px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:0;border:0;background:transparent;color:#718099;font:inherit;font-size:10px;line-height:1.2;cursor:pointer;touch-action:manipulation}.mobile-bottom-nav svg{width:21px;height:21px}.mobile-bottom-nav .is-active{color:var(--rayan-blue)}.mobile-bottom-nav .mobile-nav-main{position:relative;top:0}.mobile-nav-main-icon{width:38px;height:34px;display:grid;place-items:center;border:1px solid #d5e5fb;border-radius:11px;background:linear-gradient(180deg,#f8fbff,#eaf3ff);color:#0765ea;box-shadow:0 3px 9px rgba(7,91,226,.1)}.mobile-nav-main-icon svg{width:20px;height:20px}.mobile-bottom-nav .mobile-nav-main>span:last-child{margin-top:0;color:var(--rayan-blue);font-size:10px;font-weight:850}.mobile-bottom-nav .mobile-nav-main.is-active .mobile-nav-main-icon{border-color:#0966eb;background:linear-gradient(145deg,#0a7aff,#0754e7);color:#fff;box-shadow:0 5px 13px rgba(5,93,232,.22)}
  .rayan-install-prompt:not([hidden]){position:fixed;z-index:1180;right:12px;bottom:calc(80px + env(safe-area-inset-bottom));left:12px;display:grid;grid-template-columns:42px 1fr auto 32px;align-items:center;gap:9px;max-width:430px;margin-inline:auto;padding:10px;border:1px solid #cfe0f7;border-radius:17px;background:rgba(255,255,255,.98);box-shadow:0 16px 44px rgba(5,39,91,.19);backdrop-filter:blur(15px)}.rayan-install-logo{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#0a7aff,#0754e7);color:#fff;font-weight:900}.rayan-install-copy{min-width:0;display:flex;flex-direction:column}.rayan-install-copy b{color:var(--rayan-ink);font-size:11px}.rayan-install-copy small{overflow:hidden;color:#72819a;font-size:9px;white-space:nowrap;text-overflow:ellipsis}.rayan-install-action{min-height:40px;padding:7px 13px;border:0;border-radius:10px;background:var(--rayan-blue);color:#fff;font:800 11px var(--rayan-font);touch-action:manipulation}.rayan-install-close{width:32px;height:40px;padding:0;border:0;background:transparent;color:#7b8798;font:400 23px var(--rayan-font)}.footer-top{padding-top:45px}.footer-top-grid{grid-template-columns:1fr 1fr;gap:30px 22px}.footer-brand-block{grid-column:1/-1}.footer-bottom .container{display:grid;text-align:center;justify-content:center}.footer-bottom .container div{justify-content:center;flex-wrap:wrap}
}

/* Language switcher and application distribution */
.rayan-language-switcher{position:relative;direction:rtl}.rayan-language-trigger{height:45px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #d5dfec;border-radius:11px;background:#fff;color:#314865;font:750 11px var(--rayan-font);cursor:pointer;white-space:nowrap}.rayan-language-trigger>svg:first-child{width:19px;height:19px;color:var(--rayan-blue)}.rayan-language-trigger>b{min-width:25px;padding:2px 5px;border-radius:6px;background:#eaf3ff;color:var(--rayan-blue);font-size:8px;text-align:center}.rayan-language-chevron{width:14px;height:14px;transition:transform .2s}.rayan-language-switcher.is-open .rayan-language-chevron{transform:rotate(180deg)}.rayan-language-menu{position:absolute;z-index:1400;top:calc(100% + 9px);right:0;width:225px;padding:8px;border:1px solid #dbe5f1;border-radius:14px;background:#fff;box-shadow:0 18px 48px rgba(4,31,73,.16);opacity:0;visibility:hidden;pointer-events:none;transform:translateY(7px);transition:.2s}.rayan-language-switcher.is-open .rayan-language-menu{opacity:1;visibility:visible;pointer-events:auto;transform:none}.rayan-language-menu-title{display:block;padding:5px 9px 8px;color:#8290a4;font-size:9px;font-weight:750}.rayan-language-menu a{display:grid;grid-template-columns:34px 1fr 20px;align-items:center;gap:8px;min-height:43px;padding:6px 8px;border-radius:9px;color:#334a68;font-size:11px}.rayan-language-menu a:hover,.rayan-language-menu a.is-current{background:#f0f6ff;color:var(--rayan-blue)}.rayan-language-menu a>b{display:grid;place-items:center;height:25px;border-radius:7px;background:#e9f2ff;font-size:8px}.rayan-language-menu a>i{color:#138b5b;font-style:normal;text-align:center}
.rayan-app-badges{display:flex;flex-wrap:wrap;gap:9px}.rayan-app-badge{min-width:190px;min-height:57px;display:flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid #d6e2f1;border-radius:13px;background:#fff;color:#1e385d;box-shadow:0 7px 20px rgba(5,45,104,.06);transition:transform .2s,border-color .2s,box-shadow .2s}.rayan-app-badge:hover{transform:translateY(-2px);border-color:#8db8f8;box-shadow:0 13px 28px rgba(5,45,104,.11)}.rayan-app-badge>svg{width:29px;height:29px;flex:0 0 29px;color:var(--rayan-blue)}.rayan-app-badge>span{display:flex;flex-direction:column;line-height:1.45}.rayan-app-badge small{color:#77879e;font-size:8.5px}.rayan-app-badge b{color:var(--rayan-ink);font-size:11px}.rayan-app-badge--bazaar{border-color:#d4e8e4;background:linear-gradient(145deg,#fff,#f6fffc)}.rayan-app-badge--bazaar>svg{color:#159878}.rayan-app-badges--platform{margin-top:24px}.rayan-app-badges--application{margin-top:25px}.rayan-app-badges--footer{display:grid;grid-template-columns:1fr;margin-top:17px}.rayan-app-badges--footer .rayan-app-badge{min-width:0;min-height:50px;border-color:rgba(255,255,255,.13);background:rgba(255,255,255,.055);box-shadow:none;color:#fff}.rayan-app-badges--footer .rayan-app-badge b{color:#fff}.rayan-app-badges--footer .rayan-app-badge small{color:#91a9c9}.rayan-app-badges--footer .rayan-app-badge>svg{color:#6eb5ff}.rayan-app-badges--drawer{display:grid}.rayan-app-badges--drawer .rayan-app-badge{width:100%;min-width:0}
.rayan-language-switcher--drawer{margin-top:12px}.rayan-language-switcher--drawer .rayan-language-trigger{width:100%;justify-content:flex-start}.rayan-language-switcher--drawer .rayan-language-trigger .rayan-language-chevron{margin-right:auto}.rayan-language-switcher--drawer .rayan-language-menu{position:static;width:100%;display:none;margin-top:7px;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none}.rayan-language-switcher--drawer.is-open .rayan-language-menu{display:block}.rayan-language-switcher--footer .rayan-language-trigger{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.055);color:#d9e7fa}.rayan-language-switcher--footer .rayan-language-menu{top:auto;right:auto;bottom:calc(100% + 9px);left:0;text-align:right}

/* Premium WooCommerce single-product experience */

/* Product presentation v6.1: icon-led assurances, value-first subscription and rich media. */

/* Inner pages share the same compact, touch-friendly design language. */
main{overflow:clip}

@media (max-width:1080px){.site-header-actions .rayan-language-switcher{display:none}.footer-top-grid{align-items:start}}
@media (max-width:820px){.rayan-app-badges--platform{justify-content:center}.rayan-language-switcher--footer{justify-self:center}}
@media (max-width:600px){.rayan-app-badges{display:grid;grid-template-columns:1fr;width:100%}.rayan-app-badge{width:100%;min-width:0}.rayan-app-badges--platform{margin-top:20px}.footer-bottom .rayan-language-switcher{justify-self:center}.footer-bottom .rayan-language-switcher .rayan-language-menu{right:50%;left:auto;transform:translateX(50%) translateY(7px)}.footer-bottom .rayan-language-switcher.is-open .rayan-language-menu{transform:translateX(50%)}}

/* Living layer v6.2: subtle motion, ambient light and human feedback. */
body.rayan-motion-on{--rayan-motion-scale:1;--rayan-motion-speed:1}
body.rayan-motion-on .rayan-reveal-pending{opacity:0;filter:blur(2px);transform:translateY(calc(19px * var(--rayan-motion-scale))) scale(.987);transition:opacity .62s var(--rayan-ease),transform .62s var(--rayan-ease),filter .55s ease;transition-delay:var(--rayan-reveal-delay,0ms)}body.rayan-motion-on .rayan-reveal-pending.is-revealed{opacity:1;filter:none;transform:none}body.rayan-motion-on .footer-badge.native i{animation:rayan-led 2.1s ease-in-out infinite}@keyframes rayan-led{0%,100%{opacity:.65;box-shadow:0 0 0 4px rgba(25,185,114,.08)}50%{opacity:1;box-shadow:0 0 0 7px rgba(25,185,114,.15)}}
@media (max-width:600px) and (hover:none){.rayan-button:active,.btn:active,.mobile-bottom-nav>a:active,.mobile-bottom-nav>button:active{transform:scale(.975)}}

/* Corporate presentation v6.3 */
.header-app-button{min-width:154px;height:49px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid #bcd3f5;border-radius:11px;background:linear-gradient(145deg,#f8fbff,#eaf3ff);box-shadow:0 7px 18px rgba(7,73,166,.07);color:#075edb;font-size:12px;font-weight:850;white-space:nowrap;transition:transform .2s,border-color .2s,box-shadow .2s,background .2s}.header-app-button svg{width:20px;height:20px;flex:0 0 20px}.header-app-button:hover{transform:translateY(-2px);border-color:#78aaf2;background:#fff;box-shadow:0 12px 24px rgba(7,73,166,.13)}

.footer-bottom{margin-top:30px}

@media (max-width:1320px){.site-header-inner{gap:17px}.primary-menu{gap:14px}.primary-menu>li>a{font-size:12.5px}.header-app-button{display:none}}
@media (max-width:600px){.header-app-button{display:none}.footer-bottom{margin-top:23px}}

/* Legacy animated About journey removed; the current page uses assets/css/about.css. */


.rayan-app-badges-title{grid-column:1/-1;color:#dce9fa;font-size:11px}
@media (display-mode:standalone){.rayan-install-prompt{display:none!important}body{overscroll-behavior-y:none}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}

/* Social trust, compact language trigger and separated headlights — v6.5 */
.rayan-language-trigger{min-width:58px;height:42px;justify-content:center;gap:6px;padding:0 8px;border-radius:11px}.rayan-language-trigger>b{min-width:28px;padding:3px 6px;font-size:9px;line-height:1.5}.rayan-language-trigger>.rayan-language-chevron{width:13px;height:13px;color:currentColor}.rayan-language-switcher--drawer .rayan-language-trigger{min-height:44px}

.footer-trust-social{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-bottom:12px}.footer-social-panel,.footer-enamad-card{border:1px solid rgba(123,178,241,.18);border-radius:20px;background:linear-gradient(145deg,rgba(15,55,106,.76),rgba(4,25,55,.9));box-shadow:0 18px 48px rgba(0,8,24,.16)}.footer-social-panel{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 21px}.footer-social-heading{flex:0 0 auto}.footer-social-heading span{display:block;margin-bottom:3px;color:#63afff;font-size:8px;font-weight:850}.footer-social-heading h2{margin:0;color:#f3f8ff;font-size:17px}.footer-social-links{min-width:0;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:7px}.footer-social-link{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:7px 10px;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:rgba(255,255,255,.055);color:#cfe0f5;transition:transform .2s,border-color .2s,background .2s,color .2s}.footer-social-link:hover,.footer-social-link:focus-visible{transform:translateY(-2px);border-color:color-mix(in srgb,currentColor 52%,transparent);background:rgba(255,255,255,.1);color:#fff}.footer-social-link svg{width:21px;height:21px;flex:0 0 21px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.footer-social-link svg .is-fill{fill:currentColor;stroke:none}.footer-social-link>span{color:inherit;font-size:9px;font-weight:800}.footer-social-link.is-instagram:hover{color:#ff68a6}.footer-social-link.is-aparat:hover{color:#ff4c82}.footer-social-link.is-linkedin:hover{color:#62b5ff}.footer-social-link.is-youtube:hover{color:#ff5d5d}.footer-social-link.is-telegram:hover{color:#46b8f2}.footer-social-link.is-whatsapp:hover{color:#43d884}.footer-social-link.is-facebook:hover{color:#6fa8ff}.footer-social-link.is-eitaa:hover{color:#ffad51}.footer-social-link.is-rubika:hover{color:#bc83ff}.footer-social-link.is-google:hover{color:#77a7ff}.footer-social-link.is-telegram svg,.footer-social-link.is-google svg{fill:currentColor;stroke:none}.footer-enamad-card{min-width:286px;display:flex;align-items:center;gap:13px;padding:11px 15px}.footer-enamad-card>a{width:88px;height:88px;display:grid;place-items:center;flex:0 0 88px;overflow:hidden;border-radius:13px;background:#fff;box-shadow:inset 0 0 0 1px rgba(8,48,98,.09)}.footer-enamad-card img{width:82px;height:82px;display:block;object-fit:contain}.footer-enamad-card>span{display:flex;flex-direction:column}.footer-enamad-card b{color:#f3f8ff;font-size:11px}.footer-enamad-card small{margin-top:3px;color:#8fa9ca;font-size:7.5px}.footer-social-panel:only-child,.footer-enamad-card:only-child{grid-column:1/-1}.footer-enamad-card:only-child{justify-content:center}

@media (max-width:900px){.footer-trust-social{grid-template-columns:1fr}.footer-enamad-card{min-width:0}.footer-social-panel{align-items:flex-start;flex-direction:column;gap:13px}.footer-social-links{justify-content:flex-start}}
@media (max-width:680px){.footer-trust-social{width:calc(100% - 28px);gap:9px}.footer-social-panel{padding:16px 13px;border-radius:17px}.footer-social-heading h2{font-size:15px}.footer-social-links{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.footer-social-link{justify-content:flex-start;padding-inline:9px}.footer-social-link>span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.footer-enamad-card{padding:10px 12px;border-radius:17px}.footer-enamad-card>a{width:78px;height:78px;flex-basis:78px}.footer-enamad-card img{width:72px;height:72px}}

/* Interaction and footer polish — v6.5.1 */
.rayan-language-trigger{min-width:62px;height:42px;gap:7px;padding:0 11px;border-color:#cddbeb;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 4px 13px rgba(5,48,108,.045);transition:border-color .2s,box-shadow .2s,background .2s}.rayan-language-trigger:hover,.rayan-language-trigger:focus-visible{border-color:#8bb8f6;background:#fff;box-shadow:0 7px 18px rgba(5,70,160,.1)}.rayan-language-trigger>b{min-width:0;padding:0;border-radius:0;background:transparent;color:#075edc;font-size:10px;line-height:1;font-weight:900}.rayan-language-trigger>.rayan-language-chevron{width:12px;height:12px;color:#59708e}

.footer-trust-social{padding:22px 0 17px;border-top:1px solid rgba(255,255,255,.075);border-bottom:1px solid rgba(255,255,255,.075)}.footer-social-panel{min-width:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;padding:2px 16px 8px;border:0;border-radius:0;background:transparent;box-shadow:none}.footer-social-heading{text-align:center}.footer-social-heading span{margin-bottom:4px;color:#64afff;font-size:8px}.footer-social-heading h2{font-size:17px}.footer-social-links{width:100%;justify-content:center;gap:13px}.footer-social-link{position:relative;width:76px;min-height:64px;display:inline-flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:6px;padding:0;border:0;border-radius:0;background:transparent;color:#a9c5e8;box-shadow:none}.footer-social-link:hover,.footer-social-link:focus-visible{transform:translateY(-3px);border-color:transparent;background:transparent;box-shadow:none}.footer-social-link svg{box-sizing:border-box;width:44px;height:44px;flex:0 0 44px;padding:10px;border:1px solid rgba(132,185,245,.22);border-radius:15px;background:rgba(255,255,255,.065);box-shadow:0 8px 20px rgba(0,10,30,.13);transition:border-color .2s,background .2s,box-shadow .2s}.footer-social-link:hover svg,.footer-social-link:focus-visible svg{border-color:currentColor;background:rgba(255,255,255,.1);box-shadow:0 12px 26px rgba(0,10,30,.2)}.footer-social-link>span{max-width:76px;color:inherit;font-size:8px;font-weight:750;line-height:1.5;text-align:center;white-space:normal}

@media (max-width:900px){.footer-social-panel{align-items:center}.footer-social-links{justify-content:center}}
@media (max-width:680px){.footer-trust-social{padding-block:18px 13px}.footer-social-panel{align-items:center;padding:0 4px 5px}.footer-social-links{display:flex;justify-content:center;flex-wrap:wrap;gap:9px}.footer-social-link{width:66px;min-height:60px;justify-content:flex-start;padding:0}.footer-social-link svg{width:42px;height:42px;flex-basis:42px}.footer-social-link>span{max-width:66px;font-size:7.5px}}

/* Viewport-safe language menu — v6.5.2 */
.rayan-language-switcher--header .rayan-language-menu{right:auto;left:0}.rayan-language-switcher.is-open .rayan-language-trigger{border-color:#83b2f2;background:#fff;box-shadow:0 8px 22px rgba(5,69,154,.12)}.rayan-language-menu{--rayan-language-shift:0px;width:188px;max-width:calc(100vw - 24px);padding:7px;border-color:#dbe6f4;border-radius:16px;overflow:hidden;box-shadow:0 18px 45px rgba(4,31,73,.16);transform:translate(var(--rayan-language-shift),6px);transform-origin:top left}.rayan-language-switcher.is-open .rayan-language-menu{transform:translate(var(--rayan-language-shift),0)}.rayan-language-menu-title{padding:7px 9px 9px;border-bottom:1px solid #edf2f8;color:#7c8da5;font-size:8.5px;font-weight:800}.rayan-language-menu a{grid-template-columns:30px minmax(0,1fr) 16px;gap:7px;min-height:42px;margin-top:4px;padding:5px 7px;border:1px solid transparent;border-radius:10px;color:#314966;font-size:10px;font-weight:750}.rayan-language-menu a:hover{border-color:#d9e8fb;background:#f5f9ff;color:#075edc}.rayan-language-menu a.is-current{border-color:#d4e6ff;background:#edf5ff;color:#075edc}.rayan-language-menu a>b{height:27px;border-radius:8px;background:#e8f2ff;color:#075edc;font-size:8px}.rayan-language-menu a>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rayan-language-menu a>i{width:16px;height:16px;display:grid;place-items:center;border-radius:50%;background:#daf4e8;color:#0b8658;font-size:8px}.rayan-language-switcher--drawer .rayan-language-menu{max-width:none;transform:none}.rayan-language-switcher--footer .rayan-language-menu{transform-origin:bottom left}
@media (max-width:480px){.rayan-language-menu{width:176px}}

/* Products landing: true mobile reflow and viewport hardening — v6.5.3 */

/* Enterprise design system v7 — trust-first, lightweight and RTL-native. */
:root{
  --rayan-surface:#fff;
  --rayan-surface-soft:#f4f7fb;
  --rayan-surface-raised:#fff;
  --rayan-ink-strong:#06162f;
  --rayan-text-soft:#52647d;
  --rayan-success:#18a86b;
  --rayan-radius-sm:14px;
  --rayan-radius-md:20px;
  --rayan-radius-lg:28px;
  --rayan-shadow-sm:0 8px 28px rgba(6,35,77,.06);
  --rayan-shadow-md:0 20px 60px rgba(5,34,78,.11);
  --rayan-shadow-blue:0 18px 48px rgba(7,96,235,.2);
}

body{background:var(--rayan-surface);color:var(--rayan-text)}
h1,h2,h3,h4{color:var(--rayan-ink-strong);text-wrap:balance}
p{text-wrap:pretty}
.container{width:min(1380px,calc(100% - 80px))}
:where(a,button,input,textarea,select,summary){touch-action:manipulation}
:where(a,button,input,textarea,select,summary):focus-visible{outline:3px solid #075fe2;outline-offset:3px;box-shadow:0 0 0 2px #fff}
main{overflow:visible}

.site-header{height:88px;border-bottom-color:#e9eff7;background:rgba(255,255,255,.94);box-shadow:0 1px 0 rgba(4,37,82,.02)}
.site-header-inner{gap:30px}
.primary-menu>li>a{min-height:88px;color:#263a55;font-weight:700}
.primary-menu>li>a::after{bottom:18px;height:3px;background:linear-gradient(90deg,var(--rayan-blue),var(--rayan-cyan))}
.header-consult-button,.rayan-button--primary,.btn.primary{border-radius:13px;background:linear-gradient(135deg,#075fd5,#043ba6);box-shadow:var(--rayan-shadow-blue)}
.header-consult-button:hover,.rayan-button--primary:hover,.btn.primary:hover{box-shadow:0 20px 44px rgba(5,91,232,.28)}
.rayan-button,.btn{min-height:52px;border-radius:13px}

/* LCP content must paint immediately; motion starts below the fold. */
.mobile-menu-button,.drawer-close,.rayan-language-trigger,.rayan-install-close{min-width:44px;min-height:44px}
.rayan-install-close{width:44px;height:44px}
input[type="tel"]{direction:ltr;text-align:left;font-variant-numeric:tabular-nums}

@media (max-width:1320px){
  .container{width:min(1240px,calc(100% - 56px))}
}

@media (max-width:1080px){
  .site-header{height:78px}
}

@media (max-width:820px){
  .container{width:calc(100% - 36px)}
}

@media (max-width:600px){
  .container{width:calc(100% - 28px)}
  .site-header{height:70px}
  .mobile-menu-button,.drawer-close,.rayan-language-trigger,.rayan-install-close{min-width:48px;min-height:48px}
}

@media (prefers-reduced-data:reduce){
  body.rayan-motion-on *{animation:none!important}
  .site-header,.mobile-bottom-nav,.rayan-install-prompt{backdrop-filter:none}
}

/* Readability and touch-target hardening for Persian content. */
.footer-logo small,.footer-bottom .container,.rayan-app-badges-title{font-size:12px}
.footer-badge,.footer-social-link>span,.footer-enamad-card small{font-size:11px!important}
.rayan-language-menu-title,.rayan-language-menu a,.rayan-language-menu a>b{font-size:12px}
.rayan-language-menu a{min-height:44px}
:where(input,textarea,select)[aria-invalid="true"]{border-color:#b42332!important;box-shadow:0 0 0 3px rgba(180,35,50,.12)!important}
form[aria-busy="true"] button[type="submit"]{cursor:wait;opacity:.74}

@media (max-width:680px){
  .site-header,.mobile-bottom-nav,.rayan-install-prompt{backdrop-filter:none;background-color:#fff}
}

/* 7.1 — audience clarity, verifiable proof and low-friction demo */

/* Home sales path: products immediately after trust metrics + lightweight FAQ. */

/* v7.2.1 — Trust & Authority refinement for Why Rayan and Sales FAQ. */

/* v7.2.2 — Collaboration paths moved out of the footer and into the home journey. */

/* Technical UX, forms and accessible anchor behavior — v7.3 */
html{scroll-padding-top:96px}
:where(main,section,article)[id]{scroll-margin-top:96px}
#main-content:focus{outline:none}
@media (max-width:760px){html{scroll-padding-top:78px}:where(main,section,article)[id]{scroll-margin-top:78px}}

/* Configurable daily trust counters — v7.4 */

/* Aligned expert-contact fields — v7.4.1 */

/* Scalable product family + verified location — v7.5 */

/* Unified, trust-led contact experience — v7.8 */

/* Editorial contact direction — v7.9: one surface, fewer cards, more whitespace. */

/* Contact mobile hardening — v7.9.1. */

/* The current About page styles are loaded conditionally from assets/css/about.css. */

/* Sample-matched language control and viewport-safe footer menu — v9.3.2 */
.rayan-language-trigger{
  min-width:108px;
  height:48px;
  direction:ltr;
  justify-content:center;
  gap:8px;
  padding:0 13px;
  border:1.5px solid #91bdf7;
  border-radius:999px;
  background:linear-gradient(145deg,#fff 0%,#f5f9ff 100%);
  box-shadow:0 7px 20px rgba(7,83,184,.08),inset 0 0 0 1px rgba(255,255,255,.88);
  color:#075edc;
  transition:transform .2s var(--rayan-ease),border-color .2s,box-shadow .2s,background .2s;
}
.rayan-language-trigger:hover,.rayan-language-trigger:focus-visible{
  transform:translateY(-1px);
  border-color:#4d94ef;
  background:#fff;
  box-shadow:0 11px 27px rgba(7,83,184,.14),inset 0 0 0 1px rgba(255,255,255,.9);
}
.rayan-language-switcher.is-open .rayan-language-trigger{
  border-color:#397fdf;
  background:#f9fbff;
  box-shadow:0 8px 24px rgba(7,75,169,.15),0 0 0 3px rgba(9,101,245,.09);
}
.rayan-language-trigger>.rayan-language-globe{width:22px;height:22px;flex:0 0 22px;stroke-width:1.9;color:#0864e5}
.rayan-language-divider{width:1px;height:25px;flex:0 0 1px;border-radius:2px;background:#c7dcf8}
.rayan-language-trigger>b{min-width:23px;padding:0;background:transparent;color:#075edc;font-size:13px;font-weight:900;line-height:1;text-align:center}
.rayan-language-trigger>.rayan-language-chevron{width:13px;height:13px;flex:0 0 13px;color:#075edc;stroke-width:2.6}
.rayan-language-menu{max-height:calc(100dvh - 24px);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin}
.rayan-language-switcher--footer{z-index:1501}
.rayan-language-switcher--footer .rayan-language-trigger{border-color:#91bdf7;background:#fff;color:#075edc}
.rayan-language-switcher--footer .rayan-language-menu{z-index:2000;transform-origin:bottom center}
.rayan-language-switcher--drawer .rayan-language-trigger{width:100%;justify-content:flex-start;border-radius:14px}
.rayan-language-switcher--drawer .rayan-language-trigger>.rayan-language-chevron{margin-right:0;margin-left:auto}
@media (max-width:480px){
  .rayan-language-trigger{min-width:102px;height:46px;padding-inline:12px}
  .rayan-language-trigger>.rayan-language-globe{width:21px;height:21px;flex-basis:21px}
  .rayan-language-divider{height:23px}
}

/* Equal-width mobile navigation items — v9.3.3 */
@media (max-width:600px){
  .mobile-bottom-nav{
    width:100%;
    max-width:100%;
    grid-template-columns:repeat(5,minmax(0,1fr));
    column-gap:0;
    padding-right:max(8px,env(safe-area-inset-right));
    padding-left:max(8px,env(safe-area-inset-left));
    overflow:hidden;
  }
  .mobile-bottom-nav>a,.mobile-bottom-nav>button{
    min-width:0;
    width:100%;
    max-width:100%;
    margin:0;
    justify-self:stretch;
  }
  .mobile-bottom-nav>a>span:last-child,.mobile-bottom-nav>button>span:last-child{
    display:block;
    min-width:0;
    max-width:100%;
    overflow:hidden;
    text-align:center;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
}

/* Aligned home metrics and contained counters — v9.3.4 */

/* Registered footer menu: stable wrapping and mobile-safe spacing. */
.footer-bottom .container>nav{min-width:0}
@media (max-width:700px){
  .footer-bottom .container{flex-wrap:wrap;justify-content:center;text-align:center}
  .footer-bottom .container>nav{max-width:100%}
}

/* v10.4.0 — Interactive vehicle-to-product recommender on the home page. */

/* v10.2.0 — Independent Projects page, separate from Solutions. */
