:root{--rm-ink:#101828;--rm-muted:#667085;--rm-line:#eaecf0;--rm-bg:#f8fafc;--rm-white:#fff;--rm-accent:#111827}
.rayale-home{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--rm-ink);background:#fff;line-height:1.5}
.rayale-home *{box-sizing:border-box}.rm-wrap{max-width:1180px;margin:auto;padding:75px 24px}.rm-soft{max-width:none;background:var(--rm-bg);padding-left:max(24px,calc((100vw - 1132px)/2));padding-right:max(24px,calc((100vw - 1132px)/2))}
.rm-hero{margin:0;background:radial-gradient(circle at 80% 30%,#334155 0,#111827 34%,#070b12 72%);color:#fff;overflow:hidden}.rm-hero-inner{max-width:1180px;margin:auto;min-height:620px;padding:70px 24px;display:flex;align-items:center;justify-content:space-between;gap:50px}.rm-hero-copy{max-width:650px;position:relative;z-index:2}.rm-eyebrow{font-size:12px;font-weight:900;letter-spacing:2.5px;opacity:.72}.rm-hero h1{font-size:clamp(50px,7vw,88px);line-height:.98;letter-spacing:-4px;margin:18px 0}.rm-hero h1 em{font-style:normal;background:linear-gradient(90deg,#fff,#94a3b8);-webkit-background-clip:text;background-clip:text;color:transparent}.rm-hero p{font-size:19px;color:#cbd5e1;max-width:580px}.rm-hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.rm-primary,.rm-secondary{display:inline-flex;align-items:center;gap:10px;padding:14px 20px;border-radius:12px;text-decoration:none!important;font-weight:850}.rm-primary{background:#fff;color:#111827!important}.rm-secondary{border:1px solid #475569;color:#fff!important}.rm-trust{display:flex;gap:18px;flex-wrap:wrap;color:#94a3b8;font-size:13px}.rm-hero-visual{width:420px;height:420px;position:relative;display:grid;place-items:center}.rm-glow{position:absolute;width:330px;height:330px;border-radius:50%;background:rgba(148,163,184,.12);filter:blur(4px)}.rm-showcase{width:250px;height:300px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.07);backdrop-filter:blur(14px);border-radius:28px;padding:28px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;box-shadow:0 30px 80px rgba(0,0,0,.35)}.rm-showcase-top{font-size:10px;letter-spacing:2px;color:#94a3b8}.rm-showcase-icon{font-size:60px;margin:22px 0}.rm-showcase strong{font-size:28px;line-height:1.05}.rm-showcase span{font-size:12px;color:#cbd5e1;margin-top:20px}.rm-floating{position:absolute;z-index:3;padding:11px 15px;border-radius:12px;background:#fff;color:#111827;font-weight:800;font-size:12px;box-shadow:0 15px 35px rgba(0,0,0,.25)}.rm-f1{top:70px;right:0}.rm-f2{bottom:65px;left:0}
.rm-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:28px}.rm-section-head h2{font-size:38px;letter-spacing:-1.5px;margin:6px 0}.rm-section-head p{margin:0;color:var(--rm-muted)}
.rm-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rm-product{border:1px solid var(--rm-line);border-radius:18px;overflow:hidden;background:#fff;transition:.2s;box-shadow:0 5px 18px rgba(16,24,40,.04)}.rm-product:hover{transform:translateY(-4px);box-shadow:0 15px 35px rgba(16,24,40,.10)}.rm-product-media{height:230px;background:#f2f4f7;display:block;position:relative;overflow:hidden}.rm-product-media img{width:100%;height:100%;object-fit:cover;display:block}.rm-no-image{height:100%;display:grid;place-items:center;text-align:center;font-weight:900;color:#98a2b3;letter-spacing:2px}.rm-badge{position:absolute;top:12px;left:12px;background:#111827;color:#fff;padding:6px 9px;border-radius:8px;font-size:11px;font-weight:800;z-index:2}.rm-product-info{padding:18px}.rm-product h3{font-size:17px;line-height:1.3;margin:0 0 8px}.rm-stars{font-size:12px;margin-bottom:8px}.rm-stars span{color:var(--rm-muted);margin-left:5px}.rm-prices{display:flex;gap:9px;align-items:center;margin:12px 0 16px}.rm-prices strong{font-size:20px}.rm-prices del{font-size:13px;color:#98a2b3}.rm-deal-btn{display:flex;justify-content:space-between;align-items:center;border:1px solid #d0d5dd;border-radius:10px;padding:10px 12px;text-decoration:none!important;color:#111827!important;font-weight:800;font-size:13px}.rm-deal-btn:hover{background:#f9fafb}
.rm-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.rm-category{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid var(--rm-line);border-radius:16px;background:#fff;text-decoration:none!important;color:#111827!important}.rm-category:hover{border-color:#98a2b3}.rm-cat-icon{font-size:25px}.rm-category span:nth-child(2){display:flex;flex-direction:column;flex:1}.rm-category small{color:var(--rm-muted);margin-top:3px}.rm-category b{font-size:20px}
.rm-why{background:#101828;color:#fff}.rm-why .rm-section-head p{color:#98a2b3}.rm-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.rm-benefits>div{border:1px solid #344054;border-radius:18px;padding:25px}.rm-benefits span{font-size:25px}.rm-benefits h3{font-size:20px;margin:16px 0 6px}.rm-benefits p{color:#98a2b3;margin:0}
.rm-newsletter{max-width:1180px;margin:75px auto;padding:55px 24px;border-radius:25px;background:#f2f4f7;display:flex;justify-content:space-between;align-items:center;gap:25px}.rm-newsletter h2{font-size:38px;letter-spacing:-1.5px;margin:8px 0}.rm-newsletter p{color:var(--rm-muted)}.rm-disclosure{max-width:1180px;margin:0 auto;padding:0 24px 45px;color:#667085;font-size:12px}
@media(max-width:950px){.rm-products-grid{grid-template-columns:repeat(2,1fr)}.rm-hero-inner{min-height:auto}.rm-hero-visual{width:340px}.rm-category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.rm-hero-inner{padding:55px 20px}.rm-hero-visual{display:none}.rm-hero h1{letter-spacing:-2px}.rm-products-grid,.rm-category-grid,.rm-benefits{grid-template-columns:1fr}.rm-wrap{padding:55px 18px}.rm-newsletter{margin:45px 18px;padding:35px 25px;display:block}.rm-newsletter .rm-primary{margin-top:15px}.rm-section-head h2,.rm-newsletter h2{font-size:30px}}
