/* Generated from assets/css/main.css for the commerce 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)}

/* Hero */

/* Metrics */

/* Why */

/* Products */

/* Platform */

/* Solutions */

/* CTA */

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

/* Inner pages */
.content-wrap{min-height:60vh;padding:75px 0;background:var(--rayan-soft)}
.content-card{max-width:920px;margin:0 auto 24px;padding:38px;border:1px solid var(--rayan-line);border-radius:var(--rayan-radius);background:#fff;box-shadow:var(--rayan-shadow)}
.content-card h1{font-size:clamp(30px,4vw,46px)}
.content-card h2{font-size:26px}.content-card h2 a:hover{color:var(--rayan-blue)}
.entry-content>*:first-child{margin-top:0}.entry-content img{border-radius:14px}.entry-content a{color:var(--rayan-blue);text-decoration:underline;text-underline-offset:3px}
.entry-content blockquote{margin:25px 0;padding:20px 24px;border-right:4px solid var(--rayan-blue);background:#f5f9ff}
.product-detail ul{padding-right:22px;color:#52637b}.product-detail li{margin-bottom:7px}
.product-detail-grid{display:grid;gap:24px}.product-detail{display:grid;grid-template-columns:210px 1fr;align-items:center;gap:35px;padding:35px}

/* WooCommerce */
.rayan-commerce-main{min-height:65vh;padding-bottom:72px;background:#fff}.rayan-commerce-shell{padding-top:28px}
.rayan-shop-hero{position:relative;overflow:hidden;padding:70px 0 62px;background:linear-gradient(145deg,#061d48,#063887 67%,#075fea);color:#fff}.rayan-shop-hero::before{content:"";position:absolute;left:-8%;top:-120%;width:620px;height:620px;border:1px solid rgba(255,255,255,.1);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 150px rgba(255,255,255,.018)}.rayan-shop-hero .container{position:relative}.rayan-shop-hero .container>span{display:inline-block;margin-bottom:8px;color:#8cc7ff;font-size:13px;font-weight:800}.rayan-shop-hero h1{max-width:860px;margin-bottom:12px;color:#fff;font-size:clamp(34px,4vw,52px)}.rayan-shop-hero p{max-width:850px;margin-bottom:25px;color:#d8e7ff;font-size:16px}.rayan-shop-hero-trust{display:flex;flex-wrap:wrap;gap:9px}.rayan-shop-hero-trust b{padding:7px 12px;border:1px solid rgba(255,255,255,.17);border-radius:30px;background:rgba(255,255,255,.08);font-size:12px}
.woocommerce-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0 0 25px!important;color:#8190a5!important;font-size:12px!important}.woocommerce-breadcrumb a{color:#4c6181}.woocommerce-breadcrumb a:hover{color:var(--rayan-blue)}
.woocommerce .woocommerce-result-count{color:#718098;font-size:13px}.woocommerce .woocommerce-ordering select{min-height:44px;padding:7px 13px;border:1px solid var(--rayan-line);border-radius:11px;background:#fff;color:var(--rayan-text)}
.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:28px 0 0!important}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important}
.woocommerce ul.products li.product{position:relative;float:none!important;width:auto!important;margin:0!important;padding:18px 18px 20px;border:1px solid #dce6f3;border-radius:21px;background:#fff;box-shadow:0 7px 25px rgba(7,42,92,.035);transition:transform .25s var(--rayan-ease),border-color .25s,box-shadow .25s}.woocommerce ul.products li.product:hover{transform:translateY(-6px);border-color:#b9d2f8;box-shadow:0 20px 45px rgba(7,53,126,.1)}
.woocommerce ul.products li.product a img{aspect-ratio:1/1;margin:0 0 17px!important;border-radius:15px;background:linear-gradient(145deg,#f8fbff,#eef5ff);object-fit:contain}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:52px;padding:0!important;color:var(--rayan-ink);font-size:18px!important;line-height:1.55}.woocommerce ul.products li.product .price{min-height:33px;display:block;margin:8px 0 10px;color:var(--rayan-blue)!important;font-size:16px!important;font-weight:850}.woocommerce ul.products li.product .price del{color:#9aa7b8!important;font-size:12px}.woocommerce ul.products li.product .price ins{text-decoration:none}.woocommerce span.onsale{z-index:4;top:27px!important;right:auto!important;left:27px!important;min-width:auto!important;min-height:auto!important;padding:5px 10px!important;border-radius:20px!important;background:#e6364c!important;line-height:1.6!important;font-size:10px!important}.woocommerce ul.products li.product .button{width:100%;margin-top:0!important}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{min-height:44px;padding:10px 18px!important;border:0!important;border-radius:10px!important;background:linear-gradient(135deg,#0874ff,#0754e7)!important;box-shadow:0 7px 18px rgba(7,91,226,.16);color:#fff!important;font-family:var(--rayan-font)!important;font-weight:750!important;line-height:1.5!important;transition:.2s!important}.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:#064fd5!important;transform:translateY(-1px)}.woocommerce a.added_to_cart{display:block;padding:8px 0 0;color:var(--rayan-blue);font-size:12px;font-weight:750;text-align:center}
.woocommerce nav.woocommerce-pagination{margin-top:38px}.woocommerce nav.woocommerce-pagination ul{display:flex;gap:7px;border:0!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:42px;min-height:42px;display:grid;place-items:center;border:1px solid var(--rayan-line);border-radius:10px;background:#fff!important;color:var(--rayan-text)!important}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:55px;align-items:start}.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:auto!important}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{overflow:hidden;border:1px solid var(--rayan-line);border-radius:22px;background:#f8fbff}.woocommerce div.product div.images img{object-fit:contain}.woocommerce div.product div.images .flex-control-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px!important}.woocommerce div.product div.images .flex-control-thumbs li{float:none!important;width:auto!important;border:1px solid var(--rayan-line);border-radius:10px;overflow:hidden}.woocommerce div.product .summary{padding-top:10px}.rayan-single-product-kicker{display:inline-flex;margin-bottom:10px;padding:5px 10px;border-radius:20px;background:#eaf3ff;color:var(--rayan-blue);font-size:11px;font-weight:800}.woocommerce div.product .product_title{margin-bottom:10px;font-size:clamp(30px,3.2vw,44px)}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--rayan-blue)!important;font-size:23px!important;font-weight:850}.woocommerce-product-details__short-description{margin:20px 0;color:#5c6d85}.woocommerce div.product form.cart{display:flex;align-items:stretch;gap:9px;margin:24px 0 14px!important}.woocommerce .quantity .qty{width:76px;min-height:48px;border:1px solid #cdd9e8;border-radius:10px;font-family:var(--rayan-font);font-weight:750}.woocommerce div.product form.cart .button{min-height:48px;flex:1}.woocommerce div.product .stock{color:#15855a;font-weight:750}.woocommerce div.product .product_meta{display:grid;gap:5px;margin-top:22px;padding-top:18px;border-top:1px solid var(--rayan-line);color:#7a899f;font-size:12px}.woocommerce div.product .product_meta a{color:var(--rayan-blue)}
.rayan-buy-trust{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.rayan-buy-trust>div{display:flex;flex-direction:column;padding:11px 12px;border:1px solid #dce7f3;border-radius:11px;background:#f9fbfe}.rayan-buy-trust b{color:var(--rayan-ink);font-size:12px}.rayan-buy-trust span{color:#738198;font-size:10px}.rayan-subscription-note{padding:12px 14px;border-right:3px solid #f1a027;border-radius:8px;background:#fff9eb;color:#665331;font-size:11px}.rayan-subscription-note strong{color:#433713}
.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related,.woocommerce div.product .upsells,.rayan-product-value{grid-column:1/-1}.rayan-product-value{margin:32px 0 8px;padding:38px;border-radius:22px;background:linear-gradient(135deg,#061d48,#073b89);color:#fff}.rayan-product-value header>span{color:#7fbcff;font-size:12px;font-weight:800}.rayan-product-value h2{max-width:760px;margin:6px 0 25px;color:#fff;font-size:28px}.rayan-product-value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.rayan-product-value-grid article{padding:17px;border:1px solid rgba(255,255,255,.13);border-radius:13px;background:rgba(255,255,255,.055)}.rayan-product-value-grid b{font-size:13px}.rayan-product-value-grid p{margin:5px 0 0;color:#bfd1e9;font-size:11px}.woocommerce div.product .woocommerce-tabs{margin-top:25px}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:8px;padding:0!important;border-bottom:1px solid var(--rayan-line)}.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;background:transparent!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:12px 16px!important;border-bottom:2px solid transparent}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{border-bottom-color:var(--rayan-blue);color:var(--rayan-blue)!important}.woocommerce div.product .woocommerce-tabs .panel{padding:22px 0;line-height:2}.woocommerce div.product .related>h2,.woocommerce div.product .upsells>h2{margin:45px 0 22px;font-size:28px}
.rayan-shop-guide{display:grid;grid-template-columns:1fr 1fr;gap:42px;margin-top:70px;padding:44px;border:1px solid #dce7f5;border-radius:24px;background:#f7faff}.rayan-shop-guide h2{margin:5px 0 14px;font-size:30px}.rayan-shop-guide p,.rayan-shop-guide li{font-size:13px}.rayan-shop-guide ul{padding-right:20px}.rayan-shop-guide li::marker{color:var(--rayan-blue)}
.woocommerce-message,.woocommerce-info,.woocommerce-error{margin-bottom:24px!important;padding:16px 54px 16px 18px!important;border:1px solid #cfe2ff!important;border-top:0!important;border-radius:12px;background:#f4f8ff!important;color:#274363}.woocommerce-message::before,.woocommerce-info::before{right:20px!important;color:var(--rayan-blue)!important}.woocommerce-error{border-color:#ffd5da!important;background:#fff6f7!important}.woocommerce-error::before{right:20px!important}.woocommerce-cart .content-card,.woocommerce-checkout .content-card,.woocommerce-account .content-card{max-width:1240px}.woocommerce-cart table.cart img{width:76px;border-radius:10px}.woocommerce-cart .cart-collaterals .cart_totals{float:none!important;width:min(520px,100%)!important;margin-right:auto;padding:25px;border:1px solid var(--rayan-line);border-radius:17px;background:#fff}.woocommerce form .form-row label{color:#344a68;font-size:12px;font-weight:750}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{min-height:46px;border:1px solid #ccd8e8!important;border-radius:10px!important;background:#fff;padding:9px 12px;color:var(--rayan-ink)}.woocommerce form .form-row textarea{min-height:115px}.woocommerce form.checkout_coupon,.woocommerce form.login{border-color:var(--rayan-line)!important;border-radius:15px!important}.woocommerce-checkout #customer_details{display:grid;grid-template-columns:1fr 1fr;gap:25px}.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none;width:100%}.woocommerce-checkout #order_review_heading{margin-top:35px}.woocommerce-checkout #payment{border:1px solid var(--rayan-line);border-radius:15px;background:#f6f9fd}.woocommerce-checkout #payment div.payment_box{background:#e9f2ff}.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#e9f2ff}.rayan-payment-assurance{display:flex;flex-direction:column;margin:5px 0 18px;padding:13px;border:1px solid #cfe1fb;border-radius:10px;background:#f2f7ff}.rayan-payment-assurance b{color:#15447f;font-size:12px}.rayan-payment-assurance span{color:#687b96;font-size:10px}.woocommerce-account .woocommerce-MyAccount-navigation{float:right;width:25%}.woocommerce-account .woocommerce-MyAccount-content{float:left;width:72%}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:10px;border:1px solid var(--rayan-line);border-radius:14px;background:#f8faff}.woocommerce-MyAccount-navigation li+li{border-top:1px solid #e5edf6}.woocommerce-MyAccount-navigation a{display:block;padding:10px 12px;color:#526984;font-size:12px;font-weight:700}.woocommerce-MyAccount-navigation .is-active a,.woocommerce-MyAccount-navigation a:hover{color:var(--rayan-blue)}

/* Home trust and editorial content */

/* Editorial archive and article */

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

@media (max-width:1080px){.rayan-shop-guide{grid-template-columns:1fr}.rayan-product-value-grid{grid-template-columns:1fr 1fr}}
@media (max-width:820px){.rayan-shop-hero{padding:55px 0}.rayan-shop-guide{padding:28px}.woocommerce-checkout #customer_details{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{float:none;width:100%}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:25px}}
@media (max-width:600px){.rayan-commerce-main{padding-bottom:45px}.rayan-commerce-shell{padding-top:18px}.rayan-shop-hero{padding:42px 0}.rayan-shop-hero h1{font-size:31px}.rayan-shop-hero p{font-size:13px}.rayan-shop-hero-trust b{font-size:9px}.woocommerce ul.products li.product{padding:14px}.rayan-shop-guide{margin-top:45px;padding:21px}.rayan-shop-guide h2{font-size:24px}.woocommerce div.product{gap:25px}.woocommerce div.product .product_title{font-size:29px}.woocommerce div.product form.cart{display:grid;grid-template-columns:70px 1fr}.rayan-buy-trust{grid-template-columns:1fr}.rayan-product-value{padding:25px}.rayan-product-value h2{font-size:23px}.rayan-product-value-grid{grid-template-columns:1fr}.woocommerce div.product .woocommerce-tabs ul.tabs{overflow:auto}}

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

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

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

@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}
  .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)}.content-wrap{padding:35px 0}.content-card{padding:24px}.product-detail{grid-template-columns:1fr;text-align:center;padding:25px}.product-detail ul{text-align:right}.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}.woocommerce ul.products{grid-template-columns:1fr}
}

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

/* Premium WooCommerce single-product experience */
.single-product .rayan-commerce-main{background:linear-gradient(180deg,#f6f9fe 0,#fff 760px)}.single-product .rayan-commerce-shell{padding-top:24px}.single-product .woocommerce div.product{gap:28px}.single-product .woocommerce div.product>.woocommerce-product-gallery,.single-product .woocommerce div.product>.summary{padding:28px;border:1px solid #dce6f2;border-radius:22px;background:#fff;box-shadow:0 12px 38px rgba(7,42,92,.055)}.single-product .woocommerce div.product>.woocommerce-product-gallery{position:sticky;top:118px}.single-product .woocommerce div.product div.images .woocommerce-product-gallery__wrapper{border:0;background:linear-gradient(145deg,#f9fbff,#eff5fc)}.single-product .woocommerce div.product div.images .woocommerce-product-gallery__image{padding:10px}.single-product .woocommerce div.product .summary{position:relative}.single-product .woocommerce div.product .product_title{letter-spacing:-.8px}.single-product .woocommerce-product-rating{display:flex;align-items:center;gap:8px;margin:7px 0!important}.single-product .star-rating{color:#f4a51c}.single-product .price{display:flex!important;align-items:center;gap:10px;padding:13px 15px;border-radius:12px;background:#f4f8ff}.rayan-product-micro-proof{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:13px 0 2px}.rayan-product-micro-proof span{padding:8px 5px;border:1px solid #e0e9f4;border-radius:9px;background:#fbfdff;color:#5e718c;font-size:9px;font-weight:750;text-align:center}.rayan-product-support-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.rayan-product-support-actions a{min-height:45px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid #cbd9ea;border-radius:10px;background:#fff;color:#314966;font-size:10px;font-weight:800}.rayan-product-support-actions a:first-child{border-color:#9bc2f9;background:#eef6ff;color:#075edc}.single-product .woocommerce div.product .woocommerce-tabs{padding:28px;border:1px solid #dce6f2;border-radius:20px;background:#fff}.single-product .woocommerce div.product .woocommerce-tabs .panel>*:last-child{margin-bottom:0}.single-product .woocommerce div.product .related,.single-product .woocommerce div.product .upsells{padding-top:5px}.single-product .woocommerce div.product .related>h2,.single-product .woocommerce div.product .upsells>h2{text-align:center}.single-product .rayan-product-value{box-shadow:0 18px 45px rgba(3,31,77,.16)}
.single-product .woocommerce div.product form.variations_form.cart,.single-product .woocommerce div.product form.grouped_form.cart{display:block}.single-product .variations_form .woocommerce-variation-add-to-cart{display:flex;align-items:stretch;gap:9px}.single-product .grouped_form .single_add_to_cart_button{width:100%}

/* Product presentation v6.1: icon-led assurances, value-first subscription and rich media. */
.single-product .woocommerce div.product div.images .flex-control-thumbs{display:flex;overflow-x:auto;gap:8px;padding:2px 1px 7px;scroll-snap-type:x proximity;scrollbar-width:thin}.single-product .woocommerce div.product div.images .flex-control-thumbs li{width:82px!important;flex:0 0 82px;scroll-snap-align:start}.single-product .price .woocommerce-Price-amount bdi{display:inline-flex;align-items:baseline;gap:.3em;direction:rtl;unicode-bidi:isolate}
.rayan-product-micro-proof span{min-height:46px;display:flex;align-items:center;justify-content:center;gap:7px;padding:8px;border-color:#d9e5f4;background:linear-gradient(180deg,#fff,#f8fbff);color:#405a7b;text-align:right}.rayan-product-micro-proof .rayan-product-icon{width:19px;height:19px;flex:0 0 19px;color:#0870f3}.rayan-product-micro-proof b{font-size:9px;font-weight:800;line-height:1.55}
.single-product .rayan-buy-trust>div{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;padding:12px;border-color:#d9e5f2;background:#fff;transition:transform .2s,border-color .2s,box-shadow .2s}.single-product .rayan-buy-trust>div:hover{transform:translateY(-2px);border-color:#b9d3f8;box-shadow:0 8px 22px rgba(5,45,105,.07)}.rayan-buy-trust>div>.rayan-product-icon{width:42px;height:42px;padding:10px;border-radius:12px;background:#eaf3ff;color:#0965ed}.rayan-buy-trust>div:nth-child(2)>.rayan-product-icon{background:#eaf9f2;color:#11925e}.rayan-buy-trust>div:nth-child(3)>.rayan-product-icon{background:#fff4e2;color:#d98310}.rayan-buy-trust>div:nth-child(4)>.rayan-product-icon{background:#f1edff;color:#7650d6}.rayan-buy-trust-copy{min-width:0;display:flex!important;flex-direction:column}.rayan-buy-trust-copy b{color:var(--rayan-ink);font-size:12px}.rayan-buy-trust-copy small{color:#738198;font-size:9.5px;line-height:1.7}
.single-product .rayan-subscription-note{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;margin:16px 0 12px;padding:15px;border:1px solid #cce0fb;border-right:1px solid #cce0fb;border-radius:14px;background:linear-gradient(135deg,#f7fbff,#edf5ff);color:#385270;font-size:11px}.rayan-subscription-note>.rayan-product-icon{width:46px;height:46px;padding:11px;border-radius:13px;background:#fff;color:#0870ef;box-shadow:0 6px 17px rgba(7,91,226,.1)}.rayan-subscription-copy strong{display:block;margin-bottom:3px;color:#123866;font-size:12px}.rayan-subscription-copy>p{margin:0;color:#56708f;font-size:10.5px;line-height:1.9}.rayan-subscription-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:10px 0 0}.rayan-subscription-facts>div{padding:7px 9px;border:1px solid #d6e5f8;border-radius:9px;background:rgba(255,255,255,.8)}.rayan-subscription-facts dt{display:flex;align-items:center;gap:4px;color:#71839a;font-size:8px}.rayan-subscription-facts dt .rayan-product-icon{width:13px;height:13px;color:#3781e8}.rayan-subscription-facts dd{margin:2px 0 0;color:#0b4fa8;font-size:10px;font-weight:850}
.rayan-product-support-actions a .rayan-product-icon{width:18px;height:18px;flex:0 0 18px}.rayan-product-support-actions a span{line-height:1.5}
.rayan-product-value-grid article>.rayan-product-icon{width:40px;height:40px;margin-bottom:12px;padding:9px;border-radius:12px;background:rgba(255,255,255,.1);color:#72b9ff}
.rayan-product-media-story{grid-column:1/-1;margin:32px 0 8px;padding:32px;border:1px solid #dce6f2;border-radius:22px;background:#fff;box-shadow:0 14px 42px rgba(7,42,92,.055)}.rayan-product-media-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:24px}.rayan-product-media-header>div{max-width:790px}.rayan-product-media-header span{color:var(--rayan-blue);font-size:11px;font-weight:850}.rayan-product-media-header h2{margin:4px 0 7px;font-size:clamp(25px,3vw,36px)}.rayan-product-media-header p{margin:0;font-size:12px}.rayan-product-media-header>b{flex:none;padding:6px 11px;border-radius:20px;background:#eaf3ff;color:#0961df;font-size:10px}
.rayan-product-media-viewer{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:13px;direction:ltr}.rayan-product-media-stage{position:relative;min-height:520px;overflow:hidden;border:1px solid #dbe5f1;border-radius:18px;background:linear-gradient(145deg,#f7faff,#edf3fa)}.rayan-product-media-slide{position:relative;width:100%;height:100%;min-height:520px;margin:0;direction:rtl}.rayan-product-media-slide[hidden]{display:none!important}.rayan-product-media-image{position:relative;width:100%;height:100%;min-height:520px;display:grid;place-items:center;padding:18px;border:0;background:transparent;cursor:zoom-in}.rayan-product-media-image>img{width:100%;height:100%;max-height:620px;object-fit:contain}.rayan-product-media-image>span{position:absolute;top:14px;left:14px;display:flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid rgba(255,255,255,.5);border-radius:9px;background:rgba(5,27,69,.75);color:#fff;font-size:9px;backdrop-filter:blur(8px)}.rayan-product-media-image>span svg{width:15px;height:15px}.rayan-product-media-slide>video{width:100%;height:100%;min-height:520px;max-height:620px;display:block;background:#031126;object-fit:contain}.rayan-product-media-slide figcaption{position:absolute;right:14px;bottom:14px;left:14px;max-width:620px;padding:10px 12px;border:1px solid rgba(255,255,255,.18);border-radius:11px;background:rgba(3,19,48,.76);box-shadow:0 8px 24px rgba(0,0,0,.16);color:#fff;backdrop-filter:blur(10px)}.rayan-product-media-slide figcaption b,.rayan-product-media-slide figcaption span{display:block}.rayan-product-media-slide figcaption b{color:#fff;font-size:11px}.rayan-product-media-slide figcaption span{margin-top:2px;color:#c7d7eb;font-size:9px}
.rayan-product-media-rail{max-height:620px;display:flex;flex-direction:column;gap:8px;overflow-y:auto;padding-left:3px;direction:rtl;scrollbar-width:thin}.rayan-product-media-rail>button{width:100%;display:grid;grid-template-columns:66px minmax(0,1fr);align-items:center;gap:8px;padding:6px;border:1px solid #dce5f0;border-radius:12px;background:#fff;color:#4d627e;text-align:right;cursor:pointer;transition:.2s}.rayan-product-media-rail>button:hover,.rayan-product-media-rail>button.is-active{border-color:#86b5f8;background:#eef6ff;color:#075edc;box-shadow:0 6px 18px rgba(7,91,226,.08)}.rayan-product-media-rail>button>span{position:relative;width:66px;height:55px;display:grid;place-items:center;overflow:hidden;border-radius:8px;background:#e8f0fa;color:#0870ef}.rayan-product-media-rail>button>span img{width:100%;height:100%;object-fit:cover}.rayan-product-media-rail>button>span>.rayan-product-icon{width:25px;height:25px}.rayan-product-media-rail>button>span i{position:absolute;right:4px;bottom:3px;padding:1px 5px;border-radius:5px;background:#075edc;color:#fff;font-size:7px;font-style:normal}.rayan-product-media-rail>button>b{min-width:0;overflow:hidden;font-size:9.5px;line-height:1.6;white-space:nowrap;text-overflow:ellipsis}
.rayan-product-media-dialog{width:min(1100px,94vw);max-width:none;padding:42px 14px 14px;border:0;border-radius:17px;background:#07162c;box-shadow:0 28px 90px rgba(0,0,0,.45)}.rayan-product-media-dialog::backdrop{background:rgba(1,9,22,.82);backdrop-filter:blur(5px)}.rayan-product-media-dialog>button{position:absolute;top:8px;left:10px;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.08);color:#fff;font-size:23px;line-height:1;cursor:pointer}.rayan-product-media-dialog>img{width:100%;max-height:82vh;object-fit:contain}

/* Inner pages share the same compact, touch-friendly design language. */
main{overflow:clip}.content-card{overflow-wrap:anywhere}.entry-content table{max-width:100%}.woocommerce input,.woocommerce select,.woocommerce textarea{font-size:16px}

@media (max-width:1080px){.site-header-actions .rayan-language-switcher{display:none}.single-product .woocommerce div.product>.woocommerce-product-gallery{position:static}.footer-top-grid{align-items:start}}
@media (max-width:820px){.single-product .woocommerce div.product>.woocommerce-product-gallery,.single-product .woocommerce div.product>.summary{padding:22px}.single-product .woocommerce div.product .woocommerce-tabs{padding:22px}.rayan-app-badges--platform{justify-content:center}.rayan-language-switcher--footer{justify-self:center}}
@media (max-width:600px){.content-wrap{padding:22px 0}.content-card{padding:20px;border-radius:17px;box-shadow:0 8px 25px rgba(14,52,112,.06)}.content-card h1{font-size:28px}.rayan-app-badges{display:grid;grid-template-columns:1fr;width:100%}.rayan-app-badge{width:100%;min-width:0}.rayan-app-badges--platform{margin-top:20px}.footer-bottom .rayan-language-switcher{justify-self:center}.footer-bottom .rayan-language-switcher .rayan-language-menu{right:50%;left:auto;transform:translateX(50%) translateY(7px)}.footer-bottom .rayan-language-switcher.is-open .rayan-language-menu{transform:translateX(50%)}.single-product .rayan-commerce-shell{width:calc(100% - 20px);padding-top:12px}.single-product .woocommerce-breadcrumb{padding-inline:4px}.single-product .woocommerce div.product{gap:13px}.single-product .woocommerce div.product>.woocommerce-product-gallery{padding:10px;border-radius:17px}.single-product .woocommerce div.product>.summary{padding:19px;border-radius:17px}.single-product .woocommerce div.product .product_title{font-size:28px;line-height:1.5}.single-product .woocommerce div.product p.price,.single-product .woocommerce div.product span.price{font-size:20px!important}.single-product .woocommerce-product-details__short-description{margin:15px 0;font-size:13px;line-height:2}.rayan-product-micro-proof{gap:5px}.rayan-product-micro-proof span{padding:7px 3px;font-size:8px}.single-product .woocommerce div.product form.cart:not(.variations_form):not(.grouped_form){grid-template-columns:66px 1fr}.single-product .woocommerce div.product form.variations_form.cart{display:block}.single-product .rayan-buy-trust{grid-template-columns:1fr 1fr}.single-product .rayan-buy-trust>div{padding:10px 8px}.rayan-product-support-actions{grid-template-columns:1fr}.single-product .rayan-product-value{margin-top:14px;padding:21px;border-radius:17px}.single-product .rayan-product-value h2{font-size:22px}.single-product .woocommerce div.product .woocommerce-tabs{margin-top:5px;padding:17px;border-radius:17px}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs{gap:3px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li{flex:0 0 auto;scroll-snap-align:start}.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 12px!important;font-size:11px}.single-product .woocommerce div.product .woocommerce-tabs .panel{padding:16px 2px;font-size:13px}.single-product .woocommerce div.product .related>h2,.single-product .woocommerce div.product .upsells>h2{margin:32px 0 18px;font-size:24px}.single-product .woocommerce div.product div.images .flex-control-thumbs{gap:5px}.single-product .woocommerce div.product div.images .flex-control-thumbs li{border-radius:8px}}
@media (max-width:600px){.single-product .variations_form .woocommerce-variation-add-to-cart{display:grid;grid-template-columns:66px minmax(0,1fr)}.single-product .grouped_form .single_add_to_cart_button{margin-top:8px}}
@media (max-width:820px){.rayan-product-media-story{padding:23px}.rayan-product-media-viewer{grid-template-columns:1fr}.rayan-product-media-stage,.rayan-product-media-slide,.rayan-product-media-image,.rayan-product-media-slide>video{min-height:420px}.rayan-product-media-rail{max-height:none;flex-direction:row;overflow-x:auto;overflow-y:hidden;padding:2px 0 7px;scroll-snap-type:x proximity}.rayan-product-media-rail>button{flex:0 0 175px;scroll-snap-align:start}}
@media (max-width:600px){.rayan-product-micro-proof span{min-height:58px;flex-direction:column;gap:4px;text-align:center}.rayan-product-micro-proof .rayan-product-icon{width:18px;height:18px}.single-product .rayan-buy-trust>div{grid-template-columns:35px minmax(0,1fr);gap:7px;padding:9px 7px}.rayan-buy-trust>div>.rayan-product-icon{width:35px;height:35px;padding:8px;border-radius:10px}.rayan-buy-trust-copy b{font-size:10px}.rayan-buy-trust-copy small{font-size:8px}.single-product .rayan-subscription-note{grid-template-columns:39px minmax(0,1fr);gap:9px;padding:12px}.rayan-subscription-note>.rayan-product-icon{width:39px;height:39px;padding:9px}.rayan-subscription-copy>p{font-size:9.5px}.rayan-subscription-facts{grid-template-columns:1fr}.rayan-product-media-story{margin-top:18px;padding:16px;border-radius:17px}.rayan-product-media-header{display:grid;gap:9px;margin-bottom:16px}.rayan-product-media-header h2{font-size:23px}.rayan-product-media-header p{font-size:10.5px}.rayan-product-media-header>b{width:max-content}.rayan-product-media-stage,.rayan-product-media-slide,.rayan-product-media-image,.rayan-product-media-slide>video{min-height:285px}.rayan-product-media-image{padding:10px}.rayan-product-media-image>img,.rayan-product-media-slide>video{max-height:70vh}.rayan-product-media-slide figcaption{right:8px;bottom:8px;left:8px;padding:8px 10px}.rayan-product-media-rail>button{flex-basis:145px;grid-template-columns:50px minmax(0,1fr)}.rayan-product-media-rail>button>span{width:50px;height:45px}.rayan-product-media-dialog{width:96vw;padding:40px 8px 8px}.single-product .woocommerce div.product div.images .flex-control-thumbs li{width:68px!important;flex-basis:68px}}

/* Living layer v6.2: subtle motion, ambient light and human feedback. */
body.rayan-motion-on{--rayan-motion-scale:1;--rayan-motion-speed:1}
body.rayan-motion-on .rayan-reveal-pending{opacity:0;filter:blur(2px);transform:translateY(calc(19px * var(--rayan-motion-scale))) scale(.987);transition:opacity .62s var(--rayan-ease),transform .62s var(--rayan-ease),filter .55s ease;transition-delay:var(--rayan-reveal-delay,0ms)}body.rayan-motion-on .rayan-reveal-pending.is-revealed{opacity:1;filter:none;transform:none}
body.rayan-motion-on.single-product .woocommerce div.product>.woocommerce-product-gallery{animation:rayan-product-enter .7s var(--rayan-ease) both}body.rayan-motion-on.single-product .woocommerce div.product>.summary{animation:rayan-product-enter .7s .09s var(--rayan-ease) both}body.rayan-motion-on .rayan-product-media-slide.is-active{animation:rayan-media-enter .42s var(--rayan-ease) both}
body.rayan-motion-on.single-product .single_add_to_cart_button{position:relative;overflow:hidden;isolation:isolate}body.rayan-motion-on.single-product .single_add_to_cart_button::before{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 .rayan-product-value-grid article:hover>.rayan-product-icon,body.rayan-motion-on .rayan-buy-trust>div:hover>.rayan-product-icon{animation:rayan-icon-response .5s var(--rayan-ease) both}body.rayan-motion-on .rayan-shop-hero::before{animation:rayan-orbit-turn 34s linear infinite}body.rayan-motion-on .footer-badge.native i{animation:rayan-led 2.1s ease-in-out infinite}@keyframes rayan-led{0%,100%{opacity:.65;box-shadow:0 0 0 4px rgba(25,185,114,.08)}50%{opacity:1;box-shadow:0 0 0 7px rgba(25,185,114,.15)}}
@keyframes rayan-product-enter{from{opacity:0;transform:translateY(14px) scale(.992)}to{opacity:1;transform:none}}@keyframes rayan-media-enter{from{opacity:.2;transform:scale(.985)}to{opacity:1;transform:none}}@keyframes rayan-sheen{0%,72%{left:-35%;transform:skewX(-18deg) translateX(-350%)}88%,100%{left:125%;transform:skewX(-18deg) translateX(350%)}}@keyframes rayan-icon-response{0%{transform:none}55%{transform:translateY(-4px) rotate(-2deg)}100%{transform:none}}@keyframes rayan-orbit-turn{to{transform:rotate(360deg)}}
@media (max-width:600px) and (hover:none){.rayan-button:active,.woocommerce button.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}

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

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

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

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

@media (max-width:600px){

  body.woocommerce-shop .rayan-commerce-shell{
    width:calc(100% - 20px);
    max-width:100%;
  }
  body.woocommerce-shop .woocommerce ul.products{
    grid-template-columns:minmax(0,1fr)!important;
    gap:13px;
  }
  body.woocommerce-shop .woocommerce ul.products li.product{
    float:none!important;
    width:100%!important;
    min-width:0;
    margin:0!important;
  }
}

/* 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}

/* LCP content must paint immediately; motion starts below the fold. */
body.rayan-motion-on.single-product .woocommerce div.product>.woocommerce-product-gallery,body.rayan-motion-on.single-product .woocommerce div.product>.summary{opacity:1;filter:none;transform:none;animation:none}
.content-card{border-color:#dfe7f1;border-radius:var(--rayan-radius-md);box-shadow:var(--rayan-shadow-sm)}
.mobile-menu-button,.drawer-close,.rayan-language-trigger,.rayan-install-close{min-width:44px;min-height:44px}
.rayan-install-close{width:44px;height:44px}
input[type="tel"]{direction:ltr;text-align:left;font-variant-numeric:tabular-nums}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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