@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap";:root{--ry-rose: #ca6b74;--ry-rose-mid: #dfa6ac;--ry-rose-soft: #e5b5ba;--ry-cream: #fff7d7;--ry-yellow: #f8c513;--ry-rose-tint-bg: #fbeeee;--ry-rose-halo: #fde7e9;--ry-dark: #252c32;--ry-grey-900: #252c32;--ry-grey-600: #6b7280;--ry-grey-400: #84919a;--ry-grey-300: #9ca3af;--ry-grey-200: #b0babf;--ry-border: #d1d5db;--ry-border-soft: #e5e7eb;--ry-white: #ffffff;--ry-off-white: #fbfbf9;--ry-font-en: "Inter", "Helvetica Neue", Arial, sans-serif;--ry-font-ar: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;--ry-space-1: .25rem;--ry-space-2: .5rem;--ry-space-3: .75rem;--ry-space-4: 1rem;--ry-space-5: 1.25rem;--ry-space-6: 1.5rem;--ry-space-8: 2rem;--ry-space-10: 2.5rem;--ry-space-12: 3rem;--ry-space-16: 4rem;--ry-space-24: 6rem;--ry-radius-button: 360px;--ry-radius-card: 1rem;--ry-radius-input: .75rem;--ry-radius-image: .75rem;--ry-shadow-card: 0 2px 10px rgba(1, 18, 34, .04), 0 4px 15px rgba(1, 18, 34, .1);--ry-shadow-float: 0 32px 64px rgba(217, 217, 217, .2);--ry-max-width: 1280px;--ry-max-width-narrow: 960px;--ry-transition-fast: .15s ease-out;--ry-transition-base: .2s ease-out}*{box-sizing:border-box}*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;scroll-behavior:smooth}body{font-family:var(--ry-font-en);font-size:1rem;line-height:1.5;font-weight:400;color:var(--ry-dark);background-color:var(--ry-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html[lang=ar] body{font-family:var(--ry-font-ar)}img,svg{display:block;max-width:100%;height:auto}a{color:var(--ry-rose);text-decoration:none;transition:color var(--ry-transition-base)}a:hover{color:var(--ry-rose-mid)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;color:var(--ry-dark)}h1{font-size:1.5rem;line-height:2.25rem}h2{font-size:1.375rem;line-height:2rem}h3{font-size:1.125rem;line-height:1.75rem}p{margin:0 0 1rem}p:last-child{margin-bottom:0}ul,ol{margin:0;padding:0 0 0 1.5rem}html[dir=rtl] ul,html[dir=rtl] ol{padding:0 1.5rem 0 0}.container{width:100%;max-width:var(--ry-max-width);margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 1.5rem}}.container-narrow{max-width:var(--ry-max-width-narrow)}.section{padding-top:3rem;padding-bottom:3rem}@media (min-width: 768px){.section{padding-top:4rem;padding-bottom:4rem}}@media (min-width: 1024px){.section{padding-top:6rem;padding-bottom:6rem}}.section-tinted{background-color:var(--ry-rose-tint-bg)}.section-soft{background-color:var(--ry-off-white)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:500;line-height:1;border-radius:var(--ry-radius-button);border:none;cursor:pointer;transition:all var(--ry-transition-base);text-decoration:none;white-space:nowrap}.btn-primary{background-color:var(--ry-rose);color:var(--ry-white)!important}.btn-primary:hover{background-color:var(--ry-rose-mid);color:var(--ry-white)!important}.btn-ghost{background-color:transparent;color:var(--ry-rose)!important}.btn-ghost:hover{background-color:var(--ry-rose-tint-bg)}.app-badges{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.app-badge{display:inline-flex;align-items:center;gap:.5rem;background-color:var(--ry-rose);color:var(--ry-white);padding:.625rem 1.25rem;border-radius:var(--ry-radius-button);font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color var(--ry-transition-base)}.app-badge:hover{background-color:var(--ry-rose-mid);color:var(--ry-white)}.app-badge svg{width:20px;height:20px}.app-badge .badge-small{font-size:.625rem;opacity:.85;line-height:1;display:block}.app-badge .badge-large{font-size:.9375rem;font-weight:600;line-height:1.1}.card{background-color:var(--ry-white);border-radius:var(--ry-radius-card);padding:1.5rem;box-shadow:var(--ry-shadow-card)}.eyebrow{display:inline-block;font-size:.875rem;font-weight:500;color:var(--ry-rose);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem}.section-head{text-align:center;max-width:640px;margin:0 auto 3rem}.section-head h2{font-size:1.875rem;line-height:1.2;margin-bottom:.75rem}@media (min-width: 768px){.section-head h2{font-size:2.25rem}}.section-head p{color:var(--ry-grey-600);font-size:1.0625rem}.hero{background:linear-gradient(180deg,var(--ry-rose-tint-bg) 0%,var(--ry-white) 100%);padding:3rem 0 5rem;position:relative;overflow:hidden}@media (min-width: 1024px){.hero{padding:5rem 0 7rem}}.hero-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width: 900px){.hero-grid{grid-template-columns:1.1fr .9fr;gap:4rem}}.hero-title{font-size:2.25rem;line-height:1.15;font-weight:700;letter-spacing:-.5px;margin-bottom:1.25rem;color:var(--ry-dark)}@media (min-width: 768px){.hero-title{font-size:2.75rem}}@media (min-width: 1024px){.hero-title{font-size:3.25rem}}.hero-sub{font-size:1.0625rem;line-height:1.6;color:var(--ry-grey-600);margin-bottom:2rem;max-width:540px}.hero-phone{display:flex;justify-content:center;align-items:center;position:relative}.hero-phone-img{width:100%;max-width:360px;filter:drop-shadow(0 32px 64px rgba(217,217,217,.45))}.grid{display:grid;gap:1.5rem}.grid-3,.grid-4,.grid-6{grid-template-columns:1fr}@media (min-width: 700px){.grid-3,.grid-4,.grid-6{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1000px){.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-6{grid-template-columns:repeat(3,1fr)}}.benefit-card{background-color:var(--ry-white);border-radius:var(--ry-radius-card);padding:1.75rem;box-shadow:var(--ry-shadow-card)}.benefit-icon{width:56px;height:56px;border-radius:50%;background-color:var(--ry-rose-halo);color:var(--ry-rose);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.benefit-icon svg{width:28px;height:28px}.benefit-card h3{font-size:1.125rem;margin-bottom:.5rem}.benefit-card p{color:var(--ry-grey-600);font-size:.9375rem;line-height:1.5}.step-card{background-color:var(--ry-white);border-radius:var(--ry-radius-card);padding:2rem 1.75rem;box-shadow:var(--ry-shadow-card);position:relative}.step-num{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:var(--ry-rose);color:var(--ry-white);font-weight:700;font-size:1.125rem;margin-bottom:1rem}.service-card{background-color:var(--ry-white);border-radius:var(--ry-radius-card);padding:1.75rem;box-shadow:var(--ry-shadow-card);display:flex;flex-direction:column;gap:1rem}.service-card .benefit-icon,.service-card h3{margin-bottom:.5rem}.service-card p{color:var(--ry-grey-600);font-size:.9375rem;flex-grow:1}.service-card .learn-more{align-self:flex-start;margin-top:.5rem}.blog-card{background-color:var(--ry-white);border-radius:var(--ry-radius-card);box-shadow:var(--ry-shadow-card);overflow:hidden;display:flex;flex-direction:column;transition:transform var(--ry-transition-base),box-shadow var(--ry-transition-base)}.blog-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0112221f}.blog-card a{color:inherit}.blog-card-image{aspect-ratio:16/9;background-color:var(--ry-rose-soft);background-size:cover;background-position:center}.blog-card-body{padding:1.25rem;display:flex;flex-direction:column;gap:.625rem;flex-grow:1}.blog-card-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--ry-grey-600)}.blog-card-meta svg{width:14px;height:14px}.blog-card-title{font-size:1rem;font-weight:700;line-height:1.4;color:var(--ry-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-card-excerpt{font-size:.875rem;color:var(--ry-grey-600);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blog-card-cta{display:inline-flex;align-self:flex-end;font-size:.8125rem;padding:.4375rem 1rem;background-color:var(--ry-rose);color:var(--ry-white);border-radius:var(--ry-radius-button);margin-top:.25rem}.review-card{background-color:var(--ry-white);border-radius:var(--ry-radius-card);box-shadow:var(--ry-shadow-card);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.review-head{display:flex;align-items:center;gap:.75rem}.review-avatar{width:48px;height:48px;border-radius:50%;background-color:var(--ry-rose-soft);background-size:cover;background-position:center}.review-name{font-weight:700;line-height:1.2}.review-role{font-size:.75rem;color:var(--ry-grey-600)}.review-title{font-weight:700;font-size:1rem}.review-body{font-size:.875rem;color:var(--ry-grey-600);line-height:1.5}.stars{color:var(--ry-yellow);letter-spacing:2px;font-size:1rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background-color:var(--ry-white);border-radius:var(--ry-radius-card);box-shadow:var(--ry-shadow-card);padding:1.25rem 1.5rem;transition:box-shadow var(--ry-transition-base)}.faq-item[open]{box-shadow:0 6px 20px #0112221a}.faq-question{font-size:1rem;font-weight:700;color:var(--ry-dark);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"";width:12px;height:12px;border-right:2px solid var(--ry-rose);border-bottom:2px solid var(--ry-rose);transform:rotate(45deg);transition:transform var(--ry-transition-base);flex-shrink:0}.faq-item[open] .faq-question:after{transform:rotate(225deg);margin-top:6px}.faq-answer{margin-top:.875rem;font-size:.9375rem;line-height:1.6;color:var(--ry-grey-600)}html[dir=rtl] .hero-sub,html[dir=rtl] .blog-card-excerpt{text-align:right}html[dir=rtl] .blog-card-cta{align-self:flex-start}html[dir=rtl] .service-card .learn-more{align-self:flex-end}.with-sidebar{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.with-sidebar{grid-template-columns:1fr 320px;gap:3rem}}.sidebar-card{background-color:var(--ry-white);border-radius:var(--ry-radius-card);box-shadow:var(--ry-shadow-card);padding:1.5rem;margin-bottom:1.5rem}.sidebar-card h3{font-size:1rem;margin-bottom:1rem}.sidebar-list{list-style:none;padding:0;margin:0}.sidebar-list li{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.9375rem;color:var(--ry-grey-600)}.sidebar-list .count{color:var(--ry-rose);font-weight:600}.search-input{width:100%;padding:.875rem 1.125rem;font-family:inherit;font-size:1rem;color:var(--ry-dark);background-color:var(--ry-white);border:1px solid var(--ry-border-soft);border-radius:var(--ry-radius-button);box-shadow:var(--ry-shadow-card);transition:border-color var(--ry-transition-base),box-shadow var(--ry-transition-base)}.search-input::placeholder{color:var(--ry-grey-300)}.search-input:focus{outline:none;border-color:var(--ry-rose)}.article-body{font-size:1.0625rem;line-height:1.75;color:var(--ry-grey-900)}.article-body h2{margin:2rem 0 1rem;font-size:1.5rem}.article-body h3{margin:1.5rem 0 .75rem;font-size:1.25rem}.article-body p{margin-bottom:1.25rem}.article-body a{color:var(--ry-rose);text-decoration:underline}.article-body ul,.article-body ol{margin-bottom:1.25rem;padding-left:1.5rem}.article-body li{margin-bottom:.5rem}.article-body img{border-radius:var(--ry-radius-image);margin:1.5rem 0}html[dir=rtl] .article-body ul,html[dir=rtl] .article-body ol{padding-left:0;padding-right:1.5rem}.split-section{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 900px){.split-section{grid-template-columns:1fr 1fr}}.split-section .split-img{display:flex;justify-content:center}.split-section .split-img img{max-width:320px}.split-section h2{font-size:1.75rem;line-height:1.2;margin-bottom:1rem}@media (min-width: 768px){.split-section h2{font-size:2.25rem}}.split-section p{font-size:1.0625rem;color:var(--ry-grey-600);margin-bottom:1.75rem}.curve-bottom{position:relative}.curve-bottom:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:60px;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60' preserveAspectRatio='none'><path d='M0,0 C480,80 960,80 1440,0 L1440,60 L0,60 Z' fill='%23ffffff'/></svg>") no-repeat center/cover}.footer{background-color:var(--ry-rose-tint-bg);padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}.footer-brand p{font-size:.9375rem;color:var(--ry-grey-600);line-height:1.6;max-width:360px}.footer h4{font-size:1.0625rem;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--ry-dark);font-size:.9375rem}.footer-links a:hover{color:var(--ry-rose)}.footer-bottom{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(202,107,116,.15);font-size:.8125rem;color:var(--ry-grey-600)}.footer-socials{display:flex;gap:.875rem;align-items:center}.footer-socials a{color:var(--ry-grey-600)}.footer-socials a:hover{color:var(--ry-rose)}.footer-socials svg{width:18px;height:18px}.footer-legal{display:flex;gap:.75rem;flex-wrap:wrap}.footer-legal a{color:var(--ry-grey-600);text-decoration:underline}.site-header{position:sticky;top:0;z-index:100;background-color:#fffffff2;backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--ry-border-soft)}.utility-strip{background-color:var(--ry-rose-tint-bg);font-size:.8125rem;padding:.5rem 0}.utility-strip-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem}.audience-toggle{display:flex;gap:0;font-weight:500}.audience-toggle a{color:var(--ry-grey-600);padding:.25rem .625rem}.audience-toggle a.active{color:var(--ry-rose);font-weight:600}.audience-toggle .divider{color:var(--ry-grey-300)}.lang-switch{display:inline-flex;align-items:center;gap:.375rem;color:var(--ry-dark);font-weight:500}.lang-switch svg{width:14px;height:14px}.main-bar{padding:1rem 0}.main-bar-inner{display:flex;justify-content:space-between;align-items:center;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.5rem;color:var(--ry-rose);font-weight:700;font-size:1.25rem;text-decoration:none}.brand-letter{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:var(--ry-rose);color:var(--ry-white);font-weight:700;font-size:1.125rem}.main-nav{display:none;gap:1.75rem;align-items:center}@media (min-width: 1024px){.main-nav{display:flex}}.main-nav a{color:var(--ry-dark);font-size:.9375rem;font-weight:500;position:relative;padding:.5rem 0}.main-nav a:hover,.main-nav a.active{color:var(--ry-rose)}.main-nav a.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background-color:var(--ry-rose);border-radius:2px}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;cursor:pointer;color:var(--ry-dark)}@media (min-width: 1024px){.menu-toggle{display:none}}.mobile-menu{display:none;padding:1rem;background-color:var(--ry-white);border-bottom:1px solid var(--ry-border-soft)}.mobile-menu.open{display:block}.mobile-menu ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.mobile-menu a{display:block;padding:.75rem .5rem;color:var(--ry-dark);font-weight:500;border-radius:.5rem}.mobile-menu a:hover{background-color:var(--ry-rose-tint-bg);color:var(--ry-rose)}.page-hero{background-color:var(--ry-rose-tint-bg);padding:3.5rem 0 5rem;text-align:center;position:relative}.page-hero h1{font-size:2.25rem;line-height:1.1}@media (min-width: 768px){.page-hero h1{font-size:3rem}}.page-hero .search-wrap{max-width:560px;margin:2rem auto 0}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:2.5rem}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-size:.9375rem;font-weight:500;color:var(--ry-grey-600)}.pagination a:hover{background-color:var(--ry-rose-tint-bg);color:var(--ry-rose)}.pagination .current{background-color:var(--ry-rose);color:var(--ry-white)}@media (min-width: 1024px){.mobile-menu{display:none!important}}
