/* Generated from assets/css/main.css for the home 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{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{transform:translateY(-2px)}
.rayan-button svg{width:18px;height:18px}
.rayan-button--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{box-shadow:0 14px 28px rgba(5,91,233,.29)}
.rayan-button--outline{background:#fff;border-color:#c7d2e2;color:#243b5d;box-shadow:0 6px 18px rgba(17,49,94,.035)}
.rayan-button--outline:hover{border-color:#78a6f3;color:var(--rayan-blue)}
.rayan-section{padding:54px 0}
.rayan-section-heading{text-align:center;margin:0 auto 28px}
.rayan-section-heading h2{position:relative;display:inline-block;margin-bottom:12px;font-size:clamp(25px,2.25vw,34px);letter-spacing:-.7px}
.rayan-section-heading h2::after{content:"";position:absolute;right:50%;bottom:-10px;width:52px;height:2px;border-radius:3px;background:var(--rayan-blue);transform:translateX(50%)}
.rayan-section-heading p{margin:12px 0 0;font-size:15px}

/* Hero */
.rayan-hero{position:relative;min-height:610px;overflow:hidden;background:#fff}
.rayan-hero::before{content:"";position:absolute;inset:auto 38% -240px -220px;width:580px;height:580px;border-radius:50%;background:radial-gradient(circle,rgba(50,137,255,.08),transparent 67%);pointer-events:none}
.rayan-hero-grid{position:relative;display:grid;grid-template-columns:minmax(500px,.96fr) minmax(620px,1.04fr);align-items:center;direction:ltr;min-height:610px}
.rayan-hero-copy{position:relative;z-index:5;direction:rtl;padding:54px 0 55px;max-width:650px}
.rayan-hero-copy h1{margin-bottom:20px;font-size:clamp(42px,2.9vw,50px);font-weight:900;line-height:1.4;letter-spacing:-1.8px;color:#051b43}
.rayan-hero-copy h1 span{display:block}
.rayan-hero-copy>p{max-width:620px;margin-bottom:28px;color:#66758b;font-size:17px;line-height:2.05}
.rayan-hero-actions{display:flex;align-items:center;gap:20px;margin-bottom:29px}
.rayan-hero-actions .rayan-button{min-width:228px}
.rayan-trust-list{list-style:none;display:flex;align-items:center;gap:clamp(18px,2vw,32px);margin:0;padding:0;color:#52637c;font-size:13px;white-space:nowrap}
.rayan-trust-list li{display:flex;align-items:center;gap:8px}
.rayan-trust-list svg{width:23px;height:23px;color:var(--rayan-blue)}
.rayan-hero-visual{position:relative;align-self:stretch;min-height:610px;direction:ltr;isolation:isolate}
.rayan-digital-globe{position:absolute;z-index:-1;top:-33px;right:-76px;width:720px;height:720px;color:#b7d7ff;opacity:.68}
.rayan-digital-globe::after{content:"";position:absolute;inset:12%;border-radius:50%;background:radial-gradient(circle at 53% 50%,rgba(53,149,255,.14),rgba(212,234,255,.12) 51%,transparent 70%);filter:blur(3px)}
.rayan-digital-globe svg{width:100%;height:100%;stroke:currentColor;stroke-width:.7}
.rayan-wifi{position:absolute;z-index:2;top:55px;left:52%;width:63px;height:52px;color:#6ca9fa;opacity:.56;stroke-width:4}
.rayan-phone-stack{position:absolute;z-index:2;inset:0}
.rayan-phone{position:absolute;top:0;object-fit:cover;background:#07121f;border-radius:13% / 6.2%;box-shadow:0 18px 30px rgba(2,18,42,.21);will-change:transform}
.rayan-phone--main{z-index:5;left:36%;top:63px;width:245px;transform:rotate(-2.5deg)}
.rayan-phone--left{z-index:4;left:12%;top:140px;width:195px;transform:rotate(7deg)}
.rayan-phone--right{z-index:3;left:61%;top:98px;width:205px;transform:rotate(2.5deg)}
.rayan-phone--far{z-index:2;left:80%;top:177px;width:168px;transform:rotate(7deg)}

/* Metrics */
.rayan-metrics{position:relative;z-index:20;margin-top:-8px;padding:0 0 25px}
.rayan-metrics-panel{min-height:125px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;padding:17px 16px;border:1px solid #d9e3f0;border-radius:25px;background:rgba(255,255,255,.97);box-shadow:0 16px 48px rgba(20,55,105,.055)}
.rayan-metrics-panel article{min-width:0;display:flex;align-items:center;justify-content:center;gap:20px;padding:5px 25px}
.rayan-metrics-panel article+article{border-right:1px solid #e5ebf3}
.rayan-metric-icon{flex:0 0 58px;width:58px;height:58px;display:grid;place-items:center;border:1px solid #cfe0fb;border-radius:50%;background:#f8fbff;color:var(--rayan-blue)}
.rayan-metric-icon svg{width:29px;height:29px}
.rayan-metrics-panel article div{display:flex;flex-direction:column;line-height:1.45}
.rayan-metrics-panel strong{color:#075de8;font-size:31px;font-weight:850;letter-spacing:-1px;direction:ltr;text-align:right}
.rayan-metrics-panel article span:last-child{color:#6b7890;font-size:14px}

/* Why */
.rayan-why{padding-top:5px}

/* Products */
.rayan-products{padding-top:16px}
.rayan-products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rayan-product-card{min-height:226px;display:grid;grid-template-columns:138px 1fr;align-items:center;gap:16px;padding:24px;border:1px solid #d9e3ef;border-radius:20px;background:#fff;overflow:hidden;transition:transform .25s var(--rayan-ease),box-shadow .25s,border-color .25s}
.rayan-product-card:hover{transform:translateY(-5px);border-color:#b9d1f8;box-shadow:var(--rayan-shadow)}
.rayan-product-card img{justify-self:center;max-height:150px;object-fit:contain;filter:drop-shadow(0 13px 11px rgba(12,25,43,.17));transition:transform .3s var(--rayan-ease)}
.rayan-product-card:hover img{transform:scale(1.045) rotate(-1deg)}
.rayan-product-card h3{margin:0 0 1px;color:#075ff0;font-size:30px;line-height:1.2;direction:ltr;text-align:right}
.rayan-product-card h4{margin:0 0 9px;font-size:15px}
.rayan-product-card p{margin:0 0 8px;font-size:13px;line-height:1.85}
.rayan-product-card a,.rayan-text-link{display:inline-flex;align-items:center;gap:7px;color:var(--rayan-blue);font-size:13px;font-weight:750}
.rayan-product-card a:hover,.rayan-text-link:hover{color:var(--rayan-blue-2)}

/* Platform */
.rayan-platform{position:relative;overflow:hidden;padding:72px 0 56px}
.rayan-platform::before{content:"";position:absolute;right:-130px;bottom:-320px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(44,143,255,.08),transparent 69%)}
.rayan-platform-grid{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:65px;direction:ltr}
.rayan-platform-visual{position:relative;min-height:500px;direction:ltr}
.rayan-platform-halo{position:absolute;z-index:-1;left:45%;top:50%;width:470px;height:470px;border-radius:50%;border:1px solid #d2e8ff;background:repeating-radial-gradient(circle at center,transparent 0 38px,rgba(56,153,255,.07) 39px 40px),radial-gradient(circle,rgba(46,144,255,.11),transparent 68%);transform:translate(-50%,-50%)}
.rayan-platform-phone{position:absolute;bottom:8px;object-fit:cover;background:#07121f;border-radius:13% / 6.2%;box-shadow:0 22px 38px rgba(2,22,51,.18)}
.rayan-platform-phone--main{z-index:3;left:36%;width:226px;transform:translateX(-50%)}
.rayan-platform-phone--left{z-index:2;left:6%;bottom:35px;width:190px;transform:rotate(5deg)}
.rayan-platform-phone--right{z-index:1;left:62%;bottom:35px;width:190px;transform:rotate(-5deg)}
.rayan-platform-copy{direction:rtl}
.rayan-platform-copy header h2{margin:0 0 5px;font-size:clamp(28px,2.4vw,39px);letter-spacing:-1px}
.rayan-platform-copy header>span{display:block;margin-bottom:12px;color:#2b4467;font-size:17px;font-weight:750}
.rayan-platform-copy header p{max-width:720px;margin-bottom:30px;font-size:16px;line-height:2}
.rayan-platform-features{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:23px}
.rayan-platform-features article{padding:0 16px;text-align:center}
.rayan-platform-features article+article{border-left:1px solid #e4eaf2}
.rayan-platform-features svg{width:34px;height:34px;margin:0 auto 11px;color:var(--rayan-blue)}
.rayan-platform-features h3{margin:0 0 6px;font-size:14px}
.rayan-platform-features p{margin:0;font-size:11.5px;line-height:1.8}
.rayan-platform-copy>.rayan-text-link{font-size:14px}

/* Solutions */
.rayan-solutions{padding-top:30px;padding-bottom:40px}
.rayan-solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.rayan-solution-card{position:relative;display:block;min-width:0;border:1px solid #dce5f0;border-radius:18px;background:#fff;overflow:hidden;transition:transform .25s var(--rayan-ease),box-shadow .25s,border-color .25s}
.rayan-solution-card:hover{transform:translateY(-5px);border-color:#b9d1f7;box-shadow:var(--rayan-shadow)}
.rayan-solution-card>img{width:100%;height:138px;object-fit:cover;transition:transform .45s var(--rayan-ease)}
.rayan-solution-card:hover>img{transform:scale(1.035)}
.rayan-solution-card>div{position:relative;min-height:116px;padding:17px 20px 16px}
.rayan-solution-icon{position:absolute;top:-24px;right:18px;width:46px;height:46px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;background:#f7fbff;color:var(--rayan-blue);box-shadow:0 3px 10px rgba(7,70,160,.14)}
.rayan-solution-icon svg{width:23px;height:23px}
.rayan-solution-card h3{margin:0 50px 6px 0;font-size:15px}
.rayan-solution-card p{margin:0;font-size:12px;line-height:1.8}

/* CTA */
.rayan-final-cta{padding:10px 0 62px}
.rayan-final-cta-box{position:relative;min-height:185px;display:grid;grid-template-columns:42% 58%;align-items:center;overflow:hidden;border:1px solid #0c408b;border-radius:19px;background:radial-gradient(circle at 22% 120%,rgba(0,159,255,.3),transparent 43%),linear-gradient(108deg,#062d73,#031b48 62%,#031538);box-shadow:0 18px 45px rgba(2,25,62,.18);direction:ltr}
.rayan-final-cta-box::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(46,145,255,.08),transparent);pointer-events:none}
.rayan-final-cta-copy{position:relative;z-index:2;direction:rtl;padding:30px 45px;color:#fff}
.rayan-final-cta-copy h2{margin-bottom:8px;color:#fff;font-size:clamp(25px,2.15vw,35px)}
.rayan-final-cta-copy p{margin-bottom:19px;color:#dbe9ff;font-size:14px}
.rayan-final-cta-copy>div{display:flex;gap:10px}
.rayan-final-cta-copy .rayan-button{min-height:45px;padding:8px 20px;font-size:13px}

/* 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 */
:where(.hp,.rayan-hp){position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important;border:0!important}.form-success,.form-error{padding:10px 13px;border-radius:10px;font-size:13px}.form-success{background:#e9f9f1;color:#087243}.form-error{background:#fff0f0;color:#a82b2b}

/* WooCommerce */

/* Home trust and editorial content */
.rayan-certifications{padding:54px 0 48px;border-block:1px solid #e8eef6;background:linear-gradient(180deg,#f8fbff,#fff)}.rayan-certifications .rayan-section-heading{margin-bottom:24px}.rayan-license-grid{display:flex;overflow-x:auto;overscroll-behavior-inline:contain;border:1px solid #dfe8f3;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(10,50,104,.05);scrollbar-width:thin;scroll-snap-type:inline proximity}.rayan-license-grid article{position:relative;flex:1 0 190px;min-width:0;overflow:hidden;padding:7px 7px 14px;text-align:center;scroll-snap-align:start;transition:background .2s}.rayan-license-grid article+article{border-right:1px solid #e6edf6}.rayan-license-grid article:hover{background:#f7faff}.rayan-license-mark{width:340px;max-width:none;height:139px;display:block;margin:0 auto -37px;background-image:var(--rayan-license-sprite);background-repeat:no-repeat;background-size:1792px 304px;background-position-y:-86px;transform-origin:center top}.rayan-license-mark--1{background-position-x:-50px}.rayan-license-mark--2{background-position-x:-340px}.rayan-license-mark--3{background-position-x:-620px}.rayan-license-mark--4{background-position-x:-875px}.rayan-license-mark--5{background-position-x:-1140px}.rayan-license-mark--6{background-position-x:-1425px}.rayan-license-type{display:inline-flex;margin-bottom:6px;padding:2px 7px;border-radius:20px;background:#eaf3ff;color:var(--rayan-blue);font-size:8px;font-weight:850}.rayan-license-grid h3{min-height:34px;margin:0;font-size:11px;line-height:1.55}.rayan-license-grid p{display:none}.rayan-license-note{margin:17px 0 0;color:#7d8ca1;font-size:10px;text-align:center}
.rayan-license-mark{position:static;left:auto;height:120px;margin:0 auto -9px;background-color:#fff;background-position-y:-100px;transform:scale(var(--rayan-logo-scale,.9))}
.rayan-license-mark--1{width:120px;background-position-x:-240px}.rayan-license-mark--2{width:130px;background-position-x:-505px}.rayan-license-mark--3{width:125px;background-position-x:-790px;--rayan-logo-scale:.85}.rayan-license-mark--4{width:80px;background-position-x:-1100px;--rayan-logo-scale:1.05}.rayan-license-mark--5{width:110px;background-position-x:-1335px}.rayan-license-mark--6{width:125px;background-position-x:-1620px}
@media (max-width:600px){.rayan-certifications{padding-block:42px}.rayan-license-grid article{flex-basis:185px}.rayan-license-note{padding-inline:16px}}
.rayan-home-guides{padding:72px 0;background:#f7faff}.rayan-home-guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rayan-home-guides-grid article{overflow:hidden;border:1px solid #dce6f2;border-radius:18px;background:#fff;transition:.25s}.rayan-home-guides-grid article:hover{transform:translateY(-4px);box-shadow:var(--rayan-shadow)}.rayan-guide-image{height:190px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#e5f1ff,#f7fbff);color:#a5c9f8;font-size:50px;font-weight:900}.rayan-guide-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s}.rayan-home-guides-grid article:hover img{transform:scale(1.035)}.rayan-home-guides-grid article>div{padding:20px}.rayan-home-guides-grid time{color:#7990ae;font-size:10px}.rayan-home-guides-grid h3{margin:5px 0 7px;font-size:17px}.rayan-home-guides-grid p{margin-bottom:11px;font-size:11px}.rayan-home-guides-grid article>div>a{color:var(--rayan-blue);font-size:11px;font-weight:800}.rayan-guides-all{width:max-content;margin:27px auto 0}

/* Editorial archive and article */

/* Page 8 — high-conversion product landing */.rayan-eyebrow{display:inline-block;margin-bottom:8px;color:var(--rayan-blue);font-size:12px;font-weight:850}.rayan-text-link{display:inline-flex;align-items:center;gap:7px;color:var(--rayan-blue);font-weight:800}
@media (max-width:600px){.rayan-certifications{padding:45px 0}.rayan-certifications figure>div{overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:thin}.rayan-certifications img{width:1050px;max-width:none}.rayan-certifications figcaption{display:block}.rayan-home-guides-grid{grid-template-columns:1fr}.rayan-home-guides{padding:50px 0}.rayan-guide-image{height:170px}}

/* 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}
  .rayan-hero-grid{grid-template-columns:minmax(460px,.92fr) minmax(560px,1.08fr)}
  .rayan-hero-copy h1{font-size:42px}.rayan-hero-copy>p{font-size:15px}.rayan-hero-actions .rayan-button{min-width:195px}
  .rayan-trust-list{gap:16px;font-size:11.5px}.rayan-digital-globe{right:-140px}
  .rayan-phone--main{left:34%;width:225px}.rayan-phone--left{left:8%;width:180px}.rayan-phone--right{left:59%;width:190px}.rayan-phone--far{left:79%;width:155px}
  .rayan-platform-grid{gap:35px}.rayan-platform-features article{padding:0 9px}
}

@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}
  .rayan-hero-grid{grid-template-columns:minmax(360px,.82fr) minmax(490px,1.18fr);min-height:560px}.rayan-hero{min-height:560px}.rayan-hero-visual{min-height:560px}
  .rayan-hero-copy h1{font-size:39px}.rayan-hero-copy>p{font-size:14px}.rayan-hero-actions{gap:10px}.rayan-hero-actions .rayan-button{min-width:0;padding-inline:18px;font-size:13px}.rayan-trust-list{display:grid;grid-template-columns:1fr 1fr}
  .rayan-digital-globe{width:620px;height:620px;right:-140px}.rayan-phone--main{top:80px;width:205px}.rayan-phone--left{top:146px;width:165px}.rayan-phone--right{top:110px;width:175px}.rayan-phone--far{top:175px;width:143px}
  .rayan-metrics-panel article{gap:12px;padding-inline:12px}.rayan-metric-icon{flex-basis:49px;width:49px;height:49px}.rayan-metrics-panel strong{font-size:25px}
  .rayan-products-grid{gap:14px}.rayan-product-card{grid-template-columns:105px 1fr;padding:18px}.rayan-product-card img{max-width:100px}.rayan-product-card p{font-size:11.5px}
  .rayan-platform-grid{grid-template-columns:1fr;gap:5px}.rayan-platform-copy{grid-row:1}.rayan-platform-visual{grid-row:2;min-height:460px;max-width:650px;width:100%;margin:auto}.rayan-platform-features{max-width:750px}.rayan-platform-copy{text-align:center}.rayan-platform-copy header p{margin-inline:auto}.rayan-platform-copy>.rayan-text-link{justify-content:center}
  .rayan-solutions-grid{grid-template-columns:1fr 1fr}
  .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}
  .rayan-hero{min-height:auto;padding-top:0}.rayan-hero-grid{display:flex;flex-direction:column;min-height:0;direction:rtl}.rayan-hero-copy{max-width:720px;padding:55px 0 15px;text-align:center}.rayan-hero-copy h1{font-size:clamp(34px,7vw,47px);letter-spacing:-1.3px}.rayan-hero-copy>p{margin-inline:auto}.rayan-hero-actions{justify-content:center}.rayan-trust-list{display:flex;justify-content:center;flex-wrap:wrap;white-space:normal}
  .rayan-hero-visual{width:100%;min-height:560px}.rayan-digital-globe{top:-15px;right:50%;width:620px;height:620px;transform:translateX(50%)}.rayan-phone--main{left:37%;top:65px;width:215px}.rayan-phone--left{left:12%;top:140px;width:170px}.rayan-phone--right{left:62%;top:105px;width:180px}.rayan-phone--far{display:none}
  .rayan-metrics{margin-top:-10px}.rayan-metrics-panel{grid-template-columns:1fr 1fr;padding:10px}.rayan-metrics-panel article{justify-content:flex-start;padding:18px 24px}.rayan-metrics-panel article+article{border-right:0}.rayan-metrics-panel article:nth-child(even){border-right:1px solid #e5ebf3}.rayan-metrics-panel article:nth-child(n+3){border-top:1px solid #e5ebf3}
  .rayan-products-grid{grid-template-columns:1fr}.rayan-product-card{grid-template-columns:150px 1fr}.rayan-product-card p{font-size:13px}
  .rayan-final-cta-box{grid-template-columns:1fr}.rayan-final-cta-copy{text-align:center;padding:38px 25px}.rayan-final-cta-copy>div{justify-content:center}
  .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{min-height:48px;padding-inline:18px}
  .rayan-hero-copy{padding-top:42px}.rayan-hero-copy h1{font-size:32px;line-height:1.5}.rayan-hero-copy h1 span{display:inline}.rayan-hero-copy h1 span+span::before{content:" "}.rayan-hero-copy>p{font-size:13.5px;line-height:2}.rayan-hero-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.rayan-hero-actions .rayan-button{padding-inline:10px;font-size:12.5px}.rayan-trust-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;text-align:right}.rayan-trust-list li{justify-content:flex-start}
  .rayan-hero-visual{min-height:445px;transform:scale(.94);transform-origin:top center;margin-bottom:-30px}.rayan-digital-globe{width:500px;height:500px}.rayan-wifi{top:35px;left:48%;width:47px}.rayan-phone--main{left:34%;top:58px;width:170px}.rayan-phone--left{left:2%;top:120px;width:132px}.rayan-phone--right{left:64%;top:95px;width:138px}
  .rayan-metrics-panel article{gap:10px;padding:15px 10px}.rayan-metric-icon{flex-basis:39px;width:39px;height:39px}.rayan-metric-icon svg{width:22px;height:22px}.rayan-metrics-panel strong{font-size:21px}.rayan-metrics-panel article span:last-child{font-size:11px}
  .rayan-section{padding:40px 0}.rayan-section-heading{margin-bottom:25px}.rayan-section-heading h2{font-size:25px}
  .rayan-product-card{grid-template-columns:105px 1fr;min-height:190px;padding:17px}.rayan-product-card img{max-width:92px;max-height:125px}.rayan-product-card h3{font-size:25px}.rayan-product-card h4{font-size:14px}.rayan-product-card p{font-size:11.5px}
  .rayan-platform{padding-top:48px}.rayan-platform-copy header h2{font-size:28px}.rayan-platform-copy header p{font-size:13.5px}.rayan-platform-features{grid-template-columns:1fr 1fr;gap:20px 0}.rayan-platform-features article:nth-child(3){border-left:0}.rayan-platform-visual{min-height:365px}.rayan-platform-halo{width:350px;height:350px}.rayan-platform-phone--main{width:165px}.rayan-platform-phone--left,.rayan-platform-phone--right{width:135px}.rayan-platform-phone--left{left:2%}.rayan-platform-phone--right{left:63%}
  .rayan-solutions-grid{grid-template-columns:1fr;gap:14px}.rayan-solution-card{display:grid;grid-template-columns:130px 1fr;min-height:125px}.rayan-solution-card>img{width:130px;height:100%;min-height:125px}.rayan-solution-card>div{min-height:0;padding:17px 16px}.rayan-solution-icon{display:none}.rayan-solution-card h3{margin-right:0}
  .rayan-final-cta{padding-bottom:40px}.rayan-final-cta-copy h2{font-size:24px}.rayan-final-cta-copy>div{display:grid;grid-template-columns:1fr}.rayan-final-cta-copy .rayan-button{width:100%}
  .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-platform-more{margin-top:15px}.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}.rayan-platform-more{margin-top:13px}.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-hero::after{content:"";position:absolute;top:-170px;right:42%;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(0,185,255,.09),transparent 68%);filter:blur(8px);pointer-events:none;animation:rayan-ambient-drift calc(9s * var(--rayan-motion-speed)) ease-in-out infinite}
body.rayan-motion-on .rayan-hero-copy>*{animation:rayan-rise-in .72s var(--rayan-ease) both}body.rayan-motion-on .rayan-hero-copy>*:nth-child(2){animation-delay:.07s}body.rayan-motion-on .rayan-hero-copy>*:nth-child(3){animation-delay:.14s}body.rayan-motion-on .rayan-hero-copy>*:nth-child(4){animation-delay:.21s}body.rayan-motion-on .rayan-hero-copy>*:nth-child(5){animation-delay:.28s}
.rayan-hero-copy>.rayan-eyebrow{display:inline-flex;align-items:center;gap:7px}.rayan-hero-copy>.rayan-eyebrow::before{content:"";width:7px;height:7px;display:inline-block;border-radius:50%;background:#16b875;box-shadow:0 0 0 5px rgba(22,184,117,.1)}
body.rayan-motion-on .rayan-phone-stack{transform:translate3d(var(--rayan-parallax-x,0),var(--rayan-parallax-y,0),0);transition:transform .42s var(--rayan-ease)}
body.rayan-motion-on .rayan-phone--main{animation:rayan-phone-main calc(5.8s * var(--rayan-motion-speed)) ease-in-out infinite}body.rayan-motion-on .rayan-phone--left{animation:rayan-phone-left calc(6.7s * var(--rayan-motion-speed)) .35s ease-in-out infinite}body.rayan-motion-on .rayan-phone--right{animation:rayan-phone-right calc(6.2s * var(--rayan-motion-speed)) .8s ease-in-out infinite}body.rayan-motion-on .rayan-phone--far{animation:rayan-phone-far calc(7.2s * var(--rayan-motion-speed)) .2s ease-in-out infinite}
body.rayan-motion-on .rayan-digital-globe::after{animation:rayan-globe-breathe calc(6.8s * var(--rayan-motion-speed)) ease-in-out infinite}body.rayan-motion-on .rayan-wifi{animation:rayan-signal calc(2.9s * var(--rayan-motion-speed)) ease-in-out infinite}
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 .rayan-hero .rayan-button--primary{position:relative;overflow:hidden;isolation:isolate}body.rayan-motion-on .rayan-hero .rayan-button--primary::after{content:"";position:absolute;inset:-35% auto -35% -35%;width:23%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.38),transparent);transform:skewX(-18deg) translateX(-350%);pointer-events:none;animation:rayan-sheen calc(5.8s * var(--rayan-motion-speed)) 1.1s ease-in-out infinite}body.rayan-motion-on .footer-badge.native i{animation:rayan-led 2.1s ease-in-out infinite}
@keyframes rayan-rise-in{from{opacity:0;transform:translateY(17px)}to{opacity:1;transform:none}}
@keyframes rayan-ambient-drift{0%,100%{transform:translate3d(0,0,0) scale(.96);opacity:.65}50%{transform:translate3d(-35px,28px,0) scale(1.06);opacity:1}}
@keyframes rayan-phone-main{0%,100%{transform:translateY(0) rotate(-2.5deg)}50%{transform:translateY(calc(-10px * var(--rayan-motion-scale))) rotate(-2.5deg)}}
@keyframes rayan-phone-left{0%,100%{transform:translateY(0) rotate(7deg)}50%{transform:translateY(calc(-7px * var(--rayan-motion-scale))) rotate(6.2deg)}}
@keyframes rayan-phone-right{0%,100%{transform:translateY(0) rotate(2.5deg)}50%{transform:translateY(calc(-8px * var(--rayan-motion-scale))) rotate(3.1deg)}}
@keyframes rayan-phone-far{0%,100%{transform:translateY(0) rotate(7deg)}50%{transform:translateY(calc(-5px * var(--rayan-motion-scale))) rotate(6.5deg)}}
@keyframes rayan-globe-breathe{0%,100%{opacity:.65;transform:scale(.97)}50%{opacity:1;transform:scale(1.025)}}@keyframes rayan-signal{0%,100%{opacity:.38;transform:translateY(1px)}50%{opacity:.82;transform:translateY(-2px)}}@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)}}@keyframes rayan-sheen{0%,72%{left:-35%;transform:skewX(-18deg) translateX(-350%)}88%,100%{left:125%;transform:skewX(-18deg) translateX(350%)}}
@media (max-width:600px) and (hover:none){.rayan-button: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}

.rayan-platform::before,.rayan-platform-visual,.rayan-platform-halo,.rayan-platform-phone{pointer-events:none}.rayan-platform-grid{position:relative;z-index:1}.rayan-platform-copy{position:relative;z-index:5;isolation:isolate}.rayan-platform-copy a{pointer-events:auto}.rayan-platform-title-link{display:inline-flex;align-items:center;color:inherit}.rayan-platform-title-link:hover,.rayan-platform-title-link:focus-visible{color:var(--rayan-blue)}.rayan-platform-actions{position:relative;z-index:6}.rayan-platform-actions .rayan-app-badges,.rayan-platform-actions .rayan-app-badge,.rayan-platform-actions .rayan-platform-more{position:relative;z-index:2}.rayan-platform-more{width:max-content;min-height:43px;display:inline-flex;align-items:center;gap:8px;margin-top:13px;padding:8px 15px;border:1px solid #b9d2f5;border-radius:11px;background:#f4f8ff;color:#075edc;font-size:11px!important;font-weight:850;box-shadow:0 6px 16px rgba(6,73,166,.055);transition:transform .2s,border-color .2s,background .2s,box-shadow .2s}.rayan-platform-more:hover,.rayan-platform-more:focus-visible{transform:translateY(-2px);border-color:#6ea8f5;background:#fff;box-shadow:0 11px 24px rgba(6,73,166,.11)}

.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){.rayan-platform-more{width:100%;justify-content:center}.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{border-radius:13px;background:linear-gradient(135deg,#075fd5,#043ba6);box-shadow:var(--rayan-shadow-blue)}
.header-consult-button:hover,.rayan-button--primary:hover{box-shadow:0 20px 44px rgba(5,91,232,.28)}
.rayan-button{min-height:52px;border-radius:13px}

.rayan-hero{min-height:680px;color:#fff;background:
  radial-gradient(circle at 78% 35%,rgba(0,176,255,.23),transparent 29%),
  radial-gradient(circle at 16% 110%,rgba(29,104,255,.23),transparent 38%),
  linear-gradient(120deg,#031126 0%,#06234d 52%,#03152f 100%)}
.rayan-hero::before{inset:auto auto -330px -140px;width:690px;height:690px;background:radial-gradient(circle,rgba(25,122,255,.2),transparent 68%)}
.rayan-hero-grid{min-height:680px;grid-template-columns:minmax(500px,.94fr) minmax(620px,1.06fr)}
.rayan-hero-grid::before{content:"";position:absolute;inset:0 -10vw;opacity:.15;pointer-events:none;background-image:linear-gradient(rgba(135,191,255,.15) 1px,transparent 1px),linear-gradient(90deg,rgba(135,191,255,.15) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,transparent,#000 45%,#000 90%,transparent)}
.rayan-hero-copy{padding-block:70px 82px}
.rayan-hero-copy>.rayan-eyebrow{margin-bottom:18px;padding:8px 13px;border:1px solid rgba(119,190,255,.25);border-radius:999px;background:rgba(255,255,255,.06);color:#a9d8ff;font-size:11px;letter-spacing:.05px}
.rayan-hero-copy>.rayan-eyebrow::before{background:#32d996;box-shadow:0 0 0 5px rgba(50,217,150,.13)}
.rayan-hero-copy h1{max-width:680px;margin-bottom:22px;color:#fff;font-size:clamp(44px,3.45vw,59px);font-weight:900;line-height:1.36;letter-spacing:-2px}
.rayan-hero-copy h1 span:last-child{color:#83c8ff}
.rayan-hero-copy>p{max-width:650px;color:#c5d5e9;font-size:16px;line-height:2}
.rayan-hero-actions{margin-bottom:26px;gap:12px}
.rayan-hero-actions .rayan-button{min-width:210px}
.rayan-hero-actions .rayan-button--primary{border-color:#1672e4;background:linear-gradient(135deg,#0865dc,#0751c7 62%,#04399f)}
.rayan-hero-actions .rayan-button--outline{border-color:rgba(186,215,250,.28);background:rgba(255,255,255,.065);box-shadow:none;color:#f4f8ff}
.rayan-hero-actions .rayan-button--outline:hover{border-color:rgba(163,208,255,.62);background:rgba(255,255,255,.11);color:#fff}
.rayan-trust-list{display:grid;grid-template-columns:repeat(2,max-content);gap:9px 12px;color:#b8cce4;white-space:normal}
.rayan-trust-list li{min-height:37px;padding:6px 10px;border:1px solid rgba(139,183,235,.13);border-radius:11px;background:rgba(255,255,255,.035)}
.rayan-trust-list svg{width:19px;height:19px;color:#48caff}

.rayan-hero-visual{min-height:680px}
.rayan-hero-visual::before{content:"";position:absolute;z-index:-1;inset:12% 0 7%;border-radius:50%;background:radial-gradient(circle,rgba(16,135,255,.25),rgba(6,68,150,.09) 46%,transparent 72%);filter:blur(2px)}
.rayan-digital-globe{top:-20px;color:#5b9fe9;opacity:.35}
.rayan-phone{box-shadow:0 28px 64px rgba(0,8,25,.4),0 0 0 1px rgba(119,191,255,.16)}
.rayan-phone--main{top:77px}
.rayan-phone--left{top:154px}
.rayan-phone--right{top:114px}
.rayan-phone--far{top:190px}
.rayan-hero-signal-card{position:absolute;z-index:13;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:220px;padding:11px 12px;border:1px solid rgba(142,198,255,.25);border-radius:15px;background:rgba(5,26,58,.88);box-shadow:0 18px 45px rgba(0,9,28,.26);color:#fff;direction:rtl}
.rayan-hero-signal-card--network{top:142px;left:-5px}
.rayan-hero-signal-card--integrated{right:-4px;bottom:107px;grid-template-columns:42px minmax(0,1fr)}
.rayan-hero-signal-card>span:nth-child(2){min-width:0;display:flex;flex-direction:column}
.rayan-hero-signal-card small{color:#8fa9c8;font-size:8px}
.rayan-hero-signal-card strong{overflow:hidden;color:#f4f9ff;font-size:10px;line-height:1.7;white-space:nowrap;text-overflow:ellipsis}
.rayan-hero-signal-card strong bdi{color:#72c4ff;font-size:15px;font-weight:900}
.rayan-hero-signal-card>i{width:8px;height:8px;border-radius:50%;background:#31d690;box-shadow:0 0 0 5px rgba(49,214,144,.11)}
.rayan-hero-signal-icon{width:42px;height:42px;display:grid!important;place-items:center;border:1px solid rgba(116,191,255,.24);border-radius:12px;background:rgba(40,131,230,.13);color:#65bdff}
.rayan-hero-signal-icon svg{width:22px;height:22px}

/* LCP content must paint immediately; motion starts below the fold. */
body.rayan-motion-on .rayan-hero-copy>*{animation:none}

.rayan-metrics{margin-top:-34px;padding-bottom:48px}
.rayan-metrics-panel{min-height:132px;padding:18px;border:0;border-radius:24px;background:#fff;box-shadow:0 22px 70px rgba(1,24,62,.15),0 0 0 1px rgba(22,77,151,.07)}
.rayan-metrics-panel article{min-height:74px}
.rayan-metric-icon{border-color:#d8e6f7;border-radius:17px;background:linear-gradient(145deg,#f9fbff,#eef5ff)}
.rayan-metrics-panel strong{font-variant-numeric:tabular-nums;min-width:5ch;color:var(--rayan-blue);font-size:32px}

.rayan-section{padding-block:72px}
.rayan-section-heading{max-width:780px;margin-bottom:38px}
.rayan-section-kicker{display:inline-flex;margin-bottom:8px;color:var(--rayan-blue);font-size:10px;font-weight:900;letter-spacing:.15px}
.rayan-section-heading h2{font-size:clamp(28px,2.5vw,39px)}
.rayan-section-heading p{max-width:720px;margin:18px auto 0;color:#687a92}

.rayan-why{padding-top:54px;background:linear-gradient(180deg,#f5f8fc,#fff)}

.rayan-certifications{padding-block:72px;border-block-color:#e4ebf4;background:#fff}
.rayan-license-grid{border-radius:23px;box-shadow:var(--rayan-shadow-sm)}
.rayan-license-note{font-size:11px}

.rayan-products{background:linear-gradient(180deg,#fff,#f7f9fc)}
.rayan-products-grid{gap:18px}
.rayan-product-card{min-height:250px;border-color:#dee7f1;border-radius:23px;background:linear-gradient(145deg,#fff,#f7faff);box-shadow:var(--rayan-shadow-sm)}
.rayan-product-card::before{content:"";position:absolute;inset:auto -35px -50px auto;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(21,124,255,.1),transparent 68%);pointer-events:none}
.rayan-product-card h3{font-size:34px}

.rayan-platform{padding-block:90px;background:radial-gradient(circle at 15% 80%,rgba(0,160,255,.15),transparent 28%),linear-gradient(135deg,#03152f,#062957);color:#fff}
.rayan-platform::before{background:radial-gradient(circle,rgba(35,157,255,.2),transparent 69%)}
.rayan-platform-copy header h2,.rayan-platform-title-link,.rayan-platform-features h3{color:#fff}
.rayan-platform-copy header>span{color:#78c7ff}
.rayan-platform-copy header p,.rayan-platform-features p{color:#b8cbe2}
.rayan-platform-features article+article{border-color:rgba(195,220,250,.16)}
.rayan-platform-halo{border-color:rgba(103,181,255,.26);background:repeating-radial-gradient(circle at center,transparent 0 38px,rgba(75,170,255,.09) 39px 40px),radial-gradient(circle,rgba(22,136,255,.18),transparent 68%)}
.rayan-platform-more{border-color:rgba(142,197,255,.35);background:rgba(255,255,255,.08);color:#fff}

.rayan-solutions{padding-block:76px;background:#fff}
.rayan-solution-card{border-radius:22px;box-shadow:var(--rayan-shadow-sm)}
.rayan-solution-card>img{height:155px}
.rayan-home-guides{padding-block:82px;background:#f4f7fb}
.rayan-home-guides-grid article{border-radius:22px;box-shadow:var(--rayan-shadow-sm)}
.rayan-final-cta{padding-block:28px 82px}
.rayan-final-cta-box{min-height:210px;border-radius:26px;background:radial-gradient(circle at 18% 120%,rgba(0,184,255,.32),transparent 42%),linear-gradient(108deg,#07357c,#031b48 64%,#020f28);box-shadow:0 25px 70px rgba(2,25,62,.2)}
.mobile-menu-button,.drawer-close,.rayan-language-trigger,.rayan-install-close{min-width:44px;min-height:44px}
.rayan-install-close{width:44px;height:44px}
.rayan-required{color:#b42332;font-weight:900}
input[type="tel"]{direction:ltr;text-align:left;font-variant-numeric:tabular-nums}

@supports (content-visibility:auto){
  @media (min-width:700px){
    .rayan-home>section:nth-of-type(n+4){content-visibility:auto;contain-intrinsic-size:auto 720px}
  }
}

@media (max-width:1320px){
  .container{width:min(1240px,calc(100% - 56px))}
  .rayan-hero-grid{grid-template-columns:minmax(440px,.9fr) minmax(540px,1.1fr)}
  .rayan-hero-copy h1{font-size:45px}
  .rayan-hero-signal-card--network{left:8px}.rayan-hero-signal-card--integrated{right:6px}
}

@media (max-width:1080px){
  .site-header{height:78px}
  .rayan-hero,.rayan-hero-grid,.rayan-hero-visual{min-height:600px}
  .rayan-hero-grid{grid-template-columns:minmax(350px,.8fr) minmax(480px,1.2fr)}
  .rayan-hero-copy{padding-block:58px}.rayan-hero-copy h1{font-size:39px}
  .rayan-hero-signal-card--integrated{display:none}
}

@media (max-width:820px){
  .container{width:calc(100% - 36px)}
  .rayan-hero{padding-top:0}
  .rayan-hero-grid{display:flex;min-height:0}
  .rayan-hero-copy{padding:60px 0 26px}
  .rayan-hero-copy h1{max-width:700px;margin-inline:auto;font-size:clamp(36px,7vw,49px)}
  .rayan-hero-copy>p{max-width:680px}
  .rayan-trust-list{grid-template-columns:repeat(2,minmax(0,1fr));width:min(560px,100%);margin-inline:auto}
  .rayan-trust-list li{justify-content:flex-start}
  .rayan-hero-visual{min-height:570px}
  .rayan-hero-signal-card--network{top:125px;left:2%}
  .rayan-metrics{margin-top:-28px}
  .rayan-platform{padding-block:70px}
}

@media (max-width:600px){
  .container{width:calc(100% - 28px)}
  .site-header{height:70px}
  .rayan-hero-copy{padding-top:44px;text-align:right}
  .rayan-hero-copy>.rayan-eyebrow{margin-inline:0;font-size:9px}
  .rayan-hero-copy h1{font-size:34px;line-height:1.52;letter-spacing:-1.1px;text-align:right}
  .rayan-hero-copy h1 span{display:block}.rayan-hero-copy h1 span+span::before{content:none}
  .rayan-hero-copy>p{font-size:13px;text-align:right}
  .rayan-hero-actions{grid-template-columns:1fr;width:100%}
  .rayan-hero-actions .rayan-button{width:100%;min-height:50px}
  .rayan-trust-list{gap:7px}
  .rayan-trust-list li{min-height:45px;padding:6px 8px;font-size:9px}
  .rayan-trust-list svg{width:17px;height:17px}
  .rayan-hero-visual{min-height:430px;margin-bottom:-15px;transform:none}
  .rayan-phone--main{left:34%;top:58px;width:170px}.rayan-phone--left{left:3%;top:118px;width:128px}.rayan-phone--right{left:65%;top:100px;width:134px}
  .rayan-hero-signal-card--network{top:22px;left:0;min-width:190px;grid-template-columns:36px minmax(0,1fr) auto;padding:8px}
  .rayan-hero-signal-icon{width:36px;height:36px}.rayan-hero-signal-card strong{font-size:8px}.rayan-hero-signal-card strong bdi{font-size:13px}
  .rayan-metrics{margin-top:-8px;padding-bottom:34px}
  .rayan-metrics-panel{border-radius:19px;padding:7px}
  .rayan-metrics-panel article{min-height:70px}
  .rayan-metric-icon{border-radius:12px}
  .rayan-section{padding-block:52px}
  .rayan-why{padding-top:40px}
  .rayan-certifications,.rayan-solutions,.rayan-home-guides{padding-block:52px}
  .rayan-product-card{min-height:190px}
  .rayan-platform{padding-block:58px}
  .rayan-platform-copy header h2{color:#fff}
  .rayan-solutions{background:#fff}
  .rayan-final-cta{padding-block:15px 55px}
  .rayan-final-cta-box{border-radius:21px}
  .rayan-platform-features p,.rayan-solution-card p,.rayan-home-guides-grid p{font-size:12px}
  .mobile-menu-button,.drawer-close,.rayan-language-trigger,.rayan-install-close{min-width:48px;min-height:48px}
}

@media (prefers-reduced-data:reduce){
  .rayan-phone--far,.rayan-phone--right,.rayan-digital-globe,.rayan-wifi{display:none}
  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. */
.rayan-hero-copy>.rayan-eyebrow,.rayan-section-kicker{font-size:12px}
.rayan-hero-signal-card small{font-size:11px}
.rayan-hero-signal-card strong{font-size:12px}
.rayan-platform-features p,.rayan-home-guides-grid p{font-size:14px}
.rayan-license-type{font-size:10px}
.rayan-license-grid h3,.rayan-license-note{font-size:12px}
.rayan-home-guides-grid time{font-size:12px}
.rayan-home-guides-grid article>div>a{font-size:13px}
.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}
  .rayan-hero-copy>.rayan-eyebrow{font-size:12px}
  .rayan-hero-copy>p{font-size:15px}
  .rayan-trust-list li{font-size:12px}
  .rayan-hero-signal-card strong{font-size:11px}
  .rayan-hero-signal-card strong bdi{font-size:15px}
  .rayan-platform-features p,.rayan-solution-card p,.rayan-home-guides-grid p{font-size:14px}
}

/* 7.1 — audience clarity, verifiable proof and low-friction demo */
.rayan-section-heading--compact{margin-bottom:25px}
.rayan-audience{padding:22px 0 76px;background:linear-gradient(180deg,#fff 0,#f6f9fd 100%)}
.rayan-audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.rayan-audience-card{position:relative;min-height:190px;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:20px;overflow:hidden;padding:28px;border:1px solid #d9e5f3;border-radius:25px;background:#fff;box-shadow:var(--rayan-shadow-sm);transition:transform .22s var(--rayan-ease),box-shadow .22s,border-color .22s}
.rayan-audience-card::after{content:"";position:absolute;inset:auto -55px -90px auto;width:210px;height:210px;border-radius:50%;background:radial-gradient(circle,rgba(32,128,255,.18),transparent 68%);pointer-events:none}
.rayan-audience-card:hover{transform:translateY(-4px);border-color:#97bff5;box-shadow:0 22px 55px rgba(10,53,112,.12)}
.rayan-audience-card:focus-visible{outline:3px solid rgba(9,101,245,.34);outline-offset:4px}
.rayan-audience-card--enterprise{border-color:#194b87;background:linear-gradient(135deg,#082c62,#031936 70%);color:#fff;box-shadow:0 22px 56px rgba(2,25,62,.2)}
.rayan-audience-card--enterprise:hover{border-color:#4f9df4}
.rayan-audience-icon{width:72px;height:72px;display:grid;place-items:center;border:1px solid #cfe0f6;border-radius:21px;background:#eef6ff;color:var(--rayan-blue)}
.rayan-audience-card--enterprise .rayan-audience-icon{border-color:rgba(128,190,255,.22);background:rgba(43,139,244,.12);color:#67c4ff}
.rayan-audience-icon svg{width:36px;height:36px}
.rayan-audience-copy{min-width:0;display:flex;flex-direction:column}
.rayan-audience-copy small{margin-bottom:5px;color:#527199;font-size:12px;font-weight:800}
.rayan-audience-copy strong{color:#071e43;font-size:21px;line-height:1.55}
.rayan-audience-copy>span{margin-top:6px;color:#687b94;font-size:14px;line-height:1.9}
.rayan-audience-card--enterprise .rayan-audience-copy small{color:#7fc9ff}
.rayan-audience-card--enterprise .rayan-audience-copy strong{color:#fff}
.rayan-audience-card--enterprise .rayan-audience-copy>span{color:#c4d5e9}
.rayan-audience-action{position:relative;z-index:1;align-self:end;display:inline-flex;align-items:center;gap:7px;color:var(--rayan-blue);font-size:13px;font-weight:850;white-space:nowrap}
.rayan-audience-card--enterprise .rayan-audience-action{color:#8bd2ff}

.rayan-license-grid article{padding-bottom:18px}
.rayan-license-verify{display:inline-flex;align-items:center;gap:4px;margin-top:9px;color:var(--rayan-blue);font-size:11px;font-weight:850}
.rayan-license-verify:hover{text-decoration:underline;text-underline-offset:3px}
.rayan-license-verify:focus-visible{outline:2px solid var(--rayan-blue);outline-offset:3px;border-radius:4px}

.rayan-proof{padding:82px 0;border-bottom:1px solid #e0e9f4;background:linear-gradient(180deg,#f6f9fd,#fff)}
.rayan-client-logos{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-bottom:24px}
.rayan-client-logos :where(a,span){min-height:102px;display:grid;place-items:center;padding:17px;border:1px solid #dfe8f3;border-radius:17px;background:#fff;box-shadow:0 8px 25px rgba(10,50,104,.045)}
.rayan-client-logos a{transition:transform .2s,border-color .2s,box-shadow .2s}
.rayan-client-logos a:hover{transform:translateY(-3px);border-color:#9bbff0;box-shadow:0 15px 35px rgba(10,50,104,.09)}
.rayan-client-logos img{max-width:132px;max-height:58px;object-fit:contain;filter:grayscale(1);opacity:.76;transition:filter .2s,opacity .2s}
.rayan-client-logos :where(a,span):hover img{filter:none;opacity:1}
.rayan-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.rayan-case-grid article{position:relative;overflow:hidden;padding:27px;border:1px solid #dbe6f2;border-radius:22px;background:#fff;box-shadow:var(--rayan-shadow-sm)}
.rayan-case-grid article::before{content:"";position:absolute;top:0;right:0;width:100%;height:4px;background:linear-gradient(90deg,#0ec8bb,var(--rayan-blue))}
.rayan-case-result{display:inline-flex;margin-bottom:14px;padding:6px 10px;border-radius:10px;background:#e8f8f5;color:#08736d;font-size:14px;font-weight:900;font-variant-numeric:tabular-nums}
.rayan-case-grid h3{margin-bottom:8px;font-size:19px}
.rayan-case-grid p{min-height:72px;margin-bottom:13px;color:#63758d;font-size:14px;line-height:1.9}
.rayan-case-grid a{color:var(--rayan-blue);font-size:13px;font-weight:850}

.rayan-final-cta{padding-block:34px 88px;background:#f4f7fb}
.rayan-final-cta-box{min-height:0;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);gap:34px;padding:42px;border-radius:30px;direction:rtl;overflow:visible}
.rayan-final-cta-copy{padding:12px 4px;color:#fff}
.rayan-final-cta-copy .rayan-section-kicker{color:#6fd0ff}
.rayan-final-cta-copy h2{margin:10px 0 12px;font-size:clamp(29px,2.65vw,42px);line-height:1.55}
.rayan-final-cta-copy p{max-width:640px;margin-bottom:20px;color:#c9d9eb;font-size:15px;line-height:2}
.rayan-final-cta-copy ul{display:grid;gap:10px;margin:0;padding:0;list-style:none;color:#e4eef9;font-size:13px}
.rayan-final-cta-copy li{position:relative;padding-right:25px}
.rayan-final-cta-copy li::before{content:"";position:absolute;top:7px;right:1px;width:14px;height:8px;border-right:2px solid #49dbb5;border-bottom:2px solid #49dbb5;transform:rotate(45deg)}
.rayan-demo-form{display:grid;gap:14px;padding:28px;border:1px solid rgba(255,255,255,.72);border-radius:23px;background:#fff;box-shadow:0 25px 70px rgba(0,10,32,.3);color:#102746}
.rayan-demo-form h3{margin:0;font-size:22px}
.rayan-demo-form>p{margin:-7px 0 0;color:#6d7d91;font-size:12px}
.rayan-demo-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.rayan-demo-form label{display:grid;gap:6px;color:#344a66;font-size:13px;font-weight:750}
.rayan-demo-form label>span:not(.rayan-required){color:#7b899b;font-size:11px;font-weight:500}
.rayan-demo-form :where(input,select){width:100%;min-height:48px;padding:10px 12px;border:1px solid #cbd7e5;border-radius:11px;background:#fff;color:#0b2242;font:inherit;font-size:16px;transition:border-color .2s,box-shadow .2s}
.rayan-demo-form :where(input,select):focus{outline:0;border-color:#609cf4;box-shadow:0 0 0 4px rgba(9,101,245,.11)}
.rayan-demo-consent{grid-template-columns:22px 1fr!important;align-items:start;gap:8px!important;cursor:pointer}
.rayan-demo-consent input{width:20px!important;min-height:20px!important;height:20px;margin-top:2px;accent-color:var(--rayan-blue)}
.rayan-demo-consent span{color:#51657e!important;font-size:12px!important;line-height:1.75}
.rayan-demo-form .rayan-button{width:100%;min-height:51px}
.rayan-demo-form>small{color:#697b91;font-size:11px;text-align:center}
.rayan-demo-form>small a{color:var(--rayan-blue);font-weight:800}
.rayan-demo-form .form-success,.rayan-demo-form .form-error{margin:0;padding:10px 12px;border-radius:10px;font-size:12px;line-height:1.8}

@media (max-width:1100px){
  .rayan-audience-card{grid-template-columns:60px 1fr;padding:23px}.rayan-audience-icon{width:60px;height:60px}.rayan-audience-action{grid-column:2}
  .rayan-client-logos{grid-template-columns:repeat(3,1fr)}
  .rayan-final-cta-box{grid-template-columns:minmax(0,1fr);gap:25px;padding:34px}.rayan-final-cta-copy,.rayan-demo-form{min-width:0}.rayan-final-cta-copy{text-align:center}.rayan-final-cta-copy p{margin-inline:auto}.rayan-final-cta-copy ul{width:max-content;max-width:100%;margin-inline:auto;text-align:right}.rayan-demo-form{width:min(720px,100%);margin-inline:auto;text-align:right}
}
@media (max-width:760px){
  .rayan-audience{padding:10px 0 52px}.rayan-audience-grid,.rayan-case-grid{grid-template-columns:1fr}.rayan-audience-card{min-height:0;grid-template-columns:54px 1fr;gap:14px;padding:20px;border-radius:20px}.rayan-audience-icon{width:54px;height:54px;border-radius:16px}.rayan-audience-icon svg{width:29px;height:29px}.rayan-audience-copy strong{font-size:18px}.rayan-audience-copy>span{font-size:13px}.rayan-audience-action{grid-column:1/-1;align-self:auto;justify-content:flex-end;min-height:44px;padding-top:8px;border-top:1px solid rgba(127,154,188,.18)}
  .rayan-client-logos{grid-template-columns:repeat(2,1fr)}.rayan-client-logos :where(a,span){min-height:86px;padding:12px}.rayan-case-grid p{min-height:0}
  .rayan-proof{padding:54px 0}.rayan-final-cta{padding:20px 0 58px}.rayan-final-cta-box{padding:24px 16px;border-radius:22px}.rayan-final-cta-copy{padding-inline:5px}.rayan-final-cta-copy h2{font-size:27px}.rayan-final-cta-copy p{font-size:14px}.rayan-final-cta-copy ul{font-size:12px}.rayan-demo-form{gap:12px;padding:20px;border-radius:18px}.rayan-demo-form h3{font-size:20px}.rayan-demo-fields{grid-template-columns:1fr}.rayan-demo-form label{font-size:14px}
}
@media (prefers-reduced-motion:reduce){.rayan-audience-card,.rayan-client-logos a{transition:none}.rayan-audience-card:hover,.rayan-client-logos a:hover{transform:none}}

/* Home sales path: products immediately after trust metrics + lightweight FAQ. */
.rayan-products--priority{padding-block:42px 82px;background:linear-gradient(180deg,#fff 0,#f5f8fc 100%)}
.rayan-products--priority .rayan-section-heading{margin-bottom:32px}
.rayan-product-card{position:relative;min-height:286px;grid-template-columns:128px minmax(0,1fr);overflow:hidden}
.rayan-product-card--featured{border-color:#9bc2f5;box-shadow:0 18px 48px rgba(7,68,150,.12)}
.rayan-product-choice{position:absolute;z-index:2;top:14px;left:14px;padding:5px 9px;border:1px solid #c9def9;border-radius:999px;background:#edf6ff;color:#0756c7;font-size:10px;font-weight:850}
.rayan-product-price{display:flex;flex-direction:column;align-items:flex-start;gap:1px;margin:12px 0 10px;padding-top:10px;border-top:1px solid #e3eaf3}
.rayan-product-price small{color:#72839a;font-size:10px;font-weight:700}
.rayan-product-price strong{color:#062b64;font-size:17px;font-weight:900;line-height:1.7}
.rayan-product-price strong .amount{color:inherit;font-weight:inherit}
.rayan-product-price del{margin-left:6px;color:#8a98aa;font-size:12px;font-weight:600;opacity:.85}
.rayan-product-price ins{text-decoration:none}
.rayan-product-card>div>a{min-height:40px;padding:7px 12px;border:1px solid #cfe0f7;border-radius:10px;background:#f4f9ff}
.rayan-product-card>div>a:hover{border-color:#8dbbf5;background:#eaf4ff}
.rayan-product-price-note{max-width:850px;margin:22px auto 0;color:#718198;font-size:11px;line-height:1.9;text-align:center}

.rayan-sales-faq{padding:80px 0;background:#fff}
.rayan-sales-faq-heading{position:sticky;top:120px}
.rayan-sales-faq-heading h2{margin:7px 0 13px;font-size:clamp(29px,2.7vw,42px);line-height:1.45}
.rayan-sales-faq-heading p{margin-bottom:19px;color:#687a92;font-size:14px;line-height:2}
.rayan-sales-faq-list{display:grid;gap:11px}
.rayan-sales-faq-list details{border:1px solid #dce6f2;border-radius:16px;background:#fff;box-shadow:0 8px 25px rgba(7,45,94,.045);overflow:hidden}
.rayan-sales-faq-list details[open]{border-color:#b9d3f5;background:#fbfdff;box-shadow:0 13px 32px rgba(7,64,139,.075)}
.rayan-sales-faq-list summary{position:relative;min-height:62px;display:flex;align-items:center;padding:15px 20px 15px 56px;cursor:pointer;list-style:none;color:#092753;font-size:14px;font-weight:850;line-height:1.8}
.rayan-sales-faq-list summary::-webkit-details-marker{display:none}
.rayan-sales-faq-list summary::after{content:"+";position:absolute;left:18px;top:50%;width:27px;height:27px;display:grid;place-items:center;border-radius:9px;background:#edf5ff;color:#075fe4;font-size:20px;font-weight:500;line-height:1;transform:translateY(-50%)}
.rayan-sales-faq-list details[open] summary::after{content:"−";background:#075fe4;color:#fff}
.rayan-sales-faq-list summary:focus-visible{outline:3px solid rgba(9,101,245,.32);outline-offset:-3px;border-radius:15px}
.rayan-sales-faq-list p{margin:0;padding:0 20px 19px;color:#61738b;font-size:13px;line-height:2.05}

@media (max-width:900px){
  .rayan-sales-faq-heading{position:static;max-width:720px;text-align:center;margin-inline:auto}
  .rayan-sales-faq-heading .rayan-text-link{justify-content:center}
}
@media (max-width:680px){
  .rayan-products--priority{padding-block:30px 55px}
  .rayan-product-card{grid-template-columns:98px minmax(0,1fr);min-height:236px;padding:17px 14px;gap:12px}
  .rayan-product-card img{max-width:88px;max-height:120px}
  .rayan-product-choice{top:10px;left:10px;font-size:8px}
  .rayan-product-price{margin-block:9px 8px}
  .rayan-product-price strong{font-size:14px}
  .rayan-product-card>div>a{min-height:38px;padding-inline:9px;font-size:11px}
  .rayan-product-price-note{font-size:10px;text-align:right}
  .rayan-sales-faq{padding:55px 0}
  .rayan-sales-faq-heading{text-align:right}
  .rayan-sales-faq-heading .rayan-text-link{justify-content:flex-start}
  .rayan-sales-faq-list summary{min-height:58px;padding:13px 15px 13px 50px;font-size:13px}
  .rayan-sales-faq-list summary::after{left:14px}
  .rayan-sales-faq-list p{padding:0 15px 17px;font-size:12px}
}

/* v7.2.1 — Trust & Authority refinement for Why Rayan and Sales FAQ. */
.rayan-why-v2{position:relative;padding-block:76px 88px;overflow:hidden;background:linear-gradient(180deg,#f4f7fb 0,#fff 100%)}
.rayan-why-v2::before{content:"";position:absolute;top:85px;right:-180px;width:440px;height:440px;border-radius:50%;background:radial-gradient(circle,rgba(9,101,245,.08),transparent 68%);pointer-events:none}
.rayan-why-v2 .container{position:relative}
.rayan-why-v2 .rayan-section-heading{max-width:840px;margin-bottom:40px}
.rayan-why-v2 .rayan-section-heading p{max-width:790px}
.rayan-why-architecture{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px;align-items:stretch}
.rayan-why-core{position:relative;min-height:474px;display:flex;flex-direction:column;overflow:hidden;padding:42px;border:1px solid #174c89;border-radius:28px;background:radial-gradient(circle at 6% 100%,rgba(0,171,255,.24),transparent 38%),linear-gradient(135deg,#062b60,#031936 72%);box-shadow:0 25px 65px rgba(2,26,63,.2);color:#fff}
.rayan-why-core::after{content:"";position:absolute;inset:0;opacity:.13;background-image:linear-gradient(rgba(124,187,255,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(124,187,255,.22) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(135deg,#000,transparent 65%);-webkit-mask-image:linear-gradient(135deg,#000,transparent 65%);pointer-events:none}
.rayan-why-core>*{position:relative;z-index:1}
.rayan-why-core-heading{display:grid;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:18px}
.rayan-why-core-icon{width:68px;height:68px;display:grid;place-items:center;border:1px solid rgba(126,192,255,.28);border-radius:20px;background:rgba(38,133,236,.13);color:#70c7ff}
.rayan-why-core-icon svg{width:34px;height:34px}
.rayan-why-core-heading small{display:block;margin-bottom:4px;color:#74c9ff;font-size:12px;font-weight:800}
.rayan-why-core h3{max-width:650px;margin:0;color:#fff;font-size:clamp(23px,2vw,31px);line-height:1.65;letter-spacing:-.5px}
.rayan-why-core>p{max-width:730px;margin:24px 0;color:#c2d4e8;font-size:15px;line-height:2.05}
.rayan-why-capabilities{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:auto}
.rayan-why-capabilities>div{min-height:118px;display:grid;grid-template-columns:40px minmax(0,1fr);align-items:start;gap:12px;padding:18px;border:1px solid rgba(147,198,255,.18);border-radius:18px;background:rgba(255,255,255,.065)}
.rayan-why-capabilities svg{width:28px;height:28px;margin-top:2px;color:#67c3ff}
.rayan-why-capabilities span{display:flex;flex-direction:column;gap:5px}
.rayan-why-capabilities strong{color:#f7fbff;font-size:14px;line-height:1.75}
.rayan-why-capabilities small{color:#9fb7d2;font-size:11px;line-height:1.8}
.rayan-why-promises{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.rayan-promise-card{position:relative;min-height:228px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;padding:27px;border:1px solid #dce6f2;border-radius:24px;background:#fff;box-shadow:0 13px 35px rgba(8,47,100,.065)}
.rayan-promise-card::after{content:"";position:absolute;left:-42px;bottom:-62px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(9,101,245,.09),transparent 68%);pointer-events:none}
.rayan-promise-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:18px;border:1px solid #c8dcf7;border-radius:16px;background:#f0f6ff;color:var(--rayan-blue)}
.rayan-promise-icon svg{width:27px;height:27px}
.rayan-promise-card>small{margin-bottom:4px;color:#55708f;font-size:10px;font-weight:850}
.rayan-promise-card h3{margin:0 0 8px;color:#092650;font-size:17px;line-height:1.65}
.rayan-promise-card p{margin:0;color:#667991;font-size:12px;line-height:1.95}

.rayan-sales-faq--refined{position:relative;padding-block:88px;background:linear-gradient(180deg,#fff 0,#f3f6fa 100%)}
.rayan-sales-faq--refined .rayan-sales-faq-shell{overflow:hidden;padding:46px;border:1px solid #dce5f0;border-radius:30px;background:#fff;box-shadow:0 24px 70px rgba(5,38,82,.09)}
.rayan-sales-faq--refined .rayan-sales-faq-heading{position:static;display:flex;align-items:center;justify-content:space-between;gap:36px;max-width:none;margin:0 0 26px;padding:0 0 28px;border-bottom:1px solid #e5ebf3;text-align:right}
.rayan-sales-faq-title{min-width:0;display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:18px}
.rayan-sales-faq-symbol{width:64px;height:64px;display:grid;place-items:center;border:1px solid #c7dcf7;border-radius:19px;background:#edf5ff;color:var(--rayan-blue)}
.rayan-sales-faq-symbol svg{width:33px;height:33px}
.rayan-sales-faq--refined .rayan-sales-faq-heading h2{margin:2px 0 5px;font-size:clamp(27px,2.4vw,38px);line-height:1.45;letter-spacing:-.6px}
.rayan-sales-faq--refined .rayan-sales-faq-heading p{max-width:760px;margin:0;color:#687a91;font-size:14px;line-height:1.9}
.rayan-sales-faq-more{min-width:max-content;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:9px 18px;border:1px solid #c6daf6;border-radius:13px;background:#f3f8ff;color:#0759d6;font-size:13px;font-weight:850;transition:background .2s,border-color .2s,color .2s}
.rayan-sales-faq-more:hover{border-color:#8db8ee;background:#eaf4ff;color:#064ab3}
.rayan-sales-faq--refined .rayan-sales-faq-list{counter-reset:rayan-faq;gap:10px}
.rayan-sales-faq--refined .rayan-sales-faq-list details{counter-increment:rayan-faq;border:1px solid #dde6f0;border-radius:15px;background:#f8fafc;box-shadow:none;transition:border-color .2s,background .2s,box-shadow .2s}
.rayan-sales-faq--refined .rayan-sales-faq-list details[open]{border-color:#a8c9f3;background:#fff;box-shadow:0 12px 30px rgba(7,56,119,.075)}
.rayan-sales-faq--refined .rayan-sales-faq-list summary{min-height:68px;padding:15px 76px 15px 68px;color:#0a2851;font-size:15px;font-weight:850;line-height:1.85}
.rayan-sales-faq--refined .rayan-sales-faq-list summary::before{content:counter(rayan-faq,decimal-leading-zero);position:absolute;right:20px;top:50%;width:38px;height:38px;display:grid;place-items:center;border:1px solid #d3e1f2;border-radius:11px;background:#fff;color:#426385;font-size:11px;font-weight:850;direction:ltr;transform:translateY(-50%)}
.rayan-sales-faq--refined .rayan-sales-faq-list summary::after{left:18px;width:34px;height:34px;border:1px solid #cfe0f5;border-radius:11px;background:#edf5ff;color:#075fe4;font-size:22px}
.rayan-sales-faq--refined .rayan-sales-faq-list details[open] summary::before{border-color:#b7d1f3;background:#f0f6ff;color:#0759d6}
.rayan-sales-faq--refined .rayan-sales-faq-list details[open] summary::after{border-color:#075fe4;background:#075fe4;color:#fff}
.rayan-sales-faq--refined .rayan-sales-faq-list p{max-width:1100px;margin:0;padding:0 76px 23px 68px;color:#5e718a;font-size:14px;line-height:2.1}

@media (max-width:1100px){
  .rayan-why-architecture{grid-template-columns:1fr}
  .rayan-why-core{min-height:420px}
  .rayan-why-promises{grid-template-columns:repeat(4,minmax(0,1fr))}
  .rayan-promise-card{min-height:220px;padding:22px}
  .rayan-sales-faq--refined .rayan-sales-faq-heading{align-items:flex-start}
}
@media (max-width:900px){
  .rayan-why-promises{grid-template-columns:1fr 1fr}
  .rayan-sales-faq--refined .rayan-sales-faq-shell{padding:32px}
  .rayan-sales-faq--refined .rayan-sales-faq-heading{display:grid;gap:20px;text-align:right}
  .rayan-sales-faq-more{width:max-content}
}
@media (max-width:680px){
  .rayan-why-v2{padding-block:54px 60px}
  .rayan-why-v2 .rayan-section-heading{margin-bottom:28px}
  .rayan-why-core{min-height:0;padding:24px 18px;border-radius:22px}
  .rayan-why-core-heading{grid-template-columns:52px minmax(0,1fr);gap:12px}
  .rayan-why-core-icon{width:52px;height:52px;border-radius:16px}
  .rayan-why-core-icon svg{width:27px;height:27px}
  .rayan-why-core h3{font-size:20px;line-height:1.7}
  .rayan-why-core>p{margin-block:18px;font-size:14px}
  .rayan-why-capabilities{grid-template-columns:1fr}
  .rayan-why-capabilities>div{min-height:0;padding:15px}
  .rayan-why-capabilities strong{font-size:14px}
  .rayan-why-capabilities small{font-size:12px}
  .rayan-why-promises{grid-template-columns:1fr;gap:12px}
  .rayan-promise-card{min-height:0;display:grid;grid-template-columns:52px minmax(0,1fr);column-gap:14px;padding:20px;border-radius:19px}
  .rayan-promise-icon{grid-row:1/4;width:52px;height:52px;margin:0}
  .rayan-promise-card>small,.rayan-promise-card h3,.rayan-promise-card p{grid-column:2}
  .rayan-promise-card h3{font-size:16px}
  .rayan-promise-card p{font-size:13px}
  .rayan-sales-faq--refined{padding-block:55px}
  .rayan-sales-faq--refined .rayan-sales-faq-shell{padding:20px 14px;border-radius:22px}
  .rayan-sales-faq--refined .rayan-sales-faq-heading{margin-bottom:18px;padding:0 5px 22px;gap:17px}
  .rayan-sales-faq-title{grid-template-columns:50px minmax(0,1fr);gap:12px}
  .rayan-sales-faq-symbol{width:50px;height:50px;border-radius:15px}
  .rayan-sales-faq-symbol svg{width:27px;height:27px}
  .rayan-sales-faq--refined .rayan-sales-faq-heading h2{font-size:25px}
  .rayan-sales-faq--refined .rayan-sales-faq-heading p{font-size:13px}
  .rayan-sales-faq-more{width:100%;min-height:46px}
  .rayan-sales-faq--refined .rayan-sales-faq-list summary{min-height:66px;padding:13px 58px 13px 52px;font-size:14px;line-height:1.75}
  .rayan-sales-faq--refined .rayan-sales-faq-list summary::before{right:11px;width:35px;height:35px}
  .rayan-sales-faq--refined .rayan-sales-faq-list summary::after{left:10px;width:32px;height:32px}
  .rayan-sales-faq--refined .rayan-sales-faq-list p{padding:0 58px 18px 18px;font-size:14px;line-height:2}
}
@media (prefers-reduced-motion:reduce){
  .rayan-sales-faq-more,.rayan-sales-faq--refined .rayan-sales-faq-list details{transition:none}
}

/* v7.2.2 — Collaboration paths moved out of the footer and into the home journey. */
.rayan-collaboration{position:relative;padding-block:30px 78px;background:#f6f9fd}
.rayan-collaboration-heading{display:flex;align-items:center;justify-content:space-between;gap:32px;margin-bottom:26px;padding-bottom:24px;border-bottom:1px solid #dfe8f3}
.rayan-collaboration-heading>div{max-width:820px}
.rayan-collaboration-heading h2{margin:4px 0 8px;font-size:clamp(27px,2.4vw,38px);letter-spacing:-.6px}
.rayan-collaboration-heading p{margin:0;color:#687b93;font-size:14px;line-height:1.95}
.rayan-collaboration-mark{width:62px;height:62px;display:grid;place-items:center;flex:0 0 62px;border:1px solid #c6dcf8;border-radius:19px;background:#fff;color:var(--rayan-blue);box-shadow:0 10px 25px rgba(7,58,128,.06)}
.rayan-collaboration-mark svg{width:32px;height:32px}
.rayan-collaboration-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.rayan-collaboration-card{position:relative;min-width:0;min-height:214px;display:flex;flex-direction:column;align-items:flex-start;overflow:hidden;padding:24px;border:1px solid #dce6f2;border-radius:21px;background:#fff;box-shadow:0 10px 30px rgba(8,47,100,.05);transition:transform .22s var(--rayan-ease),border-color .22s,box-shadow .22s}
.rayan-collaboration-card::before{content:"";position:absolute;top:0;right:24px;left:24px;height:2px;border-radius:0 0 3px 3px;background:linear-gradient(90deg,transparent,#2084ff,transparent);opacity:.72}
.rayan-collaboration-card:hover{transform:translateY(-4px);border-color:#a9c9f1;box-shadow:0 18px 42px rgba(7,55,121,.1)}
.rayan-collaboration-card:focus-visible{outline:3px solid rgba(9,101,245,.32);outline-offset:4px}
.rayan-collaboration-number{position:absolute;top:18px;left:20px;color:#afbed0;font-size:10px;font-weight:900;direction:ltr}
.rayan-collaboration-icon{width:52px;height:52px;display:grid;place-items:center;margin-bottom:17px;border:1px solid #c8dcf7;border-radius:16px;background:#edf5ff;color:var(--rayan-blue)}
.rayan-collaboration-icon svg{width:27px;height:27px}
.rayan-collaboration-copy{min-width:0;display:flex;flex-direction:column}
.rayan-collaboration-copy>small{margin-bottom:3px;color:#537093;font-size:10px;font-weight:800}
.rayan-collaboration-copy>strong{color:#0a2851;font-size:16px;line-height:1.7}
.rayan-collaboration-copy>span{margin-top:7px;color:#6a7c92;font-size:12px;line-height:1.9}
.rayan-collaboration-card>b{width:34px;height:34px;display:grid;place-items:center;margin-top:auto;align-self:flex-end;border-radius:10px;background:#f1f6fd;color:#075fe4;font-size:16px;transition:background .2s,color .2s}
.rayan-collaboration-card:hover>b{background:#075fe4;color:#fff}

@media (max-width:1100px){
  .rayan-collaboration-grid{grid-template-columns:1fr 1fr}
  .rayan-collaboration-card{min-height:195px}
}
@media (max-width:680px){
  .rayan-collaboration{padding-block:24px 54px}
  .rayan-collaboration-heading{align-items:flex-start;margin-bottom:18px;padding-bottom:18px}
  .rayan-collaboration-heading h2{font-size:25px}
  .rayan-collaboration-heading p{font-size:13px}
  .rayan-collaboration-mark{width:48px;height:48px;flex-basis:48px;border-radius:15px}
  .rayan-collaboration-mark svg{width:25px;height:25px}
  .rayan-collaboration-grid{grid-template-columns:1fr;gap:10px}
  .rayan-collaboration-card{min-height:0;display:grid;grid-template-columns:50px minmax(0,1fr) 34px;align-items:center;column-gap:13px;padding:17px 14px;border-radius:17px}
  .rayan-collaboration-card::before{right:18px;left:18px}
  .rayan-collaboration-number{top:7px;left:10px;font-size:8px}
  .rayan-collaboration-icon{grid-column:1;grid-row:1;width:50px;height:50px;margin:0;border-radius:15px}
  .rayan-collaboration-copy{grid-column:2;grid-row:1}
  .rayan-collaboration-copy>strong{font-size:15px}
  .rayan-collaboration-copy>span{font-size:12px}
  .rayan-collaboration-card>b{grid-column:3;grid-row:1;align-self:center;margin:0}
}
@media (prefers-reduced-motion:reduce){
  .rayan-collaboration-card,.rayan-collaboration-card>b{transition:none}
  .rayan-collaboration-card:hover{transform:none}
}

/* 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}
.rayan-demo-form label>small{color:#64748b;font-size:11px;font-weight:500;line-height:1.7}
@media (max-width:760px){html{scroll-padding-top:78px}:where(main,section,article)[id]{scroll-margin-top:78px}}

/* Configurable daily trust counters — v7.4 */
.rayan-metrics-panel .rayan-counter{min-width:8ch;font-variant-numeric:tabular-nums;white-space:nowrap}
.rayan-metrics-panel article>div>span{color:#536984;font-size:14px;font-weight:700}
@media (max-width:600px){.rayan-metrics-panel .rayan-counter{min-width:7.5ch}.rayan-metrics-panel article>div>span{font-size:11px}}

/* Aligned expert-contact fields — v7.4.1 */
.rayan-demo-fields{align-items:start;column-gap:14px;row-gap:16px}
.rayan-demo-form .rayan-demo-field{position:relative;align-content:start;align-self:start;gap:7px;min-width:0;padding-bottom:21px}
.rayan-demo-form .rayan-demo-field>.rayan-field-label{min-height:22px;display:flex;align-items:center;justify-content:flex-start;gap:4px;color:#344a66;font-size:13px;font-weight:750;line-height:1.7}
.rayan-demo-form .rayan-field-label .rayan-required{color:#c62943;font-size:14px;font-weight:850;line-height:1}
.rayan-demo-form .rayan-field-label>small{margin-inline-start:auto;color:#7b899b;font-size:10px;font-weight:550;line-height:1.5}
.rayan-demo-form .rayan-demo-field :where(input,select){height:52px;min-height:52px;margin:0}
.rayan-demo-form .rayan-field-help{position:absolute;right:2px;bottom:0;left:2px;min-height:19px;margin:0;color:#64748b;font-size:10px;font-weight:500;line-height:1.9}
@media (max-width:760px){.rayan-demo-fields{row-gap:11px}.rayan-demo-form .rayan-demo-field{padding-bottom:19px}.rayan-demo-form .rayan-demo-field>.rayan-field-label{font-size:13px}.rayan-demo-form .rayan-demo-field :where(input,select){height:50px;min-height:50px}}

/* Scalable product family + verified location — v7.5 */
.rayan-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr}
.rayan-products-grid .rayan-product-card{height:100%}
.rayan-product-card>img{width:100%;height:155px;object-fit:contain}
.rayan-product-card .rayan-product-title-only{max-width:210px;margin-bottom:10px;font-size:21px;line-height:1.55;direction:rtl}
.rayan-products-more{display:flex;justify-content:center;margin-top:22px}
.rayan-products-more .rayan-button{min-width:250px;justify-content:center;background:#fff}
.rayan-products-more small{font-size:10px;font-weight:650;opacity:.72}

@media (max-width:1100px){.rayan-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:700px){.rayan-products-grid{grid-template-columns:1fr}.rayan-products-more .rayan-button{width:100%;min-width:0}}

/* 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 */
@media (max-width:600px){
  .rayan-metrics-panel{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-auto-rows:126px;
    align-items:stretch;
    overflow:hidden;
    padding:7px;
  }
  .rayan-metrics-panel article{
    min-width:0;
    min-height:0;
    height:100%;
    display:grid;
    grid-template-columns:39px minmax(0,1fr);
    align-items:center;
    justify-content:normal;
    gap:9px;
    overflow:hidden;
    padding:14px 9px;
    border:0;
  }
  .rayan-metrics-panel article+article{border:0}
  .rayan-metrics-panel article:nth-child(even){border-inline-start:1px solid #e5ebf3}
  .rayan-metrics-panel article:nth-child(n+3){border-top:1px solid #e5ebf3}
  .rayan-metrics-panel article>div{
    min-width:0;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:flex-start;
    overflow:hidden;
  }
  .rayan-metrics-panel .rayan-counter{
    min-width:0;
    width:100%;
    max-width:100%;
    overflow:hidden;
    font-size:clamp(18px,5.6vw,22px);
    line-height:1.35;
    letter-spacing:-1px;
    text-overflow:clip;
    white-space:nowrap;
  }
  .rayan-metrics-panel article>div>span{
    max-width:100%;
    font-size:10.5px;
    line-height:1.65;
    white-space:normal;
  }
  .rayan-metric-icon{width:39px;height:39px;flex-basis:39px}
}

/* 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. */
.rayan-vehicle-finder{padding:66px 0;background:linear-gradient(180deg,#f5f8fc,#eef4fb)}
.rayan-vehicle-finder-shell{position:relative;overflow:hidden;padding:clamp(24px,4vw,48px);border:1px solid rgba(110,181,255,.32);border-radius:30px;background:radial-gradient(circle at 9% 3%,rgba(31,151,255,.3),transparent 29%),linear-gradient(135deg,#031a3c,#06366f 63%,#075ed4);box-shadow:0 28px 70px rgba(3,40,93,.2);color:#fff;isolation:isolate}
.rayan-vehicle-finder-shell::before,.rayan-vehicle-finder-shell::after{content:"";position:absolute;z-index:-1;border:1px solid rgba(255,255,255,.09);border-radius:50%;pointer-events:none}
.rayan-vehicle-finder-shell::before{inset:auto -130px -255px auto;width:430px;height:430px;box-shadow:0 0 0 58px rgba(255,255,255,.023),0 0 0 125px rgba(255,255,255,.015)}
.rayan-vehicle-finder-shell::after{top:-210px;left:-110px;width:350px;height:350px}
.rayan-vehicle-finder-head{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;gap:24px;max-width:980px}
.rayan-vehicle-finder-icon{width:82px;height:82px;display:grid;place-items:center;border:1px solid rgba(143,204,255,.38);border-radius:24px;background:rgba(60,158,255,.14);color:#75ccff;box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}
.rayan-vehicle-finder-icon svg{width:44px;height:44px}
.rayan-vehicle-finder-copy{min-width:0}
.rayan-vehicle-finder-copy .rayan-section-kicker{color:#79ceff}
.rayan-vehicle-finder-copy h2{margin:4px 0 7px;color:#fff;font-size:clamp(27px,3vw,41px);line-height:1.45}
.rayan-vehicle-finder-copy>p{max-width:820px;margin:0;color:#cbdcef;font-size:14px;line-height:1.95}
.rayan-vehicle-selector-form{position:relative;z-index:2;display:grid;grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;align-items:end;gap:13px;margin-top:30px;padding:17px;border:1px solid rgba(159,210,255,.21);border-radius:20px;background:rgba(3,25,57,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.07);backdrop-filter:blur(10px)}
.rayan-vehicle-selector-field{display:grid;gap:7px;min-width:0;color:#d7e8f9;font-size:11px;font-weight:800}
.rayan-vehicle-selector-field select{width:100%;height:54px;padding:0 16px;border:1px solid rgba(160,207,250,.35);border-radius:12px;background:#fff;color:#102d51;font:750 14px var(--rayan-font);cursor:pointer}
.rayan-vehicle-selector-field select:disabled{cursor:not-allowed;background:#e8eef6;color:#78889b}
.rayan-vehicle-selector-field select:focus-visible{outline:3px solid rgba(117,204,255,.42);outline-offset:2px;border-color:#7ec9ff}
.rayan-vehicle-selector-submit{min-width:220px;height:54px;border-color:#1685ff;background:linear-gradient(135deg,#1685ff,#0862df);box-shadow:0 13px 28px rgba(0,51,137,.28)}
.rayan-vehicle-selector-submit svg{width:18px;height:18px}
.rayan-vehicle-selector-submit:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}
.rayan-vehicle-selector-note{display:flex;align-items:center;gap:8px;margin:13px 4px 0;color:#aec4dc;font-size:10px}
.rayan-vehicle-selector-note svg{width:17px;height:17px;flex:0 0 17px;color:#6dc8ff}
.rayan-vehicle-recommendations{position:relative;z-index:2;margin-top:20px}
.rayan-vehicle-recommendation-empty{display:flex;align-items:center;gap:15px;min-height:92px;padding:18px 22px;border:1px dashed rgba(155,204,249,.3);border-radius:17px;background:rgba(255,255,255,.045)}
.rayan-vehicle-recommendation-empty>span{width:48px;height:48px;display:grid;place-items:center;flex:0 0 48px;border-radius:14px;background:rgba(56,157,255,.14);color:#78cfff;font-size:12px;font-weight:900;direction:ltr}
.rayan-vehicle-recommendation-empty strong{display:block;color:#fff;font-size:14px}
.rayan-vehicle-recommendation-empty p{margin:3px 0 0;color:#aec4dc;font-size:11px}
.rayan-vehicle-recommendation{padding:22px;border:1px solid #d6e5f7;border-radius:22px;background:#fff;box-shadow:0 19px 45px rgba(0,18,52,.2);color:#173556}
.rayan-vehicle-recommendation[hidden]{display:none}
.rayan-vehicle-recommendation>header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:17px;border-bottom:1px solid #e5edf6}
.rayan-vehicle-match-status{display:inline-flex;align-items:center;min-height:27px;margin-bottom:7px;padding:3px 10px;border-radius:20px;background:#fff4dc;color:#9a6100;font-size:9px;font-weight:850}
.rayan-vehicle-match-status::before{content:"";width:7px;height:7px;margin-inline-end:6px;border-radius:50%;background:currentColor}
.rayan-vehicle-match-status.is-verified{background:#e7f8ef;color:#0e8756}.rayan-vehicle-match-status.is-unavailable{background:#feebed;color:#b83242}
.rayan-vehicle-recommendation h3{margin:0;color:#0a2950;font-size:clamp(20px,2.2vw,29px);line-height:1.5}
.rayan-vehicle-recommendation header p{margin:2px 0 0;color:#708198;font-size:11px}
.rayan-vehicle-page-link{min-height:44px;display:inline-flex;align-items:center;flex:none;color:#0868e8;font-size:11px;font-weight:850}
.rayan-vehicle-page-link:hover{text-decoration:underline;text-underline-offset:4px}
.rayan-vehicle-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:17px}
.rayan-vehicle-product-card{min-width:0;display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:14px;padding:14px;border:1px solid #dee8f3;border-radius:16px;background:#f8fbff;transition:transform .2s,border-color .2s,box-shadow .2s}
.rayan-vehicle-product-card:hover{transform:translateY(-3px);border-color:#acd0fb;box-shadow:0 13px 30px rgba(6,69,150,.09)}
.rayan-vehicle-product-image{height:92px;display:grid;place-items:center;overflow:hidden;border-radius:12px;background:#fff}
.rayan-vehicle-product-image img{width:100%;height:100%;object-fit:contain}
.rayan-vehicle-product-card>div{min-width:0}.rayan-vehicle-product-card>div>span{color:#1680ec;font-size:8px;font-weight:850}
.rayan-vehicle-product-card h4{margin:2px 0 4px;overflow:hidden;color:#102c50;font-size:14px;line-height:1.55;text-overflow:ellipsis;white-space:nowrap}
.rayan-vehicle-product-price{margin:0;color:#153d70;font-size:11px;font-weight:850}
.rayan-vehicle-product-more{min-height:38px;display:inline-flex;align-items:center;color:#0968df;font-size:10px;font-weight:850}
.rayan-vehicle-no-match{display:flex;align-items:center;gap:14px;margin-top:17px;padding:17px;border:1px solid #f1dcae;border-radius:16px;background:#fff9ec}
.rayan-vehicle-no-match>span{width:44px;height:44px;display:grid;place-items:center;flex:0 0 44px;border-radius:13px;background:#ffedc3;color:#a96a00}.rayan-vehicle-no-match svg{width:23px;height:23px}
.rayan-vehicle-no-match strong{display:block;color:#61420d;font-size:13px}.rayan-vehicle-no-match p{margin:3px 0 0;color:#826b42;font-size:11px}
.rayan-vehicle-recommendation>footer{display:flex;align-items:center;gap:16px;margin-top:17px}.rayan-vehicle-recommendation>footer .rayan-button{min-height:46px;padding-inline:18px;font-size:11px}.rayan-vehicle-recommendation>footer small{max-width:650px;color:#77879a;font-size:9px;line-height:1.8}
.rayan-vehicle-catalog-pending{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:27px;padding:22px;border:1px solid rgba(151,205,255,.25);border-radius:18px;background:rgba(255,255,255,.06)}
.rayan-vehicle-catalog-pending strong{display:block;color:#fff;font-size:16px}.rayan-vehicle-catalog-pending p{margin:4px 0 0;color:#bcd1e7;font-size:12px}
.rayan-vehicle-noscript{margin:14px 0 0;text-align:center}.rayan-vehicle-noscript a{color:#8bd4ff;text-decoration:underline;text-underline-offset:4px}

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

@media (max-width:1050px){
  .rayan-vehicle-selector-form{grid-template-columns:1fr 1fr}.rayan-vehicle-selector-submit{grid-column:1/-1;width:100%}.rayan-vehicle-product-grid{grid-template-columns:1fr 1fr}.rayan-vehicle-product-card:last-child:nth-child(odd){grid-column:1/-1}
}
@media (max-width:680px){
  .rayan-vehicle-finder{padding-block:44px}.rayan-vehicle-finder-shell{padding:21px 15px;border-radius:22px}.rayan-vehicle-finder-head{grid-template-columns:54px minmax(0,1fr);gap:13px}.rayan-vehicle-finder-icon{width:54px;height:54px;border-radius:16px}.rayan-vehicle-finder-icon svg{width:30px;height:30px}.rayan-vehicle-finder-copy h2{font-size:23px}.rayan-vehicle-finder-copy>p{font-size:12px}.rayan-vehicle-selector-form{grid-template-columns:1fr;margin-top:22px;padding:13px}.rayan-vehicle-selector-submit{grid-column:auto;min-width:0}.rayan-vehicle-selector-note{align-items:flex-start;font-size:9px;line-height:1.8}.rayan-vehicle-recommendation-empty{align-items:flex-start;padding:15px}.rayan-vehicle-recommendation{padding:16px}.rayan-vehicle-recommendation>header{display:grid;gap:4px}.rayan-vehicle-page-link{width:max-content}.rayan-vehicle-product-grid{grid-template-columns:1fr}.rayan-vehicle-product-card:last-child:nth-child(odd){grid-column:auto}.rayan-vehicle-product-card{grid-template-columns:80px minmax(0,1fr);padding:11px}.rayan-vehicle-product-image{height:80px}.rayan-vehicle-recommendation>footer{align-items:stretch;display:grid}.rayan-vehicle-recommendation>footer .rayan-button{width:100%}.rayan-vehicle-catalog-pending{align-items:stretch;display:grid}.rayan-vehicle-catalog-pending .rayan-button{width:100%}
}
@media (prefers-reduced-motion:reduce){
  .rayan-vehicle-product-card{transition:none}.rayan-vehicle-product-card:hover{transform:none}
}
